html, body {
    font-family:
    "Pretendard",
    "Noto Sans KR",
    "Apple SD Gothic Neo",
    "Malgun Gothic",
    "맑은 고딕",
    sans-serif;
    letter-spacing: -0.02em;
}

        A:link      { color: #0066CC; text-decoration: none; }
        A:visited   { color: #0066CC; text-decoration: none }
        A:active    { text-decoration: none }
        A:hover     { BACKGROUND-COLOR: none; text-decoration: none; Color: #FF0099}
        div     { margin:auto; line-height:120%; text-align:center; max-width:100%; max-height:none; }
        span  { font-size: 0.875em; line-height: 1.1em; color: #444444;}
        a:hover img  {
    animation-name: shake;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}

@keyframes shake{
    0% {
        transform: translateX(0deg);
    }
    25% {
        transform: rotate(-3deg);
    }
    50% {
        transform: rotate(3deg);
    }
    75% {
        transform: rotate(-2deg);
    }
    100% {
        transform: translateX(0deg);
    }

}

.product {position: relative; display: inline-block; margin: 0px;}
.product img {width: 100%; display: block;}
.sale-badge {position: absolute; top: 0px; left: 0px; background: #EB1B8B; color: #fff; padding: 6px 8px; font-size: 14px; font-weight: bold; border-radius: 12px 0px 12px 0px;}
.new-badge {position: absolute; top: 0px; left: 0px; background: #7B52EE; color: #fff; padding: 6px 8px; font-size: 14px; font-weight: bold; border-radius: 12px 0px 12px 0px;}
.ad-badge {position: absolute; top: 0px; left: 0px; background: #EB1B8B; color: #fff; padding: 6px 8px; font-size: 14px; font-weight: bold; border-radius: 0px 0px 12px 0px;}
.info-badge {position: absolute; top: 0px; left: 0px; background: #6BA147; color: #fff; padding: 6px 8px; font-size: 14px; font-weight: bold; border-radius: 12px 0px 12px 0px;}
.update-badge {position: absolute; top: 0px; right: 10px; background: #BAB0B0; color: #fff; padding: 6px 8px; font-size: 12px; border-radius: 0px 0px 12px 12px;}

#topBtn {
    position: fixed;
    right: 10px;
    bottom: 20px;
    width: 58px;
    height: 58px;
    background: rgba(51, 51, 51, 0.9);
    color: white;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    text-decoration: none;
}
#topBtn:hover {
    background: rgba(51, 51, 51, 1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

#leftBtn1 {
    position: fixed;
    left: 6px;
    bottom: 148px;
    width: 58px;
    height: 58px;
    background: rgba(235, 27, 139, 0.9);
    color: white;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8em;
}
#leftBtn1:hover {
    background: rgba(235, 27, 139, 1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

#leftBtn2 {
    position: fixed;
    left: 6px;
    bottom: 84px;
    width: 58px;
    height: 58px;
    background: rgba(0, 102, 204, 0.9);
    color: white;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8em;
}
#leftBtn2:hover {
    background: rgba(0, 102, 204, 1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

#leftBtn3 {
    position: fixed;
    left: 6px;
    bottom: 20px;
    width: 58px;
    height: 58px;
    background: rgba(204, 0, 0, 0.9);
    color: white;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8em;
}
#leftBtn3:hover {
    background: rgba(204, 0, 0, 1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

#leftBtn4 {
    position: fixed;
    left: 6px;
    bottom: 148px;
    width: 58px;
    height: 58px;
    background: rgba(118, 174, 44, 0.9);
    color: white;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8em;
}
#leftBtn4:hover {
    background: rgba(118, 174, 44, 1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

#leftBtn5 {
    position: fixed;
    left: 6px;
    bottom: 20px;
    width: 58px;
    height: 58px;
    background: rgba(220, 125, 67, 0.9);
    color: white;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8em;
}
#leftBtn5:hover {
    background: rgba(220, 125, 67, 1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

#leftBtn6 {
    position: fixed;
    left: 6px;
    bottom: 84px;
    width: 58px;
    height: 58px;
    background: rgba(204, 0, 0, 0.9);
    color: white;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8em;
}
#leftBtn6:hover {
    background: rgba(204, 0, 0, 1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

#zoomBtn {
    position: fixed;
    right: 10px;
    bottom: 84px;
    width: 58px;
    height: 58px;
    background: rgba(150, 150, 150, 0.9);
    color: white;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8em;
}
#zoomBtn:hover {
    background: rgba(150, 150, 150, 1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

#homeBtn1 {
    position: fixed;
    right: 10px;
    bottom: 148px;
    width: 58px;
    height: 58px;
    background: rgba(240, 240, 240, 0.9);
    color: #333333;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8em;
}
#homeBtn1:hover {
    background: rgba(240, 240, 240, 1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

#homeBtn2 {
    position: fixed;
    right: 10px;
    bottom: 84px;
    width: 58px;
    height: 58px;
    background: rgba(240, 240, 240, 0.9);
    color: #333333;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8em;
}
#homeBtn2:hover {
    background: rgba(240, 240, 240, 1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

#topBtn,
#leftBtn1,
#leftBtn2,
#leftBtn3,
#leftBtn4,
#leftBtn5,
#leftBtn6,
#zoomBtn,
#homeBtn1,
#homeBtn2 {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition:
        opacity 0.4s ease,
        transform 0.4s ease,
        visibility 0.4s ease;
}

#topBtn.show,
#leftBtn1.show,
#leftBtn2.show,
#leftBtn3.show,
#leftBtn4.show,
#leftBtn5.show,
#leftBtn6.show,
#zoomBtn.show,
#homeBtn1.show,
#homeBtn2.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}