/*************** [board]basic ***************/
/*section_type_board_16 : 게시판*/
#section_type_board_16 .board {width:100%; height:750px; background:url("/section/board/board_16/img/bg.jpg")no-repeat center center; background-size:cover; padding:70px 0; box-sizing:border-box;}

#section_type_board_16 .board h2 {font-family:"GmarketSansLight"; font-weight:300; font-size:24px; color:#fff; text-align:center; padding-bottom:20px;}
#section_type_board_16 .board h1 {font-family:"GmarketSansBold"; color:#fff; font-size:40px; text-align:center; padding-bottom:50px;}
#section_type_board_16 .board .btn {position:relative; border:1px solid #fff; width:180px; height:auto; padding:10px 0; left:50%; margin-left:-90px; margin-bottom:80px;}
#section_type_board_16 .board .btn a {display:block; width:100%; height:100%;}
#section_type_board_16 .board .btn a p {font-family:"GmarketSansMedium"; color:#fff; font-size:18px; text-align:center; text-shadow:2px 2px 5px rgba(0,0,0,0.5);}

#section_type_board_16 .board .board_box {width:100%; overflow:hidden;}
#section_type_board_16 .board .board_box .box {float:left; width:48%; margin-right:4%;}
#section_type_board_16 .board .board_box .box:last-child {margin-right:0;}

	#section_type_board_16 .board .board_box .box .txt {background:rgba(255,255,255,0.5); padding:50px; box-sizing:border-box;}
	#section_type_board_16 .board .board_box .box .txt h3 {font-family:"GmarketSansMedium"; color:#000; font-size:24px; text-align:center; font-weight:300; border-bottom:1px solid #000; padding-bottom:30px; margin-bottom:30px;}
	#section_type_board_16 .board .board_box .box .txt ul {}
	#section_type_board_16 .board .board_box .box .txt ul li {margin-bottom:15px; width:100%; overflow:hidden; font-size:18px;}
	#section_type_board_16 .board .board_box .box .txt ul li a {color:#000; float:left; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 70%;}
	#section_type_board_16 .board .board_box .box .txt ul li span {color:#000; float:right;}

	#section_type_board_16 .board .board_box .box .link {position:relative; width:80px; height:80px; background:#cc2c16; border-radius:50%; left:50%; margin-left:-40px; top:-40px;}
	#section_type_board_16 .board .board_box .box .link a {display:block; width:100%; height:100%; border-radius:50%;}
	#section_type_board_16 .board .board_box .box .link a h4 {color:#fff; font-size:50px; font-family:"GmarketSansMedium"; text-align:center; box-sizing:border-box; padding-top:20px; font-weight:300; transition:all 0.3s;}
	#section_type_board_16 .board .board_box .box .link a:hover h4 {transform:rotate(360deg);}



/*************** [board]responsive ***************/
/*게시판*/

@media screen and (max-width:900px){
	#section_type_board_16 .board {height:auto;}
	#section_type_board_16 .board .board_box .box {float: none; width: 100%; margin-right: 0;}
}

@media screen and (max-width:600px){
	#section_type_board_16 .board h2 {font-size:20px;}
	#section_type_board_16 .board h1 {font-size:30px;}
	
	#section_type_board_16 .board .board_box .box .txt {padding:50px 30px;}
	#section_type_board_16 .board .board_box .box .txt h3 {font-size:20px;}
	#section_type_board_16 .board .board_box .box .txt ul li {font-size:16px;}
}