/*-------------------------------------------------
Version : 1.0
Author : CHO SUN YOUNG
Create date : 2016. 07. 05.
Last update : 2016. 07. 05.
-------------------------------------------------*/

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	font-size: 10px;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: 'Noto Sans KR', 'Nanum Gothic', '나눔고딕', Dotum, Gulim, AppleGothic, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	color:#666;
	background-color: #fff;
}
/* render html5 elements as block */
header, footer, article, section, aside, nav {
	display: block;
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	border: none;
	vertical-align: middle;
	font-size: 0;
}
img {max-width: 100%;}

em, address {
	font-style: normal;
}
select, input, textarea {
	font-family: 'Noto Sans KR', 'Nanum Gothic', '나눔고딕', Dotum, Gulim, AppleGothic, sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #666;
	border: solid 1px #abadb3;
}
select, input {
	vertical-align: middle;
}
input[type="submit"],
input[type="radio"],
input[type="checkbox"],
input[type="image"] {
	width: auto;
	border: none;
}

/*테이블 리스트 스타일*/
/*.table_wrap{overflow:hidden;position:relative;}
.tstyle_list{width:100%;border-top:2px solid #0e3563;margin-left:-1px;}
.tstyle_list thead th{border-bottom:1px solid #0e3563;border-left:1px solid #cfd7e0;padding:20px 0;color:#333;font-size:18px;font-weight:400;}
.tstyle_list td{border: solid #cfd7e0;border-width:0 0 1px 1px;padding:14px 30px 15px;}
.tstyle_list td span{font-size:18px;color:#0e3563;}
.tstyle_list tr > th:first-child,
.tstyle_list tr > td:first-child {border-left: none;}
.tstyle_list .title a{text-align:left;overflow:hidden;display:block;}
.tstyle_list .gray td{background-color:#fafbfc;}
.tstyle_list .gray td strong{color:#333;display:inline-block;margin-right:30px;}
.board_info .page_info{color:#0e3563;font-weight:500;display:block;position:absolute;left:0;top:10px;}
.tstyle_list .view_content{padding:50px 40px;line-height:2.5;}*/

ul, ol, li, dl, dt, dd, p,
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
hr {
	display: none;
}

#content .content_body .BtnArea {margin:65px 0 84px; text-align:center;}
#content .content_body .BtnArea button {font-weight:400; line-height:1;background-color:#0e3563; border-color:#0e3563; color:#fff; display: inline-block;vertical-align: middle;font-size:15px;padding:12px 24px;transition:background-color 0.5s ease;}
* button {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans KR', 'Nanum Gothic', '나눔고딕', Dotum, Gulim, AppleGothic, sans-serif;
	font-weight: 300;
	white-space: nowrap;
	text-decoration: none;
	background: none;
	border: 0;
	cursor: pointer;
	overflow: visible;
/* 	text-align:right; */
}

form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	min-width: inherit;
	border: none;
}



legend {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}


/* skip navgation STYLE */
#accessibility {
	position: relative;
	width: 100%;
	margin: 0 auto;
	font-size: 1.3em;
	z-index: 200;
}
#accessibility dt {
	width: 100%;
	height: 0;
	font-size:  0;
	line-height: 0;
}
#accessibility a {
	display:block;
	position: absolute;
	top: -10000px;
	left: 0;
	width: 100%;
	height: 0;
	text-align:center;
	font-size: 1em;
	z-index: 200;
}
#accessibility a:hover,
#accessibility a:focus,
#accessibility a:active{
	position: absolute;
	top: 0;
	padding: 10px 0 25px;
	background: #1d60a7;
	color: #fff;
	z-index: 200;
}

/* 테이블 STYLE */
table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}
caption {
	width: 100%;
	height: 1px;
	font-size: 0.1em;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}
table th {
	padding: 5px 15px;
	white-space: nowrap;
}
table td {
	padding: 5px 0px;
	white-space: normal;
	word-break: break-all;
}

/* STYLE*/
.noDisplay {display: none;}
.textIndent {font-size: 0; text-indent: -999px;}
.hidden {position: absolute; top: auto; left: -10000px; height: 1px; overflow: hidden;}
.clear {clear: both;}

/* 여백 */
.mT10 {margin-top: 10px;}
.mT20 {margin-top: 20px;}
.mT30 {margin-top: 30px;}
.mT40 {margin-top: 40px;}
.mT50 {margin-top: 50px!important;}

/* 정렬 */
.vTop {vertical-align: top;}
.vMiddle {vertical-align: middle;}
.vBottom {vertical-align: bottom;}

.tCenter {text-align: center !important;}
.tLeft {text-align: left !important;}
.tRight {text-align: right !important;}

.floatLayout {overflow: hidden;}
.floatL {float: left;}
.floatR {float: right;}

.btnLeft {margin-top: 30px; text-align: left;}
.btnRight {margin-top: 30px; text-align: right;}
.btnCenter {margin-top: 30px; text-align: center;}



.sr-only, .sr_only, .hidden, .blind, .IR {overflow: hidden; position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0 none; clip: rect(0, 0, 0, 0);}