@charset "utf-8";

@import url('http://c.dubuplus.com/inc/css/font/notosans/notosanskr.css'); 

@import url('layout.css');
@import url('main.css');
@import url('contents.css');

/*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:'Noto Sans KR',sans-serif; line-height:150%; font-size:0.938em; font-weight:300; 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; */}
address{font-style:normal;}

/* 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*/
.mgt120{margin-top:120px;}

.mgb30{margin-bottom:30px;}
.mgb40{margin-bottom:40px;}
.mgb60{margin-bottom:60px;}
.mgb80{margin-bottom:80px;}

/* bold */
.font_b{font-weight:500;}
.font_b02{font-weight:700;}

/* color */
.white{color:#fff;}
.red{color:#b81c22;}

br{display:block;}


/*-- mediaqueries --*/
@media (max-width:1199px){
.mgb40{margin-bottom:20px;}
.mgb60{margin-bottom:20px;}
.mgb80{margin-bottom:40px;}
}

@media (max-width:767px){
br{display:none;}
}
