@charset "utf-8";

/* *******************************************************************
    font style
******************************************************************* */


/*
    1. Noto Sans KR
*/
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
/*******************************************************************
   layout style
******************************************************************* */
/* browser-upgrade */
.browser-upgrade {
    background-color: #0b3290;
}
.browser-upgrade p {
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
    line-height: 1.5;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.inner-wrap {
    position: relative;
    margin: 0  auto;
    width: 980px;
}
.after-word {
    font-weight: 300;
    font-size: 12px;
}
.highlight-blue {
    color: #33f;
}
.highlight-red {
    color: #ff2020;
}
.text-primary {
    color: #33f;
}
.text-danger {
    color: #ff2020;
}

/*******************************************************************
   header style
******************************************************************* */
.footer-responsive {
    display: none;
}
.responsive-text {
    display: none;
}
/*******************************************************************
   header style
******************************************************************* */

/*utility-area*/
.utility-area {
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
}
.utility-area .utility {
    display: inline-block;
    width: auto;
    float: right;
}
.utility-area .utility > li {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
}
.utility-area .utility > li.login-title {
    font-size: 12px;
    color: #1554b0;
}
.utility-area .utility > li:after {
    content: '·';
    margin: 0 10px;
}
.utility-area .utility > li.login-title:after {
    content: '';
    margin: 0 10px;
}
.utility-area .utility > li:last-child:after {
    display: none;
}
.utility-area .utility > li > a {
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 400;
    color: #767676;
    border-left: 0;
    border-bottom: 0;
    transition: color 0.25s, background-color 0.25s, border 0.25s;
}
.utility-area .utility > li:last-child > a {
    border-right: 0;
    border-bottom: 0;
}
.utility-area .utility > li.active > a,
.utility-area .utility > li > a:hover {
    color: #2690ea;
    border-bottom: 0;
    background-color: #fafafa;
}

/*header-main-area*/
.header-main-area {

}
.header-main-area div.inner-wrap {
    padding: 20px 0;
    /*text-align: center;*/
}

/* .ci-area */
/*.header-main-area div.ci-area {*/
/*width: 200px;*/
/*}*/
/*.header-main-area div.ci-area > a {*/
/*display: block;*/
/*width: 200px;*/
/*height: 25px;*/
/*}*/
/*.header-main-area div.ci-area > a > img {*/
/*width: 200px;*/
/*height: 25px;*/
/*}*/

/* .search-area */
.header-main-area div.search-area {
    position: absolute;
    right: 0;
    top: 25px;
}
.header-main-area div.search-area div.search-area-inner {
    position: relative;
    width: 280px;
    height: 40px;
    background-color: #eaf2f8;
}
.header-main-area div.search-area div.search-area-inner > input[type="text"] {
    float: left;
    width: 240px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 15px;
    border: 0;
    background-color: transparent;
}
.header-main-area div.search-area div.search-area-inner > input[placeholder]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b8d5ed !important;
}
.header-main-area div.search-area div.search-area-inner > input[placeholder]::-moz-placeholder { /* Firefox 19+ */
    color: #b8d5ed !important;
}
.header-main-area div.search-area div.search-area-inner > input[placeholder]:-ms-input-placeholder { /* IE 10+ */
    color: #b8d5ed !important;
}
.header-main-area div.search-area div.search-area-inner > input[placeholder]:-moz-placeholder { /* Firefox 18- */
    color: #b8d5ed !important;
}
.header-main-area div.search-area div.search-area-inner > button[type="button"],
.header-main-area div.search-area div.search-area-inner > button[type="submit"] {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    color: #8bafcf;
    border: 0;
    background-color: #1554b0;
    transition: color 0.25s, background-color 0.25s;
}
.header-main-area div.search-area div.search-area-inner > button[type="button"]:hover,
.header-main-area div.search-area div.search-area-inner > button[type="submit"]:hover {
    color: #fff;
    background-color: #2690ea;
}

/*gnb-area*/
.gnb-area {
    background-color: #2690ea;
}
.gnb-area .gnb {
    height: 50px;
}
/* .btn-sitemap */
.gnb-area .gnb > span.btn-sitemap {
    float: left;
    display: block;
    width: 50px;
}
.gnb-area .gnb > span.btn-sitemap > a {
    display: block;
    height: 50px;
    line-height: 53px;
    text-align :center;
    font-size: 28px;
    color: #c6d8e7;
    text-decoration: none;
    background-color: #1554b0;
    transition: background-color 0.25s;
}
.gnb-area .gnb > span.btn-sitemap > a:hover {
    background-color: #12499c;
}
.gnb-area .gnb > dl {
    float: left;
    width: 155px;
    /*width: 186px;*/
    margin: 0;
    padding: 0;
}
.gnb-area .gnb > dl > dt > a {
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background-color: #2690ea;
    transition: color 0.25s, background-color 0.25s;
}
.gnb-area .gnb > dl > dt.active > a,
.gnb-area .gnb > dl > dt > a:hover {
    background-color: #147cd1;
}
/* .nav-etc */
/*.gnb-area .gnb > .nav-etc {*/
/*float: left;*/
/*width: 280px;*/
/*margin: 0;*/
/*padding: 0;*/
/*list-style: none;*/
/*}*/
/*.gnb-area .gnb > .nav-etc > dl {*/
/*float: left;*/
/*width: 140px;*/
/*margin: 0;*/
/*padding: 0;*/
/*}*/
/*.gnb-area .gnb > .nav-etc > dl > dt > a {*/
/*display: block;*/
/*width: 140px;*/
/*height: 50px;*/
/*line-height: 50px;*/
/*text-align: center;*/
/*font-size: 16px;*/
/*font-weight: 400;*/
/*color: #e6ecf2;*/
/*text-decoration: none;*/
/*background-color: #1554b0;*/
/*vertical-align: middle;*/
/*transition: color 0.25s, background-color 0.25s;*/
/*}*/
/*.gnb-area .gnb > .nav-etc > dl > dt > a:hover {*/
/*background-color: #12499c;*/
/*}*/
/*.gnb-area .gnb > .nav-etc > dl > dt.active > a,*/
/*.gnb-area .gnb > .nav-etc > dl > dt:hover {*/
/*background-color: #12499c;*/
/*}*/
/*.gnb-area .gnb > .nav-etc > dl > dt > a > span {*/
/*vertical-align: middle;*/
/*}*/
/*.gnb-area .gnb > .nav-etc > dl > dt > a > i {*/
/*margin: 0 7px 0 0;*/
/*font-size: 20px;*/
/*color: #5287b2;*/
/*vertical-align: middle;*/
/*}*/

/*submenu*/
.gnb-area .gnb dl {
    position: relative;
}
.gnb-area .gnb dl dd {
    position: absolute;
    top: 50px;
    left: 0;
    height: 0;
    overflow: hidden;
    /*padding: 10px 0;*/
    background: #fff;
    z-index: 200;
    transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}
.gnb-area .gnb.active dl dd {
    height: 325px;
    border-bottom: 1px solid #2690ea;
}
.gnb-area .gnb dl > dd > ul {
    list-style: none;
    padding: 5px 0;
}
.gnb-area .gnb dl > dd > ul li {
    display: block;
    text-align: center;
    line-height: 1;
}
.gnb-area .gnb dl > dd > ul li a {
    display: block;
    /*width: 140px;*/
    height: 30px;
    line-height: 30px;
    /*text-align: center;*/
    font-size: 14px;
    font-weight: 400;
    list-style: none;
    vertical-align: middle;
    color: #000;
    text-decoration: none;
}
.gnb-area.eng-gnb .gnb dl > dd > ul li a {
    line-height: 1.2;
}
.gnb-area .gnb dl > dd > ul li a span {
    vertical-align: middle;
}
.gnb-area .gnb dl > dd > ul li:hover {
    background: #f7f7f7;
}
.gnb-area .gnb dl > dd > ul li a:hover {
    background: #f7f7f7;
}
.gnb-area .gnb dl.first dd {
    border-left: 1px solid #2690ea;
}
.gnb-area .gnb dl:last-child dd {
    border-right: 1px solid #2690ea;
}
.gnb-area .gnb dl dd {
    width: 155px;
    /*width: 186px;*/
}

.gnb-area .gnb dl > dt.active + dd a {
    color: #2690ea;
}


/*!*gnb-area*!*/
/*.gnb-area {*/
/*position: relative;*/
/*}*/
/*.gnb-area .gnb-bg {*/
/*height: 0;*/
/*transition: 0.25s;*/
/*position: absolute;*/
/*top: 85px;*/
/*left: 0;*/
/*width: 100%;*/
/*border-top: 2px solid #2aa3dc;*/
/*background-color: rgba(255, 255, 255, 1);*/
/*z-index: 100;*/
/*}*/
/*.gnb-area .logo {*/
/*float: left;*/
/*padding-top: 10px;*/
/*width: 180px;*/
/*}*/
/*.gnb-area #gnb {*/
/*float: right;*/
/*margin-right: -27px;*/
/*}*/
/*.gnb-area dl {*/
/*position: relative;*/
/*float: left;*/
/*text-align: center;*/
/*}*/
/*.gnb-area dl:first-child {*/
/*width: 120px;*/
/*}*/
/*.gnb-area dl:nth-child(2) {*/
/*width: 120px;*/
/*}*/
/*.gnb-area dl:nth-child(3) {*/
/*width: 120px;*/
/*}*/
/*.gnb-area dl:nth-child(4) {*/
/*width: 140px;*/
/*}*/
/*.gnb-area dl:nth-child(5) {*/
/*width: 120px;*/
/*}*/
/*.gnb-area dl:nth-child(6) {*/
/*width: 120px;*/
/*}*/
/*.gnb-area dl dt a {*/
/*font-size: 18px;*/
/*line-height: 83px;*/
/*}*/
/*.gnb-area dl dt a.active {*/
/*color: #125aac;*/
/*}*/
/*.gnb-area dl dd {*/
/*transition: 0.25s;*/
/*height: 0;*/
/*overflow: hidden;*/
/*position: absolute;*/
/*width: 100%;*/
/*padding-top: 10px;*/
/*top: 83px;*/
/*left: 0;*/
/*z-index: 100;*/
/*}*/
/*.gnb-area dl dd a {*/
/*display: block;*/
/*font-size: 14px;*/
/*padding: 9px 0;*/
/*line-height: 1.4;*/
/*}*/
/*.gnb-area dl dd a:hover {*/
/*background-color: #f3f8fc*/
/*}*/

/*!*active*!*/
/*.gnb-area.active .gnb-bg{*/
/*height: 260px;*/
/*box-shadow: 0 3px 8px rgba(0,0,0,0.15);*/
/*}*/
/*.gnb-area.active dl dd {*/
/*height: 260px;*/
/*}*/


/* ---------------------------------------
    .main-contents 하위
--------------------------------------- */

/* site map */
.sitemap {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/bg/bg_sitemap.png) left top;
    z-index: 99999;
}
.sitemap .inner {
    position: relative;
    width: auto;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
}
.sitemap .btn-close {
    display: block;
    text-align: right;
    cursor: pointer;
}
.sitemap .btn-close i {
    font-size: 80px;
    color: #aaa;
    transition: color 0.35s;
    -moz-transition: color 0.35s;
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    -ms-transition: color 0.35s;
}
.sitemap .btn-close i:hover {
    color: #fff;
}
.sitemap .inner dl{
    width: 100%;
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.sitemap.sitemap-eng .inner dl{
    padding: 40px 0 !important;
}
.sitemap .inner dl:first-child{
    border-top: 1px solid rgba(255,255,255,0.25);
}
.sitemap .inner dl dt {
    display: block;
    margin: 0 0 10px;
}
.sitemap .inner dl dt {
    display: block;
    margin: 0 0 10px;
}
.sitemap .inner dl dt a {
    color: #34efef;
    font-size: 32px;
    font-weight: 300;
}
.sitemap .inner dl dd {
    display: block;
}
.sitemap .inner dl dd ul {
    margin: 0;
    padding: 0;
}
.sitemap .inner dl dd ul li {
    display: inline-block;
    list-style: none;
    margin: 0 20px 0 0;
}
.sitemap .inner dl dd ul li a{
    color: #dfdfdf;
    font-size: 20px;
    font-weight: 300;
}
.sitemap .inner dl dd ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

#header .gnb-area .sitemap-area {
    position: absolute;
    top: 43px;
    left: 100%;
    margin-left: -78px;
}
#header .gnb-area .sitemap-area a.go-sitemap {
    display: block;
    width: 100px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-decoration: none;
    outline: none;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: #ffa523;
}
#header .gnb-area .sitemap-area a:hover.go-sitemap {
    background-color: #ff9a08;
    outline: none;
}
#header .gnb-area .sitemap-area a:active.go-sitemap {
    text-decoration: none;
    outline: none;
}

/*******************************************************************
   snb style
******************************************************************* */
.container .inner-wrap {
    background: url("/images/bg/snb_bg.png") repeat-y;
}
.snb-area {
    position: relative;
    float: left;
    width: 180px;
    margin: 0;
}
.snb-area h2.snb-title {
    width: 180px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    padding: 25px 0 0 25px;
    text-align: left;
    height: 70px;
    color: #fff;
    background-color: #2aa3dc;
}

.snb-area .snb {
    /*padding-bottom: 50px;*/
    /*border-left: 1px solid #dfdfdf;*/
    /*border-right: 1px solid #dfdfdf;*/
}
.snb-area .snb li {
    background-color: #fff;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.snb-area .snb li a {
    position: relative;
    display: block;
    /*width: 180px;*/
    height: 40px;
    padding-left: 17px;
    line-height: 40px;
    font-size: 14px;
    color: #555;
}
.snb-area .snb li a:hover {
    color: #3287d2;
    text-decoration: none;
}
.snb-area .snb li a.active {
    color: #195992;
    text-decoration: none;
    background-color: #f5f9fd;
}
.snb-area .snb li a .bar {
    position: absolute;
    /*left: 175px;*/
    right: 0;
    top: 12px;
    width: 0;
    height: 16px;
    background-color: #3287d2;
    transition: all 0.25s;
}
.snb-area .snb li a:hover .bar,
.snb-area .snb li a.active .bar {
    width: 3px;
}
.snb-area .snb li:hover a .bar {
    background-color: #7cb9ef;
}
.snb-area .snb li a.active:hover .bar,
.snb-area .snb li a.active .bar {
    background-color: #2aa3dc;
}


/* *******************************************************************
    Mobile Navigation
******************************************************************* */
.container.drawer-nav {
    margin-top: 0 !important;
}
.drawer-brand {
    position: relative;
    width: 100%;
    height: 100px;
    background: url(/images/mobile/nav_spot03.png) left top no-repeat;
    background-size: cover;
}
.drawer-brand h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 280px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    text-align: right;
    font-size: 13px;
    color: #eee;
    background-color: rgba(0,0,0,0.45);
}

.drawer-menu i {
    display: inline-block;
    width: 20px;
    margin: 0 8px 0 0;
    text-align: center;
}

.drawer-footer {
    position: relative;
    width: 100%;
    height: 100px;
}
.drawer-footer-area {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 280px;
    text-align: center;
}
.drawer-footer-area > li {
    disply: inline-block !important;
    width: 60px;
    height: 24px;
}
.drawer-footer-area li a {
    disply: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 2px;
    background-color: #fff;
}


/*******************************************************************
   banner style
******************************************************************* */
#banner {
    display: none;
    margin-top: 20px;
}
.sponsor-area {
    padding: 20px 0;
    background: #eeeeee;
}
/*.sponsor-area .inner-wrap {*/
/*padding: 20px 0;*/
/*border-top: 1px solid #dcdcdc;*/
/*}*/
/*.sponsor-conts {*/
/*width: 980px;*/
/*margin: 0 auto;*/
/*}*/
/*.sponsor-conts li {*/
/*float: left;*/
/*margin: 0 10px;*/
/*}*/
.sponsor-area .bx-wrapper .bx-viewport {
    background: #eeeeee;
}
.sponsor-area .bx-wrapper .bx-prev {
    left: -50px;
}
.sponsor-area .bx-wrapper .bx-next {
    right: -70px;
}
.sponsor-area .bx-wrapper .bx-controls-direction a {
    margin-top: -12px;
    text-indent: 0;
    font-size: 23px;
    color: #ddd;
}
.sponsor-area .bx-wrapper .bx-controls-direction a:hover {
    color: #c5c5c5;
}
/* *******************************************************************
    contents Layout : sub-spot, bread-crumb, constitle, section, contents;
******************************************************************* */

/* ------------------------------------
    .breadcrumb
------------------------------------ */
.breadcrumb-area:after {
    content: '';
    display: block;
    clear: both;
}
.breadcrumb-area {
    *zoom:1;
    height: 30px;
    /*border-top: 2px solid #2aa3dc;*/
    border-bottom: 1px solid #eeeeee;
    background: #fafafa;
}
.breadcrumb-area ul {
    margin: 0;
    float: right;
}
.breadcrumb-area ul li {
    padding: 0 20px 0 10px;
    display: inline-block;
    background: url("/images/bullet/divide_arrow.png") right center no-repeat;
}
.breadcrumb-area ul li span {
    font-size: 12px;
    line-height: 30px;
    color: #999999;
}
.breadcrumb-area ul li:last-child {
    padding-right: 0;
    background: none;
}



/*******************************************************************
   footer style
******************************************************************* */
.footer-responsive {
    display: none;
}
#footer {
    padding-bottom: 30px;
    font-size: 13px;
    font-weight: 400;
    color: #767676;
    background-color: #fafafa;
}

/*footer-utility*/
/*banner없을때 주석 풀을것*/
.footer-utility-area {
    font-size: 14px;
    /*margin-top: 20px;*/
    padding: 15px 0 15px 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background-color: #eee;
}
.footer-utility-area {
    height: 34px;
    font-size: 14px;
    padding: 0;
}
.footer-utility li {
    float: left;
    margin: 0;
    padding: 0;
    color: transparent;
}
.footer-utility li a {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    text-align: center;
    border-left: 1px solid #dfdfdf;
    color: #3a3a3a;
}
.footer-utility li:last-child a {
    border-right: 1px solid #dfdfdf;
}
.footer-utility li a:hover {
    color: #195992;
    background-color: #e4e4e4;
}
.footer-utility li.btn-ex-site {
    float: right;
    border: 0;
}
.footer-utility li.btn-ex-site a {
    padding: 0 20px;
    color: #fff;
    border: 0;
    background-color: #1554b0;
}
.footer-utility li.btn-ex-site a:hover {
    color: #fff;
    border: 0;
    background-color: #124796;
}

/*footer-address*/
.footer-address-area {
    padding: 20px 0;
}
.footer-address-area .inner-wrap {
    position: relative;
}
.footer-address-area .inner-wrap .footer-text {
    /*float: left;*/
    width: 710px;
    font-size: 13px;
}
.footer-address-area .inner-wrap .footer-text .copy {
    padding-top: 15px;
    color: #333;
}

/*.footer-address-area .inner-wrap address {*/
/*padding-bottom: 10px;*/
/*}*/
.footer-address-area .inner-wrap address p {
    line-height: 1.6;
}
.footer-address-area .inner-wrap address p a {
    /*color: #3287d2;*/
    color: #3a3a3a;
}
.footer-address-area .inner-wrap address p a:hover {
    color: #195992;
}
.footer-address-area .inner-wrap .footer-logo {
    position: absolute;
    top: 0;
    right: 0;
    /*right: 80px;*/
}
/*.footer-address-area .inner-wrap .footer-logo a img {*/
/*width: 230px;*/
/*}*/
.footer-address-area .inner-wrap address .institution {
    color: #3287d2;
}

/*table*/
/* table style */
.table.tb-sarek caption {
    margin: 0 0 5px;
    padding: 0;
    font-weight: bold;
    color: #1f67a6;
}
.table.tb-sarek th {
    vertical-align: middle;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
    font-weight: 700;

    background: #fefefe; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fefefe 0%, #fbfbfb 49%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#fbfbfb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
}
.table.tb-sarek td {
    vertical-align: middle;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}
.table.tb-sarek td.th-role {
    font-weight: 700;
    border-right: 1px solid #e0e0e0 !important;
    background-color: #fafafa;
}
table.tb-sarek td.bg-th {
    text-align: left;
    font-weight: 700;
    background-color: #fafafa;
}

/*tb-basic*/
.table.tb-basic thead th {
    text-align: center;
    font-weight: 600;
    vertical-align: middle;
    color: #333;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fefefe; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fefefe 0%, #fbfbfb 49%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#fbfbfb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
}
.table.tb-basic tbody tr:nth-child(even) {
    background: #fafafa;
}
.table.tb-basic tbody th {
    border: 1px solid #dfdfdf;
    vertical-align: middle;
    font-weight: 500;
}
.table.tb-basic tbody td {
    border: 1px solid #dfdfdf;
    vertical-align: middle;
}
