@charset "utf-8";

/* 내용관리 */
/* #container_title {
        background: url('/theme/IDEN_TN1/img/sub_bus.jpg')no-repeat top center;
    } */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nanum+Pen+Script&display=swap');

.company_new {
    padding: 60px 0 120px 0;
}

.company_intro {
    /* text-align: center; */
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    word-break: keep-all;
    color: #1e1459;
}

.company_intro b {
    font-weight: 800;
    color: #f37022;
}

.company_new_flex {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}

.company_intro_txt {
    font-size: 18px;
    font-weight: 500;
    word-break: keep-all;

    & span {
        display: block;
        text-align: right;
        font-weight: 600;
    }

}

.right_img {
    display: block;
    width: 100%;
    /* height: 100%; */
    /* object-fit:cover; */
    border-radius: 25px;
}

.row_half {
    width: 50%;
    display: flex;
    border-bottom: 1px solid #ccc;
}

.row_full {
    width: 100%;
    display: flex;
}

.row_title {
    width: 140px;
    text-align: center;
    background: #e4e4e4;
}

.row_desc {
    width: calc(100% - 140px);
    padding-left: 20px;
    background: #fff;
}

.row_title p,
.row_desc p {
    padding: 16px 0;
}

.row_title p {
    font-weight: 700;
    font-size: 22px;
}

.row_desc p {
    font-size: 18px;
}

.logo_img {
    width: 200px;
    margin-bottom: 20px;

}

.logo_img img {
    display: block;
    width: 100%;
}

.mis_title {
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 56px;

    color: #1f7888;
}

.m40 {
    margin: 40px auto;
}

.arrow {
    width: 50%;
    margin: 0 auto;
    position: relative;
}

.arrow img {
    display: block;
    width: 100%;
}

.arrow .abs {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}

.missionbox {
    margin: 60px auto;
    width: 90%;
    border-radius: 50px;
    background: #ededec;
    box-shadow: 0px 2px 6px 0px #1c1c1c;
    padding: 15px 60px;
    display: flex;
    align-items: center;
}

.missionbox img {
    display: inline-block;
    width: 30px;
    margin-right: 10px;
}

.mis_sub_title {
    display: inline-block;
    color: #f37022;
    font-size: 24px;
    font-weight: 600;
    margin-right: 30px;
}

.mis_sub_text {
    display: inline-block;
    font-size: 18px;
}

.visionbox {
    margin: 60px auto;
    width: 90%;
    border-radius: 25px;
    background: #ededec;
    box-shadow: 0px 2px 6px 0px #1c1c1c;
    padding: 15px 60px;
    display: flex;
    align-items: center;
}

.vision_sub {
    padding: 10px 20px;
}

.vt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.visionbox img {
    width: 24px;
    display: inline-block;
}

.visionbox h4 {
    display: inline-block;
    color: #f37022;
    font-size: 24px;
    font-weight: 600;
}

.visionbox p {
    font-size: 18px;
    text-align: center;
}

.teacher_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 60px auto;
}

.teacherbox {
    width: calc(50% - 15px);
    /* margin: 60px auto; */
    padding: 25px;
    border: 1px solid #ccc;
    border-radius: 15px;
}

.teacherbox img {
    display: block;
    width: 30%;
    margin: 0 auto;
}

.teacher_txt {
    margin-top: 15px;
}

.teacherbox h1 {
    text-align: center !important;
}

.teacherbox p {
    text-align: center !important;
}

@media screen and (max-width:767px) {
    .company_new {
        padding: 10px 10px 60px 10px;
    }

    .company_intro_txt {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .right_img {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:550px) {
    .company_intro {
        font-size: 2em;
    }

    .row_half {
        width: 100%;
    }

    .row_title {
        width: 100px;
    }

    .row_title p {
        font-size: 18px;
    }

    .row_desc p {
        font-size: 14px;
    }

    .missionbox {
        width: 98%;
        padding: 15px 30px;
    }

    .missionbox img {
        width: 20px;
    }

    .mis_sub_title {
        font-size: 20px;
        margin-right: 0px;
    }

    .mis_sub_text {
        font-size: 14px;
        word-break: keep-all;
    }

    .arrow {
        width: 100%;
    }

    .visionbox {
        padding: 15px 25px;
        flex-direction: column;
    }

    .visionbox h4 {
        font-size: 22px;
    }

    .visionbox p {
        font-size: 14px;
        word-break: keep-all;
    }
}

.about_img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 90px;
    flex-wrap: wrap;
    gap: 30px;
}

.about_img .icon {
    width: 31%;
    text-align: center;
    transition: 0.3s ease;
}

.about_img .icon:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.about_img .icon img {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;

}

.about_img .icon h3 {
    font-size: 22px;
    color: #1e1459;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.25px;
    margin: 20px 0 10px 0;
}

.about_img .icon h3 span {
    font-size: 18px;
    color: #1e1459;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.25px;
}

.about_img .icon p {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.25px;
    word-break: keep-all;
}

.img_below {
    display: block;
    width: 100%;
}

.edu_img {
    display: block;
    width: 100%;
    border-radius:15px;
}

.teacherbox .row {
    align-items: center;
}

@media screen and (max-width:567px) {
    .about_img {
        margin-top: 30px;
        gap: 20px;
        align-items: flex-start;
    }

    .about_img .icon {
        width: 47%;
        margin-bottom: 10px;
    }

    .about_img .icon h3 {
        font-size: 18px;
        word-break: keep-all;
    }

    .about_img .icon p {
        font-size: 14px;
    }

    .about_img .icon:hover {
        transform: unset;
        box-shadow: unset;
    }

    .teacher_txt {
        margin: 0 auto;
        margin-top: 20px;
        width: 55%;
    }

    .teacherbox {
        padding: 15px;
        width: 100%;
    }
}