/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: "나눔고딕", nanumGothic, "맑은 고딕", "malgun gothic", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #333;
    height:100%;
}
body {
	height:100%;
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    text-decoration: none;
    background: transparent;
}
a:active,
a:hover {
    outline: 0;
}
a:hover,
a:focus {
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    box-sizing: border-box;
}
select {
    font-size: 12px !important;
}
select:disabled {background: #eee;}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
    vertical-align: middle;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="file"] {border: 1px solid #ff0000; box-shadow: none;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input[type="file"] {
    border: 0;
    padding: 0;
    margin: 0;
    line-height: normal;
    line-height: 22px;
}

input[type="text"]:disabled,
 input:read-only {
    background-color: #eee;
  }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
    line-height: 1.5;
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dpb {
    display: block;
}
.dpn {
    display: none;
}
.dpib {
    display: inline-block;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.pr {
    position: relative;
}
.left {
    text-align: left !important;
}
.center {
    text-align: center !important;
}
.vlt {
    vertical-align: top;
}
.vlm {
    vertical-align: middle;
}
.ofh {
    overflow: hidden !important;
}

.pd10 {
    padding: 10px !important;
}
.pdl5 {
    padding-left: 5px !important;
}
.pdl10 {
    padding-left: 10px !important;
}
.pdl20 {
    padding-left: 20px !important;
}
.pdl230 {
    padding-left: 230px !important;
}
.pdt5 {
    padding-top: 5px;
}
.pdt25 {
    padding-top: 25px;
}
.pdr10 {
    padding-right: 10px !important;
}
.mgl5 {
    margin-left: 5px !important;
}
.mgl10 {
    margin-left: 10px !important;
}
.mgl15 {
    margin-left: 15px !important;
}
.mgl30 {
    margin-left: 30px !important;
}
.mgl435 {
    margin-left: 435px !important;
}
.mgr5 {
    margin-right: 5px !important;
}
.mgr10 {
    margin-right: 10px !important;
}
.mgb13 {
    margin-bottom: 13px !important;
}
.mgb5 {
    margin-bottom: 5px !important;
}
.mgb7 {
    margin-bottom: 7px !important;
}
.mgb15 {
    margin-bottom: 15px !important;
}
.mgb30 {
    margin-bottom: 30px !important;
}
.mgb50 {
    margin-bottom: 50px !important;
}
.mgt0 {
    margin-top: 0px !important;
}
.mgt5 {
    margin-top: 5px !important;
}
.mgt7 {
    margin-top: 7px !important;
}
.mgt10 {
    margin-top: 10px !important;
}
.mgt15 {
    margin-top: 15px !important;
}
.mgt18 {
    margin-top: 18px !important;
}
.mgt20 {
    margin-top: 20px !important;
}
.mgt30 {
    margin-top: 30px !important;
}
.mgt70 {
    margin-top: 70px !important;
}
.mgb50 {
    margin-bottom: 50px;
}
.mgb1per {
    margin-bottom: 1%;
}
.mgt-5 {
    margin-top: -5px !important;
}
.mgr-3 {
    margin-right: -3px !important;
}
.mgl-3 {
    margin-left: -3px !important;
}
.font-sm {
    font-size: 11px;
}
.width50,
.popup-table-wrap select.width50 {
    width: 50px !important;
}

.width60,
.popup-table-wrap select.width60 {
    width: 60px !important;
}

.width300 {
    width: 300px !important;
}
.width380 {
    width: 380px;
}
.width420 {
	width: 420px;
}
.width600 {
    width: 600px;
}
.width830 {
    width: 830px;
}
.width49per {
    width: 49.5%;
}
.width90per {
    width: 90.5%;
}

table a {
    color: #026db8;
    text-decoration: underline;
}
table a:hover {
    color: #026db8;
    text-decoration: underline;
    font-weight: 600;
}
table a.table-icon-btn,
table a:hover.table-icon-btn {text-decoration: none;}
/* 버튼 */
.btn-group {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.btn {
    display: inline-block;
    padding: 5px 15px 4px 15px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    text-decoration: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}
.btn-r-20 {
    border-radius: 20px;
}
.btn-default {
    color: #444444;
    background-color: #fff;
    border-color: #cdcdcd;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    color: #fff;
    background-color: #666;
    border-color: #555;
}
.btn-default:active,
.btn-default.active {
    background-image: none;
}
.btn-default2 {
    color: #555;
    background-color: #fff;
    border-color: #cdcdcd;
}
.btn-default2:hover,
.btn-default2:focus,
.btn-default2:active,
.btn-default2.active {
    color: #fff;
    background-color: #fff;
    border-color: #999;
}
.btn-default2:active,
.btn-default2.active {
    background-image: none;
}
.btn-login-default {
    color: #fff;
    background: linear-gradient(to bottom, #12a7e1 0%, #1284df 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
    background: -moz-linear-gradient(top, #12a7e1 0%, #1284df 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #12a7e1), color-stop(100%, #1284df));
    background: -webkit-linear-gradient(top, #12a7e1 0%, #1284df 100%);
    background: -o-linear-gradient(top, #12a7e1 0%, #1284df 100%);
    background: -ms-linear-gradient(top, #12a7e1 0%, #1284df 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12a7e1', endColorstr='#1284df',GradientType=0 );
}
.btn-login-default:hover,
.btn-login-default:focus,
.btn-login-default:active,
.btn-login-default.active {
    color: #fff;
    background: linear-gradient(to bottom, #1284df 0%, #12a7e1 100%);
    font-weight: 600;
    background: -moz-linear-gradient(top, #1284df 0%, #12a7e1 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #1284df), color-stop(100%, #12a7e1));
    background: -webkit-linear-gradient(top, #1284df 0%, #12a7e1 100%);
    background: -o-linear-gradient(top, #1284df 0%, #12a7e1 100%);
    background: -ms-linear-gradient(top, #1284df 0%, #12a7e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1284df', endColorstr='#12a7e1',GradientType=0 );
}

.btn-primary {
    color: #fff;
    background-color: #1987d4;
    border-color: #177dc4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    background-color: #114e7f;
    border-color: #0d3d64;
}
.btn-primary:active,
.btn-primary.active {
    background-image: none;
}

.btn-success {
    color: #fff;
    background-color: #f35b7c;
    border-color: #d9516e;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    color: #fff;
    background-color: #de4069;
    border-color: #c12a51;
}
.btn-success:active,
.btn-success.active {
    background-image: none;
}

.btn-cancel {
    color: #fff;
    background-color: #777;
    border-color: #666;
}
.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel:active,
.btn-cancel.active {
    color: #fff;
    background-color: #444;
    border-color: #333;
}
.btn-cancel:active,
.btn-cancel.active {
    background-image: none;
}

.btn-dark {
    color: #fff;
    background-color: #444;
    border-color: #333;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active {
    color: #fff;
    background-color: #222;
    border-color: #111;
}
.btn-dark:active,
.btn-dark.active {
    background-image: none;
}

.btn-info {
    color: #fff;
    background-color: #ff5d25;
    border-color: #d84d1c;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    color: #fff;
    background-color: #ff5d25;
    border-color: #d84d1c;
}
.btn-info:active,
.btn-info.active {
    background-image: none;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active {
    background-image: none;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
    text-decoration: none;
}
.btn-danger:active,
.btn-danger.active {
    background-image: none;
}

.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px;
}
.btn-sm {
    padding: 3px 12px;
    font-size: 12px;
    line-height: 1.6;
    border-radius: 6px;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 2px;
}
.btn-icon {
    width: 27px;
    height: 27px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 5px;
    line-height: 23px;
}
.btn-icon-default {
    fill: #999;
}
.btn-icon[disabled] {
    background: #ddd;
}
.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.btn-login {
    display: block;
    /*width: 100%;*/
    padding-right: 0;
    padding-left: 0;
    border-radius: 4px;
    width: 320px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
}

/* form */
fieldset {
    border: 0;
}
input,
textarea {
    font-size: 13px;
    line-height: 28px;
    color: #666;
}
input {
    height: 27px;
    line-height: 25px;
    padding: 0 2px;
    margin: 0;
    vertical-align: middle;
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}
input:disabled {
    border: 0;
}
input[type="radio"],
input[type="checkbox"] {
    height: auto;
    border: 0;
    padding: 0;
    vertical-align: middle;
    margin: 0 5px 0 0;
    background: transparent;
}
.quiz-item .input-group {margin-bottom: 2px;}
.input-group {
    position: relative;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 27px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 27px;
    padding: 0 5px;
    font-size: 13px;
    line-height: 25px;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.custom-file-label.disabled {
    background-color: #eee;
}

.custom-file-input~.custom-file-label:after {
    content: "파일첨부";
    font-size: 12px;
}

.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 27px;
    padding: 0 6px;
    line-height: 25px;
    color: #000;
    content: "Browse";
    border-left: inherit;
    border-radius: 0 0px 0px 0;
    background: #eee;
    box-sizing: border-box;
}

.custom-file-label.disabled:after {
    color: #ccc
}

select {
    /* min-width:70px;  height:27px; line-height:27px;*/
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 13px;
    font-family: "나눔고딕", NanumGothic, "Nanum Gothic";
    color: #666;
    line-height: 18px; /* padding:4px; */
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
    border-color: #ddd;
}
textarea {
    height: auto;
    resize: none;
    line-height: 18px;
    padding: 5px;
    border: 1px solid #ddd;
    margin: 0;
    overflow: auto;
}
label {
    display: inline-block;
}
.label-group label {
    margin-left: 15px;
}
label.radio {
    margin-right: 15px;
    display: inline-block;
}
ul.label-group li {
    padding: 2px 0;
}
input.date,
input.num {
    width: 70px;
}
input.full {
    width: 96%;
}
input.half {
    width: 40%;
}

/* 로그인 */
#login {
    background: url(../img/bg-login.jpg) no-repeat fixed top;
    width: 100%;
}
#login-wrap {
    margin: 0 auto;
}
#login-wrap .lg-logo {
    padding: 40px 0 150px 40px;
}
#login-wrap .form-wrap {
    border: 0px solid skyblue;
    width: 350px;
    margin: 0 auto;
    text-align: center;
}
#login-wrap .form-wrap .logo {
    color: #ffcc00; /* font-size:67px; */
    padding-bottom: 20px;
}
#login-wrap .form-wrap .logo strong {
    color: #fff;
    font-weight: 600;
}
#login-wrap .form-wrap .pro-name {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    padding: 20px 0;
    border-top: 2px solid #afbee0;
    border-bottom: 2px solid #afbee0;
}
#login-wrap .form-wrap .login-input {
    border-radius: 4px;
    /*width: 310px;*/
    width: 320px;
    height: 42px;
}
#login-wrap .form-wrap .id-save {
    text-align: left;
    padding: 0 15px;
    margin: 13px 0;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}
#login-wrap .form-wrap .login-qna-wrap {
    position: relative;
}
#login-wrap .form-wrap .login-qna-txt {
    position: absolute;
    left: 15px;
    top: 0;
    color: #fff;
    font-size: 14px;
    width: 300px;
    margin: 15px auto;
    padding: 15px;
    line-height: 20px;
}
#login-wrap .form-wrap .login-qna-txt span {
    color: #ffcd05;
}
#login-wrap .form-wrap .login-qna {
    position: absolute;
    left: 15px;
    top: 0;
    border-radius: 4px;
    border: 1px solid #fff;
    background: #fff;
    opacity: 0.1;
    filter: Alpha(opacity=10);
    width: 300px;
    height: 50px;
    margin: 15px auto;
    padding: 10px;
}

/* 탑메뉴 */
#main-wrap,
#main-wrap .sub-menu-wrap {
    width: 100%;
    /* min-width: 1440px; */
    z-index: 5;
}
#main-wrap .top-wrap {
    border-bottom: 1px solid #45629e;
    min-width: 1440px;
}
#main-wrap .top-wrap:after {
    content: "";
    display: block;
    clear: both;
}
#main-wrap .top-wrap .top-left {
    float: left;
    min-width: 750px;
}
#main-wrap .top-wrap .top-left .logo {
    display: block;
    float: left;
    height: 54px; /* width:111px; */
    background: #5a78bd;
    color: #ffcc00; /* font-size:27px; */
    padding: 20px 31px 0 14px;
}
#main-wrap .top-wrap .top-left .logo strong {
    color: #fff;
    font-weight: 600;
}
#main-wrap .top-wrap .top-right {
    max-width: 420px;
    float: right;
    text-align: right;
    padding: 22px 15px 0 0;
}
#main-wrap .top-wrap .top-right .user {
    float: right;
    text-align: right;
    font-size: 12px;
}
#main-wrap .top-wrap .top-right .down {
    float: left;
    text-align: left;
    font-size: 12px;
}
#main-wrap .top-wrap .top-right .user span.name {
    color: #1987d4;
    display: inline-block;
    width: auto;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}
#main-wrap .top-wrap .top-right .user span {
    vertical-align: middle;
    color: #999999;
}
#main-wrap ul.menu li {
    float: left;
    text-align: center;
}
#main-wrap ul.menu li a {
    display: inline-block;
    color: #444;
    font-size: 13px;
    padding: 28px 24px;
    text-decoration: none;
}
#main-wrap ul.menu li:nth-child(3) a {
    padding: 28px 43px;
}
#main-wrap ul.menu li:nth-child(4) a {
    padding: 28px 30px;
}
#main-wrap ul.menu li.active a {
    color: #1987d4;
}
#main-wrap ul.menu li:hover,
#main-wrap ul.menu li:hover a,
#main-wrap ul.menu li.active {
    color: #1987d4;
}

#main-wrap .sub-menu-wrap {
    position: absolute;
    left: 0;
    top: 73px;
    background: #f5f5f5;
    width: 100%;
    font-size: 12px;
    color: #444;
    border-bottom: 1px solid #dbdbdb;
}
#main-wrap .sub-menu-wrap a {
    color: #444;
    line-height: 22px;
    text-decoration: none;
}
#main-wrap .sub-menu-wrap a:hover {
    color: #1987d4;
}
#main-wrap .sub-menu-wrap ul li.active > a {
    color: #1987d4;
    font-size: 12px;
}
#main-wrap .sub-menu-wrap ul li ul li a {
    line-height: 20px;
}
#main-wrap .sub-menu-wrap > ul {
    float: left;
    border-right: 1px solid #dbdbdb;
    height: 340px; /*서브메뉴가 추가됨에 따라 높이 조정*/
}
#main-wrap .sub-menu-wrap ul.sub-menu-0 > li:first-child,
#main-wrap .sub-menu-wrap ul.sub-menu-1 > li:first-child,
#main-wrap .sub-menu-wrap ul.sub-menu-2 > li:first-child,
#main-wrap .sub-menu-wrap ul.sub-menu-3 > li:first-child,
#main-wrap .sub-menu-wrap ul.sub-menu-4 > li:first-child,
#main-wrap .sub-menu-wrap ul.sub-menu-5 > li:first-child {
    margin-top: 10px;
}
#main-wrap .sub-menu-wrap ul.sub-menu-0 {
    width: 159px;
    background-color: #5a78bd;
    border-right: 0;
}
#main-wrap .sub-menu-wrap ul.sub-menu-1 {
    width: 79px;
    padding: 0 10px;
}
#main-wrap .sub-menu-wrap ul.sub-menu-2 {
    width: 106px;
    padding: 0 10px;
}
#main-wrap .sub-menu-wrap ul.sub-menu-3 {
    width: 135px;
    padding: 0 10px;
}
#main-wrap .sub-menu-wrap ul.sub-menu-4 {
    width: 130px;
    padding: 0 10px;
}
#main-wrap .sub-menu-wrap .btn-close {
    position: absolute;
    right: 15px;
    bottom: 5px;
}

/* breadcrumb */
.breadcrumb {
    list-style: none;
    font-size: 13px;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    text-align: left;
    padding: 10px 0;
}
.breadcrumb img {
    vertical-align: middle;
}
.breadcrumb > li:first-child {
    padding-left: 26px;
}
.breadcrumb > li {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
}
.breadcrumb > li + li:before {
    padding: 0 1px;
    color: #ccc;
    content: "\> ";
}
.breadcrumb > .active {
    color: #1987d4;
}
.breadcrumb li a {
    color: #444;
    text-decoration: none;
}
.breadcrumb li a:hover,
.breadcrumb li.active a {
    color: #1987d4;
}

/* paginate */
.paginate {
    padding: 0;
    line-height: normal;
    text-align: center;
    position: relative;
    margin: 20px 0 20px 0;
}
.paginate .paging {
    text-align: center;
}
.paginate .paging a,
.paginate .paging strong {
    margin: 0;
    padding: 0;
    min-width: 20px;
    padding-right: 5px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #848484;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
}
.paginate .paging a:hover,
.paginate .paging strong {
    color: #1987d4;
    font-weight: 600;
    font-weight: normal;
}
.paginate .paging .direction {
    z-index: 3;
    vertical-align: middle;
    background-color: none;
    margin: 0 0px;
}
.paginate .paging .direction:hover {
    background-color: #fff;
}
.paginate .paging .direction.prev {
    margin-right: 4px;
}
.paginate .paging .direction.next {
    margin-left: 4px;
}
.paginate .paging img {
    vertical-align: middle;
}
.paginate .right {
    position: absolute;
    top: 0;
    right: 0;
}

/* 풋터 */
#footer {
    width: 100%;
    min-width: 1440px;
    background: #333333;
    height: 25px;
    clear: both;
    position: fixed;
    bottom: 0;
    text-align: center;
    color: #8c8c8c;
    font-size: 12px;
    padding-top: 11px;
    font-weight: 600;
    z-index: 9;
}

/* 콘텐츠 */
.content-wrap {
    padding: 0 26px 50px 26px;
}
.content-wrap h2 {
    display: inline-block;
    float: left;
    list-style: none;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    /* padding: 14px 0px 12px; */
}
.content-wrap .table-left-btn {
    float: left;
    padding: 14px 0 5px;
}
.content-wrap .table-left-btn a {
   /* margin-left: 6px;
    margin-top: 10px; */
}
.content-wrap .table-right-btn {
    float: right;
    padding: 12px 0 0 0;
}
.content-wrap .list-scr-wrap {min-width: 1388px; overflow-x: auto;}
.content-wrap .scr {overflow-x: auto;}
.content-wrap .tit {
    min-width: 1388px;
}
.content-wrap .tit:after {
    content: "";
    display: block;
    clear: both;
}
.content-wrap .search {
    position: relative;
    min-width: 1358px;
    border: 1px solid #e0e0e0;
    color: #444;
    font-size: 12px;
    background-color: #f7f7f7;
    padding: 0 15px;
    margin-bottom: 10px;
}
.content-wrap .search.site {min-width: auto;}
.content-wrap .search .search-line {
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
}
.content-wrap .search .search-line:first-child {
    border-top: 0;
}
.content-wrap .search .search-line .search-cal {
    vertical-align: middle;
    width: 80px;
    height: 28px;
    background-color: #FFFFFF;
}
.content-wrap .search .search-line .search-cal-icon {
    vertical-align: middle;
    margin-left: -5px;
    height: 28px;
}
.content-wrap .search .search-line .view-select {
    position: absolute;
    right: 15px;
    bottom: 5px;
}
.content-wrap .search select,
.content-wrap .search input {
    height: 28px;
}
.content-wrap .table-comment,
.popup-table-wrap .table-comment {font-size: 12px; padding: 10px 5px 10px; text-align: left;}
.tree-wrap {
    position: relative;
    float: left;
    width: 400px;
    margin-right: -400px;
    border: 1px solid #cdcdcd;
    width: 400px;
    height: 100%;
    text-align: left;
    padding: 12px;
    z-index: 1;
}
input.disable {
    background-color: #f6f6f6;
}
table {
    font-size: 12px;
    color: #444;
    border-collapse: collapse;
    border-spacing: 0px;
    table-layout: fixed;
}
table.list {
    text-align: left;
    width: 100%;
}
table.list tr:hover {
    background: #f8f8f8;
}
table.list th {
    padding: 3px 2px;
    color: #026db8;
    background: #f6fbff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    vertical-align: middle;
    text-align: center;
    height: 26px;
}
table.list th:first-child {
    border-left: 1px solid #e0e0e0;
}
table.list td.border-t {
    border-top: 1px solid #e0e0e0;
}
table.list td {
    padding: 4px 0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    vertical-align: middle;
    text-align: center;
    word-break: break-all;
    height: 26px;
    line-height: 26px;
}
table.list td:first-child {
    border-left: 1px solid #e0e0e0;
}
table.list td img {
    vertical-align: middle;
}
table.list th a.sort {
    color: #026db8;
    text-decoration: none;
}
table.list th a.sort:hover {
    color: #004b7f;
}
table.list th.bg-gray {
    background: #f6f6f6;
}
table.list td.bg-gray {
    background: #f9f9f9;
}
table.list th.bg-white {
    background: #fff;
}
table.list td a.quiz {
    color: #026db8;
    text-decoration: underline;
}
table.list td a.quiz:hover {
    color: #026db8;
    text-decoration: underline;
    font-weight: 600;
}
table.list th input[type="checkbox"],
table.list td input[type="checkbox"],
.table-comment input[type="checkbox"] {
    padding: 0;
    margin: 0;
    margin-top: -2px;
}
table.list td.left input[type="checkbox"],
table.list td.center input[type="checkbox"],
.table-comment input[type="checkbox"] {
    margin-right: 5px;
}
table.list th select,
table.list td select,
table.list th input[type="text"],
table.list td input[type="text"] {
    width: 90%;
}
table.list th input[type="radio"],
table.list td input[type="radio"] {
    vertical-align: middle;
    margin-top: -1px;
}
table td.hidden-title {
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
table.list th.left,
table.list td.left {
    text-align: left;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
table .border-t.text-area {
    padding: 5px 5px 5px 5px !important;
}
table .block-list {margin-top: 5px;}
table .block-list:first-child {margin-top: 0;}
.essential {
    color: #cc0000;
}
.search-summary-wrap {
    margin-bottom: 5px;
}
.search-summary-wrap:after {
    content: "";
    display: block;
    clear: both;
}
.search-summary-wrap .search-summary {
    font-size: 13px;
    float: left;
    padding-top: 5px;
    margin: 0;
}
.search-summary-wrap .table-right-btn {
    float: right;
    padding: 0;
    margin: 0;
}
.search-summary-wrap .search-summary-right {
    font-size: 13px;
    float: right;
    padding: 0;
    margin: 10px 0 0 0;
}
.search-summary-wrap .search-summary-left {
    font-size: 13px;
    float: left;
    padding: 0;
    margin: 10px 0 0 0;
    color: red;
    font-weight: bold;
}
.search-summary-right2 {
    font-size: 13px;
    float: right;
    padding-top: 15px;
    margin: 0;
}
table td div.table-input-file {
    position: relative;
}
table td div.table-input-file input {
    width: 300px !important;
}
table td div.table-input-file .selectFileTxt {
    width: 300px;
    border: 1px solid #d9d9d9;
}
table td div.table-input-file .btnFile input {
    position: absolute;
    top: 0;
    left: 0px;
    width: 400px;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 0;
}
.quiz-top {
    margin: 30px 0 60px 0;
}
.quiz-top .quiz-top-left {
    float: left;
    padding: 5px;
}
td div.quiz-input {
    float: left;
    margin-left: 5px;
}
td div.quiz-right-btn {
    float: right;
    margin-right: 5px;
}
.ver-line {
    padding: 0 10px;
}
.quiz-top2 {
    margin: 0;
    border-bottom: 1px solid #dedede;
    padding-bottom: 3px;
}
.quiz-top2:after {
    content: "";
    display: block;
    clear: both;
}
.quiz-top2 .quiz-top-left {
    display: inline-block;
}
.quiz-tit .left {
    float: left;
    text-align: left;
    padding: 10px 0 10px 0;
}
.quiz-tit .right {
    float: right;
}
.quiz-table * {
    vertical-align: middle;
}
.quiz-table {
    position: relative;
    display: table;
    width: 100%;
    text-align: left;
}
.quiz-table + .quiz-table {margin-top: -1px;}
.quiz-table + .quiz-table .left {line-height: 18px;}
.quiz-table + .quiz-table .right {/* padding: 5px 5px 5px 5px; */ line-height: 26px;}
.quiz-table .left,
.quiz-table .right {
    display: table-cell;
    border: 1px solid #e0e0e0;
}
.quiz-table .left {
    padding: 10px;
    width: 50px;
    text-align: left;
    background: #f6fbff;
    color: #026db8;
    font-weight: bold;
}
.quiz-table .right {
    overflow: hidden;
    width: calc (100% - 50px);
    border-left: none;
}
.quiz-table .right > div {
    padding: 5px 5px 5px 5px;
}
.quiz-table .right > div:last-child {
    padding-bottom: 5px;
}
.quiz-table .quiz-input {
    float: left;
    border: 0px solid orange;
}
.quiz-table .quiz-right-btn {
    float: right;
    margin-right: 5px;
}
.quiz-item {
    border-left: none;
    border-bottom: 1px solid #e0e0e0;
}
.quiz-item .preview {border: 1px solid #ddd;}
.quiz-item:after {
    clear: both;
    content: " ";
    display: block;
}
.quiz-item:last-child {
    border-bottom: 0;
}
.quiz-item-tit {float: left; line-height: 26px;}
.quiz-item-ex {padding-left: 60px;}





.quiz-item .preview {max-width: 600px;}
.quiz-table-dim {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    opacity: 0.7;
    z-index: 10;
}
.quiz-table-dim span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.person-c {
    padding: 0px 5px;
}
.person-c .tit {
    width: 61px;
    float: left;
    padding-top: 5px;
    margin-top: 3px;
}
.code-wrap {
    position: relative;
    float: left;
    width: 425px;
    margin-right: -425px;
    height: 600px;
    overflow: auto;
    text-align: left;
    z-index: 1;
}
.code-right-wrap {margin-left: 435px; min-width: 953px;}
.code-right-wrap .search-table {margin: 10px auto 50px;}
.code-wrap table.list th,
.code-wrap table.list td {
    /* height: 14px;
    line-height: 14px; */
}
.site {
    top: 43px;
}
.site .search-line span {
    display: inline-block;
    width: 68px;
}
.vertical-line span {position: relative; margin-right: 15px;}
.vertical-line span:before {position: absolute; left: -10px; top: 50%; margin-top: -4px; content: " "; display: inline-block; width: 1px; height: 10px; background: #aaa;}
.vertical-line span:first-child:before {background: transparent;}
.vertical-line div + div {margin-top: 5px;}
/* 컨텍스트 메뉴 */
.popup-table-context-wrap {
    position: absolute;
    left: 655px;
    top: 412px;
    padding: 10px;
    z-index: 10;
    border: 1px solid #026db8;
    border-radius: 2px;
    color: #000;
    background: #fff;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    font-size: 12px;
}
.popup-table-context-wrap {
    width: 120px;
}
.popup-table-context-wrap span {
    padding: 0 7px;
}
.popup-table-context-wrap a {
    color: #026db8;
    text-decoration: none;
}
.popup-table-context-wrap a:hover {
    font-weight: 600;
}
.ranking .btn-icon:first-child {
    margin-right: -3px;
}
.ranking .btn-icon:last-child {
    margin-left: -3px;
}
.ranking input {
    width: 30px !important;
    border-left: 0;
    border-right: 0;
    background: #fff;
}
/* 팝업 */
#popup-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9;
    opacity: 0.7;
    filter: Alpha(opacity=70);
}
.popup-table-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 10px;
    z-index: 10;
    border: 1px solid #999;
    border-radius: 6px;
    color: #000;
    background: #fff;
    text-align: center;
    box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.5);
    font-size: 12px;
    z-index: 10;
}

.popup-table-wrap.width300 {
    width: 300px;
    margin-left: -150px;
}
.popup-table-wrap.width430 {
    width: 430px;
    margin-left: 215px;
}
.popup-table-wrap.width600 {
    width: 600px;
    transform: translate(-50%, -50%);
    /* margin-left: -300px; */
}
.popup-table-wrap.width900 {
    width: 900px;
    transform: translate(-50%, -50%);
    /* margin-left: -415px; */
}
.popup-table-wrap.width1000 {
    width: 1000px;
    transform: translate(-50%, -50%);
}
.popup-table-wrap.width1200 {
    width: 1200px;
    transform: translate(-50%, -50%);
}
.popup-table-wrap.custom {
    width: 645px;
    margin-left: 5px;
    margin-top: 5px;
    left: 0% !important;
    top: 0% !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 0px !important;
    box-shadow: 0px 0px 0px !important;
}

.popup-table-wrap h5 {
    text-align: left;
    font-size: 15px;
    padding: 10px 10px 5px 10px;
    color: #444;
}
.popup-table-wrap hr {
    border: none;
    border-bottom: 1px solid #cdcdcd;
    padding: 0;
    margin: 0;
}
.popup-table-wrap .tit .txt-tit {
    float: left;
}
.popup-table-wrap .table-right-btn {
    text-align: right;
    padding: 5px 0 5px 0;
}
.popup-table-wrap .search {
    position: relative;
    border: 1px solid #e0e0e0;
    color: #444;
    font-size: 12px;
    background-color: #f7f7f7;
    padding: 0 5px;
    margin-bottom: 10px;
    text-align: left;
}
.popup-table-wrap .search .search-line {
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
}
.popup-table-wrap .search .search-line:first-child {
    border-top: 0;
}
.popup-table-wrap .search .search-line .search-cal {
    vertical-align: middle;
    width: 80px;
    height: 26px;
    background-color: #FFFFFF;
}
.popup-table-wrap .search .search-line .search-cal-icon {
    vertical-align: middle;
    margin-left: -1px;
    height: 28px;
}
.popup-table-wrap .search .search-line .view-select {
    position: absolute;
    right: 15px;
    bottom: 5px;
}
.popup-table-wrap .search select,
.popup-table-wrap .search input {
    height: 26px;
}
.popup-table-wrap table.list {
    text-align: left;
    width: 100%;
}
.popup-table-wrap table.list tr:hover {
    background: #f8f8f8;
}
.popup-table-wrap table.list th {
    padding: 3px 2px;
    color: #026db8;
    background: #f6fbff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    vertical-align: middle;
    text-align: center;
}
.popup-table-wrap table.list th:first-child {
    border-left: 1px solid #e0e0e0;
}
.popup-table-wrap table.list td {
    padding: 4px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    vertical-align: middle;
    text-align: center;
}
.popup-table-wrap table.list td:first-child {
    border-left: 1px solid #e0e0e0;
}
.popup-table-wrap table.list td img {
    vertical-align: middle;
}
.popup-table-wrap table.list th a.sort {
    color: #026db8;
    text-decoration: none;
}
.popup-table-wrap table.list th a.sort:hover {
    color: #004b7f;
}
.popup-table-wrap table.list th.bg-gray {
    background: #f6f6f6;
}
.popup-table-wrap table.list td a.quiz {
    color: #026db8;
    text-decoration: underline;
}
.popup-table-wrap table.list td a.quiz:hover {
    color: #026db8;
    text-decoration: underline;
    font-weight: 600;
}
.popup-table-wrap table.list th input[type="checkbox"],
.popup-table-wrap table.list td input[type="checkbox"] {
    padding: 0;
}
.popup-table-wrap table.list th select,
.popup-table-wrap table.list td select,
.popup-table-wrap table.list th input[type="text"],
.popup-table-wrap table.list td input[type="text"] {
    width: 90%;
}
.popup-table-wrap table td.hidden-title {
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.popup-table-wrap .scr {
    height: 250px;
    width: 100%;
    overflow: auto;
}
.popup-table-wrap .scr .no-data {
    padding: 30px;
    color: #999;
    border: 1px solid #efefef;
}
.popup-table-wrap .service-txt {
    font-size: 14px;
    line-height: 20px;
    color: #444;
    padding: 10px 0px 15px 0px;
}
.popup-table-wrap .comment {
    text-align: left;
    color: #444;
    padding: 10px;
}
.popup-table-wrap .scr-2 {
    max-height: 700px;
    overflow: auto;
}
.popup-table-wrap .scr-3 {
    max-height: 325px;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 10px;
}
.info-box {
    margin: 10px auto;
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
    background: #f7f7f7;
    text-align: left;
    line-height: 1.8;
}
.info-box > div span {
    position: relative;
    margin: 0 -0.3em 0 0;
    padding: 0 7px;
}
.info-box > div span:before {
    content: " ";
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #888;
    position: absolute;
    left: 0;
    top: 2px;
}
.info-box > div span:first-child {
    padding-left: 0;
}
.info-box > div span:first-child:before {
    display: none;
}

.fileBx {
    position: relative;
    padding: 0 0 0 0;
    overflow: hidden;
}
.fileBx .selectFileTxt {
    width: 300px;
    border: 1px solid #d9d9d9;
}
.btnFile input {
    position: absolute;
    top: 0;
    left: 0px;
    width: 400px;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 0;
}

.popup-quiz {
    font-size: 13px;
    padding: 9px;
    text-align: left;
}
.popup-quiz .tit {
    padding-bottom: 10px;
    margin-top: 25px;
}
.popup-quiz .tit:first-child {
    margin-top: 10px;
}
.popup-quiz ul {
    text-align: left;
    border: 1px solid #c8c8c8;
}
.popup-quiz ul li {
    font-size: 13px;
    text-align: left;
    border-top: 1px solid #c8c8c8;
    color: #444;
    padding: 7px;
}
.popup-quiz ul li span.num {vertical-align: top; padding-right: 5px;}

.popup-quiz ul li:first-child {
    border-top: 0;
}
.popup-quiz ul li.ans {
    background: #ffeded;
}
.popup-quiz ul li span.ans {
    float: right;
    padding-right: 5px;
    color: #cc0000;
}
.popup-quiz .realization {
    overflow: hidden;
    margin-top: 25px;
}
.popup-quiz .realization .tit {
    display: inline-block;
    margin-top: 0px;
}
.popup-quiz textarea {
    width: 572px;
    border: 1px solid #c8c8c8;
    margin-top: -7px;
}
.quiz-question h4 {margin-bottom: 10px; font-weight: bold; }
.quiz-question h4 span.num {padding-right: 5px;}
.quiz-question .question-img {margin-bottom: 10px;}
.quiz-wrap {margin-bottom: 30px; padding-top: 10px;}
.quiz-answer ul {border-bottom: 0;}
.quiz-answer li > div ~ img {margin-top: 10px;}
.table-td-left {
    float: left;
    padding: 10px;
}
.table-td-right {
    float: right;
    padding: 5px 10px 0 0;
}
.table-td-left-tree {
    float: left;
    border: 1px solid #cdcdcd;
    width: 320px;
    margin-left: 10px;
    height: 270px;
    overflow: auto;
    text-align: left;
    padding: 12px;
}
.table-td-mid-addbtn {
    float: left;
    padding: 134px 5px;
}
.table-td-mid-addbtn span {
    font-size: 10px;
}
.table-td-right-table {
    float: left;
    width: 400px;
    height: 270px;
    overflow-x: hidden;
    overflow: auto;
    border: 1px solid #cdcdcd;
    padding: 0 10px 10px 10px;
}
.table-td-right-table .tit h5.txt-tit {
    padding: 12px 0 0 0;
    font-size: 13px;
}
.popup-table-wrap .search-cal {
    vertical-align: middle;
    width: 80px !important;
    height: 28px;
    background-color: #FFFFFF;
}
.popup-table-wrap .search-cal-icon {
    vertical-align: middle;
    margin-left: -5px;
    height: 28px;
}
.popup-table-wrap select {
    height: 26px;
    width: 110px !important;
}
.popup-table-wrap input[type="checkbox"] {
    vertical-align: middle;
    margin-top: -2px;
}
.popup-table-wrap input[type="radio"] {
    vertical-align: middle;
    margin-top: -1px;
}
.popup-sub-tit {
    font-size: 14px;
    text-align: left;
    padding: 0px 10px 13px 5px;
}
.popup-sub-tit + .mgt0 {
    margin-top: 0;
}
.popup-sub-tabletit-wrap .popup-sub-tabletit:after {content: ""; display: block; clear: both;}
.popup-sub-tabletit {
    font-size: 12px;
    text-align: left;
    padding: 15px 10px 10px 5px;
}
.popup-sub-tabletit:before {
    content: "- ";
}
.thumb-list {
    float: left;
    width: 100px;
    margin: 5px 8px 5px 0;
    border: 0px solid #ff0000;
}
.thumb-list img {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}
.thumb-list .tit {
    /* padding-bottom: 10px; */
}

/* 메인 */
#main-content-wrap {
    padding: 1%;
}
#main-content-wrap .con-1,
#main-content-wrap .con-2,
#main-content-wrap .con-3,
#main-content-wrap .con-4 {
    width: 49.2%;
}
#main-content-wrap .con-1,
#main-content-wrap .con-3 {
    float: left;
}
#main-content-wrap .con-2,
#main-content-wrap .con-4 {
    float: right;
}
#main-content-wrap .con-1 {
    border: 1px solid #4b77be;
}
#main-content-wrap .con-2 {
    border: 1px solid #44b6ae;
}
#main-content-wrap .con-3 {
    border: 1px solid #9b59b6;
}
#main-content-wrap .con-3,
#main-content-wrap .con-4 {
    margin-top: 1%;
}
#main-content-wrap .con-1 h4,
#main-content-wrap .con-2 h4,
#main-content-wrap .con-3 h4 {
    float: left;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    display: inline-block;
}
.con-1 .tit-wrap {
    background: #4b77be;
    padding: 10px 15px;
}
.con-1 .tit-wrap:after {
    content: "";
    display: block;
    clear: both;
}
.con-1 .tit-wrap .date {
    float: right;
    color: #fff;
}
.con-2 .tit-wrap {
    background: #44b6ae;
    padding: 10px 15px;
}
.con-2 .tit-wrap:after {
    content: "";
    display: block;
    clear: both;
}
.con-2 .tit-wrap .date {
    float: right;
    color: #fff;
}
.con-3 .tit-wrap {
    background: #9b59b6;
    padding: 10px 15px;
}
.con-3 .tit-wrap:after {
    content: "";
    display: block;
    clear: both;
}
.con-3 .tit-wrap .date {
    float: right;
    color: #fff;
}
.con-3 dl.div-line {
    padding-bottom: 15px;
    border-bottom: 1px solid #c8c8c8;
}
.con-3 dl dt,
.con-3 dl dd {
    padding: 0px;
    margin: 0;
    line-height: 20px;
    display: inline-block;
}
.con-3 dl dt {
    font-size: 15px;
    width: 150px;
}
.con-3 dl dd {
    font-size: 27px;
}
.cont-top {
    height: 168px;
    padding: 10px 15px 5px 15px;
}
.cont-top .tit {
    font-size: 15px;
    line-height: 25px;
    color: #444;
    padding-bottom: 8px;
    border-bottom: 1px solid #c8c8c8;
}
.cont-top .data-wrap {
    border: 0px solid #ff0000;
    text-align: center;
    margin: 0 auto;
}
.cont-top .data-wrap:after {
    content: "";
    display: block;
    clear: both;
}
.cont-top .data-wrap .data-1 {
    margin: 20px 0;
    float: left;
    width: 31.5%;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    margin-right: 1.1%;
    height: 106px;
}
.cont-top .data-wrap .data-1:first-child {
    margin-left: 1%;
}
.cont-top .data-wrap .data-1:last {
    margin-right: 0;
}
.cont-top .data-wrap .data-1 .sub-tit {
    font-size: 16px;
    padding-top: 16px;
}
.cont-top .data-wrap .data-1 .sub-num {
    font-size: 36px;
    font-weight: 600;
    padding-top: 12px;
}
.font-green {
    color: #00ae5e;
}
.font-blue {
    color: #1987d4;
}
.font-orange {
    color: #ff8a00;
}
.font-red {
    color: #cc0000;
}
.text-description {
    font-size: 11px;
    color: #ff8a00;
}

.popup-table-wrap.width380 {
    width: 380px;
    margin-left: -190px;
    margin-top: -175px;
}
.password-reset-form {
    padding: 10px 10px 6px 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.password-reset-form .form-group {
    position: relative;
    margin-bottom: 5px;
}
.password-reset-form .text-with-btn {
    padding: 0 109px 0 0;
}
.password-reset-form .text-with-btn .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 104px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
}
.password-reset-form .text-with-btn .btn-reset {
    right: 115px;
}
.password-reset-form input[type="text"],
.password-reset-form input[type="password"] {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
    color: #666;
    border: 1px solid #e1e4e7;
    background: #f7f7f9;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
}
.password-reset-form .btn-reset {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    padding: 0;
    border: 0;
    background: url(../img/icons.png) no-repeat -125px -25px;
    background-size: 300px auto;
}
.password-reset-rule {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    text-align: left;
}
.password-reset-rule h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #1388df;
}
.password-reset-rule ul {
    margin-bottom: 10px;
}
.password-reset-rule li {
    position: relative;
    padding-left: 8px;
    font-size: 13px;
    color: #333;
    letter-spacing: -1px;
    line-height: 20px;
    height: 20px;
}
.password-reset-rule li:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #333;
}
.modal-footer {
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #ddd;
}

#bowlG {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    z-index: 99999;
}
#popup-bg-loading {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background: #000;
    opacity: 0.7;
    filter: Alpha(opacity=70);
}

.stillcutDelBtn {
    width: 10px;
}
.goAddRow {
    background-color: yellow;
}
.modifyBackground {
    background-color: yellow;
}
.modifyBackgroundAll {
    background-color: yellow;
}
.main_disk_font {
    font-size: 18px;
    font-weight: bold;
}

.table-td-all-tree {
    float: left;
    border: 1px solid #cdcdcd;
    width: 95%;
    /*margin-left: 10px;*/
    height: 270px;
    overflow: auto;
    text-align: left;
    padding: 12px;
}

.table-td-all-table {
    float: left;
    width: 95%;
    height: 270px;
    overflow-x: hidden;
    overflow: auto;
    border: 1px solid #cdcdcd;
    padding: 0 10px 10px 10px;
}