/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */

:root {
  /* color */
  --clr-brown: #4a3829;
  --clr-lightbrown: #7b7067;
  --clr-black: #000;
  --clr-gray1: #434343;
  --clr-gray2: #767676;
  --clr-gray3: #6e6e6e;
  --clr-gray5: #c7c7c7;
  --clr-bg: #f5f5f5;
  --clr-footerbg: #e9e9e9;
  --clr-white: #fff;
}

body {
  -ms-overflow-style: none;
}

video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  top: 0;
  left: 0;
}

::-webkit-scrollbar {
  display: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  box-shadow: unset;
  border: unset;
}

input:-internal-autofill-selected {
  background: unset;
}

.adm-edit-btn {
  display: flex;
  left: unset;
  right: 0;
  width: max-content;
  text-align: end;
  z-index: 1005 !important;
  overflow: hidden;
}

.ae-text-header {
  color: var(--clr-black);
  font-weight: 700;
}

.ae-text-title {
  color: #434343;
  font-weight: 600;
}

.ae-btn-r {
  background-color: #fff;
  color: var(--clr-black) !important;
}

.ae-btn-info {
  background-color: #666666;
  color: #fff !important;
}

.text-primary {
  color: red !important;
}

.text-secondary {
  color: red !important;
}

.mix-title-cont {
  display: flex;
  width: fit-content;
  margin-bottom: 2.5rem;
  position: relative;
}

.mix-title {
  display: inline-flex;
  align-items: end;
  margin-top: 0.25rem;
  gap: 1.25rem;
  text-transform: uppercase;
  flex-wrap: wrap;
}

.en-title {
  display: inline-flex;
  align-items: baseline;
  text-transform: uppercase;
}

.mix-title .en-title * {
  font-size: clamp(1rem, 3.7vw, 4rem);
}

.mix-title-cont .kr-title {
  color: #434343;
  line-height: 1.7;
}

.intro-section .en-title *,
.visual-section .en-title * {
  font-size: clamp(1rem, 6.37vw, 5rem);
}

.about-page .visual-section .title * {
  font-size: clamp(1rem, 3.7vw, 4rem);
  line-height: 1.25;
}

.row,
.row > * {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 100%;
  padding: 0;
}

.hero-section {
  height: 100vh;
  width: 100%;
  position: relative;
  padding: 5rem 5%;
  margin-bottom: 7.5rem;
}

.hero-title {
  color: #fff;
  text-transform: uppercase;
}

.pc-only {
  display: block;
}

.mo-only {
  display: none;
}

@media (max-width: 1024px) {
  .pc-only {
    display: none;
  }
  .mo-only {
    display: block;
  }

  .mix-title-cont {
    margin-bottom: 2.5rem;
  }

  .mix-title {
    display: inline-flex;
    align-items: end;
    margin-top: 0.25rem;
    gap: 0.5rem;
  }

  .mix-title .en-title * {
    font-size: clamp(1rem, 13.5vw, 3.25rem);
  }

  .intro-section .en-title *,
  .visual-section .en-title * {
    font-size: clamp(1rem, 13.5vw, 3.25rem);
  }

  .window-page .type-section .en-title * {
    font-size: clamp(1rem, 12.5vw, 3rem);
  }

  .about-page .visual-section .title * {
    font-size: clamp(1rem, 10vw, 2.25rem);
  }
}

.eyoom-form .checkbox {
  padding-left: 2rem;
  line-height: 2.5rem;
}

.eyoom-form .checkbox i {
  border: 1px solid var(--clr-black);
  border-radius: 0 !important;
  width: 24px;
  height: 24px;
  background: unset;
  top: 0.5rem;
}

.eyoom-form .checkbox input + i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 10px;
  background: url("../../eb4_basic/image/icon/ic_check.svg") no-repeat center
    center;
  background-size: 14px 10px;
}

.mv-section {
  width: 100%;
  margin: 0 0 8rem 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .mv-section {
    margin: 0 0 6.25rem 0;
  }
}

/*----- Fonts -----*/

.headline-1-ts {
  font-family: "the-seasons", serif;
  font-size: clamp(1rem, 8.8vw, 9.5rem); /* 152px */
  letter-spacing: -0.02em;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
}

.headline-2-ts {
  font-family: "the-seasons", serif;
  font-size: clamp(1rem, 6.48vw, 7rem); /* 112px */
  letter-spacing: -0.02em;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
}

.headline-3-ts {
  font-family: "the-seasons", serif;
  font-size: clamp(1rem, 5.9vw, 6.375rem); /* 102px */
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-style: normal;
}

.headline-4-ts {
  font-family: "the-seasons", serif;
  font-size: clamp(1rem, 3.8vw, 4.125rem); /* 66px */
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-style: normal;
}

.headline-5-ts {
  font-family: "the-seasons", serif;
  font-size: 4rem; /* 64px */
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-style: normal;
}

.button-ts {
  font-family: "the-seasons", serif;
  font-size: 3.25rem; /* 52px */
  line-height: 3.875rem; /* 62px */
  letter-spacing: -0.02em;
  font-weight: 400;
}

.caption-1-ts {
  font-family: "the-seasons", serif;
  font-size: 2.5rem; /* 40px */
  line-height: 3rem; /* 48px */
  letter-spacing: -0.02em;
  font-weight: 300;
}

.caption-2-ts {
  font-family: "the-seasons", serif;
  font-size: 1.5rem; /* 24px */
  line-height: 2.25rem; /* 36px */
  letter-spacing: -0.02em;
  font-weight: 300;
}

.title-1-ts {
  font-family: "the-seasons", serif;
  font-size: 1.25rem; /* 20px */
  line-height: 1.875rem; /* 30px */
  letter-spacing: -0.02em;
  font-weight: 400;
}

.headline-1-sa {
  font-family: "Satoshi", "Pretendard", sans-serif;
  font-size: clamp(1rem, 8.68vw, 9.375rem); /* 150px */
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.headline-2-sa {
  font-family: "Satoshi", "Pretendard", sans-serif;
  font-size: clamp(1rem, 6.37vw, 6.875rem); /* 110px */
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.headline-3-sa {
  font-family: "Satoshi", "Pretendard", sans-serif;
  font-size: clamp(1rem, 5.79vw, 6.25rem); /* 100px */
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.headline-4-sa {
  font-family: "Satoshi", "Pretendard", sans-serif;
  font-size: clamp(1rem, 3.7vw, 4rem); /* 64px */
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.caption-1-sa {
  font-family: "Satoshi", "Pretendard", sans-serif;
  font-size: 5rem; /* 80px / 16 */
  line-height: 6rem; /* 96px / 16 */
  letter-spacing: -0.02em;
  font-weight: 300;
}

.button-sa {
  font-family: "Satoshi", "Pretendard", sans-serif;
  font-size: 3.125rem; /* 50px / 16 */
  line-height: 3.75rem; /* 60px / 16 */
  letter-spacing: -0.02em;
  font-weight: 400;
}

.body-1-sa {
  font-family: "Satoshi", "Pretendard", sans-serif;
  font-size: 1.5rem; /* 24px / 16 */
  line-height: 2.25rem; /* 36px / 16 */
  letter-spacing: -0.02em;
  font-weight: 400;
}

.body-2-sa {
  font-family: "Satoshi", "Pretendard", sans-serif;
  font-size: 1.25rem; /* 20px / 16 */
  line-height: 1.875rem; /* 30px / 16 */
  letter-spacing: -0.02em;
  font-weight: 400;
}

.body-3-sa {
  font-family: "Satoshi", "Pretendard", sans-serif;
  font-size: 1rem; /* 16px / 16 */
  line-height: 1.1875rem; /* 19px / 16 */
  letter-spacing: -0.02em;
  font-weight: 400;
}

.headline-1-pre {
  font-family: "Pretendard", sans-serif;
  font-size: clamp(1rem, 6.37vw, 6.875rem); /* 110px */
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.button-pre {
  font-family: "Pretendard", sans-serif;
  font-size: 1.75rem; /* 28px / 16 */
  line-height: 2.275rem; /* 36.4px / 16 */
  letter-spacing: -0.02em;
  font-weight: 400;
}

.title-1-pre {
  font-family: "Pretendard", sans-serif;
  font-size: 1.875rem; /* 30px / 16 */
  line-height: 2.25rem; /* 36px / 16 */
  letter-spacing: -0.02em;
  font-weight: 400;
}

.title-2-pre {
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.title-3-pre {
  font-family: "Pretendard", sans-serif;
  font-size: 4rem; /* 64px / 16 */
  line-height: 4.8125rem; /* 77px / 16 */
  letter-spacing: -0.02em;
  font-weight: 400;
}

.body-1-pre {
  font-family: "Pretendard", sans-serif;
  font-size: 1rem; /* 20px / 16 */
  line-height: 1.5rem; /* 24px / 16 */
  letter-spacing: -0.02em;
  font-weight: 300;
}

.body-2-pre {
  font-family: "Pretendard", sans-serif;
  font-size: 1rem; /* 16px / 16 */
  line-height: 1.5rem; /* 24px / 16 */
  letter-spacing: -0.02em;
  font-weight: 300;
}

@media (max-width: 1024px) {
  .headline-1-ts {
    font-size: clamp(1rem, 39vw, 9.5rem);
  }
  .headline-2-ts {
    font-size: clamp(1rem, 13.5vw, 3.25rem);
  }
  .headline-3-ts {
    font-size: clamp(1rem, 15.5vw, 3.75rem);
  }
  .headline-4-ts {
    font-size: clamp(1rem, 13.5vw, 1.875rem);
  }
  .button-ts {
    font-size: clamp(1rem, 7.5vw, 1.875rem);
    line-height: 5.5vw;
  }
  .caption-1-ts {
    font-size: 1.25rem;
    line-height: 0.875rem;
  }
  .caption-2-ts {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
  .title-1-ts {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .headline-1-sa {
    font-size: clamp(1rem, 38.5vw, 9.375rem);
  }
  .headline-2-sa {
    font-size: clamp(1rem, 13.5vw, 3.125rem);
  }

  .headline-3-sa {
    font-size: clamp(2rem, 15.5vw, 3.75rem);
  }
  .headline-4-sa {
    font-size: clamp(1.5rem, 13.5vw, 1.875rem);
  }
  .button-sa {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .caption-1-sa {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .body-1-sa {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .body-2-sa {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .body-3-sa {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
  .headline-1-pre {
    font-size: clamp(1rem, 13vw, 3.125rem);
  }
  .button-pre {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .title-1-pre {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
  .title-2-pre {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
  .title-3-pre {
    font-size: 2.5rem;
    line-height: 1.75rem;
  }
  .body-1-pre {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .body-2-pre {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}

/*----- Icons -----*/

.yl-logo {
  display: inline-block;
  width: 1.4375rem;
  height: 1rem;
  background: url("../../eb4_basic/image/icon/logo_color.svg") no-repeat center
    center;
  background-size: 1.4375rem 1rem;
}

.menu-icon {
  width: 1.5rem;
  height: 1.5rem;
  background: url("../../eb4_basic/image/icon/ic_menu.svg") no-repeat center
    center;
  background-size: 1.5rem 1.5rem;
}

.search-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../../eb4_basic/image/icon/ic_search.svg") no-repeat center
    center;
  background-size: 1.5rem 1.5rem;
}

.check-icon {
  width: 0.875rem;
  height: 0.625rem;
  background: url("../../eb4_basic/image/icon/ic_check.svg") no-repeat center
    center;
  background-size: 0.875rem 0.625rem;
}

.download-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../../eb4_basic/image/icon/ic_download.svg") no-repeat center
    center;
  background-size: 1.5rem 1.5rem;
}

.youtube-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../../eb4_basic/image/icon/ic_youtube.svg") no-repeat center
    center;
  background-size: 1.5rem 1.5rem;
}

.arrow-r-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../../eb4_basic/image/icon/ic_right_white.svg") no-repeat
    center center;
  background-size: 1.5rem 1.5rem;
}

.arrow-r-l-icon {
  display: inline-block;
  width: 2rem;
  height: 0.625rem;
  background: url("../../eb4_basic/image/icon/ic_right_l_white.svg") no-repeat
    center center;
  background-size: 2rem 0.625rem;
}

.arrow-l-g-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../../eb4_basic/image/icon/ic_left_gray.svg") no-repeat
    center center;
  background-size: 1.5rem 1.5rem;
}
.arrow-r-dg-icon {
  display: inline-block;
  width: 0.75rem;
  height: 0.625rem;
  background: url("../../eb4_basic/image/icon/ic_right_darkgray.svg") no-repeat
    center center;
  background-size: 0.75rem 0.625rem;
}

.arrow-r-b-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../../eb4_basic/image/icon/ic_right_black.svg") no-repeat
    center center;
  background-size: 1.5rem 1.5rem;
}

.arrow-b-g-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../../eb4_basic/image/icon/ic_arrow_b_gray.svg") no-repeat
    center center;
  background-size: 1.5rem 1.5rem;
}

.page-arrow-l-icon {
  transform: rotate(90deg);
}

.page-arrow-r-icon {
  transform: rotate(270deg);
}

.toggle-open-icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../../eb4_basic/image/icon/ic_toggle_open.svg") no-repeat
    center center;
  background-size: 2.5rem 2.5rem;
}

.toggle-close-icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../../eb4_basic/image/icon/ic_toggle_close.svg") no-repeat
    center center;
  background-size: 2.5rem 2.5rem;
}

.viewmore-icon {
  display: inline-block;
  width: 9.75rem;
  height: 6.25rem;
  background: url("../../eb4_basic/image/icon/ic_viewmore.svg") no-repeat center
    center;
  background-size: 9.75rem 6.25rem;
  cursor: pointer;
}

.viewmore-white-icon {
  display: inline-block;
  width: 9.75rem;
  height: 6.25rem;
  background: url("../../eb4_basic/image/icon/ic_viewmore_white.svg") no-repeat
    center center;
  background-size: 9.75rem 6.25rem;
  cursor: pointer;
}

.viewmore-btn {
  position: absolute;
  opacity: 0;
  background: #fff;
  color: var(--clr-black);
  z-index: 10;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  cursor: none;
  text-transform: capitalize;
  padding: 0.75rem 1.25rem;
  border-radius: 1.875rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: max-content;
  z-index: 999;
}

.arrow-gray-icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url("../../eb4_basic/image/icon/ic_arrow_gray.svg") no-repeat
    center center;
  background-size: 1rem 1rem;
}

.header-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 1.25rem 5%;
}

.header-wrap .adm-edit-btn {
  display: inline-block;
  width: fit-content;
  left: 11.25rem;
}

.header-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  position: relative;
  width: 10%;
  aspect-ratio: 165/24;
  min-width: 10.3125rem;
}

.header-logo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#headerModal .menu-cont .top-cont {
  align-items: start;
}

#headerModal .menu-cont p span {
  font-size: clamp(1rem, 3.7vw, 4rem);
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #e9e9e9;
  color: #6e6e6e;
}

.footer-info-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer .container {
  padding: 3rem 5%;
}

.footer p,
.footer div {
  text-align: left;
}

.footer-cont-info {
  margin: 0;
}

.footer-info {
  display: flex;
  flex-direction: column;
  width: 80%;
  justify-content: space-between;
}

.footer-info p:not(:first-child),
.footer-copyright p,
.footer-copyright span {
  font-size: 0.875rem;
}

#footer-logo {
  position: relative;
  width: 8.5rem;
  height: 1.25rem;
  margin-bottom: 2.625rem;
}

#footer-logo img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.header-wrap,
.footer {
  border: none;
}

.footer-sns {
  flex: unset;
  width: 8.75rem;
  text-align: right;
}

.footer-sns a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.25rem;
  color: #6e6e6e;
}

.footer-copyright {
  padding: 0;
  color: #6e6e6e;
}

.footer-copyright p {
  margin-bottom: 0.5rem;
}

@media (max-width: 1024px) {
  .header-logo {
    position: relative;
  }

  .footer-cont-info div.row {
    display: flex;
    flex-direction: column;
  }

  .footer-cont-info div.row .footer-info {
    width: 100%;
    justify-content: flex-start;
  }

  .footer-sns {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    margin-top: 2.5rem;
  }

  .footer-sns li {
    width: 33.333%;
  }

  .footer-sns li a {
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .footer-sns li:nth-child(1) a,
  .footer-sns li:nth-child(4) a {
    justify-content: flex-start;
  }

  .footer-sns li:nth-child(2) a,
  .footer-sns li:nth-child(5) a {
    justify-content: center;
  }

  .footer-sns li:nth-child(3) a,
  .footer-sns li:nth-child(6) a {
    justify-content: flex-end;
  }

  .footer-sns li a span.arrow-gray-icon {
    display: none;
  }

  .footer-copyright {
    margin-top: 3rem;
  }

  .viewmore-icon {
    width: 124px;
    height: 80px;
    background-size: 124px 80px;
  }
}

.krtext {
  color: #434343;
}

.accordion-item,
.accordion-header,
.accordion-button {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.accordion-button:not(.collapsed),
.accordion-button.collapsed {
  color: #000 !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.accordion-button::after {
  display: none !important;
}
.accordion-body {
  margin-top: 1.875rem !important;
  padding: 1.25rem !important;
  background-color: #f0f0f0 !important;
  line-height: 1.5 !important;
  color: var(--clr-gray2) !important;
}
.toggle {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
}
.accordion-button:not(.collapsed) .toggle-open-icon {
  display: block !important;
}
.accordion-button.collapsed .toggle-close-icon {
  display: block !important;
}
.accordion-button:not(.collapsed) .toggle-close-icon {
  display: none !important;
}
.accordion-button.collapsed .toggle-open-icon {
  display: none !important;
}
.accordion-button span:first-child {
  width: 95% !important;
}

@media (max-width: 1024px) {
  .accordion-body {
    font-size: 0.875rem !important;
  }

  .accordion-button .toggle {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem 1.5rem;
  }
}
