@charset "utf-8";
/* CSS Document */

html, body {
    width: 100%;
    height: 100%;
    font-family: "Noto Sans KR", 'dotum,arial,Nanum Gothic', 'Apple SD 산돌고딕 neo', sans-serif;
    font-size: 12px;
    word-wrap: normal;
}

body {
    width: 100%;
    margin: 0;
    overflow-x: hidden;
}

form, fieldset, body, div, ul, li, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, address, span, img, table, tr, th, td, iframe {
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
}

ul, ol {
    list-style: none;
}

a {
    border: 0px;
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    color: inherit;
    outline: none;
    selector-dummy: expression(this.hideFocus=true);
}

table {
    border-collapse: collapse;
}

img {
    border: currentColor;
    border-image: none;
    vertical-align: top;
    border: 0px;
    padding: 0px;
    margin: 0px;
    outline: none;
}

/*공통사항*/
#admin_login_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/login_to_admin_bg.gif);
    background-size: 100%;
}

#admin_login_wrap .admin_login_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -263px;
    margin-top: -193px;
    width: 527px;
    height: 386px;
    background: url(../img/login_to_admin_box.png);
}

#admin_login_wrap .admin_login_inner .admin_login_box {
    width: 479px;
    height: 340px;
    border: 1px solid #bfbfbf;
    background-color: #e6eae9;
    margin: 24px;
}

#admin_login_wrap .admin_login_inner .admin_login_box .login_box_1 {
    height: 65px;
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    background-color: #333;
    text-align: center;
    line-height: 65px;
}

#admin_login_wrap .admin_login_inner .admin_login_box .login_box_2 {
    height: 180px;
    width: 80%;
    margin: 30px auto 0;
    text-align: right;
}

#admin_login_wrap .admin_login_inner .admin_login_box .login_box_2 a {
    font-size: 12px;
    color: #888888;
    margin: 8px auto 0;
    display: block;
}

#admin_login_wrap .admin_login_inner .admin_login_box .login_box_2 input {
    width: 100%;
    color: #333333;
    padding: 15px 29px;
    border-radius: 7px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #bababa;
    margin: 8px auto 0;
}

#admin_login_wrap .admin_login_inner .admin_login_box .login_box_2 input -webkit-input-placeholder {
    color: #999999;
}

/* WebKit browsers */
#admin_login_wrap .admin_login_inner .admin_login_box .login_box_2 input -moz-placeholder {
    color: #999999;
    opacity: 1;
}

/* Mozilla Firefox 4 to 18 */
#admin_login_wrap .admin_login_inner .admin_login_box .login_box_2 input -moz-placeholder {
    color: #999999;
    opacity: 1;
}

/* Mozilla Firefox 19+ */
#admin_login_wrap .admin_login_inner .admin_login_box .login_box_2 input -ms-input-placeholder {
    color: #999999;
}

/* Internet Explorer 10+ */

#admin_login_wrap .admin_login_inner .admin_login_box .login_box_3 {
    height: 63px;
    width: 100%;
    background-color: #d9dddc;
    text-align: right;
    line-height: 65px;
    display: inline-block;
}

#admin_login_wrap .admin_login_inner .admin_login_box .login_box_3 a {
    display: inline-block;
    background-color: #dc0707;
    color: #ffffff;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 12px 30px;
    text-decoration: none;
}

#affiliateAutoCompleteViewBox {
    display: none;
    position: absolute;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    width: 400px;
    padding: 5px;
    overflow: hidden;
}

#affiliateAutoCompleteViewBox ul {
    overflow-y: auto;
    max-height: 200px;
}

#affiliateAutoCompleteViewBox li {
    padding: 5px;
    border-bottom: 1px dashed #cccccc;
}

#affiliateAutoCompleteViewBox li:last-child {
    border-bottom: 0px;
}

#calculateUserAutoCompleteViewBox {
    display: none;
    position: absolute;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    width: 400px;
    padding: 5px;
    overflow: hidden;
}

#calculateUserAutoCompleteViewBox ul {
    overflow-y: auto;
    max-height: 200px;
}

#calculateUserAutoCompleteViewBox li {
    padding: 5px;
    border-bottom: 1px dashed #cccccc;
}

#calculateUserAutoCompleteViewBox li:last-child {
    border-bottom: 0px;
}

#ownerUserAutoCompleteViewBox {
    display: none;
    position: absolute;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    width: 400px;
    padding: 5px;
    overflow: hidden;
}

#ownerUserAutoCompleteViewBox ul {
    overflow-y: auto;
    max-height: 200px;
}

#ownerUserAutoCompleteViewBox li {
    padding: 5px;
    border-bottom: 1px dashed #cccccc;
}

#ownerUserAutoCompleteViewBox li:last-child {
    border-bottom: 0px;
}

#category_1depth_box, #category_2depth_box, #category_3depth_box {
    display: inline-block;
}

#category_result_area li {
    padding-top: 3px;
    list-style-type: disc;
    margin-left: 20px;
}

.uploaded_editor_image_area {
    width: 100%;
    /*min-height: 126px;*/
    border: 1px solid #cccccc;
    background-color: #eeeeee;
    display: inline-block;
}

.uploaded_editor_image_area ul li {
    float: left;
    position: relative;
}

.uploaded_editor_image_area ul li span img {
    margin: 2px;
    border: 1px solid #cccccc;
}

.uploaded_editor_image_area ul li span img:hover {
    border: 1px solid #ff0000;
}

.uploaded_editor_image_area .menu_area {
    left: 0px;
    position: absolute;
    top: 0px;
}

.uploaded_editor_image_area .main_title_bar_area {
    display: none;
    width: 120px;
    height: 22px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    margin: 3px;
}

.uploaded_editor_image_area .main_title_bar_area .main_title_bar_bg {
    background-color: #ff4451;
    position: absolute;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

.uploaded_editor_image_area .main_title_bar_area .main_title_text {
    color: #ffffff;
    position: absolute;
    text-align: center;
    padding: 5px 0px;
    font-size: 11px;
    width: 100%;
    height: 100%;
}

.selected_main .main_title_bar_area {
    display: block;
}

.selected_main .editor_image_menu .thumb_add_btn {
    display: none;
}

.selected_main .editor_image_menu .thumb_remove_btn {
    display: inline-block;
}

.editor_image_menu {
    display: inline-block;
    position: absolute;
    top: 0px;
    width: 126px;
    text-align: center;
    padding-top: 5px;
}

.editor_image_menu input {
    width: 40px;
    margin: 5px;
    display: inline-block;
}

.editor_image_menu input.big_size {
    width: 94px;
}

.editor_image_menu input.thumb_remove_btn {
    display: none;
}

.editor_image_menu input.thumb_add_btn {
    display: inline-block;
}

#editor_image_menu_html {
    display: none;
}

#detail_search_form_layer_wrap {
    display: none;
}

.detail_search_form_layer {
    width: 800px;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -400px;
    z-index: 9999;
    /* border: 2px solid #aaaaaa; */
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 22px #232323;
}

.detail_search_form_layer label.lib_checkbox {
    width: 100px;
    display: inline-block;
}

/* 카테고리. */
.category_box_wrap {
    width: 100%;
    display: inline-block;
}

.category_box_wrap .table_box {
    float: left;
    width: 33.333%;
    height: 100px;
    border: 1px;
}

.category_box_wrap .table_box .table_wrap {
    margin-right: 10px;
}

.category_box_wrap .table_box:nth-child(3) .table_wrap {
    margin-right: 0px;
}

.category_box_wrap .table_box th:nth-child(1) {
    width: 45%;
}

.category_box_wrap .table_box th:nth-child(2) {
    width: 30%;
}

.category_box_wrap .table_box th:nth-child(3) {
    width: 25%;
}

.category_box_wrap .table_box td:nth-child(1) {
    width: 45%;
}

.category_box_wrap .table_box td:nth-child(2) {
    width: 30%;
}

.category_box_wrap .table_box td:nth-child(3) {
    width: 25%;
}

.category_box_wrap .category_list_wrap {
    height: 400px;
    overflow-y: auto;
}

#category_form_layer_wrap {
    display: none;
}
#modal_form_layer_wrap {
    display: none;
}
#modal2_form_layer_wrap {
    display: none;
}
#modal3_form_layer_wrap {
    display: none;
}

.modal_form_layer {
    width: 500px;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -250px;
    z-index: 9999;
    /* border: 2px solid #aaaaaa; */
    /*padding: 10px;*/
    /*background-color: #fff;*/
    box-shadow: 0px 0px 22px #232323;
}
.modal2_form_layer {
    width: 700px;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -350px;
    z-index: 9999;
    /* border: 2px solid #aaaaaa; */
    /*padding: 10px;*/
    /*background-color: #fff;*/
    box-shadow: 0px 0px 22px #232323;
}
.modal3_form_layer {
    width: 500px;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -250px;
    z-index: 9999;
    /* border: 2px solid #aaaaaa; */
    /*padding: 10px;*/
    /*background-color: #fff;*/
    box-shadow: 0px 0px 22px #232323;
}

.selectedCategory {
    background-color: #a6daf9 !important;
}

#calculate_form_layer_wrap {
    display: none;
}

.calculate_form_layer {
    width: 400px;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -200px;
    z-index: 9999;
    /* border: 2px solid #aaaaaa; */
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 22px #232323;
}

.duplication_result p {
    margin-bottom:0!important;
}

.from_type_wrap {
    display:table;
    width:100%;
}

.from_type_wrap > ul {
    display:table-row;
    width:100%;
}

.from_type_wrap > ul > li{
    display:table-cell;
    padding:1px 0;
}
.from_type_wrap > ul > li:first-child {
    width:80px;
}

.is_over_work .over_work_hour_total_in_week {
    color:#ff0000;
}
.is_over_work .remain_work_hour_in_week {
    color:#ff0000;
}
.status_label .cancel_btn {
    display: inline;
    line-height: 1;
    border: 1px solid #afafaf;
    border-radius: 5px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    cursor: pointer!important;
    padding: 2px 4px;
    font-size: inherit;
    font-weight: normal;
}