@charset "utf-8";

@import url("/common/fonts/bootstrap-icons/bootstrap-icons.css");
@import url("/site/resource/inje/glocal/fonts/Pretendard/Pretendard.css");
@import url("/site/resource/inje/glocal/fonts/Moheomga/Moheomga.css");
@import url("/site/resource/inje/glocal/fonts/Outfit/Outfit.css");

/*****************************************************
    common
*****************************************************/
/* Font */
:root {
    /* font */
    --font-icon: "bootstrap-icons";
    --font-type01: "Moheomga";
    --font-type02: "Pretendard";
    --font-type03: "Outfit";
    /* color */
    --main-color01: #2E3DAD;
    --main-color01-hover: #121d6d;
    --main-color02: #594AEA;
    --main-color02-hover: #3d30b1;
    --main-color03: linear-gradient(120deg, #22409D, #564AE6);
    --point-color01: #ff76ae;
    --point-color01-hover: #e95793;
    --point-color02: #85DEFF;
    --primary: #2E3DAD;
    --success: #14A087;
    --gray-color01: #F1F4FD;
    --font-color01: #202020;
    --font-color02: #555;
    --font-color03: #767676;
}

html, body {
    font-family: var(--font-type02);
    font-size: 16px;
    letter-spacing: -.25px;
    color: var(--font-color01);
}

#SubForm {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
}

dl, ol, p, ul {
    margin-bottom: 0;
}

p {
    line-height: 1.5
}

a {
    color: inherit
}

    a:focus, a:hover {
        color: var(--main-color01-hover);
        cursor: pointer
    }

    a:focus, a:focus-visible {
        outline: 1px auto -webkit-focus-ring-color;
        outline-offset: -1px;
        cursor: pointer
    }

button {
    cursor: pointer;
}

img {
    max-width: 100%
}

::selection {
    background-color: var(--main-color02);
    color: #fff;
}

::-webkit-scrollbar {
    width: 7px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--main-color01);
}

::-webkit-scrollbar-button {
    display: none
}

@media (min-width:576px) {
    .container {
        max-width: 95%
    }
}

@media (min-width:768px) {
    .container {
        max-width: 95%
    }
}

@media (min-width:992px) {
    .container {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1300px
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1500px
    }
}

@media (min-width:1920px) {
    .container-xxl {
        max-width: 1800px;
    }
}
/* keyframes*/
@keyframes jellyAni {
    0% {
        transform: scale(1,1)
    }

    25% {
        transform: scale(.85,1.1)
    }

    50% {
        transform: scale(1,1)
    }

    75% {
        transform: scale(.7,1.1)
    }

    100% {
        transform: scale(1,1)
    }
}

@keyframes flipAni {
    0% {
        transform: rotateX(0)
    }

    100% {
        transform: rotateX(-360deg)
    }
}

@keyframes popupAni {
    0% {
        transform: translateY(0);
    }

    15% {
        transform: translateY(-3px);
    }

    45% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-7px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes popdownAni {
    0% {
        transform: translateY(0);
    }

    15% {
        transform: translateY(3px);
    }

    45% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(7px);
    }

    100% {
        transform: translateY(0);
    }
}

/*****************************************************
    Include
*****************************************************/
/************** header **************/
body {
    background: #131313;
}

#header {
    position: relative;
    width: 100%;
    z-index: 10;
}

.header-wrap {
    position: relative;
    width: 100%;
}

    .header-wrap .header-logo {
        position: absolute;
        display: flex;
        height: 60px;
        left: 15px;
        padding-bottom: 3px;
        z-index: 1;
    }

        .header-wrap .header-logo > a {
            align-self: center;
            display: block;
            aspect-ratio: 317/80;
            height: 40px;
            background-image: url(/site/resource/inje/glocal/images/logo-w.svg);
            background-size: auto 100%;
            background-repeat: no-repeat;
            background-position: center;
        }

    .header-wrap .header-fixed {
        position: relative;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 60px;
        top: 0;
        right: 0;
    }
        /* .header-wrap .header-fixed::before {content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: rgba(255,255,255,.12);} */
        .header-wrap .header-fixed .btn-navi {
            aspect-ratio: 0.8/1;
            height: 100%;
        }

            .header-wrap .header-fixed .btn-navi .sitemap-btn {
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 0 6px;
                width: 100%;
                height: 100%;
                background: none;
                border: none;
                outline: none;
                padding: 0;
            }

                .header-wrap .header-fixed .btn-navi .sitemap-btn span:not(.sr-only) {
                    position: relative;
                    display: inline-block;
                    width: 2px;
                    height: 20px;
                    background: #FFF;
                    transition: all .5s;
                }

        .header-wrap .header-fixed .utill-navi {
            display: inline-flex;
            gap: 0 4px;
        }

            .header-wrap .header-fixed .utill-navi > a {
                position: relative;
                display: block;
            }

                .header-wrap .header-fixed .utill-navi > a::before {
                    content: '';
                    position: relative;
                    display: block;
                    aspect-ratio: 1/1;
                    width: 32px;
                    border-radius: 50%;
                    background-color: rgba(255,255,255,.2);
                    background-position: center;
                    background-repeat: no-repeat;
                    transition: .3s all;
                }

            .header-wrap .header-fixed .utill-navi .login::before {
                background-image: url(/site/resource/inje/glocal/images/login-icon-w.svg);
                background-position: center top calc(50% - 1px);
            }

            .header-wrap .header-fixed .utill-navi .admin::before {
                background-image: url(/site/resource/inje/glocal/images/admin-icon-w.svg);
            }

            .header-wrap .header-fixed .utill-navi .logout::before {
                background-image: url(/site/resource/inje/glocal/images/logout-icon-w.svg);
                background-position: left calc(50% + 1px) center;
            }

            .header-wrap .header-fixed .utill-navi .newsletter::before {
                background-image: url(/site/resource/inje/glocal/images/newsletter-icon-w.svg);
                background-size: 16px;
            }

            .header-wrap .header-fixed .utill-navi span {
                display: none;
                color: #FFF;
            }

            .header-wrap .header-fixed .utill-navi > a:hover::before, .header-wrap .header-fixed .utill-navi > a:focus::before {
                background-color: #2441FF;
            }

#sitemap-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

    #sitemap-modal .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        background: rgba(0,0,0,0);
        opacity: 0;
        transition: .5s opacity;
        backdrop-filter: blur(15px);
        z-index: 8;
    }

        #sitemap-modal .bg::after {
            content: '';
            position: absolute;
            bottom: 60px;
            right: -60px;
            aspect-ratio: 750/810;
            width: 280px;
            background-image: url(/site/resource/inje/glocal/images/sitemap-bg.png);
            background-size: 100% auto;
            opacity: 0;
        }

    #sitemap-modal .bg-effect {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
    }

        #sitemap-modal .bg-effect::before {
            content: '';
            position: absolute;
            top: -100%;
            left: 0;
            display: block;
            width: 50%;
            height: 100%;
            background: #000;
        }

        #sitemap-modal .bg-effect::after {
            content: '';
            position: absolute;
            bottom: -100%;
            right: 0;
            display: block;
            width: 50%;
            height: 100%;
            background: #000;
        }

    #sitemap-modal .sitemap-wrap {
        position: relative;
        height: 100%;
        opacity: 0;
        padding: 35px 0 30px 5px;
        overflow-y: auto;
        z-index: 10;
    }

        #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap01-list > li {
            margin-bottom: 20px;
        }

            #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap01-list > li:last-child {
                margin-bottom: 0;
            }

            #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap01-list > li > a {
                font-size: 22px;
                font-weight: 600;
                color: #FFF;
            }

        #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap02 {
            margin-top: 12px;
        }

        #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap02-list {
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
        }

            #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap02-list > li {
                flex: 0 0 100%;
            }

                #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap02-list > li:last-child {
                    margin-bottom: 0;
                }

                #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap02-list > li > a {
                    color: rgba(255,255,255,.7);
                    transition: .3s all;
                }

                    #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap02-list > li > a:hover, #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap02-list > li > a:focus {
                        color: #FFF
                    }

    #sitemap-modal .btn-navi {
        position: absolute;
        top: 0;
        right: 0;
        aspect-ratio: 1/1;
        height: 60px;
        opacity: 0;
        z-index: 10;
    }

        #sitemap-modal .btn-navi .sitemap-close {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            background: none;
            border: none;
            outline: none;
            padding: 0;
        }

            #sitemap-modal .btn-navi .sitemap-close span:not(.sr-only) {
                position: relative;
                display: inline-block;
                width: 2px;
                height: 24px;
                background: #FFF;
            }

            #sitemap-modal .btn-navi .sitemap-close span:first-child {
                left: 1px;
                transform: rotate(45deg);
            }

            #sitemap-modal .btn-navi .sitemap-close span:nth-child(2) {
                right: 1px;
                ;
                transform: rotate(-45deg);
            }

    #sitemap-modal.open {
        opacity: 1;
        visibility: visible;
    }

        #sitemap-modal.open .bg {
            height: 100%;
            background: rgba(0,0,0,.7);
            opacity: 1;
            transition: .5s .3s height;
        }

            #sitemap-modal.open .bg::after {
                opacity: 1;
                transition: .3s .8s opacity;
            }

        #sitemap-modal.open .bg-effect {
            height: 100%;
        }

            #sitemap-modal.open .bg-effect::before {
                top: 100%;
                left: 0;
                transition: .8s .3s cubic-bezier(0.45, 0.05, 0.55, 0.95) all;
            }

            #sitemap-modal.open .bg-effect::after {
                bottom: 100%;
                right: 0;
                transition: .8s .3s cubic-bezier(0.45, 0.05, 0.55, 0.95) all;
            }

        #sitemap-modal.open .sitemap-wrap {
            opacity: 1;
            transition: opacity 1.2s 1s;
        }

        #sitemap-modal.open .btn-navi {
            opacity: 1;
            transition: .8s 1s opacity;
        }

@media (min-width:480px) {
    #sitemap-modal .bg::after {
        width: 360px;
    }

    #sitemap-modal .sitemap-wrap {
        padding: 60px 0 30px 5px;
    }

        #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap01-list > li {
            margin-bottom: 30px;
        }

            #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap01-list > li > a {
                font-size: 28px;
            }

        #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap02-list > li {
            flex: 0 0 calc(50% - 6px);
        }
}

@media (min-width:640px) {
    .header-wrap .header-logo {
        left: 50%;
        transform: translateX(-50%);
        padding-bottom: 0;
    }

        .header-wrap .header-logo > a {
            height: 48px;
        }

    .header-wrap .header-fixed .btn-navi {
        aspect-ratio: 1/1;
        height: 100%;
    }

        .header-wrap .header-fixed .btn-navi .sitemap-btn {
            gap: 0 8px;
        }

            .header-wrap .header-fixed .btn-navi .sitemap-btn span:not(.sr-only) {
                width: 2px;
                height: 24px;
            }

    .header-wrap .header-fixed .utill-navi {
        gap: 0 6px;
    }

        .header-wrap .header-fixed .utill-navi > a::before {
            width: 36px;
        }

    #sitemap-modal .bg::after {
        width: 400px;
    }

    #sitemap-modal .btn-navi .sitemap-close span:not(.sr-only) {
        width: 2px;
        height: 32px;
    }
}

@media (min-width:992px) {
    .header-wrap .header-logo {
        height: 90px;
    }

        .header-wrap .header-logo > a {
            height: 56px;
        }

    .header-wrap .header-fixed {
        height: 90px;
    }

        .header-wrap .header-fixed .btn-navi .sitemap-btn span:not(.sr-only) {
            width: 3px;
            height: 28px;
        }

        .header-wrap .header-fixed .utill-navi > a::before {
            width: 40px;
        }

    #sitemap-modal .sitemap-wrap {
        display: flex;
        align-items: center;
        padding: 30px 0 30px 15px;
    }

        #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap01-list > li {
            margin-bottom: 45px;
        }

            #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap01-list > li > a {
                font-size: 36px;
            }

        #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap02-list {
            display: inline-flex;
            gap: 20px 28px;
        }

            #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap02-list > li {
                flex: 0 0 auto;
            }

                #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap02-list > li > a {
                    font-size: 18px;
                }

    #sitemap-modal .btn-navi {
        height: 90px;
    }

        #sitemap-modal .btn-navi .sitemap-close span:not(.sr-only) {
            width: 3px;
            height: 36px;
        }
}

@media (min-width:1200px) {
    .header-wrap .header-logo {
        top: 18px;
        height: auto;
    }

        .header-wrap .header-logo > a {
            height: 60px;
        }

    .header-wrap .header-fixed .btn-navi .sitemap-btn {
        gap: 0 12px;
    }

        .header-wrap .header-fixed .btn-navi .sitemap-btn span:not(.sr-only) {
            width: 3px;
            height: 32px;
        }

    #sitemap-modal .btn-navi .sitemap-close span:not(.sr-only) {
        width: 3px;
        height: 40px;
    }

    #sitemap-modal .btn-navi .sitemap-close span:first-child {
        left: 1px;
    }

    #sitemap-modal .btn-navi .sitemap-close span:nth-child(2) {
        right: 2px;
    }
}

@media (min-width:1800px) {
    .header-wrap .header-logo {
        top: 32px;
    }

        .header-wrap .header-logo > a {
            height: 80px;
        }

    .header-wrap .header-fixed {
        position: fixed;
        width: 120px;
        height: 100dvh;
        flex-direction: row;
        align-items: flex-start;
        background: rgba(255,255,255,.08);
        backdrop-filter: blur(20px);
    }

        .header-wrap .header-fixed::before {
            content: '';
            position: absolute;
            bottom: auto;
            top: 0;
            left: 0;
            width: 1px;
            height: 100%;
            background: rgba(255,255,255,.15);
        }

        .header-wrap .header-fixed .btn-navi {
            width: 100%;
            height: auto;
        }

        .header-wrap .header-fixed .utill-navi {
            position: absolute;
            bottom: 36px;
            display: flex;
            gap: 24px 0;
            flex-direction: column;
            align-items: center;
            width: 100%;
        }

            .header-wrap .header-fixed .utill-navi > a::before {
                left: 50%;
                transform: translateX(-50%);
            }

            .header-wrap .header-fixed .utill-navi .newsletter::before {
                background-size: auto;
            }

            .header-wrap .header-fixed .utill-navi span {
                display: block;
                font-size: 17px;
                font-weight: 600;
                text-align: center;
                margin-top: 10px;
            }

    #sitemap-modal .bg::after {
        bottom: -40px;
        right: -50px;
        width: 750px;
    }

    #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap01-list > li {
        margin-bottom: 65px;
    }

        #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap01-list > li > a {
            font-size: 52px;
        }

    #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap02 {
        margin-top: 20px;
    }

    #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap02-list {
        gap: 14px 36px;
    }

        #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap02-list > li > a {
            font-size: 22px;
        }

    #sitemap-modal .btn-navi {
        aspect-ratio: 1/1;
        height: 120px;
    }
}

@media (min-width:1921px) {
    #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap01-list > li {
        margin-bottom: 74px;
    }

        #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap01-list > li > a {
            font-size: 60px;
        }

    #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap02 {
        margin-top: 24px;
    }

    #sitemap-modal .sitemap-wrap .sitemap-gnb .sitemap02-list > li > a {
        font-size: 24px;
    }
}
/************** footer **************/
#footer {
    position: relative;
    background-color: #000;
    z-index: 1;
}

.footer-wrap {
    padding: 20px 0 30px;
}

.footer-info .footer-logo {
    margin-bottom: 15px;
}

.footer-info .footer-address .addr-list .addr-item {
    font-weight: 600;
    color: #FFF;
    letter-spacing: 0;
    margin-bottom: 3px;
}

    .footer-info .footer-address .addr-list .addr-item .tit {
        display: inline-block;
        min-width: 48px;
        font-weight: 400;
        color: rgba(255,255,255,.6);
    }

.footer-family {
    position: relative;
    z-index: 1;
}

    .footer-family .family-item {
        position: relative;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 20px;
    }

        .footer-family .family-item .family-select {
            position: relative;
            display: inline-block;
            width: 100%;
            height: 50px;
            text-align: left;
            color: #FFF;
            background-color: transparent;
            border: 0;
            padding: 10px 24px 12px 8px;
            z-index: 1;
            overflow: hidden;
        }

            .footer-family .family-item .family-select::before {
                content: '';
                position: absolute;
                top: 50%;
                right: 10px;
                transform: translateY(-50%);
                width: 12px;
                aspect-ratio: 1/1;
                background-image: url(/site/resource/inje/glocal/images/footer-family-arrow.svg);
                background-size: 12px auto;
                background-position: center top;
                background-repeat: no-repeat;
                transition: transform .3s;
            }

            .footer-family .family-item .family-select::after {
                content: '';
                position: absolute;
                top: -100%;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(255,255,255,.08);
                transition: top .5s;
                z-index: 0;
            }

            .footer-family .family-item .family-select span::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 2px;
                background: var(--white);
            }

            .footer-family .family-item .family-select:focus {
                outline: none;
            }

        .footer-family .family-item .family-inner {
            display: none;
            position: absolute;
            bottom: 100%;
            width: 100%;
            background: rgba(15,15,15,.7);
            backdrop-filter: blur(4px);
            padding: 18px;
            z-index: 0
        }

        .footer-family .family-item.is-open .family-inner {
            bottom: 100%;
            padding: 18px;
        }

        .footer-family .family-item.is-open .family-select::before {
            transform: translateY(-50%) rotateX(0.5turn);
            background-position: center;
        }

        .footer-family .family-item.is-open .family-select::after {
            top: 0;
        }

        .footer-family .family-item .family-list {
            margin-bottom: 0;
        }

            .footer-family .family-item .family-list > li {
                padding: 5px 0;
            }

                .footer-family .family-item .family-list > li:first-child {
                    padding: 0 0 8px;
                }

                .footer-family .family-item .family-list > li:last-child {
                    border-bottom: 0;
                    padding: 8px 0 0;
                }

                .footer-family .family-item .family-list > li a {
                    color: #FFF;
                }

                    .footer-family .family-item .family-list > li a:hover, .footer-family .family-item .family-list > li a:focus {
                        color: #85DEFF;
                    }

    .footer-family .copyright {
        color: rgba(255,255,255,.6);
    }

/* go-to-top */
.go-to-top {
    display: none;
}

@media (min-width:768px) {
    .footer-wrap {
        padding: 30px 0;
    }

    .footer-info .footer-address .addr-list {
        display: flex;
        flex-wrap: wrap;
        gap: 0 28px;
        margin-bottom: 20px;
    }

        .footer-info .footer-address .addr-list .addr-item {
            margin-bottom: 0;
        }
}

@media (min-width:992px) {
    .footer-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 25px 0 40px;
    }

    .footer-info {
        padding: 15px 0 0;
    }

        .footer-info .footer-logo {
            margin-bottom: 30px;
        }

        .footer-info .footer-address .addr-list {
            gap: 0 40px;
            margin-bottom: 0;
        }

            .footer-info .footer-address .addr-list .addr-item .tit {
                min-width: 52px;
            }

    .footer-family .family-item {
        margin-bottom: 28px;
    }

        .footer-family .family-item .family-select {
            max-width: 250px;
        }

        .footer-family .family-item .family-inner {
            width: clamp(50%, 250px, 100%);
        }

    .go-to-top {
        position: fixed;
        bottom: -60px;
        left: 30px;
        z-index: 50;
        height: 50px;
        width: 80px;
        background-size: contain;
        z-index: 49;
        transition: all .3s ease-out;
        background: var(--main-color03);
        color: #fff;
        text-align: center;
        line-height: 50px;
        box-shadow: 5px 10px 10px rgba(0,0,0,0.1);
        display: block;
        border-radius: 10px;
    }

        .go-to-top:hover, .go-to-top:focus {
            color: #fff;
            animation: popupAni 1s linear infinite;
        }
}
/***************************************************** sub-layout *****************************************************/
/* sub-container */
.sub-container {
    border-top: 1px solid rgba(255,255,255,.15);
    padding: 18px 0 30px;
    overflow-x: clip;
    flex: 1;
}

    .sub-container #content {
        min-height: 300px;
        margin-bottom: 0
    }

/* snb */
.snb {
    width: 240px;
    border-radius: 16px;
}

    .snb .snb-tit { /*background: url(/site/resource/inje/glocal/images/snb-bg.svg) no-repeat center bottom;background-size: cover;*/
        background-color: rgba(255,255,255,.08);
        border: 1px solid rgba(255,255,255,.1);
        backdrop-filter: blur(12px);
        border-radius: 16px;
        box-shadow: 12px 20px 60px rgba(255, 255, 255, 0.12);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        color: #fff;
        min-height: 140px;
        padding: 20px 24px;
    }

    .snb .snb-info {
        font-size: 15px;
        text-transform: uppercase;
        opacity: .5;
        margin-top: 10px;
    }

    .snb .snb-tit h2 {
        font-size: 20px;
        margin-bottom: 0;
    }

.snb-list {
    padding: 10px 10px 20px;
}

    .snb-list .depth01-item {
        border-bottom: 1px dashed rgba(255,255,255,.12);
    }

        .snb-list .depth01-item > a {
            display: block;
            position: relative;
            word-break: keep-all;
            color: rgba(255,255,255,.7);
            padding: 10px 26px 10px 14px;
        }

        .snb-list .depth01-item.active > a {
            color: var(--point-color02);
            font-weight: bold;
            transition: color .3s;
        }

        .snb-list .depth01-item > a:hover, .snb-list .depth01-item > a:focus {
            color: var(--point-color02);
            font-weight: bold;
        }

        .snb-list .depth01-item > a::before {
            display: block;
            content: '';
            width: 0;
            height: 2px;
            position: absolute;
            left: 0;
            bottom: -1px;
            background: var(--point-color02);
            transition: .6s;
        }

        .snb-list .depth01-item > a:hover::before, .snb-list .depth01-item > a:focus::before {
            width: 100%;
        }

        .snb-list .depth01-item.active > a::before {
            width: 100%;
        }

        .snb-list .depth01-item:has(.depth02-list) > a::after {
            display: block;
            content: '';
            width: 12px;
            height: 7px;
            background: url(/site/resource/inje/glocal/images/snb-arr.svg) no-repeat center;
            position: absolute;
            right: 10px;
            top: 17px;
            transition: .3s;
        }

        .snb-list .depth01-item > a:hover::after, .snb-list .depth01-item > a:focus::after {
            animation: popdownAni 1s linear infinite;
        }

        .snb-list .depth01-item.active > a:hover::after, .snb-list .depth01-item.active > a:focus::after {
            animation: popupAni 1s linear infinite;
        }

        .snb-list .depth01-item.active:has(.depth02-list) > a::after {
            background-image: url(/site/resource/inje/glocal/images/snb-arr-active.svg);
        }

    .snb-list .depth02-list {
        display: none;
        margin-top: 12px;
    }

    .snb-list .active .depth02-list {
        display: block;
    }

    .snb-list .depth02-list a {
        border-radius: 6px;
        display: block;
        padding: 6px 22px;
        position: relative;
        font-size: 15px;
    }

        .snb-list .depth02-list a:hover::before, .snb-list .depth02-list a:focus::before {
            animation: popupAni .5s linear;
        }

        .snb-list .depth02-list a::before {
            display: block;
            content: '';
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background-color: #333;
            position: absolute;
            left: 10px;
            top: 14px;
        }

    .snb-list .depth02-list .active a {
        background-color: #F1F4FD;
        color: var(--main-color01);
        font-weight: 600;
    }

        .snb-list .depth02-list .active a::before {
            background-color: var(--main-color01);
        }

/* cont-wrap */
.cont-wrap {
    background: #FFF;
    border-radius: 12px;
    padding: 15px;
}
/* page-navi */
.page-navi {
    background-color: var(--gray-color01);
    padding: 10px 0;
    border-radius: 10px;
}

    .page-navi:before {
        display: none;
    }

    .page-navi .navbar {
        border: 0;
    }

        .page-navi .navbar .navbar-nav > .nav-item {
            border: 0;
            height: auto;
            width: 100%;
            padding: 0 20px;
        }

            .page-navi .navbar .navbar-nav > .nav-item:first-child {
                border: 0;
                width: auto;
            }

            .page-navi .navbar .navbar-nav > .nav-item:nth-child(2n+1) {
                border: 0;
            }

            .page-navi .navbar .navbar-nav > .nav-item .nav-link {
                color: inherit;
                font-size: 14px;
                padding: 0;
                white-space: inherit;
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-bottom: 2px;
            }

                .page-navi .navbar .navbar-nav > .nav-item .nav-link:hover, .page-navi .navbar .navbar-nav > .nav-item .nav-link:focus {
                    color: var(--main-color01);
                    text-decoration: underline;
                }

            .page-navi .navbar .navbar-nav > .nav-item:first-child .nav-link {
                padding: 0;
                vertical-align: middle;
                padding-right: 16px;
            }

            .page-navi .navbar .navbar-nav > .nav-item:last-child .nav-link {
                margin-bottom: 0;
            }

            .page-navi .navbar .navbar-nav > .nav-item .nav-link:before {
                display: none
            }

            .page-navi .navbar .navbar-nav > .nav-item:last-child .nav-link:before {
                display: none;
            }

            .page-navi .navbar .navbar-nav > .nav-item .dropdown-menu {
                border-radius: 10px;
                box-shadow: 4px 8px 16px rgba(28, 62, 115, 0.2);
                border: 0;
                top: 120%;
            }

            .page-navi .navbar .navbar-nav > .nav-item .nav-link::after {
                display: inline-block;
                margin-left: 10px;
                border-width: 5px;
                color: #767676;
                vertical-align: .15em;
            }

            .page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
                font-size: 14px;
                padding: 4px 16px;
            }

/* cont-title */
.cont-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    padding-bottom: 16px;
    margin-top: 16px;
    column-gap: 30px;
}

    .cont-title::before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: var(--main-color01);
        bottom: 0;
    }

    .cont-title::after {
        display: block;
        content: '';
        position: absolute;
        right: 0;
        width: calc(100% - 16px);
        height: 1px;
        background-color: #ddd;
        bottom: 3px;
    }

    .cont-title h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
    }

/* option-box */
.option-box button:hover img, .option-box button:focus img {
    animation: jellyAni .5s linear;
}

.option-box .share-box {
    width: 20px;
    height: 20px;
    padding: 0;
}

    .option-box .share-box::after {
        display: none;
    }

.option-box .dropdown-menu {
    min-width: 0;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 4px 8px 28px rgba(28, 62, 115, 0.25);
    border: 0;
}

.option-box .dropdown-item {
    width: 36px;
    padding: 0;
    margin-bottom: 8px;
}

    .option-box .dropdown-item:last-child {
        margin-bottom: 0;
    }

    .option-box .dropdown-item:hover, .option-box .dropdown-item:focus {
        animation: jellyAni .5s linear;
    }
/* sub-back */
.sub-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: -1;
}

    .sub-back::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .5;
    }

    .sub-back video {
        width: 100%;
        height: 100dvh;
        object-fit: cover;
        object-position: center bottom;
    }

@media (min-width:768px) {
    .page-navi {
        padding: 10px 20px;
    }

        .page-navi .navbar .navbar-nav > .nav-item {
            width: auto;
            min-width: 0;
            margin-right: 10px;
            padding: 0;
        }

            .page-navi .navbar .navbar-nav > .nav-item .nav-link {
                display: block;
                padding-right: 20px;
                margin-bottom: 0;
            }

                .page-navi .navbar .navbar-nav > .nav-item .nav-link:before {
                    background: url(/site/resource/inje/glocal/images/navi-arrow.svg) no-repeat top right;
                    content: '';
                    width: 6px;
                    height: 9px;
                    right: 0px;
                    top: 5px;
                    background-size: contain;
                    display: block
                }

            .page-navi .navbar .navbar-nav > .nav-item:first-child .nav-link:before {
                display: block;
            }
}

@media (min-width:992px) {
    .sub-container {
        padding-bottom: 60px;
        padding-top: 40px;
    }

        .sub-container > .container {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            column-gap: 30px;
        }

    .snb {
        position: sticky;
        top: 50px;
    }

    .snb-list .depth02-list a {
        color: #FFF;
    }

        .snb-list .depth02-list a::before {
            background-color: rgba(255,255,255,.3);
        }

    .snb-list .depth02-list .active a {
        color: var(--point-color02);
        background-color: rgba(255,255,255,.08);
    }

        .snb-list .depth02-list .active a::before {
            background-color: var(--point-color02);
        }

    .cont-wrap {
        width: calc(100% - 210px);
        padding: 30px 30px 40px;
    }

    .page-navi {
        background-color: transparent;
        padding: 0;
    }

        .page-navi .navbar .navbar-nav > .nav-item {
            padding: 0;
        }

            .page-navi .navbar .navbar-nav > .nav-item .nav-link::after {
                display: none;
            }

            .page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
                font-size: inherit;
                padding: 0.25rem 1.5rem;
            }

    .cont-title {
        padding-bottom: 32px;
        column-gap: 40px
    }

    .option-box {
        display: flex;
        ;
    }

        .option-box .share-box {
            position: relative;
            margin-right: 20px;
            padding-right: 20px;
            width: 40px;
        }

            .option-box .share-box::after {
                width: 1px;
                height: 24px;
                background-color: #ccc;
                display: block;
                border: 0;
                position: absolute;
                right: 0;
                top: 0;
            }

        .option-box .print {
            width: 22px;
            padding: 0;
        }
}

@media (min-width:1400px) {
    .sub-container > .container {
        column-gap: 40px;
    }

    .snb {
        width: 270px
    }

        .snb .snb-tit h2 {
            font-size: 22px;
        }

    .snb-list {
        padding: 18px 18px 30px;
    }

        .snb-list .depth01-item > a {
            padding: 16px 34px 16px 8px;
            font-size: 18px;
        }

        .snb-list .depth01-item:has(.depth02-list) > a::after {
            right: 12px;
            top: 25px;
        }

        .snb-list .depth02-list a {
            padding: 10px 28px;
            font-size: inherit;
        }

            .snb-list .depth02-list a::before {
                left: 16px;
                top: 18px;
            }

    .cont-wrap {
        width: calc(100% - 310px);
    }
}

@media (min-width:1600px) {
    .sub-container {
        padding-top: 60px;
        padding-bottom: 80px;
    }

        .sub-container > .container {
            max-width: 1560px;
            column-gap: 50px;
        }

        .sub-container #content {
            min-height: 550px;
        }

    .snb {
        width: 300px;
    }

        .snb .snb-tit {
            padding: 30px;
            min-height: 160px;
        }

            .snb .snb-tit h2 {
                font-size: 26px;
            }

    .snb-list {
        padding: 24px 5px 40px;
    }

    .cont-wrap {
        width: calc(100% - 350px);
        border-radius: 16px;
        padding: 40px 40px 50px
    }

    .page-navi .navbar .navbar-nav > .nav-item {
        max-width: 100%;
    }

        .page-navi .navbar .navbar-nav > .nav-item .nav-link {
            font-size: 15px;
        }

    .cont-title h2 {
        font-size: 36px;
    }
}

@media (min-width:1800px) {
    .sub-container {
        padding-top: 150px;
        padding-bottom: 80px;
    }
}

/***************************************************** style-guide *****************************************************/
/* title */
[class*="tit-h"] {
    font-family: var(--font-type02);
    margin-bottom: 10px;
    font-weight: 700;
}

    [class*="tit-h"]:first-child, [class*="tit-h"] + [class*="tit-h"] {
        margin-top: 0;
    }

.line-gap + .tit-h3 {
    margin-top: 0;
}

.tit-h3 {
    font-size: 23px;
    margin-top: 20px;
}

    .tit-h3 .tit-inner {
        position: relative;
        padding-top: 12px;
        display: inline-block;
    }

        .tit-h3 .tit-inner::after {
            display: block;
            content: '';
            width: 10px;
            height: 10px;
            background-color: var(--main-color02);
            border-radius: 50%;
            position: absolute;
            right: -5px;
            top: 0
        }

.tit-h4 {
    font-size: 20px;
    color: var(--main-color01);
    margin-top: 16px;
}

.tit-h5 {
    font-size: 18px;
    margin-top: 20px;
    color: var(--main-color02);
    margin-top: 10px;
}

@media (min-width:1400px) {
    [class*="tit-h"] {
        margin-bottom: 20px;
    }

    .tit-h3 {
        font-size: 30px;
        margin-top: 40px;
    }

    .tit-h4 {
        font-size: 26px;
        margin-top: 30px;
    }

    .tit-h5 {
        font-size: 24px;
        margin-top: 30px;
    }
}

/* color */
.c-box {
    display: flex;
    gap: 10px;
}

    .c-box div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 120px;
        height: 80px;
        color: #fff;
        text-align: center;
    }

    .c-box .c-box01 {
        background: var(--main-color01)
    }

    .c-box .c-box02 {
        background: var(--main-color02)
    }

    .c-box .c-box03 {
        background: var(--point-color01)
    }

    .c-box .c-box04 {
        background: var(--gray-color01);
        color: inherit;
    }

/* font-color */
.text-primary {
    color: var(--main-color01) !important
}

.text-success {
    color: var(--main-color02) !important
}

/* line-gap */
.line-gap {
    border: 1px dotted #dbdbdb;
    margin: 24px 0;
}

@media (min-width:992px) {
    .line-gap {
        margin: 40px 0;
    }
}

/* tab */
.tab-style01 {
    border: none;
    gap: 6px 1%;
    margin-bottom: 20px;
}

    .tab-style01 .nav-item {
        padding: 0;
        flex: 0 1 48.5%;
    }

    .tab-style01 .nav-link {
        margin: 0;
        border: 2px solid transparent;
        transition: .3s;
        padding: 6px 10px;
        background-color: var(--gray-color01);
        width: 100%;
        border-radius: 6px;
        font-weight: 500;
        word-break: keep-all;
        height: 100%;
        letter-spacing: inherit;
        line-height: 1.2;
    }

        .tab-style01 .nav-link small {
            font-weight: 500;
        }

        .tab-style01 .nav-link:focus, .tab-style01 .nav-link:hover {
            color: var(--main-color02);
            text-decoration: none;
            background-color: #fff;
            border-color: var(--main-color02);
            font-weight: 500;
        }

        .tab-style01 .nav-link.active, .tab-style01 .nav-item.show .nav-link {
            background-color: #fff;
            border-color: var(--main-color01);
            color: var(--main-color01);
        }

.tab-style02 {
    align-items: center;
    border: none;
    gap: 6px;
    margin-bottom: 20px;
}

    .tab-style02 .nav-item {
        position: relative;
        padding: 0;
    }

    .tab-style02 .nav-link {
        border: 1px solid #ccc;
        background: transparent;
        border-radius: 100px;
        margin-top: 0;
        transition: .3s;
        font-weight: 500;
        padding: 6px 20px;
    }

        .tab-style02 .nav-link:focus, .tab-style02 .nav-link:hover {
            color: var(--main-color02);
            text-decoration: none;
            border-color: var(--main-color02);
            font-weight: 500;
        }

        .tab-style02 .nav-link.active, .tab-style02 .nav-item.show .nav-link {
            background: var(--main-color03);
            color: #fff;
            border-color: transparent;
        }

@media (min-width:992px) {
    .tab-style01 {
        gap: 6px;
    }

        .tab-style01 + .tab-content {
            margin-top: 30px
        }

        .tab-style01 .nav-item {
            flex: 0 1 calc(33% - 10px);
            display: flex;
        }

        .tab-style01 .nav-link {
            border-radius: 10px;
            padding: 14px 20px;
        }

            .tab-style01 .nav-link.active, .tab-style01 .nav-item.show .nav-link {
                box-shadow: 4px 8px 16px rgba(28, 62, 115, 0.1);
            }

    .tab-style02 + .tab-content {
        margin-top: 20px
    }

    .tab-style02 .nav-link {
        padding: 10px 50px;
    }
}

@media (min-width:1400px) {
    .tab-style01 .nav-item {
        flex: 0 1 calc(25% - 10px);
    }

    .tab-style01 .nav-link {
        font-size: 18px;
        padding: 12px 20px
    }
}

/* list-style */
table [class*="list-style0"] li:last-child {
    margin-bottom: 0;
}

ul[class*="list-style0"] {
    list-style: none;
}

[class*="list-style0"] li {
    margin-bottom: 6px;
}

.list-style01 > li {
    position: relative;
    padding-left: 14px;
    color: #444;
}

    .list-style01 > li::after {
        content: "";
        position: absolute;
        top: 9px;
        left: 0;
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: var(--main-color01);
    }

.list-style01 .list-style02 {
    margin-top: 10px;
}

.list-style02 > li {
    position: relative;
    padding-left: 14px;
    color: #666;
}

    .list-style02 > li::after {
        content: "";
        position: absolute;
        top: 11px;
        left: 0;
        display: block;
        width: 7px;
        height: 2px;
        background: #ccc;
    }

ol.list-style01 {
    list-style: decimal-leading-zero;
    padding-left: 28px;
}

    ol.list-style01 > li {
        list-style: inherit;
    }

ol.list-style02 {
    list-style: hangul;
    padding-left: 25px;
}

    ol.list-style02 > li {
        list-style: inherit;
    }

/* button */
.btn {
    border-radius: 6px;
}

    .btn:focus, .btn.focus {
        color: #fff;
    }

[class*="btn-outline-"]:focus {
    color: inherit;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-success {
    background-color: var(--success);
    border-color: var(--success);
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}

    .btn-outline-primary:hover, .btn-outline-primary:focus {
        color: #fff;
        border-color: var(--primary);
        background-color: var(--primary);
    }

.btn-outline-success {
    color: var(--success);
    border-color: var(--success);
}

    .btn-outline-success:hover, .btn-outline-success:focus {
        color: #fff;
        border-color: var(--success);
        background-color: var(--success);
    }

.btn-text {
    display: inline-block;
    padding: 0;
    margin: 0 2px;
    color: var(--main-color01);
}

    .btn-text .bi {
        width: 24px;
        height: 24px;
        background-color: var(--main-color01);
        color: #fff;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        margin-right: 4px;
        border: 1px solid var(--main-color01);
        transition: .3s;
    }

        .btn-text .bi::before {
            font-weight: bold;
            font-size: 12px;
            vertical-align: baseline;
        }

    .btn-text:hover .bi, .btn-text:focus .bi {
        color: var(--main-color01-hover);
        background-color: #fff;
        color: var(--main-color01);
    }

/* badge */
.badge {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 50px;
}

    .badge.badge-primary {
        background-color: var(--main-color01);
    }

/* info-text */
.info-text {
    position: relative;
    padding-left: 26px;
    margin: 10px 0;
}

    .info-text > .bi {
        position: absolute;
        top: 1px;
        left: 0;
        width: 18px;
        height: 18px;
        text-align: center;
        color: var(--main-color02);
    }

/* info-box */
.info-box-style01 {
    box-shadow: 4px 8px 16px rgba(28,62,115,.1);
    border-radius: 16px;
    background: url(/site/resource/inje/glocal/images/info-box-bg.png) no-repeat right bottom;
    position: relative;
    padding: 24px 30px;
    z-index: 1;
}

    .info-box-style01::before {
        display: block;
        content: '';
        width: 100%;
        height: 30%;
        border: 2px solid var(--main-color01);
        border-bottom: 0;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .info-box-style01 .info-tit {
        font-family: var(--font-type01);
        color: var(--main-color01);
        font-size: 22px;
    }

    .info-box-style01 .info-txt {
        font-weight: 600;
    }

.info-box-style02 {
    background-color: var(--gray-color01);
    padding: 16px 20px;
    border-radius: 16px;
}

    .info-box-style02 .info-tit {
        color: var(--main-color01);
        margin-bottom: 4px;
        display: block;
    }

.info-box-style03 {
    padding: 16px 20px;
    position: relative;
    margin-bottom: 30px;
}

    .info-box-style03::before {
        display: block;
        content: '';
        width: 100%;
        height: 50px;
        border-radius: 16px 16px 0 0;
        border: 2px dotted #d5d5d5;
        border-bottom: 0;
        position: absolute;
        left: 0;
        top: 0;
    }

    .info-box-style03:after {
        display: block;
        content: '';
        width: 100%;
        height: 1px;
        border-bottom: 2px dotted #d5d5d5;
        position: absolute;
        left: 0;
        bottom: 0;
    }

@media (min-width:992px) {
    .info-box-style03::before {
        border-right: 0;
        border-top-right-radius: 0;
    }

    .info-box-style03:after {
        height: 50px;
        border-radius: 0 0 16px 0;
        border-bottom: 2px dotted #d5d5d5;
        border-right: 2px dotted #d5d5d5;
    }
}

@media (min-width:1400px) {
    .info-box-style01 {
        min-height: 160px;
        padding: 40px 60px;
        box-shadow: 4px 8px 20px rgba(28,62,115,.1);
    }

        .info-box-style01::before {
            height: 60px;
        }

        .info-box-style01 .info-tit {
            font-size: 28px;
        }

        .info-box-style01 .info-txt {
            font-size: 18px;
        }

    .info-box-style02 {
        padding: 26px 30px;
    }

        .info-box-style02 .info-tit {
            font-size: 20px;
            margin-bottom: 8px;
        }

    .info-box-style03 {
        padding: 26px 30px;
    }
}

/* table */
.table {
    border-top: 2px solid var(--main-color01);
}

    .table thead th {
        color: var(--main-color01);
        background-color: #f8f9f9;
    }

    .table tbody th {
        background-color: #f8f9f9
    }

.table-responsive {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive .table {
        min-width: 768px;
    }

/* non-page */
.non-page {
    background: url(/site/resource/inje/glocal/images/non-page.svg) no-repeat top center;
    background-size: 140px;
    padding-top: 150px;
}

    .non-page.board {
        background-image: url(/site/resource/inje/glocal/images/non-board.svg);
    }

    .non-page h3 {
        font-size: 20px;
        color: inherit;
    }

    .non-page p {
        color: var(--font-color03);
    }

@media (min-width:1200px) {
    .non-page {
        background-size: 200px;
        padding-top: 210px;
    }

        .non-page h3 {
            font-size: 26px;
        }
}

/* accordion */
.acc-style01 .card {
    border: 0;
    border-radius: 0
}

    .acc-style01 .card .card-header {
        margin-top: 10px;
        padding: 0;
        border: none;
        background-color: #fff
    }

    .acc-style01 .card:not(:first-child) .card-header {
        border-top: 0
    }

    .acc-style01 .card .card-header > .btn {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 15px;
        border: 1px solid var(--main-color01);
        border-radius: 7px;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
        color: var(--main-color01);
        text-align: left;
        white-space: wrap;
        text-decoration: none
    }

        .acc-style01 .card .card-header > .btn::before {
            display: none
        }

        .acc-style01 .card .card-header > .btn .tit {
            position: relative;
            margin: 0;
            padding: 0;
            font-size: 17px;
            font-weight: 500;
            flex: 1 1 10%;
        }

        .acc-style01 .card .card-header > .btn .bi {
            margin: 0;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50px;
            background: var(--main-color02);
            transform: rotate(180deg);
            transition: all .3s ease-out;
            color: #fff
        }

        .acc-style01 .card .card-header > .btn.collapsed .bi {
            transform: rotate(0);
            color: #333;
            background: var(--gray-color01)
        }

        .acc-style01 .card .card-header > .btn.collapsed:focus .bi, .acc-style01 .card .card-header > .btn.collapsed:hover .bi {
            background-color: var(--main-color01);
            color: #fff;
        }

        .acc-style01 .card .card-header > .btn.collapsed {
            font-weight: 400;
            color: var(--font-color03);
            border-color: #d5d5d5;
            box-shadow: none;
        }

            .acc-style01 .card .card-header > .btn.collapsed:focus, .acc-style01 .card .card-header > .btn.collapsed:hover {
                font-weight: 500;
                color: #333;
                border-color: #333;
            }

            .acc-style01 .card .card-header > .btn.collapsed::before {
                width: 0
            }

    .acc-style01 .card .card-body {
        padding: 15px;
        border-radius: 7px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        background: #f8f8fb
    }

@media(min-width:1200px) {
    .acc-style01 .card .card-header > .btn {
        padding: 15px 20px
    }

    .acc-style01 .card .card-body {
        padding: 20px
    }
}

/* img-zoom */
.img-zoom {
    position: relative;
    padding: 16px;
    text-align: center;
    border: 1px solid #eaeaea;
    border-radius: 16px;
    margin-bottom: 20px;
}

    .img-zoom img {
        margin: 0 auto;
        max-width: 100%
    }

    .img-zoom .btn {
        position: absolute;
        bottom: -20px;
        right: 20px;
        width: 40px;
        height: 40px;
        background: #4f575e;
        border-radius: 50%;
        color: #fff;
        padding: 8px;
    }

        .img-zoom .btn:focus, .img-zoom .btn:hover {
            background-color: var(--main-color01)
        }

@media (min-width:992px) {
    .img-zoom {
        padding: 0;
        border: 0;
        margin-bottom: 0;
    }

        .img-zoom.line {
            border: 1px solid #eaeaea;
            padding: 40px 20px
        }

        .img-zoom .btn {
            display: none
        }
}

/* input */
.form-control {
    border-radius: 6px;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/site/resource/inje/glocal/images/select-arrow.svg) no-repeat right 12px center;
    padding: 6px 30px 6px 12px;
}

/* modal */
.modal-content {
    box-shadow: 4px 8px 28px rgba(28, 62, 115, 0.25);
    border-radius: 10px;
}

.modal-header {
    background: var(--main-color03);
    border-radius: 10px 10px 0 0
}

    .modal-header .close {
        opacity: 1;
    }

        .modal-header .close span {
            font-size: 32px;
            line-height: 0;
        }

        .modal-header .close:hover, .modal-header .close:focus {
            animation: jellyAni .5s linear;
        }

.modal-body {
    border-radius: 0 0 10px 10px;
}

/***************************************************** board *****************************************************/
/* table-board */
.table.table-board {
    border-top: 1px solid #353847;
}

    .table.table-board thead th {
        background-color: transparent;
        border-bottom-color: #353847;
        color: inherit;
    }

    .table.table-board tbody th {
        background-color: transparent;
    }

.table-board tbody th {
    color: inherit;
    font-weight: 400;
}

.table.table-board a:hover, .table.table-board a:focus {
    text-decoration: underline;
}

.table-board tr th, .table-board tr td {
    padding: 10px 8px;
    word-break: break-all;
}

@media(min-width:768px) {
    .table-board tr th, .table-board tr td {
        padding: 0.95rem 0.75rem;
        word-break: normal;
    }
}

/* gallery */
.board-gallery a {
    border-radius: 16px;
    overflow: hidden;
}

    .board-gallery a .txt-box {
        min-height: 130px;
    }

/* pagination */
.pagination {
    gap: 0 6px;
    margin-top: 30px;
    justify-content: center
}

    .pagination .page-item .page-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 6px;
        background-color: transparent;
        border-color: transparent;
        color: var(--font-color02);
        line-height: 1;
        transition: all .3s ease-out;
    }

    .pagination .page-item.active .page-link {
        color: #000;
        font-size: 16px;
        font-weight: 600
    }

    .pagination .page-item {
        display: none
    }

        .pagination .page-item.active, .pagination .page-item:nth-last-of-type(3), .pagination .page-item[class*=go-] {
            display: block
        }

            .pagination .page-item[class*=go-] .page-link {
                border-radius: 6px;
                border: 1px solid #E2E2E2
            }

            .pagination .page-item:nth-last-of-type(3) .page-link::before {
                content: "/";
                position: absolute;
                top: 50%;
                left: -4px;
                transform: translateY(-50%)
            }

@media(min-width:768px) {
    .pagination {
        margin-top: 40px
    }

        .pagination .page-item {
            display: block
        }

            .pagination .page-item .page-link {
                width: 40px;
                height: 40px;
                border: 1px solid #E2E2E2;
            }

                .pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover {
                    border-color: var(--main-color01);
                    color: var(--main-color01);
                    font-weight: 700;
                }

            .pagination .page-item.active .page-link {
                color: #fff;
                background-color: var(--main-color01)
            }

            .pagination .page-item:nth-last-of-type(3) .page-link::before {
                display: none
            }
}
