/* 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%;}
slick-slide {width: 100% !important;}
.slider .control {z-index: 1 !important;}

#main-content{position: relative; margin-top: 4.8rem;}
/* #main-content:not(.subLayout)::before{content: ''; position: absolute; top: 0; right: 0; display: block; width: 41.9rem; height: 20.2rem; background: url(../../cn/images/main/deco03.png) no-repeat center center;} */

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

/* 메인비주얼 */
.visual{ 
    position: relative; 
    width: 49.4rem; 
    height: 26rem; 
    background-image: url(../images/main/main-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1rem;
    padding: 5rem 2rem 0;
    color: #fff; 
    display: flex;
    align-items: flex-end;
    padding: 5rem 3rem;
}
.visual .txtWrap{font-size: 1.1rem; font-weight: 500;}
.visual .txtWrap .tit{ color: #fff; text-shadow: 0px 0px 80px rgba(0, 0, 0, 0.16);}
.visual .txtWrap .tit em{
    display: inline-flex;
    width: 30rem; 
    height: 6rem; 
    background-image: url(../images/main/main-title.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -2rem;
}
.visual .txtWrap .txt {
    text-shadow: 0px 0px 80px rgba(0, 0, 0, 0.16);
    margin-bottom: -2rem;
}
.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{}
/* 메인비주얼 : 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(../../cn/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(../../cn/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: 525px; 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; width: 30%;}
.notice02.biz {position: relative; width: 100%;}
/* .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;
    gap: 1rem; /* 항목 간격 추가 */
    flex-direction: column;
}
.notice02 .tabBox ul li {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: .8rem;
}
.notice02 .tabBox ul li:first-child { 
    width: 100%; 
}
.notice02 .tabBox ul li:nth-child(2) { 
    width: 100%; 
}
.notice02 .tabBox ul li:nth-child(n+4){display: none;}
.notice02 .tabBox ul li .tab-innerbox {display: block; height: 100%; background: #fff; border: 2px solid transparent; transition: 0.15s; padding: 1rem; border-radius: .8rem;}
.notice02 .tabBox ul li .tab-innerbox .control {
    display: flex;
    gap: .3rem;
}
 
.notice02 .tabBox ul li .tab-innerbox .prev, .notice02 .tabBox ul li .tab-innerbox .next {
    display: block !important;
    font-size: 1.2rem;
    background-color: #EEF2F7;
    border-radius: 10rem;
    width: 2rem;
    color: #1d1d1d;
    height: 2rem;
}
.notice02 .tabBox ul li .tab-innerbox .stop{ 
    font-size: 1.2rem;
    background-color: #EEF2F7;
    border-radius: 10rem;
    width: 2rem;
    color: #1d1d1d;
    height: 2rem;
}

.notice02 .tabBox ul li .tab-innerbox .play{ 
    font-size: 1.2rem;
    background-color: #EEF2F7;
    border-radius: 10rem;
    width: 2rem;
    color: #1d1d1d;
    height: 2rem;
}


.notice02 .tabBox ul li .tab-innerbox .slick-track {
    width: 100% !important;
}
.notice02 .tabBox ul li .tab-innerbox .notice-wrap {
    margin: .8rem 0;
}
.notice02 .tabBox ul li .tab-innerbox .notice-box{
    padding: .2rem 0;
}
.notice02 .tabBox ul li .tab-innerbox .title {display: flex; justify-content: space-between; font-size: 1rem; font-weight: 600; margin-bottom: .8rem;}
.notice02 .tabBox ul li .tab-innerbox .detail {
    gap: 1rem;
    width: 100% !important;
    flex-direction: column;
}
.notice02 .tabBox ul li .tab-innerbox .title strong {
    font-size: 1.2rem;
    font-weight: 700;
}
.notice02 .tabBox ul li .tab-innerbox .detail span.date {
    display: inline-block;
    margin-top: 3rem;
}
.notice02 .tabBox ul li .tab-innerbox .date-wrap {
    display: flex;
    gap: 1rem;
    padding: .4rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.notice02 .tabBox ul li .tab-innerbox .date-wrap .date-box {
    background-color: var(--subColor1);
    text-align: center;
    padding: .4rem;
    color: #fff;
    border-radius: .4rem;
}
.notice02 .tabBox ul li .tab-innerbox .date-wrap .date-box p {
    font-size: 1rem;
    font-weight: 600;
}
.notice02 .tabBox ul li .tab-innerbox .txt {
    margin: 1rem 0;
}
.notice02 .tabBox ul li .tab-innerbox .img {
    display: flex; /* 가운데 정렬을 위해 사용 */
    justify-content: center; /* 가로 중앙 정렬 */
    align-items: center; /* 세로 중앙 정렬 */
    overflow: hidden; /* 넘치는 이미지 숨김 */
    width: 100%; /* 부모 요소 기준 너비 설정 */
    max-width: 800px; /* 최대 너비 설정 (원하는 크기로 조정) */
    height: auto; /* 높이는 내용에 맞춤 */
    border-radius: .4rem;
}
.notice02 .tabBox ul li .tab-innerbox .img img {
  height: auto; /* 비율 유지 */
  display: block; /* 이미지 아래 여백 제거 */
  object-fit: cover; /* 이미지 비율 유지하며 채우기 */
  aspect-ratio: 4 / 2;
  min-width: 100%;
}

.notice02 .tabBox ul li .tab-innerbox .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 .tab-innerbox .tag.tagBlue{background: #d9edff !important; color:#0689ff !important;}
.notice02 .tabBox ul li .tab-innerbox .tag.tagPer{background: #e0d9ff !important; color:#7454ff !important;}
.notice02 .tabBox ul li .tab-innerbox .tag.tagOrg{background: #fff1d9 !important; color:#f28e0c !important;}

.notice02 .tabBox ul li .tab-innerbox .tit{ margin: 0.2rem 0; font-size: 1rem; font-weight: 700; color: #000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.notice02 .tabBox ul li .tab-innerbox .det {font-size: .8rem;}
.notice02 .tabBox ul li .tab-innerbox .date{color: #959595;}
.notice02 .tabBox .more{
    font-size: 1.2rem;
    background-color: #0E6C5E;
    border-radius: 10rem;
    width: 2rem;
    color: #fff;
    height: 2rem;
    display: flex;
    justify-content: center;
}
/* 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 .tab-innerbox:hover,
.notice02 .tabBox ul li .tab-innerbox:focus{border-color: var(--subColor1); border-radius: 0 1rem 0 1rem;} */

.section05{ border-top: 1px solid #ddd;}
/* 배너모음 */
.banner {width: 100%;max-width: 1440px;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;}

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

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

}

@media screen and (max-width: 1240px) {
    #main-content {
        overflow: hidden;
        padding: 0 1rem 0;
        margin-top: 4.8rem;
    }
    .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 {
        display: flex;
        flex-direction: column;
    }
    .notice02 .tabBox ul li {
        width: 100% !important; /* 작은 화면에서는 풀 사이즈 */
    }
    .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;}

    .notice02 .tabBox ul li .tab-innerbox .detail {
        flex-direction: column;
    }
    .notice02 .tabBox ul li .tab-innerbox .img {
        max-width: none;
    }    
    .notice02 .tabBox ul li .tab-innerbox .txt {
        max-width: none;
    }
    .notice02 .tabBox ul li .tab-innerbox .tit {
        max-width: none;
    }
    .notice02 .tabBox ul li .tab-innerbox .det {
        max-width: none;
    }
    .notice02 .tabBox ul li .tab-innerbox .detail span.date {
        display: inline-block;
        margin-top: 1rem;
    }
}
@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 .tab-innerbox .tag{padding: 0.1rem 0.3rem; font-size: 0.7rem;}
}


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


/* 메인비주얼 */
.release .slick-track{height: 100%;}
.release .item { position: relative; overflow: hidden; display: inline-block; height: 100%;}
.release .item img {display: block; width: 100%; height: 100%; object-fit: cover;}
.release .item .txt_wrap{position: absolute; top: 9.85rem; left: 5rem; z-index: 1; color: #000;}
.release .item .txt_wrap em{color: #009A98;}
.release .item .txt_wrap .tit-sub{font-size: 2.5rem; font-weight: 700;}
.release .item .txt_wrap .tit{font-size: 3.5rem; font-weight: 700;}
.release .item .txt_wrap .txt{font-size: 1.2rem; font-weight: 700; margin-top: 1rem;}
.release .item.two {
    display: inline-flex;
    gap: 1rem;
}
.release .item.two .news-box {
    width: 48.5%;
}

.release .control {position: absolute; left: 5.4rem; bottom: 1.5rem; z-index: 1;}
.release .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;}
.release .control > a.play {display: none;}

.release .control > a {transition: 0.15s;}
.release .control > a:hover,
.release .control > a:focus {}


.section-main-cn  .display-group {
}


.release.cn .item img {
    display: block; 
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    height: 230px;
    border-radius: 10px;
}

.release.cn .tit {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.release.cn .tit h2 {
    font-size: 1.4rem;
    font-weight: 700;
}
.release .control.cn {
    display: flex;
    position: static;
    align-items: center;
    gap: .4rem;
    z-index: 1;
}
.release .control.cn .pag .active {
    color: #0079FF;
    font-weight: 600;
}
.release .control.cn > a > i {
    font-size: 26px;
}
.release .control.cn > a {
    display: inline-block; 
    width: 40px;
    height: 40px; 
    line-height: 2rem; 
    border-radius: 50%; 
    font-size: 1rem; 
    border: none; 
    color: #33363D; 
    text-align: center;
    border: 1px solid #ddd;
}
.release .control.cn > a.play {display: none;}

.release .control.cn > a {transition: 0.15s;}
.release .control.cn > a:hover,
.release .control.cn > a:focus {}



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


.section-banner .banner .control.cn a{
    font-size: 1.2rem;
    border-radius: 100px;
    padding: 0px 2px;
    border: 1px solid #ddd;
    background: #fff;
}





/* 공통 속성 */
* {
    word-wrap: break-word;
    word-break: keep-all;
}

.w100 {
    width: 100%;
}
.w50 {
    width: 50%;
}
.w60 {
    width: 60%;
}
#gnb > ul > li.btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}





.section-visual-cn {
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    animation: bgChange 15s infinite;
    background-color: #ddd;
}
.custom-swiper-slide {
    background-size: cover;
    background-position: center;
    /* height: 100vh; */
    /* height: 800px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.custom-swiper-pagination {
    left: auto !important;
    display: inline-block;
    width: 100% !important;
    color: #fff !important;
    text-align: right !important;
    padding-right: 7rem;
}
.custom-swiper-pagination .active-page {
    color: #76B7FF; /* 원하는 색상 */
    font-weight: bold;
    font-size: 1.2rem; /* 크기 조절 가능 */
}

.custom-pagination-text {
    position: absolute;
    left: auto !important;
    display: inline-block;
    text-align: right;
    width: 100% !important;
    padding-right: 10rem;
    color: #fff;
    z-index: 1;
    bottom: 8px;
}
.custom-swiper-text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 80%;
}
.custom-swiper-text span {
    font-size: 1rem;
    font-weight: 300;
}
.custom-swiper-text h1 {
    font-size: 3.2rem;
    font-weight: 700;
}
.custom-swiper-text h1 span {
    color: #76B7FF;
    font-size: 3.2rem;
    font-weight: 700;
}
.custom-swiper-text p {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 1rem;
}
.progress-bar {
    width: 100%;
    position: absolute;
    z-index: 9999;
    max-width: 1400px;
    transform: translate(-50%, -50%);
    bottom: 10% !important;
    left: 50% !important;
    background-color: #ffffff21;
    border-radius: 10px;
    height: .2rem !important;
}
.custom-swiper-progress {
    height: 100%;
    transition: width 3s linear;
    background-color: #fff;
    border-radius: 10px;
}
.h-screen {
    height: 100vh !important;
}
.custom-swiper-button-wrap {
    padding: 0 1rem;
    position: absolute;
    max-width: 1400px;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: 10%;
    z-index: 11;
}
.custom-swiper-button-next, .custom-swiper-button-prev {
    position: absolute;
    bottom: -95%;
    top: auto !important;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: none;
    transform: scale(.3);
    padding: 3rem;
    outline: 4px solid #fff;
    color: #fff !important;
}
.custom-swiper-button-prev {
    left: auto !important;
    right: 20px !important;
}
.custom-swiper-button-next {
    left: auto !important;
    right: -20px !important;
}


.section-main-cn .visual-slide .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    text-align: center;
    background-size: cover;
    background-position: center;
    height: 500px;
}
.release.cn {
    position: relative;
    width: 100%;
    height: 100%;
    right: 0;
    background: #fff;
    overflow: hidden;
    isolation: isolate;
    border-radius: 0;
    padding: 30px;
    border-radius: 10px;
}
.section-main-cn .banner-top {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    max-width: 1440px;
    margin-bottom: 20px;
}

.one-line-ellipsis {
    white-space: nowrap; /* 줄 바꿈 방지 */
    overflow: hidden; /* 넘치는 텍스트 숨김 */
    text-overflow: ellipsis; /* 말줄임표 표시 */
  }
.multi-line-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 최대 줄 수 설정 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-img {
    display: flex; /* flexbox로 배치 조정 가능 */
    justify-content: center; /* 내부 요소 가운데 정렬 */
    align-items: center; /* 세로 정렬 */
    width: 100%; /* 부모 요소에 맞게 설정 */
    border-radius: 5px; /* 둥근 모서리 */
}

.box-img img {
    width: 100%; /* 부모 요소에 맞게 이미지 크기 조정 */
    height: auto; /* 비율 유지 */
    display: block; /* 하단 여백 제거 */
    border-radius: 4px; /* 이미지 모서리 둥글게 */
}
.announcement {
    border: 10px solid #AFD5FF;
}
.announcement .top {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.announcement .top .main {
    font-size: 1.2rem;
    font-weight: 700;
}
.announcement .top .sub {
    color: #555;
}
.announcement .top .date {
    margin-top: .6rem;
    font-weight: 300;
}
.announcement .top .date span {
    font-weight: 700;
}
.announcement .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}
.announcement .bottom .tag-wrap .tag {
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 1rem;
    display: inline-block;
}
.announcement .bottom .state.before {
    padding: 5px 10px;
    background-color: #fffbf2;
    color: #ff9900;
    border: 1px solid #ff9900;
    border-radius: .2rem;
}
.announcement .bottom .state.during {
    padding: 5px 10px;
    background-color: #EAF6EC;
    color: #267337;
    border: 1px solid #267337;
    border-radius: .2rem;
}
.announcement .bottom .state.finish {
    padding: 5px 10px;
    background-color: #f0f9ff;
    color: #006dac;
    border: 1px solid #006dac;
    border-radius: .2rem;
}

.quick-wrap .quick-btn {
    background-color: #5EAAFF;
    border-radius: 5px;
    color: #fff;
    padding: 32px 10px;
    width: 49%;
}
.quick-wrap .quick-btn a {
    display: flex;
    flex-direction: column;
}
.quick-wrap .quick-btn a p {
    font-size: 1.2rem;
    font-weight: 600;
}
.quick-wrap .quick-btn.bottom {
    background-color: #E4F3FF;
    width: 100%;
    padding: 16px 24px;
}
.quick-wrap .quick-btn.bottom a {
    display: flex;
    flex-direction: row;
    color: #1d1d1d;
    align-items: center;
    gap: 20px;
}
.quick-wrap .quick-btn.bottom a span {
    color: #555;
}
.quick-wrap .quick-btn.bottom a p span {
    color: #5DAAFF;
}
.section-main-cn .inner-content .left {
    display: flex;
    position: relative;
    width: 33%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}
.section-main-cn .inner-content {
    width: 80%;
    display: flex;
    gap: 2rem;
    max-width: 1440px;
    margin: 0 auto;
    padding: 5rem 0 2rem 0;
}
.section-main-cn .inner-content::before {
    content: "";
    background-image: url(../images/main/main-bg-gr.png);
    display: inline-block;
    width: 100%;
    height: 33.3rem;
    position: absolute;
    top: 0;
    left: 0;
}
.section-main-cn .inner-content .right {
    width: 30%;
    display: flex;
    flex-direction: column;
}
.section-main-cn .inner-content .right .quick-wrap {
    display: flex;
    gap: 12px;
    flex-direction: column;
}
.section-main-cn .inner-content .right .quick-wrap .top {
    display: flex;
    gap: 12px;
}
.section-main-cn .inner-content .right .notice {
    background-color: #009A98;
    height: 75%;
    border-radius: 10px;
    padding: 30px;
}
.section-main-cn .inner-content .right .notice .content {
    display: flex;
    flex-direction: column;
    height: 76%;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px 10px 30px 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    justify-content: space-between;
}



.section-comunity {
    width: 100%;
    /* background: linear-gradient(0deg, #f1f5fa00 0%, #F1F5FA 100%); */
}
.section-comunity .content {
    width: 80%;
    margin: 0 auto;
    padding: 2rem 0 5rem 0;
    max-width: 1440px;
}

.section-comunity .banner-comunity {
    background-color: #5DAAFF;
    padding: 32px 60px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-image: url(../images/main/bg-banner-comunity.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 2rem;
}

.section-comunity .banner-comunity .txt-wrap .main {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}
.section-comunity .banner-comunity .txt-wrap .main span {
    color: #13598C;
}
.section-comunity .banner-comunity .txt-wrap .sub {
    font-size: 1.2rem;
    color: #fff;
}
.section-comunity .banner-comunity .btn-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.section-comunity .banner-comunity .btn-wrap button {
    background-color: #13598C;
    border-radius: 5px;
    min-width: 175px;
}
.section-comunity .banner-comunity .btn-wrap button a {
    color: #fff;
    padding: 0 20px;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}
.section-comunity .content-container {
    width: 100%;
}


.content-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
}
.content-card {
    width: 47%;
    /* min-width: 300px; */
    padding: 30px;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #ddd;
    text-align: left;
}
.content-card .title {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 1rem 1rem 0 0;
    padding: .5rem 1rem 0;
    position: relative;
}
/* .content-card .title::before {
    content: "";
    display: inline-block;
    position: absolute;
    border: 1px solid #ddd;
    bottom: 0;
    width: 94%;
} */
.content-card .title .btn-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.content-card .tab {
    cursor: pointer;
    padding: 16px;
    display: inline-block;
}
.content-card .tab:first-child {
    border-radius: 1rem 0 0 0;
}
.content-card .tab.active {
    font-weight: bold;
    color: #0E6C5E !important;
    background-color: #fff;
    border-bottom: 2px solid #0E6C5E;
}
.content-card .hidden {
    display: none;
}
.content-card.notice {
    padding: 0;
}
.content-card.notice .title h3 {
    font-size: 1rem;
    color: #CDD1D5;
    min-width: 120px;
    text-align: center;
}
.content-card.notice .list {
    padding: 0 30px 30px 30px;
}
.content-card.notice .more.style {
    margin-right: 1rem;
    background-color: #0E6C5E;
    border: 1px solid #fff;
    color: #fff;
}
.control.cn {
    display: inline-block;
    position: static;
}
.content-card .title h3 {
    font-size: 24px;
}
.content-card .list .second {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.2rem;
}
.content-card .list .second.last {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.content-card .list .second .t {
    position: relative;
    width: 70%;
    font-size: .9rem;
    font-weight: 500;
    white-space: nowrap;   
    overflow: hidden;     
    text-overflow: ellipsis; 
    padding-left: .8rem;
}
/* .content-card .list .second .t::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #1d1d1d;
    border-radius: 10px;
    top: 11px;
    left: 0;
} */
.content-card .card-first .date {
    display: flex;
    width: 80px;
    height: 74px;
    text-align: center;
    padding: .5rem;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: .5rem;
    background-color: var(--menuColor1);
}
.content-card .card-first {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1.2rem;
    padding: 1rem 0 1.2rem 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.2rem;
    border-top: 1px solid #ddd;
    height: 8rem;
}
.content-card .card-first h3 {
    font-size: 1.1rem;
    font-weight: 700;
}
.content-card .card-first p {
    color: #555;
}
.content-card .card-first .date > span {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: -10px;
}
.content-card .card-first .date > p {
    color: #fff;
    font-size: 15px;
}

.content-card.notice .more.style {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}
.content-card.notice .more.style > i {
    font-size: 26px;
}







.section-comunity .cumu-faq {
    text-align: left;
}
.section-comunity .cumu-faq-item {
    padding: 1.3rem 0;
    border-bottom: 1px solid #ddd;
}
.section-comunity .cumu-faq-item:last-child {
    border-bottom: none;
}
.section-comunity .cumu-faq-question {
    color: #333;
    display: block; /* ✅ flex → block 변경 */
    white-space: nowrap; /* ✅ 한 줄 유지 */
    overflow: hidden; /* ✅ 넘치는 텍스트 숨김 */
    text-overflow: ellipsis; /* ✅ 말줄임표(...) 적용 */
    width: 100%; /* ✅ 부모 요소 크기에 맞게 설정 */
    line-height: 24px; /* 높이에 맞게 텍스트 정렬 */
    font-size: .9rem;
}
.section-comunity .cumu-faq-date {
    font-size: 17px;
    color: #888;
}
.section-comunity .cumu-faq-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-comunity .cumu-container .title {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #555555;
}
.section-comunity .cumu-container .title h3 {
    font-size: 24px;
}
/* .section-comunity .cumu-faq-question::before {
    content: "";
    display: inline-block;
    padding: 10px;
    align-items: center;
    color: #5DAAFF;
    font-size: 30px;
    font-weight: 700;
    vertical-align: middle;
} */

/* new 뱃지 */
.badge-new {
    display: inline-block;
    background-color: #EF7301;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    font-size: .8rem;
    padding-left: 7px;
    margin-right: 4px;
    font-weight: 600;
}

.section-comunity .news-letter  {
    width: 50% !important;
    border-radius: 5px;
    /* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10); */
}

/* 250422 추가 */
.section-main-cn .display-group {
    min-height: 420px;
}
.cn-card-wrap {
    width: 100%;
    background-color: #143C56;
    border-radius: 1.2rem;
    padding: 1.8rem;
    color: white;
    position: relative;
  }
  

  
  .cn-notice-header h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
  }

  
  .cn-notice-header h3 br {display: none;}
  
  .cn-notice-header p {
    font-size: 0.85rem;
    color: #c5d5e4;
    margin: 0 0 1rem;
  }

  .cn-nav {
    position: absolute;
    top: 1.5rem;
    right: 1.8rem;

  }
  
  .cn-nav a {
    background: white;
    color: #002a4e;
    border: none;
    display: inline-flex!important;
    margin-left: 0.3rem;
    font-size: 1.3rem;
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
    align-items: center;
    justify-content: center;
  }
  
   .cn-nav button {
    background: white;
    color: #002a4e;
    border: none;
    display: inline-flex!important;
    margin-left: 0.3rem;
    font-size: 1.3rem;
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
    align-items: center;
    justify-content: center;
  }

  .cn-nav .play {display: none !important;}

  .cn-nav button.more {
    background-color: #0A233D;
    color: #fff;
  }
  .cn-notice-content {
    background-color: white;
    color: #222;
    padding: 1.5rem;
    border-radius: 0 0 0.8rem 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .cn-badge-row {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.8rem;
    justify-content: space-between;
  }
  .cn-badge-row .right {

  }
  .cn-badge {
    font-size: 0.7rem;
    padding: 0.1rem 0.6rem;
    border-radius: 1rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .cn-badge.orange {
    background: #FF8914;
    color: #fff;
  }
  
  .cn-badge.blue {
    background: #ECF2FE;
    color: #0B50D0;
  }
  
  .cn-badge.green {
    background: #EAF6EC;
    color: #267337;
  }
  
  .cn-badge.gray {
    background: #A4A4A4;
    color: #FFFFFF;
  }
  
  .cn-notice-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0.5rem 0;
    display: -webkit-box;        /* flexbox 대체로 줄 수 제한 */
    -webkit-line-clamp: 2;       /* 보여줄 줄 수 지정 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;     /* 일부 브라우저에서 같이 써야 안전함 */
    line-height: 1.5em;
    max-height: 3em;  
  }
  
  .cn-notice-desc {
    font-size: 0.85rem;
    color: #444;
    margin: 0.5rem 0 1rem;
    line-height: 1.5;
  }
  
  .cn-notice-date {
    font-size: 0.8rem;
    color: #555;
  }
  .cn-notice-date strong {
    color: #000;
  }
  .cn-platform-box {
    margin-top: 1.5rem;
    background: linear-gradient(180deg, #1ab26b, #259B5F);
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: white;
    box-shadow: 0px 0px 20px 0px rgba(20, 99, 125, 0.40);
  }
  
  .cn-platform-text strong {
    font-size: 1.3rem;
    display: block;
  }
  .cn-platform-text {
    display: inline-flex;
    gap: 1rem;
  }
  .cn-platform-text .cont {
    display: inline-flex;
    flex-direction: column;
  }
  .cn-platform-text p {
    font-size: 0.85rem;
    color: #d0f8ea;
  }
  .cn-platform-text::before {
    content: "";
    background-image: url(../images/main/icon-sys.png);
    width: 5rem;
    height: 4rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cn-platform-icon {
    font-size: 1.5rem;
    background-image: url(../images/main/arrow45.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 2rem;
    height: 2rem;
  }
  .section.over {
    overflow: visible;
  }


/* slick 핵심 수평 슬라이드 설정 */
.cn-slider {
    display: block;
  }
  
  .cn-slider .slick-track {
    display: flex !important; /* 수평 정렬 핵심 */
  }
  
  .cn-slider .slick-slide {
    float: none;
    height: auto;
    display: flex !important; /* 카드 높이 유지를 위해 flex 사용 */
    justify-content: center;
  }
  
  .cn-notice-card {
    width: 100%;
    max-width: 100%;
    background-color: #143C56;
    border-radius: 1.2rem;
    color: white;
    position: relative;
    min-height: 10rem;
  }

  .cn-quickmenu {
    position: fixed;
    top: 20%;
    right: 0;
    background: white;
    border-radius: 2rem 0 0 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
   /* z-index: 1000;*/
    z-index: 2;
    transition: transform 0.3s ease;
  }
  
  /* .cn-quickmenu.minimized .cn-menu-items {
    display: none;
  } */
  
  .cn-quickmenu .cn-toggle-btn {
    background: linear-gradient(90deg, #143C56, #0E6C5E);
    border: none;
    color: white;
    padding: 1.4rem 0.8rem;
    font-size: .8rem;
    border-radius: 1.5rem 0 0 0;
    cursor: pointer;
    width: 100%;
  }
  
  .cn-quickmenu .cn-menu-items {
    display: flex;
    flex-direction: column;
    padding: 2rem .7rem;
    gap: 2rem;
  }
  
  .cn-quickmenu .cn-menu-items a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 0.85rem;
    color: #333;
    text-decoration: none;
  }
  .cn-quickmenu .cn-menu-items a .img-cont {
    width: 4rem;
    height: 4rem;
    margin-bottom: 0.3rem;
    background: #f3f3f3;
    padding: 0.5rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cn-quickmenu .cn-menu-items a img {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }



  
  
  /* 모바일: 하단 고정 + 수평정렬 */
  @media screen and (max-width: 768px) {

  }

  @media screen and (max-width: 1610px){
    .notice02 {
        width: 100%;
    }
    .visual {
        width: 100%;
    }
    .section01 {
        width: 100%;
    }
    .cn-notice-content {
        width: 100%;
    }
    .notice02 .tabBox ul li .tab-innerbox .img {
        max-width: 1200px;
    }
}
@media screen and (max-width: 768px){
    .cn-platform-icon {
        display: none;
    }
    .section-main-cn .inner-content {
        padding: 0;
    }
    .notice02 {
        padding-top: 0;
    }
}













/* 반응형 시작 */
@media screen and (max-width: 1920px){
}
@media screen and (max-width: 1610px){
    .section-comunity .news-letter  {
        width: 100% !important;
    }

    /* 메인비주얼 */
    .release{ height: 32rem; border-radius: 0; margin-left: 0; left: 0;}
    .release .item .txt_wrap{top: 7rem; left: 2rem;}
    .release .item .txt_wrap .tit-sub{font-size: 2rem;}
    .release .item .txt_wrap .tit{font-size: 3rem;}
    .release .item .txt_wrap .txt{font-size: 1rem;}
    .release .control{left: 2rem;}


    .section-banner{padding: 0 1rem;}


    .section-main-cn {
        height: max-content;
    }
    .section-main-cn .inner-content {
        flex-wrap: wrap;
        gap: 4.5rem;
    }
    .section-main-cn .inner-content .right {
        /* flex-direction: row; */
        width: 100%;
    }
    .section-main-cn .inner-content .left {
        width: 100%;
        /* height: 25rem; */
    }
    .content-card {
        width: 100%;
        margin: 10px 0;
    } 
    .section-comunity {
        height: max-content;
        padding: 1rem 0;
    }
    .section-comunity .content {
        padding: 0;
    }



}
@media screen and (max-width: 1240px){
    .section-main-cn .inner-content .right {
        flex-direction: column;
        width: 100%;
    }
    .content-card {
        width: 100%;
        margin: 10px 0;
        height: max-content;
    } 
    #gnb > ul > li.btn {
        width: 100%;
        display: none;
    }


    .section-comunity .banner-comunity {
        flex-direction: column;
        background-image: none;
        padding: 30px;
    }
    .section-comunity .banner-comunity .btn-wrap {
        margin-top: 1rem;
    }
    .section-comunity .banner-comunity .btn-wrap button {
        min-width: auto;
        padding: 10px 0;
    }

    /* 250422 추가 */
    .visual {
        height: 25rem;
        align-items: center;
        justify-content: center;
    }
    .visual .txtWrap .tit em {
        display: inline-flex;
        width: 20rem;
        height: 9rem;
        background-image: url(../images/main/main-title-m.svg);
        background-size: cover;
        background-repeat: no-repeat;
        margin-left: 0;
        margin-top: 1rem;
    }
    .visual .txtWrap .txt {
        margin-bottom: -2rem;
        margin-top: -2rem;
    }
}
@media screen and (max-width: 1024px){
}
@media screen and (max-width: 950px){
    .release .item.two > div {
        width: 100%;
    }
}

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

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

}
@media screen and (max-width: 768px){
    .section-comunity .banner-comunity .txt-wrap .main {
        font-size: 1.6rem;
    }
    .section-comunity .banner-comunity .txt-wrap .sub {
        font-size: 1rem;
    }
    .content-highlight .content-item {
        width: 100%;
    }
    .section-main-cn  .display-group {
        flex-direction: column;
        height: 100%;
    }
    .release.cn .item img {
        width: 100%;
        height: 68%;
    }
    .release .news-content {
        width: 100%;
        max-width: 95% !important;
        top: 65% !important;
    }
    .release .item {
        /* width: 100% !important; */
    }
    .release .slick-track {
        /* width: 100% !important; */
    }
    .news-content {
        width: 100%;
        margin-left: 0;
    }
    .section-main-cn .inner-content .left {
        /* height: 32rem; */
    }
    .news-content > p {
        width: 91%;
    }


    /* 퀵메뉴 추가 */
    .cn-quickmenu {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 1rem 1rem 0 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0.3rem 1rem;
        box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.08);
      }
    
      .cn-quickmenu .cn-toggle-btn {
        border-radius: 50%;
        padding: 0.5rem;
        font-size: 0;
        color: #fff;
        background: #fff;
      }
      .cn-quickmenu .cn-toggle-btn::before {
          content: "퀵메뉴 닫기";
          font-size: 1rem;
          color: #fff;
          background-color: #143C56;
          padding: .5rem 1rem;
          border-radius: 1rem;
      }
      .cn-quickmenu.minimized .cn-toggle-btn::before {
          content: "퀵메뉴 열기";
        }
    
      .cn-quickmenu .cn-menu-items {
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        padding: 1rem;
      }
    
      .cn-quickmenu.minimized .cn-menu-items {
        display: none;
      }
      /* 퀵메뉴 추가 끝 */

      footer .inner img {
        width: 7rem;
      }


}
@media screen and (max-width: 580px){
    .content-card .list .second span {
        display: none;
    }
    .content-card .list .second .t {
        width: 100%;
    }
    .content-header {
        font-size: 30px;
    }
    .content-header span {
        font-size: 30px;
    }
    .cumu-header {
        font-size: 30px;
    }
    .section-main-cn .inner-content .left {
        /* height: 21rem; */
    }
    .img img {
        max-width: 66%;
    }
    .release .news-content {
        top: 68% !important;
    }
    .section-comunity .banner-comunity .btn-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .content-card.notice .title h3 {
        min-width: 100px;
    }
    .quick-wrap .quick-btn.bottom a {
        flex-direction: column;
    }
    .custom-swiper-text h1 {
        font-size: 2.2rem;
    }
    .custom-swiper-text h1 span {
        font-size: 2.2rem;
    }
    .section-banner .banner .control {
        flex-shrink: 0;
        width: 6rem;
        min-width: 90px;
    }
    .custom-pagination-text {
        margin-bottom: -2rem;
        margin-top: -2rem;
        word-wrap: break-word;
        word-break: keep-all;
        white-space: normal;
        width: 12rem;
        text-align: center;
    }

    /* 250422 추가 */
    .visual .txtWrap .txt {
        margin-bottom: -2rem;
        margin-top: -2rem;
        word-wrap: break-word;
        word-break: keep-all;
        white-space: normal;
        width: 12rem;
        text-align: center;
    }
    .visual .txtWrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .visual .txtWrap .tit em {
        width: 16rem;
        height: 7rem;
    }
    .cn-card-wrap {
        padding: 4rem 1.8rem 1.8rem;
    }
    .content-card .tab {
        padding: .5rem;
    }
    .content-card.notice .title h3 {
        min-width: fit-content;
    }
    .cn-platform-text::before {
        display: none;
    }

    .section-main-cn .inner-content::before {    height: 30rem;}
    .section-main-cn .inner-content { width: 95%;}
    .section-comunity .content { width: 95%;}
    .cn-card-wrap {padding: 1.5rem 1rem;}
    .cn-badge-row {flex-flow: row wrap;}
    .cn-badge {margin-bottom: 5px;}
    .cn-quickmenu .cn-menu-items {padding: 1rem 0; justify-content: space-between; flex-flow: row wrap;}
    .notice02 .tabBox ul li .tab-innerbox .control .bbsPrev {display: none !important;}
    .notice02 .tabBox ul li .tab-innerbox .control .bbsStop {display: none !important;}
    .notice02 .tabBox ul li .tab-innerbox .control .bbsNext {display: none !important;}
    .cn-nav {position: relative; top: 0; right: 0;}
    .cn-nav .prev {display: none !important;}
    .cn-nav .next {display: none !important;}
    .cn-nav .stop {display: none !important;}
    .section-comunity {padding: 0;}
    .cn-notice-header {display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center;}
    .cn-notice-header h3 {order: 1;line-height: 1; margin-bottom: 8px;font-size: 1.3rem;}
    .cn-notice-header p {order: 3; display: block; width: 100%;}
    .cn-notice-header .cn-nav {order:2;}
    .content-card .title {padding: 0.5rem;}
    .noticeMobile {    display: flex; flex-flow: row nowrap; margin-right: 10px;}
    .content-card.notice .more.style {margin-right: 0;}
    .content-card.notice .list {min-height: 4rem;    padding: 0 1rem}

    
}

@media screen and (max-width: 470px){
    .content-card .card-first .date {
        display: none;
    }
    .release.cn .tit h2 {
        font-size: 1.2rem;
    }
    .release .control.cn {
        gap: .2rem;
    }
    /* 메인비주얼 */
    .release{ height: 17rem;}
    .release .item .txt_wrap{top: 2rem; left: 1rem; padding-right: 1rem; word-break: keep-all; }
    .release .item .txt_wrap .tit-sub{font-size: 1rem;}
    .release .item .txt_wrap .tit{font-size: 2rem;}
    .release .item .txt_wrap .txt{font-size: 0.8rem;}
    .release .control{left: 1rem;}

    .card-first .date {
        display: none;
    }
    .cumu-faq-question::before {
        padding: 0 10px 0 0;
    }
    .img img {
        width: 78%;
    }

    .cn-quickmenu .cn-menu-items { justify-content: center;  align-items: center; gap: 1rem;}
    .visual {        margin-bottom: 0;}
    .section-main-cn .inner-content::before { height: 29rem; }
    
}
@media screen and (max-width: 375px){
    .release.cn .tit h2 {
        font-size: 1rem;
    }
    .custom-pagination-text {
        padding-right: 10rem;
    }
    .custom-swiper-pagination {
        padding-right: 7rem;
    }
    .release .control.cn > a {
        width: 30px;
        height: 30px;
        line-height: 1.6rem;
    }

    .cn-notice-content {padding: 1rem;}

}
@media screen and (max-width: 340px){
    .news-content > p {
        display: none;
    }
    .section-main-cn .inner-content .right .notice {
        padding: 15px;
    }
    .release.cn {
        padding: 15px;
    }
    .section-main-cn .inner-content .left {
        /* height: 18rem; */
    }
    .content-card {
        padding: 15px;
    }

    
    .cn-notice-header h3 br {display: block;}
}

/* 메인비주얼 */
.release .slick-track{height: 100%;}
.release .item { position: relative; overflow: hidden; display: inline-block; height: 100%; width: 100%; }
.release .item img {display: block; width: 100%; height: 100%; object-fit: cover;}
.release .news-content {
    margin-top: .8rem;
}
.release .news-content h2 {
    font-size: 1.2rem;
    font-weight: 700;
}
.release .news-content p {
    font-size: .9rem;
    margin: 0 0 1rem;
    color: #1d1d1d;
}
.release .news-content .date {
    font-size: .9rem;
    color: #555;
}

/* 슬라이드 컨트롤 */
.release .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;}
.release .control > a.play {display: none;}

.release .control > a {transition: 0.15s;}

/* 미디어 쿼리: 작은 화면에서 텍스트 레이아웃 변경 */
@media screen and (max-width: 1610px){
    .release { height: 32rem; border-radius: 0; margin-left: 0; left: 0;}
}

.swiper-wrapper-cn {
    align-items: flex-start; /* 슬라이드 내용을 위에서부터 정렬 */
}

.swiper-slide-cn {
    height: auto !important; /* 높이를 자동으로 조정 */
    min-height: 450px; /* 너무 작아지는 걸 방지 */ 
}