/* container 반응형 작업 */
body.page-template {
    min-width: auto !important;
}
.x-container.max {
    max-width: none;
}

/* 페이지 제목 */
.entry-header {
    margin-top: 32px;
    margin-bottom: 24px;
    font-size: inherit !important;
}
.entry-header > h2 > a{
    font-size: 28px;
    line-height: 40px;
}
.entry-header > h2 > a:hover {
    color: #2c3e50;
}

@media (max-width: 800px) {
    /* 헤더의 border-bottom */
    .x-container.event-contents {
        border-top: 1px solid #dbdbdb;
    }
}

* {
    font-family: Noto Sans KR !important;
}

.x-container.event-contents .entry-header .entry-title {
    display: block;
}

.entry-header > h2 > a {
    font-size: 38px;
    line-height: 56px;
}

.x-container.event-contents .entry-header {
    padding: 48px 0 32px 0;
    margin-bottom: 40px;
    border-bottom: 2px solid #F3F4F5;
}

.section-review-listing {
    display: none;
}

.main_footer {
    border-top: none;
}

@media (max-width:800px) {
    .header-mobile-short-bar .icon-home, .header-mobile-short-bar .cart {
        display: none !important;
    }
    .entry-header > h2 > a {
        font-size: 22px;
        line-height: 32px;
    }
    .x-container.event-contents {
        padding: 0 20px !important;
    }
    .x-container.event-contents .entry-header {
        padding: 20px 0 20px 0;
        margin-bottom: 20px;
    }
}
