@charset "utf-8";

/*메인 인덱스*/


/*상단 슬라이드*/
.slide {
    width: 100%;
    min-width: 1100px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.slide #main-slide li {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide #main-slide .lslide img {
    opacity: 0.5;
}

.slide .lSSlideWrapper .lSAction > a {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    transition: all 0.5s;
}

.slide .lSSlideWrapper .lSAction > a:hover {
    opacity: 1;
}

.slide .lSAction > .lSPrev {
    left: 20px;
    background-image: url('../img/common/slider/main_btn_prev.png');
}

.slide .lSAction > .lSNext {
    right: 20px;
    background-image: url('../img/common/slider/main_btn_next.png');
}

.slide .lSSlideOuter .lSPager.lSpg {
    text-align: left;
    position: absolute;
    width: 1100px;
    left: 50%;
    margin-left: -550px;
    bottom: 26px;

}

.slide .lSSlideOuter .lSPager.lSpg > li {
    padding-left: 0;
}

.slide .lSSlideOuter .lSPager.lSpg > li a {
    width: 40px;
    height: 6px;
    border-radius: 0;
}

.slide .slide-title {
    position: absolute;
    width: 314px;
    height: 400px;
    top: 0;
    left: calc(50% - 157px);
    z-index: 99;
    background-image: url('../img/common/slide_title.png');
}

/*네비게이션*/
#header {
    width: 100%;
    min-width: 1100px;
}

.nav-top {
    width: 100%;
    min-width: 1100px;
    height: 106px;
    border-bottom: 1px solid #cdcdcd;
    text-align: center;
    padding-top: 36px;
    background-color: #fff;
}

.nav {
    border-bottom: 1px solid #cdcdcd;
    background-color: #fff;
    position: relative;
    z-index: 999;
    height: 71px;
}

#header .nav-wrapper {

    max-width: 1100px;

    padding: 0 10px;

    margin: 0 auto;

    position: relative;
}

.nav ul.nav-list {
    width: 1080px;
    height: 70px;
    font-size:0;
    margin-right: 0;
    margin-left: 56px;
    text-align: center;
    line-height: 70px;
    /* overflow: hidden; */
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 10px;
    transition: width 1s 1s;
    transform-origin: right;
    -webkit-backface-visibility: hidden;
    -webkit-transform: perspective(1000px);
}

.nav ul.nav-list > li {
    font-size: 0;
}

.nav ul.nav-list > li > a {
    display: block;
}

.nav ul.nav-list > li:nth-child(5) > a {
    width: 228px;
    background-image: url(../img/common/menu/menu_01.png);
    overflow: hidden;
}

.nav ul.nav-list > li:nth-child(3) > a {
    width: 99px;
    background-image: url(../img/common/menu/menu_02.png);
}

.nav ul.nav-list > li:nth-child(2) > a {
    width: 80px;
    background-image: url(../img/common/menu/menu_03.png);
}

.nav ul.nav-list > li:nth-child(1) > a {
    width: 97px;
    background-image: url(../img/common/menu/menu_04.png);
}

.nav ul.nav-list > li:nth-child(4) > a {
    width: 77px;
    background-image: url(../img/common/menu/menu_05.png);
}

.nav ul.nav-list > li:nth-child(5) > a:hover,
.nav ul.nav-list > li:nth-child(5) > a.current {
    background-image: url(../img/common/menu/menu_01_active.png);
}

.nav ul.nav-list > li:nth-child(3) > a:hover,
.nav ul.nav-list > li:nth-child(3) > a.current {
    background-image: url(../img/common/menu/menu_02_active.png);
}

.nav ul.nav-list > li:nth-child(2) > a:hover,
.nav ul.nav-list > li:nth-child(2) > a.current {
    background-image: url(../img/common/menu/menu_03_active.png);
}

.nav ul.nav-list > li:nth-child(1) > a:hover,
.nav ul.nav-list > li:nth-child(1) > a.current {
    background-image: url(../img/common/menu/menu_04_active.png);
}

.nav ul.nav-list > li:nth-child(4) > a:hover,
.nav ul.nav-list > li:nth-child(4) > a.current {
    background-image: url(../img/common/menu/menu_05_active.png);
}

.nav ul.nav-list > li > a {
    display: block;
    width: 100%;
    height: 70px;
}

.nav.sticky {
    width: 100%;
    /* height: 70px; */
    margin: 0 auto;
    position: fixed;
    top: 0;
}

.nav a.home {
    display: inline-block;
    float: left;
    background-image: url(../img/common/logo_subtop.png);
    background-size: auto 29px;
    background-repeat: no-repeat;
    width: 0;
    height: 29px;
    margin-top: 23px;
    opacity: 0;
    transition: all 0.2s;

    -webkit-backface-visibility: hidden;
    -webkit-transform: perspective(1000px);
}

.nav.sticky a.home {
    width: 144px;
    opacity: 1;
    transition: opacity 1s 1s, width 1s;
}

.nav.sticky ul.nav-list {
    width: 880px;
    transition: width 1s;
    margin-left: 0;
}

.nav ul.nav-list > li {
    position: relative;

}


.nav ul.nav-list > li:last-child::after {
    content: "";
    margin: 0;
}

.nav ul.nav-list > li > a {
    display: block;
    height: 70px;
    position: relative;
    z-index: 999;
    background: #fff;
}

.nav ul.nav-list > li > a::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #e83e3e;
}

.nav ul.nav-list > li:hover > a::after,
.nav ul.nav-list > li > a.current::after {
    height: 3px;
    transition: height 0.2s;
}

/*메뉴1 서브*/
.nav .menu5 .subMenu {
    position: absolute;
    background: white;
    width: 100%;
    bottom: 100px;
    transition: bottom 0.3s;
}

.nav .menu5 .subMenu li {
    overflow: hidden;
}

.nav .menu5 .subMenu li a {
    display: block;
    background: white;
    padding-left: 20px;
}

.nav ul.nav-list .menu5 {
    overflow: hidden;
    height: 71px;
}

.nav ul.nav-list .menu5 > a {
    transition: all 0.2s;
}

.nav ul.nav-list .menu5:hover {
    height: 178px;
}

.nav ul.nav-list .menu5:hover > a {
    color: #e83e3e;
    background-image: url(../img/common/menu/menu_01_active.png);
}

.nav ul.nav-list .menu5:hover > .subMenu {
    bottom: 0px;
    transition: all 0.2s;
}

.nav .menu5 .subMenu li {
    height: 54px;
    line-height: 54px;
    text-align: left;
    border: 1px solid #ddd;
    border-top-width: 0;
    font-size: 14px;
}



.nav .menu5 .subMenu li a:hover {
    color: #e83e3e;
}


/*본문영역*/
#article {
    width: 100%;
    min-width: 1100px;
    text-align: justify;
}

#article .container {
    width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
}

.share li img {
    cursor: pointer;
}

/*2단 레이아웃 수정*/
.row {
    overflow: hidden;
    display: table;
}

.row .col_2 {
    display: table-cell;
    float: left;
    width: 50%;
    background: red;
    height: 100%;
}

/*메인*/
#main {
    width: 100%;
    min-width: 1100px;
    /* margin-bottom: 80px; */
}

#main .full {
    padding: 20px 0 60px 0;
}

#main .container {
    width: 1080px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#main .container .thumb-list {
    display: flex;
    justify-content: space-between;
}

#main .container .thumb-list li {
    position: relative;
}

#main .container .thumb-list li span.title {
    display: block;
    width: 100%;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
    font-size:0;
}

#main .container .thumb-list .thumb-01 span.title {
    background-image: url('../img/common/menu/menu_01.png');
}

#main .container .thumb-list .thumb-02 span.title {
    background-image: url('../img/common/menu/menu_02.png');
}

#main .container .thumb-list .thumb-01:hover span.title {
    background-image: url('../img/common/menu/menu_01_active.png');
}

#main .container .thumb-list .thumb-02:hover span.title {
    background-image: url('../img/common/menu/menu_02_active.png');
}

#main .container .thumb-list .thumb-07 span.title {
    background-image: url('../img/common/menu/menu_03.png');
}

#main .container .thumb-list .thumb-08 span.title {
    background-image: url('../img/common/menu/menu_05.png');
}

#main .container .thumb-list .thumb-07:hover span.title {
    background-image: url('../img/common/menu/menu_03_active.png');
}

#main .container .thumb-list .thumb-08:hover span.title {
    background-image: url('../img/common/menu/menu_05_active.png');
}

#main .container .thumb-list li span.bg {
    background-size: cover;
}

#main .container .thumb-list li.thumb-01 span.bg {
    background-image: url('../img/common/thumb/category_01.png');
}

#main .container .thumb-list li.thumb-02 span.bg {
    background-image: url('../img/common/thumb/category_02.png');
}

#main .container .thumb-list li.thumb-03 a {
    background-image: url('../img/common/thumb/people_01.png');
}

#main .container .thumb-list li.thumb-04 a {
    background-image: url('../img/common/thumb/people_02.png');
}

#main .container .thumb-list li.thumb-05 a {
    background-image: url('../img/common/thumb/people_03.png');
}

#main .container .thumb-list li.thumb-06 a {
    background-image: url('../img/common/thumb/people_04.png');
}

#main .container .thumb-list li.thumb-07 span.bg {
    background-image: url('../img/common/thumb/category_05.png');
}

#main .container .thumb-list li.thumb-08 span.bg {
    background-image: url('../img/common/thumb/category_04.png');
}


#main .container .thumb-list li a span.bg {
    position: relative;
    display: block;
    width: 530px;
    height: 320px;
    background-color: black;
}

#main .container .thumb-list li a span.bg > .desc {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

#main .container .thumb-list li a:hover span.bg > .desc {
    opacity: 1;
}


/*peopole */

#main .people {
    background-image: url(../img/common/bg_pattern6.png);
}

#main .people .container .thumb-list li a {
    display: block;
    width: 260px;
    height: 320px;
    position: relative;
    overflow: hidden;
}

#main .people .container .thumb-list li a span.people-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0;
    transition: opacity 0.5s;
}

#main .people .container .thumb-list li a:hover span.people-bg {
    opacity: 0.5;

}

#main .people .container .thumb-list li a .text-wrapper {
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: left;
    transition: all 0.5s;
}

#main .people .container .thumb-list li a .text-wrapper .name {
    position: relative;
    width: 240px;
    bottom: 0;
    left: 0;
    z-index: 9;
    height: auto;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    display: block;
    text-align: left;
    padding: 10px 0 0;
}

#main .people .container .thumb-list li a .text-wrapper .desc::before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: red;
    display: block;
    margin:0;
    opacity: 0;
    transition: opacity 0.3s, margin 0.3s 0.3s;
}

#main .people .container .thumb-list li a:hover .text-wrapper .desc::before {
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: margin 0.1s, opacity 0.3s 0.3s;
}


#main .people .container .thumb-list li a span.desc {
    box-sizing: border-box;
    width: 100%;
    display: block;
    position: relative;
    left: 0;
    font-size: 14px;
    color: #fff;
    width: 100%;
    margin-bottom:10px;
    height: auto;
    max-height: 0;
    overflow:hidden;
    transition: max-height 0.6s;
}

#main .people .container .thumb-list li a:hover span.desc {
    max-height: 100px;
    transition: max-height 0.8s;
}


#main .people .container a.title {
    width: 100%;
    height: 70px;
    display: block;
    background-image: url('../img/common/menu/menu_04.png');
    background-position: bottom;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

#main .people .container a.title:hover {
    background-image: url('../img/common/menu/menu_04_active.png');
}

#main .people .container .thumb-list li {
    display: table;
}

#main .people .container .thumb-list li span.bg {
    opacity: 1;
    font-size: 14px;
    color: #fff;
    text-align: left;
}

#main .container .thumb {
    width: 522px;
    height: 402px;
    margin-top: 40px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #ddd;
}

#main .container .thumb:nth-child(even) {
    margin-left: 18px;
}

#main .container .thumb:nth-child(odd) {
    margin-right: 18px;
}

#main .container .thumb .textBox {
    width: 520px;
    background-color: white;
    height: 54px;
    vertical-align: middle;
    display: table-cell;
}

#main .container .thumb p {
    line-height: 1.6em;
    text-align: center;
}

#main .container .thumb .black {
    opacity: 0;
    width: 520px;
    height: 346px;
    background: #000;
    position: absolute;
    top: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

#main .container .thumb:hover .textBox .title {
    color: #e83e3e;
}

#main .container .thumb:hover .black {
    opacity: 0.5;
}

#main .container .thumb.people > .interview {
    background: black;
    width: 260px;
    height: 173px;
    display: inline-block;
    position: relative;
}

#main .container .thumb.people .interview .name {
    width: 260px;
    position: absolute;
    top: 60px;
    color: white;
    opacity: 0;
}

#main .container .thumb.people .interview:hover > img {
    opacity: 0.5;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

#main .container .thumb.people .interview:hover > .name {
    opacity: 1;
}

#main .container .thumb.people:hover .textBox p {
    color: #000;
}

#main .container .thumb.people:hover .textBox:hover p {
    color: #e83e3e;
}

#main .container .btn_face {
    margin-top: 50px;
    position: relative;
    right: 0;
    text-align: right;
    padding-right: 10px;
}

#main .container .btn_face a {
    display: inline-block;
}

/*서브페이지 레이아웃*/
#article {
    font-size: 16px;
}

.article_header {
    width: 1100px;
    margin: 0 auto;
    height: 150px;
    display: table;
    text-align: center;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 70px;
}

.article_header h2.article_title {
    font-size: 30px;
    line-height: 44px;
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
}

.article_header h2.article_title span {
    font-size: 18px;
}

.article_header h2.article_title .sub {
    font-size: 16px;
    color: #666;
    text-align: center;
}

.article_footer {
    width: 1100px;
    margin: 0 auto;
    border-top: 1px solid #cdcdcd;
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
    padding: 20px 10px;
    position: relative;
}

.article_footer .list {
    display: inline-block;
}

.article_footer .share {
    display: inline-block;
    float: right;
    position: absolute;
    right: 10px;
}

.article_footer .share li {
    display: inline-block;
    margin-left: 6px;
}

/*목차페이지*/
#contents {
    width: 1100px;
    margin: 0 auto;
}

#contents .sub-top {
    background: #ddd;
    text-align: center;
    height: 185px;
    margin-bottom: 70px;
    color: #fff;
    padding-top: 72px;
}

#contents .sub-top.cpi {
    background-image: url(../img/common/subTop_01.png);
    /* margin-bottom:0; */
}

#contents .sub-top.activities {
    background-image: url(../img/common/subTop_02.png);
}

#contents .sub-top.people {
    background-image: url(../img/common/subTop_03.png);
}

#contents .sub-top.news {
    background-image: url(../img/common/subTop_04.png);
}

#contents .sub-top.issue {
    background-image: url(../img/common/subTop_05.png);
}

#contents .sub-top h2 {
    font-size: 0;
    height: 27px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 4px;
}

#contents .sub-top.cpi h2 {
    background-image: url(../img/common/menu/top01_text.png);
}

#contents .sub-top.activities h2 {
    background-image: url(../img/common/menu/top02_text.png);
}

#contents .sub-top.people h2 {
    background-image: url(../img/common/menu/top03_text.png);
}

#contents .sub-top.news h2 {
    background-image: url(../img/common/menu/top04_text.png);
}

#contents .sub-top.issue h2 {
    background-image: url(../img/common/menu/top05_text.png);
}

#contents .sub-top p {
    font-size: 16px;
    letter-spacing: 0.5px;
}


#contents > .container {
    width: 100%;
    padding: 0 10px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

#contents .thumb {
    width: 350px;
    text-align: center;
    position: relative;
    margin-right: 15px;
    margin-bottom: 60px;
}

#contents .thumb:nth-child(3n) {
    margin-right: 0;
}

#contents .thumb .textBox {
    height: 66px;
    border-width: 0 1px 1px 1px;
    border-color: #ddd;
    border-style: solid;
    width: 350px;
}

#contents .thumb .textBox .thumb_title {
    font-size: 16px;
    padding-top: 10px;
}

#contents .thumb .textBox .webzine_title {
    font-size: 14px;
    color: #848484;
}

#contents .thumb .textBox .webzine_title img {
    margin-right: 4px;
}

#contents .thumb .black {
    opacity: 0;
    width: 350px;
    height: 204px;
    background: #000;
    position: absolute;
    top: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

#contents .thumb:hover .thumb_title {
    color: #e83e3e;
}

#contents .thumb:hover .black {
    opacity: 0.5;
}

/*kofice*/
.kofice_container {
    width: 1202px;
    margin-left: auto;
    margin-right: auto;
}

.kofice_wrapper {
    background-color: #ecf4f5;
    margin-top: -100px;
    padding: 170px 0 40px 0;

}

.kofice_box {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.kofice_logo {
    display: block;
    width: 100%;
    max-width: 170px;
    margin: 0 auto 30px auto;
}

.kofice_title {
    display: inline-block;
    border-bottom: 2px solid #3fbdcf;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

.kofice_list li {
    display: table;
    margin-top: 10px;
}

.kofice_list li p {
    display: table-cell;
    line-height: 1.5;
}

.kofice_list li::before {
    content: "-";
    display: table-cell;
    float: left;
    line-height: 1;
    margin-right: 4px;
    color: #3fbdcf;
    vertical-align: top;
}

.kofice.article_footer {
    margin-top: 0;
}

.kofice_link_wrapper {
    overflow: hidden;
}

.kofice_link_wrapper a.link {
    display: inline-block;
    background: #ddd;
    padding: 4px;
    width: 300px;
    text-align: center;
    color: #fff681;
    font-weight: bold;
    margin-top: 5px;
    border-radius: 22.5px;
    float: left;
}

.kofice_link_wrapper a.link_kofice {
    background-color: #3fbdcf;
    margin-right: 8px;
}

.kofice_link_wrapper a.link_facebook {
    background-color: #2b66ed;
}

.kofice_illust {
    text-align: center;
    margin-bottom: -40px;
    margin-top: 15px;
}


/*지도 페이지*/
table.map {
    width: 100%;
    background: #fff;
}

table.map thead th,
table.map td {
    padding: 18px;
    border: 1px solid #ddd;
}

table.map thead th {
    background: #64b3ea;
    color: #fff;
}

table.map tbody th {
    border: 1px solid #ddd;
    background: #efefef;
    color: #222;
}

table.map tbody th img {
    display: block;
    width: 18px;
    margin: 0 auto;
}

table.map tbody td img {
    vertical-align: middle;
    padding-left: 4px;
}

table.map tbody td a:hover {
    color: #e83e3e;
}

/*푸터영역*/
#footer {
    width: 100%;
    min-width: 1100px;
    background-color: #ffffff;
    text-align: center;
    padding-top: 0px;
}

#footer p {
    font-size: 17px;
    color: #323232;
    margin-top: 20px;
    padding-bottom: 40px;
}

#footer > .footer_logo2 {
    width: 100%;
    height: 85px;
    background: #f5f5f5;
    padding-top: 12px;
}

#footer > .footer_logo2 > ul {
    max-width: 550px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}

#footer .footer_logo {
    margin-top: 36px;
}