/* 연혁 */
.history-box {
    display: flex;
    flex-wrap: wrap;
}

    .history-box .history-nav {
        flex: 1 1 100%;
        position: sticky;
        top: 15px;
        align-self: flex-start;
        background-color: #fff;
        margin-bottom: 30px;
    }

        .history-box .history-nav::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 50px;
            top: -30px;
            left: 0;
            background-color: #fff;
            z-index: -1;
        }

        .history-box .history-nav::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 50px;
            bottom: -50px;
            left: 0;
            background: linear-gradient(#fff, transparent);
            z-index: -1;
        }

        .history-box .history-nav .img-box {
            position: relative;
            height: 120px;
            margin-bottom: 10px;
            border-radius: 10px;
            overflow: hidden;
            transition: all .3s ease-out;
        }

            .history-box .history-nav .img-box::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #f8f8fb;
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
                transition: all .6s ease-out;
            }

            .history-box .history-nav .img-box.style01::before {
                background-image: url(/site/resource/gimhae/www/images/history-img01.png);
                background-position: top;
            }

            .history-box .history-nav .img-box.style02::before {
                background-image: url(/site/resource/gimhae/www/images/history-img02.png);
            }

            .history-box .history-nav .img-box.style03::before {
                background-image: url(/site/resource/gimhae/www/images/history-img03.png);
                background-position: top;
            }

        .history-box .history-nav .history-deco {
            display: none;
        }

        .history-box .history-nav .spy-box {
            display: flex;
            gap: 5px;
        }

            .history-box .history-nav .spy-box > .spy {
                flex: 1 1 auto;
                position: relative;
                display: block;
                padding: 9px 8px 7px;
                margin-bottom: 0;
                background: #EBF9F7;
                border: 1px solid #d2e4e1;
                border-radius: 50px;
                font-size: 16px;
                font-weight: 600;
                color: #949494;
                text-align: center;
                transition: all .3s ease-out;
            }

                .history-box .history-nav .spy-box > .spy:focus {
                    outline: 0;
                }

                .history-box .history-nav .spy-box > .spy.active {
                    border-color: var(--point-color01);
                    background-color: var(--point-color01);
                    font-weight: 700;
                    color: #fff;
                }

    .history-box .history-list {
        flex: 1 1 100%;
    }

        .history-box .history-list .list-box .tit {
            font-family: var(--font-type02);
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .history-box .history-list .list-box .list {
            margin-bottom: 30px;
        }

        .history-box .history-list .list-box:last-child .list:last-child {
            margin-bottom: 0;
        }

        .history-box .history-list .list-box .list > li {
            display: flex;
            margin-bottom: 10px;
        }

            .history-box .history-list .list-box .list > li:last-child {
                margin-bottom: 0;
            }

            .history-box .history-list .list-box .list > li .month {
                font-family: var(--font-type01);
                font-weight: 600;
                flex: 0 0 40px;
                padding-right: 15px;
            }

            .history-box .history-list .list-box .list > li .txt {
                color: #767676;
            }

@media(min-width: 576px) {
    .history-box .history-nav {
        top: 30px;
    }

        .history-box .history-nav .img-box {
            height: 180px;
        }

        .history-box .history-nav .spy-box > .spy {
            padding: 11px 10px 9px;
        }

    .history-box .history-list .list-box .tit {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .history-box .history-list .list-box .list {
        margin-bottom: 45px;
    }

        .history-box .history-list .list-box .list > li {
            font-size: 17px;
            margin-bottom: 10px;
        }

            .history-box .history-list .list-box .list > li .month {
                flex: 0 0 60px;
                padding-right: 25px;
            }
}

@media(min-width: 992px) {
    .history-box {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 0 90px;
    }

        .history-box .history-nav {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            flex: 1 1 auto;
            top: 50px;
            margin-bottom: 0;
        }

            .history-box .history-nav .img-box {
                height: auto;
                padding-top: 60%;
                margin-bottom: 30px;
                min-width: 300px;
                border-radius: 12px;
            }

            .history-box .history-nav .history-deco {
                position: absolute;
                right: -50px;
                top: 100px;
                display: block;
                width: 120px;
                height: 120px;
                background-image: url(/site/resource/gimhae/www/images/history-deco.png);
                background-size: 120px;
                animation: 5s rotate infinite linear;
                opacity: .5;
            }

            .history-box .history-nav .spy-box {
                display: block;
                margin-bottom: 60px;
            }

                .history-box .history-nav .spy-box > .spy {
                    font-family: var(--font-type02);
                    font-size: 28px;
                    font-weight: 700;
                    background: transparent;
                    border: 0;
                    border-radius: 0;
                    text-align: left;
                    transition: color .3s, padding .3s;
                    padding: 7px 0 3px;
                    margin-bottom: 15px;
                }

                    .history-box .history-nav .spy-box > .spy::before {
                        content: '';
                        position: absolute;
                        top: 50%;
                        left: 0;
                        width: 8px;
                        height: 8px;
                        transform: translateY(-50%);
                        border-radius: 50px;
                        background-color: var(--main-color01);
                        opacity: 0;
                        transition: all .3s ease-out;
                    }

                    .history-box .history-nav .spy-box > .spy.active {
                        color: #030100;
                        background: transparent;
                        padding-left: 22px;
                    }

                        .history-box .history-nav .spy-box > .spy.active::before {
                            opacity: 1;
                        }

        .history-box .history-list .list-box .tit {
            font-size: 32px;
            margin-bottom: 20px;
        }

        .history-box .history-list .list-box .list {
            margin-bottom: 100px;
        }

        .history-box .history-list .list-box:last-child .list:last-child {
            margin-bottom: 100px;
        }

        .history-box .history-list .list-box .list > li {
            font-size: 19px;
            margin-bottom: 18px;
        }

            .history-box .history-list .list-box .list > li .month {
                flex: 0 0 80px;
                padding-right: 40px;
            }
}

@media(min-width: 1200px) {
    .history-box .history-nav .img-box {
        min-width: 400px;
    }

    .history-box .history-nav .history-deco {
        right: -70px;
        top: 120px;
        width: 180px;
        height: 180px;
        background-size: 180px;
        animation-duration: 8s
    }
}

@media(min-width: 1600px) {
    .history-box {
        gap: 0 150px;
        padding-top: 0;
    }

        .history-box .history-nav {
            top: 80px;
        }

            .history-box .history-nav .img-box {
                padding-top: 60%;
                border-radius: 16px;
                margin-bottom: 80px;
            }

            .history-box .history-nav .spy-box > .spy {
                font-size: 44px;
                margin-bottom: 25px;
            }

                .history-box .history-nav .spy-box > .spy::before {
                    top: calc(50% - 2px);
                    width: 12px;
                    height: 12px;
                }

                .history-box .history-nav .spy-box > .spy.active {
                    padding-left: 35px;
                }

            .history-box .history-nav .history-deco {
                right: -80px;
                top: 240px;
            }

        .history-box .history-list {
            flex: 0 0 750px;
        }

            .history-box .history-list .list-box .tit {
                font-size: 44px;
                margin-bottom: 28px;
            }

            .history-box .history-list .list-box .list > li {
                font-size: 20px;
                margin-bottom: 22px;
            }

                .history-box .history-list .list-box .list > li .month {
                    padding-right: 40px;
                }

            .history-box .history-list .list-box .list {
                margin-bottom: 120px;
            }

            .history-box .history-list .list-box:last-child .list:last-child {
                margin-bottom: 120px;
            }
}

@media(min-width: 1800px) {
    .history-box {
        gap: 0 180px;
    }

        .history-box .history-nav .history-deco {
            right: -85px;
        }

        .history-box .history-list .list-box .list {
            margin-bottom: 100px;
        }

        .history-box .history-list .list-box:last-child .list:last-child {
            margin-bottom: 100px;
        }
}
/* 네이밍/BI 소개 */
.logo-box {
    margin-bottom: 10px;
}

    .logo-box.main-bi .logo-list .logo-item .img {
        max-width: 280px;
        margin: auto;
    }

.logo-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .logo-list .logo-item {
        position: relative;
        flex: 1 0 100%;
        border: 1px solid #E5E5E5;
        border-radius: 8px;
        background: url('/site/resource/gimhae/www/images/ui_bg.png');
        background-position: -2px -2px;
    }

        .logo-list .logo-item .img {
            display: flex;
            justify-content: center;
            padding: 20px 25px;
        }

@media (min-width:480px) {
    .logo-list .logo-item {
        flex: 1 0 calc(50% - 8px);
    }
}

@media (min-width:992px) {
    .logo-list .logo-item .name {
        bottom: 15px;
        font-size: 16px;
        padding: 6px 16px;
    }

    .logo-list .logo-item .img {
        padding: 30px 0;
    }
}

@media (min-width:1600px) {
    .logo-box {
        margin-bottom: 15px;
    }

    .logo-list {
        gap: 12px;
    }

        .logo-list .logo-item {
            flex: 1 0 calc(25% - 12px);
            border-radius: 15px;
        }

            .logo-list .logo-item .img {
                padding: 60px 0;
            }

    .logo-box.main-bi .logo-list .logo-item .img {
        max-width: 400px;
    }
}
/* 대학조직 안내 */
.organ-info-top {
    position: relative;
    overflow: hidden;
}

    .organ-info-top .img {
        position: relative;
        ;
        width: 100%;
        border-radius: 8px 40px 0 8px;
        padding-top: 130px;
        overflow: hidden;
    }

        .organ-info-top .img::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(0deg, rgba(255,255,255,.95) 30%,rgba(255,255,255,0) 60%);
            z-index: 1;
        }

        .organ-info-top .img img {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            height: 100%;
        }

    .organ-info-top .inner {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 100%;
        height: 100%;
        padding: 12px 15px 0;
        z-index: 2;
    }

        .organ-info-top .inner p {
            font-size: 16px;
            margin-bottom: 0;
        }

        .organ-info-top .inner .tit {
            font-family: var(--font-type02);
            font-weight: 700;
            margin-bottom: 0;
        }

    .organ-info-top + .organ-vision-tit {
        margin-top: 40px;
    }

.organ-vision-tit {
    position: relative;
    display: flex;
    gap: 12px 0;
    flex-wrap: wrap;
    background: linear-gradient(90deg, var(--main-color01), var(--point-color01));
    border-radius: 8px;
    padding: 12px;
    margin-top: 28px;
}

    .organ-vision-tit::before {
        content: '비전';
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 600;
        color: var(--main-color01);
        flex: 0 0 60px;
        height: 36px;
        border-radius: 50px;
        background: #FFF;
        margin-top: -28px;
        z-index: 1;
    }

    .organ-vision-tit::after {
        content: '';
        position: absolute;
        display: none;
        left: 49px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 25px 0px 0px;
        border-color: #FFF transparent transparent transparent;
    }

    .organ-vision-tit .tit {
        position: relative;
        display: flex;
        flex: 0 0 100%;
        align-items: center;
        font-family: var(--font-type02);
        font-size: 17px;
        font-weight: 700;
        color: #FFF;
        margin-bottom: 0;
    }

        .organ-vision-tit .tit::before {
            content: '';
            position: absolute;
            right: -15px;
            bottom: calc(100% - 20px);
            width: 55px;
            height: 40px;
            background: url(/site/resource/gimhae/www/images/organ-vision-tit.svg);
            background-size: 55px 40px;
            opacity: .2;
        }

    .organ-vision-tit + .organ-vision {
        padding: 25px 0 15px;
    }

.organ-vision {
    position: relative;
}

    .organ-vision::before {
        content: '';
        position: absolute;
        top: -6px;
        left: 50%;
        width: 12px;
        height: 12px;
        background: #FFF;
        border: 3px solid var(--main-color01);
        border-radius: 50%;
        transform: translateX(-50%);
        box-shadow: 0 5px 15px rgba(0,0,0,.3);
    }

    .organ-vision::after {
        content: '';
        position: absolute;
        top: 10px;
        left: 50%;
        width: 1px;
        height: 12px;
        border: 1px dashed #ced8f5;
        transform: translateX(-50%);
    }

    .organ-vision .inner {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        border-radius: 8px;
        background: #F1F4FD;
        padding: 10px;
    }

    .organ-vision .item {
        position: relative;
        flex: 1 0 100%;
    }

        .organ-vision .item .circle {
            width: 100%;
            background: #FFF;
            border-radius: 8px;
            padding: 10px 8px;
        }

        .organ-vision .item p {
            text-align: center;
            margin-bottom: 0;
        }

@media (min-width: 576px) {
    .organ-info-top .img {
        padding-top: 150px;
    }
}

@media (min-width: 768px) {
    .organ-info-top {
        padding-right: 40px;
    }

        .organ-info-top::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 80px;
            height: 100%;
            background: linear-gradient(30deg, #FFFAEF, #EBF9F7);
            border-radius: 60px 8px 8px 8px;
            z-index: -1;
        }

        .organ-info-top .img {
            padding-top: 180px;
        }

    .organ-vision-tit {
        gap: 0 20px;
        min-height: 64px;
        border-radius: 30px;
        margin-top: 0;
        overflow: hidden;
    }

        .organ-vision-tit::before {
            font-size: 18px;
            height: 40px;
            margin-top: 0;
        }

        .organ-vision-tit::after {
            display: block;
        }

        .organ-vision-tit .tit {
            flex: 0 0 calc(100% - 80px);
            font-size: 20px;
            line-height: 1.4;
            padding: 0 20px 0 0;
        }

    .organ-vision .item {
        flex: 1 0 calc(50% - 10px);
    }
}

@media (min-width: 992px) {
    .organ-info-top {
        padding-right: 80px;
    }

        .organ-info-top .img {
            padding-top: 240px;
        }

        .organ-info-top::before {
            content: '';
            position: absolute;
            bottom: -51px;
            right: -80px;
            width: 220px;
            height: 220px;
            background: url(/site/resource/gimhae/www/images/info-box-logo.png);
            filter: brightness(2);
            opacity: .4;
            background-size: 220px;
        }

        .organ-info-top::after {
            width: 160px;
            border-radius: 90px 12px 12px 12px;
        }

        .organ-info-top .img {
            border-radius: 12px 90px 0 12px;
        }

        .organ-info-top .inner {
            padding: 20px 28px 10px;
        }

            .organ-info-top .inner p {
                font-size: 18px;
                margin-bottom: 6px;
            }

            .organ-info-top .inner .tit {
                font-size: 32px;
            }

    .organ-vision-tit {
        gap: 0 30px;
        min-height: 70px;
        border-radius: 40px;
        padding: 15px;
    }

        .organ-vision-tit::before {
            flex: 0 0 80px;
        }

        .organ-vision-tit::after {
            left: 75px;
        }

        .organ-vision-tit .tit {
            flex: 0 0 calc(100% - 110px);
        }

        .organ-vision-tit + .organ-vision {
            padding: 40px 0 30px;
        }

    .organ-vision::before {
        width: 15px;
        height: 15px;
    }

    .organ-vision::after {
        top: 14px;
        height: 20px;
    }

    .organ-vision .inner {
        width: fit-content;
        max-width: 100%;
        border-radius: 200px;
        background: #FFF;
        border: 2px dotted #dee5fa;
        background: rgba(236, 241, 255, 0.3);
        padding: 30px;
        margin: 0 auto;
    }

    .organ-vision .item {
        flex: 0 0 180px;
        margin: -10px -12px;
    }

        .organ-vision .item .circle {
            position: relative;
            width: 100%;
            padding: 0;
            padding-top: 100%;
            border-radius: 50%;
            color: #FFF;
            background: rgba(11, 153, 130, 0.75);
            box-shadow: 0 28px 40px rgba(30,30,30,.08);
            backdrop-filter: blur(2px);
        }

        .organ-vision .item:nth-child(2) .circle {
            background: rgba(41, 148, 235, 0.75);
        }

        .organ-vision .item:nth-child(3) .circle {
            background: rgba(64, 101, 216, 0.75);
        }

        .organ-vision .item:nth-child(4) .circle {
            background: rgba(103, 93, 214, 0.75);
        }

        .organ-vision .item:nth-child(5) .circle {
            background: rgba(61, 52, 161, 0.75);
        }

        .organ-vision .item p {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            ;
        }
}

@media (min-width: 1200px) {
    .organ-info-top {
        padding-right: 120px;
    }

        .organ-info-top .img {
            padding-top: 300px;
        }

        .organ-info-top::before {
            width: 250px;
            height: 250px;
            background-size: 250px;
        }

        .organ-info-top::after {
            width: 180px;
        }

        .organ-info-top .inner {
            padding: 20px 36px 20px;
        }

    .organ-vision .item {
        flex: 0 0 220px;
    }
}

@media (min-width: 1600px) {
    .organ-info-top {
        padding-right: 180px;
    }

        .organ-info-top::before {
            width: 300px;
            height: 300px;
            background-size: 300px;
        }

        .organ-info-top::after {
            width: 240px;
            border-radius: 120px 16px 16px 16px;
        }

        .organ-info-top .img {
            border-radius: 16px 120px 0 16px;
            padding-top: 320px;
        }

            .organ-info-top .img::before {
                background: linear-gradient(0deg, rgba(255,255,255,1) 15%,rgba(255,255,255,0) 50%);
            }

        .organ-info-top .inner {
            padding: 40px 50px 15px;
        }

            .organ-info-top .inner p {
                font-size: 20px;
            }

            .organ-info-top .inner .tit {
                font-size: 40px;
            }

    .organ-vision-tit {
        gap: 0 40px;
        border-radius: 54px;
        min-height: 90px;
        padding: 15px;
    }

        .organ-vision-tit::before {
            font-size: 24px;
            flex: 0 0 120px;
            height: 60px;
        }

        .organ-vision-tit::after {
            left: 108px;
            border-width: 28px 32px 0px 0px;
        }

        .organ-vision-tit .tit {
            font-size: 28px;
            flex: 0 0 calc(100% - 160px);
            padding: 0 40px 0 0;
        }

            .organ-vision-tit .tit::before {
                width: 88px;
                height: 64px;
                right: 10px;
                bottom: calc(100% - 36px);
                background-size: 88px 64px;
            }

        .organ-vision-tit + .organ-vision {
            padding: 60px 0 50px;
        }

    .organ-vision::before {
        top: -9px;
        width: 18px;
        height: 18px;
        border-width: 4px;
    }

    .organ-vision::after {
        top: 16px;
        height: 36px;
    }

    .organ-vision .inner {
        align-items: center;
        border-radius: 250px;
        padding: 45px 50px;
        margin: 0 auto;
    }

    .organ-vision .item {
        flex: 0 0 280px;
        margin: -20px;
    }
}
/* 발전기금 */
.document-wrap {
    position: relative;
    padding: 40px 15px 15px;
    background: linear-gradient(0deg, #F3F2FF, #F1F4FD);
    border-radius: 8px;
    margin-top: 50px;
}

    .document-wrap::before {
        content: '';
        position: absolute;
        left: 7px;
        top: 7px;
        width: calc(100% - 14px);
        height: calc(100% - 14px);
        border-radius: 6px;
        background: #FFF;
        z-index: 0;
    }

.document-tit {
    text-align: center;
    margin-bottom: 30px;
}

    .document-tit .tit-h3 {
        display: inline-block;
        font-size: 24px;
        padding-top: 32px;
        margin-bottom: 4px;
    }

        .document-tit .tit-h3::before {
            width: 70px;
            height: 70px;
            top: -100%;
            left: 50%;
            border-radius: 35px;
            background: #FFF url('/site/resource/gimhae/www/images/infotop-ico07.png');
            background-size: 58px;
            transform: translateX(-50%);
            border: 6px solid #F1F4FD;
        }

        .document-tit .tit-h3::after {
            display: none;
        }

    .document-tit .txt {
        color: #6b6b6b;
        margin: 0;
    }

.document-box01 {
    position: relative;
    text-align: center;
    padding: 24px 20px;
}

    .document-box01::before, .document-box01::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background: url(/site/resource/gimhae/www/images/bx-line-bg.png);
    }

    .document-box01::before {
        top: 0;
    }

    .document-box01::after {
        bottom: 0;
    }

    .document-box01 .tit {
        font-family: var(--font-type02);
        font-size: 17px;
        font-weight: 700;
        color: var(--main-color01);
        word-break: keep-all;
        margin-bottom: 12px;
    }

    .document-box01 .txt {
        margin-bottom: 0;
    }

.document-box02 {
    position: relative;
    background-color: #F1F4FD;
    padding: 20px 18px 20px 18px;
}

ol.doc-list01 {
    margin-bottom: 0;
}

    ol.doc-list01 > li {
        position: relative;
        margin-bottom: 20px;
    }

        ol.doc-list01 > li:last-child {
            margin: 0;
        }

        ol.doc-list01 > li .num {
            position: relative;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 25px;
            height: 25px;
            font-family: var(--font-type02);
            font-size: 12px;
            font-weight: 700;
            color: #fff;
            text-align: center;
            background-color: var(--main-color02);
            border-radius: 50%;
            padding: 2px 1px 0 0;
            margin-right: 5px;
        }

        ol.doc-list01 > li > .tit {
            display: inline-block;
            font-family: var(--font-type02);
            font-size: 16px;
            font-weight: 700;
            width: calc(100% - 38px);
            vertical-align: text-top;
            margin-bottom: 12px;
        }

        ol.doc-list01 > li .txt {
            width: 100%;
            background: #FFF;
            border-radius: 8px;
            padding: 10px;
        }

.fund-box .item {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
}

    .fund-box .item .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        background: var(--main-color02);
        margin: 0 auto 10px;
    }

        .fund-box .item .icon .bi {
            color: #fff;
            font-size: 19px;
        }

    .fund-box .item h5 {
        font-family: var(--font-type02);
        font-weight: 300;
        font-size: 19px;
        margin-bottom: 0;
    }

    .fund-box .item p > span {
        display: block;
        color: #6b6b6b;
    }

.fund-box .fund-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    background-color: rgb(255 255 255 / 50%);
    border-radius: 8px;
    padding: 20px;
}

    .fund-box .fund-info > dl {
        display: inline-flex;
        margin: 0;
        flex-wrap: wrap;
        align-items: baseline;
    }

        .fund-box .fund-info > dl > dt {
            width: 80px;
            font-family: var(--font-type02);
            font-weight: 700;
            word-break: keep-all;
        }

        .fund-box .fund-info > dl > dd {
            flex: 0 0 calc(100% - 80px);
            margin-bottom: 0;
        }

@media (min-width: 768px) {
    .document-wrap {
        padding: 40px 30px 30px;
        border-width: 10px;
    }

    .document-tit {
        margin-bottom: 25px;
    }

        .document-tit .tit-h3 {
            margin-bottom: 8px;
        }

    .document-box01 {
        padding: 40px;
    }

    .document-box02 {
        padding: 40px;
    }

    ol.doc-list01 > li {
        min-height: 54px;
    }

        ol.doc-list01 > li .num {
            width: 35px;
            height: 35px;
            font-size: 13px;
            line-height: 40px;
            margin-right: 50px;
        }

            ol.doc-list01 > li .num::after {
                content: "";
                position: absolute;
                top: 50%;
                right: -38px;
                width: 20px;
                height: 1px;
                background-color: var(--main-color02);
                opacity: .3;
            }

        ol.doc-list01 > li > .tit {
            width: calc(100% - 95px);
            margin-bottom: 16px;
        }
}

@media (min-width: 992px) {
    .document-wrap {
        border-radius: 12px;
        padding: 40px 50px 50px;
        margin-top: 30px;
    }

        .document-wrap::before {
            top: 8px;
            left: 8px;
            width: calc(100% - 16px);
            height: calc(100% - 16px);
            border-radius: 8px;
        }

    .document-tit {
        margin-bottom: 30px;
    }

        .document-tit .tit-h3 {
            font-size: 24px;
            padding-top: 40px
        }

            .document-tit .tit-h3::before {
                top: calc(-100% - 10px);
                width: 90px;
                height: 90px;
                border-radius: 90px;
                background-size: 78px;
            }

    .document-box01 {
        padding: 40px;
    }

        .document-box01 .tit {
            font-size: 20px;
        }

    .document-box02 {
        padding: 60px 30px;
    }

    ol.doc-list01 > li {
        margin-bottom: 30px;
    }

        ol.doc-list01 > li .num {
            width: 40px;
            height: 40px;
            font-size: 15px;
        }

        ol.doc-list01 > li > .tit {
            margin-bottom: 24px;
        }

        ol.doc-list01 > li .txt {
            padding: 15px 18px;
        }

    .fund-box .item {
        padding: 30px 20px;
    }

        .fund-box .item .icon {
            margin-bottom: 15px;
        }

        .fund-box .item h5 {
            font-size: 21px;
        }

    .fund-box .fund-info {
        gap: 5px;
        text-align: center;
    }

        .fund-box .fund-info > dl {
            flex-wrap: nowrap;
        }

            .fund-box .fund-info > dl > dt {
                width: auto;
                margin-right: 10px;
                margin-left: 30px;
            }

                .fund-box .fund-info > dl > dt:first-child {
                    margin-left: 0;
                }

            .fund-box .fund-info > dl > dd {
                flex: 0 0 auto;
            }
}

@media (min-width: 1200px) {
    ol.doc-list01 > li .txt {
        border-radius: 12px;
    }
}

@media (min-width: 1600px) {
    .document-wrap {
        border-radius: 16px;
        padding-left: 60px;
        padding-right: 60px;
    }

        .document-wrap::before {
            top: 12px;
            left: 12px;
            width: calc(100% - 24px);
            height: calc(100% - 24px);
            border-radius: 8px;
        }

    .document-tit .tit-h3 {
        font-size: 30px;
        padding-top: 50px
    }

        .document-tit .tit-h3::before {
            top: -100%;
            width: 120px;
            height: 120px;
            border-width: 10px;
            border-radius: 120px;
            background-size: 100px;
        }

    .document-box01::before, .document-box01::after {
        height: 5px;
    }

    .document-box01 .tit {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .document-box02 {
        padding-left: 60px;
        padding-right: 60px;
    }

    ol.doc-list01 > li > .tit {
        font-size: 19px;
    }

    .fund-box .fund-info > dl > dt {
        margin-left: 40px;
    }
}

/* 총장인사말 */
.greet-head {
    position: relative;
    background: linear-gradient(45deg, var(--main-color01), #00AF92);
    border-radius: 16px;
    padding: 24px;
    z-index: 0;
}

    .greet-head .img-box {
        border-radius: 16px;
        box-shadow: 0 6px 20px rgba(0,0,0,.2);
        overflow: hidden;
        width: 147px;
        height: 180px;
        margin: 0 auto 16px;
    }

        .greet-head .img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .greet-head .tit-box {
        color: #fff;
        border-radius: 16px;
        z-index: 0;
        text-align: center;
    }

        .greet-head .tit-box::after {
            content: '';
            width: 100%;
            height: 40%;
            background: url(/site/resource/gimhae/www/images/greet-img02.svg) no-repeat right bottom / contain;
            position: absolute;
            right: 0;
            bottom: 0;
            z-index: -1;
            opacity: .6;
        }

    .greet-head .txt {
        text-transform: uppercase;
        opacity: .7;
    }

    .greet-head .tit {
        font-family: var(--font-type02);
        font-weight: bold;
        margin-bottom: 0;
        font-size: 20px;
    }

        .greet-head .tit::before {
            content: '';
            width: 30px;
            height: 6px;
            background: url(/site/resource/gimhae/www/images/greet-img03.svg) no-repeat left center;
            display: block;
            margin: 0 auto 12px;
        }

.greet-body {
    margin-top: 32px;
    padding: 0 24px;
}

    .greet-body .tit {
        font-weight: bold;
        font-family: var(--font-type02);
        font-size: 18px;
        margin-bottom: 16px;
    }

    .greet-body .txt {
        font-weight: 500;
        color: #464C53;
        line-height: 1.5;
    }

    .greet-body .sign {
        margin-top: 16px;
        position: relative;
        z-index: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .greet-body .sign::before {
            display: block;
            content: '';
            width: 100%;
            height: 1px;
            background-color: #BBC1C7;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            z-index: -1;
        }

        .greet-body .sign .txt {
            background-color: #fff;
            padding-right: 14px;
            font-weight: 600;
            font-size: 16px;
        }

            .greet-body .sign .txt img {
                margin-left: 10px;
                width: 60px;
            }

        .greet-body .sign .deco {
            background-color: #fff;
            padding-left: 14px;
            width: 40px;
        }

            .greet-body .sign .deco img {
                max-width: 100%;
            }

@media (min-width: 576px) {
    .greet-head {
        display: flex;
        align-items: center;
    }

        .greet-head .img-box {
            margin: 0;
            width: 164px;
            height: 200px;
        }

        .greet-head .tit-box {
            text-align: left;
            padding-left: 40px;
        }

            .greet-head .tit-box::after {
                height: 60%;
            }

        .greet-head .tit::before {
            margin-left: 0;
        }

    .greet-body .sign .deco {
        width: 50px;
    }
}

@media (min-width: 992px) {
    .greet-head {
        padding-left: 100px;
        background: none;
        padding-top: 0;
        display: block;
    }

        .greet-head .img-box {
            position: absolute;
            left: 0;
            top: 16px;
            z-index: 1;
        }

        .greet-head .tit-box {
            padding: 40px 24px 40px 110px;
            background: linear-gradient(130deg, var(--main-color01), #00AF92);
            position: relative;
        }

            .greet-head .tit-box::after {
                height: 170px;
                opacity: 1;
            }

        .greet-head .tit {
            padding-left: 44px;
            position: relative;
        }

            .greet-head .tit::before {
                position: absolute;
                left: 0;
                top: 10px;
                margin: 0;
            }

    .greet-body {
        background: url(/site/resource/gimhae/www/images/greet-img04.svg) no-repeat left top / 16%;
        margin-top: 64px;
        padding-left: 22%;
    }

        .greet-body .tit {
            font-size: 28px;
        }

        .greet-body .sign {
            margin-top: 32px;
        }

            .greet-body .sign .txt {
                font-size: 22px;
                padding-right: 24px;
            }

                .greet-body .sign .txt img {
                    width: auto;
                    margin-left: 20px;
                }

            .greet-body .sign .deco {
                width: auto;
                padding-left: 25px;
            }
}

@media (min-width: 1200px) {
    .greet-head .img-box {
        top: 40px;
    }

    .greet-head .tit-box {
        padding: 52px 40px 52px 120px;
    }

    .greet-head .txt {
        font-size: 17px;
        margin-bottom: 26px;
    }

    .greet-head .tit {
        font-size: 32px;
    }

        .greet-head .tit::before {
            top: 16px;
        }

    .greet-body {
        background-size: 180px;
    }

        .greet-body .txt {
            font-size: 19px;
        }

        .greet-body .tit {
            font-size: 32px;
            margin-bottom: 40px;
        }
}

@media (min-width: 1600px) {
    .greet-body {
        padding-left: 250px;
    }

        .greet-body .txt {
            font-size: 19px;
        }

        .greet-body .sign {
            margin-top: 40px;
        }

            .greet-body .sign .txt {
                font-size: 24px;
            }

                .greet-body .sign .txt img {
                    margin-left: 24px;
                }

            .greet-body .sign .txt {
                padding-right: 32px;
            }

            .greet-body .sign .deco {
                padding-left: 32px;
            }
}

/* ci */
.ci-box img {
    max-width: 100%;
}

.ci-box .tit-box {
    text-align: center;
    position: relative;
}

    .ci-box .tit-box::after {
        display: block;
        content: '';
        width: 1px;
        height: 24px;
        margin: 0 auto;
        border-left: 6px dotted var(--main-color01);
    }

    .ci-box .tit-box .tit {
        font-family: var(--font-type02);
        font-weight: bold;
        color: var(--main-color01);
        font-size: 22px;
    }

    .ci-box .tit-box .txt {
        margin-top: 6px;
    }

@media (min-width: 992px) {
    .ci-box .tit-box::after {
        height: 30px;
    }

    .ci-box .tit-box .tit {
        font-size: 28px;
    }

    .ci-box .tit-box .txt {
        margin-top: 10px;
    }
}

@media (min-width: 1600px) {
    .ci-box .tit-box .tit {
        font-size: 32px;
    }
}

/* 캐릭터 */
.character-box img {
    max-width: 100%;
}

.character-list-style01 .item {
    text-align: center;
    border-radius: 16px;
    border: 1px solid #dbdbdb;
    padding: 14px 20px;
}

.character-list-style01 .img-box {
    height: 52px;
}

    .character-list-style01 .img-box img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.character-list-style01 .tit {
    font-family: var(--font-type02);
    font-weight: bold;
    margin-top: 12px;
    background-color: #F4F5F6;
    border-radius: 50px;
    padding: 4px;
}

.character-list-style02 .item {
    text-align: center;
    border-radius: 16px;
    border: 1px solid #dbdbdb;
    padding: 14px;
}

.character-list-style02 .img-box {
    height: 100px;
}

    .character-list-style02 .img-box img {
        width: 100%;
        height: 100%;
        object-fit: scale-down
    }

.character-list-style02 .tit {
    margin-top: 12px;
    background-color: #F4F5F6;
    border-radius: 50px;
    padding: 8px 4px;
}

@media (min-width: 992px) {
    .character-list-style01 .item {
        padding: 20px 24px;
    }

    .character-list-style01 .img-box {
        height: 80px;
    }

    .character-list-style01 .tit {
        margin-top: 20px;
        font-size: 20px;
        padding: 10px;
    }

    .character-list-style02 .item {
        padding: 20px 24px;
    }

    .character-list-style02 .img-box {
        height: 140px;
    }

    .character-list-style02 .tit {
        margin-top: 20px;
        padding: 10px;
    }
}

@media (min-width: 1600px) {
    .character-list-style01 .img-box {
        height: 100px;
    }

    .character-list-style02 .img-box {
        height: 160px;
    }
}

/* 조직도 */
.organ {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
}

    .organ ul {
        margin-bottom: 0;
        text-align: center;
    }

    .organ a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .organ [class*="level0"] {
        position: relative;
    }

        .organ [class*="level0"]::after {
            content: '';
            width: 1px;
            background-color: #dbdbdb;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            z-index: -1;
        }

    .organ .organ-head {
        width: 100%;
        position: relative;
    }

        .organ .organ-head::before {
            display: block;
            content: "";
            width: 1px;
            height: 16px;
            background-color: #dbdbdb;
            position: absolute;
            top: -16px;
            left: 50%;
            transform: translateX(-50%);
        }

    .organ [class*="head-style"] {
        border-radius: 100px;
        color: #fff;
        background: var(--main-color01);
        position: relative;
        padding: 10px;
        font-weight: 700;
    }

    .organ .organ-body {
        display: flex;
        gap: 6px;
        flex-wrap: wrap;
        padding: 8px;
        border-radius: 10px;
        background-color: #fff;
        margin-top: 6px;
        flex-direction: column;
    }

        .organ .organ-body li {
            flex: 0 1 calc(50% - 5px);
        }

        .organ .organ-body .item {
            border-radius: 50px;
            padding: 6px 10px;
            border: 1px solid;
        }

    .organ .level01 {
        width: 100%;
        height: 160px;
        background: url(/site/resource/gimhae/www/images/organ-titbg.png) no-repeat center / contain;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        position: relative;
        font-family: var(--font-type02);
    }

        .organ .level01::after {
            display: none;
        }

    .organ .level02 {
        display: flex;
        flex-direction: column;
        gap: 40px;
        position: relative;
        margin-top: 30px;
    }

        .organ .level02::before {
            display: block;
            content: "";
            width: calc(25% + 5px);
            height: 1px;
            background-color: #dbdbdb;
            position: absolute;
            top: -16px;
            left: calc(24% - 2px);
        }

        .organ .level02::after {
            height: calc(100% + 30px);
            top: -30px;
        }

        .organ .level02 .inner {
            width: 100%;
            display: flex;
            gap: 20px;
            margin-bottom: 0;
            align-items: flex-start;
        }

        .organ .level02 .wrap {
            width: 100%;
            flex: 0 1 calc(50% - 10px);
        }

        .organ .level02 .right {
            position: relative;
            display: flex;
            justify-content: center;
            flex-direction: row;
        }

            .organ .level02 .right::before {
                display: block;
                content: "";
                width: calc(50% + 10px);
                height: 1px;
                background-color: #dbdbdb;
                position: absolute;
                top: -16px;
                left: 50%;
                transform: translateX(-50%);
            }

        .organ .level02 [class*="head-style"] {
            border-radius: 100px;
            font-weight: 700;
            color: #fff;
            position: relative;
            padding: 10px;
        }

        .organ .level02 .head-style01 {
            background-color: var(--main-color01);
        }

        .organ .level02 .head-style02 {
            background-color: var(--main-color02);
            border: 1px solid var(--main-color02);
        }

        .organ .level02 .organ-head a:hover, .organ .level02 .organ-head a:focus {
            background-color: #fff;
            color: var(--main-color02);
        }

        .organ .level02 .organ-body {
            background-color: #F4F5F6;
        }

            .organ .level02 .organ-body .item {
                background-color: #fff;
                border-color: #fff;
            }

            .organ .level02 .organ-body a.item:hover, .organ .level02 .organ-body a.item:focus {
                border-color: var(--main-color01);
                color: var(--main-color01);
            }

    .organ .level03 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 42px auto;
        border-radius: 100px;
        background: linear-gradient(45deg, var(--main-color01), #10A78E);
        font-weight: 700;
        color: #fff;
        padding: 10px 10px;
        font-size: 18px;
    }

        .organ .level03::after {
            height: calc(100% + 84px);
            top: -42px;
        }

    .organ .level04 {
        position: relative;
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: flex-start;
        flex-wrap: wrap;
    }

        .organ .level04::before {
            display: none;
            content: "";
            width: calc(50% + 10px);
            height: 1px;
            background-color: #dbdbdb;
            position: absolute;
            top: -30px;
            left: 50%;
            transform: translateX(-50%);
        }

        .organ .level04::after {
            height: calc(100% - 302px);
            top: 0;
        }

        .organ .level04 .wrap {
            width: 100%;
            flex: 1 1 45%;
            position: relative;
        }

            .organ .level04 .wrap:nth-child(n+3) {
                margin-top: 20px;
            }

            .organ .level04 .wrap::before {
                display: block;
                content: "";
                width: calc(50% + 10px);
                height: 1px;
                background-color: #dbdbdb;
                position: absolute;
                top: -16px;
                left: 50%;
            }

            .organ .level04 .wrap:nth-child(even)::before {
                left: -10px;
            }

        .organ .level04 [class*="head-style"] {
            background-color: #fff;
            font-weight: 700;
            position: relative;
            border: 2px solid #464C53;
            color: #464C53;
            font-size: inherit;
        }

        .organ .level04 a[class*="head-style"]:hover, .organ .level04 a[class*="head-style"]:focus {
            background-color: #464C53;
            color: #fff;
        }

        .organ .level04 [class*="head-style"]::before {
            display: none;
            content: "";
            width: 1px;
            height: 38px;
            background-color: #dbdbdb;
            position: absolute;
            top: -40px;
            left: 50%;
            transform: translateX(-50%);
        }

        .organ .level04 .organ-body {
            padding: 0;
        }

            .organ .level04 .organ-body .item {
                background-color: #F4F5F6;
                border-radius: 50px;
                border: 1px solid #F4F5F6;
            }

            .organ .level04 .organ-body a.item:hover, .organ .level04 .organ-body a.item:focus {
                border-color: #8A949E;
                color: inherit;
            }

@media (min-width: 576px) {
    .organ .organ-head::before {
        height: 30px;
        top: -30px;
    }

    .organ .organ-body {
        display: block;
    }

        .organ .organ-body li {
            margin-bottom: 8px;
        }

            .organ .organ-body li:last-child {
                margin-bottom: 0;
            }

    .organ .level02 {
        flex-direction: column;
        gap: 60px;
        margin-top: 70px;
    }

        .organ .level02::before {
            display: block;
            top: -30px;
        }

        .organ .level02::after {
            height: calc(100% + 70px);
            top: -70px;
        }

        .organ .level02 [class*="head-style"] {
            width: 100%;
        }

        .organ .level02 .wrap {
            width: calc(50% - 10px);
        }

        .organ .level02 .right {
            flex-direction: row;
        }

            .organ .level02 .right::before {
                top: -30px;
            }

            .organ .level02 .right .organ-head {
                width: 100%;
            }

    .organ .level03 {
        margin: 40px auto 85px auto;
    }

        .organ .level03::after {
            height: calc(100% + 125px);
            top: -40px;
        }

    .organ .level04 {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }

        .organ .level04::before {
            display: block;
        }

        .organ .level04::after {
            height: calc(100% - 330px);
        }

        .organ .level04 .wrap::before {
            top: -30px;
        }

        .organ .level04 .wrap:nth-child(n+3) {
            margin-top: 30px;
        }

        .organ .level04 [class*="head-style"]::before {
            display: block;
            height: 30px;
            top: -30px;
        }

        .organ .level04 .organ-body {
            padding: 0;
            border: 0;
        }
}

@media (min-width: 992px) {
    .organ .organ-head::before {
        height: 40px;
        top: -40px;
    }

    .organ .organ-body {
        border-radius: 16px;
        margin-top: 12px;
    }

        .organ .organ-body .item {
            padding: 8px 10px;
        }

    .organ .level01 {
        height: 260px;
    }

    .organ .level02 {
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
    }

        .organ .level02::before {
            width: calc(100% - 200px);
            left: 50%;
            transform: translateX(-50%);
            top: -40px;
        }

        .organ .level02 .inner {
            flex-direction: row;
            gap: 20px;
            width: 45%;
        }

        .organ .level02 .wrap {
            width: 40%;
        }

        .organ .level02 .right {
            position: static;
            justify-content: flex-end;
        }

            .organ .level02 .right::before {
                display: none;
            }

        .organ .level02 [class*="head-style"] {
            font-size: 20px;
        }

        .organ .level02 .organ-body {
            padding: 16px;
        }

    .organ .level03 {
        margin: 20px auto 85px auto;
        width: auto;
        font-size: 24px;
        padding: 14px 70px;
    }

        .organ .level03::after {
            height: calc(100% + 65px);
            top: -20px;
        }

    .organ .level04 {
        flex-wrap: nowrap;
        gap: 12px;
    }

        .organ .level04::before {
            width: calc(100% - 144px);
            top: -40px;
        }

        .organ .level04::after {
            display: none;
        }

        .organ .level04 .wrap {
            width: 100%;
            flex: 1 1 10%;
        }

            .organ .level04 .wrap:nth-child(n+3) {
                margin-top: 0;
            }

            .organ .level04 .wrap::before {
                top: -40px;
            }

            .organ .level04 .wrap:nth-child(odd)::before {
                display: none
            }

        .organ .level04 [class*="head-style"]::before {
            display: block;
            height: 38px;
            top: -40px;
        }
}

@media (min-width: 1200px) {
    .organ .level02::before {
        width: calc(100% - 250px);
    }

    .organ .level04::before {
        width: calc(100% - 180px);
    }
}

@media (min-width: 1400px) {
    .organ .level02::before {
        width: calc(100% - 280px);
    }

    .organ .level04::before {
        width: calc(100% - 206px);
    }
}

@media (min-width: 1600px) {
    .organ .organ-body .item {
        padding: 10px;
    }

    .organ .level01 .inner {
        font-size: 32px;
    }

    .organ .level02 {
        gap: 60px;
    }

        .organ .level02::before {
            width: calc(100% - 290px);
        }

        .organ .level02 .inner {
            gap: 32px;
            width: 40%;
        }

        .organ .level02 [class*="head-style"] {
            padding: 16px 10px;
        }

    .organ .level03 {
        padding: 16px 120px;
    }

    .organ .level04 {
        gap: 20px;
    }

        .organ .level04::before {
            width: calc(100% - 230px);
        }
}

/* 찾아오시는길 */
.map-box .root_daum_roughmap_landing {
    width: 100% !important;
    border-radius: 10px;
}

.map-box .root_daum_roughmap .wrap_controllers {
    display: none;
}

.map-box .root_daum_roughmap .border1 {
    display: none
}

.map-box .root_daum_roughmap .border2 {
    display: none
}

.map-box .root_daum_roughmap .border3 {
    display: none
}

.map-box .root_daum_roughmap .border4 {
    display: none
}

.map-info {
    background-color: rgba(255,255,255,.9);
    border-radius: 10px;
    border: 2px solid #dbdbdb;
    margin-top: 12px;
    padding: 16px 24px;
}

    .map-info .tit {
        font-family: var(--font-type02);
        font-weight: bold;
        font-size: 18px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .map-info .btn {
        width: 32px;
        height: 32px;
        line-height: 32px;
        background: linear-gradient(130deg, var(--main-color01), var(--main-color02));
        color: #fff;
        text-align: center;
        padding: 0;
        border-radius: 50%;
    }

        .map-info .btn:hover, .map-info .btn:focus {
            animation: rotate linear .3s;
        }

    .map-info .addr {
        font-weight: 500;
        border-bottom: 1px dashed #c4c4c4;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 17px;
    }

    .map-info p {
        margin-bottom: .25rem;
    }

.map-trafic .head {
    background-color: #F4F5F6;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    font-weight: 500;
}

.map-trafic .item {
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    padding: 14px 20px;
    height: 100%;
}

.map-trafic .tit {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 12px;
    margin-bottom: 10px;
    font-family: var(--font-type02);
}

    .map-trafic .tit i {
        margin-right: 4px;
        opacity: .7;
    }

.map-trafic .list {
    color: var(--bs-secondary);
}

    .map-trafic .list span::after {
        content: '\F231';
        font-family: var(--font-icon);
        opacity: .5;
        vertical-align: -.15rem;
        margin: 0 4px;
    }

    .map-trafic .list span:last-of-type::after {
        display: none
    }

@media (min-width: 992px) {
    .map-box {
        position: relative;
    }

        .map-box .root_daum_roughmap_landing {
            height: 420px;
            border-radius: 16px;
        }

        .map-box .root_daum_roughmap .wrap_map {
            height: 100% !important;
        }

    .map-info {
        position: absolute;
        z-index: 2;
        left: 16px;
        top: 16px;
        border-radius: 16px;
        border-color: #1E2124;
        box-shadow: 0 18px 36px rgba(78, 87, 114, 0.25);
        margin-top: 0;
        padding: 14px 22px;
    }

        .map-info .tit {
            font-size: 24px;
        }

        .map-info .addr {
            padding-bottom: 12px;
            margin-bottom: 12px;
        }

    .map-trafic .head {
        border-radius: 16px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .map-trafic .item {
        border-radius: 16px;
        padding: 20px 24px;
    }

    .map-trafic .tit {
        padding-bottom: 14px;
    }

        .map-trafic .tit i {
            margin-right: 8px;
        }

    .map-trafic .list span::after {
        margin: 0 8px;
        font-size: 17px;
    }
}

@media (min-width: 1600px) {
    .map-info {
        padding: 14px 24px;
        left: 20px;
        top: 20px;
    }

        .map-info .btn {
            width: 42px;
            height: 42px;
            line-height: 42px;
        }

    .map-trafic .item {
        padding: 24px 36px;
    }

    .map-trafic .tit {
        padding-bottom: 16px;
    }
}
