body {font-size:12px;font-family:'notokr-regular',sans-serif;background-color: #fff;}
label {cursor:pointer;}
a {text-decoration:none;color:inherit;;}
#header {}
#content {padding:20px 0 0 0;min-height:500px;}
#adminControl {display: none;}

::-moz-selection{background: #2b3d48;color: #fff;}
::selection{background: #2b3d48;color: #fff;}

.header-wrap{
    position: fixed;
    width: 100%;
    height: 56px;
    left: 0;
    top: 0;
    border-bottom: 3px solid #42b057;
    background: #FBE600;
    box-sizing: border-box;
    z-index: 2;
}
.header-wrap .header{
    position: relative;
    width: 1500px;
    height: 100%;
    margin: 0 auto;
}
.header-wrap .logo-wrap{
    position: relative;
    float: left;
    width: 120px;
    height: 100%;
}
.header-wrap .logo-wrap img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.header-wrap .menu-wrap{
    position: relative;
    float: left;
    width: calc(100% - 120px - 170px);
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.header-wrap .menu-wrap .menu{
    float: left;
    width: 100%;
    table-layout: fixed;
    display: inline-table;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}
.header-wrap .menu-wrap .menu>li{
    position: relative;
    height: 100%;
    cursor: pointer;
    margin: 0;
    padding: 0;
    display: table-cell;
    width: auto;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 17px;
    font-family: 'notokr-bold',sans-serif;
    color: #000;
    cursor: pointer;
    transition: background-color ease .1s;
}
.header-wrap .menu-wrap .menu>li.active{
    background-color: #5cb85c;
}
.header-wrap .menu-wrap .menu>li:hover{
    background-color: #5cb85c;
}

.header-wrap .menu-wrap .menu>li:hover >.submenu{
    /*background-color: #000;*/
    /*display: block;
    height: auto;*/
}
.header-wrap .menu-wrap .menu>li[data-menu_id]>a:before{
    content: ' ';
    font-family: 'Font Awesome 5 Free';
    margin-right: 6px;
}
.header-wrap .menu-wrap .menu>li[data-menu_id="1"]>a:before{
    content: '\f4ad';
    font-weight: 400;
}
.header-wrap .menu-wrap .menu>li[data-menu_id="2"]>a:before{
    content: '\f233';
    font-weight: 900;
}
.header-wrap .menu-wrap .menu>li[data-menu_id="3"]>a:before{
    content: '\f6de';
    font-weight: 900;
}
.header-wrap .menu-wrap .menu>li[data-menu_id="4"]>a:before{
    content: '\f1e3';
    font-weight: 900;
}
.header-wrap .menu-wrap .menu>li[data-menu_id="5"]>a:before{
    content: '\f187';
    font-weight: 900;
}
.header-wrap .menu-wrap .menu>li[data-menu_id="5"]>a:after{
    display: none;
}
.header-wrap .menu-wrap .menu>li[data-menu_id="6"]>a:before{
    content: '\f0e0';
    font-weight: 400;
}
.header-wrap .menu-wrap .menu>li>a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    line-height: 3em;
}
.header-wrap .menu-wrap .menu>li>a:after{
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    margin-bottom: 2px;
    content: ' ';
    height: 0;
    z-index: -1;
    border-bottom: 4px solid;
    border-left: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid rgba(0, 0, 0, 0);
    color: #000;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}
.header-wrap .menu-wrap .menu li .new{
    margin-left: 7px;
}


.header-wrap .menu-wrap .submenu{
    position: absolute;
    width: 100%;
    left: 0px;
    top: 53px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    text-align: left;
    box-sizing: border-box;
    display: none;
    height: 0px;
}
.header-wrap .menu-wrap .submenu>li{
    float: left;
    width: 100%;
    font-size: 13px;
    font-family: 'notokr-regular',sans-serif;
    box-sizing: border-box;
    transition: background-color ease .1s;
}
.header-wrap .menu-wrap .submenu>li:hover{
    background-color: #5cb85c;
}
.header-wrap .menu-wrap .submenu>li>a{
    float: left;
    width: 100%;
    padding: 7px 0 7px 22px;
    box-sizing: border-box;
    text-decoration: none;
}




.header-wrap .user-wrap{
    position: relative;
    float: left;
    width: 170px;
    height: 100%;
}
.header-wrap .user-wrap .search-wrap{
    position: relative;
    float: left;
    width: 50px;
    height: 100%;
    table-layout: fixed;
    display: inline-table;
    text-align: center;
    cursor: pointer;
    transition: background-color ease .2s;
}
.header-wrap .user-wrap .search-wrap i{
    width: 100%;
    height: 100%;
    line-height: 3.5em;
    font-size: 15px;
    user-select: none;
}
.header-wrap .user-wrap .search-wrap .search{
    position: absolute;
    width: 200px;
    height: 0;
    right: 0;
    top: 53px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    display: none;
    overflow: hidden;
}
.header-wrap .user-wrap .search-wrap .search .keyword{
    float: left;
    width: 77%;
    height: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    background-color: transparent;
    border: 0;
    outline: none;
}
.header-wrap .user-wrap .search-wrap .search .sbtn{
    outline: none;
    padding: 11px 0;
}



.header-wrap .user-wrap .noti-wrap{
    position: relative;
    float: left;
    width: 60px;
    height: 100%;
    table-layout: fixed;
    display: inline-table;
    text-align: center;
    cursor: pointer;
    transition: background-color ease .2s;
}
.header-wrap .user-wrap .noti-wrap span{
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    padding-left: 10px;
}
.header-wrap .user-wrap .noti-wrap b{
    float: left;
    font-weight: normal;
    margin-right: 2px;
}
.header-wrap .user-wrap .noti-wrap i{
    display: table-caption;
    font-style: normal;
    width: 13px;
    height: 13px;
    background-color: #353535;
    color: #fff;
    font-size: 9px;
    border-radius: 50%;
    margin-left: 2px;
    line-height: 13px;
    margin-top: 3px;
}
.header-wrap .user-wrap .info-wrap{
    float: left;
    width: 120px;
    height: 100%;
    table-layout: fixed;
    display: inline-table;
    text-align: center;
    cursor: pointer;
    transition: background-color ease .2s;
}
.header-wrap .user-wrap .info-wrap a{
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
}
.header-wrap .user-wrap .info-wrap a.nic:before{
    content: '\f007';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 11px;
    margin-right: 4px;
}
.header-wrap .user-wrap .info-wrap a.login:before{
    content: '\f2f6';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 11px;
    margin-right: 4px;
}
.header-wrap .user-wrap .search-wrap:hover,
.header-wrap .user-wrap .noti-wrap:hover,
.header-wrap .user-wrap .info-wrap:hover{
    background-color: #5bc0de;
    color: #000;
}







.content, .container{width: 1100px;margin: 0 auto;}

.content-wrap{
    position: relative;
    width: 1500px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 70px;
    box-sizing: border-box;
}
.content-wrap .side-wrap{
    position: absolute;
    top: 0;
    width: 122px;
    min-height: 600px;
    background-color: #efefef;
}
.content-wrap .side-wrap.left_banner{
    left: -130px;
}
.content-wrap .side-wrap.right_banner{
    right: -130px;
}
.content-wrap .side-wrap .banner_img,
.content-wrap .content .banner-wrap .banner_img{
    float: left;
    width: 100%;
    margin-bottom: 3px;
}
.content-wrap .side-wrap .banner_img img,
.content-wrap .content .banner-wrap .banner_img img{
    width: 100%;
}
.content-wrap .content .banner-wrap .banner_img.half{
    width: 50%;
}

.content-wrap .widget-wrap{
    float: left;
    width: 400px;
    min-height: 600px;
    border: 1px solid #efefef;
    padding: 10px 15px;
    box-sizing: border-box;
}
.widget-wrap .widget-link{
    float: left;
    width: 100%;
    margin-bottom: 8px;
}
.widget-wrap .widget-link a{
    font-size: 15px;
    font-family: 'notokr-bold',sans-serif;
    color: #428bca;
    margin-right: 4px;
}
.widget-wrap .widget-link b{
    font-size: 15px;
    font-family: 'notokr-medium',sans-serif;
    font-weight: normal;
    color: #777;
}
.widget-wrap .info-wrap{
    float: left;
    width: 100%;
    min-height: 10px;
    border: 1px solid #ececec;
    padding: 15px;
    box-sizing: border-box;
}
.widget-wrap .info-wrap .userinfo{
    float: left;
    width: 100%;
}
.widget-wrap .info-wrap .userinfo img{
    float: left;
    width: 23px;
    height: 23px;
}
.widget-wrap .info-wrap .userinfo a.nic{
    float: left;
    margin-left: 8px;
    font-size: 14px;
    padding: 2px 0;
    color: #428bca;
}
.widget-wrap .info-wrap .userinfo a.point{
    float: left;
    margin-left: 5px;
    font-size: 12px;
    font-family: 'notokr-bold',sans-serif;
    padding: 2px 0;
    color: #e91b23;
}
.widget-wrap .info-wrap .userinfo a.btn_logout{
    float: right;
    font-size: 14px;
    padding: 2px 0;
    color: #428bca;
}
.widget-wrap .info-wrap .userinfo a.btn_logout:before{
    content: '\f2f5';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 3px;
}
.widget-wrap .info-wrap .level-stack{
    position: relative;
    float: left;
    height: 28px;
    margin-top: 20px;
    border-radius: 4px;
    overflow: hidden;
}
.widget-wrap .info-wrap .level-stack .progress{

}
.widget-wrap .info-wrap .level-stack .level{
    float: left;
    height: 100%;
    font-size: 14px;
    background-color: #7bba21;
    color: #fff;
    text-align: center;
    padding: 4px 7px;
    box-sizing: border-box;
}
.widget-wrap .info-wrap .level-stack .level_need{

}
.widget-wrap .info-wrap .login-wrap{
    float: left;
    width: 100%;
}
.widget-wrap .info-wrap .login-wrap .input-wrap{
    float: left;
    width: 100%;
    margin-bottom: 16px;
}
.widget-wrap .info-wrap .login-wrap .input-wrap .label{
    float: left;
    width: 100%;
    font-size: 11px;
    margin-bottom: 3px;
    color: #d1d1d1;
}
.widget-wrap .info-wrap .login-wrap .input-wrap .input{
    float: left;
    width: calc(100% - 12px);
    padding: 6px 7px;
    margin: 0;
    font-size: 13px;
    border: 0;
    border-bottom: 1px solid #dadada;
    outline: none;
}
.widget-wrap .info-wrap .login-wrap .input-wrap .input:hover,
.widget-wrap .info-wrap .login-wrap .input-wrap .input:focus{
    background: #fff!important;
}

.widget-wrap .info-wrap .login-wrap .login-menu{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.widget-wrap .info-wrap .login-wrap .login-menu a{
    float: left;
    margin-right: 7px;
    text-decoration: none;
}
.widget-wrap .info-wrap .login-wrap .login-menu a.u{
    float: right;
    margin-right: 0;
}

.widget-wrap .info-wrap .login-wrap .btn-login{
    float: left;
    width: 100%;
    padding: 8px 0;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    background-color: #f3f3f3;
    font-size: 12px;
    font-family: 'notokr-bold',sans-serif;
    letter-spacing: 1px;
    color: #383838;
    cursor: pointer;
}
.widget-wrap .info-wrap .login-wrap .btn-login:hover{
    background-color: #f4f4f4;
}
.widget-wrap .info-wrap .login-wrap .btn-login:active{
    background-color: #f1f1f1;
}



.widget-wrap .chat-wrap{
    position: relative;
    float: left;
    width: 100%;
    height: 600px;
    margin-top: 16px;
}
.widget-wrap .chat-wrap .chat-tablist{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget-wrap .chat-wrap .chat-tablist li{
    float: left;
    width: 50%;
    text-align: center;
    border: 1px solid #eaeaea;
    border-bottom: 1px solid #9c9c9c;
    border-radius: 3px 3px 0 0;
    box-sizing: border-box;
    padding: 10px 0;
    font-size: 14px;
    color: #cacaca;
    cursor: pointer;
}
.widget-wrap .chat-wrap .chat-tablist li.active{
    border-color: #9c9c9c;
    border-bottom: 0;
    color: #4a4a4a;
}
.widget-wrap .chat-wrap .chat-tab{
    position: absolute;
    width: 100%;
    height: 560px;
    left: 0;
    top: 41px;
    background-color: #fff;
}
.widget-wrap .chat-wrap .chat-tab[data-tab="2"]{
    border-right: 1px solid #9c9c9c;
    border-left: 1px solid #9c9c9c;
    border-bottom: 1px solid #9c9c9c;
    padding: 20px;
    box-sizing: border-box;
}
.widget-wrap .chat-wrap .chat-tab[data-tab="2"] h2{
    font-size: 12px;
    font-weight: normal;
    font-family: 'notokr-medium',sans-serif;
    color: #1b7ede;
    box-sizing: border-box;
}
.widget-wrap .chat-wrap .chat-tab[data-tab="2"] ol{
    padding-left: 28px;
}
.widget-wrap .chat-wrap .chat-tab[data-tab="2"] li{
    font-size: 12px;
    margin-bottom: 2px;
}
.widget-wrap .banner-wrap{
    float: left;
    width: 100%;
}
.widget-wrap .banner-wrap .banner_img{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.widget-wrap .banner-wrap .banner_img img{
    width: 100%;
}
.widget-wrap .reply_wrap{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #f1f1f1;
}
.widget-wrap .reply_wrap .title{
    float: left;
    width: 100%;
    padding: 8px 10px;
    background-color: #f9f9f9;
    font-size: 14px;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f1f1;
}
.widget-wrap .reply_wrap .title:before{
    content: '\f086';
    font-family: 'Font Awesome 5 Free';
    font-weight: 300;
    margin-right: 5px;
}
.widget-wrap .reply_wrap .reply-list{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget-wrap .reply_wrap .reply-list li{
    float: left;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}
.widget-wrap .reply_wrap .reply-list a{
    float: left;
    width: 100%;
    padding: 6px 0 6px 10px;
    box-sizing: border-box;
    font-size: 12px;
    color: #444;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}




.content-wrap>.content{
    float: right;
    width: calc(100% - 416px);
    border: 1px solid #efefef;
    padding: 15px;
    box-sizing: border-box;
}
.content-wrap>.content .banner-wrap{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.content-wrap>.content .banner-wrap.half{
    width: 58%;
}
.content-wrap>.content .banner-wrap.half.right{
    position: absolute;
    right: 0;
}
.content-wrap>.content .banner-wrap .menu{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2px 5px 9px 5px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.2);
}
.content-wrap>.content .banner-wrap .menu .btn{
    border: 0;
    background-color: transparent;
    color: #cacaca;
    font-weight: bold;
    cursor: pointer;
    outline: none;
}

.content-wrap>.content .banner-wrap.home{
    margin-bottom: 0;
}

#bbsview{
    position: relative;
    float: left;
    width: 100%;
}



.article-wrap{
    position: relative;
    float: left;
    width: 100%;
}
.article-list{
    float: left;
    width: calc(100% - 5px);
    height: 271px;
    padding: 0;
    margin: 0 0 0 -1px;
    list-style: none;
    border: 1px solid #eaeaea;
}
.article-list:first-child{
    margin-left: 0;
}
.article-list[data-bbs="marketing"]{
    width: 432px;
}
.article-list[data-bbs="mix"]{
    width: 260px;
}

.article-list li{
    float: left;
    width: 100%;
    height: 10%;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
}
.article-list li:last-child{
    border-bottom: 0;
}
.article-list li .type{
    float: left;
    width: 40px;
    height: 100%;
    text-align: center;
    border-right: 1px solid #eaeaea;
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 5px 0;
    font-size: 12px;
    font-family: 'notokr-demilight',sans-serif;
    color: #454545;
}
.article-list li .subject{
    position: relative;
    float: left;
    width: calc(100% - 40px);
    height: 100%;
    box-sizing: border-box;
}
.article-list li .subject a{
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 10px);
    height: 100%;
    padding: 5px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.photo-list{
    float: left;
    width: calc(100% - 696px);
    height: 271px;
    padding: 0;
    margin: 0 0 0 -1px;
    list-style: none;
    border: 1px solid #eaeaea;
}
.photo-list li{
    position: relative;
    float: left;
    width: 50%;
    height: 50%;
    background-color: #fbfbfb;
}
.photo-list li a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.photo-list li img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.calendar-wrap{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 0px;
}
.calendar-wrap .color-img{
    position: relative;
    float: left;
    width: 42%;
}
.calendar-wrap .color-img img{
    float: left;
    width: 100%;
}

.calendar-wrap .calendar{
    position: relative;
    float: left;
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.calendar-wrap .calendar tbody tr.week-header th{
    height: 12px;
    font-size: 12px;
    font-weight: bold;
    font-family: arial;
    color: #232323;
    border: #E6E6E6 solid 1px;
    background-color: #fff26a;
}
.calendar-wrap .calendar tbody tr.week-header  th.week1{
    color: #3f8cff;
}
.calendar-wrap .calendar tbody tr.week-header  th.week2{
    color: #f54848;
}

.calendar-wrap .calendar tbody tr{

}
.calendar-wrap .calendar tbody tr.week{

}
.calendar-wrap .calendar tbody tr.week td{
    text-align: right;
    border-top: 0;
    height: 30px;
    padding: 0 8px;
    box-sizing: border-box;
}
.calendar-wrap .calendar tbody tr.server{
    vertical-align: top;
}
.calendar-wrap .calendar tbody tr.banner{

}
.calendar-wrap .calendar tbody tr.banner td{
    padding: 5px 0;
}

.calendar-wrap .calendar tbody td{
    width: 20%;
    text-align: right;
    border-top: 0;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: bold;
    color: #505050;
}
.calendar-wrap .calendar tbody td.today{
    background-color: #fffbce;
}
.calendar-wrap .calendar tbody td b{
    float: left;
    font-family: 'notokr-bold',sans-serif;
    color: #f00;
}



.calendar-wrap .calendar tbody td ul{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.calendar-wrap .calendar tbody td li{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: -1px;
    border: 1px solid #f1f1f1;
    padding: 5px;
    box-sizing: border-box;
    font-size: 13px;
    font-family: sans-serif;
    color: #333;
    border-radius: 6px;
    overflow: hidden;
}
.calendar-wrap .calendar tbody td li:hover a.btn{
    display: block;
}
.calendar-wrap .calendar tbody td li a{
    float: left;
    left: 0;
    top: 0;
    width: 100%;
    padding: 2px 0;
}
.calendar-wrap .calendar tbody td li a.btn{
    position: absolute;
    right: 0;
    left: auto;
    width: auto;
    padding: 2px 4px;
    font-size: 12px;
    display: none;
}
.calendar-wrap .calendar tbody td li .type{
    float: left;
    width: 100%;
    text-align: left;
}
.calendar-wrap .calendar tbody td li .title{
    float: left;
    width: 100%;
    text-align: center;
}
.calendar-wrap .calendar tbody td li .subtitle{
    float: left;
    width: 100%;
    text-align: center;
}



.footer-wrap{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.footer-wrap .container-wrap{padding: 16px 0 0 0;}
.footer-copyright{color: #777;font-family: 'notokr-demilight',sans-serif;padding-bottom: 20px;}
.footer-top-btn{position: fixed;right: 20px;bottom: 20px;display: none;}
.footer-top-btn button{background-color: #52666f;color: #fff;border: 0;border-radius: 50%;font-size: 20px;width: 50px;height: 50px;cursor: pointer;outline: none;}
.footer-top-btn button:hover{background-color: #586c75;}
.footer-top-btn button:active{background-color: #52666f;}
