@charset "UTF-8";


/* ----- 스타일 가이드 ----- */
#subContents {line-height: 1.8;}


/* -- 컨텐츠 탭 -- */
/* .cont-sub-tab-wrap {margin-bottom: 50px; background-color: #F2F5F8; position: relative; border-radius: 10px;}
.cont-sub-tab-wrap .cont-sub-tab {display: flex;}
.cont-sub-tab-wrap .cont-sub-tab li {width: 100%;}
.cont-sub-tab-wrap .cont-sub-tab li a {border: 2px solid transparent; border-radius: 10px; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; padding: 12px 15px; font-family: 'Paperlogy SemiBold'; font-size: 21px; color: #a8a8a8; line-height: 1.5; text-align: center; word-break: keep-all; position: relative; transition: 0.2s ease-in-out;}
.cont-sub-tab-wrap .cont-sub-tab li a:hover {color: #1c59a4;}
.cont-sub-tab-wrap .cont-sub-tab li.active a {background-color: #fff; border-color:#1c59a4; color: #1c59a4;}

.tab-content {display: none;}
.tab-content.active {display: block;} */

.cont-sub-tab-wrap {margin-bottom: 50px; background-color: #F2F5F8; position: relative; border-radius: 10px;}
.cont-sub-tab-wrap .tab-slider {position: absolute; top:0; left: 0; bottom: 0; width: auto; background-color: #fff; border: 2px solid #1c59a4; border-radius: 10px; z-index: 1; transform: translateX(0); transition: 0.3s ease-in-out;}
.cont-sub-tab-wrap .cont-sub-tab {display: flex; position: relative; z-index:2;}
.cont-sub-tab-wrap .cont-sub-tab li {width:100%;}
.cont-sub-tab-wrap .cont-sub-tab li a {border: 2px solid transparent; border-radius: 10px; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; padding: 12px 15px; font-family: 'Paperlogy SemiBold'; font-size: 21px;color:#a8a8a8; line-height: 1.5; text-align: center; word-break: keep-all; position: relative; transition: 0.2s ease-in-out;}
.cont-sub-tab-wrap .cont-sub-tab li a:hover {color: #1c59a4;}
.cont-sub-tab-wrap .cont-sub-tab li.active a {color: #1c59a4;}

.tab-content {display: none;}
.tab-content.active {display: block;}


/* -- 제목, 문단-- */
.cont-tit {margin: 50px 0 30px; width: fit-content; font-family: 'Paperlogy ExtraBold'; font-size: 34px; position: relative; word-break: keep-all;}
.cont-tit:first-of-type {margin-top: 0;}
.cont-tit::after {content: ''; width: 18px; height: 18px; background: url('../images/sub/star.svg')no-repeat center center/contain; position: relative; top: -15px; display: inline-block; margin-left: 5px;}
.cont-sub-tit {margin: 50px 0 30px; font-family: 'Paperlogy Bold'; font-size: 30px;}
.cont-accent {font-family: 'Paperlogy Bold'; font-size: 24px; color: #0c4689; padding-top: 7px; position: relative; margin: 40px 0 20px;}
.cont-accent::before {content: ''; width: 22px; height: 3px; background-color: #0c4689; position: absolute; top: 0; left: 0;}
.cont-desc {font-family: 'Paperlogy Medium'; line-height: 1.8; margin-bottom: 20px; word-break: keep-all;}


/* -- 리스트 -- */
/* 뎁스 메뉴는 depth 클래스 붙이기 */
ul li {line-height: 1.8; word-break: keep-all;}
.list-dot {display: flex; flex-direction: column; gap: 4px; margin-bottom: 10px;}
.list-dot > li {padding-left: 18px; position: relative;}
.list-dot > li::before {content: ''; width: 6px; height: 6px; background-color: #aaa; border-radius: 50%; position: absolute; top: 13px; left: 0;}
.list-dot.gray > li::before {background-color: #aeaeae;}
.list-dot.blue > li::before {background-color: #356CD3;}

.list-bar {display: flex; flex-direction: column; gap: 4px; margin-bottom: 10px;}
.list-bar > li {padding-left: 20px; position: relative;}
.list-bar > li::before {content: ''; width: 9px; height: 3px; background-color: #aeaeae; position: absolute; top: 15px; left: 0;}

#subContents ul.depth {margin: 5px 0;}
#subContents ul.depth li {font-size: 18px;}


/* -- 버튼 -- */
.btn {display: inline-block; width: fit-content; min-width: 90px; padding: 7px 15px; border-radius: 8px; font-family: 'Paperlogy Medium'; font-size: 18px; word-break: keep-all;}
.btn i {color: inherit; margin-left: 10px; font-size: 16px;}
.btn i::before {position: relative; top: -1px;}
.btn span {font-size: 17px !important; color: inherit !important;}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {color: #fff !important;}
.btn-wrap {display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;}

/* 버튼 색 커스텀 */
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1C59A4;
    --bs-btn-border-color: #1C59A4;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #174d8f;
    --bs-btn-hover-border-color: #174d8f;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #174d8f;
    --bs-btn-active-border-color: #174d8f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1C59A4;
    --bs-btn-disabled-border-color: #1C59A4;
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #062758;
    --bs-btn-border-color: #062758;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #041e46;
    --bs-btn-hover-border-color: #041e46;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #041e46;
    --bs-btn-active-border-color: #041e46;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #062758;
    --bs-btn-disabled-border-color: #062758;
}


/* -- 알림 -- */
.cont-notice {font-family: 'Paperlogy Medium'; word-break: keep-all;}
.cont-notice i {color: inherit; margin-right: 8px;}
.cont-notice i::before {font-weight: bold !important;}


/* -- 아이콘 -- */
img.cont-ico {max-width: 80px; max-height: 80px; object-fit: contain;}


/* -- 테이블 -- */
.table {width: 100%; min-height: 100px; position: relative; margin-bottom: 0;}
.table caption {display: none;}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td {border-bottom: 1px solid #ddd; padding: 12px 15px; text-align: center; vertical-align: middle;}

.table>thead {position: relative;}
.table>thead::before {content: ''; width: 100%; height: 1px; background-color: #1C59A4; position: absolute; bottom: 0; left: 0; z-index: 1;}
.table>thead>tr>th {background: #f3f4f6; font-family: 'Paperlogy SemiBold'; position: relative; border-bottom: 0;}
.table>tbody>tr>th {background: #fbfbfd; font-family: 'Paperlogy SemiBold';}

/* 잘리는 테이블 */
.table-wrap {margin-bottom: 20px; position: relative;}
.table-wrap .table-scroll {width: 80px; height: 80px; background: url('../images/sub/table-scroll.png')no-repeat center center/contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 100; opacity: 0; transition: 0.2s ease-in-out;}
.table-wrap .table>thead>tr>th,
.table-wrap .table>tbody>tr>th,
.table-wrap .table>thead>tr>td,
.table-wrap .table>tbody>tr>td {word-break: keep-all;}

/* 안 잘리는 테이블 */
.cont-table {width: 100%; margin-bottom: 20px; position: relative; table-layout: fixed;}
.cont-table>thead>tr>th,
.cont-table>tbody>tr>th,
.cont-table>thead>tr>td,
.cont-table>tbody>tr>td {word-break: break-all;}


/* -- 데이터 박스 -- */
.cont-databox {padding: 30px 40px; background-color: #f5f8fc; border-radius: 10px; margin-bottom: 20px;}


/* -- 가로 컨텐츠 -- */
.row-cont-wrap {display: flex; flex-wrap: wrap; gap: 30px; border-bottom: 1px dashed #BEBEBE; padding-bottom: 35px; margin: 35px 0;}
.row-cont-wrap:last-of-type {margin-bottom: 0;}
.row-cont-wrap h3 {font-family: 'Paperlogy SemiBold'; font-size: 26px; width: 370px; flex: 1; word-break: keep-all;}
.row-cont-wrap .row-cont {width: calc(100% - 400px);}


/* -- 소개 박스 -- */
.cont-infobox {padding: 40px 50px; background-color: #f5f8fc; border-radius: 20px; display: flex; flex-wrap: wrap; gap: 40px; align-items: flex-start; margin-bottom: 30px;}
.cont-infobox .ico-box {width: 150px; height: 150px; background-color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.cont-infobox .ico-box .cont-ico {max-width: 90px; max-height: 90px;}
.cont-infobox .info-cont {width: calc(100% - 190px);}
.cont-infobox .info-cont h4 {font-family: 'Paperlogy Semibold'; font-size: 30px; margin-bottom: 15px;}


/* -- 스텝 박스 -- */
.step-box01 {width: 100%; display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 50px;}
.step-box01 li {width: calc(14.2857% - 12.8571px); padding: 20px; border: 1px solid #d3d3d3; border-radius: 10px; box-shadow: 2px 4px 8px #a2a2a240;}
.step-box01 li dl dt {font-family: 'Paperlogy SemiBold'; font-size: 21px; word-break: keep-all;}
.step-box01 li dl dd {font-family: 'Paperlogy SemiBold'; font-size: 19px; color: #12539d; word-break: keep-all;}


/* -- 카드 박스 -- */
.card-box01 {display: flex; flex-wrap: wrap; gap: 25px;}
.card-box01 li {width: calc(25% - 18.75px); border: 1px solid #d3d3d3; border-radius: 10px; overflow: hidden; box-shadow: 2px 4px 8px #a2a2a240;}
.card-box01 li .card-top {padding: 30px; display: flex; align-items: center; justify-content: flex-start; position: relative;}
.card-box01 li .card-top span {font-family: 'Paperlogy SemiBold'; font-size: 22px;}
.card-box01 li .card-top::before {content: ''; width: 54px; height: 54px; position: absolute; top: 50%; transform: translateY(-50%); right: 30px;}
.card-box01 li:nth-child(1) .card-top::before {background: url('../images/sub/ico-book.svg')no-repeat center center/contain;}
.card-box01 li:nth-child(2) .card-top::before {background: url('../images/sub/ico-graduation.svg')no-repeat center center/contain;}
.card-box01 li:nth-child(3) .card-top::before {background: url('../images/sub/ico-manual.svg')no-repeat center center/contain;}
.card-box01 li:nth-child(4) .card-top::before {background: url('../images/sub/ico-light.svg')no-repeat center center/contain;}

.card-box01 li .card-bottom {height: 100%; padding: 20px 30px; background-color: #f9fbfd;}
.card-box01 li .card-bottom dl dt {font-family: 'Paperlogy SemiBold'; color: #12539d; word-break: keep-all;}
.card-box01 li .card-bottom dl dd {font-family: 'Paperlogy Medium'; color: #444; word-break: keep-all;}

.card-box02 {display: flex; flex-wrap: wrap; gap: 20px;}
.card-box02 > li {width: calc(50% - 10px); background-color: #f9fbfd; border-radius: 10px; padding: 30px 40px; position: relative;}
.card-box02 > li::before {content: ''; width: 80px; height: 80px; position: absolute; top: 30px; right: 40px;}
.card-box02 > li:nth-child(1)::before {background: url('../images/sub/ico-earth')no-repeat center center/contain;}
.card-box02 > li:nth-child(2)::before {background: url('../images/sub/ico-manual')no-repeat center center/contain;}
.card-box02 > li .card-tit {font-family: 'Paperlogy Bold'; font-size: 27px; color: #0c4689; margin-bottom: 10px; display: block;}
.card-box02 .card-list {display: flex; flex-wrap: wrap; gap: 10px;}
.card-box02 .card-list li {width: calc(50% - 5px); position: relative; padding-left: 20px;}
.card-box02 .card-list li::before {content: ''; width: 9px; height: 3px; background-color: #a2a2a2; position: absolute; top: 15px; left: 0;}
.card-box02 .cont-notice {background-color: #fcf0f0; padding: 12px 20px; border-radius: 100px; line-height: 1.4;}

@media (max-width: 1200px) {
    .cont-sub-tab-wrap {margin-bottom: 40px;}
    .cont-sub-tab-wrap .cont-sub-tab li a {padding: 10px 15px; font-size: 19px;}

    .cont-tit {font-size: 30px;}
    .cont-tit::after {width: 15px; height: 15px;}
    .cont-sub-tit {font-size: 26px;}
    .cont-accent {font-size: 21px;}
    .cont-accent::before {width: 18px;}
    .cont-desc {font-size: 19px;}

    img.cont-ico {max-width: 65px; max-height: 65px;}

    .table-wrap {overflow-x: auto;}
    .table-wrap .table-scroll {opacity: 1;}
    .table-wrap .table {min-width: 1200px;}
    .table>thead>tr>th, .table>tbody>tr>th, .table>thead>tr>td, .table>tbody>tr>td {padding: 10px 12px; font-size: 18px;}

    .cont-databox {padding: 20px 30px;}

    .row-cont-wrap {padding-bottom: 25px; margin: 25px 0; gap: 20px;}
    .row-cont-wrap h3 {font-size: 23px; width: 280px;}
    .row-cont-wrap .row-cont {width: calc(100% - 300px);}

    .cont-infobox {padding: 30px 40px; gap: 30px;}
    .cont-infobox .ico-box {width: 120px; height: 120px;}
    .cont-infobox .ico-box .cont-ico {max-width: 70px; max-height: 70px;}
    .cont-infobox .info-cont h4 {font-size: 26px;}
    .cont-infobox .info-cont {width: calc(100% - 150px);}

    .step-box01 li {width: calc(20% - 12px); padding: 15px;}
    
    .card-box01 {gap: 15px;}
    .card-box01 li {width: calc(50% - 7.5px);}
    .card-box01 li .card-top {padding: 25px;}
    .card-box01 li .card-top::before {width: 50px; height: 50px;}
    .card-box01 li .card-bottom {padding: 15px 25px;}

    .card-box02 > li {padding: 20px 30px;}
    .card-box02 > li::before {width: 60px; height: 60px; top: 20px; right: 30px;}
    .card-box02 > li .card-tit {font-size: 23px;}
    .card-box02 .card-list {gap: 5px;}
    .card-box02 .card-list li {width: calc(50% - 2.5px);}
    .card-box02 .cont-notice {padding: 8px 15px;}
}
@media (max-width: 1024px) {
    .step-box01 li {width: calc(33.333% - 10px);}

    .card-box02 .card-list li {width: 100%;}
}
@media (max-width: 768px) {
    .cont-sub-tab-wrap .cont-sub-tab li a {padding: 8px 10px; font-size: 17px;}

    .cont-tit {font-size: 26px; margin: 35px 0 20px;}
    .cont-tit::after {width: 14px; height: 14px; top: -10px;}
    .cont-sub-tit {font-size: 22px; margin: 35px 0 20px;}
    .cont-accent {font-size: 19px; margin: 25px 0 15px;}
    .cont-accent::before {width: 16px;}
    .cont-desc {font-size: 18px; margin-bottom: 15px;}

    .list-dot > li {padding-left: 15px;}
    .list-dot > li::before {width: 5px; height: 5px;}

    .list-bar > li {padding-left: 15px;}
    .list-bar > li::before {width: 7px; height: 2px;}

    ul.depth li {font-size: 16px;}
    ul.depth.list-bar > li::before {top: 13px;}

    .btn {font-size: 17px; padding: 5px 12px;}
    .btn i {font-size: 15px;}

    img.cont-ico {max-width: 52px; max-height: 52px;}

    .table>thead>tr>th, .table>tbody>tr>th, .table>thead>tr>td, .table>tbody>tr>td {font-size: 17px;}
    .table-wrap .table-scroll {width: 64px; height: 64px;}

    .cont-databox {padding: 15px 20px;}

    .row-cont-wrap {flex-direction: column; gap: 15px; padding-bottom: 20px; margin: 20px 0;}
    .row-cont-wrap h3 {width: 100%; font-size: 20px;}
    .row-cont-wrap .row-cont {width: 100%;}

    .cont-infobox {padding: 20px 30px; flex-direction: column; gap: 20px;}
    .cont-infobox .info-cont {width: 100%;}
    .cont-infobox .ico-box {width: 90px; height: 90px;}
    .cont-infobox .ico-box .cont-ico {max-width: 54px; max-height: 50px;}
    .cont-infobox .info-cont h4 {font-size: 23px;}

    .step-box01 li dl dt {font-size: 19px;}
    .step-box01 li dl dd {font-size: 17px;}

    .card-box01 li .card-top {padding: 20px;}
    .card-box01 li .card-top::before {width: 40px; height: 40px; right: 20px;}
    .card-box01 li .card-top span {font-size: 20px;}
    .card-box01 li .card-bottom {padding: 15px 20px;}

    .card-box02 {flex-direction: column;}
    .card-box02 > li {padding: 15px 20px; width: 100%;}
    .card-box02 > li::before {width: 52px; height: 52px; top: 20px; right: 20px;}
    .card-box02 > li .card-tit {font-size: 20px;}
    .card-box02 .card-list li {width: calc(50% - 2.5px);}
}
@media (max-width: 500px) {
    .cont-sub-tab-wrap .cont-sub-tab li a {padding: 8px 8px; font-size: 16px;}

    .cont-infobox {padding: 15px 20px; gap: 15px;}
    .cont-infobox .ico-box {width: 80px; height: 80px;}
    .cont-infobox .ico-box .cont-ico {max-width: 45px; max-height: 45px;}
    .cont-infobox .info-cont h4 {font-size: 23px; margin-bottom: 10px;}

    .step-box01 {gap: 10px;}
    .step-box01 li {width: calc(50% - 5px);}

    .card-box01 {gap: 10px;}
    .card-box01 li {width: 100%;}
    .card-box01 li .card-top {padding: 15px;}
    .card-box01 li .card-bottom {padding: 15px;}

    .card-box02 > li .card-tit {font-size: 21px;}
    .card-box02 .card-list li {width: 100%;}
}


/* -- 펼쳐지는 카드 박스 -- */
.unfolding {display: flex; flex-direction: column;}

.unfolding-visual {overflow: hidden; width: 100%; height: 520px; background-color: #003b83; border-radius: 15px; box-shadow: 0 4px 4px rgba(0,0,0,0.25); position: relative; z-index: 10;}
.unfolding-visual::before {content: ''; width: 100%; height: 100%; background: url('../images/sub/unfolding-visual.jpg')no-repeat center center/cover; position: absolute; top: 0; left: 0; opacity: 0.3; z-index: -1;}
.unfolding-visual .visual-tit-wrap * {color: #fff;}
.unfolding-visual .visual-tit-wrap {width: 93%; max-width: 1200px; position: absolute; top: 120px; left: 50%; transform: translateX(-50%); display: flex; align-items: flex-start; justify-content: center; gap: 20px; flex-wrap: wrap;}
.unfolding-visual .visual-tit-wrap h3 {width: 200px; flex: 1; font-family: 'Paperlogy Bold'; font-size: 40px;}
.unfolding-visual .visual-tit-wrap p {width: calc(100% - 220px); font-family: 'Paperlogy SemiBold'; font-size: 24px;}

.unfolding > ul {width: 93%; max-width: 1200px; position: relative;z-index: 1;gap: 0 20px;display: flex;justify-content: space-between;height: 410px; margin: 0 auto; margin-top: -200px; z-index: 20;}
.unfolding > ul > li {background-color: #fff; flex-grow: 1;transition: width .75s;cursor: pointer;overflow: hidden;position: relative;border-radius: 20px;;width: 0;box-shadow: 0 10px 20px #87878760;}
.unfolding > ul > li a {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; position: relative; padding: 0 15px;}
.unfolding > ul > li a .bg {width: 100%;height: 100%;overflow: hidden;position: absolute; background-color: #fff; top: 0; left: 0; z-index: -1;}
.unfolding > ul > li a .title-wrap {display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; margin-top: -40px;}
.unfolding > ul > li a .title-wrap .title-ico {width: 54px; height: 54px; margin-bottom: 25px;}
.unfolding > ul > li:nth-child(1) a .title-wrap .title-ico {background: url('../images/sub/intro-ico01.svg')no-repeat center center/contain;}
.unfolding > ul > li:nth-child(2) a .title-wrap .title-ico {background: url('../images/sub/intro-ico02.svg')no-repeat center center/contain;}
.unfolding > ul > li:nth-child(3) a .title-wrap .title-ico {background: url('../images/sub/intro-ico03.svg')no-repeat center center/contain;}
.unfolding > ul > li:nth-child(4) a .title-wrap .title-ico {background: url('../images/sub/intro-ico04.svg')no-repeat center center/contain;}
.unfolding > ul > li a .title-wrap .big-title {font-family: 'Paperlogy SemiBold'; font-size: 22px; word-break: keep-all; line-height: 1.6;}
.unfolding > ul > li a .title-wrap .more {position: absolute; bottom: 50px; width: 42px; height: 42px; background-color: #eee; border-radius: 7px; display: flex; align-items: center; justify-content: center;}
.unfolding > ul > li a .title-wrap .more i {color: #484848; font-size: 16px;}
.unfolding > ul > li a .title-wrap .more i::before {font-weight: bold !important;}

.unfolding > ul > li a .txt-wrap {display: none;position: absolute;bottom: 0;height: 100%;width: 85%;background: #ffffff;max-height: 200px;z-index: 1;max-width: 720px;}
.unfolding > ul > li a .txt-wrap .sub-title {font-family: 'Paperlogy Medium'; font-size: 18px; color: #1c59a4; margin-bottom: 5px; width: 85%; word-break: keep-all; white-space: nowrap;}
.unfolding > ul > li a .txt-wrap .title {font-family: 'Paperlogy SemiBold'; font-size: 28px; margin-bottom: 20px; white-space: nowrap;}
/* .unfolding > ul > li a .txt-wrap .txt {font-size: 18px; word-break: keep-all;margin-top: 10px;width: 95%;line-height: 1.3;} */
.unfolding .list-dot {gap: 10px; white-space: nowrap;}

.unfolding > ul > li.on {width: 55%;flex-grow: 0;flex-shrink: 0;transform-origin: left top;border: 2px solid #104087;}
.unfolding > ul > li.on a .title-wrap .title-ico {width: 70px; height: 70px; position: absolute; top: 50px; right: 40px; z-index: 10; margin-bottom: 0;}
.unfolding > ul > li.on a {pointer-events: auto;transition: 0.3s;}
.unfolding > ul > li.on a .big-title {display:none;}
.unfolding > ul > li.on a .more {display:none;}
.unfolding > ul > li.on a .txt-wrap {position: static; display: flex;flex-direction: column;justify-content: center;transition: 0.3s;}

.unfolding > ul > li.on a .txt-wrap .title i {position:initial;transform: initial;margin-left: 10px;width: 40px;height: 40px;font-size: 18px;background: #ffffffbf;color: #3d3c3c;}
.unfolding > ul > li.on a .txt-wrap .title i:before {content: '\F285';}
.unfolding > ul > li.on a .txt-wrap .txt {display: block;}

.unfolding > ul > li.on:hover a .txt-wrap:before {transform:rotate(180deg); transition:0.3s}

.unfolding .control .prevnext {display:flex; justify-content: center; margin-top: 30px;}
.unfolding .control .prevnext button {width: 50px; height: 50px; text-align: center; display: flex; flex-direction: column; justify-content: center; border-radius: 50px; background: #fff; box-shadow: 0px 5px 5px gray; position: absolute; bottom: 165px; z-index: 1; max-width: 1600px;}
.unfolding .control .prevnext button.prev {left: 0; transition:0.3s}
.unfolding .control .prevnext button.next {right: 0; transition:0.3s}
.unfolding .control .prevnext button i {display: block; width: 100%; font-size: 24px; position: relative;}
.unfolding .control .prevnext button.prev i {left: -1px;}
.unfolding .control .prevnext button.next i {right: -2px;}
.unfolding .control .swiper-button-disabled {opacity: 0; transition: 0.2s;}
.unfolding .control .prevnext button.prev:hover {left: -3px; transition:0.3s}
.unfolding .control .prevnext button.next:hover {right: -3px; transition:0.3s}





@media (max-width: 1400px) {
    .unfolding-visual {height: 400px;}
    .unfolding-visual .visual-tit-wrap h3 {font-size: 30px; width: 120px;}
    .unfolding-visual .visual-tit-wrap p {font-size: 20px; width: calc(100% - 140px);}

    .unfolding > ul {margin-top: -100px; height: 360px; gap: 15px;}
    .unfolding > ul > li a .txt-wrap .sub-title {font-size: 17px;}
    .unfolding > ul > li a .txt-wrap .title {font-size: 24px; margin-bottom: 10px;}
    .unfolding > ul > li a .title-wrap .title-ico {width: 45px; height: 45px; margin-bottom: 15px;}
    .unfolding > ul > li a .title-wrap .big-title {font-size: 19px;}

    .unfolding > ul > li.on a .title-wrap .title-ico {width: 55px; height: 55px; top: 40px; right: 30px;}
    .unfolding .list-dot {font-size: 17px; gap: 5px;}
}
@media (max-width:1024px) {
    .unfolding-visual {height: 260px;}
    .unfolding-visual .visual-tit-wrap {flex-direction: column; top: 40px; gap: 10px;}
    .unfolding-visual .visual-tit-wrap h3 {font-size: 24px; width: 100%;}
    .unfolding-visual .visual-tit-wrap p {font-size: 18px; width: 100%;}

    .unfolding .title-wrap h2 {text-align: center;}
    .unfolding > ul {flex-direction:column;height: 580px; margin-top: -50px;}
    .unfolding > ul > li {width: 100%;border-radius: 15px;box-shadow: 0px 0px 5px #56565680;}
    .unfolding > ul > li a {justify-content: flex-start; padding: 0 30px;}
    .unfolding > ul > li a .title-wrap {margin-top: 0; flex-direction: row; gap: 15px;}
    .unfolding > ul > li a .title-wrap .title-ico {margin-bottom: 0; width: 40px; height: 40px;}
    .unfolding > ul > li a .big-title {font-size: 20px;}
    .unfolding > ul > li a .big-title br {display: none;}
    .unfolding > ul > li a .title-wrap .more {right: 30px; top: 50%; transform: translate(0, -50%);}

    .unfolding > ul > li a .txt-wrap {max-width: 100%;width: 100%;}
    .unfolding > ul > li a .txt-wrap .sub-title {margin-bottom: 0; white-space: unset;}
    .unfolding > ul > li a .txt-wrap .sub-title br {display: none;}
    .unfolding > ul > li a .txt-wrap .title {font-size: 22px; white-space: unset;}
    .unfolding > ul > li a .txt-wrap .title i {left: auto; right: 20px; bottom: auto; top: 50%; transform: translateY(-50%); width: 35px; height: 35px;}
    .unfolding > ul > li.on {height: fit-content;width: 100%;}
    .unfolding > ul > li.on a {padding: 30px;}
    .unfolding > ul > li.on a .bg img {object-fit:cover;}
    .unfolding > ul > li.on a .txt-wrap .title i {font-size: 16px;margin-top: -48px;position: absolute;}
    .unfolding > ul > li.on a .txt-wrap .txt {margin-top: 13px;}
    .unfolding > ul > li.on a .txt-wrap {transition: 0.3s;}
    
    .unfolding .list-dot {white-space: unset;}
    .unfolding .list-dot br {display: none;}
}
@media (max-width:768px){
    .unfolding-visual{margin-bottom:20px; height:auto; padding:30px 20px 50px;}
    .unfolding-visual .visual-tit-wrap{position:static; transform:none;}
    .unfolding-visual .visual-tit-wrap h3{font-size:21px;}
    .unfolding-visual .visual-tit-wrap p{font-size:17px;}

    .unfolding > ul{height:auto; min-height:0; flex-direction:column; gap:15px;}
    .unfolding > ul > li{width:100%; height:auto; flex:unset; overflow:visible; border-radius:15px;}
    .unfolding > ul > li a{height:auto; padding:20px; justify-content:flex-start;}
    .unfolding > ul > li a .bg {border-radius: 10px;}
    .unfolding > ul > li a .title-wrap{gap:10px; flex-direction:row; align-items:center; margin-top:0;}
    .unfolding > ul > li a .title-wrap .title-ico{width:35px; height:35px;}
    .unfolding > ul > li a .big-title{font-size:17px;}

    .unfolding > ul > li a .title-wrap .more{right:20px; width:35px; height:35px; top:50%; transform:translateY(-50%);}
    .unfolding > ul > li a .title-wrap .more i{font-size:13px;}
    .unfolding > ul > li.on{width:100%; height:auto;}
    .unfolding > ul > li.on a{padding:25px 20px;}
    .unfolding > ul > li.on a .title-wrap .title-ico{width:48px; height:48px; top:20px; right:15px; position:absolute;}
    .unfolding > ul > li a .txt-wrap{position:static; max-width:100%; width:100%; max-height:none; height:auto; display:none;}
    .unfolding > ul > li.on a .txt-wrap{display:block;}
    .unfolding > ul > li a .txt-wrap .sub-title{font-size:16px;}
    .unfolding > ul > li a .txt-wrap .title{font-size:20px; margin-bottom:7px;}
    .unfolding > ul > li a .txt-wrap .txt{font-size:15px; line-height:1.5; margin-top:10px;}
}
@media (max-width: 500px) {
    .unfolding > ul > li.on a .title-wrap .title-ico {width: 40px; height: 40px;}
    .unfolding > ul > li a .title-wrap .big-title {font-size: 17px;}
    .unfolding > ul > li a .title-wrap {gap: 7px;}
    .unfolding > ul > li a .title-wrap .title-ico {width: 25px; height: 25px;}
    .unfolding > ul > li a .title-wrap .more {width: 28px; height: 28px; right: 15px;}
    .unfolding > ul > li a .title-wrap .more i {font-size: 11px;}
}


/* -- 검색 바 -- */
.cont-search {margin-left: auto; width: fit-content; background-color: #fbfbfb; border: 1px solid #e7e7e7; padding: 10px; border-radius: 8px; margin-bottom: 50px; display: flex; align-items: center; justify-content: flex-end;}
.cont-search .search-bar {display: flex; gap: 7px;}
.cont-search .search-bar .form-control {max-width: 240px; border-radius: 5px; font-size: 17px;}

@media (max-width: 768px) {
    .cont-search {width: 100%; margin-bottom: 30px;}
    .cont-search .search-bar {width: 100%;}
    .cont-search .search-bar .form-control {max-width: 100%;}
}





/* ----- 컨텐츠 시작 ----- */
/* ----- About GGH - 개요 ----- */
.support_wr{ text-align: center; margin-bottom: 100px;}
.support_wr h2.leap_full{ display: inline-block; margin-bottom: 60px; font-family: 'Paperlogy SemiBold'; font-size: 46px; text-align: center; background: linear-gradient(to right, #0249B4, #10EAB0) no-repeat; -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; background-size: 0% 100%; transition: background-size 1s cubic-bezier(.1,.5,.5,1); position: relative; }
.support_wr h2.leap_full.is-on{ background-size: 100% 100%; }
.support_wr .flex_wr{ display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap;}
.support_wr dl{ text-align: center; flex: 1;}
.support_wr dl dt{ position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 270px; height: 270px; margin: 0 auto; border-radius: 50%; background: #fff; box-shadow: 0px 6px 18px 4px rgba(0, 0, 0, 0.04); z-index: 1; }
.support_wr dl dt img{ width: 90px; }
.support_wr dl dt h5{ margin-top: 25px; font-family: 'Paperlogy Medium'; font-size: 24px;}
.support_wr dl dd p{ margin-top: 30px; font-size: 22px; word-break: keep-all;}

@media (max-width: 1400px) {
    .support_wr h2.leap_full {font-size: 38px;}
    .support_wr .flex_wr {gap: 30px;}
    .support_wr dl dt {width: 240px; height: 240px;}
    .support_wr dl dt img {width: 70px;}
    .support_wr dl dt h5 {font-size: 20px;}
    .support_wr dl dd p {font-size: 19px;}
}
@media (max-width: 1024px) {
    .support_wr h2.leap_full {font-size: 32px; margin-bottom: 40px;}
    .support_wr .flex_wr {gap: 20px;}
    .support_wr dl dt {width: 200px; height: 200px;}
    .support_wr dl dt img {width: 50px;}
    .support_wr dl dt h5 {font-size: 18px; margin-top: 15px;}
    .support_wr dl dd p {font-size: 17px; margin-top: 20px;}
}
@media (max-width: 768px) {
    .support_wr {margin-bottom: 60px;}
    .support_wr h2.leap_full {font-size: 28px; margin-bottom: 30px;}
    .support_wr .flex_wr {flex-direction: column; gap: 40px;}
}

.riseTriplet{ width: 100%;}
.riseTriplet__row{ display: grid; grid-template-columns: 240px 110px 240px 110px 240px; justify-content: center; align-items: center; column-gap: 0; row-gap: 0; position: relative; }
.riseTriplet__circle{ width: 240px; aspect-ratio: 1 / 1; height: auto; border-radius: 50%; background: linear-gradient(135deg, #1f6bff, #003B83); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; position: relative; z-index: 3; min-width: 0; transform-origin: center; }
.riseTriplet__icon{ width: 64px; height: 64px; display: inline-flex; justify-content: center; align-items: center; margin-bottom: 15px; border-radius: 18px; background: rgba(255,255,255,0.14); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.22); }
.riseTriplet__icon img{ width: 38px; height: 38px; object-fit: contain; display: block; }
.riseTriplet__title{font-family: 'Paperlogy Medium'; font-size: 24px; line-height: 1.3;}
.riseTriplet__title--white{ color: #fff; }
.riseTriplet__plus{ width: 110px; height: 110px; position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; }
.riseTriplet__plus::before{ content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 130px; height: 5px; background: rgba(2, 73, 180, 0.16); z-index: 0; }
.riseTriplet__plusCore{ width: 60px; height: 60px; border-radius: 50%; background: #fff; display: flex; justify-content: center; align-items: center; position: relative; z-index: 2; }
.riseTriplet__plusCore::before{ content: ""; position: absolute; inset: -10px; border-radius: 50%; background: #f3f4f6; z-index: -1; }
.riseTriplet__plusMark{ font-family: 'Paperlogy SemiBold'; font-size: 28px; color: #014f98; }
.riseTriplet__circle--left{ transform: translateX(120px) scale(0.96); opacity: 0; }
.riseTriplet__circle--mid{ transform: translateX(0px) scale(0.96); opacity: 0; }
.riseTriplet__circle--right{ transform: translateX(-120px) scale(0.96); opacity: 0; }
.riseTriplet__plus{ opacity: 0; transform: scale(0.92); }
.riseTriplet.is-on .riseTriplet__circle--left, .riseTriplet.is-on .riseTriplet__circle--mid, .riseTriplet.is-on .riseTriplet__circle--right{ transform: translateX(0) scale(1); opacity: 1; transition: transform 900ms cubic-bezier(.2,.7,.2,1), opacity 700ms ease; }
.riseTriplet.is-on .riseTriplet__circle--left{ transition-delay: 0ms; }
.riseTriplet.is-on .riseTriplet__circle--mid{ transition-delay: 90ms; }
.riseTriplet.is-on .riseTriplet__circle--right{ transition-delay: 180ms; }
.riseTriplet.is-on .riseTriplet__plus{ opacity: 1; transform: scale(1); transition: opacity 500ms ease 260ms, transform 700ms cubic-bezier(.2,.7,.2,1) 260ms; }

@media (max-width: 1400px) {
    .riseTriplet__row {grid-template-columns: 210px 110px 210px 110px 210px;}
    .riseTriplet__title {font-size: 20px;}
    .riseTriplet__icon {width: 58px; height: 58px;}
    .riseTriplet__icon img {width: 30px; height: 30px;}
    .riseTriplet__circle {width: 210px; height: 210px;}
    .riseTriplet__plusCore {width: 45px; height: 45px;}
    .riseTriplet__plus::before {height: 3px;}
}
@media (max-width: 1024px) {
    .riseTriplet__row {grid-template-columns: 180px 80px 180px 80px 180px;}
    .riseTriplet__title {font-size: 18px;}
    .riseTriplet__icon {width: 48px; height: 48px; border-radius: 12px;}
    .riseTriplet__icon img {width: 25px; height: 25px;}
    .riseTriplet__circle {width: 180px; height: 180px;}
    .riseTriplet__plus {width: 80px; height: 80px;}
    .riseTriplet__plusCore {width: 38px; height: 38px;}
    .riseTriplet__plus::before {height: 3px;}
}
@media (max-width: 768px){
  .riseTriplet__row{grid-template-columns: 180px 50px 180px 50px 180px; display: flex; flex-direction: column; align-items: center; gap: 18px; }
  .riseTriplet__plus {width: 50px; height: 50px;}
  .riseTriplet__plus::before {width: 3px; height: 130px;}
  .riseTriplet__circle--left, .riseTriplet__circle--mid, .riseTriplet__circle--right{ transform: translateY(18px) scale(0.98); opacity: 0; }
  .riseTriplet.is-on .riseTriplet__circle--left, .riseTriplet.is-on .riseTriplet__circle--mid, .riseTriplet.is-on .riseTriplet__circle--right{ transform: translateY(0) scale(1); opacity: 1; }
}
@media (prefers-reduced-motion: reduce){
  .riseTriplet__circle, .riseTriplet__plus{ transition: none !important; transform: none !important; opacity: 1 !important; }
}


/* ----- About GGH - 목표 및 추진계획 ----- */
.system-wrap {margin-bottom: 80px;}
.system-wrap .system-inner .system-box {display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom:20px;}
.system-wrap .system-inner .system-box:last-child {display: block;}
.system-wrap .system-inner .system-box .system-left {position: relative; display: flex; flex-direction: column; justify-content: space-between; width: 300px;}
.system-wrap .system-inner .system-box .system-right {width:calc(100% - 300px);}
.system-wrap .system-inner .system-box .system-right .system-title.title4 {display:none;}
.system-wrap .system-inner .system-box .system-title {position:relative; padding-right:40px;}
.system-wrap .system-inner .system-box .system-title h1 {background-color: #1C59A4; position:relative; padding: 20px 0; border-radius: 10px; font-family: 'Paperlogy SemiBold'; font-size:22px; text-align: center; color:#fff;}
.system-wrap .system-inner .system-box .system-title.title6 h1 {background-color: #5a91d3;}
.system-wrap .system-inner .system-box .system-title.title5 {padding-right:0;}
.system-wrap .system-inner .system-box .system-title.title6 {padding-right:0;}
.system-wrap .system-inner .system-box .content1 {padding: 15px; background-color:#f1f6fa; border-radius:10px;}
.system-wrap .system-inner .system-box .content1 .vision-list {display: flex; flex-wrap: wrap; gap: 15px; justify-content: center;}
.system-wrap .system-inner .system-box .content1 .vision-list li {width:calc((100% - 30px)/3);}
.system-wrap .system-inner .system-box .content1 .vision-list li p {display: flex; align-items: center; justify-content:center; height:100%; padding: 15px 10px; border-radius:10px; text-align:center; font-family: 'Paperlogy Medium'; font-size:20px; background-color: #fff;}
.system-wrap .system-inner .system-box .content2 {padding:20px 10px; background-color:#f1f6fa; border-radius:10px;}
.system-wrap .system-inner .system-box .content2 p {font-family: 'Paperlogy Medium'; font-size:20px; text-align:center;}
.system-wrap .system-inner .system-box .content3 ul {display:flex; flex-wrap: wrap; gap: 20px;}
.system-wrap .system-inner .system-box .content3 li {position:relative; width: calc(50% - 10px);}
.system-wrap .system-inner .system-box .content3 .sym-box {background-color:#f7f7f7; border-radius:10px; border:1px solid #5a91d3; position: relative;}
.system-wrap .system-inner .system-box .content3 .sym-box::before {content: ''; width: 7px; height: 7px; background-color: #003b83; position: absolute; top: 51px; left: 50%; transform: translateX(-50%); transform: rotate(45deg); border-radius: 1px; z-index: 10;}
.system-wrap .system-inner .system-box .content3 .sym-header {position:relative; border-bottom:1px solid #5a90d377;}
.system-wrap .system-inner .system-box .content3 .sym-header h1 {padding: 15px 0; font-family: 'Paperlogy Medium'; font-size: 20px; text-align:center; color:#003b83;}
.system-wrap .system-inner .system-box .content3 .sym-text p {padding: 15px 10px; font-size: 18px; text-align:center; word-break: keep-all;}
.system-wrap .system-inner .system-box .system-list-header {display:flex; flex-wrap:wrap; justify-content:space-between; margin-top:20px;}
.system-wrap .system-inner .system-box .system-list-header .title5 {position:relative; width:260px; padding-bottom:20px;}
.system-wrap .system-inner .system-box .system-list-header .title6 {position:relative; width:calc(100% - 300px);}
.system-wrap .system-inner .system-box .system-list-content-box {display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch;margin-bottom:20px;}
.system-wrap .system-inner .system-box .system-list-content-box:last-child {margin-bottom:0;}
.system-wrap .system-inner .system-box .system-list-left {width:300px; padding-right:40px;}
.system-wrap .system-inner .system-box .system-list-left h1 {display:flex; justify-content:center; align-items:center;height:100%; border:2px solid #1C59A4; border-radius:10px; font-family: 'Paperlogy SemiBold'; font-size:22px; text-align:center;color:#1C59A4;}
.system-wrap .system-inner .system-box .system-list-right {width:calc(100% - 300px);}
.system-wrap .system-inner .system-box .system-list-number li {display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:10px;padding:15px 20px; background-color:#f7f7f7; border-radius:10px;}
.system-wrap .system-inner .system-box .system-list-number li:last-child {margin-bottom:0;}
.system-wrap .system-inner .system-box .system-list-number li p {position:relative; padding-left:35px; font-size:18px;}
.system-wrap .system-inner .system-box .system-list-number li p .number {position:absolute; display:inline-block; width:20px; height:20px; background-color:#003B83; border-radius:5px; font-size:12px; line-height:20px; text-align:center; color:#fff; left:0; top:6px;}
.system-wrap .system-inner .system-box .system-list-number li > span {display:inline-block;padding:0 17px;background-color:#0092dc;border-radius:15px;font-size:14px;line-height:30px;color:#fff;}
.system-wrap .system-inner .system-box.no-left .system-left {display:none;}
.system-wrap .system-inner .system-box.no-left .system-right {width:100%;}
.system-wrap .system-inner .system-box.direction-group .content2 {margin-bottom: 20px;}
.system-wrap .system-inner .system-box.direction-group .content3 ul {margin-top:0;}

@media (max-width:1400px) {
    .system-wrap .system-inner .system-box {margin-bottom: 15px;}
    .system-wrap .system-inner .system-box .system-left {width: 230px;}
    .system-wrap .system-inner .system-box .system-title h1 {font-size: 19px; padding: 15px 0;}
    .system-wrap .system-inner .system-box .system-title {padding-right: 20px;}
    .system-wrap .system-inner .system-box .content1 {padding: 12px;}
    .system-wrap .system-inner .system-box .content1 .vision-list {gap: 12px;}
    .system-wrap .system-inner .system-box .content1 .vision-list li {width: calc((100% - 24px) / 3);}
    .system-wrap .system-inner .system-box .content1 .vision-list li p {font-size: 18px; padding: 10px; border-radius: 6px;}
    .system-wrap .system-inner .system-box .system-right {width: calc(100% - 230px);}
    .system-wrap .system-inner .system-box.direction-group .content2 {margin-bottom: 15px; padding: 15px 10px;}
    .system-wrap .system-inner .system-box .content2 p {font-size: 18px;}
    .system-wrap .system-inner .system-box .content3 ul {gap: 15px;}
    .system-wrap .system-inner .system-box .content3 li {width: calc(50% - 7.5px);}
    .system-wrap .system-inner .system-box .content3 .sym-header h1 {font-size: 18px;}
    .system-wrap .system-inner .system-box .content3 .sym-text p {font-size: 17px;}
    .system-wrap .system-inner .system-box .content3 .sym-box::before {top: 48px;}
    .system-wrap .system-inner .system-box .system-list-header .title5 {width: 210px; padding-bottom: 15px;}
    .system-wrap .system-inner .system-box .system-list-header .title6 {width: calc(100% - 230px);}
    .system-wrap .system-inner .system-box .system-list-header {margin-top: 15px;}
    .system-wrap .system-inner .system-box .system-list-content-box {margin-bottom: 15px;}
    .system-wrap .system-inner .system-box .system-list-left {padding-right: 20px; width: 230px;}
    .system-wrap .system-inner .system-box .system-list-left h1 {font-size: 19px;}
    .system-wrap .system-inner .system-box .system-list-right {width: calc(100% - 230px);}
    .system-wrap .system-inner .system-box .system-list-number li {padding: 10px 15px; margin-bottom: 8px;}
    .system-wrap .system-inner .system-box .system-list-number li p {font-size: 17px; padding-left: 30px;}
    .system-wrap .system-inner .system-box .system-list-number li p .number {width: 18px; height: 18px; font-size: 10px; line-height: 18px; top: 7px;}
}
@media (max-width: 1200px) {
    .system-wrap .system-inner .system-box .content3 .sym-box::before {top: 49px;}
}
@media (max-width: 850px) {
    .system-wrap .system-inner .system-box {flex-direction:column;align-items:center;}
    .system-wrap .system-inner .system-box .system-title {padding-right:0;}
    .system-wrap .system-inner .system-box .system-title::after {margin-top:0;top:auto;bottom:0;right:50%;margin-right:-8px;}
    .system-wrap .system-inner .system-box .system-left .system-title.title4 {display:none;}
    .system-wrap .system-inner .system-box .system-right {width:100%; margin-top:15px;}
    .system-wrap .system-inner .system-box .system-right .system-title.title4 {display:block;width:200px;margin:0 auto 20px;}
    .system-wrap .system-inner .system-box .content1 .vision-list li {width:100%;min-width:0;}
    .system-wrap .system-inner .system-box .content3 li {width:100%;}
    .system-wrap .system-inner .system-box .content3 .sym-header h1 {padding:10px 0;}
    .system-wrap .system-inner .system-box .content3 .sym-text p {padding:10px 0;}
    .system-wrap .system-inner .system-box .content4 li {flex-direction:column;align-items:center;}
    .system-wrap .system-inner .system-box .system-list-content-box {flex-direction:column;align-items:center;}
    .system-wrap .system-inner .system-box .system-list-left {width:100%;padding-right:0;}
    .system-wrap .system-inner .system-box .system-list-left h1 {padding: 12px 0; font-size: 18px;}
    .system-wrap .system-inner .system-box .system-list-right {width:100%;margin-top:10px;}
    .system-wrap .system-inner .system-box .system-list-number li {flex-direction:column;align-items:start;}
    .system-wrap .system-inner .system-box .system-list-number li > span {display:inline-block;margin-top:5px;}
    .system-wrap .system-inner .system-box .system-left {width:100%;}
    .system-wrap .system-inner .system-box .system-left .system-title {width:100%;padding-right:0;}
    .system-wrap .system-inner .system-box .system-left .system-title h1 {display:block;width:100%;box-sizing:border-box; padding: 12px 0; font-size: 18px;}
    .system-wrap .system-list-header {display:flex !important;flex-direction:column !important;}
    .system-wrap .system-list-header .system-title.title5,.system-wrap .system-list-header .system-title.title6 {width:100% !important;max-width:100% !important;flex:0 0 100% !important;}
    .system-wrap .system-inner .system-box .content1 {padding: 10px;}
    .system-wrap .system-inner .system-box .content1 .vision-list {gap: 10px;}
    .system-wrap .system-inner .system-box .content1 .vision-list li p {font-size: 17px; padding: 8px 10px;}
    .system-wrap .system-inner .system-box.direction-group .content2 {padding: 10px;}
    .system-wrap .system-inner .system-box .content2 p {font-size: 17px;}
    .system-wrap .system-inner .system-box .content3 .sym-box::before {top: 39px;}
    .system-wrap .system-inner .system-box .system-list-header .title5 {padding-bottom: 10px;}
    .system-wrap .system-inner .system-box .system-title.title6 h1 {margin-bottom: 10px;}
}

.gv-roadmap {position:relative; text-align:center;}
.gv-roadmap .pro-sub-list {display:grid;grid-template-columns:1fr 120px 1fr;align-items: flex-start;gap:30px;}
.gv-roadmap .sub-item {display:flex;flex-direction:column;gap:20px;}
.gv-roadmap .sub-tit {border-radius: 100px;padding: 15px 30px;text-align:left;display:flex;align-items: center;justify-content:space-between;gap:15px;}
.gv-roadmap .sub-tit strong {font-size:22px; font-family: 'Paperlogy SemiBold'; color:#fff;}
.gv-roadmap .sub-tit .sub-tit-desc {font-size:18px; font-family: 'Paperlogy Medium'; color:rgba(255,255,255,0.85); text-align:right;}
.gv-roadmap .step-1 .sub-tit {background:linear-gradient(to right,#1C59A4 0%,#175096 100%);}
.gv-roadmap .step-2 .sub-tit {background:linear-gradient(to right,#1C59A4 0%,#175096 100%);}
.gv-roadmap .sub-txt {padding:15px; border-radius:20px; display:flex;flex-direction:column; gap: 15px; background-color: #f1f6fa;}
.gv-roadmap .sub-txt > li {padding:0;margin:0;}
.gv-roadmap .sub-c {background:#fff; border-radius: 12px; padding: 15px 20px; display:flex;flex-direction:column;text-align:left; gap: 2px;}
.gv-roadmap .sub-c > span {font-size: 19px; font-family:'Paperlogy SemiBold';}
.gv-roadmap .sub-c > strong {font-size: 18px; font-family:'Paperlogy Medium';}
.gv-roadmap .step-1 .sub-c > strong {color:#0249B4;}
.gv-roadmap .step-2 .sub-c > strong {color:#0B3A8F;}
.gv-roadmap .step-gap {width:120px; height:120px; position:relative; display:flex; align-items:center; justify-content:center; top: 50%; transform: translateY(-50%);}
.gv-roadmap .gap-arrow {width:80px;height:80px;border-radius:50%;background:#fff;box-shadow:0px 14px 26px rgba(0,0,0,0.10);display:flex;align-items:center;justify-content:center;position:relative;z-index:2;}
.gv-roadmap .gap-arrow i {font-size:30px; color:#003B83;}
.gv-roadmap .gap-arrow i::before {font-weight: bold !important;}
.gv-roadmap .step-gap::before {content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:120px;height:8px;border-radius: 100px;background:rgba(2,73,180,0.14);z-index:1;}

@media (max-width: 1400px) {
    .gv-roadmap .pro-sub-list {grid-template-columns:1fr 90px 1fr;gap:20px;}
    .gv-roadmap .sub-tit {padding: 12px 25px;}
    .gv-roadmap .sub-tit strong {font-size:19px;}
    .gv-roadmap .sub-tit .sub-tit-desc {font-size:17px;}
    .gv-roadmap .gap-arrow {width: 60px;height: 60px;}
    .gv-roadmap .gap-arrow i {font-size: 25px;}
    .gv-roadmap .step-gap {width:90px;height:90px;}
    .gv-roadmap .step-gap::before {width:90px;height:7px;}

    .gv-roadmap .sub-c {gap: 0;}
    .gv-roadmap .sub-c > span {font-size: 18px;}
    .gv-roadmap .sub-c > strong {font-size: 17px;}
}
@media (max-width: 1200px) {
    .gv-roadmap .sub-tit {flex-direction: column; gap: 0;}
}
@media (max-width: 1024px) {
    .gv-roadmap .pro-sub-list {grid-template-columns:1fr 74px 1fr;gap:12px;}
    .gv-roadmap .sub-tit {padding: 10px 15px;}
    .gv-roadmap .sub-item {gap: 15px;}
    .gv-roadmap .sub-c {padding: 12px 15px;}
    .gv-roadmap .gap-arrow {width:52px;height:52px;}
    .gv-roadmap .gap-arrow i {font-size: 20px;}
    .gv-roadmap .step-gap {width:74px;height:74px;}
    .gv-roadmap .step-gap::before {width:74px;height:7px;}

    .gv-roadmap .sub-txt {padding: 12px; gap: 12px;}
}
@media (max-width:850px) {
    .gv-roadmap .pro-sub-list {grid-template-columns: 1fr; gap: 20px;}
    .gv-roadmap .sub-txt {border-radius: 15px; padding: 10px; gap: 10px;}
    .gv-roadmap .sub-c {border-radius: 8px;}
    .gv-roadmap .step-gap {display: none;}
}


/* ----- About GGH - 조직도 ----- */
.org-chart.org-rise{max-width:1100px;margin:0 auto;position:relative;text-align:center;}
.org-chart.org-rise .level{position:relative;display:flex;justify-content:center;align-items:center; margin:50px 0;flex-wrap:wrap;}
.org-chart.org-rise .box{padding: 18px; border-radius: 100px; font-size: 18px; display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background:#fff;z-index:2;}
.org-chart.org-rise .box .tit{font-size: 21px; font-family: 'Paperlogy Medium'; color: #1c59a4;}
.org-chart.org-rise .box .sub{font-size: 19px; color: #555;}
.org-chart.org-rise .committee{background:#f1f6fa; border:2px solid #1c59a4; min-width: 350px; color: #101010;}
.org-chart.org-rise .main{border:6px solid #88b3e7;min-width: 350px; background-color: #1c59a4;}
.org-chart.org-rise .main .tit {color: #fff;}
.org-chart.org-rise .main .highlight{color: #ffffffc4;}
.org-chart.org-rise .coop{background:#555; min-width: 300px;}
.org-chart.org-rise .coop .tit {color: #fff;}
.org-chart.org-rise .coop .red{color: #ffffffc4;}
.org-chart.org-rise .outline{border:2px solid #838383;background:#fff; color:#404040;}
.org-chart.org-rise .pill{border-radius: 100px;min-width:220px;padding: 12px 20px;}
.org-chart.org-rise::before{content:"";position:absolute;left:50%;top:0;transform:translateX(-50%);width:2px;height:100%;background:#838383;z-index:-1;}
.org-chart.org-rise .level-1{margin-top:0;}
.org-chart.org-rise .level-1 .side.left{position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;}
.org-chart.org-rise .level-1 .side.left::after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);height:2px;width: 500px; background:#838383;z-index:0;}
.org-chart.org-rise .level-2 .side.right{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;}
.org-chart.org-rise .level-2 .side.right::before{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:2px;width: 500px;background:#838383;z-index:0;}
.org-chart.org-rise .level-3.bottom{margin-top:80px; gap: 30px; margin-bottom: 0;}
.org-chart.org-rise .level-3.bottom::before{content:"";position:absolute;top:-29px;left:50%;transform:translateX(-50%);width:702px;height:2px;background:#838383;}
.org-chart.org-rise .level-3.bottom .box::before{content:"";position:absolute;top:-31px;left:50%;transform:translateX(-50%);width:2px;height:30px;background:#838383;}
.org-chart.org-rise .light{background:#fff;border:2px solid #838383;color:#404040;min-width:320px;justify-content:center; padding: 12px 20px;}

@media (max-width:1400px){
    .org-chart.org-rise {max-width: 900px;}
    .org-chart.org-rise .box {font-size: 17px; padding: 12px;}
    .org-chart.org-rise .box .tit {font-size: 19px;}
    .org-chart.org-rise .box .sub {font-size: 17px;}
    .org-chart.org-rise .committee {min-width: 300px;}
    .org-chart.org-rise .main {min-width: 300px;}
    .org-chart.org-rise .coop {min-width: 270px;}
    .org-chart.org-rise .pill {min-width: 180px; padding: 8px 10px;}
    .org-chart.org-rise .light {min-width: 280px; padding: 8px 10px;}
    .org-chart.org-rise .level-3.bottom::before {width: 620px;}
}
@media (max-width: 1024px) {
    .org-chart.org-rise {max-width: 100%;}
    .org-chart.org-rise .level {flex-direction: column; margin: 30px 0;}
    .org-chart.org-rise .level-1 .side.left {position: static; transform: translateY(0);}
    .org-chart.org-rise .level-1 .side.left::after {display: none;}
    .org-chart.org-rise .level-2 .side.right {position: static; transform: translateY(0);}
    .org-chart.org-rise .level-2 .side.right::before {display: none;}
    .org-chart.org-rise .level-3.bottom {gap: 15px; margin-top: 30px;}
    .org-chart.org-rise .level-3.bottom::before {display: none;}
    .org-chart.org-rise .level-3.bottom .box::before {display: none;}
    .org-chart.org-rise .pill {margin-top: 30px;}
    .org-chart.org-rise .coop {margin-top: 30px;}
}


/* ----- About GGH - CI소개 ----- */
.ci-wrap {display:flex; flex-wrap:wrap; gap:20px; align-items:stretch;}
.ci-wrap .ci-cont {width:calc(50% - 10px); display:flex; flex-direction:column;}

.ci-wrap .ci-box {width:100%; height:100%; padding: 40px; border:1px solid #d3d3d3; background-color:#fff; border-radius:15px; background-image:linear-gradient(rgba(0,0,0,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,0.05) 1px, transparent 1px); background-size:14px 14px; display:flex; align-items:center; justify-content:center; gap:80px;}
.ci-wrap .ci-box .img-wrap {display:flex; flex-direction:column; align-items:flex-start; justify-content:center; gap:50px;}
.ci-wrap .ci-box img {width:fit-content; height:fit-content; object-fit:contain; display:block;}
.ci-wrap .ci-box img.gen {max-width:250px;}
.ci-wrap .ci-box img.hor {max-width:350px;}
.ci-wrap .ci-box img.ver {max-height:320px; width:fit-content;}
.ci-wrap .ci-box img.emb {max-width:180px;}

.ci-mean-wrap {padding: 60px 50px; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: center; border: 1px solid #d3d3d3; border-radius: 15px; gap: 60px;}
.ci-mean-wrap img {max-width: 160px;}
.ci-mean-wrap .ci-mean-cont {flex: 1; width: calc(100% - 220px);}

.ci-mean-wrap dl {margin-bottom: 30px; font-size: 20px; word-break: keep-all;}
.ci-mean-wrap dl:last-of-type {margin-bottom: 0;}
.ci-mean-wrap dl dt {font-family: 'Paperlogy Bold'; font-size: 25px;}

.ci-color-wrap {display: flex; flex-wrap: wrap; gap: 20px;}
.ci-color-wrap li {padding: 30px; width: calc(33.333% - 13.333px); border: 1px solid #d3d3d3; border-radius: 15px;}
.ci-color-wrap li span {width: 100%; height: 150px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: #fff; font-family: 'Paperlogy SemiBold'; font-size: 28px;}
.ci-color-wrap li.red span {background-color: #E63311;}
.ci-color-wrap li.navy span {background-color: #312E51;}
.ci-color-wrap li.yellow span {background-color: #FFCD1B;}
.ci-color-wrap li p {word-break: keep-all;}

.ci-vision-wrap p {word-break: keep-all; font-size: 22px;}
.ci-vision-wrap p strong {font-size: 20px; font-family: 'Paperlogy Medium'; font-size: 30px; display: block; color: #6a7282; margin-bottom: 10px;}
.ci-vision-wrap p span {font-family: 'Paperlogy Bold';}

@media (max-width: 1200px) {
    .ci-wrap .ci-box {gap: 50px; padding: 25px;}
    .ci-wrap .ci-box img.gen {max-width: 200px}
    .ci-wrap .ci-box img.hor {max-width: 300px;}
    .ci-wrap .ci-box img.ver {max-height: 280px;}

    .ci-wrap .ci-box img.emb {max-width: 150px;}

    .ci-mean-wrap {padding: 40px 30px; gap: 40px;}
    .ci-mean-wrap img {max-width: 140px;}
    .ci-mean-wrap .ci-mean-cont {width: calc(100% - 180px);}
    .ci-mean-wrap dl {margin-bottom: 20px; font-size: 19px;}
    .ci-mean-wrap dl dt {font-size: 22px;}

    .ci-color-wrap li {padding: 25px;}
    .ci-color-wrap li span {height: 120px; font-size: 22px; margin-bottom: 15px;}

    .ci-vision-wrap p strong {font-size: 25px;}
    .ci-vision-wrap p {font-size: 20px;}
}
@media (max-width: 1024px) {
    .ci-wrap {flex-direction: column;}
    .ci-wrap .ci-cont {width: 100%;}
}
@media (max-width: 768px) {
    .ci-mean-wrap {padding: 40px 20px; gap: 30px; flex-direction: column; align-items: center; text-align: center;}
    .ci-mean-wrap .ci-mean-cont {width: 100%;}

    .ci-color-wrap {flex-direction: column;}
    .ci-color-wrap li {width: 100%; padding: 20px;}

    .ci-vision-wrap p strong {font-size: 22px; margin-bottom: 5px;}
    .ci-vision-wrap p {font-size: 18px;}
}
@media (max-width: 500px) {
    .ci-wrap .ci-box {flex-direction: column; gap: 40px; padding: 40px 20px;}
    .ci-wrap .ci-box .img-wrap {align-items: center; gap: 30px;}
    .ci-wrap .ci-box img.gen {max-width: 180px;}
    .ci-wrap .ci-box img.hor {max-width: 260px;}
    .ci-wrap .ci-box img.ver {max-height: 260px;}
    .ci-wrap .ci-box img.emb {max-width: 130px;}

    .ci-mean-wrap {gap: 20px; padding: 30px 20px 20px;}
    .ci-mean-wrap img {max-width: 100px;}
    .ci-mean-wrap dl dt {font-size: 20px;}
    .ci-mean-wrap dl {font-size: 17px;}

    .ci-vision-wrap p strong {font-size: 20px;}
    .ci-vision-wrap p {font-size: 17px;}
}


/* ----- Gwangju - 광주 소개 ----- */
.intro-hero-wrap{ margin-bottom: 100px; }
.intro-hero{ position:relative; border-radius:40px; overflow:visible; background: url('../images/sub/intro-bg01.jpg')no-repeat center center/cover;}
.intro-hero::before{ content:""; position:absolute; inset:0; border-radius:40px; background:#DDE8FF; transform:translate(18px,18px); z-index:0; }
.intro-hero::after{ content:""; position:absolute; inset:0; border-radius:40px; background-image:inherit; background-size:cover; background-position:center; z-index:1; }
.intro-hero-inner{ padding: 20px; position:relative; z-index:2; display:flex; align-items:center; justify-content:center; text-align:center; min-height:260px; overflow:hidden; background-color:rgba(0,0,0,0.3); border-radius:40px; }
.intro-hero-text{ font-family:'Paperlogy SemiBold'; color:#fff; font-size:30px; word-break: keep-all;}

.intro-keypoints{ width:100%; margin-bottom:120px; }
.intro-keypoints-head{text-align:center; margin: 80px 0;}
.intro-keypoints-desc{font-size:25px; font-family:'Paperlogy Medium'; margin-bottom:25px; word-break: keep-all;}
.intro-keypoints-desc:last-of-type{margin-bottom:0;}
.intro-keypoints-grid{display:flex; flex-wrap:wrap; gap:20px;}
.intro-keypoints-item{width:calc(20% - 16px); display:flex; flex-direction:column; align-items:center; gap:30px;}
.intro-keypoints-circle{width:200px; height:200px; border-radius:50%; background:#fff; border:7px solid #c0d0eb; display:flex; align-items:center; justify-content:center;}
.intro-keypoints-circle span{width:65px; height:65px; display:flex; align-items:center; justify-content:center;}
.intro-keypoints-circle span img{width:100%; height:100%; object-fit:contain;}
.intro-keypoints-cap{width:100%; text-align:center; font-family:'Paperlogy SemiBold'; font-size:22px; word-break:keep-all; line-height:1.6;}
.intro-keypoints-name{border-radius:10px; padding:10px; font-family:'Paperlogy SemiBold'; font-size:24px; color:#fff; width:100%; background-color:#1c59a4; display:flex; align-items:center; justify-content:center; margin-top:auto;}

@media (max-width: 1400px) {
    .intro-hero-text {font-size: 25px;}
    .intro-hero-inner {min-height: 220px;}
    .intro-keypoints-desc {font-size: 21px;}

    .intro-keypoints-circle {width: 160px; height: 160px;}
    .intro-keypoints-circle span {width: 48px; height: 48px;}
    .intro-keypoints-cap {font-size: 19px;}
    .intro-keypoints-item {gap: 20px;}
    .intro-keypoints-name {font-size: 21px; padding: 8px;}
}
@media (max-width:1024px){
    .intro-hero-wrap {margin-bottom: 60px;}
    .intro-hero {border-radius: 20px;}
    .intro-hero::before {border-radius: 20px; transform: translate(14px, 14px);}
    .intro-hero::after {border-radius: 20px;}
    .intro-hero-inner {min-height: 180px; border-radius: 20px;}
    .intro-hero-text {font-size: 20px;}

    .intro-keypoints {margin-bottom: 80px;}
    .intro-keypoints-head {margin: 40px 0;}
    .intro-keypoints-desc {font-size: 18px;}

    .intro-keypoints-grid {gap: 30px 15px;}
    .intro-keypoints-item {width: calc(20% - 12px);}

    .intro-keypoints-circle {width: 130px; height: 130px;}
    .intro-keypoints-circle span {width: 38px; height: 38px;}
    .intro-keypoints-cap {font-size: 17px;}
    .intro-keypoints-name {font-size: 18px; padding: 5px 10px;}
}
@media (max-width:768px){
    .intro-keypoints-desc br {display: none;}
    .intro-keypoints-item {width: calc(50% - 7.5px);}
}

.strategy-wrap {text-align: center; margin-bottom: 100px;}
.strategy-wrap h4 {font-size: 30px; font-family: 'Paperlogy Bold'; margin-bottom: 10px; word-break: keep-all;}
.strategy-wrap p {font-family: 'PaPerlogy Medium'; font-size: 24px; color: #535353; word-break: keep-all;}

.strategy-wrap .strategy-list {margin-top: 80px; display: flex; flex-wrap: wrap; gap: 50px 0;}
.strategy-wrap .strategy-list li {width: 33.333%; border: 10px solid #c9d6ee; border-radius: 100px; padding: 30px 20px; position: relative; padding-top: 58px; position: relative;}
.strategy-wrap .strategy-list li::before {content: ''; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.35); position: absolute; top: 0; left: 0; border-radius: 100px;}
.strategy-wrap .strategy-list li:nth-child(1) {background: url('../images/sub/strategy01.png')no-repeat center center/cover;}
.strategy-wrap .strategy-list li:nth-child(2) {background: url('../images/sub/strategy02.png')no-repeat center center/cover;}
.strategy-wrap .strategy-list li:nth-child(3) {background: url('../images/sub/strategy03.png')no-repeat center center/cover;}
.strategy-wrap .strategy-list li:nth-child(4) {background: url('../images/sub/strategy04.png')no-repeat center center/cover;}
.strategy-wrap .strategy-list li:nth-child(5) {background: url('../images/sub/strategy05.png')no-repeat center center/cover;}
.strategy-wrap .strategy-list li:nth-child(6) {background: url('../images/sub/strategy06.png')no-repeat center center/cover;}
.strategy-wrap .strategy-list li .strategy-tit {width: 270px; height: 56px; background-color: #1c59a4; border-radius: 100px; font-family: 'Paperlogy Bold'; font-size: 22px; color: #fff; position: absolute; top: -28px; left: 50%; transform: translate(-50%); display: flex; align-items: center; justify-content: center;}
.strategy-wrap .strategy-list dl {display: flex; flex-direction: column; position: relative; z-index: 1;}
.strategy-wrap .strategy-list dl dd {font-size: 22px; font-family: 'Paperlogy SemiBold'; color: #fff;}

@media (max-width: 1400px) {
    .strategy-wrap h4 {font-size: 26px;}
    .strategy-wrap p {font-size: 20px;}

    .strategy-wrap .strategy-list li .strategy-tit {font-size: 20px; width: 250px; height: 48px; top: -24px;}
    .strategy-wrap .strategy-list li {padding: 20px; padding-top: 44px; border: 7px solid #c9d6ee;}
    .strategy-wrap .strategy-list dl dd {font-size: 20px;}
}
@media (max-width: 1024px) {
    .strategy-wrap {margin-bottom: 80px;}
    .strategy-wrap h4 {font-size: 22px;}
    .strategy-wrap p {font-size: 18px;}

    .strategy-wrap .strategy-list {margin-top: 60px; gap: 30px 0;}
    .strategy-wrap .strategy-list li {padding: 20px; padding-top: 40px;}
    .strategy-wrap .strategy-list li .strategy-tit {font-size: 18px; width: 180px; height: 40px; top: -20px;}

    .strategy-wrap .strategy-list dl dd {font-size: 18px; line-height: 1.5;}
}
@media (max-width: 768px) {
    .strategy-wrap {margin-top: 40px;}
    .strategy-wrap .strategy-list li {width: 50%;}
}
@media (max-width: 500px) {
    .strategy-wrap .strategy-list {margin-top: 40px;}
    .strategy-wrap .strategy-list li {width: 100%;}
}

.weather-wrap {margin-bottom: 100px;}
.weather-wrap .title-wrap {display: flex; flex-direction: column; gap: 20px; margin-bottom: 30px;}
.weather-wrap .title-wrap h4 {font-family: 'Paperlogy Bold'; font-size: 30px; word-break: keep-all;}
.weather-wrap .title-wrap p {font-family: 'Paperlogy Medium'; font-size: 24px; word-break: keep-all;}

.weather-wrap .weather-list {display: flex; flex-wrap: wrap; gap: 20px;}
.weather-wrap .weather-list li {overflow: hidden; display: flex; flex-direction: column; width: calc(25% - 15px); border: 1px solid #d3d3d3; box-shadow: 2px 4px 8px #a2a2a244; border-radius: 10px;}

.weather-wrap .weather-list .weather-top {padding: 20px 30px;}
.weather-wrap .weather-list .weather-top {display: flex; gap: 10px; align-items: center; justify-content: space-between;}
.weather-wrap .weather-list .weather-top .tit {font-family: 'Paperlogy SemiBold'; font-size: 24px;}
.weather-wrap .weather-list li .weather-top .ico {width: 48px; height: 48px;}
.weather-wrap .weather-list li:nth-child(1) .weather-top .ico {background: url('../images/sub/weather-ico01.svg')no-repeat center center/contain;}
.weather-wrap .weather-list li:nth-child(2) .weather-top .ico {background: url('../images/sub/weather-ico02.svg')no-repeat center center/contain;}
.weather-wrap .weather-list li:nth-child(3) .weather-top .ico {background: url('../images/sub/weather-ico03.svg')no-repeat center center/contain;}
.weather-wrap .weather-list li:nth-child(4) .weather-top .ico {background: url('../images/sub/weather-ico04.svg')no-repeat center center/contain;}

.weather-wrap .weather-list .weather-bottom {padding: 20px 30px; background-color: #f9fbfd;}
.weather-wrap .weather-list .weather-bottom span {display: flex; align-items: center; justify-content: flex-end; font-size: 20px;}

.weather-wrap .cont-notice {text-align: right;}

@media (max-width: 1400px) {
    .weather-wrap .title-wrap {gap: 15px;}
    .weather-wrap .title-wrap h4 {font-size: 26px;}
    .weather-wrap .title-wrap p {font-size: 20px;}

    .weather-wrap .weather-list .weather-top {padding: 15px 20px;}
    .weather-wrap .weather-list .weather-top .tit {font-size: 20px;}
    .weather-wrap .weather-list li .weather-top .ico {width: 40px; height: 40px;}
    
    .weather-wrap .weather-list .weather-bottom {padding: 15px 20px;}
    .weather-wrap .weather-list .weather-bottom span {font-size: 18px;}
}
@media (max-width: 1024px) {
    .weather-wrap {margin-bottom: 80px;}
    .weather-wrap .title-wrap {gap: 10px;}
    .weather-wrap .title-wrap h4 {font-size: 22px;}
    .weather-wrap .title-wrap p {font-size: 18px;}

    .weather-wrap .weather-list {gap: 15px;}
    .weather-wrap .weather-list li {width: calc(50% - 7.5px);}

    .weather-wrap .weather-list .weather-top .tit {font-size: 18px;}
    .weather-wrap .weather-list li .weather-top .ico {width: 36px; height: 36px;}
    .weather-wrap .weather-list .weather-bottom span {font-size: 17px;}
}
@media (max-width: 500px) {
    .weather-wrap .weather-list li {width: 100%;}
}

.location-wrap {margin-top: 60px;}
.location-wrap .location-cont {display: flex; flex-wrap: wrap; gap: 50px; align-items: flex-start; justify-content: center; margin-bottom: 100px;}
.location-wrap .location-cont:last-of-type {margin-bottom: 0 !important;}
.location-wrap .location-cont .location-text {width: 650px; flex: 1;}
.location-wrap .location-cont .location-text h4 {font-family: 'Paperlogy Bold'; font-size: 28px; margin-bottom: 20px; word-break: keep-all;}
.location-wrap .location-cont .location-text p {font-family: 'Paperlogy Medium'; font-size: 22px; word-break: keep-all; color: #535353;}
.location-wrap .location-cont .location-list {width: calc(100% - 700px); display: flex; flex-wrap: wrap; gap: 20px;}
.location-wrap .location-cont .location-list li {width: calc(50% - 10px); border: 1px solid #d3d3d3; padding: 30px; border-radius: 10px; display: flex; align-items: center; justify-content: center; text-align: center; font-family: 'Paperlogy SemiBold'; font-size: 20px; color: #585858; position: relative; overflow: hidden; transition: 0.2s ease-in-out;}
.location-wrap .location-cont .location-list li::before {content: ''; width: 100%; height: 100%; background: url('../images/sub/location01.jpg')no-repeat center center/cover; position: absolute; top: 0; left: 0; z-index: -1; opacity: 0; transition: 0.2s ease-in-out;}
.location-wrap .location-cont .location-list li:nth-child(1):before {background: url('../images/sub/location01.jpg')no-repeat center center/cover;}
.location-wrap .location-cont .location-list li:nth-child(2):before {background: url('../images/sub/location02.jpg')no-repeat center center/cover;}
.location-wrap .location-cont .location-list li:nth-child(3):before {background: url('../images/sub/location03.jpg')no-repeat center center/cover;}
.location-wrap .location-cont .location-list li:nth-child(4):before {background: url('../images/sub/location04.jpg')no-repeat center center/cover;}
.location-wrap .location-cont .location-list li::after {content: ''; width: 100%; height: 100%; background: #1c59a470; position: absolute; top: 0; left: 0; z-index: -1; opacity: 0; transition: 0.2s ease-in-out;}
.location-wrap .location-cont .location-list li:hover {color: #fff;}
.location-wrap .location-cont .location-list li:hover::before {opacity: 1;}
.location-wrap .location-cont .location-list li:hover::after {opacity: 1;;}

.location-wrap .location-cont.right {flex-direction: row-reverse;}
.location-wrap .location-cont.right .location-text {text-align: right;}

.location-wrap .weather-list {width: calc(100% - 700px); display: flex; flex-wrap: wrap; gap: 20px;}
.location-wrap .weather-list li {overflow: hidden; display: flex; flex-direction: column; width: calc(50% - 10px); border: 1px solid #d3d3d3; box-shadow: 2px 4px 8px #a2a2a244; border-radius: 10px;}

.location-wrap .weather-list .weather-top {padding: 20px 30px;}
.location-wrap .weather-list .weather-top {display: flex; gap: 10px; align-items: center; justify-content: space-between;}
.location-wrap .weather-list .weather-top .tit {font-family: 'Paperlogy SemiBold'; font-size: 24px;}
.location-wrap .weather-list li .weather-top .ico {width: 48px; height: 48px;}
.location-wrap .weather-list li:nth-child(1) .weather-top .ico {background: url('../images/sub/traffic-ico01.svg')no-repeat center center/contain;}
.location-wrap .weather-list li:nth-child(2) .weather-top .ico {background: url('../images/sub/traffic-ico02.svg')no-repeat center center/contain;}

.location-wrap .weather-list .weather-bottom {padding: 20px 30px; background-color: #f9fbfd; height: 100%;}
.location-wrap .weather-list .weather-bottom span {display: flex; align-items: center; justify-content: flex-start; font-size: 20px;}

@media (max-width: 1400px) {
    .location-wrap .location-cont {gap: 30px;}
    .location-wrap .location-cont .location-text {width: 500px;}
    .location-wrap .location-cont .location-text h4 {font-size: 22px;}
    .location-wrap .location-cont .location-text p {font-size: 19px;}
    .location-wrap .location-cont .location-list {width: calc(100% - 530px);}
    .location-wrap .location-cont .location-list li {font-size: 18px;}
    
    .location-wrap .weather-list {width: calc(100% - 530px);}
    .location-wrap .title-wrap {gap: 15px;}
    .location-wrap .title-wrap h4 {font-size: 26px;}
    .location-wrap .title-wrap p {font-size: 20px;}
    
    .location-wrap .weather-list .weather-top {padding: 15px 20px;}
    .location-wrap .weather-list .weather-top .tit {font-size: 20px;}
    .location-wrap .weather-list li .weather-top .ico {width: 40px; height: 40px;}
    
    .location-wrap .weather-list .weather-bottom {padding: 15px 20px;}
    .location-wrap .weather-list .weather-bottom span {font-size: 18px;}
}
@media (max-width: 1024px) {
    .location-wrap .location-cont {margin-bottom: 60px; gap: 20px;}
    .location-wrap .location-cont .location-text {width: 300px;}
    .location-wrap .location-cont .location-text h4 {font-size: 19px;}
    .location-wrap .location-cont .location-text p {font-size: 17px;}
    .location-wrap .location-cont .location-list {width: calc(100% - 320px); gap: 15px;}
    .location-wrap .location-cont .location-list li {width: calc(50% - 7.5px); padding: 20px;}

    .location-wrap .weather-list {width: calc(100% - 320px);}
    .location-wrap .weather-list {gap: 15px;}
    .location-wrap .weather-list li {width: calc(50% - 7.5px);}

    .location-wrap .weather-list .weather-top .tit {font-size: 18px;}
    .location-wrap .weather-list li .weather-top .ico {width: 36px; height: 36px;}
    .location-wrap .weather-list .weather-bottom span {font-size: 17px;}
}
@media (max-width: 768px) {
    .location-wrap {margin-top: 0;}
    .location-wrap .location-cont {flex-direction: column; margin-bottom: 40px;}
    .location-wrap .location-cont .location-text {width: 100%;}
    .location-wrap .location-cont .location-list {width: 100%;}

    .location-wrap .location-cont.right {flex-direction: column;}
    .location-wrap .location-cont.right .location-text {text-align: left;}
    .location-wrap .weather-list {width: 100%;}
}
@media (max-width: 500px) {
    .location-wrap .location-cont .location-list li {width: 100%;}
    .location-wrap .weather-list li {width: 100%;}
}


/* ----- Gwangju - 광주에서 살기 ----- */
.card-cont {display: flex; flex-wrap: wrap; gap: 15px;}
.card-cont li {width: calc(20% - 12px);}
.card-cont li a {width: 100%; height: 165px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; margin-bottom: 20px;}
.card-cont li a .img-wrap {width: 100%; height: 100%; border-radius: 15px; overflow: hidden;}
.card-cont li a .img-wrap img {width: 100%; height: 100%; object-fit: cover; filter: brightness(0.7); transition: 0.2s ease-in-out; vertical-align: middle;}
.card-cont li a:hover .img-wrap img {filter: brightness(1);}
.card-cont li a .tab-ico {width: 75px; height: 75px; border-radius: 50%; background-color: #fff; position: absolute; bottom: -25px; left: 50%; transform: translateX(-50%);}
.card-cont li a .tab-ico::before {content: ''; width: 35px; height: 32px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.2s ease-in-out;}
.card-cont li:nth-child(1) a .tab-ico::before {background: url('../images/sub/ico-bus.svg')no-repeat center center/contain;}
.card-cont li:nth-child(2) a .tab-ico::before {background: url('../images/sub/ico-taxi.svg')no-repeat center center/contain;}
.card-cont li:nth-child(3) a .tab-ico::before {background: url('../images/sub/ico-train.svg')no-repeat center center/contain;}
.card-cont li:nth-child(4) a .tab-ico::before {background: url('../images/sub/ico-subway.svg')no-repeat center center/contain;}
.card-cont li:nth-child(5) a .tab-ico::before {background: url('../images/sub/ico-expressbus.svg')no-repeat center center/contain;}
.card-cont li:nth-child(1) a:hover .tab-ico::before {background: url('../images/sub/ico-bus-c.svg')no-repeat center center/contain;}
.card-cont li:nth-child(2) a:hover .tab-ico::before {background: url('../images/sub/ico-taxi-c.svg')no-repeat center center/contain;}
.card-cont li:nth-child(3) a:hover .tab-ico::before {background: url('../images/sub/ico-train-c.svg')no-repeat center center/contain;}
.card-cont li:nth-child(4) a:hover .tab-ico::before {background: url('../images/sub/ico-subway-c.svg')no-repeat center center/contain;}
.card-cont li:nth-child(5) a:hover .tab-ico::before {background: url('../images/sub/ico-expressbus-c.svg')no-repeat center center/contain;}

.card-cont li .tab-name {display: flex; align-items: center; justify-content: center; font-family: 'Paperlogy SemiBold'; font-size: 25px; transition: 0.2s ease-in-out;}
.card-cont li a:hover ~ .tab-name {color: #1c59a4;}

@media (max-width: 1400px) {
    .card-cont li a {height: 140px; margin-bottom: 15px;}
    .card-cont li a .tab-ico {width: 66px; height: 66px; bottom: -18px;}
    .card-cont li a .tab-ico::before {width: 30px; height: 28px;}
    .card-cont li .tab-name {font-size: 22px;}
}
@media (max-width: 768px) {
    .card-cont li {width: calc(33.333% - 10px);}
    .card-cont li a {height: 120px; margin-bottom: 10px;}
    .card-cont li a .img-wrap {border-radius: 10px;}
    .card-cont li a .tab-ico {width: 56px; height: 56px; bottom: -14px;}
    .card-cont li a .tab-ico::before {width: 25px; height: 23px;}
    .card-cont li .tab-name {font-size: 19px;}
}
@media (max-width: 500px) {
    .card-cont {gap: 10px;}
    .card-cont li {width: 100%;}
}

.citybus {margin-bottom: 80px;}
.citybus .citybus-card {border:1px solid #cfcfcf; border-radius: 20px; padding: 20px; margin-bottom: 30px;}
.citybus .citybus-card-inner {display:flex; gap: 30px; align-items:flex-start;}

.citybus .citybus-thumb {width: 370px; height: 220px; background:#ddd; border-radius: 15px; flex: 1; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.citybus .citybus-thumb img {width: 100%; height: 100%; object-fit: cover; vertical-align: top;}
.citybus .citybus-content {width: calc(100% - 400px);}

.citybus .citybus-head {display:flex; align-items:center; gap:20px; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #bebebe; padding-top: 10px;}
.citybus .citybus-name {font-size: 26px; font-family: 'Paperlogy SemiBold'; padding-left: 5px; word-break: keep-all;}
.citybus .citybus-desc {font-size: 22px; font-family: 'Paperlogy Medium'; color: #383838; padding-left: 5px; word-break: keep-all;}

@media (max-width: 1400px) {
    .citybus .citybus-card {margin-bottom: 20px;}
    .citybus .citybus-card-inner {gap: 20px;}
    .citybus .citybus-thumb {width: 300px; height: 200px;}
    .citybus .citybus-head {gap: 15px;}
    .citybus .citybus-content {width: calc(100% - 320px);}
    .citybus .citybus-name {font-size: 23px;}
    .citybus .citybus-desc {font-size: 20px;}

}
@media (max-width:1024px){
    .citybus .citybus-head {flex-direction: column; align-items: flex-start; gap: 5px;}
    .citybus .citybus-card {padding: 15px;}
}

@media (max-width:768px){
    .citybus .citybus-card-inner {flex-direction: column; gap: 15px;}
    .citybus .citybus-thumb {width: 100%; max-height: 220px;}

    .citybus .citybus-content {width: 100%;}
    .citybus .citybus-name {font-size: 21px;}
    .citybus .citybus-desc {font-size: 18px;}
    .citybus .list-dot {padding-left: 5px;}
}
@media (max-width: 500px) {
    .citybus .citybus-thumb {max-height: 160px;}
}


/* ----- Universities - 광주 대학 소개 ----- */
.search-university-wrap .card-cont {gap: 50px 30px;}
.search-university-wrap .card-cont li {width: calc(33.333% - 20px);}
.search-university-wrap .card-cont li a {height: 250px; margin-bottom: 30px;}
.search-university-wrap .card-cont li a .tab-ico {width: 100px; height: 100px;}

.search-university-wrap .card-cont li.chosun a .tab-ico::before,
.search-university-wrap .card-cont li.cst a .tab-ico::before,
.search-university-wrap .card-cont li.honam a .tab-ico::before,
.search-university-wrap .card-cont li.htus a .tab-ico::before {width: 60px; height: 60px;}

.search-university-wrap .card-cont li a .tab-ico {perspective: 700px;}
.search-university-wrap .card-cont li a .tab-ico:before {width: 80px; height: 80px; transform: translate(-50%, -50%) rotateY(0deg); transform-style: preserve-3d; backface-visibility: hidden; will-change: transform;}
.search-university-wrap .card-cont li a:hover .tab-ico::before {animation: uniFlipBack 0.5s ease-in-out both;}
@keyframes uniFlipBack{
    0%{transform: translate(-50%, -50%) rotateY(0deg);}
    45%{transform: translate(-50%, -50%) rotateY(120deg);}
    100%{transform: translate(-50%, -50%) rotateY(0deg);}
}

.search-university-wrap .card-cont .gist a .tab-ico::before {background: url('../images/sub/university/symbol-gist.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .gist a:hover .tab-ico::before {background: url('../images/sub/university/symbol-gist.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .gnue a .tab-ico::before {background: url('../images/sub/university/symbol-gnue.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .gnue a:hover .tab-ico::before {background: url('../images/sub/university/symbol-gnue.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .gwangju a .tab-ico::before {background: url('../images/sub/university/symbol-gwangju.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .gwangju a:hover .tab-ico::before {background: url('../images/sub/university/symbol-gwangju.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .ghu a .tab-ico::before {background: url('../images/sub/university/symbol-ghu.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .ghu a:hover .tab-ico::before {background: url('../images/sub/university/symbol-ghu.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .kwu a .tab-ico::before {background: url('../images/sub/university/symbol-kwu.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .kwu a:hover .tab-ico::before {background: url('../images/sub/university/symbol-kwu.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .ccn a .tab-ico::before {background: url('../images/sub/university/symbol-ccn.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .ccn a:hover .tab-ico::before {background: url('../images/sub/university/symbol-ccn.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .nambu a .tab-ico::before {background: url('../images/sub/university/symbol-nambu.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .nambu a:hover .tab-ico::before {background: url('../images/sub/university/symbol-nambu.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .dkc a .tab-ico::before {background: url('../images/sub/university/symbol-dkc.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .dkc a:hover .tab-ico::before {background: url('../images/sub/university/symbol-dkc.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .seoyeong a .tab-ico::before {background: url('../images/sub/university/symbol-seoyeong.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .seoyeong a:hover .tab-ico::before {background: url('../images/sub/university/symbol-seoyeong.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .songwon a .tab-ico::before {background: url('../images/sub/university/symbol-songwon.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .songwon a:hover .tab-ico::before {background: url('../images/sub/university/symbol-songwon.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .cnu a .tab-ico::before {background: url('../images/sub/university/symbol-cnu.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .cnu a:hover .tab-ico::before {background: url('../images/sub/university/symbol-cnu.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .cnc a .tab-ico::before {background: url('../images/sub/university/symbol-cnc.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .cnc a:hover .tab-ico::before {background: url('../images/sub/university/symbol-cnc.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .chosun a .tab-ico::before {background: url('../images/sub/university/symbol-chosun.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .chosun a:hover .tab-ico::before {background: url('../images/sub/university/symbol-chosun.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .cst a .tab-ico::before {background: url('../images/sub/university/symbol-cst.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .cst a:hover .tab-ico::before {background: url('../images/sub/university/symbol-cst.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .kopo a .tab-ico::before {background: url('../images/sub/university/symbol-kopo.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .kopo a:hover .tab-ico::before {background: url('../images/sub/university/symbol-kopo.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .honam a .tab-ico::before {background: url('../images/sub/university/symbol-honam.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .honam a:hover .tab-ico::before {background: url('../images/sub/university/symbol-honam.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .htus a .tab-ico::before {background: url('../images/sub/university/symbol-htus.svg')no-repeat center center/contain;}
.search-university-wrap .card-cont .htus a:hover .tab-ico::before {background: url('../images/sub/university/symbol-htus.svg')no-repeat center center/contain;}

.search-university-wrap .card-cont li .tab-name {width: 100%; text-align: center; font-size: 22px; line-height: 1.6; word-break: keep-all;}

@media (max-width: 1400px) {
    .search-university-wrap .card-cont li a {height: 220px;}
    .search-university-wrap .card-cont li .tab-name {font-size: 20px;}
    .search-university-wrap .card-cont li a .tab-ico {width: 90px; height: 90px;}
    .search-university-wrap .card-cont li a .tab-ico:before {width: 70px; height: 70px;}

    .search-university-wrap .card-cont li.chosun a .tab-ico::before,
    .search-university-wrap .card-cont li.cst a .tab-ico::before,
    .search-university-wrap .card-cont li.honam a .tab-ico::before,
    .search-university-wrap .card-cont li.htus a .tab-ico::before {width: 50px; height: 50px;}
}
@media (max-width: 1200px) {
    .search-university-wrap .card-cont {gap: 40px 20px;}
    .search-university-wrap .card-cont li {width: calc(33.333% - 13.333px);}
    .search-university-wrap .card-cont li a {margin-bottom: 20px;}
}
@media (max-width: 1024px) {
    .search-university-wrap .card-cont li a {height: 180px;}
    .search-university-wrap .card-cont li .tab-name {font-size: 18px;}
    .search-university-wrap .card-cont li a .tab-ico {width: 68px; height: 68px;}
    .search-university-wrap .card-cont li a .tab-ico:before {width: 52px; height: 52px;}

    .search-university-wrap .card-cont li.chosun a .tab-ico::before,
    .search-university-wrap .card-cont li.cst a .tab-ico::before,
    .search-university-wrap .card-cont li.honam a .tab-ico::before,
    .search-university-wrap .card-cont li.htus a .tab-ico::before {width: 38px; height: 38px;}
}
@media (max-width: 768px) {
    .search-university-wrap .card-cont {gap: 40px 15px;}
    .search-university-wrap .card-cont li {width: calc(50% - 7.5px);}
}
@media (max-width: 500px) {
    .search-university-wrap .card-cont li {width: 100%;}
}


/* ----- Universities - 입시일정 ------ */
.sche-wrap{position:relative;}
.sche-panel{ display:none;}
.sche-panel.is-active{display:block; position: relative;}
#panelYear {padding-top: 80px;}

.sche-wrap ._tab{position:absolute; right:0; top:0; z-index:5;}
.sche-wrap ._tab ul{display:flex; gap:7px;}
.sche-wrap ._tab a{display:block;}
.sche-wrap ._tab .tab{width: 54px; height: 54px; border-radius: 50%; background-color:#fff; border:2px solid #808080 !important; display: flex; align-items: center; justify-content: center; transition: 0.2s ease-in-out;}
.sche-wrap ._tab .tab i {color: #808080; font-size: 25px; transition: 0.2s ease-in-out;}
.sche-wrap ._tab .tab-month{background-image:url('../images/ic-month.png');}
.sche-wrap ._tab .tab-year{background-image:url('../images/ic-year.png');}
.sche-wrap ._tab .tab-month:hover, .sche-wrap ._tab .tab-year:hover{background-color: #1C59A4; border-color:#1C59A4 !important;}
.sche-wrap ._tab .tab-month:hover i, .sche-wrap ._tab .tab-year:hover i{color: #fff;}
.sche-wrap ._tab .tab-month.active, .sche-wrap ._tab .tab-year.active{background-color: #1C59A4; border-color: #1C59A4 !important;}
.sche-wrap ._tab .tab-month.active i , .sche-wrap ._tab .tab-year.active i {color: #fff;}

.alb-head.month-head{margin-bottom:30px;}
.alb-head.month-head .inner .top{display:flex; flex-wrap:wrap; justify-content:center; align-items:center;}
.alb-head.month-head .inner .top h3{font-family: 'Paperlogy SemiBold'; font-size: 40px; margin-bottom: 30px;}

.alb-head.month-head .inner .btm{background-color:#f1f6fa; border-radius: 10px;}
.alb-head.month-head .inner .btm ul{display:flex; flex-wrap:wrap; justify-content:center; gap:0 20px;}
.alb-head.month-head .inner .btm li{width:calc(100%/12); max-width:70px;}
.alb-head.month-head .inner .btm li a{position:relative; display:block; padding:15px 0; font-family: 'Paperlogy Medium'; font-size: 22px; text-align:center; transition: 0.2s ease-in-out;}
.alb-head.month-head .inner .btm li a:hover{color:#1C59A4;}
.alb-head.month-head .inner .btm li a.ac{color:#1C59A4; font-family: 'Paperlogy Bold';}
.alb-head.month-head .inner .btm li a.ac::after{content:""; position:absolute; left:0; bottom:0; width:100%; height:3px; background-color:#1c59a4;}

.alb-body{display:flex; border:1px solid #cfcfcf; border-top:2px solid #808080;}

.alb-body .sche-tab{position:relative; width:50%; padding:40px 20px 75px; border-right:1px solid #cfcfcf;}
.alb-body .sche-tab .calendar-title{position:relative; margin-bottom:20px;}
.alb-body .sche-tab .cal-center{display:flex; align-items:center; justify-content:center; gap:10px;}

.alb-body .sche-tab span {font-family: 'Paperlogy SemiBold'; font-size: 30px;}

.calendar-tbl{width:100%; table-layout:fixed; border-collapse:collapse;}
.calendar-tbl thead{position:relative;}
.calendar-tbl thead::before{content:""; position:absolute; left:0; top:0; width:100%; height:100%; background-color:#1C59A4; border-radius:5px; z-index:-1;}
.calendar-tbl thead th{padding:5px 0; font-size:17px; color:#fff; text-align:center; vertical-align:middle;}
.calendar-tbl tbody td{position:relative; padding:20px 10px; font-size:17px; text-align:center;}
.calendar-tbl tbody tr:first-child td{padding:32px 10px 20px;}
.calendar-tbl tbody .sat p{color:#034DA2;}
.calendar-tbl tbody .sun p{color:#f05a7e;}
.calendar-tbl tbody td.today p::before{content:''; position:absolute; width:60px; height:60px; left:50%; transform: translateX(-50%); background-color:#f1f6fa; border-radius:5px; z-index:-1;}
.calendar-tbl tbody td.marked::after{content:''; position:absolute; width:8px; height:8px; background:#1c59a4; border-radius:50%; bottom:5px; left:50%; transform: translateX(-50%);}
.calendar-tbl tbody td .is{position:absolute; width:1px; height:1px; margin:-1px; padding:0; border:0; overflow:hidden; clip:rect(0 0 0 0);}

.sche-comt{width:50%;}
.sche-comt .comt-title{width:100%; padding: 20px 30px; border-bottom:1px solid #ccc; font-size:26px; color:#333;}
.sche-comt .comt-title p{font-size: 28px; font-family: 'Paperlogy SemiBold'; position: relative; padding-left: 55px;}
.sche-comt .comt-title p::before{content:''; width: 40px; height: 40px; background:url(../images/sub/ico-cal.svg) no-repeat center center/contain; position: absolute; top: 4px; left: 0;}
.sche-comt .scroll-wrap{height:calc(100% - 100px); max-height:470px; overflow-y:auto;}
.sche-comt .scroll-wrap::-webkit-scrollbar{width:30px; height:30px;}
.sche-comt .scroll-wrap::-webkit-scrollbar-thumb{background:#cfcfcf; border:12px solid #fff; border-radius:100px;}
.sche-comt .scroll-wrap::-webkit-scrollbar-track{background-color:#fff;}

.sche-comt .schedule-list{padding: 30px 40px;}
.sche-comt .schedule-list .schedule-item{display:grid; grid-template-columns:147px 1fr; column-gap:20px; padding: 15px 0; border-bottom:1px dashed #cfcfcf;}
.sche-comt .schedule-list .schedule-item:first-child{padding-top: 0;}
.sche-comt .schedule-list .schedule-item:last-child{border-bottom:0; padding-bottom: 0;}
.sche-comt .schedule-list .date{position:relative; padding-left:15px; font-size:18px; color:#1c59a4; white-space:nowrap; font-family: 'Paperlogy Medium';}
.sche-comt .schedule-list .date::before{content:''; position:absolute; left:0; top:13px; width:6px; height:6px; background:#1C59A4; border-radius:50%;}
.sche-comt .schedule-list .info{min-width:0;}
.sche-comt .schedule-list .univ{display:inline-flex; align-items:center; gap:5px; font-size:18px; font-family: 'Paperlogy SemiBold'; position: relative; padding-left: 14px; word-break: keep-all;}
.sche-comt .schedule-list .univ::before{content:""; width: 3px; height: 19px; background-color: #d3d3d3; border-radius: 100px; position: absolute; top: 7px; left: 0;}
.sche-comt .schedule-list .cn{font-size: 18px; word-break: keep-all;}

.yearSchdul{border-top:2px solid #808080;}
.yearSchdul > ul{display:flex; flex-wrap:wrap;}
.yearSchdul > ul > li{width:50%; border-bottom:1px solid #cfcfcf;}
.yearSchdul .box-sch{display:flex; height:100%;}
.yearSchdul .box-sch .num{display:flex; justify-content:center; align-items:center; width:24%; min-height:250px; background:#f1f6fa;}
.yearSchdul .box-sch .num h3{margin:0; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:15px;}
.yearSchdul .box-sch .num span{display:inline-block; font-size:32px; font-family: 'Paperlogy SemiBold';}
.yearSchdul .box-sch .num b{display:inline-block; font-size:18px; color:#1C59A4; font-family: 'Paperlogy Medium';}
.yearSchdul .box-sch .desc{width:calc(100% - 24%); padding: 30px 40px;}
.yearSchdul .box-sch .desc dl{margin-bottom: 20px;}
.yearSchdul .box-sch .desc dl:last-child{margin-bottom:0;}
.yearSchdul .box-sch .desc dt{position:relative; padding-left:15px; font-size:18px; color:#1C59A4; font-family: 'Paperlogy Medium'; word-break: keep-all;}
.yearSchdul .box-sch .desc dt::before{content:''; position:absolute; left:0; top:13px; width:6px; height:6px; background:#1C59A4; border-radius:50%;}
.yearSchdul .box-sch .desc dd{display:block; padding-left:15px; font-size:18px; word-break: keep-all;}
.yearSchdul .y-univ{font-family: 'Paperlogy Medium';}
.yearSchdul .y-bar{display: inline-block; width: 3px; height: 19px; border-radius: 100px; background-color: #d3d3d3; margin: 0 10px; position: relative; top: 3px;}

@media (max-width: 1400px) {
    .sche-wrap ._tab .tab {width: 48px; height: 48px;}
    .sche-wrap ._tab .tab i {font-size: 22px;}
    .alb-head.month-head .inner .top h3 {font-size: 34px;}
    .alb-head.month-head .inner .btm li a {font-size: 20px;}

    .alb-body .sche-tab span {font-size: 26px;}

    .sche-comt .comt-title p {font-size: 24px; padding-left: 48px;}
    .sche-comt .comt-title p::before {width: 34px; height: 34px;}

    .yearSchdul .box-sch .num span {font-size: 28px;}
    .yearSchdul .box-sch .num b {font-size: 17px;}
}
@media (max-width: 1200px){
    .alb-head.month-head .inner .btm ul {gap: 10px;}
    
    .alb-body .sche-tab{padding:30px 20px;}
    .sche-comt .comt-title{padding: 20px 25px;}
    .sche-comt .schedule-list{padding: 20px 25px;}

    .yearSchdul .box-sch .desc dl {margin-bottom: 15px;}
    .yearSchdul .box-sch .desc {padding: 20px 25px;}
}
@media (max-width: 1024px){
    #panelYear {padding-top: 60px;}
    .sche-wrap ._tab {top: -10px;}
    .alb-head.month-head .inner .top h3{font-size:28px;}

    .alb-body{flex-direction:column;}
    .alb-body .sche-tab{width:100%; border-right:0; border-bottom:1px solid #cfcfcf;}
    .sche-comt{width:100%;}
    .calendar-tbl tbody tr:first-child td{padding: 20px 10px;}
    .alb-head.month-head .inner .btm ul{gap:0; padding:0 10px;}
    .alb-head.month-head .inner .btm li{width:calc(100%/6); max-width:none;}
    .alb-head.month-head .inner .btm li a{font-size:17px;}
    .sche-comt .schedule-list .date {font-size: 17px;}

    .yearSchdul > ul > li{width:100%;}
    .yearSchdul .box-sch .num{width:115px; flex-shrink:0; min-height:auto; padding:20px 0;}
    .yearSchdul .box-sch .num h3 {gap: 6px;}
    .yearSchdul .box-sch .num span{font-size:24px;}
    .yearSchdul .box-sch .desc dt, .yearSchdul .box-sch .desc dd{font-size:17px;}
    .sche-comt .schedule-list .univ {font-size: 17px;}
    .sche-comt .schedule-list .univ::before {top: 6px;}
    .sche-comt .schedule-list .cn {font-size: 17px;}
}
@media (max-width:768px){
    #panelYear {padding-top: 50px;}
    .sche-wrap ._tab .tab {width: 42px; height: 42px;}
    .sche-wrap ._tab .tab i {font-size: 18px;}
    .alb-head.month-head .inner .top h3 {font-size: 24px;}

    .alb-head.month-head .inner .btm li a {padding: 12px 0;}
    .alb-body .sche-tab {padding: 20px 15px;}
    .alb-body .sche-tab span {font-size: 24px;}
    .calendar-tbl thead th {font-size: 16px; padding: 3px 0;}
    .calendar-tbl tbody td {font-size: 16px;}

    .sche-comt .comt-title {padding: 10px 15px;}
    .sche-comt .comt-title p {font-size: 20px; padding-left: 40px;}
    .sche-comt .comt-title p::before {width: 28px; height: 28px;}

    .sche-comt .schedule-list {padding: 10px 15px;}

    .yearSchdul .box-sch .desc {padding: 10px 15px;}
    .yearSchdul .box-sch .desc dl {margin-bottom: 10px;}

    .yearSchdul .box-sch .num span {font-size: 21px;}
    .yearSchdul .box-sch .num b {font-size: 16px;}
}
@media (max-width: 500px) {
    .sche-wrap ._tab {top: -6px;}
    .sche-wrap ._tab ul {gap: 4px;}
    .sche-wrap ._tab .tab {width: 38px; height: 38px;}
    .sche-wrap ._tab .tab i {font-size: 16px;}

    .alb-body .sche-tab {padding: 20px 10px;}
    .sche-comt .schedule-list .schedule-item {display: flex; flex-direction: column; gap: 3px;}
    .sche-comt .schedule-list .info {padding-left: 5px;}
    .calendar-tbl tbody td.today p::before {width: 50px; height: 50px;}

    .calendar-tbl thead th {font-size: 15px;}
}


/* ----- Learn Korean - 온라인 한국어 학습 ----- */
.shorts-list {display: flex; flex-wrap: wrap; gap: 30px;}
.shorts-list .shorts-item {width: calc(25% - 22.5px); height: 100%; display:flex; flex-direction:column; position: relative;}
.shorts-list .shorts-media {position:relative; aspect-ratio: 9/16; border-radius: 10px; overflow: hidden;}
.shorts-list .shorts-video {width:100%; height:100%; object-fit:cover; display:block; cursor: pointer;}

.shorts-list .shorts-btn-wrap {position:absolute; left: 10px ; bottom: 10px; display:flex; gap: 7px; z-index:5;}
.shorts-list .shorts-btn {width:34px; height:34px; border-radius: 50%; background-color: #ffffff70; color:#fff; display:flex; align-items:center; justify-content:center; transition: 0.2s ease-in-out;}
.shorts-list .shorts-btn:hover {background-color: #ffffffa0;}
.shorts-list .shorts-btn i {font-size: 20px; display: flex; align-items: center; justify-content: center;}

.shorts-list .shorts-title {font-family: 'Paperlogy SemiBold'; font-size: 20px; line-height: 1.5; word-break: keep-all; margin: 15px 0; text-align: center; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: 0.2s ease-in-out;}
.shorts-list .shorts-media:hover ~ .shorts-title {color: #1C59A4;}


@media (hover:hover) and (pointer:fine){
  .shorts-list{scroll-snap-type:none; height:auto; overflow:visible;}
  .shorts-item{height:auto;}
  .shorts-media{aspect-ratio:9/16; max-width:420px; margin:0 auto;}
}

@media (max-width: 1200px) {
    .shorts-list .shorts-item {width: calc(33.333% - 20px);}
}
@media (max-width: 900px) {
    .shorts-list .shorts-item {width: calc(50% - 15px);}
}

@media (max-width: 768px){
    .shorts-list {-ms-overflow-style: none; scrollbar-width: none; width: 100%; max-width: 420px; margin: 0 auto; display:block; flex-wrap: unset; gap:0; height:100vh; overflow:auto; overflow-x: hidden; scroll-snap-type:y mandatory; -webkit-overflow-scrolling:touch;}
    .shorts-list::-webkit-scrollbar {display: none;}
    .shorts-list .shorts-item {width:100%; height:100vh; scroll-snap-align:start; scroll-snap-stop:always; display:flex; flex-direction:column;}
    .shorts-list .shorts-media {width:100%; height: calc(100vh - 60px); aspect-ratio:auto; position:relative; background:#000; border-radius: 0;}
    .shorts-list .shorts-video {width:100%; height:100%; object-fit:cover;}

    .shorts-list .shorts-btn {background-color: #ffffff90;}
    .shorts-list .shorts-btn:hover {background-color: #ffffff90;}

    .shorts-list .shorts-title {background-color: #1c59a4; color: #fff; height: 60px; line-height: 60px; padding: 0 10px; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
    .shorts-list .shorts-media:hover ~ .shorts-title {color: #fff;}
}


/* ----- Visa - 광주출입국사무소 ----- */
.map-wrap .root_daum_roughmap {width: 100% !important;}

.roughmap_maker_label .roughmap_lebel_text {font-size: 16px !important; padding: 8px 12px !important; font-family: 'Paperlogy Medium' !important; font-weight: 400 !important;}
.root_daum_roughmap .cont {display: none;}
.root_daum_roughmap .wrap_controllers {display: none;}

.map-wrap .root_daum_roughmap .map-controls {width: 100%; padding: 15px 20px; background: rgba(0,0,0,0.6); position: absolute; bottom: 0; left: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between;}
.map-wrap .map-controls .btn-wrap {display: flex; gap: 15px; width: fit-content !important;}
.map-wrap .map-controls .map-btn {padding: 8px 14px; background: #ffffff; border-radius: 100px; font-size: 16px; font-family: 'Paperlogy Semibold'; transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;}
.map-wrap .map-controls .map-btn:hover {background: #3396ff; color: #ffffff;}
.map-wrap .map-controls .map-btn i {display: inline-block; margin-left: 6px; color: #6b7280; transition: color 0.2s ease-in-out;}
.map-wrap .map-controls .map-btn:hover i {color: #ffffff;}
.map-wrap .map-controls .map-btn i::before {font-weight: bold !important;}
.map-wrap .map-controls .kakao-btn {background: #fae100; position: relative; display: flex; align-items: center; justify-content: center;}
.map-wrap .map-controls .kakao-btn:hover {background: #fae100; color: inherit;}
.map-wrap .map-controls .kakao-btn:hover i {color: inherit;}
.map-wrap .map-controls .kakao-btn::before {content: ''; width: 26px; height: 26px; background: url('../images/sub/ico-kakaomap.png') no-repeat center center / contain; display: inline-block;}

.map-wrap .map-info {border: 1px solid #e5e7eb; margin-top: -1px; padding: 20px; margin-bottom: 40px;}
.map-wrap .map-info dl {display: flex; font-size: 17px; margin-bottom: 15px; word-break: keep-all;}
.map-wrap .map-info dl:last-of-type {margin-bottom: 0;}
.map-wrap .map-info dl dt {width: 160px; font-family: 'Paperlogy SemiBold';}
.map-wrap .map-info dl dt i {display: inline-block; font-size: 18px; margin-right: 8px; position: relative; top: 1px; color: #003b83;}
.map-wrap .map-info dl dt i::before {font-weight: bold !important;}
.map-wrap .map-info dl dd {flex: 1; color: #6b7280;}

.map-wrap .map-list {display: flex; align-items: center; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #e5e7eb;}
.map-wrap .map-list:last-of-type {margin-bottom: 0;}
.map-wrap .map-list .list-rhom {margin-bottom: 0;}
.map-wrap .map-list dt {width: 200px; display: flex; align-items: center;}
.map-wrap .map-list dt span.tit {font-size: 20px; font-family: 'Paperlogy SemiBold'; position: relative;}
.map-wrap .map-list dt span.ico {display: flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 50%; margin-right: 15px;}
.map-wrap .map-list dt span.airplane {background: #f3f4f6 url('../images/sub/ico-airplane.svg') no-repeat center center / 35px;}
.map-wrap .map-list dt span.train {background: #f3f4f6 url('../images/sub/ico-train.svg') no-repeat center center / 35px;}
.map-wrap .map-list dt span.bus {background: #f3f4f6 url('../images/sub/ico-bus.svg') no-repeat center center / 35px;}

.map-wrap .map-list dd {flex: 1;}

@media (max-width: 768px) {
.map-wrap .root_daum_roughmap {height: 400px !important;}
.map-wrap .root_daum_roughmap .map-controls {padding: 10px;}
.roughmap_maker_label .roughmap_lebel_text {font-size: 14px !important; padding: 6px 10px 4px;}
.map-wrap .map-controls .btn-wrap {gap: 8px;}
.map-wrap .map-controls .map-btn {padding: 6px 10px;}
.map-wrap .map-controls .kakao-btn::before {width: 24px; height: 24px;}
.map-wrap .map-info {padding: 10px;}
.map-wrap .map-info dl {margin-bottom: 8px;}
.map-wrap .map-list {flex-direction: column; align-items: flex-start; margin-bottom: 15px; padding-bottom: 15px;}
.map-wrap .map-info dl dt i {font-size: 16px; top: 0;}
.map-wrap .map-list dt {width: 100%; margin-bottom: 15px;}
.map-wrap .map-list dt span.tit {font-size: 18px;}
.map-wrap .map-list dt span.ico {width: 46px; height: 46px; margin-right: 10px; background-size: 28px;}
}

@media (max-width: 500px) {
.map-wrap .root_daum_roughmap {height: 450px !important;}
.map-wrap .root_daum_roughmap .map-controls {flex-direction: column; align-items: flex-end; background: none;}
.map-wrap .map-controls .btn-wrap {flex-direction: column; margin-bottom: 8px; align-items: flex-end;}
.map-wrap .map-controls .btn-wrap .map-btn {border: 1px solid #d1d5db;}
.map-wrap .map-controls .btn-wrap .map-btn:hover {border-color: #3396ff;}
.map-wrap .map-controls .map-btn {width: fit-content; font-size: 14px; padding: 5px 10px;}
.map-wrap .map-controls .kakao-btn::before {width: 20px; height: 20px;}
.map-wrap .map-info {margin-top: 0;}
.map-wrap .map-info dl {flex-direction: column; gap: 2px; margin-bottom: 12px;}
}


/* ----- Student Life - 광주 생활 가이드 ------ */
#guidebook{position:relative;}
#guidebook .guidebook-wrap{}
#guidebook .guidebook-list{display:flex; flex-wrap:wrap; gap:60px 30px;}
#guidebook .guidebook-list > li{width: calc(20% - 24px); position:relative;}
#guidebook .guidebook-item{display:block; padding: 14px; background-color: #fff; box-shadow:5px 5px 20px rgba(0,0,0,.1); border-radius: 15px; margin-bottom: 20px;}
#guidebook .guidebook-thumb{position:relative; background:#fff; border-radius: 10px; overflow:hidden; border: 1px solid #eee; margin-bottom: 10px;}
#guidebook .guidebook-thumb .guidebook-link{display:block; width:100%; height:100%; position:relative;}
#guidebook .guidebook-thumb .img-wrap {position: relative;}
#guidebook .guidebook-thumb .img-wrap::before {content: ''; width: 100%; height: 100%; background-color: #18181850; position: absolute; top: 0; left: 0; opacity: 0; pointer-events: none; transition: 0.2s ease-in-out; z-index: 10;}
#guidebook .guidebook-thumb img {display:block; width:100%; height:100%; max-height: 280px; object-fit: cover; transition: 0.3s ease-in-out;}
#guidebook .guidebook-thumb .guidebook-detail{z-index:11; position:absolute; left:50%; top:50%; width:100px; height:100px; border-radius:50%; display:flex; justify-content:center; align-items:center; opacity:1; pointer-events:none; transform: translate(-50%, -50%); transition: 0.2s ease-in-out; background-color: #2b2c3ab6; opacity: 0;}
#guidebook .guidebook-thumb .guidebook-detail::before {content: ''; width: calc(100% - 7px); height: calc(100% - 7px); border: 2px solid #ffffffcb; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%;}
#guidebook .guidebook-thumb .guidebook-detail i {color: #fff; font-size: 26px;}

#guidebook .guidebook-thumb:hover .guidebook-detail{opacity:1;}
#guidebook .guidebook-thumb:hover .img-wrap::before {opacity: 1;}
#guidebook .guidebook-thumb:hover img {transform:scale(1.05);}

#guidebook .guidebook-body{display:block; text-align:center;}
#guidebook .guidebook-title{display:flex; flex-direction: column; align-items:center; line-height: 1.6;}
#guidebook .guidebook-title .lang{font-family: 'Paperlogy SemiBold'; font-size: 22px; word-break: keep-all;}
#guidebook .guidebook-title .year{font-family: 'Paperlogy Medium'; font-size: 17px; word-break: keep-all; color: #585858;}
#guidebook .guidebook-btns{display: flex; gap: 10px; justify-content: center;}
#guidebook .guidebook-btns .btn{display:flex; align-items:center; justify-content:center; width: calc(50% - 5px); padding: 7px 10px; border-radius: 7px;}
#guidebook .guidebook-btns .btn span{font-family: 'Paperlogy Medium';}

@media (max-width: 1400px) {
    #guidebook .guidebook-list {gap: 60px 30px;}
    #guidebook .guidebook-list > li {width: calc(25% - 22.5px);}

    /* #guidebook .guidebook-title .lang {font-size: 20px;} */
    /* #guidebook .guidebook-title .year {font-size: 16px;} */
}
@media (max-width: 1200px) {
    #guidebook .guidebook-list {gap: 50px 20px;}
    #guidebook .guidebook-list > li {width: calc(25% - 15px);}
    #guidebook .guidebook-item {padding: 12px;}

    #guidebook .guidebook-title .lang {font-size: 20px;}
    #guidebook .guidebook-title .year {font-size: 16px;}
}
@media (max-width: 1024px) {
    #guidebook .guidebook-list > li {width: calc(33.333% - 13.333px);}
}
@media (max-width: 768px) {
    #guidebook .guidebook-list {gap: 50px 15px;}
    #guidebook .guidebook-list > li {width: calc(50% - 7.5px);}
    #guidebook .guidebook-item {box-shadow:5px 5px 15px rgba(0,0,0,.1);}
}
@media (max-width: 500px) {
    #guidebook .guidebook-item {padding: 10px; margin-bottom: 15px;}
    #guidebook .guidebook-thumb {margin-bottom: 8px;}
    #guidebook .guidebook-thumb img {max-height: 200px;}
}
@media (max-width: 420px) {
    #guidebook .guidebook-list > li {width: 100%;}
    #guidebook .guidebook-thumb img {max-height: 400px;}
}


/* ----- Student Life - 은행 및 금융 ------ */
.row-cont .bank-logos {display:flex; flex-wrap:wrap; gap:12px; align-items:center;}
.row-cont .bank-logos > li img {height: 60px; width: auto; object-fit: contain; display: block; padding: 10px 14px; border: 1px solid #cfcfcf; border-radius: 12px; background:#fff;}

@media (max-width:768px) {
    .row-cont .bank-logos > li img {height: 52px;}
}


/* ----- Support - 유학생 상담센터 ----- */
.join-list-wrap .join-list {display: flex; flex-wrap: wrap; gap: 20px;}
.join-list-wrap .join-list li {width: calc(20% - 16px);}
.join-list-wrap .join-list li a {overflow: hidden; height: 160px; display: flex; align-items: center; justify-content: center; background-color: #f8f9fb; border-radius: 20px 0 20px 20px; position: relative;}
.join-list-wrap .join-list li a .arrow-btn {content: ''; width: 55px; height: 55px; background-color: #fff; position: absolute; top: 0; right: 0; border-radius: 0 0 0 30px; z-index: 9;}
.join-list-wrap .join-list li a .arrow-btn::before {content: ''; width: 20px; height: 20px; background: radial-gradient(circle at left bottom, #0000 71%, #fff 0); position: absolute; top: 0; right: 55px;}
.join-list-wrap .join-list li a .arrow-btn::after {content: ''; width: 20px; height: 20px; background: radial-gradient(circle at left bottom, #0000 71%, #fff 0); position: absolute; top: 55px; right: 0;}

.join-list-wrap .join-list li a .logo {width: 100%; object-fit: contain; max-width: 200px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 10px 10px 0 0;}
.join-list-wrap .join-list li a:hover .logo {display: none;}

.join-list-wrap .join-list li a .background {opacity: 0; transition: opacity 0.3s ease-in-out; width: 100%; height: 100%; object-fit: cover;}
.join-list-wrap .join-list li a .background-text {opacity: 0; transition: opacity 0.3s ease-in-out; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 28px; font-family: 'Paperlogy Medium'; line-height: 1.3; color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; padding: 10px 10px 0 0; z-index: 1;}
.join-list-wrap .join-list li a .background-text::before {opacity: 0; transition: opacity 0.3s ease-in-out; content: ''; width: 100%; height: 100%; background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)); position: absolute; bottom: 0; left: 0; z-index: -1;}

.join-list-wrap .join-list li a .arrow-btn .arrow {transition: background-color 0.3s ease-in-out; display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; background-color: #9098a8; border-radius: 100%; position: absolute; right: 0;}
.join-list-wrap .join-list li a .arrow-btn .arrow::before {content: '\F145'; font-family: 'bootstrap-icons'; font-weight: bold !important; transform: rotate(45deg); font-size: 32px; color: #fff; position: relative;}
/* .join-list-wrap .join-list li a .arrow-btn span i {font-size: 3px; color: #fff; display: flex; align-items: center; justify-content: center; transform: rotate(45deg);} */

.join-list-wrap .join-list li a:hover .background {opacity: 1;}
.join-list-wrap .join-list li a:hover .background-text {opacity: 1;}
.join-list-wrap .join-list li a:hover .background-text::before {opacity: 1;}

.join-list-wrap .join-list li a:hover .arrow-btn .arrow {background-color:#003b83;}

@media (max-width: 1440px) {
    .join-list-wrap .join-list li {width: calc(25% - 15px);}
}
@media (max-width: 1200px) {
    .join-list-wrap .join-list li a {height: 140px;}
    .join-list-wrap .join-list li a .logo {max-width: 170px;}
    .join-list-wrap .join-list li a .background-text {font-size: 25px;}
}
@media (max-width: 1024px) {
    .join-list-wrap .join-list {gap: 15px;}
    .join-list-wrap .join-list li {width: calc(33.3333% - 10px);}
}
@media (max-width: 850px) {
    .join-list-wrap .join-list li a {height: 120px;}
    .join-list-wrap .join-list li a .logo {max-width: 150px;}
    .join-list-wrap .join-list li a .background-text {font-size: 22px;}

    .join-list-wrap .join-list li a .arrow-btn {width: 50px; height: 50px;}
    .join-list-wrap .join-list li a .arrow-btn .arrow {width: 40px; height: 40px;}
    .join-list-wrap .join-list li a .arrow-btn .arrow::before {font-size: 26px;}
    /* .join-list-wrap .join-list li a .arrow-btn span i {font-size: 18px;} */

    .join-list-wrap .join-list li a .arrow-btn::before {right: 50px;}
    .join-list-wrap .join-list li a .arrow-btn::after {top: 50px;}
}
@media (max-width: 680px) {
    .join-list-wrap .join-list {gap: 10px;}
    .join-list-wrap .join-list li {width: calc(50% - 5px);}
    .join-list-wrap .join-list li a .background-text {font-size: 20px;}
}
@media (max-width: 550px) {
    .join-list-wrap .join-list li a {height: 100px;}
    .join-list-wrap .join-list li a .logo {max-width: 130px;}
    .join-list-wrap .join-list li a .background-text {font-size: 18px;}

    .join-list-wrap .join-list li a .arrow-btn {width: 45px; height: 45px;}
    .join-list-wrap .join-list li a .arrow-btn .arrow {width: 35px; height: 35px;}
    /* .join-list-wrap .join-list li a .arrow-btn span i {font-size: 16px;} */

    .join-list-wrap .join-list li a .arrow-btn::before {right: 45px;}
    .join-list-wrap .join-list li a .arrow-btn::after {top: 45px;}

    .join-list-wrap .join-list li a {border-radius: 15px 0 15px 15px;}
    .join-list-wrap .join-list li a .arrow-btn::before {width: 15px; height: 15px;}
    .join-list-wrap .join-list li a .arrow-btn::after {width: 15px; height: 15px;}
}
@media (max-width: 430px) {
    .join-list-wrap .join-list li {width: 100%;}

    .join-list-wrap .join-list li a .logo {padding: 0 10px 0 0;}
    .join-list-wrap .join-list li a .background-text {padding: 0;}
}

.step-wrap{margin:0 auto; background-color: #f1f6fa; border-radius: 25px; padding: 15px;}
.step-wrap .step-list{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 15px;}
.step-wrap .step-card{width: calc(25% - 11.25px); position:relative; min-height:120px; padding: 30px 20px 20px; border-radius: 20px; background:#fff; border: 2px solid #cfcfcf; margin-top: 20px; display: flex; align-items: center; justify-content: center;}
.step-wrap .step-badge{min-width: 135px; position:absolute; top:-22px; left:50%; transform: translateX(-50%); display:inline-flex; align-items:center; gap:10px; padding: 5px 10px; border-radius: 100px; background-color: #1c59a4;}
.step-wrap .step-badge .step-label{color:#fff; font-family: 'Paperlogy SemiBold'; font-size: 18px;}
.step-wrap .step-icon{width:26px; height:26px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background-color: #fff;}
.step-wrap .step-icon i {font-size: 18px; color: #1c59a4;}
.step-wrap .step-icon i::before {font-weight: bold !important;}
.step-wrap .step-body{text-align: center; font-size: 19px; font-family: 'Paperlogy Medium'; line-height: 1.6; word-break: keep-all;}

@media (max-width: 1400px) {
    .step-wrap .step-card {width: calc(50% - 7.5px);}
}
@media (max-width: 768px) {
    .step-wrap .step-badge {gap: 7px;}
    .step-wrap .step-badge {padding: 2px 7px; min-width: 120px; top: -20px;}
    .step-wrap .step-badge .step-label {font-size: 17px;}
    .step-wrap .step-icon {width: 22px; height: 22px;}
    .step-wrap .step-icon i {font-size: 14px;}
    .step-wrap .step-card {min-height: 90px;}
    .step-wrap .step-body {font-size: 18px;}
}


/* ----- Support - 긴급지원 ----- */
.cpr-steps{ margin:50px 0; }

.cpr-steps-list{ display:flex; flex-wrap:wrap; gap:30px; list-style:none; margin:0; padding:0; }
.cpr-steps .cpr-step{ width:calc(50% - 15px); display:flex; gap:20px; align-items:flex-start; padding:20px; border:1px solid #eee; box-shadow:2px 4px 8px #a2a2a244; border-radius:15px; background:#fff; opacity:0; transform:translateY(30px); animation:cprFadeUp .6s ease forwards; }
.cpr-steps .cpr-step-media{ width:250px; height:200px; border-radius:10px; overflow:hidden; flex:0 0 auto; }
.cpr-steps .cpr-step-media img{ width:100%; height:100%; object-fit:cover; display:block; }
.cpr-steps .cpr-step-body{ width:calc(100% - 270px); padding:5px 0; }
.cpr-steps .cpr-step-top{ display:flex; align-items:center; gap:10px; margin-bottom:10px; }
.cpr-steps .cpr-step-badge{ display:inline-flex; align-items:center; justify-content:center; padding:2px 15px; border-radius:100px; background:#1C59A4; color:#fff; font-family:'Paperlogy Medium'; font-size:18px; }
.cpr-steps .cpr-step-tit{ font-family:'Paperlogy SemiBold'; font-size:21px; word-break:keep-all; margin:0; }
.cpr-steps .cpr-step-desc{ font-size:19px; word-break:keep-all; margin:0; line-height:1.6; }
.cpr-steps .list-dot{ font-size:17px; color:#444; gap:0; }

@keyframes cprFadeUp{ to{ opacity:1; transform:translateY(0); } }

.cpr-steps .cpr-step:nth-child(1){ animation-delay:.1s; }
.cpr-steps .cpr-step:nth-child(2){ animation-delay:.2s; }
.cpr-steps .cpr-step:nth-child(3){ animation-delay:.3s; }
.cpr-steps .cpr-step:nth-child(4){ animation-delay:.4s; }
.cpr-steps .cpr-step:nth-child(5){ animation-delay:.5s; }
.cpr-steps .cpr-step:nth-child(6){ animation-delay:.6s; }
.cpr-steps .cpr-step:nth-child(7){ animation-delay:.7s; }
.cpr-steps .cpr-step:nth-child(8){ animation-delay:.8s; }
.cpr-steps .cpr-step:nth-child(9){ animation-delay:.9s; }

@media (max-width:1400px){
    .cpr-steps .cpr-steps-list{ gap:20px; }
    .cpr-steps .cpr-step{ width:calc(50% - 10px); }
    .cpr-steps .cpr-step-media{ width:220px; }
    .cpr-steps .cpr-step-top{ flex-direction:column; align-items:flex-start; }
    .cpr-steps .cpr-step-body{ width:calc(100% - 240px); }
    .cpr-steps .cpr-step-badge{ font-size:17px; }
    .cpr-steps .cpr-step-tit{ font-size:20px; }
    .cpr-steps .cpr-step-desc{ font-size:18px; }
}

@media (max-width:1200px){
    .cpr-steps .cpr-step{ width:100%; }
    .cpr-steps .cpr-step-media{ width:300px; }
    .cpr-steps .cpr-step-body{ width:calc(100% - 340px); }
}

@media (max-width:768px){
    .cpr-steps .cpr-step{ padding:15px; gap:15px; }
    .cpr-steps .cpr-step-media{ width:220px; }
    .cpr-steps .cpr-step-body{ width:calc(100% - 235px); }
}

@media (max-width:550px){
    .cpr-steps .cpr-step{ flex-direction:column; }
    .cpr-steps .cpr-step-media{ width:100%; height:250px; }
    .cpr-steps .cpr-step-body{ width:100%; }
}

.aid-big {margin: 50px 0;}
.aid-big-list {display: flex; flex-direction: column; gap: 30px;}

.aid-card {padding: 20px; position: relative; display: flex; gap: 30px; align-items: flex-start; border: 1px solid #cfcfcf; border-radius: 20px; background: #fff; overflow: hidden; opacity: 0; transform: translateY(30px); animation: aidFadeUp .6s ease forwards;}
.aid-card-media {width: 480px; height: 270px; flex: 1; border-radius: 15px; overflow: hidden;}
.aid-card-media img {width: 100%; height: 100%; object-fit: cover; display: block;}
.aid-card-body {width: calc(100% - 510px); height: 100%; padding: 5px 0;}
.aid-card .cont-accent {border-bottom: 1px dashed #bebebe; margin: 10px 0 15px; padding-bottom: 15px;}

@keyframes aidFadeUp {to {opacity: 1; transform: translateY(0);}}
.aid-big .aid-card:nth-child(1) {animation-delay: .1s;}
.aid-big .aid-card:nth-child(2) {animation-delay: .2s;}
.aid-big .aid-card:nth-child(3) {animation-delay: .3s;}
.aid-big .aid-card:nth-child(4) {animation-delay: .4s;}
.aid-big .aid-card:nth-child(5) {animation-delay: .5s;}
.aid-big .aid-card:nth-child(6) {animation-delay: .6s;}
.aid-big .aid-card:nth-child(7) {animation-delay: .7s;}
.aid-big .aid-card:nth-child(8) {animation-delay: .8s;}
.aid-big .aid-card:nth-child(9) {animation-delay: .9s;}

@media (max-width: 1400px) {
    .aid-card-media {width: 400px; height: 250px;}
    .aid-card {gap: 20px;}
    .aid-card-body {width: calc(100% - 420px);}
}
@media (max-width: 1024px) {
    .aid-card-media {width: 320px;}
    .aid-card {padding: 15px;}
    .aid-card-body {width: calc(100% - 340px);}
    .aid-card .cont-accent {margin-bottom: 10px; padding-bottom: 10px;}
}
@media (max-width: 768px) {
    .aid-card-media {width: 240px; height: 200px;}
    .aid-card-body {width: calc(100% - 270px);}
}
@media (max-width: 550px) {
    .aid-card {flex-direction: column;}
    .aid-card-media {width: 100%; height: 250px;}
    .aid-card-body {width: 100%; padding: 0;}
    .aid-card .cont-accent {margin-top: 0;}
}


/* ----- 카카오 맵 (법률 사무소 안내, 병원 리스트) ----- */
.map-tab-wrap {display: flex; flex-wrap: wrap; gap: 20px; align-items: flex-start;}

.map-tab-wrap ::-webkit-scrollbar {width: 7px;}
.map-tab-wrap ::-webkit-scrollbar-track {background: #f0f0f0; border-radius: 100px;}
.map-tab-wrap ::-webkit-scrollbar-thumb {background: #9c9c9c; border-radius: 100px;}
.map-tab-wrap ::-webkit-scrollbar-thumb:hover {background-color: #929292;}

.map-tab-wrap .root_daum_roughmap .map-controls {justify-content: flex-end;}

.map-tab-wrap .map-tab-nav-wrap {position: relative;}
.map-tab-wrap .map-tab-nav-wrap::before {content: ''; width: calc(100% - 27px); height: 2px; background-color: #aeaeae; position: absolute; top: 0; left: 0; z-index: 1;}
.map-tab-wrap .map-tab-nav-wrap::after {content: ''; width: calc(100% - 27px); height: 2px; background-color: #aeaeae; position: absolute; bottom: 0; left: 0; z-index: 1;}
.map-tab-wrap .map-tab-nav {width: 550px; height: 514px; overflow: auto; flex: 0 0 550px; display: flex; flex-direction: column; position: relative; padding-right: 20px;}
.map-tab-wrap .map-tab-cont {flex: 1; min-width: 0;}
.map-tab-wrap .root_daum_roughmap {width:100% !important;}

.map-tab-wrap .map-tab-btn {cursor: pointer; width:100%; padding: 20px; border-bottom: 1px solid #ddd; background: #fff; font-family:'Paperlogy Medium'; transition: 0.2s ease-in-out;}
.map-tab-wrap .map-tab-btn.active {background-color: #f5f8fc;}

.map-tab-btn > ul {display: flex; flex-direction: column; gap: 3px; word-break: keep-all;}
.map-tab-btn > ul > li {font-size: 18px;}
.map-tab-btn > ul .tit {font-family: 'Paperlogy SemiBold'; font-size: 20px;}
.map-tab-btn > ul .info-row {display: flex; flex-wrap: wrap; gap: 3px 20px;}
.map-tab-btn > ul .info-row span {display: flex; align-items: center; padding-left: 32px; position: relative;}
.map-tab-btn > ul i {background-color: #1C59A4; width: 24px; height: 24px; border-radius: 5px; font-size: 14px; display: inline-flex; align-items: center; justify-content: center; margin-right: 6px; color: #fff; position: absolute; top: 4px; left: 0;}
.map-tab-btn > ul .time {position: relative; padding-left: 32px;}
.map-tab-btn > ul .cate {position: relative; padding-left: 32px;}

.map-tab-btn > ul .kakaomap a {padding: 4px 10px; margin-top: 15px; background: #fae100; position: relative; align-items: center; justify-content: center; border-radius: 100px; display: none; font-family: 'Paperlogy SemiBold';}
.map-tab-btn > ul .kakaomap a::before {content: ''; width: 26px; height: 26px; background: url('../images/sub/ico-kakaomap.png') no-repeat center center / contain; display: inline-block;}

.map-tab-wrap .map-tab-panel {display: none;}
.map-tab-wrap .map-tab-panel.active {display: block;}

@media (max-width: 1200px) {
    .map-tab-wrap {gap: 15px;}
    .root_daum_roughmap .wrap_map {height: 465px !important;}
    .map-tab-wrap .map-tab-nav {width: 450px; flex: 0 0 450px;  padding-right: 15px; height: 465px;}
    .map-tab-wrap .map-tab-btn {padding: 15px;}
    .map-tab-wrap .map-tab-nav-wrap::before {width: calc(100% - 22px);}
    .map-tab-wrap .map-tab-nav-wrap::after {width: calc(100% - 22px);}

    .map-tab-btn > ul .tit {font-size: 19px;}
    .map-tab-btn > ul > li {font-size: 17px;}
    .map-tab-btn > ul i {width: 22px; height: 22px; font-family: 12px;}
    .map-tab-btn > ul .info-row span {padding-left: 28px;}
    .map-tab-btn > ul .time {padding-left: 28px;}
    .map-tab-btn > ul .cate {padding-left: 28px;}
}
@media (max-width: 850px) {
    .map-tab-wrap .map-tab-cont {display: none;}
    .map-tab-wrap .map-tab-nav {width: 100%; flex: unset; padding: 0; height: 100%; overflow: unset;}
    .map-tab-wrap .map-tab-btn {cursor: unset; padding: 20px 0;}
    .map-tab-wrap .map-tab-btn.active {background-color: #fff;}
    .map-tab-wrap .map-tab-nav-wrap::before, .map-tab-wrap .map-tab-nav-wrap::after {display: none;}

    .map-tab-btn > ul .kakaomap a {display: flex;}
}

/*-- 관광 SNS --*/
.sns-wrap .sns-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; padding: 50px 20px; margin: 0; list-style: none; }
.sns-wrap .sns-item { position: relative; z-index: 10; width: calc((100% - 60px) / 3); border-radius: 30px; background-color: #fff; text-align: center; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.sns-wrap .sns-item.n1 { box-shadow: inset 0 0 0 2px #ff0000; } .sns-wrap .sns-item.n1::before { background: #ff0000; } .sns-wrap .sns-item.n1 .sns-anchor span::before { background-color: #ff0000; background-image: url('/sites/www/images/sub/sns-youtube.svg'); }
.sns-wrap .sns-item.n2 { box-shadow: inset 0 0 0 2px #2db200; } .sns-wrap .sns-item.n2::before { background: #2db200; } .sns-wrap .sns-item.n2 .sns-anchor span::before { background-color: #2db200; background-image: url('/sites/www/images/sub/sns-blog.png'); }
.sns-wrap .sns-item.n3 { box-shadow: inset 0 0 0 2px #d62976; } .sns-wrap .sns-item.n3::before { background: linear-gradient(45deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%); } .sns-wrap .sns-item.n3 .sns-anchor span::before { background-image: url('/sites/www/images/sub/sns-instagram.svg'), linear-gradient(45deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%); background-size: 40px 40px, cover; }
.sns-wrap .sns-item.n4 { box-shadow: inset 0 0 0 2px #4765a1; } .sns-wrap .sns-item.n4::before { background: #4765a1; } .sns-wrap .sns-item.n4 .sns-anchor span::before { background-color: #4765a1; background-image: url('/sites/www/images/sub/sns-facebook.svg'); }
.sns-wrap .sns-item.n5 { box-shadow: inset 0 0 0 2px #E8380D; } .sns-wrap .sns-item.n5::before { background: #E8380D; } .sns-wrap .sns-item.n5 .sns-anchor span::before { background-color: #E8380D; background-image: url('/sites/www/images/sub/cityhall-w.svg'); }
.sns-wrap .sns-item::before { content: ""; position: absolute; top: 50%; left: 50%; width: 250%; padding-bottom: 250%; border-radius: 50%; transform: translate(-50%, -50%) scale(0); transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease; opacity: 0; z-index: -1; }
.sns-wrap .sns-item .sns-anchor { display: block; position: relative; padding: 38px 15px 36px; text-decoration: none; z-index: 2; }
.sns-wrap .sns-item .sns-anchor span { display: block; position: relative; padding-top: 89px; color: #5a5d6b; font-size: 20px; line-height: 20px; transition: color 0.3s ease; }
.sns-wrap .sns-item .sns-anchor p { display: block; margin-top: 9px; font-size: 20px; line-height: 24px; color: #222; transition: color 0.3s ease; }
.sns-wrap .sns-item .sns-anchor span::before { content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; width: 70px; height: 70px; margin: 0 auto; border-radius: 50%; background-repeat: no-repeat; background-position: center; background-size: 40px 40px; transition: background-color 0.3s ease; }
.sns-wrap .sns-item:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); }
.sns-wrap .sns-item:hover::before { transform: translate(-50%, -50%) scale(1); opacity: 1; }
.sns-wrap .sns-item:hover .sns-anchor span, .sns-wrap .sns-item:hover .sns-anchor p { color: #fff; }
.sns-wrap .sns-item:hover .sns-anchor span::before { background-color: transparent !important; }
@media all and (max-width: 800px) { .sns-wrap .sns-list { gap: 20px; padding: 40px 20px; } .sns-wrap .sns-item { width: calc((100% - 40px) / 3); } }
@media all and (max-width: 640px) { .sns-wrap .sns-list { gap: 15px; padding: 30px 15px; } .sns-wrap .sns-item { width: calc((100% - 15px) / 2); } .sns-wrap .sns-item .sns-anchor span { padding-top: 70px; font-size: 15px; } .sns-wrap .sns-item .sns-anchor p { font-size: 18px; line-height: 22px; } .sns-wrap .sns-item .sns-anchor span::before { width: 55px; height: 55px; background-size: 30px 30px; } }
@media all and (max-width: 480px) { .sns-wrap .sns-item { width: 100%; } }