@charset "utf-8";
/* CSS Document */


.overseas_popup {padding:30px;}
.overseas_info {margin-bottom: 10px;}
.info_txt { margin-top: 20px;}
.info_txt h2 { color: #de453f; font-weight: 450; margin-bottom:8px;}
.info_txt h2 {font-size: 1.2em; font-weight: 600}
.info_txt p {margin-top:0px; text-align: center; }



.board-write{
	width:100%;
	border-top:2px solid #333;
}
.board-write th{
	font-weight:400; font-size:15px;
	padding:7px 13px;
	width:12.6%;
	box-sizing:border-box;
	border-bottom:1px solid #dedede;
	background:#f3f3f3;
	text-align:left;
	vertical-align:middle;
}
.board-write td{
	padding: 7px 10px;
	border-bottom:1px solid #dedede;
	vertical-align:middle;
	font-weight:300;font-size:14px;
}
.board-write.overseas-board th {width:19%;}