
.container,
section {
    position: relative;
}
.c-category-banner__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-align: center;
}

.c-category-banner {
    background-position: center;
    background-size: cover;
    height: 250px;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 1600px) {
    .c-category-banner {
        height: 350px;
    }
}

.c-category-banner__title {
    color: #fbfbfb;
    font-family: "Nanum Gothic", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.c-content-block__title {
    font-family: "Nanum Gothic", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #333;
    font-size: 40px;
    text-transform: uppercase;
}

@media screen and (min-width: 992px) {
    .c-content-block__title {
        font-size: 54px;
    }
}

.c-content-block__title::after {
    content: '';
    display: block;
    height: 7px;
    margin-top: 5px;
    margin-bottom: 35px;
    width: 100%;
}

.c-content-block__body {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.c-category-banner__body {
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 18px;
    line-height: 1.17;
}

.c-basic-content h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 21px;
    line-height: 1.43;
    margin-top: 25px;
    margin-bottom: 10px;
}

.c-basic-content ol {
    list-style: none;
    margin-top: 18px;
    margin-bottom: 25px;
    counter-reset: li;
}

.c-basic-content ol li {
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
    padding-left: 15px;
    position: relative;
    counter-increment: li;
}

.c-basic-content ol li:before {
    content: counter(li);
    color: #e62600;
    display: inline-block;
    position: absolute;
    width: 1em;
    margin-left: -15px;
    margin-right: 0.5em;
    direction: rtl;
    left: 0;
    text-align: right;
}

.c-basic-content ul li + li {
    margin-top: 15px;
}

.c-featured-content__title {
    font-size: 36px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

@media screen and (min-width: 992px) {
    .c-featured-content__title {
        font-size: 40px;
    }
}

.c-featured-content__subtitle {
    color: #e62600;
    font-size: 14px;
    letter-spacing: 1.6px;
    margin-bottom: 1.4em;
    text-transform: uppercase;
}

@media screen and (min-width: 992px) {
    .c-featured-content__subtitle {
        font-size: 16px;
    }
}

.c-category-tiles__item {
    margin-bottom: 40px;
}

.c-full-width-slider__item__content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.c-button {
    font-weight: normal;
    font-style: normal;
    background-color: #e62600;
    border: 2px solid #e62600;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s ease all;
}

@media screen and (min-width: 992px) {
    .c-button {
        padding: 10px 40px;
    }
}

.c-button:hover {
    color: #fff;
    background-color: #ff2b00;
    border-color: #ff2b00;
}

.c-button.right-icon::after {
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    margin-left: 6px;
    width: 22px;
}

.c-featured-content__background {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: -1;
    right: -20%;
    left: -20%;
    top: 0;
    bottom: 0;
}

.c-category-tiles__item__image {
    overflow: hidden;
    max-height: 228px;
    margin-bottom: 14px;
}

.c-category-tiles__item__image:hover img {
    transform: scale(1.1);
}

.c-category-tiles__item__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    width: 100%;
}

.c-category-tiles__item__subtitle {
    color: #787878;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 6px;
    margin-top: 18px;
    text-transform: uppercase;
}

.c-category-tiles__item__link {
    border-bottom: 1px solid #e62600;
    color: #333;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: color 0.3s;
    text-decoration: none;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .c-featured-content__background.right {
        right: -20%;
        left: 0;
        background-size: 70%;
        background-position: top right;
    }

    .c-featured-content__background.left {
        left: -20%;
        right: 0;
        background-size: 70%;
        background-position: top left;
    }
}

@media screen and (min-width: 1024px) {
    .c-featured-content__background.right {
        right: -7%;
        background-size: 65%;
    }

    .c-featured-content__background.left {
        left: -7%;
        background-size: 65%;
    }
}
