/*************** [board]basic ***************/
/*section_type_board_14 : 게시판*/
#section_type_board_14 {width:100%; background:url("/section/board/board_14/img/bg.jpg")no-repeat center center; background-size:cover; }
#section_type_board_14 .inner {max-width:1400px;}

#section_type_board_14 .top {font-family: 'Nanum Myeongjo', serif; text-align:center; /* padding-top:160px; */ padding-bottom:110px;}
#section_type_board_14 .top h1 {font-size:48px; color:#fff; padding-bottom:20px; font-weight:300;}
#section_type_board_14 .top p {font-size:24px; color:#ddd;}

#section_type_board_14 .bottom ul.tabs {width:100%; overflow:hidden;}
#section_type_board_14 .bottom ul.tabs li {float:left; width:20%; color:#fff; font-size:24px; text-align:center; border-top:2px solid #fff; padding:30px 0; font-weight: 300; box-sizing:border-box; cursor:pointer;}
#section_type_board_14 .bottom ul.tabs li.active {border-top:2px solid #fff609; color:#fff609;}
#section_type_board_14 .bottom ul.tabs li:hover {border-top:2px solid #fff609; color:#fff609;}

#section_type_board_14 .bottom .tab_box {width:100%;}
#section_type_board_14 .bottom .tab_box thead {background:rgba(255,255,255,0.5);}
#section_type_board_14 .bottom .tab_box thead th {font-size:20px; text-align:center; padding:20px 0; color:#000;}
#section_type_board_14 .bottom .tab_box tbody {}
#section_type_board_14 .bottom .tab_box tbody td {font-size:18px; text-align:center; padding:20px 0; color:#fff; font-weight: 300; border-bottom:1px solid #fff; line-height:135%;}
#section_type_board_14 .bottom .tab_box tbody td a {color:#fff;}
#section_type_board_14 .bottom .tab_box tbody td a:hover {text-decoration:underline;}

/*************** [board]responsive ***************/
/*게시판*/
@media screen and (max-width:1024px){
	#section_type_board_14 .top h1 {font-size:38px;}
	#section_type_board_14 .top p {font-size:22px;}

	#section_type_board_14 .bottom ul.tabs li {font-size:20px;}

	#section_type_board_14 .bottom .tab_box thead th {font-size:18px;}
}
@media screen and (max-width:900px){
	#section_type_board_14 .bottom .tab_box tbody td {padding:20px 10px;}
}

@media screen and (max-width:600px){
	#section_type_board_14 .top {padding-bottom:60px;}
	#section_type_board_14 .top h1 {font-size:32px;}
	#section_type_board_14 .top p {font-size:20px;}
	
	#section_type_board_14 .bottom ul.tabs li {font-size:18px; width:50%; padding:15px 0;}
	#section_type_board_14 .bottom ul.tabs li:last-child {width:100%; border-bottom:1px solid #fff;}
	#section_type_board_14 .bottom ul.tabs li:nth-child(2n) {border-left:1px solid #fff;}

	#section_type_board_14 .bottom .tab_box thead th {font-size:17px;}
	#section_type_board_14 .bottom .tab_box tbody td {font-size:16px;}
}

@media screen and (max-width:450px){
}