html[lang="ko-KR"] {
    input[type="submit"], a {
        font-style: normal !important;
    }
}

#footer_bottom p {
    color: #FFF;
}

.section.room_features .features_services .the_title {
    font-size: 2em;
}

html[lang="ko-KR"] .ui-datepicker-title {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

html[lang="ko-KR"] span.ui-datepicker-year::after {
    content: '년';
    display: inline-block;
    margin-left: 2px;
}

@media (min-width: 767px) and (max-width: 1200px) {
    .post_preview.layout_list .item_wrap {
        width: calc(50% - 20px);
    }

    .post_preview.layout_list .item_wrap.first_child .item {
        align-items: stretch;
    }

    .post_preview.layout_list .item_wrap.first_child .item .description_wrap,
    .post_preview.layout_list .item_wrap.first_child .item .thumb {
        height: auto;
    }

    .post_preview.layout_list .item_wrap.first_child .item .thumb a {
        height: 100%;
    }
}
