:root {
  --point: #87b7ff;
}
body {
  --c_light: #87b7ff;
  --c_point: #1f5ce0;
  --c_deep: #173067;
  --c_yellow: #fff158;
}
ul,
li {
  list-style: none;
}
.inner_wrap {
  max-width: 1380px;
  margin: 0 auto;
  padding: 180px 50px;
}
._center {
  text-align: center;
}
.tit h3 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
}
.tit p {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  font-weight: 500;
  margin-top: 16px;
}
.tit h3 strong {
  position: relative;
}
.tit h3 strong::before {
  content: '';
  display: block;
  background: #88b8ff;
  border-radius: 50px;
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}
.btn_group a._black {
  background: #0b0b0b;
  color: #fff;
}
.btn_group {
  margin: 60px auto 0;
  text-align: center;
}
.btn_group a {
  border-radius: 4px;
  background: var(--c_yellow);
  color: var(--c_deep);
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  line-height: 170%;
  padding: 12px 48px 12px 52px;
  align-items: center;
}
.btn_group a::after {
  content: '';
  display: inline-block;
  margin-left: 2px;
  width: 24px;
  height: 24px;
  background: var(--c_deep);
  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%;
}
.btn_group a._black::after {
  background: #fff;
}
.btn_group a span {
  margin: 0 3px;
}
.noti_visual {
  background: var(--c_light);
  overflow: hidden;
}
.noti_visual .inner_wrap {
  padding: 160px 50px;
  position: relative;
}
.noti_visual ul {
  display: flex;
  gap: 16px 20px;
}
.noti_visual ul + ul {
  margin-top: 16px;
}
.noti_visual ul li {
  background: #fff;
  border-radius: 500px;
  display: inline-flex;
  color: var(--c_deep);
  font-size: 36px;
  font-weight: 500;
  line-height: 170%;
  padding: 0 18px;
  gap: 8px;
  z-index: 5;
  transition: transform 1s ease, opacity 0.2s ease;
}
.noti_visual ul li:nth-child(2) {
  transform: translateX(-100px);
  z-index: 4;
  opacity: 0;
}
.noti_visual ul li:nth-child(3) {
  transform: translateX(-200px);
  z-index: 3;
  opacity: 0;
}
.noti_visual ul li:nth-child(4) {
  transform: translateX(-300px);
  z-index: 2;
  opacity: 0;
}
.noti_visual ul li:nth-child(5) {
  transform: translateX(-400px);
  z-index: 1;
  opacity: 0;
}
.noti_visual._ani ul li {
  transform: translateX(0);
  opacity: 1;
}
.noti_visual ul li strong {
  color: #ff0d00;
  font-weight: 500;
}
.noti_visual h2 {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  margin: 40px 0 4px;
  color: var(--c_deep);
}
.noti_visual h2 div {
  display: inline-block;
  overflow: hidden;
}
.noti_visual h2 div span {
  transform: translate(-170%, 0%);
  transition: transform 1s ease;
  display: block;
}
.noti_visual._ani h2 div span {
  transform: translate(0, 0%);
}
.noti_visual p {
  font-size: 20px;
  line-height: 1.7;
  color: var(--c_deep);
}
.noti_visual .img_box {
  position: absolute;
  left: 50%;
  width: 896px;
  top: 0;
}
.timer_sticky {
  position: sticky;
  top: 70px;
  left: 0;
  background: #222;
  color: #fff;
  z-index: 2;
}
.timer_sticky .timer_wrap {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 17px;
}
.timer_sticky .timer_wrap .event_timer_container {
  display: flex;
  justify-content: center;
  gap: 38px;
}
.timer_sticky .timer_wrap .event_timer_container li {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  color: #fff;
  width: 45px;
  text-align: center;
}

.timer_sticky .timer_wrap .event_timer_container li:first-child {
  text-align: right;
  width: 86px;
}
.timer_sticky .timer_wrap .event_timer_container li::before {
  content: '';
  width: 6px;
  position: absolute;
  top: calc(50% - 8px);
  left: -24px;
  height: 19px;
  background: url(/wp-content/themes/fastfive/assets/event/241021_2024thankyou/img/pc/ico_dot.png) 50% 50% no-repeat;
  background-size: 6px 19px;
}
.timer_sticky .timer_wrap .event_timer_container li:first-child:before {
  content: 'D-';
  position: static;
  width: auto;
  height: auto;
  display: inline-block;
  background: none;
}
.timer_sticky .btn_group {
  margin: 0;
}
.noti_boon ul {
  display: flex;
  gap: 16px;
  margin-top: 60px;
}
.noti_boon ul li {
  border-radius: 20px;
  border: 2px solid #222;
  padding: 38px;
  width: calc(25% - 8px);
  text-align: left;
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  transform: translateY(50px);
}
.noti_boon ul li._ani {
  opacity: 1;
  transform: translateY(0);
}
.noti_boon ul li span {
  color: #1f5ce0;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 600;
}
.noti_boon ul li h4 {
  font-size: 34px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
  margin: 8px 0 20px;
}
.noti_boon ul li p {
  color: #777;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}
.btn_group p {
  color: rgba(34, 34, 34, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin-top: 20px;
}
.noti_map {
  background: #ebebeb;
}
.noti_map .img_box {
  max-width: 859px;
  margin: 0 auto;
  position: relative;
}
.noti_map .img_box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.noti_map .img_box strong {
  color: var(--c_point);
  font-weight: 400;
}
.noti_map .img_box .ping span {
  width: 65px;
  height: 78px;
  position: absolute;
  mask: url(/wp-content/themes/fastfive/assets/event/241107_open_notification/img/pc/img_ping.svg) 50% 50%;
  mask-position: center;
  mask-size: 100%;
  background: #2cc160;
  transform: translateY(-50px);
  transition: transform 0.3s ease-in-out;
}
.noti_map .img_box .ping span:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background: url(/wp-content/themes/fastfive/assets/event/241107_open_notification/img/pc/ico_ff.png) 50% 50% no-repeat;
  background-size: 50px;
  position: absolute;
  top: 6px;
  left: 7px;
}
.noti_map .img_box .ping span:nth-child(1) {
  top: 314px;
  left: 256px;
  background: #FF8936;
}
.noti_map .img_box .ping span:nth-child(2) {
  top: 322px;
  left: 478px;
  transition-delay: 0.1s;
}
.noti_map .img_box .ping span:nth-child(3) {
  top: 436px;
  left: 180px;
  background: #ff8936;
  transition-delay: 0.2s;
}
.noti_map .img_box .ping span:nth-child(4) {
  top: 380px;
  left: 646px;
  transition-delay: 0.3s;
}
.noti_map .img_box .ping span:nth-child(5) {
  top: 462px;
  left: 434px;
  transition-delay: 0.4s;
}
.noti_info {
  background: var(--c_deep);
}
.noti_info .info_box {
  display: flex;
  color: #fff;
  justify-content: space-between;
}
.noti_info .info_box h3 {
  color: #fff;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
}
.noti_info .info_box .img_wrap {
  width: 580px;
}
.noti_info .info_box h3 + p {
  margin-top: 40px;
}
.noti_info .info_box p + p {
  margin-top: 30px;
}
.noti_info .info_box + .info_box {
  margin-top: 120px;
}
.noti_branch .tit p {
  margin-top: 0;
}
.noti_branch .tit h3 {
  margin-top: 16px;
}
.noti_branch .tab_wrap {
}
.noti_branch .tab_wrap ul {
  display: flex;
  max-width: 764px;
  gap: 16px;
  margin: 60px auto;
}
.noti_branch .tab_wrap ul li a {
  border-radius: 500px;
  border: 1px solid var(--c_point);
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 13px;
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
  color: var(--c_point);
}
.noti_branch .tab_wrap ul li {
  width: 100%;
}
.noti_branch .tab_wrap ul li a.active {
  background: var(--c_point);
  color: #fff;
  font-weight: 700;
}
.noti_branch .tab_box {
  display: none;
  gap: 40px;
}
.noti_branch .tab_box .img_box {
  max-width: 820px;
  width: calc(100% - 460px);
  position: relative;
  font-size: 0;
  line-height: 0;
  height: fit-content;
}
.noti_branch .tab_box .img_box.tab_preparing:before {
  background: rgba(0, 0, 0, 0.6);
  content: '현재 공간 \A준비중입니다';
  white-space: pre;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
  color: #fff;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.noti_branch .tab_box .img_box .btn_group {
  position: absolute;
  bottom: 40px;
  left: calc(50% - 182px);
}
.noti_branch .tab_box .txt_box {
  text-align: left;
  width: 420px;
}
.noti_branch .tab_box .txt_box > div {
  border-top: 1px solid rgba(34, 34, 34, 0.3);
  padding-top: 19px;
  height: 248px;
}
.tab_box .txt_box strong {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #222;
}
.noti_branch .tab_box .txt_box p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 8px;
}
.noti_branch .tab_box.active {
  display: flex;
}
.noti_form {
  background: var(--c_light);
}
.noti_form .inner_wrap {
  padding: 120px 50px;
}
.noti_form .form-box {
  width: calc(100% - 544px);
  margin: 0 auto;
}
.noti_form .form_wrap {
  border-radius: 20px;
  background: #fff;
  display: flex;
  overflow: hidden;
}
.noti_form .wpforms-field-checkbox .choice-1 > .wpforms-field-label-inline {
  display: block !important;
}
.noti_form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label {
  font-size: 16px !important;
  line-height: 1.6;
  font-weight: 400;
  color: #444;
  padding-left: 28px;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input label {
  position: relative !important;
  padding-inline-start: 30px !important;
  line-height: 170%;
  color: #444;
  display: inline-block !important;
}
.noti_form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label:after,
.noti_form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label::after {
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_102_5078)'%3E%3Cpath d='M2 6L5 9L10 4' stroke='%23D9D9D9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_102_5078'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px auto;
  display: inline-block;
  content: '';
  transition: 0.1s ease background-image;
  top: calc(50% - 10px);
}
.noti_form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input {
  display: none;
}
.noti_form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input:checked + label::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_102_5078)'%3E%3Cpath d='M2 6L5 9L10 4' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_102_5078'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.noti_form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label::after {
  border: 1px solid #d9d9d9;
  border-radius: 20px;
}
.noti_form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input:checked + label::after {
  background-color: #0095f8;
  border-color: #0095f8;
}
.noti_form .leadforms_box .wpforms-field-container {
  padding: 40px 0 !important;
  max-width: 440px;
}
.noti_form .wpforms-container .wpforms-submit-container {
  text-align: center;
}
.noti_form div.wpforms-container-full:not(:empty) {
  margin: 0;
}
.noti_form .form_wrap .img_box {
  max-width: 544px;
  position: relative;
  font-size: 0;
  line-height: 0;
  width: 42.5%;
}
.noti_form .form_wrap .img_box img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.noti_form .form_wrap .img_box .txt_box {
  position: absolute;
  top: 80px;
  left: 70px;
}
.noti_form .form_wrap .img_box .txt_box h3 {
  font-size: 40px;
}
.noti_form .form_wrap .img_box .txt_box p {
  color: #777;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox {
  margin-bottom: 40px;
  margin-top: -1px;
}
.noti_form .form_wrap div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul {
  display: flex;
  gap: 11px 27px;
  flex-wrap: wrap;
  margin-top: 11px;
}
.noti_form .location_label legend::after {
  content: '(중복 선택 가능)';
  display: inline-block;
  color: #aaa;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-left: 3px;
}
.noti_mini {
  background: var(--c_light);
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  display: flex;
  gap: 24px;
  padding: 17px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.noti_mini .btn_group {
  margin: 0;
}
.ty_benefit_sec {
  text-align: center;
  background: var(--c_deep);
  color: #fff;
}
.ty_benefit_sec li {
  font-size: 0;
}
.ty_benefit_sec h3 {
  color: #fff;
}
.ty_outro_sec {
  background: #f6103e url(/wp-content/themes/fastfive/assets/event/241021_2024thankyou/img/pc/bg_outro.jpg) 50% 50% no-repeat;
  background-size: 100% auto;
  text-align: center;
}
.ty_outro_sec._ani .ty_tit {
  transform: translateY(0);
  opacity: 1;
  font-size: 0;
}
.ty_outro_sec .ty_tit {
  width: 772px;
  margin: 0 auto;
  margin-top: 16px;
  opacity: 0;
  transform: translateY(100px);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.ty_outro_sec .ty_tit_wrap p {
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.ty_outro_sec .btn_group {
  margin-top: 40px;
}
.tenAnni-accodian .tenAnni-inner {
  padding: 120px 50px;
}
.acc-tit {
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  padding: 32px 48px;
  background-color: var(--c_grey);
  border-radius: 24px;
  cursor: pointer;
}
.acc-tit::after {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img/acco_arrow.png') no-repeat center;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.acc-tit.active::after {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img/acco_arrow.png') no-repeat center;
  background-size: cover;
  transform: rotate(180deg);
}
.acc-box {
  text-align: left;
  max-width: 1062px;
  background-color: #f1f4f8;
  border-radius: 24px;
  margin: 0 auto;
}
.acc-list {
  padding: 0 0 32px 48px;
}
.acc-list dl {
  margin-top: 27px;
}
.acc-list dl:first-child {
  margin-top: 0;
}
.acc-list dt {
  color: #6d757c;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}
.acc-list dd {
  list-style: disc;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: #6d757c;
  position: relative;
  padding-left: 10px;
}
.acc-list dd::before {
  content: '·';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* 배너변경 */
.banner__promotion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  background: url(/wp-content/themes/fastfive/assets/event/250121_2025Hotplace/img/pc/visual_bg.jpg) no-repeat center / cover;
  color: #141414;
}
.banner__promotion .banner_text__sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-bottom: 20px;
  width: 100%;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 2px solid #141414;
}
.banner__promotion .sub_loca {
  display: flex;
  font-size: 48px;
  font-weight: 800;
}
.banner__promotion .sub_loca > li {
  display: flex;
  align-items: center;
}
.banner__promotion .sub_loca > li::before {
  content: '';
  vertical-align: inherit;
  display: inline-block;
  width: 1px;
  height: 44px;
  background-color: #141414;
  margin: 0 26px;
}
.banner__promotion .sub_loca > li:first-child:before {
  display: none;
}
.banner__promotion .banner_text {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 52px 0;
  font-size: 131px;
  line-height: 140%;
  font-weight: 800;
  border-bottom: 2px solid #141414;
}
.banner__promotion .banner_text > p{
  position: relative;
  display: flex;
}
.banner__promotion .banner_text b {
  display: block;
  position: absolute;
  align-content: center;
  top: 42px;
  width: 74px;
  left: -46px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px inset #141414;
  opacity: 0;
  animation: visualTag .8s ease-out infinite alternate;
}
.banner__promotion .banner_text strong{
  font-size: 160px;
  letter-spacing: -6px;
  font-weight: 800;
}
.banner__promotion .desc{
  padding: 28px 0 24px;
  font-size: 34px;
  font-weight: 700;
  line-height: 140%; 
  letter-spacing: -1px;
}
.banner__promotion .btn_group{
  margin-top: 0;
}
.banner__promotion .bt_base {
  border-radius: 8px;
}
@media (min-width: 961px) {
  .noti_map .img_box div > img {
    margin-top: 40px;
  }
  .btn_group a:hover {
    background: #fff;
    color: #1f5ce0;
  }
  .btn_group a:hover::after {
    background: #1f5ce0;
  }
  .btn_group a.hover_bl:hover {
    background: #1f5ce0;
    color: #fff;
  }
  .btn_group a.hover_bl:hover::after {
    background: #fff;
  }
  .banner__promotion .bt_base:hover::after {
    background: #000 !important;
  }
  .banner__promotion .bt_base:hover {
    background: #fff;
    color: #000;
  }
  .min_banner.active {
    background: #1f5ce0;
    color: #fff;
  }
  .noti_map .img_box ._ani .ping span {
    transform: translateY(0);
  }
  .noti_visual .img_box {
    margin-left: 60px;
  }
}
@media (max-width: 960px) {
  .inner_wrap {
    padding: 130px 20px;
  }
  .btn_group {
    margin-top: 40px;
  }
  .btn_group a {
    font-size: 16px;
    padding: 14px 32px 14px 36px;
  }
  .tit h3 {
    font-size: 28px;
  }
  .tit p {
    font-size: 22px;
  }
  .noti_visual p {
    font-size: 18px;
    font-weight: 500;
  }
  .noti_visual .inner_wrap {
    padding: 30px 0 0 28px;
  }
  .noti_visual ul {
    gap: 4px;
  }
  .noti_visual ul li {
    font-size: 18px;
    font-weight: 600;
    line-height: 170%;
    padding: 0 12px;
    gap: 3px;
  }
  .noti_visual h2 {
    font-size: 50px;
  }
  .noti_visual .img_box {
    position: static;
    width: 100%;
    text-align: right;
  }
  .noti_visual .img_box img {
    max-width: 274px;
    margin-top: -15px;
    table-layout: -14px;
  }
  .noti_visual ul li:nth-child(2) {
    transform: translateX(-60px);
  }
  .noti_visual ul li:nth-child(3) {
    transform: translateX(-120px);
  }
  .noti_visual ul li:nth-child(4) {
    transform: translateX(-180px);
  }
  .noti_visual ul li:nth-child(5) {
    transform: translateX(-240px);
  }
  .noti_visual._ani ul li {
    transform: translateX(0);
  }
  .timer_sticky {
    top: 60px;
  }
  .timer_sticky .timer_wrap {
    flex-direction: row;
    padding: 17px 10px 16px;
    justify-content: center;
    gap: 12px;
  }
  .timer_sticky .timer_wrap .event_timer_container {
    gap: 13px;
  }
  .timer_sticky .timer_wrap .event_timer_container li {
    font-size: 18px;
    width: 25px;
  }
  .timer_sticky .timer_wrap .event_timer_container li:first-child {
    width: 42px;
  }
  .timer_sticky .timer_wrap .event_timer_container li::before {
    background: url(/wp-content/themes/fastfive/assets/event/241021_2024thankyou/img/pc/ico_dot.png) 50% 50% no-repeat;
    background-size: 5px 14px;
    height: 14px;
    top: calc(50% - 7px);
    left: -9px;
  }
  .timer_sticky .timer_wrap .btn_group a {
    padding: 4px 10px;
  }
  .btn_group a:after {
    mask: url(/wp-content/themes/fastfive/assets/images/common/btn_cta_arrow.svg) no-repeat;
    mask-position: center;
    width: 14px;
    height: 14px;
  }
  .noti_boon ul {
    flex-direction: column;
  }
  .noti_boon ul li {
    width: 100%;
    padding: 32px 22px;
    text-align: center;
    border-radius: 12px;
  }
  .noti_boon ul li h4 {
    font-size: 26px;
    margin: 0 auto 8px;
  }
  .noti_branch .tab_wrap ul {
    flex-wrap: wrap;
  }
  .noti_map .img_box {
    max-width: 335px;
  }
  .noti_map .img_box p {
    padding-top: 291px;
  }
  .noti_info .info_box + .info_box {
    margin-top: 60px;
  }
  .ty_outro_sec {
    background: #f5103d url(/wp-content/themes/fastfive/assets/event/241021_2024thankyou/img/mo/bg_outro.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .ty_outro_sec .ty_tit {
    width: 282px;
  }
  .ty_outro_sec .ty_tit_wrap p {
    font-size: 18px;
  }
  .ty_office .ty_week ul {
    gap: 24px;
    margin-top: 17px;
  }
  .noti_map .img_box img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -14px;
    margin-top: 0;
    width: 350px;
  }
  .noti_map .img_box .ping span {
    width: 30px;
    height: 36px;
  }
  .noti_map .img_box .ping span:before {
    width: 23px;
    height: 23px;
    background-size: 23px;
    left: 3px;
    top: 3px;
  }
  .noti_map .img_box .ping span:nth-child(1) {
    left: 85px;
    top: 83px;
  }
  .noti_map .img_box .ping span:nth-child(2) {
    left: 172px;
    top: 85px;
  }
  .noti_map .img_box .ping span:nth-child(3) {
    left: 52px;
    top: 131px;
  }
  .noti_map .img_box .ping span:nth-child(4) {
    left: 152px;
    top: 141px;
  }
  .noti_map .img_box .ping span:nth-child(5) {
    left: 239px;
    top: 109px;
  }
  .noti_map .img_box._ani .ping span {
    transform: translateY(0);
  }
  .ty_office .ty_week .card_txt_box ul {
    gap: 6px;
    justify-content: flex-start;
  }
  .noti_info .info_box {
    position: relative;
    flex-direction: column;
    text-align: center;
  }
  .noti_info .info_box .img_wrap {
    position: absolute;
    width: 350px;
    top: 71px;
    left: calc(50% - 175px);
  }
  .noti_info .info_box h3 {
    margin-bottom: 309px;
    font-size: 28px;
  }
  .noti_branch .tab_wrap ul {
    width: 316px;
    gap: 8px;
    justify-content: center;
    margin: 40px auto;
  }
  .noti_branch .tab_wrap ul li {
    display: inline-flex;
    width: 100px;
  }
  .noti_branch .tab_wrap ul li a {
    font-size: 18px;
    padding: 5px 18px;
  }
  .noti_branch .tab_box.active {
    flex-direction: column;
  }
  .noti_branch .tab_box .img_box {
    width: 100%;
  }
  .noti_branch .tab_box {
    gap: 20px;
  }
  .tab_box .txt_box strong {
    font-size: 22px;
  }
  .tab_box .txt_box p {
    font-size: 18px;
  }
  .noti_branch .tab_box .img_box .btn_group {
    left: calc(50% - 148px);
  }
  .noti_branch .tab_box .txt_box {
    width: 100%;
  }
  .noti_branch .tab_box .txt_box > div:first-child {
    padding-top: 0;
    border-top: none;
    margin-top: 0;
  }
  .noti_branch .tab_box .txt_box > div {
    height: auto;
    margin-top: 20px;
  }
  .noti_branch .tab_box .img_box.tab_preparing:before {
    font-size: 28px;
  }
  .noti_info .info_box p {
    font-size: 18px;
  }
  .noti_form .form_wrap {
    flex-direction: column;
    max-width: 544px;
    margin: 0 auto;
  }
  .noti_form .form_wrap .img_box {
    width: 100%;
  }
  .noti_form .inner_wrap {
    padding: 60px 20px;
  }
  .noti_form .form-box {
    width: 100%;
  }
  .noti_form .leadforms_box .wpforms-field-container {
    padding: 30px !important;
    margin: 0 auto;
  }
  .noti_form .form_wrap .img_box .txt_box {
    top: 40px;
    left: 30px;
  }
  .noti_form .form_wrap .img_box .txt_box h3 {
    font-size: 28px;
    margin-top: 10px;
  }
  .noti_form .form_wrap .img_box .txt_box p {
    font-size: 18px;
  }
  .noti_form .form_wrap div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul {
    gap: 8px 16px;
  }
  div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 16px !important;
  }
  .noti_form .location_label legend::after {
    font-size: 16px;
  }
  .tenAnni-accodian .tenAnni-inner {
    padding: 40px 20px 63px;
  }
  .noti_mini {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 40px 0 47px;
  }
  .acc-box {
    border-radius: 4px;
  }
  .acc-tit {
    padding: 16px;
    font-size: 22px;
  }
  .acc-list {
    padding: 0 16px 16px;
  }
  .acc-list dt,
  .acc-list dd {
    font-size: 14px;
  }
  /* 배너변경 */
  .banner__promotion {
    padding: 88px 0 90px;
    background-image: url(/wp-content/themes/fastfive/assets/event/250121_2025Hotplace/img/pc/visual_bg.jpg);
  }
  .banner__promotion .banner_text__sub{
    padding-top: 20px;
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
    border-top: 2px solid #141414;
  }
  .banner__promotion .sub_loca{
    font-size: 24px;
  }
  .banner__promotion .sub_loca > li::before {
    height: 22px;
    margin: 0 12px;
  }
  .banner__promotion .banner_text{
    padding: 20px 0;
    font-size: 62px;
  }
  .banner__promotion .banner_text b{
    top: 18px;
    left: -35px;
    width: 48px;
    height: 24px;
    font-size: 12px;
  }
  .banner__promotion .banner_text strong{
    font-size: 72px;
  }
  .banner__promotion .desc{
    padding: 24px 0 20px;
    text-align: center;
    font-size: 18px;
  }
  .banner__promotion .bottom_line{
    padding-top: 24px;
    width: 100%;
    border-bottom: 2px solid #141414;
  }
}
@keyframes visualTag {
  0% {opacity: 0;}
  100% {opacity: 1;}
}