#adminsion_wrap {
    background: #eaedf0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 60px;
    position: relative;

}
#adminsion_wrap #bo_btn_top {
    margin: 0 !important;
    padding: 0 !important;
}
#adminsion_list {
    padding-top: 60px;
}
#adminsion_list .flex01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
#adminsion_list .flex01 .box {
    background: #fff;
    border-radius: 0.7em;
    padding: 45px 55px;
}
#adminsion_list .flex01 .box .title {
    padding-left: 100px;
    min-height: 75px;
    /* background: url("../../../img/sub/uni_01.png"); */
    background-repeat: no-repeat !important;
    background-size: 72px 74px !important; 
    position: relative;
}
#adminsion_list .flex01 .box .title h2 {
    font-size: 26px;
    font-weight: 700;
}
#adminsion_list .flex01 .box .title span {
    font-size: 19px;
}
#adminsion_list .flex01 .box .title p {
    position: absolute;
    right: -40px;
    top: -35px;
}
#adminsion_list .flex01 .box .title p a {
    background: #eaedf0;
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    width: 98px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.4em;
}
#adminsion_list .flex01 .box .content {
    padding-top: 32px;
    padding-bottom: 12px;
    color: #333333;
    /* font-size:20px; */
}

/* 팝업 */

/* .overlay-popups.admission {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    z-index: 999999999 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.overlay-popups.admission:target {
    visibility: visible;
    opacity: 1;
} */
 @media(min-width:992px){  
.overlay-popups.admission {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none; /* 기본적으로 숨김 */
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* 팝업 활성화 상태 */
.overlay-popups.active {
    display: flex;
}
}
.overlay-popups.admission .popup-content {
    /* margin: 70px auto; */
    background: #fff;
    width: 890px;
    position: relative;
    border-radius: 1em;
    transition: all 5s ease-in-out;
    padding-bottom: 10px;

}
.overlay-popups.admission .popup-content  .title {
    border-bottom: 1px #d6d6d6 solid;
    min-height: 98px;
    /* background: url("../../../img/sub/uni_01.png"); */
    background-position: 45px 50% !important;
    background-repeat: no-repeat !important;
    position: relative;
    padding: 34px 0 34px 160px;
}
.overlay-popups.admission .popup-content h2 {
    border: 0;
    text-align: left;
    font-family: 'Paperlogy' !important;
    font-size:33px;
    color: #000;
    font-weight:700;
    line-height: 46px;
    padding-bottom: 2px;
}
.overlay-popups.admission .popup-content span {
    font-size:21px;

}
.overlay-popups.admission .popup-content .close {
    position: absolute;
    top: 50px;
    /*    border: 1px #fff solid;*/
    right: 30px;
    transition: all 200ms;
    font-size: 50px;
    font-weight: bold;
    text-decoration: none;
    color: #000 !important;
    opacity: 1;
    text-shadow: none;
    line-height: 0;
    padding: 12px 5px 20px;
}

.overlay-popups.admission .popup-content .close:hover {
    color: #06D85F;
}

.overlay-popups.admission .popup-content .contents {
    /*  max-height: 30%;*/
    height: auto;
    padding: 40px 50px 30px;
    overflow-y: auto;
    text-align: left;
    font-size:21px;
    line-height: 34px;
    height: 600px;
}
.overlay-popups.admission .popup-content .contents p {
    font-size:21px;
    line-height: 34px;
}


/* 팝업 마감 */
@media(max-width:991px){ 
    #adminsion_wrap {
        background: #eaedf0;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 30px;
        position: relative;
    
    }
    #adminsion_wrap #bo_btn_top {
        margin: 0 !important;
        padding: 0 !important;
    }
    #adminsion_list {
        padding-top: 30px;
    }
    #adminsion_list .flex01 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    #adminsion_list .flex01 .box {
        background: #fff;
        border-radius: 0.6em;
        padding: 25px 20px;
    }
    #adminsion_list .flex01 .box .title { 
        padding-left: 60px;
        min-height: 45px;
        background-repeat: no-repeat !important;
        background-size: 42px 44px !important; 
        position: relative;
    }
    #adminsion_list .flex01 .box .title h2 {
        font-size: 19px;
        font-weight: 700;
        line-height: 24px;
    }
    #adminsion_list .flex01 .box .title span {
        font-size: 14px;
    }
    #adminsion_list .flex01 .box .title p {
        position: absolute;
        right: -40px;
        top: -35px;
    }
    #adminsion_list .flex01 .box .title p a {
        background: #eaedf0;
        color: #282828;
        font-size: 16px;
        font-weight: 600;
        width: 98px;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0.4em;
    }
    #adminsion_list .flex01 .box .content {
        padding-top: 12px;
        padding-bottom: 12px;
        color: #333333;
    }
    /* 팝업 */
    .overlay-popups.admission {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        display: none; 
        align-items: center;
        justify-content:center;
        z-index: 9999;
      
        
    }
    
    /* 팝업 활성화 상태 */
    .overlay-popups.active {
        display: flex;
        
    }
    .overlay-popups.admission .popup-content {
        /* margin: 70px auto; */
        background: #fff;
        width: 98%;
        position: relative;
        border-radius: 1em;
        transition: all 5s ease-in-out;
        padding-bottom: 10px;
    
    }
    .overlay-popups.admission .popup-content  .title {
        border-bottom: 1px #d6d6d6 solid; 
        min-height: 65px;
        /* background: url("../../../img/sub/uni_01.png"); */
        /* background: none !important; */
        background-position: 15px 50% !important;
        background-size: 42px 44px !important; 
        background-repeat: no-repeat !important;
        position: relative;
        padding: 0px 0 10px 70px;

    }
    .overlay-popups.admission .popup-content h2 {
        border: 0;
        text-align: left;
        font-family: 'Paperlogy' !important;
        font-size:18px;
        color: #000;
        font-weight:700;
        line-height: 26px;
        padding-bottom: 0px;
    }
    .overlay-popups.admission .popup-content span {
        font-size:14px;
    
    }
    .overlay-popups.admission .popup-content .close {
        position: absolute;
        top: -20px;
        /*    border: 1px #fff solid;*/
        right: 0; 
        transition: all 200ms;
        font-size: 24px;
        font-weight: bold;
        text-decoration: none;
        color: #fff !important;
        opacity: 1;
        text-shadow: none;
        line-height: 42px;
        padding: 0;
        background: #fff;
        color: #000;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display:flex;
        justify-content: center;
        align-items: center;
        background: #000;
    }
   
    .overlay-popups.admission .popup-content .close:hover {
        color: #06D85F;
    }
    
    .overlay-popups.admission .popup-content .contents {
        /*  max-height: 30%;*/
        height: auto;
        padding: 20px 20px 30px;
        overflow-y:  auto; 
        text-align: left;
        font-size:14px;
        line-height: 22px;
        height: 360px;
    }
    .overlay-popups.admission .popup-content .contents p {
        font-size:14px;
        line-height: 22px;
    }
 }
