@charset "utf-8";

body, a, div, dt, dd, textarea, input, select, table {
    font-family: 굴림, Gulim;
    font-size: 9pt;
    font-weight: normal;
}

span {
    font-family: 굴림, Gulim;
    font-size: 9pt;
}

h1, h2, h3, h4, h5, h6 {
    display: none;
}

img {
    border: 0px;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

body {
    text-align: center;
    margin: 0px;
    border-top: 4px solid #bbb;
    background-color: #fff;
}

form {
    margin: 0px;
    padding: 0px;
}

a img {
    border: 0px;
}

a {
    color: #990066;
    text-decoration: underline;
}

a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #666666;
    text-decoration: none;
}

a:hover {
    color: #7E7C7C;
    text-decoration: underline;
}

.l {
    text-align: left !important;
}

.c {
    text-align: center !important;
}

.r {
    text-align: right !important;
}

.hidden {
    display: none;
}

.banner {
    overflow: hidden;
}

.pointer {
    cursor: pointer;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.green {
    color: green;
}

/* IE7, IE6 rendering fix */
*:first-child + html span,
* html span {
    padding: 1px 0px;
    margin: 1px 0px;
}

#maintainance_alert {
    padding: 10px;
    background-color: #ed7070;
    border-bottom: 1px solid #bf3737;
    color: #fff;
}

#maintainance_alert strong {
    color: white;
}

#container {
    margin: 5px auto 0px auto;
    width: 1070px;
    text-align: left;
}

#gnb {
    margin: 10px auto 0px auto;
    width: 980px;
    text-align: left;
}

#logo,
#hotlink {
    height: 23px;
}

#logo {
    float: left;
    margin-left: 5px;
}

#logo a {
    float: left;
    display: block;
    background: url(/images/logo.gif) no-repeat;
    width: 93px;
    height: 23px;
}

#logo img {
    margin-top: 1px;
}

#menu {
    width: 980px;
    height: 40px;
    clear: both;
    margin-top: 8px;
    background: url(/images/bg_gnb_980.gif) no-repeat;
}

#menu ul {
    margin: 0px 0px 0px 20px;
    padding: 0px;
    height: 33px;
    float: left;
}

* html #menu ul {
    margin-left: 10px;
}

#menu li {
    float: left;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 0px 0px;
    height: 37px;
    background: url(/images/menu/btn_menu_bar.gif) no-repeat;
    text-align: center;
}

#menu li a {
    display: block;
    height: 37px;
    margin: 0px 0px 0px 2px;
}

#menu li a span {
    display: none;
}

#menu li.community,
#menu li.community_actived {
    background: none;
}

#menu li.community a {
    width: 64px;
    background: url(/images/menu/btn_menu_community.gif) no-repeat;
}

#menu li.club a {
    width: 45px;
    background: url(/images/menu/btn_menu_club.gif) no-repeat;
}

#menu li.starcraft2 a {
    width: 90px;
    background: url(/images/menu/btn_menu_starcraft2.gif) no-repeat;
}

#menu li.war3 a {
    width: 80px;
    background: url(/images/menu/btn_menu_war3.gif) no-repeat;
}

#menu li.wow a {
    width: 113px;
    background: url(/images/menu/btn_menu_wow.gif) no-repeat;
}

#menu li.whm a {
    width: 54px;
    background: url(/images/menu/btn_menu_whm.gif) no-repeat;
}

#menu li.xpworld a {
    width: 60px;
    background: url(/images/menu/btn_menu_xpworld.gif) no-repeat;
}

#menu li.media a {
    width: 65px;
    background: url(/images/menu/btn_menu_media.gif) no-repeat;
}

#menu li.admin a {
    width: 55px;
    background: url(/images/menu/btn_menu_admin.gif) no-repeat;
}

#menu li.community_actived a {
    width: 64px;
    background: url(/images/menu/btn_menu_community_over.gif) no-repeat;
}

#menu li.club_actived a {
    width: 45px;
    background: url(/images/menu/btn_menu_club_over.gif) no-repeat;
}

#menu li.starcraft2_actived a {
    width: 90px;
    background: url(/images/menu/btn_menu_starcraft2_over.gif) no-repeat;
}

#menu li.war3_actived a {
    width: 80px;
    background: url(/images/menu/btn_menu_war3_over.gif) no-repeat;
}

#menu li.wow_actived a {
    width: 113px;
    background: url(/images/menu/btn_menu_wow_over.gif) no-repeat;
}

#menu li.whm_actived a {
    width: 54px;
    background: url(/images/menu/btn_menu_whm_over.gif) no-repeat;
}

#menu li.xpworld_actived a {
    width: 60px;
    background: url(/images/menu/btn_menu_xpworld_over.gif) no-repeat;
}

#menu li.media_actived a {
    width: 65px;
    background: url(/images/menu/btn_menu_media_over.gif) no-repeat;
}

#menu li.admin_actived a {
    width: 55px;
    background: url(/images/menu/btn_menu_admin_over.gif) no-repeat;
}

#warpgate {
    float: right;
    margin-right: 10px;
    margin-top: 8px;
    display: none;
}

#submenu ul {
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
}

#submenu li {
    margin: 0px;
    padding: 0px;
    float: left;
    margin-right: 10px;
}

#submenu li.actived a {
    font-weight: bold;
    color: #000;
}

#hotlink ul {
    float: right;
    margin: 5px 5px 0px 0px;
}

#hotlink li {
    float: left;
    list-style-type: none;
    margin-left: 10px;
}

#main {
    margin: 0px 5px;
    padding-left: 0px;
}

#main li {
    float: left;
    margin-left: 15px;
    list-style-type: none;
}

* html #main {
    margin-left: -10px;
}

#sub li {
    margin: 0px;
    list-style-type: none;
}

#sub {
    margin: 8px 0 0 20px;
    padding: 0px;
}

#main span {
    display: none;
}

#sub {
    clear: both;
    float: left;
}

#bulletin {
    float: right;
    margin: 5px;
    background: url(/images/ico_bulletin.gif) no-repeat;
    height: 21px;
    display: none;
}

#bulletin span {
    margin-left: 50px;
    float: left;
    margin-top: 3px;
}

.pt8 {
    font-size: 8pt;
}

.B,
.B span,
.b,
.b span {
    font-weight: bold;
}

.I,
.I span,
.i,
.i span {
    font-style: italic;
}

.U,
.U span,
.u,
.u span {
    text-decoration: underline;
}

.S,
.S span,
.s,
.s span {
    text-decoration: line-through;
}

hr {
    display: none;
}

/* new start */
#sub li {
    float: left;
    margin-right: 15px;
}

#b_wss {
    margin-top: 10px;
    width: 160px;
    height: 600px;
}

#copyright {
    margin-top: 0px;
    text-align: center;
    padding-bottom: 10px;
}

#copyright,
#copyright span {
    color: #636363;
    font-family: tahoma;
    font-size: 8pt;
    clear: both;
}

#login_links {
    clear: both;
    margin: 12px 0px 0px 3px;
    padding: 0px;
}

#login_links li {
    float: left;
    margin: 0px 0px 0px 8px;
    list-style-type: none;
}

#login_links li a {
    font-size: 8pt;
}

#login .nick {
    float: left;
    font-weight: bold;
    margin: 10px 0px 0px 10px;
    width: 110px;
    word-break: break-all;
}

#login .level {
    float: left;
    font-size: 8pt;
    color: #666;
    margin: 11px 0px 0px 0px;
    letter-spacing: -0.1em;
}

#login .xp {
    clear: left;
    float: left;
    margin: 8px 0px 0px 10px;
    font-size: 8pt;
    width: 100px;
}

#login .sp {
    clear: left;
    float: left;
    margin: 3px 0px 0px 10px;
    font-size: 8pt;
    width: 100px;
}

#login .memo {
    clear: left;
    float: left;
    margin: 1px 0px 0px 30px;
    color: #993333;
}

#login .pocket {
    float: right;
    margin: 1px 15px 0px 0px;
    color: #993333;
    width: 60px;
}

#login .myinfo {
    float: left;
    margin: 2px 0px 0px 10px;
    color: #000;
    font-size: 8pt;
    width: 60px;
}

#login .logout {
    float: left;
    margin: 2px 0px 0px 30px;
    color: #000;
    font-size: 8pt;
}

* html #login .memo,
* html #login .pocket {
    margin-top: 5px;
}

*:first-child + html #login .memo,
*:first-child + html #login .pocket {
    margin-top: 5px;
}

* html #login .myinfo,
* html #login .logout {
    margin-top: 3px;
}

*:first-child + html #login .myinfo,
*:first-child + html #login .logout {
    margin-top: 3px;
}

#sidemenu {
    float: right;
    margin-left: 5px;
    width: 160px;
}

#xpeditor_menu a {
    float: left;
    margin-right: 3px;
}

#xpeditor_menu span {
    float: right;
    font-size: 8pt;
    color: #333;
}

#company_link {
    clear: both;
    margin: 10px auto 0px auto;
    width: 900px;
    height: 25px;
    border-top: 1px solid #ccc;
    text-align: center;
}

#company_link ul {
    margin: 0px 0px 0px 180px;
    padding: 0px;
}

/* old left is 10 */
#company_link li {
    margin: 5px 10px 0px 0px;
    list-style-type: none;
    float: left;
}

#company_link li a {
    font-size: 8pt;
    letter-spacing: -0.1em;
    color: #666;
}

.pd2 {
    margin: 2px;
}

.pocket_img {
    margin: 3px 0px;
}

.modify_info .nick {
    color: #000;
}

#leftmenu {
    width: 120px;
    background-color: #f4f4f4;
    margin: 0px 5px 0px 0px;
    float: left;
    text-align: left;
}

#leftmenu img {
    vertical-align: top;
}

#leftmenu a {
    letter-spacing: -1px;
    font-family: 돋움, Dotum;
    font-size: 8pt;
}

#leftmenu table {
    border-collapse: collapse;
    text-align: center;
}

#leftmenu .bTop {
    width: 120px;
    height: 6px;
    background: url(/images/war3/menu/box_top.gif) no-repeat;
}

#leftmenu .bBottom {
    width: 120px;
    height: 6px;
    background: url(/images/war3/menu/box_bottom.gif) no-repeat;
}

#leftmenu .caption {
    font-size: 8pt;
    text-align: left;
    margin-top: 15px;
    margin-left: 5px;
    font-weight: bold;
}

#inner {
    width: 111px;
    border-collapse: collapse;
    margin-top: 5px;
    background: url(/images/war3/menu/inner_bg.gif) repeat-y;
    background-color: #fff;
    margin-left: 4px;
}

* html #inner {
    margin: 5px 0px 0px 0px;
}

*:first-child + html #inner {
    margin: 5px 0px 0px 0px;
}

#inner td {
    text-align: left;
    height: 14px;
}

#inner td img {
    margin-left: 5px;
    margin-top: 2px;
}

#inner td a {
    color: #666;
}

#inner .iTop {
    width: 111px;
    height: 5px;
    background: url(/images/war3/menu/inner_top.gif) no-repeat;
}

#inner .iBottom {
    width: 111px;
    height: 5px;
    background: url(/images/war3/menu/inner_bottom.gif) no-repeat;
}

#inner .iDot {
    width: 111px;
    height: 5px;
    background: url(/images/war3/menu/inner_dot.gif) no-repeat;
}

.etcmenu img {
    margin-top: 5px;
}

.deleted {
    color: #ccc;
    font-size: 8pt;
}

/* section main */

.latest {
    margin-bottom: 20px;
    margin-top: 10px;
}

.latest h3 {
    margin: 0px;
    border: 0px;
    border-bottom: 1px solid #aaa;
    margin-left: 0px;
    margin-right: 0px;
    height: 16px;
    display: block;
}

.latest h3 a {
    position: relative;
    left: 5px;
    font-weight: bold;
    float: left;
    color: #000 !important;
}

.latest h3 span {
    float: right;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.latest h3 span a {
    font-size: 8pt;
    font-family: tahoma;
    font-weight: normal;
    color: #000 !important;
}

.latest table {
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 3px;
}

.latest td {
    height: 16px;
}

.latest td span {
    font-size: 8pt;
    color: #666;
}

.latest td a span {
    font-size: 9pt;
}

.latest .fixFlooding {
    width: 280px;
    overflow: hidden;
}

#l_left {
    float: left;
    width: 290px;
    margin-left: 5px;
}

#l_right {
    float: right;
    width: 290px;
    margin-right: 5px;
}

#promotion {
    text-align: center;
}

#tMain {
    width: 400px;
    float: left;
    display: none;
}

#tRanking {
    width: 200px;
    float: right;
    display: none;
}

#latestNotice {
    width: 160px;
    margin: 5px 0px;
    background: url(/images/sNoticeBg.gif) repeat-y 0px 1px;
}

#latestNotice div {
    background: url(/images/sNoticeTop.gif) no-repeat;
}

#latestNotice ul {
    width: 160px;
    margin: 0px;
    padding: 0px;
    background: url(/images/sNoticeTop.gif) no-repeat bottom;
}

#latestNotice li {
    margin: 5px 5px;
    padding: 0px;
    list-style-type: none;
}

#latestNotice li a {
    font-size: 8pt;
    letter-spacing: -0.1em;
    display: inline !important;
}

#latestNotice li a span {
    font-size: 8pt;
    letter-spacing: -0.1em;
}

#ladder {
    margin-top: 5px;
    text-align: center;
}

#ladder p {
    text-align: left;
    margin: 0px 0px 0px 3px;
    line-height: 0px;
}

#ladder .ps {
    border: 1px solid #c2c2c2;
    width: 102px;
    height: 14px;
    color: #676767;
    font-size: 8pt;
    margin: 3px 3px 0 3px;
    padding: 3px;
    background: url(/images/menu/t_player.gif) no-repeat;
}

#replay {
    text-align: left;
}

#replay th {
    padding: 1px !important;
}

#replay td {
    padding: 1px !important;
}

#replay .hotkey {
    width: 540px;
    text-align: left !important;
}

#replay .hotkey td {
    text-align: left !important;
}

#chatlog td {
    text-align: left !important;
    padding: 2px !important;
    line-height: 100%;
}

#chatlog table {
    margin: 0px !important;
}

.comment_num {
    font-size: 8pt;
    color: #999;
}

.trac_link {
    color: #bb0000 !important;
}

#innerLink {
    clear: both;
    width: 928px;
    margin: 10px auto;
    padding-bottom: 5px;
}

#innerLink ul {
    margin: 0px 0px 5px 0px;
    list-style-type: none;
    width: 926px;
    height: 39px;
    background: url(/images/bg_innerLink.gif) no-repeat;
}

#innerLink li {
    margin-top: 1px;
    float: left;
    margin-right: 15px;
}

#innerLink li a {
    display: block;
    height: 35px;
}

#innerLink li a span {
    display: none;
}

#innerLink li.contactUs a {
    width: 37px;
    background: url(/images/btn_innerLink_contactUs.gif) no-repeat;
    margin-left: 183px;
}

* html #innerLink li.contactUs a {
    margin-left: 200px;
}

#innerLink li.ad a {
    width: 37px;
    background: url(/images/btn_innerLink_ad.gif) no-repeat;
}

#innerLink li.agree a {
    width: 37px;
    background: url(/images/btn_innerLink_agree.gif) no-repeat;
}

#innerLink li.privacy a {
    width: 71px;
    background: url(/images/btn_innerLink_priacy.gif) no-repeat;
}

#innerLink li.disclaimer a {
    width: 88px;
    background: url(/images/btn_innerLink_disclaimer.gif) no-repeat;
}

#innerLink li.email a {
    width: 82px;
    background: url(/images/btn_innerLink_email.gif) no-repeat;
}

#innerLink li.blog a {
    width: 46px;
    background: url(/images/btn_innerLink_blog.gif) no-repeat;
}

#innerLink li.deleted a {
    width: 46px;
    background: url(/images/btn_innerLink_deleted.gif) no-repeat;
}

#innerLink .version {
    position: relative;
}

#innerLink .version span {
    position: absolute;
    left: 865px;
    top: -10px;
    font-size: 8pt;
    font-family: 굴림체;
    letter-spacing: -1px;
    color: #fff;
}

* html #innerLink .version span {
    left: 400px;
    top: -15px;
}

*:first-child + html #innerLink .version span {
    top: -15px;
}

.timezone {
    font-size: 8pt;
    font-family: 굴림체;
    color: #336699 !important;
}

.timezone:link {
    text-decoration: underline;
}

.timezone:visited {
    text-decoration: underline;
}

#hotlink .link {
    float: right;
    list-style-type: none;
    margin: 10px 10px 0px 0px;
    padding: 0px;
}

* html #hotlink .link {
    margin-right: 5px;
}

#hotlink .link li {
    float: left;
    background: url(/images/shop/bar_link.gif) no-repeat 0px 1px;
    text-align: center;
    margin: 0px;
}

#hotlink .link li span {
    display: none;
}

#hotlink .link li a {
    display: block;
    height: 13px;
    margin: 0px 5px;
}

#hotlink .link li.beta,
#hotlink .link li.trac,
#hotlink .link li.ranking {
    background: none;
}

#hotlink .link li.beta a {
    width: 43px;
    background: url(/images/btn_link_beta.gif) no-repeat;
}

#hotlink .link li.trac a,
#hotlink .link li.trac_beta a {
    width: 43px;
    background: url(/images/btn_link_bugreport.gif) no-repeat;
}

#hotlink .link li.favorite a {
    width: 54px;
    background: url(/images/btn_link_favorite.gif) no-repeat;
}

#hotlink .link li.hanwarc a {
    width: 28px;
    background: url(/images/btn_link_hanwarc.gif) no-repeat;
}

#hotlink .link li.ranking a,
#hotlink .link li.ranking_beta a {
    width: 43px;
    background: url(/images/btn_link_ranking.gif) no-repeat;
}

#hotlink .link li.suggest a {
    width: 39px;
    background: url(/images/btn_link_suggest.gif) no-repeat;
}

#subroot {
    width: 978px;
    margin: 0px auto;
    border: 1px solid #d2d2d2;
    border-top: 1px solid #e4e4e4;
    background-color: #f1f1f1;
    height: 34px;
}

#subroot ul {
    list-style-type: none;
    margin: 0px 0px 0px 70px;
    padding: 0px;
    float: left;
}

* html #subroot ul {
    margin: 0px 0px 0px 35px;
}

#subroot li {
    margin: 0px;
    padding: 0px 12px 0px 14px;
    text-align: center;
    background: url(/images/war3/w3root_bar.gif) no-repeat 0px 12px;
    float: left;
}

#subroot li.first {
    background: none;
}

#subroot li a {
    color: #000;
}

#subroot li a:hover {
    text-decoration: none;
    color: #3366cc;
}

#subroot li a.actived {
    font-weight: normal;
    color: #cc3333;
    border-bottom: 1px solid #cc3333;
}

#newContent {
    width: 600px;
    float: left;
    margin-left: 5px;
}

#GlobalNotice {
    width: 156px;
    margin: 5px 0px 0px 0px;
    border: 2px solid #cacaca;
    background-color: #fff;
}

#GlobalNotice .title {
    margin: 12px 0px 9px 15px;
}

#GlobalNotice ul {
    margin: 0px 0px 10px 0px;
    list-style-type: none;
    padding: 0px;
}

#GlobalNotice li {
    margin: 0px 0px 0px 10px;
    padding: 4px 0px 4px 0px;
    line-height: 120%;
}

#GlobalNotice li a {
    letter-spacing: -1px;
    margin-right: 3px;
}

#LoginBox {
    float: left;
    padding-bottom: 5px;
    width: 158px;
    background-color: #f6f6f7;
    border: 1px solid #e1e1e1;
    margin-bottom: 5px;
    border-top-width: 2px;
}

/* 로그인 전 */
#LoginBox .input {
    float: left;
    margin: 17px 0px 0px 10px;
    width: 85px;
}

#LoginBox .id,
#LoginBox .passwd {
    border: 1px solid #c5cce5;
    padding: 2px;
    color: #666;
    width: 77px;
    margin-bottom: 2px;
}

#LoginBox .id {
    background: url(/images/txt_id.gif) 0px 0px no-repeat;
    background-color: #fff;
}

#LoginBox .passwd {
    background: url(/images/txt_passwd.gif) 0px 0px no-repeat;
    background-color: #fff;
}

#LoginBox .button {
    float: left;
    margin: 17px 0px 0px 5px;
    width: 50px;
}

#save {
    vertical-align: middle;
}

#LoginBox .button label {
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
}

#LoginBox .btnLogin {
    margin-top: 3px;
}

#LoginBox .link {
    float: left;
    clear: both;
    margin: 5px 0px 0px 17px;
    color: #dbdbdb;
    width: 120px;
}

#LoginBox .link a {
    color: #5a618b;
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
}

#LoginBox .signup {
    font-weight: bold;
}

/* 로그인 상태 */
#LoginBox ul {
    list-style-type: none;
    margin: 10px 10px 4px 10px;
    padding: 0px;
}

#LoginBox li {
    padding: 0px;
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
}

#LoginBox li.nick small {
    color: #666;
    font-size: 8pt;
}

#LoginBox li.nick span {
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
}

#LoginBox li.point {
    margin-top: 10px;
}

#LoginBox .mylink {
    float: left;
    clear: both;
    margin: 0px 3px 0px 3px;
    color: #dbdbdb;
    width: 135px;
    text-align: right;
    line-height: 140%;
}

#LoginBox .mylink a {
    color: #5a618b;
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
}

#penalty {
    float: left;
    margin-left: 3px;
    color: #e24444;
    font-size: 8pt;
    letter-spacing: -1px;
}

#MemoAlert {
    position: relative;
    margin: 5px 0px;
}

#MemoAlert .container {
    position: absolute;
    left: 300px;
    top: 50px;
    border: 1px solid #003399;
    width: 300px;
    background-color: #fff;
}

#MemoAlert h2 {
    display: block;
    margin: 0px;
    background-color: #3366cc;
    color: #ffffff;
    font-weight: bold;
    font-size: 9pt;
    padding: 6px;
    text-align: center;
}

#MemoAlert p {
    line-height: 1.5;
    text-align: center;
    margin: 5px;
}

#MemoAlert p a {
    text-decoration: underline;
    font-weight: bold;
}

#MemoAlert .closer {
    background-color: #ccc;
    padding: 5px;
    text-align: center;
}

#MemoAlert .closer a {
    font-size: 8pt;
    font-family: 돋움;
    color: #333;
}

#MenuContainer {
    float: left;
    margin-right: 6px;
}

#Menu {
    clear: both;
    float: left;
    width: 158px;
    border: 1px solid #d8d8d8;
    background-color: #f8f7f8;
    padding-top: 10px;
}

#Menu h5 span {
    display: none;
}

#Menu .club {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100px;
    height: 50px;
    background: url(/images/captions/ca_club.gif) no-repeat;
}

#NewsCategory {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100px;
    height: 50px;
    background: url(/images/sc2/ca_community.gif) no-repeat;
}

#NewsCategory span {
    display: none;
}

#Menu ul {
    margin: 0px 8px 8px 8px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    list-style-type: none;
    padding: 0px;
}

#Menu li {
    margin: 8px 10px;
}

#Menu li.actived a {
    color: #4a75aa;
    font-weight: bold;
}

#Menu li strong {
    font-size: 8pt;
    letter-spacing: -1px;
    font-family: 돋움;
    color: #333;
}

#Menu li a {
    font-size: 8pt;
    font-family: 돋움;
    letter-spacing: -1px;
    color: #666;
}

.Achievement {
    position: absolute;
}

#Achievementcontainer {
    position: relative;
    width: 310px;
    height: 90px;
    left: 277px;
    background: url(/images/achievement/bg_achievement.png);
}

#Achievementcontainer .icon {
    float: left;
}

#AchievementcontainerIconImg {
    width: 72px;
    height: 72px;
    margin-top: 10px;
}

#Achievementcontainer .achievement_title {
    float: left;
    font-weight: bold;
    width: 165px;
    margin-top: 39px;
    text-align: center;
    color: #fff;
}

#Achievementcontainer .achievement_point {
    float: left;
    font-weight: bold;
    width: 60px;
    text-align: center;
    margin-top: 41px;
    color: yellow;
}

#LoginBox .ct {
    margin: 10px 0px 10px 10px;
    text-align: center;
}

#hotlink li.favorite {
    background: none;
}

#menu li {
    padding: 0px 10px;
    height: 40px;
}

#menu li a {
    height: 40px;
}

#menu li.main,
#menu li.main_actived {
    background: none;
}

#menu li.main a {
    width: 25px;
    background: url(/images/v11.1/menu_main.gif) no-repeat;
}

#menu li.xpl a {
    width: 38px;
    background: url(/images/v11.1/menu_xpl.gif) no-repeat;
}

#menu li.vod a {
    width: 27px;
    background: url(/images/v11.1/menu_vod.gif) no-repeat;
}

#menu li.xpw a {
    width: 38px;
    background: url(/images/v11.1/menu_xpw.gif) no-repeat;
}

#menu li.apm a {
    width: 61px;
    background: url(/images/v11.1/menu_apm.gif) no-repeat;
}

#menu li.hanwarc a {
    width: 36px;
    background: url(/images/v11.1/menu_hanwarc.gif) no-repeat;
}

#menu li.sc2guide a {
    width: 60px;
    background: url(/images/v11.1/menu_sc2guide.gif) no-repeat;
}

#menu li.sc2 a {
    width: 70px;
    background: url(/images/menu/btn_menu_starcraft2.gif) -10px 2px no-repeat;
}

#menu li.torchlight a {
    width: 56px;
    background: url(/images/v11.1/menu_torchlight.gif) no-repeat;
}

#menu li.war3 a {
    width: 60px;
    background: url(/images/menu/btn_menu_war3.gif) -10px 2px no-repeat;
}

#menu li.wow a {
    width: 93px;
    background: url(/images/menu/btn_menu_wow.gif) -10px 2px no-repeat;
}

#menu li.main_actived a {
    width: 25px;
    background: url(/images/v11.1/menu_main_over.gif) no-repeat;
}

#menu li.xpl_actived a {
    width: 38px;
    background: url(/images/v11.1/menu_xpl_over.gif) no-repeat;
}

#menu li.vod_actived a {
    width: 27px;
    background: url(/images/v11.1/menu_vod_over.gif) no-repeat;
}

#menu li.xpw_actived a {
    width: 38px;
    background: url(/images/v11.1/menu_xpw_over.gif) no-repeat;
}

#menu li.apm_actived a {
    width: 61px;
    background: url(/images/v11.1/menu_apm_over.gif) no-repeat;
}

#menu li.hanwarc_actived a {
    width: 36px;
    background: url(/images/v11.1/menu_hanwarc_over.gif) no-repeat;
}

#menu li.sc2guide_actived a {
    width: 60px;
    background: url(/images/v11.1/menu_sc2guide_over.gif) no-repeat;
}

#menu li.sc2_actived a {
    width: 70px;
    background: url(/images/menu/btn_menu_starcraft2_over.gif) -10px 2px no-repeat;
}

#menu li.war3_actived a {
    width: 60px;
    background: url(/images/menu/btn_menu_war3_over.gif) -10px 2px no-repeat;
}

#menu li.wow_actived a {
    width: 93px;
    background: url(/images/menu/btn_menu_wow_over.gif) -10px 2px no-repeat;
}

#sidemenu2 {
    float: right;
    border-left: 2px solid #528130;
    width: 154px;
    padding-left: 4px;
}

#Tracker {
    border: 1px solid #aaa;
    padding: 20px;
    text-align: left;
    background-color: #efefef;
    margin: 20px;
    list-style-type: none;
}

#Tracker li {
    margin: 10px 0px;
    font-family: arial;
    font-size: 7pt;
    color: #666;
}

#Tracker li.critical {
    color: red;
}

#Tracker li.warning {
    color: #ff7200;
}

#FootMenu {
    clear: both;
    width: 1070px;
    margin: 0px auto;
    padding-bottom: 20px;
}

#FootMenu ul {
    margin: 10px 0px 5px 0px;
    float: left;
    width: 100%;
    border-top: 1px solid #f1f1f1;
    padding: 0px;
    list-style-type: none;
}

#FootMenu li {
    float: left;
    margin: 10px;
}

#FootMenu li.first {
    margin-left: 360px;
}

* html #FootMenu li.first {
    margin-left: 123px;
}

#FootMenu li a span {
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
    color: #828282;
}

#FootMenu li a.donation span {
    color: #cd5454;
}

#CRightLatest ul {
    border: 1px solid #e9e9e9;
    padding: 5px;
    margin: 0px 0px 5px 0px;
    background-color: #fafafa;
    list-style-type: none;
}

#CRightLatest li {
    margin: 5px 0px;
    padding: 0px;
    line-height: 160%;
}

#CRightLatest li strong a {
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
    color: #333;
    font-weight: bold;
}

#CRightLatest li a {
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
    color: #666;
}

#CRightLatest li a:visited {
    color: #aaa;
}

#CRightLatest li a span {
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
}

#CRightLatest .attention {
    background-color: #ba2f2f;
    padding: 2px;
    color: #fff;
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
}

#CRightLatest .friends {
    background-color: #2f49ba;
    padding: 2px;
    color: #fff;
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
}

#CRightLatest .bj {
    background-color: #4a8927;
    padding: 2px;
    color: #fff;
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
}

#CRightLatest .clan {
    background-color: #6d2fba;
    padding: 2px;
    color: #fff;
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
}

#CRightLatest .mappr {
    background-color: #7736d8;
    padding: 2px;
    color: #fff;
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
}

#CRLink a {
    color: #666 !important;
}

#CRLink strong {
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
}

#CRLink li {
    line-height: 110%;
    margin-left: 5px;
}

ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

li {
    padding: 0px;
}

.timezone {
    color: #336699 !important;
    font-size: 8pt;
    text-decoration: underline !important;
}

#BoardComment .promote small {
    color: #2C9801;
    font-family: tahoma;
    font-size: 7pt;
    font-style: normal;
    font-weight: bold;
    margin-left: 4px;
}

#BoardComment .demote small {
    color: #CB4700;
    font-family: tahoma;
    font-size: 7pt;
    font-style: normal;
    font-weight: bold;
    margin-right: 4px;
}

#BoardComment .promote {
    float: left;
}

#BoardComment .demote {
    float: left;
    margin-right: 10px;
}

#BoardComment .scorearea {
    float: right;
}

#menu li.main a {
    width: 28px;
    background: url(/images/v12/p14/txt_main.png) no-repeat 3px 13px;
}

#menu li.news a {
    width: 31px;
    background: url(/images/v12/p14/txt_news.png) no-repeat 3px 13px;
}

#menu li.esports a {
    width: 47px;
    background: url(/images/v12/p14/txt_esports.png) no-repeat 3px 13px;
}

#menu li.gears a {
    width: 50px;
    background: url(/images/v12/p14/txt_hardware.png) no-repeat 3px 13px;
}

#menu li.movies a {
    width: 49px;
    background: url(/images/v12/p14/txt_movies.png) no-repeat 3px 13px;
}

#menu li.xpw a {
    width: 43px;
    background: url(/images/v12/p14/txt_xpworld.png) no-repeat 3px 13px;
}

#menu li.main_actived a {
    width: 28px;
    background: url(/images/v12/p14/txt_main_actived.png) no-repeat 1px 11px;
}

#menu li.news_actived a {
    width: 31px;
    background: url(/images/v12/p14/txt_news_actived.png) no-repeat 1px 11px;
}

#menu li.esports_actived a {
    width: 47px;
    background: url(/images/v12/p14/txt_esports_actived.png) no-repeat 1px 11px;
}

#menu li.gears_actived a {
    width: 50px;
    background: url(/images/v12/p14/txt_hardware_actived.png) no-repeat 1px 11px;
}

#menu li.movies_actived a {
    width: 49px;
    background: url(/images/v12/p14/txt_movies_actived.png) no-repeat 1px 11px;
}

#menu li.xpw_actived a {
    width: 43px;
    background: url(/images/v12/p14/txt_xpworld_actived.png) no-repeat 1px 11px;
}

body {
    border: none;
}

#topnav {
    background-color: #fff;
    height: 20px;
}

#topnav .inside {
    width: 800px;
    margin: 0px auto;
    float: right;
}

#mylink {
    float: right;
    margin: 4px 10px 0px 0px;
}

* html #mylink {
    margin-right: 5px;
}

#mylink .login {
    float: left;
}

#mylink ul {
    float: left;
    list-style-type: none;
    margin: 3px 0px 0px 10px;
    padding: 0px;
}

#mylink li {
    float: left;
    background: url(/images/tmp/bl_bar2.gif) no-repeat right 2px;
    padding: 0px 7px;
    color: #717171;
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
}

#mylink li.signup {
    background: none;
}

#mylink a.nick {
    color: #b81a4e;
}

#mylink a.login {
    color: #b81a4e;
}

#mylink li a {
    color: #717171;
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
}

#subroot ul {
    margin-left: 10px;
}

* html #subroot ul {
    margin-left: 5px;
}

#subroot .esports {
    margin-left: 24px;
}

* html #subroot .esports {
    margin-left: 12px;
}

#subroot .esports .first2 {
    margin-left: 160px;
    background: none;
}

* html #subroot .esports .first2 {
    margin-left: 140px;
    background: none;
}

#subroot .gears {
    margin-left: 130px;
}

* html #subroot .gears {
    margin-left: 65px;
}

#subroot .gears .first2 {
    margin-left: 40px;
    background: none;
}

* html #subroot .gears .first2 {
    margin-left: 0px;
    background: none;
}

#FootMenu .first {
    margin-left: 280px;
}

* html #FootMenu .first {
    margin-left: 140px;
}

#subroot .main .first {
    margin-left: 410px;
}

* html #subroot .main .first {
    margin-left: 150px;
}

#subroot .news .first {
    margin-left: 410px;
}

* html #subroot .news .first {
    margin-left: 150px;
}

#mct {
    float: left;
    margin: 0px auto;
    background-color: #fff;
    padding: 8px;
    width: 980px;
    border: 1px solid #ccc;
    text-align: left;
}

#mct .bgc {
    background-color: #fff;
}

#Feedback_BT {
    float: right;
    margin: 10px 20px;
}

* html #Feedback_BT {
    float: right;
    margin: 10px 10px;
}

#CommunityPortal .inside {
    position: absolute;
    border: 1px solid #dedede;
    padding: 0px 1px;
    background-color: #f1f1f1;
    top: -31px;
    left: -2px;
    width: 120px;
}

#CommunityPortal ul {
    border: 0px;
    margin: 0px;
}

#CommunityPortal li {
    margin: 0px;
    padding: 0px;
    background: none;
}

#gnb {
    width: 100%;
    margin: 0 auto;
    min-width: 1070px;
}

#gnb .hdn {
    width: 1070px;
    margin: 5px auto;
}

#gnb .hdn .logo {
    float: left;
    margin-top: 30px;
}

#gnb .bn7 {
    float: right;
    width: 728px;
    height: 90px;
}

#gnb .lnb {
    width: 100%;
    clear: both;
    background-color: #D11367;
    padding: 12px 0;
}

#gnb .lnb ul {
    list-style-type: none;
    padding: 0px;
}

#gnb .lnb li {
    float: left;
    margin: 0px 10px;
}

#gnb .lnb li a {
    color: #fff;
    font-size: 12px;
    font-family: "Gulim", "굴림";
}

.sc2auth_link {
    font-weight: bold;
    color: #000;
}

.sc2auth_link:visited {
    color: #000;
}

.sc2auth_score {
    font-family: "돋움", "Dotum";
    font-size: 8pt;
    color: #666;
    letter-spacing: -1px;
}

.hint {
    font-family: "돋움", "Dotum";
    font-size: 8pt;
    color: #aaa;
    letter-spacing: -1px;
}

.dkv_prg {
    font-size: 8pt;
    font-family: "돋움", "Dotum";
    letter-spacing: -1px;
    color: #999;
}

.dkv_promote {
    color: #3f7818;
}

.dkv_demote {
    color: #ac6262;
}

#Articles .score_plus {
    font-size: 7pt;
    font-family: arial;
    color: #bf3e3e;
}

#Articles .score_minus {
    font-size: 7pt;
    font-family: arial;
    color: #3366ff;
}

#Articles .news {
    background-color: #faeaea;
}

#Articles .news td {
    border-bottom: 1px solid #faeaea;
}

#Articles .news .title a {
    color: #000;
    font-size: 12px;
}

#Articles .ad {
    background-color: #f6f6f6;
}

/* 공용 게시판 상단 헤더 */
#BoardTitle {
    margin: 10px 0px 5px 0px;
    height: 21px;
    background: url(http://imports.playxp.com/images/board/board_top_bar.gif) repeat-x;
    background-position: 0px 16px;
}

#BoardTitle span.title {
    float: left;
    font-weight: bold;
}

#BoardTitle a.rss {
    float: right;
    margin: 0px 5px 0px 0px;
    font-size: 8pt;
    font-family: tahoma;
    text-decoration: none;
}

#BoardTitle a.rss:hover {
    color: red;
}

#BoardTitle a.rss img {
    vertical-align: middle;
}

/* 클럽 정보 */
#club_info {
    float: left;
    width: 608px;
    border: 1px solid #b8b788;
    background-color: #ffffd7;
    margin-bottom: 10px;
}

#club_info ul {
    margin: 10px;
    list-style-type: none;
    padding: 0px;
}

#club_info li {
    height: 25px;
}

#club_info li.creater {
    float: left;
}

#club_info li.visitor {
    float: right;
}

/* 전광판 */
#splendid {
    float: left;
    width: 610px;
    height: 27px;
    margin-bottom: 5px;
    background: url(http://imports.playxp.com/images/board/bg_splendid.gif) no-repeat;
}

#splendid div.margin {
    margin: 6px 0px 0px 8px;
}

#splendid a {
    margin-left: 5px;
    color: #993333;
}

#splendid span.nick {
    color: #666;
    margin-left: 10px;
}

#splendid span.comment_num {
    font-size: 8pt;
    color: #666;
}

#BoardTabTop {
    float: left;
    clear: both;
    width: 100%;
    border-bottom: 2px solid #3e3e3e;
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 0;
}

#BoardTabTop li {
    float: left;
    height: 12px;
    margin: 0;
    color: #878686;
    padding: 5px 20px;
    background-color: #f1f1f1;
    border-right: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
}

#BoardTabTop li a {
    color: #555;
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
}

#BoardTabTop li a:hover {
    color: red;
    text-decoration: none;
}

#BoardTabTop li.actived {
    font-weight: bold;
    background-color: #3e3e3e;
    border-left: 1px solid #252525;
    border-top: 1px solid #252525;
    border-right: 1px solid #252525;
}

#BoardTabTop li.actived a {
    font-weight: bold;
    color: #fdcb00;
}

/* color:#d7420d;}*/

/* 목록 폼 */
#BoardList {
    float: left;
    width: 728px;
    margin: 0px 0px 10px 0px;
    padding: 0px 5px 10px 5px;
    background-color: #fff;
}

#PageInfo {
    clear: both;
    float: left;
    margin: 2px 0px 0px 0px;
    font-size: 8pt;
    color: #999;
    font-family: arial;
    height: 16px;
}

#CategoryList {
    float: right;
}

/* 게시물 항목 */
#Articles {
    clear: both;
    float: left;
    width: 100%;
    margin: 10px 0px 10px 0px;
    border-collapse: collapse;
    border-bottom: 2px solid #f1f1f1;
    border-top: 2px solid #ccc;
}

#Articles tr.sticky {
    background-color: #f6f6f6;
}

#Articles th {
    text-align: center;
    padding: 8px 0px;
    border-bottom: 1px solid #e5e6e0;
    background: url(http://imports.playxp.com/images/board/text_bar3.gif) no-repeat;
    color: #666;
    font-family: 돋움;
    font-weight: normal;
    font-size: 8pt;
    letter-spacing: -1px;
}

#Articles th:first-child {
    background: none;
}

#Articles td {
    height: 20px;
    padding: 6px 3px;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
}

#Articles td.no {
    width: 35px;
    font-size: 8pt;
    letter-spacing: -1px;
}

#Articles td.title {
    text-align: left;
}

#Articles td.title div.fixer {
    width: 460px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#Articles td.title .score_num {
    font-size: 7pt;
    font-family: arial;
    color: #bf3e3e;
}

#Articles td.nick {
    width: 90px;
    text-align: left;
    white-space: nowrap;
}

#Articles td.nick div.fixer {
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
}

#Articles td.nick div.fixer a {
    color: #000;
}

#Articles td.nick div.fixer a:hover {
    text-decoration: none;
}

#Articles td.nick div.fixer * {
    font-family: 돋움, Dotum;
    font-size: 8pt;
    letter-spacing: -1px;
    overflow: hidden;
}

#Articles td.datetime {
    width: 60px;
    font-size: 12px;
}

#Articles td.hit {
    width: 40px;
    font-size: 8pt;
    letter-spacing: -1px;
}

#Articles td.recommend {
    width: 30px;
    font-size: 8pt;
    letter-spacing: -1px;
    color: #ff3e00;
}

/* 페이징 */
#PagingContainer {
    clear: both;
}

#Paging {
    float: left;
    margin: 0px 0px 0px 0px;
    height: 25px;
}

#Paging a,
#Paging span {
    font-family: 돋움, Dotum;
    font-size: 8pt;
    color: #333;
}

#BoardButton {
    float: right;
}

/* 검색 */
#BoardSearch {
    clear: both;
    text-align: center;
}

#BoardSearch input.input {
    border: 1px solid #999;
    height: 14px;
}

#BoardSearch input.button {
    height: 20px;
}

#BoardTitle .title {
    float: left;
}

#BoardTitle .addBoard {
    float: right;
    margin-right: 3px;
}

#BoardTitle .addBoard a {
    font-family: '돋움', 'Dotum';
    font-size: 8pt;
    letter-spacing: -1px;
    color: #3366cc;
}

#miniJingjing .jing_area {
    float: right;
    border: 1px solid #000;
    width: 320px;
    height: 16px;
    cursor: pointer;
    background-color: #000;
}

#miniJingjing > div > div {
    font-size: 11px;
    font-family: Dotum, '돋움';
    width: 100%;
    float: left;
    height: 14px;
    padding-top: 2px;
    text-align: center;
}

#miniJingjing .icon_jing {
    float: right;
    margin-right: 5px;
    margin-top: 1px;
}

#BoardContent ul {
    margin: 12px 0px;
    padding-left: 30px;
    list-style-type: disc;
}

#BoardContent table,
#BoardContent td {
    line-height: 100%;
    padding: 0px 4px;
}

#XPToto {
    float: left;
    width: 650px;
    margin-top: 50px;
}

#XPToto h5 {
    display: block;
    margin: 10px;
    font-size: 9pt;
}

#XPToto .item {
    margin: 10px 0px;
    padding: 10px;
    border: 1px solid #eaeaea;
    line-height: 200%;
}

#XPToto .logo {
    float: left;
    margin: 0px 10px 10px 0px;
}

#XPToto .btn div {
    float: right;
    background: url(http://imports.playxp.com/images/toto/bg_btn_face.gif) no-repeat;
    width: 50px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    font-family: 돋움;
    font-size: 8pt;
    color: #245bcc;
    padding-top: 8px;
    line-height: 110%;
}

#XPToto .btn:hover div {
    color: #fd3920;
}

#XPToto .btn div.revert {
    color: #fd3920;
}

#XPToto .item a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

#XPToto .item a:hover {
    color: #245bcc;
}

#XPToto .time {
    color: #999;
    font-size: 8pt;
}

#XPToto .live {
    color: #5a942a;
    font-size: 8pt;
    font-family: 돋움;
}

#XPToto .end {
    color: #cb1c1c;
    font-size: 8pt;
    font-family: 돋움;
}

#XPToto .left_time {
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
    color: #cc5f24;
}

#XPToto .convert {
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
    color: #999;
}

#XPToto .input {
    border: 1px solid #cacaca;
    padding: 2px;
    width: 50px;
    text-align: right;
}

#XPToto .cancel {
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
    color: #ff0000;
    text-decoration: line-through;
}

#XPToto .join {
    margin: 10px 0px;
    padding: 10px;
    border: 1px solid #eaeaea;
    line-height: 200%;
}

#XPToto .join ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#XPToto .join ul li {
    margin: 10px 0px;
    padding: 0px;
}

#XPToto .join .lft {
    float: left;
    width: 280px;
}

#XPToto .join .lft_evt {
    float: left;
    width: 400px;
}

#XPToto .join .lft_evt label {
    font-weight: bold;
    letter-spacing: -1px;
}

#XPToto .join .lft label {
    font-weight: bold;
    letter-spacing: -1px;
}

#XPToto .note {
    float: left;
    font-family: 돋움;
    font-size: 8pt;
    color: #666;
}

#XPToto .user_percent {
    margin: 10px 0px;
    padding: 10px;
    border: 1px solid #eaeaea;
    line-height: 200%;
}

#XPToto .user_percent .clear {
    clear: both;
}

#XPToto .ct {
    float: left;
}

#XPToto .user_percent .lft {
    float: left;
    text-align: right;
    width: 290px;
}

#XPToto .user_percent .rgt {
    float: left;
    text-align: left;
    width: 290px;
}

#XPToto .vs {
    float: left;
    font-size: 13pt;
    font-family: tahoma;
    font-weight: bold;
    margin: 0px 10px;
}

#XPToto .users {
    margin: 10px 0px;
    padding: 10px;
    border: 1px solid #eaeaea;
    line-height: 200%;
}

#XPToto .users table {
    width: 100%;
}

#XPToto .users th {
    text-align: center;
}

#XPToto .users td {
    text-align: center;
}

#XPToto .hdn {
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
    color: #666;
}

.bestmvp {
    margin-bottom: 10px;
}

.bestmvp p {
    margin: 0px;
}

.event_text {
    padding: 10px;
    background-color: #eed7c9;
}

#XPToto .sponsor_info {
    margin: 10px 0px;
    padding: 10px;
    border: 1px solid #eaeaea;
    line-height: 200%;
}

#MemberLatestArticles {
    border: 1px solid #dcdcdc;
    border-top-width: 3px;
    width: 400px;
    margin: 0px auto;
    padding: 10px;
}

#MemberLatestArticles h5 {
    display: block;
    margin: 10px 0px;
    font-size: 9pt;
}

#MemberLatestArticles ul {
    margin: 0px;
    list-style-type: none;
    padding: 0px 0px 0px 5px;
}

#MemberLatestArticles li {
    margin: 3px 0px;
    line-height: 160%;
}

#PrevArticle {
    padding: 0 10px;
    border: 1px solid #cfcfcf;
    background-color: #fafafa;
    margin-bottom: 5px;
}

#PrevArticle > div {
    margin: 15px 5px;
}

/* 클럽 정보 */
#club_info {
    float: left;
    width: 608px;
    border: 1px solid #b8b788;
    background-color: #ffffd7;
    margin-bottom: 10px;
}

#club_info ul {
    margin: 10px;
    list-style-type: none;
    padding: 0px;
}

#club_info li {
    height: 25px;
}

#club_info li.creater {
    float: left;
}

#club_info li.visitor {
    float: right;
}

/* 전광판 */
#splendid {
    float: left;
    width: 610px;
    height: 27px;
    margin-bottom: 5px;
    background: url(http://imports.playxp.com/images/board/bg_splendid.gif) no-repeat;
}

#splendid div.margin {
    margin: 6px 0px 0px 8px;
}

#splendid a {
    margin-left: 5px;
    color: #993333;
}

#splendid span.nick {
    color: #666;
    margin-left: 10px;
}

#splendid span.comment_num {
    font-size: 8pt;
    color: #666;
}

/* 보기 폼 */
#BoardView {
    float: left;
    width: 728px;
    margin: 0px 0px 10px 0px;
    padding: 0px 5px;
    background-color: #fff;
}

/* 게시물 정보 */
#BoardViewHeader {
    clear: both;
    width: 100%;
    margin: 5px 0px;
    border-collapse: collapse;
}

#BoardViewHeader th {
    text-align: center;
    border-bottom: 1px solid #e5e6e0;
    width: 60px;
    height: 30px;
    background: url(http://imports.playxp.com/images/board/text_bar3.gif) no-repeat;
}

#BoardViewHeader th:first-child {
    background: none;
}

* html #BoardViewHeader th {
    background: expression(this.previousSibling == null ? 'none' : 'url(http://imports.playxp.com/images/board/text_bar3.gif) no-repeat')
}

#BoardViewHeader td {
    padding: 3px 3px 3px 10px;
    height: 20px;
    text-align: left;
    border-bottom: 1px solid #e5e6e0;
    background: url(http://imports.playxp.com/images/board/text_bar3.gif) no-repeat;
}

#BoardViewHeader td span.ip {
    font-size: 8pt;
}

.bnetauth {
    font-family: 돋움;
    font-size: 8pt;
    color: #333;
    letter-spacing: -1px;
}

.bnetauth a {
    font-family: 돋움;
    font-size: 8pt;
    color: #333;
    letter-spacing: -1px;
}

#BoardComment .bnetauth {
    margin-left: 5px;
}

#BoardViewHeader td.datetime {
    font-size: 8pt;
    width: 140px;
}

/* 첨부 리스트 */
#BoardViewAttach {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#RestoreArea {
    display: none;
}

#RestoreArea span {
    font-weight: bold;
}

#RestoreArea input.restoring {
    margin-left: 100px;
}

/* 본문 */
#BoardContent {
    word-break: break-all;
    min-height: 300px;
    overflow: hidden;
    width: 728px;
    margin-bottom: 15px;
    line-height: 200%;
}

#BoardContent hr {
    display: block;
    height: 1px;
}

#BoardContent span.modify_info,
#BoardContent span.modify_info span {
    color: #ff6666;
    font-size: 8pt;
}

#BoardContent p {
    margin: 0;
    padding: 0;
    line-height: 200%;
}

/* ie6 닉네임 컬러 재설정 */
#BoardViewHeader td.nick a span {
    color: #000;
}

#BoardViewHeader td.nick a:hover {
    text-decoration: none;
}

#BoardRecommend {
    margin: 10px auto 5px auto;
    width: 35px;
}

#BoardRecommend div.btn {
    border: 1px solid #ccc;
    height: 35px;
    width: 35px;
}

#BoardRecommend div.text1 {
    font-size: 10pt;
    color: #ff3e00;
    font-weight: bold;
    font-family: 돋움;
    margin-top: 4px;
    letter-spacing: -1px;
    text-align: center;
}

#BoardRecommend div.text2 {
    font-size: 8pt;
    color: #666;
    text-align: center;
}

* html #BoardRecommend div.text2,
*:first-child + html #BoardRecommend div.text2 {
    margin-top: 3px;
}

/* 서명 */
#MemberSign {
    float: right;
    margin: 0px 0px 10px 0px;
    padding: 1px;
    width: 300px;
    height: 125px;
    overflow: hidden;
    border: 1px solid #eaeaea;
}

#MemberSign img {
    margin: 0px;
}

#MemberSign hr {
    display: block;
    height: 1px;
}

/* 발도장 */
#Footstep {
    clear: both;
    margin: 0px 0px 10px 0px;
    border: 1px solid #cccccc;
    padding: 10px;
    width: 706px;
}

#Footstep .btn {
    float: right;
}

#Footstep .btn input {
    height: 28px;
}

#Footstep .footList {
    clear: both;
    margin: 10px 10px 10px 10px;
    line-height: 160%;
    word-break: break-all;
}

#Footstep .caption {
    margin: 0px;
    float: left;
    padding: 0px;
}

#AddSplendid {
    clear: both;
    border: 1px solid #ccc;
    padding: 10px;
    width: 576px;
    margin-bottom: 10px;
}

#AddSplendid label {
    font-weight: bold;
    margin-right: 10px;
}

/* 백링커 */
#Backlinker {
    clear: both;
    margin: 0px 0px 10px 0px;
    border: 1px solid #cccccc;
    padding: 10px;
    width: 576px;
}

#Backlinker ul {
    margin: 10px 0 0 0;
    padding: 0px;
    list-style-type: none;
    clear: both;
    float: left;
}

#Backlinker li {
    margin: 0px;
    padding: 0px;
    font-size: 8pt;
}

#Backlinker li a {
    font-size: 8pt;
    color: #242d40;
}

#Backlinker h5 {
    margin: 0px;
    padding: 0px;
    font-size: 9pt;
    float: left;
    display: block;
}

#Backlinker p {
    float: right;
    border: 1px solid #d1d1d1;
    background-color: #efefef;
    width: 200px;
    padding: 5px;
    line-height: 160%;
}

/* 댓글 */
#BoardComment {
    clear: both;
}

#BoardComment div.announce {
    font-size: 8pt;
    text-align: center;
    color: #999;
    border: 1px solid #cfcfcf;
    background-color: #fafafa;
    margin-bottom: 10px;
    padding: 10px;
}

#BoardComment div.announce a {
    font-size: 8pt;
    color: #333;
    font-weight: bold;
}

#BoardComment table.item {
    border: 1px solid #cfcfcf;
    background-color: #fafafa;
    margin: 0px 0px 10px 0px;
    width: 728px;
}

#BoardComment table.item table.inner {
    margin: 10px 10px 5px 10px;
    width: 704px;
}

#BoardComment table.item table.inner2 {
    margin: 0px 10px 10px 10px;
    width: 704px;
}

#BoardComment td.del {
    text-align: right;
}

#BoardComment span.nick {
    height: 18px;
}

#BoardComment span.nick a {
    color: #000;
}

/* ie6 닉네임 컬러 재설정 */
#BoardComment span.nick img {
    vertical-align: top;
}

#BoardComment span.date {
    margin-left: 5px;
    font-size: 8pt;
    color: #666;
}

#BoardComment span.ip {
    font-size: 8pt;
    color: #999;
    margin-left: 5px;
}

#BoardComment a.delete {
    margin-left: 5px;
}

#BoardComment table.item td.sense div {
    border: 1px solid #999;
}

#BoardComment table.item td.sense img {
    vertical-align: top;
}

#BoardComment table.item td.content {
    vertical-align: top;
}

#BoardComment table.item td.content div {
    padding: 3px;
    word-break: break-all;
    line-height: 200%;
    width: 530px;
    overflow: hidden;
}

#BoardComment table.item td.content div hr {
    display: block;
    height: 1px;
}

/* 댓글 쓰기 */
#BoardCommentWrite {
    clear: both;
}

#BoardCommentWrite div.announce {
    font-size: 8pt;
    text-align: center;
    color: #999;
    border: 1px solid #cfcfcf;
    background-color: #fafafa;
    margin-bottom: 10px;
    padding: 10px;
}

#BoardCommentWrite div.announce a {
    font-size: 8pt;
    color: #333;
    font-weight: bold;
}

#BoardCommentWrite div.form {
    border: 1px solid #cfcfcf;
    background-color: #fafafa;
    margin-bottom: 5px;
    padding: 10px;
}

#BoardCommentWrite span.nick {
    float: left;
    margin: 5px 0px 5px 10px;
}

#BoardCommentWrite div.options {
    float: right;
    margin-right: 45px;
}

#BoardCommentWrite input.submit {
    height: 25px;
    width: 60px;
    margin-bottom: 10px;
}

* html #BoardCommentWrite input.submit {
    margin-bottom: 5px;
}

*:first-child + html #BoardCommentWrite input.submit {
    margin-bottom: 5px;
}

#BoardCommentWrite div.cwContainer {
    clear: both;
}

#BoardCommentWrite textarea {
    border: 1px solid #aaa;
    width: 600px;
    height: 50px;
    line-height: 140%;
    margin: 5px;
}

#BoardCommentWrite .nick_caption {
    margin: 5px 0px 5px 10px;
    color: black;
}

#BoardCommentWrite .nick_input {
    border: 1px solid #aaa;
    height: 14px;
    width: 80px;
}

#BoardCommentWrite .passwd_caption {
    margin: 5px 0px 5px 10px;
    color: black;
}

#BoardCommentWrite .passwd {
    border: 1px solid #aaa;
    height: 14px;
    width: 100px;
}

/* 링크 버튼 */
#LinkButton {
    margin-top: 10px;
    clear: both;
    height: 25px;
}

#LinkButton .left {
    float: left;
}

#LinkButton .right {
    float: right;
    margin-right: 1px;
}

/** 여기부터 임식 스키마 영역 (추후 개선 바람) */
/* editArticle */
#editArticlePopup {
    display: none;
    position: absolute;
}

#editArticlePopup .ps {
    position: relative;
    left: 356px;
    top: -7px;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    width: 250px;
    height: 30px;
}

#editArticlePopup .pd {
    margin: 5px;
}

#editArticlePopup span {
    font-weight: bold;
}

#editArticlePopup .text {
    width: 105px;
    border: 1px solid #ccc;
}

/* ie */
*:first-child + html #editArticlePopup .ps {
    left: 300px;
    top: -7px;
}

* html #editArticlePopup .ps {
    left: 300px;
    top: -7px;
}

*:first-child + html #editArticlePopup span {
    margin-right: 5px;
}

* html #editArticlePopup span {
    margin-right: 5px;
}

*:first-child + html #editArticlePopup input {
    vertical-align: middle;
}

* html #editArticlePopup input {
    vertical-align: middle;
}

* html #editArticlePopup .text {
    width: 125px;
}

*:first-child + html #editArticlePopup .text {
    width: 125px;
}

/* delArticle */
#delArticlePopup {
    display: none;
    position: absolute;
}

#delArticlePopup .ps {
    position: relative;
    left: 356px;
    top: -7px;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    width: 250px;
    height: 30px;
}

#delArticlePopup .pd {
    margin: 5px;
}

#delArticlePopup span {
    font-weight: bold;
}

#delArticlePopup .text {
    width: 105px;
    border: 1px solid #ccc;
}

/* ie */
*:first-child + html #delArticlePopup .ps {
    left: 300px;
    top: -7px;
}

* html #delArticlePopup .ps {
    left: 300px;
    top: -7px;
}

*:first-child + html #delArticlePopup span {
    margin-right: 5px;
}

* html #delArticlePopup span {
    margin-right: 5px;
}

*:first-child + html #delArticlePopup input {
    vertical-align: middle;
}

* html #delArticlePopup input {
    vertical-align: middle;
}

* html #delArticlePopup .text {
    width: 125px;
}

*:first-child + html #delArticlePopup .text {
    width: 125px;
}

/* delComment */
#delCommentPopup {
    display: none;
    position: absolute;
}

#delCommentPopup .ps {
    position: relative;
    left: 340px;
    top: -25px;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    width: 250px;
    height: 30px;
}

#delCommentPopup .pd {
    margin: 5px;
}

#delCommentPopup span {
    font-weight: bold;
}

#delCommentPopup .text {
    width: 100px;
    border: 1px solid #ccc;
}

/* ie */
*:first-child + html #delCommentPopup .ps {
    left: 300px;
    top: -7px;
}

* html #delCommentPopup .ps {
    left: 300px;
    top: -7px;
}

*:first-child + html #delCommentPopup span {
    margin-right: 5px;
}

* html #delCommentPopup span {
    margin-right: 5px;
}

*:first-child + html #delCommentPopup input {
    vertical-align: middle;
}

* html #delCommentPopup input {
    vertical-align: middle;
}

* html #delCommentPopup .text {
    width: 125px;
}

*:first-child + html #delCommentPopup .text {
    width: 125px;
}

/* IP 차단 설정 */
#BoardIPDeny {
    display: none;
    position: relative;
}

#BoardIPDenyForm {
    background-color: #fffbcc;
    border: 1px solid #cec23a;
    padding: 10px;
    margin-top: 10px;
    position: absolute;
    color: #000;
    width: 400px;
    top: -5px;
}

#BoardIPDenyForm dl {
    float: left;
    margin: 3px 10px 0 0;
}

#BoardIPDenyForm dt {
    font-weight: bold;
    float: left;
    padding-top: 3px;
}

#BoardIPDenyForm dd {
    float: left;
    margin: 0 0 0 10px;
}

*:first-child + html #BoardIPDenyForm dd,
* html #BoardIPDenyForm dd {
    margin-left: 5px;
}

#BoardIPDenyForm dd span {
    font-size: 8pt;
    font-family: 돋움;
    color: #999;
    letter-spacing: -1px;
}

#BoardIPDenyForm input.ip {
    border: 1px solid #aaa;
    padding: 2px;
    width: 85px;
}

#BoardIPDenyForm input.info {
    border: 1px solid #aaa;
    padding: 2px;
    width: 140px;
}

#BoardIPDenyForm input[type="submit"] {
    height: 25px;
    width: 100px;
}

#BoardIPDenyForm input[type="button"] {
    height: 25px;
    width: 50px;
}

/* 게시물 이동 */
#ArticleMove {
    clear: both;
    margin: 0px 0px 10px 0px;
    border: 1px solid #cccccc;
    padding: 10px;
    width: 576px;
}

#ArticleMove h5 {
    display: block;
    margin: 4px 10px 0px 0px;
    padding: 0px;
    font-size: 9pt;
    float: left;
}

#ArticleMove select {
}

#BoardView .scorearea {
    float: right;
}

#BoardView .promote {
    float: left;
}

#BoardView .promote a {
    color: #f56c07;
    text-decoration: underline;
}

#BoardView .promote small {
    font-style: normal;
    font-size: 7pt;
    color: #2c9801;
    margin-left: 4px;
    font-family: tahoma;
    font-weight: bold;
}

#BoardView .demote {
    float: left;
    margin-right: 10px;
}

#BoardView .demote a {
    color: #f56c07;
    text-decoration: underline;
}

#BoardView .demote small {
    font-style: normal;
    font-size: 7pt;
    color: #cb4700;
    margin-right: 4px;
    font-family: tahoma;
    font-weight: bold;
}

.race-terran {
    background: url("http://pocket.playxp.com/thumbs/592x/1090354?98b2b4f8f302aca8") no-repeat 0px 4px transparent;
    display: inline-block;
    padding: 0px 0 0px 35px;
}

.race-zerg {
    background: url("http://pocket.playxp.com/thumbs/592x/1090353?816302fc3e92f9c4") no-repeat 0px 4px transparent;
    display: inline-block;
    padding: 0px 0 0px 35px;
}

.race-protoss {
    background: url("http://pocket.playxp.com/thumbs/592x/1090355?6b396a0e72b95ffb") no-repeat 0px 4px transparent;
    display: inline-block;
    padding: 0px 0 0px 35px;
}

.race-random {
    background: url("http://pocket.playxp.com/thumbs/592x/1090352?2618c61abc8d3b48") no-repeat 0px 4px transparent;
    display: inline-block;
    padding: 0px 0 0px 35px;
}

#BoardRecommend {
    text-align: center;
}

#TwitterRT {
    float: left;
    margin-top: 3px;
}

/* 백팩 */
#Backpack {
    float: left;
    border: 1px solid #ccc;
    width: 706px;
    margin: 10px 11px;
    background-color: #efefef;
}

#Backpack > div {
    float: left;
    margin: 1px;
    background-color: #fff;
}

#Backpack .stack {
    position: relative;
}

#Backpack .stack div {
    position: absolute;
    top: -10px;
    font-size: 8pt;
    background-color: white;
    border: 1px solid #ccc;
    padding: 0 2px;
    letter-spacing: -0.1em;
}

#Backpack .itemSlot {
    float: left;
    margin: 1px;
    width: 40px;
    height: 40px;
    border: 1px solid #eaeaea;
}

#BoardRecommend .btnRecommend {
    background-color: #4560ae;
    color: #fff;
    border: 1px solid #2f4a96;
    border-radius: 4px;
    height: 25px;
    width: 150px;
    margin-left: -28px;
    margin-right: -60px;
}

#BoardRecommend .btnPolice {
    float: right;
    background-color: #b55252;
    color: #fff;
    border: 1px solid #962f2f;
    border-radius: 4px;
    height: 25px;
    width: 60px;
    font-size: 11px;
    font-family: "돋움", "Dotum";
}

/**
 * 히어로즈 섹션
 */

body.heroes {
    background: url(/assets/images/heroes/bg_heroes.jpg) no-repeat center top #fff;
    background-attachment: fixed;
}

body.heroes #gnb {
    background-color: #fff;
}

body.heroes .fixed-nav {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

body.heroes #gnb .hdn {
    padding-top: 5px;
    margin-top: 0;
}

body.heroes #gnb .lnb {
    background-color: #4b2b9c;
}

body.heroes #container {
    margin-top: 0;
}

body.heroes #FootMenu {
    width: 1090px;
    background-color: #fff;
}

body.heroes #FootMenu > div {
    float: left;
    width: 1080px;
    background-color: #fff;
}

body.heroes #FootMenu ul {
    border-top-color: #333;
}

body.heroes #container {
    width: 1090px;
    background-color: #fff;
}

#heroesContainer #sidemenu .mnu {
    margin-top: 0;
}

#heroesContainer {
    float: left;
    background-color: #fff;
}

#heroesContainer .side {
    float: left;
    width: 160px;
    padding: 10px 0 15px 10px;
}

#heroesContainer .mainHeroes {
    float: left;
    width: 905px;
    padding: 5px 10px 15px 5px;
    background-color: #fff;
}

#heroesContainer .mainHeroesIndex {
    width: 900px;
    padding: 5px 5px 5px 5px;
    margin-left: 10px;
}

#heroesContainer .clearfix {
    clear: both;
}

#heroesContainer .latest {
    float: left;
    width: 440px;
    margin: 5px;
}

#heroesContainer .latest > a:hover {
    text-decoration: none;
}

#heroesContainer .latest > a:hover h5 {
    color: #ffff00;
}

#heroesContainer .latest h5 {
    background: url(/assets/images/heroes/bg_latest_header2.png) repeat-x #13114E;
    margin: 0;
    height: 18px;
    padding: 9px 10px 5px 42px;
    font-size: 12px;
    display: block;
    color: #efefef;
}

#heroesContainer .latest h5 .large {
    position: absolute;
    margin-top: -9px;
    margin-left: -33px;
}

#heroesContainer .latest ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#heroesContainer .latest li {
    padding: 8px 12px;
    border-bottom: 1px solid #eaeaea;
}

#heroesContainer .latest li:nth-child(odd) {
    background-color: #f4f7f9;
}

#heroesContainer .latest li a {
    color: #222;
}

#heroesContainer .vertical {
    float: left;
    margin: 5px;
}

#heroesContainer .vod {
}

#heroesContainer .screenshot {
    margin-right: 0;
}

#heroesContainer .screenshot li {
    float: left;
    background-color: #f4f7f9;
    height: 110px;
    padding: 12px 13px 0 13px;
}

#heroesContainer .horizon {
    float: left;
    width: 890px;
    margin: 15px 5px;
}

#heroesContainer .horizon ul {
    margin: 0 0 10px 15px;
    list-style-type: none;
    padding: 0;
    float: left;
}

#heroesContainer .horizon li {
    float: left;
    margin: 5px 8px;
    padding: 0;
}

#heroesContainer .latest .thumb {
    margin: 0 0 5px 0;
    width: 120px;
    height: 75px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}

#heroesContainer .latest .title {
    margin-left: 5px;
}

#heroesContainer .hero-portrait:hover {
    border: 3px solid #000;
}

#heroesContainer .hero-portrait {
    border: 3px solid #fff;
    width: 64px;
    height: 72px;
    background: #0d0119 url(/assets/images/heroes/thumbnails-64.jpg);
    display: block;
    position: relative;
}

#heroesContainer .hero-portrait span {
    display: none;
}

#heroesContainer .weekRotation ul {
    margin: 0;
}

#heroesContainer .weekRotation li {
    background-color: #fff;
    border: 0;
    margin: 10px 28px;
}

#heroesContainer .weekRotation li:nth-child(odd) {
    background-color: #fff;
}

#heroesContainer .weekRotation li p {
    text-align: center;
}

#heroesContainer .hero-abathur {
    background-position: 0 0;
}

#heroesContainer .hero-arthas {
    background-position: 0 -72px;
}

#heroesContainer .hero-diablo {
    background-position: 0 -144px;
}

#heroesContainer .hero-etc {
    background-position: 0 -216px;
}

#heroesContainer .hero-falstad {
    background-position: 0 -288px;
}

#heroesContainer .hero-gazlowe {
    background-position: 0 -360px;
}

#heroesContainer .hero-illidan {
    background-position: 0 -432px;
}

#heroesContainer .hero-kerrigan {
    background-position: 0 -504px;
}

#heroesContainer .hero-malfurion {
    background-position: 0 -576px;
}

#heroesContainer .hero-muradin {
    background-position: 0 -648px;
}

#heroesContainer .hero-naziba {
    background-position: 0 -720px;
}

#heroesContainer .hero-nova {
    background-position: 0 -792px;
}

#heroesContainer .hero-raynor {
    background-position: 0 -864px;
}

#heroesContainer .hero-sghammer {
    background-position: 0 -936px;
}

#heroesContainer .hero-sonya {
    background-position: 0 -1008px;
}

#heroesContainer .hero-stitches {
    background-position: 0 -1080px;
}

#heroesContainer .hero-tassadar {
    background-position: 0 -1152px;
}

#heroesContainer .hero-tychus {
    background-position: 0 -1224px;
}

#heroesContainer .hero-tyrael {
    background-position: 0 -1296px;
}

#heroesContainer .hero-tyrande {
    background-position: 0 -1368px;
}

#heroesContainer .hero-uther {
    background-position: 0 -1440px;
}

#heroesContainer .hero-valla {
    background-position: 0 -1512px;
}

#heroesContainer .hero-zeratul {
    background-position: 0 -1584px;
}

#heroesContainer .hero-brightwing {
    background-position: 0 -1656px;
}

#heroesContainer .hero-lili {
    background-position: 0 -1728px;
}

#heroesContainer .hero-murky {
    background-position: 0 -1800px;
}

#heroesContainer .hero-zagara {
    background-position: 0 -1872px;
}

#heroesContainer .hero-rehgar {
    background-position: 0 -1944px;
}

#heroesContainer .hero-anubarak {
    background-position: 0 -2016px;
}

#heroesContainer .hero-azmodan {
    background-position: 0 -2088px;
}

#heroesContainer .hero-chen {
    background-position: 0 -2160px;
}

#heroesContainer .hero-jaina {
    background-position: 0 -2232px;
}

#heroesContainer .hero-thrall {
    background-position: 0 -2304px;
}

/*
#heroesContainer #LoginBox {
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    /*background-color: #130F2D; *-/
    color: #fff;
    width: 200px;
    margin-top: 15px;
}

#heroesContainer #Menu {
    width: 160px;
    border: 0;
    /*
    background-color: #ccc;
    *-/
    background-color: rgba(0, 0, 0, 0);
}

#heroesContainer #Menu ul {
    border-left: 0;
    border-right: 0;
    background: url(/asssets/images/heroes/pink-background.png) no-repeat;
    background-color: #130F2D;
    border-top: 2px solid #3B1F4E;
    border-bottom: 1px solid #00d8ff;
    background-image: linear-gradient(rgba(59, 31, 78, 0.5), rgba(0, 216, 255, 0.5)), linear-gradient(rgba(59, 31, 78, 0.5), rgba(0, 216, 255, 0.5));
    background-size: 1px 100%;
    background-position: 100% 0, 0 0;
}

#heroesContainer #Menu li strong {
    color: #48ccff;
}

#heroesContainer #Menu li a {
    color: #ccc;
}
*/

body.heroes .side > #Menu {
    border: 0;
    width: 160px;
    background-color: #fff;
}

body.heroes .side > #Menu ul {
    margin: 0 0 8px 0;
    border: 1px solid #b8b8b8;
    background-color: #fff;
}

body.heroes .side > #Menu .category {
    background: url(/assets/images/heroes/bg_menu_category.png) repeat-x #dfdfdf;
    margin: 0;
    height: 16px;
    padding: 6px 10px;
    border-bottom: 1px solid #b6b8b5;
}

#CRightLatest .issue {
    background-color: red;
    padding: 2px;
    color: #fff;
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
}

#sidemenu .mnu {
    margin-top: 5px;
    clear: both;
    width: 158px;
    border: 1px solid #d8d8d8;
    background-color: #f8f7f8;
    padding-top: 10px;
    margin-bottom: 5px;
}

#sidemenu .mnu ul {
    margin: 0px 8px 8px 8px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    list-style-type: none;
    padding: 0px;
}

#sidemenu .mnu li {
    margin: 8px 10px;
}

#sidemenu .mnu li a {
    font-size: 11px;
    letter-spacing: -1px;
    color: #666;
    font-family: Dotum, '돋움';
}

#sidemenu .mnu li strong {
    font-size: 11px;
    letter-spacing: -1px;
    color: #333;
    font-family: Dotum, '돋움';
}

#CRAttention li {
    height: 16px;
    overflow: hidden;
}

#recentArticles li a {
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
    color: #333;
    word-break: break-all;
}

#liveList li a {
    font-family: 돋움;
    font-size: 8pt;
    letter-spacing: -1px;
    color: #333;
    word-break: break-all;
}

#recentArticles li a:visited {
    color: #999;
}

#liveList li a:visited {
    color: #333;
}
