@charset "UTF-8";
/* pubMain */
*{
    font-family: "S-Core" !important;
}
.header-top{
    background-color: #724598;
}
.header-util{
    max-width: 1300px;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    padding: 10px 15px;
}
.header-mob{
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: flex-end;
}
.header-mob span{
    font-size: 12px;
    cursor: pointer;
}
.util-ul{
    display: none;
}
.util-ul li{
    display: flex;
    align-items: center;
    gap: 5px;
}
.util-ul li::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
}
.util-ul li:last-child::after{
    display: none;
}
.header-mid{
    max-width: 1300px;
    margin: 0 auto;
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.head-logo{
    max-width: 300px;
    display: flex;
    gap: 20px;
    max-height: 60px;
}
.head-logo .left{
    max-width: 150px;
}
.head-logo .left img{
    width: 100%;
}
.head-logo .left .no-mob{
    display: none;
}
.head-logo .left .mob{
    display: block;
}
.head-logo .right{
    max-width: 150px;
}
.head-logo .right img{
    width: 100%;
}
.head-btn button{
    width: auto;
    padding: 12px 13px;
    display: flex;
    gap: 8px;
    background-image: linear-gradient(50deg, #00BB78, #008AEE);
    align-items: stretch;
    border-radius: 50px;
    justify-content: center;
    font-weight: 500;
}
.head-btn span{
    color: #fff;
    display: none;
}
.mobile_gnb_inner{
    font-size: 12px;
    color: #fff;
}
.mobile_gnb{
    display: none;
    background-color: #724598;
    border-radius: 0px 0px 20px 20px;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.mb_gnb_conts ul{
    display: flex;
    flex-direction: column;
}
.mb_gnb_conts ul .dash{
    border-bottom: 1px dashed #FFFFFF4D;
}
.mobile_gnb .mb_gnb_conts .mb_first_ul li {
    position: relative;
    padding: 15px;
}
.mobile_gnb .mb_gnb_conts .mb_first_ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background-image: url("/cbsp/public/images/main/arrow-forward.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
}
.mobile_gnb .mb_gnb_conts .mb_first_ul li:hover::after,
.mobile_gnb .mb_gnb_conts .mb_first_ul li:focus::after,
.mobile_gnb .mb_gnb_conts .mb_first_ul li:active::after {
    opacity: 1;
}
.menu_btn img {
    transition: transform 0.3s ease;
}
.menu_btn.active img {
    transform: rotate(180deg);
}
main{
    width: 100%;
}
.section-1{
    width: 100%;
    max-height: 410px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url('/cbsp/public/images/main/section-back.svg');
    background-size: cover;
    background-position: center;
}
.section-1 .top_div{
    max-width: 1300px;
    margin: 0 auto;
}
.section-1 .top_div .inner{
    padding: 50px 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.section-1 .top_div .inner .title{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-1 .top_div .inner p{
    font-size: 16px;
}
.section-1 .top_div .inner h3{
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}
.section-1 .top_div .search-keyword-section{
    display: flex;
    justify-content: center;
    position: relative;
}
.section-1 .top_div .search-keyword-section input{
    width: 100%;
    padding: 14px 20px 12px;
    border-radius: 10px;
    background: #FFF;
    border: none;
    font-size: 14px;
    min-width: 250px;
}
input:focus {
    outline: 2px solid #e9e7ff;
}
.search-keyword-section input[type="text"]::placeholder {
    color:#878787 ;
}
.section-1 .top_div .search-keyword-section button{
    width: 24px;
    height: 24px;
    background: url('/cbsp/public/images/main/search.svg') no-repeat center;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
}
.section-1 .baner-zone{
    width: 100%;
    background: #00000073;
}
.section-1 .baner-zone .baner_wrap{
    max-width: 1300px;
    margin: 0 auto;
}
.section-1 .baner-zone .baner_wrap .baner_inner{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0 20px;
}
.section-1 .baner-zone .baner_wrap .baner_control{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 15px;
}
.section-1 .baner-zone .baner_wrap .baner_control .swiper_next,
.section-1 .baner-zone .baner_wrap .baner_control .swiper-pause,
.section-1 .baner-zone .baner_wrap .baner_control .swiper-play,
.section-1 .baner-zone .baner_wrap .baner_control .swiper_prev{
    display: flex;
}
.section-1 .baner-zone .baner_wrap .baner_detail {
    display: flex;
    overflow: hidden;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.section-1 .baner-zone .baner_wrap .baner_detail .baner_cont{
    display: flex;
    flex-direction: row;
}
.section-2{
    width: 100%;
    height: auto;
}
.section-2 .mid_div{
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 10px;
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.section-2 .mid_div .slide_menu{
    width: 100%;
    overflow: hidden;
}
.section-2 .mid_div .slide_menu .slide_detail{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.section-2 .mid_div .slide_menu .slide_detail .slide_box{
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
}
.section-2 .mid_div .slide_menu .slide_detail .slide_box span {
    font-size: 18px;
}
.section-2 .mid_div .slide_menu .slide_detail .slide_box:hover::before {
    top: 10px;
    opacity: 1;
    visibility: visible;
}
.section-2 .mid_div .slide_menu .slide_detail .slide_box::before {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0, 174, 187, 0.15);
    position: absolute;
    top: 5px;
    right: 5%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}
.mid_div .swiper-pagination-bullet {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #00AEBB;
    border-radius: 50%;
    margin-left: 10px;
}
.bullet_control{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}
.bullet_control .swiper_next2,
.bullet_control .wiper-pagination,
.bullet_control .swiper_prev2{
    display: flex;
}
.mid_div .swiper-pagination{
    width:auto !important;
    display: flex;
    position: relative;
    bottom: -1px !important;
}
.mid_div .swiper-pagination .bullet_control{
    display: flex;
}
.section-2 .new_wrap{
    max-width: 1300px;
    margin: 0;
}
.section-2 .new_wrap .ns_inner{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.section-2 .new_wrap .ns_inner h3{
    font-weight: 600;
    font-size: 24px;
}
.section-2 .new_wrap .ns_inner h3 .point{
    color: #724598;
}
.section-2 .new_wrap .ns_inner .card_wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: nowrap;
}
.section-2 .new_wrap .ns_inner .card_wrap .card_box{
    width: 100%;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    border-radius: 15px;
    padding: 15px;
}
.section-2 .new_wrap .ns_inner .card_wrap .card_box.red{
    background: #FFEDE2 url("/cbsp/public/images/main/go01.svg") no-repeat 95% 50%
}
.section-2 .new_wrap .ns_inner .card_wrap .card_box.blue{
    background: #EEF6FF url("/cbsp/public/images/main/go02.svg") no-repeat 105% 56%;
}
.section-2 .new_wrap .ns_inner .card_wrap .card_box.green{
     background: #DDF6F6 url("/cbsp/public/images/main/go05.svg") no-repeat 95% 64%;
}
.section-2 .new_wrap .ns_inner .card_wrap .card_box.red02{
    background: #FFEAEB url("/cbsp/public/images/main/go03.svg") no-repeat 95% 64%;
}
.section-2 .new_wrap .ns_inner .card_wrap .card_box.purp{
    background: #E9E7FF url("/cbsp/public/images/main/go04.svg") no-repeat 175% -53%;
}
.section-2 .new_wrap .ns_inner .card_wrap .card_box p{
    font-weight: 600;
    font-size: 24px;
    word-break: keep-all;
}
.section-2 .new_wrap .ns_inner .card_wrap .card_box span{
    padding: 5px 10px 5px 10px;
    background-color: #fff;
    border-radius: 50px;
    cursor: pointer;
}
.footer{
    background-color:#444444;
    max-height: 600px;
}
.footer .inner{
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 30px 20px;
}
.footer .inner .wrap_div{
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    gap: 30px;
}
.footer .inner .wrap_div .logo_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.footer .inner .wrap_div .ad_box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .inner .wrap_div .ad_box p{
    color: #fff;
    font-weight: 300;
    word-break: keep-all;
    text-align: center;
}
.ft_menu ul{
    display: flex;
    color: #fff;
    gap: 10px;
    font-weight: 300;
    flex-direction: column;
    align-items: center;
}
.slide_link_icon{
    cursor: pointer;
}

.search_result {position: absolute; top: 350px; width: 100%; max-width: 250px; height: 330px; border-radius: 5px; background: #fff;     padding: 10px 3px 30px 15px; box-shadow: 0px 0px 20px 1px rgb(200 200 200 / 70%); z-index: 11; overflow: auto;}
.search_result .sch_close {position: absolute; right:20px; margin-top:7px; z-index: 999; background: url(/cbsp/assets/images/alrm_close.png)no-repeat; display: block; width: 13px; height: 13px;}
.search_result .list_wrap {cursor: pointer; margin-bottom: 5px; background: #fff; padding: 10px 10px 5px 10px; width: 100%; border: 1px solid #d9d9d9;}
.search_result .list_wrap .txt01{font-family: Malgun Gothic; font-size: 14px; color: #454545; font-weight: bold;}
.search_result .list_wrap .in_w{width: 100%;}
.search_result .list_wrap .txt02{margin-top: 10px; width: 35px; font-family: Malgun Gothic; font-size: 10px; color: #fff; background: #1caf82; text-align: center; border-radius: 3px;}
.search_result .list_wrap .txt03{width: calc(100% - 40px); position: relative; left: 40px; top: -17px; letter-spacing: -1px; font-family: Malgun Gothic; font-size: 13px; color: #787878;}
.search_result .resultWrap {height: 100%}