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

.top-header {
  display: none;
}

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

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

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

.eyoom-form .checkbox i {
  border: 1px solid #000;
  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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.viewmore-btn {
  position: absolute;
  opacity: 0;
  background: #fff;
  color: #000;
  z-index: 10;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  cursor: none;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  z-index: 999;
}

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

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

.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%;
}

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

.mix-title .headline-2-sa,
.mix-title .headline-2-ts,
.mix-title .headline-4-sa,
.mix-title .headline-4-ts {
  font-size: clamp(1rem, 3.7vw, 4rem);
}

.apfelwindow-page section .title-cont,
.window-page section .title-cont {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-bottom: 5rem;
}

.apfelwindow-page section .title-cont .title-num,
.window-page section .title-cont .title-num,
.window-page section .title-cont .checklist-num {
  display: inline-block;
  color: #4a3829;
}

.apfelwindow-page section .title-cont .mix-title,
.window-page section .title-cont .mix-title {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  margin-top: 1.25rem;
  gap: 0 1.25rem;
  text-transform: uppercase;
}

.apfelwindow-page .visual-section .title,
.window-page .visual-section .title {
  display: flex;
}

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

  .mix-title .headline-2-sa,
  .mix-title .headline-2-ts,
  .mix-title .headline-4-sa,
  .mix-title .headline-4-ts {
    font-size: clamp(1rem, 13.5vw, 3.25rem);
  }

  .apfelwindow-page section .title-cont,
  .window-page section .title-cont {
    margin-bottom: 2rem;
  }

  .apfelwindow-page section .title-cont .mix-title,
  .window-page section .title-cont .mix-title {
    margin-top: 0.25rem;
    gap: 0.5rem;
  }

  .window-page .type-section .mix-title .headline-4-ts,
  .window-page .type-section .mix-title .headline-4-sa {
    font-size: clamp(1rem, 12.5vw, 3rem);
  }
}

.krtext {
  color: #434343;
}
