.main-visual{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: #100169;
    padding-bottom: 120px;
    gap: 20px;
}

.main-visual h1{
    width: 100%;
}

.visually-hidden{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    color: #100169;
}

.main-visual-img{
    width: 100%;
    height: auto;
}

.news-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 10px;
    width: 311px;
}

.news-item{
    display: flex;
    width: 100%;
    padding: 10px 0 10px;
    border-bottom: #100169 dotted 2px;
    color: #242424;
}

.news-date{
    font-weight: bold;
    margin-right: 10px;
    color: #737373;
    font-size: 12px;
    margin-bottom: 8px;
}

.news-title{
    font-weight: bold;
    font-size: 14px;
}

.news-archive-button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 50px;
    margin-top: 30px;
    background-color: #100169;
    color: #f2f2f2;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
}

.news-archive-button:hover{
    cursor: pointer;
    color: #f2f2f2;
    background-color: #7a67e6;
}

.item-archive-button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 50px;
    margin-top: 30px;
    background-color: #100169;
    color: #f2f2f2;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
}

.item-archive-button:hover{
    cursor: pointer;
    color: #f2f2f2;
    background-color: #7a67e6;
}


.no-post{
    font-size: 16px;
    color: #242424;
}

.item-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.precious-metal{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 172px;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.precious-metal a{
    width: 100%;
}

.precious-metal img{
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.precious-metal p{
    font-size: 16px;
    font-weight: bold;
    color: #242424;
    padding: 8px;
}

.jewelry{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 172px;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.jewelry a{
    width: 100%;
}

.jewelry img{
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.jewelry p{
    font-size: 16px;
    font-weight: bold;
    color: #242424;
    padding: 8px;
}

.brand-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 172px;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.brand-item a{
    width: 100%;
}

.brand-item img{
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.brand-item p{
    font-size: 16px;
    font-weight: bold;
    color: #242424;
    padding: 8px;
}

.watch{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 172px;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.watch a{
    width: 100%;
}

.watch img{
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.watch p{
    font-size: 16px;
    font-weight: bold;
    color: #242424;
    padding: 8px;
}

.camera{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 172px;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.camera a{
    width: 100%;
}

.camera img{
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.camera p{
    font-size: 16px;
    font-weight: bold;
    color: #242424;
    padding: 8px;
}

.antique{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 172px;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.antique a{
    width: 100%;
}

.antique img{
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.antique p{
    font-size: 16px;
    font-weight: bold;
    color: #242424;
    padding: 8px;
}

.painting{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 172px;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.painting a{
    width: 100%;
}

.painting img{
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.painting p{
    font-size: 16px;
    font-weight: bold;
    color: #242424;
    padding: 8px;
}

.gift-certificate{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 172px;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.gift-certificate a{
    width: 100%;
}

.gift-certificate img{
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.gift-certificate p{
    font-size: 16px;
    font-weight: bold;
    color: #242424;
    padding: 8px;
}

.old-money{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 172px;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.old-money a{
    width: 100%;
}

.old-money img{
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.old-money p{
    font-size: 16px;
    font-weight: bold;
    color: #242424;
    padding: 8px;
}

.fr-only{
    font-size: 20px;
    font-weight: bold;
    color: #f2f2f2;
    border-bottom: #f2f2f2 solid 2px;
    padding-bottom: 8px;
}

.reason-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 311px;
    height: auto;
    color: #242424;
}

.reason-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    border: #100169 solid 2px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    gap: 12px;
}

.reason-item h3{
    margin-top: 8px;
    font-weight: bold;
}

.reason-item p{
    font-size: 15px;
    line-height: 1.6;
}

.works-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.works-item{
    width: 311px;
    height: 316px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background:#fff;
    border-radius: 8px;
    overflow: hidden;
    gap: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.works-item a{
    width: 100%;
}

.works-thumb{
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 16px;
}

.works-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 90%;
    gap: 8px;
    padding: 0 8px 0 8px;
}

.works-date{
    font-size: 12px;
    font-weight: bold;
    color: #737373;
}

.works-title{
    font-size: 16px;
    font-weight: bold;
    color: #242424;
    text-align: start;
}

.works-archive-button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 50px;
    margin-top: 30px;
    background-color: #100169;
    color: #f2f2f2;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
}

.works-archive-button:hover{
    cursor: pointer;
    color: #f2f2f2;
    background-color: #7a67e6;
}

.methods-section{
    width: 100%;
    height: auto;
    background-color: #E8F6FE;
    padding-bottom: 20px;
}

.methods-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    font-weight: bold;
}

.methods-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 231px;
    height: auto;
    background-color: #CDEDFF;
    padding: 8px;
    border-radius: 8px;
    gap: 16px;
}

.methods-item h3{
    color: #100169;
}

.methods-description{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 211px;
    height: auto;
    gap: 12px;
    font-size: 14px;
    color: #242424;
    background-color: #f2f2f2;
    padding: 8px;
    border-radius: 8px;
}

.methods-check{
    display: flex;
}

.methods-archive-button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 50px;
    margin-top: 30px;
    background-color: #100169;
    color: #f2f2f2;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
}

.methods-archive-button:hover{
    cursor: pointer;
    color: #f2f2f2;
    background-color: #7a67e6;
}

.organize-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 311px;
    height: auto;
}

.organize-section img{
    width: 100%;
    height: auto;
}

.organize-section p{
    font-size: 16px;
    color: #242424;
    text-align: start;
}

.organize-archive-button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 50px;
    margin-top: 30px;
    background-color: #100169;
    color: #f2f2f2;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
}

.organize-archive-button:hover{
    cursor: pointer;
    color: #f2f2f2;
    background-color: #7a67e6;
}