@charset "utf-8";

/* 내용관리 */
.ctt_admin{display: inline-block;position: fixed;right: 10px;top: 10px;margin: 10px 0;}
#container_title{display: none}


.sub_hd{display: none;}
.contact{}
.contact .sec{}
.contact .sec .sec_wrap{}
.contact .sec .sec_wrap .tit{
    position: relative;
    min-height: 500px;
}
.contact .sec .sec_wrap .tit > img{width: 100%;opacity: 0;}
#map{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.contact .sec .sec_wrap .cont{
    width: 60%;
    margin: auto;
    background-color: #f4f4f4;
    box-shadow: 1px 4px 8px -1px #c8c8c8;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin-top: -70px;
    margin-bottom: 100px;
    min-width: 960px;
}
.contact .sec .sec_wrap .cont h2{
    display: inline-block;
    position: relative;
    padding: 120px 90px;
    margin-right: 100px;
}
.contact .sec .sec_wrap .cont h2:after{
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 15%;
    width: 1px;
    height: 70%;
    background-color: #50877e;
    
}
.contact .sec .sec_wrap .cont ul{
    display: inline-block;
    vertical-align: middle;
}
.contact .sec .sec_wrap .cont ul li{
    margin-bottom: 20px;
    position: relative;
}
.contact .sec .sec_wrap .cont ul li:nth-child(2),.contact .sec .sec_wrap .cont ul li:nth-child(3){
    display: inline-block;
    margin-right: 80px;
    padding-left: 25px;
}
.contact .sec .sec_wrap .cont ul li:nth-child(4){
    padding-left: 25px;
}
.contact .sec .sec_wrap .cont ul li:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-position: center!important;
}
.contact .sec .sec_wrap .cont ul li:nth-child(2):before{
    background: url(/img/newace/contact/b_address.png)no-repeat;
}
.contact .sec .sec_wrap .cont ul li:nth-child(3):before{
    background: url(/img/newace/contact/b_time.png)no-repeat;
}
.contact .sec .sec_wrap .cont ul li:nth-child(4):before{
    background: url(/img/newace/contact/b_call.png)no-repeat;
}


@media only screen and (max-width: 1023px){
    .web{display: none!important;}
    .mobile{display: block !important;}
    .contact .sec .sec_wrap .tit{min-height: 350px;}
    .contact .sec .sec_wrap .cont{
        width: 90%;
        min-width: 300px;
        padding: 30px;
        margin: 20px auto 40px;
    }
    .contact .sec .sec_wrap .cont h2{padding: 0;display: block;text-align: center;margin-right: 0;margin-bottom: 30px;}
    .contact .sec .sec_wrap .cont h2:after{display: none;}
    .contact .sec .sec_wrap .cont ul li{display: block !important;margin-right: 0 !important;margin-bottom: 10px;font-size: 15px;}
    .contact .sec .sec_wrap .cont ul li:first-child{font-size: 18px;}
}
    
    
@media only screen and (max-width: 767px){}





