/* 공통 */
.container{
    max-width: 1210px !important;
}



/* 헤더 */

#gnb .menu{
    text-align: right !important;
}

#gnb .menu .link{
    font-size: 19px !important;
    font-weight: 500;
}


#gnb{
    width: 60% !important;
}


#gnb .sub_menu{
    left: 55px !important;
}

#gnb .sub_menu a{
    white-space: normal;
    padding: 0 5px;
}

/* 슬라이드 */

#main_slide .carousel-inner{
    height: 790px !important;
}


.carousel-caption{
    bottom: 23% !important;
    width: 750px;
    height: 450px;
    background: rgba(9, 52, 187, 0.6);
}


.slide_txtarea{
    width: 95% !important;
    height: 100%;
    border: 3px solid #fff;
    padding: 130px;
    margin: 0 auto;
    position: relative;
    text-shadow: 0 4px 4px rgb(0 0 0 / 60%) !important;
}



.slide_txtarea h2{
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    font-size: 60px !important;
}


.slide_txtarea p{
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    text-align: left !important;
    font-size: 45px !important;
    font-weight: 500;
    letter-spacing: -0.2px;
}


.carousel-indicators li{
    border-radius: 20px;
    background: #fff !important;
    margin-right: 7px !important;
    width: 18px !important;
    height: 18px !important;
}

.carousel-indicators .active{
    background: #117ffa !important;
    border-color: #117ffa !important;
}

.carousel-item img{
    animation-duration: 1.5s;
    animation-name: mainimg;
    animation-fill-mode: forwards;
}



@keyframes mainimg {
    0%{
        transform: scale(1);
    }

    100%{
        transform: scale(1.1);
    }
}


/* 서브 */
.productlist-divs{
    padding: 90px 0 !important;
}


.htitle h1{
    font-size: 48px !important;
    line-height: 48px !important;
    color: #333 !important;
}


.htitle p{
    font-size: 18px !important;
    color: #444;
}

.productlist-divs .container{
    max-width: 1245px !important; 
}

.productlist-divs .col-md-12{
    padding: 0 !important;
}

.productlist a h3{
    font-size: 19.5px !important;
    font-weight: 400 !important;
}

.productlist .slick-slide{
    border: 1px solid #ccc;
    margin: 17.5px;
}


.productlist a h3{
    margin: 20px auto !important;
}

.productlist a h3.pro-last-child{
    font-size: 17px !important;;
}

#listpage i{
    font-size: 2em !important;
    line-height: 39px;
    color: #bbb;
    width: 50px;
    height: 50px;
    border: 3px solid #bbb;
    border-radius: 50px;
}

.adv_divs {
    position: relative;
    width: 100%;
    height: 626px;
    margin: 0 auto;
    color: #fff;
    background: url(adv_divs.jpg)no-repeat center;
    background-size: cover;
}

.adv_divs .row {
    width: 96%;
    margin: 0 auto;
}

.adv_divs .adv-txt {
    text-align: left;
    position: absolute;
    padding-top: 50px;
    left: 55%;
    height: 310px;
}

.adv_divs .adv-txt h3 {
    font-size: 32px;
    letter-spacing: -0.5px;
    font-weight: 500;
    line-height: 1.2!important;
}

.adv_divs .adv-txt p {
    font-size: 18px !important;
    font-weight: 300;
    letter-spacing: -0.2px;
    margin: 40px 0;
}

.adv_divs .adv-txt p b{
    color: #fff !important;
}

.more-box a {
    display: inline-block;
    padding: 3px 30px;
    font-size: 18px;
    transition: all 0.5s;
    margin: 0;
}

.more-box svg{
    margin-left: 15px;
}

.more-box svg path{
    transition: all 0.5s;
}


.more-box a :hover{
    color: #117ffa !important;
}

.more-box a:hover svg polyline{
    stroke: #117ffa !important;
}

.quick_main a{
    display: block;
}

.quick_main .col-md-6{
    text-align: left !important;
}

.quick_main .col-md-6 h2{
    font-size:26px !important;
    color: #333;
}

.quick_main .col-md-6 h2::after{
    content: "";
    background: #042eb7;
    width: 30px;
    height: 1px;
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
}

.quick_main .col-md-6 p{
    font-size: 17px !important;
    color: #444;
    line-height: 1.2em !important;
    font-weight: 400;
}

.quick_main .col-md-6:nth-child(odd){
    border-right: 1px solid #ccc;
}

.quick_main .col-md-6:nth-child(even){
    padding-left: 45px;
}

.quick_main .col-md-6:nth-child(1), .quick_main .col-md-6:nth-child(2){
    border-bottom: 1px solid #ccc;
    padding-bottom: 45px;
}

.quick_main .col-md-6:nth-child(3), .quick_main .col-md-6:nth-child(4){
    padding-top: 45px;
}

.quick_main .col-md-6:nth-child(1){
    background: url(quick_1.jpg) no-repeat right 75px top 15px;
}

.quick_main .col-md-6:nth-child(2){
    background: url(quick_2.jpg) no-repeat right 75px top 15px;
}

.quick_main .col-md-6:nth-child(3){
    background: url(quick_3.jpg) no-repeat right 75px top 42px;
}

.quick_main .col-md-6:nth-child(4){
    background: url(quick_4.jpg) no-repeat right 75px top 35px;
}

.maingotobtn{
    padding: 90px 0 !important;
}


.quick_main a{
    transition: 0.3s all;
}

.quick_main a:hover{
    opacity: 0.7;
}


/* 푸터 */

#footerarea{
    padding-top: 0 !important;
    background: #fff;
}

#footerarea a{
    font-size: 15px;
    color: #666;
}

#footerarea a::after{
    content: "";
    width: 1px;
    height: 8px;
    background: #ccc;
    display: inline-block;
    margin: 2px 10px;
}

.f_info_txt{
    padding: 18px 0;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
}

.f_info_txt a:last-child::after{
    display: none !important;
}

.f_logo_img{
    margin: 25px 0;
}

#footerarea ul span{
    font-size: 15px;
    color: #555555;
}

.footersubarea{
    text-align: right !important;
    margin-top: 50px;
}

.footersubarea h2{
    font-size: 20px;
    color: #2e2e2e;
}

.footersubarea h3{
    color: #117ffa;
    font-size: 38px;
    padding-left: 50px;
    background: url(f_call.png) no-repeat left 77px center;
}

.footersubarea p{
    font-size: 14px !important;
}


/* 서브페이지 */
.sub_1_1_wrap h2{
    font-size: 22px !important;
    line-height: 1.2em !important;
    margin-bottom: 50px !important;
    font-weight: 500 !important;
    text-align: center;
}

.submn a{
    font-size: 15px !important;
}

.submn h2, .submn h3{
    font-size: 22px !important;
    font-weight: 500 !important;
}


.submn h2{
    color: #fff;
    background: #0b31b4;
}


.sub_table{
    margin-top: 35px;
    width: 100% !important;
    font-family: 'noto sans kr', sans-serif !important;
    border: 1px solid #ccc !important;
}

.sub_table th, .sub_table td{
    padding: 15px 25px !important;
    font-size: 16px !important;
    border: none !important;
}


.subcontxt p{
    font-size: 18px !important;
}

.subcontxt p b, .subcontxt p strong{
    color: #0b31b4 !important;
    font-weight: 500;
}

.sub_table th {
    font-weight: 500;
    color: #444;
}

.subcontxt h3::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #0b31b4;
    margin-top: 20px;
}


.s_t_date th, .s_t_date td{
    text-align: center !important;
    padding: 8px 25px !important;
}

.pro_main_img .slick-track{
    height: 600px;
    margin-bottom: 20px;
}

.pro_main_img .slick-slide{
    height: 600px;
    overflow: hidden;
}

.pro_main_nav button{
    display: none !important;
}

.pro_main_nav div{
    margin: 0 5px;
    height: 175px !important;
}

.csinfo{
    display: none !important;
}


.mailformtb td.formmail_title_bgcolor{
    font-size: 16px !important;
}

.att_title font, .qalist td, .qalist td a, .bbsnewf5 a:link{
    font-size: 16px !important;
}


.att_title:first-child, .att_title:last-child{
    width: 20% !important; 
}

.sub_1_1_wrap img{
    text-align: center !important;
}

.img_wrap_p{
    text-align: center !important;
}

.sub_1_1_wrap ul li{
    font-size: 16px;
}

#listpage .list_prev{
    left: -60px !important;
    top: 52% !important;
}

#listpage .list_next{
    right: -60px !important;
    top: 52% !important;
}

.shtitle h2{
    font-size: 24px !important;
    color: #333 !important;
    padding: 0px 0 10px 0px;
}


/* 노트북 */
@media (max-width: 1024px){

    .container{
        max-width: 1024px !important;
    }

    .mob-btn{
        top: 22px !important;
    }

    .main-nav > ul > li ul{
        background-color: #fff;
    }

    .main-nav ul li.submenu ul li a:hover{
        color: #0033aa;
    }

    #footerarea .col-md-3 h2{
        font-size: 24px !important;
    }

}

@media (max-width: 768px){


    .sub_1_1_wrap h2{
        font-size: 20px !important;
    }

    #gnb .sub_menu{
        left: unset !important;
    }

    .footersubarea h3{
        font-size: 24px !important;
        background: url(f_call.png) no-repeat left 0px center;
    }
    

    .quick_main .col-md-6:nth-child(1) {
        background: url(quick_1.jpg) no-repeat right 0px top 0px;
        background-size: 20%;
    }

    .quick_main .col-md-6:nth-child(2) {
        background: url(quick_2.jpg) no-repeat right 0px top 0px;
        background-size: 20%;
    }

    .quick_main .col-md-6:nth-child(3) {
        background: url(quick_3.jpg) no-repeat right 0px top 0px;
        background-size: 20%;
    }

    .quick_main .col-md-6:nth-child(4) {
        background: url(quick_4.jpg) no-repeat right 0px top 0px;
        background-size: 20%;
    }

    .adv_divs .adv-txt{
        left: 45%;
    }

    .adv_divs .adv-txt h3{
        font-size: 24px !important;
    }

    .adv_divs .adv-txt p br{
        display: none;
    }

    .productlist a h3.pro-last-child{
        font-size: 15px !important;
    }

    .carousel-caption{
        bottom: 25% !important;
        width: unset;
    }

    .slide_txtarea h2{
        font-size: 38px !important;
        position: unset;
    }

    .slide_txtarea p{
        font-size: 22px !important;
        position: unset;
        text-align: center !important;
        margin-top: 35px;
    }

    

    .htitle h1, .aboutus h2, .adv_divs h2{
        font-size: 28px !important;
    }

    .htitle p, .aboutus p, .adv_divs p{
        font-size: 16px !important;
    }

    .ourworks .main_pro1, .ourworks .main_pro2, .ourworks .main_pro3, .ourworks .main_pro4{
        min-width: 48% !important;
        margin-bottom: 20px;
    }

    .aboutus h3{
        font-size: 22px !important;
    }

    .aboutus a{
        width: 140px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .aboutus .col-md-6:first-child{
        padding: 0 10px;
    }

    .adv_divs a span{
        font-size: 18px !important;
    }

    .btn_wrap{
        margin-top: 30px;
    }

    .container{
        max-width: 98vw !important;
        margin: 0 auto;
    }

    .row{
        justify-content: center;
    }

    .ourworks .col-md-3{
        margin-right: 0 !important;
    }

    .ourworks .col-md-3:not(:nth-child(2n)){
        margin-right: 1.33% !important;
    }

    #footerarea .col-md-3 h2{
        font-size: 20px !important;
    }
}

@media (max-width: 425px){

    #footerarea a{
        font-size: 13px !important;
    }

    .quick_main .col-md-6 p{
        font-size: 16px !important;
    }

    .quick_main .col-md-6 h2{
        font-size: 22px !important;
    }

    #listpage i{
        display: none !important;
    }

    .productlist .slick-slide{
        margin: 5px;
    }

    .pro_main_img .slick-track, .pro_main_img .slick-slide{
        height: unset !important;
    }

    .footersubarea h3{
        background: url(f_call.png) no-repeat left 90px center;
    }

    #footerarea .col-md-4, .col-md-8{
        text-align: center !important;
    }

    .s_t_date th, .s_t_date td{
        padding: 8px 0 !important;
    }

    .quick_main .col-md-6{
        border-bottom: 1px solid #ccc;
        padding: 20px 5px 20px 5px !important;
    }

    .adv_divs .adv-txt h3{
        font-size: 20px !important;
    }

    .adv_divs .adv-txt{
        left: 0% !important;
        padding-top: 150px;
    }

    .adv_divs .adv-txt p{
        font-size: 15px !important;
        margin: 25px 0;
    }

    .more-box a{
        font-size: 15px;
        padding: 3px 20px;
    }

    .adv_divs {
        background: url(adv_divs_m.jpg)no-repeat center;
        background-size: contain;
    }

    .slide_txtarea p {
        margin-top: 97px !important;
        font-size: 20px !important;
    }

    .slide_txtarea h2{
        font-size: 32px !important;
    }    

    .slide_txtarea{
        width: 90%;
        padding: 0 !important;
    }

    .carousel-caption{
        height: 300px;
    }

    .tlogo{
        width: 80%;
        padding: 0 !important;
    }

    .header_scroll .tlogo, .header_scroll .container-mn{
        line-height: 70px !important;
    }

    .header_scroll .mob-btn{
        top: 25px !important;
        right: 20px !important;
    }

    .carousel-caption{
        bottom: 32% !important;
    }

    
    #main_slide .carousel-inner{
        height: 600px !important;
    }

    .htitle p, .aboutus p, .adv_divs p{
        font-size: 15px !important;
    }

    .ourworks .col-md-3{
        margin-right: 0 !important;
        min-width: 100% !important;
    }

    .btn_wrap li{
        width: 45% !important;
    }

    #footerarea{
        overflow: hidden;
    }

    #footerarea .col-md-9{
        margin-top: 10px !important;
    }

    #footerarea ul span{
        font-size: 14px !important;
        display: inline;
        text-align: center !important;
    }

    #footerarea ul li{
        display: inline !important;
    }

    #footersubarea ul{
        text-align: center !important;
    }

    #footerarea .f_info{
        margin-bottom: 15px !important;
    }
    
    #footerarea .footer_mn{
        text-align: center;
    }

    .ideo_list li{
        max-width: 100% !important;
        padding: 40px 0;
    }

    #footerarea .col-md-3 h2{
        background: url(f_call.png) no-repeat right 140px center;
        background-size: 7%;
    }
}

.paging {
    color: #0b38bc !important;
    font-family: 'noto sans kr', sans-serif !important;
    padding-top: 20px !important;
    font-size: 16px !important;
    
}

.paging a:link{
    color: #666 !important;
}

.pro_main_img .slick-list .slick-track .slick-slide::before {
    content: url(../img/logo.png);
    z-index: 10;
    position: absolute;
    display: block;
    left: 10px;
    top: 10px;
    opacity: 0.5;
}


.pro_main_nav .slick-list .slick-track .slick-slide div div {
    position: relative;
}

.pro_main_nav .slick-list .slick-track .slick-slide div div::before {
    content: "";
    background-image: url(/default/img/2udesign/img/logo.png);
    background-size: cover;
    width: 60%;
    height: 30%;
    z-index: 10;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    opacity: 0.5;
}

.pagelist b{
    color: #0033aa;
}

.gallery_title{
    font-size: 16px !important;
    margin-top: 10px;
}