.visual-wrap{
    margin-top: 70px;
}

.s_visual_area .visual_h2{
    font-family: 'SEBANG_Gothic_Bold';
}

.visual-wrap .s_visual_area.bg2 {
    background: url("../images/sub/s_visual_2.png") no-repeat center center;
    background-size: cover;
}

.business_wrap{
    margin-bottom: 100px;
}

.subWrap .sub_title.type_2 {
    text-align: left;
}

.subWrap .sub_title.type_2 .dp-flex{
    gap: 0 10px;
} 

.subWrap .sub_title.type_2 .dp-flex p{
    border-radius: 10px;
    padding: 0 12px;
    background-color: #f9f9f9;
}

.business_wrap .txt-list li{
    font-size: 18px;
}

.business_wrap .sub_in_tab {
    gap: 10px !important;
    flex-wrap: wrap;
}

.business_wrap .sub_in_tab li a{
    line-height: 1.2 !important;
    padding: 10px !important;
}

.business-wrap{
    border-top: 1px solid #eaeaea;
}

.bsns_Cont .top_tit{
    font-family: 'SEBANG_Gothic_Bold';
    margin-bottom: 30px;
}

.bsns_Cont .img_box{
    gap: 20px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.bsns_Cont .img_box img{
    border-radius: 10px;
    overflow: hidden;
}

.bsns_Cont .infoWrap .info{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bsns_Cont .infoWrap .info:not(:last-child){
    margin-bottom: 50px;
}

.bsns_Cont .infoWrap .info .tBox{
    width: 300px;
}

.bsns_Cont .infoWrap .info .tBox h3 {
    display: inline-block;
    position: relative;
    font-family: 'SEBANG_Gothic_Bold';
    padding-top: 10px;
}

.bsns_Cont .infoWrap .info .tBox h3::before{
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--main-red);
    transform: translateY(-10px);
}

.bsns_Cont .infoWrap .info .cBox{
    width: calc(100% - 300px);
    margin-left: auto;
}

.bsns_Cont .info .bd-list{
    display: flex;
    flex-wrap: wrap;
}


.bsns_Cont .info .bd-list > div{
    width: calc(100% / 3);
    padding: 70px 40px;
    border: 1px solid #eaeaea;
}

.bsns_Cont .info .bd-list > div:first-child{
    border-radius: 10px 0 0 10px;
}

.bsns_Cont .info .bd-list > div:last-child{
    border-radius: 0 10px 10px 0;
}

.bsns_Cont .info .bd-list > div:not(:last-child){
    border-right: 0;
}

.bsns_Cont .info .bd-list > div img{
    margin: 0 auto 20px auto;
}

.bsns_Cont .info .bd-list > div .tbox{
    margin: 0 auto;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
}

.bsns_Cont .info .bd-list > div .tbox b{
    display: block;
    font-family: 'GmarketSansMedium';
    font-size: 20px;
    margin-bottom: 10px;
}

.bsns_Cont .info .bd-list > div .tbox p {
    line-height: 1.5;
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
}

.bsns_Cont .bsns-sd{
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.bsns-sd .swiper-pagination{
    bottom: 0;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    line-height: 10px;
}

.swiper-pagination-bullet-active{
    background-color: var(--main-red);
}

.bsns_Cont .swiper-slide{
    border-radius: 10px;
    border: 1px solid #eaeaea;
    height: 380px;
    overflow: hidden;
}

.bsns_Cont .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 250422 추가 */
.bsns_Cont .bsns-sd2-new .swiper-slide {
    height: auto;
    border: 0;
}
.subMn-wrap .top{
    background-color: #fff;
    border-top: 1px solid #eaeaea;

}

.subMn-wrap .top .tabs.subMn {
    border: 0;
    padding: 0;
    margin-bottom: 0;
    width: 1140px;
    margin: 0 auto;
}

.subMn-wrap .top .tabs.subMn li a.active {
    background: none;
    margin: 0;
    border-bottom: 2px solid #07439a;
}

.subMn-wrap .top .tabs.subMn li a{
    border-radius: 0;
    padding: 10px 20px;
}

.subMn-wrap .item{
    padding: 20px 0;
}

.subMn-wrap .item:not(:last-child){
    border-bottom: 1px solid #eaeaea;
}

.subMn-wrap.type-2 .item{
    border: none;
}

.subMn-wrap .item b{
    font-weight: 800;
    margin-bottom: 10px;
}

.subMn-wrap .item .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #eaeaea;
    border-radius: 50px;
    background-color: #fff;
    padding: 3px 20px;
}

.subMn-wrap .item .swiper-slide.on{
    background-color: #07439a;
    border: #07439a;
}

.subMn-wrap .item .swiper-slide.on p{
    color: #fff;
}

.subMn-wrap .item .swiper-slide.on span{
    color: rgba(255 255 255 / 60%);
}

.subMn-wrap .item .swiper-slide p{
    font-weight: 600;
}

.subMn-wrap .item .swiper-slide span{
    color: #999999;
    margin-left: 5px;
}

.subMn-wrap .swiper-wrapper{
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px auto 50px auto;
}

.subMn-wrap .swiper-slide{
    width: auto;
    font-family: 'SEBANG_Gothic';
    padding: 10px 20px;
    border: 1px solid #eaeaea;
    border-radius: 50px;
}

.subMn-wrap .swiper-slide.on{
    background-color:  var(--main-red);
    border: none !important;
    color: #fff;
}



.bsns_2_8 .gray-box{
    margin-top: 10px;
}

.bsns_2_8 .txt-list li,
.bsns_3_9 .txt-list li,
.bsns_3_10 .txt-list li{
    text-align: left;
}

.bsns_2_8 .info.bottom .bd-list > div:nth-child(2) img,
.bsns_2_8 .info.bottom .bd-list > div:nth-child(3) img{
    margin: 100px auto 20px auto;
}

.bsns_3_9 .btn-st{
    background-color: var(--main-red);
    color: #fff;
}

.bsns_3_9 .bsns_3_9_2{
    margin: 80px auto 20px auto !important;
}

.culture_wrap{
    margin-bottom: 100px;
}

.calendar_wrap{
    width: 900px;
    margin: 0 auto;
}

.calendar_wrap > .top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eaeaea;
    font-size: 20px;
    border-radius: 10px;
    padding: 20px;
}

.calendar_wrap > .top b{
    font-family: 'SEBANG_Gothic_Bold';
    color: var(--main-red);
}

.calendar{
    margin-top: 20px;
    border-top: 2px solid var(--main-red);
}

.calendar ul{
    display: flex;
    flex-wrap: wrap;
}

.calendar ul.top{
    border: 1px solid #eaeaea;
    border-bottom: 0;
}

.calendar ul.top li{
    text-align: center;
    font-family: 'SEBANG_Gothic_Bold';
}

.calendar ul.top li.sun,
.calendar ul li:first-child p{
    color: var(--main-red);
}

.calendar ul.top li.sat,
.calendar ul li:nth-child(7n) p{
    color: #3563cb;
}

.calendar ul li{
    width: calc(100% / 7);
    padding: 20px;
}

.calendar ul.top li{
    padding: 10px;
}

.calendar .week li{
    padding: 20px 20px 30px 20px;
}

.calendar ul li{
    border-right: 1px solid #eaeaea;
}

.calendar ul li:nth-child(7n){
    border-right: none;
}

.calendar .week{
    border: 1px solid #eaeaea;
}

.calendar .week > ul:not(:last-child){
    border-bottom: 1px solid #eaeaea;
}

.calendar .week > ul li.on{
    border: 1px solid var(--main-red);
    background-color: #faeeee;
}

.badge{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    padding: 0 10px;
}

.badge:not(:last-child){
    margin-right: 2px;
}

.bg_c_1{
    background-color:  var(--main-red);
}

.bg_c_2{
    background-color:  #f67c03;
}

.culture_wrap .bottom{
    margin-top: 20px;
}

.culture_wrap .bottom b{
    display: block;
    font-family: 'SEBANG_Gothic_Bold';
    margin-bottom: 20px;
}

.culture_wrap .bottom li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.culture_wrap .bottom li:not(:last-child){
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.culture_wrap .bottom li .badge{
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
}

.culture_wrap .bottom li .date{
    margin-left: auto;
}

.locationArea .adr_box{
    border-top: 0 !important;
}

.applyArea{
    padding-bottom: 100px;
}

.applyArea .inner{
    width: 800px;
}

.applyArea h2{
    margin: 0 auto 30px auto;
    text-align: center !important;
}

.applyArea .step_list{
    justify-content: center;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.applyArea .step_list li{
    position: relative;
    width: calc(100% / 4 );
    text-align: center;
    padding: 10px 20px;
}

.applyArea .step_list li + li::before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    background: #FFF url(../images/sub/ico_step_arw.png) no-repeat center center;
    position: absolute;
    left: calc(-37px / 2);
    border: 1px solid #E0E0E0;
    top: 50%;
    transform: translate(0, -50%);
    background-size: auto 12px;
}


.applyArea .step_list li:first-child {
    border-radius: 10px 0 0 10px;
}

.applyArea .step_list li:last-child {
    border-radius: 0 10px 10px 0;
}

.applyArea .step_list li:not(:last-child){
    border-right: 1px solid #eaeaea;
}

.applyArea .step_list strong{
    display: block;
}

.applyArea .step_list li.on{
    border: 1px solid var(--main-red);
    background-color: #faeeee;
}

.typeWrap{
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

.typeWrap .typeBox{
    border: 1px solid #eaeaea;
    text-align: center;
    padding: 80px 20px;
    border-radius: 10px;
    flex: 1;
}

.typeWrap .typeBox:hover{
    border: 1px solid var(--main-red);
    transition: 0.1s;
}

.typeWrap .typeBox:hover b{
    color: var(--main-red);
}

.typeWrap .typeBox b{
    display: inline-block;
    font-family: 'SEBANG_Gothic_Bold' ;
    font-size: 20px;
    border-bottom: 1px solid #eaeaea;
}

.typeWrap .typeBox p{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
    margin-top: 10px;
}

.applyArea .btn-wrap{
    margin-top: 30px;
}

.applyArea .formWrap .gray-box{
    text-align: center;
}

.applyArea .formWrap .table-st tr{
    border-bottom: 1px solid #eaeaea;
}

.applyArea .formWrap .table-st th,
.applyArea .formWrap .table-st td{
    padding: 20px;
}

.applyArea .formWrap .adr-1{
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
}

.applyArea .formWrap .adr-1 input{
    width: calc(100% - 85px);
}

.applyArea .formWrap .adr-1 button{
    background-color: #ddd;
    width: 80px;
    padding: 0;
}

.applyArea .agr.gray-box .top{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.applyArea .agr.gray-box .tBox{
    height: 250px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    padding: 20px;
    overflow-y: scroll;
    border-radius: 10px;
}

.applyArea .agr.gray-box dl{
    text-align: left;
}

.applyArea .agree_ck_box{
    gap: 0 20px;
}
  
::-webkit-scrollbar {
      width: 5px;  
      height: 5px;
  }
  
::-webkit-scrollbar-thumb {
      background: #666;
      border-radius: 5px; 
  }
  
::-webkit-scrollbar-track {
      background: #eaeaea;  
}

.agr.gray-box .cBox.n-2 .tBox{
    height: auto;
}

.applyArea .formWrap .period input{
    width: 45%;
}

.applyArea .formWrap .sum input{
    width: 30%;
}

.file{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.file p{
    width: calc(100% - 148px);
    height: 45px;
    line-height: 45px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 0 20px;
}

.file-box .txt-list{
    text-align: left;
}

.file-list-box{
    margin-top: 10px;
}

.file-list-box b{
    display: block;
    margin-bottom: 10px;
}

.file-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.file-list li{
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 5px 10px;
}

.file-list li span.del {
    cursor: pointer;
    width: 25px;
    text-align: center;
    height: 25px;
    font-size: 20px;
    border-radius: 15px;
    border: 1px solid #eaeaea;
    margin-left: 5px;
}

.btn-upload {
    cursor: pointer;
    padding: 0 20px;
    position: relative;
    text-align: center;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #111;
}
  
.btn-upload span.label {
    position: relative;
    width: 100%;
    display: inline-block;
    color: #fff;
    padding: 8px 0;
    text-transform:uppercase;
    cursor: pointer;
}
  
.btn-upload #upload {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: -26px;
    left: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 72px;
}

.file{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.file-box .txt-list{
    text-align: left;
}

.file-list-box{
    margin-top: 10px;
}

.gray-box.cplet{
    padding: 100px 50px;
}

.gray-box.cplet span{
    font-size: 50px;
    color: var(--main-red);
}

.gray-box.cplet h3{
    font-family: 'SEBANG_Gothic_Bold';
    margin-bottom: 10px;
}

.calcArea{
    padding: 75px 0 100px 0;
}

.calcArea.subWrap .table_area table th,
.calcArea.subWrap .table_area table td{
    line-height: 1.4;
    padding: 10px;
}

.calcArea.subWrap .btn-wrap{
    margin-top: 50px;
}

table.pay{
    font-size: 18px;
}

table.pay th{
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

table.pay td{
    text-align: left !important;
}

table.pay th,
table.pay td{
    padding: 20px;
}


table.pay .file p {
    width: calc(100% - 200px);
}

.sponBox .flexBox > b{
    width: 150px;
}

.sponsor .sub_in_tab{
    margin: 20px 0 !important;
}

.sponsor .sum_box,
.sponsor .day_box{
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.sponsor .sum_box .other input,
.sponsor .day_box .other input{
    margin-left: 10px;
    height: 35px;
    line-height: 35px;
}

.sponsor .bank{
    gap: 10px;
}

.sponsor .bank select{
    width: 200px;
    background-position: 90% center;
}

.sponsor .agree_box .agrChk{
    display: block;
    text-align: center;
}

.search.subWrap{
    padding-top: 100px;
}

.search.subWrap .search-wrap{
    margin-top: 20px;
    margin-bottom: 50px;
}

.search.subWrap .rstInfo > div{
    margin-bottom: 50px;
}

.search.subWrap h3.tit{
    font-size: 22px;
    margin-bottom: 20px;
}

.search.subWrap .rstInfo .rstBox{
    border-top: 1px solid #111;
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
}

.search.subWrap .rstBox ul{
    gap: 0 40px;
    flex-wrap: wrap
}

.search.subWrap .rstBox ul li a:hover{
    text-decoration: underline;
}

.search.subWrap .rstBox ul li{
    position: relative;
}

.search.subWrap .rstBox ul li:not(:last-child):after{
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../images/common/arr-nxt-b.png") center / 6px no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}

.search.subWrap .rstBox ul li a{
    font-size: 20px;
}


.search.subWrap .rstInfo .rstBox.type_2 .list{
    gap: 20px;
    flex-wrap: wrap;
}

.search.subWrap .rstInfo .rstBox.type_2 .list .item{
    border: 1px solid #eaeaea;
    padding: 40px;
    width: calc((100% - 40px) / 3);
}

.search.subWrap .rstInfo .rstBox.type_2 .list .item:hover{
    box-shadow: 1px 1px 10px rgba( 0 0 0 / 10%);
}

.search.subWrap .rstInfo .rstBox.type_2 .list .item:hover .tit{
    color: var(--main-red);
    text-decoration: underline;
}

.search.subWrap .rstInfo .rstBox.type_2 .list .item .badge{
    background-color: #111;
    color: #fff;
    padding: 2px 10px;
}

.search.subWrap .rstInfo .rstBox.type_2 .list .item .tit{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    margin: 10px 0;
    font-size: 22px;
}


.search.subWrap .rstInfo .rstBox.type_2 .list .item .txt{
    display: block;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

.major_bs section:not(:last-child){
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eaeaea;
}

.major_bs .top_tit::before{
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: var(--main-red);
    margin-right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.major_bs .top_tit{
    padding-left: 30px;
}

.ctgr-tab{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ctgr-tab li{
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
    background: #eaeaea;
    border-radius: 10px;
}

.ctgr-tab li.on{
    background-color: var(--main-red);
}

.ctgr-tab li.on a{
    color: #fff;
}

.ctgr-tab li a {
    display: block;
    text-align: center;
    padding: 5px 15px;
    color: #a5a5a5;
}


@media all and (max-width: 1600px){



    .bsns_Cont .img_box img{
        width: calc((100% - 20px) / 2);
    }

    .calendar_wrap{
        width: 100%;
    }

}
/*E:1280*/

@media all and (max-width: 1024px){

    .visual-wrap {
        margin-top: 60px;
    }

    .bsns_Cont .infoWrap .info .tBox{
        margin-bottom: 20px;
    }

    .bsns_Cont .infoWrap .info .tBox,
    .bsns_Cont .infoWrap .info .cBox{
        width: 100%;
    }

    .bsns_Cont .info .bd-list > div {
        padding: 40px 20px;
    }

    .bsns_Cont .info .bd-list > div img {
        width: 80%;
    }

    .bsns_Cont .info .bd-list > div .tbox b{
        font-size: 16px;
        margin-bottom: 0;
    }

    .bsns_Cont .info .bd-list > div:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #eaeaea;
        border-radius: 0;
    }


    .bsns_Cont .info .bd-list > div{
        width: 100%;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .bsns_Cont .info .bd-list > div img{
        width: 50px;
        margin: 0;
    }

    .bsns_Cont .info .bd-list > div .tbox {
        width: calc(100% - 70px);
        text-align: left;
        margin: 0 0 0 auto;
    }

    .bsns_Cont .info .bd-list{
        border: 1px solid #eaeaea;
        border-radius: 10px;
    }

    .bsns_Cont .info .bd-list > div{
        border: none;
    }

    .bsns_Cont .info .bd-list > div .tbox p{
        width: 100%;
    }

    .bsns_2_8 .info.bottom .bd-list > div:nth-child(2) img,
    .bsns_2_8 .info.bottom .bd-list > div:nth-child(3) img{
        margin: 20px auto;
    }

    .business_wrap .txt-list li,
    .bsns_Cont .info .bd-list > div .tbox p{
        font-size: 16px;
        line-height: 1.8;
    }


    .calendar ul li,
    .calendar .week li p{
        font-size: 12px;
    }

    .calendar .week li {
        padding: 10px 5px 20px 5px;
    }

    .badge {
        display: block;
        font-size: 10px;
        padding: 0 7px;
        text-align: center;
    }

    .badge:not(:last-child){
        margin-right: 0;
        margin-bottom: 2px;
    }

    .calendar_wrap > .top {
        font-size: 18px;
        padding: 10px;
    }

    .culture_wrap .bottom li .badge{
        display: block;
        font-size: 14px;
    }

    .applyArea{
        padding-bottom: 50px;
    }

    .applyArea .inner{
        width: 100%;
    }

    .applyArea .step_list strong {
        display: block;
        font-size: 14px;
        line-height: 1.2;
    }

    .applyArea .step_list li{
        font-size: 14px;
        padding: 10px;
        line-height: 1.2;
    }

    .applyArea .step_list li + li::before {
        width: 20px;
        height: 20px;
        left: -10px;
    }

    .typeWrap{
        gap: 10px;
    }

    .typeWrap .typeBox{
        width: calc((100% - 10px) / 2 );
        padding: 40px 20px;
    }

    .typeWrap .typeBox p{
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
    }

    .applyArea .formWrap .table-st th,
    .applyArea .formWrap .table-st td {
        padding: 10px;
    }

    table.pay .file p {
        width: 100%;
    }
    
    table.pay thead th,
    table.pay thead td{
        font-size: 16px;
        line-height: 1.4;
    }

    .sponsor .sum_box .other input,
    .sponsor .day_box .other input{
        width: 150px;
    }


    .search.subWrap .rstBox ul li a {
        font-size: 16px;
    }

    .search.subWrap .rstInfo .rstBox.type_2 .list {
        gap: 10px;
    }

    .search.subWrap .rstInfo .rstBox.type_2 .list .item {
        padding: 20px;
        width: calc((100% - 10px) / 2);
    }

    .search.subWrap .rstInfo .rstBox.type_2 .list .item .tit {
        margin: 10px 0;
        font-size: 18px;
        height: auto;

    }

    .search.subWrap .rstInfo .rstBox.type_2 .list .item .badge {
        display: inline-block;
    }

    .search.subWrap .rstBox ul {
        gap: 0 20px;
        flex-wrap: wrap;
    }

    .search.subWrap .rstBox ul li:not(:last-child):after {
        right: -19px;
    }

    .search.subWrap .rstBox ul{
        border: 1px solid #eaeaea;
        padding: 5px 10px;
        border-radius: 5px;
    }

    .search.subWrap .rstBox ul:not(:last-child){
        margin-bottom: 5px;
    }

    .search.subWrap .search-wrap {
        margin-bottom: 20px;
    }

    .search.subWrap .rstInfo > div {
        margin-bottom: 20px;
    }

    

}
/*E:1024*/


@media all and (max-width: 768px){

    .business_wrap{
        margin-bottom: 0;
    }

    .subMn-wrap .item .swiper-slide{
        padding: 3px 15px;
        height: auto !important;
    }
    .subMn-wrap .item .swiper-slide p,
    .subMn-wrap .item .swiper-slide span{
        font-size: 14px;
    }
    
    .subMn-wrap .swiper-wrapper{
        flex-wrap: nowrap;
        gap: 0;
        margin: 20px 0;
    }
    
    .subMn-wrap .item {
        padding: 15px 0;
    }
    
    .subMn-wrap .item b {
        margin-bottom: 5px;
    }

    .subMn-wrap .swiper-slide{
        padding: 5px 10px;
        font-size: 14px;
    }

    .subMn-wrap .swiper-slide.on{
        border: 1px solid #eaeaea;
    }

    .business_wrap > .inner{
        padding: 0;
    }

    .business_wrap > .inner .sub_title{
        padding: 40px 0 0 20px;
    }

    .business_wrap > .inner .subMn-wrap {
        padding: 0 20px ;
        overflow-x: hidden;
    }

}
/*E:768*/


@media all and (max-width: 640px){
    .culture_wrap .bottom li .date {
        width: 100%;
        display: block;
        margin-left: 0;
    }

    .file p{
        width: 100%;
    }

    .btn-upload{
        width: 100%;
        margin: 5px 0 0 0;
    }

    .applyArea .formWrap .period input {
        width: 90%;
    }

    .applyArea .formWrap .sum input{
        width: 80%;
    }

    
    .sponsor .bank{
        flex-wrap: wrap;
    }

    .sponBox .flexBox{
        flex-wrap: wrap;
        margin-bottom: 5px;
    }

    .sponBox .flexBox > b{
        width: 100%;
    }

    .sponsor .sum_box label,
    .sponsor .day_box label{
        font-size: 14px;
    }

    .sponsor .bank select{
        width: 100%;
    }

    .applyArea.sponsor .formWrap .table-st th,
    .applyArea.sponsor .formWrap .table-st td {
        padding: 5px 0;
    }

    .ctgr-tab{
        gap: 5px;
    }

    .ctgr-tab li {
        border-radius: 5px;
    }
    
    .ctgr-tab li a {
        padding: 2px 10px;
        font-size: 14px;
    }
}
/*E:640*/