/* who307 */
.floating-banner__content { position: fixed; z-index: 998; left: 50%; bottom: 0px; transform: translateX(-50%); transition: bottom .8s; font-size: 0; width: 100%; max-width: 720px; text-align: center; } 
.floating-banner__content--hidden { bottom: -590px; } 
.floating-banner__close { display: block; width: 50%; height: 15.2%; border-radius: 50px; position: absolute; right: 0; bottom: 0; } 
.floating-banner__close--position-left { right: auto; left: 0; } 
.floating-banner__bg { position: fixed; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; z-index: 998; display: none; } 

.promotionLayerPopup { display: none; } 
.promotionLayerPopup * { font-family: "Pretendard", "Noto Sans KR"; box-sizing: border-box; } 
.promotionLayerPopup__container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; background-color: rgba(0, 0, 0, 0.70); } 
.promotionLayerPopup__content { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 271px; } 
.promotionLayerPopup__close { background-image: url(//cdn.malltail.com/goods_img/contents/index/blackfriday24_layer_close_D.png); width: 32px; height: 32px; position: absolute; right: 0; top: 0; } 
.promotionLayerPopup__todayClose { color: #FFF; font-size: 15px; font-style: normal; font-weight: 500; line-height: 100%; text-decoration-line: underline; text-underline-position: from-font; position: absolute; left: 50%; bottom: 39px; transform: translate(-50%, 0); } 

.thingshopModal * { font-family: "Pretendard", "Noto Sans KR"; box-sizing: border-box; } 
.thingshopModal{display:none;}
.thingshopModal__bg{ z-index: 999;position: fixed;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0, 0, 0, 0.5);}
.thingshopModal__wrapper {border-radius: 20px 20px 0 0;position: fixed;left: 50%;bottom: 0;transform: translate(-50%, 0%);background-color: #fff;z-index: 1000;box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);color: #000;font-size: 14px;background-color: #fff;width: 100%;} 
.thingshopModal__head { padding: 30px 30px 24px 30px; } 
.thingshopModal__title { color: #000; font-size: 26px; font-weight: 700; line-height: 150%; display: flex; align-items: center; gap: 10px; } 
.thingshopModal__body { padding: 0 30px 30px; margin-bottom: 30p; } 
.thingshopModal__content { text-align: center; padding: 30px 0; border-radius: 10px; background-color: #F7F7F9; margin-bottom: 30px; } 
.thingshopModal__content .image { margin-bottom: 10px; } 
.thingshopModal__content .subject { color: #000; font-size: 20px; font-weight: 700; line-height: 150%; } 
.thingshopModal__content .subject span { color: #2276FC; } 
.thingshopModal__desc { color: #666; font-size: 16px; line-height: 150%; } 
.thingshopModal__desc p { padding-left: 25px; position: relative; } 
.thingshopModal__desc p::before { content: ""; width: 5px; height: 5px; border-radius: 5px; position: absolute; left: 10px; top: 10px; background-color: #666; } 
.thingshopModal__utility { display: flex; align-items: center; justify-content: flex-start; border-top: 1px solid #E0E0E0; } 
.thingshopModal__utility .button { width: 100%;color: #666; text-align: center; font-size: 14px; font-weight: 400; height: 60px; line-height: 60px; } 
.thingshopModal__utility .close-button { border-left: 1px solid #E0E0E0; } 

.modal-component * { font-family: "Pretendard", "Noto Sans KR"; box-sizing: border-box; } 
.modal-component{display:none;}
.modal-component__bg{ z-index: 999;position: fixed;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0, 0, 0, 0.5);}
.modal-component__wrapper {border-radius: 20px 20px 0 0;position: fixed;left: 50%;bottom: 0;transform: translate(-50%, 0%);background-color: #fff;z-index: 1000;box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);color: #000;font-size: 14px;background-color: #fff;width: 100%;} 
.modal-component__head { padding: 30px 30px 24px 30px; } 
.modal-component__title { color: #000; font-size: 26px; font-weight: 700; line-height: 150%; display: flex; align-items: center; gap: 10px; } 
.modal-component__body { padding: 0 30px 30px; margin-bottom: 30p; } 
.modal-component__content { text-align: center; padding: 30px 0; border-radius: 10px; background-color: #F7F7F9; margin-bottom: 30px; } 
.modal-component__content .image { margin-bottom: 10px; } 
.modal-component__content .subject { color: #000; font-size: 20px; font-weight: 700; line-height: 150%; } 
.modal-component__content .subject span { color: #2276FC; } 
.modal-component__desc { color: #666; font-size: 16px; line-height: 150%; } 
.modal-component__desc p { padding-left: 25px; position: relative; } 
.modal-component__desc p::before { content: ""; width: 5px; height: 5px; border-radius: 5px; position: absolute; left: 10px; top: 10px; background-color: #666; } 
.modal-component__utility { display: flex; align-items: center; justify-content: flex-start; border-top: 1px solid #E0E0E0; } 
.modal-component__utility .button { width: 100%;color: #666; text-align: center; font-size: 14px; font-weight: 400; height: 60px; line-height: 60px; } 
.modal-component__utility .close-button { border-left: 1px solid #E0E0E0; } 

#malltail-main * { font-family: "Pretendard", "Noto Sans KR"; box-sizing: border-box; } 
.products__list { display: flex; flex-wrap: wrap; } 
.products__item { margin-right: 20px; margin-bottom: 18px; width: calc((100% - 24px) / 3); } 
.products__item:nth-of-type(3n) { margin-right: 0px; } 
.products__thumb { width: 100%; position: relative; border-radius: 5px; overflow: hidden; border: 1px solid rgb(224, 224, 224); margin-bottom: 10px; height: 0px; padding-bottom: calc(100% - 2px); } 
.products__thumb > img { position: absolute; left: 50%; top: 50%; /*max-width:100%; max-height: 100%; */ width:100%; height:100%; transform: translate(-50%, -50%); } 
.products__item:nth-of-type(-n+3) .products__rank { background-color: rgb(255, 67, 48); } 
.products__rank { width: 20px; height: 20px; display: block; position: absolute; top: 6px; left: 5.8px; z-index: 1; background-color: #888; border-radius: 4px; text-align: center; line-height: 20px; color: rgb(255, 255, 255); font-weight: 600; font-size: 10px; } 
.products__purchase-method { font-size: 12px; font-weight: 700; line-height: 140%; margin-bottom: 6px; } 
.products__date { color: #08AAE8; font-size: 14px; font-weight: 500; line-height: 150%; } 
.products__name { overflow: hidden; color: rgb(0, 0, 0); text-overflow: ellipsis; font-size: 14px; line-height: 150%; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; margin-bottom: 8px; } 
.products__price { color: rgb(0, 0, 0); font-size: 16px; font-weight: 700; line-height: 150%; } 
.swiper-pagination-bullets { display: flex; justify-content: center; align-items: center; } 
.swiper-pagination-bullets > .swiper-pagination-bullet { width: 8px; height: 8px; background-color: #D1D5DF; opacity: 1; margin: 0 4px; border-radius: 10px; } 
.swiper-pagination-bullets > .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: #000; width:16px; } 

.main__wrapper { margin: 0px auto 48px; background-color: rgb(255, 255, 255); } 
.main-slider { width: 100%; position: relative; margin-bottom: 24px; background: rgb(255, 255, 255); overflow: hidden; } 
.main-slider .swiper-slide { text-align: center; } 
.main-slider .swiper-slide img { overflow: hidden; vertical-align: sub; } 

.banner-pagination__wrapper { position: absolute; right: 10px; bottom: 10px; display: flex; align-items: center; z-index: 1; } 
.banner-pagination__wrapper>div { border-radius: 99px; background: rgba(0, 0, 0, 0.70); display: flex; align-items: center; height:22px; } 
.banner-pagination__play-button { padding: 0 4px; cursor: pointer; } 
.banner-pagination__play-button>img { width: 14px; } 
.banner-pagination .slider-modal-button span { margin-left: 4px; cursor: pointer; } 
.banner-pagination .slider-modal-button span img { width: 14px; } 
.banner-pagination__idx { margin-left:6px; } 
.banner-pagination__idx { padding: 0 6px; color: #fff; font-size: 12px; line-height: 1; } 
.banner-pagination__idx .current-idx { font-size:12px; color:#fff; font-weight: 700; width:16px; text-align: right; } 
.banner-pagination__idx .total-idx { font-size:12px; color:#fff; } 
.banner-pagination__idx em { padding: 0 2px; color:#fff; } 
.banner-pagination__ctrl-button { padding: 0 14px; display: none!important; } 
.banner-pagination__prev,.banner-pagination__next { width: 14px; height: 14px; background-image: url(//img.malltail.com/goods_img/contents/main/main_slider_arrow_D.svg); background-size: contain; background-repeat: no-repeat; cursor: pointer; } 
.banner-pagination__next { transform: scaleX(-1); margin-left: 10px; } 
.banner-pagination__modal-button { font-size:12px; color:#fff; font-weight:600; padding: 0 6px 0 10px; line-height: 1; margin-left:6px; } 

/*
.main-slider-modal.is-opened { display: block; } 
.main-slider-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: none; z-index: 9999; background-color: rgba(0, 0, 0, 0.5); } 
.main-slider-modal__wrapper { max-width: 1022px; width: 100%; padding-bottom:30px; max-height: calc(100vh - 62px); z-index: 1; position: fixed; left: 50%; top: 62px; transform: translate(-50%,0); background-color: #fff; border-top-left-radius: 20px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08); border-top-right-radius: 20px; } 
.main-slider-modal__close { position: absolute; right: 20px; top: 22px; cursor: pointer; } 
.main-slider-modal__title-area { padding: 20px 20px 24px; } 
.main-slider-modal__title-area>h2 { color: #000; font-size: 20px; font-weight: 700; line-height: 150%; } 
.main-slider-modal__tab-list { width:100%; margin-bottom: 24px; padding-left: 20px; font-size: 0px; white-space: nowrap; overflow-x: auto; -ms-overflow-style: none; scrollbar-width: none; } 
.main-slider-modal__tab-list::-webkit-scrollbar { display: none; } 
.main-slider-modal__tab-item { display: inline-block; border-radius: 4px; border: 1px solid #ccc; background: #fff; color: #000; font-size: 14px; font-weight: 500; line-height: 140%; padding: 0 10px; height: 32px; line-height: 30px; margin-right: 8px; cursor: pointer; } 
.main-slider-modal__tab-item:last-of-type { margin-right: 20px; } 
.main-slider-modal__tab-item.is-active { padding-left: 31px; border: 1px solid #2276FC; color: #2276FC; background-color: #F3F9FF; background-image:url(//img.malltail.com/goods_img/contents/main/main_slider_modal_tab_icon_M.svg); background-repeat: no-repeat; background-size:18px; background-position: 10px 50%; } 
.main-slider-modal__banner-list { font-size: 0; overflow-y: auto; height: calc(100vh - 191px); display:none; } 
.main-slider-modal__banner-list.on { display:inline-block; } 
.main-slider-modal__banner-list::-webkit-scrollbar { width:6px; } 
.main-slider-modal__banner-list::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #ccc; } 
.main-slider-modal__banner-item { width: 100%; display: inline-block; margin-bottom: 2px; text-align: center; } 
.main-slider-modal__banner-item:last-of-type { margin-bottom: 0; } 
*/

.main-category__list { padding: 0px 18px 18px; display: flex; align-items: center; justify-content: space-between; max-width: 500px; margin: 0px auto; } 
.main-category__item { text-align: center; display: inline-block; width: 56px; } 
.main-category__item:last-of-type { margin-right: 0px; } 
.main-category__item .icon { width: 100%; border-radius: 16px; border: 1px solid rgb(224, 224, 224); background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; position: relative; margin-bottom: 10px; padding-bottom: calc(100% - 2px); } 
.main-category__item .icon > img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } 
.main-category__item .name { color: rgb(51, 51, 51); text-align: center; font-size: 14px; font-weight: 600; line-height: 150%; } 

.realtimeRank__container { position: relative; border: 1px solid #E0E0E0; background-color: #fff; border-radius: 10px; width: calc(100% - 36px); margin: 10px auto 10px; } 
.realtimeRank__number { position: absolute; left: 0; width: 22px; height: 22px; line-height: 20px; text-align: center; } 
.realtimeRank__subject { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; word-wrap: break-word; word-break: break-all; padding-left: 22px; width: 100%; display: block; } 

.realtimeRankSlider { padding: 14px; } 
.realtimeRankSlider__container { overflow: hidden; display: flex; align-items: center; gap: 10px; position: relative; } 
.realtimeRankSlider__arrow { position: absolute; width:20px; height:20px; background-image:url(//img.malltail.com/goods_img/contents/index/realtime_rank_arrow_icon_D.svg); right: -14px; top: 50%; transform: translateY(-50%); cursor: pointer; z-index: 1; padding: 20px; background-position: center; background-repeat: no-repeat; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; } 
.realtimeRankSlider__arrow.is-active { transform: scale(-1) translateY(50%) } 
.realtimeRankSlider__label { border-radius: 4px; padding: 0 5px; color: #FFF; text-align: center; font-size: 11px; font-weight: 700; line-height: 1; background: linear-gradient(180deg, #FF0004 35.71%, #FF3612 64.29%); display: inline-flex; align-items: center; gap: 2px; height: 20px; min-width: fit-content; } 
.realtimeRankSlider__time { display: none; overflow: hidden; min-width: fit-content; color: #888; text-overflow: ellipsis; font-size: 14px; font-style: normal; font-weight: 500; line-height: 150%; } 
.realtimeRankSlider__list { height:21px; padding-right: 20px; width: calc(100% - 100px); } 
.realtimeRankSlider__list.is-hidden{visibility: hidden;}
.realtimeRankSlider__itemLink { line-height:150%; } 

.realtimeRankLayer { display: none; } 
.realtimeRankLayer__container { width: 100%; padding: 0 18px 10px 18px; } 
.realtimeRankLayer__itemLink { line-height: 150%; } 
.realtimeRankLayer__item { padding: 10px 0; position: relative; } 
.realtimeRankLayer__item .realtimeRank__subject { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: pre-wrap; padding-left:28px;} 
.realtimeRankLayer__item:not(:last-of-type) { border-bottom: 1px solid #eee; } 

.recommend-shopping__wrapper { border-radius: 10px; background: rgb(255, 255, 255); padding: 18px 0px; margin-bottom: 18px; } 
.recommend-shopping__banner { margin-bottom: 12px; } 
.recommend-shopping__title-area { display: flex; position: relative; margin-bottom: 18px; justify-content: space-between; padding: 0px 18px; } 
.recommend-shopping__title { color: rgb(0, 0, 0); font-size: 22px; font-weight: 700; line-height: 150%; } 
.recommend-shopping__tabs { display: flex; align-items: center; display: none; } 
.recommend-shopping__tabs > li { margin-right: 20px; color: rgb(136, 136, 136); font-size: 18px; font-weight: 600; line-height: 150%; cursor: pointer; position: relative; } 
.recommend-shopping__tabs > li:last-of-type { margin-right: 0px; } 
.recommend-shopping__tabs > li::after { content: ""; width: 1px; height: 16px; background-color: rgb(224, 224, 224); position: absolute; top: 50%; transform: translateY(-50%); right: -11px; } 
.recommend-shopping__tabs > li:last-of-type::after { display: none; } 
.recommend-shopping__tabs > li.is-active { color: rgb(0, 0, 0); } 
.recommend-shopping__item { display: none; } 
.recommend-shopping__item.is-show { display: block; } 
.recommend-shopping__item-inner { } 
.recommend-shopping__products { margin-bottom: 18px; padding: 0px 18px; } 
.recommend-shopping__products .products__item { width: calc((100% - 24px) / 3); margin-right: 12px; } 
.recommend-shopping__products .products__item:nth-of-type(3n) { margin-right: 0px; } 
.recommend-shopping__item.special-shopping .recommend-shopping__products .products__name { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } 
.recommend-shopping__item .recommend-shopping__products .products__name { height:44px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 0px; line-height: 20px; } 
.recommend-shopping__item .recommend-shopping__products .products__price { display: inline; margin-right:4px; } 
.recommend-shopping__products .products__item:nth-of-type(n+4) { margin-bottom: 0px; } 
.recommend-shopping__slider { overflow: hidden; position: relative; width: calc(100% - 36px); margin: 0px auto 18px; border-radius: 10px; border: 1px solid rgb(204, 204, 204); background: rgb(255, 255, 255); padding: 16px; } 
.recommend-shopping__slider .wrapper{overflow: hidden;}
.recommend-shopping__slider .swiper-pagination-bullets { bottom: 0px; display: none; width:100%;} 
.recommend-shopping__slider .products__item { margin-bottom: 0px; margin-right: 12px; } 
.recommend-shopping__slider .products__thumb { width: 100%; margin-bottom: 0px; } 
.recommend-shopping__slider .products__list { display: flex; height: auto; flex-wrap: nowrap; } 
.recommend-shopping__slider .products__name { margin-top: 6px; margin-bottom: 0px; height:42px; } 
.recommend-shopping__slider .products__item:last-of-type { margin-bottom: 0px; margin-right: 0px; } 
.recommend-shopping__slider .products__time-sale{margin-top:6px;}
.recommend-shopping__slider .products__time-sale > span { background: linear-gradient(270deg, rgb(0, 203, 164) 0%, rgb(34, 118, 252) 100%); display: flex; align-items: center; color: rgb(255, 255, 255); font-size: 12px; font-weight: 600; line-height: 1; width: 100%; max-width: 100%; height: 25px; justify-content: flex-start; gap:6px; padding: 0px 10px; border-radius: 5px; } 


.main-special__wrapper { margin-bottom: 18px; padding: 0 18px; } 
.main-special__list { display: flex; flex-wrap: wrap; gap: 16px 12px; } 
.main-special__item { width: calc((100% - 12px) / 2); } 
.main-special__item .img { width: 100%; border: 1px solid #E0E0E0; border-radius: 5px; overflow: hidden; margin-bottom: 10px; position: relative; padding-bottom: calc(62.83% - 2px); } 
.main-special__item .img img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%; } 
.main-special__item .subject { color: #000; font-size: 14px; font-style: normal; font-weight: 400; line-height: 150%; height: 42px; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; word-break: break-all; } 
.main-special__item .subject .price{overflow: hidden;color: #000;text-overflow: ellipsis;font-size: 16px;font-weight: 700;line-height: 150%;margin-right:10px;}

.main-news__more-button { color: rgb(0, 0, 0); text-align: center; font-size: 16px; font-weight: 500; cursor: pointer; border-radius: 99px; border: 1px solid rgb(204, 204, 204); background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 8px 0px; display: block; margin: 0px auto; width: fit-content; min-width: 200px; } 
.main-news__more-button a { display: flex; padding: 12px 16px; color: rgb(0, 0, 0); align-items: center; line-height: 150%; justify-content: center; } 
.main-news__more-button img { margin-left: 4px; vertical-align: text-top; } 
.main-news__wrapper { overflow: hidden; } 
.main-news__title-area { display: flex; position: relative; margin-bottom: 18px; padding: 18px 18px 0px; } 
.main-news__title { color: rgb(0, 0, 0); font-size: 22px; font-weight: 700; line-height: 150%; margin-right: 30px; } 
.main-news__title img { margin-right:12px; vertical-align: -6px; } 
.main-news__item:first-of-type { padding-bottom:18px; margin-bottom: 18px; position: relative; } 
.main-news__item:first-of-type .main-news__title-area { margin-bottom: 12px; padding:0; background: linear-gradient(180deg, #FFEB36 60.93%, #FFF 85.05%); height: 225px; width: 100%; } 
.main-news__item:first-of-type .main-news__title-area .main-news__title { position: absolute; top: 24px; left: 18px; } 

.hotdeal__wrapper { padding: 0px 18px; } 
.hotdeal__category { width: 100%; } 
.hotdeal__category-list { overflow-y: auto; font-size: 0px; white-space: nowrap; margin-bottom: 30px; } 
.hotdeal__category-item { display: inline-block; width: 50px; text-align: center; margin-right: 20.85px; cursor: pointer; } 
.hotdeal__category-item span { font-size: 14px; line-height: 150%; color: rgb(102, 102, 102); } 
.hotdeal__category-item:last-of-type { margin-right: 0px; } 
.hotdeal__category-item .category-icon { padding: 48%; position: relative; border: 1px solid transparent; background-color: rgb(248, 248, 248); border-radius: 100px; margin-bottom: 6px; font-size: 14px; font-weight: 500; } 
.hotdeal__category-item .category-icon > img { position: absolute; top: calc(50% - 10px); left: calc(50% - 10px); width: 20px; } 
.hotdeal__category-item.is-active .category-icon { border: 1px solid rgb(81, 137, 250); background-color: rgba(81, 137, 250, 0.05); color: rgb(81, 137, 250); } 
.hotdeal__category-item.is-active .category-icon > b { color: rgb(81, 137, 250); } 
.hotdeal__category-item .category-icon > b { position: absolute; font-weight: 500; top: 50%; left: 50%; transform: translate(-50%, -50%); } 
.hotdeal__category-item.is-active span { color: rgb(34, 118, 252); font-weight: 400; } 

.hotdeal__list--type-a .hotdeal__item { padding: 18px 0px; border-bottom: 1px solid rgb(238, 238, 238); } 
.hotdeal__list--type-a .hotdeal__item:first-of-type { border-top: 1px solid rgb(238, 238, 238); } 
.hotdeal__list--type-a .hotdeal__item:last-of-type { border-bottom: none; } 
.hotdeal__info { display: flex; margin-bottom: 10px; width: 100%; position: relative;} 
.hotdeal__detail { width: 100%; margin-left: 16px; } 
.hotdeal__date { color: #08AAE8; font-size: 14px; font-weight: 500; line-height: 150%; } 
.hotdeal__thumb { width: 100px; position: relative; overflow: hidden; margin-bottom: 0px; height: 0px; padding-bottom: 98px; border-radius: 10px; border: 1px solid rgb(204, 204, 204);} 
.hotdeal__name { overflow: hidden; color: rgb(0, 0, 0); text-overflow: ellipsis; font-size: 16px; font-weight: 600; line-height: 150%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; align-self: stretch; } 
.hotdeal__price { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; color: rgb(0, 0, 0); text-overflow: ellipsis; font-size: 18px; font-weight: 700; line-height: 150%; margin-bottom: 5px; } 
.hotdeal__item-content { font-size: 0px; position: relative; } 
.hotdeal__item-content > span { color: rgb(136, 136, 136); font-size: 14px; line-height: 150%; display: inline-flex; align-items: center; } 
.hotdeal__item-content > span > img { margin-right: 4px; margin-bottom: 0px; } 
.hotdeal__item-content > span.view { margin-right: 20px; position: relative; } 
.hotdeal__item-content > span.view::after { content: ""; width: 1px; height: 14px; position: absolute; top: 50%; transform: translateY(-50%); background-color: rgb(224, 224, 224); right: -11px; } 
.hotdeal__item-content .write-comment { color: #000; font-size: 14px; line-height: 125%; position: absolute; right: 0px; border-bottom: 1px solid #000; } 
.hotdeal__item-desc { position: relative; display: flex; padding: 14px; align-items: center; align-self: stretch; border-radius: 10px; background: #F7F7F9; } 
.hotdeal__item-desc-icon { min-width: 44px; margin-right: 10px; text-align: center; } 
.hotdeal__item-desc-icon > p { color: rgb(0, 0, 0); font-size: 14px; font-weight: 600; line-height: 150%; } 
.hotdeal__item-desc-cont { color: rgb(51, 51, 51); font-size: 14px; padding-right: 28px; line-height: 150%; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; word-break: break-all; } 
.hotdeal__item-desc .arrow { position: absolute; top: 50%; right: 4px; transform: translateY(-50%); padding: 10px; } 
.hotdeal__content-item.hotdeal__content-item-all { padding-top: 67px; } 
.hotdeal__best-slider { overflow: hidden; padding-bottom: 27px; position: absolute; top: 59px; left: 50%; transform: translateX(-50%); width: calc(100% - 36px); } 
.hotdeal__best-slider .hotdeal__item { border: none!important; padding: 18px 0 18px; } 
.hotdeal__best-slider .swiper-pagination-bullets { bottom: 19px!important; } 
.hotdeal__best-slider .hotdeal__item .best-badge { display: inline-block; background-color: #08AAE8; border-radius: 99px; color: #fff; font-weight: 500; font-size: 12px; padding: 0 8px; height: 22px; line-height: 22px; margin-right: 6px;vertical-align: 1px; } 
.hotdeal__best-slider .hotdeal__item-desc { border-radius: 10px; border: 1px solid #F2DB05; background: #FFFADB; } 
.hotdeal__best-slider .hotdeal-badge { background-image: url(//img.malltail.com/goods_img/contents/main/hotdeal_fire_icon_D.svg); width: 40px; height: 40px; position: absolute; top: -6px; left: 2px; z-index: 1; } 

.main-reviews__wrapper { overflow: hidden; margin-bottom: 18px; padding-bottom:18px; } 
.main-reviews__title-area { display: flex; position: relative; margin-bottom: 18px; padding: 18px 18px 0px; } 
.main-reviews__title { color: rgb(0, 0, 0); font-size: 22px; font-weight: 700; line-height: 150%; margin-right: 30px; } 
.main-reviews__title img { margin-right:12px; vertical-align: -8px; } 
.reviews__wrapper { margin: 0 18px; } 
.reviews__item { position: relative; border: 1px solid rgb(224, 224, 224); } 
.reviews__user { display: flex; align-items: center; } 
.reviews__user .user-icon { width: 40px; margin-right: 12px; } 
.reviews__user .user-id { margin-right: 10px; color: rgb(0, 0, 0); font-size: 14px; font-weight: 500; line-height: 150%; } 
.reviews__stars { display: flex; align-items: center; margin-bottom: 9px; } 
.reviews__stars > span:last-of-type { margin-right: 8px; } 
.reviews__stars-cnt { font-size: 18px; font-weight: 700; line-height: 150%; } 
.reviews__stars > span { width: 18px; height: 18px; display: inline-block; margin-right: 4px; background-size: contain; background-position: center center; background-repeat: no-repeat; background-image: url("//img.malltail.com/goods_img/contents/goodsreviews/icon_star_off_D.png"); } 
.reviews__stars > span.on { background-image: url("//img.malltail.com/goods_img/contents/goodsreviews/icon_star_on_D.png"); } 
.reviews__purchase-site { color: rgb(136, 136, 136); font-size: 14px; line-height: 150%; margin-bottom: 19px; } 
.reviews__product-thumb { width: 68px; height: 68px; padding-bottom: 66px; position: absolute; right: 20px; top: 20px; } 
.reviews__title { overflow: hidden; text-overflow: ellipsis; font-size: 20px; font-weight: 500; line-height: 150%; white-space: nowrap; margin-bottom: 10px; } 
.reviews__desc { overflow: hidden; color: #333; text-overflow: ellipsis; height:42px; font-size: 14px; font-style: normal; font-weight: 400; line-height: 150%; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } 
.reviews__list--type-b { } 
.reviews__list--type-b .reviews__item { border-radius: 10px; overflow: hidden; border: 1px solid rgb(204, 204, 204); } 
.reviews__list--type-b .reviews__item:last-of-type { } 
.reviews__list--type-b .reviews__item:nth-of-type(2n) { margin-right: 0px; } 
.reviews__list--type-b .reviews__item:nth-of-type(n+2) { margin-bottom: 0px; } 
.reviews__list--type-b .reviews__thumb { width: 100%; overflow: hidden; position: relative; background-size: 100% 100%; background-position: 50% center; background-repeat: no-repeat; padding-bottom: 100%; } 
.reviews__list--type-b .reviews__thumb > img { max-width: initial; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); } 
.reviews__info { padding: 16px; border-top: 1px solid rgb(224, 224, 224); } 
.reviews__list--type-b .reviews__desc { margin-bottom: 16px; } 
.reviews__detail { display: flex; } 
.reviews__detail .recommend { cursor: pointer; } 
.reviews__detail .recommend span { width: 16px; height: 16px; display: inline-block; background-image: url("//img.malltail.com/goods_img/contents/goodsreviews/icon_smile_disabled_D.png"); background-size: contain; background-position: center center; margin-right: 4px; margin-bottom: 1px; } 
.reviews__detail .recommend span.on { background-image: url("//img.malltail.com/goods_img/contents/main/icon_smile_active_D.svg"); width: 16px; height: 16px; } 
.reviews__detail li { /*color: rgb(68, 68, 68); */ color:#888; font-size: 12px; line-height: 140%; display: flex; align-items: center; margin-right: 9px; } 
.reviews__detail li:last-of-type { margin-right: 0px; } 
.reviews__detail li > img { margin-right: 4px; margin-bottom: 2px; } 
.reviews__detail .view > img { width: 12px; margin-bottom: 2px; } 

.guide { padding: 0px 30px 30px; } 
.guide__list { display: flex; flex-wrap: wrap; height: 559px; } 
.guide__thumb { height: 107px; align-self: stretch; border-radius: 5px; margin-bottom: 14px; background: url("<path-to-image>"), -63.897px -61.432px / 126.624% 165.306% no-repeat lightgray; } 
.guide__item { width: calc((100% - 40px) / 3); margin-right: 20px; margin-bottom: 24px; height: 169px; } 
.guide__item:nth-of-type(3n) { margin-right: 0px; } 
.guide__item:nth-last-of-type(-n+3) { margin-bottom: 0px; } 
.guide__title { overflow: hidden; color: rgb(0, 0, 0); text-overflow: ellipsis; white-space: nowrap; font-size: 18px; font-weight: 600; line-height: 150%; margin-bottom: 3px; } 
.guide__desc { overflow: hidden; color: rgb(102, 102, 102); text-overflow: ellipsis; white-space: nowrap; font-size: 14px; line-height: 150%; } 

.main-best .main-pagination { display: none; } 
.main-best__wrapper { background: rgb(255, 255, 255); margin-bottom: 18px; position: relative; overflow: hidden; padding-bottom: 18px; } 
.main-best__banner { margin-bottom: 10px; } 
.main-best__title-area { display: flex; position: relative; margin-bottom: 18px; padding: 18px 18px 0; justify-content: space-between; } 
.main-best__title { color: rgb(0, 0, 0); font-size: 22px; font-weight: 700; line-height: 150%; margin-right: 30px; } 
.main-best__title img { margin-right:4px; } 
.main-best__tabs { display: flex; align-items: center; } 
.main-best__tabs > li { margin-right: 20px; color: rgb(136, 136, 136); font-size: 18px; font-weight: 600; line-height: 150%; cursor: pointer; position: relative; } 
.main-best__tabs > li:last-of-type { margin-right: 0px; } 
.main-best__tabs > li::after { content: ""; width: 1px; height: 16px; background-color: rgb(224, 224, 224); position: absolute; top: 50%; transform: translateY(-50%); right: -11px; } 
.main-best__tabs > li:last-of-type::after { display: none; } 
.main-best__tabs > li.is-active { color: rgb(0, 0, 0); } 
.main-best__item { display: none; } 
.main-best__item.is-show { display: block; } 
.main-best__products { margin: 0 18px 18px 0; padding-left: 18px; } 
.main-best__products-item { margin-bottom: 0px; } 
.main-best__products-item:nth-of-type(-n+3) .products__rank { background-color: rgb(255, 67, 48); } 
.main-best__products-item .products__name { margin-bottom: 0px; height: 44px; } 
.main-best__store-area { display: flex; align-items: center; } 
.main-best__store-area-inner { width: 100%; margin-bottom: 18px; padding: 0px 18px; } 
.main-best__store-item { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 11px 10px; border-bottom: 1px solid rgb(238, 238, 238); } 
.main-best__store-item:first-of-type { border-top: 1px solid rgb(238, 238, 238); } 
.main-best__store-item .l-content { display: flex; align-items: center; overflow: hidden; } 
.main-best__store-item .r-content { display: flex; align-items: center; min-width: 40px; justify-content: center; } 
.main-best__store-item .rank { margin-right: 6px; font-weight: 700; min-width: 22px; text-align: center; line-height: 1; } 
.main-best__store-item .purchase-method { min-width: 40px; height: 20px; border-radius: 18px; text-align: center; margin-right: 6px; font-size: 11px; line-height: 20px; display: none; } 
.main-best__store-item .purchase-method.purchase-method--primary { border: 1px solid rgb(255, 67, 48); color: rgb(255, 67, 48); background: rgb(255, 246, 245); } 
.main-best__store-item .purchase-method.purchase-method--secondary { border: 1px solid rgb(179, 240, 228); background: rgb(235, 251, 248); color: rgb(0, 203, 164); } 
.main-best__store-item .shop-name { white-space: nowrap; text-overflow: ellipsis; width: 100%; overflow: hidden; color: rgb(0, 0, 0); padding-top: 1px; } 
.main-best__store-item .shop-name > a { color: rgb(0, 0, 0); font-size: 14px; font-weight: 500; } 
.main-best__store-item .rank-updown { font-size: 12px; min-width: 30px; text-align: center; line-height: 1; } 
.main-best__store-item .rank-updown > img { margin-right: 4px; } 
.main-best__store-item .rank-updown.is-new { font-size: 12px; font-weight: 700; color: rgb(255, 67, 48); min-width: initial; margin-right: 1px; padding-bottom: 3px; } 
.main-best__store-item .rank-updown.is-keep { color: rgb(102, 102, 102); font-size: 14px; } 
.main-best__store-item .rank-updown.is-up { color: rgb(255, 67, 48); } 
.main-best__store-item .rank-updown.is-down { color: rgb(34, 118, 252); } 
.main-best__store-item .purchase-status { border-radius: 6px; background-color: rgb(255, 246, 245); font-size: 12px; line-height: 26px; letter-spacing: -0.24px; width: 80px; height: 26px; color: rgb(255, 67, 48); text-align: center; margin-left: 6px; display: flex; align-items: center; justify-content: center; } 
.main-best__store-item .purchase-status > img { margin-right: 2px; } 

.main-pagination { min-width: 117px; align-items: center; display: flex; justify-content: center; } 
.main-pagination .fraction { text-align: center; margin: 0px 10px; min-width: 30px; line-height: 1; width: fit-content; color:#999; } 
.main-pagination .fraction .swiper-pagination-total { text-align: center; color: rgb(153, 153, 153); } 
.main-pagination .fraction .swiper-pagination-current { font-weight: 700; color: rgb(0, 0, 0); } 
.main-pagination .swiper-button-next, .main-pagination .swiper-button-prev { background-image: url("//img.malltail.com/goods_img/contents/main/main_pagination_arrow01_M.svg"); width: 36px; height: 36px; border-radius: 99px; background-size: 23px 22px; border: 1px solid rgb(204, 204, 204); position: relative; margin: 0px; display: block; left: auto; right: auto; } 
.main-pagination .swiper-button-prev { transform: scaleX(-1); } 
.main-pagination .swiper-button-next { } 
.main-pagination .swiper-button-next.swiper-button-disabled, .main-pagination .swiper-button-prev.swiper-button-disabled { opacity: 1; } 
.main-pagination .swiper-button-next.swiper-button-disabled::after, .main-pagination .swiper-button-prev.swiper-button-disabled::after { content: ""; width: 23px; height: 22px; opacity: 0.7; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: rgb(255, 255, 255); } 

.subBannerSlider__container { margin:0 18px; overflow: hidden; } 
.subBannerSlider__container img { border-radius: 10px; } 

.md-recommend__wrapper { background: rgb(255, 255, 255); position: relative; overflow: hidden; } 
.md-recommend__banner { margin: 0 18px 18px; text-align: center; overflow: hidden; border-radius: 10px; } 
.md-recommend__banner-item a img { border-radius: 10px; } 
.md-recommend__title-area { display: flex; position: relative; margin-bottom: 18px; padding: 18px 18px 0px; } 
.md-recommend__title { color: rgb(0, 0, 0); font-size: 22px; font-weight: 700; line-height: 150%; margin-right: 30px; } 
.md-recommend__products { margin: 0px 18px 18px; } 
.md-recommend__products:not(:first-of-type) { display: none; } 
.md-recommend__products-item { margin-bottom: 0px; } 
.md-recommend__products-item .products__rank { display: none; } 
.md-recommend__products-item .products__name { margin-bottom: 0px; height: 44px; } 

.main-sns__wrappper { display: flex; width: 100%; height: 162px; padding: 24px 10px; flex-direction: column; justify-content: center; align-items: center; border-radius: 10px; border: 1px solid rgb(204, 204, 204); background: rgb(255, 255, 255); } 
.main-sns__title { color: rgb(0, 0, 0); font-size: 16px; font-weight: 500; line-height: 150%; margin-bottom: 24px; } 
.main-sns__list { display: flex; width: 100%; } 
.main-sns__list > li { width: calc(20%); text-align: center; } 
.main-sns__name { color: rgb(102, 102, 102); font-size: 12px; font-weight: 500; line-height: 150%; padding-top: 8px; } 
.tool-list { display: flex; padding: 0px 18px; margin-bottom: 18px; } 
.tool-list__item > a > img { vertical-align: sub; } 
.tool-list__item { border-radius: 5px; border: 1px solid rgb(204, 204, 204); background: rgb(255, 255, 255); height: 36px; line-height: 34px; } 
.tool-list__item .call { color: rgb(34, 118, 252); font-weight: 700; } 
.tool-list__item > a { display: block; padding: 0px 14px; font-size: 12px; color: rgb(0, 0, 0); } 
.tool-list__item:not(:last-of-type) { margin-right: 5px; } 

.service-center__wrapper { position: relative; background-color: rgb(255, 255, 255); } 
.service-center__title-area { display: flex; position: relative; margin-bottom: 18px; padding: 18px 18px 0px; } 
.service-center__title { color: rgb(0, 0, 0); font-size: 22px; font-weight: 700; line-height: 150%; margin-right: 30px; } 
.service-center__slider { overflow: hidden; padding-bottom: 14px; margin-left: 18px; } 
.service-center .main-pagination { position: static; } 
.service-center .main-pagination .swiper-button-prev, .service-center .main-pagination .swiper-button-next { width: 24px; height: 26px; box-shadow: rgba(0, 0, 0, 0.15) 0px 1.5px 3px 0px; background-color: rgb(255, 255, 255); position: absolute; border: 1px solid rgb(238, 238, 238); bottom: 111px; top: auto; } 
.service-center .main-pagination .swiper-button-prev { left: -12px; } 
.service-center .main-pagination .swiper-button-next { right: -12px; } 
.service-center .main-pagination .swiper-button-prev.swiper-button-disabled, .service-center .main-pagination .swiper-button-next.swiper-button-disabled { display: none; } 
.service-center__item { border-radius: 8px; border: 1px solid rgb(238, 238, 238); background-color: rgb(248, 248, 248); text-align: center; padding: 13px 0px; } 
.service-center__item .nation { color: rgb(153, 153, 153); font-size: 12px; font-weight: 500; line-height: 100%; margin-bottom: 4px; } 
.service-center__item .center-name { color: rgb(0, 0, 0); font-size: 14px; font-weight: 500; line-height: 150%; margin-bottom: 7px; } 
.service-center__item .flag { width: 40px; height: 40px; margin-bottom: 7px; display: inline-block; border-radius: 40px; } 
.service-center__item .date, .service-center__item .time { color: rgb(102, 102, 102); font-size: 12px; line-height: 130%; } 
.service-center__item .work { padding: 2px 10px; font-size: 12px; font-weight: 700; line-height: 150%; text-align: center; border-radius: 999px; display: inline-block; margin-top: 8px; color: rgb(136, 136, 136); border: 1px solid rgb(136, 136, 136); } 
.service-center__item.is-on { background-color: rgb(255, 255, 255); } 
.service-center__item.is-on .work { color: rgb(255, 67, 48); border: 1px solid rgb(255, 67, 48); } 

.notice__wrapper { position: relative; padding: 20px 0px; background-color: rgb(255, 255, 255); } 
.notice__title { color: rgb(0, 0, 0); font-size: 18px; font-weight: 700; margin-bottom: 25.5px; height: 36px; line-height: 36px; } 
.notice__item { color: rgb(0, 0, 0); font-size: 14px; font-weight: 500; line-height: 150%; display: flex; align-items: center; justify-content: space-between; } 
.notice__item > a { width: 345px; display: inline-block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding-left: 25px; position: relative; font-weight: 600; } 
.notice__item:not(:last-of-type) { margin-bottom: 14px; } 
.notice__item .date { overflow: hidden; color: rgb(153, 153, 153); text-align: right; white-space: nowrap; font-size: 13px; line-height: 1; width: 53px; display: inline-block; } 
.notice__item > a::before { content: ""; width: 3px; height: 3px; position: absolute; left: 13px; top: 50%; transform: translate(0px, -50%); background-color: rgb(0, 0, 0); border-radius: 99px; } 
/* who307 */
