.only-mo {
    display: none;
}

.bespoke-top-img {
    max-width: 1400px;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.only-pc {
    display: block;
}

.fade-in {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.fade-in.show {
    opacity: 1;
}

.bespoke-tab-buttons {

    display: flex;
    justify-content: center;
    margin: 0px 0 10px;
}

.bespoke-tab-buttons button {
    color: 000;
    font-family: 'Newsreader', sans-serif;
    background: #fff;
    border: 1px solid #000;
    padding: 10px 20px;
    margin: 0 10px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-text-decoration-skip: none;
    text-decoration: none;
    color: inherit;
}

.bespoke-tab-buttons .active {
    background: #000;
    color: #fff;
}

.bespoke-tab-label {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
    margin-bottom: 70px;
    color: #111111;
}

.bespoke-tab-line {
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.bespoke-tab-wrapper {
    font-family: 'Newsreader', sans-serif;
    font-weight: 500;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    padding: 0 20px 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.bespoke-item-container {
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 60px 0 250px;
}

.bespoke-item-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 60px;
    margin: 0 auto;
    justify-content: center;
    align-items: center
}

.bespoke-item {
    flex: 1;
    text-align: center;
}

.bespoke-item-image-left {
    max-width: 400px;
    float: right;
}

.bespoke-item-image-left img,
.bespoke-item-image-right img {
    width: 100%;
    height: auto;
}

.bespoke-item-image-right {
    max-width: 400px;
    float: left;
}

.bespoke-item span {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: #888;
}

.bespoke-text-right {
    flex: 1;
}

.bespoke-text-right h2 {
    font-family: "Newsreader", sans-serif;
    font-weight: 700;

}

.bespoke-text-right p {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 13px;
    color: #111111;
}

.bespoke-text-left {
    flex: 1;
}

.bespoke-text-left h2 {
    font-family: "Newsreader", sans-serif;
    font-weight: 700;
    text-align: right;
}

.bespoke-text-left p {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
    text-align: right;
    font-size: 13px;
    color: #111111;
}


.bespoke-tab-hidden {
    display: none;
}

.lapel-item-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 60px 0 250px;
}

.lapel-item-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 60px;
    margin: 0 auto;
    justify-content: center;
    align-items: center
}

.lapel-item {
    flex: 1;
}

.lapel-text-right {
    flex: 1.5;
    align-items: center;
}

.lapel-text-right h2 {
    font-family: "Newsreader", sans-serif;
    font-weight: 700;
    line-height: 4;

}

.lapel-text-right p {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 13px;
    color: #111111;
}

.lapel-item-image-left {
    max-width: 250px;
    float: right;
}

.lapel-item-image-left img {
    width: 100%;
    height: auto;
}

.sleeve-item-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 60px 0 250px;
}

.sleeve-item {
    flex: 1;
}

.sleeve-text-right {
    flex: 1.3;
    align-items: center;
}

.sleeve-text-right h2 {
    font-family: "Newsreader", sans-serif;
    font-weight: 700;
    line-height: 4;
}

.sleeve-text-right p {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 13px;
    color: #111111;
}

.sleeve-text-left {
    flex: 1.3;
    align-items: center;
}

.sleeve-text-left h2 {
    font-family: "Newsreader", sans-serif;
    font-weight: 700;
    text-align: right;
}

.sleeve-text-left p {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
    text-align: right;
    font-size: 13px;
    color: #111111;
}

.sleeve-item-image-left {
    max-width: 350px;
    float: right;
}

.sleeve-item-image-left img {
    width: 100%;
    height: auto;
}

.sleeve-item-image-right {
    max-width: 230px;
    float: left;
}

.sleeve-item-image-right img {
    width: 100%;
    height: auto;
}

.subcategory-buttons button.active {
    font-weight: 800;
    background-color: transparent;
    color: black;
    text-decoration: underline;
}

.bespoke-tab-hidden {
    display: none;
}

.sub-hidden {
    display: none;
}

.subcategory-buttons {
    margin: 20px auto 60px;
    text-align: center;
}

.subcategory-buttons button {
    margin-right: 8px;
    font-family: "Newsreader", sans-serif;
    background-color: transparent;
    font-size: 15px;
    border: none;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-text-decoration-skip: none;
    text-decoration: none;
    color: inherit;
}

.bespoke-title-p {
    text-align: center;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #111111;
    margin-bottom: 60px;
}

.title-section {
    padding-top: 250px;
    padding-bottom: 50px;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.title-section h2 {
    font-family: "Newsreader", sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1;
}

.title-section p {
    padding: 80px 0;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #111111;
}

.bespoke-hero-img {
    max-width: 1400px;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    body {
        padding: 0 !important;
    }

    .bespoke-tab-label {
        font-size: 12px;
    }

    .bespoke-title-p {
        font-size: 12px;
    }

    .title-section {
        padding-top: 200px;
        padding-bottom: 100px;
        max-width: 1400px;
        margin: 0 auto;
        text-align: center;
    }

    .title-section h2 {
        font-family: "Newsreader", sans-serif;
        font-size: 19px;
        font-weight: 600;
        line-height: 1;
    }

    .title-section p {
        padding: 80px 1rem;
        font-family: "Noto Sans KR", sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: #111111;
    }


    .bespoke-item-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 60px;
        margin: 0 auto;
        justify-content: center;
        align-items: center
    }

    .only-mo {
        display: block;
    }

    .only-pc {
        display: none;
    }

    .bespoke-item-container {
        gap: 150px;
        padding-bottom: 100px;
    }

    .lapel-item-container {
        gap: 80px;
        padding-bottom: 100px;
    }

    .sleeve-item-container {
        gap: 80px;
        padding-bottom: 100px;
    }

    .lapel-item-wrapper {

        gap: 20px;
    }

    .bespoke-text-right h2 {
        text-align: center;
    }

    .bespoke-text-right p {
        font-size: 12px;
        text-align: center;
    }

    .bespoke-text-left h2 {
        text-align: center;
    }

    .bespoke-text-left p {
        font-size: 12px;
        text-align: center;
    }

    .sleeve-text-right h2 {
        text-align: center;
    }

    .sleeve-text-right p {
        font-size: 12px;
        text-align: center;
    }

    .sleeve-text-left h2 {
        text-align: center;
    }

    .sleeve-text-left p {
        font-size: 12px;
        text-align: center;
    }

    .bespoke-tab-buttons button {
        margin: 0 2px;
    }

    .subcategory-buttons button {
        margin-right: 0px;
    }

    .bespoke-item-image-left {
        max-width: 300px;
    }

    .bespoke-item-image-right {
        max-width: 300px;
    }

    .lapel-text-right {
        flex: 1.7;
    }
    .lapel-text-right p {
        font-size: 12px;
    }
    .sleeve-item-image-left {
        max-width: 300px;
        margin-bottom: -60px;
    }

    .sleeve-item-image-right {
        max-width: 180px;
    }

    .subcategory-buttons {
        margin: 20px auto 100px;
        text-align: center;
    }

    .bespoke-tab-line {
        margin-top: 100px;
    }

}