@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;padding-top: 82px;letter-spacing: -0.035em;}
.body-layout > .container{width: 100%; padding: 0;}
/* 폰트 설정 */
.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{
    padding: 0;
    margin: 0;
	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;
}
@media (min-width: 768px){
    .col-sm-20, .col-md-20, .col-lg-20{
        width: 20%;
    }
    .col-sm-40, .col-md-40, .col-lg-40{
        width: 40%;
    }
}

/* 상단 네비게이션 */

.navbar-inverse{
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    background: #fff;
    border-bottom: 0;
}
.navbar-inverse.on{
    background:#fff;
    box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.3);
}
.navbar-inverse .container{
    width: 100%;
    padding: 0;
}
#navbar-bg{
    z-index:1000;
    position:fixed;
    left:0;
    right:0;
    top: 82px;
    background:#fff;
    transition:all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    height:0;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
border-top: 1px solid transparent;}
.navbar-inverse.on #navbar-bg{
    border-top: 1px solid #ddd;
}

.navbar-header {
    margin-top: 13px;
    margin-left: 30px !important;
}
.navbar-header .navbar-brand{
    display: block;
	padding: 0;
    font-size: 20px;
    margin-left: 0 !important;
    height: auto;
}
.navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
}
.navbar-header .navbar-brand > span{
    display: inline-block;
    vertical-align: middle;
font-size: 18px;line-height: 1.2;font-weight: 600;color: #000;margin-left: 10px;}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    text-align: center;
}
.nav.navbar-nav{
    float: none !important;
    text-align: center;
}
.nav.navbar-nav > li{
    float: none;
    display: inline-block;
    width: 150px;
}
.nav.navbar-nav > li.divider-vertical{
    display:none;
}
.nav.navbar-nav > li > a{
    display: block;
    height: 100%;
    padding: 31px 0px;
    font-size: 19px;
    color: #333;
    font-weight: 500;
    letter-spacing: -0.04em;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:focus,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li.open > a:hover,
.nav.navbar-nav > li.open > a:focus{
    color: #0054A6;
    background: none;
}
.nav.navbar-nav li .dropdown-menu{
    left: 0;
    right: 0;
    border-radius: 0;
    border: 0;
    padding: 0;
    z-index: 10000;
    box-shadow: none;
    background: none;
    min-width: auto;
    padding-top: 13px;
}
.nav.navbar-nav li .dropdown-menu li a{
    padding: 8px 15px;
    text-align: center;
    font-size: 15px;
}
.nav.navbar-nav li .dropdown-menu li a:hover{
    background: none;
    color: #0054A6;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #fff;
}
.nav.navbar-nav li .dropdown-menu:hover::before {
    content:'';
    display:block;
    position:absolute;
    width: 80px;
    height:2px;
    background: #0054A6;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
}
.hamburger{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: 0;
    background: none;
}
.hamburger .hamb-bar{
    width: 28px;
    height: 2px;
    background: #333;
    border-radius: 50px;
}
.hamburger .hamb-bar + .hamb-bar{
    margin-top: 5px;
}


@media (max-width: 767px){
    .body-layout{

    }
    .navbar-inverse .container {
        width: 100%;
        padding: 0 15px;
    }
    .navbar-header {
        margin-top: 19px;
        margin-left: 0px !important;
    }
    .navbar-header .navbar-brand img {
        width: 105px;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        border: none;
        background: none;
    }
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 0;
        background: none;
        margin: 14px 15px 19px 0;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #0054a6;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 26px;
        height: 2px;
        border-radius: 1px;
    }
    .nav.navbar-nav > li {
        float: none;
        display: block;
        width: auto;
    }
    .nav.navbar-nav > li > a {
        padding: 18px 0px;
    }
    .nav.navbar-nav li .dropdown-menu {
        padding-top: 0;
        background: #fafafa;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    .body-layout{
        padding-top: 68px;
    }
    .nav.navbar-nav > li {
        float: none;
        display: inline-block;
        width: 72px;
    }
    .navbar-header .navbar-brand img{
        width: 100px;
    }
    .navbar-header .navbar-brand > span {
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
    }
    .nav.navbar-nav > li > a {
        display: block;
        height: 100%;
        padding: 24px 0px;
        font-size: 15px;
    }
    .nav.navbar-nav li .dropdown-menu li a {
        padding: 8px 0px;
        text-align: center;
        font-size: 12px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .body-layout{
        
    }
    .nav.navbar-nav > li {
        float: none;
        display: inline-block;
        width: 78px;
    }
    .nav.navbar-nav > li > a {
        display: block;
        height: 100%;
        padding: 31px 0px;
        font-size: 15px;
        color: #333;
        font-weight: 500;
        letter-spacing: -0.04em;
    }
    .nav.navbar-nav li .dropdown-menu li a {
        padding: 8px 0px;
        text-align: center;
        font-size: 12px;
    }
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */

.fill{
    height: calc(100vh - 86px);
/* height: 650px; */}
.fill .carousel-caption{text-align: left;/* padding: 70px 30px; */bottom: auto;top: 49%;right: 50%;transform: translateY(-50%);text-shadow: none;/* background: #0054A6; */width: 630px;}
.fill .carousel-caption:before{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    /* background: #fc2226; */
    position: absolute;
    top: -30px;
    left: -25px;
    z-index: -1;
    }
.fill .carousel-caption h1{margin: 0 0 45px;padding: 0 0 45px;/* border-bottom: 1px solid #fff; */font-size: 48px;font-weight: 600;}
.fill .carousel-caption h1 span{background: none;opacity: 1;padding: 0;text-shadow: none;font-size: 74px;letter-spacing: -0.06em;}
.fill .carousel-caption h1 span::before {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    background: rgb(255 255 255 / 88%);
    height: 1px;
    top: 156px;
    left: 10px;
}
.fill .carousel-caption p{font-size: 24px;font-weight: 300;margin: 0;}
.fill .carousel-caption p span{background: none;opacity: 1;padding: 0;text-shadow: none;font-size: 22px;letter-spacing: -0.045em;line-height: 1.55em;}

.carousel-indicators{display: none;}
#myCarousel .carousel-control{}
#myCarousel .carousel-control > span{display: none;}
#myCarousel .carousel-control.left{background: url(/skin/img/slide/arrow_prev.png) no-repeat center;}
#myCarousel .carousel-control.right{background: url(/skin/img/slide/arrow_next.png) no-repeat center;}

@media (max-width: 767px){
    #mainCarousel .carousel-inner .item .carousel-caption{
        left: 15px;
        right: 15px;
    }
    .fill .carousel-caption h1 {
        margin: 0 0 0;
    }
    .fill .carousel-caption h1 span{font-size: 47px;}
    .fill .carousel-caption h1 span::before {
        content: '';
        display: block;
        position: absolute;
        width: 100px;
        background: rgb(255 255 255 / 88%);
        height: 1px;
        top: 91px;
        left: 10px;
    }
    .fill .carousel-caption {
        text-align: left;
        /* padding: 70px 30px; */
        bottom: auto;
        top: 49%;
        right: 33%;
        transform: translateY(-50%);
        text-shadow: none;
        /* background: #0054A6; */
        width: auto;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #mainCarousel .carousel-inner .item .carousel-caption{
        left: calc((100% - 750px) / 2);
        right: calc((100% - 750px) / 2);
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #mainCarousel .carousel-inner .item .carousel-caption{
        left: calc((100% - 970px) / 2);
        right: calc((100% - 970px) / 2);
    }
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

/* .intro-html-layout{display: none;} */
.intro-html-layout section{padding: 100px 0 100px;}
.intro-html-layout section h3{margin: 0 0 56px;font-size: 43px;text-align: center;font-weight: 600;}
.intro-html-layout section.main-business{}
.intro-html-layout section.main-business .main-biz{display: block;position: relative;}
.main-business .row {padding: 0 75px;}
.intro-html-layout section.main-business .main-biz::before{content: '';display: block;width: 45px;height: 45px;background: #9cc7f2;opacity: 0.3;position: absolute;top: -3px;right: 28px;border-radius: 50%;transition: all .3s ease;}
.intro-html-layout section.main-business .main-biz img{position: relative;margin-top: 20px;}
.intro-html-layout section.main-business .main-biz .caption{display: block;text-align: center;font-size: 20px;font-weight: 600;color: #000;margin-top: 20px;}
.intro-html-layout section.main-business .main-biz:hover{text-decoration: none;}
.intro-html-layout section.main-business .main-biz:hover::before{opacity: 0.5;}
.intro-html-layout section.main-business .main-biz:hover .caption{color: #0054a6;}

.intro-html-layout section.main-factory{padding: 100px 0 100px;background: #f5f5f5;}
.intro-html-layout section.main-factory .main-fac{display: block;}
.intro-html-layout section.main-factory .main-fac:hover{text-decoration: none;}
.intro-html-layout section.main-factory .main-fac .caption{margin: -54px 0 0;padding: 13px 15px;font-size: 20px;font-weight: 600;color: #fff;background: rgba(0,0,0,0.8);position: relative;transition: all .3s ease;}
.intro-html-layout section.main-factory .main-fac:hover .caption{padding: 16px 15px; margin-top: -60px;}

@media (max-width: 767px){
    
}
@media (min-width: 768px) and  (max-width: 991px){
    
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //메인 중단영역 */

/* 서브페이지 */

.subHeader {
    height: 320px;
    background-image: url(/skin/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
[id^="company"] .subHeader{background-image: url(/skin/img/sub/sub_title1.jpg);}
[id^="product"] .subHeader{background-image: url(/skin/img/sub/sub_title2.jpg);}
[id^="business"] .subHeader{background-image: url(/skin/img/sub/sub_title3.jpg);}
[id^="marketing"] .subHeader{background-image: url(/skin/img/sub/sub_title4.jpg);}
[id^="customer"] .subHeader{background-image: url(/skin/img/sub/sub_title5.jpg);}
.subHeader .container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.subHeader .container h2{
    text-align: center;
    color: #fff;
    font-size: 43px;
    margin: -30px 0 11px;
    font-weight: 300;
    letter-spacing: -0.05em;
}
.subHeader .container .breadcrumb{
    background: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.subHeader .container .breadcrumb > li > a,
.subHeader .container .breadcrumb > li.active{
    color: #fff;
    font-size: 15px;
    opacity: 0.8;
}
.subHeader .container .breadcrumb > li.active{
    opacity: 0.9;
}
.subMenu{
    background: rgba(0, 0, 0, 0.69);
    margin-top: -54px;
    position: relative;
}
.subMenu .nav{}
.subMenu .nav > li{margin: 0;border-left: 1px solid rgba(255,255,255,0.2);}
.subMenu .nav > li:last-child{border-right: 1px solid rgba(255,255,255,0.2);}
.subMenu .nav > li > a{
    color: #fff;
    background: none;
    font-size: 17px;
    width: 165px;
    text-align: center;
    font-weight: 300;
    padding: 15px;
    border-radius: 0;
    opacity: 0.7;
}
.subMenu .nav > li.home{}
.subMenu .nav > li.home > a{
    width: auto;
    font-size: 21px;
    padding: 12px 26px 11px;
    color: #fff;
    opacity: 1;
}
.subMenu .nav > li.active > a{
    background: #0054a6;
    font-weight: 500;
    opacity: 1;
}
.subMenu .nav > li:hover > a{
    opacity: 1;
}

.subContent{
    padding-top: 0;
}
.subContent_title{}
.subContent_title h3{
    margin: 0;
    text-align: center;
    padding: 116px 0 0px;
    font-size: 41px;
    font-weight: 600;
    letter-spacing: -0.06em;
}
.subContent_title h3:after{
    content: '';
    display: block;
    width: 45px;
    height: 3px;
    background: #d9d9d9;
    margin: 50px auto 0;
}
.subContent .content{
    padding: 60px 0 90px;
}
#business01 .subContent .content.con1 {
    padding-bottom: 0;
}
#company01 .subContent .con1 {
    padding: 60px 0 90px;
}
.subContent .content h4{
    font-size: 38px;
    text-align: center;
    margin: 0 0 40px;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.06em;
}
.subContent .tab-content h4 {
    font-size: 32px;
    font-weight: 600;
    position: relative;
    color: #004487;
}
.subContent .tab-content h4::before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #e6f0f9;
    border-radius: 50%;
    left: 52%;
    top: -10px;
    z-index: -1;
}
.subContent .content h4::before{
    content: '';
}
.bbs-area {
    padding: 60px 0px;
}
.bbs-section {
    padding-bottom: 50px;
}
.bbs-section h2 {
    padding-left: 30px;
    margin-bottom: 30px;
    letter-spacing: -0.06em;
}
.form-horizontal .control-label {
    font-size: 16px;
}
#company01 .con1 p.intro{
    text-align: center;
    font-size: 22px;
    padding: 0 78px;
    line-height: 1.55;
    margin-bottom: 120px;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.045em;
}
.overview-wrap{}
.overview-wrap h4{}
.overview-wrap .ul-overview{
    display: flex;
    justify-content: center;
    padding: 80px 10px;
    align-items: center;
}
.overview-wrap .ul-overview > li{
    text-align: center;
    position: relative;
    color: #fff;
    margin: 0 100px;
}
.overview-wrap .ul-overview > li:last-child {
    margin: 0 62px;
}
.overview-wrap .ul-overview > li:before{
    content: '';
    display: block;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #e3ecf5;
    border-radius: 50%;
    z-index: -1;
}
.overview-wrap .ul-overview > li i{
    display: block;
    font-size: 43px;
    margin-bottom: 12px;
    color: #1873cb;
}
.overview-wrap .ul-overview > li .overview-icon{}
.overview-wrap .ul-overview > li .tit{
    display: block;
    font-size: 17px;
    font-weight: 300;
    margin-top: 20px;
    color: #000;
    margin-bottom: 2px;
}
.overview-wrap .ul-overview > li .des{
    display: block;
    font-size: 19px;
    font-weight: 600;
    color: #222;
}

#company01 .con2{
    background: url(/skin/img/sub/main-biz-bg.jpg) no-repeat;
    padding: 120px 0 !important;
}
#company01 .con2 h4{
    color: #fff;
}
.main-biz-wrap{
    display: flex;
    justify-content: space-between;
}
.main-biz-wrap .main-biz{
    width: 216px;
    box-shadow: 0px 10px -15px -5px rgba(0,0,0,0.23)
}
.main-biz-wrap .main-biz .caption{
    padding: 30px 0;
    background: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    margin: 0;
    letter-spacing: -0.045em;
    color: #0054a6;
    border-radius: 5px 5px 0px 0px;
}
.main-biz-wrap .main-biz .caption > span{}
.main-biz-wrap .main-biz img{
    border-radius: 0px 0px 5px 5px;
}


#company02 .con1 .intro{
    padding: 80px 0 75px;
    background: #072a4c url(/skin/img/sub/greeting-bg.jpg);
}
#company02 .con1 .intro p{
    margin: 0;
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.6;
}
#company02 .con1 .greeting{
    padding: 80px 0 30px 0;
}
#company02 .con1 .greeting p{
    font-size: 19px;
    font-weight: 300;
    color: #000;
    margin-bottom: 22px;
    letter-spacing: -0.04em;
}
#company02 .con1 .greeting p:nth-child(3) b{
    color: #0054a6;
}
#company02 .con1 .greeting p:last-child{
    font-size: 17px;
    text-align: right;
    font-weight: 400;
    margin: 20px 0 0;
    padding: 0;
}
#company02 .con1 .greeting p:last-child b{
    margin-left: 12px;
    font-size: 22px;
}

#company03 .con1 .intro{
    padding: 80px 0 75px;
    background: #072a4c url(/skin/img/sub/vision-bg.jpg);
}
#company03 .con1 .intro p{
    margin: 0;
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.6;
}

.vision{
    padding: 12px 0;
    display: flex;
    align-items: center;
}
.vision:nth-child(1){
    padding-top: 100px;
}
.vision:nth-child(3){
    padding-bottom: 30px;
}
.vision .img-area{
    width: 180px;
    margin-right: 50px;
    margin-top: 35px;
    position: relative;
}
.vision .img-area::before {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 1px;
    background: #ccc;
    right: -50px;
    top: 38%;
}
.vision .img-area i{
    display: block;
    text-align: center;
    font-size: 35px;
    width: 120px;
    line-height: 120px;
    background: #fafafa;
    border-radius: 50%;
    margin: 0 auto;
    color: #fff;
}

.vision:nth-child(1) .img-area i{background: #4280bd;}
.vision:nth-child(2) .img-area i{background: #0054a6;}
.vision:nth-child(3) .img-area i{background: #00376c;}

.vision .img-area img{}
.vision .img-area .tit{
    margin: 10px 0 0;
    font-size: 19px;
    text-align: center;
    font-weight: 600;
}
.vision .txt-area{
    width: calc(100% - 230px);
    padding-left: 20px;
    border-left: 4px solid #ccc;
}
.vision .txt-area p{
    margin: 0;
    font-size: 19px;
    color: #000;
    font-weight: 300;
}

.history{
    position: relative;
}
.history:before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    left: 319px;
}
.history .timeline{padding: 15px 200px;}
.history .timeline:after{
    content: '';
    display: table;
    clear: both;
}
.history .timeline .year{
    font-size: 32px;
    font-weight: 500;
    font-style: italic;
    float: left;
    margin: 0;
    line-height: 1;
}
.history .timeline .issue{
    float: left;
    margin: 0;
    font-size: 18px;
    line-height: 32px;
    margin-left: 80px;
    position: relative;
}
.history .timeline .issue:before{
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 3px solid #0054a6;
    border-radius: 50%;
    position: absolute;
    left: -39px;
    top: 9px;
    background: #fff;
}
.history .timeline.image-attached{}
.history .timeline.image-attached .img-area{
    clear: both;
    padding: 15px 0;
    position: relative;
}
.history .timeline.image-attached .img-area:before{
    content: '';
    display: block;
    width: 500px;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 50%;
    left: 119px;
    transform: translateT(-50%);
}
.history .timeline.image-attached .img-area:after{
    content: '';
    display: table;
    clear: both;
}
.history .timeline.image-attached .img-area img{
    width: 180px;
    position: relative;
    float: right;
    border: 1px solid #ccc;
    border-radius: 5px;
}

[id^="product"] .img-area{
    padding: 0;
    /* background: #fafafa; */
}
[id^="product"] .img-area img{
    margin: 30px auto;
}
[id^="product"] .img-area img:first-child{
    margin-top: 0;
}
[id^="product"] .img-area img:last-child{
    margin-bottom: 0;
}
[id^="product"] .table-prod{
    background: #f5f5f5;
}
[id^="product"] .table-prod tr{}
[id^="product"] .table-prod tr th,
[id^="product"] .table-prod tr td{
    font-size: 16px;
    padding: 16px 15px;
vertical-align: top;}
[id^="product"] .table-prod tr th{
    position: relative;
    width: 115px;
padding: 16px 0px 16px 15px;}
[id^="product"] .table-prod tr th::after{
    content: '';
    display: block;
    width: 1px;
    height: 11px;
    background: #c1c1c1;
    position: absolute;
    top: 22px;
    right: 10px;
}
[id^="product"] .table-prod tr td{}
[id^="product"] .li-prod{
    padding-left: 0;
    margin-bottom: 40px;
    background: #f5f5f5;
    padding: 30px;
    border-radius: 5px;
}
[id^="product"] .li-prod:after{
    content: '';
    display: table;
    clear: both;
}
[id^="product"] .li-prod > li{
    font-size: 16px;
    float: left;
    width: calc(100% / 3);
    padding-left: 110px;
    position: relative;
    margin-bottom: 5px;
}
#product01 .li-prod > li:nth-child(6) {
    padding-left: 140px;
}
[id^="product"] .li-prod > li > span{
    font-weight: 600;
    display: inline-block;
    width: 115px;
    line-height: 1.7;
    position: absolute;
    margin-right: 20px;
    left: 0;
    top: -2px;
}
[id^="product"] .li-prod > li > span:after{
    content: '';
    display: block;
    width: 1px;
    height: 11px;
    background: #c1c1c1;
    position: absolute;
    top: 28%;
    right: 20px;
}
#product01 .li-prod > li:nth-child(6) > span:after {
    right: -10px;
}
[id^="business"] .intro{}
[id^="business"] .intro p,
#business04 .con1 p.intro{
    font-size: 21px;
    text-align: center;
    margin: 0 0 60px;
    color: #000;
    font-weight: 300;
    line-height: 1.55em;
    letter-spacing: -0.055em;
    padding: 0 20px;
}
[id^="business"] .intro p b{
    color: #0054a6;
}
[id^="business"] .map-area {
}
[id^="business"] .map-area h5{
    font-size: 19px;
    font-weight: 700;
    margin: 0;
    background: #868686;
    padding: 20px 15px;
    text-align: center;
    letter-spacing: -0.04em;
color: #fff;}

table.table.table-hgid{
    border-top: 1px solid #0054a6;
}
table.table.table-hgid tr{
    border-bottom: 1px solid #ddd;;
}
table.table.table-hgid tr th,
table.table.table-hgid tr td{
    border-left: 1px solid #ddd;
    border-top: 0;
    font-size: 16px;
    padding: 10px 24px;
    vertical-align: middle;
}
table.table.table-hgid tr th:last-child,
table.table.table-hgid tr td:last-child{
    border-right: 1px solid #ddd;
}
table.table.table-hgid tr th{
    text-align: center;
    border-bottom: 0;
    font-weight: 400;
}
table.table.table-hgid thead tr th{
    text-align: center;
    background: #fafafa;
    font-weight: 600;
}
table.table.table-hgid thead tr th.th-tit{
    background: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 30px;
    letter-spacing: -0.045em;
}
table.table.table-hgid thead tr th.th-tit small{
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 6px;
    letter-spacing: -0.035em;
}
table.table.table-hgid thead tr th.th-tit dl{padding: 30px 15px 30px 160px;background: #fafafa;position: relative;text-align: left;width: 600px;margin: 25px auto 0;}
table.table.table-hgid thead tr th.th-tit dl dt{position: absolute;left: 30px;top: 30px;font-size: 20px;color: #0054a6;}
table.table.table-hgid thead tr th.th-tit dl dd{font-size: 17px;font-weight: 400;color: #000;letter-spacing: 0.013em;padding-left: 22px;position: relative;}
table.table.table-hgid thead tr th.th-tit dl dd:before{content: '';display: block;width: 10px;height: 1px;background: #8b8b8b;position: absolute;top: 12px;left: 0;}
table.table.table-hgid thead tr th.th-tit dl dd > span{font-weight: 600;margin-right: 10px;}
table.table.table-hgid tr td{}
#business01 table.table.table-hgid tr td,
#business02 table.table.table-hgid tr td{text-align: center;/* word-break: break-all; */}
#business02 table.table.table-hgid thead tr th:last-child{width: 250px}


#business02 .con1 .nav-tabs{
    margin-top: 100px;
    border: 0;
    margin-bottom: 50px;
}
#business02 .con1 .nav-tabs > li{
    margin: 0;
    border: 0;
    width: calc(100% / 3);
    padding: 2px;
}
#business02 .con1 .nav-tabs > li > a{
    border: 1px solid rgba(204, 204, 204, 0.63);
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: #0054a6;
    width: 381px;
    line-height: 33px;
margin: 0 auto;}
#business02 .con1 .nav-tabs > li.active > a{
    background: #fff;
    border-color: #0054a6;
    color: #0054a6;
    font-weight: 500;
    border-bottom: 1px solid #fff;
}
#business02 .con1 .nav-tabs > li.active > a:hover {
    color: #0054a6 !important;
    background: #fff;
}
.fac-info{}
.fac-info > .row{
    margin-bottom: 60px;
    display: flex;
    align-items: center;
}
.fac-info > .row > div > img{
    border-radius: 5px;
    /* box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.23); */
}
.fac-loca{
    margin: 0;
    padding-left: 40px;
    display: flex;
    align-items: center;
}
.fac-loca dt{
    font-size: 15px;
    display: inline-block;
    padding: 3px 22px 3px;
    background: #0054a6;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
}
.fac-loca dd{
    font-size: 21px;
    font-weight: 400;
    margin-left: 20px;
    letter-spacing: -0.04em;
}
.li-fac{
    margin-left: 40px;
}
.li-fac > li{
    padding: 5px 0 5px 90px;
    font-size: 19px;
    position: relative;
}
.li-fac > li::before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #0054a6;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    left: 0;
}
.li-fac > li > span{
    display: block;
    font-weight: 600;
    position: absolute;
    left: 15px;
    color: #332;
}

[id^="business"] .li-dot{
    margin-bottom: 30px;
    background: #f5f5f5;
    padding: 30px;
    border-radius: 5px;
}
[id^="business"] .li-dot > li{
    font-size: 17px;
    line-height: 1.65;
    font-weight: 400;
    padding-left: 14px;
    position: relative;
}
[id^="business"] .li-dot > li:before{
    border-radius: 50%;
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #0054a6;
    position: absolute;
    top: 11px;
    left: 0;
}
[id^="business"] .con1 a.inquiry,
#marketing02 .con1 a{
    display: block;
    background: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 43px;
    color: #0054a6;
    border-radius: 50px;
    margin: 0 auto 70px;
    width: 275px;
    font-weight: 600;
    border: 1px solid;
    border-color: #0054a6;
    letter-spacing: -0.04em;
    position: relative;
}
[id^="business"] .con1 a.inquiry:hover,
#marketing02 .con1 a:hover{
    text-decoration: none;
    color: #fff;
    background: #0054a6;
}

#business05 .inner{margin: 75px 0 40px;}
#business05 .inner h5{text-align: center;font-size: 29px;font-weight: 600;color: #0054a6;margin: 0 0 45px;}
#business05 .inner .biz05-box{border: 1px solid #ddd;padding: 50px 15px 30px;position: relative;border-top: 2px solid #333;}
#business05 .inner .biz05-box::before{content: '';display: block;width: 120px;height: 120px;background: #0054a6;border-radius: 50%;position: absolute;top: 32px;left: 50%;transform: translateX(-50%);opacity: 0.15;}
#business05 .inner .biz05-box img{position: relative;width: 80px;}
#business05 .inner .biz05-box .caption{margin: 45px 0 0;text-align: center;font-size: 18px;font-weight: 600;}

#marketing02 .con1 a{margin: 45px auto 0;width: 215px;}
#marketing02 .con1 a i{
    margin-left: 15px
}
#marketing02 .con1 a:hover{}

.partners{margin-bottom: 30px;}
.partners img{border: 1px solid #ddd;margin-bottom: 12px;/* padding: 0px 60px; */}
.partners .caption{
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}


.root_daum_roughmap {
    width: 100% !important;
}
.location{}
.location .addr{
    padding: 0;
    font-size: 18px;
    margin: 20px 0 15px;
    font-weight: 300;
    color: #000;
}
.location .col-xs-12.col-sm-6 {
    margin-bottom: 70px;
}
.location .addr b{
    color: #0054a6;
    display: block;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 4px;
    position: relative;
    letter-spacing: -0.045em;
    padding-left: 8px;
}
.location .addr b::before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 18px;
    background: #1d72c5;
    left: 0;
    top: 6px;
}
.location .li-location{
    font-size: 16px;
}
.location .li-location > li{
    font-size: 17px;
    font-weight: 400;
    position: relative;
    padding-left: 13px;
}
.location .li-location > li::before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333;
    left: 0;
    top: 10px;
}
.location .li-location > li > span{
    font-weight: 600;
    margin-right: 10px;
}

/* 게시판 목록 */
.dh-board>.table-hover {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
    margin: 0px;
}

.dh-board>.table-hover tbody tr td,
.dh-board>.table-hover thead tr th {
    padding: 14px;
    font-size: 16px;
}
.dh-board>.table-hover tbody tr td{
    font-size: 16px;
    color:#777
}
.dh-board>.table-hover tbody tr td.subject{
    width:70%;
    font-size: 16px;
    color:#333;
}

.dh-board>.table-hover td.hits,
.dh-board>.table-hover th.hits {
    display: none;
}

.dh-board>.table-hover th {
    background: #ffffff;
    border-bottom: 1px solid #e3e3e3;
}

.dh-board>.table-hover td {
    border-bottom: 1px solid #e8e8e8;
}

.dh-board>.table-hover>tbody>tr:hover td {
    background-color: #ffffff;
}

.dh-board>.table-hover td.subject a {
    color: #333;
    font-weight: 400;
}

.dh-board>.table-hover td.subject a:hover {
    color: #000;
    font-weight: 400;
    text-decoration: underline;
}

.dh-margin-top {
    display: inline-block;
    margin-top: 50px;
}

.dh-board .label {
    color: #777;
    background: rgba(0, 0, 0, 0);
    font-size: 12px;
    padding: 0.2em 0.4em 0.3em;
}

.dh-board .label-danger {
    color: #e23b28;
}

.dh-board .label-primary {
    color: #4e55af;
}

.pagination>li:first-child>a{
    margin-right:25px !important;
}
.pagination>li:last-child>a{
    margin-left:25px !important;
}
.pagination>li>a,
.pagination>li>span {
    color: #888;
    font-weight: 500;
    border: 1px solid #fff;
    font-size: 16px;
    min-height: 42px;
    padding: 9px 12px;
    margin-top: 0;
    margin-bottom: 0;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #fff;
    color: #4e55af;
    font-weight: 600;
    border-color: #fff;
}
.pagination>li:first-child>a, 
.pagination>li:first-child>span,
.pagination>li:last-child>a, 
.pagination>li:last-child>span{
    border:1px solid #ccc;
    border-radius:0;
    padding: 7px 16px;
}
.pagination>.disabled>a{
    border-color:#e3e3e3 !important;
    color:#aaa !important;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #333;
    background: rgba(0,0,0,0);
    border: 1px solid #fff;
}

.pagination>li:first-child>a:hover, 
.pagination>li:first-child>span:hover,
.pagination>li:last-child>a:hover, 
.pagination>li:last-child>span:hover{
    border-color:#999
}

.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;
}

.form-control{
    box-shadow: none;
    border-radius: 0;
    height: 42px;
    padding: 8px 12px;
    border-color: #ddd;
}
.form-control:focus{
    box-shadow: none;
    border-color:#666
}
.right-inner-addon .input-group .btn.dropdown-toggle {
    border-radius: 0;
    border-color: #ddd;
}

/* --- btn --- */
.btn {
    font-size: 15px;
    padding: 13px 15px;
    height: 42px;
    line-height: 1;
    border-radius: 0;
}
.btn-default{
    border-color:#ddd
}
.btn-primary:not(.btnEdit) {
    color: #fff;
    background-color: #499DF2;
    border-color: #499DF2;
    margin: 29px 0 0;
}
.btn-primary:not(.btnEdit):hover, 
.btn-primary:not(.btnEdit):focus {
    color: #fff;
    background-color: #3e85cd;
    border-color: #3e85cd;
}
.btn-group-vertical {
    margin: 10px 0 30px;
}
#btnNew {
    background: #499DF2;
    border: 1px solid #499DF2;
    border-radius: 0;
}
#btnNew:hover,
#btnNew:focus{
    background-color: #3e85cd;
    border-color: #3e85cd;
}
#insertForm .btn-lg.btn-default {
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    width: 160px;
}
#commentForm .btn.btn-block {
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    width: 155px;
    float: right;
    margin-top: 10px;
}
#insertForm .text-right {
    float: right;
}

/* --- 모달 --- */
@media (min-width: 768px){
    .modal-dialog {
        width: 600px;
        margin: 150px auto;
    }
    .modal-content{
        border-radius:0;
        border:none;
        box-shadow:0 0 10px rgba(0,0,0,0.3)
    }
}
.modal-header {
    padding: 20px 20px;
}
.modal-header .close {
    margin-top: 4px;
    opacity: 0.3;
}
.modal-header .close:hover {
    opacity: 0.8;
}

/* --- 카테고리 --- */
.filter-items {
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
}

.filter-items .filter-label {
    padding: 0 20px;
    margin: 0 3px;
    min-width: 85px;
    height: 45px;
    line-height: 44px;
    font-size: 15px;
    text-align: center;
    color: #888;
    background: #fff;
    border: 1px solid #ddd;
}

.dh-board .filter-items>a>.filter-label:hover {
    border-color: #ed5c22;
    background: #fff;
    color: #ed5c22;
}

.dh-board .filter-items>a.on>.filter-label,
.dh-board .filter-items>a.on>.filter-label:hover {
    background: #ed5c22;
    position: relative;
    border-color: #ed5c22;
    color: #fff;
}

/* --- 게시판 상세 --- */
.dh-view-box {
    margin-top: 0px;
}

.sns-box {
    display: none;
}

.dh-view-box>.row>.page-header h4 {
    padding: 25px 20px;
    font-size: 19px;
    font-weight: 500;
    color: #333;
    margin: 0;
    letter-spacing: -0.05em;
}

.dh-view-box>.row>.page-header {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0;
    background: #fafafa;
}

.content_wrap .page-header h4:before {
    content: none;
}

.dh-view-box>.row>.dh-view-info {
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 8px 10px 8px;
    margin: 0 0 10px;
    display: none;
}

.dh-view-box>.row>.dh-view-info>span {
    padding: 0 15px 0 0;
}

.dh-view-box>.row>.dh-view-info>span>strong {
    color: #555;
    padding: 0 5px 0 0;
}

.dh-view-box .dh-attach {
    padding: 15px 20px 0;
}

.dh-view-box .dh-attach h6 {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

/* --- 게시판 댓글 --- */
.dh-view-box + .row h4 {
    margin: 0;
    font-size: 18px;
}
.dh-view-box + .row .page-header{
    border-bottom:none;
    padding-bottom: 0;
    margin: 60px 0 20px;
}
.dh-comments .panel-body>div[class^="comment"] {
    font-size: 15px;
    line-height: 1.7;
    color: #4b4b4b;
}
.dh-comments {
    border-radius: 0;
    margin-bottom: 15px;
    padding: 20px 25px 22px;
}
.dh-comments .panel-body {
    padding: 40px 0 0;
    position: relative;
}
.dh-comments .panel-body .row{
    margin:0;
}
.dh-comments .panel-body>p {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0;
    color: #777;
    position: absolute;
    top: 2px;
    left: 0;
    margin: 0;
}
.dh-comments .panel-body>p em {
    font-style: normal;
    font-weight: 300;
}
.dh-comments .panel-body>p strong{
    color:#333;
}
.dh-comments .panel-body>p .btn-group{
    float:right;
    margin-top: -3px;
}
.dh-comments .panel-body .btn-default.btn-xs{
    font-size: 12px;
    height:auto;
    padding: 6px;
}

[id^="customer"] .intro{
    font-size: 21px;
    text-align: center;
    margin: 50px 0 0;
    color: #000;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: -0.055em;
}
#customer02 .intro {
    margin: -10px 0 60px !important;
}

#customer02 .con1 .row{margin: 0;}
#customer02 .con1 .row > div{padding: 0;}
.q_number{
    padding: 20px 20px;
    background: #ffffff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.mod-custom-form-add{border-top: 1px solid #015eb9;}
#customer02 .con1 .row > div:nth-child(1) .q_number,
#customer02 .con1 .row > div:nth-child(2) .q_number,
#customer02 .con1 .row > div:nth-child(3) .q_number{
    border-top: 0;
}
#customer02 .con1 .row > div:nth-child(3) .q_number,
#customer02 .con1 .row > div:nth-child(6) .q_number,
#customer02 .con1 .row > div:nth-child(7) .q_number,
#customer02 .con1 .row > div:nth-child(10) .q_number,
#customer02 .con1 .row > div:nth-child(14) .q_number,
#customer02 .con1 .row > div:nth-child(16) .q_number,
#customer02 .con1 .row > div:nth-child(17) .q_number{border-right: 1px solid #ddd;}
#customer02 .con1 .row > div:last-child .q_number{border-bottom: 1px solid #ccc}
.q_number h3{
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin: 0 0 15px;
}
.q_number h3 + *{
    margin: 0;
}




.reply_wrap{display: none;}
@media (max-width: 767px){
    .subMenu{display: none;}
    .subHeader {
        height: 230px;
    }
    .subHeader .container {
        width: 100%;
    }
    #company01 .con1 p.intro {
        text-align: center;
        font-size: 18px;
        padding: 0;
    }
    .overview-wrap .ul-overview {
        display: block;
    }
    .overview-wrap .ul-overview > li {
        text-align: center;
        position: relative;
        color: #fff;
        margin: 0 100px 150px;
    }
    .main-biz-wrap {
        display: block;
        justify-content: space-between;
    }
    .main-biz-wrap .main-biz {
        width: 100%;
        margin-bottom: 30px;
    }
    #company01 .con2,#company02 .con1 .intro{
        background-size: cover;
    }
    #company03 .con1 .intro p{font-size: 19px;}
    #company03 .con1 .intro p br{display: none;}
    .main-biz-wrap .main-biz .caption {
        padding: 10px 0;
    }
    .history .timeline {
        padding: 0 30px;
        margin-bottom: 45px;
    }
    .history .timeline .year {
        font-size: 32px;
        font-weight: 500;
        font-style: italic;
        float: none;
    }
    .history .timeline .issue {
        float: left;
        margin: 0;
        font-size: 16px;
        line-height: 32px;
        margin-left: 3px;
    }
    .history .timeline.image-attached .img-area img {
        width: 180px;
        position: relative;
        float: none;
    }
    .history:before {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background: #ccc;
        position: absolute;
        left: 0;
    }
    .vision {
        padding: 12px 0;
        display: block;
        align-items: center;
    }
    .vision .img-area {
        margin: 0 auto 30px;
    }
    .vision .txt-area {
        width: auto;
        padding-left: 0;
        border-left: 0;
        text-align: center;
    }
    .vision .txt-area p {
        margin: 0;
        font-size: 17px;
    }
    .vision .img-area::before{display: none;}
    [id^="product"] .table-prod tr th::after {
        content: '';
        display: block;
        width: 1px;
        height: 11px;
        background: #c1c1c1;
        position: absolute;
        top: 22px;
        right: -7px;
    }
    [id^="product"] .img-area img{
        margin-bottom: 10px !important;
    }
    [id^="business"] .intro p, #business04 .con1 p.intro {
        font-size: 13px;
        text-align: center;
        margin: 0 0 60px;
        color: #000;
        font-weight: 300;
        line-height: 1.55em;
        letter-spacing: -0.055em;
        padding: 0;
    }
    #business02 .con1 .nav-tabs > li {
        margin: 0;
        border: 0;
        width: 100%;
        padding: 2px;
    }
    #business02 .con1 .nav-tabs > li > a{width: auto;}
    #business02 .con1 .nav-tabs > li.active > a {
        background: #fff;
        border-color: #0054a6;
        color: #0054a6;
        font-weight: 500;
        border: 1px solid #0054a6;
    }
    .fac-info > .row {
        margin-bottom: 60px;
        display: block;
        align-items: center;
    }
    .li-fac {
        margin-left: 0;
        margin-top: 30px;
    }
    .li-fac > li {
        padding: 5px 0 5px 90px;
        font-size: 16px;
        position: relative;
    }
    #business02 img,
    #business03 img,
    #business04 img,
    #business05 img{margin-bottom: 10px;}
    [id^="business"] .li-dot > li {
        font-size: 15px;
    }
    #business05 .inner .biz05-box{margin-bottom: 15px;}
    [id^="customer"] .intro {
        font-size: 16px;
    }
    #business01 table.table.table-hgid thead tr th.th-tit dl,
    #business02 table.table.table-hgid thead tr th.th-tit dl {
        padding: 30px;
        background: #fafafa;
        position: relative;
        text-align: left;
        width: auto;
        margin: 25px auto 0;
    }
    table.table.table-hgid thead tr th.th-tit dl dt {
        position: relative;
        left: auto;
        top: auto;
        font-size: 16px;
        margin: 0 0 10px;
        color: #0054a6;
    }
    table.table.table-hgid thead tr th.th-tit dl dd {
        font-size: 12px;
    }
    #business01 table.table.table-hgid tr th, #business01 table.table.table-hgid tr td,
    #business02 table.table.table-hgid tr th, #business02 table.table.table-hgid tr td {
        border-left: 1px solid #ddd;
        border-top: 0;
        font-size: 13px;
        padding: 3px;
        vertical-align: middle;
    }
    #business01 table.table.table-hgid thead tr th,
    #business02 table.table.table-hgid thead tr th{
        padding-top: 15px
    }
    .q_number{background: none;border: 1px solid #ddd;border-top: 0px;}
    .mod-custom-form-add button{margin-top: 30px;}
    .history .timeline.image-attached .img-area:before{display: none;}
    .table.table-hover tr .num, .table.table-hover tr .regdate, .table.table-hover tr .hits{display: none;}
    .board_wrapper .table.board_write_table tbody tr td .btn, .board_wrapper .table.board_write_table tbody tr td .form-control, .board_wrapper .table.board_write_table .input-group.input-group-big, .board_wrapper .table.board_write_table .form-control.form-control-big{width: 100%;}
    #list_btn{display: none;}
    #write_btn{margin: 0;}
}
@media (min-width: 768px) and  (max-width: 991px){
    .subMenu .nav > li > a {
        color: #fff;
        background: none;
        font-size: 17px;
        width: 128px;
    }
    .location .addr {
        padding: 0;
        font-size: 16px;
    }    
    .q_number {
        padding: 20px 20px;
        background: #ffffff;
        border: 1px solid #ddd;
        border-top: 0;
    }
    .overview-wrap .ul-overview {
        display: block;
        justify-content: center;
        padding: 80px 10px;
        align-items: center;
    }
    .overview-wrap .ul-overview > li:last-child {
        margin: 0;
    }
    .overview-wrap .ul-overview > li:before {
        content: '';
        display: block;
        width: 187px;
        height: 187px;
    }
    .overview-wrap .ul-overview > li {
        text-align: center;
        position: relative;
        color: #fff;
        margin: 0;
        float: left;
        width: 50%;
        padding: 45px;
        /* height: 250px; */
    }
    .main-biz-wrap .main-biz {
        width: 130px;
    }
    .main-biz-wrap .main-biz .caption {
        padding: 15px 0;
    }
    .history .timeline {
        padding: 15px 80px;
    }
    .history:before {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background: #ccc;
        position: absolute;
        left: 199px;
    }
    .history .timeline.image-attached .img-area:before {
        content: '';
        display: block;
        width: 397px;
    }
    #business02 .con1 .nav-tabs > li > a {
        border: 1px solid rgba(204, 204, 204, 0.63);
        border-radius: 0;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        background: #0054a6;
        width: auto;
        line-height: 33px;
        margin: 0 auto;
    }
    #business05 .inner .biz05-box{
        margin-bottom: 30px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .overview-wrap .ul-overview {
        display: block;
        justify-content: center;
        padding: 80px 10px;
        align-items: center;
    }
    .overview-wrap .ul-overview > li {
        text-align: center;
        position: relative;
        color: #fff;
        margin: 0;
        width: 25%;
        float: left;
    }
    .overview-wrap .ul-overview > li:last-child {
        margin: 0;
    }
    .overview-wrap .ul-overview > li:before {
        content: '';
        display: block;
        width: 204px;
        height: 204px;
    }
    .main-biz-wrap .main-biz {
        width: 176px;
    }
    .history .timeline.image-attached .img-area:before {
        content: '';
        display: block;
        width: 350px;
    }
    #business02 .con1 .nav-tabs > li > a {
        border: 1px solid rgba(204, 204, 204, 0.63);
        border-radius: 0;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        background: #0054a6;
        width: auto;
    }
    .q_number{border: 1px solid #ddd; border-top: 0;}
}
/* //서브페이지 */

/* 푸터 */

.footer_copy{
    text-align: left;
    padding: 45px 0;
    background: #363636;
    color: #fff;
}
.footer_copy .text-center{
    text-align: left;
    float: none;
}
.footer_copy .footer-logo{
    
}
.footer_copy .footer-logo h1{
    margin: 0;
}
.footer_copy .footer-logo h1 > a{
    display: block;
}
.footer_copy .footer-logo h1 > a > img{
    display: block;
}
.footer_copy .footer-text p{
    font-size: 16px;
}
.footer_copy .footer-text ul{
    padding-left: 0;
    margin-bottom: 5px;
    opacity: 0.9;
    letter-spacing: 0;
}
.footer_copy .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
.footer_copy .footer-text ul li{
    float: left;
    margin-right: 15px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 300;
}
.footer_copy .footer-text ul li b{
    font-weight: 500;
    margin-right: 4px;
}
.footer_copy .footer-text ul li address{
    margin-bottom: 0;
    line-height: 1.4;
}
.footer_copy .footer-text .copyrights{
    display: block;
    font-size: 14px;
    margin-top: 7px;
    opacity: 0.4;
    font-weight: 300;
    letter-spacing: 0.01em;
}
.footer_copy .footer-text .copyrights b{
    font-weight: 400;
}

@media (max-width: 767px){
    
}
@media (min-width: 768px) and  (max-width: 991px){
    
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //푸터 */


.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.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;
}

.member_wrapper {
    max-width: 1170px;
    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;
}

.member_wrapper {
    max-width: 1170px;
}