header .material-symbols-outlined,
.sitemap .material-symbols-outlined,
.mobile-mn .material-symbols-outlined{
    font-weight: 400 !important;
}
select{
    -moz-appearance: none;
}
select::-ms-expand {
    display:none
}
.cursor-p{
    cursor: pointer;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.sub-inner{
    width: 1420px;
    margin: 0 auto;
}
.sub-inner img{
    width: 100%;
    margin: 0px auto;
}
.pb-50{
    padding-bottom: 50px;
}
xmp,pre{
    max-width: 100%;
    white-space: pre-wrap;
    font-weight: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
}

textarea{
    font-weight: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
}

/* S: 사업신청 하단부분 */
.basicView {
    overflow: hidden;
}
div.board {
    font-size: 0.95em;
    border-top: 2px solid black;
}
.basicView .conField ul {
    overflow: hidden;
}
.basicView .conField>ul>li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #cfced3;
    line-height: 28px;
    background-color: #fff;
    padding: 15px 10px;
}
.basicView .conField ul li > span {
    float: left;
    width: 170px;
    padding: 0;
    background-color: #fff;
    font-weight: 400;
    display: block;
    border-right: 1px solid #cfced3;
    margin-right: 2%;
    color: #000;
    /* padding-left: 2%; */
}
.basicView .conField>ul>li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #cfced3;
    line-height: 28px;
    background-color: #fff;
    padding: 15px 10px;
}
.basicView .conField ul li.w100 {
    width: 100%;
}
/* E: 사업신청 하단부분 */
/* S: 팝업 */
.layered-popup {
    display:none;
    position: absolute;
    width:400px;
    height:400px;
    z-index: 9998;
    top:160px;
    font-size:20px;
    padding-left:5px;
    padding-right:5px;
}
.popup-wrap {
    position: absolute;
    width: 100%;
    height: 660px;
    text-align: center;
}
.popup-inner{
    position: relative;
    width: 1400px;
    height: 660px;
    display: inline-block;
}
.applyArea .inner{
    position: relative;
}
.layered-popup img {
    width: 100%;
    border: 1px solid #413D3C;
    /*height: 340px;*/
}
.layered-popup .button_area{
    text-align: center;
}
.layered-popup .button_area .button{
    background-color: #333;
    /*background-color: #a97d5b;*/
    color: white;
    display: inline-block;
    width: 50%;
    float: left;
    font-size: 13px;
    padding: 8px 12px;
    cursor: pointer;
    z-index: 9999;
    border-bottom: 1px solid #413D3C;
}
.layered-popup .button_area .button:nth-child(1){
    border: 1px solid #413D3C;
    border-right: 1px solid #413D3C;
    background-color: var(--main-red);
    border-top: 0;
}
/* E:팝업 */

.slick-list,
.slick-slide,
.bsns-sd .swiper-wrapper,
.bsns-sd2 .swiper-wrapper,
.subMn-list .swiper-wrapper,
.fix .swiper-wrapper{
    height: auto;
}
.fix .swiper-wrapper img{
    height: auto !important;
}
.mobile-menu{
    display: none;
}
.depth02-back{
    height: 400px;
    transition: background-color 0.2s;
}
.culture-list-box .culture-list,
.culture-list-box .slick-slide.slick-center,
.culture-list-box .slick-slide.slick-center .culture-list-img,
.culture-list-box .slick-slide.slick-center .culture-list-img img{
    transition: 0.3s;
}
.culture-list-box .slick-slide.slick-center .culture-list-img img{
    border: 5px solid #FFA400;
}
.board .search-wrap .src-form button{
    line-height: 1.5;
}
.m-menu .m-01>a{
    color: white !important;
}
#main_nav{
    left: auto;
    right: 50px;
}
#main_nav span{
    padding: 5px 10px;
    border: 1px solid #FFA400;
    border-radius: 15px;
}
.gboard-list.type2 .item .img{
    height: auto;
    padding-top: 100%;
    background-size: cover;
    background-position: top;
}
.gboard-list .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gboard-list.type2 .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.impo-inner .impo-list-box .impo-list h3{
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 28px;
    max-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.impo-inner .impo-list-box .impo-list .impo-txt a{
    -webkit-line-clamp: 1;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 32px;
    max-height: 32px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    font-size: 18px;
    width: 100%;
}
.all-ann-list .ann-tit h3{
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 24px;
    max-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.all-ann-list .ann-tit p{
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 24px;
    max-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ann-tit {
    max-width: 70%;
}
#board.board_list .basic_table tbody td.title a{
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 21px;
    max-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.board-wrap article .con-box p{
    word-break: keep-all;
}
.history-yy-02{
    color: #cbae99;
}
.history-past .history-dd {
    color: #ccc;
}
.history-item:last-child{
    border-left: 1px solid #ddd;
    padding-left: 30px;
    margin-left: -30px;
}
/* E:서브수정 */

.logo-down-btn a{
    border:none;
    position: relative;
    background: #ffa400;
    color: #fff;
    font-size: 14px;
    padding: 5px 25px 5px 10px;
    border-radius: 30px;
    margin-right: 20px;
}
.logo-down-btn a::after{
    position: absolute;
    content: "";
    background-image: url(../images/common/icon-down.png);
    background-repeat: no-repeat;
    background-size: 13px;
    width: 20px;
    height: 13px;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}

.progress-wrap{
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}
.progress-wrap img{
    width: 100px;
    height: auto;
    margin: 0 auto 30px;
}
.progress-wrap h3{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}
.progress-wrap p{

}
#main_nav a:after {
    background: #FFA400;
}
#main_nav .active a:after {
    background: #FFA400;
}
#main_nav ul:before {
    background: #FFA400;
}
#main_nav .active span{
    color: white;
    background: #FFA400;
}

#main_nav ul:before {
    left: auto;
    right: 0;
}
#main_nav a:after {
    left: auto;
    right: -13px;
}
#main_nav li{
    text-align: right;
}
/*나래님수정*/

.tbox-02>*{
    float: left;
}
.vision-box{
    width: 100%;
    background:  linear-gradient(156deg, rgba(246,146,0,1) 0%, rgba(190,148,115,1) 100%);
    color: #fff;
    text-align: center;
    padding: 30px 0;
    position: relative;
}
.vision-box::after{
    content: "";
    position: absolute;
    background-image: url(../images/common/logo-symbol.png);
    background-repeat: no-repeat;
    right: 0;
    bottom: 0px;
    background-size: 160px;
    width: 160px;
    height: 80px;
    opacity: 0.3;
}
.vision-box p{
    font-size: 22px;
    font-weight: 700;
}
.vision-img{
    float: left;
    width: 460px;
    margin-right: 20px;
}
.vision-img:last-child{
    margin-right: 0;
}
.vision-img-box{
    margin-top: 40px;
    margin-bottom: 40px;
}
.vision-txt-box>div{
    box-sizing: border-box;
    float: left;
    border: 1px solid #eee;
    width: 460px;
    margin-right: 20px;
}
.vision-txt-box>div:last-child{
    margin-right: 0;
}
.vision-con{
    background: #fff;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
    padding: 30px;
    position: relative;
}
.vision-con:not(:last-child)::after{
    content: "";
    width: 20px;
    height: 1px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(0,-50%);
}
.vision-con:nth-child(2)::before{
    content: "";
    height: 20px;
    width: 1px;
    background: #eee;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%,0);
}
.vision-box-02{
    margin-top: 40px;
    padding: 0;
}
.vision-box-02::before{
    content: "";
    height: 40px;
    width: 1px;
    background: #eee;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%,0);
}
.vision-box-02 p{
    padding: 15px 0;
}
.vision-box-02 p.border-p{
    font-weight: 400;
    font-size: 18px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.tit-number{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}
.vision-img-txt{
    padding: 20px;
    text-align: center;
    word-break: keep-all;
    height: 150px;
    border: 1px solid #eee;
}
.vision-arrow{
    margin-top: 120px;
    position: relative;
}
.vision-arrow::after{
    content: "";
    position: absolute;
    width: 160px;
    height: 400px;
    background-image: url(../images/sub/vision-arrow.png);
    background-repeat: no-repeat;
    background-size: 160px;
    top: -130px;
    left: 50%;
    transform: translate(-50%,0);
    opacity: 1;
    z-index: -1;
}
#footer-banner > *{box-sizing: border-box}
#footer-banner {position: relative;width: 100%;height: 85px;overflow:hidden;}
#footer-banner .footer-link {width:100%;max-width:1300px;margin:0 auto;overflow:hidden;padding: 18px 0;}
#footer-banner .footer-link .slick-slide {float:left;display:block;height:48px; margin:0 10px; background:#fff; border:1px solid #dcdcdc; text-align:center;}
#footer-banner .footer-link .slick-slide a {display: block; height:46px;}
#footer-banner .footer-link .slick-slide a img {height:100%; max-width: 100%;margin: 0 auto;}

#banner-section{
    border-top: 1px solid #ddd;
}
.org .org-tit::before, .org .org-tit::after{
    top: -34px;
}
.sec-01 .tbox{
    margin-top: 40px;
}
.bsn-wrap .sec-03{
    padding: 50px 0;
}
.bsn-wrap .sec-04{
    padding: 0 0 50px 0;
}
.top-menu{
    position: fixed;
    top: 0;
    width: 100%;
    height: 40px;
    background-color: white;
    border-bottom: 1px solid #f4f4f4;
    z-index: 9999;
}
.top-menu .menu-01{
    float: left;
    margin-left: -15px;
}
.top-menu .menu-01 li a{
    border: 1px solid #ccc;
    padding: 2px 15px;
    border-radius: 30px;
}
.top-menu .menu-02{
    float: right;
    margin-top: 7px;
}
.top-menu ul {
    display: block;
    line-height: 20px;
    margin-top: 10px;
}
.top-menu ul li {
    float: left;
    padding: 0 20px;
}
.top-menu ul li:nth-child(n+2){
    padding-left: 0;
}
.top-menu ul li a {
     color: #333;
}
.top-menu ul li a {
    color: #333;
}
.top-logo {
    width: auto;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
    padding-bottom: 3px;
}
.top-logo02 {
    display: inline-block;
    height: 25px;
}
.top-menu ul li.sns {
    float: left;
    padding: 0 5px;
    width: 36px;
}
.culture-calender{
    height: 1000px;
}
.date-list-cate{
    transition: 0.2s;
}
.date-list-cate.on{
    box-shadow: 0 5px 7px rgba(0,0,0,0.3);
    margin-top: -10px;
    transition: 0.2s;
}
.date-list li img{
    max-width: 100%;
    max-height: 700px;
}
header .header-creative{
    width: 14px;
    height: 14px;
    vertical-align: baseline;
    margin-left: 5px;
    display: inline-block;
}
.sitemap-creative{
    background-image: none !important;
}
.sitemap-creative-img{
    width: 15px;
    height: 15px;
    vertical-align: baseline;
    margin-left: 5px;
    display: inline-block;
    content: url("../images/common/icon-link-w.png");
}
.bsimg-sd{
    display: none;
}
.sec-01 .sub-inner img{
    /*display: none;*/
}
.sitemap-logo img{
    height: 52px;
}

.org-division{
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
    margin-left: 15px;
}

.org-division::after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}
.org-division:not(:first-child){
    margin-top: 100px;
}
.greeting-box img{
    width:75%;
    margin:0 auto;
}
.f2han{
    font-weight: bold;
    color: blue;
}
.busi-ann-list:hover a{
    color: #fff;
}
.form-table .radio-td .summary{
    width: 100%;
    float: left;
}
.support-img p span{
    font-size:38px;
}
.support-img p{
    font-size:20px;
}
.support-participate .support-sub-txt{
     font-size:18px;
 }
.support-process p{
    font-size:18px;
    font-weight: 400;
}
.busi-ann-list.no-board{
    padding: 0;
    position: relative;
}
.busi-ann-list.no-board img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.busi-ann-list.no-board:hover{
    border: 1px solid #ddd;
    background: white;
}
.basic_board .bo_view_cont * {
    font-family: inherit !important;
}
.tbox .txt p{
    font-size: 18px;
}
.txt b{
    font-size: 18px;
}
.sns-txt p{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 48px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sns-img iframe{
    width: 100% !important;
    height: 100% !important;
}
.board .lnb .tit {
    margin-right: 50px;
}
.navi .depth-02 li ul{
    padding-top: 5px;
}
.navi .depth-02 li ul li{
    padding: 0;
    padding-top: 5px;
    padding-left: 40%;
    text-align: left;
}
.navi .depth-02 li ul li a{
    font-size: 14px;
    color: #454545 !important;
}
.m-menu .m-01 .m-02 li ul{
    padding-left: 5%;
}
.m-menu .m-01 .m-02 li ul li{
    margin-top: 5px;
    margin-bottom: 0;
}
.m-menu .m-01 .m-02 li ul li a{
    font-size: 18px;
}
.lnb .tit b{
    width: 100%;
    text-align: center;
}
.main-vs-section .slick-dots li button:before{
    opacity: 0.5;
}
.main-vs-section .slick-dots li.slick-active button:before{
    opacity: 1;
}
.main-vs-section .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.noline {
    border-top: none;
}
.etc-textarea{
    width: 100%;
    height: 300px;
    border: 1px solid #eee;
    border-radius: 0;
    outline: none;
}
.fc-jjct{
    color: #FF8300 !important;
}
.fc-jjct2{
    color: #d27100;
}
.top-notice{
    font-weight: bold;
}
.cursor-auto{
    cursor: auto !important;
}
#sort{
    border: 1px solid #666;
    padding: 2px 25px 2px 5px;
    background-position: 95% center !important;
}
.btn-jjct{
    color: white;
    background-color: #FFA400;
    border-color: #FFA400;
}
.btn-jjct:hover{
    color: white;
    background-color: #d79000;
    border-color: #d79000;
}
.btn-jjct2{
    background: #7f4a24;
    border: 1px solid #7f4a24;
    color: #fff !important;
}
.btn-jjct2:hover{
    background: #6f411f;
    border: 1px solid #6f411f;
    color: #fff !important;
}
.btn-blue{
    color: white;
    background-color: #345D9D;
    border-color: #345D9D;
}
.btn-blue:hover{
    color: white;
    background-color: #28508d;
    border-color: #28508d;
}
.btn-red{
    color: white;
    background-color: #D02C2F;
    border-color: #D02C2F;
}
.btn-red:hover{
    color: white;
    background-color: #b01b1e;
    border-color: #b01b1e;
}
.form-table .status{
    font-size: 20px;
}
.sub-contents.board-wrap .con-box table{
    width: auto;
}
.sub-contents.board-wrap .con-box div.table{
    width: 100%;
    overflow-x: auto;
}
.border-jjct{
    border: 1px solid #ce4e4e;
    padding: 30px 10px;
}
.message-wrap{
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid red;
    background: pink;
    position: relative;
}
.message-wrap .title{
    font-size: 20px;
}
.message-wrap .message{
    margin-top: 20px;
    margin-bottom: 0;
}
.message-wrap .message-close{
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: red;
}
.calc,
.self{
    text-align: right !important;
}

.modal-bg{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.modal-cont{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 900px;
    height: 600px;
    border-radius: 10px;
    overflow: hidden;
    transform: translate(-50%,-50%);
}

.modal-cont img{
    width: 100%;
}
.modal-cont button{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    background: none;
    border: none;
    padding: 0;
}
a.download{
    text-decoration: underline;
}
.login-add a{
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
    border-right: 1px solid #eeeeee;
}
.login-add a:last-child{
    border-right: none;
}
#sec-7 .mt-slide .item .txt{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 50px;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-vs-section{
    padding-top: 120px;
}
.main_pop .slick-slide a{
    width: 100%;
    height: 100%;
}
.main_pop .slick-slide a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
html body .board-wrap article .file-area > a{
    display: inline-block;
}
html body .board-wrap article .file-area > .viewBtn{
    display: inline-block;
    border: none;
    margin-left: 5px;
    padding: 2px 10px;
    border-radius: 5px;
}
.pop-layer .slick-next:before,
.pop-layer .slick-prev:before{
    display: none;
}
.bo_view_cont .btn{
    display: inline-block;
    box-shadow: none;
    border: 0;
    line-height: 48px;
    height: 48px;
    border-radius: 10px;
    text-align: center;
    padding: 0 30px;
    outline: none;
    transition: all .3s;
}
.squareImg{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.squareImg img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.d-block{
    display: block;
}

.subBtnArea > *.blue_bg{
    background: #345D9D;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.justify-center{
    justify-content: center;
}
.file input.file-upload{
    width: calc(100% - 148px);
    height: 45px;
    line-height: 45px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 0 20px;
}
input.file-upload.narrow{
    width: calc(100% - 200px);
}
.btn-st.small{
    height: auto;
    line-height: unset;
    border-radius: 5px;
    padding: 2px 8px;
}
.bg-c-p{
    background-color: #FFA400;
}
.bg-c-3{
    background-color: #007473;
}
.bg-c-4{
    background-color: #413D3C;
}
.bg-c-5{
    background-color: #345D9D;
}
.w-100{
    width: 100%;
}
.mb-5{
    margin-bottom: 5px;
}
.ml-10{
    margin-left: 10px;
}
#main .sec-1 .bottom .sd-wrap .img{
    height: 400px;
}
#main .sec-1 .bottom .sd-wrap .img img, #main .sec-3 .bottom .sd-wrap .img img{
    height: 100% !important;
}
.badge.calendar-badge{
    margin-bottom: 5px;
}
#main .sec-1 .top .tbox-wrap.title-fix,
#main .sec-3 .top .tbox-wrap.title-fix{
    position: relative;
    justify-content: center;
    text-align: center;
}
#main .sec-1 .top .tbox-wrap.title-fix .txt,
#main .sec-3 .top .tbox-wrap.title-fix .txt{
    margin: 0;
}
#main .sec-1 .top .tbox-wrap.title-fix a,
#main .sec-3 .top .tbox-wrap.title-fix a{
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}
#main #sns-wrap{
    margin-bottom: 50px;
    /*margin-top: 100px;*/
}
.d-in-block{
    display: inline-block !important;
}
.title-fix .con-fix{
    text-align: right;
}
.sec-5 .sd-wrap .swiper-wrapper{
    height: 330px;
}
.sec-5 .sd-wrap .swiper-slide{
    width: auto !important;
}
.sec-5 .sd-wrap .swiper-slide img{
    width: auto;
    height: 100%;
    object-fit: contain;
}
.flow-container{
    margin-top: -150px;
}
#main .visual{
    height: 32.34vw;
    min-height: 450px;
}
#main .visual .sd-wrap-2,
#main .visual .swiper .swiper-slide{
    height: 29vw;
    min-height: 400px;
}
#main .visual .sd-wrap-2 .tbox{
    height: 18vw;
    min-height: 230px;
}
#main .visual .sd-wrap-1 .swiper-slide{
    background-position: center;
    background-size: cover;
}
#main .visual .sd-wrap-1 .tbox p.tit{
    white-space: pre-wrap;
}
#main .visual .sd-wrap-2 .tbox p{
    white-space: pre-wrap;
    height: 10vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    max-height: 175px;
}
#main .visual .sd-wrap-2 .tbox .tit{
    width: 100%;
}
.swiper-stop-pause::after {display: none;}
.swiper-stop-pause {margin-top: 0 !important; transform: translateY(-50%);}
.swiper-stop-pause img {width: 24px;}
.banner_control .swiper-stop-pause {position: static; transform: none; width: auto; height: auto; color: white !important;}
.banner_control .box{
    width: auto;
}
.bsns_Cont .bsns-sd2{
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.bsns-sd2 .swiper-pagination{
    bottom: 0;
}
.subWrap .gallery_list.ver_height_long li a .img_box{
    max-height: 400px;
}
.mobile-mn .close .material-symbols-outlined{
    display: none !important;
}
.search span.highlight{
    display: inline-block;
    color: #ce4e4e !important;
    font-weight: bold;
    text-decoration: underline;
}
.raw-html-embed .swiper-wrapper{
    height: auto;
}
.message-wrap div.message *{
    max-width: 100%;
}
.message-wrap div.message img{
    max-height: 300px;
}
#main .visual .swiper.pc{
    display: block;
}
#main .visual .swiper.mobile{
    display: none;
}
.bsns_Cont .bsns-sd2.bsns-sd2-new .swiper-slide img{
    height: auto;
}
.bsns_Cont .infoWrap .info .tBox{
    width: 100%;
    max-width: 300px;
}
@media screen and (max-width: 1520px) {
    .sec-5 .sd-wrap .swiper-wrapper{
        height: 23vw !important;
    }
}
@media screen and (max-width: 1420px) {
    .popup-inner{
        width: 100%;
    }
    .inner{
        width: 100%;
    }
    .sub-inner{
        width: 100%;
    }
    .lnb{
        width: 100%;
    }
    .navi{
        margin-left: 0;
        width: 68vw;
    }
    .navi .depth-01>li{
        width: calc(100%/6);
    }
    .impo-inner{
        width: 100%;
        padding: 0 2%;
    }
    .impo-list-box>div{
        width: 23%;
        padding: 2%;
        margin-right: 2%;
    }
    .sns-box>div{
        width: 24%;
        margin-right: 1%;
    }
    .navi .depth-01>li.jjct-system{
        transform: scale(1.2);
    }
    .navi .depth-01>li.jjct-system a{
        font-size: 12px;
        padding: 4px 15px;
    }
}
@media screen and (max-width:1300px){
    #footer-banner {height:65px;}
    #footer-banner .footer-link {padding:10px 0;}
    #footer-banner .footer-link .slick-slide {height:40px;}
    #footer-banner .footer-link .slick-slide a {display: block; height:38px;}
    .foot-site{
        display: none;
    }
    .main-vs-section .play-pause-btn{
        right: 10px;
    }
    .impo-list::before{
        background-size: 55px;
        top:-15px;
    }
    .impo-list .impo-tit{
        margin-top:-5px;
    }
    .navi .depth-01>li.jjct-system{
        transform: scale(1);
    }
}
@media screen and (max-width: 1280px){
    .flow-container{
        margin-top: -100px;
    }
}
@media only screen and (max-width: 1024px){
    .bsns_Cont .infoWrap .info .tBox{
        max-width: unset;
    }
    .main-vs-section{
        padding-top: 60px;
    }
    .m-menu .m-01 .m-02 li ul{
        border-top: 1px solid #ccc;
        display: block;
        padding-left: 0;
    }
    .m-menu .m-01 .m-02 li ul li{
        padding-left: 5%;
        margin-top: 5px;
        margin-bottom: 0;
    }
    .m-menu .m-01 .m-02 li ul li a{
        font-size: 14px;
        color: #777;
    }
    .db-list-img img{
        width: 100%;
        max-height: 300px;
        object-fit: cover;
        object-position: center;
    }
    .board .lnb .tit {
        margin-right: 10px;
    }
    .sitemap-header{
        display: none !important;
    }
    .sub-contents.inner{
        padding: 50px 20px;
    }
    header{
        top: 0;
    }
    .top-menu{
        display: none;
    }
    .m-menu li a{
        padding: 10px 20px;
    }
    .m-menu li a.active{
        padding: 10px 20px;
    }
    .m-menu .m-01>a{
        padding-bottom: 10px;
    }
    .m-menu .m-01 .m-02 li>a{
        padding: 12px 20px;
    }
    /*모바일메뉴*/
    .mobile-menu{
        display: none;
        z-index: 99999999;
        position: absolute;
        top:60px;
        width: 100%;
        height: calc(100vh - 60px);
        background: #f1f1f1;
        overflow: scroll;
    }
    .m-menu li{
        background: #fff;
    }

    .m-menu li a{
        color: #333;
        display: block;
        padding: 15px 20px;
        text-decoration: none;
        background-repeat: no-repeat;
        background-image: url("../images/common/ico_snb_down.png");
        background-position: right 24px center;
        background-size: 10px;
    }
    .m-menu .m-01>a {
        font-size: 22px;
        font-weight: bold;
        color: #333 !important;
        border-bottom: none;
    }
    .m-menu .m-01 {
        float: unset;
        width: unset;
        height: auto;
        border-right: none;
        padding-left: 0;
        padding-top: 0;
        border-top: 1px solid #f8f8f8;
        border-bottom: 1px solid #f8f8f8;
    }
    .m-menu .m-01 .m-02{
        margin-top: 0;
    }
    .m-menu .m-01 .m-02 li{
        margin-bottom: 0;
    }
    .m-menu .m-01 .m-02 li>a{
        font-size: 16px;
        font-weight: 400;
    }
    .m-menu li.m-01 a.active{
        background-color: #be9473;
        background-image: url("../images/common/ico_snb_up.png");
        background-position: right 24px center;
    }

    .m-menu li a.active {
        padding: 15px 20px;
        color: #fff !important;
    }
    .m-menu li ul {
        display: none;
    }
    .m-menu li ul li{
        padding-left: 0px;
    }
    .m-menu li ul li a {
        border-bottom: 1px solid #efefef;
        padding-left: 35px;
        font-size: 14px;
        background-image: unset;
    }
    .sitemap-creative-img{
        content: url("../images/common/icon-link.png");
    }
    html{
        overflow-x: hidden;
    }
    /* S: 팝업 */
    .layered-popup{
        left: auto !important;
        right: 50px !important;
        top: 80px !important;
    }
    .popup-wrap{
        width: 100%;
        height: auto;
    }
    .popup-inner{
        width: 100%;
        height: auto;
    }
    .pop-img-wrap{
        height: 200px;
    }
    /* E:팝업 */
    .history-mm > p{
        width: calc(100% - 220px);
        word-break: keep-all;
    }
    .m-scr-wrap table{
        width: 100%;
    }
    .gboard-list .item .more{
        width: 125px;
    }
    .org .org-tit::before, .org .org-tit::after{
        top: -37px;
    }
    .bsn-wrap .sec-01{
        margin-bottom: 50px;
    }

    .org-division{
        margin-top: 50px;
    }
    .org-division:not(:first-child){
        margin-top: 50px;
    }

    .sub-inner02{
        width: 100%;
        padding: 0 20px;
    }
    .logo-box img{
        width: 180px;
    }
    #vote-board{
        width: 100%;
        overflow: auto;
    }
    #vote-board table{
        width: 1400px;
    }
    .important-business{
        height: auto;
    }
    .impo-inner{
        padding: 2%;
        position: unset;
        transform: unset;
    }
    .impo-list-box>div{
        width: 100%;
        padding: 20px;
    }
    .sns-box>div{
        width: 100%;
        margin-bottom: 20px;
    }

    #main .sec-1 .top .tbox-wrap.title-fix a,
    #main .sec-3 .top .tbox-wrap.title-fix a{
        right: 20px;
    }

    .sec-5 .sd-wrap .swiper-wrapper{
        height: 34vw !important;
    }
    .subWrap .table_area table.basic_table tbody tr{
        padding-left: 30px;
    }
    .bsns_Cont .swiper-slide img{
        max-height: 50vw;
    }
}
.recaptcha-button-div .g-recaptcha:disabled{
    background-color: #bbbbbb !important;
    color: #777777 !important;
}

@media screen and (max-width:960px){
    #footer-banner {height:55px;}
    #footer-banner .footer-link {padding:10px 0;}
    #footer-banner .footer-link .slick-slide {height:32px;}
    #footer-banner .footer-link .slick-slide a {display: block; height:30px;}
    .modal-cont{
        width: 100vw;
        height: 60vw;
    }
    .modal-cont{
        top: 40%;
    }
}
@media only screen and (max-width: 768px){
    /* S: 팝업 */
    .layered-popup{
        left:0px!important;
        top:60px!important;
        width: 100% !important;
        padding:0px!important;
    }
    .layered-popup img{
        width: 100%;
        /*height: 100vw;*/
    }
    .sub-vs{
        height: 300px;
        margin-top: 0;
    }
    /* E:팝업 */
    .history-mm > p{
        width: 100%;
    }
    .m-scr-wrap table{
        width: 560px;
    }
    .m-menu .m-01>a{
        color: #333 !important;
    }
    .m-menu li a.active{
        color: white !important;
    }
    .fes-list>div img{
        width: 80px;
    }
    .fes-list .fes-02 h3{
        font-size: 20px;
    }
    .fes-list .fes-02 p{
        font-size: 16px;
    }
    .ann-tit{
        width: calc(100% - 120px);
    }

    .vision-img{
        width: 100%;
    }
    .vision-img-txt{
        height: auto;
        margin-bottom: 20px;
    }.vision-box::after {
         background-size: 100px;
         width: 100px;
         height: 50px;
     }
    .vision-txt-box>div{
        width:100%;
    }
    .vision-con{
        margin-bottom: unset;
    }
    .vision-txt-box{
        margin-bottom: 20px;
    }
    .vision-box-02::before{
        content: none;
    }
    .vision-con:not(:last-child)::after{
        content: none;
    }
    .vision-con::before{
        z-index: -1;
        content: "";
        height: 40px;
        width: 1px;
        background: #eee;
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translate(-50%,0);
    }
    .vision-box p{
        font-size: 20px;
        font-weight: 600;
    }
    .vision-box-02 p.border-p{
        padding: 15px 20px;
    }
    .vision-arrow::after{
        top: -85px;
        height: 120px;
    }
    .vision-arrow{
        margin-top: 90px;
    }
    .vote-table tr > *{
        display: block;
        width: 100%;
    }

    #main .sec-1 .top .tbox-wrap.title-fix,
    #main .sec-3 .top .tbox-wrap.title-fix{
        display: block;
    }

    #main .sec-1 .top .tbox-wrap.title-fix a,
    #main .sec-3 .top .tbox-wrap.title-fix a{
        position: relative;
        margin-left: auto;
        right: 0;
        top: 0;
    }

    #main .visual{
        height: auto;
        min-height: unset;
    }
    #main .visual .swiper .swiper-slide{
        height: calc(100vw - 48px);
        min-height: unset;
        background-size: cover;
        background-position: center;
    }
    #main .visual .sd-wrap-2{
        height: 420px;
        min-height: unset;
    }
    #main .visual .sd-wrap-2 .tbox{
        height: 210px;
        min-height: unset;
    }
    #main .visual .swiper.sd-wrap-2 .swiper-slide{
        height: auto;
        min-height: unset;
    }
    #main .visual .sd-wrap-2 .tbox p{
        height: 50px;
        max-height: unset;
        min-height: unset;
    }

    #main .visual .swiper.pc{
        display: none;
    }
    #main .visual .swiper.mobile{
        display: block;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 640px){
    /* S: 사업신청 하단부분 */
    .basicView .conField>ul>li {
        width: 100%;
        padding: 10px 5px;
    }
    .basicView .conField ul li > span {
        padding: 5px 5px;
        margin-right: 10px;
        width: 100px;
    }
    #main .sec-1 .bottom .sd-wrap .img{
        height: 80vw;
    }
    /* E: 사업신청 하단부분 */
}

@media screen and (max-width: 440px){
    .btn-area{
        width: 100%;
    }
    .btn-area .btn{
        width: 32%;
        margin-right: 1%;
    }
}

@media screen and (max-width: 370px){
    .fes-list>div img{
        display: none;
    }
    .fes-list .fes-02{
        padding-left: 0;
    }
}

@media screen and (min-width: 2000px) {
    .book_slider .bk_lst a{
        width: 60%;
    }
    .book_slider .slick-center a{
        width: 74%;
    }
}