/*서브 비주얼*/
#sepration { clear:both; height:21rem; position:relative; display: flex; align-items: center;  justify-content: center; padding-top: 5.5rem; background:url('/images/default/content/sub_visual.jpg')no-repeat 50% bottom; }
#sepration .section{width:1200px; margin:0 auto; }
#sepration .section h2{font-size:2.4rem; font-family: 's-core-dream'; font-weight: 500; margin-bottom:2rem;}
#sepration .section h2 span{display:block; font-size:0.9rem; font-family: 'Pretendard';font-weight: 300;}
#sepration .section p{color:#afafaf; display:flex; gap:0 0.5rem;  font-weight: 300;}


/* 탭메뉴 */
.tab_menu{max-width:1200px; margin:0 auto; position:relative; z-index:0;margin-bottom:3rem;}
.tab_menu ul{text-align:center; overflow:hidden; display:flex; border:1px solid #FB640B;}
.tab_menu ul li{flex:1; }
.tab_menu ul li a{display:inline-block; width:100%;  box-sizing:border-box; padding:1rem 0; text-align:center; font-size:1.2rem; color:#afafaf; font-weight:500;}
.tab_menu ul li.on a{background:#FB640B; color:#fff;}


/*컨텐츠*/
#container .content_body{padding-bottom:5rem;}


@media (max-width:1300px){
	#sepration .section{width:100%; padding:0 2rem; }

}

@media (max-width:1030px){

}


/********************************************************
■ 모바일
********************************************************/
@media (max-width:767px){
	#sepration .section{width:100%; padding:0 2.5rem; }
}

