/*----------------------------------
	2021-etnersdesign renewal-topmee
------------------------------------*/
html {
    overflow-x: hidden;
}
html, html a, body {
    -webkit-font-smoothing: antialiased;
}
html {
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-size: 1rem;
    font-family: 'Noto Sans KR', sans-serif;
    color: #222324;
    line-height: 1.6;
    background-color: #fff;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.2;
    margin-bottom: 0rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #242424;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
h1 a:focus, h1 a:hover, h2 a:focus, h2 a:hover, h3 a:focus, h3 a:hover, h4 a:focus, h4 a:hover, h5 a:focus, h5 a:hover, h6 a:focus, h6 a:hover {
    color: #fc7802;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}
em, li {
    font-size: 1rem;
    font-weight: 300;
    color: #242424;
}
em > a, li > a {
    color: #242424;
}
em > a:hover, li > a:hover {
    color: #fc7802;
}
small {
    color: #656565;
}
label {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #242424;
    margin-bottom: .25rem;
}
i {
    line-height: 1;
}
/* Paragraph */
p {
    font-size: 0.9375rem;
    font-weight: 300;
    color: #656565;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 1rem;
}
/*align*/
.tcenter {
    text-align: center !important;
}
.tleft {
    text-align: left !important;
}
/* Links */
a {
    color: #fc7802;
    text-decoration: none;
}
a:focus, a:hover {
    color: #FF6600;
    text-decoration: none;
}
a:focus {
    outline: none;
}
/*----------------------------------
  Selection
------------------------------------*/ ::selection {
                                           color: #fff;
                                           background: #fc7802;
                                           text-shadow: none;
                                       }
::-webkit-selection {
    color: #fff;
    background: #fc7802;
    text-shadow: none;
}
:active, :focus {
    outline: none;
}
/*----------------------------------
  Button
------------------------------------*/
.s-btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: none;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-btn:focus, .s-btn:hover {
    text-decoration: none;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-btn.focus {
    text-decoration: none;
}
.s-btn:active, .s-btn.active {
    background-image: none;
    outline: 0;
}
.s-btn.disabled, .s-btn:disabled, fieldset[disabled] .s-btn {
    cursor: not-allowed;
    opacity: .65;
}
.s-btn__element--left, .s-btn__element--right {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
/* Sizes
------------------------------ */
.s-btn--xs {
    font-size: 0.75rem;
    font-weight: 400;
    padding: 0.5rem 1.25rem;
}
.s-btn--sm {
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0.6rem 0.625rem;
}
.s-btn--md {
    font-size: 0.8125rem;
    font-weight: 400;
    padding: 1rem 2.5rem;
}
.s-btn-icon--md {
    font-size: 1rem;
    padding: 0.9375rem 1.5625rem 0.75rem;
}
/* Styles
------------------------------ */
.s-btn--dark-bg {
    color: #fff;
    background: #222324;
    border-width: 0.0625rem;
    border-style: solid;
    border-color: #222324;
}
.s-btn--dark-bg:focus, .s-btn--dark-bg:hover {
    color: #fff;
    background: #fc7802;
    border-color: #fc7802;
}
.s-btn--dark-brd {
    color: #222324;
    background: transparent;
    border-width: 0.0625rem;
    border-style: solid;
    border-color: #222324;
}
.s-btn--dark-brd:focus, .s-btn--dark-brd:hover {
    color: #fff;
    background: #222324;
    border-color: #222324;
}
.s-btn--primary-bg {
    color: #fff;
    background: #fc7802;
    border-width: 0.0625rem;
    border-style: solid;
    border-color: #fc7802;
}
.s-btn--primary-bg:focus, .s-btn--primary-bg:hover {
    color: #fff;
    background: #fc4702;
    border-color: #fc4702;
}
.s-btn--primary-brd {
    color: #fc7802;
    background: transparent;
    border-width: 0.0625rem;
    border-style: solid;
    border-color: #fc7802;
}
.s-btn--primary-brd:focus, .s-btn--primary-brd:hover {
    color: #fff;
    background: #fc4702;
    border-color: #fc4702;
}
.s-btn-icon--white-brd {
    border-left: none;
}
.s-btn-icon--dark-brd {
    border-left: none;
}
/*tag*/
.tag01 {
    position: absolute;
    margin-left: 0rem;
    margin-top: -3rem;
}
.tag05 {
    margin-left: -5rem;
}
@media all and (min-width:48em) and (max-width:61.9em) {}
@media (max-width: 61.9em) {
    .tag05 img {
        margin-left: 3.125rem;
        width: 80px;
        position: absolute;
    }
    .tag01 img {
        width: 80px;
        margin-left: 0rem;
        margin-top: 2.7rem;
    }
}
/*----------------------------------
  divider
------------------------------------*/
.s-faq-grid__divider {
    display: inline-block;
    border-top: 0.125rem solid rgba(0, 0, 0, 0.9);
    margin: .3125rem 0;
    padding: .3125rem 0;
}
.s-faq-grid__divider2 {
    display: inline-block;
    border-top: 0.063rem solid rgba(0, 0, 0, 0.5);
    margin: .3125rem 0;
    padding: .3125rem 0;
}
@media (max-width: 33.9em) {
    .s-faq-grid__divider, .s-faq-grid__divider2 {
        margin: 0;
        padding: 0;
    }
}
/*----------------------------------
  Form Input
------------------------------------*/
/* Form Input v3 */
.s-form-v3__input {
    position: relative;
    height: 2.5rem;
    font-size: 0.8125rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    border: none;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    letter-spacing: .1rem;
    text-transform: uppercase;
    padding: 0 1.25rem 0 0;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-form-v3__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.s-form-v3__input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.s-form-v3__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.s-form-v3__input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.s-form-v3__input:focus {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.99);
    box-shadow: none;
}
.s-form-v3__input:focus::-webkit-input-placeholder {
    color: #fff;
}
.s-form-v3__input:focus::-moz-placeholder {
    color: #fff;
}
.s-form-v3__input:focus:-ms-input-placeholder {
    color: #fff;
}
.s-form-v3__input:focus::placeholder {
    color: #fff;
}
/*----------------------------------
  Icons
------------------------------------*/
.s-icon {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-icon:focus, .s-icon:hover {
    text-decoration: none;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Sizes
------------------------------ */
.s-icon--sm {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.8125rem;
    padding: 0.6875rem;
}

.s-icon--md {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.125rem;
    padding: 0.75rem;
}

.s-icon--lg {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.625rem;
    padding: 0.5625rem 1rem;
}
.s-icon--cover {
    width: 23rem;
    height: 16rem;

}
/* Styles
------------------------------ */
.s-icon--white-brd {
    color: #fff;
    background: transparent;
    border-width: 0.0625rem;
    border-style: solid;
    border-color: #fff;
    line-height: 1.4;
}

.s-icon--white-brd:hover {
    color: #fff;
    background: #fc7802;
    border-color: #fc7802;
}


/*----------------------------------
  Promo Block
------------------------------------*/
/* Promo Block v4 */
.s-promo-block-v4 {
    position: relative;
    z-index: 1;
}
.s-promo-block-v4:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(1, 1, 1, 0) 50%, rgba(1, 1, 1, 0.7) 100%);
    background-repeat: repeat-x;
    content: " ";
}
/*----------------------------------
  Mockup
------------------------------------*/
@media (max-width: 33.9em) {
    .s-form-v3__input {
        height: 1.563rem;
        font-size: 0.8125rem;
    }
}
@media (max-width: 20em) {
    .s-btn--md {
        padding: 0.5rem 1.25rem;
    }
    .s-form-v3__input {
        height: 1.25rem;
        font-size: 0.75rem;
    }
}
/*----------------------------------
  Scroll To Section
------------------------------------*/
/* Scroll To Section v1 */
.s-scroll-to-section-v1--bc {
    position: absolute;
    left: 50%;
    bottom: 0.625rem;
    z-index: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    text-align: center;
}
/*----------------------------------
  Team v1
------------------------------------*/
.s-team-v1 {
    position: relative;
    cursor: pointer;
}
.s-team-v1:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: " ";
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-team-v1:hover:before {
    box-shadow: 0 0 1.25rem 0.3125rem rgba(34, 35, 36, 0.07);
}
/*----------------------------------
  Header
------------------------------------*/
.s-header__navbar {
    background: transparent;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* Container
------------------------------ */
/* Trigger
------------------------------ */
.s-header__trigger {
    position: relative;
    z-index: 9999;
    width: 0rem;
    height: 3.125rem;
    float: right;
    overflow: hidden;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* Trigger Icon */
.s-header__trigger-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: 1.5rem;
    height: 0.1rem;
    background: #555;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
#wback {
    width: 100%;
    height: 100%;
    background: #000;
}
#wback .s-header__trigger-icon {
    background: #fff;
}
.s-header__trigger-icon:before, .s-header__trigger-icon:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    content: " ";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: transform 0.5s, width 0.5s, top 0.3s;
    transition: transform 0.5s, width 0.5s, top 0.3s;
}
.s-header__trigger-icon:before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translate3d(0, 0.4375rem, 0);
    transform: translate3d(0, 0.4375rem, 0);
}
.s-header__trigger-icon:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translate3d(0, -0.4375rem, 0);
    transform: translate3d(0, -0.4375rem, 0);
}
.s-header__trigger--dark .s-header__trigger-icon {
    background: #222324;
}
.s-header__trigger svg {
    position: absolute;
    top: 0;
    left: 0;
}
.s-header__trigger circle {
    -webkit-transition: stroke-dashoffset 0.4s 0s;
    transition: stroke-dashoffset 0.4s 0s;
}
/* Trigger Is Active Style */
.-is-active.s-header__trigger {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.-is-active .s-header__trigger-icon {
    background: #fff;
}
.-is-active .s-header__trigger-icon:before, .-is-active .s-header__trigger-icon:after {
    width: 50%;
    -webkit-transition: transform 0.5s, width 0.5s;
    transition: transform 0.5s, width 0.5s;
}
.-is-active .s-header__trigger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.-is-active .s-header__trigger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.-is-active.s-header__trigger circle {
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 0.4s 0.3s;
    transition: stroke-dashoffset 0.4s 0.3s;
}
@media (max-width: 61.9em) {
    .s-header__logo {
        width: auto;
        height: auto;
        float: left;
    }
    .s-header__trigger {
        width: 3.125rem;
    }
}
/* Overlay
------------------------------ */
.s-header-bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(34, 35, 36, 0);
    visibility: hidden;
    -webkit-transition: all 1s ease-in 0.4s;
    transition: all 1s ease-in 0.4s;
}
.s-header-bg-overlay.-is-open {
    background: rgba(34, 35, 36, 0.88);
    visibility: visible;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/* Nav
------------------------------ */
.s-header__nav {
    height: 100%;
    padding: 7.5rem 0.5rem;
}
/* Menu List */
.s-header__nav-menu {
    width: 18.75rem;
    float: right;
    text-align: right;
    margin-bottom: 0;
}
@media (max-width: 47.9em) {
    .s-header__nav-menu {
        width: 50%;
    }
}
@media (max-width: 33.9em) {
    .s-header__nav-menu {
        width: 100%;
        float: none;
    }
    .s-header__nav {
        height: 100%;
        padding: 3.2rem 0;
    }
}
.s-header__nav-menu-item {
    padding: 0 0 0 5.625rem;
    margin-bottom: .3125rem;
}
@media (max-width: 47.9em) {
    .s-header__nav-menu-item {
        padding-left: 0;
    }
}
.s-header__nav-menu-link {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.8;
    font-weight: 300;
    color: #fff;
    opacity: .85;
    padding: .3125rem;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-header__nav-menu-link-divider {
    position: relative;
}
.s-header__nav-menu-link-divider:before {
    position: absolute;
    top: 50%;
    right: -2.5rem;
    width: 2.1875rem;
    height: 0.0625rem;
    background: rgba(255, 255, 255, 0);
    content: " ";
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-header__nav-menu-link-divider[href]:focus, .s-header__nav-menu-link-divider[href]:hover {
    color: #fff;
}
.s-header__nav-menu-link-divider[href]:hover:before {
    right: 0;
    background: white;
}
.s-header__nav-menu-link-divider:focus, .s-header__nav-menu-link-divider:hover {
    color: #fff;
}
.s-header__nav-menu-link-divider:hover {
    opacity: 1;
    padding-right: 2.5rem;
}
.s-header__nav-menu-link-divider.-is-active {
    padding-right: 2.5rem;
}
.s-header__nav-menu-link-divider.-is-active:before {
    right: 0;
    background: white;
}
/* Action
------------------------------ */
.s-header__action {
    margin-bottom: 0;
}
.s-header__action--lb {
    position: absolute;
    left: 1.875rem;
    bottom: 1.875rem;
}
.s-header__action--rb {
    position: absolute;
    right: 1.875rem;
    bottom: 1.875rem;
}
.s-header__action-item {
    padding: 0;
    margin-left: .1875rem;
    margin-right: .3125rem;
}
.s-header__action-link {
    position: relative;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    padding: .3125rem;
}
.s-header__action-link:first-child {
    padding-left: 0;
}
.s-header__action-link:last-child {
    padding-right: 0;
}
.s-header__action-link:hover {
    color: rgba(255, 255, 255, 0.7);
}
.s-header__action-link.-is-active {
    color: white;
}
/* Menu Open/Close
------------------------------ */
.s-header-bg-overlay .s-header__nav-menu-item {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-transform: translate3d(0, 1.25rem, 0);
    transform: translate3d(0, 1.25rem, 0);
}
.s-header-bg-overlay .s-header__action-item {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
@media (max-width: 47.9em) {
    .s-header-bg-overlay.-is-open .s-header__nav-menu-item, .s-header-bg-overlay.-is-open .s-header__action-item {
        opacity: 1;
    }
}
@media (min-width: 34em) {
    .s-header-bg-overlay.-is-open .s-header__nav-menu-item {
        opacity: 1;
    }
    .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(1) {
        -webkit-transition: all 0.4s 0.2s ease-out;
        transition: all 0.4s 0.2s ease-out;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(2) {
        -webkit-transition: all 0.4s 0.4s ease-out;
        transition: all 0.4s 0.4s ease-out;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(3) {
        -webkit-transition: all 0.4s 0.6s ease-out;
        transition: all 0.4s 0.6s ease-out;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(4) {
        -webkit-transition: all 0.4s 0.8s ease-out;
        transition: all 0.4s 0.8s ease-out;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(5) {
        -webkit-transition: all 0.4s 1s ease-out;
        transition: all 0.4s 1s ease-out;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(6) {
        -webkit-transition: all 0.4s 1.2s ease-out;
        transition: all 0.4s 1.2s ease-out;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(7) {
        -webkit-transition: all 0.4s 1.4s ease-out;
        transition: all 0.4s 1.4s ease-out;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(8) {
        -webkit-transition: all 0.4s 1.6s ease-out;
        transition: all 0.4s 1.6s ease-out;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(9) {
        -webkit-transition: all 0.4s 1.8s ease-out;
        transition: all 0.4s 1.8s ease-out;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(10) {
        -webkit-transition: all 0.4s 2s ease-out;
        transition: all 0.4s 2s ease-out;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .s-header-bg-overlay.-is-open .s-header__action-item {
        opacity: 1;
    }
    .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(1) {
        -webkit-transition: all 0.4s 0.4s ease-out;
        transition: all 0.4s 0.4s ease-out;
    }
    .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(2) {
        -webkit-transition: all 0.4s 0.8s ease-out;
        transition: all 0.4s 0.8s ease-out;
    }
    .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(3) {
        -webkit-transition: all 0.4s 1.2s ease-out;
        transition: all 0.4s 1.2s ease-out;
    }
}
/* Shrink
------------------------------ */
/* Navbar */
.s-header__shrink .s-header__navbar {
    box-shadow: 0 0 0.9375rem 0 rgba(34, 35, 36, 0.05);
}
.s-header__shrink.-is-open .s-header__navbar {
    background: transparent;
}
/* Logo */
.s-header__shrink.-is-open .s-header__logo-img-default {
    opacity: 1;
}
.s-header__shrink.-is-open .s-header__logo-img-shrink {
    opacity: 0;
}
.s-header__shrink .s-header__navbar {
    background: rgba(0, 0, 0, 1);
}
.s-header__shrink .s-header__logo-img-default {
    opacity: 0;
}
.s-header__shrink .s-header__logo-img-shrink {
    opacity: 1;
}
/* Trigger Icon */
.s-header__shrink.-is-open .s-header__trigger-icon {
    background: #fff;
}
.s-header__shrink .s-header__trigger-icon {
    background: #222324;
}
/*----------------------------------
  Header v2
------------------------------------*/
/* Navbar
------------------------------ */
.s-header-v2__navbar {
    position: relative;
    z-index: 1000;
    min-height: 3.125rem;
    border-bottom: 0.0625rem solid rgba(187, 187, 187, 0.3);
    background: #fff;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
#wback .s-header-v2__navbar {
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0);
}
#wback .s-header__navbar {
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
}
.s-header-v2__navbar:before, .s-header-v2__navbar:after {
    content: " ";
    display: table;
}
.s-header-v2__navbar:after {
    clear: both;
}
@media (max-width: 61.9em) {
    .s-header-v2__navbar {
        box-shadow: 0 0 0.9375rem 0.25rem rgba(34, 35, 36, 0.05);
    }
    .-is-open .s-header-v2__navbar {
        background: rgba(255, 255, 255, 0);
    }
}
/* Navbar Row
------------------------------ */
.s-header-v2__navbar-row {
    display: table-row;
    clear: both;
}
@media (max-width: 61.9em) {
    .s-header-v2__navbar-row {
        display: inherit;
    }
}
/* Columns */
.s-header-v2__navbar-col {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 61.9em) {
    .s-header-v2__navbar-col {
        display: block;
    }
}
/* Space */
.s-header-v2__navbar-col-width--180 {
    width: 11.250rem;
}
@media (max-width: 61.9em) {
    .s-header-v2__navbar-col-width--180 {
        width: auto;
    }
}
/* Variations */
@media (min-width: 62em) {
    .s-header-v2__navbar-col--left {
        float: left;
    }
    .s-header-v2__navbar-col--left .dropdown__mega-menu {
        right: auto;
        left: 10rem;
    }
}
@media (min-width: 62em) {
    .s-header-v2__navbar-col--right {
        float: right;
    }
}
/* Navbar Toggle
------------------------------ */
.s-header-v2__toggle {
    position: relative;
    display: none;
    float: right;
    background: transparent;
    border: none;
    outline: none;
    line-height: 4.3rem;
    padding: .5625rem .3125rem .5625rem .625rem;
    margin: 0;
}
.s-header-v2__toggle-icon-bar {
    position: relative;
    width: 1.315rem;
    height: 0.0625rem;
    display: inline-block;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__toggle-icon-bar, .s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle-icon-bar:after {
    background: #222324;
}
.s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle-icon-bar:after {
    position: absolute;
    left: 0;
    content: " ";
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-header-v2__toggle-icon-bar:before {
    width: 0.625rem;
    height: 0.0625rem;
    bottom: .625rem;
}
.s-header-v2__toggle-icon-bar:after {
    width: 1rem;
    height: 0.0625rem;
    top: -.3125rem;
}
.s-header-v2__toggle:hover .s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle:hover .s-header-v2__toggle-icon-bar:after {
    width: 1.315rem;
    height: 0.0625rem;
}
@media (max-width: 61.9em) {
    .s-header-v2__toggle {
        display: block;
    }
}
/* Logo
------------------------------ */
.s-header-v2__logo {
    width: 100%;
    height: auto;
    float: left;
}
.s-header-v2__logo-link {
    display: inline-block;
    padding: 0.9rem 1.25rem 0.2rem 0;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-header-v2__logo-link:focus, .s-header-v2__logo-link:hover {
    text-decoration: none;
}
.s-header-v2__logo-img {
    display: inline-block;
}
.s-header-v2__logo-img--default {
    display: block;
}
@media (max-width: 61.9em) {
    .s-header-v2__logo-img--default {
        display: none;
    }
}
.s-header-v2__logo-img--shrink {
    display: none;
}
@media (max-width: 61.9em) {
    .s-header-v2__logo-img--shrink {
        display: block;
        width: 100px;
    }
    .g-width-150--xs {
        width: 100px!important;
    }
}
@media (max-width: 61.9em) {
    .s-header-v2__logo {
        width: auto;
        height: auto;
        float: left;
    }
    .s-header-v2__logo-link {
        padding-left: .2rem;
        padding-right: .625rem;
    }
}
/* Collapse
------------------------------ */
@media (max-width: 61.9em) {
    .s-header-v2__navbar-collapse {
        width: 100%;
        padding: 0 .9375rem !important;
    }
}
@media (max-width: 61.9em) {
    .s-header-v2__navbar-collapse.collapse {
        display: none !important;
    }
    .s-header-v2__navbar-collapse.collapse.in {
        display: block !important;
        max-height: 35rem;
        overflow-y: auto !important;
    }
}
/* Nav Menu
------------------------------ */
.s-header-v2__nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.s-header-v2__nav:before, .s-header-v2__nav:after {
    content: " ";
    display: table;
}
.s-header-v2__nav:after {
    clear: both;
}
@media (max-width: 61.9em) {
    .s-header-v2__nav {
        background: #fff;
        padding: 1.25rem 0;
    }
}
.s-header-v2__nav-item {
    position: relative;
    display: block;
    float: left;
}
.s-header-v2__nav-item:last-child .s-header-v2__nav-link {
    margin-right: 0;
}
@media (max-width: 61.9em) {
    .s-header-v2__nav-item {
        float: none;
    }
}
.s-header-v2__nav-item .dropdown-backdrop {
    position: relative;
}
.s-header-v2__nav-link {
    position: relative;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: rgba(34, 35, 36, 0.7);
    line-height: 5rem;
    text-transform: uppercase;
    margin: 0 2rem;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
#wback .s-header-v2__nav-link {
    color: rgba(255, 255, 255, 1);
}
.s-header-v2__nav-link:hover {
    color: rgba(254, 108, 45, 1);
}
#wback .s-header-v2__nav-link:hover {
    color: rgba(254, 108, 45, 1);
}
.s-header-v2__nav-link:focus {
    color: rgba(254, 108, 45, 0.75);
}
.s-header-v2__nav-link.-is-active {
    color: rgba(254, 108, 45, 1);
}
.socials {
    padding-left: 5rem;
}
.socials a {
    height: 24px;
    width: 24px;
    float: left;
    padding: 0;
    background-image: url("../img/cd-socials.svg");
    background-repeat: no-repeat;
    background-size: 70px 50px;
    margin-left: .5em;
    margin-top: 2em;
    border-radius: 0.25em;
}
#wback .socials a.cd-insta {
    background-position: 0 0;
}
#wback .socials a.cd-blog {
    background-position: -24px 0;
}
#wback .socials a.cd-map {
    background-position: -50px 0;
}
.socials a.cd-insta {
    background-position: 0 -30px;
}
.socials a.cd-blog {
    background-position: -25px -30px;
}
.socials a.cd-map {
    background-position: -50px -30px;
}
.socials a:hover.cd-insta {
    background-position: 0 -30px;
}
.socials a:hover.cd-blog {
    background-position: -25px -30px;
}
.socials a:hover.cd-map {
    background-position: -50px -30px;
}
.cd-img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
@media (max-width: 61.9em) {
    .s-header-v2__nav-link {
        color: rgba(34, 35, 36, 0.7);
        line-height: 1.6;
        margin: 1.5rem 0;
    }
    .s-header-v2__nav-link:focus, .s-header-v2__nav-link:hover {
        color: rgba(34, 35, 36, 0.7);
    }
    .s-header-v2__nav-link.-is-active {
        color: #fc7802;
    }
}
/* Dropdown
------------------------------ */
.s-header-v2__dropdown-menu {
    display: none;
    font-size: 0.8125rem;
    min-width: 13.750rem;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 0.3125rem 0.75rem rgba(34, 35, 36, 0.05);
    padding: .9375rem 0;
    margin-top: 0;
}
@media (max-width: 61.9em) {
    .s-header-v2__dropdown-menu {
        position: static;
        float: none;
        box-shadow: none;
    }
}
.s-header-v2__dropdown-menu:focus .s-header-v2__dropdown-menu-link, .s-header-v2__dropdown-menu:hover .s-header-v2__dropdown-menu-link {
    background: transparent;
}
.s-header-v2__dropdown-menu-link {
    font-size: 0.875rem;
    font-weight: 400;
    font-family: Lato, sans-serif;
    color: rgba(34, 35, 36, 0.7) !important;
    padding: .4375rem 2rem .4375rem 1.375rem !important;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-header-v2__dropdown-menu-link:hover {
    color: #fc7802 !important;
}
.s-header-v2__dropdown-menu-link.-is-active {
    color: #fc7802 !important;
}
/* Dropdown Menu Open On Hover
------------------------------ */
@media (min-width: 62em) {
    .s-header-v2__dropdown-on-hover:hover > .s-header-v2__dropdown-menu {
        display: block;
    }
}
/* Shrink
------------------------------ */
@media (min-width: 62em) {
    .s-header__shrink .s-header-v2__navbar {
        box-shadow: 0 0 0.9375rem 0.25rem rgba(34, 35, 36, 0.05);
    }
    /* Toggle */
    .s-header__shrink .s-header-v2__toggle-icon-bar--white, .s-header__shrink .s-header-v2__toggle-icon-bar--white:before, .s-header__shrink .s-header-v2__toggle-icon-bar--white:after {
        background: #222324;
    }
    /* Logo */
    .s-header__shrink .s-header-v2__logo-img--default {
        display: none;
    }
    .s-header__shrink .s-header-v2__logo-img--shrink {
        display: block;
    }
    /* Nav Link */
    .s-header__shrink .s-header-v2__nav-link {
        color: rgba(34, 35, 36, 0.7);
    }
    .s-header__shrink .s-header-v2__nav-link:hover {
        color: #fc7802;
    }
    .s-header__shrink .s-header-v2__nav-link:focus {
        color: rgba(34, 35, 36, 0.7);
    }
    .s-header__shrink .s-header-v2__nav-link.-is-active {
        color: #fc7802;
    }
}
/*----------------------------------
  Footer
------------------------------------*/
footer p {
    margin-bottom: 0 !important;
    line-height: 1.4;
    color: rgba(51, 51, 51, 0.8) !important;
}
#wback footer {
    position: fixed;
    z-index: 100;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(119, 118, 121, 0.5);
}
/* Landscape mode */
@media screen and (max-width:36em) and (orientation:landscape) {
    footer .col-xs-12 {
        width: 70%;
    }
}
#wback .ftact {
    position: relative;
    border-top: 1px solid rgba(119, 118, 121, 0.5);
    margin-top: 0;
}
#wback .ftact:before {
    content: '';
    display: block;
    clear: both;
}
footer.abs {
    background: #ffffff;
    position: absolute;
    z-index: 100;
    bottom: 0px;
    width: 100%;
    margin-top: 0px;
}
footer {
    margin-top: 100px;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}
#wback footer img {
    margin-top: 0px;
    filter: grayscale(100%);
}
#wback footer div {
    color: rgba(255, 255, 255, 0.5) !important;
}
#wback footer p {
    color: rgba(255, 255, 255, 0.7) !important;
}
#wback footer a {
    color: rgba(255, 255, 255, 1) !important;
}
footer div {
    color: rgba(51, 51, 51, 0.4) !important;
}
footer a {
    font-weight: 700;
}
footer span {
    margin-left: 10px;
}
footer .col-sm-10, footer .col-sm-2 {
    padding-left: 7px;
}
footer .col-sm-2 {
    width: 30%;
}
@media (max-width: 47.9em) {
    footer span {
        display: block;
        margin-left: 0px;
    }
    footer .col-xs-12 {
        padding-left: 8px;
        padding-right: 7px;
    }

}
@media all and (min-width:47.9em) and (max-width:52em) {
    #wback footer a {
        display: block;
    }
    footer .col-sm-2 {
        width: 16.66666667%;
    }
}
@media  (max-width:23em) {
    #wback footer {
        display: none;
    }
}
@media screen and (max-width:65em) and (orientation:landscape) {
    footer .col-sm-2 {
        float: left;
    }
    footer.abs {
        position: relative!important;
        margin-top: 0px;
        top: 400px;
    }
}
@media (width: 64em) and (orientation: landscape) {
    footer .col-xs-12 {
        width: 83%;
    }
    footer .col-sm-2 {
        width: 16.66667%;
    }
}
@media screen and (max-width:52em) and (orientation:landscape) {
    footer.abs {
        position: relative!important;
        margin-top: -150px;
        top: 100px;
    }
}
@media screen and (max-width:63em) and (orientation:landscape) {
    #wback footer {
        display: none;
    }
    .s-swiper__pagination-v1--bc, .s-swiper__arrow-v1--right, .s-swiper__arrow-v1--left, .g-radius--circle, .s-icon--white-brd:hover {
        text-indent: -10000px;border-style:none;background:none;
    }
}
/*----------------------------------
  Back To Top
------------------------------------*/
.s-back-to-top {
    position: fixed;
    right: 3.125rem;
    bottom: -3.125rem;
    display: block;
    width: 1.875rem;
    height: 3rem;
    z-index: 9;
    background: #fc7802;
    border-radius: 3.125rem;
    text-align: center;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-back-to-top:before {
    display: block;
    font-size: 0.75rem;
    font-style: normal;
    font-family: themify;
    color: #fff;
    line-height: 3rem;
    content: "\e627";
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-back-to-top:hover {
    background: #fff;
}
.s-back-to-top:hover:before {
    color: #fc7802;
}
.s-back-to-top:focus, .s-back-to-top:hover {
    text-decoration: none;
}
/* The button becomes visible */
.s-back-to-top.-is-visible {
    bottom: 3.125rem;
    opacity: .8;
}
.s-back-to-top.-is-visible:hover {
    opacity: 1;
}
/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.s-back-to-top.-zoom-out {
    opacity: .6;
}
/*----------------------------------
  Portfolio
------------------------------------*/
.s-portfolio__filter-v1-item {
    font-size: 0.8125rem;
    color: #656565 !important;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
.s-portfolio__filter-v1-item:hover {
    color: #242424 !important;
}
.s-portfolio__filter-v1-item.cbp-filter-item-active {
    color: #fc7802 !important;
}
.s-portfolio__filter-v1.cbp-l-filters-text {
    margin-bottom: 0;
}
.filter_menu {
    margin: 0 auto
}
.filter_menu ul li ul li ul li {
    content: "";
    display: block;
    width: 100%;
    margin: 15px 0px 0px 0px;
}
.frame {
    overflow: hidden;
    height: 30px;
}
.frame ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    width: 870px !important;
}
.frame ul li {
    float: left;
    height: 100%;
    padding: 0;
    text-align: center;
    cursor: pointer;
}
/* Image Effect
------------------------------ */
.s-portfolio__img-effect {
    position: relative;
    display: block;
}
.s-portfolio__img-effect img {
    width: 100%;
    height: 359px;
    max-width: 531.33px;
}
.s-portfolio__img-effect:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 136, 52, 0.95);
    content: " ";
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-portfolio__item {
    padding-right: 0.125rem;
    margin-bottom: 0.125rem;
    width: 100%;
    height: 359px;
    max-width: 531.33px;
    overflow: hidden
}
.s-portfolio__item:nth-child(3n) {
    padding-right: 0rem;
}
.s-portfolio__item:hover .s-portfolio__img-effect:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* Position
------------------------------ */
.s-portfolio__caption-hover--cc {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 1.875rem;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-portfolio__item:hover .s-portfolio__caption-hover--cc {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.s-portfolio__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
@media (max-width: 33.9em) {
    .s-portfolio__img-effect img {
        width: 100%;
        height: auto;
        max-height: 237.22px;
    }
    .s-portfolio__item {
        width: 100%;
        height: auto;
        max-height: 237.22px;
        padding-right: 0rem;
    }
    .s-back-to-top {
        right: 2rem;
    }
}
@media (max-width: 64em) {
    .s-portfolio__img-effect img {
        width: 100%;
        max-height: 184px;
    }
    .s-portfolio__item {
        width: 100%;
        max-height: 184px;
    }
}
@media all and (min-width:65em) and (max-width:72em) {
    .s-portfolio__img-effect img {
        width: 100%;
        max-height: 214px;
    }
    .s-portfolio__item {
        width: 100%;
        max-height: 214px;
    }
}
/* Paginations v1
------------------------------ */
.s-portfolio__paginations-v1 .cbp-nav-controls {
    display: none;
}
.s-portfolio__paginations-v1 .cbp-nav-pagination {
    padding-left: .625rem;
}
.s-portfolio__paginations-v1 .cbp-nav-pagination-item {
    margin: 0 .9375rem;
}
.s-portfolio__paginations-v1 .cbp-nav-pagination-active {
    background: #fc7802;
}
/*filter-text
--------------------------*/
.cbp-l-filters-text {
    margin-bottom: 30px;
    text-align: center;
    font: 400 12px/21px "Lato", sans-serif;
    color: #DADADA;
    padding: 0 15px
}
.cbp-l-filters-text .cbp-filter-item {
    color: #949494;
    cursor: pointer;
    font: 400 13px/21px "Lato", sans-serif;
    padding: 0 12px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: visible;
    margin: 0 0 10px;
    display: inline-block
}
.cbp-l-filters-text .cbp-filter-item:hover {
    color: #2D2C2C
}
.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active {
    color: #2D2C2C;
    cursor: default
}
.cbp-l-filters-text .cbp-filter-counter {
    background: none repeat scroll 0 0 #626161;
    border-radius: 3px;
    color: #FFFFFF;
    font: 400 11px/16px "Lato", sans-serif;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}
.cbp-l-filters-text .cbp-filter-counter:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #626161;
    display: none
}
.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter:after {
    display: block
}
.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
    bottom: 30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}
.cbp-l-filters-text-sort {
    display: inline-block;
    font: 400 13px/21px "Lato", sans-serif;
    color: #949494;
    margin-right: 15px
}
.cbp-l-filters-underline {
    margin-bottom: 30px
}
.cbp-l-filters-underline .cbp-filter-item {
    border-bottom: 3px solid transparent;
    cursor: pointer;
    font: 600 14px/21px "Open Sans", sans-serif;
    padding: 8px 10px;
    position: relative;
    overflow: visible;
    margin: 0 20px 10px 0;
    display: inline-block;
    color: #787878;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.cbp-filter-item:hover {
    color: #111
}
.cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active {
    border-bottom-color: #666;
    color: #444;
    cursor: default
}
.ab_bg_01 {
    background: url(../img/ab_bg_02.png) 90% 0 no-repeat fixed;
}
@media (max-width: 47.9em) {
    .ab_bg_01 {
        background: url(../img/ab_bg_02.png) 70% 70% no-repeat fixed;
        background-size: 400px;
    }
}
/*----------------------------------
  Google Map
------------------------------------*/
/* Custom Style */
.s-google-map, .s-google-map .s-google-container {
    position: relative;
}
.s-google-map .s-google-container iframe {
    width: 100%;
    height: 400px;
}
@media (max-width: 33.9em) {
    .s-google-map .s-google-container iframe {
        width: 100%;
        height: 250px;
    }
}
/* Info Window: White background and box outline */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
    background-color: #fff !important;
    box-shadow: none !important;
}
/* Info Window: Arrow colour */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
    background-color: #fff !important;
    box-shadow: none !important;
}
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:first-child {
    display: none;
}
/* Info Window: Let's remove image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
    display: none;
}
/* Info Window: New arrow style */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
    overflow: inherit !important;
}
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child:after {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.75rem;
    font-family: themify;
    color: #656565;
    content: "\e646";
}
/* Info Window: Positioning of infowindow */
.gm-style-iw {
    top: 1.375rem !important;
    left: 1.375rem !important;
}
/*----------------------------------
  Swiper
------------------------------------*/
.s-swiper {
    position: fixed;
    width: 100%;
    overflow: hidden;
}
/* Arrows v1
------------------------------ */
.s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right {
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
@media (max-width: 47.9em) {
    .s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right {
        opacity: 0;
    }
}
.s-swiper__arrow-v1--left {
    left: 2rem;
}
.s-swiper__arrow-v1--right {
    right: 2rem;
}
@media (max-width: 47.9em) {
    .s-swiper:hover .s-swiper__arrow-v1--left, .s-swiper:hover .s-swiper__arrow-v1--right {
        opacity: 1;
    }
}
/* Pagination v1
------------------------------ */
.s-swiper__pagination-v1--bc {
    position: absolute;
    bottom: 5rem !important;
    text-align: center;
    z-index: 1;
}
.s-swiper__pagination-v1 .swiper-pagination-bullet {
    width: 1rem;
    height: 0.5625rem;
    border-radius: 0.9375rem;
    opacity: .7;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-swiper__pagination-v1 .swiper-pagination-bullet-active {
    width: 1.875rem;
    background: #fc7802;
    opacity: 1;
}
.s-swiper__pagination-v1--white .swiper-pagination-bullet {
    background: #fff;
}
.s-swiper__pagination-v1--white .swiper-pagination-bullet-active {
    background: #fc7802;
}
.s-swiper__pagination-v1--dark .swiper-pagination-bullet {
    background: #b2b2b2;
}
.s-swiper__pagination-v1--dark .swiper-pagination-bullet-active {
    background: #fc7802;
}
@media (max-width: 33.9em) {
    .s-swiper__pagination-v1--bc, .s-swiper__arrow-v1--right, .s-swiper__arrow-v1--left, .g-radius--circle, .s-icon--white-brd:hover  {
        text-indent: -10000px;border-style:none;background:none;
    }

}
.mfp-img {
    max-height: 670px !important;
}
