/*--------------------------------------------------------
메인
--------------------------------------------------------*/

#resdivs {background-color: #fc2035!important;}
.top-menu {
    display: flex;
    justify-content: flex-end;
    border-right: 1px solid #fff;
}
.resmn li {
    border-left: 1px solid #fff!important;
    transition: all 0.5s;
}
.resmn li:hover {background-color: #fff;}
.resmn a {
    display: block;
    color: #fff!important;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 200;
    transition: all 0.5s;
}
.resmn a:hover {color: #fc2035!important; font-weight: 400;}
#header .header_wrap .logo {
    position: static;
}
.logo-wrapper {
    display: flex;
    justify-content: space-between;
}
#header,#header .header_gnb {height: 150px!important;border-bottom: 1px solid #ccc;}
#gnb {
    display: flex!important;
    width: 100%!important;
    justify-content: space-between;
}
.gnb_wrap {
    border-bottom: 1px solid #ccc;
}
#gnb .menu {
    width: 25%!important;
}
#header .header_wrap .logo {position: static!important;}

#header .header_wrap .logo a {
    display: block;
    height: 80px;
    line-height: 80px;
    background: url(../img/logo.png) center no-repeat;
    width: 142px;
    background-size: contain;
}
#gnb .menu:last-child .link {border-right: 1px solid #ccc;}
#gnb .menu .link {
    height: 70px!important;
    line-height: 70px!important;
    display: block;
    width: 100%;
    border-left: 1px solid #ccc;
    font-size: 17px!important;
    color: #222222!important;
}
#gnb .sub_menu {top: 70px!important; border: none!important;}
#gnb .sub_menu a {
    display: block !important;
    padding: 10px 0 !important;
    transition: all 0.5s;
    color: #222 !important;
    line-height: 100%!important;
}
#gnb .sub_menu a:hover {color:#fc2035!important;}
.spec-list {
    height: 80px;
    line-height: 80px!important;
    font-weight: 400;
    color: #363636;
    margin: 0;
}
.spec-list span {
    padding-right: 10px;
    color: #bb0000;
    position: relative;
}
.spec-list span::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 15px;
    background-color: #fc2035;
    top: 6px;
    left: -8px;
}
.owl-item .head-text h1 {
    font-size: 60px;
    font-family: 'Roboto'!important;
    font-weight: 600!important;
    color: #313131;
    text-align: left;
    text-shadow: none;
    margin: auto;
}
.owl-item .head-text p {
    font-size: 24px!important;
    font-weight: 300;
    color: #313131;
    text-align: left;
    text-shadow: none;
}
.head-text p span {
    font-family: 'Roboto';
    font-size: 30px;
    font-weight: 100;
}
.owl-item .head-text.contains {
    margin: auto;
    position: static;
    padding-top: 145px;
}
.owl-item .slide-bg {min-height: 438px;}
.owl-theme .owl-dots .owl-dot {display: none!important;}
.ti-arrow-right, .ti-arrow-left {display: none!important; width: 0!important; height: 0!important;}
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    transition: all 0.5s;
    width: 66px;
    height: 66px;
    background-color: rgba(255,255,255,0);
    border-radius: 50%;
}
.owl-carousel:hover .owl-controls .owl-nav .owl-prev,
.owl-carousel:hover .owl-controls .owl-nav .owl-next {
    opacity: 1 !important;
}

.owl-prev:hover {
    opacity: 1 !important;
    background-color: none !important;
    border-radius: 50%;
    background: rgba(255,255,255,0.5) url(prev.png) center no-repeat!important;
}
.owl-next:hover {
    opacity: 1 !important;
    border-radius: 50%;
    background: rgba(255,255,255,0.5) url(next.png) center no-repeat!important;
}
.ourwork {padding: 50px 0!important;}
.ourwork .contains h2 {
    color: #4a4a4a;
    font-size: 17.5px;
    font-weight: 400;
    letter-spacing: -0.6px;
    padding: 0 0 20px!important;
    text-transform: initial;
}
.products-wrapper {
    display: flex;
    justify-content: space-between;
}
.ourwork .contains ul img {
    width: 225px;
    height: 145px;
    border-radius: 0;
    max-width: 225px;
}
.col-md-6.col-sm-6.col-xs-6.main-product {
    padding: 0;
}
.ourwork .contains a:hover h2 {
    color: #a91212;
}
#footerwap .footer-divs {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
}
.ft-left .cs-menu a {
    font-size: 15px;
    font-family: 'Spoqa Han Sans';
    color: #ebebeb!important;
    letter-spacing: -0.2px;
}
.footer-divs .ft-left ul li span {
    font-size: 15px;
    color: #ebebeb!important;
    line-height: 1.4!important;
    letter-spacing: -0.2px;
    font-weight: 100!important;
}
.ft-left .cs-menu a {
    position: relative;
    font-size: 15px;
    font-family: 'Spoqa Han Sans';
    color: #ebebeb!important;
    letter-spacing: -0.2px;
    transition: all 0.5s;
}
.ft-left .cs-menu a:hover {color:#fc2035!important;}
.footer-divs ul .copy {
    font-family: 'Spoqa Han Sans';
    font-size: 15px;
    color: #c0c0c0!important;
}
#footerwap {background: #3d434f!important;}
.ft-left .cs-menu a::after {
    content: "";
    width: 1px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: 7px;
    left: -1px;
}
.footer-divs .ft-right ul li {
    font-size: 14px;
    font-weight: 200;
    color: #dddddd;
    line-height: 3;
}
.footer-divs .ft-right ul li img {
    margin-right: 8px;
}

.ft-left .cs-menu a:first-child::after{display: none;}


/*-----------------------------------------------------------------------
서브페이지
-----------------------------------------------------------------------*/
.model-intro-wrapper h4 {
    font-size: 1.7em;
    margin: 0!important;
}
.sub-bg-img1 {text-shadow: 1px 1px 1px rgb(0 0 0 / 70%);}

.manage-wrapper {
    border: 1px solid #ddd;
    padding: 25px 30px 10px;
}
.manage-wrapper strong {
    color: #a91212;
    font-size: 18px;
}
.manage-wrapper p {
    display: inline-block;
    font-size: 18px;
    margin-left: 10px;
    color: #a91212;
}
.manage-wrapper span {
    display: block;
    font-size: 15px;
    letter-spacing: -0.2px;
}
.manage-wrapper li {
    margin-bottom: 20px;
}
.box-wrapper {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}
.box-wrapper p span {
    font-size: 25px;
    width: 160px;
    display: block;
    font-weight: 600;
    color: #a91212;
    padding-left: 15px;
}
.box-wrapper p {
    font-size: 24px;
}
.sub-wrapper {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    margin-bottom: 20px!important;
}
.sub-wrapper>li {
    width: 33.33%;
}
.box-wrapper .sub-tit {
    background-color: #eee;
    margin: 10px auto;
    font-size: 18px;
    height: 120px;
    width: 120px;
    line-height: 120px!important;
    border-radius: 50%;
}
.spec-tit {
    color: #a91212;
    font-weight: 600;
    margin: 15px auto 8px;
    width: 90%;
    font-size: 16px!important;
}
.sub-spec li {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: -0.2px;
}
.box-wrapper:first-child {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.box-wrapper .wrap-tit {
    font-size: 25px;
    align-items: center;
    display: flex;
}
.quick-menus ul {
    display: flex;
    justify-content: center;
}
.quick-menus li {width: 50%;}
.quick-menus li:first-child a {background-image: url(quick01.gif); border-right: 1px solid #ddd;}
.quick-menus li:last-child a {background-image: url(quick02.gif);}
.quick-menus a {
    display: block;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
    padding-top: 62px;
    font-size: 15px;
    text-align: center;
    color: #393e46;
    transition: all 0.5s;
}
.quick-menus a:hover {color: #a91212;}
.sub-menus .sub-mn-gp a {transition: all 0.5s;}
.tc {text-align: center!important;}
.vision-wrapper ul {
    display: flex;
    justify-content: space-between;
}
.vision-wrapper ul li {
    width: 33.33%;
    padding: 25px;
}
.vision-tit {
    text-align: center;
    font-size: 18px;
    color: #a91212;
    font-weight: 600;
    line-height: 1.5!important;
    border: 1px solid #a91212;
    padding: 15px 30px;
}
.vision-spec {
    font-size: 14px;
    padding: 5px;
}
#daumRoughmapContainer1617717609707 {
    width: 100%!important;
}
.sub-nav .sub-depth1 {
    display: flex;
    justify-content: center;
}
.sub-nav .sub-depth1 li {
    text-align: center;
    width: 33.333%;
}
.sub-nav .sub-depth1 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    color: #666;
    transition: all 0.5s;
    text-decoration: none;
}
.sub-nav .sub-depth1 .active a {
    background-color: #a91212;
    color: #fff;

}
.sub-nav .sub-depth1 li:hover a {
    background-color: #a91212;
    color: #fff;
}
.tabs-nav {
    display: flex;
    justify-content: center;
}
.tabs-nav li {
    width: 14.99%;
    text-align: center;
}
.via ul.tabs-nav.tabs-nav2 li {
    width: 25%;
}
.tabs-nav li a {
    padding: 10px;
    display: block;
    color: #333;
    transition: all 0.5s;
    font-weight: 500;
    text-decoration: none;
}
.tabs-nav li a:hover {
    color: #fc2035;
    border-bottom: 1px solid #fc2035;
}
.tabs-nav li a.active {
    color: #fc2035;
    border-bottom: 2px solid #fc2035;
}
section#work {
    margin-top: 50px;
}
.tabs-panel {
/*    position: absolute;*/
    width: 100%;
    height: auto;
}
.tabs-panel .inner {
    margin: 50px 0;
    padding: 50px 35px;
    border: 1px solid #ddd;
}
.contents-left {
    float: left;
    margin: 0 20px 0px 0;
}
.product-model {
    font-size: 18px;
    color: #a91212;
}
.product-spec {
    font-size: 14px;
}
.section-body {
/*    height: 550px;*/
}
.model-wrapper {
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px;
    padding: 0 0 10px;
}
.model-list ul {
    display: flex;
    justify-content: space-around;
}
.veiw-more-btn a {
    display: block;
    width: 100%;
    padding: 15px 45px;
    border: 1px solid #ddd;
    color: #666;
    transition: all 0.5s;
}
.veiw-more-btn a:hover {
    color: #fff;
    background-color: #a91212;
}
.model-list {
    margin-top: 40px;
}
.model-intro-wrapper {
    margin-top: 50px;;
    border: 1px solid #ddd;
    padding: 50px 0;
    text-align: center;
}
.btTxt {
    color: #fff;
    font-size: 20px;
    background: #666;
    display: inline-block;
    padding: 10px 20px;
    font-weight: 600;
}
.telFax {
    display: flex;
    justify-content: center;
}
.telFax li {
    padding: 0px 30px;
}
.details-tit {
    color: #333;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.8;
}
.spec01 .details-tit {
    float: left;
    width: 100px;
}
.detail-spec {
    padding: 20px 0;
    margin: 20px 0;
    border-bottom: 1px solid #ddd;
}
.Character-wrapper li {
    padding-bottom: 15px;
}
.detail-spec .Character-wrapper li span {
    font-size: 14px;
}
.specification-wrapper li {
    margin-bottom: 20px;
    background: url(dot.gif) center repeat-x;
    display: inline-block;
    width: 100%;
}
.specification-wrapper li dt {
    float: left;
    background-color: #fff;
    padding-right: 10px;
}
.specification-wrapper li dd {
    float: right;
    background-color: #fff;
    padding-left: 10px;
}
.spec-depth2 {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.spec-depth2 li {
    width: 90%;
}
.sp-li>p {
    font-weight: bold;
}
.sp-li:last-child, .sp-li:last-child li {
    background-image: none;
}
.sp-li:last-child li {
    margin: 0;
    width: 100%;
}
.sp-li:last-child li:nth-child(n+2) {
    padding-left: 20px;
}
.note {
    display: flex;
}
.note dt {
    padding-right: 10px;
    white-space: nowrap;
}
.detail-spec:last-child {
    border: none;
}
.sp-li:last-child dd {
    width: 225px;
}
.cyber .company-cnt .tabs-nav2 li {
    width: 50%;
}
.cyber .content .inner ul li {
    width: 25%;
    margin-bottom: 15px;
}
.cyber .content .inner ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.cyber .content .inner ul li img {
    border: 1px solid #ddd;
}
.overseas .section-body {
/*    height: 300px;*/
}
.overseas .tabs-panel .inner {margin: 0;}

.certification .inner ul li {
    width: 25%;
    margin-bottom: 15px;
    padding: 0 5px;
}
.certification .inner ul li a {
    position: relative;
    display: block;
}
.certification  .inner ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.certification .inner ul li:hover a::before {
    background-color: rgba(0,0,0,0);
}
.cyber-cnt ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.cyber-cnt .inner {
    border: 1px solid #ddd;
    padding: 50px 20px;
}
.as-wrapper {
    border: 1px solid #ddd;
}
.as-wrapper h3 {
    padding: 40px 0 0;
}
.sub-bg-img span {
    font-size: 25px;
    letter-spacing: 3px;
    line-height: 2;
}
.sub-bg-img4 p {
    margin: 0!important;
    line-height: 1.5!important;
    letter-spacing: 3px;
}
.sub-bg-img4 {padding: 76px 0;}
.sub-bg-img4 strong {
    font-size: 17px;
    font-weight: 500;
}
h5.sepc-tit {
    color: #333;
    font-size: 1em;
    font-weight: 900;
}
.detail-wrap table th, .detail-wrap table td {
    border: 1px solid #999!important;
    padding: 5px 10px;
    line-height: 1.5;
}
.detail-wrap table {width: 100%;}
.detail-wrap table th {
    background: #f4f5f6;
    font-size: 0.9em;
    width: 30%;
}
.detail-wrap {
    margin-bottom: 50px;
}
.detail-wrap:last-child {margin-bottom: 0;}
.content {
    background-color: #fff;
}
.company-cnt h3 {letter-spacing: -0.05em!important;}
.bgf,.sp-li .spec-depth2 {background: #fff!important;}
.bgpt {background-position: center 10px!important;}
.bgn {background: none!important;}
.sub-body-cn {min-height: 510px;}


div#daumRoughmapContainer1634691682336 {
    width: 100%!important;
}



/*-----------------------------------------------------------------------
반응형
-----------------------------------------------------------------------*/
@media screen and (max-width: 1199px) {
    .contains {max-width: 90%!important;}
    #resdivs .resmn {padding: 0;}
    #header, #header .header_gnb {height: 80px!important;}
    #header .header_gnb .contains {
        width: 90%;
        margin: 0;
    }
/*    #header .header_wrap .logo a {width: 250px; margin-right: 20px;}*/
    .spec-list {font-size: 14px;}
    .owl-item .head-text h1 {
        font-size: 50px;
    }
    .ourwork .contains ul img {
        max-width: 95%;
        height: auto;
    }
    .ourwork .contains h2 {
        font-size: 18px;
    }
    .ourwork .contains ul {
        margin: 0!important;
        min-height: 100%;
    }
    #gnb {
        display: block!important;
        right: -12%!important;
        max-width: 1000px!important;
        width: 50%!important;
    }
    #gnb .menu {
        width: 100%!important;
        border: none!important;
    }
    #gnb .menu .link {
        border: none;
    }
    #gnb .sub_menu {
        top: 0!important;
    }
    .specification-wrapper li {width: 100%;}
    .veiw-more-btn a {
        padding: 15px 30px;
    }
    .products-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .products-wrapper .main-product:nth-child(-n+4) {
        width: 25%;
        margin-bottom: 50px;
    }
    .inner .tabs-nav2 li {width: 50%;}
    .inner ul.tabs-nav.tabs-nav4 li {
        width: 25%;
    }
    .inner ul.tabs-nav.tabs-nav3 li {
        width: 33.33%;
    }
}
@media screen and (max-width: 1090px) {
    
    .products-wrapper .main-product:nth-child(-n+4) {
        width: 50%;
    }
    .ourwork .contains ul img {width: 100%;
    max-width: 100%;}
}

@media screen and (max-width: 811px) {
    .ourwork .contains h2 {
        font-size: 14px;
    }
    .spec-list {line-height: 1.5!important; padding-top: 19px;}
    #header .header_wrap .logo a {margin-right: 30px;}
    .footer-divs .ft-left ul li span,.footer-divs ul .copy {font-size: 13px;}
    .owl-item .head-text p {font-size: 18px!important;}
    .quick-menus li {
        width: 20%;
        margin-top: 30px;
    }
    .sub-mn-gp br {
        display: none!important;
    }
    .vision-wrapper ul li {
        padding: 5px;
    }
    .tabs-panel {
        width: 100%;
    }
    .section-body {
/*        height: 610px;*/
    }
    .tabs-nav {flex-wrap: wrap;}
    .tabs-nav li {
        width: 25%;
    }
    .via ul.tabs-nav.tabs-nav2 li {width: 50%;}
    .products2 .tabs-nav.tabs-nav1 {justify-content: center;}
}
@media screen and (max-width: 560px) {
    .model-intro-wrapper h4 {font-size: 1.2em;}
    .spec-list {display: none;}
    #gnb {width: 112%!important;}
    .owl-item .slide-bg {
        min-height: 250px;
    }
    .owl-item .head-text.contains {
        padding-top: 70px;
    }
    .owl-item .head-text h1 {
        font-size: 30px;
    }
    .head-text p span {font-size: 18px;}
    .products-wrapper {
        flex-wrap: wrap;
    }
    .main-product {
        margin-bottom: 30px;
    }
    #footerwap .footer-divs {
        display: block;
    }
    .quick-menus li {
        width: 50%;
        margin-top: 30px;
    }
    .box-wrapper p span {
        width: 100px;
        font-size: 17px;
    }
    .sub-wrapper {flex-wrap: wrap;}
    .box-wrapper>p:first-child {
        display: flex;
        align-items: center;
        border-right: 1px solid #ddd;
    }
    .box-wrapper>p:nth-child(2) {
        padding-left: 15px;
    }
    .sub-wrapper>li {
        width: 100%;
        margin-bottom: 20px;
    }
    .vision-wrapper ul {
        flex-wrap: wrap;
    }
    .vision-wrapper ul li {
        width: 100%;
    }
    .root_daum_roughmap .wrap_map {
        height: 200px!important;
    }
    .sub-nav .sub-depth1 {
        flex-wrap: wrap;
    }
    .sub-nav .sub-depth1 li {
        width: 100%;
        margin-bottom: 5px;
    }
    .tabs-nav {
        flex-wrap: wrap;
        justify-content: start;
    }
    .tabs-nav li {
        width: 50%;
    }
    .contents-left {
        float: initial;
        margin: 0px auto;
        text-align: center;
    }
    .section-body {
/*        height: 1070px;*/
    }
    .model-list ul {
        flex-wrap: wrap;
    }
    .veiw-more-btn {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .spec01 .details-tit, .spec02 .details-tit {
        float: initial;
    }
    .sp-li:last-child dd {
        width: auto;
    }
    .cyber .content .inner ul li {
        width: 49%;
        margin-bottom: 10px;
    }
    .cyber .content .inner ul {
        justify-content: space-between;
    }
    .tabs-nav li a {
        line-height: 1.3;
    }
    .section-body {
/*        height: 990px;*/
    }
    .tabs-panel .inner {
        margin: 50px 0;
        padding: 30px 15px;
    }
    .table_02 td:first-child {
        width: 25%;
    }
    .table_02 tbody tr:nth-child(6) .formmail_border {
        width: 27%;
    }.tabs-nav li {
        width: 50%!important;
    }
    .cyber-cnt .inner {
        padding: 20px 5px 10px;
    }
    .certification .inner ul li {
        width: 50%;
    }
    .domestic .section-body {
/*        height: 700px;*/
    }
    .telFax {flex-wrap: wrap;}
    li.sp-li,.spec-depth2 li {background-position: center 8px!important;}
    .specification-wrapper li p {background-color: #fff;}
    .products-wrapper .main-product:nth-child(-n+4) {
        width: 100%;
    }
    .ourwork .contains ul img {width: 90%;}
}