/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* Skin Name: default
/* Description: 이용기관 반응형 스킨
/* Author: Jiyeong Han
/* Date : 2016.06.21
/*
/* Table of Contents ------------------------------------------- */
/* 1.0 Header
/* 2.0 List
/* 3.0 Thumbnail
/* 4.0 Description
/* 5.0 Detail
/* 6.0 Responsive
/* 7.0 PC / Mobile
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* 1.0 Header */
.lem {

    padding: 30px 0 40px;
}
.lem-list-header {
    margin: 0 0 12px;
    /*padding:0 3%;*/
    text-align: right;
}
.lem-list-header a {
    display: inline-block;
    margin-left: 2px;
    border-radius: 3px;
    border:1px solid #03849c;
    background: #fff;
    color: #03849c;
    font-size: 0.875em;
    text-decoration: none;
    cursor: pointer;
}
.lem-list-header a i {
    display: inline-block;
    padding: 10px 12px;
    background: #03849c;
    color: #fff;
}
.lem-list-header a em {
    padding: 10px 12px 10px 8px;
    font-weight: bold;
    font-style: normal;
}

/* 2.0 List */
.lem-list-loop {
    margin: 0 !important;
}
.lem-list-loop > li {
    position: relative;
    margin-top: -1px;
    padding: 16px 18px;
    border: 1px solid #e4e5e6;
    background: #fff
}
.lem-list-loop > li:before {
    content: "";
}
.lem-list-loop > li:first-child {
    margin-top: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.lem-list-loop > li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.lem-list-loop > li:after {
    display: block;
    clear: both;
    content: '';
}

.lem-list-loop .lem-btn a.btn-red {
    color: #fff;
}

/* 3.0 Thumbnail */
.lem-list-loop .thumb {
    position: absolute;
    top: 16px;
    left: 18px;
}
.lem-list-loop .thumb img {
    width: 180px;
    height: 135px;
}

/* 4.0 Description */
.lem-list-loop .desc {
    padding-left: 200px;
}
.lem-list-loop h3 {
    margin: 0;
    padding: 3px 0 6px;
    background: none;
}
.lem-list-loop h3:before {
    content: '';
}
.lem-list-loop .desc p {
    margin: 0;
    color: #737679;
    line-height: 1.8;
}
.lem-list-loop .desc p em, .lem-list-loop .desc p span {
    color: #333;
    font-style: normal;
}
.lem-list-loop .desc p em {
    font-weight: bold;
}
.lem-list-loop .reservation-time {
    margin-left: 6px;
}
.lem-list-loop .lem-btn {
    margin-top: 8px;
}
.lem-list-loop .lem-btn a, .lem-list-loop .lem-btn span {
    display: inline-block;
    margin-right: 4px;
    padding: 5px 12px;
    border-radius: 2px;
    /*border: 1px solid #d4d5d6;*/
    font-size: 0.875em;
    text-decoration: none;
    line-height: 26px;
}
.lem-list-loop .lem-btn a {
    cursor: pointer;
}
.lem-list-loop .lem-btn .btn-more {
    border-color: #005aab;
    background: #005aab;
    color: #fff;
}
.lem-list-loop .lem-btn .btn-reservation {
    border-color: #cd3d51;
    background: #cd3d51;
    color: #fff;
}
.lem-list-loop .lem-btn .btn-reservation-cancel {
    border-color: #5c6269;
    background: #5c6269;
    color: #fff;
}
.lem-list-loop .lem-btn .btn-reservation-closed {
    background: #e4e5e6;
    color: #7e8489;
}
.lem-list-loop .lem-btn .btn-reservation-over {
    background: #e4e5e6;
    color: #cd3d51;
}

/* 5.0 Detail */
.lem-list-loop .detail {
    display: none;
    clear: both;
    padding: 15px 0;
}
.lem-list-loop .detail .detail-list {
    margin: 0;
    padding: 0;
    line-height: 1.6;
}
.lem-list-loop .detail .detail-list li {
    margin-top: -1px;
    padding: 10px 16px;
    border: 1px solid #e4e5e6;
    background: #fff
}
.lem-list-loop .detail .detail-list li:before {
    content: "";
}
.lem-list-loop .detail .detail-list li:first-child {
    margin-top: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.lem-list-loop .detail .detail-list li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.lem-list-loop .detail .detail-list li:after {
    display: block;
    clear: both;
    content: '';
}
.lem-list-loop .detail .dt {
    margin-right: 12px;
    color: #3d81bf;
}
.lem-list-loop .detail .dt i {
    width: 15px;
    font-size: 0.875em;
}
.lem-list-loop .detail .library-map {
    display: inline-block;
    height: 24px;
    margin-left: 4px;
    padding: 0 8px 0 7px;
    border-radius: 2px;
    background: #44a564;
    color: #fff;
    font-size: 0.9333em;
    line-height: 24px;
}
.lem-list-loop .detail-content {
    padding: 12px 4px 0;
}
.lem-list-loop .detail-content li {
    list-style: disc;
}
/* etc - more */
.lem-list-loop-more {
    display: none;
    padding: 20px 12px;
    background: #03849c;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

/* 6.0 Responsive */
@media screen and (max-width: 768px) {
    .lem-list-loop .thumb img {
        width: 120px;
        height: 90px;
    }
    .lem-list-loop .desc {
        padding-left: 140px;
    }
}
@media screen and (max-width: 600px) {
    .lem-list-loop h3 {
        margin: 0;
    }
}
@media screen and (max-width: 480px) {
    .lem-list-header {
        text-align: center;
    }
    .lem-list-header a {
        margin-left: 0;
        font-size: 12px;
    }
    .lem-list-header a i {
        padding: 10px 5px;
        background: #fff;
        color: #03849c;
    }
    .lem-list-header a em {
        padding: 10px 5px 10px 0;
    }
    .lem-list-loop > li {
        padding: 24px 18px;
    }
    .lem-list-loop .thumb {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .lem-list-loop .thumb img {
        width: auto;
        height: auto;
    }
    .lem-list-loop .desc {
        width: 100%;
        margin-left: 0;
        padding: 0;
        text-align: center;
    }
    .lem-list-loop h3 {
        margin: 12px 0 0;
    }
}



/* PC */

/* Mobile */

/* pc 버전 goodle 테마 스타일 초기화 */
.entry-content ul li {
    list-style: none;
}

/* map */
#p_content > div > div {
	
}
