@charset "utf-8";

/*	------------------------------------------------------------
	[FONTS]
	------------------------------------------------------------ */
/* noto-sans-kr-regular - korean_latin */
@font-face {
	font-family:'Noto Sans KR';
	font-style:normal;
	font-weight:normal;
	src:url('../../fonts/noto-sans-kr-v8-korean_latin-regular.eot'); /* IE9 Compat Modes */
	src:local('Noto Sans KR Regular'), local('NotoSansKR-Regular'),
		url('../../fonts/noto-sans-kr-v8-korean_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../../fonts/noto-sans-kr-v8-korean_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../../fonts/noto-sans-kr-v8-korean_latin-regular.woff') format('woff'), /* Modern Browsers */
		url('../../fonts/noto-sans-kr-v8-korean_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../../fonts/noto-sans-kr-v8-korean_latin-regular.svg#NotoSansKR') format('svg'); /* Legacy iOS */
}

/*	------------------------------------------------------------
	[CSS RESET]
	------------------------------------------------------------ */
legend { width:0; height:0; margin:0; padding:0; line-height:0; font-size:0; overflow:hidden; visibility:hidden; }
/* abbr[title], abbr[data-original-title] { text-decoration:none; cursor:pointer; } */



/*
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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; }
/* HTML5 display-role reset for older browsers * /
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, main, section { display:block; }

strong { font-weight:400; }
ol, ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote::before, blockquote::after,
q::before, q::after { content:""; content:none; }
address, em, cite { font-style:normal; }
time { display:inline-block; }
hr { height:0; overflow:visible; }
mark { background:none; }
table { border-collapse:collapse; border-spacing:0; /* table-layout:fixed; * / }
td { word-break:break-all; }
caption,
legend { width:0; height:0; line-height:0; font-size:0; overflow:hidden; visibility:hidden; }
label { cursor:pointer; vertical-align:middle; }
img { border:0;vertical-align:top; }
::-webkit-input-placeholder { color:#bdc3c7; }
:-moz-placeholder { color:#bdc3c7; }
::-moz-placeholder { color:#bdc3c7; opacity:.5; }
:-ms-input-placeholder { color:#bdc3c7; }
.placeholder { color:#bdc3c7; }


/*	------------------------------------------------------------
	[FORM]
	------------------------------------------------------------ */
button:focus { outline:none !important; box-shadow:none !important; }
/*
input { vertical-align:middle; outline:none; -webkit-appearance:none; -moz-appearance:button; appearance:button; }
input::-moz-focus-inner { padding:0; border:0; }
input::-ms-clear { display:none; }
input::-webkit-contacts-auto-fill-button { display:none !important; position:absolute; right:0; pointer-events:none; visibility:hidden; }
input::-webkit-autofill { -webkit-box-shadow:0 0 0px 1000px white inset; }
textarea { outline:none; -webkit-appearance:none; -moz-appearance:button; appearance:button; overflow:auto; }

input[type="checkbox"],
input[type="radio"] { padding:0; position:relative; vertical-align:middle; }

button { background:none; outline:none; }
html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance:button; cursor:pointer; }
button::-moz-focus-inner { padding:0; border:0; }

optgroup { font-weight:bold; }

select[readonly],
textarea[readonly] { -webkit-text-fill-color:rgba(0,0,0,.2); }
select[disabled],
textarea[disabled] { -webkit-text-fill-color:rgba(0,0,0,.25); }


/*	------------------------------------------------------------
	[COMMON]
	------------------------------------------------------------ */
a, a strong { color:#14c6d6; outline:none; }
a:hover { color:#12b6c5; outline:none; transition:all .12s ease-out; }
a.disabled, a[disabled] { pointer-events:none; }

body { padding:0; font-family:-apple-system, BlinkMacSystemFont, "Noto Sans KR", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Malgun Gothic", Gulim, Dotum, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

