.main {
    padding: 1rem 1rem 0;
}
.custom-default-bannner {
    height: 14rem;
    position: relative;
    margin-top: 10rem;
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
    box-sizing: border-box;
}

.ceo_container_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 27.5rem;
}

.ceo_name h2 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.ceo_profile_wrap {
    position: relative;
    width: 100%;
}
.ceo_wrap_message_body {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 6rem;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 6rem 1rem 0;
}

.ceo_wrap_top {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    padding-left: 5.5rem;
    gap: 2rem;
    z-index: 1;
}
.ceo_wrap {
    display: flex;
    align-items: center;
    gap: 4rem;
}
.ceo_text {
    white-space: nowrap;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 500;
}
.line {
    height: 1px;
    background-color: #333;
    width: 200px;
    display: none;
}

.ceo_image_wrap {
    width: 30rem;
    height: 30rem;
    border-radius: 2rem;
    overflow: hidden;
    position: absolute;
    top: 17.5rem;
    left: 5.5rem;
    z-index: 1;
}
.ceo_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ceo-message-content h4{
    font-size: 2.45rem;
    line-height: 3.3rem;
    font-weight: 700;
    color: #000;
    text-align: left;
    margin-right: -1rem;
}
.ceo-message-content p {
    font-size: 1.5rem;
    line-height: 3rem;
    color: #000;
    text-align: left;
    font-weight: 500;
}

/* PC */
@media (min-width: 768px) {
    .main {
        max-width: 160rem;
        margin-inline: auto;
        padding: 2rem;
        padding-bottom: unset;
    }

    .pageHead_box .pageHead_nav_area {
        width: 40rem;
    }

    .custom-default-bannner {
        height: 48rem;
        margin-top: 14rem;
    }

    .ceo_image_wrap {
        width: 50rem;
        height: 50rem;
        top: 14rem;
        left: 12rem;
        z-index: 1;
    }

    .ceo_wrap_top {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        padding-left: 4rem;
        z-index: 1;
        padding-left: 28rem;
        padding-bottom: 7rem;
        gap: 3rem;
    }

    .ceo-message-content h4{
        font-size: 3rem;
        line-height: 4rem;
        height: 4rem;
        font-weight: 700;
        color: #000;
        text-align: left;
    }

    .ceo_wrap_message_body {
        padding: 6rem 0rem 0;
        gap: 4rem;
    }

    .ceo_profile_wrap {
        height: 152rem;
    }

    .ceo-message-content p {
        font-size: 1.6rem;
        line-height: 3.9rem;
    }
    .ceo_container_wrap {
        width: 120rem;
        position: absolute;
        justify-content: flex-start;
        align-items: center;
        padding: 15rem 8rem 10rem;
        margin-top: 0;
        background: #efefef;
        border-radius: 2rem;
        right: 2rem;
        top: 22rem;
        left: 34rem;
    }

    .ceo_name h2 {
        font-size: 8rem;
        font-weight: 500;
        line-height: 7.5rem;
        letter-spacing: 0.05em;
    }

    .line {
        height: 1px;
        background-color: #333;
        width: 20rem;
        display: block;
    }

    .ceo_text {
        white-space: nowrap;
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 500;
    }
}

@media (max-width: 767px) {
    .pageHead {
        height: 45rem;
    }

    .pageHead_box .pageHead_nav_area {
        width: 100%;
        inset: auto 0 -5rem auto;
        color: #000;

    }

    .custom-default-bannner {
        margin-top: 15rem;
    }

    .ceo_image_wrap {
        top: 22.5rem;
    }

    .pageHead_nav_area {
        z-index: 10;
    }

    .custom-default-bannner {
        width: calc(100% + 2rem);
        margin-left: -1rem;
        margin-right: -1rem;
    }
}