@font-face {
    font-family: ng;
    src: url('NanumGothic.eot');
    src: local(※), url('/admin/css/NanumGothic.woff') format('woff')
}

/* Reset */
.purgecaches{display: none;}
html, body {
    margin: 0;
    padding: 0;
    /*font-family: '나눔고딕', NanumGothic, ng, sans-serif;*/
    font-family: "Noto Sans KR", "sans-serif";
    color: #333333;
    font-size: 12px;
}
body{
    min-width: 1280px;
    min-height: 720px;
}
body#framepage{
    min-width: 0;
    min-height: 0;
}
input, select, button, textarea{
    font-family: '나눔고딕', NanumGothic, ng, sans-serif;
}
input[type=button], input[type=submit], button{
    appearance: none;
    -webkit-appearance:none;
    display: inline-block;
}
ul, ol, li {
    margin: 0; 
    padding: 0;
    display: inline;
}
img {
    border: 0 !important;
}
p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

a, a:hover {
    text-decoration: none;
    color: #333333;
}

#wrap {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    /* min-width: 1024px; */
}

.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
.hidden-caption{
    display: none;
}

.text-left { 
    text-align: left;
}
input[type="radio" i]{
    vertical-align: text-top;
    margin-top: 0;
}


/*************************************
    Login Area
*************************************/
#wrap_login {
    width: 100%;
    height: auto;
    min-height: 500px;
    float: left;
    /*background-image: url('../images/admin_login_bg.png');*/
    background-position: left top;
    background-repeat: no-repeat;
}
#login_box {
    width: 304px;
    height: 298px;
    background-color: white;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #d9d9d9;
    margin: 200px auto 0 auto;
    box-shadow: 0px 0px 10px #ccc;
}
img.admin_login_logo {
    display: block;
    margin: 27px auto 0 auto;
}
form.login {
    display: block;
    padding: 20px 20px;
}
form.login input {
    appearance: none;
    width: 242px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 14px;
    margin: 10px 0;
    padding: 9px 10px;
}
form.login input.blue_style_btn {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #002759;
    border: 1px solid #002759;
    color: white;
    width: 100%;
    margin: 20px 0 0 0 !important;
}





/*************************************
    Header Area
*************************************/
#header {
    width: 100%;
    min-height: 45px;
    height: auto;
    float: left;
    background-color: #454f5a;
    position: relative;
    /*border-bottom: 1px solid #034e65;*/
}
h1.logo{
    display: block;
    width: 100%;
    height: 45px;
    float: left;
    text-shadow: none;
    background: #fff;
}
h1.logo a{
    color: #fff;
    line-height: 45px;
    margin-left: 10px;
    font-size: 18px;
    letter-spacing: -0.6px;
}
h1.logo img {
    margin-top: -5px;
    height: 25px;
    width: auto;
    padding-left: 5px;
}
ul.gnb {
    display: block;
    width: 100%;
    clear: both;
    min-width: 1010px;
    color: #fff;
    text-shadow: none;
    height: 60px;
    /*padding-left: 10px;*/
    background: #083562;
}
ul.gnb li {
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 700;
    /*padding: 0 5px;*/
    height: 60px;
    line-height: 60px;
}
ul.gnb li a {
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
    padding: 0px 25px;
    display:block;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
}
ul.gnb li a.selected {
    color: #fff;
    background: #204a74;
}
ul.gnb li a:hover{
    
}
ul.gnb li.actbtn {
    float: right;
    padding-right: 10px;
}
ul.gnb li.actbtn > input[type="button"] {
    background: none !important;
    color: #fff !important;
    border: none !important;
    font-weight: 600;
    font-size: 13px;
}
ul.gnb input.orange_btn_small{
    margin-top: 17px;
}
ul.gnb input.gray_btn_small{
    margin-top: 15px;
}
input[type="button"].logout {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px;
    background-color: #707880;
    font-size: 11px;
    font-weight: 500;
    color: white;
    padding: 2px 4px;
    position: absolute;
    right: 98px;
    top: 13px;
    font-family: '나눔고딕', 'ng'
}
input[type="button"].url_link {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    background-color: #02214a;
    font-size: 11px;
    font-weight: 500;
    color: white;
    padding: 3px 5px 4px 5px;
    position: absolute;
    right: 38px;
    top: 12px;
    font-family: '나눔고딕', 'ng'
}




/*************************************
    Sidebar Area
*************************************/
#contents {
    width: 100%;
    float: left;
}
#sidebar {
    width: 270px;
    float: left;
    min-width: 268px;
}
div.menu_title {
    width: 100%;
    float: left;
    color: white;
    padding: 32px 0;
    border-bottom: 1px solid #a5a8b6;
    background-color: #fff;
}
div.menu_title h2 {
    display: block;
    font-size: 24px;
    color: #083562;
    width: 92%;
    float: left;
    padding: 0 4%;
    font-weight: 600;
    text-align: center;
}
ul.submenu {
    display: block;
    width: 100%;

    float: left;
    padding: 0;
    margin: 0;
}
ul.submenu li {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 12px 4%;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}
ul.submenu li a{display: block;color: #333;position: relative;background: url(../img/icon_menu_arrow.png) no-repeat right center;background-size: 11px auto;}
ul.submenu a:hover li {
    background-color: #f2f2f2;
}
ul.submenu a:hover li a{color: #555;}
ul.submenu li.selected {
    background-color: #647e9b;
}
ul.submenu li.selected a{color: #fff;background: url(../img/icon_menu_arrow_w.png) no-repeat right center;background-size: 11px auto;}
ul.submenu li ul {
    display: block;
    background-color: #efefef !important;
    margin: 6px 0 0 0;
}
ul.submenu li.selected > ul {
    background: #fff !important;
    margin: 13px -4% -12px -4%;
}
ul.submenu li ul li {
    background-color: #fff !important;
    border-bottom: none;
    padding: 8px 2% 8px 6%;
    font-weight: normal;
    font-size: 12px;
}
ul.submenu li ul li a {
    color: #666;
}
ul.submenu li ul li a.selected{
    color: #00387f;
    font-weight: bold;
}
ul.submenu li ul li a:hover {
    text-decoration: underline;
}

/*************************************
    Content Area
*************************************/
#content {
    width: 100%;
    /* max-width: calc(100% - 270px); */
    padding: 12px 30px;
    float: left;
    min-height: 940px;
    border-left: 1px solid #d0d0d0;
    background: #fff;
    box-sizing: border-box;
}
#content > p.page_sub_title {
    width:100%;
    float:left;
}

.content-wrapper #content .page_title{
    font-size: 24px !important;
    /* margin-bottom: 0; */
}

h3{
    font-size: 16px !important;
}

.treeview.menu-open .treeview-menu{
    display: block !important;
}

.treeview>a>span , .treeview-menu>li>a {
    font-size: 16px !important;
}

.nav .open>a {
    background-color: unset !important;
}

h3.page_title {
    font-size: 18px;
    margin: 0 0 20px 0;
    font-weight: 600;
}
.page_sub_title{
    float: left;
}
.page_navbar{
    font-size: 14px;
    float: right;
    margin-bottom: 10px;
}
h4.page_sub_title {
    font-size: 16px;
    margin: 0 0 10px 0;
    width:100%;
    clear:both;
}
/*p.page_sub_title { 
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 700;
    color: #666;
    margin: 0 0 0 10px;
    border-bottom: 1px solid #666;
}      */
.siteadmin_tabs .black_btn{
    margin-bottom: 0 !important;
}
form.search_area {
    display: block;
    width: 100%;
    float: left;
    padding: 20px 20px 10px 20px;
    background-color: #f9f9f9;
    border: solid 1px #d3d8e1;
    border-radius: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin: 0px 0 20px 0;
    margin-bottom: 10px;
    box-sizing: border-box;
}
form.search_area label{display: inline-block;vertical-align: middle;margin-bottom: 3px;font-size: 14px;min-width: 70px;font-weight: 500;}
form.search_area input[type="text"] {
    min-width: 250px;
}
form.search_area input[type=checkbox] ~ input[type=checkbox]{margin-left: 10px;}
form.search_area input[type="submit"],
form.search_area input[type="button"],
form.search_area button {
    min-width: 80px; height: 35px;
    vertical-align: middle;
    margin-bottom: 10px;
}
form.search_area input[type=date]{margin-right: 10px !important}
form.search_area input[type=date]+span{display: inline-block;margin-bottom: 10px;vertical-align: middle;}
form.search_area input[type=date][name=enddate]{margin-left: 10px !important;}
.down_area{
    width:100%;
    float: left;
    margin-bottom: 5px;
    padding-top:10px;
}
label {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    display: inline-block;
    margin: 0 10px 0 0;
}
#frm_sync_config{
    border: 1px solid #ccc;
    padding: 20px 20px 10px 20px;
    background: #f2f2f2;
    margin-bottom: 25px;
    margin-top:5px;
    width:100%;
    float:left;
    box-sizing:border-box;
}
#btn_area{
    float: right;
}
#btn_area *:last-child{
    margin-right: 0 !important;
}
.ps{
    float: left;
}
.div-box{
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 20px;
    background: #f4f4f4;
}
.div-box input[type=file]{
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 3px;
    background: #fff;
}
.detail-attachment{
    width: 100%;
    border-top: 2px solid #acadae;
    display: block;
}
.detail-contents-area{
    clear: both;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.detail-attachment li{
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: block;
    padding: 5px 10px;
    box-sizing: border-box;
}
.detail-attachment li a{
    vertical-align: middle;
    display: inline-block;
}
.cont_icon{
    margin-top: 3px;
    width: 20px;
    height: 20px;
}
.table-footer-area{
    overflow: hidden;
    margin-bottom: 20px;
}
/* Form Style */

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 13px;
    padding: 6px 17px 6px 7px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #ddd;
    background-image: url('../img/select_arrow.png');
    background-position: right center;
    background-repeat: no-repeat;
    margin: 0 10px 10px 0 !important;
    height: 35px;
}
select::-ms-expand { 
    display: none;
}
table tr td select {
    margin: 0 10px 0 0 !important;
}
table tr td select#id_sendh{
    margin: 0 5px 0 0 !important;
}
table tr td select#id_sendm{
    margin: 0 5px 0 20px !important;
}
ul#mailto{
    margin-bottom: 10px;
}
input[type="submit"],input[type="button"], button{
    font-size: 13px;
    color: #606060;
    padding: 4px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 3px;
    border: 1px solid #c0c0c0;
    cursor: pointer;
    margin: 0;
    min-width: 60px;
    line-height: 20px;
    height: 30px;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}
.atto_group>button{
    min-width: 30px;
}
input[type="button"]#notice_list{
    background: #acadae;
    line-height: 23px;
}
input[type="text"], input[type="password"], textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 13px;
    color: #333;
    padding: 7px 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #ddd;
    margin: 0 10px 10px 0;
}
input#id_endd{
    margin-left: 15px;
}
table tr td input[type="text"], input[type="password"], textarea {
    margin: 0 10px 0 0 !important;
}
input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 13px;
    color: #333;
    padding: 3px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #bfbfbf;
    margin: 0 20px 10px 0 !important;
    height: 35px;
    vertical-align: middle;
}
.ui-datepicker-trigger{
    margin-right: 20px;
    vertical-align: middle;
}
input + .ui-datepicker-trigger{
    margin-left: -15px;
}
input#timeend{
    margin-left: 20px;
}
.ui-widget-content{
    padding: 0 !important;
}
.ui-datepicker .ui-datepicker-header{
    background: #545454 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default{
    text-align: center;
}
table tr td input[type="date"] {
    margin: 0 10px 0 0 !important;
}
table tr td input[name="endtime"]{
    margin-left: 10px !important;
}
input.blue_btn, button.blue_btn{
    background-color: #fff !important;
    border: 1px solid #3971c3 !important;
    color: #013780 !important;
}
input.red_btn {
    background-color: #F7819F;
    border: 1px solid #F7819F;
}
input.orange_btn {
    background-color: #acadae;
}
input.search_btn{
    background: #1155a8;
    color: #fff;
    border: 0;
}
.red_btn{
    border: 1px solid #aaa;
    display: inline-block;
    min-width: 60px;
    text-align: center;
    padding: 4px 0;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #eee;
}
input.orange_btn_small {
    background-color: transparent;
    font-size: 11px;
    min-width: 50px;
    line-height: 11px;
    border-right: 1px solid #fff;
    height: 11px;
    padding: 0 13px 0 0;
    border-radius: 0;
    color: #000;
}
input.gray_btn_small {
    background-color: transparent;
    padding: 0;
    font-size: 11px;
    min-width: 50px;
    line-height: 15px;
    height: auto;
}
div.content_navigation {
    float: left;
    width: 100%;
    margin: 10px 0;

}
p.black_btn {
    display: block;
    color: white;
    background-color: gray;
    border-radius: 2px;
    float: left;
    margin: 0 4px 10px 0 !important;
    padding: 5px 15px 5px 15px !important;
    float: left;
    width: auto !important;
    font-size: 12px !important;
}
p.black_btn_selected {
    background-color: #212223;
}
a p.black_btn {
    color: white;
}
a:hover p.black_btn {
    background-color: black;
    padding: 5px 15px 3px 15px;
    border-radius: 2px;
}
.w_30 {
    width: 30px !important;
    font-size: 12px !important;
}
.w_40 {
    width: 40px !important;
    font-size: 12px !important;
}
.w_50 {
    width: 50px !important;
    font-size: 12px !important;
}
.w_70 {
    width: 70px !important;
    font-size: 12px !important;
}
.w_90 {
    width: 90px !important;
    font-size: 12px !important;
}
.w_120 {
    width: 120px !important;
    font-size: 12px !important;
}
.w_160 {
    width: 130px !important;
    font-size: 12px !important;
}
.w_200 {
    width: 200px !important;
    font-size: 12px !important;
}
.w_260 {
    width: 260px !important;
    font-size: 12px !important;
}
.w_300 {
    width: 300px !important;
    font-size: 12px !important;
}
.w_100 {
    width: 98% !important;
    font-size: 12px !important;
}

/*  */
div.extra_information {
    float: left;
    background-color: #efefef;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #d7d7d7;
    width: 96%;
    padding: 15px 2%;
    margin: 0 0 30px 0;
}
div.extra_information h4 {
    font-size: 15px;
    font-wieght: 700;
    margin: 0 0 20px 0;
}
div.extra_information ul li {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 12px;
}
div.extra_information ul li strong {
    width: 80px;
    padding: 0 40px 0 0;
}


p.stat_desc {
    display: block;
    float: left;
    width: 100%;
    font-size: 12px;
    color: red;
}
.popup_content p.search_result {
    margin: 30px 0 0 0;
}
.popbg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #000;
    opacity: .7;
    display: none;
}
.layerpop{
    position: fixed;
    background: #fff;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 9999;
    box-shadow: 0 3px 10px rgba(0,0,0,.3);
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.layerpop[data-pop-url="smssendpop.php"]{
    padding-bottom: 0;
}
.layerpop .pop-title{
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
    height: 60px;
    padding: 18px 45px 18px 20px;
    font-size: 18px;
    font-weight: 500;
    box-sizing: border-box;
}
.layerpop .pop-title .close{
    font-size: 0;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/theme/oklass20/pix/images/icon_pop_close.png) no-repeat center;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.layerpop .pop-contents{
    padding: 20px;
    box-sizing: border-box;
}
.layerpop[data-pop-url="smssendpop.php"] .pop-contents>div{
    border: 1px solid #ddd !important;
    padding: 10px;
    height: auto !important;
    box-sizing: border-box;
    width: 100% !important;
    background: #f4f4f4;
    font-size: 13px;
    font-weight: 500;
    color: #666;
}
.layerpop[data-pop-url="smssendpop.php"] #smsmessage{
    border: 1px solid #ddd !important;
    border-top: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
    max-height: 150px;
    margin-bottom: 5px !important;
}
.layerpop[data-pop-url="smssendpop.php"] .pop-contents > span{
    float: right;
    line-height: 25px;
}
p.search_result {
    width: 40%;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    display: block;
    float: right;
    margin: 10px 0 0 0;
}

/* Table Style */
table {
    width: 100%;
    float: left;
    border: 1px solid #d3d8e1;
    margin: 10px 0;
    padding: 0;
    border-collapse: collapse;
}
table tr th {
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #d3d8e1;
    background: #f4f5f8;
    height: 30px;
    text-align: center;
    padding: 6px;
}
table tr td {
    font-size: 14px;
    line-height: normal;
    /*font-weight: 500;*/
    text-align: center;
    height: 42px;
    border: 1px solid #ddd;
    padding: 3px 10px;
}
table tr th:first-child
, table tr td:first-child{
    border-left: 0;
}
table tr th:last-child
, table tr td:last-child{
    border-right: 0;
}
table tr td.outlink a {
    color: #ed4242;
}
table tr td.outlink a:hover {
    text-decoration: underline;
}
table tr td.total2 {
    background-color: #efefef;
    font-weight: 700;
}
table tr td.total {
    background-color: #eafaff;
    font-weight: 700;
}

.number {
    font-family: Verdana, sans-serif;
    font-size: 11px;
}
table tr td.attachment {
    background-image: url('../images/attachment_icon.png');
    background-position: center center;
    background-repeat: no-repeat;
}
table tr td.title {
    width: 10px;
    text-align: left;
    padding: 0 0 0 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    white-space: nowrap;
}
table tr td.title_re {
    text-align: left;
    padding: 0 0 0 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    background-image: url('../images/reply_header.png');
    background-position: left center;
    background-repeat: no-repeat;
}

table input[type=text] ~ input[type=button]{
    height: 30px;
}

/* Table Pagination */
.popup_content .pagination {
    margin: 10px 0 0 0;
}
.pagination {
    font-family: verdana;
    font-size: 11px;
    text-align: center;
    float: left;
    width: 100%;
    margin: 30px 0 60px 0;
}
.pagination strong {
    display: inline-block;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 0;
    box-sizing: border-box;
    margin-right: 5px;
    background: #3971c3;
    border: 0;
    font-size: 14px;
}
.pagination a {
    display: inline-block;
    color: #002759;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 23px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-right: 5px;
    font-size: 16px;
    padding-top: 2px;
}

.pagination a.next, .pagination a.prev {
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc !important;
    margin-right: 5px;
    box-sizing: border-box;
}
.pagination a.next img, .pagination a.prev img {
    vertical-align: middle;
    margin: -1px 0 0 -1px;
}
table.detail {
    width: 100%;
    border: 1px solid #ddd;
    border-top: 2px solid #acadae;
}

table.detail tr td.field_title {
    height: auto;
    background-color: #f2f2f2;
    width: 20%;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    font-weight: 700;
}
table.detail tr td.field_title2 {
    background-color: #fdfdfd;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}
table.detail tr td.field_value {
    height: auto;
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding: 10px;
}
table.detail tr td.field_value div.field_value {
    height: auto;
    border-top: 1px solid #cfcfcf;
    text-align: left;
    margin-top: 10px;
    padding-top: 10px;
}
table.detail tr td.field_value2 {
    text-align: center;
}
#cc_type1,
#file_type1 {
    margin-top:10px;
}
ul.sms_receiver {
    display: block;
    width: 80%;
    background-color: #efefef;
    border-radius: 3px;	
    -moz-border-radius: 3px;	
    -webkit-border-radius: 3px;
    padding: 10px 5px;
    float: left;
}
/* Editor Area */
.editor p {
    margin: 0 0 6px 0;
    font-size: 12px;
}
.editor ul {
    display: block;
    margin: 0 0 10px 0;
}
.editor ul li {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    margin: 4px;
}
.btn_area {
    width: 100%;
    float: left;
    margin: 10px 0;
    padding: 0 0 40px 0;
    text-align: center;
}


/*  */
span.delete a {
    color: red;
}
span.delete a:hover {
    text-decoration: underline;
}
/* Table Detail 2 */

table.detail2 {
    width: 100%;
    border-top: 2px solid #7f7f7f;
}

table.detail2 tr td.field_title {
    height: auto;
    background-color: #efefef;
    border-bottom: 1px solid #7f7f7f;
    font-weight: 700;
}
table.detail2 tr td.field_value {
    height: auto;
    border-bottom: 1px solid #7f7f7f;
    text-align: left;
    padding: 10px;
}
div.btn_area {
    width: 100%;
    float: left;
    margin: 10px 0;
    padding: 0 0 60px 0;
}
.btn-danger, .btn-danger:hover, .btn-danger:focus{background: #aaa;border-color: #aaa;}
#class_sample_popup{
    padding: 20px !important;
}
#class_sample_popup .table-search-option{
    background: #f2f2f2;
    border: 1px solid #eee;
    padding: 15px 15px 5px 15px;
    margin-top: 10px;
}
#class_sample_popup .board-breadcrumbs{text-align: center;}
#class_sample_popup .board-nav-prev
, #class_sample_popup .board-nav-next{font-weight: bold;}




/*************************************
        Footer Area    
*************************************/
#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 14%;
    border-top: 1px solid #ccc;
    min-width: 268px;
}
#nav {
    position: fixed;
    display: block;
    width: 13%;
    color: white;
    bottom: 50px;
    left: 10px;
}
#nav select{
    margin: 0 !important;
    width: 100%;
    min-width: 245px;
}
#footer p.copyright {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 11px;
    padding: 10px;
    box-sizing: border-box;
}




/*************************************
    Popup Style
*************************************/
div.popup {
    max-height: 610px;
    width: 650px;
    z-index: 1000;
    border: 2px solid #00769A;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -325px;
    box-shadow: 0px 0px 6px #999;
    overflow: scroll;
}
.popup_header {
    background-color: #00769A;
    width: 100%;
    float: left;
    position: fixed;
    width: 650px;
}
.popup_header h1.popup_title {
    font-size: 15px;
    text-shadow: 0px 1px 0px #444;
    -webkit-text-shadow: 0px 1px 0px #444;
    -moz-text-shadow: 0px 1px 0px #444;
    color: white;
    display: block;
    padding: 10px;
    width: 80%;
    float: left;
}
.popup_header img.close_btn {
    display: block;
    float: right;
    margin: 10px 10px 0 0;
    border: none;
}
.popup_content {
    float: left;
    width: 94%;
    padding: 10px 3% 20px 3%;
}
.popup_content h2 {
    font-size: 15px;
    font-weight: 700;
    color: #002759;
    float: left;
    margin: 5px 0 5px 0;
    width: 100%;
}
.popup_content h3 {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    float: left;
    margin: 10px 0 5px 0;
}
p.popup_description {
    width: 100%;
    float: left;
    clear: both;
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin: 3px 0 15px 0;
}
form.popup_btn {
    width: 90%;
    display: block;
    clear: both;
    text-align: center;
    padding: 20px 2%;
    margin: 40px auto 0 auto;
}

.popup form.popup_btn {
    margin: 0 auto !important;
    padding:0;
}


/*************************************
Main Popup Style
*****************************/

.main_popup {
    height: auto;
    border: 2px solid #00769a;
    top: 50px;
    left: 50px;
    box-shadow: 0px 0px 6px #999;
}
.main_popup_header {
    height: 28px;
    width: 100%;
    background-color: #00769a;
    color: white;
}
.main_popup_header h1.main_popup_title {
    float: left;
    font-size: 12px;
    margin: 6px 0 0 10px;
    font-weight: 500;

}
.main_popup_header a img {
    float: right;
    margin: 8px 10px 0 0;
}
.main_popup_content {
    color: #333;
    width: 96%;
    background-color: white;
}
.main_popup_content h2 {
    padding: 10px 0 0 0;
}
.main_popup_content p {
    padding: 0;
    width: 100% !important;
}
.main_popup_content img {
    width: 100%;
    border: 1px solid #d7d7d7;
}
.main_popup_btn_area {
    display: block;
    clear: both;
    text-align: right;
}

.ui-state-default .ui-icon{
    background: transparent url("../img/ui-icons_ef8c08_256x240.png") no-repeat;
    background-size: 10px 10px;
    background-position: left center;
    width: 13px;
    height: 10px;
}
.ui-state-default{
    background: #f2f2f2 !important;
    display: inline-block;
    padding: 5px;
    border-radius: 2px;
    font-weight: bold !important;
}
.ui-state-default[title = "Close"]{
    background-color: transparent !important;
    min-width: 30px;
}
.ui-dialog{
    border-color: #454f5a;
}
.ui-dialog .ui-dialog-title{
    line-height: 20px;
    font-size: 16px;
}
.ui-icon-closethick{
    background: #454f5a url(../img/close_icon.png) !important;
    background-size: 18px 18px !important;
    width: 18px !important;
    height: 18px !important;
    margin: -9px -9px !important;
}
.ui-dialog .ui-dialog-titlebar{
    background: #454f5a;
}
.ui-dialog .ui-dialog-buttonpane button#save {
    background: #002759 !important;
    border: 1px solid #002759;
}
.ui-dialog .ui-dialog-buttonpane button#close{
    background: #aaa !important;
    border: 1px solid #aaa;
}
.ui-dialog .ui-dialog-buttonpane button#close .ui-button-text{
    padding: 0 !important;
}
.required {
    color:red;
    font-weight: bold;
    font-size:10px;
}

.menu_sort .ui-state-default.ui-sortable-handle.current {
    background:#666 !important;
    border:1px solid #999; 
    color:#fff; 
}
.menu_sort .ui-state-default.ui-sortable-handle {
    clear: both; 
    float: left;
    display: block;
    width: 180px;
    text-align: left;
    margin: 1px 0;
}
.ui-state-highlight {
    width:180px;
    padding: 5px;
    height: 15px;
    margin: 1px 0;
    clear:both;
    float:left;
}
.ui-datepicker .ui-state-highlight{
    width: 100%;
} 
td.left {
    float:none;
    text-align: left;
}

/** jquery ui dialog **/
.ui-dialog .ui-dialog-content{
    padding: 20px !important;
}
.ui-dialog .ui-dialog-content .popup_content{
    padding: 0;
    width: 100%;
}
.ui-dialog .ui-dialog-buttonpane button#close{
    height: 30px;
}
.ui-dialog .ui-dialog-buttonpane button{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    min-width: 60px;
    background-color: #acacac !important;
}


.sync_area {
    clear: both;
}

.seoil_blue {
    background: #1155a8 !important;
    color: #fff !important;
}

.ui-dialog .ui-dialog-buttonpane button.seoil_blue {
    background: #014099 !important;
}

table.detail label#teachernamelabel {
    width: 75%;
    word-break: break-all;
}

/* 학습독려 */
form .send_users_box {
    max-width: 70%;
    background: #ebebe4;
    border: 1px solid #ddd;
    padding: 10px 5px;
    margin-top: 10px;
}

form .sms_message {
    text-align: right;
    padding-top: 10px;
    color: #00f;
}

form .sms_message a {
    color: #00f;
    font-weight: bold;
}

.red_text {
    color: #f00;
}


/*######################
###  페이지별 스타일
########################*/
/* 과정관리 > 정규과정 */
#page-local-management-manage-course_list form.search_area>p:nth-of-type(2){margin-bottom: 10px;}

/* 과정관리 > 학사동기화 */
.blue_btn.addTermBtn{height:35px;vertical-align: middle;margin-bottom: 10px;}

/* 사이트관리 > 팝업관리 */
#page-local-management-index .t-dot{clear: both;font-size: 18px;font-weight: 500;}

/* 매뉴얼관리 > 콘텐츠관리 > 수정 */
#page-local-management-content.path-local-management h3.page_title {float: none;}


/* 사이트관리 > 매뉴얼관리 > 상세 */
#page-local-management-index.path-local-management h3.page_title {float: none;}
#page-local-management-index #content .page_title + .col-md-4 {padding-left: 0 !important;}

/* 사이트관리 > 매뉴얼관리 > 상세 왼쪽메뉴 수정버튼 클릭 */
#page-local-management-menu.path-local-management h3.page_title {float: none;}
#page-local-management-menu.path-local-management .box-title {padding: 10px; box-sizing: border-box;}
#page-local-management-menu.path-local-management .box-body .form-group label {margin: 0;}

/* 사이트관리 > 매뉴얼관리 > 수정버튼 클릭 */
#page-local-management-edit.path-local-management h3.page_title {float: none;}

/* #####################
##### 관리자페이지 ######
######################## */

/* 관리자 헤더 스타일 */
.path-local-management h3.page_title {font-size: 30px; float: left;}
.path-local-management .page_navbar {color: #555; margin-top: 5px;}
.path-local-management .page_navbar>a {color: inherit;}
.path-local-management .fl.w100-p .fl {margin-top: 10px; font-size: 14px; font-weight: 500;}
#page-local-management-zoom-zoom_lecture_list #course_search + .clear + div {font-size: 14px; font-weight: 500; margin-top: 10px;}


/* 관리자 테이블 스타일 */
.path-local-management table {border-top: 2px solid #313131;}
.path-local-management table tr th {text-align: center;border: 1px solid #ddd;border-bottom: 1px solid #ddd;background-color: #fafafa;vertical-align: middle;color: #111;font-size: 14px;word-break: keep-all;font-weight: 500;padding: 10px 5px;box-sizing: border-box;}
.path-local-management table tr td {font-size: 14px;color: #888;font-weight: 400;border-right: 1px solid #eee;border-top: 1px solid #eee;text-align: center;padding: 10px 5px;letter-spacing: -.5px;word-break: keep-all;}
.path-local-management table tr td a {text-decoration: underline; display: inline-block; text-align: left;}

/* 과정관리 - 정규과정 왼쪽정렬 예외처리 */
#page-local-management-manage-course_list table tr td:nth-child(7) a {text-align: center;}
/* 사이트관리 - 게시판관리 왼쪽정렬 예외처리 */
#page-local-management-index table tr td:nth-child(4) a, #page-local-management-index table tr td:nth-child(5) a{text-align: center;}
/* 사이트관리 - 매뉴얼관리 왼쪽정렬 예외처리 */
#page-local-management-index table tr td:nth-child(5) a {display: inline-block; text-align: center; text-decoration: none;}
/* 사용자관리 - 학생관리 왼쪽정렬 예외처리 */
#page-local-management-index table tr td:last-child a {text-align: center;}
/* 사용자관리 - 권한그룹관리 */
.t-dot + table.normal tr td:nth-child(1) a {text-align: center;}
/* 사용자관리 임시계정관리 */
#page-local-management-users-inftemp table tr td:nth-child(3) a {text-align: center;}


.path-local-management .table_group .t-dot{clear: both; font-size: 18px; font-weight: 500;}

#page-local-management-index div[clas=btn_area], #page-local-management-index .btn_area {clear: both;}
#page-local-management-manage-sync #content > p.page_sub_title {float: none; clear: both;}
.path-local-management .btn_group {clear: both; text-align: right !important;}

/* 임시계정관리 */
#page-local-management-users-inftemp .btn_area.width100 .text-left {float: left;}

/* 관리자 페이징 스타일 */
.path-local-management .pagination a {height: 30px; width: 30px; line-height: 28px;}
.path-local-management .pagination strong {font-size: 11px;}
.path-local-management .pagination a.next img, .path-local-management .pagination a.prev img {margin: 0;}

/* 라이브강의 현황 상세 */
#page-local-management-zoom-zoom_lecture_detail h4.page_sub_title {font-size: 18px; font-weight: 500; margin: 0 0 5px 0;}
#course_list.pop-content>div {font-size: 18px;font-weight: 500;}

/*----------------------------------------*/
/*  ============ 동영상 등록 ============  */
/*----------------------------------------*/
.plupload_cell .plupload_buttons{
    margin-left: 10px;
}
.form-actions .prev{
    padding: 0;
    width: 150px;
    height: 34px;
    font-size: 14px;
    line-height: 31px;
    text-align: center;
    display: inline-block;
}

.layerpop-wrap .layerpop .pop-title {
 margin: 0;
}

#ui-datepicker-div{
    display: none !important;
}

button{
    height: 35px;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer{
    background-color: unset !important;
}
body:not(.jsenabled) .dropdown:hover > .dropdown-menu{
    margin-top: 0px;
}
form > p > input[type=checkbox]{
    margin: unset;
}

.btn{
    border: 1px solid #a3a3a3 !important;
}

.path-local-management .moodle-dialogue-base .container {
    width: 100% !important;
}

.path-local-management .fp-treeview table {
    border: none !important;
}

.path-local-management .fp-treeview table tr td {
    border: none !important;
    text-align: left !important;
    height: auto !important;
    padding: 0 !important;
    letter-spacing: -0.5px !important
}

.path-local-management .fp-tableview table tr td {
    text-align: left !important;
}

#page-local-management-inboard-write .mform .form-inline #id_contenteditable,
#page-local-management-inboard-modify .mform .form-inline #id_contenteditable,
#page-local-management-manual-content .mform .form-inline #id_contenteditable{
    width: 100% !important;
}

.c-pointer{
    cursor: pointer;
}
