@charset "utf-8";
/* ==================================================================================
    젊은연구자교류회 리스트 페이지
================================================================================== */
.presentation-list {
    margin-top: 30px;
    padding-top: 50px;
    border-top: 1px solid #eee;
}
.presentation-list > ul {

}
.presentation-list > ul > li {
    float: left;
    width: 33.33333%;
    height: 520px;
    padding: 0 25px;
    text-align: center;
}
.article .section .presentation-list > ul > li > h3 {
    width: 150px;
    padding: 5px;
    margin: 0 auto 10px;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    background-color: #0c3c92;
}
.presentation-list > ul > li > img {
    width: 150px;
    border: 1px solid lightgrey;
}
.presentation-list > ul > li > p.name {
    width: 250px;
    margin: 0 auto 10px;
    font-size: 14px;
}
.presentation-list > ul > li > p.name b {
    display: block;
    font-size: 18px;
}
.presentation-list > ul > li > p.title {
    width: 250px;
    margin: 0 auto 10px;
    font-weight: bold;
    color: #0c3c92;
}
.presentation-list > ul > li > a.btn {

}

/* ==================================================================================
    젊은연구자교류회 상세 페이지
================================================================================== */
.conts-area .conts-main h3 {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.2;
    font-size: 21px;
    font-weight: 700;
    color: #0c3a6d;
    border: 0;
}

.alert {
	padding: 7px 15px;
	border-radius: 2px;
}
.alert p {
    margin: 0 !important;
	font-size: 14px;
	font-weight: 500;
}
.alert i {
	margin-right: 5px;
}
/* comment */
.conts-area .comment-area {
    padding: 30px 0;
}
.conts-area .comment-area h5 {
    margin: 0 0 15px;
    font-size: 21px;
    font-weight: bold;
    color: #0f75d0;
}
.conts-area .comment-area .comment-info-txt {
    display: none;
    margin: 0 0 15px;
    padding: 5px 10px;
    font-size: 13px;
    background-color: #eee;
}
.comment-area textarea {
    resize: none;
}

/* 댓글 */
.comment-form-container {
    margin: 0 0 20px;
    /*border-bottom: 1px solid #eee;*/
}
.commenter {
    margin: 0 0 10px;
}
.commenter .icon {
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 5px;
    vertical-align: middle;
    border: 1px solid #eee;
    border-radius: 40px;
    background-color: #fafafa;
}
.commenter .icon i {
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 24px;
    margin-left: -12px;
    font-size: 32px;
    color: #ccc;
}
.commenter .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}
.comment-form-container textarea,  .reply-form-container textarea {
    width: 100%;
    margin: 0 0 5px;
}
.btn-comment-area {
    text-align: right;
}
.btn-comment-area .btn {
    margin-left: 5px;
    padding: 4px 10px;
    font-size: 13px;
}

/* ë‹µê¸€ ìž…ë ¥ */
.reply-form-container {
    margin: 10px 0 0;
    padding-left: 38px;
    border-bottom: 0;
}
.text-box.hide + .reply-form-container {
    padding-left: 0;
}
.reply-form-container .commenter .icon {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #e8f2fb;
    background-color: #f4f9fd;
}
.reply-form-container .commenter .icon i {
    bottom: -3px;
    width: 24px;
    margin-left: -11px;
    font-size: 18px;
    color: #0f75d0;
}
.reply-form-container .commenter .name {
    font-size: 14px;
}
.reply-form-container textarea {
    width: 100%;
    margin: 0 0 5px;
}
.reply-form-container .btn-box {
    text-align: right;
}
.reply-form-container .btn-box .btn {
    margin-left: 5px;
    padding: 4px 10px;
    font-size: 13px;
}


.comment-reply-row {
    padding-left: 0;
}
.posted-by {
    font-weight: 500;
}
.posted-at {
    color: #959595;
}
.comment-box {
    overflow: hidden;
}
.conts-area .comment-box .comment-area {
    padding: 0 0 0 38px;
}
.comment-box .icon-comment {
    float: left;
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 5px;
    vertical-align: middle;
    border: 1px solid #eee;
    border-radius: 40px;
    background-color: #fafafa;
}
.comment-box .icon-comment i {
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 24px;
    margin-left: -11px;
    font-size: 28px;
    color: #ccc;
}
.comment-info {
    margin: 0 0 5px;
}
.comment-info .posted-by {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    padding-top: 5px;
    font-size: 14px;
}
.comment-info .posted-at {
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
    font-size: 14px;
}
.comment-area {

}
.comment-area .comment-text {
    margin: 0 0 5px;
    font-size: 14px;
    color: #000;
}
.comment-text pre {
    white-space: pre-wrap; /* CSS3*/
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-all; /* Internet Explorer 5.5+ */
    background-color: transparent;
}
.text-box .btn-box {

}
.text-box .btn-box a {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color: #0f75d0;
}
.text-box .btn-box a:after {
    content: '·';
    display: inline-block;
    margin: 0 7px;
}
.text-box .btn-box span:last-child a:after {
    display: none;
}

.outer-comment {
    margin: 0;
}
.outer-comment > li {
    margin: 0 0 30px;
}
.outer-comment > li > ul {
    margin: 20px 0 20px 38px;
}
.outer-comment > li > ul > li {
    margin-top: 10px;
}
.outer-comment .icon-reply {
    float: left;
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 5px;
    vertical-align: middle;
    border: 1px solid #e8f2fb;
    border-radius: 40px;
    background-color: #f4f9fd;
}
.outer-comment .icon-reply i {
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 24px;
    margin-left: -11px;
    font-size: 18px;
    color: #0f75d0;
}
.info-area .alert-danger {
    padding: 8px 15px;
    font-size: 13px;
}


/* ==================================================================================
    Media query
================================================================================== */
@media only screen
and (max-width: 768px) {

    /* ==================================================================================
        젊은연구자교류회 리스트 페이지
    ================================================================================== */
    .presentation-list {
        margin-top: 30px;
        padding-top: 50px;
        border-top: 1px solid #eee;
    }
    .presentation-list > ul > li {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 60px;
        padding: 0;
    }

    /* ==================================================================================
        젊은연구자교류회 상세 페이지
    ================================================================================== */
    .conts-area .conts-main h3 {
        margin: 0 0 20px;
        padding: 0;
        line-height: 1.3;
        font-size: 16px;
        font-weight: 700;
        color: #0c3a6d;
        border: 0;
    }

    /* ë™ì˜ìƒ ê°•ì˜ ìƒì„¸ íŽ˜ì´ì§€ */
    .section.video-area .btn-area {
        margin: 20px 0;
    }
    .section.video-area .btn-area .btn {
        display: block;
        margin: 0 0 5px;
    }

    /***************************************************************************
        ë…¼ë¬¸ë°œí‘œ
    ***************************************************************************/
    /* paper-list */
    .paper-list {
        padding: 0;
    }
    .paper-list h4 {
        font-size: 18px;
    }
    .paper-list li {
        margin: 0 0 30px;
    }
    .paper-list .conts-list-area .thm-area {
        float: none;
        margin: 0 0 10px;
    }
    .paper-list .conts-list-area .info-area {
        float: none;
        width: 100%;
        padding: 0;
    }
    .paper-list .conts-list-area .info-area .title {
        margin: 0 0 5px;
    }
    .paper-list .conts-list-area .info-area .title a {
        letter-spacing: -0.45px;
        font-size: 15px;
    }
    .paper-list .conts-list-area .info-area .author {
        margin: 0 0 10px;
    }
    .paper-list .conts-list-area .info-area .btn-pdf {
        margin-right: 5px;
    }

    /* paper-place */
    .pregentation-info {
        margin: 0 0 10px !important;
        padding: 5px 10px;
        font-size: 13px;
        color: #333;
        border: 1px solid #dfdfdf;
        background: #f0f0f0;
    }
    .pregentation-info li.section-type {
        display: block;
        margin: 0;
    }
    .pregentation-info li.date {
        display: block;
        margin: 0;
    }
    .pregentation-info li.place {
        display: block;
        margin: 0;
    }
    .pregentation-info li.place a {
        color: #2690ea;
    }
    .pregentation-info li i,
    .pregentation-info li.place a i {
        display: inline-block;
        width: 22px;
        text-align: center;
        margin: 0;
    }
    .pregentation-info li.section-type:after {
        display: none;
    }

    /* ë™ì˜ìƒ ê°•ì˜ ìƒì„¸ íŽ˜ì´ì§€ */
    #container .section.video-area {
        padding: 0;
    }
    .section.video-area .section {
        position: relative;
    }
    .conts-area .conts-main.presentation-view h3.session {
        margin: 0 0 15px;
        font-size: 18px;
    }
    .conts-area .conts-main.presentation-view .audio-area audio {
        width: 100%;
        border: 0;
    }

    .conts-area .info-area .title-box .author-info-box .pdf-thm {
        display: none;
        position: static;
        margin: 15px auto 30px;
        padding: 0 0 20px;
        text-align: center;
        border-bottom: 1px solid #eee;
    }
    .conts-area .info-area .title-box .author-info-box .pdf-thm a {
        display: block;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }
    .conts-area .info-area .title-box .author-info-box .pdf-thm a img {
        max-width: 100%;
    }

    /* ë™ì˜ìƒ */
    .video-box {
        padding: 0;
    }
    .video-box iframe {
        max-width: 100%;
        height: auto;
    }

    /* conts-area */
    .conts-area {
        width: 100%;
        padding: 0 0 40px;
    }
    .section.video-area .conts-area {
        padding: 0;
    }

    /* conts-main */
    .conts-area .conts-main {
        float: none;
        width: 100%;
    }
    .conts-area .conts-main.presentation-view {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    /* video-info */
    .conts-area .conts-main .info-area {
        width: 100%;
        margin: 0;
        padding: 10px 0 50px 0;
    }
    .conts-area .conts-main .info-area h3 {
        font-size: 17px;
    }
    .conts-area .conts-main .info-area p.authors {
        margin: 5px 0 10px;
    }
    /* video */
    .conts-area .info-area .title-box .author-info-box {
        position: relative;
    }
    .conts-area .info-area .title-box .author-info-box p.thm {
        float: none;
        margin: 0 0 10px;
    }
    .conts-area .info-area .author-info-box ul.author-info-list {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    /* pdf */
    .conts-area .info-area .title-box .author-info-box.pdf-area p.thm {
        float: none;
        width: 90px;
        margin: 0 0 20px;
        box-shadow: 0 2px 2px rgba(0,0,0,0.25);
    }
    .conts-area .info-area .title-box .author-info-box.pdf-area p.thm img {
        width: 100%;
    }
    .conts-area .info-area .author-info-box.pdf-area ul.author-info-list {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .conts-area .info-area .author-info-box .author-info-list > li {
        margin: 0;
        line-height: 1.4;
        font-size: 14px;
    }
    .conts-area .info-area .author-info-box ul.author-info-list li.organ {
        margin: 0 0 20px;
    }

    /* ë¦¬ìŠ¤íŠ¸ */
    .video-list {
        float: none;
        width: 100%;
        padding: 20px;
    }
    .video-list h2 {
        margin-bottom: 20px;
        text-align: center;
    }
    .video-list p {
        padding: 0 0 10px;
        line-height: 1.2;
        font-size: 13px;
        font-weight: 400;
        color: #333;
        word-break: keep-all;
    }
    /* paper-info-area */
    .video-list .paper-info-area ul li {
        position: relative;
        padding: 7px 0;
        border-bottom: 1px solid #ddd;
    }
    .video-list .paper-info-area ul li:last-child {
        border-bottom: 0 solid #ddd;
    }
    .video-list .paper-info-area ul.paper-info li .con {
        float: none;
        width: 100%;
        font-size: 14px;
    }

    /* hottest papers */
    .hottest-papers.paper-list {
        margin: -20px 0 30px;
        padding: 50px 10px 20px;
    }
    .hottest-papers.paper-list h4 {
        margin: 0 0 20px;
        padding: 5px 10px;
        font-size: 13px;
    }
    .hottest-papers.paper-list > ul > li {
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }
    .hottest-papers.paper-list > ul > li .thm-area {
        float: left;
        width: 160px;
        margin: 0 0 10px;
    }
    .hottest-papers.paper-list > ul > li .info-area {
        float: left;
        width: auto;
        padding: 0 0 0 20px;
    }
    .hottest-papers.paper-list > ul > li .info-area .title {
        width: 160px;
        margin: 0;
    }

    .video-thumb {
        float: none;
        width: 100%;
        margin: 20px 0;
        margin-bottom: 30px;
    }
    .video-thumb .thumb-box > a {
        width: 280px;
        height: 190px;
        margin: 0 auto;
    }
    .video-thumb .thumb-box > a > span.thm-wrap {
        display: block;
        width: 280px;
        height: 190px;
        overflow: hidden;
        box-shadow: 0 2px 4px rgba(0,0,0,0.45);
    }
    .video-thumb .thumb-box > a > p {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 280px;
        height: 26px;
        line-height: 26px;
        padding: 0 7px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #fff;
        background-color: rgba(0,0,0,0.64);
    }
    .video-thumb .thumb-box img {
        width: 100%;
        height: auto;
        min-height: 190px;
    }
    .video-thumb .thumb-box .label-thm {
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        width: auto;
        height: 18px;
        line-height: 18px;
        padding: 0 7px;
        text-align: center;
        font-size: 10px;
        color: #fff;
        background-color: #f55;
    }
    .video-thumb .thumb-box .label-thm.pdf-file {
        background-color: #f55;
    }
    .video-thumb .thumb-box .label-thm.video-file {
        background-color: #1bbcb8;
    }
    .video-thumb .thumb-box .label-thm.audio-file {
        background-color: #1c71f0;
    }
    .video-thumb p.author {
        width: 280px;
        margin: 0 auto;
    }
    .vjs-poster {
        box-shadow: 0 2px 4px rgba(0,0,0,0.25);
    }

    /* etc */
    .info-box {
        margin: 30px 0;
    }
    .info-box h1 {
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 500;
        color: #125aac;
    }
    .info-box h2 {
        margin: 0 0 10px;
        font-size: 15px;
        font-weight: 500;
        color: #333;
    }

    /***************************************************************************
        ëŒ“ê¸€
    ***************************************************************************/
    /* comment */
    .conts-area .comment-area {
        padding: 20px 0 0;
    }
    .comment-area textarea {
        resize: none;
    }

    /* ë‹µê¸€ ìž…ë ¥ */
    .reply-form-container,
    .outer-comment > li > ul {
        margin : 10px 0 20px 38px;
        padding-left: 0;
    }

}

@media screen and (max-width: 400px) {

    /* hottest papers */
    .hottest-papers.paper-list > ul > li .info-area {
        padding: 0 0 0 20px;
    }
    .hottest-papers.paper-list > ul > li .info-area .title {
        width: 140px;
    }

}

@media screen and (max-width: 380px) {

    /* hottest papers */
    .hottest-papers.paper-list > ul > li .info-area {
        padding: 0 0 0 15px;
    }
    .hottest-papers.paper-list > ul > li .info-area .title {
        width: 115px;
    }

    .video-thumb .thumb-box > a {
        width: 240px;
        height: 150px;
    }

    .video-thumb .thumb-box > a > span.thm-wrap {
        width: 240px;
        height: 150px;
    }

    .video-thumb .thumb-box > a > p {
        width: 240px;
    }

    .video-thumb p.author {
        width: 240px;
        margin: 0 auto;
    }
}
