﻿@charset "utf-8";

/* *******************************************************************
	공통
******************************************************************* */
.inner-wrap {
    gap: 44px;
}

.logo-area {
    border-bottom: 1px solid #dfdfdf;
}

.highlight-blue {
    color:#006EF3;
}
.highlight-red {
    color:#ED6B6E;
}
.highlight-green {
    color:#16ACC0 ;
}
.article .contents-area .inner-wrap {
    flex-direction: column;
    gap:0;
}
.flex-w-50 {
    width: 50%;
}

/* 컨텐츠 타이틀 */
.article .section h2,
.article .section h2.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    margin: 0 0 32px;
}
.article .section h3.sub-title {
    margin: 30px 0 15px;
    padding-left: 10px;
    border-left: 3px solid transparent;
    border-image: linear-gradient(to top, #003aff 0%, #9de3ff 90%);
    border-image-slice: 5;
    font-size: 21px;
    font-weight: 800;
    color: #006EF3;
    line-height: 1;
}

.article .section .btn-area {
    text-align: center;
}
.article .section .btn-area .btn-go {
    display: inline-block;
    margin: 15px;
    padding: 20px 30px;
    line-height: 1;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #006EF3;
    transition: all 0.25s;
    border:1px solid #009fb9;
}
.article .section .btn-area .btn-go:hover {
    background-color: #00a6c4;
    border:1px solid #0d7e91;
}


.article .section .btn-area .btn-go.red {
    background-color: #ED6B6E;
    border:1px solid #de0e1a;
}
.article .section .btn-area .btn-go.red:hover {
    background-color: #de0e1a;
    border:1px solid #be000b;
}


/* 테이블 */
.table-bordered{
    border-top: 3px solid #006EF3 !important;
    border-left:none !important;
    border-right:none !important;
}
.table-bordered tr > th {
    background-color: #f4f4f4;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
}
#contents .table > tbody > tr > th {
    background-color: #fbfbfb;
}
#contents .table > tbody > tr > td{
    padding: 15px;
    font-size: 17px;
    line-height: 1.7;
}
#contents .table.ta-center > tbody > tr > td {
    padding: 7px 10px;
    text-align: center;
}
#contents .table > tbody > tr > td:first-child{
    border-left:none;
}
#contents .table > tbody > tr > td:last-child {
    border-right:none;

}
#contents .table tr > th {
    padding: 15px;
    font-size: 17px;
    font-weight: 500;
    color: #000;
}
#contents .table tr > th:first-child{
    border-left:none;
}
#contents .table.tb-th-bold tbody tr > th:first-child{
    border-left:none;
    background-color: #fff;
}
#contents .table tr > th:last-child{
    border-right:none;
}
#contents .table-responsive > .table-bordered > tbody > tr:last-child > td {
    border-bottom:1px solid #ddd ;
}

/* *******************************************************************
    탭 컨텐츠의 탭메뉴 스타일
******************************************************************* */
.view-tab-area {
    margin-top: 30px;
}
#contents .article .section .tab-custom .tab-bg {
    margin: 0 0 40px;
    padding:0;
}
.view-tab-area .nav-tabs.nav-justified > li {
    width: 100px;
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf;
    font-weight: 700;
}
.view-tab-area .nav-tabs.nav-justified > li a {
    font-size: 18px;
}
.view-tab-area .nav-tabs.nav-justified > li a:hover {
    background-color: #e8e8e8 !important;
    color: #333;
}
.view-tab-area .nav-tabs.nav-justified > li.active {
    border-bottom: 2px solid #14C847;
    background-color: #fff;
}
.view-tab-area .nav-tabs.nav-justified > li.active a {
    color: #14C847;
    background-color: #fff;
}
.view-tab-area .nav-tabs.nav-justified > li.active a:hover,
.view-tab-area .nav-tabs.nav-justified > li.active a,
.view-tab-area .nav-tabs.nav-justified > li.active:hover a,
.view-tab-area .nav-tabs.nav-justified > li.active:hover
{
    background-color: #fff !important;
}
.view-tab-area .nav-tabs.nav-justified > li.active:hover a {
    background-color: #fff;
}

/*******************************************************************
   기본 테이블
******************************************************************* */
.grid {
    width: 100%;
    /*margin: 0 0 20px;*/
    border-collapse: collapse;
    border-top: 2px solid #333;
    border-bottom: 1px solid #333;
}

.grid th {
    padding: 12px 0;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #bdbdbd;
}
.grid td {
    border-bottom: 1px solid #dfdfdf;
    padding: 15px 0;
    vertical-align: middle;
}

.head {
    background-color: #fafafa;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.grid thead th {
    font-size: 18px;
    color: #333;
    background-color: #fafafa;
    font-weight: 500;
}

.alt {
    background-color: #fafafa;
    color: #000;
}
.grid tfoot td {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #de5344;
    border-top: 1px solid #ccc;
}
.grid tfoot td {
    background-color: #f8f8f8;
}
.grid tfoot td * {
    margin: 0 5px;
}
.grid tfoot td a {
    text-decoration: none;
    color: #4d4d4d;
}
.grid tfoot td a:hover {
    color: #de5344;
}
.list-info {
    margin: 10px 0 20px;
}
.grid .btn-order {
    min-width: 78px;
    width: 100%;
    height: 35px;
    margin: 3px 0;
    padding: 0;
    line-height: 36px;
    font-size: 14px;
    border-radius: 2px;
}
.grid .btn-order.blue {
    color: #1e59e7;
    border: 1px solid #1e59e7;
}
.col1 {
    width: 150px;
    text-align: center;
    font-size: 16px;
}
.col2 {
    width: auto;
    text-align: left;
}
.col3 {
    width: 120px;
    text-align: center;
}
.col4 {
    width: 120px;
    text-align: center;
}
.col5 {
    width: 140px;
    text-align: center;
}
.col6 {
    width: 120px;
    text-align: center;
}

/* book-list */
.book-list-tab {
    margin: 30px 0;
    border-top: 2px solid #1e397f;
}
.book-list-tab > li {
    float: left;
    width: 20%;
}
.book-list-tab > li:nth-child(6),
.book-list-tab > li:nth-child(7),
.book-list-tab > li:nth-child(8),
.book-list-tab > li:nth-child(9),
.book-list-tab > li:nth-child(10){
    border-top: 1px solid rgba(30,59,125,0.25);
}
.book-list-tab > li > a {
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: -0.45px;
    font-size: 14px;
    font-weight: bold;
    color: #1e397f;
    background-color: #f3f5fc;
}
.book-list-tab > li.multi > a {
    height: 50px;
    padding-top: 7px;
    line-height: 1.3;
}
.book-list-tab > li.active > a {
    color: #fff;
    background-color: #1e397f;
}
.book-list-tab > li > a:hover {
    background-color: #d5dbf4;
}

/* *******************************************************************
    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 > 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: 44px 0 120px;
    margin: 0 auto;
}

#contents .article {
    width: 100%;
    min-height: 500px;
}

#contents .article .section {
    width: 100%;
    line-height: 1.68;
    font-size: 17px;
    font-weight: 500;
    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;
}
#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: 20px;
}
.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: #14C847;
}
.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: 15px;
    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;
}

/*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: 500;
    color: #999;
    border: 1px solid #eee;
    background-color: #fafafa;
}

/* 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: 0;
    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;
}

/* *******************************************************************
	vendors
******************************************************************* */
#contents .article .section .paging {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* pagenation */
.pagination {
    margin: 50px 0 20px;
}
.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;
}
