@media (max-width: 720px) {
    .wrapper div.container {
        padding: 0;
        margin: -2px;
    }
    .navbar {
        display: none;
    }
    footer {
        display: none;
    }
    .row {
        margin: 0px;
    }
    .wrapper {
        padding: 0px;
        margin: 0px auto;
    }
    .container ul.switchTab .col-xs-4.nopadding.active {
        border: 0px !important;
    }
    .wrapper .container .switchTab li.active {
        border-top: 0px !important;
        border-bottom: 0px !important;
        padding-top: 1px !important;
    }
    .container .switchTab li {
        background-color: #f9f9f9;
        border: none;
        text-align: center;
        border-top: 0px !important;
        border-bottom: 0px !important;
    }
    div.detailView {
        border-top: 0px;
    }
    .tab-pane {
        padding: 0px !important;
        max-width: 100%
    }
    .table-title {
        margin-top: 1px;
    }
    .detailTitle {
        font-size: 13px;
        width: 55%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .wrapper .container .table-title h2 {
        margin-left: 10px;
    }
    .wrapper .container .col-xs-12.data-container {
        border-top: none;
    }
    .overlayText {
        font-size: 14px !important;
    }
    .customPagenation {
        display: none !important;
    }
    /* event page thumbail */
    .event_table{
        margin-top: 2.5px !important;
    }
    .col-xs-6:nth-child(odd) .thumbnail {
        /*홀수*/
        margin: 2.5px 2.5px 2.5px 5px;
    }
    .col-xs-6:nth-child(even) .thumbnail {
        /*짝수*/
        margin: 2.5px 5px 2.5px 2.5px;
    }
    /* event page thumbail */
    ul.switchTab > li > a {
        font-size: 14px;
    }
    ul.nav.switchTab { margin-top: 0px; }
    div.table-title { display: none; }
    .wrapper .wrapper .container ul.nav li a { padding: 10px 0px; }
    div.detailAuthor {
        display: none;
    }
}
.wrapper .container {padding : 30px 0 65px;}
.wrapper .container ul.nav li a { padding: 20px 0px; font-size: 16px;}
.white-bg {
    background: #fdfdfd;
}

.wrapper .container .table-title h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 2.5em;
    color: #000;
    display: inline-block;
}

.wrapper .container .table-title h3 {
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    margin-left: 15px;
}

.wrapper .container .tab-content {
    background: #fff;
}

.wrapper .container .tab-content table {
    border-top: 2px solid #000;
    background: #fff;
}

.wrapper .container .tab-content table tr {
    border-bottom: 1px solid #ddd;
}

.wrapper .container .tab-content table tr .empty {
    height: 400px;
    text-align: center;
}

.wrapper .container .tab-content table td {
    padding: 10px 0px;
}

.wrapper .container .tab-content table td:last-child {
    padding-right: 20px;
}

.wrapper .container .tab-content table .title {
    padding: 15px 0px 14px 20px;
}

.wrapper .container .tab-content table .author {
    text-align: center;
    width: 22%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 3px;
}

.wrapper .container .tab-content table .writeDate {
    text-align: right;
    width: 13%;
    padding-right: 20px;
}

.wrapper .container .tab-content table a {
    color: #000;
}


#contentModal #modal-title {
    float: left;
    margin-left: 10px;
}

#contentModal #modal-date {
    float: right;
    margin-right: 10px;
}

/* event thumbnail */

.tab-pane {
    padding: 20px 0px 20px 0px;
    margin: auto;
}

.tab-content .thumbnail {
    padding: 0px;
    margin: 10px;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.tab-content .thumbnail img {
    opacity: 0;
    width: 100%;
}

.bk_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
}

.overlayText {
    font-size: 1.5em;
}

.verticalAlign {
    height: 10%;
    width: 100%;
    overflow: visible;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* view inside */
.detailWrap {
    display: inline-block;
    width: 100%;
}
.detailView {
    border-radius: 2px;
    border-top: 2px solid #000;
    padding-top: 15px;
    padding-bottom: 15px;
}
.detailHeader {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.detailTitle {
    display: inline-block;
    margin-left: 15px;
    font-size: 1.2em;
}
.detailDate, .detailAuthor {
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 2px;
}

.detailBody {
    text-align: center;
    max-width: 740px;
    margin: 0px auto;
}
.goList {
    float: right;
    margin: 10px;
    padding: 5px 40px;
}

/* pagination */
.pagination-wrapper {
    text-align: center;

}
.pagination-wrapper ul.pagination {
    border: none;
    list-style: none;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 25px;
    padding: 0;
}
.pagination-wrapper ul.pagination > li.pagination-item {
    display: inline-block;
    margin: 10px;
}
.pagination-wrapper ul.pagination > li.pagination-item > a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: none;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    color: #333;
    padding: 0;
    transition: all 0.5s;
}
.pagination-wrapper ul.pagination > li.pagination-item > a.next,
.pagination-wrapper ul.pagination > li.pagination-item > a.prev {
    width: auto;
}
.pagination-wrapper ul.pagination > li.pagination-item > a.active {
    background-color: #1db177;
    color: #fff;
}

/* loading ui */

.loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 84px;
    height: 48px;
    line-height: 46px;
    opacity: 0.94;
    border-radius: 30px;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    text-align: center;
    background-color: #fff;
    z-index: 5;
}

.loading span {
    width: 9px;
    height: 9px;
    margin-right: 7px;
    position: relative;
    border-radius: 100%;
    animation-name: opacitychange;
    display: inline-block;
}

.loading span:nth-child(1) {
    background-color: #d9f9ec;
    animation: opacitychange 1s ease-in-out infinite;
}

.loading span:nth-child(2) {
    background-color: #92e4c3;
    animation: opacitychange 1s ease-in-out .33s infinite;
}

.loading span:nth-child(3) {
    background-color: #1db177;
    animation: opacitychange 1s ease-in-out 0.66s infinite;
    margin-right: 0;
}

@keyframes opacitychange {
    0%,
    100% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
}

/* view inside */
