.greeting {
    padding-left: 5%;
    padding-right: 5%;
}

.pc {
    display: block;
}

.mobile {
    display: none;
}

.greeting1 {
    z-index: 10;
}

.title {
    font-family: 'Poppins', sans-serif;
    font-size: 80px;
    color: #000;
    font-weight: 700;
    line-height: 80px;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 20px;
}

.title_sub {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    padding-bottom: 80px;
}

.greeting2 .inner_ul {
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 80px;
}

.inner_ul .inner_li1 {
    padding-left: 40px;
    padding-right: 40px;
}

.inner_ul .ceo_img_box {
    width: 300px;
}

.inner_ul .ceo_text_img_box {
    text-align: right;
    padding-top: 210px;
}

.inner1 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    padding-bottom: 15px;
}

.inner1 strong {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: 32px;
}

.inner2 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    padding-bottom: 30px;
}

.inner3 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #4a301b;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.inner4 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

@media (max-width: 1199px) {
    .inner_ul .ceo_img_box {
        width: 350px;
    }
    .inner_ul .ceo_img_box img {
        width: 350px;
    }
    .inner_ul .ceo_text_img_box {
        width: 350px;
        padding-top: 180px;
    }
}

@media (max-width: 991px) {
    .inner_ul .inner_li1 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .inner_ul .ceo_img_box {
        width: 300px;
    }
    .inner_ul .ceo_img_box img {
        width: 300px;
    }
    .inner_ul .ceo_text_img_box {
        width: 300px;
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .pc {
        display: none;
    }
    .mobile {
        display: block;
    }
    .mobile_bg {
        width: 100%;
        height: 1000px;
        background-color: #f5f5f5;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }
    .title {
        font-size: 28px;
        line-height: 33px;
        padding-top: 55px;
        padding-bottom: 25px;
    }
    .title_sub {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        padding-bottom: 40px;
    }
    .inner1,
    .inner2 {
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        padding-bottom: 20px;
    }
    .ceo_img_box,
    .ceo_text_img_box {
        width: 85%;
        margin: 0 auto;
    }
    .ceo_img_box img {
        width: 100%;
    }
    .ceo_text_img_box img {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .inner3 {
        width: 85%;
        font-size: 14px;
        line-height: 32px;
        text-align: left;
        padding-bottom: 5px;
        margin: 0 auto;
    }
    .inner4 {
        width: 85%;
        font-size: 14px;
        line-height: 22px;
        text-align: left;
        margin: 0 auto;
        margin-bottom: 50px;
    }
}