@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;
}
#identity{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight:400;
    color:#4E4E4E;
    padding:170px 0 290px;
    position:relative;
}
#identity::after{
    content:'';
    width:100%;
    height:754px;
    background:url(../../img/sub/identity_bottom_bg.png) no-repeat center center/cover;
    position:absolute;
    bottom:0;
    left:0;
    z-index:-1;
}
#identity #sub_banner{
    background-image:url(../../img/sub/sub_banner_concept.png);
}
#identity .container{
    width:1600px;
    margin:-75px auto 0;
}
#identity .container .wrap{
    width:1330px;
    margin:0 auto 40px;
    padding-top:230px;
}
#identity .identity_tt .tt{
    font-size:32px;
    font-weight:700;
    letter-spacing:-0.006em;
    text-transform:capitalize;
    margin-bottom:5px;
}
#identity .identity_tt .desc{
    font-size:28px;
    letter-spacing:-0.006em;
    word-break:keep-all;
}
#identity .identity_tt .desc br{
    display:none;
}
#identity .direction_list{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    margin-bottom:50px;
}
#identity .direction_list > li{
    width:280px;
    height:300px;
    background:#FCF8F0;
    border:3px solid #FFF4DB;
    border-radius:36px;
    display:flex;
    flex-direction:column;
    align-items:center;
    padding-top:40px;
}
#identity .direction_list > li img{
    margin-bottom:15px;
}
#identity .direction_list > li .direc_tt{
    font-size:22px;
    font-weight:700;
    color:#626262;
    margin-bottom:5px;
}
#identity .direction_list > li span{
    font-size:12px;
    font-weight:500;
    color:#626262;
    margin-bottom:20px;
    text-transform:uppercase;
}
#identity .direction_list > li .desc{
    font-size:17px;
    font-weight:350;
    letter-spacing:-0.008em;
    color:#797979;
    padding:0 10px;
    text-align:center;
    word-break:keep-all;
}
#identity hr{
    display:block;
    width:0;
    height:100px;
    border:none;
    border-left:1px dotted #B8B8B8;
}

#identity .company_list{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:55px 0;
}
#identity .company_list li{
    width:550px;
    height:106px;
    border-radius:53px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    background:rgba(255,201,84,.5);
    margin:0 -53px;
    position:relative;
    text-align:center;
}
#identity .company_list li + li::before{
    content:'+';
    font-size:40px;
    font-weight:400;
    position:absolute;
    top:50%;
    left:42px;
    transform:translateY(-50%);
}
#identity .company_list li p{
    font-size:22px;
    font-weight:500;
    letter-spacing:-0.005em;
}
#identity .company_list li p.small{
    font-size:18px;
    font-weight:300;
    color:#626262;
}
#identity .company_text{
    font-size:20px;
    font-weight:300;
    letter-spacing:-0.005em;
    line-height:1.3;
    text-align:center;
    margin-bottom:110px;
}
#identity .company_text p{
    word-break:keep-all;
}
#identity .company_text p span{
    font-weight:500;
}
#identity .award{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:60px;
}
#identity .award .text img{
    margin-bottom:15px;
}
#identity .award .text .text_tt{
    font-size:32px;
    font-weight:700;
    letter-spacing:-0.006em;
    margin-bottom:50px;
}
#identity .award .text .text_tt br{
    display:none;
}
#identity .award .text p{
    font-size:20px;
    font-weight:350;
    letter-spacing:-0.005em;
    word-break:keep-all;
}
#identity .award .text p span{
    font-weight:500;
}
#identity .award .text p.bold{
    font-weight:500;
    margin-top:30px;
}


/* --------------------------------- RESPONSIVE --------------------------------- */
@media (max-width:1650px){
    #identity .container{
        width:90%;
    }
    #identity .container .wrap{
        width:90%;
    }
}
@media (max-width:1430px){
    #identity .company_list li {
        width: 440px;
        height:90px;
        border-radius:45px;
        margin:0 -45px;
    }
    #identity .company_list li + li::before{
        left:34px;
    }
}
@media (max-width:1300px){
    #identity .award .img_wrap{
        width:30%;
    }
    #identity .award .img_wrap img{
        width:100%;
    }
    #identity .award .text p {
        font-size: 18px;
    }
}
@media (max-width:1200px){
    #identity .container .wrap{
        padding-top:160px;
    }
    #identity .direction_list > li{
        height:310px;
    }
    #identity .direction_list > li .desc {
        font-size: 16px;
    }
    #identity .direction_list > li .desc br{
        display:none;
    }
    #identity .company_list li{
        width:385px;
    }
    #identity .company_list li:nth-child(1) p{
        margin-left:-60px;
    }
    #identity .company_list li:nth-child(3) p{
        margin-right:-60px;
    }
    #identity .award .img_wrap{
        width:35%;
    }
}
@media (max-width:1000px){
    #identity .container .wrap{
        padding-top:140px;
    }
    #identity .identity_tt {
        margin-bottom: 50px;
    }
    #identity .direction_list{
        flex-wrap:wrap;
    }
    #identity .direction_list > li {
        width: 30%;
    }
    #identity .company_list{
        flex-direction:column;
        gap:50px;
    }
    #identity .company_list li:nth-child(1) p,
    #identity .company_list li:nth-child(3) p{
        margin:0;
    }
    #identity .company_list li + li::before{
        left:50%;
        top:-55px;
        transform:translateX(-50%);
    }
    #identity .award{
        flex-direction:column;
        text-align:center;
        margin-top:80px;
    }
    #identity .award .text p br.mb{
        display:none;
    }
    #identity .award .img_wrap{
        width:auto;
    }
}
@media (max-width:768px){
    #identity{
        padding:109px 0 100px;
    }
    #identity .container .wrap {
        padding-top: 80px;
    }
    #identity .identity_tt .tt{
        font-size: 28px;
    }
    #identity .identity_tt .desc{
        font-size:24px;
    }
    #identity .company_list li {
        width: 320px;
        height:80px;
        border-radius:40px;
        margin:0;
    }
    #identity .company_list li p {
        font-size: 18px;
    }
    #identity .company_list li p.small {
        font-size: 16px;
    }
    #identity .company_text {
        font-size: 16px;
    }
    #identity .award .text img {
        margin-bottom: 5px;
    }
    #identity .award .text .text_tt {
        font-size: 28px;
        margin-bottom:30px;
    }
    #identity .award .text p {
        font-size: 16px;
    }
    #identity .award .text p.bold{
        margin-top:15px;
    }
}
@media (max-width:620px){
    #identity .identity_tt{
        text-align:center;
    }
    #identity .direction_list{
        flex-direction:column;
    }
    #identity .direction_list > li {
        width:280px;
        height:280px;
    }
    #identity .direction_list > li .desc br{
        display:block;
    }
    #identity .award .text p br{
        display:none;
    }
}
@media (max-width:500px){
    #identity{
        padding:99px 0 80px;
    }
    #identity .container {
        margin: -55px auto 0;
    }
    #identity .identity_tt .tt {
        font-size: 24px;
    }
    #identity .identity_tt .desc{
        font-size:20px;
    }
    #identity .identity_tt .desc br{
        display:block;
    }
    #identity .direction_list{
        margin-bottom:30px;
    }
    #identity .direction_list > li{
        padding-top:20px;
        width: 250px;
        height: 210px;
    }
    #identity .direction_list > li img {
        margin-bottom: 5px;
    }
    #identity .direction_list > li .direc_tt{
        font-size:18px;
        margin-bottom:0;
    }
    #identity .direction_list > li span{
        margin-bottom:10px;
    }
    #identity .direction_list > li .desc {
        font-size: 14px;
    }
    #identity hr{
        height:60px;
    }
    #identity .company_list{
        margin:30px 0 50px;
    }
    #identity .company_text{
        margin-bottom:30px;
    }
    #identity .award{
        margin-top:30px;
    }
    #identity .award .text .text_tt {
        font-size: 24px;
    }
    #identity .award .text .text_tt br{
        display:block;
    }
    #identity .award{
        gap:30px;
    }
    #identity .award .img_wrap{
        width:80%;
    }
}
@media (max-width:350px){
    #identity .identity_tt .tt{
        margin-bottom:10px;
    }
    #identity .company_text{
        width:90%;
        margin:0 auto;
    }
    #identity .company_list li{
        width:90%;
    }
    #identity .company_list li p.small {
        font-size: 14px;
    }
}