@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

body{
    font-family: 'Montserrat', sans-serif !important;
}
p{
    font-family: 'Pretendard';
}
#greeting #sub_banner{
    background: url(../../img/sub/sub_banner_1.png) no-repeat center center/cover;
}
#greeting{
    font-family: 'Montserrat', sans-serif ;
    font-weight:400;
    letter-spacing:-0.02em;
    position: relative;
}
#greeting .container{
    padding: 180px 0 107px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}
#greeting .content{}
#greeting .content .title{
    font-size: 23px;
    font-weight: 400;
    color: #142f4c;
    margin-bottom: 54px;
}
#greeting .content .title strong{
    font-weight: 700;
    font-size: 28px;
}
#greeting .content .title br{
    /* display: none; */
}
#greeting .content .mb{
    margin-bottom: 32px;
    white-space: pre-line;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 1.5;
    color: #676767;
}
#greeting .content .mb.bold{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
#greeting .ceo .mask{
    margin-bottom: 20px;
    width: 306px;
}
#greeting .ceo .mask img{
    width: 100%;
}
#greeting .ceo p{
    text-align: right;
    font-weight: 500;
    font-size: 24px;
    color: #121212;
}
#greeting .ceo p strong{
    font-size: 30px;
    font-weight: 600;
    margin-left: 9px;
}
#greeting .ceo_bg{
    width: 100%;
    height: 358px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../../img/sub/ceo_bg.png) no-repeat center center/cover;
}
#greeting .ceo_bg p{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 0.55em;
    text-transform: uppercase;
    color: #0D69B6;
    text-align: center;
}
/* ------------------------------------ RESPONSIVE ------------------------------------- */
@media (max-width:1600px){
    #greeting .container{
        width: 80%;
    }
}
@media (max-width:1440px){
    #greeting .container{
        width: 90%;
    }
}
@media (max-width:1300px){
    #greeting .container{
        padding: 120px 0 90px;
    }
    #greeting .content .title{
        font-size: 20px;
        margin-bottom: 36px;
    }
    #greeting .content .title strong{
        font-size: 24px;
    }
    #greeting .content .mb{
        font-size: 16px;
        margin-bottom: 26px;
    }
    #greeting .ceo p{
        font-size: 20px;
    }
    #greeting .ceo p strong{
        font-size: 26px;
    }
    #greeting .ceo .mask{
        width: 263px;
    }
    #greeting .ceo_bg{
        height: 278px;
    }
    #greeting .ceo_bg p{
        font-size: 20px;
    }
    #greeting .content .mb.bold {
        font-size: 18px;
    }
}
@media (max-width:1200px){
    #greeting .container{
        flex-wrap: wrap;
    }
    #greeting .ceo{
        margin-top: 40px;
    }
}
@media (max-width:1000px){

}
@media (max-width:768px){
    #greeting .content .mb{
        white-space: normal;
    }
    #greeting .ceo {
        padding-top: 40px;
        margin: 0 auto;
    }
}
@media (max-width:600px){
    #greeting .content .title br{
        display: block;
    }
}
@media (max-width:500px){
    #greeting .container{
        padding: 60px 0;
    }
    #greeting .ceo_bg p {
        font-size: 16px;
        line-height: 2;
    }
}
@media (max-width:375px){
    #greeting .content .title{
        font-size: 16px;
        margin-bottom: 20px;
    }
    #greeting .content .title strong{
        font-size: 18px;
    }
    #greeting .content .mb{
        font-size: 14px;
        margin-bottom: 10px;
    }
    #greeting .content .mb.bold {
        font-size: 14px;
    }
    
}
