/* common */
.section{overflow: hidden;}
.more{transition: 0.15s;}
.more:hover,
.more:focus{font-weight: 700;}


/* slick slide common */
.slick-slider {width: 100%; height: 100%; -webkit-transition: all ease-in-out 0.3s; transition: all ease-in-out 0.3s; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { width: 100%; height: 100%; overflow: hidden; }
.slick-track{height: 100%;}
.slider .control {z-index: 1 !important;}



/* section01*/
.section01{ position: relative; margin: 0;}
.section01::before{content: ''; display: block; position: absolute; right: calc(100% - 20rem); top: 0; width: 33.3rem; height: 54.7rem; background: url(../images/main/deco01.png) no-repeat center center; z-index: -1;}

/* 메인비주얼 */
.visual {position: relative; margin-left: calc((100% - 1610px) / 2); right: 0; height: 32rem; border-radius: 13rem 0 0 0; background: rgba(0,0,0,0.1); overflow: hidden; isolation: isolate;}
.visual .slick-track{height: 100%;}
.visual .item { position: relative; overflow: hidden; display: inline-block; height: 100%;}
.visual .item img {display: block; width: 100%; height: 100%; object-fit: cover;}
.visual .item .txt_wrap{position: absolute; top: 9.85rem; left: 5rem; z-index: 1; color: #000;}
.visual .item .txt_wrap em{color: #ff1111;}
.visual .item .txt_wrap .tit-sub{font-size: 2.5rem; font-weight: 700;}
.visual .item .txt_wrap .tit{font-size: 3.5rem; font-weight: 700;}
.visual .item .txt_wrap .txt{font-size: 1.2rem; font-weight: 700; margin-top: 1rem;}


.visual .control {position: absolute; left: 5.4rem; bottom: 1.5rem; z-index: 1;}
.visual .control > a {display: inline-block; width: 2rem; line-height: 2rem; border-radius: 50%; font-size: 1rem; border: 1px solid #fff; color: #fff; text-align: center;}
.visual .control > a.play {display: none;}

.visual .control > a {transition: 0.15s;}
.visual .control > a:hover,
.visual .control > a:focus {background: rgba(165, 29, 29, 0.448);}

/* 바로가기01 */
.link01 {position: relative; width: 100%; max-width: 1610px; margin: 0 auto; padding: 3rem 4.5rem;}
.link01::before{content: ''; display: block; border-radius: 0 0 0 7.5rem; position: absolute; left: 0; top: 0; bottom: 0; width: 300%; background: #fff8f8; z-index: -1;} 
.link01 ul{display: flex; justify-content: space-between;}
.link01 ul li a{display: block; text-align: center;}
.link01 ul li a .img{width: 5.9rem; height: 5.9rem; margin:0 auto 1rem; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; border: 2px solid #fff; transition: 0.15s; }
.link01 ul li a .tit{font-size: 1rem; font-weight: 500; transition: 0.15s;}

/* 바로가기01 : active */
.link01 ul li a:hover .img,
.link01 ul li a:focus .img{border-color: #ff1111; box-shadow: 0 0 0.5rem rgba(0,0,0,0.1);}
.link01 ul li a:hover .tit,
.link01 ul li a:focus .tit{font-weight: 700;}



.section02 {position: relative; max-width: 100%; padding: 5rem 0 3rem;}
.section02::before{content: ''; position: absolute; display: block; left: 50%; transform: translateX(-50%); bottom: 0; height: 17.4rem; width: 100vw; background: linear-gradient(to right, #ffecec, #ffd5d5); z-index: -1;} 

/* 사업공고 */
.notice01 {width: 100%; max-width: 1610px; margin: 0 auto;} 
.notice01 > .tit{ font-size: 2rem; color: #000; text-align: center; margin-bottom:2rem;} 
.notice01 > .tit em{font-weight: 700;}

.notice01 .tabWrap {display: flex; justify-content: space-between; width: 40rem; margin: 0 auto; gap: 3rem;}
.notice01 .tabWrap li { flex: 1; text-align: center; }
.notice01 .tabWrap li a { display: block; padding: 0.5rem; color: #000; border: 1px solid #bbb; border-radius: 5rem; font-size: 1rem; transition: 0.15s; }
.notice01 .tabWrap li a.active { color: #ff1111; border-color: #ff1111; font-weight: 700;}


.notice01 .tabBox { display: none; position: relative;}
.notice01 .tabBox .slider{position: relative;}
.notice01 .tabBox .slider .slick-track{ display: flex; padding: 2.2rem 0; }
.notice01 .tabBox .slider .item{display: inline-block; margin: 0 1.5rem; } 
.notice01 .tabBox .slider .item a{ height: 23.18rem; border: 2px solid #fff; display: block; padding: 2.5rem 2.1rem; background: #fff; box-shadow: 0 0 1rem rgba(0,0,0,0.1); border-radius: 1rem; transition: 0.15s;}
.notice01 .tabBox .slider .item .tag{ padding: 0.5rem 1rem; font-size: 0.8rem; font-weight: 700; background: #dddddd; border-radius: 5rem; }
.notice01 .tabBox .slider .item .tagRed{background: #ffdbdb; color: #df2d2d}
.notice01 .tabBox .slider .item .tagBlue{background: #ceedff; color: #247aab}
.notice01 .tabBox .slider .item .tagGreen{background: #c7f7df; color: #2ba466}
.notice01 .tabBox .slider .item .tit{margin-top: 1rem; font-size: 1.2rem; font-weight: 700;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 3.5rem; color: #000;}
.notice01 .tabBox .slider .item .txt{ margin-top: 1.25rem; font-size: 1rem; line-height: 1.5rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 4.8rem; color: #333;}
.notice01 .tabBox .slider .item .source{padding-top: 2rem; margin-top: 2.5rem; border-top: 1px solid #b2b2b2; }
.notice01 .tabBox .slider .item .source span{font-size: 1rem; color: #ff4d4d; font-weight: 700; margin-right: 1rem;}
.notice01 .tabBox .slider .item .source em{font-size: 1rem;}

.notice01 .tabBox .slider .slick-dots{ position: absolute; left: 50%; bottom: 0-1rem; transform: translateX(-50%); display: flex; align-items: center; justify-content: center; font-size: 0;}
.notice01 .tabBox .slider .slick-dots li button{display: block; margin: 0 0.3rem; padding: 0; width: 0.4rem; height: 0.4rem; border-radius: 50%; background: #fff; } 
.notice01 .tabBox .slider .slick-dots li.slick-active button{ background: #ff1111;}
.notice01 .tabBox .control{display: flex; align-items: center; justify-content: space-between; height: 0; width: 95vw; max-width: 87rem; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.notice01 .tabBox .control a{ height: 3.3rem; width: 3.3rem; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #fff; border: 1px solid #b2b2b2; color: #000; font-size: 1.5rem;}
.notice01 .more{position: absolute; right: 0; top: -2.5rem; font-size: 1.2rem;}
.notice01 .tabBox .slider .item.no_data{ display: flex; align-items: center; justify-content: center; height: 23.18rem; background: #f5f5f5; border-radius: 1rem; }
.notice01 .tabBox .slider .item.no_data::before{content: 'RISE'; font-size: 3rem; font-weight: 700; color: #ddd;}
/* 사업공고 : active */
.notice01 .tabWrap li a:hover,
.notice01 .tabWrap li a:focus{font-weight: 700;}

.notice01 .tabBox.on {display: block;}

.notice01 .tabBox .slider .item a:hover,
.notice01 .tabBox .slider .item a:focus{border-color: #ff1111; box-shadow: none;}


.section03{position: relative;}
.section03::before{content: ''; display: block; position: absolute; right: 0; top: 0; width: 17.95rem; height: 37.8rem; background: url(../images/main/deco02.png) no-repeat center center; z-index: -1;}
.section03 .inner{ position: relative; display: flex; justify-content: space-between; width: 100%; max-width: 1610px; margin: 0 auto; padding: 3.5rem 0;}

/* 뉴스 */
.news{ position: relative; flex-shrink: 0; width: calc(100% - 20.5rem); padding-right: 2rem;}
.news .heading{ font-size: 1.3rem; font-weight: 800; color: #000; line-height: 1; width: 100%; margin-right: 3rem; margin-bottom: 2rem;}
.news .item_wrap{ display: flex; justify-content: space-between; width: 100%; }
.news .item_wrap .item.new { flex-shrink: 0; width: calc(100% - 22rem); }
.news .item_wrap .item a{display: block;}
.news .item_wrap .item a .img{ height: 24rem; background: #f6f6f6; border-radius: 1rem; overflow: hidden;}
.news .item_wrap .item a .img img{display: block; width: 100%; height: 100%; object-fit: cover; transition: 0.3s;}
.news .item_wrap .item a .tit{ line-height: 1; margin: 1.5rem 0 1rem; font-size: 1.3rem; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.news .item_wrap .item a .txt{font-size: 1rem; color: #333; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 3rem; }
.news .item_wrap .item a .date{font-size: 0.9rem; color: #777; display: block; margin-top: 1.5rem ;}
.news .item_wrap .con_wrap { flex-shrink: 0; width: 20.5rem;}
.news .item_wrap .con_wrap .item ~ .item{margin-top: 2rem;}
.news .item_wrap .con_wrap .item a .img{height: 11.8rem;}
.news .item_wrap .con_wrap .item a .tit{font-size: 1.2rem; margin: 1rem 0;}
.news .item_wrap .con_wrap .item a .date{margin: 0; line-height: 1;}
.news .more{position: absolute; right: 2rem; top: 0; font-size: 1.5rem; color: #000; line-height: 1;}
/* 뉴스 : no_data */
.news .item.new.no_data{height: 33.75rem; width: calc(100% - 22rem);}
.news .item.no_data{ height: 15.9rem; background: #f5f5f5; border-radius: 1rem; position: relative;}
.news .item.no_data::before{content: 'RISE'; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: 3rem; font-weight: 700; color: #ddd;}
.news .item.no_data a *{display: none !important;}

/* 뉴스 : active */
.news .item a:hover .img img,
.news .item a:focus .img img{transform: scale(1.1);}


/* 팝업존 */
.popZone{ position: relative; width: 20.5rem; height: 31.35rem;}
.popZone .heading{ font-size: 1.3rem; font-weight: 800; color: #000; line-height: 1; width: 100%; margin-right: 3rem; margin-bottom: 2rem;}
.popZone .slider{border-radius: 1rem; overflow: hidden; isolation: isolate;}
.popZone .item{display: inline-flex;height:100%}
.popZone .control{position: absolute; top: 0; right: 0; display: flex; align-items: center; font-size: 0.9rem;}
.popZone .control .page span{ position: relative; display: inline-block; padding-left: 1rem; }
.popZone .control .page span::before{content: ''; display: block; position: absolute; width: 4px; height: 4px; border-radius: 50%; background: #999; top: 50%; transform: translateY(-50%); left: 0.4rem;} 
.popZone .control a{font-size: 1.2rem; display: inline-block; margin: 0 0.25rem;}
.popZone .control .play{display: none;}
.popZone .item a {display: flex; justify-content: center;}
.popZone .item a img {width: 100%}


.section04{width: 100%; max-width: 1610px; margin: 0 auto; overflow: unset;}
/* 바로가기02 */
.link02{ position: relative; display: flex; justify-content: space-between; padding: 4.5rem 0;}
.link02::before{content: ''; display: block; position: absolute; left: -5rem; right: -5rem; top: 0; bottom: 0; background: linear-gradient(to right, #ffdcdc, #ff9195); z-index: -1; border-radius: 1rem;}
.link02 .item{flex: 1;}
.link02 .item .tit{font-size: 2rem; color: #000;}
.link02 .item .tit em{font-weight: 700;}
.link02 .item .txt{font-size: 1rem; margin-bottom: 3.5rem; }
.link02 .item a{display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: 19.65rem; padding: 1rem 1.2rem; line-height: 1; font-size: 1rem; transition: 0.15s; border: 1px solid #000; border-radius: 0.5rem; font-weight: 700;}
.link02 .item a:hover,
.link02 .item a:focus{color: #fff; background: #ff1111; border-color: #ff1111;}

/* 게시판02 */
.notice02{position: relative; padding: 3.85rem 0;}
.notice02 .tabWrap{display: flex; font-size: 1.3rem; color: #000; line-height: 1; margin-bottom: 1.75rem; }
.notice02 .tabWrap li ~ li{padding-left: 2.5rem; position: relative; ;}
.notice02 .tabWrap li ~ li::before{content: ''; display: block; position: absolute; left: 1rem; top:50%; transform: translateY(-50%); width: 0.4rem; height: 0.4rem; background: #c4c4c4; border-radius: 50%;}
.notice02 .tabWrap li a{transition: 0.15s;}

.notice02 .tabBox{display: none;}
.notice02 .tabBox.on{display: block;}

.notice02 .tabBox ul{display: flex; justify-content: space-between; border-left: 1px solid #c4c4c4; border-right: 1px solid #c4c4c4;}
.notice02 .tabBox ul li{width: 33.33%;}
.notice02 .tabBox ul li ~ li{ border-left: 1px solid #c4c4c4; }
.notice02 .tabBox ul li:nth-child(n+4){display: none;}
.notice02 .tabBox ul li a{display: block; padding:0.5rem 3rem;}
.notice02 .tabBox ul li a .tag{background:#efefef; color: #777; font-size: 0.9rem; display: inline-block; padding: 0.25rem 0.7rem; border-radius: 0.25rem;}
.notice02 .tabBox ul li a .tit{font-size: 1.3rem; font-weight: 700; color: #000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 3.3rem;}
.notice02 .tabBox ul li a .txt{font-size: 1rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 3rem; color: 333;}
.notice02 .tabBox ul li a .date{display: block; font-size: 0.9rem; color: #777; line-height: 1; margin-top: 1.5rem;}
.notice02 .more{position: absolute; right: 0rem; top: 3.85rem; font-size: 1.5rem; color: #000; line-height: 1;}
.notice02 .tabBox ul li.no_data{height: 11.64rem; padding: 2rem 0; display: inline-flex; align-items: center; justify-content: center; background: #f5f5f5; }
.notice02 .tabBox ul li.no_data::before{content: 'RISE'; font-size: 3rem; font-weight: 700; color: #ddd;}
/* 게시판02 : active */ 
.notice02 .tabWrap li a:hover,
.notice02 .tabWrap li a:focus{font-weight: 700;}
.notice02 .tabWrap li .active{ color: #ff1111; font-weight: 700;}

.notice02 .tabBox ul li a:hover .tit,
.notice02 .tabBox ul li a:focus .tit{text-decoration: underline;}


.section05{ border-top: 1px solid #ddd;}
/* 배너모음 */
.banner {width: 100%;max-width: 1610px;margin: 0 auto;padding: 1.1rem 0;display: flex;align-items: center;height: 4rem;}
.banner .control{flex-shrink: 0; width: 7rem;}
.banner .control a{font-size: 1.2rem;}
.banner .control a.play{display: none;}
.banner .slider{flex-shrink: 0;width: calc(100% - 7rem);height: 100%;}
.banner .slider .item{display: inline-block;height: 100%;}
.banner .slider .item a{display: block; height: 100%; width: auto; padding: 0 1.5rem;} 
.banner .slider .item a img{display:block;max-width: 100%;max-height: 100%;height: 100%;}


/* 카드뉴스 섹션 */
.cardWrap {width: 100%; max-width: 100%; margin: 0 auto; height: auto; padding-top: 3.85rem; position: relative;}
.cardWrap .cardTop {width: 100%; display: flex; flex-flow: row wrap; align-items: center; justify-content: space-between; }
.cardWrap .cardTop .cardTitle {font-weight: 800;}
.cardWrap .cardTop .swiperBtnWrap {position: relative; display: flex; flex-flow: row wrap; width: fit-content; align-items: center; justify-content: center; gap: 1rem; font-size: 1.5rem;}
.cardWrap .cardTop .swiperBtnWrap .swiperBtn { cursor: pointer; line-height: 0.9;}
.cardWrap .cardTop .swiperBtnWrap .swiperPrev {}
.cardWrap .cardTop .swiperBtnWrap .swiperNext {}
.cardWrap .cardTop .swiperBtnWrap .swiperPlay {display: none; font-size: 1rem;}
.cardWrap .cardTop .swiperBtnWrap .swiperStop {font-size: 1rem;}
.cardWrap .cardArea {position: relative; width: 100%; height: auto;}
.cardWrap .cardArea .newsSwiper {width: 100%; height: auto; padding: 1rem 0;}
.cardWrap .cardArea .newsSwiper .swiper-wrapper {width: 100%; height: auto;}
.cardWrap .cardArea .newsSwiper .swiper-wrapper .swiper-slide {width: 100%; border-radius: 1rem;  border: 1px solid #ddd; transition: 0.1s ease-in-out; height: auto; box-shadow: 2px 2px 6px rgba(0,0,0,0.1); overflow: hidden; min-height: 404px; }
.cardWrap .cardArea .newsSwiper .swiper-wrapper .swiper-slide:hover {position: relative;}
.cardWrap .cardArea .newsSwiper .swiper-wrapper .swiper-slide:hover::after {  content: "";  position: absolute;  inset: 0;   border-radius: 0.9rem;    padding: 5px;    background:linear-gradient(135deg,#ffb4b4, #ff1919); -webkit-mask: linear-gradient(#fff 0 0) content-box,    linear-gradient(#fff 0 0);   -webkit-mask-composite: xor;  mask-composite: exclude; }
.cardWrap .cardArea .newsSwiper .swiper-wrapper .swiper-slide .img {width: 100%; aspect-ratio: 1; overflow: hidden; max-height: 296px; min-height: 296px; border-bottom: 1px solid #ccc;}
.cardWrap .cardArea .newsSwiper .swiper-wrapper .swiper-slide .img img {width: 100%;  height: 100%; object-fit: cover; object-position: center; }
.cardWrap .cardArea .newsSwiper .swiper-wrapper .swiper-slide .txt { padding: 1rem; min-height: 100px;}
.cardWrap .cardArea .newsSwiper .swiper-wrapper .swiper-slide .txt .title {font-size: 1rem; font-weight: 700;  display: -webkit-box;  -webkit-line-clamp: 1;  -webkit-box-orient: vertical;  overflow: hidden;  text-overflow: ellipsis;}
.cardWrap .cardArea .newsSwiper .swiper-wrapper .swiper-slide .txt .date {}
.cardWrap .cardArea .swiper-pagination {position: absolute; bottom: -30px;}



@media screen and (max-width: 1610px){

    #main-content{padding: 0;}

    .section01::before{display: none;}

    /* 메인비주얼 */
    .visual{ height: 32rem; border-radius: 0; margin-left: 0; left: 0;}
    .visual .item .txt_wrap{top: 7rem; left: 2rem;}
    .visual .item .txt_wrap .tit-sub{font-size: 2rem;}
    .visual .item .txt_wrap .tit{font-size: 3rem;}
    .visual .item .txt_wrap .txt{font-size: 1rem;}
    .visual .control{left: 2rem;}
	
    /* 바로가기 */
    .link01{padding: 2rem 3rem;}
    .link01::before{border-radius: 0;}


    .section02{padding: 4rem 0 2rem;}
    
    /* 사업공고 */
    .notice01 .tabBox .slider{width: calc(100% - 9rem); margin: 0 auto;}
    .notice01 .tabBox .slider .item{margin: 0 1rem;}
    .notice01 .more{right: 1rem;}

    
    .section03{padding: 0 1rem;}
    .section03::before{display: none;}

    .section04{padding: 0 1rem; overflow: hidden;}

    .section05{padding: 0 1rem;}
}
@media screen and (max-width: 1240px){
    /* 바로가기1 */
    .link01 ul li a .tit{font-size: 0.9rem;}

    .section03 .inner{display: block;}


    /* 사업공고 */
    .notice01 > .tit{font-size: 1.7rem; margin-bottom: 1rem;}
    .notice01 .tabWrap li a{font-size: 0.9rem;}
    .notice01 .tabBox .slider .item a{height: 20rem;}
    .notice01 .tabBox .slider .item .tag{font-size: 0.7rem; padding: 0.25rem 0.5rem;}
    .notice01 .tabBox .slider .item .tit{font-size: 1rem;}
    .notice01 .tabBox .slider .item .txt{font-size: 0.9rem; margin-top: 1rem;}
    .notice01 .tabBox .slider .item .source{margin-top: 1rem; padding-top: 1rem;}
    .notice01 .tabBox .slider .item .source span{font-size: 0.8rem;}
    .notice01 .tabBox .slider .item .source em{font-size: 0.8rem;}

    .notice01 .more{font-size: 1rem;}

    /* 뉴스 */
    .news{width: 100%; padding-right: 0; margin-bottom: 4rem;}
    .news .item_wrap .item a .tit{font-size: 1rem;}
    .news .item_wrap .item a .txt{font-size: 0.8rem; height: 2.6rem;}
    .news .item_wrap .item a .date{font-size: 0.8rem;}

    /* 팝업존 */
    .popZone{ width: 100%; height: auto;}
    .popZone .slider{background: #f7f7f7;}
    .popZone .slider .slick-track{text-align: center;}

    /* 바로가기2 */
    .link02{padding: 3rem 0;}
    .link02 .item .tit{font-size: 1.5rem;}
    .link02 .item .txt{font-size: 0.9rem; margin-bottom: 2rem;}
    .link02 .item a{font-size: 0.9rem;}

    /* 공지사항 */
    .notice02{padding: 3rem 0;}
    .notice02 .tabWrap{font-size: 1.2rem;}
    .notice02 .tabBox ul li a{padding: 0.5rem 1.5rem;}
    .notice02 .tabBox ul li a .tag{font-size: 0.7rem;}
    .notice02 .tabBox ul li a .tit{font-size: 1rem;}
    .notice02 .tabBox ul li a .txt{font-size: 0.8rem; height: 2.5rem;}
    .notice02 .tabBox ul li a .date{font-size: 0.7rem;}
    .notice02 .more{top: 2.8rem;}

}

@media screen and (max-width: 950px){
    /* 바로가기2 */
    .link02{display: block; padding: 1rem 0;}
    .link02 .item{padding: 1.5rem 0; text-align: center;}
    .link02 .item a{margin: 0 auto;}

}

@media screen and (max-width: 890px){
    

    /* 메인비주얼 */
    .visual{ height: 25rem;}
    .visual .item .txt_wrap{top: 3rem; padding-right: 2rem; word-break: keep-all; }
    .visual .item .txt_wrap .tit-sub{font-size: 1.5rem;}
    .visual .item .txt_wrap .tit{font-size: 2.5rem;}
    .visual .item .txt_wrap .txt{font-size: 0.8rem;}


    /* 바로가기1 */
    .link01{padding: 1rem 2rem;}
    .link01 ul{flex-wrap: wrap;}
    .link01 ul li{ width: 33.33%; margin: 1rem 0rem;}

    .section02{padding: 2rem 0;}

    /* 사업공고 */
    .notice01 .tabWrap{justify-content: flex-start; gap: 1rem; margin: 0 6rem 0 1rem; width: auto;}
    .notice01 .tabBox .slider .slick-track{padding: 1.5rem 0;}

    .section03 .inner{padding: 2rem 0;}

    /* 뉴스 */
    .news .item_wrap{display: block;}
    .news .item_wrap .item.new{width: 100%; margin-bottom: 1rem;}
    .news .item_wrap .item a .img{ height: 11.8rem;}
    .news .item_wrap .item a .tit{font-size: 1rem;}
    .news .item_wrap .item a .txt{display: none;}
    .news .item_wrap .con_wrap{width: 100%;}
    .news .more{ right: 0;}

}
@media screen and (max-width: 810px){
    /* 게시판 */
    .notice02 .tabBox ul{display: block; border: 1px solid #c4c4c4; border-left: 0; border-right: 0;}
    .notice02 .tabBox ul li{width: 100%;}
    .notice02 .tabBox ul li ~ li{border-left: 0; border-top:  1px solid #c4c4c4;}
    .notice02 .tabBox ul li a{padding: 1.5rem 0.5rem;}

    /* 배너존 */
    .banner .slider .item a{padding: 0 0.5rem;}
    .banner .control{width: 5rem;}
}

@media screen and (max-width: 768px){
    .cardWrap .cardArea .newsSwiper .swiper-wrapper .swiper-slide {border-radius: 0.5rem; min-height: auto;}
    .cardWrap .cardArea .newsSwiper .swiper-wrapper .swiper-slide .img {max-height: 210px; min-height: 210px;}
    .cardWrap .cardArea .newsSwiper .swiper-wrapper .swiper-slide .txt {min-height: auto;}
}

@media screen and (max-width: 580px){
    /* 사업공고 */
    .notice01 > .tit{font-size: 1.5rem;}
    .notice01 .tabBox .slider{width: 95%;}
    .notice01 .tabBox .control a{height: 2.3rem; width: 2.3rem;}
    .notice01 .tabWrap{flex-wrap: wrap; gap: 0.5rem;}
    .notice01 .tabWrap li{flex: auto; max-width: 100%;}
    .notice01 .tabBox .slider .item a{padding: 1.5rem;}

    .cardWrap .cardArea .newsSwiper .swiper-wrapper .swiper-slide .txt .title {font-size: 0.9rem;}
    .cardWrap .cardArea .newsSwiper .swiper-wrapper .swiper-slide .txt .date {font-size: 0.8rem;}

}

@media screen and (max-width: 510px){
    /* 바로가기 */
    .link01{padding: 1rem;}
    .link01 ul li a .img{ width: 5rem; height: 5rem;}
    .link01 ul li a .img img{display: block; max-width: 60%;}

    /* 게시판 */
    .notice02 .tabWrap{flex-wrap: wrap; gap: 1rem; margin-right: 3rem;}
    .notice02 .tabWrap li ~ li{padding-left: 0;}
    .notice02 .tabWrap li ~ li::before{display: none;}

}

@media screen and (max-width: 470px){

    /* 메인비주얼 */
    .visual{ height: 17rem;}
    .visual .item .txt_wrap{top: 2rem; left: 1rem; padding-right: 1rem; word-break: keep-all; }
    .visual .item .txt_wrap .tit-sub{font-size: 1rem;}
    .visual .item .txt_wrap .tit{font-size: 2rem;}
    .visual .item .txt_wrap .txt{font-size: 0.8rem;}
    .visual .control{left: 1rem;}

    /* 팝업존 */
    .popZone .item a{display: block;}
    .popZone .item img{ display: block; width: 100%; height: auto;}

}

@media screen and (max-width: 340px){
    /* 바로가기 */
    .link01 ul{flex-direction: column;}
    .link01 ul li{width: 100%; margin: 0 0 0.5rem 0;}
    .link01 ul li a{display: flex; align-items: center;}
    .link01 ul li a .img{ flex-shrink: 0; width: 3.5rem; height: 3.5rem; margin: 0 1rem 0 0;}

}