/* BASIC css start */

.stack-img {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
}

.button-area {
    position: relative;
    width: 100%;
}

.store-links {
    position: absolute;
    /* ¹è°æ ÀÌ¹ÌÁö ³» ¹öÆ° ¿µ¿ªÀÇ ³ôÀÌ¿¡ ¸ÂÃç %·Î Á¶Àý */
    bottom: 37%; 
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    /* °íÁ¤ px ´ë½Å %¸¦ »ç¿ëÇÏ¿© ºÎ¸ð ³Êºñ¿¡ ¹ÝÀÀÇÏ°Ô º¯°æ */
    width: 82%; 
    gap: 5%;
    justify-content: center;
    align-items: center;
}

.store-links a {
    flex: 1; 
    display: block;
    position: relative;
    transition: transform 0.1s ease;
}

.store-links a:hover {
    /* ·¹ÀÌ¾Æ¿ô¿¡ ¿µÇâÀ» ÁÖÁö ¾Ê´Â transform ±ÇÀå */
    transform: translate(1px, 1px);
}

.store-links img {
    width: 100%;
    height: auto;
    display: block;
}

/* ¸ð¹ÙÀÏ ´ëÀÀ */
@media (max-width: 1000px) {
    .store-links {
        /* ÀÌ¹ÌÁö ³»ÀÇ ¹öÆ° À§Ä¡°¡ ¹Ì¼¼ÇÏ°Ô º¯ÇÒ °æ¿ì ¿©±â¼­ % Á¶Á¤ */
        bottom: 37%; 
    }
}

/* ¾ÆÁÖ ÀÛÀº ±â±â (¿¹: ¾ÆÀÌÆù SE) ´ëÀÀ */
@media (max-width: 480px) {
    .store-links {
        /* ¹è°æ ÀÌ¹ÌÁöÀÇ ºñÀ²¿¡ µû¶ó ÇÏ´Ü ¿©¹é ÃÖÀûÈ­ */
        bottom: 36%; 
        gap: 4%;
    }
}
div.C-900-12-2 { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:repeat left top; border-top:0px solid ; border-right:0px solid ; border-bottom:0px solid ; border-left:0px solid ; }
/* BASIC css end */

