﻿@charset "utf-8";

.inner-wrap {
    gap: 44px;
}
.contents-area {
    max-width: 1200px;
    width: 100%;
}

.sub-top-bg {
    position: absolute;
    width: 100%;
    height: 190px;
    top: 100px;
    background: #e4f2ff url(/images/pattern/sub-top-bg.png) no-repeat right top;
}

/* *******************************************************************
main-col4 : 후원사
******************************************************************* */
.main-col4 {
    background-color: #F8FDFF;
    border-top: 1px solid #dfdfdf;
    padding: 20px 0;
}
.main-col4 .inner-wrap {
    display: block;
}
/* 후원사 */
.main-col4 .sponsors-area {
    display: flex;
    gap: 15px;
    align-items: center;
}
.main-col4 .sponsors-area > h4 {
    width: 230px;
    font-size: 20px;
    font-weight: 900;
}
/*후원사 배너*/
.main-col4 .sponsors-area .swiper {
}
.main-col4 .sponsors-area .swiper .swiper-wrapper {
}
.main-col4 .sponsors-area > .swiper > ul {
    align-items: center;
}

.main-col4 .sponsors-area > .swiper > ul > li {
}
.main-col4 .sponsors-area > .swiper > ul > li > a {
    display: block;
    text-align: center;

}
.main-col4 .sponsors-area .swiper-button-prev,.main-col4 .sponsors-area .swiper-button-next {
    position: static;
    margin-top:0;
}
.swiper-button-next, .swiper-button-prev {
    color: #bfbfbf;
}
.main-col4 .sponsors-area .swiper-button-prev:after,
.main-col4 .sponsors-area .swiper-button-next:after{
    font-size: 15px;
    font-weight: 800;
}

/* *******************************************************************
    sub-spot
******************************************************************* */
#sub-spot {
    position: relative;
    width: 100%;
    padding: 70px 0 30px;
    margin: 20px 0 50px;
    background-size: cover !important;
}

/* breadcrumb-area */
.breadcrumb-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
}
#sub-spot .breadcrumb-area h1 {
    color: #000;
    font-size: 35px;
    font-weight: 800;
}
.breadcrumb-area > ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.breadcrumb-area > ul > li {
    display: flex;
    font-size: 17px;
    font-weight: 700;
    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 .feather {
    width: 18px;
    height: 18px;
}
.breadcrumb-area .btn-print {
    display: block;
    width: 36px;
    height: 36px;
    margin-left:20px;
}
.breadcrumb-area .btn-print a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
    font-size: 18px;
    color: #fff;
    border: 1px solid #17519f;
    border-radius: 30px;
    background-color: #17519f;
}
.breadcrumb-area .btn-print a:hover {
    color: #fff;
    border: 1px solid #17519f;
    background-color: #fff;
}
.breadcrumb-area .btn-print a:hover {
    color: #17519f;
}
/* ----------------------------------------------------------------------------------
    Daum map
---------------------------------------------------------------------------------- */
.root_daum_roughmap {
    width: 100% !important;
}

/* *******************************************************************
	snb
******************************************************************* */
.snb-area {
    width: 270px;
    margin-top:20px;
    z-index: 999;
}
.snb-area > h1 {
    width: 270px;
    height: 155px;
    margin-bottom: 13px;
    font-size: 32px;
    line-height: 155px;
    font-weight: 800;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    background: #17519f url("/images/bg/snb_bg_logo.png") no-repeat 200% 30%;
    box-shadow: 0px 0px 5px #00000021;
}
/* snb */
.snb {
    max-width: 270px;
    width: 100%;
}
.snb > li {
    margin: 5px 0;
}
.snb > li > a {
    display: block;
    padding: 20px 20px;
    text-overflow: ellipsis;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 700;
    background: #fafafa url("/images/icon/nav_arrow.png") no-repeat 94% center;
    color: #333;
    border-radius: 10px;
    border: 1px solid #E3E5E8;
    transition: all 0.3s;
    transition: 0.5s;
}
.snb > li.double > a {
    letter-spacing: -0.7px;
}
.snb > li > a:hover {
    color: #1262f3;
    border: 1px solid #1262f3;
    background: url("/images/icon/nav_active_arrow.png") no-repeat 94% center;
}
.snb > li.active > a {
    color: #fff;
    /*background: linear-gradient(90deg, #2982ff 0%, #1fc7ff 100%);*/
    background: #1262f3 url("/images/icon/nav_arrow_white.png") no-repeat 94% center;
}

.snb > li.active > a:hover {
    color: #fff;
    background: #1262f3 url("/images/icon/nav_arrow_white.png") no-repeat 94% center;
    border: 1px solid #1262f3;
}
.snb > li > ul {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    border-radius: 5px;
}
.snb > li > ul > li {
    padding: 0;
    list-style: none;
}
.snb > li > ul > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    height: 44px;
    font-weight: 700;
    color: #3b434e;
    border: 1px solid #dfdfdf;
    border-bottom: 0;
    background-color: #fff;
}
.snb > li > ul > li:nth-child(1) > a {
    border-radius: 10px 10px 0px 0px;
}
.snb > li > ul > li:last-child > a {
    border-radius:  0px 0px 10px 10px ;
    border-bottom: 1px solid #dfdfdf;
}
.snb > li > ul > li.active > a,
.snb > li > ul > li > a:hover{
    color: #17519f;
    background-color: #eff4ff;
}


/* *******************************************************************
	컨텐츠
******************************************************************* */
#contents {
    padding: 32px 0 80px 0;
    margin: 0 auto;
}
#contents .article {
    max-width: 1200px;
    width: 100%;
}
#contents .article {
    min-height: 500px;
}

#contents .article .section {
    line-height: 1.68;
    font-size: 17px;
    font-weight: 700;
    color: #333;
    word-break: keep-all;
}

#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;
    line-height: 1.5;
}
#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: #777777;
    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.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: #777777;
}

/* 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: #777777;
}
.tb-last-events tbody tr.complete td .status {
    color: #777777;
}

/* 다운로드 리스트 */
.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: '-';
}

.section ol.section-list {
    margin-left: 28px;
    list-style: decimal;
}
.section ol.section-list > li {
    margin: 5px 0;
}
.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: #777777;
    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;
}
/* info-box */
#contents .article .section .info-box {
    margin: 15px 0;
    padding: 25px;
    background-color: #fafcff;
    border: 1px solid #ddecfd;
    border-radius: 0px 15px 15px 15px;
}
.greeting #contents .article .section > .info-box:first-child {
    margin-top: 0;
}

#contents .article .section .info-box h2 {
    margin-top: 0;
}
#contents .article .section .info-box.yellow {
    padding: 15px;
    background-color: #fffaed;
    border: 1px solid #fff3c8;
}
#contents .article .section .info-box.yellow > p {
    margin-bottom: 3px;
    color: #5e5e5e;
    font-size: 15px;
    line-height: 1.5;
}
#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 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;
}


/* 학술활동 - 카테고리 snb */
.category-list {
    margin-bottom:50px;
}
.category-list ul {
    position: absolute;
    bottom: -165px;
    left: 0;
    display: none;
    width: 1200px;
    border-collapse: collapse;
    z-index: 9;
}

.category-list li {
    display: table-cell;
    width: 240px;
}
.category-list li a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    color: #35404f;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #eee !important;
}
.category-list li:nth-child(2) > a,.category-list li:nth-child(4) > a {
    border-left: 0px !important;
    border-right: 0px !important;
}
.category-list li.active a,.category-list li.active > a:hover {
    color: #fff;
    background-color: #006EF3;
}
.category-list li > a:hover {
    color:#006EF3;
}

.board-category-label {
    padding:7px 13px;
    margin-right:8px;
    border-radius:50px;
    color:#FFF;
    background-color: #c7c7c7;
    font-size: 14px;
}
