.onClick{
    background: #3617CE;
    color: #fff;
}

.m_show {
    display: none !important;
}

.header .gnb nav ul li.sk:hover{
    background: #3617CE;
}
.header .gnb nav ul li.kt:hover{
    background: #4CC5BD;
}
.header .gnb nav ul li.lg:hover{
    background: #EB018B;
}
.header .gnb nav ul li.sky:hover{
    background: #F9394E;
}
.header .gnb nav ul li.hello:hover{
    background: #FF68C8;
}

section{
    font-family: 'pretendard';
}

.sub_sec1{
    background: #F5F5F5;
    padding-bottom: 8%;
}
.sub_sec1 h2{
    padding: 30px 0;
    font-size: 3rem;
    text-align: center;
}
.sub_sec1 .cont{
    margin-bottom: 4%;
}
.sub_sec1 .cont .choice{
    justify-content: center;
    gap: 25px;
    font-size: 2rem;
    margin-bottom: 2%;
}
.sub_sec1 .cont .choice li{
    background: #fff;
    width: auto;
    flex: 1 1 auto;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    justify-content: center;
}
.sub_sec1 .cont .choice .select-box > span{
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
    position: relative;
    width: 100%;
    text-align: center;
}
.sub_sec1 .cont .choice li > span::after{
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    right: 0;
    background: #ccc;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.sub_sec1 .cont .choice li > span i{
    width: 40px;
    font-size: 25px;
    display: block;
}
.sub_sec1 .cont .choice li .list_test{
    width: 100%;
    text-align: center;
    height: 50px;
    padding:0 40px 0 5px;
    font-size: 16px;
    /* padding-right: 30px; */
    text-overflow: ellipsis;
    /* -webkit-appearance: auto; */
}

.sub_sec1 .cont .exp{
    color: #3617CE;
    font-size: 2.5rem;
    display: grid;
    grid-template-columns: 1fr 35px 1fr 35px 1fr;
    text-align: center;
}
.sub_sec1 .cont .exp li{
}
.sub_sec1 .cont .exp li.circle{
    color: #7E797C;
    font-size: 4rem;
}
.sub_sec1 .cont .exp li:first-child{
}
.sub_sec1 .cont .exp .plus{
    width: 40px;
    height: 40px;
    background: #7E797C;
    border-radius: 50px;
    position: relative;
}
.sub_sec1 .cont .exp .plus::after{
    content: '';
    display: block;
    width: 18px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 9px);
    transform: rotate(90deg);
}
.sub_sec1 .cont .exp .plus::before{
    content: '';
    display: block;
    width: 18px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 9px);
}
.sub_sec1 .result{
    background: #EEECF7;
    text-align: center;
    font-size: 2rem;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
}
.sub_sec1 .result .price{
    font-weight: bold;
    font-size: 3.5rem;
    color: #3617CE;
}
.sub_sec1 .result button{
    width: 150px;
    height: 60px;
    text-align: center;
    background: #3617CE;
    border-radius: 30px;
    color: #fff;
}
.sub_sec1 .result button a{
    display: block;
}



.sub_sec2{
    padding-top: 130px;
}
.sub_sec2 h2{
    font-size: 4.5rem;
    font-family: 'surround';
    text-align: center;
}
.sub_sec2 h2 span.bold{
    font-size: 5rem;
}
.sub_sec2 h2 span.mc{
    color: #3617CE;
}
.sub_sec2 > button{
    color: #fff;
    background: #000;
    font-size: 2rem;
    width: 260px;
    height: 60px;
    display: block;
    margin: 20px auto 90px;
    border-radius: 30px;
}
.sub_sec2 > button a{
    display: block;
}
.sub_sec2 .signature ul{
    font-size: 2rem;
}
.sub_sec2 .signature > .represent li.slick-slide{
    height: 460px;
    border: 1px solid #eee;
    padding: 30px 30px;
    border-radius: 30px;
    text-align: center;
    margin: 0 10px;
}
.sub_sec2 .signature > .represent li.slick-slide .icon-wrap ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 30px 0 10px;
}
.sub_sec2 .signature > .represent li.slick-slide .icon-wrap ul li{
}
.sub_sec2 .signature > .represent li.slick-slide .icon-wrap ul li svg{
    text-align: center;
}
.sub_sec2 .signature > .represent li.slick-slide .icon-wrap{}
.sub_sec2 .signature > .represent .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.sub_sec2 .signature > .represent .slick-dots li{
    opacity: 1;
    background: #fff;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 90px;
    text-indent: -999999px;

}
.sub_sec2 .signature > .represent .slick-dots li.slick-active{
    background: #3617CE;
}
.sub_sec2 .signature > .represent .slick-dots button{
    background: none;
}
.sub_sec2 .signature ul li h3{
    font-weight: bold;
    font-size: 2.5rem;
}
.sub_sec2 .signature ul li p{
    height: 60px;
}
.sub_sec2 .signature ul li > .icon-wrap .ment-box{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #3617CE;
}
.sub_sec2 .signature ul li > .icon-wrap .ment-box p{
    height: 30px;
}

.sub_sec2 .signature ul li .sale_price span:first-child{
    text-decoration: line-through;
    color: #ccc;
    margin-right: 6%;
}
.sub_sec2 .signature ul li .sale_price span:last-child{
    color: #999;
}
.sub_sec2 .signature ul li .sale_price span:last-child strong{
    font-size: 3.5rem;
    color: #fd6a86;
}

.sub_sec2 .signature ul li > .btns-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.sub_sec2 .signature ul li > .btns-wrap button{
    color: #fff;
    background: #3617CE;
    border-radius: 10px;
    display: block;
    width: 100%;
}
.sub_sec2 .signature ul li > div button a{
    line-height: 3;
    display: block;
}


.sub_sec2 .signature > P{
    margin-top: 10px;
    font-size: 1.4rem;
}
.sub_sec2 .event_bnr{
    
    margin-top: 130px;
}
.sub_sec2 .event_bnr .slick-list{
    border-radius: 15px;
    overflow: hidden;
    /* max-height: 300px; */
}
.sub_sec2 .event_bnr li{
    background: #D9ECFF;
    position: relative;
    border-radius: 20px;
}

.sub_sec2 .event_bnr li a{
    display: block;
}
.sub_sec2 .event_bnr p{
    position: absolute;
    left: 100px;
    top: calc(50% - 56px);
    font-weight: bold;
    font-size: 3.5rem;
}


.sub_sec2 table{
    margin-top: 10px;
    font-size: 1.6rem;
    border-collapse: collapse;
    border-top: 2px solid #000;
    box-sizing: border-box;
}
.sub_sec2 table.ta-1{
    margin-top: 80px;
}
.sub_sec2 table caption{
    font-size: 3rem;
    font-weight: 900;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 10px;
}
.sub_sec2 table caption p{
    font-size: 1.4rem;
    color: #ccc;
    font-weight: 600;
}

thead tr{
    height: 60px;
}

table td{
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    line-height: 2.4;
}
table .title{
    background: #eee;
    border-collapse: collapse;
    border-top: 2px solid #000;
    box-sizing: border-box;
    font-weight: bold;
}
.tfoot{
    margin-top: 30px;
    background: #e5e5e5e5;
    position: relative;
    border-radius: 10px;
    font-size: 1.4rem;
    padding: 30px;
}

.ta-3 tr{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 2fr;
}
.ta-3 .title{
    border: none;
}
.ta-4 .title.none{
    border-top: none;
}

.sub_sec2 table.ta-3, 
.sub_sec2 table.ta-4, 
.sub_sec2 table.ta-5{
    margin-top: 50px;
}

.small{
    font-size: 1.4rem;
    color: #777;
}

.sub_sec3 div.guide{
    margin-top: 130px;
    font-family: 'pretendard';
}
.sub_sec3 .guide h2{
    font-weight: 900;
    font-size: 4rem;
    line-height: 2;
}
.sub_sec3 .guide ul{
    margin-bottom: 80px;
}
.sub_sec3 .guide ul li{}
.sub_sec3 .guide ul li > p{
    font-weight: 700;
    font-size: 2.4rem;
    border-bottom: 2px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}
.sub_sec3 .guide ul li > p strong{}
.sub_sec3 .guide ul li > p i{
}
.sub_sec3 .guide ul li > div{
    padding: 20px 0;
    display: none;
    margin-bottom: 10px;
}
.sub_sec3 .guide ul li div > p{
    font-size: 1.8rem;
}


.slick-slide {
    height: unset !important;
}

@media (max-width:1080px) { /* 모바일용 */

    .sub_sec1 .cont .choice{
        gap: 10px;
        font-size: 2rem;
        flex-direction: column;
        align-items: normal;
    }
    .sub_sec1 .cont .choice li{
        flex-direction: column;
    }

    .sub_sec1 .cont .choice .select-box > span{
        gap: 5px;
        height: 30px;
        margin-bottom: 20px;
        font-size: 2.5rem;
    }
    .sub_sec1 .cont .choice li > span::after{
        width: 100%;
        height: 1px;
        top: unset;
        bottom: -10px;
    }
    .sub_sec1 .cont .choice li > span i{
        width: auto;
        font-size: 25px;
        display: block;
    }
    /* .sub_sec1 .cont .choice li .list_test{
        padding: 5px;
    } */
    
    .sub_sec1 .cont .exp{
        font-size: 2.35rem;
    }

    .sub_sec1 .result{
        font-size: 2.2rem;
        gap: 10px;
    }
    .sub_sec1 .result .price{
        font-size: 5rem;
    }
    .sub_sec1 .result button{
        height: 50px;
    }


    .sub_sec2{
        padding-top: 50px;
    }
    .sub_sec2 h2{
        font-size: 3.5rem;
        font-family: 'surround';
        text-align: center;
    }
    .sub_sec2 > button{
        font-size: 3rem;
        margin: 20px auto 40px;
    }
    .sub_sec2 .signature ul{
        font-size: 2.35rem;
    }
    .sub_sec2 .signature > .represent li.slick-slide .icon-wrap ul{
        gap: 10px;
        margin: 5px 0 5px;
    }
    .sub_sec2 .signature > .represent .slick-dots{
        gap: 10px;
    }
    .sub_sec2 .signature > .represent .slick-dots li{
        width: 10px;
        height: 10px;
    }
    .sub_sec2 .signature ul li h3{
        font-size: 3rem;
    }
    .sub_sec2 .signature ul li p{
        height: 80px;
    }
    .sub_sec2 .signature ul li > .icon-wrap .ment-box{
        gap: 70px;
    }
    .sub_sec2 .signature ul li > .icon-wrap .ment-box p{
        height: 30px;
    }
    .sub_sec2 .signature ul li .sale_price span:first-child{
        margin-right: 10px;
    }

    .sub_sec2 .signature ul li .sale_price span:last-child strong{
        font-size: 2.5rem;
    }

    .sub_sec2 .signature > P{
        margin-top: 10px;
        font-size: 1.4rem;
    }
    .sub_sec2 .event_bnr{
        margin-top: 50px;
    }
    .sub_sec2 .event_bnr li{
        /* height: 200px; */
    }
    

}


@media screen and (max-width: 960px) {

    .slick-slide .m_show {
        display: block !important;
        visibility: visible;
    }

    .slick-slide .web_show {
        display: none !important;
    }
}



@media screen and (max-width: 500px) {
    .sub_sec1 .cont .choice li .list_test {
        padding: 0 25px 0 5px;
    }
}

@media screen and (max-width: 463px) {
    .sub_sec1 .cont .choice li .list_test {
        font-size: 12px;
    }
}

@media (max-width: 375px) {
    .sub_sec1 .cont .choice li .list_test {
        padding: 0 15px 0 5px;
        font-size: 10px;
    }

}

@media (max-width: 350px) {
    .sub_sec1 .result button {
        width: 125px;
    }
}
