

/*igc 소개*/

.gw-campus {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    color: #222;
}

.gw-visual {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 56px;
}

.gw-visual-img img {
    display: block;
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.gw-intro {
    margin-bottom: 70px;
    padding: 48px 0 0;
    border-top: 2px solid #0068b7;
}

.gw-label {
    margin: 0 0 10px;
    color: #0068b7;
    font-size: 15px;
    font-weight: 600;
}

.gw-intro h2 {
    margin: 0 0 28px;
    font-size: 34px;
    line-height: 1.35;
    font-weight: 700;
}

.gw-intro p {
    margin: 0;
    font-size: 17px;
    line-height: 1.85;
    word-break: keep-all;
}

.gw-intro p + p {
    margin-top: 16px;
}

.gw-ci-section {
    padding-top: 48px;
    border-top: 1px solid #d9e2ec;
}

.gw-section-title {
    margin-bottom: 28px;
}

.gw-section-title p {
    margin: 0 0 8px;
    color: #0068b7;
    font-size: 14px;
    font-weight: 600;
}

.gw-section-title h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1.35;
    font-weight: 700;
}

.gw-ci-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.gw-ci-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 210px;
    padding: 34px;
    border: 1px solid #dfe6ee;
    background: #fff;
}

.gw-ci-card img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 900px) {
    .gw-campus {
        padding: 45px 16px;
    }

    .gw-visual,
    .gw-ci-list {
        grid-template-columns: 1fr;
    }

    .gw-visual {
        gap: 14px;
        margin-bottom: 42px;
    }

    .gw-visual-img img {
        height: 260px;
    }

    .gw-intro {
        margin-bottom: 52px;
        padding-top: 36px;
    }

    .gw-intro h2 {
        font-size: 28px;
    }

    .gw-intro p {
        font-size: 16px;
        line-height: 1.75;
    }

    .gw-ci-section {
        padding-top: 38px;
    }

    .gw-section-title h3 {
        font-size: 24px;
    }

    .gw-ci-card {
        min-height: 170px;
        padding: 28px;
    }
}

@media (max-width: 480px) {
    .gw-campus {
        padding: 36px 14px;
    }

    .gw-visual-img img {
        height: 210px;
    }

    .gw-intro h2 {
        font-size: 24px;
    }

    .gw-label,
    .gw-section-title p {
        font-size: 13px;
    }

    .gw-ci-card {
        min-height: 140px;
        padding: 22px;
    }
}






/*비전 미션*/

.gw-vision {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    color: #222;
}

.gw-page-title {
    margin-bottom: 50px;
    padding-bottom: 24px;
    border-bottom: 2px solid #0068b7;
}

.gw-page-title p {
    margin: 0 0 10px;
    color: #0068b7;
    font-size: 15px;
    font-weight: 600;
}

.gw-page-title h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
}

.gw-vm-section {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 60px;
    padding: 50px 0;
}

.gw-vm-section + .gw-vm-section {
    border-top: 1px solid #ddd;
}

.gw-vm-title span {
    display: block;
    margin-bottom: 12px;
    color: #0068b7;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .05em;
}

.gw-vm-title h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    word-break: keep-all;
}

.gw-vm-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.gw-vm-item {
    padding: 28px 32px;
    background: #f7f8fa;
}

.gw-vm-item strong {
    display: block;
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.6;
    word-break: keep-all;
}

.gw-vm-item strong::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    background: #0068b7;
}

.gw-vm-item p {
    margin: 0;
    padding-left: 18px;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    word-break: keep-all;
}


/* Tablet */
@media (max-width: 1024px) {

    .gw-vm-section {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .gw-vm-title h3 {
        font-size: 26px;
    }

}


/* Mobile */
@media (max-width: 768px) {

    .gw-vision {
        padding: 45px 16px;
    }

    .gw-page-title {
        margin-bottom: 40px;
    }

    .gw-page-title p {
        font-size: 14px;
    }

    .gw-page-title h2 {
        font-size: 30px;
    }

    .gw-vm-section {
        padding: 40px 0;
        gap: 24px;
    }

    .gw-vm-title span {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .gw-vm-title h3 {
        font-size: 24px;
    }

    .gw-vm-item {
        padding: 24px;
    }

    .gw-vm-item strong {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .gw-vm-item p {
        font-size: 15px;
        line-height: 1.75;
    }

}


/* Small Mobile */
@media (max-width: 480px) {

    .gw-page-title h2 {
        font-size: 26px;
    }

    .gw-vm-title h3 {
        font-size: 21px;
    }

    .gw-vm-item {
        padding: 20px;
    }

    .gw-vm-item strong {
        font-size: 16px;
        line-height: 1.55;
    }

    .gw-vm-item p {
        font-size: 14px;
    }

}




/*미래모빌리티 센터 소개 시설 소개*/
.gw-facility {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    color: #222;
}

.gw-page-title {
    margin-bottom: 50px;
    padding-bottom: 24px;
    border-bottom: 2px solid #0068b7;
}

.gw-page-title p,
.gw-section-title p,
.gw-info-title span {
    margin: 0 0 10px;
    color: #0068b7;
    font-size: 15px;
    font-weight: 600;
}

.gw-page-title h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
}

.gw-info-section {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 60px;
    padding: 45px 0;
    border-bottom: 1px solid #ddd;
}

.gw-info-section:first-of-type {
    padding-top: 0;
}

.gw-info-title h3,
.gw-section-title h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.45;
    word-break: keep-all;
}

.gw-info-box {
    background: #f7f8fa;
    padding: 30px 34px;
}

.gw-info-box dl {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 16px 28px;
    margin: 0;
}

.gw-info-box dt {
    font-size: 16px;
    font-weight: 700;
}

.gw-info-box dd {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    word-break: keep-all;
}

.gw-table-section {
    padding: 50px 0;
    border-bottom: 1px solid #ddd;
}

.gw-section-title {
    margin-bottom: 24px;
}

.gw-table-wrap {
    overflow-x: auto;
}

.gw-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    border-top: 2px solid #222;
}

.gw-table caption {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
}

.gw-table th {
    padding: 16px 12px;
    background: #f7f8fa;
    border-bottom: 1px solid #d8d8d8;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.gw-table td {
    padding: 16px 12px;
    border-bottom: 1px solid #e5e5e5;
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    word-break: keep-all;
}

.gw-table td:last-child {
    text-align: left;
}

.gw-rental-section {
    padding-top: 50px;
}

.gw-rental-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.gw-rental-card {
    display: grid;
    grid-template-columns: 380px 1fr;
    background: #f7f8fa;
}

.gw-rental-img img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
}

.gw-rental-cont {
    padding: 34px 38px;
}

.gw-rental-cont h3 {
    padding-bottom: 14px;
    font-size: 24px;
    font-weight: 700;
}

.gw-rental-cont h4 {
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 24px;
    font-weight: 700;
}

.gw-rental-cont ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gw-rental-cont li {
    position: relative;
    padding-left: 14px;
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    word-break: keep-all;
}

.gw-rental-cont li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 4px;
    height: 4px;
    background: #0068b7;
}

@media (max-width: 1024px) {
    .gw-info-section {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .gw-rental-card {
        grid-template-columns: 320px 1fr;
    }
}

@media (max-width: 768px) {
    .gw-facility {
        padding: 45px 16px;
    }

    .gw-page-title {
        margin-bottom: 40px;
    }

    .gw-page-title h2 {
        font-size: 30px;
    }

    .gw-info-section,
    .gw-table-section {
        padding: 38px 0;
    }

    .gw-info-title h3,
    .gw-section-title h3 {
        font-size: 24px;
    }

    .gw-info-box {
        padding: 24px;
    }

    .gw-info-box dl {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .gw-info-box dd {
        margin-bottom: 12px;
    }

    .gw-rental-section {
        padding-top: 38px;
    }

    .gw-rental-card {
        grid-template-columns: 1fr;
    }

    .gw-rental-img img {
        height: 230px;
        min-height: auto;
    }

    .gw-rental-cont {
        padding: 26px 24px;
    }

    .gw-rental-cont h4 {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .gw-facility {
        padding: 36px 14px;
    }

    .gw-page-title p,
    .gw-section-title p,
    .gw-info-title span {
        font-size: 13px;
    }

    .gw-page-title h2 {
        font-size: 26px;
    }

    .gw-info-title h3,
    .gw-section-title h3 {
        font-size: 21px;
    }

    .gw-info-box {
        padding: 20px;
    }

    .gw-info-box dt,
    .gw-info-box dd,
    .gw-rental-cont li {
        font-size: 14px;
    }

    .gw-rental-img img {
        height: 200px;
    }

    .gw-rental-cont h4 {
        font-size: 20px;
    }
}



/*입주안내*/

.gw-movein {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    color: #222;
}

.gw-section {
    padding-bottom: 70px;
}

.gw-page-title {
    margin-bottom: 32px;
    padding-bottom: 22px;
    border-bottom: 2px solid #0068b7;
}

.gw-page-title p {
    margin: 0 0 10px;
    color: #0068b7;
    font-size: 15px;
    font-weight: 600;
}

.gw-page-title h2 {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
}

.gw-sub-section {
    margin-top: 50px;
}

.gw-sub-section:first-of-type {
    margin-top: 0;
}

.gw-sub-section h3 {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}

.gw-basic-list {
    margin: 0;
    padding: 26px 30px;
    list-style: none;
    background: #f7f8fa;
}

.gw-basic-list li {
    position: relative;
    padding-left: 14px;
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    word-break: keep-all;
}

.gw-basic-list li + li {
    margin-top: 10px;
}

.gw-basic-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 4px;
    height: 4px;
    background: #0068b7;
}

.gw-basic-list strong {
    color: #222;
    font-weight: 700;
}

.gw-desc {
    margin: 0 0 20px;
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    word-break: keep-all;
}

.gw-note {
    margin: 15px 0 0;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    word-break: keep-all;
}

.gw-info-box {
    margin-bottom: 22px;
    padding: 30px;
    background: #f7f8fa;
}

.gw-info-box dl {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 16px 28px;
    margin: 0;
}

.gw-info-box dt {
    font-size: 16px;
    font-weight: 700;
}

.gw-info-box dd {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    word-break: keep-all;
}

.gw-table-wrap {
    overflow-x: auto;
}

.gw-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    border-top: 2px solid #222;
}

.gw-table caption {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
}

.gw-table th {
    padding: 16px 12px;
    background: #f7f8fa;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.gw-table td {
    padding: 16px 12px;
    border-bottom: 1px solid #e5e5e5;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
    word-break: keep-all;
}

.gw-table td.left {
    text-align: left;
}

.gw-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
}

.gw-status::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.gw-status.done::before {
    background: #d32f2f;
}

.gw-status.open::before {
    background: #0068b7;
}

.gw-floor-guide {
    margin-top: 40px;
}

.gw-floor-guide h4 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.gw-floor-img {
    padding: 30px;
    background: #f7f8fa;
    text-align: center;
}

.gw-floor-img img {
    display: block;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
}

.gw-process {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.gw-process-item {
    padding: 28px 20px;
    background: #f7f8fa;
    border-top: 3px solid #0068b7;
    text-align: center;
}

.gw-process-item strong {
    display: block;
    margin-bottom: 10px;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    word-break: keep-all;
}

.gw-process-item span {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    word-break: keep-all;
}

.gw-review-box {
    margin-top: 30px;
}

.gw-review-summary {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 30px;
    padding: 30px;
    background: #f7f8fa;
    border-top: 3px solid #0068b7;
}

.gw-review-summary h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.gw-review-info dl {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 14px 24px;
    margin: 0;
}

.gw-review-info dl + dl {
    margin-top: 14px;
}

.gw-review-info dt {
    color: #0068b7;
    font-size: 15px;
    font-weight: 700;
}

.gw-review-info dd {
    margin: 0;
    color: #333;
    font-size: 17px;
    line-height: 1.6;
    word-break: keep-all;
}

.gw-review-info dd span {
    color: #666;
}

.gw-review-chart {
    position: relative;
    margin-top: 50px;
    padding-top: 90px;
}

.gw-review-title {
    position: relative;
    top: 20px;
    left: 50%;
    z-index: 10;
    max-width: 320px;
    padding: 10px 20px;
    background: #0068b7;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    transform: translateX(-50%);
}

.gw-review-title span {
    font-weight: 600;
}

.gw-review-chart::before {
    content: "";
    position: absolute;
    top: 66px;
    left: 50%;
    width: 1px;
    height: 40px;
    background: #d7dce2;
}

.gw-review-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    padding-top: 40px;
}

.gw-review-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: #d7dce2;
}

.gw-review-item {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
}

.gw-review-item::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    width: 1px;
    height: 40px;
    background: #d7dce2;
}

.gw-review-head {
    padding: 24px 20px;
    background: #f7f8fa;
    border-top: 4px solid #0068b7;
}

.gw-review-head span {
    display: block;
    margin-bottom: 8px;
    color: #0068b7;
    font-size: 22px;
    font-weight: 700;
}

.gw-review-head strong {
    display: block;
    min-height: 78px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    word-break: keep-all;
}

.gw-review-head em {
    display: block;
    margin-top: 12px;
    color: #0068b7;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.gw-review-item ul {
    margin: 0;
    padding: 24px 20px;
    list-style: none;
}

.gw-review-item li {
    position: relative;
    padding-left: 14px;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    word-break: keep-all;
}

.gw-review-item li + li {
    margin-top: 14px;
}

.gw-review-item li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    background: #0068b7;
}

.gw-review-item li b {
    display: block;
    margin-top: 4px;
    color: #222;
    font-weight: 700;
}

.gw-point-box {
    margin-top: 22px;
    padding: 26px 30px;
    background: #f7f8fa;
}

.gw-point-box strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}

.gw-point-box p {
    margin: 0 0 15px;
    color: #666;
    font-size: 14px;
}

.gw-point-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gw-point-box li {
    position: relative;
    padding-left: 14px;
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    word-break: keep-all;
}

.gw-point-box li + li {
    margin-top: 8px;
}

.gw-point-box li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 4px;
    height: 4px;
    background: #0068b7;
}

@media (max-width: 1024px) {
    .gw-process {
        grid-template-columns: repeat(3, 1fr);
    }

    .gw-review-chart {
        padding-top: 0;
    }

    .gw-review-title {
        position: static;
        min-width: auto;
        margin-bottom: 25px;
        transform: none;
    }

    .gw-review-chart::before,
    .gw-review-list::before,
    .gw-review-item::before {
        display: none;
    }

    .gw-review-list {
        grid-template-columns: repeat(2, 1fr);
        padding-top: 0;
    }

    .gw-review-head strong {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .gw-movein {
        padding: 45px 16px;
    }

    .gw-section {
        padding-bottom: 55px;
    }

    .gw-page-title h2 {
        font-size: 28px;
    }

    .gw-sub-section {
        margin-top: 40px;
    }

    .gw-sub-section h3 {
        font-size: 22px;
    }

    .gw-basic-list,
    .gw-info-box,
    .gw-point-box {
        padding: 24px;
    }

    .gw-info-box dl,
    .gw-review-summary,
    .gw-review-info dl {
        grid-template-columns: 1fr;
    }

    .gw-info-box dl,
    .gw-review-info dl {
        gap: 8px;
    }

    .gw-info-box dd {
        margin-bottom: 10px;
    }

    .gw-floor-guide {
        margin-top: 30px;
    }

    .gw-floor-guide h4 {
        font-size: 18px;
    }

    .gw-floor-img {
        padding: 20px;
    }

    .gw-process {
        grid-template-columns: repeat(2, 1fr);
    }

    .gw-process-item {
        padding: 24px 18px;
    }

    .gw-process-item strong {
        font-size: 16px;
    }

    .gw-process-item span {
        font-size: 13px;
    }

    .gw-review-summary {
        gap: 18px;
        padding: 24px;
    }

    .gw-review-summary h3 {
        font-size: 22px;
    }

    .gw-review-info dd {
        font-size: 15px;
    }

    .gw-review-title {
        font-size: 22px;
        padding: 16px 20px;
    }
}

@media (max-width: 480px) {
    .gw-movein {
        padding: 36px 14px;
    }

    .gw-section {
        padding-bottom: 45px;
    }

    .gw-page-title p {
        font-size: 13px;
    }

    .gw-page-title h2 {
        font-size: 24px;
    }

    .gw-sub-section h3 {
        font-size: 20px;
    }

    .gw-basic-list,
    .gw-info-box,
    .gw-point-box {
        padding: 20px;
    }

    .gw-basic-list li,
    .gw-info-box dt,
    .gw-info-box dd,
    .gw-desc,
    .gw-process-item span {
        font-size: 14px;
    }

    .gw-basic-list strong {
        display: block;
        margin-bottom: 2px;
    }

    .gw-process,
    .gw-review-list {
        grid-template-columns: 1fr;
    }

    .gw-review-title {
        font-size: 20px;
    }
}