@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&display=swap&subset=korean');


/* common */
html{}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, blockquote, th, td, textfield, select
{margin:0;padding:0;border: 0; border:0}
body {color:#333;font-size:14px; font-family: 'Noto Sans KR'; letter-spacing:0;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;	font-size:14px;}
ol, ul, li, dd, dl, dt  {list-style:none;}
fieldset, legend {border:0;	margin:0;padding:0;}
legend { display:none;}
img {border:0; vertical-align:top;}
label{cursor:pointer; margin-left:3px;}
button{font-family: 'Noto Sans KR';;}
/**{transition-duration:0.5s}*/

/* 스킵네비게이션 */
.skipMenu {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.skipMenu a:focus, .skipMenu a:hover, .skipMenu a:active {
    background: #22a2f2;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    height: 30px;
    line-height: 30px;
    margin: 0;
    width: auto;
}

.skipMenu a {
    display: block;
    height: 0px;
    width: 0px;
    margin: 0 -1px -1px 0;
    overflow: hidden;
    font-size: 0px;
    line-height: 0;
    text-align: center;
}
#skipNavi {height:0;}
#skipNavi .skipLink {position:absolute;top:-1000px;left:-1000px;overflow:hidden;z-index:5000;}
#skipNavi .skipLink:focus, #skipNavi .skipLink:active {top:0;left:0;padding:10px 20px;background:#1e64ba;color:#fff;}

.blind {width:1px;height:1px;overflow:hidden;position:absolute;top:-9999em;left:-9999em;display:block;text-indent:-9999em;font-size:0px;line-height:0;}


/* 링크 */
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}
a:focus {text-decoration:none;}

body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
a, a:link {
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
input, textarea, button, select {-webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0; border-radius:0;}

a.a3:link, a.privacy_check:link{
    color: #007bff !important;
}
a.a3:visited, a.privacy_check:visited {
    color: #007bff !important;
}
a.a3:hover,a.privacy_check:hover {
    color: #0056b3 !important;
}
a.a3:active,a.privacy_check:active {
    color: #004080 !important;
}