@charset "utf-8";

/* default */
* {margin:0;padding:0;word-wrap:break-word;word-break:keep-all;-webkit-text-size-adjust: none; -moz-text-size-adjust: none; -o-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust:none; font-family: 'Nanum Gothic', '나눔고딕', "Apple SD Gothic Neo", sans-serif, Arial;}

html, body{font-size: 16px; letter-spacing: -0.36px; color: #666666}
body {position:relative;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, address, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td, header, footer, nav, menu, section, article, aside, main, video {margin:0;padding:0;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
header, footer, section, article, aside, nav, main, details, menu, figure, figcaption, video {display:block;}
table {border-collapse:collapse;word-wrap:break-word;word-break:break-all;}
caption {position:absolute;top:-9999px;left:-9999px;width:0;height:0;overflow:hidden;/*visibility:hidden;*/font-size:0;line-height:0;}
table th{}
table td {}
ul li {list-style: none outside none;}
a {text-decoration:none; color:#212121; cursor: pointer;}
a:hover, a:visited {text-decoration:underline; }
a:hover {color: #1783b5;}
button {cursor:pointer;border:none; -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; outline: 0}
img {border:0 none;}
/* form input, form select, form label, form img {vertical-align: middle;} */
fieldset {border: 0 none;}
fieldset legend{}
em, address {font-style: normal;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
strong {font-weight:bold;}
/* mark {background: none;} */
iframe {margin: 0; padding: 0;}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}
input[type="text"], input[type="password"] {}
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="password"]{-webkit-appearance:none;border-radius:0;}
input[type="search"]::-webkit-search-cancel-button{display: none;}
input[type="search"]::-ms-clear{display: none;}
input, select {
	width: 100%;
}

/*select {font-size:15px;height: 36px;padding: 0 25px 0 13px;border: 1px solid #ddd;background: #f9f9f9;line-height: 36px;-webkit-appearance:button;-moz-appearance:button;appearance:button;}
select::-ms-expand {display: none;}*/
.oldie select{height:auto;padding:0;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #adadad;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #adadad;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #adadad;
}
:-moz-placeholder { /* Firefox 18- */
	color: #adadad;
}

/* skip */
.skip {position:fixed;top:0;left:0;width:100%;height:0;line-height:0;z-index:500;}
.skip a {width:0;height:0;font-size:0;line-height:0;color:transparent;text-indent:-9999px;}
.skip a:hover, .skip a:focus,.skip a:active {display:block;height:48px;width:100%;text-indent:0;padding:16px 0;text-align:center;font-size:14px;line-height:1;color:#fff;background:#282a37;}

/* common */
.clearboth{clear:both; display:block; content:'';}
.hidden {display:block; height: 0; width: 0; font-size: 0; line-height: 0; margin: 0; padding: 0; overflow:hidden;}

*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}

.inner {width: 1200px; margin: 0 auto; position: relative;}

.pt40 {
	clear: both;
	padding-top: 40px;
}

.pt20 {
	clear: both;
	padding-top: 20px;
}

.pt12 {
	clear: both;
	padding-top: 12px;
}

.pl5 {
	clear: both;
	padding-left: 5px;
}

.pl10 {
	clear: both;
	padding-left: 10px;
}

.pl15 {
	clear: both;
	padding-left: 15px;
}

.pl20 {
	clear: both;
	padding-left: 20px;
}

.pl25 {
	clear: both;
	padding-left: 25px;
}

.pl30 {
	clear: both;
	padding-left: 30px;
}

.mt40 {
	clear: both;
	margin-top: 40px;
}

.mt20 {
	clear: both;
	margin-top: 20px;
}

.mt12 {
	clear: both;
	margin-top: 12px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.input_long {
	min-width: 100%;
}

.input_mid {
	min-width: 60%;
}

.blind {
	position: absolute;
	top: -9999px;
	overflow: hidden;
	width: 0;
	height: 0;
}

.size16 {
	font-size: 16px;
}

.size18 {
	font-size: 18px;
}

.alcenter {
	text-align: center;
	vertical-align: middle!important;
}

.alcenter * {
	text-align: center;
	vertical-align: middle!important;
}

.alleft {
	text-align: left;
	vertical-align: middle!important;
}

.alleft * {
	text-align: left;
	vertical-align: middle!important;
}

.alleft a {
	text-align: left;
	vertical-align: top!important;
}

.alright {
	text-align: right;
}