/*! common start*/
.wrap{max-width: 468px; margin: 0 auto;padding: 10px; box-sizing: border-box;}
/*! common end*/

/*!  slide start*/
.swiper-slide img{width: 100%;}
.swiper-pagination-bullet{background-color: #A6A6A6;;padding: 3px;}
.swiper-pagination-bullet-active{background-color: #D9D9D9;}
.swiper-pagination-bullets{bottom: 20px !important;}
.banner_slide{padding-bottom: 50px;}
/*!  slide end*/

/*!  tab start*/ 
.member_ico{margin-bottom: -3px; text-align: center;}
.member_ico img{max-width: 50px; vertical-align: baseline;width: 100%;}
.tab .tabnav{display: flex; ; gap: 5px; justify-content: space-between;}
.tab .tabnav li {width: 50%;}
.tab .tabnav{margin-bottom: 20px;}
.tab .tabnav a {background-color: #F2F2F2; padding: 10px; width: 100%; text-align: center; border-radius: 5px;box-sizing: border-box;font-weight: bold; color: #A6A6A6;}
.tab .tabnav a.active{background-color: #D9D9D9;  color: #000;}
input {width: 100%; padding:10px;box-sizing: border-box; border-radius: 5px; outline: none; border: 1px solid #A6A6A6;}
.inp{margin-bottom: 10px;}
.login_btn button{padding: 10px; background-color:#DC568F ; color: #fff; width: 100%; outline: none; border: none; cursor: pointer; border-radius: 5px; font-weight: bold ; font-size: 20px;}
/*!  tab end*/

/*!  memberinfo start*/
.member_info{margin-top:30px;}
.member_info .box {text-align: center; color: #7F7F7F;}
.member_info p{ font-size: 12px; text-align: center; color: #7F7F7F; margin-top:15px;}
/*!  memberinfoend*/

/*!  start*/
/*!  end*/
/*!  start*/
/*!  end*/
/*!  start*/
/*!  end*/
/*!  start*/
/*!  end*/


/*푸터고정*/
footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 100;
}
footer > ul {
}
footer > ul:after {
    content: "";
    display: block;
    clear: both;
}
footer > ul > li {
    float: left;
    width: 25%;
    position: relative;
}
footer.new > ul > li {
    width: 20%;
}
footer > ul > li img {
    max-height: 90px;
}

footer > ul > li .count {
    position: absolute;
    top: 10%;
    left: 40px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background-color: #ff0001;
    color: #fff;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    text-align: center;
    display: none;
}

/*LEFT NAV*/
.lm_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 200;
}
nav .left_menu {
    width: 62%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -63%;
    overflow-y: scroll;
    padding-bottom: 15px;
    background-color: #fff;
    z-index: 9999;
}
nav .left_menu_top {
    width: 100%;
    background: url("/app/common/img/nav/menu_top_bg.jpg") no-repeat left top;
    background-size: 100% 100%;
    padding-bottom: 10px;
}
nav .left_menu_top .mt_block {
    width: 88%;
    margin: 0 auto;
    padding: 15px 0 0px 0;
}
nav .left_menu_top .mt_block .join_guide {
    width: 100%;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}
nav .left_menu_top .mt_block .mt_button {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 5px;
}
nav .left_menu_top .mt_block .mt_button:after {
    content: "";
    display: block;
    clear: both;
}
nav .left_menu_top .mt_block .mt_button > div {
    width: 47%;
    padding: 5px 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 3px;
}
nav .left_menu_top .mt_block .mt_button > div:nth-child(1) {
    float: left;
}
nav .left_menu_top .mt_block .mt_button > div:nth-child(2) {
    float: right;
}
nav .left_menu_top .mt_block .name_close {
    width: 100%;
}
nav .left_menu_top .mt_block .name_close:after {
    content: "";
    display: block;
    clear: both;
}
nav .left_menu_top .mt_block .name_close > div:nth-child(1) {
    float: left;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
}
nav .left_menu_top .mt_block .name_close > div:nth-child(1) > span.sp_set {
    display: inline-block;
    font-size: 1.1rem;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 2px 3px;
    vertical-align: top;
    margin: 3px 0 0 7px;
}
nav .left_menu_top .mt_block .name_close > div:nth-child(1) > span.sp_set_img {
    display: inline-block;
}
nav
    .left_menu_top
    .mt_block
    .name_close
    > div:nth-child(1)
    > span.sp_set_img
    > img {
    width: 18px;
    vertical-align: top;
    margin: 1px 0 0 5px;
}

nav .left_menu_top .mt_block .name_close > div:nth-child(2) {
    float: right;
    width: 22px;
}
nav .left_menu_top .mt_block .mem_grade,
.mem_phone {
    width: 100%;
    font-size: 1.5rem;
    color: #fff;
    border-bottom: 1px solid #ff8289;
    padding: 9px 0;
}
nav .left_menu_top .mt_block .left_right {
    width: 100%;
    margin: 5px 0 0px 0;
    padding: 2px 0;
}
nav .left_menu_top .mt_block .left_right:after {
    content: "";
    display: block;
    clear: both;
}
nav .left_menu_top .mt_block .left_right > div:nth-child(1) {
    float: left;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}
nav .left_menu_top .mt_block .left_right > div:nth-child(2) {
    float: right;
    font-size: 1.5rem;
    color: #fff;
}
nav .left_menu .gnb {
    width: 100%;
}
nav .left_menu .gnb > ul {
    width: 88%;
    margin: 0 auto;
}
nav .left_menu .gnb > ul > li {
    width: 100%;
    border-bottom: 1px solid #ff8289;
}
nav .left_menu .gnb > ul > li > a {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #414141;
}
nav .left_menu .gnb > ul > li > a:active {
    color: #ff8289;
}

/*메인 right_notice*/
.m_notice .right_notice {
    width: 62%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -63%;
    overflow-y: scroll;
    background-color: #fff;
    z-index: 9999;
    border-left: 1px solid #bfbfbf;
}
.m_notice .right_notice .mn_close {
    position: relative;
    width: 100%;
    height: 22px;
    padding-top: 15px;
}
.m_notice .right_notice .mn_close > div:nth-child(1) {
    position: absolute;
    top: 17px;
    left: 5%;
    width: 20px;
}
.m_notice .right_notice .mn_close > div:nth-child(2) {
    width: 100%;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}
.m_notice .right_notice .mn_title {
    width: 90%;
    padding: 15px 5%;
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: 600;
    background: #f2f2f2 url("/app/common/img/nav/sub_arrow.png") no-repeat 95%
        48%;
    background-size: 15px;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}
.m_notice .right_notice .mn_listType {
    display: none;
    position: absolute;
    background: #f2f2f2;
    width: 100%;
    padding: 0px 0px;

    box-shadow: 0px 3px 5px #cccccc;
    -webkit-box-shadow: 0px 3px 5px #cccccc;
    -moz-box-shadow: 0px 3px 5px #cccccc;
}
.m_notice .right_notice .mn_listType > ul > li {
    padding: 10px 0px 10px 10px;
    font-size: 1.5rem;
    border-bottom: 1px solid #bfbfbf;
}
.m_notice .right_notice ul.mn_list {
    width: 100%;
}
.m_notice .right_notice ul.mn_list > li {
    width: 90%;
    padding: 10px 5%;
    border-bottom: 1px solid #bfbfbf;
    line-height: 1.3;
}
.m_notice .right_notice ul.mn_list > li > div:nth-child(1) {
    font-size: 1.3rem;
}
.m_notice .right_notice ul.mn_list > li > div:nth-child(1).link {
    color: #4571a7;
}
.m_notice .right_notice ul.mn_list > li > div:nth-child(1).link:active {
    text-decoration: underline;
}
.m_notice .right_notice ul.mn_list > li > div:nth-child(2) {
    font-size: 1.2rem;
    color: #8a8a8a;
    margin-top: 3px;
}

/*메인페이지*/
section .main_menu {
    width: 96%;
    height: 19%;
    margin: 0 auto 1% auto;
}
section .main_menu img:active {
    border: 1px solid #9e161e;
    box-sizing: border-box;
}
section .main_menu > img {
    width: 100%;
    height: 100%;
}
section .main_menu > div:nth-child(1) {
    float: left;
    width: 49%;
    height: 100%;
}
section .main_menu > div:nth-child(2) {
    float: right;
    width: 49%;
    height: 100%;
}
section .main_menu > div > img {
    width: 100%;
    height: 100%;
}

section .m_menu_1 {
    width: 100%;
    margin-top: 8px;
}
section .m_menu_23 {
    width: 100%;
    margin: 8px 0;
}
section .m_menu_23:after {
    content: "";
    display: block;
    clear: both;
}
section .m_menu_23 .m_menu_2 {
    float: left;
    width: 49%;
}
section .m_menu_23 .m_menu_3 {
    float: right;
    width: 49%;
}

/*서브페이지*/
section ul.menu_list {
    width: 100%;
}
section ul.menu_list > li {
    width: 92%;
    padding: 15px 4%;
    border-bottom: 1px solid #e7e7e7;
    font-size: 1.5rem;
    color: #58585a;
    background-color: #fff;
}
section ul.menu_list > li:active {
    background-color: #eeecec;
}
section ul.menu_list > li:after {
    content: "";
    display: block;
    clear: both;
}
section ul.menu_list > li:first-child {
    padding: 18px 4% 15px 4%;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #e7e7e7;
    background-color: #eaeaea;
}
section ul.menu_list > li:first-child:active {
    background-color: #fff;
}
section ul.menu_list > li > span:nth-child(1) {
    float: left;
}
section ul.menu_list > li > span:nth-child(2) {
    float: right;
}
section ul.menu_list > li > label {
    float: right;
}
section ul.menu_list > li > span.set_login {
    width: 60px;
}
section ul.menu_list > li > span.list_arrow {
    width: 6px;
}
section ul.check_list > li:active {
    background-color: #fff;
}
section .right_text {
    width: 92%;
    margin: 0 auto;
    padding: 20px 0 0 0;
    font-size: 1.5rem;
    color: #58585a;
    background-color: #fff;
    text-align: right;
}

section .sub_type1 {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}
section .sub_type2 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px 0;
}
section .sub_type2_1 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
}
section .sub_type3 {
    position: relative;
    width: 94%;
    margin: 0 auto;
    padding: 0;
}
section .sub_type1 .p_input {
    width: 100%;
    margin-top: 15px;
}
section .sub_type1 .p_input:after {
    content: "";
    display: block;
    clear: both;
}
section .sub_type1 .p_input > div:nth-child(1) {
    float: left;
    width: 65%;
}
section .sub_type1 .p_input > div:nth-child(1).allWidth {
    float: left;
    width: 100%;
}
section .sub_type1 .p_input > div:nth-child(1) > input[type="text"] {
    padding: 1px 1%;
    width: 98%;
    height: 29px;
    font-size: 1.4rem;
    color: #58585a;
    border: 0;
    border-bottom: 1px solid #58585a;
}
section .sub_type1 .p_input > div:nth-child(1) > input[type="text"].gray {
    border-bottom: 1px solid #c7c8ca;
}
section .sub_type1 .p_input > div:nth-child(1) > input[type="number"] {
    padding: 1px 1%;
    width: 98%;
    height: 29px;
    font-size: 1.4rem;
    color: #58585a;
    border: 0;
    border-bottom: 1px solid #58585a;
}
section .sub_type1 .p_input > div:nth-child(1) > input[type="number"].gray {
    border-bottom: 1px solid #c7c8ca;
}
section .sub_type1 .p_input > div:nth-child(2) {
    float: right;
    width: 35%;
}
section .sub_type1 .p_input > div:nth-child(2) > span {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 1.4rem;
    color: #95141c;
    text-align: center;
    border: 1px solid #b72831;
}
section .sub_type1 .p_input > div:nth-child(2) > span.dont {
    background-color: #b72831;
    color: #fff;
}

section .sub_type1 .t_input > input[type="text"] {
    width: 100%;
    height: 29px;
    margin-top: 18px;
    font-size: 1.4rem;
    color: #58585a;
    border: 0;
    border-bottom: 1px solid #58585a;
}
section .sub_type1 .t_input > input[type="password"] {
    width: 100%;
    height: 29px;
    margin-top: 10px;
    font-size: 1.4rem;
    color: #58585a;
    border: 0;
    border-bottom: 1px solid #58585a;
}
section .sub_type1 .t_input > input[type="number"] {
    width: 100%;
    height: 29px;
    margin-top: 10px;
    font-size: 1.4rem;
    color: #58585a;
    border: 0;
    border-bottom: 1px solid #58585a;
}

section .sub_type1 .r_certify {
    position: absolute;
    top: 25px;
    right: 0;
    width: 100%;
}
section .sub_type1 .r_certify:after {
    content: "";
    display: block;
    clear: both;
}
section .sub_type1 .r_certify > span {
    float: right;
    display: block;
    width: 35%;
    height: 30px;
    line-height: 30px;
    font-size: 1.4rem;
    color: #95141c;
    text-align: center;
    border: 1px solid #b72831;
}
section .sub_type1 .r_certify > span.dont {
    background-color: #b72831;
    color: #fff;
}

section .certify_wrap {
    width: 100%;
    margin-top: 20px;
}
section .certify_wrap:after {
    content: "";
    display: block;
    clear: both;
}
section .certify_wrap > div:nth-child(1) {
    float: left;
    width: 47%;
}
section .certify_wrap > div:nth-child(2) {
    float: right;
    width: 47%;
}
section .certify_wrap .button {
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #58585a;
    font-size: 1.5rem;
    text-align: center;
    border: 1px solid #d0d0d0;
}
section .certify_wrap .phone {
    background: url("/app/common/img/section/phone_bg.png") 10% center no-repeat;
    background-size: 11px 18px;
}
section .certify_wrap .person {
    background: url("/app/common/img/section/person_bg.png") 10% center
        no-repeat;
    background-size: 14px 18px;
}
section .certify_wrap .active {
    height: 44px;
    line-height: 44px;
    border: 5px solid #b72831;
}

section .top_title {
    width: 100%;
}
section .top_title:after {
    content: "";
    display: block;
    clear: both;
}
section .top_title > div {
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #c7c8ca;
    font-size: 1.7rem;
    text-align: center;
    font-weight: 600;
    color: #58585a;
}
section .top_title > div.active {
    height: 46px;
    border-bottom: 5px solid #b72831;
    color: #000;
}
section .sub_type1 .t_agree {
    width: 100%;
    margin-top: 7px;
}
section .sub_type1 .t_agree:after {
    content: "";
    display: block;
    clear: both;
}
section .sub_type1 .t_agree > div:nth-child(1) {
    float: left;
    width: 80%;
    font-size: 1.3rem;
    color: #58585a;
    line-height: 1.3;
}
section .sub_type1 .t_agree > div:nth-child(2) {
    float: right;
}

section .sub_type1 .nick_wrap {
    width: 100%;
}
section .sub_type1 .nick_wrap:after {
    content: "";
    display: block;
    clear: both;
}
section .sub_type1 .nick_wrap > div:nth-child(1) {
    float: left;
    width: 48%;
}
section .sub_type1 .nick_wrap > div:nth-child(2) {
    float: right;
    width: 48%;
}
section .sub_type1 .nick_wrap input[type="text"] {
    padding: 0;
    width: 100%;
    height: 29px;
    font-size: 1.4rem;
    color: #58585a;
    border: 0;
    border-bottom: 1px solid #58585a;
}

section .complete_wrap {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

section .s_top {
    width: 100%;
    padding: 20px 0;
    background-color: #f4f4f4;
}
section .s_top > div {
    width: 90%;
    margin: 0 auto;
}

/*로그인 페이지*/
section .login_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url("/app/common/img/section/login_bg_2.jpg") no-repeat;
    background-size: 100% 100%;
}
section .login_wrap .login_logo {
    position: absolute;
    top: 18%;
    left: 39%;
    width: 24%;
}
section .login_wrap .login_info {
    position: absolute;
    top: 38%;
    left: 12%;
    width: 76%;
}
section .login_wrap .login_info > div {
    width: 100%;
    padding-bottom: 7px;
    border-bottom: 1px solid #fff;
}
section .login_wrap .login_info > div > span {
    display: inline-block;
    width: 45%;
    font-size: 1.3rem;
    color: #fff;
}
section .login_wrap .login_info > div > input[type="text"] {
    width: 40%;
    font-size: 1.4rem;
    color: #fff;
    background-color: transparent;
    border: 0;
}
section .login_wrap .login_info > div > input[type="password"] {
    width: 40%;
    font-size: 1.4rem;
    color: #fff;
    background-color: transparent;
    border: 0;
}
section .login_wrap .login_info > div > input[type="number"] {
    width: 40%;
    font-size: 1.4rem;
    color: #fff;
    background-color: transparent;
    border: 0;
}
section .login_wrap .login_info > div > a {
    display: inline-block;
    font-size: 1.4rem;
    color: #ff7179;
}
section .login_wrap .login_info > div.auto {
    margin-top: 15px;
    border: 0;
    font-size: 1.4rem;
    color: #fff;
}
section .login_wrap .login_info > div.auto input[type="checkbox"] {
    vertical-align: middle;
    margin-top: -2px;
}
section .login_wrap .login_info > div.account {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
    text-align: center;
}
section .login_wrap .login_info > div.account > span {
    display: inline-block;
    width: auto;
    font-size: 1.4rem;
    color: #fff;
    padding: 2px 3px;
}
section .login_wrap .login_info .login_error {
    margin-top: 40px;
    border: 0;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 600;
}
section .login_wrap .login_info > div.info {
    margin: auto -9%;
    margin-bottom: 10px;
    border: 1px solid #c7c8ca;
    text-align: center;
    padding: 10px 10px 20px 10px;
    width: 110%;
    background-color: #fff;
}

/*주문*/
section .o_list {
    padding: 36px 0 30px 0;
    border: 1px solid #c7c8ca;
}
section .o_list:after {
    content: "";
    display: block;
    clear: both;
}
section .o_list > div:nth-child(1) {
    float: left;
    width: 61px;
}
section .o_list > div:nth-child(2) {
    float: left;
    width: calc(100% - 65px);
}
section .o_list > div:nth-child(2) .o_title {
    width: 100%;
    margin-left: 0px;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: #414141;
}
section .o_list > div:nth-child(2) .o_title:after {
    content: "";
    display: block;
    clear: both;
}
section .o_list > div:nth-child(2) .o_title:active {
    opacity: 0.7;
}
section .o_list > div:nth-child(2) .o_title > img {
    width: 11px;
    margin: 1px 0 0 20px;
    vertical-align: top;
}
section .o_list > div:nth-child(2) .o_count {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
section .o_list > div:nth-child(2) .o_count:active {
    opacity: 0.7;
}
section .o_list > div:nth-child(2) .o_count > span.list_span {
    display: inline-block;
    width: 240px;
    padding: 5px 0px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #58585a;
    background-color: #efefef;
    border-radius: 5px;
}
/*
section .o_list > div:nth-child(2) .o_count > span.text {display:inline-block;padding:5px 20px;font-size:1.5rem;color:#58585a;}
section .o_list > div:nth-child(2) .o_count > span.num {display:inline-block;width:46px;padding:5px 0;font-size:1.5rem;color:#000000;background-color:#efefef;border-radius:10px;}
section .o_list > div:nth-child(3) {float:right;width:11px;padding:23px 28px 0 0;}
*/

section .shop_set {
    width: 100%;
}
section .shop_set:after {
    content: "";
    display: block;
    clear: both;
}
section .shop_set > div:nth-child(1) {
    float: left;
    font-size: 1.5rem;
    color: #58585a;
}
section .shop_set > div:nth-child(1) > span:nth-child(2) {
    font-weight: 600;
    padding: 0 15px;
}
section .shop_set > div:nth-child(1) > span:nth-child(3) {
    font-weight: 600;
    color: #231f20;
}
section .shop_set > div:nth-child(2) {
    float: right;
    width: 22px;
    margin-top: -3px;
}

section .p_place {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 15px auto;
    background-color: #b72831;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

/*서브메뉴 상단 고정*/
section .sub_top_blank {
    width: 100%;
    height: 73px;
}
section .sub_top_menu {
    position: fixed;
    top: 60px;
    width: 100%;
    height: 73px;
    background-color: #fff;
}

section ul.p_menu {
    width: 100%;
}
section ul.p_menu:after {
    content: "";
    display: block;
    clear: both;
}
section ul.p_menu > li {
    float: left;
    width: 33%;
    height: 49px;
    line-height: 49px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #58585a;
    text-align: center;
    border-bottom: 1px solid #c7c8ca;
    box-sizing: border-box;
}
section ul.p_menu > li.active {
    color: #231f20;
    border-bottom: 5px solid #b72831;
}

/*mall 추가 2018-06-28*/
section .mall_menu {
    position: relative;
    width: 100%;
    height: 37px;
}
section .mall_menu .swiper_mm_wrap {
    position: relative;
    width: calc(100% - 47px);
}
section .mall_menu .swiper_mm_wrap .o_prev {
    width: 20px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #fff),
        color-stop(100%, rgba(255, 255, 255, 0))
    );
    z-index: 2;
}
section .mall_menu .swiper_mm_wrap .o_next {
    width: 30px;
    height: 37px;
    position: absolute;
    top: 0;
    right: 0;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, rgba(255, 255, 255, 0)),
        color-stop(100%, #fff)
    );
    z-index: 2;
}
#mall_top_swiper {
    width: 100%;
}
#mall_top_swiper > .swiper-wrapper {
    width: 100%;
}

#mall_top_swiper > .swiper-wrapper .active {
    color: #231f20;
    border-bottom: 5px solid #b72831;
}
section .mall_menu .mm_put {
    position: absolute;
    top: -4px;
    right: 8px;
    width: 47px;
    background: #fff;
    z-index: 100;
}
.mall_bottom_button {
    display: block;
    position: fixed;
    right: 4%;
    width: 45px;
	bottom:10%;
    padding-bottom: 15px;
    z-index: 100;
}
.mall_bottom_button > div:nth-child(1) {
    margin-bottom: 10px;
}
/*mall 추가 2018-06-28*/

section .list_type1 {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}
section .list_type1 > dl {
    width: 92%;
    padding: 10px 4%;
}
section .list_type1 > dl:after {
    content: "";
    display: block;
    clear: both;
}
section .list_type1 > dl:active {
    background-color: #f4f4f4;
}
section .list_type1 > dl > dt {
    float: left;
    width: 67px;
    border-radius: 67px;
    border: 1px solid #dadada;
}
section .list_type1 > dl > dt img {
    height: 67px;
    border-radius: 67px;
}
section .list_type1 > dl > dd {
    float: right;
    width: calc(100% - 76px);
}
section .list_type1 > dl > dd .name_price {
    width: 100%;
    font-size: 1.5rem;
}
section .list_type1 > dl > dd .name_price:after {
    content: "";
    display: block;
    clear: both;
}
section .list_type1 > dl > dd .name {
    float: left;
    width: calc(100% - 90px);
    padding: 12px 0;
    color: #757575;
}
/*section .list_type1 > dl > dd .name {float:left;width:calc(100% - 113px);padding:12px 0;color:#757575;}*/
section .list_type1 > dl > dd .name div:nth-child(1) {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section .list_type1 > dl > dd .name div:nth-child(2) {
    margin-top: 5px;
}
section .list_type1 > dl > dd .name div > span:nth-child(1) {
    color: #000;
}
section .list_type1 > dl > dd .price {
    float: right;
    width: 90px;
    padding: 20px 0;
    font-size: 1.6rem;
    color: #000;
    text-align: right;
}
/*section .list_type1 > dl > dd .price {float:left;width:78px;padding:20px 0;font-size:1.6rem;color:#000;text-align:right;}*/
section .list_type1 > dl > dd .list_put {
    float: right;
    width: 27px;
    padding-top: 16px;
}
section .list_type1 .choice {
    display: none;
    width: 92%;
    padding: 10px 4%;
}
section .list_type1 .choice .explain {
    font-size: 1.5rem;
    margin: 0px 0px 10px 0px;
    line-height: 23px;
    letter-spacing: -1px;
}
section .list_type1 .choice .explain_delivery {
    font-size: 1.4rem;
    margin: -10px 0px 10px 0px;
    line-height: 23px;
    letter-spacing: -1px;
}
section .list_type1 .choice .cou_sel {
    width: 100%;
}
section .list_type1 .choice .cou_sel:after {
    content: "";
    display: block;
    clear: both;
}
section .list_type1 .choice .cou_sel .count {
    float: left;
}
section .list_type1 .choice .cou_sel .count > span {
    display: inline-block;
}
section .list_type1 .choice .cou_sel .count > span:nth-child(1) {
    height: 24px;
    line-height: 24px;
    font-size: 1.5rem;
    color: #000;
    vertical-align: middle;
}
section .list_type1 .choice .cou_sel .count > span:nth-child(2) {
    width: 24px;
    float: right;
}
section .list_type1 .choice .cou_sel .count > span:nth-child(3) {
    float: right;
}
section
    .list_type1
    .choice
    .cou_sel
    .count
    > span:nth-child(3)
    > input[type="text"] {
    width: 50px;
    height: 24px;
    font-size: 1.5rem;
    color: #000;
    text-align: center;
    border: 0;
    padding: 0;
    vertical-align: middle;
    float: right;
}
section .list_type1 .choice .cou_sel .count > span:nth-child(4) {
    width: 24px;
    margin-left: 10px;
    float: right;
}
section .list_type1 .choice .cou_sel .select {
    float: right;
}
section .list_type1 .choice .cou_sel .select select {
    width: 100px;
    padding: 5px 15px 5px 7px;
    font-size: 1.5rem;
    color: #000;
}
section .list_type1 .choice .p_button {
    width: 100%;
    padding: 20px 0 5px 0;
    text-align: center;
}
section .list_type1 .optionlist input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 0px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
section .list_type1 .optionlist input[type="radio"] + label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
section .list_type1 .optionlist input[type="radio"] + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 13px;
    height: 13px;
    text-align: center;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 100%; /*box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
} /*ios 13.4 버전 업데이트시 라디오 버튼 쉐도우 적용 안되어서 삭제 */
section .list_type1 .optionlist input[type="radio"] + label:active:before,
section
    .list_type1
    .optionlist
    input[type="radio"]:checked
    + label:active:before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
section .list_type1 .optionlist input[type="radio"]:checked + label:before {
    background: #e9ecee;
    border-color: #b72831;
}
section .list_type1 .optionlist input[type="radio"]:checked + label:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 3px;
    width: 9px;
    height: 9px;
    background: #b72831;
    border-radius: 100%;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
}

section .p_cart {
    width: 100%;
    margin-bottom: 20px;
}
section .p_cart .title {
    width: 100%;
    padding: 12px 0;
    font-size: 1.6rem;
    font-weight: 600;
    color: #c7c8ca;
    border-bottom: 3px solid #c7c8ca;
    letter-spacing: 2px;
}
section .p_cart .name_del {
    width: 100%;
    margin: 20px 0 5px 0;
}
section .p_cart .name_del:after {
    content: "";
    display: block;
    clear: both;
}
section .p_cart .name_del > div:nth-child(1) {
    float: left;
    font-size: 1.5rem;
    color: #000;
}
section .p_cart .name_del > div:nth-child(2) {
    float: right;
    width: 20px;
    padding: 0 10px;
}
section .p_cart .co_op_pr {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #c1c1c1;
}
section .p_cart .co_op_pr:after {
    content: "";
    display: block;
    clear: both;
}
section .p_cart .co_op_pr > div {
    float: left;
    font-size: 1.5rem;
    color: #58585a;
}
section .p_cart .co_op_pr > div > span {
    color: #000;
}
section .p_cart .co_op_pr > div:nth-child(1) {
    width: 28%;
    text-align: left;
}
section .p_cart .co_op_pr > div:nth-child(1) > span {
    margin-left: 20px;
}
section .p_cart .co_op_pr > div:nth-child(2) {
    width: 44%;
    text-align: center;
    background: url("/app/common/img/section/divider.png") left top no-repeat,
        url("/app/common/img/section/divider.png") right top no-repeat;
    background-size: 1px 14px;
}
section .p_cart .co_op_pr > div:nth-child(2).blankOption {
    background: url("") no-repeat;
}
section .p_cart .co_op_pr > div:nth-child(2) > span {
    margin-left: 12px;
}
section .p_cart .co_op_pr > div:nth-child(3) {
    width: 28%;
    text-align: right;
}

section .p_cart .cartOption {
    font-size: 1.3rem;
    color: #000;
}
section .p_cart .co_op_pr_t {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #c1c1c1;
}
section .p_cart .co_op_pr_t:after {
    content: "";
    display: block;
    clear: both;
}
section .p_cart .co_op_pr_t > div {
    float: left;
    font-size: 1.5rem;
    color: #58585a;
}
section .p_cart .co_op_pr_t > div > span {
    color: #000;
}
section .p_cart .co_op_pr_t > div:nth-child(1) {
    width: 65%;
    text-align: left;
}
section .p_cart .co_op_pr_t > div:nth-child(1) > span {
    margin-left: 10px;
}
section .p_cart .co_op_pr_t > div:nth-child(1) > span > img {
    width: 24px;
    height: 24px;
}
section .p_cart .co_op_pr_t > div:nth-child(1) > span > input {
    width: 24px;
    height: 24px;
    font-size: 1.5rem;
    color: #000;
    text-align: center;
    border: 0;
    padding: 0;
    vertical-align: middle;
}
section .p_cart .co_op_pr_t > div:nth-child(2) {
    width: 35%;
    text-align: right;
}

section .p_total_price {
    width: 100%;
    padding: 8px 0;
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    text-align: right;
    border-bottom: 3px solid #c7c8ca;
}
section .p_total_price > span:nth-child(2) {
    margin-left: 30px;
    color: #b72831;
}

section .pay_info {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 0 12px 0;
    font-size: 1.5rem;
    color: #58585a;
    border-bottom: 1px solid #c1c1c1;
}
section .pay_info .title {
    width: 100%;
    padding: 12px 0;
    margin-bottom: 12px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
    border-bottom: 3px solid #c7c8ca;
}
section .pay_info .info {
    width: 100%;
    padding: 8px 0;
}
section .pay_info .info:after {
    content: "";
    display: block;
    clear: both;
}
section .pay_info .info > div:nth-child(1) {
    float: left; /*width:calc(100% - 95px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;*/
}
section .pay_info .info > div:nth-child(2) {
    float: right;
    width: 93px;
    text-align: right;
    color: #000;
}
section .pay_select {
    padding: 15px 12px;
    border: 1px solid #c7c8ca;
}
section .paysel_wrap {
    margin-top: 8px;
    padding: 15px 12px;
    border: 1px solid #c7c8ca;
}

section .m_pay {
    width: 100%;
    font-size: 1.5rem;
    color: #58585a;
}
section .m_pay > div > span {
    display: inline-block;
    width: 100px;
    font-weight: 600;
    color: #000;
}
section .m_pay > div:nth-child(2) {
    margin: 15px 0;
}

/* 선택사항 */
section .pay_selectOption {
    width: 100%;
    margin: 20px 0px 20px 0px;
    padding: 0 0 0 0;
    font-size: 1.5rem;
    color: #58585a;
    border-bottom: 2px solid #c1c1c1;
}
section .pay_selectOption .title {
    width: 100%;
    padding: 12px 0;
    margin-bottom: 12px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
    border-bottom: 2px solid #c7c8ca;
}
section .pay_selectOption table {
    width: 100%;
}
section .pay_selectOption table tr th {
    padding: 7px 0px 15px 3px;
    vertical-align: top;
    text-align: left;
}
section .pay_selectOption table tr td {
    padding: 7px 0px 15px 0px;
}
section .pay_selectOption table tr td textarea {
    padding: 10px 10px;
    font-size: 1.5rem;
}

section .m_voucher {
    display: none;
    width: 100%;
}
section .m_voucher .t_bt:after {
    content: "";
    display: block;
    clear: both;
}
section .m_voucher .t_bt > div:nth-child(1) {
    float: left;
    height: 30px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 30px;
    font-weight: 600;
}
section .m_voucher .t_bt > button {
    float: right;
}

section .m_point {
    display: none;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
}
section .m_point .left_right {
    width: 100%;
    padding: 10px 0px;
}
section .m_point .left_right:after {
    content: "";
    display: block;
    clear: both;
}
section .m_point .left_right > div:nth-child(1) {
    float: left;
}
section .m_point .left_right > div:nth-child(2) {
    float: right;
}
section .m_point .p_use {
    width: 100%;
    padding: 10px 0px;
}
section .m_point .p_use:after {
    content: "";
    display: block;
    clear: both;
}
section .m_point .p_use > div:nth-child(1) {
    float: left;
    width: calc(100% - 80px);
    height: 27px;
    line-height: 27px;
    border-bottom: 1px solid #c7c8ca;
}
section .m_point .p_use > div:nth-child(1):after {
    content: "";
    display: block;
    clear: both;
}
section .m_point .p_use > div:nth-child(1) > span {
    float: left;
    width: 100px;
}
section .m_point .p_use > div:nth-child(1) > input[type="text"] {
    float: right;
    width: 100px;
    height: 25px;
    padding-right: 10px;
    font-size: 1.5rem;
    font-weight: 600;
    border: 0;
    text-align: right;
}
section .m_point .p_use > div:nth-child(1) > input[type="number"] {
    float: right;
    width: 100px;
    height: 25px;
    padding-right: 10px;
    font-size: 1.5rem;
    font-weight: 600;
    border: 0;
    text-align: right;
}
section .m_point .p_use > button {
    float: right;
}

section .three_div {
    width: 100%;
}
section .three_div .title {
    width: 100%;
    margin-bottom: 8px;
    padding: 12px 0;
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
    border-bottom: 3px solid #c7c8ca;
    letter-spacing: 2px;
}
section .three_div .pr_op_co {
    width: 100%;
    padding: 12px 0;
}
section .three_div .pr_op_co:after {
    content: "";
    display: block;
    clear: both;
}
section .three_div .pr_op_co > div {
    float: left;
    font-size: 1.5rem;
    color: #58585a;
}
section .three_div .pr_op_co > div > span {
    color: #000;
}
section .three_div .pr_op_co > div:nth-child(1) {
    width: 40%;
    text-align: left;
}
section .three_div .pr_op_co > div:nth-child(2) {
    width: 35%;
    text-align: center;
}
section .three_div .pr_op_co > div:nth-child(3) {
    width: 25%;
    text-align: right;
}

section .method_wrap {
    margin-top: 8px;
    padding: 15px 12px;
    border: 1px solid #c7c8ca;
}
section .method_wrap > div {
    font-size: 1.3rem;
    color: #58585a;
}
section .method_wrap > div:nth-child(1) {
    font-size: 1.5rem;
}
section .method_wrap > div:nth-child(2) {
    margin-top: 10px;
    padding: 12px 0;
    text-align: center;
    border-bottom: 1px solid #c7c8ca;
}
section .method_wrap > div:nth-child(3) {
    margin-top: 20px;
    font-size: 1.5rem;
    color: #000;
    text-align: center;
}

section .search_wrap {
    width: 100%;
}
section .search_wrap:after {
    content: "";
    display: block;
    clear: both;
}
section .search_wrap > div:nth-child(1) {
    float: left;
    width: 80px;
    padding-top: 8px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
}
section .search_wrap > div:nth-child(2) {
    float: left;
    width: 180px;
}
section .search_wrap > div:nth-child(2) > input[type="text"] {
    width: 110px;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #c7c8ca;
    font-size: 1.3rem;
}
section .search_wrap > div:nth-child(2) > img {
    width: 16px;
    margin-left: 5px;
}
section .search_wrap > div:nth-child(3) {
    float: left;
    width: 60px;
    padding-top: 3px;
}

/*멤버십*/
section .m_top {
    padding: 20px 0 12px 40px;
    background-color: #f4f4f4;
    border-bottom: 2px solid #e3e3e3;
}
section .m_top:after {
    content: "";
    display: block;
    clear: both;
}
section .m_top > div {
    float: left;
}
section .m_top > div:nth-child(1) {
    width: 45px;
}
section .m_top > div:nth-child(2) {
    margin-left: 40px;
    font-size: 1.5rem;
    color: #58585a;
    line-height: 1.3;
}
section .m_title {
    width: 100%;
    padding-bottom: 12px;
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: 2px solid #c7c8ca;
}

section .m_state {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #c7c8ca;
}
section .m_state:after {
    content: "";
    display: block;
    clear: both;
}
section .m_state .ms_left {
    float: left;
    width: 55%;
}
section .m_state .ms_left > div:nth-child(1) {
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    color: #000;
}
section .m_state .ms_left > div:nth-child(2) {
    width: 100%;
    margin-top: 15px;
    text-align: right;
    font-size: 2.5rem;
    font-weight: 600;
    color: #000;
}
section .m_state .ms_right {
    float: left;
    width: 45%;
    text-align: right;
}
section .m_state .ms_right > div:nth-child(2) {
    margin-top: 7px;
}

section .mem_point {
    width: 100%;
    margin-top: 15px;
}
section .mem_point:after {
    content: "";
    display: block;
    clear: both;
}
section .mem_point .mp_left {
    float: left;
    height: 25px;
    line-height: 25px;
    font-size: 1.5rem;
    color: #000;
}
section .mem_point .mp_right {
    float: right;
    height: 25px;
    line-height: 25px;
    font-size: 2.5rem;
    font-weight: 600;
    color: #000;
}

section .vou_state {
    width: 100%;
    height: 114px;
    margin-top: 7px;
    border: 1px solid #c7c8ca;
    border-radius: 0 0 50px 0;
    background-color: #fff;
}
section .vou_state .vs_top {
    width: 100%;
    border-bottom: 1px solid #c7c8ca;
}
section .vou_state .vs_top:after {
    content: "";
    display: block;
    clear: both;
}
section .vou_state .vs_top > div:nth-child(1) {
    float: left;
    width: calc(100% - 50px);
    font-size: 1.4rem;
    color: #58585a;
}
section .vou_state .vs_top > div:nth-child(1) > span {
    display: inline-block;
    height: 41px;
    line-height: 41px;
}
section .vou_state .vs_top > div:nth-child(1) > span:first-child {
    margin-left: 15px;
}
section .vou_state .vs_top > div:nth-child(1) > span:nth-child(2) {
    padding: 0 10px;
}
section .vou_state .vs_top > div:nth-child(1) > span:nth-child(3) {
    color: #000;
}
section .vou_state .vs_top > div:nth-child(2) {
    float: right;
    width: 45px;
    border-left: 1px solid #c7c8ca;
}
section .vou_state .vs_sum {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    color: #000;
}

section .vou_state .vs_top > .vst_1 {
    float: left;
    width: calc(100% - 120px) !important;
}
section .vou_state .vs_top > .vst_2 {
    float: right;
    width: 110px !important;
    padding-top: 7px;
    border-left: 0 !important;
}

section .v_balance {
    width: 100%;
    padding: 12px 0;
    font-size: 3rem;
    font-weight: 600;
    color: #b72831;
    text-align: right;
    border-bottom: 1px solid #c7c8ca;
}

section .span_input {
    width: 100%;
    margin-top: 20px;
}
section .span_input > span {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    font-size: 1.5rem;
    font-weight: 600;
    vertical-align: top;
}
section .span_input > span.sp1 {
    width: 100px;
}
section .span_input > span.sp2 {
    width: 20px;
    text-align: right;
}
section .span_input > span.balance {
    width: calc(100% - 130px);
    font-size: 2rem;
    color: #000;
    text-align: right;
}
section .span_input > input[type="text"] {
    width: calc(100% - 130px);
    height: 32px;
    font-size: 1.8rem;
    color: #000;
    text-align: right;
    border: 0;
    border-bottom: 1px solid #c7c8ca;
}
section .span_input > input[type="number"] {
    width: calc(100% - 130px);
    height: 32px;
    font-size: 1.8rem;
    color: #000;
    text-align: right;
    border: 0;
    border-bottom: 1px solid #c7c8ca;
}

section .g_list {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 2px solid #c7c8ca;
}
section .g_list .gl_info {
    width: 100%;
    padding-bottom: 7px;
    border-bottom: 1px solid #c7c8ca;
}
section .g_list .gl_info .gli_con {
    width: 100%;
}
section .g_list .gl_info .gli_con > span {
    display: inline-block;
    padding: 7px 0;
    font-size: 1.5rem;
    color: #58585a;
    vertical-align: top;
}
section .g_list .gl_info .gli_con > span:first-child {
    width: 85px;
    padding-left: 7px;
    color: #000;
    font-weight: 600;
}
section .g_list .gl_info .gli_con > span:last-child {
    width: calc(100% - 95px);
}
section .g_list .gl_result1 {
    width: 100%;
    padding: 12px 0;
    text-align: center;
    font-size: 1.4rem;
    color: #b72831;
}
section .g_list .gl_result1 > img {
    width: 18px;
}
section .g_list .gl_result1 > span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    margin-left: 5px;
    vertical-align: top;
}
section .g_list .gl_result2 {
    width: 100%;
    padding: 12px 0;
}
section .g_list .gl_result2 > span {
    display: inline-block;
    vertical-align: top;
    font-size: 1.3rem;
}
section .g_list .gl_result2 > span:nth-child(1) {
    width: 80px;
    height: 28px;
    line-height: 28px;
    color: #b72831;
    text-align: center;
    border: 1px solid #c9cacc;
    border-radius: 20px;
}
section .g_list .gl_result2 > span:nth-child(2) {
    margin-left: 15px;
    width: calc(100% - 140px);
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: url("/app/common/img/section/divider.png") left center no-repeat,
        url("/app/common/img/section/divider.png") right center no-repeat;
    background-size: 1px 20px;
}
section .g_list .gl_result2 > span:nth-child(2).notRtBorder {
    background: url("/app/common/img/section/divider.png") left center no-repeat;
}

section .g_list .gl_result2 > span:nth-child(3) {
    width: 35px;
    height: 30px;
    text-align: right;
}
section .g_list .gl_result2 > span:nth-child(3) > img {
    display: inline-block;
    width: 20px;
    padding-top: 5px;
}

section .list_type2 {
    width: 100%;
}
section .list_type2 > dl {
    position: relative;
    width: 100%;
    padding: 12px 0;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #c7c8ca;
    border-radius: 0 0 50px 0;
}
section .list_type2 > dl:first-child {
    margin-top: 0px;
}
section .list_type2 > dl:after {
    content: "";
    display: block;
    clear: both;
}
section .list_type2 > dl > dt {
    float: left;
    width: 110px;
    text-align: center;
}
section .list_type2 > dl > dt > div:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 39px;
}
section .list_type2 > dl > dt > div:nth-child(2) {
    display: inline-block;
    width: 77px;
    border: 1px solid #c7c8ca;
}
section .list_type2 > dl > dt > div:nth-child(3) {
    width: 100%;
    margin-top: 10px;
    font-size: 1.2rem;
    color: #58585a;
}
section .list_type2 > dl > dd {
    float: left;
    width: calc(100% - 115px);
    font-size: 1.2rem;
    color: #58585a;
}
section .list_type2 > dl > dd > div {
    margin-top: 5px;
    line-height: 1.2;
}
section .list_type2 > dl > dd > div:nth-child(1) {
    margin-top: 0px;
}
section .list_type2 > dl > dd > div:nth-child(2) {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    letter-spacing: -1px;
}
section .list_type2 > dl > dd > div:nth-child(4) {
    margin-top: 12px;
}
section .list_type2 > dl > dd > div:nth-child(4) > span.dash {
    display: inline-block;
    margin: -2px 0 0 10px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #c7c8ca;
    vertical-align: middle;
}
section .list_type2 > dl > dd > div:nth-child(4) > img.c_del {
    margin: -2px 0 0 10px;
    width: 19px;
}

section .ok_box {
    padding: 40px 0 50px 0;
    border: 1px solid #c7c8ca;
}

section .t_total {
    width: 100%;
    padding: 15px 0;
    font-size: 1.8rem;
    font-weight: 600;
    border-top: 2px solid #c7c8ca;
}
section .t_total:after {
    content: "";
    display: block;
    clear: both;
}
section .t_total div:nth-child(1) {
    float: left;
    width: 45%;
}
section .t_total div:nth-child(2) {
    float: right;
    width: 55%;
    text-align: right;
    color: #b72831;
}

/*m 월렛*/
section .mw_top {
    width: 90%;
    padding: 25px 5% 7px 5%;
    border-bottom: 2px solid #a7a7a7;
}
section .mw_top:after {
    content: "";
    display: block;
    clear: both;
}
section .mw_top .mwt_img {
    float: left;
    width: 24px;
}
section .mw_top .mwt_text {
    float: left;
    height: 22px;
    line-height: 22px;
    margin-left: 10px;
    font-size: 1.4rem;
    font-weight: 600;
}
section .mw_state {
    width: 100%;
    padding-bottom: 22px;
    border-bottom: 1px solid #e0e0e0;
}
section .mw_state:after {
    content: "";
    display: block;
    clear: both;
}
section .mw_state .mws_left {
    float: left; /*width:calc(100% - 145px);*/
}
section .mw_state .mws_left > div:nth-child(1) {
    font-size: 1.5rem;
    color: #565656;
    font-weight: 600;
}
section .mw_state .mws_left > div:nth-child(2) {
    width: 100%;
    margin-top: 5px;
    font-size: 2.2rem;
    color: #000;
    font-weight: 600;
}
section .mw_state .mws_right {
    float: right; /*width:140px;*/
    text-align: right;
}
section .mw_state .mws_right > img {
    width: 33px;
}

/*슈퍼바우처*/
.cl_title {
    width: 92%;
    padding: 10px 4%;
    border-bottom: 1px solid #a7a7a7;
}
.cl_title:after {
    content: "";
    display: block;
    clear: both;
}
.cl_title > div {
    float: left;
    font-size: 1.5rem;
    font-weight: 600;
    color: #737373;
}
.cl_title > div:nth-child(1) {
    width: calc(100% - 105px);
}
.cl_title > div:nth-child(2) {
    width: 105px;
    text-align: center;
}

.cl_total {
    width: 100%;
    padding: 6px 0;
    background-color: #e5e5e5;
}
.cl_total .clt_row {
    width: 92%;
    padding: 8px 4%;
}
.cl_total .clt_row:after {
    content: "";
    display: block;
    clear: both;
}
.cl_total .clt_row > div:nth-child(1) {
    float: left;
    width: calc(100% - 200px);
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
    text-align: right;
}
.cl_total .clt_row > div:nth-child(2) {
    float: right;
    width: 170px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    text-align: right;
}

.wrap_94p {
    width: 94%;
    margin: 0 auto;
}

/*이벤트*/
section ul.e_slide {
    width: 100%;
    margin: 0 auto;
}
section ul.e_slide:after {
    content: "";
    display: block;
    clear: both;
}
section ul.e_slide > li:not(:first-child) {
    display: none;
}
section ul.e_slide .slick-dots {
    width: 55px;
    margin: 0px auto 0 auto;
}
section ul.e_slide .slick-dots:after {
    content: "";
    display: block;
    clear: both;
}
section ul.e_slide .slick-dots li {
    float: left;
    margin-left: 7px;
}
section ul.e_slide .slick-dots li:first-child {
    margin-left: 0px;
}
section ul.e_slide .slick-dots li button {
    width: 6px;
    height: 6px;
    cursor: pointer;
    border-radius: 3px;
    background: #93c7e1;
    font-size: 0;
    color: #fff;
    border: 0;
    padding: 0;
}
section ul.e_slide .slick-dots li.slick-active button {
    background: #ffffff;
}

section ul.e_menu {
    width: 100%;
}
section ul.e_menu > li {
    width: 100%;
}
section ul.e_menu > li > a {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #c3c3c3;
}
section ul.e_menu > li > a:active {
    background: #f5f6f7;
}

section ul.e_list1 {
    width: 100%;
}
section ul.e_list1 > li {
    width: 90%;
    padding: 20px 5%;
    border-bottom: 1px solid #c1c1c1;
}
section ul.e_list1 > li:active {
    background: #f5f6f7;
}
section ul.e_list1 > li .el_list {
    width: 88%;
    padding-right: 12%;
    background: url("/app/common/img/section/slide_down.png") no-repeat right
        center;
    background-size: 15px;
}
section ul.e_list1 > li .el_list > div {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.2;
}
section ul.e_list1 > li .el_list > div:nth-child(2) {
    font-size: 1.2rem;
    color: #8b8b8b;
    margin-top: 5px;
}
section ul.e_list1 > li .el_view {
    display: none;
    width: 100%;
    padding: 20px 0;
    font-size: 1.2rem;
    line-height: 1.5;
}

section ul.e_list2 {
    width: 100%;
}
section ul.e_list2 > li {
    position: relative;
    width: 90%;
    padding: 15px 5%;
    border-bottom: 1px solid #c1c1c1;
    background: url("/app/common/img/section/list_arrow.png") no-repeat 95%
        center;
    background-size: 10px;
}
section ul.e_list2 > li:active {
    background: #f5f6f7;
}
section ul.e_list2 > li > div {
    width: 75%;
    font-size: 1.2rem;
}
section ul.e_list2 > li > div:nth-child(1) {
    color: #58585a;
}
section ul.e_list2 > li > div:nth-child(2) {
    font-size: 1.5rem;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section ul.e_list2 > li > div:nth-child(3) {
    color: #8b8b8b;
    margin-top: 5px;
}
section ul.e_list2 > li > div.el_step1 {
    position: absolute;
    top: 20px;
    right: 14%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #bfbfbf;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}
section ul.e_list2 > li > div.el_step2 {
    position: absolute;
    top: 20px;
    right: 14%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #404040;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}
section ul.e_list2 > li > div.el_step3 {
    position: absolute;
    top: 20px;
    right: 14%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #b72831;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

section ul.e_list3 {
    width: 100%;
}
section ul.e_list3 > li {
    position: relative;
    width: 90%;
    padding: 15px 5%;
    border-bottom: 1px solid #c1c1c1;
    background: url("/app/common/img/section/list_arrow.png") no-repeat 95%
        center;
    background-size: 10px;
}
section ul.e_list3 > li:active {
    background: #f5f6f7;
}
section ul.e_list3 > li > div {
    width: 75%;
    font-size: 1.2rem;
}
section ul.e_list3 > li > div:nth-child(1) {
    color: #58585a;
}
section ul.e_list3 > li > div:nth-child(2) {
    font-size: 1.5rem;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section ul.e_list3 > li ol {
    padding-top: 5px;
}
section ul.e_list3 > li ol > li {
    font-size: 1.2rem;
    line-height: 1.8rem;
}
section ul.e_list3 > li ol > li.paymentdue_info {
    color: #b72831;
}
section ul.e_list3 > li ol > li.overdue_info {
    color: #008ad9;
}
section ul.e_list3 > li.no_data {
    background: none;
    font-size: 1.3rem;
}

section .text_line2 {
    font-size: 1.2rem;
    color: #58585a;
    padding-left: 10px;
    text-indent: -8px;
    line-height: 1.5;
}

section .write_wrap {
    width: 100%;
}
section .write_wrap .wt_1 {
    font-size: 1.5rem;
    font-weight: 600;
}
section .write_wrap .w_box {
    padding: 15px;
    height: 120px;
    margin-top: 25px;
    border: 1px solid #58585a;
}
section .write_wrap div.memo {
    height: 70px;
}
section .write_wrap .w_box > textarea {
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    overflow: auto;
    border: 0;
}

section .view_wrap {
    width: 100%;
}
section .view_wrap .v_title {
    width: 90%;
    padding: 20px 5%;
    background-color: #f8f8f8;
}
section .view_wrap .v_title .vt_1 {
    font-size: 1.3rem;
    color: #58585a;
}
section .view_wrap .v_title .vt_2 {
    font-size: 1.5rem;
    margin-top: 7px;
    line-height: 1.2;
}
section .view_wrap .v_title .vt_3 {
    font-size: 1.3rem;
    color: #58585a;
    margin-top: 7px;
}
section .view_wrap .v_con {
    width: 90%;
    padding: 0px 5%;
}
section .view_wrap .v_con .vc_q {
    width: 100%;
    padding: 25px 0;
    font-size: 1.5rem;
    color: #58585a;
    line-height: 1.3;
}
section .view_wrap .v_con .vc_q .vcq_tr {
    width: 100%;
}
section .view_wrap .v_con .vc_q .vcq_tr > span:nth-child(1) {
    display: inline-block;
    width: 80px;
    padding: 7px 0;
    color: #000;
    vertical-align: top;
}
section .view_wrap .v_con .vc_q .vcq_tr > span:nth-child(2) {
    display: inline-block;
    width: calc(100% - 90px);
    padding: 7px 0;
    color: #58585a;
}
section .view_wrap .v_con .vc_a {
    padding: 25px 0 25px 42px;
    font-size: 1.5rem;
    line-height: 1.3;
    background: url("/app/common/img/section/answer.png") no-repeat left 20px;
    background-size: 30px;
}
section .view_wrap .v_con ul.vc_reply {
    width: 94%;
    padding: 25px 3% 0 3%;
}
section .view_wrap .v_con ul.vc_reply > li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.2rem;
}
section
    .view_wrap
    .v_con
    ul.vc_reply
    > li
    div:nth-child(1)
    > span:nth-child(1) {
    font-weight: 600;
    font-size: 1.3rem;
}
section
    .view_wrap
    .v_con
    ul.vc_reply
    > li
    div:nth-child(1)
    > span:nth-child(2) {
    margin-left: 7px;
    color: #58585a;
    font-size: 1.3rem;
}
section .view_wrap .v_con ul.vc_reply > li div:nth-child(2) {
    margin-top: 5px;
    line-height: 1.3;
    font-size: 1.3rem;
}
section .view_wrap .v_con .vc_reply_write {
    width: 94%;
    padding: 0px 3% 0 3%;
}
section .view_wrap .v_con .vc_reply_write > textarea {
    width: 94%;
    height: 50px;
    font-size: 1.5rem;
    padding: 7px 3%;
    border: 1px solid #c7c8ca;
    overflow: auto;
}

/*매장찾기*/
section .shop_area {
    width: 100%;
}
section .shop_area:after {
    content: "";
    display: block;
    clear: both;
}
section .shop_area > div:nth-child(1) {
    float: left;
    width: 45%;
}
section .shop_area > div:nth-child(2) {
    float: right;
    width: 45%;
}
section .shop_area > div > select {
    height: 40px;
}

section .area_wrap {
    padding: 20px 15px 15px 15px;
    margin-bottom: 10px;
    border: 1px solid #c7c8ca;
}
section .area_wrap > div:nth-child(1) {
    font-size: 1.5rem;
    font-weight: 600;
}
section .area_wrap > div:nth-child(1) > span {
    margin-left: 20px;
    font-weight: 500;
    color: #b72831;
}
section .area_wrap > div:nth-child(2) {
    margin-top: 12px;
    font-size: 1.2rem;
    color: #414141;
    line-height: 1.3;
}
section .area_wrap > div:nth-child(3) {
    margin-top: 20px;
}
section .area_wrap > div:nth-child(3) > span.map {
    display: inline-block;
    width: calc(100% - 230px);
    text-align: right;
    vertical-align: top;
}
section .area_wrap > div:nth-child(3) > span.map > img {
    text-align: right;
    width: 20px;
}

section .shop_search {
    position: relative;
}
section .shop_search > .s_bt {
    position: absolute;
    top: 5px;
    right: 0;
    width: 25px;
    height: 40px;
    font-size: 0;
    z-index: 100;
}

/* 매장 태블릿 */
section .t_login_wrap {
    position: relative;
    width: 100%;
}
section .t_login_wrap .t_logo {
    width: 40%;
    margin: 15% auto 0 auto;
}
section .t_login_wrap .t_sel {
    width: 100%;
    margin-top: 10%;
    text-align: center;
}
section .t_login_wrap .t_sel > select {
    width: 300px;
    font-size: 1.6rem;
    color: #58585a;
    font-weight: 600;
}
section .t_login_wrap .t_text {
    width: 100%;
    margin-top: 5%;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
}
section .t_login_wrap .t_pass {
    width: 100%;
    margin-top: 5%;
    text-align: center;
}
section .t_login_wrap .t_pass > input[type="password"] {
    width: 300px;
    font-size: 1.6rem;
    color: #58585a;
    font-weight: 600;
}
section .t_login_wrap .t_bt {
    width: 100%;
    margin-top: 5%;
    text-align: center;
}

section .t_count1 {
    width: 94%;
    margin: 20px auto 0 auto;
    font-size: 2rem;
    font-weight: 600;
    text-align: right;
}
section .t_count3 {
    width: 94%;
    margin: 20px auto 0 auto;
    font-size: 2rem;
    font-weight: 600;
    text-align: left;
}

section .t_list_type1 {
    position: relative;
    width: 90%;
    margin: 0 auto;
    border-top: 2px solid #c3c3c3;
}
section .t_list_type1 ul {
    width: 100%;
}
section .t_list_type1 ul > li {
    width: 100%;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #c7c8ca;
}
section .t_list_type1 ul > li .t_count2 {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: right;
}
section .t_list_type1 ul > li .info_bt {
    width: 100%;
    margin-top: 10px;
}
section .t_list_type1 ul > li .info_bt:after {
    content: "";
    display: block;
    clear: both;
}
section .t_list_type1 ul > li .info_bt .info {
    float: left;
    width: 71%;
    font-size: 1.5rem;
    line-height: 1.3;
}
section .t_list_type1 ul > li .info_bt .info > div:nth-child(2) {
    margin-top: 7px;
}
section .t_list_type1 ul > li .info_bt .info > div:nth-child(3) {
    margin-top: 7px;
}
section .t_list_type1 ul > li .info_bt .button {
    float: right;
    width: 25%;
}
section .t_list_type1 ul > li .t_other {
    width: 90%;
    margin: 10px auto 0 auto;
}
section .t_list_type1 ul > li .t_other > div {
    margin-top: 5px;
    font-size: 1.3rem;
    color: #58585a;
}
section .t_list_type1 ul > li .t_other > div span:nth-child(1) {
    display: inline-block;
    width: 63%;
}
section .t_list_type1 ul > li .t_other > div span.t_sta {
    display: inline-block;
    padding: 5px 12px;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    background-color: #bfbfbf;
    border: 1px solid #c7c8ca;
    border-radius: 5px;
}

/*서브 하단고정 버튼*/
section .b_fix_wrap {
    position: relative;
    width: 100%;
    height: 80px;
    z-index: 100;
}
section .b_fix {
    position: fixed;
    bottom: 20px;
    width: 90%;
    height: 45px;
    margin-left: 5%;
    line-height: 45px;
    background-color: #b72831;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    border: 0px;
}
section .b_fix_bottom {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 20px;
    background-color: #fff;
}

/*테이블*/
.i_type1 {
    width: 100%;
}
.i_type1 > table {
    width: 100%;
}
.i_type1 > table tbody tr th {
    text-align: left;
    padding: 10px 0px;
    font-size: 1.5rem;
    font-weight: 600;
}
.i_type1 > table tbody tr td {
    padding: 10px 0px;
    font-size: 1.3rem;
    color: #58585a;
}
.i_type1 > table tbody tr td > span.won {
    display: inline-block;
    width: 10%;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.i_type2 {
    width: 92%;
    padding: 2% 4%;
}
.i_type2 > table {
    width: 100%;
}
.i_type2 > table thead tr th {
    text-align: center;
    padding: 10px 0px;
}
.i_type2 > table tbody tr td {
    padding: 10px 0px;
    font-size: 1.3rem;
    color: #58585a;
    text-align: left;
    vertical-align: middle;
}
.i_type2 > table tbody tr td span.c_sum {
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    vertical-align: middle;
    margin: 0 0 0 5px;
    padding: 0;
}
.i_type2 > table tbody tr td span.p_sum {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
}
.i_type2 > table tbody tr td .count_up_down {
    width: 150px;
}
.i_type2 > table tbody tr td .count_up_down:after {
    content: "";
    display: block;
    clear: both;
}
.i_type2 > table tbody tr td .count_up_down > img {
    float: left;
    width: 27px;
    height: 27px;
    border: 1px solid #e5e5e5;
}
.i_type2 > table tbody tr td .count_up_down > input[type="number"] {
    float: left;
    width: 45px;
    height: 27px;
    border: 0px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.l_type1 {
    width: 100%;
}
.l_type1 > table {
    width: 100%;
    border-top: 2px solid #c7c8ca;
}
.l_type1 > table tbody tr:active {
    background: #f5f6f7;
}
.l_type1 > table tbody tr td {
    padding: 12px 5px;
    line-height: 1.2;
    font-size: 1.5rem;
    border-bottom: 1px solid #c7c8ca;
}
.l_type1 > table tbody tr td.price {
    width: 110px;
    vertical-align: middle;
    text-align: right;
}
.l_type1 > table tbody tr td span.line1 {
    display: inline-block;
    width: 100%;
    color: #58585a;
}
.l_type1 > table tbody tr td span.line2 {
    display: inline-block;
    width: 100%;
    font-size: 1.2rem;
    color: #8b8b8b;
}

.l_type2 {
    width: 100%;
}
.l_type2 > table {
    width: 100%;
}
.l_type2 > table thead tr th {
    padding: 12px 0px;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px solid #c7c8ca;
}
.l_type2 > table tbody tr:active {
    background: #f5f6f7;
}
.l_type2 > table tbody tr td {
    padding: 10px 5px;
    line-height: 1.5;
    font-size: 1.3rem;
    color: #58585a;
    text-align: left;
    border-bottom: 1px solid #c7c8ca;
}
.l_type2 > table tbody tr td.time {
    width: 80px;
}
.l_type2 > table tbody tr td.money {
    width: 70px;
    text-align: right;
}

.l_type3 {
    width: 100%;
}
.l_type3 > table {
    width: 100%;
}
.l_type3 > table tbody tr td {
    padding: 2px 0px;
    line-height: 1.2;
    font-size: 1.3rem;
    color: #58585a;
    text-align: left;
}
.l_type3 > table tbody tr td > span {
    display: block;
    width: 100%;
}
.l_type3 > table tbody tr td.t3_cou {
    width: 30px;
    text-align: right;
    vertical-align: bottom;
}
.l_type3 > table tbody tr td.t3_pri {
    width: 70px;
    text-align: right;
    vertical-align: bottom;
}
.l_type3 > table tbody tr:last-child > td {
    padding-bottom: 10px;
    border-bottom: 1px dotted #c7c8ca;
}
.l_type3 > table tfoot tr td {
    padding: 5px 0px;
    font-size: 1.5rem;
    color: #58585a;
    text-align: left;
}
.l_type3 > table tfoot tr td.t3_total {
    font-size: 1.8rem;
    text-align: right;
}

.page_wrap {
    width: 100%;
    margin: 20px 0;
}
.page_wrap:after {
    content: "";
    display: block;
    clear: both;
}
.page_wrap > div:nth-child(1) {
    float: left;
    width: 40px;
}
.page_wrap > div:nth-child(2) {
    float: right;
    width: 40px;
}



/**/
label.chkWrap {
    cursor: pointer;
    display: inline-block;
}
label.chkWrap > i {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/app/common/img/section/check_out.png") left top no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    transition-duration: 0.3s;
}
label.chkWrap > span {
    margin-left: 5px;
    font-size: 1.2rem;
}
label.chkWrap input[type="checkbox"] {
    display: none;
}
label.chkWrap input[type="checkbox"]:checked + i {
    background: url("/app/common/img/section/check_in.png") left top no-repeat;
    background-size: 100% 100%;
}
label.chkWrap i.margin {
    margin-top: -6px;
}
label.chkWrap i.mtm6 {
    margin-top: -6px;
}
label.chkWrap i.mtm5 {
    margin-top: -5px;
}
label.chkWrap i.mtm4 {
    margin-top: -4px;
}
label.chkWrap i.mtm3 {
    margin-top: -3px;
}

label.radioWrap {
    cursor: pointer;
    display: inline-block;
}
label.radioWrap > i {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/app/common/img/section/radio_out.png") left top no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    transition-duration: 0.3s;
}
label.radioWrap > span {
    margin-left: 5px;
    font-size: 1.2rem;
}
label.radioWrap input[type="radio"] {
    display: none;
}
label.radioWrap input[type="radio"]:checked + i {
    background: url("/app/common/img/section/radio_in.png") left top no-repeat;
    background-size: 100% 100%;
}

/*버튼정렬*/
.buttonWrap {
    width: 100%;
}
.buttonWrap:after {
    content: "";
    display: block;
    clear: both;
}
.buttonWrap .btLeft {
    float: left;
}
.buttonWrap .btRight {
    float: right;
}
.buttonLeft {
    width: 100%;
    text-align: left;
}
.buttonCenter {
    width: 100%;
    text-align: center;
}
.buttonRight {
    width: 100%;
    text-align: right;
}

.buttonWrap_two {
    width: 100%;
}
.buttonWrap_two:after {
    content: "";
    display: block;
    clear: both;
}
.buttonWrap_two > div:nth-child(1) {
    float: left;
    width: 48%;
}
.buttonWrap_two > div:nth-child(2) {
    float: right;
    width: 48%;
}
.w90p {
    width: 90%;
    margin: 20px auto 0 auto;
}

/*버튼*/
.bt100p_red {
    width: 100%;
    height: 38px;
    line-height: 38px;
    background-color: #b72831;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
}
.bt100p_rb {
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #58585a;
    font-size: 1.5rem;
    text-align: center;
    background: url("/app/common/img/section/phone_bg.png") 10% center no-repeat;
    background-size: 11px 18px;
    border: 1px solid #d0d0d0;
}
.bt100p_rbor {
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #b81c25;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid #b81c25;
}

.popup-btn{
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;

    &.success-btn{
        background-color: #7cd1f9;
        color: #fff;
    }
    &.cancel-btn{
        color: #555;
        background-color: #efefef;
    }
}



.b_red_100p {
    width: 100%;
    height: 38px;
    font-size: 1.5rem;
    color: #fff;
    background-color: #b72831;
    border: 1px solid #b72831;
}
.b_type1 {
    width: 30%;
    height: 30px;
    font-size: 1.5rem;
    color: #000;
    background-color: #fff;
    border: 1px solid #c7c8ca;
}
.b_type1_1 {
    width: 40%;
    height: 38px;
    font-size: 1.5rem;
    color: #58585a;
    background-color: #fff;
    border: 1px solid #58585a;
}
.b_type1_s {
    width: 30%;
    height: 60px;
    font-size: 1.5rem;
    color: #000;
    background-color: #fff;
    border: 1px solid #c7c8ca;
}
.b_type2 {
    width: 30%;
    height: 30px;
    font-size: 1.5rem;
    color: #b72831;
    background-color: #fff;
    border: 1px solid #b72831;
}
.b_type2_1 {
    width: 105px;
    height: 30px;
    font-size: 1.4rem;
    color: #b72831;
    background-color: #fff;
    border: 1px solid #b72831;
}
.b_type2_2 {
    width: 45%;
    height: 36px;
    font-size: 1.5rem;
    color: #b72831;
    background-color: #fff;
    border: 1px solid #b72831;
}
.b_type2_3 {
    width: 50px;
    height: 26px;
    font-size: 1.2rem;
    color: #b72831;
    background-color: #fff;
    border: 1px solid #b72831;
}
.b_type2_100p {
    width: 100%;
    height: 34px;
    font-size: 1.5rem;
    color: #b72831;
    background-color: #fff;
    border: 1px solid #b72831;
}
.b_type2_s {
    width: 30%;
    height: 60px;
    font-size: 1.5rem;
    color: #b72831;
    background-color: #fff;
    border: 1px solid #b72831;
}
.b_type3 {
    width: 30%;
    height: 30px;
    font-size: 1.5rem;
    color: #fff;
    background-color: #b72831;
    border: 1px solid #b72831;
}
.b_type3_1 {
    width: 105px;
    height: 30px;
    font-size: 1.4rem;
    color: #fff;
    background-color: #b72831;
    border: 1px solid #b72831;
}
.b_type3_2 {
    width: 45%;
    height: 36px;
    font-size: 1.5rem;
    color: #fff;
    background-color: #b72831;
    border: 1px solid #b72831;
}
.b_type3_3 {
    width: 50px;
    height: 26px;
    font-size: 1.2rem;
    color: #fff;
    background-color: #b72831;
    border: 1px solid #b72831;
}
.b_type3_100p {
    width: 100%;
    height: 34px;
    font-size: 1.5rem;
    color: #fff;
    background-color: #b72831;
    border: 1px solid #b72831;
}
.b_type3_s {
    width: 30%;
    height: 60px;
    font-size: 1.5rem;
    color: #fff;
    background-color: #b72831;
    border: 1px solid #b72831;
}
.b_type4 {
    width: 100px;
    height: 30px;
    font-size: 1.5rem !important;
    color: #b72831;
    background-color: #fff;
    border: 1px solid #b72831;
}
.b_type5 {
    width: 80px;
    height: 30px;
    font-size: 1.5rem !important;
    color: #b72831;
    background-color: #fff;
    border: 1px solid #b72831;
}
.b_type6 {
    width: 120px;
    height: 30px;
    font-size: 1.3rem !important;
    color: #58585a;
    background-color: #fff;
    border: 1px solid #d0d1d3;
    border-radius: 15px;
}
.b_type6_1 {
    width: 75px;
    height: 30px;
    font-size: 1.2rem !important;
    color: #b72831;
    background-color: #fff;
    border: 1px solid #d0d1d3;
    border-radius: 12px;
}

.b_type_t0 {
    width: 300px;
    height: 46px;
    font-size: 1.8rem;
    color: #b72831;
    background-color: #fff;
    border: 1px solid #b72831;
}
.b_type_t1 {
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
    color: #000;
    background-color: #ffff00;
    border: 1px solid #c7c8ca;
}
.b_type_t2 {
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
    color: #fff;
    background-color: #0070c0;
    border: 1px solid #c7c8ca;
}
.b_type_t3 {
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
    color: #fff;
    background-color: #b72831;
    border: 1px solid #c7c8ca;
}
.b_type_t4 {
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
    color: #fff;
    background-color: #bfbfbf;
    border: 1px solid #c7c8ca;
}
.b_type_t5 {
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
    color: #fff;
    background-color: #ff4500;
    border: 1px solid #c7c8ca;
}

/**/
hr {
    width: 100%;
    height: 1px;
    background-color: #c7c8ca;
    border: 0;
    margin: 0;
    padding: 0;
}
hr.big_line {
    width: 100%;
    height: 10px;
    background-color: #f4f4f4;
    border: 0;
    margin: 0;
    padding: 0;
}
hr.dashed {
    width: 100%;
    height: 0px;
    border: 0;
    background-color: #fff;
    border-bottom: 2px dashed #58585a;
    margin: 0;
    padding: 0;
}
.hide_show {
    display: none;
}

/* 레이어팝업 */
.layer_pop {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.layer_pop .pop_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=50);
}
.layer_pop .pop_bg.trans {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}

.layer_pop .layerPopWrap {
    display: block;
}
.layerPopWrap {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border: 0px solid #b3b3b3;
    border-radius:8px;
}
.layerPopWrap .pop_wrap {
    width: 88%;
    margin: 0 auto;
    padding: 20px 0 30px 0;
}
.layerPopWrap .pop_wrap .title_close {
    width: 100%;
}
.layerPopWrap .pop_wrap .title_close:after {
    content: "";
    display: block;
    clear: both;
}
.layerPopWrap .pop_wrap .title_close .pop_title {
    float: left;
    font-size: 1.5rem;
    font-weight: 600;
}
.layerPopWrap .pop_wrap .title_close .pop_close {
    float: right;
    width: 13px;
}

.layerPopWrap .pop_wrap .title_close .pop_title2 {
    width: 100%;
    font-size: 2.8rem;
    text-align: center;
    letter-spacing: 1px;
}
.layerPopWrap .pop_wrap .title_close .pop_close2 {
    width: 100%;
    text-align: right;
}
.layerPopWrap .pop_wrap .title_close .pop_close2 > img {
    width: 13px;
}

article.input-num-list{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    input{
        width: 36px!important;
        height: 36px!important;
        text-align: center;
        padding: 0 0 0 0;
        line-height: 36px;
    }
}

/*탭형식*/
section .m_tab {
    width: 100%;
    margin-top: 10px;
}
section .m_tab:after {
    content: "";
    display: block;
    clear: both;
}
section .m_tab > a {
    display: block;
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #c7c8ca;
    font-size: 1.7rem;
    text-align: center;
    font-weight: 600;
    color: #58585a;
}
section .m_tab > a.active {
    height: 46px;
    border-bottom: 5px solid #b72831;
    color: #000;
}
section .m_tabCon {
    display: none;
    width: 100%;
}
section .m_tabCon:first-child {
    display: block;
}

section .t_tab {
    width: 100%;
}
section .t_tab:after {
    content: "";
    display: block;
    clear: both;
}
section .t_tab > a {
    display: block;
    float: left;
    width: 25%;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #c7c8ca;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    color: #58585a;
}
section .t_tab > a.active {
    height: 76px;
    border-bottom: 5px solid #b72831;
    color: #000;
}
section .t_tabCon {
    display: none;
    width: 100%;
}
section .t_tabCon:first-child {
    display: block;
}

section .t_tab2 {
    width: 100%;
}
section .t_tab2:after {
    content: "";
    display: block;
    clear: both;
}
section .t_tab2 > a {
    display: block;
    float: left;
    width: 14%;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #c7c8ca;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    color: #58585a;
}
section .t_tab2 > a.active {
    height: 76px;
    border-bottom: 5px solid #b72831;
    color: #000;
}
section .t_tabCon2 {
    display: none;
    width: 100%;
}
section .t_tabCon2:first-child {
    display: block;
}

section .t_tab01 {
    width: 100%;
}
section .t_tab01:after {
    content: "";
    display: block;
    clear: both;
}
section .t_tab01 > a {
    display: block;
    float: left;
    width: 50%;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #c7c8ca;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    color: #58585a;
}
section .t_tab01 > a.active {
    height: 76px;
    border-bottom: 5px solid #b72831;
    color: #000;
}

/*페이징*/
.pageWrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.pageWrap > a {
    display: inline-block;
    color: #333;
    font-size: 1.1rem;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    vertical-align: middle;
    border: 1px solid #eaeaea;
    border-left: 0;
}
.pageWrap > a:first-child {
    border-left: 1px solid #eaeaea;
    border-radius: 12px 0px 0 12px;
}
.pageWrap > a:last-child {
    border-radius: 0px 12px 12px 0px;
}
.pageWrap a.active {
    height: 34px;
    line-height: 35px;
    border-bottom: 2px solid #b72831;
}

/*미디어쿼리*/
@media screen and (max-width: 359px) {
    section .login_wrap .login_info .login_error {
        letter-spacing: -1px;
    }

    section .pay_select > label.ml20 {
        margin-left: 10px !important;
    }
    section .m_point .p_use > div:nth-child(1) > input[type="text"] {
        width: 70px;
        font-size: 1.4rem;
    }

    section .search_wrap > div:nth-child(1) {
        width: 70px;
    }
    section .search_wrap > div:nth-child(2) {
        width: 155px;
    }
    section .search_wrap > div:nth-child(2) > input[type="text"] {
        width: 100px;
    }

    section .list_type2 > dl > dd > div {
        letter-spacing: -1px;
    }

    section .o_list > div:nth-child(2) .o_count > span.list_span {
        width: 210px;
        font-size: 1.4rem;
        font-weight: 500; /*letter-spacing-1px;*/
    }
}
@media screen and (min-width: 360px) and (max-width: 399px) {
}
@media screen and (min-width: 400px) and (max-width: 439px) {
}
@media screen and (min-width: 440px) and (max-width: 599px) {
}
@media screen and (min-width: 600px) and (max-width: 767px) {
}
@media screen and (min-width: 768px) {
}
/*가로 600아래*/
@media screen and (max-width: 559px) {
    .b_type_t1 {
        font-size: 1.4rem;
    }
    .b_type_t2 {
        font-size: 1.4rem;
    }
    .b_type_t3 {
        font-size: 1.4rem;
    }
    .b_type_t4 {
        font-size: 1.4rem;
    }
}

/*세로모드 */
@media only screen and (orientation: portrait) {
}

/*가로모드*/
@media only screen and (orientation: landscape) {
    /*
	body {display:none;}
	
	
	section .login_wrap .login_logo {position:absolute;top:5%;left:45%;width:10%;}
	section .login_wrap .login_info {position:absolute;top:55%;left:12%;width:76%;}
	section .login_wrap .login_error {position:absolute;top:7%;left:70%;font-size:1.3rem;color:#fff;font-weight:600;}

	section .t_login_wrap .t_logo {width:30%; margin:2% auto 0 auto;}
	section .t_login_wrap .t_text {margin-top:5%;}
	section .t_login_wrap .t_pass {margin-top:3%;}	
	section .t_login_wrap .t_bt {width:100%;margin-top:3%;text-align:center;}
	*/
}

/*매장주문용 CSS 처리 때문에 추가된 내용*/
.sbLeft {
    float: left;
    width: 110px !important;
    padding-left: 4%;
}
.sbLeft > span {
    display: inline-block;
}
.sbRight {
    float: right;
    width: 200px !important;
    padding: 8px 4% 0 0;
}
.sbClear {
    clear: both;
    padding-top: 20px;
}

.optionlist {
    font-size: 15px;
    padding: 5px 5px;
    border-top: 1px dotted #afafaf;
    border-bottom: 1px dotted #afafaf;
    margin-bottom: 5px;
}

/*cart.php 에서 빼냄 */
section .notList {
    border: 1px solid #c7c8ca;
    text-align: center;
    padding: 40px 30px;
}
section .notList img {
    width: 70%;
    max-width: 270px;
}
section .buttonWrap_two {
    width: 100%;
    margin: 0px auto;
}
section .buttonWrap_two button {
    max-width: 160px;
}
section #allDelButton {
    display: none;
}
section #orderButton {
    display: none;
}

/* denis ADD */
.opc5 {
    opacity: 0.5;
}
