.chair>div>div>div:first-of-type{
    margin-top: 30px;
}
.chair>div>div>div:nth-of-type(2){
    margin-top: 0px;
}


.award>div>div>ul>li>div>p{
    width: 80%;
}

@media (max-width : 767px){
    .common_tab>p:nth-of-type(2){
        font-size: 14px;
    }

    .ceo>div>div>img{
        height: fit-content;
    }

    .chair>div>div>div:first-of-type {
        margin-right: 40px;
        min-width: 103px;
    }
    .sin_text_wrap>h2{
        margin-bottom: 15px;
    }
    .history-list dd em {
        min-width: 22%;
        max-width: 22%;
    }
    .history-list .line{
        height: 5000px;
    }

    .mi_vi_item1>div {
        width: 85px;
        height: 85px;
    }
    .mi_vi_item1>img {
        width: 12px;
        height: 12px;
        margin: 0px 5px;
    }
    .mi_vi_item1>div>div>p{
        font-size: 9px;
    }
    .wrap .mission_ul>li{
        height: auto;
        margin-bottom: 0px;
    }

    .award>div>div>ul>li>div>h3{
        position: static;
        transform: translate(0px);
        font-size: 10px;
        line-height: 12px;
        padding: 0px 8px;
        margin: 10px 0px;
    }
    .award>div>div>ul>li>div>p{
        position: static;
        transform: translate(0px);
        width: 100%;
    }
    .award>div>div>ul>li>div>p>span{
        font-size: 10px;
        font-weight: 400;
        line-height: 12px;
    }
}