@charset "UTF-8";

input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email],
input[type=search],
select,
textarea {
    border-radius: 0 !important;
}

input[readonly],
input[readonly="readonly"],
select[disabled],
select[disabled="disabled"],
.boardPost-wrapper .infoInput .postImageSettingRow button,
.readonly-textarea-wrapper {
    background-color: rgba(175, 175, 175, 0.05) !important;
}

/* hide custom radio & checkbox */
#displayCanvas input[type="checkbox"] + label:before,
#displayCanvas input[type="checkbox"] + label:after,
#displayCanvas input[type="radio"] + label:before,
#displayCanvas input[type="radio"] + label:after,
#editorCanvas input[type="checkbox"] + label:before,
#editorCanvas input[type="checkbox"] + label:after,
#editorCanvas input[type="radio"] + label:before,
#editorCanvas input[type="radio"] + label:after,
.payment-background input[type="checkbox"] + label:before,
.payment-background input[type="checkbox"] + label:after,
.payment-background input[type="radio"] + label:before,
.payment-background input[type="radio"] + label:after {
    display: none;
}

/* info icon for tooltip */
.icomoon-ic-info {
    font-size: 16px;
}

#body .page {
    position: relative;
    display: none;
}

#body .page.page-opened,
#body.onePage-opened .page.onePageSubPage-opened {
    display: block;
    overflow: visible;
}

#body .page .section-wrapper {
    position: relative;
    box-sizing: content-box;
}

#body .site-division {
    position: relative;
    box-sizing: border-box;
}

#body .page .section-wrapper .section,
#body .page .section-wrapper .item-wrapper,
#body .page .section-wrapper .item-element {
    position: relative;
}

#body .page .section-wrapper.element-section .item-wrapper {
    min-width: 100%;
    min-height: 68px;
}

/* emptyInfo */
body:not(.editor) .emptyInfoMargin,
#body:not(.desktop) .emptyInfoMargin,
#body.mobile .productListMultipleInfo {
    display: none !important;
}

#body .page .section-wrapper.effect-on,
#body .page .section-wrapper.effect-on .background-mask {
    -webkit-transition: cubic-bezier(.645, .045, .355, 1);
    -moz-transition: cubic-bezier(.645, .045, .355, 1);
    -ms-transition: cubic-bezier(.645, .045, .355, 1);
    -o-transition: cubic-bezier(.645, .045, .355, 1);
    transition: cubic-bezier(.645, .045, .355, 1);
    -webkit-transition-duration: 800ms;
    -moz-transition-duration: 800ms;
    -ms-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
}

#body .page .section-wrapper .section-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}

#body .page .section-wrapper .background-mask {
    display: none;
}

.button div.item-element,
.transition-transparent a div,
a.textTransition-transparent {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

/* googleMap setting */
.gm-style-mtc {
    display: none;
}

/* placeholder - 특이사항: ,로 선택자 여러줄을 모아서 쓰면 작동하지 않음 */
*::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.45;
}

*:-moz-placeholder {
    color: inherit;
    opacity: 0.45;
}

*::-moz-placeholder {
    color: inherit;
    opacity: 0.45;
    -moz-opacity: 0.45;
}

*:-ms-input-placeholder {
    color: inherit;
    opacity: 0.45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    filter: alpha(opacity=45);
}

*::placeholder {
    color: inherit;
    opacity: 0.45;
}

body.iOS *::-webkit-input-placeholder {
    line-height: 1.5em;
}

body.iOS *:-moz-placeholder {
    line-height: 1.5em;
}

body.iOS *::-moz-placeholder {
    line-height: 1.5em;
}

body.iOS *:-ms-input-placeholder {
    line-height: 1.5em;
}

body.iOS *::placeholder {
    line-height: 1.5em;
}

/* pagination */
.item-wrapper .paginationDiv {
    text-align: center;
    margin: 60px auto 0;
}

.item-wrapper .paginationDiv div {
    display: inline-block;
    width: auto;
    height: 1em;
    text-align: center;
    line-height: 1em;
    font-size: 1em;
}

.item-wrapper .paginationDiv .paginationNo-navi {
    cursor: pointer;
}

.item-wrapper .paginationDiv .paginationNo-navi.prev:before {
    content: "<";
}

.item-wrapper .paginationDiv .paginationNo-navi.next:before {
    content: ">";
}

#body.mobile .item-wrapper .paginationDiv {
    font-size: 14px;
    margin-top: 40px;
}

#body.mobile .item-wrapper .paginationDiv .paginationNo-navi {
    margin: 0 0.75em;
}

#body.desktop .mobileOnly {
    display: none !important;
}

#body.mobile .desktopOnly {
    display: none !important;
}

/* android */
body:not(.iOS) .body.mobile {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/* policyPage privacyPage signupPrivacyPage boardPrivacyPage */
#policyPage,
#privacyPage,
#signupPrivacyPage,
#boardPrivacyPage {
    max-width: 832px;
    margin: 0 auto;
    padding: 60px 16px 70px;
}

#body.mobile #policyPage,
#body.mobile #privacyPage,
#body.mobile #signupPrivacyPage,
#body.mobile #boardPrivacyPage {
    margin: 0 16px;
    padding: 40px 0;
}

/* ie8 top & trial bottom banner */
.banner-wrapper {
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    position: fixed;
    background-color: #3F3F52;
    color: #fff;
    z-index: 99999;
    text-align: center;
}

.banner-wrapper.ie {
    bottom: initial;
    top: 0;
}

.banner-wrapper .content {
    font-size: 0px;
}

.banner-wrapper .content .logo {
    width: 107px;
    height: 24px;
    background: url(../../images/common/logo-icon.png) center center no-repeat;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 999999;
    background-size: 100%;
}

.banner-wrapper .content .logo.ie {
    background: url(../../images/common/ic-explorer.png) center center no-repeat;
    width: 26px;
    height: 26px;
    cursor: auto;
}

.banner-wrapper .content .info {
    height: 60px;
    font-size: 14px;
    letter-spacing: -0.5px;
    vertical-align: middle;
    padding: 22px 14px 16px;
    display: inline-block;
    white-space: nowrap; /*예외처리 : iOS에서 두 줄되는 문제 수정*/
}

.banner-wrapper.ie .content .info {
    padding: 20px 15px;
}

.banner-wrapper .content .btn {
    font-size: 12px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #fff;
    font-weight: normal;
    width: auto;
}

.banner-wrapper .content .info > * {
    vertical-align: middle;
}

/* onePageNavigation */
#onePageNavigationDiv {
    position: fixed !important;
    display: none;
    width: auto;
    height: auto;
    top: 50%;
    right: 48px;
    z-index: 99;
}

#body.mobile #onePageNavigationDiv,
body.tablet #onePageNavigationDiv {
    display: none !important;
}

#body.onePageNavigation-use #onePageNavigationDiv {
    display: inline-block;
}

#body.onePageNavigation-use #onePageNavigation {
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: -50%;
}

#onePageNavigation .onePageNavi {
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    margin: 18px 0px;
    border-radius: 100%;
    border: 5px solid #ddd;
    background: #ddd;
    color: #ddd;
    cursor: pointer
}

#onePageNavigation .onePageNavi.active {
    border: 2px solid #ddd;
    width: 12px;
    height: 12px;
    margin-left: -1px;
    background: none;
}

#onePageNavigation .onePageNavi:hover {
    opacity: 0.8;
}

#onePageNavigation .onePageNavi span {
    display: none;
    position: fixed;
    font-size: 12px;
    padding: 4px 10px;
    right: 70px;
    margin-top: -15px;
    border-radius: 2px;
    height: 30px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}

#onePageNavigation .onePageNavi span::after {
    content: '';
    position: absolute;
    top: 100%;
    border: solid transparent;
    height: 0;
    width: 0;
    border-width: 6px;
    margin-left: -6px;
    border-color: transparent;
    border-top-color: rgba(0, 0, 0, 0.4);
    border-top-color: rgba(0, 0, 0, 0.4);
    border-top-color: transparent;
    border-left-color: rgba(0, 0, 0, 0.4);
    top: 9px;
    right: -12px;
}

#onePageNavigation .onePageNavi.active span {
    margin-top: -11px;
}

#body.onePageNavigationType-dotAndText #onePageNavigation .onePageNavi:hover span {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.4);
}

/* customSelect */
.customSelectDiv {
    position: relative;
    width: auto !important;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 9px 11px 9px 15px;
    max-width: 100%;
    min-width: 80px;
    font-family: sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}

.together-buy-products-select.customSelectDiv {
    position: relative;
    width: 100% !important;
}

.together-buy-products-select.customSelectDiv > .options {
    left: -1px;
    margin-top: 0;
    box-sizing: content-box;
}

.together-buy-products,
.together-buy-product-option-groups-wrapper .options {
    background-color: white;
    border: 1px solid black;
    border-top: none;
    padding: 20px;
}

.together-buy-product-option-groups-wrapper .options {
    position: absolute;
    width: 100%;
    padding: 0;
}

.together-buy-products > div:not(:last-child) {
    margin-bottom: 25px;
}

.unit-together-buy-product-content-wrapper {
    display: flex;
    cursor: pointer;
}

.together-buy-product-thumbnail {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    background-color: #f0f0f5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.together-buy-product-info {
    font-size: 14px;
    text-align: left;
    cursor: auto;
}

.together-buy-product .sales-time {
    text-align: left;
}

.together-buy-product-info .link {
    font-size: 12px;
}

.together-buy-product-info .price .productDiscountPriceSpan,
.together-buy-product-info .price .productPriceWithDiscountSpan,
.together-buy-product-info .price .productPriceSpan {
    font-size: 14px;
}

.together-buy-product-name {
    margin-bottom: 5px;
    line-height: 1.6em;
}

.together-buy-product-option-groups-wrapper {
    margin-top: 15px;
}

.together-buy-product-option-groups-wrapper > div:not(:last-child) {
    margin-bottom: 10px;
}

#togetherBuyProducts .sales-time,
#togetherBuyProductsClone .sales-time {
    margin-top: 10px;
    color: #ff0000;
    font-weight: 600;
    font-size: 12.6px;
}

.customSelectDiv span.customSelectDivLabel {
    display: flex !important;
    justify-content: space-between;
    text-align: left;
    font-size: 14px !important;
    line-height: 1.4em !important;
}

.customSelectDiv > select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    min-width: 80px;
    /* -webkit-appearance: none; */
    -moz-appearance: none;
    appearance: none;
    border: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.customSelectDiv > select option {
    color: #222 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.customSelectDiv:not(.custom-select-box):not(.customFormSelectDiv):after,
.customSelectDiv.custom-select-box .customSelectDivLabel:after,
.customFormSelectDiv .customSelectDivLabel:after {
    content: "\e970";
    font-family: 'icomoon' !important;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1em;
    margin: 2.5px 0 2.5px 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.together-buy-products-select.dropdown.up .customSelectDivLabel:after {
    content: url(../../images/icon/black/ic-arrow-up1.png);
    margin-left: auto;
}

.together-buy-products-select.dropdown.down .customSelectDivLabel:after {
    content: url(../../images/icon/black/ic-arrow-down1.png);
    margin-left: auto;
}

.payment-process.wrapper .singleField .content .row .customSelectDiv,
.payment-process.wrapper .payment.field .row .customSelectDiv {
    width: 100% !important;
    height: 45px;
    padding: 12px 15px;
}

.payment-process.wrapper .singleField .content .row .customSelectDiv:after,
.payment-process.wrapper .payment.field .row .customSelectDiv:after {
    float: right;
}

.productDetail.wrapper .shopProductOptionListDiv .productOption .customSelectDiv span.customSelectDivLabel,
.productDetail.wrapper .additionalOptionDiv .customSelectDiv span.customSelectDivLabel {
    margin-bottom: 0;
}

.productDetail.wrapper .reviewQna-info .boardInDetail .review-writeDiv .bottomDiv .funtion .customSelectDiv,
.boardPost-wrapper .btn-wrapper.save-post-wrapper .customSelectDiv#selectPostReviewRateDiv {
    padding: 12px 11px 12px 15px;
}

.productDetail.wrapper .reviewQna-info .boardInDetail .review-writeDiv .bottomDiv .funtion .customSelectDiv span.customSelectDivLabel,
.boardPost-wrapper .btn-wrapper.save-post-wrapper .customSelectDiv#selectPostReviewRateDiv .customSelectDivLabel {
    float: left;
}

.productDetail.wrapper .reviewQna-info .boardInDetail .review-writeDiv .bottomDiv .funtion select,
.boardPost-wrapper .btn-wrapper.save-post-wrapper .customSelectDiv select#selectPostReviewRate {
    font-size: 14px;
    line-height: 1.4em;
    max-width: 100%;
    height: 43px;
}

.productDetail.wrapper .reviewQna-info .boardInDetail .review-writeDiv .bottomDiv .funtion .customSelectDiv:after,
.boardPost-wrapper .btn-wrapper.save-post-wrapper .customSelectDiv#selectPostReviewRateDiv:after {
    float: right;
}

.section .item-wrapper.customForm .customFormSelectDiv select {
    height: 45px;
}

.section .item-wrapper.customForm .customSelectDiv:after {
    margin: 4.5px 0 4.5px 15px;
}

.customSelect-text-ellipsis {
    width: calc(100% - 30px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* customSelect */

/* popup.css */
#popup.popup .bx-controls.bx-has-pager {
    color: #fff;
    width: 36px;
    height: 30px;
    left: 50%;
    bottom: 0;
    margin-left: -18px;
    text-align: center;
    vertical-align: middle;
}

#popup.popup .bx-controls.bx-has-pager .bx-pager {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}

#popup.popup .bx-navigation {
    font-size: 20px;
    width: 30px;
    height: 30px;
    top: 100%;
    margin-top: -30px;
}

#popup.popup .bx-navigation.bx-nextButton {
    left: 30px;
}

#popup.popup .bx-navigation a {
    width: 100%;
    height: 100%;
    display: block;
}

#popup.popup .bx-prevButton a::before {
    background-image: url(../../images/icon/white/ic-slide-previous.png);
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 16px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -5px;
}

#popup.popup .bx-nextButton a::before {
    background-image: url(../../images/icon/white/ic-slide-next.png);
    background-size: cover;
    background-position: center center !important;
    background-repeat: no-repeat;
    content: "";
    width: 16px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -6px;
    margin-right: -5px;
}

#popup.popup {
    /* max-width: 600px; */
    max-height: 630px;
    overflow: hidden;
    line-height: 0;
    position: absolute;
    top: 5%;
    left: 10%;
    z-index: 1001 !important;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 1px 4px 0;
}

#popup.popup .popupImg-wrapper {
    width: 100%;
    height: auto;
    max-height: 600px;
    overflow: hidden;
}

#popup.popup .popupImg-wrapper .beforeSlideImplemented {
    right: 100000px;
    position: absolute;
}

#popup.popup .popupImg-wrapper.slideImplemented .beforeSlideImplemented {
    right: 0px;
    position: relative;
}

#popup.popup #popupImg {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#popup.popup #closePopup {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 26px;
    height: 26px;
    padding: 5px;
    cursor: pointer;
    z-index: 100;
}

#popup.popup #popupOneDayOffButton {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 1em;
    font-size: 12px;
    text-align: right;
    box-sizing: border-box;
    padding: 8px 10px;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
}

#popup.popup #popupOneDayOffButton #popupOneDayOffText {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    white-space: nowrap;
}

/* mobile */
@media screen and (max-width: 640px) {
    #popup.popup.notSettingMobilePopup {
        width: calc(100% - 32px) !important;
        max-width: 100%;
        max-height: none;
        margin: 0 16px;
        top: 5% !important;
        left: 0 !important;
        right: auto !important;
        z-index: 10010 !important;
    }

    #popup.popup.notSettingMobilePopup #closePopup {
        top: 0px;
        right: 0px;
        padding: 10px;
        width: 20px;
        height: 20px;
        box-sizing: content-box;
    }

    #popup.popup.notSettingMobilePopup .popupImg-wrapper,
    #popup.popup.notSettingMobilePopup .popupImg-wrapper img {
        width: 100% !important;
    }
}

/* popup.css */

/* topBanner.css */
.top-banner-layout {
    position:relative;
    z-index: 10;
}

.top-banner-wrapper {
    width: 100%;
}

.top-banner-wrapper .top-banner-content {
    max-width: 1050px;
    position: relative;
    font-size: 0; /* remove default browser margin between element */
    margin: 0 auto;
}

.top-banner-wrapper .top-banner-content.image {
    max-width: 100%;
}

.top-banner-wrapper .top-banner-content.image .top-banner-info {
    position: relative;
    max-width: 1080px;
    text-align: center;
    margin: 0 auto;
}

.top-banner-wrapper .top-banner-content.text .top-banner-info {
    text-align: center;
    padding: 20px 0;
}

.top-banner-wrapper .top-banner-content .top-banner-info .top-banner-text {
    font-size: 18px;
}

.top-banner-wrapper .top-banner-content .top-banner-info .top-banner-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: block;
    width: 100%;
    height: 80px;
}

.top-banner-wrapper .top-banner-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    cursor: pointer;
}

.top-banner-wrapper .top-banner-content.image .top-banner-close {
    top: 25%;
}

.top-banner-layout .bx-wrapper {
    margin: auto;
    position: relative;
    border: none;
    box-shadow: unset;
}

.top-banner-layout .bx-controls.bx-has-controls-direction {
    position: unset;
}

.top-banner-layout .bx-controls.bx-has-pager {
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.top-banner-layout .bx-controls.bx-has-pager .bx-pager-link{
    border: 2px solid #FFF;
}

.top-banner-layout .bx-controls.bx-has-pager .bx-pager-link.active {
    background-color: #FFF;
}

.top-banner-layout .bx-controls.bx-has-controls-direction .bx-controls-direction a.bx-prev,
.top-banner-layout .bx-controls.bx-has-controls-direction .bx-controls-direction a.bx-next {
    position: absolute;
    top: 0;
    width: 40px;
    height: 80px;
    cursor: pointer;
    z-index: 100;
}

.top-banner-layout .bx-controls.bx-has-controls-direction .bx-controls-direction a.bx-prev {
    left: 5%;
}

.top-banner-layout .bx-controls.bx-has-controls-direction .bx-controls-direction a.bx-next {
    right: 5%;
}

.top-banner-layout .bx-controls.bx-has-controls-direction .bx-controls-direction a.bx-prev:before,
.top-banner-layout .bx-controls.bx-has-controls-direction .bx-controls-direction a.bx-next:before {
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 17px;
    height: 30px;
    position: absolute;
    top: 50%;
}

.top-banner-layout .bx-controls.bx-has-controls-direction .bx-controls-direction a.bx-prev:before {
    background-image: url(../../images/icon/white/ic-slide-previous.png);
    left: 50%;
    transform: translate(-50%, -50%);
}

.top-banner-layout .bx-controls.bx-has-controls-direction .bx-controls-direction a.bx-next:before {
    background-image: url(../../images/icon/white/ic-slide-next.png);
    right: 50%;
    transform: translate(50%, -50%);
}

@media screen and (max-width: 960px) {
    .top-banner-layout .bx-controls.bx-has-controls-direction .bx-controls-direction a.bx-prev,
    .top-banner-layout .bx-controls.bx-has-controls-direction .bx-controls-direction a.bx-next {
        width: 20px;
    }

    .top-banner-layout .bx-controls.bx-has-controls-direction .bx-controls-direction a.bx-prev:before,
    .top-banner-layout .bx-controls.bx-has-controls-direction .bx-controls-direction a.bx-next:before {
        width: 10px;
        height: 15px;
    }

    .top-banner-wrapper .top-banner-content.image .top-banner-info {
        max-width: 750px;
    }
}
/* topBanner.css */

/* naverTalkTalk */
#talk_banner_div {
    right: 24px;
    bottom: 24px;
}

/* mobile - media query */
@media screen and (max-width: 640px) {
    .banner-wrapper .content .logo {
        background-size: 75% 75%;
    }

    .banner-wrapper .content .info {
        padding: 23px 0 5px;
    }

    .banner-wrapper .content .info .useBoth {
        font-size: 14px;
    }

    .banner-wrapper .content .info .notUseMobile {
        display: none;
    }
}

/* marqueeBanner.css */
#body .section-wrapper.element-section .item-wrapper.marqueeBanner {
    min-height: 0;
    padding: 4px 0;
}

#body .section-wrapper.marqueeBanner-section {
    display: flex;
}

#body .section-wrapper.marqueeBanner-section .section {
    max-width: 100%;
    padding: 0;
}

.marqueeBanner .item-element {
    display: flex;
    overflow: hidden;
    z-index: 1;
}

.marqueeBanner .marquee .marquee-wrapper {
    display: flex;
    flex: 1 0 auto;
    overflow: hidden;
}

.marqueeBanner .marquee .marquee-item {
    display: flex;
}

.marqueeBanner .marquee .marquee-initialize {
    position: absolute;
    left: -9999px;
}

.marqueeBanner .marquee.left {
    justify-content: flex-start;
}

.marqueeBanner .marquee.right {
    flex-direction: row-reverse;
}

.marqueeBanner .marquee.stop {
    justify-content: center;
}

.marquee.use:hover div {
    animation-play-state: paused !important;
}

@keyframes marquee-right-to-left {
    0% {
        transform: translateZ(0)
    }
    100% {
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes marquee-left-to-right {
    0% {
        transform: translateZ(0)
    }
    100% {
        transform: translate3d(100%, 0, 0)
    }
}

footer .section-wrapper {
    position: relative;
    box-sizing: content-box;
}

footer .section-wrapper .section-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}