@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


/*---------------------------------*/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Noto Sans TC', "微軟正黑體", \5FAE\8EDF\6B63\9ED1\9AD4, PMingLiU, \65B0\7D30\660E\9AD4, sans-serif;
    color: #444;
    font-size: 14px;
    background-color: #cfe073;
}

p {
    margin: 5px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

p,
li {
    padding: 0;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: justify;
}

a {
    text-decoration: none;
    color: initial;
    outline: none;
    font-size: 16px;
}

footer {
    background-color: #115f67;
}

section,
.main-wrap {
    position: relative;
}

.main-wrap {
    /*    max-width: 1200px;*/
    margin: 0 auto;
    height: 100%;
}

main {
    overflow: hidden;
    background-image: url(../img/grass.png);
    background-repeat: repeat-y;
    background-position: left;
}

/*top*/
#top .logo {
    display: block;
    width: 150px;
    height: 96px;
    background-image: url(../img/RO_logo.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 20px;
    -webkit-background-size: 100%;
    background-size: 100%;
    z-index: 3;
}

#top h1 {
    color: transparent;
    text-indent: -999999px;
}

#top .link-box {
    background-color: #ec6732;
    padding: 3px;
    position: fixed;
    border-radius: 8px;
    right: 2px;
    top: 145px;
    z-index: 999;
}

#top .link {
    background-color: #ec6732;
    border: solid 1px #fff;
    display: inline-block;
    padding: 14px 16px;
    border-radius: 8px;
}

#top .link li {
    line-height: 2.3;
    text-align: center;
}

#top .link li:first-child {
    position: absolute;
    top: -90px;
    left: 10px;
}

@media only screen and (min-width: 769px) {
    #top .link li:not(:last-child):not(:first-child) {
        border-bottom: solid 1px #fff
    }
}

#top .link li a {
    color: #fff;
    transition: .3s;
}

#top .link li a:hover {
    color: #fffd4f;
}

/*小螢幕右邊選單*/
@media only screen and (max-width: 768px) {
    #top .link-box {
        border-radius: 0;
        bottom: 0px;
        top: inherit;
        width: 100%;
        font-size: 0;
        padding: 0;
    }

    #top .link {
        border: none;
        width: 100%;
        padding: 0;
    }

    #top .link li {
        display: inline-block;
        border-bottom: none;
        width: 50%;
    }

    #top .link li:first-child {
        display: none;
    }

    #top .link li:nth-child(2) {
        background-color: #0d6fa7;
    }

    #top .link li:nth-child(4) {
        display: none;
    }

    #top .link li:last-child {
        display: none;
    }

    #top .link li a {
        width: 100%;
        display: block;
        padding: 10px;
    }

    #top .link li a:hover {
        color: #fff;
    }
}

#top .nav {
    position: fixed;
    top: 200px;
    /*    transform: translateY(-50%);*/
    left: 3px;
    z-index: 998;
}

#top .nav .nav-btn {
    cursor: pointer;
}

#top .nav ul li {
    width: 114px;
    height: 118px;
    display: block;
    transition: .3s;
}

#top .nav ul li:hover {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

#top .nav ul li:not(:last-child) {
    margin-bottom: 5px;
}


/*大螢幕選單*/
@media only screen and (min-width: 769px) {
    #top .nav ul .nav-btn-s1 {
        background: url(../img/nav_s1.png) no-repeat center;
    }

    #top .nav ul .nav-btn-s2 {
        background: url(../img/nav_s2.png) no-repeat center;
    }

    #top .nav ul .nav-btn-s3 {
        background: url(../img/nav_s3.png) no-repeat center;
    }

    #top .nav ul .nav-btn-top {
        background: url(../img/nav_top.png) no-repeat center;
    }

    .nav-m {
        display: none;
    }

}

/*漢堡*/
@media only screen and (max-width: 768px) {
    #top .nav ul .nav-btn:last-child {
        display: none;
    }

    #top .nav {
        display: none;
    }

    .nav-ham {
        position: fixed;
        top: 15px;
        right: 15px;
        cursor: pointer;
        z-index: 1100;
    }

    .nav-ham span {
        width: 30px;
        height: 4px;
        background-color: #0d6fa7;
        display: block;
        border-radius: 2px;
        transition: all .3s ease-in;
    }

    .nav-ham span:not(:last-child) {
        margin-bottom: 5px
    }

    .nav-ham.close span:first-child {
        transform: rotate(45deg);
        margin-top: 10px;
        background-color: #fff;
    }

    .nav-ham.close span:nth-child(2) {
        display: none;
        background-color: #fff;
    }

    .nav-ham.close span:last-child {
        transform: rotate(-45deg);
        margin-top: -9px;
        background-color: #fff;
    }

    .nav-m {
        background-color: rgba(64, 113, 42, 0.95);
        position: fixed;
        width: 50vw;
        height: 100vh;
        z-index: 1000;
        top: 0;
        right: -50vw;
    }

    .nav-m ul {
        margin-top: 60px;
    }

    .nav-m ul li {
        text-align: center;
    }

    .nav-m ul li a {
        display: block;
        color: #fff;
        width: 100%;
        margin: 0 auto;
        font-size: 20px;
        padding: 15px 10px;
        transition: .2s;
    }

    .nav-m ul li a:hover {
        color: #e3efab;
    }

    .nav-m .icon {
        margin-top: 50px;
        text-align: center;
    }

    .nav-m .icon > div {
        border: solid 1px #fff;
        position: relative;
        display: inline-block;
        width: 10vw;
        height: 10vw;
        cursor: pointer;
    }

    .nav-m .icon > div a {
        width: 100%;
        height: 100%;
        display: block;
    }

    .nav-m .icon .fb {
        background: url(../img/icon_fb.png) no-repeat center center;
        background-size: 80%;
        margin-right: 10px;
    }

    .nav-m .icon .bh {
        background: url(../img/icon_baha.png) no-repeat center center;
        background-size: 80%;
    }

}

@media only screen and (max-width: 1024px) {
    #top h1 {
        position: relative;
        right: inherit;
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {
    #top {
        height: 1000px;
        background-image: url(../img/top_bg.jpg);
        background-repeat: no-repeat;
    }

    #top h1 {
        display: block;
        width: 603px;
        height: 382px;
        background: url(../img/slogan.png) no-repeat center;
        position: absolute;
        right: calc((100vw - 1100px) / 2 + 60px);
        top: 50px;
        z-index: 500;
    }

    .bird {
        position: absolute;
        width: 119px;
        height: 130px;
        background: url(../img/bird.png) no-repeat center;
        top: 80px;
        right: calc((100vw - 1100px) / 2 + 650px);
        animation: fly 2s infinite;
        z-index: 497;
    }

    .char1 {
        width: 466px;
        height: 727px;
        background: url(../img/char1.png) no-repeat;
        position: absolute;
        bottom: 30px;
        left: calc((100vw - 1100px) / 2 - 60px);
        z-index: 499;
    }

    .char2 {
        width: 540px;
        height: 413px;
        background: url(../img/char2.png) no-repeat;
        position: absolute;
        bottom: 80px;
        right: calc((100vw - 1100px) / 2 + 60px);
        z-index: 498;
    }

    @keyframes fly {
        0% {
            top: 60px;
        }

        50% {
            top: 100px;
        }

        100% {
            top: 60px;
        }
    }

    .cloud {
        position: absolute;
    }

    .cloud1 {
        width: 391px;
        height: 116px;
        background-image: url(../img/cloud01.png);
        right: calc((100vw - 1100px) / 2 - 540px);
        top: 150px;
        animation: cloud1 3s infinite;
    }

    .cloud2 {
        width: 313px;
        height: 94px;
        background-image: url(../img/cloud02.png);
        right: calc((100vw - 1100px) / 2 - 150px);
        top: 60px;
        animation: cloud2 5s infinite;
    }

    .cloud3 {
        width: 196px;
        height: 58px;
        background-image: url(../img/cloud03.png);
        left: calc((100vw - 1100px) / 2 + 260px);
        top: 230px;
        animation: cloud3 5s infinite;
    }

    .cloud4 {
        width: 314px;
        height: 84px;
        background-image: url(../img/cloud04.png);
        left: calc((100vw - 1100px) / 2 - 95px);
        top: 40px;
        animation: cloud1 3s infinite;
    }

    .cloud5 {
        width: 236px;
        height: 62px;
        background-image: url(../img/cloud05.png);
        left: calc((100vw - 1100px) / 2 - 395px);
        top: 148px;
        animation: cloud5 3s infinite;
    }

    @keyframes cloud1 {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0.5;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes cloud2 {
        0% {
            opacity: 0.7;
            right: calc((100vw - 1100px) / 2 - 150px);
        }

        50% {
            opacity: 0.2;
            right: calc((100vw - 1100px) / 2 - 130px);
        }

        100% {
            opacity: 0.7;
            right: calc((100vw - 1100px) / 2 - 150px);
        }
    }

    @keyframes cloud3 {
        0% {
            opacity: 0.7;
            left: calc((100vw - 1100px) / 2 + 260px);
        }

        50% {
            opacity: 0.5;
            left: calc((100vw - 1100px) / 2 + 280px);
        }

        100% {
            opacity: 0.7;
            left: calc((100vw - 1100px) / 2 + 260px);
        }
    }

    @keyframes cloud5 {
        0% {
            opacity: 0.8;
        }

        50% {
            opacity: 0.5;
        }

        100% {
            opacity: 0.8;
        }
    }
}

@media only screen and (max-width: 768px) {
    #top {
        height: 155vw;
        background: url(../img/top_bg_m.jpg) top center no-repeat;
        background-repeat: no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%;
    }

    #top .logo {
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 16vw;
        width: 25vw;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

}


/*主內容*/

#s1,
#s2,
#s3 {
    padding-top: 50px;
    padding-bottom: 50px;
}

#s3 {
    padding-bottom: 80px;
}

.event-wrap {
    width: 1024px;
    margin: auto;
}

@media only screen and (max-width: 1024px) {
    .event-wrap {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.s-slogan,
.event-title,
.event-content,
.event2 > p {
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .s-slogan img {
        max-height: 90px;
    }
}

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

    #s1,
    #s2,
    #s3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #s3 {
        padding-bottom: 50px;
    }

    .s-slogan img {
        max-height: 13vw;
    }
}

.event-content {
    margin-top: 60px;
}

.event-title {
    margin: 0 0 20px 0;
}

/*Font Color*/
.title-green {
    color: #62a235;
    display: inline-block;
}

.title-bggreen {
    background-color: #62a235;
    color: #fff;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 40px;
}

.text-red {
    color: #e14758
}

.event-content .underline {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: solid 1px #444;
}

/*Box Color*/
.light-green-box {
    background-color: #faffde;
    border-radius: 30px;
}

.dark-green-box {
    background-color: #c0d36c;
    border-radius: 30px;
}

/*列點清單*/
.list-text {
    counter-reset: li;
}

.list-text > li::before {
    content: counter(li);
    display: inline-block;
    color: #fff;
    background-color: #62a235;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    position: absolute;
    left: 0;
}

.list-text.ex-list-text > li::before {
    background-color: #e14758;
}

.list-text > li {
    margin-bottom: 16px;
    counter-increment: li;
    position: relative;
    padding-left: 30px;
}

.event-content .explain,
.event-content .notice {
    max-width: 800px;
    margin: 0 auto;
}

.event1-1 .explain p {
    padding-left: 30px;
}

.event1-1 .explain p span {
    color: #fff;
    background-color: #e14758;
    padding: 3px 10px;
    margin: 0 4px;
    border-radius: 5px;
}

.event1-1 .underline {
    border-bottom: solid 1px #e14758;
}

.signup-box {
    padding: 30px;
    margin: 30px 0;
}

.login,
.logout {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.lonin-btn,
.logout-btn {
    font-weight: bold;
    display: inline-block;
    color: #e14758;
    background-color: #ffde45;
    padding: 0 10px;
    border-radius: 5px;
    margin: 0 4px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.lonin-btn:hover,
.logout-btn:hover {
    background-color: #fdd930;
}

.signup-btn {
    cursor: pointer;
    display: inline-block;
    transition: .3s;
    margin-bottom: 20px;
    max-width: 100%;
}

.signup-btn img {
    max-width: 100%;
}

.signup-btn:hover {
    filter: brightness(110%);
}

.times {
    color: #10aab1;
    font-size: 22px;
    font-weight: bold;
    border-bottom: solid 2px #10aab1;
    display: inline-block;
    padding-bottom: 6px;
    margin-bottom: 30px;
}

.reward-box {
    display: inline-block;
    width: 32%;
    background-color: #ecf7b0;
    padding: 30px 10px;
    border-radius: 15px;
    vertical-align: top;
}

@media only screen and (max-width: 768px) {
    .reward-box {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
}

.reward-box h4 {
    padding-bottom: 10px;
}

.reward-box hr {
    margin: 0 0 10px 0;
    padding: 0;
    border: none;
    height: 1px;
    border-top: solid 1px #d2de91;
}

.reward-pic img {
    border: solid 1px #62a235;
}

.event1-1-reward-box .reward-name p {
    text-align: center;
    margin: 10px 0 15px;
    height: 40px;
}

.event1-1-reward-box .reward-btn {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    width: 50%;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    min-width: 100px;
}

.event1-1-reward-box .reward-btn.cant-take {
    background-color: #dbe2b5;
    color: #b9bf99;
}

.event1-1-reward-box .reward-btn.is-took {
    background-color: #a3ce84;
    color: #fff;
}

.event1-1-reward-box .reward-btn.take {
    cursor: pointer;
    background-color: #e14758;
    color: #fff;
    box-shadow: 1px 2px 1px rgba(23, 128, 80, 1);
}

.event1-1-reward-box .reward-btn.take:active {
    transform: translateY(1px);
    box-shadow: none;
}

.event1-1 .item-box {
    padding: 30px 50px;
    text-align: left;
    position: relative;
}

@media only screen and (min-width: 769px) {
    .event1-1 .item-box::after {
        content: "";
        display: block;
        width: 346px;
        height: 344px;
        background-image: url(../img/monster.png);
        position: absolute;
        bottom: -50px;
        right: 0;
    }

}

@media only screen and (max-width: 768px) {
    .event1-1 .item-box {
        text-align: center;
    }

    .event1-1 .item-box p {
        text-align: center;
    }

    .event1-1 .item-box img {
        max-width: 100%;
    }
}

.event1-1 .item-box p span {
    color: #fff;
    background-color: #e14758;
    padding: 0 5px;
    margin-right: 5px;
}

.event1-2 .explain .player > div {
    display: inline-block;
    vertical-align: top;
}

.event1-2 .explain .player .back-player {
    color: #fff;
    background-color: #62a235;
    font-size: 20px;
    font-weight: bold;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: relative;
}

.event1-2 .explain .player {
    margin-bottom: 20px;
}

.event1-2 .explain .player .back-player h5 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.event1-2 .explain .player .explain-text {
    width: calc(100% - 90px);
    padding-left: 10px;
}

.event1-2 .back-player-reward {
    padding: 30px;
    position: relative;
}

@media only screen and (min-width: 769px) {
    .event1-2 .back-player-reward {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .event1-2 .back-player-reward::before {
        content: "";
        display: block;
        width: 280px;
        height: 487px;
        background-image: url(../img/char3.png);
        position: absolute;
        left: 30px;
        top: -50px;
    }

    .event1-2 .back-player-reward > div {
        padding-left: 300px;
        text-align: left;
    }
}

.event1-2 .back-player-reward h2 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .event1-2 .back-player-reward > div > p {
        text-align: center;
    }
}

.event1-2 .back-player-reward .back-box {
    background-color: #ecf7b0;
    text-align: center;
    border-radius: 15px;
    padding: 20px;
}

.event1-2 .back-player-reward .back-box > div {
    display: inline-block;
    vertical-align: middle;
}

.event1-2 .back-player-reward .back-box .pic {
    background-color: #fff;
    border: solid 5px #62a235;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 10px;
}

.event2 h5 {
    margin-bottom: 10px;
}

.event2 .text-red {
    margin-bottom: 20px;
}

.event2-ex {
    background-color: #c0d36c;
    padding: 50px 30px 30px 30px;
    position: relative;
    margin-top: 60px;
}

@media only screen and (min-width: 769px) {
    .event2-ex {
        padding: 50px 200px 30px 30px;
    }

    .event2-ex::after {
        content: "";
        display: block;
        position: absolute;
        width: 501px;
        height: 375px;
        background-image: url(../img/rabbit.png);
        right: -250px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.event2-ex .title-ex {
    background-color: #fff;
    color: #62a235;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 40px;
    border: solid 2px #62a235;
    position: absolute;
    left: 30px;
    top: 0;
    transform: translateY(-50%)
}

.event2-reward-item {
    margin-top: 80px;
    padding: 30px;
}

.event2-reward-box {
    text-align: center;
}

.event2-reward-box .reward-name p {
    text-align: center;
    margin: 10px 0 0;
    height: 80px;
}

@media only screen and (min-width: 769px) {
    .event2-reward-box .reward-box h4 {
        height: 100px;
    }
}

.event2-reward-box .reward-box h4 span {
    font-size: 18px;
}

.event2-package-title span {
    font-size: 26px;
}

.event2-package-table table {
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .event2-package-table table::before {
        content: "";
        display: block;
        width: 341px;
        height: 650px;
        background-image: url(../img/char4.png);
        position: absolute;
        bottom: -30px;
        left: -320px;
    }
}

.event2-package-table table th {
    background-color: #62a235;
    color: #fff;
    font-weight: normal;
    padding: 10px;
    border: solid 1px #faffde;
}

.event2-package-table table td {
    padding: 10px;
    background-color: #faffde;
    border: solid 1px #62a235;
    max-width: 550px;
}

.event2-package-table table td > p {
    text-align: left;
}

.event2-package-table table td > p ~ div {
    text-align: left;
}

.event2-package-table table td > p ~ div img {
    max-width: 100%;
}

.event2-package-table table td > p:first-of-type,
.event2-package-table table td .cloak > p:first-of-type {
    color: #62a235;
    font-weight: bold;
}

.event2-package-table table td > p:nth-of-type(2),
.event2-package-table table td .cloak > p:nth-of-type(2) {
    font-size: 14px;
}

.event2-package-table table td .cloak {
    max-height: 384px;
    overflow-y: scroll;
    padding-right: 20px;
}

.event2-package-table table td .cloak::-webkit-scrollbar {
    width: 8px;
}


.event2-package-table table td .cloak::-webkit-scrollbar-track {
    background-color: #fff
}

.event2-package-table table td .cloak::-webkit-scrollbar-thumb {
    background-color: #62a235;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

@media only screen and (max-width: 540px) {
    .event2-package-table table td .cloak {
        max-height: 440px
    }
}

.event2-package-table table .event2-pgitem {
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
}

.event2-package-table table .event2-pgitem div {
    display: table-cell;
    vertical-align: middle;
}

.event2-package-table table .event2-pgitem div:first-child img {
    border: solid 1px #62a235;
}

.event2-package-table table .event2-pgitem div:first-child {
    width: 40%;
    text-align: right;
}

.event2-package-table table .event2-pgitem div:last-child {
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .event2-package-table table .event2-pgitem {
        border-spacing: 5px;
    }

    .event2-package-table table .event2-pgitem div:first-child {
        width: 60px;
    }

    .event2-package-table table .event2-pgitem div:last-child {
        width: clac(100% - 60px);
    }
}

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

    .event2-package-table table .event2-pgitem div {
        display: block;
        margin: auto;
        text-align: center;
    }

    .event2-package-table table .event2-pgitem div:last-child {
        text-align: center;
    }

}

.event2-notice-box {
    background-color: #c0d36c;
    padding: 30px 40px;
}

.achieve-box {
    margin-top: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.achieve-box::after {
    content: "";
    display: block;
    clear: both;
}

.achieve-title {
    width: 100%;
    text-align: center;
    background-color: #29a1a6;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px 30px 0 0;
    position: relative;
    overflow: hidden;
}

.achieve-title::before {
    content: "";
    display: block;
    width: 1500px;
    height: 1500px;
    border-radius: 100%;
    background-color: #10aab1;
    position: absolute;
    left: -150px;
    top: -1300px;
    /*    z-index: 1;*/
}

.achieve-title h3 {
    position: relative;
}

.achieve-box li {
    float: left;
    width: 50%;
    padding: 20px 0;
}

@media only screen and (min-width: 769px) {
    .achieve-box li:nth-child(2n+1) {
        padding-left: 100px
    }
}

@media only screen and (max-width: 768px) {
    .achieve-box li {
        float: none;
        width: 100%;
        padding: 30px 30px 0 30px;
    }

    .achieve-box li:last-child {
        padding-bottom: 30px
    }

}

.achieve-box li > span {
    padding-left: 10px;
    width: calc(100% - 75px);
    display: inline-block;
    vertical-align: middle;
}

.achieve-pic {
    display: inline-block;
    vertical-align: middle;
    width: 62px;
    height: 83px;
}

.achieve-pic img {
    border: solid 1px #62a235;
}

.event3 .item-box {
    padding: 30px 50px;
    text-align: left;
    position: relative;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 1000px) {
    .event3 .item-box::after {
        content: "";
        display: block;
        width: 396px;
        height: 577px;
        background-image: url(../img/char5.png);
        position: absolute;
        bottom: -90px;
        right: -200px;
    }
}

.event3 .item-box .item {
    display: inline-block;
    margin-right: 10px;
}

.event3 .item-box .item img {
    max-width: 100%
}

.event3 .item-box p:first-child span {
    color: #fff;
    background-color: #e14758;
    padding: 0 5px;
    margin-right: 5px;
}

.event3 .explain p {
    padding-left: 30px;
}

.buff {
    text-align: center;
    padding: 30px;
}

.buff h5 {
    color: #10aab1;
    margin-top: 10px;
}


/*
@media only screen and (min-width: 769px) {
    .event-content.event3 {
        position: relative;
    }

    .event-content.event3 .notice::after {
        content: "";
        display: block;
        width: 332px;
        height: 286px;
        background-image: url(../img/monster02.png);
        position: absolute;
        top: 0;
        right: 0;
    }
}
*/
