
#main .sec-1{
    background: url("../images/main/main-sec1-bg.jpg") top center / cover no-repeat;
    padding-top: 250px;
    padding-bottom: 200px;
    color: #fff;
}

#main .sec-1 .cBox-1{
    margin-bottom: 200px;
}

#main .sec-1 .top .tit p{
    font-size: 2rem;
}

#main .sec-1 .top .tit h1{
    font-size: 3rem;
}

#main .sec-1 .bottom{
    margin-top: 50px;
}

#main .sec-1 .bottom .list{
    gap: 20px;
}

#main .sec-1 .bottom .list .item{
    width: calc((100% - 60px) / 4);
    border-radius: 10px;
    background: rgba(0 0 0 / 80%);
    padding: 20px;
}

#main .sec-1 .bottom .list .item p{
    background: url("../images/main/main-sec1-tit.png") top left / auto no-repeat;
    padding-top: 20px;
    font-size: 1.1rem;
}

#main .sec-1 .bottom .list .item strong{
    display: block;
    font-size: 2.2rem;
    font-weight: 600;
    text-align: right;
}

#main .sec-1 .cBox-2{
    justify-content: space-between;
}


#main .sec-1 .cBox-2 .tit{
    flex: 1;
}

#main .sec-1 .cBox-2 .tit p{
    font-size: 1.2rem;
}

#main .sec-1 .cBox-2 .tit h1 {
    font-size: 4.5rem;
}

#main .sec-1 .cBox-2 .tit h1 > span{
    color: #8994e5;
}

#main .sec-1 .cBox-2  .check-sd{
    width: 500px;
    margin-left: auto;
    margin-right: 0;
    padding-bottom: 50px;
    text-align: right;
}

#main .sec-1 .cBox-2  .check-sd .badge{
    display: block;
    width: 92px;
    margin-left: auto;
    background-color: #fff;
    color: #3d41c2;
    font-weight: 600;
    border-radius: 50px;
    padding: 2px 10px;
}

#main .sec-1 .cBox-2  .check-sd h2{
    line-height: 1.4;
    font-size: 2.3rem;
    margin: 10px 0;

}

#main .sec-1 .cBox-2  .check-sd .swiper-pagination-fraction{
    display: flex;
    align-items: center;
    justify-content: left;
}

.banner_control .swiper-pagination-fraction .fraction_num{
    font-weight: 600;
}

.banner_control .swiper-pagination-fraction .fraction_num::before {content: "0"; display: inline-block;}
.banner_control .swiper-pagination-fraction .swiper-pagination-current {position: relative;}
.banner_control .swiper-pagination-fraction .swiper-pagination-total {color: #ccc;}
.banner_control .swiper-pagination-bullet {width: 10px; height: 10px; margin: 0 6px !important; opacity: 1 !important; background: #eee;}
.banner_control .swiper-pagination-bullet-active {background: #111;}
.banner_control .more_title_wrap {margin-bottom: 0;}
.banner_control .swiper-button-lock {display: flex !important;}

.center_line{
    width: 30px;
    height: 1px;
    background: rgba(255 255 255 / 50%);
    margin: 0 20px;
}

#main .sec-1 .cBox-2 .box {
    position: absolute;
    right: -20px;
    bottom: 20px;
    width: 89px;
}

#main .sec-1 .cBox-2 .box > div{
    width: 30px;
    height: 30px;
}

#main .sec-1 .cBox-2 .swiper-button-next,
#main .sec-1 .cBox-2 .swiper-button-prev{
    background-color: transparent;
    border: none;
}

#main .sec-1 .cBox-2 .swiper-button-prev:after {
    background: url(../images/common/pre-w.png) center / 10px no-repeat;
}

#main .sec-1 .cBox-2 .swiper-button-next::after{
    background: url(../images/common/arr-w.png) center / 10px no-repeat;
}


#main .sec-2{
    background: url("../images/main/main-sec2-bg.jpg") top center / cover no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
}

#main .sec-2 .tbox h1{
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 20px;
}

#main .sec-2 .tbox h1 > span{
    display: block;
    color: #4353cb;
}

#main .sec-2 .tbox p{
    margin-bottom: 20px;
}

#main .sec-2 .cBox{
    justify-content: space-between;
}

#main .sec-2 .cBox .img{
    width: 60%;
}

#main .sec-3{
    padding: 100px 0;
}

#main .sec-3 h1{
    font-size: 3.2rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 50px;
}

#main .sec-3 .arrBtn{
    margin: 50px auto 0 auto;
}

#main .sec-4{
    background: url("../images/main/main-sec4-bg.jpg") top center / cover no-repeat;
    padding: 100px 0;
}

#main .sec-4 .inner{
    justify-content: space-between;
    align-items: center;
}

#main .sec-4 .tbox {
    color: #fff;
}

#main .sec-4 .tbox h1{
    font-size: 3.2rem;
    line-height: 1.2;
    margin: 20px 0 40px 0;
}

#main .sec-4 .tbox .arrBtn{
    border: 1px solid #fff;
    background-color: transparent;
}

#main .sec-4 .ntc-list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    width: 600px;
}

#main .sec-4 .ntc-list::before{
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(255 255 255 / 20%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}


#main .sec-4 .ntc-list .item{
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}

#main .sec-4 .ntc-list .item b{
    font-weight: 600;
}


#main .sec-4 .ntc-list .item:hover{
    box-shadow: 1px 1px 30px rgba(0 0 0 / 50%);
    transition: 0.2s;
}

#main .sec-4 .ntc-list .item:hover h3{
    color: var(--main-color);
    transition: 0.2s;
}

#main .arrBtn{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: var(--main-color);
    width: 160px;
    border-radius: 50px;
    padding: 5px 20px;
}

#main .arrBtn span{
    color: #fff;
}

#main .arrBtn:hover img{
    animation-name: arrBtn-ani;
    animation-iteration-count : infinite; /*무한 반복 */
    animation-duration: 1s;
}

@keyframes arrBtn-ani {
    from {transform: translateX(0);}
    to {transform: translateX(-10px);}
}

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


}/*E:1440*/



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

    #main .sec-1 {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    #main .sec-1 .cBox-1 {
        margin-bottom: 50px;
    }

    #main .sec-1 .top .tit p {
        font-size: 1.5rem;
    }

    #main .sec-1 .top .tit h1 {
        font-size: 2.5rem;
    }

    #main .sec-1 .bottom .list .item p {
        font-size: 0.8rem;
    }

    #main .sec-1 .bottom .list .item strong {
        font-size: 1.8rem;
    }

    #main .sec-1 .cBox-2 .tit{
        flex: auto;
        width: 100%;
    }

    #main .sec-1 .cBox-2 .check-sd{
        width: 100%;
    }

    #main .sec-1 .cBox-2 .tit h1 {
        font-size: 2.5rem;
    }

    #main .sec-2{
        padding-top: 50px;
        padding-bottom: 0;
    }

    #main .sec-4 .ntc-list {
        width: 500px;
    }

    #main .sec-2 .cBox .img {
        width: 100%;
        margin-top: 50px;
    }

    #main .sec-3 {
        padding: 50px 0;
    }

    #main .sec-2 .tbox h1,
    #main .sec-3 h1,
    #main .sec-4 .tbox h1{
        font-size: 2.2rem;
    }

    #main .sec-4 .tbox h1 br{
        display: none;
    }

    #main .sec-4{
        padding: 50px 0;
    }


}/*E:1024*/

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

    #main .sec-1 {
        padding-bottom: 50px;
    }

    #main .sec-1 .bottom .list {
        gap: 10px;
    }

    #main .sec-1 .bottom .list .item {
        width: calc((100% - 10px) / 2);
    }

    #main .sec-1 .cBox-2 .tit{
        margin-bottom: 20px;
    }

    #main .sec-1 .cBox-2 .check-sd h2 {
        font-size: 1.5rem;
    }

    #main .sec-1 .cBox-2 .check-sd{
        padding-bottom: 100px;
    }

    #main .sec-4 .ntc-list{
        width: 100%;
        margin-top: 20px;
    }

    #main .sec-4 .tbox h1 {
        margin: 20px 0;
    }

}/*E:768*/

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


}/*E:640*/
@media screen and (max-width: 480px){


}/*E:480*/