/* company : 최초작업자:박이레 */
.txt_hide {
    font-size: 0px;
    text-indent: -9999px;
}

@media screen and (max-width: 768px) {
    .content_inner {
        min-width: 0px;
        overflow-x: hidden
    }
}



/* ---- 공통 end */



.content_inner.ceo section.ceo_content {
    display: flex;
    gap: 28px;
    margin: 0 auto 200px;
}

.content_inner.ceo section.ceo_content .left .title_txt {
    line-height: 1.5;
    margin-top: 124px;
}

.content_inner.ceo section.ceo_content .left .title_txt p:nth-child(1) {
    font-weight: 300;
    font-size: 20px;
}

.content_inner.ceo section.ceo_content .left .title_txt p:nth-child(1) span {
    color: var(--m_color);
    font-weight: 700;
    font-size: 20px;
}

.content_inner.ceo section.ceo_content .left .title_txt p:nth-child(2) {
    font-weight: 300;
    font-size: 32px;
}

.content_inner.ceo section.ceo_content .left .title_txt p:nth-child(2) span {
    font-weight: 600;
    font-size: 32px;
}

.content_inner.ceo section.ceo_content .left .main_txt {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 88px;
    color: #666;
    font-size: 20px;
    line-height: 26px;
}


.content_inner.ceo section.ceo_content .right {
    width: 466px;
    height: 866px;
    background: url("../../img/sub3/ceo_1.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    aspect-ratio: 566 / 866;
    position: relative;

}

.content_inner.ceo section.ceo_content .right::after {
    content: "";
    display: block;
    width: 400px;
    height: 200px;
    background: url("../../img/sub3/ceo2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: -50px;
}


@media screen and (max-width: 768px) {

    .content_inner.ceo section.ceo_content {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 28px;
        margin: 40px auto 80px;
    }

    .content_inner.ceo section.ceo_content .left {
        border: 1px solid #eee;
        padding: 30px 16px;
        margin-top: 144px;
    }


    .content_inner.ceo section.ceo_content .left .title_txt {
        margin-top: 0;

    }

    .content_inner.ceo section.ceo_content .left .title_txt p:nth-child(1) {
        font-size: 14px;
    }

    .content_inner.ceo section.ceo_content .left .title_txt p:nth-child(1) span {
        font-size: 16px;
    }

    .content_inner.ceo section.ceo_content .left .title_txt p:nth-child(2) {
        font-size: 16px;
    }

    .content_inner.ceo section.ceo_content .left .title_txt p:nth-child(2) span {
        font-size: 20px;
    }

    .content_inner.ceo section.ceo_content .left .main_txt {
        gap: 18px;
        margin-top: 42px;
        font-size: 15px;
        line-height: 22px;
    }

    .content_inner.ceo section.ceo_content .left .main_txt br {
        display: none;
    }

    .content_inner.ceo section.ceo_content .right {
        width: 80vw;
        max-width: 400px;
        height: auto;
        background: url("../../img/sub3/ceo_1.jpg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
        aspect-ratio: 566 / 866;
        position: relative;


    }

    .content_inner.ceo section.ceo_content .right::after {
        content: "";
        display: block;
        width: 54vw;
        max-width: 250px;
        height: auto;
        background: url("../../img/sub3/ceo2.png");
        aspect-ratio: 602 / 158;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        position: absolute;
        right: 0;
        bottom: -15vw;
    }


}


/* ---company03 */


.content_inner.vision .vision_content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 0px 80px 24px;
}

.content_inner.vision .vision_content .left {
    width: 480px;
}

.content_inner.vision .vision_content .left p::before {
    content: "";
    display: block;
    width: 280px;
    height: 360px;
    aspect-ratio: 346 /661;
    background: url("../../img/sub3/vision0.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    margin-bottom: 50px;
}

.content_inner.vision .vision_content .left p {
    color: #666;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: -0.8px;
}

.vision_slider {
    width: 400px;
    display: flex;
}

.vision_slider li {
    width: 33%;
}

.vision_slider li img {
    width: 100%;
}