@charset "euc-kr";

/* ================================================
	common style
	source file	: common.css
	target		: CSS Level 2
	make		: 2010.08.05
	last update	: 2010.--.--2011.03.09
================================================ */

/* import css */
@import url('/css/msgBrd.css');
@import url('/css/advertise.css');

/* common style */
* {margin: 0; padding: 0;}
/*html,body {margin:0; height:100%;}*/
html {height:100%;}
*html {overflow:hidden;}
body {font-family:µ¸¿ò; width:100%; height:100%; margin:0; font:0.75em dotum, verdana, arial, helvetica, sans-serif;  background:#fff; line-height:1.4; line-height:130%;}
input {height:13px;}
/*input,*/ textarea {vertical-align:middle; border:1px solid #e3e3eb; border-top:1px solid #acadb2; border-left:1px solid #acadb2; padding:3px 0 2px 5px; font:12px dotum, verdana, arial, helvetica, sans-serif; color:#666;}
input[type=checkbox], input[type=radio] {border:none;}
select {font-size:12px; height:20px;}
img {border:0; display:block; vertical-align:middle;}
ul, ol {list-style:none;}
table {border-collapse:collapse; border-spacing:0;}
hr {display:none;}
fieldset {border:0;}
legend {display:none;}


/* anchor style */
a, a:visited, a:active {font-family:µ¸¿ò;color:#333; text-decoration:none;}
a:hover {font-family:µ¸¿ò;color:#333; text-decoration:underline;}

a.txtGrayDark, a.txtGrayDark:visited, a.txtGrayDark:active {color:#333; text-decoration:none;}
a.txtGrayDark:hover {color:#333; text-decoration:none;}

a.txtGrayDarkLine, a.txtGrayDarkLine:visited, a.txtGrayDarkLine:active {color:#333; text-decoration:underline;}
a.txtGrayDarkLine:hover {color:#333; text-decoration:underline;}

a.txtGrayDarkLight, a.txtGrayDarkLight:visited, a.txtGrayDarkLight:active {color:#464646; text-decoration:none;}
a.txtGrayDarkLight:hover {color:#464646; text-decoration:underline;}

a.txtGrayLight, a.txtGrayLight:visited, a.txtGrayLight:active {font-size:11px; color:#666; text-decoration:none;}
a.txtGrayLight:hover {font-size:11px; color:#333; text-decoration:underline;}

a.txtGray, a.txtGray:visited, a.txtGray:active {color:#888; text-decoration:none;}
a.txtGray:hover {color:#888; text-decoration:underline;}

a.txtRed, a.txtRed:visited, a.txtRed:active {color:#f00; text-decoration:none;}
a.txtRed:hover {color:#f00; text-decoration:underline;}

a.txtSubj, a.txtSubj:visited, a.txtSubj:active {color:#333; text-decoration:none;}
a.txtSubj:hover {color:#ee1c24; text-decoration:none;}
a.txtSubjOn {color:#ee1c24;}

a.txtSubjNoCol, a.txtSubjNoCol:visited, a.txtSubjNoCol:active {color:#333; text-decoration:none;}
a.txtSubjNoCol:hover {color:#333; text-decoration:none;}

a.txtRedNoLine, a.txtRedNoLine:visited, a.txtRedNoLine:active {color:#f00; text-decoration:none;}
a.txtRedNoLine:hover {color:#f00; text-decoration:none;}

a.hisOn, a.hisOn:visited, a.hisOn:active {color:#940f01; text-decoration:none;}
a.hisOn:hover {color:#940f01; text-decoration:underline;}

a.txtGrayLight2, a.txtGrayLight2:visited, a.txtGrayLight2:active {color:#666; text-decoration:none;}
a.txtGrayLight2:hover {color:#333; text-decoration:underline;}

a.heavyWhite, a.heavyWhite:visited, a.heavyWhite:active {color:#fff; text-decoration:none;}
a.heavyWhite:hover {color:#fff; text-decoration:underline;}


/*  on one's front burner style  */
.imporLeft {text-align:left !important;}
.imporRight {text-align:right !important;}
.imporCenter {text-align:center !important;}
.backNone {background:none !important;}
.backImgNone {background-image:none !important;}
.borNone {border:0 !important;}
.borTNone {border-top:0 !important;}
.fileField {height:21px; background:#fff;}
.disNone {display:none;}
.curPointer {cursor:pointer;}
.disBlock {display:block !important;}
.disInline {display:inline !important;}
.disInBlock {display:inline-block;}
.vertiTop {vertical-align:top;}
.vertiMid {vertical-align:middle;}
.layFix {overflow:hidden;}
.spacing {letter-spacing:-1px;}
.spacingBsc {letter-spacing:0 !important;}

.txt11 {font-size:0.95em !important;}
.txt14 {font-size:1.2em;}
.overlapLeft {position:relative; left:-1px;}
.posRelative {position:relative;}
.skip {display:none;}
.border {border:1px solid #ccc;}
.eleCenter {margin:0 auto;}
.weiBold {font-weight:bold;}



/* float clear */
.clearFix:after {
	content: ".";
	line-height: 0; height: 0;
	display: block;	visibility: hidden;
	clear: both;
}
.clearFix				{ display: inline-block; }
html[xmlns] .clearfix	{ display: block; }
* html .clearfix		{ height: 1%; }

.layFix {overflow:hidden;}
.hasLayout {width:100%; overflow:hidden;}


/* float */
.floatLeft {float:left !important;}
.floatRight {float:right !important;}
.floatNone {float:none !important;}
.clear {clear:both;}


/* font color & background */
.txtRed {color:#f00 !important;}
.txtBlue {color:#3871c1 !important;} /* #001e97 */
.txtGray {color:#848484 !important;}
.txtDark {color:#666 !important;}
.txtDDark {color:#555 !important;}
.txtGrayLight {color:#999 !important;}
.txtHeavyDark {color:#333 !important;}
.txtOrange {color:#ed1c24 !important;}


/* define style */
.iniMar {margin:0 !important;}
.iniPad {padding:0 !important;}


/* print style */
@media print {
	body {background:none;}
	#skip, #topper, #snb, #quick, #footer {display:none;}
	.pageHead, .brdChoice, .recentPost, .postViewAd, .naviPost {display:none;}
	#contWrap {width:100%; padding:0; margin:0;}
	#content {width:100% !important; float:none; margin:0; display:block;}
	.postDetail {width:100%; padding:0; margin:0;}
}





/* layout define */ 
#entireWrap {width:996px; _width:100%; min-width:996px; position:relative; height:100%; height /**/:auto; _overflow-y:none; _overflow:auto;}
#pageWrap {width:996px; margin:0 auto; position:relative;}
#topper {width:990px; height:161px;  padding:0px 3px; margin-bottom:3px; background:#ededed url(http://image.wowtv.co.kr/wowtv_static/images/main/bg_topper.gif) no-repeat left top; position:relative; z-index:1}
#contWrap {width:996px; overflow:hidden; margin:0 auto; clear:both;} 
#content {width:680px; float:left; margin:0 7px; display:inline;}
#contentWide {width:802px; float:left; margin:0 7px 0 3px; display:inline;}
#contentAll {width:990px; float:left; margin:0 7px 0 3px; display:inline;}
.contentInner {width:650px; padding:0 15px;}
.contentInnerWide {width:758px; padding:0 22px; margin-top:0;}


.thColTop {height:3px; line-height:3px; font-size:3px; background:url(http://image.wowtv.co.kr/wowtv_static/images/main/th_box_top.gif) no-repeat left top;}
.thColWrap {background:url(/images/common/th_box_repeat.gif) repeat-y left top; margin-bottom:50px;}
.thColBottom {clear:both; height:3px; line-height:3px; background:url(http://image.wowtv.co.kr/wowtv_static/images/main/th_box_bottom.gif) no-repeat left bottom;  padding-bottom:50px;}

.twColTop {height:3px; line-height:3px; font-size:3px; background:url(http://image.wowtv.co.kr/wowtv_static/images/main/tw_box_top.gif) no-repeat left top;}
.twColWrap {background:url(/images/common/tw_box_repeat.gif) repeat-y left top; margin-bottom:50px;}
.twColBottom {clear:both; height:3px; line-height:3px; background:url(http://image.wowtv.co.kr/wowtv_static/images/main/tw_box_bottom.gif) no-repeat left bottom;  padding-bottom:50px;}

.onColTop {height:3px; line-height:3px; font-size:3px; background:url(http://image.wowtv.co.kr/wowtv_static/images/main/on_box_top.gif) no-repeat left top;}
.onColWrap {background:url(/images/common/on_box_repeat.gif) repeat-y left top; margin-bottom:50px;}
.onColBottom {clear:both; height:3px; line-height:3px; background:url(http://image.wowtv.co.kr/wowtv_static/images/main/on_box_bottom.gif) no-repeat left bottom;  padding-bottom:50px;}


/* golbal menu */
#globalPack {width:740px; float:left; height:93px;} /* overflow:hidden; */
#global {height:13px; padding:7px 5px 3px 0; float:right;}
.global {float:left;}
.global li {margin-right:8px; padding-right:8px; float:left; font-size:11px; letter-spacing:-1px; background:url(http://image.wowtv.co.kr/wowtv_static/images/main/global_sepe_line.gif) no-repeat right top;}
.global li a, #global li a:visited, #global li a:active{font-size:11px; letter-spacing:-1px; }

.global li.lst {padding:0; margin:0; background:none;}

.fontSizeControl {width:165px; float:left;}
.fontSizeControl span {font-size:11px; padding-right:6px; float:left;}
.fontSizeControl img {float:left; margin-right:1px; margin-top:-2px;}


.globalLogin {width:100%; float:left; margin-top:7px; overflow:hidden;}
.globalLogin .loginForm {float:left; display:inline; margin-left:5px; width:105px; overflow:hidden;}
.globalLogin input {width:95px; height:14px; border:1px solid #acacac; padding:2px 0 0 3px; float:left;}
.globalLogin input.id {background:#fff url(http://image.wowtv.co.kr/wowtv_static/images/main/id_back.gif) no-repeat left top; margin-right:6px;}
.globalLogin input.pw {background:#fff url(http://image.wowtv.co.kr/wowtv_static/images/main/pw_back.gif) no-repeat left top;}
.globalLogin img.login {float:left;}

.globalLogView {width:175px; float:left; margin-top:2px; overflow:hidden; font-size:12px;}
.logInfo {width:100%; float:left; margin-top:7px; overflow:hidden; border-bottom:1px solid #b7b7b7; height:17px; padding-top:2px;}
.myId {float:left;}
.myId strong {color:#333; letter-spacing:-1px;}
.logBtn {float:right; background:url(http://image.wowtv.co.kr/wowtv_static/images/main/inner_caption.gif) no-repeat left 3px; padding-left:6px; font-size:11px;}
.myInfoDetail {width:100%; overflow:hidden; padding-top:5px; position:relative;}
.myInfoDetail li strong {color:#ee1c24;}
.myInfoDetail .cashBtn {position:absolute; left:119px; top:5px;}
.myInfoDetail .mypageBtn {position:absolute; left:109px; top:5px;}



.globalJoin {font-size:11px; letter-spacing:-1px; margin:5px;}
.globalJoin a {padding-left:5px; background:url(http://image.wowtv.co.kr/wowtv_static/images/main/mem_loin_arrow.gif) no-repeat left 3px;}
.globalJoin a.memJoin {margin-right:7px;}

/* service link &amp; hot */
#serviceGo {width:970; overflow:hidden; clear:both; height:23px; background:#000333; padding:0px 0 0 20px;}
#serviceGo li {float:left; display:inline; font-size:12px; margin:5px 0 0 10px; letter-spacing:-1px;}
#serviceGo li a, #serviceGo li a:visited, #serviceGo li a:active {color:#f59500; text-decoration:none;}
#serviceGo li a:hover {color:#f59500; text-decoration:underline;}







#serviceGo li span  {} 
#serviceGo li img {float:left; padding:0 3px 0 0; position:relative;}
#serviceGo .smicon {padding:1px 0px 0 0;}

/* top search & logo */
#head {width:560px; clear:left; float:left;} /* overflow:hidden; */
#headAll {width:600px; clear:left; float:left;} /* overflow:hidden; */
h1 {float:left; width:235px; height:65px;}
h1 .logo {margin:28px 0 0 0px;}
#srchPack {width:100%; clear:both;}
.srch {float:left; margin-top:10px; }
.srchInput {border:3px solid #0050BD;  float:left; background:#fff;}
.srchSelect {font-size:12px;}
.srchInput .srchList {padding:6px  7px; background:url(http://image.wowtv.co.kr/wowtv_static/images/main/srach_line.gif) no-repeat right 5px;}
.srchInput INPUT {BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; WIDTH: 396px; HEIGHT: 19px; COLOR: #000; FONT-SIZE: 18px; BORDER-TOP: 0px; FONT-WEIGHT: bold; BORDER-RIGHT: 0px; PADDING-TOP: 5px}
.srchInput img {padding:6px 0 6px 7px; float:left;}
.recommandSrch {overflow:hidden; margin:9px 0 0 0px;}
.recommandSrch li {float:left; background:url(http://image.wowtv.co.kr/wowtv_static/images/main/recommand_sepe.gif) no-repeat right 0px; padding:0 3px; font-size:11px;}
.recommandSrch a, .recommandSrch a:visited, .recommandSrch a:active {color:#888; text-decoration:none;}
.recommandSrch a:hover {color:#888; text-decoration:underline;}

.extendSrch {position:absolute; top:34px; left:75px; border:2px solid #a6c7e7; width:388px; overflow:scroll; overflow-x:hidden; height:200px; z-index:99; background:#fff; display:none;}
.extendSrch li strong {color:#e57b13; letter-spacing:-1px;}
.extendSrch li a, .extendSrch li a:visited, .extendSrch li a:active {display:block; padding:3px 0 2px 5px; text-decoration:none;}
.extendSrch li a:hover {text-decoration:none; background:#e2ebf3;}


.srchGray {width:605px; float:left; margin-top:12px; position:relative;}
.srchGray .srchBtn {float:left; margin-right:3px; width:42; height:32;}
.srchInputGray {border:3px solid #0050BD; float:left; background:#fff;}
.srchInputGray .srchListGray {padding:6px 7px; background:url(http://image.wowtv.co.kr/wowtv_static/images/main/srach_line.gif) no-repeat right 5px;}
.srchInputGray input {width:387px; height:22px;  padding-top:5px; font-size:18px; font-weight:bold; border:0; color:#000;float:left;}
.srchInputGray img {padding:6px 0 6px 5px; float:left;}
.recommandSrchGray {overflow:hidden; margin-top:9px;}
.recommandSrchGray li {float:left; background:url(http://image.wowtv.co.kr/wowtv_static/images/main/recommand_sepe.gif) no-repeat right 0px; padding:0 6px; font-size:11px;}
.recommandSrchGray a, .recommandSrch a:visited, .recommandSrch a:active {color:#888; text-decoration:none;}
.recommandSrchGray a:hover {color:#888; text-decoration:underline;}






/* global nabvigation bar */
#gnbWrap {width:100%; position:relative;z-index:1;}
#gnb {width:100%; height:40px; overflow:hidden; background:#005FAD;}
#gnb .depthOne {float:left; display:inline; background:url(http://image.wowtv.co.kr/wowtv_static/images/main/gnb_sepe.gif) no-repeat right 13px; padding-right:20px; margin-left:25px; margin-top:-3px}
#gnb .depthOneLst {float:right; background:none transparent scroll repeat 0% 0%; padding-right:0; margin-left:15px;}
#gnb .depthOne li {float:left;}
#gnb .depthOne li img {float:left; padding:8px 10px;}



.menuExtend {width:100%; background:url('/static/images/main/bg_submenu.png') repeat-x; height:26px; position:absolute; top:40px; left:0;}
.menuExtendTall {width:100%; background:url('/static/images/main/bg_submenu.png') repeat-x; height:26px; position:absolute; top:24px; left:0;}

#gnb .menuExtend {width:990px; height:40px; overflow:hidden; display:none;}
#gnb .menuExtend dd {width:990px; float:left;}

#gnb .menuExtendTall {width:990px; overflow:hidden; display:none;}
#gnb .menuExtendTall dd {width:652px; float:left;}

#gnb .menuExtendStock {width:990px; overflow:hidden; display:none;}
#gnb .menuExtendStock dd {width:665px; float:left;}

#gnb .menuExtendSub {width:100%; height: 300px; overflow:hidden; padding-top:0px;}
#gnb .menuExtendSub ul {width:100%; overflow:hidden;}
#gnb .menuExtendSub li {float:left; padding-right:15px;}
#gnb .menuExtendSub li img {padding:0;}
#gnb .menuExtendSub li a, #gnb .menuExtendSub li a:visited, #gnb .menuExtendSub li a:active {color:#fff; text-decoration:none; letter-spacing:-1px;}
#gnb .menuExtendSub li a:hover {color:#FFC925;  text-decoration:none; letter-spacing:-1px;}


#gnb .menuExtendSubStock ul {width:100%; overflow:hidden;}
#gnb .menuExtendSubStock li.sizeA {width:60px;}
#gnb .menuExtendSubStock li.sizeB {width:50px;}
#gnb .menuExtendSubStock li.sizeC {width:50px;}
#gnb .menuExtendSubStock li.sizeD {width:50px;}
#gnb .menuExtendSubStock li.sizeE {width:50px;}
#gnb .menuExtendSubStock li.sizeF {width:50px;}

#gnb .menuExtendSubOne {width:100%; overflow:hidden; padding-top:9px;}
#gnb .menuExtendSubOne ul.mA {float:left; margin-top:-2px; padding-left:30px;}
#gnb .menuExtendSubOne ul.mB {float:left; margin-top:-2px; padding-left:73px;}
#gnb .menuExtendSubOne ul.mC {float:left; margin-top:-2px; padding-left:400px;}
#gnb .menuExtendSubOne ul.mD {float:left; margin-top:-2px; padding-left:410px;}
#gnb .menuExtendSubOne ul.mE {float:left; margin-top:-2px; padding-left:450px;}
#gnb .menuExtendSubOne ul.mF {float:left; margin-top:-2px; padding-left:0px;}
#gnb .menuExtendSubOne ul.mG {float:left; margin-top:-2px; padding-left:300px;}

/*
#gnb .menuExtendSubOne ul.mB {float:left; margin-left:73px; margin-top:-2px;}
#gnb .menuExtendSubOne ul.mC {float:left; margin-left:170px; margin-top:-2px;}
#gnb .menuExtendSubOne ul.mD {float:left; margin-left:251px; margin-top:-2px;}
#gnb .menuExtendSubOne ul.mE {float:left; margin-left:340px; margin-top:-2px;}
#gnb .menuExtendSubOne ul.mF {float:left; margin-left:0px; margin-top:-2px;}
#gnb .menuExtendSubOne ul.mG {float:left; margin-left:522px; margin-top:-2px;}
*/
#gnb .mH {margin-top:6px;}
#gnb .width2{width:130px !important;}
#gnb .menuExtendSubOne li {float:left; margin-right:0px;}
#gnb .menuExtendSubOne img {padding:0; margin-top:-5px;}






/* submenu navigation bar */
#snb {width:112px; margin:0 3px; float:left; display:inline; overflow:hidden;}
.snb {height:26px; height:60px; overflow:hidden; background:url(http://image.wowtv.co.kr/wowtv_static/images/main/page_tit_line.gif) repeat-x left bottom;}
.snb h2 {height:26px;}
.snb h2 img {margin:10px 0 0 10px;}

.snbWrap {width:100%; border-bottom:1px solid #e5e5e5;}
.snbWrap li {border-top:1px solid #e5e5e5; }

.snbWrap .mnu a:link, .snbWrap .mnu a:visited, .snbWrap .mnu a:active {color:#333; text-decoration:none;}
.snbWrap .mnu a:hover {color:#ed1c24; text-decoration:none;}
.snbWrap .mnu {background:url(http://image.wowtv.co.kr/wowtv_static/images/main/snb_indi_off.gif) no-repeat 8px 9px; padding:9px 0 8px 23px; font-weight:bold; letter-spacing:-1px;}
.snbWrap .mnuActive {background:url(http://image.wowtv.co.kr/wowtv_static/images/main/snb_indi_on.gif) no-repeat 8px 9px;}
.snbWrap .mnuActive a {color:#ed1c24 !important;}

.innerMnu {padding:0; background:#f3f3f3;}
.innerMnu li {padding:7px 0 4px 23px;}	/* word-break:keep-all */
.innerMnu a, .innerMnu a:visited, .innerMnu a:active {color:#777; text-decoration:none;}
.innerMnu a:hover {color:#000; text-decoration:underline;}
.innerMnu .mnuOn a {text-decoration:underline; color:#333;}

.joinBanner {margin:20px 0 0 10px;}
.joinBanner img {margin-bottom:5px;}


/* history(line) menu */
.pageHead {zoom:1; margin-top:26px; padding:3px 15px 10px 15px; overflow:hidden; background:url(http://image.wowtv.co.kr/wowtv_static/images/main/page_bar.gif) no-repeat left bottom; margin-bottom:15px;}
.pageHead h3 {float:left; font-size:1.30em; margin-bottom:3px; color:#464646; padding-top:2px; line-height:100%;}
.pageHead h3 span {font-weight:normal; font-size:0.85em;}
.pageHead h3 span.sepe {color:#ccc; margin:0 5px 0 3px;}
.pageHead .historyMnu {float:right; margin:3px 2px 0 0; display:inline;}
.pageHead .historyMnu li {float:left; padding:0 1px 0 11px; margin:2px 0 0 8px; display:inline; background:url(static/images/main/history_arrow.gif) no-repeat left 2px; line-height:100%; letter-spacing:-1px;}
.pageHead .historyMnu li.home {padding-left:15px; margin-top:2px; background:none;}
.pageHead .historyMnu span {color:#940f01;}
.pageHeadWide {background:url(/images/image/page_bar_wide.gif) no-repeat left bottom;}
.pageHeadAll {background:url(/images/image/page_bar_all.gif) no-repeat left bottom; margin-top:5px;}



/* tab menu page title */
h4.subj {padding-left:20px; background:url(/images/ico/bullet_tit.gif) no-repeat 8px top; font-size:1.2em; line-height:120%; margin-top:20px; color:#464646; zoom:1;}
h4.noPad {padding-left:12px; background:url(/images/ico/bullet_tit.gif) no-repeat left top;}
h4.subj p.innerScr {margin:5px 0; font-size:0.85em; font-weight:normal; line-height:140%; color:#848484;}
h4.subj p.innerScr strong {color:#cb1400; display:inline-block; margin-top:3px;}
h4.subj ul.innerField {float:right; font-size:0.85em; font-weight:normal; color:#848484;}
h4.subj ul.innerField li {float:left;}
h4.subj .dflt {font-weight:normal; font-size:0.85em; color:#666;}
h4.subj .dfltTxt {font-weight:normal; font-size:0.75em; color:#666;}
.scriptNoPad {margin-top:20px;}
.tblTit {font-weight:bold; background:url(/images/ico/tit_arrow.gif) no-repeat left 5px; padding-left:13px; margin:15px 0 0 7px;}
h4.subj select {vertical-align:middle;}
h4.subjSel {background:url(/images/ico/bullet_tit.gif) no-repeat 8px top; } 

h4.subj div.btnAdd {width:100%; overflow:hidden;}
h4.subj .btnLoc {float:right; margin-top:10px; overflow:hidden; zoom:1;}
h4.subj .btnLoc img {float:left; margin-left:3px; display:inline;}
h4.subjAno {background:url(/images/ico/bullet_tit.gif) no-repeat 8px 2px; margin-top:18px;}

h4.subj2 {padding-left:20px; background:url(/images/ico/bullet_tit.gif) no-repeat 8px top; font-size:1.2em; line-height:120%; color:#464646;}


/* tab menu */
.tabMnuTxtWrap {margin-top:25px !important;}
.tabMnuWrap {width:100%; overflow:hidden; border-bottom:1px solid #ee1c24; margin-top:30px;} 
.tabMnuWrap .tabMnu {float:left; background:#f6f6f6 url(/images/image/tab_menu_sepe.gif) no-repeat right top; border-right:1px solid #d5d5d5;} 
.tabMnuWrap .tabMnu li {float:left; margin-bottom:-1px; border-top:1px solid #d5d5d5; font-size:0.95em; letter-spacing:-1px; background:#f6f6f6 url(/images/image/tab_menu_sepe.gif) no-repeat left top; letter-spacing:-1px;}
.tabMnuWrap .tabMnu li a {display:block; padding:6px 16px 1px 15px; float:left;}
.tabMnuWrap .tabMnu a:link, .tabMnu a:visited, .tabMnu a:active {color:#666; text-decoration:none;}
.tabMnuWrap .tabMnu a:hover {color:#666; text-decoration:none;}
.tabMnuWrap .tabMnu li.stateOn {background:#ee1c24; height:24px;}
.tabMnuWrap .tabMnu li.stateOn a {background:#ee1c24; color:#fff !important; position:relative; top:-1px; border-top:1px solid #ee1c24;}
.tabMnuWrap .tabMnuMin li a {display:block; padding:5px 7px 2px 7px !important; float:left;}
.tabMnuWrap .tabMnuMid li a {display:block; padding:5px 9px 2px 9px !important; float:left;}
/*.tabMnu li.stateOn a {position:relative; background:#ee1c24; height:23px; left:-1px; top:-1px;}*/
.tabMnuWrapBor {width:643px !important; border:1px solid #ccc; background:#f4f4f4; padding:5px 5px 4px 0;}
.tabMnuWrapBor2 {width:645px !important; border-top:1px solid #ccc; background:#f4f4f4; padding:3px 5px 4px 0;}
.tabMnuWrapBor2 .progMnu {float:left; overflow:hidden; width:300px; height:24px; display:inline; margin-left:5px;}
.tabMnuWrapBor2 .stateMnu {overflow:hidden; float:left;}
.tabMnuWrapBor2 .progMnu li {float:left; margin-right:3px; background:url(/images/stock/prog_state_right.gif) no-repeat right top;}
.tabMnuWrapBor2 .progMnu li a {display:inline-block; padding:6px 14px 0 14px; height:18px; background:url(/images/stock/prog_state_left.gif) no-repeat left top; text-decoration:none; color:#666; font-size:0.95em;}
.tabMnuWrapBor2 .progMnu li a strong {letter-spacing:-1px;}
.tabMnuWrapBor2 .progMnu li.stateOn a {color:#ee1c24;}

.tabMnuRight {width:100%; overflow:hidden; border-bottom:1px solid #ee1c24; position:relative;} 
.tabMnuRight .tabMnu {float:right; background:#f6f6f6 url(/images/image/tab_menu_sepe.gif) no-repeat right top; border-right:1px solid #d5d5d5;} 
.tabMnuRight .tabMnu li {float:left; margin-bottom:-1px; border-top:1px solid #d5d5d5; font-size:0.95em; letter-spacing:-1px; background:#f6f6f6 url(/images/image/tab_menu_sepe.gif) no-repeat left top; letter-spacing:-1px;}
.tabMnuRight .tabMnu li a {display:block; padding:6px 11px 1px 10px; float:left;}
.tabMnuRight .tabMnu a:link, .tabMnu a:visited, .tabMnu a:active {color:#666; text-decoration:none;}
.tabMnuRight .tabMnu a:hover {color:#666; text-decoration:none;}
.tabMnuRight .tabMnu li.stateOn {background:#ee1c24; height:24px;}
.tabMnuRight .tabMnu li.stateOn a {background:#ee1c24; color:#fff !important; position:relative; top:-1px; border-top:1px solid #ee1c24;}
.tabMnuRight .tabMnuMin li a {display:block; padding:5px 7px 2px 7px !important; float:left;}


.tabMnuAll {width:100%; overflow:hidden; border-bottom:1px solid #ee1c24; position:relative;} 
.tabMnuAll .tabMnu {float:left; background:#f6f6f6 url(/images/image/tab_menu_sepe.gif) no-repeat right top; border-right:1px solid #d5d5d5;} 
.tabMnuAll .tabMnu li {float:left; margin-bottom:-1px; border-top:1px solid #d5d5d5; font-size:0.95em; letter-spacing:-1px; background:#f6f6f6 url(/images/image/tab_menu_sepe.gif) no-repeat left top; letter-spacing:-1px;}
.tabMnuAll .tabMnu li a {display:block; padding:6px 10px 1px 11px; float:left; width:121px; text-align:center;}
.tabMnuAll .tabMnu li a.sizeRe {width:120px;}
.tabMnuAll .tabMnu a:link, .tabMnu a:visited, .tabMnu a:active {color:#666; text-decoration:none;}
.tabMnuAll .tabMnu a:hover {color:#666; text-decoration:none;}
.tabMnuAll .tabMnu li.stateOn {background:#ee1c24; height:24px; font-size:1em;}
.tabMnuAll .tabMnu li.stateOn a {background:#ee1c24; color:#fff !important; position:relative; top:-1px; border-top:1px solid #ee1c24;}
.tabMnuAll .tabMnuMin li a {display:block; padding:5px 7px 2px 7px; float:left;}
.tabMnuReSpace .tabMnu li a {padding:6px 6px 1px 5px;}


/* title under line */
.mTitbor {width:100%; background:url(/images/image/member_tit_gray.gif) repeat-x left bottom; margin-top:30px; height:24px;}
.mTitbor .titHead {background:url(/images/image/member_tit_red.gif) repeat-x left bottom; padding-bottom:9px; float:left; margin-right:10px;}
.mTitbor .titHead img {padding-right:10px;}
.mTitbor .script {float:left; letter-spacing:-1px;}
.mTitbor .newWin {float:right; margin-bottom:3px; position:relative; width:78px;}
.mTitbor .newWin img {position:absolute; top:-3px;}

.imgTab {width:100%; height:26px; overflow:hidden; background:url(/images/image/img_tab_line.gif) repeat-x left bottom; margin-top:20px;}
.imgTab li {float:left;}


/* rounded tab */
.tabRoundWrap {height:30px; background:url(/images/image/tab_stock_right_off.gif) repeat-x left top;}
.tabEnd {width:100%; height:30px; overflow:hidden; background:url(/images/image/tab_stock_right_end.gif) no-repeat right top;}
.tabEnd .tabMnu {height:30px; overflow:hidden; float:left;}
.tabEnd .tabMnu li {float:left; border-right:1px solid #ccc;}
.tabEnd .tabMnu li a {display:block; height:23px; float:left; padding:7px 18px 0 18px; color:#666; text-decoration:none;}
.tabEnd .tabMnu li.stateOnLeft {background:url(/images/image/tab_stock_left_on.gif) no-repeat left top;}
.tabEnd .tabMnu li.stateOn {background:url(/images/image/tab_stock_right_on.gif) no-repeat right top;}
.tabEnd .tabMnu li.stateOnLeft a, .tabEnd .tabMnu li.stateOn a {color:#fff !important; text-decoration:none;}
.tabEnd .formSrch {float:right; margin:4px;}
.tabEnd .formSrch select {vertical-align:middle;}


/* default search right */
.defaultSrch {width:100%; margin-top:30px; overflow:hidden;}
.defaultSrch .formSrch {float:right; padding-right:0;}
.defaultSrch select {vertical-align:middle; height:20px;}
.defaultSrch input {width:140px;}
.defaultSrch .centerSrch {text-align:center;}


.tabAdrTxtWrap {width:100%; overflow:hidden;}
.tabAdrWrap {width:318px; overflow:hidden; border:1px solid #d3bbc5; float:left;}
.tabAdr {width:318px; height:26px; overflow:hidden; background:url(/images/image/tab_adr_repeat.gif) repeat-x left top;} 
.tabAdr li {width:86px; float:left; font-size:1em; height:21px; padding:5px 10px 0 10px; color:#333; font-weight:bold; cursor:pointer; background:url(/images/image/tab_adr_off.gif) no-repeat right top;}
.tabAdr li.stateOffLst {background:url(/images/image/tab_adr_off2.gif) no-repeat right top;}
.tabAdr li.stateOn {background:url(/images/image/tab_adr_on.gif) no-repeat right top;}
.tabAdr li.stateOnLst {background:url(/images/image/tab_adr_on2.gif) no-repeat right top;}
.adrCont {height:147px; padding-top:18px;}
.adrCont img {margin:0 auto;}
.innerTbl {padding-left:15px; padding-right:15px;}


/* tab title */
.brdChoice {width:100%; overflow:hidden;} /*  padding-bottom:5px; */
.brdChoice .condition {float:left; overflow:hidden;}
.brdChoice .condition .txtAlign {float:left; display:block; margin-top:5px;}
.brdChoice strong {display:inline-block; }
.brdChoice .condition select {margin-right:15px;}
.brdChoice .condition img {float:left; margin-right:3px;}
.brdChoice .actBtn {float:right; overflow:hidden;} /* margin-top:6px; */
.brdChoice .actBtn img {float:left; margin-left:3px; display:inline;}
.brdChoice .actForm {float:right; overflow:hidden;} 
.brdChoice .actForm select.selLocForm {vertical-align:middle; margin-bottom:2px;}
.brdChoice .txtVerti {display:inline-block; padding-top:5px;}
.brdChoice .actForm img {display:inline;}
.brdChoice .actForm select {margin-top:1px; vertical-align:middle;}
.brdChoice .txtScript li {background:url(/images/ico/bullet_triangle_rect.gif) no-repeat 9px 5px; padding:0 0 2px 19px; line-height:140%; color:#666; letter-spacing:-1px;}
.brdChoice .txtScript strong {color:#cb1400;}
.brdChoice .txtScript strong.noColor {color:#666;}
.brdChoice .txtScript li.noIco {background:none; padding-left:0;} 
.brdChoice .txtRight {background:none! important; text-align:right; margin-top:7px; padding-right:3px; letter-spacing:0;}

.brdChoice .lineAd {overflow:hidden; padding:5px 0 0 0; overflow:hidden;}
.brdChoice .lineAd dt {float:left;}
.brdChoice .lineAd dt img {margin:3px 10px 0 4px; display:inline;}
.brdChoice .lineAd dd {float:left; color:#ccc;}
.brdChoice .lineAd iframe {margin-top:-1px; _margin-top:-2px;}


/*con1 */

#con1 {clear:both; width:996px; height:362px; overflow:hidden; padding:1px 0px 0px 0px; margin:0 auto; margin-bottom:4px; background:url(http://image.wowtv.co.kr/wowtv_static/images/main/bg_con1.gif) no-repeat left top;  z-index:100;} 
.con1InfoWrap {width:990px; height:356px; padding:2px 0px 0 0; margin:0; overflow:hidden; text-align:left;}
.con1news {width:432px; height:356px; float:left; /*background:#EEE;*/background:#fff; padding:15px 15px; margin:0; overflow:hidden;}
.con1news p{height:10px;}
.con1vod {width:237px; height:356px; float:left; background:#7B7B7B; padding:15px 10px 0 17px; margin:0; }
.con1onair {width:240px; height:356px; float:left; background:#282828; padding:20px 10px 0 14px; margin:0; overflow:hidden;}

.flashtitle {width:100%; height:30px; float:left; background:#fff; padding:10px 0px 0px 0px; }
.flashdetail {width:314px; float:left; padding:8px 0px 0px 6px; margin:0;}
.flashdetail2 {width:98%; float:left; padding:0px 0px 8px 6px; margin:0;}
.arti_r1 {width:314px; float:left; padding:7px 0px 0px 6px; margin:0;  overflow:hidden;}
.arti_r2 {width:98%; float:left; padding:7px 0px 0px 6px; margin:0;  overflow:hidden;}
.arti_list1 {width:100%; float:left; padding:8px 0px 0px 3px; margin:0;}
.arti_list2 {width:100%; float:left; padding:5px 0px 0px 3px; margin:0;}
.arti_more {width:432px; height:0px; text-align:right; padding:18px 0px 0px 0px; margin:0; background:url("/static/images/main/bg_line_artimore.gif") repeat-x 0 70%; float:left;}
.maintitleimg {width:102px; height:126px; float:left; padding:10px 10px 5px 0px; margin:0;}

/*Å¾´º½º´õº¸±â*/
a.arti_more_cl, a.arti_more_cl:visited, a.arti_more_cl:active {
    font-size:11px;
	color:#CB2028; 
	font-weight:bolder;
    text-decoration:none;
	position:relative;
    margin:0px;		
	border:0px;		
	letter-spacing:-0.05em;
	background:#EEEEEE; float:right;
	padding:0 5px 0 2px;
}
a.arti_more_cl:hover {
    font-size:11px;
	color:#CB2028; 
	font-weight:bolder;
    text-decoration:none;
	position: relative;
    margin:0px;	
	border:0px;		
	letter-spacing:-0.05em;
	background:#EEEEEE; float:right;
	padding:0 5px 0 2px;
}

/*»ó¼¼±â»ç*/
a.articledetail, a.articledetail:visited, a.articledetail:active {
    font-size:12px;	
	color:#020E58; 
    text-decoration:none;
	position: relative;
    margin:0px;	
	line-height:20px;
	border:0px;
	text-align:left;
	letter-spacing:-0.05em;
}
a.articledetail:hover {
    font-size:12px;
	color:#020E58; 
    text-decoration:underline;
	position: relative;
    margin:0px;
	line-height:20px;
	border:0px;
	text-align:left;
	letter-spacing:-0.05em;
}

/*»ó¼¼±â»ç14*/
a.article_de_l, a.article_de_l:visited, a.article_de_l:active {
    font-size:14px;	
	color:#020E58; 
    text-decoration:none;
	position: relative;
    margin:0px;	
	line-height:23px;
	border:0px;
	text-align:left;
	letter-spacing:-0.05em;
}
a.article_de_l:hover {
    font-size:14px;
	color:#020E58; 
    text-decoration:underline;
	position: relative;
    margin:0px;
	line-height:23px;
	border:0px;
	text-align:left;
	letter-spacing:-0.05em;
}

a.article_mdetail, a.article_mdetail:visited, a.article_mdetail:active {
    font-size:14px;	
	color:#020E58; 
    text-decoration:none;
	position: relative;
    margin:0px;	
	line-height:20px;
	border:0px;
	text-align:left;
	letter-spacing:-0.05em;
}
a.article_mdetail:hover {
    font-size:14px;
	color:#020E58; 
    text-decoration:underline;
	position: relative;
    margin:0px;
	line-height:20px;
	border:0px;
	text-align:left;
	letter-spacing:-0.05em;
}


/*°ü·Ã±â»ç1*/
a.a_title_r1, a.a_title_r1:visited, a.a_title_r1:active {
    font-size:14px;
	font-weight:bolder;
	color:#020E58; 
    text-decoration:none;
	position: relative;
    margin:0px;	
	line-height:25px;
	border:0px;
	text-align:left;
	letter-spacing:-0.05em;
	padding:0px 0px 0px 15px;
	background:url("/static/images/main/icon_r_oran.gif") no-repeat 0 30%;	
}
a.a_title_r1:hover {
    font-size:14px;
	font-weight:bolder;
	color:#020E58; 
    text-decoration:underline;
	position: relative;
    margin:0px;
	line-height:25px;
	border:0px;
	text-align:left;
	letter-spacing:-0.05em;
	padding:0px 0px 0px 15px;
	background:url("/static/images/main/icon_r_oran.gif") no-repeat 0 30%;	
}

/*°ü·Ã±â»ç2*/
a.a_title_r2, a.a_title_r2:visited, a.a_title_r2:active {
    font-size:12px;	
	color:#020E58; 
    text-decoration:none;
	position: relative;
    margin:0px;	
	line-height:24px;
	border:0px;
	text-align:left;
	letter-spacing:-0.05em;
	padding:0px 0px 0px 15px;
	background:url("/static/images/main/icon_r_gray.gif") no-repeat 0 30%;	
}
a.a_title_r2:hover {
    font-size:12px;	
	color:#020E58; 
    text-decoration:underline;
	position: relative;
    margin:0px;
	line-height:24px;
	border:0px;
	text-align:left;
	letter-spacing:-0.05em;
	padding:0px 0px 0px 15px;
	background:url("/static/images/main/icon_r_gray.gif") no-repeat 0 30%;	
}

/*±â»ç¸®½ºÆ®1*/
a.arti_title_cl5, a.arti_title_cl:visited, a.arti_title_cl:active {
    font-size:16px;
	font-weight:bolder;
	color:#020E58; 
    text-decoration:none;
	position: relative;
    margin:0px;	
	line-height:27px;
	border:0px;
	text-align:left;
	letter-spacing:-0.05em;	
}
a.arti_title_cl5:hover {
    font-size:16px;
	font-weight:bolder;
	color:#020E58; 
    text-decoration:underline;
	position: relative;
    margin:0px;
	line-height:27px;
	border:0px;
	text-align:left;
	letter-spacing:-0.05em;
}
/*±â»ç¸®½ºÆ®1*/
a.arti_title_cl, a.arti_title_cl:visited, a.arti_title_cl:active {
font-family:µ¸¿ò;
    font-size:16px;
	font-weight:bolder;
	color:#020E58; 
    text-decoration:none;
	position: relative;
    margin:0px;	
	line-height:25px;
	border:0px;
	text-align:left;
	letter-spacing:-0.05em;	
}
a.arti_title_cl:hover {
font-family:µ¸¿ò;
    font-size:16px;
	font-weight:bolder;
	color:#020E58; 
    text-decoration:underline;
	position: relative;
    margin:0px;
	line-height:25px;
	border:0px;
	text-align:left;
	letter-spacing:-0.05em;
}

/*con2*/

#con2 {width:996px; height:54px; padding:3 3px; margin:0 auto; margin-bottom:6px;  background:url(http://image.wowtv.co.kr/wowtv_static/images/main/bg_con2.gif) no-repeat left top; position:relative;} 
.con2InfoWrap {width:987px; height:46px; padding:3px 0px 0px 3px; margin:0; overflow:hidden; float:left;text-align:left;}
.con2headline {width:372px; height:34px; float:left; background:url(http://image.wowtv.co.kr/wowtv_static/images/main/bg_headline.gif) no-repeat left top; position:relative; padding:14px 0 0 87px; margin:0;}
.con2headlinelist {width:355px; height:20px; float:left;  margin:0; overflow:hidden; padding:3px 0px 0px 0px; }

.con2hotissue {width:453px; height:36px; float:left; background:url(http://image.wowtv.co.kr/wowtv_static/images/main/bg_hotissue.gif) no-repeat left top; position:relative; padding:12px 0 0 75px; margin:0;}
.con2hotissuelist {width:425px; height:23px; margin:0; overflow:hidden; text-align:center;}



.titlevod  {width:56px; height:14px; float:left; padding:5px 0px 0px 0px; margin:0;}
.vodmore  {width:41px; height:10px; float:right; padding:5px 0px 0px 0px; margin:0;}
.vodlive  {width:39px; height:10px; float:left; padding:5px 0px 0px 0px; margin:0;}
.vodtv  {width:20px; height:10px; float:left; padding:5px 0px 0px 0px; margin:0;}
.vodtable  {width:100%; float:left; padding:13px 0px 0px 0px; margin:0;}
.vodbgfont  {width:95%; float:center; margin:0; font-size:12px;color:#fff; font-weight:bolder;}

.voddatefont  {width:100px; float:left; margin:0; font-family:µ¸¿ò; font-size:12px;color:#fff; padding:5px 0px 0px 15px;}
.titlemedia  {width:78px; height:14px; padding:0px 0px 7px 0px; margin:0;}

.tv_onair  { padding:18px 0px 0px 0px; margin:0;}


 
 
#media A.mediaSpace { font : 12px µ¸¿ò; color:#888888 ; text-decoration: none;  line-height :130%; letter-spacing : -1px;}
#media A:hover.mediaSpace { font : 12px µ¸¿ò; color:#0D2D94 ; text-decoration: none;  line-height :130%; letter-spacing : -1px;}
 
/*con3*/

#con3 {width:993px; height:454px; padding:1px 0px 0px 3px;  margin-bottom:6px; background:url("/static/images/main/bg_con3.gif") no-repeat left top; } 

.con3InfoWrap {width:990px; height:450px; padding:2px 0px 0 0;margin:0; overflow:hidden; float:left;text-align:left;}
.con3news {width:432px; height:421px; float:left; /*background:#EEE;*/background:#fff; padding:15px 15px; margin:0; }
.con3newslist { width:432px;  float:left;  margin:0;}
.con3mediafocus {width:498px; height:420px; float:left; background:#FFF; padding:15px 15px; margin:0;position:relative; }

.arti_list1 {width:100%; float:left; padding:10px 0px 0px 3px; margin:0;}

#media td {text-align:left;white-space:nowrap;}

#media .focustitle  {font-size:12px; font-weight:bolder; line-height:2.0em;color:#333; text-decoration:none; letter-spacing:-0.05em;}
#media .focustitle a:hover {font-size:12px; font-weight:bolder; line-height:2.0em;color:#000; text-decoration:none; letter-spacing:-0.05em;}
#media .focustitle2 { padding:2px 0 20px 0; font-size:12px;line-height:1.0em;color:#444; text-decoration:none ; letter-spacing:-0.05em;font-weight:none;}
#media .focustitle2 a:hover { padding:2px 0 20px 0;font-size:12px; line-height:1.0em;color:#002676; text-decoration:underline; letter-spacing:-0.05em;font-weight:none ;}

#focus_space p{height:4px;}

 a.m_vod_title1, a.m_vod_title1:visited, a.m_vod_title1:active  { font-size:12px;font-weight:bold; line-height:24px;color:#444; text-decoration:none ; letter-spacing:-0.05em;}
 a.m_vod_title1:hover {font-size:12px; font-weight:bold; line-height:24px;color:#000; text-decoration:none ; letter-spacing:-0.05em;}

 a.m_vod_title2, a.m_vod_title2:visited, a.m_vod_title2:active  { font-size:12px;line-height:14px;color:#444; text-decoration:none ; letter-spacing:-0.05em;}
 a.m_vod_title2:hover {font-size:12px; line-height:14px;color:#EF0106; text-decoration:underline; letter-spacing:-0.05em;}





#notice {width:430px; height:61px; float:left; background:url("/static/images/main/bg_notice.gif") no-repeat left top; position:relative; margin:10px 0 0 0 ;}
#notice .con3notice{width:360px; height:61px; float:left;  margin:0; overflow:hidden; padding: 10px 0px 0px 60px; } 
#notice li.mainlist a, #notice li.mainlist a:visited, #notice li.mainlist a:active  {color:#020E58; text-decoration:none;letter-spacing:-0.05em;line-height:20px;text-align:left; 
background:url("/static/images/main/icon_dot1.gif") no-repeat 0 30%;	 
padding:0px 0px 0px 10px;}
#notice li.mainlist a:hover {color:#020E58; text-decoration:underline;letter-spacing:-0.05em;line-height:20px;text-align:left;padding:0px 0px 0px 10px;}






#news{width:432px; float:left;  margin:0; overflow:hidden; padding: 0px 0px 0px 0px;}
#news p{height:10px;}
#news li.list a, #news li.list a:visited, #news li.list a:active {font-family:µ¸¿ò;font-size:14px; font-weight:bolder; line-height:26px;color:#020E58; text-decoration:none; letter-spacing:-0.05em;;}
#news li.list a:hover {font-family:µ¸¿ò;font-size:14px; font-weight:bolder; line-height:26px;color:#020E58; text-decoration:underline; letter-spacing:-0.05em;}


#con4 {width:996px; height:208px; padding:1px 0px 0px 0px; margin:0 auto; background:url("/static/images/main/bg_con4.gif") no-repeat left top;}
.con4ProWrap {width:990px; height:356px; padding:2px 0px 0 0; margin:0; overflow:hidden; text-align:left;}
.con4section {width:418px; height:316px; float:left; padding:46px 0 0 30px; margin:0; }
#con4prolist {width:520px; height:316px; float:left; padding:45px 0 0 0px; margin:0;}
#con4prolist td {text-align:left; line-height:18px;}

#con4prolist  a.section1, a.section1:visited, a.section1:active { font-size:11px; line-height:18px;color:#444; text-decoration:none !important; letter-spacing:-0.05em;padding:0px 0px 0px 5px;}
#con4prolist  a.section1:hover {font-size:11px; line-height:18px;color:#000; text-decoration:none !important; letter-spacing:-0.05em;padding:0px 0px 0px 5px; font-weight:none;}

a.a_title_r1:active

.innerText{line-height:25px;}
.hsection {font-weight:bold; background:url("/static/images/main/icon_arrow_red.gif") no-repeat right top; padding:0px 7px 0px 0px;line-height:24px;}
.innerBanner img {padding: 10px 15px 0 0px; float:left;}
.proSpace {padding: 10px 0px 0 0px;float:left; font-weight:none;}
.proSpace img {padding: 0px 0 1px 0; float:left; }

#con3 .icon_news0 {padding:0px 0px 0px 45px;}
#con3 .icon_news1 {background:url("/news/img/icon_news_1.gif") no-repeat 0 30%; padding:0px 0px 0px 45px;}
#con3 .icon_news2 {background:url("/news/img/icon_news_2.gif") no-repeat 0 30%; padding:0px 0px 0px 45px;}
#con3 .icon_news3 {background:url("/news/img/icon_news_3.gif") no-repeat 0 30%; padding:0px 0px 0px 45px;}
#con3 .icon_news4 {background:url("/news/img/icon_news_4.gif") no-repeat 0 30%; padding:0px 0px 0px 45px;}
#con3 .icon_news5 {background:url("/news/img/icon_news_5.gif") no-repeat 0 30%; padding:0px 0px 0px 45px;}
#con3 .icon_news6 {background:url("/news/img/icon_news_6.gif") no-repeat 0 30%; padding:0px 0px 0px 45px;}
#con3 .icon_news7 {background:url("/news/img/icon_news_7.gif") no-repeat 0 30%; padding:0px 0px 0px 45px;}
#con3 .icon_news8 {background:url("/news/img/icon_news_8.gif") no-repeat 0 30%; padding:0px 0px 0px 45px;}
#con3 .icon_news9 {background:url("/news/img/icon_news_9.gif") no-repeat 0 30%; padding:0px 0px 0px 45px;}
#con3 .icon_news10 {background:url("/news/img/icon_news_10.gif") no-repeat 0 30%; padding:0px 0px 0px 45px;}
#con3 .icon_news11 {background:url("/news/img/icon_news_11.gif") no-repeat 0 30%; padding:0px 0px 0px 45px;}
#con3 .icon_news13 {background:url("/news/img/icon_news_13.gif") no-repeat 0 30%; padding:0px 0px 0px 45px;}
#con3 .icon_news14 {background:url("/news/img/icon_news_14.gif") no-repeat 0 30%; padding:0px 0px 0px 45px;}
#con3 .icon_news15 {background:url("/news/img/icon_news_15.gif") no-repeat 0 30%; padding:0px 0px 0px 45px;}

a.a_title_r1, a.a_title_r1:visited, a.a_title_r1:active {
    font-size:14px;
	font-weight:bolder;
	color:#020E58; 
    text-decoration:none;
	position: relative;
    margin:0px;	
	line-height:26px;
	border:0px;
	text-align:left;
	letter-spacing:-0.05em;
	padding:0px 0px 0px 15px;
	background:url("/static/images/main/icon_r_oran.gif") no-repeat 0 30%;	
}
a.a_title_r1:hover {
    font-size:14px;
	font-weight:bolder;
	color:#020E58; 
    text-decoration:underline;
	position: relative;
    margin:0px;
	line-height:26px;
	border:0px;
	text-align:left;
	letter-spacing:-0.05em;
	padding:0px 0px 0px 15px;
	background:url("/static/images/main/icon_r_oran.gif") no-repeat 0 30%;	
}




/* footer */
#footer {max-width:100%; min-width:990px; clear:left; padding:0 3px; margin-top:7px;}
.menus {width:942px; padding:0 24px; height:130px; overflow:hidden; background:#8e8e8e url("/images/common/footer_top_back.gif") repeat-x left top;}
.wowSrvc {width:465px; background:url(http://image.wowtv.co.kr/wowtv_static/images/main/footer_gra_sepe.gif) no-repeat right 30px; float:left;}
.wowSrvc .tit {height:20px; padding-top:9px;}
.wowSrvc ul {width:147px; overflow:hidden; margin-top:20px; float:left;}
.wowSrvc li {width:147px; float:left; margin-bottom:6px; background:url(/images/ico/2by2_rect_gray_light.gif) no-repeat 1px 5px; padding-left:8px; font-weight:bold;}
.wowSrvc a, .wowSrvc a:visited, .wowSrvc a:active {color:#fc0; text-decoration:none;}
.wowSrvc a:hover {color:#f00; text-decoration:underline; color:#fc0;}


.footInfoWrap {width:990px; overflow:hidden; height:150px; background:#c7c7c7;}
.footLogo {width:213px; float:left;}
.footLogo img {margin:20px 0 0 25px;}
.footInfo {width:753px; float:left; margin-top:13px;} 

.infoTop {width:100%; overflow:hidden; height:31px; border-bottom:1px solid #aaa;}
.infoTop .comMnu {float:left; width:590px; overflow:hidden; margin-top:6px;}
.infoTop .comMnu  li {float:left; padding-right:10px; background:url(http://image.wowtv.co.kr/wowtv_static/images/main/foot_menu_sepe.gif) no-repeat right top; margin-right:8px;}
.infoTop .comMnu  li.lst {background:none;}
.infoTop .comMnu  li img {}
.infoTop select {width:160px; float:right;}

.comInfo {width:100%; margin-top:15px;}
.comInfo li {width:100%; height:16px;}
.comInfo li img {float:left; clear:both;}









/* margin & padding style */
.tMar0 {margin-top:0px !important;}
.tMar1 {margin-top:1px !important;}
.tMar2 {margin-top:2px !important;}
.tMar3 {margin-top:3px !important;}
.tMar4 {margin-top:4px !important;}
.tMar5 {margin-top:5px !important;}
.tMar6 {margin-top:6px !important;}
.tMar7 {margin-top:7px !important;}
.tMar8 {margin-top:8px !important;}
.tMar9 {margin-top:9px !important;}
.tMar10 {margin-top:10px !important;}
.tMar12 {margin-top:12px !important;}
.tMar15 {margin-top:15px !important;}
.tMar20 {margin-top:20px !important;}
.tMar25 {margin-top:25px !important;}
.tMar30 {margin-top:30px !important;}
.tMar55 {margin-top:55px !important;}
.marZero {margin:0 !important;}
.mMarBtn {margin-top:-18px;}

.rMar0 {margin-right:0 !important;}
.rMar3 {margin-right:3px !important;}
.rMar5 {margin-right:5px !important;}
.rMar10 {margin-right:10px;}

.bMar0 {margin-bottom:0px !important;}
.bMar1 {margin-bottom:1px;}
.bMar2 {margin-bottom:2px;}
.bMar5 {margin-bottom:5px;}
.bMar8 {margin-bottom:8px !important;}
.bMar15 {margin-bottom:15px !important;}
.bMar20 {margin-bottom:20px !important;}

.lMar3 {margin-left:3px;}
.lMar5 {margin-left:5px;}
.lMar10 {margin-left:10px;}
.lMar15 {margin-left:15px;}
.lMar25 {margin-left:25px !important;}
.lMar30 {margin-left:30px !important;}

.tPad0 {padding-top:0 !important;}
.tPad2 {padding-top:2px;}
.tPad3 {padding-top:3px;}
.tPad5 {padding-top:5px !important;}
.tPad8 {padding-top:8px !important;}
.tPad10 {padding-top:10px !important;}

.rPad0 {padding-right:0 !important;}
.rPad3 {padding-right:3px;}

.bPad5 {padding-bottom:5px !important;}
.bPad15 {padding-bottom:15px;}

.lPad0 {padding-left:0 !important;}
.more {padding:3px;}
.arrowBtn {padding:6px 5px;}

.hei10 {height:10px !important;}
.hei20 {height:20px;}
.hei30 {height:30px;}

.aPad5 {padding:5px;}

/* width & height */
.wid40 {width:40px !important;}
.wid50 {width:50px !important;}
.wid100 {width:100px !important;}
.wid115 {width:115px !important;}
.wid120 {width:122px !important;}	/* sync input type 'text' use width at select tag*/
.wid150 {width:150px !important;}
.wid180 {width:180px !important;}
.wid190 {width:190px !important;}
.wid220 {width:220px !important;}
.wid230 {width:230px !important;}
.wid250 {width:250px !important;}
.wid270 {width:270px !important;}
.wid370 {width:370px !important;}
.wid450 {width:450px !important;}
.wid500 {width:500px !important;}
.wid520 {width:520px !important;}
.wid565 {width:565px !important;}


/* absolute focus layer */
#focusWrap {position:fixed; _position:absolute; z-index:2; left:0; bottom:0; _bottom:-1px; width:100%; color:#fff; overflow:hidden;}
#focusWrap .focusFix {width:990px; padding:3px 3px 0 3px;  margin:0 auto; _padding-right:18px; background:url(/images/common/focus_box.png) no-repeat left top;}
#focusWrap .realSize {width:966px; height:192px; margin:0 0 0 24px;}

.titLinkIndi {width:100%; overflow:hidden;}
.titLinkIndi li {float:left; width:189px; background:url(/images/common/focus_tit_sepe.gif) no-repeat right 11px; height:31px;}
.titLinkIndi li img {margin:9px 0 0 10px;}
.titLinkIndi li.focusNote {width:186px; overflow:hidden;}
.titLinkIndi li.focusNote img {margin-left:0;}
.titLinkIndi li .stateBtnA {float:right; margin-right:24px; display:inline;}

.focusCont {width:100%; overflow:hidden;}

.focusImg {width:186px; padding:15px 0; float:left;}
.focusImg img {border:1px solid #333;}

.focusItemPack {width:779px; overflow:hidden; zoom:1; float:left; height:145px; border-left:1px solid #ebebeb;}

.focusList {width:779px; overflow:hidden; zoom:1; float:left;}
.focusList ul {float:left; width:189px; height:107px; background:url(/images/common/focus_cont_sepe.gif) repeat-y left top; padding-top:10px;}
.focusList ul li {font-size:11px; letter-spacing:-1px; padding-left:10px; margin-bottom:2px;}
.focusList ul li a, .focusItemPack ul li a:visited, .focusItemPack ul li a:active {color:#888; text-decoration:none;}
.focusList ul li a:hover {color:#888; text-decoration:underline;}

.focusItemTbl {width:100%;}
.focusItemTbl th {text-align:left; padding-left:10px; font-weight:normal; font-size:11px;}
.focusItemTbl td {color:#888; letter-spacing:0; letter-spacing:-1px;}
.focusItemTbl td.price {text-align:right; font-family:verdana, dotum; font-size:0.75em;}
.focusItemTbl td.state {padding-left:12px; font-family:verdana, dotum; font-size:0.75em;}

.focusItem {float:left; width:189px; height:107px; padding-top:10px;}



.ticker {width:100%; clear:both; padding-top:10px; clear:both; background:#fafafa url(/images/common/ticker_repeat.gif) repeat-x left top; font-size:11px; letter-spacing:-1px;}
.ticker dt {float:left; font-weight:bold; color:#d91d09; padding:0 12px;}
.ticker dd {float:left; position:relative;}
.ticker dd span {padding-right:15px; margin-right:10px; background:url(/images/image/global_sepe_line.gif) no-repeat right top;}
.ticker .btnPrev {position:absolute; left:686px; top:0; cursor:pointer;}
.ticker .btnNext {position:absolute; left:696px; top:0; cursor:pointer;}

.btnPrevAno {position:absolute; right:22px; bottom:10px;}
.btnNextAno {position:absolute; right:11px; bottom:10px;}


/* sepe. one's style*/
.addLine2 {border-bottom:1px solid #ccc;}

/* tr.odd	{background:#dfdfdf;} */
tr.highlight {background:#fafafa;}
/* tr.selected {background:#4a1200; color:#fff;} */
td+td+td {text-align:right;}
li.highlight {background:#fafafa;}
/* li.selected {background:#4a1200; color:#fff;} */


/* ÁÂ¿ìÃø Æ÷Áö¼Ç ¹è³Ê */
.absAd {position:absolute;}
.adLocA {width:71px; left:-83px; top:95px;}
.adLocB {width:71px; left:1003px; top:143px; border:1px solid #303030; border-top:0;}
/*.adLocB {width:1771px; left:1px; top:95px;background:red;}*/
.adLocA li {float:left; border-top:1px solid #303030;}


/* aside right ad. */
#quick {width:178px; margin:0 3px; display:inline; float:left;}

.asideService {width:178px; padding:3px; float:left;}
.asideInner {width:148px; margin-top:25px; padding:0 15px;}
.asideInnerMain {width:148px; padding:0 15px;}

.asideMajorSrvc {width:100%; margin-top:25px;}
.asideMajorSrvc dt {height:19px;}
.asideMajorSrvc dd {width:100%; overflow:hidden;}
.asideMajorSrvc dd img {float:left; margin-top:4px;}

.asideExpertWrap {margin-top:30px;}
.asideExpertWrap p {height:19px; border-bottom:2px solid #ccc;}
.asideExpert {width:100%; overflow:hidden;}
.asideExpert dt {float:left; width:95px; height:18px; padding-top:5px; border-bottom:1px solid #eee; clear:both;}
.asideExpert dt img {display:inline; margin-bottom:2px; _margin-bottom:0;}
.asideExpert dd {float:right; width:53px; height:21px; padding-top:2px; border-bottom:1px solid #eee;}
.asideExpertWrapTop {margin-top:0; padding-top:5px;}
.asideExpertWrapTop p {height:28px; border-bottom:2px solid #ccc;}

.asideBNewsWrap {}
.asideBNewsWrap p {height:19px; border-bottom:2px solid #ccc;}
.asideBNews li {padding:9px 0 6px 0; font-weight:bold; border-bottom:1px solid #eee; letter-spacing:-1px;}
.asideBNews li span {color:#448ccb; padding-left:5px;}

.asideWowInfoWrap {margin-top:30px;}
.asideWowInfoWrap p {height:19px;}
.asideWowInfo {margin-top:5px;}
.asideWowInfo li {background:url(/images/ico/2by2_rect_gray_light.gif) no-repeat left 7px; padding:2px 0 2px 7px;}


/* »õµµ¿î ¹Ú½º ÀÌ¹ÌÁö ¹× »çÀÌÁî Á¤ÀÇ */
.subMain {margin-top:77px; overflow:hidden; width:100%;} /* real srtver margin-top:77px; del. */
.showInner {padding:21px 22px;}
.showInnerRed {padding:17px 18px; border:4px solid #ed1c24;}
.showInnerBlue {padding:17px 18px; border:4px solid #0072bc;}

.mtitHei {width:100%; overflow:hidden; margin-bottom:15px;}
.mtitHei .tit {float:left;}
.mtitHei .more {float:right;}
.mtitHeiShort {width:100%; overflow:hidden; margin-bottom:12px;}
.mtitHei .btns {float:right;}
.mtitHei .btns img {float:left; margin-left:3px; display:inline;}


.box808Bttm {background:url(/images/image/shdw_808_bottom.gif) no-repeat left bottom; line-height:0; font-size:0; height:3px;}
.box808Top {background:url(/images/image/shdw_808_top.gif) no-repeat left top; line-height:0; font-size:0; height:3px;}
.box808Wrap {width:802px; padding:0 3px; background:url(/images/image/shdw_808_repeat.gif) repeat-y left top;}

.box658Bttm {background:url(/images/image/shdw_658_bottom.gif) no-repeat left bottom; line-height:0; font-size:0; height:3px;}
.box658Top {background:url(/images/image/shdw_658_top.gif) no-repeat left top; line-height:0; font-size:0; height:3px;}
.box658Wrap {width:652px; padding:0 3px; background:url(/images/image/shdw_658_repeat.gif) repeat-y left top;}

.box658Bttm2 {background:url(/images/image/shdw2_658_bottom.gif) no-repeat left bottom; line-height:0; font-size:0; height:3px;}
.box658Top2 {background:url(/images/image/shdw2_658_top.gif) no-repeat left top; line-height:0; font-size:0; height:3px;}
.box658Wrap2 {width:652px; padding:0 3px; background:url(/images/image/shdw2_658_repeat.gif) repeat-y left top; overflow:hidden;}

.box658Bttm3 {background:url(/images/image/shdw3_658_bottom.gif) no-repeat left bottom; line-height:0; font-size:0; height:3px;}
.box658Top3 {background:url(/images/image/shdw3_658_top.gif) no-repeat left top; line-height:0; font-size:0; height:3px;}
.box658Wrap3 {width:652px; padding:0 3px; background:url(/images/image/shdw3_658_repeat.gif) repeat-y left top; overflow:hidden;}

.box616Bttm {background:url(/images/image/shdw_616_bottom.gif) no-repeat left bottom; line-height:0; font-size:0; height:3px;}
.box616Top {background:url(/images/image/shdw_616_top.gif) no-repeat left top; line-height:0; font-size:0; height:3px;}
.box616Wrap {width:610px; padding:0 3px; background:url(/images/image/shdw_616_repeat.gif) repeat-y left top;}

.box376Bttm {background:url(/images/image/shdw_376_bottom.gif) no-repeat left bottom; line-height:0; font-size:0; height:3px;}
.box376Top {background:url(/images/image/shdw_376_top.gif) no-repeat left top; line-height:0; font-size:0; height:3px;}
.box376Wrap {width:370px; padding:0 3px; background:url(/images/image/shdw_376_repeat.gif) repeat-y left top;}

.box334Bttm {background:url(/images/image/shdw_334_bottom.gif) no-repeat left bottom; line-height:0; font-size:0; height:3px;}
.box334Top {background:url(/images/image/shdw_334_top.gif) no-repeat left top; line-height:0; font-size:0; height:3px;}
.box334Wrap {width:328px; padding:0 3px; background:url(/images/image/shdw_334_repeat.gif) repeat-y left top;}

.box184Bttm {background:url(/images/image/shdw_184_bottom.gif) no-repeat left bottom; line-height:0; font-size:0; height:3px;}
.box184Top {background:url(/images/image/shdw_184_top.gif) no-repeat left top; line-height:0; font-size:0; height:3px;}
.box184Wrap {width:178px; padding:0 3px; background:url(/images/image/shdw_184_repeat.gif) repeat-y left top;}


/* ÁÂ¿ìÃø Æ÷Áö¼Ç ¹è³Ê */
