


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Noto Sans KR', sans-serif; /*vertical-align: baseline;*/
}

body {
    line-height: 1;
}

body, pre, select, input {
    outline: none;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    font-weight: 300;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, main, nav, section, summary {
    display: block;
}

ul, li, ol, dl {
    list-style: none;
}

label {
    cursor: pointer;
}

legend, table caption {
    display: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    display: block;
    color: #555;
    text-decoration: none;
    cursor: pointer;
}

    a:link, a:hover, a:visited, a:active {
        text-decoration: none;
    }

    a img, img, fieldset {
        border: 0;
    }

button {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    border: none;
    cursor: pointer;
    background-color: unset;
    font-size: 0;
    line-height: 0;
}

em {
    font-style: normal;
}

:root {
    --dark_red: rgb(205, 0, 0);
    --grey: #777;
    --light_grey: #eee;
    --light_red: rgb(255, 68, 68);
    --active_icon_color: white;
    --button_shadow: rgba(0, 0, 0, .1);
    --inactive_icon_color: #999;
    --level_animation_color: #dbdbdb;
    --listening_icon_color: var(--light_red);
    --text_link_color: rgb(17, 85, 204);
}


.bgggy {
    background-color: #f9f9f9;
}

.bg_gray2 {
    background-color: #f2f2f2;
}

.bg_img {
    background: #f2f2f2 url(../img/page_txt.png) center center no-repeat;
}

.w50 {
    width: calc(50% - 20px);
}

.w100 {
    width: calc(100% - 20px);
}

/* float 해결하는 핵 */
.clearfix:after {
    display: block;
    clear: both;
    content: ".";
    visibility: hidden;
    height: 0;
}

.clearfix {
    display: block;
}

.wrap {
    width: 100%;
    height: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.wrap2 {
    width: calc(100% - 30px);
    padding-right: 30px;
    height: 100%;
    margin: 0 auto;
}

.wrap3 {
    width: calc(100% - 60px);
    height: 100%;
    padding: 0 30px;
    margin: 0 auto;
}
/*.container {padding: 0!important; margin: 0!important; width: 100%!important;}*/


/* header */

header {
    position: relative;
    width: 100%;
    border-bottom: 2px solid #f1a41a;
    height: 78px;
    background-color: #fff;
}

    header h1 {
        display: block;
        float: left;
        font-size: 0;
        padding: 23px 0;
    }

nav.gnb_pc {
    width: 720px;
    margin: 0 auto;
}

    nav.gnb_pc ul {
        width: 100%;
        margin: 0 auto;
    }

        nav.gnb_pc ul li {
            float: left;
            display: inline-block;
        }

            nav.gnb_pc ul li a {
                padding: 32px 46px;
                float: left;
                font-size: 0;
                line-height: 0;
                color: #000;
                text-align: center;
                text-decoration: none;
                background: url(../../img/menu_rl.png) right center no-repeat;
            }

            nav.gnb_pc ul li:last-child a {
                background: none;
            }

            nav.gnb_pc ul li a img.menu_bs {
                display: block;
            }

            nav.gnb_pc ul li a img.menu_on {
                display: none;
            }

            nav.gnb_pc ul li a:hover img.menu_bs {
                display: none;
            }

            nav.gnb_pc ul li a:hover img.menu_on {
                display: block;
            }

            nav.gnb_pc ul li a.menu_active img.menu_bs {
                display: none;
            }

            nav.gnb_pc ul li a.menu_active img.menu_on {
                display: block;
            }

            nav.gnb_pc ul li ul.sub_menu {
                z-index: 999999;
                display: none;
                height: 50px;
                background-color: #f2f2f2;
                position: absolute;
                left: 0;
                top: 80px;
            }

            nav.gnb_pc ul li:hover ul.sub_menu {
                display: block;
            }

            nav.gnb_pc ul li ul.sub_menu div {
                margin: 0 auto;
                width: calc(542px + 130px);
                display: block;
            }

            nav.gnb_pc ul li:nth-child(2) ul.sub_menu div {
                width: calc(508px + 133px);
            }

            nav.gnb_pc ul li:nth-child(3) ul.sub_menu div {
                width: calc(319px + 133px);
            }

            nav.gnb_pc ul li ul.sub_menu div li a {
                position: relative;
                padding: 17.5px 19px;
                font-size: 15px;
                line-height: 1;
            }

            nav.gnb_pc ul li ul.sub_menu div li:hover a {
                color: #ffa400;
            }

.top_line a::before, .top_line a::after {
    content: "";
    position: absolute;
    height: 100%;
    margin: auto;
}

.top_line a::before {
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.top_line a::after {
    width: 0;
    top: 0;
    left: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.top_line a:hover::before {
    height: 0;
    top: 50%;
}

.top_line a:hover::after {
    width: calc(100% + 4px);
    left: -2px;
}

ul.subnav {
    font-size: 0;
    margin-bottom: 0;
    float: right;
}

    ul.subnav li {
        display: inline-block;
        margin-right: 24px;
    }

        ul.subnav li:last-child {
            margin-right: 0;
        }

        ul.subnav li a {
            padding: 32.5px 0;
            display: block;
        }

            ul.subnav li a img.menu_bs {
                display: block;
            }

            ul.subnav li a img.menu_on {
                display: none;
            }

        ul.subnav li:hover a img.menu_bs {
            display: none;
        }

        ul.subnav li:hover a img.menu_on {
            display: block;
        }

/* header */


/*container*/

.container {
    position: relative;
    min-height: 80.4vh;
    display: block;
    width: 100%;
    max-width: unset;
}


/* visual */

section.visual {
    background: url(../img/visual.png) center center no-repeat;
    height: 354px;
    width: 100%;
}

    section.visual img {
        transform: translateY(100%);
    }

/* visual */


/* main_area */

section.main_area {
    padding-top: 35px;
    display: inline-block;
    width: 100%;
}

    section.main_area ul {
        width: 100%;
    }

        section.main_area ul li {
            min-height: 229px;
            max-height: 229px;
            background-color: #fff;
            width: calc((100% - 60px) / 4);
            display: block;
            float: left;
            margin-right: 20px;
            -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.08);
            -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.08);
            box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.08);
        }

            section.main_area ul li:last-child {
                margin-right: 0;
            }

            section.main_area ul li .line_motion {
                position: relative;
                width: 100%;
                height: 4px;
                background-color: #000;
                top: 0;
                left: 0;
            }

            section.main_area ul li:hover .line_motion:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                height: 4px;
                width: 0;
                z-index: 0;
                opacity: 1;
                -webkit-transform-origin: 100% 0%;
                transform-origin: 100% 0%;
                -webkit-animation: line_motion 3s ease-in-out infinite;
                animation: line_motion 3s ease-in-out infinite;
            }

            /* background color*/

            section.main_area ul li:hover .line_motion.bg_yellow:before {
                background-color: #ffd230;
            }

            section.main_area ul li:hover .line_motion.bg_lyellow:before {
                background-color: #ffe400;
            }

            section.main_area ul li:hover .line_motion.bg_blue:before {
                background-color: #004a98;
            }

            section.main_area ul li:hover .line_motion.bg_skyblue:before {
                background-color: #009ef5;
            }

            section.main_area ul li:hover .line_motion.bg_red:before {
                background-color: #e60012;
            }

            section.main_area ul li:hover .line_motion.bg_green:before {
                background-color: #019d94;
            }

            section.main_area ul li:hover .line_motion.bg_lgreen:before {
                background-color: #bfe10e;
            }

            section.main_area ul li:hover .line_motion.bg_orange:before {
                background-color: #f96c10;
            }

            section.main_area ul li:hover .line_motion.bg_lorange:before {
                background-color: #ffa400;
            }

            section.main_area ul li:hover .line_motion.bg_pink:before {
                background-color: #f40b80;
            }

            section.main_area ul li:hover .line_motion.bg_purple:before {
                background-color: #5a07a5;
            }

            section.main_area ul li:hover .line_motion.bg_mint:before {
                background-color: #00c4d0;
            }

            section.main_area ul li:hover .line_motion.bg_dgray:before {
                background-color: #4d4d4d;
            }

            section.main_area ul li:hover .line_motion.bg_gray:before {
                background-color: #f9f9f9;
            }

            section.main_area ul li:hover .line_motion.bg_black:before {
                background-color: #000;
            }

/*background color*/

@-webkit-keyframes line_motion {
    0% {
        width: 0px;
    }

    70% {
        width: 100%;
        opacity: 1;
    }

    90% {
        opacity: 0;
        width: 100%;
    }

    100% {
        opacity: 0;
        width: 0px;
    }
}

@keyframes line_motion {
    0% {
        width: 0px;
    }

    70% {
        width: 100%;
        opacity: 1;
    }

    90% {
        opacity: 0;
        width: 100%;
    }

    100% {
        opacity: 0;
        width: 0px;
    }
}

section.main_area ul li a.pd_30 {
    padding: 25px;
    display: block;
    color: #ccc;
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    z-index: 2;
}

    section.main_area ul li a.pd_30 .top {
        margin-bottom: 16px;
        z-index: 3;
        position: relative;
    }

    section.main_area ul li a.pd_30:before {
        content: "\ef50";
        font-size: 40px;
        position: absolute;
        bottom: 25px;
        right: 25px;
    }

section.main_area ul li:nth-child(2) a.pd_30:before {
    content: "\f1c7";
}

section.main_area ul li:nth-child(3) a.pd_30:before {
    content: "\f043";
}

section.main_area ul li:last-child a.pd_30:before {
    content: "\ecdb";
}


section.main_area ul li a.pd_30:after {
    content: "";
    transform: scale(0.8);
    transition: all 0.5s ease;
    z-index: 1;
}

section.main_area ul li a.pd_30:hover:after {
    transform: scale(1);
}

section.main_area ul li a.pd_30:hover:before {
    color: #ffa400;
}

section.main_area ul li a.pd_30 .top h2 {
    height: 52px;
    width: calc(100% - 16%);
    float: left;
    font-size: 1.65rem;
    color: #2d2d2d;
    font-weight: 600;
    line-height: 1;
}

section.main_area ul li a.pd_30:hover .top h2 {
    color: #ffa400;
}

section.main_area ul li a.pd_30 .top i.ri-add-line {
    margin-top: -6px;
    cursor: pointer;
    float: right;
    font-size: 1.7rem;
    font-weight: 600;
    color: #000;
    position: relative;
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
}

    section.main_area ul li a.pd_30 .top i.ri-add-line:after {
        content: "";
        width: 100%;
        height: 100%;
        transform: scale(0.8);
        position: absolute;
        top: -2px;
        left: -2px;
        transition: all 0.5s ease;
    }

    section.main_area ul li a.pd_30 .top i.ri-add-line:hover {
        background-color: transparent;
        transform: rotate(90deg);
        color: #ffa400;
        box-shadow: none;
    }

        section.main_area ul li a.pd_30 .top i.ri-add-line:hover:after {
            transform: scale(1);
        }

section.main_area ul li a.pd_30 .bottom {
    max-height: 107px;
    min-height: 107px;
    z-index: 3;
    position: relative;
    height: calc(100vh - 105px);
}

    section.main_area ul li a.pd_30 .bottom article h2.mctn_tit {
        font-weight: 300;
        color: #666;
        font-size: 1rem;
        display: block;
        width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    section.main_area ul li a.pd_30 .bottom article em.mctn_day {
        color: #666;
        font-size: 0.8rem;
        margin-top: 9px;
        margin-bottom: 17px;
        display: block;
        line-height: 1;
    }

    section.main_area ul li a.pd_30 .bottom article:last-child em.mctn_day {
        margin-bottom: 0;
    }

/* main_area */


.left_con {
    min-height: 899px;
    width: 226px;
    float: left;
    margin-right: 45px;
    background-color: #353535;
}

.info {
    padding: 20px 30px;
    background-color: #151515;
}

    .info i {
        padding-right: 9px;
        font-size: 18px;
        vertical-align: bottom;
    }

    .info h2 {
        color: #f7f7f7;
        font-size: 18px;
        font-weight: 400;
    }



    .info .font_point {
        height: 37px;
        position: relative;
        font-size: 20px;
        font-weight: 900;
        color: #f1a41a;
        padding: 0 27px;
        display: block;
    }

    .info span {
        width: 53px;
        position: absolute;
        top: 12px;
        transform: translateY(-50%);
        text-align: left;
    }

    .info .gradient {
        background: linear-gradient(to right, #f1a41a, #f96c10);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .info #today {
        border-top: 1px dashed #000;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #d7d7d7;
        padding-top: 12px;
    }

nav.side_nav {
    border-bottom: 1px solid #666;
}

    nav.side_nav ul li {
        border-bottom: 1px solid #666;
    }

        nav.side_nav ul li a {
            padding: 11px 30px;
            color: #f7f7f7;
            font-size: 16px;
            font-weight: 400;
        }

            nav.side_nav ul li a:hover, nav.side_nav ul li a.active {
                letter-spacing: -0.025em;
                color: #f1a41a;
                font-weight: 600;
            }

            nav.side_nav ul li a i {
                font-size: 16px;
                padding-right: 9px;
                vertical-align: text-bottom;
            }

.right_con {
    padding-top: 26px;
    margin: 0 auto;
    float: right;
    width: calc(100% - 271px);
}

.location {
    text-align: right;
    margin-bottom: 9px;
}

    .location ul li {
        display: inline-block;
    }

li.arrow_r {
    vertical-align: text-bottom;
}

.location ul li a {
    letter-spacing: 0.03em;
    float: right;
    color: #444;
    font-size: 12px;
    font-weight: 100;
}

    .location ul li a.location_on {
        color: #2d2d2d;
        font-weight: 400;
    }

.form_top {
    display: inline-block;
    border-top: 1px solid #000;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}


.ui_top {
    width: 100%;
    display: inline-block;
}

    .ui_top h3, .ui_top .location {
        width: 50%;
        float: left;
    }

    .ui_top h3 {
        font-size: 32px;
        font-weight: 600;
        color: #2d2d2d;
        margin-bottom: 15px;
    }

        .ui_top h3 i {
            padding-right: 12px;
            vertical-align: middle;
        }

            .ui_top h3 i.ri-gamepad-line.btns_set {
                font-size: 50px;
            }

.ui_srea .ui_btn, .ui_srea .list_bottom {
    width: 50%;
}

.ui_srea .ui_btn {
    float: left;
}

.ui_srea .list_bottom {
    float: left;
}

.ui_pb {
    height: 25px;
    display: inline-block;
    width: 100%;
}

.ui_pb2 {
    height: 12px;
    display: block;
    width: 100%;
}

ul.color {
    padding-bottom: 25px;
}

    ul.color li {
        width: 420px;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        padding: 7px 0;
        margin: 3px 0;
        border-radius: 4px;
    }

.tb_tst {
    font-size: 20px;
    color: #666;
}

    .tb_tst i {
        font-size: 20px;
        color: #666;
        vertical-align: text-top;
    }

.ui_hi {
    min-height: unset;
    height: 100vh;
}

.ui_icon table {
    width: 100%;
}

.ui_icon tr {
    float: left;
    margin: 20px;
    width: 220px;
}

.ui_icon td {
    text-align: center;
}

.ui_icon {
    font-size: 1.14rem;
    font-weight: 600;
    color: #000;
}

    .ui_icon i {
        font-size: 1.5rem;
        margin-left: 4px;
        vertical-align: sub;
    }

.ui_btn_l {
    float: left;
}

    .ui_btn_l a {
        margin: 10px 14px;
    }

/*container*/



/* footer */




footer {
    width: 100%;
    position: relative;
    bottom: 0;
    padding: 55px 0 36px;
}

p.copy {
    font-size: 0;
    line-height: 0;
    color: #bcbcbc;
}

/* footer */






/* BUTTON UI */

/* Big */

.login {
    display: block;
    height: auto;
    padding: 15px 0;
    line-height: 1;
    width: 380px;
    font-size: 1.28rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-color: #FFA400;
    border: 1px solid #FFA400;
    border-radius: 4px;
    outline: none;
}

    .login:hover {
        text-decoration: none;
        color: #fff;
        background-color: #f8981d;
        border-color: #f8981d;
    }


/* Medium  */

.btn_sc {
    display: block;
    width: 162px;
    height: auto;
    font-size: 1.14rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-color: #FFA400;
    border: 1px solid #FFA400;
    padding: 8px 0;
    line-height: 1;
    border-radius: 4px;
    outline: none;
}

    .btn_sc:hover {
        text-decoration: none;
        color: #fff;
        background-color: #f8981d;
        border-color: #f8981d;
    }

.btn_sv {
    display: block;
    width: 162px;
    height: auto;
    font-size: 1.14rem;
    font-weight: 400;
    color: #190b0b;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px 0;
    line-height: 1;
    border-radius: 4px;
    outline: none;
}

    .btn_sv:hover {
        text-decoration: none;
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        color: #190b0b;
    }

.btn_hm {
    display: block;
    width: 162px;
    height: auto;
    font-size: 1.14rem;
    font-weight: 400;
    color: #190b0b;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px 0;
    line-height: 1;
    border-radius: 4px;
    outline: none;
}

    .btn_hm:hover {
        text-decoration: none;
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        color: #190b0b;
    }

.btn_as {
    display: block;
    width: 162px;
    height: auto;
    font-size: 1.14rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-color: #FFA400;
    border: 1px solid #FFA400;
    padding: 8px 0;
    line-height: 1;
    border-radius: 4px;
    outline: none;
}

    .btn_as:hover {
        text-decoration: none;
        color: #fff;
        background-color: #f8981d;
        border-color: #f8981d;
    }

.btn_es {
    display: block;
    width: 162px;
    height: auto;
    font-size: 1.14rem;
    font-weight: 400;
    color: #190b0b;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px 0;
    line-height: 1;
    border-radius: 4px;
    outline: none;
}

    .btn_es:hover {
        text-decoration: none;
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        color: #190b0b;
    }

.btn_wt {
    display: block;
    width: 162px;
    height: auto;
    font-size: 1.14rem;
    font-weight: 400;
    color: #190b0b;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px 0;
    line-height: 1;
    border-radius: 4px;
    outline: none;
}

    .btn_wt:hover {
        text-decoration: none;
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        color: #190b0b;
    }

.btn_ls {
    display: block;
    width: 162px;
    height: auto;
    font-size: 1.14rem;
    font-weight: 400;
    color: #190b0b;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px 0;
    line-height: 1;
    border-radius: 4px;
    outline: none;
}

    .btn_ls:hover {
        text-decoration: none;
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        color: #190b0b;
    }

.btn_ln {
    display: block;
    width: 162px;
    height: auto;
    font-size: 1.14rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-color: #FFA400;
    border: 1px solid #FFA400;
    padding: 8px 0;
    line-height: 1;
    border-radius: 4px;
    outline: none;
}

    .btn_ln:hover {
        text-decoration: none;
        color: #fff;
        background-color: #f8981d;
        border-color: #f8981d;
    }

.btn_all {
    display: block;
    width: 162px;
    height: auto;
    font-size: 1.14rem;
    font-weight: 400;
    color: #190b0b;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px 0;
    line-height: 1;
    border-radius: 4px;
    outline: none;
}

    .btn_all:hover {
        text-decoration: none;
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        color: #190b0b;
    }

.btn_er {
    display: block;
    width: 162px;
    height: auto;
    font-size: 1.14rem;
    font-weight: 400;
    color: #190b0b;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px 0;
    line-height: 1;
    border-radius: 4px;
    outline: none;
}

    .btn_er:hover {
        text-decoration: none;
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        color: #190b0b;
    }

.btn_re {
    display: block;
    width: 162px;
    height: auto;
    font-size: 1.14rem;
    font-weight: 400;
    color: #190b0b;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px 0;
    line-height: 1;
    border-radius: 4px;
    outline: none;
}

    .btn_re:hover {
        text-decoration: none;
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        color: #190b0b;
    }

.btn_lt {
    display: block;
    width: 162px;
    height: auto;
    font-size: 1.14rem;
    font-weight: 400;
    color: #190b0b;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px 0;
    line-height: 1;
    border-radius: 4px;
    outline: none;
}

    .btn_lt:hover {
        text-decoration: none;
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        color: #190b0b;
    }

.btn_te {
    display: block;
    width: 162px;
    height: auto;
    font-size: 1.14rem;
    font-weight: 400;
    color: #190b0b;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px 0;
    line-height: 1;
    border-radius: 4px;
    outline: none;
}

    .btn_te:hover {
        text-decoration: none;
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        color: #190b0b;
    }

a i {
    font-size: 18px;
    margin-right: 9px;
    vertical-align: bottom;
}


/* Small */

.btn_sm {
    height: 34px;
    width: 34px;
    font-size: 0;
    line-height: 28px;
    border-radius: 0;
    font-weight: 400;
    color: #fff;
    background-color: #FFA400;
    border: 1px solid #FFA400;
    padding: 0;
    outline: none;
}

    .btn_sm i {
        font-size: 18px;
        margin: 0 auto;
    }

    .btn_sm:hover {
        text-decoration: none;
        color: #fff;
        background-color: #f8981d;
        border-color: #f8981d;
    }


/* COLOR */

.yellow {
    background-color: #ffd230;
}

    .yellow:hover {
        background-color: #ffbe1b;
    }

.light_yellow {
    background-color: #ffe400;
}

    .light_yellow:hover {
        background-color: #ffd700;
    }

.blue {
    background-color: #004a98;
    color: #fff;
}

    .blue:hover {
        background-color: #002d77;
    }

.sky_blue {
    background-color: #009ef5;
    color: #fff;
}

    .sky_blue:hover {
        background-color: #007df0;
    }

.red {
    background-color: #e60012;
    color: #fff;
}

    .red:hover {
        background-color: #d90009;
    }

.green {
    background-color: #019d94;
    color: #fff;
}

    .green:hover {
        background-color: #007c72;
    }

.light_green {
    background-color: #bfe10e;
}

    .light_green:hover {
        background-color: #a5d307;
    }

.orange {
    background-color: #f96c10;
    color: #fff;
}

    .orange:hover {
        background-color: #f64a08;
    }

.light_orange {
    background-color: #ffa400;
    color: #fff;
}

    .light_orange:hover {
        background-color: #ff8400;
    }

.pink {
    background-color: #f40b80;
    color: #fff;
}

    .pink:hover {
        background-color: #ee055d;
    }

.purple {
    background-color: #5a07a5;
    color: #fff;
}

    .purple:hover {
        background-color: #3a0385;
    }

.mint {
    background-color: #00c4d0;
    color: #fff;
}

    .mint:hover {
        background-color: #00abbb;
    }

.dark_gray {
    background-color: #4d4d4d;
    color: #fff;
}

    .dark_gray:hover {
        background-color: #2f2f2f;
    }

.gray {
    background-color: #f9f9f9;
}

    .gray:hover {
        background-color: #f5f5f5;
    }

.black {
    background-color: #000;
    color: #fff;
}



/* PAGE NAV UI */

.page_nav {
    width: 50%;
    float: left;
}

    .page_nav ul {
        color: #888;
        border-radius: 4px;
        height: 100%;
        display: inline-block;
    }

        .page_nav ul li {
            float: left;
            display: inline-block;
            height: 34px;
            line-height: 34px;
        }

            .page_nav ul li a {
                border: 1px solid #ddd;
                border-right: 0;
                padding: 0 13px;
            }

            .page_nav ul li.page_on a, .page_nav ul li:hover a {
                letter-spacing: -0.04em;
                background-color: #f1a41a;
                border-color: #f1a41a;
                color: #fff;
                font-weight: 500;
            }

            .page_nav ul li:first-child a {
                border-radius: 4px 0 0 4px;
            }

            .page_nav ul li:last-child a {
                border-radius: 0 4px 4px 0;
                border-right: 1px solid #ddd;
            }



/* SEARCH BAR UI */

/* Big */

.searchbar_b {
    display: inline-block;
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 20px 0;
}

    .searchbar_b form {
        display: inline-block;
        width: 100%;
    }

    .searchbar_b .searchbar_ui {
        margin: 0 auto;
        display: block;
        width: 877px;
    }

    .searchbar_b .search_bd {
        font-size: 14px;
        color: #666;
        border: 1px solid #ddd;
        padding: 0 9px;
        border-radius: 0;
    }

    .searchbar_b select {
        width: 102px;
        height: 34px;
        margin-right: 6px;
        cursor: pointer;
    }

    .searchbar_b input.search_bd {
        float: left;
        width: 716px;
        height: 32px;
        border-right: none;
    }

    .searchbar_b .sel_arrow {
        position: relative;
        float: left;
    }

        .searchbar_b .sel_arrow::before {
            cursor: pointer;
            position: absolute;
            content: '\ea4e';
            font-family: 'remixicon';
            font-size: 20px;
            color: #090e17;
            right: 25px;
            top: 0;
            right: 12px;
            line-height: 34px;
        }

        .searchbar_b .sel_arrow.active::before {
            content: '\ea78';
        }

    .searchbar_b .btn_sc_s {
        float: left;
        height: 32px;
        width: 32px;
        font-size: 0;
        line-height: 32px;
        text-align: center;
        border-radius: 0;
        font-weight: 400;
        color: #fff;
        background-color: #FFA400;
        border: 1px solid #FFA400;
        padding: 0;
    }

        .searchbar_b .btn_sc_s i {
            font-size: 18px;
            margin: 0 auto;
        }

        .searchbar_b .btn_sc_s:hover {
            text-decoration: none;
            color: #fff;
            background-color: #f8981d;
            border-color: #f8981d;
        }


/* Small */

.ist_in {
    display: inline-block;
    width: 100%;
}

.list_in .searchbar {
    width: 50%;
    float: left;
}

.list_in .searchbar_ui {
    float: right;
    margin: 0 auto;
    display: block;
}

.searchbar .search_bd {
    font-size: 14px;
    color: #666;
    border: 1px solid #ddd;
    padding: 0 9px;
    border-radius: 0;
}

.searchbar select {
    width: 102px;
    height: 34px;
    margin-right: 6px;
    cursor: pointer;
}

.searchbar input.search_bd {
    float: left;
    width: 250px;
    height: 32px;
    border-right: none;
}

.searchbar .sel_arrow {
    position: relative;
    float: left;
}

    .searchbar .sel_arrow::before {
        cursor: pointer;
        position: absolute;
        content: '\ea4e';
        font-family: 'remixicon';
        font-size: 20px;
        color: #090e17;
        right: 25px;
        top: 0;
        right: 12px;
        line-height: 34px;
    }

    .searchbar .sel_arrow.active::before {
        content: '\ea78';
    }

.searchbar .btn_sc_s {
    float: left;
    height: 32px;
    width: 32px;
    font-size: 0;
    line-height: 32px;
    text-align: center;
    border-radius: 0;
    font-weight: 400;
    color: #fff;
    background-color: #FFA400;
    border: 1px solid #FFA400;
    padding: 0;
}

    .searchbar .btn_sc_s i {
        font-size: 18px;
        margin: 0 auto;
    }

    .searchbar .btn_sc_s:hover {
        text-decoration: none;
        color: #fff;
        background-color: #f8981d;
        border-color: #f8981d;
    }


/* BUTTON UI */



/* TABLE UI */

.table_top table {
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #ccc;
}

.table_top tr {
    border-bottom: 1px solid #f7f7f7
}

    .table_top tr:last-child {
        border-bottom: none;
    }

.table_top td {
    font-size: 14px;
    color: #666;
    padding: 9px 20px;
}

.table_top .sel_arrow {
    position: relative;
}

.table_top .table_tit {
    font-size: 18px;
    color: #190b0b;
    font-weight: 500;
    background-color: rgba(241, 164, 26, 0.06);
}

.table_top .table_btn {
    border-bottom: 1px solid #ccc;
}

.table_top .calendar div {
    position: relative;
    width: calc(50% - 20px);
    display: inline-block;
}

    .table_top .calendar div:first-child {
        margin-right: 0;
        float: left;
    }

    .table_top .calendar div:last-child {
        margin-left: 0;
    }

.table_top img.ui-datepicker-trigger {
    position: absolute;
    top: calc(50% - 8px);
    right: 4.8%;
}

.table_top span.wave {
    color: #8c8c8c;
    font-size: 14px;
    padding: 0 14px;
}

.table_top select {
    color: #666;
    width: 100%;
    padding: 2px 9px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 0px;
}

    .table_top select::-ms-expand {
        display: none;
    }

.table_top input {
    color: #666;
    width: calc(100% - 20px);
    padding: 2px 9px;
    border: 1px solid #ddd;
}

.table_top .sel_arrow::before {
    cursor: pointer;
    position: absolute;
    content: '\ea4e';
    font-family: 'remixicon';
    font-size: 20px;
    color: #090e17;
    right: 4.8%;
    top: calc(50% - 3px);
    line-height: 7px;
}

.table_top .sel_arrow.active::before {
    content: '\ea78';
}

.table_top .btn_sc {
    width: 162px;
    height: auto;
    font-size: 1.14rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-color: #FFA400;
    border: 1px solid #FFA400;
    padding: 8px 0;
    line-height: 1;
    border-radius: 4px;
    outline: none;
}

    .table_top .btn_sc:hover {
        text-decoration: none;
        color: #fff;
        background-color: #f8981d;
        border-color: #f8981d;
    }

.table_bottom {
    margin-top: 12px;
    white-space: nowrap;
    overflow-x: auto;
}

.table_list {
    width: 100%;
    border-top: 2px solid #000;
}

    .table_list thead {
        height: 32px;
        line-height: 32px;
        border-bottom: 1px solid #e0e0e0;
        background-color: #fefaf2;
    }

    .table_list th {
        text-align: left;
        padding: 10px 12px;
        background-color: #fefaf2;
        border-right: 1px solid #f1ede6;
        line-height: 1;
    }

        .table_list th:last-child, .table_list td:last-child {
            border-right: none;
        }

    .table_list tr:last-child td {
        border-bottom: 1px solid #c2c2c2;
    }

    .table_list td {
        cursor: pointer;
        padding: 10px 12px;
        border-right: 1px solid #f1ede6;
        line-height: 1;
        color: #666;
        font-size: 14px;
    }

    .table_list .arr::after {
        cursor: pointer;
        display: inline-block;
        content: '\ea74';
        font-family: 'remixicon';
        font-size: 20px;
        color: #090e17;
        right: 12px;
        top: 0;
        opacity: 0.2;
        font-weight: 100;
        margin-left: 12px;
        vertical-align: text-bottom;
    }

    .table_list .arr.on::after {
        opacity: 1;
    }


/* TABLE UI */



/* checkbox */

.checks {
    position: relative;
    float: left;
}

    .checks input[type="checkbox"] {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

        .checks input[type="checkbox"] + label {
            font-size: 14px;
            font-weight: 400;
            color: #615c5c;
            display: inline-block;
            position: relative;
            cursor: pointer;
            margin-right: 12px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }

            .checks input[type="checkbox"] + label:last-child {
                margin-right: 0;
            }

            .checks input[type="checkbox"] + label:before {
                margin-right: 9px;
                content: " ";
                display: inline-block;
                width: 20px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                vertical-align: middle;
                background-color: #fff;
                border: 3px solid #ddd;
            }

        .checks input[type="checkbox"]:checked + label:before {
            font-weight: 600;
            cursor: pointer;
            content: '\eb7b';
            font-family: 'remixicon';
            font-size: 16px;
            color: #fff;
            right: 25px;
            top: 0;
            background-color: #f1a41a;
            border-color: #f1a41a;
        }

/* checkbox */



/* radio */

.radios {
    position: relative;
    float: left;
}

    .radios input[type="radio"] {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

        .radios input[type="radio"] + label {
            font-size: 14px;
            font-weight: 400;
            color: #615c5c;
            display: inline-block;
            position: relative;
            cursor: pointer;
            margin-right: 12px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }

            .radios input[type="radio"] + label:last-child {
                margin-right: 0;
            }

            .radios input[type="radio"] + label:before {
                margin-right: 9px;
                content: " ";
                display: inline-block;
                width: 20px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                vertical-align: middle;
                background-color: #fff;
                border: 3px solid #ddd;
                border-radius: 100%;
            }

        .radios input[type="radio"]:checked + label:before {
            border-color: #f1a41a;
        }

        .radios input[type="radio"]:checked + label:after {
            content: '';
            position: absolute;
            top: calc(50% - 6px);
            left: 7px;
            width: 12px;
            height: 12px;
            border-radius: 100%;
            background-color: #f1a41a;
        }

/* radio */
