@charset "euc-kr";

/* ================================================
	common style
	source file	: common.css
	target		: CSS Level 2
	make		: 2010.04.06
	last update	: 2010.--.--
================================================ */

/* 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%; overflow-y:scroll;}
*html {overflow:hidden;}
body {width:100%; height:100%; font:0.75em dotum, verdana, arial, helvetica, sans-serif; color:#666; background:#e6e6e6; line-height:1.4; line-height:130%;} /* url(http://image.wownet.co.kr/images/common/logo_back.gif) repeat left top */
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 {color:#333; text-decoration:none;}
a:hover {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 {color:#666; text-decoration:none;}
a.txtGrayLight:hover {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;}

a.txtGrayLight, a.txtGrayLight:visited, a.txtGrayLight:active {color:##999; text-decoration:none;}
a.txtGrayLight:hover {color:##999; 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;}

.backWhite {background:#fff;}


/* 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;}
.floatCenter {float:center !important;}
.clear {clear:both;}


/* font color & background */
.txtRed {color:#f00 !important;}
.txtRedB {font-weight:bold; color:#f00 !important;}
.txtBlue {color:#1e4483 !important;} /* #001e97 */
.txtBlueB {font-weight:bold; color:#1e4483 !important;} /* #001e97 */
.txtBluereal {color:#0000ff !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;}
.txtBlack {color:#000 !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:100%; min-width:996px; position:relative; height:100%; height /**/:auto; _overflow-y:scroll; _overflow:auto;}
#pageWrap {width:996px; margin:0 auto; position:relative;}
#topper {width:990px; padding:0 3px; margin:0 auto; margin-bottom:3px; background:#ededed url(http://image.wownet.co.kr/images/common/topper_back.gif) no-repeat left bottom; padding-bottom:3px; position:relative; z-index:999;}
#contWrap {width:996px; overflow:hidden; margin:0 auto; clear:both;} /* padding-bottom:250px;  */
#content {width:680px; float:left; margin:0 7px; display:inline;}
#contentWide {width:802px; float:left; margin:0 7px 0 3px; display:inline;}
#contentFull {width:996px; float:left; margin:0 0px; display:inline; }




.contentInnerFull {width:960px; padding:0 15px; vertical-align:top;  background:#ee1c24;  display:inline; }



#contents {width:868px; float:left; margin:0 0 0 7px; display:inline;}
.contents_tech {width:838px; padding:0 15px;}


#contentAll {width:990px; float:left; margin:0 7px 0 3px; display:inline;}


.contentInner {width:650px; padding:0 15px;}
.contentInnerFrame {width:610px; padding:0 0px;}
.contentInnermsn {width:650px; padding:0 0px;}
#Frame100 {width:100%; height:100%; background:#fff; }
.contentWide {width:802px; margin-top:0;}
.contentInnerWide {width:758px; padding:0 22px; margin-top:0;}




#contentone {width:990px; padding:0 3px; float:left; display:inline; overflow:hidden;}
.contentone { }
.contentoneInner {width:960px; padding:0 15px; float:left; display:inline;  overflow:hidden;}

#wid960 {width:960px;!important;}
.wid782_qr {width:782px; float:left;  display:inline; !important;}
.wid160 {width:160px; !important;}
.wid177 {width:177px;  float:right; !important;}







.t2ColTop {height:3px; line-height:3px; font-size:3px; background:url(http://image.wownet.co.kr/images/common/2_box_top.gif) no-repeat left top;}
.t2ColWrap {background:url(http://image.wownet.co.kr/images/common/2_box_repeat.gif) repeat-y left top; margin-bottom:50px;}
.t2ColBottom {clear:both; height:3px; line-height:3px; background:url(http://image.wownet.co.kr/images/common/2_box_bottom.gif) no-repeat left bottom;  padding-bottom:50px;}






.t3ColTop {height:3px; line-height:3px; font-size:3px; background:url(http://image.wownet.co.kr/images/common/3_box_top.gif) no-repeat left top;}
.t3ColWrap {background:url(http://image.wownet.co.kr/images/common/3_box_repeat.gif) repeat-y left top; margin-bottom:50px; }
.t3ColBottom {clear:both; height:3px; line-height:3px; background:url(http://image.wownet.co.kr/images/common/3_box_bottom.gif) no-repeat left bottom;  padding-bottom:50px;}






.thColTop {height:3px; line-height:3px; font-size:3px; background:url(http://image.wownet.co.kr/images/common/th_box_top.gif) no-repeat left top;}
.thColWrap {background:url(http://image.wownet.co.kr/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.wownet.co.kr/images/common/th_box_bottom.gif) no-repeat left bottom;  padding-bottom:50px;}

.twColTop {height:3px; line-height:3px; font-size:3px; background:url(http://image.wownet.co.kr/images/common/tw_box_top.gif) no-repeat left top;}
.twColWrap {background:url(http://image.wownet.co.kr/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.wownet.co.kr/images/common/tw_box_bottom.gif) no-repeat left bottom;  padding-bottom:50px;}

.onColTop {height:3px; line-height:3px; font-size:3px; background:url(http://image.wownet.co.kr/images/common/on_box_top.gif) no-repeat left top;}
.onColWrap {background:url(http://image.wownet.co.kr/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.wownet.co.kr/images/common/on_box_bottom.gif) no-repeat left bottom;  padding-bottom:50px;}



/* ½ºÅ¹·Ð ¸ÞÀÎ */
.stock3ColTop {height:3px; line-height:0; font-size:0; background:url(http://image.wownet.co.kr/images/common/3_box_top.gif) no-repeat left top;}
.stock3ColWrap {background:url(http://image.wownet.co.kr/images/common/3_box_repeat.gif) repeat-y left top; margin-bottom:0;}
.stock3ColBottom {clear:both; height:3px; line-height:0; background:url(http://image.wownet.co.kr/images/common/3_box_bottom.gif) no-repeat left bottom; padding-bottom:0;}

#contentstock {width:990px; padding:0 3px; float:left; display:inline; overflow:hidden;}
.contentstock { }
.contentstockInner {width:990px; padding:25px 0 22px 26px; float:left; overflow:hidden;}
.contentstockInner li {float:left; display:inline; margin-right:8px; list-style:none;}

.contentstockInner2 {width:990px; padding:25px 20px 22px 60px; float:left; overflow:hidden; }
.contentstockInner2 li { float:left; display:inline; margin-right:20px; list-style:none;}
.contentstockInner2 li .hline{float:left; margin-top:10px; margin-left:10px; margin-right:10px; width:1px; height:230px; background-color:#d1d1d1;}



/* golbal menu */
#globalPack {width:730px; float:left; height:83px;} /* overflow:hidden; */
#global {height:13px; padding:7px 60px 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.wownet.co.kr/images/image/global_sepe_line.gif) no-repeat right top;}
.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;}

.srchPack {width:100%; clear:both;}

.globalLogin {width:100%; float:left; margin-top:10px; 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.wownet.co.kr/images/common/id_back.gif) no-repeat left top; margin-right:6px;}
.globalLogin input.pw {background:#fff url(http://image.wownet.co.kr/images/common/pw_back.gif) no-repeat left top;}
.globalLogin img.login {float:left;}

.globalLogView {width:166px; float:left; margin-top:2px; _margin-top:0; 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.wownet.co.kr/images/ico/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:21px;}




.globalJoin {font-size:11px; letter-spacing:-1px; margin:5px;}
.globalJoin a {padding-left:5px; background:url(http://image.wownet.co.kr/images/ico/mem_loin_arrow.gif) no-repeat left 3px;}
.globalJoin a.memJoin {margin-right:7px;}

/* service link &amp; hot */
#serviceGo {width:100%; overflow:hidden; clear:both; height:23px; background:#333;}
#serviceGo li {float:left; display:inline; font-size:11px; margin:6px 0 0 23px; letter-spacing:-1px; font-weight:bold;}
#serviceGo li a, #serviceGo li a:visited, #serviceGo li a:active {color:#acacac; text-decoration:none;}
#serviceGo li a:hover {color:#acacac; text-decoration:underline;}
#serviceGo li.hot a, #serviceGo li.hot a:visited, #serviceGo li.hot a:active {color:#f59500; text-decoration:none;}
#serviceGo li.hot a:hover {color:#f59500; text-decoration:underline;}
#serviceGo span {margin-right:10px;}

/* service link &amp; hot2 */
#serviceGo2 {width:100%; overflow:hidden; clear:both; height:30px; background:#333;}
#serviceGo2 li {float:left; display:inline; font-size:12px; margin:8px 0 0 20px; letter-spacing:-1px; font-weight:bold;}
#serviceGo2 li a, #serviceGo2 li a:visited, #serviceGo2 li a:active {color:#acacac; text-decoration:none;}
#serviceGo2 li a:hover {color:#acacac; text-decoration:underline;}
#serviceGo2 li.hot a, #serviceGo2 li.hot a:visited, #serviceGo2 li.hot a:active {color:#f59500; text-decoration:none;}
#serviceGo2 li.hot a:hover {color:#f59500; text-decoration:underline;}
#serviceGo2 span {margin-right:5px;}


/* top search & logo */
#head {width:560px; clear:left; float:left; margin-top:5px;} /* overflow:hidden; */
#headAll {width:600px; clear:left; float:left;} /* overflow:hidden; */
h1 {float:left; width:235px; height:83px;}
h1 .logo {margin:4px 0 0 35px;}
.srch {width:560px; float:left; margin-top:12px; _margin-top:9px; position:relative;}
.srch .srchBtn {float:left; margin-right:4px; display:inline;}
.srchInput {border:3px solid red; float:left; background:#fff;}
/*.srchInput .srchList {padding:6px 7px; background:url(http://image.wownet.co.kr/images/common/srach_line.gif) no-repeat right 5px;}*/
.srchInput input {width:370px; height:18px; padding-top:5px; font-size:18px; font-weight:bold; border:0; color:#000;}
/*.srchInput img {padding:6px 0 6px 7px; float:left;}*/
.srchInput img {float:left;}
.recommandSrch {overflow:hidden; margin-top:9px;}
.recommandSrch li {float:left; background:url(http://image.wownet.co.kr/images/common/recommand_sepe.gif) no-repeat right 0px; padding:0 9px; 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-x:hidden; z-index:999; background:#fff; display:none;}
.extendSrch li {zoom:1;}
.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:750px; float:left; margin-top:12px; position:relative;}
.srchGray .srchBtn {float:left; margin-right:4px;}
.srchInputGray {border:3px solid #7d7d7d; float:left; background:#fff; position:relative;}
.srchInputGray .srchListGray {padding:6px 7px; background:url(http://image.wownet.co.kr/images/common/srach_line.gif) no-repeat right 5px;}
.srchInputGray input {width:387px; height:20px; *height:18px; padding-top:5px; font-size:18px; font-weight:bold; border:0; color:#000;}
.srchInputGray img {float:left;} /* padding:6px 0 6px 5px;  */
.recommandSrchGray {overflow:hidden; margin-top:9px;}
.recommandSrchGray li {float:left; background:url(http://image.wownet.co.kr/images/common/recommand_sepe.gif) no-repeat right 0px; padding:0 9px; font-size:11px;}
.recommandSrchGray a, .recommandSrch a:visited, .recommandSrch a:active {color:#888; text-decoration:none;}
.recommandSrchGray a:hover {color:#888; text-decoration:underline;}

.searchList {display:none; position:absolute; top:-1px; left:-1px; width:107px; border:1px solid #333;}
.searchList img {padding:0;}
.searchList li.current {overflow:hidden;}
.searchList li.current img {float:left;}
.searchList li.borderAdd {border-top:1px solid #cbcbcb;}
.glbSearchList {display:none; position:absolute; top:-1px; left:-1px; width:75px; border:1px solid #333; background:#fff; z-index:99999;}




/* global nabvigation bar */
#gnbWrap {width:100%; position:relative; z-index:99; *z-index:-1} 
#gnb {width:100%; overflow:hidden; background:#ee1c24;}
#gnb .depthOne {float:left; display:inline;}  /* background:url(http://image.wownet.co.kr/images/common/gnb_sepe.gif) no-repeat right 13px; padding-right:9px; margin-right:9px; */
#gnb .depthOneLst {float:right; background:none; padding-right:0; margin-right:15px;}
#gnb .depthOne li {float:left;}
#gnb .depthOne li img {float:left; padding:5px 0;}
.menuExtend {width:100%; background:url(http://image.wownet.co.kr/images/common/menu_extend_pattern.gif) repeat-x left bottom; height:60px; position:absolute; top:36px; left:0; z-index:999;}
.menuExtendTall {width:100%; background:url(http://image.wownet.co.kr/images/common/menu_extend_pattern.gif) repeat-x left bottom; height:62px; position:absolute; top:40px; left:0; z-index:999;}


#gnb .menuExtend {width:990px; overflow:hidden; display:none;}
#gnb .menuExtend dt {width:257px; float:left;}
#gnb .menuExtend dt img {margin:16px 0 0 25px; padding:0; display:inline;}
#gnb .menuExtend dd {width:733px; float:left;}

#gnb .menuExtendTall {width:990px; overflow:hidden; display:none;}
#gnb .menuExtendTall dt {width:300px; float:left; margin:0 13px 0 25px; display:inline;}
#gnb .menuExtendTall dt img {margin-right:3px;}
#gnb .menuExtendTall dt .stockName {margin:12px 0 0 0; padding:0; display:inline;}
#gnb .menuExtendTall dd {width:652px; float:left;}

#gnb .menuExtendStock {width:990px; overflow:hidden; display:none;}
#gnb .menuExtendStock dt {width:325px; float:left;}
#gnb .menuExtendStock dt img {margin:20px 0 0 25px; padding:0; display:inline;}
#gnb .menuExtendStock dd {width:665px; float:left;}

#gnb .menuExtendSub {width:100%; overflow:hidden; padding-top:6px;}
#gnb .menuExtendSub ul {width:100%; overflow:hidden;}
#gnb .menuExtendSub li {float:left; width:100px;}
#gnb .menuExtendSub li img {padding:0;} 


#gnb .menuExtendSub li.digitTwo {width:67px;}
#gnb .menuExtendSub li.digitThree {width:79px;}
#gnb .menuExtendSub li.digitFour {width:88px;}
#gnb .menuExtendSub li.digitSix {width:101px;}
#gnb .menuExtendSub li.digitEight {width:134px;}

#gnb .menuExtendSub li.unionK4S1 {width:93px;}
#gnb .menuExtendSub li.unionK5S1 {width:104px;}
#gnb .menuExtendSub li.unionK7S1 {width:125px;}
#gnb .menuExtendSub li.unionK8S1 {width:134px;}
#gnb .menuExtendSub li.unionK9S1 {width:150px;}
#gnb .menuExtendSub li.unionK9S3 {width:150px;}
#gnb .menuExtendSub li.unionK10S2 {width:163px;}

#gnb .menuExtendSub li.unionK2E3 {width:95px;}
#gnb .menuExtendSub li.unionK4E3 {width:116px;}


#gnb .menuExtendTall li.sizeA {width:88px;}
#gnb .menuExtendTall li.sizeB {width:133px;}
#gnb .menuExtendTall li.sizeC {width:79px;}
#gnb .menuExtendTall li.sizeD {width:67px;}
#gnb .menuExtendTall li.sizeE {width:47px;}
#gnb .menuExtendTall li.sizeF {width:68px;}
#gnb .menuExtendTall li.sizeG {width:90px;}
#gnb .menuExtendTall li.sizeH {width:69px;}



#gnb .menuExtendSubOne {width:100%; overflow:hidden; padding-top:17px;}
#gnb .menuExtendSubOne {width:100%; overflow:hidden;}
#gnb .menuExtendSubOne li {float:left; margin-right:10px;}
#gnb .menuExtendSubOne li img {padding:0;}







/* submenu navigation bar */
#snb {width:112px; padding:0 3px; float:left; display:inline; overflow:hidden;}
.snb {height:52px; height:60px; overflow:hidden; background:url(http://image.wownet.co.kr/images/image/page_tit_line.gif) repeat-x 3px bottom;}
.snb h2 {height:52px;}
.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.wownet.co.kr/images/ico/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.wownet.co.kr/images/ico/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:#333; 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;}
.joinBannerssb {margin:20px 0 0 2px;}

.snbWrap_inside {width:96px; margin-top:25px; padding:8px; }
.snbWrap_inside .mnu {background-color:#f3f3f3; padding:15px 0 15px 10px; border:1px solid #e5e5e5;}

/* history(line) menu */
.pageHead {zoom:1; margin-top:26px; padding:3px 15px 10px 15px; overflow:hidden; background:url(http://image.wownet.co.kr/images/image/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(http://image.wownet.co.kr/images/ico/history_arrow.gif) no-repeat left center; line-height:100%; letter-spacing:-1px;}
.pageHead .historyMnu li.home {float:left; padding:0 1px 0 7px; margin:2px 0 0 0; display:inline; background:url(http://image.wownet.co.kr/images/ico/history_home.gif) no-repeat left center; line-height:100%; letter-spacing:-1px;}
/*.pageHead .historyMnu li.home {width:10px; height:10px; margin-top:2px; background:none; background:url(http://image.wownet.co.kr/images/ico/history_home.gif) no-repeat right center;}*/

/* history(line) menu */
.pageHead2 {zoom:1; margin-top:26px; padding:3px 15px 10px 15px; overflow:hidden; background:url(http://image.wownet.co.kr/images/image/page_bar2.gif) no-repeat left bottom; margin-bottom:15px;}
.pageHead2 h3 {float:left; font-size:1.30em; margin-bottom:3px; color:#464646; padding-top:2px; line-height:100%;}
.pageHead2 h3 span {font-weight:normal; font-size:0.85em;}
.pageHead2 h3 span.sepe {color:#ccc; margin:0 5px 0 3px;}
.pageHead2 .historyMnu {float:right; margin:3px 2px 0 0; display:inline;}
.pageHead2 .historyMnu li {float:left; padding:0 1px 0 11px; margin:2px 0 0 8px; display:inline; background:url(http://image.wownet.co.kr/images/ico/history_arrow.gif) no-repeat left center; line-height:100%; letter-spacing:-1px;}
.pageHead2 .historyMnu li.home {float:left; padding:0 1px 0 7px; margin:2px 0 0 0; display:inline; background:url(http://image.wownet.co.kr/images/ico/history_home.gif) no-repeat left center; line-height:100%; letter-spacing:-1px;}
/*.pageHead .historyMnu li.home {width:10px; height:10px; margin-top:2px; background:none; background:url(http://image.wownet.co.kr/images/ico/history_home.gif) no-repeat right center;}*/


.pageHead .historyMnu span {color:#940f01;}
.pageHeadWide {background:url(http://image.wownet.co.kr/images/image/page_bar_wide.gif) no-repeat left bottom;}
.pageHeadAll {background:url(http://image.wownet.co.kr/images/image/page_bar_all.gif) no-repeat left bottom; margin-top:5px;}



/* tab menu page title */
h4.subj {padding-left:20px; background:url(http://image.wownet.co.kr/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(http://image.wownet.co.kr/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(http://image.wownet.co.kr/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(http://image.wownet.co.kr/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(http://image.wownet.co.kr/images/ico/bullet_tit.gif) no-repeat 8px 2px; margin-top:18px;}

h4.subj2 {padding-left:20px; background:url(http://image.wownet.co.kr/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;}
.tabMnuboardWrap {margin-top:10px !important;}
.tabMnuWrap {width:100%; overflow:hidden; border-bottom:1px solid #ee1c24; margin-top:30px;} 
.tabMnuWrap1 {width:100%; overflow:hidden; border-bottom:1px solid #ee1c24; margin-top:30px;} 
.tabMnuWrap .tabMnu {float:left; background:#f6f6f6 url(http://image.wownet.co.kr/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(http://image.wownet.co.kr/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; color:#333;}
.tabMnuWrap .tabMnu a:link, .tabMnu a:visited, .tabMnu a:active {color:#333; text-decoration:none;}
.tabMnuWrap .tabMnu a:hover {color:#333; text-decoration:none;}
.tabMnuWrap .tabMnu li.stateOn {background:#ee1c24; height:24px;}
.tabMnuWrap .tabMnu li.stateOff {margin-bottom:-1px; border-top:1px solid #d5d5d5; font-size:0.95em; letter-spacing:-1px; background:#f6f6f6 url(http://image.wownet.co.kr/images/image/tab_menu_sepe.gif) no-repeat left top; letter-spacing:-1px;}
.tabMnuWrap .tabMnu li.stateOn a {background:#ee1c24; color:#fff !important; position:relative; top:-1px; border-top:1px solid #ee1c24;}
.tabMnuWrap .tabMnu li.stateOff a {display:block; padding:6px 16px 1px 15px; float:left; color:#333;}
.tabMnuWrap .tabMnuMin li a {display:block; padding:5px 7px 2px 7px !important; float:left;}
.tabMnuWrap .tabMnuCounselAll li a {display:block; padding:5px 14px 2px 14px !important; float:left; *padding:5px 14px 2px 13px !important;}
.tabMnuWrap .reload {padding-left:10px; background:url(http://image.wownet.co.kr/images/ico/ico_reload.gif) no-repeat left 1px; margin:0 5px 0 7px;}
.tabMnuWrap .comment {float:right; margin:5px 3px 0 0; font-size:0.95em; color:#999;}


.tabMnuWrap1 {width:100%; overflow:hidden; border-bottom:1px solid #ee1c24; margin-top:30px;} 
.tabMnuWrap1 .tabMnu {float:left; background:#f6f6f6 url(http://image.wownet.co.kr/images/image/tab_menu_sepe.gif) no-repeat right top; border-right:1px solid #d5d5d5;} 
.tabMnuWrap1 .tabMnu li {float:left; margin-bottom:-1px; border-top:1px solid #d5d5d5; font-size:0.95em; letter-spacing:-1px; background:#f6f6f6 url(http://image.wownet.co.kr/images/image/tab_menu_sepe.gif) no-repeat left top; letter-spacing:-1px;}
.tabMnuWrap1 .tabMnu li a {display:block; padding:6px 10px 1px 9px; float:left; color:#333;}


/*.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(http://image.wownet.co.kr/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(http://image.wownet.co.kr/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;}
.tabMnuWrapBor3 {width:751px !important; border:1px solid #ccc; background:#f4f4f4; padding:5px 5px 4px 0; text-align:right;}

.tabMnuRight {width:100%; overflow:hidden; border-bottom:1px solid #ee1c24; position:relative;} 
.tabMnuRight .tabMnu {float:right; background:#f6f6f6 url(http://image.wownet.co.kr/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(http://image.wownet.co.kr/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:#333; text-decoration:none;}
.tabMnuRight .tabMnu a:hover {color:#333; 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(http://image.wownet.co.kr/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(http://image.wownet.co.kr/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:#333; text-decoration:none;}
.tabMnuAll .tabMnu a:hover {color:#333; text-decoration:none;}
.tabMnuAll .tabMnu li.stateOn {background:#ee1c24; height:24px;} /* font-size:0.95em; */
.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;}

.tabLineRight {width:100%; overflow:hidden; background:url(http://image.wownet.co.kr/images/image/tab_menu_red_line.gif) repeat-x left bottom; *background-position:left 1px; _background-position:left 1px;}   /* position:relative; */
.tabLineRight .tabMnu {float:right; background:#f6f6f6 url(http://image.wownet.co.kr/images/image/tab_menu_sepe.gif) no-repeat right top; border-right:1px solid #d5d5d5;} 
.tabLineRight .tabMnu li {float:left; margin-bottom:-1px; border-top:1px solid #d5d5d5; font-size:11px; letter-spacing:-1px; background:#f6f6f6 url(http://image.wownet.co.kr/images/image/tab_menu_sepe.gif) no-repeat left top; letter-spacing:-1px;}
.tabLineRight .tabMnu li a {display:block; padding:6px 0 1px 0; *padding:5px 0 2px 0; _padding:4px 0 3px 0; float:left; width:70px; text-align:center; border-bottom:1px solid red}
.tabLineRight .tabMnu a:link, .tabMnu a:visited, .tabMnu a:active {color:#333; text-decoration:none;}
.tabLineRight .tabMnu a:hover {color:#333; text-decoration:none;}
.tabLineRight .tabMnu li.stateOn {border:1px solid #ee1c24; border-bottom:1px solid blue; background:#fff; height:24px; font-weight:bold;}
.tabLineRight .tabMnu li.stateOn a {background:#fff; color:#000 !important; border-bottom:0;} /* position:relative; top:-1px; */
.tabLineRight .tabMnuMin li a {display:block; padding:5px 7px 2px 7px !important; float:left;}

.tabLineRight2 {width:100%; overflow:hidden; background:url(http://image.wownet.co.kr/images/image/tab_menu_red_line.gif) repeat-x left bottom; *background-position:left 1px; _background-position:left 1px;}   /* position:relative; */
.tabLineRight2 .tabMnu {float:left; background:#f6f6f6 url(http://image.wownet.co.kr/images/image/tab_menu_sepe.gif) no-repeat right top; border-right:1px solid #d5d5d5;} 
.tabLineRight2 .tabMnu li {float:left; margin-bottom:-1px; border-top:1px solid #d5d5d5; font-size:12px; letter-spacing:-1px; background:#f6f6f6 url(http://image.wownet.co.kr/images/image/tab_menu_sepe.gif) no-repeat left top; letter-spacing:-1px;}
.tabLineRight2 .tabMnu li a {display:block; padding:6px 0 1px 0; *padding:5px 0 2px 0; _padding:4px 0 3px 0; float:left; width:72px; text-align:center; border-bottom:1px solid red}
.tabLineRight2 .tabMnu a:link, .tabMnu a:visited, .tabMnu a:active {color:#333; text-decoration:none;}
.tabLineRight2 .tabMnu a:hover {color:#333; text-decoration:none;}
.tabLineRight2 .tabMnu li.stateOn {border:1px solid #ee1c24; border-bottom:1px solid blue; background:#fff; height:24px; font-weight:bold;}
.tabLineRight2 .tabMnu li.stateOn a {background:#fff; color:#000 !important; border-bottom:0;} /* position:relative; top:-1px; */
.tabLineRight2 .tabMnuMin li a {display:block; padding:5px 7px 2px 7px !important; float:left;}


.tabMnuAllStock li a {display:block; width:54px; float:left; text-align:center;}
.tabMnuAllStock li a.lstSize {width:56px;}

.tabMnuAllPrice li a {display:block; width:135px; float:left; text-align:center;}
.tabMnuAllPrice li a.lstSize {width:136px;}


/* title under line */
.mTitbor {width:100%; background:url(http://image.wownet.co.kr/images/image/member_tit_gray.gif) repeat-x left bottom; margin-top:30px; height:24px;}
.mTitbor .titHead {background:url(http://image.wownet.co.kr/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(http://image.wownet.co.kr/images/image/img_tab_line.gif) repeat-x left bottom; margin-top:20px;}
.imgTab li {float:left;}


/* rounded tab */
.tabRoundWrap {height:30px; background:url(http://image.wownet.co.kr/images/image/tab_stock_right_off.gif) repeat-x left top;}
.tabEnd {width:100%; height:30px; overflow:hidden; background:url(http://image.wownet.co.kr/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(http://image.wownet.co.kr/images/image/tab_stock_left_on.gif) no-repeat left top;}
.tabEnd .tabMnu li.stateOn {background:url(http://image.wownet.co.kr/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(http://image.wownet.co.kr/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(http://image.wownet.co.kr/images/image/tab_adr_off.gif) no-repeat right top;}
.tabAdr li.stateOffLst {background:url(http://image.wownet.co.kr/images/image/tab_adr_off2.gif) no-repeat right top;}
.tabAdr li.stateOn {background:url(http://image.wownet.co.kr/images/image/tab_adr_on.gif) no-repeat right top;}
.tabAdr li.stateOnLst {background:url(http://image.wownet.co.kr/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;}*/
.tabAdrTxtWrap {width:100%; overflow:hidden;}
.tabAdrWrap {width:263px; overflow:hidden; border:1px solid #adadad; float:left;}
.tabAdr {width:263px; height:26px; overflow:hidden; background:url(http://image.wownet.co.kr/images/image/tab_adr_repeat.gif) repeat-x left top;} 
.tabAdr li {width:65px; float:left; font-size:1em; height:21px; padding-top:5px; text-align:center; color:#fff; font-weight:bold; cursor:pointer; background:url(http://image.wownet.co.kr/images/image/tab_adr_off.gif) no-repeat right top;}
.tabAdr li.stateOffLst {background:url(http://image.wownet.co.kr/images/image/tab_adr_off2.gif) no-repeat right top;}
.tabAdr li.stateOn {background:url(http://image.wownet.co.kr/images/image/tab_adr_on.gif) no-repeat right top; color:#464646;}
.tabAdr li.stateOnLst {background:url(http://image.wownet.co.kr/images/image/tab_adr_on2.gif) no-repeat right top;}
.adrCont {height:166px; padding-top:21px;}
.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 .twiBtn {float:left;overflow:hidden;display:inline;} /* margin-top:6px; */
.brdChoice .twiBtn td{float:left; margin-left:3px; display:inline; }
.brdChoice .twiBtn dt{float:left; margin:3px 0 0 3px;}

.brdChoice .actForm {float:right; overflow:hidden;} 
.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(http://image.wownet.co.kr/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;}


 
/* footer */
#footer {min-width:990px; clear:left; padding:0 3px; margin-top:7px; position:relative;} /* margin-top:50px; position:absolute; bottom:0; */
.menus {width:942px; padding:0 24px; height:153px; overflow:hidden; background:#8e8e8e url(http://image.wownet.co.kr/images/common/footer_top_back.gif) repeat-x left top;}
.wowSrvc {width:465px; background:url(http://image.wownet.co.kr/images/common/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(http://image.wownet.co.kr/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 {text-decoration:underline; color:#fc0;}

.hotMenu {width:465px; margin-left:12px; float:left; display:inline; overflow:hidden;}
.hotMenu .tit {width:100%; height:20px; padding-top:9px; overflow:hidden;}
.hotMenu .subj {float:left;}
.hotMenu .top {float:right; padding:2px;}
.hotMenu ul {width:147px; overflow:hidden; margin-top:20px; float:left;}
.hotMenu li {width:147px; float:left; margin-bottom:6px; background:url(http://image.wownet.co.kr/images/ico/2by2_rect_gray_light.gif) no-repeat 1px 5px; padding-left:8px;}
.hotMenu a, .hotMenu a:visited, .hotMenu a:active {color:#d7d7d7; text-decoration:none;}
.hotMenu a:hover {color:#f00; text-decoration:underline; color:#d7d7d7;}


.footInfoWrap {width:100%; overflow:hidden; height:165px; background:#c7c7c7;}
.footLogo {width:213px; float:left;}
.footLogo img {margin:23px 0 0 41px;}
.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.wownet.co.kr/images/common/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;}
.tMar35 {margin-top:35px !important;}
.tMar40 {margin-top:40px !important;}
.tMar45 {margin-top:45px !important;}
.tMar50 {margin-top:50px !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; !important;}
.rMar15 {margin-right:15px;}

.bMar0 {margin-bottom:0px !important;}
.bMar1 {margin-bottom:1px;}
.bMar2 {margin-bottom:2px;}
.bMar5 {margin-bottom:5px;}
.bMar8 {margin-bottom:8px !important;}
.bMar10 {margin-bottom:10px !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;}
.lMar20 {margin-left:20px;!important; }
.lMar25 {margin-left:25px !important;}
.lMar30 {margin-left:30px !important;}

.tPad0 {padding-top:0 !important;}
.tAll1 {padding:1px !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;}
.rPad10 {padding-right:10px !important;}
.bPad2 {padding-bottom:2px !important;}
.bPad5 {padding-bottom:5px !important;}
.bPad15 {padding-bottom:15px;}

.lPad0 {padding-left:0 !important;}
.lPad5 {padding-left:5 !important;}
.lPad10 {padding-left:10 !important;}
.lPad20 {padding-left:20 !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;}
.wid630 {width:630px !important;}
.wid962 {width:962px !important;}
.wid782 {width:782px !important;}
.wid802 {width:802px !important;}





/* absolute focus layer */
#focusWrap {position:fixed; _position:absolute; z-index:2; left:0; bottom:0; _bottom:-1px; width:100%; color:#fff; overflow:hidden; z-index:99999;}
#focusWrap .focusFix {width:990px; padding:3px 3px 0 3px;  margin:0 auto; _padding-right:18px; background:url(http://image.wownet.co.kr/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(http://image.wownet.co.kr/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(http://image.wownet.co.kr/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(http://image.wownet.co.kr/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(http://image.wownet.co.kr/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:143px; border:1px solid #303030; border-top:0;}
.adLocA li {float:left; border-top:1px solid #303030;}




.adLocB {width:71px; left:1003px; top:143px; border:1px solid #303030; border-top:0;}
.adLocB li {float:left; border-top:1px solid #303030;}


/* ÁÂ¿ìÃø Æ÷Áö¼Ç ¹è³Ê [120106_ÀÓ½Ã]*/
.absAd {position:absolute;}
.adLocC {width:71px; left:-83px; top:143px; border:0px solid #ff0000; border-top:0;}
.adLocC li {float:left; margin-bottom:5px; border-top:0px solid #ff0000;}

.absAd {position:absolute;}
.adLocD {width:245px; left:83px; top:143px; border:0px solid #ff0000; border-top:0;}
.adLocD li {float:left; margin-bottom:5px; border-top:0px solid #ff0000;}



/* 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;}
.asideInner2 {width:148px; margin-top:0; 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; border-bottom:1px solid #eee; letter-spacing:-1px;} /* font-weight:bold; */
.asideBNews li span {color:#448ccb; padding-left:5px;}

.asideWowInfoWrap {margin-top:20px;}
.asideWowInfoWrap p {height:19px;}
.asideWowInfo {margin-top:5px;}
.asideWowInfo li {font-weight:normal; background:url(http://image.wownet.co.kr/images/ico/2by2_rect_gray_light.gif) no-repeat left 7px; padding:2px 0 2px 7px; }
.asideSeries {margin-top:0px; width:149px border:0px}


.asideBNewsNewWrap {}
.asideBNewsNewWrap p {height:19px; border-bottom:2px solid #ccc;}
.asideBNewsNew li {padding:6px 0 0 0; letter-spacing:-1px;} /* font-weight:bold; */
.asideBNewsNew li span {color:#448ccb; padding-left:5px;}

.asideSeries01 {color:#333333;  font-weight:bold; height:35px; text-decoration:none;}
.asideSeries01 a{color:#333333;  font-weight:bold; height:35px; text-decoration:underline;}

.asideionside{background-color:#f3f3f3;padding:10px 14px 10px 14px; width:120px;margin-top:5px;}
.asideionside .txt{line-height:120%;margin-top:10px;text-align:left;}
a:hover.asideionside .txt{line-height:120%;margin-top:5px;text-align:left;}

/* »õµµ¿ì ¹Ú½º ÀÌ¹ÌÁö ¹× »çÀÌÁî Á¤ÀÇ */
.subMain {margin-top:77px; overflow:hidden; width:100%;} /* real srtver margin-top:77px; del. */
.showInner {padding:21px 22px;}
.showInnerExpert {padding:21px 22px;}
.showInnerMain {padding:14px;}
.showInnerRed {padding:17px 18px; border:4px solid #ed1c24;}
.showInnerBlue {padding:17px 18px; border:4px solid #0072bc;}
.showInnerRedExpert {padding:12px 18px; border:4px solid #ed1c24;}
.showInnerBlueExpert {padding:12px 18px; border:4px solid #0072bc;}
.showInnerGray {padding:10px 17px 14px 17px; border:5px solid #666;}
.showInnerWide {padding:21px 0;}

.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;}

.mtitHeino {width:100%; overflow:hidden; margin-bottom:15px;}
.mtitHeino .tit {float:left;}
.mtitHeino .more {float:right;}
.mtitHeinoShort {width:100%; overflow:hidden; margin-bottom:12px;}
.mtitHeino .btns {float:right;}
.mtitHeino .btns img {float:left; margin-left:3px; display:inline;}

.mtitHeiPad {zoom:1; overflow:hidden; margin-bottom:15px; padding:0 22px;}
.mtitHeiPad .tit {float:left;}
.mtitHeiPad .more {float:right;}

.mtitHeiRe {width:100%; overflow:hidden; margin-bottom:12px; position:relative;}
.mtitHeiRe .tblComment {font-size:0.95em; color:#999; position:absolute; top:3px; right:0;}
.mtitHeiRe .articles {width:100%; margin:10px 0 0 0;}


.box996Bttm {background:url(http://image.wownet.co.kr/images/image/shdw_996_bottom.gif) no-repeat left bottom; line-height:0; font-size:0; height:3px;}
.box996Top {background:url(http://image.wownet.co.kr/images/image/shdw_996_top.gif) no-repeat left top; line-height:0; font-size:0; height:3px;}
.box996Wrap {width:990px; padding:0 3px; background:url(http://image.wownet.co.kr/images/image/shdw_996_repeat.gif) repeat-y left top;}

.box808Bttm {background:url(http://image.wownet.co.kr/images/image/shdw_808_bottom.gif) no-repeat left bottom; line-height:0; font-size:0; height:3px;}
.box808Top {background:url(http://image.wownet.co.kr/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(http://image.wownet.co.kr/images/image/shdw_808_repeat.gif) repeat-y left top;}

.box700Bttm {background:url(http://image.wownet.co.kr/images/image/shdw_700_bottom.gif) no-repeat left bottom; line-height:0; font-size:0; height:3px;}
.box700Top {background:url(http://image.wownet.co.kr/images/image/shdw_700_top.gif) no-repeat left top; line-height:0; font-size:0; height:3px;}
.box700Wrap {width:694px; padding:0 3px; background:url(http://image.wownet.co.kr/images/image/shdw_700_repeat.gif) repeat-y left top;}

.box658Bttm {background:url(http://image.wownet.co.kr/images/image/shdw_658_bottom.gif) no-repeat left bottom; line-height:0; font-size:0; height:3px;}
.box658Top {background:url(http://image.wownet.co.kr/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(http://image.wownet.co.kr/images/image/shdw_658_repeat.gif) repeat-y left top;}

.box658Bttm2 {background:url(http://image.wownet.co.kr/images/image/shdw2_658_bottom.gif) no-repeat left bottom; line-height:0; font-size:0; height:3px;}
.box658Top2 {background:url(http://image.wownet.co.kr/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(http://image.wownet.co.kr/images/image/shdw2_658_repeat.gif) repeat-y left top; overflow:hidden;}

.box658Bttm3 {background:url(http://image.wownet.co.kr/images/image/shdw3_658_bottom.gif) no-repeat left bottom; line-height:0; font-size:0; height:3px;}
.box658Top3 {background:url(http://image.wownet.co.kr/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(http://image.wownet.co.kr/images/image/shdw3_658_repeat.gif) repeat-y left top; overflow:hidden;}

.box616Bttm {background:url(http://image.wownet.co.kr/images/image/shdw_616_bottom.gif) no-repeat left bottom; line-height:0; font-size:0; height:3px;}
.box616Top {background:url(http://image.wownet.co.kr/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(http://image.wownet.co.kr/images/image/shdw_616_repeat.gif) repeat-y left top;}

.box376Bttm {background:url(http://image.wownet.co.kr/images/image/shdw_376_bottom.gif) no-repeat left bottom; line-height:0; font-size:0; height:3px;}
.box376Top {background:url(http://image.wownet.co.kr/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(http://image.wownet.co.kr/images/image/shdw_376_repeat.gif) repeat-y left top;}

.box334Bttm {background:url(http://image.wownet.co.kr/images/image/shdw_334_bottom.gif) no-repeat left bottom; line-height:0; font-size:0; height:3px;}
.box334Top {background:url(http://image.wownet.co.kr/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(http://image.wownet.co.kr/images/image/shdw_334_repeat.gif) repeat-y left top;}

.box292Bttm {background:url(http://image.wownet.co.kr/images/image/shdw_292_bottom.gif) no-repeat left bottom; line-height:0; font-size:0; height:3px;}
.box292Top {background:url(http://image.wownet.co.kr/images/image/shdw_292_top.gif) no-repeat left top; line-height:0; font-size:0; height:3px;}
.box292Wrap {width:286px; padding:0 3px; background:url(http://image.wownet.co.kr/images/image/shdw_292_repeat.gif) repeat-y left top;}

.box184Bttm {background:url(http://image.wownet.co.kr/images/image/shdw_184_bottom.gif) no-repeat left bottom; line-height:0; font-size:0; height:3px;}
.box184Top {background:url(http://image.wownet.co.kr/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(http://image.wownet.co.kr/images/image/shdw_184_repeat.gif) repeat-y left top;}

.box118Bttm {background:url(http://image.wownet.co.kr/images/image/shdw_118_bottom.gif) no-repeat left bottom; line-height:0; font-size:0; height:3px;}
.box118Top {background:url(http://image.wownet.co.kr/images/image/shdw_118_top.gif) no-repeat left top; line-height:0; font-size:0; height:3px; margin-left:-3px; width:118px;}
.box118Wrap {width:112px; padding:0 3px; background:url(http://image.wownet.co.kr/images/image/shdw_118_repeat.gif) repeat-y left top; margin-left:-3px;}
.box118BttmHei {width:118px; border:0; height:7px; overflow:hidden; margin-left:-3px; background:#e6e6e6;}

.box658Bttmbb {background:url(http://image.wownet.co.kr/images/image/shdw_658_blue_bottom.gif) no-repeat left bottom; line-height:0; font-size:0; height:6px;}
.box658Topbb {background:url(http://image.wownet.co.kr/images/image/shdw_658_blue_top.gif) no-repeat left top; line-height:0; font-size:0; height:6px;}
.box658Wrapbb {width:652px; padding:0 3px; background:url(http://image.wownet.co.kr/images/image/shdw_658_blue_repeat.gif) repeat-y left top;}


/* moving news */
.newsNaviWrap {width:100%; overflow:hidden; margin-top:12px;}
.newsNavi {width:660px; overflow:hidden; height:33px; list-style:none;} /* background:url('/images/image/moving_bg.gif') repeat-x left top; */
.newsNavi li {float:left; text-align:center; font-size:13px; line-height:13px; margin-right:9px;}
.newsNavi li span {width:156px; height:33px; background-position:center; background-repeat:no-repeat; display:block; cursor:pointer; text-indent:-10000px;}

.newsNavi li.stock span {background-image:url('/images/image/moving_stock_off.gif');}
.newsNavi li.stockOn span {background-image:url('/images/image/moving_stock_on.gif');}
.newsNavi li.news {margin-right:8px;}
.newsNavi li.news span {background-image:url('/images/image/moving_news_off.gif');}
.newsNavi li.newsOn span {background-image:url('/images/image/moving_news_on.gif');}
.newsNavi li.invest span {background-image:url('/images/image/moving_invest_off.gif');}
.newsNavi li.investOn span {background-image:url('/images/image/moving_invest_on.gif');}
.newsNavi li.vod span {background-image:url('/images/image/moving_vod_off.gif');}
.newsNavi li.vodOn span {background-image:url('/images/image/moving_vod_on.gif');}
.newsNavi li {position:relative;}
.newsNavi li a.btnOn {position:absolute; left:109px; top:9px; display:block;}
.newsNavi li a {display:none;}

.movingNewsList {width:600px; border:1px solid #ccc; margin-top:-1px; padding:17px 24px 10px 24px;}
.movingNewsList:after {content:""; display:block; clear:both;}
.movingNewsList li {float:left; margin:0 15px; text-align:center; width:118px; display:inline;}
.movingNewsList li img {display:block; margin-bottom:5px; border:1px solid #ccc;}

/* moving news2-news center */
.newsNaviWrap2 {width:100%; overflow:hidden; margin:0 0 15px 0;}
.newsNavi2 {width:610px; overflow:hidden; height:33px; list-style:none;} /* background:url('/images/image/moving_bg.gif') repeat-x left top; */
.newsNavi2 li {float:left; text-align:center; font-size:13px; line-height:13px; margin-right:7px;}
.newsNavi2 li span {width:145px; height:33px; background-position:center; background-repeat:no-repeat; display:block; cursor:pointer; text-indent:-10000px;}
.newsNavi2 li.stock span {background-image:url('/images/image/moving_stock_newscenter_off.gif');}
.newsNavi2 li.stockOn span {background-image:url('/images/image/moving_stock_newscenter_on.gif');}
.newsNavi2 li.news {margin-right:8px;}
.newsNavi2 li.news span {background-image:url('/images/image/moving_news_newscenter_off.gif');}
.newsNavi2 li.newsOn span {margin-right:1px;background-image:url('/images/image/moving_news_newscenter_on.gif');}
.newsNavi2 li.invest span {background-image:url('/images/image/moving_invest_newscenter_off.gif');}
.newsNavi2 li.investOn span {background-image:url('/images/image/moving_invest_newscenter_on.gif');}
.newsNavi2 li.corner span {background-image:url('/images/image/moving_corner_newscenter_off.gif');}
.newsNavi2 li.cornerOn span {background-image:url('/images/image/moving_corner_newscenter_on.gif');}
.newsNavi2 li {position:relative;}
.newsNavi2 li a.btnOn {position:absolute; left:99px; top:9px; display:block;}
.newsNavi2 li a {display:none;}

.movingNewsList2 {width:580px; border:1px solid #dfdfdf; margin-top:-1px; padding:20px 10px 15px 10px;}
.movingNewsList2:after {content:""; display:block; clear:both;}
.movingNewsList2 li {float:left; margin:0 15px; text-align:center; width:110px; display:inline;}
.movingNewsList2 li img {display:block; margin-bottom:5px; border:1px solid #ccc;}


/* ¿Í¿ì³Ý\ÀüÃ¼ ´º½º\ÇÑ°æ´º½º ±Û CONTENTS <a> ¸µÅ© ½ºÅ¸ÀÏ Àû¿ë 110614 Áö½ÂÈ£ 
.viewLinktxt a { color: #1E93DE; font-size:11pt; text-decoration:none;}
.viewLinktxt a:hover { color: #FD8300; font-size:11pt;text-decoration:underline;}
.viewLinktxt a:visited { color: #845e9f; font-size:11pt;text-decoration:underline;}*/

/* ¿Í¿ì³Ý\ÀüÃ¼ ´º½º\ÇÑ°æ´º½º ±Û CONTENTS <a> ¸µÅ© ½ºÅ¸ÀÏ Àû¿ë 110614 Áö½ÂÈ£ */
.viewLinktxt a { color: #0753FF; font-size:11pt; text-decoration:none;}
.viewLinktxt a:hover { color: #0753FF; font-size:11pt;text-decoration:underline;}
.viewLinktxt a:visited { color: #0753FF; font-size:11pt;text-decoration:none;}
.viewLinktxt a:active { color: #0753FF; font-size:11pt;text-decoration:none;}



/* ÇÖ´º½º */
/* 2011³â 06³â 20ÀÏ Áö½ÂÈ£ Å¬·¡½º ÀÌ¸§ º¯°æ / Ãß°¡*/
/* .hotSelWrap --> .hotSelWrap2 */
/* .hotNewsWrap --> .hotNewsWrap2 */

/* hot select box */
.hotSelWrap2 {overflow:hidden; background:url('/images/news/title_hotnews.jpg') no-repeat left top !important; width:650px; height:25px;  padding-top:10px; margin-top:10px;}
.hotSelWrap2 .hotChoice {float:right; width:100%; text-align:right; font-size:12px; overflow:hidden;}
.hotSelWrap2 .hotChoice li {display:inline-block; color:#fff; /*background:url(/static/images/news/line_hotchoice.gif) no-repeat right 1px;*/ margin-right:2px;display:inline !important;}
.hotSelWrap2 .hotChoice strong {letter-spacing:-1px;}
.hotSelWrap2 .hotChoice a {color:#fff;}
.hotSelWrap2 .hotChoice a.txtOn {color:#FED515; font-weight:bold;}

/* hot news */
.hotNewsWrap2 {overflow:hidden;background:url('/images/news/bg_hotnews.gif') no-repeat left top !important; width:630px; height:280px; padding:27px 0px 0px 20px ;}
.hotNewsWrap2 img{float:left; width:128px; height:84px; text-align:left; font-size:12px; overflow:hidden; border:1px solid #000;}
.hotNewsWrap2 .hotNewsA {float:left; width:100%; height:128px; text-align:left; border-bottom:1px solid #EBEBEB; display:inline !important;}
.hotNewsWrap2 .hotNewsB {float:left; width:100%; height:126px; text-align:left; display:inline !important; padding-top:10px;}
.boximg {float:left; width:130px; text-align:left;}
.boximg p {float:left;  font:12px µ¸¿ò; color:#333; padding:4px 0 0 3px;}
.boxA {float:left; width:235px; text-align:left; padding-left:15px;}
.boxA li {float:left; width:100%; color:#333; text-align:left; background:url('/images/news/ico_hotnews.gif') 0 8px no-repeat !important; padding-left:10px; display:inline !important;}

a.hotNews_list {float:left; font:12px µ¸¿ò; line-height:185%;letter-spacing : -0.1em}
a:hover.a.hotNews_list {float:left; font:12px µ¸¿ò; line-height:185%; text-decoration: underline; letter-spacing : -0.1em}

a.hotNews_p {float:left; font:12px µ¸¿ò; line-height:140%;letter-spacing : -0.1em}
a:hover.a.hotNews_p {float:left; font:12px µ¸¿ò; line-height:140%; text-decoration: underline; letter-spacing : -0.1em}

