@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
/*************** [introduce]basic ***************/
/*section_type_introduce_19 : 게시판*/
#section_type_introduce_19 {clear:both;}
#section_type_introduce_19 .introduce_19 {width:100%; height:650px; background:url("/section/introduce/introduce_19/img/bg.jpg")no-repeat center center; background-size:cover; padding:60px 0; box-sizing:border-box;}
#section_type_introduce_19 .introduce_19 .inner {max-width:1400px;}

#section_type_introduce_19 .introduce_19 .tit {margin-bottom:70px; text-align:center;}
#section_type_introduce_19 .introduce_19 .tit:after {content:""; display:block; width:50px; height:1px; background:#8f8f8f; position:relative; top:35px; left:50%; margin-left:-25px;}
#section_type_introduce_19 .introduce_19 .tit h1 {font-size:36px; font-family: 'NanumSquare'; font-weight:400; color:#000; margin-bottom:10px;}
#section_type_introduce_19 .introduce_19 .tit p {font-size:18px; font-family: 'NanumSquare'; color:#8b782e;}

#section_type_introduce_19 .bottom ul.tabs {width:100%; overflow:hidden; border-radius:10px 10px 0 0;}
#section_type_introduce_19 .bottom ul.tabs li {float:left; width:16.666%; color:#fff; font-family: 'NanumSquare'; background:#37bcba; font-size:26px; text-align:center; padding:30px 0; font-weight: 500; box-sizing:border-box; cursor:pointer; border-right:1px solid #f7d344;}
#section_type_introduce_19 .bottom ul.tabs li.active {color:#f7d344;} 
#section_type_introduce_19 .bottom ul.tabs li:hover {color:#f7d344;}

#section_type_introduce_19 .bottom .tab_content .introbox {display:table; width:100%; overflow:hidden; background:#fff; padding:60px 30px; box-sizing:border-box;}
#section_type_introduce_19 .bottom .tab_content .introbox h2 {display:table-cell; vertical-align:middle; width:40%;}
#section_type_introduce_19 .bottom .tab_content .introbox h2 img {}
#section_type_introduce_19 .bottom .tab_content .introbox .text {display:table-cell; vertical-align:middle; width:60%;}
#section_type_introduce_19 .bottom .tab_content .introbox .text h3 {font-size:46px; font-family: 'NanumSquare'; font-weight:300; color:#333; margin-bottom:10px; line-height:135%;}
#section_type_introduce_19 .bottom .tab_content .introbox .text h3 span {font-weight:bold;}
#section_type_introduce_19 .bottom .tab_content .introbox .text p {font-size:16px; font-family: 'NanumSquare'; color:#3e3e3e; line-height:135%;}




/*************** [introduce]responsive ***************/
/*게시판*/
@media screen and (max-width:1300px){
	#section_type_introduce_19 .bottom ul.tabs li {font-size:22px;}
	
	#section_type_introduce_19 .bottom .tab_content .introbox .text {padding-left:20px;}
	#section_type_introduce_19 .bottom .tab_content .introbox .text h3 {font-size:36px;}
}

@media screen and (max-width:1024px){
	#section_type_introduce_19 .introduce_19 {height:auto;}
	#section_type_introduce_19 .introduce_19 .tit h1 {font-size:30px;}
	#section_type_introduce_19 .introduce_19 .tit p {font-size:16px;}
	
	#section_type_introduce_19 .bottom ul.tabs li {font-size:18px; padding:20px 0;}

	#section_type_introduce_19 .bottom .tab_content .introbox h2 {display:block; width:100%; text-align:center;}
	#section_type_introduce_19 .bottom .tab_content .introbox .text {display:block; width:100%; text-align:center; padding-left:0;}
	#section_type_introduce_19 .bottom .tab_content .introbox .text h3 {font-size:26px; margin-top:30px;}
}
@media screen and (max-width:900px){
}

@media screen and (max-width:600px){
	#section_type_introduce_19 .bottom ul.tabs li {width:33.3333%;}
	#section_type_introduce_19 .bottom ul.tabs li:nth-child(1),
	#section_type_introduce_19 .bottom ul.tabs li:nth-child(2),
	#section_type_introduce_19 .bottom ul.tabs li:nth-child(3) {border-bottom:1px solid #f7d344;}

	#section_type_introduce_19 .bottom .tab_content .introbox h2 img {width:100%;}
}

@media screen and (max-width:450px){
}