
/* 메인 */


.big_banner {
    width: 100%;
    min-width: 400px;

    height: 250px;
    margin: 100px auto 30px;

    background: url(../img/main/globalheader_banner.png) no-repeat center / cover;
}

/* 슬라이드 */
.best_game > .outer {
    height: 550px;
    position: relative;

    overflow: hidden;

    margin-bottom: 30px;

    user-select: none;
}

/* 상단 이동 버튼들 */
.slde_button {
    position: absolute;

    z-index: 9999;

    top: 50%;
    right: 30px;

    box-sizing: border-box;
}
.left_box {
    font-size: 30px;
    position: absolute;
    right: 0;
    bottom: -530%;
    
    cursor: pointer;
}
.left_box > .box_button {
    float: left;

    margin-right: 20px;

    font-weight: 900;

    color: #313131;

    transition: transform 0.5s;
}
.left_box > .right_button {
    margin: 0;
}
.right_box {
    float: right;

    padding: 15px 0;
    box-sizing: border-box;

    transition: transform 0.5s;
}
.right_box > .b_g_o {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 15px;
    border-radius: 50%;
    background: #313131;
    cursor: pointer;
    transition:background 0.5s;
}
/* 슬라이드 이미지 */
.game_pic_1 > a {
    background: url(../img/main/best_game/best_game_1.jpeg) no-repeat center / cover;
}
.game_pic_2 > a {
    background: url(../img/main/best_game/best_game_2.jpg) no-repeat top left / cover;
}
.game_pic_3 > a {
    background: url(../img/main/best_game/best_game_3.jpg) no-repeat center / cover;
}
.game_pic_4 > a {
    background: url(../img/main/best_game/best_game_4.jpg) no-repeat center / cover;
}
.game_pic_5 > a {
    background: url(../img/main/best_game/best_game_5.png) no-repeat center / cover;
}

/* 슬라이드 호버 */
.left_box > .left_button:hover {
    transform: translateX(-5px);
    color: #ddd;
}
.left_box > .right_button:hover {
    transform: translateX(5px);
    color: #ddd;
}
.b_g_o_chk {
    background: #ddd !important;
}

/* 게임 정보 슬라이드 본문 */
.best_game .inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.best_game .pic {
    width: 100%;
    height: 45%;
    background: #ddd;
    position: absolute;
    top: 0;
    left:100%;
}
.best_game .inner_txt {
    width: 100%;
    height: 55%;
    padding: 30px;
    box-sizing: border-box;
    color: #313131;
    display: none;
    background: #fff;
    position: absolute;
    bottom: 0;
}
.best_game .inner_txt > .pub {
    font-size: 13px;
}
.best_game .inner_txt > .title {
    font-size: 35px;
    font-weight: 600;
    width: 100%;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    margin: 10px 0;
}
.best_game .inner_txt > .body {
    font-size: 14px;
    height: 130px;

    margin-bottom: 10px;
}
.best_game .inner_txt > .go_downlode{
    font-size: 15px;
}

/* 호버랑 체크드 */

.go_downlode:hover {
    color: #ddd;
}

/* 아이콘 모음 */

.blue_sec {
    width: 100%;
    min-width: 400px;
    overflow: hidden;
    background: linear-gradient(to left, rgba(0 , 0 , 0 , 0), #545a74, rgba(0 , 0, 0 , 0));

    padding: 20px 0;
    
    color: #fff;

    margin-bottom: 30px;
}
.kat_icon {
    overflow: hidden;
    width: 70%;
    cursor: pointer;
    max-width: 400px;
}
.kat_icon > li{
    width: calc((100% - (15px * 2) )/ 3);
    height: 150px;

    margin-right: 15px;
    margin-bottom: 15px;

    float: left;

    text-align: center;
    font-size: 15px;
    font-weight: 600;

}
.kat_icon > li:nth-child(3n){
    margin-right: 0;
}

.kat_icon .icon {
    width: 100%;
    height: 80%;
}
/* 아이콘 이미지 */
.incon_img_1 {
    background: url(../img/main/kat_icon_vr.png) no-repeat center / contain;
}
.incon_img_2 {
    background: url(../img/main/kat_icon_control.png) no-repeat center / contain;
}
.incon_img_3 {
    background: url(../img/main/kat_icon_muti.png) no-repeat center / contain;
}
.incon_img_4 {
    background: url(../img/main/kat_icon_solo.png) no-repeat center / contain;
}
.incon_img_5 {
    background: url(../img/main/kat_icon_family.png) no-repeat center / contain;
}
.incon_img_6 {
    background: url(../img/main/kat_icon_free.png) no-repeat center / contain;
}
/*  */

.blue_sec > .txt {
    width: 100%;
    height: 60px;
    line-height: 60px;

    font-size: 25px;
    font-weight: 600;

    text-align: center;

    margin-bottom: 10px;
}

/* 뉴 게임 */
.new_game > .outer {
    height: 700px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
}
.new_game_sec {
    float: left;

    width: calc((100% - (5px * 1)) / 2);
    height: calc((100% - (5px * 2)) / 3);
    margin-right: 5px;
    margin-bottom: 5px;

    position: relative;

    background: #fff;
}
.new_game_sec:nth-child(2n) {
    margin-right: 0 !important;
}
.new_game_sec::before, .img_box::after{
    content: " ";
    width: 100%;
    height: 100%;

    opacity: 0;

    position: absolute;
    top: 0;
    
    transition: all 0.5s;
}
.new_game_sec:hover::before{
    opacity: 0.6;
    background: #111111;
}
.common_section:hover > .img_box::after {
    opacity: 0.15;
    background: linear-gradient(to bottom, #ffffff, rgba(0, 0, 0, 0));
}
.new_game_sec > a{
    display:block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}
/* 이미지 */
.tr_o_1 { background: url(../img/main/new_game_1.jpg) no-repeat center top / cover;}
.tr_o_2 { background: url(../img/main/new_game_2.jpg) no-repeat center / cover;}
.tr_o_3 { background: url(../img/main/new_game_3.jpg) no-repeat center bottom / cover;}
.tr_o_4 { background: url(../img/main/new_game_4.jpg) no-repeat center / cover;}
.tr_o_5 { background: url(../img/main/new_game_5.jpg) no-repeat center / cover;}
.tr_o_6 { background: url(../img/main/new_game_6.jpg) no-repeat center / cover;}

/* 게임공통구역 */
.poppular_game , .nwe_update_game {
    margin-bottom: 30px !important;

    overflow: hidden;
}

.common_section {
    float: left;
    width: calc((100% - (3px * 2)) / 3);
    height: 300px;
    margin-right: 3px !important;
    position: relative;
    overflow: hidden;
    transition: all 2s;
    cursor: pointer;

}
.common_section:nth-child(3n+1) {
    margin-right: 0px !important;
}

.common_section > .img_box {
    height: calc(100% - 100px);
    width: 100%;
    position: relative;
}

.common_section > .img_box > img {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.common_section > .sec_text {
    width: 100%;
    height: 100px;
    
    background: #37363c;
    
    position: absolute;
    bottom: 0;
}
.common_section > .sec_text > .sec_txt_outer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
    
    padding: 0 5px;
    box-sizing: border-box;
    
    color: #fff;

    text-align: left;
}
.common_section > .sec_text > .sec_txt_outer > .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 600;
}
.common_section > .sec_text > .sec_txt_outer > .pub {
    font-size: 10px;
}
.common_section > .sec_text > .sec_txt_outer > .price {
    font-size: 16px;
    font-weight: 600;

    margin-top: 10px;

    text-align: right;
}
/* 게임공통구역 호버 */

.common_section:hover > .sec_text {
    background: linear-gradient(to bottom, #212121, #37363c);
}


/* 로그인 권유 창 */
.advice_login {
    text-align: center;
}
.advice_login > .big_txt {
    font-size: 30px;
    color: #fff;

}
.advice_login > .txt {
    margin: 15px 0;
    font-size: 13px;
}
.login_box {
    width: 60px;
    height: 30px;
    line-height: 30px;

    margin: 30px auto;
    background: #1d2089;

    border: 2px solid #a0a0a0;
}
.login_box > a {
    display: block;
    width: 100%;
    height: 100%;
}
.hit_color {
    color: #ff595b;
}

