/* Storyboard brand page start */
#container:has(.brand-page-wrap) {
    padding-bottom: 0;
}

.brand-page-wrap {
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.brand-page-wrap,
.brand-page-wrap * {
    font-family: 'Pretendard', sans-serif;
    box-sizing: border-box;
}

.brand-page-wrap .brand-page-section {
    position: relative;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

/* nav */
.brand-page-wrap .brand-page-nav {
    position: sticky;
    z-index: 1010;
    top: 0;
    left: 0;
    height: 80px;
    background-color: #0d0d0d;
    width: 100%;
}

.brand-page-wrap .brand-page-nav ul {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    height: 100%;
    margin: 0 auto;
}

.brand-page-wrap .brand-page-nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid transparent;
    width: 15%;
    color: #9f9f9f;
    font-size: 22px;
    cursor: pointer;
    transition: border-bottom 0.3s ease, color 0.3s ease;
}

.brand-page-wrap .brand-page-nav ul li.active {
    border-bottom: 2px solid #fff;
    color: #fff;
}

/* h2 */
.brand-page-wrap h2:has(button) {
    display: flex;
    justify-content: space-between;
}

/* button */
.brand-page-wrap button {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    min-width: 180px;
    height: 64px;
    padding: 15px 40px 16px 40px;
    font-size: 24px;
    font-weight: 500;
    color: #101010;
    border: 2px solid #101010;
    border-radius: 35px;
    background-color: transparent;
    letter-spacing: 0.04px;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.brand-page-wrap button.white {
    position: relative;
    color: #fff;
    border: 2px solid #fff;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}

.brand-page-wrap button.white:not(.faq-popup-close):not(.btn-top-scroll)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    transition: width 0.3s ease;
    z-index: -1;
}

.brand-page-wrap button.white:not(.faq-popup-close):not(.btn-top-scroll):hover {
    color: #101010;
}

.brand-page-wrap button.white:not(.faq-popup-close):not(.btn-top-scroll):hover::before {
    width: 100%;
}

.brand-page-wrap button:not(.white):not(.faq-popup-close):not(.btn-top-scroll)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #101010;
    transition: width 0.3s ease;
    z-index: -1;
}

.brand-page-wrap button:not(.white):not(.faq-popup-close):not(.btn-top-scroll):hover {
    color: #fff;
}

.brand-page-wrap button:not(.white):not(.faq-popup-close):not(.btn-top-scroll):hover::before {
    width: 100%;
}

.brand-page-wrap .brand-page-section .button-wrap {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    padding-bottom: 10px;
}

.brand-page-wrap button:not(.faq-popup-close):not(.btn-top-scroll)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #101010;
    transition: width 0.3s ease;
    z-index: -1;
}

.brand-page-wrap button:not(.faq-popup-close):not(.btn-top-scroll):hover {
    color: #e6e6e6;
}

.brand-page-wrap button:not(.faq-popup-close):not(.btn-top-scroll):hover::before {
    width: 100%;
}

/* sec01 */
.brand-page-wrap.storyboard .brand-page-section.section-01 {
    position: relative;
    aspect-ratio: 3840 / 2160;
    background: url(../img/brandpage/brand_st_sec01.webp) no-repeat center/cover;
    padding: 35% 0 0 6.7%
}

.brand-page-wrap.storyboard .brand-page-section .white-btn-wrap {
    display: flex;
    gap: 15px;
}

.brand-page-wrap.storyboard .brand-page-section.section-01 button {
    width: 264px;
}

.brand-page-wrap.storyboard .brand-page-section.section-01 button:nth-child(2) {
    width: 280px;
}

/* sec02 */
.brand-page-wrap.storyboard .brand-page-section.section-02 {
    aspect-ratio: 3840 / 2160;
    background: url(../img/brandpage/brand_st_sec02.webp) no-repeat center/cover;
}

/* sec03 */
.brand-page-wrap.storyboard .brand-page-section.section-03,
.brand-page-wrap.storyboard .brand-page-section.section-05 {
    background-color: #e6e6e6;
    height: fit-content;
    padding: 150px;
}

.brand-page-wrap.storyboard .brand-page-section.section-03 .section-title,
.brand-page-wrap.storyboard .brand-page-section.section-05 .section-title {
    margin-bottom: 10px;
    font-size: 60px;
    font-weight: 500;
}

.brand-page-wrap.storyboard .brand-page-section.section-03 p,
.brand-page-wrap.storyboard .brand-page-section.section-05 p {
    padding-inline-start: 3px;
    font-size: 20px;
}

.brand-page-wrap.storyboard .brand-page-section.section-03 .line-sig-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 50px auto 10px;
}

.brand-page-wrap.storyboard .brand-page-section.section-03 .line-sig-content .line-sig-item {
    width: 23.5%;
    flex: 0 0 23.5%;
    position: relative;
    aspect-ratio: 1 / 1;
}

.brand-page-wrap.storyboard .brand-page-section.section-03 .line-sig-content .line-sig-item img {
    width: 100%;
    height: 100%;
}

.brand-page-wrap.storyboard .brand-page-section.section-03 .line-sig-content .line-sig-item .line-sig-item-overlay {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 30px;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.brand-page-wrap.storyboard .brand-page-section.section-03 .line-sig-content .line-sig-item .line-sig-item-overlay b {
    position: relative;
    flex: 1;
    padding-bottom: 15px;
    color: #fff;
    font-size: 28px;
}

.brand-page-wrap.storyboard .brand-page-section.section-03 .line-sig-content .line-sig-item .line-sig-item-overlay b::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: linear-gradient(to right, #b3b2b2, #636363);
}

.brand-page-wrap.storyboard .brand-page-section.section-03 .line-sig-content .line-sig-item:hover .line-sig-item-overlay {
    opacity: 1;
}

.brand-page-wrap.storyboard .brand-page-section.section-03 .line-sig-content .line-sig-item .line-sig-item-title {
    z-index: 2;
    position: absolute;
    top: 6%;
    right: 9%;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.brand-page-wrap.storyboard .brand-page-section.section-03 .line-sig-content .line-sig-item-01 .line-sig-item-title {
    width: 160px;
    aspect-ratio: 476 / 96;
    background: url(../img/brandpage/brand_st_sec03_title01.png) no-repeat center/contain;
}

.brand-page-wrap.storyboard .brand-page-section.section-03 .line-sig-content .line-sig-item-02 .line-sig-item-title {
    width: 120px;
    aspect-ratio: 352 / 96;
    background: url(../img/brandpage/brand_st_sec03_title02.png) no-repeat center/contain;
}

.brand-page-wrap.storyboard .brand-page-section.section-03 .line-sig-content .line-sig-item-03 .line-sig-item-title {
    width: 100px;
    aspect-ratio: 277 / 95;
    background: url(../img/brandpage/brand_st_sec03_title03.png) no-repeat center/contain;
}

.brand-page-wrap.storyboard .brand-page-section.section-03 .line-sig-content .line-sig-item-04 .line-sig-item-title {
    width: 164px;
    aspect-ratio: 480 / 96;
    background: url(../img/brandpage/brand_st_sec03_title04.png) no-repeat center/contain;
}

.brand-page-wrap.storyboard .brand-page-section.section-03 .section-title,
.brand-page-wrap.storyboard .brand-page-section.section-03 > p,
.brand-page-wrap.storyboard .brand-page-section.section-03 .line-sig-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.brand-page-wrap.storyboard .brand-page-section.section-03 .section-title.show,
.brand-page-wrap.storyboard .brand-page-section.section-03 > p.show,
.brand-page-wrap.storyboard .brand-page-section.section-03 .line-sig-item.show {
    opacity: 1;
    transform: translateY(0);
}

/* sec04 */
.brand-page-wrap.storyboard .brand-page-section.section-04 .scroll-content .scroll-item {
    position: relative;
    overflow-x: hidden;
}

.brand-page-wrap.storyboard .brand-page-section.section-04 .scroll-content .scroll-item-01 {
    position: relative;
    aspect-ratio: 1920 / 1101;
    background: url(../img/brandpage/brand_st_sec04_item01.png) no-repeat center/cover;
}

.brand-page-wrap.storyboard .brand-page-section.section-04 .scroll-content .scroll-item-02 {
    position: relative;
    aspect-ratio: 1920 / 1101;
    background: url(../img/brandpage/brand_st_sec04_item02.png) no-repeat center/cover;
}

.brand-page-wrap.storyboard .brand-page-section.section-04 .scroll-content .scroll-item-03 {
    position: relative;
    aspect-ratio: 1920 / 1101;
    background: url(../img/brandpage/brand_st_sec04_item03.png) no-repeat center/cover;
}

.brand-page-wrap.storyboard .brand-page-section.section-04 .scroll-content .scroll-item-04 {
    position: relative;
    aspect-ratio: 1920 / 1101;
    background: url(../img/brandpage/brand_st_sec04_item04.png) no-repeat center/cover;
}

.brand-page-wrap.storyboard .brand-page-section.section-04 .scroll-content .scroll-item-05 {
    position: relative;
    aspect-ratio: 1920 / 940;
    background: url(../img/brandpage/brand_st_sec04_item05.png) no-repeat center/cover;
}

.brand-page-wrap.storyboard .brand-page-section.section-04 .scroll-content .scroll-item button {
    position: absolute;
    width: 264px;
    left: 79.5%;
    bottom: 11%;
}


/* sec05 */
.brand-page-wrap.storyboard .brand-page-section.section-05 h2 {
    align-items: center;
}

.brand-page-wrap.storyboard .brand-page-section.section-05 h2 button {
    width: 224px;
}

.brand-page-wrap.storyboard .brand-page-section.section-05 .storyboard-case-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 50px auto 10px;
}

.brand-page-wrap.storyboard .brand-page-section.section-05 .storyboard-case-item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 31%;
    flex: 0 0 31%;
}

.brand-page-wrap.storyboard .brand-page-section.section-05 .storyboard-case-item img {
    width: 100%;
    aspect-ratio: 1040 / 1200;
    object-fit: cover;
}

.brand-page-wrap.storyboard .brand-page-section.section-05 .storyboard-case-item p {
    margin-top: 20px;
    font-size: 20px;
}

.brand-page-wrap.storyboard .brand-page-section.section-05 .storyboard-case-item p .separator {
    margin: 0 3px;
}

.brand-page-wrap.storyboard .brand-page-section.section-05 > p,
.brand-page-wrap.storyboard .brand-page-section.section-05 .section-title,
.brand-page-wrap.storyboard .brand-page-section.section-05 .storyboard-case-item,
.brand-page-wrap.storyboard .brand-page-section.section-05 .section-title button {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.brand-page-wrap.storyboard .brand-page-section.section-05 > p.show,
.brand-page-wrap.storyboard .brand-page-section.section-05 .section-title.show,
.brand-page-wrap.storyboard .brand-page-section.section-05 .storyboard-case-item.show,
.brand-page-wrap.storyboard .brand-page-section.section-05 .section-title button.show {
    opacity: 1;
    transform: translateY(0);
}

/* sec06 */
.brand-page-wrap.storyboard .brand-page-section.section-06 {
    position: relative;
}

.brand-page-wrap.storyboard .brand-page-section.section-06::before {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 3840 / 1437;
    background: url(../img/brandpage/brand_st_sec06_1.png) no-repeat center/cover;
}

.brand-page-wrap.storyboard .brand-page-section.section-06::after {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 3840 / 2040;
    background: url(../img/brandpage/brand_st_sec06_2.png) no-repeat center/cover;
}

/* sec07 */
.brand-page-wrap.storyboard .brand-page-section.section-07 {
    height: fit-content;
    padding-top: 70px;
    background-color: #101010;
    overflow: hidden;
}

.brand-page-wrap.storyboard .brand-page-section.section-07 .section-title {
    margin-inline-start: 150px;
    padding-right: 150px;
    font-size: 60px;
    font-weight: 500;
    color: #fff;
}

.brand-page-wrap.storyboard .brand-page-section.section-07 .section-title .button-wrap button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}

.brand-page-wrap.storyboard .brand-page-section.section-07 .section-title .button-wrap button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    transition: width 0.3s ease;
    z-index: -1;
}

.brand-page-wrap.storyboard .brand-page-section.section-07 .section-title .button-wrap button:hover {
    color: #101010;
}

.brand-page-wrap.storyboard .brand-page-section.section-07 .section-title .button-wrap button:hover::before {
    width: 100%;
}

.brand-page-wrap.storyboard .brand-page-section.section-07 .section-title-sub {
    margin-inline-start: 152px;
    font-size: 20px;
    color: #c0c0c0;
}

.brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content-wrap {
    position: relative;
    margin-top: 200px;
    touch-action: pan-y;
}

.brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content-wrap .bx-wrapper {
    display: flex;
    align-items: flex-end;
    max-width: 100% !important;
}

.brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
}

.brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content .faq-item {
    position: relative;
    width: 400px;
    padding: 60px 40px 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content .faq-item-01 {
    aspect-ratio: 840 / 718;
    background: url(../img/brandpage/brand_st_sec07_faq_item01.png) no-repeat 0 20px/cover;
}

.brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content .faq-item-02 {
    aspect-ratio: 840 / 946;
    background: url(../img/brandpage/brand_st_sec07_faq_item02.png) no-repeat 0 20px/cover;
}

.brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content .faq-item-03 {
    aspect-ratio: 840 / 696;
    background: url(../img/brandpage/brand_st_sec07_faq_item03.png) no-repeat 0 20px/cover;
}

.brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content .faq-item-04 {
    aspect-ratio: 840 / 846;
    background: url(../img/brandpage/brand_st_sec07_faq_item04.png) no-repeat 0 20px/cover;
}

.brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content .faq-item-05 {
    aspect-ratio: 840 / 926;
    background: url(../img/brandpage/brand_st_sec07_faq_item05.png) no-repeat 0 20px/cover;
}

.brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content .faq-item-06 {
    aspect-ratio: 840 / 600;
    background: url(../img/brandpage/brand_st_sec07_faq_item02.png) no-repeat 0 20px/cover;
}

.brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content .faq-item .faq-inner {
    width: 100%;
}

.brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content .faq-item .faq-inner p,
.brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content .faq-item .faq-inner b {
    color: #fff;
    user-select: none;
} 

.brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content .faq-item .faq-inner p {
    font-size: 20px;
}

.brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content .faq-item .faq-inner b {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    font-size: 30px;
}

.brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content .faq-item .faq-inner b::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: linear-gradient(to right, #b3b2b2, #636363);
}

.brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content .faq-item .faq-inner p.black,
.brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content .faq-item .faq-inner b.black {
    color: #222;
}

/* sec08 */
.brand-page-wrap.storyboard .brand-page-section.section-08 {
    aspect-ratio: 3840 / 1080;
    padding: 18% 0 0 0;
    background: url(../img/brandpage/brand_st_sec08.png) no-repeat center/cover;
}

.brand-page-wrap.storyboard .brand-page-section.section-08 .button-wrap {
    padding-left: 5%;
    justify-content: flex-start;
}

.brand-page-wrap.storyboard .brand-page-section.section-08 .button-wrap button {
    width: 375px;
}

/* FAQ popup */
.brand-page-wrap .faq-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease;
}

.brand-page-wrap .faq-popup-overlay.active {
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.7);
}

.brand-page-wrap .faq-popup {
    position: relative;
    width: fit-content;
    max-width: 1000px;
    height: fit-content;
    background-color: #fff;
    border-radius: 45px;
    padding: 80px 70px;
    box-sizing: border-box;
    transform: scale(0.9) translateY(20px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.brand-page-wrap .faq-popup-overlay.active .faq-popup {
    transform: scale(1) translateY(0);
    opacity: 1;
}

.brand-page-wrap .faq-popup-close {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    min-width: unset;
}

.brand-page-wrap .faq-popup-close::before,
.brand-page-wrap .faq-popup-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    background-color: #333;
}

.brand-page-wrap .faq-popup-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.brand-page-wrap .faq-popup-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.brand-page-wrap .faq-popup-content {
    width: 100%;
    height: 100%;
}

.brand-page-wrap .faq-popup-question {
    position: relative;
    margin-bottom: 27px;
    padding-bottom: 30px;
    padding-left: 50px;
    font-size: 28px;
    font-weight: 500;
    color: #222;
    border-bottom: 1.5px solid #a4a4a4;
}

.brand-page-wrap .faq-popup-question::before {
    content: 'Q.';
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 28px;
    font-weight: 500;
    color: #222;
}

.brand-page-wrap .faq-popup-answer {
    position: relative;
    padding-left: 50px;
    font-size: 22px;
    line-height: 1.6;
    color: #444;
}

.brand-page-wrap .faq-popup-answer::before {
    content: 'A.';
    position: absolute;
    top: -4px;
    left: 3px;
    font-size: 28px;
    line-height: 1.6;
    color: #222;
}

.brand-page-wrap .faq-popup-answer ul li {
    margin-bottom: 15px;
}

.brand-page-wrap .faq-popup-answer ul li:last-child {
    margin-bottom: 0;
}

.brand-page-wrap .faq-popup-answer img {
    display: block;
    margin: 30px auto 0;
    max-width: 100%;
    height: auto;
}

.brand-page-wrap .faq-popup-answer a {
    color: #444 !important;
}

/* Back to top button */
button.btn-top-scroll {
    position: fixed;
    right: 56px;
    bottom: 160px;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background-color: #fff;
    color: #222;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    padding: 0;
    min-width: unset;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.btn-top-scroll.show {
    opacity: 1;
    visibility: visible;
}

.btn-top-scroll:hover {
    background-color: #222;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width:640px) {
    .brand-page-wrap h2:has(button) {
        flex-direction: column;
        gap: 10px;
    }

    /* button */
    .brand-page-wrap button {
        min-width: 120px;
        height: 45px;
        padding: 10px 20px;
        font-size: 16px;
    }

    /* nav */
    .brand-page-wrap .brand-page-nav {
        height: 50px;
    }

    .brand-page-wrap .brand-page-nav ul {
        justify-content: space-around;
    }

    .brand-page-wrap .brand-page-nav ul li {
        font-size: 16px;
    }

    /* sec01 */
    .brand-page-wrap.storyboard .brand-page-section.section-01 {
        padding: 36% 0 0 7%;
    }

    .brand-page-wrap.storyboard .brand-page-section.section-01 button,
    .brand-page-wrap.storyboard .brand-page-section.section-01 button:nth-child(2) {
        width: unset;
        zoom: 0.6;
    }

    /* sec03 */
    .brand-page-wrap.storyboard .brand-page-section.section-03,
    .brand-page-wrap.storyboard .brand-page-section.section-05 {
        padding: 100px 30px;
    }

    .brand-page-wrap.storyboard .brand-page-section.section-03 .section-title, 
    .brand-page-wrap.storyboard .brand-page-section.section-03 > p,
    .brand-page-wrap.storyboard .brand-page-section.section-05 .section-title,
    .brand-page-wrap.storyboard .brand-page-section.section-05 > p {
        text-align: center;
    }

    .brand-page-wrap.storyboard .brand-page-section.section-03 .section-title,
    .brand-page-wrap.storyboard .brand-page-section.section-05 .section-title {
        font-size: 7vw;
    }

    .brand-page-wrap.storyboard .brand-page-section.section-03 > p,
    .brand-page-wrap.storyboard .brand-page-section.section-03 > p {
        font-size: 4vw;
    }

    .brand-page-wrap.storyboard .brand-page-section.section-03 .line-sig-content,
    .brand-page-wrap.storyboard .brand-page-section.section-05 .storyboard-case-content {
        flex-direction: column;
        gap: 50px;
    }

    .brand-page-wrap.storyboard .brand-page-section.section-03 .line-sig-content .line-sig-item,
    .brand-page-wrap.storyboard .brand-page-section.section-05 .storyboard-case-item {
        width: 100%;
    }

    /* sec04 */
    .brand-page-wrap.storyboard .brand-page-section.section-04 .scroll-content .scroll-item button {
        left: 70.2%;
        bottom: 12%;
        width: 205px;
        height: 50px;
        font-size: 18px;
        scale: 0.5;
    }

    /* sec05 */
    .brand-page-wrap.storyboard .brand-page-section.section-05 h2 button {
        width: unset;
    }


    .brand-page-wrap.storyboard .brand-page-section.section-05 .storyboard-case-item {
        align-items: center;
    }

    /* sec07 */
    .brand-page-wrap.storyboard .brand-page-section.section-07 .section-title-sub {
        margin-inline-start: unset;
        font-size: 4vw;
        text-align: center;
    }

    .brand-page-wrap.storyboard .brand-page-section.section-07 .section-title {
        margin-inline-start: unset;
        padding-right: unset;
        font-size: 7vw;
        text-align: center;
    }

    .brand-page-wrap.storyboard .brand-page-section .button-wrap {
        justify-content: center;
    }

    .brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content-wrap {
        margin-top: 0;
        width: 100%;
        overflow: hidden;
    }

    .brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content-wrap .bx-wrapper {
        max-width: 100%;
        margin: 0 auto;
    }

    .brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content {
        display: flex;
        justify-content: flex-start;
    }

    .brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content .faq-item {
        flex-shrink: 0;
        width: auto !important;
        background-position: 0 30px;
    }

    .brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content .faq-item .faq-inner p {
        font-size: 4vw;
    }

    .brand-page-wrap.storyboard .brand-page-section.section-07 .faq-content .faq-item .faq-inner b {
        font-size: 6.5vw;
    }

    /* sec08 */
    .brand-page-wrap.storyboard .brand-page-section.section-08 .button-wrap button {
        width: unset;
        padding: 10px 30px;
        zoom: 0.7;
    }

    /* popup */
    .brand-page-wrap .faq-popup {
        max-width: 95%;
        padding: 40px 25px;
    }

    .brand-page-wrap .faq-popup-close {
        top: 7px;
        right: 15px;
    }

    .brand-page-wrap .faq-popup-question {
        font-size: 4.5vw;
        margin-bottom: 15px;
        padding-left: 30px;
        padding-bottom: 15px;
    }

    .brand-page-wrap .faq-popup-question::before {
        font-size: 4.5vw;
    }

    .brand-page-wrap .faq-popup-answer {
        font-size: 4vw;
        padding-left: 30px;
    }

    .brand-page-wrap .faq-popup-answer::before {
        font-size: 4.5vw;
    }

    .brand-page-wrap .faq-popup-answer a {
        word-break: break-all;
        line-height: 1.6;
    }

    .brand-page-wrap .faq-popup-close::before,
    .brand-page-wrap .faq-popup-close::after {
        width: 24px;
    }
}

@media screen and (max-width:520px) {
    /* sec04 */
    .brand-page-wrap.storyboard .brand-page-section.section-04 .scroll-content .scroll-item button {
        left: 70%;
        bottom: 9%;
        width: 165px;
        height: 50px;
        font-size: 16px;
        scale: 0.5;
    }
}

@media screen and (max-width:420px) {
    /* sec04 */
    .brand-page-wrap.storyboard .brand-page-section.section-04 .scroll-content .scroll-item button {
        left: 66.5%;
        bottom: 7%;
        width: 165px;
        height: 50px;
        font-size: 16px;
        scale: 0.4;
    }
}

@media screen and (max-width:360px) {
    /* sec04 */
    .brand-page-wrap.storyboard .brand-page-section.section-04 .scroll-content .scroll-item button {
        left: 62.5%;
        bottom: 5%;
        width: 165px;
        height: 50px;
        font-size: 16px;
        scale: 0.35;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1600px) {
    .brand-page-wrap.storyboard .brand-page-section.section-04 .scroll-content .scroll-item button {
        left: 80.2%;
        bottom: 14%;
        width: 205px;
        height: 50px;
        font-size: 18px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1500px) {
    .brand-page-wrap.storyboard .brand-page-section.section-04 .scroll-content .scroll-item button {
        left: 79.5%;
        bottom: 16%;
        width: 205px;
        height: 50px;
        font-size: 18px;
    }
}

@media screen and (min-width: 660px) and (max-width: 1400px) {
    .brand-page-wrap.storyboard .brand-page-section.section-04 .scroll-content .scroll-item button {
        left: 82.1%;
        bottom: 16%;
        width: 205px;
        height: 50px;
        font-size: 18px;
    }
}
/* Storyboard brand page end */

/* Story Furniture Door brand page start */
/* sec01 */
.brand-page-wrap.storyfurniture .brand-page-section.section-01 {
    position: relative;
    aspect-ratio: 3840 / 2160;
    background: url(../img/brandpage/brand_sfd_sec01.webp) no-repeat center/cover;
    padding: 35% 0 0 5%
}

.brand-page-wrap.storyfurniture .brand-page-section.section-02 {
    position: relative;
    aspect-ratio: 3840 / 2160;
    background: url(../img/brandpage/brand_sfd_sec02.png) no-repeat center/cover;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-03 {
    position: relative;
    aspect-ratio: 1920 / 1374;
    padding: 55% 0 0 5%;
    background: url(../img/brandpage/brand_sfd_sec03.png) no-repeat center/cover;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-04 {
    position: relative;
    aspect-ratio: 1920 / 1947;
    padding: 88% 0 0 61%;
    background: url(../img/brandpage/brand_sfd_sec04.webp) no-repeat center/cover;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-05 {
    position: relative;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-05::before {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 3840 / 1442;
    background: url(../img/brandpage/brand_sfd_sec05_1.png) no-repeat center/cover;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-05::after {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 3840 / 2040;
    background: url(../img/brandpage/brand_sfd_sec05_2.png) no-repeat center/cover;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-06 {
    height: fit-content;
    padding-top: 70px;
    background-color: #101010;
    overflow: hidden;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-06 .section-title {
    margin-inline-start: 150px;
    padding-right: 150px;
    font-size: 60px;
    font-weight: 500;
    color: #fff;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-06 .section-title .button-wrap button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-06 .section-title .button-wrap button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    transition: width 0.3s ease;
    z-index: -1;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-06 .section-title .button-wrap button:hover {
    color: #101010;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-06 .section-title .button-wrap button:hover::before {
    width: 100%;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-06 .section-title-sub {
    margin-inline-start: 152px;
    font-size: 20px;
    color: #c0c0c0;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content-wrap {
    position: relative;
    margin-top: 200px;
    touch-action: pan-y;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content-wrap .bx-wrapper {
    display: flex;
    align-items: flex-end;
    max-width: 100% !important;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content .faq-item {
    position: relative;
    width: 400px;
    padding: 60px 40px 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content .faq-item-01 {
    aspect-ratio: 840 / 718;
    background: url(../img/brandpage/brand_st_sec07_faq_item01.png) no-repeat 0 20px/cover;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content .faq-item-02 {
    aspect-ratio: 840 / 946;
    background: url(../img/brandpage/brand_st_sec07_faq_item02.png) no-repeat 0 20px/cover;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content .faq-item-03 {
    aspect-ratio: 840 / 696;
    background: url(../img/brandpage/brand_st_sec07_faq_item03.png) no-repeat 0 20px/cover;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content .faq-item-04 {
    aspect-ratio: 840 / 846;
    background: url(../img/brandpage/brand_st_sec07_faq_item04.png) no-repeat 0 20px/cover;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content .faq-item-05 {
    aspect-ratio: 840 / 926;
    background: url(../img/brandpage/brand_st_sec07_faq_item05.png) no-repeat 0 20px/cover;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content .faq-item-06 {
    aspect-ratio: 840 / 600;
    background: url(../img/brandpage/brand_st_sec07_faq_item02.png) no-repeat 0 20px/cover;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content .faq-item .faq-inner {
    width: 100%;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content .faq-item .faq-inner p,
.brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content .faq-item .faq-inner b {
    color: #fff;
    user-select: none;
} 

.brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content .faq-item .faq-inner p {
    font-size: 20px;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content .faq-item .faq-inner b {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    font-size: 30px;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content .faq-item .faq-inner b::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: linear-gradient(to right, #b3b2b2, #636363);
}

.brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content .faq-item .faq-inner p.black,
.brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content .faq-item .faq-inner b.black {
    color: #222;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-07 {
    aspect-ratio: 3840 / 1080;
    padding: 18% 0 0 0;
    background: url(../img/brandpage/brand_sfd_sec07.png) no-repeat center/cover;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-07 .button-wrap {
    padding-left: 5%;
    justify-content: flex-start;
}

.brand-page-wrap.storyfurniture .brand-page-section.section-07 .button-wrap button {
    width: 280px;
}

@media screen and (max-width:640px) {
    /* sec01 */
    .brand-page-wrap.storyfurniture .brand-page-section.section-01 {
        padding: 37% 0 0 5%;
    }

    .brand-page-wrap.storyfurniture .brand-page-section.section-01 button {
        width: unset;
        zoom: 0.6;
    }

    /* sec03 */
    .brand-page-wrap.storyfurniture .brand-page-section.section-03 {
        padding: 55% 0 0 5%;
    }

    .brand-page-wrap.storyfurniture .brand-page-section.section-03 button,
    .brand-page-wrap.storyfurniture .brand-page-section.section-04 button {
        zoom: 0.6;
    }

    /* sec06 */
    .brand-page-wrap.storyfurniture .brand-page-section.section-06 .section-title-sub {
        margin-inline-start: unset;
        font-size: 4vw;
        text-align: center;
    }

    .brand-page-wrap.storyfurniture .brand-page-section.section-06 .section-title {
        margin-inline-start: unset;
        padding-right: unset;
        font-size: 7vw;
        text-align: center;
    }

    .brand-page-wrap.storyfurniture .brand-page-section .button-wrap {
        justify-content: center;
    }

    .brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content-wrap {
        margin-top: 0;
        width: 100%;
        overflow: hidden;
    }

    .brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content-wrap .bx-wrapper {
        max-width: 100%;
        margin: 0 auto;
    }

    .brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content {
        display: flex;
        justify-content: flex-start;
    }

    .brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content .faq-item {
        flex-shrink: 0;
        width: auto !important;
        background-position: 0 30px;
    }

    .brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content .faq-item .faq-inner p {
        font-size: 4vw;
    }

    .brand-page-wrap.storyfurniture .brand-page-section.section-06 .faq-content .faq-item .faq-inner b {
        font-size: 6.5vw;
    }

    /* sec07 */
    .brand-page-wrap.storyfurniture .brand-page-section.section-07 .button-wrap button {
        width: unset;
        padding: 10px 50px;
        zoom: 0.7;
    }
}
/* Story Furniture Door brand page end */

/* SB Collection brand page start */
.brand-page-wrap.sbcollection,
.brand-page-wrap.sbcollection div,
.brand-page-wrap.sbcollection p,
.brand-page-wrap.sbcollection h2,
.brand-page-wrap.sbcollection button,
.brand-page-wrap.sbcollection li,
.brand-page-wrap.sbcollection b,
.brand-page-wrap.sbcollection ul {
    letter-spacing: 0;
}

/* button color override */
.brand-page-wrap.sbcollection button:not(.white):not(.faq-popup-close):not(.btn-top-scroll) {
    color: #302f30;
    border-color: #302f30;
}

.brand-page-wrap.sbcollection button:not(.white):not(.faq-popup-close):not(.btn-top-scroll)::before {
    background-color: #302f30;
}

.brand-page-wrap.sbcollection button:not(.white):not(.faq-popup-close):not(.btn-top-scroll):hover {
    color: #fff;
}

.brand-page-wrap.sbcollection button.white:not(.faq-popup-close):not(.btn-top-scroll):hover {
    color: #302f30;
}

/* sec01 */
.brand-page-wrap.sbcollection .brand-page-section.section-01 {
    position: relative;
    aspect-ratio: 1920 / 1080;
    background: url(../img/brandpage/brand_sb_sec01.png) no-repeat center/cover;
    padding: 38.5% 0 0 5.5%;
}

.brand-page-wrap.sbcollection .brand-page-section .white-btn-wrap {
    display: flex;
    gap: 15px;
}

.brand-page-wrap.sbcollection .brand-page-section .white-btn-wrap button.white {
    letter-spacing: 1.2px;
    background-color: rgba(80, 80, 80, 0.35);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

/* sec02 */
.brand-page-wrap.sbcollection .brand-page-section.section-02 {
    position: relative;
    aspect-ratio: 1920 / 1080;
    background: url(../img/brandpage/brand_sb_sec02.png?v=2) no-repeat center/cover;
}

.brand-page-wrap.sbcollection .brand-page-section.section-02::before {
    content: '';
    position: absolute;
    top: 10.4%;
    left: 50%;
    transform: translateX(-50%);
    width: 36%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.7);
}

.brand-page-wrap.sbcollection .brand-page-section.section-02 .section-02-text {
    position: absolute;
    top: 7%;
    color: #fff;
    text-align: center;
}

.brand-page-wrap.sbcollection .brand-page-section.section-02 .section-02-text.left {
    left: 21.5%;
    line-height: 1;
}

.brand-page-wrap.sbcollection .brand-page-section.section-02 .section-02-text.right {
    right: 19.5%;
    line-height: 1;
}

.brand-page-wrap.sbcollection .brand-page-section.section-02 .section-02-text h3 {
    font-size: 70px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.05em;
}

.brand-page-wrap.sbcollection .brand-page-section.section-02 .section-02-text h3 b {
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.05em;
}

.brand-page-wrap.sbcollection .brand-page-section.section-02 .section-02-text p {
    margin-top: 20px;
    font-size: 39px;
    font-weight: 400;
    color: #fff;
}

/* sec02 animation - letter by letter */
.brand-page-wrap.sbcollection .brand-page-section.section-02 .char {
    display: inline-block;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.158s ease-out, transform 0.158s ease-out;
}

.brand-page-wrap.sbcollection .brand-page-section.section-02.show .char {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--i, 0) * 158ms);
}

.brand-page-wrap.sbcollection .brand-page-section.section-02::before {
    opacity: 0;
    transform: translate(-50%, 12px);
    transition: opacity 0.158s ease-out, transform 0.158s ease-out;
}

.brand-page-wrap.sbcollection .brand-page-section.section-02.show::before {
    opacity: 1;
    transform: translate(-50%, 0);
    transition-delay: calc(8 * 158ms);
}

/* nav */
.brand-page-wrap.sbcollection .brand-page-nav {
    background-color: #d2cfc6;
}

.brand-page-wrap.sbcollection .brand-page-nav ul li {
    color: #666;
    font-weight: 300;
}

.brand-page-wrap.sbcollection .brand-page-nav ul li.active {
    border-bottom-color: #302f30;
    color: #302f30;
}

/* sec03, sec08 공통 */
.brand-page-wrap.sbcollection .brand-page-section.section-03,
.brand-page-wrap.sbcollection .brand-page-section.section-08 {
    background-color: #fcf8ef;
    color: #302f30;
    height: fit-content;
}

.brand-page-wrap.sbcollection .brand-page-section.section-03 {
    padding: 150px 30px;
}

.brand-page-wrap.sbcollection .brand-page-section.section-08 {
    padding: 150px;
}

.brand-page-wrap.sbcollection .brand-page-section.section-03 .section-title,
.brand-page-wrap.sbcollection .brand-page-section.section-08 .section-title {
    margin-bottom: 10px;
    font-size: 50px;
    font-weight: 500;
}

.brand-page-wrap.sbcollection .brand-page-section.section-03 p,
.brand-page-wrap.sbcollection .brand-page-section.section-08 > p {
    padding-inline-start: 3px;
    font-size: 20px;
}

.brand-page-wrap.sbcollection .brand-page-section.section-03 .section-title,
.brand-page-wrap.sbcollection .brand-page-section.section-03 > p {
    max-width: 1226px;
    margin-left: auto;
    margin-right: auto;
}

.brand-page-wrap.sbcollection .brand-page-section.section-03 .line-sig-content {
    display: flex;
    justify-content: space-between;
    max-width: 1226px;
    margin: 50px auto 10px;
}

.brand-page-wrap.sbcollection .brand-page-section.section-03 .line-sig-content .line-sig-item {
    position: relative;
    width: 31%;
    flex: 0 0 31%;
    aspect-ratio: 380 / 380;
    overflow: hidden;
}

.brand-page-wrap.sbcollection .brand-page-section.section-03 .line-sig-content .line-sig-item img {
    width: 100%;
    height: auto;
}

.brand-page-wrap.sbcollection .brand-page-section.section-03 .line-sig-content .line-sig-item .line-sig-item-overlay {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 30px;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.brand-page-wrap.sbcollection .brand-page-section.section-03 .line-sig-content .line-sig-item .line-sig-item-overlay b {
    position: relative;
    flex: 1;
    padding-bottom: 15px;
    color: #fff;
    font-size: 28px;
}

.brand-page-wrap.sbcollection .brand-page-section.section-03 .line-sig-content .line-sig-item .line-sig-item-overlay b::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: linear-gradient(to right, #b3b2b2, #636363);
}

.brand-page-wrap.sbcollection .brand-page-section.section-03 .line-sig-content .line-sig-item:hover .line-sig-item-overlay {
    opacity: 1;
}

.brand-page-wrap.sbcollection .brand-page-section.section-03 .line-sig-content .line-sig-item .line-sig-item-title {
    z-index: 2;
    position: absolute;
    top: 6%;
    right: 9%;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.brand-page-wrap.sbcollection .brand-page-section.section-03 .line-sig-content .line-sig-item-01 .line-sig-item-title {
    width: 40%;
    aspect-ratio: 489 / 72;
    background: url(../img/brandpage/sb_square_logo.png) no-repeat center/contain;
}

.brand-page-wrap.sbcollection .brand-page-section.section-03 .line-sig-content .line-sig-item-02 .line-sig-item-title {
    width: 33.4%;
    aspect-ratio: 408 / 72;
    background: url(../img/brandpage/sb_stone_logo.png) no-repeat center/contain;
}

.brand-page-wrap.sbcollection .brand-page-section.section-03 .line-sig-content .line-sig-item-03 .line-sig-item-title {
    width: 43.9%;
    aspect-ratio: 537 / 72;
    background: url(../img/brandpage/sb_strong_logo.png) no-repeat center/contain;
}

/* sec03 animation */
.brand-page-wrap.sbcollection .brand-page-section.section-03 .section-title,
.brand-page-wrap.sbcollection .brand-page-section.section-03 > p,
.brand-page-wrap.sbcollection .brand-page-section.section-03 .line-sig-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.brand-page-wrap.sbcollection .brand-page-section.section-03 .section-title.show,
.brand-page-wrap.sbcollection .brand-page-section.section-03 > p.show,
.brand-page-wrap.sbcollection .brand-page-section.section-03 .line-sig-item.show {
    opacity: 1;
    transform: translateY(0);
}

/* sec04, sec05, sec06 공통 */
.brand-page-wrap.sbcollection .brand-page-section.section-04,
.brand-page-wrap.sbcollection .brand-page-section.section-05,
.brand-page-wrap.sbcollection .brand-page-section.section-06 {
    position: relative;
    aspect-ratio: 1920 / 1200;
    padding: 0;
}

.brand-page-wrap.sbcollection .brand-page-section.section-04 { background: url(../img/brandpage/brand_sb_sec04.jpg?v=2) no-repeat center/cover; }
.brand-page-wrap.sbcollection .brand-page-section.section-05 { background: url(../img/brandpage/brand_sb_sec05.jpg?v=2) no-repeat center/cover; }
.brand-page-wrap.sbcollection .brand-page-section.section-06 { background: url(../img/brandpage/brand_sb_sec06.jpg?v=2) no-repeat center/cover; }

.brand-page-wrap.sbcollection .brand-page-section.section-04 button,
.brand-page-wrap.sbcollection .brand-page-section.section-05 button,
.brand-page-wrap.sbcollection .brand-page-section.section-06 button {
    position: absolute;
    right: 13.75%;
    bottom: 13%;
    width: min(10.2vw + 53.33px, 264px);
    height: min(1.94vw + 26.67px, 64px);
    font-size: min(1.11vw + 2.67px, 24px);
    transform: translateX(50%);
}

/* sec07 */
.brand-page-wrap.sbcollection .brand-page-section.section-07 {
    background-color: #353434;
    color: #fff;
    height: fit-content;
    padding: 150px;
}

.brand-page-wrap.sbcollection .brand-page-section.section-07 .section-title-sub {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.brand-page-wrap.sbcollection .brand-page-section.section-07 .section-title {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}

.brand-page-wrap.sbcollection .brand-page-section.section-07 > p {
    font-size: 20px;
    text-align: center;
}

.brand-page-wrap.sbcollection .brand-page-section.section-07 .how-to-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 50px auto 10px;
}

.brand-page-wrap.sbcollection .brand-page-section.section-07 .how-to-item {
    width: 31%;
    flex: 0 0 31%;
}

.brand-page-wrap.sbcollection .brand-page-section.section-07 .how-to-item img {
    width: 100%;
    aspect-ratio: 475 / 529;
    object-fit: cover;
}

.brand-page-wrap.sbcollection .brand-page-section.section-07 .how-to-item p {
    margin-top: 10px;
    font-size: clamp(16px, 1.11vw + 2.67px, 24px);
    font-weight: 400;
}

.brand-page-wrap.sbcollection .brand-page-section.section-07 .how-to-item p .separator {
    margin: 0 9px;
}

/* sec07 animation */
.brand-page-wrap.sbcollection .brand-page-section.section-07 .section-title-sub,
.brand-page-wrap.sbcollection .brand-page-section.section-07 .section-title,
.brand-page-wrap.sbcollection .brand-page-section.section-07 > p,
.brand-page-wrap.sbcollection .brand-page-section.section-07 .how-to-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.brand-page-wrap.sbcollection .brand-page-section.section-07 .section-title-sub.show,
.brand-page-wrap.sbcollection .brand-page-section.section-07 .section-title.show,
.brand-page-wrap.sbcollection .brand-page-section.section-07 > p.show,
.brand-page-wrap.sbcollection .brand-page-section.section-07 .how-to-item.show {
    opacity: 1;
    transform: translateY(0);
}

/* sec08 */
.brand-page-wrap.sbcollection .brand-page-section.section-08 .section-title {
    align-items: center;
}

.brand-page-wrap.sbcollection .brand-page-section.section-08 .case-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 50px auto 10px;
}

.brand-page-wrap.sbcollection .brand-page-section.section-08 .case-item {
    display: flex;
    flex-direction: column;
    width: 31%;
    flex: 0 0 31%;
}

.brand-page-wrap.sbcollection .brand-page-section.section-08 .case-item img {
    width: 100%;
    aspect-ratio: 520 / 600;
    object-fit: cover;
}

.brand-page-wrap.sbcollection .brand-page-section.section-08 .case-item p {
    margin-top: 10px;
    font-size: clamp(16px, 1.11vw + 2.67px, 24px);
    font-weight: 500;
}

.brand-page-wrap.sbcollection .brand-page-section.section-08 .case-item p .separator {
    margin: 0 9px;
}

/* sec08 animation */
.brand-page-wrap.sbcollection .brand-page-section.section-08 > p,
.brand-page-wrap.sbcollection .brand-page-section.section-08 .section-title,
.brand-page-wrap.sbcollection .brand-page-section.section-08 .case-item,
.brand-page-wrap.sbcollection .brand-page-section.section-08 .section-title button {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.brand-page-wrap.sbcollection .brand-page-section.section-08 > p.show,
.brand-page-wrap.sbcollection .brand-page-section.section-08 .section-title.show,
.brand-page-wrap.sbcollection .brand-page-section.section-08 .case-item.show,
.brand-page-wrap.sbcollection .brand-page-section.section-08 .section-title button.show {
    opacity: 1;
    transform: translateY(0);
}

/* sec09 */
.brand-page-wrap.sbcollection .brand-page-section.section-09 {
    aspect-ratio: 1920 / 540;
    padding: 18% 0 0 0;
    background: url(../img/brandpage/brand_sb_sec09.png) no-repeat center/cover;
}

.brand-page-wrap.sbcollection .brand-page-section.section-09 .button-wrap {
    justify-content: center;
}

.brand-page-wrap.sbcollection .brand-page-section.section-09 .button-wrap button {
    width: 350px;
}

/* SB Collection: freeze button size between 1293px and 641px (no page shrink, x-scroll) */
@media screen and (max-width:1293px) {
    .brand-page-wrap.sbcollection .brand-page-section.section-04 button,
    .brand-page-wrap.sbcollection .brand-page-section.section-05 button,
    .brand-page-wrap.sbcollection .brand-page-section.section-06 button {
        width: 185px;
        height: 52px;
        font-size: 17px;
    }

    .brand-page-wrap.sbcollection .brand-page-section .white-btn-wrap button {
        padding: 15px 30px 16px 30px;
        height: 52px;
        font-size: 17px;
    }
}

/* SB Collection responsive (1920px ~ 641px) */
@media screen and (max-width:1700px) {
    .brand-page-wrap.sbcollection .brand-page-section.section-02::before {
        width: 33%;
    }
}

@media screen and (max-width:1400px) {
    .brand-page-wrap.sbcollection .brand-page-section.section-02 .section-02-text h3 {
        font-size: 59px;
    }
    .brand-page-wrap.sbcollection .brand-page-section.section-02 .section-02-text p {
        font-size: 34px;
    }
}

@media screen and (max-width:1200px) {
    #header {
        z-index: 1020;
    }

    .brand-page-wrap.sbcollection .brand-page-section.section-02 .section-02-text h3 {
        font-size: 50px;
    }
    .brand-page-wrap.sbcollection .brand-page-section.section-02 .section-02-text p {
        font-size: 28px;
    }
}

@media screen and (max-width:1000px) {
    .brand-page-wrap.sbcollection .brand-page-section.section-02 .section-02-text.left {
        left: 22.5%;
    }

    .brand-page-wrap.sbcollection .brand-page-section.section-02 .section-02-text.right {
        right: 21%;
    }

    .brand-page-wrap.sbcollection .brand-page-section.section-02::before {
        width: 34%;
    }
    .brand-page-wrap.sbcollection .brand-page-section.section-02 .section-02-text h3 {
        font-size: 45px;
    }
    .brand-page-wrap.sbcollection .brand-page-section.section-02 .section-02-text p {
        font-size: 25px;
    }
}

/* @media screen and (max-width:800px) {
    .brand-page-wrap.sbcollection .brand-page-section.section-02 .section-02-text h3 {
        font-size: 39px;
    }
    .brand-page-wrap.sbcollection .brand-page-section.section-02 .section-02-text p {
        font-size: 22px;
    }
} */

/* SB Collection mobile */
@media screen and (max-width:640px) {
    .brand-page-wrap.sbcollection .brand-page-section.section-01 {
        padding: 39.5% 0 0 5.5%;
    }

    .brand-page-wrap.sbcollection .brand-page-section .white-btn-wrap {
        display: flex;
        gap: 8px;
    }
    
    /* sec02 */
    .brand-page-wrap.sbcollection .brand-page-section.section-02::before {
        width: 27%;
        top: 11%;
    }

    .brand-page-wrap.sbcollection .brand-page-section.section-02 .section-02-text h3 {
        font-size: 18px;
    }

    .brand-page-wrap.sbcollection .brand-page-section.section-02 .section-02-text p {
        margin-top: 4px;
        font-size: 13px;
    }

    .brand-page-wrap.sbcollection .brand-page-section.section-02 .section-02-text.right {
        right: 20%;
    }


    /* sec03, sec08 공통 */
    .brand-page-wrap.sbcollection .brand-page-section.section-03,
    .brand-page-wrap.sbcollection .brand-page-section.section-08 {
        padding: 100px 30px;
    }

    .brand-page-wrap.sbcollection .brand-page-section.section-03 .section-title,
    .brand-page-wrap.sbcollection .brand-page-section.section-03 > p,
    .brand-page-wrap.sbcollection .brand-page-section.section-08 .section-title,
    .brand-page-wrap.sbcollection .brand-page-section.section-08 > p {
        text-align: center;
    }

    .brand-page-wrap.sbcollection .brand-page-section.section-03 .section-title,
    .brand-page-wrap.sbcollection .brand-page-section.section-08 .section-title {
        font-size: 7vw;
    }

    .brand-page-wrap.sbcollection .brand-page-section.section-03 > p,
    .brand-page-wrap.sbcollection .brand-page-section.section-08 > p {
        font-size: 4vw;
    }

    .brand-page-wrap.sbcollection .brand-page-section.section-03 .line-sig-content {
        flex-direction: column;
        gap: 50px;
    }

    .brand-page-wrap.sbcollection .brand-page-section.section-03 .line-sig-content .line-sig-item {
        width: 100%;
    }

    /* sec04, sec05, sec06 */
    .brand-page-wrap.sbcollection .brand-page-section.section-04 button,
    .brand-page-wrap.sbcollection .brand-page-section.section-05 button,
    .brand-page-wrap.sbcollection .brand-page-section.section-06 button {
        width: 13vw;
        height: 3.66vw;
        font-size: 6px;
        padding: 0;
        min-width: unset;
        border-width: 0.14vw;
        right: 7%;
        bottom: 12%;
        transform: translateX(0);
    }

    /* sec07 */
    .brand-page-wrap.sbcollection .brand-page-section.section-07 {
        padding: 100px 30px;
    }

    .brand-page-wrap.sbcollection .brand-page-section.section-07 .section-title-sub,
    .brand-page-wrap.sbcollection .brand-page-section.section-07 .section-title,
    .brand-page-wrap.sbcollection .brand-page-section.section-07 > p {
        text-align: center;
    }

    .brand-page-wrap.sbcollection .brand-page-section.section-07 .section-title {
        font-size: 7vw;
    }

    .brand-page-wrap.sbcollection .brand-page-section.section-07 .section-title-sub,
    .brand-page-wrap.sbcollection .brand-page-section.section-07 > p {
        font-size: 4vw;
    }

    .brand-page-wrap.sbcollection .brand-page-section.section-07 .how-to-content {
        flex-direction: column;
        gap: 50px;
    }

    .brand-page-wrap.sbcollection .brand-page-section.section-07 .how-to-item {
        width: 100%;
    }

    .brand-page-wrap.sbcollection .brand-page-section.section-07 .how-to-item p {
        font-size: 16px;
    }

    /* sec08 */
    .brand-page-wrap.sbcollection .brand-page-section.section-08 .section-title button {
        width: unset;
    }

    .brand-page-wrap.sbcollection .brand-page-section.section-08 .case-content {
        flex-direction: column;
        gap: 50px;
    }

    .brand-page-wrap.sbcollection .brand-page-section.section-08 .case-item {
        width: 100%;
    }

    .brand-page-wrap.sbcollection .brand-page-section.section-08 .case-item p {
        font-size: 16px;
    }

    /* sec09 */
    .brand-page-wrap.sbcollection .brand-page-section.section-09 .button-wrap button {
        width: unset;
        zoom: 0.7;
    }

    .brand-page-wrap.sbcollection .brand-page-section .white-btn-wrap button {
        width: unset;
        padding: 15px 20px 16px 20px;
        zoom: 0.5;
        font-size: 16px;
    }
}

/* SB Collection brand page end */

#header.active {
    z-index: 1020;
}