@charset "utf-8"

@font-face {
    font-family: 'Minguk-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Minguk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

* { 
font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

*{margin:0; padding:0;}
ul,li{list-style:none;}
a{text-decoration:none; color:#000;}
img{border:0;}
.cf:after{
	content:'';
	display:block;
	clear:both;
}

#wrap section .other li:first-child{
	border:1px solid #000;
	border-right:none;
}

#wrap section .other li:first-child a{
	color:#000;
}


#wrap section .other li:nth-child(2){
	border:1px solid #9AC633;
}

#wrap section .other li:nth-child(2) a{
	color:#9AC633;
}

#wrap section .other li.on{
	border:1px solid #9AC633;
}
	
#wrap section .other li.on a{
	color:#9AC633;
}
