@charset "UTF-8";

/* 본킹? brand-section2 */
#brand-section2 {padding: 240px 0;background: #806C4C;}
.brand-container {padding: 0 170px;}
.brand-wrap {position: relative;}
.brand-title-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 180px;
    margin-bottom: 120px;
    overflow: hidden;
}
.brand-title h1 {
    font-size: 60px;
    color: #fff;
    font-family: 'ELAND_Choice_B';
    line-height: 150%;
    
}
.brand-title span {
    font-size: 30px;
    color: #fff;
    font-family: 'ELAND_Choice_M';
    line-height: 150%;
}


.brandImg-wrap {
    position: relative;
    margin: 0 auto;
    width: 30.41667vw;
    height: 38.02083vw;
    transform: translate3d(0, 0, 0);
}
.brandImg {
    position: absolute;
    z-index: 1;
}
.brandImg01 {
    top: 42.46575%;
    right: 100%;
    margin-right: 40px;
    width: 18.10417vw;
    height: 19.95833vw;
}
.brandImg02 {
    width: 30.41667vw;
    height: 38.02083vw;
    top: 0;
    left: 0;
}
.brandImg03 {
    top: 19.17808%;
    left: 100%;
    margin-left: 40px;
    width: 17.10417vw;
    height: 18.95833vw;
}
.BImg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}
.BImg .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    transition: transform .7s;
}
.brandImg .BImg .img .lazy {
    height: 100%;
}
.brandImg-wrap:hover a ,
.brandImg-wrap:hover .more-btn-wrap {
    transform: scale(1.07);
}
.brandImg-wrap:hover .more-btn ,
.brandImg-wrap:hover .more-btn .arrow {
    transform: scale(1.07);
    opacity: 1;
    transform: translate(-50%, -50%);
}
.brandImg-wrap:hover .more-btn .label {
    opacity: 0;
    transition-delay: 0ms;
}

/* 자세히보기 버튼 */
.more-btn-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    z-index: 10;
    margin-left: 33%;
    margin-top: 11%;
    width: 10.10417vw;
    height: 10.10417vw;
    margin-top: 3.75vw;
    margin-left: 10vw;
    transition: transform .7s;
}
.circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: solid 1px #ffffff;
    transition: width 400ms ease, height 400ms ease;
    box-sizing: border-box;
}
.label {
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity 200ms;
    transition-delay: 200ms;
    font-size: 18px;
    font-weight: 500;
    color:#fff;
    font-family: 'ELAND_Choice_M';
}
.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 200ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transform: translate(-80%, -50%);
    transition-delay: 0ms;
    background: url(../img/brand-arrow.png) 50% 50% no-repeat;
    width: 300px;
    height: 50px;
    background-size: contain;
}

@media (max-width:1760px){
    .brand-container {padding: 0 13.54167vw;}
}

@media (max-width:1480px){
    .brandImg01 {
        width: 20.10417vw;
        height: 20.95833vw;
    }
    .brandImg02 {
        width: 30.41667vw;
        height: 38.02083vw;
    }
    .brandImg03 {
        width: 22.10417vw;
        height: 20.95833vw;
    }
    .brand-title-wrap {
        position: relative;
        width: 100%;
        margin-bottom: 50px;
    }
    .brand-title-wrap h1 {font-size: 55px;}
    .brand-title-wrap span {
        font-size: 25px;
        line-height: 130%;
    }
}


@media (max-width:1023px){
    #brand-section2 {padding: 110px 0 160px 0;}
    .brand-container {padding: 0 5.98958vw;}
    .brand-title-wrap {
        height: 141px;
    }
    .brandImg-wrap {
        width: 30.36667vw;
    }
    .brandImg01 {
        margin-right: 2vw;
        width: 20.10417vw;
        height: 18.95833vw;
    }
    .brandImg02 {
        width: 30.36667vw;
    }
    .brandImg03 {
        margin-left: 2vw;
        width: 19.10417vw;
        height: 21.95833vw;
    }
    .brandImg01 .BImg .img {
        width: 27.10417vw;
    }
    .brandImg02 .BImg .img {
        width: 35.36667vw;
    }
    .brandImg03 .BImg .img {
        width: 27.10417vw;
    }

    .more-btn-wrap {
        width: 18.61979vw;
        height: 18.61979vw;
    }

}

@media (max-width:980px){

    #brand-section2 {padding: 160px 0;background: #806C4C;}
    .brand-title-wrap {
        position: relative;
        width: 100%;
        margin-bottom: 50px;
    }
}

@media (max-width:800px){
    #brand-section2 {
        padding: 100px 0 130px 0;
    }
    .brandImg-wrap {
        width: 100%;
        height: 83.64583vw;
        margin-right: 0;
    }
    .brandImg {
        position: absolute;
        z-index: 1;
    }
    .brandImg01 {
        margin-right: 0;
        top: 60%;
        right:55%;
        width: 38.22917vw;
        height: 40.95833vw;
        z-index: 2;
    }
    .brandImg02 {
        width: 66.91667vw;
        height: 83.64583vw;
        margin-right: 0;
        margin-left: auto;
        left: auto;
        right: 0;
    }
    .brandImg03 {
        display: none;
    }

    .brandImg01 .BImg .img {
        width: 70.22917vw;
    }
    .brandImg02 .BImg .img {
        width:80.91667vw;
    }
    .brandImg .BImg .img .lazy {
        height:100%;
    }
    .more-btn-wrap {
        left: -27%;
        top: 5%;
        margin-left: 30%;
        margin-top: 20%;
        width: 20.10417vw;
        height: 20.10417vw;
    }
    .label {
        font-size: 3vw;
    }

}

@media (max-width:760px){
    .brand-container {padding: 0 6.93333vw;}

}

@media (max-width:600px){

    #brand-section2 {
        padding: 70px 0 130px 0;

    }
    .brand-title-wrap {
        height: 119px;
    }
    .brand-title-wrap {
        margin-bottom: 35px;
    }
    .brand-title-wrap h1 {
        font-size: 45px;
        line-height: 150%;
    }
    .brand-title-wrap span {
        font-size: 20px;
    }
}

@media (max-width:500px){
    .brand-title-wrap {
        height: 104px;
    }
    .brand-title-wrap h1 {
        font-size: 40px;
        line-height: 150%;
    }
    .brand-title-wrap span {
        font-size: 17px;
    }

    .more-btn-wrap {
        left: -27%;
        top: 5%;
        margin-left: 30%;
        margin-top: 20%;
        width: 24.10417vw;
        height: 24.10417vw;
    }
}

@media (max-width:400px){

    #brand-section2 {
        padding: 50px 0 100px 0;

    }
    .brand-title-wrap {
        height: 90px;
        margin-bottom: 25px;
    }
    .brand-title-wrap h1 {
        font-size: 35px;
        line-height: 150%;
    }
    .brand-title-wrap span {
        font-size: 15px;
    }
}