@charset "utf-8";
/* CSS Document */

@import url('ibootstrap.css');
@import url('font-notokr.css');

/*****************************************************
	Icon
*****************************************************/
@font-face {
    font-family: 'material-Icons';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/MaterialIcons-Regular.eot");
    src: url("../fonts/MaterialIcons-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/MaterialIcons-Regular.woff") format('woff'), url("../fonts/MaterialIcons-Regular.ttf") format('truetype');
}

.material-icons {
    font-family: 'material-Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    display: inline-block;
    line-height: 1.1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    vertical-align: middle;
}
/* fallback */
@font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v88/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2');
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    display: inline-block;
    line-height: 1.1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    vertical-align: middle;
}


/*****************************************************
	Common
*****************************************************/
html {
    font-size: 15px;
}

html, body {
    font-family: 'noto', 'Nanum Gothic', 'Helvetica', sans-serif;
    font-weight: 400;
    color: #333;
    padding: 0;
    min-width: 320px;
    letter-spacing: -0.03rem;
    top: 0 !important;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

a:hover, a:focus {
    text-decoration: none;
}

caption {
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    background: none;
    overflow: hidden;
}

.line-gap {
    width: 100%;
    margin: 2.4rem 0;
    clear: both;
    border-top: 1px dotted #ccc;
}

body::-webkit-scrollbar {
    width: 16px;
}

body::-webkit-scrollbar-track {
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 50px;
    border: 4px solid #fff;
}

/* accessibility  */
#accessibility {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

    #accessibility ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        #accessibility ul li {
            margin: 0;
            padding: 0;
            list-style-type: none
        }

            #accessibility ul li a {
                display: block;
                position: absolute;
                top: -9999px;
                left: 0;
                width: 100%;
                height: 26px;
                line-height: 18px;
                text-align: center;
                background: #333;
                color: #fff;
                text-decoration: none;
                font-size: 12px
            }

                #accessibility ul li a:focus, #accessibility ul li a:active {
                    top: 0;
                    padding: 4px 0;
                    font-weight: 600
                }
/* tab */
#content .nav-tabs li {
    flex: 0 0 50%;
    text-align: center;
}

@media (min-width: 576px) {
    #content .nav-tabs li {
        flex: 0 0 33.3%;
    }
}

@media (min-width: 768px) {
    #content .nav-tabs li {
        flex: 0 0 25%;
    }
}

@media (min-width: 992px) {
    #content .nav-tabs li {
        flex: 0 0 16.6%;
    }
}

@media (min-width: 1200px) {
    #content .nav-tabs li {
        flex: 0 0 10%;
    }
}

@media (min-width: 1400px) {
    #content .nav-tabs li {
        flex: 0 0 7.69%;
    }
}

/* title */
.cont-title {
    position: relative;
    padding-left: 12px;
}

    .cont-title::before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 4px;
        height: 80%;
        background-color: rgb(var(--point-color-01));
        transform: translateY(-50%);
    }

    .cont-title .tit-option {
        display: flex;
        width: 28px;
        height: 28px;
        background-color: #fff;
        border: 1px solid #ccc;
        color: #ccc;
        text-align: center;
        box-sizing: border-box;
        margin: 2px 0 0 4px;
        user-select: none;
        justify-content: center;
        align-items: center;
        transition: all .3s ease-out;
    }

    .cont-title a:first-child.tit-option {
        margin-left: 12px;
    }

    .cont-title .tit-option i {
        font-size: 1.25rem;
        line-height: 30px;
    }

    .cont-title .tit-option:hover {
        border-color: #999;
    }

    .cont-title .tit-option.bookmark.active {
        color: #fdd000;
        transform: rotateY(180deg);
        border-color: #999;
    }

    .cont-title .tit-option.question:hover, .cont-title .tit-option.question:focus {
        color: rgb(var(--point-color-03));
    }

.tit-h3 {
    position: relative;
    padding-left: 18px;
    font-size: 22px;
}

    .tit-h3::before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
        border-radius: 50%;
        border: 3px solid rgb(var(--point-color-01));
        transform: translateY(-50%);
    }

.tit-h4 {
    font-size: 20px;
    color: rgb(var(--point-color-01));
}

.tit-h5 {
    font-size: 17px;
    color: rgb(var(--point-color-03));
}

.tit-h6 {
    position: relative;
    padding-left: 16px;
}

    .tit-h6::before {
        content: '';
        display: inline-block;
        position: absolute;
        top: auto;
        left: 0;
        font-family: 'material-Icons';
        font-size: 16px;
        font-weight: 700;
        content: '\e5cc';
        color: rgb(var(--point-color-01));
    }

.form-inline .tit-h6 {
    margin-bottom: 0;
}

/* list style */
.list-style01, .list-style02 {
    margin: 0 0 1.5rem 0;
    padding: 0;
    list-style: none;
}

    .list-style01 > li {
        position: relative;
        text-align: left;
        padding-left: 0.6rem;
        margin: 0.3rem 0;
    }

        .list-style01 > li:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0.7rem;
            width: 3px;
            height: 3px;
            background: rgb(var(--point-color-03));
        }

    .list-style02 > li {
        background: url(/common/images/bullet04.png) no-repeat left 11px;
        text-align: left;
        padding-left: 0.9rem;
        margin: 0.3rem 0;
        color: #666;
    }

/* non-page */
.non-page, .info-page {
    text-align: center;
}

.non-page {
    background: url('/common/images/non-page.png') no-repeat center top;
    background-size: 170px;
    padding-top: 140px;
}

.info-page > .material-icons {
    font-size: 80px;
    margin-bottom: 1rem;
    color: rgb(var(--point-color-01));
}

.non-page > h3, .info-page > h3 {
}

    .non-page > h3 > strong, .info-page > h3 > strong {
        color: rgb(var(--point-color-01));
    }

.non-page > p, .info-page > p {
    color: #666;
    margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .non-page {
        background-size: auto;
        padding-top: 180px;
    }

    .info-page > .material-icons {
        font-size: 150px;
    }
}

/* form */
.member-info {
    text-align: center;
    justify-content: center;
    word-break: keep-all;
}

    .member-info .log {
        color: rgba(0,0,0,.75);
        font-size: 16px;
        font-weight: 300;
        flex: 0 0 100%;
    }

        .member-info .log .name {
            display: block;
        }

            .member-info .log .name b {
                color: rgb(var(--point-color-03));
                font-weight: 600;
            }

        .member-info .log .time {
            color: #111;
            font-weight: 400;
        }

    .member-info .form-control {
        margin: 10px 0 20px;
    }

.search-form {
    background: #f2f2f2;
    border: none;
    margin-bottom: 2.5rem;
}

    .search-form .form-group {
        margin: 0 0 1rem 0;
        width: 100%;
    }

    .search-form .col-form-label {
        padding-left: 0.5rem;
        margin-right: 0.5rem;
        background: url('/common/images/bullet03.png') no-repeat left 17px;
    }

.table .form-control, .table .form-group {
    min-width: 75px;
}

.table .form-inline .form-group {
    flex-wrap: wrap;
    margin-bottom: 0;
}

    .table .form-inline .form-group.form-group-align {
        flex-wrap: wrap;
    }

        .table .form-inline .form-group.form-group-align .form-group {
            flex: 0 0 200px;
        }

.table .form-inline .form-control {
    width: 100%;
}

.form-control {
    height: calc(1em + 0.75rem + 2px);
    padding: 0.1rem 0.5rem 0.2rem;
    border-radius: .3rem;
}

.input-group-text {
    padding: 0.1rem 0.5rem 0.2rem;
}

.btn {
    padding: 0 0.3rem;
    line-height: 1.7;
}

.custom-file-label.custom-file-ch::after {
    left: 0;
    right: auto;
    content: "파일선택";
    border-left: 0;
    border-right: inherit;
}

.custom-file-label.custom-file-ch {
    padding-left: 85px;
}

.radio-box label {
    margin-right: 5px;
}

.form-inline .input-group, .form-inline .custom-select {
    width: 100%;
}


@media (min-width: 576px) {
    .search-form .form-group {
        margin: 0.15rem 1.2rem 0.2rem 0;
        width: auto;
    }
}

@media (min-width: 576px) and (max-width: 992px) {
    .member-info .log .name {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .member-info {
        text-align: left;
        justify-content: left;
    }

        .member-info .log {
            color: rgba(255,255,255,.75);
            flex: 0 0 auto;
        }

            .member-info .log .name b {
                color: rgb(var(--point-color-05));
            }

            .member-info .log .time {
                color: #fff;
            }

        .member-info .form-control {
            margin: 0;
        }
}

@media (min-width: 1200px) {
    .member-info .log .name {
        display: inline-block;
    }
}

@media (min-width: 1400px) {
    .table .form-inline .form-group {
        flex-wrap: nowrap;
    }
}

/* table */
.card table {
    margin-bottom: 0;
}

.table .form-inline {
    display: block;
    width: 100%;
}

.table label {
    margin-bottom: 0;
}

.table-responsive.form {
    word-break: keep-all;
    overflow-x: auto;
}

.pos-relative {
    position: relative;
}

    .pos-relative img {
        border-radius: 10px;
        width: 140px;
    }

.d-lg-table-cell {
    text-align: center;
    vertical-align: middle !important;
}

    .d-lg-table-cell button {
        display: block;
        margin: 6px auto 0;
    }

@media (min-width: 768px) {
    .table-responsive.form {
        overflow-x: visible;
    }
}

@media (min-width: 992px) {
    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-table-col {
        display: table-column !important;
    }
}

/* btn */
.btn-type00 {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

    .btn-type00:hover, .btn-type00.focus {
        color: #fff;
        background-color: #111;
        border-color: #111;
    }

.btn-type01 {
    color: #fff;
    background-color: rgb(var(--point-color-01));
    border-color: rgb(var(--point-color-01));
}

    .btn-type01:hover, .btn-type01.focus {
        color: #fff;
        background-color: #00386f;
        border-color: #00386f;
    }

.btn-outline-type01 {
    color: rgb(var(--point-color-01));
    border-color: rgb(var(--point-color-01));
}

    .btn-outline-type01:hover, .btn-outline-type01:focus {
        color: #fff;
        background-color: rgb(var(--point-color-01));
        border-color: rgb(var(--point-color-01));
    }

.btn-type02 {
    color: #fff;
    background-color: #d15bbf;
    border-color: #d15bbf;
}

    .btn-type02:hover, .btn-type02:focus {
        color: #fff;
        background-color: #90467f;
        border-color: #90467f;
    }

.btn-outline-type02 {
    color: #d15bbf;
    border-color: #d15bbf;
}

    .btn-outline-type02:hover, .btn-outline-type02:focus {
        color: #fff;
        background-color: #d15bbf;
        border-color: #d15bbf;
    }

.btn-type03 {
    color: #fff;
    background-color: #f08300;
    border-color: #f08300;
}

    .btn-type03:hover, .btn-type03:focus {
        color: #fff;
        background-color: #b56305;
        border-color: #b56305;
    }

.btn-outline-type03 {
    color: #f08300;
    border-color: #f08300;
}

    .btn-outline-type03:hover, .btn-outline-type03:focus {
        color: #fff;
        background-color: #f08300;
        border-color: #f08300;
    }

.btn-type04 {
    color: #fff;
    background-color: #965c17;
    border-color: #965c17;
}

    .btn-type04:hover, .btn-type04:focus {
        color: #fff;
        background-color: #704314;
        border-color: #704314;
    }

.btn-outline-type04 {
    color: #965c17;
    border-color: #965c17;
}

    .btn-outline-type04:hover, .btn-outline-type04:focus {
        color: #fff;
        background-color: #965c17;
        border-color: #965c17;
    }
