.page-top-container{
    background: url("../img/brand/brand-top.png");
}
.page1{
    padding: 80px 0 60px;
    background: rgba(185, 170, 109, 0.10);
}
.page1 .inner-wrap{
    max-width: 1280px;
    width: 90%;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin: 0 auto;
}
.page1 .inner-wrap .store-slide-container{
    width: 550px;
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}
.page1 .inner-wrap .store-slide-container.store-fixed{
    padding-bottom: 0;
}
.page1 .inner-wrap .store-slide-container .swiper-slide{
    padding: 28% 0;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 20px;
}
.page1 .inner-wrap .store-slide-container .swiper-pagination{

}
.page1 .inner-wrap .store-slide-container .swiper-pagination-bullet-active{
    background: #11624A;
}
.page1 .inner-wrap .store-slide-container .swiper-pagination-bullet{
    width: 30px;
    border-radius: 3px;
    height: 4px;
}
.page1 .inner-wrap .text-wrap{
    width: calc(100% - 590px);
    text-align: left;
}
.page1 .inner-wrap .text-wrap .txt1{
    color: #11624A;
    font-family: Pretendard;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 166.667% */
    letter-spacing: -1.5px;
}
.page1 .inner-wrap .text-wrap .txt2{
    color: #1D1D1D;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 166.667% */
    margin: 5px 0 11px;
}
.page1 .inner-wrap .text-wrap .txt2 strong{
    color: #11624A;
    font-weight: 800;
}
.page1 .inner-wrap .text-wrap .txt3{
    color: #1D1D1D;
    font-family: Pretendard;
    font-size: 21.6px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
}
.page1 .inner-wrap .text-wrap .txt3 strong{
    color: #11624A;
    font-weight: 800;
}
.page2{
    padding: 70px 0;
}
.page2 .tit{
    color: #11624A;
    text-align: center;
    font-family: "Pretendard";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 50px; /* 111.111% */
}
.page2 .txt{
    color: #1D1D1D;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.page2 .flex-wrap{
    max-width: 1280px;
    width: 90%;
    margin: 35px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.page2 .flex-wrap .box{
    width: calc(33% - 10px);
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.30);
    padding: 35px 0 40px;
    text-align: center;
}
.page2 .flex-wrap .box .txt1{
    color: #11624A;
    text-align: center;
    font-family: Pretendard;
    font-size: 27px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px; /* 185.185% */
    letter-spacing: -1.35px;
}
.page2 .flex-wrap .box .txt2{
    color: #1D1D1D;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.page3{
    width: 100%;
    padding: 0px 0;
    position: relative;
    height: 320px;
    overflow: hidden;
}
.page3 .vimeo-bg{
    position: relative;
    height: 100%;
    overflow: hidden;
    margin: 0;
    background: url("../img/brand/main-vbg.png");
    background-size: cover !important;
    background-position: center center !important;
}
.page3 .vimeo-bg iframe{
    position: absolute;
    inset: 0;
    width: 130%;
    height: 130%;
    top: -15%;
    border: 0;
    display: block;
    pointer-events: none;
}
.page3 .vimeo-overlay{
    position:absolute; inset:0;
}
.page3 .vimeo-content{
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.page3 .vimeo-content .menu-slide-container{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.page3 .vimeo-content .menu-slide-container img{
    width: 100%;
}
.page3 .left{
    width: 30%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(270deg, rgba(25, 73, 59, 0.00) 0%, #11624A 85%);
    z-index: 2;
}
.page3 .right{
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(25, 73, 59, 0.00) 0%, #11624A 85%);
    z-index: 2;

}

@media(max-width: 1450px) {
    .page3 .vimeo-bg iframe{
        width: 150%;
        height: 150%;
        top: -25%;
    }
}
@media(max-width: 1300px) {
    .page1 .inner-wrap{
        justify-content: center;
    }
    .page1 .inner-wrap .store-slide-container{
        width: 450px;
    }
    .page1 .inner-wrap .text-wrap{
        width: calc(100% - 600px);
    }
    .page1 .inner-wrap .text-wrap .txt1{
        font-size: 27px;
    }
    .page1 .inner-wrap .text-wrap .txt2{
        font-size: 16px;;
        line-height: 27px;
    }
    .page1 .inner-wrap .text-wrap .txt3{
        font-size: 20.6px;
        line-height: 32px;
    }
    .page3 .vimeo-bg iframe{
        width: 170%;
        height: 170%;
        top: -35%;
    }
}

@media(max-width: 1200px) {
    .page1 .inner-wrap .text-wrap{
        width: calc(100% - 490px);
    }
    .page3{
        height: 300px;
    }
    .page3 .vimeo-bg iframe{
        width: 190%;
        height: 190%;
        top: -45%;
    }
}
@media(max-width: 1100px) {
    .page1 .inner-wrap{
        flex-direction: column;
        align-items: center;
        max-width: 800px;
    }
    .page1 .inner-wrap .text-wrap,
    .page1 .inner-wrap .store-slide-container{
        width: 100%;
        text-align: center;
    }
    .page1 .inner-wrap .text-wrap .txt1{
        font-size: 35px;
    }
    .page1 .inner-wrap .text-wrap .txt2{
        font-size: 20px;
        line-height: 35px;
    }
    .page1 .inner-wrap .text-wrap .txt3{
        font-size: 22px;
        line-height: 37px;
    }
    .page2 .flex-wrap{
        max-width: 500px;
        flex-direction: column;
    }
    .page2 .flex-wrap .box{
        width: 100%;
    }
    .page3{
        height: 280px;
    }
}


@media(max-width: 1000px) {
    .page3{
        height: 260px;
    }
}
@media(max-width: 900px) {
    .page3{
        height: 240px;
    }
    .page3 .vimeo-bg iframe{
        width: 210%;
        height: 210%;
        top: -55%;
    }
}
@media(max-width: 768px) {
    .page-top-container{
        background: url("../img/brand/brand-top-mo.png");
    }
    .page1 {
        padding: 60px 0 60px;
    }
    .page1 .inner-wrap{
        gap: 20px;
    }
    .page1 .inner-wrap .text-wrap .txt1{
        font-size: 30px;
    }
    .page1 .inner-wrap .text-wrap .txt2{
        font-size: 18px;
        line-height: 33px;
    }
    .page1 .inner-wrap .text-wrap .txt3{
        font-size: 20px;
        line-height: 35px;
    }
    .page2 .tit{
        font-size: 40px;
    }
    .page2 .txt{
        font-size: 15px;
    }
    .page3 {
        height: 300px;
    }
    .page3 .vimeo-bg iframe{
        width: 300%;
        height: 300%;
        top: -100%;
    }
}
@media(max-width: 650px) {
    .page1 .inner-wrap .text-wrap .txt2 {
        font-size: 16px;
        line-height: 28px;
    }
    .page1 .inner-wrap .text-wrap .txt3 {
        font-size: 18px;
        line-height: 33px;
    }
    .page1 .inner-wrap .store-slide-container{
        padding-bottom: 30px;
    }
    .page3 {
        height: 260px;
    }
    .page3 .vimeo-bg iframe{
        width: 300%;
        height: 300%;
        top: -100%;
    }
}
@media(max-width: 600px) {
    .page3 {
        height: 220px;
    }

}
@media(max-width: 480px) {
    .page1{
        padding: 40px 0;
    }
    .page1 .inner-wrap .text-wrap .txt1 {
        font-size: 25px;
    }
    .page1 .inner-wrap .text-wrap .txt2 {
        font-size: 14px;
        line-height: 25px;
    }
    .page1 .inner-wrap .text-wrap .txt3 {
        font-size: 14.5px;
        line-height: 27px;
    }
    .page2 {
        padding: 40px 0;
    }
    .page2 .tit{
        font-size: 37px;
    }
    .page2 .txt{
        font-size: 15px;
    }
    .page2 .flex-wrap .box{
        padding: 20px 0 30px;
    }
    .page3 {
        height: 230px;
    }
    .page3 .vimeo-bg iframe{
        width: 380%;
        height: 300%;
        top: -100%;
    }
    .page3 .left,
    .page3 .right,
    .page3 .vimeo-bg{
        height: 260px;
    }

}
@media(max-width: 400px) {
    .page3 .vimeo-bg iframe{
        width: 420%;
        height: 300%;
        top: -100%;
    }
}
