@charset "UTF-8";


/* ---------------------- S : 연성대 ---------------------- */

/* S : header */
#header .logo {
    margin-top: 0;
}

/* E : header */


/* S : 메인 */
/* S : 메인 인디케이터 */
.main_stats {
    position: fixed;
    z-index: 10;
    left: 30px;
    top: 50%;
    width: 150px;
}

#mainvswrap .txtbox {
    top: 45%;
}

/* E : 메인 인디케이터 */

/* S :  slide */
#eduwrap {
    background: url(/platform/img/main/yeonsung/sub_01.jpg) no-repeat center / cover;
}

#boardwrap {
    background: url(/platform/img/main/yeonsung/sub_02.jpg) no-repeat center / cover;
}

/* E :  slide */
.main_inner {
    position: relative;
    top: 50%;
    margin: 0 auto;
    padding: 0;
    transform: translateY(-50%);
}

/* E : 메인 */


/* S : 인사말 */
#subbody .greeting {
    display: flex;
    justify-content: space-between;
    align-itemS: flex-start;
    width: 100%;
}

#subbody .greeting .intro_boss {
    width: 400px;
    height: 580px;
    background: url(/platform/img/introduction/yeonsung/img_greet01.jpg) no-repeat center / cover;
    border-radiuS: 0px;
    border-radiuS: 40px 0px;
    box-shadow: rgb(0 0 0 / 5%) 4px 4px 4px;
    margin-right: 100px
}

#subbody .greeting .gt_section {
    width: calc(100% - 500px)
}

#subbody .greeting .gt_section h2 {
    margin-bottom: 40px;
    font-sizE: 28px;
    font-weight: 600;
}

#subbody .greeting .gt_section p {
    margin-bottom: 30px
}

/* E : 인사말 */


/* S : 찾아오시는길 */
#subbody .wayinfo {
    background: var(--primary);
    width: 100%;
    margin-bottom: 30px;
    margin-top: -3px;
    display: flex;
    justify-content: flex-start;
    align-itemS: center;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 10px;
    padding: 15px 20px;
    color: #fff;
}

#subbody .wayinfo .fa-solid {
    margin-right: 5px;
    opacity: 0.5;
}

.sub_box .table_type01 th.table-tit {
    padding: 15px;
    background: #6b7a8e;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.sub_box table .sub_text_list ul {
    padding-left: 0;
}

span.bold {
    font-weight: bold;
}

/* E : 찾아오시는길 */


/* S : 미디어쿼리 */

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

    /* S : 메인 */
    .main_inner {
        width: 100%;
        padding: 60px 20px 40px 20px;
    }

    /* E : 메인 */

    /* S : 인사말 */
    #subbody .greeting {
        flex-direction: column;
    }

    #subbody .greeting .gt_section {
        width: 100%;
        flex-direction: column;
    }

    #subbody .greeting .gt_section>div {
        width: 100%
    }

    #subbody .subcon p {
        font-sizE: 16px
    }

    #subbody .greeting .intro_boss>div {
        padding: 10px;
        height: fit-content;
        border-radiuS: 10px 10px 10px 0px;
    }

    #subbody .greeting .intro_boss {
        margin-top: 0px;
        margin-bottom: 30px;
        width: 100%;
        height: 250px;
        background: url(/platform/img/introduction/yeonsung/img_greet02.jpg) no-repeat center / cover;
    }

    /* E : 인사말 */
}

/* E : 미디어쿼리 */

/* ---------------------- E : 연성대 ---------------------- */