/*slide tab style*/
.slide-tab { position: sticky; top: 80px; z-index: 100; padding: 20px 0 14px; box-sizing: border-box; background: #fff; }
.slide-tab .swiper { padding: 0 20px; box-sizing: border-box; }
.slide-tab .swiper-slide { display: flex; justify-content: center; align-items: center; position: relative; width: auto; height: 24px; padding: 0 14px; border: 1px solid transparent; border-radius: 12px; box-sizing: border-box; font-size: 16px; font-weight: 400; color: #000; letter-spacing: -0.32px; cursor: pointer; }
.slide-tab .swiper-slide.active { border-color: #727c8e; }
.slide-tab .swiper-slide strong { font-weight: 600; color: #f4b2ba; }

.slide-tab2 { position: sticky; top: 154px; z-index: 100; background: #fff; }
.slide-tab2 .inner { padding: 0 20px; box-sizing: border-box; }
.slide-tab2 .swiper { height: 36px; padding: 0 10px; border-top: 1px solid rgba(166, 177, 179, 0.5); border-bottom: 1px solid rgba(166, 177, 179, 0.5); box-sizing: border-box; }
.slide-tab2 .swiper-slide { display: flex; justify-content: center; align-items: center; position: relative; width: auto; font-size: 16px; font-weight: 400; color: #a6b1b3; letter-spacing: -0.32px; cursor: pointer; }
.slide-tab2 .swiper-slide.active { color: #fc5757; }


/*tab menu style*/
.tab-menu { position: sticky; top: 80px; z-index: 100; padding: 16px 20px 0; box-sizing: border-box; background: #fff; transition: .2s all ease-out; }
.tab-menu .inner { display: flex; align-items: center; height: 36px; border-top: 1px solid rgba(166, 177, 179, 0.5); border-bottom: 1px solid rgba(166, 177, 179, 0.5); }
.tab-menu .tab { display: flex; justify-content: center; align-items: center; position: relative; width: 100%; height: 42px; font-size: 16px; font-weight: 400; color: #a6b1b3; letter-spacing: -0.32px; transition: .2s all ease-out; cursor: pointer; }
.tab-menu .tab:hover,
.tab-menu .tab.active { color: #fc5757; }


/*button style*/
.btn-custom,
a.btn-custom { display: flex; justify-content: center; align-items: center; width: 100%; height: 40px; border: none; box-sizing: border-box; background: #fc5757; font-size: 18px; font-weight: 600; color: #fff; }

.btn-custom-v1,
a.btn-custom-v1 { background: #f4b2ba; }


/*checkbox & radio button style*/
.ck-custom { display: none; }
.ck-custom + label { display: flex; align-items: center; cursor: pointer; }
.ck-custom + label .custom { display: block; width: 23px; height: 23px; margin-right: 5px; background: url('../img/common/ico_check1_off.svg') center center no-repeat; background-size: contain; }
.ck-custom + label .label { font-size: 10px; font-weight: 400; color: #a6b1b3; letter-spacing: -0.2px; line-height: 10px; }
.ck-custom:checked + label .custom { background-image: url('../img/common/ico_check1_on.svg'); }

.ck-custom2 { display: none; }
.ck-custom2 + label { display: block; cursor: pointer; }
.ck-custom2 + label .custom { display: block; width: 20px; height: 20px; background: url('../img/common/ico_check2_off.svg') center center no-repeat; background-size: contain; }
.ck-custom2:checked + label .custom { background-image: url('../img/common/ico_check2_on.svg'); }


/*select style*/
.select-tel { display: block; width: 38px; height: 12px; margin-right: 4px; padding: 0 14px 0 7px; border: 1px solid #707070; border-radius: 6px; box-sizing: border-box; background-size: 6px; font-size: 8px; font-weight: 400; color: #000; letter-spacing: -0.16px; }
.select-addr { display: block; max-width: 100%; height: 12px; padding-right: 14px; border: none; box-sizing: border-box; background-position: right center; background-size: 8px; font-size: 10px; font-weight: 500; color: #000; letter-spacing: -0.2px; }


/*board tool style*/
.board-tool { display: flex; align-items: center; position: sticky; top: 134px; z-index: 100; height: 44px; padding: 0 20px; box-sizing: border-box; background: #fff; }
.board-tool .ck-group { width: 45px; margin-right: 8px; }
.board-tool .type-group { display: flex; align-items: center; margin-right: 8px; }
.board-tool .type-group .type { margin-right: 8px; border: none; background: center center no-repeat; }
.board-tool .type-group .type:last-child { margin-right: 0; }
.board-tool .type-group .type-v1 { width: 29px; height: 24px; background-image: url('../img/ico_align_type1.svg'); }
.board-tool .type-group .type-v2 { width: 24px; height: 24px; background-image: url('../img/ico_align_type2.svg'); }
.board-tool .inp-group-search { display: flex; align-items: center; width: calc(100% - 122px); height: 24px; padding-right: 12px; border-radius: 6px; box-sizing: border-box; background: rgba(0, 0, 0, 0.05); }
.board-tool .inp-group-search .inp-search { width: calc(100% - 12px); height: 100%; padding: 0 12px; border: none; box-sizing: border-box; background: none; }
.board-tool .inp-group-search .btn-search { width: 12px; height: 12px; border: none; background: url('../img/ico_search1.svg') center center no-repeat; background-size: cover; }

.menu-group-mybox + .board-tool { height: 34px; padding-bottom: 10px; box-sizing: border-box; }


/*list style*/
.list-item { display: flex; flex-wrap: wrap; margin: -6px -7px; }
.list-item .item { width: 50%; padding: 6px 7px; box-sizing: border-box; }
.list-item .item-card { position: relative; padding: 10px; border: 1px solid rgba(196, 196, 196, 0.5); border-radius: 5px; box-sizing: border-box; }
.list-item .item-card .img-group { display: block; position: relative; overflow: hidden; }
.list-item .item-card .img-group .ico-badge { position: absolute; top: 0; right: 0; z-index: 1; zoom: 0.5; }
/* .list-item .item-card .item-info .item-name { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; max-height: 24px; margin-bottom: 4px; white-space: normal; overflow: hidden; font-size: 13px; font-weight: 400; color: #000; letter-spacing: -0.5px; line-height: 12px; margin-top: 5px; min-height: 24px; } */
.list-item .item-card .item-info .item-name { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; max-height: 24px; margin-bottom: 4px; white-space: normal; overflow: hidden; font-size: 13px; font-weight: 400; color: #000; line-height: 12px; margin-top: 5px; min-height: 24px; }
.list-item .item-card .item-info .item-price { display: flex; justify-content: space-between; align-items: center; }
.list-item .item-card .item-info .item-price .item-price-before { font-family: 'Cafe24ClassicType'; font-size: 12px; font-weight: 400; color: #000; line-height: 15px; text-decoration: line-through; }
.list-item .item-card .item-info .item-price .item-price-after { font-family: 'Cafe24ClassicType'; font-size: 12px; font-weight: 400; color: #fc5757; line-height: 15px; }
.list-item .item-card .item-info .item-util { display: flex; justify-content: space-between; align-items: center; margin-top: 6px; }
.list-item .item-card .item-info .item-util .btn-purchase { width: calc(100% - 30px); height: 22px; border: none; border-radius: 5px; box-sizing: border-box; background: #f4b2ba; font-family: 'Cafe24ClassicType'; font-size: 13px; font-weight: 400; color: #fff; line-height: 22px; text-align: center; }
.list-item .item-card .item-info .item-util .btn-cart { width: 27px; height: 22px; border: none; border-radius: 5px; box-sizing: border-box; background: url('../img/ico_cart1.svg') center center no-repeat #f4b2ba; }

.list-item-v1 { display: block; margin: 0; }
.list-item-v1 .item { width: 100%; padding: 0; border-bottom: 1px solid rgba(166, 177, 179, 0.5); box-sizing: border-box; }
.list-item-v1 .item:first-child { border-top: 1px solid rgba(166, 177, 179, 0.5); box-sizing: border-box; }
.list-item-v1 .item-card { display: flex; padding: 12px 10px; border: none; border-radius: 0; box-sizing: border-box; }
.list-item-v1 .item-card .img-group { width: 78px; height: 78px; margin-right: 20px; border: 1px solid rgba(166, 177, 179, 0.5); border-radius: 5px; box-sizing: border-box; }
.list-item-v1 .item-card .img-group .ico-badge { top: 15px; right: 15px; zoom: 0.3; }
.list-item-v1 .item-card .item-info { display: flex; flex-direction: column; justify-content: space-between; width: calc(100% - 98px); }
.list-item-v1 .item-card .item-info .item-name { margin-top: 4px; }
.list-item-v1 .item-card .item-info .item-price { margin-top: auto; }

.list-item2 { display: flex; flex-wrap: wrap; margin: -10px; }
.list-item2 li { position: relative; }
.list-item2 .item { width: 50%; padding: 10px; box-sizing: border-box; }
.list-item2 .item-card .img-group { display: block; position: relative; height: 54.133vw; max-height: 228px; border-radius: 5px; box-sizing: border-box; background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(245,245,245,0.97) 60%, rgba(204,204,204,0.87) 100%, rgba(246,246,246,0.07) 100%); overflow: hidden; }
.list-item2 .item-card .img-group .ck-group { position: absolute; top: 10px; left: 10px; z-index: 1; }
.list-item2 .item-card .item-info { display: block; padding-top: 10px; box-sizing: border-box; }
.list-item2 .item-card .item-info .item-message { margin-bottom: 4px; font-size: 10px; font-weight: 400; color: #a6b1b3; letter-spacing: -0.2px; line-height: 12px; }
.list-item2 .item-card .item-info .item-message span { color: #fc5757; }
/*.list-item2 .item-card .item-info .item-name { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; max-height: 24px; margin-bottom: 4px; white-space: normal; overflow: hidden; font-size: 13px; font-weight: 400; color: #000; letter-spacing: -0.2px; line-height: 12px; }*/
.list-item2 .item-card .item-info .item-name { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; max-height: 30px; margin-bottom: 4px; white-space: normal; overflow: hidden; font-size: 13px; font-weight: 400; color: #000; line-height: 12px; }
.list-item2 .item-card .item-info .item-price { display: flex; justify-content: space-between; align-items: center; }
.list-item2 .item-card .item-info .item-price .item-price-before { font-family: 'Cafe24ClassicType'; font-size: 12px; font-weight: 400; color: #000; line-height: 15px; text-decoration: line-through; }
.list-item2 .item-card .item-info .item-price .item-price-after { font-family: 'Cafe24ClassicType'; font-size: 15px; font-weight: 400; color: #fc5757; line-height: 19px; }

.list-item2 .item-card .item-info .item-data { display: flex; justify-content: space-between; align-items: flex-end; margin-top: auto; }
.list-item2 .item-card .item-info .item-data .item-price { font-family: 'TmoneyRoundWind'; font-size: 10px; font-weight: 400; color: #a6b1b3; letter-spacing: -0.5px; }
.list-item2 .item-card .item-info .item-data .invoice-num { font-size: 8px; font-weight: 400; color: #a6b1b3; letter-spacing: -0.16px; }
.list-item2 .item-card .item-info .item-data .item-state { display: flex; justify-content: flex-end; align-items: flex-end; font-family: 'TmoneyRoundWind'; font-size: 10px; font-weight: 400; color: #a6b1b3; text-align: right; letter-spacing: -0.5px; }
.list-item2 .item-card .item-info .item-data .item-state img { margin-left: 4px; }

.list-item2 .btn-gift { display: flex; justify-content: flex-end; align-items: flex-end; position: absolute; right: 12px; bottom: 12px; border: none; background: none; font-family: 'TmoneyRoundWind'; font-size: 10px; font-weight: 400; color: #a6b1b3; letter-spacing: -0.5px; }
.list-item2 .btn-gift img { margin-left: 6px; }

.list-item2 .btn-delete { position: absolute; top: 12px; right: 12px; width: 21px; height: 20px; border: none; background: url('../img/ico_x1.svg') center center no-repeat #fae4e7; }

.list-item2-v1 { display: block; margin: 0; }
.list-item2-v1 .item { width: 100%; padding: 0; border-bottom: 1px solid rgba(166, 177, 179, 0.5); box-sizing: border-box; }
.list-item2-v1 .item:first-child { border-top: 1px solid rgba(166, 177, 179, 0.5); box-sizing: border-box; }
.list-item2-v1 .item-card { display: flex; padding: 12px 10px; border: none; border-radius: 0; box-sizing: border-box; }
.list-item2-v1 .item-card .img-group { width: 78px; height: 78px; margin-right: 20px; border: 1px solid rgba(166, 177, 179, 0.5); border-radius: 5px; box-sizing: border-box; }
.list-item2-v1 .item-card .img-group .ck-group { top: 6px; left: 6px; }
.list-item2-v1 .item-card .item-info { display: flex; flex-direction: column; justify-content: space-between; width: calc(100% - 98px); padding-top: 4px; box-sizing: border-box; }
.list-item2-v1 .item-card .item-info .item-price { margin-top: auto; }

.list-item2-v2 .item-card .img-group { background: #fff; }
.list-item2-v2 .item-card .item-info .item-price .item-price-before { color: #f4b2ba; text-decoration: inherit; }
.list-item2-v2 .item-card .item-info .item-price .item-price-after { font-family: 'Pretendard'; font-size: 10px; color: #a6b1b3; }


/*thumbnail style*/
.thumb { width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; }


@media only screen and (max-width: 768px) {
	/*list style*/
	.list-item2 .item-card .img-group { max-height: none; }
}