/* 인사말 */
.greeting { position: relative; padding-left: 1.5rem; }
.greeting dl dt { position: relative; background: #1F6ABB url('/images/dgedu/web/dgai/sub/greeting_bg01.png') no-repeat bottom right; border-radius: 1.5rem 1.5rem 5.5rem 1.5rem; overflow: hidden; padding: 2.5rem 27.4rem 3rem 2.5rem; color: #fff; line-height: 2.5rem; z-index: 1; margin-left: 2.5rem; }
.greeting dl dt p { display: block; font-size: 1.6rem; font-weight: 700; }
.greeting dl dt strong { display: block; font-size: 1.75rem; font-weight: 700; }
.greeting dl dt span { display: block; font-size: 0.9rem; line-height: normal; margin-top: 0.8rem; }
.greeting dl dd { position: relative; padding: 9rem 1.2rem 1.2rem 5rem; margin-top: -7.5rem; background: #EEEEEE url('/images/dgedu/web/dgai/sub/greeting_bg02.png') no-repeat bottom -1.7rem right 2rem; border-radius: 5.5rem 2rem 2rem 2rem; overflow: hidden; font-size: 0.9rem; }
.greeting dl dd .imgtxt { margin: 1.5rem 0 1.9rem; }
.greeting dl dd .imgtxt img { max-width: 100%; }
.greeting dl dd .name { text-align: right; font-size: 1rem; font-weight: 700; color: #333; }

/* 오시는길 */
.wayCome .map { line-height: 0; }
.wayCome .map img { max-width: 100%; }
.wayCome .info { display: flex; flex-wrap: wrap; padding: 1.8rem; gap: 0.8rem 2rem; background: #F4F8FE; border: 1px solid #C4C4C4; border-radius: 0 0 1.5rem 1.5rem; border-top: none; }
.wayCome .info li { display: flex; gap: 0.5rem 0.75rem; font-size: 1rem; align-items: anchor-center; }
.wayCome .info li .img { width: 2.3rem; height: 2.3rem; border-radius: 50%; display: flex; justify-content: center; align-items: center; background: #0079ff; flex: none; }
.wayCome .info li strong { font-size: 1.1rem; font-weight: 700; color: #121212; flex: none; }

/* 시설안내 */
.trialWrap .box_st_img { padding: 0; margin-top: 0; }
.trialWrap .box_st_img + .box_st_img,
.trialWrap [class*="trial"] + .box_st_img { margin-top: 3rem; }
.titFlex { display: flex; justify-content: space-between; margin-top: 1rem; }
[class*="trial"] table { border-radius: 0.2rem; overflow: hidden; }
[class*="trial"] table th { padding: 0.5rem 0.6rem !important; font-size: 0.9rem; }
[class*="trial"] table td { text-align: left; padding: 0.5rem 0.6rem !important; font-size: 0.75rem; }
[class*="trial"] table tr:last-child th { border-bottom: none; }
[class*="trial"] table tr:last-child td { border-bottom: none; }
.tbl_st.trial1 table { border: 1px solid #5A66BF !important; }
.tbl_st.trial1 table th { background: #5A66BF; color: #fff; }
.tbl_st.trial1 table td { border-bottom: 1px solid #5A66BF; }
.tbl_st.trial2 table { border: 1px solid #F67B00 !important; }
.tbl_st.trial2 table th { background: #F67B00; color: #fff; }
.tbl_st.trial2 table td { border-bottom: 1px solid #F67B00; }
.tbl_st.trial3 table { border: 1px solid #3DD481 !important; }
.tbl_st.trial3 table th { background: #22B263; color: #fff; }
.tbl_st.trial3 table td { border-bottom: 1px solid #3DD481; }
.trialBox table td a { font-size: 0.9rem; }

.Coming_soon .inner .img { margin-bottom: 2.5rem; }
.Coming_soon .inner .img img { max-width: 100%; }

/* 기관안내 레이어 팝업 */
.lypopUp { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; padding: 5.5rem 1rem; background: rgba(0, 0, 0, 0.4); justify-content: center; align-items: center; }
.lypopUp .lypopUp_wrap { position: relative; width: 54rem; margin: 0 auto; border-radius: 2rem; border: 1px solid rgb(178, 187, 206); background: #F9FCFF; overflow: hidden; padding: 2rem; }
.lypopUp .lypopUp_wrap .tit1 { margin-bottom: 0; }
.lypopUp .lypopUp_wrap .inner { height: calc(100% - 3rem); overflow-y: auto; margin-top: 1.5rem; }
.lypopUp .lypopUp_wrap .lypopUpClose { position: absolute; top: 1.8rem; right: 2rem; width: 2rem; height: 2rem; border-radius: 50%; background: #0079FF; color: #fff; display: flex; justify-content: center; align-items: center; }
.lypopUp.on { display: flex; }

@media (max-width:1440px) {
    /* 인사말 */
    .greeting dl dt { padding: 2.5rem 20.4rem 3rem 2.5rem; background-size: 20rem; }
}

@media (max-width:1440px) {
    /* 인사말 */
    .greeting { padding-left: 0; }
    .greeting dl dt { margin-left: 0; }
    .greeting dl dd { padding: 9rem 1.2rem 1.2rem 2.5rem; }
    .greeting dl dd .imgtxt { margin: 1.5rem 0; }
}

@media (max-width:768px) {
    /* 인사말 */
    .greeting dl dt { background: #1F6ABB; padding: 1.5rem; border-radius: 1.5rem 1.5rem 3rem 1.5rem; line-height: normal; }
    .greeting dl dt p { font-size: 1.4rem; }
    .greeting dl dt strong { font-size: 1.5rem; }
    .greeting dl dd { padding: 9rem 1.2rem 1.2rem 1.5rem; background-size: 8rem; }

    /* 오시는길 */
    .wayCome .info { padding: 1.5rem; }
    .wayCome .info li { font-size: 0.9rem; align-items: baseline; }
    .wayCome .info li .img { display: none; }
    .wayCome .info li strong { font-size: 0.9rem; }

}