@charset "utf-8";

@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
/*@import url("https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css");*/
/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;700&display=swap'); */
/* @import url('https://webfontworld.github.io/GothicA1/GothicA1.css'); */
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1&family=Lato:wght@100;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Prompt:wght@100;200;300&display=swap');
@import url('//db.onlinewebfonts.com/c/1a3681e2cd615bd458b68dce439102a4?family=Copyright+Klim+Type+Foundry');
@import url('https://fonts.googleapis.com/css2?family=Hahmlet:wght@100;200;300;400&display=swap');


/* 큰글씨 포인트용 NanumSquare */
@font-face {
 font-family: 'NanumSquare';
 font-weight: 400;
 src: url(/common/font/NanumSquareR.eot);
 src: url(/common/font/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(/common/font/NanumSquareR.woff) format('woff'),
      url(/common/font/NanumSquareR.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 700;
 src: url(/common/font/NanumSquareB.eot);
 src: url(/common/font/NanumSquareB.eot?#iefix) format('embedded-opentype'),
      url(/common/font/NanumSquareB.woff) format('woff'),
      url(/common/font/NanumSquareB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 800;
 src: url(/common/font/NanumSquareEB.eot);
 src: url(/common/font/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
      url(/common/font/NanumSquareEB.woff) format('woff'),
      url(/common/font/NanumSquareEB.ttf) format('truetype');
}


/* Noto Sans KR */
@font-face {
font-family:'Noto Sans KR';
font-style:normal;
font-weight:300;
src:url(http://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
	url(http://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
	url(http://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
font-family:'Noto Sans KR';
font-style:normal;
font-weight:400;
src:url(http://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
	url(http://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
	url(http://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
font-family:'Noto Sans KR';
font-style:normal;
font-weight:500;
src:url(http://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
	url(http://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
	url(http://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
font-family:'Noto Sans KR';
font-style:normal;
font-weight:700;
src:url(http://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
	url(http://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
	url(http://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

/* 초기화 영역 */
html, body, div, span, applet, object, iframe,form,fieldset,legend,
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, input, button, 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
input:focus{
	outline: none;
}
body {
    font-family:"Prompt","Lato","Noto Sans KR","NanumSquare","AritaDotum",sans-serif;
    /* 'Lato' */
    /* Gothic A1 */
    /* font-size:16px; */
    font-size:1rem;
    /* font: 16px 'Noto Sans KR','GmarketSans', sans-serif; */
    line-height:1.5;
    color:#333;
    word-break:break-all;
	outline: none;
	overflow-x:hidden; font-weight:400;
}
ol, ul, li {
	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;
}
img{vertical-align:top;max-width:100%;}
caption, legend {display:none;}

.hide {display: none;}

input { border: 1px solid #dddddd; background: #fff; height:33px; padding: 0 0px;color:#666 !important; vertical-align:middle; }
input [type="checkbox"] {border:none; padding:0; width:13px !important; height:13px !important; }
input [type="radio"] {border: none; padding:0; width:13px !important; height:13px !important;}

select {height:33px; border:1px solid #dddddd; padding-left:5px; color:#666 !important; background:transparent;}
textarea {border: 1px solid #dddddd; background: #fff; padding:6px 4px;color:#666 !important;}
button {border:none; background:transparent}
/* a:link {text-decoration:none !important; }
a:visited {text-decoration:none !important; } */
/* a:hover { text-decoration:none;} */

.sdonly {position:absolute; top:0 !important; left:0 !important; line-height:0 !important; font-size:0 !important; width:0 !important; height:0 !important; color:transparent !important; overflow:hidden !important;}
.sdonly:before, .sdonly:after {display:none !important;}

.hidden {margin:0; padding:0; width:100%; height:0; line-height:0; font-size:0; border:none; overflow:hidden;}

/* button */
button {cursor:pointer; border:0;}

*{margin:0px; padding:0px;}
img{vertical-align:top;}
.clear:after {content:""; display:block; clear:both;}
ul,li,ol{list-style:none;}
a{text-decoration:none; color:#000;}
p {word-break:keep-all;}
b {font-weight:500;}
h1,h2,h3,h4,h5,h6{font-size:100%;}