.together {
    margin-top: 50px;
    margin-bottom: 100px;
}

.go-board {
    text-align: right;
    margin-bottom: 20px;
}
.go-board a {
    display: inline-block;
    padding: 5px 20px;
    border: 1px #ddd solid;
    border-radius: 3px;
    background-color: #f1f1f1;
    box-shadow: 2px 2px 4px rgba(0,0,0,.3);
}

.fold-doc-list {

}
.fold-doc {
    margin-bottom: 30px;
}
.fold-doc .doc-title {
    position: relative;
    height: 200px;
    background-color: #fff;
    box-shadow: 3px 3px 8px rgba(0,0,0,.3);
    border: 1px #fff solid;
    border-bottom: 0;
    overflow: hidden;
    cursor: pointer;
}
.fold-doc .doc-title .title-text {
    position: absolute;
    top: calc(50% - 40px);
    left: 50px;
}
.title-text .text-main {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.title-text .text-sub {
    font-size: 20px;
    font-weight: normal;
    color: #929292;
}

.doc-title .title-img {
    position: absolute;
    right: -50px;
    top: 0;
    height: 100%;
    opacity: .7;
    filter: alpha(opacity=70);
}
.doc-title .title-img img {
    height: 100%;
    width: auto;
}

.doc-content {
    position: relative;
    height: 0;
    overflow: hidden;
}
.doc-content-wrap {
    padding: 30px 20px;
    border: 1px #0e215a solid;
    border-top: 0;
    line-height: 160%;
}

.doc-content .media-wrap {
    text-align: center;
}
.doc-video,
.doc-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 25px);
    margin-right: 45px;
}
.doc-image {
    margin-right: 0;
}

.doc-video .videowrap,
.doc-image .imagewrap {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    box-shadow: 2px 2px 5px rgba(0,0,0,.3);
}
.doc-video .videowrap iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 5px rgba(0,0,0,.3);
}

.doc-image .image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px #d7d7d7 solid;
}

.doc-image .imagewrap table {
    width: 100%;
    height: 100%;
    border: 0;
    border-spacing: 0;
}
.doc-image .imagewrap td {
    height: 100%;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

.doc-image .imagewrap img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.doc-content-content {
    margin-top: 20px;
}
.together .go-board-cate {
    display: inline-block;
    padding: 3px 20px 3px 10px;
    border-radius: 5px 20px 20px 5px;
    background-color: #0e215a;
    color: #fff;
    font-size: 14px;
}
.together .go-board-cate:hover {
    background-color: #f70;
}

.kpm-document {
    margin-top: 50px;
    margin-bottom: 50px;
}
.kpm-content {

}
.kpm-content img {
    max-width: 100%;
}


.listinfo {
    padding:4px 0 5px 3px;
    text-align:left;
}

.listinfo-split {
    margin-bottom: 5px;
}
.listinfo-split .right {
    float: right;
    text-align:right;
}
.listinfo-split .left {
    padding: 8px;
    font-size: 12px;
    color: #929292;
}

.mi-search select {
    height: 30px;
    vertical-align: top;
}
.mi-search input[type=text] {
    height: 29px;
    padding: 0 5px;
    vertical-align: top;
}
.mi-search input[type=submit] {
    height: 31px;
    padding: 0 10px;
    vertical-align: top;
}


.mi-articles {
    border-top: 1px #d7d7d7 solid;
}


/* 목록형 */
.mi-articles .list {
    padding:5px;
    /*border-top:1px #ccc solid;*/
}
.mi-articles .list .article-wrap {
    position: relative;
    padding:7px 0;
    border-bottom: 1px #d7d7d7 solid;
}

.mi-articles .list .cate {
    display: inline-block;
    vertical-align: middle;
}
.mi-articles .list .cate > span {
    display: inline-block;
    padding: 4px 7px;
    font-size: 12px;
    border-radius: 3px;
    vertical-align: middle;
}
.mi-articles .list .cat-region {
    background-color: #eee;
    margin-right: 5px;
}
.mi-articles .list .cat-country {
    background-color: #fee;
    margin-right: 10px;
}


.mi-articles .list .article-wrap .subject-wrap {
    vertical-align: middle;
}
.mi-articles .list .article-wrap .subject {
    display: inline-block;
    padding: 8px 0;
}
.mi-articles .list .article-wrap .subject a {
    display: inline-block;
    vertical-align: middle;
    font-size:16px;
}
.mi-articles .list .article-wrap .subject img {
    display: inline-block;
    vertical-align: middle;
}
.mi-articles .list .article-wrap .subject .datatype {
    display: inline-block;
    vertical-align: middle;
    font-family: Sans-Serif;
    font-size: 9px;
    padding: 2px 5px;
    border-radius: 4px;
    color: #fff;
    margin-top: 3px;
    margin-left: 8px;
    line-height: 100%;
}
.mi-articles .list .article-wrap .subject .datatype.video {
    background-color: darkgreen;
}
.mi-articles .list .article-wrap .subject .datatype.image {
    background-color: darkcyan;
}
.mi-articles .list .article-wrap .subject .datatype.pdf {
    background-color: #f50;
}
.mi-articles .list .article-wrap .subject .datatype.etc {
    background-color: #777;
}


.mi-articles .list .article-wrap .number {
    font-size:12px;
    color:#999;
    margin-right:5px;
}
.mi-articles .list .article-wrap .info {
    position: absolute;
    padding-right:5px;
    text-align:right;
    color:#909090;
    font-size:12px;
    right: 10px;
    bottom: 15px;
}
.mi-articles .list .article-wrap .info img {
    vertical-align: middle;
}


.mi-articles .list .article-wrap .info .sep {
    margin: 0 5px;
    display: none;
}
.mi-articles .list .article-wrap .info .date {
    display: inline-block;
    white-space: nowrap;
    margin-left: 10px;
}
.mi-articles .list .article-wrap .info .writer {
    display: inline-block;
    white-space: nowrap;
    margin-left: 10px;
}

.mi-articles .photolist .article-wrap {
    width: 25%;
}


.mi-mgt-btns {
    margin-top: 30px;
    margin-bottom: 50px;
}
.mi-mgt-btns .right {
    float: right;
}
.mi-mgt-btns .left {
    text-align: left;
}

.mi-write-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px #d7d7d7 solid;
}
.mi-write-table th {
    width: 120px;
    font-weight: normal;
    padding: 8px 0;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px #d7d7d7 solid;
    background-color: #f1f1f1;
}
.mi-write-table th div {
    padding-left: 10px;
}
.mi-write-table td {
    padding: 8px 10px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px #d7d7d7 solid;
}

.mi-write-table input[type=text] {
    padding: 4px 10px;
    height: auto;
}
.mi-write-table textarea {
    width: calc(100% - 28px);
    height: 150px;
    padding: 4px;
    border: 1px #d7d7d7 solid;
    font-size: inherit;
}

.mi-write .write-btn {
    margin: 20px 0 50px 0;
    text-align: center;
}

.mi-write .cur-file {
    margin-top: 10px;
    border-top: 1px #d7d7d7 solid;
    padding-top: 10px;
}



.images-box {
    padding: 10px 0;
}
.ul-imagelist {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ul-imagelist li {
    display: inline-block;
    vertical-align: top;
    margin: 4px;
    cursor: grab;
}
.ul-imagelist .li-img {
    position: relative;
    width: 80px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 1px #ccc solid;
}
.ul-imagelist .li-img .li-img-del {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f30;
    color: #fff;
    line-height: 100%;
    padding: 5px 7px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.mi-article-view {
    margin-bottom: 50px;
}
.mi-article-view .view-missionary {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px #ccc solid;
    border-left: 0;
    border-right: 0;
}
.mi-article-view .view-missionary th,
.mi-article-view .view-missionary td {
    padding: 8px 0;
    text-align: center;
    font-weight: normal;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
.mi-article-view .view-missionary th {
    background-color: #eef3ff;
}

.mi-article-view .top-cmd {
    margin: 10px 0;
    text-align: right;
}
.mi-article-view .top-cmd input {
    padding: 4px 10px;
    font-size: 12px;
    background-color: #fff;
    color: #444;
    border: 1px #ccc solid;
    border-radius: 3px;
    margin-left: 3px;
}
.mi-article-view .top-cmd input:hover {
    background-color: #f1f1f1;
}

.view-subject {
    margin: 20px 0;
    font-size: 30px;
    text-align: center;
}

.view-content {
    white-space: pre-wrap;
    padding: 20px;
    margin-bottom: 30px;
    background-color: #f7f7f7;
    border-bottom: 1px #d7d7d7 solid;
}

.mi-article-view .view-images {
    margin: 30px 0;
    text-align: center;
}
.mi-article-view .view-images img {
    max-width: 100%;
}

.mi-article-view .attaches {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px #d7d7d7 solid;
    border-bottom: 1px #d7d7d7 solid;
}
.mi-article-view .attaches th {
    padding: 7px 0;
    width: 120px;
    font-weight: normal;
    background-color: #eef3ff;
}
.mi-article-view .attaches ul {
    margin: 10px;
    padding: 0;
    list-style: none;
}
.mi-article-view .attaches ul li {
    margin-bttom: 6px;
}

.mi-article-view .attaches ul li a {
    dispaly: inline-block;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
    border: 1px #ccc solid;
    margin-left: 4px;
    cursor: pointer;
}

.mi-article-view .view-video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow-y: hidden;
}
.mi-article-view .view-video #video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.mi-article-view .view-video #video iframe {
    width: 100%;
    height: 100%;
}

.mi-article-view .view-images {
    text-align: center;
}
.mi-article-view .view-images img {
    max-width: 100%;
    height: auto;
}


/* PDF Viewer */
#pdfview {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 99999;
}
#pdf-wrap {
    height: 100%;
}
#pdfview .pdf-close {
    position: absolute;
    top: 15px;
    right: 135px;
    color: #fff;
    line-height: 100%;
    font-size: 24px;
    cursor: pointer;
}




@media (max-width: 767px) {
    .fold-doc .doc-title {
        height: 100px;
    }
    .fold-doc .doc-title .title-text {
        top: calc(50% - 30px);
        left: 10px;
    }
    .title-text .text-main {
        font-size: 24px;
    }
    .title-text .text-sub {
        font-size: 14px;
        font-weight: normal;
    }

    .doc-video,
    .doc-image {
        position: relative;
        display: block;
        vertical-align: top;
        width: auto;
        margin-right: 0;
        margin-bottom: 5px;
    }


    .listinfo-split {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .listinfo-split .right {
        float: unset;
        text-align: center;
        margin-bottom: 10px;
    }
    .listinfo-split .left {
        font-size: 12px;
        color: #929292;
    }

    .mi-articles .list .cate {
        display: block;
        margin-bottom: 4px;
    }
    .mi-articles .list .cate > span {
        display: inline-block;
        padding: 0;
        font-size: 12px;
        color: #888;
    }
    .mi-articles .list .cat-region {
        margin-right: 5px;
        background-color: unset;
    }
    .mi-articles .list .cat-country {
        margin-right: 10px;
        background-color: unset;
    }
    .mi-articles .list .article-wrap .subject {
        display: block;
        padding: 0 0 15px 0;
    }

}