@charset "utf-8";
/* ==================================================================================
    [pages.css]
        - stylesheets of sub pages in pages folder
================================================================================== */
/* *******************************************************************
	layout
******************************************************************* */
/* article */
.article {
    position: relative;
    max-width: 1100px;
    /*min-height: 800px;*/
    margin: 0 auto;
    padding: 100px 70px 0;
    background-color: #fff;
}
.article > .menu-name {
    display: none;
    margin: 0 0 20px;
    line-height: 1.1;
    font-size: 18px;
    font-weight: 400;
    color: #333;
}
.article > h1 {
    margin: 0 0 100px;
    padding: 0;
    line-height: 1.1;
    font-size: 38px;
    font-weight: 700;
    color: #002e66;
}
.article > h1 a {
    color: #002e66;
}
.article .title-border {
    display: block;
    width: 48px;
    height: 3px;
    margin: 0 auto 200px;
    background-color: #008dd3;
}

/* ----------------------------------------------------------------------------------
    기존 스타일
---------------------------------------------------------------------------------- */
.article .section p {
    margin: 0 0 20px;
}
.article .section img {
    max-width: 100%;
}

/* table */
.article .section .table-responsive {

}
.article .section .table-responsive .table {

}
.article .section .table-responsive .table .small {
    display: block;
    font-size: 12px;
}
.article .section .table-responsive .table thead th {
    text-align: center;
    background-color: #eee;
}
.article .section .table-responsive .table tbody th {
    text-align: center;
    font-weight: bold;
    background-color: #f7f7f7;
}
.article .section .table-responsive .table tbody td {

}
.article .section .table-responsive .table tbody td.bg-warning {
    font-weight: 700;
}
.article .section .table-responsive .table tbody td .td-title {
    font-weight: 700;
}
.article .section .table-responsive .table tbody td ul.td-list {
    margin: 0 0 0 15px;
    list-style: disc;
}
.article .section .table-responsive .table tbody td ul.td-list li {
    margin: 2px 0;
    text-align: justify;
}
.article .section .table-responsive .table tbody td ul.td-list li > ul > li {
    color: #767676;
}

/* tb-header */
.tb-header th {
    text-align: center;
    background-color: #eee;
}
.tb-header tbody th {
    text-align: center;
    background-color: #f7f7f7;
}

/* tb-black */
.article .section .table-responsive .table.tb-black {
    border-color: #333;
    border: 0;
}
.article .section .table-responsive .table.tb-black thead {

}
.article .section .table-responsive .table.tb-black thead tr th {
    color: #fff;
    border-color: #333;
    border-bottom: 1px solid #333;
    background-color: #333;
}
.article .section .table-responsive .table.tb-black thead tr th {
    border-right: 1px solid #fff;
}
.article .section .table-responsive .table.tb-black thead tr th:last-child {
    border-right: 1px solid #333;
}

.article .section .table-responsive .table.tb-black tbody tr th {
    border-left: 0;
    border-right: 0;
}
.article .section .table-responsive .table.tb-black tbody tr td {
    padding: 10px 15px;
    border-left: 0;
    border-right: 1px solid #dfdfdf;
}
.article .section .table-responsive .table.tb-black tbody tr td.article-text {
    padding: 30px;
}
.article .section .table-responsive .table.tb-black tbody tr td:last-child {
    border-right: 0;
}
.article .section .table-responsive .table.tb-black tbody tr td a.title {
    color: #333;
    font-weight: bold;
}
.article .section .table-responsive .table.tb-black tbody tr td a.title:hover {
    color: #2758b1;
}

/*button*/
.article .section .btn-area {
    margin: 30px 0;
    /*padding-top: 40px;*/
}
.article .section .btn-area.btn-area-collapse {
    margin: 10px 0 0;
}
.article .section .btn-area .btn i {
    margin: 0 7px 0 0;
}

/* btn-download */
.article .section .btn-download.clearfix {
    position: relative;
    display: inline-block !important;
    max-width: 340px;
    margin: 0 10px;
    transition: all 0.25s;
}
.article .section .btn-download .download-icon {
    float: left;
    display: inline-block;
    width: 50px;
    height: 55px;
    margin: 0;
    border: 1px solid #ddd;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
}
.article .section .btn-download .download-icon i {
    margin-top: 10px;
    font-size: 30px;
    color: #999;
    transition: all 0.25s;
}
.article .section .btn-download .download-icon i.pdf {
    color: #ff3f39;
}
.article .section .btn-download .download-icon i.hwp {
    color: #009ad7;
}
.article .section .btn-download .download-icon i.excel {
    color: #1e9f75;
}

.article .section .btn-download .file-con-area {
    float: left;
    display: inline-block;
    width: 210px;
    height: 55px;
    margin: 0;
    padding: 10px 10px 10px 0;
    text-align: left;
    border: 1px solid #ddd;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    background-color: #fff;
}
.article .section .btn-download .file-con-area .title {
    display: block;
    width: 170px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.article .section .btn-download .file-con-area .file-info-area {
    margin: 0 0 5px;
    line-height: 1.1;
}
.article .section .btn-download .file-con-area .file-info-area .file-size {
    display: inline-block;
    font-size: 11px;
    color: #999;
}
.article .section .btn-download .file-con-area .file-info-area .file-size::after {
    content: '-';
    margin: 0 5px;
}
.article .section .btn-download .file-con-area .file-info-area .file-etc {
    display: inline-block;
    font-size: 11px;
    color: #999;
}
.article .section .btn-download .file-con-area .file-info-area .file-etc i {
    color: #999;
}

.article .section .btn-download .file-con-area .btn-inner {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 28px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #f4f4f4;
}
.article .section .btn-download:hover .file-con-area .btn-inner {
    border: 1px solid #ccc;
    background-color: #f0f0f0;
}

/* etc-info */
.etc-info {
    margin: 0;
}
.etc-info dl {
    margin: 0 0 0 15px;
}
.etc-info dl dt {
    margin: 0 0 5px;
}
.etc-info dl dd {
    margin: 0 0 10px;
}

/* 교수진 */
.article.faculty {

}
.article.faculty .section.faculty-list {
    margin-top: -40px;
}
.article.faculty .section h3 {
    margin: 60px 0 20px;
}
.article.faculty ul {

}
.article.faculty ul li {
    margin: 0 0 5px;
    font-size: 17px;
}
.article.faculty ul li .name {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
.article.faculty ul li .name::after {
   content: ":";
   margin: 0 5px;
}
.article.faculty ul li .email {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    color: #5f5f5f;
}
.article.faculty ul li .email:hover {
    color: #00adef;
}
.article.faculty ul li .homepage {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    color: #5f5f5f;
}
.article.faculty ul li .homepage:hover {
    color: #00adef;
}
.article.faculty ul li .homepage::before {
   content: ",";
   margin: 0 10px 0 -4px;
}
