body * {
  margin:0; padding:0; box-sizing:border-box;
}

a, button {cursor: pointer;}
ul, li ,ol{list-style: none;}
.hidden-pc{display: none;}
.hidden-mo {display: block;}


.inner_wrap {
  max-width: 1380px;
  width: 100%;
  padding: 180px 50px;
  margin: 0 auto;
}
.tit {
  text-align: center;
  padding-bottom: 60px;
}
.tit h3 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  color: #00192E;
}
.tit h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #00192E;
  padding-bottom: 8px;
}
.tit h5  {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #00192E;
  padding-bottom: 8px;
}
.tit h3 strong {
  color: #F44144;
}
.btn_group {
  margin-top: 41px;
}
.btn_group > a {
  align-items: center;
  display: flex;
  justify-content: center;
  width: fit-content;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: #fff;
  padding: 12.5px 39.5px;
  border-radius: 8px;
  border: 2px solid #00192E;
  background-color: #00192E;
  transition: all .3s ease;
}
.btn_group > a::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url('/wp-content/themes/fastfive/assets/event/common/img/ico_btn_arrow_w.png') no-repeat center;
  background-size: contain;
  transition: all .3s ease;
}
.btn_group > a.btn_t {
  color: #00192E;
  background-color: transparent;
  border: 2px solid #00192E;
  transition: all .3s ease;
}
.btn_group > a.btn_t::after {
  background: url('/wp-content/themes/fastfive/assets/event/common/img/ico_btn_arrow_2.png') no-repeat center;
  background-size: contain;
  transition: all .3s ease;
}



.visual {
  background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/visual_bg.png') no-repeat center;
  background-size: cover;
}
.visual .inner_wrap {
  align-items: center;
  max-width: 1580px;
  display: flex;
  justify-content: flex-start;
  gap: 52px;
  width: 100%;
  padding: 102px 50px;
  margin: 0 auto;
}
.visual .img_box {
  max-width: 745px;
  width: 100%;
}
.visual .img_box > img {
  opacity: 0;
  transform-origin: bottom;
  animation: 1.5s trophy cubic-bezier(0.23, 1, 0.32, 1) forwards;
  animation-delay: .8s;
}
.visual .txt_box {
  position: relative;
  min-width: 541px;
}
.visual .txt_box::before {
  content: '';
  position: absolute;
  top: -180px;
  left: 0;
  display: block;
  width: 100px;
  height: 170px;
  background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/before_curt.png') no-repeat center;
  background-size: cover;
  transform: translateY(-100%);
  animation: .8s down 1.5s ease forwards;
}
.visual .txt_box ul {
  display: flex;
  justify-content: flex-start;
  gap: 13px;
}
.visual .txt_box ul > li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
.visual .txt_box ul > li:last-child::before {
  content: '|';
  display: inline-block;
  width: 2px;
  height: 100%;
  color: #506373;
  margin-right: 14px;
}
.visual .txt_box h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  color: #00192E;
}
.visual .txt_box h4 b {
  font-weight: 500;
  border-bottom: 1px solid #00192E;
}
.visual .txt_box h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4;
  color: #00192E;
  letter-spacing: -1px;
  padding: 14px 0;
}
.visual .btn_group {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}
.visual .btn_group > a {
  width: 260px;
  padding: 12.5px 0;
}

.award {
  overflow: hidden;
}
.award .conts {
  display: flex;
  justify-content: space-between;
  max-width: 950px;
  width: 100%;
  margin: 0 auto 60px;
}
.award .conts li { 
  position: relative;
  text-align: center; 
  max-width: 274px;
  min-height: 263px;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/bg_crown.png') no-repeat center;
  background-size: cover;
  padding-top: 60px;
}
.conts li strong {
  display: block;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  padding-bottom: 4px;
  transition: .3s all .5s ease;
}
.conts.__ani li strong {
  color: #F44144;
}
.conts li small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(0, 25, 46, .5);
}
.award .conts li:last-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -90px;
  display: block;
  width: 150px;
  height: 207px;
  background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/award_trophy2.png') no-repeat center;
  background-size: contain;
}
.award p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  color: #00192E;
}



.tab._1 {
  background-color: #F1F4F8;
}
.tab._2 {
  background-color: #E7EBF0;
}
.tab .inner_wrap {
  display: flex;
  justify-content: space-between;
}
.tab .txt_box {
  max-width: 447px;
  width: 100%;
}
.tab .conts_box {
  border-style: hidden;
  border-collapse: collapse;
  max-width: 740px;
  min-height: 516px;
  width: 100%;
}
.tab .tit {
  text-align: left;
  padding-bottom: 28px;
}
.tab_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  max-width: 376px;
  width: 100%;
}
.event_1stoffice ul {
  display: flex;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: #fff;
  background-color: #4BA6E7;
  padding: 12.5px 0;
  margin-bottom: 10px;
  border-radius: 12px;
}
.event_1stoffice li,
.tab_conts > ul > li > p {
  width: 26%;
}
.event_1stoffice li:first-child,
.tab_conts > ul > li > p:first-child {
  width: 22%;
}
.conts_box thead > tr {
  height: 56px;
  background-color: #4BA6E7;
  border-top-left-radius: 12px;
}
.tab_conts > ul {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tab_conts > ul > li {
  position: relative;
  align-items: center;
  display: flex;
  min-height: 82px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  color: #00192E;
  background-color: #fff;
  box-shadow: -4px -4px 4px 0px rgba(0, 0, 0, 0.10) inset;
  border-radius: 12px;
  transition: all .3s ease;
}
.tab_conts > ul > li._soldout {
  background-color: #E7EBF0;
  box-shadow: none;
}
.tab_conts > ul > li._soldout p:last-child {
  position: relative;
}
.tab_conts > ul > li._soldout::before {   
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 93%;
  height: 1px;
  background-color: #00192E;
  transform: translateX(-50%);
}
.tab_conts li._soldout p:last-child::after {
  content: 'sold out';
  position: absolute;
  top: -27px;
  right: calc((100% - 62px) / 2);
  width: fit-content;
  height: 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  color: #fff;
  background-color: #F44144;
  padding: 1px 7px;
  border-radius: 4px;
  transform: rotate(12deg);
}



/*********************************************  2번 탭  */
._2 .tab_btn {
  max-width: 320px;
}
.tab_btn > li {
  text-align: center;
  width: 120px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  color: #4BA6E7;
  background-color: transparent;
  border: 1px solid #4BA6E7;
  border-radius: 4px;
  padding: 4px 0;
  transition: all .3s ease;
  cursor: pointer;
}
li.active {
  color: #fff;
  background-color: #4BA6E7;
  box-shadow: 33px 52px 17px 0px rgba(0, 79, 128, 0.00), 21px 33px 16px 0px rgba(0, 79, 128, 0.01), 12px 19px 13px 0px rgba(0, 79, 128, 0.05), 5px 8px 10px 0px rgba(0, 79, 128, 0.09), 1px 2px 5px 0px rgba(0, 79, 128, 0.10);
}
._2 .tab_btn > li {
  width: 156px;
}
._2 .conts_box > .tab_conts {
  width: 100%;
  height: 100%;
  background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/tab_2-1.jpg') no-repeat center;
  background-size: cover;
  padding: 40px 40px;
  border-radius: 16px;
}
._2 .conts_box > .tab_conts:nth-child(2) {
  background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/tab_2-2.jpg') no-repeat center;
  background-size: cover;
}
._2 .conts_box > .tab_conts:nth-child(3) {
  background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/tab_2-3.jpg') no-repeat center;
  background-size: cover;
}
._2 .conts_box > .tab_conts:nth-child(4) {
  background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/tab_2-4.jpg') no-repeat center;
  background-size: cover;
}
.conts_box .tab_conts {
  display: none;
}
.conts_box .tab_conts.active {
  display: block;
}
._2 .tab_conts h5 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  color: #00192E;
  padding: 12px 0;
}
._2 .tab_conts p {    
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  color: #6d757c;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #fff;
}
._2 .tab_conts span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #00192E;
  padding: 3.5px 12px;
  background-color: #F1F4F8;
  border-radius: 4px;
}
.tab .sub {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 40px;
}
.tab .sub > p {
  position: relative;
  display: flex;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
.tab .sub > p::before {
  content: '*';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
}
.tab .btn_group > a {
  width: 320px;
}



.slide_conts {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.slide_conts + .slide_conts {
  padding-top: 120px;
}
.slide_conts:first-child {
  padding-top: 0;
}
.swiper-container {  
  position: relative;
  max-width: 846px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide_conts .tit {
  min-width: 398px;
  text-align: left;
  padding-bottom: 0;
}
.slide_conts .tit h4 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
}
.slide_conts.slide_conts0 .tit,
.slide_conts.slide_conts2 .tit {
  order: 2;
}
.swiper-slide {
  position: relative;
}
.swiper-slide p {
  position: absolute;
  bottom: 16px;
  left: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
}
.slide_conts1 .swiper-slide p {
  left: 36%;
}
.group_pagination {
  position: relative;
  align-items: center;
  display: flex;
  gap: 16px;
  margin-top: 12px;
}
.group_pagination .pagination {
  position: relative;
}
.group_pagination .pagination.slides-paging {
  position: static;
  display: flex;
  gap: 4px;
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  color: rgba(109, 117, 124, .3);
}
.group_pagination .slides-progress {
  height: 2px;
  background: rgba(109, 117, 124, 0.30);
  border-radius: 4px;
  overflow: hidden;
}
.group_pagination .swiper-pagination-current {
  color: #6d757c;
}
.group_pagination .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #6d757c;
}
.slides-nav {
  position: absolute;
  top: calc(50% - 42px);
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 36px;
  padding: 0 16px;
  z-index: 20;
}
.slides-nav a {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 36px;
  height: 36px;
  background: rgba(0, 25, 46, 0.20);
  border-radius: 50%;
  backdrop-filter: blur(20px);
  transition: all .3s ease;
}
.bt-prev::after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: url('/wp-content/themes/fastfive/assets/event/common/img/ico_btn_arrow_w.png') no-repeat center;
  background-size: cover;
  transform: rotate(180deg);
}
.bt-next::after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: url('/wp-content/themes/fastfive/assets/event/common/img/ico_btn_arrow_w.png') no-repeat center;
  background-size: cover;
}


.advans {
  background-color: #00192E;
}
.advans .tit h3,
.advans .tit h4 {
  color: #fff;
}
.advans_conts {
  max-width: 960px;
  margin: 0 auto;
}

.review {
  background-color: #F8F8F8;
}
.review .slide_conts {
  display: block;
}
.review .swiper-container {
  margin: 0 auto;
  transform: translateX(20px);
}
.review .swiper-slide {
  display: flex;
  justify-content: center;
}
.review .swiper-slide > img {
  max-width: 326px;
  border-radius: 16px 0 0 16px;
}
.review .slide_conts .tit {
  padding: 46.5px 40px;
  margin-right: 20px;
  border-radius: 0 16px 16px 0;
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05)
}
.review  .group_pagination {
  margin: 12px 20px 0 0;
}
.review .tit h5 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 16px;
}
.review .tit .tag {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #6d757c;
  padding-bottom: 32px;
}
.review .tit .tag .tag_g {
  font-weight: 700;
  color: #00192E;
  background-color: #EFEFEF;
  border-radius: 4px;
  padding: 3.5px 12px;
}
.review .tit p {    
  position: static;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
.review .tit p strong {
  font-weight: 700;
}
.review .slides-nav {
  padding: 0 26px;
  margin-left: -10px;
}
.review .slides-nav a.bt-prev {
  background: rgba(217, 217, 217, .3);
}


.usp_4 {
  background-color: #EDF6FF;
}
.usp_conts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 847px;
  margin: 0 auto;
}
.usp_conts > li h4 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
}
.usp_conts > li p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 8px;
}
.usp_conts > li a {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 4px;
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  color: #4BA6E7;
  border-bottom: 1px solid #4BA6E7;
  margin-top: 40px;
}
.usp_conts > li a::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/arrow_blue.png') no-repeat center;
  background-size: cover;
}
.usp_conts > li {
  min-height: 320px;
  background-color: #fff;
  border-radius: 16px;
  background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/usp_1.jpg') no-repeat center;
  background-size: cover;
  padding: 65px 48px;
}
.usp_conts > li:nth-child(2) {
  background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/usp_2.jpg') no-repeat center;
  background-size: cover;
}
.usp_conts > li:nth-child(3) {
  background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/usp_3.jpg') no-repeat center;
  background-size: cover;
}
.usp_conts > li:nth-child(4) {
  background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/usp_4.jpg') no-repeat center;
  background-size: cover;
}

.last {
  background-color: #00192E;
}
.last .inner_wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 63.5px;
}
.last .inner_wrap > img {
  max-width: 472px;
  width: 100%;
}
.last .tit {
  text-align: left;
  padding-bottom: 0;
}
.last .tit h3 {
  color: #fff;
}
.last .tit h4 {
  color: #F44144;
}
.btn_group._red > a {
  background-color: #F44144;
  border-color: #F44144;
}

@keyframes trophy {
  0% {
    opacity: 0;
    transform: scale(.5) translateX(-10%);
    transition: opacity .5s ease;
  }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}
@keyframes down {
  0% {transform: translateY(-100%);}
  100%{transform: translateY(0);}
}

@media all and (min-width: 961px) {
  .btn_group > a:hover {
    color: #fff;
    background-color: #F44144;
    border: 2px solid #F44144;
  }
  .btn_group > a:hover::after {
    background: url('/wp-content/themes/fastfive/assets/event/common/img/ico_btn_arrow_w.png') no-repeat center;
    background-size: contain;
  }
  .btn_group > a.btn_t:hover {
    color: #fff;
    background-color: #F44144;
    border: 2px solid #F44144;
  }
  .btn_group > a.btn_t:hover::after {
    background: url('/wp-content/themes/fastfive/assets/event/common/img/ico_btn_arrow_w.png') no-repeat center;
    background-size: contain;
  }
  .btn_group._red > a:hover {
    color: #F44144;
    background-color: transparent;
  }
  .btn_group._red > a:hover::after {
    background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/arrow_red.png') no-repeat center;
    background-size: contain;
  }

  .tab_conts > ul > li:hover {
    transform: scale(1.15);
  }
  .tab_conts > ul > li._soldout:hover {
    transform: none;
  }
  .tab_btn > li:hover {
    color: #fff;
    background-color: #4BA6E7;
    box-shadow: 33px 52px 17px 0px rgba(0, 79, 128, 0.00), 21px 33px 16px 0px rgba(0, 79, 128, 0.01), 12px 19px 13px 0px rgba(0, 79, 128, 0.05), 5px 8px 10px 0px rgba(0, 79, 128, 0.09), 1px 2px 5px 0px rgba(0, 79, 128, 0.10);
  }

  .slides-nav a:hover {
    background: #F44144;
  }
  .review .slides-nav a.bt-prev:hover {
    background: #F44144;
  }
}


@media all and (max-width: 960px) {
  .hidden-pc {display: block;}
  .hidden-mo {display: none;}

  .inner_wrap {
    padding: 130px 20px;
  }
  .tit h3 {
    font-size: 34px;
  }
  .tit h4 {
    font-size: 22px;
  }
  .btn_group {
    margin-top: 40px;
  }
  .visual {
    background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/visual_bg_m.png') no-repeat center;
    background-size: cover;
    overflow: hidden;
  }
  .visual .inner_wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
    max-width: 375px;
    padding: 52px 30px 11px;
  }
  .visual .img_box {
    max-width: 278px;
    order: 2;
    transform: translateX(-15px);
  }
  .visual .txt_box {
    min-width: unset;
  }
  .visual .txt_box h2 {
    font-size: 34px;
    padding: 6px 0 4px;
  }
  .visual .txt_box h4 {
    font-size: 16px;
  }
  .visual .txt_box ul > li {
    font-size: 14px;
  }
  .visual .txt_box::before {
    left: auto;
    top: -85px;
    right: -20px;
    width: 70px;
    height: 126px;
    background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/before_curt_m.png') no-repeat center;
    background-size: contain;
  }
  .visual .btn_group {
    gap: 8px;
    width: 100%;
    margin-top: 14px;
  }
  .visual .btn_group > a {
    width: 148px;
  }


  .award .conts {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .award .conts li {
    max-width: 244px;
    min-height: 235px;
    font-size: 18px;
  }
  .conts li strong {
    font-size: 24px;
  }
  .award .conts li:last-child::after {
    width: 105px;
    height: 145px;
    right: -37px;
    bottom: 15px;
  }
  .award p {
    font-size: 18px;
  }

  .tab .inner_wrap {
    max-width: 375px;
    align-items: center;
    position: relative;
    flex-direction: column;
  }
  .tab._2 .inner_wrap {
    padding-bottom: 230px;
  }
  .tab .txt_box {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .tab .tit {
    text-align: center;
    padding-bottom: 40px;
  }
  .tab .sub {
    padding: 0 0 32px 0;
  }
  .tab .sub > p {
    font-size: 16px;
  }
  .tab .conts_box {
    min-height: unset;
  }
  .tab_btn {
    max-width: 335px;
    padding-bottom: 24px;
    order: 3;
  }
  .tab_btn > li {
    width: 106px;
    font-size: 16px;
  }
  .event_1stoffice ul {
    font-size: 14px;
    border-radius: 4px;
  }
  .tab_conts > ul > li {
    font-size: 14px;
    min-height: 58px;
    border-radius: 4px;
  }
  /* .event_1stoffice > ul > li:last-child {
    text-align: left;
  } */
  .tab_conts li._soldout p:last-child::after {
    top: -21px;
    height: 20px;
    font-size: 12px;
  }
  .tab._2 .btn_group {
    position: absolute;
    bottom: 130px;
  }
  ._2 .conts_box > .tab_conts {
    min-height: 440px;
    padding: 24px;
    background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/tab_2-1_m.png') no-repeat center;
    background-size: cover;
  }
  ._2 .conts_box > .tab_conts:nth-child(2) {
    background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/tab_2-2_m.png') no-repeat center;
    background-size: cover;
  }
  ._2 .conts_box > .tab_conts:nth-child(3) {
    background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/tab_2-3_m.png') no-repeat center;
    background-size: cover;
  }
  ._2 .conts_box > .tab_conts:nth-child(4) {
    background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/tab_2-4_m.png') no-repeat center;
    background-size: cover;
  }
  ._2 .tab_conts span {
    font-size: 14px;
  }
  ._2 .tab_conts h5 {
    font-size: 24px;
  }
  ._2 .tab_conts p {
    font-size: 16px;
  }

  .environ .inner_wrap {
    padding: 130px 0;
  }
  .slide_conts {        
    position: relative;
    flex-direction: column;
  }
  .slide_conts .tit {
    position: absolute;
    top: 20px;
    left: 20px;
    min-width: unset;
    z-index: 5;
  }
  .slide_conts .tit h4 {
    position: relative;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
    padding: 0;
  }
  .slide_conts + .slide_conts {
    padding: 0;
  }
  .slide_conts1 .tit h4::after {
    content: '';
    position: absolute;
    top: 32px;
    right: -144px;
    width: 166px;
    height: 146px;
    background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/before_slide_2.png') no-repeat center;
    background-size: cover;
  }
  .slide_conts2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 24px;
    width: 149px;
    height: 197px;
    background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/before_slide_3.png') no-repeat center;
    background-size: cover;
    z-index: 5;
  }
  .slide_conts2 .tit h4 {
    color: #fff;
  }
  .swiper-slide p {
    left: auto;
    right: 20px;
    font-size: 16px;
    font-weight: 500;
  }
  .slide_conts1 .swiper-slide p {
    left: auto;
  }
  .group_pagination {
    display: none;
  }
  .slides-nav {
    top: calc(50% + 79px);
    padding: 0 20px;
  }

  .advans_conts {
    max-width: 300px;
  }


  .review {
    overflow: hidden;
  }
  .review .swiper-slide {
    flex-direction: column;
    margin-right: 20px;
    border-radius: 20px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }
  .review .swiper-slide > img {
    max-width: unset;
    border-radius: 0;
  }
  .review .slide_conts {
    max-width: 300px;
    margin: 0 auto;
  }
  .review .slide_conts .tit {
    position: static;
    min-height: 430px;
    min-width: unset;
    padding: 28px 20px;
    margin-right: 0;
    box-shadow: none;
  }
  .review .swiper-container {
    overflow: visible;
    transform: translateX(0);
  }
  .review .tit h5 {
    font-size: 22px;
    padding-bottom: 12px;
  }
  .review .tit p {
    font-size: 16px;
  }
  .review .tit .tag {
    position: relative;
    font-size: 14px;
    padding-bottom: 48px;
  }
  .review .tit .tag::after {
    content: '';
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
  }
  .review .slides-nav {
    display: none;
  }
  .review .group_pagination {
    display: block;
    margin: 16px auto 0;
  }
  .review .group_pagination .pagination.slides-paging {
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
  }
  .review .group_pagination .slides-progress {
    display: none;
  }
  .review .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background-color: #D9D9D9;
    opacity: 1;
  }
  .review .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background-color: #00192E;
  }


  .usp_conts {
    max-width: 335px;
  }
  .usp_conts > li {
    min-height: 320px;
    background-color: #fff;
    border-radius: 16px;
    background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/usp_1_m.png') no-repeat center;
    background-size: cover;
    padding: 20px;
  }
  .usp_conts > li:nth-child(2) {
    background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/usp_2_m.png') no-repeat center;
    background-size: cover;
  }
  .usp_conts > li:nth-child(3) {
    background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/usp_3_m.png') no-repeat center;
    background-size: cover;
  }
  .usp_conts > li:nth-child(4) {
    background: url('/wp-content/themes/fastfive/assets/event/240624_1stoffice/img/usp_4_m.png') no-repeat center;
    background-size: cover;
  }
  .usp_conts > li h4 {
    font-size: 24px;
  }
  .usp_conts > li p {
    font-size: 16px;
  }
  .usp_conts > li a {
    font-size: 16px;
    margin-top: 12px;
  }

  .last .inner_wrap {
    position: relative;
    flex-direction: column;
  }
  .last .tit {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .last .tit h3 {
    font-size: 28px;
  }
  .last .inner_wrap > img {
    position: absolute;
    bottom: 226px;
    width: 286px;
  }
  .last .btn_group {
    margin-top: 298px;
  }
}