@charset "UTF-8";

.page-brand{
    padding-top: 80px;
}
.page-brand .inner{
    padding: 0 20px;
    max-width: 1160px;
    margin: 0 auto;
}

/* sect-visual */
.page-brand .sect-visual{}
.page-brand .sect-visual .visualbnr{}
.page-brand .sect-visual .visualbnr img{
    width: 100%;
}

/* sect-video */
.page-brand .sect-video{
    padding: 120px 0 160px;
}
.page-brand .sect-video .inner{}
.page-brand .sect-video .flex-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.page-brand .sect-video .title-wrap{}
.page-brand .sect-video .title-wrap .title{
    margin-bottom: 30px;
    max-width: 412px;
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: -0.02em;
}
.page-brand .sect-video .title-wrap .title b{
    color: #EEBD00;
}
.page-brand .sect-video .title-wrap p{
    font-size: 18px;
    font-weight: 500;
    color: #666;
    font-family: 'Pretendard',sans-serif;
}
.page-brand .sect-video .video-wrap{
    flex: 1;
    max-width: 620px;
}
.page-brand .sect-video .video-frame{
    position: relative;
    font-size: 0;
    padding-bottom: 56.12%;
    border-radius: 30px;
    overflow: hidden;
}
.page-brand .sect-video .video-frame iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.page-brand .sect-video .video-frame .front{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.page-brand .sect-video .video-frame .front img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-brand .sect-video .video-frame .front > div{}
.page-brand .sect-video .video-frame .front .btn-play{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../img/brand/sect-video/btn-play.png') no-repeat center center / 68px 54px;
}
.page-brand .sect-video .video-txt{
    margin-top: 10px;
    text-align: center;
}
.page-brand .sect-video .video-txt p{
    font-size: 18px;
    font-weight: 500;
    color: #bbb;
    font-family: 'Pretendard', sans-serif;
}


/* sect-history */
.page-brand .sect-history{
    padding: 160px 0;
    background: #111;
    color: #fff;
}
.page-brand .sect-history .inner{}
.page-brand .sect-history .title-wrap{
    margin-bottom: 80px;
    text-align: center;
}
.page-brand .sect-history .title-wrap .title{
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: -0.02em;
}
.page-brand .sect-history .cont-wrap{
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
.page-brand .sect-history .history-item{
    flex: 1;
}
.page-brand .sect-history .history-item .flex-inner{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.page-brand .sect-history .history-item .img-box{
    max-width: 540px;
    border-radius: 30px;
    overflow: hidden;
}
.page-brand .sect-history .history-item .img-box img{
    width: 100%;
}
.page-brand .sect-history .history-item .txt-box{
    text-align: center;
}
.page-brand .sect-history .history-item .point{
    display: inline-flex;
    padding: 9px 17px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    font-family: 'Pretendard',sans-serif;
    text-transform: uppercase;
    background: #FDC901;
    border-radius: 100px;
}
.page-brand .sect-history .history-item h3{
    margin: 24px 0 0;
    font-size: 30px;
    letter-spacing: -0.02em;
}
.page-brand .sect-history .history-item h3 i{
    font-size: 40px;
    letter-spacing: -0.02em;
}
.page-brand .sect-history .history-item p{
    margin: 24px 0 0;
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Pretendard',sans-serif;
    color: #AAA9A7;
}
.page-brand .sect-history .history-item p.txt-sub{
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.4;
    color: #666563;
}

/* sect-effect */
.page-brand .sect-effect{
    padding: 160px 0;
    background: #fdf6d9;
}
.page-brand .sect-effect .inner{}
.page-brand .sect-effect .prd-list{}
.page-brand .sect-effect .prd-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-brand .sect-effect .prd-item + .prd-item{
    margin-top: 80px;
}
.page-brand .sect-effect .title-wrap{
    width: min(300px, 23vw);
}
.page-brand .sect-effect .title-wrap .title{
    margin-bottom: 40px;
    font-size: 26px;
    letter-spacing: -0.02em;
}
.page-brand .sect-effect .title-wrap .title em{
    display: flex;
    align-items: center;
    font-size: 36px;
    margin-top: 12px;
    letter-spacing: -0.02em;
}
.page-brand .sect-effect .title-wrap .title .point-format{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 4px;
    width: 38px;
    height: 38px;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Pretendard',sans-serif;
    color: #fff;
    text-shadow: 0.528px 0.528px 1.056px rgba(255, 255, 255, 0.60), -0.528px -0.528px 1.056px rgba(0, 0, 0, 0.80);
    border-radius: 5px;
}
.page-brand .sect-effect .title-wrap .title .point-format-l{
    background: linear-gradient(180deg, #7C7879 0%, #CAC8C9 100%);
}
.page-brand .sect-effect .title-wrap .title .point-format-m{
    background: linear-gradient(180deg, #AF8729 0%, #E8AF12 100%);
}
.page-brand .sect-effect .title-wrap .img-box{
    max-width: 300px;
}
.page-brand .sect-effect .title-wrap .img-box img{
    width: 100%;
}
.page-brand .sect-effect .swiper{
    flex: 1;
}
.page-brand .sect-effect .effect-list{
    display: flex;
    justify-content: flex-end;
}
.page-brand .sect-effect .effect-item{
    padding: 40px 28px 36px;
    max-width: 238px;
    background: #fff;
    border-radius: 30px;
}
.page-brand .sect-effect .effect-item:last-of-type{
    margin-right: 0 !important;
}
.page-brand .sect-effect .effect-box{
    text-align: center;
}
.page-brand .sect-effect .effect-box em{
    display: block;
    font-size: 20px;
    line-height: 1.3;
}
.page-brand .sect-effect .effect-box p{
    position: relative;
    margin-top: 24px;
    padding-top: 74px;
    min-height: 146px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #444341;
    font-family: 'Pretendard',sans-serif;
}
.page-brand .sect-effect .effect-box p::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.page-brand .sect-effect .prd-item.gellpos-l .effect-item:nth-of-type(1) .effect-box p::before{
    background-image: url('../img/brand/sect-effect/Gellfos-L/ico-item1.png');
}
.page-brand .sect-effect .prd-item.gellpos-l .effect-item:nth-of-type(2) .effect-box p::before{
    background-image: url('../img/brand/sect-effect/Gellfos-L/ico-item2.png');
}
.page-brand .sect-effect .prd-item.gellpos-l .effect-item:nth-of-type(3) .effect-box p::before{
    background-image: url('../img/brand/sect-effect/Gellfos-L/ico-item3.png');
}
.page-brand .sect-effect .prd-item.gellpos-m .effect-item:nth-of-type(1) .effect-box p::before{
    background-image: url('../img/brand/sect-effect/Gellfos-M/ico-item1.png');
}
.page-brand .sect-effect .prd-item.gellpos-m .effect-item:nth-of-type(2) .effect-box p::before{
    background-image: url('../img/brand/sect-effect/Gellfos-M/ico-item2.png');
}
.page-brand .sect-effect .prd-item.gellpos-m .effect-item:nth-of-type(3) .effect-box p::before{
    background-image: url('../img/brand/sect-effect/Gellfos-M/ico-item3.png');
}


.page-brand .sect-effect .title-wrap .title .max-1200{
    display: none;
}
@media(max-width: 1200px){
    .page-brand .sect-effect .title-wrap .title .max-1200{
        display: block;
    }
}
@media(max-width: 1024px){
    .page-brand .sect-effect .title-wrap .title .max-1200{
        display: none;
    }
}

@media(max-width: 1024px){

    .page-brand{
        padding-top: 116px;
    }

    /* sect-video */
    .page-brand .sect-video{
        padding: 100px 0;
    }
    .page-brand .sect-video .flex-inner{
        flex-direction: column;
        gap: 50px;
    }
    .page-brand .sect-video .title-wrap .title{
        text-align: center;
        margin-bottom: 20px;
        font-size: 24px;
    }
    .page-brand .sect-video .title-wrap p{
        font-size: 14px;
        text-align: center;
    }
    .page-brand .sect-video .video-wrap{
        flex: none;
        max-width: none;
        width: 100%;
        border-radius: 24px;
    }
    .page-brand .sect-video .video-frame .front .btn-play{
        background-size: 40px 32px;
    }
    .page-brand .sect-video .video-txt p{
        font-size: 12px;
    }


    /* sect-history */
    .page-brand .sect-history{
        padding: 100px 0;
    }
    .page-brand .sect-history .title-wrap{
        margin-bottom: 50px;
    }
    .page-brand .sect-history .title-wrap .title{
        font-size: 24px;
    }
    .page-brand .sect-history .cont-wrap{
        flex-direction: column;
        gap: 50px;
    }
    .page-brand .sect-history .history-item .flex-inner{
        align-items: center;
        gap: 24px;
    }
    .page-brand .sect-history .history-item .img-box{
        max-width: none;
        border-radius: 24px;
    }
    .page-brand .sect-history .history-item .point{
        padding: 6px 13px;
        font-size: 12px;
    }
    .page-brand .sect-history .history-item h3{
        margin: 20px 0 0;
        font-size: 28px;
    }
    .page-brand .sect-history .history-item h3 i{
        font-size: 36px;
    }
    .page-brand .sect-history .history-item p{
        margin: 18px 0 0;
        font-size: 16px;
    }
    .page-brand .sect-history .history-item p.txt-sub{
        margin: 8px 0 0;
        font-size: 10px;
    }


    /* page-brand */
    .page-brand .sect-effect{
        padding: 100px 0;
    }
    .page-brand .sect-effect .inner{
        padding: 0;
    }
    .page-brand .sect-effect .prd-item{
        display: block;
    }
    .page-brand .sect-effect .swiper{
        padding: 0 20px;
    }
    .page-brand .sect-effect .effect-list{
        justify-content: normal;
    }
    .page-brand .sect-effect .effect-item{
        max-width: none;
    }
    .page-brand .sect-effect .title-wrap{
        margin-bottom: 32px;
        padding: 0 20px;
        width: auto;
    }
    .page-brand .sect-effect .title-wrap .title{
        margin-bottom: 20px;
        font-size: 22px;
    }
    .page-brand .sect-effect .title-wrap .title em{
        margin-top: 10px;
        font-size: 28px;
    }
    .page-brand .sect-effect .title-wrap .title .point-format{
        width: 30px;
        height: 30px;
        font-size: 25px;
        text-shadow: 0.417px 0.417px 0.833px rgba(255, 255, 255, 0.60), -0.417px -0.417px 0.833px rgba(0, 0, 0, 0.80);
        border-radius: 4px;
    }

}