charset "utf-8";


/*************************************************
*					LAYOUT						*
*************************************************/

.wrap{width:100%;margin:0;padding:0;position:relative;}
.header_wrap{width:100%;height:50px;margin:0 auto;padding:0;position:fixed;top:0;display:block;z-index:1000;}
.mcontainer{width:100%;margin:0;padding:95px 0 0;position:relative;}
.lcontainer{width:100%;margin:50px 0 0;padding:0;position:relative;}
.locontainer{width:100%;margin:0;padding:0;position:relative;}






/************************************************
*		HEADER									*
************************************************/

/*** 메뉴 : MENU ***/
.header{width:100%;height:50px;margin:0 auto;background-color:rgb(255,255,255);position:relative;z-index:1000;}
.subh{border-bottom:1px solid rgb(232,232,232);}
/** 토글버튼 **/
.header .main .nav{
	width:20px;
	height:20px;
	margin:8px 0 0;
	background:url(../images/icon/icon-menu.png) no-repeat 0 0;
	background-size:20px;
	line-height:50px;
	display:block;
}
/** 뒤로가기 **/
.header .back{
	width:20px;
	height:50px;
	position:absolute;
	left:0;
	top:0;
	z-index:100;
}
.header .back a{
	width:100%;
	height:50px;
	background:url(../images/mypage/h_back.png) no-repeat 5px 50%;
	background-size:20px;
	line-height:50px;
	display:block;
}
/** 다음 **/
.header .next {
	width:60px;
	height:30px;
	margin:10px 10px 0 0;
	border:1px solid #fff;
	float:right;
	z-index:100;
}
.header .next a{
	width:100%;
	height:30px;
	padding:0 5px 0 10px;
	background:url(../images/nc_edit/nxt_w.png) no-repeat 85% 50%;
	background-size:7px;
	text-align:left;
	font-size:13px;
	font-weight:300;
	color:#fff;
	line-height:30px;
	display:block;
}
/** 로고 **/
.header .logo{
	width:100%;
	height:50px;
	margin:0;
	padding:0;
	text-align:center;
	font-size:20px;
	font-weight:500;
	color:#fff;
	line-height:50px;
	letter-spacing:-1px;
	position:absolute;
	left:0;
	top:0;
}
.header .logo img{width:auto;height:20px;}

/** 타이틀 **/
.header .htit{
	width:30px;
	height:50px;
	margin:0 10px;
	padding:0;
	text-align:center;
	font-size:20px;
	font-weight:500;
	color:#fff;
	line-height:50px;
	letter-spacing:-1px;
	position:absolute;
	left:0;
	top:0;
	z-index:100;
}
.header .htit span{margin:0 10px;font-weight:500;}
.header .htit img{width:auto;height:30px;margin:0 5px 0 0;}
.header .htit a{width:30px;height:30px;display:block;}
/** 서브 타이틀 **/
.header .hsit{
	height:50px;
	margin:0 10px;
	padding:0;
	text-align:left;
	font-size:18px;
	font-weight:800;
	color:rgb(34,34,34);
	line-height:50px;
	letter-spacing:-1px;
	position:absolute;
	left:0;
	top:0;
	z-index:100;
}
.header .hsit span{margin:0 10px;font-weight:500;}
.header .hsit img{width:auto;height:30px;margin:0 5px 0 0;}

/*** 좌측메뉴 ***/
.mn_wrap{width:280px;padding:0;position:absolute;right:0;top:0;z-index:100;}
.mn_wrap .mn_case{margin:0;padding:0;position:relative;right:0;top:0;}
.mn_wrap .mn_case .mc_top{
	width:280px;
	height:160px;
	background-color:rgb(255,255,255);
	position:fixed;
	top:0;
	z-index:1000;
}
.mn_wrap .mn_case .mc_tit{padding:0 10px;font-size:18px;line-height:50px;position:relative;}
.mn_wrap .mn_case .mc_tit .mt_img{
	height:50px;
	margin:0;
	line-height:50px;
	float:left;
}
.mn_wrap .mn_case .mc_tit .mt_img img{width:auto;height:18px;}
.mn_wrap .mn_case .mc_tit a,
.mn_wrap .mn_case .mc_tit a:hover,
.mn_wrap .mn_case .mc_tit a:active{color:#fff !important;}
.mn_wrap .mn_case .mc_tit .nclose{height:50px;line-height:50px;display:block;position:absolute;right:10px;top:-1px;}
.mn_wrap .mn_case .mc_tit .nclose img{width:15px;height:15px;}

.mn_wrap .mn_case .mc_log{padding:0 10px;font-size:14px;line-height:50px;position:relative;}
.mn_wrap .mn_case .mc_log b{font-size:16px;font-weight:800;}
.mn_wrap .mn_case .mc_log span{height:50px;text-align:right;position:absolute;right:10px;}
.mn_wrap .mn_case .mc_log img{width:auto;height:10px;margin:-2px 5px 0;}

.mn_wrap .mn_case .mc_search{
	padding:10px;
	position:relative;
}
.mn_wrap .mn_case .mc_search .ms_sear{
	height:40px;
	padding:0 10px;
	background-color:#f8f8f8;
	border-radius:4px;
	line-height:40px;
	position:relative;
}
.mn_wrap .mn_case .mc_search .ms_sear .sw_inp{width:90%;height:40px;text-align:left;line-height:40px;float:left;}
.mn_wrap .mn_case .mc_search .ms_sear .sw_inp input[type="text"]{height:40px;padding:0 5px;border:0 none;line-height:40px;}
.mn_wrap .mn_case .mc_search .ms_sear .sw_btn{width:10%;height:40px;text-align:center;line-height:40px;float:left;}
.mn_wrap .mn_case .mc_search .ms_sear .sw_btn input[type="button"]{
	height:40px;
	margin:0;
	box-shadow:none;
	background:url(../images/icon/ic-search.png) no-repeat center 50%;
	background-size:20px 20px;
	line-height:40px;
}



.nav_case{margin:160px 0 0;padding:0;position:relative;}
.nav_case .accordion:first-child{border-top:0 none !important;}
.nav_case .accordion {
	margin:0 10px;
	padding:13px 0;
	background:rgb(255,255,255);
	border-top:1px solid rgb(232,232,232);
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px;
	font-weight:700;
	color:rgb(34,34,34);
	position:relative;
}
.nav_case .accordion em{
	width:100%;
	background:url(../images/icon/sidemanu-ic-open.png) 98% center no-repeat;
	background-size:13px;
	display:block;
}
.nav_case .accordion-open {
	background:rgb(255,255,255);
	color:rgb(34,34,34);
}
.nav_case .accordion-open span {
	padding:10px 0;
	display:block;
	float:right;
}
.nav_case .accordion-open span {
	padding:10px;
	background:url(../images/icon/sidemanu-ic-close.png) center center no-repeat;
	background-size:13px;
}
.nav_case .accordion-close span {
	padding:10px;
	background:url(../images/icon/sidemanu-ic-open.png) center center no-repeat;
	background-size:13px;
	display:block;
	float:right;
}
.nav_case div.acontainer {
	margin:0;
	padding:0;
}
.nav_case div.acontent {
	margin:0 10px;
	padding:0;
	background:rgb(255,255,255);
	font-size:14px;
	color:rgb(34,34,34);
	position:relative;
}
.nav_case div.acontent ul{margin:0;padding:13px 10px 0;position:relative;}
.nav_case div.acontent li:first-child{width:100%;}
.nav_case div.acontent li{width:50%;padding:0 0 15px;display:block;float:left;}
.nav_case div.acontent li:first-child a{color:rgb(34,34,34);font-weight:800;}
.nav_case div.acontent li a{color:rgb(119,119,119);}

.nav_more{margin:0;padding:0;position:relative;}
.nav_more .nc_tit:first-child{border-top:1px solid rgb(232,232,232) !important;}
.nav_more .nc_tit{
	margin:0 10px;
	padding:13px 0;
	background:rgb(255,255,255);
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px;
	font-weight:700;
	color:rgb(34,34,34);
	position:relative;
}
.nav_more .nc_tit{
	background:#fff url(../images/icon/ic-next-g.png) 98% 50% no-repeat !important;
	background-size:6px 12px !important;
}
.nav_more .nc_tit a{width:100%;padding:0;display:block;}

.nav_link{
	margin:1px 10px 0;
	padding:10px 0 30px;
	border-top:1px solid rgb(232,232,232);
	background:#fff;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
}
.nav_link li{
	height:50px;
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:700;
	line-height:50px;
	position:relative;
}
.nav_link li img{width:32px;height:32px;margin-right:7px;}






/************************************************
*		SLIDER MENU								*
************************************************/

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content:" ";
	display:table;
}
.clearfix:after {
	clear:both;
}

.main > section {
	max-width:20px;
	width:90%;
	position:fixed;
	top:10px;
	right:10px;
	z-index:1000;
}
.main > section button {
	margin:0;
	padding:0 0 8px;
	opacity:1;
	color:#fff;
	display:block;
	cursor:pointer;
}
.main > section button:hover {
	opacity:1;
}
.main > section button.active {
	opacity:1;
}
.main > section button.disabled {
	opacity:1;
	pointer-events:none;
}

.bg_over{width:100%;height:100%;background-color:#000 !important;opacity:0.4 !important;position:fixed;left:0;top:0;z-index:10000;}


/* General styles for all menus */
.cbp-spmenu {
	background:#fff;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:scroll;
	position:fixed;
}
/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
	width:280px;
	height:100%;
	top:0;
	z-index:999999;
}
.cbp-spmenu-vertical a {
	padding:10px 0 0;
}
.cbp-spmenu-horizontal {
	width:100%;
	height:150px;
	left:0;
	z-index:1000;
	overflow:hidden;
}
.cbp-spmenu-horizontal h3 {
	height:100%;
	width:20%;
	float:left;
}
.cbp-spmenu-horizontal a {
	float:left;
	width:20%;
	padding:0.8em;
	border-left:1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
	left:-280px;
}
.cbp-spmenu-right {
	right:-280px;
}
.cbp-spmenu-left.cbp-spmenu-open {
	left:0;
}
.cbp-spmenu-right.cbp-spmenu-open {
	right:0;
}

/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
	top:-280px;
}
.cbp-spmenu-bottom {
	bottom:-280px;
}
.cbp-spmenu-top.cbp-spmenu-open {
	top:0;
}
.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom:0;
}

/* Push classes applied to the body */
.cbp-spmenu-push {
	overflow-x:hidden;
	position:absolute;
	left:0;
	z-index:0;
}
.cbp-spmenu-push-toright {
	left:280px;
}
.cbp-spmenu-push-toleft {
	left:-280px;
}

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

/* Example media queries */
@media screen and (max-width:55.1875em){
	.cbp-spmenu-horizontal {
		font-size:75%;
		height:210px;
	}
	.cbp-spmenu-top {
		top:-210px;
	}
	.cbp-spmenu-bottom {
		bottom:-210px;
	}
}

@media screen and (max-height:26.375em){
	.cbp-spmenu-vertical {
		font-size:90%;
		width:280px;
	}
	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left:-280px;
	}
	.cbp-spmenu-right {
		right:-280px;
	}
	.cbp-spmenu-push-toright {
		left:280px;
	}
}






/************************************************
*			AD AREA								*
************************************************/
.ad_m_wrap{width:100%;height:auto;position:relative;}
.ad_m_wrap a{width:100%;max-width:640px;min-height:70px;margin:0 auto;padding:0;background-color:rgb(232,232,232);display:block;}
.ad_m_wrap a img{width:100%;height:auto;}

.ad_s_wrap{width:100%;height:auto;margin:10px 0;position:relative;}
.ad_s_wrap a{width:100%;max-width:640px;min-height:70px;margin:0 auto;padding:0;background-color:rgb(232,232,232);display:block;}
.ad_s_wrap a img{width:100%;height:auto;}






/*************************************************
*					MAIN						*
*************************************************/

/***** MAIN NEWS *****/
.level1_wrap{margin:0;padding:0 0 20px;position:relative;}
.content .level1_wrap .l1_thum{margin:15px 15px 0;}
.scontent .level1_wrap .l1_thum{margin:0;}
.level1_wrap .l1_thum{margin:0;padding:0;text-align:left;position:relative;z-index:1;}
.level1_wrap .l1_thum .l1_table{width:100%;height:200px;background-color:rgb(232,232,232);position:relative;overflow:hidden;}
.level1_wrap .l1_thum .l1_cell{height:200px;text-align:center;line-height:200px;vertical-align:middle;}
.level1_wrap .l1_thum .l1_cell img{width:100%;}
.level1_wrap .l1_tit{height:50px;margin:15px;padding:0;font-size:18px;line-height:25px;position:relative;overflow:hidden;}
.level1_wrap .l1_ctit{margin:0;padding:0;background-color:rgb(248,248,248);position:relative;}
.level1_wrap .l1_ctit p{height:60px;margin:0 15px 10px;padding:10px 0 0;font-size:18px;line-height:25px;display:block;overflow:hidden;}
.level1_wrap .l1_txt{margin:0 15px;padding:0;position:relative;}
.level1_wrap .l1_txt li{
	height:45px;
	padding:0 0 0 17px;
	background:url(../images/icon/ic-relative.png) no-repeat left 40%;
	background-size:10px 10px;
	border-top:1px solid rgb(232,232,232);
	text-align:left;
	font-size:14px;
	line-height:45px;
	display:block;
}



.level2_wrap{margin:0;padding:30px 15px 15px;position:relative;}
.level2_wrap .l2_case{margin:0 0 0 -4%;padding:0;position:relative;}
.level2_wrap .l2_case li{width:46%;margin:0 0 10px 4%;padding:0;float:left;}
.level2_wrap .l2_case li .l2_thum{margin:0;padding:0;text-align:left;position:relative;z-index:1;}
.level2_wrap .l2_case li .l2_thum .l2_table{width:100%;height:110px;background-color:rgb(232,232,232);position:relative;overflow:hidden;}
.level2_wrap .l2_case li .l2_thum .l2_cell{height:110px;text-align:center;line-height:110px;vertical-align:middle;}
.level2_wrap .l2_case li .l2_thum .l2_cell img{width:100%;}
.level2_wrap .l2_case li .l2_tit{height:44px;margin:7px 0 0;padding:0;font-size:14px;line-height:20px;position:relative;overflow:hidden;}
.level2_wrap .l2_case li .l2_ctit{height:60px;margin:0;padding:0;background-color:rgb(248,248,248);position:relative;}
.level2_wrap .l2_case li .l2_ctit p{height:50px;margin:0 15px 10px;padding:10px 0 0;font-size:14px;line-height:20px;display:block;overflow:hidden;}


.level2_wrap .l2_list{margin:0;padding:0;position:relative;}
.level2_wrap .l2_list li{width:100%;margin:0 0 10px;padding:0;position:relative;}
.level2_wrap .l2_list li .l2_thum{width:30%;max-width:100px;margin:0;padding:0;text-align:left;position:relative;float:left;}
.level2_wrap .l2_list li .l2_thum .l2_table{width:100%;height:66px;background-color:rgb(232,232,232);position:relative;overflow:hidden;}
.level2_wrap .l2_list li .l2_thum .l2_cell{height:66px;text-align:center;line-height:66px;vertical-align:middle;}
.level2_wrap .l2_list li .l2_thum .l2_cell img{width:auto;height:100%;}
.level2_wrap .l2_list li .l2_thum .l2_play{width:20px;height:20px;position:absolute;right:5px;bottom:5px;z-index:1000;}
.level2_wrap .l2_list li .l2_thum .l2_play img{width:100%;height:100%;}
.level2_wrap .l2_list li .l2_thum .l2_over{width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;}
.level2_wrap .l2_list li .l2_tit{width:67%;height:40px;margin:13px 0;padding:0;text-align:left;font-size:14px;line-height:20px;float:right;display:block;overflow:hidden;}
.level2_wrap .l2_list li .l2_txt{width:67%;height:60px;margin:0;padding:0;font-size:14px;line-height:20px;float:right;display:block;overflow:hidden;}
.level2_wrap .l2_list li .l2_txt span{font-size:13px;color:rgb(184,121,47);display:block;}

.level2_wrap .l2_pagin{
	width:200px;
	height:45px;
	margin:15px auto;
	padding:0;
	border:1px solid #e0e0e0;
	border-radius:45px;
	text-align:center;
	font-size:16px;
	font-weight:700;
	line-height:45px;
	position:relative;
}
.level2_wrap .l2_pagin img{width:auto;height:15px;margin:0 5px;}
.level2_wrap .l2_pagin a{color:#ccc;}
.level2_wrap .l2_pagin b{color:#333;}

.level2_wrap .l2_link{
	height:50px;
	border-top:1px solid rgb(232,232,232);
	text-align:center;
	font-size:14px;
	font-style:700;
	line-height:50px;
	position:relative;
}
.level2_wrap .l2_link a{color:rgb(85,85,85);}
.level2_wrap .l2_link img{width:auto;height:12px;margin:-2px 5px 0;}



.level3_wrap{margin:0;padding:35px 15px 15px;position:relative;}
.level3_wrap ul{margin:0;padding:0;position:relative;}
.level3_wrap li{
	padding:0 0 0 10px;
	background:url(../images/icon/dot_1.png) no-repeat left 50%;
	font-size:15px;
	color:rgb(34,34,34);
	line-height:30px;
	position:relative;
}



.level4_wrap{margin:0;padding:20px 15px 10px;position:relative;}
.level4_wrap .l4_vod{margin:0 0 20px;padding:0;position:relative;}
.level4_wrap .l4_vod .l4_thum{margin:0;padding:0;text-align:left;position:relative;z-index:1;}
.level4_wrap .l4_vod .l4_thum .l4_table{width:100%;height:195px;background-color:rgb(232,232,232);position:relative;overflow:hidden;}
.level4_wrap .l4_vod .l4_thum .l4_cell{height:195px;text-align:center;line-height:195px;vertical-align:middle;}
.level4_wrap .l4_vod .l4_thum .l4_cell img{width:100%;}
.level4_wrap .l4_vod .l4_tit{height:50px;margin:10px 0 20px;padding:0;text-align:left;font-size:18px;line-height:25px;float:right;display:block;overflow:hidden;}
.level4_wrap .l4_box{height:210px;margin:0 0 10px;padding:0;position:relative;overflow:hidden;}
.level4_wrap .l4_box .l4_bleft{width:67%;margin:0 3% 0 0;position:relative;float:left;}
.level4_wrap .l4_box .l4_bright{width:30%;margin:0;position:relative;float:left;}
.level4_wrap .l4_box .l4_bthum{margin:0;padding:0;text-align:left;position:relative;}
.level4_wrap .l4_box .l4_bthum .l4_btable{width:100%;height:160px;background-color:rgb(232,232,232);position:relative;overflow:hidden;}
.level4_wrap .l4_box .l4_bthum .l4_bcell{height:160px;text-align:center;line-height:160px;vertical-align:middle;}
.level4_wrap .l4_box .l4_bthum .l4_bcell img{height:100%;}
.level4_wrap .l4_box .l4_sthum{margin:0;padding:0;text-align:left;position:relative;}
.level4_wrap .l4_box .l4_sthum .l4_stable{width:100%;height:60px;background-color:rgb(232,232,232);position:relative;overflow:hidden;}
.level4_wrap .l4_box .l4_sthum .l4_scell{height:60px;text-align:center;line-height:60px;vertical-align:middle;}
.level4_wrap .l4_box .l4_sthum .l4_scell img{width:100%;}
.level4_wrap .l4_box .l4_tit{height:50px;margin:0 0 10px;padding:7px 10px;background-color:rgb(248,248,248);text-align:left;font-size:14px;line-height:18px;position:relative;overflow:hidden;}
.level4_wrap .l4_box .l4_ctit{height:40px;margin:0 0 10px;padding:6px 10px;background-color:rgb(248,248,248);text-align:left;font-size:12px;line-height:16px;position:relative;overflow:hidden;}
.level4_wrap .l4_case{margin:0 0 0 -4%;padding:0;position:relative;}
.level4_wrap .l4_case li{width:46%;margin:0 0 5px 4%;padding:0;float:left;}
.level4_wrap .l4_case li .l4_thum{margin:0;padding:0;text-align:left;position:relative;z-index:1;}
.level4_wrap .l4_case li .l4_thum .l4_table{width:100%;height:90px;background-color:rgb(232,232,232);position:relative;overflow:hidden;}
.level4_wrap .l4_case li .l4_thum .l4_cell{height:90px;text-align:center;line-height:90px;vertical-align:middle;}
.level4_wrap .l4_case li .l4_thum .l4_cell img{width:100%;}
.level4_wrap .l4_case li .l4_thum .l4_btable{width:100%;height:110px;background-color:rgb(232,232,232);position:relative;overflow:hidden;}
.level4_wrap .l4_case li .l4_thum .l4_bcell{height:110px;text-align:center;line-height:110px;vertical-align:middle;}
.level4_wrap .l4_case li .l4_thum .l4_bcell img{width:100%;}
.level4_wrap .l4_case li .l4_thum .l4_play{width:20px;height:20px;position:absolute;right:5px;bottom:5px;z-index:1000;}
.level4_wrap .l4_case li .l4_thum .l4_play img{width:100%;height:100%;}
.level4_wrap .l4_case li .l4_thum .l4_over{width:100%;height:100%;position:absolute;left:0;top:0;}
.level4_wrap .l4_case li .l4_tit{height:44px;margin:7px 0 10px;padding:0;text-align:left;font-size:14px;line-height:20px;position:relative;overflow:hidden;}
.level4_wrap .l4_case li .l4_ctit{height:50px;margin:0 0 10px;padding:7px 10px;background-color:rgb(248,248,248);text-align:left;font-size:14px;line-height:20px;position:relative;overflow:hidden;}

.level4_wrap .l4_pagin{
	width:100%;
	height:45px;
	margin:15px auto;
	padding:0;
	border:1px solid #e0e0e0;
	text-align:center;
	font-size:16px;
	font-weight:700;
	color:rgb(34,34,34);
	line-height:45px;
	position:relative;
}
.level4_wrap .l4_pagin img{width:auto;height:10px;margin:-1px 5px 0 5px;}
.level4_wrap .l4_pagin b{color:rgb(174,174,174);}

.level4_wrap .l4_link{
	height:50px;
	border-top:1px solid rgb(232,232,232);
	text-align:center;
	font-size:16px;
	font-style:500;
	line-height:50px;
	position:relative;
}
.level4_wrap .l4_link img{width:auto;height:10px;margin:-2px 5px 0;}
.level4_wrap .l4_link a{color:rgb(85,85,85);}



.level5_wrap{margin:0;padding:25px 15px 5px;position:relative;}
.level5_wrap .l5_case{margin:10px 0 0;padding:0;position:relative;}
.level5_wrap .l5_case li{width:100%;margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid rgb(232,232,232);position:relative;}
.level5_wrap .l5_case li b{width:10%;font-size:26px;text-align:left;font-style:italic;font-weight:700;line-height:60px;float:left;}
.level5_wrap .l5_case li p{
	width:70%;
	height:50px;
	margin:5px 0;
	padding:0;
	text-align:left;
	font-size:16px;
	color:rgb(34,34,34);
	line-height:25px;
	position:relative;
	overflow:hidden;
	float:left;
}
.level5_wrap .l5_case li span{width:20%;float:right;}
.level5_wrap .l5_case li span .l5_thum{width:100%;max-width:60px;margin:0;padding:0;text-align:right;position:relative;float:right;}
.level5_wrap .l5_case li span .l5_thum .l5_table{width:100%;height:60px;background-color:rgb(232,232,232);position:relative;overflow:hidden;}
.level5_wrap .l5_case li span .l5_thum .l5_cell{height:60px;text-align:center;line-height:60px;vertical-align:middle;}
.level5_wrap .l5_case li span .l5_thum .l5_cell img{width:auto;height:100%;}

.level5_wrap .l5_case li .l5_lthum{width:17%;max-width:60px;margin:0 0 0 15px;padding:0;text-align:left;position:relative;float:right;}
.level5_wrap .l5_case li .l5_lthum .l5_ltable{width:100%;height:60px;background-color:rgb(232,232,232);position:relative;overflow:hidden;}
.level5_wrap .l5_case li .l5_lthum .l5_lcell{height:60px;text-align:center;line-height:60px;vertical-align:middle;}
.level5_wrap .l5_case li .l5_lthum .l5_lcell img{width:auto;height:100%;}
.level5_wrap .l5_case li .l5_tit{height:50px;margin:0;padding:5px 0;font-size:16px;line-height:25px;display:block;overflow:hidden;}
.level5_wrap .l5_case li .l5_tit a{color:rgb(34,34,34);}

.level5_wrap .l5_link{
	height:50px;
	border-top:1px solid #ccc;
	text-align:center;
	font-size:16px;
	font-style:500;
	color:#999;
	line-height:50px;
	position:relative;
}
.level5_wrap .l5_link img{width:auto;height:10px;}



.level6_wrap{margin:0;padding:25px 15px 5px;position:relative;}
.level6_wrap .l6_case{margin:0 0 20px;padding:0;position:relative;}
.level6_wrap .l6_case .l6_thum{margin:0;padding:0;text-align:left;position:relative;z-index:1;}
.level6_wrap .l6_case .l6_thum .l6_table{width:100%;height:170px;background-color:rgb(232,232,232);position:relative;overflow:hidden;}
.level6_wrap .l6_case .l6_thum .l6_cell{height:170px;text-align:center;line-height:170px;vertical-align:middle;}
.level6_wrap .l6_case .l6_thum .l6_cell img{width:100%;height:auto;}
.level6_wrap .l6_case .l6_text{height:64px;margin:0;padding:10px;background-color:rgb(248,248,248);position:relative;}
.level6_wrap .l6_case .l6_text .l6_tit{height:44px;margin:0;padding:0;text-align:left;font-size:16px;line-height:22px;overflow:hidden;}
.level6_wrap .l6_case .l6_text .l6_tit a{color:rgb(34,34,34);}
.level6_wrap .l6_case .l6_text .l6_btit{height:44px;margin:0;padding:0;text-align:left;font-size:16px;line-height:22px;overflow:hidden;}
.level6_wrap .l6_case .l6_text .l6_btit a{color:rgb(255,255,255);}
.level6_wrap .swiper-slide{text-align:left !important;}
.level6_wrap .swiper-slide .l6_more{
	width:100%;
	padding:95px 0;
	text-align:left;
	font-size:14px;
	line-height:22px;
}
.level6_wrap .swiper-slide .l6_more .bt{color:rgb(255,255,255) !important;}
.level6_wrap .l6_more img,
.level6_wrap .swiper-slide .l6_more .bt img{width:17px;height:10px;margin:0 10px;}



.level7_wrap{margin:0;padding:10px 0 25px;position:relative;}
.level7_wrap .l7_case{margin:-45px 0 0 -4%;padding:0 15px;position:relative;}
.level7_wrap .l7_case li{width:46%;margin:0 0 5px 4%;padding:0;float:left;}
.level7_wrap .l7_case li .l7_thum{margin:0;padding:0;text-align:left;position:relative;z-index:1;}
.level7_wrap .l7_case li .l7_thum .l7_table{width:100%;height:110px;background-color:rgb(232,232,232);position:relative;overflow:hidden;}
.level7_wrap .l7_case li .l7_thum .l7_cell{height:110px;text-align:center;line-height:110px;vertical-align:middle;}
.level7_wrap .l7_case li .l7_thum .l7_cell img{width:100%;}
.level7_wrap .l7_case li .l7_tit{height:44px;margin:7px 0 10px;padding:0;font-size:14px;line-height:20px;position:relative;overflow:hidden;}



.level8_wrap{margin:0;padding:0 0 25px;position:relative;}
.level8_wrap .l8_tab{
	height:50px;
	border-bottom:1px solid rgb(232,232,232);
	position:relative;
}
.level8_wrap .l8_tab a:first-child{border:0 none;}
.level8_wrap .l8_tab a{
	height:30px;
	margin:10px 0;
	padding:0 10px;
	border-left:1px solid rgb(228,228,228);
	text-align:center;
	font-size:16px;
	font-weight:700;
	color:#999;
	line-height:30px;
	display:block;
	float:left;
}
.level8_wrap .l8_tab a.on,
.level8_wrap .l8_tab a:hover{color:rgb(34,34,34);}
.level8_wrap .l8_list{margin:15px 15px 0;padding:0;position:relative;}
.level8_wrap .l8_list li{width:100%;margin:0 0 10px;padding:0;border-bottom:1px solid rgb(232,232,232);position:relative;}
.level8_wrap .l8_list li .l8_thum{width:25%;max-width:100px;margin:0 15px 15px 0;padding:0;text-align:left;position:relative;float:left;}
.level8_wrap .l8_list li .l8_thum .l2_table{width:100%;height:86px;background-color:rgb(232,232,232);position:relative;overflow:hidden;}
.level8_wrap .l8_list li .l8_thum .l2_cell{height:86px;text-align:center;line-height:86px;vertical-align:middle;}
.level8_wrap .l8_list li .l8_thum .l2_cell img{width:100%;}
.level8_wrap .l8_list li .l8_tit{margin:0 0 12px;padding:0;font-size:14px;line-height:20px;display:block;}
.level8_wrap .l8_list li .l8_tit a{color:rgb(34,34,34);}

.level8_wrap .l8_link{
	height:50px;
	text-align:center;
	font-size:14px;
	font-style:700;
	line-height:50px;
	position:relative;
}
.level8_wrap .l8_link a{color:rgb(85,85,85);}
.level8_wrap .l8_link img{width:auto;height:12px;margin:-4px 5px 0;}



.lev_pagin{
	width:100%;
	height:45px;
	margin:15px auto;
	padding:0;
	border:1px solid #e0e0e0;
	text-align:center;
	font-size:16px;
	font-weight:700;
	color:rgb(34,34,34);
	line-height:45px;
	position:relative;
}
.lev_pagin img{width:auto;height:10px;margin:-1px 5px 0 5px;}
.lev_pagin b{color:rgb(174,174,174);}




/***** REAL NEWS *****/
.real_wrap{
	width:100%;
	height:40px;
	background:rgb(250,250,250);
	position:relative;
	z-index:100;
}
.real_wrap .real_case{width:96%;height:40px;margin:0 auto;font-size:12px;line-height:40px;position:relative;display:block;}
.real_wrap .real_case .ttl{
	width:12%;
	height:40px;
	margin:0 2%;
	padding:10px 0 0;
	text-align:center;
	color:rgb(255,255,255);
	line-height:25px;
	float:left;
}
.real_wrap .real_case .ttl .tb{height:22px;background-color:rgb(193,36,36);border-radius:22px;font-size:12px;line-height:22px;display:block;}
.real_wrap .real_case .ttl .tn{height:22px;border:1px solid rgb(193,36,36);border-radius:22px;font-size:12px;color:rgb(193,36,36);line-height:22px;display:block;}
.real_wrap .real_case .txt{width:84%;height:40px;text-align:left;line-height:40px;float:left;color:#333;}

/* Navbar */
.newslider-minimal1,
.newslider-minimal2{width:100%;height:40px;display:block;}
.newslider-minimal1 .sliderkit-panels,
.newslider-minimal2 .sliderkit-panels{width:100%;height:40px;line-height:40px;position:relative;float:left;}
.newslider-minimal1 .sliderkit-panel,
.newslider-minimal2 .sliderkit-panel{width:97%;height:40px;line-height:40px;}
.newslider-minimal1 .sliderkit-panel a,
.newslider-minimal2 .sliderkit-panel a{width:100%;height:40px;font-size:14px;color:#333;line-height:40px;display:block;}




/***** TAB NAV *****/
.tab_content{margin:0;padding:0;position:relative;}
.tab_tit{
	width:20%;
	height:45px;
	text-align:center;
	font-size:14px;
	font-weight:700;
	line-height:45px;
	background-color:rgb(238,238,238);
	position:absolute;
	left:0;
	top:0;
	display:block;
	overflow:hidden;
}

.tab_case{width:100%;height:45px;position:fixed;right:0;top:50px;z-index:1000;}
.tab_scase{width:100%;height:45px;position:relative;z-index:100;}

.tab_nav{
	width:100%;
	height:45px;
	background:#fff;
	overflow-x:hidden;
	position:absolute;
	left:0;
	top:0;
}
.tab_snav{
	width:80%;
	height:45px;
	background:#fff;
	overflow-x:hidden;
	position:absolute;
	left:20%;
	top:0;
}
.tab_snav .swiper-wrapper{margin:0 7% 0 0 !important;}

.tab_nav .swiper-slide,
.tab_snav .swiper-slide{text-align:center;}
.tab_nav .swiper-slide{
	font-size:14px;
	font-weight:700;
	color:rgb(34,34,34);
	line-height:45px;
	letter-spacing:-1px;
}
.tab_snav .swiper-slide{
	font-size:12px;
	font-weight:700;
	color:rgb(34,34,34);
	line-height:45px;
	letter-spacing:-1px;
}

.tab_nav .active-nav,
.tab_snav .active-nav{
	color:rgb(184,28,34);
}

.tab_nav .active-nav span,
.tab_snav .active-nav span{padding-bottom:5px;border-bottom:1px solid rgb(184,28,34);}


/***** TAB CONTENT *****/
.swiper-container{padding-top:40px;}
.swiper-container2{padding:0;}

.swiper-button-next,
.swiper-button-prev{width:25px !important;height:45px !important;margin-top:-23px !important;}

.prev0{background:#fff url(../images/icon/btn-prev-menu.png) no-repeat center 50% !important;background-size:9px 17px !important;}
.next0{background:#fff url(../images/icon/btn-next-menu.png) no-repeat center 50% !important;background-size:9px 17px !important;}

.content{background:#fff;vertical-align:top;}
.scontent{background:#fff;vertical-align:top;}






/*************************************************
*						SUB						*
*************************************************/

.view_wrap{margin:0;padding:30px 15px;position:relative;}
.view_wrap .vw_tit{
	margin:0 0 20px;
	padding:0;
	text-align:left;
	font-size:24px;
	font-weight:700;
	color:rgb(34,34,34);
	line-height:30px;
	position:relative;
}
.view_wrap .vw_info{
	margin:0 0 30px;
	padding:0;
	position:relative;
}
.view_wrap .vw_info .vi_date{
	height:26px;
	text-align:left;
	font-size:12px;
	color:rgb(153,153,153);
	line-height:26px;
}
.view_wrap .vw_info .vi_remot{
	height:26px;
	position:absolute;
	right:0;
	top:0;
}
.view_wrap .vw_info .vi_remot .vr_icon{width:auto;height:22px;margin-right:15px;vertical-align:top;}
.view_wrap .vw_info .vi_remot .vr_share{
	width: 340px;
	margin:0;
	padding:20px;
	background-color:#fff;
    border: 1px solid #070915;
	position:absolute;
	right:0;
	top:40px;
	z-index:10000;
}
.view_wrap .vw_info .vi_remot .vr_share .vr_tit{
	margin:0 0 10px;
	text-align:left;
	font-size:18px;
	font-weight:600;
	line-height:30px;
	position:relative;
}
.view_wrap .vw_info .vi_remot .vr_share .vr_tit span{
	height:30px;
	text-align:right;
	font-size:24px;
	font-weight:600;
	position:absolute;
	right:8px;
	top:0;
}
.view_wrap .vw_info .vi_remot .vr_share .vr_tit,
.view_wrap .vw_info .vi_remot .vr_share .vr_tit span a{background:none;color:#000;}
.view_wrap .vw_info .vi_remot .vr_share ul{margin:0;padding:0;position:relative;}
.view_wrap .vw_info .vi_remot .vr_share li{
	width:25%;
	height:75px;
	margin:0 0 15px;
	text-align:center;
	font-size:12px;
	float:left;
}
.view_wrap .vw_info .vi_remot .vr_share li span{display:block;}
.view_wrap .vw_info .vi_remot .vr_share li img{width:45px;}
.view_wrap .vw_info .vi_remot .vr_share li a{width:100%;background:none;text-align:center;}
.view_wrap .vw_info .vi_remot .vr_share .vr_url{
	width:100%;
	margin:0;
	border:1px solid #ddd;
	position:relative;
}
.view_wrap .vw_info .vi_remot .vr_share .vr_url input[type="text"]{
	width:68%;
	height:38px;
	margin:0;
	padding:0 2%;
	background-color:#f5f5f5;
	border:0 none;
	float:left;
}
.view_wrap .vw_info .vi_remot .vr_share .vr_url .vu_btn{
	width:30%;
	height:38px;
	margin:0;
	padding:0;
	background-color:rgb(255,255,255);
	border-left:1px solid #ddd;
	text-align:center;
	line-height:38px;
	display:block;
	float:left;
}

.view_wrap .vw_info .vi_remot .vr_tsize{
	width:52px;
	height:26px;
	margin:0;
	padding:0;
	display:inline-block;
}
.view_wrap .vw_info .vi_remot .vr_tsize a:first-child{border-right:0 none;}
.view_wrap .vw_info .vi_remot .vr_tsize .vt_l{
	width:26px;
	height:26px;
	background:url(../images/icon/btn-font.png) no-repeat center 50%;
	background-size:10px 10px;
	border:1px solid rgb(215,215,215);
	border-radius:4px 0 0 4px;
	display:block;
	float:left;
}
.view_wrap .vw_info .vi_remot .vr_tsize .vt_r{
	width:26px;
	height:26px;
	background:url(../images/icon/btn-font-2.png) no-repeat center 50%;
	background-size:10px 10px;
	border:1px solid rgb(215,215,215);
	border-radius:0 4px 4px 0;
	display:block;
	float:left;
}

.view_wrap .vw_stit{
	margin:0 0 30px;
	padding:0 0 0 15px;
	border-left:2px solid rgb(34,34,34);
	text-align:left;
	font-size:16px;
	font-weight:700;
	color:rgb(34,34,34);
	line-height:22px;
	position:relative;
}

.view_wrap .vw_case{margin:0;padding:0;position:relative;}
.view_wrap .vw_case .vc_img{width:100%;max-width:500px;margin:0 auto 10px;padding:0;position:relative;}
.view_wrap .vw_case .vc_txt{margin:0 0 20px;text-align:left;font-size:16px;color:rgb(34,34,34);}
.view_wrap .vw_case .vc_txt b{font-size:18px;font-weight:800;line-height:25px;}
.view_wrap .vw_case .vc_stxt{margin:0 0 20px;text-align:left;font-size:13px;color:rgb(119,119,119);}



.vw_comment{margin:0;padding:0 15px 30px;position:relative;}
.vw_comment .vc_icon{height:35px;margin:0 0 15px;padding:0;position:relative;}
.vw_comment .vc_icon img{width:auto;height:35px;}
.vw_comment .vc_inp{height:60px;margin:0 0 10px;padding:0;background-color:rgb(248,248,248);border-radius:3px;position:relative;}
.vw_comment .vc_inp input[type="text"]{
	width:82%;
	height:40px;
	margin:10px 0;
	padding:0 5%;
	background-color:rgb(248,248,248);
	line-height:40px;
	border:0 none;
	float:left;
}
.vw_comment .vc_inp .vi_btn{
	width:15%;
	height:40px;
	margin:10px 0;
	padding:0;
	background-color:rgb(85,85,85);
	border-radius:2px;
	text-align:center;
	color:rgb(255,255,255);
	line-height:40px;
	display:block;
	float:left;
}

.vw_comment .vc_comm{margin:0 0 30px;padding:0;position:relative;}
.vw_comment .vc_comm .vc_tit{
	height:50px;
	border-bottom:1px solid rgb(232,232,232);
	text-align:left;
	font-size:18px;
	font-weight:800;
	line-height:50px;
	position:relative;
}
.vw_comment .vc_comm .vc_tit span{
	height:50px;
	background:url(../images/icon/drop-ic-open.png) no-repeat right 50%;
	background-size:10px 5px;
	position:absolute;
	right:0;
	top:0;
	display:block;
}
.vw_comment .vc_comm .vc_tit span select{
	height:50px;
	border:0 none;
	font-size:13px;
	line-height:50px;
}

.vw_comment .vc_comm ul{margin:0 0 15px;padding:0;position:relative;}
.vw_comment .vc_comm li{margin:0;padding:0;border-bottom:1px solid rgb(232,232,232);position:relative;}
.vw_comment .vc_comm li .vl_tit{
	margin:15px 0;
	font-size:12px;
	color:rgb(34,34,34);
	position:relative;
}
.vw_comment .vc_comm li .vl_tit b{margin:0 10px;color:rgb(136,136,136);}
.vw_comment .vc_comm li .vl_tit span{position:absolute;right:0;top:0;}
.vw_comment .vc_comm li .vl_txt{
	margin:0 0 20px;
	font-size:14px;
	color:rgb(34,34,34);
	position:relative;
}
.vw_comment .vc_comm li .vl_info{
	margin:0;
	padding:0 0 15px;
	font-size:13px;
	color:rgb(34,34,34);
	position:relative;
}
.vw_comment .vc_comm li .vl_info a{color:rgb(34,34,34);}
.vw_comment .vc_comm li .vl_info span{
	position:absolute;
	right:0;
	top:0;
}
.vw_comment .vc_comm li .vl_info span img{width:auto;height:14px;}
.vw_comment .vc_comm li .vl_info span a{margin:0 0 0 15px;}

.vw_comment .vc_comm .vc_pagin{
	width:100%;
	height:45px;
	margin:0 auto;
	padding:0;
	border:1px solid rgb(232,232,232);
	text-align:center;
	font-size:16px;
	font-weight:700;
	line-height:45px;
	position:relative;
}
.vw_comment .vc_comm .vc_pagin img{width:auto;height:15px;margin:0 5px;}
.vw_comment .vc_comm .vc_pagin a{color:#ccc;}
.vw_comment .vc_comm .vc_pagin b{color:#333;}



.vw_comment .vc_comm li .vl_re{
	margin:0 -15px;
	padding:15px 15px 10px;
	background-color:rgb(251,251,251);
	border-top:1px solid rgb(226,226,226);
	position:relative;
	display:none;
}
.vl_re .vc_inp{height:60px;margin:0 0 10px;padding:0;background-color:rgb(255,255,255);border-radius:3px;position:relative;}
.vl_re .vc_inp input[type="text"]{
	width:82%;
	height:40px;
	margin:10px 0;
	padding:0 5%;
	background-color:rgb(255,255,255);
	color:rgb(190,190,190);
	line-height:40px;
	border:0 none;
	float:left;
}
.vl_re .vc_inp .vi_btn{
	width:15%;
	height:40px;
	margin:10px 0;
	padding:0;
	background-color:rgb(255,255,255);
	border:1px solid rgb(208,208,208);
	border-radius:2px;
	text-align:center;
	color:rgb(34,34,34);
	line-height:40px;
	display:block;
	float:left;
}
.vl_re ul{margin:0 !important;}
.vl_re li:first-child{border-top:0 none;}
.vl_re li{border-top:1px solid rgb(232,232,232);border-bottom:0 none !important;}
.vl_re li .vl_tit{
	margin:15px 0;
	padding:0 0 0 20px;
	background:url(../images/icon/ic-relative.png) no-repeat left 20%;
	background-size:10px 10px;
	font-size:12px;
	color:rgb(34,34,34);
	position:relative;
}
.vl_re li .vl_tit b{margin:0 10px;color:rgb(136,136,136);}
.vl_re li .vl_tit span{position:absolute;right:0;top:0;}
.vl_re li .vl_txt{
	margin:0 0 20px;
	padding:0 0 0 20px;
	font-size:14px;
	color:rgb(34,34,34);
	position:relative;
}

.vl_re  .vc_pagin{
	width:100%;
	height:45px;
	margin:0 auto;
	padding:0;
	border:0 none !important;
	border-top:1px solid rgb(232,232,232) !important;
	text-align:center;
	font-size:16px;
	font-weight:700;
	line-height:45px;
	position:relative;
}
.vl_re  .vc_pagin img{width:auto;height:15px;margin:0 5px;}
.vl_re  .vc_pagin a{color:#ccc;}
.vl_re .vc_pagin b{color:#333;}



.vw_jour{margin:0 15px 20px;padding:0 15px;background-color:rgb(251,251,251);position:relative;}
.vw_jour .vj_tit{
	height:55px;
	margin:0;
	padding:10px 0;
	border-bottom:1px solid rgb(232,232,232);
	position:relative;
}
.vw_jour .vj_tit .vt_thum{
	width:35px;
	height:35px;
	border-radius:35px;
	text-align:center;
	display:inline-block;
	float:left;
	overflow:hidden;
}
.vw_jour .vj_tit .vt_thum img{width:auto;height:35px;}
.vw_jour .vj_tit .vt_name{
	margin:0 15px;
	font-size:16px;
	font-weight:400;
	line-height:35px;
	float:left;
}
.vw_jour .vj_tit .vt_name b{font-weight:800;}
.vw_jour .vj_tit span{
	height:55px;
	line-height:55px;
	position:absolute;
	right:0;
	top:0;
	display:block;
}
.vw_jour .vj_tit span img{width:auto;height:18px;}
.vw_jour .vj_tit span a{margin:0 0 0 15px;}
.vw_jour .vj_tit span a:last-child{margin:0 0 0 8px;}

.vw_jour ul{margin:10px 0;padding:0;position:relative;}
.vw_jour li{
	padding:0 0 0 10px;
	background:url(../images/icon/dot_1.png) no-repeat left 50%;
	font-size:15px;
	font-weight:700;
	line-height:28px;
	display:block;
}
.vw_jour .vj_btn{
	height:50px;
	margin:0;
	padding:0;
}
.vw_jour .vj_btn img{width:5px;height:10px;margin:0 5px;}
.vw_jour .vj_btn a{
	width:100%;
	height:50px;
	text-align:center;
	font-size:14px;
	color:rgb(85,85,85);
	line-height:50px;
	display:block;
}



.tv_view{margin:0 -15px 20px;padding:0;position:relative;}
.tv_view .swiper-container {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.tv_view .tview-thumbs {
	width:100%;
	height:120px;
	margin:0;
	padding:15px;
	background-color:rgb(34,34,34);
	border-bottom:1px solid rgb(70,70,70);
	box-sizing:border-box;
}
.tv_view .tview-thumbs .swiper-slide {
	width:38%;
	height:90px;
	border:3px solid rgb(34,34,34);
	overflow:hidden;
	opacity:0.6;
}
.tv_view .tview-thumbs .swiper-slide-active {
	border:3px solid rgb(233 181 49);
	opacity:1;
}
.tv_view .tview-thumbs .next4,
.tv_view .tview-thumbs .prev4{
	width:14px;
	height:120px !important;
	top:23px;
}
.tv_view .tview-thumbs .next4{
	background:rgb(34,34,34) url(../images/icon/btn-next-menu.png) no-repeat center 50%;
	-moz-background-size: 7px 11px;
	-webkit-background-size: 7px 11px;
	background-size:7px 11px;
	right:0px;
}
.tv_view .tview-thumbs .prev4{
	background:rgb(34,34,34) url(../images/icon/btn-prev-menu.png) no-repeat center 50%;
	-moz-background-size: 7px 11px;
	-webkit-background-size: 7px 11px;
	background-size:7px 11px;
	left:0px;
}
.tv_view .tview-top{
	width:100%;
	height:400px;
	background-color:rgb(34,34,34);
	position:relative;
}
.tv_view .tview-top .swiper-wrapper .swiper-slide{
	height:400px;
	background-size:100% auto !important;
	background-position:center 50% !important;
	line-height:400px;
	position:relative;
}
.tv_view .tview-top .swiper-wrapper .swiper-slide img{width:100%;}
.tv_view .tview-top .next4{
	height:400px !important;
	background:url(../images/icon/btn-next-menu.png) no-repeat center 50%;
	-moz-background-size:15px 28px;
	-webkit-background-size: 15px 28px;
	background-size:15px 28px;
	right:5px;
	top:23px;
}
.tv_view .tview-top .prev4{
	height:400px !important;
	background:url(../images/icon/btn-prev-menu.png) no-repeat center 50%;
	-moz-background-size: 15px 28px;
	-webkit-background-size: 15px 28px;
	background-size:15px 28px;
	left:5px;
	top:23px;
}
.tv_view .tview-top .swiper-button-disabled{opacity:0;}





.nrl_case{
	height:50px;
	margin:40px 0 0;
	padding:0 10px;
	border-bottom:1px solid #ccc;
	font-size:16px;
	font-weight:400;
	line-height:50px;
	position:relative;
}
.nrl_case .nc_icon{
	height:20px;
    margin:0 0 3px;
    padding:0 5px;
    border-radius:4px;
    font-size:13px;
    font-weight:300;
    color:#fff;
    line-height:20px;
    display:inline-table;
}
.nrl_case .nc_more{
	width:50px;
	height:50px;
	background:url(../images/icon/ic-go-menu.png) no-repeat right 50%;
	background-size:12px 24px;
	position:absolute;
	right:10px;
	top:0;
	display:block;
}

.ttc_case{
	margin:0;
	padding:8px 0;
	text-align:left;
	font-size:12px;
	font-weight:300;
	color:#3f3f3f;
	line-height:14px;
	letter-spacing:-1px;
	position:relative;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.ttc_case .tc_img{
	width:17px;
	height:17px;
	margin:0 5px 0 0;
	border:1px solid #ccc;
	border-radius:100px;
	text-align:center;
	display:inline-table;
	overflow:hidden;
}
.ttc_case .tc_img img{width:auto;height:100%;vertical-align:top;}
.ttc_case em{color:#2d82df;}
.ttc_case b{margin:3px;font-weight:300;color:#ccc;}
.ttc_case .tctit{
	margin:0 30px 0 0;
	padding:0 10px;
	font-size:17px;
	font-weight:500;
	line-height:26px;
	color:#333;
	position:relative;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.ttc_case .tctit .tcicon{
	height:20px;
    margin:3px 0 0;
    padding:0 5px;
    background-color:#2f5597;
    border-radius:4px;
    font-size:13px;
    font-weight:300;
    color:#fff;
    line-height:20px;
    display:inline-table;
	vertical-align:top;
}
.ttc_case img{width:10px;height:10px;margin:0 0 3px;}
.ttc_case .coin_r{text-align:right;display:block;position:absolute;right:0;top:0;}
.ttc_case .coin_r img{width:14px;height:14px;margin:0 0 0 8px;vertical-align:top;}
.ttc_case .sns_r{text-align:right;display:block;position:absolute;right:15px;top:0;}
.ttc_case .sns_r img{width:16px;height:14px;margin:0 0 0 8px;vertical-align:top;}
.ttc_case .sns_r .srimg{width:auto !important;}






/*************************************************
*					FOOT						*
*************************************************/


.footer{width:100%;margin:0;padding:20px 0;background-color:rgb(51,51,51);text-align:center;font-weight:400;position:relative;z-index:1000;}
.footer a:first-child{border:0 none;}
.footer a{
	height:18px;
	margin:0;
	padding:0 10px;
	border-left:1px solid rgb(100,100,100);
	font-size:14px;
	color:rgb(231,231,231);
	line-height:18px;
	display:inline-table;
}
.footer .fcopy{margin:10px 0 0;font-size:12px;color:rgb(119,119,119);display:block;}


.footer.wtype{margin:0;padding:20px 0;background-color:rgb(255,255,255);text-align:center;font-weight:400;}
.footer.wtype a:first-child{border:0 none;}
.footer.wtype a{
	height:18px;
	margin:0;
	padding:0 10px;
	border-left:1px solid rgb(219,219,219);
	font-size:14px;
	color:rgb(85,85,85);
	line-height:18px;
	display:inline-table;
}



.footer_menu{width:100%;margin:0;padding:40px 60px 30px;background-color:rgb(51,51,51);text-align:center;font-weight:400;position:relative;z-index:1000;}
.footer_menu .fm_logo{width:116px;height:20px;margin:0 auto 30px;padding:0;position:relative;}
.footer_menu .fm_logo img{width:auto;height:20px;}
.footer_menu ul{margin:0;padding:0;position:relative;}
.footer_menu li:last-child{border-bottom:0 none;}
.footer_menu li{
	height:40px;
	border-bottom:1px solid rgb(255,255,255,0.08);
	position:relative;
}
.footer_menu li span{
	width:10px;
	height:40px;
	background:url(../images/icon/nex_arrow.png) no-repeat right 50%;
	background-size:6px 10px;
	position:absolute;
	right:0;
	top:0;
	display:block;
}
.footer_menu li a{width:100%;height:40px;text-align:left;font-size:14px;color:rgb(255,255,255);line-height:40px;display:block;}






/************************************************
*		SLIDER NEWS								*
************************************************/
.swiper-wrap{margin:0 0 15px;position:relative;}
.swiper-container{
	width:100%;
	height:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	z-index:1;
}

.swiper1,
.swiper2,
.swiper3{height:auto;margin:0;padding:0;position:relative;}



/* Arrows */
.swiper-mnav{width:100%;max-width:120px;height:28px;margin:15px auto 0;line-height:28px;position:relative;}
.swiper-mnav .swiper-button-prev,
.swiper-mnav .swiper-button-next{top:7px;}
.swiper-mnav .swiper-pagination{top:0;}

.swiper-snav{width:100%;max-width:260px;height:50px;margin:15px auto 0;position:relative;}
.swiper-snav .swiper-button-prev,
.swiper-snav .swiper-button-next{top:7px;}
.swiper-snav .swiper-pagination{top:0;}

.swiper-button-prev,
.swiper-button-next {
	width:28px;
	height:28px;
	position:absolute;
	z-index:10;
	cursor:pointer;
	-moz-background-size:28px 28px;
	-webkit-background-size:28px 28px;
	background-size:28px 28px;
	background-position:center;
	background-repeat:no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity:0;
	cursor:auto;
}
.swiper-button-prev{
	background-image: url("../images/icon/pre_arrow.png");
	left:0 !important;
}
.swiper-button-next{
	background-image: url("../images/icon/nex_arrow.png");
	right:0 !important;
}
/* Pagination Styles */
.swiper-pagination {
	width:125px;
	text-align:center;
	position:absolute;
	left:28px;
	-webkit-transition:300ms;
	-moz-transition:300ms;
	-o-transition:300ms;
	transition:300ms;
	-webkit-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	z-index:10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity:0;
}
.swiper-pagination-bullet{
	width:9px;
	height:9px;
	margin:0 4px;
	display:inline-block;
	border-radius:100%;
	background:#666;
	opacity:1;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor:pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
	background:#fff;
}
.swiper-pagination-bullet-active {
	opacity:1;
	background:#009dbc;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background:#fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background:#000;
}
.swiper-container-horizontal > .swiper-pagination {
	width:100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
	margin:0 5px;
}


.pagination1{width:60px;}

.pagination1 .swiper-pagination-bullet-active{background:rgb(184,28,34);}
.prev1,
.prev3{background-image:url(../images/icon/btn-prev-btn1.png) !important;left:-20px !important;}
.next1,
.next3{background-image:url(../images/icon/btn-next-btn1.png) !important;right:-20px !important;}
.prev1,
.next1{width:30px !important;height:30px !important;background-size:30px 30px !important;top:17px !important;}
.prev3,
.next3{width:30px !important;height:30px !important;background-size:30px 30px !important;top:21px !important;}

.prev0.swiper-button-disabled,
.prev1.swiper-button-disabled,
.prev3.swiper-button-disabled,
.next0.swiper-button-disabled,
.next1.swiper-button-disabled,
.next3.swiper-button-disabled{opacity:0 !important;}


.pagination3{
	width:65px !important;
	font-size:14px;
	color:rgb(163,163,163);
	letter-spacing:-1px !important;
	left:81% !important;
	bottom:81px !important;
	opacity:1;
	z-index:1000;
}
.num_over{
	width:65px;
	height:22px;
	border-radius:22px;
	position:absolute;
	left:81%;
	top:167px;
	opacity:0.5;
	display:block;
	z-index:1;
}
.pagination3 .swiper-pagination-current{color:rgb(255,255,255) !important;}
.pagination3 .swiper-pagination-bullet{
	width:20px;
	height:30px;
	margin:0;
	background-color:transparent;
	text-align:center;
	font-size:18px;
	color:rgb(34,34,34);
	line-height:30px;
	letter-spacing:-1px;
	opacity:0.3;
}
.pagination3 .swiper-pagination-bullet-active{
	background-color:transparent;
	text-decoration:underline;
	opacity:1;
}
.pagination3 .append-buttons {
	text-align:center;
	margin-top:20px;
}

.pagination3 .append-buttons a {
	display:inline-block;
	border:1px solid #007aff;
	color:#007aff;
	text-decoration:none;
	padding:4px 10px;
	border-radius:4px;
	margin:0 10px;
	font-size:13px;
}






/************************************************
*		페이징 : Paginate						*
************************************************/

.paginate{padding:15px 0 25px;text-align:center;line-height:normal}
.paginate *{
	width:20px;
	height:30px;
	margin:0;
	padding:0;
	font-size:18px;
	color:rgb(34,34,34);
	line-height:30px;
	letter-spacing:-1px;
	vertical-align:middle;
	position:relative;
	display:inline-block;
	opacity:0.3;
}

.paginate a:hover,
.paginate a:active,
.paginate a:focus,
.paginate a.on{
	text-decoration:underline !important;
	color:rgb(34,34,34);
	opacity:1;
}
.paginate .prev{width:30px;height:30px;margin-right:7px;background:url(../images/icon/btn-prev-btn1.png) no-repeat center 50%;opacity:0.3;}
.paginate .next{width:30px;height:30px;margin-left:7px;background:url(../images/icon/btn-next-btn1.png) no-repeat center 50%;opacity:0.3;}
.paginate a.prev,
.paginate a.next{border-bottom:0 none;}






/*************************************************
*					POPUP						*
*************************************************/

/*************** BOOTSTRAP POP ******************/
.modal{top:50px !important;z-index:1000;}
.modal.in .modal-dialog{max-width:620px;}

.modal-header{font-size:16px;color:#000;}
.modal-header .close{font-size:35px;font-weight:300;color:#000;float:right;}

.modal-body.mb_nop{padding:0;}
.modal-body .mb_list{
	height:50px;
	border-bottom:1px solid #e5e5e5;
	text-align:center;
	font-size:16px;
	line-height:50px;
	display:block;
}
.modal-body .mb_list:last-child{border:0 none;}
.modal-body .mb_list:focus,
.modal-body .mb_list:hover{color:#2d81e1;}

.modal-body .mb_tit{margin:0 0 5px;font-size:14px;display:block;}
.modal-body .mb_txt{margin:0 0 10px;font-size:12px;display:block;}

.pscroll{height:300px;overflow:hidden;overflow-x:hidden;overflow-y:scroll;}

.modal-footer{padding:0 !important;}
.modal-footer .btn{height:50px;margin:0 !important;padding:0;border-radius:0;font-size:14px;line-height:50px;float:left;}
.modal-footer .btn-normal{background-color:#1c1c1c !important;color:#fff;}
.modal-footer .btn-primary{background-color:#2d82df;color:#fff;}


.pcxtit{margin:0 0 25px;text-align:center;font-size:30px;line-height:35px;font-weight:400;color:#333;position:relative;display:block;z-index:100;}
.pctit{margin:0 0 10px;text-align:center;font-size:20px;line-height:26px;font-weight:600;color:#333;position:relative;display:block;z-index:100;}






/************************************************
*		동의 : Agreement						*
************************************************/

.agr_wrap{margin:0;padding:20px 15px;position:relative;}
.agr_wrap .agr_xtit{margin:0;padding:15px 0 20px;text-align:center;font-size:22px;font-weight:700;color:#1c1c1c;line-height:30px;display:block;}
.agr_wrap .agr_btit{margin:0;padding:0 0 10px;text-align:left;font-size:16px;font-weight:600;color:#1c1c1c;line-height:26px;display:block;}
.agr_wrap .agr_tit{margin:0;padding:0 0 5px;text-align:left;font-size:14px;font-weight:600;color:#1c1c1c;line-height:26px;display:block;}
.agr_wrap .agr_txt{margin:0;padding:0 0 20px;text-align:left;font-size:13px;font-weight:400;color:#1c1c1c;line-height:20px;display:block;}

.agr_wrap .aw_table{width:100%;margin:0 0 40px;padding:0;position:relative;}
.agr_wrap .aw_table th{padding:5px;background-color:#efefef;border:1px solid #ddd;font-size:12px;font-weight:600;color:#1c1c1c;line-height:16px;}
.agr_wrap .aw_table td{padding:5px;border:1px solid #ddd;font-size:12px;font-weight:400;color:#1c1c1c;line-height:16px;}

.stb_xbti{margin:20px 0;text-align:center;font-size:40px;font-weight:800;color:#666;line-height:50px;display:block;}
.stb_xti{margin-bottom:40px;text-align:center;font-size:18px;font-weight:600;color:#666;line-height:25px;display:block;}
.stb_bti{margin-bottom:5px;text-align:left;font-size:16px;font-weight:600;color:#333;line-height:22px;display:block;}
.stb_ti{margin-bottom:5px;text-align:left;font-size:14px;font-weight:400;color:#666;line-height:20px;display:block;}
.stb_copy{margin-bottom:25px;text-align:left;font-size:13px;color:#666;font-weight:400;line-height:18px;display:block;}
.stb_txt{margin-bottom:5px;padding-left:15px;text-align:left;font-size:13px;font-weight:400;color:#666;line-height:18px;display:block;}






/************************************************
*				로그인 : Login					*
************************************************/
.login_wrap{height:87.3vh;margin:0;padding:0;position:relative;}
.login_wrap .lw_case{padding:80px 15px;position:relative;}
.login_wrap .lw_case .lc_symbol{height:35px;margin:0 0 15px;text-align:center;}
.login_wrap .lw_case .lc_symbol img{width:auto;height:35px;}
.login_wrap .lw_case .lc_logo{height:31px;margin:0 0 35px;text-align:center;}
.login_wrap .lw_case .lc_logo img{width:auto;height:31px;}
.login_wrap .lw_case .lc_id{height:50px;margin:0 0 5px;position:relative;}
.login_wrap .lw_case .lc_id .ld_snum{width:25%;float:left;}
.login_wrap .lw_case .lc_id .ld_lnum{width:70%;float:right;}
.login_wrap .lw_case .lc_pw{height:50px;margin:0 0 10px;position:relative;}
.login_wrap .lw_case .lc_id input[type="text"],
.login_wrap .lw_case .lc_pw input[type="password"]{
	height:50px;
	padding:0 10px;
	background-color:rgb(248,248,248);
	border:0 none;
	border-radius:3px;
	font-size:14px;
	color:rgb(153,153,153);
	line-height:50px;
}
.login_wrap .lw_case .lc_btn{
	height:50px;
	margin:0 0 15px;
	padding:0;
	position:relative;
}
.login_wrap .lw_case .lc_btn a{
	height:50px;
	background-color:rgb(184,28,34);
	border-radius:3px;
	text-align:center;
	font-size:16px;
	color:rgb(255,255,255);
	line-height:50px;
	display:block;
}
.login_wrap .lw_case .lc_rtxt{
	margin:0 0 40px;
	text-align:right;
	font-size:14px;
	color:rgb(34,34,34);
}
.login_wrap .lw_case .lc_rtxt img{width:5px;height:10px; margin:0 0 0 3px;}
.login_wrap .lw_case .lc_ctxt{
	height:15px;
	text-align:center;
	position:relative;
}
.login_wrap .lw_case .lc_ctxt a:first-child{border:0 none;}
.login_wrap .lw_case .lc_ctxt a{
	height:15px;
	padding:0 10px;
	border-left:1px solid rgb(219,219,219);
	text-align:center;
	font-size:14px;
	color:rgb(119,119,119);
	line-height:15px;
	display:inline-block;
}






/************************************************
*		ETC										*
************************************************/

.tit_wrap{
	margin:0 0 13px;
	padding:0;
	text-align:left;
	font-size:20px;
	font-weight:700;
	line-height:26px;
	position:relative;
}
.tit_wrap span{
	height:26px;
	font-size:14px;
	font-weight:700;
	position:absolute;
	right:0;
	top:0;
}
.tit_wrap .tw_icon{width:auto;height:14px;}
.tit_wrap .tw_logo{width:auto;height:20px;}
.tit_wrap span .tw_link{
	width:10px;
	height:26px;
	background:url(../images/icon/ic-more.png) no-repeat center 50%;
    background-size:8px 14px;
	display:block;
}
.tit_wrap span .tc_ylink{
	width:10px;
	height:26px;
	background:url(../images/icon/ic-more-y.png) no-repeat center 50%;
    background-size:8px 14px;
	display:block;
}

.tit_color{
	margin:0 0 13px;
	padding:15px 15px 50px;
	background-color:rgb(18,33,56);
	text-align:left;
	font-size:20px;
	font-weight:500;
	color:#fff;
	line-height:26px;
	position:relative;
}
.tit_color span{
	height:26px;
	font-size:14px;
	font-weight:400;
	position:absolute;
	right:15px;
	top:15px;
}
.tit_color span img{width:auto;height:18px;}
.tit_color span .tc_link{
	width:10px;
	height:26px;
	background:url(../images/icon/nex_arrow.png) no-repeat center 50%;
    background-size:8px 14px;
	display:block;
}


.tal{text-align:left !important;}
.tac{text-align:center !important;}
.tar{text-align:right !important;}

.ft_l{float:left !important;}
.ft_r{float:right !important;}






/************************************************
*		TABLE	 								*
************************************************/

.table_type1{width:100%;margin:0;font-size:14px;}
.table_type1 caption{display:none}
.table_type1 thead th,
.table_type1 thead td{padding:7px 50px;border-bottom:1px solid #d8d8d8;font-size:14px;font-weight:500;color:#333;line-height:20px;}
.table_type1 tbody th,
.table_type1 tbody td{padding:7px 50px;border-bottom:1px solid #d8d8d8;font-size:13px;font-weight:400;color:#999;line-height:20px;}






/************************************************
*		RESPONSIVE								*
************************************************/

@media all and (max-width:1280px){
}

@media (min-width: 1200px){
}

@media all and (max-width:1024px){
}

@media all and (max-width:980px){
}

@media all and (max-width:768px){
}

@media all and (max-width:480px){
}

@media all and (max-width:419px){
}





