@charset "UTF-8";

.cs_body > * { font-size: 17px; }

.main_img {display:none;}
#header .h_gnb.on:before {top:64px !important;}
#header .h_gnb li:hover .hg_sub {top:60px; bottom:inherit;}
#header .h_gnb.on {height:414px;}
#nav .hg_sub {bottom:inherit !important;}
#header .h_gnb {margin-top:100px;}


#wrap { overflow: hidden; }
#contents {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	box-sizing: border-box;
}
#contents .wrap {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 1600px;
	margin-bottom: 50px;
	background-color: #fff;
}
#contents .cs_lnb {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	float: left;
	width: 280px;
	/* font-family: 'Rubik', 'NunitoSans'; */
}
#contents .cs_lnb .cs_head {
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 130px;
    background-color: #387550;
    border-bottom-right-radius: 40px;
    color: #fff;
    font-size: 22px;
    line-height: 100px;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.5px;
    box-sizing: border-box;
}
#contents .cs_lnb .cs_head h2 {vertical-align: middle; line-height:130px;text-align: center;}
#contents .cs_lnb .cs_body { background-color: #fff; }
#contents .cs_lnb .cs_body > ul > li {
	display: inline-block;
	vertical-align: middle;
	width: 100%;margin-top: 15px;text-align: left;
}
#contents .cs_lnb .cs_body > ul > li > a {display: block;
    position: relative;
    width: auto;
    padding: 18px 15px 18px 25px;
    font-size: 15px;
    line-height: 20px;
    color: #444444;
    transition: 0.2s;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 2px solid #e5e5e5;
}
}
#contents .cs_lnb .cs_body > ul > li:hover,
#contents .cs_lnb .cs_body > ul > li.on { background-color: #fff; }
#contents .cs_lnb .cs_body > ul > li:hover > a,
#contents .cs_lnb .cs_body > ul > li.on > a { font-weight: 800;border: 2px solid #387550; color: #000;}
#contents .cs_lnb .csl_sub {
	margin: 10px;
	margin-top: 0;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.04);
}

#contents .cs_lnb .cs_body > ul > li:hover .csl_sub,
#contents .cs_lnb .cs_body > ul > li.on .csl_sub { background-color: #38374b; box-shadow: none; }
#contents .cs_lnb .csl_sub > li {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	border-top: 1px solid #f4f5f6; 
}
#contents .cs_lnb .cs_body > ul > li:hover .csl_sub > li,
#contents .cs_lnb .cs_body > ul > li.on .csl_sub > li { border-top-color: #4c4b5d; }
#contents .cs_lnb .csl_sub > li:first-child { border-top: none; }
#contents .cs_lnb .csl_sub > li > a {
	display: block;
	position: relative;
	height: 100%;
	padding: 5px 10px 5px 20px;
	font-size: 12px;
	color: #424242;
	line-height: 20px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}
#contents .cs_lnb .cs_body > ul > li:hover .csl_sub > li > a,
#contents .cs_lnb .cs_body > ul > li.on .csl_sub > li > a { color: #c6c5e6; }
#contents .cs_lnb .csl_sub > li > a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	width: 4px;
	height: 2px;
	margin-top: -1px;
	background-color: #214386;
}
#contents .cs_lnb .cs_body > ul > li:hover .csl_sub > li:hover > a,
#contents .cs_lnb .cs_body > ul > li.on .csl_sub > li:hover > a { color: #fff; }
#contents .cs_banner {
	display: block;
	width: auto;
	padding: 15px;
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	color: #222;
	background-color: #eee;
	border-top: 1px solid #ddd;
}
#contents .cs_banner.csb02 { border-bottom: 1px solid #ddd; }
#contents .cs_banner.csb01 i { background-position: left center; }
#contents .cs_banner.csb02 i { background-position: right center; }
#contents .cs_banner i {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background-image: url('../images/i_aside.png');
	background-repeat: no-repeat;
	background-size: 40px auto;
}
#contents .contents {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	float: left;
	width: 1200px;
	padding-left: 100px;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	/* font-family: 'Rubik', sans-serif; */
	background-color: #fff;
	box-sizing: border-box;
}