﻿@import url(content.css);
@import url(arcontrol.css);

.content .top { 
	width:100%; display:block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background: #114791 url("http://img.nocutnews.co.kr/nocut/v3/special/pc18/bg_boxg1.png") no-repeat left top;
	overflow:hidden;
}
.content .top p { width:515px; padding:32px 39px 11px;min-height:48px; float:right; display:inline-block; font-size:17px; color:#fff; background-color:#3467ae; }
.content .top p:first-child { 
	width:177px; height:91px; padding:19px 35px; float:left; box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; background:none; }
.content .top p:first-child span { display:block; font-size:30px; }
.content .top p:first-child span:last-child { font-weight:600; letter-spacing:-1px; }
.content .top p:first-child span:first-child { font-size:17px; padding-left:5px; }
.content .top p em { margin-top:15px; line-height:27px; display:block; }
.content .top p em:first-of-type { margin-top:0; margin-bottom:0; }
.content .top p em:last-of-type { margin-bottom:16px; }
.content .top p em span { width:115px; display:inline-block; float:left; opacity:0.7; }
.content .top p em strong { width:400px; display:inline-block; font-size:19px;}

.content ul li {position:relative;}
.content ul li:last-child .row { border-bottom:0; }
.content ul li .row {
	width: 100%; padding:25px 40px 20px;  display: block; text-align: center; overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.content ul li .row .num {
	width: 100px;
	color: #227fd5;
	font-size: 23px;
	font-weight: bold;
	float:left;
	letter-spacing:0;
}
.content ul li .row p { width:515px; margin-top:15px; float:right; }
.content ul li .row p span { width:110px; float:left; display:inline-block; font-size:17px; line-height:26px; color:#777; }
.content ul li .row p:first-of-type { margin-top:0; }
.content ul li .row p strong {width:403px; display:inline-block; float:none; font-size: 19px;line-height:26px; }
.content ul li .row p, .content ul li .row span {text-align:left;}
.content .more { 
	width:100%; padding:15px 11px; display:inline-block; 
	background:#e1e1e1 url('http://img.nocutnews.co.kr/nocut/v2/common/ico_arrow1.png') no-repeat 413px center;
	background-size:7px 8px;
	font-size:16px;
	color:#5d5c5c;
	text-align:center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
}
.content .close { 
	width:100%; padding:15px 11px 15px 15px; display:inline-block; 
	font-size:16px;
	color:#777;
	background:#e1e1e1;
	text-align:center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.content .close:after { width:7px; height:18px; content:"^"; display: inline-block; position:relative; top:6px; right:-4px; }
