@charset "utf-8";

/* reset */
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:14px;
	font-family:'NotoKrR', '맑은 고딕', Dotum, '돋움', AppleSDGothicNeo, arial, sans-serif;
	vertical-align:middle;
	letter-spacing:-0.5px;
	font-style:normal;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body{
	line-height:1;
}
ol, ul {
	list-style:none;
}
i {
	font-style:normal;
	color:#666666;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a, a:focus, a:active, a:hover{
	text-decoration:none;
	color: #000;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
textarea, select, input{
	box-sizing:border-box;
	vertical-align:middle;
	color:#666666;
	font-size:14px;
	font-family:'NotoKrR', '맑은 고딕', Dotum, '돋움', AppleSDGothicNeo, arial, sans-serif;
}
label {
	vertical-align:middle;
	color:#666666;
}
img {
	border:0 none;
	vertical-align:middle;
	max-width: 100%;
}
textarea {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
}
button {
	border:0;
	padding:0;
	cursor:pointer;
	font-size:14px;
	font-family:'NotoKrR', '맑은 고딕', Dotum, '돋움', AppleSDGothicNeo, arial, sans-serif;
	-webkit-appearance:none;
	vertical-align:middle;
}
legend {
	position:absolute;
    top:-500000em;
    left:-500000em;
    text-shadow:none;
    z-index:-1;
    background:transparent;
}
caption {
	overflow:hidden;
	width:0;
	height:0;
	font-size:0;
	line-height:0
}
mark {
	background:transparent;
	display:block;
}
sup{
	font-size:9px;
}
strong{
	font-weight:normal;
	font-family:"NotoKrM", '맑은 고딕', Dotum, '돋움', AppleSDGothicNeo, arial, sans-serif;
}

.blind{display:none;}


/* Noto font */
@font-face {
	font-family: 'NotoKrL';
	font-style: normal;
	font-weight: 100;
	src: local('Noto Sans Light'), local('NotoSans-Light'), url(/static/portal/font/notokr-demilight.eot);
	src: url(/static/portal/font/notokr-demilight.eot?#iefix) format('embedded-opentype'),
		 url(/static/portal/font/notokr-demilight.woff2) format('woff2'),
		 url(/static/portal/font/notokr-demilight.woff) format('woff');
}

@font-face {
	font-family: 'NotoKrR';
	font-style: normal;
	font-weight: 300;
	src: local('Noto Sans Regular'), local('NotoSans-Regular'), url(/static/portal/font/notokr-regular.eot);
	src: url(/static/portal/font/notokr-regular.eot?#iefix) format('embedded-opentype'),
		 url(/static/portal/font/notokr-regular.woff2) format('woff2'),
		 url(/static/portal/font/notokr-regular.woff) format('woff');
}

@font-face {
	font-family: 'NotoKrM';
	font-style: normal;
	font-weight: 500;
	src: local('Noto Sans Medium'), local('NotoSans-Medium'), url(/static/portal/font/notokr-medium.eot);
	src: url(/static/portal/font/notokr-medium.eot?#iefix) format('embedded-opentype'),
		 url(/static/portal/font/notokr-medium.woff2) format('woff2'),
		 url(/static/portal/font/notokr-medium.woff) format('woff');
}

@font-face {
	font-family: 'NotoKrB';
	font-style: normal;
	font-weight: 700;
	src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(/static/portal/font/notokr-bold.eot);
	src: url(/static/portal/font/notokr-bold.eot?#iefix) format('embedded-opentype'),
		 url(/static/portal/font/notokr-bold.woff2) format('woff2'),
		 url(/static/portal/font/notokr-bold.woff) format('woff');
}

.w30p{width:30% !important;}
.w40p{width:40% !important;}
.w50p{width:50% !important;}
.w60p{width:60% !important;}
.w100p{width:100% !important;}

.w140{width: 140px !important;}
.w150{width: 150px !important;}
.w152{width: 152px !important;}
.w158{width: 158px !important;}
.w193{width: 193px !important;}
.w202{width: 202px !important;}
.w400{width: 400px !important;}

.mb0{margin-bottom:0px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}

.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}

.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}

.mr5{margin-left:5px !important;}
.mr10{margin-left:10px !important;}
.mr15{margin-left:15px !important;}
.mr20{margin-left:20px !important;}
.mr25{margin-left:25px !important;}
.mr30{margin-left:30px !important;}

.align_left{text-align:left !important;}
.align_center{text-align:center !important;}
.align_right{text-align:right !important;}

.fl {float: left;}
.fr {float: right;}

.red {color: #ff3600;}
.bold {font-weight: 600;}


input[type=text]::-webkit-input-placeholder {color:#515557;}/* WebKit browsers */
input[type=text]:-moz-placeholder {color:#515557;opacity:1;}/* Mozilla Firefox 4 to 18 */
input[type=text]::-moz-placeholder {color:#515557;opacity:1;}/* Mozilla Firefox 19+ */
input[type=text]:-ms-input-placeholder {color:#515557;}/* Internet Explorer 10+ */


.sr-only, .accessibility {position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;}


input[type=radio] {width: 20px;height: 20px;}