/* BASIC css start */
.full-wrapper { max-width: none; --bs-gutter-x: 200px; }
.full-wrapper .no-gutters { --bs-gutter-x: 200px; }
.main-banner-wrapper { padding-left: 0; padding-right: 0; }
.main-banner-wrapper .swiper { height: 50vh; }
.main-banner-wrapper .swiper .swiper-slide { display: flex; justify-content: center; align-items: center; }
.main-banner-wrapper .swiper .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }
.main-banner-wrapper .swiper .swiper-scrollbar {
    --swiper-scrollbar-bottom: 40px;
    --swiper-scrollbar-sides-offset: 30%;
    --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.20);
    --swiper-scrollbar-border-radius: 99px;
}
.main-banner-wrapper .swiper .swiper-scrollbar-drag {
    --swiper-scrollbar-drag-bg-color: #000;
}
.main-banner-wrapper .swiper .swiper-pagination-custom {
    position: absolute; left: auto; right: -30px; bottom: -8px; width: auto; text-align: right;
    --swiper-pagination-fraction-color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: .75rem;
    font-weight: 500;
}
.main-banner-wrapper .swiper .swiper-button-prev,
.main-banner-wrapper .swiper .swiper-button-next {
    width: 60px;
    height: 60px;
}
.main-banner-wrapper .swiper .swiper-button-prev {
    left: calc(0.5 * var(--bs-gutter-x))
}
.main-banner-wrapper .swiper .swiper-button-next {
    right: calc(0.5 * var(--bs-gutter-x))
}
.main-banner-wrapper .swiper .swiper-button-prev:after {
    content: '';
    background: url(//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_cheveron_left_60.svg) no-repeat center center;
    background-size: contain;
    width: 100%; height: 100%;
}
.main-banner-wrapper .swiper .swiper-button-next:after {
    content: '';
    background: url(//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_cheveron_right_60.svg) no-repeat center center;
    background-size: contain;
    width: 100%; height: 100%;
}
.sub-banner-wrapper { display: flex; flex-direction: row; gap: 20px; align-items: center; justify-content: center; padding: 40px 0 60px 0; }
.sub-banner--content { display: flex; flex-direction: row; width: 100%; background: #f0f0f0; justify-content: space-around; align-items: center; }
.sub-banner--left { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.sub-banner--right { margin-right: -50px; }
.sub-banner--title { color: var(--cw-heading-color); font-size: 24px; font-weight: 600; line-height: 32px; }
.sub-banner--more { display: flex; justify-content: flex-end; align-items: center; gap: 4px; }
.sub-banner--more .bnr-txt { color: var(--cw-color-60); font-size: 14px; font-weight: 400; line-height: 20px; }
.sub-banner--more .icon-arrow-mask { display: inline-block; width: 12px; height: 12px; background-color: #999999; mask-image: url('//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_cheveron_right.svg'); mask-size: contain; mask-repeat: no-repeat; }
.sub-banner--right img { width: 190px; }
.products-wrapper { /*padding-top: 60px;*/ }
.products-wrapper .prds--image { margin-bottom: 16px; }
.products-wrapper .prds--price-wrap { justify-content: space-between; }
.products--title { display: flex; justify-content: center; align-items: center; color: var(--cw-heading-color); text-align: center; font-size: 32px; font-weight: 700; line-height: 40px; }
.products-wrapper .goods-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 60px 20px; /*padding: 40px 0 60px 0;*/ }
.products-wrapper .btns { display: flex; align-items: center; flex-direction: column; padding-bottom: 60px; }
.products-wrapper .btns .more-btn {
    --bs-btn-line-height: 40px;
    --bs-btn-font-size: 14px;
    --bs-btn-font-weight: 500;
    display: flex; width: 300px; justify-content: center; align-items: center; gap: 8px;
}
.in-banner-wrapper { display: flex; padding: 40px 0 60px 0; justify-content: flex-end; align-items: stretch; gap: 20px; align-self: stretch; }
.in-banner-wrapper .side-banner { flex-shrink: 0; position: relative; display: flex; width: 31.25%; justify-content: center; align-items: center; }
.in-banner-wrapper .side-banner--img { width: 100%; height: 100%; object-fit: cover; }
.in-banner-wrapper .side-banner--text { z-index: 1; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: var(--cw-color-white); text-align: center; font-size: 2rem; font-weight: 700; line-height: 40px; letter-spacing: 11px; text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); }
.in-banner-wrapper .goods-list { flex: 1; padding: 0; gap: 40px 20px; }
.md-pick .goods-list { grid-template-columns: repeat(3, 1fr); }

.goods-list--item .item-image .ico-wish { display: flex; align-items: center; flex-direction: column; }
.goods-list--item .item-image .my-wish-list { display: inline-block; width: 32px; height: 32px; padding-top: 27px; background: url('//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_wish_off.svg'); }
.goods-list--item .item-image .my-wish-list.wish-on { background: url('//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_wish_on.svg'); }
.goods-list--item .item-image .my-wish-count { color: var(--cw-color-60); font-size: .75rem; }
.goods-list--item .goods--engname { display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; font-size: .813rem; line-height: 18px; color: var(--cw-color-80); margin-top: 4px; }
.goods--icons { display: flex; align-items: center; gap: 4px; }
.goods--icons span { display: flex; flex-wrap: wrap; gap: 4px; padding: 0; }

/* 옵션 미리보기 */
.mk_opt_top_text { color: var(--cw-heading-color); font-weight: 700; font-size: .75rem; white-space: nowrap; }
.mk_prd_option_list { width: 100px !important; padding: 10px !important; font-family: var(--bs-body-font-family) !important; color: var(--cw-color-80); font-size: .688rem !important; font-weight: 500; border: 1px solid var(--cw-color-30) !important; border-radius: 3px; }
.mk_prd_option_list .option-name { padding: 10px 0 6px !important; font-size: .688rem !important; color: var(--cw-heading-color) !important; background: none !important; border: 0 !important; font-weight: 700; }
.mk_opt_unit { display: flex !important; align-items: center; gap: 4px; white-space: nowrap; }
.mk_opt_top_close a,
.mk_bt_opt_close a { color: var(--cw-color-80); }

/* 태블릿 */
@media (min-width: 768px) and (max-width: 991.98px) {
    .header-container--md { display: none !important; }
    .header-container { display: flex !important; }
    .full-wrapper { --bs-gutter-x: 24px; padding-bottom: 80px; }
    .full-wrapper .no-gutters { --bs-gutter-x: 24px; }
    .main-banner-wrapper .swiper .swiper-button-prev,
    .main-banner-wrapper .swiper .swiper-button-next { display: none; }
    .main-banner-wrapper .swiper .swiper-scrollbar { --swiper-scrollbar-bottom: 20px; }
    .sub-banner-wrapper { padding: 24px 0 0 0; gap: 4px; }
    .sub-banner--content { justify-content: space-between; padding: 0 30px; }
    .sub-banner--left { gap: 4px; }
    .sub-banner--right { margin-right: -23px; }
    .sub-banner--title { font-size: 1rem; line-height: 24px; }
    .sub-banner--more .bnr-txt { font-size: .75rem; line-height: 16px; }
    .sub-banner--right img { width: 110px; }
    .products-wrapper { padding-top: 50px; }
    .products--title { font-size: 1.25rem; line-height: 28px; }
    .products-wrapper .goods-list { padding: 16px 0 40px 0; gap: 40px 16px; }
    .products-wrapper .btns { padding-bottom: 0; }
    .in-banner-wrapper { flex-direction: column; gap: 16px; padding: 16px 0 0 0; }
    .in-banner-wrapper .side-banner { width: 100%; height: 50vh; }
    .in-banner-wrapper .goods-list { padding: 0 0 30px 0; display: flex; flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; }
    .in-banner-wrapper .goods-list--item { flex: 0 0 calc(25% - 12px); min-width: calc(25% - 12px); }
    .products-wrapper .goods-list::-webkit-scrollbar { height: 2px; }
    .products-wrapper .goods-list::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.10); }
    .products-wrapper .goods-list::-webkit-scrollbar-thumb { background: #000; }
}

/* 모바일 */
@media (max-width: 767.98px) {
    .header-container--md { display: none !important; }
    .header-container { display: flex !important; }
    .full-wrapper { --bs-gutter-x: 16px; padding-bottom: 60px; }
    .full-wrapper .no-gutters { --bs-gutter-x: 16px; }
    .main-banner-wrapper .swiper .swiper-button-prev,
    .main-banner-wrapper .swiper .swiper-button-next { display: none; }
    .main-banner-wrapper .swiper .swiper-scrollbar { --swiper-scrollbar-bottom: 20px; }
    .sub-banner-wrapper { flex-direction: column; padding: 16px 0 0 0; gap: 4px; }
    .sub-banner--content { justify-content: space-between; padding: 0 30px; }
    .sub-banner--left { gap: 4px; }
    .sub-banner--right { margin-right: -23px; }
    .sub-banner--title { font-size: 1rem; line-height: 24px; }
    .sub-banner--more .bnr-txt { font-size: .75rem; line-height: 16px; }
    .sub-banner--right img { width: 110px; }
    .products-wrapper { padding-top: 50px; }
    .products--title { font-size: 1.25rem; line-height: 28px; }
    .products-wrapper .goods-list { padding: 20px 0 40px 0; gap: 20px 8px; grid-template-columns: repeat(2, 1fr); }
    .products-wrapper .btns { padding-bottom: 0; }
    .products-wrapper .btns .more-btn { width: 100%; max-width: none; }
    .in-banner-wrapper { flex-direction: column; gap: 20px; padding: 20px 0 0 0; }
    .in-banner-wrapper .side-banner { width: 100%; height: 50vh; }
    .in-banner-wrapper .goods-list { padding: 0 0 40px 0; display: flex; flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; }
    .in-banner-wrapper .goods-list--item { flex: 0 0 calc(50% - 4px); min-width: calc(50% - 4px); }
    .products-wrapper .goods-list::-webkit-scrollbar { height: 2px; }
    .products-wrapper .goods-list::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.10); }
    .products-wrapper .goods-list::-webkit-scrollbar-thumb { background: #000; }
}
@font-face {
    font-family: "Pretendard";
    src: url("https://skin.makeshop.co.kr/skin/rcw_skin/fonts/PretendardVariable.woff2") format("woff2");
    font-weight: 45 920;
    font-style: normal;
    font-display: swap;
  }
.craft-css-9pdf3n { display: flex; min-width: 0px; box-sizing: border-box; -webkit-box-align: center; align-items: center; color: rgb(255, 255, 255); position: relative; overflow: hidden; cursor: pointer; transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1); pointer-events: auto; z-index: 1; width: 100%; height: 2.5rem; min-height: 2.5rem; font-weight: 500; text-align: center; padding: 0rem; margin: 0rem; }
.craft-css-1vsz3wh { width: 100%; height: 100%; position: relative; list-style: none; margin: 0px; padding: 0px; overflow: hidden; border-width: 0rem; border-color: rgb(0, 0, 0); border-radius: 0rem; border-style: none; }
.craft-css-s55u5c { width: 100%; height: 2.5rem; background-color: rgb(0, 0, 0); display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; text-align: center; position: absolute; top: 0px; left: 0px; }
.craft-css-nqgy50 { display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; height: 2.5rem; width: 100%; font-size: 0.9375rem; color: rgb(255, 255, 255); }
.craft-css-sdm994 { width: 100%; height: 2.5rem; background-color: rgb(236, 236, 236); display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; text-align: center; position: absolute; top: 0px; left: 0px; }
.craft-css-1bvnpcc { display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; height: 2.5rem; width: 100%; font-size: 0.9375rem; color: rgb(0, 0, 0); }
.craft-css-1cy3iwe { display: flex; min-width: 0px; flex-direction: column; margin: 0px auto; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; width: 100%; box-sizing: border-box; cursor: pointer; background-color: rgb(255, 255, 255); }
.craft-css-1bv7is8 { display: flex; width: 100%; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; }
.craft-css-1mjhd5g { flex-shrink: 0; }
.craft-css-t5tyc2 { display: flex; box-sizing: border-box; position: relative; height: 100%; user-select: text; }
.craft-css-50v2cf { position: absolute; inset: -0.1562rem; border: 1px dashed rgb(209, 213, 219); border-radius: 4px; pointer-events: none; opacity: 0; transition: 0.15s ease-in-out; }
.craft-css-uxwp6j { min-width: 0px; flex-shrink: 1; flex-basis: auto; box-sizing: border-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; color: rgb(153, 153, 153); text-align: center; cursor: pointer; width: auto; height: 100%; max-height: 3.75rem; min-height: 1.875rem; padding: 0rem; margin: 0rem; }
.craft-css-54pyih { width: 100%; height: 100%; object-fit: cover; max-height: 3.75rem; min-height: 1.875rem; }
.craft-css-90h6rm { display: flex; gap: 1rem; flex-shrink: 0; font-size: 1.125rem; }
.craft-css-90h6rm a { text-decoration: none; position: relative; }
.craft-css-90h6rm a .notification { position: absolute; top: 0.1875rem; right: -0.1875rem; background-color: var(--cw-point-color,#ff0000); color: rgb(255, 255, 255); border-radius: 100%; padding: 0px 0.3125rem; line-height: 1rem; font-size: 0.75rem; font-weight: 700; }
.craft-css-18eyuzf { display: flex; min-width: 0px; flex-wrap: wrap; box-sizing: border-box; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; width: 100%; height: 3.75rem; }
.craft-css-7b0vny { display: flex; width: 100%; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; }
.craft-css-ri12r4 { background: none; border: none; cursor: pointer; padding: 0.3125rem; border-radius: 0.3125rem; transition: background-color 0.2s; position: relative; }
.craft-css-ri12r4 svg { width: 32px; height: 32px; }
.craft-css-13z5ecj { background: none; border: none; cursor: pointer; padding: 0.3125rem; border-radius: 0.3125rem; transition: background-color 0.2s; }
.craft-css-13z5ecj svg { width: 32px; height: 32px; }
.craft-css-16m6h7v { display: flex; width: 100%; max-width: 100%; min-width: 0px; box-sizing: border-box; position: relative; cursor: pointer; transition: opacity 0.15s ease-in-out; opacity: 1; border: 0.125rem solid rgb(157, 66, 251); background-color: transparent; box-shadow: rgba(157, 66, 251, 0.08) 0px 0.25rem 0.75rem; z-index: 44; }
.craft-css-1rgatt1 { display: flex; min-width: 0px; flex-wrap: wrap; box-sizing: border-box; pointer-events: auto; height: auto; min-height: 3rem; background-color: transparent; font-size: 1rem; color: rgb(0, 0, 0); font-weight: 700; text-align: center; padding: 0rem; margin: 0rem; border-width: 0rem; border-color: rgb(0, 0, 0); border-radius: 0rem; width: 100% !important; }
.craft-css-nwfmpd { display: flex; flex: 1 1 0px; width: 100%; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; position: relative; }
.craft-css-11rpwna { display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; gap: 2rem; width: 100%; overflow: auto; scrollbar-width: none; position: relative; }
.craft-css-11rpwna::-webkit-scrollbar { display: none; }
.craft-css-11rpwna > a { display: inline-block; font-family: Pretendard, sans-serif; font-size: 16px; font-weight: 700; font-style: normal; letter-spacing: normal; line-height: normal; text-align: center; color: rgb(0, 0, 0); background-color: transparent; white-space: nowrap; cursor: pointer; transition: 0.2s ease-in-out; padding: 0.3125rem 0.625rem; border-radius: 0.1562rem; }
.craft-css-11rpwna > a:hover { color: rgb(0, 0, 0); background-color: rgb(245, 245, 245); font-weight: 400; font-style: normal; text-decoration: none; }
.craft-css-2n3q3q { position: absolute; top: calc(100% + 0.625rem); left: 50%; transform: translateX(-50%); padding: 0.125rem 0.5rem; height: 1.625rem; display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; border-radius: 0.25rem; background: rgb(157, 66, 251); color: rgb(255, 255, 255); font-size: 0.8125rem; pointer-events: none; opacity: 1; transition: opacity 0.12s; z-index: 45; }
@media (max-width: 768px) {
.craft-css-nqgy50 { font-size: 0.9375rem; }
.craft-css-1bvnpcc { font-size: 0.9375rem; }
.craft-css-ri12r4 svg { width: 1.5rem; height: 1.5rem; }
.craft-css-13z5ecj svg { width: 1.5rem; height: 1.5rem; }
}
@media (max-width: 360px) {
.craft-css-nqgy50 { font-size: 0.9375rem; }
.craft-css-1bvnpcc { font-size: 0.9375rem; }
}
@media (min-width: 768px) and (max-width: 991.98px) {
.craft-css-1cy3iwe { flex-wrap: wrap; }
.craft-css-1mjhd5g img { width: 6.375rem; }
.craft-css-90h6rm { order: 1; }
.craft-css-90h6rm a:not(.basket) { display: none; }
.craft-css-90h6rm img { width: 1.5rem; height: 1.5rem; }
.craft-css-90h6rm a .notification { top: 0.3125rem; right: -0.3125rem; }
.craft-css-11rpwna { -webkit-box-pack: start; justify-content: flex-start; -webkit-box-align: stretch; align-items: stretch; gap: 1rem !important; }
.craft-css-11rpwna > a { font-size: 0.813rem !important; }
}
@media (max-width: 767.98px) {
.craft-css-1cy3iwe { flex-wrap: wrap; }
.craft-css-1mjhd5g img { width: 6.375rem; }
.craft-css-90h6rm { order: 1; margin-top: -0.4375rem; }
.craft-css-90h6rm a:not(.basket) { display: none; }
.craft-css-90h6rm img { width: 1.5rem; height: 1.5rem; }
.craft-css-90h6rm a .notification { top: 0.3125rem; right: -0.3125rem; }
.craft-css-11rpwna { -webkit-box-pack: start; justify-content: flex-start; -webkit-box-align: stretch; align-items: stretch; gap: 1rem !important; }
.craft-css-11rpwna > a { font-size: 0.813rem !important; }
}
@media (max-width: 1024px) {
.craft-css-ri12r4 svg { width: 1.5rem; height: 1.5rem; }
.craft-css-13z5ecj svg { width: 1.5rem; height: 1.5rem; }
}
/**start_common_TopBanner_css*/
#topbanner .topSlider li.txt a { font-family: var(--bs-body-font-family); }
@media (min-width: 768px) and (max-width: 991.98px) { #topbanner { display: none; }
}
@media (max-width: 767.98px) { #topbanner { display: none; }
}
#topbanner{width:100%;height:40;min-height:40;font-weight:500;text-align:center;padding-top:0;padding-bottom:0;padding-left:0;padding-right:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;border-width:0;border-style:none;border-color:#000000;border-radius:0}
/**end_common_TopBanner_css*//**start_common_NavCommon_css*/
.header-icons{display:flex;gap:16px;flex-shrink:0;font-size:1.125rem}
.header-icons a{text-decoration:none;position:relative}
.header-icons a .notification{display:none; position:absolute;top:3px;right:-3px;background-color:var(--cw-point-color);color:#fff;border-radius:100%;padding:0 5px;line-height:16px;font-size:0.75rem;font-weight:700}
@media (min-width:768px) and (max-width:991.98px){
.header-icons{order:1}
.header-logo a{font-size:1.5rem}
.header-icons a:not(.basket){display:none}
.header-icons img{width:24px;height:24px}
.header-icons a .notification{top:5px;right:-5px}
}
@media (max-width:767.98px){
.header-icons{order:1;margin-top:-7px}
.header-logo a{font-size:1.5rem}
.header-icons a:not(.basket){display:none}
.header-icons img{width:24px;height:24px}
.header-icons a .notification{top:5px;right:-5px}
}
/**end_common_NavCommon_css*//**start_common_FixedMenu_css*//**end_common_FixedMenu_css*/.header-icons svg{width:32px;height:32px;}
.header-icons a svg{width:32px;height:32px;}
@media (min-width:768px) and (max-width:991.98px){.header-icons svg{width:32px;height:32px;}
}
@media (max-width:767.98px){.header-icons svg{width:32px;height:32px;}
}
.side-menu-wrap.active{right:0;left:auto;}
.header-container{background-color:#ffffff!important;}
#header-container{background-color:#ffffff!important;}
#basic-header-section,[data-node-id="basic-header-section"]{background:none!important;background-color:transparent!important;background-image:none!important;background-size:initial!important;background-position:initial!important;background-repeat:initial!important;}
#craft-root[data-top-banner]>div:first-of-type{background:none!important;background-color:transparent!important;background-image:none!important;background-size:initial!important;background-position:initial!important;background-repeat:initial!important;}

/* BASIC css end */

