@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;600;700&display=swap');

@keyframes bgFadeIn {
    0% {
        opacity: 0;
        background-color: #fff;
    }
    50% {
        opacity: 0.5;
        background-color: rgba(255, 255, 255, 0.5);
    }
    100% {
        opacity: 1;
        background-color: transparent;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.chamber-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
    background-image: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 640px;
    color: #fff;
    margin: 0 auto;
    animation: fadeInUp 0.6s ease-out forwards;
    animation-delay: 0s;
}

.chamber-header.bg-loaded {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%), url('https://public.seoulauction.io/resources/assets/images/pages/bg-chamber-top.jpg') lightgray 50% / cover no-repeat;
    animation: bgFadeIn 1.5s ease-out forwards;
    /*background-position: 10px 10px;*/
}

.chamber-header h3 {
    text-align: center;
    color: var(--Semantic-Color-Gray-Text-white, #FFF);
    text-align: center;
    font-family: 'Nanum Myeongjo', serif;
    font-size: var(--Font-size-font-size-lg, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Line-height-line-height-3xl, 30px); /* 150% */
    letter-spacing: -0.4px;
    margin: 40px auto;
}

.chamber-header .btn-main {
    border: 1px solid #7E6525;
    color: #fff;
    padding: 16px 24px;
    margin-right: 8px;
    border-radius: 4px;
    font-weight: 600;
    min-width: 160px;
    background: #7E6525;
}

.chamber-header .btn-border {
    border: 1px solid #fff;
    color: #fff;
    padding: 16px 24px;
    border-radius: 4px;
    font-weight: 600;
    min-width: 160px;
}

.chamber-header img {
    width: 460px;
    margin: 0 auto 0;
}

.chamber-content {
    max-width: 1480px;
    margin: 0 auto;
}

.chamber-content .buttons {
    margin: 0 auto;
    text-align: center;
}

.chamber-desc {
    margin: 0 auto 0;
    padding: 160px 0px;
    background: rgba(126, 101, 37, 0.06);
    text-align: center;
    color: #575757;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
}

.chamber-desc p {
    color: var(--Color-Gray-Text-text-secondary, #2B2B2B);
    text-align: center;
    font-family: 'Nanum Myeongjo', serif;
    font-size: var(--Font-size-font-size-3xl, 36px);
    font-style: normal;
    font-weight: 600;
    line-height: 170%; /* 61.2px */
    letter-spacing: -0.72px;
    word-break: keep-all;
}

.chamber-desc h3 {color: var(--Color-Gray-Text-text-tertiary, #575757);
    text-align: center;
    font-size: var(--Font-size-font-size-lg, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Line-height-line-height-3xl, 30px); /* 150% */
}
.chamber-desc .desc-btm {
    padding: 24px 0 32px;
}

.chamber-service {
    margin: 0 auto;
    padding: 0 120px;
}

.chamber-service h3 {
    color: var(--Color-Gray-Text-text-secondary, #2B2B2B);
    text-align: center;
    font-family: 'Nanum Myeongjo', serif;
    font-size: var(--Font-size-font-size-3xl, 36px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Line-height-line-height-5xl, 44px); /* 122.222% */
    letter-spacing: -0.72px;
    padding: 120px 0 48px;
}

.chamber-service .service-list {
    display: flex;
    gap: 24px;
    margin: 0 0 160px;
    flex-wrap: wrap;
}

.chamber-service .service-list li {
    background-repeat: no-repeat;
    background-position: center 34px;
    width: calc((100% - 96px) / 5);
    color: #575757;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    padding: 32px;
    border-radius: 8px;
    background-color: rgba(126, 101, 37, 0.06);
    text-align: center;
    word-break: keep-all;
}

.chamber-service .service-list li h4 {
    margin: 94px 0 6px;
    color: var(--Color-Gray-Text-text-secondary, #2B2B2B);
    text-align: center;
    font-family: Pretendard;
    font-size: var(--Font-size-font-size-lg, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--Line-height-line-height-2xl, 28px); /* 140% */
}

.chamber-service .service-list li p {
    color: var(--Color-Gray-Text-text-tertiary, #575757);
    text-align: center;
    font-family: var(--Font-family-font-family-primary, Pretendard);
    font-size: var(--Font-size-font-size-base, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Line-height-line-height-lg, 24px); /* 150% */
}

.chamber-service .service-1 {
    background-image: url('https://public.seoulauction.io/resources/assets/images/pages/ico-chamber-list-1.svg');
}

.chamber-service .service-2 {
    background-image: url('https://public.seoulauction.io/resources/assets/images/pages/ico-chamber-list-2.svg');
}

.chamber-service .service-3 {
    background-image: url('https://public.seoulauction.io/resources/assets/images/pages/ico-chamber-list-3.svg');
}
.chamber-service .service-4 {
    background-image: url('https://public.seoulauction.io/resources/assets/images/pages/ico-chamber-list-4.svg');
}

.chamber-service .service-5 {
    background-image: url('https://public.seoulauction.io/resources/assets/images/pages/ico-chamber-list-5.svg');
}

.chamber-service .service-6 {
    background-image: url('https://public.seoulauction.io/resources/assets/images/pages/ico-chamber-list-6.svg');
}
.chamber-service .service-7 {
    background-image: url('https://public.seoulauction.io/resources/assets/images/pages/ico-chamber-list-7.svg');
}

.chamber-service .service-8 {
    background-image: url('https://public.seoulauction.io/resources/assets/images/pages/ico-chamber-list-8.svg');
}

.chamber-service .service-9 {
    background-image: url('https://public.seoulauction.io/resources/assets/images/pages/ico-chamber-list-9.svg');
}

.chamber-service .service-10 {
    background-image: url('https://public.seoulauction.io/resources/assets/images/pages/ico-chamber-list-10.svg');
}

.chamber-items {
    margin: 0 auto;
    padding: 0 120px 160px;
    background: rgba(126, 101, 37, 0.06);
}

.chamber-items h3 {
    color: var(--Color-Gray-Text-text-secondary, #2B2B2B);
    text-align: center;
    font-family: 'Nanum Myeongjo', serif;
    font-size: var(--Font-size-font-size-3xl, 36px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Line-height-line-height-5xl, 44px); /* 122.222% */
    letter-spacing: -0.72px;
    padding: 120px 0 48px;
}

.chamber-items .item-list {
    display: flex;
    gap: 24px;
}
.chamber-items .item-list img {
    border-radius: 8px;
}

.chamber-items .item-list h4 {
    margin: 24px 0 0;
    overflow: hidden;
    color: var(--Color-Gray-Text-text-secondary, #2B2B2B);
    text-align: center;
    text-overflow: ellipsis;
    font-family: Pretendard;
    font-size: var(--Font-size-font-size-lg, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--Line-height-line-height-2xl, 28px); /* 140% */
    word-break: keep-all;
}

.chamber-ask {
    background: rgba(126, 101, 37, 0.06);
    margin: 0 auto;
    padding: 80px 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%), url('https://public.seoulauction.io/resources/assets/images/pages/bg-chamber-btm.jpg') lightgray 50% / cover no-repeat;
    animation: bgFadeIn 1.5s ease-out forwards;
    text-align: center;
}
.chamber-ask img {
    margin: 0 auto;
    width: 240px;
}
.chamber-ask h3 {
    color: var(--Color-Gray-Text-text-primary_on-brand, #FFF);
    text-align: center;
    font-family: 'Nanum Myeongjo', serif;
    font-size: var(--Font-size-font-size-2xl, 30px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 45px */
    letter-spacing: -0.6px;
    margin: 32px auto 24px;
}
.chamber-ask h4 p {
    color: #FFEAC7;
    text-align: center;
    font-family: 'Nanum Myeongjo', serif;
    font-size: var(--Font-size-font-size-lg, 20px);
    font-style: normal;
    font-weight: 800;
    line-height: var(--Line-height-line-height-3xl, 30px); /* 150% */
    letter-spacing: -0.4px;
}
.chamber-ask h4 p.title {
    margin-bottom: 12px;
}
.chamber-ask h4 p.person {
    margin-bottom: 12px;
}
.chamber-ask h4 p .amount-title {
    color: #FFEAC7;
    text-align: center;
    font-family: 'Nanum Myeongjo', serif;
    font-size: var(--Font-size-font-size-md, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Line-height-line-height-2xl, 28px); /* 155.556% */
    letter-spacing: -0.36px;
}
.chamber-ask h4 p .amount-number {
    color: #FFEAC7;
    text-align: center;
    font-family: 'Nanum Myeongjo', serif;
    font-size: var(--Font-size-font-size-xl, 24px);
    font-style: normal;
    font-weight: 800;
    line-height: var(--Line-height-line-height-3xl, 30px); /* 125% */
    letter-spacing: -0.48px;
    padding-left: 12px;
}
.chamber-ask h4 p.vat {
    color: #CBB797;
    text-align: center;
    font-family: var(--Font-family-font-family-primary, Pretendard);
    font-size: var(--Font-size-font-size-base, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Line-height-line-height-xl, 26px); /* 162.5% */
    margin-bottom: 48px;
    margin-top: 9px;
}
.chamber-ask .buttons {
    text-align: center;
}

.chamber-ask .btn-ask {
    border-radius: 4px;
    border: 1px solid #7E6525;
    background: #7E6525;
    padding: 16px 24px;
    color: #fff;
    margin-right: 8px;
    min-width: 160px;
    font-weight: 600;
    background: #7E6525;
    font-size: var(--Font-size-font-size-md, 18px);
    line-height: var(--Line-height-line-height-lg, 24px); /* 133.333% */
}

.chamber-ask .btn-list {
    border-radius: 4px;
    color: #7E6525;
    border: 1px solid #7E6525;
    padding: 16px 24px;
    min-width: 160px;
    font-weight: 600;
}
@media all and (max-width: 1200px) {
    .chamber-service .service-list li {
        width: calc((100% - 72px) / 4)
    }
}
@media all and (max-width: 1023px) {

    .chamber-header .chamber-content {
        padding: 0 24px;
        text-align: center;
    }

    .chamber-header img {
        width: 260px;
    }

    .chamber-header h3 {
        font-size: 24px;
        margin: 32px auto 40px;
        text-align: center;
        font-family: 'Nanum Myeongjo', serif;
        font-size: var(--Font-size-font-size-md, 18px);
        font-style: normal;
        font-weight: 700;
        line-height: var(--Line-height-line-height-3xl, 30px); /* 166.667% */
        letter-spacing: -0.36px;
    }

    .chamber-header .btn-main {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 240px;
    }

    .chamber-desc {
        padding: 80px 20px;
        font-size: 18px;
        text-align: left;
    }

    .chamber-desc p {
        color: var(--Color-Gray-Text-text-secondary, #2B2B2B);
        font-family: 'Nanum Myeongjo', serif;
        font-size: var(--Font-size-font-size-xl, 24px);
        font-style: normal;
        font-weight: 600;
        line-height: 170%; /* 40.8px */
        letter-spacing: -0.48px;
        text-align: left;
    }

    .chamber-desc h3 {
        color: var(--Color-Gray-Text-text-tertiary, #575757);
        font-size: var(--Font-size-font-size-md, 18px);
        font-style: normal;
        font-weight: 400;
        line-height: var(--Line-height-line-height-2xl, 28px); /* 155.556% */
        text-align: left;
        word-break: keep-all;
    }

    .chamber-desc .desc-btm {
        padding: 20px 0
    }

    .chamber-service {
        padding: 0 20px 80px;
    }

    .chamber-service h3 {
        padding: 64px 0 32px;
        font-size: 28px;
        text-align: left;
        color: var(--Color-Gray-Text-text-secondary, #2B2B2B);
        font-family: 'Nanum Myeongjo', serif;
        font-size: var(--Font-size-font-size-xl, 24px);
        font-weight: 700;
        line-height: var(--Line-height-line-height-3xl, 30px); /* 125% */
        letter-spacing: -0.48px;
    }

    .chamber-service .service-list {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 0;
    }

    .chamber-service .service-list li {
        width: 100%;
        background-position: 20px 20px;
        background-size: 48px 48px;
        padding: 20px
    }

    .chamber-service .service-list li h4 {
        margin-top: 80px;
        text-align: left;
        color: var(--Color-Gray-Text-text-secondary, #2B2B2B);
        font-size: var(--Font-size-font-size-md, 18px);
        font-weight: 600;
        line-height: var(--Line-height-line-height-2xl, 28px); /* 155.556% */
    }
    .chamber-service .service-list li p {
        text-align: left;
        color: var(--Color-Gray-Text-text-tertiary, #575757);
        font-size: var(--Font-size-font-size-base, 16px);
        font-weight: 400;
        line-height: var(--Line-height-line-height-xl, 26px); /* 162.5% */
    }
    .chamber-items {
        padding: 0 0 80px
    }
    .chamber-items h3 {
        padding: 64px 0 32px 20px;
        text-align: left;
        color: var(--Color-Gray-Text-text-secondary, #2B2B2B);
        font-family: 'Nanum Myeongjo', serif;
        font-size: var(--Font-size-font-size-xl, 24px);
        font-weight: 700;
        line-height: var(--Line-height-line-height-3xl, 30px); /* 125% */
        letter-spacing: -0.48px;
    }

    .chamber-items .item-list h4 {
        text-align: left;
        overflow: hidden;
        color: var(--Color-Gray-Text-text-secondary, #2B2B2B);
        font-size: var(--Font-size-font-size-lg, 20px);
        font-style: normal;
        font-weight: 600;
        line-height: var(--Line-height-line-height-xl, 26px); /* 130% */
        margin: 16px 0 0;
    }

    .chamber-items .item-list {
        padding: 0 0 12px;
        overflow-x: scroll;
        margin: 0;
        width: calc(100%);
        gap: 16px;
        display: flex;
    }
    .chamber-items .item-list li {
        width: 60%;
        flex-shrink: 0;
    }
    .chamber-items .item-list li:first-child {
        margin-left: 20px;
    }
    .chamber-items .item-list li:last-child {
        margin-right: 20px;
    }

    .chamber-ask img {
        width: 160px;
    }
    .chamber-ask {
        padding: 64px 24px;
    }
    .chamber-ask h3 {
        color: var(--Color-Gray-Text-text-primary_on-brand, #FFF);
        text-align: center;
        font-family: 'Nanum Myeongjo', serif;
        font-size: var(--Font-size-font-size-lg, 20px);
        font-weight: 700;
        line-height: 150%; /* 30px */
        letter-spacing: -0.4px;
    }

    .chamber-ask h4 p {
        color: #FFEAC7;
        text-align: center;
        font-family: 'Nanum Myeongjo', serif;
        font-size: var(--Font-size-font-size-md, 18px);
        font-weight: 800;
        line-height: var(--Line-height-line-height-2xl, 28px); /* 155.556% */
        letter-spacing: -0.36px;
    }

    .chamber-ask h4 p.person {
        margin-bottom: 6px;
    }

    .chamber-ask h4 p .amount-number {
        color: #FFEAC7;
        text-align: center;
        font-family: 'Nanum Myeongjo', serif;
        font-size: var(--Font-size-font-size-lg, 20px);
        font-style: normal;
        font-weight: 800;
        line-height: var(--Line-height-line-height-2xl, 28px); /* 140% */
        letter-spacing: -0.4px;
        padding-left: 12px;
    }

    .chamber-ask h4 p.vat {
        color: #CBB797;
        text-align: center;
        font-family: var(--Font-family-font-family-primary, Pretendard);
        font-size: var(--Font-size-font-size-sm, 14px);
        font-weight: 400;
        line-height: var(--Line-height-line-height-md, 22px); /* 157.143% */
        margin-top: 5px;
    }

    .chamber-ask .btn-ask {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
}
