/* 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;}

#main-content{position: relative;}

/* section01*/
.section01{ position: relative; display: flex; justify-content: space-between; margin: 0 auto; padding: 3.5rem 0 5rem; max-width: 1610px; }

/* 메인비주얼 */
.visual{ position: relative; width: 49.4rem; height: 23.8rem; background: var(--mainColor); padding: 4.5rem 1rem 1rem 2.5rem; }
.visual .txtWrap{font-size: 1.1rem; font-weight: 500;}
.visual .txtWrap .tit{font-size: 2.5rem; color: #000;}
.visual .txtWrap .tit em{font-weight: 700;}
.visual .txtWrap a{display: flex; align-items: center; justify-content: space-between; max-width: 12.7rem; padding: 0.5rem 1rem; border: 1px solid var(--subColor1); font-size: 0.9rem; color: var(--subColor1); border-radius: 5rem; margin-top: 3rem; transition: 0.15s;}
.visual .img{position: absolute; right: 0; bottom: -3rem;}
/* 메인비주얼 : active */
.visual .txtWrap a:hover,
.visual .txtWrap a:focus{font-weight: 700;}


/* 바로가기1 */
.link01{ position: relative; display: flex; flex-direction: column; justify-content: flex-end; width: calc(100% - 49.4rem); padding-left: 3.7rem; margin-bottom: -3rem;}
.link01::before{content: ''; position: absolute; top: 0; left: 3.7rem; display: block; width: 15.3rem; height: 6.5rem; background: url(../../gg/images/main/deco01.png) no-repeat center center;}
.link01::after{content: ''; position: absolute; top: 7.5rem; right: 0; display: block; width: 7.1rem; height: 6.7rem; background: url(../../gg/images/main/deco02.png) no-repeat center center;}
.link01 .tit{font-size: 1.5rem; color: #000;}
.link01 .tit em{font-weight: 700;}
.link01 .txt{font-weight: 700; font-size: 0.9rem; color: #333333;}
.link01 ul{display: flex; flex-wrap: wrap; margin: -0.6rem; margin-top: 1.7rem;}
.link01 ul li{width: 50%; height: 5.6rem; padding: 0.6rem;}
.link01 ul li a{position: relative; display: flex; align-items: center; justify-content: center; height: 100%; background: var(--mainColor); font-size: 0.9rem; font-weight: 700; text-align: center; line-height: 1.2; border: 2px solid transparent; transition: 0.15s; overflow: hidden; z-index: 1;}
.link01 ul li a::before{ content: ''; display: block; position: absolute; right:-4rem; bottom: -3rem; width: 7.85rem; height: 6rem; border-radius: 50%; background: var(--subColor3); transition: 0.15s; opacity: 0; z-index: -1;}
/* 바로가기1 : active */
.link01 ul li a:hover,
.link01 ul li a:focus{background: #fff;border-color: var(--subColor1); border-radius: 0 1rem 0 1rem;}
.link01 ul li a:hover::before,
.link01 ul li a:focus::before{opacity: 1;}
/* section02 */
.section02{max-width: 1610px; margin: 0 auto; overflow: unset; padding-bottom: 3rem;}

/* 사업공고 */
.notice01 {position: relative;}
.notice01 .heading{font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem;}
.notice01 .tabWrap{position: absolute; right: 3rem; top: 0.8rem; display: flex; gap: 1rem; font-weight: 700; color: #333;}
.notice01 .tabWrap li a{padding: 0 0.2rem 0.2rem;}
.notice01 .tabBox{display: none;}
.notice01 .tabBox.on{display: block;}
.notice01 .slider{margin: 0 -0.5rem; width: auto;}
.notice01 .slider .slick-track{display: flex;}
.notice01 .slider .item{ display: inline-block; margin:0 0.5rem;}
.notice01 .slider .item a{display: block; height: 11.3rem; border: 1px solid #dedede; padding: 0.9rem 1rem; transition: 0.15s; }
.notice01 .slider .item a .tagWrap{display: flex;}
.notice01 .slider .item a .tagWrap .tag{ border-radius: 3rem; display: inline-block; padding: 0.1rem 0.8rem; background: #e8e8e8; color: #333; margin-right: 0.5rem; font-weight: 700;}
.tag.bgBlue{background: #d9edff !important; color:#0689ff !important;}
.tag.bgRed{background: #ffd9d9 !important; color:#ff4646 !important;}
.tag.bgPer{background: #e0d9ff !important; color:#7454ff !important;}
.tag.bgOrg{background: #fff1d9 !important; color:#f28e0c !important;}
.tag.bgGreen{background: #d9ffd9 !important; color:#3bc032 !important;}
.notice01 .slider .item a .tit{font-size: 1rem; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0.7rem 0;} 
.notice01 .slider .item a .txt{font-size: 0.8rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 2.8rem; margin-bottom: 0.25rem;}
.notice01 .control{display: flex; align-items: center; justify-content: space-between; height: 0; position: absolute; left: -4rem; right: -4rem; bottom: 5.5rem;}
.notice01 .control a{display: flex; align-items: center; justify-content: center; width: 3.3rem; height: 3.3rem; background: #fff; border: 1px solid #ddd; border-radius: 50%; font-size: 1.3rem; transition: 0.15s; }
.notice01 .more{position: absolute; right: 0; top: 0.3rem; font-size: 1.2rem;}
/* 사업공고 : no_data */
.notice01 .slider .item.no_data{display: inline-flex; align-items: center; justify-content: center; background: #f7f7f7; color: #ddd; height: 11.3rem;}
.notice01 .slider .item.no_data::before{content: 'RISE'; font-size: 2rem; font-weight: 700;}
/* 사업공고 : active */
.notice01 .tabWrap li a.active{color: var(--subColor1); font-weight: 800; border-bottom: 4px solid var(--subColor1);}
.notice01 .tabWrap li a:hover,
.notice01 .tabWrap li a:focus{font-weight: 800; color: #000;}
.notice01 .slider .item a:hover,
.notice01 .slider .item a:focus{/*background: var(--subColor2); color: #fff; */border-color: var(--subColor2); border:2px solid var(--subColor2); border-radius: 0 1.5rem 0 1.5rem;}
.notice01 .control a:hover,
.notice01 .control a:focus{border: 2px solid var(--subColor2);}


/* section03 */
.section03{max-width: 1610px; margin: 0 auto; overflow: unset;}

/* RISE소식 */
.notice02 {position: relative; padding: 3rem 0;}
.notice02::before{content: ''; display: block; position: absolute; top: 0; bottom: 0; right: -2.5rem; width: 300%; background: linear-gradient( to right, var(--subColor3),  var(--mainColor)); z-index: -1; border-radius: 0 5rem 0 0;}

.notice02 .heading{font-size: 1.5rem; color: #000; margin-bottom: 0.5rem;}
.notice02 .heading em{font-weight: 700;}
.notice02 .heading span{margin-left: 1rem; font-size: 0.9rem; font-weight: 700; color: #333333;}
.notice02 .tabWrap{position: absolute; right: 3rem; top: 3.3rem; display: flex; gap: 1rem; font-weight: 700; color: #333;}
.notice02 .tabWrap li a{padding: 0 0.2rem 0.2rem;}

.notice02 .tabBox{display: none; position: relative;}
.notice02 .tabBox.on{display: block;}
.notice02 .tabBox ul {display: flex; justify-content: space-between; }
.notice02 .tabBox ul li{ width: calc(100% / 3 - 0.5rem); height: 6rem;}
.notice02 .tabBox ul li:nth-child(n+4){display: none;}
.notice02 .tabBox ul li a{display: block; height: 100%; background: #fff; border: 2px solid transparent; transition: 0.15s; padding: 1rem;}

.notice02 .tabBox ul li a .tag{ display: inline-block; background: #eee; border-radius: 5rem; padding: 0.1rem 0.5rem; margin-right: 0.5rem; font-weight: 700; }
.notice02 .tabBox ul li a .tag.tagBlue{background: #d9edff !important; color:#0689ff !important;}
.notice02 .tabBox ul li a .tag.tagPer{background: #e0d9ff !important; color:#7454ff !important;}
.notice02 .tabBox ul li a .tag.tagOrg{background: #fff1d9 !important; color:#f28e0c !important;}

.notice02 .tabBox ul li a .tit{ margin: 0.2rem 0; font-size: 0.9rem; font-weight: 700; color: #000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.notice02 .tabBox ul li a .date{color: #959595;}
.notice02 .tabBox .more{position: absolute; right: 0; top: -2.9rem; font-size: 1.2rem;}
/* RISE소식 : no_data */
.notice02 .tabBox ul li.no_data{background: #f7f7f7; position: relative;}
.notice02 .tabBox ul li.no_data::before{content: 'RISE'; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: #ddd; font-weight: 700; font-size: 2rem;}
/* RISE소식 : active */
.notice02 .tabWrap li a.active{color: var(--subColor1); font-weight: 800; border-bottom: 4px solid var(--subColor1);}
.notice02 .tabWrap li a:hover,
.notice02 .tabWrap li a:focus{font-weight: 800; color: #000;}
.notice02 .tabBox ul li a:hover,
.notice02 .tabBox ul li a:focus{border-color: var(--subColor1); border-radius: 0 1rem 0 1rem;}

.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%;}
@media screen and (max-width: 1790px){

    /* 사업공고 */
    .notice01 .tabBox{padding: 0 3rem;}
    .notice01 .control{left: 0; right: 0;}
    .notice01 .control a{width: 2.5rem; height: 2.5rem;}
    

}

@media screen and (max-width: 1730px){
    #main-content{overflow: hidden; padding: 0 1rem 0;}

    

}

@media screen and (max-width: 1510px){
    /* 바로가기1 */
    .link01 {padding-left: 2rem;}
    .link01::before{display: none;}
    .link01::after{display: none;}
    .link01 ul{display: block;}
    .link01 ul li{width: 100%; height: 4.5rem;}

}

@media screen and (max-width: 1440px){
    
    #main-content:not(.subLayout)::before{top:0;}
}

@media screen and (max-width: 1300px){
    
    #main-content:not(.subLayout)::before{display: none;}

    .section01{display: block; padding: 8.4rem 0 2rem;}

    /* 메인비주얼 */
    .visual{width: 100%; margin-bottom: 4rem;}

    /* 바로가기1 */
    .link01{width: 100%; padding-left: 0; margin-bottom: 0;}
    .link01 ul{display: flex; margin-top: 1rem;}
    .link01 ul li{flex: 1;}
    

}

@media screen and (max-width: 1240px) {
    #main-content {
        overflow: hidden;
        padding: 0 1rem 0;
    }
    .section01{display: block; padding: 2rem 0;}
}

@media screen and (max-width: 1024px){   
    /* 메인비주얼 */
    .visual{height: auto; padding: 2rem 1rem; margin-bottom: 2rem;}
    .visual .txtWrap{text-align: center; font-size: 0.9rem;}
    .visual .txtWrap .tit{font-size: 2rem;}
    .visual .txtWrap a{margin: 2rem auto 0; }
    .visual .img{position: relative; left: 0; padding: 0 2rem; text-align: center;}
    .visual .img img{display: inline-block; width: 100%; max-width: 29.5rem;}

    /* 바로가기1 */
    .link01 .tit{font-size: 1.2rem;}
    .link01 .txt{display: none;}
    .link01 ul{margin-top: 0;}

    .section02{padding-bottom: 2rem;}

    /* 사업공고 */
    .notice01 .heading{font-size: 1.2rem;}
    .notice01 .tabWrap{position: unset; margin: 0 auto 1rem; justify-content: center;}
    .notice01 .tabBox{padding: 0 2.3rem;}
    .notice01 .control a{width: 2rem; height: 2rem;}
    .notice01 .more{top: 0;}

    /* 게시판 */
    .notice02{padding: 2rem 0;}
    .notice02 .heading{font-size: 1.2rem;}
    .notice02 .heading span{display: none;}
    .notice02 .tabWrap{position: unset; margin-bottom: 1rem; justify-content: center;}
    .notice02 .tabBox ul li{width: calc((100% / 2) - 0.5rem);}
    .notice02 .tabBox ul li:nth-child(n+3){display: none;}
    .notice02 .tabBox .more{top: -4.6rem;}
 }

 @media screen and (max-width: 810px){    
    /* 바로가기1 */
    .link01 ul li{flex:auto; width: 50%;}
    
    /* 게시판 */
    .notice02 .tabBox ul{display: block;}
    .notice02 .tabBox ul li{width: 100%;}
    .notice02 .tabBox ul li ~ li{margin-top: 1rem;}

    /* 배너존 */
    .banner .slider .item a{padding: 0 0.5rem;}
    .banner .control{width: 5rem;}
}
@media screen and (max-width: 440px){     
    /* 메인비주얼 */
    .visual .txtWrap{word-break: keep-all;}
    .visual .txtWrap .tit{font-size: 1.5rem;}
    .visual .img{padding: 0 0.5rem;}

    /* 바로가기1 */
    .link01 ul li{width: 100%; padding: 0.3rem 0.6rem;}

    /* 사업공고 */
    .notice01 .tabWrap{flex-wrap: wrap;}
    .notice01 .tabBox{padding: 0 1.2rem;}
    .notice01 .slider .item a{padding: 0.9rem 0.6rem;}
    .notice01 .slider .item a .tagWrap .tag{padding: 0.1rem 0.3rem; font-size: 0.7rem; margin-right: 0.1rem;}

    /* 게시판 */
    .notice02 .tabWrap{flex-wrap: wrap;}
    .notice02 .tabBox ul li a .tag{padding: 0.1rem 0.3rem; font-size: 0.7rem;}
}