@charset "UTF-8";
/* #region btn-top */
.btn-top {
  width: 98px;
  height: 98px;
  border: 1px solid #666;
  border-radius: 50%;
}
.btn-top button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
}
.btn-top button .btn-top__icon {
  width: 14px;
  height: 7px;
  background: center/contain url("/build/images/common/footer_top_arrow.svg") no-repeat;
}
.btn-top button .btn-top__txt {
  color: var(--Line_Grey, #ddd);
  font-family: Lato;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 30.8px */
}

@media screen and (max-width: 1024px) {
  .btn-top {
    width: 60px;
    height: 60px;
  }
  .btn-top button {
    gap: 6px;
  }
  .btn-top button .btn-top__icon {
    width: 8.57px;
    height: 4.29px;
  }
  .btn-top button .btn-top__txt {
    font-family: Lato;
    font-size: 13px;
    font-weight: 400;
    line-height: 140%; /* 18.2px */
  }
}
/* #endregion btn-top */
/* #region font */
.font-tag {
  color: var(--Blue, #2f6ecb);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.36px;
}

.font-main {
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 62.4px */
  letter-spacing: -0.96px;
}

.font-main-des {
  color: var(--Line_Grey, #ddd);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}

.font-main2 {
  color: #111;
  font-family: Pretendard;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 72px */
  letter-spacing: -1.2px;
}

.font-main-des2 {
  color: var(--525252, #525252);
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
}

@media screen and (max-width: 1024px) {
  .font-tag {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .font-main {
    font-size: 28px;
    letter-spacing: -0.56px;
  }
  .font-main-des {
    font-size: 15px;
    letter-spacing: -0.3px;
  }
  .font-main2 {
    font-size: 36px;
    line-height: 130%; /* 46.8px */
    letter-spacing: -0.72px;
  }
  .font-main-des2 {
    font-size: 15px;
    letter-spacing: -0.3px;
  }
}
/* #endregion font */
/* #region recom */
.sec-recom {
  height: 515px;
}
.sec-recom > .inner {
  position: relative;
  background: center/cover url("/build/images/component/recom_bg.jpg") no-repeat;
}
@media screen and (max-width: 1024px) {
  .sec-recom {
    height: 300px;
  }
}
.sec-recom.sec-recom--interior > .inner {
  background: center/cover url("/build/images/component/recom_bg_interior.jpg") no-repeat;
}

.recom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .recom {
    white-space: nowrap;
  }
}

.recom__t {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recom__main {
  text-align: center;
}

.recom__des {
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .recom__des {
    margin-top: 10px;
  }
}

.recom__btn-area {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .recom__btn-area {
    margin-top: 30px;
  }
}

/* #endregion recom */
/* #region sub-visual */
.sub-visual {
  position: relative;
  height: 100vh;
}
.sub-visual > .inner {
  height: 100%;
}

.sub-visual__t {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
}

.sub-visual-t {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .sub-visual-t {
    gap: 5px;
  }
}

.sub-visual-t__inner {
  width: calc(100% - 40px);
  max-width: 1420px;
  margin: 0 auto;
}

.sub-visual-t__t {
  color: #fff;
  font-family: Pretendard;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 144px */
  letter-spacing: -2.4px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .sub-visual-t__t {
    font-size: 50px;
    letter-spacing: -1px;
  }
}

.sub-visual-t__p {
  color: #fff;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 30.8px */
  letter-spacing: -0.44px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .sub-visual-t__p {
    font-size: 16px;
    letter-spacing: -0.32px;
    margin-top: 5px;
  }
}

.sub-visual__img-wrap {
  width: 100%;
  height: 100%;
}
.sub-visual__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* #endregion sub-visual */
/* #region panigation */
.pagination-wrap {
  margin-top: 80px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.pagination .prev {
  display: flex;
}
.pagination .next {
  display: flex;
}
.pagination .pagination__num a {
  color: #aaa;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pagination .pagination__num a.active {
  color: #121619;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media screen and (max-width: 1024px) {
  .pagination-wrap {
    margin-top: 50px;
  }
  .pagination {
    gap: 30px;
  }
}
/* #endregion panigation */
/* #region toggle-button */
.btn-switch {
  display: flex;
  align-items: center;
  /* 스위치 ON 상태 */
}
.btn-switch .switch-wrapper {
  height: 30px;
}
.btn-switch .switch-input {
  display: none;
}
.btn-switch .switch-label {
  display: inline-block;
  width: 190px;
  height: 30px;
  border-radius: 32px;
  position: relative;
  cursor: pointer;
  transition: background 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.btn-switch .switch-label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 92px;
  height: 24px;
  background: var(--Blue, #2f6ecb);
  border-radius: 30px;
  transition: transform 0.3s;
}
.btn-switch .switch-text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.btn-switch .switch-text span {
  flex: 1;
  text-align: center;
  transition: color 0.3s;
  color: var(--FFFFFF, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
}
.btn-switch .switch-text .off {
  color: #fff;
}
.btn-switch .switch-text .on {
  color: #666;
}
.btn-switch .switch-input:checked + .switch-label::before {
  transform: translateX(92px);
}
.btn-switch .switch-input:checked + .switch-label .off {
  color: #666;
}
.btn-switch .switch-input:checked + .switch-label .on {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .btn-switch {
    /* 스위치 ON 상태 */
  }
  .btn-switch .switch-label {
    width: 137px;
  }
  .btn-switch .switch-label::before {
    width: 66.34px;
  }
  .btn-switch .switch-input:checked + .switch-label::before {
    transform: translateX(65px);
  }
}
/* #endregion toggle-button */
/* #region flow-tag */
.flow-tag {
  display: inline-flex;
  padding: 10px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: #e0eefd;
  color: var(--111111, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 1024px) {
  .flow-tag {
    padding: 5px 12px;
    gap: 4.605px;
    font-size: 15px;
    letter-spacing: -0.3px;
  }
}

/* #endregion flow-tag */
/* #region Accordion */
.accordion {
  border-top: 1px solid #3a3a3a;
}
.accordion.accordion--ty2 {
  border-top: 1px solid #ccc;
}

.accordion-item.accordion-item--active .accordion-icon {
  transform: rotate(180deg);
}
.accordion-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 6px;
  padding: 25px 35px 25px 0;
  border-bottom: 1px solid #ccc;
}
.accordion-num {
  color: var(--_GREEN, #074827);
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.4px;
}

.accordion-title {
  color: var(--111111, #111);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 30.8px */
  text-align: left;
  flex: 1;
}

.accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: center/contain url("/build/images/common/dropdown_arrow_2.svg") no-repeat;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.accordion-content {
  display: none;
  border-bottom: 1px solid #ccc;
}

.accordion-content-inner {
  padding: 25px 0 25px;
  color: var(--Text_02, #575757);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
}

@media screen and (max-width: 1024px) {
  .accordion-header {
    align-items: start;
    gap: 4px;
    padding: 24px 34px 24px 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .accordion-header {
    padding: 16px 24px 16px 0;
  }
}
@media screen and (max-width: 1024px) {
  .accordion-num {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  .accordion-title {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .accordion-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    width: 14px;
    height: 14px;
  }
  .accordion-content-inner {
    padding: 24px 0;
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .accordion-content-text {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
/* #endregion Accordion *//*# sourceMappingURL=component.css.map */