/* 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-seoul  .display-group {
}


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

.release.seoul .tit {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.release.seoul .tit h2 {
    font-size: 1.4rem;
    font-weight: 700;
}
.release .control.seoul {
    display: flex;
    position: static;
    align-items: center;
    gap: .4rem;
    z-index: 1;
}
.release .control.seoul .pag .active {
    color: #0079FF;
    font-weight: 600;
}
.release .control.seoul > a > i {
    font-size: 26px;
}
.release .control.seoul > 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.seoul > a.play {display: none;}

.release .control.seoul > a {transition: 0.15s;}
.release .control.seoul > a:hover,
.release .control.seoul > 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.seoul 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-seoul {
    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-seoul .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.seoul {
    position: relative;
    width: 100%;
    height: 100%;
    right: 0;
    background: #fff;
    overflow: hidden;
    isolation: isolate;
    border-radius: 0;
    padding: 30px;
    border-radius: 10px;
}
.section-main-seoul .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-seoul .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-seoul .inner-content {
    width: 80%;
    display: flex;
    gap: 2rem;
    max-width: 1440px;
    margin: 0 auto;
    padding: 5rem 0 2rem;
}
.section-main-seoul .inner-content .right {
    width: 30%;
    display: flex;
    flex-direction: column;
}
.section-main-seoul .inner-content .right .quick-wrap {
    display: flex;
    gap: 12px;
    flex-direction: column;
}
.section-main-seoul .inner-content .right .quick-wrap .top {
    display: flex;
    gap: 12px;
    justify-content: space-between;
}
.section-main-seoul .inner-content .right .notice {
    background-color: #009A98;
    height: 75%;
    border-radius: 10px;
    padding: 30px;
}
.section-main-seoul .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;
    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: 2rem;
}
.content-card {
    width: 32%;
    /* min-width: 300px; */
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}
.content-card .title {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
}
.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.active {
    font-weight: bold;
    color: #13598C !important;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
}
.content-card .hidden {
    display: none;
}
.content-card.notice {
    padding: 0;
}
.content-card.notice .title h3 {
    font-size: 1rem;
    color: #fff;
    min-width: 120px;
    text-align: center;
}
.content-card.notice .list {
    padding: 30px;
}
/* .content-card.notice .more.style {
    margin-right: 1rem;
    background: none;
    border: 1px solid #fff;
    color: #fff;
} */
.control.seoul {
    display: inline-block;
    position: static;
}
.content-card .title h3 {
    font-size: 24px;
}
.content-card .list .second {
    margin: 16px 0;
    display: flex;
    justify-content: space-between;
}
.content-card .list .second .t {
    position: relative;
    width: 70%;
    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: 65px;
    text-align: center;
    border-radius: 1px;
    padding: 6px;
    flex-direction: column;
    justify-content: flex-start;
    outline: 10px solid #E4F3FF;
} */
.content-card .card-first {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.5em;
}
.content-card .card-first h3 {
    font-size: 1.2rem;
    font-weight: 700;
}
.content-card .card-first p {
    color: #555;
}
.content-card .card-first .date > span {
    font-size: 24px;
    /* color: #13598C; */
    font-weight: 700;
    /* margin-bottom: -10px; */
    line-height: 1.1;
}
.content-card .card-first .date > p {
    color: #555555;
    font-size: 15px;
    line-height: 1.2;
}

.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: 3px 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; /* 높이에 맞게 텍스트 정렬 */
}
.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: "Q";
    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: 64.5% !important;
    border-radius: 5px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}


/*250613 추가*/
#main-content {position: relative;}
#main-content .quickBtn {    position: fixed; top: 15vh; right: 5vw;  z-index: 7;    width: 110px; height: 110px; display: flex;  flex-flow: column wrap;  align-items: center;  justify-content: center;  background-color: var(--blue400); border-radius: 75px; box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3); cursor: pointer;}
#main-content .quickBtn:hover {transform: scale(1.05); transition: 0.5s;}
#main-content .quickBtn img {max-width: 100%;}
#main-content .quickBtn .img {border-bottom: 1px solid #fff; display: block; width: 40%; padding-bottom: 0.5rem; margin-bottom: 0.5rem;}
#main-content .quickBtn .text {color: #fff; font-size: 0.65rem;}
.content-card.notice .title {padding: 0 30px; align-items: flex-end;}
.content-card.notice .title div {flex: 1;}
.content-card.notice .title h3.width100 {color: #333 !important;  width: 100%; text-align: left;    font-size: 1.4rem; min-width: fit-content; border-radius: unset; padding: 30px 0 0 0;}
.content-card.notice .more.style { margin-right: 0;  background: none;  border: 1px solid #ddd; color: #33363D; }
.section-main-seoul .inner-content .right .quick-wrap .top {min-height: 300px;}
.section-main-seoul .inner-content .right .quick-wrap .top .quick-btn a .imgArea {width: 100%; text-align: center; margin: 1rem 0; }
.section-main-seoul .inner-content .right .quick-wrap .top .quick-btn a .imgArea img {min-height: 128px; max-height: 128px;}
.section-main-seoul .inner-content .right .quick-wrap .top .quick-btn a span.direct {display: block; }
.section-main-seoul .inner-content .right .quick-wrap .top .quick-btn a:hover span.direct {font-weight: 700; transition: 0.2s;}
.section-main-seoul .inner-content .right .quick-wrap .bottom {min-height: 137px;}
.section-main-seoul .inner-content .right .quick-wrap .bottom .bottomBox {flex-flow: row nowrap; justify-content: center; align-items: center;}
.section-main-seoul .inner-content .right .quick-wrap .bottom .bottomBox .imgArea {}
.section-main-seoul .inner-content .right .quick-wrap .bottom .bottomBox .imgArea img {max-width: 100%;}
.section-main-seoul .inner-content .right .quick-wrap .bottom .bottomBox:hover .direct {font-weight: 800; transition: 0.2s;}

.content-card .card-first .date {background-color: #eaeaea; text-align: center; padding: 0.7rem; border-radius: 0.5rem;    display: flex; flex-flow: column wrap; justify-content: center; align-items: center;}


.bannerWrap {width: 100%; margin: 0 auto; display: flex; justify-content: center;}
.bannerWrap .bannerWidth {width: 100%; max-width: 1440px; display: flex; flex-flow: row nowrap; align-items: center; justify-content: space-between;}
.bannerWrap .bannerWidth .bannerTitle {width: 100%; min-width: 120px; max-width: 120px; display: flex; flex-flow: row wrap; align-items: center; justify-content: space-between; font-size: 1.1rem; margin-right: 1rem;}
.bannerWrap .bannerWidth .bannerTitle p {}
.bannerWrap .bannerWidth .bannerTitle .btn {color: #aeaeae; cursor: pointer;}
.bannerWrap .bannerWidth .bannerSwiper {flex: 1; position: relative; margin: 0.7rem 0; overflow: hidden;}
.bannerWrap .bannerWidth .bannerSwiper .swiper-wrapper {transition-timing-function: linear !important; position: relative;}
.bannerWrap .bannerWidth .bannerSwiper .swiper-slide {width: auto; padding: 5px 10px; border: 1px solid #eaeaea; margin-right: 1.5rem; min-height: 43px;}
.bannerWrap .bannerWidth .bannerSwiper .swiper-slide:hover {background-color: rgba(0,0,0,0.1);}
.bannerWrap .bannerWidth .bannerSwiper .swiper-slide img {max-width: 140px; max-height: 31px;}







/* 반응형 시작 */
@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-seoul {
        height: max-content;
    }
    .section-main-seoul .inner-content {
        flex-wrap: wrap;
    }
    .section-main-seoul .inner-content .right {
        /* flex-direction: row; */
        width: 100%;
    }
    .section-main-seoul .inner-content .left {
        width: 100%;
        /* height: 25rem; */
    }
    .content-card {
        width: 100%;
        margin: 10px 0;
    } 
    .section-comunity {
        height: max-content;
        padding: 1rem 0;
    }

    .section-main-seoul .inner-content .right .quick-wrap {gap:20px;}
    .multi-line-ellipsis {flex: 1;}
}

@media screen and (max-width: 1440px){
    .bannerWrap .bannerWidth {max-width: 95vw;}
    #main-content .quickBtn .img {width: fit-content; padding: 0 0.5rem 0.5rem 0.5rem; margin-bottom: 0.4rem;}
}

@media screen and (max-width: 1240px){
    .section-main-seoul .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;
    }

    #main-content .quickBtn {right: 2vw;}
}
@media screen and (max-width: 1024px){
    .bannerWrap .bannerWidth .bannerTitle {max-width: 100px; min-width: 100px;}

}
@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-seoul  .display-group {
        flex-direction: column;
        height: 100%;
    }
    .release.seoul .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-seoul .inner-content .left {
        /* height: 32rem; */
    }
    .news-content > p {
        width: 91%;
    }

    .section-main-seoul .inner-content .right .quick-wrap {gap:12px}
    #main-content .quickBtn {bottom: 10vh; bottom: 3vh;  right: 3vw;}
    #main-content .quickBtn .img {width: fit-content; padding: 0 0.3rem 0.3rem 0.3rem; margin-bottom: 0.3rem;}
    #main-content .quickBtn img {max-width: 26px;}
    #main-content .quickBtn .text {font-size: 0.7rem;}
    .section-main-seoul .inner-content .right .quick-wrap .top .quick-btn a .imgArea img {min-height: 100px; max-height: 100px;}
}


@media screen and (max-width: 580px){
    .content-card .list .second span {
        display: none;
    }
	.content-card .list .card-first div {
	    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-seoul .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;
    }
    
    
    /*250613 수정*/
    .section-main-seoul .inner-content .right .quick-wrap .top {min-height: unset;}
    .section-main-seoul .inner-content .right .quick-wrap .bottom {min-height: 50px;}
    .quick-wrap .quick-btn a p {font-size: 1rem;}
    .quick-wrap .quick-btn a .imgArea {display: none;}
    .announcement .bottom {flex-flow: row wrap;}
    .announcement .bottom .tag-wrap .tag {padding: 3px 10px; font-size: 0.8rem;}
    .announcement .bottom .state {padding: 5px !important; font-size: 0.75rem; width: 32%; text-align: center;  margin-bottom: 5px;}

    
    #main-content .quickBtn {width: 90px; height:90px; bottom: 2vh;  right: 3vw;}
    #main-content .quickBtn img {max-width: 20px;}
    #main-content .quickBtn .text {font-size: 0.6rem;}
}

@media screen and (max-width: 470px){
    .content-card .card-first .date {
        display: none;
    }

    .release.seoul .tit h2 {
        font-size: 1.2rem;
    }
    .release .control.seoul {
        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%;
    }

}
@media screen and (max-width: 375px){
    .release.seoul .tit h2 {
        font-size: 1rem;
    }
    .custom-pagination-text {
        padding-right: 10rem;
    }
    .custom-swiper-pagination {
        padding-right: 7rem;
    }
    .release .control.seoul > a {
        width: 30px;
        height: 30px;
        line-height: 1.6rem;
    }
}
@media screen and (max-width: 340px){
    .content-card.notice .title h3 {
        min-width: 90px;
    }
    .news-content > p {
        display: none;
    }
    .section-main-seoul .inner-content .right .notice {
        padding: 15px;
    }
    .release.seoul {
        padding: 15px;
    }
    .section-main-seoul .inner-content .left {
        /* height: 18rem; */
    }
    .content-card {
        padding: 15px;
    }
}

/* 메인비주얼 */
.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-seoul {
    align-items: flex-start; /* 슬라이드 내용을 위에서부터 정렬 */
}

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