@charset "utf-8";

:root {
    --swiper-navigation-size: 19px
}

/* 풀페이지 */
.fp-watermark {display: none;}

/*헤더*/
header.hdScroll {background: transparent; box-shadow: none;}
header.hdScroll .hd-logo a {background-image: url("/img/logo_horiz_wt.png");}
header.hdScroll .gnb .depth1 > li > a {color: #fff;}

/*공통*/
article {overflow: hidden;}

.fp-overflow.fp-table {display: flex; justify-content: flex-end;}
.section .container {position: relative;}
.main-content > .wrap {position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 2rem; width: 100%; max-width: 1440px; height: calc(100% - var(--hd-height)); margin: 0 auto; padding: 5rem 0;}
.content-wrap {display: flex; justify-content: space-between; align-items: flex-end; gap: 5rem; width: 100%;}

.main-title {width: 100%; text-align: left; color: #fff; font-family: 'THICCCBOI'; font-size: 7.4rem; font-weight: 800;}
.main-txt {flex: 0 0 auto; position: relative; width: 32rem; padding-left: 4rem; color: #fff;}
.main-txt:before {content: ""; position: absolute; bottom: 7.5rem; left: 0; width: 1px; height: 25rem; background: #fff;}
.main-txt h3 {margin-bottom: 1.7rem; text-align: left; color: #fff; font-size: 5.4rem; font-weight: 700;}
.main-txt p {text-align: left; font-size: 1.5rem; line-height: 1.5;}
.main-txt p b {display: block; margin-bottom: 2rem; font-size: 2rem; font-weight: 700;}

@media (max-width: 1500px) {
    .main-content > .wrap {padding: 5rem 3.5rem;}
}
@media (max-width: 1350px) {
    .main-content > .wrap {gap: 5rem;}
    .main-txt {margin: 0 0 0 auto;}
    .main-txt:before {height: 10rem;}
}
@media (max-width: 992px) {
    .main-content {justify-content: center;}
    .main-content > .wrap {height: calc(100% - var(--hd-height-m));}
    .main-txt {position: relative; transform: none; bottom: auto; right: auto; display: inline-block;}
}
@media (max-width: 768px) {
    .main-content > .wrap {padding: 2rem; text-align: right;}
    .main-title {font-size: 4rem;}
    .main-txt {min-width: auto; padding-left: 2rem;}
    .main-txt:before {height: 7rem;}
    .main-txt h3 {font-size: 2.8rem;}
    .main-txt p b {margin-bottom: 0;}
}
@media (max-width: 576px) {
    .main-content > .wrap {gap: 2rem;}
}


/*============================================================*/
/* 섹션1 = 비주얼슬라이드 */
/*============================================================*/
.main-slide {position: relative; width: 100%; height: 100%;}
.main-slide::before {content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.35); z-index: 2;}

.main-slide .swiper-slide {background-position: center; background-size: cover; background-repeat: no-repeat;}
.main-slide .slide-txt {position: absolute; width: 100%; color: #fff; z-index: 2;}
.main-slide .slide-txt.center {top: 50%; left: 50%; transform: translate(-50%,-50%); text-align: center; font-size: 2.2rem; font-weight: 700;}
.main-slide .slide-txt.bottom {bottom: 5.3rem; left: 0; font-size: 2rem; font-weight: 600;}
.main-slide .slide-txt h2 {margin-bottom: 0; text-align: center;}
.main-slide .slide-txt p {margin-top: 2rem;}
.main-slide .button-wrap {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1;}
.main-slide .swiper-button-next, .main-slide .swiper-button-prev {color: #fff;}
.main-slide .swiper-pagination {width: calc(100% - 48px - 10px);}

.main-slide .controller {position: absolute; bottom: 5.3rem; right: 0; width: 260px; text-align: left;}
.main-slide .controller .swiper-pagination-bullet {position: relative; margin: 0 20px; background: #fff; opacity: 1;}
.main-slide .controller .swiper-pagination-bullet::before {content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 32px; height: 32px; border-radius: 50%;}
.main-slide .swiper-pagination-bullet-active::before {border: 1px solid #fff;}

.autoplay-progress {z-index: 10; position: absolute; top: -40px; right: 0; display: flex; justify-content: center; align-items: center; width: 48px; height: 48px; color: #fff;}
.autoplay-progress svg {--progress: 0; z-index: 10; position: absolute; top: 0px; left: 0; width: 100%; height: 100%; stroke-width: 2px; stroke: #fff; fill: none;stroke-dashoffset: calc(125.6px * (1 - var(--progress))); stroke-dasharray: 125.6; transform: rotate(-90deg);}
@media (max-width: 1300px) {
    .main-slide .slide-txt.bottom {left: 3rem;}
    .autoplay-progress {right: 3rem;}
}
@media (max-width: 992px) {
    .main-slide .slide-txt.bottom {bottom: 14rem; left: 0; padding: 0 2rem; text-align: center; line-height: 1.75;}
    .autoplay-progress {right: 2rem;}
}
@media (max-width: 768px) {
    .main-slide .slide-txt.bottom {font-size: 1.6rem; line-height: 1.5;}
    .main-slide .slide-txt p {margin-top: 0;}
    .main-slide .controller {bottom: 3rem; right: 2rem;}
}


/*================================================`============*/
/* 섹션2 = 도표 */
/*============================================================*/
.section2 {justify-content: flex-end; background: url("/img/main/main02.jpg") center/cover no-repeat;}
.section2 img {width: 100%; max-width: 800px; text-align: left;}
.section2 .img_m {display: none;}
@media (max-width: 1350px) {
    .section2 .content-wrap {flex-direction: column; align-items: flex-start; gap: 3rem;}
    .section2 img {display: inline-block; max-width: 80rem; margin: 0 auto;}
}
/*@media (min-height: 600px) {
    .section2 .content-wrap {flex-direction: row; align-items:flex-end;}
    .section2 img {max-width: 50rem; margin: 0;}
}*/
@media (max-width: 992px) {
    /*.section2 {justify-content: center;}*/
    .section2 img {position: static; transform: none; margin: 0 auto;}
}
@media (max-width: 768px) {
    .section2 img {/*top: 50%; left: 50%; transform: translate(-50%,-50%);*/ width: calc(100% - 4rem); max-width: 550px;}
    .section2 .img_pc {display: none;}
    .section2 .img_m {display: inline-block;}
}

/*============================================================*/
/* 섹션3 = 상품 슬라이드 */
/*============================================================*/
.section3 {justify-content: flex-end; background: url("/img/main/main03.jpg") center/cover no-repeat;}
.section3 .main-txt {left: 0; right: auto;}
.section3 .controller {position: relative; width: 130px; height: var(--swiper-navigation-size); margin-bottom: 3.3rem;}
.section3 .controller .swiper-button-next,
.section3 .controller .swiper-button-prev {top: 50%; transform: translateY(-50%); display: block; width: 30px; height: 30px; margin: 0; color: #fff; z-index: 11;}
.section3 .controller .swiper-button-prev {left: 0;}
.section3 .controller .swiper-button-next {right: 0;}
.swiper-button-next:after, .swiper-button-prev:after {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.section3 .controller .swiper-pagination-fraction {display: block; top: 50%; bottom: auto; transform: translateY(-50%);}
.section3 .controller .swiper-pagination-fraction .division {display: inline-block; width: 1px; height: 1.2rem; margin: 0 1rem; background: #fff;}

.item-slide-wrap {width: 70%; max-width: 874px; margin: 0 -6.5rem 0 auto;}
.item-slide .swiper-slide {position: relative; padding: .5rem; background: rgb(0,0,0,10%); border-radius: 30px; overflow: hidden;}
.item-slide .swiper-slide > a {position: relative; display: block; width: 100%; height: 100%; z-index: 1;}
.item-slide .swiper-slide .content {padding: 3.6rem 3rem; background: rgb(0,0,0,0.5); border-radius: 1.6em; color: #fff;}
.item-slide .swiper-slide::before {content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: url("/img/main/diagonal.png") center/cover no-repeat;}

.item-slide .swiper-slide .title {margin-bottom: 3.4rem; text-align: center; font-size: 2.6rem; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.item-slide .swiper-slide .img {width: 100%; aspect-ratio: 1; margin: 0 auto 5rem; background-position: center; background-size: cover; background-repeat: no-repeat; border: 1rem solid rgba(255,255,255,10%);}
.item-slide .swiper-slide dl {display: flex; justify-content: space-between; gap: 2rem; font-weight: 500;}
.item-slide .swiper-slide dl + dl {margin-top: 1.2rem;}
@media (max-width: 1350px) {
    .item-slide .swiper-slide dl + dl {margin-top: .5rem;}
}
@media (max-width: 992px) {
    .section3 .content-wrap {flex-direction: column; gap: 3rem;}
    .section3 .main-txt {order: 2;}
    .item-slide-wrap {width: 100%;}
    .item-slide .swiper-slide .img {max-width: 220px;}
}
@media (max-width: 576px) {
    /*.section3 {justify-content: center;}*/
    .section3 .controller {margin: 0 0 0 auto;}
    .item-slide-wrap {margin: 0 -2rem 0 auto;}
    .item-slide .swiper-slide .content {padding: 2rem;}
    .item-slide .swiper-slide .title {margin-bottom: 2rem; font-size: 2rem;}
    .item-slide .swiper-slide .img {width: 80%; margin: 0 auto 2rem;}
}