﻿@charset "utf-8";

@import url(/common/fonts/bootstrap-icons/bootstrap-icons.css);
@import url(/common/css/s-core-dream.css);
@import url(/common/css/font-poppins.css);

body {
    font-family: "noto", "s-core-dream-bold", "Poppins", sans-serif;
}

:root {
    /* font */
    --font-icon: "bootstrap-icons";
}

:root {
    --point-color-01: 80, 77, 171;
    /* #504DAB */
    --point-color-02: 46, 84, 171;
    /* #2E54AB */
    --point-color-03: 232, 37, 97;
    /* #E82561 */
    --point-color-04: 39, 43, 52;
    /* #272B34 */
    --point-color-05: 21, 107, 113;
    /* #156B71 */
    --point-color-01-hover: 66, 63, 141;
    /* #423f8d */
    --point-color-02-hover: 37, 69, 141;
    /* #25458d */
    --point-color-03-hover: 208, 22, 78;
    /* #d0164e */
    --point-color-04-hover: 55, 60, 73;
    /* #373c49 */
    --point-color-05-hover: 16, 81, 86;
    /* #105156*/
    --point-color-01-light: 130, 127, 238;
    /* #827FEE */
    --point-color-01-light-hover: 102, 97, 234;
    /* #6661ea */
    --point-color-01-dark: 55, 40, 106;
    /* #37286A */
}

mark {
    background-color: #ffd7e4;
}

.badge-dark {
    padding: 6px 10px;
}

.line-gap {
    width: 100%;
    margin: 35px 0;
    border-top: 1px dashed #ddd;
}

.line-arrow {
    width: 100%;
    height: 40px;
    margin: 20px 0;
    border: 0;
    background: url(/template/t006001/images/line-arrow.png) no-repeat center/100% 100%;
}

    .line-arrow.reverse {
        transform: rotate(180deg);
    }

.layout {
    display: flex;
    align-items: center;
}

    .layout.half .ly-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

.flex-auto {
    flex: 1 1 auto !important;
}

/* keyframes */
@keyframes mv-scroll {
    0% {
        height: 100px;
    }

    100% {
        height: 0;
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes scrolling-left {
    from {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@media (min-width: 768px) {
    .line-arrow {
        height: 60px;
        margin: 30px 0;
    }
}

@media (min-width: 992px) {
    html,
    body {
        /* font-size: 16px;
         */
    }
}

@media (min-width: 1200px) {
    .container {
        padding-inline: 0;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }
}

/*****************************************************
Layout
*****************************************************/
/*#################### header ####################*/
#header {
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    top: 0;
    transition: all 0.3s ease-out;
}

.top-sub-layout {
    padding: 15px 0 0 0;
    flex-wrap: wrap;
}

    .top-sub-layout h1 {
        display: flex;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
        order: 2;
    }

    .top-sub-layout .site-logo {
        display: flex;
        align-items: center;
    }

    .top-sub-layout .sub-site-title {
        display: block;
        position: relative;
        padding-left: 18px;
        color: #333;
        font-size: 16px;
    }

        .top-sub-layout .sub-site-title::before {
            content: "";
            display: block;
            width: 1px;
            height: 20px;
            position: absolute;
            top: 0;
            left: 9px;
            background: #707070;
        }

    .top-sub-layout .site-logo img {
        /* max-width: 292px; */
        width: 100%;
        height: auto;
        display: block;
    }

    .top-sub-layout .top-list {
        order: 1;
        display: flex;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

        .top-sub-layout .top-list li {
            color: #666;
            font-size: 15px;
            position: relative;
        }

            .top-sub-layout .top-list li + li::before {
                content: "";
                display: block;
                width: 1px;
                height: 12px;
                position: absolute;
                top: 6px;
                left: 0;
                background: #ddd;
                display: none;
            }

.message {
    padding-left: 20px;
}

    .message a {
        padding: 0 10px;
    }

    .message::before {
        content: "\F32F";
        display: block;
        position: absolute;
        top: -1px;
        left: 0;
        font-family: "bootstrap-icons";
        font-size: 19px;
        color: #ccc;
    }

.user-wrap {
    display: none;
}

.user {
    padding-left: 20px;
    margin: 0 5px;
}

    .user::before {
        content: " \F4D7";
        display: block;
        position: absolute;
        top: -1px;
        left: 10px;
        font-family: "bootstrap-icons";
        font-size: 19px;
        color: #ccc;
    }

    .user p {
        margin: 0;
        padding: 0 0 0 10px;
    }

.login-timer button {
    padding: 0 10px;
}

.timer {
    padding: 0 10px;
    background: #ebebeb;
    border-radius: 50px;
}

.menu-ham {
    position: absolute;
    top: 10px;
    right: 15px;
    display: block;
    padding: 6px;
    font-family: "s-core-dream-bold";
    color: rgb(var(--point-color-02));
    font-size: 18px;
    background: #f2f8ff;
    border-radius: 50px;
    white-space: nowrap;
}

    .menu-ham span {
        display: inline-block;
    }

    .menu-ham::after {
        content: "\F3FB";
        display: block;
        width: 30px;
        height: 30px;
        line-height: 1.6;
        padding: 0;
        font-family: "bootstrap-icons";
        font-size: 19px;
    }

    .menu-ham span {
        display: none;
    }

#mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.menubar-box {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 110;
    width: 100%;
    height: 100vh;
    max-width: 100vw;
    background-color: #fff;
    transition: right 0.3s;
}

    .menubar-box.on {
        right: 0;
    }

    .menubar-box .menubar-header > ul {
        display: flex;
        justify-content: space-between;
        margin: 0;
    }

        .menubar-box .menubar-header > ul > li {
            flex: 1;
        }

    .menubar-box .menubar-header a {
        display: block;
        height: 100%;
        text-align: center;
    }

    .menubar-box .menubar-link-list-main a {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        transition: 0.3s;
    }

    .menubar-box .menubar-link-list-main > li:first-child a {
        background-color: #fc8b05;
    }

        .menubar-box .menubar-link-list-main > li:first-child a:hover,
        .menubar-box .menubar-link-list-main > li:first-child a:focus {
            background-color: hsl(33, 98%, 40%);
        }

    .menubar-box .menubar-link-list-main > li:last-child a {
        background-color: #00b1c3;
    }

        .menubar-box .menubar-link-list-main > li:last-child a:hover,
        .menubar-box .menubar-link-list-main > li:last-child a:focus {
            background-color: hsl(186, 100%, 28%);
        }

    .menubar-box .menubar-header > .menubar-link-list-sub {
        display: block;
        padding: 0.5rem 0;
    }

    .menubar-box .menubar-link-list-sub > li {
        position: relative;
        display: inline-block;
    }

        .menubar-box .menubar-link-list-sub > li:not(:last-child)::after {
            content: "";
            position: absolute;
            top: 50%;
            right: -1px;
            transform: translateY(-50%);
            display: block;
            width: 1px;
            height: 15px;
            background-color: #e3e3e4;
        }

    .menubar-box .menubar-link-list-sub a {
        font-size: 13px;
        font-weight: 500;
        color: #333;
        transition: 0.2s;
        padding: 0 0.8rem;
        line-height: 1.7;
    }

        .menubar-box .menubar-link-list-sub a:hover,
        .menubar-box .menubar-link-list-sub a:focus {
            color: #005087;
        }

.menubar-title-box {
    /* height: 0;
     */
    line-height: 54px;
}

.menubar-title {
    padding-left: 20px;
    margin: 0;
    background-color: rgb(var(--point-color-04));
    font-size: 17px;
    line-height: inherit;
    color: #fff;
    font-weight: 400;
}

.menubar-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    color: #fff;
    width: 54px;
    height: 54px;
    text-align: center;
    background: rgb(var(--point-color-01));
    background-size: 40%;
    transition: 0.3s;
}

    .menubar-close::before {
        content: "\F659";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 30px;
        line-height: 1.6;
        transform: translate(-50%, -50%);
        padding: 0;
        font-family: "bootstrap-icons";
        font-size: 20px;
        font-weight: 600;
        color: #fff;
    }

    .menubar-close:hover,
    .menubar-close:focus {
        color: #fff;
        background-color: rgb(var(--point-color-01-hover));
    }

.menubar {
    list-style: none;
    display: block;
    height: 100%;
    overflow-y: auto;
    margin: 0;
    padding: 10px 0;
}

    .menubar > li {
    }

        .menubar > li .menuitem {
            position: relative;
            display: flex;
            align-items: center;
            padding: 0 10px;
        }

        .menubar > li > .menuitem {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
            flex: 0 0 40%;
            max-width: 170px;
            height: 55px;
            font-size: 17px;
            letter-spacing: -0.05em;
            font-weight: 500;
            color: #222;
            z-index: 10;
        }

        .menubar > li.active > .menuitem {
            /* background-color: rgb(var(--point-color-04)); */
            /* color: #fff; */
        }

        .menubar > li > .menuitem .menubox {
        }

        .menubar > li > .menuitem.expanded-true {
            width: 100%;
            max-width: 170px;
            background-color: rgb(var(--point-color-03));
            color: #fff;
            box-shadow: 4px 6px 15px 0 rgba(0, 0, 0, 0.15);
        }

        .menubar > li.active > .menuitem.haspopup-true > .toggle-btn:after,
        .menubar .menubox-inner > .menu.active > li > .menuitem.haspopup-true > .toggle-btn:after,
        .menubar > li.active > .menuitem.haspopup-true > .toggle-btn:before,
        .menubar .menubox-inner > .menu.active > li > .menuitem.haspopup-true > .toggle-btn:before {
            /* background-color: #fff; */
        }

        .menubar > li > .menuitem.expanded-true + .menubox::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
            height: 100%;
            background: #ddd;
        }

        .menubar > li > .menuitem.expanded-true + .menubox > .menubox-inner {
            position: relative;
            opacity: 1;
            margin: 10px 0;
            padding: 0 15px;
            overflow-y: auto;
        }

            .menubar > li > .menuitem.expanded-true + .menubox > .menubox-inner::before {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 1px;
                height: 100%;
                background: #ddd;
            }

    .menubar .menubox-inner .menuitem {
        padding-right: 10px;
    }

    /* 2 depth menuitem */
    .menubar .menubox-inner > .menu > li {
        position: relative;
    }

        .menubar .menubox-inner > .menu > li > .menuitem {
            display: inline-block;
            width: 100%;
            /* height: 40px; */
            padding: 10px 0;
            padding-right: 35px;
            border-bottom: 1px solid #ddd;
            color: #222;
            font-family: "s-core-dream-bold";
            font-size: 16px;
            font-weight: 400;
            letter-spacing: -0.05em;
            word-break: break-word;
        }

            .menubar .menubox-inner > .menu > li > .menuitem.has-detail {
                padding-bottom: 30px;
            }

            .menubar .menubox-inner > .menu > li > .menuitem small {
                position: absolute;
                bottom: 0;
                left: 0;
                color: #999;
                font-size: 13px;
                font-weight: 300;
            }

        .menubar .menubox-inner > .menu > li > ul {
            display: none;
        }

        .menubar .menubox-inner > .menu > li > .menuitem:hover,
        .menubar .menubox-inner > .menu > li > .menuitem:focus {
            color: rgb(var(--point-color-02));
        }

        .menubar .menubox-inner > .menu > li > .menuitem.expanded-true {
            color: rgb(var(--point-color-02));
            border-bottom: 1px dashed #ccc;
        }

    .menubar .toggle-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

    .menubar > li > .menuitem > .toggle-btn {
        width: 50px;
        height: 55px;
    }

    .menubar > li > .menuitem.haspopup-true > .toggle-btn::before,
    .menubar .menubox-inner > .menu > li > .menuitem.haspopup-true > .toggle-btn::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: inline-block;
        background-color: transparent;
    }

    .menubar > li > .menuitem.haspopup-true > .toggle-btn::before {
        content: "\F285";
        font-family: "bootstrap-icons";
    }

    .menubar > li > .menuitem.haspopup-true > .toggle-btn::after {
    }

    .menubar > li > .menuitem.haspopup-true.expanded-true > .toggle-btn::before {
        color: #fff;
    }

    .menubar .menubox-inner > .menu > li > .menuitem.haspopup-true > .toggle-btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: inline-block;
        width: 16px;
        height: 2px;
        background-color: #666;
    }

    .menubar .menubox-inner > .menu > li > .menuitem.haspopup-true > .toggle-btn::before {
        right: 20px;
        width: 13px;
        height: 2px;
    }

    .menubar .menubox-inner > .menu > li > .menuitem.haspopup-true > .toggle-btn::after {
        right: 27px;
        width: 2px;
        height: 13px;
    }

    .menubar .menubox-inner > .menu > li > .menuitem.haspopup-true > .toggle-btn::before,
    .menubar .menubox-inner > .menu > li > .menuitem.haspopup-true > .toggle-btn::after {
        background-color: #929292;
    }

    .menubar .menubox-inner > .menu > li.active > .menuitem.haspopup-true > .toggle-btn::before,
    .menubar .menubox-inner > .menu > li.active > .menuitem.haspopup-true > .toggle-btn::after {
        background-color: #084879 !important;
    }

    .menubar .menubox-inner > .menu > li > .menuitem.haspopup-true.expanded-true > .toggle-btn::before {
        background-color: #929292;
    }

    .menubar > li > .menuitem.haspopup-true.expanded-true > .toggle-btn::after,
    .menubar .menubox-inner > .menu > li > .menuitem.haspopup-true.expanded-true > .toggle-btn::after {
        display: none;
    }

    /* 3 depth menu */
    .menubar .menubox-inner > .menu > li > ul {
        list-style: none;
        display: none;
        padding: 10px 0;
        margin: 0;
    }

        .menubar .menubox-inner > .menu > li > ul::after {
            content: "";
            clear: both;
            display: block;
        }

        /* 3 depth menu li */
        .menubar .menubox-inner > .menu > li > ul > li {
            position: relative;
            padding: 0 0 0 10px;
            margin-bottom: 10px;
            font-weight: 400;
            color: #222;
            font-size: 14px;
        }

            .menubar .menubox-inner > .menu > li > ul > li > a::before {
                content: "";
                position: absolute;
                top: 10px;
                left: 0;
                width: 3px;
                height: 3px;
                border-radius: 50px;
                background-color: #ccc;
            }

            .menubar .menubox-inner > .menu > li > ul > li > a.link::after {
                content: "\F1C5";
                display: inline-block;
                padding-left: 7px;
                font-family: "bootstrap-icons";
                font-size: 17px;
                color: #999;
            }

            .menubar .menubox-inner > .menu > li > ul > li > a.link:hover::after,
            .menubar .menubox-inner > .menu > li > ul > li > a.link:focus::after {
                color: rgb(var(--point-color-03));
            }

            .menubar .menubox-inner > .menu > li > ul > li > a:hover,
            .menubar .menubox-inner > .menu > li > ul > li > a:focus {
                color: rgb(var(--point-color-03));
                font-weight: 500;
            }

            .menubar .menubox-inner > .menu > li > ul > li:last-child {
                margin-bottom: 0;
            }

    /* 2 depth menuitem 하위 메뉴 열림 */
    .menubar .menubox-inner > .menu > li .menuitem.expanded-true + ul {
        display: block;
        border-bottom: 1px solid #ddd;
    }

    .menubar .menubox-inner > .menu-deco {
        display: none;
    }

    .menubar .menubox-inner > .menu {
        display: none;
    }

.side-popup {
    display: none;
}

.sub-top {
    display: none;
}

.page-navi {
    background: #3c4355;
}

    .page-navi .navbar {
        border: none;
        justify-content: flex-start;
    }

        .page-navi .navbar .navbar-nav {
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 2px;
            margin: 5px 0;
        }

            .page-navi .navbar .navbar-nav > .nav-item {
                width: auto;
                border-right: none;
                border-bottom: none;
                background: rgba(255, 255, 255, 0.1);
                border-radius: 50px;
            }

                .page-navi .navbar .navbar-nav > .nav-item .nav-link {
                    min-height: 35px;
                    padding: 6px 30px 6px 10px;
                }

                .page-navi .navbar .navbar-nav > .nav-item.print a {
                    padding: 6px 10px;
                }

                    .page-navi .navbar .navbar-nav > .nav-item.print a::before {
                        display: none;
                    }

@media (min-width: 480px) {
    .menubar .menubox-inner > .menu > li > .menuitem.has-detail {
        padding-bottom: 20px;
    }

    .user-wrap {
        display: block;
    }
}

@media (max-width: 991px) {
    /* 2depth menu */
    .menubar > li > .menuitem.expanded-true + .menubox {
        position: absolute;
        top: 54px;
        right: 0;
        z-index: auto;
        width: calc(100% - 170px);
        height: 100vh;
        min-height: 100vh;
        overflow: scroll;
        padding-bottom: 50px;
    }

    /* 2 depth menuitem */
    .menubar > li > .menuitem.haspopup-true.expanded-true + .menubox > .menubox-inner > ul {
        display: block;
    }
}

@media (min-width: 576px) {
    .menubar .menubox-dummy,
    .menubar .menubox-inner {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .top-sub-layout .site-logo img {
        /* max-width: 375px; */
    }

    .menubar .menubox-dummy,
    .menubar .menubox-inner {
        max-width: 720px;
    }

    .top-sub {
        border-bottom: 1px solid #ebebeb;
    }

    .top-sub-layout > h1 {
        margin-bottom: 0;
    }

    .top-sub-layout .sub-site-title {
        display: block;
        position: relative;
        padding-left: 18px;
        color: #333;
        font-size: 20px;
    }

        .top-sub-layout .sub-site-title::before {
            height: 25px;
            top: 2px;
        }

    .top-sub-layout {
        flex-direction: row;
        justify-content: space-between;
        padding: 15px 0;
    }
}

@media (min-width: 992px) {
    .top-sub-layout > h1,
    .top-sub-layout .top-list {
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: auto;
    }

    .top-sub-layout > h1 {
        order: 1;
    }

    .top-sub-layout .top-list {
        margin-bottom: 0;
    }

    .menu-ham {
        position: relative;
        top: auto;
        right: auto;
        display: block;
        width: auto;
        height: auto;
        margin: 1px;
        padding: 8px 40px 8px 16px;
        font-family: "s-core-dream-bold";
        color: rgb(var(--point-color-02));
        font-size: 18px;
        background: #f2f8ff;
        border-radius: 50px;
        white-space: nowrap;
    }

        .menu-ham::after {
            content: "\F3FB";
            display: block;
            position: absolute;
            top: 6px;
            right: 12px;
            width: 25px;
            height: 25px;
        }

        .menu-ham span {
            display: block;
        }

    .top-menu {
        border-bottom: 1px solid #ddd;
    }

    .menubar-box .menubar-header {
        display: none;
    }

    .menubar {
        overflow-y: visible;
    }

    .menubar-close {
        display: none;
    }

    .modal-box {
        height: auto;
    }

    .menubar .toggle-btn {
        display: none;
    }

    .menubar-box {
        display: flex;
        position: static;
        top: auto;
        right: auto;
        left: auto;
        z-index: 20;
        width: 100%;
        height: 100%;
        max-width: none;
        background-color: #fff;
        transition: right 0.3s;
    }

    .menubar > li > .menuitem.expanded-true {
        background-color: #fff;
        box-shadow: none;
        color: #222;
    }

    .menubar-title-box {
        display: none;
    }

    .menubar > li > .menuitem.expanded-true + .menubox > .menubox-inner {
        margin: 0 auto;
        padding: 0;
    }

    /* 1 depth menu */
    .menubar {
        display: flex;
        align-items: center;
        gap: 30px;
        padding: 0;
        font-size: 22px;
    }

        .menubar > li {
            list-style: none;
            height: 70px;
        }

            .menubar > li.on .menubox,
            .menubar > li:hover .menubox,
            .menubar > li:focus .menubox,
            .menubar > li > .menuitem:focus + .menubox {
                visibility: visible;
                opacity: 1;
            }

            .menubar > li > .menuitem {
                position: relative;
                padding: 0;
                height: 100%;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
                background-color: #fff;
                border-bottom: none;
                font-weight: 500;
            }

            .menubar > li:hover > a,
            .menubar > li:focus > a {
                color: rgb(var(--point-color-01));
            }

            .menubar > li > .menuitem:hover,
            .menubar > li > .menuitem:focus,
            .menubar > li.active > .menuitem {
                color: rgb(var(--point-color-01));
                font-weight: 800;
                letter-spacing: -0.05em;
                background: transparent;
            }

            .menubar > li > a.menuitem.haspopup-true::before,
            .menubar > li > a.menuitem.haspopup-true::before {
                content: "";
                display: inline-block;
                position: absolute;
                left: 50%;
                bottom: 0;
                width: 0;
                height: 0.4rem;
                background: rgb(var(--point-color-01));
                transition: all 0.2s;
                transform: translateX(-50%);
            }

            .menubar > li:hover > a.menuitem.haspopup-true::before,
            .menubar > li:focus > a.menuitem.haspopup-true::before,
            .menubar > li.active > a.menuitem.haspopup-true::before {
                width: 100%;
            }

            .menubar > li > .menuitem + .menubox.focusin {
                visibility: visible;
                opacity: 1;
            }

        .menubar .menubox {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            top: 144px;
            left: 0;
            z-index: 100;
            width: 100%;
            min-height: 260px;
            overflow-x: hidden;
            background: #fff;
            border-top: 1px solid #ddd;
        }

            .menubar .menubox.on {
                z-index: 101;
            }

        .menubar > li.on .menubox,
        .menubar > li:hover .menubox,
        .menubar > li .menubox.focusin {
            box-shadow: 0 21px 24px rgba(0, 0, 0, 0.07);
            transition-duration: 0.2s;
        }

        .menubar .menubox-dummy,
        .menubar .menubox-inner {
            display: flex;
            max-width: 960px;
            margin: 0 auto;
            position: relative;
            z-index: -1;
        }

        .menubar .menubox-dummy {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            height: 100%;
        }

            .menubar .menubox-dummy::before {
                content: "";
                position: absolute;
                top: 0;
                left: calc((100vw - 100%) / 2 * -1);
                display: block;
                width: calc((100vw - 100%) / 2);
                height: 100%;
                background-color: #f2f8ff;
                box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.35);
            }

        .menubar .menubox.on .menubox-dummy,
        .menubar .menubox.on .menubox-inner {
            z-index: 1;
        }

        /* 2 depth menu */
        .menubar .menubox-dummy-1,
        .menubar .menubox-inner > .menu-deco {
            flex: 0 0 23%;
            max-width: 23%;
            display: block;
            background: #f2f8ff;
        }

        .menubar .menubox-dummy-1 {
            position: relative;
            z-index: 1;
        }

        .menubar .menubox-inner > .menu-deco {
            position: relative;
            padding-top: 20px;
            min-height: 300px;
        }

        .menubar .menubox-inner .menu-deco-inner {
            position: relative;
            z-index: 3;
        }

        .menubar .menu-deco-title {
            font-family: "s-core-dream-bold";
            margin-bottom: 24px;
            font-size: 28px;
            font-weight: 700;
        }

        .menubar .menu-deco-text {
            position: relative;
            padding-top: 16px;
            font-size: 20px;
            font-weight: 700;
            color: rgb(var(--point-color-01));
        }

        .menubar .menubox-dummy-2 {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            flex: 0 0 75%;
            max-width: 75%;
            background-color: #fff;
        }

        .menubar .menubox-inner > .menu {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            width: 100%;
            padding: 40px 30px;
            padding-right: 0;
        }

            .menubar .menubox-inner > .menu > li {
                flex: 0 0 calc((100% / 3) - 20px);
            }

                .menubar .menubox-inner > .menu > li::before {
                    display: none;
                }

        .menubar .menubox.on .menubox-inner {
            z-index: 2;
        }

        .menubar .menubox-inner > .menu > li > .menuitem {
            height: auto;
            padding: 12px 12px 8px;
            border-radius: 10px;
            font-size: 17px;
            border: 1px solid #ddd;
            border-radius: 4px;
        }

            .menubar .menubox-inner > .menu > li > .menuitem.expanded-true {
                border-bottom: 1px solid #ddd;
            }

            .menubar .menubox-inner > .menu > li > .menuitem::before {
                display: none;
            }

        .menubar .menubox-inner > .menu > li > ul > li > a::before {
            top: 15px;
        }

        /* 2 depth menu list */
        .menubar .menubox-inner > .menu > li > ul::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 21px;
            width: 2px;
            height: 10px;
            border-radius: 50px;
            background-color: #fff;
            transform: translateY(-50%) rotate(-45deg);
        }

        .menubar .menubox-inner > .menu > li > ul:hover,
        .menubar .menubox-inner > .menu > li > ul:focus {
            background-color: #fff;
            color: #fff;
        }

        .menubar .menubox-inner > .menu > li:hover > .menuitem,
        .menubar .menubox-inner > .menu > li:focus > .menuitem,
        .menubar .menubox-inner > .menu > li.active > .menuitem {
            background: rgb(var(--point-color-01));
            color: #fff;
            transition: all 0.3s 0.1s ease-out;
        }

            .menubar .menubox-inner > .menu > li:hover > .menuitem::before,
            .menubar .menubox-inner > .menu > li:focus > .menuitem::before,
            .menubar .menubox-inner > .menu > li.active > .menuitem::before,
            .menubar .menubox-inner > .menu > li > .menuitem.expanded-true::before {
                content: "\F138";
                display: block;
                position: absolute;
                top: calc(50% - 1px);
                right: 10px;
                width: 25px;
                height: 25px;
                transform: translateY(-50%);
                font-family: "bootstrap-icons";
                font-size: 20px;
            }

        /* 3 depth menu */
        .menubar .menubox-inner > .menu > li .menuitem.expanded-true + ul {
            border-bottom: none;
        }

        .menubar .menubox-inner > .menu > li > ul > li > a {
            position: relative;
            display: block;
            padding: 5px 0;
            padding-left: 15px;
            color: #222;
            font-size: 16px;
        }

        .menubar .menubox-inner > .menu > li > .menuitem small {
            left: 13px;
            bottom: 3px;
        }

        .menubar > li > .menuitem.haspopup-true::before,
        .menubar .menubox-inner > .menu > li > ul.haspopup-true::before,
        .menubar > li > .menuitem.haspopup-true::after,
        .menubar .menubox-inner > .menu > li > ul.haspopup-true::after {
            display: none;
        }

        /* 3 depth menu list */
        .menubar .menubox-inner > .menu > li > ul {
            display: block;
        }

            .menubar .menubox-inner > .menu > li > ul > li {
                margin-bottom: 0;
                border-bottom: none;
            }

    /* side-popup */
    .side-popup {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -274px;
        z-index: 22;
        width: 300px;
        display: flex;
        justify-content: space-between;
        transition: left 0.3s, width 0.3s;
    }

    .side-popup-btn {
        position: relative;
        display: block;
        width: 30px;
        height: 60px;
        margin-top: 10px;
        padding: 0 !important;
        background: rgb(var(--point-color-03));
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        color: #fff;
        text-indent: -9999px;
    }

        .side-popup-btn::before {
            content: "\F22D";
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-family: "bootstrap-icons";
            color: #fff;
            font-size: 10px;
            text-indent: initial;
        }

    .side-popup.active .side-popup-btn::before {
        content: "\F231";
    }

    .side-popup-inner {
        width: 300px;
        height: 100%;
        padding: 30px;
        background: #eaeef4 url(/linc-onestop/images/member-box-bg.png) no-repeat right bottom;
    }

    .side-popup.active {
        position: fixed;
        right: 0;
        width: 315px;
        height: 100%;
    }

    .side-popup-inner .member-tit {
        margin-bottom: 5px;
        color: #000;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
    }

    .side-popup-inner .inner-wrap {
        margin-bottom: 25px;
    }

    .side-popup-inner .login {
        display: block;
        color: #a2a2a2;
        font-size: 15px;
        text-align: center;
        text-decoration: underline;
        letter-spacing: 0;
    }

        .side-popup-inner .login:hover,
        .side-popup-inner .login:focus {
            color: #222;
            font-weight: 500;
        }

    /* member-top */
    .side-popup-inner .member-top {
        text-align: center;
    }

    .member-top .hello {
        color: rgb(var(--point-color-01));
        font-size: 17px;
        font-weight: 600;
    }

    .member-top .name {
        color: #000;
        font-size: 28px;
        font-weight: 600;
    }

    .member-top .link {
        display: flex;
        flex-direction: column;
        text-align: left;
    }

        .member-top .link > a {
            display: block;
            margin-bottom: 5px;
            padding: 12px 16px;
            padding-left: 46px;
            background: #f6fbfb;
            border: 2px solid rgba(var(--point-color-01), 0.1);
            border-radius: 5px;
            color: #555;
            font-size: 15px;
            background-repeat: no-repeat;
        }

        .member-top .link:after {
            display: none;
        }

        .member-top .link > a:hover,
        .member-top .link > a:focus {
            border: 2px solid rgb(var(--point-color-01));
        }

        .member-top .link > a.link01 {
            background-image: url(/site/resource/inje/linc-onestop/images/member-top-link01.png);
            background-position: 20px 13px;
        }

        .member-top .link > a.link02 {
            background-image: url(/site/resource/inje/linc-onestop/images/member-top-link02.png);
            background-position: 24px 13px;
        }

    /* member-info */
    .member-info {
        position: relative;
    }

        .member-info .settings {
            position: absolute;
            top: 0;
            right: 0;
            color: #85858e;
        }

            .member-info .settings:hover,
            .member-info .settings:focus {
                color: #192464;
            }

        .member-info .info-detail {
            padding: 20px;
            background: #f4f4f8;
            border-radius: 10px;
        }

            .member-info .info-detail li {
                margin-bottom: 7px;
                color: #555;
            }

                .member-info .info-detail li span {
                    display: inline-block;
                    margin-right: 10px;
                    padding: 0 15px;
                    background: rgb(var(--point-color-01));
                    border-radius: 50px;
                    color: #fff;
                    font-size: 15px;
                }

    /* member-act */
    .member-act .act-list li {
        position: relative;
        margin-bottom: 5px;
    }

        .member-act .act-list li a {
            display: block;
            padding: 20px;
            color: #444;
            background: #f4f4f8;
            border-radius: 10px;
        }

            .member-act .act-list li a:hover,
            .member-act .act-list li a:focus {
                background: #efeff5;
                text-decoration: none;
                transition: 0.3s ease-in-out;
            }

        .member-act .act-list li.new::after {
            content: "";
            display: block;
            width: 7px;
            height: 7px;
            background: #dc2c6b;
            border-radius: 50px;
            position: absolute;
            top: 14px;
            right: 14px;
        }

        .member-act .act-list li a > .date {
            color: rgb(var(--point-color-01));
            font-size: 13px;
        }

        .member-act .act-list li a > p {
            margin-bottom: 0;
            font-size: 14px;
            line-height: 17px;
        }

    /* sub-top */
    .sub-top {
        display: block;
        background-color: #ccc;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        height: 18rem;
    }

        .sub-top .sub-top-txt {
            text-align: left;
            position: relative;
            height: 100%;
        }

            .sub-top .sub-top-txt h2 {
                position: absolute;
                top: 32%;
                left: 50%;
                transform: translate(-50%, -50%);
                display: inline-block;
                font-size: 42px;
                font-weight: 700;
                color: white;
            }

                .sub-top .sub-top-txt h2 b {
                    font-size: 1.875rem;
                    font-weight: 500;
                }

        .sub-top .sub-top-txt-detail {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: inline-block;
            font-size: 17px;
            font-weight: 400;
            color: rgba(255, 255, 255, 0.7);
        }

    .cont-title h2 {
        font-size: 2.5rem;
    }

    /* page-navi */
    .page-navi {
        margin-top: -70px;
        background-color: rgb(var(--point-color-04), 0.7);
    }

        .page-navi .navbar {
            border: none;
        }

            .page-navi .navbar .navbar-nav {
                margin: 0;
            }

                .page-navi .navbar .navbar-nav > .nav-item {
                    margin-bottom: 0;
                }

                    .page-navi .navbar .navbar-nav > .nav-item:nth-child(2n + 1) {
                        border: none;
                    }

                .page-navi .navbar .navbar-nav > .nav-item {
                    height: auto;
                    border-radius: 0;
                    background: url(/site/resource/inje/linc-onestop/images/breadcrumbs-arr.png) no-repeat right center;
                }

                    .page-navi .navbar .navbar-nav > .nav-item:first-child {
                        width: 70px;
                        background: none;
                    }

                    .page-navi .navbar .navbar-nav > .nav-item.share,
                    .page-navi .navbar .navbar-nav > .nav-item.print {
                        position: absolute;
                        top: 0;
                        right: 0;
                        display: block;
                        min-width: auto;
                        width: 60px;
                        background: none;
                    }

                    .page-navi .navbar .navbar-nav > .nav-item.print {
                        border-left: none;
                    }

                    .page-navi .navbar .navbar-nav > .nav-item.share {
                        right: 60px;
                    }

                        .page-navi .navbar .navbar-nav > .nav-item.share .nav-link:before {
                            display: none;
                        }

                    .page-navi .navbar .navbar-nav > .nav-item .nav-link {
                        padding: 0 40px 0 15px;
                        height: 70px;
                        line-height: 70px;
                        max-width: 240px;
                    }

                        .page-navi .navbar .navbar-nav > .nav-item .nav-link:before {
                            top: 0;
                            right: 25px;
                            display: none;
                        }

                    .page-navi .navbar .navbar-nav > .nav-item:first-child .nav-link {
                        padding: 0;
                        height: 69px;
                        line-height: 69px;
                        background-color: rgba(var(--point-color-01), 0.7);
                    }

                    .page-navi .navbar .navbar-nav > .nav-item.share .nav-link,
                    .page-navi .navbar .navbar-nav > .nav-item.print .nav-link {
                        overflow: hidden;
                        text-overflow: clip;
                        text-align: center;
                        padding: 0;
                        padding-left: 0;
                        padding-right: 0;
                    }

                        .page-navi .navbar .navbar-nav > .nav-item.print .nav-link:before {
                            display: none;
                        }

                    .page-navi .navbar .navbar-nav > .nav-item .dropdown-menu {
                        padding: 0;
                        box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
                    }

                        .page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item.active {
                            background-color: rgb(var(--point-color-01));
                        }

                            .page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item.active:hover,
                            .page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item.active:focus {
                                background-color: rgb(var(--point-color-01-hover));
                            }

                        .page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover,
                        .page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
                            color: rgb(var(--point-color-01));
                        }

                        .page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus,
                        .page-navi .navbar .navbar-nav > .nav-item .dropdown-item.active,
                        .page-navi .navbar .navbar-nav > .nav-item .dropdown-item:active {
                            background-color: rgb(var(--point-color-01-hover));
                            color: #fff;
                        }

                        .page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item.link::after {
                            content: "\F1C5";
                            display: inline-block;
                            padding-left: 7px;
                            font-family: "bootstrap-icons";
                            font-size: 15px;
                            color: #999;
                        }
}

@media (min-width: 1200px) {
    .menubar .menubox {
        min-height: 300px;
    }

        .menubar .menubox::before {
            right: calc((100vw - 1140px) / 2 + 1140px + 20px - (1140px * 0.25));
        }

    .menubar .menuitem {
        padding: 0 25px;
    }

    .menubar > li > .menuitem {
        font-size: 23px;
    }

    .menubar .menubox-dummy,
    .menubar .menubox-inner {
        max-width: 1140px;
    }

    .menubar .menu-deco-title {
        margin-bottom: 28px;
        font-size: 32px;
    }

    .menubar .menubox-inner > .menu > li > ul {
        font-size: 18px;
    }

        .menubar .menubox-inner > .menu > li > ul::before {
            right: 24px;
        }

        .menubar .menubox-inner > .menu > li > ul::after {
            right: 26px;
        }

    .menubar .menubox-inner > .menu > li > .menuitem {
        font-size: 18px;
    }

    .top-sub-layout .sub-site-title {
        font-size: 24px;
    }
}

@media (min-width: 1300px) {
    .menubar .menubox::before {
        right: calc((100vw - 1200px) / 2 + 1200px + 20px - (1200px * 0.25));
    }

    .menubar .menubox-dummy,
    .menubar .menubox-inner {
        max-width: 1200px;
    }

        .menubar .menubox-inner > .menu-deco {
        }
}

@media (min-width: 1400px) {
    .menubar {
        gap: 50px;
    }

        .menubar .menubox::before {
            right: calc((100vw - 1300px) / 2 + 1300px + 20px - (1300px * 0.25));
        }

        .menubar .menubox-dummy,
        .menubar .menubox-inner {
            max-width: 1300px;
        }

            .menubar .menubox-inner > .menu > li {
                flex: 0 0 calc((100% / 4) - 30px);
            }
}

@media (min-width: 1500px) {
    .menubar .menubox::before {
        right: calc((100vw - 1400px) / 2 + 1400px + 20px - (1400px * 0.25));
    }

    .menubar .menubox-dummy,
    .menubar .menubox-inner {
        max-width: 1400px;
    }

    .menubar .menu-deco-title {
        margin-bottom: 32px;
        font-size: 36px;
    }

    .menubar .menubox-inner > .menu > li > ul {
        font-size: 20px;
    }
}

/*#################### footer ####################*/
.go-to-top {
    position: fixed;
    bottom: 100px;
    right: 15px;
    z-index: 49;
    width: 65px;
    height: 65px;
    padding: 25px 10px 10px;
    border-radius: 50%;
    background: rgb(var(--point-color-01));
    color: #fff;
    font-size: 14px;
    text-align: center;
}

    .go-to-top::before {
        content: "\F286";
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: calc(50% - 10px);
        left: 50%;
        line-height: 1.6;
        padding: 0;
        font-family: "bootstrap-icons";
        font-size: 15px;
        transform: translate(-50%, -50%);
        color: #fcf406;
    }

    .go-to-top:hover,
    .go-to-top:focus {
        color: #fff;
        background: rgb(var(--point-color-01-hover));
    }

#footer {
    padding: 30px 15px;
    background: rgb(var(--point-color-04));
    font-size: 15px;
}

    #footer .footer-link-container {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

        #footer .footer-link-container .link-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

            #footer .footer-link-container .link-list li {
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
                max-width: auto;
            }

            #footer .footer-link-container .link-list a {
                position: relative;
                padding: 10px;
                color: #fff;
                font-weight: 400;
                white-space: nowrap;
            }

                #footer .footer-link-container .link-list a.focus {
                    color: #b07ff3;
                    padding: 4px;
                    font-weight: 500;
                }

                #footer .footer-link-container .link-list a::before {
                    content: "";
                    display: block;
                    width: 4px;
                    height: 4px;
                    position: absolute;
                    top: 50%;
                    left: -5px;
                    background: #ddd;
                    border-radius: 50%;
                }

            #footer .footer-link-container .link-list li:first-child a::before {
                display: none;
            }

.sns-list {
    display: flex;
    justify-content: end;
    margin-bottom: 0;
}

    .sns-list li {
        margin: 0 4px;
    }

        .sns-list li a {
            display: block;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            text-align: center;
            line-height: 35px;
        }

            .sns-list li a > img {
                max-width: 100%;
            }

            .sns-list li a:hover,
            .sns-list li a:focus {
                animation: pulse 0.75s linear 1;
            }

#footer .footer-box {
    padding-top: 40px;
    background-size: 200px 28px;
}

#footer address {
    margin-bottom: 5px;
}

#footer .address-box {
    margin-bottom: 5px;
    color: #fff;
}

#footer .phone-box {
    color: rgba(255, 255, 255, 0.7);
}

#footer .zipcode {
    margin-right: 5px;
    font-weight: bold;
}

#footer .tel {
    margin-right: 20px;
}

    #footer .tel a {
        color: #55585a;
    }

#footer .label {
    margin-right: 5px;
}

#footer .copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

@media (min-width: 768px) {
    .go-to-top {
        position: fixed;
        bottom: 100px;
        right: 15px;
        z-index: 49;
        width: 80px;
        height: 80px;
        padding: 35px 10px 10px;
        border-radius: 50%;
        background: rgb(var(--point-color-01));
        color: #fff;
        font-size: 16px;
        text-align: center;
    }

    #footer {
        padding: 30px 0;
    }

        #footer .footer-link-container {
            flex-direction: row;
        }

            #footer .footer-link-container .link-list li {
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
                max-width: auto;
            }

        #footer .footer-box {
            display: inline-block;
            padding-top: 0;
            width: 100%;
            background-size: 200px 28px;
        }

        #footer address {
            margin-bottom: 5px;
            width: calc(100% - 200px);
        }
}

@media (min-width: 1200px) {
    #footer {
        padding: 40px 0;
        font-size: 16px;
    }

        #footer .footer-box-item:first-child {
            margin-bottom: 0;
        }

        #footer address {
            width: calc(100% - 260px);
        }

        #footer .address-box {
            margin-bottom: 5px;
        }
}

@media (min-width: 1500px) {
    #footer .address-box {
        margin-bottom: 20px;
    }

    #footer .info-list {
        display: flex;
    }

        #footer .info-list > li {
            margin-right: 20px;
        }
}

/*#################### dashboard ####################*/
@media (min-width: 1200px) {
    body.dashboard #contents {
        padding-left: 0;
    }

    body.dashboard #header,
    body.dashboard #footer {
        padding-left: 30px;
    }
}

/*#################### contents ####################*/
#main {
    min-height: calc(100vh - 310px);
    padding: 0;
}

#content {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: auto;
    transition: left 0.3s, width 0.3s;
}

    #content.no-scroll {
        overflow: hidden;
    }

.sub-container {
    padding: 0 15px;
}

.sub-container {
    padding: 0 15px;
}

    .sub-container > .container {
        padding: 40px 0 20px;
    }

    .sub-container #content {
        margin-bottom: 0;
    }

#content > .container {
    padding: 15px 0 80px 0;
}

.sub-container.full-container .container.sec-wrap {
    max-width: 100%;
    padding: 0;
}

.sub-container .container.sec-wrap {
    margin-bottom: 0;
}

.cont-title {
    margin-bottom: 0;
    color: #000;
    font-size: 25px;
    font-weight: 500;
    font-family: "s-core-dream-extrabold";
}

@media (min-width: 390px) {
    #main {
        min-height: calc(100vh - 270px);
    }
}

@media (min-width: 768px) {
    .sub-container {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .sub-container > .container {
        padding: 50px 0 20px;
    }

    .cont-title {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    #main {
        margin-bottom: 30px;
        padding: 0;
    }
}

/*****************************************************
Style-guide
*****************************************************/
/* common */
a:hover,
a:focus {
    color: rgb(var(--point-color-01-hover));
}

a.mail {
    position: relative;
    border-bottom: 1px dashed rgb(var(--point-color-01));
    color: rgb(var(--point-color-01));
}

    a.mail:hover,
    a.mail:focus {
        font-weight: 600;
    }

    a.mail::after {
        content: "\F32F";
        display: inline-block;
        margin-left: 5px;
        font-family: var(--font-icon);
        font-size: 15px;
        vertical-align: text-bottom;
    }

.non-page.board {
    padding-top: 140px;
    background-image: url("/site/resource/inje/linc-onestop/images/none-board.png");
    background-position: top 60px center;
}

.non-page h3,
h3.non-page-txt {
    font-size: 17px;
}

.overflow-y-450 {
    max-height: 450px;
}

/* section */
section > header {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    min-height: 34px;
    margin-bottom: 10px;
    font-size: 14px;
}

    section > header .sec-title {
        font-weight: bold;
    }

    section > header .dropdown {
        display: inline-block;
    }

    section > header .dropdown-menu {
        top: 4px !important;
    }

    section > header .dropdown-item img {
        margin-top: -3px;
        margin-right: 8px;
    }

    section > header .form-control {
        display: inline-block;
        width: auto;
        height: 34px;
        font-size: 15px;
    }

    section > header select.form-control {
        padding-top: 0;
        padding-bottom: 0;
    }

    section > header .btn-icon {
        width: 24px;
        height: 24px;
        padding: 4px;
        margin-right: 2px;
        border: 1px solid #dfe4ea;
        border-radius: 4px;
    }

        section > header .btn-icon::after {
            display: none;
        }

        section > header .btn-icon img {
            display: block;
            margin-right: 0;
        }

    section > header .sub-text {
        color: #212529;
        font-size: 14px;
    }

/* .sec-1 */
.sec-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
    border-radius: 8px;
    padding-top: 10px;
    /* background-color: white;
     */
    /* box-shadow: 0 0 8px rgba(0, 0, 0, .16);
     */
}

    .sec-1 > header {
        display: block;
        min-height: auto;
        padding: 16px 20px 10px;
        margin-bottom: 0;
    }

        .sec-1 > header .sec-title {
            margin-bottom: 0;
            font-size: 18px;
            font-weight: bold;
        }

    .sec-1 > .sec-body {
        padding: 0;
        min-height: 265px;
    }

@media (min-width: 576px) {
    .sec-1 > header > .header-item:last-child {
        min-width: 55px;
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .sec-1 > header {
        display: flex;
        padding: 16px 20px;
    }
}

/* sec-2 */
.sec-2 {
    margin-bottom: 30px;
}

    .sec-2:last-child {
        margin-bottom: 0;
    }

/* title */
.container > .sec-title-01,
.container > .sec-body > .sec-title-01,
.tab-pane > .sec-title-01 {
    /* margin-top: 0; */
}

.sec-title-01 {
    position: relative;
    margin: 40px 0 15px 0;
    padding-top: 12px;
    color: #222;
    font-size: 24px;
    font-weight: 600;
}

.sec-2:first-child > .sec-title-01 {
    margin-top: 0;
}

.sec-title-01::before,
.sec-title-01::after {
    content: "";
    position: absolute;
    top: 0;
    left: 12px;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 9999px;
    background-color: rgb(var(--point-color-01));
}

.sec-title-01::after {
    left: 0;
    background-color: rgb(var(--point-color-03));
}

.sec-title-02 {
    position: relative;
    color: #222;
    font-size: 20px;
    font-weight: 700;
}

.sec-title-03 {
    color: rgb(var(--point-color-01));
    font-size: 18px;
    font-weight: 500;
}

.sub-text {
    color: rgb(var(--point-color-01));
    font-size: 12px;
    font-weight: 500;
}

.sec-2 > header .sec-title-01 {
    margin-bottom: 0;
}

/* 텍스트 색 */
.text-primary {
    color: rgb(var(--point-color-01)) !important;
}

.text-danger {
    color: rgb(var(--point-color-03-hover)) !important;
}

/* 버튼 */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
}

.btn-lg {
    border-radius: 0.15rem;
}

.btn img {
    margin-right: 10px;
}

.btn-primary {
    color: #fff;
    background-color: rgb(var(--point-color-01));
    border-color: rgb(var(--point-color-01));
}

    .btn-primary:hover,
    .btn-primary:focus {
        color: #fff;
        background-color: rgb(var(--point-color-01-hover));
        border-color: rgb(var(--point-color-01-hover));
    }

    .btn-primary:focus,
    .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(var(--point-color-01), 0.5);
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: #fff;
        background-color: rgb(var(--point-color-01));
        border-color: rgb(var(--point-color-01));
    }

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: rgb(var(--point-color-01));
        border-color: rgb(var(--point-color-01));
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(var(--point-color-01), 0.5);
        }

.btn-danger {
    color: #fff;
    background-color: rgb(var(--point-color-03));
    border-color: rgb(var(--point-color-03));
}

    .btn-danger:hover,
    .btn-danger:focus {
        color: #fff;
        background-color: rgb(var(--point-color-03-hover));
        border-color: rgb(var(--point-color-03-hover));
    }

    .btn-danger:focus,
    .btn-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(var(--point-color-03), 0.5);
    }

    .btn-danger.disabled,
    .btn-danger:disabled {
        color: #fff;
        background-color: rgb(var(--point-color-03));
        border-color: rgb(var(--point-color-03));
    }

    .btn-danger:not(:disabled):not(.disabled):active,
    .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: rgb(var(--point-color-03));
        border-color: rgb(var(--point-color-03));
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus,
        .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(var(--point-color-03), 0.5);
        }

.btn-warning {
    border-color: #eda800;
    background-color: #fec12d;
}

.btn-success {
    color: #fff;
    background-color: rgb(var(--point-color-02));
    border-color: rgb(var(--point-color-02));
}

    .btn-success:hover,
    .btn-success:focus {
        color: #fff;
        background-color: rgb(var(--point-color-02-hover));
        border-color: rgb(var(--point-color-02-hover));
    }

    .btn-success:focus,
    .btn-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(var(--point-color-02), 0.5);
    }

    .btn-success.disabled,
    .btn-success:disabled {
        color: #fff;
        background-color: rgb(var(--point-color-02));
        border-color: rgb(var(--point-color-02));
    }

    .btn-success:not(:disabled):not(.disabled):active,
    .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: rgb(var(--point-color-02-hover));
        border-color: rgb(var(--point-color-02-hover));
    }

        .btn-success:not(:disabled):not(.disabled):active:focus,
        .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(var(--point-color-02), 0.5);
        }

.btn-info {
    color: #fff;
    background-color: rgb(var(--point-color-05));
    border-color: rgb(var(--point-color-05));
}

    .btn-info:hover,
    .btn-info:focus {
        color: #fff;
        background-color: rgb(var(--point-color-05-hover));
        border-color: rgb(var(--point-color-05-hover));
    }

    .btn-info:focus,
    .btn-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(var(--point-color-05), 0.5);
    }

    .btn-info.disabled,
    .btn-info:disabled {
        color: #fff;
        background-color: rgb(var(--point-color-05));
        border-color: rgb(var(--point-color-05));
    }

    .btn-info:not(:disabled):not(.disabled):active,
    .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: rgb(var(--point-color-05-hover));
        border-color: rgb(var(--point-color-05-hover));
    }

        .btn-info:not(:disabled):not(.disabled):active:focus,
        .btn-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(var(--point-color-05), 0.5);
        }

.btn-light {
    border-color: #cfd6dd;
    background-color: #f8f9fa;
}

.btn-dark {
    border-color: #000307;
    background-color: #374048;
}

.btn-white {
    padding: 5px 20px;
    border-color: #cfd6dd;
    background-color: white;
}

    .btn-white:focus {
        background-color: hsl(0, 0%, 97%) !important;
        box-shadow: 0 0 0 0.2rem rgb(216 217 219 / 50%);
    }

    .btn-white:hover {
        background-color: hsl(0, 0%, 97%) !important;
    }

    .btn-white:active {
        background-color: hsl(0, 0%, 96%) !important;
    }

/* outline */
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-danger,
.btn-outline-warning,
.btn-outline-info,
.btn-outline-light,
.btn-outline-dark {
    border-color: currentColor;
    background-color: #fff;
}

.btn-outline-primary {
    color: rgb(var(--point-color-01-hover));
}

    .btn-outline-primary:hover,
    .btn-outline-primary:focus {
        border-color: rgb(var(--point-color-01-hover));
        background-color: rgb(var(--point-color-01-hover));
    }

.btn-outline-danger {
    color: rgb(var(--point-color-03));
    background-color: transparent;
    background-image: none;
    border-color: rgb(var(--point-color-03));
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: rgb(var(--point-color-03));
        border-color: rgb(var(--point-color-03));
    }

    .btn-outline-danger:focus,
    .btn-outline-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(var(--point-color-03), 0.5);
    }

    .btn-outline-danger.disabled,
    .btn-outline-danger:disabled {
        color: rgb(var(--point-color-03));
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active,
    .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: rgb(var(--point-color-03));
        border-color: rgb(var(--point-color-03));
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
        .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(var(--point-color-03), 0.5);
        }

.btn-outline-warning {
    color: #fec12d;
}

.btn-outline-success {
    color: rgb(var(--point-color-02));
    background-color: transparent;
    background-image: none;
    border-color: rgb(var(--point-color-02));
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: rgb(var(--point-color-02-hover));
        border-color: rgb(var(--point-color-02-hover));
    }

    .btn-outline-success:focus,
    .btn-outline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(var(--point-color-02-hover), 0.5);
    }

    .btn-outline-success.disabled,
    .btn-outline-success:disabled {
        color: rgb(var(--point-color-02));
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active,
    .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: rgb(var(--point-color-02));
        border-color: rgb(var(--point-color-02));
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus,
        .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(var(--point-color-02-hover), 0.5);
        }

.btn-outline-info {
    color: rgb(var(--point-color-05));
    background-color: transparent;
    background-image: none;
    border-color: rgb(var(--point-color-05));
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: rgb(var(--point-color-05-hover));
        border-color: rgb(var(--point-color-05-hover));
    }

    .btn-outline-info:focus,
    .btn-outline-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(var(--point-color-05), 0.5);
    }

    .btn-outline-info.disabled,
    .btn-outline-info:disabled {
        color: rgb(var(--point-color-05));
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active,
    .btn-outline-info:not(:disabled):not(.disabled).active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: rgb(var(--point-color-05));
        border-color: rgb(var(--point-color-05));
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus,
        .btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(var(--point-color-05), 0.5);
        }

.btn-outline-light {
    color: #cfd6dd;
}

.btn-outline-dark {
    color: #212529;
}

.btn-sm,
.btn-group-sm > .btn {
    margin: 1px;
    padding: 5px 10px;
}

.btn-icon {
    padding: 7px 15px;
}

/* form-check */
.form-check {
    padding-left: 0;
}

    .form-check input {
        appearance: none;
    }

        .form-check input:focus + label:after {
            border: 2px solid #504dab;
        }

    .form-check label {
        position: relative;
        padding-left: 30px;
        margin: 0 25px 5px 0;
        line-height: 1.2;
    }

        .form-check label.sr-only {
            width: 18px;
            height: 24px;
            margin: 0;
            padding-left: 20px;
        }

        .form-check label:after {
            content: "";
            position: absolute;
            left: 0;
            top: 51%;
            display: block;
            width: 20px;
            height: 20px;
            transform: translateY(-50%);
            background-color: #fff;
            border-radius: 5px;
            border: 1px solid #c7c7c7;
        }

    .form-check input:disabled + label:after {
        background-color: #c7c7c7;
    }

    .form-check input:checked:disabled + label:before {
        background-color: #8288b4;
    }

    .form-check label:before {
        z-index: 1;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .form-check [type="checkbox"] + label:after {
        border-radius: 5px;
    }

    .form-check input:checked:disabled + label:after {
        border-color: #8288b4;
        background-color: #8288b4;
    }

    .form-check [type="checkbox"]:checked + label:after {
        background-color: #504dab;
        border: none;
    }

    .form-check [type="checkbox"]:checked + label:before {
        content: "\F26E";
        left: 1px;
        font-family: var(--font-icon);
        color: #fff;
        font-size: 18px;
        line-height: 1;
    }

    .form-check [type="radio"] + label:after {
        border-radius: 22px;
    }

    .form-check [type="radio"]:checked + label:after {
        border-color: #504dab;
    }

    .form-check [type="radio"]:checked + label:before {
        content: "";
        left: 5px;
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 11px;
        background-color: #504dab;
    }

/* check-box */
.check-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 20px;
}

    .check-box .item {
        position: relative;
        display: flex;
        flex: 0 0 calc(50% - 10px);
        height: 110px;
        text-align: center;
        padding: 10px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-radius: 10px;
        border: 1px solid transparent;
        background: #c7c7c7;
        transition: 0.3s;
    }

        .check-box .item:hover,
        .check-box .item:focus {
            border-color: #c7c7c7;
        }

        .check-box .item.checked {
            background: #fff;
            border: 2px solid #504dab;
        }

            .check-box .item.checked:after {
                content: "\F26B";
                position: absolute;
                top: 10px;
                right: 10px;
                font-size: 20px;
                line-height: 1;
                height: 20px;
                border-radius: 20px;
                font-family: var(--font-icon);
                color: #504dab;
                background: #f5f8ff;
            }

        .check-box .item .img {
            max-width: 40px;
        }

        .check-box .item .tit {
            margin-top: 5px;
        }

        .check-box .item.checked .tit {
        }

@media (min-width: 992px) {
    .check-box .item {
        flex: 0 0 auto;
        min-width: 180px;
    }
}

/* border */
.border-primary {
    border-color: rgb(var(--point-color-01)) !important;
}

/* bg */
.bg-primary {
    background-color: rgb(var(--point-color-01)) !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: rgb(var(--point-color-01-hover)) !important;
}

.bg-success {
    background-color: rgb(var(--point-color-02)) !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: rgb(var(--point-color-02-hover)) !important;
}

.bg-info {
    background-color: rgb(var(--point-color-05)) !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: rgb(var(--point-color-05-hover)) !important;
}

.bg-danger {
    background-color: rgb(var(--point-color-03)) !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: rgb(var(--point-color-03-hover)) !important;
}

/* 테이블 */
.table-box .table-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 14px;
}

    .table-box .table-header .header-item {
        margin-bottom: 5px;
    }

    .table-box .table-header .form-control {
        display: inline-block;
        width: auto;
        height: 34px;
        font-size: 15px;
    }

    .table-box .table-header select.form-control {
        padding-top: 0;
        padding-bottom: 0;
    }

.table {
    color: #232324;
    margin-bottom: 0;
    border-top: 2px solid #222;
    overflow: auto;
}

    .table.td-nowrap td {
        white-space: nowrap;
    }

    .table th,
    .table td {
        vertical-align: middle;
        padding: 8px;
        text-align: center;
        word-break: keep-all;
    }

    .table.align-middle th,
    .table.align-middle td {
        vertical-align: middle;
    }

    .table caption {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .table thead th {
        padding-left: 24px;
        padding-right: 24px;
        background-color: #fff;
        border-bottom: 1px solid #666;
        vertical-align: middle;
        color: #222;
        font-weight: 600;
    }

.table-sticky {
    max-height: 300px;
    border-bottom: 1px solid var(--grey-color02);
    overflow: auto;
}

    .table-sticky::-webkit-scrollbar,
    .table-responsive::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .table-sticky::-webkit-scrollbar-thumb,
    .table-responsive::-webkit-scrollbar-thumb {
        background-color: #d5d5d5;
        border-radius: 10px;
    }

    .table-sticky::-webkit-scrollbar-track,
    .table-responsive::-webkit-scrollbar-track {
        background-color: #f2f2f2;
        border-radius: 10px;
    }

    .table-sticky .table {
        border-top: 0;
    }

        .table-sticky .table .sticky-top {
            z-index: 1;
        }

            .table-sticky .table .sticky-top > tr > th {
                position: relative;
                border: 0;
                z-index: 0;
            }

.table .sticky-top > tr > th::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 2px solid #222;
    border-bottom: 1px solid #222;
    z-index: -1;
}

.table th {
    font-weight: normal;
    white-space: normal;
}

.table td {
    border-top: none;
    border-bottom: 1px solid #ddd;
}

.table-hover tbody tr:hover,
.table-hover tbody tr:focus,
.table-hover tbody tr:hover th,
.table-hover tbody tr:focus th {
    background-color: rgb(var(--point-color-01), 0.09);
}

.table tbody th {
    background-color: #f8f8f8;
    font-weight: 500;
}

.table .edit-btn img {
    margin-right: 0;
}

.table .btn {
    padding-left: 10px;
    padding-right: 10px;
}

.table .bg-sky {
    background-color: #f6fbfb;
}

.table-footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

    .table-footer-inner > .item {
        min-width: 1px;
    }

        .table-footer-inner > .item:first-child {
            margin-right: 15px;
        }

.table-footer .search-box {
    margin-top: 10px;
}

.table-footer .input-group-text {
    padding-top: 5px;
    padding-bottom: 5px;
}

.table-striped tbody th {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.table-striped tbody tr:nth-of-type(odd),
.table-striped tbody tr:nth-of-type(odd) th {
}

.table-responsive table .tline-bold {
    border-right: 2px solid #bfbfbf;
}

/* table-responsive */
.table-responsive {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-mw-1000 .table {
    min-width: 1000px;
}

.table-mw-1100 .table {
    min-width: 1100px;
}

.table-mw-1200 .table {
    min-width: 1200px;
}

.table-mw-1300 .table {
    min-width: 1300px;
}

.table-mw-1400 .table {
    min-width: 1400px;
}

th[rowspan],
th[colspan],
td[rowspan],
td[colspan] {
    border-right: 1px solid #dee2e6;
}

    th[rowspan]:last-child,
    th[colspan]:last-child,
    td[rowspan]:last-child,
    td[colspan]:last-child {
        border-right: 0;
    }

.table-bordered th[rowspan],
.table-bordered th[colspan],
.table-bordered td[rowspan],
.table-bordered td[colspan] {
    border-right: 1px solid #dee2e6;
}

/* table-responsive-list */
.table-responsive-list {
}

    .table-responsive-list .table-line {
        border-top: none;
        min-width: auto;
    }

        .table-responsive-list .table-line thead {
            display: none;
        }

        .table-responsive-list .table-line > tbody tr {
            display: flex;
            flex-direction: column;
            width: 100%;
            margin-bottom: 15px;
        }

        .table-responsive-list .table-line > tbody > tr > th {
            border-top: 1px solid #222;
        }

        .table-responsive-list .table-line > tbody > tr > td {
            border-left: none;
        }

@media (min-width: 992px) {
    .table-responsive-list .table-line {
        border-top: 2px solid #222;
    }

        .table-responsive-list .table-line thead {
            display: table-header-group;
        }

            .table-responsive-list .table-line thead tr {
                display: table-row;
            }

        .table-responsive-list .table-line tbody tr {
            display: table-row;
            margin-bottom: 0;
        }

        .table-responsive-list .table-line > tbody > tr > th {
            border-bottom: 1px solid #dee2e6;
            border-top: none;
        }

        .table-responsive-list .table-line > tbody > tr > td {
            border-left: 1px solid #dee2e6;
        }
}

@media (min-width: 1200px) {
    .table th,
    .table td {
        padding: 12px;
    }
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    body {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: #fff;
        page-break-after: always;
    }

    .table th {
        white-space: inherit;
        word-break: break-word;
    }
}

/* paging */
.page-link {
    color: rgb(var(--point-color-01));
    font-size: 16px;
}

    .page-link:hover {
        color: rgb(var(--point-color-01));
    }

.page-item.active .page-link {
    border-color: rgb(var(--point-color-01));
    background-color: rgb(var(--point-color-01));
}

@media (min-width: 576px) {
    .page-item.prev .page-link,
    .page-item.next .page-link {
        height: 41px;
    }
}

/* 메시지 박스 */
.message-box {
    position: relative;
    padding: 10px 10px 10px 40px;
    background-color: #f8f9fa;
    font-size: 15px;
}

    .message-box::before {
        content: "";
        position: absolute;
        top: 13px;
        left: 15px;
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url("/site/resource/inje/common/images/info_circle.svg") no-repeat center;
    }

.message-box-body p:last-child {
    margin-bottom: 0;
}

.message-box-body ol,
.message-box-body ul {
    margin-left: 15px;
}

.message-box-body ol {
    list-style: decimal;
}

.message-box-body ul {
    list-style: auto;
}

/* info-box */
.info-box {
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    padding-top: 120px;
    background-color: #fff;
    border: 2px solid rgb(var(--point-color-01));
    border-radius: 5px;
    border-bottom: 2px dotted #ddd;
    border-top-right-radius: 30px;
    background-repeat: no-repeat;
    background-position: left 20px top 20px;
}

    .info-box::before {
        content: "";
        display: block;
        width: 20px;
        height: 100px;
        position: absolute;
        left: -4px;
        bottom: -2px;
        background: #fff;
    }

.info-box-title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.info-box p {
    color: #000;
    font-size: 15px;
}

.info-box.type01 {
    background-image: url(/site/resource/inje/linc-onestop/images/info-box01.png);
}

.info-box.type02 {
    background-image: url(/site/resource/inje/linc-onestop/images/info-box02.png);
}

.info-box.type03 {
    background-image: url(/site/resource/inje/linc-onestop/images/info-box03.png);
}

.info-box.type04 {
    background-image: url(/site/resource/inje/linc-onestop/images/info-box04.png);
}

.info-box.type05 {
    background-image: url(/site/resource/inje/linc-onestop/images/info-box05.png);
}

@media (min-width: 576px) {
    .info-box {
        padding-top: 20px;
        padding-left: 120px;
    }
}

@media (min-width: 1200px) {
    .info-box {
        padding: 30px;
        padding-left: 140px;
        background-position: left 30px top 30px;
    }

        .info-box p {
            font-size: 17px;
        }
}

/* list */
ul,
ol,
li,
dl {
    list-style-type: none;
}

    ul.list {
    }

        ul.list > li {
            position: relative;
            margin-bottom: 10px;
            padding-left: 14px;
            color: #333;
        }

            ul.list > li::before {
                content: "";
                display: inline-block;
                width: 4px;
                height: 4px;
                background: #000;
                border-radius: 50px;
                position: absolute;
                top: 9px;
                left: 0;
            }

            ul.list > li .title {
                color: #333;
                font-weight: 500;
            }

        ul.list ul.list {
            margin-top: 10px;
        }

            ul.list ul.list > li {
                position: relative;
                padding-left: 13px;
                margin-bottom: 5px;
                color: #666;
                font-weight: 400;
            }

                ul.list ul.list > li::before {
                    content: "-";
                    position: absolute;
                    top: 0;
                    left: 0;
                    display: block;
                    width: 16px;
                    height: 16px;
                    opacity: 0.8;
                    background: transparent;
                }

                ul.list ul.list > li::after {
                    display: none;
                }

        ul.list.type2 {
            margin-left: 23px;
        }

            ul.list.type2 > li {
                list-style: hangul;
                padding-left: 4px;
            }

                ul.list.type2 > li::after {
                    display: none;
                }

    ol.list {
        margin-left: 26px;
    }

        ol.list > li {
            position: relative;
            margin-bottom: 10px;
            list-style: decimal-leading-zero;
            color: #222;
        }

        ol.list ul.list > li {
            font-weight: 400;
        }

            ol.list ul.list > li::before {
                display: none;
            }

        ol.list ul.list ul.list {
            margin-left: 10px;
        }

            ol.list ul.list ul.list > li::before {
                display: block;
            }

/* tab */
.tab-no-border .tab-content {
    padding: 15px 0;
    border: none;
}

.nav-tabs {
    padding: 0;
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
    background-color: #f4f4f8;
}

    .nav-tabs .nav-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .nav-tabs .nav-link {
        height: 100%;
        margin: 0;
        color: #555;
        text-align: center;
        word-break: keep-all;
        transition: background-color 0.05s;
    }

        .nav-tabs .nav-link:focus,
        .nav-tabs .nav-link:hover {
            border-color: transparent;
            background-color: hsl(216, 31%, 92%);
        }

        .nav-tabs .nav-link[aria-selected="true"] {
            border: 1px solid #a6afb9;
            border-radius: 4px;
            background-color: #00a5b1;
            box-shadow: 0 1px 2px rgba(33, 37, 41, 0.2);
            color: #fff;
        }

.tab-content {
    padding: 15px 0;
}

/* 탭 스타일 1 */
.nav-tabs-style01 {
    height: 100%;
    overflow: auto;
    border: none;
    margin-bottom: 1rem;
    background: #fff;
}

    .nav-tabs-style01 .nav-tabs {
        position: relative;
        padding: 0;
        border-top: 1px solid #afafaf;
        border-left: 1px solid #afafaf;
    }

        .nav-tabs-style01 .nav-tabs .nav-link {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            padding: 15px 10px;
            border-radius: 0;
            background-color: #fff;
            border-right: 1px solid #afafaf;
            border-bottom: 1px solid #afafaf;
            border-collapse: collapse;
            font-size: 16px;
            line-height: 1.2;
        }

    .nav-tabs-style01 .nav-item:nth-child(2n + 2) .nav-link {
        border-right: 1px solid #afafaf;
    }

    .nav-tabs-style01 .nav-tabs .nav-link:hover,
    .nav-tabs-style01 .nav-tabs .nav-link:focus {
        color: #fff;
        text-decoration: none;
        background-color: rgb(var(--point-color-01-hover));
    }

    .nav-tabs-style01 .nav-tabs .nav-link[aria-selected="true"] {
        position: relative;
        overflow: visible;
        border: none;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        background-color: rgb(var(--point-color-01));
        color: #fff;
        font-weight: 600;
    }

        .nav-tabs-style01 .nav-tabs .nav-link[aria-selected="true"]:hover,
        .nav-tabs-style01 .nav-tabs .nav-link[aria-selected="true"]:focus {
            background-color: rgb(var(--point-color-01-hover));
        }

    .nav-tabs-style01 .tab-content {
        padding: 30px 15px;
        border: none;
    }

/* 탭 스타일 1 - PC */
@media (min-width: 1200px) {
    .nav-tabs-style01 .nav-tabs .nav-link {
        padding: 20px 10px;
        font-size: 17px;
    }

    .nav-tabs-style01 .nav-tabs .nav-item {
        flex: 1;
    }

    .nav-tabs-style01 .tab-content {
        padding: 100px 40px;
    }
}

/* 탭 스타일 2 */
.nav-pills .nav-link {
    color: #888;
    margin: 0 5px 4px 0;
    padding: 7px 10px;
    background: #f2f2f2;
    border: 1px solid #e8e8e8;
    font-size: 14px;
}

    .nav-pills .nav-link:hover,
    .nav-pills .nav-link:focus {
        background: #fff;
        color: rgb(var(--point-color-01));
    }

    .nav-pills .nav-link.active {
        background: #fff;
        border: 1px solid rgb(var(--point-color-01));
        color: rgb(var(--point-color-01));
        font-weight: 600;
    }

/* 탭 스타일 2 - PC */
@media (min-width: 1200px) {
    .nav-pills .nav-link {
        margin: 0 10px 4px 0;
        font-size: 16px;
    }
}

/* 카드타입 */
.card {
    overflow: hidden;
    margin-bottom: 30px;
}

.card-header {
    padding: 12px 15px;
    background-color: #f4f4f8;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.card-body {
    padding: 15px;
}

.card-footer {
    background: #f4f4f8;
}

@media (min-width: 1200px) {
    .card-body {
        padding: 22px 30px;
    }

    .card-header {
    }
}

/* badge */
.badge-primary {
    background-color: rgb(var(--point-color-01));
}

.badge-pink {
    background-color: #ff97b7;
}

.badge-deepgreen {
    background-color: #046504;
    color: #fff;
}

.badge-skyblue {
    background-color: #a9dbff;
}

.badge-navy {
    background-color: #08368f;
    color: #fff;
}

/* 반응형 form */
.b-table-box {
    border: 1px solid #e1e2ea;
    padding: 20px;
    background: #fafafa;
    margin-bottom: 1.25rem;
}

    .b-table-box .b-row-item {
        display: block;
    }

    .b-table-box .b-con-box {
        display: block;
    }

.b-row-item {
    margin-bottom: 20px;
}

.b-table-box .b-title-box {
    max-width: none;
}

    .b-table-box .b-title-box label,
    .b-table-box .b-title-box span {
        color: #555;
        font-weight: 600;
    }

.b-table-box .form-control,
.b-table-box .btn {
    margin-top: 3px;
    margin-bottom: 3px;
}

@media (min-width: 576px) {
    .b-table-box {
        border-left: none;
        border-bottom: none;
        padding: 0;
        background: transparent;
    }

        .b-table-box .b-row-box {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .b-table-box .b-row-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            min-height: 36px;
            border-bottom: 1px solid #e1e2ea;
            margin-bottom: 0;
        }

        .b-table-box .b-title-box {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 150px;
            flex: 0 0 150px;
            max-width: 150px;
            padding: 10px 6px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-left: 1px solid #e1e2ea;
            border-right: 1px solid #e1e2ea;
            background: #f8f8f8;
            color: #000;
            font-weight: 500;
            text-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .b-table-box .b-title-box label {
                margin-bottom: 0;
                line-height: 1.4;
            }

                .b-table-box .b-title-box label.req::before,
                label.req::before,
                th.req nobr::before {
                    content: "*";
                    display: inline-block;
                    width: 10px;
                    margin-right: 2px;
                    font-weight: 700;
                    font-size: 14px;
                    color: #ff0000;
                }

        .b-table-box .b-con-box {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            padding: 7px 10px;
            font-size: 16px;
            min-height: 46px;
        }

            .b-table-box .b-con-box.text-left {
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
            }

            .b-table-box .b-con-box.text-center {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

            .b-table-box .b-con-box.text-right {
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
            }

        .b-table-box .form-group {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            margin-right: 0;
        }

            .b-table-box .form-group:last-child {
                margin-bottom: 0;
            }

        .b-table-box .form-group-inline {
            margin-right: 5px;
            width: auto;
        }

        .b-table-box .form-w-auto,
        .b-table-box .form-w-xs,
        .b-table-box .form-w-sm,
        .b-table-box .form-w-md,
        .b-table-box .form-w-lg,
        .b-table-box .form-w-xl {
            width: 100%;
        }

        .b-table-box .b-con-box .form-row {
            width: 100%;
        }

        .b-table-box .b-con-box .row {
            width: 100%;
            margin-right: -2px;
            margin-left: -2px;
        }

            .b-table-box .b-con-box .row [class^="col-"] {
                padding-right: 2px;
                padding-left: 2px;
            }
}

@media (min-width: 992px) and (min-width: 1600px) {
    .b-table-box .form-group {
        margin-right: 5px;
    }

    .b-table-box .b-row-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* 1단 테이블 */
    .flex-col-1 .b-row-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* 2단 테이블 */
    .b-table-box .b-row-item.merge-2,
    .flex-col-2 .b-row-item.merge-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* 3단 테이블 */
    .flex-col-3 .b-row-item:last-child,
    .flex-col-3 .b-row-item.merge-2,
    .flex-col-3 .b-row-item.merge-prev {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* 4단 테이블 */
    .flex-col-4 .b-row-item.merge-2,
    .flex-col-4 .b-row-item.merge-3,
    .flex-col-4 .b-row-item.merge-4,
    .flex-col-4 .b-row-item.merge-prev,
    .flex-col-4 .b-row-item.merge-next,
    .flex-col-4 .b-row-item.merge-3 + .b-row-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* 5단 테이블 */
    .flex-col-5 .b-row-item:last-child,
    .flex-col-5 .b-row-item.merge-prev,
    .flex-col-5 .b-row-item.merge-next:nth-child(4),
    .flex-col-5 .b-row-item.merge-3,
    .flex-col-5 .b-row-item.merge-3 + .merge-next,
    .flex-col-5 .b-row-item.merge-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

        .flex-col-5 .b-row-item.merge-prev:nth-child(2),
        .flex-col-5 .b-row-item.merge-next,
        .flex-col-5 .b-row-item.merge-next + .b-row-item,
        .flex-col-5 .b-row-item.merge-3 + .b-row-item + .b-row-item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

    .b-table-box .form-w-auto {
        width: auto;
    }

    .b-table-box .form-w-xs {
        width: 30px;
    }

    .b-table-box .form-w-sm {
        width: 60px;
    }

    .b-table-box .form-w-md {
        width: 90px;
    }

    .b-table-box .form-w-lg {
        width: 110px;
    }

    .b-table-box .form-w-xl {
        width: 140px;
    }
}

@media (min-width: 1400px) {
    .b-table-box .b-row-item {
        min-height: 44px;
    }

    .b-table-box .b-title-box {
        padding: 0.5rem;
    }

    .b-table-box .b-con-box {
        padding: 8px;
    }

    .b-table-box .form-control,
    .b-table-box .btn {
        margin: 0;
    }

    /* 3단 테이블 */
    .flex-col-3 .b-row-item,
    .flex-col-3 .b-row-item:last-child,
    .flex-col-3 .b-row-item.merge-prev {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

        .flex-col-3 .b-row-item.merge-2 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 66.666666%;
            flex: 0 0 66.666666%;
            max-width: 66.666666%;
        }

        .flex-col-3 .b-row-item.merge-3 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

    .b-table-box .b-row-box::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #e1e2ea;
        position: absolute;
        bottom: 0;
        z-index: 1;
    }
}

@media (min-width: 1600px) {
    /* 4단 테이블 */
    .flex-col-4 .b-row-item,
    .flex-col-4 .b-row-item.merge-prev,
    .flex-col-4 .b-row-item.merge-next,
    .flex-col-4 .b-row-item.merge-3 + .b-row-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

        .flex-col-4 .b-row-item.merge-2 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

        .flex-col-4 .b-row-item.merge-3 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }

    /* 5단 테이블 */
    .flex-col-5 .b-row-item,
    .flex-col-5 .b-row-item.merge-prev.merge-3-prev {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

        .flex-col-5 .b-row-item:last-child {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .flex-col-5 .b-row-item.merge-2,
        .flex-col-5 .b-row-item.merge-prev,
        .flex-col-5 .b-row-item.merge-next:nth-child(4) {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

            .flex-col-5 .b-row-item.merge-2:last-child,
            .flex-col-5 .b-row-item.merge-3 + .b-row-item + .b-row-item,
            .flex-col-5 .b-row-item.merge-3:last-child,
            .flex-col-5 .b-row-item.merge-4-prev {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
            }

            .flex-col-5 .b-row-item.merge-prev:nth-child(2),
            .flex-col-5 .b-row-item.merge-3 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 75%;
                flex: 0 0 75%;
                max-width: 75%;
            }
}

@media (min-width: 1800px) {
    /* 5단 테이블 */
    .flex-col-5 .b-row-item,
    .flex-col-5 .b-row-item:last-child,
    .flex-col-5 .b-row-item.merge-prev,
    .flex-col-5 .b-row-item.merge-next,
    .flex-col-5 .b-row-item.merge-next + .b-row-item,
    .flex-col-5 .b-row-item.merge-prev:nth-child(2),
    .flex-col-5 .b-row-item.merge-next:nth-child(4),
    .flex-col-5 .b-row-item.merge-3 + .b-row-item + .b-row-item,
    .flex-col-5 .b-row-item.merge-3 + .merge-next,
    .flex-col-5 .b-row-item.merge-prev.merge-3-prev {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

        .flex-col-5 .b-row-item.merge-2,
        .flex-col-5 .b-row-item.merge-2:last-child {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
            flex: 0 0 40%;
            max-width: 40%;
        }

        .flex-col-5 .b-row-item.merge-3,
        .flex-col-5 .b-row-item.merge-3:last-child {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
            flex: 0 0 60%;
            max-width: 60%;
        }

        .flex-col-5 .b-row-item.merge-4 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 80%;
            flex: 0 0 80%;
            max-width: 80%;
        }

        .flex-col-5 .b-row-item.merge-5 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
}

/* card-list */
.card-list .item {
    border-radius: 13px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .card-list .item .thumb {
        position: relative;
    }

        .card-list .item .thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .card-list .item .text-box {
        position: relative;
        padding: 20px;
        background-color: #f4f4f8;
    }

        .card-list .item .text-box .title {
            display: flex;
            justify-content: space-between;
        }

            .card-list .item .text-box .title .title-prof {
                font-size: 18px;
                font-weight: 600;
            }

/* card-list2 */
.card-list2 .card-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.card-list2 .card-box {
    width: calc(33% - 10px);
    padding: 20px 24px;
    border: 2px solid #dddddd;
    border-radius: 8px;
    font-family: "noto";
    position: relative;
}

    .card-list2 .card-box .card-option {
        right: 24px;
    }

    .card-list2 .card-box .card-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

        .card-list2 .card-box .card-info .c-name {
            font-size: 21px;
            font-weight: bold;
            color: #333333;
            margin-bottom: 2px;
        }

        .card-list2 .card-box .card-info .c-major {
            font-size: 17px;
            font-weight: 500;
            color: #555555;
            margin-bottom: 18px;
        }

        .card-list2 .card-box .card-info .c-num {
            display: flex;
            justify-content: center;
            /*gap: 20px;*/
            margin-bottom: 10px;
        }

            .card-list2 .card-box .card-info .c-num .num-box {
                display: flex;
                align-items: center;
                gap: 8px;
            }

            .card-list2 .card-box .card-info .c-num .num-title {
                min-width: 74px;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 2px 0;
                border-radius: 4px;
                color: #fff;
                font-size: 16px;
            }

            .card-list2 .card-box .card-info .c-num .num-box .num-txt {
                min-width: 44px;
                text-align: left;
            }

            .card-list2 .card-box .card-info .c-num .num-box.left .num-title {
                background-color: #e82561;
            }

            .card-list2 .card-box .card-info .c-num .num-box.left .num-txt {
                color: #e82561;
                font-size: 17px;
                font-weight: 500;
                text-align: left;
            }

            .card-list2 .card-box .card-info .c-num .num-box.right .num-title {
                background-color: #504dab;
            }

            .card-list2 .card-box .card-info .c-num .num-box.right .num-txt {
                color: #504dab;
                font-size: 17px;
                font-weight: 500;
            }

        .card-list2 .card-box .card-info .c-more {
            display: flex;
            justify-content: center;
            background-color: #eeeeee;
            border: 2px solid transparent;
            border-radius: 6px;
            color: #333333;
            padding: 8px 0;
            transition: 0.5s;
        }

            .card-list2 .card-box .card-info .c-more:hover,
            .card-list2 .card-box .card-info .c-more:focus {
                background-color: #ececff;
                border: 2px solid #504dab;
                color: #504dab;
            }

@media (max-width: 1500px) {
    .card-list2 .card-box {
        width: calc(33% - 11px);
    }

        .card-list2 .card-box .card-info .c-num {
            gap: 8px;
            flex-wrap: wrap;
        }
}

@media (max-width: 1299px) {
    .card-list2 .card-box {
        width: calc(50% - 10px);
    }
}

@media (max-width: 767px) {
    .card-list2 .card-box {
        padding: 16px 12px;
    }

        .card-list2 .card-box .card-option {
            top: 16px;
            right: 12px;
        }
}

@media (max-width: 420px) {
    .card-list2 .card-box {
        width: 100%;
        padding: 20px 24px;
    }

        .card-list2 .card-box .card-option {
            top: 20px;
            right: 24px;
        }
}

/* flow-list */
.flow-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    border: 4px solid #dee2e6;
}

    .flow-list > li {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        list-style: none;
        counter-increment: count;
        border-bottom: 1px dotted #ddd;
        padding: 0 20px;
        margin: 0;
    }

        .flow-list > li:after {
            content: "";
            position: absolute;
            top: -0.8rem;
            left: 50%;
            z-index: 1;
            display: inline-block;
            width: 26px;
            height: 26px;
            text-align: center;
            margin-left: -14px;
            border-radius: 50%;
            font-family: "material-Icons";
            font-size: 1.3rem;
            background: url(/site/resource/inje/linc-onestop/images/arrow02.png) no-repeat center;
        }

        .flow-list > li:first-child:after {
            display: none;
        }

        .flow-list > li .txt-box {
            list-style: none;
            position: relative;
            box-sizing: border-box;
            color: #444;
            margin: 30px 0;
            padding: 40px 0 0 0;
            word-break: keep-all;
        }

    .flow-list.icon-type > li {
        display: flex;
        flex-direction: column;
    }

        .flow-list.icon-type > li .txt-box {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 32px 0 0 0;
        }

            .flow-list.icon-type > li .txt-box img {
                width: fit-content;
            }

    .flow-list > li .txt-box:before {
        content: "STEP " counter(count, decimal-leading-zero);
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px 10px;
        background: rgb(var(--point-color-01));
        border-radius: 50px;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
    }

    .flow-list > li .txt-box strong {
        font-weight: 600;
        color: #000;
    }

    .flow-list > li .txt-box li {
        line-height: 1.3;
    }

    .flow-list > li .txt-box.type01:before {
        display: none;
    }

    .flow-list > li .txt-box.type01 .step {
        position: absolute;
        width: 2rem;
        top: 0;
        left: 0;
        word-break: normal;
        color: #009ba7;
        font-size: 1rem;
    }

    .flow-list > li .txt-box .txt-sm {
        font-size: 14px;
        color: #888;
    }

@media (min-width: 768px) {
    .flow-list > li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 20px;
    }

        .flow-list > li:nth-child(4n):before {
            display: none;
        }

        .flow-list > li:after {
            content: "";
            top: 50%;
            left: -33px;
            margin-top: -14px;
            margin-left: 0;
            background: url(/site/resource/inje/linc-onestop/images/arrow01.png) no-repeat center;
        }

        .flow-list > li:nth-child(2n + 1):after {
            display: none;
        }

        .flow-list > li .txt-box {
            padding: 40px 20px 0 0;
            height: calc(100% - 60px);
        }

            .flow-list > li .txt-box:before {
                content: "STEP " counter(count, decimal-leading-zero);
            }

            .flow-list > li .txt-box:after {
                content: "";
                position: absolute;
                display: inline-block;
                width: 1px;
                height: 90%;
                top: 5%;
                right: 0;
                background: #ddd;
            }

        .flow-list > li:nth-child(2n) .txt-box:after {
            display: none;
        }

    .flow-list.icon-type > li:after {
        left: -13px;
    }

    .flow-list.icon-type > li .txt-box:after {
        right: -20px;
    }

    .flow-list.icon-type > li:last-child .txt-box:after {
        display: none;
    }
}

@media (min-width: 992px) {
    .flow-list > li {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

        .flow-list > li:nth-child(2n + 1):after {
            display: block;
        }

        .flow-list > li:nth-child(3n + 1):after {
            display: none;
        }

        .flow-list > li:nth-child(2n) .txt-box:after {
            display: block;
        }

        .flow-list > li:nth-child(3n) .txt-box:after {
            display: none;
        }
}

@media (min-width: 1600px) {
    .flow-list > li {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

        .flow-list > li:nth-child(3n + 1):after {
            display: block;
        }

        .flow-list > li:nth-child(4n + 1):after {
            display: none;
        }

        .flow-list > li:nth-child(3n) .txt-box:after {
            display: block;
        }

        .flow-list > li:nth-child(4n) .txt-box:after {
            display: none;
        }

        .flow-list > li.col-lg-4 {
            -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
            max-width: 33.3%;
        }

            .flow-list > li.col-lg-4:nth-child(3n) .txt-box:after {
                display: none;
            }

    .sub020601 .flow-list > li {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

        .sub020601 .flow-list > li:nth-child(4n) .txt-box:after,
        .sub020601 .flow-list > li:nth-child(4n + 1):after {
            display: block;
        }

        .sub020601 .flow-list > li:first-child:after {
            display: none;
        }

        .sub020601 .flow-list > li:nth-child(5n) .txt-box:after {
            display: none;
        }
}

@media (min-width: 2000px) {
    .flow-list > li {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

        .flow-list > li:nth-child(4n + 1):after {
            display: block;
        }

        .flow-list > li:nth-child(5n + 1):after {
            display: none;
        }

        .flow-list > li:nth-child(4n) .txt-box:after {
            display: block;
        }

        .flow-list > li:nth-child(5n) .txt-box:after {
            display: none;
        }
}

/* img zoom */
.img-zoom,
.img-lg-zoom,
.img-xl-zoom {
    position: relative;
    text-align: center;
    border: 1px solid #eaeaea;
    padding: 1.5rem 1rem;
    border-radius: 5px;
}

    .img-zoom img,
    .img-lg-zoom img,
    .img-xl-zoom img {
        max-width: 100%;
        margin: 0 auto;
    }

    .img-zoom > .btn,
    .img-lg-zoom > .btn,
    .img-xl-zoom > .btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 2.4rem;
        height: 2.4rem;
        background: #4f575e url(/site/resource/inje/linc-onestop/images/zoom-icon.png) no-repeat center center;
    }

        .img-zoom > .btn:hover,
        .img-zoom > .btn:focus,
        .img-lg-zoom > .btn:hover,
        .img-lg-zoom > .btn:focus,
        .img-xl-zoom > .btn:hover,
        .img-xl-zoom > .btn:focus {
            background-color: #00a5b1;
        }

@media (min-width: 992px) {
    .img-zoom {
        padding: 40px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .img-zoom > .btn {
        display: none;
    }
}

@media (min-width: 1400px) {
    .img-zoom {
        padding: 20px;
    }

        .img-zoom > .btn {
            display: none;
        }
}

@media (min-width: 1500px) {
    .img-zoom {
        padding: 50px 30px;
    }
}

/* con-pholist01 */
.con-pholist01 {
    margin-bottom: 30px;
    font-size: 16px;
}

    .con-pholist01 p {
        margin: 0;
    }

    .con-pholist01 ul {
        overflow: hidden;
        font-size: 0;
    }

    .con-pholist01 .pimg {
        margin-bottom: 10px;
    }

    .con-pholist01 .img-box {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .con-pholist01 .pimg img {
        position: absolute;
        object-fit: contain;
        object-position: center;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .con-pholist01 li {
        margin-bottom: 30px;
        font-size: 16px;
    }

        .con-pholist01 li .ptit {
            position: relative;
            margin-top: 20px;
            padding: 0px 0 20px;
            color: #222;
            font-weight: 600;
            border-bottom: 1px solid #ddd;
            font-size: 23px;
            line-height: 1.3;
            letter-spacing: -0.025em;
        }

            .con-pholist01 li .ptit:after {
                content: "";
                display: block;
                position: absolute;
                bottom: 0;
                left: 0;
                width: 70px;
                height: 3px;
                background: rgb(var(--point-color-01));
            }

    .con-pholist01 ul li .stxt {
        margin: 0;
        color: #555;
        line-height: 1.5;
        font-size: 1em;
        letter-spacing: -0.025em;
    }

@media all and (max-width: 768px) {
    .con-pholist01 ul li .ptit {
        font-size: 1.063em;
    }

    .con-pholist01 ul li .stxt {
        font-size: 0.938em;
    }
}

@media all and (max-width: 576px) {
    .con-pholist01 ul li .ptit {
        font-size: 20px;
    }

    .con-pholist01 ul li .stxt {
        font-size: 0.875em;
    }
}

@media all and (max-width: 499px) {
    .con-pholist01 ul li {
        margin-top: 10px;
    }

    .con-pholist01 .pimg {
        margin-bottom: 0;
    }
}

/* con-icolist01 */
.con-icolist01 {
    margin-bottom: 30px;
    font-size: 16px;
}

    .con-icolist01 p {
        margin: 0;
    }

    .con-icolist01 ul {
        overflow: hidden;
        font-size: 0;
    }

    .con-icolist01 .pimg {
        margin-bottom: 10px;
    }

    .con-icolist01 .img-box {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .con-icolist01 .pimg img {
        position: absolute;
        object-fit: contain;
        object-position: center;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .con-icolist01 li {
        margin-bottom: 30px;
        font-size: 16px;
    }

        .con-icolist01 li .txt-box {
            position: relative;
            height: 100%;
            padding: 40px;
            padding-top: 150px;
            background: #f0eef7;
        }

        .con-icolist01 li .box-img {
            position: absolute;
            top: 40px;
            left: 40px;
            display: flex;
            width: 80px;
            height: 80px;
            background: #fff;
            border-radius: 50%;
            line-height: 80px;
            justify-content: center;
            align-items: center;
        }

            .con-icolist01 li .box-img img {
                height: 40px;
            }

        .con-icolist01 li .ptit {
            position: relative;
            padding: 0px 0 20px;
            color: #222;
            font-weight: 600;
            border-bottom: 1px solid #ddd;
            font-size: 23px;
            line-height: 1.3;
            letter-spacing: -0.025em;
        }

            .con-icolist01 li .ptit:after {
                content: "";
                display: block;
                position: absolute;
                bottom: 0;
                left: 0;
                width: 70px;
                height: 3px;
                background: rgb(var(--point-color-01));
            }

    .con-icolist01 ul li .stxt {
        margin: 0;
        color: #555;
        line-height: 1.5;
        font-size: 1em;
        letter-spacing: -0.025em;
    }

@media all and (max-width: 768px) {
    .con-icolist01 ul li .ptit {
        font-size: 1.063em;
    }

    .con-icolist01 ul li .stxt {
        font-size: 0.938em;
    }
}

@media all and (max-width: 576px) {
    .con-icolist01 ul li .ptit {
        font-size: 20px;
    }

    .con-icolist01 ul li .stxt {
        font-size: 0.875em;
    }
}

@media all and (max-width: 499px) {
    .con-icolist01 ul li {
        margin-top: 10px;
    }

    .con-icolist01 .pimg {
        margin-bottom: 0;
    }
}

@media all and (min-width: 992px) {
    .con-icolist01 li .txt-box {
        padding-top: 40px;
        padding-left: 150px;
    }
}

/*#################### board ####################*/
.more-link {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
}

    .more-link span {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 36px;
        height: 36px;
        padding: 3px;
        transition: all 0.3s ease-out;
        border: 1px solid #ddd;
        border-radius: 50%;
    }

        .more-link span::before,
        .more-link span::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #000;
        }

        .more-link span::before {
            width: 14px;
            height: 1px;
        }

        .more-link span::after {
            width: 2px;
            height: 14px;
        }

    .more-link:hover span,
    .more-link:focus span {
        transform: rotate(90deg);
    }

    .more-link:focus {
        outline: 2px solid #333;
        border-radius: 2px;
    }

/* board-list */
.board-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    top: 60px;
    margin-bottom: 0;
}

    .board-list li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 7px 0;
        padding: 0;
    }

        .board-list li a {
            position: relative;
            display: flex;
            align-items: center;
        }

            .board-list li a .item-category {
                position: relative;
                display: block;
                margin-bottom: 10px;
                color: rgb(var(--point-color-01));
                font-weight: 500;
            }

            .board-list li a .item-date {
                position: relative;
                display: flex;
                -ms-flex: 0 0 25%;
                flex: 0 0 25%;
                max-width: 25%;
                color: #888;
                font-weight: 300;
                font-size: 16px;
                white-space: nowrap;
                justify-content: flex-end;
            }

            .board-list li a .item-title {
                position: relative;
                -ms-flex: 0 0 75%;
                flex: 0 0 75%;
                max-width: 75%;
                padding-left: 12px;
                white-space: normal;
                width: 100%;
                /* height: 30px; */
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: #222;
                font-size: 16px;
                /* line-height: 1.7; */
                font-weight: 500;
            }

                .board-list li a .item-title::before {
                    content: "";
                    position: absolute;
                    top: 50%;
                    left: 0;
                    width: 3px;
                    height: 3px;
                    border-radius: 50px;
                    background-color: #666;
                    transform: translateY(-50%);
                }

            .board-list li a:hover .item-title,
            .board-list li a:focus .item-title {
                color: rgb(var(--point-color-01));
            }

            .board-list li a .txt {
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                height: 92px;
                font-size: 15px;
                line-height: 1.6;
                color: #9d9d9d;
                padding-top: 20px;
                margin: 0;
            }

            .board-list li a:hover .txt,
            .board-list li a:focus .txt {
                color: #666;
            }

.non-info {
    margin: 12rem 0 0;
}

/* board-list > board-top */
.board-top {
    margin-bottom: 4px;
}

    .board-top .board-list {
        margin-bottom: 0;
    }

        .board-top .board-list li a .item-title {
            padding-left: 46px;
        }

            .board-top .board-list li a .item-title::before {
                display: none;
            }

            .board-top .board-list li a .item-title > .notice {
                position: absolute;
                /*top: 4px;*/
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                margin-right: 10px;
                padding: 0 7px;
                color: rgb(var(--point-color-02));
                font-size: 14px;
                border: 1px solid rgb(var(--point-color-02));
                border-radius: 20px;
                white-space: nowrap;
            }

.board .item {
    border-bottom: 1px solid #ddd;
    position: relative;
}

    .board .item .text-box .category {
        color: #dc2c6b;
        font-size: 15px;
        font-weight: 500;
    }

    .board .item .item-link {
        color: #222;
        font-size: 18px;
    }

    .board .item .text-box .date {
        color: #666;
        font-size: 15px;
    }

    .board .item .text-box {
        background-color: #f4f4f8;
        border-bottom-left-radius: 13px;
        border-bottom-right-radius: 13px;
    }

/* board-view */
.board-view .pager .pager-navi {
    color: #00a5b1;
}

.board-view .sec-comment .card-header [data-toggle="collapse"] {
    color: #00a5b1;
}

    .board-view .sec-comment .card-header [data-toggle="collapse"]::after {
        border: solid #00a5b1;
        border-width: 0 2px 2px 0;
    }

#accordion .card-header .btn {
    padding: 0;
    color: #00a5b1;
    padding-right: 10px;
}

    #accordion .card-header .btn .material-icons {
        color: #00a5b1;
        padding-right: 5px;
    }

/* board-gallery */
.board.board-gallery .thumb {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.board-gallery a .thum {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.board-gallery a .txt-box {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .board-gallery a .txt-box .tit {
        font-size: 1rem;
        font-weight: 500;
    }

    /* sns */
    .board-gallery a .txt-box::before {
        content: "";
        display: block;
        width: 45px;
        height: 45px;
        position: absolute;
        top: -20px;
        right: 20px;
        background-size: contain !important;
    }

.board-gallery.youtube a .txt-box::before {
    background: url(/site/resource/inje/common/images/sns-youtube.svg) no-repeat center;
}

.board-gallery.facebook a .txt-box::before {
    background: url(/site/resource/inje/common/images/sns-facebook.svg) no-repeat center;
}

.board-gallery.instagram a .txt-box::before {
    background: url(/site/resource/inje/common/images/sns-instagram.svg) no-repeat center;
}

/* corp-list */
.corp-list .board-gallery a {
    border: 1px solid #ddd;
    border-radius: 0.25rem;
}

    .corp-list .board-gallery a .txt-box .category {
        display: inline-block;
        padding: 2px 10px;
        border-radius: 50px;
        font-size: 15px;
        font-weight: 500;
    }

        .corp-list .board-gallery a .txt-box .category.text-primary {
            border: 1px solid #dc2c6b;
            color: #dc2c6b !important;
        }

        .corp-list .board-gallery a .txt-box .category.text-secondary {
            border: 1px solid #751aff;
            color: #751aff !important;
        }

        .corp-list .board-gallery a .txt-box .category.text-info {
            border: 1px solid #17a2b8;
        }

        .corp-list .board-gallery a .txt-box .category.text-success {
            border: 1px solid #28a745;
        }

    .corp-list .board-gallery a .thum {
        padding-bottom: 40%;
        background-color: #fff;
        background: none;
    }

        .corp-list .board-gallery a .thum > img {
            height: auto;
            width: calc(100% - 50px);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(1);
        }

    .corp-list .board-gallery a:hover .thum > img,
    .corp-list .board-gallery a:focus .thum > img {
        transform: translate(-50%, -50%) scale(1.1);
    }

.corp-search input.form-control {
    width: 150px;
}

@media (max-width: 575px) {
    .corp-list .corp-search {
        flex-direction: column;
    }

        .corp-list .corp-search .form-group,
        .corp-search input.form-control,
        .corp-search .form-group .btn {
            width: 100%;
        }

    .corp-search .form-group .btn {
        justify-content: center;
    }
}

/* board-webzine */
.board-webzine {
}

    .board-webzine .webzine-item {
        position: relative;
    }

        .board-webzine .webzine-item .checkbox {
            position: absolute;
            right: 0.8rem;
            bottom: 1.5rem;
        }

        .board-webzine .webzine-item a {
            display: inline-block;
            width: 100%;
        }

            .board-webzine .webzine-item a .thum {
                position: relative;
                display: inline-block;
                width: 100%;
                overflow: hidden;
                background: #d5d7dc url(/common/images/thumb-non.png) no-repeat 50% 50%;
                transition: all 0.5s;
                border-radius: 10px;
                float: none;
                padding-bottom: inherit;
                height: auto;
            }

                .board-webzine .webzine-item a .thum > img {
                    display: block;
                    width: 100%;
                    transition: all 0.4s ease-in-out;
                }

            .board-webzine .webzine-item a:hover .thum > img,
            .board-webzine .webzine-item a:focus .thum > img {
                transform: scale(1.1);
            }

            .board-webzine .webzine-item a .txt-box {
                padding: 1.4rem 1.3rem;
            }

                .board-webzine .webzine-item a .txt-box .category {
                    color: #dc2c6b !important;
                    font-size: 15px;
                    font-weight: 500;
                }

                .board-webzine .webzine-item a .txt-box .tit {
                    display: block;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    font-size: 1.2rem;
                    line-height: 1.25em;
                    font-weight: 600;
                    margin-bottom: 0.8rem;
                    color: #333;
                }

            .board-webzine .webzine-item a:hover .txt-box .tit,
            .board-webzine .webzine-item a:focus .txt-box .tit {
                text-decoration: underline;
                color: #dc2c6b;
            }

            .board-webzine .webzine-item a .txt-box .txt {
                display: block;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                text-overflow: ellipsis;
                overflow: hidden;
                color: #8d9093;
            }

            .board-webzine .webzine-item a:hover .txt-box .txt,
            .board-webzine .webzine-item a:focus .txt-box .txt {
                color: #333;
            }

            .board-webzine .webzine-item a .txt-box .date {
                display: block;
                font-size: 15px;
                margin-top: 1.7rem;
                color: #666;
            }

.board.board-webzine {
    padding-top: 25px;
    border-top: 2px solid #222;
}

    .board.board-webzine .item-link {
        align-items: center;
    }

    .board.board-webzine .thum {
        position: relative;
    }

    .board.board-webzine .text-box {
        background-color: #fff;
        border-radius: inherit;
    }

    .board.board-webzine .button-box {
        word-break: keep-all;
        text-align: left;
        margin: 0;
        padding-left: 12px;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .board-gallery a .thum > img {
        height: auto;
    }

    .board-webzine .webzine-item a .txt-box .tit {
        height: 1.2em;
    }

    .board-webzine .webzine-item a .txt-box .txt {
        height: calc(1.4em * 2);
    }
}

@media (min-width: 768px) {
    /* .board-webzine */
    .board-webzine .webzine-item {
        float: none;
        display: block;
        clear: both;
        border-top: 1px dotted #ccc;
        padding-top: 2rem;
    }

        .board-webzine .webzine-item:first-child {
            border-top: none;
            padding-top: 0;
        }

        .board-webzine .webzine-item a {
            display: flex;
        }

            .board-webzine .webzine-item a .thum {
                -ms-flex: 0 0 290px;
                flex: 0 0 290px;
                max-width: 290px;
            }

                .board-webzine .webzine-item a .thum > img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .board-webzine .webzine-item a .txt-box {
                float: right;
                background-color: transparent;
                width: 70%;
                padding: 0.35rem 1.6rem;
            }

                .board-webzine .webzine-item a .txt-box .tit {
                    font-size: 23px;
                    line-height: 2.125rem;
                    -webkit-line-clamp: 1;
                }

                .board-webzine .webzine-item a .txt-box .txt {
                    -webkit-line-clamp: 3;
                }

    .board.board-webzine .button-box {
        text-align: right;
        padding: 0;
    }
}

/* d-day */
.d-day {
    position: absolute;
    content: "";
    padding: 6px 12px;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    background: #fd3579;
}

.board-gallery .d-day {
    top: 0;
    left: 0;
    padding: 10px 18px;
    border-top-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

@media (min-width: 576px) {
    .board-gallery .d-day {
        left: 15px;
    }

    .d-block {
        width: 100%;
    }

    .board-list li a .item-date {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .board-list li a .item-title {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
}

.form-inline label {
    font-weight: 500;
}

/* 20240122 sm */
.layout .form-inline .input-group {
    flex-wrap: nowrap;
}

    .layout .form-inline .input-group input[type="text"] {
        min-width: 120px;
    }

@media (max-width: 1400px) {
    .input-group-append .input-group-text {
        margin: 3px 0;
    }

    .form-control.form-control-sm {
        margin-top: 1px;
    }
}

.sec-title-02 a:focus {
    color: #fff;
}

.category-list > ul > li input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.category-list > ul > li .form-check-label {
    /* margin-top: 1px; */
    margin-left: 4px;
}

/* alert */
.alert.alert-info {
    background-color: #f3f2ff;
    border-color: #f3f2ff;
    color: #504dab;
    padding-left: 54px;
}

    .alert.alert-info::before {
        content: "";
        display: block;
        width: 21px;
        height: 16px;
        background-image: url(/site/resource/inje/linc-onestop/images/icon-notice.png);
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
    }

.color-point {
    color: #e82561;
}

.info-txt01 {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 13px;
}

    .info-txt01::before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        background-image: url(/site/resource/inje/linc-onestop/images/icon-info.png);
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 3px;
        left: 4px;
    }

/*.tab-content {
    padding: 32px 20px;
    border-radius: 4px;
}*/
.popup .tab-content {
    border: 1px solid #ccc;
    padding: 32px 20px;
}

/* step-box */
.step-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    border-radius: 8px;
    border: 2px solid #e5e5e5;
    padding: 20px;
}

    .step-box.s06 li {
        width: calc(16% - 10px);
    }

    .step-box.s05 li {
        width: calc(20% - 16px);
    }

    .step-box li {
        padding: 12px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        position: relative;
        font-size: 18px;
        font-weight: 500;
        color: #333;
    }

        .step-box li::before {
            content: "";
            display: block;
            width: 1px;
            height: calc(100% - 40px);
            background-color: #ddd;
            position: absolute;
            top: 50%;
            right: -10px;
            transform: translateY(-50%);
        }

        .step-box li:last-child::before {
            display: none;
        }

        .step-box li + li::after {
            content: "";
            display: block;
            width: 28px;
            height: 28px;
            border-radius: 14px;
            position: absolute;
            top: 50%;
            left: -28px;
            transform: translateY(-50%);
            background-color: #f6f6f6;
            background-image: url(/site/resource/inje/linc-onestop/images/next-pp.png);
            background-repeat: no-repeat;
            background-position: center;
        }

.step-no {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 20px;
    border-radius: 15px;
    background-color: #514dab;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

    .step-no.t-box {
        width: calc(100%);
        height: 100%;
        background-color: #fff1e5;
        color: #333;
        padding: 4px 10px;
        border-radius: 4px;
        font-size: 16px;
    }

.step-icon {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .step-icon img {
        width: auto;
    }

.step-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .step-txt.font-g {
        font-size: 16px;
        color: #777;
    }

@media (max-width: 1300px) {
    /* step-box */
    .step-box.s06 li {
        width: calc(33% - 20px);
    }

    .step-box li:nth-child(3n + 1)::before {
        display: none;
    }

    .step-box li:last-child::before {
        display: block;
    }

    .step-box li::before {
        left: -14px;
    }

    .step-box.s05 li + li::after {
        left: -19px;
    }

    .step-box li:nth-child(3n) + li::after {
        display: none;
    }

    .step-box.s05 li:nth-child(3n) + li::after {
        display: block;
    }

    .step-box li + li::after {
        left: -27px;
    }
}

@media (max-width: 991.98px) {
    .step-box.s05 li {
        width: calc(50% - 10px);
    }

        .step-box.s05 li:nth-child(2n) + li::after {
            display: none;
        }
}

@media (max-width: 767.98px) {
    /* step-box */
    .step-box {
        gap: 10px;
    }

        .step-box.s06 li {
            width: calc(33% - 10px);
            padding: 10px;
        }

        .step-box li {
            gap: 10px;
            font-size: 16px;
        }

            .step-box li::before {
                left: -8px;
            }

            .step-box li + li::after {
                left: -21px;
            }

        .step-box .step-no {
            padding: 4px 12px;
        }
}

@media (max-width: 575.98px) {
    /* step-box */
    .step-box.s06 li {
        width: calc(50% - 10px);
    }

    .box-list li .step-box li,
    .box-list li .step-box02 li {
        gap: 10px;
    }

    .step-box li::before {
        left: -9px;
    }

    .step-box li:nth-child(3n + 1)::before {
        display: block;
    }

    .step-box li:first-child::before,
    .step-box li:nth-child(2n + 1)::before {
        display: none;
    }

    .step-box li + li::after {
        left: -22px;
    }

    .step-box li:nth-child(3n) + li::after {
        display: block;
    }

    .step-box li:nth-child(2n) + li::after {
        display: none;
    }

    .step-box .step-no {
        padding: 4px 20px;
    }
}

@media (max-width: 480px) {
    /* step-box */
    .step-box.s05 {
        gap: 20px;
    }

        .step-box.s05 li {
            width: 100%;
        }

            .step-box.s05 li:nth-child(2n) + li::after {
                display: block;
            }

            .step-box.s05 li + li::after {
                left: 50%;
                transform: translateX(-50%) rotate(90deg);
                top: -18px;
            }
}

@media (max-width: 400px) {
    /* step-box */
    .step-box {
        flex-direction: column;
        gap: 20px;
    }

        .step-box.s06 li {
            width: 100%;
        }

        .step-box li:before {
            width: 100%;
            height: 1px;
            top: -12px;
            left: 50%;
            transform: translateX(-50%);
        }

        .step-box li:nth-child(2n + 1)::before {
            display: block;
        }

        .step-box li:first-child::before {
            display: none;
        }

        .step-box li + li::after {
            transform: translateX(-50%) rotate(90deg);
            left: 50%;
            top: -26px;
        }

        .step-box li:nth-child(2n) + li::after {
            display: block;
        }

    .step-txt br {
        display: none;
    }
}

/* 20240311 추가*/
.table-vertical td {
    vertical-align: top;
    height: 175px;
}

.Calendar-Todal {
    background-color: #fcf8e3;
}

.Calendar-NonNow {
    color: darkgray;
}

    .Calendar-NonNow .Calendar-Content {
        background-color: darkgray;
    }

    .Calendar-NonNow .text-danger {
        color: #eb959e !important;
    }

    .Calendar-NonNow .text-primary {
        color: #9098c7 !important;
    }

.Calendar-Content {
    background-color: rgb(108, 117, 125);
    color: #fff;
    padding: 3px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    font-size: 14px;
    margin-top: 2px;
}

tr.not-reservation {
    position: relative;
    pointer-events: none;
}

    tr.not-reservation::after {
        content: "예약불가";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        top: 0;
        left: 0;
        font-size: 16px;
        color: rgb(var(--point-color-03-hover)) !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* 20240425 psm */
/* loading */
@keyframes ldio-x2uulkbinbj {
    0% {
        opacity: 1;
        backface-visibility: hidden;
        transform: translateZ(0) scale(1.5, 1.5);
    }

    100% {
        opacity: 0;
        backface-visibility: hidden;
        transform: translateZ(0) scale(1, 1);
    }
}

.loading-spinner-wrapper {
    width: 100%;
    height: 100vh;
    background-color: rgba(000, 000, 000, 0.4);
    z-index: 999999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loadingio-spinner-spin-nq4q5u6dq7r {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ldio-x2uulkbinbj div > div {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #372869;
    animation: ldio-x2uulkbinbj 1s linear infinite;
}

.ldio-x2uulkbinbj div:nth-child(1) > div {
    left: 148px;
    top: 88px;
    animation-delay: -0.875s;
}

.ldio-x2uulkbinbj > div:nth-child(1) {
    transform: rotate(0deg);
    transform-origin: 160px 100px;
}

.ldio-x2uulkbinbj div:nth-child(2) > div {
    left: 130px;
    top: 130px;
    animation-delay: -0.75s;
}

.ldio-x2uulkbinbj > div:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 142px 142px;
}

.ldio-x2uulkbinbj div:nth-child(3) > div {
    left: 88px;
    top: 148px;
    animation-delay: -0.625s;
}

.ldio-x2uulkbinbj > div:nth-child(3) {
    transform: rotate(90deg);
    transform-origin: 100px 160px;
}

.ldio-x2uulkbinbj div:nth-child(4) > div {
    left: 46px;
    top: 130px;
    animation-delay: -0.5s;
}

.ldio-x2uulkbinbj > div:nth-child(4) {
    transform: rotate(135deg);
    transform-origin: 58px 142px;
}

.ldio-x2uulkbinbj div:nth-child(5) > div {
    left: 28px;
    top: 88px;
    animation-delay: -0.375s;
}

.ldio-x2uulkbinbj > div:nth-child(5) {
    transform: rotate(180deg);
    transform-origin: 40px 100px;
}

.ldio-x2uulkbinbj div:nth-child(6) > div {
    left: 46px;
    top: 46px;
    animation-delay: -0.25s;
}

.ldio-x2uulkbinbj > div:nth-child(6) {
    transform: rotate(225deg);
    transform-origin: 58px 58px;
}

.ldio-x2uulkbinbj div:nth-child(7) > div {
    left: 88px;
    top: 28px;
    animation-delay: -0.125s;
}

.ldio-x2uulkbinbj > div:nth-child(7) {
    transform: rotate(270deg);
    transform-origin: 100px 40px;
}

.ldio-x2uulkbinbj div:nth-child(8) > div {
    left: 130px;
    top: 46px;
    animation-delay: 0s;
}

.ldio-x2uulkbinbj > div:nth-child(8) {
    transform: rotate(315deg);
    transform-origin: 142px 58px;
}

.loadingio-spinner-spin-nq4q5u6dq7r {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: transparent;
}

.ldio-x2uulkbinbj {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

    .ldio-x2uulkbinbj div {
        box-sizing: content-box;
    }

@media (max-width: 500px) {
    .loadingio-spinner-spin-nq4q5u6dq7r {
        transform: scale(0.7);
    }

    .ldio-x2uulkbinbj div > div {
        width: 16px;
        height: 16px;
    }
}

.form-check {
    display: flex;
    align-items: center;
}

.form-check-input {
    margin: 0;
    margin-bottom: 4px;
}

/*20241125_jyg*/
.btn-w:first-child {
    margin-right: 16px;
}

@media (max-width: 768px) {
    .btn-w {
        width: 165px;
    }

        .btn-w:first-child {
            margin-bottom: 5px;
            margin-right: 0;
        }

    .btn-p0 {
        padding-left: 0;
        padding-right: 0;
    }
}

/* contact-info */
.contact-info {
    padding: 15px 30px;
    background: #f2f8ff;
    border-radius: 5px;
}

    .contact-info > ul {
        margin-bottom: 0;
    }

        .contact-info > ul li {
            display: flex;
            gap: 10px;
            margin-bottom: 10px;
        }

            .contact-info > ul li:last-child {
                margin-bottom: 0;
            }

            .contact-info > ul li strong {
                display: inline-block;
                min-width: 70px;
                color: rgb(var(--point-color-01));
            }

                .contact-info > ul li strong .bi {
                    margin-right: 5px;
                }

@media (min-width: 768px) {
    .contact-info > ul {
    }
}

/* 20251203 jyg */
.btn-style01 {
    background-color: #e66089;
    border-color: #e66089;
}
