@charset "UTF-8";

div.loader {
    position: fixed;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    z-index: 9999;
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498ff;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: none;
}

div.loader.big {
    border-width: 15px;
    border-top-width: 15px;
    width: 150px;
    height: 150px;
}

div.loader.color-2 {
    border-bottom-style: solid;
    border-bottom-color: #ff3498;
}

div.loader.color-3 {
    border-bottom-style: solid;
    border-bottom-color: #ff3498;
    border-right-style: solid;
    border-right-color: #34ff98;
}

div.loader.color-4 {
    border-bottom-style: solid;
    border-bottom-color: #ff3498;
    border-right-style: solid;
    border-right-color: #34ff98;
    border-left-style: solid;
    border-left-color: #000000;
}

div.loader.on {
    display: block;
}

section.loader-layout {
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9998;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    cursor: wait;
    display: none;
}

section.loader-layout.on {
    width: 100%;
    height: 100%;
    display: block;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/* ckeditor */
.cke_top {
    display: block !important;
    ;
}

.cke_voice_label {
    display: none !important;
}

.cke_button_label {
    display: none !important;
}

.cke_combo_text {
    display: block !important;
    line-height: 26px !important;
}

.cke_combo {
    display: inline-block !important;
}

.cke_combo_label {
    display: none !important;
}

.cke_toolbar {
    display: block !important;
    line-height: 33px !important;
}

.cke_bottom {
    display: block !important;
    line-height: unset !important;
}

.cke_path {
    line-height: unset !important;
}

.cke_path_empty {
    line-height: unset !important;
}

/* ckeditor end */

/* 파일첨부버튼 */
.file_input_textbox {
    float: left;
    width: 200px;
    color: #666;
    border: 1px solid #cfcfcf !important;
    margin-right: 4px;
}

.file_input_div {
    position: relative;
    width: 100px;
    height: 40px;
    margin-bottom: 4px;
    /* overflow: hidden; */
}

.table_post .file_input_div {
    vertical-align: top;
    margin: 10px 0 0 10px;
}

.file_input_button {
    position: absolute;
    background-color: dodgerblue;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 8px;
    font-weight: bold;
}

.file_input_hidden {
    position: absolute;
    font-size: 45px;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    padding: 10px 20px;
    height: 44px;
    height: 44px;
    width: 106px;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.file_add {
    /*float: left;*/
    clear: both;
    margin-top: 6px;
}

.file_add input {
    float: left;
    width: 400px;
    vertical-align: top;
    padding: 0 9px;
    height: 40px;
    line-height: 40px;
    border: solid 1px #d7d7d7;
    box-sizing: border-box;
    color: #727272;
    font-size: 14px;
    font-weight: 300;
}

.file_add input:hover {
    border: 1px solid #cfcfcf;
}

.file_add a {
    display: inline-block;
    width: 30px;
    height: 37px;
    background: url('../images/admin/layout.png') -730px -30px no-repeat;
    margin: 10px 0 0 5px;
    text-indent: -10000em;
    cursor: pointer;
}

.list_view .delicon {
    background: url("../images/icon_del.png");
    background-size: contain;
    width: 36px;
    height: 18px;
    margin: 12px;
    color: #ffffff;
}

/* 시설물 자료실 다운로드 팝업 */
.popup_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.8;
    z-index: 10000;
}

.popupDiv {
    top: 0px;
    position: fixed;
    background-color: #ffffff;
    width: 450px;
    z-index: 10000;
    box-shadow: 3px 5px 5px black;
    text-align: center;
    padding-bottom: 35px;
}

.w670 {
    width: 800px;
}

.tit_down {
    text-align: left;
    padding: 0 15px;
    background-color: #214275;
    color: #ffffff;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.popCloseBtn {
    background: url(../images/admin/pop_close.png) no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 15px;
    right: 10px;
}

.blind {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

/* 텝메뉴 */
.admin-tab-nav {
    border-bottom: 1px solid #d7d7d7;
    display: flex;
    margin-bottom: 10px;
}

.admin-tab-nav button+button {
    margin-left: 5px;
}

.admin-tab-nav button {
    background: none;
    border: 1px solid #d7d7d7;
    border-radius: 5px 5px 0 0;
    height: 30px;
    padding: 0 8px;
    border-bottom: 0;
    min-width: 80px;
    font-size: 15px;
}

.admin-tab-nav button.bt_calw {
    color: #5d5b5b;
}

.admin-tab-nav button.bt_aplw {
    background: #3482fe;
    border-color: #3482fe;
    color: #fff;
}

.admin-selector {
    margin-top: 10px;
    margin-bottom: 10px;
}

.admin-selector .btn {
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    border: 1px solid #c7d3e7;
    background: #e4ebf6;
    color: #646464;
    transition: all .25s;
    font-weight: normal;
}

.admin-selector .btn.active {
    background: #305898;
    color: #fff;
    border-color: #305898;
}

.sr-only {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0, 0, 0, 0);
}

.question td {
    cursor: pointer;
    background-color: #eee;
    color: #444;
}

.question td:hover {
    background-color: #ccc;
}

.answer div {
    background-color: #FFF;
    padding: 7px;
}

.ess {
    position: relative;
    padding-left: 10px;
}

.ess::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background-color: #bf2323;
    left: 0;
    top: 0;
}

button.delicon {
    background-color: #bf2323;
    color: #ffffff;
    font-size: 16px;
    padding: 6px 0 7px;
    min-width: 70px;
    border-radius: 20px;	
}