﻿@charset "UTF-8";
@font-face {
    font-family: 微軟正黑體, 'PingFang TC', Arial, 'Noto Sans TC', sans-serif;
}
body {
    padding: 0px;
    margin: 0px;
    font-family: 微軟正黑體, 'PingFang TC', Arial, 'Noto Sans TC', sans-serif;
    color: #212121;
    font-size: 18px;
    line-height: 1.4;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden
}

@media screen and (max-width: 768px) {
    body {
        font-size: 16px;
    }
}
@media screen and (max-width: 350px) {
    body {
        font-size: 14px;
    }
}

a {
    text-decoration: none
}

img {
    outline: none;
    border: none
}

p {
    margin: 0px
}

label {
    cursor: pointer
}

button {
    border: none;
    color: #fff;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    border-radius: 5px;
    cursor: pointer
}

button i {
    margin-left: 5px
}

button,input {
    outline: none;
    font-family: Arial, "Microsoft JhengHei" , "Helvetica Neue", Helvetica, sans-serif
}

button,input,select {
    outline: none;
    font-family: Arial, "Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif
}

.inputStyle,input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text] {
    border-radius: 10px;
    border: none;
    background: #fff;
    font-size: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 10px;
    width: 100%
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 24px 0 10px;
    font-size: 17px;
    line-height: 50px;
    height: 54px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #fff url(../images/icon-dropdown.png) right center no-repeat;
    background-size: 18px;
    border-radius: 10px;
    border: solid 2px #818181
}

select::-ms-expand {
    display: none
}

.container {
    margin: 0 auto;
    padding: 0px;
    width: 972px
}

@media screen and (max-width: 1199px) {
    .container {
        margin:0px 65px;
        width: auto
    }
}

@media screen and (max-width: 991px) {
    .container {
        margin:0px 25px
    }
}

@media screen and (max-width: 767px) {
    .container {
        margin:0px 15px
    }
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.item {
    padding: 90px 0px 0px 0px;
    position: relative
}

.item .container {
    position: relative
}

@media screen and (max-width: 767px) {
    .item {
        padding: 70px 0px 0px 0px
    }

    .item.gift {
        padding-bottom: 40px
    }
}


@media screen and (max-width: 767px) {
    .closeBtn {
        width:40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px
    }
}

.fixedRightBtn {
    margin-bottom: 6px
}

.fixedRightBtn-area {
    position: fixed;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.fixedRightBtn a {
    display: block;
    text-align: center;
    width: 35px;
    color: #000;
    background: #fff;
    padding: 15px 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 20px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    position: relative;
    left: 0px;
    border-radius: 10px 0px 0px 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    font-weight: bold;
}

.fixedRightBtn a:hover {
    background-color: #ffe812;
    border: 0px;
}

.fixedRightBtn a i {
    font-size: 13px
}

.fixedRightBtn a img {
    width: 18px;
    margin-bottom: 4px;
}

@media screen and (max-width: 991px) {
    .fixedRightBtn a {
        width:25px;
        padding: 15px 1px;
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .fixedRightBtn a img {
        width: 24px;
        margin-right: 2px;
    }
    .fixedRightBtn a img, 
    .fixedRightBtn a span {
        display: inline-block;
        vertical-align: middle;
    }

    .fixedRightBtn {
        display:inline-block;
        vertical-align: middle;
        width: 47.5%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 0px
    }
    .fixedRightBtn:first-child {
        margin-right: 5%;
    }

    .fixedRightBtn-area {
        z-index: 2;
        background-color: rgba(32,14,14, 0.4);
        top: auto;
        bottom: 0px;
        width: 100%;
        padding: 8px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 0px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .fixedRightBtn a {
        width: auto;
        padding: 4px 0px;
        border-radius: 10px;
        font-weight: bold;
        font-size: 18px;
        line-height: 1;
        -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
        border: solid 2px #fff
    }
    @media screen and (max-width: 360px) {
        .fixedRightBtn-area  {
            padding: 8px;
        }
        .fixedRightBtn a {
            font-size: 15px;
        }
    }
}

/* 存股計劃 */
.item.plan {
    background-repeat: no-repeat;
    background-image: url(../images/floor.png);
    background-size: contain;
    background-position: bottom;
}

.plan .container .plan-floor {
    width: 100vw;
    position: relative;
    left: -25px;
    bottom: 0;
}


.plan .container .plan-group {
    margin: 0 10%;
    text-align: center;
    z-index: 2;
}
.plan .container .plan-group section {
    width: 25%;
    display: inline-block;
    vertical-align: bottom;
    z-index: 1;
    cursor: pointer;
}
.plan .container .plan-group section:not(:first-child) {
    margin-left: 2.5%;
}

.plan .container .plan-group section div.chat {
    margin-left: 50%;
    position: relative;
    float:left;
    clear:left;
}
.plan .plan-chat .chatbox div.chat:before {
    color: #fff;
    text-align: center;
}
.plan .container .plan-group section div.chat:before,
.plan .plan-chat .chatbox div.chat:before {
    content: attr(data-content);
    font-weight: bold;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translate(-7%, -50%);
}

.plan .container .plan-originchat {
    position: relative;
    margin: 0 auto 6em;
    width: 60%;
    font-weight: bold;
}
.plan .container .plan-originchat p {
    font-size: 32px;
    position: absolute;
    top: 40%;
    transform: translate(12%, -50%);
}
.plan .container .plan-originchat img {
    width: 100%;
}

.women .jump,
.man .jump,
.oldwomen .jump {
    display: none;
}
.women.peoplejump .origin,
.man.peoplejump .origin,
.oldwomen.peoplejump .origin {
    display: none;
}
.women.peoplejump .jump,
.man.peoplejump .jump,
.oldwomen.peoplejump .jump {
    display: block;
}
.plan .plan-chat {
    margin-bottom: 2em;
}
.plan .plan-chat.peoplejump .plan-originchat{
    display: none;
}
.plan .plan-chat .chatbox {
    opacity: 0;
    display: none;
}
.plan .plan-chat .chatbox.peoplejump {
    display: block;
}
.plan .plan-chat .chatbox .title {
    margin-bottom: 1em;
}
.plan .plan-chat .chatbox .desc img {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}
.plan .plan-chat .chatbox .desc p {
    width: 57%;
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
}
.plan .plan-chat .chatbox div.chat {
    position: absolute;
    top: 0;
    transform: translate(50%, -50%);
    right: 0;
}

@media screen and (max-width: 767px) { 
    .item.plan {
        background-size: 200%;
    }
    .plan .container .plan-group {
        margin: 0 1em;
    }
    .plan .container .plan-group section > img {
        height: 30%;
    }
    .plan .container .plan-group section:not(:first-child) {
        margin-left: 8%;
    }
    .plan .container .plan-group section div.chat img {
        width: 60px;
    }
    .plan .container .plan-group section div.chat:before {
        left: 0;
        width: 100%;
        top: 50%;
        font-size: 14px;
        transform: translate(-7%, -50%);
    }
    .plan .container .plan-originchat {
        margin-bottom: 4em;
        width: 100%;
    }

    .plan .plan-chat .chatbox .title {
        margin-bottom: 1em;
    }
    .plan .plan-chat .chatbox .desc img {
        display: none;
    }
    .plan .plan-chat .chatbox .desc p {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .plan .plan-chat .chatbox div.chat {
        position: absolute;
        top: 0;
        transform: translate(0%, -50%);
        right: 0;
    }
    .plan .container .plan-group section .origin > img {
        height: 150px;
    }
}
@media screen and (max-width: 568px) {
    .plan .container .plan-originchat p {
        font-size: 22px;
    }
}
@media screen and (max-width: 360px) {
    .plan .container .plan-originchat p {
        font-size: 20px;
    }
}
.main {
    background-color: #ef8181;
}

.dash {
    border: 1px dashed #707070;
    margin: 1em 0em;
}

.list-area {
    border-radius: 20px;
    background: #fff;
    margin-top: 15px;
    padding: 50px 20px 20px 20px;
    position: relative;
}
.list-img {
    width: 250px;
    position: absolute;
    top: -2.5em;
    left: -1em;
}
.list-area .list-group {
    position: absolute;
    top: 0;
    height: 75px;
    margin-top: -37.5px;
    right: 0px;
    text-align: right;
    width: 100%;
}
.list-area .list-group .list-group-img {
    height: 75px;
    margin-left: 0.5em;
}
.title {
    margin: 0 auto;
    margin-bottom: 2.5em;
}
.tit-type {
    text-align: center;
    position: relative;
    width: 90px;
    margin: 0 auto;
    left: 45px;
}
.tit-type-img:before {
    content: attr(data-content);
    color: #ef8181;
    padding: 17px 24.75px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5em;
}
.tit-type-img {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 90px;
    height: 90px;
    left: -90px;
    top: -25px;
}
.tit-type-content {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.tit-type-content:after {
    content: "";
    width: 100%;
    border-radius: 3px;
    height: 3px;
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
}
@media screen and (max-width: 767px) { 
    .tit-type {
        width: 75px;
        left: 37.5px;
    }
    .tit-type-img {
        width: 75px;
        height: 75px;
        left: -75px;
        top: -20px;
    }
    .tit-type-img:before {
        padding: 12.5px 19.5px;
    }
    .list-area .list-img {
        width: 150px;
        top: -1.5em;
    }
    .list-area .list-group {
        position: absolute;
        top: 0;
        height: 50px;
        margin-top: -25px;
        right: 10px;
    }
    .list-area .list-group .list-group-img {
        height: 50px;
        margin-left: 0.3em;
    }
}
@media screen and (max-width: 360px) {
    .list-area .list-group .list-group-img {
        height: 40px;
        margin-left: 0.3em;
    }
} 

/* 操作教學 */
.step {
    text-align: center;
}
.step .teach-left {
    text-align: left;
}
.step.step4 {
    text-align: left;
}
.step.step4 > p {
    margin-left: 2.5%
}
.step.step1 .teach-title:before {
    content: "步驟1：";
}
.step.step2 .teach-title:before {
    content: "步驟2：";
}
.step.step3 .teach-title:before {
    content: "步驟3：";
}
.step.step4 .teach-title:before {
    content: "最後一步：";
}

.step .teach-title {
    position: relative;
}

.teach .teach-desc {
    margin-bottom: 1em;
    margin-left: 2.5%;
}

.teach .step.hint table {
    text-align: center;
    border-collapse: collapse;
}
.teach .step.hint table thead {
    background-color: #ece1d8;
}
.teach .step.hint table td {
    padding: 1em;
}
.teach .step.hint table thead tr {
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
}
.teach .step.hint table tbody td {
    border: 1px solid #cecece;
}
.teach .step.hint table tbody tr:nth-child(even) {
    background-color: #cbcbcb;
}

.step .teach-title {
    display: inline-block;
    padding: 0 3%;
    margin-left: 7.5%;  
}
.step .teach-title:after {
    content: "";
    display: inline-block; 
    background-color: #ff00f7;
    -webkit-transform: skew(-20deg) rotate(-2deg);
    -moz-transform: skew(-20deg) rotate(-2deg);
    -o-transform: skew(-20deg) rotate(-2deg);
    position: absolute;
    opacity: 0.11;
    top: 0;
    left: -15%;
    width: 130%;
    height: 100%;
}
.step.hint .teach-title:after {
    width: calc(110% + 50px);
    width: -webkit-calc(110% + 50px);
    width: -moz-calc(110% + 50px);
    width: calc(110% + 50px);
}
.step.hint .teach-title:after {
    background-color: #006fff;
    opacity: 0.27;
}

.step.hint .teach-title span,
.step.hint .teach-title img {
    display: inline-block;
    vertical-align: middle;
}

.step .teach-left,
.step .teach-img,
.step .teach-table {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 767px) { 
    .step .teach-title {
        margin: 0 0 1em 10%;
    }

    .step .teach-left {
        width: 100%;
    }


    .step .teach-img {
        width: 100%;
        height: auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .step .teach-left {
        width: 55%;
    }
    .step .teach-img,
    .step .teach-table {
        width: 40%;
        height: auto;
    }
    .step.step4 .teach-desc {
        width: 100%;
    }
}
@media screen and (min-width: 1280px) {
    .step .teach-left {
        width: 55%;
    }
    .step .teach-img,
    .step .teach-table {
        width: 40%;
        height: auto;
    }
    .step.step4 .teach-desc {
        width: 100%;
    }
}
@media screen and (max-width: 568px) {
    .step .teach-table {
        font-size: 14px;
    }
}
@media screen and (max-width: 360px) {
    .step .teach-table {
        font-size: 12px;
    }
}

/* 活動辦法 */
.event .list-container .event-date {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-color: #575151;
    text-align: center;
    margin: 0 -20px -20px;
    border-radius: 0 0 20px 20px;
    padding: 0.4em;
}
.event .list-container .event-desc {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.teach .event-precaution {
    padding: 1em 1.5em;
    text-align:justify;
}

.teach .event-precaution ul.event-precaution-desc,
.teach .event-precaution .event-precaution-title {
    font-size: 14px;
    margin-bottom: 0.3em;
    margin-top: 0;
}
.teach .event-precaution ul.event-precaution-desc {
    padding-left: 16px;
}
.teach .event-precaution ul.event-precaution-desc li p {
    margin-right: 4px;
}
.teach .event-precaution ul.event-precaution-desc li p,
.teach .event-precaution ul.event-precaution-desc li ol {
    display: inline-block;
    vertical-align: top;
}
.teach .event-precaution ul.event-precaution-desc li ol,
.teach .event-precaution ul.event-precaution-desc li p.indent {
    width: calc(100% - 52px);
    width: -webkit-calc(100% - 52px);
    width: -moz-calc(100% - 52px);
    width: calc(100% - 52px);
}
.teach .event-precaution ul.event-precaution-desc li p.indent {
    margin: 0;
}
.teach .event-precaution ul.event-precaution-desc li ol {
    list-style: none;
    counter-reset: item;
    padding: 0;
    margin: 0;
}

.teach .event-precaution ul.event-precaution-desc li ol li {
    counter-increment: item;
    margin-bottom: 0.2em;
}

.teach .event-precaution ul.event-precaution-desc li ol li:before {
    content: "(" counter(item) ")";
    color: #000;
    width: auto;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding-right: 2px;
}
.teach .event-precaution ul.event-precaution-desc li ol li p {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 0
}
.event .list-container {
    text-align: center;
}
.event-desc-left,
.event-desc-right {
    width: 47.5%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2em;
}
.event-desc-left .title,
.event-desc-right .title {
    margin-bottom: 0.5em;
    font-size: 1.3em;
}
.event-desc-left .desc,
.event-desc-right .desc {
    color: #707070;
    margin-bottom: 0.5em;
}
.event-desc-left img,
.event-desc-right img {
    width: 50%;
    display: block;
    margin: 0 auto;
}
.event-desc-right {
    margin-left: 4%;
}
@media screen and (max-width: 767px) { 
    .event-desc-left,
    .event-desc-right {
        width: 100%;
    }
    .event-desc-right {
        margin-left: 0;
    }
    .event .list-container .event-date {
        font-size: 20px;
    }
    .event-desc-left img,
    .event-desc-right img {
        width: 30%;
    }
}
@media screen and (max-width: 360px) {
    .event .list-container .event-date {
        font-size: 18px;
    }
}

/* header */
/* HEADER */
.header {
  height: 66px;
  line-height: 66px;
  color: #fff;
  background-color: #d9d9d9;
}
.header > div.shadow {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

.header__logo {
    font-weight: 700;
    padding: 0 25px;
    display: inline-block;
    vertical-align: middle;
}
.header__logo img {
    width: 150px;
    height: 39px;
}

/* MENU */
.menu {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2em;
    font-size: 16px;
}
.menu a {
    padding: 0 10px;
    color: #202020;
    display: inline-block;
    vertical-align: middle;
}
.menu nav .divider {
    width: 1px;
    display: inline-block;
    vertical-align: middle;
}
.menu nav .divider:before {
    content: "|";
    color: rgba(0, 0, 0, 0.16);
}
.menu a:hover {
    color: #DE0308;
}

.menu img {
    width: 50px;
    padding: 1em;
    margin: 0 auto;
    display: none;
}
/* RESPONSIVE */
@media only screen and (max-width: 768px) {
    .header {
        height: 50px;
        line-height: 50px;
    }
    .header__logo {
        padding: 9px 25px;
    }
    .header__logo img {
        width: 125px;
    }
    .menu nav .divider {
        display: none;
    }
    .site-container {
        overflow: hidden;
    }

    .site-pusher {
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        transition: all 0.3s;
        right: 0px;
    }

    .site-content {
        position: absolute;
        top: 66px;
        right: 0;
        left: 0;
        bottom: 0;
        padding-top: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .header {
        position: static;
    }

    .header__icon {
        position: relative;
        display: block;
        float: right;
        width: 50px;
        height: 50px;
        cursor: pointer;
      }
    .header__icon:after {
        content: "";
        position: absolute;
        display: block;
        width: 1rem;
        height: 0;
        top: 3.5px;
        left: 15px;
        box-shadow: 0 19px 0 1px #464646, 0 25px 0 1px #464646, 0 31px 0 1px #464646;
      }

    .menu {
        position: absolute;
        left: 100%;
        top: 0;
        bottom: 0;
        /*    overflow-y: scroll;
        -webkit-overflow-scrolling: touch;*/
        width: 100%;
        height: 100vh;
        z-index: 1;
      }
    .menu nav {
        width: 222px;
        height: 100vh;
        z-index: 1;
        padding: 14px;
        text-align: center;
        background-color: #fff;
    }
    .menu img {
        display: block;
    }
    .menu a {
        display: block;
        font-size: 18px;
        font-weight: bold;
        padding: 0.6em 0.3em;
        text-align: left;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
        line-height: 2;
    }

    .with--sidebar .site-pusher {
        position: relative;
        right: 250px;
    }
    .site-pusher {
        position: relative;
        right: 0px;
    }
    .with--sidebar .site-cache {
        position: fixed;
        z-index: 3;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .with--sidebar .fixedRightBtn-area {
        right: 250px;
        transition: all 0.3s;
    }
}

.open-message {
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: rgba(0,0,0,0.6);
    width: 100vw;
    height: 100vh;
}

.open-message .list-area {
    width: 80%;
    max-width: 900px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    padding: 20px;
    text-align: center;
    margin: 0px;
}

.open-message .list-area .close-button {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 50px;
    cursor: pointer;
}
.open-message .list-area .message-group > div {
    display: inline-block;
    vertical-align: middle;
    padding: 0 1em;
    font-size: 14px;
}
.open-message .list-area .message-group > div .title {
    margin: 0;
    margin-bottom: 0.5em;
}
.open-message .list-area .message-group > div .desc {
    color: #ff0000;
}
.open-message .list-area .message-group > div img {
    width: 70px;
}
.open-message .list-area .message-group > div > img,
.open-message .list-area .message-group > div > div {
    display: inline-block;
    vertical-align: middle;
}
.open-message .list-area .message-group > div:not(:first-child) {
    border-left: dashed 1px #d9d9d9;
}

.open-message .list-area .message-button {
    margin-top: 1.5em;
}
.open-message .list-area .message-button button {
    font-size: 1em;
    padding: 0.5em 0.6em;
    border: 1px solid #d3304b;
    width: 8em;
    background-color: #d3304b;
    color: #fff;
    font-weight: normal;
}
.open-message .list-area .message-button button:nth-child(2) {
    background-color: #fff;
    color: #d3304b;
    margin-left: 1em;
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
    .open-message .list-area .message-group > div > img,
    .open-message .list-area .message-group > div > div {
        display: block;
    }
    .open-message .list-area .message-group > div img {
        width: 100px;
        margin: 0 auto;
    }
    .open-message .list-area .message-group > div {
        display: inline-block;
        vertical-align: middle;
        padding: 0 1em;
        font-size: 14px;
    }
}
@media only screen and  (max-width: 768px) {
    .open-message .list-area .message-group > div {
        display: block;
        vertical-align: middle;
        padding: 1em 0em;
        font-size: 14px;
        text-align: left;
    }
    .open-message .list-area .message-group > div:not(:first-child) {
        border-left: 0px;
        border-top: dashed 1px #d9d9d9;
    }
    .open-message .list-area .message-group > div > img,
    .open-message .list-area .message-group > div > div {
        display: inline-block;
    }
    .open-message .list-area .close-button {
        width: 40px;
        right: -15px;
        top: -15px;
    }
    .open-message .list-area {
        padding: 1em;
    }
    .open-message .list-area .message-button {
        font-size: 15px;
    }
    .open-message .list-area .message-title {
        margin-bottom: 0em;
    }
}
@media only screen and  (max-width: 360px) {
    .open-message .list-area .message-group > div .title  {
        font-size: 0.85em;
    }
    .open-message .list-area .message-button {
        font-size: 14px;
    }
}

/* Banner */
.banner {
    position: relative;
    overflow: hidden;
}
.banner .banner-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    text-align: center;
}
.banner .banner-container > .list-img {
    display: none;
}
.banner .banner-container .list-area {
    padding: 10px;
    width: 300px;
    text-align: center;
}
.banner .banner-container .list-area .list-img {
    width: 400px;
    top: -5em;
    left: -125px;
}
.banner .banner-container .list-area .desc {
    border: 2px dashed #707070;
    padding: 1em;
    border-radius: 20px;
    font-weight: bold;
}
.banner .banner-container .list-area .desc p span {
    position: relative;
}
.banner .banner-container .list-area .desc p span:after {
    content: "";
    display: inline-block;
    background-color: #ff00f7;
    -webkit-transform: skew(-20deg) rotate(-2deg);
    -moz-transform: skew(-20deg) rotate(-2deg);
    -o-transform: skew(-20deg) rotate(-2deg);
    position: absolute;
    opacity: 0.11;
    top: 0;
    left: -2.5%;
    width: 105%;
    height: 100%;
}
.banner .banner-container .list-area .desc p:not(:first-child):before {
    content: '\2713';
    color: #cb0a0a;
    padding: 0 4px;
}
@media screen and (min-width: 768px) {
    .banner .banner-container .list-area .desc {
        font-size: 24px;
    }
    .banner .banner-container .list-area {
        width: 500px;
    }
    .banner .banner-container {
        margin-left: -260px;
    }
}
@media screen and (min-width: 1025px) {
    .banner .banner-container .list-area .list-img {
        width: 500px;
        top: -6em;
        left: -180px;
    }
    .banner .banner-container {
        margin-left: -310px;
    }
    .banner .banner-container .list-area {
        width: 600px;
    }
    .banner .banner-container .list-area .desc {
        font-size: 32px;
    }
}

@media screen and (max-width: 1024px) {
    .banner #bigBanner {
        width: 100%;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .banner .banner-container .list-area .list-img  {
        width: 250px;
        top: -3em;
        left: -100px;
    }
}
@media screen and (max-width: 576px) {
    .banner .banner-container {
        position: unset;
        margin: 0;
    }
    .banner .banner-container > .list-img {
        display: block;
        position: unset;
        width: 100%;
    }
    .banner .banner-container .list-area .list-img {
        display: none;
    }
    .banner .banner-container .list-area {
        margin: 1em auto;
        width: 85%;
        font-size: 22px;
    }
    .banner .banner-container .list-area .desc {}
}
@media screen and (max-width: 360px) {
    .banner .banner-container .list-area .desc {
        font-size: 18px;
    }
}

/* footer */
.footer {
    width:100%;
    position:relative;
    text-align: center;
    background: #171414;
}

.footer .content {
    width:96%;
    max-width:980px;
    padding:10px 0;
    margin:0 auto;
    position:relative;
    z-index:2;
    color: #fff;
} 

.footer .content .text {
    display:inline-block;
    font-size: 13px;
    vertical-align:middle;
}

.footer .content ul {
    padding: 0;
}

.footer .content li {
    list-style: none;
}

.arrows {
    text-align: center;
    position: absolute;
    left: 50%;
    margin-top: 35px;
    z-index: 1
}

.arrows img {
    width: 30px;
    cursor: pointer;
    margin-left: -15px;
}
.arrows.display {
    display: none;
}
@media screen and (max-width: 767px) {
    .arrows {
        margin-top: 25px;
    }
}
@media screen and (max-width: 576px) {
    .banner .arrows {
        display: none;
    }
    .arrows.display {
        display: block;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.heartBeat.quick {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
.heartBeat.slow {
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}
.heartBeat {
    transform-origin:0;
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}
@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}
