@charset "utf-8";


/*  ------------------------  item_list 제품리스트 */
.item_wrap {
    margin-left: 40px;
    width: 78.834%;
}

.item_wrap .filter_wrap {
    margin-bottom: 44px;
}

.item_wrap .view_more {
    width: inherit;
    height: 34px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    color: #000014;
    border: 0;
    background: url(../img/btn/serach_select.png) no-repeat right center;
}

.item_wrap .itme_type > li {
    width: calc(25% - 23px);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}

.item_wrap .itme_type > li:nth-of-type(4n) {
    margin-right: 0;
}

.item_wrap .itme_type.itme_type_special .thum_img {
    max-width: 220px;
}

.item_wrap .itme_type .item_content .ic_txt {
    height: 36px;
}

.item_wrap .itme_type .item_content .ic_bot .ic_pay span.above {
    right: 24%;
}


.item_wrap .itme_type01 > li {
    width: calc(25% - 23px);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}

.item_wrap .itme_type01 > li:nth-of-type(4n) {
    margin-right: 0;
}

.item_wrap .itme_type01.itme_type_special .thum_img {
    max-width: 220px;
}

.item_wrap .itme_type01 .item_content .ic_txt {
    height: 36px;
}

.item_wrap .itme_type01 .item_content .ic_bot .ic_pay span.above {
    right: 24%;
}


/* itme_type02 */
.itme_type02 .thum_img {
    display: block;
    position: relative;
    width: 160px;
    height: 160px;
    overflow: hidden;
    margin-bottom: 16px;
}

.itme_type02 .thum_img .in_img {
    display: block;
    width: 100%;
    height: 100%;
}

.itme_type02 .thum_img .in_img img {
    transition: 0.2s all;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itme_type02 li:focus .thum_img .in_img img,
.itme_type02 li:hover .thum_img .in_img img {
    transform: scale(1.08);
}

.itme_type02 .item_content .ic_subject {
    font-size: 14px;
    line-height: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
}

.itme_type02 .item_content .ic_subject a {
    color: #333;
}

.itme_type02 .item_content .ic_pay {
    color: #434343;
    font-size: 12px;
    letter-spacing: -0.5px
}

.itme_type02 .item_content .ic_pay span {
    font-size: 12px;
    color: #434343;
    font-style: italic;
}

.itme_type02 .item_content .ic_pay span.red {
    color: #ed413f;
}

.itme_type02 .item_content .ic_pay strong {
    font-size: 12px;
    color: #434343;
}

.itme_type02 .item_content .ic_subject {
    height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.itme_type02 .item_content .ic_subject a {
    max-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.itme_type02 .item_content .ic_pay span,
.itme_type02 .item_content .ic_pay strong {
    font-size: 14px;
}

/* itme_type02 */

/* itme_type03 */
.itme_type03 .thum_img {
    display: block;
    position: relative;
    width: 238px;
    height: 232px;
    overflow: hidden;
    background: #f6f6f6;
}

.itme_type03 .thum_img .in_img {
    display: block;
    width: 100%;
    height: 100%;
}

.itme_type03 .thum_img .in_img img {
    transition: 0.2s all;
}

.itme_type03 > li:focus .thum_img .in_img img,
.itme_type03 > li:hover .thum_img .in_img img {
    transform: scale(1.08);
}

.itme_type03 .item_content {
    padding: 20px 10px 0 10px;
}

.itme_type03 .item_content .ic_tit {
    font-style: italic;
    overflow: hidden;
    margin-bottom: 5px;
}

.itme_type03 .item_content .ic_tit strong {
    font-size: 16px;
    color: #434343;
    font-weight: 500;
}

.itme_type03 .item_content .ic_tit span {
    font-size: 14px;
    color: #434343;
    font-weight: 500;
}

.itme_type03 .item_content .ic_subject {
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 300;
    margin-bottom: 10px;
}

.itme_type03 .item_content .ic_subject a {
    color: #333;
}

.itme_type03 .item_content .ic_pay {
    color: #434343;
    font-size: 12px;
    letter-spacing: -0.5px
}

.itme_type03 .item_content .ic_pay span {
    font-size: 14px;
    color: #434343;
    font-style: italic;
}

.itme_type03 .item_content .ic_pay span.red {
    color: #e60012;
}

.itme_type03 .item_content .ic_pay strong {
    font-size: 14px;
    color: #434343;
    font-weight: 500;
}

/* itme_type03 */


.item_detail_search dt {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    line-height: 24px;
}

.item_detail_search dd:after {
    content: "";
    display: block;
    clear: both;
}

.item_detail_search dd .ids_close {
    float: left;
    padding: 0 32px 0 11px;
    margin-left: 10px;
    line-height: 22px;
    border: 1px solid #ccc;
    font-size: 13px;
    color: #888;
    background: url("/img/sub/icon_close01.png") no-repeat 88% center;
    border-radius: 11px;
}

.item_detail_search dd .ids_close:first-child {
    margin-left: 0;
}

/* .item_detail_tab.new {
    margin-bottom: 44px;
} */

.item_detail_tab button {
    font-size: 14px;
    color: #999;
}

.item_detail_tab button + button {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

.item_detail_tab button + button::before {
    content: "|";
    font-size: 10px;
    color: #ccc;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.item_detail_tab button.active {
    color: #000014;
    font-weight: 500;
}


.item_list {
    display: flex;
    flex-wrap: wrap;
}

.item_list > li {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 40px;
}

.item_list > li:nth-of-type(4n) {
    margin-right: 0;
}

.item_list .item_img_a {
    margin-bottom: 20px;
    position: relative;
    display: block;
}

.item_list .item_img {
    display: block;
    width: 100%;
    padding-top: 100%;
    background: no-repeat center / cover;
    border-radius: 6px;
}

.item_list .item_ico {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    position: absolute;
    top: 10px;
    right: 10px;
}

.item_list .item_ico span {
    width: 35%;
    max-width: 100%;
}

.item_list .item_img_a .time {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #86624a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    padding: 12px;
    border-radius: 0 0 6px 6px;
}

.item_list .item_img_a .pro_num {
    background: #6800b9;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 3px;
    position: absolute;
    bottom: 50px;
    right: 10px;
}


.item_list .item_img_a .time span {
    margin-left: 6px;
}


.item_list .item_img_a .item_cart {
    position: absolute;
    bottom: 11px;
    right: 11px;
    display: flex;
}

.item_list .item_txt_area {
    display: flex;
    flex-direction: column;
}

.item_list .store_name {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.item_list .item_name {
    max-height: 52px;
    font-size: 16px;
    font-weight: 600;
    color: #252525;
    line-height: 1.25;
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.item_list .item_pay_info {
    display: flex;
    align-items: center;
}

.item_list .item_pay_info span {
    margin-right: 8px;
}

.item_list .item_pay_info span:last-of-type {
    margin-right: 0;
}

.item_list .item_pay_info .percent {
    font-size: 20px;
    font-weight: 700;
    color: #e7242b;
    display: none;
}

.item_list .item_pay_info .price strong {
    font-size: 20px;
    font-weight: 700;
}

.item_list .item_pay_info .cost {
    font-size: 14px;
    color: #bbb;
    text-decoration: line-through;
}

.item_list .wish_btn {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.item_list .wish_btn i {
    margin-top: 3px;
    width: 20px;
    height: 16px;
    display: block;
    background: no-repeat center;
    background-image: url(../img/common/ico_zzim.png);
}

.item_list .wish_btn.on i {
    background-image: url(../img/common/ico_zzim_on.png);
}

.item_list .wish_btn span {
    margin-left: 6px;
    font-size: 15px;
    font-weight: 500;
    color: #bcbcbc;
    display: block;
}

.item_list .tag span {
    display: inline-block;
    border: 1px solid #e7242b;
    color: #e7242b;
    font-size: 13px;
    padding: 0 5px;
    line-height: 22px;
    border-radius: 3px;
}


/* 상품목록 중간배너 */
.sub_bnr {
    margin: 30px 0 60px;
}

.sub_bnr .bnr_slide .item a {
    display: inline-block;
    margin: 0 5px;
}

.sub_bnr .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    width: 35px;
    height: 35px;
    background-image: url(../img/main/bnr_slidearrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #477abc;
    border-radius: 50%;
    z-index: 3;
    font-size: 0;
}

.sub_bnr .slick-arrow.slick-next {
    right: -10px;
    transform: translateY(-50%) rotate(180deg);
}

.sub_bnr .slick-arrow.slick-prev {
    left: -10px;
}


/* ----------------------------- 아이템 리스트 페이지 product_list */


/* category */
.category {
    width: 17.987%;
    flex: 0 0 auto;
    height: 758px;
    overflow-y: scroll;
    padding-right: 16px;
}

.sub_menu_box .menu_top {
    margin-bottom: 30px;
}

.sub_menu_box .sub_menu_tit {
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 0;
    /* margin-bottom: 20px; */
    background-image: url(../img/sub/sub_menu_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
}

.sub_menu_box .sub_menu_tit.active {
    color: #3d6cab;
    background-image: url(../img/sub/sub_menu_arrow_on.png);
}

.sub_menu_box .sub_menu02 {
    padding-left: 6px;
    margin-bottom: 15px;
}

.sub_menu_box .sub_menu02 li a {
    font-size: 15px;
    color: #757575;
}

.sub_menu_box .search_box .menu_top {
    margin: 40px 0;

}

.sub_menu_box .sub_menu_box_wrap {
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.sub_menu_box .search_box .input_box {
    position: relative;
}

.sub_menu_box .search_box .input_box + select {
    width: 120px;
    margin-left: 6px;
}

.sub_menu_box .search_box .input_box input {
    width: 100%;
    height: 34px;
    border: 0;
    border-bottom: 1px solid #999;
    padding: 0;
}

.sub_menu_box .search_box .input_box input::placeholder {
    color: #aaa;
    font-size: 15px;
}

.sub_menu_box .search_box .input_box button {
    display: block;
    width: 30px;
    height: 34px;
    border-radius: 5px;
    background: url('../img/btn/search_btn.png') no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
}

.category::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
}

.category::-webkit-scrollbar-thumb {
    height: 10%;
    background: #477abc;
    border-radius: 2px;
}

.category::-webkit-scrollbar-track {
    background: #e0e0e0;
}


/* 1depth */
.sub_menu_box {
    position: relative;
}

.sub_menu_box > ul > li > a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    background: url(/img/sub/sub_menu_arrow.png) no-repeat center right;
}

.sub_menu_box > ul > li + li {
    margin-top: 20px;
}

.sub_menu_box > ul > li.on > a {
    font-weight: 700;
    color: #3d6cab;
    background: url(/img/sub/sub_menu_arrow_on.png) no-repeat center right;
}


.sub_menu_box.test > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 16px;
    background: none;
}

/* .sub_menu_box > ul > li.on > .cate_top a { 
    font-weight:700; 
    color: #3d6cab;
}
.sub_menu_box > ul > li > .cate_top .arr_ico {
    display: block;
    width: 18px;
    height: 18px;
    background: url(/img/sub/sub_menu_arrow.png) no-repeat center right; 
}
.sub_menu_box > ul > li.on > .cate_top .arr_ico {
    background-image: url(/img/sub/sub_menu_arrow_on.png); 
} */

/*************** 2Depth ***************/
.sub_menu_box > ul > li > ul {
    display: none;
    padding-top: 20px;
}

.sub_menu_box > ul > li > ul > li > a {
    display: block;
    padding-left: 10px;
    font-size: 15px;
    color: #757575;
    background: url(/img/sub/sub_menu02_arrow.png) no-repeat center right;
}

.sub_menu_box > ul > li > ul > li + li {
    margin-top: 10px;
}

.sub_menu_box > ul > li > ul > li.on > a {
    background: url(/img/sub/sub_menu02_arrow_on.png) no-repeat center right;
    color: #3d6cab;
}

/*************** 3Depth ***************/
.sub_menu_box > ul > li > ul > li > ul {
    display: none;
    padding: 14px 0;
}

.sub_menu_box > ul > li > ul > li > ul > .noDepth + .noDepth {
    margin-top: 10px;
}

.sub_menu_box > ul > li > ul > li > ul > li > a {
    display: block;
    padding: 0 14px;
    font-size: 12px;
}

.sub_menu_box > ul > li > ul > li > ul > li.on > a {
    color: #3d6cab;
}

.sub_menu_box > ul li.noDepth a {
    background-image: none !important;
}


.pro_inner {
    display: flex;
}

.product_list_slider {
    position: relative;
    margin-top: 40px;
}

.product_list_slider .slick_total {
    max-width: 1200px;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    padding-right: 30px;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
}

.product_list_slider .slick_total .pause_btn {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: auto;
    background: rgba(0, 0, 0, 0.2) no-repeat center;
    background-image: url(../img/btn/slider_stop.png);
    cursor: pointer;
}

.product_list_slider .slick_total .pause_btn.play {
    background-image: url(../img/btn/slider_play.png);
}

.product_list_slider .slick_total .slick-counter {
    display: flex;
    align-items: center;
    margin-left: 10px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 20px;
    padding: 0 10px;
    color: #fff;
    font-size: 20px;
}

.product_list_slider .slick_total .slick-counter .current {
    font-weight: 700;
}

.product_list_slider .slick_total span {
    display: block;
    margin: 0 6px;
    font-weight: 500;
}

.product_list_slider .slick_total .slider_btn {
    display: block;
    width: 17px;
    height: 37px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    color: transparent;
    margin: 0 5px;
}

.product_list_slider .product_slider .slick-arrow {
    background: url(../img/main/slide_arrow.png) no-repeat center;
    width: 40px;
    height: 40px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    z-index: 8;
    font-size: 0;
}

.product_list_slider .product_slider .slick-arrow.slick-prev {
    left: 30px;
}

.product_list_slider .product_slider .slick-arrow.slick-next {
    right: 30px;
    transform: translateY(-50%) rotate(-180deg);
}

/*  // 메인슬라이더 // */

/* 
#container.product_list {
    padding-bottom: 0;
} */
.inner_fl {
    display: flex;
}

.product_list_wrap .pro_ttl {
    padding: 60px 0 40px;
}

.product_list_wrap .pro_ttl span {
    font-size: 30px;
    font-weight: 800;
    color: #252525;
    display: block;
}

.pro_lsit_tab {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.pro_lsit_tab li {
    width: 16.666%;
    border: 1px solid #dbdbdb;
}

.pro_lsit_tab li + li {
    border-left: none;
}

.pro_lsit_tab li:nth-of-type(7n) {
    border-left: 1px solid #dbdbdb;
}

.pro_lsit_tab li:nth-child(n+7) {
    border-top: none;
}

.pro_lsit_tab li a {
    font-size: 17px;
    display: block;
    padding: 0 18px;
    line-height: 56px;
}

.pro_lsit_tab li a:hover {
    color: #86624a;
}


/*  -------------------------------------- 리스트 검색박스 */
.pro_search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 2px solid #252525;
}

.pro_search .pro_count .red {
    color: #e7242b;
}

.pro_search select {
    padding: 0 36px 0 10px;
    color: #757575;
    line-height: 36px;
    min-width: 180px;
    background: #fff url(../img/common/product_sel.png) no-repeat center right 10px;
}

.product_list .pager {
    padding-top: 40px;
}


/* --------------------------------- item_view 아이템 뷰 */
#container.item_view {
    padding-bottom: 0;
}

.item_view_wrap {
    display: flex;
    justify-content: space-between;
}

.item_view_wrap .item_view_info {
    width: calc(100% - 280px);
    padding-right: 30px;
    margin-top: 40px;
}

.item_view_top {
    display: flex;
}

.item_view_top .item_left {
    width: 40.44%;
    position: relative;
}

.item_view_top .item_left .item_ico {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.item_view_top .item_left .item_ico span {
    width: 40%;
    max-width: 100%;
}

.item_view_top .item_img_slider {
    max-width: 600px;
    max-height: 358px;
    overflow: hidden;
    border: solid 1px #dbdbdb;
}

.item_view_top .item_img_slider .slick-dots {
    display: none !important;
}

.item_view_top .item_img_slider .img_in {
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.item_view_top .item_img_slider .img_in img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_nav_slider .slick-list {
    max-width: 600px;
    width: 100%;
    overflow: hidden;
}

.item_view_top .item_nav_slider .slick-track {
    /* transform: translate(0) !important; */
    float: left;
}

.item_view_top .item_nav_slider .slick-slide {
    padding: 5px 5px 5px 0;
    float: left;
}

.item_view_top .item_nav_slider .img_in {
    position: relative;
    display: block;
    width: 84px;
    height: 84px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
}

.item_view_top .item_nav_slider .img_in:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    border: 1px solid #ccc;
}

.item_view_top .item_nav_slider .img_in img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_view_top .item_right {
    width: 57.30%;
    max-width: 510px;
    margin-left: 20px;
    border-top: solid 2px #333;
}

.item_view_top .item_info_wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.item_view_top .item_info {
    display: flex;
    flex-direction: column;
}

.item_view_top .mini_shop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.item_view_top .mini_shop .certifi {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 9px 15px;
    border-radius: 15px;
    color: #fff;
    background: #658dc5;
    margin-left: 10px;
}

.item_view_top .view_file {
    position: absolute;
    width: 300px;
    max-height: 205px;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    box-shadow: 0px 1px 12px 0px rgb(0 0 0 / 6%);
    background: #fff;
    padding: 0 12px;
    top: 32px;
    left: 57%;
    display: none;
    z-index: 112;
    overflow-y: auto;
}

.item_view_top .view_file::-webkit-scrollbar {
    width: 2px;
}

.item_view_top .view_file::-webkit-scrollbar-thumb {
    background: #e9e9e9;
    border-radius: 12px;
}

.item_view_top .view_file::-webkit-scrollbar-track {
    border-radius: 12px;
}

.item_view_top .view_file li {
    font-size: 14px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.item_view_top .view_file li:last-of-type {
    border-bottom: 0;
}

.item_view_top .view_file .down_file {
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    text-align: right;
    color: #3f71b7;
    padding-right: 30px;
    background: url(/img/ico/download_icon.png) no-repeat right 2px center;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 70%;
    white-space: nowrap;
}

.item_view_top .mini_shop .it_code {
    font-size: 14px;
    color: #999;
}

.item_view_top .it_ttl {
    font-size: 26px;
    font-weight: 500;
    word-break: keep-all;
    line-height: 1.46;
}

.item_view_top .it_money_share {
    padding: 23px 0 20px;
    border-bottom: solid 1px #ececec;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.item_view_top .it_money_share.flex__c {
    align-items: center;
}

.item_view_top .it_money_share .it_money_box {
    margin-left: 13px;
}

.item_view_top .it_money_share .cost_price {
    font-size: 16px;
    color: #bbb;
    text-decoration: line-through;
}

.act_price {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 6px;
}

.item_view_top .sell_price {
    display: block;
    color: #f51f1f;
    font-size: 25px;
}

.item_view_top .discount_price {
    display: block;
    color: #252525;
    font-weight: 500;
    font-size: 28px;
}

.item_view_top .sell_price strong {
    font-size: 28px;
    font-weight: 700;
}

.item_view_top .sell_price strong.spe {
    font-size: 24px;
    font-weight: 700;
}

.item_view_top .it_money_share .it_share_box {
    position: relative;
}

.item_view_top .it_money_share .download_btn {
    padding: 10px;
    border: 1px solid #ff0000;
    border-radius: 4px;
    display: flex;
    gap: 7px;
    align-items: center;
    margin-right: 10px;
}

.item_view_top .it_money_share .download_btn a {
    font-size: 14px;
    display: flex;
}


.item_view_top .it_money_share .download_btn img {
    width: 12px;
    filter: brightness(0) saturate(100%) invert(22%) sepia(100%) saturate(600%) hue-rotate(-20deg) contrast(1.2);
}

.item_view_top .it_money_share .it_share_box button {
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    font-size: 0;
}

.item_view_top .it_money_share .it_share_box.spe {
    display: flex;
}

.item_view_top .it_money_share .it_share_box button + button {
    margin-left: 10px;
}

.item_view_top .it_money_share .it_share_box .btn_zzim {
    background-image: url(/img/btn/btn_zzim.png);
}

.item_view_top .it_money_share .it_share_box .btn_zzim:hover,
.item_view_top .it_money_share .it_share_box .btn_zzim.active {
    background-image: url(/img/btn/btn_zzim_on.png);
}

.item_view_top .it_money_share .it_share_box .btn_share {
    background-image: url(/img/btn/btn_share.png);
}

.item_view_top .it_money_share .it_share_box .sns_share {
    display: none;
    width: 220px;
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    padding: 12px 15px;
    background-color: #fff;
    border: 1px solid #3d6cab;
}

.item_view_top .it_money_share .it_share_box .sns_share:after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: -10px;
    width: 10px;
    height: 10px;
    background: url(/img/sub/icon_arrow01.png) no-repeat;
}

.item_view_top .it_money_share .it_share_box .sns_share .sns_close {
    display: block;
    width: 10px;
    height: 10px;
    background: url(/img/btn/close_sns_btn.png) no-repeat center center/cover;
    margin-left: auto;
}

.item_view_top .it_money_share .it_share_box .sns_share .sns_list {
    display: flex;
    justify-content: center;
}

.item_view_top .it_money_share .it_share_box .sns_share .sns_list li {
    display: block;
    text-align: center;
    margin: 0 5px;
}

.item_view_top .it_money_share .it_share_box .sns_share .sns_list li a {
    display: block;
}

.item_view_top .it_money_share .it_share_box .sns_share .sns_list li p {
    font-size: 12px;
    font-weight: 500;
    margin-top: 7px;
    color: #666;
}

.item_view_top .it_money_share .it_share_box .sns_share .sns_link {
    margin-top: 11px;
    width: 100%;
    display: flex;
}

.item_view_top .it_money_share .it_share_box .sns_share .sns_link input {
    width: calc(100% - 50px);
    height: 34px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
    border-right: none;
}

.item_view_top .it_money_share .it_share_box .sns_share .sns_link .this_copy {
    width: 50px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    border: solid 1px #dbdbdb;
    border-radius: 0;
}

.item_view_top .it_more_info li {
    display: flex;
    padding: 18px 0;
    border-bottom: 1px solid #ececec;
    color: #757575;
    font-size: 18px;
}

.item_view_top .it_more_info li .label {
    width: 110px;
    font-size: 15px;
    font-weight: 500;
    color: #252525;
}

.item_view_top .it_more_info li .info {
    width: calc(100% - 110px);
    font-size: 15px;
    line-height: 1.3;
    color: #666;
}


.item_view_top .item_option .opt_select.sub {
    padding: 0;
}

.item_view_top .item_option .opt_select.sub_opt,
.item_view_top .item_option .opt_select {
    padding: 20px 0;
}

.item_view_top .date_sel select,
.item_view_top .item_option .opt_select select {
    line-height: 60px;
    color: #757575;
    font-size: 18px;
    background-image: url(../img/ico/item_sel.png);
}

.item_view_top .item_option .opt_select select:focus {
    background-color: #fafafa;
}

.item_view_top .item_option .opt_select select + select {
    margin-top: 10px;
}

.item_view_top .date_sel {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.item_view_top .date_sel select {
    width: 195px;
}

.item_view_top .date_sel p {
    font-size: 18px;
    margin-left: 10px;
}


/* item_view_nav*/
.item_view_nav {
    width: 280px;
    border-left: solid 1px #dbdbdb;
    border-right: solid 1px #dbdbdb;
    background: #fff;
    z-index: 111;
}

.vc_nav_content {
    padding: 10px 0 0;
}

.vit_info_form .info_list li {
    padding: 10px;
    font-size: 15px;
    /* /* border-bottom: 1px solid #eee; */
}

.vit_info_form .info_list li + li {
    padding-top: 0;
}

.vit_info_form .info_list li > a {
    display: block;
    color: #333;
}

.vit_info_form .info_list li > .vit_iltxt {
    color: #333;
}

.vit_info_form .info_list li .vit_ilsel {
    background: url(/img/btn/icon_arrow_bot01.png) no-repeat right center;
}

.vit_info_form .info_list li select {
    width: 100%;
    height: 50px;
    border-color: #ccc;
    background: url(/img/btn/select_vit_form.png) no-repeat 95% center;
}

.vit_info_form .info_list li .il_option select {
    margin-top: 10px;
}

.vit_info_form .info_list li .il_option select:first-child {
    margin-top: 0;
}

.vit_info_form .info_result {
    padding: 0px 10px;
    border-bottom: 1px solid #eee;
}

.vit_info_form .info_result_box {
    position: relative;
    padding: 20px;
    background-color: #fafafa;
    margin-bottom: 10px;
}

.info_result_box .ir_tit {
    font-size: 14px;
    line-height: 1.3;
    color: #252525;
    margin-bottom: 10px;
}

.info_result_box .ir_num_sel {
    width: 94px;
    margin-left: auto;
    display: inline-flex;
    border: 1px solid #dadada;
    background-color: #fff;
}

.info_result_box .ir_num_sel button {
    width: 23px;
    height: 23px;
    line-height: 21px;
    font-size: 20px;
    color: #252525;
    overflow: hidden;
}

.info_result_box .ir_num_sel .btn_minus {
    font-size: 30px;
    color: #999;
}

.info_result_box .ir_num_sel span {
    width: 38px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #757575;
}

.info_result_box .ir_num_money {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 25px;
    margin-top: 16px;
}

.info_result_box .ir_num_money .m_txt {
    font-size: 15px;
    color: #252525;
}

.info_result_box .ir_num_money .m_txt strong {
    font-weight: 900;
    font-size: 18px;
}

.info_result_box .ir_num_money button {
    display: inline-flex;
}

.money_total {
    padding: 20px 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.money_total .mt_tit {
    line-height: 24px;
}

.money_total .mt_tit p {
    font-size: 16px;
    color: #3f71b7;
}

.money_total .mt_tit .btn_help {
    display: inline-block;
    margin-left: 7px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #f5f5f5;
    border-radius: 50%;
    vertical-align: middle;
}

.money_total .mt_txt {
    float: right;
    line-height: 24px;
}

.mt_txt .m_txt {
    font-size: 20px;
    color: #3f71b7;
}

.mt_txt .m_txt strong {
    font-size: 24px;
    font-weight: 900;
    margin-left: 10px;
    color: #3f71b7;
}

.vit_btn_wrap {
    margin: 25px 0;
    padding: 0 10px;
}

.vit_btn_wrap * {
    display: inline-block;
    width: 100%;
    height: 50px;
    text-align: center;
    padding: 15px 0 16px;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #3d6cab;
    box-sizing: border-box;
}

.vit_btn_wrap .cart_btn {
    color: #3f71b7;
    background: #fff;
}

.vit_btn_wrap .order_btn {
    color: #ffffff;
    background: #3f71b7;
    margin-top: 8px;
}

.vit_btn_wrap .btn_st03.c02.book {
    display: block;
}

.vc_nav {
    width: 100%;
    top: 73px;
}

.vc_wrap .vc_box .vc_tit {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
}

.vc_box .seller_info .vc_tit02 {
    margin: 40px 0 20px;
}

.vc_box .seller_info table {
    width: 100%;
    table-layout: fixed;
    border-top: solid 1px #252525;
}

.vc_box .seller_info tr {
    border-bottom: solid 1px #ececec;
}

.vc_box .seller_info th {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #252525;
    padding: 14px 0 14px 20px;
    background: #fafafa;
}

.vc_box .seller_info td {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    padding: 14px 0 14px 20px;
}

.vc_nav_sel {
    padding: 20px 10px;
}


.vc_nav_sel .vit_iltxt {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.vc_nav_sel select {
    width: 100%;
    height: 42px;
    border-color: #bbb;
    background-position: 97% center;
}

.vc_nav_sel .il_option {
    margin-bottom: 12px;
}

.vc_nav_sel .il_option select {
    margin-top: 10px;
}

.vc_nav_sel .il_option select:first-child {
    margin-top: 0;
}

.il_option select:hover {
    background-color: #f5f5f5;
}

.vc_nav_sel .info_result {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.vc_nav_sel .info_result_box .ir_num_money {
    width: 100%;
    margin-top: 15px;
}

.vc_nav_total .vcnt_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.vc_nav_total .vcnt_top .total_num {
    font-size: 16px;
    color: #3f71b7;
    font-weight: 400;
}

.vc_nav_total .btn_wrap .btn_st03 {
    width: 100%;
}

.vc_nav_total .btn_wrap .btn_st03.c01 {
    margin-top: 5px;
}

.vc_nav_total .btn_wrap .btn_st03.c02 {
    display: none;
    background-color: #3f71b7;
    color: #fff;
}

.vc_nav_total .btn_wrap .btn_st03.c02.book {
    display: block;
}

.vc_box .ta_list01 .col-01 {
    width: 150px;
}

.vc_box .ta_list01 .col-02 {
    width: 300px;
}

.vc_nav_total .btn_wrap * {
    width: 100%;
    line-height: 1;
    text-align: center;
    padding: 15px 0 16px;
    font-size: 20px;
    font-weight: 700;
}

.my_item_slider .slick-arrow {
    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;
}

.my_item_slider .slick-arrow.slick-prev {
    left: -48px;
    background-position: left top;
}

.my_item_slider .slick-arrow.slick-next {
    right: -44px;
    background-position: -18px top;
}

.my_item_slider .slick-arrow:hover {
    opacity: 1;
}

.mii_content .slick-counter {
    position: absolute;
    right: 0;
    top: -22px;
    font-size: 12px;
    color: #888;
}

.mii_content .slick-counter .current {
    color: #333;
}

.my_item_carousel .slick-counter {
    right: 30px;
}

.my_item_carousel {
    position: relative;
}

.my_item_carousel .mic_slider {
    padding-left: 13px;
}

.my_item_carousel .itme_type02 .slick-slide {
    margin: 0 12px 0 0;
    max-width: 160px;

}

.my_item_carousel .itme_type02 .thum_img {
    margin-bottom: 15px;
    border: solid 1px #ececec;
}

.my_item_carousel .itme_type02 .item_content .ic_subject a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #252525;
}

.my_item_carousel .mic_txt {
    position: absolute;
    top: -22px;
    font-size: 12px;
    color: #555;
    font-weight: 300;
    padding-left: 30px;
}

.my_item_carousel .slick-arrow {
    vertical-align: middle;
}

.my_item_carousel:hover .slick-arrow {
    opacity: 1;
}


/* 판매자 인기상품 */
.item_popular {
    width: 100%;
    max-width: 890px;
    overflow: hidden;
    border: 1px solid #ececec;
    padding: 33px 0 30px;
    margin: 50px 0 40px;
    box-shadow: 5px 0 3px rgba(0, 0, 0, 0.02);
}

.item_popular .vit_tit {
    line-height: 1;
    margin-bottom: 20px;
    padding-left: 20px;
}

.item_popular .vit_tit span {
    font-size: 18px;
    font-weight: 700;
    color: #252525;
    padding-right: 16px;
    background: url('../img/sub/vit_ttiarrow.png') no-repeat right center;
}

.item_popular .my_item_carousel {
    width: 100%;
}

.item_popular .my_item_carousel .mic_slider {
    padding: 0 22px;
}


.item_popular .my_item_carousel .mic_slider .ic_pay span {
    display: block;
    font-size: 15px;
    color: #252525;
}

.item_popular .my_item_carousel .mic_slider .ic_pay strong {
    display: block;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    margin: 10px 0 6px;
}

.item_popular .my_item_carousel .mic_slider .ic_pay .above {
    font-size: 12px;
    color: #bbb;
    font-style: normal;
    text-decoration: line-through;
}

.item_popular .my_item_carousel .slick-counter {
    position: absolute;
    top: -20px;
    right: 21px;
    line-height: 46px;
    font-size: 12px;
    color: #666;
}

.item_popular .my_item_carousel .slick-counter .current {
    font-size: 14px;
    font-weight: 700;
    margin: 0 5px 0 12px;
    color: #111;
}

.item_popular .my_item_carousel .slick-counter .total {
    font-size: 14px;
    color: #666;
    margin: 0 12px 0 5px;
}


/* 옵션박스 */
.opt_result_box {
    background: #f8f8f8;
    padding: 20px;
    margin-bottom: 10px;
}

.opt_result_box + .opt_result_box {
    margin-top: 10px;
}

.opt_result_box .opt_name {
    font-size: 14px;
    line-height: 1.3;
    color: #252525;
    margin-bottom: 10px;
}

.opt_result_box .control_row {
    /* display: flex; */
    align-items: center;
    margin-top: 12px;
}

.opt_result_box .opt_count_box {
    display: flex;
    align-items: center;
}

.opt_result_box .opt_count_box button {
    display: block;
    width: 33px;
    height: 33px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.opt_result_box .opt_count_box .minus_btn {
    background-image: url(../img/ico/item_count_down.png);
}

.opt_result_box .opt_count_box .plus_btn {
    background-image: url(../img/ico/item_count_up.png);
}

.opt_result_box .opt_count_box input {
    display: block;
    width: 46px;
    height: 33px;
    border: 1px solid #dbdbdb;
    border-right: 0;
    border-left: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    background: #fff;
    box-sizing: border-box;
}

.opt_result_box .opt_total_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 25px;
    margin-top: 16px;
}

.opt_result_box .opt_total_price {
    font-size: 15px;
    color: #252525;
}

.opt_result_box .opt_total_price strong {
    font-size: 18px;
    font-weight: 900;
}

.opt_result_box .opt_del_btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/img/btn/item_del.png) center center no-repeat;
    box-sizing: border-box;
}

.item_total_price {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px 0 0;
    box-sizing: border-box;
}

.item_total_price .item_total {
    font-size: 18px;
}

.item_total_price .total_price {
    font-size: 22px;
    font-weight: 400;
    color: #e7242b;
}

.item_total_price .total_price strong {
    font-family: 'NanumSquare';
    font-size: 32px;
    margin-right: 4px;
    font-weight: 900;
}

.item_order_btn {
    display: flex;
    margin-top: 40px;
    margin-bottom: 20px;
}

.item_order_btn > div {
    width: calc(100% - 66px);
    display: flex;
}

.item_order_btn > div button {
    width: calc(50% - 5px);
    margin-right: 10px;
    line-height: 54px;
    font-size: 18px;
    color: #3d6cab;
    border: 1px solid #3d6cab;
}

.item_order_btn > div .order_btn {
    margin-right: 0;
    border-color: #3d6cab;
}

/* 뷰 탭 */
.view_tab {
    border: solid 1px #dbdbdb;
}

.view_tab.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    z-index: 111;
    background: #fff;
    border: none;
}

.view_tab .tab_list {
    display: flex;
}

.view_tab.fixed .tab_list {
    max-width: 922px;
    border: solid 1px #dbdbdb;
    border-top: none;
}

.view_tab .tab_list li {
    width: 25%;
    text-align: center;
    border-left: solid 1px #dbdbdb;
}

.view_tab .tab_list li:first-of-type {
    border-left: none;
}

.view_tab .tab_list li button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 13px 0;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    background: #fff;
}

.view_tab .tab_list li button span {
    font-weight: 400;
    color: #999;
}

.view_tab .tab_list li.active button {
    background: #3d6cab;
    color: #fff;
}

.view_tab .tab_list li.active button span {
    color: #fff;
}


/* // item_view_top // */

/*  item_bot */
.item_view.pager {
    padding-top: 44px;
}

.item_bot {
    width: 100%;
    height: auto;
    min-height: 800px;
}

.item_bot .item_cont {
    padding: 0 0 50px;
}

/* 상세탭 공통 */
.item_tit_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item_tit {
    font-size: 18px;
    font-weight: 700;
    color: #252525;
}

.item_tit span {
    font-size: 14px;
    font-weight: 400;
    color: #252525;
    margin-left: 10px;
}

.item_tit span strong {
    font-weight: 400;
    color: #3d6cab;
}

.item_tit_wrap .go_btn {
    padding: 6px 12px;
}

.item_tit_wrap .go_btn span {
    font-size: 14px;
    color: #3f71b7;
    padding-right: 13px;
    background: url(/img/btn/go_btn_arrow.png) no-repeat right center;
}

.more_btn_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
}

.more_btn_wrap a {
    width: 100px;
    font-size: 14px;
    text-align: center;
    padding: 9px 0;
    line-height: 1;
}

.more_btn_wrap a + a {
    margin-left: 10px;
}

.item_cont .no_review {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #252525;
    cursor: default;
    padding: 30px 0;
}

/* 상품정보 주의사항 */
.item_cont.info .precautions {
    margin: 15px 0;
    padding: 25px 30px;
    background: #fafafa;
}

.item_cont.info .precautions .pre_ttl {
    font-size: 18px;
}

.item_cont.info .precautions .pre_ttl::before {
    content: '!';
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    background: red;
}

.item_cont.info .precautions .pre_list {
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 1.5;
}

.item_cont.info .precautions .pre_list li {
    display: flex;
    position: relative;
}

.item_cont.info .precautions .pre_list li .dot {
    color: #999;
    margin-right: 3px;
}

.item_cont.info .precautions .pre_list li .point {
    color: red;
    background: #fff9d5;
}

.item_cont.info .precautions .pre_bot {
    font-size: 13px;
    font-weight: 500;
    color: #757575;
    line-height: 1.5;
    padding-left: 6px;
}

.item_cont.info .precautions .pre_bot a {
    color: #811515;
    text-decoration: underline;
    display: inline-block;
}

.item_cont.info .precautions.bott .pre_ttl::before {
    display: none;
}

.item_cont.info .precautions.bott .pre_list li {
    font-size: 13px;
    color: #757575;
}

.item_cont.info .precautions.bott .pre_list .red {
    color: red;
}

.item_cont.info .precautions.bott .pre_list .bold {
    color: #252525;
}

/* 상품리뷰 */
.review_list {
    margin-top: 20px;
    border-top: 1px solid #252525;
}

.item_cont.review .r_listem {
    position: relative;
    padding: 20px 0;
    display: flex;
    border-bottom: 1px solid #ececec;
}

.item_cont.review .r_listem .rev_user {
    width: 50px;
    margin-right: 14px;
}

.item_cont.review .rev_user .thumb_img {
    width: 100%;
    padding-top: 100%;
    max-height: 50px;
    border-radius: 50%;
    background: url('../img/ico/user_profile_ico.png') no-repeat center center/cover;
}

.item_cont.review .rev_cont {
    width: calc(100% - 64px);
    cursor: pointer;
    padding-top: 20px;
}

.item_cont.review .rev_cont .rl_info {
    width: 62.34%;
}

.item_cont.review .rev_cont .rl_item {
    font-size: 13px;
    color: #999;
    margin-bottom: 12px;
}

.item_cont.review .rev_cont .rl_ds {
    text-align: right;
}

.item_cont.review > li.review_no_img .rl_txt_box {
    padding-left: 0;
}

.item_cont.review .rev_cont .info_top {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.item_cont.review .rev_cont .name {
    font-size: 16px;
    font-weight: 700;
}

.item_cont.review .rev_cont .date {
    font-size: 13px;
    color: #999;
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

.item_cont.review .rev_cont .date::before {
    content: '|';
    font-size: 10px;
    color: #dbdbdb;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.item_cont.review .rev_cont .rl_starwrap {
    display: flex;
}

.item_cont.review .rev_cont .more_review {
    display: block;
    margin-bottom: 16px;
}

.item_cont.review .rev_cont .more_review span {
    font-size: 14px;
    color: #3d6cab;
    padding-right: 25px;
    background: url('../img/btn/item_review_moredown.png') no-repeat right center;
}

.item_cont.review .rev_cont .more_review.more span {
    background-image: url('../img/btn/item_review_moreup.png');
}

.item_cont.review .re_imgbox {
    display: flex;
}

.item_cont.review .re_imgbox.open {
    display: block;
}

.item_cont.review .re_imgbox.open .rl_thurm {
    width: 100%;
    height: auto;
}

.item_cont.review .re_imgbox .rl_thurm + .rl_thurm {
    margin-left: 5px;
    position: relative;
}

.item_cont.review .re_imgbox.open .rl_thurm + .rl_thurm {
    margin-left: 0;
}

.item_cont.review .re_imgbox .rl_thurm .dim {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.item_cont.review .re_imgbox.open .rl_thurm .dim {
    display: none;
}

.item_cont.review .rl_txt_box {
    display: flex;
    justify-content: space-between;
}

.item_cont.review .rl_thurm {
    display: block;
    width: 120px;
    height: 120px;
}

.item_cont.review .rl_thurm span {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.item_cont.review .rl_thurm span img {
    width: 100%;
}

.item_cont.review .rl_txt_box .rl_name {
    font-size: 16px;
    font-weight: 700;
    color: #252525;
}

.item_cont.review .rl_txt_box .rl_name + .rl_item {
    margin: 10px 0 12px;
    font-size: 13px;
    color: #999;
}

.item_cont.review .rl_txt_box .rl_subject a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    color: #333;
    overflow: hidden;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item_cont.review .rl_txt_box .rl_txt a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    /*  max-height: 40px; */
    color: #666;
    /*    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    margin-bottom: 16px;
}

.item_cont.review .rl_txt_box .rl_info .rli_txt {
    display: inline-block;
    margin-right: 23px;
    font-size: 13px;
    color: #888;
    font-weight: 300;
}

.item_cont.review .rl_txt_box .rl_info .rli_txt strong {
    color: #333;
}


/* 상품 Q&A */
.item_cont.qna .qna_box button .qna_date {
    font-size: 14px;
    color: #666;
}

.item_cont.qna .qna_box button .qna_writer {
    width: 10%;
    font-size: 14px;
    color: #666;
}

.item_cont.qna .secret_qna .lock_ico {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 12px;
    height: 13px;
    margin-left: 5px;
    color: #252525;
    vertical-align: revert;
    background: url(../img/ico/qna_secretico.png) no-repeat right center;
}

/* 반품/교환정보 */
.item_bot .item_detail_ttl {
    margin: 40px 0 20px;
    font-size: 18px;
    font-weight: 700;
    color: #252525;
}

.item_detail_info + .item_detail_ttl {
    margin-top: 40px;
}

.item_detail_info {
    width: 100%;
}

.item_detail_info p {
    line-height: 1.3;
}

.item_detail_info table {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #333;
}

.item_detail_info table tbody {
    width: 100% !important;
    max-width: 100% !important;
}

.item_detail_info table tr {
    border-bottom: 1px solid #eeeeee;
}

.item_detail_info table th {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #252525;
    padding: 14px 0 14px 20px;
    line-height: 1.3;
    vertical-align: middle;
    letter-spacing: -0.05em;
    word-break: break-all;
    background: #fafafa;
}

.item_detail_info table td {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    padding: 14px 0 14px 20px;
}

.item_detail_info .detail_info_box {
    display: flex;
    align-items: flex-start;
}

.item_detail_info .detail_info_box + .detail_info_box {
    margin-top: 8px;
}

.item_detail_info .detail_info_box .label {
    position: relative;
    width: 100%;
    margin-right: 20px;
    font-size: 14px;
    color: #454545;
    line-height: 1.7;
    word-break: break-all;
}

.item_detail_info .detail_info_box .desc {
    font-size: 14px;
    color: #8f8f8f;
    line-height: 1.7;
}


/* 미니샵 */
#container.minishop .product_list_wrap {
    padding-top: 52px;
}

.minishop_banner .mini_bnr {
    position: relative;
    margin-top: 40px;
    display: block;
    width: 100%;
    height: 200px;
    max-height: 200px;
    background: no-repeat center / cover;
}

.minishop_banner .bnr_txt {
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.minishop_banner .bnr_txt h3 {
    font-size: 40px;
}

.minishop_banner .bnr_txt p {
    font-size: 18px;
    color: #757575;
    margin-top: 12px;
    line-height: 1.3;
}

.minishop_wrap .minishop_board .his_bar {
    display: none;
}

.minishop_wrap .minishop_board #cont_box {
    margin-bottom: 0;
}

.minishop_wrap .minishop_board .cont_area {
    width: 100% !important;
}

.minimall_row {
    border-bottom: 1px solid #dbdbdb;
}

.minimall_row .inner {
    display: flex;
    align-items: center;
    padding: 25px 0;
    position: relative;
}

.minimall_row .minishop_btn {
    display: block;
    padding-right: 40px;
    font-size: 28px;
    font-weight: 500;
    color: #252525;
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-image: url(../img/btn/minishop_arr.png);
}

.minimall_row .grade_box {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.minimall_row .grade_box .grade_name {
    display: block;
    padding-left: 28px;
    padding-top: 3px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Gmarket Sans';
    color: #252525;
    text-transform: uppercase;
    line-height: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 22px;
}

.minimall_row .grade_box .grade_name.white {
    background-image: url(../img/ico/ico_grade_white.png);
}

.minimall_row .grade_box .grade_name.ivory {
    background-image: url(../img/ico/ico_grade_ivory.png);
}

.minimall_row .grade_box .grade_name.yellow {
    background-image: url(../img/ico/ico_grade_yellow.png);
}

.minimall_row .grade_box .grade_name.green {
    background-image: url(../img/ico/ico_grade_green.png);
}

.minimall_row .grade_box .grade_name.emerald {
    background-image: url(../img/ico/ico_grade_emerald.png);
}

.minimall_row .grade_box .grade_name.red {
    background-image: url(../img/ico/ico_grade_red.png);
}

.minimall_row .grade_box .grade_pop_btn {
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    background: url(../img/btn/grade_pop_btn.png) center center no-repeat;
}

.minimall_row .minishop_desc {
    display: block;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #757575;
}

.minimall_row .minishop_wish {
    display: block;
    width: 162px;
    height: 40px;
    margin-left: auto;
    border: 1px solid #e7242b;
    border-radius: 20px;
    box-sizing: border-box;
}

.minimall_row .minishop_wish span {
    display: inline-block;
    padding-left: 21px;
    font-size: 14px;
    font-weight: 400;
    color: #e7242b;
    line-height: 38px;
    background-image: url(../img/btn/minishop_wish_btn.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.minimall_row .minishop_wish.on {
    background: #e7242b;
}

.minimall_row .minishop_wish.on span {
    color: #fff;
    background-image: url(../img/btn/minishop_wish_btn_on.png);
}

.minimall_row .minishop_info_pop {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 640px;
    padding: 40px;
    border: 1px solid #aaaaaa;
    background: #fff;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    z-index: 1111;
}

.minimall_row .minishop_info_pop .minishop_ttl {
    display: block;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 500;
    color: #252525;
}

.minimall_row .minishop_info_pop dl {
    display: flex;
}

.minimall_row .minishop_info_pop dl + dl {
    margin-top: 8px;
}

.minimall_row .minishop_info_pop dt {
    width: 110px;
    font-size: 15px;
    font-weight: 400;
    color: #757575;
    line-height: 1.3;
    flex: 0 0 auto;
}

.minimall_row .minishop_info_pop dd {
    font-size: 15px;
    font-weight: 400;
    color: #252525;
    line-height: 1.3;
}

.minimall_row .minishop_info_pop .minishop_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 58px;
    background: url(../img/btn/close_b_20.png) center center no-repeat;
}

.prd_search02 {
    padding: 60px 0 30px;
}

.prd_search02 > div {
    display: flex;
    justify-content: space-between
}

.prd_search02 .search_bar {
    position: relative;
}

.prd_search02 .search_bar .submit_btn {
    position: absolute;
    top: 50%;
    right: 0;
    width: 38px;
    height: 38px;
    background: url(../img/)
}

.prd_search02 .count {
    font-size: 16px;
    font-weight: 400;
    color: #252525;
}

.prd_search02 .search_bar {
    position: relative;
}

.prd_search02 .search_bar input {
    display: block;
    width: 220px;
    height: 36px;
    padding: 0 38px 0 10px;
    border: 1px solid #aaaaaa;
    font-size: 15px;
    font-weight: 400;
    box-sizing: border-box;
}

.prd_search02 .search_bar .submit_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 36px;
    text-indent: -9999em;
    background: url(../img/btn/search_btn_03.png) center center no-repeat;
}

.minishop_category {
    margin-top: ;
    margin-bottom: 60px;
}

.minishop_cat_depth01 {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    border: 1px solid #dbdbdb;
    border-bottom: 0;
}

.minishop_cat_depth01::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    content: '';
}

.minishop_cat_depth01 .depth01_btn {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(16.667% + 1px);
    margin-left: -1px;
    min-height: 58px;
    padding: 0 10px;
    border: 1px solid #dbdbdb;
    border-top: 0;
    font-size: 17px;
    font-weight: 400;
    color: #252525;
    box-sizing: border-box;
}

.minishop_cat_depth01 .depth01_btn:nth-of-type(6n) {
    border-right: 0;
}

.minishop_cat_depth01 .depth01_btn.on {
    color: #e7242b
}

.minishop_cat_depth01 .depth01_btn.on::after {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 1px solid #e7242b;
    z-index: 1;
    content: '';
}

.minishop_cat_depth02 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 15px 30px;
    background: #fafafa;
}

.minishop_cat_depth02 .dpeth02_btn {
    display: block;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 400;
    color: #999999;
}

.minishop_cat_depth02 .dpeth02_btn:not(:last-child) {
    margin-right: 32px;
}

.minishop_cat_depth02 .dpeth02_btn.on {
    color: #e7242b;
}

/* 신상 / 특가 */

.sale_banner {
    padding: 30px 0 40px;
}


/* 꽃 배달 */

.del .del_cate {
    /* display: flex; */
    margin-bottom: 120px
}

.sub .sub_ttl_02 {
    font-size: ;
}

.del_cate .cate_cont ul {
    padding-top: 80px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 120px;
}

.del_cate .cate_cont ul li {
    width: 25%;
}

.del_cate .cate_cont ul li a {
    display: flex;
    align-items: center;
}

.del_cate .cate_cont ul li span {
    width: 68px;
    height: 68px;
    display: block;
    background: no-repeat center / cover;
    margin-right: 20px;

}

.del_cate .cate_cont ul li strong {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.del_cate .cate_cont ul li:nth-child(n+5) {
    margin-top: 40px
}

.del_slider a span {
    display: block;
    width: 100%;
    padding-top: 21.02%;
    background: no-repeat center / cover;
}

.del_nav {
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

.del_nav .slick-slide {
    border-bottom: 1px solid #eeeeee;
}

.del_nav .slick-slide span {
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #757575;
    display: block;
    border-bottom: 3px solid transparent;
    transition: all 0.2s;
}

.del_nav .slick-current span {
    border-bottom: 3px solid #8bc541;
    color: #8bc541;
    font-weight: 500;
}

.del_nav > li {
    float: left;
    width: 100% !important;
}

.del_nav .slick-list {
    overflow: initial;
}

.del_nav .slick-track {
    left: 0px !important;
    width: 100% !important;
}

.del_nav .slick-track .slick-slide.slick-active {
    float: left;
    width: 12.5% !important;
    text-align: center;
    box-sizing: border-box;
}

.del_nav .slick-track .slick-slide.slick-active.lang1 {
    width: 100% !important;
}

.del_nav .slick-track .slick-slide.slick-active.lang2 {
    width: 50% !important;
}

.del_nav .slick-track .slick-slide.slick-active.lang3 {
    width: 33.3333% !important;
}

.del_nav .slick-track .slick-slide.slick-active.lang4 {
    width: 25% !important;
}

.del_nav .slick-track .slick-slide.slick-active.lang6 {
    width: 16.666% !important;
}

.del_nav .slick-track .slick-slide.slick-active.lang7 {
    width: 14.28% !important;
}


/* .del_pro {
    padding-bottom: 80px;
} */
.del_pro .pro_cate {
    display: flex;
    padding-bottom: 44px;
}

.del_pro .pro_cate button {
    font-size: 28px;
    font-weight: 300;
    padding: 0 8px;

}

.del_pro .pro_cate button.on {
    font-weight: 700;
    position: relative;
}

.del_pro .pro_cate button.on::after {
    display: block;
    content: '';
    width: 100%;
    height: 16px;
    background: #c2de9e;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: -1;
}

.del_pro .pro_cate button + button {
    margin-left: 16px;
}

/* 아이템 검색 */
.search_main {
    padding-top: 60px;
}

.search_main .search_item_wrap + .search_item_wrap {
    margin-top: 100px;
}

.search_main .search_item_wrap .flex_item_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 2px solid #252525;
}

.search_main .search_item_wrap.new .top{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: unset;
}

.search_main .search_item_wrap .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 2px solid #252525;
}

.search_main .search_item_wrap .top strong {
    font-size: 28px;
    font-weight: 400;
}

.search_main .search_item_wrap .top a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #454545;
}

.search_main .search_item_wrap .top a i {
    display: block;
    width: 8px;
    height: 14px;
    background: no-repeat center;
    background-image: url(../img/ico/more_arr.png);
    margin-left: 5px;
}

.search_main .search_item_wrap .top.m_none {
    margin-bottom: 0;
}

.search_main .cons_row_list,
.search_main .popular .pl_info,
.search_main .row_list {
    margin-top: 0;
    border-top: none
}


.search_item_wrap .lnsta_slider_cont {
    display: flex;

}

.search_item_wrap .lnsta_slider_cont > li {
    width: calc(25% - 15px);
    margin-right: 20px;
}

.search_item_wrap .lnsta_slider_cont > li:last-child {
    margin-right: 0;
}

.search_item_wrap .lnsta_slider_cont > li a.cont_img span {
    width: 100%;
    display: block;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.search_item_wrap .insta_slider {
    position: relative;
}

.search_item_wrap ul li .peo_info {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_item_wrap ul li .id_wrap {
    display: flex;
    align-items: center;
    width: calc(100% - 75px);

}

.search_item_wrap ul li .id_wrap .id_img {
    width: 50px;
    height: 50px;
    display: block;
    background: no-repeat center / cover;
    border-radius: 50%;
    margin-right: 10px;
    flex: 0 0 auto;
}

.search_item_wrap ul li .id_wrap .id {
    font-size: 18px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.search_item_wrap ul li .like_wrap {
    color: #999999;
    display: flex;
}

.search_item_wrap ul li .like_wrap .like {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    background: url(../img/btn/like.png) no-repeat center / 20px;
}

.search_item_wrap ul li .like_wrap .like.on {
    background: url(../img/btn/like_on.png) no-repeat center / 20px;
}

.search_item_wrap ul li.no_cont {
    border-bottom: none;
    width: 100%;
    margin: 0;
    padding-top: 40px;
}

.search_item_wrap ul li.no_cont p {
    font-size: 22px;
    color: #333333;
    text-align: center;

}


/* 세트상품 뷰 */
.item_view .sv_ttl {
    font-size: 26px;
    font-weight: 500;
    color: #252525;
    margin: 50px 0 20px;
}

.set_view .sv_ttl {
    font-size: 26px;
    font-weight: 500;
    color: #252525;
    padding: 35px 0 20px;
}

.set_vcont {
    display: flex;
    justify-content: space-between;
}

.set_vcont .v_infowrap {
    width: 590px;
    margin-right: 20px;
    border-top: solid 1px #dbdbdb;
}

.set_vcont .v_listwrap {
    width: calc(100% - 600px);
    max-width: 590px;
}

.v_infowrap .tem_category {
    margin: 0;
    padding: 30px 30px 0 30px;
    position: relative;
}

.v_infowrap .tem_category .map_wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.v_infowrap .tem_category ul {
    display: flex;
    flex-wrap: wrap;
}

.v_infowrap .tem_category ul li {
    width: 50%;
    min-height: 232px;
}

.v_infowrap .tem_category ul li.cate03 {
    position: relative;
    bottom: 73px;
}

.v_infowrap .tem_category ul li.cate04 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 100px;
    position: relative;
    bottom: 60px;
    max-width: 110px;
    left: 155px;

}

.v_infowrap .tem_category ul li:nth-child(2n) .tem_info {
    margin-left: auto;
}

.v_infowrap .tem_category .tem_info {
    width: 100%;
    max-width: 180px;
    min-height: 55px;
    padding: 10px 5px 12px 11px;
    background: #fff;
    position: relative;
    cursor: pointer;
    border-radius: 2px;
    z-index: 4;
}


.v_infowrap .tem_category .tem_info.tab_off {
    visibility: hidden;
}

.v_infowrap .tem_category .tem_info.active {
    background: #3f71b7;
}

.v_infowrap .tem_category .tem_info.active .t_name {
    font-weight: 500;
    color: #fff;
}

.v_infowrap .tem_category .tem_info.active .t_disc {
    color: #bdd5f6;
}

.v_infowrap .tem_category .plus_btn {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(/img/sub/set_plus_btn.png) no-repeat center / 16px;
    cursor: pointer;
}

.v_infowrap .tem_category .tem_info.active .plus_btn {
    background-image: url(/img/sub/set_plus_btn_on.png)
}

.v_infowrap .tem_category .plus_btn.bt1 {
    top: 20px;
    right: -51px;
}

.v_infowrap .tem_category .plus_btn.bt2 {
    top: 4px;
    right: -32px;
}

.v_infowrap .tem_category .plus_btn.bt3 {
    top: 20px;
    left: -60px;
}

.v_infowrap .tem_category .plus_btn.bt4 {
    top: 4px;
    left: -60px;
}

.v_infowrap .tem_category .plus_btn.bt5 {
    top: -12px;
    left: -60px;
}

.v_infowrap .tem_category .plus_btn.bt6 {
    bottom: -25px;
    left: -42px;
}

.v_infowrap .tem_category .plus_btn.bt7 {
    bottom: 2px;
    left: -42px;
}

.v_infowrap .tem_category .plus_btn.bt8 {
    top: -62px;
    left: 50%;
}

.v_infowrap .tem_category .plus_btn.bt9 {
    top: -89px;
    right: 25px;
}

.v_infowrap .tem_category .plus_btn.bt10 {
    top: 15px;
    right: -35px;
}

.v_infowrap .tem_category .plus_btn.bt11 {
    top: 3px;
    right: -43px;
}

.v_infowrap .tem_category .plus_btn.bt12 {
    top: 3px;
    left: -35px;
}

.v_infowrap .tem_category .tem_info .tem_ico {
    width: 16px;
    height: 16px;
    background: url('../img/ico/ico_setcategory.png') no-repeat center center;
    position: absolute;
}

.v_infowrap .tem_category .tem_info + .tem_info {
    margin-top: 10px;
}

.v_infowrap .tem_category .tem_info .t_name {
    font-size: 15px;
    font-weight: 500;
    color: #3f71b7;
    margin-bottom: 5px;
}

.v_infowrap .tem_category .tem_info .t_disc {
    max-width: 90%;
    font-size: 13px;
    word-break: break-all;
    color: #666;
}

.set_listwrap {
    margin-top: 10px;
}

.set_listwrap .open_btn {
    display: none;
}

.set_listwrap .vset_topsec {
    border: solid 1px #dbdbdb;
    padding-top: 30px;
}

.set_listwrap .txt_wrap {
    padding: 0 20px;
}

.set_listwrap .list_subject {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
    margin-bottom: 10px;
}

.set_listwrap .list_disc {
    font-size: 15px;
    line-height: 1.3;
    color: #757575;
    margin-bottom: 10px;
}

.set_listwrap .vset_list ul {
    padding: 0 20px;
    max-height: 520px;
    overflow-y: auto;
    overflow-x: hidden;
}

.set_listwrap .vset_list li {
    display: flex;
    padding: 20px 0;
}

.set_listwrap .vset_list li + li {
    border-top: solid 1px #ececec;
}

.set_listwrap .vset_list .ord_left {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.set_listwrap .vset_list .ord_left input + label {
    width: 20px;
    height: 20px;
    padding: 0;
    display: block;
    margin-right: 13px;
    background: url(/img/ico/check_ico20x20.png) no-repeat left center;
}

.set_listwrap .vset_list .ord_left input:checked + label {
    background-image: url(/img/ico/checked_ico20x20.png);
}

.set_listwrap .vset_list .ord_right .del_btn {
    display: block;
    width: 16px;
    height: 15px;
    background: url('../img/btn/del_ico.png') no-repeat center center/cover;
}

.set_listwrap .vset_list .ord_infowrap {
    display: flex;
    align-items: center;
}

.set_listwrap .vset_list .item_tit {
    font-size: 16px;
    color: #252525;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.set_listwrap .vset_list .ord_infotxt {
    width: 60%;
}

.set_listwrap .vset_list .ol_quantity {
    display: flex;
}

.set_listwrap .vset_list .ol_quantity select {
    width: calc(100% - 104px);
    max-width: 160px;
    font-size: 14px;
    color: #757575;
    border: solid 1px #dbdbdb;
    padding: 0 26px 0 12px;
    border-radius: 4px;
    background: url('../img/ico/ol_quantity_arrow.png') no-repeat right 12px center;
}

.set_listwrap .ir_num_sel {
    margin: 0 10px 0 0;
}

.set_listwrap .vset_list .ol_price {
    width: 33.33%;
    text-align: right;
    padding-right: 20px;
}

.set_listwrap .vset_list .ol_price .ol_money {
    font-size: .9375rem;
    font-weight: 500;
    color: #252525;
}

.set_listwrap .vset_list .ol_price .ol_money strong {
    font-size: 20px;
    font-weight: 900;
    font-family: 'Lato';
}

.set_listwrap .vset_list .item_thumbox {
    width: 60px;
    height: 60px;
}

.set_listwrap .vset_list .item_thumbox span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: solid 1px #dbdbdb;
}

.set_listwrap .vset_list .ord_right {
    width: calc(100% - 93px);
}

.vset_result .vset_check input + label {
    background: url(/img/ico/check_ico20x20.png) no-repeat left center / 19px;
}

.vset_result .vset_check input:checked + label {
    background-image: url(/img/ico/checked_ico20x20.png);
}

.vset_result .vset_check {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #f4f4f4;
}

.vset_result .vset_check input + label {
    font-size: 15px;
    color: #3f71b7;
}

.vset_result .vset_check .del_btn {
    display: inline-block;
    font-size: 14px;
    color: #3f71b7;
    text-align: center;
    padding: 8px 15px;
    border: solid 1px #3d6cab;
}

.vset_result .total_select {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vset_result .total_select p {
    font-size: 16px;
    color: #252525;
}

.vset_result .total_select .all_price {
    font-size: 26px;
    color: #3f71b7;
}

.vset_result .total_select .all_price strong {
    font-size: 28px;
    font-weight: 900;
    font-family: 'Lato';
}

.vset_result .cart_btn {
    width: 100%;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    background: #3f71b7;
}

.v_listwrap .v_listtop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.v_listwrap .v_listtop .go_home {
    max-width: none;
}

.v_listwrap .itse_top {
    margin: 20px 0;
}

.itse_top .search_box select {
    width: 134px;
    height: 34px;
    color: #999;
    background: url(/img/btn/serach_select.png) no-repeat right 8px center;
}

.itse_top .search_box .input_box {
    width: calc(100% - 144px);
    max-width: none;
    margin-left: 10px;
    position: relative;
}

.itse_top .search_box .input_box input {
    width: 100%;
    height: 34px;
    border-radius: 0 5px 5px 0;
}

.itse_top .search_box .input_box button {
    width: 40px;
    height: 34px;
    border-radius: 5px;
    background: #3f71b7 url(/img/btn/search_btntype.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
}

.v_listwrap .v_listbox ul {
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #ececec;
    margin-top: 20px;
    max-height: 1290px;
    overflow-y: auto;
}

.v_listwrap .v_listbox ul li {
    width: 33.33%;
    padding: 15px;
    border-right: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
    position: relative;
}

.v_listwrap .v_listbox ul li.no_item {
    width: 100%;
    text-align: center;
    line-height: 1.35;
    font-size: 20px;
    font-weight: 500;
    padding: 80px 0;
}

.v_listwrap .v_listbox ul li.no_item .mini_go {
    border-radius: 3px;
    padding: 8px 17px;
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
}

.v_listwrap .v_listbox .mask {
    display: none;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    border: solid 2px #3f71b7;
    background: rgba(0, 0, 0, 0.05) url('../img/ico/search_ico_box.png') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.v_listwrap .v_listbox ul li:hover .mask {
    display: block;
}


.v_listwrap .v_listbox ul li:nth-child(3n) {
    border-right: none;
}

.v_listwrap .v_listbox ul.long {
    max-height: none;
}

.v_listwrap .v_listbox .thumb_imgbox {
    width: 100%;
}

.v_listwrap .v_listbox .thumb_imgbox span {
    display: block;
    width: 100%;
    padding-top: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.v_listwrap .v_listbox .number {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Lato';
    color: #b9b6b5;
    margin-top: 20px;
}

.v_listwrap .v_listbox .subject {
    font-size: 14px;
    color: #252525;
    width: 100%;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0;
}

.v_listwrap .v_listbox .v_prive {
    font-size: 15px;
    font-weight: 500;
    color: #252525;
}

.v_listwrap .v_listbox .v_prive strong {
    font-size: 20px;
    font-weight: 700;
}

.v_listwrap .v_listbox .discount {
    font-size: 12px;
    margin-top: 10px;
    text-decoration: line-through;
    color: #bbb;
}

.v_listwrap .more_btn {
    display: block;
    width: 100%;
    padding: 22px 0;
    text-align: center;
    margin-top: -1px;
    border: solid 1px #ececec;
}

.v_listwrap .more_btn span {
    display: inline-block;
    font-size: 18px;
    color: #3f71b7;
    padding-right: 25px;
    background: url('../img/ico/more_link.png') no-repeat right center;
}

.v_listwrap .more_btn.open span {
    background-image: url('../img/btn/more_linkup.png');
}

/* 세트상품팝업 */

.view_pop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1111111111111;
}

.view_pop .pop_wrap {
    width: calc(100% - 30px);
    max-width: 750px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}

.view_pop .padding > div *,
.view_pop .padding .type-IMAGE_NO_SPACE img {
    width: 100% !important;
}

.view_pop .pop_wrap .top_sec {
    padding: 15px 30px;
    border-bottom: solid 1px #dbdbdb;
}

.view_pop .top_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.view_pop .top_sec .search_box {
    margin-bottom: 0;
}

.top_sec .search_box {
    display: flex;
    width: calc(100% - 20px);
}

.top_sec .search_box select {
    width: calc(100% - 130px);
    max-width: 630px;
    height: 40px;
    border: solid 1px #dbdbdb;
    background: url('../img/ico/arrow_opt13x8.png') no-repeat right 15px center;
}

.top_sec .search_box button {
    width: 130px;
    font-size: 18px;
    font-weight: 500;
}

.view_pop .top_sec .close_pop {
    display: flex;
    width: 20px;
    height: 20px;
    margin-left: 20px;
    background: url('../img/btn/close_btn20x20.png') no-repeat center center;
}

.view_pop .view_disc_wrap {
    position: relative;
}

.view_pop .view_disc_wrap .read_more {
    position: fixed;
    right: 30px;
    top: 86px;
}

.view_pop .view_disc_wrap .read_more a {
    display: block;
}

.view_pop .padding {
    text-align: center;
    min-height: 710px;
    max-height: 710px;
    padding: 15px;
    overflow-y: auto;
}

.view_pop .view_disc_wrap button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: url('../img/btn/view_arrow.png') no-repeat center center/cover;
}

.view_pop .view_disc_wrap button:hover {
    background-image: url('../img/btn/view_arrow_h.png');
}

.view_pop .view_disc_wrap .prev_btn {
    left: 20px;
}

.view_pop .view_disc_wrap .next_btn {
    right: 20px;
    transform: translateY(-50%) rotate(-180deg);
}

/* 세트상품 알림 팝업 */
.noti_pop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1111111111111;
}

.noti_pop .pop_wrap {
    width: calc(100% - 30px);
    max-width: 380px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}

.noti_pop .pop_wrap .top_sec {
    padding: 20px;
    border-bottom: solid 1px #dbdbdb;
}

.noti_pop .top_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #3a3a3c;
}

.noti_pop .top_sec strong {
    display: inline-block;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    padding: 0 0 0 24px;
    font-size: 20px;
    font-weight: 500;
}


.noti_pop .top_sec .close_pop {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../img/btn/close02.png') no-repeat center center;
}

.noti_pop .view_disc_wrap {
    position: relative;
}

.noti_pop .padding {
    padding: 50px 40px 0;
    text-align: center;
    overflow-y: auto;
}

.noti_pop .padding p {
    padding: 25px 0 50px;
    line-height: 1.35;
    font-size: 20px;
    font-weight: 500;
}

.noti_pop .close_btn {
    text-align: center;
    padding: 21px 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #3d6cab;
    cursor: pointer;
}


/* 장바구니 팝업 */
.basket_popup_box {
    display: none;
    position: absolute;
    top: 185px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.basket_popup_box .pop_box {
    background-color: #fff;
}

.basket_popup_box .pop_box .box_wrap {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 40px 0;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
}

.basket_popup_box .pop_box .box_wrap .item_box {
    padding: 0px 0;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}

.basket_popup_box .pop_box .box_wrap .item_box.left {
    border-right: solid 1px #cccccc;
}

.basket_popup_box .pop_box .box_wrap .item_box h3 {
    margin-bottom: 30px;
    font-size: 22px;
}

.basket_popup_box .pop_box .box_wrap .item_box img {
    max-width: 120px;
}

.basket_popup_box .pop_box .box_wrap .item_box .basket_txt {
    margin-top: 20px;
}

.basket_popup_box .pop_box .box_wrap .item_box p {
    color: #888888;
    font-size: 13px;
}

.basket_popup_box .pop_box .box_wrap .item_box p span {
    color: #333;
}

.basket_popup_box .pop_box .box_wrap .item_box.right h4 {
    margin: 60px 0 75px;
    font-weight: 300;
}

.basket_popup_box .pop_box .box_wrap .item_box.right h4 p {
    font-size: 30px;
}

.basket_popup_box .pop_box .box_wrap .item_box.right h4 span {
    font-weight: 800;
}

.basket_popup_box .pop_box .box_wrap .item_box .btn_wrap button {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 300;
    box-sizing: border-box;
}

.basket_popup_box .pop_box .box_wrap .item_box .btn_wrap button:first-child {
    border: solid 1px #cccccc;
    margin-right: 10px;
}

.basket_popup_box .pop_box .box_wrap .item_box .btn_wrap button:last-child {
    background-color: #3f71b7;
    color: #fff;
}

.basket_popup_box .btn_close_basket {
    position: absolute;
    top: 20px;
    right: -40px;
}