@charset "UTF-8";
/* ================================================= */
/* 1. 폰트 가중치 Map 및 기본 변수 정의 (핵심 유틸리티) */
/* ================================================= */
/* ============================================== */
/* 2. 타이포그래피 스타일 Map 정의 (디자인 시스템) */
/* - 키: size, weight, family, line-height(선택) */
/* ============================================== */
/* ================================================= */
/* 2-1. 반응형 size Map (PC 대비 size만 오버라이드) */
/* - 존재하는 레벨만 유지 (키 불일치 방지) */
/* ================================================= */
/* ============================================= */
/* 3. 공용 유틸: 레벨별 size 조회 (브레이크포인트) */
/* ============================================= */
/* ============================================= */
/* 4. 범용 믹스인: @include body-1-1 형태로 사용 */
/* - line-height 키가 있으면 함께 출력 */
/* ============================================= */
/* ============================================= */
/* 5. 레벨별 믹스인: 최종 사용 형태 유지 */
/* ============================================= */
/* ========================================== */
/* 6. 클래스 자동 생성(선택): 기존 형태 유지 */
/* ========================================== */
.display-1 {
  font-family: "Maplestory", sans-serif;
  font-weight: 700;
  font-size: 144px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 104px;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 88px;
  }
}

.title-1-1 {
  font-family: "Maplestory", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .title-1-1 {
    font-size: 72px;
  }
}
@media (max-width: 768px) {
  .title-1-1 {
    font-size: 56px;
  }
}

.title-2-1 {
  font-family: "Maplestory", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .title-2-1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .title-2-1 {
    font-size: 32px;
  }
}

.contents-1-1 {
  font-family: "Maplestory", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .contents-1-1 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .contents-1-1 {
    font-size: 16px;
  }
}

.contents-1-2 {
  font-family: "Maplestory", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .contents-1-2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .contents-1-2 {
    font-size: 16px;
  }
}

.heading-1-1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .heading-1-1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .heading-1-1 {
    font-size: 32px;
  }
}

.heading-2-1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .heading-2-1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .heading-2-1 {
    font-size: 24px;
  }
}

.heading-2-2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .heading-2-2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .heading-2-2 {
    font-size: 24px;
  }
}

.heading-3-1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .heading-3-1 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .heading-3-1 {
    font-size: 20px;
  }
}

.heading-3-2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .heading-3-2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .heading-3-2 {
    font-size: 20px;
  }
}

.heading-3-3 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .heading-3-3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .heading-3-3 {
    font-size: 20px;
  }
}

.body-1-1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .body-1-1 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .body-1-1 {
    font-size: 18px;
  }
}

.body-1-2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .body-1-2 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .body-1-2 {
    font-size: 18px;
  }
}

.body-2-1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .body-2-1 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .body-2-1 {
    font-size: 16px;
  }
}

.body-2-2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .body-2-2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .body-2-2 {
    font-size: 16px;
  }
}

.body-3-1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .body-3-1 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .body-3-1 {
    font-size: 16px;
  }
}

.body-3-2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .body-3-2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .body-3-2 {
    font-size: 16px;
  }
}

.caption-1-2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .caption-1-2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .caption-1-2 {
    font-size: 14px;
  }
}

#header {
  position: fixed;
  top: 0;
}
#header.menu-on h1.logo-sb a, #header.all h1.logo-sb a {
  background-image: url("../../../assets/images/logo-black-sb.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#header.menu-on h1 a, #header.all h1 a {
  background-image: url("../../../assets/images/logo-black.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#header.menu-on nav a, #header.all nav a {
  color: var(--color-darken);
}
#header.all {
  background-color: var(--color-white);
}
#header.all .btn-menu div {
  background-color: var(--color-darken);
}
#header.scroll {
  background-color: var(--color-white);
}
#header.scroll h1.logo-sb a {
  background-image: url("../../../assets/images/logo-black-sb.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#header.scroll h1 a {
  background-image: url("../../../assets/images/logo-black.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#header.scroll nav a {
  color: var(--color-darken);
}
#header.scroll .btn-menu div {
  background-color: var(--color-darken);
}
#header h1.logo-sb a {
  display: block;
  background-image: url("../../../assets/images/logo-white-sb.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#header h1 a {
  background-image: url("../../../assets/images/logo-white.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#header nav a {
  color: var(--color-white);
}
#header .btn-menu div {
  background-color: var(--color-white);
}

#footer .dropdown_list {
  z-index: 150;
}

/*==============================*/
/*==============================*/
.popup-zone {
  width: 100%;
  height: 100vh;
  padding: 24px;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 5010;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(15px);
}
.popup-zone .popup-zone-inner {
  width: 100%;
  max-width: 1408px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.popup-zone .popup-zone-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.popup-zone .popup-zone-top .total-count {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .popup-zone .popup-zone-top .total-count {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .popup-zone .popup-zone-top .total-count {
    font-size: 16px;
  }
}
.popup-zone .popup-zone-top .total-count {
  color: var(--color-white);
}
.popup-zone .popup-zone-top .total-count span {
  color: var(--color-white);
}
.popup-zone .popup-zone-swiper-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.popup-zone .swiper {
  width: 100%;
  overflow: hidden;
}
.popup-zone .swiper-wrapper {
  align-items: stretch;
}
.popup-zone .swiper-slide {
  width: 340px;
  height: 390px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-zone .swiper-slide a {
  width: 340px;
  height: 390px;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  background: #fff;
}
.popup-zone .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.popup-zone .popup-zone-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.popup-zone .popup-zone-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}
.popup-zone .popup-zone-nav button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--color-white);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, border-color 0.3s;
}
.popup-zone .popup-zone-nav button:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.popup-zone .popup-zone-nav button .icon {
  width: 24px;
  height: 24px;
  display: block;
  filter: var(--filter-white);
}
.popup-zone .popup-zone-nav .prev .icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../../assets/images/icon/icon-arrow-left.svg") no-repeat center/contain;
}
.popup-zone .popup-zone-nav .next .icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../../assets/images/icon/icon-arrow-right.svg") no-repeat center/contain;
}
.popup-zone .popup-zone-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}
.popup-zone .control label {
  padding-left: 32px;
  color: var(--color-white);
}
.popup-zone .control label:before {
  background: transparent;
  border: 1px solid var(--color-white);
  border-radius: 4px;
}
.popup-zone .control label:after {
  width: 24px;
  height: 24px;
  background-image: url("../../../assets/images/icon/icon-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: var(--filter-white);
}
.popup-zone .checkbox input:checked + label::before {
  background-color: transparent;
  border-color: var(--color-white);
}
.popup-zone .checkbox {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .popup-zone .checkbox {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .popup-zone .checkbox {
    font-size: 16px;
  }
}
.popup-zone .checkbox {
  color: var(--color-white);
}
.popup-zone .btn-close {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  color: var(--color-white);
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .popup-zone .btn-close {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .popup-zone .btn-close {
    font-size: 18px;
  }
}
.popup-zone .btn-close .icon {
  width: 16px;
  height: 16px;
}
.popup-zone.is-static .swiper-wrapper {
  display: flex;
  justify-content: center;
  gap: 16px;
  transform: none !important;
}
.popup-zone.is-swiper .swiper-wrapper {
  gap: 0;
}

/*==============================*/
/*==============================*/
.section {
  padding: 80px 0;
}

.section-title-box div {
  color: var(--color-darken);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.section-title-box div .icon {
  width: 48px;
  height: 48px;
}
.section-title-box div h2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .section-title-box div h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .section-title-box div h2 {
    font-size: 32px;
  }
}
.section-title-box div h2 {
  text-align: center;
}
.section-title-box p {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .section-title-box p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .section-title-box p {
    font-size: 18px;
  }
}
.section-title-box p {
  color: var(--gray-11);
  text-align: center;
}

.secton-contents {
  margin-top: 56px;
}

/*==============================*/
/*==============================*/
.section1 {
  position: relative;
  padding: 0;
}
.section1 .container {
  height: 100vh;
  max-height: 1080px;
  position: relative;
}
.section1 .bg-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section1 .bg-swiper .swiper {
  width: 100%;
  height: 100%;
}
.section1 .bg-swiper .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.section1 .bg-swiper .swiper .swiper-slide img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section1 .bg-swiper .swiper .swiper-slide .pc-show {
  display: block;
}
.section1 .bg-swiper .swiper .swiper-slide .mo-show {
  display: none;
}
.section1 .visual-slogan-wrap {
  position: absolute;
  top: calc(100px + (min(100vh, 1080px) - 100px - 225.6px) / 2);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  width: calc(100% - 100px);
}
.section1 .visual-slogan-wrap .flex {
  align-items: center;
  justify-content: space-between;
}
.section1 .visuaal-text {
  flex-shrink: 0;
}
.section1 .visuaal-text .tag-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}
.section1 .visuaal-text .tag-wrap .tag {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .section1 .visuaal-text .tag-wrap .tag {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section1 .visuaal-text .tag-wrap .tag {
    font-size: 20px;
  }
}
.section1 .visuaal-text .tag-wrap .tag {
  color: var(--color-white);
}
.section1 .visuaal-text .slugan-box {
  margin-top: 24px;
}
.section1 .visuaal-text .slugan-box .main-text p {
  color: var(--color-white);
  text-shadow: 0 6px 10px rgba(0, 0, 0, 0.6);
  font-family: "Ria Sans";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 110px */
  letter-spacing: -2px;
}
.section1 .visuaal-text .slugan-box .main-text p + p {
  color: #77D8FF;
  text-shadow: 0 6px 10px rgba(0, 0, 0, 0.6);
  font-family: "Ria Sans";
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 132px */
  letter-spacing: -2.4px;
  margin-top: 8px;
}
.section1 .visuaal-text .slugan-box .sub-text {
  color: var(--color-white);
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.9);
  font-family: "JNE Yuna";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 78.4px */
}
.section1 .visual-img-box {
  width: 661px;
  height: 524px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section1 .visual-img-box img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  inset: 0;
}
.section1 .visual-img-box img.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.section1 .swiper-control-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.section1 .swiper-control-box .progress-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.section1 .swiper-control-box .progress-box span {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .section1 .swiper-control-box .progress-box span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section1 .swiper-control-box .progress-box span {
    font-size: 20px;
  }
}
.section1 .swiper-control-box .progress-box span {
  color: var(--color-white);
}
.section1 .swiper-control-box .progress-box .progress {
  position: relative;
  width: 90px;
  height: 2px;
}
.section1 .swiper-control-box .progress-box .bg,
.section1 .swiper-control-box .progress-box .bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.section1 .swiper-control-box .progress-box .bg {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.section1 .swiper-control-box .progress-box .bar {
  width: 0;
  background-color: var(--color-primary);
  transition: width 0.3s ease;
}
.section1 .swiper-control-box .btn-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 48px;
}
.section1 .swiper-control-box .section1-swiper-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--gray-4);
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section1 .swiper-control-box .section1-swiper-btn .icon {
  width: 15px;
  height: 15px;
  filter: var(--filter-white);
}
.section1 .quickmenu-box {
  width: 100%;
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  margin-top: auto;
  border-radius: 32px 32px 0 0;
  overflow: hidden;
}
.section1 .quickmenu-box .box {
  display: flex;
  width: 100%;
  padding: 32px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--color-white);
  border-right: 0;
  position: relative;
  overflow: hidden;
}
.section1 .quickmenu-box .box::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--color-info);
  transform-origin: 100% 50%;
  transform: scale3d(1, 2, 1);
  transition: transform 0.5s, opacity 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
.section1 .quickmenu-box .box:hover::before {
  transform: scale3d(9, 9, 1);
}
.section1 .quickmenu-box .box:first-child {
  border-radius: 32px 0 0 0;
}
.section1 .quickmenu-box .box:last-child {
  border-radius: 0 32px 0 0;
  border: 1px solid var(--color-white);
}
.section1 .quickmenu-box .box-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .section1 .quickmenu-box .box-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section1 .quickmenu-box .box-title {
    font-size: 20px;
  }
}
.section1 .quickmenu-box .box-title {
  color: var(--color-white);
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}
.section1 .quickmenu-box .btn-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section1 .quickmenu-box .btn-wrap .btn {
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  width: 100%;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}
.section1 .quickmenu-box .btn-wrap .btn:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.section1 .quickmenu-box .btn-wrap .text-field {
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--color-black-white-white, #FFF);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15) inset;
  display: flex;
  padding: 10px 15px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .section1 .quickmenu-box .btn-wrap .text-field {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .section1 .quickmenu-box .btn-wrap .text-field {
    font-size: 18px;
  }
}
.section1 .quickmenu-box .btn-wrap .text-field {
  color: var(--color-darken);
}
.section1 .quickmenu-box .btn-wrap .text-field::-moz-placeholder {
  color: var(--gray-11);
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
.section1 .quickmenu-box .btn-wrap .text-field::placeholder {
  color: var(--gray-11);
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .section1 .quickmenu-box .btn-wrap .text-field::-moz-placeholder {
    font-size: 18px;
  }
  .section1 .quickmenu-box .btn-wrap .text-field::placeholder {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .section1 .quickmenu-box .btn-wrap .text-field::-moz-placeholder {
    font-size: 18px;
  }
  .section1 .quickmenu-box .btn-wrap .text-field::placeholder {
    font-size: 18px;
  }
}

.section2 .contentsbox-outer {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
.section2 .contentsbox-item {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
}
.section2 .contentsbox-item.blue .link-btn-wrap .btn:hover {
  border-color: var(--pb-deep-hover);
  background-color: var(--pb-light);
}
.section2 .contentsbox-item.blue .link-btn-wrap .btn:hover .icon {
  filter: brightness(0) saturate(100%) invert(37%) sepia(96%) saturate(290%) hue-rotate(172deg) brightness(89%) contrast(93%);
}
.section2 .contentsbox-item.pink .link-btn-wrap .btn:hover {
  border-color: var(--pp-deep-hover);
  background-color: var(--pp-light);
}
.section2 .contentsbox-item.pink .link-btn-wrap .btn:hover .icon {
  filter: brightness(0) saturate(100%) invert(36%) sepia(5%) saturate(5004%) hue-rotate(249deg) brightness(94%) contrast(79%);
}
.section2 .contentsbox-item.green .link-btn-wrap .btn:hover {
  border-color: var(--pg-deep-hover);
  background-color: var(--pg-light);
}
.section2 .contentsbox-item.green .link-btn-wrap .btn:hover .icon {
  filter: brightness(0) saturate(100%) invert(41%) sepia(7%) saturate(3410%) hue-rotate(143deg) brightness(91%) contrast(79%);
}
.section2 .contentsbox-head {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.section2 .contentsbox-head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section2 .contentsbox-body {
  height: 100%;
  padding: 30px;
  background-color: var(--gray-3);
}
.section2 .contentsbox-body .title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .section2 .contentsbox-body .title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .section2 .contentsbox-body .title {
    font-size: 24px;
  }
}
.section2 .contentsbox-body .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section2 .contentsbox-body .desc {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .section2 .contentsbox-body .desc {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .section2 .contentsbox-body .desc {
    font-size: 18px;
  }
}
.section2 .contentsbox-body .desc {
  color: var(--gray-11);
  margin-top: 8px;
}
.section2 .link-btn-wrap {
  display: flex;
  margin-top: 40px;
  gap: 8px;
}
.section2 .link-btn-wrap.row {
  flex-direction: row;
  flex-wrap: wrap;
}
.section2 .link-btn-wrap.row .btn {
  width: calc(50% - 4px);
}
.section2 .link-btn-wrap.column {
  flex-direction: column;
  align-items: center;
}
.section2 .link-btn-wrap .btn {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  border-radius: 999px;
  background-color: var(--color-white);
  border: 1px solid var(--gray-4);
  transition: all 0.3s;
}
.section2 .link-btn-wrap .btn .icon {
  width: 16px;
  height: 16px;
}

.section3 .swiper-slide:hover:nth-child(3n-2) .doc-item .doc-cont-box {
  border: 2px solid var(--pb-light-hover);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.section3 .swiper-slide:hover:nth-child(3n-2) .doc-item .doc-cont-box .btn {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.section3 .swiper-slide:hover:nth-child(3n-2) .doc-item .doc-cont-box .btn .icon {
  filter: var(--filter-white);
}
.section3 .swiper-slide:hover:nth-child(3n-1) .doc-item .doc-cont-box {
  border: 2px solid var(--pp-light-hover);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.section3 .swiper-slide:hover:nth-child(3n-1) .doc-item .doc-cont-box .btn {
  background-color: var(--color-pink);
  color: var(--color-white);
}
.section3 .swiper-slide:hover:nth-child(3n-1) .doc-item .doc-cont-box .btn .icon {
  filter: var(--filter-white);
}
.section3 .swiper-slide:hover:nth-child(3n) .doc-item .doc-cont-box {
  border: 2px solid var(--pg-light-hover);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.section3 .swiper-slide:hover:nth-child(3n) .doc-item .doc-cont-box .btn {
  background-color: var(--color-green);
  color: var(--color-white);
}
.section3 .swiper-slide:hover:nth-child(3n) .doc-item .doc-cont-box .btn .icon {
  filter: var(--filter-white);
}
.section3 .swiper-slide:nth-child(3n-2) .doc-item .doc-img-box .img-bg {
  background-color: var(--pb-normal-active);
}
.section3 .swiper-slide:nth-child(3n-2) .doc-item .doc-cont-box {
  background-color: var(--pb-bg-2);
  border: 2px solid var(--pb-bg-2);
}
.section3 .swiper-slide:nth-child(3n-2) .doc-item .doc-cont-box .sayword b {
  color: var(--pb-deep-hover);
}
.section3 .swiper-slide:nth-child(3n-2) .doc-item .doc-cont-box .major-box .badge {
  background-color: var(--pb-normal);
}
.section3 .swiper-slide:nth-child(3n-1) .doc-item .doc-img-box .img-bg {
  background-color: var(--pp-normal-active);
}
.section3 .swiper-slide:nth-child(3n-1) .doc-item .doc-cont-box {
  background-color: var(--pp-bg-2);
  border: 2px solid var(--pp-bg-2);
}
.section3 .swiper-slide:nth-child(3n-1) .doc-item .doc-cont-box .sayword b {
  color: var(--pp-deep-hover);
}
.section3 .swiper-slide:nth-child(3n-1) .doc-item .doc-cont-box .major-box .badge {
  background-color: var(--pp-normal);
}
.section3 .swiper-slide:nth-child(3n) .doc-item .doc-img-box .img-bg {
  background-color: var(--pg-normal-active);
}
.section3 .swiper-slide:nth-child(3n) .doc-item .doc-cont-box {
  background-color: var(--pg-bg-2);
  border: 2px solid var(--pg-bg-2);
}
.section3 .swiper-slide:nth-child(3n) .doc-item .doc-cont-box .sayword b {
  color: var(--pg-deep-hover);
}
.section3 .swiper-slide:nth-child(3n) .doc-item .doc-cont-box .major-box .badge {
  background-color: var(--pg-normal);
}
.section3 .doc-item .doc-img-box {
  height: 260px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.section3 .doc-item .doc-img-box .img-bg {
  width: 100%;
  height: 150px;
  border-radius: 999px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.15) inset;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: all 0.3s;
}
.section3 .doc-item .doc-img-box img {
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.section3 .doc-item .doc-cont-box {
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: -75px;
  padding: 75px 30px 30px;
  border-radius: 40px;
  transition: all 0.3s;
}
.section3 .doc-item .doc-cont-box .sayword {
  color: var(--gray-11);
  text-align: center;
  padding-top: 32px;
  /* Maplestory/Contents/Contents1_2 Light */
  font-family: "Maplestory OTF";
  font-size: var(--Typograpy-size-size-16, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 20.8px */
}
.section3 .doc-item .doc-cont-box .sayword b {
  /* Maplestory/Contents/Contents1_1 Bold */
  font-family: "Maplestory OTF";
  font-size: var(--Typograpy-size-size-16, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
}
.section3 .doc-item .doc-cont-box .namebox {
  border-radius: 20px;
  background-color: var(--color-white);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}
.section3 .doc-item .doc-cont-box .namebox b {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .section3 .doc-item .doc-cont-box .namebox b {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .section3 .doc-item .doc-cont-box .namebox b {
    font-size: 18px;
  }
}
.section3 .doc-item .doc-cont-box .namebox b {
  text-align: center;
}
.section3 .doc-item .doc-cont-box .namebox div {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.section3 .doc-item .doc-cont-box .namebox div span {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .section3 .doc-item .doc-cont-box .namebox div span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section3 .doc-item .doc-cont-box .namebox div span {
    font-size: 20px;
  }
}
.section3 .doc-item .doc-cont-box .namebox div .name {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .section3 .doc-item .doc-cont-box .namebox div .name {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .section3 .doc-item .doc-cont-box .namebox div .name {
    font-size: 24px;
  }
}
.section3 .doc-item .doc-cont-box .major-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  height: 74px;
  overflow: hidden;
}
.section3 .doc-item .doc-cont-box .major-box .badge {
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .section3 .doc-item .doc-cont-box .major-box .badge {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .section3 .doc-item .doc-cont-box .major-box .badge {
    font-size: 16px;
  }
}
.section3 .doc-item .doc-cont-box .major-box .badge {
  transition: all 0.3s;
}
.section3 .doc-item .doc-cont-box .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--gray-4);
  transition: all 0.3s;
  margin-top: 24px;
}
.section3 .doc-item .doc-cont-box .btn .icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s;
}
.section3 .swiper {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 88px;
  padding-right: 88px;
}
.section3 .swiper::before, .section3 .swiper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 88px;
  z-index: 5;
  pointer-events: none;
  background-color: var(--color-white);
}
.section3 .swiper::before {
  left: 0;
}
.section3 .swiper::after {
  right: 0;
}
.section3 .section3-swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid var(--gray-11);
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.section3 .section3-swiper-btn .icon {
  width: 24px;
  height: 24px;
  filter: var(--filter-gray-11);
}
.section3 .section3-swiper-btn.prev {
  left: 0;
  right: auto;
}
.section3 .section3-swiper-btn.next {
  left: auto;
  right: 0;
}

.section4 .guide-box-wrap {
  display: flex;
  gap: 24px;
}
.section4 .guide-box-titie {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .section4 .guide-box-titie {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .section4 .guide-box-titie {
    font-size: 24px;
  }
}
.section4 .guide-step {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
  border-radius: 50px;
  background-color: var(--gray-3);
  overflow: hidden;
  position: relative;
}
.section4 .guide-step .guide-box-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
.section4 .guide-step .guide-box-filter button {
  display: flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid var(--gray-4);
  background-color: var(--color-white);
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .section4 .guide-step .guide-box-filter button {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .section4 .guide-step .guide-box-filter button {
    font-size: 18px;
  }
}
.section4 .guide-step .guide-box-filter button {
  color: var(--gray-11);
  flex-shrink: 0;
  transition: all 0.3s;
}
.section4 .guide-step .guide-box-filter button:hover {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: var(--color-white);
}
.section4 .guide-step .guide-box-filter button.is-active {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: var(--color-white);
}
.section4 .guide-step .guide-list-outer {
  width: 100%;
}
.section4 .guide-step .guide-list-outer .guide-list {
  display: none;
}
.section4 .guide-step .guide-list-outer .guide-list.is-active {
  display: flex;
}
.section4 .guide-step .guide-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.section4 .guide-step .guide-list.row6 .guide-item {
  padding: 9px 30px;
}
.section4 .guide-step .guide-list .guide-item {
  display: flex;
  padding: 16px 30px;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  background-color: var(--color-white);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1) inset;
  transition: all 0.3s;
}
.section4 .guide-step .guide-list .guide-item:hover {
  background-color: var(--primary-bg-2);
}
.section4 .guide-step .guide-list .guide-item:hover img {
  animation: shake 1s infinite;
}
.section4 .guide-step .guide-list .guide-item div {
  display: flex;
  align-items: center;
  gap: 40px;
}
.section4 .guide-step .guide-list .guide-item .num {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color-darken);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .section4 .guide-step .guide-list .guide-item .num {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .section4 .guide-step .guide-list .guide-item .num {
    font-size: 24px;
  }
}
.section4 .guide-step .guide-list .guide-item .num {
  color: var(--color-white);
  flex-shrink: 0;
}
.section4 .guide-step .guide-list .guide-item .cont {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .section4 .guide-step .guide-list .guide-item .cont {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section4 .guide-step .guide-list .guide-item .cont {
    font-size: 20px;
  }
}
.section4 .guide-step .guide-list .guide-item .cont {
  display: flex;
  flex-direction: column;
}
.section4 .guide-step .guide-list .guide-item .cont .sm-text {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .section4 .guide-step .guide-list .guide-item .cont .sm-text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .section4 .guide-step .guide-list .guide-item .cont .sm-text {
    font-size: 14px;
  }
}
.section4 .guide-step .guide-list .guide-item .cont .sm-text {
  color: var(--gray-11);
}
.section4 .guide-step .guide-list .guide-item img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-left: auto;
}
.section4 .guide-time-and-banner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section4 .guide-time-and-banner .guide-time {
  border-radius: 50px;
  background-color: var(--primary-bg-2);
  flex: 1 0 0;
  padding: 30px;
}
.section4 .guide-time-and-banner .time-box {
  display: flex;
  align-self: stretch;
  gap: 10px;
  margin-top: 32px;
}
.section4 .guide-time-and-banner .time-box .time {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  gap: 10px;
  width: 100%;
}
.section4 .guide-time-and-banner .time-box .time.blue .time-body .time-body-title {
  background-color: var(--pb-light-hover);
}
.section4 .guide-time-and-banner .time-box .time.pink .time-head {
  display: none;
}
.section4 .guide-time-and-banner .time-box .time.pink .time-body .time-body-title {
  background-color: var(--pp-light-hover);
}
.section4 .guide-time-and-banner .time-box .time.green .time-head {
  display: none;
}
.section4 .guide-time-and-banner .time-box .time.green .time-body .time-body-title {
  background-color: var(--pg-light-hover);
}
.section4 .guide-time-and-banner .time-box .time .time-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 10px;
  margin-top: 99px;
}
.section4 .guide-time-and-banner .time-box .time .time-head .time-icon {
  flex-shrink: 0;
  width: 39px;
  height: 71.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: var(--color-white);
  border-radius: 5px;
}
.section4 .guide-time-and-banner .time-box .time .time-head .time-icon.morning:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/main/icon-morning.png");
  background-repeat: no-repeat;
  background-size: 27px 20px;
  background-position: center;
}
.section4 .guide-time-and-banner .time-box .time .time-head .time-icon.afternoon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/main/icon-afternoon.png");
  background-repeat: no-repeat;
  background-size: 23px 23px;
  background-position: center;
}
.section4 .guide-time-and-banner .time-box .time .time-head .time-icon.evening:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/main/icon-evening.png");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
}
.section4 .guide-time-and-banner .time-box .time .time-head .time-icon.night:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/main/icon-night.png");
  background-repeat: no-repeat;
  background-size: 27px 19px;
  background-position: center;
}
.section4 .guide-time-and-banner .time-box .time .time-body {
  width: 100%;
  min-width: 163px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.section4 .guide-time-and-banner .time-box .time .time-body .time-body-title {
  width: 100%;
  height: 89px;
  display: flex;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .section4 .guide-time-and-banner .time-box .time .time-body .time-body-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section4 .guide-time-and-banner .time-box .time .time-body .time-body-title {
    font-size: 20px;
  }
}
.section4 .guide-time-and-banner .time-box .time .time-body .time-body-title {
  flex-shrink: 0;
}
.section4 .guide-time-and-banner .time-box .time .time-body .time-text {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .section4 .guide-time-and-banner .time-box .time .time-body .time-text {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .section4 .guide-time-and-banner .time-box .time .time-body .time-text {
    font-size: 24px;
  }
}
.section4 .guide-time-and-banner .time-box .time .time-body .time-text {
  color: var(--color-white);
}
.section4 .guide-time-and-banner .time-box .time .time-body .time-body-list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: var(--color-white);
  border-radius: 10px;
}
.section4 .guide-time-and-banner .time-box .time .time-body .time-body-list .time-row {
  height: 71.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .section4 .guide-time-and-banner .time-box .time .time-body .time-body-list .time-row {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .section4 .guide-time-and-banner .time-box .time .time-body .time-body-list .time-row {
    font-size: 18px;
  }
}
.section4 .guide-time-and-banner .time-box .time .time-body .time-body-list .time-row:hover {
  color: var(--color-primary);
}
.section4 .guide-time-and-banner .time-box .time .time-body .time-body-list .time-row p {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .section4 .guide-time-and-banner .time-box .time .time-body .time-body-list .time-row p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .section4 .guide-time-and-banner .time-box .time .time-body .time-body-list .time-row p {
    font-size: 14px;
  }
}
.section4 .guide-time-and-banner .time-box .time .time-body .time-body-list .time-row p {
  color: var(--gray-11);
  text-align: center;
}
.section4 .guide-time-and-banner .banner-box {
  border-radius: 50px;
  overflow: hidden;
}

.section5 {
  padding: 140px 0 52px;
  position: relative;
  overflow: visible;
}
.section5 .bg-wrap {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("../../images/main/bg-section5.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.section5 .doctor-list {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.section5 .doctor-item {
  flex: 0 0 400px;
  padding: 20px;
  background-color: var(--color-white);
  border-radius: 30px;
  box-shadow: 0 5px 8px 0 rgba(156, 152, 152, 0.25);
  transition: all 0.3s;
}
.section5 .doctor-item:nth-child(3n-2) .item-top .img-box {
  background-color: var(--pb-light-hover);
}
.section5 .doctor-item:nth-child(3n-2):hover {
  border: 1px solid var(--pb-normal-active);
  background-color: var(--color-white);
  box-shadow: 6px 6px 0 0 var(--pb-normal), 0 5px 8px 0 rgba(156, 152, 152, 0.25);
}
.section5 .doctor-item:nth-child(3n-1) .item-top .img-box {
  background-color: var(--pg-light-hover);
}
.section5 .doctor-item:nth-child(3n-1):hover {
  border: 1px solid var(--pp-normal-active);
  background-color: var(--color-white);
  box-shadow: 6px 6px 0 0 var(--pp-normal), 0 5px 8px 0 rgba(156, 152, 152, 0.25);
}
.section5 .doctor-item:nth-child(3n) .item-top .img-box {
  background-color: var(--pp-light-hover);
}
.section5 .doctor-item:nth-child(3n):hover {
  border: 1px solid var(--pg-normal-active);
  background-color: var(--color-white);
  box-shadow: 6px 6px 0 0 var(--pg-normal), 0 5px 8px 0 rgba(156, 152, 152, 0.25);
}
.section5 .doctor-item .item-top {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.section5 .doctor-item .item-top .img-box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.section5 .doctor-item .item-top .img-box img {
  width: 100px;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.section5 .doctor-item .item-top .title {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .section5 .doctor-item .item-top .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section5 .doctor-item .item-top .title {
    font-size: 20px;
  }
}
.section5 .doctor-item .item-top .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 61px;
}
.section5 .doctor-item .desc {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .section5 .doctor-item .desc {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .section5 .doctor-item .desc {
    font-size: 18px;
  }
}
.section5 .doctor-item .desc {
  color: var(--gray-11);
  margin-top: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 52px;
}
.section5 .doctor-item .infobox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 40px;
}
.section5 .doctor-item .infobox .info {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .section5 .doctor-item .infobox .info {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .section5 .doctor-item .infobox .info {
    font-size: 16px;
  }
}
.section5 .doctor-item .infobox .info {
  color: var(--gray-11);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 20px;
}
.section5 .doctor-item .infobox span {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .section5 .doctor-item .infobox span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .section5 .doctor-item .infobox span {
    font-size: 16px;
  }
}
.section5 .doctor-item .infobox span {
  color: var(--gray-11);
}
.section5 .swiper {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 88px;
  padding-right: 88px;
  padding-bottom: 88px;
}
.section5 .swiper::before, .section5 .swiper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 88px;
  z-index: 5;
  pointer-events: none;
  background-color: #f5fbff;
}
.section5 .swiper::before {
  left: 0;
}
.section5 .swiper::after {
  right: 0;
}
.section5 .section5-swiper-btn {
  position: absolute;
  top: calc(50% - 50px);
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid var(--gray-11);
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.section5 .section5-swiper-btn .icon {
  width: 24px;
  height: 24px;
  filter: var(--filter-gray-11);
}
.section5 .section5-swiper-btn.prev {
  left: 0;
  right: auto;
}
.section5 .section5-swiper-btn.next {
  left: auto;
  right: 0;
}

.section6 .tabs .tab {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .section6 .tabs .tab {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .section6 .tabs .tab {
    font-size: 32px;
  }
}
.section6 .tabs .tab {
  color: var(--gray-8);
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  transition: all 0.3s;
}
.section6 .tabs .tab + .tab {
  position: relative;
  padding-left: 24px;
}
.section6 .tabs .tab + .tab::before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: var(--gray-4);
  margin: 0 16px;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
}
.section6 .tabs .tab.is-active {
  color: var(--color-darken);
  border: 0;
}
.section6 .board-list .board-item {
  background-color: var(--gray-3);
  border: 1px solid var(--gray-8);
  padding: 20px 0;
  margin-top: 16px;
}
.section6 .card-list-wrap {
  display: flex;
  gap: 24px;
}
.section6 .card-list-wrap .card-item {
  width: 33.3333333333%;
  border-radius: 40px;
  overflow: hidden;
}
.section6 .card-list-wrap .card-item .infobox {
  padding: 20px;
  background-color: var(--gray-3);
}
.section6 .card-list-wrap .card-item .infobox .info-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section6 .card-list-wrap .card-item .infobox .badge {
  display: flex;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background-color: var(--color-white);
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .section6 .card-list-wrap .card-item .infobox .badge {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .section6 .card-list-wrap .card-item .infobox .badge {
    font-size: 18px;
  }
}
.section6 .card-list-wrap .card-item .infobox .badge {
  flex-shrink: 0;
}
.section6 .card-list-wrap .card-item .infobox .date {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .section6 .card-list-wrap .card-item .infobox .date {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .section6 .card-list-wrap .card-item .infobox .date {
    font-size: 16px;
  }
}
.section6 .card-list-wrap .card-item .infobox .date {
  color: var(--gray-11);
}
.section6 .card-list-wrap .card-item .infobox .card-titie {
  height: 68px;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .section6 .card-list-wrap .card-item .infobox .card-titie {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section6 .card-list-wrap .card-item .infobox .card-titie {
    font-size: 20px;
  }
}
.section6 .card-list-wrap .card-item .infobox .card-titie {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 16px;
}
.section6 .card-list-wrap .card-item .img-box {
  width: 100%;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.section6 .card-list-wrap .card-item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.float {
  width: 92px;
  position: fixed;
  height: 100%;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 110;
  background: transparent;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* 카카오아이콘때문에 추가 */
  align-items: flex-end;
  gap: 8px;
}
.float .float-btn {
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--color-white);
  transition: all 0.4s;
  background: rgba(0, 0, 0, 0.28);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.float .float-btn:hover {
  background-color: var(--primary-bg-2);
  border-color: var(--color-primary);
}
.float .float-btn:hover span {
  color: var(--color-primary);
}
.float .float-btn .icon {
  width: 32px;
  height: 32px;
}
.float .float-btn span {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .float .float-btn span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .float .float-btn span {
    font-size: 16px;
  }
}
.float .float-btn span {
  color: var(--color-white);
  text-align: center;
}
.float .gotop {
  width: 100%;
  padding: 8px 12px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background-color: var(--color-primary);
}
.float .gotop .icon {
  width: 16px;
  height: 16px;
  filter: var(--filter-white);
}
.float .gotop span {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .float .gotop span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .float .gotop span {
    font-size: 16px;
  }
}
.float .gotop span {
  color: var(--color-white);
  text-align: center;
}
.float .kakao-btn {
  overflow: hidden;
  margin-right: 10px;
  z-index: 200;
  width: 70px;
  height: 70px;
  border-radius: 999px;
  background: #fae100;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.float .kakao-btn::after {
  content: "";
  display: block;
  clear: both;
}
.float .kakao-btn.active {
  width: 320px;
}
.float .kakao-btn .btn-thumb {
  position: relative;
  float: right;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
}
.float .kakao-btn .btn-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.float .kakao-btn .btn-thumb img {
  display: block;
  width: 100%;
  transform: rotate(0deg);
}
.float .kakao-btn:not(.active) .btn-thumb img {
  animation: chatImg 2s ease-in-out 3s;
}
.float .kakao-btn .btn-cont {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  position: relative;
  left: 0;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .float .kakao-btn .btn-cont {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .float .kakao-btn .btn-cont {
    font-size: 14px;
  }
}
.float .kakao-btn .btn-cont {
  display: flex;
  align-items: center;
}
.float .kakao-btn .btn-cont .cont {
  display: none;
  text-align: left;
  white-space: nowrap;
}
.float .kakao-btn .btn-cont .cont.active {
  display: block;
}
.float .kakao-btn .btn-cont .btn-close {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  width: 25px;
  height: 25px;
  background: url("https://cdn.imweb.me/thumbnail/20240409/f252b45851d2f.png") no-repeat center center;
  background-size: contain;
}
.float .kakao-btn.active .btn-cont {
  visibility: visible;
  opacity: 1;
  padding: 13px 80px 13px 45px;
  transition: all 0.2s linear;
}

@keyframes shake {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes chatImg {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(15deg);
  }
  80% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* media 1430 */
@media (max-width: 1430px) {
  /*==============================*/
  /*==============================*/
  .popup-zone .popup-zone-inner {
    max-width: 1052px;
  }
  /*==============================*/
  /*==============================*/
  .section2 .contentsbox-outer {
    flex-direction: column;
  }
  .section2 .contentsbox-head {
    display: none;
  }
  .section2 .contentsbox-body .desc br {
    display: none;
  }
  .section5 .doctor-item {
    flex: auto;
  }
}
/* media 1200 */
@media (max-width: 1200px) {
  .float {
    height: auto;
    margin-top: auto;
    top: auto;
    bottom: 20px;
    transform: none;
  }
  .float .float-btn {
    display: none;
  }
  .section1 .visual-slogan-wrap {
    top: 100px;
    transform: translateX(-50%);
  }
  .section1 .visuaal-text .tag-wrap {
    gap: 8px;
  }
  .section1 .visuaal-text .tag-wrap .tag {
    font-family: "Pretendard", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (max-width: 1200px) and (max-width: 1024px) {
  .section1 .visuaal-text .tag-wrap .tag {
    font-size: 18px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .section1 .visuaal-text .tag-wrap .tag {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .section1 .visuaal-text .slugan-box .main-text p {
    font-size: 48px;
  }
  .section1 .visuaal-text .slugan-box .main-text p + p {
    font-size: 56px;
  }
  .section1 .visuaal-text .slugan-box .sub-text {
    font-size: 40px;
  }
  .section1 .visual-img-box {
    width: 100%;
    height: auto;
  }
  .section1 .quickmenu-box {
    display: flex;
    flex-direction: column;
    border-radius: 32px 32px 0 0;
    overflow: hidden;
  }
  .section1 .quickmenu-box .box {
    width: 100%;
    padding: 0;
    gap: 0;
    align-items: stretch;
    border-right: 1px solid var(--color-white);
    border-bottom: 0;
  }
  .section1 .quickmenu-box .box::before {
    display: none;
  }
  .section1 .quickmenu-box .box:first-child {
    border-radius: 32px 32px 0 0;
  }
  .section1 .quickmenu-box .box:last-child {
    border-bottom: 1px solid var(--color-white);
    border-radius: 0;
  }
  .section1 .quickmenu-box .box-title {
    width: 100%;
    min-height: 64px;
    padding: 0 64px 0 40px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    text-align: left;
  }
  .section1 .quickmenu-box .box-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 32px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 8L10 13L15 8' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .section1 .quickmenu-box .box.active .box-title::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .section1 .quickmenu-box .box.active .btn-wrap {
    display: grid;
  }
  .section1 .quickmenu-box .btn-wrap {
    display: none;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
    padding: 0 24px;
  }
  .section1 .quickmenu-box .btn-wrap > * {
    overflow: hidden;
  }
  .section1 .quickmenu-box .btn-wrap .btn,
  .section1 .quickmenu-box .btn-wrap .text-field {
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    margin-bottom: 8px;
  }
  .section1 .quickmenu-box .btn-wrap .btn:last-child,
  .section1 .quickmenu-box .btn-wrap .text-field:last-child {
    margin-bottom: 0;
  }
  .section1 .quickmenu-box .box.active .btn-wrap {
    grid-template-rows: 1fr;
    padding: 0 24px 24px;
  }
  .section1 .quickmenu-box .box.active .btn-wrap .btn,
  .section1 .quickmenu-box .box.active .btn-wrap .text-field {
    opacity: 1;
    transform: translateY(0);
  }
  .section4 .guide-box-wrap {
    flex-direction: column;
  }
  .section4 .guide-step {
    flex: 1;
  }
  .section4 .guide-time-and-banner .banner-box img {
    width: 100%;
  }
  .section6 .card-list-wrap {
    flex-direction: column;
  }
  .section6 .card-list-wrap .card-item {
    width: 100%;
    display: flex;
    align-items: stretch;
  }
  .section6 .card-list-wrap .card-item .infobox {
    height: auto;
    width: 70%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
  }
  .section6 .card-list-wrap .card-item .infobox .card-titie {
    margin-top: auto;
    margin-bottom: 20px;
    height: auto;
  }
  .section6 .card-list-wrap .card-item .img-box {
    height: auto;
  }
}
/* media 1024 */
@media (max-width: 1024px) {
  /*==============================*/
  /*==============================*/
  .section {
    padding: 60px 0;
  }
  /*==============================*/
  /*==============================*/
  .popup-zone .popup-zone-inner {
    max-width: 696px;
  }
  /*==============================*/
  /*==============================*/
  .section1 {
    padding: 0;
  }
  .section1 .container {
    position: relative;
  }
  .section1 .bg-swiper .swiper .swiper-slide .pc-show {
    display: none;
  }
  .section1 .bg-swiper .swiper .swiper-slide .mo-show {
    display: block;
  }
  .section1 .visual-slogan-wrap {
    top: 150px;
  }
  .section1 .visual-slogan-wrap .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .section1 .visual-img-box {
    position: absolute;
    right: 0;
    bottom: -200px;
    width: 350px;
  }
  .section1 .quickmenu-box {
    margin-bottom: 30px;
  }
  .section1 .quickmenu-box .btn-wrap .btn {
    font-family: "Pretendard", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .section1 .quickmenu-box .btn-wrap .btn {
    font-size: 18px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .section1 .quickmenu-box .btn-wrap .btn {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .section5 .doctor-item .desc {
    min-height: auto;
  }
  .section6 .board-list .board-item {
    grid-template-columns: 70px 1fr 120px;
    padding: 20px;
  }
  .section6 .board-list .board-item .col.col-title {
    padding-left: 20px;
  }
}
/* media 768 */
@media (max-width: 768px) {
  /*==============================*/
  /*==============================*/
  .float {
    width: 62px;
  }
  .float .kakao-btn {
    width: 60px;
    height: 60px;
    margin-right: 0;
  }
  .float .kakao-btn .btn-thumb {
    width: 60px;
    height: 60px;
  }
  .section-title {
    margin-bottom: 8px;
  }
  .section-title + .section-sub-title {
    font-family: "Pretendard", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (max-width: 768px) and (max-width: 1024px) {
  .section-title + .section-sub-title {
    font-size: 16px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .section-title + .section-sub-title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  /*==============================*/
  /*==============================*/
  .popup-zone {
    padding: 16px;
  }
  .popup-zone .popup-zone-inner {
    max-width: 340px;
    gap: 12px;
  }
  .popup-zone .swiper-slide {
    width: 100%;
    height: auto;
  }
  .popup-zone .swiper-slide a {
    width: 100%;
    height: auto;
    aspect-ratio: 34/39;
  }
  .popup-zone .swiper-slide img {
    height: 100%;
  }
  .popup-zone .popup-zone-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .popup-zone .popup-zone-nav {
    justify-content: center;
    order: 2;
  }
  .popup-zone .popup-zone-actions {
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
    order: 1;
    gap: 12px;
  }
  .popup-zone .btn-close {
    padding: 8px 14px;
    flex-shrink: 0;
  }
  .popup-zone .control.checkbox {
    min-width: 0;
  }
  .popup-zone .control label {
    font-size: 14px;
  }
  /*==============================*/
  /*==============================*/
  .section1 {
    padding: 0;
  }
  .section1 .visual-slogan-wrap {
    top: 100px;
    width: calc(100% - 40px);
  }
  .section1 .visuaal-text .slugan-box {
    margin-top: 16px;
  }
  .section1 .visual-img-box {
    width: 250px;
  }
  .section1 .quickmenu-box {
    margin-bottom: 20px;
  }
  .section2 .link-btn-wrap.row {
    flex-direction: column;
  }
  .section2 .link-btn-wrap.row .btn {
    width: 100%;
  }
  .section3 .swiper {
    padding-left: 0;
    padding-right: 0;
  }
  .section3 .swiper:before, .section3 .swiper::after {
    background-color: transparent;
  }
  .section3 .section3-swiper-btn {
    top: calc(50% - 122px);
  }
  .section3 .section3-swiper-btn.prev {
    left: 20px;
  }
  .section3 .section3-swiper-btn.next {
    right: 20px;
  }
  .section4 .guide-step {
    border-radius: 30px;
  }
  .section4 .guide-time-and-banner .guide-time,
  .section4 .guide-time-and-banner .banner-box {
    border-radius: 30px;
  }
  .section4 .guide-time-and-banner .time-box .time .time-body .time-body-title br {
    display: none;
  }
  .section4 .guide-time-and-banner .time-box {
    flex-direction: column;
  }
  .section4 .guide-time-and-banner .time-box .time.pink .time-head {
    display: flex;
    justify-content: flex-start;
  }
  .section4 .guide-time-and-banner .time-box .time.pink .time-head .time-icon.evening, .section4 .guide-time-and-banner .time-box .time.pink .time-head .time-icon.night {
    display: none;
  }
  .section4 .guide-time-and-banner .time-box .time.pink .time-body .time-row:nth-child(3), .section4 .guide-time-and-banner .time-box .time.pink .time-body .time-row:nth-child(4) {
    display: none;
  }
  .section4 .guide-time-and-banner .time-box .time.green .time-head {
    display: flex;
    justify-content: flex-start;
  }
  .section4 .guide-time-and-banner .time-box .time.green .time-head .time-icon.evening, .section4 .guide-time-and-banner .time-box .time.green .time-head .time-icon.night {
    display: none;
  }
  .section4 .guide-time-and-banner .time-box .time.green .time-body .time-row:nth-child(3), .section4 .guide-time-and-banner .time-box .time.green .time-body .time-row:nth-child(4) {
    display: none;
  }
  .section5 .swiper {
    padding-left: 0;
    padding-right: 0;
  }
  .section5 .swiper::before, .section5 .swiper::after {
    background-color: transparent;
  }
  .section5 .section5-swiper-btn {
    top: calc(100% - 34px);
    width: 48px;
    height: 48px;
  }
  .section5 .section5-swiper-btn.prev {
    left: calc(50% - 54px);
  }
  .section5 .section5-swiper-btn.next {
    right: calc(50% - 54px);
  }
  .section6 .board-list .board-item {
    padding: 20px;
  }
  .section6 .board-list .board-item .col.col-num::after {
    display: none;
  }
  .section6 .board-list .board-item .col.col-title {
    padding-left: 0;
  }
  .section6 .card-list-wrap .card-item {
    border-radius: 20px;
  }
  .section6 .card-list-wrap .card-item .infobox {
    width: 100%;
  }
  .section6 .card-list-wrap .card-item .infobox .card-titie {
    margin-top: 16px;
    margin-bottom: 0;
  }
  .section6 .card-list-wrap .card-item .img-box {
    display: none;
  }
}
/* media 400 */
@media (max-width: 500px) {
  .section1 .visual-img-box {
    display: none;
  }
  .section1 .visual-slogan-wrap {
    top: 80px;
  }
  .section1 .visuaal-text .slugan-box .main-text p {
    font-size: 36px;
  }
  .section1 .visuaal-text .slugan-box .main-text p + p {
    font-size: 42px;
  }
  .section1 .visuaal-text .slugan-box .sub-text {
    font-size: 24px;
    line-height: 1.2;
  }
  .section1 .quickmenu-box {
    border-radius: 10px 10px 0 0;
  }
  .section1 .quickmenu-box .box:first-child {
    border-radius: 10px 10px 0 0;
  }
  .section1 .quickmenu-box .box.active .btn-wrap {
    padding: 0 15px 15px;
    gap: 0;
  }
  .section1 .quickmenu-box .box-title {
    min-height: 50px;
    padding: 0 0 0 20px;
  }
  .section2 .contentsbox-body {
    padding: 15px;
  }
  .section2 .link-btn-wrap {
    margin-top: 20px;
  }
  .section2 .link-btn-wrap .btn {
    height: auto;
  }
  .section4 .guide-step {
    padding: 15px;
  }
  .section4 .guide-step .guide-list {
    padding: 10px;
  }
  .section4 .guide-step .guide-list .guide-item {
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .section4 .guide-time-and-banner .guide-time {
    padding: 10px;
  }
  .section4 .guide-time-and-banner .time-box {
    margin-top: 20px;
  }
}