@charset "UTF-8";

/* *******************************************************************
	공통
******************************************************************* */
/* 컨텐츠 타이틀 */
#contents .article .section h2.section-title {
    margin: 35px 0 30px;
    font-size: 30px;
    font-weight: 900;
    color: #335bad;
}
#contents .article .section h2.section-title:first-child {
    margin: 0 0 30px;
}
#contents .article .section h3 {
    font-size: 28px;
    margin: 70px 0 10px;
    font-weight: 900;
    color: #444;
}
#contents .article .section h4 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 800;
    color: #335bad;
    line-height: 1.6;
}

#contents .article .section p {
    margin: 0 0 20px;
}

#contents .article .section .btn-area {
    padding: 30px 0;
    text-align: center;
}
#contents .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: #11cceb;
    transition: all 0.25s;
    border:1px solid #009fb9;
}
#contents .article .section .btn-area .btn-go:hover {
    background-color: #00a6c4;
    border:1px solid #0d7e91;
}


#contents .article .section .btn-area .btn-go.red {
    background-color: #FF424D;
    border:1px solid #de0e1a;
}
#contents .article .section .btn-area .btn-go.red:hover {
    background-color: #de0e1a;
    border:1px solid #be000b;
}
    /* 테이블 */
.table-bordered{
    border-top: 4px solid #335bad !important;
    border-left:none !important;
    border-right:none !important;
}

#contents .table > tbody > tr > td {
    padding: 16px 18px;
    text-align: center;
    font-size: 18px;
}
#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-weight: 800;
    text-align: center;
    font-size: 18px;
}
#contents .table thead > tr > th {
    color:#fff;
    background-color: #335bad;
}
#contents .table tbody tr > th {
    background-color: rgba(199, 227, 255, 0.22);
}
#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 ;
}

/*탭 컨텐츠의 탭메뉴 스타일*/
#contents .article .section .tab-custom .tab-bg {
    margin: 0 0 80px;
    padding:0;
}
#contents .article .section .tab-custom .tab-bg .tab-area .button-tab li {
    display:table-cell;
    background-color:#fafafa;
}
#contents .article .section .tab-custom .tab-bg .tab-area .button-tab li.active {
    background-color: #11cceb;
}
#contents .article .section .tab-custom .tab-bg .tab-area .button-tab li.active a:hover {
    background-color: #11cceb;
    color: #fff;
}
#contents .article .section .tab-custom .tab-bg .tab-area .button-tab li.active a {
    border-radius: 0;
    background-color: #11cceb;
    color: #fff;
    outline: none;
}
#contents .article .section .nav-tabs.button-tab {
    display: table;
    width: 100%;
    table-layout: fixed;
}
#contents .article .section .tab-custom .tab-bg .tab-area .button-tab li a {
    border-radius: 0;
    border:1px solid #eee !important;
    border-right:0 !important;
    margin-bottom: 0;
    font-size: 19px;
    padding:15px;
}
#contents .article .section .tab-custom .tab-bg .tab-area .button-tab li:last-child a {
    border-right:1px solid #eee !important;
}

#contents .article .section .tab-custom .tab-bg .tab-area .button-tab li a:hover {
    color:#11cceb;
}

/*서브페이지 타이틀의 둥근 라벨*/
#contents .article .section p.title-label {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 17px;
    margin: 0 20px 0 0;
    line-height: 1.1;
    text-align: center;
    border-radius: 50px;
    color:#FFF;
    font-weight: 700;
}
#contents .article .section h2.section-title {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 35px;
    font-weight: 800;
}
#contents .article .section p.title-label > span:last-child {
    font-size: 20px;
    font-weight: 900;
}

#contents .article .section p.title-label span:first-child {
    font-size: 15px;
}

#contents .article .section p.more-info-text {
    margin: 0 0 20px;
    text-align: right;
}

/* *******************************************************************
	센터소개 공통
******************************************************************* */
#contents .article.pages-introduce .section {

}

/* *******************************************************************
    센터소개 > 인사말
******************************************************************* */
#contents .article.greeting {
    background: url("/images/sub/pages_introduction/greeting.png") -250px 110% no-repeat;
}

#contents .article.greeting .section .thm-area {
    position: relative;
    top: 10px;
    float: left;
    width: 260px;
    height: 323px;
    padding: 0 0 50px 50px;
}
#contents .article.greeting .section .thm-area span.thm-chairman {
    display: block;
    width: 200px;
    height: 266px;
    background-color: #eee;
}
#contents .article.greeting .section .thm-area span.thm-chairman img {
    position: relative;
    left: 5px;
    bottom: 5px;
    display: block;
    max-width: 100%;
}
#contents .article.greeting .section .thm-area span.thm-chairman:before {
    content: "";
    display: block;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 30px;
    width: 220px;
    height: 286px;
    background-color: #377BB8;
    background: linear-gradient(to right bottom, #19A9D7, #081B5D);
}
#contents .article.greeting .section .thm-area h6 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    line-height: 1.3;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.75);
    word-break: keep-all;
}

#contents .article.greeting .section .text-area {
    float: left;
    width: 1140px;
    padding-left: 100px;
    text-align: justify;
}
#contents .article.greeting .section .text-area h2.section-title {
    margin: 0 0 50px;
    text-align: left;
    font-size: 40px;
}
#contents .article.greeting .section {

}

.name-area {
    position: relative;
    margin: 80px 0 0;
    text-align: right;
}
.name-area strong {
    position: relative;
    display: inline-block;
    margin: 0 0 20px;
    vertical-align: middle;
    text-align: right;
    font-size: 36px;
    font-weight: 800;
    z-index: 999;
}
.name-area strong small {
    display: inline-block;
    margin-right: 20px;
    font-size: 21px;
    font-weight: 600;
}
.name-area .sign {
    /*display: inline-block;*/
    display: none !important;
    position: absolute;
    right: -140px;
    top: -20px;
    width: 180px;
    margin-left: -40px;
    vertical-align: middle;
}
.name-area .sign img {
    max-width: 100%;
}

/* *******************************************************************
	센터소개 > 목표 및 비전
******************************************************************* */
#contents .article.vision .section h2.section-title {
    margin: 70px 0 10px;
}
#contents .article.vision {
    /*background: url(/images/sub/pages_introduction/vision.png) 81% 11% no-repeat;*/
}
#contents .article.vision .section:first-child h2.section-title:first-child {
    margin-top: 35px;
}
#contents .article.vision .section ul.bullet li {
    font-size: 18px;
    font-weight: 700;
}

#contents .article.vision .vision-contents-area {
    float: left;
    width: 700px;
}
#contents .article.vision .vision-contents-area .vision-area {

}
#contents .article.vision .vision-contents-area .vision-area.vision01 {
    margin-bottom: 15px;
    padding-top: 4px;
}
#contents .article.vision .vision-contents-area .vision-area.vision02 {
    margin-bottom: 3px;
}
#contents .article.vision .vision-contents-area .vision-area.vision03 {
    margin-bottom: -5px;
}
#contents .article.vision .vision-contents-area .vision-area.vision03 h2.section-title {
    margin-top: 33px;
}
#contents .article.vision .vision-contents-area .vision-area.vision04 {

}
#contents .article.vision .vision-contents-area .vision-area h2.section-title {
    margin: 0 0 15px;
    line-height: 1;
}
#contents .article.vision .vision-contents-area .vision-area .h-line {
    position: relative;
    display: block;
    height: 1px;
    margin: 0 0 15px;
    background-color: #2D54CB;
}
#contents .article.vision .vision-contents-area .vision-area.vision01 .h-line {
    width: 1219px;
}
#contents .article.vision .vision-contents-area .vision-area.vision02 .h-line {
    width: 1049px;
}
#contents .article.vision .vision-contents-area .vision-area.vision03 .h-line {
    width: 899px;
}
#contents .article.vision .vision-contents-area .vision-area.vision04 .h-line {
    width: 758px;
}
#contents .article.vision .vision-contents-area .vision-area .h-line:before {
    position: absolute;
    top: -2px;
    left: 0;
    content: ' ';
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #2D54CB;
}
#contents .article.vision .vision-contents-area .vision-area .h-line:after {
    position: absolute;
    top: -2px;
    right: 0;
    content: ' ';
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #2D54CB;
}
#contents .article.vision .vision-contents-area .vision-area ul {

}
#contents .article.vision .vision-contents-area .vision-area ul li {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 800;
}

#contents .article.vision .vision-thm-area {
    float: left;
    width: 700px;
}

#contents .article.vision .vision-etc {
    position: relative;
    top: -100px;
    clear: both;
    margin-bottom: -50px;
    padding: 30px;
    border-radius: 20px;
    background-color: #fafafa90;
}
#contents .article.vision .vision-etc ul {

}
#contents .article.vision .vision-etc ul li {
    margin: 0 0 15px;
}
#contents .article.vision .vision-etc ul li:last-child {
    margin: 0;
}

/* *******************************************************************
	센터소개 > 연구 개요 research_overview
******************************************************************* */
#contents .article.research_overview .section h2.section-title {

}
#contents .article.research_overview .table thead > tr > th {
    background-color: #a9a9a9;
    border-top:4px solid #585657 !important;
}
#contents .article.research_overview .table > tbody > tr > td {
    text-align: center;
}
#contents .article.research_overview .table tbody tr > th {
    color:#fff;
}
#contents .article.research_overview .table tbody tr > th.organ01 {
    background-color: #585657;
}
#contents .article.research_overview .table tbody tr > th.organ02 {
    background-color: #011e64;
}
#contents .article.research_overview .table tbody tr > th.organ03 {
    background-color: #0067b7;
}
#contents .article.research_overview .table tbody tr > th.organ04 {
    background-color: #00a7a6;
}
#contents .article.research_overview .table tbody tr > th.organ05 {
    background-color: #6970b4;
}
#contents .article.research_overview .table tbody tr > th.organ06 {
    background-color: #3e7967;
}
#contents .article.research_overview .section .image-map {
    width: 100%;
}
/* *******************************************************************
	센터소개 > 연혁
******************************************************************* */
.history #contents .article {

}
.history #contents .article .section.history-1 {
    position:relative;
}

/* 탭 리스트 */
.history #contents .article .section.history-1 dl {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.history #contents .article .section.history-1 dl dd {
    display: table-cell;
    width: 85%;
    vertical-align: bottom;
}
.history #contents .article .section.history-1 dl dt{
    width: 15%;
    text-align: left;
    position: relative;
    top: 14px;
    vertical-align: top;
    left: 35px;
}
.history #contents .article .section.history-1 dl dt .hexagon {
    width: auto;
    position: relative;
    margin: -18px 0 0;
    color: #333333;
    font-size: 25px;
    font-weight: bold;
}
.history #contents .article .section.history-1 dl dt .hexagon:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}
.history #contents .article .section.history-1 dl dt .hexagon:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

.history #contents .article .section.history-1 dl dd > ul {
    border-left: 5px solid #eeeeee;
    min-height: 140px;
}
.history #contents .article .section.history-1 dl dd > ul > li {
    display: table;
    table-layout: fixed;
    width:100%;
    line-height: 1.7;
    vertical-align: middle;
    padding-bottom: 10px;
}
.history #contents .article .section.history-1 dl dd > ul > li > span {
    display: table-cell;
    width: 30%;
    padding: 0 0 0 81px;
    font-weight: bold;
    color: #333333;
}
.history #contents .article .section.history-1 dl dd > ul > li:first-child > span {
    padding: 0 0 0 80px;
}
.history #contents .article .section.history-1 dl dd > ul > li > ul {
    display: table-cell;
    width: 70%;
}
.history #contents .article .section.history-1 dl dd > ul > li > ul > li {
    padding-left: 50px;
    font-size: 18px;
    font-weight: 400;
}
.history #contents .article .section.history-1 dl dd > ul > li:last-child {
    padding-bottom: 50px;
}
.history #contents .article .section.history-1 dl:last-child dd > ul > li:last-child {
    padding-bottom: 0;
}
.history #contents .article .section.history-1 dl dd > ul > li:first-child::before {
    margin-left: -10px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border: 3px solid #fd414d;
    border-radius: 16px;
    background-color: #fff;
}
/* *******************************************************************
	센터소개 > 조직도
******************************************************************* */



/* *******************************************************************
	센터소개 > 오시는길
******************************************************************* */



/* *******************************************************************
    연구분야 (pages-research)
******************************************************************* */
.pages-research {

}

#contents .article .section .section-title-h2 {

}
#contents .article.pages-research .section p.title-label {
    background-color: #335bad;
}

#contents .article .section .detailed-list {
    display: flex;
    flex-wrap: wrap;
}

#contents .article .section .detailed-list > li {
    width: 50%;
    padding:10px;
    margin:0;
}
/*Detailed Description 1개일때 w-100 클래스 사용*/
#contents .article .section .detailed-list.w-100 > li > ul > li {
    width: 49%;
    float:left;
}
#contents .article .section .detailed-list.w-100 > li {
    width: 100%;
}

#contents .article .section .info-box .bullet {
    margin-bottom: 15px;
}
#contents .article .section .info-box .info-box-title:last-child,#contents .article .section .info-box .bullet:last-child {
    margin :0;
}
#contents .article.pages-research .section .table {

}

/*연구분야 페이지 이미지 섹션*/
#contents .article.pages-research .section.img-area img.arrow {
    width: 230px;
}

/*연구분야 기술 01*/
/*#contents .article.pages-research.research01 .section.img-area img {*/
/*    margin:0;*/
/*}*/
#contents .article.pages-research.research01 .section.img-area,#contents .article.pages-research.research05 .section.img-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#contents .article.pages-research.research01 .section.img-area img:nth-child(1) {
    max-width: 400px;
}

#contents .article.pages-research.research01 .section.img-area img:nth-child(3) {
    max-width: 700px;
}

/*연구분야 기술 02*/
#contents .article.pages-research.research04 .section.img-area img:nth-child(1) {
    max-width: 600px;
}
/*연구분야 기술 05*/
#contents .article.pages-research.research05 .section.img-area img:nth-child(1) {
    max-width: 720px;
}
#contents .article.pages-research.research05 .section.img-area img:nth-child(3) {
    max-width: 470px;
}
/* *******************************************************************
    대표성과 (performance)
******************************************************************* */
#contents .article.performance-index {
    background: #fff url("/images/bg/bg_performence_index.png") left 50% no-repeat;
}

#contents .article.performance-index .section h2.section-title {
    margin: 0 0 5px;
    color: #685CBD;
}
#contents .article.performance .section p.title-label {
    background-color: #685CBD;
}
#contents .article.performance-index .thm-area {
    float: left;
    max-width: 400px;
    width: 100%;
}
#contents .article.performance-index .thm-area .thm {
    display: block;
    width: 100%;
    height: 800px;
    border-radius: 10px;
    background-color: transparent;
}

#contents .article.performance-index .list-area {
    float: left;
    max-width: 1000px;
    width: 100%;
    padding-left: 100px;
}
#contents .article.performance-index .list-area ul {
    margin: 30px 0 0;
}
#contents .article.performance-index .list-area ul > li {
    margin: 0 0 10px;
}
#contents .article.performance-index .list-area ul > li:last-child {
    margin: 0;
}
#contents .article.performance-index .list-area ul > li > a {
    position: relative;
    display: block;
    padding: 15px 30px;
    border: 1px solid #333;
    border-radius: 10px;
    background-color: #fff;
}
#contents .article.performance-index .list-area ul > li > a:hover {
    border: 1px solid #685CBD;
    background-color: #685CBD;
}
#contents .article.performance-index .list-area ul > li > a > .num {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    border-radius: 40px;
    background-color: #685CBD;
}
#contents .article.performance-index .list-area ul > li > a:hover > .num {
    color: #685CBD;
    background-color: #fff;
}
#contents .article.performance-index .list-area ul > li > a > .title {
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    font-weight: 800;
    color: #333;
}
#contents .article.performance-index .list-area ul > li > a:hover > .title {
    color: #fff;
}
#contents .article.performance-index .list-area ul > li > a > i {
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 36px;
    color: #ccc;
}
#contents .article.performance-index .list-area ul > li > a:hover > i {
    color: #fff;
}

#contents .article.performance .section h2.section-title {
    color: #6958c1;
}
#contents .article.performance .table thead tr > th {
    background-color: #6958c1;
}
#contents .article.performance .table tbody tr > th {
    background-color: #fdfaff;
}

#contents .article.performance .section h4 {
    color: #6958c1;
}

#contents .article.performance .section ul > li > b {
    display: block;
    padding-bottom: 7px;
    font-size: 20px;
    color: #000000;
}

#contents .article.performance .section .table-responsive {
    margin-top:25px;
    text-align: center;
}
#contents .article.performance .section .table-responsive ul {
    text-align: left;
}
#contents .article.performance .section .table-bordered {
    border-top: 0px solid #7b49c7 !important;
}
.article.performance .tab-custom {
    margin-top:50px;
}
.article.performance .nav-tabs.nav-justified > li {
    border-bottom: 2px solid #7b49c7;
}
.article.performance .nav-tabs.nav-justified > li > a {
    height: 60px;
    padding:0;
    line-height: 60px;
    font-size:18px;
    background-color: #fafafa;
    border-radius: 0;
    border:none;
}
.article.performance .nav-tabs.nav-justified > li.active {
    border: 2px solid #7b49c7 !important;
    border-bottom: none !important;
}
.article.performance .nav-tabs.nav-justified > li:hover a {
    color:#7b49c7;
    background-color: #f6f3ff;
}
.article.performance .nav-tabs.nav-justified > li.active > a,
.article.performance .nav-tabs.nav-justified > .active:hover {
    height: 62px;
    line-height: 62px;
    color:#7b49c7;
    font-weight: 800;
    background-color: #ffffff;
    border:none;
}
#contents .article.performance .tab-pane .section:first-child {
    padding-top: 40px ;
}

#contents .article.performance01 .section:nth-child(1) .img-area img {
    width: 700px;
}
#contents .article.performance05 .section:nth-child(1) .img-area img {
    width: 800px;
}

/* *******************************************************************
    알림마당 (research_information)
******************************************************************* */
.search-form-area {
    background-color: #fff !important;
}
