#company{
    width: 100%;
    position: relative;
}

#company .container{
    width: 79.166%;
    margin: 0 auto;
    padding: 120px 0 270px;
}
#company .con_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#company .heading .tit{
    width: 413px;
    height: 595px;
    background-color: #181D2EE5;
    padding: 80px;
}
#company .heading .tt{
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    margin-bottom:23px ;
}
#company .heading .st{
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}
#company .heading .mask{
    width: 504px;
    margin-left: 60px;
    margin-top: -300px;
}
#company .heading .mask img{width: 100%;}
#company .txt_wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#company .txt_wrapper .tit{
}
#company .txt_wrapper .tit .tt{
    font-weight: 600;
    font-size: 26px;
    color: #000;
    position: relative;
}
#company .txt_wrapper .tit .tt::before{
    content: '';
    position: absolute;
    background-color: #D9D9D9;
    width: 184px;
    height: 2px;
    bottom: -34px;
    left: 0;
}
#company .txt_wrapper .tit .con{
    margin: 70px 0 80px;
}
#company .txt_wrapper .tit .con .ss{
    font-weight: 400;
    font-size: 20px;
    color: #393939;
    word-break: keep-all;
}
#company .txt_wrapper .tit .con .ss:not(:last-child){
    margin-bottom: 24px;
}
#company .txt_wrapper .tit .sub{
    font-weight: 500;
    font-size: 20px;
    color: #000;
    word-break: keep-all;
}
#company .txt_wrapper .ceo{
    margin-top: 66px;
    font-weight: 600;
    font-size: 30px;
    color: #000;
}
@media screen and (max-width:1660px) {
    #company .container{
        width: 85%;
    }
    #company .heading .mask {
        width: 424px;
    }
    #company .heading .tit {
        width: 363px;
        height: 545px;
        padding: 50px;
    }    
}
@media screen and (max-width:1440px) {
    #company .container{
        width: 90%;
    }
    #company .txt_wrapper .tit .tt{
        font-size: 24px;
    }
    #company .txt_wrapper .tit .con .ss{
        font-size: 18px;
    }
    #company .txt_wrapper .tit .sub{
        font-size: 18px;
    }
    #company .txt_wrapper .ceo{
        font-size: 24px;
    }
}
@media screen and (max-width:1280px) {
    #company .heading .mask {
        width: 364px;
    }
    #company .heading .tit {
        width: 323px;
        height: 515px;
        padding: 40px;
    }
    #company .heading .tt{
        font-size: 32px;
    }
    #company .heading .st{
        font-size: 18px;
    }
    #company .txt_wrapper .tit .con {
        margin: 70px 0 50px;
    }
    #company .heading .mask{
        margin-left: 40px;
    }
    #company .txt_wrapper .tit .con .ss {
        font-size: 17px;
    }
}
@media screen and (max-width:1120px) {
    #company .container{
        width: 95%;
    }
    #company .heading .mask {
        width: 344px;
        margin-top: -280px;
    }
    #company .heading .tit {
        width: 323px;
        height: 471px;
    }
    #company .txt_wrapper{
        width: 55%;
    }
    #company .con_wrapper{
        align-items: center;
    }
}
@media screen and (max-width:1024px) {
    #company .txt_wrapper .tit .con .ss:not(:last-child) {
        margin-bottom: 16px;
    }
    #company .txt_wrapper .tit .con {
        margin: 40px 0;
    }
    #company .txt_wrapper .tit .con .ss {
        font-size: 16px;
    }
    #company .heading .mask {
        width: 323px;
        margin-top: -240px;
    }
}
@media screen and (max-width:900px) {
    #company .container{
        padding: 120px 0;
    }
    #company .con_wrapper{
        flex-direction: column;
        align-items: center;
    }
    #company .heading .tit {
        width: 90%;
        height: 260px;
    }
    #company .heading .mask{
        margin-top: -220px;
        margin-left: 460px;
    }
    #company .txt_wrapper{
        width: auto;
        align-self: baseline;
        margin-left: 70px;
    }
}
@media screen and (max-width:797px) {
    #company .heading .mask{
        margin-top: -240px;
        margin-left: 350px;
    }
    #company .txt_wrapper{
        margin-top: 40px;
    }
}
@media screen and (max-width:690px) {
    #company .heading .tit {
        width: 80%;
    }
    #company .heading .mask{
        margin-top: -240px;
        margin-left: 270px;
    }
    #company .txt_wrapper{
        margin-top: 40px;
    }
    #company .txt_wrapper{
        margin-left: 50px;
    }
}
@media screen and (max-width:610px) {
    #company .container{
        padding: 60px 0;
    }
    #company .heading .tt{
        font-size: 26px;
        margin-bottom: 14px;
    }
    #company .con_wrapper{
        align-items: flex-start;
        margin-top: 20px;
    }
    #company .heading .tit{
        width: 90%;
        height: 210px;
    }
    #company .heading .mask {
        margin-top: -180px;
        width: 223px;
    }
    #company .txt_wrapper{
        margin-left: 0;
    }
    #company .txt_wrapper .tit .tt::before{
        bottom: -19px;
    }
}
@media screen and (max-width:500px) {
    #company .heading .mask{
        margin-left: 220px;
    }
    #company .heading .tit{
        height: 195px;
    }
    #company .txt_wrapper .tit .tt {
        font-size: 20px;
    }
    #company .txt_wrapper .tit .con .ss {
        font-size: 15px;
    }
    #company .txt_wrapper .tit .sub {
        font-size: 16px;
    }
    #company .txt_wrapper .ceo {
        font-size: 22px;
    }
}
@media screen and (max-width:475px) {
    #company .heading .mask {
        margin-top: -167px;
        width: 200px;
        margin-left: 205px;
    }
    #company .heading .tit{
        padding: 30px;
    }
    #company .txt_wrapper{
        margin-top: 20px;
    }
}
@media screen and (max-width:430px) {
    #company .heading .mask {
        margin-top: -107px;
        width: 150px;
        margin-left: 225px;
    }
    #company .heading .tit {
        height: 135px;
    }
    #company .heading .tt {
        font-size: 20px;
        margin-bottom: 8px;
    }
    #company .heading .st {
        font-size: 14px;
    }
    #company .txt_wrapper .tit .tt {
        font-size: 18px;
    }
    #company .txt_wrapper .tit .con .ss {
        font-size: 14px;
    }
    #company .txt_wrapper .tit .sub {
        font-size: 15px;
    }
}
@media screen and (max-width:400px) {
    #company .heading .mask {
        margin-top: -107px;
        width: 150px;
        margin-left: 205px;
    }
    #company .heading .tit {
        padding: 20px;
        height: 135px;
    }
    #company .heading .tt {
        font-size: 20px;
        margin-bottom: 8px;
    }
    #company .heading .st {
        font-size: 14px;
    }
    #company .txt_wrapper .tit .tt {
        font-size: 18px;
    }
    #company .txt_wrapper .tit .con .ss {
        font-size: 14px;
    }
    #company .txt_wrapper .tit .sub {
        font-size: 14px;
    }
    #company .txt_wrapper .ceo {
        font-size: 18px;
    }
    #company .txt_wrapper .tit .con .ss br,
    #company .txt_wrapper .tit .sub br{
        display: none;
    }
}
@media screen and (max-width:375px) {
    #company .heading .mask {
        width: 140px;
        margin-left: 185px;
    }
}
@media screen and (max-width: 350px){
    #company .heading .mask {
        margin-left: 174px;
    }
    #company .txt_wrapper .tit .tt {
        font-size: 16px;
    }
}
@media screen and (max-width: 336px){
    #company .heading .mask {
        margin-left: 150px; 
    }
}
