/*-------------------------------------------------
Version : 1.0
Author : CHO SUN YOUNG
Create date : 2017. 11. 21.
Last update : 2017. 11. 21.
-------------------------------------------------*/

*, *::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-weight: 300;
	color: #707070;
	}
/* 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;
	}
em, address {
	font-style: normal;
	}
select, input, textarea {
	color: inherit;
	font-family: 'Noto Sans KR', 'Nanum Gothic', '나눔고딕', Dotum, Gulim, AppleGothic, sans-serif;
	font-size: 15px;
	font-weight: 300;
	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;
	}	
ul, ol, li, dl, dt, dd, p,
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	list-style: none;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 15px;
	font-weight: 400;
	}
hr {
	display: none;
	}	
* button {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans KR', 'Nanum Gothic', '나눔고딕', Dotum, Gulim, AppleGothic, sans-serif;
	font-size: 15px;
	font-weight: 300;
	white-space: nowrap;
	text-decoration: none;
	background: none;
	border: 0;
	cursor: pointer; 
	_cursor: hand;	
	overflow: visible;
	}	

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: 999;
	}
#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: 999; 
	}
#accessibility a:hover, 
#accessibility a:focus, 
#accessibility a:active{
	position: absolute; 
	top: 0; 
	padding: 10px 0 25px;
	background: #1d60a7;
	color: #fff; 
	z-index: 999;
	}

/* 테이블 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;
	}
em,
address {font-style: normal;}

.hidden {position: absolute; top: 0; left: 0; margin: -1px; width: 1px; height: 1px; overflow: hidden;}

/* 정렬 */
.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;}

.relative {position: relative;}

/* Icons */
.ui-icon {margin-top: 0;}
