@charset "uft-8";

#bg{
	display: block;
	width: 100%;
	height: 1180px;
	background:url('../img/bg.png') no-repeat;

}

#blank{
	display: block;
	width: 100%;
	height: 350px;
}

#headline{
	display: block;
	font-size: 70px;
	font-weight: 500;
	line-height: 80px;
	color: #fff;
	letter-spacing: -2px;
	text-align: center;
}

#underline{
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 10px;
	width: 50px;
	height: 1px;
	background: #fff;
}

#subtitle{
	display: block;
	margin-bottom: 40px;
	color: #fff;
	font-size: 25px;
	line-height: 30px;
	font-weight: 200;
	text-align: center;
}

#pay_btn{
	display: block;
	margin: 0 auto;

	width: 342px;
	height: 58px;
	
	text-decoration: none;
	text-align: center;
	line-height: 55px;
	font-weight: 400;
	color: #fff;
	font-size: 24px;

	border: 1px solid #9e9088;
	background: rgba(0, 0, 0, 0.3);
}

#pay_btn:hover{
	background: rgba(0, 0, 0, 0.7);
}

#service_num{
	display: block;

	margin-top: 25px;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: 600;
}

#payment_explain{
	display: block;
	margin-bottom: 80px;

	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

#index_boards{
	display: block;
	margin: 0 auto;
	font-size: 0;
	width: 960px;
	height: 230px;
}

.index_boards_container{
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
	vertical-align: top;
	font-size: 0;
	width: 320px;
	height: 100%;
	
	border-right: 1px solid rgba(255,255,255,0.2);
}

.index_boards_header_wrap{
	display: block;
	width: 100%;
	height: 58px;
	background: rgba(0,0,0,0.2);
}

.index_boards_header_wrap>p{
	display: inline-block;
	margin-left: 20px;
	font-size: 20px;
	width: 195px;
	font-weight: 400;
	line-height: 58px;
	vertical-align: middle;
	color: #fff;
}

.index_more_btn{
	display: inline-block;
	box-sizing: border-box;
	
	vertical-align: middle;

	width: 81px;
	height: 27px;
	
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	color: #fff;

	border-radius: 15px;
	border: 2px solid #fff;
}

.index_boards_content_wrap{
	display: block;
	box-sizing: border-box;
	padding: 20px;

	width: 100%;
	height: 172px;
	background: rgba(0,0,0,0.1);
}

.index_boards_content_wrap>div{
	display: block;
	width: 100%;
	height: auto;
}

.index_boards_content_wrap>div>a{
	display: inline-block;
	width: 180px;
	
	margin-right: 10px;
	text-decoration: none;
	color: #fff;
	line-height: 22px;
	font-size: 12px;
	font-family: 돋움;

	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_boards_content_wrap>div>a:nth-child(2){
	display: inline-block;
	width: 79px;
}

.index_boards_img_content_wrap{
	display: block;
	box-sizing: border-box;
	padding: 20px;

	width: 100%;
	height: 172px;
	background: rgba(0,0,0,0.1);
}

.index_boards_img_content_wrap>ul>li>img{
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 12px;

	width: 86px;
	height: 58px;
	background: #fff;
}

.index_boards_img_content_wrap>ul>li>div{
	display: inline-block;
	width: 180px;
	height: 58px;
	vertical-align: top;
}

.index_boards_img_content_wrap>ul>li>div>a{
	display: block;
	width: 180px;
	
	margin-right: 10px;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	font-family: 돋움;

	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_boards_img_content_wrap>ul>li>div>a:nth-child(2){
	display: block;
	width: 180px;
	margin-top: 5px;
	height: 37px;

	font-size: 11px;
	font-weight: 500;

	white-space: normal; 
	overflow: hidden;
	text-overflow: ellipsis;
}

