/*____________________GRID____________________*/
.col_group_forward,
.col_group_backward {
    clear: both;
    overflow: hidden;
    position: relative;
}

.col_group_forward > .col {
    float: left;
    margin-left: 2%;
    overflow: hidden;
    padding-bottom: 15.125em;
    /*    position: relative;*/
}

.col_group_forward > .col_m {
    float: left;
    margin-right: 2%;
    overflow: hidden;
    padding-bottom: 5.125em;
    /*    position: relative;*/
}

.col_group_forward .col + .col_m {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    overflow: hidden;
    padding-bottom: 5.125em;
    /*    position: relative;*/
}

.col_group_forward .col:first-child {
    margin-left: 0;
}

.col_group_forward .col_m:first-child {
    margin-left: 2%;
}

.col_group_backward > .col {
    float: right;
    margin-right: 2%;
    overflow: hidden;
    padding-bottom: 5.125em;
    /*    position: relative;*/
}

.col_group_backward .col:first-child {
    margin-right: 0;
}

.span1 {
    width: 6.5%;
}

.span2 {
    width: 15%;
}

.span3 {
    width: 23.5%;
}

.span4 {
    width: 32%;
}

.span5 {
    width: 40.5%;
}

.span6 {
    width: 49%;
}

.span7 {
    width: 57.5%;
}

.span8 {
    width: 66%;
}

.span9 {
    width: 74.5%;
}

.span10 {
    width: 83%;
}

.span11 {
    width: 91.5%;
}

.span12 {
    width: 100%;
}

@media screen and (min-width: 1280px) {
    .static {
        position: static;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .static {
        position: static;
    }
}

@media screen and (max-width: 1024px) {
    .col_group_forward > .col {
        margin-left: 0;
    }
    .col_group_forward > .col_m {
        margin-right: 0;
    }
    .col_group_backward > .col {
        margin-right: 0;
    }
    .span1,
    .span2,
    .span3,
    .span4,
    .span5,
    .span6,
    .span7,
    .span8,
    .span9,
    .span10,
    .span11,
    .span12 {
        width: 100%;
    }
    .full_width {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

/*____________________COMMON____________________*/

a,
body,
div,
figure,
img,
p,
table,
td,
tr {
    border: 0;
    margin: 0;
    padding: 0;
	color: #b2b2b2;
}

body {
    background-color: black;
    font-family: "Open Sans", sans-serif;
    font-size: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

a {
    color: #666666;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: white;
}

h1 {
    border: 0;
    color: white;
    font-size: 1.875em;
    font-weight: 800;
    margin: 0;
    padding: 0;
}

h2 {
    border: 0;
    color: #b2b2b2;
    font-size: 1.5em;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

h3 {
    border: 0;
    color: #b2b2b2;
    font-size: 1.5em;
    font-weight: 800;
    margin: 0;
    padding: 0;
}

h4 {
    border: 0;
    color: white;
    font-size: 1.875em;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

h5 {
    border: 0;
    color: white;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 2.25em;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

h6 {
    border: 0;
    color: #b2b2b2;
    font-size: 1.125em;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
select option {
    margin:40px;
    background: rgb(0,0,0);
    color:#808080;
 
}
p {
    color: #b2b2b2;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 0.8em;
}

span {
    color: #C9C9C9;
}

small {
    font-size: 70%;
}

figure {
    margin-bottom: 0.8em;
}

figure > img {
    display: block;
    width: 100%;
}

.j_right {
    float: right;
    margin-left: 2em;
}

.j_left {
    float: left;
    margin-right: 2em;
}

.j_left, .j_right > img {
    width: auto;
}

input[type=text] {
    background-color: transparent;
    border: 1px solid #333333;
    color: #808080;
    font-size: 1.125em;
    line-height: 1.3125em;
    padding: 0.5em;
}

input[type=password] {
    background-color: transparent;
    border: 1px solid #333333;
    color: #808080;
    font-size: 1.125em;
    line-height: 1.3125em;
    padding: 0.5em;
}

select::-ms-expand {
    visibility: hidden;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(//image.nttgame.com/portal/assets/images/common/icon_dnArrow_select.png);
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #252525;
    color: #808080;
    font-size: 1.125em;
    padding: 0.5em 41px 0.5em 0.5em;
    text-overflow: '';
}

section {
    overflow: hidden;
}

time {
    color: #666666;
    display: block;
}

.circle {
    border: 1px solid white;
    border-radius: 11px;
    display: inline-block;
    margin-right: 0.8em;
    vertical-align: middle;
}

.circle {
    height: 22px;
    width: 22px;
}

.circle > .core {
    background-color: white;
    border-radius: 8px;
    display: none;
    height: 16px;
    margin: 3px;
    width: 16px;
}

iframe {
    border: 0;
}

body .container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

body .wrapper {
    overflow: hidden;
}

.wrapper {
    clear: both;
}

.subPage_content .tabComponent {
    clear: both;
    overflow: hidden;
}

.subPage_content .tabComponent .tab {
    background-color: #363636;
    border: 1px solid black;
    float: left;
    padding: 0.3em 2em;
}

.subPage_content .tabComponent .tab p {
    color: white;
    font-size: 1.5em;
    font-weight: 300;
}

.subPage_content .tabComponent .tab img {
    display: block;
    height: 1.5em;
}

.subPage_content .tabComponent .selected {
    background-color: #831016;
    border: 1px solid #831016;
}

.subPage_content .tabComponent .filter {
    float: right;
}

.subPage_content .tabComponent + .tab_edge {
    background-color: #831016;
    height: 4px;
}
/* ------------------------------------------------------- AREA COMMON STYLE */
.games > .wrapper,
.news > .wrapper {
    background-image: url(//image.nttgame.com/portal/assets/images/common/red_bar.png);
    background-position: top right;
    background-repeat: no-repeat;
}
/* --------------------------------------------------------- HERO AREA STYLE */

.hero {
    font-size: 1vw;
    margin-bottom: 2.25em;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.hero figure {
    margin-bottom: 0;
}

.hero img {
    width: 100%;
}

.hero .background {
    position: relative;
    top: 0;
    width: 100%;
}

.hero .actor {
    bottom: 0;
    height: 100%;
    left: 8%;
    overflow: hidden;
    position: absolute;
}

.hero .actor img {
    height: 100%;
    width: auto;
}

.hero .phrase {
    bottom: 21%;
    max-width: 40%;
    position: absolute;
    right: 10%;
    text-align: right;
}

.hero .phrase > p {
    color: white;
    text-shadow: 3px 3px 10px black;
}

.hero .phrase > .gameTitle {
    color: #ff9d00;
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 0.3em;
}

.hero .phrase > .headline {
    font-size: 4em;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 0.4em;
}

.hero .phrase > .bannerBody {
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 0;
}

.hero .learnMore {
    bottom: 8%;
    max-width: 40%;
    position: absolute;
    right: 10%;
    text-align: right;
}

.hero a .banner_learnMore > p {
    color: white;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 0;
    text-shadow: 3px 3px 10px black;
}

.hero a .banner_learnMore > p > img {
    margin-left: 0.3em;
    vertical-align: middle;
    width: 1em;
}

.hero a .banner_learnMore > p > .on {
    display: none;
}

.hero a:hover .banner_learnMore > p > .on {
    display: inline;
}

.hero a:hover .banner_learnMore > p > .off {
    display: none;
}
/* -------------------------------------------------------- GAMES AREA STYLE */

.games .wrapper {
    padding-top: 4px;
}

.games .head_place {
    margin-bottom: 0.625em;
}

.games .gamesPoster {
    float: left;
    overflow: hidden;
    position: relative;
}

.main-banner-icon {
	position:absolute;
    top:8px;
	right:8px;
    width:30px;
}

.games .cols1 {
    width: 100%;
}

.games .cols2 {
    width: 50%;
}

.games .cols3 {
    width: 33.333%
}

.games .cols4 {
    width: 25%;
}

.games .poster_imageLayer {
    position: relative;
}

.games .cols1 > .poster_imageLayer {
    height:28vw;
}
.games .cols1 > .poster_imageLayer > img {
    width: 100%;
}
.games .cols2 .poster_imageLayer {
    margin-bottom: 0;
    width: 100%;
}

.games .cols2 .poster_imageLayer img {
    margin-left: 0;
}

.games .cols3 .poster_imageLayer {
    margin-bottom: 0;
    width: 100%;
}

.games .cols3 > .poster_imageLayer > img {
	width:150%;
	height:auto;
	margin-left:-25%;
}

.games .cols4 .poster_imageLayer {
    margin-bottom: 0;
    width: 100%;
}

.games .cols4 > .poster_imageLayer > img {
	width:200%;
	height:auto;
	margin-left:-50%;
}

.games .poster_descLayer {
    background: black;
    background: rgba(0, 0, 0, 0.9);
    bottom: 0;
    color: white;
    display: none;
    font-weight: 300;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
}

.games .poster_descLayer .wrapper {
    position: absolute;
    top:10px;
    height:100%;
}

.games .poster_descLayer .title img {
    margin-bottom: 10px;
    max-width: 260px;
    width: 80%;
}

.games .poster_descLayer .description {
    margin:0 0 1em;
    padding:0 1.5em
}

.games .cols3 .description, .games .cols4 .description {
    margin:0 0 1em;
    padding:0 0.5em;
}

.games .poster_descLayer .description p {
    display:block;
    margin-top:-10px;
    width:100%;
    font-size: 0.85em;
    line-height:1.5em;
}

.games .cols3 .poster_descLayer .description p, .games .cols4 .poster_descLayer .description p {
    font-size:0.75em;
    line-height:1.4em;
}

.games .poster_descLayer .learnMore {
    background: repeat-x url(//image.nttgame.com/portal/assets/images/common/learnmore_bg.png);
    bottom: 0;
    color: #c19b9b;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 49%;
}
.games .poster_descLayer .download {
    background: repeat-x url(//image.nttgame.com/portal/assets/images/common/learnmore_bg.png);
    bottom: 0;
    color: #c19b9b;
    right: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 49%;
	font-size:0.8em;
}
.games .poster_descLayer .learnMore:hover {
   	 color: white;
	 transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.games .poster_descLayer .learnMore:hover:after {
    color: white;
	opacity:1;

}
.games .poster_descLayer .learnMore:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.1);
    opacity:0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;

}

.games .poster_descLayer .download:hover {
   	 color: white;
	 transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.games .poster_descLayer .download:hover:after {
    color: white;
	opacity:1;

}
.games .poster_descLayer .download:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.1);
    opacity:0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;

}
/* --------------------------------------------------------- NEWS AREA STYLE */

.news .head_place {
    margin-bottom: 0.625em;
}

.news .wrapper {
    background-color: #141414;
    overflow: hidden;
    padding-bottom: 24px;
    padding-top: 8px;
    width: 100%;
}

.news article {
    margin-top: 20px;
    padding-right: 1.5em;
}

.news time {
    font-size: 1.125em;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 8px;
    padding-left: 1.5em;
}

.news td {
    vertical-align: top;
}

.news .tag {
    background-color: #363636;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #141414;
    display: block;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 2em;
    font-weight: 700;
    /*    height: 54px;*/
    /*    line-height: 54px;*/
    
    margin: 0.1em 20px 0 0;
    padding: 0.3em 0.5em;
    text-align: center;
    /*    width: 79px;*/
}

.news a {
    color: #b2b2b2;
    font-size: 1em;
    font-weight: 800;
}

.news a:hover {
    color: white;
}
/* ---------------------------------------------- SUBPAGE SUBMENU AREA STYLE */

.subPage_content > .inner_wrapper {
    padding-left: 24px;
    padding-right: 24px;
}

.subPage_content > .alert_wrapper {
    border: 1px solid #808080;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    width: 60%;
}

.subPage_content > .alert_wrapper > .block_alert_buttons {
    margin-top: 10%;
    overflow: hidden;
}

.subPage_content > .alert_wrapper > .block_alert_buttons .button {
    margin-top: 16px;
}

.subPage_submenu {
    background-color: #141414;
    height: 100%;
    position: absolute;
    top: -4.125em;
    width: 14.88%;
}

.subPage_submenu .item_box {
    background-image: url(//image.nttgame.com/portal/assets/images/common/subMenu_top.png);
    background-position: top right;
    background-repeat: repeat-x;
    margin-top: 4.125em;
    padding-top: 4px;
    position: absolute;
    width: 100%;
}

.subPage_submenu a {
    color: #999999;
    display: block;
    font-size: 1.125em;
    margin-bottom: 2px;
    padding: 20px 25px;
}

.subPage_submenu a:hover {
    color: white;
}

.subPage_submenu .selected {
    background-color: #252525;
}
/* ---------------------------------------------- SUBPAGE CONTENT AREA STYLE */

.subPage_content .button {
    font-size: 1.2em;
    padding-left: 3em;
    padding-right: 3em;
}

.subPage_content .border_block {
    border-bottom: 1px solid #252525;
    border-left: 0.5em solid #252525;
    /*    border-radius: 1em;*/
    
    border-right: 0.5em solid #252525;
    border-top: 1px solid #252525;
    padding: 1em 2em;
}
/* -------------------------------------------------------- NEWS */

.subPage_content article time {
    color: #999999;
    font-size: 0.875em;
}

.subPage_content article p {
    font-size: 0.875em;
}

.subPage_content article .start_large:first-line {
    font-size: 1.875em;
    line-height: 2em;
}

.subPage_content article .social_posts {
    clear: both;
    overflow: hidden;
}

.subPage_content article .social_posts .postIcon {
    float: left;
    margin-left: 15px;
}

.subPage_content article .social_posts .postIcon:first-child {
    margin-left: 0;
}

.subPage_content article .social_posts .postBubblePoint {
    background-image: url(//image.nttgame.com/portal/assets/images/common/post_point.png);
    float: left;
    height: 24px;
    width: 4px;
}

.subPage_content article .social_posts .numOfPost {
    background-color: #363636;
    float: left;
    line-height: 23px;
    min-width: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align: center;
}

.subPage_content article .social_posts .numOfPost span {
    font-size: 0.7em;
}

.subPage_content article .social_posts .articleViews {
    float: right;
}

.subPage_content article .social_posts .articleViews p {
    font-size: 0.875em;
    margin-bottom: 0;
}

.subPage_content article .social_posts .articleViews p:first-line {
    font-size: 0.875em;
}
/* ------------------------------------------------------ CAREER */

.subPage_content .career_list {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0.4em 1em;
}

.subPage_content .career_list:hover {
    background-color: #111111;
}

.subPage_content .career_list > .position_list {
    color: #b2b2b2;
    display: block;
    float: left;
    font-size: 0.875em;
    font-weight: 300;
}

.subPage_content .career_list > .location_list {
    color: #b2b2b2;
    display: block;
    float: right;
    font-size: 0.875em;
    font-weight: 300;
}

.subPage_content .career_list:hover > .position_list,
.subPage_content .career_list:hover > .location_list {
    color: white;
}
/* ------------------------------------------------------ BLOCKS */

.head_block {
    margin-bottom: 50px;
    margin-top: 12px;
}

.block {
    clear: both;
    margin-bottom: 2.5em;
    overflow: hidden;
	padding-bottom:10px;
}

@media screen and (max-width: 1024px) {} > .block { font-size: 130%; }

/* ------------------------------------------------------- LABEL */

.label {
    clear: both;
    margin-bottom: 0.25em;
}

.label > p {
    clear: both;
    color: #b2b2b2;
    display: block;
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: auto;
    overflow: hidden;
}

.label > p > span {
    float: right;
    font-size: 0.6em;
    margin-left: 4em;
}
.label > p > span > a{
	color: #fff;
}
.label > p > span:first-child {
    margin-left: 1em;
}

.box_quickguide, .box_quickguide_r {
    background-color: #111111;
    border: 1px solid white;
    border-radius: 7px;
    display: none;
    left: 0;
    padding: 1em 1em 0.4em 1em;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 1;
}
.box_quickguide, .box_quickguide_r {
    left: 190px;
}

.box_quickguide > p, .box_quickguide_r > p {
    display: block;
    font-size: 1em;
    width: 300px;
}
.relativeBox{
	position: relative;
}
/* ------------------------------------------------------ DETAIL */

.detail {
    background-color: #111111;
    cursor: pointer;
    margin-bottom: 0.8em;
    overflow: hidden;
    padding: 1.71em 57px 1.71em 1.2em;
    position: relative;
}

.detail_n {
    background-color: #111111;
    cursor: pointer;
    margin-bottom: 0.8em;
    overflow: hidden;
    padding: 0.6em 57px 0.6em 0.6em;
    position: relative;
}

.a_noaction {
    cursor: auto;
}

.detail > p,
.detail_n > p {
    float: left;
    font-size: 1.2em;
    margin-bottom: auto;
}

.detail > .a_button,
.detail_n > .a_button {
    background-color: #252525;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 57px;
}

.detail > .link_status,
.detail_n > .link_status {
    float: right;
    margin-right: 0.8em;
    margin-top: 0.8em;
}

.detail:hover,
.detail_n:hover {
    background-color: #252525;
}

.a_noaction:hover {
    background-color: #111111;
}

.detail:hover .a_button,
.detail_n:hover .a_button {
    background-color: #831016;
}

/* -------------------------------------- ACCOUNT SECURITY LEVEL */
.detail_security {
    background:#111111;
    margin-bottom: 0.8em;
    padding:0.3em 1.2em;
    zoom:1;
}
.detail_security:after {content:"."; clear:both; display:block; height:0; visibility:hidden;}

.detail_security > dl {
    float:left;
    color:#b2b2b2;
    background:#111111;
}
.detail_security > dl > dt {
    text-align:left;
    padding-bottom:8px;
}
.detail_security > dl > dd {
    width:100%; margin:0; padding:0;
    border:2px solid #252525; border-bottom:none;
    background:#252525;
    padding:2px;
}
.detail_security > dl > dd:last-of-type {
    border-bottom:2px solid #252525;
}
.detail_security > dl > dd.my_lv {
    height:180px;
    background:#111111;
    font-size:10em;
    font-weight:bold;
    line-height:170px;
}
.detail_security > dl.my_security > dd.note {
    height:auto;
    font-size:0.8em;
    padding-top:9px; padding-bottom:9px;
}
.detail_security > dl .btn_claim {
    padding:none;
}
.detail_security > dl .btn_claim > .button {
    display:block;
    padding:0.7em 0.5em;
}
.detail_security > dl span {
    display:block;
}
dl.my_security {
    width:180px;
    text-align:center;
}

dl.my_game_services > dd > span.detail:hover {
    background:none; cursor:auto;
} 

dl.my_game_services > dt > span.b_sync {
    float:right; display:inline-block; margin:-5px -7px 2px 0; padding:3px 12px 5px;
    font-size:0.9em; font-weight:500; letter-spacing:-0.03em;
}


dl.my_game_services {
    margin-left:40px;
    width: -webkit-calc(100% - 235px);
    width:    -moz-calc(100% - 235px);
    width:         calc(100% - 235px);
}

dl.my_game_services > dd {
    height:55px;
    position:relative;
    background:#111111;
}
dl.my_game_services > dd.verified {
}
dl.my_game_services > dd.verified > span {
    color:#b2b2b2;
    font-weight:300;
}
dl.my_game_services > dd.unverified {
}
dl.my_game_services > dd.unverified > span {
    color:white;
    font-weight:400;
    letter-spacing:-0.03em;
}
dl.my_game_services > dd.restricted {
}
dl.my_game_services > dd.restricted > span {
    color:white;
    font-weight:400;
    letter-spacing:-0.03em;
}
dl.my_game_services > dd > span.item {
    width: -webkit-calc(100% - 70px);
    width:    -moz-calc(100% - 70px);
    width:         calc(100% - 70px);
    padding:3px 5px 1px;
    font-size:1.2em;
    line-height:1.4em;
}
dl.my_game_services > dd > span.detail {
    width: -webkit-calc(100% - 70px);
    width:    -moz-calc(100% - 70px);
    width:         calc(100% - 70px);
    padding:1px 5px 3px;
    font-size:0.8em;
    line-height:1em;
}
dl.my_game_services > dd > span.ox {
    float:right;
    position:absolute; top:0px; right:0;
    width:55px; height:60px;
    border-left:2px solid #252525;
    overflow:hidden;
    font-size:2.5em;
    font-weight:700;
    text-align:center;
}
dl.my_game_services > dd.note {
    height:auto;
    font-size:0.75em;
    background:#252525;
}
dl.my_game_services > dd.note > span {
    padding-left:5px;
    letter-spacing:-0.03em;
}
dl.my_game_services > dd.note > span > a {
    color:white;
    text-decoration:underline;
}
dl.my_game_services > dd.note > span > em {
    font-size:1.25em;
    font-weight:600;
    font-style:normal;
    line-height:1em;
}
dl.my_game_services > dd.note > span > em.claimed {
    color:#c5131d;
}
dl.my_game_services > dd.note > span > em.remained {
    color:white;
}
dl.my_game_services > dd.verified > span.ox {
    background:url('//image.nttgame.com/portal/assets/images/common/icon_security_verified.png') center no-repeat;
}
dl.my_game_services > dd.unverified > span.ox {
    background:url('//image.nttgame.com/portal/assets/images/common/icon_security_unverified.png') center no-repeat;
}
dl.my_game_services > dd.restricted > span.ox {
    background:url('//image.nttgame.com/portal/assets/images/common/icon_locked.png') center no-repeat;
}
@media screen and (max-width:600px) {
    .detail_security > dl {
        display:block; width:100%; float:left; margin:10px 0;
    }
}

/* ---------------------------------------------------- NOTE BOX */

.note_box {
    border-left: 4px solid #1f1f1f;
    padding-left: 12px;
}

.note_box > .block {
    margin-bottom: 1.6em;
}

.note_box p {
    color: #808080;
    font-size: 0.75em;
    font-weight: 300;
    margin-bottom: 0.5em;
}

.note_box .head {
    font-size: 1.125em;
    font-weight: 400;
    margin-bottom: 0.4em;
}
/* ------------------------------------------------ RADIO BUTTON */

.radioButton_f {
    border-bottom: 1px solid #252525;
    border-left: 1px solid #252525;
    border-right: 1px solid #252525;
    overflow: hidden;
}

.radioButton_f:first-child {
    border-top: 1px solid #252525;
}

.radioButton_f .fold,
.radioButton_f .a_button {
    display: none;
    zoom: 1;
}

.radioButton_f .main {
    padding-right: 57px;
    position: relative;
}

.radioButton_f .head {
    overflow: hidden;
    padding: 1em;
}

.radioButton_f .head img {
    vertical-align: middle;
}

.radioButton_f .head > .radio > span {
    font-size: 1em;
    font-weight: 300;
}

.radioButton_f .body {
    padding: 1em;
}

.radioButton_f .body > a {
    font-size: 0.8em;
}

.radioButton_f .head {
    cursor: pointer;
}

.radioButton_f .additional {
    background-color: #111111;
    margin: 1px;
    padding: 1em;
}

.radioButton_f .additional > p {
    font-size: 0.9em;
}

.radioButton_f input {
    width: 3em;
}

.subPage_content .resellerGroup {
    clear: both;
    margin-top: 0;
    overflow: hidden;
}

.subPage_content .resellerGroup:first-child {
    margin-top: 1.2em;
    overflow: hidden;
}

.subPage_content .reseller {
    float: left;
    padding-bottom: 0.3em;
    padding-top: 0.3em;
    text-align: center;
    width: 20%;
}
/* -------------------------------------------------------- TABS */

.tabs .tabGroup {
    clear: both;
    overflow: hidden;
}

.tabs .tab {
    background-color: #363636;
    float: left;
    margin: 1px;
    padding: 0.8em 2em;
}

.tabs .tab > p {
    margin-bottom: 0;
}

.tabs .selected {
    background-color: #831016;
    border: 1px solid #831016;
    margin: 0;
}

.tabs .filter {
    float: right;
}

.tabs > .separator {
    background-color: #831016;
    height: 4px;
}

.tabs > .body_regular {
    border-bottom: 4px solid;
    border-color: #363636;
    padding-bottom: 1em;
    padding-top: 1em;
}

.tabs > .body_box {
    border-bottom: 4px #831016;
    border-color: #831016;
    border-left: 1px #831016;
    border-right: 1px #831016;
    border-style: solid;
    border-top: 0;
    padding: 1em;
}

.tabs table {
    border-bottom: 1px solid #111111;
    border-collapse: collapse;
    color: #b2b2b2;
    margin-bottom: 0.8em;
    width: 100%;
}

.tabs table th {
    background-color: #111111;
    border: 1px solid #111111;
    font-size: 1em;
    font-weight: 300;
    padding: 0.5em;
    text-align: left;
}

.tabs table td {
    font-size: 0.9em;
    font-weight: 300;
    padding: 1em 0.5em;
    text-align: left;
}

.tabs .tablePages {
    font-size: 90%;
    text-align: center;
}

.tabs .tablePages > a {
    margin-left: 1em;
}

.tabs .tablePages > a:first-child {
    margin-left: 0;
}

.tabs .tablePages > .current {
    color: white;
}
/* ---------------------------------------------------- REMINDER */

.reminder {
    border: 1px solid #363636;
    padding: 1.2em 1em;
}

.reminder p {
    margin-bottom: 0;
}

.reminder p > span,
.reminder p > img {
    color: #ff9d00;
    font-weight: 400;
    margin-right: 1em;
    vertical-align: middle;
}
/* ------------------------------------------------ NPOINTS HEAD */

.subPage_npoints {
    background-color: #141414;
    clear: both;
    margin-bottom: 8px;
    overflow: hidden;
    padding: 1em 2em;
}

.subPage_npoints > .nickname {
    float: left;
}

.subPage_npoints > .nickname > p {
    color: white;
    font-size: 2.25em;
    font-weight: 700;
    margin-bottom: 0;
}

.subPage_npoints > .npoints {
    float: right;
    margin-left: 3em;
}

.subPage_npoints > .npoints img {
    margin-right: 1em;
    vertical-align: middle;
}

.subPage_npoints > .bonus {
    float: right;
    margin-left: 3em;
}

.subPage_npoints > .npoints p,
.subPage_npoints > .bonus p {
    font-size: 1.875em;
    margin-bottom: 0;
}

.subPage_npoints > .bonus p > span {
    margin-right: 1em;
}

.subPage_npoints > .npoints .points_unit,
.subPage_npoints > .bonus .points_unit {
    font-size: 0.8em;
    margin-left: 0.4em;
    margin-right: 0;
}
/* ----------------------------------------------- NPOINTS GUIDE */

.npts_guide {
    border-collapse: collapse;
}

.npts_guide tr td {
    border-bottom: 1px solid #252525;
    border-top: 1px solid #252525;
    font-size: 0.9em;
    padding-top: 1.2em;
    padding-bottom: 0.6em;
    vertical-align: top;
}

.npts_guide tr td:first-child {
    padding-right: 2em;
    padding-top: 1em;
}

/* ---------------------------------------------- RESELLER GUIDE */

.reseller_list {
    text-align: justify;
}

.reseller_list img {
    height: 72px;
    margin: 1em;
    vertical-align: middle;
    width: 215px;
}
/* ----------------------------------------------- ABOUT NTTGAME */

.subPage_content .timeline {
    color: white;
    overflow: hidden;
    position: relative;
}

.subPage_content .timeline > .stem {
    background-image: url(//image.nttgame.com/portal/assets/images/common/timeline_stem.png);
    background-repeat: repeat-y;
    height: 100%;
    left: 75px;
    position: absolute;
    top: 75px;
    width: 3px;
}

.subPage_content .timeline > .branches {
    overflow: hidden;
    position: relative;
}

.subPage_content .timeline > .branches .branch {
    clear: both;
    margin-top: 2em;
    overflow: hidden;
}

.subPage_content .timeline > .branches .branch:first-child {
    margin-top: 0;
}

.subPage_content .timeline > .branches .branch > .dot {
    float: left;
    margin-top: 11px;
    position: relative;
    z-index: 1;
}

.subPage_content .timeline > .branches .branch > .year {
    float: left;
}

.subPage_content .timeline > .branches .branch > .year p {
    color: #831016;
    float: left;
    font-weight: 600;
    margin-left: 0.6em;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.subPage_content .timeline > .branches .branch > .year img {
    vertical-align: middle;
}

.subPage_content .timeline > .branches .branch > .events {
    border: 1px solid #252525;
    border-radius: 7px;
    float: left;
    margin-left: -1px;
    min-width: 600px;
    padding: 0.4em;
}

.subPage_content .timeline > .branches .branch > .events .month {
    background-color: #252525;
    border-radius: 4px;
    max-width: 120px;
    padding: 0.15em 0.7em;
}

.subPage_content .timeline > .branches .branch > .events .month > time {
    color: #bababa;
    font-size: 0.9em;
    font-weight: 700;
}

.subPage_content .timeline > .branches .branch > .events ul {
    line-height: 1.5em;
    margin-bottom: 1.5em;
    margin-top: 0;
    padding-left: 1.7em;
}

.subPage_content .timeline > .branches .branch > .events ul li {
    color: #808080;
    ;
    font-size: 0.8em;
    font-weight: 300;
    margin-top: 0.3em;
}

.subPage_content .timeline > .branches .branch > .events > .co_event {
    margin-bottom: 1em;
    padding-left: 0.5em;
}

.subPage_content .timeline > .branches .branch > .events > .co_event:first-child {
    margin-top: 1em;
}

.subPage_content .timeline > .branches .branch > .events > .co_event > p {
    color: #6d5232;
    font-size: 0.9em;
    font-weight: 700;
    margin-bottom: 0;
    text-decoration: underline;
}

/* ------------------------------------------------ SUBPAGE ASIDE AREA STYLE */

.subPage_aside > .inner_wrapper {
    padding-left: 24px;
    padding-right: 24px;
}

.subPage_aside .head_block {
    margin-bottom: 0.6em;
    margin-top: 2.625em;
}

.subPage_aside article {
    margin-bottom: 0.8em;
}

.subPage_aside article time {
    font-size: 0.875em;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 0.2em;
}

.subPage_aside article td {
    vertical-align: top;
}

.subPage_aside article .tag {
    background-color: #363636;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #141414;
    display: block;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    margin: 0.1em 20px 0 0;
    padding: 0.3em 1em;
    text-align: center;
}

.subPage_aside article a {
    font-size: 90%;
}

.subPage_aside > .game_manager {
    clear: both;
    overflow: hidden;
}

.subPage_aside .button_manageGame {
    display: block;
    float: left;
    margin-top: 1.5em;
    max-width: 320px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.subPage_aside .button_manageGame .foreGround {
    bottom: 0;
    width: 100%;
}

.subPage_aside .button_manageGame .foreGround img {
    display: block;
    width: 100%;
}

.subPage_aside .button_manageGame > .label {
    background-color: black;
    display: none;
    font-size: 0.5em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 2px;
}

.subPage_aside .button_manageGame:hover > .label {
    display: block;
}

.subPage_aside .button_manageGame .label p {
    color: white;
    font-weight: 300;
    padding-left: 1em;
    padding-right: 1em;
}

.subPage_aside input {
    width: 90%;
}

.subPage_aside .npoint_coupon_note {
    font-size: 0.8em;
    margin-top: 2em;
}

.subPage_aside .npoint_coupon_note p {
    color: #808080;
    margin-bottom: 0.8em;
}
/* ------------------------------------------------------- SOCIAL AREA STYLE */

.social .head_place {
    display: inline-block;
    margin-bottom: 1.875em;
    max-width: 605px;
    text-align: left;
    width: 85%;
}

.social .dots {
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle;
    width: 2em;
}

.social .dots > img {
    display: block;
    width: 100%;
}

.social .icon {
    display: inline-block;
    margin-left: 4%;
    width: 15%;
}

.social .icon img {
    width: 100%;
}

.social .icon:first-child {
    margin-left: 0;
}
/* ------------------------------------------------------ SITEMAP AREA STYLE */

.sitemap .col {
    display: inline-table;
    margin-left: 7.1%;
    text-align: left;
}

.sitemap .head_place {
    margin-bottom: 1.875em;
}
/* ------------------------------------------------------- FOOTER AREA STYLE */

footer {
    color: white;
    font-size: 0.7rem;
    font-weight: 300;
    padding-bottom: 3em;
    padding-top: 3em;
    position: relative;
    text-align: center;
}

footer span,
footer img {
    vertical-align: middle;
}
/* ------------------------------------------------------ LARGER THAN 1280px */

@media screen and (min-width: 1280px) {
    
}

/* ---------------------------------- LARGER THAN 1025 and SMALLER THAN 1279 */

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    
    /* --------------------------------------------------------- NEWS AREA STYLE */
    
    .news time {
        font-size: 0.9em;
    }
    .news td {
        vertical-align: top;
    }
    .news .tag {
        font-size: 1.6em;
    }
    .news a {
        font-size: 0.8em;
    }
    
    /* ---------------------------------------------- SUBPAGE CONTENT AREA STYLE */
    
    .subPage_content > .alert_wrapper {
        border: 1px solid #808080;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        padding-bottom: 24px;
        padding-left: 24px;
        padding-right: 24px;
        position: relative;
        width: 80%;
    }
    
    /* ------------------------------------------------ NPOINTS HEAD */
    
    .subPage_npoints > .nickname > p {
        font-size: 1.825em;
    }
    .subPage_npoints > .npoints img {
        width: 0.8em;
    }
    .subPage_npoints > .npoints p,
    .subPage_npoints > .bonus p {
        font-size: 1.4em;
        margin-bottom: 0;
    }
    .subPage_npoints > .bonus p > span {
        margin-right: 1em;
    }
    .subPage_npoints > .npoints .points_unit,
    .subPage_npoints > .bonus .points_unit {
        font-size: 0.64em;
        margin-left: 0.4em;
        margin-right: 0;
    }
    
    /* ------------------------------------------------ SUBPAGE ASIDE AREA STYLE */
    
    .subPage_aside article time {
        font-size: 0.7em;
    }
    .subPage_aside article .tag {
        font-size: 1.2em;
    }
    .subPage_aside article a {
        font-size: 80%;
    }
    
    /* ------------------------------------------------------- SOCIAL AREA STYLE */
    
    .social .icon {
        display: inline-block;
        margin-left: 3%;
        width: 16%;
    }
    .social .icon:first-child {
        margin-left: 0;
    }
    
    /* ------------------------------------------------------ SITEMAP AREA STYLE */
    
    .sitemap a {
        font-size: 0.8em;
    }
}

/* ------------------------------------------------------- SMALLER THAN 1024 */

@media screen and (max-width: 1024px) {
    
    /* -------------------------------------------------------- GAMES AREA STYLE */
    .games .cols1 > .poster_imageLayer {
        height:38vw;
    }
    
    /* ------------------------------------ SUBPAGE SUBMENU AREA STYLE >> */
    
    .subPage_submenu a {
        float: left;
        font-size: 1em;
        padding: 0.6em 1.5em;
    }
    .subPage_submenu a:hover {
        color: white;
    }
    .subPage_submenu .selected {
        background-color: #252525;
    }
    .subPage_submenu {
        background-color: black;
        background-color: rgba(0, 0, 0, 0.95);
        height: auto;
        top: 0;
        width: 100%;
    }
    .subPage_submenu .item_box {
        background-image: none;
        border-bottom: 1px solid white;
        border-top: 1px solid white;
        clear: both;
        margin-top: 0;
        overflow: hidden;
        padding-top: 2px;
        position: static;
    }
    
    /* ----------------------------------- SUBPAGE CONTENTS AREA STYLE >> */
    
    .subPage_content > .alert_wrapper {
        border: 1px solid #808080;
        margin-left: 24px;
        margin-right: 24px;
        overflow: hidden;
        padding-bottom: 24px;
        padding-left: 24px;
        padding-right: 24px;
        position: relative;
        width: auto;
    }
    
    /* ------------------------------------------------ NPOINTS HEAD */
    
    .subPage_npoints > .nickname > p {
        font-size: 1.825em;
    }
    .subPage_npoints > .npoints img {
        width: 0.8em;
    }
    .subPage_npoints > .npoints p,
    .subPage_npoints > .bonus p {
        font-size: 1.4em;
        margin-bottom: 0;
    }
    .subPage_npoints > .bonus p > span {
        margin-right: 1em;
    }
    .subPage_npoints > .npoints .points_unit,
    .subPage_npoints > .bonus .points_unit {
        font-size: 0.64em;
        margin-left: 0.4em;
        margin-right: 0;
    }
    .subPage_content > a > .button {
        margin-bottom: 0;
        margin-top: 0;
        padding: 0.5em 2em;
    }
    .subPage_content > .alert_box {
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        width: auto;
    }
    
    /* -------------------------------------- SUBPAGE ASIDE AREA STYLE >> */
    
    .subPage_aside .head_block {
        margin-top: 0;
    }
    .subPage_aside .button_manageGame {
        margin-left: 1%;
        width: 32.666%;
    }
    .subPage_aside .button_manageGame:first-child {
        margin-left: 0;
    }
    .subPage_aside .npoint_coupon_note p {
        color: #808080;
        font-size: 1.2em;
        font-weight: 300;
        margin-bottom: 0.8em;
    }
    
    /* --------------------------------------------- SOCIAL AREA STYLE >> */
    
    .social > .wrapper {
        text-align: center;
    }
    .social .icon {
        max-width: 75px;
    }
    
    /* -------------------------------------------- SITEMAP AREA STYLE >> */
    
    .sitemap {
        text-align: center;
    }
    .sitemap .col:first-child {
        margin-left: 0;
    }
}

.white {
    color: white;
}

.s08 {
    font-size: 0.8em;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.a_activated, .a_inactivated {
    margin-bottom: 0;
    padding-bottom: 1.6em;
    padding-right: 1.2em;
    padding-top: 1.6em;
}

.a_activated > .active_switch {
    background-color: #111111;
    border: 2px solid #b2b2b2;
    border-radius: 6px;
    float: right;
    padding: 2px;
}

.a_activated > .on {
    padding-left: 29px;
}

.a_activated > .off {
    padding-right: 29px;
}

.a_activated > .active_switch > .switch {
    border-radius: 4px;
    height: 21px;
    width: 29px;
}

.a_activated > .on > .switch {
    background-color: #598527;
}

.a_activated > .off > .switch {
    background-color: #9e0b0f;
}

.active_option {
    border-bottom: 1px solid #111111;
    border-left: 1px solid #111111;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-bottom: 0.8em;
    padding: 1.71em 73px 1.71em 1.2em;
    position: relative;
}

.active_option .icon_quickguide_r {
    display: inline-block;
    float: none;
    margin-bottom: 0;
    margin-left: 1em;
}

.active_option > div {
    margin-bottom: 2.5em;
}

.active_option label {
    color: #b2b2b2;
    font-size: 1.25em;
    font-weight: 300;
    margin-right: 3em;
}

.active_option p > a > span {
    background-color: #831016;
    font-size: 0.75em;
    margin-left: 2em;
    opacity: 0.8;
    padding: 0.5em 1em;
}

.active_option p > a:hover > span {
    opacity: 1;
}

.active_option .a_button {
    border-bottom-right-radius: 7px;
}

.no_visible,
.no_head {
    display: none;
}
header {
    background: repeat-x url(menu_bg.png);
    border-bottom: 1px solid #8e4f57;
    clear: both;
    margin-bottom: 3px;
    overflow: auto;
}

header > figure {
    overflow: visible;
}

header > figure img {
    display: block;
    float: left;
    width: auto;
}

.sideMenu {
    clear: both;
    height: 45px;
    margin-bottom: 3px;
    margin-left: 370px;
    margin-top: -48px;
}

.sideMenu > .twoMenus,
.sideMenu > .threeMenus {
    cursor: pointer;
    display: none;
    margin-right: 2em;
}

.sideMenu > .menuGroup1 > .mainNav {
    float: left;
}

.sideMenu > .menuGroup1 > .mainNav .menuHeading {
    color: white;
    cursor: auto;
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
}

.sideMenu > .menuGroup1 > .mainNav > .menuHeading {
    display: none;
}

.sideMenu > .menuGroup1 > .mainNav .menu {
    color: #e2bfbf;
    display: inline;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-left: 1em;
}

.sideMenu > .menuGroup1 > .mainNav .menu:first-child {
    margin-left: 0;
}

.sideMenu > .menuGroup1 > .mainNav .menu:hover {
    color: white;
}
/* ACCOUNT MENU */

.sideMenu > .menuGroup1 > .menuGroup2 > .accntNav {
    float: right;
    margin-top: 7px;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .accntNav > .menuHeading {
    color: #e2bfbf;
    cursor: pointer;
    display: inline;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-right: 2em;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .accntNav > .menuHeading:hover {
    color: white;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .accntNav > .sub_box {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.95);
    display: none;
    height: auto;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 93px;
    width: 100%;
    z-index: 5; /* (September 2018) */
}

.sideMenu > .menuGroup1 > .menuGroup2 > .accntNav > .sub_box > .subContent {
    border-bottom: 1px solid white;
    padding: 16px 60px 8px 60px;
    text-align: right;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .accntNav > .sub_box > .subContent > .nickname {
    color: white;
    font-size: 24px;
    margin-bottom: 0.8em;
    text-align: right;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .accntNav > .sub_box > .subContent > .npoints {
    color: white;
    margin-bottom: 0.8em;
    text-align: right;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .accntNav > .sub_box > .subContent > .npoints > span {
    color: white;
    margin-left: 1.5em;
    text-align: right;
    vertical-align: middle;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .accntNav > .sub_box > .subContent > .npoints .bonus {
    font-size: 16px;
    font-weight: 300;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .accntNav > .sub_box > .subContent > .npoints .points {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    min-width: 3em;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .accntNav > .sub_box > .subContent > .npoints .unit {
    font-size: 16px;
    font-weight: 300;
    margin-left: 0.6em;
}
/* LANGUAGE MENU */

.sideMenu > .menuGroup1 > .menuGroup2 > .langNav {
    float: right;
    margin-top: 7px;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .langNav .menu {
    clear: both;
    color: #808080;
    display: block;
    float: right;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-left: 2em;
    padding: 0.2em 1em;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .langNav .selected {
    color: #ff8900;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .langNav .menu:hover {
    background-color: #404040;
    color: white;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .langNav .selected:hover {
    color: #ff8900;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .langNav > .sub_box {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.95);
    display: none;
    height: auto;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 90px;
    width: 100%;
    z-index: 5; /* (September 2018) */
}

.sideMenu > .menuGroup1 > .menuGroup2 > .langNav > .sub_box > .subContent {
    border-bottom: 1px solid white;
    overflow: hidden;
    padding: 16px 60px;
    text-align: right;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .langNav > .menuHeading {
    color: #e2bfbf;
    cursor: pointer;
    display: inline;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-right: 2em;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .langNav > .menuHeading:hover {
    color: white;
}

/*__added by gorkem for login___*/
	
.sideMenu > .menuGroup1 > .menuGroup2 > .loginNav {
	float: right;
	margin-top: 7px;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .loginNav .menu {
	clear: both;
	color: #808080;
	display: block;
	float: right;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin-left: 2em;
	padding: 0.2em 1em;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .loginNav .selected {
	color: #ff8900;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .loginNav .menu:hover {
	background-color: #404040;
	color: white;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .loginNav .selected:hover {
	color: #ff8900;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .loginNav > .sub_box {
	background-color: black;
	background-color: rgba(0, 0, 0, 0.95);
	display: none;
	height: auto;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 90px;
	width: 100%;
	z-index: 1;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .loginNav > .sub_box > .subContent {
	border-bottom: 1px solid white;
	overflow: hidden;
	padding: 16px 60px;
	text-align: right;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .loginNav > .menuHeading {
	color: #e2bfbf;
	cursor: pointer;
	display: inline;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 18px;
	font-weight: 300;
	margin-right: 2em;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .loginNav > .menuHeading:hover {
	color: white;
}
#errormsg{
  display:none;
  background: #252525;
  padding: 15px;
  margin-bottom: 15px;
    -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color:#fff;
  }


/* GAME MENU */

.sideMenu > .menuGroup1 > .menuGroup2 > .gameNav {
    float: right;
    margin-top: 7px;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .gameNav .menu {
    clear: both;
    color: #808080;
    display: block;
    float: right;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-left: 2em;
    padding: 0.2em 1em;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .gameNav .menu:hover {
    background-color: #404040;
    color: white;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .gameNav > .sub_box {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid black;
    display: none;
    height: auto;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 90px;
    width: 100%;
    z-index: 5; /* (September 2018) */
}

.sideMenu > .menuGroup1 > .menuGroup2 > .gameNav > .sub_box > .subContent {
    border-bottom: 1px solid #444;
    padding: 10px 50px;
    text-align: center;/* (September 2018) */
    overflow: hidden;
}




/*NEW common buttons (September 2018) */
a.btn_game_red  {border:1px solid #a8262c; background:#831016;}
a.btn_game_gray {border:1px solid #ccc; background:#888;}
a.btn_game_red:hover    {color:white; border:1px solid #da323b; background:#b40d16;}
a.btn_game_gray:hover   {color:white; border:1px solid #eee; background:#aaa;}

dl dd.genre {float:left; margin-top:20px; color:#666; font-size:12px; font-weight:600; text-align:left;
            -moz-calc(100% - 40px); width:-webkit-calc(100% - 40px); width:-o-calc(100% - 40px); width:calc(100% - 40px);}
dl dd.badge {float:right; margin-top:20px; width:40px; text-align:right;}
span[class^="os_"]  {display:inline-block; width:20px; height:20px; background-repeat:no-repeat; background-position:center;}
    span.os_windows {background-image:url('//image.nttgame.com/portal/assets/images/common/os_windows.png');}
    span.os_mac     {background-image:url('//image.nttgame.com/portal/assets/images/common/os_mac.png');}
    span.os_iphone  {background-image:url('//image.nttgame.com/portal/assets/images/common/os_iphone.png');}
    span.os_android {background-image:url('//image.nttgame.com/portal/assets/images/common/os_android.png');}

/*NEW Top Game Box (September 2018) */
dl.Top_Game_Box {position:relative; display:inline-block; width:160px; padding:0 15px; border-right:1px solid #222; text-align:center; vertical-align:top; zoom:1;}
dl.Top_Game_Box:after   {content:'.'; clear:both; height:0px; display:block; visibility:hidden;}
dl.Top_Game_Box:nth-of-type(1)  {border-left:1px solid #222;}
    .Top_Game_Box, .Top_Game_Box dt, .Top_Game_Box dd   {margin:0 auto; /* width:160px; */ width: 120px; text-align:center;}
    .Top_Game_Box > dt.logo > img   {display:block; margin:0 auto; padding-bottom:15px; /* width:140px; */ width:120px; height:auto;}
    .Top_Game_Box > dd.btns {min-height:70px;}
    .Top_Game_Box > dd > a[class^="btn_game_"]    {clear:both; display:inline-block; margin-top:5px; padding:3px 0; width:95%; color:white; font-size:12px; opacity: 0.9;}
    .Top_Game_Box > dd.genre    {padding-left:5px;
                                -moz-calc(100% - 50px); width:-webkit-calc(100% - 50px); width:-o-calc(100% - 50px); width:calc(100% - 50px);}
    .Top_Game_Box > dd.badge    {padding-right:2px;}

dl.Top_Game_Box2 {position:relative; display:inline-block; width:160px; padding:0 15px; border-right:1px solid #222; text-align:center; vertical-align:top; zoom:1;}
dl.Top_Game_Box2:after   {content:'.'; clear:both; height:0px; display:block; visibility:hidden;}
dl.Top_Game_Box2:nth-of-type(1)  {border-left:1px solid #222;}
dl.Top_Game_Box2 dt   {padding:10px 0 20px 0; color:#666; font-size:22px; letter-spacing:-0.05em;}
dl.Top_Game_Box2 dd   {margin:0; padding:0 10px; color:#666;}


/*News (September 2018)*/
article.news_list   {margin-bottom:0px; padding:10px; background:#141414; border-bottom:1px solid #222; zoom:1; cursor: pointer;}
article.news_list:after {content:'.'; clear:both; height:0px; display:block; visibility:hidden;}
article.news_list:nth-of-type(1)    {border-top:1px solid #222;}
    article.news_list:hover > dl.news {color:white;}
    article.news_list:hover > span.news_thumb > img {padding-top:22px; width:100%;}
span.news_thumb {float:left; display:inline-block; width:100px; height:95px; background:black; text-align:center;}
    span.news_thumb > img   {padding-top:25px; width:85%;}
.news_list > dl.news    {float:left; margin:0 0 0 10px; color:#999;
                        -moz-calc(100% - 115px); width:-webkit-calc(100% - 115px); width:-o-calc(100% - 115px); width:calc(100% - 115px);}
    .news_list > dl.news > dt   {padding-bottom:2px; font-size:20px; font-weight:400; line-height:25px; letter-spacing:-0.03em;
                                display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; text-overflow:ellipsis; overflow:hidden;}
    .news_list > dl.news > dd   {margin:0; font-size:14px;}
    .news_list > dl.news > dd.news_detail   {max-height:40px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; text-overflow:ellipsis; overflow:hidden;}
.news_list > dl.news > dd.news_date   {padding-top:5px; color:#666; font-size:12px;}



.sideMenu > .menuGroup1 > .menuGroup2 > .gameNav > .menuHeading {
    color: #e2bfbf;
    cursor: pointer;
    display: none;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-right: 2em;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .gameNav > .menuHeading:hover {
    color: white;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .gameNav .forTop {
    clear: both;
    overflow: hidden;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .gameNav .forTop .gameBox {
    border-right: 1px solid #333333;
    float: right;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .gameNav .forTop .gameBox:first-child {
    /*
	border-right: 0;
    padding-right: 0;
	*/
}

.sideMenu > .menuGroup1 > .menuGroup2 > .gameNav .forTop .gameBox-group {
	display:inline_block;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .gameNav .forTop .gameImg {
    clear: left;
    float: left;
    margin-right: 8px;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .gameNav .forTop .gameLinks {
    clear: right;
    float: left;
    /*padding-top: 60px;*/
	padding-top: 15px;
    text-align: left;
}
.sideMenu > .menuGroup1 > .menuGroup2 > .gameNav .forTop .gameLinks .gameLinks-icon {
   /*width: 30px;*/
   display: block; margin-bottom: 30px;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .gameNav .forTop .gameLinks a {
    display: block;
    font-size: 0.8em;
    margin-bottom: 0.2em;
}

.sideMenu > .menuGroup1 > .mainNav .semiMenu {
    color: #e2bfbf;
    display: inline;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-left: 1em;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .gameNav > .sub_box > .subContent > .forSide {
    display: none;
}

.sideMenu > .menuGroup1 > .menuGroup2 > .gameNav > .sub_box > .subContent > .forTop {
    display: block;
}
.visible-side{
	display:none;
}

.loginNav{
	float:right;
	margin-top: 7px;
}
.loginNav .b_facebook{
	background:#4267B2; /*3A5898*/
	color:#fff;
}
.loginNav .b_google{
	background:#D13D2A; 
	color:#fff;
}
.loginNav .b_twitch{
	background:#9146FF; 
	color:#fff;
}
.loginNav .b_apple{
	background:#0e0e0e; 
	color:#fff;
}

/* ------------------------------------------------------ LARGER THAN 12805px */

@media screen and (min-width: 1366px) {}
@media screen and (min-width: 1725px) {	
	.sideMenu > .menuGroup1 > .menuGroup2 > .gameNav .forTop .gameBox-group:first-child .gameBox:first-child {
		border-right: 0;
		padding-right: 0;
	}
}

/* ---------------------------------- LARGER THAN 1025 and SMALLER THAN 1279 */

@media screen and (max-width: 1279px) {
    .sideMenu > .twoMenus {
        display: block;
        float: right;
    }
    .mainNav .semiMenu {
        display: none;
    }
    .sideMenu .menuGroup2 {
        background-color: black;
        background-color: rgba(0, 0, 0, 0.95);
        border-left: 1px solid #808080;
        height: 100%;
        position: absolute;
        right: -250px;
        top: 93px;
    }
    
    .sideMenu > .menuGroup1 > .menuGroup2 > .gameNav .forTop .gameBox {
    	padding-left: 20px!important;
    	padding-right: 20px!important;
    }
    
    .sideMenu > .menuGroup1 > .menuGroup2 > .accntNav {
        float: none;
        margin-bottom: 60px;
        margin-top: 0;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .accntNav > .menuHeading {
        color: white;
        cursor: auto;
        display: block;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 12px;
        margin-right: 0;
        padding-left: 25px;
        padding-right: 25px;
        text-align: left;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 .dnArrow {
        display: none;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .accntNav > .sub_box {
        background-color: transparent;
        position: static;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .accntNav > .sub_box > .subContent {
        border-bottom: 0;
        overflow: hidden;
        padding: 0;
        text-align: left;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .accntNav > .sub_box > .subContent > .nickname {
        color: white;
        font-family: "Open Sans Condensed", sans-serif;
        font-size: 24px;
        padding-left: 25px;
        padding-right: 25px;
        text-align: left;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .accntNav > .sub_box > .subContent > .npoints {
        clear: both;
        color: white;
        margin-bottom: 8px;
        overflow: hidden;
        padding-left: 25px;
        padding-right: 25px;
        text-align: left;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .accntNav > .sub_box > .subContent > .npoints > .group {
        float: right;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .accntNav > .sub_box > .subContent > .npoints > span {
        color: white;
        margin-left: 0;
        text-align: left;
        vertical-align: middle;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .accntNav > .sub_box > .subContent > .npoints > .bonus {
        float: left;
        font-size: 14px;
        font-weight: 300;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .accntNav > .sub_box > .subContent > .npoints .points {
        display: inline-block;
        font-size: 14px;
        font-weight: 300;
        min-width: 3em;
        text-align: right;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .accntNav > .sub_box > .subContent > .npoints .unit {
        font-size: 12px;
        font-weight: 300;
        margin-left: 0.6em;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .accntNav > .sub_box > .subContent .b_dropdown {
        font-size: 12px;
        margin-left: 4px;
        margin-right: 25px;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .accntNav > .sub_box > .subContent .b_dropdown:first-child {
        font-size: 12px;
        margin-left: 25px;
        margin-right: 4px;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .langNav {
        float: none;
        margin-top: 0;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .langNav > .menuHeading {
        color: white;
        cursor: auto;
        display: block;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 12px;
        margin-right: 0;
        padding-left: 25px;
        padding-right: 25px;
        text-align: left;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .langNav > .sub_box {
        background-color: transparent;
        position: static;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .langNav > .sub_box > .subContent {
        border-bottom: 0;
        overflow: hidden;
        padding: 0;
        text-align: left;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .langNav > .sub_box > .subContent > .menu {
        float: none;
        font-size: 20px;
        margin-left: 0;
        padding-left: 25px;
        padding-right: 25px;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .langNav > .sub_box > .subContent > .menu:hover {
        background-color: #111111;
    }
	/*__added by gorkem for login___*/
	.visible-side{
		display:block;
	}
	.sideMenu > .menuGroup1 > .menuGroup2 > .loginNav {
		float: none;
		margin-top: 0;
	}
	.sideMenu > .menuGroup1 > .menuGroup2 > .loginNav > .menuHeading {
		color: white;
		cursor: auto;
		display: block;
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 12px;
		margin-right: 0;
		padding-left: 25px;
		padding-right: 25px;
		text-align: left;
	}
	.sideMenu > .menuGroup1 > .menuGroup2 > .loginNav > .sub_box {
		background-color: transparent;
		position: static;
	}
	.sideMenu > .menuGroup1 > .menuGroup2 > .loginNav > .sub_box > .subContent {
		border-bottom: 0;
		overflow: hidden;
		padding: 0;
		text-align: left;
	}
	.sideMenu > .menuGroup1 > .menuGroup2 > .loginNav > .sub_box > .subContent > .menu {
		float: none;
		font-size: 20px;
		margin-left: 0;
		padding-left: 25px;
		padding-right: 25px;
	}
	.sideMenu > .menuGroup1 > .menuGroup2 > .loginNav > .sub_box > .subContent > .menu:hover {
		background-color: #111111;
	}
			
	/*__added by gorkem ___*/				
					
    .sideMenu > .menuGroup1 > .menuGroup2 > .gameNav {
        float: none;
        margin-bottom: 40px;
        margin-top: 25px;
    }
    .sideMenu > .menuGroup1 > .mainNav .semiMenu {
        display: none;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .gameNav > .menuHeading {
        color: white;
        cursor: auto;
        display: block;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 12px;
        margin-right: 0;
        padding-left: 25px;
        padding-right: 25px;
        text-align: left;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .gameNav > .sub_box {
        background-color: transparent;
        position: static;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .gameNav > .sub_box > .subContent {
        border-bottom: 0;
        overflow: hidden;
        padding: 0;
        text-align: left;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .gameNav > .sub_box > .subContent .menu {
        float: none;
        font-size: 20px;
        margin-left: 0;
        padding-left: 25px;
        padding-right: 25px;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .gameNav > .sub_box > .subContent .menu:hover {
        background-color: #111111;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .gameNav > .sub_box > .subContent > .forSide {
        display: block;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .gameNav > .sub_box > .subContent > .forTop {
        display: none;
    }
}
.rotated {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
}

/* ------------------------------------------------------- SMALLER THAN 1024 */

@media screen and (max-width: 1024px) {
    .sideMenu > .twoMenus {
        display: none;
        float: none;
    }
    .sideMenu > .threeMenus {
        display:block;
        position:absolute !important;
        top:35px;
        right:-30px;
    }
    .sideMenu .menuGroup1 {
        background-color: black;
        background-color: rgba(0, 0, 0, 0.95);
        border-left: 1px solid #808080;
        height: 100%;
        position: absolute;
        right: -250px;
        top: 93px;
        z-index:10; /* September 2018 */
    }
    .sideMenu .menuGroup2 {
        background-color: transparent;
        border-left: 0;
        height: auto;
        padding: 0;
        position: static;
        right: auto;
        top: auto;
    }
    .sideMenu > .menuGroup1 > .mainNav {
        float: none;
        margin-bottom: 40px;
        margin-top: 25px;
    }
    .sideMenu > .menuGroup1 > .mainNav > .menuHeading {
        display: block;
    }
    .sideMenu > .menuGroup1 > .mainNav .menu {
        color: #808080;
        display: block;
        font-size: 20px;
        margin-left: 0;
        padding: 0.2em 25px;
    }
    .sideMenu > .menuGroup1 > .mainNav .menu:hover {
        background-color: #111111;
        color: white;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .accntNav {
        margin-top: 0;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .gameNav {
        margin-top: 0;
    }
    .sideMenu > .menuGroup1 > .menuGroup2 > .gameNav .forTop .gameBox {
    	padding-left: 20px!important;
    	padding-right: 20px!important;
    }
    header > figure {
        margin-left: 50%;
    }
    header > figure img {
        margin-left: -204px;
    }
    .games .poster_descLayer .description {
        margin-bottom: 1em;
        padding-left: 1em;
        padding-right: 1em;
    }
    .games .poster_descLayer .description p {
        font-size: 0.8em;
    }
	
	/*News right list (September 2018)*/
    .news_list > dl.news > dt   {font-size:24px; line-height:30px;}
}
.dnArrow {
    /* background: no-repeat center url(//image.nttgame.com/portal/assets/images/common/btn_dnArrow.png); */
    display: inline-block;
    height: 9px;
    margin-bottom: 0.1em;
    margin-left: 0.5em;
    vertical-align: middle;
    width: 16px;
}

.nickname .secu {
    display: inline-block;
    height: 36px;
    margin-right: 0.5em;
    width: 36px;
}

.locked {
    background: no-repeat center url(//image.nttgame.com/portal/assets/images/common/icon_locked.png);
}

.unlocked {
    background: no-repeat center url(//image.nttgame.com/portal/assets/images/common/icon_unlocked.png);
}

.npoints .icon {
    background: no-repeat center url(//image.nttgame.com/portal/assets/images/common/icon_npoints.png);
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 28px;
}

.npoints .icon_large {
    background: no-repeat center url(//image.nttgame.com/portal/assets/images/common/icon_npoints_large.png);
    display: inline-block;
    height: 32px;
    vertical-align: middle;
    width: 44px;
}

.button {
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
    padding: 0.8em;
    text-align: center;
}

.button:hover {
    color: white;
}

.b_dropdown {
    line-height: 35px;
    margin-bottom: 1em;
    margin-left: 0.6em;
    margin-top: 1em;
    width: 128px;
}

.b_red {
    background: #831016;
    color: #d3acac;
}

.b_gray {
    background: #363636;
    color: #acacac;
}

.icon_nav,
.icon_lang,
.icon_accnt {
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    margin-right: 0.5em;
    vertical-align: middle;
    width: 24px;
}

.icon_nav {
    background-image: url(//image.nttgame.com/portal/assets/images/common/icon_nav.png);
}

.icon_lang {
    background-image: url(//image.nttgame.com/portal/assets/images/common/icon_lang.png);
}

.icon_accnt {
    background-image: url(//image.nttgame.com/portal/assets/images/common/icon_accnt.png);
}
/* Button Action Types Icons */

.a_button {
    background-color: #252525;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 57px;
}

.a_button:hover {
    background-color: #831016;
}

.a_noaction .a_button {
    display: none;
}

.a_locked .a_button {
    background-image: url(//image.nttgame.com/portal/assets/images/common/icon_locked_2.png);
}

.a_editable .a_button {
    background-image: url(//image.nttgame.com/portal/assets/images/common/icon_editable.png);
}

.a_add .a_button {
    background-image: url(//image.nttgame.com/portal/assets/images/common/icon_add.png);
}

.a_remove .a_button {
    background-image: url(//image.nttgame.com/portal/assets/images/common/icon_remove.png);
}

.a_activate .a_button {
    background-image: url(//image.nttgame.com/portal/assets/images/common/icon_activate.png);
}
.active_option .a_button {
    background-image: url(//image.nttgame.com/portal/assets/images/common/icon_do.png);
}
.a_deactivate .a_button {
    background-image: url(//image.nttgame.com/portal/assets/images/common/icon_deactivate.png);
}

.a_do .a_button {
    background-image: url(//image.nttgame.com/portal/assets/images/common/icon_do.png);
}

.a_search .a_button {
    background-image: url(//image.nttgame.com/portal/assets/images/common/icon_search.png);
}

.a_next .a_button {
    background-image: url(//image.nttgame.com/portal/assets/images/common/icon_next.png);
}

.icon_fb_link,
.icon_gplus_link {
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 52px;
    margin-right: 1.5em;
    vertical-align: middle;
    width: 52px;
}

.icon_fb_link {
    background-image: url(//image.nttgame.com/portal/assets/images/common/icon_fb_link.png);
}

.icon_gplus_link {
    background-image: url(//image.nttgame.com/portal/assets/images/common/icon_gplus_link.png);
}

.icon_linkable,
.icon_linked {
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 27px;
    margin-right: 4px;
    vertical-align: middle;
    width: 29px;
}

.icon_linkable {
    background-image: url(//image.nttgame.com/portal/assets/images/common/icon_linkable.png);
}

.icon_linked {
    background-image: url(//image.nttgame.com/portal/assets/images/common/icon_linked.png);
}


.icon_quickguide, .icon_quickguide_r {
    background-image: url(//image.nttgame.com/portal/assets/images/common/icon_quickguide.png);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 24px;
    width: 24px;
}

.icon_quickguide:hover, .icon_quickguide_r:hover {
    background-image: url(//image.nttgame.com/portal/assets/images/common/icon_quickguide_over.png);
}

.icon_quickguide2 {
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 50px;
    width: 50px;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
	.icon_lang {
		display:none;
	}
	.icon_accnt {
		display:none;
	}
    .games .poster_descLayer .title img {
        width:50%;
    }
    .games .cols1 > .poster_imageLayer {
        height:50vw;
    }
    .games .cols1 > .poster_imageLayer > img {
        margin-left:-10%;
        width:120%;
    }
	.gamesPoster.cols3, .gamesPoster.cols4 {
		width: 50%;
	}
    .games .cols3 > .poster_imageLayer > img, .games .cols4 > .poster_imageLayer > img {
        margin-left:0;
        width: 100%;
    }
}
@media screen and (min-width: 0px) and (max-width: 480px) {
	.icon_lang{ 
		display:none;
	}
	.icon_accnt {
		display:none;
	}
    .games .poster_descLayer .title img {
        width:50%;
    }
    .games .cols1 > .poster_imageLayer {
        height:80vw;
    }
    .games .cols1 > .poster_imageLayer > img {
        margin-left:-50%;
        width:200%;
    }
	.gamesPoster.cols2, .gamesPoster.cols3, .gamesPoster.cols4 {
		width: 100%;
	}
    .games .cols3 > .poster_imageLayer > img, .games .cols4 > .poster_imageLayer > img {
        margin-left:0;
        width: 100%;
    }
}

/*_____________________________AnimateSlider_________________________*/

	.anim-slider{
		background: #000;
		margin-bottom:20px !important;
	}

	.anim-slide h4	{
		color: #fff;
		font-size: 25px;
	}
	.anim-dots span{
		background:#831017;
		border-radius: 10px;
	}
	.anim-dots-this:after{
		border-radius: 10px;
	}
	.anim-dots span.anim-dots-this:after{
		background:#000;
	}
	.hidden{
		display:none;
	}
 	.slidingBannerCharArea{
		
	}
	.char-L img{
		left: 10%;
		position: absolute;
	}
	.char-R img{
		right: 10%;
		position: absolute;
	}

	.slidingBannerTextArea{
		
	}

	.text-RB{
		position:absolute;
		bottom:10%;  
		right: 10%;  
		text-align:right;
	}
	.text-RT{
		position:absolute;
		top: 10%; 
		right: 10%; 
		text-align:right;
	}
	.text-LB{
		position:absolute;
		bottom: 10%; 
		left: 10%; 
		text-align:left;
	}
	.text-LT{
		position:absolute;
		top: 10%;
		left: 10%;
		text-align:left;
	}


	.text-MB{
		top: 65%; right: 42%;
	}
	.text-MT{
		top: 65%; right: 42%;
	}


	.gameTitle{
		color: #ff9d00;
		font-size: 2.2em;
		font-weight: 700;
		text-shadow: 3px 3px 10px black;
	}

	.headline{

		font-size: 4em;
		font-weight: 800;
		line-height: 1em;
		color: white;
		text-shadow: 3px 3px 10px black;

	}	
	.bannerBody{
		font-size: 1.5em;
		font-weight: 300;
		color: white;
		text-shadow: 3px 3px 10px black;

	}	
	.learnMore{
		margin-top: 10px;
		font-size: 0.8em;
	}	
	.learnMore a{
			
		color: white;
		text-shadow: 3px 3px 10px black;
		font-weight: 700;
	}

	.learnMore img.on {
		display: none;
		position: relative;
		top: 10px;
	}

	.learnMore a:hover img.on {
		display: inline;

	}
	.learnMore a:hover img.off {
		display: none;
	}

	.learnMore img.off {
		display: inline;
		position: relative;
		top: 10px;
	}
	
	.slidingBannerTextArea  .learnMore{
		font-size: 2em;
	}


@media screen and (min-width: 768px) and (max-width: 1024px) {
	.gameTitle{
		font-size: 1.6em !important;
	}	
	.headline{
		font-size: 3em !important;
	}	
	.bannerBody{
		font-size: 1.3em !important;
		font-weight: 300 !important;
	}	
	.learnMore{
		margin-top: 5px;
		font-size: 0.8em;
	}
	.slidingBannerTextArea  .learnMore{
		font-size: 1.8em;
	}
}
@media screen and (min-width: 480px) and (max-width: 768px) {
	.anim-slider{
		height: 350px !important;
	}
	.gameTitle{
		font-size: 1.6em !important;
	}	
	.headline{
		font-size: 2em !important;
	}	
	.bannerBody{
		font-size: 1.3em !important;
		font-weight: 300 !important;
	}	
	.learnMore{
		margin-top: 0px;
		font-size: 0.8em;
	}
	.slidingBannerTextArea  .learnMore{
		font-size: 1.6em;
	}
	.games .poster_descLayer .description p {
		font-size: 0.8em;
		line-height:1.4;
	}
}

@media screen and (min-width: 0px) and (max-width: 480px) {
	.box_quickguide, .box_quickguide_r {
	  left: -19px;
	  top: -90px;
	  width: 100%;
	}
	.br-min{
		margin-top: 10px;
		display:block;
	}
	.box_quickguide > p, .box_quickguide_r > p{
		width: 100%;
	}
	.anim-slider{
		height: 300px !important;
	}
	.char-L{
		display:none !important;
	}
	.char-R{
		display:none !important;
	}

	.headline{
		font-size: 1.7em !important;
	}	
	.bannerBody{
		font-size: 1em !important;
		font-weight: 300 !important;
	}	
	.learnMore{
		margin-top: 10px;
		font-size: 0.8em;
	}
	.text-RB{
		bottom:16%;  
	}
	.text-LB{
		bottom: 16%; 
	}
	.slidingBannerTextArea  .learnMore{
		font-size: 1.4em;
	}
	.games .poster_descLayer .description p {
		font-size: 0.8em;
		line-height:1.4;
	}
	.main-banner-icon {
		left: 54% !important;
	}	
	.main-banner-icon img { 
		width: 22px !important; 
	}
}	

.spiner-security-level-bg{position: absolute; padding: 164px 488px; z-index: 1; display: none; width: auto; background: #831017; text-align:center; 
	zoom: 1;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.spiner-otp-level-bg{position: absolute; padding: 164px 488px; z-index: 1; display: none; width: auto; background: #831017; text-align:center; 
	zoom: 1;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.spiner-btn-bg {	display:none; width:100%; background: #831017; text-align:center;}
.spinner {
  margin: 0 auto;
  width: 70px;
  height: 42px;
  text-align: center;
  padding: 10px 0;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}