@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;
}

.dream-banner.dream-section {
  padding-top: 3.125rem;
}
.dream-banner .banner-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 23.75rem;
  padding-left: 8vw;
  border-radius: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media all and (max-width: 1024px) {
  .dream-banner .banner-box {
    justify-content: center;
    align-items: flex-start;
    height: 18.75rem;
    padding-left: 0;
    padding-top: 1.875rem;
  }
}
.dream-banner .txt-box {
  color: #fff;
}
.dream-banner .txt-box .title {
  margin-bottom: 0.875rem;
  font-size: 2.8125rem;
  font-weight: 900;
  letter-spacing: -1.125px;
}
.dream-banner .txt-box .desc {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
@media all and (max-width: 1024px) {
  .dream-banner .txt-box .title {
    margin-bottom: 0.5rem;
    font-size: 1.75rem;
    letter-spacing: -0.7px;
  }
  .dream-banner .txt-box .desc {
    font-size: 0.8125rem;
    font-weight: 700;
    text-align: center;
  }
}
.dream-banner .banner-img {
  position: absolute;
  right: 8vw;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media all and (max-width: 1024px) {
  .dream-banner .banner-img {
    right: 50%;
    transform: translateX(50%);
  }
}
.dream-banner.dream-banner1 .banner-img {
  width: 27.5625rem;
  height: 18.0625rem;
  background-image: url(../../img/pc/dream-banner-img1.png);
}
@media all and (max-width: 1024px) {
  .dream-banner.dream-banner1 .banner-img {
    width: 16.6875rem;
    height: 10.9375rem;
  }
}
.dream-banner.dream-banner1 .banner-box {
  background: linear-gradient(210deg, #F9B38A 18.12%, #F68752 83.08%);
}
.dream-banner.dream-banner2 .banner-img {
  width: 19.0625rem;
  height: 23.9375rem;
  background-image: url(../../img/pc/dream-banner-img2.png);
}
@media all and (max-width: 1024px) {
  .dream-banner.dream-banner2 .banner-img {
    width: 10.1875rem;
    height: 10.625rem;
    background-image: url(../../img/mobile/dream-banner-img2.png);
  }
}
.dream-banner.dream-banner2 .banner-box {
  background: linear-gradient(210deg, #62DC82 18.12%, #CBD370 83.08%);
}
.dream-banner.dream-banner3 .banner-img {
  width: 23.5rem;
  height: 20.8125rem;
  background-image: url(../../img/pc/dream-banner-img3.png);
}
@media all and (max-width: 1024px) {
  .dream-banner.dream-banner3 .banner-img {
    width: 12.25rem;
    height: 10.8125rem;
  }
}
.dream-banner.dream-banner3 .banner-box {
  background: linear-gradient(152deg, #FF84A2 17.44%, #FFA6CA 85.93%);
}
.dream-banner.dream-banner4 .banner-img {
  width: 21.1875rem;
  height: 20.375rem;
  background-image: url(../../img/pc/dream-banner-img4.png);
}
@media all and (max-width: 1024px) {
  .dream-banner.dream-banner4 .banner-img {
    width: 11.5625rem;
    height: 10.5rem;
  }
}
.dream-banner.dream-banner4 .banner-box {
  background: linear-gradient(210deg, #94C9FA 18.44%, #3880F4 85.45%);
}
.dream-content .section-inner {
  max-width: 53.75rem;
}
.dream-content .section-inner > .section-title {
  padding-top: 6.25rem;
}
@media all and (max-width: 1024px) {
  .dream-content .section-inner > .section-title {
    padding-top: 4rem;
  }
}
.dream-content .free-dream-video {
  position: relative;
  display: flex;
  width: 100%;
  height: 28.125rem;
  border: 1px solid #eee;
  border-radius: 25px;
  overflow: hidden;
}
.dream-content .free-dream-video > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dream-content .free-dream-video .btn-sound-wrap {
  left: 22px;
  bottom: 17px;
}
@media all and (max-width: 1024px) {
  .dream-content .free-dream-video {
    height: auto;
    border-radius: 15px;
  }
  .dream-content .free-dream-video .btn-sound-wrap {
    left: 16px;
    bottom: 14px;
  }
}
.dream-content .dream-content-list {
  padding: 10.625rem 0;
}
@media all and (max-width: 1024px) {
  .dream-content .dream-content-list {
    padding: 4.375rem 0;
  }
}
.dream-content .dream-content-list .dream-content-item {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 7.5rem;
}
.dream-content .dream-content-list .dream-content-item:last-child {
  margin-bottom: 0;
}
.dream-content .dream-content-list .dream-content-item > div {
  width: 50%;
  height: 21.25rem;
}
.dream-content .dream-content-list .dream-content-item:nth-child(2n) .img {
  order: 2;
}
.dream-content .dream-content-list .dream-content-item:nth-child(2n) .txt-box {
  order: 1;
}
@media all and (max-width: 1024px) {
  .dream-content .dream-content-list .dream-content-item:nth-child(2n) .img {
    order: unset;
  }
  .dream-content .dream-content-list .dream-content-item:nth-child(2n) .txt-box {
    order: unset;
  }
}
.dream-content .dream-content-list .dream-content-item .img {
  border-radius: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 250px;
}
.dream-content .dream-content-list .dream-content-item .txt-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dream-content .dream-content-list .dream-content-item .txt-box .sub-title {
  margin-bottom: 1.125rem;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
}
.dream-content .dream-content-list .dream-content-item .txt-box .main-title {
  margin-bottom: 0.625rem;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.75px;
}
.dream-content .dream-content-list .dream-content-item .txt-box .desc > li {
  position: relative;
  margin-bottom: 0.1875rem;
  padding-left: 0.625rem;
  font-size: 18px;
  letter-spacing: -0.45px;
  color: #4c4c4c;
}
.dream-content .dream-content-list .dream-content-item .txt-box .desc > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  background-color: #4c4c4c;
}
@media all and (max-width: 1024px) {
  .dream-content .dream-content-list .dream-content-item .txt-box .sub-title {
    margin-bottom: 0.625rem;
    font-size: 13px;
    letter-spacing: -0.325px;
  }
  .dream-content .dream-content-list .dream-content-item .txt-box .main-title {
    margin-bottom: 0.25rem;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .dream-content .dream-content-list .dream-content-item .txt-box .desc > li {
    font-size: 13px;
    letter-spacing: -0.325px;
  }
  .dream-content .dream-content-list .dream-content-item .txt-box .desc > li:before {
    top: 7px;
    width: 2.5px;
    height: 2.5px;
  }
}
@media all and (max-width: 1024px) {
  .dream-content .dream-content-list .dream-content-item {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 2.8125rem;
  }
  .dream-content .dream-content-list .dream-content-item > div {
    width: 90%;
    height: 18.75rem;
  }
  .dream-content .dream-content-list .dream-content-item > div.txt-box {
    height: auto;
  }
}
.dream-content.dream-content1 .dream-content-list .dream-content-item .img {
  background-color: #ffead6;
}
.dream-content.dream-content1 .dream-content-list .dream-content-item .txt-box .sub-title {
  color: #e47c17;
}
.dream-content.dream-content1 .dream-content-list .dream-content-item:nth-child(1) .img {
  background-image: url(../../img/common/dream-content1-1.png);
  background-position: bottom center;
}
.dream-content.dream-content1 .dream-content-list .dream-content-item:nth-child(2) .img {
  background-image: url(../../img/common/dream-content1-2.png);
}
.dream-content.dream-content1 .dream-content-list .dream-content-item:nth-child(3) .img {
  background-image: url(../../img/common/dream-content1-3.png);
  background-position: bottom center;
}
.dream-content.dream-content1 .dream-content-list .dream-content-item:nth-child(4) .img {
  background-image: url(../../img/common/dream-content1-4.png);
}
.dream-content.dream-content1 .dream-content-list .dream-content-item:nth-child(5) .img {
  background-image: url(../../img/common/dream-content1-5.png);
}
.dream-content.dream-content1 .dream-content-list .dream-content-item:nth-child(6) .img {
  background-image: url(../../img/common/dream-content1-6.png);
  background-position: bottom center;
}
.dream-content.dream-content1 .dream-content-list .dream-content-item:nth-child(7) .img {
  background-image: url(../../img/common/dream-content1-7.png);
}
.dream-content.dream-content1 .dream-content-list .dream-content-item:nth-child(8) .img {
  background-image: url(../../img/common/dream-content1-8.png);
}
.dream-content.dream-content1 .dream-content-list .dream-content-item:nth-child(9) .img {
  background-image: url(../../img/common/dream-content1-9.png);
}
.dream-content.dream-content2 .dream-content-list .dream-content-item .img {
  background-color: #e7f4d8;
}
.dream-content.dream-content2 .dream-content-list .dream-content-item .txt-box .sub-title {
  color: #7cbd28;
}
.dream-content.dream-content2 .dream-content-list .dream-content-item:nth-child(1) .img {
  background-image: url(../../img/common/dream-content2-1.png);
  background-position: bottom center;
}
.dream-content.dream-content2 .dream-content-list .dream-content-item:nth-child(2) .img {
  background-image: url(../../img/common/dream-content2-2.png);
}
.dream-content.dream-content2 .dream-content-list .dream-content-item:nth-child(3) .img {
  background-image: url(../../img/common/dream-content2-3.png);
  background-position: bottom center;
}
.dream-content.dream-content2 .dream-content-list .dream-content-item:nth-child(4) .img {
  background-image: url(../../img/common/dream-content2-4.png);
}
.dream-content.dream-content3 .dream-content-list .dream-content-item .img {
  background-color: #fbdfe3;
}
.dream-content.dream-content3 .dream-content-list .dream-content-item .txt-box .sub-title {
  color: #eb6270;
}
.dream-content.dream-content3 .dream-content-list .dream-content-item:nth-child(1) .img {
  background-image: url(../../img/common/dream-content3-1.png);
  background-position: bottom center;
}
.dream-content.dream-content3 .dream-content-list .dream-content-item:nth-child(2) .img {
  background-image: url(../../img/common/dream-content3-2.png);
  background-position: bottom center;
}
.dream-content.dream-content3 .dream-content-list .dream-content-item:nth-child(3) .img {
  background-image: url(../../img/common/dream-content3-3.png);
}
.dream-content.dream-content4 .dream-content-list .dream-content-item .img {
  background-color: #dfedf6;
}
.dream-content.dream-content4 .dream-content-list .dream-content-item .txt-box .sub-title {
  color: #4f9bce;
}
.dream-content.dream-content4 .dream-content-list .dream-content-item:nth-child(1) .img {
  background-image: url(../../img/common/dream-content4-1.png);
}
.dream-content.dream-content4 .dream-content-list .dream-content-item:nth-child(2) .img {
  background-image: url(../../img/common/dream-content4-2.png);
}
.dream-content.dream-content4 .dream-content-list .dream-content-item:nth-child(3) .img {
  background-image: url(../../img/common/dream-content4-3.png);
  background-position: bottom center;
}
.dream-content.dream-content4 .dream-content-list .dream-content-item:nth-child(4) .img {
  background-image: url(../../img/common/dream-content4-4.png);
  background-position: bottom center;
}
.dream-news .news-box {
  border-top: 3px solid #000;
}
.dream-news .news-box .news-list > li > .title .type {
  color: #8a8a8a;
}
.dream-news .news-box .news-list > li > .date {
  color: #8a8a8a;
}
.dream-contact-banner.dream-section {
  padding: 6.25rem 0 11.25rem;
}
@media all and (max-width: 1024px) {
  .dream-contact-banner.dream-section {
    padding: 3.75rem 0 5.625rem;
  }
}
.dream-contact-banner .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.dream-contact-banner .btn-wrap > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.125rem;
  height: 3.25rem;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.7px;
  color: #e9e9e9;
  background-color: #353535;
  border-radius: 25px;
}
@media all and (max-width: 1024px) {
  .dream-contact-banner .btn-wrap {
    gap: 12px;
  }
  .dream-contact-banner .btn-wrap > a {
    width: 7.25rem;
    height: 2.1875rem;
    font-size: 15px;
    letter-spacing: -0.525px;
  }
}

.support-section {
  padding: 4.0625rem 0;
}
@media all and (max-width: 1024px) {
  .support-section {
    overflow: hidden;
  }
}
.support-section-title .section-title {
  margin-bottom: 0;
}
@media all and (max-width: 1024px) {
  .support-section-title .section-title {
    font-size: 1.625rem;
  }
}
.support-section .support-sub-slide-wrap {
  position: relative;
  width: 57.0625rem;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .support-section .support-sub-slide-wrap {
    width: auto;
  }
}
.support-section .swiper-button-wrap {
  position: absolute;
  left: 50%;
  bottom: -62px;
  transform: translateX(-50%);
  width: 7rem;
  height: 2.875rem;
}
.support-section .swiper-button-prev-03, .support-section .swiper-button-prev-04, .support-section .swiper-button-prev-05, .support-section .swiper-button-prev-06 {
  width: 2.875rem;
  height: 2.875rem;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.support-section .swiper-button-next-03, .support-section .swiper-button-next-04, .support-section .swiper-button-next-05, .support-section .swiper-button-next-06 {
  width: 2.875rem;
  height: 2.875rem;
  right: 0;
}
.support-banner.support-banner1 {
  padding-top: 0;
}
.support-banner.support-banner4 {
  padding-bottom: 10.3125rem;
}
.support-banner .banner-box {
  height: 21.375rem;
  margin-bottom: 3.375rem;
  padding-left: 6vw;
}
@media all and (max-width: 1024px) {
  .support-banner .banner-box {
    height: 19.375rem;
    padding-left: 0;
    margin-bottom: 2.5rem;
  }
}
.support-banner .txt-box {
  color: #222;
}
.support-banner .txt-box .title {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -1px;
}
.support-banner .txt-box .desc {
  font-size: 1.125rem;
  color: #454545;
}
@media all and (max-width: 1024px) {
  .support-banner .txt-box {
    width: 60vw;
  }
  .support-banner .txt-box .title {
    font-size: 1.75rem;
    letter-spacing: -0.7px;
    text-align: center;
  }
  .support-banner .txt-box .desc {
    font-size: 0.8125rem;
    font-weight: 500;
  }
}
.support-banner .banner-img {
  right: 6vw;
}
@media all and (max-width: 1024px) {
  .support-banner .banner-img {
    right: 50%;
  }
}
.support-banner.support-banner1 .banner-img {
  width: 26.25rem;
  height: 19.125rem;
  background-image: url(../../img/common/support-banner-img1.png);
}
@media all and (max-width: 1024px) {
  .support-banner.support-banner1 .banner-img {
    width: 13.75rem;
    height: 10.0625rem;
  }
}
.support-banner.support-banner1 .banner-box {
  background: linear-gradient(210deg, #FFDEBE 18.44%, #FFB974 85.45%);
}
.support-banner.support-banner2 .banner-img {
  width: 25.8125rem;
  height: 18.875rem;
  background-image: url(../../img/common/support-banner-img2.png);
}
@media all and (max-width: 1024px) {
  .support-banner.support-banner2 .banner-img {
    width: 13.4375rem;
    height: 9.8125rem;
  }
}
.support-banner.support-banner2 .banner-box {
  background: linear-gradient(210deg, #D1EFAC 18.44%, #A5E057 85.45%);
}
.support-banner.support-banner3 .banner-img {
  width: 26.1875rem;
  height: 17.8125rem;
  background-image: url(../../img/common/support-banner-img3.png);
}
@media all and (max-width: 1024px) {
  .support-banner.support-banner3 .banner-img {
    width: 14.3125rem;
    height: 9.75rem;
  }
}
.support-banner.support-banner3 .banner-box {
  background: linear-gradient(210deg, #FFCACE 18.44%, #FF939E 85.45%);
}
.support-banner.support-banner4 .banner-img {
  bottom: 28px;
  width: 24.875rem;
  height: 17.125rem;
  background-image: url(../../img/pc/support-banner-img4.png);
}
@media all and (max-width: 1024px) {
  .support-banner.support-banner4 .banner-img {
    bottom: 0;
    width: 15.1875rem;
    height: 9.375rem;
    background-image: url(../../img/mobile/support-banner-img4.png);
  }
}
.support-banner.support-banner4 .banner-box {
  background: linear-gradient(210deg, #B8DFF9 18.44%, #71C2F5 85.45%);
}
.support-sub-slide .swiper-wrapper {
  flex-direction: column;
}
@media all and (max-width: 1024px) {
  .support-sub-slide .swiper-wrapper {
    flex-direction: unset;
  }
}
.support-sub-slide .support-item-wrap {
  display: flex;
  gap: 42px;
}
@media all and (max-width: 1024px) {
  .support-sub-slide .support-item-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px 25px;
  }
}
.support-sub-slide .support-item-wrap .support-item {
  width: 12.25rem;
  height: 11.375rem;
}
@media all and (max-width: 1024px) {
  .support-sub-slide .support-item-wrap .support-item {
    width: calc((100% - 32px) / 2);
    height: 8.25rem;
  }
}
.support-sub-slide .support-item-wrap .support-item .num {
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
  font-weight: 800;
}
@media all and (max-width: 1024px) {
  .support-sub-slide .support-item-wrap .support-item .num {
    font-size: 1.1875rem;
  }
}
.support-sub-slide .support-item-wrap .support-item .line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #BEBEBE;
}
.support-sub-slide .support-item-wrap .support-item .line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2rem;
  height: 0.1875rem;
}
@media all and (max-width: 1024px) {
  .support-sub-slide .support-item-wrap .support-item .line:before {
    width: 1.625rem;
  }
}
.support-sub-slide .support-item-wrap .support-item .tit {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media all and (max-width: 1024px) {
  .support-sub-slide .support-item-wrap .support-item .tit {
    margin-top: 0.875rem;
    font-size: 0.9375rem;
  }
}
.support-sub-slide .support-item-wrap .support-item .desc {
  margin-top: 0.5rem;
  color: #676767;
  line-height: 1.5;
}
@media all and (max-width: 1024px) {
  .support-sub-slide .support-item-wrap .support-item .desc {
    font-size: 0.75rem;
  }
}
.support-sub-slide.support-sub-slide1 .support-item .num {
  color: #FF9328;
}
.support-sub-slide.support-sub-slide1 .support-item .line:before {
  background-color: #FF9328;
}
.support-sub-slide.support-sub-slide2 .support-item .num {
  color: #7DCB17;
}
.support-sub-slide.support-sub-slide2 .support-item .line:before {
  background-color: #7DCB17;
}
.support-sub-slide.support-sub-slide3 .support-item .num {
  color: #FF7886;
}
.support-sub-slide.support-sub-slide3 .support-item .line:before {
  background-color: #FF7886;
}
.support-sub-slide.support-sub-slide4 .support-item .num {
  color: #22A9FF;
}
.support-sub-slide.support-sub-slide4 .support-item .line:before {
  background-color: #22A9FF;
}

.contact-nav {
  padding: 4.375rem 0;
}
.contact-nav-box {
  display: flex;
  align-items: center;
  width: 36.25rem;
  height: 3.5rem;
  margin: 0 auto;
  border: 1px solid #d9d9d9;
  border-radius: 28px;
}
.contact-nav-box > a {
  display: inline-block;
  width: 11.5rem;
  height: 2.8125rem;
  margin: 0 0.375rem;
  line-height: 2.8125rem;
  border-radius: 23px;
  color: #959595;
  font-weight: 700;
  text-align: center;
  transition: background-color 0.3s;
}
.contact-nav-box > a.on {
  background-color: #4c4c4c;
  color: #fff;
}
@media all and (max-width: 1024px) {
  .contact-nav {
    padding: 1.5rem 0 2.5rem;
  }
  .contact-nav-box {
    width: 19.375rem;
    height: 2.5rem;
  }
  .contact-nav-box > a {
    height: 2rem;
    margin: 0 0.25rem;
    line-height: 2rem;
    font-size: 0.8125rem;
  }
}
.contact-section.contact-section {
  padding-bottom: 10rem;
}
.contact-section.board-section {
  padding: 4.0625rem 0 10rem;
}
.contact-section .section-inner {
  max-width: 90.625rem;
}
.contact-section .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1.25rem;
  border-bottom: 3px solid #000;
}
.contact-section .title-wrap .title {
  display: flex;
  align-items: flex-end;
  gap: 26px;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -1.4px;
}
.contact-section .title-wrap .title .sub-title {
  padding-bottom: 0.4375rem;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.63px;
  color: #666;
}
.contact-section .title-wrap .title-info-text {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.63px;
  color: #666;
}
.contact-section .title-wrap .title-info-text .red {
  color: #e71f1a;
}
.contact-section .title-wrap .news-tab {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #666;
}
.contact-section .title-wrap .news-tab li {
  cursor: pointer;
}
.contact-section .title-wrap .news-tab li.on {
  font-weight: 800;
  color: #4c4c4c;
}
.contact-section .title-wrap .news-tab .divider {
  width: 1px;
  height: 15px;
  background-color: #d7d7d7;
}
@media all and (max-width: 1024px) {
  .contact-section .title-wrap {
    flex-direction: column;
    align-items: center;
    padding-bottom: 1.5rem;
  }
  .contact-section .title-wrap .title {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 0.5rem;
    font-size: 1.625rem;
    letter-spacing: -0.84px;
  }
  .contact-section .title-wrap .title.contain-sub-title {
    margin-bottom: 0;
  }
  .contact-section .title-wrap .title .sub-title {
    padding-bottom: 0;
    font-size: 0.8125rem;
    letter-spacing: -0.455px;
  }
  .contact-section .title-wrap .title-info-text {
    font-size: 0.8125rem;
    letter-spacing: -0.455px;
  }
  .contact-section .title-wrap .news-tab {
    gap: 10px;
    margin-top: 1.5625rem;
    font-size: 0.8125rem;
  }
}
.contact-section .membership {
  padding: 3.125rem 5vw;
}
@media all and (max-width: 1024px) {
  .contact-section .membership {
    padding: 1.25rem 0.625rem;
  }
}
.contact-section .membership > div {
  margin-bottom: 4.375rem;
}
@media all and (max-width: 1024px) {
  .contact-section .membership > div {
    margin-bottom: 2.5rem;
  }
}
.contact-section .membership > div:last-child {
  margin-bottom: 0;
}
.contact-section .membership > div h4 {
  margin-bottom: 1.875rem;
  font-size: 1.375rem;
}
@media all and (max-width: 1024px) {
  .contact-section .membership > div h4 {
    margin-bottom: 1.125rem;
    font-size: 0.9375rem;
  }
}
.contact-section .membership > div input,
.contact-section .membership > div textarea {
  width: 100%;
  height: 100%;
  padding: 0 0.9375rem;
  border: 1.5px solid #d2d2d2;
  border-radius: 3px;
  outline: none;
  font-size: 1.125rem;
}
@media all and (max-width: 1024px) {
  .contact-section .membership > div input,
  .contact-section .membership > div textarea {
    padding: 0 0.625rem;
    font-size: 0.875rem;
  }
}
.contact-section .membership > div textarea {
  height: 13.125rem;
  padding: 0.9375rem;
}
@media all and (max-width: 1024px) {
  .contact-section .membership > div textarea {
    height: 10rem;
    padding: 0.625rem;
  }
}
.contact-section .membership > div .red {
  color: #e71f1a;
}
.contact-section .membership .info-box {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 5vw;
}
.contact-section .membership .info-box > div {
  position: relative;
  display: flex;
  align-items: center;
  gap: 35px;
  width: calc((100% - 5vw) / 2);
  height: 3.25rem;
}
.contact-section .membership .info-box > div > label {
  width: 4.375rem;
  font-size: 1.375rem;
  white-space: nowrap;
}
.contact-section .membership .info-box > div > input::-moz-placeholder {
  color: #777;
}
.contact-section .membership .info-box > div > input::placeholder {
  color: #777;
}
.contact-section .membership .info-box > div .dropdown-box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0.9375rem;
  border: 1.5px solid #d2d2d2;
  border-radius: 3px;
  outline: none;
  font-size: 1.125rem;
}
.contact-section .membership .info-box > div .dropdown-box .btn-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  color: #777;
}
.contact-section .membership .info-box > div .dropdown-box .btn-select:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img/common/icon-arrow.svg) no-repeat center/contain;
}
.contact-section .membership .info-box > div .dropdown-box .btn-select.on:after {
  transform: rotate(180deg);
}
.contact-section .membership .info-box > div .dropdown-box .dropdown-list {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  z-index: 9;
  width: 100%;
  max-height: 16.875rem;
  padding: 0.25rem 0;
  overflow-y: auto;
  border: 1.5px solid #d2d2d2;
  border-radius: 3px;
  background-color: #fff;
}
.contact-section .membership .info-box > div .dropdown-box .dropdown-list .dropdown-item {
  width: 100%;
  height: 3.25rem;
  padding: 0 0.9375rem;
  line-height: 52px;
  cursor: pointer;
}
.contact-section .membership .info-box > div .dropdown-box .dropdown-list .dropdown-item:hover {
  background-color: #f8f8f8;
}
.contact-section .membership .info-box > div .dropdown-box .dropdown-list.on {
  display: block;
}
.contact-section .membership .info-box > div .error-text {
  display: none;
  position: absolute;
  left: 98px;
  bottom: -22px;
  font-size: 14px;
  color: #e71f1a;
}
.contact-section .membership .info-box > div.error > input[type=text] {
  border: 1.5px solid #e71f1a;
}
.contact-section .membership .info-box > div.error .dropdown-box {
  border: 1.5px solid #e71f1a;
}
.contact-section .membership .info-box > div.error .dropdown-box .error-text {
  left: 4px;
}
.contact-section .membership .info-box > div.error .error-text {
  display: block;
}
@media all and (max-width: 1024px) {
  .contact-section .membership .info-box {
    flex-direction: column;
    gap: 24px;
  }
  .contact-section .membership .info-box > div {
    gap: 0;
    width: 100%;
    height: 2.375rem;
  }
  .contact-section .membership .info-box > div > label {
    display: inline-block;
    width: 3.75rem;
    font-size: 0.9375rem;
  }
  .contact-section .membership .info-box > div > input {
    flex: 1;
  }
  .contact-section .membership .info-box > div .error-text {
    left: 62px;
    bottom: -18px;
    font-size: 0.75rem;
  }
  .contact-section .membership .info-box > div .dropdown-box {
    flex: 1;
    padding: 0 0.625rem;
    font-size: 0.875rem;
  }
  .contact-section .membership .info-box > div .dropdown-box .btn-select {
    font-size: 0.875rem;
  }
  .contact-section .membership .info-box > div .dropdown-box .btn-select:after {
    width: 18px;
    height: 18px;
  }
  .contact-section .membership .info-box > div .dropdown-box .dropdown-list {
    max-height: 12.5rem;
  }
  .contact-section .membership .info-box > div .dropdown-box .dropdown-list .dropdown-item {
    height: 2.375rem;
    padding: 0 0.625rem;
    line-height: 38px;
  }
}
.contact-section .membership .policy {
  height: 26.875rem;
  padding: 2.5rem 3.125rem;
  margin-bottom: 1.25rem;
  border: 1.5px solid #eee;
  border-radius: 3px;
  background-color: #fafafa;
  font-size: 1.25rem;
  line-height: 1.7;
  overflow-y: auto;
}
.contact-section .membership .policy > h5 {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  text-align: center;
}
.contact-section .membership .policy-check input[type=checkbox] {
  display: none;
}
.contact-section .membership .policy-check input[type=checkbox]:checked + label {
  background: url(../../img/common/checkbox-on.svg) no-repeat center/contain;
}
.contact-section .membership .policy-check input[type=checkbox] + label {
  width: 22px;
  height: 22px;
  cursor: pointer;
  display: inline-block;
  background: #fff;
  background: url(../../img/common/checkbox-off.svg) no-repeat center/contain;
}
@media all and (max-width: 1024px) {
  .contact-section .membership .policy-check input[type=checkbox] + label {
    width: 16px;
    height: 16px;
  }
}
.contact-section .membership .policy-check label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.contact-section .membership .policy-check > label {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.25rem;
}
.contact-section .membership .policy-check > label > span.error {
  -webkit-text-decoration: #e71f1a wavy underline;
          text-decoration: #e71f1a wavy underline;
}
@media all and (max-width: 1024px) {
  .contact-section .membership .policy {
    height: 16.25rem;
    padding: 1.5625rem 0.75rem;
    font-size: 0.8125rem;
  }
  .contact-section .membership .policy > h5 {
    margin-bottom: 0.625rem;
    font-size: 1.125rem;
  }
  .contact-section .membership .policy-check {
    display: flex;
    justify-content: center;
  }
  .contact-section .membership .policy-check > label {
    gap: 8px;
    font-size: 0.9375rem;
  }
}
.contact-section .membership .btn-box {
  display: flex;
  justify-content: flex-end;
}
.contact-section .membership .btn-box .btn-submit {
  width: 9.125rem;
  height: 2.75rem;
  border-radius: 25px;
  background-color: #4c4c4c;
  color: #e9e9e9;
  font-size: 1.125rem;
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  .contact-section .membership .btn-box {
    justify-content: center;
  }
  .contact-section .membership .btn-box .btn-submit {
    width: 6.875rem;
    height: 2.125rem;
    font-size: 0.9375rem;
  }
}
.contact-section .acd-list {
  min-height: 20rem;
}
.contact-section .acd-header {
  padding: 2rem 2.1875rem;
  border-bottom: 1px solid #cdcdcd;
}
.contact-section .acd-header-text {
  font-size: 1.125rem;
  font-weight: 700;
}
@media all and (max-width: 1024px) {
  .contact-section .acd-header-text {
    font-size: 0.8125rem;
  }
}
@media all and (max-width: 1024px) {
  .contact-section .acd-header {
    padding: 1.25rem 0.625rem;
  }
}
.contact-section .acd-content-wrap .acd-content {
  padding: 4.375rem 3.75rem;
  line-height: 1.6;
  background-color: #f7f7f7;
  border-bottom: 1px solid #cdcdcd;
}
@media all and (max-width: 1024px) {
  .contact-section .acd-content-wrap .acd-content {
    padding: 1.875rem 1.25rem;
  }
}

.view-section {
  padding: 10rem 0 16.875rem;
}
.view-section .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1.25rem;
  border-bottom: 3px solid #000;
}
.view-section .title-wrap .title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -1.4px;
}
.view-section .title-wrap .date {
  font-size: 1.25rem;
  font-weight: 700;
  color: #828282;
}
.view-section .view-content {
  padding: 4.25rem 6.25rem;
  border-bottom: 1px solid #a7a7a7;
}
.view-section .view-content .image {
  margin: 0 auto 4.25rem;
}
.view-section .view-content .image.--video {
  aspect-ratio: 16/9;
}
.view-section .view-content .image.--video #youtubePlay {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.view-section .view-content .image img {
  height: auto;
}
.view-section .view-content .text {
  font-size: 1.125rem;
  line-height: 1.6;
}
.view-section .btn-view-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.625rem;
  height: 3.125rem;
  margin: 4.375rem auto 0;
  font-size: 1.25rem;
  font-weight: 500;
  border: 1px solid #a7a7a7;
  border-radius: 30px;
  transition: 0.3s;
}
.view-section .btn-view-list:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
@media all and (max-width: 1024px) {
  .view-section {
    padding: 3.125rem 0 10rem;
  }
  .view-section .title-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1.5rem;
    border-width: 2px;
  }
  .view-section .title-wrap .title {
    margin-bottom: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: -0.63px;
  }
  .view-section .title-wrap .date {
    font-size: 0.8125rem;
  }
  .view-section .view-content {
    padding: 2.5rem 0 3rem;
  }
  .view-section .view-content .image {
    width: 100%;
    height: auto;
    margin: 0 auto 2.5rem;
  }
  .view-section .view-content .text {
    font-size: 0.8125rem;
  }
  .view-section .btn-view-list {
    width: 8.125rem;
    height: 2.5rem;
    margin: 2.125rem auto 0;
    font-size: 0.9375rem;
  }
}

.board-section__list-wrap {
  min-height: 318px;
  padding: 4.0625rem 2.375rem;
  border-bottom: 1px solid #CDCDCD;
}
@media all and (max-width: 1024px) {
  .board-section__list-wrap {
    max-height: none;
    padding: 2.375rem 0.5625rem;
  }
}
.board-section__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.875rem 1.5rem;
}
@media all and (max-width: 1024px) {
  .board-section__list {
    gap: 1.75rem;
  }
}
.board-section__item {
  width: calc((100% - 72px) / 4);
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .board-section__item {
    width: 100%;
  }
}
.board-section__item-thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 1.0625rem;
  border-radius: 12px;
  background-color: #EDEDED;
  overflow: hidden;
}
.board-section__item-title {
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.board-section__item-date {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.56px;
  color: #666;
}
.board-section__no-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 188px;
}