@charset 'utf-8';
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url('/fonts/NotoSansKR-Thin.woff2') format('woff2'), url('/fonts/NotoSansKR-Thin.woff') format('woff'), url('/fonts/NotoSansKR-Thin.otf') format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/NotoSansKR-Regular.woff2') format('woff2'), url('/fonts/NotoSansKR-Regular.woff') format('woff'), url('/fonts/NotoSansKR-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/NotoSansKR-Medium.woff2') format('woff2'), url('/fonts/NotoSansKR-Medium.woff') format('woff'), url('/fonts/NotoSansKR-Medium.otf') format('opentype');
}

article,
aside,
details,
figcaption,
div,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}


/* [tag reset] ___________________________________________________________________________________________________ */

section,
nav,
header,
aside,
footer,
menu {
    display: block;
}


/* for ie 6, 7, 8 */

html,
body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1;
    color: #2c2c2c;
}

* {
    -webkit-text-size-adjust: none;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

input,
textarea,
select,
td {
    font-size: 14px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
}

th {
    font-weight: normal;
}

td {
    background: #fff;
}

ol,
ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

hr,
legend,
caption {
    display: none;
}

img,
input,
select,
textarea {
    vertical-align: middle;
}

img,
fieldset {
    border: none;
}

input,
textarea,
select {
    font-family: 'Noto Sans KR', Arial, "Malgun Gothic", Dotum, "돋움", Gulim, "굴림", Helvetica, Apple-Gothic;
    -webkit-text-size-adjust: none;
}

input {
    letter-spacing: 0 !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    outline: none;
    appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

a {
    color: #555353;
    text-decoration: none;
}

menu {
    margin: 0;
    padding: 0;
}

button {
    cursor: pointer;
}

* {
    webkit-text-size-adjust: none;
}

.test {
    border: 1px solid red;
}

@media all and (min-width:769px) {
    body {
        min-width: 768px !important;
    }
    * {
        /*text-shadow:none !important;*/
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
    }
    .mobile_view {
        display: none !important;
    }
}

@media (max-width:768px) {
    .mobile_view {
        display: block !important;
    }
    .pc_view {
        display: none !important;
    }
    img {
        max-width: 100%;
    }
}


/* buttons */

.btn_blue {
    background: #0b204c;
    color: #fff;
    border: 1px solid #1c4cb1;
}

.btn_white {
    background: #fff;
    color: #2b2b2b;
    border: 1px solid #c9c9c9;
}

strong.entry,
strong.class {
    display: inline-block;
    line-height: 21px;
    color: #fff;
    font-weight: normal;
}

strong.entry {
    font-size: 17px;
    padding: 0 10px;
}

.entry.no {
    background: #c6c6c6;
}

.entry.iron {
    background: #a2c613;
}

.entry.bronze {
    background: #e5683a;
}

.entry.silver {
    background: #737373;
}

.entry.gold {
    background: #f2b723;
}

.entry.platinum {
    background: #c81540;
}


/*
.entry.iron { background:#f39800; }
.entry.bronze { background:#006e35; }
.entry.silver { background:#b7b8b8; }
.entry.gold { background:#ccb028; }
.entry.platinum { background:#920783; }
*/

strong.class {
    font-size: 9px;
    padding: 0 30px;
}

.class.classB {
    background: #1170ff;
}

@media (max-width:768px) {
    strong.entry,
    strong.class {
        line-height: 17px;
    }
    strong.entry {
        font-size: 13px;
        padding: 0 6px;
    }
    strong.class {
        font-size: 9px;
        padding: 0 15px;
    }
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.layout-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.layout-cell {
    display: table-cell;
}

.underline {
    text-decoration: underline;
}


/* [layout] ___________________________________________________________________________________________________ */

.innerDiv {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

body {
    background: #f7f7f7;
    width: 100%;
    font-family: 'Noto Sans KR', sans-serif, Arial, "Malgun Gothic", Dotum, "돋움", Gulim, "굴림", Helvetica, Apple-Gothic;
}

#header {
    width: 100%;
    height: 71px;
    background: #0b204c;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    border-bottom: 2px solid #fe0000;
    background: #fff;
}

#header .innerDiv {
    position: relative;
    width: 1160px;
}

#header .innerDiv h1 {
    float: left;
    margin-top: 16px;
}

#gnb {
    float: left;
    margin: 20px 0 0 10px;
}

#gnb li.big {
    float: left;
    position: relative;
}

#gnb li.big a.big {
    display: block;
    line-height: 34px;
    padding: 0 12px 17px 12px;
    font-size: 15px;
    color: #000;
    position: relative;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

#gnb li.big a.big em {
    font-style: normal;
    display: none;
}

#gnb li.big.sub a.big em.off {
    display: inline-block;
}


/*#gnb li.big a.big em.on { display:none; }*/

#gnb li.big .depth02 {
    position: absolute;
    top: 20px;
    left: 0;
    min-width: 180px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #3a5388;
    background: #852905;
    z-index: -9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

#gnb li.big .depth02 ul {
    border-top: 1px solid #fff;
}

#gnb li.big .depth02 li {
    /*border-top:1px solid #fff;*/
}

#gnb li.big .depth02 a {
    display: block;
    padding: 9px 7px;
    line-height: 17px;
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
    background: #852905;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

#gnb li.big .depth02 a:hover {
    background: #852905;
}

#gnb li.big .depth02 li:first-child {
    border-top: 0 none;
}

#gnb li.big:hover .depth02 {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 51px;
}

#gnb li.big:hover a.big:after {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: #852905;
    position: absolute;
    bottom: 0;
    left: 0;
}

#gnb li.big:hover a.big em.off {
    display: none;
}


/*#gnb li.big:hover a.big em.on { display:inline-block; }*/

#gnb li.big.sub:hover a.big em.on {
    display: inline-block;
}

#header .innerDiv .top_right {
    float: right;
}

#header .innerDiv .top_right .my,
#header .innerDiv .top_right .lang,
#header .innerDiv .top_right .pdk {
    float: right;
    margin: 20px 0 0 18px;
    vertical-align: middle;
    position: relative;
}

#header .innerDiv .top_right .pdk a {
    display: inline-block;
    padding: 6px 0;
}

#header .innerDiv .top_right .my a {
    max-width: 130px;
}

#header .innerDiv .top_right .my a,
#header .innerDiv .top_right .lang span {
    display: block;
    line-height: 34px;
    font-size: 15px;
    color: #000;
}

#header .innerDiv .top_right .lang span em {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    line-height: 34px;
    font-size: 8px;
}

#header .innerDiv .top_right .my {
    padding-left: 40px;
    background: url('/images/revolutiong/main/top_login.png') left center no-repeat;
}

#header .innerDiv .top_right .my em {
    display: none;
}

#header .innerDiv .top_right .my.logon {
    background: none;
}

#header .innerDiv .top_right .my.logon em {
    display: block;
    width: 34px;
    height: 34px;
    background-size: auto 34px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -17px;
}

#header .innerDiv .top_right .lang span.now {
    padding-left: 40px;
    background: url('/images/revolutiong/main/top_lang.png') left center no-repeat;
}

#header .innerDiv .top_right .lang ul {
    display: none;
    position: absolute;
    top: 34px;
    right: 0;
}

#header .innerDiv .top_right .lang:hover ul {
    display: block;
}

#header .innerDiv .top_right .lang ul li a {
    display: block;
    padding: 0 10px;
    background: #852905;
}

#header .innerDiv .top_right .lang ul li a span {
    display: block;
    width: 60px;
    padding: 7px 0;
    line-height: 17px;
    font-size: 13px;
    color: #fff;
    border-top: 1px solid #fff;
    text-align: center;
}

#header .innerDiv .top_right .lang ul li:first-child a span {
    border-top: 0 none;
}

#header .innerDiv .myInfo_popup {
    display: none;
    position: absolute;
    top: 88px;
    right: 68px;
    z-index: 999;
    box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.4);
}

#header .innerDiv .myInfo_popup .close {
    position: absolute;
    top: 9px;
    right: 14px;
}

#header .innerDiv .myInfo_popup .tit {
    line-height: 46px;
    padding: 0 50px 0 40px;
    font-size: 18px;
    color: #fff;
    background: #0b204c;
}

#header .innerDiv .myInfo_popup .card {
    padding: 13px 50px 13px 33px;
    background: #fff;
    position: relative;
}

#header .innerDiv .myInfo_popup .card:after {
    display: block;
    content: "";
    width: 15px;
    height: 30px;
    background: url('/images/revolutiong/main/myInfo_arrow.png') 0 0 no-repeat;
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -15px;
}

#header .innerDiv .myInfo_popup .card.on {
    background: #cbedff;
}

#header .innerDiv .myInfo_popup .card .profile {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    background-size: auto 70px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden;
}

#header .innerDiv .myInfo_popup .card .info {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    min-width: 350px;
}

#header .innerDiv .myInfo_popup .card .info span {
    display: block;
}

#header .innerDiv .myInfo_popup .card .info span strong {
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    line-height: 21px;
    color: #fff;
    font-weight: normal;
}

#header .innerDiv .myInfo_popup .card .info span.name {
    padding-top: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #4e4e4e;
}

#header .innerDiv .myInfo_popup .btns {
    padding: 11px 22px;
    border-top: 1px solid #fff;
    background: #ededed;
}

#header .innerDiv .myInfo_popup .btns a {
    display: inline-block;
    margin-right: 4px;
    font-size: 16px;
    line-height: 20px;
    padding: 4px 30px 4px 15px;
}

#header .innerDiv .myInfo_popup .btns a.arrow {
    position: relative;
}

#header .innerDiv .myInfo_popup .btns a.arrow:after {
    display: block;
    content: "";
    width: 8px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -7px;
}

#header .innerDiv .myInfo_popup .btns a.btn_blue.arrow:after {
    background: url('/images/revolutiong/main/btn_arrow_white.png') 0 0 no-repeat;
}

#header .innerDiv .myInfo_popup .btns a.btn_white.arrow:after {
    background: url('/images/revolutiong/main/btn_arrow_gray.png') 0 0 no-repeat;
}

#container {
    width: 100%;
    padding: 71px 0 90px 0;
}

#container:after {
    display: block;
    content: "";
    clear: both;
}

#footer {
    clear: both;
    width: 100%;
    padding: 30px 0;
    background: #d2d3d5;
    text-align: center;
}

#footer .btnTop {
    position: absolute;
    top: -90px;
    right: -50px;
}

#footer .bottom_menu {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#footer .bottom_menu .cell {
    display: table-cell;
    padding-bottom: 50px;
    vertical-align: top;
    text-align: left;
}

#footer .bottom_menu .menu {
    width: auto;
}

#footer .bottom_menu .link {
    width: 170px;
    border-left: 1px solid #424242;
    text-align: center;
}

#footer .bottom_menu .sns {
    width: 250px;
    padding-left: 20px;
    border-left: 1px solid #424242;
}

#footer .bottom_menu .menu li {
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
}

#footer .bottom_menu .menu li,
#footer .bottom_menu .link li {
    padding: 14px 0;
}

#footer .bottom_menu .menu li a,
#footer .bottom_menu .link li a {
    line-height: 20px;
    font-size: 14px;
    color: #000;
}

#footer .bottom_menu .sns h3 {
    line-height: 48px;
    font-size: 14px;
    color: #000;
}

#footer .bottom_menu .sns li {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
}

#footer .copy {
    margin-top: 45px;
    line-height: 24px;
    font-size: 12px;
    color: #000;
}

.yearSelect {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -500px;
}

.yearSelect select {
    border: 0 none;
    padding: 0 10px 0 6px;
    height: 31px;
    line-height: 31px;
}

.sketch p {
    border: 2px solid #1c4cb1;
}

.sketch iframe {
    width: 100%;
    height: 480px;
}


/* 스테이지인포 메인/서브 공통 */

.stageInfo * {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
}

.stageInfo .select,
.stageInfo .select2 {
    text-align: right;
    font-size: 17px;
    line-height: 31px;
    color: #d7d7d7;
}

.stageInfo .select select,
.stageInfo .select2 select {
    border: 0 none;
    padding-left: 6px;
    height: 31px;
    line-height: 31px;
}

.stageInfo .line_schedule_box {
    margin-top: 20px;
    padding: 45px 19px;
    border: 1px solid #4bace1;
    background: #fff;
}

.stageInfo .line_schedule {
    position: relative;
}

.stageInfo .line_schedule:after {
    display: block;
    content: "";
    clear: both;
}

.stageInfo .line_schedule:before {
    display: block;
    content: "";
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -3px;
    background: #ababab;
}

.stageInfo .line_schedule .both {
    width: 420px;
    margin-top: 45px;
    position: relative;
}

.stageInfo .line_schedule .both:first-child {
    margin-top: 0;
}

.stageInfo .line_schedule .left {
    clear: both;
    float: left;
    padding-right: 60px;
    text-align: right;
}

.stageInfo .line_schedule .right {
    clear: both;
    float: right;
    padding-left: 60px;
    text-align: left;
}

.stageInfo .line_schedule .both .stage {
    display: inline-block;
    margin-top: -25px;
    padding: 0 20px;
    line-height: 28px;
    font-size: 18px;
    color: #a1a1a1;
    font-weight: bold;
    border: 1px solid #a1a1a1;
    background: #343434;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.stageInfo .line_schedule .both .sub_title {
    line-height: 48px;
    font-size: 26px;
    color: #ababab;
    font-weight: bold;
    font-style: italic;
}

.stageInfo .line_schedule .both .date {
    padding-top: 0;
    line-height: 20px;
    font-size: 14px;
    color: #ababab;
}

.stageInfo .line_schedule .both .btn {
    padding-top: 10px;
}

.stageInfo .line_schedule .both .btn a {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #357cd6;
}

.stageInfo .line_schedule .both:before {
    display: block;
    content: "";
    width: 32px;
    height: 32px;
    background: #343434;
    position: absolute;
    top: 0;
    border: 8px solid #ababab;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    z-index: 2;
}

.stageInfo .line_schedule .left:before {
    right: -24px;
}

.stageInfo .line_schedule .right:before {
    left: -24px;
}

.stageInfo .line_schedule .both .sub_title.last {
    font-weight: bold;
    color: #1cadff;
}

.stageInfo .line_schedule .current .stage {
    background: #852905;
    border-color: #852905;
    font-weight: bold;
    color: #fff;
}

.stageInfo .line_schedule .current:before {
    border-color: #852905;
}

.stageInfo .line_schedule .current .sub_title,
.stageInfo .line_schedule .current .date {
    color: #852905;
}

.stageInfo .line_schedule .next .stage {
    background: #852905;
    border-color: #852905;
    font-weight: bold;
    color: #343434;
}


/* 랭킹10 메인/서브 공통 */

.ranking10 .overTab_list ul {
    width: 100%;
    height: 52px;
    border-bottom: 4px solid #852905;
}

.ranking10 .overTab_list li {
    float: left;
    width: 490px;
    margin-left: 20px;
    background: #d2d3d5;
    text-align: center;
    cursor: pointer;
}

.ranking10 .overTab_list li a {
    display: block;
    line-height: 52px;
    font-size: 17px;
    color: #fff;
}

.ranking10 .overTab_list li:first-child {
    margin-left: 0;
}

.ranking10 .overTab_list li.active {
    background: #ad3100;
}

.ranking10 .overTab_list li.on {
    background: #852905;
}

.overTab_con {
    display: none;
}

.ranking10 .overTab_list2 {
    padding-top: 15px;
}

.ranking10 .overTab_list2 li {
    float: left;
    margin-left: 10px;
}

.ranking10 .overTab_list2 li:first-child {
    margin-left: 0;
}

.ranking10 .overTab_list2 li a {
    display: block;
}

.ranking10 .overTab_list2 li a span {
    display: block;
    width: 192px;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.ranking10 .overTab_list2 li a span em {
    display: inline-block;
    font-style: normal;
    padding-left: 24px;
    position: relative;
}

.ranking10 .overTab_list2 li a span em:after {
    display: block;
    content: "";
    width: 18px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
}

.ranking10 .overTab_list2 li a span.platinum em:after {
    background: url('/images/revolutiong/main/icon_div_p.png') 0 0 no-repeat;
    background-size: auto 24px;
}

.ranking10 .overTab_list2 li a span.gold em:after {
    background: url('/images/revolutiong/main/icon_div_g.png') 0 0 no-repeat;
    background-size: auto 24px;
}

.ranking10 .overTab_list2 li a span.silver em:after {
    background: url('/images/revolutiong/main/icon_div_s.png') 0 0 no-repeat;
    background-size: auto 24px;
}

.ranking10 .overTab_list2 li a span.bronze em:after {
    background: url('/images/revolutiong/main/icon_div_b.png') 0 0 no-repeat;
    background-size: auto 24px;
}

.ranking10 .overTab_list2 li a span.iron em:after {
    background: url('/images/revolutiong/main/icon_div_i.png') 0 0 no-repeat;
    background-size: auto 24px;
}

.ranking10 .overTab_list2 li.off a span {
    background: #d2d3d5 !important;
}

.ranking_tit_jebi {
    line-height: 52px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    background: #4bace1;
    border-bottom: 4px solid #4bace1;
}

.ranking10_list {
    clear: both;
    padding-top: 10px;
}

.ranking10_list li {
    border-bottom: 1px solid #303a4c;
}

.ranking10_list li.top3 {
    background: #852905;
}

.ranking10_list li .layout-table .layout-cell {
    padding: 10px 0;
    vertical-align: middle;
}

.ranking10_list li .layout-table .layout-cell.rank {
    width: 65px;
    text-align: center;
}

.ranking10_list li .layout-table .layout-cell.profile {
    width: 100px;
    text-align: center;
}

.ranking10_list li .layout-table .layout-cell.info {
    width: 460px;
    padding-left: 20px;
}

.ranking10_list li .layout-table .layout-cell.norank {
    width: auto;
    padding-left: 12px;
    text-align: center;
    font-size: 17px;
    color: #6E6E6E;
}

.ranking10_list li .layout-table .layout-cell.noranking {
    width: auto;
    padding-left: 12px;
    text-align: center;
    font-size: 17px;
    color: #6E6E6E;
}

.ranking10_list li .layout-table .layout-cell.wins {
    width: 250px;
    padding-right: 10px;
    text-align: right;
    line-height: 24px;
    font-size: 18px;
    color: #d7d7d7;
    font-weight: bold;
}

.ranking10_list li .layout-table .layout-cell.wins .game_count_number {
    display: inline;
    font-size: 24px;
    color: #00a5fb;
}

.ranking10_list li .layout-table .layout-cell.rank span {
    font-size: 30px;
    font-weight: bold;
    color: #a7b2c5;
}

.ranking10_list li .layout-table .layout-cell.rank span.best {
    color: #f7981c;
}

.ranking10_list li .layout-table .layout-cell.profile span {
    display: inline-block;
    width: 60px;
    height: 60px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: relative;
}

.ranking10_list li .layout-table .layout-cell.profile span.profile_jb {
    background-size: auto 60px !important;
}

.ranking10_list li .layout-table .layout-cell.profile span img {
    width: 27px;
    position: absolute;
    top: -1px;
    right: -11px;
}

.ranking10_list li .layout-table .layout-cell.info strong {
    display: block;
    line-height: 27px;
    font-size: 19px;
    color: #d7d7d7;
}

.ranking10_list li .layout-table .layout-cell.info span {
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #d7d7d7;
}

.ranking10_list li .layout-table .layout-cell.wins em {
    display: inline-block;
    line-height: 24px;
    font-size: 12px;
    margin-right: 2px;
    font-style: normal;
}

.ranking10_list li .layout-table .layout-cell.wins em.up {
    color: #ff0000;
}

.ranking10_list li .layout-table .layout-cell.wins em.down {
    color: #00a5fb;
}

.r_fix_global {
    position: fixed;
    top: 46%;
    left: 50%;
    margin-left: 500px;
}

.r_fix_global a {
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding: 13px;
    color: #fff;
    background: #e1161d;
}

.r_fix_global a.winning_streak_btn {
    margin-bottom: 5px;
    background: #a2a2a2;
}

.r_fix_global a.event_ranking_btn {
    margin-top: 5px;
    background: #a2a2a2;
}


/* _모바일 ---------------------------------------------------------------------------------- */

.mobile_con {
    display: none;
}

@media all and (max-width:768px) {
    .pc_con {
        display: none;
    }
    .mobile_con {
        display: block;
    }
    img {
        max-width: 100%;
    }
    .innerDiv {
        width: auto;
        margin: 0 10px;
    }
    .scrollX {
        width: 100%;
        overflow-x: auto;
    }
    .scrollX:after {
        content: "";
        display: block;
        clear: both;
    }
    #header {
        width: 100%;
        height: 44px;
    }
    #header .innerDiv {
        margin: 0;
        width: auto;
    }
    #header .innerDiv h1 {
        margin-top: 0;
        position: relative;
        z-index: 9999;
    }
    #header .innerDiv h1 img {
        height: 44px;
        padding-left: 10px;
    }
    #header #m_header1 {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9999;
    }
    #header #m_header1 a {
        display: block;
        width: 44px;
        height: 44px;
    }
    #header #m_header1 a span,
    #header #m_header1 a:before,
    #header #m_header1 a:after {
        position: absolute;
        left: 10px;
        display: block;
        content: "";
        width: 24px;
        height: 2px;
        background: black;
        text-indent: -9999px;
    }
    #header #m_header1 a span {
        top: 13px;
    }
    #header #m_header1 a:before {
        top: 20px;
    }
    #header #m_header1 a:after {
        top: 28px;
    }
    /* 카테버튼변경 */
    #header #m_header1 a span,
    #header #m_header1 a:before,
    #header #m_header1 a:after {
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -ms-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
    }
    html.expand1 #header #m_header1 a:before {
        display: none;
    }
    html.expand1 #header #m_header1 a span {
        width: 25px;
        top: 13px;
        -webkit-transform-origin: 2px 4px;
        -moz-transform-origin: 2px 4px;
        -ms-transform-origin: 2px 4px;
        -o-transform-origin: 2px 4px;
        transform-origin: 2px 4px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    html.expand1 #header #m_header1 a:after {
        width: 25px;
        top: 13px;
        -webkit-transform-origin: 22px 7px;
        -moz-transform-origin: 22px 7px;
        -ms-transform-origin: 22px 7px;
        -o-transform-origin: 22px 7px;
        transform-origin: 22px 7px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #header .m_header_pop {
        position: absolute;
        padding-top: 0;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        height: 0;
        background: white;
        z-index: 999;
        text-align: center;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }
    #header .m_header_pop #gnb {
        float: none;
        display: block;
        padding: 10px;
        margin: 43px 0 0 0;
    }
    #header .m_header_pop #gnb li {
        float: none;
        display: block;
        margin: 2px 0;
    }
    #header .m_header_pop #gnb li a {
        line-height: 36px;
    }
    html.expand1 #header .m_header_pop {
        height: auto;
    }
    #header .m_header_pop #gnb {
        border-top: 1px solid #4b5870;
    }
    #gnb li.big .depth02 {
        display: block;
        position: static;
        top: 0;
        left: 0;
        padding: 0 0;
        height: 0;
        overflow: hidden;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #fff;
    }
    #gnb li.big .depth02 li {
        text-align: left;
    }
    #gnb li.big .depth02 li a {
        padding: 4px 5px;
    }
    #gnb li.big:hover {
        border-top: 1px solid #fff;
    }
    #gnb li.big:hover a.big:after {
        height: 1px;
    }
    #gnb li.big:hover .depth02 {
        display: block;
        height: auto;
    }
    #gnb li.big .depth02 ul {
        border-top: 1px solid #3a5388;
    }
    #header .innerDiv .top_right {
        float: none;
    }
    #header .innerDiv .top_right .my {
        position: absolute;
        top: 4px;
        right: 55px;
        z-index: 99999;
    }
    #header .innerDiv .top_right .my,
    #header .innerDiv .top_right .lang,
    #header .innerDiv .top_right .pdk {
        float: none;
        margin: 0;
        display: block;
    }
    #header .innerDiv .top_right .lang {
        padding: 5px 0 8px 0;
    }
    #header .innerDiv .top_right .lang span.now {
        display: none;
    }
    #header .innerDiv .top_right .lang ul {
        display: block;
        position: static;
    }
    #header .innerDiv .top_right .lang:hover ul {
        display: block;
    }
    #header .innerDiv .top_right .lang ul li {
        display: inline-block;
        margin: 0 0;
        vertical-align: top;
    }
    #header .innerDiv .top_right .lang ul li a {
        display: block;
        padding: 4px;
        line-height: 17px;
        background: white;
    }
    #header .innerDiv .top_right .lang ul li a.now {
        text-decoration: underline;
        color: #852905;
    }
    #header .innerDiv .top_right .lang ul li a span {
        width: auto;
        padding: 7px 0;
        border-top: 0 none;
        color: #000;
    }
    #header .innerDiv .top_right .lang ul li:first-child a span {
        border-top: 0 none;
    }
    #header .innerDiv .myInfo_popup {
        top: 54px;
        right: 3%;
        width: 94%;
    }
    #header .innerDiv .myInfo_popup .close {
        position: absolute;
        top: 0;
        right: 0;
    }
    #header .innerDiv .myInfo_popup .close img {
        height: 36px;
        padding: 10px;
    }
    #header .innerDiv .myInfo_popup .tit {
        line-height: 36px;
        padding: 0 35px 0 10px;
        font-size: 16px;
    }
    #header .innerDiv .myInfo_popup .card {
        padding: 7px 25px 7px 10px;
    }
    #header .innerDiv .myInfo_popup .card:after {
        width: 8px;
        height: 15px;
        right: 12px;
        margin-top: -8px;
        background-size: auto 15px;
    }
    #header .innerDiv .myInfo_popup .card .profile {
        width: 45px;
        height: 45px;
        background-size: auto 45px;
    }
    #header .innerDiv .myInfo_popup .card .info {
        display: inline-block;
        vertical-align: middle;
        margin-left: 7px;
        min-width: 200px;
    }
    #header .innerDiv .myInfo_popup .card .info span strong {
        line-height: 17px;
    }
    #header .innerDiv .myInfo_popup .card .info span.name {
        padding-top: 7px;
        font-size: 15px;
    }
    #header .innerDiv .myInfo_popup .btns {
        padding: 11px 22px;
        border-top: 1px solid #fff;
        background: #ededed;
    }
    #header .innerDiv .myInfo_popup .btns a {
        margin-right: 3px;
        font-size: 13px;
        line-height: 17px;
        padding: 3px 20px 3px 10px;
    }
    #header .innerDiv .myInfo_popup .btns a.arrow:after {
        width: 4px;
        height: 8px;
        right: 8px;
        margin-top: -4px;
    }
    #header .innerDiv .myInfo_popup .btns a.btn_blue.arrow:after {
        background-size: 4px auto;
    }
    #header .innerDiv .myInfo_popup .btns a.btn_white.arrow:after {
        background-size: 4px auto;
    }
    #container {
        width: 100%;
        padding: 44px 0 35px 0;
    }
    #container:after {
        display: block;
        content: "";
        clear: both;
    }
    #footer {
        padding: 0 0 15px 0;
    }
    #footer .btnTop {
        position: absolute;
        top: 10px;
        right: 0;
        z-index: 99;
    }
    #footer .btnTop img {
        width: 28px;
    }
    #footer .bottom_menu {
        display: block;
        padding-top: 80px;
    }
    #footer .bottom_menu .cell {
        display: block;
        padding: 12px 0;
    }
    #footer .bottom_menu .menu {
        width: auto;
        border-top: 1px solid #424242;
    }
    #footer .bottom_menu .link {
        width: auto;
        border-left: 0 none;
        border-top: 1px solid #424242;
        text-align: left;
    }
    #footer .bottom_menu .sns {
        width: 100%;
        padding-left: 0;
        border-left: 0 none;
        position: absolute;
        top: 0;
        left: 0;
    }
    #footer .bottom_menu .menu li,
    #footer .bottom_menu .link li {
        display: inline-block;
        vertical-align: top;
        margin-right: 12px;
    }
    #footer .bottom_menu .menu li a,
    #footer .bottom_menu .link li a {
        line-height: 27px;
        font-size: 13px;
    }
    #footer .bottom_menu .sns h3 {
        line-height: 27px;
        font-size: 13px;
    }
    #footer .bottom_menu .sns li {
        display: inline-block;
        vertical-align: top;
        margin-right: 4px;
    }
    #footer .bottom_menu .sns li img {
        width: 28px;
    }
    #footer .copy {
        margin-top: 15px;
        line-height: 19px;
        font-size: 11px;
    }
    .sketch iframe {
        height: 250px;
    }
    /* 스테이지인포 메인/서브 공통 */
    .stageInfo .select,
    .stageInfo .select2 {
        font-size: 13px;
        line-height: 25px;
    }
    .stageInfo .select select,
    .stageInfo .select2 select {
        padding-left: 5px;
        height: 25px;
        line-height: 25px;
    }
    .stageInfo .line_schedule_box {
        margin-top: 8px;
        padding: 30px 8px;
    }
    .stageInfo .line_schedule:before {
        width: 4px;
        margin-left: -2px;
    }
    .stageInfo .line_schedule .both {
        width: 43%;
        margin-top: 20px;
    }
    .stageInfo .line_schedule .left {
        padding-right: 7%;
    }
    .stageInfo .line_schedule .right {
        padding-left: 7%;
    }
    .stageInfo .line_schedule .both .stage {
        margin-top: -18px;
        padding: 0 14px;
        line-height: 20px;
        font-size: 14px;
    }
    .stageInfo .line_schedule .both .sub_title {
        padding: 2px 0;
        line-height: 20px;
        font-size: 17px;
    }
    .stageInfo .line_schedule .both .date {
        line-height: 16px;
        font-size: 12px;
    }
    .stageInfo .line_schedule .both:before {
        width: 16px;
        height: 16px;
        border: 4px solid #ababab;
    }
    .stageInfo .line_schedule .left:before {
        right: -12px;
    }
    .stageInfo .line_schedule .right:before {
        left: -12px;
    }
    .stageInfo .line_schedule .current .stage {
        /*background: #f59c02;
        border-color: #f59c02;*/
        font-weight: bold;
        /*color: #343434;*/
    }
    .stageInfo .line_schedule .current:before {
        border-color: #1cadff;
    }
    .stageInfo .line_schedule .current .sub_title,
    .stageInfo .line_schedule .current .date {
        /*color: #fff;*/
    }
    .stageInfo .line_schedule .next .stage {
        background: #f59c02;
        border-color: #f59c02;
        font-weight: bold;
        color: #343434;
    }
    /* 랭킹10 메인/서브 공통 */
    .ranking10 .overTab_list ul {
        height: 36px;
        border-bottom: 3px solid #852905;
    }
    .ranking10 .overTab_list li {
        width: 49%;
        margin-left: 2%;
    }
    .ranking10 .overTab_list li a {
        line-height: 36px;
        font-size: 15px;
    }
    .ranking10 .overTab_list li:first-child {
        margin-left: 0;
    }
    .ranking10 .overTab_list li.on {
        background: #852905;
    }
    .ranking10 .overTab_list2 {
        padding-top: 8px;
    }
    .ranking10 .overTab_list2 li {
        width: 19%;
        margin: 0 0.5%;
    }
    .ranking10 .overTab_list2 li:first-child {
        margin-left: 0.5%;
    }
    .ranking10 .overTab_list2 li a span {
        width: 100%;
        line-height: 28px;
        font-size: 12px;
    }
    .ranking10 .overTab_list2 li.off a span {
        background: #343434 !important;
    }
    .ranking10_list {
        padding-top: 8px;
    }
    .ranking10_list li .layout-table .layout-cell {
        padding: 8px 0;
    }
    .ranking10_list li .layout-table .layout-cell.rank {
        width: 32px;
    }
    .ranking10_list li .layout-table .layout-cell.profile {
        width: 60px;
    }
    .ranking10_list li .layout-table .layout-cell.info {
        width: auto;
        padding-left: 12px;
    }
    .ranking10_list li .layout-table .layout-cell.norank {
        width: auto;
        padding-left: 12px;
        text-align: center;
        font-size: 17px;
        color: #6E6E6E;
    }
    .ranking10_list li .layout-table .layout-cell.noranking {
        width: auto;
        padding-left: 12px;
        text-align: center;
        font-size: 17px;
        color: #6E6E6E;
    }
    .ranking10_list li .layout-table .layout-cell.wins {
        width: 126px;
        padding-right: 4px;
        line-height: 20px;
        font-size: 12px;
    }
    .ranking10_list li .layout-table .layout-cell.wins .game_count_number {
        font-size: 14px;
    }
    .ranking10_list li .layout-table .layout-cell.rank span {
        font-size: 20px;
    }
    .ranking10_list li .layout-table .layout-cell.profile span {
        width: 40px;
        height: 40px;
    }
    .ranking10_list li .layout-table .layout-cell.profile span.profile_jb {
        background-size: auto 40px !important;
    }
    .ranking10_list li .layout-table .layout-cell.profile span img {
        width: 18px;
        right: -6px;
    }
    .ranking10_list li .layout-table .layout-cell.info strong {
        line-height: 21px;
        font-size: 15px;
    }
    .ranking10_list li .layout-table .layout-cell.info span {
        line-height: 16px;
        font-size: 12px;
    }
    .ranking10_list li .layout-table .layout-cell.wins em {
        line-height: 18px;
        font-size: 12px;
        margin-right: 2px;
    }
    .ranking10 .overTab_list2 li a span em {
        padding: 0;
        text-align: center;
    }
    .ranking10 .overTab_list2 li a span em:after {
        display: none;
    }
    .ranking_tit_jebi {
        line-height: 36px;
        font-size: 15px;
        border-bottom: 3px solid #4bace1;
    }
    .r_fix_global {
        top: auto;
        bottom: 20%;
        left: auto;
        right: 0;
        margin: 0;
        z-index: 100;
    }
    .r_fix_global a {
        padding: 9px;
        font-size: 12px;
        line-height: 14px;
    }
}

.stageInfo .line_schedule .both .stage.blink {
    animation: 0.6s blink ease-in-out 0s infinite alternate;
    -webkit-animation: 0.6s blink ease-in-out 0s infinite alternate;
}

@keyframes blink {
    0% {
        background: #343434;
        border: 1px solid #a1a1a1;
        color: #a1a1a1;
    }
    100% {
        background: #f59c02;
        border: 1px solid #f59c02;
        color: #343434;
    }
}

@-webkit-keyframes blink {
    0% {
        background: #343434;
        border: 1px solid #a1a1a1;
        color: #a1a1a1;
    }
    100% {
        background: #f59c02;
        border: 1px solid #f59c02;
        color: #343434;
    }
}

@-moz-keyframes blink {
    0% {
        background: #343434;
        border: 1px solid #a1a1a1;
        color: #a1a1a1;
    }
    100% {
        background: #f59c02;
        border: 1px solid #f59c02;
        color: #343434;
    }
}

@-o-keyframes blink {
    0% {
        background: #343434;
        border: 1px solid #a1a1a1;
        color: #a1a1a1;
    }
    100% {
        background: #f59c02;
        border: 1px solid #f59c02;
        color: #343434;
    }
}


/* 뉴스안에 테이블 */

.news_ranking_table {
    width: 785px;
}

.news_ranking_table .tit {
    line-height: 48px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: rgba(24, 39, 87, 0.9);
    text-align: center;
}

.gob_notice_tb {
    table-layout: fixed;
    width: 100%;
}

.gob_notice_tb .ellipsis {
    display: inline-block;
    max-width: 100%;
}

.gob_notice_tb th {
    padding: 10px 5px;
    line-height: 20px;
    font-size: 16px !important;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: rgba(1, 169, 228, 0.9);
}

.gob_notice_tb td {
    padding: 10px 5px;
    line-height: 20px;
    font-size: 14px !important;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #459dd4;
    border-top: 1px solid #459dd4;
    background: rgba(24, 39, 87, 0.9);
}

.gob_notice_tb td:first-child {
    border-left: 0;
}

.gob_notice_tb td img {
    width: auto;
}

@media (max-width:768px) {
    .news_ranking_table {
        width: auto;
    }
    .news_ranking_table .tit {
        line-height: 38px;
        font-size: 18px;
    }
    .gob_notice_tb th {
        padding: 5px 3px;
        line-height: 16px;
        font-size: 13px !important;
        word-break: break-all;
    }
    .gob_notice_tb td {
        padding: 5px 3px;
        line-height: 16px;
        font-size: 12px !important;
        word-break: break-all;
    }
    .gob_notice_tb td img {
        max-width: 100%;
    }
}

.p-t-sm {
    padding-top: 0.6em !important;
}