/* etc */
@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap');

body, p, li {word-break:keep-all;word-wrap: break-word}
.row-offcanvas { 
        height: 100%;
 }
a {
    color: #000;border:0;list-style:none;
}
span a {color:#000;text-decoration:none}
span a:hover {color:#888;text-decoration:none}
/* header */

.header-line {
    height: 2px;
    background-color: #EF7500;
/*    z-index: 99999999999999999999999999999999999999999999;*/
    position: absolute;
}

.navbar-nav {
    padding-top: 13px;
    
}


.navbar-brand {
    float: left;
    padding: 26px 15px;
    background: url('../../img/main/logo-white_1.png') no-repeat center center;
    /* 디폴트 로고 */
    width: 370px;
    height: 80px;
    background-color: transparent;
    padding-top: 50px;
}
.navbar-sub .navbar-brand {
    float: left;
    padding: 26px 15px;
    background: url('../../img/main/logo-white_1.png') no-repeat center center;
    /* 서브 상단 로고 */
    width: 370px;
    height: 80px;
    background-color: transparent;
    padding-top: 50px;
}
.affix .navbar-brand {
    float: left;
    padding: 26px 15px;
    background: url('../../img/main/logo-white_1.png') no-repeat center center;
    /* 서브 페이지나 스크롤 내렸을때  로고 */
    width: 370px;
    height: 80px;
    padding-top: 50px; 
}



.navbar-default {
    background-image: none;
    background-image: -o-none;
    background-image: -webkit-none;
    background-image: linear-gradientnone;
    filter: none;
    filter: none;
    background-repeat: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .15), 0 1px 5px rgba(0, 0, 0, .075);
    background-color: rgba(255, 255, 255, 1);
    border-bottom: #eee 1px solid;
    box-shadow: none;
    padding-top: 6px;
    padding-bottom: 6px; 
}
.line {position:relative;width:100%;height:4px;top:2px;
       background:url('../../img/main/line.jpg')top center;
       background-repeat: no-repeat;background-color: #fff;background-size: cover;
}

@media (max-width:960px){
    .line {position:relative;width:100%;height:6px;top:0px;
       background:url('../../img/main/line.jpg')top center;
       background-repeat: no-repeat;background-color: #fff;
}
    
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
    background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
    background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.7);
    box-shadow:
}

.navbar-toggle {
    margin-top: 0px;background:#fff;width:70px;height:70px;border-radius:0px;right:-20px;
}


/*  서브 네비 */
.navbar-default.navbar-sub {
    border-bottom: 0; 
    background-color: rgba(255, 255, 255, 1);
    border-bottom: #eee 1px solid;
    z-index: 4;
    transition: 0.5s;
}
.navbar-default.navbar-sub.affix {
    border-bottom: 1px #eee solid; 
}
.navbar-default.navbar-sub.affix-top {
    
    background-color: rgba(255, 255, 255, 1);
    
}
.navbar-sub .nav_wrap .navi li a {
    color: #000;
}

.navbar-sub .nav_wrap .navi li a:hover {
    text-decoration: none;
    color: #FF9933;
}
.navbar-sub  .snb_wrap {
    background-color: rgba(255, 255, 255, 1);
}
.navbar-sub .snb_wrap .snb ul li > ul > li a {
    color: #000;
}
 
/* 기본 네비 */

#nav_wrap > .lnb {margin-top: 29px;color:#000}
#nav_wrap > .lnb > li {display:inline-block; font-size:16px; text-align:center; vertical-align:top;  display: inline-block;color:#000}
#nav_wrap > .lnb > li > a {position:relative; display:block; padding: 0 30px; font-size:20px; color:#000; line-height:1; transition:color 0.3s; padding-bottom: 20px;font-family: 'Noto Sans KR',serif; font-weight: 700}
#nav_wrap > .lnb > li > a:after {position:absolute; content:''; bottom:0; left:50%; width:0; height:4px;background:#6c655c; transition:all 0.3s}
#nav_wrap > .lnb > li:hover > a {color:#6c655c !important; text-decoration: none;}
#nav_wrap > .lnb > li:hover > a:after {left:0; width:100%}
#nav_wrap > .lnb > li > .subnav {position:relative; display:none; margin-top:10px; padding-bottom: 20px; z-index:99999999}
#nav_wrap > .lnb > li > .subnav > li {line-height:1.8; text-align: left;}
#nav_wrap > .lnb > li > .subnav > li > a {font-size:16px; color:#000; padding-left:20px;font-weight:bold;font-family:'Nanum Myeongjo' }
#nav_wrap > .lnb > li > .subnav > li > a:hover {color:#6c655c; text-decoration: none;}
#nav_wrap > .lnb.sub > li > a {position:relative; display:block; padding:0 30px; font-size:20px; color:#000; line-height:1; transition:color 0.3s; padding-bottom: 20px;}
#nav_wrap > .lnb.sub > li > .subnav > li > a {font-size:16px; color:#000; padding-left: 20px;font-weight:bold;font-family:'Nanum Myeongjo'}
#nav_wrap > .lnb.sub > li > .subnav > li > a:hover {color:#6c655c}
#nav_wrap > .subnav-bg { position: absolute; display:none; top:116px; left:0; width:100%; z-index:10; }
#nav_wrap > .btnOpenMenu {display:none}
.on, #navbar.fixed {}
.on #nav_wrap > .lnb > li > a, #navbar.fixed #nav_wrap > .lnb > li > a {color:#000}
.on #nav_wrap > .lnb.sub > li > a, #navbar.fixed #nav_wrap > .lnb.sub > li > a {color: rgba(0, 0, 0, 1)}

.affix #nav_wrap > .lnb.sub > li > a { 
    color: #000 !important;
}
.affix #nav_wrap > .lnb.sub > li > a:hover{ 
    color: #6c655c !important;
}
.affix #nav_wrap > .lnb > li > .subnav > li > a { 
    color: #000 !important;
}
.affix #nav_wrap > .lnb > li > .subnav > li > a:hover { 
    color: #6c655c !important;
}


.right-eng {
    float: right;
    /*    width: 150px;*/
    text-align: right;
    margin-top: 22px;
    margin-left: 60px;
}
.right-eng i {
    font-size: 12px;
}
.right-eng .btn {
    font-size: 15px !important;
    border-radius: 0;
    padding-left: 18px;
    padding-right: 18px;
    font-family: 'Open Sans', sans-serif;
}
.right-eng .btn-black {
    background-color: #000;
    color: #fff;
    transition: 0.4s;
    
}
.right-eng .btn-black:hover {
    background-color: #fff;
    color: #000;
    border: 1px #e3e3e3 solid;
    
}
.right-eng .btn-red {
    background-color: #993136;
    color: #fff;
    
}
.right-eng .btn-white {
    background-color: #fff;
    color: #000;
    border: 1px #e3e3e3 solid;
    transition: 0.4s;
}
.right-eng .btn-white:hover {
    background-color: #f4f4f4;
    color: #000;
    border: 1px #e3e3e3 solid;
}

.affix {
    -webkit-transition: padding 0.2s ease-out;
    -moz-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
}

@media (min-width:768px) {
    /* 디폴트 */
    .affix-top {
        background-color: transparent;
        border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .affix-top .navbar-nav>li>a {
        color: #fff;
    }
    .affix-top .navbar-nav>li>a span.caret {
        color: #fff;
    }
 
}


/* 네비게이션 */

@media (min-width: 992px) {
    ul.nav li.dropdown:hover .dropdown-menu {
        display: block;
        animation-duration: 0.5s;
        animation-name: good2;
        transition: 1s;
    }
    @keyframes good2 {
        from {
            padding-bottom: 10px;
            padding-left: 10px;
            opacity: 0;
        }
        to {
            opacity: 1;
            padding-left: 0;
        }
    }
}


/* 서브비쥬얼 */


/* 비쥬얼 */

.bs-slider .visual_bottom {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    width: 100%;
    height: 150px;
    color: #fff;
    position: absolute;
    z-index: 9;
}

.bs-slider .visual_bottom .media {
    padding-top: 40px;
}

.bs-slider .visual_bottom .media .media-body {
    color: #b8b8b8;
    font-size: 13px;
    line-height: 15px;
    padding-left: 20px;
}

.bs-slider .visual_bottom .media .media-body h4.media-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #cdcdcd;
}

.bs-slider .visual_bottom .media .media-left i {
    background-color: #000;
    min-width: 60px;
    min-height: 60px;
    border-radius: 3em;
    text-align: center;
    font-size: 25px;
    padding-top: 18px;
    color: #979797;
    transition: 0.6s;
    cursor: pointer;
}

.bs-slider .visual_bottom .media .media-left i:hover {
    background-color: #fff;
    color: #000;
}

.s_visual_wrap {
    position: relative;width:100%;
    /*            min-width: 1100px;*/
    overflow: hidden;
}

.s_visual_wrap .slide {
    position: relative;
    /*            min-width: 1100px;*/
}

.s_visual_wrap .slide ul {
    padding: 0;
    margin: 0;
}

.s_visual_wrap .slide li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.s_visual_wrap .slide li .content {
    top: 45%;
    position: relative;
    z-index: 1;
}

.s_visual_wrap .slide li .content h1 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    font-family:'NanumMyeongjo', '맑은 고딕', 'Nanum Gothic', 'Malgun Gothic', 'Ubuntu', '돋움', dotum, sans-serif;
}
@media (max-width:768px){
    
    .s_visual_wrap .slide li .content h1 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    font-family:'NanumMyeongjo', '맑은 고딕', 'Nanum Gothic', 'Malgun Gothic', 'Ubuntu', '돋움', dotum, sans-serif;
}
}
.s_visual_wrap .slide li .content p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.s_visual_wrap .slide {
    height: 340px;
}

.s_visual_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.s_visual_wrap .slide li {
    height: 340px;
   
    background-repeat: no-repeat;
}
.sbg01{
    height: 340px;
    background-position: 50% 50%;
    background-image: url("../../img/main/svisual01.jpg");
    background-repeat: no-repeat;
}
.sbg02{
    height: 340px;
    background-position: 50% 50%;
    background-image: url("../../img/main/svisual02.jpg");
    background-repeat: no-repeat;
}
.sbg03{
    height: 340px;
    background-position: 50% 50%;
    background-image: url("../../img/main/svisual03.jpg");
    background-repeat: no-repeat;
}
.sbg04{
    height: 340px;
    background-position: 50% 50%;
    background-image: url("../../img/main/svisual04.jpg");
    background-repeat: no-repeat;
}
.sbg05{
    height: 340px;
    background-position: 50% 50%;
    background-image: url("../../img/main/svisual05.jpg");
    background-repeat: no-repeat;
}
/* 서브비주얼 마감*/


/* index- content */

.index-content {
    margin-top: 30px;
}

.index-content section {}

.index-content section.company {
    padding-top: 30px;
    padding-bottom: 45px;
}

.index-content section.company .company_story dl {}

.index-content section.company .company_story dl dt {
    color: #131313;
    font-weight: 900;
    font-size: 32px;
    padding-bottom: 8px;
    font-family: 'Open Sans', sans-serif;
}

.index-content section.company .company_story dl dt .line {
    width: 50px;
    height: 5px;
    background-color: #607fab;
}

.index-content section.company .company_story dl dt span {
    font-size: 32px;
    color: #607fab;
}

.index-content section.company .company_story dl dd {

}

.index-content section.company .company_story p.more {
    float: left;
}

.index-content section.company .company_story p.more i {
    font-size: 12px;
    color: #828282;
}
.index-content section.company .company_story p.more a {
    color: #333333;
}
.index-content section.company .company_story p.more a:hover {
    text-decoration: none;
}
.index-content section.company p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}



.junsi_bg {
    height: auto;
    overflow: hidden;
    display: block;
    background:url(../../img/main/m_bg.png) top center;
    background-size: cover;background-repeat: no-repeat;
    padding:0px 0px 50px 0px;
}

section .content {
    margin:5px auto;
    height:auto;overflow: hidden;
    padding-top: 0px;
    padding-bottom: 10px; 
    
}

.main_img {position:absolute;margin:0px auto 20px;width:100%;bottom:0px;text-align:center;z-index:10;}
.main_img img {width:100%;max-width:500px;text-align:center;border:6px solid #fff}


.main_2 {
    width:100%;
    height: auto;margin-bottom:20px;
    overflow: hidden;
    background:#fff;
    
}

.main_2 li {width:23%;float:left;height:auto;margin:1%;border:0px solid #888}
.main_2 li.center {width:20%;float:left;height:auto;margin:7px;border:5px solid #888;margin-top:-8px}

@media (max-width:768px){
.main_2 li {width:80%;float:none;height:auto;overflow: hidden; margin:20px auto;text-align: center;border:0px solid #888 }

.main_2 li.center {width:80%;float:none;height:auto;overflow: hidden; margin:20px auto;text-align: center;border:5px solid #888}
    
.main_img {position:absolute;margin:0px auto 20px;width:100%;bottom:-50px;text-align:center;z-index:10;}    
    
}

.main_3 {
    width:100%;
    height: auto;
    overflow: hidden;
    background:;
    background-size: cover;background-repeat: no-repeat;
    padding:0px 0px 50px 0px;
}
.main_4 {
    width:100%;
    height: auto;
    overflow: hidden;
    background:url(../../img/main/m_bg_3.png) top center;
    background-size: cover;background-repeat: no-repeat;
}

.main_4 .content li {width:48%;float:left;height:auto;margin:10px;}
 .product_bg {
    height: 100%;
    display: block;
    background:#f0f0f0;
    background-size:cover;background-repeat: no-repeat;
    }

section .content h1 {
    text-align: center;
    font-weight: 900;
    margin-bottom: 30px;
    color: #000;
    font-size: 36px;
}
section .content h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
    font-size: 24px;
}

section.customer {
    padding-top: 0px;
    padding-bottom: 0;
}
section.customer li.news {background:#fff;width:48%;float:left;margin:5px}
section.customer li.bn {width:48%;float:left;margin:5px}

.cbn {width:46%;height:auto;float:left;margin:0px 5px 0px 5px;color:#fff;}
.cbn p {text-align:center }
.cbn span.title {font-family:'Nanum Myeongjo';font-size:24px;font-weight:bold;color:#fff}
.cbn span.title a {font-size:24px;font-weight:bold;color:#fff}
.cbn span.title a:hover {font-size:24px;font-weight:bold;color:#ccc}
@media (max-width:1024px){
section.customer li.news {background:#fff;width:96%;display: block;margin:10px}
section.customer li.bn {width:98%;margin:10px;display: block;height:auto}
.cbn {width:48%;height:auto;padding:10px;float:left;margin:10px 5px 10px 5px;color:#fff;} 
.cbn p {float:left;font-size:14px;color:#fff;margin-right:5px; }
.cbn p img{width:100%;}    
.cbn span.title {font-family:'Nanum Myeongjo';font-size:16px;font-weight:bold;color:#fff}    
}
@media (max-width:580px){
section.customer li.news {background:#fff;width:97%;display: block;margin:0 auto}
section.customer li.bn {width:98%;margin:10px;display: block;margin:0 auto;height:auto}
.cbn {width:48%;height:auto;padding:0px;float:left;margin:1%;color:#fff;} 
.cbn p {float:left;font-size:14px;color:#fff;margin:5px auto; }
.cbn p img{width:100%;}    
.cbn span.title {font-family:'Nanum Myeongjo';font-size:16px;font-weight:bold;color:#fff}    
}

section.customer #tab_wrap {
    margin-bottom: 0px;
/*    padding-bottom: 0;*/
}
section.customer .line {
    width: 50px;
    height: 5px;
    display: block;
    background-color: #607fab;
}

section.customer p.text {
    font-size: 28px;
    font-weight: 600;
    line-height: 39px;
    margin-top: 14px;
}

section.customer p.text span {
    color: #607fab;
}

section.customer .add_wrap {
    margin-top: 20px;
}

section.customer .add_wrap ul.line-inline {
    padding-left: 0;
}

section.customer .add_wrap ul.line-inline li {
    font-size: 16px;
    margin-top: 5px;
}

.bg-gray {
    margin-top: 30px;
    background-color: #2f2f2f;
    border-radius: 0.4em;
    color: #e3e3e3;
    padding: 12px 20px;
}

.m_info {position:relative;width:90%;max-width:1200px;height:auto;overflow:hidden;text-align:center;padding:50px 0px;margin:0 auto}
.m_info h1{font-family:'nanumsquare'}
.m_info a {color:#333;text-decoration: none}

/* 탭 */

section.customer .nav-tabs {}

section.customer .nav-tabs > li a {
    margin: 0;
    border-bottom: 0;
}

section.customer .nav-tabs > li.active > a,
section.customer .nav-tabs > li.active > a:focus,
section.customer .nav-tabs > li.active > a:hover {
    border-width: 0;
    color: #fff;
    border-top: 0;
    border-bottom: 1px #e3e3e3 solid;
    border-left: 1px #e3e3e3 solid;
    background-color: #fff !important;
}

section.customer .nav-tabs > li > a {
    border: none;
    color: #000;
    background: #f8f8f8 !important;
    font-size: 18px !important;
    font-weight: 600;
    border-left: 1px #e3e3e3 solid;
    border-bottom: 1px #e3e3e3 solid;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

section.customer .nav-tabs > li:first-child > a {
    border-left: 0;
}

section.customer .nav-tabs > li.active:first-child > a {
    border-left: 0;
}

section.customer .nav-tabs > li:last-child > a {
    border-right: 0;
}

section.customer .nav-tabs > li > a > span {
    color: #000;
}

section.customer .nav-tabs > li > a:hover,

section.customer .nav-tabs > li > a:focus {
    color: #efefef !important;
    background: #fff;
    color: #000;
    border-top: 0;
    border-bottom: 1px #e3e3e3 solid;
    border-left: 1px #e3e3e3 solid;
}

section.customer .nav-tabs > li.active > a {
    border-bottom: 1px #fff solid !important;
}

section.customer .nav-tabs > li:first-child > a:hover,
section.customer .nav-tabs > li:first-child > a:focus {
    border-left: 0;
}

section.customer .nav-tabs > li.active > a > span,
section.customer .nav-tabs > li > a:hover > span {
    color: #000;
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px;
    border-bottom: 1px #e3e3e3 solid;
    min-height: 190px;
}

section.customer .nav-tabs > li {
    width: 50%;
    text-align: center;
}


/*  sub layout */

#sub_content {
   padding-bottom:50px;
}

#sub_content .breadcrumb_wrap {
    /*    border-top: 1px #eee solid;*/
    border-bottom: 1px #eee solid;
    width: 100%;
    background-color: transparent;
    background-color: #fff;
    margin-bottom:0px;
}

#sub_content .breadcrumb_wrap .sub_tab {}

#sub_content .breadcrumb_wrap .sub_tab > li:first-child {
    border-left: 1px #eee solid;
    background: none;
    padding-right: 0;
    background-color: #6c655c;
}

#sub_content .breadcrumb_wrap .sub_tab > li:first-child span {
    color: #fff;
}

#sub_content .breadcrumb_wrap .sub_tab > li {
    padding: 0;
    margin: 0;
    float: left;
    border-right: 1px #eee solid;
    cursor: pointer;
    background: url('../../img/main/arr.png') 90% 50%;
    background-repeat: no-repeat;
    padding-right: 15px;
}

#sub_content .breadcrumb_wrap .sub_tab > li:hover {
    /*    background-color: #f7f7f7;*/
}

#sub_content .breadcrumb_wrap .sub_tab > li > a {
    font-size: 15px;
    line-height: 58px;
    padding-left: 20px;
    padding-right: 20px;
    height: 58px;
    display: block;
    margin: 0;
}

#sub_content .breadcrumb_wrap .sub_tab > li:last-child {
    font-weight: 600;
}

#sub_content .breadcrumb_wrap .sub_tab .glyphicon-home {
    font-size: 18px;
    padding-top: 20px;
}

#sub_content .breadcrumb_wrap .sub_tab .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
}

#sub_content .breadcrumb_wrap .sub_tab .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    border: 1px #eee solid;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    width:100%;min-width:250px;
    margin-bottom: 0;
    padding-bottom: 0;
}

#sub_content .breadcrumb_wrap .sub_tab .dropdown-menu li:last-child {
    border-bottom: 0;
}

#sub_content .breadcrumb_wrap .sub_tab .dropdown-menu li {
    border-bottom: 1px #eee solid;
}

#sub_content .breadcrumb_wrap .sub_tab li a,
#sub_content .breadcrumb_wrap .sub_tab li a:active,
#sub_content .breadcrumb_wrap .sub_tab li a:hover {
    text-decoration: none;
    color: #000;
}

#sub_content .breadcrumb_wrap .sub_tab > li > a > span.caret {
    text-align: right;
}

#sub_content .breadcrumb_wrap .sub_tab li ul li a:hover {
    background: #7b746c !important;color:#fff;
}

#sub_content .breadcrumb_wrap .sub_tab li ul li span {
    float: right;
    font-size: 11px;
    color: #5c5c5c;
    line-height: 27px;
}

#sub_content .breadcrumb_wrap .sub_tab li ul li a {
    font-size: 13px;
    line-height: 32px;
    background-color: #fff;
}

#sub_content .breadcrumb_wrap .breadcrumb {
    background-color: #fff;
    padding: 0;
    margin-bottom: 0;
    padding-top: 18px;
}

#sub_content .breadcrumb_wrap .breadcrumb li,
#sub_content .breadcrumb_wrap .breadcrumb li a {
    font-size: 12px;
    line-height: auto;
    color: #000;  
}

#sub_content .page-header {
    margin-bottom: 20px;text-align: center;
    clear: both;
    border-bottom: 0px #eee solid;
}

#sub_content .page-header h1 {
    font-size: 32px;text-align: center;
    font-weight: 600;
}

#sub_content .page-header:after {
    content: "";
    display: block;
    position: absolute;
    left: 49.8%;
    margin-top:10px;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #333;}

#sub_content .page-header small {
    font-size: 15px;
    padding-left: 12px;
}


/* footer */

.footer {
    margin-top:30px 0 0 0;
    background-color: #191919;

}

.footer .btn-default {
    background-color: #fff;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    border: 1px #dddddd solid;
    padding: 4px 11px;
    border-radius: 0;
}

.footer .footer-menu {
    background-color: #252525;
}

.footer .footer-menu ul {
    padding-top: 12px;
}
.footer .footer-menu ul li:before {
    color: #464646;
}
.footer .footer-menu ul li a {
    font-size: 12px;
    font-weight: 400;
    color: #848484;
}

.footer .breadcrumb {
    margin-bottom: 4px;
    background-color: transparent;
}

.footer p.logo {
    float: right;
    margin-top: 23px;
}
.footer p.logo img {
    width: 80%;
}
.footer address {
    margin-top: 25px;
    font-size: 13px;
    line-height: 23px;
    color: #6f6f6f
}

.footer p.copyright {text-align:center;
    margin-top: 0;
    padding-top: 0;
    color: #bbbbbb;
}
@media (max-width: 1200px) {
    #nav_wrap > .lnb li a,
    #nav_wrap > .lnb.sub li a {
        font-size: 16px;
        padding: 0 20px;
        padding-bottom: 20px;
    }
    
    #nav_wrap > .lnb > li > .subnav > li > a,
    #nav_wrap > .lnb.sub > li > .subnav > li > a {
        padding-left: 24px;
    }
}
@media (max-width: 992px) {
/*
    .index-content section.content_02 {
        padding-left: 20px;
    }
    .index-content section {
        margin-bottom: 10px;
        border: 1px #e6e6e6 solid;
        padding: 18px 20px 20px 20px;
    }
    .index-content section.content_03 {
        padding-left: 20px;
    }
    .index-content section.content_03 li {
        padding-right: 0;
    }
*/
    #sub_content .breadcrumb_wrap .breadcrumb {
        height: 20px;
        min-height: 20px;
        display: none;
    }
    #sub_content .breadcrumb_wrap .sub_tab > li > a {
        font-size: 14px;
        line-height: 60px;
        padding-left: 25px;
        padding-right: 25px;
        height: 60px;
    }
    .animate {
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        float: left;
        padding: 26px 15px;
        background: url('../../img/main/logo-white_1.png') no-repeat center center;
        width: 146px;
        height: 32px;
        background-color: transparent;
        padding-top: 50px;
        
    }
    .navbar-nav {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-collapse {
        background-color: #fff;
    }
    .navbar-nav li {
        border-bottom: 1px #eee solid;
    }
    .navbar-nav li:last-child {
        border-bottom: 0;
    }
    .navbar-nav li a {
        font-size: 13px;
    }
    .navbar-nav li:hover {
        background-color: #fff;
    }
    .navbar-nav li span {
        float: right;
        margin-top: 8px;
    }
    .navbar-nav li ul li {
        padding-left: 12px;
    }
    .navbar-brand {
        margin-left: 0px;
    }
    .visual_bottom {
        display: none;
    }
    .index-content section.company .company_story dl dt {

    font-size: 26px;
    }

    .index-content section.company .company_story dl dt span {
        font-size: 26px;
        color: #607fab;
    }
    section.product .content h2 {
    font-size: 32px;
        color: #333;
    }

    section.product .content h2 p {
        padding-top: 5px;
        font-size: 16px;
        color: #fff;
    }
    .product_bg {
    height: 100%;
    display: block;
    background:;
    background-size:cover;background-repeat: no-repeat;
    }
    
    section.customer #tab_wrap {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    section.customer {
        padding-top: 10px;

    }
    section.customer p.text {
        font-size: 20px;
        line-height: 27px;
    }
    section.customer .latest_wrap {
        margin-top: 0px;
    }
    #sub_content .page-header small {
        display: none;
    }
    #sub_content .breadcrumb_wrap .container {
        padding: 0;
        margin: 0;
    }
    #sub_content .breadcrumb_wrap .sub_tab > li:first-child a {
        padding-left: 15px;
        padding-right: 15px;
    }
    #sub_content .breadcrumb_wrap .sub_tab > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
    #sub_content .page-header {
        
/*        margin-bottom: 20px;*/
    }
    
    
    
}
@media (max-width: 1280px) {
    .navbar-brand {
        padding-left: 0px;
        width: 236px;
        height:60px;
        padding-top: 42px;
        background-position: 20% 60%;
        background: url('../../img/main/logo-white2_1.png') no-repeat center center;
    }
   
    .navbar-sub .navbar-brand {
        padding-left: 0px; 
        /* 서브 상단 로고 */
        width: 236px;
        height: 60px;
        padding-top: 42px;
        background-position: 20% 60%;
         background: url('../../img/main/logo-white2_1.png') no-repeat center center;
    }
    .affix .navbar-brand {
        padding-left :0px;
        /* 서브 페이지나 스크롤 내렸을때  로고 */
        width: 236px;
        height: 60px;
        padding-top: 42px; 
        background-position: 20% 60%;
         background: url('../../img/main/logo-white2_1.png') no-repeat center center;
    }

    .navbar-default {
        padding: 0; 
    }
    section.customer .nav-tabs > li > a {
        border: none;
        color: #000;
        background: #fff !important;
        font-size: 16px !important;
        font-weight: 600;
        border-left: 1px #e3e3e3 solid;
        border-bottom: 1px #e3e3e3 solid;
        border-radius: 0;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    section.customer .tab-pane {
        padding: 0;
    }
    section.customer .tab-content {
        padding: 15px;
        border-bottom: 1px #e3e3e3 solid;
        min-height: auto;
        height: auto;
    }
    .footer p.logo {
        display: none;
    }
}

div.TabView div.Tabs
{
  height: 40px;
  overflow: hidden;
}

div.TabView div.Tabs a
{
  float: left;
  display: block;

  width:  200px;
  text-align: center;
  height: 50px;
  padding-top: 3px;
  margin-right:1px;
  vertical-align: middle;
  border: 0px solid black;
  border-bottom-width: 0;

  text-decoration: none;
  font-family: "nanumgothic", Serif;
  font-weight: bold;
  color: #1e3e76;
}

div.TabView div.Tabs a:hover, div.TabView div.Tabs a.Active
{
background-color: #1e3e76;color:#fff;
}

div.TabView div.Pages
{
  clear: both;
  border: 0px solid #404040;
  overflow: hidden;
  margin-top:30px;
}

div.TabView div.Pages div.Page
{
  height: 100%;
  padding: 0px;
  overflow: hidden;
}

div.TabView div.Pages div.Page div.Pad
{
  padding: 3px 5px;
}

/* type03*/
.tb_default03 {
	clear: both;
	width: 100%;
	line-height: 12px;
	font-size: 12px;
	font-weight: none;
}
.tb_default03 thead tr {background-color:#f8f8f8;}
.tb_default03 thead th {
	border-bottom: 1px solid #434343;
	border-top:1px solid #434343;
	border-right: 1px solid #CECECE;
	padding: 8px 8px 5px 8px;
}
.tb_default03 thead th.bdb_line1 {border-bottom: 1px solid #cecece; border-right: 1px solid #CECECE;padding:8px 8px 5px 8px; }
.tb_default03 tbody th {padding:8px 8px 5px 8px; border-right:1px solid #cecece; border-bottom:1px solid #cecece;background-color:#f8f8f8;}
.tb_default03 tbody tr { text-align:center;}
.tb_default03 tbody td {
	padding: 8px 8px 5px 8px;
	border-bottom: 1px solid #cecece;
	border-right: 1px solid #cecece;
	text-align: left;
}

.tb_default03 tbody tr th.bdb_line1,
.tb_default03 tbody tr td.bdb_line1 {border-bottom:1px solid #434343;}
.thnone {border-right:none !important;}
table .bgnone{padding-left:0 !important; background:none !important;} 

a.mybtn3 {
	
	-webkit-border-top-left-radius:100px;
	-moz-border-radius-topleft:100px;
	border-top-left-radius:100px;
	-webkit-border-top-right-radius:100px;
	-moz-border-radius-topright:100px;
	border-top-right-radius:100px;
	-webkit-border-bottom-right-radius:100px;
	-moz-border-radius-bottomright:100px;
	border-bottom-right-radius:100px;
	-webkit-border-bottom-left-radius:100px;
	-moz-border-radius-bottomleft:100px;
	border-bottom-left-radius:100px;
	text-indent:0;
	background-color:transparent;border:1px solid #fff;
	display:inline-block;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	font-family:'Noto Sans KR','Noto Sans KR';
	height:40px;
	line-height:40px;
	width:150px;
	text-decoration:none;
	text-align:center;margin:15px auto;
}
a.mybtn3:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #993136), color-stop(1, #993136) );
	background:-moz-linear-gradient( center top, #993136 5%, #993136 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#993136', endColorstr='#993136');
	background-color:#993136;border:1px solid #993136;
	color:#fff;
    height:40px;
	line-height:40px;
	width:150px;
}
a.mybtn3:active {
	position:relative;
	top:1px;
} 

a.mybtn4 {
	
	-webkit-border-top-left-radius:100px;
	-moz-border-radius-topleft:100px;
	border-top-left-radius:100px;
	-webkit-border-top-right-radius:100px;
	-moz-border-radius-topright:100px;
	border-top-right-radius:100px;
	-webkit-border-bottom-right-radius:100px;
	-moz-border-radius-bottomright:100px;
	border-bottom-right-radius:100px;
	-webkit-border-bottom-left-radius:100px;
	-moz-border-radius-bottomleft:100px;
	border-bottom-left-radius:100px;
	text-indent:0;
	background-color:transparent;border:1px solid #fff;
	display:inline-block;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	font-family:'Noto Sans KR','Noto Sans KR';
	height:50px;
	line-height:50px;
	width:200px;
	text-decoration:none;
	text-align:center;margin:15px auto;
}
a.mybtn4:hover {
	
	background-color:#6c655c;border:1px solid #6c655c;
	color:#fff;
    height:50px;
	line-height:50px;
	width:200px;
}
a.mybtn4:active {
	position:relative;
	top:1px;
} 

a.mybtn5 {
	
	background-color:#6c655c;border:1px solid #6c655c;
   	-webkit-border-top-left-radius:100px;
	-moz-border-radius-topleft:100px;
	border-top-left-radius:100px;
	-webkit-border-top-right-radius:100px;
	-moz-border-radius-topright:100px;
	border-top-right-radius:100px;
	-webkit-border-bottom-right-radius:100px;
	-moz-border-radius-bottomright:100px;
	border-bottom-right-radius:100px;
	-webkit-border-bottom-left-radius:100px;
	-moz-border-radius-bottomleft:100px;
	border-bottom-left-radius:100px;
	text-indent:0;
	border:1px solid #6c655c;
	display:inline-block;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	font-family:'Noto Sans KR','Noto Sans KR';
	height:50px;
	line-height:50px;
	width:200px;
	text-decoration:none;
	text-align:center;margin:15px auto;

}
a.mybtn5:hover {
   background: transparent;
	border:1px solid #333;
	display:inline-block;
	color:#333;
	font-size:20px;
	font-weight:bold;
	font-family:'Noto Sans KR','Noto Sans KR';
	height:50px;
	line-height:50px;
	width:200px;
	text-decoration:none;
	text-align:center;margin:15px auto;
}
a.mybtn5:active {
	position:relative;
	top:1px;
}

a.mybtn {
	
	background-color:#6c655c;border:1px solid #6c655c;
   	-webkit-border-top-left-radius:100px;
	-moz-border-radius-topleft:100px;
	border-top-left-radius:100px;
	-webkit-border-top-right-radius:100px;
	-moz-border-radius-topright:100px;
	border-top-right-radius:100px;
	-webkit-border-bottom-right-radius:100px;
	-moz-border-radius-bottomright:100px;
	border-bottom-right-radius:100px;
	-webkit-border-bottom-left-radius:100px;
	-moz-border-radius-bottomleft:100px;
	border-bottom-left-radius:100px;
	text-indent:0;
	border:1px solid #6c655c;
	display:inline-block;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	font-family:'Noto Sans KR','Noto Sans KR';
	height:50px;
	line-height:45px;
	width:280px;
	text-decoration:none;
	text-align:center;margin:15px auto;

}
a.mybtn:hover {
   background: transparent;
	border:1px solid #333;
	display:inline-block;
	color:#333;
	font-size:18px;
	font-weight:bold;
	font-family:'Noto Sans KR','Noto Sans KR';
	height:50px;
	line-height:45px;
	width:280px;
	text-decoration:none;
	text-align:center;margin:15px auto;
}
a.mybtn:active {
	position:relative;
	top:1px;
}


/*---------- Back To Top ----------*/
.back-to-top {z-index:9999;cursor:pointer;background:rgba(0, 0, 0, 0.9);-webkit-border-radius:50% !important;-moz-border-radius:50% !important;border-radius:50% !important;width:45px;height:45px;line-height:45px;bottom:45px;right:10px;overflow:hidden;position:fixed;display:block;text-align:center;opacity:1;-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;transition:all 0.5s ease-in-out 0s;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.back-to-top.hidden-top {bottom:-100px;opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
.back-to-top:hover {background:#fff;}
.back-to-top i {font-size:20px;margin:1px 0 0 0 !important;color:#ccc;display:inline-block}
.back-to-top i:hover {font-size:20px;margin:1px 0 0 0 !important;color:#000;display:inline-block}
@media (max-width:600px) {
	.back-to-top {bottom:10px}
}


.m_tx_bg {position:relative;background:#313131;width:100%;height:auto;padding:20px 0px;overflow:hidden;margin-top:0px}
.m_tx {position:relative;background:#313131;width:1200px;height:auto;padding:0px 0px;margin:10px auto;overflow:hidden}
.m_tx ul li {position:relative;color:#ccc;font-size:13px;float:left;margin:0 10px}
.m_tx ul li.logo{position:relative;color:#ccc;font-size:13px;float:left;width:350px;margin:10px 10px}
.m_tx ul li.tel {position:relative;color:#ccc;font-size:13px;float:left;width:100%;margin:0 10px;max-width:800px}
.m_tx ul li p {position:relative;color:#ccc;font-size:13px;margin:0px 10px;width:100%;height: auto;display: block;line-height:20px;word-break:keep-all;word-wrap: break-word}
.m_tx ul li p.copy{position:relative;display:block;width:800px;height:30px;font-size:14px;}
.m_tx ul li p a {color:#ccc;}
.m_tx ul li p a:hover {color:#fff;text-decoration: none}
@media(max-width:960px){ 
.m_tx_bg {position:relative;background:#313131;width:100%;height:auto;padding:20px 0px;overflow:hidden}
.m_tx {position:relative;background:#313131;width:100%;height:auto;padding:0px 0px;margin:0 auto}
.m_tx ul li {position:relative;color:#ccc;font-size:13px;display:block;width:98%;margin:0 10px;text-align:center} 
.m_tx ul li.logo {position:relative;color:#ccc;font-size:13px;width:98%;margin:10px 10px;text-align: left}
    .m_tx ul li.logo img{width:250px}
.m_tx ul li.tel {position:relative;color:#ccc;font-size:13px;width:98%;margin:0 10px}
.m_tx ul li p{position:relative;color:#ccc;font-size:13px;margin:5px 10px;width:98%;text-align:left;word-break:keep-all;word-wrap: break-word}
.m_tx ul li p.copy{position:relative;display:block;width:98%;height:30px;font-size:14px;}    

}

.tbn {position:relative;left:1050px;background:#000;width:120px;height:25px;text-align:center;z-index:100000;}
.tbn li{position:relative;display:inline;padding:0px 5px;color:#fff;font-weight:bold } 

@media(max-width:991px){ 
.tbn {position:relative;left:70%;top:0px;background:#000;width:120px;height:25px;text-align:center;z-index:100000;}
.tbn li{position:relative;display:inline;padding:5px 5px;color:#fff;font-weight:bold;line-height:24px} 
 }

.imageHolder {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-bottom: 0px;
    border-radius: 10px;
}

.imageHolder img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0
}

.imageHolder:hover img {
    transform: scale(1.1);
    transition: 0.6s;
    opacity: 1;
}

.imageHolder .caption {
    position: absolute;
    line-height: 40px;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0px;
    padding: 30% 0 0 0;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 24px;
    font-family:  'Noto Sans','Noto Sans KR', 'Poppins'
}

.imageHolder:hover .caption {
    color: #fff;
    height: 100%;
    width: 100%;
    line-height: 40px;
    font-size: 24px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    background: rgba(0, 0, 0, 0);
}

@media (max-width:640px) {
    .imageHolder {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
        border-radius: 10px;
    }
    .imageHolder img {
        position: relative;
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .imageHolder .caption {
        position: absolute;
        line-height: 30px;
        width: 100%;
        height: 100%;
        bottom: 0px;
        right: 0px;
        padding: 30% 0 0 0;
        background: rgba(0, 0, 0, 0.4);
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-family: 'Noto Sans','Noto Sans KR', 'Poppins'
    }
    .imageHolder:hover .caption {
        color: #fff;
        height: 100%;
        width: 100%;
        line-height: 30px;
        font-size: 18px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        background: rgba(0, 0, 0, 0)
    }
}
