@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Lora:400,700");

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
b {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
}

a {
    text-decoration: none;
}

input,
button,
textarea,
select,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

textarea:focus,
input:focus {
    outline: none;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 1.5;
    font-family: "Roboto", "Noto Sans TC", serif, sans-serif;
    font-size: 16px;
    background: url("../img/bg.jpg");
    color: #242424;
    overflow-x: hidden;
}

@media all and (min-width: 0\0) {
    body {
        font-family: "Roboto", "Microsoft JhengHei", \5FAE\8EDF\6B63\9ED1\9AD4, PMingLiU, \65B0\7D30\660E\9AD4, sans-serif, sans-serif;
    }
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
}

/*查詢記錄的跳窗*/
.overlay {
    display: none;
    position: relative;
    z-index: 100;
}

.overlay__mask {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    min-height: 110%;
    position: fixed;
    background: #000;
    z-index: 100;
    margin-top: -35px;
}

.overlay-box {
    position: fixed;
    position: fixed;
    width: 740px;
    height: 500px;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -370px;
    z-index: 101;
}

.overlay-box__close {
    position: absolute;
    width: 44px;
    height: 44px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 20px;
    right: 20px;
    z-index: 103;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.overlay-box__close span {
    display: block;
    background-color: #6369e1;
    width: 50px;
    height: 2px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.overlay-box__close span:first-child {
    margin-top: 21px;
    margin-left: -3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.overlay-box__close span:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
    margin-left: -3px;
}

@media only screen and (min-width: 1281px) {
    .overlay-box__close:hover {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .overlay-box__close:hover span {
        /*        background-color: #6369e1;*/
    }
}

.overlay-box-loadPage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background-color: #97c5ff;
    background-image: url(../img/bg.jpg);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.overlay-box-loadPage #loadTitle {
    font-weight: 700;
    font-size: 36px;
    color: #6369e1;
    text-align: center;
    padding-top: 20px;
}

.overlay-box-loadPage #loadIframe {
    margin-top: 10px;
    width: 100%;
    height: 70%;
    height: calc(100% - 104px);
}

@media only screen and (max-width: 768px) {
    .overlay-box {
        width: 96%;
        margin-left: -48%;
    }

    .overlay-box-loadPage {
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 414px) {
    .overlay-box {
        height: 77%;
        top: 12%;
        margin-top: 0;
    }

    .overlay-box__close {
        right: 10px;
    }

    .overlay-box-loadPage {
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        padding: 0px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .overlay-box-loadPage #loadTitle {
        font-size: 30px;
    }

    .overlay-box-loadPage #loadIframe {
        margin-top: 10px;
        height: calc(100% - 100px);
    }
}

/*top按鈕*/
.backtop {
    position: fixed;
    bottom: -40px;
    left: 50%;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    margin-left: -30px;
    width: 60px;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    background-color: #fff;
    z-index: 10;
    font-weight: 700;
    color: #ece7d6;
    text-align: center;
    background: rgba(180, 0, 4, 0.8);
    cursor: pointer;
}

/*右側對外連結*/
.links {
    position: absolute;
    top: 60px;
    right: 2px;
    font-size: 18px;
    z-index: 5;
}

.links li {
    margin: 4px 0;
    width: 108px;
    padding: 4px 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    background-color: #f67a36;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.links li a {
    color: #fff;
}

.links li:nth-child(1) {
    background-color: #f5482c;
}

.links li:nth-child(2) {
    background-color: #ff6d0c;
}

.links li:nth-child(3) {
    background-color: #464e9c;
}

.links li:nth-child(4) {
    background-color: #3a9c7f;
}

@media only screen and (max-width: 764px) {
    .links {
        top: 20px;
    }
}

.links li {
    cursor: pointer;
    background-repeat: no-repeat;
}

.links li:not(:last-child) {
    margin-bottom: 4px;
}

.links li a {
    width: 100%;
    height: 100%;
    display: block;
}

@media only screen and (max-width: 768px) {
    .links li {
        width: 34px;
        height: 34px;
        background-size: 80%;
        background-position: center center;
    }

    .links li a {
        color: transparent !important;
    }

    .links_ac {
        background-image: url(../img/icon_ac.png);
    }

    .links_dl {
        background-image: url(../img/icon_download.png);
    }

    .links_fb {
        background-image: url(../img/icon_fb.png);
    }

    .links_bh {
        background-image: url(../img/icon_baha.png);
    }
}

/*左側網頁連結*/
.links_event {
    position: fixed;
    top: 80px;
    left: 0;
    font-size: 0;
    z-index: 5;
}

.links_event li {
    width: 100px;
    height: 106px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    border-radius: 0 20px 20px 0;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.links_event li a {
    width: 100%;
    height: 100%;
    display: block;
}

.links_ro {
    background-image: url(../img/link_ro.jpg);
    margin-bottom: 8px;
}

.links_ros {
    background-image: url(../img/link_ros.jpg);
}

@media only screen and (max-width: 1280px) {
    .links_event li {
        width: 100px;
        height: 106px;
    }
}

@media only screen and (max-width: 768px) {
    .links_event li {
        display: none;
    }
}

/*共用元素*/
section {
    position: relative;
}

.divWrap {
    padding: 60px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    width: 1024px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.btnsGroup::after {
    width: 5px;
    height: 5px;
    display: block;
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: -5px;
    bottom: -5px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    opacity: .35;
    pointer-events: none;
}

@media only screen and (min-width: 769px) {
    .btnsGroup:hover::after {
        -webkit-transform: scale(100);
        -ms-transform: scale(100);
        transform: scale(100);
        opacity: 0;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
}

@media only screen and (max-width: 1280px) {
    .divWrap {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .divWrap {
        padding: 40px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }


}

@media only screen and (max-width: 414px) {
    .divWrap {
        padding: 30px 14px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.title {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background: url("../img/icon_title_tree.png") right bottom no-repeat;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.title span {
    font-weight: bold;
}

@media only screen and (max-width: 568px) {
    .title {
        width: 90vw;
        background-size: 100%;
        padding-bottom: 6vw;
        font-size: 8.4vw;
        line-height: 10vw;
    }
}

.subTitle {
    font-size: 36px;
    font-weight: bold;
    /*    border-bottom: 2px solid #e69c21;*/
    line-height: 1.33;
    margin-bottom: 40px;
    display: inline-block;
    background: url(../img/icon_title.png) center bottom no-repeat;
    padding-bottom: 20px;
}

.blue {
    color: #4b4e92;
}

.red {
    color: #c35262;
}

.pink {
    color: #fd5ea5;
}

.textbgBlue {
    background-color: #bfd8f3;
}

hr {
    border: 0;
    height: 1px;
    width: 164px;
    margin: 20px auto;
}

hr.hrRed {
    border-bottom: 2px dotted #c35262;
}

/*******************************/
/*刊頭*/
.header {
    width: 100%;
    height: 611px;
    position: relative;
    background: url("../img/top.jpg") 50% -35px no-repeat;
    border-bottom: solid 5px #88b7f3;
}

.header .headerWrap {
    width: 1280px;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1280px) {
    .header .headerWrap {
        width: 100%;
    }
}

.header-slogan {
    width: 140px;
    height: 68px;
    background: url("../img/slogan.png") 50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    top: 10px;
    left: 45px;
    z-index: 3;
}

.header-slogan a {
    width: 100%;
    height: 100%;
    display: block;
}

.header-logos {
    position: absolute;
    top: 40px;
    right: 295px;
    width: 354px;
    height: 114px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-logos__ro,
.header-logos__ros {
    height: 100%;
    width: 48%;
}

.header-logos__ro a,
.header-logos__ros a {
    width: 100%;
    height: 100%;
    display: block;
}

@media \0screen\,
screen\9 {
    .header-logos__ro {
        position: absolute;
        top: 0;
    }

    .header-logos__ros {
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media only screen and (max-width: 1280px) {
    .header {
        background-size: 150% !important;
        height: 45vw;
    }

    .header-slogan {
        display: none;
    }

    .header-logos {
        top: 2.7vw;
        right: 22.4vw;
        width: 27.2vw;
        height: 8.8vw;
    }
}

@media only screen and (max-width: 960px) {
    .header-logos {
        top: 1.6vw;
    }
}

@media only screen and (max-width: 764px) {
    .header {
        height: 48vw;
        background-position: 50% 0;
    }

    .header-logos {
        top: 4.8vw;
        height: 10.2vw;
    }

    .header-logos__ro,
    .header-logos__ros {
        width: 46%;
    }
}

/*滿額贈連結*/
.eventLink ul {
    text-align: center;
    font-size: 0;
}

.eventLink ul li {
    display: inline-block;
    width: 49%;
    text-align: center;
    cursor: pointer;
}

.eventLink ul li.links_ro_s {
    margin-right: 1%;
}

.eventLink ul li img {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
}

.eventLink.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    text-align: center;
    background-image: url(../img/bg.jpg);
}

.eventLink.sticky .divWrap {
    padding: 5px 0;
    margin: auto;
}

.eventLink .divWrap {
    padding: 40px 0;
    width: 100%;
    max-width: 600px;
}

@media only screen and (min-width: 769px) {
    .eventLink {
        display: none;
    }
}

@media only screen and (max-width: 768px) {}

/*活動方式*/
.howTo {
    text-align: center;
}

.howTo .fzBig {
    font-size: 24px;
}

.howTo .fzBig strong {
    font-weight: 700;
}

.howTo h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.howTo-date {
    padding: 0;
    margin: 0;
}

.howTo-date li {
    display: inline-block;
    margin: 0 4px;
    width: 40%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #4b4e92;
    position: relative;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 100px;
    background: url("../img/clock.png") 20px 50% no-repeat;
}

.howTo-date__top {
    padding: 3px 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.howTo-date__top span {
    display: block;
}

.howTo-date__bottom {
    font-size: 24px;
    font-weight: 500;
    margin-top: 5px;
}

.howTo__target {
    margin: 20px 0 35px;
    font-size: 21px;
    font-weight: 500;
    border-bottom: 2px solid;
    display: inline-block;
}

.howTo-step {
    text-align: left;
}

.howTo-step-01,
.howTo-step-02,
.howTo-step-03 {
    margin-bottom: 25px;
}

.howTo-step .fbBtn {
    display: inline-block;
    margin: 15px 0 15px 10px;
}

.howTo-step__ol {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 48px;
    width: 80px;
    display: inline-block;
    vertical-align: middle;
}

.howTo-step-txt {
    display: inline-block;
    width: calc(100% - 94px);
    vertical-align: middle;
}

.howTo-step_ex {
    position: relative;
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.howTo-step_ex h4 {
    margin-top: 0;
    color: #464646;
    font-weight: 700;
}

.howTo-step_ex p {
    text-align: center;
    margin: 0 0;
}

.howTo-step_ex p span {
    background-color: #c35262;
    color: #fff;
    margin-right: 6px;
    padding: 1px 8px;
    font-size: 14px;
}

.howTo-step_ex strong {
    font-weight: bold;
}

.howTo-step_ex .maid {
    position: absolute;
    bottom: -5px;
    left: 0;
}

@media only screen and (max-width: 768px) {
    .howTo-date {
        display: block;
    }

    .howTo-date li {
        width: 100%;
        margin: 0 0 10px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .howTo-date__top span {
        display: inline;
    }

    .howTo-step_ex {
        padding: 15px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 414px) {
    .howTo .fzBig {
        font-size: 5.6vw;
    }

    .howTo .fzBig strong {
        font-weight: 700;
    }

    .howTo__target {
        font-size: 4.2vw;
    }

    .howTo-date li {
        padding: 10px 10px 10px 100px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .howTo-date__top span {
        display: block;
    }

    .howTo-date__bottom {
        font-size: 6.4vw;
    }

    .howTo-step {
        font-size: 16px;
    }

    .howTo-step-01 {
        margin-bottom: 30px;
    }

    .howTo-step .fbBtn {
        width: 100px;
        display: block;
        position: relative;
        margin: 15px auto;
    }

    .howTo-step__ol,
    .howTo-step-txt {
        width: 100%;
        display: block;
        text-align: center;
    }
}

/*我要小瑪莉*/
.play {
    text-align: center;
    background: url("../img/funbg.jpg") 50% 80% no-repeat;
    /*查詢按鈕*/
}

.play .divWrap {
    padding-top: 0;
}

.play .arrowDown {
    width: 1px;
    height: 92px;
    border-left: 1px dashed #a79f82;
    position: relative;
    margin: 0 auto 30px;
}

.play .arrowDown:after {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #a79f82 transparent transparent transparent;
    bottom: 0;
    left: -6px;
}

@media only screen and (max-width: 414px) {
    .play .arrowDown {
        height: 72px;
        margin-bottom: 20px;
    }
}

.play-select {
    margin-bottom: 50px;
}

.play-select > span {
    display: block;
    font-size: 21px;
    font-weight: 500;
}

.play-select select {
    width: 360px;
    height: 50px;
    border: 0;
    outline: none;
    position: relative;
    background: #bfd8f3 url("../img/select.png") right top no-repeat;
    background-size: 52px 50px;
    padding: 8px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 21px;
    margin-top: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #c35262;
    letter-spacing: 1px;
    font-weight: 500;
}

.play-select select option {
    font-size: 18px;
}

.play-time {
    font-size: 18px;
}

.play-log {
    margin-top: 10px;
    font-size: 21px;
    font-weight: bold;
}

.play-log button {
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 2px;
    color: #fff;
    background-color: #3350be;
    font-weight: normal;
    font-size: 18px;
    cursor: pointer;
}

.play-log span {
    color: #4a8ae3;
}

.psPoint {
    margin-top: 4px;
}

.play-num {
    margin-top: 15px;
    padding: 3px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    background-color: #fff;
    display: inline-table;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.play-num span {
    font-weight: 900;
    color: #4a8ae3;
}

.play__ps {
    font-size: 15px;
    margin: 50px auto 0;
    position: relative;
    width: 820px;
}

.play__ps ol {
    margin: 0 0;
}

.play__ps ol li {
    counter-increment: li;
    margin-bottom: 2px;
}

.play__ps ol li:before {
    content: counter(li);
    display: inline-block;
    width: 24px;
    margin-left: -30px;
}

.play__ps ol li span {
    font-weight: 700;
    text-decoration: underline;
    margin: 0 5px;
}

.play-btns {
    margin-top: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.play-btns li {
    position: relative;
    width: 184px;
    height: 56px;
    line-height: 55px;
    display: inline-block;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #3350be;
    font-size: 24px;
    font-weight: 500;
    color: #ece7d6;
    margin: 0 8px;
    cursor: pointer;
    overflow: hidden;
    border: 4px solid #95a9f6;
}

.play-btns li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
}

.play-btns--og li {
    background-color: #3350be;
    color: #fff;
    border: 4px solid #95a9f6;
}

@media only screen and (max-width: 1024px) {
    .play {
        background-size: 170%;
    }

    .play__ps {
        position: relative;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .play {
        background: none;
    }

    .play-btns li {
        font-size: 5vw;
        margin: 0 4px;
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 414px) {
    .play-select select {
        width: 100%;
    }

    .play-log,
    .play-num {
        font-size: 4vw;
    }

    .play-num {
        padding: 3px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 0;
    }

    .play__ps {
        text-align: left;
    }

    .play__ps ol {
        margin-left: -20px;
    }

    .play__ps ol li:before {
        width: 15px;
        margin-left: -15px;
    }
}

/*獎勵清單*/
.award {
    text-align: center;
    background: url("../img/bg_award.png") repeat-x bottom, url("../img/bg_2.jpg");
}

.award-box {
    margin-top: 20px;
}

.award-box_table {
    border-collapse: separate;
    border-spacing: 1px;
    width: 100%;
    border: 1px solid #4b4e92;
    padding: 5px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.15);
    color: #363636;
}

.award-box_table th {
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    background-color: #4b4e92;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.award-box_table tr td {
    text-align: center;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(215, 241, 252, 0.85);
    position: relative;
    height: 90px;
}

.award-box_table tr td:first-child {
    font-size: 18px;
    font-weight: 500;
    color: #2c889b;
}

.award-box_table tr td > img {
    vertical-align: middle;
    margin: 0 4px;
    max-height: 70px;
}

.award-box_table tr:nth-child(odd) {
    background-color: #fff;
}

@media only screen and (max-width: 768px) {
    .award-box_table tr td img {
        max-width: 75%;
        height: auto;
    }

    .award-box_table tr td:first-child {
        font-size: 16px;
    }

    .award-box_table tr td:first-child .picName {
        display: block;
    }
}

/*滿額送好禮*/
.ros-event {
    background: url(../img/bg_event.png) left 12% bottom 2% no-repeat;
}

.event_notice {
    font-size: 15px;
    margin: 50px auto 30px;
    position: relative;
    width: 820px;
    text-align: center
}

.event_ex {
    position: relative;
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.event_ex p {
    text-align: center;
    margin: 0 0;
}

.event_ex p span {
    background-color: #c35262;
    color: #fff;
    margin-right: 6px;
    padding: 1px 8px;
    font-size: 14px;
}

.event-box table {
    border-collapse: separate;
    border-spacing: 1px;
    width: 80%;
    border: 1px solid #4b4e92;
    padding: 5px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.15);
    color: #363636;
    margin: auto;
}

.event-box table th {
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    background-color: #4b4e92;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.event-box table tr td {
    text-align: center;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f9fcff;
    position: relative;
    height: 90px;
}

.event-box table tr td > img {
    vertical-align: middle;
    margin: 0 4px;
    border: solid 1px #4b4e92;
}

.event-ro-box tr td:nth-child(2) {
    text-align: left;
    padding-left: 15%;
}

.event-ro-box table tr:nth-child(odd) td {
    background-color: #fff;
}

.event-ros-box table .ros-tr-white td {
    background-color: #fff;
}

.event-ros-box tr:nth-child(4n+1) td:nth-child(2),
.event-ros-box tr:nth-child(4n+2) td:nth-child(1),
.event-ros-box tr:nth-child(4n+3) td:nth-child(1),
.event-ros-box tr:nth-child(4n) td:nth-child(1) {
    text-align: left;
    padding-left: 15%;
}

.poring {
    text-align: center;
    margin-top: 80px;
}

.event-ros-box tr td .event-number {
    font-size: 30px;
    background-color: #ff5c5c;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: auto;
    line-height: 40px;
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    .event_notice {
        position: relative;
        width: 100%;
    }

    .ros-event {
        background: none;
    }
}

@media only screen and (max-width: 768px) {
    .event_ex {
        padding: 15px 15px;
    }

    .event-box table {
        width: 100%;
    }

    .event-ro-box tr td:nth-child(2) {
        text-align: left;
        padding-left: 50px;
    }
    
    .event-ros-box tr:nth-child(4n+1) td:nth-child(2),
    .event-ros-box tr:nth-child(4n+2) td:nth-child(1),
    .event-ros-box tr:nth-child(4n+3) td:nth-child(1),
    .event-ros-box tr:nth-child(4n) td:nth-child(1) {
        padding-left: 50px;
    }
    
}

@media only screen and (max-width: 414px) {
    .event_notice {
        text-align: left;
    }

    .poring img {
        max-width: 70%;
    }

    .event-ro-box tr td:nth-child(2) {
        padding-left: 10px;
    }

    .event-ros-box tr:nth-child(4n+1) td:nth-child(2),
    .event-ros-box tr:nth-child(4n+2) td:nth-child(1),
    .event-ros-box tr:nth-child(4n+3) td:nth-child(1),
    .event-ros-box tr:nth-child(4n) td:nth-child(1) {
        padding-left: 10px;
    }

    .event-ros-box tr td .event-number {
        width: 30px;
        height: 30px;
        font-size: 20px;
        line-height: 30px;
    }
}

.ros-award {
    text-align: center;
    margin-top: 30px;
}

.ros-award-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #3350be;
    cursor: pointer;
    border: 4px solid #95a9f6;
    padding: 15px 10px;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.ros-award-btn a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
}


/*小瑪莉本體*/
.slots {
    position: relative;
    margin: 60px auto;
    width: 680px;
    height: 680px;
    background-color: #4e9def;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), inset 0 10px 0px rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), inset 0 10px 0px rgba(255, 255, 255, 0.1);
}

.slots-main {
    position: relative;
    width: 640px;
    height: 640px;
    margin: 0 auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 8px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #333;
    top: 20px;
}

.slots-group {
    position: relative;
    height: 100%;
}

.slots-group .item {
    width: calc(20% - 2px);
    height: calc(20% - 2px);
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #7ddcff;
    text-align: center;
    padding: 5px 5px;
    box-sizing: border-box;
    overflow: hidden;
}

.slots-group .item.is--active {
    background-color: #ffda2c !important;
}

.slots-group .item.is--active:after {
    display: none;
}

.slots-group .item .picImg {
    background-color: #fff;
    width: 60%;
    height: 60%;
    margin: 0 auto;
    position: relative;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: 5px;
    /*    overflow: hidden;*/
}

.slots-group .item .picImg img {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 70px;
    max-height: 70px;
}

.slots-group .item .picName {
    position: relative;
    top: 15px;
    background-color: #333;
    color: #fff;
    font-weight: 500;
    padding: 3px 12px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.slots-group .item.itemSP {
    background-color: #f56429;
    padding: 2px 0px;
}

.slots-group .item.itemSP .txtFree {
    color: #ece5ca;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.slots-group .item.itemSP .txtPoint {
    color: #fff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.slots-group .item.itemSP2 {
    background-color: #ffe7cb;
    padding: 2px 0px;
}

.slots-group .item.itemSP2.is--active .txtFree,
.slots-group .item.itemSP2.is--active .txtPoint {
    color: #ece7d6;
}

.slots-group .item .txtFree {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #f44905;
}

.slots-group .item .txtPoint {
    font-weight: bold;
    font-size: 30px;
    color: #f44905;
}

.slots-group .item:after {
    width: 80%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), color-stop(30%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    display: block;
    content: '';
    top: 0;
    left: -50%;
    position: absolute;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
}

.slots-group .item:nth-child(1) {
    top: 1px;
    left: calc(20% * (1 - 1) + 1px);
}

.slots-group .item:nth-child(2) {
    top: 1px;
    left: calc(20% * (2 - 1) + 1px);
}

.slots-group .item:nth-child(3) {
    top: 1px;
    left: calc(20% * (3 - 1) + 1px);
}

.slots-group .item:nth-child(4) {
    top: 1px;
    left: calc(20% * (4 - 1) + 1px);
}

.slots-group .item:nth-child(5) {
    top: 1px;
    left: calc(20% * (5 - 1) + 1px);
}

.slots-group .item:nth-child(6) {
    top: calc(20% + 1px);
}

.slots-group .item:nth-child(7) {
    top: calc(20% + 1px);
}

.slots-group .item:nth-child(8) {
    top: calc(20%*2 + 1px);
}

.slots-group .item:nth-child(9) {
    top: calc(20%*2 + 1px);
}

.slots-group .item:nth-child(10) {
    top: calc(20%*3 + 1px);
}

.slots-group .item:nth-child(11) {
    top: calc(20%*3 + 1px);
}

.slots-group .item:nth-child(6),
.slots-group .item:nth-child(8),
.slots-group .item:nth-child(10) {
    left: 1px;
}

.slots-group .item:nth-child(7),
.slots-group .item:nth-child(9),
.slots-group .item:nth-child(11) {
    left: calc(20% * 4 + 1px);
}

.slots-group .item:nth-child(12) {
    bottom: 1px;
    left: calc(20% * (12 - 12) + 1px);
}

.slots-group .item:nth-child(13) {
    bottom: 1px;
    left: calc(20% * (13 - 12) + 1px);
}

.slots-group .item:nth-child(14) {
    bottom: 1px;
    left: calc(20% * (14 - 12) + 1px);
}

.slots-group .item:nth-child(15) {
    bottom: 1px;
    left: calc(20% * (15 - 12) + 1px);
}

.slots-group .item:nth-child(16) {
    bottom: 1px;
    left: calc(20% * (16 - 12) + 1px);
}

.slots-group:after {
    clear: both;
    content: "";
    display: table;
}

.slots-center {
    width: calc(60% - 28px);
    height: calc(60% - 28px);
    position: absolute;
    top: calc(20% + 14px);
    left: calc(20% + 14px);
    background: url("../img/slots/center.jpg") 50% 50% no-repeat;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    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;
}

.slots-center .start-btn {
    text-indent: -9999px;
    width: 166px;
    height: 166px;
    background: url("../img/slots/btn_start.png") 50% 50% no-repeat;
    cursor: pointer;
    outline: none;
    border: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.slots-center .start-btn:active {
    -webkit-filter: brightness(95%);
    filter: brightness(95%);
}

.slots-center .start-btn.is--disable {
    cursor: not-allowed;
    background: url("../img/slots/btn_start_dis.png") 50% 50% no-repeat;
    background-size: 100%;
}

@media only screen and (min-width: 1281px) {
    .slots-center .start-btn:hover {
        -webkit-filter: brightness(110%);
        filter: brightness(110%);
    }
}

.slots-light .light {
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}

.slots-light .light:nth-child(1) {
    top: 8px;
    left: calc(16% * (1 - 1) + 8px);
}

.slots-light .light:nth-child(2) {
    top: 8px;
    left: calc(16% * (2 - 1) + 8px);
}

.slots-light .light:nth-child(3) {
    top: 8px;
    left: calc(16% * (3 - 1) + 8px);
}

.slots-light .light:nth-child(4) {
    top: 8px;
    left: calc(16% * (4 - 1) + 8px);
}

.slots-light .light:nth-child(5) {
    top: 8px;
    left: calc(16% * (5 - 1) + 8px);
}

.slots-light .light:nth-child(6) {
    top: 8px;
    left: calc(16% * (6 - 1) + 8px);
}

.slots-light .light:nth-child(7) {
    top: 8px;
    left: calc(16% * (7 - 1) + 8px);
}

.slots-light .light:nth-child(8) {
    left: 8px;
    top: calc(16% * (8 - 7) + 8px);
}

.slots-light .light:nth-child(9) {
    left: 8px;
    top: calc(16% * (9 - 7) + 8px);
}

.slots-light .light:nth-child(10) {
    left: 8px;
    top: calc(16% * (10 - 7) + 8px);
}

.slots-light .light:nth-child(11) {
    left: 8px;
    top: calc(16% * (11 - 7) + 8px);
}

.slots-light .light:nth-child(12) {
    left: 8px;
    top: calc(16% * (12 - 7) + 8px);
}

.slots-light .light:nth-child(13) {
    right: 8px;
    top: calc(16% * (13 - 12) + 8px);
}

.slots-light .light:nth-child(14) {
    right: 8px;
    top: calc(16% * (14 - 12) + 8px);
}

.slots-light .light:nth-child(15) {
    right: 8px;
    top: calc(16% * (15 - 12) + 8px);
}

.slots-light .light:nth-child(16) {
    right: 8px;
    top: calc(16% * (16 - 12) + 8px);
}

.slots-light .light:nth-child(17) {
    right: 8px;
    top: calc(16% * (17 - 12) + 8px);
}

.slots-light .light:nth-child(18) {
    bottom: 8px;
    left: calc(16% * (18 - 18) + 8px);
}

.slots-light .light:nth-child(19) {
    bottom: 8px;
    left: calc(16% * (19 - 18) + 8px);
}

.slots-light .light:nth-child(20) {
    bottom: 8px;
    left: calc(16% * (20 - 18) + 8px);
}

.slots-light .light:nth-child(21) {
    bottom: 8px;
    left: calc(16% * (21 - 18) + 8px);
}

.slots-light .light:nth-child(22) {
    bottom: 8px;
    left: calc(16% * (22 - 18) + 8px);
}

.slots-light .light:nth-child(23) {
    bottom: 8px;
    left: calc(16% * (23 - 18) + 8px);
}

.slots-light .light:nth-child(24) {
    bottom: 8px;
    left: calc(16% * (24 - 18) + 8px);
}

.slots-light .light:nth-child(odd) {
    background-color: #FFD222;
    -webkit-animation: lightOne 2s infinite;
    animation: lightOne 2s infinite;
}

.slots-light .light:nth-child(even) {
    background-color: #fff;
    -webkit-animation: lightTwo 2s infinite;
    animation: lightTwo 2s infinite;
}

@-webkit-keyframes lightOne {

    0%,
    100% {
        background-color: #FFD222;
    }

    50% {
        background-color: #fff;
    }
}

@keyframes lightOne {

    0%,
    100% {
        background-color: #FFD222;
    }

    50% {
        background-color: #fff;
    }
}

@-webkit-keyframes lightTwo {

    0%,
    100% {
        background-color: #fff;
    }

    50% {
        background-color: #FFD222;
    }
}

@keyframes lightTwo {

    0%,
    100% {
        background-color: #fff;
    }

    50% {
        background-color: #FFD222;
    }
}

@media only screen and (max-width: 768px) {
    .slots {
        width: 86vw;
        height: 86vw;
    }

    .slots-main {
        width: calc(86vw - 24px);
        height: calc(86vw - 24px);
        top: 12px;
    }

    .slots-group .item {
        padding: 3px;
    }

    .slots-group .item .picImg {
        width: 50%;
        height: 50%;
    }

    .slots-group .item .picImg img {
        max-height: 100%;
        max-width: 100%;
    }

    .slots-group .item .picName {
        font-size: 14px;
        padding: 2px 8px;
    }

    .slots-group .item .txtFree {
        line-height: 1.33;
        margin-top: 1vw;
        font-size: 2.8vw;
    }

    .slots-group .item .txtPoint {
        line-height: 1.33;
        font-size: 4vw;
    }

    .slots-light .light {
        width: 6px;
        height: 6px;
    }

    .slots-light .light:nth-child(1) {
        top: 4px;
        left: calc(16% * (1 - 1) + 4px);
    }

    .slots-light .light:nth-child(2) {
        top: 4px;
        left: calc(16% * (2 - 1) + 4px);
    }

    .slots-light .light:nth-child(3) {
        top: 4px;
        left: calc(16% * (3 - 1) + 4px);
    }

    .slots-light .light:nth-child(4) {
        top: 4px;
        left: calc(16% * (4 - 1) + 4px);
    }

    .slots-light .light:nth-child(5) {
        top: 4px;
        left: calc(16% * (5 - 1) + 4px);
    }

    .slots-light .light:nth-child(6) {
        top: 4px;
        left: calc(16% * (6 - 1) + 4px);
    }

    .slots-light .light:nth-child(7) {
        top: 4px;
        left: calc(16% * (7 - 1) + 4px);
    }

    .slots-light .light:nth-child(8) {
        left: 4px;
        top: calc(16% * (8 - 7) + 4px);
    }

    .slots-light .light:nth-child(9) {
        left: 4px;
        top: calc(16% * (9 - 7) + 4px);
    }

    .slots-light .light:nth-child(10) {
        left: 4px;
        top: calc(16% * (10 - 7) + 4px);
    }

    .slots-light .light:nth-child(11) {
        left: 4px;
        top: calc(16% * (11 - 7) + 4px);
    }

    .slots-light .light:nth-child(12) {
        left: 4px;
        top: calc(16% * (12 - 7) + 4px);
    }

    .slots-light .light:nth-child(13) {
        right: 4px;
        top: calc(16% * (13 - 12) + 4px);
    }

    .slots-light .light:nth-child(14) {
        right: 4px;
        top: calc(16% * (14 - 12) + 4px);
    }

    .slots-light .light:nth-child(15) {
        right: 4px;
        top: calc(16% * (15 - 12) + 4px);
    }

    .slots-light .light:nth-child(16) {
        right: 4px;
        top: calc(16% * (16 - 12) + 4px);
    }

    .slots-light .light:nth-child(17) {
        right: 4px;
        top: calc(16% * (17 - 12) + 4px);
    }

    .slots-light .light:nth-child(18) {
        bottom: 4px;
        left: calc(16% * (18 - 18) + 4px);
    }

    .slots-light .light:nth-child(19) {
        bottom: 4px;
        left: calc(16% * (19 - 18) + 4px);
    }

    .slots-light .light:nth-child(20) {
        bottom: 4px;
        left: calc(16% * (20 - 18) + 4px);
    }

    .slots-light .light:nth-child(21) {
        bottom: 4px;
        left: calc(16% * (21 - 18) + 4px);
    }

    .slots-light .light:nth-child(22) {
        bottom: 4px;
        left: calc(16% * (22 - 18) + 4px);
    }

    .slots-light .light:nth-child(23) {
        bottom: 4px;
        left: calc(16% * (23 - 18) + 4px);
    }

    .slots-light .light:nth-child(24) {
        bottom: 4px;
        left: calc(16% * (24 - 18) + 4px);
    }
}

@media only screen and (max-width: 480px) {
    .slots-group .item .picImg {
        width: 80%;
        height: 80%;
    }

    .slots-group .item .picName {
        display: none;
    }

    .slots-center .start-btn {
        width: 83px;
        height: 83px;
        background-size: 100%;
    }
}

@media only screen and (max-width: 414px) {
    .slots-group .item .txtFree {
        line-height: 1.2;
        margin-top: .5vw;
        font-size: 12px;
    }

    .slots-group .item .txtPoint {
        line-height: 1.2;
        font-size: 15px;
    }

    .slots-light .light {
        width: 4px;
        height: 4px;
    }
}

/*小瑪莉跳出的得獎訊息*/
.getItemMsg {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
}

.getItemMsg-box {
    width: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    background-color: #97c5ff;
    background-image: url(../img/bg.jpg)
}

.getItemMsg-box h2 {
    font-size: 30px;
    font-weight: 700;
    color: #6369e1;
}

.getItemMsg-box h3 {
    color: #6369e1;
    font-size: 18px;
}

.getItemMsg-box p {
    margin: 0;
    font-weight: 500;
}

.getItemMsg-box img {
    margin: 5px 0;
}

.getItemMsg-close {
    position: relative;
    width: 200px;
    margin: 15px auto 0;
    border-radius: 40px;
    padding: 12px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ece7d6;
    font-size: 21px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    cursor: pointer;
    background-color: #6369e1;
}

.getItemMsg-close:hover {
    background-color: #444ac2;
}

/*注意事項*/
.notice {
    text-align: center;
    /*    background: url(../img/bg_notice.png) right 10% bottom 20px no-repeat;*/
    background: url(../img/bg_2.jpg);
}

.notice .divWrap {
    padding-left: 60px;
    padding-right: 60px;
}

.notice-box {
    width: 936px;
    position: relative;
    margin: 0 auto 50px;
    position: 0;
}

.notice-list {
    margin: 0;
    position: relative;
    z-index: 3;
    padding: 0 20px 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.notice-list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    counter-increment: li;
    margin-bottom: 15px;
    counter-increment: li;
    position: relative;
    font-size: 15px;
}

.notice-list li a {
    color: #f61919;
    font-weight: bold;
    border-bottom: 1px dotted #f44905;
}

.notice-list li .strong {
    font-weight: bold;
}

.notice-list li:before {
    position: absolute;
    content: counter(li);
    text-align: center;
    left: -35px;
    font-size: 14px;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 28px;
    border-radius: 100%;
    background-color: #4b4e92;
    font-weight: bold;
}

.notice-list_ex {
    margin: 5px 0 0;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #a2bfda;
}

.notice-list_impt {
    margin: 5px 0 0;
    color: #c64f49;
    font-weight: 500;
}

.notice-monster {
    position: absolute;
    width: 378px;
    height: 345px;
    background-image: url(../img/bg_notice.png);
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 20px;
    right: -10.5vw;
}

@media only screen and (max-width: 1280px) {
    .notice {
        height: auto;
    }

    .notice-box {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .notice .divWrap {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .notice-box {
        margin: 0 auto 40px;
    }

    .notice-list {
        padding: 0 10px 0 30px;
    }
}

@media only screen and (max-width: 768px) {
    .notice-monster {
        position: relative;
        display: block;
        margin: 0 auto;
        right: auto;
        bottom: auto;
        width: 200px;
        height: 185px;
        max-width: 100%;
    }
}

footer {
    background: #2c2f6b;
    z-index: 6;
}
