@charset "utf-8";

.item_right_banner .bx-controls-direction {
    display: none;
}

/* moblie */
@media screen and (max-width: 1300px) {
    .view_content {
        box-sizing: border-box;
    }

    .vc_wrap {
        width: 74.916%;
    }

    .view_tab .tab_list {
        width: 74.916%;
    }

    .vc_nav {
        width: 23.333%;
    }

}

@media screen and (max-width: 1200px) {
    body {
        font-size: 15px;
    }

    #container.login-container {
        margin-top: 60px;
        padding: 0;
        width: calc(100% - 30px);
    }
    .vti_popular .my_item_carousel {
        width: 100%;
    }

    .vti_popular .my_item_carousel .mic_slider {
        padding: 0 10px;
    }

    .vti_popular {
        padding-bottom: 10px;
    }

    .sub_location {
        padding: 15px 10px;
        box-sizing: border-box;
    }

    .special_container .plan_list_wrap .plan_item .plan_img{
        height: 18.5vw;
        max-height: 260px;
    }
    .plan_list_wrap .plan_item .plan_img {
        height: 18vw;
        max-height: 220px;
    }





    
}

@media screen and (max-width: 1024px) {

    .vc_nav {
        display: none;
    }

    .view_tab .tab_list {
        width: 100%;
    }

    .vit_btn_wrap {
        flex-direction: column;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 4.3007rem;
        width: 100%;
        z-index: 99;
        background: #ffffff;
        border-top: 1px solid #eaeaea;
        padding: 16px 7px;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .item_view .vit_btn_wrap .toggle_btn {
        position: absolute;
        display: block;
        top: -16px;
        left: 50%;
        transform: translateX(-50%);
        width: 56px;
        height: 17px;
        background: url('../img/btn/btn_option_off.png') center no-repeat;
        background-size: cover;
        outline: none;
    }

    .item_view .vit_btn_wrap.active .toggle_btn {
        background: url('../img/btn/btn_option_on.png') center no-repeat;
        background-size: cover;
    }

    .item_view .vit_btn_wrap .vit_option_box {
        display: none;
    }

    .item_view .vit_btn_wrap .naver_pay {
        display: none;
    }

    .item_view .vit_btn_wrap.active .vit_option_box {
        display: block;
    }

    .item_view .vit_btn_wrap.active .naver_pay {
        display: inline-block;
    }

    .item_view .vit_btn_wrap .vit_option_box select {
        display: block;
        width: 100%;
        height: 35px;
        border: 1px solid #dbdbdb;
        padding: 0 10px;
        margin-bottom: 15px;
        background-size: 15px auto;
    }

    .item_view .vit_btn_wrap .option_select_wrap {
        max-height: 30vh;
        overflow-y: auto;
    }

    .item_view .vit_btn_wrap .option_select_wrap .option_select_box {
        margin-top: 8px;
        padding: 14px;
        background: #f5f5f5;
    }

    .item_view .vit_btn_wrap .option_select_box .pdt_name {
        display: block;
        font-size: 13px;
        font-weight: 400;
        color: #252525;
        line-height: 1.5;
    }

    .item_view .vit_btn_wrap .option_select_box .option_control {
        margin-top: 10px;
    }

    .item_view .vit_btn_wrap .option_select_box .option_control .count_control {
        float: left;
    }

    .item_view .vit_btn_wrap .option_select_box .count_control button {
        float: left;
        display: block;
        width: 25px;
        height: 25px;
        border: 1px solid #dadada;
        background-color: #fff;
        background-position: center center;
        background-repeat: no-repeat;
        box-sizing: border-box;
    }

    .item_view .vit_btn_wrap .option_select_box .count_control .minus_btn {
        background-image: url(../img/btn/minus_btn.png);
        background-size: 8px;
    }

    .item_view .vit_btn_wrap .option_select_box .count_control .plus_btn {
        background-image: url(../img/btn/plus_btn02.png);
        background-size: 10px;
    }

    .item_view .vit_btn_wrap .option_select_box .count_control input {
        float: left;
        width: 44px;
        height: 25px;
        padding: 0;
        border: 1px solid #dadada;
        border-left: 0;
        border-right: 0;
        line-height: 23px;
        font-size: 16px;
        font-weight: 400;
        color: #252525;
        text-align: center;
        box-sizing: border-box;
    }

    .item_view .vit_btn_wrap .option_select_box .option_control .option_total_price {
        float: right;
    }

    .item_view .vit_btn_wrap .option_select_box .option_total_price>span {
        display: inline-block;
        font-family: 'MalgunGothic', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
    }

    .item_view .vit_btn_wrap .option_select_box .option_total_price>span strong {
        font-family: 'MalgunGothic', sans-serif;
        font-size: 18px;
        color: #000000;
    }

    .item_view .vit_btn_wrap .option_select_box .option_total_price .del_btn {
        display: inline-block;
        margin-left: 5px;
        width: 20px;
        height: 20px;
        text-indent: -9999em;
        background: url(../img/btn/btn_close09.png) center center no-repeat;
        background-size: cover;
        vertical-align: top;
    }

    .item_view .vit_btn_wrap .option_select_total_wrap {
        padding: 5px 0 10px;
    }

    .item_view .vit_btn_wrap .option_select_total_wrap .total_count {
        float: left;
        font-size: 13px;
        font-weight: 400;
        color: #252525;
        line-height: 34px;
    }

    .item_view .vit_btn_wrap .option_select_total_wrap .total_price {
        float: right;
        font-size: 13px;
        font-weight: 400;
        color: #252525;
    }

    .item_view .vit_btn_wrap .option_select_total_wrap .total_price span {
        font-size: 20px;
        font-weight: 400;
        font-family: 'MalgunGothic', sans-serif;
        color: #000;
    }

    /* .item_view .vit_btn_wrap .option_select_total_wrap .total_price span strong {
        font-size: 26px;
        font-family: 'MalgunGothic', sans-serif;
        color: #000;
    } */

    .item_view .vit_btn_wrap .btn_st03.c01 {
        border: none;
    }

    .item_view .vit_btn_wrap .btn_st03.c01:after {
        content: '';
        display: block;
        clear: both;
    }

    .btn_st03 {
        font-size: 14px;
        line-height: 32px;
        height: 34px;
    }

    .vit_btn_wrap .btn_st03 {
        width: 49%;
    }

    .vc_wrap {
        float: none;
        width: 100%;
        border-right: none;
    }

    .view_content {
        border-right: none;
    }

    .cart table.ol_list th.od_total {
        width: 110px;
    }

    .cart table.ol_list th.ol_money {
        width: 110px;
    }

    .sub .ol_list tbody td {
        padding: 18px 3px;
    }

    .ol_item_box .item_tit {
        font-size: 14px;
    }

    .order_ok_body .ol_item_box .item_tit {
        padding-right: 30px;
    }

    .cart table.ol_list td.ol_total strong {
        font-size: 15px;
    }

   .sub .ol_list tbody td.ol_money strong {
        font-size: 15px;
    }

    .sub .ol_list tbody td.ol_discount strong {
        font-size: 15px;
    }

    .execute_btn_wrap .btn_zzim {
        max-width: 40px;
        background-size: 25px auto;
    }

    .execute_btn_wrap button,
    .execute_btn_wrap a {
        height: 40px;
        line-height: 40px;
    }


}

@media screen and (max-width: 850px) {
    #container.item_view{
        padding: 1.2076em 0 0;
    }
    #container.cart {
        padding: 0 0 3.846em;
    }
    #container.new_list.special_list{

        padding: 0 0 3.846em;
    }

    .btn_st06 {
        line-height: 44px;
        height: 44px;
        font-size: 1.1538em;
    }

    .btn_wrap.right,
    .btn_wrap.left {
        text-align: center;
    }

    .new_btn {
        line-height: 44px;
        height: 44px;
        font-size: 1.1538em;
        max-width: none;
    }

    .sub_location {
        display: none;
    }

    .red_text {
        color: #dd4345;
    }



/* **************기존*********************** */
.item_list .sub_content {
    float: none;
    width: 100%;
    margin-top: 1.1538rem;
}

.item_list #snb {
    position: relative;
    float: none;
    width: 100%;
    /*  display: block; */
}


.item_main_banner {
    float: none;
    width: 100%;
}

.item_right_banner {
    float: none;
    width: 100%;
    height: auto;
    border: none;
    margin-top: 15px;
    padding: 20px 25px;
}

.imb_tab {
    width: 100%;
    margin-left: 0;
}

.imb_tab li {
    margin-left: 0;
    line-height: 30px;
    height: 32px;
}

.imb_tab li a {
    border-left: none;
    font-size: 13px;
}

.imb_tab li:last-child a {
    border-right: none;
}

.item_right_banner h3 {
    text-align: center;
}

.itme_type03 .thum_img {
    width: 100%;
    height: auto;
    text-align: center;
}

.item_right_banner .bx-pager {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 15px;
    text-align: center;
}

.item_right_banner .bx-controls-direction {
    display: block;
}

.item_right_banner .bx-controls-direction>a {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 18px;
    height: 30px;
    overflow: hidden;
    background: url("/img/sub/btn_arrow01.png") no-repeat;
    overflow: hidden;
    text-indent: -9999em;
    opacity: 0.8;
    z-index: 50;
}

.item_right_banner .bx-controls-direction>a.bx-prev {
    left: 3px;
    background-position: left top;
}

.item_right_banner .bx-controls-direction>a.bx-next {
    right: 3px;
    background-position: -18px top;
}

.sub_top_banners {
    display: block;
    margin-top: 20px;
}

.sub_top_banners .main_banner_bottom {
    margin-top: 10px;
}

.item_wrap .iw_top {
    text-align: center;
    border-bottom: none;
}

.item_detail_search {
    display: none;
}

.item_detail_tab {
    display: none;
}

.item_detail_select li {
    margin-top: 5px;
}

.item_detail_select select {
    width: 100%;
    height: 40px;
    background-position: 96% 50%;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.item_detail_tab {
    position: absolute;
    top: 82px;
    right: 0;
    display: none;
    z-index: 100;
    width: 120px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    overflow: visible;
}

.item_detail_tab button {
    margin: 5px 0px;
    float: none;
    display: block;
}

.item_detail_tab button:after {
    display: none;
}

.detail_tab_open .item_detail_tab {
    display: block;
}

.sub_wrap .list_category ul {
    flex-wrap: wrap;
}

.sub_wrap .list_category ul li {
    flex: unset;
    width: 50%;
    margin-bottom: -1px;
    max-width: inherit;
}


.sub_wrap .sub_banner_cont.slick-slider .slick-dots {
    left: 15px;
}

.list_check02 .sub_wrap .list_info_txt {
    margin-top: 10px;
}

.sub_wrap .list_info_txt {
    margin-top: 1.5385rem;
}

.sub_item_list {}

.sub_item_list .itme_type01 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.sub_item_list .itme_type01>li+li {
    margin-left: 0;
}

.sub_item_list .itme_type01>li {
    width: 48.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 3%;
    /* margin-bottom:3%; */
}

.sub_item_list .itme_type01>li:nth-of-type(2n + 0) {
    margin-right: 0;
}

.sub_item_list .itme_type01 .thum_img {
    height: auto;
}

.sub_item_list .itme_type01 .item_content .ic_txt {
    height: 54px;
}

.my_iteminfo {
    display: none;
}

.view_top_info .vti_left {
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    max-width: inherit;
}

.vit_img {
    position: relative;
}

.vit_img .vti_txt01 {
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
}

.vit_main_slider {
    width: 100%;
    height: auto;
    /* margin-bottom: 0; */
}

.vit_main_slider .vit_ms_img .img_in {
    width: 100%;
    height: auto;
}

.vit_main_slider .vit_ms_img .img_in img {
    display: none;
}

.vit_tab_slider .slick-list {
    display: none;
}

.vit_tab_slider {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -12px;
}

.vit_tab_slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    background-size: 64px;
    z-index: 55;
}

.vit_tab_slider .slick-arrow.slick-prev {
    left: -36px;
    background-position: left top;
}

.vit_tab_slider .slick-arrow.slick-prev:hover {
    background-position: left -32px;
}

.vit_tab_slider .slick-arrow.slick-next {
    right: -36px;
    background-position: -32px top;
}

.vit_tab_slider .slick-arrow.slick-next:hover {
    background-position: -32px -32px;
}

.view_top_info .vti_right {
    float: none;
    width: 100%;
    padding-top: 0;
}

.view_top_info .vti_top {
    width: 96%;
    margin: 15px auto;
    background: #f5f5f5;
    padding: 15px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.view_top_info .vti_top .vti_item_tit {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 150%;
}

.view_top_info .vti_top .vti_txt02 {
    font-size: 11px;
}

.vti_right .vti_info_m .vti_money .m_dc {
    font-size: 1.875em;
}

.product-right .money_total {
    padding: 0 0 1.5rem;
}

.money_total {
    margin: 2.5em auto 1.5em;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info_result_box .ir_num_sel .btn_minus {
    font-size: 1.538rem;
}

.info_result_box .ir_num_sel button {
    width: 3rem;
    height: 2rem;
}
.info_result_box .ir_num_sel .btn_minus {
    line-height: 1px;
}
.info_result_box .ir_num_sel span {
    width: 3rem;
    line-height: 2rem;
    font-size: 0.885rem;
}
.info_result_box .ir_num_money .m_txt strong {
    font-size: 1.2rem;
}
.info_result_box .btn_ir_close {
    bottom: -0.115rem;
    width: 1.392rem;
    height: 1.392rem;
    background: url(../img/btn/btn_close03_m.png) no-repeat center / 0.808rem auto;
    background-size: 1.392rem 1.392rem;
}
.info_result_box .ir_num_money {
    padding-right:30px;
}
.vti_right .vti_top {
    display: none;
}
.mt_txt .m_txt,
.money_total .mt_tit p,
.vti_right .info_list li{
    font-size:1.0769em;
}

.vti_right .vti_item_tit {
    font-size: 1.9230em;
    margin-bottom: 20px;
}

.money_total .mt_tit p{
    line-height: 1.4;
    font-size: 1.1rem;
}

.mt_txt .m_txt strong{
    font-size: 1.385rem;
    margin-right: 0.192rem;
}
.vti_right .vti_info_m {
    margin-bottom: 20px;
}

.vti_right .info_list1 {
    padding-bottom: 10px;
}

.vit_info_form {
    padding-top: 25px;
}

.vti_right .info_list li select {
    height: 45px;
    line-height: 45px;
    background-size: 15px auto;
}

.vti_right .vti_info_m .vti_money .m_num {
    margin-left: 5px;
}

.vti_right .vti_info_m .vti_money .m_num p.m_before {
    font-size: 12px;
}

.vti_right .vti_info_m .vti_money .m_num p.m_after {
    font-size: 20px;
}

.vti_right .vti_info_m .vti_money .m_num p.m_after strong {
    font-size: 22px;
    font-weight: 900;
}

.vti_right .vti_info_m .vti_money .call_inquiry {
    font-size: 18px;
    margin-top: 10px;
}

.vti_right .vti_info_m .vti_item_opt button {
    width: 40px;
    height: 40px;
}

.vti_right .vti_info_m .vti_item_opt .btn_zzim {
    background-size: cover;
}

.vti_right .vti_info_m .vti_item_opt button.active {
    background-position: 0 -40px;
}

/* .vit_info_form{padding: 0 8px;}*/

.vti_popular {
    display: none;
}

.view_tab {
    height: auto;
}

.view_tab .tab_list {
    width: 100%;
    
    overflow: hidden;
}

.view_tab .tab_list>li {
    width: 33.33%;
}

.view_tab .tab_list>li.active>a {
    line-height: 41px;
    border-bottom: 2px solid #333;
}

.view_tab .tab_list>li>a {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}

.vc_wrap .vc_box .vc_tit {
    font-size: 14px;
}

.review_content .rc_top .vc_tit02 {
    font-size: 14px;
}

.ship_info .vc_tit02 {
    font-size: 14px;
}

.vc_wrap {
    float: none;
    width: 100%;
}

.vc_wrap .vc_box {
    padding: 0;
    padding-top: 20px;
}

.ta_list01,
.ta_list01 tr,
.ta_list01 td,
.ta_list01 tbody,
.ta_list01 th {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ta_list01 tr:after {
    content: "";
    display: block;
    clear: both;
}

.ta_list01 th {
    float: left;
    width: 28%;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    padding-left: 10px;
    margin-top: -1px;
}

.ta_list01 td {
    float: left;
    width: 72%;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0;
    padding-left: 10px;
    margin-top: -1px;
}

.review_list>li {
    padding: 20px 15px;
    height: auto;
}

.iq_top {
    padding: 0 15px;
}

.iq_top_list li {
    font-size: 12px;
}

.iq_top .btn_st04 {
    /*right: 15px;*/
    width: 30%;
}

.iq_top .iq_input {
    width: 70%;
}

.qna_list .ql_txt_box {
    padding: 0;
    padding-top: 40px;
}

.qna_list .que,
.qna_list .ans {
    padding: 20px 15px;
}

.qna_list .ql_date {
    top: 27px;
}

.ship_info_list th {
    width: 28%;
    font-size: 13px;
}

.ship_info_list td {
    font-size: 12px;
}

.order_top {
    height: auto;
    padding: 0 15px;
    background: #fff;
}

.cart .order_top .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.order_top .ot_tit {
    float: none;
    font-size: 23px;
    line-height: 57px;
}

.cart .order_top .ot_list {
    text-align: center;
    float: none;
}

.cart .order_top .ot_list li {
    float: none;
    display: inline-block;
    font-size: 12px;
    padding: 0 8px;
    line-height: 40px;
}

.ob_info {
    padding: 10px 0;
}

.ob_info li span {
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
}

.ob_info li a {
    font-size: 12px;
}

.order_total_box {
    padding: 1.1538em 0;
}

.order_total dl dt {
    position: static;
    left: 15px;
    font-size: 20px;
    line-height: 60px;
}

.total_cash_box {
    display: flex;
    justify-content: space-between;
}

.total_cash_box>* {
    flex: 1;
}

.order_total dl dd {
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.order_total dl:first-child dt {
    position: static;
    border-bottom: 1px solid #dcdcdc;
}

.order_total .ot_list th {
    line-height: 1.5;
    height: 40px;
    border-top: none;
}

.order_total .ot_list .ot_money {
    font-size: 1em;
    border-top: none;
}

.order_total .ot_list .ot_money strong {
    font-size: 1.07692em;
}


.order_total dl .ot_total {
    line-height: 60px;
    font-size: 1.0769em;
}

.order_total dl .ot_total strong {
    font-size: 1.3571em;
}

.cart_content .btn_wrap {
    padding: 10px 0;
}

.cart_content .btn_wrap .btn_st06 {
    width: 100%;
    margin-left: 0;
    float: right;
}

.cart_content .btn_wrap .btn_st06.c01 {

    float: none;
    max-width: none;
}

.order_content .order_body .ob_left {
    float: none;
    width: 100%;
    padding: 1.154rem 0 0;
}

.ship_address {
    margin-bottom: 1.538rem;
}

.order_content .order_body .ob_right {
    float: none;
    width: 100%;
    margin-top: 50px;
}

.ship_address .sa_tab {
    padding: 0.385rem 0;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #ececec;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ord_satab {
    padding: 0.385rem 0px;
}

.ship_address .sa_tab li {
    width: 115px;
}

.ship_address .more {
    top: 1.308rem;
    right: 0.038rem;
    width: 24%;
    height: 2.308rem;
    line-height: 2.308rem;
    font-size: 0.846rem;
    font-weight: 400;
}

.point_use .pu_list dt {
    float: none;
}

.point_use .pu_list dd {
    float: none;
    width: 100%;
}

.point_use .pul01 dd input[type="text"] {
    width: 50%;
}

.point_use .pul02 dd input[type="text"] {
    width: 77%;
}

.point_use .pul02 dd select {
    width: 95%;
}

.payment_list .pl_radio {
    padding: 0 15px;
}

.odok_box .ok_txt02 {
    font-size: 13px;
}

.odok_box .ok_txt03 {
    font-size: 13px;
}

.odok_info01 .odok_der {
    padding: 20px 15px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.odok_info01 .odok_der dt {
    display: block;
    padding: 0;
    width: 100%;
    text-align: left;
}

.odok_info01 .odok_der dd {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 10px;
    line-height: 150%;
    font-size: 12px;
}

.odok_info02 .btn_wrap {
    padding-top: 45px;
}

.odok_info02 .btn_wrap .btn_st07 {
    width: 45%;
    margin: 5px;
}

.sub .ol_list thead {
    display: none;
}

.sub .ol_list,
.sub .ol_list tr,
.sub .ol_list td,
.sub .ol_list tbody,
.sub .ol_list th {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sub .ol_list tbody tr {
    position: relative;
    border: 1px solid #ddd;
    padding: 20px 15px;
    margin-top: -1px;
}

.sub .ol_list tbody td {
    padding: 0;
    border: none;
    text-align: left;
}

.sub .ol_list tbody td.ol_item {
    padding-left: 0;
}

.sub .ol_list tbody td.ol_money {
    padding-left: 118px;
}

.sub .ol_list tbody td.ol_num {
    position: absolute;
    right: 15px;
    top: 20px;
}

.sub .ol_list tbody td.ol_total {
    text-align: right;
    /* font-size: 20px; */
    margin: 15px 0;
}

.sub .ol_list .ol_save p {
    font-size: 12px;
}

.sub .ol_list .ol_save p br {
    display: none;
}

.my_coupon_layer {
    width: 96%;
}

.my_cou_body {
    overflow: auto;
}

.item_wrap .iw_top {
    padding: 0;
}

.item_wrap .iw_top .i_tit {
    display: none;
}

.item_search_result {
    width: 100%;
    padding: 0 17px;
    overflow: hidden;
    margin-left: -17px;
    margin-right: -17px;
    background: #f0f0f0;
    border-bottom: 1px solid #ddd;
}

.item_search_result .isr_in {
    padding: 12px 0;
    overflow-y: auto;
    background: #f0f0f0;
}

.item_search_result .isr_scroll {}

.item_search_result .isr_list {
    display: table;
    white-space: nowrap;
}

.item_search_result .isr_list li {
    display: table-cell;
    padding-left: 10px;
}

.item_search_result .isr_list li:first-child {
    padding-left: 0;
}

.item_search_result .isr_list li a {
    position: relative;
    display: inline-block;
    max-width: 110px;
    overflow: hidden;
    padding: 0 25px 0 14px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #ddd;
    color: #999;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item_search_result .isr_list li a:after {
    content: ">";
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    color: #999;
    font-family: "Gulim";
}

.item_search_result .isr_list li.active a {
    border-color: #333;
    color: #333;
}

.item_search_result .isr_list li.active a:after {
    color: #333;
}

.item_search_result .isr_in>input {
    float: left;
    margin: 0 3% 0 0%;
    width: 75%;
    height: 34px;
}

.item_search_result .isr_in>button {
    float: left;
    width: 20%;
    height: 34px;
    line-height: 34px;
    background-color: #777777;
    color: #fff;
    font-size: 15px;
}

#snb {
    background-color: #fff;
}

#snb h2 {
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: bold !important;
    background: none !important;
    line-height: 1 !important;
    height: auto !important;
}

#snb .num_list,
#snb .snb_banner {
    display: none;
}

.snb_box {
    border: none;
    margin-bottom: 0;
}

.snb_search01_in {
    position: relative;
}

.snb_search01_in .set {
    border-bottom: 1px solid #bbb;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    padding-right: 120px;
}

.snb_search01_in .set span {
    display: inline-block;
    font-size: 16px;
    padding-right: 18px;
    background: url("/img/sub/icon_select02.png") no-repeat right center;
    background-size: 10px;
}

.snb_search01_in .snb_list {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 41px;
    z-index: 1;
    background: #f0f0f0;
    width: 100%;
    padding: 17px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.snb_search01_in .snb_list:after {
    content: "";
    display: block;
    position: absolute;
    left: 27px;
    top: -8px;
    width: 13px;
    height: 8px;
    background: url("/img/sub/icon_select03.png") no-repeat 0 0;
    background-size: 13px;
}

.snb_search01_in .snb_list li {
    float: left;
    width: 33.333333%;
    text-align: center;
    padding: 10px 5px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.snb_search01_in .snb_list li a {
    display: block;
    border: 1px solid #ddd;
    font-size: 13px;
    color: #000;
    background: #fff;
    font-weight: 500;
}

.snb_search01_in .snb_list li.active a {
    background: #3a3a3c;
    border-color: #3a3a3c;
    color: #fff;
}

.snb_search_open .snb_search01_in .snb_list {
    display: block;
}

.snb_search_open #snb,
.snb_search_open #header {
    z-index: 100;
}

.snb_search_open .layer_bg {
    display: block;
}

.detail_tab_open .layer_bg {
    display: block;
}

.snb_search_open #header {
    z-index: 999;
}

.btn_detil_fi {
    position: absolute;
    top: 41px;
    right: 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-left: 1px solid #bbb;
    text-align: center;
}

.btn_detil_fi span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-size: 16px;
    color: #666666;
}

.btn_detil_fi span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url("/img/sub/icon_detail.png") no-repeat 0 0;
    background-size: 16px;
}

.btn_detil_fi.active span {
    color: #333;
}

.btn_detil_fi.active span:after {
    background-position: 0 -16px;
}

.check_list {
    position: fixed;
    right: -70%;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: #f0f0f0;
    width: 70%;
    overflow-y: auto;
    transition: 0.3s all;
}

.snb_detail_open {
    overflow: hidden;
}

.snb_detail_open .check_list {
    right: 0;
    z-index: 100;
}

.snb_detail_open .layer_bg {
    display: block;
}

.snb_box .sb_tit02 {
    padding: 38px 20px 12px;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.snb_box .sb_tit02 .refresh {
    float: right;
    margin-right: 20%;
    font-size: 12px;
    color: #555;
    padding-right: 18px;
    background: url("/img/mobile/icon_refresh.png") no-repeat right center / contain;
}

.snb_box .sb_tit02 .close_btn {
    float: right;
    width: 8%;
    display: block;
}

.snb_box .snb_list {
    padding: 0;
}

.check_list .snb_list>li {
    padding: 6px 20px;
}

.check_list .snb_list>li>a {
    position: relative;
    overflow: hidden;
    background: none;
}

.check_list .snb_list>li>a:before {
    display: block;
    content: '';
    position: absolute;
    top: 14px;
    right: 6px;
    width: 10px;
    height: 2px;
    border-radius: 2px;
    background: #aaa;
    transform: rotate(45deg);
    transition: all .2s;
}

.check_list .snb_list>li>a:after {
    display: block;
    content: '';
    position: absolute;
    top: 14px;
    right: 0;
    width: 10px;
    height: 2px;
    border-radius: 2px;
    background: #aaa;
    transform: rotate(-45deg);
    transition: all .2s;
}

.check_list .snb_list>li>a .ctit {
    font-size: 13px;
    color: #000;
}

.check_list .snb_list>li>a .result {
    position: absolute;
    left: 60px;
    right: 22px;
    top: 8px;
    font-size: 11px;
    line-height: 17px;
    color: #555;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.check_list .snb_list>li>a.on {
    background: none;
}

.check_list .snb_list>li>a.on:before {
    right: 0;
}

.check_list .snb_list>li>a.on:after {
    right: 6px;
}

.check_list .snb_list>li>a.re:before {
    background: #333;
}

.check_list .snb_list>li>a.re:after {
    background: #333;
}

.check_list .snb_list>li.radio_check li {
    overflow: hidden;
}

.check_list .snb_list>li.radio_check li label {
    float: left;
    font-size: 12px;
}

.check_list .snb_list>li .depth02>li .check_style {
    font-size: 12px;
}

.check_list .snb_list>li.radio_check li input[type="radio"] {
    float: right;
}

.check_list .snb_list>li .depth02 {
    background: #fff;
    margin-top: 6px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -6px;
}

.check_list .snb_list>li .depth02>li {
    padding: 12px 20px;
    border-top: 1px solid #ddd;
}

.check_list .snb_list>li .depth02.color_check {
    margin-left: -20px;
    padding: 20px 20px 20px 10px;
}

.check_list .snb_list>li .depth02.color_check>li {
    position: relative;
    border-top: 0;
}

.check_list .snb_list>li .depth02.color_check>li.active:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/img/mobile/icon_check.png") no-repeat 50% 50%;
    background-size: 12px;
    z-index: 1;
}

.check_list .snb_list>li>a .unit {
    display: none;
}

.color_check .ic_color {
    position: relative;
    width: 24px;
    height: 24px;
}

.snb_box .snb_list>li ul li a.only_web {
    display: none;
}

.size_check>li {
    width: 100%;
    float: none;
    margin: 0;
    border: none;
    text-align: left;
    text-indent: 0;
    border-top: 1px solid #ddd;
}

.size_check {
    width: auto;
}

.check_list .snb_list>li .depth02.size_check>li {}

.size_check .checkmark {
    left: initial;
    right: 20px;
    top: 50%;
    margin-top: -10px;
}

/* 상품 목록 필터 수정 */
.snb_box.snb_search01 {
    height: 81px;
    border-bottom: 1px solid #ddd;
}

.snb_box .itme_type02>li {
    display: inline-block;
    width: 49.6%;
    text-align: center;
}

.snb_box .itme_type02>li:nth-child(1) {
    margin-top: 0;
}

.snb_box .itme_type02>li:nth-child(2) {
    border-top: 0 none;
    margin-top: 0;
}

.snb_box .itme_type02>li .thum_img {
    margin: 0 auto 16px auto;
}

/*.sub_content > div > */

/* 박다리매 수정 */
.snb_search01_in .snb_list .web_no {
    display: none !important;
}


/* 브랜드관 */
.brand_tab_list li {
    font-size: 15px;
}

.brand_item_wrap .brand_item {
    margin-right: 3%;
    margin-bottom: 3%;
    width: 48.5%;
    box-sizing: border-box;
}

.brand_item_wrap .brand_item:nth-child(2n) {
    margin-right: 0;
}

.brand_item_wrap .brand_item .item_txt {
    padding: 8px 5px 0 5px;
}

.brand_item_wrap .brand_item .item_txt .item_tt .company {
    font-size: 11px;
}

.brand_item_wrap .brand_item .item_txt .item_tt .goods {
    font-size: 13px;
}

.brand_item_wrap .brand_item .item_txt .item_price>span {
    font-size: 12px;
}

.brand_item_wrap .brand_item .item_txt .item_price .red_inner,
.brand_item_wrap .brand_item .item_txt .item_price .total_pay strong {
    font-size: 16px;
}

.brand_item_wrap .brand_item .item_txt .item_price .red {
    float: left;
}

.brand_item_wrap .brand_item .item_txt .item_price .total_pay {
    float: right
}

.brand_item_wrap .brand_item .item_txt .item_price::after {
    content: '';
    display: block;
    clear: both;
}

.search_cate ul li a span.home {
    font-size: 0;
    color: transparent;
    display: inline-block;
    width: 1.2692rem;
    height: 1.1154rem;
    background: url(../img/ico/icon-home.png) no-repeat center;
    background-size: 1.2692rem 1.1154rem;
    margin-right: 0.2692rem;
    vertical-align: bottom;
}

.search_cate ul li a {
    font-size: 1rem;
}

.search_cate ul li:after {
    content: '';
    display: block;
    width: 0.5rem;
    height: 0.6154rem;
    background: url(../img/ico/page_nav_arr_m.png) no-repeat center;
    background-size: 0.5rem 0.6154rem;
    padding: 0 0.8385rem;
}

.search_cate select:first-of-type {
    padding-right: 1.5385rem;
}

.search_cate select {
    background: url(../img/btn/option_bar_btn.png) no-repeat right 0.4308rem center;
}

.search_cate select {
    padding: 0.5rem 0.9615rem 0.5rem 0.3846rem;
    background-size: 0.5rem 0.35rem;
    color: #252525;
    font-size: 0.8231rem;
}

.search_cate {
    margin-bottom: 2.5rem;
}

.search_cate ul {
    margin-top: -1.1538rem;
}

.sub_wrap .list_info_txt p {
    font-size: 0.9231rem;
}

.itme_type01 .thum_img .in_img {
    padding-top: 80%;
}

.sub .itme_type01 > li {
    margin-bottom: 2.8846rem;
}

.sub .item_cat_ttl {
    font-size: 1.3846rem;
}

.plan_list_wrap .plan_item .plan_txt span {
    font-size: 12px;
}

/* tab */
.subcategory-tabs{
    border-bottom: 1px solid #eee8e8;
    margin-bottom: 0px;
    padding-bottom: 1.538rem; 
}
.subcategory-tabs ul {
    display: flex;
    justify-content: center; 
    gap: 0.385rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
.subcategory-tabs li a {
    text-decoration: none;
    color: #333;
    font-size: 0.923rem;
    padding: 0.231rem 0.769rem;
    border-radius: 0.615rem;
}

#orderBySelect{
    border: none;
    font-size: 0.923rem;
    font-weight: 500;
    appearance: none;       
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../img/btn/option_bar_btn.png') no-repeat right 0.308rem center; 
    background-size: 0.62rem;
    padding-right: 1.2rem; 
    text-align: right;       
    /* min-width: 150px;   */
}

/* 
    .sub_wrap .sub_banner_cont a span {
        padding-top:54.545%;
        height:100%;
    } */

/* 아이템 리스트 필터 */
.sub_wrap .list_info_txt .info_right .depth01 {
    padding-right: 15px;
    position: relative;
    background: url(../img/btn/btn_select.png) right top 6px no-repeat;
    background-size: 7px;
    cursor: pointer;
}

.sub_wrap .list_info_txt .info_right .filter_ttl {
    display: inline-block;
    font-size: 1rem;
    color: #454545;
    font-weight: 500;
}

.sub_wrap .list_info_txt .info_right .depth02 {
    display: none;
    position: absolute;
    top: 26px;
    right: 0;
    background: #fff;
    z-index: 999;
    width: 110px;
    border: 1px solid #dbdbdb;
    text-align: right;
}

.sub_wrap .list_info_txt .info_right .depth02 li {
    width: 100%;
    font-size: 13px;
}

.sub_wrap .list_info_txt .info_right .depth02 li+li {
    border-top: 1px solid #dbdbdb;
}

.sub_wrap .list_info_txt .info_right .depth02 li a {
    display: block;
    line-height: 20px;
    font-size: 1.2307em;
    color: #252525;
    text-align: right;
    padding: 10px 15px 10px 15px;
}

.sub_wrap .list_info_txt .info_right .depth02 li.on a {
    font-weight: 400;
    border-bottom: none;
}

.sub_wrap .list_info_txt .info_right .depth02 li.on a::after {
    display: none;
}

.sub_wrap .list_info_txt .info_right .depth02.on {
    display: block;
}

.event_title {
    font-size: 1.8em;
}

.cart_order>.wrap_layout {
    width: calc(100% - 2.3076em);
}
/* 리뷰 */
.ol_list, .ol_list tr, .ol_list td, .ol_list tbody, .ol_list th {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popup_body {
    padding: 1.875em 1.875em 1.25em 1.875em;
    background: #fff;
    max-height: 500px;
    overflow-y: auto;
}
/* 주문완료 new */
#container.cart_order.cart {
    padding: 3.75em 0 9.375em;

}

.cart_order .order_body {
    width: 100%;
    flex-direction: column;
}

#container.cart_order_ok {
    padding-top: 21px;
}

.order_top {
    height: auto;
    margin: 0;
    padding-bottom: 0;
    background: #fff;
    flex-direction: column;
}

.ob_tit {
    padding-bottom: 0.577rem;
    font-size: 1rem;
}

.ord_satab .radio_wrap input+label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #999;
    padding-left: 1.666em;
    box-sizing: border-box;
    line-height: 1.5;
}

input[type=radio]+label {
    padding-left: 1.077rem;
    background: url(../img/ico/radio.png) left center no-repeat;
    background-size: 1.154rem;
}

input[type=radio]:checked+label {
    background-size: 1.154rem;
}

/* 
    .order_top .ot_list {
        display: none;
    } */


.order_ok_body {
    max-width: 800px;
    margin: 60px auto 0;
}

.odok_box {
    margin-bottom: 45px;
}

.odok_box .ok_txt01 {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 0;
    line-height: 1.5;
}

.odok_box>div {
    padding: 30px 10px;
}

.odok_box>div .ok_txt02 {
    font-size: 13px;
    line-height: 1.3;
}

.odok_box>div .ok_txt03 {
    font-size: 17px;
    margin: 8px 0;
}

.odok_info01 .ok_od_top {
    padding: 20px 0;
}

.odok_info01 .ok_od_top div {
    margin-bottom: 10px;
}

.odok_info01 .ok_od_top div span {
    font-size: 15px;
}

.odok_info01 .ok_od_top div span+span {
    margin-left: 8px;
    padding-left: 8px;
}

.odok_info01 .ok_od_top div span+span::after {
    height: 12px;
}

.odok_info01 .ok_od_top .ok_add {
    font-size: 13px;
    line-height: 1.5;
}

.odok_info01 .odok_der {
    padding: 0;
    display: block;
    margin-top: 12px;
    font-size: 13px;
}

.odok_info01 {
    margin-bottom: 60px;
}

.odok_info02 .odok_pay {
    padding: 8px 0;
}

.odok_info02 .odok_pay li {
}

.odok_info02 .odok_pay li span {
    font-size: 14px;
}

.odok_info02 .odok_pay li strong {
    font-size: 15px;
}

.odok_info02 .total_ok {
    padding: 22px 0;
}

.odok_info02 .total_ok span {
    font-size: 15px;
}

.odok_info02 .total_ok strong {
    font-size: 19px;
}

.odok_info02 .total_ok strong span {
    font-size: 16px;
}

.odok_info02 .btn_wrap {
    padding-top: 30px;
}

.odok_info02 .btn_wrap .btn_st07 {
    width: calc(50% - 5px);
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    margin: 0;
}

.view_top {
    margin-bottom: 35px;
}

}

@media screen and (max-width: 630px) {

    /* 기획전 */
    .plan_list_wrap .plan_item {
        width: 100%;
        margin: 0 auto 26px;
    }

    .special_container .plan_list_wrap .plan_item .plan_img {
        height: 42vw;
    }
    .plan_list_wrap .plan_item .plan_img {
        height: 35vw;
    }
    .plan_list_wrap .plan_item .plan_txt{
        margin-top: 10px;
    }

    .event_container .plan_list_wrap .plan_item .plan_txt span{
        font-size: 1.0769em;
    }
    .vit_info_form .info_list li .depth02 {
        line-height: 1.5;
    }
}


@media screen and (max-width: 414px) {

    .form-box2 .button_wrap>input,
    .form-box2 .button_wrap .phone_num,
    .form-box2 .button_wrap button {
        float: none;
        margin: 0;
        width: 100%;
        font-size: 16px;
    }

    .form-box2 .button_wrap button {
        margin-top: 10px;
    }
}

@media screen and (max-width: 360px) {
    body {
        font-size: 13px;
    }

    .order_top .ot_list li .num {
        width: 1.6666em;
        height: 1.6666em;
        line-height: 1.666;
        margin-right: 0.25em;
    }
}

@media screen and (max-width: 330px) {

    .point_use .pul01 dd input[type="text"] {
        width: 45%;
    }

    .order_final .box02 .money_list li .ml_num strong {
        font-size: 23px;
    }

    .sa_list td .ph select,
    .sa_list td .ph input {
        width: 58px;
    }

    .sa_list td.add .add2 input[type="text"],
    .sa_list td.add .add3 input[type="text"] {
        width: 98%;
    }

    /* 박다리매 수정 */
    .snb_search01_in .snb_list .web_no {
        display: none !important;
    }

    .brand_item_wrap .brand_item .item_txt .item_price>span {
        font-size: 10px;
    }
}