/* 공통 */
.mt20 {
    margin-top: 20px;
}
section {
    position: relative;
}
.orange{
    color: #e86851;
}
.sec_title{
    font-size: 3.438rem;
    font-weight: 500;
    letter-spacing: -2.2px;
    color: #151515;
    line-height: 1.1;
}
.sec_desc{
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4;
    color: rgba(51, 51, 51, 0.8);
    margin-top: 30px;
}
/* 공통 */

/* #section01 */
#section01 {
    position: relative;
}
#section01 .swiper-slide{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 941px;
}
#section01 .swiper-slide.slide01{
    background-image: url(../images/slide01_bg.jpg);
}
#section01 .swiper-slide.slide02{
    background-image: url(../images/slide02_bg.jpg);
}
#section01 .swiper-slide .txt_box{
    margin-top: 315px;
}
#section01 .swiper-slide .txt_box img{
    margin-left: 50px;
    transition: 1s ease-in-out;
}
#section01 .swiper-slide.swiper-slide-active .txt_box img{
    margin-left: 0;
}
#section01 .swiper-slide .txt_box h2{
    font-size: 4.375rem;
    font-weight: bold;
    line-height: 0.99;
    letter-spacing: -1.4px;
    color: #fff;
}
#section01 .swiper-slide .desc{
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 2.5;
    color: #fff;
    margin-top: 30px;
}
#section01 .swiper-button-next,#section01 .swiper-button-prev{
    position: absolute;
    margin-top: 0;
    width: 25px;
    height: 44px;
    background-size: cover;
}
#section01 .swiper-button-next:after,#section01 .swiper-button-prev:after{
    display: none;
}
#section01 .swiper-button-next{
    background-image: url(../images/sec01_next_icon.png);
    right: 90px;
}
#section01 .swiper-button-prev{
    background-image: url(../images/sec01_prev_icon.png);
    left: 90px;
}
#section01 .pro_wrap .inner{
    position: relative;
    bottom: 330px;
    left: 165px;
}
#section01 .swiper-pagination {
    display: flex;
    align-items: center;
    bottom: 0; 
    z-index: 999;  
}
#section01 .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0 10px;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    opacity: 1;
}
#section01 .swiper-pagination .swiper-pagination-bullet span {
    background: rgba(232,104,81,.3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
#section01 .swiper-pagination .progress {
    transform: rotate(-90deg);
    width: 34px;
    height: 34px;
}
#section01 .swiper-pagination .circle-origin {
    fill: transparent;
    stroke: #e86851;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-dasharray: 110px;
    stroke-dashoffset: 110px;
    z-index: 99;
}
#section01 .swiper-pagination .swiper-pagination-bullet-active {
    border: 1px solid rgba(232,104,81,.3);  
}
#section01 .swiper-pagination .swiper-pagination-bullet-active span{
    background: #e86851;
}
#section01 .swiper-pagination .swiper-pagination-bullet-active .circle-origin {
    animation: progress 5s;
}
@keyframes progress {
    0% {
        stroke-dashoffset: 110px;
    }
    
    100% {
        stroke-dashoffset: 0;
    }
}
#section01 .noti_box{
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
    /*background: rgba(255,255,255,.3);*/
    padding: 30px 0;
    z-index: 1;
}
#section01 .noti_box p{
    font-size: 0.938rem;
    font-weight: 300;
    line-height: 1.53;
    color: rgba(51, 51, 51, 0.53);
}
/* #section01 */

/* #section02 */
#section02{
    background: url(../images/section02_bg.jpg) no-repeat center/cover;
    padding: 135px 0;
}
#section02 .cont{
    margin-top: 60px;
    box-shadow: 9.4px 10.4px 43px 0 rgba(0, 0, 0, 0.03);
    background: rgba(255,255,255,.5);
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 65px 0;
    text-align: center;
}
#section02 .cont p{
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.28;
    color: rgba(51, 51, 51, 0.8);
}
#section02 .cont .step_box{
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#section02 .cont .step_box .arrow_o{
    margin: 0 30px;
}
#section02 .cont .step_box img{
    margin-bottom: 15px;
}
#section02 .cont .pink_box{
    background: rgba(232,104,81,.04);
    padding: 25px 0;
    min-width: 670px;
    display: inline-block;
    border-radius: 20px;
}
#section02 .cont .pink_box span{
    width: 6px;
    height: 6px;
    opacity: 0.2;
    background-color: #e86851;
    border-radius: 50%;
    display: inline-block;
    margin-right: 13px;
}
/* #section02 */

/* #section03 */
#section03{
    background: url(../images/section03_bg.jpg) no-repeat center/cover;
    padding: 150px 0;
}
#section03 .product_list_box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 115px;
    margin-top: 60px;
}
#section03 .product_list_box .img_box{
    box-shadow: 9.4px 10.4px 43px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 10px;
    text-align: center;
    width: 100%;
    height: auto;
    aspect-ratio: 389/435;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
#section03 .product_list_box .img_box img{
    max-width: 80%;
}
#section03 .product_list_box .img_box .on_box{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: url(../images/on_bg.jpg) no-repeat center/cover;
    padding: 40px;
    overflow-y: auto;
    text-align: left;
    transition: 0.4s ease-out;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
#section03 .product_list_box .img_box .on_box::-webkit-scrollbar {
    width: 3px;
    padding-top: 30px;
}
#section03 .product_list_box .img_box .on_box::-webkit-scrollbar-thumb {
    background-color: #e86851;
    border-radius: 2px;
}
#section03 .product_list_box .img_box .on_box::-webkit-scrollbar-track {
    background-color:rgba(232,104,81,.1);
    border-radius: 2px;
}
#section03 .product_list_box .img_box.on .on_box{
    top: 0;
}
#section03 .product_list_box .img_box .on_box li:not(:last-child){
    margin-bottom: 20px;
}
#section03 .product_list_box .img_box .on_box li h6{
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
}
#section03 .product_list_box .img_box .on_box li p{
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 6px;
}
#section03 .product_list_box .name_box{
    margin: 20px 0 30px;
    box-shadow: 9.4px 10.4px 43px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding: 13px 0;
    text-align: center;
    border-radius: 35px;
}
#section03 .product_list_box .txt_box p{
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.05;
    text-align: center;
    color: rgba(51, 51, 51, 0.8);
}
/* #section03 */

/* #section04 */
#section04{
    background: url(../images/section04_bg.jpg) no-repeat top/cover;
    padding: 165px 0;
}
#section04 .inner{
    display: flex;
    justify-content: flex-end;
}
#section04 .faq_box{
    min-width: 710px;
    text-align: right;
}
#section04 .faq_box .cont{    
    max-height: 830px;
    overflow-y: auto;
    margin-top: 30px;
    padding: 10px 20px;
}
#section04 .faq_box .cont::-webkit-scrollbar {
    width: 3px;
    padding-top: 30px;
}
#section04 .faq_box .cont::-webkit-scrollbar-thumb {
    background-color: #e86851;
    border-radius: 2px;
}
#section04 .faq_box .cont::-webkit-scrollbar-track {
    background-color:rgba(232,104,81,.1);
    border-radius: 2px;
}
#section04 .faq_box .faq_list{
    border-radius: 50.5px;
    box-shadow: 0px 3px 38px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff;
    padding: 25px 40px;
    cursor: pointer;
} 
#section04 .faq_box .faq_list:first-child{
    box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.09);
}
#section04 .faq_box .faq_list:last-child{
    box-shadow: 0px -10px 30px 0 rgba(0, 0, 0, 0.09);
}
#section04 .faq_box .faq_list:not(:last-child){
    margin-bottom: 20px;
}
#section04 .faq_box .faq_list .q_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#section04 .faq_box .faq_list .q_box .tit_q{
    display: flex;
    align-items: center;
}
#section04 .faq_box .faq_list .q_box h6{
    font-size: 1.375rem;
    line-height: 1.2;
    text-align: left;
    font-weight: bold;
    letter-spacing: -0.88px;
    color: #151515;
    width: calc(100% - 50px);
}
#section04 .faq_box .faq_list .q_box .cir_q{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e86851;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.875rem;
    font-weight: 500;
    letter-spacing: -1.2px;
    text-align: center;
    color: #fff;
    margin-right: 15px;
}
#section04 .faq_box .faq_list .q_box .down_icon{
    transition: 0.3s;
}
#section04 .faq_box .faq_list .q_box .down_icon.on{
    transform: rotate(180deg);
}
#section04 .faq_box .faq_list .a_box{
    margin: 8px 0 0 65px;
    display: none;
}
#section04 .faq_box .faq_list .a_box .desc{
    text-align: left;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: -0.72px;
    color: rgba(21, 21, 21, 0.8);
}
/* #section04 */

/* #section05 */
#section05{
    background: url(../images/section05_bg.jpg) no-repeat top/cover;
    height: 100vh;
}
#section05 .inner{
    display: flex;
    justify-content: flex-end;
    align-items: end;
    height: 100%;
}
#section05 .item_box{
    min-width: 710px;
}
#section05 .item_box .item_img{
    margin-top: 143px;
}
/* #section05 */

@media (min-width: 1024px) {
    #section03 .product_list_box .img_box:hover .on_box{
        top: 0;
    }
}

/* main layer popup */
.main_layer_pop_box {
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    display: none; 
}
    
.main_layer_pop_box .main_layer_pop_box__body {
    height: auto !important;
    font-size: 0;
    border: 1px solid #000; 
}

.main_layer_pop_box .main_layer_pop_box__body img {
    height: auto !important; 
}
    
.main_layer_pop_box .main_layer_pop_box__foot {
    height: auto;
    padding: 0 0 0 0.625rem;
    text-align: right;
    background-color: #000;
    color: #fff;
    font-weight: bold; 
}
    
@media (max-width: 767px) {
    .main_layer_pop_box {
        right: 20px !important;
        left: 20px !important; 
    }
    
    .main_layer_pop_box .main_layer_pop_box__body {
        width: 100% !important; 
    }

    .main_layer_pop_box .main_layer_pop_box__body img {
        width: 100% !important; 
    } 
}