html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:15px;font:inherit;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
body{
	/*background-color: #e7e7e8;*/
	background-color: #ffffff;
}
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-rt a {background: #fff;	border-bottom: 1px solid #eee;	display: block;	color: #434343;	font-size: 15px;}
.float-lt{
	float: left;
	display: block;
}/* float left */
.clear{clear:both;}/* clear float */
body, input, textarea, select, button, table {
	font-family:"나눔고딕",NanumGothic,"맑은고딕","Malgun Gothic","돋움",Dotum,Helvetica,sans-serif;
}
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{
	display: block;
}/* vertical menu */
nav.horizontal ul li{
	display: block;
	list-style-type: none;
}/* horizontal menu */
img{max-width:100%;}
/*img[width],img[height]{width:auto;height:auto;} wordpress hack to reset the attributes (while making responsive) */
article{
	font-size:14px;
	color:#565656;
}
article,
article .underline3{
	padding: 10px;
	margin-bottom: 0;
}
a{ /*color:#38A4D8;*/ color:#000;}
a:hover{ color:#2489b9;}
/* headings */
h1, h2, h3, h4, h5, h6{
	line-height: 20px;
}
h1,h2{line-height:24px;}
h1{
	font-size: 18px;
	margin: 0 0 .2em 0;
}
h2{
	font-size: 16px;
	margin: 0 0 .3em 0;
	color: #434343;
}
h3{
	font-size: 15px;
	margin: 0 0 .4em 0;
	color: #777;
	font-weight: normal;
}
.vertical-top ul li {
	display: block;
	list-style-type: none;
	font-size: 15px;
	line-height: 24px;
}

h4{
	font-size: 14px;
	font-weight: normal;
	color: #777;
}
h5, h6{
	font-size: 12px;
	font-weight: normal;
}
/* paragraph */
p{
	line-height:26px;
	margin:0 0 16px 0;
}
/* TextFormatting */
strong, b {
	font-weight: bold;
	text-align: justify;
}
i, cite, em, var, address, dfn {
	font-style: italic;
}
small {
	font-size: smaller;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
sub, sup{
	font-size: smaller;
}

q{
	display:inline;
}
q:before {
content: open-quote;
}
q:after {
content: close-quote;
}
address{
	line-height: 22px;
	margin:0 0 16px 0;
}
abbr[title]{
	border-bottom:1px dotted #565656;
}
/* blcokquote */
blockquote{
	margin:16px 0 16px 40px;
}
/* HTMl lists */
ul,ol,dl{
	display: block;
}
ul{
	list-style-type: disc;
}
ul, li{
	list-style:none;
	display:block;
}
ol{
	list-style-type: decimal;
}
dt, dd{
	display: block;
	margin:0 0 0.5em 0;
}
dt{
	font-weight: bold;
}
dd {
	margin-left: 2em;
}
form label{
	font-size:12px;
	margin-bottom: 0.4em;
}
form input[type=text],
form input[type=password]{
	width:180px;

}
form input[type=text],
form input[type=password],textarea{
	border:1px solid #ddd;
}
form input[type=text],
form input[type=password],textarea{
	-webkit-appearance:none;
	-moz-appearance:none;
}
form input[type="radio"]{
	position:relative;
	top:1px;
}
form div{
	margin:0 0 0.8em 0;
}
form textarea{
	width:180px;
	height:80px;
}
.label-top label{
	display:block;
}
label.inline{
	display:inline-block;
}
form label span.red{
	color:#ff0000;
}
form input[type=submit]{
	border:none;
	margin:0;
	cursor: pointer;
}
form input[type=text],
form input[type=password],
form textarea{
	padding:5px;
	-webkit-border-radius:.3em;
	   -moz-border-radius:.3em;
			border-radius:.3em;
}
.c1{
	color: #5993de;
}
.td1 {
	text-align: justify;
}

.c2{color:#777777;}
.c3{color:#5e6d81; font-size:16px; font-weight:bold;}
/* -- header -- */
header{
	background: #fff;
	border-bottom: solid 1px #d5d5d6;
	padding: 0px;
	position: fixed;
	top: 0;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.logo{
	width: 184px;
	float: left;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.logo a,
.logo img{
	display:block;
	text-align:center;
}

.top_menu{
	background-color: #fff;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5d5d6;
	position:absolute;
	z-index:99;
	top:92px;
	right:0px;
	left:0px;
}
.top_login p {
	display: inline-block;
}

.top_login{
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #fff;
	text-align: center;
	padding: 10px;
}

.banner {
	padding: 4px;
	border: 1px solid #d5d5d6;
	background-color: #fff;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.content {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #d5d5d6;
	background-color: #fff;
}

.content2 {
	border: 1px solid #d5d5d6;
	background-color: #fff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	height: 100%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.content3 {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #fff;
}

.vertical_menu {
	background-color: #f5f5f5;
	padding-right: 10px;
	padding-bottom: 26px;
	padding-left: 10px;
	border: 2px solid #f5f5f5;
}

.vertical_menu2 {
	background-color: #fff;
	background-color: #fff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #5993de;
}

.vertical_menu3 {
	border-top: 2px solid #e7e7e8;
	background-color: #fff;
	background-color: #fff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #5993de;
}

.vertical_menu4 {
	background-color: #fff;
	background-color: #fff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #5993de;
}

.menu_title{
	font-size: 14px;
	float: left;
	display: block;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	background-color: #F5F5F5;
	padding-top: 4px;
	margin-bottom: 0px;
	text-align: center;
	vertical-align: text-bottom;
}
.menu_title2{
	font-size: 14px;
	float: left;
	display: block;
	height: 26px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	color:#666;
}

.content2 img {
	margin-bottom: 15px;
	margin-top:15px;
}
.hf1 {
	font-size:15px;
	color:#434242;
	margin-top:20px;
	margin-bottom:15px;
	display:block;
}

.hf2 {
	font-size: 15px;
	color: #5993de;
	margin-top: 15px;
	margin-bottom: 10px;
}

footer{
	border-top: 1px solid #eee;
	background: #353840;
	color: #9e9e9e;
	height: 70px;
	padding: 10px;
}
footer p{
	font-size: 12px;
	margin: 0;
	text-align: center;
}
.txtlst_l{border-top:1px solid #e4e5e7}
.txtlst_a{display:block;overflow:hidden;padding:0.600em 12px;position:relative;color:#000;letter-spacing:-1px;white-space:nowrap;text-overflow:ellipsis}
.copy{
	padding:10px;
}
.copy a{
	color:#c52525;
}
/* -- menu -- */
.menu_icon{
	width: 35px;
	float: right;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.login_icon{
	width: 35px;
	float: right;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.next_icon{
	width: 20px;
	height:20px;
	float:right;
	background-image:url(../company/images/next.png);
	background-repeat:no-repeat;
	background-position:center;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: inline-block;
	border: solid 1px #d5d5d6;
	padding:2px;
	margin-top:-4px;
}
.menu a{
	background: #fff;

	display: block;

	color: #434343;
	font-size: 15px;
}

.menu a:hover{
	background:#fff;
}
header {
	position:relative;
}
header .menu{
	border-top:1px solid #eee;
}
header .menu a{
	padding:15px 15px 15px 25px;
}
header .menu li:last-child a{
	border-bottom:none;
}
/* Date */
.date{
	font-size:10px;
}
.date span,
form input[type=submit]{
	display:inline-block;
	padding:3px 5px;
	background:#78c1e5;
	color:#fff;
	-webkit-border-radius:.3em;
	-moz-border-radius:.3em;
	border-radius:.3em;
	margin:0 10px 0 0;
}
.underline1 li {
	float: left;
	list-style-type: none;
}

.post-content ul  li{
	vertical-align: bottom;
	font-size: 16px;
	height: 100%;
	display: block;
	list-style: none;
	text-align: left;
	margin-bottom: 5px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

/* post content and preview styling */
.post-preview{
	float: left;
	width: 110px;
	text-align: center;
	margin: 15px;
}


.post-preview a,
.post-preview img{
	display: block
}
.post-preview img{
	padding: 0px;
	border: 1px solid #eee;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.post-content{
	vertical-align: text-bottom;
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
	height: 100%;
	float: left;
	width:120px;
}

/* Add 5px bottom padding and a underline */

.underline{
	padding-bottom: 5px;
	margin: 0 0 20px 0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #5993de;
	float: left;
	width: 100%;
	border-top: 1px solid #d5d5d6;
	background-color: #fff;
}

.underline0{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #d5d5d6;
	height: 120px;
	background-color: #fff;
	overflow: hidden;
}

.underline1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #5078b2;
	height: 25px;
	padding-top: 8px;
	text-align: left;
	padding-left: 8px;
}

.underline2{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #d5d5d6;
	min-height: 120px;

	background-color: #fff;
	overflow: hidden;
}

.underline3{
	padding-bottom: 5px;
	margin: 0 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d6;
}

.underline4{
	margin-top: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #d5d5d6;
	height: 120px;
	background-color: #fff;
	overflow: hidden;
}

.underline5{
	margin-top: 10px;
	border: 1px solid #d5d5d6;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.underline5_2{
	margin-top: 10px;
	border: 1px solid #d5d5d6;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.underline5_2 ul li{
	display: block;
	float: left;
	margin-left: 20px;
	width: 80%;
}

.underline5 ul li{
	display: block;
	float: left;
	margin-left: 20px;
	width: 80%;
}

.underline6{
	height: 100%;
	background-color: #fff;
	overflow: hidden;
	margin: 10px;
}

.underline6_2{
	height: 25px;
	background-color: #fff;
	overflow: hidden;
	margin: 10px;
	border: 1px solid #d5d5d6;
	font-size:14px;
	padding-top:5px;
}

.underline7{
	padding-bottom: 8px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 16px;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	color: #333;
}

.underline8{
	padding-bottom: 5px;
	padding-top: 6px;
	font-size: 12px;
	margin: 0 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f5f5f5;
}

.post {
	text-align: center;
}
.li_bt {
	border: solid 1px #eee;
	text-align: center;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 20px;
}

.content3 {
	margin: 0;
	text-align: left;
	padding: 10px;
	height: auto;
}
/* pre */
pre, .pre-text{
	display: inline;
	white-space: pre;
	margin-left: 8px;
}
.div_list {
	padding-bottom: 8px;
	padding-left: 8px;
	font-size: 12px;
	color: #666;
	margin-bottom: 2px;
	border: 1px solid #eee;
	list-style: none;
	display: block;
	list-style-type: none;
	height: 100%;
	padding-top: 8px;
}
.div_list p {
	margin-top: 8px;
	margin-bottom: 2px;
	text-align: right;
	width: 200px;
	display: inline;
	margin-left: 140px;
}
.f_bt  {
	color: #c3c3c3;
	line-height: 25px;
	border: solid 1px #26292e;
	display: inline-block;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #3d4049;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-clip: border-box;
	background-origin: padding-box;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}

.f_bt2  {
	color: #444;
	line-height: 25px;
	border: solid 1px #d5d5d6;
	display: inline-block;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #fff;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-clip: border-box;
	background-origin: padding-box;
	margin-top: 10;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size:16px;
	height:20px;
}

.f_bt3  {
	color: #fff;

	line-height: 20px;
	display: inline-block;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #f27935;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-clip: border-box;
	background-origin: padding-box;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 18px;
	margin-left: 4px;

	padding-right: 90px;
	padding-bottom: 20px;
	padding-left: 90px;
	height: 28px;
	font-size: 16px;
}

.f_bt4  {
	color: #fff;
	line-height: 25px;
	display: inline-block;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #257bc3;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-clip: border-box;
	background-origin: padding-box;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	font-size:12px;
}


.f_bt5  {
	color: #3f5773;
	line-height: 25px;
	border: solid 1px #adbade;
	display: inline-block;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #fff;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-clip: border-box;
	background-origin: padding-box;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}

.f_bt6 {
	color: #fff;


	font-size: 11px;
	width: 60px;
	float: right;


}

.f_bt6 a{
	color: #fff;
}

.f_bt7 {
	color: #888;
	line-height: 25px;
	display: inline-block;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #fff;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-clip: border-box;
	background-origin: padding-box;
	padding-top: -2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-size: 11px;
	width: 60px;
	float: right;
	margin-right: 80px;
	margin-top: -40px;
	border: solid 1px #ddd;
}

.f_bt8 {
	color: #fff;
	line-height: 25px;
	display: block;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #257bc3;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-clip: border-box;
	background-origin: padding-box;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-size: 11px;
	width: 60px;
	float: right;
	margin-right: 10px;
	margin-top: -35px;
}

.f_bt9 {
	color: #888;
	line-height: 25px;
	display: inline-block;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #fff;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-clip: border-box;
	background-origin: padding-box;
	padding-top: -2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-size: 11px;
	width: 60px;
	float: right;
	margin-right: 80px;
	margin-top: -35px;
	border: solid 1px #ddd;
}
#apDiv1 {
	position: absolute;
	width: 124px;
	height: 15px;
	z-index: 100;
	right: 5px;
	margin-top: -40px;
	padding: 10px;
	text-align: left;
	border: 1px solid #CCC;
	background-color: #fff;
	font-size: 12px;
}
#apDiv1 a {
	font-family: "나눔고딕", "맑은 고딕", "돋움", AppleGothic, helvetica;
	font-size: 12px;
	color: #666;
	height: 20px;
	width: 50px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-clip: border-box;
	background-origin: padding-box;
	padding-top: -2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-align:center;
	border:0;
}
h1 a{display:inline-block;width:62px;height:33px;background-position:-67px 0;vertical-align:top}
h1 a+a{width:66px;background-position:-131px 0}
h1 a span{display:block;overflow:hidden;width:100%;height:100%;color:transparent}
h1+.naver{position:absolute;left:5px;top:6px;width:62px;height:33px;background-position:0 0;z-index:20}
h1+.naver span{display:block;overflow:hidden;width:100%;height:100%;color:transparent}

.h2_area{position:relative;border-top:1px solid #b2b2b2;border-bottom:1px solid #f5f5f5;text-shadow:0 1px rgba(255,255,255,1)}
.h2_area a{display:block;position:relative;color:#000}
.h2_area h2{padding:0 10px 1px;border-top:1px solid #fff;border-bottom:1px solid #9e9e9e;background:#e9e9e9;background:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#ddd));font-size:14px;line-height:30px;zoom:1}
.h2_area a h2{color:#000}
.h2_area h2 span{color:#3449aa}
.h2_area h2+span em{letter-spacing:0}
.h2_area h2+span{position:absolute;right:0;top:0;padding:1px 10px 0 0;font-size:11px;line-height:31px;letter-spacing:-1px;color:#888}
.h2_area a h2+span strong{margin-right:2px;font-size:12px;letter-spacing:0;color:#32a800}
.h3_area{border-bottom:1px solid #c8c8c8}
.h3_area h3{padding:0 10px;font-size:13px;line-height:35px;letter-spacing:-1px}
.h3_area h3 span{color:#3449aa}
.box1{border-bottom:1px solid #c5c5c5;background:#fff}
.box2{border-bottom:1px solid #c5c5c5;background:#f5f5f5}
.box3{border:0;background:#fff}
.box1+.box1{margin-top:-1px}
.box1+.box2{margin-top:-1px}
.box1+.box3{margin-top:-1px}
.box2+.box3{margin-top:-1px}
.box3+.box3{margin-top:-1px}



.rank_no{display:inline-block;overflow:hidden;width:12px;height:11px;margin:-2px 4px 2px 0;border:1px solid #3ea813;background:#4aba18;font-weight:bold;font-size:10px;line-height:11px;color:#fff;text-align:center;vertical-align:middle}

li:nth-child(n+10) .rank_no{width:11px;padding-right:1px;letter-spacing:-1px}
li:nth-child(n+20) .rank_no{width:12px;padding-right:0;letter-spacing:0}
.highlight1 li:nth-child(n+2) .rank_no{border-color:#afafaf;background:#b3b3b3}
.highlight3 li:nth-child(n+4) .rank_no{border-color:#afafaf;background:#b3b3b3}

.box1+.ad_area{margin-top:-2px}
.box3+.ad_btm{margin:20px 0 -10px}

.box1+#adw_da{margin-top:-1px}


.size9 ~ .frame{width:100%;height:100%}
.size9 ~ .mov{width:25px;height:25px;background-position:-23px -174px}
.size10 ~ .frame{width:100%;height:100%}
.size10+.mov{width:25px;height:25px;background-position:-24px -173px}


.count_num .view_icon,.count_num .reply_icon{display:inline-block;width:66px;overflow:hidden;margin-right:2px;line-height:500px;background:url(http://cyber.cmails.co.kr/m/lecture/images/play_bt_off.gif) no-repeat}
.count_num .view_icon{height:8px;background-position:0 -30px}
.count_num .reply_icon{height:20px;}
@media screen and (-webkit-min-device-pixel-ratio:1.5){.count_num .view_icon,.count_num .reply_icon{background-image:url(http://static.news.naver.net/image/news/m/2013/06/sp_ranking_20.png);-webkit-background-size:14px 60px;background-size:14px 60px}
.p_section a:before{background-image:url(http://static.news.naver.net/image/news/m/2013/06/sp_p_section_20.png);-webkit-background-size:27px 146px;background-size:27px 146px}
}
.more{position:relative;margin-top:-1px;border-top:1px solid #b2b2b2;border-bottom:1px solid #9e9e9e}
.more a{display:block;position:relative}
.more a div{padding-bottom:1px;border-top:1px solid #fff;background:#e9e9e9;background:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#ddd));font-weight:bold;font-size:15px;line-height:42px;letter-spacing:-1px;text-align:center;zoom:1}
.more a span{display:inline-block;width:21px;height:21px;margin:-2px 0 2px 2px;background:#999;vertical-align:middle}
.more a strong{letter-spacing:0}
ol.line5 li:nth-child(5n),ul.line5 li:nth-child(5n){border-bottom:1px solid #c5c5c5}
ul.line5 li:nth-child(5n) a{padding-bottom:9px}
ol.block li,ul.block li{border-bottom:1px solid #eaeaea}
.type_a a{display:block;padding:2px 14px;font-size:14px;line-height:15px}
.bfsize1 .type_a a{font-size:17px}
.bfsize2 .type_a a{font-size:19px}
.type_a.elip{padding-right:100px}
.type_a.elip a{display:inline-block;position:relative;max-width:100%;padding-right:5px}
.type_a.elip a>span:nth-child(1){display:inline-block;overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis}
.type_a.elip a .by{position:absolute;left:100%;top:10px}
.type_a.elip2 a span:nth-child(1){display:inline-block;overflow:hidden;max-width:100%;white-space:nowrap;text-overflow:ellipsis}
.type_a.elip2 a span:nth-child(1),.type_a.elip2 a span:nth-child(2){display:inline-block;overflow:hidden;white-space:nowrap}
.type_a.elip2 a>span:nth-child(1){text-overflow:ellipsis;max-width:100%;vertical-align:top}
