/* BASIC css start */
.onText {
    position: relative;
    margin: 15px 0;
    overflow-y: hidden;
}

.onText > div {
    padding: 0;
}

.onText .floatText {
    position: absolute;
    width: 95%;
    bottom: 5%;
    left: 2.5%;
    background: #fff;
    padding: 10px 10px 14px;
    text-align: center;
    color: #333;
    box-shadow: 0 1px 5px rgba(50,50,50,.2);
    line-height: 1.5;
    font-size: 11px;
    box-sizing:border-box;
}

.onText .floatText strong {
    color: #000;
    display: block;
    font-size: 18px;
    margin-bottom: 0px;
}

/* 개별페이지 common 시작 */
.contents img {
    max-width: 100%;
}

.customPageEvent_menu {
    display: flex;
}

.customPageEvent_menu a {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.customPageEvent_menu a.on {
    border-bottom: 2px solid #c42c39;
}

#customPageEvent .contents {
    padding: 10px;
}

/* 개별페이지 common 끝 */

/* BASIC css end */

