@charset "utf-8";


/****** list ******/
.filter_select_area {
    display: none;
}

.filter_select_area.on {
    display: block;
}

.filter_select_area .sel_item_list {
    display: inline-block;
    vertical-align: top;
}

.filter_select_area .sel_item_list li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 10px;
    line-height: 24px;
    border: 1px solid #000;
    vertical-align: top;
    border-radius: 2px;
    font-weight: 500;
    font-size: 12px;
    background: #000;
    color: #fff;
}

.filter_select_area .sel_item_list li:last-child {
    /* margin-right: 0; */
}

.filter_select_area .sel_item_list li .btn_del {
    width: 13px;
    height: 13px;
    margin: -1px 0 0 9px;
    vertical-align: middle;
}

.filter_select_area .sel_item_list li .btn_del:after {
    background-position: -107px -28px;
    /* filter: invert(1); */
}

.filter_select_area .btn_clear {
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
    line-height: 24px;
    border: 1px solid #000;
    float: right;
    border-radius: 2px;
    font-size: 12px;
}

.filter_select_area .btn_clear .ico {
    width: 13px;
    height: 14px;
    margin: -1px 9px 0 0;
    vertical-align: middle;
}

.filter_select_area .btn_clear .ico:after {
    background-position: -113px 0;
}

.filter_select_area .btn_clear + .btn {
    padding: 0 14px;
    line-height: 24px;
    float: right;
    margin-right: 5px;
    border-radius: 2px;
}

.left_content {
    position: static;
    width: 230px;
}

.right_content {
    float: right !important;
    width: 900px;
}

.category_option.fixed {
    margin-bottom: 230px;
    bottom: 0;
    width: 230px;
}

.category_option {
    bottom: 0;
    top: 0px;
    width: 230px;
}

.category_option > dt {
    font-size: 18px;
    font-weight: 600;
    margin-top: 8px;
}

.category_option > dd {
    margin-top: 10px;
    background: #fff;
}

.category_option .category_area {
    padding: 0 0 20px 10px;
    border-bottom: 1px solid #dedede;
}

.category_option .category_area li {
    line-height: 30px;
}

.category_option .category_area li a {
    font-weight: 400;
}

.category_option .category_area li.on a {
    font-weight: 600;
    /* color: #be9162; */
}

.category_option .category_area li.on a .num {
    font-weight: 300;
}

.category_option .filter_area .sec_filter {
    border-bottom: 1px solid #dedede;
}

.category_option .filter_area .sec_filter > dt {
    position: relative;
    font-weight: 700;
    line-height: 48px;
    cursor: pointer;
}

.category_option .filter_area .sec_filter > dt:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    background: #000;
}

.category_option .filter_area .sec_filter > dt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 2px;
    height: 10px;
    margin-top: -5px;
    background: #000;
    transform: scaleY(1);
    transition: all 0.4s ease-in-out;
}

.category_option .filter_area .sec_filter > dt .num {
    margin-left: 5px;
    letter-spacing: 0;
}

.category_option .filter_area .sec_filter.on > dt:after {
    transform: scaleY(0);
}

.category_option .filter_area .sec_filter dd > .filter_list {
    margin: 0px 0 30px;

}

.category_option .filter_area .sec_filter .brand_search {
    margin: 5px 0 20px;
}

.category_option
.filter_area
.sec_filter
.brand_search
.search_form
input[type="search"] {
    height: 40px;
    line-height: 40px;
}

.category_option .filter_area .sec_filter .brand_search .brand_area {
    margin-top: 15px;
}

.category_option .filter_area .sec_filter .brand_search .tab li label {
    line-height: 28px;
}

.category_option .filter_area .sec_filter .brand_search .tab_cont {
    margin: 0px 0 16px;
}

.category_option .filter_area .sec_filter .brand_search .tab_cont .cont {
    display: none;
    /* height: 304px; */
}

.category_option .filter_area .sec_filter .brand_search .tab_cont .cont.on {
    display: block;
    overflow-x: hidden;
}

.category_option .filter_area .sec_filter .brand_search .abc_area > dt {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.category_option .filter_area .sec_filter .brand_search .btn {
    width: 100%;
    border-radius: 2px;
    padding: 4px 0;
    margin-top: 16px;
}

.category_option .filter_area .sec_filter .price_range {
    margin: 8px 0 26px;
}

.category_option .filter_area .sec_filter .price_range input {
    width: 100%;
    text-align: center;
    background: #f6f6f6;
    border-radius: 4px;
    line-height: 18px;
    height: 40px;
    border: 0;
    outline: 0;
}

.category_option .filter_area .sec_filter .price_range .ui-slider {
    position: relative;
    width: calc(100% - 25px);
    height: 2px;
    margin-top: 26px;
    background: #ddd;
    margin-left: 8px;
}

.category_option
.filter_area
.sec_filter
.price_range
.ui-slider
.ui-slider-range {
    position: absolute;
    top: 0;
    height: 100%;
    background: #000;
}

.category_option .filter_area .sec_filter .price_range .ui-slider .ui-slider-handle {
    position: absolute;
    top: -7px;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
}

.category_option .filter_area .sec_filter .filter_list li {
    margin-top: 12px;
    min-width: 70px;
}

.category_option .filter_area .sec_filter .filter_list li:first-child {
    margin-top: 0;
}

.category_option
.filter_area
.sec_filter
.filter_list
li
.checkbox
:checked
+ label {
    font-weight: 600;
}

.category_option
.filter_area
.sec_filter
.filter_list
li
.checkbox
:disabled
+ label {
    color: #ddd;
}

.category_option .filter_area .sec_filter .color_list li {
    position: relative;
}

.category_option .filter_area .sec_filter .color_list li .color {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
}

.category_option .filter_area .sec_filter .color_list li .color.multi {
    background: url(../img/goods/bg_multi.gif) no-repeat 0 0;
}

.category_option .filter_area .sec_filter .color_list li .checkbox {
    z-index: 10;
}

.category_option
.filter_area
.sec_filter
.color_list
li
.checkbox
label:before {
    background: none;
}

.category_option
.filter_area
.sec_filter
.color_list
li
.checkbox
:checked
+ label:before {
    background: url(../img/common/checkbox.png) no-repeat 0 100%;
}

.category_option .filter_area .sec_filter dd > .hashtag_list {
    margin-bottom: 20px;
}

.category_option .filter_area .sec_filter .hashtag_list li {
    position: relative;
    margin: 0 5px 10px 0;
}

.category_option .filter_area .sec_filter .hashtag_list li:last-child {
    margin-right: 0;
}

.category_option .filter_area .sec_filter .hashtag_list li input {
    position: absolute;
    opacity: 0;
}

.category_option .filter_area .sec_filter .hashtag_list li label {
    display: block;
    padding: 0 10px;
    font-size: 13px;
    line-height: 24px;
    border: 1px solid #aaa;
    box-sizing: border-box;
    cursor: pointer;
}

.category_option .filter_area .sec_filter .hashtag_list li :checked + label {
    color: #fff;
    border-color: #000;
    background: #000;
}

.category_option .category_area li a .num,
.category_option .filter_area .sec_filter .filter_list li .num {
    margin-left: 10px;
    color: #999;
    font-size: 12px;
    letter-spacing: 0;
    vertical-align: bottom;
}

.category_option .banner_area {
    min-height: 150px;
    margin: 30px 0;
    background: #000;
}

.content_goods .filter_select_area {
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 6px;
}

.content_goods .filter_select_area .sel_item_list {
    max-width: 810px;
}

.content_goods .filter_select_area .sel_item_list li {
    margin-bottom: 5px;
}

.goods_sorting .right {
    float: right;
}

.goods_sorting .goods_volume {
    line-height: 32px;
}

.goods_sorting .goods_volume dt {
    margin-left: 20px;
    font-size: 12px;
    font-weight: 350;
}

.goods_sorting .selectbox {
    /* margin-left: 20px; */
    width: 120px;
}

.goods_sorting .selectbox > ul {
    width: 120px;
}

.goods_sorting .checkbox {
    margin: 8px 0 0 20px;
}

.goods_sorting .sorting_view {
    margin-top: 9px;
}

.goods_sorting .sorting_view dt {
    color: #666;
    font-weight: 300;
}

.goods_sorting .sorting_view dd .view_tab li {
    position: relative;
    margin-left: 10px;
}

.goods_sorting .sorting_view dd .view_tab li a {
    color: #666;
    font-weight: 300;
}

.goods_sorting .sorting_view dd .view_tab li.on a {
    color: #000;
    font-weight: 500;
}

.goods_sorting .sorting_view dd .view_tab li.on a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #666;
}

#total_number {
    font-weight: 600;
    font-size: 12px;
}

.goods_list.w150 > li {
    width: 150px;
}

.goods_list.w150 .thumb {
    height: 200px;
}

.goods_list.w120 > li {
    width: 120px;
}

.goods_list.w120 .thumb {
    height: 160px;
}

.goods_list .thumb {
    position: relative;
    width: 100%;
}

.goods_list .thumb img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
}

.goods_list .thumb_area {
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
}

.goods_list .thumb_area .thumb {
    overflow: hidden;
    position: relative;
    width: 208px;
    height: 278px;
}

.goods_list .thumb_area .over {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding: 12px 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.96);
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}

.goods_list .thumb_area .over .size_list {
    display: inline-block;
    /* padding-bottom: 14px; */
    vertical-align: top;
}

.goods_list .thumb_area .over .size_list li {
    display: inline-block;
    position: relative;
    width: 40px;
    margin: 4px 5px;
    vertical-align: top;
    /* border: 1px solid #eee; */
    border-radius: 2px;
    padding: 0px 2px;
}

.goods_list .thumb_area .over .size_list li:hover {
    /* background: #eee; */
}

.goods_list .thumb_area .over .size_list li.on {
    /* background: #eee; */
}

.goods_list .thumb_area .over .size_list li a {
    display: inline-block;
    position: relative;
    font-size: 11px;
    letter-spacing: -0.3px;;
    vertical-align: top;
    font-family: "Spoqa Han Sans";
    line-height: 16px;
    word-break: break-word;


}

.goods_list .thumb_area .over .size_list li.on a {
    font-weight: 700;
}

.goods_list .thumb_area .over .size_list li a:hover:after,
.goods_list .thumb_area .over .size_list li.on a:after {
    /* content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #666; */
}

.goods_list .thumb_area .over .bx-wrapper {
    margin: 0 auto;
    padding-bottom: 14px;
    box-shadow: none;
    border: 5px solid transparent;
}

.goods_list .thumb_area .over .bx-wrapper .bx-viewport {
    padding: 0px;
    height: auto;
}

.goods_list .thumb_area .over .bx-wrapper .bx-controls-direction a {
    width: 16px;
    height: 16px;
    margin-top: -16px;
}

.goods_list .thumb_area .over .bx-wrapper .bx-controls-direction a:after {
    width: 8px;
    height: 15px;
    margin: -7px 0 0 -4px;
}

.goods_list .thumb_area .over .bx-wrapper .bx-controls-direction .bx-prev {
    left: -16px;
}

.goods_list
.thumb_area
.over
.bx-wrapper
.bx-controls-direction
.bx-prev:after {
    background-position: -210px 0;
}

.goods_list .thumb_area .over .bx-wrapper .bx-controls-direction .bx-next {
    right: -16px;
}

.goods_list
.thumb_area
.over
.bx-wrapper
.bx-controls-direction
.bx-next:after {
    background-position: -226px 0;
}

.goods_list .thumb_area .over .bx-wrapper .size_list li {
    margin: 0;
}

.goods_list .thumb_area .over .btn {
    width: 100%;
    border-radius: 2px;
}

.goods_list .thumb_area .wish {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 19px;
    height: 18px;
}

.goods_list .thumb_area .wish:after {
    background-position: -134px 0;
}

.goods_list .thumb_area .wish.on:after {
    background-position: -161px 0;
}

.goods_list .thumb_area:hover {
    border-color: #dedede;
}

.goods_list .info_area {
    margin-top: 10px;
}

.goods_list .info_area .label_area {
    min-height: 18px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.goods_list .info_area .label_area > .lbl_img {
    display: inline-block;
    height: 18px;
}
.goods_list .info_area .label_area > .lbl_img > img {
    height: 100%;
}

.goods_list .info_area .label_area .lbl {
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    line-height: 16px;
    vertical-align: top;
    border: 1px solid #333;
    border-radius: 2px;
}

.goods_list .info_area .label_area .lbl_red {
    color: #bd081c;
    font-size: 12px;
    border-color: rgba(189, 8, 28, 0.6);
}

.goods_list .info_area .label_area .lbl_gray {
    color: #020202;
    font-size: 12px;
    background: #F6F6F6;
    border: none;
}

.goods_list .info_area .info dt {
    overflow: hidden;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.goods_list .info_area .info dt .ico_airplane {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.goods_list .info_area .info dt .ico_airplane:after {
    background-position: -189px 0;
}

.goods_list .info_area .info dd {
    margin-top: 8px;
}

.goods_list .info_area .info dd .name {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.5px;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'SpoqaHanSans';
    height: 25px;
}

.goods_list .info_area .info dd .price_area {
    margin-top: 15px;
}

.goods_list .info_area .info dd .price_area .price {
    font-size: 14px;
}

.goods_list .info_area .info dd .price_area .price span {
    font-size: 14px;
    font-weight: 500;
}

.goods_list .info_area .info dd .price_area .price.soldout {
    color: #999;
}

.goods_list .info_area .info dd .price_area .per {
    margin-left: 10px;
    color: #bd081c;
    font-size: 14px;
    font-weight: 500;
}

.goods_list_area {
    margin: 0 -10px;
    padding-bottom: 90px;
}

.goods_list_area .goods_list > li {
    width: 210px;
    height: 386px;
    margin: 30px 10px 60px;
}

.recently_viewed_goods {
    padding: 40px 55px 0;
    background: #fff;
    border-top: 1px solid #dedede;
}

.recently_viewed_goods > dt {
    font-size: 18px;
    text-align: center;
    letter-spacing: -0.5px;
    font-weight: 500;
}

.recently_viewed_goods > dd {
    position: relative;
    margin-top: 40px;
}

.recently_viewed_goods .goods_list {
    overflow: hidden;
}

.recently_viewed_goods .thumb {
    overflow: hidden;
    width: 150px;
    height: 200px;
}

.recently_viewed_goods .bx-wrapper .bx-controls-direction a {
    width: 31px;
    height: 48px;
    margin-top: -24px;
}

.recently_viewed_goods .bx-wrapper .bx-controls-direction .bx-prev {
    left: -43px;
}

.recently_viewed_goods .bx-wrapper .bx-controls-direction .bx-next {
    right: -43px;
}

/******* brand filter popup ******/
#brandPop .filter_type_area {
    padding: 0px 40px 20px;
    background: #f9f9f9;
}

#brandPop .filter_type_area .brand_abc {
    margin: 15px 0 0 -5px;
}

#brandPop .filter_type_area .brand_abc li {
    margin: 3px 0 0 5px;
}

#brandPop .filter_type_area .brand_abc li a {
    display: block;
    width: 32px;
    height: 30px;
    font-weight: 500;
    text-align: center;
    line-height: 28px;
    border: 1px solid transparent;
}

#brandPop .filter_type_area .brand_abc li a .ico_heart {
    width: 19px;
    height: 18px;
    vertical-align: middle;
}

#brandPop .filter_type_area .brand_abc li a .ico_heart:after {
    background-position: -323px 0;
}

#brandPop .filter_type_area .brand_abc li.on a {
    border-color: #000;
    background: #000;
    color: #fff;
    border-radius: 2px;
}

#brandPop .filter_brand_area {
    /* height: 320px; */
    padding: 30px 10px 20px 40px;
    border-bottom: 1px solid #dedede;
}

#brandPop .filter_brand_area .cont {
    display: none;
}

#brandPop .filter_brand_area .cont.on {
    display: block;
}

#brandPop .filter_brand_area .scrollbar {
    height: 320px;
}

#brandPop .filter_brand_area .brand_list li {
    width: 200px;
    min-height: 36px;
    margin-bottom: 10px;
    padding-right: 10px;
}

#brandPop .filter_brand_area .brand_list li label {
    line-height: 18px;
}

#brandPop .filter_brand_area .brand_list li .en {
    display: block;
    word-break: keep-all;
}

#brandPop .filter_brand_area .brand_list li .ko {
    display: block;
    color: #aaa;
    font-size: 11px;
    font-weight: 300;
    word-break: keep-all;
}

#brandPop .filter_brand_area .brand_list li :checked + label .en {
    font-weight: 700;
}

#brandPop .filter_select_area {
    padding: 15px 40px;
}

#brandPop .filter_select_area .scrollbarHorizontal {
    max-width: 646px;
}

#brandPop .filter_select_area .sel_item_list {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    /* white-space: nowrap; */
}

/****** view ******/
.goods_view .content {
    margin-top: 20px;
}

.goods_top .goods_visual {
    overflow: hidden;
    position: relative;
    width: 760px;
    height: 760px;
}

.goods_top .goods_visual .visual_area .visual li {
    display: table;
    position: relative;
    width: 100%;
    height: 760px;
}

.goods_top .goods_visual .visual_area .visual li img {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.goods_top .goods_visual .visual_area .btn_expand {
    width: 44px;
    height: 44px;
    margin: 10px auto 0;
}

.goods_top .goods_visual .visual_area .btn_expand:after {
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
    background-position: -422px 0;
}

.goods_top .goods_visual .visual_area .bx-wrapper {
    overflow: hidden;
    width: 570px;
    height: 760px;
}

.goods_top .goods_visual .visual_area .bx-wrapper .bx-controls-direction a {
    width: 64px;
    height: 84px;
    margin-top: -42px;
}

.goods_top
.goods_visual
.visual_area
.bx-wrapper
.bx-controls-direction
a:after {
    width: 28px;
    height: 66px;
    margin: -33px 0 0 -14px;
}

.goods_top
.goods_visual
.visual_area
.bx-wrapper
.bx-controls-direction
a.bx-prev {
    left: 0;
}

.goods_top
.goods_visual
.visual_area
.bx-wrapper
.bx-controls-direction
a.bx-prev:after {
    background-position: -389px -32px;
}

.goods_top
.goods_visual
.visual_area
.bx-wrapper
.bx-controls-direction
a.bx-next {
    right: 0;
}

.goods_top
.goods_visual
.visual_area
.bx-wrapper
.bx-controls-direction
a.bx-next:after {
    background-position: -425px -32px;
}

.goods_top .goods_visual .visual_area .bx-pager {
    width: 70px;
    margin-right: 30px;
}

.goods_top .goods_visual .visual_area .bx-pager a {
    display: block;
    position: relative;
}

.goods_top .goods_visual .visual_area .bx-pager a.active:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #222;
}

.goods_top .goods_visual .visual_area .bx-pager a + a {
    margin-top: 10px;
}

.goods_top .goods_visual .visual_area .bx-pager a img {
    width: 100%;
}

.goods_top .goods_visual .wish {
    position: absolute;
    top: 0;
    right: 90px;
    width: 70px;
    height: 70px;
    z-index: 20;
}

.goods_top .goods_visual .wish:after {
    top: 50%;
    left: 50%;
    width: 30px;
    height: 28px;
    margin: -15px 0 0 -14px;
    background-position: -134px -27px;
}

.goods_top .goods_visual .wish.on:after {
    background-position: -172px -27px;
}

.goods_top .goods_info {
    position: relative;
    width: 440px;
}

.goods_top .goods_info .balaan_code {
    position: absolute;
    top: -32px;
    right: 0;
    color: #999;
    font-weight: 300;
}

.goods_top .goods_info .info_area .hashtag {
    padding-bottom: 10px;
}

.goods_top .goods_info .info_area .hashtag li {
    margin: 0 5px 5px 0;
    border: 1px solid #aaa;
}

.goods_top .goods_info .info_area .hashtag li:last-child {
    margin-right: 0;
}

.goods_top .goods_info .info_area .hashtag li a {
    display: block;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
}

.goods_top .goods_info .info_area .info > dt {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    word-break: break-all;
}

.goods_top .goods_info .info_area .info > dt strong {
    display: block;
    margin-bottom: 7px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}

.goods_top .goods_info .info_area .info .img_area {
    display: none;
}

.goods_top .goods_info .info_area .info .price_area {
    margin-top: 22px;
}

.goods_top .goods_info .info_area .info .price_area > * {
    margin-right: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}

.goods_top .goods_info .info_area .info .price_area > * span {
    font-size: 16px;
    vertical-align: top;
}

.goods_top .goods_info .info_area .info .price_area .per {
    color: #bd081c;
}

.goods_top .goods_info .info_area .info .price_area .retail_price {
    color: #999;
    font-weight: 300;
}

.goods_top .goods_info .info_area .info .price_area .btn_coupon {
    padding-left: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    border: 1px solid #e5e5e5;
    background: #f6f6f6;
}

.goods_top .goods_info .info_area .info .price_area .btn_coupon span {
    font-size: 14px;
    vertical-align: top;
}

.goods_top .goods_info .info_area .info .price_area .btn_coupon .ico {
    width: 26px;
    height: 23px;
    margin-left: 8px;
    border-left: 1px dashed #e5e5e5;
}

.goods_top .goods_info .info_area .info .price_area .btn_coupon .ico:after {
    top: 50%;
    left: 50%;
    width: 15px;
    height: 13px;
    margin: -7px 0 0 -7px;
    background-position: -373px 0;
}

.goods_top .goods_info .info_area .info .avg_area {
    margin-top: 32px;
}

.goods_top .goods_info .info_area .info .avg_area .rating_star {
    margin-right: 5px;
}

.goods_top .goods_info .info_area .info .avg_area .avg {
    margin-top: 3px;
    color: #999;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}

.goods_top .goods_info .info_area .info .avg_area .avg > * {
    display: inline-block;
    vertical-align: top;
}

.goods_top .goods_info .info_area .info .avg_area .avg span {
    font-size: 14px;
}

.goods_top .goods_info .info_area .info .avg_area .avg .totalCount {
    position: relative;
    margin-left: 6px;
    padding-left: 7px;
}

.goods_top .goods_info .info_area .info .avg_area .avg .totalCount:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 11px;
    margin-top: -6px;
    background: #999;
}

.goods_top .goods_info .info_area .info .size_area {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.goods_top .goods_info .info_area .info .size_area > dt {
    margin-bottom: 17px;
    font-weight: 500;
}

.goods_top .goods_info .info_area .info .size_area .size_list li {
    position: relative;
    margin: 0 10px 5px 0;
}

.goods_top .goods_info .info_area .info .size_area .size_list li:last-child {
    margin-right: 0;
}

.goods_top .goods_info .info_area .info .size_area .size_list li input {
    position: absolute;
    opacity: 0;
}

.goods_top .goods_info .info_area .info .size_area .size_list li label {
    display: block;
    min-width: 50px;
    height: 50px;
    padding: 0 10px;
    color: #222;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
}

.goods_top
.goods_info
.info_area
.info
.size_area
.size_list
li
:checked
+ label {
    color: #000;
    border-color: #000;
}

.goods_top
.goods_info
.info_area
.info
.size_area
.size_list
li
:disabled
+ label {
    color: #999;
    text-decoration: line-through;
    cursor: default;
}

.goods_top .goods_info .info_area .info .size_area .size_des {
    margin: 7px 0 15px;
    color: #bd081c;
    font-size: 13px;
    font-weight: 300;
}

.goods_top .goods_info .info_area .info .size_area .size_tip {
    position: relative;
}

.goods_top .goods_info .info_area .info .size_area .size_tip button {
    position: relative;
    margin-right: 10px;
    color: #666;
    font-size: 12px;
    line-height: 14px;
}

.goods_top .goods_info .info_area .info .size_area .size_tip button:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
}

.goods_top
.goods_info
.info_area
.info
.size_area
.size_tip
.btn_sizeguide:after {
    left: 25px;
    width: calc(100% - 25px);
}

.goods_top
.goods_info
.info_area
.info
.size_area
.size_tip
.btn_sizeguide
.ico {
    width: 21px;
    height: 14px;
    margin: -1px 4px 0 0;
}

.goods_top
.goods_info
.info_area
.info
.size_area
.size_tip
.btn_sizeguide
.ico:after {
    background-position: 100% 0;
}

.goods_top .goods_info .info_area .info .size_area .size_tip .btn_sizeguide.on {
    color: #000;
}

.goods_top .goods_info .info_area .info .size_area .size_amount {
    margin: 20px 0 -10px;
}

.goods_top .goods_info .info_area .info .size_area .size_amount li {
    background: #f6f6f6;
}

.goods_top .goods_info .info_area .info .size_area .size_amount li dl {
    padding: 10px 20px;
    color: #666;
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
}

.goods_top .goods_info .info_area .info .size_area .size_amount li dl dd {
    position: relative;
    float: right;
    padding-right: 30px;
}

.goods_top
.goods_info
.info_area
.info
.size_area
.size_amount
li
dl
dd
.amount {
    position: relative;
    width: 100px;
    height: 30px;
    margin-right: 25px;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
}

.goods_top
.goods_info
.info_area
.info
.size_area
.size_amount
li
dl
dd
.amount
input {
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    vertical-align: top;
    border: 0;
}

.goods_top
.goods_info
.info_area
.info
.size_area
.size_amount
li
dl
dd
.amount
.ui-spinner-button {
    position: absolute;
    top: 50%;
    width: 11px;
    height: 11px;
    margin-top: -5px;
    cursor: pointer;
}

.goods_top
.goods_info
.info_area
.info
.size_area
.size_amount
li
dl
dd
.amount
.ui-spinner-up {
    right: 15px;
}

.goods_top
.goods_info
.info_area
.info
.size_area
.size_amount
li
dl
dd
.amount
.ui-spinner-up:before,
.goods_top
.goods_info
.info_area
.info
.size_area
.size_amount
li
dl
dd
.amount
.ui-spinner-down:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
}

.goods_top
.goods_info
.info_area
.info
.size_area
.size_amount
li
dl
dd
.amount
.ui-spinner-up:after {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    width: 1px;
    height: 100%;
    background: #000;
}

.goods_top
.goods_info
.info_area
.info
.size_area
.size_amount
li
dl
dd
.amount
.ui-spinner-down {
    left: 15px;
}

.goods_top
.goods_info
.info_area
.info
.size_area
.size_amount
li
dl
dd
.price
span {
    font-size: 14px;
}

.goods_top
.goods_info
.info_area
.info
.size_area
.size_amount
li
dl
dd
.btn_del_row {
    position: absolute;
    top: 50%;
    right: 0;
    width: 13px;
    height: 13px;
    margin-top: -7px;
}

.goods_top
.goods_info
.info_area
.info
.size_area
.size_amount
li
dl
dd
.btn_del_row:after {
    background-position: -92px 0;
}

.goods_top .goods_info .info_area .info .btn_area {
    margin-top: 20px;
}

.goods_top .goods_info .info_area .info .btn_area .btn {
    width: 190px;
    height: 50px;
    font-size: 14px;
    line-height: 48px;
}

.goods_top .goods_info .info_area .info .btn_area .btn_npay {
    width: 190px;
    height: 50px;
    margin-left: 5px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    background: #00c73c;
}

.goods_top .goods_info .info_area .info .btn_area .btn_npay:after {
    top: 50%;
    left: 50%;
    width: 57px;
    height: 22px;
    margin: -11px 0 0 -28px;
    background-position: 0 -28px;
}

.goods_top .goods_info .info_area .info .btn_area .btn_cart {
    width: 50px;
    height: 50px;
    margin-left: 5px;
    border: 1px solid #666;
    background: #fff;
    box-sizing: border-box;
}

.goods_top .goods_info .info_area .info .btn_area .btn_cart:after {
    top: 50%;
    left: 50%;
    width: 16px;
    height: 21px;
    margin: -11px 0 0 -7px;
    background-position: -454px 0;
}

.goods_top .goods_info .info_area .info .info_tip {
    padding: 20px 0;
    color: #666;
    font-size: 12px;
    font-weight: 300;
}

.goods_top .goods_info .info_area .info .info_tip em {
    font-style: italic;
}

.goods_top .goods_info .info_area .info .more_info {
    border-top: 1px solid #e5e5e5;
}

.goods_top .goods_info .info_area .info .more_info > li {
    border-bottom: 1px solid #e5e5e5;
}

.goods_top .goods_info .info_area .info .more_info li .sec > dt {
    position: relative;
    font-weight: 500;
    line-height: 50px;
    cursor: pointer;
}

.goods_top .goods_info .info_area .info .more_info li .sec > dt:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    background: #000;
}

.goods_top .goods_info .info_area .info .more_info li .sec > dt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 2px;
    height: 10px;
    margin-top: -5px;
    background: #000;
    transform: scaleY(1);
    transition: all 0.4s ease-in-out;
}

.goods_top .goods_info .info_area .info .more_info li.on .sec > dt:after {
    transform: scaleY(0);
}

.goods_top .goods_info .info_area .info .more_info li .sec > dd {
    display: none;
    padding: 10px 0;
}

.goods_top .goods_info .info_area .info .more_info li .sec .sub_sec {
    font-size: 13px;
    line-height: 26px;
}

.goods_top .goods_info .info_area .info .more_info li .sec .sub_sec > dt {
    width: 80px;
    font-weight: 500;
}

.goods_top .goods_info .info_area .info .more_info li .sec .sub_sec > dd span {
    font-size: 14px;
}

.goods_top .goods_info .info_area .info .more_info li .sec .sub_sec .btn_card {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    color: #666;
    font-size: 12px;
    font-weight: 300;
    vertical-align: top;
}

.goods_top
.goods_info
.info_area
.info
.more_info
li
.sec
.sub_sec
.btn_card:after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
}

.goods_top
.goods_info
.info_area
.info
.more_info
li
.sec
.sub_sec
.btn_card.on {
    color: #000;
    font-weight: 400;
}

.goods_top .goods_info .info_area .info .more_info li .sec .sub_sec .btn_more {
    width: 18px;
    height: 18px;
    margin: 4px 0 0 5px;
}

.goods_top
.goods_info
.info_area
.info
.more_info
li
.sec
.sub_sec
.btn_more:after {
    background-position: -396px 0;
}

.goods_top
.goods_info
.info_area
.info
.more_info
li
.sec
.sub_sec
.btn_more.on:after {
    background-position: -371px -25px;
}

.goods_top .goods_info .info_area .info .more_info li .sec .exchange_guide {
    padding-bottom: 5px;
}

.goods_top .goods_info .info_area .info .more_info li .sec .exchange_guide li {
    display: block;
    padding-left: 30px;
}

.goods_top
.goods_info
.info_area
.info
.more_info
li
.sec
.exchange_guide
li
+ li {
    margin-top: 10px;
}

.goods_top
.goods_info
.info_area
.info
.more_info
li
.sec
.exchange_guide
li:after {
    top: 3px;
    width: 24px;
    height: 22px;
}

.goods_top
.goods_info
.info_area
.info
.more_info
li
.sec
.exchange_guide
li.ico01:after {
    background-position: -299px -28px;
}

.goods_top
.goods_info
.info_area
.info
.more_info
li
.sec
.exchange_guide
li.ico02:after {
    background-position: -328px -28px;
}

.goods_top
.goods_info
.info_area
.info
.more_info
li
.sec
.exchange_guide
li
> dl
> dt {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
}

.goods_top
.goods_info
.info_area
.info
.more_info
li
.sec
.exchange_guide
li
> dl
> dd {
    margin-top: 2px;
    color: #666;
    font-size: 12px;
    line-height: 18px;
}

.goods_top
.goods_info
.info_area
.info
.more_info
li
.sec
.exchange_guide
li
> dl
> dd
strong {
    color: #000;
    font-weight: normal;
}

.goods_top
.goods_info
.info_area
.info
.more_info
li
.sec
.exchange_guide
li
.notice {
    margin-top: 23px;
}

.goods_top
.goods_info
.info_area
.info
.more_info
li
.sec
.exchange_guide
li
.notice
dd {
    margin-top: 3px;
    color: #999;
    font-weight: 300;
}

.goods_top .goods_info.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    height: 85px;
    background: #fff;
    box-shadow: 3px 0 3px rgba(0, 0, 0, 0.08);
    z-index: 999;
}

.goods_top .goods_info.fixed .balaan_code,
.goods_top .goods_info.fixed .info_area .hashtag,
.goods_top .goods_info.fixed .info_area .info .price_area .retail_price,
.goods_top .goods_info.fixed .info_area .info .price_area .btn_coupon,
.goods_top .goods_info.fixed .info_area .info .avg_area,
.goods_top .goods_info.fixed .info_area .info .size_area .size_des,
.goods_top .goods_info.fixed .info_area .info .size_area .size_tip,
.goods_top .goods_info.fixed .info_area .info .size_area .size_amount,
.goods_top .goods_info.fixed .info_area .info .btn_area > *:not(.btn),
.goods_top .goods_info.fixed .info_area .info .info_tip,
.goods_top .goods_info.fixed .info_area .info .more_info {
    display: none;
}

.goods_top .goods_info.fixed .info_area {
    width: 1200px;
    margin: 0 auto;
}

.goods_top .goods_info.fixed .info_area:after {
    content: "";
    display: block;
    clear: both;
}

.goods_top .goods_info.fixed .info_area .info {
    position: relative;
    padding-left: 90px;
}

.goods_top .goods_info.fixed .info_area .info > dt {
    float: left;
    margin-top: 23px;
    font-size: 13px;
}

.goods_top .goods_info.fixed .info_area .info > dt strong {
    margin-bottom: 2px;
    font-size: 20px;
}

.goods_top .goods_info.fixed .info_area .info > dd {
    float: right;
    padding: 23px 0 22px;
}

.goods_top .goods_info.fixed .info_area .info > dd > * {
    float: left;
    margin-top: 0;
}

.goods_top .goods_info.fixed .info_area .info .img_area {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 85px;
}

.goods_top .goods_info.fixed .info_area .info .img_area img {
    max-width: 100%;
}

.goods_top .goods_info.fixed .info_area .info .price_area > * {
    line-height: 40px;
}

.goods_top .goods_info.fixed .info_area .info .size_area {
    position: relative;
    padding-top: 0;
    border-top: 0;
}

.goods_top .goods_info.fixed .info_area .info .size_area > dt {
    position: relative;
    overflow: hidden;
    width: 160px;
    height: 40px;
    margin: 0;
    padding: 0 30px 0 15px;
    font-weight: normal;
    line-height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #ccc;
    box-sizing: border-box;
    cursor: pointer;
}

.goods_top .goods_info.fixed .info_area .info .size_area > dt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 11px;
    height: 7px;
    margin-top: -3px;
    background: url(../img/common/ico.png) no-repeat -242px 0;
    transition: all 0.4s ease-in-out;
}

.goods_top .goods_info.fixed .info_area .info .size_area > dd {
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    width: 100%;
    padding: 5px 0;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
}

.goods_top .goods_info.fixed .info_area .info .size_area .size_list li {
    float: none;
    margin: 0;
}

.goods_top .goods_info.fixed .info_area .info .size_area .size_list li label {
    overflow: hidden;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 0;
}

.goods_top .goods_info.fixed .info_area .info .btn_area {
    margin-left: 20px;
}

.goods_top .goods_info.fixed .info_area .info .btn_area .btn {
    width: 160px;
    height: 40px;
    font-size: 13px;
    line-height: 38px;
}

.goods_cont .goods_list {
    overflow: hidden;
    max-height: 276px;
    text-align: left;
}

.goods_cont .bx-wrapper .bx-controls-direction a {
    width: 60px;
    height: 60px;
    margin-top: -30px;
}

.goods_cont .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -60px;
}

.goods_cont .bx-wrapper .bx-controls-direction a.bx-next {
    right: -60px;
}

.goods_cont .goods_sec {
    margin-top: 120px;
    text-align: center;
}

.goods_cont .goods_sec > dt {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.goods_cont .goods_sec > dt b {
    color: #be9162;
    font-weight: 500;
}

.goods_cont .goods_sec > dt .black {
    color: #000;
}

.goods_cont .goods_sec > dd {
    margin-top: 30px;
}

.goods_cont .goods_sec > dd .bx-pager {
    top: -48px;
    right: 0;
    bottom: auto;
    width: auto;
}

.goods_cont .goods_sec .benefit_list {
    width: 1000px;
    margin: 0 auto;
}

.goods_cont .goods_sec .benefit_list li {
    width: 25%;
    padding: 30px 0 15px;
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.goods_cont .goods_sec .benefit_list li:first-child {
    border-left: 0;
}

.goods_cont .goods_sec .benefit_list li dl {
    padding-top: 76px;
}

.goods_cont .goods_sec .benefit_list li dl:after {
    left: 50%;
    width: 90px;
    height: 56px;
    margin-left: -45px;
}

.goods_cont .goods_sec .benefit_list li dl dt {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.goods_cont .goods_sec .benefit_list li dl dd {
    margin-top: 10px;
    color: #666;
    font-size: 13px;
    font-weight: 300;
}

.goods_cont .goods_sec .benefit_list li .benefit01:after {
    background-position: 0 -63px;
}

.goods_cont .goods_sec .benefit_list li .benefit02:after {
    background-position: -100px -63px;
}

.goods_cont .goods_sec .benefit_list li .benefit03:after {
    background-position: -200px -63px;
}

.goods_cont .goods_sec .benefit_list li .benefit04:after {
    background-position: -300px -63px;
}

.goods_cont .sec_recommend {
    margin-top: 90px;
}

.goods_cont .sec_recommend .tab {
    width: 900px;
    margin: 0 auto 10px;
}

.goods_cont .sec_recommend .tab_cont .cont {
    display: none;
}

.goods_cont .sec_recommend .tab_cont .cont.on {
    display: block;
}

.goods_cont .goods_area {
    text-align: center;
}

.goods_cont .goods_area .tab_area {
    margin-top: 120px;
    border-bottom: 1px solid #eee;
}

.goods_cont .goods_area .tab_area:first-child {
    margin-top: 90px;
}

.goods_cont .goods_area .tab_area .tab {
    display: inline-block;
    width: auto;
    vertical-align: top;
    border: none;
}

.goods_cont .goods_area .tab_area .tab li {
    width: auto;
    margin: 0 32px;
    border-left: none;
}

.goods_cont .goods_area .tab_area .tab li a {
    display: block;
    position: relative;
    padding-bottom: 17px;
    color: #666;
}

.goods_cont .goods_area .tab_area .tab li.on a {
    color: #000;
    font-weight: 500;
}

.goods_cont .goods_area .tab_area .tab li.on a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #be9162;
}

.goods_cont .goods_area .tab_line.line_type01 + .line {
    left: 32px;
}

.goods_cont .goods_area .tab_cont {
    width: 1000px;
    margin: 40px auto 0;
}

.goods_cont .goods_area .cont_top {
    margin-bottom: 40px;
    padding: 30px 0;
    background: #f9f9f9;
}

.goods_cont .goods_area .cont_top dt {
    font-size: 18px;
}

.goods_cont .goods_area .cont_top dt b {
    font-weight: 500;
}

.goods_cont .goods_area .cont_top dd {
    margin-top: 10px;
}

.goods_cont .goods_area .cont_top dd .sub_txt {
    color: #666;
    font-size: 13px;
    font-weight: 350;
}

.goods_cont .goods_area .sub_tab {
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: top;
}

.goods_cont .goods_area .sub_tab li {
    position: relative;
}

.goods_cont .goods_area .sub_tab li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 15px;
    background: #e5e5e5;
}

.goods_cont .goods_area .sub_tab li:first-child:after {
    display: none;
}

.goods_cont .goods_area .sub_tab li a {
    display: block;
    padding: 0 20px;
    color: #999;
}

.goods_cont .goods_area .sub_tab li.on a {
    color: #000;
    font-weight: 500;
}

.goods_cont .goods_area .sub_tab_cont .sub_cont {
    display: none;
}

.goods_cont .goods_area .sub_tab_cont .sub_cont.on {
    display: block;
}

.goods_cont .goods_area .txt {
    position: relative;
    color: #666;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -0.5px;
    word-break: keep-all;
}

.goods_cont .goods_area .txt.bull {
    padding-left: 8px;
    background: url(../img/common/bull.png) no-repeat 0 0;
}

.goods_cont .goods_area .txt.bull i {
    display: inline-block;
    width: 8px;
    height: 22px;
    margin-left: -8px;
    vertical-align: top;
    background: url(../img/common/bull.png) no-repeat 0 0;
}

.goods_cont .goods_area .goods_summary {
    width: 640px;
    margin: 0 auto;
    padding: 30px 0;
    background: #f6f6f6;
}

.goods_cont .goods_area .goods_summary > dt {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.goods_cont .goods_area .goods_summary > dd {
    margin-top: 7px;
    font-size: 16px;
}

.goods_cont .goods_area .goods_summary > dd span {
    font-weight: 300;
}

.goods_cont .goods_area .longdesc {
    width: 640px;
    margin: 27px auto 0;
    color: #000;
}

.goods_cont .goods_area .detail_img {
    margin-top: 54px;
    padding-bottom: 60px;
}

.goods_cont .goods_area .detail_img img {
    margin: 0 auto;
}

.goods_cont .goods_area .goods_detail .sec {
    margin-top: 60px;
    text-align: left;
}

.goods_cont .goods_area .goods_detail .sec > dt {
    font-size: 18px;
    font-weight: 500;
}

.goods_cont .goods_area .goods_detail .sec > dd {
    margin-top: 12px;
}

.goods_cont .goods_area .goods_detail .goods_sec {
    margin-top: 30px;
}

.goods_cont .goods_area .goods_detail .goods_sec > dt {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
}

.goods_cont .goods_area .goods_detail .goods_sec > dd {
    margin-top: 10px;
}

.goods_cont .goods_area .brand_info {
    margin-top: 84px;
    background: #f9f9f9;
}

.goods_cont .goods_area .brand_info .brand_img {
    width: 500px;
}

.goods_cont .goods_area .brand_info .brand_img img {
    width: 100%;
}

.goods_cont .goods_area .brand_info .brand_txt {
    position: relative;
    width: 500px;
    height: 313px;
    padding: 40px;
    text-align: left;
    box-sizing: border-box;
}

.goods_cont .goods_area .brand_info .brand_txt dt {
    font-size: 24px;
    font-weight: 600;
}

.goods_cont .goods_area .brand_info .brand_txt dd {
    margin-top: 20px;
}

.goods_cont .goods_area .brand_info .brand_txt dd .btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
    padding: 0 30px;
}

.goods_cont .goods_area .delivery_info {
    padding: 42px 0;
    background: #f9f9f9;
}

.goods_cont .goods_area .delivery_info .process {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.goods_cont .goods_area .delivery_info .process:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px dashed #666;
}

.goods_cont .goods_area .delivery_info .process li {
    width: 80px;
    margin-right: 155px;
    padding-top: 90px;
}

.goods_cont .goods_area .delivery_info .process li:last-child {
    margin-right: 0;
}

.goods_cont .goods_area .delivery_info .process li:after {
    width: 80px;
    height: 80px;
}

.goods_cont .goods_area .delivery_info .process li strong {
    display: block;
    font-weight: 500;
}

.goods_cont .goods_area .delivery_info .process li span {
    position: absolute;
    top: 13px;
    left: 100%;
    width: 153px;
    color: #666;
}

.goods_cont .goods_area .delivery_info .process li.process01:after {
    background-position: 0 -129px;
}

.goods_cont .goods_area .delivery_info .process li.process02:after {
    background-position: -100px -129px;
}

.goods_cont .goods_area .delivery_info .process li.process03:after {
    background-position: -200px -129px;
}

.goods_cont .goods_area .delivery_info .deli_summary {
    position: relative;
    width: 570px;
    margin: 30px auto 0;
    padding: 11px 0 12px;
    border: 1px solid #666;
}

.goods_cont .goods_area .delivery_info .deli_summary:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 25px;
    margin-top: -12px;
    background: #ccc;
}

.goods_cont .goods_area .delivery_info .deli_summary li {
    width: 50%;
}

.goods_cont .goods_area .delivery_info .deli_summary li dl {
    display: inline-block;
    line-height: 25px;
    vertical-align: top;
}

.goods_cont .goods_area .delivery_info .deli_summary li dl dt {
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    font-weight: 300;
}

.goods_cont .goods_area .delivery_info .deli_summary li dl dd {
    margin-left: 20px;
    font-size: 18px;
    font-weight: 500;
}

.goods_cont .goods_area .delivery_more {
    margin-top: 20px;
}

.goods_cont .goods_area .delivery_more li {
    width: 490px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.goods_cont .goods_area .delivery_more li:first-child {
    margin-right: 20px;
}

.goods_cont .goods_area .delivery_more li dl dt {
    padding-top: 32px;
    font-size: 20px;
    font-weight: 500;
}

.goods_cont .goods_area .delivery_more li dl dt.en {
    font-size: 22px;
}

.goods_cont .goods_area .delivery_more li dl dd .sub_txt {
    margin-top: 7px;
    padding-bottom: 34px;
    font-size: 13px;
    font-weight: 300;
}

.goods_cont .goods_area .delivery_more li dl dd .sub_txt.en {
    font-size: 14px;
}

.goods_cont .goods_area .delivery_more li dl dd .img {
    margin: 0 -1px;
}

.goods_cont .goods_area .delivery_more li dl dd img {
    width: 100%;
}

.goods_cont .goods_area .delivery_more li dl dd .video_area {
    position: relative;
}

.goods_cont .goods_area .delivery_more li dl dd .video_area .thumb {
    cursor: pointer;
}

.goods_cont .goods_area .delivery_more li dl dd .video_area .video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.goods_cont .goods_area .delivery_more li dl dd .video_area #video {
    width: 100%;
    height: 100%;
}

.goods_cont .goods_area .delivery_more li dl dd .video_area.on .video {
    display: block;
}

.goods_cont .goods_area .cont_review .cont_top {
    padding: 40px 0;
}

.goods_cont .goods_area .cont_review .cont_top dt {
    font-size: 20px;
    font-weight: 300;
}

.goods_cont .goods_area .cont_review .cont_top dt b span {
    font-size: 22px;
}

.goods_cont .goods_area .cont_review .cont_top .btn_area {
    margin-top: 30px;
}

.goods_cont .goods_area .review {
    margin-top: 90px;
}

.goods_cont .goods_area .review .selectbox {
    float: right;
    margin-bottom: 15px;
    text-align: left;
}

.goods_cont .goods_area .review .review_list {
    clear: both;
}

.goods_cont .goods_area .review_list {
    margin-bottom: 40px;
}

.goods_cont .goods_area .review_list > li .review_txt {
    position: relative;
    color: #999;
    font-size: 13px;
    text-align: left;
}

.goods_cont .goods_area .review_list > li .review_txt .txt {
    color: #222;
    font-size: 13px;
    line-height: 20px;
    word-break: keep-all;
}

.goods_cont .goods_area .review_list > li .review_txt .user_info .date {
    position: relative;
    margin-left: 12px;
    padding-left: 12px;
}

.goods_cont .goods_area .review_list > li .review_txt .user_info .date:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background: #e5e5e5;
}

.goods_cont .goods_area .review_list > li .review_txt .rating_star {
    position: absolute;
    top: 0;
}

.goods_cont .goods_area .review_list.type_list {
    border-top: 1px solid #000;
}

.goods_cont .goods_area .review_list.type_list > li {
    border-bottom: 1px solid #e5e5e5;
}

.goods_cont .goods_area .review_list.type_list > li > a {
    display: block;
    padding: 20px 0;
}

.goods_cont .goods_area .review_list.type_list > li .review_txt > dt {
    margin-bottom: 10px;
}

.goods_cont .goods_area .review_list.type_list > li .review_txt .txt {
    overflow: hidden;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.goods_cont .goods_area .review_list.type_list > li .review_txt .user_info {
    position: absolute;
    top: 0;
    right: 110px;
    line-height: 16px;
}

.goods_cont .goods_area .review_list.type_list > li .review_txt .rating_star {
    right: 0;
}

.goods_cont .goods_area .review_list.type_photo {
    margin-right: -13px;
    margin-left: -13px;
}

.goods_cont .goods_area .review_list.type_photo > li {
    width: 230px;
    margin: 0 13px;
}

.goods_cont .goods_area .review_list.type_photo > li .thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 230px;
}

.goods_cont .goods_area .review_list.type_photo > li .thumb img {
    width: 100%;
}

.goods_cont .goods_area .review_list.type_photo > li .review_txt {
    margin-top: 20px;
    padding-top: 36px;
}

.goods_cont .goods_area .review_list.type_photo > li .review_txt .txt {
    overflow: hidden;
    max-height: 60px;
    margin-top: 10px;
}

.goods_cont .goods_area .review_list.type_photo > li .review_txt .rating_star {
    left: 0;
}

.goods_cont .goods_area .review_list.type_photo > li .review_txt .user_info {
    margin-top: 20px;
}

.goods_cont .goods_area .faq_list {
    min-height: 300px;
    border-top: 1px solid #000;
}

.goods_cont .goods_area .faq_list li {
    border-bottom: 1px solid #e5e5e5;
}

.goods_cont .goods_area .faq_list li dl {
    text-align: left;
    line-height: 22px;
}

.goods_cont .goods_area .faq_list li dl dt {
    overflow: hidden;
    position: relative;
    padding: 13px 20px 14px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.goods_cont .goods_area .faq_list li dl dt:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    background: #000;
}

.goods_cont .goods_area .faq_list li dl dt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 2px;
    height: 10px;
    margin-top: -5px;
    background: #000;
    transform: scaleY(1);
    transition: all 0.4s ease-in-out;
}

.goods_cont .goods_area .faq_list li.on dl dt:after {
    transform: scaleY(0);
}

.goods_cont .goods_area .faq_list li dl dd {
    display: none;
    padding-bottom: 30px;
    color: #666;
    line-height: 22px;
}

.tbl_sizeguide {
    position: relative;
    margin-top: 24px;
    padding-left: 150px;
}

.tbl_sizeguide .tbl_col li {
    line-height: 38px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.tbl_sizeguide .th_col {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    font-weight: 500;
    border-left: 1px solid #e5e5e5;
    background: #f6f6f6;
}

.tbl_sizeguide .th_col .tbl_col {
    border-top: 1px solid #e5e5e5;
}

.tbl_sizeguide .td_col {
    overflow: hidden;
    overflow-x: auto;
    border-top: 1px solid #e5e5e5;
}

.tbl_sizeguide .td_col .tbl_col {
    font-size: 0;
    white-space: nowrap;
}

.tbl_sizeguide .td_col .tbl_col li {
    display: inline-block;
    width: 170px;
    color: #222;
    font-size: 14px;
    vertical-align: top;
}

.layer_pop_s {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    z-index: 50;
}

.layer_pop_s.on {
    display: block;
}

.layer_pop_s .pop_cont {
    padding: 10px;
    font-weight: 400;
}

.layer_pop_s .pop_cont > dt {
    position: relative;
    margin-bottom: 10px;
    padding: 2px 0 5px;
    font-size: 13px;
    line-height: 21px;
    border-bottom: 1px solid #ccc;
}

.layer_pop_s .pop_cont > dt .btn_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
}

.layer_pop_s .pop_cont > dt .btn_close:after {
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    background-position: -107px -48px;
}

.layer_pop_s .pop_cont .bull_list li {
    position: relative;
    padding-left: 8px;
    color: #999;
    font-size: 12px;
    line-height: 18px;
}

.layer_pop_s .pop_cont .bull_list li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #999;
}

/* ������ ���̵� */
#sizeguide_pop {
    top: 23px;
    left: 0;
    width: 100%;
}

#sizeguide_pop .sizeguide_close {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    background: #f1f1f1;
}

#sizeguide_pop .tbl_sizeguide {
    margin: 9px;
    padding-left: 70px;
}

#sizeguide_pop .tbl_sizeguide .tbl_col li {
    font-size: 12px;
    line-height: 25px;
}

#sizeguide_pop .tbl_sizeguide .th_col {
    width: 70px;
}

#sizeguide_pop .tbl_sizeguide .td_col .tbl_col li {
    width: 70px;
}

/* ������ �Һ� ���� */
#cardbenefit_pop {
    right: 0;
    width: 256px;
}

#cardbenefit_pop .bull_list {
    margin: 3px 0 16px;
}

#cardbenefit_pop .tbl_card {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

#cardbenefit_pop .tbl_card th {
    height: 25px;
    font-size: 12px;
    font-weight: normal;
    line-height: 25px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    background: #f6f6f6;
}

#cardbenefit_pop .tbl_card td {
    height: 25px;
    color: #666;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

/* ��� ���� �ȳ� */
#delitype_pop {
    right: 0;
    width: 366px;
}

#delitype_pop .deli_summary {
    padding: 16px 0 13px;
    text-align: center;
    background: #f6f6f6;
}

#delitype_pop .deli_summary dt {
    font-size: 12px;
    line-height: 14px;
}

#delitype_pop .deli_summary dt i {
    width: 14px;
    height: 14px;
    margin-right: 9px;
}

#delitype_pop .deli_summary dt i:after {
    background-position: -242px -27px;
}

#delitype_pop .deli_summary dd {
    margin-top: 3px;
    font-size: 16px;
}

#delitype_pop .deli_process {
    position: relative;
    margin: 20px 0 10px;
    padding: 0 10px;
}

#delitype_pop .deli_process:after {
    content: "";
    position: absolute;
    top: 0;
    left: 35px;
    width: 1px;
    height: calc(100% - 40px);
    border-left: 1px dashed #000;
}

#delitype_pop .deli_process li {
    position: relative;
    margin-top: 30px;
    padding-left: 65px;
    z-index: 1;
}

#delitype_pop .deli_process li:first-child {
    margin-top: 0;
}

#delitype_pop .deli_process li:after {
    width: 50px;
    height: 50px;
}

#delitype_pop .deli_process li dl dt {
    font-size: 13px;
}

#delitype_pop .deli_process li dl dd {
    color: #666;
    font-size: 12px;
    line-height: 18px;
}

#delitype_pop .deli_process li.ico01:after {
    background-position: -300px -129px;
}

#delitype_pop .deli_process li.ico02:after {
    background-position: -360px -129px;
}

#delitype_pop .deli_process li.ico03:after {
    background-position: -420px -129px;
}

/* ��ٱ��� */
#cartPop .popup {
    width: 500px;
    height: 344px;
    margin: -172px 0 0 -250px;
}

#cartPop .popup .cart_pop {
    padding: 20px;
}

#cartPop .popup .cart_pop > dt {
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #666;
}

#cartPop .popup .cart_pop > dd {
    margin-top: 30px;
    text-align: center;
}

#cartPop .popup .cart_pop .cart_txt {
    margin-bottom: 22px;
    padding-top: 120px;
    line-height: 26px;
}

#cartPop .popup .cart_pop .cart_txt:after {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    background-position: 0 -220px;
}

#cartPop .popup .cart_pop .cart_txt dt {
    font-size: 20px;
    font-weight: 500;
}

/* video popup */
#videoPop .popup {
    height: 506px;
    margin-top: -253px;
}

#videoPop .popup .btn_close {
    top: 0;
    right: -50px;
}

#videoPop .popup .btn_close:before,
#videoPop .popup .btn_close:after {
    width: 40px;
    margin-left: -20px;
    background: #fff;
}

#videoPop #video {
    width: 100%;
    height: 506px;
}

/* �ı� �ۼ��ϱ� */
#reviewWritePop .popup {
    width: 460px;
    height: 730px;
    margin: -365px 0 0 -230px;
}

#reviewWritePop .popup .review_write {
    padding: 20px;
}

#reviewWritePop .popup .review_write > dt {
    padding-bottom: 16px;
    border-bottom: 1px solid #000;
}

#reviewWritePop .popup .review_write > dt strong {
    display: block;
    padding-right: 30px;
    font-size: 32px;
    font-weight: 600;
}

#reviewWritePop .popup .review_write > dt p {
    margin-top: 7px;
    font-weight: 300;
    line-height: 18px;
}

#reviewWritePop .popup .review_write > dd {
    margin-top: 20px;
}

#reviewWritePop .popup .review_write .review_rating_star {
    padding-bottom: 20px;
}

#reviewWritePop .popup .review_write .review_rating_star dt {
    font-size: 13px;
    font-weight: 300;
}

#reviewWritePop .popup .review_write .review_rating_star dd {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

#reviewWritePop .popup .review_write .review_rating_star .btn_star_area {
    position: absolute;
    top: 0;
    left: 50%;
    width: 240px;
    height: 42px;
    margin-left: -120px;
}

#reviewWritePop .popup .review_write .review_rating_star .btn_star_area button {
    width: 44px;
    height: 100%;
    margin-left: 5px;
    font-size: 0;
    text-indent: -9999px;
}

#reviewWritePop
.popup
.review_write
.review_rating_star
.btn_star_area
button:first-child {
    margin-left: 0;
}

#reviewWritePop .popup .review_write .review_rating_star .aster {
    color: #bd081c;
    font-weight: 400;
}

#reviewWritePop .popup .review_write .photo_area {
    margin-top: 20px;
}

#reviewWritePop .popup .review_write .photo_area .btn_file_upload {
    position: relative;
}

#reviewWritePop .popup .review_write .photo_area .btn_file_upload input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#reviewWritePop .popup .review_write .photo_area .btn_file_upload label {
    display: block;
    position: relative;
    width: 120px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #999;
    z-index: 1;
    cursor: pointer;
}

#reviewWritePop .popup .review_write .photo_area .btn_file_upload label i {
    width: 24px;
    height: 19px;
    margin-right: 7px;
    vertical-align: middle;
}

#reviewWritePop
.popup
.review_write
.photo_area
.btn_file_upload
label
i:after {
    background-position: 100% -26px;
}

#reviewWritePop .popup .review_write .photo_area .thumb {
    overflow: hidden;
    position: relative;
    float: right;
    width: 200px;
    height: 200px;
}

#reviewWritePop .popup .review_write .photo_area .thumb img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
}

#reviewWritePop .popup .review_write .photo_area .thumb.on .btn_del {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
}

#reviewWritePop .popup .review_write .photo_area .thumb.on .btn_del:after {
    background-position: 100% -63px;
}

#reviewWritePop .popup .review_write .btn_area {
    margin-top: 30px;
    text-align: center;
}

ul.abc_list .checkbox > p {
    overflow: hidden;
    color: #aaa;
    font-size: 12px;
    font-weight: 300;
    line-height: 13px;
    letter-spacing: -0.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px 24px;
}

#balaan .foot_info {
    margin-top: 0 !important;
}

.btn_top {
    bottom: 170px;
    padding-right: 0;
}

#no_items_area > div {
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
}

span.red_dot {
    width: 4px;
    height: 4px;
    background: #A05F22;
    display: inline-block;
    position: absolute;
    top: 16px;
    margin-left: 2px;
    border-radius: 5px;
}

.detail-spec__item-wrap .popup .popup_body > div {
    justify-content: space-between !important;
}

.detail-spec__item-wrap .popup .popup_header {
    padding-left: 30px !important;
}


.popup-coupon-download {
    position: absolute;
    top: 300px;
    left: 50%;
    z-index: 200;
    width: 485px;
    background-color: #ffffff;
    transform: translateX(-50%);
    font-family: 'spoqa han sans';
    display: none;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.22);
}

.popup-coupon-download.show {
    display: block;
}

.popup-coupon-download .popup-header {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.popup-coupon-download .popup-header h2 {
    width: 100%;
    color: #020202;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.59;
}

.popup-coupon-download .popup-header button {
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    width: 48px;
    height: 48px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 0;
}

.popup-coupon-download .popup-body {
    position: relative;
    overflow-y: auto;
    max-height: 380px;
    padding: 12px 18px;
    background-color: #f6f6f6;
}

.popup-coupon-download .popup-body .coupon-box:not(:first-child) {
    margin-top: px;
}

.popup-coupon-download .popup-body h3 {
    margin-bottom: 12px;
    color: #020202;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: -0.5px;
}

.popup-coupon-download .popup-body .coupon {
    position: relative;
    width: 100%;
    height: 140px;
    margin-bottom: 12px;
    background: url("https://i.balaan.io/event/images/63f1494dc44878b6dd039707433965a1.png") center no-repeat;
    background-size: contain;
}

.popup-coupon-download .popup-body .coupon.done {
    background-image: url("https://i.balaan.io/event/images/e69ea13a53ee78f186eb8606c18416c6.png");
}

.popup-coupon-download .popup-body .coupon.done .info h4,
.popup-coupon-download .popup-body .coupon.done .info .period,
.popup-coupon-download .popup-body .coupon.done .info .value,
.popup-coupon-download .popup-body .coupon.done .info .limit {
    color: #cccccc !important;
}

.popup-coupon-download .popup-body .coupon .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-right: 60px;
    padding-left: 30px;
    box-sizing: border-box;
}

.popup-coupon-download .popup-body .coupon .info h4 {
    position: relative;
    margin-bottom: 4px;
    color: #020202;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: -0.5px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.popup-coupon-download .popup-body .coupon .info .period {
    margin-bottom: 4px;
    color: #020202;
    font-size: 13px;
    line-height: 1.38;
    letter-spacing: -0.2px;
}

.popup-coupon-download .popup-body .coupon .info .value {
    color: #10069f;
    font-size: 28px;
    line-height: 1.29;
    font-weight: bold;
}

.popup-coupon-download .popup-body .coupon .info .value span {
    font-size: 18px;
    letter-spacing: -0.5px;
}

.popup-coupon-download .popup-body .coupon .info .detail {
    display: flex;
    align-items: flex-end;
}

.popup-coupon-download .popup-body .coupon .info .limit {
    position: relative;
    margin-left: 8px;
    padding-bottom: 4px;
    color: #999999;
    font-size: 13px;
    line-height: 1.38;
    letter-spacing: -0.5px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.popup-coupon-download .popup-body .coupon .btn-download {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 60px;
    height: 100%;
    font-size: 0;
}

.popup-coupon-download .popup-footer {
    padding: 11px 18px;
    border-top: 1px solid #e5eee5;
}

.popup-coupon-download .popup-footer .btn-download-all {
    width: 100%;
    padding: 15px;
    border-radius: 4px;
    background-color: #000000;
    cursor: pointer;
}

.popup-coupon-download .popup-footer .btn-download-all.hide {
    display: none;
}

.popup-coupon-download .popup-footer .btn-download-all span {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: -0.5px;
    text-align: center;
}

.popup-coupon-download .popup-footer .btn-download-all span::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    vertical-align: bottom;
    background: url("https://i.balaan.io/balaanfront/mobile/img/common/icon-download-20.svg") center no-repeat;
}

.popup-coupon-download .popup-footer .btn-download-all.done {
    background-color: #cccccc;
    display: none;
}

.popup-coupon-download .popup-footer .btn-download-all.done.show {
    display: block;
}

.popup-coupon-download .popup-footer .btn-download-all.done span::after {
    display: none;
}

.boutique-wrap{
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.043rem;
    line-height: 1.71429rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 0.3rem;
    padding: 1.2rem;
}
.boutique-wrap .boutique-wrap-title {
    color: #020202;
    font-size: 1.2rem;
}
.boutique-wrap .go-boutique {
    color: #222;
    text-decoration: underline;
}

.vintage-grade-wrap .vintage-grade-list {
    color: #999;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: -.043rem;
    line-height: 1.71429rem;
}

.vintage-grade-wrap .vintage-grade-list .vintage-grade-item {
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    gap: 2.5rem;
    padding: 1rem 1rem;
}

.vintage-grade-wrap .vintage-grade-list .vintage-grade-item.active {
    background: #f6f6f6;
    border: 0 !important;
    border-radius: .3rem;
    color: #020202;
    font-weight: 700;
    padding-left: 1rem;
    padding-right: 1rem;
}

.vintage-grade-wrap .vintage-grade-list .vintage-grade-item>span:first-child {
    width: 4rem;
}

.vintage-grade-wrap .vintage-grade-list .vintage-grade-item.active:after {
    fill: #000;
    background-image: url(https://i.balaan.io/balaanfront/mobile/img/common/icon-check-on-24.svg);
    background-position: 50%;
    content: "";
    height: 1.7rem;
    margin-left: auto;
    width: 1.7rem;
}

.vintage-grade-wrap .notice-wrap.vintage {
    align-items: center;
    background-color: #f6f6f6;
    border-radius: .3rem;
    color: #020202;
    display: flex;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: -.043rem;
    line-height: 1.71429rem;
    padding: 1.2rem;
    margin-bottom: 1rem;
}