/* BASIC css start */

/* mobile_ceo_introduce.css */

.m-wrap {
    max-width: 480px;
    margin: 0 auto;
    padding: 16px 14px 32px;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo",
        "Noto Sans KR", "Malgun Gothic", sans-serif;
}

.ceo-introduce {
    color: #222;
    line-height: 1.7;
}

.ceo-title {
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
}

.ceo-text {
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.ceo-img {
    margin: 12px 0;
}

.ceo-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* 마지막 영역 */
.ceo-bottom {
    margin-top: 20px;
}

.ceo-bottom-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    margin-bottom: 10px;
}

.ceo-bottom-text {
    font-size: 0.9rem;
    text-align: center;
}

.ceo-bottom-text span {
    font-weight: 600;
}

/* 태블릿 이상에서 살짝 키우고 중앙 정렬 */
@media (min-width: 768px) {
    .m-wrap {
        max-width: 640px;
        padding: 24px 20px 40px;
    }
    .ceo-title {
        font-size: 1.3rem;
    }
    .ceo-text,
    .ceo-bottom-text {
        font-size: 1rem;
    }
}

div.C-22094-714056-1053 { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:repeat left top; border-top:0px solid ; border-right:0px solid ; border-bottom:0px solid ; border-left:0px solid ; }
/* BASIC css end */

