* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.container {
    background: #f7f8fd;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 40px 20px;
    max-width: 1440px;
    width: 100%;
    min-height: calc(100vh - 40px);
    text-align: center;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title {
    font-size: 5rem;
    font-weight: bold;
    color: #2d3748;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.money-icon {
    display: inline-block;
    /* background: #ffd700; */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    margin: 0 10px;
    position: relative;
    top: -5px;
}

.version {
    color: #718096;
    font-size: 0.9rem;
    margin-bottom: 30px;
}

.version::after {
    content: " for PC ver";
}

@media (max-width: 768px) {
    .version::after {
        content: " for MOBILE ver";
    }
}

.description {
    color: #000000;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}

.icons-grid {
    display: grid;
    gap: 20px;
    justify-content: center;
    grid-template-columns: repeat(5, 120px);
    margin-top: 30px;
}

.icon-item {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.icon-item.bordered {
    border: 4px solid #000000;
    background-size: 100%;
    color: #ffffff;
}

.icon-item.no-border {
    border: 4px solid transparent;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    body {
        overflow: auto;
        height: auto;
        min-height: 100vh;
    }

    .container {
        padding: 30px 15px;
        height: auto;
        min-height: calc(100vh - 30px);
    }

    .title {
        font-size: 2.5rem;
    }

    .money-icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
        margin: 0 5px;
    }

    .icons-grid {
        grid-template-columns: repeat(3, 100px);
        gap: 15px;
    }

    .icon-item {
        width: 100px;
        height: 100px;
    }

    .icon-content {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 20px 10px;
        margin: 10px;
        height: auto;
        min-height: calc(100vh - 20px);
    }

    .title {
        font-size: 2rem;
    }

    .description {
        font-size: 0.9rem;
        padding: 0 10px;
    }

    .icons-grid {
        grid-template-columns: repeat(3, 90px);
        gap: 12px;
    }

    .icon-item {
        width: 90px;
        height: 90px;
    }
}

/* 아이콘 배경들 */

.icon-item#icon-akmall {
    background-image: url('/images/shop/akmall.jpg');
}

.icon-item#icon-nike {
    background-image: url('/images/shop/nike.jpg');
}

.icon-item#icon-newbalance {
    background-image: url('/images/shop/newbalance.jpg');
}

.icon-item#icon-thenorthface {
    background-image: url('/images/shop/thenorthface.jpg');
}

.icon-item#icon-eql {
    background-image: url('/images/shop/eql.jpg');
}

.icon-item#icon-wconcept {
    background-image: url('/images/shop/wconcept.jpg');
}

.icon-item#icon-musinsa {
    background-image: url('/images/shop/musinsa.jpg');
}

.icon-item#icon-feelway {
    background-image: url('/images/shop/feelway.jpg');
}

.icon-item#icon-abcmart {
    background-image: url('/images/shop/abcmart.jpg');
}

.icon-item#icon-folder {
    background-image: url('/images/shop/folder.jpg');
}

.icon-item#icon-asics {
    background-image: url('/images/shop/asics.jpg');
}

.icon-item#icon-lfmall {
    background-image: url('/images/shop/lfmall.jpg');
}

.icon-item#icon-lotteon {
    background-image: url('/images/shop/lotteon.jpg');
}

.icon-item#icon-adidas {
    background-image: url('/images/shop/adidas.jpg');
}

.icon-item#icon-29cm {
    background-image: url('/images/shop/29cm.jpg');
}

.icon-item#icon-shoemarker {
    background-image: url('/images/shop/shoemarker.jpg');
}

.icon-item#icon-worksout {
    background-image: url('/images/shop/worksout.jpg');
}

.icon-item#icon-hoopcity {
    background-image: url('/images/shop/hoopcity.jpg');
}

.icon-item#icon-cjonstyle {
    background-image: url('/images/shop/cjonstyle.jpg');
}

.icon-item#icon-kream {
    background-image: url('/images/shop/kream.jpg');
}

.icon-item#icon-ssf {
    background-image: url('/images/shop/ssf.jpg');
}

.icon-item#icon-onthespot {
    background-image: url('/images/shop/onthespot.jpg');
}

.icon-item#icon-gsshop {
    background-image: url('/images/shop/gsshop.jpg');
}

.icon-item#icon-lotteimall {
    background-image: url('/images/shop/lotteimall.jpg');
}

.icon-item#icon-shinsegaetvshopping {
    background-image: url('/images/shop/shinsegaetvshopping.jpg');
}

.icon-item#icon-thehyundai {
    background-image: url('/images/shop/thehyundai.jpg');
}

.icon-item#icon-trenbe {
    background-image: url('/images/shop/trenbe.jpg');
}

.icon-item#icon-celine {
    background-image: url('/images/shop/celine.jpg');
}

.icon-item#icon-mustit {
    background-image: url('/images/shop/mustit.jpg');
}

.icon-item#icon-nsmall {
    background-image: url('/images/shop/nsmall.jpg');
}

.icon-item#icon-dior {
    background-image: url('/images/shop/dior.jpg');
}

.icon-item#icon-oliveyoung {
    background-image: url('/images/shop/oliveyoung.jpg');
}