@charset 'utf-8';
#main_contents {padding-top: 60px;}

/* 서브 비주얼, 제목 */
.sub_h2 {height: 100px; line-height:100px; font-size: 1.8em; font-weight: 300;}
.sub_visual {height: 120px; background: no-repeat 50% / cover;}
.sub_visual1 {background-image: url('../images/sub1_visual.jpg');}
.sub_visual2 {background-image: url('../images/sub2_visual.jpg');}
.sub_visual3 {background-image: url('../images/sub3_visual.jpg');} 
.sub_visual6 {background-image: url('../images/sub6_visual.jpg');}



/* LNB */
.sub_lnb_sec {border: 1px solid #ddd; border-width: 1px 0; background-color: #fff; z-index: 100;}
.sub_lnb_sec.fixed {position: fixed; left: 0; top: 60px; width: 100%;}
.sub_lnb_wrap {}
.sub_lnb {}
.sub_lnb a {display: block;}
.sub_lnb > li {float: left;}
.sub_lnb > .home {width: 40px; border: 1px solid #ddd; border-width: 0 1px; text-align: center;}
.sub_lnb > li > a {/*대표메뉴*/ height: 40px; line-height: 40px;}
.sub_lnb > .home > a {line-height: 0;}
.sub_lnb .material-icons-outlined {line-height: 40px;}
.lnb_depth1 {position: relative; width: calc((100% - 40px) * 0.5); max-width: 250px;}
.lnb_depth1 > a {padding: 0 3px; border-right: 1px solid #ddd;}
.lnb_depth1 > a > span {/*화살표*/ float: right;}
.lnb_sub_menu, .lnb_sub_menu:hover {background-color: #139da6; color: #fff;}
.lnb_depth2 {display: none; position: absolute; left: -1px; top: 40px; width: calc(100% + 1px); padding: 10px 0 30px; border: 1px solid #ddd; background-color: #fff; line-height: 2;}
.lnb_depth2 > ul {display: none;}
.lnb_depth2 a {padding-left: 3px;}


/* sub_contents_sec */
.sub_contents_sec {padding: 60px 0;}
.sub_contents_wrap {}
.sub_contents_wrap h2 {font-size: 1.1em; font-weight: normal;}
.sub_contents_wrap span {font-size: 0.9em; font-weight: 300;}
.sub_contents {padding: 40px 0;}


/* 그누보드 */
.g5 h2 {
    font-size: 1.2em;
}