@charset "utf-8";
@import url("/common/css/font-Paperlogy.css");
@import url("/common/css/font-Pretendard.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css");

:root {
    /* font */
    --font-icon: "bootstrap-icons";
    --font-type01: "Paperlogy";
    --font-type02: "pretendard";
}
/* Color */
:root {
    /* main */
    --main-color01: #023c9f;
    --main-color01-hover: #003083;
    --main-color02: #2c9d17;
    --main-color02-hover: #158302;
    --secondary: #ccc;
    --danger: #d4223a;
    --danger-hover: #ce0c0c;
    --dark: #000631;
    --dark-hover: #222;
}
/*****************************************************
	common
*****************************************************/
html {
    width: 100%;
}

html,
body {
    /* min-width: 360px; */
    font-family: var(--font-type02);
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
}

a {
    color: #000;
    transition: 0.3s;
}

    a:hover,
    a:focus {
        color: var(--main-color01);
    }

    a:focus,
    a:focus-visible {
        outline: 1px auto -webkit-focus-ring-color;
        outline-offset: -1px;
    }

ol,
ul,
dl {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
    word-break: keep-all;
}

img {
    max-width: 100%;
}

button {
    transition: 0.3s;
    cursor: pointer;
}

.line-gap {
    width: 100%;
    margin: 30px 0;
    border-top: 1px dotted #d6d6d6;
}

.gap {
    height: 50px;
}

.small-gap {
    height: 15px;
}

.layout {
    display: flex;
    align-items: center;
}

    .layout.half .ly-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

.full-container .sec-wrap {
    max-width: 100%;
}

@media (min-width: 576px) {
    .line-gap {
        margin: 60px 0;
    }

    .full-container .sec-wrap {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    #header {
        position: fixed;
        width: 100%;
        z-index: 1000;
        top: 0;
    }

    #footer {
        font-size: 15px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }

    .full-container .sec-wrap {
        max-width: 100%;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }

    .full-container .sec-wrap {
        max-width: 100%;
    }
}
/* error-page */
.error-page {
    padding-top: 100px;
    text-align: center;
}

    .error-page img {
        margin-bottom: 50px;
        max-width: 100%;
    }

    .error-page > h1 {
        color: #242850;
        font-weight: 700;
        font-family: var(--font-type02);
        font-size: 60px;
    }

    .error-page .btn {
        position: relative;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 0;
        padding: 15px 20px;
        min-width: 150px;
        margin-top: 50px;
        overflow: hidden;
    }

        .error-page .btn::after {
            background: var(--grey-color04);
            content: "";
            position: absolute;
            z-index: -1;
            height: 100%;
            left: -35%;
            top: 0;
            transform: skew(50deg);
            transition-duration: 0.6s;
            transform-origin: top left;
            width: 0;
        }

        .error-page .btn:hover,
        .error-page .btn:focus {
            color: var(--main-color01);
            border-color: var(--main-color01);
        }

            .error-page .btn:hover:after,
            .error-page .btn:focus:after {
                height: 100%;
                width: 135%;
            }

/*****************************************************
	Include
*****************************************************/
/* header */
#header {
    font-family: var(--font-type02);
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 1000;
}

    #header.fixed {
        background-color: #fff;
        border-bottom: 1px solid rgba(000, 000, 000, 0.1);
    }

        #header .c-logo,
        #header.fixed .w-logo,
        #header.header_on .w-logo {
            display: none;
        }

        #header.fixed .c-logo,
        #header.header_on .c-logo {
            display: block;
        }

        #header.fixed .menubar > li > .menuitem {
            color: #333;
        }

        #header.fixed .lang-btn {
            color: #333;
        }

            #header.fixed .lang-btn + .lang-btn::before {
                background-color: rgba(000, 000, 000, 1);
            }

.site-logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

.sub #header {
    background-color: #fff;
    border-bottom: 1px solid rgba(000, 000, 000, 0.1);
}

    .sub #header .w-logo {
        display: none;
    }

    .sub #header .c-logo {
        display: block;
    }

    .sub #header .site-title .sub-site-title {
        color: #222;
    }

        .sub #header .site-title .sub-site-title::before {
            background-color: rgba(000, 000, 000, 0.4);
        }

    .sub #header .menu-ham::after {
        background-image: url(/site/resource/ecosl/images/c-site-map.png);
    }

    .sub #header .menu-ham:hover::after,
    .sub #header .menu-ham:focus::after {
        background-image: url(/site/resource/ecosl/images/b-site-map.png);
    }

    .sub #header .menubar > li > .menuitem {
        color: #222;
    }

    .sub #header .lang .lang-btn {
        color: #222;
    }

    .sub #header .lang-btn + .lang-btn::before {
        background-color: rgba(000, 000, 000, 1);
    }

    .sub #header .lang-btn:hover,
    .sub #header .lang-btn:focus {
        color: var(--main-color01);
    }

#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: -360px;
    z-index: 999;
    width: 300px;
    height: 100vh;
    max-width: 70vw;
    transition: right 0.3s;
}

    .menubar-box.on {
        right: 0;
        background-color: #fff;
    }

    .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: #0e70b4;
    font-size: 24px;
    line-height: inherit;
    color: #fff;
    display: none;
}

.menubar-close {
    position: absolute;
    top: 0;
    left: -60px;
    display: inline-block;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    background: var(--main-color01) url("/site/resource/h2ok/images/close-white.png") no-repeat center;
    transition: 0.3s;
}

    .menubar-close:hover,
    .menubar-close:focus {
        background-color: var(--main-color01-hover);
    }

    .menubar-close:hover,
    .menubar-close:focus {
        color: #fff;
    }

.menubar {
    list-style: none;
    display: block;
    height: 100%;
    overflow-y: auto;
    border-top: 1px solid #ddd;
    margin: 0;
    position: relative;
}

    .menubar .menuitem {
        position: relative;
        display: flex;
        align-items: center;
    }

    .menubar > li > .menuitem {
        height: 60px;
        border-bottom: 1px solid #ddd;
        font-size: 18px;
        color: #111;
        font-family: var(--font-type02);
        font-weight: 700;
        padding-left: 20px;
        transition: 0.3s;
    }

        .menubar > li > .menuitem.expanded-true {
            background-color: var(--main-color01);
            color: #fff;
        }

            .menubar > li > .menuitem.expanded-true + .menubox {
                display: block;
                position: static;
                top: auto;
                left: auto;
                z-index: auto;
                width: 100%;
                height: auto;
            }

                .menubar > li > .menuitem.expanded-true + .menubox > .menubox-inner {
                    opacity: 1;
                }

@media (min-width: 992px) {
    .menubar .menuitem {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menubar-box .menubar-header {
        display: none;
    }

    .menubar {
        border-top: none;
        overflow-y: visible;
    }

    .menubar-close {
        display: none;
    }
}

/* 2 depth menuitem */
.menubar .menubox-inner > .menu > li {
    position: relative;
}

    .menubar .menubox-inner > .menu > li > .menuitem {
        font-size: 16px;
        padding: 5px 20px 5px 30px;
        height: 45px;
        border-bottom: 1px dotted #ddd;
    }

        .menubar .menubox-inner > .menu > li > .menuitem::before {
            content: "";
            position: absolute;
            top: 23px;
            left: 20px;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background-color: var(--main-color01);
        }

        .menubar .menubox-inner > .menu > li > .menuitem:hover,
        .menubar .menubox-inner > .menu > li > .menuitem:focus {
            color: var(--main-color01);
        }

        .menubar .menubox-inner > .menu > li > .menuitem.expanded-true {
            background-color: var(--main-color02);
            color: #fff;
        }

            .menubar .menubox-inner > .menu > li > .menuitem.expanded-true + .menu {
                display: block;
                background-color: #fff;
                padding: 15px;
                border-bottom: 1px solid #ddd;
            }

.menubar > li > .menuitem.haspopup-true.expanded-true + .menubox > .menubox-inner > .menu {
    display: block;
    background-color: #fff8fc;
}

.menubar .toggle-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 50px;
    cursor: pointer;
}

.menubar > li > .menuitem > .toggle-btn {
    width: 60px;
    height: 60px;
}

.menubar .menubox-inner > .menu > li > .menuitem > .toggle-btn {
    height: 45px;
}

.menubar > li > .menuitem.haspopup-true > .toggle-btn::before,
.menubar .menubox-inner > .menu > li > .menuitem.haspopup-true > .toggle-btn::before,
.menubar > li > .menuitem.haspopup-true > .toggle-btn::after,
.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 > li > .menuitem.haspopup-true > .toggle-btn::before,
.menubar .menubox-inner > .menu > li > .menuitem.haspopup-true > .toggle-btn::before {
    right: 20px;
    width: 16px;
    height: 2px;
}

.menubar > li > .menuitem.haspopup-true > .toggle-btn::after,
.menubar .menubox-inner > .menu > li > .menuitem.haspopup-true > .toggle-btn::after {
    right: 27px;
    width: 2px;
    height: 16px;
}

.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 > li > .menuitem.haspopup-true.expanded-true > .toggle-btn::before,
.menubar .menubox-inner > .menu > li > .menuitem.haspopup-true.expanded-true > .toggle-btn::before {
    background-color: #fff;
}

.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;
}

/* 2 depth menuitem 하위 메뉴 열림 */
.menubar .menubox-inner > .menu > li > .menu {
    list-style: none;
    display: none;
    padding: 10px 0;
    margin: 0;
    background-color: rgba(var(--point-color-03), 0.1);
}

    .menubar .menubox-inner > .menu > li > .menu::after {
        content: "";
        clear: both;
        display: block;
    }
    /* 3 depth menu li */
    .menubar .menubox-inner > .menu > li > .menu > li {
        position: relative;
        padding: 0 0 0 15px;
        margin-bottom: 5px;
    }

        .menubar .menubox-inner > .menu > li > .menu > li > .menuitem::before {
            content: "";
            position: absolute;
            top: 12px;
            left: 8px;
            z-index: 1;
            display: inline-block;
            width: 5px;
            height: 2px;
            background-color: rgb(var(--point-color-03));
        }

        .menubar .menubox-inner > .menu > li > .menu > li:last-child {
            margin-bottom: 0;
        }
        /* 2 depth menuitem 하위 메뉴 닫힘 */
        .menubar .menubox-inner > .menu > li > .menu > li > .menuitem {
            display: block;
            font-size: 15px;
            padding-top: 2px;
            padding-bottom: 2px;
        }

.menubar .menubox-inner > .menu-deco {
    display: none;
}

.menubar .menubox-inner > .menu {
    display: none;
}

@media (min-width: 576px) {
    .menubar .menubox-dummy,
    .menubar .menubox-inner {
        max-width: 400px;
    }
}

@media (min-width: 768px) {
    .menubar .menubox-dummy,
    .menubar .menubox-inner {
        max-width: 540px;
    }
}

@media (min-width: 992px) {
    .modal-box {
        height: auto;
    }

    .menubar .toggle-btn {
        display: none;
    }

    .menubar-box {
        display: flex;
        justify-content: center;
        position: static;
        top: auto;
        right: auto;
        left: auto;
        z-index: 20;
        width: 100%;
        height: 100%;
        max-width: none;
        transition: right 0.3s;
    }

    .menubar > li > .menuitem.expanded-true + .menubox {
        display: none;
    }

    .menubar-title-box {
        display: none;
    }

    .menubar {
        display: flex;
        align-items: center;
        height: 100%;
    }

        .menubar > li {
            height: 100%;
            position: relative;
        }

            .menubar > li:hover .menubox,
            .menubar > li > .menuitem:focus + .menubox {
                visibility: visible;
                opacity: 1;
            }

            .menubar > li > .menuitem + .menubox.focusin {
                visibility: visible;
                opacity: 1;
            }

        .menubar .menubox {
            top: 121px;
        }

        .menubar .menubox-inner > .menu > li {
            width: 100%;
        }

            .menubar .menubox-inner > .menu > li > .menuitem {
                border-radius: 10px;
                font-size: 17px;
                color: #ffdbf0;
                text-align: center;
                font-weight: 600;
                width: 100%;
                border-bottom: 0;
                padding: 5px 20px 5px 20px;
            }

                .menubar .menubox-inner > .menu > li > .menuitem::before {
                    display: none;
                }

                .menubar .menubox-inner > .menu > li > .menuitem:hover,
                .menubar .menubox-inner > .menu > li > .menuitem:focus {
                    color: #fff;
                    text-decoration: underline;
                }

            .menubar .menubox-inner > .menu > li > .menu {
                display: none;
            }

        .menubar > li > .menuitem {
            height: 100%;
            border-bottom: none;
            padding: 25px 0;
            font-size: 16px;
            color: #fff;
        }

            .menubar > li > .menuitem span {
                padding: 6px 15px;
            }

        .menubar > li:hover > a,
        .menubar > li:focus > a {
            color: var(--main-color01);
        }

        .menubar > li > .menuitem:hover span,
        .menubar > li > .menuitem:focus span,
        .menubar > li.active > .menuitem {
            border-radius: 17px;
            background-color: var(--main-color01);
            color: #fff;
            transition: 0.3s;
        }

        .menubar > li > .menuitem .marking {
            display: block;
            position: relative;
        }

        .menubar > li:hover > .menuitem .marking::before,
        .menubar > li:focus > .menuitem .marking::before {
            content: "";
            position: absolute;
            opacity: 0;
            width: 10px;
            height: 3px;
            top: -2px;
            left: -2px;
            background-color: var(--main-color01);
            border-radius: 50px;
            transition: all 0.3s ease-out;
        }

        .menubar > li > .menuitem .marking::after {
            content: "";
            position: absolute;
            opacity: 0;
            width: 3px;
            height: 10px;
            top: 6px;
            left: -10px;
            background-color: #da017f;
            border-radius: 50px;
            transition: all 0.3s ease-out;
        }

        .menubar > li:hover .menuitem .marking::before,
        .menubar > li > .menuitem:hover .marking::before,
        .menubar > li > .menuitem:focus .marking::before,
        .menubar > li.active > .menuitem .marking::before {
            opacity: 1;
            left: -10px;
        }

        .menubar > li:hover .menuitem .marking::after,
        .menubar > li > .menuitem:hover .marking::after,
        .menubar > li > .menuitem:focus .marking::after,
        .menubar > li.active > .menuitem .marking::after {
            opacity: 1;
            top: -2px;
        }

        .menubar > li.updated > .menuitem .marking::before {
            content: "";
            position: absolute;
            opacity: 1;
            width: 13px;
            height: 3px;
            top: 2px;
            left: -12px;
            background-color: #313da9;
            transition: all 0.3s ease-out;
        }

        .menubar > li.updated > .menuitem .marking::after {
            content: "";
            position: absolute;
            opacity: 1;
            width: 3px;
            height: 13px;
            top: -3px;
            left: -7px;
            background-color: #313da9;
            transition: all 0.3s ease-out;
        }

        .menubar > li > .menuitem.haspopup-true::before,
        .menubar .menubox-inner > .menu > li > .menuitem.haspopup-true::before,
        .menubar > li > .menuitem.haspopup-true::after,
        .menubar .menubox-inner > .menu > li > .menuitem.haspopup-true::after {
            display: none;
        }

        .menubar .menubox {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            top: 85px;
            z-index: 100;
            width: 100%;
            left: 50%;
            transform: translateX(-50%);
            min-width: 250px;
        }

            .menubar .menubox.on {
                z-index: 101;
            }

        .menubar .menubox-inner {
            display: flex;
            position: relative;
            z-index: -1;
            flex-direction: column;
            background: #da017f;
            align-items: center;
        }

            .menubar .menubox-inner::before {
                display: block;
                content: "";
                width: 0;
                height: 0;
                border-bottom: 30px solid #da017f;
                border-top: 30px solid transparent;
                border-left: 30px solid transparent;
                border-right: 30px solid transparent;
                position: absolute;
                top: -40px;
                left: 50%;
                transform: translateX(-50%);
            }

        .menubar .menubox.on .menubox-inner {
            z-index: 1;
        }

        .menubar .menubox.on .menubox-inner {
            z-index: 2;
        }

        .menubar .menubox-inner > .menu {
            display: flex;
            gap: 18px;
            padding-right: 0;
            flex-direction: column;
            align-content: center;
            align-items: center;
            padding: 20px 0;
            width: 100%;
        }
}

@media (min-width: 1200px) {
    .menubar .menubox {
        top: 121px;
    }

        .menubar .menubox::before {
            right: calc((100vw - 1140px) / 2 + 1140px + 20px - (1140px * 0.25));
        }

    .menubar > li > .menuitem {
        font-size: 20px;
    }

        .menubar > li > .menuitem span {
            padding: 6px 30px;
        }

    .menubar .menubox-inner > .menu {
        padding: 30px 0;
        gap: 0;
    }

        .menubar .menubox-inner > .menu > li > .menuitem {
            font-size: 18px;
        }

            .menubar .menubox-inner > .menu > li > .menuitem::before {
                right: 24px;
            }

            .menubar .menubox-inner > .menu > li > .menuitem::after {
                right: 26px;
            }
}

@media (min-width: 1300px) {
    .menubar .menubox::before {
        right: calc((100vw - 1200px) / 2 + 1200px + 20px - (1200px * 0.25));
    }

    .menubar .menubox-inner > .menu-deco {
        padding-left: 0;
    }
}

@media (min-width: 1400px) {
    .site-logo img {
        height: 40px;
    }

    .menubar-box {
        justify-content: right;
        margin-right: 30px;
    }

    .menubar .menubox::before {
        right: calc((100vw - 1300px) / 2 + 1300px + 20px - (1300px * 0.25));
    }

    .menubar > li > .menuitem:hover span,
    .menubar > li > .menuitem:focus span,
    .menubar > li.active > .menuitem {
        border-radius: 24px;
    }
}

@media (min-width: 1500px) {
    .menubar .menubox::before {
        right: calc((100vw - 1400px) / 2 + 1400px + 20px - (1400px * 0.25));
    }

    .menubar > li > .menuitem span {
        padding: 10px 40px;
        border-radius: 30px;
    }

    .menubar .menubox-inner > .menu > li > .menuitem {
        font-size: 20px;
    }
}

.right-menu {
    display: flex;
    gap: 20px;
    align-items: center;
}
/* language */
.lang {
    display: flex;
}

.lang-btn {
    padding: 5px;
    font-family: var(--font-type02);
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
    font-weight: 400;
    position: relative;
}

    .lang-btn:hover,
    .lang-btn:focus {
        color: var(--main-color01);
        font-weight: 700;
    }

    .lang-btn.active {
        opacity: 1;
        font-weight: 700;
    }

    .lang-btn + .lang-btn::before {
        content: "";
        display: block;
        width: 1px;
        height: 7px;
        background-color: rgba(255, 255, 255, 1);
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

/* top menu */
.top-menu-layout {
    justify-content: space-between;
    align-items: center;
    height: 55px;
}

    .top-menu-layout h1 {
        margin: 0;
    }

    .top-menu-layout .menu-ham {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: var(--main-color01) url("/site/resource/h2ok/images/menu.png") no-repeat center;
        cursor: pointer;
    }

.top-menu .search-btn {
    display: none;
    transition: 0.3s;
}

    .top-menu .search-btn img {
        max-width: 100%;
    }

@media (min-width: 992px) {
    .top-menu .search-btn {
        display: inline-block;
        width: 40px;
    }

        .top-menu .search-btn:hover,
        .top-menu .search-btn:focus {
            animation: popAni 0.5s;
        }

    .top-menu-layout {
        height: 70px;
    }
}

@media (min-width: 1200px) {
    .top-menu .search-btn {
        width: 60px;
    }

    .top-menu-layout {
        height: 85px;
    }
}

@media (min-width: 1500px) {
}

/* snb */
.sub-top {
    height: 200px;
    position: relative;
    overflow: hidden;
}

    .sub-top .sub-bg {
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        animation: 1.5s linear 0s 1 normal forwards running bg-move;
    }

@keyframes bg-move {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.sub-top .sub-top-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

    .sub-top .sub-top-txt h2 {
        font-size: 36px;
        font-family: var(--font-type01);
        color: #fff;
        text-align: center;
    }

@media (min-width: 768px) {
    /* sub-top */
    .sub-top {
        height: 260px;
    }

        .sub-top .sub-top-txt h2 {
            font-size: 42px;
        }
}

@media (min-width: 992px) {
    /* sub-top */
    .sub-top {
        display: block;
        position: relative;
    }

        .sub-top .sub-top-txt h2 {
            font-size: 48px;
        }

    .sub-container .snb .snb-list {
        display: flex;
        margin-top: -40px;
        min-height: 60px;
    }

        .sub-container .snb .snb-list::before {
            width: 200px;
            height: 100px;
            top: -83px;
            display: block;
        }

        .sub-container .snb .snb-list > li > a {
            font-size: 17px;
        }

    .sub-container .snb .snb-list2 {
        bottom: -39px;
    }

    .sub-container .snb .snb-list ul {
        bottom: -39px;
    }
}

@media (min-width: 1200px) {
    .sub-top {
        height: 300px;
    }

        .sub-top .sub-top-txt h2 {
            font-size: 52px;
        }

    .sub-container .snb .snb-list {
        min-height: 100px;
    }

        .sub-container .snb .snb-list::before {
            width: 369px;
            height: 138px;
            top: -129px;
        }

        .sub-container .snb .snb-list > li > a {
            font-size: 20px;
        }

    .sub-container .snb .snb-list2 {
        bottom: -50px;
    }

        .sub-container .snb .snb-list2 a {
            font-size: 17px;
        }

    .sub-container .snb .snb-list ul {
        bottom: -50px;
    }

        .sub-container .snb .snb-list ul a {
            font-size: 17px;
        }
}

@media (min-width: 1400px) {
    .sub-top .sub-top-txt {
        position: absolute;
        top: unset;
        bottom: 125px;
    }
}

@media (min-width: 1500px) {
    .sub-top {
        height: 350px;
    }

        .sub-top .sub-top-txt h2 {
            font-size: 55px;
        }
}

/* footer */
#footer {
    background-color: #212121;
    color: #fff;
    padding: 45px 0 60px;
}

    #footer > .container {
        position: relative;
    }

.footer-box {
    position: relative;
    height: 100%;
    font-size: 14px;
    text-align: center;
}

    .footer-box.last {
        margin-bottom: 25px;
    }

.f-box {
    padding: 0 0 20px 0;
}

    .f-box .address {
        color: #cccccc;
        margin-bottom: 15px;
    }

    .f-box .copy {
        color: #999999;
    }

    .f-box .f-link {
        position: relative;
        display: flex;
        width: 80%;
        margin: auto;
        margin-top: 30px;
    }

    .f-box .f-item {
        position: relative;
        width: 100%;
    }

        .f-box .f-item .f-select {
            position: relative;
            width: 100%;
            height: 40px;
            background-color: transparent;
            border-radius: 20px;
            border: 1px solid #fff;
            color: #fff;
            text-align: left;
            padding: 0 16px;
            margin-right: auto;
        }

            .f-box .f-item .f-select:after {
                content: "";
                position: absolute;
                top: 50%;
                right: 15px;
                width: 7px;
                height: 7px;
                border-width: 2px 2px 0 0;
                border-style: solid;
                border-color: #fff;
                margin-top: -3px;
                transform: rotate(-45deg);
                transition: 0.3s transform;
            }

        .f-box .f-item.on .f-select:after {
            transform: rotate(-225deg);
            margin-top: -6px;
        }

        .f-box .f-item .f-list {
            position: relative;
            display: none;
            width: 100%;
            position: absolute;
            padding: 20px;
            background: #212121;
            border-radius: 20px;
            border: 1px solid #fff;
            bottom: 100%;
            right: 0;
        }

            .f-box .f-item .f-list .list li {
                position: relative;
                padding: 2px 0 2px 14px;
            }

                .f-box .f-item .f-list .list li:before {
                    content: "";
                    position: absolute;
                    top: 10px;
                    left: 0;
                    width: 4px;
                    height: 4px;
                    border-radius: 3px;
                    background: #979797;
                }

                .f-box .f-item .f-list .list li a {
                    font-size: 16px;
                    color: #d8d8d9;
                }

                    .f-box .f-item .f-list .list li a:hover,
                    .f-box .f-item .f-list .list li a:focus {
                        text-decoration: underline;
                        text-underline-offset: 3px;
                    }

        .f-box .f-item.on .f-list {
            display: block;
        }

        .f-box .f-item .f-list .f-close {
            position: absolute;
            top: -30px;
            right: 0;
            width: 30px;
            height: 30px;
            background: #2e2e34;
            border: none;
            padding: 3px 0;
        }

            .f-box .f-item .f-list .f-close:after {
                content: "\F62A";
                font-family: var(--font-icon);
                font-size: 1.1em;
                color: #d8d8d9;
            }

.login-b-box {
    display: flex;
    gap: 8px;
}

.lo-btn {
    display: flex;
    width: fit-content;
    height: 30px;
    margin: 0;
    border-radius: 15px;
    padding: 4px 20px;
    color: #fff;
    border: 1px solid #fff;
    opacity: 0.5;
}

    .lo-btn:hover,
    .lo-btn:focus {
        background-color: #fff;
        color: #222;
        opacity: 1;
        font-weight: 600;
    }

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    #footer > .container {
        padding-bottom: 0;
    }

        #footer > .container > .row {
            flex-flow: row;
        }

    .f-box .address .top {
        display: flex;
        gap: 12px;
        margin-bottom: 4px;
    }

        .f-box .address .top p {
            position: relative;
        }

            .f-box .address .top p + p::before {
                content: "";
                display: block;
                width: 1px;
                height: 9px;
                background-color: #707070;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: -6px;
            }

    .f-box .f-link {
        justify-content: flex-end;
        margin: initial;
    }

    .f-box .f-item .f-select {
        min-width: 260px;
        height: 50px;
        font-size: 16px;
        border-radius: 25px;
    }

        .f-box .f-item .f-select:after {
            width: 9px;
            height: 9px;
            right: 18px;
            margin-top: -3px;
        }

    .f-box .f-item.on .f-select:after {
        margin-top: -6px;
    }

    .f-box .f-item .f-list {
        padding: 15px 20px;
    }

        .f-box .f-item .f-list .list li:before {
            top: 14px;
        }
}

@media (min-width: 1200px) {
    .footer-address {
        gap: 30px;
        font-size: 17px;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
    }

    .copyright {
        font-size: 17px;
    }
}

/* icommon */
.sub-container #content {
    margin-bottom: 80px;
}

@media (min-width: 1200px) {
    .sub-container #content {
        min-height: 700px;
    }
}

.cont-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

    .cont-title h3 {
        font-family: var(--font-type01);
        font-size: 28px;
        font-weight: 600;
        margin: 0;
        word-break: keep-all;
        text-align: center;
    }

.cont-wrap .page-navi {
    display: flex;
    justify-content: space-between;
    height: 56px;
    margin-bottom: 40px;
    background-color: transparent;
}

.page-navi .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-navi .navbar {
    border: none;
}

    .page-navi .navbar .navbar-nav {
        display: flex;
        flex-direction: row;
        gap: 30px;
    }

        .page-navi .navbar .navbar-nav > .nav-item {
            width: auto;
            min-width: auto;
            border: none;
            margin: 0;
            position: relative;
        }

            .page-navi .navbar .navbar-nav > .nav-item:nth-child(2n + 1) {
                border: none;
            }

            .page-navi .navbar .navbar-nav > .nav-item + .nav-item::before {
                content: "";
                display: block;
                width: 7px;
                height: 13px;
                background-image: url(/site/resource/h2ok/images/arrow.png);
                background-repeat: no-repeat;
                background-position: center;
                position: absolute;
                top: 50%;
                left: -18px;
                transform: translateY(-50%);
            }

.cont-wrap .page-navi .navbar .nav-item .nav-link {
    padding: 0;
    font-size: 15px;
    color: #222;
}

    .cont-wrap .page-navi .navbar .nav-item .nav-link img {
        width: 100%;
        margin-top: -3px;
    }

.page-navi .navbar .navbar-nav > .nav-item:first-child {
    display: block;
}

.page-navi .navbar .navbar-nav > .nav-item .nav-link:before {
    display: none;
}

.page-navi .navbar .navbar-nav > .nav-item .nav-link:hover,
.page-navi .navbar .navbar-nav > .nav-item .nav-link:focus {
    color: var(--main-color01);
    text-decoration: none;
}

.option-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 16px;
}

    .option-box button {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.3s;
    }

    .option-box .share {
        width: 16px;
        height: 16px;
        background-image: url(/site/resource/h2ok/images/share.svg);
    }

        .option-box .share:hover,
        .option-box .share:focus {
            background-image: url(/site/resource/h2ok/images/share-hover.svg);
        }

    .option-box .print {
        display: none;
        width: 20px;
        height: 18px;
        background-image: url(/site/resource/h2ok/images/print.svg);
    }

        .option-box .print:hover,
        .option-box .print:focus {
            background-image: url(/site/resource/h2ok/images/print-hover.svg);
        }

    .option-box.open .dropdown-menu {
        display: block;
        z-index: 9999;
    }

.dropdown-menu {
    font-size: 0.94em;
    border-radius: 0;
    margin: 0;
    top: calc(100% + 4px);
    padding: 0;
}

.option-box .dropdown-menu {
    left: -94px;
}

    .option-box .dropdown-menu .dropdown-item {
        display: flex;
        align-items: center;
        padding: 5px 10px;
    }

        .option-box .dropdown-menu .dropdown-item img {
            margin-right: 8px;
        }

.responsibility ul > li {
    color: #6b6b6b;
    font-size: 14px;
    margin-right: 0 !important;
}

    .responsibility ul > li > strong {
        color: var(--main-color01);
        font-family: var(--font-type01);
        margin-right: 5px;
    }

        .responsibility ul > li > strong::after {
            display: inline-block;
            content: "";
            width: 1px;
            height: 15px;
            background: #bababa;
            vertical-align: middle;
            margin-left: 5px;
        }

#divPageInfo .responsibility .row > div:first-child {
    flex: 1 1 50%;
}

#divPageInfo .responsibility .row > div:last-child {
    flex: 1 1 10%;
}

@media (min-width: 576px) {
    #divPageInfo .responsibility {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .cont-wrap .page-navi .navbar .nav-item .nav-link {
        font-size: 16px;
        font-weight: 600;
    }

    .sub-container #content {
        margin-bottom: 120px;
    }

    #divPageInfo .responsibility {
        max-width: 100%;
    }

    .responsibility ul > li {
        font-size: 19px;
    }

        .responsibility ul > li > strong {
            margin-right: 0.5rem;
        }

            .responsibility ul > li > strong::after {
                margin-left: 10px;
            }

    .option-box .print {
        display: block;
    }
}

@media (min-width: 992px) {
    .cont-wrap .page-navi {
        margin-bottom: 60px;
    }

    .page-navi .navbar .navbar-nav > .nav-item {
        width: fit-content;
        height: auto;
    }

        .page-navi .navbar .navbar-nav > .nav-item:first-child {
            width: fit-content;
            border: none;
        }

        .page-navi .navbar .navbar-nav > .nav-item + .nav-item::before {
            left: -17px;
        }

        .page-navi .navbar .navbar-nav > .nav-item:first-child .nav-link {
            padding: 0;
        }

    .page-navi .navbar .navbar-nav {
        align-items: center;
    }

    .open > .dropdown-menu {
        display: block;
    }

    .option-box {
        position: relative;
        display: flex;
        gap: 20px;
    }

        .option-box .dropdown-menu {
            right: 0;
            left: auto;
        }

    .cont-title {
        justify-content: space-between;
        margin-bottom: 70px;
    }

        .cont-title h3 {
            font-size: 36px;
            text-align: left;
        }

    #divPageInfo .responsibility {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    #divPageInfo .responsibility {
        max-width: 100%;
    }

    .cont-wrap .page-navi {
        margin-bottom: 80px;
    }
}

@media (min-width: 1300px) {
    #divPageInfo .responsibility {
        max-width: 100%;
    }
}

@media (min-width: 1500px) {
    .cont-title h3 {
        font-size: 41px;
    }
}

/*** contents ***/
.page-info {
    margin-top: 60px;
}

    .page-info ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        gap: 10px;
    }

        .page-info ul li {
            flex: 1 1 100%;
            padding: 20px;
            background-color: #f6f6f6;
            border-radius: 10px;
        }

            .page-info ul li .tit {
                display: block;
                position: relative;
                color: #313da9;
                padding: 5px 0 0 30px;
            }

                .page-info ul li .tit.person {
                    padding-left: 26px;
                }

                .page-info ul li .tit::before {
                    content: "";
                    position: absolute;
                    font-family: "material-Icons";
                    font-size: 24px;
                    top: -3px;
                    left: 0;
                }

                .page-info ul li .tit.person::before {
                    content: "\e7fd";
                }

                .page-info ul li .tit.call::before {
                    content: "\e0b0";
                }

                .page-info ul li .tit.email::before {
                    content: "\e0be";
                }

            .page-info ul li .txt {
                position: relative;
                padding-left: 12px;
                margin-left: 8px;
            }

                .page-info ul li .txt::before {
                    content: "";
                    position: absolute;
                    width: 2px;
                    height: 6px;
                    background-color: #bcbcbc;
                    top: 11px;
                    left: 0;
                    transform: rotate(90deg);
                }

@media (min-width: 576px) {
    .page-info ul li .tit {
        display: inline-block;
    }

    .page-info ul li .txt::before {
        width: 1px;
        height: 10px;
        top: 8px;
        left: 0;
        transform: rotate(0);
    }
}

@media (min-width: 768px) {
    .page-info {
        margin-top: 80px;
    }

        .page-info ul li {
            flex: 1 1 calc(50% - 20px);
        }
}

@media (min-width: 992px) {
    .page-info {
        margin-top: 100px;
    }
}

@media (min-width: 1400px) {
    .page-info ul {
        gap: 0;
    }

        .page-info ul li {
            flex: 1 1 auto;
            border-radius: 0;
        }

            .page-info ul li:first-child {
                border-radius: 10px 0 0 10px;
            }

            .page-info ul li:last-child {
                border-radius: 0 10px 10px 0;
            }
}

/* go-to-top */
.go-to-top {
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 50;
    background: var(--main-color01) url("/site/resource/h2ok/images/top-btn.png") no-repeat center;
}

    .go-to-top:hover,
    .go-to-top:focus {
        background: var(--main-color01-hover) url("/site/resource/h2ok/images/top-btn.png") no-repeat center;
    }

@media (min-width: 992px) {
    .go-to-top {
        display: block;
        width: 60px;
        height: 60px;
        bottom: 100px;
        right: 100px;
    }
}

/*** bootstrap ***/
.text-primary {
    color: var(--main-color01) !important;
}

.text-secondary {
    color: var(--main-color02) !important;
}

.text-danger {
    color: #e8182c !important;
}

.text-info {
    color: var(--main-color01) !important;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: var(--main-color01);
    border-color: var(--main-color01);
}

    .btn-primary:hover,
    .btn-primary:focus {
        color: var(--main-color01);
        background-color: #fff;
        border-color: var(--main-color01);
    }

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: var(--main-color01);
        background-color: #fff;
        border-color: var(--main-color01);
    }

.btn-danger {
    color: #fff;
    background-color: #e7162b;
    border-color: #e7162b;
}

    .btn-danger:hover,
    .btn-danger:focus {
        color: #e7162b;
        background-color: #fff;
        border-color: #e7162b;
    }

    .btn-danger:not(:disabled):not(.disabled):active,
    .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #e7162b;
        background-color: #fff;
        border-color: #e7162b;
    }

.btn-secondary:hover,
.btn-secondary:focus {
    color: #6c757d;
    background-color: #fff;
    border-color: #6c757d;
}

.btn-outline-primary {
    color: var(--main-color01);
    background-color: #fff;
    background-image: none;
    border-color: var(--main-color01);
}

    .btn-outline-primary:hover,
    .btn-outline-primary:focus {
        color: #fff;
        background-color: var(--main-color01);
        border-color: var(--main-color01);
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: var(--main-color01);
        border-color: var(--main-color01);
    }

.btn-outline-success {
    color: var(--main-color02);
    background-color: #fff;
    background-image: none;
    border-color: var(--main-color02);
}

    .btn-outline-success:hover,
    .btn-outline-success:focus {
        color: #fff;
        background-color: var(--main-color02);
        border-color: var(--main-color02);
    }

    .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: var(--main-color02);
        border-color: var(--main-color02);
    }

.btn-outline-info {
    color: var(--main-color01);
    background-color: #fff;
    background-image: none;
    border-color: var(--main-color01);
}

    .btn-outline-info:hover,
    .btn-outline-info:focus {
        color: #fff;
        background-color: var(--main-color01);
        border-color: var(--main-color01);
    }

    .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: #313da9;
        border-color: #313da9;
    }

.btn-outline-danger {
    color: #e7162b;
    background-color: #fff;
    background-image: none;
    border-color: #e7162b;
}

    .btn-outline-danger:hover,
    .btn-outline-danger:focus {
        color: #fff;
        background-color: #e7162b;
        border-color: #e7162b;
    }

    .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: #313da9;
        border-color: #313da9;
    }

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn[class*="btn-"]:focus,
.btn[class*="btn-"].focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn.btn-sm {
    padding: 4px 6px;
}

.btn-lg,
.btn-group-lg > .btn {
    font-size: 18px;
}

/* pagination */
.pagination {
    flex-wrap: wrap;
}

    .pagination .page-item .page-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        font-size: 13px;
        border: 0;
        line-height: inherit;
        padding: 0;
        border-radius: 50px !important;
        color: #767676;
        transition: all 0.3s ease-out;
        font-family: var(--font-type01);
        font-weight: 500;
        padding-top: 2px;
    }

        .pagination .page-item .page-link:hover,
        .pagination .page-item .page-link:focus {
            background-color: #f0f0f0;
            color: var(--main-color01);
        }

    .pagination .page-item.active .page-link {
        background-color: var(--main-color01);
        border-color: var(--main-color01);
        color: #fff;
    }

.pagination-sm .page-item.prev .page-link,
.pagination-sm .page-item.next .page-link,
.pagination-sm .page-item.first .page-link,
.pagination-sm .page-item.last .page-link {
    padding: 0;
}

@media (min-width: 500px) {
    .pagination {
        gap: 4px;
    }

        .pagination .page-item .page-link {
            width: 30px;
            height: 30px;
            font-size: 14px;
        }
}

@media (min-width: 768px) {
    .pagination {
        gap: 5px;
    }

        .pagination .page-item .page-link {
            width: 40px;
            height: 40px;
            font-size: 16px;
        }

    .pagination-sm .page-item .page-link {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

/* col-xxl */
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1400px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*****************************************************
	badge-style
*****************************************************/

.badge.small {
    font-size: 80%;
}

.badge-type01 {
    font-size: 14px;
    font-weight: 400;
    border-radius: 50px;
    padding: 6px 12px;
    margin-right: 8px;
    vertical-align: text-bottom;
    background-color: transparent;
    border: 1px solid var(--main-color01);
    color: var(--main-color01);
}

.badge-type02 {
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    padding: 6px 12px;
    margin-right: 8px;
    vertical-align: text-bottom;
    background-color: var(--main-color01);
}

.board-view .board-view-title + .b-table-box {
    margin-bottom: 0;
    border-top: 0;
}

.board-view .board-view-title > h3 {
    font-family: var(--font-type01);
    margin-bottom: 5px;
}

.pager .pager-navi {
    color: var(--main-color01);
}

.board-view .board-view-title .badge-type02 + h4 {
    display: inline-block;
    margin-top: 8px;
}

.table-board.table-hover thead th {
    background-color: var(--main-color01);
}

/* modal */
.modal-header {
    background-color: #251784;
}

.modal-card:not(:last-child) {
    margin-bottom: 15px;
}

.modal-card .card-header {
    font-size: 17px;
}

.modal-card .modal-list {
    margin-bottom: 10px;
}

    .modal-card .modal-list li {
        position: relative;
        padding-left: 10px;
    }

        .modal-card .modal-list li::before {
            content: "";
            position: absolute;
            width: 3px;
            height: 3px;
            background-color: #333;
            top: 10px;
            left: 0;
        }

        .modal-card .modal-list li:not(:last-child) {
            margin-bottom: 5px;
        }

.modal-card .form-check {
    margin-bottom: 0;
}

.modal-card .form-check-label {
    font-weight: 400;
    margin: 0;
}

.modal-body {
    max-height: calc(100vh - (4rem * 2));
    overflow-y: auto;
}

    .modal-body .list-style01 > li {
        margin: 5px 0;
    }

@media (min-width: 576px) {
    .modal .modal-dialog {
        max-width: 95%;
    }
}

@media (min-width: 992px) {
    .modal .modal-dialog {
        max-width: 950px;
    }

        .modal .modal-dialog.modal-md {
            max-width: 500px;
        }
}

.fi-type01 {
    justify-content: flex-end;
    margin-bottom: 30px;
}

    .fi-type01 .form-group {
        flex: 1 1 100%;
        margin-bottom: 10px;
    }

@media (min-width: 576px) {
    .form-inline .form-group {
        flex: 0 0 auto;
        margin-bottom: 0;
    }
}

.board-view-refer {
    padding: 60px 8px 0;
    margin-bottom: 60px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

/* cont-wrap > cont-wrap 으로 수정 */
.cont-wrap .form-text {
    margin-top: 8px;
}

.cont-wrap .board-gallery a .txt-box .date {
    position: unset;
}

.cont-wrap .board-gallery a .txt-box .tit {
    margin: 12px 0 24px;
    height: 48px;
}

.cont-wrap .table-board .material-icons {
    color: inherit;
}

.cont-wrap .b-table-box {
    border: 0;
    border-top: 1px solid #ddd;
    font-size: 15px;
}

    .cont-wrap .b-table-box .b-row-item:last-child {
        border-bottom: 1px solid #dee2e6;
    }

.cont-wrap .dup-check .form-inline {
    width: 100%;
    gap: 8px;
}

    .cont-wrap .dup-check .form-inline input {
        flex: 1;
    }

@media (min-width: 576px) {
    .cont-wrap > .row .form-control {
        width: auto;
    }
}

/* icommon(imsi) */
/* list */
.list-style01 > li {
    position: relative;
    padding-left: 10px;
    margin: 10px 0;
    font-size: 16px;
    color: #555;
}

    .list-style01 > li:last-child {
        margin-bottom: 0;
    }

    .list-style01 > li::before {
        display: block;
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: var(--main-color01);
        top: 8px;
        left: 0;
    }

    .list-style01 > li .list-style02 {
        margin: 0.3rem 0 0.7rem;
    }

.list-style02 > li {
    padding-left: 1rem;
    margin: 0.3rem 0;
    position: relative;
    color: #555;
}

    .list-style02 > li::before {
        display: inline-block;
        content: "";
        width: 8px;
        height: 2px;
        background-color: var(--main-color01);
        position: absolute;
        left: 0;
        top: 12px;
    }

.list-style01 .num,
.list-style02 .num {
    margin-right: 5px;
}
/* title */
.tit-h3 {
    font-family: var(--font-type01);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.tit-h4 {
    position: relative;
    padding-left: 26px;
    font-size: 24px;
    margin-bottom: 15px;
    font-family: var(--font-type02);
    font-weight: bold;
    color: #222;
}

    .tit-h4::before {
        content: "";
        position: absolute;
        top: 3px;
        left: 0;
        display: inline-block;
        width: 22px;
        height: 21px;
        background-image: url("/site/resource/h2ok/images/tit-dot.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

.tit-h5 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
    font-family: var(--font-type02);
    position: relative;
    padding-top: 6px;
    color: #333;
}

    .tit-h5::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 15px;
        height: 2px;
        background-color: var(--main-color01);
    }

.tit-h6 {
    margin: 20px 0 10pxs;
    font-size: 18px;
    font-weight: bold;
    font-family: var(--font-type02);
    color: var(--main-color01);
}

@media (min-width: 992px) {
    .tit-h3 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .tit-h4 {
        font-size: 30px;
        padding-left: 35px;
    }

        .tit-h4::before {
            top: 6px;
            width: 25px;
        }

    .tit-h5 {
        padding-top: 10px;
        font-size: 28px;
    }

        .tit-h5::after {
            width: 16px;
            height: 3px;
        }

    .tit-h6 {
        font-size: 24px;
        margin: 20px 0;
    }

    .list-style01 > li {
        font-size: 18px;
    }

        .list-style01 > li::before {
            top: 10px;
        }
}

/* gray box */
.gray-box {
    background-color: #f8f8fb;
    padding: 20px 30px;
    word-break: keep-all;
}

    .gray-box .tit,
    .gray-box2 .tit {
        font-family: var(--font-type01);
        margin-bottom: 10px;
    }

.gray-box2 {
    background-color: #f5f7fb;
    padding: 15px;
}

@media (min-width: 992px) {
    .gray-box {
        font-size: 18px;
        padding: 35px 50px;
    }
}

/* info text */
.info-txt {
    position: relative;
    padding-left: 1.6rem;
    box-sizing: border-box;
}

    .info-txt:before,
    .info-txt:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: -1;
    }

    .info-txt:before {
        height: 2px;
        background: #e6ecff;
        z-index: 1;
    }

    .info-txt:after {
        height: 100%;
    }

    .info-txt,
    .info-txt.type02,
    .info-txt.type03 {
        display: block;
        position: relative;
        line-height: 1.4;
        padding: 4px 0 5px 30px;
        margin: 5px 10px 0 0;
    }

        .info-txt:before,
        .info-txt.type02:before,
        .info-txt.type03:before {
            content: "!";
            display: block;
            position: absolute;
            left: 0;
            top: 5px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            text-align: center;
            font-size: 15px;
            font-weight: 600;
            color: #fff;
            line-height: 20px;
        }

        .info-txt:before {
            background: #fff;
            border: 1px solid var(--main-color01);
            color: var(--main-color01);
        }

        .info-txt.type02:before {
            background: var(--main-color01);
        }

        .info-txt.type03:before {
            background: #da0101;
            border: none;
        }

        .info-txt.small {
            padding: 2px 0 5px 22px;
        }

            .info-txt.small:before {
                width: 17px;
                height: 17px;
                font-size: 13px;
                top: 6px;
                line-height: 17px;
            }

.info-list {
    position: relative;
    padding: 3px 0 0 30px;
}

    .info-list:before,
    .info-list:after {
        content: "";
        display: block;
        position: absolute;
        box-sizing: border-box;
    }

    .info-list:before {
        content: "!";
        display: block;
        position: absolute;
        left: 0;
        top: 5px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #222;
        line-height: 18px;
        font-family: "proxima-nova", sans-serif;
        background: #fff;
        border: 1px solid #ccc;
    }

    .info-list ul li {
        position: relative;
        padding: 0 0 0 19px;
        margin: 0 0 4px;
    }

        .info-list ul li:last-child {
            margin: 0;
        }

        .info-list ul li:before {
            content: "";
            display: block;
            position: absolute;
            width: 7px;
            height: 2px;
            top: 8px;
            left: 0;
            background: #cbcbcb;
        }

    .info-list.num1:before {
        border-color: #d7e5ff;
        background: #d7e5ff;
        color: var(--main-color01);
    }

    .info-list.num2:before {
        border-color: var(--main-color01);
        background: var(--main-color01);
        color: #fff;
    }

    .info-list.num3:before {
        border-color: var(--danger);
        background: var(--danger);
        color: #fff;
    }

@media (min-width: 992px) {
    .info-txt,
    .info-txt.type02,
    .info-txt.type03 {
        padding: 3px 0 5px 30px;
        font-size: 0.9rem;
    }

        .info-txt.small {
            padding: 2px 0 5px 22px;
        }

    .info-list {
        position: relative;
        padding: 3px 0 0 40px;
    }

        .info-list:before {
            width: 24px;
            height: 24px;
            line-height: 22px;
        }

        .info-list ul li {
            font-size: 1rem;
        }

    table .info-txt,
    table .info-txt.type02,
    table .info-txt.type03,
    table .info-list ul li {
        font-size: 0.938rem;
    }
}

/* info box */
.info-box {
    position: relative;
    box-sizing: border-box;
    padding: 0.8rem 1rem;
    margin-bottom: 1.5rem;
    border-top: 4px solid #05367b;
    border-bottom: 4px solid #e6ecff;
    font-size: 0.938rem;
    min-height: 60px;
}

    .info-box:after {
        content: "";
        position: absolute;
        display: block;
        background: #159cb6;
        top: -4px;
        left: 0;
        width: 4px;
        height: 54px;
        z-index: -1;
    }

    .info-box > .tit-h3:last-child,
    .info-box > .tit-h4:last-child {
        margin: 0 0 0;
    }

    .info-box ul,
    .info-box p {
        margin-bottom: 0;
        line-height: 1.4;
    }

    .info-box.py-3 {
        padding: 0.3rem 1rem !important;
    }

@media (min-width: 768px) {
    .info-box {
        padding: 1.125rem;
    }

        .info-box .tit-h4 {
            margin-top: 0;
        }

        .info-box.py-3 {
            padding: 1rem 1.5rem !important;
        }
}

@media (min-width: 992px) {
    .info-box {
        font-size: 1.063rem;
    }

        .info-box[class*="type"] {
            min-height: 140px;
            padding-left: 11.5rem;
            background-position: 2rem 1rem;
            background-repeat: no-repeat;
        }
}

.board-view .board-view-cont {
    padding: 40px 8px 0;
    margin-bottom: 60px;
}

.board-gallery a {
    border: 1px solid #ddd;
    overflow: hidden;
}

    .board-gallery a .thum {
    }

    .board-gallery a .txt-box {
        padding: 30px;
        background-color: #fff;
    }

.board-gallery > div .checkbox {
    right: 45px;
    bottom: 30px;
}

/* table */
[class*="table-responsive"] th,
[class*="table-responsive"] td {
    word-break: keep-all;
}

.table-hover tbody tr:hover,
.table-focus tbody tr:focus {
    background-color: #f1f6ff;
}

.table {
    border-top: 0;
    text-align: center;
    word-break: keep-all;
}

    .table th,
    .table td {
        padding: 15px 10px;
        border: 1px solid #dcdcdc;
    }

    .table td {
        text-align: left;
    }

    .table.text-center td {
        text-align: center;
    }

    .table.text-right td {
        text-align: right;
    }

    .table tr > *:first-child {
        border-left: 0;
    }

    .table tr > *:last-child {
        border-right: 0;
    }

    .table thead th {
        border-bottom: 0;
        background-color: var(--main-color01);
        color: #fff;
    }

    .table tbody th {
        background-color: #f5f7fb;
        color: var(--main-color01);
    }

#flip-scroll th,
#flip-scroll td {
    border: 0;
}

@media (min-width: 992px) {
    #flip-scroll th,
    #flip-scroll td {
        border: 1px solid #dcdcdc;
    }

    #flip-scroll tr > *:first-child {
        border-left: 0;
    }

    #flip-scroll tr > *:last-child {
        border-right: 0;
    }
}

/* tab */
[class*="tab-type"] .nav-link {
    transition: all 0.3s ease-out;
}

.nav-tabs-style01 .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 18px;
}

    .nav-tabs-style01 .nav-item .nav-link:hover,
    .nav-tabs-style01 .nav-item .nav-link:focus {
        text-decoration: none;
        color: var(--main-color01);
    }

    .nav-tabs-style01 .nav-item .nav-link.active {
        color: #fff;
    }

        .nav-tabs-style01 .nav-item .nav-link.active:hover {
            color: #fff;
        }

/* 탭메뉴 */
.tab-button-outer {
    display: none;
}

.tab-select-outer select {
    -webkit-appearance: none;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    background-image: url(/site/resource/h2ok/images/arrow-f.png);
    background-repeat: no-repeat;
    background-position: center right 12px;
    font-size: 16px;
    color: #222;
}

.tab-contents.select-tabs {
    margin-top: 30px;
}

.tab-style01 .tab {
    transition: 0s;
}

    .tab-style01 .tab a {
        color: #333;
        font-weight: 400;
        font-size: 16px;
    }

        .tab-style01 .tab a:hover,
        .tab-style01 .tab a:focus {
            color: var(--main-color01);
            font-weight: 700;
        }

@media (min-width: 768px) {
    .tab-button-outer {
        display: block;
    }

    .tab-select-outer {
        display: none;
    }

    .tab-style01 .tab-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .tab-style01 .tab {
        height: 54px;
        width: 50%;
    }

        .tab-style01 .tab a {
            width: 100%;
            height: 100%;
            padding: 0 24px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: center right 24px;
            border: 1px solid #ccc;
            border-left: none;
            border-top: none;
        }

        .tab-style01 .tab:nth-child(-n + 2) a {
            border-top: 1px solid #ccc;
        }

        .tab-style01 .tab:last-child a {
            margin-top: 0;
            border-left: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
        }

        .tab-style01 .tab:nth-child(2n + 1) a {
            border-left: 1px solid #ccc;
        }

        .tab-style01 .tab.active a {
            color: #fff;
            font-weight: bold;
            justify-content: left;
            background-image: url(/site/resource/h2ok/images/check.png);
            background-color: var(--main-color01);
            border: 1px solid var(--main-color01);
            font-size: 18px;
        }
}

@media (min-width: 992px) {
    .tab-style01 .tab {
        width: calc(100% / 3);
    }

        .tab-style01 .tab:nth-child(-n + 3) a {
            border-top: 1px solid #ccc;
        }

        .tab-style01 .tab:nth-child(2n + 1) a {
            border-left: none;
        }

        .tab-style01 .tab:nth-child(3n + 1) a {
            border-left: 1px solid #ccc;
        }

    .tab-contents.select-tabs {
        margin-top: 40px;
    }
}

@media (min-width: 1200px) {
    .tab-style01 .tab {
        width: 25%;
    }

        .tab-style01 .tab:nth-child(-n + 4) a {
            border-top: 1px solid #ccc;
        }

        .tab-style01 .tab:nth-child(2n + 1) a,
        .tab-style01 .tab:nth-child(3n + 1) a {
            border-left: none;
        }

        .tab-style01 .tab:nth-child(4n + 1) a {
            border-left: 1px solid #ccc;
        }

        .tab-style01 .tab.active a {
            transform: scale(1.1);
        }

    .tab-contents.select-tabs {
        margin-top: 50px;
    }
}

@media (min-width: 1400px) {
    .tab-style01 .tab a {
        font-size: 18px;
    }

    .tab-contents.select-tabs {
        margin-top: 60px;
    }
}

@media (min-width: 1500px) {
    .tab-style01 .tab {
        width: 20%;
    }

        .tab-style01 .tab:nth-child(-n + 5) a {
            border-top: 1px solid #ccc;
        }

        .tab-style01 .tab:nth-child(4n + 1) a {
            border-left: none;
        }

        .tab-style01 .tab:nth-child(5n + 1) a {
            border-left: 1px solid #ccc;
        }

        .tab-style01 .tab.active a {
            font-size: 20px;
        }
}

/* 페이지 준비중 */
.non-page {
    text-align: center;
    padding-top: 250px;
    margin-top: 1.5rem;
    margin-bottom: 2.7rem;
    background-image: url("/site/resource/h2ok/images/non-page.png");
    background-size: 300px auto;
    background-repeat: no-repeat;
    background-position: top center;
}

    .non-page h3,
    h3.non-page-txt {
        font-family: var(--font-type02);
        color: #000;
    }

        .non-page h3 > strong,
        h3.non-page-txt > strong {
            color: var(--main-color01);
        }

    .non-page.board {
        background: url("/site/resource/h2ok/images/thumb-non.png") no-repeat top center;
        padding-top: 12rem;
    }

.non-info {
    background: url("/site/resource/h2ok/images/thumb-non.png") no-repeat top center;
    padding-top: 12rem;
}

@media (min-width: 992px) {
    .non-page {
        padding-top: 320px;
        background-size: 400px auto;
    }

        .non-page.board {
        }

    .non-info {
        padding-top: 18rem;
        background-size: 300px 300px;
    }
}

/* box-info */
.box-info {
    position: relative;
    background: url("/site/resource/h2ok/images/box-info-bg.jpg") no-repeat center/cover;
    padding: 30px;
    margin-bottom: 40px;
    word-break: keep-all;
    display: flex;
    gap: 50px;
    align-items: center;
}

    .box-info .tit {
        flex: 1;
        font-size: 24px;
        font-family: var(--font-type01);
        font-weight: 900;
        color: var(--main-color01);
    }

    .box-info .txt {
        font-size: 17px;
        position: relative;
        margin-top: 15px;
        padding-top: 10px;
    }

        .box-info .txt::before {
            display: inline-block;
            content: "";
            width: 35px;
            height: 1px;
            background-color: #000;
            position: absolute;
            top: 0;
            left: 0;
        }

    .box-info li {
        background-position: 5px 11px;
    }

    .box-info .img {
        display: none;
    }

@media (min-width: 768px) {
    .box-info {
        padding: 50px;
        margin-bottom: 40px;
        gap: 50px;
        justify-content: space-between;
    }

        .box-info .tit {
            font-size: 36px;
        }

        .box-info .txt {
            font-size: 20px;
            margin-top: 30px;
            padding-top: 20px;
        }

        .box-info .img {
            display: inline-block;
            flex: 0 0 250px;
            text-align: right;
        }
}

@media (min-width: 1200px) {
    .box-info {
        padding: 100px;
        margin-bottom: 40px;
        gap: 50px;
    }

        .box-info .tit {
            font-size: 52px;
        }

        .box-info .txt {
            font-size: 24px;
        }

        .box-info .img {
            flex: 0 0 400px;
        }
}

/*****************************************************
	main
*****************************************************/
.main-container {
    margin-top: 0;
}

/************* main visual *************/
.main-visual {
    position: relative;
}

    .main-visual .swiper-slide {
        height: 400px;
    }
        .main-visual .swiper-slide .visual-txt {
            max-width: 54%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
        }
        .main-visual .swiper-slide img:not(.visual-txt), .main-visual .swiper-slide video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

.fix-txt {
    position: absolute;
    top: calc(50% + 20px);
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}

    .fix-txt p {
        font-family: var(--font-type01);
        font-size: 35px;
        font-weight: 800;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    }

.swiper-pagination {
    width: fit-content;
    color: #fff;
    left: unset;
}

.swiper-pagination-total {
    opacity: 0.5;
}

.main-swiper-pager {
    position: absolute;
    bottom: 90px;
    left: unset;
    z-index: 9;
    font-family: var(--font-type01);
}

    .main-swiper-pager .main-btn-pause {
        width: 40px;
        height: 40px;
        margin-left: 38px;
        border-radius: 50%;
        border: 1px solid #fff;
        background-color: transparent;
        background-image: url(/site/resource/h2ok/images/stop.png);
        background-size: 10px;
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

        .main-swiper-pager .main-btn-pause.on {
            background-image: url(/site/resource/h2ok/images/play.png);
        }

/************* vision *************/
.vision {
    background: url(/site/resource/h2ok/images/vision-bg01.png), url(/site/resource/h2ok/images/vision-bg02.png);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: center, top -10px left -60px;
    padding: 80px 0;
}

    .vision p {
        color: #222;
        text-align: center;
    }

        .vision p.vision-tit {
            font-family: var(--font-type01);
            font-weight: 900;
            font-size: 30px;
            color: #222;
            margin-top: 8px;
        }

.more-btn {
    width: 160px;
    display: block;
    border: 1px solid var(--main-color01);
    color: var(--main-color01);
    padding: 12px;
    margin: 24px auto 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .more-btn::before {
        content: "";
        display: inline-block;
        width: 0;
        height: 100%;
        background-color: var(--main-color01);
        position: absolute;
        left: 0;
        top: 0;
        transition: 0.3s;
        z-index: 0;
    }

    .more-btn::after {
        content: "+";
        display: inline-block;
        font-size: 24px;
        color: var(--main-color01);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 12px;
        z-index: 2;
    }

    .more-btn:hover::before,
    .more-btn:focus::before {
        width: 100%;
    }

    .more-btn:hover::after,
    .more-btn:focus::after {
        color: #fff;
    }

    .more-btn:hover span,
    .more-btn:focus span {
        color: #fff;
        position: relative;
        z-index: 2;
    }

/************* outline *************/
.outline {
    background-image: url(/site/resource/h2ok/images/outline-bg02.png), url(/site/resource/h2ok/images/outline-bg01.png);
    background-position: top right, center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    color: #fff;
}

    .outline .title-wrap {
        display: flex;
        flex-direction: column;
    }

.main-tit {
    flex-direction: column;
    font-family: var(--font-type01);
    font-weight: 800;
}

    .main-tit span {
        display: block;
        font-family: var(--font-type02);
        font-weight: 500;
        margin-bottom: 10px;
    }

    .main-tit .txt {
        font-size: 28px;
    }

        .main-tit .txt p + p {
            margin-top: -2px;
        }

.view-more {
    width: 110px;
    margin: 20px 0 40px;
    display: block;
    padding-right: 25px;
    white-space: nowrap;
    height: 28px;
    border-bottom: 1px solid #fff;
    position: relative;
}

    .view-more::before {
        content: "+";
        font-size: 24px;
        font-weight: 300;
        color: #fff;
        position: absolute;
        top: calc(50% - 5px);
        right: 0;
        transform: translateY(-50%);
        transition: 0.3s;
    }

    .view-more span {
        font-size: 17px;
        font-weight: 600;
        color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        transition: 0.3s;
    }

    .view-more:hover,
    .view-more:focus {
        color: #fff;
    }

        .view-more:hover::before,
        .view-more:focus::before {
            top: calc(50% - 10px);
        }

        .view-more:hover span,
        .view-more:focus span {
            top: -5px;
        }

.outline-wrap {
    position: relative;
}
/* swiper */
.out-nav {
    width: 100%;
    position: absolute;
    top: 21px;
}

.page-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
}

    .page-btn::before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
    }

    .page-btn.swiper-button-next {
        right: 0;
    }

        .page-btn.swiper-button-next::before {
            background-image: url(/site/resource/h2ok/images/arrow-next.svg);
        }

    .page-btn.swiper-button-prev {
        left: 0;
    }

        .page-btn.swiper-button-prev::before {
            background-image: url(/site/resource/h2ok/images/arrow-prev.svg);
        }

.swiper-button-next,
.swiper-button-prev {
    right: unset;
    left: unset;
}

    .swiper-button-next:after,
    .swiper-button-prev:after {
        display: none;
    }

.out-swiper-control {
    width: calc(100% - 80px);
    cursor: pointer;
}

    .out-swiper-control .swiper-slide {
        opacity: 0.3;
    }

    .out-swiper-control .swiper-slide-active {
        opacity: 1;
    }

    .out-swiper-control .swiper-slide .cont {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 12px;
        align-items: center;
        white-space: nowrap;
    }

    .out-swiper-control .swiper-slide .icon {
        width: 28px;
        height: 28px;
        background-color: var(--main-color01);
        border-radius: 5px;
        position: relative;
    }

        .out-swiper-control .swiper-slide .icon img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .out-swiper-control .swiper-slide .cont p {
        font-weight: 700;
    }

.web-swiper .swiper-pagination02 {
    display: none;
}

.out-swiper {
    margin-top: 20px;
}

    .out-swiper .out-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.outline-txt {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

/* 참여기관 */
.groups {
    padding: 70px 0;
}

    .groups .main-tit {
        text-align: center;
    }

        .groups .main-tit span {
            color: var(--main-color01);
        }

        .groups .main-tit .txt {
            font-size: 20px;
        }

.group-list {
    padding: 0;
    margin-top: 40px;
}

.group-item {
    box-sizing: border-box;
    display: inline-block;
    white-space: nowrap;
    display: flex;
    overflow: hidden;
    width: 5000px;
}

    .group-item + .group-item {
        margin-top: 30px;
    }

    .group-item .group {
        display: flex;
        width: max-content;
        margin-bottom: 0;
    }

.group__slide {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 10px;
}

.group-item.right .group.origin {
    animation: 100s linear 0s infinite normal forwards running origin_right;
}

.group-item.right .group.clone {
    animation: 100s linear 0s infinite normal forwards running clone_right;
}

.group-item.left .group.origin {
    animation: 100s linear 0s infinite normal forwards running origin_left;
}

.group-item.left .group.clone {
    animation: 100s linear 0s infinite normal forwards running clone_left;
}

.group__slide img {
    padding: 0;
    width: 80%;
}

.group-item.left:hover .group,
.group-item.right:hover .group,
.group-item.left:focus .group,
.group-item.right:focus .group {
    animation-play-state: paused;
}

@keyframes origin_left {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-100%);
    }

    50.01% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes clone_left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-200%);
    }
}

@keyframes origin_right {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(100%);
    }

    50.01% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes clone_right {
    0% {
        transform: translateX(-200%);
    }

    100% {
        transform: translateX(0);
    }
}

/* 사이트 바로가기 */
.site-wrap {
    background-image: url(/site/resource/h2ok/images/section-bg01_.jpg);
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}

    .site-wrap .main-tit {
        color: #fff;
    }

.link-box {
    padding: 40px 20px;
    margin-top: 30px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .link-box li + li {
        margin-top: 30px;
    }

    .link-box .link-btn {
        display: flex;
        align-items: center;
        gap: 30px;
        color: #fff;
    }

        .link-box .link-btn .icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.2);
            position: relative;
            transition: 0.7s;
        }

            .link-box .link-btn .icon img {
                width: 55%;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

        .link-box .link-btn .txt p {
            font-size: 20px;
            font-weight: 600;
        }

        .link-box .link-btn .txt .link-arr {
            position: relative;
            font-size: 16px;
            font-weight: 400;
        }

        .link-box .link-btn .link-arr::before {
            content: "";
            display: block;
            width: 20px;
            height: 14px;
            background-image: url(/site/resource/h2ok/images/link-arr.svg);
            position: absolute;
            top: 50%;
            right: 36px;
            transform: translateY(-50%);
            transition: 0.3s;
        }

.link-btn:hover .icon,
.link-btn:focus .icon {
    transform: rotateY(360deg);
}

.link-btn:hover .txt .link-arr::before,
.link-btn:focus .txt .link-arr::before {
    right: 26px;
}

@media (min-width: 576px) {
    .main-visual .swiper-slide {
        height: 450px;
    }

    .main-swiper-pager {
        font-size: 16px;
        left: 40px;
        bottom: 100px;
    }

        .main-swiper-pager .main-btn-pause {
            margin-left: 64px;
        }

    .fix-txt {
        left: 40px;
        font-size: 20px;
    }

        .fix-txt p {
            font-size: 45px;
            margin-top: -10px;
        }

    .vision {
        padding: 100px 0;
        background-position: center, top -10px left 50px;
    }

    .main-tit .txt {
        font-size: 32px;
    }

    .outline .title-wrap {
        flex-direction: row;
        justify-content: space-between;
        align-items: end;
        margin-bottom: 50px;
    }

    .view-more {
        margin: 0;
        margin-bottom: 10px;
    }

    .out-nav {
        top: 23px;
    }

    .page-btn.swiper-button-prev {
        left: calc(50% - 160px);
    }

    .page-btn.swiper-button-next {
        right: calc(50% - 160px);
    }

    .out-swiper-control .swiper-slide .icon {
        width: 32px;
        height: 32px;
    }

    .out-swiper-control .swiper-slide .cont p {
        font-size: 20px;
    }

    .groups .main-tit .txt {
        font-size: 32px;
    }

    .link-box {
        padding: 40px 30px;
    }

    .link-list {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .link-box .link-btn {
        gap: 12px;
        flex-direction: column;
    }

    .link-box li + li {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .main-visual .swiper-slide {
        height: 580px;
    }

    .fix-txt p {
        font-size: 55px;
    }

    .main-swiper-pager {
        bottom: 150px;
    }

    .vision {
        background-position: center, top 30px left 120px;
    }

        .vision p.vision-tit {
            font-size: 35px;
        }

    .more-btn {
        width: 200px;
        padding: 12px 20px;
    }

        .more-btn::after {
            top: calc(50% - 2px);
        }

    .main-tit .txt {
        font-size: 36px;
    }

    .page-btn.swiper-button-prev {
        left: calc(50% - 180px);
    }

    .page-btn.swiper-button-next {
        right: calc(50% - 180px);
    }

    .out-swiper-control .swiper-slide .icon {
        width: 34px;
        height: 34px;
        background-color: var(--main-color01);
        border-radius: 5px;
        position: relative;
    }

    .outline {
        padding: 100px 0;
    }

    .view-more {
        margin-bottom: 15px;
    }

    .outline-txt {
        bottom: 40px;
        left: 40px;
    }

    .groups {
        padding: 80px 0;
    }

        .groups .main-tit .txt {
            font-size: 36px;
        }

    .link-box {
        padding: 40px 70px;
    }
}

@media (min-width: 992px) {
    .main-visual .swiper-slide {
        height: 780px;
    }

    .fix-txt {
        font-size: 24px;
    }

        .fix-txt p {
            font-size: 65px;
        }

    .main-swiper-pager {
        bottom: calc(50% - 164px);
    }

    .vision {
        background-position: center, top 30px left 240px;
    }

        .vision p.vision-tit {
            font-size: 45px;
        }

    .more-btn {
        width: 240px;
        padding: 10px 24px;
    }

        .more-btn::after {
            right: 24px;
            font-size: 30px;
            font-weight: 200;
        }

    .main-tit .txt {
        font-size: 40px;
    }

    .main-tit span {
        margin-bottom: 15px;
    }

    .outline {
        padding: 100px 0 120px;
    }

    .outline-txt {
        bottom: 50px;
        left: 50px;
    }

    .out-nav {
        display: none;
    }

    .out-swiper-control {
        display: none;
    }

    .web-swiper {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

        .web-swiper .swiper-pagination02 {
            width: calc(100% - 620px);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0;
    }

    .swiper-pagination-bullet {
        width: 100%;
        height: fit-content;
        background: none;
    }

    .swiper-pagination02 .swiper-pagination-bullet > div {
        height: 34px;
        padding-left: 46px;
        position: relative;
    }

        .swiper-pagination02 .swiper-pagination-bullet > div::before {
            content: "";
            display: block;
            width: 34px;
            height: 34px;
            border-radius: 5px;
            background-color: var(--main-color01);
            position: absolute;
            top: 0;
            left: 0;
            background-position: center;
            background-repeat: no-repeat;
        }

    .swiper-pagination-bullet > div > p {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 46px;
        font-size: 20px;
        font-weight: 700;
    }

    .swiper-pagination-bullet:hover,
    .swiper-pagination-bullet:focus {
        opacity: 0.7;
    }
    /* 반응형 불렛 배경이미지 */
    .swiper-pagination-bullet:nth-child(1) > div::before {
        background-image: url(/site/resource/h2ok/images/out-ico01.png);
    }

    .swiper-pagination-bullet:nth-child(2) > div::before {
        background-image: url(/site/resource/h2ok/images/out-ico02.png);
    }

    .swiper-pagination-bullet:nth-child(3) > div::before {
        background-image: url(/site/resource/h2ok/images/out-ico03.png);
    }

    .swiper-pagination-bullet:nth-child(4) > div::before {
        background-image: url(/site/resource/h2ok/images/out-ico04.png);
    }

    .swiper-pagination-bullet:nth-child(5) > div::before {
        background-image: url(/site/resource/h2ok/images/out-ico05.png);
    }

    .swiper-pagination-bullet:nth-child(6) > div::before {
        background-image: url(/site/resource/h2ok/images/out-ico06.png);
    }

    .swiper-pagination-bullet:nth-child(7) > div::before {
        background-image: url(/site/resource/h2ok/images/out-ico07.png);
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
    }

    .out-swiper {
        max-width: 600px;
        width: 100%;
        margin: 0;
    }

    .groups {
        padding: 100px 0;
    }

        .groups .main-tit .txt {
            font-size: 40px;
        }

    .group-list {
        margin-top: 62px;
    }

    .group-item + .group-item {
        margin-top: 70px;
    }

    .site-wrap {
        padding: 80px 0;
    }

    .link-box .link-btn {
        gap: 20px;
        flex-direction: row;
    }

        .link-box .link-btn .icon {
            width: 65px;
            height: 65px;
        }

        .link-box .link-btn .txt .link-arr {
            margin-top: 4px;
        }

        .link-box .link-btn .link-arr::before {
            right: 50px;
        }

        .link-box .link-btn:hover .link-arr::before,
        .link-box .link-btn:focus .link-arr::before {
            right: 40px;
        }
}

@media (min-width: 1200px) {
    .main-visual .swiper-slide {
        height: 980px;
    }

    .fix-txt {
        font-size: 30px;
    }

        .fix-txt p {
            font-size: 75px;
        }

    .swiper-pagination {
        font-size: 20px;
    }

    .vision {
        width: fit-content;
        margin: auto;
        padding: 120px;
        background-size: unset;
        background-position: center, top 60px left 0;
    }

        .vision p {
            font-size: 20px;
        }

            .vision p br {
                display: none;
            }

            .vision p.vision-tit {
                font-size: 55px;
            }

    .more-btn {
        width: 280px;
        padding: 12px 30px;
        margin-top: 44px;
    }

        .more-btn::after {
            right: 30px;
        }

    .main-tit .txt {
        font-size: 44px;
    }

    .outline {
        padding: 120px 0 140px;
    }

    .outline-wrap {
        display: flex;
        justify-content: space-between;
    }

    .web-swiper .swiper-pagination02 {
        width: calc(100% - 820px);
    }

    .out-swiper {
        max-width: 800px;
    }

    .groups {
        padding: 130px 0;
    }

        .groups .main-tit .txt {
            font-size: 44px;
        }

    .site-wrap {
        padding: 100px 0;
    }

        .site-wrap .container {
            display: flex;
            justify-content: space-between;
        }

    .link-box {
        height: 200px;
        margin-top: 0;
        padding: 40px 50px;
    }

    .link-list {
        gap: 60px;
        justify-content: center;
    }
}

@media (min-width: 1400px) {
    .fix-txt {
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .fix-txt p {
            font-size: 85px;
        }

    .main-swiper-pager {
        left: 50%;
        transform: translateX(-50%);
    }

    .vision p.vision-tit {
        font-size: 65px;
    }

    .outline {
        padding: 150px 0 170px;
    }

        .outline .title-wrap {
            margin-bottom: 80px;
        }

    .web-swiper .swiper-pagination02 {
        gap: 40px;
        justify-content: unset;
        padding-top: 5px;
    }

    .swiper-pagination-bullet > div > p {
        font-size: 23px;
    }

    .out-swiper {
        max-width: 900px;
    }

    .outline-txt {
        font-size: 20px;
        bottom: 70px;
        left: 70px;
    }

    .groups {
        padding: 160px 0;
    }

    .group-item {
        width: 100%;
        justify-content: center;
    }

        .group-item.right .group.origin {
            animation: none;
        }

        .group-item.right .group.clone {
            animation: none;
            display: none;
        }

        .group-item.left .group.origin {
            animation: none;
        }

        .group-item.left .group.clone {
            animation: none;
            display: none;
        }

    .link-box .link-btn .icon {
        width: 76px;
        height: 76px;
    }

        .link-box .link-btn .icon img {
            width: unset;
        }

    .link-box .link-btn .txt p {
        font-size: 24px;
    }
}

@media (min-width: 1500px) {
    .fix-txt p {
        font-size: 85px;
    }

    .main-swiper-pager {
        bottom: 270px;
    }

    .link-box {
        max-width: 1100px;
        width: 100%;
        padding: 60px 97px;
    }
}

@media (min-width: 1920px) {
    .group__slide {
        margin: 0 35px;
    }

        .group__slide img {
            padding: 0;
            width: 100%;
        }
}

/**************** site map ****************/
