@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable-dynamic-subset.css");
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');
@font-face { 
    font-family: 'InkLipquid'; 
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff'); 
    font-weight: normal; 
    font-style: normal; 
}
@font-face {
    font-family: 'MapoFlowerIsland';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/MapoFlowerIslandA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'JalnanGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BookkMyungjo-Lt';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Lt.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'BookkMyungjo-Bd';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Bd.woff2') format('woff2');
    font-weight: 700;
    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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
	font-size: 100%;
}
body {
	background: #fff;
	line-height: 1.6;
	position: relative;
}

a {color: inherit; text-decoration: none; word-break:break-all;}
button {word-break: keep-all; cursor: pointer; background: transparent; border: 0;}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}

.wrap { width:100%; max-width:1200px; margin: 0 auto;}
.container {margin: 0 auto;}

/* header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
.header.scroll {
	background-color: #3c8747;
}
.header .wrap {
	width: 100%;
	padding: 20px 0;
	color: #ffffff;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex: 1;
	align-items: center;
}
.header_center {
	width: 200px;
	margin-top: 5px;
}
.logo a {
	display: block;
	width: 169px;
	height: 36px;
	background: url(../images/top_logo_wh.png) top center no-repeat;
	background-size: 100% 100%;
	margin: 0 auto 5px;
}
.top_des {
	font-size: 0.75em;
	font-weight: 100;
	line-height: 1em;
	margin: 0px auto;
	text-align: center;
}
.top_des .pipe {
	margin: 0 2px;
    vertical-align: text-bottom;
}
.nav_button {
	padding: 0;
}
.nav_button svg {
	display: inline-block;
	vertical-align: sub;
	height: 18px;
	width: 18px;
}
.header_left {
	flex: 1;
	position: relative;
	cursor: pointer;
}
.header_left span {
	margin-left: 10px;
}
.header_right {
	flex: 1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header_right span {
	margin-left: 10px;
}
.header_right span.pdf {
	font-size: 12px;
	display: inline-block;
	margin-left: 15px;
	height: 24px;
	line-height: 24px;
	vertical-align: center;
	border: 1px solid #ffffff;
	border-radius: 12px;
	padding: 0 15px;
	background-color: ##895323;
}
.header_main,
.header_sub {
	z-index: 2;
}
.header_nav {
	background-color: #3c8747;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100px;
	z-index: 1;
}
.header_nav .wrap {
	padding-top: 0px;
	display: block;
}
.nav_container_in {
	display: flex;
	margin-bottom: 1rem;
	width: 100%;
	line-height: 18px;
	margin-top: 20px;
}
.nav_cate {
	width: 10%;
}
.nav_cate h2 {
	font-size: 18px;
	color: #00ff25;
	font-weight: bold;
}
.nav_cate h2 i {
	margin-left: 4px;
}
.nav_cate h2 i svg {
	pointer-events: none;
	stroke: var(--color-content-primary,#00ff25);
	stroke-width: 1.5px;
	fill: none;
	margin: 0 auto;
}
.nav_list ul {
	display: flex;
	flex-wrap: wrap;
}
.nav_list li {
	margin-right: 20px;
	margin-bottom: 5px;
}
.nav_list li a:hover {
	color: #00ff25;
}

/*footer*/
.footer_top {
	margin-top: 6rem;
	border-top: 1px solid rgba(0,0,0,.1);
	padding-top: 2rem;
}
.footer_description {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	color: #666666;
	letter-spacing: -0.03em;
}
.footer_description span {
	color: #3d9e4b;
}
.ft_sns {
	display: flex;
	justify-content: space-between;
	gap: 5px;
}
.ft_sns a {
	margin-left: 5px;
}
.ft_sns a img {
	width: 30px;
}
.fb_cont {
	display: flex;
	justify-content: flex-start;
	margin-top: 1.5rem;
	padding: 1rem 0 3rem;
	border-top: 1px solid rgba(0,0,0,.1);
}
.fbc_info {
	font-size: 14px;
	color: #666666;
}
.fbc_logo {
	display: block;
	width: 179px;
	height: 40px;
	background: url(../images/foot_logo.png) 0 0 no-repeat;
	background-size: 100% auto;
	margin-right: 20px;
}
.fbc_adress span {
	margin-right: 10px;
}
.copyright {
	font-size:13px;
}

@media (min-width:1024px)and (max-width:1279px) {
	.wrap {
		max-width: 980px!important;
	}
}

@media (min-width:768px)and (max-width:1023px) {
	.wrap {
		max-width: 719px!important;
	}
}

@media (max-width:767px) {
	.header {
		background-color: #3c8747;
	}
	.wrap {
		max-width: 100%!important;
	}
	.header .wrap {
		padding: 10px 20px;
	}
	.header_left span, .header_right span, .top_des {
		display: none;
	}
	.header_right span.pdf {
		word-break: keep-all;
	}
	.logo a {
		width: 103px;
		height: 22px;
	}
	.header_nav {
		padding-top: 30px;
	}
	.nav_container_in {
		flex-direction: column;
	}
	.nav_cate {
	    width: 100%;
	}
	.nav_list ul {
		justify-content: space-between;
	}
	.nav_list li {
		margin: 10px 0 0;
		width: 45%;
	}
	.footer_top {
		margin-left: 20px;
		margin-right: 20px;
		padding-top: 1rem;
	}
	.footer_description {
		flex-direction: column;
		text-align: center;
		line-height: 1.3;
	}
	.footer_description > div {
		margin-bottom: 1rem;
	}
	.ft_sns {
		justify-content: center;
		margin-top: 1rem;
	}
	.fb_cont {
		flex-direction: column;
		flex-direction: column-reverse;
	}
	.fbc_adress span {
		display: block;
		line-height: 1.2;
		text-align: center;
	}
	.copyright {
		color: #999;
		font-size: 12px;
		text-align: center;
		margin-top: 10px;
	}
	.fbc_logo {
		margin: 20px auto;
	}
}

