@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
html,
body {
    position: relative;
    margin: 0;
    padding: 0;
    color: #000;
    background: #ffffff;
    font-size: 11px;
    width: 100%;
    /*height: 100%;*/
    font-family: 'Roboto', 'Poppins', 'Montserrat', 'EB Garamond', Arial, '微軟正黑體', 'WenQuanYi Zen Hei', sans-serif;
}
html,
body {
    overflow-x: hidden;
}
.lazyload,
.lazyloaded {
    width: 100%;
}
.mobile {
    display: none;
}
a {
    color: #000;
    text-decoration: none;
}
dl,
menu,
ol,
ul {
    margin: 0
}
ul {
    list-style: none;
    list-style-image: none
}
::selection {
    background: #000;
    color: #fff
}
::-moz-selection {
    background: #000;
    color: #fff
}
.clearfix {
    clear: both;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.center {
    text-align: center;
}
.fixed {
    position: fixed;
}
.bgCover {
    background-size: cover;
    background-position: center center;
}
.pseudoOverlay {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.absoluteMargin {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.textOverflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.transitionDefault {
    -webkit-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    -moz-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    transition: all .5s cubic-bezier(0.6, 0, 0.5, 1)
}
.transitionSlow {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.borderBox {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.contentBox {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
nav,
div,
span,
header,
footer,
section,
input,
select,
textarea,
button,
a,
ul,
li,
label,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
input,
textarea,
button,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: 0;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
.btn {
    display: inline-block;
    text-decoration: none;
    background: 0;
    text-align: left;
    position: relative;
    height: 42px;
    /*width: 209px;*/
    overflow: hidden;
    font-size: 30px;
    font-weight: bold;
}
.btn div {
    display: inline-block;
    font-size: 30px;
    color: #2C2C2C;
    white-space: nowrap;
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    transform: translateX(-101%);
}
.btn:after {
    content: attr(data-text);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 16px;
    letter-spacing: .06944444444444445vw;
    width: 209px;
    line-height: 42px;
    color: #fff;
    background: #2C2C2C;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 0 24px;
}
body:before {
    content: '';
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: calc(93.75%);
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    -moz-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    background: #fff;
    z-index: 9999;
}
body footer>div {
    -webkit-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    -moz-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    transition: all .5s cubic-bezier(0.6, 0, 0.5, 1)
}
.scrollWrapper .back_linebg {
    right: 0;
    top: 0;
    position: fixed;
    z-index: 0;
    width: calc(100% - 379px);
    height: 100%;
    display: flex;
    pointer-events: none;
    border-left: 1px solid #e9e9e9;
}
.scrollWrapper .back_linebg div {
    width: 17%;
    position: relative;
    height: 100%;
}
.scrollWrapper .back_linebg div:after {
    content: '';
    background-color: #8383832e;
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
}
.cover.link {
    font-size: 0;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.sidebar {
    position: fixed;
    width: auto;
    z-index: 999;
    height: 100%;
    left: 4%;
    top: 0;
    font-size: 12px;
    line-height: 13px;
    padding-top: 43vh;
}
.sidebar nav ul {
    padding: 20%;
    position: absolute;
    left: calc(0% - -16px);
    top: calc(50% - 128px);
}
.sidebar nav ul li {
    display: block;
    list-style: none;
    padding: 0
}
.sidebar nav ul li a {
    display: block;
    margin: 0 auto;
    position: relative;
    color: #000;
    margin: 25px 0 0 0px;
    width: 100px;
    font-weight: 500;
    font-size: 16px;
}
.sidebar nav ul li a div {
    margin: auto;
    writing-mode: initial;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    -moz-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    font-family: 'Poppins', sans-serif;
}
.sidebar nav ul li:first-child a {}
.sidebar nav ul li:last-child a {
    padding-bottom: 0
}
.sidebar nav ul li.active a {}
.sidebar nav ul li:hover a,
.fp-viewing-0 .sidebar nav ul li:nth-child(1) a,
.fp-viewing-1 .sidebar nav ul li:nth-child(2) a,
.fp-viewing-2 .sidebar nav ul li:nth-child(3) a {
    color: #aaa;
    letter-spacing: 2px;
    word-break: auto-phrase;
    transition: 0.6s ease;
    text-decoration: line-through;
}
.sidebar nav ul li a {}
.sidebar .langWrapper {
    bottom: 59px;
    position: absolute;
    left: 14px;
}
.bottom_btn {
    position: relative;
    right: 0;
    display: block;
    width: 56px;
    height: 56px;
    background-color: #F7F7F7;
    border-radius: 50%;
    overflow: inherit !important;
    margin: 0 auto 30px;
    z-index: 9999;
}
.bottom_btn:before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: #2C2C2C;
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1;
}
.bottom_btn:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.bottom_btn>.inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
    z-index: 10;
}
.bottom_btn>.inner svg path {
    fill: #000000;
}
.bottom_btn:hover>.inner svg path {
    fill: #F7F7F7;
}
.bottom_btn .c-text-path {
    position: absolute;
    top: -30%;
    left: -25%;
    width: 160%;
    height: 160%;
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity .3s, -webkit-transform .6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform .6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity .3s;
    transition: transform .6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity .3s, -webkit-transform .6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    pointer-events: none;
}
.bottom_btn:hover .c-text-path {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.bottom_btn .c-text-path__text {
    fill: #2C2C2C;
    font-size: 8px;
    font-weight: 500;
}
header {
    opacity: 1
}
header .logoWrapper {
    position: fixed;
    z-index: 9999;
    top: 3.345679012345679vh;
    display: inline-block;
    left: 75px;
    cursor: pointer;
    background-size: contain;
    display: block;
    overflow: inherit !important;
    opacity: 1;
}
header .logoWrapper video {
    /* width: 153px; */
    height: 41px;
}
header .logoWrapper:after {
    display: none !important;
}
header .title {
    position: absolute;
    font-size: 14px;
    left: 81px;
    top: 103px;
    line-height: 16px;
    z-index: 3;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}
header .line {
    position: absolute;
    background-color: #dbdbdb;
    width: 1px;
    height: calc(100vh - 225px);
    display: block;
    left: 76px;
    top: 170px;
    z-index: 3;
}
/*
.fp-viewing-1 header .logoWrapper{
    background: url(../images/logo2.png);
}*/
header a {
    -webkit-transition: opacity .5s cubic-bezier(0.3, 0.1, 1, 1);
    -moz-transition: opacity .5s cubic-bezier(0.3, 0.1, 1, 1);
    -ms-transition: opacity .5s cubic-bezier(0.3, 0.1, 1, 1);
    -o-transition: opacity .5s cubic-bezier(0.3, 0.1, 1, 1);
    transition: opacity .5s cubic-bezier(0.3, 0.1, 1, 1)
}
.about_tit {
    display: inline-block;
    background: url(../images/about_tit.png);
    width: 37px;
    height: 189px;
    position: fixed;
    left: 32vw;
    top: 0;
    z-index: 5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}
.fp-viewing-1 .about_tit {
    opacity: 1;
}
footer>div {
    position: fixed;
    z-index: 10;
    bottom: 1vh;
    font-weight: bold;
    color: #848484;
    font-size: 12px;
}
footer.static {
    position: relative;
    padding-bottom: 12.345679012345679vh;
}
footer.static>div {
    position: absolute;
    bottom: auto;
    top: 0;
}
footer .copyright {
    left: 10vh;
    font-size: 12px;
    width: 108px;
    line-height: 1.5;
    font-weight: normal;
    color: #848484;
}
.formWrapper .form-group {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    -webkit-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    -moz-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
}
.formWrapper .form-group:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}
.formWrapper .form-group .form-control {
    font-size: 1.3580246913580247vh;
    line-height: 1.8518518518518519vh;
    padding: 2.7160493827160495vh 0;
    height: 7.283950617283951vh;
    color: #000;
    text-transform: uppercase
}
.formWrapper .form-group textarea {
    resize: none
}
.formWrapper .form-group ::-webkit-input-placeholder {
    color: #000;
}
.formWrapper .form-group :-moz-placeholder {
    color: #000;
}
.formWrapper .form-group ::-moz-placeholder {
    color: #000
}
.formWrapper .form-group ::-webkit-input-placeholder {
    text-transform: uppercase
}
.formWrapper .form-group :-moz-placeholder {
    text-transform: uppercase
}
.formWrapper .form-group ::-moz-placeholder {
    -transform: uppercase
}
.formWrapper .form-group .help-block {
    bottom: 0;
    left: 0;
    font-size: 1.234567901234568vh;
    line-height: .9876543209876544vh;
    margin: 0;
    height: 0;
    opacity: 0;
    color: #f13255;
    -webkit-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    -moz-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    position: absolute;
    top: 4.938271604938272vh
}
.formWrapper .form-group.has-error {
    border-bottom-color: #f13255;
    padding-bottom: 2.469135802469136vh
}
.formWrapper .form-group.has-error .help-block {
    opacity: 1;
    height: .9876543209876544vh;
    top: 6.296296296296297vh
}
.mainWrapper {
    width: auto;
    height: 100%;
    margin: 0 00px 0 300px;
}
.mainWrapper.static {
    height: auto
}
.mainWrapper.fullpage section {
    opacity: 0;
    -webkit-transition: opacity .5s cubic-bezier(0.3, 0.1, 1, 1);
    -moz-transition: opacity .5s cubic-bezier(0.3, 0.1, 1, 1);
    -ms-transition: opacity .5s cubic-bezier(0.3, 0.1, 1, 1);
    -o-transition: opacity .5s cubic-bezier(0.3, 0.1, 1, 1);
    transition: opacity .5s cubic-bezier(0.3, 0.1, 1, 1)
}
.mainWrapper.fullpage section.active {
    opacity: 1
}
.mainWrapper section.intro {
    height: 100%;
}
.mainWrapper section.intro .topBlock {
    height: 100%;
    position: relative;
}
.mainWrapper section.intro .topBlock .mainImage {
    width: 100%;
    height: 100%;
    width: 100% !important;
    background-size: cover;
    background-position: center center;
}
.mainWrapper section.intro .topBlock .mainImage .layer img {
    position: relative;
    top: -300px;
    height: auto;
    right: 1vw;
    right: 0;
    width: 100vw;
    /* max-width: inherit; */
    -webkit-filter: grayscale(1);
    left: -10%;
}
.mainWrapper section.intro .topBlock .mainImage .layer img:hover {
    -webkit-filter: inherit;
}
.mainWrapper section.intro .topBlock .mainImage span {
    position: relative;
    right: 0;
    display: block;
    overflow: hidden;
    bottom: 0px;
    margin: 0 auto;
    left: 0;
}
.mainWrapper section.intro .bottomBlock,
.mainWrapper section.intro .mainImage {}
.pager.bottom {}
.mainWrapper section.intro .topBlock .mainImage img {
    display: block;
    top: -3px;
    left: -2px;
    width: 100vw;
    height: 100vh;
}
.mainWrapper section.intro .bottomBlock {
    height: 0;
    font-size: 0;
    position: absolute;
    left: 0;
    padding: 0 0 0 5vw;
}
.mainWrapper section.intro .bottomBlock>div,
.mainWrapper section.intro .bottomBlock h1 {
    display: inline-block;
    vertical-align: middle;
}
.mainWrapper section.intro .bottomBlock .bigLabel {
    margin: 0;
    padding: 0;
    font-size: 11vh;
    color: #191919;
    font-weight: 600;
    /* line-height: 12vh; */
    margin-top: 26.625vh;
    letter-spacing: 3px;
}
.mainWrapper section.intro .bottomBlock .bigLabel div {
    height: 3.4567901234567904vh;
    position: relative;
    top: -0.7407407407407408vh;
}
.mainWrapper section.intro .bottomBlock .bigLabel div:first-child {
    margin-bottom: 1.4814814814814816vh
}
.mainWrapper section.intro .bottomBlock span {
    font-size: 5.45vh;
    display: block;
    line-height: 1.34;
    font-family: 'Montserrat';
}
.mainWrapper section.intro .bottomBlock .txt2 {
    -webkit-text-stroke: 1px #383838;
    -webkit-text-fill-color: transparent;
    color: #fff;
    /* line-height: 0.4; */
    font-weight: 500;
}
.mainWrapper section.intro .bottomBlock p:before {
    content: '';
    width: 20px;
    height: 3px;
    position: relative;
    display: block;
    background: #79e1e8;
    margin: 10px 0;
}
.mainWrapper section.intro .bottomBlock p {
    margin: 30px 0 0;
    font-size: 2vh;
    padding: 0;
    line-height: 2;
    color: #868686;
}
.mainWrapper section.info,
.mainWrapper section.end {
    padding-left: 100px;
    position: relative;
    width: -webkit-fill-available;
    padding-top: 18vh;
    overflow: hidden;
    margin: 0;
    display: flex;
    justify-content: center;
}
.pager.bottom {}
.mainWrapper section.end {
    height: 100%;
    font-size: 0;
    padding-left: 0px;
}
.mainWrapper section.end .textBlock,
    {
    display: inline-block;
    vertical-align: top
}
.mainWrapper section.end .textBlock {
    height: 54.32098765432099vh;
    padding-top: .8641975308641976vh;
    width: 47.916666666666664vw;
    margin-left: -0.3472222222222222vw
}
.mainWrapper section.end .textBlock div {
    color: #000;
    font-weight: bolder;
}
.pager.bottom {
    position: fixed;
    bottom: 4.9vh;
    left: 46.5vw;
}
.pager.bottom>div {}
.pager.left {
    position: fixed;
    top: 33.333333333333336vh;
    left: 6.25vw;
    font-size: 0
}
.pager.left>div {
    display: inline-block;
    vertical-align: middle;
    width: 50%
}
.content {
    margin: auto 10px;
    margin-bottom: 100px;
}
.side_menu {
    position: fixed;
    z-index: 100;
    margin-top: -58px;
    top: 50%;
    opacity: 1;
    right: 3vh;
    -webkit-transform: translate3d(0, 0, 0);
}
.side_menu ul {
    margin: 0;
    padding: 0;
}
.side_menu ul:before {
    content: '';
    width: 1px;
    height: 85%;
    position: absolute;
    right: 10px;
    border-left: 1px solid #ccc;
}
.side_menu ul li {
    display: block;
    width: 10px;
    height: 15px;
    margin: 7px 7px 17px;
    position: relative;
    font-size: 0;
}
.side_menu .index_menu li a {
    display: block;
    position: absolute;
    z-index: 1;
    width: 11px;
    height: 11px;
    cursor: pointer;
    text-decoration: none;
    background: #ccc;
    border: 2px solid #ccc;
    border-radius: 100%;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    transition: all .3s ease;
}
.fp-viewing-0 .side_menu .index_menu li:nth-child(1) a,
.fp-viewing-1 .side_menu .index_menu li:nth-child(2) a,
.fp-viewing-2 .side_menu .index_menu li:nth-child(3) a,
.fp-viewing-3 .side_menu .index_menu li:nth-child(4) a,
.fp-viewing-4 .side_menu .index_menu li:nth-child(5) a,
.fp-viewing-5 .side_menu .index_menu li:nth-child(6) a,
.side_menu .index_menu li:hover a {
    background: #000;
}
.more-box a {
    width: 190px;
    height: 60px;
    transition: all .3s ease;
    border: 1px solid #a9a9a9;
    background: #fff;
    z-index: 0;
    display: block;
    line-height: 60px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-weight: bold;
}
.more-box a:hover {
    letter-spacing: 5px;
    background: #000;
    color: #fff;
}
.mainWrapper section.info,
.mainWrapper section.end {
    display: block;
}
@keyframes homeAccessDecoration {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0)
    }
    2% {
        opacity: 1
    }
    95% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(-110rem, 0, 0)
    }
}
@keyframes homeAccessDecoration_1 {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0)
    }
    2% {
        opacity: 1
    }
    95% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(110rem, 0, 0)
    }
}
@keyframes homeAccessDecoration_2 {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0)
    }
    2% {
        opacity: 1
    }
    95% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(-110rem, 0, 0)
    }
}
@media all and (max-width:1920px) {
    .mainWrapper section.info,
    .mainWrapper section.end {
        padding-left: 0px;
        padding-top: 20vh;
    }
}
@media all and (max-width:1680px) {
    .sidebar nav ul {
        left: calc(0% - -44px);
    }
    .mainWrapper section.info,
    .mainWrapper section.case {
        padding-left: 0;
        /* padding: 0; */
    }
    .mainWrapper section.end {
        padding-left: 40px;
    }
    header .logoWrapper {
        /* top: 0; */
        /* left: 9vh; */
    }
    .sidebar nav ul li a {
        font-size: 14px;
    }
    footer .copyright {
        font-size: 12px;
        left: 14vh;
    }
    .scrollWrapper .back_linebg {
        width: calc(100% - 290px);
    }
    .mainWrapper section.end {
        padding-top: 26vh;
    }
}
@media all and (max-width:1440px) {
    .mainWrapper section.intro .bottomBlock,
    .mainWrapper section.intro .topBlock .mainImage {
        padding-left: 50px;
        padding-left: 0;
    }
    .mainWrapper section.intro .topBlock .mainImage span {
        /* left: 50px !important; */
        height: calc(100% + 5px);
    }
    .mainWrapper section.intro .topBlock .mainImage>img {
        left: 47px !important;
        height: calc(100% + 5px);
    }
    .mainWrapper section.intro .topBlock .mainImage .layer img {
        width: 100vw;
        min-width: 140%;
    }
}
@media all and (max-width:1200px) {
    .mainWrapper section.info {
        padding-top: 0px!important;
    }
    header .title,
    header .logoWrapper,
    header .line {
        left: 48px;
    }
    .mainWrapper {
        margin: 0 0px 0 240px;
    }
    header .logoWrapper {
        top: 100px;
    }
    footer .copyright {
        left: 5vh;
    }
}
@media all and (max-width:1080px) {
    .desktop {
        display: block;
    }
    .side_menu {
        display: none;
    }
    header .line {
        background: transparent;
        height: auto;
    }
    header .title {
        left: 77px;
        color: #fff;
        top: 132px;
        display: none;
    }
    .sidebar nav ul {
        padding: 0 20%;
        position: relative;
        left: auto;
        top: 0%;
    }
    .scrollWrapper .back_linebg {
        width: -webkit-fill-available;
    }
}
@media all and (max-width:1018px) {
    header .logoWrapper video {
        display: none !important;
    }
    header .logoWrapper {
        position: relative;
        top: -31px;
    }
    header .logoWrapper:before {
        content: "";
        display: block;
        position: absolute;
        left: 0px;
        top: -5px;
        background: url(../images/logo.png) 50% center no-repeat;
        width: 112px;
        height: 30px;
    }
}