
@import url('/css/normalize.css');
@import url('/css/common.css');
@import url('/css/style.css');
@import url('/css/second.css');

/* ------------------------------------------------------------
.second_cont
------------------------------------------------------------ */
.second_cont h2 {
	background-color: #ffe4e4 !important;
	color: #c21624 !important;
}

.excel_img { margin-top: 40px; text-align: center;}
.excel_img img { width: 48%;}

#excel_index_btn_box {
	width: 860px;
	margin: 40px auto 80px;
	text-align: center;
}

#excel_index_btn_box ul {
	overflow: hidden;
}

#excel_index_btn_box ul li {
	float: left;
	width: 56%;
	margin-right: 2%;
}
#excel_index_btn_box ul li:last-child {
	width: 42%;
	margin-right: 0;
}

#excel_index_btn_box img { width: 100%;}
.excel_btn { margin-top: 80px;}
.excel_btn img { width: 60% !important;}

@media only screen and (max-width:750px)
{

.excel_img { margin-top: 40px;}
.excel_img img { width: 96%;}

#excel_index_btn_box {
	width: 96%;
	margin: 20px auto;
}
#excel_index_btn_box ul li {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
}
#excel_index_btn_box ul li:last-child {
	width: 100%;
	margin-bottom: 0;
}

.excel_btn { margin-top: 30px;}
.excel_btn img { width: 70% !important;}
}