/*나눔스퀘어폰트*/
@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.title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}


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: 70px;
    margin-top: 30px;
}

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

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.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 .doctor {
    display: flex;
    margin-bottom: 100px;
    align-content: stretch;
}

article section.body .doctor .image {
    width: 313px;
}

article section.body .doctor .info {
    flex: 1;
    background-color: #1cbbb4;
    padding: 48px 40px 0 24px;
    color: #fff;
}

article section.body .doctor .info h3 {
    margin: 0 0 12px 0;
    font-size: 18px;
    font-weight: 300;
}

article section.body .doctor .info h3 > strong {
    font-weight: 600;
}

article section.body .doctor .info p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    word-break: keep-all;
    font-weight: 300;
}

article section.body .doctor .what-is {
    flex: 1;
    border: 1px solid #1cbbb4;
    padding: 35px 40px;
    color: #129791;
    background-color: #fff;
}

article section.body .doctor .what-is h3 {
    margin: 0 0 12px 0;
    font-size: 18px;
    font-weight: 400;
}

article section.body .doctor .what-is h3 > strong {
    font-weight: 600;
}

article section.body .doctor .what-is p {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    word-break: keep-all;
    font-weight: 300;
}

article section.body .qna-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 55px;
}

article section.body .qna-wrap .qna {
    padding: 25px 25px;
}

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


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

    article section.theme .content .col2 {
        padding: 10px 5px;
    }

}



article section.body .qna-wrap .qna.right-border {
    border-right: 1px solid #aab0af;
}


article section.body .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.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 .qna-wrap .qna h3:before {
    display: block;
    content: 'Q.';
    position: absolute;
    left: 12px;
    top: 10px;
}



article section.body .qna-wrap .qna.col-sm-12 h3,
article section.body .qna-wrap .qna.col-md-12 h3,
article section.body .qna-wrap .qna.col-lg-12 h3 {
    width: calc(50% - 25px);
}

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 section.body .image-msg p:before {
    display: block;
    content: '';
    width: 27px;
    height: 25px;
    background-image: url('../img/common/icon_quote1.png');
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -13px;
}

article section.body .image-msg p:after {
    display: block;
    content: '';
    width: 26px;
    height: 24px;
    background-image: url('../img/common/icon_quote2.png');
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -13px;
}

article section.body .doctor-comment {
    background-color: #fff;
    border: 2px solid #1cbbb4;
    padding: 55px 120px 45px 120px;
}

article section.body .doctor-comment h3 {
    margin: 0 0 50px 0;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #129791;
}

article section.body .doctor-comment .content-wrap {
    display: flex;
    align-items: center;
}

article section.body .doctor-comment .content-wrap .image {
    width: 308px;
}

article section.body .doctor-comment .content-wrap .image img {
    width: 100%;
}

article section.body .doctor-comment .content-wrap .content {
    flex: 1;
    padding-left: 40px;
}

article section.body .doctor-comment .content-wrap .content ol {
    color: #129791;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    word-break: keep-all;
}

article section.body .doctor-comment .content-wrap .content ol > li {
    margin-bottom: 10px;
}




/*
 * article footer
 */
section.article-footer {
    margin-top: 90px;
}

section.article-footer .container {
    max-width: 1260px;
}

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

section.article-footer .article-slide-wrap {
    position: relative;
    margin-bottom: 70px;
    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: 40px 0;
    text-align: center;
    border: 1px solid #e6e6e6;
    font-size: 15px;
    font-weight: 400;
    color: #94cfd2;
    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: #94cfd2;
    background-color: #94cfd2;
    color: #fff;
}


@media screen and (max-width:767px) {
    
    section.article-footer {
    margin-top: 50px;
}
    article section.head {
        margin: 0 16px 30px 16px;
        flex-wrap: wrap;
    }

    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 {
        flex-wrap: wrap;
    }

    article section.body .doctor .image {
        width: 100%;
    }

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

    article section.body .doctor .info {
        width: 100%;
        flex: auto;
        padding: 30px 18px;
    }

    article section.body .doctor .what-is {
        width: 100%;
        flex: auto;
        padding: 40px 18px;
    }

    article section.body .qna-wrap {
        margin-left: 0;
        margin-right: 0;
    }

    article section.body .qna-wrap .qna {
        width: 100%;
        padding: 10px 0;
    }

    article section.body .qna-wrap .qna.right-border {
        border-right: 0;
    }

    article section.body .qna-wrap .qna h3 {
        line-height: 28px;
    }

    article section.body .qna-wrap .qna.col-sm-12 h3,
    article section.body .qna-wrap .qna.col-md-12 h3,
    article section.body .qna-wrap .qna.col-lg-12 h3 {
        width: 100%;
    }

    article section.body .image-msg {
        display: none;
    }

    /*
    article section.body .doctor-comment{
        display:none;
    }
     */
    section.article-footer .article-slide-list .article-slide > a {
        padding: 12px 0;
    }

    section.article-footer .article-slide-wrap {
        padding: 0;
        margin-bottom: 40px;
    }

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

}
