@charset "utf-8";

/*  font-family: "Lato", sans-serif; */
@import url('//fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* font-family: "Noto Sans KR", sans-serif; */
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

/* font-family: "Inter", sans-serif; */
@import url('//fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* Pretendard */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

@font-face {
    font-family: 'SUITE-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

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;
}
input, button {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}

* {margin:0; padding:0;}
body {margin:0; padding:0; background-color:var(--point-white); color:var(--black-color06); font-style:normal; font-size:12px; font-family:var(--font-type04);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%; max-height: 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;font-family:inherit;}
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:inherit; font-family:inherit; 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:inherit; 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;}

/* custom */
	:root{
		--transparent:transparent;
		--point-white:#fff;
		--point-color01:#102079;
		--point-color02:#4ABEFF;
		--point-color03:#FF764A;
		--point-color04:#FF6BA9;
        --point-color05:#F05F82;
        --point-color06:#2C3B89;
		--point-color07:#2561D0;
        --point-color08:#F23146;
        --point-color09:#FCA02F;
        --point-color10:#1CA0EB;
		--border-color01:#ddd;
		--border-color02:#ccc;
        --border-color03:#d9d9d9;
		--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:#575757;
		--gray-bg01:#f4f4f4;
		--gray-bg02:#f5f5f5;
		--gray-bg03:#fafafa;
		--font-type01:'Noto Sans KR', '맑은 고딕', dotum, sans-serif;
		--font-type02:'Inter', 'Noto Sans KR', '맑은 고딕', dotum, sans-serif;
		--font-type03:'Pretendard', '맑은 고딕', dotum, sans-serif;
        --font-type04:'Lato', 'Noto Sans KR', '맑은 고딕', dotum, sans-serif;
        --font-type05:'SUITE', 'Noto Sans KR', '맑은 고딕', dotum, sans-serif;
		--filter-white:brightness(0) invert(1);
		--filter-black:brightness(0);
		--title-76:76px;
		--title-60:60px;
		--title-50:50px;
		--title-48:48px;
		--title-40:40px;
		--title-30:30px;
		--title-26:26px;
		--title-24:24px;
		--title-22:22px;
		--title-20:20px;
		--title-18:18px;
		--title-17:17px;
		--title-16:16px;
	}

	@media screen and (max-width:1480px){
		:root{
			--title-76:60px;
			--title-60:50px;
			--title-50:46px;
			--title-48:42px;
			--title-40:38px;
			--title-30:28px;
			--title-26:25px;
			--title-22:21px;
			--title-20:19px;
		}
	}
	@media screen and (max-width:1023px){
		:root{
			--title-76:52px;
			--title-60:46px;
			--title-50:42px;
			--title-48:38px;
			--title-40:36px;
			--title-30:26px;
			--title-26:24px;
			--title-24:23px;
			--title-22:20px;
			--title-20:18px;
			--title-18:17px;
			--title-17:16px;
			--title-16:14px;
		}
	}
	@media screen and (max-width:860px){
		:root{
			--title-76:44px;
			--title-60:40px;
			--title-50:38px;
			--title-48:36px;
			--title-40:34px;
			--title-30:24px;
			--title-26:23px;
			--title-24:22px;
			--title-22:19px;
			--title-20:17px;
			--title-18:16px;
		}
	}
	@media screen and (max-width:640px){
		:root{
			--title-76:36px;
			--title-60:32px;
			--title-50:34px;
			--title-48:42px;
			--title-40:30px;
			--title-30:23px;
			--title-26:21px;
			--title-24:19px;
			--title-22:17px;
			--title-20:16px;
			--title-17:15px;
		}
	}
	@media screen and (max-width:479px){
		:root{
			--title-76:32px;
			--title-60:30px;
			--title-50:30px;
			--title-48:28px;
			--title-40:28px;
			--title-30:22px;
			--title-26:20px;
			--title-24:18px;
			--title-18:15px;
			--title-17:14px;
		}
	}
	@media screen and (max-width:340px){
		:root{
			--title-40:22px;
		}
	}