@charset "utf-8";
/* CSS Document */
/*html, body {	
	color:#333; 
	font-family:'Lato', 'Nanum Square', 'Malgun Gothic', sans-serif; 
	font-size:16px; 
	line-height:1.8; 
	photo-spacing:0em;
	word-break:break-all;
}*/
/* html {overflow-y:scroll; } */
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, textarea,
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;
	border: 0; 
	font-family:'Montserrat', 'Noto Sans KR', sans-serif; 
	font-size:1.0em; 
	line-height:1.6;
	word-break:keep-all;
}
h1, h2, h3, h4, h5, h6 {font-weight:700}
p {	letter-spacing:0.04em; word-break:keep-all;}
th {font-weight:normal;}
button {font-family:'Montserrat', 'Noto Sans KR', sans-serif; }
inpur, select {font-family:'Montserrat', 'Noto Sans KR', sans-serif; font-size:13px}

/* COMMON STYLE */
* {box-sizing:border-box;}
img {vertical-align:top}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #888;}
::-moz-placeholder { /* Firefox 19+ */ color: #888;}
:-ms-input-placeholder { /* IE 10+ */ color: #888;}
:-moz-placeholder { /* Firefox 18- */  color: #888;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
legend, hr, caption {
	visibility:hidden;font-size:0; width:0; height:0; line-height:0;
}
caption {
	visibility: visible;
	font-size:0 !important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {cursor:pointer}

/* Skip_navigation */

.skip {position:absolute; left:0; top:0; width:100%; z-index:9999;}
.skip a {overflow:hidden; display:block; width:1px; height:1px; margin-bottom:-1px; color:#0068b0; font-size:16px; text-decoration:none;}
.skip a:active, .skip a:focus{width:100%; height:auto; padding:5px 0; background:#ebfaff; font-size:16px; text-align:center; font-weight:700;}



/* None_Style */
.hide {position:absolute;visibility:hidden;width:0;height:0;font-size:0;line-height:0;overflow:hidden;}

/* Link_Style */
a:link {color:#333;text-decoration:none;}
a:visited {color:#333;text-decoration:none;}
a:hover {color:#333;text-decoration:none;}
a:active {color:#333;text-decoration:none;}
a:focus {color:#333;text-decoration:none; }