/*나눔스퀘어폰트*/
@import url('../fonts/nanum-square-r.css');

article {
    position: relative;
}

article section.head {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    margin: 0 40px 100px 40px;
    background-image: url('../img/common/bg_article_head.jpg');
}

article section.head2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0px 0px 0px;
}

article section.head10 {
    align-items: center;
    margin: 0 0px 0px 0px;
}

article section.head3 {
    display: flex;
    align-items: center;
     /*justify-content: center;*/
    margin: 0 0px 0px 0px;
    background-color: #a5668e;
}

article section.head31 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0px 0px 0px;
    background-color: #fbd9c9;
}

article section.head101 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0px 0px 0px;
    background-color: #ffedbc;
}


article section.head4 {
    display: flex;
    align-items: center;
     /*justify-content: center;*/
    margin: 0 0px 0px 0px;
    background-color: #fef5f4;
}
article section.head5 {
    display: flex;
    align-items: center;
     /*justify-content: center;*/
    margin: 0 0px 0px 0px;
    background-color: #c9e8ed;
}

article section.head6 {
    display: flex;
    align-items: center;
     /*justify-content: center;*/
    margin: 0 0px 0px 0px;
    background-image: url('../img/article/sub08_02.png');
}

article section.head11 {
    display: flex;
    align-items: center;
     /*justify-content: center;*/
    margin: 0 0px 0px 0px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url('../img/article/sub02_bg.png');
}

article section.head12 {
    display: flex;
    align-items: center;
     /*justify-content: center;*/
    margin: 0 0px 0px 0px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url('../img/article/sub03_bg.png');
}

article section.head7 {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    margin: 0 0px 0px 0px;
    background-color: #999999;
}

article section.head13 {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    margin: 0 0px 0px 0px;
}

article section.head14 {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    margin: 0 0px 0px 0px;
}

article section.head8 {
    display: flex;
    align-items: center;
     /*justify-content: center;*/
    margin: 0 0px 0px 0px;
    background-image: url('../img/article/12_02.jpg');
	background-position:center center;
	
}article section.head8_2 {
    display: flex;
    align-items: center;
     /*justify-content: center;*/
    margin: 0 0px 0px 0px;
    background-image: url('../img/article/14month/b.jpg');
	background-position:center center;
}

article section.head8_3 {
    display: flex;
    align-items: center;
     /*justify-content: center;*/
    margin: 0 0px 0px 0px;
    background-image: url('../img/article/13eve/b.png');
	background-position:center center;
}

article section.head9 {
    display: flex;
    align-items: center;
     /*justify-content: center;*/
    margin: 0 0px 0px 0px;
    background-color: #efefef;
}



article section.title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}


article section.head .image {
    width: 920px;
}

article section.head .content {
    flex: 1;
    padding: 0 50px;
}

article section.head .content .sub-title {
    font-size: 28px;
    line-height: 54px;
    color: #fff;
    font-weight: 600;
}

article section.head .content h2 {
    margin: 0 0 75px 0;
    font-size: 48px;
    line-height: 64px;
    color: #fff;
    font-weight: 300;
}

article section.head .content h2 > strong {
    font-weight: 600;
}

article section.head .content .summary {
    margin: 0 0 70px 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

article section.head .content .authors dl {
    margin: 0;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

article section.head .content .authors dl > dd {
    display: inline-block;
    font-weight: 600;
}

article section.head .content .authors dl > dt {
    display: inline-block;
    font-weight: 300;
}


article section.body {
    position: relative;
    margin-bottom: 70px;
    margin-top: 30px;
}


article section.body .container {
    position: relative;
    margin-bottom: 4px;
    margin-top: 4px;
}

article section.theme .container {
    position: relative;
    margin-bottom: 25px;
    margin-top: 25px;
}

article section.news .container {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}


/* 배경 컬러/패턴 */

article section.theme.bg1 {
    background-color: #f3fcfb;
}

article section.theme.bg2 {
    background-color: #fef5eb;
}

article section.theme.bg3 {
    background-color: #eef9ff;
}

article section.theme.bg31 {
    background-color: #fbd9c9;
}
article section.theme.bg101 {
    background-color: #ffedbc;
}
article section.theme.bg4 {
    background-color: #f4f1e7;
}



/* 배경색 넣기
article section.body:after{
    display:block;
    content:'';
    width:100%;
    height:calc(100% - 460px);
    position:absolute;
    left:0;
    top:180px;
    background-color:#f3fcfb;
    z-index:-1;
}
*/


article section.body .content .col2 {
    padding: 10px 14px;
}


@media screen and (max-width:767px) {
    article section.body .content .col2 {
        padding: 10px 5px;
    }

    article section.theme .content .col2 {
        padding: 5px 5px;
    }
    article section.head2 .content .col2 {
        padding: 5px 5px;
    }
    article section.head3 .content .col2 {
        padding: 5px 5px;
    }
    article section.head4 .content .col2 {
        padding: 5px 5px;
    }
    article section.head5 .content .col2 {
        padding: 5px 5px;
    }
    article section.head6 .content .col2 {
        padding: 5px 5px;
    }
    article section.head7 .content .col2 {
        padding: 5px 5px;
    }
    article section.head8 .content .col2 {
        padding: 5px 5px;
    }
    article section.head9 .content .col2 {
        padding: 5px 5px;
    }
    article section.head10 .content .col2 {
        padding: 5px 5px;
    }
    article section.head11 .content .col2 {
        padding: 5px 5px;
    }
    article section.head31 .content .col2 {
        padding: 5px 5px;
    }
    article section.head101 .content .col2 {
        padding: 5px 5px;
    }

}

article section.body .content .col2 h3 {
    width: 100%;
    position: relative;
    margin: 0 0 0px 0;
    font-size: 24px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: #8d76bc;
}

article section.theme .content .col2 h3 {
    width: 100%;
    position: relative;
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
}

article section.news .content .col2 h3 {
    width: 100%;
    position: relative;
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
}

article section.body .qna-wrap .qna h3 {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0 0 24px 0;
    padding: 10px 12px 10px 36px;
    background-color: #414343;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}


article section.body .image-msg {
    margin-bottom: 50px;
    text-align: center;
    background-size: cover;
    background-position: center;
}

article section.body .image-msg > .inner {
    padding: 65px 0;
    background: rgba(0, 0, 0, 0.5);
}

article section.body .image-msg p {
    margin: 0;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    padding: 65px 0;
    position: relative;
}




/*
 * article footer
 */
section.article-footer {}

section.article-footer .btn-list {
    display: inline-block;
    padding: 14px 42px;
    background-color: #b5b5b5;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 75px;
}

section.article-footer .article-slide-wrap {
    position: relative;
    margin-bottom: 50px;
    padding: 0 30px;
}

section.article-footer .article-slide-wrap .controls {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
}

section.article-footer .article-slide-wrap .lSAction {}

section.article-footer .article-slide-wrap .controls > a {
    width: 15px;
    height: 35px;
    margin-top: -16px;
    background-size: auto 35px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
}

section.article-footer .article-slide-wrap .controls > a.prev {
    left: 0;
    background-image: url('../img/common/icon_slider_chevron_left.png');
}

section.article-footer .article-slide-wrap .controls > a.next {
    right: 0;
    background-image: url('../img/common/icon_slider_chevron_right.png');
}

section.article-footer .article-slide-list {}

section.article-footer .article-slide-list .article-slide > a {
    display: block;
    padding: 30px 0;
    text-align: center;
    border: 1px solid #e6e6e6;
    font-size: 15px;
    font-weight: 400;
    color: #b5b5b5;
    transition: border-color .3s, background-color .3s, color .3s;
    text-decoration: none;
}

section.article-footer .article-slide-list .article-slide > a:hover,
section.article-footer .article-slide-list .article-slide.current > a {
    border-color: #b5b5b5;
    background-color: #b5b5b5;
    color: #fff;
}


@media screen and (max-width:767px) {
    article section.head {
        margin: 0 16px 30px 16px;
        flex-wrap: wrap;
    }
    
    article section.title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    }
    article section.theme .container {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

    article section.head .image {
        width: 100%;
    }

    article section.head .image img {
        width: 100%;
    }

    article section.head .content {
        padding: 40px 16px;
    }

    article section.head .content .sub-title {
        font-size: 24px;
        line-height: 46px;
    }

    article section.head .content h2 {
        font-size: 41px;
        line-height: 55px;
        margin-bottom: 24px;
    }

    article section.head .content .summary {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 24px;
    }

    article section.body {
        background-color: #ffffff;
    }
    
    
    /*
    article section.body .doctor-comment{
        display:none;
    }
     */

    section.article-footer .article-slide-wrap {
        padding: 0;
    }

    section.article-footer .article-slide-wrap .controls {
        display: none;
    }
    
    

}
