.container{
    max-width: 1220px !important;
}



/* 서브페이지 타이틀바, 서브메뉴 */

#subtitbg{
    padding: 80px 0;
}

#subarea{
    padding-top: 30px !important;
}

.submn{
    margin: 0 !important;
    padding-bottom: 20px !important;
}

.submn h2{
    font-size: 22px !important;
    font-weight: 500;
    background: #9a0000;
    color: #fff;
    padding: 30px 0;
    border: none;
}

.submn a{
    padding: 2px 10px;
    font-weight: 300;
    color: #666;
    font-size: 15px !important;
}

.csinfo{
    text-align: left !important;
}

.csinfo h2{
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1em !important;
}


.csinfo h3{
    color: #9a0000 !important;
    font-size: 22px !important;
    line-height: 1.2em !important;
    margin: 10px auto !important;
}

.csinfo p{
    font-size: 14px !important;
    line-height: 1.2em !important;
}

.shtitle h2{
    padding: 10px 0 10px 0px;
}

/* 헤더 */

#gnb .menu .link{
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #333 !important;
}


/* 슬라이드 */

#main_slide .carousel-inner{
    height: 800px !important;
}


.carousel-caption{
    text-align: left !important;
    left: 19%;
    bottom: 50% !important;
}

.slide_txtarea h2, .slide_txtarea p{
    text-align: left !important;
    color: #333;
    text-shadow: none;
}

.slide_txtarea h2{
    font-weight: 500 !important;
    font-size: 50px !important;
    letter-spacing: -1px !important;
}

.slide_txtarea p{
    font-weight: 300 !important;
    font-size: 20px !important;
    line-height: 1.5em !important;
}

.carousel-indicators{
    bottom: 46% !important;
    left: 4%;
    justify-content: left;
}


.carousel-indicators li{
    width: 52px !important;
    background: #fff !important;
}


.carousel-control-prev-icon, .carousel-control-prev-next, .carousel-control-next-icon{
    background-image: none !important;
}

.ti-angle-left:before, .ti-angle-right:before{
    color: #333;
    font-size: 60px;
    font-weight: 300;

}

.slide_product{
    position: absolute;
    z-index: 1;
    right: 18%;
    top: 18%;
}

.m_br{
    display: none;
}

/* 메인 컨텐츠 */

.productlist-divs{
    padding: 100px 0 !important;
}


.productlist a h3{
    font-size: 22px !important;
    letter-spacing: -1px;
}

.mov_divs{
    background: #f5f5f5 !important;
    padding: 0;
}

.main_about_img{
    background: url(../img/main_about.jpg) no-repeat center;
    background-size: cover;
}

.main_about_txt{
    padding: 100px;
    letter-spacing: -1px;
    margin: 0 !important;
}


.htitle h2{
    font-size: 40px !important;
}


.htitle h3{
    font-size: 24px;
    color: #9a0000;
    font-weight: 400;
}

.htitle p{
    color: #666;
    font-size: 18px !important;
}

.htitle a{
    display: block;
    width: 160px;
    height: 50px;
    border-radius: 80px;
    background: #9a0000;
    font-size: 18px !important;
    text-align: center !important;
    color: #fff;
    margin-top: 30px;
    line-height: 50px !important;
    border: 1px solid transparent;
    transition: 0.3s all;
}


.htitle a::after{
    content: "+";
    line-height: 50px;
    margin-left: 10px;
    font-weight: 300;
}


.htitle a:hover{
    background: #fff;
    color: #9a0000;
    border: 1px solid #9a0000;
}

.maingotobtn .mnoticearea h3{
    font-size: 24px !important;
    font-weight: 600;
    color: #333;
    border: none;
    padding: 0;
}

.maingotobtn .mnoticearea h3 a{
    color: #9a0000;
    font-weight: 500;
    font-size: 15px;
}


.noticeoutput tr{
    border: none !important;
}

.noticeoutput tr td a{
    font-size: 15px !important;
    color: #666 !important;
}

.noticeoutput tr td{
    padding: 5px 0 !important;
    font-size: 14px !important;
}

.board_output a::before{
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #9a0000;
    border-radius: 20px;
    margin: 4px 7px 4px 0;
}

.maingotobtn .gotobtnarea a h3{
    color: #fff !important;
    margin: 0 !important;
}

.maingotobtn .gotobtnarea li{
    transition: 0.3s all;
    padding: 52px !important;
}

.maingotobtn .gotobtnarea li:hover{
    opacity: 0.7;
}

.main_info_1{
    background: url(../img/main_info_bg1.jpg) no-repeat !important;
    background-size: cover;
}

.main_info_2{
    background: url(../img/main_info_bg2.jpg) no-repeat !important;
    background-size: cover;
}

/* 푸터 */
#footerarea{
    background: #121212 !important;
}

#footerarea ul span{
    font-size: 16px;
    font-weight: 400;
}

#footerarea ul b{
    font-weight: 600;
}

.copy{
    font-size: 14px;
    margin-top: 5px;
}

/* 서브 */
#subtitbg p{
    font-size: 18px !important;
}

.subcontxt h3 strong{
    color: #9a0000;
    font-weight: inherit;
}

.subcontxt p{
    font-size: 17px !important;
}

.subcontxt h3{
    font-size: 22px !important;
    line-height: 1.5em !important;
}

.subcontxt h1{
    font-size: 20px !important;
}

.subcontxt h1::after{
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 10px;
    background: #9a0000;
    display: inline-block;
    margin: 0 0 6px 4px;
}

.sub_table{
    margin-top: 30px !important;
    width: 100%;
    border-top: 2px solid #333;
}

.sub_table td, .sub_table th{
    padding: 15px 10px;
    font-size: 16px !important;
    font-family: 'noto sans kr', sans-serif !important;
}

.sub_table th{
    text-align: center;
    font-weight: 500;
    color: #333;
}

.sub_table td strong{
    margin: 0 5px !important;
    font-weight: 500;
    color: #333;
}

.addarea b{
    color: #9a0000;
}

.addarea {
    padding: 20px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-top: 2px solid #9a0000;
}

.root_daum_roughmap .wrap_controllers{
    display: none;
}

.qalist td{
    padding: 12px 0;
}

.qalist td.att_title font {
    font-size: 16px !important;
}

.qalist td, .qalist td a,.board, .board a:link, .board_description{
    font-size: 16px !important;
    color: #666;
}

.mailformtb td.formmail_title_bgcolor font {
    font-size: 16px;
}


.mailformtb td.formmail_cell_bgcolor{
    padding: 0px 0 10px 0 !important;
}


.sub_product .addarea{
    margin-top: 50px;
}

.product_inner{
    background: #fff;
    padding: 20px;
    margin: 0 15px;
}

.product_inner ul{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.product_inner ul li{
    font-size: 16px;
    margin: 5px 0;
}

.product_inner ul li strong{
    font-weight: 500;
    color: #333;
}

.product_txt{
    margin: 20px 15px 0 15px;
    text-align: center;
}

.subcontxt p.product_summary{
    font-size: 14px !important;
}

.subcontxt .sub_table{
    border: 1px solid #ccc;
}

.subcontxt .sub_table th{
    border: none !important;
    border-right: 1px solid #ccc !important;
}

.product_txt .sub_table th{
    background: #fff;
}

.subcontxt .sub_table td{
    padding: 15px 25px;
    text-align: left;
    background-color: #fff;
}


.bi-chevron-left::before, .bi-chevron-right::before {
    font-weight: 600 !important;
    font-size: 30px;
    background: #ccc;
    padding: 10px;
    color: #fff;
    border-radius: 30px;
}

.bi-chevron-right::before {
    padding: 10px 8px 10px 12px;
}

.sub_product h4{
    text-align: left !important;
    margin: 0 0 10px 0 !important
}

.sub_step p{
    text-align: left !important;
    margin-bottom: 20px !important;
}



@media (max-width: 1440px){
    .slide_product{
        right: 5%;
        top: 42%;
    }

    .slide_product img{
        width: 80%;
    }   
}

/* 노트북 */
@media (max-width: 1024px){

    .slide_product{
        right: 5%;
        top: 50%;
    }

    .slide_product img{
        width: 60%;
    }   

    .container{
        max-width: 1024px !important;
    }

    .mob-btn{
        top: 22px !important;
    }

    .main-nav > ul > li ul{
        background-color: #fff;
    }


    #footerarea .col-md-3 h2{
        font-size: 24px !important;
    }

}

@media (max-width: 768px){
 
    .addarea {
        padding: 10px;
    }

    .product_inner ul{
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .subcontxt h3{
        font-size: 20px !important;
    }

    .subcontxt.row{
        margin: 0;
    }

    .noticeoutput tr td:nth-child(2), .noticeoutput tr td:nth-child(3){
        width: 50% !important;
        text-align: right !important;
    }
    
    .maingotobtn .gotobtnarea li{
        padding: 42px !important;
    }

    .htitle a{
        width: 130px;
        height: 40px;
        font-size: 16px !important;
        line-height: 40px !important;
    }

    .htitle a::after{
        line-height: 40px !important;
    }

    .main_about_txt{
        padding: 20px;
    }

    .htitle p br{
        display: none;
    }

    .htitle h2{
        font-size: 26px !important;
    }
    
    .htitle h3{
        font-size: 20px !important;
    }

    .slide_txtarea p br{
        display: none;
    }

    .slide_product{
        top: 40%;
        right: 50%;
        transform: translateX(50%);
    }

    .slide_product img{
        width: 100%;
        padding: 10%;
    }

    .carousel-indicators{
        justify-content: center;
    }

    .carousel-caption{
        bottom: 55% !important;
    }

    .slide_txtarea h2{
        font-size: 30px !important;
        line-height: 1.2em !important;
    }

    .slide_txtarea p{
        font-size: 18px !important;
    }

    .carousel-indicators{
        bottom: 5% !important;
    }

    .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){

    .m_none{
        display: none;
    }

    .m_br{
        display: unset !important;
    }

    body{
        word-break: keep-all;
    }

    .subcontxt p{
        font-size: 16px !important;
    }

    .col-md-10.footersubarea ul{
        text-align: center;
        margin-top: 20px !important;
    }

    .noticeoutput tr td:nth-child(2), .noticeoutput tr td:nth-child(3){
        width: 100% !important;
        text-align: left !important;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon{
        display: none;
    }

    #footersubarea ul{
        margin-top: 20px !important;
    }

    .maingotobtn .mnoticearea{
        margin-bottom: 20px;
    }

    .maingotobtn .gotobtnarea li{
        padding: 15px !important;
    }

    .htitle h2{
        font-size: 24px !important;
    }

    .htitle h3{
        font-size: 20px !important;
    }



    .main_about_txt p br{
        display: none;
    }

    .mov_divs{
        margin: 0 !important;
    }

    .main_about_img{
        height: 200px;
    }
    
    .main_about_txt{
        padding: 30px 20px;
    }

    .slide_txtarea p{
        font-size: 15px !important;
    }

    .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: 55% !important;
    }

    .carousel-indicators{
        bottom: 5% !important;
        justify-content: center;
    }

    #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%;
    }

    .slide_product{
        top: 40%;
      left: 16%;
      right: unset;
      transform: unset;
    }

    .slide_product img{
        width: 80%;
    }

}