/*************** [board]basic ***************/
/*section_type_board_20 : 게시판*/
#section_type_board_20 {width:100%; height:auto; overflow:hidden;}
#section_type_board_20 .inner {max-width:1920px;}
	
	#section_type_board_20 .box {float:left; width:50%; height:450px; padding:80px 0; box-sizing:border-box;}
		#section_type_board_20 .box .tit {text-align:center; font-family:"GmarketSansMedium"; font-weight:300; font-size:36px; color:#000; margin-bottom:50px;}
		#section_type_board_20 .box .tit_p {font-size:18px; color:#000; line-height:135%; padding:30px 0; text-align:center;}

	#section_type_board_20 .left {background:url("/section/board/board_20/img/left_bg.jpg")no-repeat center center; background-size:cover;}
		#section_type_board_20 .left .btn {display: inline-block; background:#e4eeb2; position:relative; left:50%; margin-left:-80px; top:30px; box-shadow:3px 3px 6px rgb(0,0,0,0.3);}
		#section_type_board_20 .left .btn a {display:block; padding:10px 20px;}
		#section_type_board_20 .left .btn a p {color:#333; text-align:center; display: inline-block; margin-bottom: 0; font-family:"GmarketSansMedium"; padding-right:5px; font-size:16px; transition:all 0.3s;}
		#section_type_board_20 .left .btn a p img {display:inline-block; }
			#section_type_board_20 .left .btn a:hover p {transform:translateX(5px);}
		
	#section_type_board_20 .right {background:#c2d26b;}
	#section_type_board_20 .right .right_icon {width:70%; margin:0 auto; overflow:hidden;}
	#section_type_board_20 .right .right_icon .menu {float:left; width:33.333%;}
	#section_type_board_20 .right .right_icon .menu a {}
	#section_type_board_20 .right .right_icon .menu a h3 {text-align:center;}
	#section_type_board_20 .right .right_icon .menu a h4 {text-align:center; font-family:"GmarketSansMedium"; font-weight:300; color:#000; margin-top:30px; font-size:20px;}
		#section_type_board_20 .right .right_icon .menu a:hover h4 {text-decoration:underline;}




/*************** [board]responsive ***************/
/*게시판*/
@media screen and (max-width:1200px){
	#section_type_board_20 .inner {width:100%;}
}

@media screen and (max-width:1024px){
	#section_type_board_20 .box {float:none; width:100%;}
	#section_type_board_20 .box .tit {font-size:30px;}
	#section_type_board_20 .box .tit_p {font-size:16px;}

	#section_type_board_20 .left .btn a p {font-size:14px;}
	
	#section_type_board_20 .right .right_icon .menu a h4 {font-size:18px;}
}

@media screen and (max-width:900px){
	#section_type_board_20 .right .right_icon {width:90%;}
}

@media screen and (max-width:600px){
	#section_type_board_20 .box {height:400px; padding:60px 0;}
	#section_type_board_20 .box .tit {font-size:24px;}

	#section_type_board_20 .right .right_icon .menu a h3 img {width:90px;}
}