﻿@charset "utf-8";
/* CSS Document */
::selection {
    background: rgba(255,180,0,0.85);
    color: #fff;
}

::-moz-selection {
    background: rgba(255,180,0,0.85);
    color: #fff;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
    line-height: 1.2;
}

html, body, button, input, textarea, form, select {
    font-family: 'Oswald','sans-serif',"맑은 고딕",'Malgun Gothic';
}

.inner {
    overflow: inherit;
    position: static;
    padding: 0 15px;
}

table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

main * {
    box-sizing: border-box;
}


/* Common*/
.container {
    padding: 90px 0;
    width: 100%;
}

    .container.top_visual {
        padding: 330px 0 90px;
        width: 100%;
        position: relative;
    }

.pas .container.top_visual {
    padding: 330px 0 90px;
    width: 100%;
    position: relative;
}

.content {
    display: block;
    overflow: hidden;
    position: relative;
}

    .content h2 {
        padding-bottom: 10px;
        color: #4d4d4d;
        font-size: 50px;
        text-transform: uppercase;
        text-align: left;
    }

        .content h2.fc_ylw {
            color: #ffbb18;
        }

    .content h3 {
        padding-bottom: 10px;
        color: #4d4d4d;
        font-size: 32px;
        text-transform: uppercase;
        text-align: left;
    }

    .content h4 {
        padding-bottom: 10px;
        color: #4d4d4d;
        font-size: 22px;
    }

    .content section {
        position: relative;
        width: 100%;
        margin: 0 auto;
        background: #fff;
        text-align: center;
        padding: 60px 0 80px;
        border-radius: 10px;
        box-shadow: 0 10px 25px 5px rgba(0,0,0,0.1);
    }

.cont_wrap + .cont_wrap {
    margin-top: 50px;
}

.content section.cont_wrap {
    width: 960px;
}

.cont_area {
    width: 100%;
    display: block;
    padding: 0 80px;
}

    .cont_area p.txt_md_gray {
        font-size: 20px;
        font-weight: 300;
        color: #868686;
        text-align: left;
    }

    .cont_area p.bl_txt_md_grya {
        font-size: 20px;
        font-weight: 300;
        color: #868686;
        text-align: left;
        padding-left: 16px;
        position: relative;
    }

        .cont_area p.bl_txt_md_grya:before {
            position: absolute;
            content: '';
            display: block;
            width: 8px;
            height: 8px;
            border-radius: 100%;
            background: #868686;
            left: 0;
            top: 8px;
        }

.blind {
    overflow: hidden;
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
    color: transparent;
}



/* Sub page BG */
main.faq, main.terms_use, main.distriv, main.news {
    width: 100%;
    background: url('https://img.softnyx.com/resources/www/esp/sub/bg_faq.jpg') no-repeat center top;
    background-size: cover;
}

main.privacy, main.pas, main.acc {
    width: 100%;
    background: url('https://img.softnyx.com/resources/www/esp/sub/bg_privacy.jpg') no-repeat center top;
    background-size: cover;
}

main.qpart {
    width: 100%;
    background: url('https://img.softnyx.com/resources/www/esp/sub/bg_qpart.jpg') no-repeat center top;
    background-size: cover;
}

main.qhistory {
    width: 100%;
    background: url('https://img.softnyx.com/resources/www/esp/sub/bg_qhistory.jpg') no-repeat center top;
    background-size: cover;
}

main.lguide {
    width: 100%;
    background: url('https://img.softnyx.com/resources/www/esp/sub/bg_lguide.jpg') no-repeat center top;
    background-size: contain;
}

main.faq .container.top_visual::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 280px;
    left: 0;
    right: 0;
    top: 50px;
    background: url('https://img.softnyx.com/resources/www/esp/sub/bg_stop_sup.png') no-repeat center bottom;
    overflow: hidden;
    background-size: contain;
}

main.terms_use .container.top_visual::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 280px;
    left: 0;
    right: 0;
    top: 50px;
    background: url('https://img.softnyx.com/resources/www/esp/sub/bg_stop_terms.png') no-repeat center bottom;
    overflow: hidden;
    background-size: contain;
}

main.privacy .container.top_visual::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 280px;
    left: 0;
    right: 0;
    top: 50px;
    background: url('https://img.softnyx.com/resources/www/esp/sub/bg_stop_privacy.png') no-repeat center bottom;
    overflow: hidden;
    background-size: contain;
}

main.distriv .container.top_visual::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 280px;
    left: 0;
    right: 0;
    top: 50px;
    background: url('https://img.softnyx.com/resources/www/esp/sub/bg_stop_distrivutors.png') no-repeat center bottom;
    overflow: hidden;
    background-size: contain;
}

main.pas .container.top_visual::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 330px;
    left: 0;
    right: 0;
    top: 0;
    background: url('https://img.softnyx.com/resources/www/esp/sub/bg_stop_pas.png') no-repeat center bottom;
    overflow: hidden;
    background-size: 40%;
}

main.lguide .container.top_visual::after, main.acc .container.top_visual::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 280px;
    left: 0;
    right: 0;
    top: 50px;
    background: url('https://img.softnyx.com/resources/www/esp/sub/bg_stop_guide.png') no-repeat center bottom;
    overflow: hidden;
    background-size: contain;
}



/* mg - pd */
.mg_t10 {
    margin-top: 10px;
}

.mg_t20 {
    margin-top: 20px;
}

.mg_t30 {
    margin-top: 30px;
}

.mg_t40 {
    margin-top: 40px;
}

.mg_t50 {
    margin-top: 50px;
}

.mg_lm30 {
    margin-left: -30px;
}


/* btn common */
button {
    cursor: pointer;
    opacity: 1;
}

    button:hover {
        opacity: 0.85;
    }

.btn_area {
    width: 100%;
    text-align: center;
}

.btn_md_org {
    width: 40%;
    text-align: center;
    background: #ff9524;
    border: 3px solid #ffbb18;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding: 8px 0;
}

.btn_md_ylw {
    width: 40%;
    text-align: center;
    background: #ffbb18;
    font-size: 20px;
    color: #4d4d4d;
    font-weight: 700;
    padding: 10px 0;
    border: 0;
}

.btn_big_ylw {
    width: 100%;
    text-align: left;
    background: #ffbb18;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    border: 0;
}



/* sub Contents */
.faq_tbtn_area {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

    .faq_tbtn_area .txt_md_gray {
        float: left;
        width: calc(100% - 180px);
    }

.btn_faq_prior {
    float: right;
    padding: 10px 0;
    width: 160px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background: #ff9524;
    border: 3px solid #ffbb18;
    font-weight: 300;
    letter-spacing: 0;
    opacity: 1;
}

    .btn_faq_prior:hover {
        opacity: 0.85
    }

.form_edit {
    width: 100%;
    background: #e9e9e9;
    border-radius: 10px;
    display: block;
    padding: 16px 0;
}

    .form_edit li {
        display: inline-block;
        color: #ff7916;
        font-size: 24px;
        font-weight: 700;
    }

        .form_edit li span {
            color: #4d4d4d;
            display: inline-block;
        }

        .form_edit li + li {
            margin-left: 60px;
            margin-top: 0;
        }

.btn_faq_edit {
    position: relative;
    color: #ff7916;
    font-size: 24px;
    font-weight: 700;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

    .btn_faq_edit:hover {
        color: #4d4d4d;
    }

    .btn_faq_edit::after {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        bottom: 3px;
        width: 100%;
        height: 1px;
        background: #ff7916;
    }

    .btn_faq_edit:hover::after {
        background: #4d4d4d;
    }

.form_box {
    width: 100%;
    margin-top: 5px;
    display: none;
}

    .form_box > form {
        width: 100%;
        display: block;
        border-radius: 10px;
        border: 1px solid #e2e2e2;
        padding: 10px;
        box-shadow: 0 3px 7px rgba(0,0,0,0.1);
    }

    .form_box input {
        padding: 6px 10px;
        margin: 0 auto;
        border: 0;
        border-radius: 10px;
        background: #e2e2e2;
        font-size: 18px;
        margin-right: 0;
        width: 260px;
    }

        .form_box input + input {
            margin-left: 5px;
        }

.btn_faq_ok {
    margin-left: 5px;
    padding: 6px 16px;
    border: 0;
    border-radius: 10px;
    background: #ffbb18;
    color: #4d4d4d;
    font-size: 18px;
    cursor: pointer;
}

.faq_list_area {
    margin-top: 20px;
    padding-bottom: 50px;
    position: relative;
}

    .faq_list_area > p {
        position: relative;
        padding: 10px 20px;
        background: #e1dcd7;
        font-size: 20px;
        color: #646464;
        font-weight: 700;
        margin: 1px 0;
        cursor: pointer;
    }

        .faq_list_area > p::after {
            position: absolute;
            display: block;
            content: '';
            right: 0;
            bottom: 0;
            width: 0;
            height: 0;
            border-bottom: 15px solid #ffbb18;
            border-left: 15px solid transparent;
        }

    .faq_list_area .answer {
        padding: 16px 40px;
        background: #ededed;
        font-size: 20px;
        color: #646464;
        font-weight: 300;
    }

.faq_category_list {
    position: relative;
    display: block;
    font-size: 0;
    padding-bottom: 50px;
    text-align: left;
}

    .faq_category_list::after, .faq_list_area::after {
        position: absolute;
        display: block;
        content: '';
        left: 20%;
        bottom: 0;
        width: 60%;
        height: 2px;
        background: #f6d902;
    }

    .faq_category_list li {
        position: relative;
        display: inline-block;
        width: calc((100% - 80px) / 4);
        height: auto;
        margin: 10px;
    }

        .faq_category_list li button {
            margin: 0;
            padding: 0;
            border: 0;
            border-radius: 10px;
            cursor: pointer;
            position: relative;
        }

            .faq_category_list li button span {
                display: none;
            }

            .faq_category_list li button > img {
                border-radius: 10px;
                border: 5px solid #fff;
            }

            .faq_category_list li button:hover > img {
                border: 5px solid #ff9524;
            }

            .faq_category_list li button:hover span {
                position: absolute;
                display: block;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                text-align: center;
                color: #fff;
                font-size: 22px;
                text-shadow: rgba(0,0,0,1) 0 1px 5px;
                line-height: 24px;
            }

.form_txtarea > textarea {
    width: 100%;
    min-height: 200px;
    border: 2px solid #a0a0a0;
    margin-top: 20px;
    padding: 16px 20px;
}

.inp_file_qpart {
    margin-top: 18px;
    text-align: left;
}

    .inp_file_qpart label {
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        color: #868686;
        padding: 6px 26px;
        background: #e1e1e1;
        cursor: pointer;
        border: 1px solid #5f5f5f;
        border-radius: 5px;
    }

    .inp_file_qpart input[type="file"] {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
    }

.content section.bg_qpart {
    background: url('https://img.softnyx.com/resources/www/esp/sub/img_qpart_bg.png') no-repeat right 60px top 60px #fff;
    background-size: 30%
}

.stit_gray {
    font-size: 30px;
    color: #868686;
    font-weight: 700;
    text-align: left;
}

.stit_dgray {
    font-size: 30px;
    color: #4d4d4d;
    font-weight: 700;
    text-align: left;
}

.txt_sm_gray {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    color: #868686;
    font-weight: 300;
    text-align: left;
}

.qpart_questions_box {
    width: 60%;
    margin-top: 46px;
}

.stit_box {
    position: relative;
    width: 100%;
    padding: 12px 30px;
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    color: #646464;
    background: #e1dcd7;
}

    .stit_box::after {
        position: absolute;
        display: block;
        content: '';
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-bottom: 20px solid #ffbb18;
        border-left: 20px solid transparent;
    }

.slist_box {
    padding: 12px 20px;
    width: 100%;
    display: block;
}

    .slist_box li {
        position: relative;
        text-align: left;
        font-size: 1.6rem;
        color: #4d4d4d;
        line-height: 2rem;
        padding: 10px 0;
    }

        .slist_box li:after {
            display: block;
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 1px;
            background: linear-gradient(to right, #facc22, #fff);
        }

.qhistory_list_box {
    width: 100%;
}

.tit_list {
    width: 100%;
    display: inline-block;
    cursor: pointer;
    padding: 12px 0;
}

    .tit_list:after {
        display: block;
        content: '';
        clear: both;
    }

    .tit_list p {
        width: calc(100% - 200px);
        float: left;
        font-size: 26px;
        color: #4d4d4d;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
    }

    .tit_list div {
        width: 200px;
        float: right;
        font-size: 20px;
        color: #ff9b0d;
        font-weight: 700;
        text-align: right;
        line-height: 26px;
    }

.slist_box hr {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #facc22, #fff);
    border: 0;
}

.answer {
    width: 100%;
    text-align: left;
    padding: 12px 0;
}

    .answer p {
        font-size: 20px;
        color: #4d4d4d;
        font-weight: 300;
    }

    .answer div {
        width: 100%;
        font-size: 16px;
        color: #4d4d4d;
        font-weight: 700;
        text-align: right;
        line-height: 26px;
        margin-top: 20px;
    }

.tit_list div span {
    position: relative;
    display: inline-block;
    margin-left: 26px;
}

    .tit_list div span:after {
        position: absolute;
        display: block;
        content: '';
        left: -13px;
        top: 5px;
        width: 2px;
        height: 18px;
        background: #ff9b0d;
    }

.answer div span {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

    .answer div span:after {
        position: absolute;
        display: block;
        content: '';
        left: -10px;
        top: 6px;
        width: 1px;
        height: 14px;
        background: #4d4d4d;
    }

.customer_area {
    width: 100%;
    display: block;
    margin-top: 50px;
}

    .customer_area .tit {
        width: 100%;
        position: relative;
        text-align: center;
        color: #4d4d4d;
        font-size: 50px;
        font-weight: 700;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

        .customer_area .tit::after {
            position: absolute;
            display: block;
            content: '';
            width: 26%;
            height: 5px;
            margin: 0 auto;
            left: 0;
            right: 0;
            bottom: 0;
            background: #ffbb18;
        }

    .customer_area .stit {
        margin-top: 16px;
        font-size: 22px;
        font-weight: 700;
        color: #868686;
        text-align: center;
    }

    .customer_area .stxt {
        display: block;
        margin-top: 8px;
        font-size: 22px;
        font-weight: 300;
        color: #868686;
        text-align: center;
    }

.policy_box {
    width: 100%;
    height: 480px;
    padding: 30px;
    background: #e9e9e9;
    border-radius: 10px;
    margin-top: 30px;
}

.policy_box div {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #868686;
}

.policy_box p {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #868686;
}

.tabs_area {
    width: 100%;
    display: block;
    margin-top: 26px;
}

.cont_tabs {
    width: 100%;
    display: block;
}

.cont_tabs_tit {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .cont_tabs_tit li {
        flex: 1;
        border: 3px solid #ffbb18;
        text-align: center;
        font-size: 20px;
        color: #868686;
        margin-left: -3px;
        padding: 6px 0;
        cursor: pointer;
    }

        .cont_tabs_tit li:hover {
            background: #fbedcd;
            color: #4d4d4d;
        }

        .cont_tabs_tit li.active {
            background: #ffbb18;
            color: #fff;
            font-weight: 700;
        }

.tab_container {
    width: 100%;
    display: block;
    margin-top: 26px;
}

.form_slt {
    width: 100%;
    text-align: left;
    display: inline-block;
}

    .form_slt:after {
        display: block;
        content: '';
        clear: both;
    }

.slt_cont_org {
    float: left;
    width: 40%;
    border: 3px solid #ff9524;
    padding: 2px 12px;
    font-size: 16px;
}

a.btn_link_cash {
    float: right;
    border: 3px solid transparent;
    padding: 6px 45px 5px 10px;
    font-size: 16px;
    display: inline-block;
    background: #5d5d5d;
    color: #fff;
    background: url('https://img.softnyx.com/resources/www/esp/sub/ico_link_arrowsvg.svg') no-repeat right 5px center #5d5d5d;
}

.cont_slt_tble {
    width: 100%;
    display: block;
    margin-top: 16px;
}

    .cont_slt_tble > p {
        text-align: left;
        font-size: 20px;
        font-weight: 300;
        color: #4d4d4d;
        text-indent: 5px;
    }

.tbl_default {
    width: 100%;
}

    .tbl_default thead tr th {
        background: #e1dcd7;
        text-align: center;
        color: #646464;
        font-weight: 700;
        font-size: 22px;
        padding: 20px 0;
        border-bottom: 2px solid #fff;
    }

    .tbl_default tbody tr td {
        background: #ededed;
        text-align: left;
        padding: 16px 20px;
        font-size: 20px;
        font-weight: 300;
        color: #646464;
    }

.error .cont_area {
    display: inline-block;
}

.error_txt_box {
    display: block;
    float: left;
    text-align: left;
    margin-left: 100px;
    margin-top: 50px;
    width: 220px;
    height: 260px;
}

    .error_txt_box p:nth-child(1) {
        font-size: 50px;
        color: #ffbb18;
        font-weight: 700;
    }

    .error_txt_box p:nth-child(2) {
        font-size: 25px;
        color: #646464;
        font-weight: 300;
    }

    .error_txt_box p:nth-child(3) {
        font-size: 40px;
        color: #646464;
        font-weight: 300;
        margin-top: 40px;
    }

    .error_txt_box p:nth-child(4) {
        font-size: 30px;
        color: #646464;
        font-weight: 300;
        margin-top: 10px;
    }

.error_img {
    display: block;
    float: right;
    width: 360px;
    height: 360px;
    margin-right: 100px;
    background: url('https://img.softnyx.com/resources/www/esp/sub/img_error.png') no-repeat right center;
    background-size: 100%;
}

.btn_pas_download {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 30px 80px 30px 180px;
    font-size: 24px;
    font-weight: 700;
    color: #5d5d5d;
    background: #e1e1e1;
    border-radius: 10px;
    border: 4px solid transparent;
    box-shadow: 0 4px 8px rgba(9,219,232,0.5);
    border: 1px solid transparent;
}

    .btn_pas_download:after {
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        margin: auto 0 auto -120px;
        display: block;
        content: '';
        width: 64px;
        height: 47px;
        background: url('https://img.softnyx.com/resources/www/esp/sub/ico_pas_download.png') no-repeat center;
    }

    .btn_pas_download:hover {
        background: #fff;
        color: #4d4d4d;
        border: 1px solid #09dbe8;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

.box_stit {
    width: 100%;
    text-align: left;
}

    .box_stit.align_center {
        width: 100%;
        text-align: center;
    }

    .box_stit > p {
        display: inline-block;
        padding: 10px 30px;
        border: 3px solid #ffbb18;
        font-size: 36px;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffbb18;
    }

.txt_brown {
    color: #ce692f !important;
}

.txt_blue {
    color: #1ebbee !important;
}

.txt_red {
    color: #ff3925 !important;
}

.fw_b {
    font-weight: 600 !important;
}

.ylw_box_Area {
    width: 100%;
    margin: 3rem auto;
}

    .ylw_box_Area a {
        display: inline-block;
        background: #ffbb18;
        padding: 1.6rem 2.8rem;
        font-size: 2.8rem;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600;
        position: relative;
        top: 0;
        opacity: .8;
    }

        .ylw_box_Area a:hover {
            top: -0.2rem;
            box-shadow: 0 .2rem .5rem rgba(255,187,24.0.5);
            transition: .3s;
            opacity: 1;
        }

        .ylw_box_Area a + a {
            margin-left: 2rem;
        }


.faq_contact_area {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    font-size: 0;
}

.btm_img {
    display: inline-block;
    background: url('https://img.softnyx.com/resources/www/esp/sub/img_faq_ban01.png') no-repeat right 20px top 0;
    width: 45%;
    height: 263px;
    vertical-align: top;
    background-size: auto 90%;
}

.contact_info {
    display: inline-block;
    width: 55%;
    vertical-align: top;
}

.img_bubble {
    position: relative;
    width: calc(100% - 160px);
    background: #ffbb18;
    border-radius: 30px;
    color: #fff;
    font-size: 24px;
    padding: 30px 0;
    margin-top: 20px;
}

    .img_bubble::before {
        position: absolute;
        display: block;
        content: '';
        left: -30px;
        top: 86px;
        border-top: 15px solid transparent;
        border-right: 50px solid #ffbb18;
        border-bottom: 15px solid transparent;
        transform: rotate(-25deg);
    }

.btn_contactus {
    width: calc(100% - 160px);
    margin-top: 20px;
    background: url('https://img.softnyx.com/resources/www/esp/sub/ico_faq_call.gif') no-repeat 10px center #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(160,160,160,1);
    padding: 12px 0 12px 65px;
    font-size: 14px;
    color: #646464;
    font-weight: 300;
    box-sizing: border-box;
    text-align: left;
}

    .btn_contactus > p {
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        margin-bottom: 4px;
    }

    .btn_contactus:hover {
        box-shadow: 0 3px 7px rgba(255,149,36,0.6);
    }

        .btn_contactus:hover > p {
            color: #ff9524;
        }

.btn_guide_download {
    position: relative;
    display: inline-block;
    text-align: left;
    padding: 30px 80px 30px 180px;
    font-size: 24px;
    font-weight: 700;
    color: #5d5d5d;
    background: #e1e1e1;
    border-radius: 10px;
    border: 4px solid transparent;
    box-shadow: 0 4px 8px rgba(8,145,232,0.5);
    border: 1px solid transparent;
    margin-bottom: 34px;
}

    .btn_guide_download:before {
        position: absolute;
        left: 30%;
        top: 0;
        bottom: 0;
        margin: auto 0 auto -120px;
        display: block;
        content: '';
        width: 64px;
        height: 47px;
        background: url('https://img.softnyx.com/resources/www/esp/sub/ico_guide_download.png') no-repeat center;
    }

    .btn_guide_download:hover {
        background: #fff;
        color: #4d4d4d;
        border: 1px solid #0891e8;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

    .btn_guide_download:after {
        position: absolute;
        display: block;
        content: '';
        width: 26%;
        height: 5px;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: -44px;
        background: #ffbb18;
    }

.guide_browser {
    width: 100%;
    margin-top: 30px;
    text-align: left;
}

.ico_browser {
    display: inline-block;
}

    .ico_browser li {
        display: inline-block;
    }

        .ico_browser li + li {
            margin-left: 20px;
        }

        .ico_browser li > img {
            width: 40px;
            height: auto;
        }

.guide_cont {
    width: 100%;
    display: block;
    text-align: left;
}

    .guide_cont div {
        display: inline-block;
        width: calc((100% - 60px) / 2);
    }

    .guide_cont:after {
        display: block;
        content: '';
        clear: both;
    }

    .guide_cont div.left {
        float: left;
    }

    .guide_cont div.right {
        float: right;
    }

    .guide_cont div img {
        margin-top: 10px;
        display: block;
    }

.ico_game_list {
    text-align: center;
    width: 100%;
}

    .ico_game_list li {
        display: inline-block;
    }

        .ico_game_list li img {
            width: 100px;
        }

        .ico_game_list li + li {
            margin-left: 20px;
        }

.brs_guide {
    text-align: left;
    margin-left: 30px;
}

    .brs_guide .box_stit > p {
        display: inline-block;
        padding: 10px 30px;
        border: 2px solid #ffbb18;
        font-size: 36px;
        font-weight: 700;
        text-transform: uppercase;
        color: #4d4d4d;
    }

    .brs_guide.chrome .box_stit p, .brs_guide.ie .box_stit p, .brs_guide.firefox .box_stit p, .brs_guide.opera .box_stit p {
        position: relative;
    }

        .brs_guide.chrome .box_stit p:after {
            display: block;
            content: '';
            position: absolute;
            left: -22px;
            top: -22px;
            width: 44px;
            height: 44px;
            background: url('https://img.softnyx.com/resources/www/esp/sub/ico_brw_chrome.png') no-repeat center #fff;
            border-radius: 100%;
            padding: 2px;
            background-size: auto 40px;
        }

        .brs_guide.ie .box_stit p:after {
            display: block;
            content: '';
            position: absolute;
            left: -22px;
            top: -22px;
            width: 44px;
            height: 44px;
            background: url('https://img.softnyx.com/resources/www/esp/sub/ico_brw_ie.png') no-repeat center #fff;
            border-radius: 100%;
            padding: 2px;
            background-size: auto 40px;
        }

        .brs_guide.firefox .box_stit p:after {
            display: block;
            content: '';
            position: absolute;
            left: -22px;
            top: -22px;
            width: 44px;
            height: 44px;
            background: url('https://img.softnyx.com/resources/www/esp/sub/ico_brw_firefox.png') no-repeat center #fff;
            border-radius: 100%;
            padding: 2px;
            background-size: auto 40px;
        }

        .brs_guide.opera .box_stit p:after {
            display: block;
            content: '';
            position: absolute;
            left: -22px;
            top: -22px;
            width: 44px;
            height: 44px;
            background: url('https://img.softnyx.com/resources/www/esp/sub/ico_brw_opera.png') no-repeat center #fff;
            border-radius: 100%;
            padding: 2px;
            background-size: auto 40px;
        }

    .brs_guide.chrome > * {
        margin-top: 20px;
    }

.link_ylw {
    font-weight: 600;
    color: #ffbb18;
}

.brs_line_cont {
    width: 100%;
    text-align: center;
}

.box_stit > p.brs_line_cont {
    padding: 20px 30px;
}

.brs_line_cont span {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    color: #868686;
    text-transform: inherit;
}

.brs_line_cont img {
    text-align: center;
    margin-top: 20px;
}

.news .tab_menu {
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem;
}

    .news .tab_menu li {
        float: left;
        border-bottom: .5rem solid #e1dcd7;
        cursor: pointer;
        position: relative;
        font-size: 5rem;
        color: #757575;
        text-transform: uppercase;
        font-weight: bold;
    }

        .news .tab_menu li.active {
            position: relative;
            color: #ffbb18;
            border-color: #ffbb18;
        }

            .news .tab_menu li.active:after {
                position: absolute;
                display: block;
                content: '';
                left: 0;
                bottom: -0.8rem;
                width: 100%;
            }

        .news .tab_menu li + li {
            margin-left: 8rem;
            position: relative;
        }

            .news .tab_menu li + li:before {
                position: absolute;
                display: block;
                content: '/';
                width: 10rem;
                left: -6rem;
                top: 50%;
                transform: translate(0, -40%);
                width: 5rem;
                text-align: center;
                font-size: 4rem;
                color: #ddd;
                text-transform: uppercase;
                font-weight: 100;
            }

        .news .tab_menu li:hover {
            opacity: .75;
        }

.news .tab_content {
    width: 100%;
    display: block;
}

.news_sch_box {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 2rem;
    width: 100%;
    background: #e9e9e9;
    padding: 1.5rem;
    border-radius: .5rem;
    font-size: 1.3rem;
    color: #4d4d4d;
    box-sizing: border-box;
}

    .news_sch_box .slt_sch_solt {
        height: 3.2rem;
        line-height: 3.2rem;
        padding: .2rem .8rem;
        border: 1px solid #ddd;
        margin-right: .5rem;
        border-radius: .4rem;
        font-size: 1.3rem;
        color: #4d4d4d;
        box-sizing: border-box;
    }

    .news_sch_box .inp_sch_solt {
        height: 3.2rem;
        width: 80%;
        line-height: 3.2rem;
        padding: .1rem .8rem;
        border: 1px solid #ddd;
        margin-right: .5rem;
        border-radius: .4rem;
        font-size: 1.3rem;
        color: #4d4d4d;
    }

    .news_sch_box .btn_sch_solt {
        height: 3rem;
        line-height: 3rem;
        padding: 0 1.2rem;
        border: 0;
        border-radius: .4rem;
        background: #0891e8;
        font-size: 1.3rem;
        color: #fff;
    }

.tab_content {
    margin-top: 2rem;
    width: 100%;
}

.tbl_row {
    width: 100%;
}

    .tbl_row thead tr th {
        border-top: 2px solid #666;
        border-bottom: 1px solid #e2e2e2;
        padding: 1.6rem 0;
        font-size: 1.8rem;
        color: #222;
    }

    .tbl_row tbody tr td {
        border-bottom: 1px solid #e2e2e2;
        padding: 1.2rem 0;
        font-size: 1.6rem;
        color: #767676;
    }

        .tbl_row tbody tr td a:hover {
            color: #ffbb18;
        }

        .tbl_row tbody tr td:first-child {
            text-align: left;
            padding: 1.6rem;
        }

.tbl_pagination {
    width: 100%;
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}

    .tbl_pagination > a {
        display: block;
        width: 3rem;
        height: 3rem;
        font-size: 0;
        margin: 0 2rem;
        background: url('https://img.softnyx.com/resources/www/esp/sub/ico_tbl_arrow.png') no-repeat center #707784;
        opacity: .75;
    }

        .tbl_pagination > a.btn_tbl_next {
            transform: rotate(180deg);
        }

        .tbl_pagination > a:hover {
            opacity: 1;
        }

    .tbl_pagination ul {
        display: inline-block;
        font-size: 0;
    }

        .tbl_pagination ul li {
            float: left;
            position: relative;
            width: 3rem;
            height: 3rem;
        }

            .tbl_pagination ul li + li {
                margin: 0 0.2rem;
            }

            .tbl_pagination ul li a {
                display: block;
                width: 100%;
                height: 100%;
                line-height: 3rem;
                font-size: 1.5rem;
                color: #222;
            }

                .tbl_pagination ul li a:hover {
                    background: #e9e9e9;
                }

            .tbl_pagination ul li.active a {
                color: #0891e8;
                font-weight: 600;
            }

.board_view .tbl_col {
    width: 100%;
}

    .board_view .tbl_col tbody tr th {
        padding: 1.6rem 1.2rem;
        font-size: 4rem;
        color: #222;
        border-bottom: 2px solid #666;
        text-align: left;
    }

    .board_view .tbl_col tbody tr td {
        border-bottom: 1px solid #e2e2e2;
        padding: 1.2rem;
        font-size: 1.6rem;
        color: #767676;
        text-align: left !important;
    }

.tbl_btn_area {
    display: inline-block;
    margin-top: 3rem;
    width: 100%;
}

    .tbl_btn_area .btn_tbl_list:hover {
        opacity: 1;
    }

    .tbl_btn_area .btn_tbl_list {
        position: relative;
        float: left;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: .8rem 1.2rem;
        font-size: 1.4rem;
        color: #fff;
        border-radius: .4rem;
        text-transform: uppercase;
        padding-left: 3rem;
        background: #707784;
        opacity: 0.75;
    }

    .tbl_btn_area .btn_tbl_list {
        padding-left: 3rem;
        background: #707784;
        opacity: 0.75;
    }

        .tbl_btn_area .btn_tbl_list span {
            position: absolute;
            left: 0.4rem;
            top: 0;
            background: url('https://img.softnyx.com/resources/www/esp/sub/ico_tbl_arrow.png') no-repeat left center #707784;
            width: 2rem;
            height: 100%;
        }

    .tbl_btn_area .btn_tbl_view {
        float: right;
        margin: 0 1rem;
        text-transform: uppercase;
        font-size: 1.3rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .tbl_btn_area .btn_tbl_view.prev span {
            display: block;
            justify-content: space-between;
            width: 2rem;
            height: 2rem;
            background: url('https://img.softnyx.com/resources/www/esp/sub/ico_bdview_arrow.png') no-repeat left center;
        }

        .tbl_btn_area .btn_tbl_view.next span {
            display: block;
            justify-content: space-between;
            width: 2rem;
            height: 2rem;
            background: url('https://img.softnyx.com/resources/www/esp/sub/ico_bdview_arrow.png') no-repeat left center;
            transform: rotate(180deg);
        }





/* tablet */
@media only screen and (max-width:1024px) {

    /* common */
    main.faq,
    main.qpart,
    main.qhistory,
    main.terms_use,
    main.privacy,
    main.distriv,
    main.pas,
    main.lguide,
    main.acc,
    main.news {
        background: none;
    }

        main.faq .container.top_visual::after,
        main.terms_use .container.top_visual::after,
        main.privacy .container.top_visual::after,
        main.distriv .container.top_visual::after,
        main.pas .container.top_visual::after,
        main.lguide .container.top_visual::after,
        main.acc .container.top_visual::after {
            display: none;
        }

    .container, .container.top_visual, .pas .container.top_visual {
        padding: 30px 15px;
    }

    .content section {
        box-shadow: none;
        margin: 0 auto;
        width: 100%;
        padding: 0;
        border-radius: 0;
    }

        .content section.cont_wrap {
            width: 100%;
        }

    .cont_wrap + .cont_wrap {
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid #face29;
    }

    .cont_area {
        padding: 0;
    }

    .content section.bg_qpart {
        background-position: right 60px;
    }

    .error_txt_box {
        float: left;
        text-align: left;
        margin-left: 50px;
        margin-top: 0;
        width: calc(50% - 50px);
        height: 260px;
    }

    .error_img {
        float: right;
        width: calc(50% - 50px);
        margin-right: 50px;
        background: url('https://img.softnyx.com/resources/www/esp/sub/img_error.png') no-repeat center;
        background-size: contain;
        height: 260px;
    }
}



/* moblie */
@media only screen and (max-width:768px) {

    .form_box input {
        padding: 6px 10px;
        margin: 0 auto;
        border: 0;
        border-radius: 10px;
        background: #e2e2e2;
        font-size: 18px;
        margin-right: 0;
        width: 100%;
    }

        .form_box input + input {
            margin-left: 0;
            margin-top: 4px;
        }

    .btn_faq_ok {
        margin-left: 0;
        width: 100%;
        margin-top: 4px;
    }

    .faq_category_list li {
        width: calc((100% - 30px) / 3);
        margin: 5px;
    }

    .faq_tbtn_area {
        display: block;
    }

        .faq_tbtn_area .txt_md_gray {
            float: none;
            width: 100%;
        }

    .btn_faq_prior {
        display: block;
        float: none;
        margin-top: 16px;
    }

    .form_edit li {
        display: block;
        text-align: left;
        padding: 0 20px;
    }

        .form_edit li + li {
            margin-left: 0;
            margin-top: 0;
        }

    .btn_faq_edit {
        margin-top: 10px;
    }

    .txt_sm_gray {
        width: 50%;
    }

    .qpart_questions_box {
        width: 100%;
    }

    .content section.bg_qpart {
        background-position: right 76px;
        background-size: auto 160px;
    }

    .tit_list p {
        width: 100%;
    }

    .tit_list div {
        width: 100%;
        float: left;
        text-align: left;
        margin-top: 8px;
    }

    .answer div {
        text-align: left;
        margin-top: 20px;
    }

    .form_slt {
        width: 100%;
        display: block;
    }

    .slt_cont_org {
        width: 100%;
    }

    a.btn_link_cash {
        float: none;
        margin-top: 10px;
    }

    .cont_tabs_tit {
        display: block;
    }

        .cont_tabs_tit li {
            width: 100%;
            border: 3px solid #ffbb18;
            text-align: center;
            font-size: 20px;
            color: #868686;
            margin-left: -3px;
            padding: 6px 0;
            cursor: pointer;
        }

            .cont_tabs_tit li + li {
                border-top: 0;
            }

    .error_txt_box {
        float: left;
        text-align: left;
        margin-left: 0;
        width: calc(60% - 50px);
        height: auto;
    }

    .error_img {
        margin-left: 0;
        width: 40%;
        background: url('https://img.softnyx.com/resources/www/esp/sub/img_error.png') no-repeat left center;
        background-size: contain;
        height: 260px;
    }

    .btn_pas_download, .btn_guide_download {
        width: 100%;
        padding: 20px 20px 20px 120px;
    }

        .btn_pas_download:before, .btn_guide_download:before {
            background-position: left;
            left: 160px;
        }

    .faq_contact_area {
        text-align: center;
    }

    .btm_img {
        display: none;
    }

    .contact_info {
        width: 80%;
        text-align: center;
    }

    .img_bubble {
        width: 100%;
    }

        .img_bubble::before {
            display: none;
        }

    .btn_contactus {
        width: 100%;
        text-align: left;
    }

        .btn_contactus > p {
            font-size: 18px;
            font-weight: 700;
            line-height: 20px;
            margin-bottom: 4px;
        }

    .faq_category_list::after, .faq_list_area::after {
        width: 100%;
        left: 0;
    }

    .guide_cont div {
        display: block;
        width: 100%;
    }

        .guide_cont div + div {
            margin-top: 20px;
        }

    .ico_game_list {
        display: flex;
        margin-top: 0;
        padding: 20px;
    }

        .ico_game_list li {
            flex: 1;
            justify-content: space-between;
        }

    .ylw_box_Area a + a {
        margin-left: 0;
        margin-top: 0.5rem;
    }

    .news .tab_menu li {
        font-size: 3rem;
    }

        .news .tab_menu li + li {
            margin-left: 4rem;
        }

            .news .tab_menu li + li:before {
                width: 10rem;
                left: -3rem;
                width: 2.5rem;
                font-size: 2rem;
            }
}



/* IE10 css */
@media screen and (min-width:0\0) {
    .content.error {
        overflow: visible;
    }

    select::-ms-expand {
        display: none;
    }
}
