@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Titillium+Web&display=swap');
@import url(//cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css); // Noto Sans Korean
/* 초기화 */
html {overflow-y:scroll;overflow-x:hidden;}
body {margin:0;padding:0;font-size:0.75em;font-family:'Noto Sans Korean', '맑은고딕', '돋움', sans-serif; color: #212121;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em; font-weight: 400; font-family:'Noto Sans Korean', '맑은고딕', '돋움', sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul{margin:0;padding:0;list-style:none}
ol,li,dl,dt,dd{margin:0;padding:0} 
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-family:'Noto Sans Korean', '맑은고딕', '돋움', sans-serif;font-size:1em; color: #212121;}
button {cursor:pointer}
textarea, select {font-family:'Noto Sans Korean', '맑은고딕', '돋움', sans-serif;}
select {margin:0}
p {margin:0;padding:0;word-break:keep-all; font-family:'Noto Sans Korean', '맑은고딕', '돋움', sans-serif; }
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#212121;text-decoration:none; font-family:'Noto Sans Korean', '맑은고딕', '돋움', sans-serif;}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
}
 
input[type=text]:focus,input[type=password]:focus,  textarea:focus,select:focus {
-webkit-box-shadow:  0 0 5px #9ed4ff;
-moz-box-shadow:  0 0 5px #9ed4ff;
box-shadow: 0 0 5px #9ed4ff;
border: 1px solid #558ab7 !important;
}
.placeholdersjs { color: #aaa !important; }




#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url("../img/ui.totop6.png") no-repeat left top;
	z-index: 999;
}

#toTopHover {
	background:url("../img/ui.totop6.png") no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}