﻿
/*---------------------------------------------------------------------------------
                        Main - header/footer 공통요소
---------------------------------------------------------------------------------*/

html {
    padding-right: calc(constant(safe-area-inset-right));
    padding-right: calc(env(safe-area-inset-right));
    padding-left: calc(constant(safe-area-inset-left));
    padding-left: calc(env(safe-area-inset-left));
}

html, body {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    max-width: 720px;
    height: 100%;
}

.pages{
    overflow:hidden;
}

body {
    padding-top: calc(constant(safe-area-inset-top) );
    padding-top: calc(env(safe-area-inset-top) );
    padding-bottom: calc(constant(safe-area-inset-bottom) );
    padding-bottom: calc(env(safe-area-inset-bottom) );
}

#divVue1 {
    position: relative;
    padding-bottom: 5rem;
    height: 100%;
}

#divVue1.stop {
    height: 100%;
    overflow: hidden;
}
.pages.stop{
    height:100vh;
    overflow:hidden;
}
.cs_common {
    position: relative;
}

.menu_wrap {
    z-index: 1;
    position: fixed;
    bottom: 0px;
    min-width: 320px;
    width: 100%;
    max-width: 720px;
}

    .menu_wrap.active {
        height: 100%;
        max-width: 720px;
    }

.menu_wrap.inactive {
    animation: menu_wrap_fake 0.4s;
    height: 0%;
}

@keyframes menu_wrap_fake {
    0% {
        height: 100%
    }

    99% {
        height: 100%
    }

    100% {
        height: 0%
    }
}


.menu_wrap .mw_bg {
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(46, 39, 36, 0.3);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    animation: menu_wrap_bg_fake 0.4s;
}

@keyframes menu_wrap_bg_fake {
    0% {
        opacity: 1
    }

    99% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.menu_wrap .mw_bg.active {
    opacity: 1;
    visibility: visible;
}

body > form, .pages, .p_co {
}

.p_co {
    box-sizing: border-box;
    padding: 2.5rem;
    padding-bottom: 10rem;
    overflow: auto;
    background: #f2f3f5;
}

    .p_co .cs_common {
        display: flex;
        justify-content: space-between;
    }

        .p_co .cs_common .cs_logo {
            height: 1.2rem
        }
            .p_co .cs_common .cs_menu {
                height: 1.4rem;
            }

/*-------------------------------
           p_loading
-------------------------------*/
.p_loading {
    width: 100%;
    height: 100%;
    background-size: 135px;
    margin-top: 100px;
}
    .p_loading img{
        width: auto;
        height:15px;
        display:block;
        margin:auto auto 15px;
    }

    .p_loading p {
        font-size: 19px;
        text-align: center;
        font-weight: 600;
        color: #131313;
        letter-spacing: -0.05em;
    }

/*-------------------------------
           mw_bar
-------------------------------*/
.menu_wrap .mw_bar {
    height: 6rem;
    padding: 0 0 calc(constant(safe-area-inset-bottom) - 5px );
    padding: 0 0 calc(env(safe-area-inset-bottom) - 5px );
}

.menu_wrap .mw_bar {
    box-shadow: 0px 3px 11px rgb(0 0 0 / 30%);
    bottom: 0px;
    position: absolute;
    width: 100%;
    min-width: 320px;
    background-color: #ffffff;
}

.menu_wrap .mw_bar ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_wrap .mw_bar li {
    width: calc(100% / 4);
    height: 100%;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}

.menu_wrap .mw_bar li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-size: 22px;
    background-position: 50% 11px;
    transition: 0.3s;
    color: #aa9e9c;
}

.menu_wrap .mw_bar li.active a {
    color: #000;
}

    .menu_wrap .mw_bar li:first-child.active a {
        background-image: url(/images/icon/i_menu_home_c.png);
    }

    .menu_wrap .mw_bar li:nth-child(2).active a {
        background-image: url(/images/icon/i_menu_note_c.png);
    }

    .menu_wrap .mw_bar li:nth-child(3).active a {
        background-image: url(/images/icon/i_menu_inherit_c.png);
    }

    .menu_wrap .mw_bar li:last-child.active a {
        background-image: url(/images/icon/i_menu_bucket_c.png);
    }


.menu_wrap .mw_bar li.m_home a {
    background-image: url(/images/icon/i_menu_home.png);
    background-size: 24px;
    background-position: center 10px;
}

.menu_wrap .mw_bar li.m_note a {
    background-image: url(/images/icon/i_menu_note.png);
    background-size: 26px;
    background-position: center 12px;
}

.menu_wrap .mw_bar li.m_inherit a {
    background-image: url(/images/icon/i_menu_inherit.png);
    background-size: 20px;
    background-position: center 8px;
}

.menu_wrap .mw_bar li.m_bucket a {
    background-image: url(/images/icon/i_menu_bucket.png);
    background-size: 16px;
    background-position: center 7px;
}

.menu_wrap .mw_bar li a span {
    position: absolute;
    bottom: 7px;
    width: 100%;
    left: 0;
}


/*-------------------------------
           mw_list
-------------------------------*/

.menu_wrap .mw_list {
    position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    background-color: #ffffff;
    /* box-shadow: 0px 0px 6px rgb(0 0 0 / 20%); */
    z-index: 2;
    right: -80%;
    -webkit-box-shadow: -10px 0 20px -10px rgb(0 0 0 / 10%);
    box-shadow: -10px 0 20px -10px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.menu_wrap .mw_list.active {
    right: 0%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    height: 100%;
}

.menu_wrap .mw_list.inactive {
    width: 0%;
    height: 100%;
}

.menu_wrap .mw_list .mwl_cont {
    height: 100%;
    padding: 2rem;
    padding-top: calc(2rem + constant(safe-area-inset-top) );
    padding-top: calc(2rem + env(safe-area-inset-top) );
    box-sizing: border-box;
    overflow: auto;
}

.menu_wrap .mw_list .mc_info {
    display: flex;
    justify-content: flex-end;
}

.menu_wrap .mw_list .mc_info .setting {
    margin-right: 2rem;
}

    .menu_wrap .mw_list .mc_member .pic, .p_mypage .mc_member .pic  {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .menu_wrap .mw_list .mc_member .pic .img, .p_mypage .mc_member .pic .img {
        position: relative;
        background: #f2f3f5;
        border-radius: 50%;
        box-sizing: border-box;
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-bottom: 1rem;
    }
        .menu_wrap .mw_list .mc_member .pic .img p, .p_mypage .mc_member .pic .img p {
            box-sizing: border-box;
            width: 70px;
            height: 70px;
            overflow: hidden;
            border-radius: 50%;
        }

        .menu_wrap .mw_list .mc_member .pic .img .basic, .p_mypage .mc_member .pic .img .basic {
            width: 100%;
            height: auto;
        }

        .menu_wrap .mw_list .mc_member .pic .img .write, .p_mypage .mc_member .pic .img .write {
            position: absolute;
            height: 2.4rem;
            width: auto;
            bottom: 0;
            right: 0;
        }

.menu_wrap .mw_list .mc_member .name {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .menu_wrap .mw_list .mc_member .name .text_2b {
        margin-right: 1rem;
    }

.menu_wrap .mw_list .mc_list .mcl_ic {
    box-sizing: border-box;
    display: flex;
    padding: 3rem 0 2.5rem;
}

    .menu_wrap .mw_list .mc_list .m_setting_info {
        border-bottom: 1px solid #e1e4e9;
    }

.menu_wrap .mw_list .mc_list .mcl:last-child {
    border-bottom: 0px;
}

.menu_wrap .mw_list .mc_list .mcl_ic .mcli {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3);
    cursor: pointer;
}

.menu_wrap .mw_list .mc_list .mcl_ic .mcli .img {
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_wrap .mw_list .mc_list .mcl_ic .mcli.m_ask_notice img {
    height: 2rem;
}

.menu_wrap .mw_list .mc_list .mcl_ic .mcli.m_notice img {
    height: 2.3rem;
    position: relative;
    top: -1px;
}

.menu_wrap .mw_list .mc_list .mcl_ic .mcli .txt {
    margin-top: 0.6rem;
    text-align: center;
}

.menu_wrap .mw_list .mc_list .mcl_li {
    padding: 2.5rem 0;
}

.menu_wrap .mw_list .mc_list .mcl_li .mcli {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    align-items: center;
}

.menu_wrap .mw_list .mc_list .mcl_li .mcli:last-child {
    margin-bottom: 0;
}

.menu_wrap .mw_list .mc_list .mcl_li .mcli:last-child {
    margin-bottom: 0;
}

.menu_wrap .mw_list .mc_list .mcl_li .mcli_info {
    flex-direction: column;
    align-items: flex-start;
}

.menu_wrap .mw_list .mwlc_setting .mc_list .m_setting_info .info {
    margin-top: 0.5rem;
}

.menu_wrap .mw_list .mc_list .mcl_li.mcl_liv2 .mcli {
    margin-bottom: 1.8rem;
    padding-bottom: 1.8rem;
}

.menu_wrap .mw_list .mc_list .mcl_li.mcl_liv2:first-child {
    padding-top: 3.5rem;
}

    .menu_wrap .mw_list .mwlc_setting .mcli.m_push .tit_f {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }


.cs_emergency {
    position: relative;
    width: fit-content;
    margin: 1.5rem 0 0 auto;
}

.cs_emergency .cse {
    cursor: pointer;
    width: 170px;
}

.cs_emergency .balloon {
    position: absolute;
    right: 6rem;
    height: 6.6rem;
}

.cs_emergency .balloon .txt {
    position: absolute;
    top: 9px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    line-height: 1.4;
    text-align: center;
    font-size:1.21rem;
    font-weight:400;
}

    .cs_emergency .img {
        background: #f2f3f5;
        width: 7.4rem;
        height: 7.4rem;
        box-sizing: border-box;
        border-radius: 50%;
        margin: 0 0 0 auto;
    }

.cs_emergency .img img {
    height: 3.4rem;
    position: absolute;
    right: 8px;
    top: 19px;
}






/* ----------
    btn 관련 
  ---------- */
.i_close {
    background-image: url(/Images/icon/i_close.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    text-indent: -9999px;
    font-size: 0px;
    width: 2.6rem;
    height: 2.6rem;
    cursor: pointer;
}

.i_setting {
    background-image: url(/Images/icon/i_setting.png);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center;
    text-indent: -9999px;
    font-size: 0px;
    width: 2.6rem;
    height: 2.6rem;
    cursor: pointer;
}

.i_arrow_r {
    background-image: url(/Images/icon/i_arrow_right_gray.png);
    background-repeat: no-repeat;
    background-size: 6px;
    width: 1rem;
    height: 1.8rem;
    background-position: center;
    text-indent: -9999px;
    font-size: 0px;
    cursor: pointer;
}

.i_arrow_r_w {
    background-image: url(/Images/icon/i_arrow_right_w.png);
    background-repeat: no-repeat;
    background-size: 6px;
    width: 1rem;
    height: 1.8rem;
    background-position: center;
    text-indent: -9999px;
    font-size: 0px;
    cursor: pointer;
}

.i_arrow_l {
    background-image: url(/Images/icon/i_arrow_left.png);
    background-repeat: no-repeat;
    background-size: 7px;
    width: 1rem;
    height: 1.8rem;
    background-position: center;
    text-indent: -9999px;
    font-size: 0px;
    cursor: pointer;
}


.c_toggle .toggle_switch {
    width: 60px;
    height: 25px;
    display: block;
    position: relative;
    border-radius: 30px;
    background-color: #d7d7d7;
    /*box-shadow: 0 0 16px 3px rgb(0 0 0 / 15%);*/
    cursor: pointer;
}

    .c_toggle .toggle_switch .toggle_btn {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 3px;
        transform: translateY(-50%);
        border-radius: 50%;
        background-image: url(/Images/icon/i_toggle_bg.png);
        background-position: center;
        background-size: 100%;
        background-color: #fff;
        /*box-shadow: inset 0px 0px 2px 0px rgb(0 0 0 / 20%)*/
    }

.c_toggle .toggle_input:checked ~ .toggle_switch {
    background: #ffcc02;
}

    .c_toggle .toggle_input:checked ~ .toggle_switch .toggle_btn {
        left: calc(100% - 23px);
        /*background: #fff;*/
    }

.c_toggle .toggle_switch, .c_toggle .toggle_btn {
    transition: all 0.2s ease-in;
}

.c_toggle .on_txt {
    display: none;
    margin: 0px 0 0px 10px;
    line-height: 1.8;
}
.c_toggle .toggle_input:checked ~ .toggle_switch .on_txt {
    display: block;
}

.c_toggle .off_txt {
    display: block;
    margin: 0px 8.5px 0px auto;
    line-height: 1.8;
    float:right;
}

.c_toggle .toggle_input:checked ~ .toggle_switch .off_txt {
    display: none;
}
    .cs_search {
        position: relative;
        margin-bottom: 2rem;
    }

    .cs_search input {
        box-sizing: border-box;
        width: 100%;
        border-radius: 10px;
        height: 4rem;
        text-align: center;
        padding: 0 5rem;
    }

    .cs_search img {
        position: absolute;
        height: 2rem;
        top: 9px;
        right: 16px;
    }

    .cs_search input::placeholder {
        font-weight: 500;
        font-size: 13px;
    }

.cs_q_detail {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    background-image: url(/Images/layout/home_banner_bg_red.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    cursor: pointer;
}

    .cs_q_detail .txt_wrap .info {
        margin-bottom: 0.3rem;
    }

    .cs_q_detail .img {
        height: 5.4rem;
        padding-right: 1.5rem;
    }

.cs_select {
    display: flex;
}

    .cs_select .csc {
        margin-right: 0.5rem;
    }

        .cs_select .csc select {
            box-sizing: border-box;
            border: 1px solid #bebebe;
            border-radius: 5px;
            padding: 0.4rem 2rem 0.4rem 1rem;
            cursor: pointer;
            background-image: url(/Images/icon/i_select_arrow.png);
            background-position: 88% 56%;
            background-size: 7px;
            text-align: center;
            min-width: 8rem;
        }


.cs_tab {
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 3rem;
    overflow: hidden;
}

    .cs_tab .ctab_head {
        box-sizing: border-box;
        display: flex;
        padding-bottom: 1.5rem;
    }

        .cs_tab .ctab_head .cth {
            width: 50%;
            text-align: center;
            position: relative;
            box-sizing: border-box;
            padding: 0.8rem 0rem;
            color: #828282;
        }

            .cs_tab .ctab_head .cth.on {
                color: #5d7cf9;
            }

                .cs_tab .ctab_head .cth.on:after {
                    position: absolute;
                    content: '';
                    width: 50%;
                    height: 3px;
                    background-color: #5d7cf9;
                    bottom: 0;
                    left: 50%;
                    transform: translate(-50%, 0);
                }

    .cs_tab .ctab_cont {
        box-sizing: border-box;
        padding: 0.5rem 2rem 2rem;
    }

        .cs_tab .ctab_cont .table .ta {
            display: flex;
            justify-content: space-between;
            margin-bottom: 0.5rem;
        }

            .cs_tab .ctab_cont .table .ta:last-child {
                margin-bottom: 0;
            }

            .cs_tab .ctab_cont .table .ta.ta_sub {
                box-sizing: border-box;
                padding-left: 1.5rem;
                margin-bottom: 0;
                flex-direction: column;
            }

        .cs_tab .ctab_cont .table .ta_sub .tas {
            display: flex;
            justify-content: space-between;
        }

            .cs_tab .ctab_cont .table .ta_sub .tas:last-child {
                margin-bottom: 2rem;
            }

        .cs_tab .ctab_cont .ctab_c .map {
            margin: -0.5rem -2rem -2rem;
        }

            .cs_tab .ctab_cont .ctab_c .map img {
                width: 100%;
                height: auto;
            }

/*------------------
     bottom button
 -------------------*/
.infoText {
    word-break: break-all;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.65;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}




/*---------------------------------------------------------------------------------
                                  Media Query
----------------------------------------------------------------------------------*/
@media (max-width: 991.98px) {
}


@media (max-width: 500px) {


}
