<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #f3f3f3f3;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center &gt; br,
.topmarginLay_a {
	display: none;
}
.navbar-brand img {
	margin-top: 0;
}

.navbar-inverse {
    background-color: #2a2a2a;
}

.navbar-inverse .navbar-nav &gt; li &gt; a {
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
    padding: 18px 0;
    color: #111;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.04em;
    transition: all ease .3s;
}
.navbar-inverse .navbar-nav &gt; li:last-child &gt; a { border: none; }
.navbar-inverse .navbar-nav &gt; li &gt; a:hover, .navbar-inverse .navbar-nav &gt; li &gt; a:active, .navbar-inverse .navbar-nav &gt; li &gt; a:focus {
    color: #E60012;
    font-weight: 500;
    border-color: #E60012;
}
.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: none;
    color: #E60012;
    font-weight: 500;
    border-color: #E60012;
}
@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav &gt; li &gt; a {text-align: center;}
}
.navbar-inverse .dropdown-menu {
    border: none;
    background: #111;
    box-shadow: 0 2px 2px rgba(0,0,0,0.4);
    margin: 0;
    padding: 10px 5px;
    width: 100%;
}
.navbar-inverse .dropdown-menu &gt; li &gt; a {
    color: #dedede;
    font-size: 13px;
    letter-spacing: -0.02em;
    padding: 10px 0;
    text-align: center;
}
.navbar-inverse .dropdown-menu &gt; li &gt; a:hover, .navbar-inverse .dropdown-menu &gt; li &gt; a:focus {
    background: #fff;
    color: #111;
    font-weight: 500;
}
.session-txt-line {
    color: #aaa;
    margin: 0;
    font-size: 10px;
    vertical-align: 2px;
}
.session-txt-btn {
    color: #888 !important;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.session-txt-admbtn{border: 1px solid #333;    color: #333;}
.session-txt-admbtn:hover{border: 1px solid #E60012; color: #E60012; }
.session-txt-wrap &gt; .session-txt-btn:first-child:hover, .session-txt-btn:hover{ color: #E60012;}

.mp-side {
    background-color: #111;
}
.navbar-inverse {
    background-color: #fff;
}
.mp-side .navbar-inverse .navbar-brand { padding: 20px 0; }

/* personal setting 0.43v */
/* layout */
.mt-0{margin-top:0px!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-80{margin-top:80px!important;}
.mb-0{margin-bottom:0px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-80{margin-bottom:80px!important;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

/* img */
@media(min-width:768px){
	.max-90{
		width:90%!important;
		margin:0 auto;
		display:block;
	}
	
}
.img-shadow {
	box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.1);
}
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
}

/* align */
.absolute-center{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:0;
	margin:0;
}
.horizontal-center{
	position:relative;
	left:50%;
	transform:translateX(-50%);
	padding:0;
	margin:0;
}

.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.font-12{font-size:12px!important;}
.font-14{font-size:14px!important;}
.font-16{font-size:16px!important;}
.font-18{font-size:18px!important;}
.font-20{font-size:20px!important;}
.font-22{font-size:22px!important;}
.text-bold{font-weight:bold!important;}
.numbering{margin-right:10px;}
/*list style*/
.li-none &gt; li{list-style:none!important; margin-left:20px;}
.li-circle &gt; li{list-style:circle!important; margin-left:20px;}
.li-square &gt; li{list-style:square!important; margin-left:20px;}
.li-disc &gt; li{list-style:disc!important; margin-left:20px;}
.li-dash &gt; li,
.li-dash &gt; dd,.li-dot &gt; li{ padding-left:20px; position:relative;}
.li-dash &gt; dd:before, 
.li-dash &gt; li:before,
.li-dot &gt; li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot &gt; li:before{
	content:'·';
}
.location-li{
	border-top:2px solid #333;
}
.location-li li{
	padding:5px 10px;
	font-size:16px;
	border-bottom:1px solid #ddd;
}
.location-li .fa{
	margin-right:10px;
}
.partner-li{
	border:1px solid #ddd;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li &gt; li{
	float:left;
	width:16.666%;
}
.partner-li &gt; li img{
	border:1px solid #ddd;
}
@media(max-width:767px){
	.partner-li &gt; li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}
.quote-box{
	margin:20px auto;
	padding:25px;
	background:#f5f5f5;
}
p.quote{
	margin:30px 0;
	font-size:26px;
	font-weight:300;
	color:#555;
	line-height:1.2;
}
p.quote span{
	font-weight:500;
}
/* custom setting */
.container_contents,
.footer_copy &gt; div,
.sub-layout{
	width:100%;
	padding:0;
}
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
/* personal setting 0.43v end */
/* navigation setting */
@media(max-width:767px){
	
}
/* mainpage setting */
.main-content &gt; section {
    min-height: 500px;
    border-bottom: 2px solid #f3f3f3;
}
.main-content &gt; section:last-child{border-bottom:none;    margin-bottom: 0;}
.table-style {margin: 0 0 20px; border-top: 2px solid #000;}
.table-style tr th, .table-style tr td {    
	padding: 16px 12px !important;
    border-bottom: 1px solid #dedede !important;
    border-right: 1px solid #dedede;
    letter-spacing: -0.02em;
    word-break: keep-all;
    text-align: center;
    vertical-align: middle !important;}
.table-style tr th:first-child, .table-style tr td:first-child{border-left:1px solid #dedede}
.table-style tr th {color: #333; text-align:center;}
.table-style thead tr th {background: #f8f8f8;}
.table-style tr td {color: #666;}
@media(max-width:767px){
	
}
/* footer setting */

@media(max-width:767px){
	
}
/*slide*/
.carousel{margin-bottom:60px}

/** sub 공통 **/
section {
    padding: 0 40px 80px;
    margin: 0 0 80px;
}
section h3 {
    margin: 0 0 40px;
    padding: 12px 0 0;
    color: #010;
    font-size: 28px;
    letter-spacing: -0.04em;
    position: relative;
}
section h3:before {
    content: "";
    background: #E60012;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
}
section .con{    
    margin-bottom: 50px;}
.section-title {
    margin: 0 0 60px;
    padding: 14px 0 0;
    color: #111;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    position: relative;
}
.section-title:before {
    content: "";
    background: #111;
    width: 20px;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
}
.li-dash li, .company-info dd, #cool dl dd {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.8;
}

/** introduction **/
.ceo_inner {
    margin: 0;
    background: #f6f6f6;
    padding: 30px 40px;
    border-radius: 4px;
}
.ceo_inner p {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 1.8;
}
.ceo_inner p.name {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    text-align: right;
    font-style: oblique;
}
.company-info dt, #cool dl dt {
    margin: 0 0 20px;
    padding-left: 20px;
    color: #111;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    position: relative;
}
.company-info dt:before, #cool dl dt:before {
    content: "";
    background: #444;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
}
.company-info dd {
    margin: 0 0 40px;
}
#product img{box-shadow: 2px 2px 12px rgba(0,0,0,.3);}

/*steel*/
#steel dl {
    margin: 0;
    border-right: 1px solid #dedede;
    padding: 0 20px 0 0;
    min-height: 140px;
}
#steel dl dt {
    background: #fff;
    border: 1px solid #111;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    color: #111;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}
#steel dl dd {
    color: #666;
    font-size: 13px;
}
#steel dl dd small {
    font-size: 13px;
}
#steel .clearfix{margin:40px 0}
@media(min-width:768px){
#steel .col-sm-3{width:20%}
	}


/** pcb **/
#pcb h4 {
    margin: 0 0 20px;
    padding: 0 0 0;
    color: #111;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.02em;
}
.pcb-wrap {
    margin-bottom: 60px;
}
#pcb .pcb-wrap h5 {
    border-top: 2px solid #000;
    margin: 0;
    padding: 14px 16px;
    color: #111;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.6;
}
#pcb .pcb-wrap ul {
    margin: 0;
    padding: 20px 10px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
#pcb .mg80{margin:80px 0}
.catalog-btn {
    width: 220px;
    background: #E60012;
    border: none !important;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    margin: 40px auto 0;
    padding: 16px 0;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all ease .3s;
}
.catalog-btn:hover, .catalog-btn:active, .catalog-btn:focus {
    color: #E60012;
    background: #f3f3f3;
}


/*bldc*/
#bldc h4{overflow:hidden}
#bldc h4 span{float:right}

/*cool*/
#cool dl dt{margin:0 0 10px}

</pre></body></html>