#main .vs-wrap{
    position: relative;
    width: 100%;
    height: 820px;
    background: url("../images/main/visual-img.png") no-repeat center / cover;
}

#main .vs-wrap .inner{
    position: relative;
    height: 100%;
}


#main .vs-wrap .tbox{
    position: absolute;
    top: 40%;
    color: #fff;
}

#main .vs-wrap .tbox .txt-1{
    position: relative;
    font-size: 20px;
    margin-bottom: 10px;
}

#main .vs-wrap .tbox .txt-1::after{
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    content: "";
    width: 300px;
    height: 1px;
    background: rgba(255 255 255 / 20%);
}

#main .vs-wrap .tbox .txt-2{
    font-size: 40px;
    font-weight: 600;
}

#main .vs-wrap .tbox h1{
    font-size: 100px;
}

#main .vs-wrap .tbox .txt-3{
    margin-top: 20px;
}

.scroll {
    position:absolute;
    bottom:0;
    left:20px;
    width:10px;
    height:100px;
    overflow:hidden;
}

.scroll::before {
    content:"";
    position:absolute;
    bottom:0;
    left:50%;
    width:1px;
    height:100%;
    background-color:rgba(255,255,255,.2);
    transform:translateX(-50%);
}

.scroll::after {
    content:"";
    position:absolute;
    top:-10%;
    left:0;
    width:10px;
    height:10px;
    border-radius: 10px;
    background:#a922ff;
    animation:visualScrollBar forwards linear 2s infinite;
}

@keyframes visualScrollBar {
    0%{top:-10%;}
    100%{top:110%;}
}

.vs-wrap .img-2,
.vs-wrap .img-3{
    position: absolute;
}

.vs-wrap .img-2{
    right: 0;
    bottom: -10%;
}

.vs-wrap .img-3{
    left: 0;
    bottom: -10%;
}

.facilities{
    position: relative;
    padding: 50px 0 100px 0 ;
    border:1px solid rgba(255 255 255 / 0)

}

.facilities::after{
    display: block;
    content: "";
    position: absolute;
    background: #f7f7f7;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: -9;

}

.facilities .inner{
    margin-top: 100px;
}

.facilities .tbox{
    position: relative;
    width: 290px;
    float: left;
    padding-top: 10%;
}

.facilities .tbox::before{
    position: absolute;
    top: 0;
    right: -140px;
    display: block;
    content: "";
    width: 192px;
    height: 27px;
    background: url("../images/common/arr-point.png") no-repeat center / 192px;
}

.facilities .img-wrap {
    position: relative;
    float: right;
    width: 900px;
}

.facilities::after{
    position: absolute;
    top:auto;
    bottom: 7%;
    right: 0;
    display: block;
    content: "";
    width: 841px;
    height: 354px;
    background: url("../images/common/point-img-4.png") no-repeat center / 841px;
}

.facilities .sd-2{
    width: 550px;
    float:left;
}

.facilities .sd .swiper-wrapper{
    transform: translate3d(0px, 0px, 0px);
}


.facilities .sd{
    float: right;
    width: 280px;
    padding-top: 20%;
    overflow: initial;
}

.facilities .sd .swiper-slide{
    display: contents;
}

.facilities .sd .swiper-slide p{
    font-size: 18px;
    margin-bottom: 30px;
    cursor: pointer;
}

.facilities .sd .swiper-wrapper{
    display: block;
}

.facilities .sd .swiper-slide-thumb-active p{
    position: relative;
    font-weight: 800;
    background: linear-gradient(to right, #6464e5, #b541ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.facilities .sd .swiper-slide-thumb-active p::after{
    position: absolute;
    display: block;
    content: "";
    width: 250px;
    height: 1px;
    left: -280px;
    top: 10px;
    background: linear-gradient(to right, #6464e5, #b541ff);
}

.facilities .sd::after{
    display: block;
    content: "";
    width: 192px;
    height: 27px;
    background: url("../images/common/arr-point-2.png") no-repeat center / cover;
    position: absolute;
    top: 20%;
    right: -50px;
}

.facilities .img-1{
    position: absolute;
    bottom: 10%;
    left: 0;
}

.news{
    position: relative;
    background: url("../images/common/point-img-5.png") no-repeat left bottom / 458px;
    padding: 150px 0;
}

.news .tbox{
    float: left;
    width: 300px;
}

.news .sd{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1200px;
}

.news .swiper-slide{
    background: #fff;
    padding: 40px;
    box-shadow: 1px 1px 10px rgba(0 0 0 / 10%);
}

.news .swiper-wrapper{
    padding: 10px;
}

.news .txt{
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
}

.news .date{
    color: #dadada;
}




@media screen and (max-width: 1024px){

    .vs-wrap .img-3{
        display: none;
    }

    .facilities{
        padding: 0;
    }

    .facilities .tbox{
        margin-bottom: 40px;
        float: none;
    }

    .facilities .img-wrap {
        position: relative;
        float: none;
        width: 100%;
    }

    .news .tbox {
        float: none;
        width: 100%;
    }

    .news .sd {
        position: relative;
        top: auto;
        transform: initial;
        right: auto;
        width: 100%;
    }

    .ctr-wrap {
        display: flex;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .facilities::after {
        position: absolute;
        top: auto;
        bottom: -40px;
    }

    .news{
        padding: 100px 0;
    }

    .news .sd{
        padding: 0 20px;
    }



}


@media screen and (max-width: 840px){

    #main .vs-wrap{
        height: 95vh;
        overflow: hidden;
    }

    #main .vs-wrap .point-txt{
        display: none;
    }

    #main .vs-wrap .tbox {
        top: 40%;
        width: 90%;
    }

    #main .vs-wrap .tbox .txt-2 {
        font-size: 25px;
    }

    #main .vs-wrap .img-2{
        width: 30%;
    }

    .news {
        padding: 50px 0;
    }

    .news .swiper-slide{
        padding: 20px;
    }

    .facilities .inner {
        margin-top: 50px;
    }

    .facilities .tbox::before{
        display: none;
    }

	.facilities .img-wrap{
		float: none;
	}

	.facilities::after{
		display: none ;
	}

    .facilities .sd-2 {
        width: 100%;
        float: none;
    }

    .facilities .sd-2 img{
        width: 100%;
    }

    .facilities .img-1{
        display: none;
    }


    .facilities .sd {
        float: none;
        width: 100%;
        padding-top: 20px;
        overflow: inherit;
    }

    .facilities .sd .swiper-wrapper {
        display: flex;
    }

    .facilities .sd .swiper-slide-thumb-active p::after{
        border-top: 1px solid #6464e5;
        width: 100%;
        left: 0;
        top: 0;
    }

    .facilities .sd .swiper-slide p{
        font-size: 16px;
        text-align: center;
        padding-top: 10px;
        border-top: 1px solid #e8e8e8;
        margin-bottom: 0;
    }

    .facilities .sd::after{
        display: none;
    }

    .facilities .sd .swiper-wrapper{
        transform: initial;
    }

    .facilities .sd .swiper-slide{
       display: block;
    }

    .pag-type span{
        top:45%;
    }

    .vs-wrap .tbox .txt-1::after{
        width: 63% !important;
    }

    .vs-wrap .tbox h1{
        font-size: 35px;
    }
    
    .news .swiper-wrapper{
        padding: 10px 0;
    }


}
/*E:840*/

@media screen and (max-width: 640px){
    #main .vs-wrap .tbox .txt-2 {
        font-size: 20px;
    }

    #main .vs-wrap .tbox h1 {
        font-size: 50px;
    }
}
/*E:640*/