@charset "UTF-8";



html {
	height:100%;
	text-size-adjust:none;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;
}

body {
	height:100%;
	font-family:"Noto Sans KR",sans-serif;
	font-weight:400;
	font-size:13px;
	background:#ffffff;
	color:#333333;
}

th,dt,h1,h2,h3,h4,h5,h6 {
	font-weight:500;
}
strong,b {
	font-weight:700;
}

input,select,textarea,button {
	font-family:inherit;
	font-weight:inherit;
	font-size:.9em;
	box-sizing:border-box;
}

body,h1,h2,h3,h4,h5,h6,frameset,frame,iframe,p,ul,ol,li,dl,dt,dd,address,article,aside,footer,header,hgroup,nav,section {margin:0;padding:0;}

img {border:0;vertical-align:middle;}

fieldset {margin:0;padding:0;border:0;}
legend {padding:0;font-size:0;line-height:0;height:0;}

table {border-collapse:inherit;border-spacing:0;box-sizing:border-box;}
caption {font-size:0;line-height:0;height:0;}


.nowrap {white-space:nowrap;}
.show {display:unset;}
.hide {display:none;}
.block {display:inline-block;}


.fl_left {float:left;}
.fl_right {float:right;}
.fl_none {float:none;}
.fl_clear {clear:both;}


.ta_center {text-align:center;}
.ta_left {text-align:left !important;}
.ta_right {text-align:right;}


.va_middle {vertical-align:middle;}
.va_top {vertical-align:top;}
.va_bottom {vertical-align:bottom;}
.va_sup {vertical-align:super;}
.va_sub {vertical-align:sub;}


.bg_red {background:#e40909;color:#ffffff;}
.bg_blue {background:#0065b3;color:#ffffff;}
.bg_gray {background:#bbbbbb;color:#000000;}
.bg_green {background:#b6b84e;color:#000000;}
.bg_yellow {background:#e6db0f;color:#000000;}
.bg_black {background:#000000;color:#ffffff;}
.bg_white {background:#ffffff;color:#000000;}


.fc_red {color:#e40909;}
.fc_blue {color:#0065b3;}
.fc_gray {color:#777777;}
.fc_green {color:#abb046;}
.fc_yellow {color:#e6db0f;}
.fc_black {color:#000000;}
.fc_white {color:#ffffff;}
.fc_lightgray {color:#999999;}
.fc_default {color:initial;}


.fw_thin {font-weight:100;}
.fw_light {font-weight:300;}
.fw_regular {font-weight:400;}
.fw_midium {font-weight:500;}
.fw_bold {font-weight:700;}
.fw_black {font-weight:900;}




