    /* application */
    .con1 {
        margin: 70px auto 60px;
    }
    .application{
        display: flex;
        flex-wrap: wrap;
    }
    .application li{
        position: relative;
        width: 49.5%;
        /*margin-right: 1%;*/
        margin-right: 0;
		margin:10px;
        display: flex;    
        flex-wrap: wrap;

        box-shadow: 0px 6px 24px 10px rgb(1 58 148 / 6%);
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 16px;
    }  
   
    .application li:nth-child(2n){
        margin-right: 0;
		margin:10px;
    }
    .application .imgbox{
        width: 100%;
        height: 40vw;
    }
    .application .imgbox img{
        width: 100%; height: 100%;
        object-fit: cover;
    }
    .application .ap_text{
        width: 100%;
        padding: 10px;
        min-height: 225px;
    }
    .application p:nth-child(1){
        font-size: 15px;
        color: #666;
        margin-bottom: 4px;
    }
    .application .ap_Tit {
        font-weight: bold;
        padding-bottom: 7px;
    }
    .application p:nth-child(3),
    .application p:nth-child(4){
        font-size: 15px;
        line-height: 1.3;
        letter-spacing: -0.06em
    }



    /* 종목상세보기 버튼 */
    .application button{
        width: calc(100% - 20px);
        margin: 0 auto 10px;
        height: 44px;
        line-height: 44px;
        background-color: #042A6F;
        border: 1px solid #042A6F;
        color: #fff;
        transition: 0.3s ease;
    }
    .applicationList>a {
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .Common_pop-up {
        display: block;
        width: 100%;
    }
    /* *텍스트 */
    .red{
        font-size: 14px;
        color: #ff5858;
    }


    /* 교육내용 */
    .con2_2 {
        width: 100%;
        display: block;
        padding-bottom: 60px;
    }
    .co2_box {
    }
    .gyny{
        width: 100%;
        margin-top: 20px;
    }
    .gyny strong{
        display: block;
        margin-bottom: 10px;
        color: #042A6F;
    }
    .gyny table td{
    }
    

    .con3{
        padding-bottom: 10px;
    }



    /* 교육 */
    .con4 .edu_box{
    }
    .ptext_red{
        color: #ff5858;
    }



    /* 달력 => 개발후 css 수정 */
    
    



    .con4 {
        margin-top: 30px;
        margin-bottom: 60px;
    }
    .con5 {
         margin-bottom: 100px;
    }
    .con5>.edu_box {
    }
    .edu_box {
        margin-bottom: 20px;
    }


    /* 스크롤바 */
    .scrollStyle::-webkit-scrollbar{
        display: none;
    }

/* 글자 */

.big_txt {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
}
.poptit>.popup_list:last-child {
    margin-top: 0;
}
.poptit_1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.poptit_1>p {
    margin-left: 20px;
}
.poptit_1 {
    margin-bottom: 15px;
}
.popup_list {
   /* margin-top: 15px; */
}
.popup_list
.popup_list>ul {
    width: 100%;
}
.popup_list>ul>li {
    display: flex;
    text-align: left;
    width: 100%;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    padding: 6px 0;
}
.popup_list>ul>li:nth-child(1) {
    border-top: 1px solid #000;
}
.poptit>.popup_list:last-child {
    border-bottom: 1px solid #ccc;
}
/* 줄줄줄 */
.border_bottom {
    border-bottom: 1px solid #ccc;
}
.program_detail {
    margin-top: 15px;
}
.program_detail>p {
    word-break: keep-all;
}
.pop_left {
    width: 95px;
}
.pop_right {
    width: calc(100% - 95px);
}

.instructor {
    margin-top: 16px;
    /* display: flex;
    justify-content: space-between; */
    /* position: relative; */
    width: 100%;
    margin-bottom: 50px;
}
.instructor_img {
    margin: 0 auto;
    width: 127px;
}

.instructor_txt {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* width: calc(100% - 86px); */
    padding-left: 10px;
}
.span_bar {
    font-weight: bold;
}
.instructor_txt>p:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
}
.instructor_txt>p:nth-child(n + 2) {
    line-height: 1.5;
    letter-spacing: -0.04em;
    font-size: 15px;
}
.pop3>.popup_list>ul>li:last-child {
    border-bottom: 1px solid #ccc ;
}
.pop3_btn{
    display: flex;
    margin-top: 40px;
    text-align: center;
}
.pop3_btn .buttonWrap:nth-child(2){margin-right: 0;}
.buttonWrap>a {
    display: block;
    color: #fff;
}

/* 달력 */
.Calendar_day>td {
    height: 80px;
    text-align: left;
    vertical-align: top;
}
.teenage_beginner {
    position: relative;
    padding-left: 18px;
}
.teenage_beginner::before {
    content: '';
    position: absolute;
    left: 0;top: 50%;
    transform: translateY(-50%);
    width: 10px;height: 10px;
    border-radius: 50%;
    background: #FF7B7B;
}
.adult {
    position: relative;
    padding-left: 18px;

}
.adult::before {
    content: '';
    position: absolute;
    left: 0;top: 50%;
    transform: translateY(-50%);
    width: 10px;height: 10px;
    border-radius: 50%;
    background: #6B5FFF;
}
.introduction_to_teenage {
    position: relative;
    padding-left: 18px;

}
.introduction_to_teenage::before {
    content: '';
    position: absolute;
    left: 0;top: 50%;
    transform: translateY(-50%);
    width: 10px;height: 10px;
    border-radius: 50%;
    background: #63A1FF;
}
.teenage_am {
    position: relative;
    padding-left: 18px;
}
.teenage_am::before {
    content: '';
    position: absolute;
    left: 0;top: 50%;
    transform: translateY(-50%);
    width: 10px;height: 10px;
    border-radius: 50%;
    background: #FFDA57;
}
.autonomy {
    position: relative;
    padding-left: 18px;

}
.autonomy::before {
    content: '';
    position: absolute;
    left: 0;top: 50%;
    transform: translateY(-50%);
    width: 10px;height: 10px;
    border-radius: 50%;
    background: #64CEC8;
}
.deadline_ {
    position: relative;
    padding-left: 18px;

}
.deadline::before {
    content: '';
position: absolute;
left: 0;top: 50%;
transform: translateY(-50%);
width: 10px;height: 10px;
border-radius: 50%;
background: #ccc;
}

.schedule {
    box-sizing: border-box;
   width: 100%;
}

/* 반응형 */
@media (max-width: 376px) {
    .ap_text {
        height: 117px;
    }
}

/* 버튼 강의 상세보기 */
.list_view {
    position: absolute;
    bottom: 0;
    left: 10px;
}

/* 등록된강좌가없음 */
.applicationList>span {
    display: inline-block;
    text-align: center;
}
.list_span {
    display: flex;
    justify-content: center;
    width: 100% !important;
    padding: 50px 0 50px 0;
    text-align: center;
    box-shadow: none !important;
    /* border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; */
}

