@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap');

/* font-family: 'Noto Sans KR', sans-serif;*/

h1,h2,h3,h4,h5,h6{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight:400;
}
#brand{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight:400;
    color:#fff;
    padding:170px 0 190px;
    position:relative;
}
#brand #sub_banner{
    background-image:url(../../img/sub/sub_banner_concept.png);
}
#brand .container{
    width:1600px;
    margin:-75px auto 0;
}
#brand .container .wrap{
    width:1330px;
    margin:0 auto 40px;
    padding-top:230px;
}
#brand .ttbox{
    display:flex;
    justify-content:space-between;
    align-items:end;
    margin-bottom:35px;
}
#brand .ttbox .text h4{
    font-size:28px;
    letter-spacing:-0.006em;
    color:#626262;
    margin-bottom:5px;
}
#brand .ttbox .text h4 span{
    font-weight:700;
}
#brand .ttbox .text img{
    margin-bottom:20px;
}
#brand .ttbox .text .desc{
    display:flex;
    gap:20px;
    align-items:center;
}
#brand .ttbox .text .desc span.line{
    width:260px;
    height:1px;
    background:#A1DCD8;
}
#brand .ttbox .text .desc p{
    font-size:20px;
    letter-spacing:-0.006em;
    color:#797979;
}
#brand .ttbox .text .desc p br{
    display:none;
}
#brand .content{
    background:url(../../img/sub/brand_bg.png) no-repeat 25% center/cover;
    padding:120px 0;
    margin-bottom:35px;
}
#brand .content .con_desc{
    width:954px;
    height:108px;
    margin:0 auto;
    border-radius:54px;
    background:rgba(255,255,255,.5);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
#brand .content .con_desc p{
    font-size:18px;
    font-weight:350;
    letter-spacing:-0.005em;
    word-break:keep-all;
}
#brand .content .con_desc p span{
    font-weight:500;
}
#brand a.shop{
    display:block;
    width:165px;
    height:50px;
    line-height:50px;
    text-align:center;
    margin:0 auto;
    background:#A0C7C1;
    font-size:16px;
    font-weight:700;
    letter-spacing:0.003em;
    color:#fff;
    text-transform:uppercase;
    border:1px solid #A0C7C1;
    transition:.5s;
}
#brand a.shop::before{
    content:'';
    width:0;
    height:100%;
    background:#fff;
    position:absolute;
    top:0;
    left:0;
    transition:.5s;
    z-index:-1;   
}
#brand a.shop:hover{
    color:#A0C7C1;
}
#brand a.shop:hover::before{
    width:100%;
}

/* --------------------------------- RESPONSIVE --------------------------------- */
@media (max-width:1650px){
    #brand .container{
        width:90%;
    }
    #brand .container .wrap{
        width:90%;
    }
}
@media (max-width:1200px){
    #brand .container .wrap{
        padding-top:160px;
    }
    #brand .ttbox{
        flex-direction:column-reverse;
        align-items:start;
        gap:30px;
    }
    #brand .content .con_desc{
        width:80%;
        height:180px;
        border-radius:90px;
        padding:0 30px;
        text-align:center;
    }
}
@media (max-width:1000px){
    #brand .container .wrap{
        padding-top:140px;
    }
    #brand .ttbox .text .desc span.line{
        width:130px;
    }
}
@media (max-width:768px){
    #brand{
        padding:109px 0 100px;
    }
    #brand .container .wrap {
        padding-top: 80px;
    }
    #brand .ttbox .text h4 {
        font-size: 24px;
    }
    #brand .ttbox .text img{
        width:80%;
    }
    #brand .ttbox .text .desc{
        gap:10px;
    }
    #brand .ttbox .text .desc span.line{
        width:50px;
    }
    #brand .ttbox .text .desc p {
        font-size: 16px;
    }
    #brand .content .con_desc p {
        font-size: 16px;
    }
}
@media (max-width:600px){
    #brand .ttbox .text .desc{
        flex-direction:column;
        align-items:start;
    }
    #brand .ttbox .text img {
        margin-bottom: 10px;
    }
    #brand .ttbox .text .desc span.line{
        width:230px;
    }
    #brand .content .con_desc {
        height: 220px;
        border-radius:0;
    }
    #brand .content{
        padding:80px 0;
    }
}
@media (max-width:500px){
    #brand{
        padding:99px 0 80px;
    }
    #brand .container {
        margin: -55px auto 0;
    }
    #brand .ttbox{
        gap:20px;
    }
    #brand .ttbox > img{
        width:170px;
    }
    #brand .ttbox .text h4 {
        font-size: 20px;
    }
    #brand .ttbox .text .desc p br{
        display:block;
    }
    #brand .content .con_desc {
        width: 80%;
        height:auto;
        padding:50px 20px;
    }
    #brand .content .con_desc p + p{
        margin-top:20px;
    }
}