@charset "utf-8";

/* 내용관리 */
.ceo_img_box {
    width: 100%;
    /* height: 300px; */
    padding : 80px 0;
    position: relative;
    border-radius: 25px;
    overflow: hidden;

    /* & .img {
        width: 100%;
        height: 100%;
        background: url('/theme/IDEN_TN1/img/ceo_img.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
        filter: brightness(0.7);
    } */

    & p {
        /* position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); */
        font-size: 38px;
        font-weight: 700;
        color: #000;
        z-index: 1;
        width: 100%;
        text-align: center;
    }
}

.ceo_text_box {
    padding: 0 0 60px 0;
    max-width:1024px;
    margin: 0 auto;

    & p {
        font-size: 21px;
        line-height: 38px;
        /* word-break: keep-all; */

        & span.sign {
            font-size: 26px;
            text-align: right;
            font-weight: bold;
            color: #08385a;
            display: block;
        }
    }
}

@media screen and (max-width:991px) {
    .ceo_img_box {
        height: 230px;
        & .img {
            background-size: cover;
        }

        & p {

            font-size: 18px;
            padding: 0 30px;
            word-break: keep-all;


        }
    }

    .ceo_text_box {
        padding: 30px 0;

        & p {
            font-size: 16px;
            
            & span.sign {
                font-size: 20px;
            }
        }
    }
}