﻿@charset "utf-8";

.contents-area {
    max-width: 1660px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
/* *******************************************************************
    sub-spot
******************************************************************* */
#sub-spot {
    position: relative;
    width: 100%;
    padding: 50px 0;
    margin-bottom: 50px;
    background-size: cover !important;
    border-bottom: 1px solid #dfdfdf;
}

/* breadcrumb-area */
.breadcrumb-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
}
#sub-spot .breadcrumb-area h1 {
    color: #000;
    font-size: 36px;
    font-weight: 800;
}
.breadcrumb-area > ul {
}
.breadcrumb-area > ul > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
}

.breadcrumb-area > ul > li.home a {
    font-size: 14px;
    color: #333;
}
.breadcrumb-area > ul > li.home a .feather {
    width: 15px;
    height: 15px;
}

.breadcrumb-area > ul > li.arrow {
    margin: 0 7px;
}
.breadcrumb-area > ul > li.arrow .feather {
    width: 14px;
    height: 14px;
}

.breadcrumb-area .btn-print {
    display: block;
    width: 28px;
    height: 28px;
    margin-left:20px;
}
.breadcrumb-area .btn-print a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0;
    font-size: 14px;
    color: #5497F1;
    border: 1px solid #5497F1;
    border-radius: 2px;
    background-color: rgba(255,255,255,0.75);
}
.breadcrumb-area .btn-print a:hover {
    color: #fff;
    border: 1px solid #5497F1;
    background-color: #5497F1;
}
/* ----------------------------------------------------------------------------------
    Daum map
---------------------------------------------------------------------------------- */
.root_daum_roughmap {
    width: 100% !important;
}

/* *******************************************************************
	snb
******************************************************************* */
.snb-area {
    width: 270px;
}
.snb-area > h1 {
    width: 270px;
    height: 155px;
    padding: 65px 20px;
    margin-bottom: 13px;
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    background: url(/images/pattern/sub-spot-bg.png) no-repeat left bottom, linear-gradient(90deg, #2982ff 0%, #1fc7ff 100%);
    box-shadow: 0px 0px 5px #00000021;
}
/* snb */
.snb {
    max-width: 270px;
    width: 100%;
}
.snb > li {
    margin: 5px 0;
    border: 2px solid #E3E5E8;
    border-radius: 10px;
    transition: all 0.3s;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.07);
    transition: 0.5s;
}
.snb > li > a {
    display: block;
    padding: 24px 20px;
    text-overflow: ellipsis;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    transition: 0.5s;
    background: url("/images/icon/nav_arrow.png") no-repeat 94% center;
}
.snb > li:hover,.snb > li.active {
    border: 2px solid transparent;
    background-image:linear-gradient(#fff, #fff), linear-gradient(90deg, #3c8fff 0%, #29c5f9 100%);
    background-origin:border-box;
    background-clip:padding-box, border-box;
    background-clip:padding-box, border-box;
}

.snb > li:hover > a {
    font-weight: 800;
    color: #006EF3;
    background: url("/images/icon/nav_active_arrow.png") no-repeat 94% center;

}

.snb > li.active > a,
.snb > li.active > a:hover {
    font-weight: 800;
    color: #006EF3;
    background: url("/images/icon/nav_active_arrow.png") no-repeat 94% center;
}
.snb > li > ul {
    position: absolute;
    top: 308px;
    left: 527px;
    display: none;
    width: 1200px;
    border-collapse: collapse;
    z-index: 9;
}
.snb > li > ul > li {
    display: table-cell;
    width: 1%;
    transition:  0.5s;
}
.snb > li > ul > li > a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:20px;
    font-weight: 500;
    color:#555;
    text-align: center;
    background-color: #fafafa;
    border:1px solid #eee !important;
    transition:  0.5s;
}
.snb > li > ul > li:nth-child(2) > a {
    border-left:0px !important;
    border-right:0px !important;
}

.snb > li > ul > li > a:hover {
    color: #006EF3;
    font-weight: 700;
}
.snb > li > ul > li.active > a,
.snb > li > ul > li.active > a:hover {
    border: 2px solid transparent !important;
    background-image:linear-gradient(#fff, #fff), linear-gradient(90deg, #3c8fff 0%, #29c5f9 100%);
    background-origin:border-box;
    background-clip:padding-box, border-box;
    color: #006EF3;
    font-weight: 700;
}
.snb > li > ul > li.active > a {
    background-color: #fff;
}
/* *******************************************************************
	컨텐츠
******************************************************************* */
#contents {
    padding: 70px 0 90px 0;
    margin: 0 auto;
}

#contents .article {
    min-height: 500px;
}
#contents .article.snb-top-margin {
    margin-top: 130px;
}
#contents .article .section {
    line-height: 1.58;
    font-size: 17px;
    color: #333;
    word-break: keep-all;
}
/*color-bullet*/
#contents .article .section ul.color-bullet {
    margin-bottom: 40px;
}
#contents .article .section ul.color-bullet li {
    margin: 0 0 12px;
    font-weight: 600;
}
#contents .article .section ul.color-bullet li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 13px;
    margin-right: 10px;

}
#contents .article .section ul.color-bullet li:nth-child(1):before {
    background-color:#EAB428;
}
#contents .article .section ul.color-bullet li:nth-child(2):before {
    background-color:#D81D1D;
}
#contents .article .section ul.color-bullet li:nth-child(3):before {
    background-color:#2E9F4E;
}
/*bullet*/
#contents .article .section ul.bullet {
    margin-left:15px;
    margin-bottom: 40px;
}
#contents .article .section ul.bullet li {
    margin: 0 0 12px;
    padding-left: 10px;
    background: url(/images/bullet/bullet_main_board.jpg) left 12px no-repeat;
}
#contents .article .section p.bullet {
    margin: 0 0 15px;
    padding-left: 10px;
    background: url(/images/bullet/bullet_main_board.jpg) left 12px no-repeat;
}
/* *******************************************************************
	vendors
******************************************************************* */
/*tab02*/
.tab-customized.nav-tabs > li > a {
    color: #999;
    /*border-bottom: 1px solid #dfdfdf;*/
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
}
.tab-customized.nav-tabs > li > a:hover {
    /*color: #147ac5;*/
    color: #777;
    border-bottom: none;
    border-color: #fafafa #fafafa #ddd;
    background-color: #fafafa;
}
.tab-customized.nav-tabs > li.active > a,
.tab-customized.nav-tabs > li.active > a:hover,
.tab-customized.nav-tabs > li.active > a:focus {
    color: #1578c4;
    cursor: default;
    outline: none;
    /*background-color: #f6fbff;*/
    /*background-color: #fff;*/
    border: 1px solid #dfdfdf;
    border-top: 3px solid #1578c4;
    border-bottom-color: transparent;
    background-color: #fff;
}
.nav-tabs > li > a:active {
    outline: none;
}
.tab-pane {
    /*padding-top: 30px;*/
}


/*button-tab*/
.tab-custom .tab-bg {
    padding: 6px 5px;
    background-color: #f7f7f7;
    /*background-image: url("/images/sub/backup/acade2_1_bg.png");*/
}
.tab-custom .tab-bg .tab-area {
    background-color: #fff;
}
.nav-tabs.button-tab {
    border-bottom: 0 solid #ddd
}
.tab-custom .tab-bg .tab-area .button-tab li {
    background-color: #fafafa;
}
.tab-custom .tab-bg .tab-area .button-tab.history-tab li {
    width: 33.333%;
}
.tab-custom .tab-bg .tab-area .button-tab.tab-num-2 li,
.tab-custom .tab-bg .tab-area .button-tab.submission-tab li {
    width: 50%;
}

.tab-custom .tab-bg .tab-area .button-tab li a {
    margin-right: 0;
    display: block;
    text-align: center;
    border: 1px solid transparent ;
    outline: none;
    font-size: 15px;
}
.tab-custom .tab-bg .tab-area .button-tab li a:hover {
    border-radius: 0;
    background-color: #fafafa;
    outline: none;
}
.tab-custom .tab-bg .tab-area .button-tab li.active {

}
.tab-custom .tab-bg .tab-area .button-tab li.active a {
    border-radius: 0;
    outline: none;
    color: #006EF3;
}
.tab-custom .tab-bg .tab-area .button-tab li.active a:hover {
    border: 1px solid transparent !important;
    outline: none;
}
.tab-custom .tab-bg .tab-area .go-list a {
    background-color: #edf6ff;
    border-radius: 0;
    color: #1578c4;
}
.tab-custom .tab-bg .tab-area .go-list a:hover {
    background-color: #edf6ff !important;
    border-radius: 0;
    color: #1578c4 !important;
}

.nav-tabs.button-tab.double-tab > li > a {
    height: 58px;
    padding-top: 16px;
}
.nav-tabs.button-tab.double-tab > li > a.double {
    padding: 5px 15px;
    /*padding-top: 5px;*/
}
.nav-tabs.button-tab.double-tab > li > a.double span {
    display: block;
}
.nav-tabs.button-tab > li.none {
    background-color: #fafafa;
    height: 46.2834px;
}

.nav-tabs.button-tab.double-tab > li.none {
    background-color: #fafafa;
    /*height: 65px;*/
    height: 58px;
}


.board-members .thm-area {
    margin: 50px 0;
}
.board-members img {
    display: inline-block;
    max-width: 100%;
}

/*table*/
#contents .tb-basic {
    margin: 0 0 60px;
    border-top: 2px solid #333;
}
#contents .tb-basic th {
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    background-color: #fcfcfc;
}
#contents .tb-basic thead th {
    border-bottom: 1px solid #dfdfdf;
    background-color: #f4f4f4;
}
#contents .tb-basic tbody td {
    padding: 20px;
    font-size: 16px;
    background-color: #fff;
}

#contents .table > thead > tr > th,
#contents .table > tbody > tr > th,
#contents .table > tfoot > tr > th,
#contents .table > thead > tr > td,
#contents .table > tbody > tr > td,
#contents .table > tfoot > tr > td {
    vertical-align: middle;
}

/* 연간 계획 */
.section.annual-plan {
    position: relative;
}
.section.annual-plan h4.year-select {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 86px;*/
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    background: none;
}
.section.annual-plan h4.year-select i {
    vertical-align: middle;
    font-size: 24px;
    color: #000;
}
.section.annual-plan h4.year-select a.disable i,
.section.annual-plan h4.year-select a.disable:hover i {
    color: #ccc !important;
}
.section.annual-plan h4.year-select .year {
    display: inline-block;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 24px;
}
.section.annual-plan h4.year-select {

}
.section.annual-plan h4.year-select i {
    margin: 0 10px;
    vertical-align: middle;
}

/* tb-annual */
.tb-annual {
    border-top: 2px solid #1578c4;
    border-bottom: 1px solid #dfdfdf;
}
.tb-annual .col1 { width: 60px; }
.tb-annual .col2 { width: 150px; }
.tb-annual .col3 { width: 80px; }
.tb-annual .col4 { width: auto; }
.tb-annual .col5 { width: 80px; }

.tb-annual caption {
    padding: 0 0 5px;
    text-align: right;
}
.tb-annual th {
    padding: 15px 10px !important;
    font-weight: 700;
    text-align: center;
    vertical-align: middle !important;
    background-color: #f3fafe;
}
.tb-annual thead th {
    border-bottom: 3px double #dfdfdf !important;
    background-color: #f4f4f4;
}
.tb-annual tbody th {
    border-right: 1px solid #dfdfdf;
}
.tb-annual tbody td {
    padding: 15px 10px !important;
    font-size: 13px;
}
.tb-annual tbody td .label-divide {
    display: inline-block;
    width: 50px;
    padding: 2px 3px;
    font-size: 12px;
    color: #fff;
    border-radius: 2px 2px 0 0;
    background-color: #1578c4;
}
.tb-annual tbody tr:last-child td {
    border-bottom: 1px solid #ddd;
}
.tb-annual tbody td .label-divide.international {
    background-color: #ff4057;
}
.tb-annual tbody td .label-host {
    display: inline-block;
    width: 50px;
    padding: 2px 3px;
    font-size: 12px;
    color: #333;
    border-radius: 0 0 2px 2px;
    border: 1px solid #dfdfdf;
    border-top: 0;
    background-color: #fff;
}

.tb-annual tbody td .date {
    font-size: 14px;
}
.tb-annual tbody td .name {
    display: block;
    margin: 0 0 3px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}
.tb-annual tbody td .place {
    display: block;
    text-align: left;
    font-size: 14px;
}
.tb-annual tbody td .status {
    font-size: 14px;
    color: #1578c4;
}
.tb-annual tbody td .status.complete {
    color: #999;
}

/* tb-last-events */
.tb-last-events {
    border-top: 2px solid #1578c4;
    border-bottom: 1px solid #dfdfdf;
}
.tb-last-events th {
    padding: 15px 10px !important;
    font-weight: 700;
    text-align: center;
    vertical-align: middle !important;
    background-color: #f3fafe;
}
.tb-last-events thead th {
    border-bottom: 3px double #dfdfdf !important;
    background-color: #f4f4f4;
}
.tb-last-events tbody th {
    border-right: 1px solid #dfdfdf;
}
.tb-last-events tbody td {
    padding: 15px 10px !important;
    text-align: left;
    line-height: 1.6 !important;
    font-size: 13px;
}
.tb-last-events tbody td .label-divide {
    display: inline-block;
    width: 50px;
    margin: 0 auto;
    padding: 2px 3px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 2px 2px 0 0;
    background-color: #1578c4;
}
.tb-last-events tbody td .label-divide.international {
    background-color: #ff4057;
}
.tb-last-events tbody td .label-host {
    display: inline-block;
    width: 50px;
    margin: 0 auto;
    padding: 2px 3px;
    text-align: center;
    font-size: 12px;
    color: #333;
    border-radius: 0 0 2px 2px;
    border: 1px solid #dfdfdf;
    border-top: 0;
    background-color: #fff;
}

.tb-last-events tbody td .date {
    font-size: 14px;
}
.tb-last-events tbody td.name {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
}
.tb-last-events tbody td .place {
    display: block;
    text-align: left;
    font-size: 14px;
}
.tb-last-events tbody td .status {
    font-size: 14px;
    color: #1578c4;
}

.tb-last-events tbody tr.complete {
    background-color: #f7f7f7;
}
.tb-last-events tbody tr.complete td .label-divide {
    background-color: #999;
}
.tb-last-events tbody tr.complete td .date,
.tb-last-events tbody tr.complete td .name,
.tb-last-events tbody tr.complete td .place {
    color: #999;
}
.tb-last-events tbody tr.complete td .status {
    color: #999;
}

/* 다운로드 리스트 */
.download-list02 {
    /*padding-left: 0 !important;*/
    margin-top: 30px;
    padding: 10px 20px;
    list-style: none;
    border: 5px solid #ecf6ff;
}
.download-list02 li {
    width: 100%;
    padding-left: 5px;
    line-height: 35px;
    font-size: 17px;
    border-bottom: 1px dashed #ddd;
    /*background: url("/assets/images/bullet/square.png") left 10px no-repeat;*/
}
.download-list02 li:last-child {
    border-bottom: 0;
}
.download-list02 li:after {
    content: '';
    display: block;
    clear: both;
}
.download-list02 li a {
    float: right;
    margin-top: 5px;
    display: inline-block;
    width: 100px;
    line-height: 23px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 2px;

    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 */
}
.download-list02 .btn-download i {
    padding-right: 10px;
}
i.pdf {
    color: #ff3f39;
}
i.hwp {
    color: #49bffd;
}
i.excel {
    color: #29A573;
}
i.zip {
    /*color: #eaa752;*/
    color: #3c497e;
}
i.share {
    color: #1554b0;
}
i.e-book {
    color: #49bffd;
}

/*highlight-box*/
.highlight-box {
    padding: 20px 25px;
    border: 1px solid #ddf0fa;
    border-radius: 2px;
    background-color: #f1fbff;
}
.highlight-box strong {
    font-size: 24px;
    color: #1554b0;
}
.highlight-box ul.disc {
    margin-left: 20px;
}
.highlight-box .box-list li {
    padding-left: 15px;
    background: url("/images/bullet/box-bullet02.gif") no-repeat 0 8px;
}

.text-danger {
    color: #ED6B6E !important;
}
.text-primary {
    color: #006EF3 !important;
}

/*list-style*/
ul.disc {
    list-style: disc;
}
ul.depth1 {
    padding-left: 15px;
}
ul.list-hyphen li {
    position: relative;
    margin-left: 10px;
}
ul.list-hyphen li:before {
    position: absolute;
    top: 0;
    left: -10px;
    content: '-';
}

ol.list-decimal {
    margin-left: 20px;
    list-style: decimal;
}

.section ul.section-list > li {
    margin: 15px 0 10px;
    padding-left: 15px;
    background: url(/images/bullet/bullet4.png) left 10px no-repeat;
}
.section ul.section-list.depth02 > li {
    background: url(/images/bullet/bullet3.gif) left 10px no-repeat;
}

/*contents-box*/
.contents-box {
    margin: 5px;
    padding: 10px 15px;
    background-color: #fafafa;
}
.contents-box table,
.contents-box table td {
    background-color: #fff;
}
.contents-box table th {
    background-color: #f5fafe;
}
.contents-box > li {
    margin: 8px 0 8px 25px;
    list-style: disc;
}
.contents-box > li > ul li {
    padding-left: 10px;
    text-indent: -10px;
}
.contents-box.number-list > li {
    margin-left: 0;
    list-style: none;
}
.contents-box.date-list > li:after {
    content: '';
    display: block;
    clear: both;
}
.contents-box.date-list > li {
    display: block;
}
.contents-box.date-list > li span:first-child {
    float: left;
}
.contents-box.date-list > li span:last-child {
    float: right;
}

ul.list-disc {
    list-style: disc;
    margin: 5px 0 5px 30px;
}
ul.list-disc li {
    margin: 5px 0;
}

/* *******************************************************************
	common
******************************************************************* */
#alert_ready {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #999;
    border: 1px solid #eee;
    background-color: #fafafa;
}

/* 다운로드 리스트 */
#contents .article .bg-colored {
    background-color: #F1F7FE !important;
}
#contents .article .section .file-download-area {
    text-align: center;
}
#contents .article .section .file-download-area > li {
    position: relative;
    display: inline-block;
    width: 285px;
    height: 150px;
    margin: 0 5px 20px;
    padding: 15px 20px 20px;
    font-size: 17px;
    font-weight: 700;
    color: #333;
    text-align: center;
    vertical-align: top;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}
#contents .article .section .file-download-area.multi > li {
    float: left;
    display: block;
    margin: 0 20px 20px 0;
}
#contents .article .section .file-download-area > li:nth-child(4) {
    margin-right: 0;
}
#contents .article .section .file-download-area > li > p {
    width: 245px;
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #333;
}
#contents .article .section .file-download-area > li > p.en {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #767676;
}
#contents .article .section .file-download-area > li > a {
    position: absolute;
    left: 50%;
    bottom: 20px;
    display: inline-block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    margin-left: -60px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 36px;
    background-color: #ff6666;
}
#contents .article .section .file-download-area > li > a:hover {
    background-color: #FF5151;
}

#contents .article .section .info-box {
    margin: 15px 0;
    padding: 30px 25px;
    background-color: #fcfcfc;
    border: 1px solid #eaeaea;
    border-radius: 0px 15px 15px 15px;
}
#contents .article .section .info-box h2 {
    margin-top: 0;
}
#contents .article .section .info-box.small {
    margin: 0 0 20px;
    padding: 20px;
    font-size: 17px;
}
#contents .article .section .info-box.white {
    background-color: #fff;
}
#contents .article .section .info-box.transparent {
    margin: 0 0 60px;
    padding: 0;
    background-color: transparent;
}
#contents .article .section .info-box.violet {
    margin: 0 0 60px;
    border: 1px solid #DBEAFD;
    background-color: #F1F7FE;
}

#contents .article .section .info-box p {
    margin: 0;
}

#contents .article .section .section-area {
    margin: 80px 0 0;
}
#contents .article .section .section-area h3 {
    float: left;
    width: 300px;
    margin: 0;
}
#contents .article .section .section-area h3 small {
    display: block;
    margin: 10px 0 0;
    text-align: left;
    font-size: 17px;
    color: #6F4DCB;
}
#contents .article .section .section-area .section-contents {
    float: left;
    width: 900px;
}

/* 다운로드 리스트 - 가로배치 컨텐츠 안에 있을 경우 스타일 */
#contents .article .section .section-area .section-contents .bg-colored {
    background-color: #F1F7FE !important;
}
#contents .article .section .section-area .section-contents .file-download-area {
    text-align: left;
}
#contents .article .section .section-area .section-contents .file-download-area > li {
    position: relative;
    display: inline-block;
    width: 275px;
    height: 130px;
    margin: 0 10px 15px 0;
    padding: 15px 20px 20px;
    font-size: 17px;
    font-weight: 700;
    color: #333;
    text-align: center;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}
#contents .article .section .section-area .section-contents .file-download-area.multi > li {
    float: left;
    display: block;
    margin: 0 20px 20px 0;
}
#contents .article .section .section-area .section-contents .file-download-area > li > p {
    width: 235px;
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #333;
}
#contents .article .section .section-area .section-contents .file-download-area > li > a {
    position: absolute;
    left: 50%;
    bottom: 20px;
    display: inline-block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    margin-left: -60px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 36px;
    background-color: #ff6666;
}
#contents .article .section .section-area .section-contents .file-download-area > li > a:hover {
    background-color: #FF5151;
}

/* *******************************************************************
	vendors
******************************************************************* */

/* pagenation */
.pagination {
    margin: 40px 0;
}
.pagination > li > a,
.pagination > li > span {
    padding: 5px 10px;
    color: #006EF3;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #fff;
    background-color: #006EF3;
    border-color: #006EF3;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 8px 16px;
    font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span,
.pagination-lg > li:nth-last-child(2) > a,
.pagination-lg > li:nth-last-child(2) > span  {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


.board-category-label {
    padding:7px 13px;
    margin-right:8px;
    border-radius:50px;
    color:#FFF;
    background-color: #c7c7c7;
    font-size: 14px;
}
