.co_gnb{
    background-color: var(--color-dark);
    height: 40px;
}
.co_gnb .inner{
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}
.co_gnb .co_logo a{
    display: block;
}
.co_gnb .co_logo img{
    height: 20px;
    vertical-align: sub;
}
.gnb_list{
    max-width: 700px;
}
.gnb_list ul{
    display: flex;
    font-size: 13px;
    align-items: center;
}
.gnb_list ul li{
    padding: 0 8px;
    text-align: center;
}
.gnb_list ul li:last-child{
    padding-right: 0;
}
.gnb_list ul li a{
    color: #fff;
    font-size: 14px;
}
.gnb_list ul li a:hover{
    text-decoration: underline;
}
.gnb_list .swiper-slide.width_text2{
    width: calc(26px + (12px * 2));
}
.gnb_list .swiper-slide.width_text4{
    width: calc(50px + (12px * 2));
}
.gnb_list .swiper-slide.width_text4_last{
    width: calc(50px + (12px * 2) - 12px);
}
.gnb_list .swiper-slide.width_text5{
    width: calc(62px + (12px * 2));
}
.gnb_list .swiper-slide.width_text7{
    width: calc(78px + (12px * 2));
}
.gnb_list .swiper-horizontal>.swiper-pagination-bullets, .gnb_list .swiper-pagination-bullets.swiper-pagination-horizontal{
    width: 0px;
    height: 0px;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: -1px;
    left: -1px;
}
.co_gnb_more, .gnb_all_view{
    display: none;
}
@media (max-width: 650px){
    .co_gnb .inner{
        padding: 8px 16px;
    }
    .gnb_list{
        width: calc(100% - 100px);
        position: relative;
    }
    .gnb_list .gnb_list_sw{
        width: calc(100% - 30px);
        margin: 0;
    }
    .gnb_list::before,.gnb_list::after{
        content: '';
        position: absolute;
        display: block;
        width: 12px;
        height: 23px;
        top: 0;
        z-index: 10;
    }
    .gnb_list .co_gnb_more{
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        right: -8px;
        top: -3px;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 50%;
    }
    .gnb_list .co_gnb_more span{
        display: block;
        width: 30px;
        height: 30px;
        /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E"); */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -9999em;
        transition: 0.2s transform ease-in;
    }
    .gnb_active .gnb_list .co_gnb_more span{
        transform: rotate(180deg);
    }
    .gnb_list::after{
        left: 0;
        background: linear-gradient(90deg, var(--color-dark), rgba(80, 130, 228, 0));
    }
    .gnb_list::before{
        right: 30px;
        background: linear-gradient(90deg, rgba(80, 130, 228, 0), var(--color-dark));
    }
    .gnb_list ul{
        font-size: 14px;
    }
    .gnb_list ul li {
        padding: 1px 4px 0;
    }
    .gnb_list .swiper-slide.width_text2{
        width: calc(26px + (10px * 2));
    }
    .gnb_list .swiper-slide.width_text4, .gnb_list .swiper-slide.width_text4_last{
        width: calc(50px + (10px * 2));
    }
    .gnb_list .swiper-slide.width_text5{
        width: calc(62px + (10px * 2));
    }
    .gnb_list .swiper-slide.width_text7{
        width: calc(78px + (10px * 2));
    }
    .gnb_all_view{
        z-index: 10002;
        position: absolute;
        top: 40px;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.2);
    }
    .gnb_active {
        overflow: hidden;
    }
    .gnb_active .gnb_all_view{
        display: block;
    }
    .gnb_all_view ul{
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
    }
    .gnb_all_view li{
        width: 25%;
        border-left: 1px solid #eee;
    }
    .gnb_all_view li:nth-child(n + 4){
        border-top: 1px solid #eee;
    }
    .gnb_all_view li:nth-child(4n){
        border-right: none;
    }
    .gnb_all_view li a{
        display: block;
        text-align: center;
        font-size: 14px;
        padding: 8px;
    }
    .gnb_all_view li i{
        display: block;
        width: 40px;
        height: 40px;
        background-image: url(/img/common/familySite_icon.png);
        background-size: calc(200px / 5) calc(1800px / 5);
        margin: 0 auto;
    }
    .gnb_all_view li span{
        display: block;
    }
    .icon_news{
        background-position-y: calc(-40px * 1);
    }
    .icon_broadcasting{
        background-position-y: calc(-40px * 2);
    }
    .icon_faith{
        background-position-y: calc(-40px * 3);
    }
    .icon_mission{
        background-position-y: calc(-40px * 5);
    }
    .icon_study{
        background-position-y: calc(-40px * 8);
    }
    .icon_channel{
        background-position-y: calc(-40px * 4);
    }
    .icon_kuc{
        background-position-y: calc(-40px * 6);
    }
    .icon_community{
        background-position-y: calc(-40px * 7);
    }
}