@charset "utf-8";
/* 기본 레이아웃 2020년 8월호부터 적용하는 기본 스타일*/

/*----- reset -----*/
html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    letter-spacing: 0px;
    font-family: "Arial", "apple Gothic", "malgun Gothic", "sans-serif";
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline-style: none;
}

ol,
ul {
    list-style: none;
}

a,
a:link,
a:visited,
a:active {
    outline: 0;
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}

p {
    margin: 0;
    line-height: 1.6em;
    letter-spacing: -0.5px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.center {
    text-align: center;
}

/*article-layout*/

#article .full {
    padding: 60px 0 50px 0;

}

#article .full_top {
    padding: 25px 0 0px 0;

}

#article .container {
    display: table;
}

/*basic figure style*/
figure {
    margin-bottom: 20px;
    position: relative;
}

figure figcaption {
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 4px 8px;
    background-color: rgba(0, 0, 0, 0.5);
}

/*basic table style*/
#article table {
    background: #fff;
}

#article table th {
    background-color: #333;
    color: #fff;
    width: 150px;
}

#article table th,
#article table td {
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 15px;
}

#article table span.small {
    font-size: 14px;
    color: #999;
}


/*----- 로딩화면 -----*/
#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    background-color: #fff;
    z-index: 9999;
    text-align: center;
}

/*본문*/
#article {
    width: 100%;
    min-width: 1100px;
    text-align: justify;
}

#article .container {
    width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
}
/*본문 기사 제목*/
.article-header {
    width: 1100px;
    margin: 0 auto;
    height: 150px;
    display: flex;
    align-items:center;
    justify-content: center;
    /* text-align: center; */
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 70px;
}

#article h2 {
    text-align:center;
    font-size: 30px;
    line-height:44px;
    font-weight: normal;
    
}

#article h2.article-title span {
    font-size: 18px;
}

#article h2.article-title .sub {
    font-size: 16px;
    color: #666;
    text-align: center;
}

/*슬라이더*/
.lSSlideWrapper .lSAction > a {
    width: 36px;
}

.lSSlideWrapper .lSAction > .lSPrev {
    left: 0;
    opacity: 1;
}

.lSSlideWrapper .lSAction > .lSNext {
    right: 0;
    opacity: 1;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background: #fff !important;
}

.lSSlideOuter .lSPager.lSpg > li.active a {
    background: red !important;
}

/*--------------- include:header ---------------*/
#header {
    width: 100%;
}

.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;
}

.nav-wrapper {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

/*nav logo*/
.nav a.home {
    position: absolute;
    display: block;
    left: 10px;
    background-image: url(../img/common/logo_subtop.png);
    background-size: auto 33px;
    background-repeat: no-repeat;
    width: 0;
    height: 33px;
    margin-top: 20px;
    opacity: 0;
    transition: all 1s;
    -webkit-backface-visibility: hidden;
    -webkit-transform: perspective(1000px);
}

.nav-list {
    width: 1080px;
    height: 70px;
    font-size: 0;
    margin-right: 0;
    margin-left: 56px;
    text-align: center;
    line-height: 70px;
    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;
    position: relative;
}

.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;
}

/*sticky*/
.nav.sticky ul.nav-list {
    width: 880px;
    transition: width 1s;
    margin-left: 0;
}

.nav.sticky {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
}

.nav.sticky a.home {
    width: 144px;
    opacity: 1;
    transition: opacity 1s 1s, width 1s;
}

/*menu a text img*/
.nav ul.nav-list > li:nth-child(5) > a {
    width: 228px;
    background-image: url(../img/common/menu/menu_01.png);
}

.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);
}

/*CPI dropdown menu*/
.nav .menu5 {
    overflow: hidden;
    height: 71px;
}
.nav .menu5:hover {
    height: 178px;
}
.nav .menu5 > a {
    transition: all 0.2s;
}

.nav .menu5 .subMenu {
    position: absolute;
    background: white;
    width: 100%;
    bottom: 100px;
    transition: bottom 0.3s;
}

.nav .menu5 .subMenu li {
    height: 54px;
    line-height: 54px;
    text-align: left;
    border: 1px solid #ddd;
    border-top-width: 0;
    font-size: 14px;
    overflow: hidden;
}

.nav .menu5 .subMenu li a {
    display: block;
    background: white;
    padding-left: 20px;
}

/*hover*/
.nav .menu5:hover > a {
    color: #e83e3e;
    background-image: url(../img/common/menu/menu_01_active.png);
}

.nav .menu5:hover > .subMenu {
    bottom: 0px;
    transition: all 0.2s;
}

.nav .menu5 .subMenu li a:hover {
    color: #e83e3e;
}

/*--------------- include : footer ---------------*/
#footer {
    width: 100%;
    min-width: 1100px;
    background-color: #fefefe;
    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: 560px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}

#footer .footer_logo {
    margin-top: 36px;
}

/*--------------- s : main index.html ---------------*/

/*----- main slider -----*/
.slide {
    width: 100%;
    min-width: 1100px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.slide .slide-title {
    width: 287px;
    height: 400px;
    position: absolute;
    top: 0;
    left: calc(50% - 157px);
    z-index: 99;
    background-image: url('../img/common/slide_title.png');
}

#main-slide li {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*slider btn prev next*/

.lSSlideWrapper .lSAction > .lSPrev,
.lSSlideWrapper .lSAction > .lSNext {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    transition: all 0.5s;
}

.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 pager */
.slide .lSSlideOuter .lSPager.lSpg {
    text-align: left;
    position: absolute;
    width: 1100px;
    left: 50%;
    margin-left: -550px;
    bottom: 26px;
}

.lSSlideOuter .lSPager.lSpg > li {
    padding-left: 0;
}

.lSSlideOuter .lSPager.lSpg > li a {
    width: 40px;
    height: 6px;
    border-radius: 0;
}

/*article-list*/

#main {
    width: 100%;
    min-width: 1100px;
}

#main .full {
    padding: 20px 0 60px 0;
}

#main .full-1 {
    padding: 7px 0 40px 0;
}

#main .full-2 {
    padding: 30px 0 80px 0;
}

#main .container {
    width: 1080px;
    margin: 0 auto;
    padding: 0;
    /*text-align: center;*/
}
/*thumb*/
.thumb-list {
    display: flex;
    justify-content: space-between;
}

.thumb-list li {
    position: relative;
}

.thumb-list a span.bg {
    position: relative;
    display: block;
    width: 535px;
    height: 293px;
    background-size: cover;
}

.thumb-list a span.bg::after {
    content:"";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right:0;
    bottom:0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

.thumb-list a:hover span.bg::after {
    opacity: 1;
}

.thumb-list li span.title {
    display: block;
    width: 100%;
    height: 59px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
    font-size: 0;
}

.thumb-list .thumb-01 span.title {
    background-image: url('../img/common/menu/menu_01.png');
}

/*thumb title*/
.thumb-01:hover span.title {
    background-image: url('../img/common/menu/menu_01_active.png');
}

.thumb-02 span.title {
    background-image: url('../img/common/menu/menu_02.png');
}

.thumb-02:hover span.title {
    background-image: url('../img/common/menu/menu_02_active.png');
}

.thumb-07 span.title {
    background-image: url('../img/common/menu/menu_03.png');
}

.thumb-07:hover span.title {
    background-image: url('../img/common/menu/menu_03_active.png');
}
.thumb-08 span.title {
    background-image: url('../img/common/menu/menu_05.png');
}

.thumb-08:hover span.title {
    background-image: url('../img/common/menu/menu_05_active.png');
}

/*thumb title*/
.thumb-01 span.bg {
    background-image: url('../img/common/thumb/category_01.png');
}

.thumb-02 span.bg {
    background-image: url('../img/common/thumb/category_02.png');
}
.thumb-07 span.bg {
    background-image: url('../img/common/thumb/category_05.png');
}

.thumb-08 span.bg {
    background-image: url('../img/common/thumb/category_04.png');
}

/*issue insight*/

/*
.issue {
    background-image: url(../img/common/bg_pattern6.png);
}
*/

.issue 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;
}

.issue a.title:hover {
    background-image: url('../img/common/menu/menu_04_active.png');
}

/*issue thumb style*/
.list-issue a {
    display: block;
    width: 353px;
    height: 320px;
    position: relative;
    overflow: hidden;
}

.list-issue span.issue-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0;
    transition: opacity 0.5s;
}

.list-issue li a:hover span.issue-bg {
    opacity: 0.5;

}

.list-issue li a .text-wrapper {
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: left;
    transition: all 0.5s;
}

.list-issue 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;
}

.list-issue 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;
}

.list-issue li a:hover .text-wrapper .desc::before {
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: margin 0.1s, opacity 0.3s 0.3s;
}


.list-issue 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;
}

.list-issue li a:hover span.desc {
    max-height: 100px;
    transition: max-height 0.8s;
}

.list-issue li span.bg {
    opacity: 1;
    font-size: 14px;
    color: #fff;
    text-align: left;
}

/*issue insight thumb img*/
.thumb-03 a {
    background-image: url('../img/common/thumb/people_03.png');
}

.thumb-04 a {
    background-image: url('../img/common/thumb/people_02.png');
}

.thumb-05 a {
    background-image: url('../img/common/thumb/people_01.png');
}

.thumb-06 a {
    background-image: url('../img/common/thumb/people_04.png');
}

/*--------------- e : main index.html ---------------*/


/*--------------- s : 카테고리별 목차페이지---------------*/
#contents {
    width: 1100px;
    margin: 0 auto;
}
/* sub-top */
#contents .sub-top {
    text-align: center;
    height: 185px;
    margin-top: 15px;
    margin-bottom: 55px;
    color: #fff;
    padding-top: 72px;
}

#contents .sub-top.cpi {
    background-image: url(../img/common/subTop_01.png);
}

#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;
}

/*category article-list*/
#contents .article-list {
    width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.thumb {
    width: 352px;
    text-align: center;
   
    margin-bottom: 60px;

}
.thumb a {
    border:1px solid #ddd;
    display:block;
    position: relative;   
    overflow:hidden;
}

.thumb .textBox {
    height: 66px;
}

.thumb .textBox .thumb-title {
    font-size: 16px;
    padding-top: 10px;
}

.thumb .textBox .webzine-title {
    font-size: 14px;
    color: #848484;
}

.thumb .textBox .webzine-title img {
    margin-right: 4px;
}

.thumb .black {
    opacity: 0;
    width: 350px;
    height: 204px;
    background: #000;
    position: absolute;
    top: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

.thumb:hover .thumb-title {
    color: #e83e3e;
}

#contents .thumb:hover .black {
    opacity: 0.5;
}

/*--------------- e : 카테고리별 목차페이지---------------*/
/*article-bottom*/
.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;
	cursor: pointer;
}

/*----- 01_cpi -----*/

.vol-08.cpi #article .full .container {
    position: relative;
}

/*title*/
.vol-08.cpi #article h3 {
    margin-bottom: 50px;
}

.vol-08.cpi #article figure.pic-2,
.vol-08.cpi #article figure.pic-3 {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 50px 0;
}

/*bg*/
.vol-08.cpi #article .color {
    background-color: #e8f7ff;
    background-image: url('../img/common/bg_pattern5.png');
}

.vol-08.cpi #article .section-3,
.vol-08.cpi #article .section-5 {
    background-color: #ffffff;
}

/*section-01*/
.vol-08.cpi #article .section-1 {
    padding-top: 0;
}

.vol-08.cpi #article .section-1 h3 {
    margin-bottom: 250px;
}

.vol-08.cpi #article .section-2 {
    padding-top: 0;
}

.vol-08.cpi #article .section-2 figure {
    margin-top: -250px;
}

.vol-08.cpi #article .section-2 ol {
    width: 100%;
    max-width: 1080px;
    display: flex;
    -ms-display: flexbox;
    flex-wrap: wrap;
    justify-content: space-between;
}

.vol-08.cpi #article .section-2 ol li {
    width: calc(50% - 10px);
    padding: 30px 25px;
    border: 1px solid #ddd;
    border-top-color: #0374af;
    background-color: #fff;
    border-width: 3px 1px 1px 1px;
    margin-bottom: 20px;
    border-radius: 0 0 5px 5px;
}

.vol-08.cpi #article .section-2 ol li p {
    text-align:left;
}
.vol-08.cpi #article .section-2 ol li p::before {
    content: "";
    width: 48px;
    height: 40px;
    margin-bottom: 10px;
    margin-top: -30px;
    display: block;
    text-align: center;
    border-radius: 0 0 5px 5px;
    background-color: #0374af;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}

.vol-08.cpi #article .section-2 ol li:nth-child(1),
.vol-08.cpi #article .section-2 ol li:nth-child(4),
.vol-08.cpi #article .section-2 ol li:nth-child(5) {
    border-top-color: #3fa0d3;
}

.vol-08.cpi #article .section-2 ol li:nth-child(1) p::before,
.vol-08.cpi #article .section-2 ol li:nth-child(4) p::before,
.vol-08.cpi #article .section-2 ol li:nth-child(5) p::before {
    background-color: #3fa0d3;
}

.vol-08.cpi #article .section-2 ol li:nth-child(1) p::before {
    content: url('../img/01_cpi/cpi_01.png');
}

.vol-08.cpi #article .section-2 ol li:nth-child(2) p::before {
    content: url('../img/01_cpi/cpi_02.png');
}

.vol-08.cpi #article .section-2 ol li:nth-child(3) p::before {
    content: url('../img/01_cpi/cpi_03.png');
}

.vol-08.cpi #article .section-2 ol li:nth-child(4) p::before {
    content: url('../img/01_cpi/cpi_04.png');
}

.vol-08.cpi #article .section-2 ol li:nth-child(5) p::before {
    content: url('../img/01_cpi/cpi_05.png');
}

.vol-08.cpi #article .section-2 ol li:nth-child(6) p::before {
    content: url('../img/01_cpi/cpi_06.png');
}

/*section-03*/
.vol-08.cpi #article .section-3 .container .illust-1 {
    position: absolute;
    bottom: -70px;
    right: 0;
}

/*section-05*/
.vol-08.cpi #article .section-5 table {
    max-width: 100%;
    width: 1100px;
}

.vol-08.cpi #article .section-5 table thead {
    border-bottom: 3px solid #003c5b;
}

.vol-08.cpi #article .section-5 table thead th {
    background-color: #0374af;
    padding: 16px 10px;
    border-color: #0b5d88;
}

.vol-08.cpi #article .section-5 table tbody th {
    background-color: #f2fbff;
    width: 140px;
}

.vol-08.cpi #article .container table tbody td {
    padding: 12px 20px;
}

.vol-08.cpi #article .container table p.detail {
    margin-bottom: 0;

}

.vol-08.cpi #article .container table p.small {
    font-size: 15px;
    color: #666;
    line-height: 1.4;
    padding-left: 10px;
}

.vol-08.cpi #article .container table p.small::before {
    content: "-";
    display: block;
    float: left;
    width: 10px;
    margin-left: -10px;
}


/*partner*/
.partner-section-01 {
    background:#47c1de;
}
.partner-section-01 h2 {
    color:#fff;
}
.partner-list {
    max-width:1250px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;

}
.partner-list li {
    width:353px;
    border:1px solid #ddd;
    border-radius:10px;
    overflow:hidden;
    margin-bottom:30px;
    position:relative;
    padding-bottom:100px;
    box-shadow: 0px 0px 0px #00000029;
    transition:all 0.3s;
}
.partner-list li:hover {
    box-shadow: 5px 5px 5px #00000029;
    transform:translateY(-10px);
}


.partner-list h3 {
    text-align: center;
    padding: 17px;
    height : 83px;
    color:#fff;
    background: #47c1de;
}






.partner-list dl {
    padding:25px 20px 0 25px;
}
.partner-list dt {
    font-size: 17px;
    letter-spacing: 0px;
    font-weight: 800;
    margin: 15px 0 4px 0;
}
.partner-list dt::after {
    content:"";
    width:5px;
    height:5px;
    border-radius:2.5px;
    background-color:3eb5f4;
    display:inline-block;
    margin-bottom:10px;
}
.partner-list dd {
    text-align:left;
    font-size:17px;
    line-height:1.4;
}

.partner-list a {
    background-color:#55d2ef;
    color:#fff;
    display:block;
    position:absolute;
    width:calc(100% - 40px);
    left:20px;
    bottom:30px;
    text-align:center;
    line-height:50px;
    border-radius:25px;
    overflow:hidden;
}
.partner-list a::before {
    content:"";
    position:absolute;
    top:100%;
    right:0;
    bottom:0;
    left:0;
    background-color:#38abc6;
    display:block;
    transition:top 0.5s;
}
.partner-list a:hover::before {    
    top:0;
    
}
.partner-list a span {
    position:relative;
}
