<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Lato');
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* SekangMT Custom CSS
!* Author: Puella, Sisira */

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

html, body, h1, h2, h3, h4, h5, h6, p, span, li, ol, input, textarea, small, big, strong, sup, a, .caption a {
	font-family: 'Lato', "Noto Sans KR", 'NanumBarunGothic', 'Malgun Gothic', sans-serif !important;
}

.fa {
	font-family: 'FontAwesome' !important;
}

.glyphicon {
	font-family: 'Glyphicons Halflings' !important;
}

.topmarginLay_a {
	height: 90px !important;
}

.container {
	width: 100%;
	max-width: 1170px;
}

.footer-social-layout {
	display: none;
}

/* ìƒë‹¨ ë©”ë‰´ ì„¤ì&nbsp;• */
.navbar-inverse {
	background: #FFF;
	background-color: #FFF;
	border-bottom: 1px solid #DEDEDE;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 0;
	min-height: 110px;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: none;
}

@media screen and (max-width: 767px) {
	.navbar-inverse {
		height: 90px;
	}
}

.navbar-brand {
	padding: 0;
	padding-left: 15px;
	padding-right: 0;
}

.navbar-brand img {
	margin-top: 24px;
}

.navbar-toggle,
.navbar-toggle:hover,
.navbar-toggle:focus {
	border: 0;
	margin-top: 18px;
	background: #FFF !important;
	background-color: #FFF !important;
}

.navbar-toggle &gt; .icon-bar {
	background-color: #333 !important;
}

@media screen and (min-width:992px){
		.nav&gt;li {
		margin: 0 14px;
	}
}

.navbar-inverse .navbar-collapse {
	visibility: hidden;
}

.navbar-inverse .navbar-nav &gt; li &gt; a {
    color: #313131;
    text-shadow: none;
    padding: 32px 15px;
    background: #FFF;
    font-size: 16px;
    font-weight: 500;
}

.navbar-inverse .navbar-nav &gt; li &gt; a span {
	width: 14px;
	height: 14px;
}

.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.navbar-inverse .navbar-nav &gt; li &gt; a:focus,
.navbar-inverse .navbar-nav &gt; li &gt; a.active,
.navbar-inverse .navbar-nav &gt; .active &gt; a,
.navbar-inverse .navbar-nav &gt; .open &gt; a,
.navbar-inverse .navbar-nav &gt; .open &gt; a,
.navbar-inverse .navbar-nav &gt; .open &gt; a:focus,
.navbar-inverse .navbar-nav &gt; .open &gt; a:hover {
	background: #FFF;
	background-color: #FFF;
	color: #b50d0d;
	box-shadow: none;
	-webkit-box-shadow: none;
}

@media screen and (max-width: 767px) {
	.navbar-inverse .navbar-nav &gt; li &gt; a {
		padding: 15px 15px;
	}
}

.navbar-inverse .navbar-nav &gt; li &gt; a .caret,
.navbar-inverse .divider-vertical {
	display: none;
}

.navbar-inverse .dropdown-menu {
	left: 0 !important;
    background: #f3f3f3;
    border: none !important;
    padding: 20px 0;
    border-radius: 0;
	box-shadow:none;
}

.navbar-inverse .dropdown-menu &gt; li &gt; a {
	padding: 10px 15px;
	background: #f3f3f3;
}

.navbar-inverse .dropdown-menu &gt; li &gt; a:hover, 
.navbar-inverse .dropdown-menu &gt; li &gt; a:focus
.navbar-inverse .open .dropdown-menu &gt; li &gt; a:hover, 
.navbar-inverse .open .dropdown-menu &gt; li &gt; a:focus, 
.navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
    background: #b50d0d;
    color: #ffffff !important;
}

@media screen and (max-width: 767px) {
	.navbar-collapse.collapsing,
	.navbar-collapse.collapse.in {
		border-bottom: 1px solid #DEDEDE;
	}
	
	.navbar-inverse .dropdown-menu &gt; li &gt; a,
	.navbar-inverse .dropdown-menu &gt; li &gt; a:hover,
	.navbar-inverse .dropdown-menu &gt; li &gt; a:focus,
	.navbar-inverse .open .dropdown-menu &gt; li &gt; a,
	.navbar-inverse .open .dropdown-menu &gt; li &gt; a:hover,
	.navbar-inverse .open .dropdown-menu &gt; li &gt; a:focus {
		padding: 10px 15px 10px 30px;
	}
}

.navbar-inverse .navbar-nav &gt; .divider-vertical+li &gt; a {
	text-decoration: none !important;
}
/* ìƒë‹¨ ë©”ë‰´ ì„¤ì&nbsp;• ë */

/* ë‹¤êµ­ì–´ ë²„íŠ¼ */
.container_langbtn {
    text-align: right;
    padding: 6px;
    background: #3a3a3e;
}

.container_langbtn .btn {
    background: transparent;
    border: none;
    padding: 2px 6px;
    outline: 0 !important;
    color: #FFF;
	opacity: 0.5;
}

.container_langbtn .btn.active {
    color: #FFF;
    box-shadow: none;
    color: #ffffff;
	opacity: 1;
}
/* ë‹¤êµ­ì–´ ë²„íŠ¼ ë */

/* ë©”ì¸ ìŠ¬ë¼ì´ë“œ ì„¤ì&nbsp;• */
.container_slide {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	max-width: none;
}

.container_contents {
	margin-bottom: 80px;
	margin-top: 10px;
	padding-left: 0;
	padding-right: 0;
}

.fill {height:250px}
.carousel-caption {
    top: 3%;
}
.carousel-caption h1 span {
    background: transparent;
    opacity: 1;
    text-shadow: none;
    font-size: 58px;
    letter-spacing: -0.6px;
    padding: 0;
}
.carousel-caption h1 span.small {
    color: #bfaa7c;
    font-size: 20px;
}
.carousel-control{
	display:none;
}

/* ë©”ì¸ ìŠ¬ë¼ì´ë“œ ë */
.intro-boardbox .page-header {
    margin-bottom: 0;
    border-bottom: 2px solid #ededed;
    padding-bottom: 14px;
}
.intro-boardbox .page-header &gt; h4 {
    margin: 0;
    padding-top: 12px;
    margin-bottom: 0;
    background-image: url(/skin/img/sub/subTitle_red.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-weight: 600;
    font-size: 26px;
    color: #313131;
}
.intro-boardbox&gt;.page-header&gt;h4&gt;.btn {
    padding: 0;
}
.dh-front-blog&gt;.col-md-4&gt;.thumbnail {
	min-height: 200px;
}

.blog-row-subject {
	padding: 10px 5px !important; 
}

.thumbnail .caption {
	padding-top: 14px;
	padding-bottom: 14px;
	background: #3a3a3e;
	transition: ease .2s;
}

.blog-row-subject a {
	font-size: 16px;
	text-align: center;
	display: block;
}

.blog-row-subject &gt; small,
.blog-row-contents {
	display: none;
}

.dh-front-blog .thumbnail {
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 0 !important;
}

.dh-front-blog&gt;.col-md-4&gt;.thumbnail&gt;a.blogthumb {
	border: none;
	height: 160px;
	background-color: #b50d0d;
}

.dh-front-blog&gt;.col-md-4&gt;.thumbnail {
	opacity: 1;
	transition: ease .2s;
	background-color: #b50d0d;
}

.dh-front-blog&gt;.col-md-4&gt;.thumbnail:hover &gt; a {
    opacity: .7;
}
.dh-front-blog&gt;.col-md-4&gt;.thumbnail:hover .caption {
    background: #b50d0d;
}

.dh-front-blog&gt;.col-md-4&gt;.thumbnail&gt;.caption h5 {
    margin: 0;
    padding: 0 !important;
}
.dh-front-blog&gt;.col-md-4&gt;.thumbnail&gt;.caption h5 a {
    color: #ffffff;
    font-size: 15px;
}
.intro-board-layout {
	width: 100%;
}

.intro-board-layout &gt; .intro-boardbox:first-child {
	width: 66.6%;
}

.intro-board-layout &gt; .intro-boardbox:nth-child(2),
.intro-board-layout &gt; .intro-boardbox.custom {
	width: 33.3%;
}

.dh-front-gallery.thumbs#freewall_w5 &gt; .col-md-3 {
	width: 33.3%;
	float: left;
}

@media screen and (max-width: 767px) {
	.intro-board-layout &gt; .intro-boardbox {
		width: 100% !important;
	}
}

.dh-front-gallery.thumbs#freewall_w5 &gt; .col-md-3 .thumbnail {
	height: 134px !important;
	background-size: cover;
	transition: ease .5s all;
	-webkit-transition: ease .5s all;
	border: 1px solid #DEDEDE !important;
}

.dh-front-gallery.thumbs#freewall_w5 &gt; .col-md-3 .thumbnail:hover,
.dh-front-gallery.thumbs#freewall_w5 &gt; .col-md-3 .thumbnail:focus {
	background-size: cover;
	opacity: .8;
}

.selBox {
	margin-top: 20px;
}

.selBox, .callBox {
	display: block;
	border: 1px solid #DEDEDE !important;
	padding: 0;
}

.callBox {
	padding: 18px 15px;
	display: block;
	text-align: center;
	color: #666;
	border-top: 0px !important;
	background: #f8f8f8;
}

.selBox a {
    padding: 18px 15px;
    display: block;
    text-align: center;
    color: #4a4a4a;
    background: #f8f8f8;
}
.selBox a i {
    color: #b50d0d;
}
.selBox a:hover,
.selBox a:focus {
	background: #ededed;
	color: #4a4a4a;
}

.selBox h5,.callBox h5{
	display: block;
	margin-bottom: 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.callBox i {
    color: #bfaa7c;
}
.callBox h6 {
    font-size: 14px;
    color: #4a4a4a;
    margin-bottom: -5px;
}
.custom &gt; .selBox.maincs,
.custom &gt; .callBox.tel {
	border-right: 0 !important;
}

@media screen and (max-width: 991px) {
	.dh-front-blog &gt; .col-sm-6:nth-last-child(2),
	.dh-front-blog &gt; .col-sm-6:last-child {
		display: none;
	}
}

/* ë©”ì¸ ìŠ¬ë¼ì´ë“œ ì„¤ì&nbsp;• ë */

.sitemap4-toggle {
	padding-left: 15px;
	padding-right: 15px;
}
.sitemap4-toggle a, .sitemap4-toggle a:hover, .sitemap4-toggle a:focus, .sitemap4-toggle a:visited {
	color: #000 !important;
	text-decoration: none !important;
}

/* í…Œì´ë¸” ìŠ¤íƒ€ì¼ */
.table-style {
	border-top: 2px solid #D51A1A;
	border-bottom: 2px solid #D51A1A;
}

.table-style tr {
    border-bottom: 1px solid #ddd;
}

.table-style thead tr th {
	text-align: center;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #FDFDFD;
}

.table-style tr td,
.table-style tr th {
	padding: 15px !important;
}
/* í…Œì´ë¸” ìŠ¤íƒ€ì¼ ë */

/* íƒ­ ìŠ¤íƒ€ì¼ */
#content .nav-tabs {
    border-bottom: 2px solid #b50d0d;
	margin-bottom: 30px;
}
#content .nav-tabs li {
    margin: 0;
}
#content .nav-tabs li a {
    font-size: 16px;
    color: #777;
    padding: 14px 20px;
    background: #f3f3f3;
    border: none;
    border-bottom: 2px solid #f3f3f3;
    margin: 0;
    margin-bottom: -2px;
}
#content .nav-tabs li.active a {
    background: #fff;
    font-weight: 600;
    color: #4a4a4a;
    border: 2px solid #b50d0d;
    border-bottom: 2px solid #fff !important;
    margin-bottom: -2px;
}
/* íƒ­ ìŠ¤íƒ€ì¼ ë */

/* ì„œë¸Œ íŽ˜ì´ì§€ ì„¤ì&nbsp;• */
.container.sub-layout {
	padding-left: 0;
	padding-right: 0;
	max-width: none;
}

#top {
	height: 200px;
	background-image: url('/skin/img/sub/sub_top.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

#top .inner {
	max-width: 1170px;
	padding-top: 57px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	text-align: center;
}

#top .inner .heading {
    font-size: 41px;
    font-weight: 500;
    display: block;
    color: #fff;
}

#top .inner .des {
	font-size: 18px;
	display: block;
	color: #bfaa7c;
}

#place {
    background: #f3f3f3;
    border-bottom: 1px solid #ddd;
}

#place .breadcrumb {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 10px 15px;
    background: #EFEFEF;
    text-align: right;
    color: #888;
    font-size: 14px;
}
.breadcrumb&gt;.active {
    color: #666;
    font-weight: 600;
}
#content {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 80px;
}

.subTitle {
    margin: 0;
    padding-top: 12px;
    margin-bottom: 22px;
    font-weight: 600;
    background-image: url(/skin/img/sub/subTitle_red.png);
    background-repeat: no-repeat;
    background-position: left top;
}

/* ê²Œì‹œíŒ */
.form-horizontal {
	margin: 0 auto;
	width: 100%;
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.form-horizontal &gt; h2:first-child {
	margin-top: 0;
}

.img-bbs-default-index-layout {
	padding-bottom: 50px;
}

.img-bbs-default-index-layout &gt; .row {
	margin: 0 auto;
	width: 100%;
	max-width: 1170px;
}

.img-bbs-default-index-layout &gt; #place+.row {
	padding-top: 50px;
}

.img-bbs-img-slide-index-layout .img-bbs-subject, .img-bbs-default-index-layout .img-bbs-subject {
	display: block;
}

.img-bbs-default-index-layout.img-bbs5 .dh-front-gallery.thumbs &gt; .col-md-3 &gt; a {
	height: 357px !important;
	background-size: 100% auto;
	transition: ease .2s all;
	-webkit-transition: ease .2s all;
	border: 1px solid #DDD !important;
}

.img-bbs-default-index-layout.img-bbs5 .dh-front-gallery.thumbs &gt; .col-md-3 &gt; a:hover,
.img-bbs-default-index-layout.img-bbs5 .dh-front-gallery.thumbs &gt; .col-md-3 &gt; a:focus {
	background-size: 105% auto;
}

.dh-board {
	max-width: 1170px;
	padding: 50px 15px;
	margin: 0 auto;
}

.dh-view-box {
	max-width: 1170px;
	margin: 0 auto;
	padding: 50px 15px;
}

.dh-view-box &gt; .row {
	margin: 0;
}

.dh-view-box .dh-attach+div {
	padding: 20px !important;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer {
	display: none;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    border: none;
    background-color: #fff;
}
.thumb-hidden {
	box-shadow: none;
	-webkit-box-shadow: none;
	height: 200px !important;
	border: 1px solid #ddd;
	border-bottom: 0;
}

.dhb-txt-box-type-b-text-layout .btnRead {
    text-align: center;
    font-size: 16px;
    display: block;
    color: #b50d0d;
}

.dhb-txt-box-type-b-text-layout h4 {
    margin: 0;
    background: #f3f3f3;
    border: 1px solid #ddd;
    padding: 8px;
}

.dhb-txt-box-type-b-text-layout h4 &gt; small {
	display: none;
}

.dhb-txt-box-type-b:hover h4 a, .dhb-txt-box-type-b:focus h4 a {
    color: #fff;
}
.dhb-txt-box-type-b:hover h4, .dhb-txt-box-type-b:focus h4 {
    background-color: #b50d0d;
    border-color: #b50d0d;
}


.text-bbs7 .dh-view-info,
.text-bbs8 .dh-view-info {
	display: none;
}

.text-bbs7 .dh-view-box .page-header, .text-bbs8 .dh-view-box .page-header {
    border: 0;
    background-image: url(/skin/img/sub/subTitle_red.png);
    padding-top: 30px;
    background-repeat: no-repeat;
    background-position: center 26px;
    border-top: 1px solid #ddd;
}

.text-bbs7 .dh-view-box .page-header h4,
.text-bbs8 .dh-view-box .page-header h4 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.text-bbs7 .dh-attach &gt; h6 &gt; b,
.text-bbs8 .dh-attach &gt; h6 &gt; b {
	display: none;
}
.pagination&gt;li a {
    border-radius: 0px !important;
}
.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;span:focus, .pagination&gt;.active&gt;span:hover {
    background: #bfaa7c;
    border-color: #bfaa7c;
}
button#btnNew {
    background: #bfaa7c;
    border-color: #bfaa7c;
}
/* í‘¸í„° */
.footer_copy .text-center {
	padding: 30px 0 0;
	background-color: #3a3a3e;
}

.footer_copy .text-center .inner {
	padding: 0 15px;
	max-width: 1170px;
	margin: 0 auto;
}

.footer_copy .text-center p {
	font-size: 13px;
	color: #aaa;
	text-align: left;
}
.footer_copy .text-center p strong {
    color: #ddd;
}
.footer_copy .text-center p.copyright {
	text-align: right;
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	.footer_copy .text-center p {
		text-align: center !important;
	}
}

.footer_copy .text-center span.space {
	margin: 0 5px;
	opacity: .5;
}

/* ì„œë¸Œ íŽ˜ì´ì§€ ë¶€ë¶„ */
.margin-upper {
	margin-top: 50px;
}

#content &gt; .row {
	margin-left: 15px;
	margin-right: 15px;
}

.line-horizontal &gt; div {
	height: 1px;
	background: #DEDEDE;
	margin: 50px 0;
}
.history table th {
    font-size: 32px;
    color: #b50d0d;
    line-height: 1 !important;
}
.history table td {
    vertical-align: middle !important;
	font-weight: 600;
}
.history table td:last-child {
    font-weight: 400;
    background-image: url(/skin/img/sub/circle_head.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.customer table.table-style {
    border-top: none;
    border-bottom: none;
}
.customer table.table-style td:nth-child(even) {
    background-image: url(/skin/img/sub/next_btn.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px !important;
}

.location .maps {
	width: 100%;
	height: 300px;
	border: 1px solid #DEDEDE;
}

.location .addr {
	padding: 15px;
	background: #EEE;
	text-align: center;
}
.equip_list table {
	word-break:break-word;
}
.equip_list table th {
    background: #f3f3f3;
}
.equip_list .table-style tbody tr td:nth-child(3) {
	text-align: center;
}

.factory .row,
.factory .half {
	background: #EFEFEF;
}

.factory .imgBox {
	text-align: center;
}

.factory .imgBox img {
    margin-top: 15px;
    margin-bottom: 0;
}
.factory .imgBox .name {
    font-weight: 100;
    text-align: center;
    margin-bottom: 15px;
    background: #3a3a3e;
    margin: 0 0 15px;
    padding: 20px;
    color: #fff;
    font-size: 17px;
    line-height: 23px;
}

.process &gt; .col-md-3 {
	text-align: center;
	padding-bottom: 20px;
}

.process &gt; .col-md-3:after {
    content: url(/skin/img/sub/next_btn.png);
    font-family: 'FontAwesome' !important;
    float: right;
    margin-right: -25px;
    margin-top: -94px;
    font-size: 16px;
}

@media screen and (max-width: 767px) { 
	.process &gt; .col-md-3:after {
		content: '';
	}
}

.process &gt; .col-md-3 p {
    padding: 7px 19px;
    font-size: 14px;
    margin-bottom: 0;
	background: #b50d0d;
    color: #fff;
    position: absolute;
    top: 0;
}

.process &gt; .col-md-3:last-child:after {
	content: '';
}

.customer .table-style tr td {
	vertical-align: middle;
	font-size: 16px;
}

/* ë¡œê·¸ì¸ */
.login-layout {
    background: #f3f3f3;
    padding-bottom: 80px;
}
.login-layout .inner-box {
    max-width: 1170px;
    margin: 50px auto 0px;
}
.login-layout .inner-box .panel {
    border-radius: 0px;
    box-shadow: none;
}
.login-layout .btn-warning{
	background: #b50d0d;
	border-radius: 0;
	border-color: #b50d0d;
	padding: 8px;
	margin-top: 10px;
}

.afterfac {
	background-image: url('/skin/img/sub/afterfac.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 5px;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
	min-height: 200px;
	height: 200px;
	max-height: 200px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, .39);
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .39);
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead {
	width: 100%;
	height: 100%;
	float: left;
	margin: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead img {
	width: 100%;
	height: 100%;
	float: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	visibility: hidden;
	opacity: 0;
}</pre></body></html>