@charset "UTF-8";
.ceo-img img{
    width: 500px;
}
.ceo-img{
    display: flex;
}
.ceo-write {
    margin-left: 30px;
}
.ceo-text {
    font-size: 16px;
    color: #333;
}
.signature {
    float: right;
    display: grid;
}
.signature img {
    margin-left: 180px;
    margin-top: 5px;
}
.text-right {
    font-size: 18px;
}
.accent{

    font-weight: bolder;
}
.ceogreeting-body {
    margin: 50px 10%;
}

.ceogreeting-body .container .img-wrap div.img-box01 {
    top: 0;
    left: 0%;
}

.ceogreeting-body .container .img-wrap div>img {
    object-fit: cover;
    width: 100%
    /*transform: rotate(-40deg);*/
}

.ceogreeting-body .container .text-contents span.text {
    /*font-family: 'Pretendard-Regular', sans-serif;*/
    font-size: 15px;
    line-height: 35px;
}

.ceogreeting-body .container .text-contents .text-right {
    /*font-family: 'Pretendard-Regular', sans-serif;*/
    font-size: 20px;
    font-weight: bold;
    margin: 50px 0px 30px 0px;
}

.ceogreeting-body .container .text-contents .signature {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


@media screen and (max-width: 960px) {
    .ceo-write {
        margin-left: 0;
    }
    .ceo-img {
        display: flex;
        flex-direction: column;
    }
    .ceo-img img {
        width: 100%;
        height: auto;
    }
    .ceo-text {
        margin-top: 10px;
    }
    /*.ceogreeting-body .container .img-wrap {
        display: none;
    }*/
    .ceogreeting-body .container .text-contents span.text {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 450px) {
    .ceogreeting-body .container .text-contents .text-right {
        font-family: 'Pretendard-Regular', sans-serif;
        font-size: 16px;
        margin: 20px 0px 30px 0px;
    }

}
