@charset "euc-kr";

@import url('layout.css');
@import url('company.css');
@import url('product.css');
@import url('animate.css');
@import url('main.css');

@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css'); 
@import url('http://c.dubuplus.com/inc/css/font/notosans/notosanskr.css'); 

@font-face {
 font-family: 'Nanum Square';
 font-weight: 900;
 src: url(/font/NanumSquareEB.eot);
 src: url(/font/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
      url(/font/NanumSquareEB.woff) format('woff'),
      url(/font/NanumSquareEB.ttf) format('truetype');
}

/*reset*/
*{margin:0; padding:0; box-sizing:border-box;}

html{height:100%;}
body{min-height:100%; -webkit-text-size-adjust:none;}
html, body{height:100%;}
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, address, dl, dt, dd,
ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select, textarea{margin:0; padding:0;}
body {font-family:'NanumSquare' !important; font-family:'Noto Sans KR' sans-serif; line-height:150%; font-size:0.938em; font-weight:400; color:#000; letter-spacing:0;}
ul, ol, li{list-style:none;}
img, a img {
	border:none;
	display:inline-block;
	height:auto;
	image-rendering: optimizeQuality;
}
button{cursor:pointer; border:0; /* display:block; */}
caption{font-size:0; visibility:hidden; position:absolute; top:0; left:0;} 

/* table Style */
table{border-collapse:collapse;  border-spacing:0; width:100%;}
table td img{vertical-align:middle;}

/* link Style */
a, a:active, a:hover{text-decoration:none; color:#333;}
::selection {background:rgba(18, 71, 124, 0.8); /* Safari */ color:#fff;}
::-moz-selection {background:rgba(18, 71, 124, 0.8); /* Firefox */ color:#fff;}

/* skip */
.skip{visibility:hidden; position:absolute; top:0; left:0;}

/*margin*/
.mgb10{margin-bottom:10px;}
.mgb15{margin-bottom:15px;}
.mgb20{margin-bottom:20px;}
.mgb25{margin-bottom:25px;}
.mgb30{margin-bottom:30px;}

.mgt10{margin-top:10px;}
.mgt15{margin-top:15px;}
.mgt20{margin-top:20px;}
.mgt25{margin-top:25px;}
.mgt30{margin-top:30px;}
.mgt110{margin-top:110px;}

.mgl10{margin-left:10px;}
.mgl20{padding-left:20px;}

.mgr10{margin-left:10px;}
.mgr20{margin-left:20px;}

.pdt10{padding-top:10px;}
.pdt15{padding-top:15px;}
.pdt20{padding-top:20px;}
.pdt25{padding-top:25px;}
.pdt30{padding-top:30px;}

.pdb10{padding-bottom:10px;}
.pdb20{padding-bottom:20px;}
.pdb30{padding-bottom:30px;}

/* color */
.orange{color:#f55d01;}
.orange_b{color:#f55d01; font-weight:800;}

.black_b{color:#000; font-weight:800;}

.ct{text-align:center;}

br{display:block;}

/*-- mediaqueries --*/
@media (max-width:1199px){
br{display:none;}

.mgl20{padding-left:0;}

}



