/* sub공통 start*/
.flower_mark::before{
    content: '';
    display: block;
    width: 18px;
    min-width: 18px;
    height: 18px;
    background: url(/assets/cas19/image/sub/flower_mark.svg) no-repeat center center;
}
.youth_table_basic{
    width: 100%;
}
.youth_table_basic thead{
    border-top: 1px solid #555555;
}
.youth_table_basic th{
    background-color:#F7FCFF;
    padding: 12px;
    
}
.youth_table_basic thead th:not(:first-child){
    border-left: 1px solid #ddd;
}
.youth_table_basic td{
    text-align: center;
    border: 1px solid #ddd;
    padding: 12px;
}
.youth_table_basic td:first-child{
    border-left: none;
}
.youth_table_basic td:last-child{
    border-right: none;
}
.serif{
    font-family: 'Noto Serif';
    font-weight: 500;
    /* font-style: normal; */
}
@media screen and (max-width: 767px){
    .youth_table_basic thead th{
        padding: 8px;
        font-size: 16px;
    }
    .youth_table_basic td {
        padding: 8px;
        font-size: 16px;
    }
}
/* sub공통 end*/


/* 청소년국 - 소개 start */
.intro_index .intro_top{
    position: relative;
    padding: 60px 0;
    margin-bottom: 60px;
    gap: 10%;
}
.intro_index .intro_top::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #0096FF0A;
    z-index: -1;
}
.intro_index .intro_top img{
    width: 40%;
    min-width: 200px;
}
.intro_index .work_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.intro_index .work_list > li{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 48px 40px 33px 40px;
}
.intro_index .work_list > li ul{
    margin-left: 30px;
}
.intro_index .work_list h3{
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
}
.intro_index .work_list .img_box{
    display: flex;
    justify-content: flex-end;
    margin-top: -40px;
}
.intro_index .flower_mark{
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 600;
}
.intro_index .bottom_wrap {
    display: flex;
    justify-content: flex-start !important;
}
.intro_index .bottom_wrap b.card:nth-of-type(1){
    display: block;
    margin-top: 16px;
}
@media screen and (max-width:1023px){
    .intro_index .intro_top{
        gap: 5%;
        padding: 40px 0;
    }
    .intro_index .intro_top img{
        width: 32%;
    }
    .intro_index .intro_top p{
        font-size: 16px;
        line-height: 1.6;
    }
    .intro_index .work_list{
        gap: 20px;
    }
    .intro_index .work_list > li{
        padding: 24px 24px 16px 24px;
    }
    .intro_index .work_list h3{
        line-height: 1.2;
        font-size: 20px;
    }
    .intro_index .work_list > li ul {
        margin-top: 10px;
    }
    .intro_index .work_list > li ul li{
        font-size: 16px;
        line-height: 26px;
    }
    .intro_index .work_list .img_box{
        margin-top: -20px;
    }
    .intro_index .work_list .img_box img{
        width: 80px;
        height: 80px;
    }
}
@media screen and (max-width: 767px){
    .intro_index .intro_top{
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
    .intro_index .intro_top img{
        width: 160px;
        min-width: 160px;
    }
    .intro_index .work_list{
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .intro_index .work_list .img_box{
        margin-top: -20px;
    }
    .intro_index .work_list h3{
        gap: 8px;
    }
}
@media screen and (max-width: 424px){
    .intro_index .work_list .img_box{
        margin-top: 10px;
    }
}
/* 청소년국 - 소개 End */

/* 청소년국 - 조직도 start*/
.intro_organization .sub_contents{
    position: relative;
}
.intro_organization .orga_basic{
    width: 185px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 100px;
}
.intro_organization .main_com{
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: linear-gradient(137deg, #0096FF 0%, #94CC5F 54%, #FFC848 100%) 0% 0% no-repeat ;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto;
}
.intro_organization .main_com::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: linear-gradient(137deg, #0096FF 0%, #94CC5F 54%, #FFC848 100%) 0% 0% no-repeat ;
    opacity: 0.2;
    z-index: -1;
}
.intro_organization .orga_basic.youth{
    position: absolute;
    left: calc(50% + 80px);
    border: 1px solid #EBAD1F;
    background: linear-gradient(180deg, #FFC848, #FF843D);
    margin: 36px auto 20px auto;
}
.intro_organization .orga_basic.youth::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
    display: block;
    width: 80px;
    height: 1px;
    background-color: #ddd;
    z-index: -1;
}
.intro_organization .sub_contents::before{
    content: '';
    position: absolute;
    left: 50%;
    display: block;
    width: 1px;
    height: calc(100% - 300px);
    background-color: #ddd;
    z-index: -1;
}
.intro_organization .orga_center{
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 120px;
}
.intro_organization .orga_center::before{
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    width: 100%;
    height: 1px;
    transform: translateX(-50%);
    background-color: #ddd;
    z-index: -1;
}
.intro_organization .orga_center .orga_basic{
    background-color: #0096FF;
    margin-bottom: 6px;
}
.intro_organization .orga_center > ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
.intro_organization .orga_center ul::before{
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 90%;
    background-color: #ddd;
    z-index: -1;
}
.intro_organization .orga_center li:not(.orga_basic, .orga_bottom li){
    width: 100%;
    background-color: #fff;
    border: 1px solid #0096FF;
    border-radius: 10px;
    padding: 16px 8px;
    margin-top: 10px;
    color: #0096FF;
    text-align: center;
}
.intro_organization .orga_center li{
    font-weight: 500;
}
.intro_organization .orga_center li small{
    display: block;
    color: #0096FF;
    font-size: 16px;
    line-height: 22px;
}
.intro_organization .orga_center li small p{
    font-size: 15px;
    color: #999;
}
.intro_organization .orga_bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 5;
}
.intro_organization .orga_bottom .orga_basic{
    position: relative;
    margin-bottom: 36px;
    background-color: #026BB4;
}
/* .intro_organization .orga_bottom .orga_basic::before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 1px;
    height: 18px;
    background-color: #ddd;
} */
.intro_organization .orga_bottom ul{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}
.intro_organization .orga_bottom ul::before{
    content: '';
    position: absolute;
    top: -18px;
    left: 50%;
    width: calc(100% - 140px);
    height: 1px;
    transform: translateX(-50%);
    background-color: #ddd;
}
.intro_organization .orga_bottom > ul > li{
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 88px;
    text-align: center;
    font-weight: 500;
    border: 1px solid #026BB4;
    border-radius: 10px;
    color: #026BB4;
    padding: 16px 0;
    background-color: #fff;
}
.intro_organization .orga_bottom li:not(:nth-child(3))::before{
    content: '';
    position: absolute;
    top: -18px;
    left: 50%;
    width: 1px;
    height: 18px;
    background-color: #ddd;
}
.intro_organization .orga_bottom .orga_last_list li{
    border: none;
    font-size: 16px;
    color: #555;
    background-color: transparent;
    padding: 0;
    font-weight: normal;
}
.intro_organization .orga_bottom .orga_last_list li::before{
    content: none;
}
@media screen and (max-width: 1170px){
    .intro_organization .sub_contents::before{
        height: 100%;
    }
    .intro_organization .orga_bottom ul{
        flex-direction: column;
    }
    .intro_organization .orga_bottom li:not(:nth-child(3))::before{
        content: none;
    }
    .intro_organization .orga_center ul::before{
        height: 80%;
    }
}
@media screen and (max-width: 1023px){
    .intro_organization .orga_bottom li{
        width: 130px;
    }
}
@media screen and (max-width: 767px){
    .intro_organization .sub_contents::before{
        height: calc(100% - 145px);
    }
    .intro_organization .orga_basic{
        width: 160px;
        height: 44px;
    }
    .intro_organization .orga_center li:not(.orga_basic){
        width: 136px;
        padding: 10px;
    }
    .intro_organization .main_com{
        width: 130px;
        height: 130px;
    }
    .intro_organization .main_com::before{
        width: 160px;
        height: 160px;
    }
    .intro_organization .sub_contents::before{
        top: 145px;
    }
    .intro_organization .orga_bottom{
        width: 100%;
        margin-top: 40px;
    }
    .intro_organization .orga_bottom .orga_basic{
        margin-bottom: 16px;
    }
    .intro_organization .orga_bottom ul{
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .intro_organization .orga_bottom ul::before{
        content: none;
    }
    .intro_organization .orga_bottom li{
        width: 160px;
    }
    .intro_organization .orga_bottom li::before{
        content: none;
    }
}
@media screen and (max-width: 520px){
     .intro_organization{
         overflow-x: auto;
     }
    .intro_organization .sub_contents{
        width: 490px;
    }
    .intro_organization .main_com{
        width: 130px;
        min-width: 130px;
        margin-top: 20px;
    }
    .intro_organization .orga_bottom li{
        width: 100%;
    }
}
/* 청소년국 - 조직도 end*/

/* 청소년국 - 오시는 길 start*/
#daumRoughmapContainer1754274399514{
    width: 100% !important;
    margin-bottom: 20px;
}
.root_daum_roughmap .cont{
    display: none ;
}
.map_main .mapAdd{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
table.bus_table{
    margin-top: 0;
}
div.locationImg div.mapAdd > span {
    display: block;
    float: left;
    width: 65px;
    height: 65px;
    background: linear-gradient(#00c6a3, #0098d1);
    border-radius: 5px;
    text-align: center;
    margin-left: 10px;
    margin-right: 12px;
}
/* 청소년국 - 오시는 길 end*/

/* 청소년사목,청년사목 - 청소년사목 소개 start*/
.youth_index .sub_contents{
    display: flex;
    gap: 68px;
}
.youth_index .tab_menu{
    display: block;
    width: 260px;
    height: fit-content;
    min-width: 260px;
    border: 1px solid #C7DEEF;
    border-radius: 5px;
    margin-bottom: 0;
    padding: 24px 30px;
    box-shadow: 3px 3px 10px #0000000D;
}
.youth_index .tab_menu li{
    display: flex;
    align-items: center;
    gap: 12px;
    color: #999999;
    padding: 8px 0;
    line-height: 1.2;
    cursor: pointer;
}
.youth_index .tab_menu li::before{
    content: '';
    display: block;
    width: 6px;
    min-width: 6px;
    height: 6px;
    background-color: #ddd;
    margin-left: 6px;
}
.youth_index .tab_menu li:not(:last-child){
    border-bottom: 1px dashed #ddd;
}
.youth_index .tab_menu li.active{
    gap: 6px;
    font-weight: 500;
    color: #026BB4;
}
.youth_index .tab_menu li.active::before{
    content: '';
    display: block;
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-left: 0;
    background: url(/assets/cas19/image/sub/flower_mark.svg) no-repeat center center;
}
/* .youth_index .tab_content{
    display: none;
}
.youth_index .tab_content.active{
    display: block;
} */
.youth_index .tab_content {
    width: 100%;
}
.youth_index .tab_content .tit{
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.youth_index .tab_content .tit h3{
    font-size: 24px;
    font-weight: 700;
}
.youth_index .tab_content .tit .sns{
    display: block;
    width: 32px;
    min-width: 32px;
    height: 32px;
}
.youth_index .tab_content .tit .youtube{
    background: url(/assets/cas19/image/sub/icon_youtube.svg) no-repeat center center;
}
.youth_index .tab_content .tit .instagram{
    background: url(/assets/cas19/image/sub/icon_instagram.svg) no-repeat center center;
}
.youth_index .tab_content .tit .kakaoCH{
    background: url(/assets/cas19/image/sub/icon_kakaoCH.svg) no-repeat center center;
}
.youth_index .tab_content .tit .naverCafe{
    background: url(/assets/cas19/image/sub/icon_naverCafe.svg) no-repeat center center;
}
.youth_index .tab_content .tit .daumCafe{
    background: url(/assets/cas19/image/sub/icon_daumCafe.svg) no-repeat center center;
}
.youth_index .tab_content .explain{
    padding-top: 20px;
}
.youth_index .tab_content .info{
    border-radius: 10px;
    background-color: #F7FCFF;
    padding: 36px 30px;
    margin-top: 24px;
}
.youth_index .tab_content .info li{
    display: flex;
    align-items: baseline;
    gap: 16px;
}
.youth_index .tab_content .info li:not(:first-child){
    margin-top: 10px;
}
.youth_index .tab_content .info span{
    width: 130px;
    min-width: 130px;
    height: 34px;
    display: flex;
    border: 1px solid #026BB4;
    border-radius: 50px;
    background-color: #fff;
    color: #026BB4;
    font-weight: 500;
}
.youth_index .tab_content .info .info_list li:not(:first-child){
    margin: 0;
}
.youth_index .tab_content .sns_wrap{
    gap: 4px;
}
.youth_index .tab_content .sns_wrap small{
    display: inline-block;
    font-size: 15px;
    color: #999;
    margin-left: 10px;
}
.youth_index .con_zone{
    display: flex;
    align-items: flex-start;
    gap: 36px;
    margin-top: 20px;
    word-break: keep-all;
}
.youth_index .con_zone p{
    margin-top: 0;
}
.youth_index .con_zone.heart_choice_cross img{
    width: 210px;
}
.youth_index .con_zone.heart_choice_cross .red_font{
    display: flex;
    align-items: center;
    gap: 4px;
    color: #EF3F3F;
    font-weight: 600;
}
.youth_index .con_zone.heart_choice_cross .red_font::before{
    content: '';
    /* display: block; */
    width: 16px;
    min-width: 16px;
    height: 12px;
    background: url('/assets/cas19/image/sub/heart_mark.svg') no-repeat center center;
}
.youth_index .con_zone.heart_choice_cross p{
    margin-top: -4px;
    padding-left: 20px;
    font-size: 16px;
    color: #666666;
}
@media screen and (max-width: 1023px){
    .youth_index .sub_contents{
        flex-direction: column;
        gap: 40px;
    }
    .youth_index .tab_menu{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 0 16px;
        padding: 12px 24px;
        margin-bottom: 0;
    }
    .youth_index .tab_menu li{
        align-items: center;
    }
    .youth_index .tab_menu li:not(:last-child){
        border-bottom: none;
    }
    
}
@media screen and (max-width: 767px){
    .youth_index .tab_menu li{
        font-size: 16px;
        gap: 8px;
    }
    .youth_index .tab_content .tit{
        gap: 12px;
        padding-bottom: 10px;
    }
    .youth_index .tab_content .tit h3{
        font-size: 20px;
    }
    .youth_index .tab_content .explain{
        font-size: 16px;
        padding-top: 10px;
    }
    .youth_index .tab_content .info{
        padding: 24px 20px;
    }
    .youth_index .tab_content .info span{
        width: 120px;
        min-width: 120px;
        font-size: 16px;
        letter-spacing: -1.5px;
    }
    .youth_index .tab_content .info li{
        gap: 10px;
        font-size: 16px;
    }
    .youth_index .con_zone{
        flex-direction: column;
        gap: 4px;
    }
    .youth_index .con_zone .img_box{
        margin: 0 auto;
    }
}
@media screen and (max-width: 424px){
    .youth_index .tab_content .info li{
        flex-direction: column;
        gap:4px;
    }
    .youth_index .tab_content .info li p{
        padding-left: 10px;
    }
}
/* 청소년사목,청년사목 - 청소년사목 소개 end*/

/* 피정 및 교육센터 - 메인 start */
.edu_god_main .sub_content{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.edu_god_main .cont_wrap{
    /* height: 100%; */
    position: absolute;
    left: 0;
    top: 52%;
    z-index: 5;
}
.edu_god_main .card{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 36px;
    width: 368px;
    height: 460px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #00000029;
    overflow: hidden;
    transition: all .3s;
}
.edu_god_main .card::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, #00000000, #000000);
}
.edu_god_main .card:hover{
    box-shadow: 0px 20px 30px #00000041;
}
.edu_god_main .card:nth-of-type(1){
    background: url('/assets/cas19/image/sub/edu_main01.png') no-repeat center center;
    background-size: cover;
}
.edu_god_main .card:nth-of-type(2){
    background: url('/assets/cas19/image/sub/edu_main02.png') no-repeat center center;
    background-size: cover;
}
.edu_god_main .card h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 14px;
}
.edu_god_main .card h3::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 4px;
    vertical-align: middle;
    margin-right: 10px;
}
.edu_god_main .card:nth-of-type(1) h3{
    color: #C2E5FF;
}
.edu_god_main .card:nth-of-type(2) h3{
    color: #FFCC54;
}
.edu_god_main .card:nth-of-type(1) h3::before{
    background-color: #C2E5FF;
}
.edu_god_main .card:nth-of-type(2) h3::before{
    background-color: #FFCC54;
}
.edu_god_main .card ul li{
    display: flex;
    align-items: stretch;
    gap: 8px;
    color: #fff;
    line-height: 1.4;
    padding-left: 30px;
}
.edu_god_main .card ul li:not(:last-child){
    margin-bottom:10px;
}
.edu_god_main .card ul li.address::before{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url('/assets/cas19/image/sub/icon_white_address.svg') no-repeat center center;
}
.edu_god_main .card ul li.email::before{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url('/assets/cas19/image/sub/icon_white_mail.svg') no-repeat center center;
}
.edu_god_main .card ul li.tel::before{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url('/assets/cas19/image/sub/icon_white_tel.svg') no-repeat center center;
}
@media screen and (max-width: 767px){
    .edu_god_main .cont_wrap{
        top: 50%;
    }
    .edu_god_main .sub_content{
        gap: 24px;
    }
    .edu_god_main .card{
        height: 400px;
    }
    .edu_god_main .card ul li{
        font-size: 16px;
    }
    
}
@media screen and (max-width: 600px){
    .edu_god_main .sub_content{
        flex-direction: column;
    }
    .edu_god_main .cont_wrap{
        top: unset;
        bottom: 0;
        padding-bottom: 30px;
    }
    .edu_god_main .card{
        width: 100%;
        height: 300px;
    }
    .edu_god_main .card h3{
        font-size: 20px;
    }
}
/* 피정 및 교육센터 - 메인 end */

/* 피정 및 교육센터 - 갓등이 start */
.edu_index .main_info{
    border-radius: 10px;
    background-color: #F7FCFF;
    padding-top: 40px;
    overflow: hidden;
}
.edu_index .main_info p{
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}
.edu_index .main_info .more_info{
    padding: 20px 40px;
    background-color: #BFE2FC4D;
}
.edu_index .main_info .more_info > span{
    display: flex;
    align-items: center;
    gap: 10px;
}
.edu_index .main_info .location::before{
    content: '';
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url('/assets/cas19/image/sub/icon_location.svg') no-repeat center center;
}
.edu_index .main_info .call span:nth-of-type(1){
    position: relative;
    display: block;
    margin-right: 30px;
}
.edu_index .main_info .call span:nth-of-type(1)::after{
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 20px;
    background-color: #C7DEEF;
}
.edu_index .main_info .call::before{
    content: '';
    width: 24px;
    height: 24px;
    min-width:24px;
    background: url('/assets/cas19/image/sub/icon_call.svg') no-repeat center center;
}
.edu_index .main_info .mail::before{
    content: '';
    width: 24px;
    height: 24px;
    min-width:24px;
    margin-right: 10px;
    background: url('/assets/cas19/image/sub/icon_mail.svg') no-repeat center center;
}
.edu_index h4{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.edu_index .area{
    margin-top: 60px;
}
.edu_index .floor{
    display: flex;
    align-items: flex-start;
    position: relative;
    border-top: 1.5px solid #ddd;
    padding-top: 20px;
}
.edu_index .floor:nth-of-type(1){
    padding-bottom: 60px;
}
.edu_index .floor::before{
    content: '';
    position: absolute;
    top: 0px;
    width: 200px;
    height: 1.5px;
    background-color: #333;
}
.edu_index .floor .big{
    font-size: 60px;
    font-weight: 700;
}
.edu_index .floor .img_box{
    width: 70%;
}
.edu_index .floor .img_box img{
    width: 100%;
    object-fit: contain;
}
.edu_index.gdfm .main_info .call span:nth-of-type(1)::after{
    content: none;
}
.edu_index.gdfm h3{
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
}
.edu_index.gdfm .area h3:not(:nth-of-type(1)){
    margin-top: 40px;
}
.edu_index .youth_table_basic .bor_bottom{
    border-bottom: 1px solid #aebcc5;
}
@media screen and (max-width: 1023px){
    .edu_index .main_info{
        padding-top: 20px;
    }
    .edu_index .main_info .more_info{
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        padding: 16px 30px;
    }
    .edu_index .floor .big{
        font-size: 48px;
    }
}
@media screen and (max-width: 767px){
    .edu_index .main_info p{
        padding: 16px 30px;
    }
    .edu_index .main_info .more_info > span{
        display: flex;
        flex-wrap: wrap;
        gap: 0 10px;
        font-size: 16px;
    }
    .edu_index .area{
        margin-top: 40px;
    }
    .edu_index h4{
        font-size: 20px;
        margin-bottom: 12px;
    }
    .edu_index .floor .big{
        font-size: 36px;
    }
    .edu_index .floor .img_box{
        width: 80%;
    }
    .edu_index .main_info .more_info.call{
        width:calc(100 - 34px);
        display: flex;
        flex-wrap: wrap;
        gap: 0 10px;
    }
    .edu_index .main_info .more_info > span.location{
        flex-wrap: nowrap;
    }
    .edu_index .main_info .call span:nth-of-type(1)::after{
        content: none;
    }
    .edu_index .main_info .call span:nth-of-type(2){
        width: calc(100% - 34px);
        margin-left: 34px;
    }
}
/* 피정 및 교육센터 - 갓등이 end */

/* 청년대회 - 소개  start*/
.youth_index.wyd .tab_menu li{
    flex-wrap: wrap;
    gap: 0 12px;
}
.youth_index.wyd .tab_menu li small{
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding-left: 24px;
}
.youth_index.wyd .tab_menu li.active small{
    padding-left: 30px;
}
.youth_index .tab_content .info span{
    width: 130px;
    min-width: 130px;
}
.youth_index.wyd .tab_content .info span{
    width: 100px;
    min-width: 100px;
}
.youth_index.wyd .con_zone{
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
}
.youth_index.wyd .flower_mark{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 20px;
}
.youth_index.wyd .youth_table_basic td{
    line-height: 1.2;
}
.youth_index.wyd .youth_table_basic.column_style th{
    border: 1px solid #ddd;
    border-left: none;

}
@media screen and (max-width: 1023px){
    .youth_index.wyd .tab_menu li{
        gap: 0 6px;
    }
    .youth_index.wyd .tab_menu li small{
        padding-left: 0;
    }
    .youth_index.wyd .tab_menu li.active small{
        padding-left: 0;
    }
}
/* 청년대회 - 소개  end*/

.subWrap:has(.edu_god_main) .tab_menu {
    display: none;
}

