@charset "UTF-8";
@font-face {
  font-family: "suit";
  font-weight: 900;
  src: url("../../fonts/suit/suit-Heavy.woff2") format("woff2");
}
@font-face {
  font-family: "suit";
  font-weight: 800;
  src: url("../../fonts/suit/suit-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "suit";
  font-weight: 700;
  src: url("../../fonts/suit/suit-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "suit";
  font-weight: 600;
  src: url("../../fonts/suit/suit-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "suit";
  font-weight: 500;
  src: url("../../fonts/suit/suit-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "suit";
  font-weight: 400;
  src: url("../../fonts/suit/suit-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "suit";
  font-weight: 300;
  src: url("../../fonts/suit/suit-Light.woff2") format("woff2");
}
@font-face {
  font-family: "suit";
  font-weight: 200;
  src: url("../../fonts/suit/suit-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "suit";
  font-weight: 100;
  src: url("../../fonts/suit/suit-Thin.woff2") format("woff2");
}
/********************************
reset
********************************/
*, *:before, *:after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ol,
ul,
dl,
dd,
button {
  margin: 0;
  padding: 0;
}

body {
  font-family: "suit", "돋움", sans-serif;
  font-size: 16px;
  color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
}

ul,
li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

a {
  font-family: "suit", "돋움", sans-serif;
  text-decoration: none;
  color: #222;
}

address {
  font-style: normal;
}

ol,
article,
aside,
footer,
header,
nav,
section,
summary,
menu {
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  margin: 0;
  padding: 0;
}

input,
select {
  background: #fff;
  border: 1px solid #c4cdda;
  vertical-align: middle;
}

input[type=file] {
  border: 0;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=password]::-ms-reveal {
  display: none;
}

textarea {
  width: 100%;
  background: #fff;
  font-family: "suit", "돋움", sans-serif;
  border: 0;
  margin: 0;
  padding: 0;
  resize: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  word-break: break-all;
  /*    outline: none;*/
}

a,
input,
textarea,
keygen,
select,
button {
  font-family: "suit", "돋움", sans-serif;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  color: #333;
}

button[disabled=disabled] {
  opacity: 0.5;
  cursor: inherit;
}

button > span,
button > .fa {
  position: relative;
}

input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[readonly],
input[readonly=readonly] {
  background: #f5f5f5;
}

legend,
.hidden, .blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

ol,
ul,
li {
  list-style: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
}

*, a, button, input, textarea, label {
  -webkit-tap-highlight-color: transparent;
}

.pc-hidden {
  display: none;
}

.mobile-hidden {
  display: block;
}

#wrap .pc-hidden {
  display: none;
}

#wrap .mobile-hidden {
  display: block;
}

#wrap .mobile-hidden.inline {
  display: inline;
}

#wrap .footer .mobile-hidden {
  display: inline-block;
}

@media all and (max-width: 1024px) {
  .pc-hidden {
    display: block;
  }
  .mobile-hidden {
    display: none;
  }
  #wrap .pc-hidden {
    display: block;
  }
  #wrap .mobile-hidden {
    display: none;
  }
  #wrap .mobile-hidden.inline {
    display: none;
  }
  #wrap .footer .mobile-hidden {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}

body.on {
  overflow: hidden;
}

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

video {
  outline: none;
  border: 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.btn-sound-wrap {
  position: absolute;
}
.btn-sound-wrap > button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 27px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media all and (max-width: 1024px) {
  .btn-sound-wrap > button {
    width: 21px;
    height: 18px;
  }
}
.btn-sound-wrap .btn-sound-on {
  display: block;
  background-image: url(../../img/common/icon-sound-off.svg);
}
.btn-sound-wrap .btn-sound-on.on {
  display: none;
}
.btn-sound-wrap .btn-sound-off {
  display: none;
  background-image: url(../../img/common/icon-sound-on.svg);
}
.btn-sound-wrap .btn-sound-off.on {
  display: block;
}

.no-content {
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #cdcdcd;
}
.no-content > p {
  font-size: 18px;
  letter-spacing: -0.63px;
}
@media all and (max-width: 1024px) {
  .no-content > p {
    font-size: 14px;
  }
}

.main-banner {
  display: flex;
  align-items: center;
  height: 10.9375rem;
  padding: 0 4.6875rem;
  border-radius: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media all and (max-width: 1024px) {
  .main-banner {
    height: auto;
    padding: 1.875rem 1.75rem;
    border-radius: 15px;
    background-position: right bottom;
  }
}
.main-banner.main-banner1 {
  background-image: url(../../img/pc/banner-img1.jpg);
}
@media all and (max-width: 1024px) {
  .main-banner.main-banner1 {
    background-image: url(../../img/mobile/banner-img1.jpg);
  }
}
.main-banner.main-banner2 {
  padding-left: 27.5rem;
  background-image: url(../../img/pc/banner-img2.jpg);
}
@media screen and (max-width: 1280px) {
  .main-banner.main-banner2 {
    padding-left: 36vw;
    background-position: left;
  }
  .main-banner.main-banner2 .main-title {
    font-size: 1.5625rem;
  }
}
@media all and (max-width: 1024px) {
  .main-banner.main-banner2 {
    padding-left: 1.75rem;
    background-image: url(../../img/mobile/banner-img2.jpg);
    background-position: right bottom;
  }
  .main-banner.main-banner2 .main-title {
    font-size: 1.125rem;
  }
}
.main-banner .banner-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .main-banner .banner-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
}
.main-banner .sub-title {
  display: block;
  margin-bottom: 10px;
  color: #8d7b26;
  font-size: 1.125rem;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  .main-banner .sub-title {
    margin-bottom: 7px;
    font-size: 0.8125rem;
  }
}
.main-banner .main-title {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4;
}
.main-banner .main-title > b {
  font-weight: 700;
}
@media all and (max-width: 1024px) {
  .main-banner .main-title {
    font-size: 1.125rem;
  }
}
.main-banner a {
  height: 3rem;
  padding: 0 1.875rem;
  line-height: 48px;
  background: #222;
  border-radius: 25px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.7px;
}
@media all and (max-width: 1024px) {
  .main-banner a {
    height: 2.375rem;
    padding: 0 1.125rem;
    line-height: 38px;
    font-size: 0.9375rem;
    letter-spacing: -0.525px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 3.125rem;
}
.pagination > div {
  width: 24px;
  height: 24px;
  background: url(../../img/common/icon-arrow-right.svg) no-repeat center/contain;
  cursor: pointer;
}
.pagination > div.prev {
  transform: rotate(180deg);
}
.pagination > ul {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.pagination > ul > li {
  position: relative;
  display: flex;
  justify-content: center;
  width: 0.875rem;
  color: #77787b;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.77px;
  cursor: pointer;
}
.pagination > ul > li.on {
  color: #222;
}
.pagination > ul > li.on:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 14px;
  height: 2px;
  background-color: #222;
}
@media all and (max-width: 1024px) {
  .pagination {
    margin-top: 2.5rem;
  }
  .pagination > ul {
    gap: 13px;
  }
  .pagination > ul > li {
    width: 0.625rem;
    font-size: 0.9375rem;
  }
  .pagination > ul > li.on:after {
    width: 10px;
  }
}

.header {
  display: flex;
  flex-direction: column;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 10.875rem;
  background-color: #fff;
  transition: all ease 0.5s;
}
.header.up {
  transform: translateY(-100%);
}
.header-inner {
  max-width: 90.625rem;
  padding: 0 1.5625rem;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .header-inner {
    max-width: none;
  }
}
.header-inner > .content {
  display: flex;
  align-items: center;
  width: 100%;
}
.header .header-contact-area {
  border-bottom: 1px solid #eee;
}
.header .header-contact-area .content {
  height: 3rem;
  justify-content: flex-end;
}
.header .contact-menu {
  display: flex;
  gap: 12px;
}
.header .contact-menu > li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header .contact-menu > li > a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #4C4C4C;
}
.header .contact-menu > li:after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #D7D7D7;
}
.header .contact-menu > li:last-child:after {
  content: none;
}
.header .header-logo-area {
  position: relative;
  border-bottom: 1px solid #d7d7d7;
}
.header .header-logo-area .content {
  height: 4.625rem;
  justify-content: space-between;
}
.header .header-logo-area .logo-info-text {
  font-weight: 600;
  color: #575757;
}
.header .header-logo-area .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header .header-logo-area .logo > a {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.header .header-logo-area .logo .main-logo {
  height: 1.5rem;
}
.header .header-nav-area {
  background-color: #f9f9f9;
  border-bottom: 1px solid #d7d7d7;
  font-weight: 700;
  transition: height 1s;
}
.header .header-nav-area .content {
  display: flex;
  justify-content: space-between;
  height: 3.25rem;
}
.header .header-nav-area .main-gnb {
  display: flex;
  gap: 20px;
}
.header .header-nav-area .main-gnb > a.on {
  color: #FFCD00;
}
.header .header-nav-area .main-gnb > a.f-bold {
  font-weight: 800;
}
@media screen and (max-width: 1130px) and (min-width: 1024px) {
  .header .header-nav-area .main-gnb > a {
    font-size: 0.875rem;
  }
}
.header .header-nav-area .sub-gnb {
  display: flex;
  gap: 7px;
}
.header .header-nav-area .sub-gnb > li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
}
.header .header-nav-area .sub-gnb > li:after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #c2c2c2;
}
.header .header-nav-area .sub-gnb > li:last-child:after {
  content: none;
}
.header .header-nav-area .sub-gnb > li > a {
  color: #575757;
}
@media screen and (max-width: 1130px) and (min-width: 1024px) {
  .header .header-nav-area .sub-gnb > li > a {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 1024px) {
  .header {
    height: 5.4375rem;
  }
  .header .header-logo-area {
    height: 100%;
  }
  .header .header-logo-area .header-inner {
    height: 100%;
    padding: 0;
  }
  .header .header-logo-area .content {
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
  }
  .header .header-logo-area .logo-info-text {
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2.1875rem;
    background-color: #F9F9F9;
    border-bottom: 1px solid #D7D7D7;
    font-size: 0.8125rem;
  }
  .header .header-logo-area .logo {
    position: static;
    transform: none;
    order: 1;
    flex: 1;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 1.375rem;
    border-bottom: 1px solid #D7D7D7;
  }
  .header .header-logo-area .logo > a {
    gap: 4px;
  }
  .header .header-logo-area .logo .main-logo {
    width: 6.125rem;
    height: 0.9375rem;
  }
  .header .header-logo-area .logo .side-logo {
    width: 2.25rem;
    height: 0.625rem;
  }
  .header .header-contact-area {
    display: none;
  }
  .header .btn-menu-mobile {
    position: fixed;
    right: 25px;
    top: 18px;
    z-index: 9999;
    width: 21px;
    height: 14px;
  }
  .header .btn-menu-mobile > span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #4c4c4c;
    transition: 0.5s;
  }
  .header .btn-menu-mobile > span:nth-child(1) {
    top: 0;
  }
  .header .btn-menu-mobile > span:nth-child(2) {
    top: 50%;
    width: 14px;
  }
  .header .btn-menu-mobile > span:nth-child(3) {
    top: 100%;
  }
  .header .btn-menu-mobile.on > span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  .header .btn-menu-mobile.on > span:nth-child(2) {
    opacity: 0;
  }
  .header .btn-menu-mobile.on > span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  .header .dim {
    display: none;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    transition: opacity 0.5s;
  }
  .header .dim.on {
    display: block;
    opacity: 1;
  }
  .header .header-nav-area {
    position: fixed;
    right: -100%;
    top: 0;
    width: 80%;
    height: 100%;
    overflow-y: auto;
    padding-top: 3.75rem;
    background-color: #fff;
    transition: 0.5s;
  }
  .header .header-nav-area.on {
    right: 0;
  }
  .header .header-nav-area .header-inner {
    height: 100%;
    padding: 0;
  }
  .header .header-nav-area .content {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
  }
  .header .header-nav-area .main-gnb {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .header .header-nav-area .main-gnb > a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 3.75rem;
    padding: 0 1.5rem;
    border-top: 1px solid #DADADA;
    font-size: 0.9375rem;
    font-weight: 600;
  }
  .header .header-nav-area .sub-gnb {
    flex-wrap: wrap;
    gap: 0;
    width: 100%;
    border-top: 2px solid #DADADA;
  }
  .header .header-nav-area .sub-gnb > li {
    width: 50%;
    height: 2.8125rem;
    padding: 0 1.5rem;
    border-bottom: 1px solid #eee;
    font-size: 0.8125rem;
    font-weight: 600;
  }
  .header .header-nav-area .sub-gnb > li:nth-child(odd) {
    border-right: 1px solid #eee;
  }
  .header .header-nav-area .sub-gnb > li:after {
    content: none;
  }
  .header .header-nav-area .contact-menu-mobile {
    padding: 8.125rem 0 1.5rem;
    margin-top: auto;
  }
  .header .header-nav-area .contact-menu-mobile > ul > li {
    font-size: 0.8125rem;
  }
}

.footer {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 5.625rem;
}
@media screen and (max-width: 1200px) {
  .footer {
    padding: 0 0 3.5rem;
  }
}
.footer .footer-inner {
  display: flex;
  justify-content: space-between;
  max-width: 87.5rem;
  padding: 3.875rem 1.5625rem 0;
  margin: 0 auto;
  border-top: 1px solid #323232;
}
@media screen and (max-width: 1200px) {
  .footer .footer-inner {
    flex-direction: column;
    width: 100%;
    padding: 2.8125rem 1.5625rem 0;
  }
}
.footer .footer-left .footer-logo {
  width: 200px;
}
@media screen and (max-width: 1200px) {
  .footer .footer-left .footer-logo {
    width: 7.1875rem;
    margin-bottom: 1.25rem;
  }
}
.footer .footer-right {
  text-align: right;
  color: #828282;
}
@media screen and (max-width: 1200px) {
  .footer .footer-right {
    text-align: left;
    color: #707070;
  }
}
.footer .footer-right .address {
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .footer .footer-right .address {
    font-size: 0.75rem;
    letter-spacing: -0.3px;
  }
}
.footer .footer-right .reserved {
  margin-top: 1.25rem;
  font-weight: 600;
  font-size: 0.9375rem;
}
@media screen and (max-width: 1200px) {
  .footer .footer-right .reserved {
    margin-top: 0.875rem;
    font-size: 0.75rem;
  }
}

.section {
  position: relative;
  padding: 6.25rem 0;
}
@media all and (max-width: 1024px) {
  .section {
    padding: 2.5rem 0;
  }
}
.section.dream-section, .section.contact-section {
  padding: 0;
}
@media all and (max-width: 1024px) {
  .section.dream-section, .section.contact-section {
    padding: 0;
  }
}
.section.section-banner {
  padding: 0;
}
.section .up-box {
  overflow: hidden;
}
.section-title {
  margin-bottom: 1.875rem;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -1.4px;
  text-align: center;
}
.section-title.white {
  color: #fff;
}
.section-title .yellow {
  color: #ffcd00;
}
.section-title .orange {
  color: #d26700;
}
.section-title .light {
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  .section-title {
    margin-bottom: 1.375rem;
    font-size: 24px;
    letter-spacing: -0.84px;
  }
}
.section-desc {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.84px;
  color: #666;
  text-align: center;
}
.section-desc.white {
  color: #fff;
}
@media all and (max-width: 1024px) {
  .section-desc {
    margin-bottom: 2.25rem;
    font-size: 15px;
    letter-spacing: -0.525px;
  }
}
.section-inner {
  width: 100%;
  height: 100%;
  max-width: 78.125rem;
  padding: 0 1.5625rem;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .section-inner {
    max-width: none;
  }
}
.section .main-text-logo {
  width: 14.75rem;
  height: 2.3125rem;
  vertical-align: -4px;
}
@media all and (max-width: 1024px) {
  .section .main-text-logo {
    width: 131px;
    height: 21px;
    vertical-align: -1px;
  }
}
.section .swiper-button-next-01, .section .swiper-button-next-02, .section .swiper-button-next-03, .section .swiper-button-next-04, .section .swiper-button-next-05, .section .swiper-button-next-06,
.section .swiper-button-prev-01,
.section .swiper-button-prev-02,
.section .swiper-button-prev-03,
.section .swiper-button-prev-04,
.section .swiper-button-prev-05,
.section .swiper-button-prev-06 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 3.375rem;
  height: 3.375rem;
  background: url(../../img/common/icon-swiper-arrow.svg) no-repeat center/contain;
  cursor: pointer;
}
.section .swiper-button-next-01:after, .section .swiper-button-next-02:after, .section .swiper-button-next-03:after, .section .swiper-button-next-04:after, .section .swiper-button-next-05:after, .section .swiper-button-next-06:after,
.section .swiper-button-prev-01:after,
.section .swiper-button-prev-02:after,
.section .swiper-button-prev-03:after,
.section .swiper-button-prev-04:after,
.section .swiper-button-prev-05:after,
.section .swiper-button-prev-06:after {
  content: none;
}
.section .swiper-button-prev-01, .section .swiper-button-prev-02 {
  left: -70px;
  transform: translateY(-50%) rotate(180deg);
}
.section .swiper-button-next-01, .section .swiper-button-next-02 {
  right: -70px;
}
.section .news-box {
  width: 100%;
}
.section .news-box .news-list > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding: 0 2.1875rem;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.63px;
  border-bottom: 1px solid #cdcdcd;
  cursor: pointer;
}
.section .news-box .news-list > li > a > .title {
  display: flex;
  gap: 10px;
}
.section .news-box .news-list > li > a > .title .type {
  color: #ffcd00;
}
.section .news-box .news-list > li > a > .date {
  color: #666;
}
@media all and (max-width: 1024px) {
  .section .news-box .news-list > li > a {
    align-items: flex-end;
    height: 4.25rem;
    padding: 0.9375rem 0;
    font-size: 13px;
    letter-spacing: -0.455px;
  }
  .section .news-box .news-list > li > a > .title {
    flex-direction: column;
    gap: 6px;
  }
}
.section .acd-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
.section .acd-header .btn-acd {
  flex-shrink: 0;
  width: 16px;
  height: 10px;
  background: url(../../img/common/icon-acd-arrow.svg) no-repeat center/contain;
}
.section .acd-header .btn-acd.on {
  transform: rotate(180deg);
}
@media all and (max-width: 1024px) {
  .section .acd-header .btn-acd {
    width: 12px;
    height: 7px;
  }
}
.section .acd-content-wrap {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}
.section .acd-content {
  padding: 0 2.25rem 2.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.63px;
}
.section .acd-content > figure {
  margin: 0;
}
.section .acd-content > figure > img {
  height: auto;
}
@media all and (max-width: 1024px) {
  .section .acd-content {
    padding: 0 1.5rem 1.5rem;
    font-size: 13px;
    letter-spacing: -0.455px;
  }
}
.section .up {
  opacity: 0;
  transform: translateY(100%);
  transition: all ease 1.6s;
  transition-delay: 0.2s;
}
.section .up.js-on {
  opacity: 1;
  transform: translateY(0);
}
.section .up-box:nth-child(1) .up {
  transition: all ease 700ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(1) .up {
  transition: all ease 200ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(1) .up {
  transition: all ease 400ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(2) .up {
  transition: all ease 1400ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(2) .up {
  transition: all ease 400ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(2) .up {
  transition: all ease 800ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(3) .up {
  transition: all ease 2100ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(3) .up {
  transition: all ease 600ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(3) .up {
  transition: all ease 1200ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(4) .up {
  transition: all ease 2800ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(4) .up {
  transition: all ease 800ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(4) .up {
  transition: all ease 1600ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(5) .up {
  transition: all ease 3500ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(5) .up {
  transition: all ease 1000ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(5) .up {
  transition: all ease 2000ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(6) .up {
  transition: all ease 4200ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(6) .up {
  transition: all ease 1200ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(6) .up {
  transition: all ease 2400ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(7) .up {
  transition: all ease 4900ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(7) .up {
  transition: all ease 1400ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(7) .up {
  transition: all ease 2800ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(8) .up {
  transition: all ease 5600ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(8) .up {
  transition: all ease 1600ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(8) .up {
  transition: all ease 3200ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(9) .up {
  transition: all ease 6300ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(9) .up {
  transition: all ease 1800ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(9) .up {
  transition: all ease 3600ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(10) .up {
  transition: all ease 7000ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(10) .up {
  transition: all ease 2000ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(10) .up {
  transition: all ease 4000ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(11) .up {
  transition: all ease 7700ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(11) .up {
  transition: all ease 2200ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(11) .up {
  transition: all ease 4400ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(12) .up {
  transition: all ease 8400ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(12) .up {
  transition: all ease 2400ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(12) .up {
  transition: all ease 4800ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(13) .up {
  transition: all ease 9100ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(13) .up {
  transition: all ease 2600ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(13) .up {
  transition: all ease 5200ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(14) .up {
  transition: all ease 9800ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(14) .up {
  transition: all ease 2800ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(14) .up {
  transition: all ease 5600ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(15) .up {
  transition: all ease 10500ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(15) .up {
  transition: all ease 3000ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(15) .up {
  transition: all ease 6000ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(16) .up {
  transition: all ease 11200ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(16) .up {
  transition: all ease 3200ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(16) .up {
  transition: all ease 6400ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(17) .up {
  transition: all ease 11900ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(17) .up {
  transition: all ease 3400ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(17) .up {
  transition: all ease 6800ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(18) .up {
  transition: all ease 12600ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(18) .up {
  transition: all ease 3600ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(18) .up {
  transition: all ease 7200ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(19) .up {
  transition: all ease 13300ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(19) .up {
  transition: all ease 3800ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(19) .up {
  transition: all ease 7600ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(20) .up {
  transition: all ease 14000ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(20) .up {
  transition: all ease 4000ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(20) .up {
  transition: all ease 8000ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(21) .up {
  transition: all ease 14700ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(21) .up {
  transition: all ease 4200ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(21) .up {
  transition: all ease 8400ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(22) .up {
  transition: all ease 15400ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(22) .up {
  transition: all ease 4400ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(22) .up {
  transition: all ease 8800ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(23) .up {
  transition: all ease 16100ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(23) .up {
  transition: all ease 4600ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(23) .up {
  transition: all ease 9200ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(24) .up {
  transition: all ease 16800ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(24) .up {
  transition: all ease 4800ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(24) .up {
  transition: all ease 9600ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(25) .up {
  transition: all ease 17500ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(25) .up {
  transition: all ease 5000ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(25) .up {
  transition: all ease 10000ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(26) .up {
  transition: all ease 18200ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(26) .up {
  transition: all ease 5200ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(26) .up {
  transition: all ease 10400ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(27) .up {
  transition: all ease 18900ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(27) .up {
  transition: all ease 5400ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(27) .up {
  transition: all ease 10800ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(28) .up {
  transition: all ease 19600ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(28) .up {
  transition: all ease 5600ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(28) .up {
  transition: all ease 11200ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(29) .up {
  transition: all ease 20300ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(29) .up {
  transition: all ease 5800ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(29) .up {
  transition: all ease 11600ms;
  transition-delay: 0.2s;
}
.section .up-box:nth-child(30) .up {
  transition: all ease 21000ms;
  transition-delay: 0.2s;
}
.section .swiper-slide.up-box:nth-child(30) .up {
  transition: all ease 6000ms;
  transition-delay: 0.2s;
}
.section .column .up-box:nth-child(30) .up {
  transition: all ease 12000ms;
  transition-delay: 0.2s;
}

.section1 {
  padding-top: 2.5rem;
  background-color: #f9f9f9;
}
.section1 .visual {
  position: relative;
  display: flex;
  height: 38.125rem;
  margin-bottom: 3.125rem;
  border-radius: 25px;
  overflow: hidden;
}
.section1 .visual video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section1 .visual .btn-sound-wrap {
  left: 40px;
  bottom: 35px;
}
@media all and (max-width: 1024px) {
  .section1 .visual {
    height: auto;
    margin-bottom: 1.625rem;
    border-radius: 15px;
  }
  .section1 .visual .btn-sound-wrap {
    left: 18px;
    bottom: 18px;
  }
  .section1 .visual .btn-sound-wrap > button {
    width: 21px;
    height: 18px;
  }
}
.section1 .announcement-box {
  display: flex;
  align-items: center;
  gap: 2vw;
  width: 100%;
  height: 10.3125rem;
  padding: 0 3vw;
  margin-bottom: 2.375rem;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 13px 35px rgba(0, 0, 0, 0.05);
}
@media all and (max-width: 1024px) {
  .section1 .announcement-box {
    flex-direction: column;
    gap: 25px;
    height: auto;
    padding: 1.875rem;
    margin-bottom: 1.625rem;
    border-radius: 15px;
  }
}
.section1 .announcement-box > div:not(.divider) {
  display: flex;
  width: 50%;
}
@media all and (max-width: 1024px) {
  .section1 .announcement-box > div:not(.divider) {
    flex-direction: column;
    width: 100%;
  }
}
.section1 .announcement-box > div:not(.divider) .title-wrap {
  width: 25%;
}
.section1 .announcement-box > div:not(.divider) .title-wrap .title {
  margin-bottom: 0.75rem;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.84px;
}
.section1 .announcement-box > div:not(.divider) .title-wrap .btn-goto {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #969696;
  font-weight: 500;
  letter-spacing: -0.56px;
}
.section1 .announcement-box > div:not(.divider) .title-wrap .btn-goto:after {
  content: "";
  width: 6px;
  height: 9px;
  background: url(../../img/common/icon-goto.svg) no-repeat center/contain;
  transition: 0.2s;
}
.section1 .announcement-box > div:not(.divider) .title-wrap .btn-goto:hover:after {
  transform: translateX(3px);
}
@media all and (max-width: 1024px) {
  .section1 .announcement-box > div:not(.divider) .title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0.625rem;
  }
  .section1 .announcement-box > div:not(.divider) .title-wrap .title {
    margin: 0;
    font-size: 15px;
    letter-spacing: -0.525px;
  }
  .section1 .announcement-box > div:not(.divider) .title-wrap .btn-goto {
    font-size: 13px;
    letter-spacing: -0.455px;
  }
}
.section1 .announcement-box > div:not(.divider) .post-wrap {
  width: 75%;
}
@media all and (max-width: 1024px) {
  .section1 .announcement-box > div:not(.divider) .post-wrap {
    width: 100%;
  }
}
.section1 .announcement-box > div:not(.divider) .post-wrap > ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.section1 .announcement-box > div:not(.divider) .post-wrap > ul li {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.63px;
}
.section1 .announcement-box > div:not(.divider) .post-wrap > ul li .post-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}
.section1 .announcement-box > div:not(.divider) .post-wrap > ul li .post-date {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 1.5vw;
  color: #969696;
}
@media all and (max-width: 1024px) {
  .section1 .announcement-box > div:not(.divider) .post-wrap {
    width: 100%;
  }
  .section1 .announcement-box > div:not(.divider) .post-wrap > ul {
    gap: 8px;
  }
  .section1 .announcement-box > div:not(.divider) .post-wrap > ul li {
    font-size: 13px;
    letter-spacing: -0.455px;
  }
  .section1 .announcement-box > div:not(.divider) .post-wrap > ul li .post-date {
    margin-left: 0.9375rem;
  }
}
.section1 .announcement-box .divider {
  width: 1px;
  height: 4.25rem;
  background-color: #dadada;
}
@media all and (max-width: 1024px) {
  .section1 .announcement-box .divider {
    width: 100%;
    height: 0.0625rem;
  }
}

.section2 {
  background-color: #f9f9f9;
}
.section2 .dream-list {
  display: flex;
  gap: 24px;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .section2 .dream-list {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.section2 .dream-list > .list {
  width: 25%;
  height: 28.5625rem;
  border-radius: 25px;
}
@media all and (max-width: 1024px) {
  .section2 .dream-list > .list {
    width: calc((100% - 15px) / 2);
    height: 16.25rem;
    border-radius: 15px;
  }
}
.section2 .dream-list > .list .card-box {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.875rem 1.5vw;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.section2 .dream-list > .list .card-box .num-title {
  margin-bottom: 0.9375rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.63px;
}
.section2 .dream-list > .list .card-box .title {
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  font-weight: 800;
  letter-spacing: -1.05px;
}
.section2 .dream-list > .list .card-box .desc {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.63px;
  line-height: 1.4;
  color: #4c4c4c;
}
@media all and (max-width: 1024px) {
  .section2 .dream-list > .list .card-box {
    padding: 1.125rem 0 0 0.9375rem;
    background-size: 150px;
  }
  .section2 .dream-list > .list .card-box .num-title {
    margin-bottom: 0.375rem;
    font-size: 0.9375rem;
    letter-spacing: -0.525px;
  }
  .section2 .dream-list > .list .card-box .title {
    font-size: 1.125rem;
  }
  .section2 .dream-list > .list .card-box .desc {
    width: 32vw;
    font-size: 0.8125rem;
  }
}
.section2 .dream-list > .list.list1 {
  background: linear-gradient(180deg, #ffb974 51.35%, #e3872c 91.29%);
}
.section2 .dream-list > .list.list1 .card-box {
  background-image: url(../../img/common/dreamlist-image1.png);
  background-position: bottom left;
}
.section2 .dream-list > .list.list1 .card-box .num-title {
  color: #e47c17;
}
.section2 .dream-list > .list.list2 {
  background: linear-gradient(180deg, rgba(165, 224, 87, 0.85) 62.53%, rgba(79, 141, 0, 0.85) 125.05%);
}
.section2 .dream-list > .list.list2 .card-box {
  background-image: url(../../img/common/dreamlist-image2.png);
  background-position: bottom right;
}
.section2 .dream-list > .list.list2 .card-box .num-title {
  color: #7cbd28;
}
.section2 .dream-list > .list.list3 {
  background: linear-gradient(180deg, rgba(255, 147, 158, 0.85) 56.64%, rgba(218, 37, 56, 0.85) 114.33%);
}
.section2 .dream-list > .list.list3 .card-box {
  background-image: url(../../img/common/dreamlist-image3.png);
  background-position: bottom left;
}
.section2 .dream-list > .list.list3 .card-box .num-title {
  color: #eb6270;
}
.section2 .dream-list > .list.list4 {
  background: linear-gradient(180deg, rgba(113, 194, 245, 0.85) 57.17%, rgba(0, 111, 185, 0.85) 114.33%);
}
.section2 .dream-list > .list.list4 .card-box {
  background-image: url(../../img/common/dreamlist-image4.png);
}
.section2 .dream-list > .list.list4 .card-box .num-title {
  color: #4f9bce;
}

.section3 {
  background-color: #f9f9f9;
}
.section3 .section-card {
  position: relative;
  display: block;
  height: 31.875rem;
  margin-bottom: 2.5rem;
  padding: 3.125rem 0;
  border-radius: 25px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}
.section3 .section-card:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 1024px) {
  .section3 .section-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 3.3125rem;
    height: 100%;
  }
}
.section3 .section-card:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 6.5rem;
  height: 100%;
}
@media all and (max-width: 1024px) {
  .section3 .section-card:after {
    width: 3.3125rem;
  }
}
@media all and (max-width: 1024px) {
  .section3 .section-card {
    padding: 3.125rem 1.5625rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .section3 .section-card {
    height: 30.625rem;
    padding: 3.125rem 0;
  }
}
.section3 .section-card .num {
  position: absolute;
  left: 35px;
  top: 28px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -1.26px;
}
@media all and (max-width: 1024px) {
  .section3 .section-card .num {
    display: none;
  }
}
.section3 .section-card .section-card-title {
  margin-bottom: 0.375rem;
  font-size: 1.875rem;
  font-weight: 800;
  letter-spacing: -1.05px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section3 .section-card .section-card-title {
    font-size: 1.5rem;
    letter-spacing: -0.84px;
  }
}
.section3 .section-card .section-desc {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.63px;
  line-height: 1.4;
  color: #454545;
}
@media screen and (max-width: 600px) {
  .section3 .section-card .section-desc {
    font-size: 0.9375rem;
    letter-spacing: -0.525px;
  }
}
.section3 .section-card .slide-padding-box {
  padding-left: 23.75rem;
}
@media all and (max-width: 1024px) {
  .section3 .section-card .slide-padding-box {
    padding-left: 0;
  }
}
.section3 .section-card .card-slide {
  display: block;
  width: 100%;
  overflow: hidden;
}
.section3 .section-card .swiper-slide {
  position: relative;
  width: 13.8125rem;
  height: 16.625rem;
}
@media all and (max-width: 1024px) {
  .section3 .section-card .swiper-slide {
    height: 15.25rem;
  }
}
.section3 .section-card .card-static {
  display: flex !important;
  justify-content: center;
  gap: 20px;
}
@media all and (max-width: 1024px) {
  .section3 .section-card .card-static {
    display: none !important;
  }
}
.section3 .section-card .card-box {
  width: 100%;
  height: 100%;
  padding: 2.125rem 0 0 1.25rem;
  border-radius: 15px;
  background-color: #fff;
}
.section3 .section-card .card-box .sub-title {
  margin-bottom: 3.375rem;
  font-size: 0.875rem;
}
.section3 .section-card .card-box .main-title {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.45px;
}
.section3 .section-card .card-box .description {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  color: #575757;
}
@media all and (max-width: 1024px) {
  .section3 .section-card .card-box {
    padding-right: 1.25rem;
  }
  .section3 .section-card .card-box .sub-title {
    margin-bottom: 3rem;
    font-size: 0.9375rem;
  }
  .section3 .section-card .card-box .description {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 490px) {
  .section3 .section-card .card-box {
    padding: 10vw 6vw;
  }
}
.section3 .section-card .swiper-pagination-bullets {
  bottom: 33px;
}
.section3 .section-card .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
}
.section3 .section-card .swiper-pagination-bullet-active {
  background: #fff;
}
.section3 .section-card.section-card1 {
  position: relative;
  background-image: url(../../img/pc/section-card-bg1.jpg);
}
@media all and (max-width: 1024px) {
  .section3 .section-card.section-card1 {
    background: linear-gradient(180deg, #F9B18F 0%, #F08838 54%, #F68F50 100%);
  }
}
.section3 .section-card.section-card1 .num {
  color: #db710b;
}
.section3 .section-card.section-card1 .sub-title {
  color: #e47c17;
}
.section3 .section-card.section-card1:before {
  background: url(../../img/mobile/card1-gr-left.png) no-repeat center/cover;
}
.section3 .section-card.section-card1:after {
  background: url(../../img/pc/card1-gr-right.png) no-repeat center/cover;
}
@media all and (max-width: 1024px) {
  .section3 .section-card.section-card1:after {
    background-image: url(../../img/mobile/card1-gr-right.png);
  }
}
.section3 .section-card.section-card2 {
  background-image: url(../../img/pc/section-card-bg2.jpg);
}
@media all and (max-width: 1024px) {
  .section3 .section-card.section-card2 {
    background: linear-gradient(288deg, #62DC82 33.23%, #CBD370 105.66%);
  }
}
.section3 .section-card.section-card2 .num {
  color: #00b533;
}
.section3 .section-card.section-card2 .sub-title {
  color: #7cbd28;
}
.section3 .section-card.section-card2:before {
  background: url(../../img/mobile/card2-gr-left.png) no-repeat center/cover;
}
.section3 .section-card.section-card2:after {
  background: url(../../img/pc/card2-gr-right.png) no-repeat center/cover;
}
@media all and (max-width: 1024px) {
  .section3 .section-card.section-card2:after {
    background-image: url(../../img/mobile/card2-gr-right.png);
  }
}
.section3 .section-card.section-card3 {
  background-image: url(../../img/pc/section-card-bg3.jpg);
}
@media all and (max-width: 1024px) {
  .section3 .section-card.section-card3 {
    background: linear-gradient(152deg, #FF84A2 17.44%, #FFA6CA 85.93%);
  }
}
.section3 .section-card.section-card3 .num {
  color: #e64d5d;
}
.section3 .section-card.section-card3 .sub-title {
  color: #eb6270;
}
.section3 .section-card.section-card3:before {
  background: url(../../img/mobile/card3-gr-left.png) no-repeat center/cover;
}
@media all and (max-width: 1024px) {
  .section3 .section-card.section-card3:after {
    background: url(../../img/mobile/card3-gr-right.png) no-repeat center/cover;
  }
}
.section3 .section-card.section-card4 {
  background-image: url(../../img/pc/section-card-bg4.jpg);
}
@media all and (max-width: 1024px) {
  .section3 .section-card.section-card4 {
    background: linear-gradient(235deg, #94C9FA -1.11%, #3880F4 76.9%);
  }
}
.section3 .section-card.section-card4 .num {
  color: #2c8ac9;
}
.section3 .section-card.section-card4 .sub-title {
  color: #4f9bce;
}
.section3 .section-card.section-card4:before {
  background: url(../../img/mobile/card4-gr-left.png) no-repeat center/cover;
}
.section3 .section-card.section-card4:after {
  background: url(../../img/pc/card4-gr-right.png) no-repeat center/cover;
}
@media all and (max-width: 1024px) {
  .section3 .section-card.section-card4:after {
    background-image: url(../../img/mobile/card4-gr-right.png);
  }
}

.section4 .section-inner {
  display: flex;
  align-items: center;
  height: 45.3125rem;
  max-width: 75rem;
  padding: 0;
  border-radius: 25px;
  background: url(../../img/common/program-bg.jpg) no-repeat center/cover;
}
@media all and (max-width: 1024px) {
  .section4 .section-inner {
    height: 50rem;
    padding: 0 1.5625rem;
    border-radius: 0;
  }
}
@media screen and (max-width: 600px) {
  .section4 .section-inner {
    height: 37.5rem;
  }
}
.section4 .sec4-inner {
  max-width: 38.4375rem;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .section4 .sec4-inner {
    width: 100%;
    max-width: none;
  }
}
.section4 .section-title {
  margin-bottom: 0.375rem;
}
.section4 .video-area {
  position: relative;
  display: flex;
  width: 100%;
  height: 21.625rem;
  margin-bottom: 2.5rem;
  border-radius: 15px;
  overflow: hidden;
}
.section4 .video-area > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section4 .video-area .btn-sound-wrap {
  left: 22px;
  bottom: 17px;
}
@media all and (max-width: 1024px) {
  .section4 .video-area {
    height: auto;
  }
  .section4 .video-area .btn-sound-wrap {
    left: 16px;
    bottom: 14px;
  }
}
.section4 .desc-text {
  position: relative;
  padding-left: 1.25rem;
  color: #fff;
}
.section4 .desc-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.section4 .desc-text .title {
  margin-bottom: 0.3125rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.6px;
}
.section4 .desc-text > p {
  font-size: 1.125rem;
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  .section4 .desc-text .title {
    font-size: 1.125rem;
    letter-spacing: -0.45px;
  }
  .section4 .desc-text > p {
    width: 94%;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 1500px) {
  .section-campus .section-inner {
    max-width: 52.125rem;
  }
}
@media all and (max-width: 1024px) {
  .section-campus .section-inner {
    max-width: none;
  }
}
.section-campus .section-title .up {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media all and (max-width: 1024px) {
  .section-campus .section-title .up {
    gap: 6px;
  }
}
@media all and (max-width: 1024px) {
  .section-campus .section-title .campus-text-logo {
    width: 6.875rem;
    height: 1.875rem;
  }
}
.section-campus .section-desc {
  font-size: 1.125rem;
  color: #454545;
}
@media all and (max-width: 1024px) {
  .section-campus .section-desc {
    width: 75vw;
    margin: 0 auto 2.25rem;
    font-size: 0.9375rem;
    letter-spacing: -0.525px;
  }
}
.section-campus .campus-slide-wrap {
  position: relative;
}
.section-campus .campus-slide {
  padding-bottom: 1.25rem;
  overflow: hidden;
}
.section-campus .campus-slide .campus-card {
  display: block;
  border-radius: 0.625rem;
  box-shadow: 0 4px 12.5px rgb(224, 224, 224);
}
.section-campus .campus-slide .campus-card-inner {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.section-campus .campus-slide .campus-card-inner .thumb-tit {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.75rem;
  padding: 0 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.63px;
}
.section-campus .campus-slide .campus-card-inner .thumb-tit__field {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media all and (max-width: 1024px) {
  .section-campus .campus-slide .campus-card-inner .thumb-tit {
    height: 3.25rem;
    padding: 0 1rem;
    font-size: 0.9375rem;
    letter-spacing: -0.525px;
  }
}
.section-campus .swiper-button-next-01 {
  right: -95px;
  top: calc(50% - 10px);
}
.section-campus .swiper-button-prev-01 {
  left: -95px;
  top: calc(50% - 10px);
}

.section5 {
  padding: 2.5rem 0 3.75rem;
}
.section5 .section-inner {
  position: relative;
}
@media screen and (max-width: 1500px) {
  .section5 .section-inner {
    max-width: 52.125rem;
  }
}
@media all and (max-width: 1024px) {
  .section5 .section-inner {
    max-width: none;
  }
}
.section5 .support-room-slide {
  overflow: hidden;
  padding: 0 0 5rem;
}
@media all and (max-width: 1024px) {
  .section5 .support-room-slide {
    overflow: unset;
    padding: 0;
  }
}
@media all and (max-width: 1024px) {
  .section5 .swiper-wrapper {
    flex-wrap: wrap;
    gap: 22px;
  }
}
.section5 .swiper-slide {
  height: 32.875rem;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1500px) {
  .section5 .swiper-slide {
    height: 25rem;
  }
}
.section5 .swiper-slide .card-box {
  width: 100%;
  height: 100%;
  padding: 2.75rem 0 0 2.375rem;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.section5 .swiper-slide .card-box.card-box1 {
  background-image: url(../../img/common/support-room-image1.jpg);
}
.section5 .swiper-slide .card-box.card-box2 {
  background-image: url(../../img/common/support-room-image2.jpg);
}
.section5 .swiper-slide .card-box.card-box3 {
  background-image: url(../../img/common/support-room-image3.jpg);
}
.section5 .swiper-slide .card-box.card-box4 {
  background-image: url(../../img/common/support-room-image4.jpg);
}
.section5 .swiper-slide .card-box .title {
  margin-bottom: 0.875rem;
  font-size: 1.875rem;
  font-weight: 800;
  letter-spacing: -1.05px;
}
.section5 .swiper-slide .card-box .desc {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  color: #4c4c4c;
}
@media screen and (max-width: 1500px) {
  .section5 .swiper-slide .card-box {
    padding: 1.5625rem 0 0 1.5625rem;
  }
  .section5 .swiper-slide .card-box .title {
    font-size: 1.375rem;
  }
  .section5 .swiper-slide .card-box .desc {
    font-size: 0.8125rem;
    letter-spacing: -0.63px;
  }
}
@media all and (max-width: 1024px) {
  .section5 .swiper-slide {
    width: calc((100% - 22px) / 2);
    height: 25rem;
    border-radius: 15px;
  }
  .section5 .swiper-slide .card-box {
    padding: 1.875rem 0 0 1.875rem;
  }
  .section5 .swiper-slide .card-box .title {
    margin-bottom: 0.625rem;
    font-size: 1.125rem;
    letter-spacing: -0.63px;
  }
  .section5 .swiper-slide .card-box .desc {
    width: 90%;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 600px) {
  .section5 .swiper-slide {
    width: 100%;
  }
  .section5 .swiper-slide .card-box {
    background-position: center;
  }
}
@media screen and (max-width: 490px) {
  .section5 .swiper-slide {
    height: 18.125rem;
  }
}

@media all and (max-width: 1024px) {
  .section6 {
    padding: 2.5rem 0 3.125rem;
  }
}
.section6 .acd-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 39.375rem;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .section6 .acd-list {
    width: 100%;
    gap: 11px;
  }
}
.section6 .acd-box {
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 20px;
}
@media all and (max-width: 1024px) {
  .section6 .acd-box {
    border-radius: 10px;
  }
}
.section6 .acd-header {
  padding: 2rem 2.25rem;
}
.section6 .acd-header-text {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}
@media all and (max-width: 1024px) {
  .section6 .acd-header-text {
    font-size: 0.9375rem;
  }
}
@media all and (max-width: 1024px) {
  .section6 .acd-header {
    padding: 1.5rem;
  }
}

.section7 {
  padding: 3.125rem 0;
}
.section7 .section-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 87.5rem;
  padding: 2.5rem;
  border-radius: 20px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1500px) {
  .section7 .section-inner {
    display: block;
    max-width: none;
    padding: 0 1.5625rem;
    background-color: transparent;
  }
}
.section7 .title {
  display: flex;
  gap: 35px;
  font-size: 1.875rem;
  font-weight: 800;
  letter-spacing: -1.05px;
}
.section7 .title:after {
  content: "";
  width: 2px;
  height: 44px;
  background-color: #d8d8d8;
}
@media screen and (max-width: 1500px) {
  .section7 .title {
    justify-content: center;
    margin-bottom: 1.125rem;
    font-size: 1.5rem;
  }
  .section7 .title:after {
    content: none;
  }
}
.section7 .power-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.section7 .power-list > li {
  font-size: 1.5rem;
  font-weight: 700;
  color: #666;
}
@media screen and (max-width: 1500px) {
  .section7 .power-list {
    gap: 10px 18px;
    padding: 1.5625rem;
    border-radius: 10px;
    background-color: #f6f6f6;
  }
  .section7 .power-list > li {
    font-size: 0.8125rem;
    letter-spacing: -0.325px;
  }
}