@charset "utf-8";

.question {
    font-weight: 600;
    margin-left: 0;
    padding-left: 28px;
    font-size: 22px;
    line-height: 36px;
    color: #333;
    text-align: left;
}

/*bg*/
.full.gray {
    background-image: none;
    background-color: #f5f9ff;
}

.full.gray1 {
    background-image: none;
    background-color: #f5f5f5;
}
.full.orange {
    background-image: none;
    background-color: #fff5e9;
}

.full.green {
    background-image: none;
    background-color: #d7f1e5;
}

/*article-layout*/
#article .full {
    padding: 60px 0 50px 0;

}

#article .full_1 {
    padding: 60px 0 30px 0;

}

#article .full_bt_0 {
    padding: 50px 0 0px 0;

}

#article .full_t0b0 {
    padding: 0px 0 0px 0;

}

#article .full_all0 {
    padding: 0px 0 0px 0;

}


#article .full_t0b10 {
    padding: 0px 0 10px 0;

}

#article .full_t10_bt60 {
    padding: 10px 0 60px 0;

}


#article .full p {
    font-size: 17px;
}

#article .full p.question {
    font-size: 21px;
}


#article .full p.big {
    font-size: 22px;
}

#article .full p.mb-0 {
    margin-bottom: 0;
}

.container {
    display: table;
}

.col_2 {
    display: table-cell;
}


.topic-wrapper .col_3 {
    width: 33.3%;
    display: table-cell;



}

#article .full .topic-wrapper .col_3 p {
    font-size: 14px;
    word-break: keep-all;
    text-align: left;
    color: #666;
    padding: 0px 10px;
}

.topic-wrapper span.name {
    display: block;
    font-weight: bold;
}

.vertical-bottom {
    vertical-align: bottom;
}

.max-600px {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.max-700px {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.max-780px {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

/**/
.mb-0 {
    margin-bottom: 0;
}

.mb-360px {
    margin-bottom: 360px;
}

.mt-n360px {
    margin-top: -360px;
}

.pl-15px {
    padding-left: 15px;
}

.pr-15px {
    padding-right: 15px;
}

/*article-header*/
.article_header {
    /* display: table; */
    margin-bottom: 0;
}

.article_header .title-box {
    display: table-cell;
    vertical-align: middle;
    height: 150px;
}

.article_header {
    line-height: 1.4;
    font-size: 16px;
}

.article_header h2 {
    font-size: 30px;
    letter-spacing: -0.5px;
    font-weight: normal;
}

.article_header h2 span {
    display: block;
    font-size: 24px;
}

.article_header p {
    margin-bottom: 0;
    color: #666;
}

h3 {
    font-size: 22px;
}

/*figure*/
figure {
    margin-bottom: 20px;
    position: relative;
}

figure1 {
    margin-bottom: 0px;
    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);
}

figure figcaption.people {
    background-color: transparent;
    left: auto;
    right: 18px;
    padding: 8px;
    font-weight: bold;
    text-align: right;
}

figure.ml-1px {
    margin-left: 1px;
}


/*article-footer*/
.article_footer {
    margin-top: 0;
}

/*question-wrapper*/
.full.question-wrapper {}


#article .full.question-wrapper p.question {
    padding-left: 0;
    line-height: 1.4;
    font-size: 18px;
    word-break: keep-all;

}


#article .full.question-wrapper p.question1 {

    margin-bottom: 10px;


}


#article .full.question-wrapper p.question-number span {
    font-size: 12px;
    border-bottom: 1px solid #999;
    color: #999;

}

/*table*/
#article table {
    width: 520px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

#article table th {
    background-color: #333;
    color: #fff;
    width: 120px;
}

#article table th,
#article table td {
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 15px;
}

#article table span.small {
    font-size: 14px;
    color: #999;
}


/*suvey*/

.survey-wrapper .container {
    max-width: 798px;
}

.survey-wrapper h4 {
    text-align: left;
    max-width: 780px;
    margin: 60px auto 10px auto;
}

.survey-wrapper .percentage-0 {
    font-size: 13px;
    width: 770px;
    margin: 0 auto 4px auto;
    display: block;
    color: #666;

}

.survey-wrapper .single-bar {
    overflow: hidden;
    border-radius: 4px;
    max-width: 780px;
    margin: 0 auto;

}

.survey-wrapper .single-bar > span {
    padding: 10px;
    display: block;
    float: left;
    overflow: hidden;
    font-weight: bold;
}

.survey-wrapper .single-bar > span:first-child {
    border-radius: 4px 0 0 4px;
}

.survey .single-bar > span:last-child {
    border-radius: 0 4px 4px 0;
}

span.col1 {
    background-color: #eee;
    color: #555;
}

span.col2 {
    background-color: #3092e5;
    color: #fff;
}

/**/
.survey-wrapper .multiple-graph {
    overflow: hidden;
}

.survey-wrapper .multiple-graph > div:nth-child(4n) {
    margin-right: 0;
}

.survey-wrapper .multiple-graph dl dt {
    width: 35%;
    float: left;
    text-align: left;
    padding-right: 16px;
    padding-top: 4px;
}

.survey-wrapper .gray dl dd {
    background-color: #f9f9f9;
}

.survey-wrapper .gray dl::before {
    background-color: #f9f9f9;
}

.survey-wrapper .c100 span.text {
    display: block;
    line-height: 1.4;
    font-size: 14px;
    color: #6d6d6d;
    left: 50%;
    top: 40px;
    margin: 0;
    padding: 0;
    transform: translateX(-50%);
    width: 140px;
    word-break: keep-all;
    white-space: normal;
}

.survey-wrapper .c100 span.pic {
    top: 54%;
    transform: translateY(-50%);

}

.survey-wrapper .c100 span.pic img {
    width: 40px;
    display: none;
}

.survey-wrapper .c100 .small {
    color: #666;
    width: 100%;
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    transform: translateY(116%);
}

.survey-wrapper .c100 .number {
    color: #FF9800;
    /* margin-top: 20px; */
    font-size: 30px;
    top: 90px;
    /* left: 0; */
    width: 100%;
    font-weight: bold;
}

.survey-wrapper .c100.food .number {
    color: #03A9F4;

}

.c100 .bar,
.c100 .fill {
    border-color: #FF9800 !important;
}

.c100.food .bar,
.c100.food .fill {
    border-color: #03A9F4 !important;
}



#article .container {
    font-size: 16px;
}

/*vol-08 2020.01호*/
.vol-08 #article .container {
    font-size: 16px;
}

.vol-08 #article .container p {
    letter-spacing: 0;
}

.vol-08 #article .col_2 {
    box-sizing: border-box;
}

.vol-08 #article .col_2:first-child {
    padding-right: 20px;
}

.vol-08 #article .col_2:nth-child(2) {
    padding-left: 20px;
}

.issue #article .container .img-wrapper > .col_2:first-child {
    padding-right: 1px;
}

.issue #article .container .img-wrapper > .col_2:nth-child(2) {
    padding-left: 1px;
}



/*issue CPI Cultural Trend style*/
.issue #article .max-960px {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.issue #article .mt-60px {
    margin-top: 60px;
}

.issue #article p {
    letter-spacing: 0;
}

.issue #article .box {
    border: 3px double #e1e5eb;
    color: #333;
    padding: 2em;
    margin: 0 auto 60px;
    line-height: 30px;
}

.issue #article .box span {
    background-color: #354e7a;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
}

.issue #article h3 {
    /* padding:0 15px; */
    text-align: left;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
    color: #354e7a;
}


.issue #article h3::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 15px;
    width: 100%;
    height: 2px;
    background-color: #7f90af;
}

.issue #article h3 span {
    display: inline-block;
    padding: 0 10px 0 0;
    background-color: #fff;
}

.issue #article .full.gray h3 span {
    background-color: #f5f9ff;
}

.issue #article figure figcaption {
    font-size: 13px;
    color: #999;
    word-break: keep-all;
    text-align: left;
    line-height: 20px;
    background-color: transparent;
    position: static;
    padding: 0;
    margin: 10px 0;
    padding-left: 10px;
    padding-right: 10px;
}

.issue #article figure figcaption span {
    font-size: 0;
    font-weight: bold;
    display: block;
    text-align: center;
    width: 2px;
    height: 20px;
    line-height: 21px;
    background-color: #8495b3;
    color: #fff;
    float: left;
    margin-left: -8px;
}

/* -------------- vol 03 issue   */

.issue03 #article .max-960px {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.issue03 #article .mt-60px {
    margin-top: 60px;
}

.issue03 #article p {
    letter-spacing: 0;
}

.issue03 #article .box {
    border: 3px double #e1e5eb;
    color: #333;
    padding: 2em;
    margin: 0 auto 60px;
    line-height: 30px;
}

.issue03 #article .box span {
    background-color: #354e7a;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
}

.issue03 #article h3 {
    /* padding:0 15px; */
    text-align: left;
    font-size: 23px;
    margin-bottom: 20px;
    color: #354e7a;
}


.issue03 #article h3::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 15px;
    width: 100%;
    height: 2px;
    background-color: #7f90af;
}



.issue03 #article .full.gray h3 span {
    background-color: #f5f9ff;
}

.issue03 #article figure figcaption {
    font-size: 13px;
    color: #999;
    word-break: keep-all;
    text-align: left;
    line-height: 20px;
    background-color: transparent;
    position: static;
    padding: 0;
    margin: 10px 0;
    padding-left: 10px;
    padding-right: 10px;
}

.issue03 #article figure figcaption span {
    font-size: 0;
    font-weight: bold;
    display: block;
    text-align: center;
    width: 2px;
    height: 20px;
    line-height: 21px;
    background-color: #8495b3;
    color: #fff;
    float: left;
    margin-left: -8px;
}

.issue03 #article .profile-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    display: table;
    border: 3px double #e1e5eb;
    background-color: #fff;
}

.issue03 #article .profile-wrapper > div {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.issue03 #article .profile-wrapper .face {
    width: 220px;
}

.issue03 #article .profile-wrapper .text p {
    color: #444;
    font-size: 15px;
    text-align: left;
}

.issue03 #article .profile-wrapper .text .name {
    display: inline-block;
    border-bottom: 2px solid #7f90af;
    font-weight: bold;
    font-size: 18px;
    color: #354e7a;
}


.issue03 #article .reference {
    background-color: #fff;
    margin-bottom: 0;
}

.issue03 #article .reference ul li p {
    padding-left: 10px;
    font-size: 15px;
    text-align: left;
    line-height: 1.4;
}

.issue03 #article .reference ul li p::before {
    content: "-";
    width: 10px;
    margin-left: -10px;
    float: left;
}

.issue03 #article figure {
    text-align: center;
}

.issue03 #article span.big {
    display: block;
    font-size: 20px;
    letter-spacing: 2px;
    margin: 30px auto 0 auto;
}



/* -------------- vol 03 issue   */


.people #article .profile-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    display: table;
    border: 1px double #e1e5eb;
    background-color: #fff;
}

.people #article .profile-wrapper > div {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.people #article .profile-wrapper .face {
    width: 220px;
}

.people #article .profile-wrapper .text p {
    color: #444;
    font-size: 15px;
    text-align: left;
}

.people #article .profile-wrapper .text .name {
    display: inline-block;
    border-bottom: 2px solid #7f90af;
    font-weight: bold;
    font-size: 18px;
    color: #354e7a;
}







.issue #article .profile-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    display: table;
    border: 3px double #e1e5eb;
    background-color: #fff;
}

.issue #article .profile-wrapper > div {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.issue #article .profile-wrapper .face {
    width: 220px;
}

.issue #article .profile-wrapper .text p {
    color: #444;
    font-size: 15px;
    text-align: left;
}

.issue #article .profile-wrapper .text .name {
    display: inline-block;
    border-bottom: 2px solid #7f90af;
    font-weight: bold;
    font-size: 18px;
    color: #354e7a;
}


.issue #article .reference {
    background-color: #fff;
    margin-bottom: 0;
}

.issue #article .reference ul li p {
    padding-left: 10px;
    font-size: 15px;
    text-align: left;
    line-height: 1.4;
}

.issue #article .reference ul li p::before {
    content: "-";
    width: 10px;
    margin-left: -10px;
    float: left;
}

.issue #article figure {
    text-align: center;
}

.issue #article span.big {
    display: block;
    font-size: 20px;
    letter-spacing: 2px;
    margin: 30px auto 0 auto;
}



.vol-08 #article .container .mb-3,
.vol-08 #article .container p.mb-3 {
    margin-bottom: 3%;
}

.vol-08 #article .container table {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

.vol-08 #article .container table .small {
    display: block;
}

/*notice-01*/
.vol-08.notice-01 #article .color {
    background-color: #f5f9ff;
}

.vol-08.notice-01 #article .color1 {
    background-color: #eefbfd;
}

.vol-08.notice-01 #article .section-01 figure {
    margin-bottom: 50px;
}

.vol-08.notice-01 #article table thead th {
    background-color: #52c6d8;


}

.vol-08.notice-01 #article table tbody th {
    background-color: #edf5f6;
    color: #177382;
}

/*notice-02 Call for 2020 CPI Program Participant*/

.vol-08.notice-02 #article .color {
    background-color: #fff4ea;
}

.vol-08.notice-02 #article .container {
    max-width: 960px;
}

.vol-08.notice-02 #article.notice-2 .container em {
    font-size: 18px;
}

.vol-08.notice-02 #article .section-01 {
    padding-bottom: 0;
}

.vol-08.notice-02 #article .section-01 .container figure {
    margin-bottom: 0;
}

.vol-08.notice-02 #article .section-01 .container .text-1 {
    margin-bottom: 40px;
}

.vol-08.notice-02 #article .section-02 .tbl-1 th,
.vol-08.notice-02 #article .section-02 .tbl-1 td {
    padding: 14px 20px;
}

.vol-08.notice-02 #article .section-02 .tbl-1 th {
    width: 200px;

}


.vol-08.notice-02 .container ul.list {
    max-width: 780px;
    margin: 0 auto;
}

.vol-08.notice-02 .container ul.list li {
    padding-left: 14px;
}

.vol-08.notice-02 .container ul.list li::before {
    content: "-";
    width: 14px;
    float: left;
    margin-left: -14px;
}

.vol-08.notice-02 .container ul.list li span.bold {
    font-weight: bold;
    color: #3f4167;
}

.vol-08.notice-02 .container ul.list li span.small {
    color: #f17a58;
    font-size: 15px;
    display: block;
}

.vol-08.notice-02 .container ul.list li {
    margin-bottom: 12px;
    text-align: left;
    line-height: 1.2;
}

.vol-08.notice-02 .container ul.list li p.refer {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    line-height: 1.3;
    border-radius: 5px;
    border: 1px solid #fde4dd;
}

.vol-08.notice-02 .container ul.list li p.refer span {
    font-size: 15px;
}

.vol-08.notice-02 .container ul.list li p.refer span:first-child::before {
    content: "※";
    width: 15px;
    display: inline-block;
    font-weight: bold;
}

.vol-08.notice-02 #article .section-04 .container {
    position: relative;
}

.vol-08.notice-02 #article .section-04 .container .illust-1 {
    position: absolute;
    bottom: -15px;
    right: 50px;
}



/*vol-09 notice*/

.vol-09.notice-01 #article .color1 {
    background-color: #fef6eb;
}

.vol-09.notice-01 #article .color2 {
    background-color: #fccb65;
}

.vol-09.notice-01 #article .color3 {
    background-color: #f9f7e8;
}

.vol-09.notice-01 #article .color4 {
    background-color: #fef6eb;
}







/*------ vol-08 people -----*/
.vol-08.people-01 #article .question {
    padding: 0;

}

.vol-08.people-01 #article .question p {
    color: #634336;
    border-bottom: 1px solid rgba(86, 62, 52, 0.3);
    line-height: 2.5;
}

.vol-08.people-01 #article p {
    letter-spacing:-0.5px;
}

.vol-08.people-01 #article .answer {
    width: 100%;
    padding: 0;
}

.vol-08.people-01 #article .section-1 {
    padding: 0;
}

.vol-08.people-01 #article .section-1 p {
    font-size: 20px;
    color: #634336;
}

.vol-08.people-01 #article .section-1 figure.illust-1 {
    width: 400px;
    margin: 40px auto 0;
}

.vol-08.people-01 #article .section-2 {
    padding-bottom: 200px;
}

.vol-08.people-01 #article .section-3 {
    padding-top: 0;
}

.vol-08.people-01 #article .section-3 figure {
    margin-top: -150px;
}

.vol-08.people-01 #article .section-3 figure.illust-2 {
    margin-top: 0;
    margin-bottom: -60px;
    text-align: right;
}

.vol-08.people-01 #article .section-4 {
    background-image: url('../img/03_people/08/bg_1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 480px;
}

.vol-08.people-01 #article .section-4 .qna-wrapper {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 30px 20px;
}

.vol-08.people-01 p.center {
    margin: 3% auto;
}

.vol-08.people-01 .full.gray {
    background-color: #f1efe2;
}


/*issue*/

.vol-08.issue-01 #article h3 {
    text-align: center;
}

.vol-08.issue-01 #article h3 span {
    padding: 0 10px;
}

.vol-08.issue-01 #article .text-wrapper {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.vol-08.issue-01 #article .section-01 .box {
    display: flex;
    -ms-display: flexbox;
    width: 1080px;
}

.vol-08.issue-01 #article .section-01 .box .img {
    width: 140px;
    height: 100%;
    padding: 0;
    background: transparent;
    margin-right: 30px;
}

.vol-08.issue-01 #article .section-01 .box p {
    width: calc(100% - 140px);
}



/*issue02*/
.vol-08.issue-02 #article .text-wrapper {
    max-width: 900px;
    margin: 0px auto 0;
}

.vol-08.issue-02 #article .section-01 figure {
    margin-bottom: 40px;
}

.vol-08.issue-02 #article .section-02 {
    height: 480px;
    background-image: url('../img/05_issue/08/02_bg_1.png');
}

.vol-08.issue-02 #article .section-02 .text-wrapper {
    background-color: #231c19;
    padding: 5% 5% 5% 0;
}

.vol-08.issue-02 #article .section-02 .text-wrapper h3 {
    color: #e5e9f1;

}

.vol-08.issue-02 #article .section-02 .text-wrapper h3 span {
    background-color: #231c19;
}

.vol-08.issue-02 #article .section-02 .text-wrapper p {
    color: #fff;
}

.vol-08.issue-02 #article .section-03 figure {
    margin-top: 30px;
    margin-bottom: 0;
}

.vol-08.issue-02 #article .section-04 p {
    margin-bottom: 0;
}

.vol-08.issue-02 #article .section-05 figure {
    margin-top: 30px;
    margin-bottom: 0;
}

.vol-08.issue-02 #article .section-07 .col_2:first-child {
    border-right: 1px solid #ddd;
    padding-right: 20px;
}

.vol-08.issue-02 #article .section-07 .col_2:nth-child(2) {
    padding-left: 20px;
}

.vol-08.issue-02 #article .section-07 .col_2 h3:first-child {
    margin-top: 0;
}

.vol-08.issue-02 #article .section-07 .col_2 h3 {
    margin-top: 50px;
}

.vol-08.issue-04 #article p {
    letter-spacing: -0.3px;
}

.vol-08.issue-04 #article figure {
    margin-bottom: 40px;
}

.vol-08.issue-04 #article .section-05 figure {
    margin-bottom: 0;
}
