@charset "utf-8";
:root {
	--main: #087810;
  --bk: #222;
	--allmenu: url(../../img/allmenu.svg) no-repeat 0 0 / 6.4rem;
	--manse: 'manse', 'Malgun Gothic', '맑은고딕', sans-serif;
}

.wrap {
  max-width: 1440px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

#gnb {
	border-bottom: 1px solid #EAEAEA;
	background: #F8F8F8;
}

#gnb .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

#gnb .link {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

#gnb .link>li:nth-child(1) {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

#gnb .link>li:nth-child(1)::after {
	content: '';
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background: #D5D5D5;
}

#gnb .link a {
	color: #444;
	font-size: 1.5rem;
}

#gnb .weather {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

#gnb .weather li {
	color: #444;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 140%;
}

#gnb .weather .temp {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

#gnb .weather .temp span {
	color: #0276A8;
}

#gnb .weather .temp {
	position: relative;
	padding-right: 1.5rem;
}

#gnb .weather .temp::before {
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 1.3rem / 2);
	width: 0.1rem;
	height: 1.3rem;
	background: #E9E9E9;
}

#gnb .weather .dust span {
	color: #068000;
}

#lnb .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1.8rem;
	padding-bottom: 1.8rem;
}

#lnb h1 a,
#allmenu-box .logo {
	position: relative;
	display: block;
	padding: 1.3rem 0 0.28rem 5.33rem;
	font-size: 2.8rem;
	font-weight: 600;
	background: url(../../img/logo.svg) no-repeat 0 bottom / 4.1rem;
}

#lnb h1 a strong,
#allmenu-box .logo strong {
	font-weight: 800;
}

#lnb h1 a strong span,
#allmenu-box .logo strong span {
	font-weight: 900;
	background: linear-gradient(180deg, #34923B 0%, #001F02 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#lnb nav h2 a,
#lnb .allmenu a,
#allmenu-box .close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
}

#lnb nav h2 a::before,
#lnb .allmenu a::before {
	content: '';
	width: 3rem;
	height: 1.4rem;
	background: var(--allmenu);
}

.fixed #lnb nav h2 a::before,
#allmenu-box .close::before {
	content: '';
	width: 2.4rem;
	height: 2.4rem;
	background: var(--allmenu);
	background-position: -4rem 0;
}

footer {
	padding: 4rem 0rem 6rem 0rem;
	background: #2F2926;
}

footer .top-con {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 2rem;
	margin-bottom: 5rem;
	border-bottom: 1px solid #534843;
}

footer .top-con .logo {
	position: relative;
	padding-left: 4.72rem;
	padding-top: 1.4rem;
	color: #FFF;
	font-size: 2.8rem;
	font-weight: 600;
}

footer .top-con .logo::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 4.1rem;
	height: 4.7rem;
	background: url(../../img/logo.svg) no-repeat 0 0 / 100%;
}

footer .top-con .logo span {
	font-weight: 800;
}

footer .top-con .family {
	position: relative;
}

footer .top-con .family button {
	text-align: left;
	width: 20rem;
	padding: 1rem 1.5rem;
	color: #FFF;
	font-size: 1.5rem;
	line-height: 140%; /* 2.1rem */
	border: none;
	border-radius: 0.7rem;
	background: #221B17;
}

footer .top-con .family button::before {
	position: absolute;
	content: '';
	right: 1.5rem;
	top: calc(50% - 0.7rem / 2);
	width: 1.1rem;
	height: 0.7rem;
	background: url(../../img/footer-family.svg) no-repeat 0 0 / 100%;
}

footer .top-con .family.on button::before {
	transform: rotate(180deg);
}

footer .top-con .family ul {
	position: absolute;
	bottom: 4.1rem;
	display: none;
	flex-direction: column;
	gap: 0.6rem;
	width: 100%;
	padding: 1rem 1.5rem;
	border-radius: 0.7rem;
	background: #FFF;
	box-sizing: border-box;
}

footer .top-con .family.on ul {
	display: flex;
}

footer .top-con .family ul a {
	display: block;
}

footer .btm-con {
	display: flex;
	justify-content: space-between;
}

footer .btm-con .con>ul {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	margin-bottom: 2rem;
}

footer .btm-con .con>ul li {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

footer .btm-con .con>ul li::before {
	content: '';
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background: #8E8E8E;
}

footer .btm-con .con>ul li:first-child::before {
	display: none;
}

footer .btm-con .con>ul a {
	color: #FFF;
	font-weight: 600;
	line-height: 140%;
}

footer .btm-con .addr {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.4rem 1.5rem;
}

footer .btm-con .addr * {
	color: #FFF;
	font-size: 1.5rem;
	line-height: 140%; /* 2.1rem */
}

footer .btm-con .addr address {
	display: flex;
	align-items: center;
	gap: 1.5rem;	
}

footer .btm-con .addr address::after {
	content: '';
	width: 0.1rem;
	height: 1.2rem;
	background: #5B5B5B;
}

footer .btm-con .addr .copy {
	width: 100%;
}

footer .btm-con .info {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 1rem;
}

footer .btm-con .info dt {
	color: #FFAF3F;
	text-align: right;
	font-weight: 600;
	line-height: 140%; /* 2.24rem */
}

footer .btm-con .info dd .time {
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 140%; /* 2.24rem */
}

footer .btm-con .info dd .time .tit {
	font-size: 1.6rem;
}

footer .btm-con .info dd .time .off {
	font-weight: 400;
}

footer .btm-con .info dd .ann {
	margin-top: 0.2rem;
	color: #AEAEAE;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 140%; /* 2.1rem */
}

/*pc*/
@media screen and (min-width:1025px) {
	#lnb h2 {
		display: none;
	}

	#lnb nav {
		flex: 1 1 auto;
		max-width: 64rem;
		width: 100%;
	}

	#lnb nav>ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	
	#lnb nav>ul>li {
		position: relative;
		padding-top: 1.3rem;
		padding-bottom: 1.3rem;
	}

	#lnb nav>ul>li>a {
		font-size: 1.8rem;
		font-weight: 700;
	}
	
	#lnb nav>ul>li.select>a,
	#lnb nav>ul>li:hover>a {
		color: #314D04;
		text-decoration: underline;
	}

	#lnb nav>ul .sub-menu {
		position: absolute;
		left: calc(50% - 18rem / 2);
		top: 4.2rem;
		display: none;
		text-align: center;
		padding: 2.5rem 1rem;
		margin: 0 auto;
		width: 18rem;
		border-radius: 1.4rem;
		background: #FFF;
		box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
		z-index: 99;
	}
	
	#lnb nav>ul .sub-menu>li {
		margin-top: 1.5rem;
	}
	
	#lnb nav>ul .sub-menu>li:nth-child(1) {
		margin-top: 0;
	}
	
	#lnb nav>ul .sub-menu a {
		color: #555;
		text-align: center;
		font-size: 1.7rem;
		font-weight: 500;
	}
	
	#lnb nav>ul .sub-menu li.select a,
	#lnb nav>ul .sub-menu a:hover {
		color: var(--main);
		font-weight: 600;
		text-decoration: underline;
	}
	
	#lnb nav>ul .sub-menu ul {
		display: none;
	}

	#allmenu-box {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #FFF;
		z-index: 99999;
	}
	
	#allmenu-box.on {
		display: block;
	}
	
	#allmenu-box>div {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}
	
	#allmenu-box .con {
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		gap: 8rem;
		width: 100%;
	}
	
	#allmenu-box .con>ul {
		display: flex;
		justify-content: center;
		gap: 3rem;
		text-align: center;
		width: 100%;
	}
	
	#allmenu-box .con>ul>li {
		flex: 1 1 auto;
		max-width: 24rem;
		width: 100%;
	}
	
	#allmenu-box .con>ul>li>p {
		margin-bottom: 2.6rem;
		padding: 1rem;
		width: 100%;
		font-size: 2.1rem;
		font-weight: 700;
		border-radius: 0.8rem;
		background: #F5F5F5;
	}
	
	#allmenu-box .con>ul>li>ul {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 2rem;
	}
	
	#allmenu-box .con>ul>li>ul>li>a {
		color: #555;
		font-size: 1.7rem;
		font-weight: 500;
	}
	
	#allmenu-box .con>ul>li>ul>li.select>a,
	#allmenu-box .con>ul>li>ul>li>a:hover {
		color: var(--main);
		text-decoration: underline;
	}

	#allmenu-box .con>ul>li>ul ul {
		display: none;
	}
	
	#allmenu-box .close {
		position: absolute;
		right: 10%;
		top: 10%;
	}

	footer .btm-con .info dd {
		text-align: right;
	}
}

/* mb */
@media screen and (max-width:1024px) {
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	header {
		--h: 105px;
		height: var(--h);
	}

	#lnb .allmenu,
	#allmenu-box {
		display: none;
	}

	#lnb nav>ul {
		display: none;
	}

	.fixed #lnb nav>ul {
		display: block;
	}
	 
	#lnb nav>ul {
		position: absolute;
		left: 0;
		top: var(--h);
		padding: 2rem 20px 4rem 20px;
		width: 100%;
		height: 100vh;
		max-height: calc(100vh - var(--h));
		border-top: 1px solid #E7E7E7;
		background: #FFF;
		overflow-y: auto;
		z-index: 9999;
		--bg: url(../../img/lnb-mb.svg) no-repeat 0 0;
	}
	
	#lnb nav>ul>li>a {
		position: relative;
		display: block;
		padding: 18px 0rem;
		color: #222;
		font-size: 18px;
		font-weight: 700;
		border-bottom: 1px solid #ECE7E4;
	}

	#lnb nav>ul>li.on>a,
	#lnb nav>ul>li.select>a {
		border-bottom: 3px solid #263238;
	}

	#lnb nav>ul>li>a::before {
		content: '';
		position: absolute;
		right: 0;
		top: 18px;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		border: 1px solid #A9A3A0;
		background: var(--bg);
		background-position: center;
	}
	
	#lnb nav>ul>li.on>a::before,
	#lnb nav>ul>li.select>a::before {
		transform: rotate(180deg);
	}
	
	#lnb nav .sub-menu {
		display: none;
		padding: 10px 12px;
		border-radius: 0rem 0rem 10px 10px;
		border-bottom: 1px solid #ECE7E4;
	}

	#lnb nav .select .sub-menu {
		display: block;
	}
	
	#lnb nav .sub-menu>li>a {
		position: relative;
		display: block;
		padding: 8px 0;
		color: #3C3733;
		font-size: 16px;
		font-weight: 500;
		line-height: 140%;
		letter-spacing: -0.02em;
	}
	
	#lnb nav .sub-menu>li:has(ul)>a::before {
		content: '';
		position: absolute;
		right: 0;
		top: 15px;
		width: 13px;
		height: 8px;
		background: var(--bg);
	}
		
	#lnb nav .sub-menu>li.select>a {
		color: var(--main);
		text-decoration: underline;
	}
	
	#lnb nav .sub-menu>li ul {
		display: flex;
		flex-direction: column;
		gap: 5px;
		padding: 8px 10px;
		background: #F5F5F5;
	}
	
	#lnb nav .sub-menu>li ul a {
		position: relative;
		display: block;
		padding-left: 8px;
		color: #3C3733;
		font-size: 14px;
		font-weight: 500;
		line-height: 140%;
		letter-spacing: -0.02em;
	}
	
	#lnb nav .sub-menu>li ul a::before {
		content: '';
		position: absolute;
		left: 0;
		top: 8.5px;
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background: #626262;
	}
	
	footer .btm-con {
		flex-direction: column-reverse;
		align-items: center;
		gap: 3rem;
	}
	
	footer .btm-con .info {
		align-items: center;
		text-align: center;
	}

	footer .btm-con .con>ul,
	footer .btm-con .addr {
		justify-content: center;
		text-align: center;
	}
}

/* min-mb */
@media screen and (max-width:500px) {
	header {
		--h: 12.8rem;
	}

	#gnb .wrap {
		justify-content: flex-end;
	}

	#gnb .link {
		position: absolute;
		left: 0;
		top: var(--h);
		display: none;
		padding: 1rem 2.4rem;
		width: 100%;
		background: #F5F5F5;
		z-index: 99999;
	}

	.fixed #gnb .link {
		display: flex;
	}

	#lnb nav>ul {
		padding-top: 5.8rem;
		padding-bottom: 5.8rem;
	}

	footer .top-con .logo {
		padding-left: 4rem;
		padding-top: 1rem;
		font-size: 2rem;
	}
	
	footer .top-con .logo::before {
		width: 3.1rem;
		height: 3.5rem;
	}
}