@charset "utf-8";

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

span {
    font-family: "굴림", "Gulim", "Apple SD Gothic Neo";
    font-size: 9pt;
}

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

label {
    font-weight: normal;
}

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

table {
    border-collapse: collapse;
}

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

body,
html {
    height: 100%;
}

form {
    margin: 0;
    padding: 0;
}

a img {
    border: 0;
}

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;
}

/**
 * 팝업
 */
.popupDisabled {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background-color: #999;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
}

.popup {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.popup > .loading {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 20px 26px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: -21px;
    margin-left: -21px;
}

.popup > .content {
    position: fixed;
    left: 50%;
    top: 50%;
}

.popupBox {
    width: 560px;
    background-color: #fff;
    border: 3px solid #005bae;
    max-height: 500px;
    overflow-y: auto;
    font-size: 12px;
    font-family: "굴림", "Gulim", "Apple SD Gothic Neo";
}

.popupBox .loading {
    display: none;
}

.popupBox .box {
    padding: 10px 20px 10px 20px;
}

.popupBox .popupTitle {
    display: block;
    background-color: #1e5cab;
    color: #fff;
    margin: 0px;
    padding: 6px 0px 7px 15px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.btnBlue {
    width: 100px;
    height: 20px;
    background-color: #228cff;
    color: #fff;
    border: 1px solid #3483cc;
    border-radius: 4px;
    outline: none;
}

.btnBlue:hover {
    background-color: #1e5cab;
}

.btnBlue:active {
    background-color: #0051a4;
}

.btnBlue:disabled {
    background-color: #f3f2f2;
    border-color: #b2bfd8;
    color: #838383;
}

.btnGray {
    width: 100px;
    height: 20px;
    background-color: #666;
    color: #fff;
    border: 1px solid #777;
    border-radius: 4px;
    outline: none;
}

.btnGray:hover {
    background-color: #aaa;
}

.btnGray:active {
    background-color: #aaa;
}

.btnGray:disabled {
    background-color: #aaa;
    border-color: #aaa;
    color: #838383;
}

.btnYellow {
    width: 100px;
    height: 20px;
    color: #fff;
    background-color: #fea300;
    border: 1px solid #ff9d00;
    border-radius: 4px;
    outline: none;
}

.btnYellow:hover {
    background-color: #febe0d;
}

.btnYellow:active {
    background-color: #febe0d;
}

.btnYellow:disabled {
    background-color: #999;
    border-color: #666;
    color: #ccc;
}

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

#maintainance_alert strong {
    color: white;
}

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

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

.sc2auth_link:visited {
    color: #000;
}

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

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

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

#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;
}

#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: 11px;
}

.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: 11px;
    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: 11px;
}

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

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

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

#login .sp {
    clear: left;
    float: left;
    margin: 3px 0px 0px 10px;
    font-size: 11px;
    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: 11px;
    width: 60px;
}

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

* 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;
}

#sidemenu .xpwiki {
    margin: 5px 0 10px 0;
}

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

#sidemenu .xpwiki li {
    margin: 4px 0;
    padding: 0;
    clear: both;
}

#sidemenu .xpwiki li .time {
    color: #666;
    float: left;
    font-size: 11px;
    margin-right: 4px;
    font-family: "돋움", "Dotum";
}

#sidemenu .xpwiki li a {
    color: #000;
    display: inline-block;
    max-width: 120px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -1px;
    padding-right: 1px;
}

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

#xpeditor_menu span {
    float: right;
    font-size: 1px;
    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: 11px;
    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: 11px;
}

#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: 11px;
    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: 11px;
}

/* 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: 11px;
    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: 11px;
    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: 11px;
    letter-spacing: -0.1em;
    display: inline !important;
}

#latestNotice li a span {
    font-size: 11px;
    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: 11px;
    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: 11px;
    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: 11px;
    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: 11px;
    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;
}

#gnb .gb {
    margin: 5px;
    width: 728px;
    height: 90px;
    float: right;
}

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

#LoginBox #Menu ul {
    border: 0;
}

/* 로그인 전 */
#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;
}

#LoginBox .point a {
    font-size: 11px;
    font-family: "돋움", Dotum;;
}

#LoginBox .point a span {
    color: #999;
    font-size: 11px;
    font-family: "돋움", Dotum;;
}

#save {
    vertical-align: middle;
}

#LoginBox .button label {
    font-family: 돋움;
    font-size: 11px;
    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: 11px;
    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: 11px;
    letter-spacing: -1px;
}

#LoginBox li.nick small {
    color: #666;
    font-size: 11px;
}

#LoginBox li.nick span {
    font-family: 돋움;
    font-size: 11px;
    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: 11px;
    letter-spacing: -1px;
}

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

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

#MemoAlert .container {
    position: absolute;
    padding: 0;
    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: 11px;
    font-family: 돋움;
    color: #333;
}

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

#Menu {
    clear: both;
    float: left;
    width: 158px;
    border: 1px solid #d8d8d8;
    background-color: #FDFDFD;
    margin-bottom: 10px;
}

#Menu .caption {
    background-color: #FAFAFA;
    padding: 10px 15px;
    font-size: 12px;
    font-family: "맑은 고딕", "돋움", "Dotum";
    color: #1C1C1C;
    font-weight: bold;
    border-bottom: 1px solid #E4E4E4;
}

#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: 0 8px;
    list-style-type: none;
    padding: 3px 0;
    background-color: #FDFDFD;
    border: 0;
    border-bottom: 1px solid #eee;
}

#Menu ul.last {
    border: 0;
}

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

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

#Menu li strong {
    font-size: 11px;
    font-family: "돋움", "Dotum";
    letter-spacing: -1px;
    color: #333;
}

#Menu li a {
    font-size: 11px;
    font-family: "돋움", "Dotum";
    letter-spacing: -1px;
    color: #555;
}

#Menu li a img {
    vertical-align: middle;
}

.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;
}

#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 > div {
    width: 1070px;
}

#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: 5px 10px;
}

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

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

#FootMenu li a span {
    font-family: 돋움;
    font-size: 11px;
    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-size: 11px;
    font-family: "돋움", "Dotum";
    letter-spacing: -1px;
    color: #333;
    font-weight: bold;
}

#CRightLatest li a {
    font-size: 11px;
    font-family: "돋움", "Dotum";
    letter-spacing: -1px;
    color: #666;
}

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

#CRightLatest li a span {
    font-size: 11px;
    font-family: "돋움", "Dotum";
    letter-spacing: -1px;
}

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

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

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

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

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

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

#CRLink strong {
    font-size: 11px;
    font-family: "돋움", "Dotum";
    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: 11px;
    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;
}

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-size: 11px;
    font-family: "돋움", "Dotum";
    letter-spacing: -1px;
}

#mylink li.signup {
    background: none;
}

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

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

#mylink li a {
    color: #717171;
    font-size: 11px;
    font-family: "돋움", "Dotum";
    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: 0 auto;
}

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

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

#gnb .lnb {
    width: 100%;
    float: left;
    clear: both;
    background-color: #D11367;
}

#gnb .lnb .box {
    width: 1070px;
    margin: 0 auto;
}

#gnb .lnb ul {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#gnb .lnb li {
    float: left;
}

#gnb .lnb .my {
    float: right;
}

#gnb .lnb .actived {
    background-color: #444;
}

#gnb .lnb li a {
    background: url(/assets/images/bt_gnb.png) no-repeat;
    background-position-x: -5px;
    display: block;
    height: 41px;
    text-decoration: none;
}

#gnb .lnb .community a {
    background-position-y: 2px;
    width: 80px;
}

#gnb .lnb .sc2 a {
    background-position-x: 10px;
    background-position-y: -34px;
    width: 75px;
}

#gnb .lnb .overwatch a {
    background-position-x: -6px;
    background-position-y: -70px;
    width: 75px;
}

#gnb .lnb .toto a {
    background-position-y: -106px;
    width: 80px;
}

#gnb .lnb .shop a {
    background: none;
}

#gnb .lnb .shop a img {
    margin: 10px 10px 0 10px;
}

#gnb .lnb .wiki a {
    background-position-x: 10px;
    background-position-y: -142px;
    width: 85px;
}

#gnb .lnb .draft a {
    background-position-x: 10px;
    background-position-y: -178px;
    width: 125px;
}

#gnb .lnb li a:hover {
    background-color: #555;
}

#gnb .lnb li a img {
    margin: 13px 0 0 10px;
}

#gnb .lnb li a span {
    display: none;
}

#gnb .lnb li .with_caret {
    padding-left: 20px;
}

#gnb .snb .inner .with_caret img {
    margin-left: 15px;
}

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

.sc2auth_link:visited {
    color: #000;
}

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

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

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

.dkv_promote {
    color: #3f7818;
}

.dkv_demote {
    color: #ac6262;
}

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

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

#Articles .news {

}

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

#Articles .news .title a {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -1px;
}

#Articles .news .title a:visited {
    color: #999;
}

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

/* 공용 게시판 상단 헤더 */
#BoardTitle {
    margin: 10px 0px 5px 0px;
    height: 21px;
    background: url(//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: 11px;
    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(//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: 11px;
    color: #666;
}

#BoardTabTop {
    float: left;
    clear: both;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

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

#BoardTabTop li:last-child {
    border-right: 1px solid #d2d2d2;
}

#BoardTabTop li a {
    color: #555;
    font-size: 11px;
    font-family: "돋움", "Dotum";
    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: 0 0 10px 0;
    padding: 0 5px 10px 5px;
}

#PageInfo {
    clear: both;
    margin: 6px 5px;
    font-size: 11px;
    color: #999;
    font-family: arial;
    height: 16px;
}

#CategoryList {
    float: right;
}

/* 게시물 항목 */
#Articles {
    clear: both;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    border-collapse: collapse;
    background-color: #fff;
    border-top: 2px solid #3e3e3e;
}

#Articles thead th {
    background-color: #fff;
}

#Articles tbody tr:last-child td {
    border-bottom: none;
}

#Articles tr.sticky {

}

#Articles tr.sticky .fixer .text {
    font-weight: bold;
    letter-spacing: -1px;
}

#Articles tr.sticky .fixer .text:visited {
    color: #999;
}

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

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

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

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

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

#Articles td.title div.fixer {
    display: inline-block;
    max-width: 410px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#Articles td.title div.fixer a:visited {
    color: #999;
}

#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 .m {
    display: none;
}

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

#BoardViewHeader td.nick a span.non_member,
#BoardViewHeader td.nick span.ip,
#Articles td.nick .non_member {
    color: #999;
}

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

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

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

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

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

#Paging a,
#Paging span {
    font-size: 11px;
    font-family: "돋움", "Dotum";
    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;
}

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

#PageInfo .addBoard a {
    font-size: 11px;
    font-family: "돋움", "Dotum";
    letter-spacing: -1px;
    color: #3366cc;
}

#miniJingjing .jing_area {
    float: right;
    border: 1px solid #000;
    width: 220px;
    height: 16px;
    margin-top: 2px;
    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;
}

.mobileOnly {
    display: none;
}

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

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

#BoardContent img {
    max-width: 100%;
}

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

#XPToto {
    float: left;
    width: 650px;
}

#XPToto h5 {
    display: block;
    margin: 10px 0;
    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(//imports.playxp.com/images/toto/bg_btn_face.gif) no-repeat;
    width: 50px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    font-family: "돋움", "Dotum";
    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: 11px;
}

#XPToto .live {
    color: #5a942a;
    font-size: 11px;
    font-family: "돋움", "Dotum";
}

#XPToto .end {
    color: #cb1c1c;
    font-size: 11px;
    font-family: "돋움", "Dotum";
}

#XPToto .left_time {
    font-size: 11px;
    font-family: "돋움", "Dotum";
    letter-spacing: -1px;
    color: #cc5f24;
}

#XPToto .convert {
    font-size: 11px;
    font-family: "돋움", "Dotum";
    letter-spacing: -1px;
    color: #999;
}

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

#XPToto .cancel {
    font-size: 11px;
    font-family: "돋움", "Dotum";
    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-size: 11px;
    font-family: "돋움", "Dotum";
    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-size: 11px;
    font-family: "돋움", "Dotum";
    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: 5px;
    line-height: 30px;
}

/* 클럽 정보 */
#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(//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: 11px;
    color: #666;
}

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

/* 게시물 정보 */
#BoardViewHeader {
    clear: both;
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    background-color: #fff;
    border-top: 2px solid #3e3e3e;
}

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

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

#BoardViewHeader td span.ip {
    font-size: 11px;
}

.bnetauth {
    font-size: 11px;
    font-family: "돋움", "Dotum";
    color: #333;
    letter-spacing: -1px;
}

.bnetauth a {
    font-size: 11px;
    font-family: "돋움", "Dotum";
    color: #333;
    letter-spacing: -1px;
}

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

#BoardViewHeader td.datetime {
    font-size: 11px;
    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;
    padding: 13px 0;
    margin-bottom: 15px;
    line-height: 200%;
    background-color: #fff;
}

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

#BoardContent span.modify_info,
#BoardContent span.modify_info span {
    color: #ff6666;
    font-size: 11px;
}

#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: 11px;
    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: 0;
    border: 1px solid #cccccc;
    padding: 10px;
    width: 706px;
    background-color: #fff;
}

#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: 11px;
}

#Backlinker li a {
    font-size: 11px;
    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;
    margin-top: 10px;
}

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

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

#BoardComment table.item {
    border: 1px solid #cfcfcf;
    background-color: #fafafa;
    margin: 0 0 10px 0;
    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: 11px;
    color: #666;
}

#BoardComment span.ip {
    font-size: 11px;
    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: 11px;
    text-align: center;
    color: #999;
    border: 1px solid #cfcfcf;
    background-color: #fafafa;
    margin-bottom: 10px;
    padding: 10px;
}

#BoardCommentWrite div.announce a {
    font-size: 11px;
    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: 11px;
    font-family: "돋움", "Dotum";
    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("//pocket.playxp.com/thumbs/592x/1090354?98b2b4f8f302aca8") no-repeat 0px 4px transparent;
    display: inline-block;
    padding: 0px 0 0px 35px;
}

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

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

.race-random {
    background: url("//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: 11px;
    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 {

}

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

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

body.heroes #gnb .hdn {
    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: 10px 5px 15px 0;
    background-color: #fff;
}

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

#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;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

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

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

#heroesContainer .heroesLatest {
    float: left;
    width: 900px;
    clear: both;
}

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

#heroesContainer .screenshot li {
    float: left;
    background-color: #f4f7f9;
    width: 120px;
    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;
    margin: 0 auto;
}

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

#heroesContainer .weekRotation ul {
    margin: 0;
}

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

#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 #Menu {
    padding-top: 0;
}

/**
 * 블랙스쿼드 섹션
 */
body.bsq {
    background: url(/assets/images/bsq/bg_bsq5.png) no-repeat center top #fff;
    background-attachment: fixed;
}

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

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

body.bsq #gnb .hdn {
    margin-top: 0;
}

body.bsq #gnb .lnb {
    background-color: #68676c;
}

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

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

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

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

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

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

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

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

#bsqContainer .mainBsq {
    float: left;
    width: 905px;
    padding: 5px 10px 15px 0;
    background-color: #fff;
}

#bsqContainer .mainBsqIndex {
    width: 905px;
    padding: 5px 5px 5px 5px;
    margin: 5px 0 0 0;
}

#bsqContainer .clearfix {
    clear: both;
}

#bsqContainer .mainLatest {
    float: left;
}

#bsqContainer .sideLatest {
    float: left;
    width: 165px;
}

#bsqContainer .sideLatest .latest:first-child {
    margin-top: 0;
}

#bsqContainer .sideLatest .latest {
    width: 160px;
    margin-bottom: 5px;
}

#bsqContainer .sideLatest .latest span {
    font-size: 11px;
    color: #666;
    font-family: "돋움", "Dotum";
}

#bsqContainer .latestGroup {
    float: left;
    width: 740px;
    clear: both;
}

#bsqContainer .latest {
    float: left;
    width: 358px;
    margin: 5px 10px 5px 0;
    border: 1px solid #b8b8b8;
}

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

#bsqContainer .latest > a:hover h5 {
    color: #999;
}

#bsqContainer .latest h5 {
    background: url(/assets/images/heroes/bg_menu_category.png) repeat-x #dfdfdf;
    margin: 0;
    height: 16px;
    padding: 7px 10px 5px 10px;
    border-bottom: 1px solid #b6b8b5;
    font-size: 12px;
    display: block;
    color: #333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

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

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

body.bsq .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-size: 11px;
    font-family: "돋움", "Dotum";
    letter-spacing: -1px;
}

#sidemenu .mnu {
    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-size: 11px;
    font-family: "돋움", "Dotum";
    letter-spacing: -1px;
    color: #333;
    word-break: break-all;
}

#liveList li a {
    font-size: 11px;
    font-family: "돋움", "Dotum";
    letter-spacing: -1px;
    color: #333;
    word-break: break-all;
}

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

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

#atlwdg-trigger {
    position: fixed;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    text-decoration: none !important;
    right: 0;
    bottom: 0;
    background-color: #013466 !important;
    color: #fff !important;
    border: 0 !important;
    font-size: 11px !important;
    padding: 8px 8px 6px 12px !important;
    box-shadow: none !important;
    font-family: "돋움", "Dotum", "Apple SD Gothic Neo" !important;
}

.bs-callout {
    padding: 20px;
    margin: 0 0 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout p {
    margin: 0;
}

.bs-callout-warning {
    border-left-color: #aa6708;
}

.bs-callout-warning h4 {
    display: block;
    color: #aa6708;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.leagueBox {
    width: 1070px;
}

.leagueBox .win {
    color: red;
    font-weight: bold;
}

.leagueBox .teamInfo {
    margin-top: 10px;
}

.leagueBox .teamInfo .vs {
    float: left;
    margin: 0 20px;
}

.leagueBox .teamInfoTable {
    float: left;
    margin: 0 10px 0 0;
}

.leagueBox .teamInfoTable.last {
    margin: 0;
}

.leagueBox .teamInfoTable th {
    text-align: center;
}

.leagueBox .teamInfoTable td {
    padding: 5px;
}

.leagueBox .matchInfo {
    margin: 10px;
}

.leagueBox .matchAdd {
    margin: 10px;
}

.leagueBox .matchSet {
    clear: both;
    margin-top: 30px;
}

.leagueBox .matchSetInfo {
    margin-top: 20px;
}

.leagueBox .matchSetInfo .edit,
.leagueBox .matchSetInfo .save {
    font-size: 11px;
    color: #999;
}

.leagueBox .matchSetRoundTable {
    margin-top: 10px;
}

.leagueBox .matchSetRoundTable th,
.leagueBox .matchSetRoundTable td {
    padding: 4px;
    border: 1px solid #000;
    text-align: center;
    min-width: 40px;
}

.leagueBox .matchSetRoundTable thead th {
    background-color: #214A7B;
    color: #fff;
}

.leagueBox .matchSetRoundTable .none {
    background-color: #fff;
    border: none;
}

.leagueBox .matchSetRoundTable .input {
    width: 30px;
    text-align: center;
}

.leagueBox .matchSetRoundTable .installed {
    background-color: #ffcc99;
}

.leagueBox .matchSetRoundTable .removed {
    background-color: #ceebff;
}

.leagueBox .matchSetRoundTable .edit,
.leagueBox .matchSetRoundTable .save {
    font-size: 11px;
    color: #ccc;
}

.leagueBox .matchSetRoundTable .editArea label {
    margin-right: 5px;
}

.leagueBox .teamInfo .vs {
    margin-top: 80px;
    margin-right: 30px;
    text-align: center;
}

.leagueBox .teamInfo .teamInfoTable {
    border: 1px solid #000;
}

.leagueBox .teamInfo .teamInfoTable th {
    background-color: #D9D9D9;
    padding: 5px 0;
}

.leagueBox .teamInfo .teamInfoTable td {
    text-align: center;
    width: 80px;
    border: 1px dotted #999;
}

.leagueBox .addSet {
    margin: 10px 0;
}

.leagueBox .addSet input {
    margin: 5px 0;
    float: left;
    clear: both;
}

#LeagueOverview .overviewInfo ul {
    float: left;
    margin: 10px 0 0 0;
}

#LeagueOverview .overviewInfo li {
    float: left;
    margin: 0 15px 0 0;
    height: 20px;
}

#MenuGray {
    border: 0;
    width: 160px;
    background-color: #fff;
    clear: both;
    float: left;
    padding-top: 5px;
}

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

#MenuGray .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;
}

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

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

#MenuGray li strong {
    letter-spacing: -1px;
    font-size: 11px;
    font-family: "돋움", "Dotum";
    color: #333;
}

#MenuGray li a {
    font-size: 11px;
    font-family: "돋움", "Dotum";
    letter-spacing: -1px;
    color: #666;
}

.panel-title {
    display: block;
}

.panel-body ul {
    margin-bottom: 0;
}

body p {
    margin: 0;
}

#addMatch.leagueBox {
    float: none;
    width: 1050px;
    max-height: 530px;
}

#addMatch .box {
    padding: 10px 20px;
    text-align: left;
}

#addMatch .scheduleInfo {
    margin: 10px 0;
}

#addMatch .teamInfo .teamInfoTable .teamName {
    width: 350px;
    outline: none;
    border: 0;
    float: left;
    margin-left: 5px;
}

#addMatch .teamInfo .teamInfoTable .selectStatus {
    float: left;
    margin-left: 5px;
    color: red;
    font-size: 11px;
    font-weight: normal;
    margin-top: 2px;
}

#addMatch .teamInfo .teamInfoTable .selectStatus.exist {
    color: blue;
}

#addMatch input.exist {
    border: 1px solid #ffcccc;
    background-color: #ffeaea;
}

#addMatch select.exist {
    border: 1px solid #ffcccc;
    background-color: #ffeaea;
}

#addMatch .teamInfo {
    margin: 0 0 0 0;
    float: left;
}

#addMatch .teamInfo input[type="text"] {
    width: 100px;
    outline: none;
}

#addMatch .teamInfo .alert-info {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 977px;
}

#addMatch .teamInfo .vs {
    margin-top: 100px;
}

#addMatch .box .func {
    text-align: center;
    clear: both;
}

ul.ui-front {
    z-index: 20001;
}

.ui-menu-item {
    font-size: 12px;
    font-family: "돋움", "Dotum";
    text-align: left;
}

.bsq_ranking table th,
.bsq_ranking table td {
    text-align: center;
}

.bsq_ranking h4 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 10px;
}

.bsq_ranking .woman {
    color: #FC1580;
}

#addMap {
    width: 300px;
}

#addMap .list {
    text-align: left;
    padding-bottom: 10px;
}

#addRoundFormat {
    width: 300px;
}

#addRoundFormat .box > div {
    text-align: left;
    margin: 5px 0;
}

.leagueBox .roundFormat {
    margin-bottom: 20px;
}

#addSchedule {
    width: 300px;
}

#addSchedule .box > div {
    text-align: left;
    margin: 5px 0;
}

#addMatchSet {
    width: 350px;
}

#addMatchSet .box > div {
    text-align: left;
    margin: 5px 0;
}

#addMatchSet .box > div.func {
    text-align: center;
}

#addMatchSet .box > div label span {
    font-weight: normal;
    color: #666;
    font-size: 11px;
    font-family: "돋움", "Dotum";
}

#addMatch.sc2 {
    width: 1000px;
}

#addMatch.sc2 .firstMatch {
    float: left;
    clear: both;
    margin: 10px 0;
}

#addMatch.sc2 .firstMatch .left,
#addMatch.sc2 .firstMatch .vs,
#addMatch.sc2 .firstMatch .right {
    float: left;
}

#addMatch.sc2 .firstMatch .vs {
    margin: 4px 20px;
}

#addMatch.sc2 .firstMatch .team {
    width: 100px;
}

#addMatch.sc2 .firstMatch .bnet {
    width: 120px;
}

#addMatch.sc2 .firstMatch > select {
    width: 85px;
}

.leagueBox .matchInfo.sc2 .matchTable .matchName {
    font-weight: bold;
}

.leagueBox .matchInfo.sc2 .matchTable td {
    text-align: center;
    padding: 3px;
}

.leagueBox .matchInfo.sc2 .matchTable .vod {
    margin-left: 5px;
}

.leagueBox .matchInfo.sc2 .matchTable .vod .vod_ko_edit,
.leagueBox .matchInfo.sc2 .matchTable .vod .vod_en_edit {
    width: 200px;
}

.leagueBox .matchInfo.sc2 .matchTable .win {
    color: red;
}

.leagueBox .matchInfo.sc2 .matchTable td > p {
    float: left;
}

.leagueBox .matchInfo.sc2 .matchTable .player1_result input,
.leagueBox .matchInfo.sc2 .matchTable .player2_result input {
    margin-top: 0;
}

.leagueBox .matchInfo.sc2 .matchTable .mapInfo span {
    margin-left: 5px;
}

.leagueBox .matchInfo.sc2 .matchTable .func {
    margin-left: 5px;
}

.leagueBox .matchInfo.sc2 .matchTable .func a {
    display: inline-block;
}

.leagueBox .matchInfo.sc2 .matchTable .func .save,
.leagueBox .matchInfo.sc2 .matchTable .func .cancel {
    margin-top: 4px;
}

.leagueBox .matchInfo.sc2 .matchTable .not_need td {
    color: #aaa;
}

.leagueBox .matchInfo.sc2 .matchTable .win {
    font-weight: normal;
}

.leagueBox .scheduleInfo.sc2 {
    margin-bottom: 20px;
}

.leagueBox .scheduleInfo.sc2 .advancedInfo {
    margin: 10px;
}

.leagueBox .scheduleInfo.sc2 .advancedInfo td {
    text-align: center;
    padding: 3px;
}

.leagueBox .scheduleInfo.sc2 .advancedInfo td.advanced {
    color: red;
    text-align: left;
}

.leagueBox .scheduleInfo.sc2 .advancedInfo td.player,
.leagueBox .scheduleInfo.sc2 .advancedInfo td.eliminated {
    text-align: left;
}

.leagueBox .scheduleInfo.sc2 a.current {
    font-weight: bold;
    color: rgb(58, 50, 195);
}

#gnb .snb {
    float: left;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #D0D0D0;
}

#gnb .snb .inner {
    width: 1070px;
    margin: 0 auto;
    text-align: center;
}

#gnb .snb .inner ul {
    list-style-type: none;
    margin: 0 0 0 5px;
    padding: 0;
}

#gnb .snb .inner li {
    float: left;
    margin: 0;
    padding: 5px 2px 0 2px;
}

#gnb .snb .inner li.on a,
#gnb .snb .inner li.on a:hover {
    border-bottom: 4px solid #485362;
}

#gnb .snb .inner li a {
    display: block;
    color: #222;
    padding: 5px 5px 2px 5px;
    width: 64px;
    text-align: center;
    line-height: 2;
    font-size: 11px;
    font-family: "돋움", "Dotum";
    text-decoration: none;
    border-bottom: 4px solid #fff;
}

#gnb .snb .inner li a:hover {
    border-bottom: 4px solid #ccc;
}

#gnb .snb .inner li.bar {
    width: 20px;
}

#gnb .snb.games li a {
    width: 80px;
}

#gnb .snb.main li a {
    width: 74px;
    margin: 0 4px;
}

#gnb .snb.main .first a {
    margin-left: 0;
    margin-right: 0;
}

#gnb .snb.games .sc2 li a {
    width: 82px;
}

#gnb .snb.games .sc2 .bar {
    width: 22px;
}

#gnb .snb.games .sc2 .wide a {
    width: 74px;
    margin: 0 4px;
}

#gnb .snb.games .sc2 .with_caret a {
    width: 80px;
}

.clearfix {
    clear: both;
}

#GuideContent #StatData .stats1 td,
#GuideContent #StatData .stats2 td,
#GuideContent .detail td {
    line-height: 21px;
    padding: 6px;
    font-size: 11px;
    font-family: "돋움", "Dotum";
}

#GuideContent #StatData .stats1 th,
#GuideContent #StatData .stats2 th {
    line-height: 21px;
    padding: 6px;
    font-size: 11px;
    font-family: "돋움", "Dotum";
}

#GuideContent.lotv {
    width: 728px;
}

#GuideContent.lotv .lotv {
    color: #ff3333;
    font-size: 11px;
}

#GuideContent.lotv #Info {
    width: 728px;
}

#GuideContent.lotv #Spell dl,
#GuideContent.lotv #Upgrade dl {
    width: 708px;
}

#GuideContent.lotv #Spell dd,
#GuideContent.lotv #Upgrade dd {
    width: 643px;
}

#GuideContent.lotv #Spell dd .detail,
#GuideContent.lotv #Upgrade dd .detail {
    width: 643px;
}

#GuideContent.lotv dd .detail th,
#GuideContent.lotv dd .detail td {
    font-size: 12px;
    font-family: "굴림", "Gulim";
}

#GuideContent .unknown {
    background-color: black;
    color: #fff;
    text-align: center;
    width: 48px;
    height: 47px;
    line-height: 4em;
}

#LotvIndex {
    float: left;
    width: 900px;
    padding-bottom: 20px;
    text-align: left;
    background: url(/assets/images/sc2/bg_lotv.jpg) no-repeat;
    background-color: #010a13;
}

#LotvIndex .title {
    z-index: 10;
}

#LotvIndex .overview_vod {
    margin-top: 100px;
}

#LotvIndex h3 {
    font-family: "맑은 고딕", 굴림;
    display: block;
    margin: 100px 0px 70px 50px;
    color: #fff;
    font-size: 20pt;
    font-weight: bold;
}

#LotvIndex .title strong {
    color: yellow;
    margin: 0;
    font-size: 16pt;
}

#LotvIndex .guide {
    float: right;
    width: 250px;
    margin-top: 0px;
}

#LotvIndex .guide h5 {
    clear: both;
    float: left;
    display: block;
    margin: 25px 0px 10px 15px;
    color: #fff;
    padding: 0px;
    font-size: 9pt;
}

#LotvIndex .guide ul {
    clear: both;
    margin: 0px 0px 0px 21px;
    padding: 0px;
    list-style-type: none;
}

#LotvIndex .guide li {
    float: left;
    margin: 0 5px 10px 5px;
    padding: 0;
    width: 49px;
    text-align: center;
    font-family: "돋움", "Dotum";
    font-size: 11px;
    letter-spacing: -1px;
    color: #dedede;
}

#LotvIndex .guide li.observer {
    height: 64px;
}

#LotvIndex .guide li img {
    margin-bottom: 3px;
}

#LotvIndex .guide li:hover {
    color: yellow;
}

#VodIndex .tournamentFilter {
    float: left;
    width: 190px;
    margin-right: 10px;
}

#VodIndex .mainPanel {
    float: left;
    width: 870px;
}

#VodIndex .spoiler_free {
    float: right;
    margin: 10px;
}

#VodIndex .mainPanel .table th,
#VodIndex .mainPanel .table td.date {
    text-align: center;
}

#VodIndex .next_schedule td {
    border-top: 2px solid #999;
}

#VodIndex .rating {
    text-align: center;
}

#VodIndex .star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 100px;
    height: 20px;
    overflow: hidden;
    position: relative;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
}

#VodIndex .star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
}

#VodIndex .star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}

#VodIndex .star-rating input:hover + i,
#VodIndex .star-rating input:checked + i {
    opacity: 1;
}

#VodIndex .star-rating i ~ i {
    width: 40%;
}

#VodIndex .star-rating i ~ i ~ i {
    width: 60%;
}

#VodIndex .star-rating i ~ i ~ i ~ i {
    width: 80%;
}

#VodIndex .star-rating i ~ i ~ i ~ i ~ i {
    width: 100%;
}

#VodIndex .choice {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px;
    display: block;
}

#VodIndex .table ul {
    margin: 0;
}

#VodIndex .table .icon {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#VodIndex .table .title {
    padding-left: 3px;
}

#frontpage {
    float: left;
    width: 905px;
}

#frontpage .news {
    float: left;
    width: 737px;
    margin: 0 2px 0 6px;
}

#frontpage .gamenews {
    margin-bottom: 10px;
}

#frontpage .latest {
    float: left;
    clear: both;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    padding: 5px 10px;
    margin: 0 8px 20px 0;
}

#frontpage .latest .bbs_link {
    float: left;
    margin: 5px;
}

#frontpage .latest .items {
    clear: both;
}

#frontpage .item2 {
    float: left;
    clear: both;
    width: 338px;
    padding: 2px 0;
    margin: 2px 0;
}

#frontpage .item .box2 {
    float: left;
    width: 330px;
    overflow: hidden;
}

#frontpage .item {
    float: left;
    width: 330px;
    padding: 10px 10px;
    margin: 0;
    border-right: 1px dotted #ccc;
}

#frontpage .item:nth-child(even) {
    border-right: 0;
}

#frontpage .item:last-child {
    border-bottom: 0;
}

#frontpage .item .thumb {
    float: left;
    width: 80px;
    margin-right: 10px;
    height: 50px;
    overflow: hidden;
    text-align: center;
}

#frontpage .item .box {
    float: left;
    margin-top: 2px;
    width: 228px;
    max-height: 48px;
    overflow: hidden;
}

#frontpage .item .title {
    padding-right: 1px;
    font-weight: bold;
    color: #000063;
    letter-spacing: -1px;
    font-size: 12px;
    font-family: "굴림", "Gulim";
}

#frontpage .item .title span {
    font-weight: bold;
    color: #000063;
    letter-spacing: -1px;
    font-size: 14px;
    font-family: '돋움', 'Dotum';
}

#frontpage .item .cmt {
    font-weight: bold;
    color: #bf1354;
    letter-spacing: -1px;
    margin: 1px 5px 0 0;
    font-size: 11px;
    font-family: '돋움', 'Dotum';
}

#frontpage .item .cname {
    font-size: 11px;
    color: #D17575;
    font-family: '돋움', 'Dotum';
}

#frontpage .item .ts {
    font-size: 11px;
    color: #909090;
    font-family: '돋움', 'Dotum';
    background: url(/tmp/bar_date.gif) no-repeat;
    padding: 0 3px 0 5px;
}

#frontpage .item p {
    float: left;
    clear: both;
    margin: 2px 0 0 5px;
    color: #606060;
    line-height: 17px;
    font-family: '돋움', 'Dotum';
}

#frontpage .item p.desc {
    float: none;
    font-size: 11px;
    font-family: '돋움', 'Dotum';
    letter-spacing: -1px;
    line-height: 14px;
    margin: 2px 0 0 0;
    color: #888;
}

#frontpage .item .box2 .title,
#frontpage .item .box2 .title span {
    max-width: 300px;
    font-size: 12px;
    color: #000063;
    letter-spacing: -1px;
    margin-right: 3px;
    font-family: '굴림', 'Gulim';
    white-space: nowrap;
    letter-spacing: -1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

#frontpage .item .box2 .title {
    float: left;
    padding-right: 1px;
}

#frontpage .item .box2 .title span {
    display: inline;
}

#frontpage .esports_news .item,
#frontpage .hardware_news .item {
    padding: 8px 10px;
}

#frontpage .gamenews .item {
    height: 50px;
}

#frontpage .hardware_news .item {
    height: 50px;
}

#frontpage .box3 {
    float: left;
    width: 335px;
    overflow: hidden;
    margin-left: 10px;
}

#frontpage .box3 .title {
    float: left;
    color: #000;
    letter-spacing: -1px;
    font-size: 12px;
    margin-right: 5px;
    font-family: '돋움', 'Dotum';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 280px;
}

#frontpage .box3 .title:visited
#frontpage .box3 .title:visited span {
    color: #999;
}

#frontpage .box3 .title {
    padding-right: 1px;
}

#frontpage #Menu {
    float: left;
    width: 158px;
    clear: none;
    margin-bottom: 10px;
}

#frontpage .articles {
    float: left;
    clear: both;
}

#frontpage .articles .latest .icon {
    float: left;
    margin: 5px 5px 0 0;
}

#frontpage .box3 .cmt {
    color: #999;
    font-size: 11px;
    font-family: "돋움", "Dotum";
}

#frontpage .panel {
    float: left;
    width: 366px;
    border-bottom: 0;
    margin-bottom: 0;
    box-shadow: none;
}

#frontpage .panel2 {
    float: left;
    width: 732px;
    border-bottom: 0;
    margin-bottom: 0;
    box-shadow: none;
}

#container .side {
    float: left;
    margin-right: 5px;
}

/**
 * 상단 유저 정보 영역
 */
#userBar {
    float: right;
    padding: 3px 8px;
    background-color: #efefef;
    border: 3px solid #efefef;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#userBar ul {
}

#userBar li {
    float: left;
    padding: 0 7px;
    background: url(/assets/images/bar_gray.png) 0 no-repeat;
    line-height: 20px;
    font-size: 11px;
    font-family: "돋움", "Dotum";
}

#userBar li:first-child {
    background: none;
}

#userBar li a {
    color: #000;
}

#userBar .blocked {
    font-size: 11px;
    color: red;
    font-family: '돋움', 'Dotum';
}

.breadcrumb {
    margin-bottom: 10px;
    background-color: #e9e9e9;
}

.subnav {
    float: right;
    max-width: 600px;
}

.subnav > li > a {
    padding: 2px 5px;
    font-size: 11px;
    font-family: "Dotum", "돋움";
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    cursor: pointer;
    font-weight: bold;
}

.nav-tabs > li.active > a:hover {
    color: red;
}

/*
#Articles.no_category,
#BoardViewHeader.no_category {
    border-top: none;
}
*/

#Articles .categoryInfo {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
    font-family: "돋움", "Dotum";
    letter-spacing: -1px;
    color: #666;
}

#frontpage .sideLinks {
    float: left;
    width: 160px;
    background-color: #f1f1f2;
    margin-bottom: 10px;
}

#frontpage .sideLinks .latest {
    background-color: #f1f1f2;
    border: 1px solid #f1f1f2;
}

#frontpage .panel2 .latest {
    float: left;
    width: 697px;
    padding: 15px;
}

#frontpage .panel2 .latest .inner {
    float: left;
    clear: both;
}

#frontpage .panel2 .item4 {
    float: left;
    width: 118px;
    margin: 10px 9px 0 9px;
}

#frontpage .item4 .thumb {
    border: 1px solid #666;
    background-color: #666;
    width: 118px;
    height: 88px;
    overflow: hidden;
}

#frontpage .item4 .thumb:hover {
    border: 1px solid red;
}

#frontpage .item4 .box {
    margin: 5px 0;
}

#frontpage .item4 .box .cmt {
    color: #999;
    font-size: 11px;
    font-family: "돋움", "Dotum";
}

#frontpage .esports_news .lft {
    float: left;
    width: 350px;
    border-right: 1px dotted #ccc;
}

#frontpage .esports_news .rgt {
    float: left;
    margin-left: 5px;
    width: 350px;
}

#frontpage .esports_news .lft .item,
#frontpage .esports_news .rgt .item {
    border-right: 0;
}

#frontpage .sideLinks .clock p {
    float: left;
    clear: both;
    margin: 10px;
}

#frontpage .sideLinks .clock img {
    float: left;
}

#frontpage .sideLinks .clock strong {
    float: left;
    margin-left: 5px;
}

#frontpage .sideLinks .clock span {
    clear: both;
    float: left;
    font-size: 11px;
}

#frontpage .sideLinks .schedule {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 10px;
    float: left;
    clear: both;
    width: 140px;
    margin: 10px 0 0 0;
}

#frontpage .sideLinks .schedule dt {
    clear: both;
    float: left;
    margin-top: 15px;
    color: #666;
    font-size: 11px;
    font-family: "돋움", "Dotum";
}

#frontpage .sideLinks .schedule dd {
    float: left;
    clear: both;
    font-size: 11px;
    font-family: "돋움", "Dotum";
}

#frontpage .sideLinks .schedule dd strong {
    color: #222;
    font-size: 11px;
    font-family: "돋움", "Dotum";
    letter-spacing: -1px;
}

#frontpage .sideLinks .schedule dd a strong {
    color: #3366cc;
}

#frontpage .sideLinks .schedule img {
    vertical-align: middle;
    margin-right: 3px;
}

#frontpage .sideLinks .toto {
    padding: 15px 10px;
    float: left;
    clear: both;
    width: 140px;
    margin: 10px 0 0 0;
}

#frontpage .sideLinks .toto dt {
    clear: both;
    float: left;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #222;
    font-size: 11px;
    font-weight: bold;
    font-family: "돋움", "Dotum";
    letter-spacing: -1px;
}

#frontpage .sideLinks .toto .logo {
    vertical-align: middle;
    margin-right: 1px;
}

#frontpage .sideLinks .toto dd {
    float: left;
    clear: both;
    margin: 4px 0;
    line-height: 1.1;
}

#frontpage .sideLinks .toto dd a {
    color: #333;
    font-size: 11px;
    font-family: "돋움", "Dotum";
    line-height: 1.1;
}

#Articles tr:hover {
    background-color: #fafafa;
}

.board_title {
    background: url(//imports.playxp.com/images/board/board_top_bar.gif) repeat-x;
    background-position: 0 20px;
    padding: 0 5px 6px 5px;
    margin: 5px 0 0 0;
}

.board_title a {
    float: left;
    padding-top: 2px;
    color: #000;
}

.board_title a:hover {
    color: #666;
    text-decoration: none;
}

#SC2Index {
    width: 900px !important;
}

#frontpage .sideLinks .notice {
    clear: both;
    padding: 20px 10px 10px 10px;

}

#frontpage .sideLinks .notice li {
    padding-right: 1px;
    margin: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#frontpage .sideLinks .notice li a {
    font-size: 11px;
    color: #333;
    font-family: "돋움", "Dotum";
    letter-spacing: -1px;
}

#frontpage .sideLinks .notice li .cmt {
    font-size: 10px;
    color: #333;
    font-family: "돋움", "Dotum";
    letter-spacing: -1px;
    padding-right: 1px;
}

#frontpage .sideLinks .wiki {
    clear: both;
    padding: 20px 10px 10px 10px;

}

#frontpage .sideLinks .wiki li {
    padding-right: 1px;
    margin: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#frontpage .sideLinks .wiki a strong {
    color: #000;
}

#frontpage .sideLinks .wiki li a {
    font-size: 11px;
    color: #333;
    font-family: "돋움", "Dotum";
    letter-spacing: -1px;
}

#gnb .renew_alert {
    float: left;
    margin: 20px 0 0 20px;
}

#gnb .renew_alert a {
    font-size: 11px;
    font-family: "돋움", "Dotum";
    letter-spacing: -1px;
    background-color: #666;
    border: 1px solid #666;
    border-radius: 4px;
    padding: 3px 6px;
    color: #fff;
}

#container .checkbox,
#container .radio {
    display: inline;
}

#BoardWriteData td label {
    font-weight: normal;
    margin-right: 10px;
    margin-bottom: 0;
}

/**
 * 서든어택 섹션
 */
body.sa {
    background: url(/assets/images/sa/bg_sa1.jpg) no-repeat center top #fff;
    background-attachment: fixed;
}

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

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

body.sa #gnb .hdn {
    margin-top: 0;
}

body.sa #gnb .lnb {
    background-color: #68676c;
}

body.sa #FootMenu {
    width: 1090px;
}

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

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

body.sa #container {
    margin-top: 0;
    width: 1090px;
}

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

#saContainer {
    float: left;
    background-color: #fff;
    width: 1090px;
}

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

#saContainer .side2 {
    padding-left: 5px;
}

#saContainer .mainSa {
    float: left;
    width: 738px;
    min-height: 700px;
    padding: 5px 0 15px 0;
    background-color: #fff;
}

#saContainer .clearfix {
    clear: both;
}

#FootMenu {
    text-align: center;
    padding: 15px 0 0 0;
}

#FootMenu .box1 {
    float: left;
    border-top: 1px solid #f1f1f1;
    padding: 0 5px;
}

body.sa #FootMenu {
    padding-top: 0;
}

body.sa #FootMenu .box1 {
    border-top-color: #333;
}

#BoardWrite .write_category label {
    margin-right: 10px;
}

#BoardWrite .write_category label input {
    display: none;
}

#BoardWrite .write_category label span {
    cursor: pointer;
    color: #000;
    background-color: #fff;
    padding: 2px 5px;
    font-size: 11px;
    font-family: "Dotum", "돋움";
    border-radius: 4px;
}

#BoardWrite .write_category label span:hover {
    background-color: red;
    color: #fff;
}

#BoardWrite .write_category label input:checked + span {
    color: #fff;
    background-color: #337ab7;
}

#frontpage .bbs_link {
    float: left;
    clear: both;
    margin-bottom: 5px;
}

#saContainer .latest {
    float: left;
    width: 359px;
    margin: 5px 5px 30px 5px;
}

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

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

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

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

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

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

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

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

#saContainer .panel2 {
    float: left;
    width: 732px;
    border-bottom: 0;
    margin-bottom: 0;
    box-shadow: none;
}

#saContainer .panel2 .latest {
    float: left;
    width: 722px;
    padding: 15px 5px;
}

#saContainer .panel2 .latest .inner {
    float: left;
    clear: both;
}

#saContainer .panel2 .item4 {
    float: left;
    width: 118px;
    margin: 10px 9px 0 9px;
}

#saContainer .item4 .thumb {
    border: 1px solid #666;
    background-color: #666;
    width: 118px;
    height: 88px;
    overflow: hidden;
}

#saContainer .item4 .thumb:hover {
    border: 1px solid red;
}

#saContainer .item4 .box {
    margin: 5px 0;
}

#saContainer .item4 .box .cmt {
    color: #999;
    font-size: 11px;
    font-family: "돋움", "Dotum";
}

#frontpage .esports_news .lft {
    float: left;
    width: 350px;
    border-right: 1px dotted #ccc;
}

#frontpage .esports_news .rgt {
    float: left;
    width: 350px;
}

#frontpage .esports_news .lft .item,
#frontpage .esports_news .rgt .item {
    border-right: 0;
}

#frontpage .gamenews .lft {
    float: left;
    width: 350px;
}

#frontpage .gamenews .rgt {
    float: left;
    margin-left: 5px;
    width: 350px;
}

#frontpage .gamenews.latest {
    padding: 5px;
    margin: 0 0 20px 0;
}

#frontpage .leagueInfo {
    float: left;
    width: 350px;
    margin-left: 10px;
}

#frontpage .leagueInfo .latest {
    padding: 0 0 5px 0;
    border-color: #131356;
    margin: 0 8px 10px 0;
}

#frontpage .leagueInfo .latest .item {
    border-right: 0;
    width: 328px;
    padding: 5px 5px 5px 15px;
}

#frontpage .heroesNews > a {
    text-decoration: none;
}

#frontpage .heroesNews > a:hover h5 {
    color: yellow;
}

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

#frontpage .heroesNews h5 .large {
    position: absolute;
    margin-top: -7px;
    margin-left: -33px;
}

#frontpage .gamenews .rgt .item {
    height: 16px;
    padding: 7px 10px 8px 15px;
}

#frontpage .gamenews .lft .item,
#frontpage .gamenews .rgt .item {
    border-right: 0;
}

#ArticlePolice {
    display: none;
    position: relative;
}

#ArticlePolice form > div {
    position: absolute;
    background-color: #eac6c6;
    width: 450px;
    border: 2px solid #bf8585;
    border-radius: 4px;
    padding: 8px;
    top: -100px;
    left: 260px;
}

#ArticlePolice form > div p {
    line-height: 1.6;
    margin: 0 0 10px 0;
}

#ArticlePolice form > div .reason {
    width: 280px;
    border: 1px solid #999;
    outline: none;
}

#ArticlePolice form > div .submit {
    width: 70px;
    height: 22px;
}

#ArticlePolice form > div .cancel {
    width: 40px;
    height: 22px;
}

#mainHeroesOngamenet {
    width: 900px;
    padding: 10px 5px 5px 5px;
    margin-left: 0;
}

/* 공용 게시판 상단 헤더 */
#BoardTitle {
    margin: 10px 0px 5px 0px;
    height: 21px;
    background: url(//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: 11px;
    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(//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: 11px;
    color: #666;
}

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

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

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

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

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

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

#BoardWrite input.title {
    width: 450px;
}

#BoardWrite textarea {
    width: 720px;
    height: 395px;
    border: 1px solid #aaa;
}

#contentNote {
    font-family: "돋움", "Dotum";
    font-size: 11px;
    letter-spacing: -1px;
    margin-top: 5px;
    color: #996666;
    line-height: 120%;
}

#BoardWritePocket {
    clear: both;
    margin: 10px 0 0 0;
}

#BoardWritePocket span.caption {
    font-weight: bold;
}

#objFileList {
    margin: 5px 5px 5px 0;
    width: 635px;
    float: left;
    font-family: '굴림체';
}

#BoardWritePocket .buttons {
    padding: 5px 0;
}

#BoardWritePocket .buttons input {
    width: 60px;
    height: 25px;
}

#BoardWriteOption {
    clear: both;
    padding: 20px 10px 10px 10px;
}

#BoardWriteOption .caption {
    font-weight: bold;
}

#BoardWriteOption .cw {
    margin-top: 5px;
}

#BoardWrite input.writeSubmit {
    clear: both;
    background: url('//imports.playxp.com/images/btn_complete.gif') no-repeat;
    width: 70px;
    height: 25px;
    margin: 0;
    padding: 0;
    border: 0;
    display: inline;
    background-color: transparent;
    cursor: pointer;
}

#AdminHTML {
    display: none;
}

#BoardWrite .fileUpload {
    clear: both;
    float: left;
    margin: 10px 0 20px 0;
}

#BoardWrite .fileUpload .caption {
    font-weight: bold;
}

#BoardWrite .fileUpload .cw {
    margin-top: 5px;
}

#BoardWrite .fileUpload .cw .item {
    clear: both;
    float: left;
    margin: 5px 0;
    width: 728px;
}

#BoardWrite .fileUpload .cw .item > input {
    float: left;
    margin-right: 5px;
    width: 650px;
}

#BoardWrite .fileUpload .cw .item .hint {
    float: right;
    font-size: 11px;
    font-family: "돋움", "Dotum";
    color: #999;
    letter-spacing: -1px;
    padding-right: 1px;
    margin-top: 3px;
}

#BoardWrite .fileUpload .cw .item .remove {
    float: left;
    margin: 10px 0 0 20px;
}

#BoardWrite .fileUpload .cw .note {
    padding: 5px 10px;
    font-size: 11px;
    font-family: "돋움", "Dotum";
    color: #aaa;
    letter-spacing: -1px;
}

#BoardWrite .fileUpload .cw .note strong {
    color: #666;
}

#BoardWrite .loading {
    font-weight: bold;
    width: 728px;
    text-align: center;
    padding: 10px 0;
}

.ccts {
    float: left;
    width: 728px;
    margin-left: 5px;
}

#OGNInvite {
    float: left;
    width: 728px;
    line-height: 2;
    margin: 0 auto;
}

#OGNInvite .notice {
    font-family: "맑은 고딕";
    font-size: 10pt;
    color: #333;
    letter-spacing: 0px;
    padding: 10px;
    line-height: 160%;
    border: 1px solid #a4a4a4;
    border-top-width: 3px;;
}

#OGNInvite .notice span,
#OGNInvite .notice a {
    font-family: "맑은 고딕";
    font-size: 10pt;
}

#OGNInvite .input {
    width: 100px;
    border: 1px solid #ccc;
    padding: 2px;
}

#OGNInvite .inputw {
    width: 150px;
    border: 1px solid #ccc;
    padding: 2px;
}

#OGNInvite .inputs {
    width: 30px;
    border: 1px solid #ccc;
    padding: 2px;
    text-align: center;
}

#OGNInvite .inputw2 {
    width: 150px;
    border: 1px solid #ccc;
    padding: 2px;
}

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

#OGNInvite .form {
    width: 100%;
    margin: 16px 0px;
}

#OGNInvite .form th {
    width: 120px;
    height: 25px;
    text-align: center;
    font-weight: normal;
    letter-spacing: -1px;
    background-color: #f8f8f8;
}

#OGNInvite .form td {
    text-align: left;
    padding: 3px 10px;
    border-bottom: 1px solid #f8f8f8;
    border-top: 1px solid #f8f8f8;
    line-height: 160%;
}

#OGNInvite .form thead td {
    font-weight: bold;
    border: 0px;
}

#OGNInvite .form label {
    margin-right: 8px;
}

#OGNInvite .btn {
    width: 728px;
    padding: 10px 0;
    text-align: center;
}

#OGNInvite .btn .del {
    float: right;
    width: 60px;
    height: 28px;
    margin-right: 20px;
}

#OGNInvite .btn .submit {
    height: 28px;
    width: 150px;
}

#OGNInvite .logos {
    margin: 10px 0px 50px 0px;
    text-align: right;
}

#OGNInvite .logos a {
    margin-left: 20px;
}

.issueList {
    float: left;
    width: 360px;
    border: 1px solid #131356;
    border-top-width: 2px;
    margin-bottom: 10px;
}

.issueList.left {
    margin-right: 4px;
}

.issueList .caption {
    background: url(/assets/images/heroes/bg_latest_header2.png) repeat-x #13114E;
    margin: 0;
    height: 18px;
    line-height: 18px;
    padding: 7px 10px 7px 12px;
    display: block;
}

.issueList .caption span {
    font-size: 11px;
    color: #ff6666;
    font-family: tahoma;
}

.issueList .caption a {
    font-size: 12px;
    color: #efefef;
    text-decoration: none;
}

.issueList .caption a:hover {
    color: yellow;
}

.issueList .items {
    padding: 8px;
    float: left;
}

.issueList .items .item {
    float: left;
    width: 345px;
    margin: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.issueList .items .item .score_plus {
    font-size: 11px;
    font-family: "돋움", "Dotum";
    letter-spacing: -1px;
    color: #bf3e3e;
}

.issueList .note {
    font-size: 11px;
    font-family: "돋움", "Dotum";
    color: #999;
    letter-spacing: -1px;
    padding: 0 0 1px;
}

.mainHeroesIndex #heroesFreeRotation .issueList {
    width: 893px;
}

.mainHeroesIndex .heroesRotation .hexagon {
    width: 120px;
}

.mainHeroesIndex #heroesFreeRotation .heroesRotation {
    margin-left: 45px;
}

#heroesFreeRotation .issueList {
    width: 726px;
    background-color: #304a77;
}

#heroesFreeRotation .issueList .caption {
    color: #fff;
}

#heroesFreeRotation .heroesRotation {
    margin: 15px 0 0 34px;
}

.heroesRotation .hexagon {
    position: relative;
    width: 98px;
    height: 104px;
    float: left;
}

.heroesRotation .slug {
    position: relative;
    top: 78px;
    width: 68px;
    text-align: center;
    color: #fff;
}

.heroesRotation .hexagon__clip {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.heroesRotation .hexagon__item {
    position: relative;
    top: 10px;
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 52px;
    height: 52px;
    -webkit-transform: scaleX(1.74) rotate(45deg);
    -ms-transform: scaleX(1.74) rotate(45deg);
    transform: scaleX(1.74) rotate(45deg);
    -webkit-tap-highlight-color: transparent
}

.heroesRotation .hero-thumbnail__icon {
    position: absolute;
    top: -14px;
    left: -12px;
    display: inline-block;
    width: 90px;
    height: 100px;
    background: url(/assets/images/banpick/heroes/thumbnails-hexagon@2x-r12.png);
    background-size: 92px 4500px
}

.heroesRotation .hero-thumbnail:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -10px;
    width: 90px;
    height: 100px;
    background: url(/assets/images/banpick/heroes/thumbnail-borders@2x.png) -368px 0 no-repeat;
    background-size: 458px 100px;
}

.heroesRotation .hero-thumbnail__icon:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 90px;
    height: 100px;
    background: url(/assets/images/banpick/heroes/thumbnail-borders@2x.png) -368px 0 no-repeat;
    background-size: 458px 100px
}

.hero-thumbnail--free-rotation .hero-thumbnail__icon:after {
    background-position: -92px 0;
}

.heroesRotation .hero-thumbnail__icon.anubarak {
    background-position: 0 -100px
}

.heroesRotation .hero-thumbnail__icon.arthas {
    background-position: 0 -200px
}

.heroesRotation .hero-thumbnail__icon.abathur {
    background-position: 0 -300px
}

.heroesRotation .hero-thumbnail__icon.chen {
    background-position: 0 -400px
}

.heroesRotation .hero-thumbnail__icon.diablo {
    background-position: 0 -500px
}

.heroesRotation .hero-thumbnail__icon.falstad {
    background-position: 0 -600px
}

.heroesRotation .hero-thumbnail__icon.illidan {
    background-position: 0 -700px
}

.heroesRotation .hero-thumbnail__icon.jaina {
    background-position: 0 -800px
}

.heroesRotation .hero-thumbnail__icon.kaelthas {
    background-position: 0 -900px
}

.heroesRotation .hero-thumbnail__icon.kerrigan {
    background-position: 0 -1000px
}

.heroesRotation .hero-thumbnail__icon.lili {
    background-position: 0 -1100px
}

.heroesRotation .hero-thumbnail__icon.etc {
    background-position: 0 -1200px
}

.heroesRotation .hero-thumbnail__icon.muradin {
    background-position: 0 -1300px
}

.heroesRotation .hero-thumbnail__icon.murky {
    background-position: 0 -1400px
}

.heroesRotation .hero-thumbnail__icon.nazeebo {
    background-position: 0 -1500px
}

.heroesRotation .hero-thumbnail__icon.nova {
    background-position: 0 -1600px
}

.heroesRotation .hero-thumbnail__icon.raynor {
    background-position: 0 -1700px
}

.heroesRotation .hero-thumbnail__icon.rehgar {
    background-position: 0 -1800px
}

.heroesRotation .hero-thumbnail__icon.malfurion {
    background-position: 0 -1900px
}

.heroesRotation .hero-thumbnail__icon.gazlowe {
    background-position: 0 -2000px
}

.heroesRotation .hero-thumbnail__icon.tychus {
    background-position: 0 -2100px
}

.heroesRotation .hero-thumbnail__icon.tyrael {
    background-position: 0 -2200px
}

.heroesRotation .hero-thumbnail__icon.uther {
    background-position: 0 -2300px
}

.heroesRotation .hero-thumbnail__icon.valla {
    background-position: 0 -2400px
}

.heroesRotation .hero-thumbnail__icon.zagara {
    background-position: 0 -2500px
}

.heroesRotation .hero-thumbnail__icon.zeratul {
    background-position: 0 -2600px
}

.heroesRotation .hero-thumbnail__icon.thrall {
    background-position: 0 -2700px
}

.heroesRotation .hero-thumbnail__icon.sgt-hammer {
    background-position: 0 -2800px
}

.heroesRotation .hero-thumbnail__icon.sonya {
    background-position: 0 -2900px
}

.heroesRotation .hero-thumbnail__icon.stitches {
    background-position: 0 -3000px
}

.heroesRotation .hero-thumbnail__icon.sylvanas {
    background-position: 0 -3100px
}

.heroesRotation .hero-thumbnail__icon.azmodan {
    background-position: 0 -3200px
}

.heroesRotation .hero-thumbnail__icon.brightwing {
    background-position: 0 -3300px
}

.heroesRotation .hero-thumbnail__icon.tassadar {
    background-position: 0 -3400px
}

.heroesRotation .hero-thumbnail__icon.tyrande {
    background-position: 0 -3500px
}

.heroesRotation .hero-thumbnail__icon.johanna {
    background-position: 0 -3600px
}

.heroesRotation .hero-thumbnail__icon.the-butcher {
    background-position: 0 -3700px
}

.heroesRotation .hero-thumbnail__icon.leoric {
    background-position: 0 -3800px;
}

.heroesRotation .hero-thumbnail__icon.kharazim {
    background-position: 0 -3900px;
}

.heroesRotation .hero-thumbnail__icon.rexxar {
    background-position: 0 -4000px;
}

.heroesRotation .hero-thumbnail__icon.lt-morales {
    background-position: 0 -4200px;
}

.heroesRotation .hero-thumbnail__icon.artanis {
    background-position: 0 -4100px;
}

.heroesRotation .hero-thumbnail__icon.chogall {
    background-position: 0 -4300px;
}

.heroesRotation .hero-thumbnail__icon.lunara {
    background-position: 0 -4400px;
}

.mobileMenu {
    display: none;
}

#FootMenu .box1 {
    float: left;
    border-top: 1px solid #f1f1f1;
    padding: 0 5px;
}

#MenuContainer {
    width: 160px;
}

#BoardRecommend {
    width: 728px;
    height: 30px;
}

#BoardWriteData .title {
    width: 480px;
    border: 1px solid #ccc;
    padding: 2px;
}

#SmartEditorBBS {
    width: 726px;
    height: 400px;
}

#BoardWrite .func {
    text-align: center;
}

#FootMenu .pcMenu {
    padding-bottom: 100px;
}

#FootMenu .pcMenu input {
    width: 90%;
    height: 70px;
    font-size: 36px;
    font-weight: bold;
}

#B_BN {
    clear: both;
    text-align: center;
    margin: 10px 0;
}

#XPToto {
    float: left;
    width: 738px;
}

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

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

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

#XPToto .btn div {
    cursor: pointer;
    background: url(//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: 11px;
    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;
    letter-spacing: -1px;
}

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

#XPToto .time {
    color: #999;
    font-size: 11px;
}

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

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

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

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

#XPToto .rgt {
    float: right;
    text-align: center;
}

#XPToto .hint {
    margin: 10px 0;
    background-color: #ffffe4;
    border: 1px solid #d9daa7;
    padding: 10px;
    line-height: 200%;
}

#XPToto .joined {
    font-family: 돋움;
    font-size: 11px;
    letter-spacing: -1px;
    color: #914e4e;
}

#XPToto .strike {
    font-family: 돋움;
    font-size: 11px;
    letter-spacing: -1px;
    color: #ff33ff;
}

#XPToto .miss {
    font-family: 돋움;
    font-size: 11px;
    letter-spacing: -1px;
    color: #999;
}

#XPToto .statistics {
    margin: 10px 0;
    background-color: #e0f3fe;
    border: 1px solid #bde4fb;
    padding: 10px;
    line-height: 200%;
}

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

#XPTotoConvertBP {
    position: absolute;
}

#XPTotoConvertBP .container {
    position: relative;
    border: 1px solid #cfcfcf;
    padding: 5px 20px;
    left: 50px;
    background-color: #f4cfdd;
    text-align: center;
}

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

#XPTotoConvertTP {
    position: absolute;
}

#XPTotoConvertTP .container {
    position: relative;
    width: 150px;
    border: 1px solid #cfcfcf;
    padding: 5px 20px;
    left: 50px;
    background-color: #cfe4f4;
    text-align: center;
}

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

#TabData {
    clear: both;
    list-style-type: none;
    margin: 3px 0 0 0;
    padding: 6px 0 0 0;
}

#TabData a {
    text-decoration: none;
    color: #333;
}

#TabData a:hover {
    color: red;
}

#TabData li {
    float: left;
    font-family: '굴림';
    font-size: 9pt;
    padding: 8px 30px;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    border-right: 0px;
    text-align: center;
    color: #777777;
    cursor: pointer;
    background-color: #fafafa;
}

#TabData li.actived {
    color: #c31212;
    background-color: #fff;
    border-top-color: red;
}

#TabData li.actived a {
    color: #c31212;
}

#TabData li:hover {
    color: #c15959;
}

#TabData li:hover a {
    color: red;
}

#TabData li.last {
    border: 0px;
    height: 21px;
    border-left: 1px solid #e1e1e1;
    background-color: #fff;
}

#ToToListFilter {
    float: left;
    width: 100%;
    margin: 0 10px 0 0;
    border: 1px solid #eaeaea;
    padding: 0;
    line-height: 200%;
}

#ToToListFilter .box2 {
    margin: 10px;
}

#ToToListFilter .ctn {
    margin-left: 50px;
}

* html #ToToListFilter .ctn {
    margin-left: 25px;
}

#ToToListFilter .filter_item {
    float: left;
    margin: 20px;
}

#ToToListFilter .filter_item a {
    text-decoration: none;
    color: #3366cc;
}

#ToToListFilter .filter_item a strong {
    color: #3366cc;
}

#ToToListFilter .filter_item a:hover {
    text-decoration: underline;
}

#ToToListFilter .filter_item .actived {
    text-decoration: underline;
}

#XPToto .box {
    margin: 10px;
}

#XPTotoDetail {
    float: left;
    width: 738px;
}

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

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

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

#XPTotoDetail .btn div {
    float: right;
    background: url(//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: 11px;
    color: #245bcc;
    padding-top: 8px;
    line-height: 110%;
}

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

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

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

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

#XPTotoDetail .time {
    color: #999;
    font-size: 11px;
}

#XPTotoDetail .live {
    color: #5a942a;
    font-size: 11px;
    font-family: 돋움;
}

#XPTotoDetail .end {
    color: #cb1c1c;
    font-size: 11px;
    font-family: 돋움;
}

#XPTotoDetail .left_time {
    font-family: 돋움;
    font-size: 11px;
    letter-spacing: -1px;
    color: #cc5f24;
}

#XPTotoDetail .convert {
    font-family: 돋움;
    font-size: 11px;
    letter-spacing: -1px;
    color: #999;
}

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

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

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

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

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

#XPTotoDetail .join .lft {
    float: left;
    width: 340px;
}

#XPTotoDetail .join .lft_evt {
    float: left;
    width: 450px;
}

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

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

#XPTotoDetail .note {
    float: left;
    font-family: 돋움;
    font-size: 11px;
    color: #666;
}

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

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

#XPTotoDetail .ct {
    float: left;
}

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

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

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

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

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

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

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

#XPTotoDetail .hdn {
    font-family: 돋움;
    font-size: 11px;
    letter-spacing: -1px;
    color: #666;
}

.bestmvp {
    margin-bottom: 10px;
}

.bestmvp p {
    margin: 0px;
}

.event_text {
    padding: 5px 5px 30px 5px;
    line-height: 1.6;
}

.event_text td p {
    margin: 2px 0;
}

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

.heroesDraftLink {
    margin-top: -5px;
    margin-bottom: 5px;
    display: block;
}

#sc2Index {
    float: left;
    width: 900px;
}

#sc2Index .lft {
    float: left;
    width: 50%;
}

#sc2Index .rgt {
    float: left;
    width: 50%;
}

#sc2Index .latest {
    margin: 0 0 20px 0;
}

#SC2Index .latest > a {
    margin-left: 10px;
}

#SC2Index .latest .caption {
    padding: 5px 8px 0 8px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    display: block;
    height: 30px;
    font-family: '맑은 고딕';
}

#SC2Index #SC2NewsFrame .lft .latest ul {
    margin: 5px 0 0 0;
}

#SC2Index .latest .caption:hover {
    text-decoration: none;
}

#sc2Index .latest ul {
    margin: 5px 10px 10px 10px;
    border-top: 2px solid #646464;
    padding: 0;
    list-style-type: none;
}

#sc2Index .latest li {
    padding: 7px 0 7px 10px;
    border-bottom: 1px solid #eaeaea;
}

#sc2Index .latest li:nth-child(2n) {
    background-color: #f4f7f9;
}

#SC2Index .latest li .board_title {
    background-color: #999;
    padding: 4px;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    font-family: '돋움', 'Dotum';
    letter-spacing: -1px;
}

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

#sc2Index .latest li .board_title:hover {
    text-decoration: none;
    font-weight: bold;
}

#sc2Index .race_articles {
    clear: both;
}

#sc2_gamenews {
    margin-top: 17px;
}

#lotv_usernews {
    margin-top: 17px;
    margin-bottom: 0;
}

#SC2Index .noticeList {
    margin-top: 13px;
}

/*
#gnb .snb.sc2 {
    background-color: #002153;
}

#gnb .snb.sc2 .sc2 li a {
    border-bottom-color: #002153;
    color: #AFCCEF;
}

#gnb .snb.sc2 .inner li.on a {
    border-bottom-color: #00CBFD;
}

#gnb .snb.sc2 .inner li a:hover,
#gnb .snb.sc2 .inner li.on a:hover {
    border-bottom-color: #fff;
}
*/

#SC2Index .vodLatest {
    clear: both;
    width: 884px;
}

#SC2Index .vodLatest ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#SC2Index .vodLatest li {
    float: left;
    margin: 0 10px;
    padding: 0;
    width: 160px;
}

#SC2Index .vodLatest li:first-child {
    margin-left: 2px;
}

#SC2Index .vodLatest li:last-child {
    margin-right: 2px;
}

#SC2Index .vodLatest li .img {
    width: 160px;
    max-height: 120px;
}

#SC2Index .vodLatest li .title {
    position: relative;
    padding: 5px;
}

#SC2Index .vodLatest li .title a {
    color: #000;
}

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

#SC2Index .vodLatest .caption {
    margin: 10px;
    color: #ff0078;
    font-size: 15px;
    display: block;
    font-weight: bold;
    font-family: '맑은 고딕';
}

#SC2Index .vodLatest .caption:hover {
    text-decoration: none;
    color: #bb0058;
}

.noMobile {
    display: block;
}

#JingJingLatest {
    margin-top: 14px;
}

#ArticleFrame .rgt {
    margin-top: 4px;
}

.promotion {
    display: none;
}

#sc2Index .clock {
    float: left;
    width: 862px;
    border: 1px solid #f0dad7;
    background-color: #f8edeb;
    padding: 5px 10px;
    line-height: 160%;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}

#sc2Index .clock span {
    margin: 0px 10px;
}

#JingJingLatest {
    margin-top: 37px;
    margin-bottom: 0px;
}

#SC2LatestNews {
    margin-bottom: 0px;
}

#Global {
    margin-bottom: 0px;
    margin-top: 22px;
}

#JingJingRanking {
    margin-bottom: 0px;
    margin-left: 5px;
    width: 430px;
}

#Blizz {
    margin-top: 11px;
}

#News {
    clear: both;
    float: left;
    border: 1px solid #d0d0d0;
    background: url(//imports.playxp.com/images/bgt1.gif) repeat-y;
    width: 408px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

#News h4 {
    display: block;
    margin: 10px 20px;
    background: url(//imports.playxp.com/images/sc2/ca_esportsnews.png) no-repeat;
    width: 82px;
    height: 22px;
}

#News h4 span {
    display: none;
}

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

#News li {
    margin: 10px 0px;
    padding: 0px;
}

#Diablo3 ul {
    margin-top: 9px !important;
}

#Diablo3 li {
    padding: 7px 0px 7px 7px !important;
}

#sc2_gamenews {
    margin-bottom: 10px !important;
}

#sc2_gamenews li {
    padding: 7px 0px 7px 10px !important;
}

#S2M_TI {
    top: 250px;
    left: 50px;
}

#ScheduleData {
    clear: both;
    border-top: 2px solid #737373;
    width: 650px;
    margin-bottom: 10px;
}

#ScheduleData th {
    height: 27px;
    border-bottom: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    text-align: center;
}

#ScheduleData td {
    height: 100px;
    vertical-align: top;
    width: 107px;
    padding: 5px;
    border: 1px solid #e2e2e2;
}

#ScheduleData td.today {
    background-color: #f3f3f3;
}

#ScheduleData .day {
    float: left;
    font-family: "돋움", "Dotum";
    font-size: 11px;
    color: #666;
}

#ScheduleData .special {
    float: left;
    font-family: "돋움", "Dotum";
    font-size: 11px;
    color: #666;
    margin-left: 5px;
    letter-spacing: -1px;
}

#ScheduleData .sun {
    color: red;
}

#ScheduleData .sat {
    color: blue;
}

#ScheduleData td.another .day {
    color: #bdc1c4;
}

#ScheduleData td.another .sun {
    color: #efc4d4;
}

#ScheduleData td.another .sat {
    color: #afd4f3;
}

#ScheduleData td.prev li {
    color: #bdc1c4;
}

#ScheduleData td.prev li a {
    color: #bdc1c4;
}

#ScheduleData td.prev li span.time {
    color: #bdc1c4;
}

#ScheduleData td ul {
    clear: both;
    margin: 0px;
    padding: 1px 0px 0px 0px;
    list-style-type: none;
}

#ScheduleData td li {
    margin: 10px 0px;
    padding: 0px;
    font-family: "돋움", "Dotum";
    font-size: 11px;
    letter-spacing: -1px;
    color: #333;
    line-height: 160%;
}

#ScheduleData td li a {
    font-family: "돋움", "Dotum";
    font-size: 11px;
    letter-spacing: -1px;
    color: #666;
}

#ScheduleData td li a:hover {
    color: #3366cc;
}

#ScheduleData td li span.time {
    font-family: tahoma;
    font-size: 11px;
    color: #777777;
    letter-spacing: -1px;
    font-weight: bold;
}

#ScheduleData td li.xp,
#ScheduleData td li.xp a {
    color: #6633cc;
}

#ScheduleData td.another li.xp,
#ScheduleData td.another li.xp a {
    color: #6633cc;
}

#ScheduleData td.prev li.xp,
#ScheduleData td.prev li.xp a {
    color: #8e8ebb;
}

.sc2ScheduleData {
    float: left;
    margin-right: 10px;
}

.noticeList {
    width: 224px;
    margin-top: 20px;
    float: left;
}

.noticeList .caption {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
    float: left;
    margin-bottom: 10px;
}

.noticeList ul {
    clear: both;
    border-top: 2px solid #646464;
    padding-top: 3px;
}

.noticeList li {
    clear: both;
    margin: 4px 3px;
    float: left;
}

.noticeList li a {
    float: left;
    display: block;
    width: 220px;
}

.scheduleArea {
    float: left;
    margin: 20px 10px 8px 10px;
    clear: both;
}

.scheduleArea h4 {
    float: left;
    margin: 0;
    padding-top: 8px;
    height: 22px;
    display: block;
    font-size: 14px;
    letter-spacing: -1px;
}

.scheduleArea .schedule_more {
    float: left;
    margin: 9px 5px;
}

#ScheduleData .today_span {
    float: left;
    margin: 0 5px;
    font-family: "돋움", "Dotum";
    font-size: 11px;
    letter-spacing: -1px;
    color: #333;
}

#Blizz p {
    float: right;
    margin: 8px 15px;
}

#Blizz .title_caption {
    margin-bottom: 4px;
}

#SC2NewsFrame2 {
    clear: both;
    float: left;
    margin-bottom: 10px;
}

#SC2NewsFrame .rgt .latest li {
    padding: 7px 0px 7px 10px;
    border-bottom: 1px solid #eaeaea;
}

#sc2Index .panelBox {
    clear: both;
}

#sc2Index .panel {
    width: 445px;
    float: left;
    border: 0;
    margin-right: 5px;
    border-radius: 0;
    box-shadow: none;
}

#sc2Index .panelBox.threeView .panel {
    width: 296px;
}

#sc2Index .panelBox.threeView .panel:last-child {
    margin-left: 0;
    margin-right: 0;
}

#sc2Index .panelBox.oneView .panel {
    width: 900px;
}

#sc2Index .panelBox.oneView .panel li:nth-child(3n) {
    margin-right: 5px;
}

#sc2Index .panelBox.oneView .panel li:last-child {
    margin-left: 0;
}

#sc2Index .singleCampaign {
    margin-top: 8px;
}

#sc2Index .box {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 15px;
}

#sc2Index .boardTitle {
    color: #263653;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 15px 5px 8px;
    margin: 0;
    background-color: #fff;
    border: 0;
    border-bottom: 2px solid #ccc;
    text-decoration: none;
    display: block;
    outline: none;
    letter-spacing: -1px;
}

#sc2Index .boardTitle > img {
    margin-right: 5px;
}

#sc2Index .boardTitle.filled {
    background: url(/assets/images/common/black-twill.png) #263653;
    color: #fff;
    border: 0;
    padding-bottom: 10px;
    padding-left: 10px;
}

#sc2Index .boardTitle.filled:hover {
    color: yellow;
}

#sc2Index .boardTitle.filled + ul {
    border: 1px solid #999;
    border-top: 0;
    padding-bottom: 0;
}

#sc2Index .boardTitle.filled + .vertical {
    margin-bottom: 30px;
    width: 443px;
    float: left;
}

#sc2Index .box > ul {
    border: 0;
    background-color: #fff;
    padding: 0 0 5px 0;
}

#sc2Index .box > ul > li:nth-child(2n) {
    background-color: #f4f7f9;
}

#sc2Index .box > ul.preview > li {
    background-color: #fff;
}

#sc2Index .box > ul.preview {
    padding: 0;
    margin-top: 5px;
    border: 0;
}

#sc2Index .box > ul.preview .title {
    position: relative;
    top: -33px;
    display: block;
    padding: 8px 5px 8px 10px;
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    width: 435px;
    text-decoration: none;
}

#sc2Index .box > ul.preview .no_img {
    display: block;
    background-color: #000;
    color: #999;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    min-height: 40px;
}

#sc2Index .box > ul.preview .title:hover {
    color: yellow;
}

#sc2Index .box > ul.preview .title .comment_num {
    color: #ccc;
}

#sc2Index .box > ul.preview .thumb {
    display: block;
    text-align: center;
    background-color: #000;
    min-height: 63px;
    width: 445px;
    max-height: 158px;
    overflow: hidden;
}

#sc2Index .box > ul.preview .thumb img {
    max-width: 445px;
}

#sc2Index .box > ul > li {
    margin: 0;
    padding: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#sc2Index .box > ul.preview li {
    margin-bottom: -33px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}

#sc2Index .box > ul.preview li:first-child {
    padding-top: 0;
}

#sc2Index .box .cmt {
    font-size: 11px;
    color: #666;
}

#sc2Index .box .preview .cmt {
    color: #aaa;
}

#sc2Index .boardTitle:hover {
    color: red;
}

#sc2Index .no_border {
    border: 0;
}

#sc2Index .clock {
    width: 423px;
    margin: 0 0 15px 0;
}

#sc2Index .clock p {
    margin: 5px;
}

#sc2Index #ScheduleData {
    width: 445px;
    border-top-width: 2px;
    border-top-color: #ccc;
    margin: 0 0 15px 0;
}

#sc2Index #ScheduleData td {
    width: 100%;
    height: auto;
    border-left: 0;
    border-right: 0;
    padding-left: 8px;
}

#sc2Index #ScheduleData td li {
    margin: 5px 0;
}

#sc2Index #ScheduleData td li .time {
    margin-right: 5px;
}

#sc2Index .board_title {
    background-color: #999;
    padding: 4px;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    font-family: '돋움', 'Dotum';
    letter-spacing: -1px;
}

#sc2Index .box .filled + .vertical {
    border: 0;
}

#sc2Index .box .vertical {
    margin-top: 5px;
}

#sc2Index .box .vertical li {
    float: left;
    width: 144px;
    padding: 0;
    min-height: 120px;
    margin-right: 5px;
    margin-bottom: 20px;
}

#sc2Index .box .vertical li:nth-child(2n) {
    background-color: #fff;
}

#sc2Index .box .vertical li:nth-child(3n) {
    margin-right: 0;
}

#sc2Index .box .vertical li > a {
    display: block;
    text-align: center;
    height: 80px;
    overflow: hidden;
}

#sc2Index .box .vertical li .img {
    max-width: 145px;
}

#sc2Index .box .vertical li .title {
    white-space: normal;
    margin-top: 4px;
}

#sc2Index .boardTitle.heroesBox {
    background: url(/assets/images/heroes/bg_latest_header2.png) repeat-x #13114E;
    margin: 0;
    height: 18px;
    line-height: 18px;
    padding: 7px 10px;
    font-size: 12px;
    display: block;
    color: #efefef;
}

#sc2Index .boardTitle.heroesBox + table {
    border-top: 0;
}

#sc2Index .boardTitle.heroesBox + table#ScheduleData {
    margin-bottom: 0;
}

#sc2Index .boardTitle.heroesBox + table#ScheduleData td {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

#sc2Index .floatingRight {
    position: absolute;
    left: 50%;
    margin-left: 540px;
    width: 160px;
}

#sc2Index .floatingRight .item {
    margin-bottom: 15px;
}

#sc2Index .floatingRight .gameLinks {
    margin-top: 0;
}

#sc2Index .floatingRight .gameLinks .caption {
    display: block;
    background-color: #1b66a5;
    border: 1px solid #154b79;
    border-bottom: 0;
    color: #fff;
    padding: 7px 3px;
    text-align: center;
}

#sc2Index .floatingRight .gameLinks > div {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #154b79;
}

#sc2Index .floatingRight .gameLinks > div a {
    text-decoration: none;
    display: block;
    background-color: #fff;
    color: #000;
    padding: 4px;
    margin-bottom: 5px;
}

#sc2Index .floatingRight .gameLinks > div a:hover {
    color: red;
}

#sc2Index .floatingRight .unitGuide {
    margin-top: 10px;
}

#sc2Index .floatingRight .unitGuide .caption {
    display: block;
    background-color: #009554;
    color: #fff;
    padding: 3px;
    text-align: center;
}

#sc2Index .floatingRight .unitGuide > div {
    padding: 5px;
    background-color: #000;
}

#sc2Index .floatingRight .unitGuide > div a {
    text-decoration: none;
    display: block;
    background-color: black;
    color: #fff;
    margin-bottom: 5px;
}

#sc2Index .floatingRight .unitGuide > div a:hover {
    color: burlywood;
}

#sc2Index .floatingRight .slinks a {
    display: block;
    margin-bottom: 5px;
}

#sc2Index .floatingRight .slinks a img {
    max-width: 160px;
}

#sc2Index .floatingRight .captionTitle {
    text-decoration: none;
}

#sc2Index .floatingRight .captionTitle:hover span {
    color: burlywood;
}

#sc2Index .floatingRight .captionTitle span {
    display: block;
    background-color: #000;
    color: #efefef;
    padding: 3px;
    text-align: center;
}

#sc2Index .achievementList {
    border: 2px solid #006699;
    width: 445px;
    float: left;
    margin-bottom: 10px;
    margin-left: 6px;
}

#sc2Index .achievementList .boardTitle.filled.red {
    background: url(/assets/images/common/45-degree-fabric-dark.png) #6699cc;
}

#sc2Index .achievementList .table {
    margin: 0;
    width: 50%;
    float: left;
}

#sc2Index .achievementList .table th {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

#sc2Index .achievementList .table td {
    border-bottom: 1px solid #efefef;
    text-align: center;
    height: 45px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

#sc2Index .achievementList .table .rank {
    line-height: 45px;
}

#sc2Index .achievementList .table tr:last-child td {
    border: 0;
}

#sc2Index .achievementList .table .portrait {
    max-width: 90px;
    max-height: 90px;
    float: left;
    margin-right: 10px;
    zoom: 0.5;
}

#sc2Index .achievementList .table .h45 {
    height: 45px;
    overflow: hidden;
}

#sc2Index .achievementList .table .bnet {
    text-align: left;
}

#sc2Index .achievementList .table .bnet a {
    font-weight: bold;
    text-decoration: none;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#sc2Index .achievementList .table .bnet .info {
    float: left;
    line-height: 1.8;
    width: 135px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#sc2Index .achievementList .table .bnet a:hover {
    color: red;
}

#sc2Index .achievementList .table .updated {
    color: #666;
    font-size: 11px;
    font-family: '돋움', 'Dotum';
}

#sc2Index .achievementList .table .bnet .info em {
    font-style: normal;
    color: #b5403e;
    font-size: 11px;
    font-family: '돋움', 'Dotum';
}

#sc2Index .eventView {
    border: 2px solid red;
    width: 441px;
    float: left;
    margin-bottom: 10px;
    background: url(/assets/images/bg_event_30.png) no-repeat #000;
}

#sc2Index .eventView .boardTitle {
    background: none;
}

#sc2Index .eventView .box > ul {
    background: none;
}

#sc2Index .eventView .box > ul > li:nth-child(2n) {
    background: none;
}

#sc2Index .gongslView {
    border: 2px solid red;
    width: 896px;
    float: left;
    background-color: #000;
    margin-bottom: 10px;
}

#sc2Index .panelBox.gongslView .panel {
    width: 896px;
    background: none;
    margin-bottom: 0;
}

#sc2Index .panelBox.gongslView .panel .box {
    margin-bottom: 0;
}

#sc2Index .gongslView .item {
    float: left;
    width: 160px;
    margin: 20px;
    color: #fff;
    line-height: 1.6;
}

#sc2Index .gongslView .item .link {
    color: #fff;
}

#sc2Index .gongslView .item img.thumb {
    width: 160px;
    height: 90px;
    margin-bottom: 5px;
}

#sc2Index .gongslView {
    border: 2px solid red;
    width: 896px;
    float: left;
    background-color: #000;
    margin-bottom: 10px;
}

#sc2Index .panelBox.gongslView .panel {
    width: 896px;
    background: none;
    margin-bottom: 0;
}

#sc2Index .panelBox.gongslView .panel .box {
    margin-bottom: 0;
}

#sc2Index .gongslView .item {
    float: left;
    width: 160px;
    margin: 20px;
    color: #fff;
    line-height: 1.6;
}

#sc2Index .gongslView .item .link {
    color: #fff;
}

#sc2Index .gongslView .item img.thumb {
    width: 160px;
    height: 90px;
    margin-bottom: 5px;
}

#sc2Index .gongslView .info {
    padding-top: 20px;
}

#sc2Index .gongslView .info a {
    color: #efefef;
    margin: 5px 0;
}

#sc2Index .gongslView .info .live {
    margin-left: 5px;
    background-color: greenyellow;
    color: #000;
    padding: 2px 5px;
    font-size: 11px;
    border-radius: 2px;
    font-family: '돋움', 'Dotum';
}

#sc2Index .gongslView .info ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sc2Index .gongslView .info li {
    margin: 5px 0;
    padding: 0;
}

#sc2Index .gongslView .info strong {
    color: yellow;
}

#sc2Index.gongslMid {
    width: 728px;
}

#sc2Index .gongslMidView {
    border: 2px solid red;
    width: 724px;
    float: left;
    background-color: #000;
    margin-bottom: 10px;
}

#sc2Index .panelBox.gongslMidView .panel {
    width: 724px;
    background: none;
    margin-bottom: 0;
}

#sc2Index .panelBox.gongslMidView .panel .box {
    margin-bottom: 0;
}

#sc2Index .gongslMidView .item {
    float: left;
    width: 140px;
    margin: 20px 10px;
    color: #fff;
    line-height: 1.6;
}

#sc2Index .gongslMidView .item .link {
    color: #fff;
}

#sc2Index .gongslMidView .item img.thumb {
    width: 140px;
    height: 90px;
    margin-bottom: 5px;
}

#sc2Index .gongslMidView .info {
    padding-top: 20px;
}

#sc2Index .gongslMidView .info a {
    color: #efefef;
    margin: 5px 0;
}

#sc2Index .gongslMidView .info .live {
    margin-left: 5px;
    background-color: greenyellow;
    color: #000;
    padding: 2px 5px;
    font-size: 11px;
    border-radius: 2px;
    font-family: '돋움', 'Dotum';
}

#sc2Index .gongslMidView .info ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sc2Index .gongslMidView .info li {
    margin: 5px 0;
    padding: 0;
}

#sc2Index .gongslMidView .info strong {
    color: yellow;
}

#sc2Index .panelBox.eventView .panel {
    width: 441px;
    background: none;
}

#sc2Index .panelBox.eventView .panel a.boardTitle.filled,
#sc2Index .panelBox.eventView .panel a.boardTitle.filled:visited {
    color: #fff;
}

#sc2Index .panelBox.eventView .panel .sub a.boardTitle,
#sc2Index .panelBox.eventView .panel .sub a.boardTitle:visited {
    color: yellow;
}

#sc2Index .panelBox.eventView .panel .sub a.boardTitle:hover {
    color: #ffb400;
}

#sc2Index .panelBox.eventView .panel .sub a.boardTitle {
    border-bottom-color: #777;
}

#sc2Index .panelBox.eventView .panel a {
    color: #efefef;
}

#sc2Index .panelBox.eventView .panel a:visited {
    color: #aaa;
}

#sc2Index .panelBox.eventView .sub {
    float: left;
    clear: none;
    margin-right: 5px;
}

#sc2Index .panelBox.eventView .panel {
    margin-bottom: 10px;
}

#sc2Index .panelBox.eventView .panel:last-child {
    margin-bottom: 0;
}

#sc2Index .panelBox.eventView .panel .box {
    margin-bottom: 2px;
}

#sc2Index .panelBox.eventView .sub:last-child {
    margin-right: 0;
    margin-left: 1px;
}

#sc2Index .panelBox.eventView .sub p {
    margin: 0 0 10px 0;
    line-height: 1.6;
    border-top: 0;
    padding: 8px;
    height: 100px;
    display: none;
}

#sc2Index .boardTitle.filled.red {
    background: url(/assets/images/common/45-degree-fabric-dark.png) #F00;
}
