﻿/*
/*
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ CONTENTS /\/\/\/\/\/\/\/\/\/\/\/\/\/\//\/\/\/\

	 1.  IMPORT
	 2.  HEADER
	 3.  FOOTER
     4.  NAV
     5.  PAGE
     6.  BREADCRUMB
     7.  ACCORDION MENU
     8.  BOARD
     9.  PAGINATION
     10. BUTTON UP
     11. COMPONENT
     12. MEDIA QUERIES
*/

/* =================================================================== */
/* 1. Import Section
====================================================================== */
@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,700,800');
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo');

@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}


/* =================================================================== */
/* 2. COMPONENT
====================================================================== */



body, input, select, textarea {
    font-family: 'Noto Sans KR', sans-serif;
    color: #727272;
}

body {
    line-height: 1.5;
}

a, a:hover {
    color: #727272;
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.title-block {
    padding: 2px 0 3px 20px;
    border-left: 7px solid #1ABC9C;
}

    .title-block h4 {
        margin-bottom: 0;
        font-size: 1.1em;
    }


.card-body p:last-child {
    margin-bottom: 0px;
}

.tagcloud {
    margin-top: 5px;
}

    .tagcloud a {
        display: block;
        float: left;
        margin-right: 4px;
        margin-bottom: 4px;
        padding: 3px 6px;
        border: 1px solid #E5E5E5;
        font-size: 13px !important;
        color: #666;
        border-radius: 2px;
    }



.bs-callout {
    padding: 20px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #1b809e;
}

img.alignleft, div.alignleft {
    float: left;
    margin: 5px 20px 13px 0;
    max-width: 100%;
}

    div.alignleft > img {
        display: block;
        float: none;
    }


.entry-image, .entry-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 1em 0;
}

h4 {
    font-size: 1.1em;
}


.nomargin {
    margin: 0px !important;
}


.entry-title h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.entry-title span {
    font-size: 15px;
}

.entry-content p {
    font-size: 15px;
}

    .entry-content p:last-child {
        margin-bottom: 0;
    }

.hidden, .display-none {
    display: none;
}

.search-form {
    position: absolute;
    z-index: 101;
}

.bg-gray {
    background-color: #f1f1f1;
}

#wrapper {
    position: relative;
    float: none;
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding-top: 8rem;
}

.container {
    margin: 0 auto;
    max-width: 1280px;
}

#main-content .card {
    min-height: 370px;
}

/* =================================================================== */
/* 2. HEADER
====================================================================== */

#header {
    z-index: 999;
    position: relative;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
}

/* =================================================================== */
/* 3. FOOTER
====================================================================== */

.footer {
    background: #106438;
    position: relative;
    color: #fff;
}

    .footer .dividerHeading h4::after, .footer.dividerHeading h4::before {
        background-color: #727CB6;
    }
    .footer .dividerHeading h4 {
        font-size: 18px;
        position: relative;
        top: -8px;
        border-color: #dfdfdf;
    }

.contact-details-alt {
    padding: 0;
}

.footer_bottom {
    background: #fff;
    padding: 20px 0;
    color: #fff;
}


.copyright {
    color: #000;
    font-size: 12px;
    line-height: 40px;
    margin: 0;
}

/* =================================================================== */
/* 5. PAGE
====================================================================== */

#page-title {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEE;
}

    #page-title .container {
        position: relative;
    }

    #page-title h1 {
        padding: 0;
        margin: 0;
        line-height: 1;
        font-weight: 600;
        color: #333;
        font-size: 2rem;
        text-transform: uppercase;
    }

    #page-title span {
        display: block;
        margin-top: 10px;
        font-weight: 300;
        color: #777;
        font-size: 18px;
    }

.dividerHeading h4 {
    border-bottom: 2px solid #E6EFEF;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 25px;
    padding: 0 0 10px;
    position: relative;
}

    .dividerHeading h4 span {
        display: inline-block;
        padding-right: 7px;
        line-height: 5px;
        position: relative;
        top: -11px;
    }

    .dividerHeading h4::after, .dividerHeading h4::before {
        background-color: #106438;
    }

    .dividerHeading h4::before {
        bottom: -5px;
        content: "";
        display: inline-block;
        height: 9px;
        left: 0;
        position: absolute;
        width: 9px;
        border-radius: 50%;
    }

    .dividerHeading h4::after {
        bottom: -2px;
        content: "";
        display: inline-block;
        height: 2px;
        left: 0;
        position: absolute;
        width: 80px;
    }

    .dividerHeading h4 a {
        font-size: 1rem;
    }

.list-display li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .4rem;
    font-size: .9rem;
}

/* =================================================================== */
/* 6. BREADCRUMB
====================================================================== */
.breadcrumb {
    position: absolute !important;
    width: auto !important;
    top: 50% !important;
    left: auto !important;
    right: 15px !important;
    margin: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 90%;
    transform: translateY(-50%);
}

    .breadcrumb a:hover {
        color: #1ABC9C;
    }

    .breadcrumb i {
        width: auto !important;
    }


.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}


/* =================================================================== */
/* 7. ACCORDION MENU
====================================================================== */

ul.accordion-menu, ul.submenu {
    list-style: none;
}



.accordion-menu {
    width: 100%;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 11px 30px 11px rgba(0, 0, 0, 0.05);
    border-top: 2px solid #106438;
}

    .accordion-menu > li > .link {
        cursor: pointer;
        display: block;
        padding: 15px;
        color: #106438;
        font-size: 14px;
        font-weight: 500;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .accordion-menu li:last-child .link {
        border-bottom: 0;
    }

    .accordion-menu > li > a:hover {
        background-color: #F9F9F9;
        padding-left: 20px;
        color: #106438;
    }

    .accordion-menu > li > a.active {
        background-color: #106438;
        color: #FFFFFF;
    }

    .accordion-menu li i, .accordion-menu li i {
        position: absolute;
        top: 16px;
        left: 12px;
        font-size: 18px;
        color: #106438;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .accordion-menu li i.icon-chevron-down {
            right: 12px;
            left: auto;
            font-size: 16px;
        }

    .accordion-menu li.open .link {
        color: #106438;
    }

    .accordion-menu li.open i, .accordion-menu li.open i {
        color: #106438;
    }

        .accordion-menu li.open i.icon-chevron-down {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .accordion-menu .submenu {
        display: none;
        background: #F9F9F9;
        font-size: 14px;
    }

        .accordion-menu .submenu a {
            display: block;
            text-decoration: none;
            color: #4D4D4D;
            padding: 12px;
            padding-left: 30px;
            -webkit-transition: all 0.25s ease;
            -o-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }

            .accordion-menu .submenu a:hover {
                padding-left: 35px;
                background: #F9F9F9;
                color: #106438;
            }

            .accordion-menu .submenu a.active {
                background: #106438;
                color: #FFF;
            }
/* =================================================================== */
/* 8. BOARD
====================================================================== */
.board .count {
    width: 100%;
    margin-top: 30px;
    color: #999;
    font-size: 15px;
    font-family: 'montserrat','noto sans kr';
}

.board_list table {
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #333;
    font-size: 15px;
    color: #727272;
}

.board_list * {
    vertical-align: middle;
    color: #727272;
}

.board_list table th {
    line-height: 21px;
    font-weight: 500;
    letter-spacing: -0.048em;
    padding: 10px;
    background: #f8f8f8;
}

.board_list table td {
    line-height: 22px;
    padding: 15px;
}

    .board_list table td.ta_l {
        text-align: left;
    }

    .board_list table td a:hover {
        color: #000;
        text-decoration: none;
    }

.board_list table th, .board_list table td {
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.board .view {
    width: 100%;
    margin-top: 50px;
    border-bottom: 1px solid #444;
}

    .board .view .view_title {
        width: 100%;
        padding: 10px 30px 40px;
        box-sizing: border-box;
        background: #f7f7f7;
        border-bottom: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
    }

        .board .view .view_title .optionlist {
            width: 100%;
            text-align: right;
        }

            .board .view .view_title .optionlist div {
                display: inline-block;
                padding: 0px 10px;
                border-right: 1px solid #767676;
                font-size: 15px;
                color: #767676;
            }

                .board .view .view_title .optionlist div:last-child {
                    padding: 0px 0px 0px 10px;
                    border-right: 0px solid #e5e5e5;
                }

        .board .view .view_title .subjectline {
            width: 100%;
            margin-top: 10px;
        }

            .board .view .view_title .subjectline .subject {
                display: inline-block;
                vertical-align: middle;
                font-size: 20px;
                color: #767676;
                letter-spacing: -0.7px;
            }

    .board .view .view_cont {
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
        min-height: 400px;
        text-align: justify;
    }

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.badge-new {
    color: #fff;
    background-color: #e51937;
}

/* =================================================================== */
/* 9. PAGINATION
====================================================================== */

ul.pagination {
    width: 100%;
    margin: 50px auto 0;
    text-align: center;
}

    ul.pagination li {
        width: 30px;
        height: 30px;
        border: 1px solid #e5e5e5;
        box-sizing: border-box;
        display: inline-block;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        font-family: 'montserrat;';
        margin-right: 3px;
    }

        ul.pagination li.active {
            border: 1px solid #e51937;
            font-weight: bold;
        }


/* ===================================================== */
/* 10. BUTTON UP										 */
/* ===================================================== */
.btntoTop {
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #ffb224;
    border-radius: 2px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

    .btntoTop:before {
        content: "▲";
        display: inline-block;
        vertical-align: middle;
        font-size: 15px;
        color: #000;
    }

    .btntoTop.active {
        opacity: 1;
    }

        .btntoTop.active:hover {
            opacity: 0.8
        }


/* =================================================================== */
/* 11. MODAL & SCHEDULE
====================================================================== */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
}

.modal_title {
    font-size: 24px;
}

/* The Close Button */
.modal-content .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .modal-content .close:hover,
    .modal-content .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.fc-event {
    cursor: pointer;
}

/* =================================================================== */
/* 12. site-navbar
====================================================================== */


.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: absolute;
    top: 0;
    width: 100%;
}

    .site-navbar .site-logo {
        position: relative;
        left: 0;
        font-size: 24px;
    }

    .site-navbar .site-navigation .site-menu {
        margin-top: 60px;
        margin-bottom: 0;
    }

        .site-navbar .site-navigation .site-menu .active {
            color: #007bff;
            display: inline-block;
            padding: 20px 20px;
        }

        .site-navbar .site-navigation .site-menu a {
            text-decoration: none !important;
            display: inline-block;
            color:#fff;
        }

        .site-navbar .site-navigation .site-menu > li {
            display: inline-block;
        }

            .site-navbar .site-navigation .site-menu > li > a {
                padding: 20px 20px;
                font-size: 1rem;
                text-transform: uppercase;
                display: inline-block;
                text-decoration: none !important;
            }

                .site-navbar .site-navigation .site-menu > li > a:hover {
                    color: #FFCE4E;
                }

            .site-navbar .site-navigation .site-menu > li.social > a {
                padding-left: 5px;
                padding-right: 5px;
            }

        .site-navbar .site-navigation .site-menu .has-children {
            position: relative;
        }

            .site-navbar .site-navigation .site-menu .has-children > a {
                position: relative;
                padding-right: 20px;
            }

                .site-navbar .site-navigation .site-menu .has-children > a:before {
                    position: absolute;
                    content: "\e313";
                    font-size: 16px;
                    top: 50%;
                    right: 0;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    font-family: 'icomoon';
                }

            .site-navbar .site-navigation .site-menu .has-children .dropdown {
                visibility: hidden;
                opacity: 0;
                top: 100%;
                position: absolute;
                text-align: left;
                border-top: 2px solid #b63b4d;
                -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
                box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
                padding: 0px 0;
                margin-top: 20px;
                margin-left: 0px;
                background: #fff;
                -webkit-transition: 0.2s 0s;
                -o-transition: 0.2s 0s;
                transition: 0.2s 0s;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
                    position: absolute;
                }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                        bottom: 100%;
                        left: 20%;
                        border: solid transparent;
                        content: " ";
                        height: 0;
                        width: 0;
                        position: absolute;
                        pointer-events: none;
                    }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                        border-color: rgba(136, 183, 213, 0);
                        border-bottom-color: #fff;
                        border-width: 10px;
                        margin-left: -10px;
                    }

                .site-navbar .site-navigation .site-menu .has-children .dropdown a {
                    text-transform: none;
                    letter-spacing: normal;
                    -webkit-transition: 0s all;
                    -o-transition: 0s all;
                    transition: 0s all;
                    color: #000;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown .active {
                    color: #007bff !important;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    min-width: 210px;
                }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
                        padding: 9px 20px;
                        display: block;
                    }

                        .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                            background: #eff1f3;
                            color: #000;
                        }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
                        content: "\e315";
                        right: 20px;
                    }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
                        left: 100%;
                        top: 0;
                    }

            .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
                color: #FFCE4E;
            }

            .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
                cursor: pointer;
            }

                .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
                    -webkit-transition-delay: 0s;
                    -o-transition-delay: 0s;
                    transition-delay: 0s;
                    margin-top: 0px;
                    visibility: visible;
                    opacity: 1;
                }

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        float: right;
        margin-top: 8px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
            font-size: 30px;
            display: inline-block;
            padding-left: 10px;
            padding-right: 0px;
            line-height: 1;
            cursor: pointer;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
        float: left;
        margin-top: 10px;
        margin-left: 0px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
            display: inline-block;
            text-transform: uppercase;
        }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
                max-width: 70px;
            }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
                text-decoration: none;
            }

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

    .site-mobile-menu .site-nav-wrap a {
        padding: 10px 20px;
        display: block;
        position: relative;
        color: #212529;
    }

        .site-mobile-menu .site-nav-wrap a:hover {
            color: #007bff;
        }

    .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block;
    }

        .site-mobile-menu .site-nav-wrap li .active {
            color: #007bff;
        }

    .site-mobile-menu .site-nav-wrap .social {
        display: inline-block;
    }

    .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        /*top: 10px;*/
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
    }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
            background: #f8f9fa;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
            font-size: 12px;
            z-index: 20;
            font-family: "icomoon";
            content: "\f078";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            -ms-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
    }

        .site-mobile-menu .site-nav-wrap > li.social {
            float: none !important;
            width: auto !important;
        }

        .site-mobile-menu .site-nav-wrap > li.search {
            display: none;
        }

        .site-mobile-menu .site-nav-wrap > li > a {
            padding-left: 20px;
            font-size: 1rem;
        }

        .site-mobile-menu .site-nav-wrap > li > ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .site-mobile-menu .site-nav-wrap > li > ul > li {
                display: block;
            }

                .site-mobile-menu .site-nav-wrap > li > ul > li > a {
                    padding-left: 40px;
                    font-size: 16px;
                }

                .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
                    padding: 0;
                    margin: 0;
                }

                    .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                        display: block;
                    }

                        .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                            font-size: 16px;
                            padding-left: 60px;
                        }

    .site-mobile-menu .site-nav-wrap[data-class="social"] {
        float: left;
        width: 100%;
        margin-top: 30px;
        padding-bottom: 5em;
    }

        .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
            width: auto;
        }

            .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
                padding-left: 15px !important;
            }

.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
}

    .sticky-wrapper .site-navbar {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

    .sticky-wrapper .site-navbar {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        .sticky-wrapper .site-navbar .site-menu-toggle {
            color: #fff;
        }

        .sticky-wrapper .site-navbar .site-logo a {
            color: #fff;
        }

        .sticky-wrapper .site-navbar .site-menu > li > a {
            /*color: rgba(255, 255, 255, 0.7) !important;*/
        }

            .sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
                /*color: #fff !important;*/
            }

    .sticky-wrapper.is-sticky .site-navbar {
        background: #fff;
        border-bottom: 1px solid transparent;
        -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    }

        .sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
            color: #fff;
        }

        .sticky-wrapper.is-sticky .site-navbar .site-logo a {
            color: #007bff;
        }

        .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
            color: #fff !important;
        }

            .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
                color: #FFCE4E !important;
            }


/* =================================================================== */
/* 12. calendar
====================================================================== */

:root {
    --primary: #106438;
    --primary-gradient: linear-gradient(45deg, #153c7e 0%, #37a9e1 100%);
}

#sub .contents {
    padding: 1em 0px;
}

.section-header, .section-footer {
    text-align: center;
}

    .section-header h2, .section-footer h2 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 16px;
    }

    .section-header hr {
        border: 1px solid var(--primary);
        width: 56px;
        margin: 16px auto;
    }

    .section-footer hr {
        border: 1px solid var(--primary);
        width: 56px;
        margin: auto;
        margin-top: 16px;
    }

    .section-footer h2 {
        font-size: 28px;
        font-weight: 700;
        margin-top: 16px;
    }

.bg-gradient_solid {
    background: var(--primary-gradient);
    color: #fff;
    padding: 48px 0;
}

.steps {
    position: relative;
}

    .steps::after {
        content: "";
        position: absolute;
        width: 1px;
        background-color: var(--primary);
        opacity: 0.4;
        top: 0;
        bottom: 0;
        left: 50%;
    }

    .steps .content p {
        color: #676767;
        font-size: 16px;
    }

    .steps .content h2 {
        font-weight: 600;
        font-size: 18px;
        color: #676767;
        margin: 0;
    }

    .steps .content hr {
        border: 0;
        border-bottom: solid 1px rgba(144, 144, 144, 0.25);
        margin: .5em 0;
    }



.steps-container {
    position: relative;
    background-color: inherit;
    width: calc(50% + 32px);
}

    .steps-container .content {
        padding: 32px;
        background-color: white;
        position: relative;
        border-radius: 0px 0px 80px 0px;
        box-shadow: 0px 16px 27px rgb(0 11 30 / 10%);
        width: 100%;
    }

.steps .steps-container:nth-child(even) {
    left: calc(50% - 32px);
    flex-direction: row-reverse;
}

.steps-container {
    display: flex;
}

.steps .steps-container .date {
    font-weight: 900;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
    width: 62px;
    height: 62px;
    background-color: var(--primary);
    border-radius: 50%;
    flex-shrink: 0;
    align-items: center;
    display: flex;
    justify-content: center;
}

.step-line {
    width: 40px;
    background-color: var(--primary);
    height: 1px;
    margin-top: 31px;
    opacity: 0.4;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .steps::after {
        left: 32px;
    }

    .steps-container {
        left: 0;
        flex-direction: row-reverse;
        width: auto;
        margin-bottom: 16px;
    }

    .steps .steps-container:nth-child(even) {
        left: 0;
    }
}


/* =================================================================== */
/* 12. CUSTUM
====================================================================== */

.doc-link {
    background-color: #f7f7f7;
}
.card-service {
    display: block;
    margin: 16px auto;
    padding: 32px 20px;
    /* max-width: 250px; */
    text-align: center;
    color: #898798;
    border-radius: 8px;
    box-shadow: 0 3px 12px rgb(95 92 120 / 12%);
}
    .card-service .header {
        margin-bottom: 24px;
    }
    
    .card-service .header i {
        font-size: 50px;
    }
/*
figure {
    position: relative;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.2);
    margin: 0;
    margin-bottom: 15px;
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    text-align: center;
    vertical-align: top;
}

    figure img {
        max-width: 100%;
    }

    figure figcaption {
        border-top: 1px solid rgba(0,0,0,0.2);
        padding: 10px;
        margin-top: 11px;
        text-align: left;
    }


        */



/* =================================================================== */
/* 12. MEDIA QUERIES
====================================================================== */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .list-checkmarks li a {
        font-size: 16px;
    }

}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .list-checkmarks li a {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .list-checkmarks li a {
        font-size: 16px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .list-checkmarks li a {
        font-size: 18px;
    }
}


.list-item .body-preview {
    min-height: 104px;
    margin-right: 0;
    border: 0;
    padding: 10px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    border-radius: 15px;
    overflow: hidden;
    border: solid 1px #e8e8e8;
}

.list-item figure {
    margin: 0;
    height: 0;
    position: relative;
    padding-bottom: 51%;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .2s ease;
    width: 100%;
}
    .list-item figure img {
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        transition: transform .5s ease-in-out;
        vertical-align: middle;
        width: 100%;
        height: 100%;
}

.list-item .figcaption {
    border-top: 1px solid rgba(0,0,0,0.2);
    padding: 10px;
    padding: 10px;
    margin-top: 11px;
    text-align: left;
}