img { max-width:100%;
    margin-top: -1px}
.color-change-2x {
    position: relative;
    -webkit-animation: color-change-2x 2s linear infinite alternate both;
    animation: color-change-2x 2s linear infinite alternate both;
}
.shake-vertical {
    -webkit-animation: shake-vertical 3s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    animation: shake-vertical 3s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

@-webkit-keyframes shake-vertical {
    0%,
    100% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    80% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    90% {
        -webkit-transform: translateY(-0px);
        transform: translateY(-0px);
    }
}
@keyframes shake-vertical {
    0%,
    100% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    80% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    90% {
        -webkit-transform: translateY(-0px);
        transform: translateY(-0px);
    }
}
.wrapper {
    position: relative;
    background: white;
    margin:0 auto;
    align-items: center;
    top: 50%;
}

#shake01 {position: absolute;}
.wrap ul {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: -4px;
    align-items: center;
    justify-content: center;
}

.productinfo {
    margin:0px 0 0px 0;
}
.productinfo_button1 {
    height: 225px;
    line-height: 40px;
    margin:0 auto;
    width: 1275px;
    font-size: 35px;
    color: #fff;

}
.productinfo_button2 {
    height: 225px;
    line-height: 40px;
    margin:0 auto;
    width: 1275px;
    font-size: 35px;
    color: #fff;

}
.productinfo_view {
    padding: 0px 00px 0px 0px;
    text-align:center;
}
.container {
    width: 100%;
    overflow: hidden;
    position: absolute;
}
.container > img {
    position: absolute;
    width: 100%;

}
.swipe {
    position: relative;
    background: #efefef;
    align-content: center;
    width: 1275px;
    height: 100%;
}
.mySwiper {
    background: #efefef;
    align-content: center;
    width: 1100px;
    height: 100%;
    overflow: hidden;
}
.box {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.videoBox {
    position: relative;
    width: 100%;
}

.videoBox video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    outline: none;
    border: 0;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;

}


/* s: 20250514------------------- */
.mt60 {
    margin-top: 60px;
}

.mb16 {
    margin-bottom: 16px !important;
}

/* .img-list-wrap */
.img-list-wrap { position: relative; }
.img-list-wrap .item-hd { margin: 40px 0 20px 0 }
.img-list-wrap .nbg { background: none; text-align: center; }
.img-list-wrap .item-info { padding-bottom:20px; height:32px; *zoom: 1; overflow:hidden }
.img-list-wrap .item-info:after { display:block; clear:both; content:'' }
.img-list-wrap .item-info .item-total { display:inline-block; padding:0 10px 0 0; position:relative; font-size:16px; color:#333; line-height:28px }
.img-list-wrap .item-info .item-total span { color: #000; vertical-align:top }
.img-list-wrap .item-info .item-order { float: right }
.img-list-wrap .item-info .item-order li { padding:5px 10px; position:relative; float:left; line-height:18px }
.img-list-wrap .item-info .item-order li.line { margin-top:8px; padding:0; width:1px; height:13px; background:#333 }
.img-list-wrap .item-info .item-order li a { display:block; font-size:14px; color:#333 }
.img-list-wrap .item-info .item-order li a .on { font-weight:bold; }

#section1 {
    margin-bottom: 40px;
}

/*10개이상은 제거*/
#section2 .img-list-wrap .item-cont > div:nth-child(n+11) {
    display: none;
}
.img-list-wrap .item-cont:after { content: ""; display: block; clear:both }
.img-list-wrap .item-cont .item-list {
    float: left;
    position: relative;
    width: 20%;
    padding: 0 7px;
    box-sizing: border-box;
}

.img-list-wrap .item-cont .item-list .thumb { margin:0 3px; position:relative; border-radius:4px; overflow:hidden }
.img-list-wrap .item-cont .item-list .thumb a { display:block }
.img-list-wrap .item-cont .item-list .thumb img { width:100% }
.img-list-wrap .item-cont .item-list .thumb .soldOut { position:absolute; top:0; left:0; width:100%; height:100%; font-size:0; text-indent:-9999em; background:rgba(255,255,255,0.6) url(/design/testmh2023/common/prd_soldout.png) 0 0 no-repeat; background-size: 100%; }
.img-list-wrap .item-cont .item-list .prd-info { padding:0 10px 60px; overflow:hidden }

.img-list-wrap .item-list .prd-ico .MK-product-icons { position: absolute; top: 10px; right: 20px; }
.img-list-wrap .item-list .prd-ico .MK-product-icons img { width: 57px; }
.img-list-wrap .item-list .prd-ico .todayIcon img { width: 70px; }
.img-list-wrap .item-list .prd-ico .todayIcon { position: absolute; left: 25px; top: 235px; }

.img-list-wrap .item-cont .item-list .prd-name { padding-top:20px }
.img-list-wrap .item-cont .item-list .prd-name a {
    display: block;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.03em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: unset;
}

.img-list-wrap .item-cont .item-list .prd-price {
    position: relative;
    line-height: 1;
    padding-top: 14px;
}

.img-list-wrap .item-cont .item-list .prd-price .priceArea {
    display: block;
    font-size: 16px;
    line-height: 1;
    height: 26px;
    position: relative;
}

.img-list-wrap .item-cont .item-list .prd-price .priceArea > div { position: absolute; bottom: 0; letter-spacing: -.05em; }
.img-list-wrap .item-cont .item-list .prd-price .discount_box { padding-right:3px; font-size:22px; color:#fe5f57; font-weight:700 }
.img-list-wrap .item-cont .item-list .prd-price .groupName { padding-right:7px; font-size:15px; color:#299da3; font-weight:700; position: relative; top: -1px; }
.img-list-wrap .item-cont .item-list .prd-price .price {
    padding-right: 7px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.05em;
    white-space: nowrap;
    color: #000000;
}

.img-list-wrap .item-cont .item-list .prd-price strike {
    display: none;
    font-size: 18px;
    color: #636363;
    white-space: nowrap;
    text-decoration: unset;
}

.img-list-wrap .item-cont .item-list .prd-color { padding-top:5px }
.img-list-wrap .item-cont .item-list .prd-preview { position:absolute; bottom: 0; right:0 }
.img-list-wrap .item-cont .item-list .prd-preview .btn-preview { display:inline-block; width:69px; height:17px; text-indent:-9999em; background:url(//image.makeshop.co.kr/makeshop/d3/basic_simple/common/btn_preview.gif) 0 0 no-repeat }
.img-list-wrap .item-cont .item-list .prd-benefit { padding-top:5px }
.img-list-wrap .item-cont .item-list .prd-wish {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0
}

.img-list-wrap .item-cont .item-list .prd-wish a { display:block }
.img-list-wrap .item-cont .item-list .prd-wish img { width:21px }
.img-list-wrap .item-cont .item-list .prd-wish .wishOn { display:none }
.img-list-wrap .item-cont .item-list .prd-wish .wish-on .wishOn { display:block }
.img-list-wrap .item-cont .item-list .prd-wish .wish-on .wishOff { display:none }
.img-list-wrap .item-cont .item-list .prd-subname { margin-top:15px; padding-top:15px; color:#8b8b8b; text-align:left; border-top:1px dashed #c6c6c6 }
.img-list-wrap .item-cont .nomg { padding-right: 0px }
.img-list-wrap .item-page { margin-top: 50px; text-align: center; }
.img-list-wrap .item-page a { padding: 0 5px }
.img-list-wrap .item-page a:hover, .item-wrap .item-page a.now { color: #111; font-weight: bold; letter-spacing: -1px; }



#productPlan, #content {
    padding-top: 0;
}

#contentWrap {
    width: 100%;
}

.visual {
    max-width: 1275px;
    margin: 0 auto;
}

.visual img {
    margin: 0 auto;
    display: block;
}

#content .page-hd {
    width: 100%;
}

#content .page-hd h2 {
    color: #000000;
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1275px;
    box-sizing: border-box;
}

.container-wrap {
    margin: 0 auto;
    max-width: 1275px;
    padding: 20px 0 50px;
    box-sizing: border-box;
    color: #ffffff;
    line-height: 1.4;
    text-align: left;
}

h3 {
    color: #000000;
}

.title-wrap {
    padding-bottom: 16px;
    text-align: left;
}

.title-wrap h3 {
    font-size: 36px;
    font-weight: 700;
}

.title-wrap p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.title-wrap .item-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
}

.slider-wrap {
    margin-bottom: 16px;
}

.slider-date-nav .swiper-slide {
    width: auto !important;
}

.container-wrap hr {
    display: block;
    height: 1px;
    background: #27272A;
    padding: 0;
    margin: 0;
    border: 0;
}

.slider-date-nav {
    display: flex;
}

.slider-date-nav .item {
    padding: 0 3px;
}


.slider-date-nav .item button {
    height: 32px;
    text-align: center;
    font-size: 18px;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgb(25, 25, 26);
    color: #ffffff;
    padding: 0 18px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 32px;
}

.slider-date-nav .item.swiper-slide-thumb-active button {
    background-color: #2d7bfd;
    color: #ffffff;
}

.duration-wrap {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    padding: 16px 0;
}

.duration-wrap p {
    font-size: 15px;
    font-weight: 700;
}

.duration-wrap .red {
    color: #ff0000;
    font-size: 15px;
}

.list-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-top: 16px;
}

.item-box .list-title-wrap {
    padding: 0;
    margin: 0;
}

.list-title-wrap h3 {
    font-size: 16px;
    font-weight: 700;
}

#section5 .list-title-wrap h3 {
    font-size: 24px;
}

.list-title-wrap a {
    font-size: 16px;
    font-weight: 400;
    padding: 4px 8px;
    color: #ffffff;
    background: #000000;
}

.brand-slider-wrap {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 16px;
}

.brand-slider-wrap .brand-slider-nav {
    width: calc(100% - 445px);
}

.brand-slider-wrap .brand-slider-nav {
    display: flex;
}

.brand-slider-wrap .item {
    display: block;
    padding: 0 3px;
    opacity: .4;
}

.brand-slider-wrap .item .img-wrap {
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 8px;
    border: 2px solid transparent;
    box-sizing: border-box;
}

.brand-slider-wrap .item .img-wrap img {
    width: 100%;
}

.brand-slider-wrap .item .name {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
}

.brand-slider-wrap .item .active-arrow {
    opacity: 0;
    height: 20px;
    text-align: center;
}

.brand-slider-wrap .item .active-arrow img {
    display: inline-block;
    width: 30px;
}

.brand-slider-wrap .item.slick-active, .brand-slider-wrap .item.slick-active .active-arrow {
    opacity: 1;
}

.brand-slider-wrap .item.slick-active .img-wrap {
    border: 2px solid #fff;
}

.coupon-wrap {
    position: relative;
    display: flex;
    width: 100%;
    height: 76px;
    border-radius: 4px;
    background: #27272a;
}

.coupon-wrap:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #000;
    left: -9px;
    top: 50%;
    transform: translateY(-50%);
}

.coupon-wrap .item-box.left {
    flex: 1 1 0%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    padding: 0px 8px 0px 26px;
    border-right: 1px dashed #ffffff;
}

.coupon-wrap .item-box.left p {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #A0A0A0FF;
}

.coupon-wrap .item-box.left span {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #A0A0A0FF;
}

.coupon-wrap .item-box.right {
    width: 76px;
    aspect-ratio: 1 / 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.coupon-wrap .item-box.right p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #A0A0A0FF;
}

.coupon-wrap .item-box.right img {
    width: auto;
}

.coupon-wrap.active {
    background: #ff4800;
}

.coupon-wrap.active .item-box.left p, .coupon-wrap.active .item-box.left span, .coupon-wrap.active .item-box.right p  {
    color: #ffffff;
}

[id^="section"] {
    position: relative;
}

.slider-date-arrow {
    position: absolute;
    width: 100%;
    top: 50%;
}

.slickArrowBtn .slick-arrow {
    display: block;
    background: none;
    position: absolute;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    opacity: 1 !important;
}

.slickArrowBtn .slick-arrow:after { display:block; position:absolute; top:0; left:0; width:100%; height:100%; content:'' }
.slickArrowBtn .slickPrev { left: -60px; }
.slickArrowBtn .slickPrev:after {
    background: url(https://www.mhmall.co.kr/design/mhmall2023/main/arrow_prev_wh.png) 46% 50% / 13px no-repeat;
    filter: invert(1);
}
.slickArrowBtn .slickNext { right: -60px; }
.slickArrowBtn .slickNext:after {
    background: url(https://www.mhmall.co.kr/design/mhmall2023/main/arrow_next_wh.png) 54% 50% / 13px no-repeat;
    filter: invert(1);
}

.slickArrowBtn .swiper-button-disabled {
    display: none !important;
}


#section5 {
    margin-top: 40px;
}

#section5 .img-list-wrap .item-cont .item-list {
    width: 33.3333%;
    padding: 0;
}

#section5 .img-list-wrap .item-cont .item-list .prd-info {
    padding: 0 10px 30px;
}

#section5 .img-list-wrap .item-cont > div:nth-child(n+5) .item-list .prd-info {
    padding-bottom: 16px;
}

/*6개이상은 제거*/
#section5 .img-list-wrap .item-cont > div:nth-child(n+7) {
    display: none;
}

#slider05Contents .inner-box {
    display: flex;
    gap: 16px;
}

#slider05Contents .inner-box .item-box {
    position: relative;
}

#slider05Contents .inner-box .item-box.left {
    pointer-events: none;
}

#slider05Contents .inner-box .img-wrap {
    position: relative;
    width: 428px;
    height: 0;
    padding-bottom: 192%;
    overflow: hidden;
    background: #ffffff;
    border-radius: 4px;
}

#slider05Contents .inner-box .img-wrap img {
    width: 100%;
    position: absolute;
    top: 0;
}

#slider05Contents .inner-box .text-box {
    display: none;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 126px;
    padding: 32px 12px 24px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 60%);
    bottom: 0px;
    text-align: center;
    box-sizing: border-box;
}

#slider05Contents .inner-box .text-box p {
    font-size: 24px;
    font-weight: 700;
    line-height: 24.48px;
    color: #ffffff;
    margin-bottom: 4px;
}

#slider05Contents .inner-box .text-box span {
    font-size: 16px;
    font-weight: 500;
    line-height: 18.2px;
    color: #FFFFFFE4;
}

#slider03Contents {
    padding-top: 8px;
}

.ranking-wrap .img-list-wrap .item-cont .item-list {
    width: 100%;
    display: flex  ;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.ranking-wrap .img-list-wrap .item-cont .item-list .ranking {
    min-width: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
}

.ranking-wrap .img-list-wrap .item-cont .item-list .ranking p::before {
    content: counter(ranking);
    counter-increment: ranking;
}

.ranking-wrap .img-list-wrap .item-cont {
    counter-reset: ranking;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 450px;
}

.ranking-wrap .img-list-wrap .item-cont .item-list .thumb {
    width: 100px;
    margin: 0;
}

.ranking-wrap .img-list-wrap .item-cont .item-list .prd-name a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    height: auto;
}

.ranking-wrap .img-list-wrap .item-cont .item-list .prd-price {
    padding: 0;
}

.ranking-wrap .img-list-wrap .item-cont .item-list .prd-price .priceArea {
    height: auto;
}

.ranking-wrap .img-list-wrap .item-cont .item-list .prd-price .priceArea > div {
    position: relative;
    padding-top: 2px;
}

.ranking-wrap .img-list-wrap .item-cont .item-list .prd-info {
    display: flex;
    align-items: center;
    padding: 0;
    width: calc(100% - 164px);
    height: 100px;
}

.ranking-wrap .img-list-wrap .item-cont .item-list .prd-price .discount_box {
    font-size: 18px;
    margin-top: 2px;
    line-height: 1.2em;
}

.ranking-wrap .img-list-wrap .item-cont .item-list .prd-price .price {
    font-size: 18px;
}

.ranking-wrap .img-list-wrap .item-cont .item-list .prd-name {
    padding: 0;
}

.ranking-wrap .slickArrowBtn {
    top: 58%;
}

.ranking-wrap .slickArrowBtn .slick-arrow.active {
    display: none;
}

.detailview-wrap {
    display: none;
    position: fixed;
    bottom: 40px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 99999;
}

.detailview-wrap.active {
    display: block;
}

.detailview-wrap .btn-detailview {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    background: #fff;
    border-radius: 50px;
    width: 240px;
    height: 50px;
    border: 1px solid #000;
}

.detailview-wrap .btn-detailview img {
    width: auto;
    margin: 0;
}

#productPlan .page-body .item-wrap {
    max-width: 1180px;
    margin: 0 auto;
}
.item-wrap .item-cont .item-list .thumb {
    width: auto;
}

.hot-deal-wrap {
    position: relative;
}

.hot-deal-wrap .link-wrap {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 100%;
}

.hot-slider-wrap .swiper-slide {
    padding-top: 30px;
    background: #efefef;
}

.hot-deal-wrap .link-wrap a {
    position: absolute;
    width: 19.9%;
    height: 44%;
}

.hot-deal-wrap .link-wrap a:nth-child(1) {
    left: 14.5%;
    top: 0;
    width: 35%;
    height: 36%;
}

.hot-deal-wrap .link-wrap a:nth-child(2) {
    left: 50.3%;
    top: 0;
    width: 35%;
    height: 36%;
}

.hot-deal-wrap .link-wrap a:nth-child(3) {
    left: 9.5%;
    top: 40.5%;
}

.hot-deal-wrap .link-wrap a:nth-child(4) {
    left: 29.8%;
    top: 40.5%;
}

.hot-deal-wrap .link-wrap a:nth-child(5) {
    left: 50.2%;
    top: 40.5%;
}

.hot-deal-wrap .link-wrap a:nth-child(6) {
    left: 70.5%;
    top: 40.5%;
}

.hot-deal-wrap .link-wrap .dim-wrap {
    display: none;
    position: absolute;
    width: 90%;
    height: 95%;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -56%);
}

.hot-deal-wrap .link-wrap .dim-wrap.active {
    display: block;
}

.hot-deal-wrap .link-wrap .dim-wrap p {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 54px;
    font-weight: bold;
    color: #ffffff;
    z-index: 2;
}

.hot-deal-wrap .link-wrap .dim-wrap p.active {
    display: block;
}

.hot-hedaer-wrap {
    position: relative;
}

.hot-deal-wrap .time-wrap {
    position: absolute;
    left: 27.8%;
    top: 68.7%;
    width: 44.4%;
    height: 18.9%;
    z-index: 1;
}

.hot-deal-wrap .time-wrap > span {
    position: absolute;
    width: 13.5%;
    left: 29.8%;
    top: 18%;
    height: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: bold;
}

.hot-deal-wrap .time-wrap > span:nth-child(2) {
    left: 51.8%;
}

.hot-deal-wrap .time-wrap > span:nth-child(3) {
    left: 74%;
}

.hot-deal-wrap .time-wrap > span:nth-child(4) {
    display: none;
    left: 95.8%;
}

.hot-deal-wrap .img-tab1, .hot-deal-wrap .img-tab2 {
    display: none;
}

.hot-deal-wrap .img-tab1.active, .hot-deal-wrap .img-tab2.active {
    display: block;
}

.tab-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-bottom: 30px;
    background: #efefef;
}

.tab-btn-wrap button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 275px;
    height: 80px;
    color: #747474;
    background: #000000;
    border-radius: 50px;
    letter-spacing: 0.5px;
}

.tab-btn-wrap button strong {
    font-size: 22px;
    font-weight: bold;
}

.tab-btn-wrap button p {
    font-size: 16px;
    letter-spacing: 1px;
}


.tab-btn-wrap button.swiper-slide-thumb-active, .tab-btn-wrap button.active {
    color: #ffffff;
    background: #0077ff;
}