<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('/css/common.css');
@import url('content.css');
@import url(/css/font_NotoSans.css); /*NotoSansKR*/
.t_header .t_head .sns_b { display:none !important;}

body, input, textarea, select, button { font-size: 16px; color: #363636; }
	body .container, input, textarea, select, button { font-family: 'NotoSansKR' }
.header h1 { visibility: visible; }
.content { background: #f8f8f8; }
.top_w {
	width: 100%; height:210px; padding:50px 0 0 60px; margin: 0 0 18px; color:#fff; font-size:18px; box-sizing:border-box; line-height:30px; position:relative;
	background:url("//img.nocutnews.co.kr/nocut/v3/img/img_jebotop.jpg") no-repeat;
	background-size:100% auto;
}
.top_w h1 { font-size: 30px; display: block; margin-bottom: 20px; }
.top_w a {
	position:absolute; right:50px; bottom:50px; display:inline-block; padding:0 10px;
	color:#fff; border:1px solid #fff; line-height:30px;  font-size:14px;
}
.top_w a:hover {text-decoration:none;}

.writebox { width: 1000px; margin: 0 auto; }
.writebox h2 { width: 100%; border-bottom: 2px solid #373737; line-height:100px; font-size:24px;}
.writebox h2 span,
.writebox h3 span {  float: right; font-size: 18px; font-weight:normal; }
.writebox ul { text-align: left; width: 100%; margin: 0 0 25px; padding-top:10px;}
.writebox ul li { width: 100%; overflow: hidden; text-align: left; padding:10px 0;}
.writebox ul li strong { float: left; color: #000; width: 110px; line-height: 50px; font-size: 20px; font-weight:normal; }
.writebox ul li strong em { margin-left: 5px;}
.writebox ul li .form { width:888px; float:right; }
.writebox ul li input,
.writebox ul li select,
.writebox ul li textarea { box-sizing: border-box; border: 1px solid #c6c6c6; line-height: 48px; height: 50px; }
.writebox ul li input[type=file] { width: 100%; background-color: transparent; line-height: 48px;  border: 0 none; height: 50px; }
.writebox ul li textarea { line-height: 25px; height: 300px; width: 100%; }
.writebox ul li select { margin-left: 10px; }
.writebox ul li p span b { 
	background: #c6c6c6; display: inline-block; width: 12px; height: 1px; position:relative; top:-6px; margin:0 3px; }
.writebox ul li p em { margin: 0 3px 0 7px;}
.writebox ul li.tit p input { width: 100%; }
.writebox ul li.fileadd strong { float: none; display: block; width: 100%; }
.writebox ul li.fileadd strong em { font-size:70%; float:right;}
.writebox ul li.fileadd p { box-sizing: border-box; border: 1px solid #c6c6c6; line-height: 48px; height: 50px; margin-bottom: 10px; overflow:hidden; position:relative; background:#fff; padding:0 10px;}
.writebox ul li.fileadd a.btn_file {
	padding:0 20px 0 10px; border-right:1px solid #c6c6c6; float:left; overflow:hidden; height:50px;
}
.writebox ul li.fileadd a.btn_del,
.writebox ul li.fileadd .f_d a.btn_file { display: none; }
.writebox ul li.fileadd .f_d a.btn_del { line-height: 14px; width: 20px; height: 20px; color: #fff; background: #8d8d8d; display: inline-block; text-align: center; margin-left: 3px; font-size: 23px; overflow: hidden; position: relative; top: 3px; }

.writebox ul li.fileadd a:hover { text-decoration: none; }
.writebox ul li.fileadd span { padding-left:15px; }
.writebox ul li.fileadd span img { vertical-align:middle; position:relative; top:-2px; }
.captcha_b img { margin-right: 10px; float: left; }
.captcha_b input { margin-right: 10px; float: left; }
.captcha_b a { width: 48px; height: 48px; overflow: hidden; float: left; text-indent: -300px; margin-right: 10px; border: 1px solid #c6c6c6; background: #fff url("//img.nocutnews.co.kr/nocut/v3/common/ico_captcha.jpg") no-repeat center; background-size: auto 30px; }
.agreebox h3 { line-height:70px; margin-top:15px; font-weight:normal; font-size:20px;}
.agreebox span { position: relative; }
.agreebox input[type="checkbox"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0 }

.agreebox input[type="checkbox"] + label {
display: inline-block;position: relative;cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.agreebox input[type="checkbox"] + label:before {
	content: ' ';display: inline-block;width: 28px;height: 28px; margin-right:10px;
	text-align: center;vertical-align: middle;background: #fafafa;border: 1px solid #cacece;border-radius: 17px;
}
.agreebox label {line-height:30px; font-size:18px;}
.agreebox input[type="checkbox"]:checked + label:before {
	content: ' ';
	background:url("//img.nocutnews.co.kr/nocut/v3/img/ico_check.png") no-repeat center;
}
.agreebox .scroll { 
	border: 1px solid #dcdcdc; width:100%; background: #fff; height:185px; 
	overflow-y: scroll; overflow-x: hidden;padding:25px 30px; box-sizing:border-box;
}
.agreebox .scroll p { margin: 0 0 10px;  letter-spacing: -1px; line-height: 30px;  font-size: 14px;}
.writebox .btn { padding: 50px 0 70px; text-align: center; }
.writebox .btn input[type=submit],
.writebox .btn a { width: 200px; height: 80px; color: #fff; line-height: 80px; display: inline-block; font-size: 24px; }
.writebox .btn input[type=submit] { background: #2b4e79; border: 0; margin-right: 50px; cursor: pointer; }
.writebox .btn a { background: #9f9f9f }
.writebox .btn a:hover { text-decoration: none; }
.w100 { width: 100px !important; }
.w240 { width: 240px !important; }
.w130 { width: 130px !important; }
.w150 { width: 150px !important; }
</pre></body></html>