/*s ====기본화면 모바일 기준====*/
.all_wrap img{
    width: 100%;
}

#s1{
    width: 100%;
    height: 100vh;
    background: url(../images/about/p1_s1_visual.jpg) no-repeat center/cover;
}

#s1 .tit{
    text-align: center;
    padding-top: 44vh;
    width: 85%;
    margin: 0 auto;
}

#s1 .btn{
    text-align: center;
    margin-top: 70px;
}
#s1 .btn a{
    display: block;
    width: 45%;
    margin: 0 auto;
}


#s2{
    width: 100%;
    /*height: 50vh;*/
}
#s2:after{
    content: "";
    display: block;
    clear: both;
}
/*#s2 .about{
    float: left;
}*/
#ab_info{
    width: 35%;
    height: 388px;
    overflow: hidden;
    position: relative;
}
.left{
    float: left;
}
.ad_btn{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ad_btn img{
    width: 100%;
}


#ab_img{
    width: 65%;
    height: 388px;
}
#s2 #ab_img{
    background: url(../images/about/p1_s2_img.jpg) center/cover;
}
#s4 #ab_img{
    background: url(../images/about/p1_s4_img.jpg) center/cover;
}
#s6 #ab_img{
    background: url(../images/about/p1_s6_img.jpg) center/cover;
}
.right{
    float: right;
}

#s3{
    position: relative;
}

#s3 .bx-controls-direction{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index:80;
    width: 136px;
}
/*#s3 .bx-controls-direction div a{
    text-indent: -9999px;
    display: block;
    width: 68px;
    height: 68px;
}*/
#s3 .bx-controls-direction .bx-prev{
    background: url(../images/about/p1_s3_prev.jpg) no-repeat center/100% auto;
    text-indent: -9999px;
    display: block;
    width: 68px;
    height: 68px;
    position: absolute;
    bottom: 0;
    left: -2.4%;
}
#s3 .bx-controls-direction .bx-next{
    background: url(../images/about/p1_s3_next.jpg) no-repeat center/100% auto;
    text-indent: -9999px;
    display: block;
    width: 68px;
    height: 68px;
    position: absolute;
    bottom: 0;
    right: -2.4%;
}

#s5{
    width: 100%;
    height: 800px;
    overflow: hidden;
    background: url(../images/about/p1_s5_back.jpg) no-repeat center 0/cover;
    background-attachment: fixed;
    position: relative;
}
#s5 .tit{
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    /*margin: 180px auto 0 auto;*/
}
/*#s4 .ad_inner{
    background: url(../images/about/p1_s5_tit.png) no-repeat center 0/cover;
    height: 600px;
    width: 100%;
    background-attachment: fixed;
}*/
/*e ====기본화면 모바일 기준====*/



/*s ====태블릿화면====*/

@media screen and (min-width:768px){
    /*s s1*/
    #s1 .tit{
        padding-top: 41vh;
        width: 70%;
    }
    #s1 .btn{
        margin-top: 60px;
    }
    #s1 .btn a{
        width: 27%;
    }
    /*e s1*/
    
} /*768px끝*/

/*e ====태블릿화면====*/


/*s ====PC화면====*/

@media screen and (min-width:1200px){
    #s1 .tit{
        padding-top: 40vh;
        width: 40%;
    }
    #s1 .btn{
        margin-top: 65px;
    }
    #s1 .btn a{
        width: 10%;
    }
    #ab_info{
        height: 680px;
    }
    
    #ab_img{
        height: 680px;
    }

} /*1200px끝*/

/*e ====PC화면====*/

