@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; word-break: keep-all !important;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}



.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}

/* 상단 네비게이션 */

.navbar.navbar-inverse{
    background: transparent;
    border-bottom: 0;
    margin: 0px auto 0;
    transition: all .2s ease;
}
.navbar.navbar-inverse > .gnb{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 1170px;
    height: 100%;
    background: #fff;
    transition: all .3s ease;
    z-index: -1;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
.navbar.navbar-inverse > .container{
    background: #fff;
}
.navbar-header .navbar-brand {
    display: block;
    padding: 0;
    font-size: 20px;
    margin-left: 0 !important;
    margin-top: 8px;
    width: 190px;
}
.navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}
.navbar-right {
    margin-right: 20px;
}
.nav.navbar-nav > li > a {
    display: block;
    height: 100%;
    padding: 30px 15px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.015em;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover{
    color: #1852ad;
    background: none;
}
.nav.navbar-nav li .dropdown-menu {
    left: 0;
    right: 0;
    border-radius: 0;
    border: 0;
    padding: 0;
    box-shadow: none;
    background: #eee;
}
.nav.navbar-nav li .dropdown-menu li a {
    font-size: 14px;
    padding: 10px 15px;
    border-bottom: 1px solid #d6d6d6;
}
.nav.navbar-nav li .dropdown-menu li:last-child a{
    border-bottom:none;
}
.nav.navbar-nav li .dropdown-menu li a:hover {
    background: #1852ad;
    color: #fff;
}

@media (max-width: 767px){
    
    .navbar-header .navbar-brand{
        width: 120px;
        margin-left: 15px !important;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #1D2088;
        background: #1D2088;
    }
    .navbar-inverse .navbar-toggle:hover {
        border-color: #1D2088 !important;
        background: #1D2088 !important;
    }
    .nav.navbar-nav{
        margin: 0;
    }
    .nav.navbar-nav > li > a{
        padding: 15px;
        text-align: center;
    }
    .nav.navbar-nav li .dropdown-menu li a{
        text-align: center;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    .navbar.navbar-inverse{
        padding: 25px 0;
    }
    .navbar-header .navbar-brand{
        width: 120px;
    }
    .nav.navbar-nav{
        margin-right: 0;
    }
    .nav.navbar-nav > li > a{
        font-size: 13px;
        padding: 15px 10px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    
    .navbar-header .navbar-brand{
        margin-top: 17px;
        width: 150px;
    }
    .navbar.navbar-inverse{
        padding: 20px 0;
    }
}
@media (min-width: 1200px){

}

/* //상단 네비게이션 */

/* 슬라이드 영역 */

.fill{
    height: 830px;
}
.container.container_slide{
	width: 100%;
	padding: 0;
}
.carousel-inner .item .carousel-caption{
    top: 50%;
    bottom: auto;
    padding:0;
    transform: translateY(-50%);
}
.carousel-inner .item .carousel-caption h1,
.carousel-inner .item .carousel-caption p{
    text-align: left;
}
.carousel-inner .item .carousel-caption h1 {
    font-size: 95px;
    margin: 0 -5px 30px;
    letter-spacing: -0.02em;
}
.carousel-inner .item .carousel-caption p {
    font-size: 24px;
    margin-bottom: 0;
    letter-spacing: -0.02em;
    font-weight: 300;
    line-height: 1.65;
}
.carousel-inner .item .carousel-caption h1 span,
.carousel-inner .item .carousel-caption p span{
    background-color: transparent;
    text-shadow: none;
    opacity: 1;
	padding: 0;
}

@media (max-width: 767px){
    .fill{
        height: 400px;
    }
    .carousel-inner .item .carousel-caption h1{
        font-size: 50px;
    }
    .carousel-inner .item .carousel-caption p{
        font-size: 18px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    
}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* //슬라이드 영역 */

/* 메인 중단영역 */
.mobile-btn-layout-container{
	display: none;
}
.container_contents, .intro-html-layout, .intro-html-layout > .col-sm-12 {
    width: 100%;
    margin: 0;
    padding: 0;
}
.intro-html-layout [class^="sec"]{
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
}
.main-intro {
    padding-left: 25px;
    padding-top: 80px;
}
.sec1{
    background: #fff;
}
.sec1 img{
    /* box-shadow: 3px 3px 6px rgba(0,0,0,0.34); */
}
.sec1 h4 {
    font-size: 50px;
    font-weight: 400;
    color: #222;
    letter-spacing: -0.04em;
    margin: 0 0 20px;
}
.sec1 p {
    font-size: 18px;
    margin-bottom: 70px;
    line-height: 1.7;
    letter-spacing: -0.03em;
}
.sec1 p .company{
    color: #1852ad;
    font-weight: 500;;
}
.sec1 .link-btn {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #333;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: -0.03em;
}
.sec1 .link-btn:hover {
    background: #111;
    color: #fff;
}
.sec2{
    background: #374473;
}
.sec2 .thumbnail{
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    border: 0;
}
@media (max-width: 767px){
    .intro-html-layout .sec1{
        padding-top: 80px;
    }
    .sec2 .thumbnail{
        margin-bottom: 30px;
    }
    .main-intro{
        padding: 0;
    }
}
.sec2 .thumbnail .caption {
    background: #fff;
    padding: 40px 30px 20px 30px;
    min-height: 195px;
}
.sec2 .thumbnail .caption h4 {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 15px;
    position: relative;
    letter-spacing: -0.04em;
    color: #222;
}
.sec2 .thumbnail .caption .row{
    padding-left: 0;
    margin-bottom: 0;
}
.sec2 .thumbnail .caption .row .col-xs-6 {
    position: relative;
    padding-left: 30px;
    margin-bottom: 4px;
}
.sec2 .thumbnail .caption .row .col-xs-6::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 17px;
    display: block;
    width: 4px;
    height: 4px;
    background: #bbb;
}
.sec2 .thumbnail .caption .row .col-xs-6 > a {
    color: #333;
    font-size: 15px;
}
.sec2 > .container > .row > .bottom{
    margin-top: 30px;
}
.sec2 > .container > .row > .bottom > .main-biz{
    min-height: 165px;
    position: relative;
}
.sec2 > .container > .row > .bottom > .main-biz::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.28);
    transition: all ease 0.3s;
}
.sec2 > .container > .row > .bottom > .main-biz:hover:before {
    background: rgba(0,0,0,0.55);
}
.sec2 > .container > .row > .bottom:nth-child(4) > .main-biz:first-child{
    margin-bottom: 30px;
    background: url('/skin/img/main/main-biz03.jpg') no-repeat center / cover;
}
.sec2 > .container > .row > .bottom:nth-child(5) > .main-biz:last-child{
    background: url('/skin/img/main/main-biz04.jpg') no-repeat center / cover;
}
.sec2 > .container > .row > .bottom > .main-biz > .bttm-link {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px 25px;
    text-decoration:none;
}
.sec2 > .container > .row > .bottom > .main-biz > .bttm-link > h4 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    letter-spacing: -0.04em;
    color: #fff;
    position: relative;
    height: 100%;
}
.sec2 > .container > .row > .bottom > .main-biz > .bttm-link > h4:after {
    content: "\f105";
    font-family: "FontAwesome";
    margin-left: 10px;
    transition: all ease 0.3s;
}
.sec2 > .container > .row > .bottom > .main-biz > .bttm-link:hover h4:after {
    margin-left: 20px;
}
@media (max-width: 767px){
    .sec1 img{
        margin-top: 50px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    .sec2 .thumbnail .caption{
        min-height: 259px;
    }
    .sec2 .thumbnail .caption .row .col-xs-6 > a{
        font-size: 14px;;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .sec2 > .container > .row > .col-sm-4:last-child > .main-biz{
        min-height: 134px;
    }
    .sec2 .thumbnail .caption{
        padding: 15px 30px 8px 30px;
        min-height: 164px;
    }
}
@media (min-width: 1200px){

}

/* //메인 중단영역 */

/* 서브페이지 */

.container.sub-layout {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.subHeader {
    height: 420px;
    background-color: #333;
    background-image: url(/skin/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.subHeader .container h2 {
    color: #fff;
    font-size: 54px;
    margin: 215px 0 15px;
    display: inline-block;
}
.subHeader .container .breadcrumb {
    background: none;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 13px;
}
.subHeader .container .breadcrumb li a{
    color: #ccc;
}
.subHeader .container .breadcrumb li.active{
    color: #fff;
}


.subContent .btn-area{
    padding: 30px 0 0;
    text-align: right;
}
.subContent .btn-area a.btn-contact{
    display: inline-block;
    padding: 15px 28px;
    background: #1D2088;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.subContent .btn-area a.btn-contact:hover{
    text-decoration: none;
    background: #070a56;
}
.subContent .btn-area a.btn-contact > .fa{
    margin-right: 10px;
    padding-left: 0;
}

.subContent_title {
    font-size: 42px;
    font-weight: 400;
    color: #222;
    letter-spacing: -0.01em;
    margin: 50px 0 50px;
}
#About .subContent_title{
    display: none;
}
.subContent_title > small {
    font-size: 24px;
    display: block;
    padding: 15px 0;
    font-weight: 300;
    color: #333;
}
.subContent_inner .content{
    padding-top: 100px;
    padding-bottom: 100px
}
.subContent_inner .content:nth-child(2n){
    background: #f6f7f9;
}
.subContent_inner .content h4 {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 25px;
    padding-left: 13px;
    position: relative;
    letter-spacing: -0.04em;
    color: #222;
}
.subContent_inner .content h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
    background: #1852ad;
    display: block;
    margin: 0 0 15px;
}
#About .con1 .col-md-6:last-child {
    padding-left: 40px;
    padding-top: 130px;
}
#About .con1 h4 {
    font-size: 42px;
    font-weight: 400;
    color: #222;
    padding-left: 0;
}
#About .con1 h4:before {
    content: "MK E&S";
    color: #1852ad;
    display: block;
    position: relative;
    left: 3px;
    top: 0;
    width: auto;
    height: auto;
    background: rgba(0,0,0,0);
    font-size: 16px;
    letter-spacing: 0.03em;
    font-weight: 600;
    margin: 0 0 10px;
}
#About .con1 p {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin: -0.03em;
}
#About .content h4::after,
#About .content h5::after{
    content: '';
    clear: both;
    display: table;
}
#About .content h4 > a{
    float: right;
    font-size: 20px;
    color: #999;
    margin-top: 8px;
}
#About .content h5 > a{
    float: right;
    color: #a7a7a7;
    font-size: 15px;
    margin-top: 0px;
}

[id^="MotorSolve"] .fe1 p {
    margin-bottom: 50px;
}
#MotorSolve02 .fe3 .content-inner {
    margin: 20px 0;
}
#MotorSolve01 .subContent_inner .ov1 .img-box{
    min-height: 514px;
}
#MotorSolve02 .subContent_inner .ov1 .img-box{
    min-height: 515px;
}
#MotorSolve03 .subContent_inner .ov1 .img-box{
    min-height: 488px;
}
#MotorSolve04 .subContent_inner .ov1 .img-box{
    min-height: 448px;
}
#MotorSolve01 .subContent_inner .fe1 .img-box{
    min-height: 207px;
}
#MotorSolve02 .subContent_inner .fe3 .img-box{
    min-height: 217px;
}
.subContent_inner .content .list-content{
    padding: 0 20px;
    margin-bottom: 0; 
}
 .subContent_inner .content .list-check{
    padding: 20px 30px;
    margin-bottom: 0; 
}
.subContent_inner .content .list-inner {
    padding: 8px;
    margin-bottom: 14px;
}
.subContent_inner .content .list-content > li, 
.subContent_inner .content .list-check > li {
    font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: -0.025em;
    position: relative;
    color: #4f4f4f;
}
.subContent_inner .content .list-inner > li {
    font-size: 15px;
    color: #777;
    margin-top: 4px;
}
.subContent_inner .content .list-content > li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #bbb;
    position: absolute;
    top: 10px;
    left: -13px;
}
.subContent_inner .content .list-check > li::before{
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: -22px;
    color: #1852ad;
}
.subContent_inner .content .list-inner > li::before{
    content: '-';
    margin-right: 10px;
}
.content-inner {
    margin: 28px 0 0;
}
.subContent i {
    font-family: "FontAwesome";
    font-style: normal;
}
a i {
    padding-left: 10px;
    font-weight: 600;
}


#About .subContent_inner .content-box{
    background: #fff;
}
#About .subContent_inner .content-box img{
}
#About .subContent_inner .content dl {
    background: #fff;
    padding: 45px 30px;
}
#About .subContent_inner .content dl dt {
    font-size: 24px;
    font-weight: 500;
    color: #1852ad;
    letter-spacing: -0.02em;
    margin: 0 0 13px;
    height: 68px;
}
#About .subContent_inner .content dl dd {
    font-size: 17px;
    color: #4f4f4f;
    letter-spacing: -0.03em;
    line-height: 1.6;
}
/* .subContent_inner .img-box h5{
    font-size: 20px;
    margin-top: 0;
    text-align: center;
} */

.subContent_inner .img-box .label {
    color: #777;
    font-weight: 400;
    display: block;
    width: 100%;
    white-space: normal;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 8px;
    margin-bottom: 10px;
}
.subContent_inner .nav-tabs {
    border-bottom: 3px solid #1852ad;
}
.subContent_inner .nav-tabs > li {
    margin: 0;
    border-radius: 0;
}
.subContent_inner .nav-tabs > li > a {
    color: #888;
    background: #f8f8f8;
    font-size: 18px;
    border-radius: 0;
    padding: 15px 60px;
    border: 1px solid #ccc;
    border-bottom: none;
    margin: 0;
    margin-right: -1px;
}
.subContent_inner .nav-tabs > li.active > a {
    background: #1852ad;
    color: #fff;
    border-color: #1852ad;
}
.subContent_inner .content .fe-box {
    padding: 25px 35px;
    border: 1px solid #d6d6d6;
    margin-bottom: 30px;
    background: #fff;
}
.subContent_inner .content .fe-box h5 {
    margin-bottom: 5px;
}
.subContent_inner .content h5 {
    font-size: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #1852ad;
    letter-spacing: -0.03em;
    margin: 0 0 15px;
}

.subContent_inner .img-box{
    margin-bottom: 30px;
}
.subContent_inner .img-box h5{
    border-bottom: 2px solid;
    padding-bottom: 8px;
}
.subContent_inner .img-box img{
    width: 100%;
}
.subContent_inner .content p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #666;
}
.subContent_inner .content p b{
    font-weight: 500;
    color: #1852ad;
}
.subContent_inner .content p.added {
    font-size: 15px;
    font-style: italic;
    padding: 20px;
    margin-top: 5px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    color: #5c77a0;
    background: #fff;
}
.subContent_inner .content p.intro {
    font-size: 20px;
    padding: 35px 40px;
    border: 4px solid #eee;
    margin-bottom: 30px;
    line-height: 1.4;
    letter-spacing: -0.015em;
}
.subContent_inner .app-box {
    padding: 40px 60px;
    border: 1px solid #d6d6d6;
    margin-bottom: 15px;
    background: #fff;
}
.subContent_inner .app-box h5 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 22px;
}
.subContent_inner .panel .table-responsive table {
    border-top: 2px solid #333;
    margin: 10px 0 30px;
}
.subContent_inner .panel .table-responsive table tr{
    border-bottom: 1px solid #d6d6d6;
}
.subContent_inner .panel .table-responsive table tr th, 
.subContent_inner .panel .table-responsive table tr td{
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    padding: 12px 10px;
}
.subContent_inner .panel .table-responsive table tr th {
    background: #eaeaea;
}

.subContent_inner .panel-body h5{
    font-size: 20px;
    color: #1852ad;
}
.subContent_inner .panel-body p.result {
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.025em;
    line-height: 1.6;
    font-weight: 500;
    padding: 20px;
    border: 1px solid #1852ad;
    background: #f7f8ff;
    margin: 30px 0 0;
}
.option-box p {
    margin-bottom: 25px;
}

#Magnet01 .overview-box {
    background: #fff;
    padding: 30px 25px;
    margin-bottom: 15px;
    border: 1px solid #d6d6d6;
    border-left: 2px solid #1852ad;
}
#Magnet01 .overview-box h4 {
    font-size: 24px;
    margin-bottom: 10px;
}
#Magnet01 .overview-box h4:before {
    content: none;
}
#Magnet01 .overview-box p {
    margin-left: 12px;
    margin-bottom: 0;
}
#TechnicalConsulting .panel-group{
    padding: 80px 0;
}
#TechnicalConsulting .panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
#TechnicalConsulting .panel-group .container:first-child .panel {
    border-top: 3px solid #1852ad;
}
#TechnicalConsulting .panel .panel-heading {
    padding: 0;
    background: none;
    border-bottom: 1px solid #d6d6d6;
}
#TechnicalConsulting .panel .panel-heading h4 {
    padding: 28px 20px;
    font-size: 24px;
    background: none;
    letter-spacing: -0.025em;
}
#TechnicalConsulting .panel .panel-heading h4 a{
    display: block;
    position: relative;
}
#TechnicalConsulting .panel .panel-heading h4 a:after{
    content: url('/skin/img/sub/plus_icon.png');
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#TechnicalConsulting .panel .panel-body {
    padding: 50px 100px;
    background: #f8f8f8;
    border-bottom: 1px solid #aaa;
    border-top: none;
}
#TechnicalConsulting .panel .panel-body h5 {
    margin: 0 0 15px;
}


#Simcenter .subContent_inner .content p{
    font-size: 16px;
}
#Simcenter .subContent_inner .content .thumbnail{
    padding: 0;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 30px;
    display: block;
    transition: all 0.4s ease;
}
#Simcenter .subContent_inner .content a.thumbnail:hover{
    text-decoration: none;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.26);
    border-color: #2A60B3;
}
#Simcenter .subContent_inner .content .thumbnail .caption {
    padding: 20px 25px;
    min-height: 360px;
    position: relative;
}
#Simcenter .subContent_inner .content h5{
    font-size: 18px;
}
#Simcenter .subContent_inner .content .thumbnail .caption p{
    font-size: 14px;
    margin-bottom:0;
}
#Simcenter .subContent_inner .content .thumbnail .fa{
    position: absolute;
    bottom: 20px;
    left: auto;
    right: 25px;
    font-size: 25px;
    display: block;
    width: 30px;
    height: 30px;
    background: #2A60B3;
    line-height: 29px;
    text-align: center;
    padding-left: 4px;
    color: #fff;
}

#BBS {
    padding-bottom: 100px;
}


.dh-board > .table-hover {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
    margin: 0px 0 30px;
}
.dh-board .table-hover thead th {
    background: #f6f6f6;
    font-weight:600;
    color:#333;
    padding:16px 14px;
    font-size: 16px;
}
.dh-board .table-hover tbody td {
    font-size: 16px;
    color: #4f4f4f;
    padding: 16px 14px;
    border-bottom: 1px solid #ddd;
    letter-spacing: -0.03em;
}
.dh-board > .table-hover > tbody > tr:hover td{
    background-color: #fff;
}
.dh-board tbody td.subject strong a {
    font-weight:400;
}
.dh-board tbody td.subject strong a:hover{
    text-decoration: underline;
}
.dh-margin-top{margin-top: 10px; display: inline-block;}

.dh-board .label{
    background: transparent;
     padding: 0px 5px 0px;
      font-size: 90%;
}
.dh-board .label-danger{
    color: #ea3434;
}
.dh-board .label-primary{
    color: #2b5cb7;
}
.dh-board .label-default{
    color:#999
}
#btnNew {
    background: #333;
    border-color: #333;
}
.pagination > .active > a, 
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span, 
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #1852ad;
    border: 1px solid #1852ad !important;
}
.dh-margin-top form#insertForm {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 0;
}
.btnRead {font-weight: 500;}
.btn-default, .btn-primary, .btn-danger {background-image: none;}
.btn-group, .btn-group-vertical {margin: 10px 0 30px;}

.dh-view-box{margin-top: 40px;}
.sns-box{display: none;}
.dh-view-box>.row>.page-header {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    margin: 0;
}
.dh-view-box>.row>.page-header>h4 {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
    position: relative;
    letter-spacing: -0.04em;
}
.dh-view-box>.row>.dh-view-info {
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 8px 20px 8px;
    color: #aaa;
}
.dh-view-box>.row>.dh-view-info>span{padding: 0 15px 0 0;}
.dh-view-box>.row>.dh-view-info>span>strong{color: #888; padding: 0 5px 0 0;}
.dh-view-box .dh-attach h6{margin: 0 0 0; padding: 5px 5px 0;}
.dh-view-box>.row:nth-child(2)>div:nth-child(3){padding: 15px 20px 40px !important;}


.mtdex-composition{display: grid;grid-template-columns: 1fr 1fr;gap: 30px 30px;}
.mtdex-composition > .box{}
.mtdex-composition > .box:nth-child(1){order: 1;}
.mtdex-composition > .box:nth-child(2){order: 3;margin-top: -227px;}
.mtdex-composition > .box:nth-child(3){order: 2;}
.mtdex-composition > .box > h5{
    font-size: 20px;
}
.mtdex-composition > .box img{}
.mtdex-composition > .box .row img{}
.mtdex-composition > .box .img-caption{
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    padding: 5px 0;
    margin: 0;
}

.mtdex-spec{
    padding: 45px 60px;
    margin: 0;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fill, minmax(48%, auto));
    grid-template-rows: repeat(6, minmax(auto,auto));
    gap: 8px;
    border: 1px solid #ddd;
}
.mtdex-spec > li{
    position: relative;
    font-size: 18px;
    padding-left: 10px;
}
.mtdex-spec > li::before{
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 0;
}

#Consulting19 .motor-wrap{
    display: flex;
    gap: 30px;
}

@media (max-width: 767px){
    .subHeader{
        height: 240px;
        text-align: center;
    }
    .subHeader .container h2{
        margin-top: 105px;
        font-size: 36px;
    }
    #About .con3 .img-box, #About .con4 .img-box{
        margin-bottom: 30px;
    }
    .subContent_inner .nav-tabs > li{
        width: 100%;
        text-align: center;
    }
    .subContent_inner .nav-tabs > li > a{
        font-size: 14px;
    }
    .subContent_inner .content p.intro{
        font-size: 18px;
        padding: 30px 20px;
    }
    .subContent_inner .app-box{
        padding: 20px 25px;
    }
    .subContent_title > small{
        font-size: 20px;
    }
    #TechnicalConsulting .panel .panel-body{
        padding: 50px 30px;
    }
    .subContent_title{
        font-size: 32px;
    }
    #TechnicalConsulting .panel .panel-heading h4{
        font-size: 20px;
    }
    #mailForm .form-group label, #mailForm .form-group .form-control{
        width: 100% !important;
    }
    #Contact .bbs-area{
        padding: 50px 30px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #About .con1 .col-md-6:last-child{
        padding-top: 0;
    }
    .subContent_inner .nav-tabs > li{
        width: 25%;
    }
    .subContent_inner .nav-tabs > li > a{
        font-size: 14px;
        padding: 15px 20px;
        text-align: center;
    }
    .subContent_title{
        font-size: 36px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}

/* //서브페이지 */

/* 푸터 */

.footer_copy .text-center {
    text-align: left;
    padding: 80px 15px;
    background: #222;
    color: #999;
    font-size: 14px;
}
.footer_copy .wrap-footer .footer-text p {
    font-size: 14px;
    color: #999;
}
.footer_copy .wrap-footer .footer-text ul {
    padding-left: 0;
    margin-bottom: 1px;
}
.footer_copy .wrap-footer .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
.footer_copy .wrap-footer .footer-text ul li {
    float: left;
    margin-right: 10px;
}
.footer_copy .wrap-footer .footer-text ul li address{
    margin-bottom: 0;
}
.footer_copy .wrap-footer .footer-text .copyrights {
    display: block;
    margin-top: 15px;
    font-size: 13px;
    color: #666;
}

.footer_copy .wrap-footer .footer-link{
    text-align: right;
}
.footer_copy .wrap-footer .footer-link .link{
    display: inline-block;
    padding: 3px 7px;
    border-radius: 5px;
    background: #5F5F62;
    color: #bbb;
    margin-left: 5px;
}
.footer_copy .wrap-footer .footer-link .link:hover{
    color: #fff;
}

@media (max-width: 767px){
    .footer_copy .wrap-footer .footer-link{
        padding: 15px 15px 0;
        text-align: left;
    }
}
@media (min-width: 768px) and  (max-width: 991px){

}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}

/* //푸터 */


.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
    margin: 50px 0;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}



/* login */
.join-layout{
    padding-top: 200px !important;
    background: #f6f6f6;
}
.join-agree-area,
.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f6f6f6;
    padding: 100px 15px;
	margin-top:-30px;
}

.join-agree-area > .panel,
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.join-agree-area > .panel, #joinForm{
    max-width: 900px;
}
#joinForm{
    margin: 50px auto;
    border-radius: 0;
}
#joinForm > .panel{
    border-radius: 0;
}
#joinForm .panel-heading,
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
    display: none;
}

.join-agree-area > .panel > .panel-body .form-group-item:nth-child(2) .form-control{
    border-radius: 0;
}
.join-agree-area > .panel > .panel-footer,
#joinForm .panel-footer{
    background: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
    padding: 0;
}

.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}

.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2 {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}

.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}

.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}

.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.login-layout label,
.id-find-layout label,
.pw-find-layout label {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}

.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
	border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}

.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #1852AD;
}
#joinForm .btn-success,
.join-agree-area .btn-default,
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #1852AD;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}
.join-agree-area .btn-default{
    color: #fff;
}
#joinForm .btn-success{
    margin-top: 0;
}
#joinForm .btn-default{
    border-radius: 0;
}

#joinForm .btn-success:hover,
.join-agree-area .btn-default:hover,
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #2494d4;
}

.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p {
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}

.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}

.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px) {

    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }

    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }

    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2 {
        font-size: 24px;
    }

    .inner-box-msg p {
        font-size: 12px;
    }

    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }

    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control {
        font-size: 13px;
        height: 36px;
    }

    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a {
        font-size: 12px;
    }

    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning {
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}
.bbs-area .table > thead > tr > th, .table > tbody > tr > th,
.bbs-area .table > tfoot > tr > th, .table > thead > tr > td,
.bbs-area .table > tbody > tr > td, .table > tfoot > tr > td{
	padding: 14px 10px; color: #666;
}
.bbs-area .table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    color: #333;
    background: #f5f5f5;
}
.bbs-area .table > tbody > tr > td {
    border-bottom: 1px solid #e0e0e0;
}
.bbs-area .table > tbody > tr > td > strong > a{
	color: #666;
}
.bbs-area .dh-board > .table-hover {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    margin: 0 0;
}
.bbs-area .dh-board > .table-hover > tbody > tr:hover td{background-color: #fcfcfc;}
.bbs-area .table > tbody > tr:hover > td > strong > a{color: #222;}
.bbs-area .dh-margin-top{margin-top: 30px; display: inline-block;}

.bbs-area .label{background: transparent; padding: 0px 5px 0px; font-size: 90%;}
.bbs-area .label-danger{color: #006cb6;}
.bbs-area .label-primary{color: #2b5cb7;}
.bbs-area .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background-color: #3c9aef; border: 1px solid #3c9aef !important;}
.bbs-area .pagination > li > a:focus, .pagination > li > a:hover, .pagination> li > span:focus, .pagination>li>span:hover{color: #9D8478;}
.bbs-area .dh-margin-top form#insertForm {width: 100%; max-width: 100%; display: block; margin: 0 0 0;}
.bbs-area .btnRead {font-weight: 400;}
.bbs-area .btn-default, .bbs-area .btn-primary, .btn-danger {background-image: none;}
.bbs-area .btn-group, .bbs-area .btn-group-vertical {margin: 10px 0 30px;}
button#btnNew {
    border-color: #333;
    background: #333;
}

.bbs-area .dh-view-box{margin-top: 40px;}
.bbs-area .sns-box{display: none;}
.bbs-area .dh-view-box>.row>.page-header {
    border-top: 2px solid #333;
    border-bottom: 1px solid #e0e0e0;
    padding: 18px 15px;
    margin: 0;
}
.bbs-area .dh-view-box>.row>.page-header>h4 {
    color: #333;
    font-size: 24px;
    letter-spacing: -0.02em;
    margin: 0;
    font-weight: 600;
}
.bbs-area .dh-view-box>.row>.dh-view-info{border-bottom: 1px solid #ccc; background: transparent; padding: 8px 20px 8px; color: #888;}
.bbs-area .dh-view-box>.row>.dh-view-info>span{padding: 0 15px 0 0;}
.bbs-area .dh-view-box>.row>.dh-view-info>span>strong{color: #555; padding: 0 5px 0 0;}
.bbs-area .dh-view-box .dh-attach h6{margin: 0 0 0; padding: 5px 5px 0;}
.bbs-area .dh-view-box>.row:nth-child(2)>div:nth-child(3){padding: 15px 20px 40px !important;}

.bbs-area .dh-alert.text-center{
    display: none;
}

#Contact .bbs-area{
	padding: 60px 60px;
	background: #f5f5f5;
}
#mailForm{
	width: 100%;
	margin: 0 auto;
}
#mailForm .form-group{
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#mailForm .form-group:after{
	content: '';
	display: table;
	clear: both;
}
#mailForm .form-group label {
    float: left;
    width: 20%;
    font-size: 16px;
    margin: 8px 0 0;
}
#mailForm .form-group label[for="mail_agree"]{
	width: 100%;f
	font-size: 12px;
}
#mailForm .form-group .form-control{
	float: left;
	width: 80%;
	border-radius: 0;
	height:auto;
}
.bbs-area #mailForm .btn {
    padding: 15px 15px;
    background: #3c9aef;
    border: none;
    border-radius: 0;
    max-width: 200px;
    margin: 0 auto;
}