@charset "utf-8";

@font-face {
  font-family: "Noto Sans Kr";
  font-weight: 100;
  font-style: normal;
  src: url("/static/fonts/NotoSans-Thin.woff") format("woff"),
  url("/static/fonts/NotoSans-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans Kr";
  font-weight: 200;
  font-style: normal;
  src: url("/static/fonts/NotoSans-Light.woff") format("woff"),
  url("/static/fonts/NotoSans-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans Kr";
  font-weight: 300;
  font-style: normal;
  src: url("/static/fonts/NotoSans-DemiLight.woff") format("woff"),
  url("/static/fonts/NotoSans-DemiLight.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans Kr";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/NotoSans-Regular.woff") format("woff"),
  url("/static/fonts/NotoSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans Kr";
  font-weight: 500;
  font-style: normal;
  src: url("/static/fonts/NotoSans-Medium.woff") format("woff"),
  url("/static/fonts/NotoSans-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans Kr";
  font-weight: 700;
  font-style: normal;
  src: url("/static/fonts/NotoSans-Bold.woff") format("woff"),
  url("/static/fonts/NotoSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans Kr";
  font-weight: 900;
  font-style: normal;
  src: url("/static/fonts/NotoSans-Black.woff") format("woff"),
  url("/static/fonts/NotoSans-Black.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 100;
  font-style: normal;
  src: url("/static/fonts/Montserrat-Thin.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 200;
  font-style: normal;
  src: url("/static/fonts/Montserrat-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  src: url("/static/fonts/Montserrat-Light.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/Montserrat-Regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  src: url("/static/fonts/Montserrat-Medium.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  src: url("/static/fonts/Montserrat-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: url("/static/fonts/Montserrat-Bold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: normal;
  src: url("/static/fonts/Montserrat-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: normal;
  src: url("/static/fonts/Montserrat-Black.woff") format("woff");
}

html, body, div, span, 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, strong, sub, sup, 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;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

:root { font-size: 16px;} /* 루트 색상 */

body {
	font-family: "Montserrat", "Noto Sans Kr", "맑은 고딕", "Malgun Gothic", sans-serif;
	font-weight: 400;
	color: #636363;
	line-height: 1;
}

a:link,
a:visited,
a:focus { color:#636363; text-decoration:none;}
a:hover { color: #111;}

#wrap table th,
#wrap b,
#wrap strong { font-weight: 500;}

select {
	height: 40px;
	padding: 0 23px 0 7px;
	font-family: "Montserrat", "Noto Sans Kr", "맑은 고딕", "Malgun Gothic", sans-serif;
	font-size:100%; color: #636363; border:1px solid #e0e0e0; border-radius: 0.625rem;
	background:#fff url(/static/image/progrma_controls_ico.png) no-repeat right 16px;
	background-size: 20px 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select[disabled] { background-color: #f5f5f5;}
select::-ms-expand {
	display: none;
}

input[type=submit] { border:0; cursor:pointer; -webkit-appearance: none;}
input[type=checkbox], input[type=radio]  {
	width:20px;
	height:20px;
	margin: -2px 0 0;
	padding: 0;
	vertical-align: middle;
	/* border: 1px solid #000; */
}
input[type=checkbox] +label, input[type=radio] +label {
	vertical-align: middle;
}
input[type=file], input[type=text], input[type=password], input[type=number], input[type=search], input[type=tel], input[type=email] {
	padding:0 0.625rem;
	height: 40px;
	font-family: "Montserrat", "Noto Sans Kr", "맑은 고딕", "Malgun Gothic", sans-serif;
	font-size:100%;
	border:1px solid #e0e0e0;
	background-color:#fff;
	border-radius: 0.625rem;
	box-sizing:border-box;
	-webkit-appearance: none;
}
input[type=text]:focus, input[type=password]:focus {
	background-color:#ecf9ff;
}
input[readonly],
input[disabled] { background-color:#f5f5f5;}


button {
	border:0 none;
	padding:0;
	margin:0;
	font-family: "Montserrat", "Noto Sans Kr", "맑은 고딕", "Malgun Gothic", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #636363;
	background:transparent;
	cursor:pointer;
}
button::-moz-focus-inner {
	margin: -1px;
	padding: 0;
}
#wrap button[disabled] { color: #636363 !important; border: 1px solid #eaeaea !important; background-color: #eaeaea !important; cursor:inherit !important;}
#wrap button[disabled]:hover { text-decoration: none !important;}

ul, ol {
	list-style:none;
}

address,caption,cite,code,dfn,var,em {
	font-style:normal;
	font-weight:normal;
}

textarea {
	width: 100%;
	padding: 12px 20px;
	font-family: "Montserrat", "Noto Sans Kr", "맑은 고딕", "Malgun Gothic", sans-serif;
	font-size:100%;
	line-height: 25px;
	border:1px solid #ccc;
	background-color:#fff;
	border-radius:0;
	resize:none;
	box-sizing:border-box;
	-webkit-appearance: none;
	-webkit-border-radius:0;
	border-radius: 0.625rem;
}
textarea[disabled],
textarea[readonly]  { background-color:#ccc;}

fieldset,img {
	border:0;
}

legend {
	width:0;
	height:0;
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
}
.ellipsis { overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

/* clear */
.clearfix::after { content:'.'; display:block; clear:both; visibility:hidden; height:0;}
* html .clearfix {
	height:1%;
}
.hidden {
	display:none;
}
.visible {
	position:absolute;
	top:-9999px;
	width:0;
	height:0;
	overflow:hidden;
	margin:0;
	padding:0;
	line-height:0;
}
hr { margin: 0; border: none;}


/* Table */
table {
	table-layout: fixed;
	width: 100%;
	font-size: 1rem;
	/* border-collapse: collapse; */
	border-spacing: 0;
	empty-cells:show;
}
table caption {
	position:absolute;
	top:-9999px;
	width:0;
	height:0;
	overflow:hidden;
	margin:0;
	padding:0;
	line-height:0;
}
table th,
table td { vertical-align: middle;}
