@charset "utf-8";

/*common*/
*{margin: 0;padding: 0;}
html,body{
    font-family: 'Noto Sans KR', sans-serif;
    color:#323232;
}
.mobile{display: none;}
a{color:#323232; font-family: 'Noto Sans KR', sans-serif;}
img{border: 0;}
.ovh{overflow: hidden;}
span.blue{
    font-size: 16px;
    color: #1975bb;
    font-weight: bold;
}
#aside{display: none;}
#wrapper{max-width: 2560px;margin: auto;}

/*header*/
#hd{
    max-width: 2560px;
    margin: auto;
    box-shadow: 0px 4px 17px 3px rgba(228,228,228,.5);
    position: relative;
}
#hd .hd_wrap{
    width: 60%;
    height: 100%;
    margin: auto;
    padding: 20px 0;
    overflow: hidden;
    min-width: 960px;
}
#hd .hd_wrap .hd_logo{
    float: left;
    height: 100%;
}
#hd .hd_wrap .hd_logo a{
}
#hd .hd_wrap .hd_logo a img{
    display: block;
    margin: auto;
}
#hd .hd_wrap .hd_nav{
    float: right;
    width: 61%;
}
#hd .hd_wrap .hd_nav .hd_nav_wrap{
}
#hd .hd_wrap .hd_nav .hd_nav_wrap ul{
/*    text-align: right;*/
    display: flex;
    justify-content: space-between;
}
#hd .hd_wrap .hd_nav .hd_nav_wrap ul li.depth1{
/*    display: inline-block;*/
/*    margin-right: 70px;*/
/*    padding: 0 30px;*/
}
#hd .hd_wrap .hd_nav .hd_nav_wrap ul li.depth1:last-child{
    margin-right: 0;
    padding-right: 0;
}
#hd .hd_wrap .hd_nav .hd_nav_wrap ul li.depth1 > a{
    font-size: 16px;
    line-height: 50px;
}
#hd .hd_wrap .hd_nav .hd_nav_wrap ul li.depth1 li.depth2{}
#hd .hd_wrap .hd_nav .hd_nav_wrap ul li.depth1 li.depth2 > a{}

.qna_btn{
    position: fixed;
    top: 500px;
    right: 80px;
    display: inline-block;
    background-color: #1975bb;
    border-radius: 50%;
    color:#fff;
    width: 80px;
    height: 80px;
    line-height: 65px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    z-index: 999;
}
.qna_btn span{padding: 10px;}
.qna_btn.on{
    background-color: #a8a8a8;
}
.qna_btn .open{display: block;}
.qna_btn .close{display: none;}
.qna_btn.on .open{display: none;}
.qna_btn.on .close{display: block;}

.qna{
    position: fixed;
    width: 80%;
    max-width: 800px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border: 1px solid #e7e8ef;
    text-align: center;
    z-index: 9999;
    display: none;
}
.qna_wrap{
}
.qna_wrap iframe{
    width: 90%;
    min-height: 600px;
}
.qna_wrap .qna_close{
    position: absolute;
    right: 5%;
    top: 30px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    z-index: 10;
    cursor: pointer;
}
.qna_wrap .qna_close img{width: 100%;}




/*main*/
#main{
}
#main .main_wrap{
    width: 100%;
    max-width: 2560px;
    min-width: 960px;
/*    min-width: 1080px;*/
    margin: auto;
}
#main .main_wrap .sec{}
#main .main_wrap .sec .sec_wrap{}
#main .main_wrap .sec .sec_wrap .tit{}
#main .main_wrap .sec .sec_wrap .cont{}
#main .main_wrap .sec .sec_wrap h1{}
#main .main_wrap .sec .sec_wrap h2{
    font-size: 40px;
}
#main .main_wrap .sec .sec_wrap h3{
    font-size: 24px;
    font-weight: 300;
}
#main .main_wrap .sec .sec_wrap h4{}
#main .main_wrap .sec .sec_wrap h5{}
#main .main_wrap .sec .sec_wrap h6{}
#main .main_wrap .sec .sec_wrap p{}


/*banner*/
#banner{}
.banner_wrap{
    position: relative;
}
.banner_img img{
    width: 100%;
}
.banner_thumb{
    position: absolute;
    width: 30%;
    right: 21%;
/*    bottom: 195px;*/
    bottom: 20%;
    z-index: 2;
    text-align: center;
}
.banner_thumb img{width: 80%;}
.banner_slide{
    width: 60%;
    overflow: hidden;
    margin: auto;
    position: relative;
    margin-top: -115px;
    background-color: #fff;
    padding: 40px 0;
/*    height: 230px;*/
    box-shadow: 16px 1px 16px 4px rgba(0,0,0,.1);
    text-align: center;
    min-width: 960px;
}
.banner_slide h3{
    width: 22%;
    float: left;
    height: 100%;
    padding-top: 30px;
    border-right: 1px solid #e1e1e1;
}
.banner_swiper{
    width: 60%;
/*    padding-top: 15px;*/
}
.banner_swiper .swiper-slide img{width: 80%;}
.banner_slide .swiper-button-black{
    top:50%;
    transform: translateY(-50%);
    border: 1px solid #ededed;
}
.banner_slide .swiper-button-black.swiper-button-prev{
    left: 26%;
    background: #f5f5f5 url(/img/newace/main_slide_prev.png)center no-repeat;
}
.banner_slide .swiper-button-black.swiper-button-next{
    right: 4%;
    background: #f5f5f5 url(/img/newace/main_slide_next.png)center no-repeat;
}


/*about*/
.about{
    padding: 130px 0 230px;
    text-align: center;
}
.about_wrap{}
.about_title{
    margin-bottom: 150px;
}
.about_title h2 span.blue{
    font-size: 20px;
}
.about_content{
    overflow: hidden;
}
.about_content_wrap{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    margin: auto;
    margin-bottom: 80px;
    text-align: left;
    min-width: 960px;
}
.about_content_img{
    width: 55%;
    position: relative;
    float: left;
}
.about_content_img img{
    width: 100%;
}
.about_content_wrap span.more{
    position: absolute;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 15px;
    bottom: 0;
}
.about_content_wrap span.more:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #323232;
}
.about_content_txt{
    width: 45%;
    padding: 50px 35px 0;
    font-size: 15px;
    margin-top: 4.3%;
    float: left;
    position: relative;
}
.about_content_txt:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 85%;
    left: 0;
    top: 0;
    background-color: #f4f4f4;
    z-index: -1;
}
.about_content_txt:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 85%;
    right: -100%;
    top: 0;
    background-color: #f4f4f4;
}
.about_content_txt h3{
    padding-bottom: 25px;
    margin-bottom: 30px;
    position: relative;
}
.about_content_txt h3:after{
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #323232;
}
.about .about_wrap .about_content:last-child .about_content_wrap{
    text-align: right;
    margin-bottom: 0;
}
.about .about_wrap .about_content:last-child .about_content_txt:after{
    left: -100%;
    right: auto;
}
.about .about_wrap .about_content:last-child .about_content_txt h3:after{
    left: auto;
    right: 0;
}
.about .about_wrap .about_content:last-child span.more{
    right: 35px;
    left: auto;
}


/**/
.case{
    padding-bottom: 130px;
    text-align: center;
}
.case .case_wrap{
    width: 60%;
    margin: auto;
    height: 100%;
    min-width: 960px;
}
.case_title{
    margin-bottom: 70px;
}
.case .case_wrap .case_content{}
.case_slide{
    padding: 50px 0;
}
.case_slide .swiper-slide-active{
/*    transition: all 0.6s;*/
/*    transform: scale(1.2);*/
    z-index: 10;
    position: relative;
}
.case_slide .swiper-slide > div.slide_txt{
    display: none;
}
.case_slide .swiper-slide{height: auto;}
.case_slide .cont .swiper-slide .slide_img{
    position: relative;
}
.case_slide .swiper-slide .slide_img:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
.case_slide .swiper-slide .slide_img img{
    width: 166%;
}
.case_slide .swiper-slide-active .slide_img img{
    position: absolute;
    left: 50%;
    top: 0;
/*    margin-left: -25%;*/
    margin-top: -6%;
    width: 185%;
    transform: translateX(-50%);
    /*    transform: scale(1.2);*/
/*-webkit-transition: scale .6s;*/
/*   transition: transform .6s;*/
/*   transition: all .6s;*/
}
.case_slide .swiper-slide-active .slide_img:after{
    display: none;
}

.case_slide .swiper-button-white{
    top: 50%;
    transform: translateY(-50%);
    opacity: .5;
}
.case_slide .swiper-button-white:hover{
    opacity: 1;
}
.case_content > div.slide_txt{
    z-index: 11;
    margin-top: 30px;
}
.case_content > div.slide_txt span{
    font-size: 15px;
    display: block;
}

.case_content > div.slide_txt span.more{
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    margin-top: 30px;
    font-size: 15px;
    bottom: 0;
}
.case_content span.more:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #323232;
}










#ft{display: none;}

#bo_v_share{display: none;}




@media only screen and (max-width: 1023px){
    .web{display: none;}
    .mobile{display: block;}
    #hd{box-shadow: 0px 4px 10px 3px #e4e4e4;}
    #hd .hd_wrap{padding: 30px 0;min-width: 300px;text-align: center;}
    #hd .hd_wrap .hd_nav{
        position: fixed;
        width: 80%;
        height: 100%;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 9999;
        padding-top: 100px;
        padding-right: 5%;
        transform: translateX(-100%);
        transition: transform .6s;
        opacity: 0;
    }
    #hd .hd_wrap .hd_nav.on{opacity: 1;transform: translateX(0);}
    #hd .nav_open{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10%;
        cursor: pointer;
        z-index: 99;
    }
    #hd .hd_wrap .hd_nav .nav_close{
        position: absolute;
        top: 50px;
        right: 5%;
        width: 20px;
        height: 20px;
        background: url(/img/newace/close.png)no-repeat;
        background-size: cover;
        background-position: center;
        cursor: pointer;
    }
    #hd .hd_wrap .hd_nav .hd_nav_wrap ul{display: block;}
    #hd .hd_wrap .hd_nav .hd_nav_wrap ul li.depth1{
        border-bottom: 1px solid #eee;
        padding-left: 20px;
    }
    #hd .hd_wrap .hd_nav .hd_nav_wrap ul li.depth1 > a{font-weight: bold;}
    #hd .hd_wrap .hd_logo{float: none;display: inline-block;}
    .qna_btn{
        right: 5%;
        width: 65px;
        height: 65px;
        line-height: 45px;
        font-size: 12px;
        top: 360px;
    }
    .qna{width: 95%;}
    
    
    #main .main_wrap,.banner_slide,.about_content_wrap,.case .case_wrap{min-width: 300px;}
    #main .main_wrap .sec .sec_wrap h2{font-size: 22px;letter-spacing: -1px;}
    #main .main_wrap .sec .sec_wrap h3{font-size: 20px;letter-spacing: -1px;}
    #main .main_wrap .sec .sec_wrap p{font-size: 15px;}
    .about_content_wrap span.more,.case_content > div.slide_txt span.more{font-size: 14px;font-weight: lighter;}
    span.blue{font-size: 15px;}
    
    .banner_slide{width: 90%;}
    .banner_slide h3{display: none;}
    .banner_swiper{width: 80%;}
    .banner_thumb{width: 55%;right: 1%;bottom: 27%;}
    .banner_slide .swiper-button-black.swiper-button-next{right: 2%;}
    .banner_slide .swiper-button-black.swiper-button-prev{left: 2%;}
    .banner_slide .swiper-slide{width: 33.33% !important;}
    
    .about{padding: 75px 0}
    .about_title{margin-bottom: 40px;}
    .about_title h2 span.blue{font-size: 17px;}
    .about_content_wrap{width: 100%;margin-bottom: 0;}
    .about_content_img{width: 100%;}
    .about_content_txt{width: 100%;margin: 0;padding: 50px 10%;background-color: #f4f4f4;}
    .about_content_txt:before,.about_content_txt:after,.about_content_wrap span.more:after{display: none;}
    .about_content_wrap span.more{position: static; margin-top: 30px;border-bottom: 1px solid #323232 }
    .about .about_wrap .about_content:last-child .about_content_wrap{flex-wrap: wrap-reverse;background-color:#f4f4f4;text-align: left;}
    .about .about_wrap .about_content:last-child .about_content_txt h3:after{right: unset;}
    
    .case{padding-bottom: 60px;}
    .case .case_wrap{width: 90%;}
    .case_title{margin-bottom: 0;}
    .case_content > div.slide_txt{margin-top: 0;width: 100%;}
    .case_content > div.slide_txt span{font-weight: bold;}
    .case_content > div.slide_txt span:first-child{display: none;}
    .case_slide .swiper-slide{width: 100% !important;}
    .case_slide .swiper-slide .slide_img img{width: 100%!important;position: static;margin-top: 0;transform: none;}
    .case_slide .swiper-slide .slide_img:after{display: none;}
    .case_content > div.slide_txt span.more{min-width: 70px;}
}
    
    
@media only screen and (max-width: 767px){}








