* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body {
    overflow-x: initial !important;
}

.container {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
    font-family: 'twayair';
}

.guide_header {
    width: 100%;
}

.guideImage {
    max-width:1200px;
    width:100%;
    padding-bottom:10px;
}

.guide_header .g_head_top {
    background: #fff;
    width: 100%;
    height: 80px;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    display:none;
}

.guide_header .g_head_top .container {
    display: flex;
    align-items: center;
    height: 80px;
}

.guide_header .g_head_top a {
    font-size: 18px;
    padding: 12px 17px;
    padding-top: 12px;
    margin-left: 20px;
}

.guide_header .g_head_top .active {
    border: 3px solid #B8282E;
    border-radius: 25px;
}

.guide_header .g_head_top .active span {
    color: #B8282E;
}

.guide_header .g_head_top a:first-child {
    margin: 0;
}

.g_head_bottom {
    z-index: 99;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    padding-top: 42px;
    background: #fff;
}

.g_head_bottom .title_list {
    position: relative;
    display: flex;
    align-items: center;
    user-select: none;
}

.g_head_bottom .title_list span {
    font-size: 40px;
    cursor: pointer;
}

.g_head_bottom .title_list .list_btn {
    position: relative;
    width: 35px;
    height: 35px;
    border: 1px solid #F6F6F6;
    border-radius: 50px;
    box-sizing: border-box;
    box-shadow: 5px 7px 6px rgba(0, 0, 0, 0.12);
    margin-left: 10px;
    cursor: pointer;
}

.g_head_bottom .title_list .list_btn img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-30%);
}

.container_1180 {
    max-width: 1180px;
    width: 100%;
    position: relative;
}

.g_head_bottom .sub_menu {
    margin-top: 40px;
}

.swiper-slide {
    width: auto !important;
    padding-top: 10px;
    padding-right: 40px;
    box-sizing: border-box;
}

    .swiper-slide a {
        padding-bottom: 7px;
        font-size: 20px;
        user-select: none;
        box-sizing: border-box;
        letter-spacing: 0;
    }

.swiper-wrapper .sub_menu_active {
    color: #B8282E;
    border-bottom: 3px solid #B8282E;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -30px !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -30px !important;
}

:root {
    --swiper-navigation-size: 20px !important;
    --swiper-theme-color: #707070 !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}

.g_head_bottom .title_list .main_menu {
    display: none;
    z-index: 99;
    position: absolute;
    padding: 32px;
    text-align: center;
    background-color: #fff;
    bottom: -468px;
    /*bottom: -380px;*/
    border-radius: 25px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.26);
}

.g_head_bottom .title_list .menu_active {
    display: block;
}

.g_head_bottom .title_list .main_menu::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px;
    left: 51%;
    margin-left: -10px;
    border-color: transparent transparent #fff transparent;
    top: -24px;
}

.g_head_bottom .title_list .main_menu ul {
    list-style: none;
}

.g_head_bottom .title_list .main_menu li {
    margin-bottom: 20px;
}

    .g_head_bottom .title_list .main_menu li:last-child {
        margin: 0;
    }

.g_head_bottom .title_list .main_menu span {
    font-size: 18px;
}

.g_head_bottom .title_list .main_menu .active span {
    color: #B8282E;
}

.marker {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0%;
    /* height: 3px;
    background-color: #B8282E; */
    transition: 0.2s;
}

.g_sec {
    width: 100%;
    background: #fbfbfb;
}

.sub_menu_swip {
    position: relative;
}

#game_g_banner {
    background: center url(/img/sub04/sub04_banner.png) no-repeat;
}

.sub_page_banner {
    width: 100%;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .sub_page_banner p {
        font-family: 'twayair';
        font-size: 50px;
        font-weight: 500;
        color: #fff;
    }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev' !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next' !important;
}
footer {
    z-index:10;
}
/*content_area CSS*/


.g_sec .content_title_area {
    padding-top: 150px
}

.g_sec .content_title_area:first-child {
    padding-top: 100px;
}

.g_sec .content_title_area h1 {
    font-family: 'twayair';
    font-weight: 400;
    font-size: 30px;
    color: #111;
}

.g_sec .content_title_area p {
    margin-top: 25px;
    font-family: 'LotteMartDream';
    font-weight: 700;
    font-size: 18px;
    color: #111;
}

.g_sec .content_area {
    margin-top: 40px;
}

.g_sec .content_area ul .t_center {
    text-align: center;
    margin-bottom: 15px;
}

.g_sec .content_text_area {
    margin-top: 40px;
}

    .g_sec .content_text_area p {
        font-family: 'LotteMartDream';
        font-weight: 400;
        font-size: 18px;
        color: #111;
    }

    .g_sec .content_text_area ul {
        margin-top: 15px;
    }

    .g_sec .content_text_area li p {
        font-family: 'LotteMartDream';
        font-weight: 100;
        font-size: 16px;
        color: #111;
    }

.g_sec2 {
    padding-top: 50px;
}

.sec_wrap {
    padding-bottom: 200px;
    background: #fbfbfb;
}

.m_menu {
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.52);
    top: 0;
    align-items: flex-end;
}

    .m_menu .main_menu {
        display: none;
        width: 100%;
        height: 50vh;
        border-radius: 20px 20px 0 0;
        overflow-y: scroll;
        background: #fff;
        box-sizing: border-box;
        padding: 30px;
    }

        .m_menu .main_menu ul {
            display: flex;
            flex-direction: column;
        }

            .m_menu .main_menu ul li {
                margin-bottom: 35px;
            }

                .m_menu .main_menu ul li a {
                    display: flex;
                    justify-content: space-between;
                }

                    .m_menu .main_menu ul li a img {
                        display: none;
                    }

                .m_menu .main_menu ul li span {
                    font-family: 'twayair';
                    font-size: 18px;
                    color: #111;
                }

                .m_menu .main_menu ul li .active span {
                    color: #B8282E;
                }

                .m_menu .main_menu ul li .active img {
                    display: block;
                }

.mb-40 {
    margin-bottom: 40px;
}

.mt-15 {
    margin-top: 15px !important;
}
#sub04_banner {
    background: center url(../images/sub_banner04.png) no-repeat;
}

@media(max-width:1450px) {
    .container {
        padding: 0 40px;
    }
}

@media (max-width:1024px) {
    .sub_page_banner {
        margin-top: 60px;
        width: 100%;
        height: 160px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
        .sub_page_banner p {
            font-family: 'twayair';
            font-size: 2.250em;
            font-weight: 500;
            color: #fff;
        }
    .g_head_bottom {
        top: 60px;
    }

        .g_head_bottom .title_list .main_menu {
            display: none;
        }
}

@media (max-width:1023px) {
    .g_head_bottom {
        padding-top: 20px;
    }

        .g_head_bottom .sub_menu {
            margin-top: 20px;
        }
}

@media (max-width:540px) {
    section{
        line-height:1.4!important;
    }
    .g_sec .content_title_area p {
        font-size: 16px;
    }

    .mb-40 {
        margin-bottom: 20px;
    }

    .g_sec .content_text_area p {
        font-size: 16px;
        letter-spacing: -1.4px;
    }

        .g_sec .content_text_area li p {
            margin-top:5px;
        }

        .g_sec .content_title_area:first-child {
            padding-top: 50px;
        }
    .sec_wrap {
        padding-bottom:100px;
    }
}
