@charset "utf-8";

/* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess */ 
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nanum+Gothic:wght@400;700;800&display=swap');
:root {
	--black : #222222;
	--sub-black : #888888;
	--main : #113E82;
	--sub : #1661D6;

	--trans-color:transparent;
	--point-white:#fff;
	--point-color01:#F96523;
	--point-color02:#009ADE;
	--point-color03:#113E82;
	--point-color04:#1661D6;

	--border-color01:#ddd;
	--border-color02:#ccc;
	--border-color03:#eee;
	--border-color04:rgba(34, 34, 34, 0.2);

	--black-color00:#000;
	--black-color01:#111;
	--black-color02:#222;
	--black-color03:#333;
	--black-color04:#444;
	--black-color05:#555;
	--black-color06:#666;
	--black-color07:#777;
	--black-color08:#888;
	--black-color09:#999;
	--black-color10:#aaa;
	--black-color11:#2E2E2E;
	--black-color12:#767676;

	--gray-bg01:#F5F5F5;
	--gray-bg02:#F6F7F8;
	--gray-bg03:#F7F7F8;

	--navy-bg: #0A1F44;
	
	--font-type01: 'Inter', 'Noto Sans KR', '맑은 고딕', dotum, sans-serif;
	--font-type02: 'Inter', 'Noto Sans KR', '맑은 고딕', dotum, sans-serif;
	--font-type03: 'Noto Sans KR', '맑은 고딕', dotum, sans-serif;

	--filter-white:brightness(0) invert(1);
	--filter-black:brightness(0);

	--sec-pd140 : 140px;
	--sec-pd120 : 120px;
	--sec-pd110 : 110px;
	--sec-pd100 : 100px;
	--gap80 : 80px;
	--gap60 : 60px;
	--gap50 : 50px;
	--gap40 : 40px;
	--gap30 : 30px;

}

@media screen and (max-width:1023px){
	:root{
		--sec-pd140 : 120px;
		--sec-pd120 : 100px;
		--sec-pd110 : 90px;
		--sec-pd100 : 80px;

		--gap80 : 60px;
		--gap60 : 55px;
		--gap50 : 40px;
		--gap40 : 32px;
		--gap30 : 24px;
	}
}
@media screen and (max-width:860px){
	:root{
		--sec-pd140 : 110px;
		--sec-pd120 : 90px;
		--sec-pd110 : 80px;
		--sec-pd100 : 60px;

		--gap80 : 50px;
		--gap60 : 40px;
		--gap50 : 30px;
		--gap40 : 25px;
		--gap30 : 20px;
	}
}
@media screen and (max-width:640px){
	:root{
		--sec-pd140 : 100px;
		--sec-pd120 : 80px;
		--sec-pd110 : 70px;
		--sec-pd100 : 60px;

		--gap80 : 40px;
		--gap60 : 36px;
		--gap50 : 28px;
		--gap40 : 20px;
		--gap30 : 16px;
	}
}
@media screen and (max-width:479px){
	:root{
		--sec-pd140 : 80px;
		--sec-pd120 : 80px;
		--sec-pd110 : 60px;
		--sec-pd100 : 60px;
	}
}

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,
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, a {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:'Inter','Noto Sans KR', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif;
}
input, button {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}

* {margin:0; padding:0; box-sizing: border-box;}
body {margin:0; padding:0; background-color:#fff; color:#666; font-style:normal; font-size:12px; font-family:'Inter','Noto Sans KR', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif; letter-spacing: -0.08em;word-break:keep-all;}

div, ul, ol, li, dl, dt, dd, form, fieldset, input,textarea, button, p, h1, h2, h3, h4, h5, h6, blockquote, iframe, th, td { margin:0; padding:0;-webkit-text-size-adjust:none}
img {border: 0 none; vertical-align:middle; max-width:100%;}
li {list-style:none;}
button{background:transparent; cursor:pointer; vertical-align:middle; margin:0;}
button, input[type="submit"], input[type="button"] {background:transparent; cursor:pointer; *overflow:visible;}
button span{display:none;}
input, button {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}
h1, h2, h3, h4, h5, h6{font-size:100%; font-style:normal;}

/* table */
table { border-collapse:collapse; border-spacing:0; width:100%; }
th {vertical-align:middle;}
th, td { border-collapse:collapse; }
legend, hr { display:none; }
caption{text-indent:-9999em;overflow:hidden;height:0;font-size:0;line-height:0; }

/* form */
form { display:inline; }
select, input, textarea { color:#666; font-family:'Inter','Noto Sans KR', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif; font-size:inherit; vertical-align:middle; }
fieldset, blockquote, iframe, button { border:none; }

/* font */
i, em, u, cite {font-style:normal;}
em{font-weight:bold;}

/* link */
a {color:#666; text-decoration:none; cursor:pointer;}
a:visited{text-decoration: none}
a:focus{text-decoration: none}
a:active{text-decoration: none}
a:hover{text-decoration: none}

h2.blind {display:none; font-size:0; letter-spacing:-9999px;}

.file_list img {padding-left:3px;}


/* 에디터 속성 재정의*/
.view_cont div, .view_cont dl, .view_cont dt, .view_cont dd, .view_cont ul, .view_cont ol, .view_cont li, .view_cont h1, .view_cont h2, .view_cont h3, .view_cont h4, .view_cont h5, .view_cont h6, .view_cont pre, .view_cont code, .view_cont p, .view_cont th, .view_cont td, .view_cont input, .view_cont select, .view_cont button {margin:auto;padding:initial;color:initial;}
.view_cont i, .view_cont em {font-style:italic;color:initial;}
.view_cont em {font-weight:inherit;}
.view_cont dl, .view_cont ul, .view_cont ul li {list-style:disc;list-style-position:inside;}
.view_cont ol, .view_cont ol li {list-style:decimal;list-style-position:inside;}
.view_cont sup, .view_cont sub {font-size:x-small;}
.view_cont table {border-spacing:initial;border-width:inherit;}
.view_cont th, .view_cont td {border-spacing:initial;border-width:inherit;}
