/*
 * Campaign 怨좊젮????숆탳 (諛뺤젙吏?) 異붽??
 */

@font-face {
    font-family: 'RIDIBatang';
    src: url('/wp-content/themes/kulib/font/RIDIBatang.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cinema';
    src: url('/wp-content/themes/kulib/font/Cinema.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HSBombaram';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/HSBombaram.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.campaign-container {
    padding-right: 15px;
    padding-left: 15px;
    margin: auto;
    max-width: 1380px;
}

.campaign-main {
    font-family: RIDIBatang;
}

.campaign-list {
    background-color: whitesmoke;
    width: 20%;
    float: left;
    text-align: center;
    padding-top: 2%;
}

.campaign-blank {
    background-color: whitesmoke;
    clear: both;
    width: 100%;
    padding-top: 2%;
}

.campaign-item {
    position: relative;
    width: 100%;
    text-align: center;
}

.campaign-cover {
    width: 200px;
    margin: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.campaign-cover:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.campaign-ranking {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 6px 0;
    width: 30px;
    height: 30px;
    background-color: goldenrod;
    color: #fff;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

.campaign2-ranking {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 6px 0;
    width: 30px;
    height: 30px;
    background-color: #005177;
    color: #fff;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

.campaign-cover-blind {
    width: 200px;
    margin: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.campaign-blind {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: block;
    font-size: 2rem;
    width: 100%;
    height: 100%;
    background-color: black;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding-top: 45%;
    opacity: 0.6;
}

.campaign-meta {
    width: 100%;
    text-align: center;
    padding-top: 5%;
}

.campaign-title {
    font-size: 1rem;
    line-height: 1.4;
    color: #000;
    font-weight: 600;
}

.campaign-author {
    color: #555;
    font-size: 0.9rem;
    font-weight: 600;
    padding-top: 2%;
}

@media (max-width: 1220px) {
    .campaign-list {
        width: 25%;
    }
}

@media (max-width: 1015px) {
    .campaign-list {
        width: 33.33%;
    }
    .campaign-cover {
        width: 180px;
    }
    .campaign-cover-blind {
        width: 180px;
    }
    .campaign-title {
        font-size: 0.9rem;
    }
    .campaign-author {
        font-size: 0.8rem;
    }
}

@media (max-width: 700px) {
    .campaign-list {
        width: 50%;
    }
    .campaign-cover {
        width: 150px;
    }
    .campaign-cover-blind {
        width: 150px;
    }
    .campaign-title {
        font-size: 0.8rem;
    }
    .campaign-author {
        font-size: 0.7rem;
    }
    .campaign-blind {
        font-size: 1.5rem;
    }
}


/****************************************************************************************************************/

.campaign-detail-info {
    display: flex;
    position: relative;
    align-items: center;
    order: 2;
    width: 100%;
    background-color: #f1e8db;
    background-image: url(images/campaign/cream-paper.png);
    padding-top: 2%;
    padding-bottom: 2%;
}

.campaign-detail-info2 {
    display: flex;
    position: relative;
    align-items: center;
    order: 2;
    width: 100%;
    background-color: #E0E6F8;
    background-image: url(images/campaign/cream-paper.png);
    padding-top: 2%;
    padding-bottom: 2%;
}

.campaign-detail-youtube {
    width: 63%;
    margin: auto;
    text-align: center;
}

.campaign-detail-meta {
    width: 37%;
    height: 427px;
    text-align: left;
    padding-right: 2rem;
}

.campaign-detail-title {
    font-family: HSBombaram;
    color: #3c3c3c;
    font-size: 2rem;
    font-weight: 400;
    padding-bottom: 0.7rem;
}

.campaign-detail-title span {
    font-family: RIDIBatang;
    font-size: 1.6rem;
    font-weight: 600;
}

.campaign-detail-title-1 {
    font-family: HSBombaram;
    color: #3c3c3c;
    font-size: 2rem;
    font-weight: 400;
    padding-bottom: 0.7rem;
}

.campaign-detail-title-1 span {
    font-size: 1.6rem;
}

.campaign-detail-title-2 {
    font-family: HSBombaram;
    color: #3c3c3c;
    font-size: 2rem;
    font-weight: 400;
    padding-bottom: 0.7rem;
}

.campaign-detail-title-2 span {
    font-size: 1.4rem;
}

.campaign-detail-title-3 {
    font-family: HSBombaram;
    color: #3c3c3c;
    font-size: 2rem;
    font-weight: 400;
    padding-bottom: 0.7rem;
}

.campaign-detail-title-3 span {
    font-size: 1.2rem;
}

.campaign-detail-desc {
    font-family: RIDIBatang;
    color: #5a5a5a;
    font-size: 1.4rem;
    padding-bottom: 0.7rem;
    font-weight: 600;
}

.campaign-detail-desc2 {
    font-family: RIDIBatang;
    color: #5a5a5a;
    font-size: 1.3rem;
    padding-bottom: 0.7rem;
    font-weight: 600;
}

.campaign-detail-sentence {
    font-family: RIDIBatang;
    color: #3c3c3c;
    font-size: 1.1rem;
    padding-bottom: 0.7rem;
    font-weight: 600;
}

.campaign-detail-sentence2 {
    font-family: RIDIBatang;
    color: #5a5a5a;
    font-size: 1rem;
    font-weight: 600;
}

.campaign-detail-sentence3 {
    font-family: RIDIBatang;
    color: #5a5a5a;
    font-size: 0.9rem;
    font-weight: 600;
}

.campaign-detail-sentence4 {
    font-family: RIDIBatang;
    color: #5a5a5a;
    font-size: 0.95rem;
    font-weight: 600;
}

.campaign-detail-main {
    width: 100%;
    background-color: whitesmoke;
    background-image: url(images/campaign/cream-paper.png);
}

.campaign-detail-author {
    display: flex;
    align-items: center;
    order: 2;
    position: relative;
    padding: 1.5rem;
}

.campaign-detail-author-img {
    width: 34%;
    padding-left: 1.8rem;
}

.campaign-detail-author-img2 {
    width: 50%;
    padding-left: 1.8rem;
}

.campaign-detail-author-img3 {
    width: 100%;
    padding-left: 1.8rem;
}

.campaign-detail-author-img4 {
    width: 70%;
    padding-left: 1.8rem;
}

.campaign-detail-author-img img {
    width: 150px;
    border-radius: 10px;
}

.campaign-detail-author-img2 img {
    border-radius: 10px;
}

.campaign-detail-author-img3 img {
    border-radius: 10px;
}

.campaign-detail-author-img4 img {
    border-radius: 10px;
}

.campaign-detail-author-desc {
    padding: 1rem 1rem 1rem 2rem;
    font-family: RIDIBatang;
}

.campaign-detail-author-desc h5 {
    font-size: 1.4rem;
    color: #3c3c3c;
}

.campaign-detail-author-desc span {
    font-size: 1rem;
    font-weight: 600;
}

.campaign-detail-bookinfo {
    width: 100%;
    font-family: RIDIBatang;
    padding: 0 2rem 2rem 3.5rem;
}

.campaign-detail-bookinfo h5 {
    font-size: 1.4rem;
    color: #3c3c3c;
}

.campaign-detail-bookinfo span {
    font-size: 1rem;
    font-weight: 600;
}

.campaign-detail-booklist-title {
    width: 100%;
    font-family: RIDIBatang;
    padding: 0 2rem 1rem 3.5rem;
}

.campaign-detail-booklist-title h5 {
    font-size: 1.4rem;
    color: #3c3c3c;
}

.campaign-detail-booklist {
    width: 25%;
    float: left;
    padding: 0 1.5rem 0.7rem 1.5rem;
    text-align: center;
}

.campaign-detail-item {
    position: relative;
    width: 100%;
    text-align: center;
}

.campaign-detail-booklist-cover {
    width: 230px;
    margin: auto;
    text-align: center;
}

.campaign-detail-booklist-desc {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: RIDIBatang;
    text-align: center;
    font-weight: 600;
}

.campaign-detail-booklist-ebook {
    position: absolute;
    z-index: 1;
    left: 50;
    top: 0;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 0;
    width: 60px;
    height: 30px;
    background-color: #464646;
    color: #fff;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

.campaign-nav {
    clear: both;
    text-align: center;
    position: relative;
    width: 100%;
    background-color: whitesmoke;
    background-image: url(images/campaign/cream-paper.png);
    padding-bottom: 1.5rem;
}

.campaign-nav-btn {
    font-family: RIDIBatang;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    color: #495057 !important;
    background-color: #f2f2f2;
    border-color: #e5e5ed;
    text-decoration: none !important;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
    padding: 0.5rem 1.2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-sizing: inherit;
}

.campaign-nav-btn a {
    color: #464646;
}

.campaign-nav-btn-mob {
    display: none;
}

.campaign-nav-btn-mob img {
    width: 2.7rem;
    padding: 5px;
}

.campaign-nav hr {
    background-color: lightgrey;
    border: 0;
    height: 1px;
}

@media (max-width: 1300px) {
    .campaign-detail-youtube {
        width: 50%;
    }
    .campaign-detail-title {
        font-size: 1.8rem;
    }
    .campaign-detail-title1 {
        font-size: 1.8rem;
    }
    .campaign-detail-title2 {
        font-size: 1.8rem;
    }
    .campaign-detail-title3 {
        font-size: 1.8rem;
    }
    .campaign-detail-title span {
        font-family: RIDIBatang;
        font-size: 1.5rem;
        font-weight: 600;
    }
    .campaign-detail-title-1 span {
        font-size: 1.5rem;
    }
    .campaign-detail-title-2 span {
        font-size: 1.3rem;
    }
    .campaign-detail-title-3 span {
        font-size: 1.1rem;
    }
    .campaign-detail-desc {
        font-size: 1.3rem;
    }
    .campaign-detail-desc2 {
        font-size: 1.2rem;
    }
    .campaign-detail-sentence {
        font-size: 1rem;
    }
    .campaign-detail-sentence2 {
        font-size: 0.9rem;
    }
    .campaign-detail-sentence3 {
        font-size: 0.8rem;
    }
    .campaign-detail-sentence4 {
        font-size: 0.8rem;
    }
    .campaign-detail-author-desc h5 {
        font-size: 1.3rem;
    }
    .campaign-detail-author-desc span {
        font-size: 0.9rem;
    }
    .campaign-detail-bookinfo h5 {
        font-size: 1.3rem;
    }
    .campaign-detail-bookinfo span {
        font-size: 0.9rem;
    }
    .campaign-detail-booklist-title h5 {
        font-size: 1.3rem;
    }
    .campaign-detail-booklist-cover {
        width: 180px;
    }
}

@media (max-width: 1200px) {
    .campaign-detail-info {
        display: inherit;
    }
    .campaign-detail-info2 {
        display: inherit;
    }
    .campaign-detail-youtube {
        width: 100%;
    }
    .campaign-detail-meta {
        clear: both;
        width: 100%;
        padding-top: 1rem;
        padding-left: 3.5rem;
        padding-bottom: 1rem;
        height: auto;
    }
    .campaign-detail-author-img {
        display: none;
    }
    .campaign-detail-author-img2 {
        display: none;
    }
    .campaign-detail-author-img3 {
        display: none;
    }
    .campaign-detail-author-img4 {
        display: none;
    }
    .campaign-detail-booklist {
        width: 33.33%;
    }
}

@media (max-width: 850px) {
    .campaign-container {
        padding: 0;
    }
    .campaign-detail-youtube {
        width: auto;
    }
    .campaign-detail-meta {
        padding: 2%;
    }
    .campaign-detail-main {
        padding: 0;
    }
    .campaign-detail-author {
        padding: 0;
    }
    .campaign-detail-author-desc {
        padding: 2%;
    }
    .campaign-detail-bookinfo {
        padding: 2%;
    }
    .campaign-detail-booklist-title {
        padding: 2%;
    }
    .campaign-detail-title {
        font-size: 1.5rem;
    }
    .campaign-detail-title-1 {
        font-size: 1.5rem;
    }
    .campaign-detail-title-2 {
        font-size: 1.5rem;
    }
    .campaign-detail-title span {
        font-size: 1.3rem;
    }
    .campaign-detail-title-1 span {
        font-size: 1.3rem;
    }
    .campaign-detail-title-2 span {
        font-size: 1.1rem;
    }
    .campaign-detail-title-3 span {
        font-size: 0.9rem;
    }
    .campaign-detail-desc {
        font-size: 1.1rem;
    }
    .campaign-detail-desc2 {
        font-size: 1rem;
    }
    .campaign-detail-sentence {
        font-size: 0.8rem;
    }
    .campaign-detail-sentence2 {
        font-size: 0.7rem;
    }
    .campaign-detail-sentence3 {
        font-size: 0.7rem;
    }
    .campaign-detail-sentence4 {
        font-size: 0.7rem;
    }
    .campaign-detail-author-desc h5 {
        font-size: 1.2rem;
    }
    .campaign-detail-author-desc span {
        font-size: 0.7rem;
    }
    .campaign-detail-bookinfo h5 {
        font-size: 1.2rem;
    }
    .campaign-detail-bookinfo span {
        font-size: 0.7rem;
    }
    .campaign-detail-booklist-title h5 {
        font-size: 1.2rem;
    }
    .campaign-detail-booklist {
        width: 50%;
        padding: 5px
    }
    .campaign-detail-booklist-cover {
        width: 140px;
    }
    .campaign-detail-booklist-desc {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
        font-size: 0.8rem;
    }
    .campaign-nav-btn {
        display: none;
    }
    .campaign-nav-btn-mob {
        display: initial;
    }
    .campaign-cover:hover {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}


/****************************************************************************************************************/


/*
 * Collection 
 */

.collection-description {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 3rem;
}

.collection-item {
    margin: 3rem 0;
}

.collection-item .item-cover {
    position: relative;
    width: 160px;
    height: 240px;
    margin: 0 auto;
}

.collection-item .item-cover-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../uploads/2020/01/no-image-en.jpg);
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    .collection-item .item-cover {
        width: 160px;
        height: 240px;
    }
}

.collection-item .item-ranking {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 3px 0;
    width: 20px;
    height: 20px;
    background-color: #b09479;
    color: #fff;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

.collection-item .item-cover+.item-meta {
    margin-top: .75rem;
}

.collection-item .item-meta {
    text-align: center;
}

.collection-item .item-request {
    margin-top: .8rem;
}

.collection-item .item-title h4 {
    margin: 6px 0;
    font-size: .9rem;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
}

.collection-item .item-title h4 a,
.collection-item .item-title h4 a:active,
.collection-item .item-title h4 a:visited {
    color: inherit;
}

.collection-item .item-title h4 a:hover {
    color: #c10547;
}

.collection-item .item-author,
.collection-item .item-pub,
.collection-item .item-db,
.collection-item .item-conf,
.collection-item .item-paper-type,
.collection-item .item-loc,
.collection-item .item-marc {
    color: #555;
    font-size: 13px;
    font-weight: 500;
}

.item-count .number {
    font-weight: 700;
}

.collection-select {
    position: relative;
    text-align: center;
}

.collection-select .dropdown-toggle,
.collection-select .dropdown-menu {
    width: 100%;
    text-align: left;
}


/*
 * e-Item
 */

.e-item.item-headings {
    /* 	visibility: hidden; */
    border-bottom: 1px solid #e2e2e2;
    padding-top: .2rem;
    background-color: #f2f2f2;
    font-weight: 500;
}

.e-item.item-headings>div {
    height: 24px;
}

.e-item .item-index {
    flex: 0 0 60px;
    margin-right: 20px;
}

.e-item:not(.item-headings) .item-index {
    /* 	margin-bottom: .5rem; */
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.e-item .item-cover {
    position: relative;
    margin-right: 1rem;
    height: 120px;
    flex: 0 0 80px;
    margin-right: 1rem;
}

.e-item .item-cover-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../uploads/2020/01/no-image-en.jpg);
}

.e-item .item-banner {
    /* 2019.11.14 異붽? - ?곗씠?곕쿋?댁뒪 諛곕꼫	*/
    position: relative;
    /* 2020.04.09 諛곕꼫 ?대?吏 ?ш린 濡ㅻ갚 */
    width: 120px;
    height: 30px;
    /* [PUB] 諛곕꼫媛 ?덈Т ??寃?媛숈븘??醫 以꾩??듬땲??
	width: 80px;
	height: 20px;
	*/
    min-width: 120px;
    margin-right: 10px;
    flex-basis: 120px;
}

.e-item .item-banner-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../uploads/2020/01/no-image-en.jpg);
}

.e-item .item-data,
.e-item .item-meta,
.e-item .item-title {
    flex: 1 1 auto;
}

.e-item .item-issn,
.e-item .item-type,
.e-item .item-date,
.e-item .item-subject,
.e-item .item-functions {
    flex: 0 0 120px;
}

.e-item .item-pub {
    flex: 0 0 200px;
}

.e-item .item-source {
    flex: 0 0 200px;
}

.e-item .item-db-desc {
    flex: 0 0 400px;
}

.e-item .item-period {
    flex: 0 0 100px;
}

.e-item .item-go-detail,
.e-item .item-db-manual {
    flex: 0 0 80px;
}

.e-item .item-title h4 {
    margin: 0 0 5px 0;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
    text-align: left;
}

.e-item .item-title h4 a,
.e-item .item-title h4 a:active,
.e-item .item-title h4 a:visited {
    color: inherit;
}

.e-item .item-title h4 a:hover {
    color: #c10547;
}

.e-item:not(.item-headings) .item-pub,
.e-item:not(.item-headings) .item-issn,
.e-item:not(.item-headings) .item-source,
.e-item:not(.item-headings) .item-period,
.e-item:not(.item-headings) .item-type,
.e-item:not(.item-headings) .item-subject,
.e-item:not(.item-headings) .item-db-desc,
.e-item:not(.item-headings) .item-db-manual,
.e-item:not(.item-headings) .item-date {
    color: #555;
    font-size: 13px;
    font-weight: 500;
}

.e-item.item-headings {
    font-size: .9rem;
}

.e-item:not(.item-headings) {
    padding: .75rem 0;
}

.e-item:not(.item-headings)+.e-item {
    border-top: 1px solid #e2e2e2;
}

.e-item:not(.item-headings)+.e-item {
    border-top: 1px solid #e2e2e2;
}


/*
.e-item > div:nth-of-type(2n+1) {
	background-color: #ff0000;
}
.e-item > div:nth-of-type(2n) {
	background-color: #00ff00;
}
.e-item > div > div:nth-of-type(2n+1) {
	background-color: #0000ff;
}
.e-item > div > div:nth-of-type(2n) {
	background-color: #ccc;
}
*/

@media (max-width: 1199px) {
    .e-item .item-meta>div.item-db-desc {
        margin-top: .3rem;
        margin-bottom: .3rem;
    }
    .e-item .item-meta>div.item-db-manual {
        margin-top: .3rem;
    }
}

@media (min-width: 1200px) {
    .e-item.item-headings {
        /* 		visibility: visible; */
    }
    .e-item>div {
        text-align: center;
    }
    .e-item .item-meta>div:not(.item-title) {
        margin-left: 1rem;
    }
    .e-item .item-meta>div.item-db-desc {
        text-align: left;
        margin-left: 2rem;
    }
    .e-item.item-headings .item-meta>div.item-db-desc {
        text-align: center;
    }
}

.e-item .item {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}

.e-item .item .item-cover {
    height: 102px;
    flex: 0 0 68px;
    width: 68px;
    min-width: 68px;
}

.e-item .item .item-type,
.e-item .item .item-author,
.e-item .item .item-pub {
    margin-left: 0 !important;
}

@media (max-width: 767px) {
    .e-item .item~.item-date {
        margin-left: 84px;
        margin-bottom: 5px;
    }
    .e-item .item~.item-functions {
        margin-left: 84px;
    }
    .e-item .item .item-pub {
        margin-bottom: 5px;
    }
}


/*
 * My Library - Directories
 */

.directory-header {
    padding-top: 6px;
    padding-bottom: 19px;
}

.directory-header h4 {
    margin: 0;
}

.directory-header h4~.item-count {
    line-height: 1.2;
    font-size: 14px;
    margin-left: 10px;
}

@media (max-width: 991px) {
    h4.selected-dir-name {
        margin-top: 30px;
    }
}

.directory-list ul {
    margin: 0;
    padding: 0;
}

.directory-list .directory {
    list-style: none;
    position: relative;
    height: 36px;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 5px 13px;
    text-align: left;
    cursor: default;
}

.directory-list .directory>a:first-child {
    color: #111;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.directory-list .directory>input {
    display: none;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 24px);
    background-color: transparent;
    border: 0;
}

.directory-list .directory>.directory-functions {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.directory-list .directory>.directory-functions>a {
    color: #c1a48f;
    line-height: 0;
}

.directory-list .directory>.directory-functions>a+a {
    margin-left: 5px;
}

.directory-list .directory.hover>.directory-functions {
    display: block;
}

.directory-list .directory.hover>a:first-child {
    padding-right: 60px;
}

.directory-list .directory.active {
    background-color: #c10547;
    border-color: #c10547;
}

.directory-list .directory.active>a:first-child,
.directory-list .directory.active>input {
    color: #fff;
}

.directory-list .directory.active>.directory-functions>a {
    color: #fff;
    transition: opacity 200ms ease-in-out;
}

.directory-list .directory.active>.directory-functions>a:hover {
    opacity: .8;
}

.directory-list .directory.edit>a:first-child {
    display: none;
}

.directory-list .directory.edit>input {
    display: block;
}

.directory-list>a.btn {
    display: block;
}

.directory-select>a {
    display: block;
    text-align: left;
    white-space: normal;
}

.directory-select>a+a {
    margin-top: 10px;
}


/*
 * Book Search
 */

.book-search {
    border-bottom: 2px solid #c10547;
    padding: 0 0 1rem 0;
    margin: 0 0 1rem 0;
}

@media (min-width: 768px) {
    .book-search {
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.book-search .form-check-label {
    font-size: .9rem;
}


/*
 * Resource List
 */

.ebook-list table img {
    max-width: 200px;
}

.elearning-list table img {
    max-width: 115px;
}

.accordion-list .card-header .btn {
    display: block;
}


/* Collapse */

.accordion-row {
    border: 1px solid #cdcdcd;
}

.accordion-row+.accordion-row {
    border-top: 0;
}

.accordion-heading {
    background-color: #fbfbfb;
    padding: 1rem;
    position: relative;
}

.accordion-body {
    border-top: 1px solid #dedede;
    padding: 1rem;
}

@media (min-width: 992px) {
    .accordion-body {
        padding: 2rem;
    }
}

.accordion-heading>span {
    display: inline-block;
    width: 50px;
    color: #fff;
    font-size: .85rem;
    font-weight: 500;
    text-align: center;
    background-color: #c1a48f;
    margin-right: .5rem;
}

.accordion-heading>a {
    cursor: pointer;
    font-weight: 500;
    color: #666 !important;
}

.accordion-heading>a[aria-expanded=true],
.accordion-heading>a:hover {
    color: #c10547 !important;
}

.accordion-heading>i {
    display: block;
    position: absolute;
    right: 1rem;
    top: calc(50% - .5rem);
    color: #999;
    transition: .3s ease-in-out;
}

.accordion-heading>a[aria-expanded=true]+i {
    transform: rotate(-180deg);
}


/*
 * Kakakomap
 */

.map {
    width: 100%;
    height: 300px;
}

@media screen and (min-width: 992px) {
    .map {
        height: 600px;
    }
}

.map-info-window {
    font-size: 11px;
    padding: 2.5px 5px;
    text-align: center;
}


/*
#map .map-info-window {
	text-align: center;
}
#map2 > div > div > div > div div {
	background-image: none !important;
}
*/

.map .map-arrow {
    transform: translateY(-3px);
}


/*
 * baord format
 */

select+.excel-download {
    margin-left: .5rem;
}

.excel-download {
    color: #107c41 !important;
}


/*
 * Full Width Page
 */

.featured-image {
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -20px;
    margin-bottom: 2rem;
}

@media (min-width: 1200px) {
    .featured-image {
        margin-top: -50px;
        height: 300px;
    }
}


/*
 * Search Result
 */

.site-search-result {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #dedede;
}

.site-search-result .excerpt-header,
.site-search-result .excerpt-content {
    padding: 20px;
}

.site-search-result .excerpt-header .entry-title {
    text-align: left;
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
}

.site-search-result .excerpt-header .entry-title a,
.site-search-result .excerpt-header .entry-title a:active,
.site-search-result .excerpt-header .entry-title a:visited {
    color: #121212;
}

.site-search-result .excerpt-header .entry-title a:hover {
    color: #c10547;
}

.site-search-result .excerpt-content p {
    margin-bottom: 0;
    font-size: .85rem;
    color: #444;
}

.site-search-result.has-excerpt .excerpt-header {
    padding-bottom: 12px;
}

.site-search-result.has-excerpt .excerpt-content {
    padding-top: 0;
}

.site-search-result.has-excerpt .excerpt-content p {
    border-top: 1px solid #eaeaea;
    padding-top: 12px;
}

.site-search-result .breadcrumbs .breadcrumb {
    padding: 0;
    background: none;
}

.site-search-result .breadcrumbs .breadcrumb>span {
    padding-left: .2rem;
    padding-right: .2rem;
}

.site-search-result .breadcrumbs .breadcrumb>span:first-child {
    padding-left: 0;
}

.site-search-result .breadcrumbs .breadcrumb>span:last-child {
    padding-right: 0;
}


/*
 * Post Navigation
 */

.navigation .nav-links {
    margin-left: auto;
    margin-right: auto;
}

.navigation .nav-links .page-numbers {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    padding: 0 1px;
    border: 0;
    margin: 0;
    padding: 0 11px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 2px;
    box-shadow: none;
    transition-duration: 0.3s;
    background-color: #eee;
    color: #555 !important;
}

.navigation .nav-links .page-numbers:hover {
    background-color: #f2f2f2;
}

.navigation .nav-links .page-numbers.current {
    background-color: #c1a48f;
    font-weight: 700;
    color: #fff !important;
}

.navigation .nav-links .page-numbers.next,
.navigation .nav-links .page-numbers.prev {
    padding-right: 3px;
    padding-left: 3px;
    font-weight: 500;
}

.navigation .nav-links .page-numbers.next .svg-icon,
.navigation .nav-links .page-numbers.prev .svg-icon {
    margin-top: -3px;
}

.navigation .nav-links .page-numbers .nav-next-text,
.navigation .nav-links .page-numbers .nav-prev-text {
    display: none;
}


/*
 * No Result
 */

.error-404.not-found .page-title,
.error-404.not-found .page-content,
.no-results.not-found .page-title,
.no-results.not-found .page-content {
    margin-top: 50px;
}


/*
 * Overview
 */

.overview {
    margin-bottom: -20px;
}

.overview>div:not(.featured-image) {
    margin-bottom: 5rem;
}

.overview h3 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-top: 1rem;
}

.overview p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.overview hr {
    width: 60px !important;
    height: 2px !important;
    border: 0 !important;
    background-color: #c10547 !important;
    max-width: none !important;
}

.mission hr {
    margin: 1.5rem 0 !important;
}

.mission-card {
    margin-top: 2rem;
    background-color: #b5b0a9;
    position: relative;
    overflow: hidden;
}

.mission-card p {
    font-size: 16px;
    color: #fff;
}

.mission-card-image {
    height: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mission-card-text {
    padding: 1rem;
}

.value hr {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.value-bar {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.value-bar-image img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.value-bar-text h4 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #fff !important;
    letter-spacing: 5px;
}

.value-bar-text h4+p {
    font-size: 16px;
    font-weight: 700;
    margin-top: -10px;
}

.value-bar-text h4+p+p {
    font-size: 14px;
    margin-top: -10px;
}

.strength {
    margin-bottom: 0 !important;
}

.strength hr {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.strength-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 50px;
}

.strength-item {
    margin-top: 30px;
    position: relative;
}

.strength-item h4 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #fff !important;
    padding-left: 1rem;
    margin-bottom: .5rem;
}

.strength-item h4+div {
    background-color: #f6f6f6;
    padding: 1rem;
}

.strength-item h4+div>p {
    font-size: 16px;
}

.strength-item h4+div>p+p {
    font-size: 14px;
    font-weight: 400;
}

.strength-item h4+div+div {
    position: absolute;
    top: 5px;
    right: 2rem;
    width: 60px;
    height: 60px;
}

@media (min-width: 992px) {
    .overview {
        margin-bottom: 0;
    }
    .overview>div:not(.featured-image) {
        margin-bottom: 10rem;
    }
    .overview h3 {
        font-size: 36px;
        margin-top: 3rem;
    }
    .overview p {
        font-size: 24px;
    }
    .overview hr {
        width: 80px !important;
        height: 4px !important;
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .overview>div:not(.featured-image) {
        margin-bottom: 10rem;
    }
    .mission h3 {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .mission h3,
    .mission h3+hr+p {
        text-align: center !important;
    }
    .mission hr {
        margin: 2rem auto !important;
    }
    .mission-card {
        margin-top: 4rem;
        max-height: 457px;
    }
    .mission-card p {
        font-size: 20px;
    }
    .mission-card-image {
        height: 100%;
    }
    .mission-card-text {
        padding: 4rem;
    }
    .value-bar {
        height: 500px;
    }
    .value-bar-image img {
        margin-bottom: 20px;
    }
    .value-bar-text h4 {
        font-size: 30px !important;
        letter-spacing: 10px;
    }
    .value-bar-text h4+p {
        font-size: 20px;
        margin-top: -10px;
    }
    .value-bar-text h4+p+p {
        font-size: 16px;
        margin-top: -10px;
    }
    .strength {
        margin-bottom: 20rem !important;
    }
    .strength-box {
        padding-bottom: 0;
    }
    .strength-item {
        margin-top: 260px;
    }
    .strength-item h4 {
        font-size: 36px !important;
        padding-left: 2rem;
        margin-bottom: .5rem;
    }
    .strength-item h4+div {
        padding: 2rem;
    }
    .strength-item h4+div>p {
        font-size: 20px;
    }
    .strength-item h4+div>p+p {
        font-size: 16px;
    }
    .strength-item h4+div+div {
        position: absolute;
        top: 0;
        right: 2rem;
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 1200px) {
    .mission-card p {
        font-size: 24px;
    }
    .strength-box {
        height: 500px;
    }
}


/*
 * History
 */


/*
.history {
	margin-bottom: -20px;
}
*/


/*
.history > div:not(.featured-image) {
	margin-bottom: 2rem;
}
*/

.history h3 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-top: 1rem;
}

.history p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.history hr {
    width: 50px !important;
    height: 2px !important;
    margin: 1.5rem 0 !important;
    border: 0 !important;
    background-color: #c10547 !important;
    max-width: none !important;
}

.history .time {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.history .story {
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .history-image {
        max-width: 500px;
        margin-top: 1rem;
        margin-bottom: 3rem;
    }
}


/*
 * Organization
 */

.organization>div {
    margin-bottom: 1rem;
}

.organization>div>div>h4 {
    background-color: #ea8018;
    color: #fff;
    padding: 1.5rem;
    font-weight: 500;
    margin-bottom: 2px;
    text-align: center;
}

.organization>div>div>div {
    background-color: #b4a18e;
    color: #fff;
    padding: 1.2rem 1.5rem;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
    text-align: center;
}

.organization .chief {
    background-color: #31a2ff;
    color: #fff;
    padding: 1.5rem;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.organization .vice-chief {
    background-color: #00c2c0;
    color: #fff;
    padding: 1.5rem;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.organization .committee {
    background-color: #f2f2f2;
    color: #333;
    padding: 1.5rem;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

@media (min-width:992px) {
    .organization>div>div {
        flex: 20% 0 0;
        padding: 0 5px;
        /* 		position: relative; */
    }
    /*
	.organization > div > div:after {
		content: '';
		width: 1px;
		background-color: #c10547;
		display: block;
		left: 50%;
		position: absolute;
		z-index: 4;
	}
*/
    .organization>div>div>h4,
    .organization>div>div>div {
        position: relative;
        z-index: 10;
        text-align: left;
    }
    .organization .chief {
        margin-bottom: 7rem;
    }
    .organization .vice-chief {
        margin-bottom: 7rem;
    }
    .organization .chief,
    .organization .vice-chief {
        width: calc(20% - 10px);
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    .organization .chief:after,
    .organization .vice-chief:after {
        position: absolute;
        left: 50%;
        top: 100%;
        content: '';
        display: block;
        width: 1px;
        height: 150px;
        background-color: #c10547;
    }
    .organization {
        position: relative;
    }
    .organization .committee {
        width: calc(20% - 10px);
        position: absolute;
        right: 10%;
        top: 12%;
    }
    .organization .committee:after {
        position: absolute;
        right: 100%;
        top: 50%;
        content: '';
        display: block;
        width: calc(100% + 20px);
        height: 1px;
        background-color: #c10547;
    }
    .organization .department {
        position: relative;
    }
    .organization .department:after {
        position: absolute;
        left: 50%;
        top: -3rem;
        transform: translateX(-50%);
        content: '';
        display: block;
        width: 80%;
        height: 1px;
        background-color: #c10547;
    }
    .organization .department>div {
        position: relative;
    }
    .organization .department>div:after {
        position: absolute;
        left: 50%;
        bottom: calc(100% - 2rem);
        content: '';
        display: block;
        width: 1px;
        height: 5rem;
        background-color: #c10547;
    }
}


/*
 * Page
 */

.list-table-header .content-l {
    font-size: 14px;
    padding: 1rem;
}

.purchase-type-2 {
    display: none;
    visibility: hidden;
}

@media (min-width: 992px) {
    .list-table-header .content-l {
        padding: 1rem 2rem;
    }
}


/*
 * My Info
 */

.my-info-header {
    width: 160px;
    vertical-align: middle !important;
}

@media screen and (min-width: 768px) {
    .my-info-header {
        width: 320px;
    }
}

.my-info {
    padding: 30px;
    margin: 30px auto;
    border: 1px solid #dedede;
    border-top: 2px solid #c10547;
}

.my-info .form-group:last-of-type {
    margin-bottom: 0;
}

.my-info-edit-header h3 {
    font-size: 1.2rem;
    margin-bottom: 0;
}

.my-info-edit-header+.my-info {
    margin-top: 20px;
}


/*
 * Login
 */

.login-header {
    margin-top: 30px;
}

.login-header+.login-content {
    margin-top: 20px;
}

.login-header h3 {
    margin: 0;
}

.login-content {
    border: 1px solid #ccc;
    border-top: 2px solid #c10547;
    padding: 15px;
}

.login-content .form-check-label {
    font-size: 14px;
}

.form-group-select-type {
    border-bottom: 1px solid #ccc;
    margin: -15px -15px 15px -15px;
    padding: 15px 15px 12px 15px;
}


/*
.multi-login {
	display: block;
	visibility: visible;
}
.find-idpw {
	display: none;
	visibility: hidden;
}
*/

.login-guide {
    border: 1px solid #ccc;
    border-top: 0;
    background-color: #f2f2f2;
    padding: 20px 15px;
}

.login-guide ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-left: -5px;
}

.login-guide li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}

.login-guide li:before {
    content: '?';
    display: block;
    position: absolute;
    left: 0;
}

.login-content .form-fid .form-row .btn[type=submit] {
    width: 100%;
    height: 100%;
}

@media (min-width: 576px) {
    .login-content {
        padding: 30px;
    }
    .form-group-select-type {
        margin: -30px -30px 30px -30px;
        padding: 15px 30px 12px 30px;
    }
    .login-guide {
        padding: 20px 30px;
    }
    .login-content .form-row .form-group:last-child {
        margin-bottom: 0;
    }
    .login-content .form-row .btn[type=submit] {
        width: 100%;
        height: 100%;
    }
}

