﻿@charset "utf-8";

@import url('../webfonts/fonts.css'); /* font */
@import url('../framework/base.css'); /* setting */
@import url('../framework/layout.css'); /* layout */
@import url('../framework/include/all.css'); /* webfont */
@import url('../framework/include/framework-special-use-icon-font.css'); /* webfont */

/* common */

.tabs {
    display: flex;
    margin-bottom: 30px;
    background-color: #f7f8fb;
    border-radius: 3px 3px;
}

    .tabs li {
        text-align: center;
    }

        .tabs li a {
            background: 0 0;
            padding: .7rem 1.3rem;
            display: block;
            font-size: 14px;
            border-radius: 3px 3px;
            position: relative;
        }

            .tabs li a.active,
            .tabs li a:hover {
                background-color: #046a38;
                color: #fff
            }

                .tabs li a.active::after,
                .tabs li a:hover::after {
                    content: "";
                    position: absolute;
                    border: 6px solid transparent;
                    bottom: -12px;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
                    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
                    border-top-color: #046a38;
                }

.form-control {
    display: block;
    width: 100%;
    padding: .7rem .9rem;
    border-radius: .25rem;
    border: 1px solid #ced4da;
    appearance: none;
    font-size: 14px;
}

.btn-area.mb10 {
    margin-bottom: 10px;
}

.btn-area.mt10 {
    margin-top: 10px;
}

.ico-btn {
    display: flex;
    align-items: center;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0 0.9rem;
    font-size: 14px;
    border-radius: 0.25rem;
    height: 40px;
    line-height: 40px;
}

    .btn i {
        margin-right: 5px;
    }

    .btn + .btn {
        margin-left: 6px;
    }

.btn-primary {
    color: #fff;
    background-color: #43b02a;
    border-color: #43b02a;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #26890d;
        border-color: #26890d;
    }

.btn-secondary {
    color: #fff;
    background-color: #00a3e0;
    border-color: #00a3e0;
}

    .btn-secondary:hover {
        background-color: #145b85;
        border-color: #145b85;
    }

.btn-danger {
    color: #fff;
    background-color: #da291c;
    border-color: #da291c;
}

    .btn-danger:hover {
        background-color: #b71d11;
        border-color: #b71d11;
    }

.btn-outline-primary {
    color: #43b02a;
    border-color: #43b02a;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #046a38;
        border-color: #046a38;
    }
/* login */
#login {
    height: 100%;
    width: 100%;
    position: relative
}

    #login .left-box {
        position: fixed;
        top: 50%;
        margin-top: -330px;
        width: 10%;
        background: #86bc25;
        height: 660px;
        z-index: 2
    }

    #login .form-box {
        position: fixed;
        top: 50%;
        margin-top: -330px;
        background: url("../images/login-img.jpg") right top no-repeat;
        background-size: contain;
        width: 100%;
        height: 660px;
        z-index: 1
    }

    #login .login-form {
        margin-left: 10%;
        width: 40%;
        display: inline-block;
        height: 660px;
        background: #fff;
        box-sizing: border-box
    }

        #login .login-form h1, #login .login-form h2, #login .login-form p {
            text-align: center;
        }

        #login .login-form h2 {
            font-size: 22px;
        }

            #login .login-form h2 span {
                font-weight: normal;
            }

        #login .login-form h1 {
            margin-top: 60px;
            margin-bottom: 15px;
        }

            #login .login-form h1 img {
                height: 34px;
            }

        #login .login-form p {
            font-size: 16px;
            color: #858585;
            margin-top: 40px;
            margin-bottom: 20px;
            line-height: 20px;
            position: relative;
        }

            #login .login-form p::after {
                content: '';
                position: absolute;
                background: #86bc25;
                height: 2px;
                width: 60px;
                top: -18px;
                left: 50%;
                margin-left: -30px;
            }

        #login .login-form form {
            text-align: center
        }

            #login .login-form form > div {
                display: flex;
                align-items: center;
            }

        #login .login-form input[type="text"], #login .login-form input[type="password"] {
            border-bottom: 1px #c4c4c4 solid !important;
            display: inline-block;
            width: 60%;
            height: 62px;
            font-size: 24px;
            padding: 0 10px;
            border: 0;
            font-family: "OpenSans";
        }

            #login .login-form input[type="text"]::placeholder, #login .login-form input[type="password"]::placeholder {
                color: #bbbbbb
            }

        #login .login-form input[type="text"] {
            margin-bottom: 40px;
        }

        #login .login-form button {
            background: #046a38;
            border-radius: 100px 100px;
            width: 60%;
            display: inline-block;
            color: #fff;
            font-size: 24px;
            font-weight: bold;
            padding: 25px 0
        }

        #login .login-form form > div {
            text-align: left;
            font-size: 16px;
            margin: 30px 0 50px;
            padding-left: 20%
        }

        #login .login-form input[type="checkbox"] {
            width: 18px;
            height: 18px;
            margin-right: 5px;
            margin-top: -2px;
        }

/* write */
.tb-fieldset {
    padding: 10px 0;
    border-top: 1px solid #e9ebec;
    border-bottom: 1px solid #e9ebec;
}

    .tb-fieldset .tr-row {
        display: flex;
        align-items: center;
        margin: 10px 0;
        font-size: 14px;
    }

    .tb-fieldset .th-row {
        width: 15%;
        max-width: 100%;
        font-weight: bold;
        padding: 0 10px;
    }

        .tb-fieldset .th-row em {
            color: #dd3333;
            display: inline-block;
            font-weight: bold;
            margin-left: 3px;
            vertical-align: top;
            margin-top: -4px;
        }

    .tb-fieldset .td-row {
        width: 85%;
    }

        .tb-fieldset .td-row.w35 {
            width: 35%;
        }

        .tb-fieldset .td-row.t-item {
            display: flex;
            align-items: center;
        }

            .tb-fieldset .td-row.t-item span {
                margin-left: 5px;
                display: inline-block
            }

    .tb-fieldset hr {
        background: #e9ebec;
        height: 1px;
        width: 100%;
        border: 0;
        margin: 20px 0
    }

.img-box {
    display: flex;
    align-items: center;
}

    .img-box .img {
        border: 2px dashed #e9ebec;
        width: 140px;
        height: 140px;
        margin-right: 10px;
        overflow: hidden;
        position: relative;
        background: #fbfbfd;
        box-sizing: content-box
    }

        .img-box .img .img-none {
            height: 100%;
            width: 100%;
            position: relative
        }

            .img-box .img .img-none::after {
                content: '\40';
                font-family: "framework-special-use-icon-font";
                font-size: 60px;
                color: #a7a8aa;
                line-height: 140px;
                text-align: center;
                display: block;
            }

        .img-box .img img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

    .img-box input[type="file"] {
        display: none;
        cursor: pointer;
    }

    .img-box .btn-file {
        min-width: 130px !important;
        padding: 0;
        text-align: center;
        display: inline-block
    }

    .img-box .btn-file,
    .img-box .label {
        cursor: pointer;
    }

    .img-box .file-info strong {
        font-size: 16px;
        font-weight: bold;
        display: block;
    }

        .img-box .file-info strong span {
            color: #ff1c3c;
            margin-left: 4px;
        }

    .img-box p {
        font-size: 12px;
        color: #da291c;
        margin-top: 10px;
        width: 80%;
    }

.tb-fieldset input[type="file"] {
    display: none;
    padding: 0;
}

.tb-fieldset .custom-file-upload {
    display: inline-block;
    padding: .7rem 2rem;
    cursor: pointer;
    border-radius: 3px;
    background: #f6f6f6;
    font-weight: 500;
}

.cate-list {
    display: block;
    display: flex;
}

    .cate-list > div {
        margin-right: 5px;
        border-color: transparent;
        display: inline-block;
        border-radius: 100px 100px;
        padding: .5rem .9rem;
        font-size: .8125rem;
        padding-right: 32px;
        position: relative;
    }

        .cate-list > div.c1 {
            background-color: rgba(0,171,171,.1);
            color: #00abab;
        }

        .cate-list > div.c2 {
            background-color: rgba(0,118,168,.1);
            color: #0076a8;
        }

        .cate-list > div.c3 {
            background-color: rgba(0,154,68,.1);
            color: #009a44;
        }

        .cate-list > div.c4 {
            background-color: rgba(44,82,52,.1);
            color: #2c5234;
        }

        .cate-list > div button {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 2;
            box-sizing: content-box;
            width: 32px;
            height: 32px;
            ;
        }

            .cate-list > div button::after {
                background: 0 0 !important;
                content: "\50" !important;
                font-size: 18px;
                font-family: 'framework-special-use-icon-font' !important;
            }

        .cate-list > div.c1 button::after {
            color: #00abab;
        }

        .cate-list > div.c2 button::after {
            color: #0076a8;
        }

        .cate-list > div.c3 button::after {
            color: #009a44;
        }

        .cate-list > div.c4 button::after {
            color: #2c5234;
        }

.cate-sel {
    padding: .7rem .9rem;
    border-radius: .25rem;
    border: 1px solid #ced4da;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    position: relative;
}

    .cate-sel .cate-open {
        border: 0;
        padding: .7rem .9rem;
        background: url("../images/arrow.svg") no-repeat center center;
        background-size: 20px 20px;
    }

.choices {
    position: relative
}

.choices-heading {
    font-weight: bold;
    font-size: 14px;
    padding: 10px 16px;
    border-bottom: 1px solid #e9ebec;
    color: #43b02a;
}

.choices-item {
    position: relative;
    font-size: 14px;
    padding: 0.55rem 1.2rem 0.55rem 16px;
    cursor: pointer
}

    .choices-item:hover {
        background: #f3f6f9
    }

.cate-select-dropdown {
    visibility: hidden;
    z-index: 10;
    position: absolute;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px rgb(30 32 37 / 12%);
    box-shadow: 0 5px 10px rgba(30,32,37,.12);
    top: 100%;
    margin-top: 0;
    padding: 10px 10px 20px 10px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

    .cate-select-dropdown.open {
        visibility: visible;
    }
