.main-vs{
    position: relative;
    width: 100%;
    height: 1080px;
}
@keyframes bing {
    0%{
        transform: rotate(0) ;
    }
    50%{
        transform: rotate(1440deg);
    }
    100%{
        transform: rotate(0) ;
    }
}
.main-vs::after{
    position: absolute;
    content: "";
    width: 590px;
    height: 590px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/main/txt-deco-01.png);
    right: -100px;
    bottom: -240px;
    animation: bing 360s infinite;
}
.main-vs-list{
    height: 1080px;
}
.main-vs-list .slick-list,
.main-vs-list .slick-track{
    height: 1080px;
}
.main-vs-list .slick-list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-vs-list .slick-prev,
.main-vs-list .slick-next{
    transform: unset;
    top: 700px;
    width: 20px;
    height: 20px;
    z-index: 2;
}
.main-vs-list .slick-prev{
    left: calc((100% - 1400px) / 2);
}
.main-vs-list .slick-next{
    left: calc(((100% - 1400px) / 2) + 100px);
}
.main-vs-list .slick-prev::before{
    background-image: url(../images/main/arr-prev.png);
}
.main-vs-list .slick-next::before{
    background-image: url(../images/main/arr-nxt.png);
}
.main-vs-list .slick-prev::before,
.main-vs-list .slick-next::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 14px;
}
.main-vs-list .slick-dots{
    bottom: unset;
    top: 700px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    left: calc(((100% - 1400px) / 2) + 20px);
    width: 80px;
}
.main-vs-list .slick-dots li{
    width: 10px;
    height: 10px;
    margin: 0;
}
.main-vs-list .slick-dots li button:before{
    display: none;
}
.main-vs-list .slick-dots li button{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;
}
.main-vs-list .slick-dots li.slick-active button{
    background-color: #009a8c;
}
.mainTbox{
    width: 100%;
    position: absolute;
    top: 300px;
    left: 0;
    color: #fff;
}
.mainTbox h3{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}
.mainTbox h2{
    font-size: 60px;
    line-height: 1.4;
}
.mainTbox h2 span{
    color: #009a8c;
    display: block;
}
.mainTbox p{
    font-size: 20px;
    margin-top: 40px;
}
.scrBox{
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
}
.scrBox img{
    height: 35px;
    margin: 0 auto 10px;
    animation: scr 2s infinite;
}


@keyframes scr {
    0%{
        transform: unset;
        opacity: 1;
    }
    50%{
        transform: translateY(-8px);
        opacity: 0.1;
    }
    100%{
        transform: unset;
        opacity: 1;
    }
}

.main-01{
    position: relative;
    padding: 110px 0 120px;
}
.main-01 .inner{
    display: flex;
    justify-content: space-between;
}
.main-01 .tbox span{
    font-size: 20px;
    color: #ff9000;
}
.main-01 .tbox h2{
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 80px;
}
.main-01 .tbox p{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}
.main-01 .tbox p b{
    display: inline-block;
}
.main-01 .tbox button{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/main/btn-bg.png);
    width: 250px;
    height: 60px;
    color: #fff;
    border-radius: 10px 10px 10px 0;
    font-size: 20px;
    text-align: left;
    padding: 0 40px;
}
.main-01 .tbox button::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px;
    background-image: url(../images/main/arr-nxt.png);
}
.main-01 .list{
    width: 920px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-left: auto;
}
.main-01 .list .item{
    width: calc((100% - 30px) / 2);
}
.main-01 .list .item:nth-child(odd){
    margin-top: -50px;
}
.main-01 .list .item h3{
    margin-bottom: 15px;
    font-weight: 500;
}
.main-01 .list .item h3 span{
    font-weight: 900;
    color: #009a8c;
    margin-right: 10px;
}
.main-01 .list .item .img{
    width: 100%;
    height: 250px;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
}
.main-01 .list .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-02{
    position: relative;
    padding: 120px 0 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/main/main-2-bg.png);
}

.main-02::after{
    position: absolute;
    content: "";
    width: 580px;
    height: 580px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/main/txt-deco-02.png);
    left: -180px;
    bottom: -80px;
    animation: bing 360s infinite;
    z-index: 0;
}
.main-02 .tbox span{
    font-size: 20px;
    color: #ff9000;
    text-align: center;
    display: block;
}
.main-02 .tbox h2{
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    color: #fff;
}
.main-02 .tbox p{
    font-size: 30px;
    text-align: center;
    color: #fff;
}
.main-02 .process{
    position: relative;
    z-index: 1;
    display: flex;
    margin-top: 60px;
    gap: 65px;
}
.main-02 .process .item{
    position: relative;
    width: calc((100% - 195px) / 4);
    height: calc((1400px - 195px) / 4);
    background-color: #fff;
    border: 1px solid #009a8c;
    border-radius: 300px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.main-02 .process .item:not(:first-child)::before{
    position: absolute;
    content: "";
    width: 65px;
    height: 3px;
    background-color: #009a8c;
    top: 50%;
    transform: translateY(-50%);
    left: -65px;
}
.main-02 .process .item>*{
    width: 100%;
    text-align: center;
}
.main-02 .process .item span{
    font-size: 30px;
    color: #009a8c;
    font-weight: 900;
}
.main-02 .process .item h3{
    font-size: 30px;
}
.main-02 .process .item p{
    font-size: 18px;
    margin-top: 30px;
}

.main-03{
    padding: 110px 0 120px;
}
.main-03 .inner{
    display: flex;
    justify-content: space-between;
}
.main-03 .tbox span{
    font-size: 20px;
    color: #ff9000;
}
.main-03 .tbox h2{
    font-size: 40px;
    font-weight: 900;
}
.main-03 .tbox p{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}
.main-03 .tbox p b{
    display: inline-block;
}
.main-03 .tbox button{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/main/btn-bg.png);
    width: 250px;
    height: 60px;
    color: #fff;
    border-radius: 10px 10px 10px 0;
    font-size: 20px;
    text-align: left;
    padding: 0 40px;
}
.main-03 .tbox button::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px;
    background-image: url(../images/main/arr-nxt.png);
}
.main-03 .review{
    margin-left: auto;
    width: 920px;
}
.main-03 .review .item{
    width: calc((100% - 25px) / 2);
    background-color: #f6f6f6;
    padding: 25px;
    border-radius: 30px 30px 30px 0;
    margin-right: 25px;
}
.main-03 .review .item .img{
    width: 100%;
    height: 250px;
    border-radius: 30px;
}
.main-03 .review .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-03 .review .item h3{
    font-size: 30px;
    margin-top: 20px;
}
.main-03 .review .item p{
    margin-top: 20px;
    font-size: 18px;
    height: 86.4px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main-03 .review .item .star{
    margin-top: 45px;
    display: flex;
    gap: 5px;
}
.main-03 .review .item .star img{
    width: 25px;
}

.main-03 .review .slick-slide{
    opacity: 0.5;
}
.main-03 .review .slick-current{
    opacity: 1;
}
.main-03 .review .slick-prev,
.main-03 .review .slick-next{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.main-03 .review .slick-prev{
    left: -20px;
}
.main-03 .review .slick-next{
    right: 0px;
}
.main-03 .review .slick-prev::before,
.main-03 .review .slick-next::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px;
    left: 0;
    top: 0;
}
.main-03 .review .slick-prev::before{
    background-image: url(../images/main/arr-prev-b.png);
}
.main-03 .review .slick-next::before{
    background-image: url(../images/main/arr-nxt-b.png);    
}


.main-04{
    background-color: #f6f6f6;
    padding: 90px 0 110px;
}

.main-04 .tbox span{
    font-size: 20px;
    color: #ff9000;
    text-align: center;
    display: block;
}
.main-04 .tbox h2{
    text-align: center;
    font-size: 40px;
    font-weight: 900;
}
.main-04 .tbox p{
    font-size: 30px;
    text-align: center;
}
.main-04 .notice{
    display: flex;
    gap: 25px;
    margin-top: 50px;
}
.main-04 .notice .box{
    display: flex;
    gap: 25px;
    width: calc((((100% - 75px) / 4) * 3) + 50px);
}
.main-04 .notice .box .item{
    width: calc((100% - 50px) / 3);
    padding: 30px 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 20px 20px 20px 0;
}
.main-04 .notice .box .item span{
    background-color: #231f20;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 200;
    padding: 6px 20px;
    display: inline-block;
    margin-bottom: 15px;
}
.main-04 .notice .box .item h3{
    font-size: 24px;
    line-height: 1.4;
    height: 67.2px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main-04 .notice .box .item p{
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 55px;
    height: 58px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main-04 .notice .box .item b{
    font-weight: 100;
    color: #c3c3c3;
    font-size: 20px;
}
.main-04 .notice .link{
    width: calc((100% - 75px) / 4);
}
.main-04 .notice .link a{
    display: block;
    width: 100%;
    height: calc((100% - 25px) / 2);
    border-radius: 20px;
    padding: 30px;
    color: #fff;
}
.main-04 .notice .link a span{
    font-size: 18px;
}
.main-04 .notice .link a p{
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
}
.main-04 .notice .link .newslink{
    background-color: #009a8c;
}
.main-04 .notice .link .qnalink{
    margin-top: 25px;
    background-color: #6ebf01;
}
@media (max-width: 1440px){
}
/*e:1440*/
@media (max-width: 1140px){
}
/*e:1140*/
@media (max-width: 1024px){
    .main-vs::after{
        width: 500px;
        height: 500px;
        animation-duration: 500s;
    }
    .main-01 .inner{
        flex-wrap: wrap;
        gap: 100px;
    }
    .main-01 .tbox{
        position: relative;
        width: 100%;
    }
    .main-01 .tbox p{
        margin-bottom: 0;
    }
    .main-01 .tbox button{
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .main-01 .list{
        width: 100%;
    }
    .main-02::after{
        width: 500px;
        height: 500px;
        animation-duration: 500s;
    }
    .main-02 .process .item h3{
        font-size: 24px;
    }
    .main-02 .process{
        gap: 25px;
    }
    .main-02 .process .item{
        width: calc((100% - 75px) / 4);
        height: calc((100vw - 115px) / 4);
    }
    .main-02 .process .item:not(:first-child)::before{
        width: 25px;
        left: -25px;
    }
    .main-02 .process .item p{
        font-size: 16px;
        margin-top: 20px;
    }
    .main-03 .inner{
        flex-wrap: wrap;
        gap: 50px;
    }
    .main-03 .tbox{
        position: relative;
        width: 100%;
    }
    .main-03 .tbox p{
        margin-bottom: 0;
    }
    .main-03 .tbox button{
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .main-03 .review{
        width: 100%;
    }
    .main-04 .notice .link a{
        padding: 20px;
    }
    .main-04 .notice .link a p{
        font-size: 18px;
    }
    .main-04 .notice .box .item p{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    
}
/*e:1024*/
@media (max-width: 768px){
    .main-vs{
        height: 550px;
    }
    .main-vs-list{
        height: 550px;
    }
    .main-vs-list .slick-list, .main-vs-list .slick-track{
        height: 550px;
    }
    .mainTbox{
        top: 200px;
    }
    .main-vs::after{
        display: none;
    }
    .scrBox{
        display: none;
    }
    .mainTbox h3{
        font-size: 16px;
    }
    .mainTbox h2{
        font-size: 24px;
    }
    .mainTbox h2 span{
        font-size: 36px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    }
    .mainTbox p{
        font-size: 14px;
    }
    .main-vs-list .slick-prev, .main-vs-list .slick-next{
        top: unset;
        bottom: 60px;
    }
    .main-vs-list .slick-prev{
        left: 35%;
    }
    .main-vs-list .slick-next{
        left: unset;
        right: 35%;
    }
    .main-vs-list .slick-dots{
        top: unset;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
    }
    .main-01{
        padding: 60px 0;
    }
    .main-01 .inner{
        gap: 60px;
        
    }
    .main-01 .tbox span{
        font-size: 16px;
    }
    .main-01 .tbox h2{
        font-size: 32px;
        margin-bottom: 30px;
    }
    .main-01 .tbox p{
        font-size: 18px;
    }
    .main-01 .tbox button{
        position: relative;
        margin-top: 20px;
        width: 200px;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        padding-left: 20px;
    }
    .main-01 .tbox button::after{
        right: 15px;
    }
    .main-01 .list{
        gap: 20px;
    }
    .main-01 .list .item .img{
        height: 200px;
    }
    .main-01 .list .item:nth-child(odd){
        margin-top: -20px;
    }
    .main-01 .list .item h3{
        font-size: 18px;
        line-height: 1.3;
    }
    .main-01 .list .item h3 span{
        margin-right: 5px;
    }
    .main-02{
        padding: 60px 0;
    }
    .main-02::after{
        display: none;
    }
    .main-02 .process{
        flex-wrap: wrap;
    }
    .main-02 .process .item{
        width: 100%;
        height: auto;
        border-radius: 20px 20px 20px 0;
        padding: 20px 0;
    }
    .main-02 .process .item:not(:first-child)::before{
        display: none;
    }
    .main-02 .tbox span{
        font-size: 16px;
    }
    .main-02 .tbox h2{
        font-size: 32px;
    }
    .main-02 .tbox p{
        font-size: 18px;
    }
    .main-02 .process .item p br{
        display: none;
    }
    .main-03 .tbox span{
        font-size: 16px;
    }
    .main-03 .tbox h2{
        font-size: 32px;
    }
    .main-03 .tbox button{
        position: relative;
        margin-top: 20px;
        width: 200px;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        padding-left: 20px;
    }
    .main-03 .tbox button::after{
        right: 15px;
    }
    .main-03{
        padding: 60px 0;
    }
    .main-03 .review .item{
        padding: 15px;
    }
    .main-03 .review .item h3{
        font-size: 24px;
    }
    .main-03 .review .item p{
        font-size: 14px;
    }
    .main-03 .review .item .star{
        margin-top: 30px;
    }
    .main-03 .review .item .star img{
        width: 18px;
    }
    .main-03 .review .item .img{
        height: 100px;
        border-radius: 20px;
        overflow: hidden;
    }
    .main-04 .notice{
        display: block;
    }
    .main-04 .notice .box{
        width: 100%;
        display: block;
    }
    .main-04 .notice .box .item{
        width: 100%;
        margin-bottom: 20px;
    }
    .main-04 .notice .box .item p{
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 25px;     
    }
    .main-04 .notice .link{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .main-04 .notice .link a{
        min-height: 145px;
        padding: 15px;
    }
    .main-04 .notice .link .newslink{
        width: calc((100% - 10px)/2);
    }
    .main-04 .notice .link .qnalink{
        margin-top: 0;
        width: calc((100% - 10px)/2);
    }
}
/*e:768*/
