@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

/* Scroll Fixed */
html {overflow-x: hidden; overflow-y: scroll;}

/* Font Setting */
html, body, h1, h2, h3, h4, h5, h6, p, span, li, a, label, input, textarea {font-family: 'Noto Sans KR','Malgun Gothic', sans-serif !important;}

/* Icon Fonts */
.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}

/* Social Footer Deleted */
.footer-social-layout {display: none}

/* Board(dh-board) Contents-Area Fixed */
.dh-view-box > div:nth-child(2) > div:nth-child(3) {padding: 20px !important}

/* ========================================================================================= */
body {background-color: #fcfcfc;}

/* 컨테이너, Row 기본 레이아웃 영역 */
@media screen and (min-width: 767px) and (max-width: 1199px) {
	.container_contents {padding-right: 15px; padding-left: 15px;}
}

/* 메뉴 설정 시작 */
.navbar-inverse {
    background: #fff;
    padding: 0;
    margin: 0;
    border: none;
    border-top: 3px solid #0b9444;
    position: absolute;
    top: auto;
}
.navbar-inverse .divider-vertical{display: none;}
.caret{display: none;}
.navbar ~ br{display: none;}
.topmarginLay_a {height: 72px !important;}
@media screen and (max-width: 767px) {
	.topmarginLay_a {height: 60px !important;}
}

/* ----- 로고 설정 ----- */
.navbar-inverse .navbar-brand {
    margin: 15px 0 0 !important;
    padding: 0 15px !important;
}
.navbar-brand img {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

/* ----- 메인 메뉴 설정 -----*/
.navbar-inverse .navbar-nav > li > a {
    color: #4e4e4e;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    letter-spacing: -0.04em;
    padding: 20px 25px;
    margin: 10px 0 0;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background: #fff;
    color: #0b9444;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border: none;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #0b9444;
    border: none;
}
@media screen and (max-width: 991px) {
    .navbar-inverse .navbar-nav > li > a{font-size: 16px; margin: 22px 0px 18px 0px; padding: 12px 20px 12px 20px;}
}
@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-nav > li > a{font-size: 16px; margin: 0; padding: 14px 20px 14px 20px;}
	.navbar-nav .open .dropdown-menu{padding: 0;}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{color: #333; border: none !important; margin: 0 0 0; background: #f7f7f7;}}

/* ----- 서브 메뉴 설정 -----*/
.navbar-inverse .dropdown-menu {
    background: #048439;
    left: 0 !important;
    right: auto !important;
    padding: 5px;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    min-width: 180px;
}
.navbar-inverse .dropdown-menu > li > a {
    color: #fff;
    padding: 10px 20px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    letter-spacing: -0.04em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
}
.navbar-inverse .dropdown-menu > li > a:after {
    content: '\f054';
    font-size: 10px;
    font-family: 'FontAwesome';
    position: absolute;
    top: 13px;
    right: 15px;
}
.navbar-inverse .dropdown-menu > li:last-child > a {border-bottom: none;}
.navbar-inverse .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: #fff;
    color: #048439;
}

/* ----- 모바일 메뉴 설정 ----- */
.navbar-toggle{background: #d50d0d; border-radius: 0; border: none; margin: 15px 20px 15px; padding: 10px 10px;}
@media(max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color: #fff; background: #d50d0d;}
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{padding: 10px 15px 10px 25px;}
}
/* //메뉴 설정 끝 */

/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center {background: #f6f6f6; color: #999; font-size: 14px; padding: 0; margin: 0; text-align: center;}
/* 하단 카피라이트 설정 끝*/

/* 슬라이드 설정 시작 */
.container_contents, .container_slide {width: 100%; padding: 0;}
.fill {width: 100%; height: 460px;}
.carousel-caption {
    position: relative;
    top: 50%;
    transform: translateY(-45%);
    left: 0;
    bottom: auto;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.fill h1 {
    margin: 0 0 20px;
}
.fill p {
    margin: 0;
}
@media screen and (max-width: 1199px) {
	.fill h1 span {font-size: 60px; padding-left: 35px;}
}
.fill h1 span, .fill p span {background: none; opacity: 1; padding: 0; text-shadow: 0 0 0 rgba(0,0,0,0);}
.fill h1 span {
    display: block;
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.3;
}
.fill h1 span > span {
    color: #0B9444;
    font-size: 18px;
    letter-spacing: 0.15em;
}
.fill p span {
    color: #b7b7b7;
}
.carousel-control {display: none;}
/* 슬라이드 설정 끝 */

/*content Proudct part*/
.intro-html-layout > .col-sm-12 {padding: 0px;}
.product-wrap {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 0 40px;
}
.product-wrap .product-title{margin:50px 0 40px;padding-bottom:15px;border-bottom:1px solid #777;position:relative}
.product-wrap .product-title h4 {font-size: 34px; float: left; display: inline-block; margin: 0; word-break: keep-all;}
.product-wrap .product-title p {font-size: 18px; color: #909090; display: inline-block; padding-left: 20px; padding-top: 15px; margin: 0; float: left; word-break: keep-all;}
.product.product-title a img,.brocure.product-title a img {display: inline-block; position: relative; float: right;}
.product.product-title a::after, .brocure.product-title a::after {content: ''; display: block; clear: both;}
.product-top {max-height: 260px; overflow: hidden;}
.product-top, .product-exp {position: relative;}
.product-top .product-hover {position: absolute; top: 0; width: 100%; height: 100%; z-index: 999;}
.product-hover p {
    padding: 70px 0 0 0;
    text-align: center;
}
.product-hover p i {
    color: #fff;
    font-size: 50px;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.product-list .product-hover {opacity: 0; transition: ease-out .4s all; -webkit-transition: ease-out .4s all;}

.product-list .col-md-3:nth-child(1) .product-top a:focus .product-hover,
.product-list .col-md-3:nth-child(1) .product-top a:hover .product-hover,
.product-list .col-md-3:nth-child(2) .product-top a:focus .product-hover,
.product-list .col-md-3:nth-child(2) .product-top a:hover .product-hover,
.product-list .col-md-3:nth-child(3) .product-top a:focus .product-hover,
.product-list .col-md-3:nth-child(3) .product-top a:hover .product-hover,
.product-list .col-md-3:nth-child(4) .product-top a:focus .product-hover,
.product-list .col-md-3:nth-child(4) .product-top a:hover .product-hover {
	opacity: 1;
/* 	background: rgba(0,0,0,0.3); */
}

.product-list .product-exp .btn {
    margin: 0;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    letter-spacing: -0.04em;
    padding: 6px 15px;
    overflow: hidden;
    border: none;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.18), 0 1px 5px 0 rgba(0,0,0,.15);
    color: #0b9444;
    text-transform: uppercase;
    transition: all .25s cubic-bezier(.02,.01,.47,1);
    transform: translateZ(0);
}
.product-list .product-exp .btn:hover {
	background: #0b9444;
	color: #fff;
}
.product-exp {background: #fff;}
.product-exp div.text-center {position: absolute; top: -25px; width: 100%; z-index: 999;}
.product-exp .text-center ~ p {
    padding: 40px 20px;
    margin: 0;
    color: #555;
    font-size: 13px;
    letter-spacing: -0.04em;
    line-height: 1.5;
}

/* 제품소개 모바일 반응형 */
@media screen and (max-width: 767px) {
	.product-wrap .product-title {padding: 15px;}
	.product-wrap .product-title h2 {font-size: 25px; float: none;}
	.product-wrap .product-title p {font-size: 16px; padding-left: 0px; float: none;}
	.product.product-title a img, .brocure.product-title a img {margin-top: 15px;}
}
/* 제품소개 모바일 반응형 끝 */

/*main page board part*/
.intro-board-widget-layout {background: #fff;}
.col-sm-12.intro-boardbox .page-header {padding-bottom: 10px; margin: 40px 0 15px; border-bottom: 1px solid #aaa;}
.col-sm-12.intro-boardbox .panel-body {padding: 30px 15px;}
.intro-boardbox > .page-header > h4 > .btn {color: rgba(0,0,0,0);}
.intro-widgetBoardbox > a > h5 {display: none;}
.intro-board-widget-layout .intro-boardbox .page-header h4 {font-weight: 700; font-size: 34px; color: #444;}
.dh-front-list2-words .row-separator {visibility: hidden;}
.dh-front-list2-words .list-row-regdate {color: #0B9444;}
@media screen and (max-width: 767px) {
	.dh-front-list2-words .list-row-regdate {display: block;}
}
.dh-front-list2 h6 a, .dh-front-list2 h6 a span {font-size: 16px; font-weight: 600; color: #444;}
.dh-front-list2 h5 a {font-size: 13px !important; line-height: 18pt; font-weight: 400;}
.board-gadget-wrap {padding: 65px 0 0;}
@media screen and (max-width: 767px) { 
	.board-gadget-wrap {padding-top: 0px;}
}
.board-gadget-wrap div.col-md-12 {padding: 0 0 20px;}
.board-gadget-wrap .board-gadget {border: 1px solid rgba(0,0,0,0); padding: 30px 20px; background: #eee;}
.board-gadget-wrap .board-gadget h5 {color: #444; font-size: 28px; margin-bottom: 18px;}
.board-gadget-wrap .board-gadget p {color: #444; font-size: 15px; line-height: 18pt;}
.board-gadget-wrap .board-gadget img {margin-top: 35px;}
.board-gadget-wrap .board-gadget .col-md-7 p:nth-of-type(2) {margin: 20px 0px 10px; font-size: 44px; letter-spacing: -1pt; color: #0B9444;}
.board-gadget-wrap .board-gadget p a.btn {border: 1px solid #0B9444; padding: 10px 50px; color: #0B9444; font-weight: 600; font-size: 18px; border-radius: 2px;}
.board-gadget-wrap .board-gadget p a.btn:hover {border-bottom: 1px solid #0B9444 !important;}
.intro-board-widget-layout .intro-boardbox:nth-child(1), .intro-board-widget-layout .intro-boardbox:nth-child(2) {width: 50%;}
@media screen and (max-width: 767px) {
	.intro-board-widget-layout .intro-boardbox:nth-child(1), .intro-board-widget-layout .intro-boardbox:nth-child(2) {padding: 0;}
}
@media screen and (min-width: 768px) { 
	.intro-board-widget-layout .intro-boardbox:nth-child(1) {padding-left: 0;} 
	.intro-board-widget-layout .intro-boardbox:nth-child(2) {padding-right: 0;} 
}
.intro-boardbox .front-panel {padding: 0px;}
.front-panel > .panel {margin-top: 20px;}

/*footer part*/
.footer-wrap {padding: 35px 0 20px;}
.footer-wrap .footer-navi {text-align: left;}
.footer-wrap .col-md-3 {padding-left: 0;}
.footer-navi ul {list-style: none; padding: 0; margin: 0;}
.footer-navi ul li {float: left; padding-right: 10px;}
.footer-navi ul li:last-child {border-left: 1px solid #ddd; padding-left: 10px;}
.footer-navi ul li a {color: #8a8a8a;}
.footer-navi address, .footer-navi address a {color: #707070; font-size: 12px;}

/*mobile part*/
@media all and (min-width:768px) {
	.footer-wrap {width: 750px; margin: 0 auto;}
}
@media all and (min-width:992px) {
	.footer-wrap {width: 970px; margin: 0 auto;}
}
@media all and (min-width:1200px) {
	.footer-wrap {width: 100%; max-width: 1170px; margin: 0 auto;}
}
@media all and (max-width:920px) {
	.intro-board-widget-layout .intro-boardbox:nth-child(1), .intro-board-widget-layout .intro-boardbox:nth-child(2) {width: 100%;}
	.board-gadget .col-md-8 {text-align: center;}
}

/* ONLINE BROCURE */
.brocure.product-title {border-bottom: 1px solid #fff;}
.brocure h2, .brocure h3, .brocure h4, .brocure p {color: #fff !important;}
.brocure p {font-size: 18px; color: #909090; display: inline-block; padding-left: 20px; padding-top: 15px; margin: 0;}
.brocure img {display: inline-block; position: absolute; right: 0;}
.intro-board-layout {max-width: 1170px; margin: 0 auto; float: none;}
.intro-board-layout::after {content: ''; display: block; clear: both;}
.intro-board-layout, .intro-widget-layout {width: 100% !important; float: none;}
.intro-widget-layout.col-sm-4 {background: url(/skin/img/bg_brochure.gif) !important; background-repeat: no-repeat;}
.intro-widgetbox {margin-top: 0;}
.intro-widgetbox.thumbs {padding: 0 0 60px;}
.intro-widgetbox > .dh-front-gallery {padding: 0;}
.row.dh-front-gallery.thumbs.intro-widgetBoardbox {width: 100%; max-width: 1170px; margin: 0 auto;}
@media screen and (max-width: 991px) {
	.row.dh-front-gallery.thumbs.intro-widgetBoardbox > .col-xs-3 {width: 50%;}
}
@media screen and (max-width: 767px) {
	.row.dh-front-gallery.thumbs.intro-widgetBoardbox > .col-xs-3 {width: 100%;}
}
.intro-widgetBoardbox {padding-top: 30px !important; border: none; background-size: cover !important; background: rgba(0,0,0,0) !important;}
.intro-widgetBoardbox > a {display: none;}
.dh-front-gallery a:hover {border: none;}
.dh-front-gallery .thumbnail {border: none; border-radius: 0;}
/* //ONLINE BROCURE */

.caret {display: none;}
a.btn.pull-right {background: url(/skin/img/btn-more1.png) no-repeat;}
.socialArea {margin: 10px 0;}

/* ===== sub page ===== */
/* .sub-layout {width: 100%; padding: 0 0 90px;}
.sub-wrap {width: 100%; padding: 50px 0 0;}
.top-sub-bg {background: url(/skin/img/default/sub/subTop.jpg) no-repeat; background-position: center 44%; width: 100%; height: 330px; position: relative;}
.top-sub-bg > div {position: relative; bottom: initial; width: 100%; max-width: 1170px; margin: 0 auto; padding: 175px 15px 0;}
.top-sub-bg .breadcrumb {padding: 0 15px; margin-left: 20px; margin-top: 38px; float: left;}
.top-sub-bg h2 {margin: 0; color: #ffffff; font-size: 48px; font-weight: 600; text-shadow: 0 0 10px rgba(0,0,0,0.15); letter-spacing: 0.1em;}
.top-sub-bg .breadcrumb {background: #fff; color: #585858;}
.top-sub-bg .breadcrumb > li {font-size: 12px;}
.top-sub-bg .breadcrumb > li + li::before {content: '|';}
.top-sub-bg .breadcrumb > .active {color: #ff00de; font-weight: 700;}

.content {max-width: 1170px; margin: 0 auto; width: 100%; padding: 0 15px;}
.content .sub-title-wrap {border-bottom: 1px solid #ddd; padding-bottom: 40px; margin-bottom: 40px; position: relative;}
.content .sub-title {margin: 0; line-height: 1; font-size: 36px; color: #323232;}
.sub-title-wrap .navigation {position: absolute; right: 0; bottom: 45px; padding: 0; margin: 0; list-style: none;}
.sub-title-wrap .navigation li {float: left; font-size: 15px; color: #777; background-image: url(/skin/img/default/sub/navi_arrow_icon.png); background-repeat: no-repeat; background-position: right center; padding: 0 16px 0 8px;}
.sub-title-wrap .navigation li:first-child:before {content: url(/skin/img/default/sub/navi_home_icon.png); padding-right: 7px;}
.sub-title-wrap .navigation li:last-child {background: none; padding-right: 0;}
.small-title {color: #e28000; margin: 0 0 20px; font-size: 22px; font-weight: 400;}
.content p {font-size: 15px; color: #5a5a5a; line-height: 1.65; margin-bottom: 13px; letter-spacing: -0.2px;}
.pad_0 {padding: 0;}
.content .highlight-text {font-size: 30px; text-align: center; color: #323232; margin: 0 0 35px;}
.content .highlight-text span {color: #e28000; font-weight: 600;} */

/* ----- history page ----- */
.history-list {list-style: none; padding: 0; margin: 0; font-size: 16px; color: #4a4a4a; border-top: 1px solid #ddd;}
.history-list > li {border-bottom: 1px solid #ddd; padding: 30px; overflow: hidden;}
.history-list .year {font-size: 30px; font-style: inherit; line-height: 1; display: block; color: #e28a00; width: 25%; float: left;}
.history-list .month {font-weight: 600; font-style: inherit; display: inline-block; margin-right: 20px;}
.history-list > li > ul {margin: 0; padding: 0; list-style: none; float: left; width: 75%;}
.history-list > li > ul > li {margin-bottom: 8px;}

/* ----- location page----- */
.contact_info {margin-bottom: 25px;}
.contact_info span {color: #5a5a5a; margin-right: 10px; font-size: 15px;}
.contact_info p {font-size: 20px; margin: 0 0 5px; color: #e28000;}

/* ----- product page----- */
.product-box {overflow: hidden; margin-bottom: 40px;}
.product-des {padding: 0 30px;}
.product-box h4 {margin: 0 0 15px; padding: 0; font-size: 38px; font-weight: 600; color: #e28000; line-height: 1;}
.product-box h4 span {display: block; font-size: 16px; color: #888; font-weight: 400;}
.product-box h4::after {width: 30px; height: 1px; background: #e28000; display: block; content: ''; margin-top: 16px;}
.product-box p {font-size: 15px; line-height: 28px; color: #5a5a5a; letter-spacing: -0.5px; margin: 10px 0 0;}
.product-box span {font-size: 18px; font-weight: 500; color: #5a5a5a;}

/* career page */
.career_box {border: 1px solid #dedede; margin-left: -1px; padding: 30px 40px; min-height: 245px;}
.icon_wrap i {width: 65px; height: 65px; border-radius: 100%; color: #fff; font-size: 30px; text-align: center; line-height: 65px;}
.career_box.box1 .icon_wrap i {background: #efd247;}
.career_box.box2 .icon_wrap i {background: #eab439;}
.career_box.box3 .icon_wrap i {background: #e69c2e;}
.career_box.box4 .icon_wrap i {background: #e28000;}
.career_box h4 {margin: 20px 0 10px; color: #333; font-size: 20px; letter-spacing: -0.04em;}
.career_box p {line-height: 1.7;}

/* ----- table 설정 ----- */
.basic-table {width: 100%; border-top: 1px solid #4a4a4a; border-bottom: 1px solid #4a4a4a;}
.basic-table th, .basic-table td {padding: 12px 15px; border-bottom: 1px solid #ccc; letter-spacing: -0.05rem}
.basic-table th {background: #f3f3f3;}

/* ----- 게시판, 메일폼 설정 ----- */
.dh-board,.dh-view-box,.form-horizontal, #mailForm {max-width: 1170px; margin: 0 auto; padding: 0 15px;}
.dh-board > .table-hover {margin: 0; border-top: 1px solid #4a4a4a; border-bottom: 1px solid #4a4a4a;}
.dh-board > .table-hover th {background: #f3f3f3;}
.dh-board th, .dh-board td {padding: 20px !important; border-bottom: 1px solid #ccc !important; font-size: 16px;}
.dh-board .subject strong a {font-weight: 400; color: #323232;}
.dh-board tr:hover .subject strong a {color: #e28000;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background: #4a4a4a; border: 1px solid #4a4a4a;}
#btnNew {background: #4a4a4a; border: 1px solid #4a4a4a;}

/* ----- 게시글 뷰 페이지 설정 ----- */
.dh-view-box > .row {margin: 0;}
.dh-view-box>.row>.page-header {border-top: 1px solid #4a4a4a; border-bottom: 1px solid #ccc; margin: 0; padding: 0; background: #f3f3f3;}
.dh-view-box > .row > .page-header h4 {margin: 0; font-size: 20px; font-weight: 400; color: #323232; padding: 20px 18px;}
.dh-view-box > .row > .dh-view-info {background: rgba(0,0,0,0); padding: 6px 15px;}

/*sub page*/
/* @media screen and (max-width: 767px) {
	.content {padding: 0;}
} */
/* .content p > strong {font-size: 24px; line-height: 35px; margin-top: 0px; margin-bottom: 30px;}
.content .content-sub,.content .sub-bg {padding: 35px 0px;}
.content .sub-bg .sub-content {width: 25%; word-break: keep-all; text-align: center; color: #fff;}
.content .sub-bg .sub-content:nth-child(1), .content .sub-bg .sub-content:nth-child(2), .content .sub-bg .sub-content:nth-child(3) {position: absolute;}
.content .sub-bg .sub-content:nth-child(1) {top: 200px; right: 340px;}
.content .sub-bg .sub-content:nth-child(2) {top: 335px; left: 244px;}
.content .sub-bg .sub-content:nth-child(3) {right: 320px; bottom: 251px;} */

/* ----- blog board ----- */
.bbs-blog2-index-layout .dhb-txt-box-type-b {background: rgba(0,0,0,0); border: none; padding: 0 5px;}
.dhb-txt-box-type-b > .row {margin: 0; border: 1px solid #ddd; background: #fff;}
.dhb-txt-box-type-b > .row:hover,.dhb-txt-box-type-b > .row:focus {border-color: #e28a00;}
.dhb-txt-box-type-b-img-layout {padding: 0;}
.dhb-txt-box-type-b-img-layout .thumb-hidden {border: none; box-shadow: none; max-height: 180px; height: 180px;}
.dhb-txt-box-type-b-text-layout {padding: 20px;}
.dhb-txt-box-type-b-text-layout h4 {margin: 0;}
.dhb-txt-box-type-b-text-layout h4 strong a {font-size: 18px; font-weight: 400; color: #323232; margin: 0; line-height: 1;}
.dhb-txt-box-type-b > .row:hover .dhb-txt-box-type-b-text-layout h4 strong a, .dhb-txt-box-type-b > .row:focus .dhb-txt-box-type-b-text-layout h4 strong a {text-decoration: underline !important;}
.dhb-txt-box-type-b-text-layout .txt-box-footer {display: none;}

/* mailForm */
#mailForm .btn-primary {background: #e28000; border: 1px solid #e28000; box-shadow: none; border-radius: 0; text-shadow: none; max-width: 170px; padding: 12px 0px; margin: 70px auto 0;}

.intro-board-widget-layout {
	display: none;
}

/* Sub Design */
.container.sub-layout {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.mp-swrap {
    min-height: 750px;
    padding-bottom: 100px;
}
.mp-swrap > header {
	width: 100%;
	height: 120px;
	background-color: #FAFAFA;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 40px;
}

.mp-swrap > header.visual1 { background-image: url('/skin/img/sub/visual1.jpg'); }
.mp-swrap > header.visual2 { background-image: url('/skin/img/sub/visual2.jpg'); }
.mp-swrap > header.visual3 { background-image: url('/skin/img/sub/visual3.jpg'); }

@media screen and (min-width: 992px) {
/* 	.mp-swrap .col-md-3.side {
		animation-duration: 1s;
		animation-fill-mode: both;
		animation-name: fadeInLeft;
	} */

/* 	.mp-swrap .col-md-9.content {
		animation-duration: 1s;
		animation-fill-mode: both;
		animation-name: fadeInRight;
	} */

	.col-md-3.side {
		width: 20%;
	}
	
	.col-md-9.content {
		width: 80%;
		padding-left: 35px;
	}
}

.mp-swrap .side .left-header-wrap {
/*     background: #fff; */
    margin: 0;
    padding: 0 0 20px;
}
.mp-swrap .side .left-header {
    display: block;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1.4;
    color: #0b9444;
}
.mp-swrap .side .left-header2 {
    display: block;
    font-size: 10px;
    font-weight: 500;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.mp-swrap .side .nav-stacked {
    margin: 0;
    padding: 10px;
    background: #0b9444;
}
.mp-swrap .side .nav-stacked > li+li {
	margin-top: 0;
}
.mp-swrap .side .nav-pills > li.opt {
/* 	background-color: rgba(255, 255, 255, .8); */
	border-bottom: 1px solid #FFF;
	color: #FFF;
    padding: 3px 15px;
    margin-bottom: 10px;
    margin-left: -10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0px;
	text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.mp-swrap .side .nav-pills > li+li.opt {
	margin-top: 20px;
}

.mp-swrap .side .nav-pills > li > a {
    color: rgba(255, 255, 255, 0.75);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 10px 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    letter-spacing: -0.05em;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mp-swrap .side .nav-pills > li:last-child > a {border-bottom: none;}
.mp-swrap .side .nav > li > a:focus, .mp-swrap .side .nav > li > a:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: #0b9444;
}
.mp-swrap .side .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #0B9444 !important;
    background-color: #fff !important;
    border-bottom: 1px solid #ffffff !important;
}
.mp-swrap .side .nav-pills > li.active::after {
    font-family: 'FontAwesome' !important;
    float: right;
    content: '\f105';
    top: 11px;
    z-index: 1000;
    position: absolute;
    right: 7px;
}
.mp-swrap .content .right-header {
    display: block;
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    color: #111;
    margin: 0;
	letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
	.mp-swrap .content .right-header {
		float: left;
	}
}
.mp-swrap .content .right-header > span {
    margin-left: 10px;
    font-size: 10px;
    font-weight: 500;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.mp-swrap .content .breadcrumb {
    background: none;
    background-color: transparent;
    border-bottom: 1px solid #dedede;
    font-size: 12px;
    text-align: right;
    padding: 10px 0 0;
    margin: 0 0 15px;
}
.mp-swrap .content .breadcrumb::after {
	content: '';
	background-image: url('/skin/img/header_line.png');
	width: 100%;
	display: block;
	position: relative;
	left: 0;
	height: 7px;
	margin-top: 25px;
}

.mp-swrap .content .breadcrumb > li {
	color: #736F70;
}

.mp-swrap .content .breadcrumb > li.active {
	color: #0B9444;
}

.mp-swrap .content .breadcrumb > li:first-child::before {
	font-family: "FontAwesome" !important;
	content: '\f015';
	margin-right: 5px;
}

.mp-swrap .content .breadcrumb > li+li::before {
	font-family: "FontAwesome" !important;
	content: '\f105';
}

/* subpage content style */
@media screen and (max-width: 991px) {
	.mp-swrap .col-md-9.content {
		padding-top: 50px;
	}
}

.mp-article {
	padding-top: 20px;
}
.mp-article p {
    word-break: keep-all;
    color: #555;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin-bottom: 15px;
}
.mp-article h3 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 20px;
	letter-spacing: -0.03em;
}

.mp-article h3::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 2px solid #0B9444;
	margin: 0 5px 0 0;
	display: block;
	float: left;
}

.mp-article h3.no-effect::before {
	display: none;
}

.mp-article h3.product-title {
    margin: 0;
    color: #111;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.04em;
    position: relative;
    display: inline-block;
}
.mp-article h3.product-title:before {
    display: inherit;
    content: '';
    background: #ccc;
    width: 6px;
    height: 6px;
    border: 2px solid #0B9444;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: -15px;
    margin: 0;
}
.mp-article h3.product-title:after {
    content: '';
    background: #ccc;
    width: 6px;
    height: 6px;
    border: 2px solid #0B9444;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    right: -15px;
}
.s-materials1 .mp-article {text-align: center;}

.mp-article .row+h3 { margin-top: 15px; }
.mp-article p+h3 { margin-top: 35px; }

.vision-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
	color: #FFF;
    background: url('/skin/img/sub/s_vision_bg.png') no-repeat;
    display: block;
    font-size: 50px;
    text-align: center;
    line-height: 93px;
}

.vision-item {
    margin: 0;
    padding: 0;
}

.vision-item-inner {
    border-right: 1px solid #e6e6e6;
    padding: 0;
    margin: 0;
}

.vision-item-vision .vision-item-inner {border-right: none;}
.vision-item .vision-title {
    margin: 20px 0 10px;
	padding: 0;
    color: #111;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.06em;
    position: relative;
    display: inline-block;
}
.vision-item .vision-title:before {
    content: '';
    background: #ccc;
    width: 5px;
    height: 5px;
	border: none;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: -15px;
}
.vision-item .vision-title:after {
    content: '';
    background: #ccc;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    right: -15px;
}

@media screen and (min-width: 992px) {
	.vision-item .col-md-2 {
		width: 130px;
	}

	.vision-item .col-md-10 {
		width: calc(100% - 130px);
	}
}

.vision-title+ul {
    padding: 0;
    margin: 0 !important;
    width: auto;
    display: block !important;
    list-style: none;
}
.vision-title+ul li {
    color: #555;
    font-size: 14px;
    letter-spacing: -0.04em;
    line-height: 1.6;
}
.m-product .img-responsive.center-block {
	margin-bottom: 25px;
}

/* sub page 회사소개 */
.s-intro .mp-article p.intro_point {
	color: #454545;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.08em;
    line-height: 1.4;
    margin-bottom: 30px;
}
.s-intro .mp-article p > span {
	color: #0b9444;
    font-size: 24px;
    font-weight: 600;
    padding-right: 5px;
}
.s-intro .mp-article p.intro_box {
	background: #f4f4f4;
    margin: 30px 0 0;
    padding: 20px 25px;
}

/* sub page 인사말 */
.s-greeting .mp-article p.greeting_point {
    color: #323232;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.08em;
    line-height: 1.5;
    margin: 0 0 30px;
}
.s-greeting .mp-article p > span {
    color: #0b9444;
    font-size: 24px;
    font-weight: 600;
    padding-right: 5px;
}
.s-greeting .mp-article p.greeting_thx{
    color: #111;
    font-size: 15px;
    font-weight: 600;
}

.s-location .root_daum_roughmap {
	width: 100% !important;
}

.mp-article h4 {
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.mp-article h4::before {
    display: block;
    content: '';
    width: 12px;
    height: 2px;
    border: 2px solid #0B9444;
    position: relative;
    top: 12px;
    left: -20px;
    margin: 0;
}

.mp-article ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mp-article ul li {
	line-height: 28px;
}

.basic-table.tbody-th-centered thead tr th:first-child,
.basic-table.tbody-th-centered tbody tr th {
	text-align: center;
}

.table-responsive+.table-responsive {
	margin-top: 20px;
}

/* sub page TIM from HALA */
.s-materials2 .mp-article .con1 ul li {margin-bottom: 10px; padding: 20px 25px; background: #f6f6f6; color: #111; font-size: 16px; font-weight: 500; line-height: 1.2;}
.s-materials2 .mp-article .con1 ul li small {color: #666; font-size: 12px; font-weight: 300;}
.s-materials2 .mp-article .con2 ul {margin: 0 0 40px;}
.s-materials2 .mp-article .con2 ul li {color: #555; line-height: 1.8; padding-left: 13px; position: relative;}
.s-materials2 .mp-article .con2 ul li:before {content: ''; position: absolute; width: 3px; height: 3px; background: #ccc; top: 11px; left: 0;}
.s-materials2 .mp-article .con3 h5 {margin: 0 0 20px; color: #555; font-size: 16px; font-weight: 500; letter-spacing: -0.04em; padding-left: 16px; position: relative;}
.s-materials2 .mp-article .con3 h5:before {content: ''; position: absolute; width: 6px; height: 6px; background: #ccc; border: 2px solid #0B9444; border-radius: 100%; top: 7px; left: 0;}
.s-materials2 .mp-article .con3 h6 {
    margin: 0 0 10px;
    padding: 6px 15px;
    color: #0b9444;
    border: 1px solid #0b9444;
    border-radius: 50px;
    background: rgba(11, 148, 68, 0.05);
    font-size: 13px;
    font-weight: 400;
}
.s-materials2 .mp-article .con3 ul { margin: 0 0 20px;}
.s-materials2 .mp-article .con3 ul li {color: #666; font-size: 13px; line-height: 1.6; padding-left: 10px;}
.s-materials2 .mp-article .con3 p {color: #888; font-weight: 500;}

/* sub page Cu Spacer for DCP */
.s-materials3 .mp-article .con1 ul li {color: #555; line-height: 1.8; padding-left: 13px; position: relative;}
.s-materials3 .mp-article .con1 ul li:before {content: ''; position: absolute; width: 3px; height: 3px; background: #ccc; top: 11px; left: 0;}
.s-materials3 .mp-article .con1 p {background: #f6f6f6; padding: 15px 20px; margin: 0;}

/* sub page Wafer Ring */
.s-materials4 .mp-article .con2 label {margin: 0; color: #555; font-size: 16px; font-weight: 500; letter-spacing: -0.04em; padding-left: 16px; position: relative;}
.s-materials4 .mp-article .con2 label:before {content: ''; position: absolute; width: 6px; height: 6px; background: #ccc; border: 2px solid #0B9444; border-radius: 100%; top: 9px; left: 0;}

/* sub page Laser De-cap */
.s-equipment1 .mp-article .con1 h5 {margin: 0 0 20px; color: #555; font-size: 16px; font-weight: 500; letter-spacing: -0.04em; padding-left: 16px; position: relative;}
.s-equipment1 .mp-article .con1 h5:before {content: ''; position: absolute; width: 6px; height: 6px; background: #ccc; border: 2px solid #0B9444; border-radius: 100%; top: 7px; left: 0;}
.s-equipment1 .mp-article .con1 ul {margin: 0 0 40px;}
.s-equipment1 .mp-article .con1 ul li {color: #555; line-height: 1.8; padding-left: 13px; position: relative;}
.s-equipment1 .mp-article .con1 ul li:before {content: ''; position: absolute; width: 3px; height: 3px; background: #ccc; top: 11px; left: 0;}
.s-equipment1 .mp-article .con1 ul li small {
    color: #888;
    font-size: 12px;
    font-weight: 500;
}

/* sub page Plasma & Spray Coating */
.s-equipment2 .mp-article .con1 ul li, .s-equipment2 .mp-article .con2 ul li {
    margin: 0 0 10px;
    color: #555;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.04em;
    padding-left: 16px;
    position: relative;
}
.s-equipment2 .mp-article .con1 ul li:before, .s-equipment2 .mp-article .con2 ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ccc;
    border: 2px solid #0B9444;
    border-radius: 100%;
    top: 11px;
    left: 0;
}

/* sub page Variable Frequency Microwave Oven */
.s-equipment4 .mp-article .con1 ul {margin: 0 0 20px;}
.s-equipment4 .mp-article .con1 ul li {color: #555; line-height: 1.8; padding-left: 13px; position: relative;}
.s-equipment4 .mp-article .con1 ul li:before {content: ''; position: absolute; width: 3px; height: 3px; background: #ccc; top: 11px; left: 0;}
.s-equipment4 .mp-article .con1 ul li small {
    color: #888;
    font-size: 12px;
    font-weight: 500;
}

.s-equipment4 .mp-article .basic-table thead tr th,
.s-equipment4 .mp-article .basic-table tbody tr th,
.s-equipment4 .mp-article .basic-table tbody tr td {
	text-align: center;
}

.equipment04_sbabox {
	border: 2px solid #111;
	margin-bottom: 20px;
}

.equipment04_sbabox > div {
	border-bottom: 2px solid #111;
}

.equipment04_sbabox > div:last-child {
	border-bottom: 0;
}

.equipment04_sbabox .area_red { background-color: #FF0033; height: 35px; }
.equipment04_sbabox .area_cyan { background-color: #00FFFF; height: 10px; }
.equipment04_sbabox .area_white { background-color: #FFF; height: 40px; }