/* ------- common */
:root {
  --swiper-navigation-size: 64px;
  --swiper-theme-color: rgba(34, 34, 34, 0.5);
}
ul,
li {
  list-style: none;
}
.hidden-pc {
  display: none;
}
.hidden-mo {
  display: block;
}
.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
.largeoffice_parking {
  color: #222;
}
.btns_wrapper {
  margin: 60px 0 0;
}
.btn_cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 56px;
  padding: 0 48px;
  color: #fff;
  background: #222;
  font-size: 18px;
  font-weight: 600;
  text-indent: 8px;
  border-radius: 4px;
  transition: linear 0.2s;
}
.btn_cta::after {
  content: '';
  display: inline-block;
  margin-left: 2px;
  width: 24px;
  height: 24px;
  background: #fff;
  mask: url(/wp-content/themes/fastfive/assets/images/common/btn_cta_arrow.svg) no-repeat;
  -webkit-mask: url(/wp-content/themes/fastfive/assets/images/common/btn_cta_arrow.svg) no-repeat;
  mask-position: center;
  mask-size: 100%;
}

/* swiper */
.swiper-navigation {
  width: 100%;
  max-width: 1350px;
  height: 54px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  margin: 28px auto 0;
  padding: 0 8px;
  gap: 19px;
  width: 100%;
  max-width: 1280px;
}
.swiper-pagination-num {
  position: static;
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
  color: rgba(109, 117, 124, 0.3);
}
.swiper-pagination-current {
  padding-right: 4px;
  color: #6d757c;
}
.swiper-pagination-total {
  padding-left: 4px;
}
.swiper-pagination-progress {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.swiper-pagination-progressbar {
  height: 2px !important;
  background: rgba(109, 117, 124, 0.3);
}
.swiper-pagination-progressbar-fill {
  overflow: hidden;
  background: #6d757c;
  border-radius: 4px;
}
.branch_section [class^='swiper-button-'] {
  top: calc(50% - 28px);
  width: 64px;
  height: 64px;
  background-color: rgba(34, 34, 34, 0.2);
  backdrop-filter: blur(16px);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.branch_section [class^='swiper-button-']::after {
  content: none;
}
.branch_section .swiper-button-prev {
  left: 0;
  transform: translateX(-50%);
}
.branch_section .swiper-button-next {
  right: 0;
  transform: translateX(50%);
}
.branch_section .swiper-button-prev {
  background-image: url(/wp-content/themes/fastfive/assets/event/common/img/arrow_left_blur_rounded.png);
}
.branch_section .swiper-button-next {
  background-image: url(/wp-content/themes/fastfive/assets/event/common/img/arrow_right_blur_rounded.png);
}
.section_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
}
.section_title > span {
  color: #006bec;
}
.__white {
  color: #fff;
}
.section_desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
}
.largeoffice_parking > section:not(:first-child) {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 180px 40px;
  text-align: center;
}
/* visual */
.visual {
  overflow: hidden;
  position: relative;
  background: url(/wp-content/themes/fastfive/assets/event/240808_largeoffice_parking/images/bg2.jpg) repeat-x center / 100% 100%;
}
.visual_text_wrapper {
  position: relative;
  padding: 120px 40px 200px;
  z-index: 2;
}
.visual .sub_desc {
  max-width: 292px;
}
.visual .title {
  margin: 24px 0 26px;
  max-width: 350px;
}
.visual_text {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}
.visual .date {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
}
.visual .date span {
  font-weight: 400;
}
[class*='object_'] {
  position: absolute;
}
.object_ff {
  bottom: 130px;
  right: 35%;
  z-index: 1;
}
.object_car {
  right: 0;
  bottom: 68px;
  transition: all 1s ease-in;
  animation: parking 1.8s cubic-bezier(0.47, 0, 0.75, 0.72) paused forwards;
  z-index: 2;
}
.object_car.on {
  animation-play-state: running;
  right: 30%;
  transform: translateX(50%);
}
.object_parking {
  right: 30%;
  bottom: 60px;
  transform: translateX(50%);
}
.object_parking.play {
  animation-play-state: running;
}
.object_bubble {
  top: -74px;
  right: 56px;
  opacity: 0;
  transition: 0.35s ease-in;
  transform: translateY(5px);
  animation: bubble 0.5s 0.1s ease-out paused alternate infinite;
  z-index: -1;
}
.object_bubble.play {
  opacity: 1;
  animation-play-state: running;
}
.object_building__left {
  left: 0;
  bottom: 140px;
}
.object_building__right {
  right: 0;
  bottom: 114px;
  z-index: 1;
}
.object_cloud {
  left: 0;
  top: 134px;
  width: 100%;
  height: 88px;
  background: url(/wp-content/themes/fastfive/assets/event/240808_largeoffice_parking/images/bg_cloud.png) repeat-x left center / cover;
  animation: moving_cloud 50s linear infinite;
}
/* 240821 추가 */
.visual_240821 {
  background: url(/wp-content/themes/fastfive/assets/event/240808_largeoffice_parking/images/bg_pc_240821.jpg) no-repeat 50% 50% / cover;
  color: #fff;
}
.visual_240821 .visual_text_wrapper {
  padding: 148px 40px 140px;
}
.visual_240821 .visual_text h2 {
  font-size: 52px;
  line-height: 1.4;
  font-weight: 700;
  color: inherit;
  margin-bottom: 14px;
}
.visual_240821 .visual_text p {
  font-size: 20px;
  line-height: 1.7;
}
.visual_240821 .btns_wrapper {
  margin-top: 24px;
}
/* 240911 추가 */
.visual_240911 {
  background: url(/wp-content/themes/fastfive/assets/event/240808_largeoffice_parking/images/bg_pc_240911.jpg) no-repeat 50% 50% / cover;
  color: #fff;
}
.visual_240911 .visual_text_wrapper {
  padding: 184px 50px;
}
.visual_240911 .visual_text {
  align-items: center;
  text-align: center;
}
.visual_240911 h2 {
  margin: 12px auto 24px;
  font-size: 80px;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
}
.visual_240911 .sub {
  font-size: 34px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -1px;
}
.visual_240911 .btns_wrapper {
  margin-top: 30px;
}
.visual_240911 .btn_cta {
  background: #fff;
  color: #222;
}
.visual_240911 .btn_cta::after {
  background: #222;
}
/* award */
.award_section {
  background: #222;
}
.award_section .section_title {
  margin-bottom: 60px;
}
/* intro */
.intro_section {
  background: #1c1c1c;
  color: #fff;
}
.intro_section .section_title > span {
  color: #bee4ff;
}
.intro_section .section_desc {
  margin-top: 20px;
}
.character_list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: self-start;
  gap: 22px;
  width: 100%;
  max-width: 1258px;
  margin: 60px auto 0;
}
.character_list li {
  padding: 42px 26px;
  border-radius: 16px;
  background: #fff;
  width: 298px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.35s ease-in;
}
.character_list::before,
.character_list::after {
  content: '';
  position: absolute;
  top: 44px;
  display: block;
  width: 298px;
  height: 306px;
  background: url(/wp-content/themes/fastfive/assets/event/240808_largeoffice_parking/images/character_blur_01.png) no-repeat center / 100% auto;
}
.character_list::before {
  left: 32px;
  transform: translateX(-100%);
}
.character_list::after {
  right: 32px;
  transform: translateX(100%);
  background-image: url(/wp-content/themes/fastfive/assets/event/240808_largeoffice_parking/images/character_blur_02.png);
}
.character_list li:nth-child(odd) {
  margin-top: 70px;
}
.character_list.active li {
  opacity: 1;
  transform: translateY(0);
}
.character_list .comment {
  margin: 20px 0 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #0a0a0a;
}
.character_list .company {
  display: block;
  font-size: 20px;
  line-height: 1.7;
  color: #222;
}
.character_list .character {
  width: 93px;
}
/* branch */
.branch_section {
  background: #ceeaff;
}
.branch_section .section_desc {
  margin-bottom: 8px;
  font-weight: 700;
}
.branch_tab{
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}
.branch_tab li a{
  width: 180px;
  height: 43px;
  font-size: 18px;
  font-weight: 600;
  line-height: 170%; 
  border-radius: 56px;
  opacity: 0.5;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.branch_tab li a._active{
  background: #0A0A0A;
  color: #fff;
  opacity: 1;
}
.branch_section .branch_swiper {
  position: relative;
  margin: 32px auto 0;
  width: 100%;
  max-width: 1280px;
  display: none;
}
.branch_section .branch_swiper._active {
  display: block;
}
.branch_swiper .swiper-slide {
  overflow: hidden;
  width: 348px;
  height: 521px;
  background: #fff;
  border-radius: 16px;
}
.branch_swiper .branch_name {
  text-align: left;
}
.branch_swiper .brnach_info {
  padding: 24px 24px 30px 24px;
}
.branch_swiper .detail {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 5px;
}
.branch_swiper .detail li {
  padding: 7px 17px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  background: #e0f2ff;
  border-radius: 6px;
  user-select: none;
}
/* contact */
.largeoffice_parking > section.section_contact {
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
  gap: 10.5%;
}
.section_contact .contact_text {
  text-align: left;
}
.section_contact .section_desc {
  margin-top: 22px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.section_contact .btns_wrapper {
  position: absolute;
  left: 0;
  bottom: 66px;
  padding: 55px 40px 180px;
  margin-top: 0;
}
.section_contact .image_map {
  flex: 1;
  max-width: 493px;
}
.section_contact img {
  margin: 0 auto;
  max-width: 405px;
}
.section_contact .image_map__text {
  position: relative;
  padding: 28px 34px;
  margin-bottom: 37px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  border-radius: 24px;
  background: #ddf1ff;
}
.section_contact .image_map__text::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -37px;
  transform: translateX(-50%);
  border-top: 27px solid #ddf1ff;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
}
/* benefit */
.section_benefit {
  background: #ddf6ff;
}
.section_benefit > .section_desc {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
/* ------- media */
/* hover */
@media (min-width: 961px) and (hover: hover) {
  .btn_cta:hover {
    background: #006bec;
  }
  .visual_240821 .btn_cta:hover {
    color: #222;
    background-color: #fff;
  }
  .visual_240821 .btn_cta:hover::after {
    background-color: #222;
  }
  .visual_240911 .btn_cta:hover {
    color: #fff;
  }
  .visual_240911 .btn_cta:hover::after {
    background: #fff;
  }
}
/* mb */
@media (max-width: 960px) {
  /* ------- mb common */
  .hidden-pc {
    display: block;
  }
  .hidden-mo {
    display: none;
  }
  .btns_wrapper {
    margin-top: 40px;
  }
  .btn_cta {
    padding: 0 32px;
    font-size: 16px;
  }
  .btn_cta::after {
    margin: 0;
  }
  .section_title {
    font-size: 34px;
  }
  .section_desc {
    font-size: 18px;
  }
  .swiper-navigation {
    display: none;
  }
  .swiper-pagination {
    margin-top: 12px;
    padding: 0;
    gap: 12px;
  }
  .swiper-pagination-num {
    font-size: 12px;
  }
  .swiper-pagination-current {
    color: #222;
  }
  .swiper-pagination-progressbar-fill {
    background: #222 !important;
  }
  .largeoffice_parking > section:not(:first-child) {
    padding: 130px 20px;
  }
  /* visual */
  .visual {
    background-image: url(/wp-content/themes/fastfive/assets/event/240808_largeoffice_parking/images/bg2_m.jpg);
    height: 560px;
  }
  .visual_text_wrapper {
    padding: 38px 20px 0;
  }
  .visual_text {
    align-items: center;
  }
  .visual .title {
    margin: 20px 0 18px;
  }
  .visual .date {
    font-size: 16px;
  }
  .visual .btns_wrapper {
    margin-top: 20px;
  }
  .object_building__left {
    width: 192px;
    bottom: 52px;
    z-index: 1;
  }
  .object_parking {
    width: 224px;
    right: -9px;
    transform: translateX(0);
    bottom: 12px;
  }
  .object_car {
    bottom: 18px;
    width: 162px;
    transform: translateX(-150%);
    animation: parking_mb 1.8s cubic-bezier(0.47, 0, 0.75, 0.72) paused forwards;
  }
  .object_car.on {
    right: 22px;
  }
  .object_bubble {
    top: -54px;
    right: 26px;
    width: 86px;
  }
  .object_cloud {
    left: -18px;
    top: 59px;
    width: calc(100% + 18px);
    height: 345px;
    background-image: url(/wp-content/themes/fastfive/assets/event/240808_largeoffice_parking/images/bg_cloud2_m.png);
    animation: moving_cloud_m 30s linear infinite;
  }
  .character_list {
    flex-wrap: wrap;
    gap: 12px;
  }
  .character_list::before,
  .character_list::after {
    content: none;
  }
  .character_list li {
    padding: 24px 16px 30px;
    width: calc(50% - 6px);
  }
  .character_list li:nth-child(odd) {
    margin-top: 0;
  }
  .character_list li:nth-child(2) {
    margin-top: 40px;
  }
  .character_list li:nth-child(3) {
    margin-top: -40px;
  }
  .character_list .character {
    width: 54px;
  }
  .character_list .comment {
    margin: 12px 0 6px;
    font-size: 18px;
    line-height: 1.7;
  }
  .character_list .company {
    font-size: 12px;
  }
  /* 240821 추가 */
  .visual_240821 {
    background: url(/wp-content/themes/fastfive/assets/event/240808_largeoffice_parking/images/bg_mo_240821.jpg) no-repeat 50% 50% / cover;
  }
  .visual_240821 .visual_text_wrapper {
    padding: 18px 35px;
    text-align: center;
  }
  .visual_240821 .visual_text h2 {
    font-size: 44px;
    font-weight: 900;
    text-align: center;
    line-height: 130%;
    order: 2;
    margin-bottom: 8px;
  }
  .visual_240821 .visual_text p.sub {
    order: 1;
    color: var(--ffffff, #fff);
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -1px;
    margin-bottom: 4px;
  }
  .visual_240821 .visual_text p.date {
    order: 3;
    font-size: 16px;
    line-height: 1.7;
  }
  .visual_240821 .btns_wrapper {
    order: 4;
    margin-top: 52px;
  }
  /* 240911추가 */
  .visual_240911 {
    background-image: url(/wp-content/themes/fastfive/assets/event/240808_largeoffice_parking/images/bg_mo_240911.jpg);
  }
  .visual_240911 .visual_text_wrapper {
    padding: 142px 20px;
  }
  .visual_240911 h2 {
    margin: 4px auto 8px;
    font-size: 44px;
    line-height: 1.4;
  }
  .visual_240911 .sub {
    font-size: 24px;
  }
  .visual_240911 .btns_wrapper {
    margin-top: 20px;
  }
  /* branch */
  .branch_tab{
    margin-top: 32px;
    gap: 8px;
  }
  .branch_tab li a{
    width: 106px;
    height: 54px;
    font-size: 14px;
    line-height: 150%;
  }
  .branch_section .branch_swiper {
    margin-top: 20px;
  }
  .branch_swiper .swiper-slide {
    width: 278px;
    height: 437px;
  }
  .branch_swiper .brnach_info {
    padding: 20px 16px 28px;
  }
  .branch_swiper .branch_name {
    font-size: 22px;
  }
  .branch_swiper .detail {
    margin-top: 20px;
    gap: 7px 4px;
  }
  .branch_swiper .detail li {
    padding: 6px 10px;
    font-size: 14px;
  }
  /* contact */
  .largeoffice_parking > section.section_contact {
    flex-direction: column;
    align-items: center;
  }
  .section_contact .contact_text {
    text-align: center;
  }
  .section_contact .section_desc {
    margin: 11px 0 22px;
    font-size: 22px;
  }
  .section_contact .btns_wrapper {
    position: static;
    padding: 30px 0 0;
  }
  .section_contact .btns_wrapper .btn_cta {
    width: 264px;
  }
  .section_contact .image_map__text {
    margin: 0 auto 44px;
    padding: 24px 28px;
    max-width: 300px;
    font-size: 16px;
    border-radius: 10px;
  }
  .section_contact img {
    max-width: 246px;
  }
  /* benefit */
  .section_benefit > .section_desc {
    font-weight: 700;
  }
  /* award */
  .award_section .section_title {
    margin-bottom: 40px;
  }
}
/* ------- keyframe */
@keyframes parking {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(50%);
  }
}
@keyframes parking_mb {
  0% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bubble {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moving_cloud {
  0% {
    background-position: 1920px 0;
  }
  100% {
    background-position: -1920px 0;
  }
}
@keyframes moving_cloud_m {
  0% {
    background-position: 418px 0;
  }
  100% {
    background-position: -418px 0;
  }
}
