@charset "utf-8";
/* *******************************************************
 * filename : layout_responsive.css
 * description : 전체 레이아웃 반응형 CSS
 * date : 2022-07-26
******************************************************** */

/* ========================================================
 * SETTING
======================================================== */
@media all and (max-width:1420px) {
    .hnaibo {
        width: 100%;
        padding: 0 5%;
    }

    .games-layout ul {
        text-align: center;
    }

    .games-layout ul li {
        width: 31%;
    }

    .games-layout ul li:nth-child(4n) {
        margin-right: 20px;
    }

    .games-layout ul li:nth-child(3n) {
        margin-right: 0;
    }

    #subContent {
        width: 100%;
        padding: 0 2rem;
    }
}

@media all and (max-width:1280px) {

    .games-tab ul li~li::before {
        display: none;
    }

    .paging {
        width: 100%;
    }

    .view-responsive {
        width: 100%;
    }

    .table-responsive {
        width: 100%;
    }

    .table-responsive-box {
        overflow-x: scroll;
    }

    .table-responsive-box table {
        width: 1400px;
    }
}

@media all and (max-width:1024px) {
    .games-tab ul li {
        width: 14%;
    }
}

@media all and (max-width:940px) {
    .responsive-box .m-tab {
        display: block;
        margin-bottom: 20px;
    }

    .responsive-box .pc-tab {
        display: none;
    }

    .table-responsive {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }

    .table-responsive ul.list-txt li {
        line-height: 30px;
    }

    .table-responsive ul.title-txt {
        display: none;
    }

    .table-responsive ul.list-txt {
        padding: 10px;
    }

    .table-responsive ul.list-txt li {
        text-align: left;
    }

    .table-responsive ul.list-txt li:nth-child(1) {
        display: none;
    }

    .table-responsive ul.list-txt li:nth-child(2) {
        width: 100%;
        display: block;
        text-align: left;
        font-weight: bold;
    }

    .table-responsive ul.list-txt li:nth-child(3) {
        width: 80%;
        font-size: 14px;
        color: #999;
    }

    .table-responsive ul.list-txt li:nth-child(4) {
        float: right;
        text-align: right;
    }

    .paging button {
        position: static;
        top: auto;
        right: auto;
        width: 100%;
        margin-top: 30px;
    }

    .table-resuts .search-box ul li {
        float: none;
        width: 100% !important;
    }

    .table-resuts .search-box ul li~li {
        margin-top: 20px;
    }

    .group-box .l-int {
        width: 45%;
    }

    .group-box .r-int {
        width: 50%;
    }
}

@media all and (max-width:800px) {
    #visual .visual-txt-con {
        width: calc(100% - 60px);
        padding: 0 30px;
    }

    #visual .visual-txt-con .table-cell-layout {
        padding-top: 30px;
    }

    #visual .visual-tit {
        font-size: 50px;
    }

    #visual {
        height: 250px;
    }

    .games-tab ul li:first-child::before,
    .games-tab ul li:last-child::after {
        display: none;
    }

    .games-layout ul li {
        width: 47%;
    }

    .games-layout ul li:nth-child(3n) {
        margin-right: 20px;
    }

    .games-layout ul li:nth-child(2n) {
        margin-right: 0;
    }

    .w1200 {
        width: 100%;
    }

    .btn-layout button {
        display: block;
        width: 100%;
    }

    .btn-layout button~button {
        margin-left: 0;
        margin-top: 15px;
    }

    .games-tab {
        margin-bottom: 40px;
    }
}

@media (max-width: 700px) {
    .form_container {
        width: 100%;
    }

    .form_container .submit_container {
        width: 100%;
    }

    .text-box table tbody tr td:nth-child(3) {
        width: 20%;
    }

    .tab_content>input[type="radio"]+label {
        font-size: 18px;
        padding: 20px 15px;
    }

    .input_box_container.w600 {
        width: 100%;
    }

    .mny-btn {
        width: 100%;
    }

    .mny-btn button {
        margin-right: 10px;
        margin-bottom: 10px;
        width: 30%;
    }

    .mny-btn button:nth-child(3n) {
        margin-right: 0;
    }

    .caution-box {
        width: 100%;
    }

    .table-list li {
        width: 100%;
    }

    .tab_content>input[type="radio"]+label {
        font-size: 18px;
        padding: 20px 15px;
    }

    .input_box_container.w600 {
        width: 100%;
    }

    .cryptocurrency li {
        width: 25%;
        display: inline-block;
        text-align: center;
        padding-top: 15px;
        cursor: pointer;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        transition: all 0.35s;
    }

    .cryptocurrency li:nth-child(5n) {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .cryptocurrency li:nth-child(4n) {
        border-right: 0;
    }

    .cryptocurrency li:nth-child(29),
    .cryptocurrency li:nth-child(30) {
        border-bottom: 0;
    }

    .table-list li {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .view-responsive>ul>li {
        margin-right: 0 !important;
    }

    .cryptocurrency li {
        width: 33.3333%;
    }

    .cryptocurrency li:nth-child(4n) {
        border-right: 1px solid rgba(255, 255, 255, 0.25);
    }

    .cryptocurrency li:nth-child(3n) {
        border-right: 0;
    }

    .cryptocurrency li:nth-child(29),
    .cryptocurrency li:nth-child(30) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }
}

@media (max-width: 540px) {
    .tab_content {
        text-align: left;
    }

    .tab_content>input[type="radio"]+label {
        width: 33.3333%;
        border: 1px solid rgba(0, 0, 0, 0.1);
        text-align: center;
    }

    .tab_content>input[type="radio"]:checked+label {
        border: 1px solid #2bb673;
    }

    .tab_content>input[type="radio"]+label.end {
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.03);
    }

    .level_tab ul li {
        font-size: 14px;
    }

    .level_tab ul li {
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    }

    .level_tab ul li.active {
        border-top: 2px solid rgba(255, 255, 255, 0.5);
    }
}

@media (max-width: 500px) {
    .info-box h3 {
        font-size: 18px;
    }

    .games-layout ul li {
        width: 47%;
        margin-right: 10px;
    }

    .games-layout ul li:nth-child(3n) {
        margin-right: 10px;
    }

    .games-layout ul li:nth-child(2n) {
        margin-right: 0;
    }

    .mov-scale {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        z-index: 5;
        box-shadow: 0 0 10px 5px rgba(193, 83, 232, 0.5);
        border-radius: 15px;
        overflow: hidden;
        cursor: pointer;
        background-color: #252531;
        width: 100%;
        height: 100%;
    }

    .m_viewer {
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100vh;
        display: block;
        z-index: 999;
        transition: all 0.3s;
        opacity: 0;
        z-index: -10;
        padding-top: 150px;
        background: url(/img/popup/view_bg.jpg) no-repeat top center;
        background-size: 100%;
    }

    .m_viewer .view_contents {
        position: relative;
        width: 100%;
    }

    .m_viewer .view_contents>button {
        background-color: transparent;
        color: #fff;
        font-size: 36px;
        width: 50px;
        height: 50px;
        right: 0;
        top: 0;
        position: absolute;
        z-index: 10;
    }

    .m_viewer .view_contents .view_mov {
        width: 100%;
    }

    .m_viewer .view_contents .view_mov iframe {
        width: 100vw;
        height: 56vw;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        position: relative;
    }

    .m_viewer .view_contents .view_mov .info-box {
        padding: 20px 10px 50px;
        background-color: #e7e7e7;
    }

    .m_viewer .view_contents .view_mov .info-box::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100px;
        bottom: 274px;
        left: 0;
        background: linear-gradient(to bottom, transparent, #e7e7e7);
        z-index: 10;
        border-bottom: 5px solid #e7e7e7;
    }

    .m_viewer .view_contents .view_mov .info-box::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 200px;
        bottom: -200px;
        left: 0;
        background: linear-gradient(to bottom, #e7e7e7, transparent);
        z-index: 10;
    }

    .m_viewer .view_contents .view_mov .info-box button {
        line-height: 60px;
        text-align: center;
        background-color: #fff;
        border-radius: 30px;
        font-size: 24px;
        width: 100%;
        margin: 0 0 30px 0;
        font-weight: bold;
    }

    .m_viewer .view_contents .view_mov .info-box span {
        font-size: 24px;
    }

    .m_viewer .view_contents .view_mov .info-box h3 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .m_viewer .view_contents .view_mov .info-box h3 span {
        line-height: 36px;
        font-size: 18px;
    }

    .m_viewer .view_contents .view_mov .info-box h3 span.dark {
        color: #999;
    }

    .m_viewer .view_contents .view_mov .info-box h3 span.red {
        color: #c13334;
    }

    .m_viewer .view_contents .view_mov .info-box dl {
        font-size: 24px;
    }

    .info-box dl {
        font-size: 12px;
    }

    .m_viewer .view_contents .view_mov .info-box dl dt span b {
        font-size: 24px;
    }

    .m_viewer .view_contents .view_mov .info-box>span div {
        padding-left: 21px;
    }

    .games-tab ul li {
        width: 24%;
    }

}

@media all and (max-width:480px) {
    #visual .visual-txt-con {
        padding: 0;
    }
}