.main_page{

}
.main_page .section01{
    position: relative;
    height: 100dvh;
}
.main_page .section01::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 0;
}
.main_page .section01 img{
    width: 100%;
}
.main_page .section01 .info_area{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
    /* pointer-events: none; */
}
.main_page .section01 .info_area .layout_max{
    color: #fff;
}
.main_page .section01 .info_area .layout_max .floor01{
    font-size: 40px;
    font-weight: 300;
    text-indent: 0.4%;
}
.main_page .section01 .info_area .layout_max .floor02{
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.main_page .section01 .info_area .layout_max .floor02 .day{
    font-size: 100px;
    font-weight: 600;
    letter-spacing: -0.06em;
}
.main_page .section01 .info_area .layout_max .floor02 .sub_text{
    font-weight: 300;
    font-size: 21px;
    line-height: 1.5;
    padding-left: 10px;
    padding-bottom: 12px;
}
.main_page .section01 .info_area .layout_max .floor03{
    max-width: 555px;
}
.main_page .section01 .info_area .layout_max .floor03 .tit{
    font-size: 35px;
    font-family: "Gyeonggi_Batang_Regular";
    margin-top: 35px;
    line-height: 1.4;
    word-break: keep-all;
}
.main_page .section01 .info_area .layout_max .floor03 .con{
    font-size: 20px;
    font-weight: 300;
    margin-top: 55px;
    letter-spacing: -0.04em;
    line-height: 1.6;
    opacity: 0.6;
}
.main_page .section01 .info_area .layout_max .shortcut_btn{

}
.main_page .section01 .info_area .layout_max .shortcut_btn a{
    padding: 19px 51px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    border: 1px solid #FFFFFF;
    border-radius: 33px;
    font-size: 20px;
    font-weight: 300;
    pointer-events: initial;
}
.main_page .section01 .swiper{
    width: 100%;
    height: 100%;
}
.main_page .section01 .swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1520px) {

}
@media (max-width: 1300px) {
    .main_page .section01{
        height: 430px;
    }
    .main_page .section01 .info_area{
        top: 0;
        left: 0;
        transform: translate(0);
        width: 100%;
        height: 100%;
        padding-top: 90px;
    }
    .main_page .section01 .info_area .layout_max .floor01{
        font-size: 20px;
    }
    .main_page .section01 .info_area .layout_max .floor02 .day{
        font-size: 50px;
    }
    .main_page .section01 .info_area .layout_max .floor02 .sub_text{
        font-size: 18px;
    }
    .main_page .section01 .info_area .layout_max .floor03 .tit{
        font-size: 23px;
        margin-top: 20px;
    }
    .main_page .section01 .info_area .layout_max{
        padding-top: 50px;
    }
    .main_page .section01 .info_area .layout_max .shortcut_btn a{
        width: 130px;
        height: 55px;
        font-size: 18px;
        font-weight: 300;
        padding: 0;
    }
}
@media (max-width: 1024px) {}
@media (max-width: 767px) {
    .main_page .section01{
        height: 295px;
    }
    .main_page .section01 .info_area{
        padding-top: 50px;
    }
    .main_page .section01 .info_area .layout_max{
        padding-top: 45px;
        text-align: center;
    }
    .main_page .section01 .info_area .layout_max .floor01{
        display: inline-block;
        position: absolute;
        top: 95px;
        left: 50%;
        transform: translateX(-50%);
        padding-right: 45px;
        text-indent: 0;
    }
    .main_page .section01 .info_area .layout_max .floor02{
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .main_page .section01 .info_area .layout_max .floor02 .day{
        font-size: 20px;
        padding-left: 55px;
    }
    .main_page .section01 .info_area .layout_max .floor02 .sub_text{
        font-size: 15px;
    }
    .main_page .section01 .info_area .layout_max .floor03{
        max-width: 100%;
    }
    .main_page .section01 .info_area .layout_max .floor03 .tit{
        margin-top: 10px;
        font-size: 17px;
    }
    .main_page .section01 .info_area .layout_max .shortcut_btn a{
        width: 85px;
        height: 30px;
        font-size: 14px;
        margin-top: 15px;
    }
}
@media (max-width: 425px) {}





.main_page .section02{
    max-height: 905px;
    padding-top: 140px;
    padding-bottom: 170px;
    background: linear-gradient(180deg, rgba(245,247,252,1) 0%, rgba(245,247,252,1) 48%, rgba(255,255,255,1) 100%);
}
.main_page .section02 .layout_max{
    display: flex;
}
.main_page .section02 .left_area{
    width: calc(100% - 590px);
    padding-right: 50px;
}
.main_page .section02 .left_area .title{
    display: flex;
    gap: 23px;
}
.main_page .section02 .left_area .title .wrap{

}
.main_page .section02 .left_area .title .wrap.wrap01{

}
.main_page .section02 .left_area .title .wrap.wrap02{
    padding-top: 39px;
}
.main_page .section02 .left_area .title .wrap.wrap02 .sub_t{
    font-size: 22px;
}
.main_page .section02 .left_area .title .wrap.wrap02 .main_t{
    font-size: 28px;
    font-weight: 700;
    font-family: "Gyeonggi_Batang_Regular";
    margin-top: 10px;
}
.main_page .section02 .left_area .title .wrap.wrap02 .cont{
    margin-top: 20px;
    color: #666666;
    font-size: 18px;
    font-family: "Gyeonggi_Batang_Regular";
    line-height: 1.4;
    word-break: keep-all;
}
.main_page .section02 .left_area .banner{
    width: 100%;
    aspect-ratio: 760 / 370;
    background-color: gray;
    margin-top: 55px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.main_page .section02 .left_area .banner .swiper{
    width: 100%;
    height: 100%;
}
.main_page .section02 .left_area .banner .swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_page .section02 .left_area .banner .tool_wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 50px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
}
.main_page .section02 .left_area .banner .tool_wrap .swiper-pagination-current{
    color: #fff;
}
.main_page .section02 .left_area .banner .tool_wrap .swiper-pagination-total{
    color: #fff;
}
.main_page .section02 .left_area .banner .tool_wrap .play_stop{
    display: flex;
    align-items: center;
}
.main_page .section02 .left_area .banner .tool_wrap .play_stop .swiper_button_prev{
    background-color: orange;
    width: 30px;
    height: 30px;
    background: url(/assets/bsd01/image/page/main/icon_pagination_prev_white.svg) center center no-repeat;
    background-size: 10px;
    cursor: pointer;
}
.main_page .section02 .left_area .banner .tool_wrap .play_stop .swiper_button_next{
    background-color: orangered;
    width: 30px;
    height: 30px;
    background: url(/assets/bsd01/image/page/main/icon_pagination_next_white.svg) center center no-repeat;
    background-size: 10px;
    cursor: pointer;
}
.main_page .section02 .left_area .banner .tool_wrap .play_stop .swiper_button_stop{
    background-color: green;
    width: 30px;
    height: 30px;
    background: url(/assets/bsd01/image/page/main/icon_pagination_stop.svg) center center no-repeat;
    background-size: 10px;
}
.main_page .section02 .left_area .banner .tool_wrap .play_stop .swiper_button_stop.paused{
    background: url(/assets/bsd01/image/page/main/icon_pagination_play.svg) center center no-repeat;
    background-size: 10px;
}
.main_page .section02 .right_area{
    width: 590px;
    display: flex;
    flex-direction: column;
    padding-top: 35px;
}
.main_page .section02 .right_area .tab_wrap{
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.main_page .section02 .right_area .tab_wrap .tab_menu{
    display: flex;
    gap: 40px;
}
.main_page .section02 .right_area .tab_wrap .tab_menu .tab{
    position: relative;
    color: #B3BED9;
    font-size: 25px;
    font-family: "Gyeonggi_Batang_Regular";
    font-weight: 400;
}
.main_page .section02 .right_area .tab_wrap .tab_menu .tab.active{
    color: #222;
    font-weight: 700;
}
.main_page .section02 .right_area .tab_wrap .tab_menu .tab::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%) rotate(22.5deg);
    width: 1px;
    height: 80%;
    background-color: #B3BED9;
}
.main_page .section02 .right_area .tab_wrap .tab_menu .tab:first-of-type::before{
    display: none;
}
.main_page .section02 .right_area .cont_wrap{
    margin-top: 30px;
    flex: 1;
}
.main_page .section02 .right_area .cont_wrap > div{
    height: 100%;
}
.main_page .section02 .right_area .cont_wrap ul{
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 13px;
}
.main_page .section02 .right_area .cont_wrap ul li{
    box-shadow: 0px 0px 15px #004A9C12;
    border-radius: 20px;
    background-color: #fff;
    flex-grow: 0;
    transition: 0.8s;
    overflow: hidden;
}
.main_page .section02 .right_area .cont_wrap ul li.active{
    flex-grow: 1;
}
.main_page .section02 .right_area .cont_wrap ul li a{
    display: flex;
    align-items: baseline;
    padding: 20px;
}
.main_page .section02 .right_area .cont_wrap ul li .tag{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background-color: #004A9C;
    font-size: 14px;
    color: #fff;
    padding: 7px 13px;
    margin-right: 10px;
    white-space: nowrap;
}
.main_page .section02 .right_area .cont_wrap ul li .tag.color02{
    background-color: #2ABDC2;
}
.main_page .section02 .right_area .cont_wrap ul li .con{
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.main_page .section02 .right_area .cont_wrap ul li .con .title{
    width: 100%;
    display: flex;
}
.main_page .section02 .right_area .cont_wrap ul li .con .title .front{
    flex: 1;
    padding-right: 40px;
    font-size: 17px;
}
.main_page .section02 .right_area .cont_wrap ul li .con .title .back{
    width: 97px;
    display: inline-block;
    font-size: 15px;
    color: #9E9E9E;
    font-weight: 200;
    text-align: right;
    padding-right: 5px;
}
.main_page .section02 .right_area .cont_wrap ul li.active .con .title .back{
    display: inline-block;
    display: none;
}
.main_page .section02 .right_area .cont_wrap ul li .con .text{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 최대 2줄 표시 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* 줄바꿈 허용 */
    word-wrap: break-word;
    
    line-height: 1.4;
    font-size: 16px;
    color: #666666;
    opacity: 0;
    transition: 0s;
    max-height: 0;
}
.main_page .section02 .right_area .cont_wrap ul li.active .con .text{
    opacity: 1;
    margin-top: 20px;
    max-height: none;
}
.main_page .section02 .right_area .cont_wrap ul li .con .date{
    font-size: 15px;
    color: #9E9E9E;
    opacity: 0;
    max-height: 0;
    margin-top: 0;
}
.main_page .section02 .right_area .cont_wrap ul li.active .con .date{
    opacity: 1;
    max-height: none;
    margin-top: 35px;
}

@media (max-width: 1520px) {
    .main_page .section02 .right_area .cont_wrap ul{
        height: 550px;
    }
}
@media (max-width: 1300px) {
    .main_page .section02{
        max-height: none;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .main_page .section02 .left_area{
        width: calc(100% - 450px);
    }
    .main_page .section02 .right_area{
        width: 450px;
    }
}   
@media (max-width: 1024px) {
    .main_page .section02 .layout_max{
        flex-direction: column;
    }
    .main_page .section02 .left_area{
        width: 100%;
        padding-right: 0;
    }
    .main_page .section02 .right_area{
        width: 100%;
        margin-top: 50px;
    }
    .main_page .section02 .left_area .banner{
        margin-top: 30px;
    }
    .main_page .section02 .right_area .cont_wrap ul{
        height: 515px;
    }
    .main_page .section02 .right_area .cont_wrap ul li{
        max-height: none;
    }
    .main_page .section02 .right_area .cont_wrap ul li .con .text{
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .main_page .section02{
        padding-top: 15px;
        padding-bottom: 0px;
    }
    .main_page .section02 .right_area .cont_wrap{
        margin-top: 20px;
        margin-left: -15px;
        width: calc(100% + 30px);
        background-color: rgb(255, 255, 255);
    }
    .main_page .section02 .right_area .cont_wrap ul li a{
        padding-left: 15px;
        padding-right: 15px;
    }
    .main_page .section02 .left_area .title .wrap.wrap02{
        padding-top: 25px;
    }
    .main_page .section02 .left_area .title .wrap.wrap02 .sub_t{
        font-size: 18px;
    }
    .main_page .section02 .left_area .title .wrap.wrap02 .main_t{
        font-size: 20px;
    }
    .main_page .section02 .left_area .title .wrap.wrap02 .cont{
        font-size: 16px;
    }
    .main_page .section02 .left_area .title .wrap.wrap01 .shape{
        width: 80px;
    }
    .main_page .section02 .left_area .title .wrap.wrap01 .shape img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .main_page .section02 .right_area .tab_wrap{
        padding: 0;
    }
    .main_page .section02 .right_area .tab_wrap .tab_menu{
        gap: 30px;
    }
    .main_page .section02 .right_area .tab_wrap .tab_menu .tab{
        font-size: 20px;
    }
    .main_page .section02 .right_area .tab_wrap .tab_menu .tab::before{
        top: 44%;
        left: -15px;
        width: 1px;
        height: 68%;
    }
    .main_page .section02 .right_area .cont_wrap ul{
        height: auto;
        background-color: #F5F7FC;
        gap: 5px;
    }
    .main_page .section02 .right_area .cont_wrap ul li{
        border-radius: 0;
        box-shadow:none;
    }
    .main_page .section02 .right_area .cont_wrap ul li .con .date{
        margin-top: 10px;
        opacity: 1;
        max-height: none;
    }
    .main_page .section02 .right_area .cont_wrap ul li.active .con .date{
        margin-top: 10px;
        opacity: 1;
        max-height: none;
    }
    .main_page .section02 .right_area .cont_wrap ul li .con .title .back{
        display: none;
    }
    .main_page .section02 .right_area .cont_wrap ul li .con .title .front{
        padding-right: 0;
    }
    .main_page .section02 .right_area .cont_wrap ul li .con .text{
        display: none !important;
    }
    .main_page .section02 .right_area .cont_wrap ul li.active{
        flex-grow: initial;
    }
}

@media (max-width: 380px) {
    .main_page .section02 .left_area .title .wrap.wrap02 .cont{        
        word-break: break-all;
    }
}









.main_page .section03{
    padding-top: 150px;
    padding-bottom: 160px;
    background-color: #F5F7FC;
    overflow: hidden;
}
.main_page .section03 .layout_max{
    position: relative;
}
.main_page .section03 .layout_max .card_wrap{
    display: flex;
    gap: 20px;
}
.main_page .section03 .layout_max .card_wrap .item{
    flex: 1;
    position: relative;
}
.main_page .section03 .layout_max .card_wrap .item .top_area{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
}
.main_page .section03 .layout_max .card_wrap .item .top_area .tit{
    font-size: 25px;
    font-family: "Gyeonggi_Batang_Regular";
    font-weight: 700;
}
.main_page .section03 .layout_max .card_wrap .item .top_area .circle{
    width: 30px;
    height: 30px;
    background-color: #D5DBE9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_page .section03 .layout_max .card_wrap .item .top_area .youtube{
    background-color: #FF0000;
}
.main_page .section03 .layout_max .card_wrap .item .bottom_area{
    position: relative;
    aspect-ratio: 335 / 450;
    background-color: transparent;
    margin-top: 22px;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}
.main_page .section03 .layout_max .card_wrap .item .bottom_area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_page .section03 .layout_max .deco_text{
    display: none;

    width: 200%;
    height: 105px;
    position: absolute;
    overflow: hidden;
    bottom: -75px;
    left: 0px;
    background: url(/assets/bsd01/image/page/main/main_img_text.svg) center center;
    background-repeat: repeat-x;
    background-position: bottom;
    animation: marquee 15s linear infinite;
    -webkit-animation: marquee 15s linear infinite;
    background-size: contain;
}
.main_page .section03 .layout_max .card_wrap .item.weekly_bulletin .bottom_area{
    position: relative;
}
.main_page .section03 .layout_max .card_wrap .item.weekly_bulletin .bottom_area .light{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 백색 */
.main_page .section03 .layout_max .card_wrap .item.weekly_bulletin .bottom_area .light.color01{
    background: linear-gradient(180deg, #FFFFFF00 50%, #7E8C9BB3 75%, #646B7D 100%);
}
/* 자색 */
.main_page .section03 .layout_max .card_wrap .item.weekly_bulletin .bottom_area .light.color02{
    background: linear-gradient(180deg, rgb(255 255 255 / 25%) 22%, #820275B3 78%, #7D017D 100%);
}
/* 녹색 */
.main_page .section03 .layout_max .card_wrap .item.weekly_bulletin .bottom_area .light.color03{
    background: linear-gradient(180deg, rgb(255 255 255 / 20%) 4%, rgb(71 130 2 / 33%) 66%, rgb(41 125 1) 100%);
}
/* 홍색 */
.main_page .section03 .layout_max .card_wrap .item.weekly_bulletin .bottom_area .light.color04{
    background: linear-gradient(180deg, #FFFFFF00 4%, #9A0707B3 66%, #8B0202 100%);
}
/* 미정 */
.main_page .section03 .layout_max .card_wrap .item.weekly_bulletin .bottom_area .light.color05{
    background: linear-gradient(180deg, rgb(255 255 255 / 20%) 4%, rgb(71 130 2 / 33%) 66%, rgb(255, 187, 0) 100%);
}
@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

@-webkit-keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}
.main_page .section03 .layout_max .card_wrap .item.weekly_bulletin .bottom_area .info{
    position: absolute;
    bottom: 50px;
    left: 30px;
    color: #fff;
}
.main_page .section03 .layout_max .card_wrap .item.weekly_bulletin .bottom_area .info .num{
    font-size: 18px;
}
.main_page .section03 .layout_max .card_wrap .item.weekly_bulletin .bottom_area .info .date{
    font-size: 19px;
    font-weight: 600;
    margin-top: 7px;
}
.main_page .section03 .layout_max .card_wrap .item.weekly_bulletin .bottom_area .info .tit{
    font-size: 17px;
    margin-top: 4px;
}
.main_page .section03 .layout_max .card_wrap .item.holy_site{
    
}
.main_page .section03 .layout_max .card_wrap .item.holy_site .info{
    position: absolute;
    top: 20px;
    right: 0px;
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 30px;
}
.main_page .section03 .layout_max .card_wrap .item.youtube_st{

}
.main_page .section03 .layout_max .card_wrap .item.youtube_st .info{
    position: absolute;
    bottom: 50px;
    color: #fff;
    font-size: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 30px;
}
@media (max-width: 1520px) {

}
@media (max-width: 1300px) {
    .main_page .section03{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .main_page .section03 .layout_max .card_wrap .item .top_area .tit{
        font-size: 19px;
    }
}
@media (max-width: 1024px) {
    .main_page .section03 .layout_max .card_wrap{
        flex-wrap: wrap;
        gap: 60px 36px;
    }
    .main_page .section03 .layout_max .card_wrap .item{
        flex: none;
        width: calc(50% - 18px);
    }
    .main_page .section03 .layout_max .card_wrap .item{

    }
}
@media (max-width: 767px) {
    .main_page .section03 {
        padding-top: 30px;
    }
    .main_page .section03 .layout_max .card_wrap{
        gap: 30px 15px;
    }
    .main_page .section03 .layout_max .card_wrap .item{
        width: calc(50% - 7.5px);
    }
    .main_page .section03 .layout_max .card_wrap .item.holy_site .info{
        padding: 0 10px;
        font-size: 14px;
        top: 10px;
    }
    .main_page .section03 .layout_max .card_wrap .item.youtube_st .info{
        padding: 0 10px;
        font-size: 14px;
        bottom: 10px;
    }
    .main_page .section03 .layout_max .card_wrap .item.weekly_bulletin .bottom_area .info{
        bottom: 20px;
        left: 15px;
    }
    .main_page .section03 .layout_max .card_wrap .item.weekly_bulletin .bottom_area .info .num{
        font-size: 13px;
    }
    .main_page .section03 .layout_max .card_wrap .item.weekly_bulletin .bottom_area .info .date{
        font-size: 14px;
    }
    .main_page .section03 .layout_max .card_wrap .item.weekly_bulletin .bottom_area .info .tit{
        font-size: 14px;
    }
}
@media (max-width: 425px) {
    .main_page .section03 .layout_max .card_wrap .item .top_area{
        flex-direction: column;
        gap: 10px;
    }
    .main_page .section03 .layout_max .card_wrap .item .bottom_area{
        margin-top: 10px;
    }
}















.main_page .section04{
    padding-top: 160px;
    padding-bottom: 160px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(252,250,245,1) 100%);
}
.main_page .section04 .news_wrap{
    
}
.main_page .section04 .news_wrap .top_area{
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}
.main_page .section04 .news_wrap .top_area .left{
    display: flex;
    gap: 30px;
}
.main_page .section04 .news_wrap .top_area .left .title{
    font-size: 35px;
    font-weight: 700;
    font-family: "Gyeonggi_Batang_Regular";
}
.main_page .section04 .news_wrap .top_area .left .title .only_mobile_link{
    display: none;
}
.main_page .section04 .news_wrap .top_area .left .tab_menu{
    display: flex;
    gap: 5px;
}
.main_page .section04 .news_wrap .top_area .left .tab_menu .tab{
    font-size: 18px;
    font-weight: 400;
    color: #9A927E;
    padding: 4px 14px;
    background-color: transparent;
    display: flex;
    align-items: center;
    border-radius: 18px;
}
.main_page .section04 .news_wrap .top_area .left .tab_menu .tab.active{
    background-color: #222222;
    color: #fff;
}
.main_page .section04 .news_wrap .top_area .right{

}
.main_page .section04 .news_wrap .bottom_area{

}
.main_page .section04 .news_wrap .bottom_area .tab_content{

}
.main_page .section04 .news_wrap .bottom_area .tab_content ul{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.main_page .section04 .news_wrap .bottom_area .tab_content ul li{
    width: calc(25% - 30px);
    background-color: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #fffff000;
    box-shadow: 0px 0px 15px #00000012;
    transition: 0.3s;
}
.main_page .section04 .news_wrap .bottom_area .tab_content ul li:hover{
    border: 1px solid #004780;
}
.main_page .section04 .news_wrap .bottom_area .tab_content ul li .img_zone{
    width: 100%;
    aspect-ratio: 320/220;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
}
.main_page .section04 .news_wrap .bottom_area .tab_content ul li .img_zone img{
    transition: 0.6s;
}
.main_page .section04 .news_wrap .bottom_area .tab_content ul li:hover .img_zone img{
    transform: scale(1.05);
}
.main_page .section04 .news_wrap .bottom_area .tab_content ul li .img_zone .tag{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #004780;
    z-index: 1;
    width: 95px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 20px;
    box-shadow: 3px -3px 3px #0000004D;
    font-size: 14px;
    color: #FFFFFF;
    font-family: "Gyeonggi_Batang_Regular";
}
.main_page .section04 .news_wrap .bottom_area .tab_content ul li .img_zone .tag.color01{
    background-color: #004780;
}
.main_page .section04 .news_wrap .bottom_area .tab_content ul li .img_zone .tag.color02{
    background-color: #E5002B;
}
.main_page .section04 .news_wrap .bottom_area .tab_content ul li .img_zone .tag.color03{
    background-color: #2ABDC2;
}
.main_page .section04 .news_wrap .bottom_area .tab_content ul li .img_zone .tag.color04{
    background-color: #fff;
}
.main_page .section04 .news_wrap .bottom_area .tab_content ul li .img_zone img{
    width: 100%;
    min-height: 100%;
}
.main_page .section04 .news_wrap .bottom_area .tab_content ul li .text_zone{
    background-color: #fff;
    padding: 17px 20px 22px;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main_page .section04 .news_wrap .bottom_area .tab_content ul li .text_zone .title{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main_page .section04 .news_wrap .bottom_area .tab_content ul li .text_zone .date{
    color: #9E9E9E;
    font-size: 15px;
    font-weight: 200;
}
@media (max-width: 1520px) {}
@media (max-width: 1300px) {
    .main_page .section04{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .main_page .section04 .news_wrap .bottom_area .tab_content ul{
        gap: 20px;
    }
    .main_page .section04 .news_wrap .bottom_area .tab_content ul li{
        width: calc(25% - 15px);
    }
    .main_page .section04 .news_wrap .bottom_area .tab_content ul li .text_zone .title{
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    .main_page .section04 .news_wrap .bottom_area .tab_content ul{
        gap: 50px 36px;
        flex-wrap: wrap;
    }
    .main_page .section04 .news_wrap .bottom_area .tab_content ul li{
        width: calc(50% - 18px);
    }
}
@media (max-width: 767px) {
    .main_page .section04{
        padding-top: 30px;
    }
    .main_page .section04 .news_wrap .bottom_area .tab_content ul{
        gap: 25px 15px;
    }
    .main_page .section04 .news_wrap .bottom_area .tab_content ul li{
        width: calc(50% - 7.5px);
        border: 0;
        outline: 0;
    }
    .main_page .section04 .news_wrap .bottom_area .tab_content ul li:hover{
        border: 0;
        outline: 0;
    }
    .main_page .section04 .news_wrap .top_area{
        padding-bottom: 30px;
    }
    .main_page .section04 .news_wrap .top_area .left{
        flex-direction: column;
        align-items: center;
        gap: 15px;
        width: 100%;
    }
    .main_page .section04 .news_wrap .top_area .left .title .only_mobile_link{
        display: block;
        width: 20px;
    }
    .main_page .section04 .news_wrap .top_area .left .title .only_mobile_link img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .main_page .section04 .news_wrap .top_area .left .title{
        font-size: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .main_page .section04 .news_wrap .top_area .right{
        display: none;
    }
    .main_page .section04 .news_wrap .bottom_area .tab_content ul li{
        width: 100%;
        background-color: transparent;
        box-shadow: none;
    }
    .main_page .section04 .news_wrap .bottom_area .tab_content ul li .text_zone{
        height: auto;
        background-color: transparent;
        padding-bottom: 0;
    }
    .main_page .section04 .news_wrap .bottom_area .tab_content ul li .text_zone .date{
        margin-top: 5px;
    }
    .main_page .section04 .news_wrap .top_area .left .tab_menu .tab{
        font-size: 16px;
    }
}
@media (max-width: 425px) {}

















.main_page .section05{
    background-color: #fff;
    padding-top: 150px;
    padding-bottom: 150px;
}
.main_page .section05 .calendar_wrap{
    display: flex;
}
.main_page .section05 .calendar_wrap .left_area{
    width: 290px;
    width: 770px;
    min-width: 770px;
    display: flex;
    z-index: 2;
    position: relative;
}
.main_page .section05 .calendar_wrap .left_area .select_date{
    width: 290px;
    padding-right: 50px;
}
.main_page .section05 .calendar_wrap .left_area .top{
    font-size: 25px;
    font-weight: 700;
    font-family: "Gyeonggi_Batang_Regular";
    display: flex;
    align-items: center;
}
.main_page .section05 .calendar_wrap .left_area .top i{
    display: inline-block;
    margin-left: 20px;
}
.main_page .section05 .calendar_wrap .left_area .bottom{

}
.main_page .section05 .calendar_wrap .left_area .bottom .year_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #222222;
    border-radius: 28px;
    margin-top: 60px;
    padding: 8px 8px;
}
.main_page .section05 .calendar_wrap .left_area .bottom .year_wrap .prev{
    transform: rotate(180deg);
}
.main_page .section05 .calendar_wrap .left_area .bottom .year_wrap .next{
    
}
.main_page .section05 .calendar_wrap .left_area .bottom .year_wrap .num{
    color: #004780;
    font-size: 22px;
    font-weight: 600;
}
.main_page .section05 .calendar_wrap .left_area .bottom .year_wrap .year_move{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    aspect-ratio: 1/1;
    border-radius: 50%;

}
.main_page .section05 .calendar_wrap .left_area .bottom .year_wrap .year_move img{
    width: 7px;
    height: 12px;
}
.main_page .section05 .calendar_wrap .left_area .bottom .month_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 15px;
}
.main_page .section05 .calendar_wrap .left_area .bottom .month_wrap .btn{
    width: calc(25% - 5.5px);
    aspect-ratio: 1/1;
    border-radius: 50%;
    color: #535353;
    font-size: 18px;
    background-color: #F5F7FC;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* padding-bottom: 4px; */
}
.main_page .section05 .calendar_wrap .left_area .bottom .month_wrap .btn.active{
    background-color: #004780;
    border: 1px solid #003D6E;
    color: #fff;
}
.main_page .section05 .calendar_wrap .left_area .bottom .down_wrap{
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #000;
}
.main_page .section05 .calendar_wrap .left_area .bottom .down_wrap a{
    display: flex;
    align-items: center;
    gap: 12px;
}
.main_page .section05 .calendar_wrap .left_area .bottom .down_wrap a .text{
    font-size: 18px;
    font-weight: 500;
    color: #222222;
}
.main_page .section05 .calendar_wrap .left_area .bottom .down_wrap a i{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #222222;
    width: 30px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}
.main_page .section05 .calendar_wrap .left_area .bottom .down_wrap a img{

}

.main_page .section05 .calendar_wrap .left_area .calendar{
    width: 480px;
    border: 1px solid #D5DBE9;
    border-radius: 20px;
    background-color: #F5F7FC;
    padding: 32px 52px;
}
.main_page .section05 .calendar_wrap .left_area .calendar .top_date{
    letter-spacing: -0.34px;
    color: #222222;
    font-size: 17px;
}
.main_page .section05 .calendar_wrap .left_area .calendar table{
    width: 100%;
    margin-top: 30px;
}
.main_page .section05 .calendar_wrap .left_area .calendar table tr{

}
.main_page .section05 .calendar_wrap .left_area .calendar table tr th{
    border-bottom: 1px solid #E0E7F8;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}
.main_page .section05 .calendar_wrap .left_area .calendar table tr th.sunday{

}
.main_page .section05 .calendar_wrap .left_area .calendar table tr th.saturday{

}
.main_page .section05 .calendar_wrap .left_area .calendar table thead .sunday{
    color: #C21616;
}
.main_page .section05 .calendar_wrap .left_area .calendar table thead .saturday{
    color: #2ABDC2;
}
.main_page .section05 .calendar_wrap .left_area .calendar table td{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 4px;
}
.main_page .section05 .calendar_wrap .left_area .calendar table td.today{

}
.main_page .section05 .calendar_wrap .left_area .calendar table td a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1/1;
    cursor: pointer;
}
.main_page .section05 .calendar_wrap .left_area .calendar table td.today a {
    background-color: #2ABDC2;
    border-radius: 10px;
}

.main_page .section05 .calendar_wrap .left_area .calendar table td.today a span {
    color: #FFF;
}
.main_page .section05 .calendar_wrap .left_area .calendar table td a span{
    position: relative;   
    color: #D5DBE9; 
}
.main_page .section05 .calendar_wrap .left_area .calendar table td.event a span::after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 2px;
    background-color: #2ABDC2;
}
.main_page .section05 .calendar_wrap .left_area .calendar table td.today.event a span{
    color: #fff;
}
.main_page .section05 .calendar_wrap .left_area .calendar table td.today.event a span::after{
    background-color: #fff;
}
.main_page .section05 .calendar_wrap .left_area .calendar table td.event a span{
    color: #222;
}
.main_page .section05 .calendar_wrap .right_area{
    display: flex;
    width: calc(100% - 770px);
    border-left: 0;
    position: relative;
    position: relative;
    z-index: 1;
}
.main_page .section05 .calendar_wrap .right_area::before{
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: calc(100% + 30px);
    height: 100%;
    border: 1px solid #D5DBE9;
    border-radius: 20px;
    box-sizing: border-box;
    pointer-events: none;
}
.main_page .section05 .calendar_wrap .right_area .cont{
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 7px;
    flex: 1;
}
.main_page .section05 .calendar_wrap .right_area .cont .outer{
    height: 100%;
    max-height: 445px;
    overflow: auto;
}
/* .main_page .section05 .calendar_wrap .right_area .cont .outer::-webkit-scrollbar {
    width: 8px;    
}
.main_page .section05 .calendar_wrap .right_area .cont .outer::-webkit-scrollbar-track {
    background-color: #EEEEEE;
}
.main_page .section05 .calendar_wrap .right_area .cont .outer::-webkit-scrollbar-thumb {
    background: #666666;
    border-radius: 5px;
}

.main_page .section05 .calendar_wrap .right_area .cont .outer::-webkit-scrollbar-button:start:decrement,
.main_page .section05 .calendar_wrap .right_area .cont .outer::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 0;
    background-color: transparent;
} */


.main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule{
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-height: 445px;
    padding-right: 7px;
}
.main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li{
    display: flex;
    border: 1px solid #D5DBE9;
    border-radius: 20px;
    background-color: #F5F7FC;
    padding: 22px;
}
.main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li.today{
    box-shadow: 0px 6px 0px #00000014;
    border: 1px solid #222222;
    background-color: #fff;
}
.main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .left_zone{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 23px;
    min-width: 85px;
}
.main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .left_zone .small{
    letter-spacing: -0.28px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}
.main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .left_zone .big{
    position: relative;
    letter-spacing: -1px;
    color: #3E425E;
    font-size: 50px;
    font-weight: 600;
}
.main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .left_zone .big::after{
    display: none;
    position: absolute;
    content: '.';
    width: 5px;
    height: 5px;
    left: 0px;
    top: 0px;
}
.main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .right_zone{
    display: flex;
    width: 100%;
}
.main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .right_zone ul.ul_list{
    display: flex;
    flex-direction: column;
    gap: 9px;
    width: 100%;
}
.main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .right_zone ul.ul_list > li{
    display: flex;
    align-items: baseline;
    gap: 12px;
}
.main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .right_zone ul.ul_list > li .tag{
    min-width: 40px;
}
.main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .right_zone ul.ul_list > li .tag .color{
    display: inline-block;
    /* background-color: olive; */
    color: #fff;
    padding: 4px 8px;
    padding-top: 5px;
    border-radius: 30px;
    font-size: 14px;
}
.main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .right_zone ul.ul_list > li .tag .color.type01{background-color: #873fb7;}
.main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .right_zone ul.ul_list > li .tag .color.type02{background-color: #004780;}
.main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .right_zone ul.ul_list > li .tag .color.type03{background-color: #3b3b3b;}
.main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .right_zone ul.ul_list > li .tag .color.type04{background-color: #3ca36a;}
.main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .right_zone ul.ul_list > li .tag .color.type05{background-color: #0362b3;}
.main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .right_zone ul.ul_list > li .tag .color.type06{background-color: #1b9b48;}
.main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .right_zone ul.ul_list > li .tag .color.type07{background-color: transparent; }
.main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .right_zone ul.ul_list > li .tit{
    /* width: calc(100% - 85px); */
    width: 100%;
    letter-spacing: -0.36px;
    color: #222222;
    font-size: 18px;
    line-height: 1.2;
}
@media (max-width: 1520px) {
    .main_page .section05 .calendar_wrap .left_area{
        width: 720px;
        min-width: 720px;
    }
    .main_page .section05 .calendar_wrap .right_area {
        width: calc(100% - 720px);
    }
    .main_page .section05 .calendar_wrap .left_area .calendar{
        width: 430px;
    }
}
@media (max-width: 1300px) {
    .main_page .section05{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .main_page .section05 .calendar_wrap{
        flex-direction: column;
    }
    .main_page .section05 .calendar_wrap .left_area{
        width: 100%;
        min-width: auto;
    }
    .main_page .section05 .calendar_wrap .left_area .select_date{
        width: 40%;
        padding-right: 35px;
    }
    .main_page .section05 .calendar_wrap .left_area .calendar{
        width: calc(60%);
    }
    .main_page .section05 .calendar_wrap .right_area{
        width: 100%;
        margin-top: 35px;
        min-width: auto;
    }
    .main_page .section05 .calendar_wrap .right_area::before{
        display: none;
    }
    .main_page .section05 .calendar_wrap .right_area .cont{
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

}
@media (max-width: 1024px) {
    .main_page .section05 .calendar_wrap .left_area .select_date{
        width: 280px;
        padding-right: 35px;
    }
    .main_page .section05 .calendar_wrap .left_area .calendar{
        width: calc(100% - 280px);
    }
}
@media (max-width: 767px) {
    .main_page .section05 {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .main_page .section05 .layout_max{
        padding-left: 0;
        padding-right: 0;
    }
    .main_page .section05 .calendar_wrap .left_area{
        flex-direction: column;
    }
    .main_page .section05 .calendar_wrap .left_area .select_date{
        width: 100%;
        padding: 0 15px;
    }
    .main_page .section05 .calendar_wrap .left_area .calendar{
        width: 100%;
        padding: 25px;
        border-radius: 0px;
        border-left: 0px;
        border-right: 0px;
    }
    .main_page .section05 .calendar_wrap .left_area .calendar table td.today a {
        border-radius: 7px;
    }
    .main_page .section05 .calendar_wrap .left_area .bottom{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main_page .section05 .calendar_wrap .left_area .bottom .month_wrap{
        width: 100%;        
        gap: 10px;
        padding: 0 15px;
        margin-top: 20px;
        justify-content: center;
    }
    .main_page .section05 .calendar_wrap .left_area .bottom .year_wrap .num {
        font-size: 20px;
    }
    .main_page .section05 .calendar_wrap .left_area .bottom .month_wrap .btn{
        width: calc(16.666666% - 8.5px);
        max-width: 45px;
        padding-bottom: 0;
    }
    .main_page .section05 .calendar_wrap .left_area .bottom .year_wrap{
        max-width: 160px;
        margin-top: 20px;
        padding: 6px 6px;
    }
    .main_page .section05 .calendar_wrap .left_area .bottom .down_wrap{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        padding-top: 10px;
        margin-bottom: 30px;
    }
    .main_page .section05 .calendar_wrap .right_area {
        margin-top: 15px;
        padding: 0 5px 0 15px;
    }
    .main_page .section05 .calendar_wrap .right_area .cont .overflow{
        max-height: 60dvh;
        padding-bottom: 15px;
    }
    .main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule{
        max-height: none;
        padding-bottom: 15px;
    }
    .main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .left_zone{
        flex-direction: row;
        width: 100%;
        padding: 0 0 10px;
        border-bottom: 1px solid #d5dbe9;
    }
    .main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .left_zone .small{
        font-size: 16px;
        color: #222222;
        font-weight: 600;
    }
    .main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li.today .left_zone .small{
        color: #222;
    }
    .main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .left_zone .big{
        font-size: 16px;
        padding-left: 3px;
        color: #222222;
        font-weight: 600;
    }
    .main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li.today .left_zone .big{
        color: #222;
    }
    .main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .left_zone .big::after{
        display: block;
    }
    .main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li{
        flex-direction: column;
        align-items: flex-start;
        padding: 17px;
    }
    .main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .right_zone{
        width: 100%;
    }
    .main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .right_zone ul.ul_list{
        width: 100%;
        margin-top: 10px;
        gap: 10px;
    }
    .main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .right_zone ul.ul_list > li{
        /* flex-direction: column; */
        gap: 7px;
    }
    .main_page .section05 .calendar_wrap .right_area .cont ul.ul_schedule > li .right_zone ul.ul_list > li .tit{
        font-size: 16px;
        margin-top: 3px;
        width: 100%;
    }
    .main_page .section05 .calendar_wrap .left_area .top{
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }
    .main_page .section05 .calendar_wrap .left_area .top i{
        width: 20px;
    }
    .main_page .section05 .calendar_wrap .left_area .top i img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .main_page .section05 .calendar_wrap .left_area .calendar .top_date{
        text-align: center;
    }
    .main_page .section05 .calendar_wrap .left_area .calendar table{
        margin-top: 20px;
    }
    .main_page .section05 .calendar_wrap .left_area .calendar table td a span{
        font-size: 16px;
    }
    .main_page .section05 .calendar_wrap .left_area .calendar table tr th{
        font-size: 16px;
        padding-bottom: 15px;
    }
}
@media (max-width: 700px) {
    .main_page .section05 .calendar_wrap .left_area .bottom .month_wrap {
        max-width: 400px;
    }

    .main_page .section05 .calendar_wrap .left_area .bottom .month_wrap .btn {
        max-width: none;
    }
}
@media (max-width: 425px) {
    .main_page .section05 .calendar_wrap .left_area .calendar table td.today a {
        border-radius: 5px;
    }
}














.main_page .section06{
    background-color: #F5F7FC;
}
.main_page .section06 .layout_max{
    display: flex;
    flex-direction: column;
    padding-top: 110px;
    padding-bottom: 145px;
}
.main_page .section06 .layout_max .top_area{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main_page .section06 .layout_max .top_area .title{
    font-size: 30px;
    font-weight: 700;
    font-family: "Gyeonggi_Batang_Regular";
    text-align: center;
}
.main_page .section06 .layout_max .top_area .tab_menu{
    margin-top: 60px;
}
.main_page .section06 .layout_max .top_area .tab_menu ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 85px;
}
.main_page .section06 .layout_max .top_area .tab_menu ul li{
    border-radius: 18px;
    color: #7D869D;
    background-color: transparent;
    font-size: 18px;
}
.main_page .section06 .layout_max .top_area .tab_menu ul li.active{
    background-color: #004780;
    color: #FFFFFF;
}
.main_page .section06 .layout_max .top_area .tab_menu ul li button{
    color: inherit;
    font-size: inherit;
    padding: 5px 15px;
}

.main_page .section06 .layout_max .mid_area{
    display: flex;
    justify-content: center;
}
.main_page .section06 .layout_max .mid_area .left{
    width: 520px;
    padding-left:100px;
}

.main_page .section06 .layout_max .mid_area .left .church_info{
    margin-top: 25px;
}
.main_page .section06 .layout_max .mid_area .left .church_info .img_wrap{
    aspect-ratio: 420 / 320;
    border-radius: 28px;
    overflow: hidden;
}
.main_page .section06 .layout_max .mid_area .left .church_info .img_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_page .section06 .layout_max .mid_area .left .church_info .to_map{
    display: flex;
    margin-top: 25px;
    padding: 0 15px;
}
.main_page .section06 .layout_max .mid_area .left .church_info .to_map .title{
    font-size: 20px;
    font-weight: 600;
}
.main_page .section06 .layout_max .mid_area .left .church_info .to_map i{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #222222;
    border-radius: 4px;
    margin-left: 10px;
}
.main_page .section06 .layout_max .mid_area .left .church_info .info_wrap{
    margin-top: 15px;
}
.main_page .section06 .layout_max .mid_area .left .church_info .info_wrap .box{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border-top: 1px solid #D1D7E3;
    font-size: 17px;
}
.main_page .section06 .layout_max .mid_area .left .church_info .info_wrap .box:last-of-type{
    border-bottom: 1px solid #D1D7E3;
}
.main_page .section06 .layout_max .mid_area .left .church_info .info_wrap .box i{
    width: 30px;
    aspect-ratio: 1/1;
    background-color: orange;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.main_page .section06 .layout_max .mid_area .left .church_info .info_wrap .box i.address{
    background-color: #2ABDC2;
}
.main_page .section06 .layout_max .mid_area .left .church_info .info_wrap .box i.call{
    background-color: #873fb7;
}
.main_page .section06 .layout_max .mid_area .right{
    width: calc(100% - 520px);
    position: relative;
}
.main_page .section06 .layout_max .mid_area .right img{
    width: 100%;
    padding-left: 105px;
    padding-right: 53px;
}
.main_page .section06 .layout_max .mid_area .right img.blue[alt="남천지구"]{content: url(/assets/bsd01/image/page/main/main_section06_map_01_blue.svg);}
.main_page .section06 .layout_max .mid_area .right img.blue[alt="중앙지구"]{content: url(/assets/bsd01/image/page/main/main_section06_map_02_blue.svg);}
.main_page .section06 .layout_max .mid_area .right img.blue[alt="하단지구"]{content: url(/assets/bsd01/image/page/main/main_section06_map_03_blue.svg);}
.main_page .section06 .layout_max .mid_area .right img.blue[alt="가야지구"]{content: url(/assets/bsd01/image/page/main/main_section06_map_04_blue.svg);}
.main_page .section06 .layout_max .mid_area .right img.blue[alt="금정지구"]{content: url(/assets/bsd01/image/page/main/main_section06_map_05_blue.svg);}
.main_page .section06 .layout_max .mid_area .right img.blue[alt="우동지구"]{content: url(/assets/bsd01/image/page/main/main_section06_map_06_blue.svg);}
.main_page .section06 .layout_max .mid_area .right img.blue[alt="양산지구"]{content: url(/assets/bsd01/image/page/main/main_section06_map_07_blue.svg);}
.main_page .section06 .layout_max .mid_area .right img.blue[alt="삼계지구"]{content: url(/assets/bsd01/image/page/main/main_section06_map_08_blue.svg);}
.main_page .section06 .layout_max .mid_area .right img.blue[alt="복산지구"]{content: url(/assets/bsd01/image/page/main/main_section06_map_09_blue.svg);}
.main_page .section06 .layout_max .mid_area .right img.blue[alt="야음지구"]{content: url(/assets/bsd01/image/page/main/main_section06_map_10_blue.svg);}
.main_page .section06 .layout_max .mid_area .right img#img-district{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}


.main_page .section06 .layout_max .mid_area .left select{
    border: 1px solid #B3BACC;
    border-radius: 28px;
    padding: 0 25px;
    background: url(/assets/bsd01/image/page/main/icon_arrow_bottom_black.svg) center right 22px no-repeat;
}
.main_page .section06 .layout_max .mid_area .left .select{
    position: relative;
    margin-bottom: 30px;
    padding-top: 50px;
    width: 100%;
    z-index: 1;

    width: 250px;
    font-size: 18px;
}
.main_page .section06 .layout_max .mid_area .left .select > li{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.main_page .section06 .layout_max .mid_area .left .select.active > li{
    height: auto;
    border-radius: 25px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}
.main_page .section06 .layout_max .mid_area .left .select > li > button{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
    transition-property: border-radius,border-bottom;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
}
.main_page .section06 .layout_max .mid_area .left .select.active > li > button{
    border-radius: 25px 25px 0 0;
    border-bottom: 1px solid #fff;
    transition-property: border-radius,border-bottom;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
}
.main_page .section06 .layout_max .mid_area .left .select li button{
    position: relative;
    padding: 10px 20px 10px 30px;
    width: 100%;
    max-width: 250px;
    height: 55px;
    text-align: left;
    font-size: 18px;
    letter-spacing: -0.9px;
    line-height: 27px;
    color: #1E1E1E;
    cursor: pointer;
}
.main_page .section06 .layout_max .mid_area .left .select > li > button img{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.main_page .section06 .layout_max .mid_area .left .select.active > li > button img{
    transform: translateY(-50%) rotate(180deg);
    
}
.main_page .section06 .layout_max .mid_area .left .select > li ul{
    display: none;
    flex-wrap: wrap;
    padding-bottom: 23.5px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 25px 25px;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    pointer-events: none;
}
.main_page .section06 .layout_max .mid_area .left .select.active > li ul{
    display: flex;
    opacity: 1;
    transition: opacity .2s ease-in-out;
    pointer-events: all;
}
.main_page .section06 .layout_max .mid_area .left .select > li li{
    width: 100%;
    height: auto;
}
.main_page .section06 .layout_max .mid_area .left .select > li li button{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0;
    padding: 6.5px 30px;
    cursor: pointer;
}
.main_page .section06 .layout_max .mid_area .left .select > li li.active button{
    color: #FE493C;
}
.main_page .section06 .layout_max .mid_area .left .select + .img_wrap{
    background-color: #fff;
    border: 1px solid rgba(112, 112, 112, 0.2);
    border-radius: 20px;
    overflow: hidden;
}
@media (max-width: 1520px) {}
@media (max-width: 1300px) {
    .main_page .section06 {
        border-top: 1px solid #D5DBE9;
    }

    .main_page .section06 .layout_max{
        padding-top: 50px;
        padding-bottom: 100px;
    }
}
@media (max-width: 1024px) {
    .main_page .section06 .layout_max .top_area .tab_menu ul{
        margin-bottom: 45px;
    }
    .main_page .section06 .layout_max .mid_area{
        flex-direction: column;
    }
    .main_page .section06 .layout_max .mid_area .right{
        order: 1;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        max-width: 750px;
        margin: auto;
    }
    .main_page .section06 .layout_max .mid_area .right img{
        padding-left: 0;
        padding-right: 0;
    }
    .main_page .section06 .layout_max .mid_area .left{
        order: 2;
        width: 100%;
        margin-top: 35px;
        padding-left: 0;
    }
    .main_page .section06 .layout_max .mid_area .left .select{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .main_page .section06 .layout_max{
        padding-top: 35px;
        padding-bottom: 50px;        
    }
    .main_page .section06 .layout_max .top_area .title {
        font-size: 20px;
    }
    .main_page .section06 .layout_max .top_area .tab_menu {
        margin-top: 30px;
    }

    .main_page .section06 .layout_max .top_area .tab_menu ul{
        margin-bottom: 35px;
    }
    .main_page .section06 .layout_max .top_area .tab_menu ul li{
        font-size: 16px;
        width: 19.66664%;
        text-align: center;
    }

    .main_page .section06 .layout_max .mid_area .left .select li button {
        max-width: none;
        height: auto;
    }

    .main_page .section06 .layout_max .mid_area .left .church_info .to_map {
        padding: 0 5px;
    }

    .main_page .section06 .layout_max .mid_area .left .church_info .info_wrap .box {
        padding: 10px 5px;
    }

    .main_page .section06 .layout_max .mid_area .left .select{
        margin-bottom: 0px;
        padding-top: 40px;
    }
    .main_page .section06 .layout_max .mid_area .left .church_info .img_wrap {
        border-radius: 20px;
    }
    .main_page .section06 .layout_max .top_area .tab_menu ul li button{
        padding: 3px 0;
        width: 100%;
    }
}
@media (max-width: 425px) {
    .main_page .section06 .layout_max .top_area .tab_menu {
        margin-top: 20px;
    }

    .main_page .section06 .layout_max .top_area .tab_menu ul {
        gap: 7px;
    }

    .main_page .section06 .layout_max .top_area .tab_menu ul li {
        width: calc(100% / 4 - 7px);
    }

    .main_page .section06 .layout_max .top_area .tab_menu ul li button {
        padding: 3px 5px;
    }
}