﻿@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
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%;
}

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: "Noto Sans TC", serif, sans-serif;
  font-weight: 300;
  background-color: #fff;
}

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

.CB {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  max-width: 1366px;
}

footer {
  background-color: #fff;
}

.header {
  background: url("../img/bgRo.jpg") center -35px no-repeat;
  height: 1095px;
}

.header__logo {
  width: 190px;
  height: 124px;
  background: url("../img/logo_RO.png") center top no-repeat;
  position: absolute;
  top: 76px;
  left: 16%;
  background-size: 100% auto;
  cursor: pointer;
}

.header__sd {
  width: 69px;
  height: 119px;
  background: url("../img/scrolldown.png") center top no-repeat;
  position: absolute;
  top: 496px;
  left: 20%;
  cursor: pointer;
}

.header-link {
  position: fixed;
  top: 80px;
  right: 2px;
  font-size: 18px;
  z-index: 5;
}

.header-link 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);
}

.header-link li a {
  color: #fff;
}

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

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

.header--ros {
  background: url("../img/bgRos.jpg") center -35px no-repeat;
}

.header--ros .header__logo {
  background: url("../img/logo_ROS.png") center top no-repeat;
  background-size: 100% auto;
}

@media only screen and (max-width: 1024px) {
  .header {
    background-size: 150% auto;
    height: 100vw;
  }
  .header__logo {
    top: 10px;
    left: 20px;
  }
  .header__sd {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .header {
    background: url("../img/bg-s.jpg") center top no-repeat;
    background-size: 100%  auto;
  }
  .header__logo {
    width: 25vw;
    height: 16vw;
    left: 5px;
    top: 5px;
  }
  .header-link {
    top: 0;
    right: auto;
    position: relative;
  }
  .header-link li {
    position: fixed;
    margin: 0;
  }
  .header-link__01 {
    left: 0;
    bottom: 0;
    width: 100% !important;
    height: 50px !important;
    border-radius: 0 !important;
    font-size: 24px;
    line-height: 1.8;
  }
  .header-link__02 {
    display: none;
  }
  .header-link__03, .header-link__04 {
    width: 40px !important;
    height: 40px !important;
    right: 2px;
  }
  .header-link__03 a, .header-link__04 a {
    color: transparent !important;
  }
  .header-link__03 {
    background: url("../img/icon_fb.png") 50% 50% no-repeat;
    background-size: 80% auto;
    top: 8px;
  }
  .header-link__04 {
    background: url("../img/icon_baha.png") 50% 50% no-repeat;
    background-size: 80% auto;
    top: 50px;
  }
}

section .CB {
  max-width: 1024px;
}

section .titleText {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
}

section .titleText img {
  vertical-align: middle;
  margin-top: -20px;
}

@media only screen and (max-width: 768px) {
  section .titleText {
    font-size: 36px;
  }
  section .titleText img {
    width: 65px;
    height: 57px;
  }
}

.switch {
  position: relative;
  text-align: center;
  margin-top: -146px;
  z-index: 3;
}

.switch li {
  -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;
  width: 414px;
  height: 255px;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 30px;
  background-size: 100% auto;
}

.switch li a {
  width: 414px;
  height: 255px;
  display: block;
}

.switch li.notNow {
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);
}

.switch__ro {
  background: url("../img/RO.png") center top no-repeat;
}

.switch__ros {
  background: url("../img/ROS.png") center top no-repeat;
}

@media only screen and (max-width: 1024px) {
  .switch {
    margin-top: -30vw;
  }
  .switch li {
    display: block;
    width: 45%;
    height: 28vw;
    margin: 0 2.5%;
  }
  .switch li.switch__ro {
    float: left;
  }
  .switch li.switch__ros {
    float: right;
  }
  .switch:after {
    clear: both;
    content: "";
    display: table;
  }
}

@media only screen and (max-width: 768px) {
  .switch li {
    width: 48%;
    margin: 0 1%;
  }
}

.ps {
  font-size: 18px;
  color: #da5c30;
  font-weight: 500;
  margin-top: 20px;
}

.ps:before {
  display: inline-block;
  content: '◆';
  margin-right: 5px;
}

.signUp {
  margin-top: -120px;
  padding: 200px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 120px;
  background: url("../img/bgColor1.jpg") repeat;
  position: relative;
  z-index: 1;
}

.signUp .titleText {
  color: #668605;
}

.signUp-way-box {
  position: relative;
  background-color: #668605;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #fff;
  margin-bottom: 30px;
  width: 100%;
  z-index: 2;
}

.signUp-way-box h4 {
  font-family: arial, "Microsoft JhengHei", \5FAE\8EDF\6B63\9ED1\9AD4, PMingLiU, \65B0\7D30\660E\9AD4;
  font-style: italic;
  font-weight: bold;
  font-size: 54px;
  line-height: 1;
  display: block;
  position: absolute;
  margin: 0;
}

.signUp-way-box p {
  font-size: 24px;
  display: inline-block;
  margin: 16px 0 0 50px;
}

.signUp-way-box p.pfz1 span {
  display: inline-block;
  border-bottom: 3px solid #fff;
  margin: 0 4px;
  cursor: pointer;
}

.signUp-way-box p.pfz2 {
  font-size: 18px;
}

.signUp-way-box p.pfz2 .pcloth {
  display: block;
  color: #ffe674;
  width: 80%;
}

.signUp-way-box p.pfz2 .pcloth strong {
  font-size: 24px;
  margin: 0 5px;
}

.signUp-way-box .fbBtn {
  position: relative;
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin-left: 20px;
  display: inline-block;
}

.signUp-way-box .himawari {
  width: 86px;
  height: 86px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  right: 10vw;
  bottom: 20px;
  border: 6px solid #ffe674;
}

.signUp-sign {
  position: relative;
  z-index: 2;
  margin-top: 80px;
}

.signUp-sign__login {
  text-align: center;
  font-size: 21px;
  color: #da5c30;
  font-weight: 500;
}

.signUp-sign__login .logBtn {
  background-color: #da5c30;
  width: 64px;
  height: 36px;
  padding-bottom: 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 5px;
  border: 0;
  -webkit-box-shadow: inset 0 -3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -3px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.signUp-sign__login .logBtn:active {
  color: #EAEAEA;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.2);
}

.signUp-sign-calendar {
  margin-top: 30px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 3px solid #566c12;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../img/tbRo.jpg");
  position: relative;
  text-align:center;
}

.signUp-sign-calendar .calendar {
  position: relative;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #668605;
  width: 20%;
  height: 196px;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #838383;
  float: left;
}

.signUp-sign-calendar .calendar_date {
  font-size: 16px;
  text-align: left;
}

.signUp-sign-calendar .calendar_item {
  top: -5px;
  width: 60px;
  height: 75px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.signUp-sign-calendar .calendar_item img {
  width: 100%;
}

.signUp-sign-calendar .calendar_name {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  line-height: 1.2;
}

.signUp-sign-calendar .calendar_take {
  display: none;
}

.signUp-sign-calendar .calendar_take:after {
  display: inline-block;
  content: '今日領取';
  font-weight: 300;
}

.signUp-sign-calendar .calendar.get:after {
  width: 88%;
  height: 100%;
  display: block;
  content: '';
  background: url("../img/get/got.png") 50% 50% no-repeat;
  background-size: 100% auto;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.signUp-sign-calendar .calendar.today .calendar_date {
  font-weight: 900;
  color: #668605;
}

.signUp-sign-calendar .calendar.today .calendar_take {
  display: block;
  position: absolute;
  width: 98px;
  height: 28px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-bottom: 4px;
  border: 0;
  bottom: 10px;
  left: 50%;
  margin-left: -49px;
  -webkit-box-shadow: inset 0 -3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -3px 0px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #fff;
  background-color: #668605;
}

.signUp-sign-calendar .calendar.today .calendar_take:active {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.2);
  padding-bottom: 2px;
}

.signUp-sign-calendar:after {
  clear: both;
  content: "";
  display: table;
}

.signUp-get {
  margin-top: 80px;
  position: relative;
  z-index: 2;
}

.signUp-get__txt {
  text-align: center;
  font-size: 24px;
  color: #505050;
  font-weight: 500;
}

.signUp--ros {
  background: url("../img/bgColor2.jpg") repeat;
}

.signUp-rosBlock {
  background: url("../img/bgColor2.jpg") repeat;
}

.signUp-rosBlock .titleText {
  color: #dc4f5d;
}

.signUp-rosBlock .signUp-way-box {
  background-color: #dc4f5d;
}

.signUp-rosBlock .signUp-sign-calendar {
  border-color: #a93541;
  background: url("../img/tbRos.jpg");
}

.signUp-rosBlock .signUp-sign-calendar .calendar {
  border: 1px solid #dc4f5d;
}

.signUp-rosBlock .signUp-sign-calendar .calendar.today .calendar_date {
  color: #dc4f5d;
}

.signUp-rosBlock .signUp-sign-calendar .calendar.today .calendar_take {
  background-color: #dc4f5d;
}

.signUp .toy__1 {
  position: absolute;
  left: 0;
  top: 18%;
  z-index: 1;
}

.signUp .toy__2 {
  position: absolute;
  right: 0;
  bottom: 12%;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .signUp {
    margin-top: -18vw;
  }
}

@media only screen and (max-width: 768px) {
  .signUp {
    padding: 100px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 50px;
  }
  .signUp-way-box {
    width: 96%;
    margin: 0 auto 20px;
  }
  .signUp-way-box h4 {
    position: relative;
    text-align: center;
  }
  .signUp-way-box p {
    text-align: center;
    font-size: 27px;
    margin: 0;
    margin-top: 10px;
    display: block;
  }
  .signUp-way-box p.pfz2 .pcloth {
    width: 100%;
  }
  .signUp-way-box .fbBtn {
    position: relative;
    display: block;
    margin: 10px auto 20px;
    width: 52px;
    background-color: transparent;
    margin-top: -8%;
  }
  .signUp-way-box .himawari {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 10px auto 0;
  }
  .signUp-sign {
    margin-top: 50px;
  }
  .signUp-sign-calendar {
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 96%;
    margin: 20px auto 0;
  }
  .signUp-sign-calendar .calendar {
    width: 33.3%;
    height: 30vw;
  }
  .signUp-sign-calendar .calendar_item {
    width: 40%;
    height: 12vw;
    margin: 0 auto;
    position: relative;
  }
  .signUp-sign-calendar .calendar_name {
    font-size: 13px;
  }
  .signUp-get {
    width: 96%;
    margin: 50px auto 0;
  }
  .signUp .toy__1, .signUp .toy__2 {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .signUp-way-box {
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .signUp-sign-calendar .calendar {
    padding: 5px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    height: 43.5vw;
  }
  .signUp-sign-calendar .calendar_item {
    height: 17vw;
  }
  .signUp-sign-calendar .calendar_name {
    margin-top: 0px;
  }
  .signUp-sign-calendar .calendar.today .calendar_take {
    bottom: 5px;
  }
}

.notice {
  padding: 120px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: url("../img/bgNoticeRo.jpg") center top no-repeat, url("../img/bgNotice.jpg") center 20px no-repeat, url("../img/bgColor3.jpg") repeat;
}

.notice--ros {
  background: url("../img/bgNoticeRos.jpg") center top no-repeat, url("../img/bgNotice.jpg") center 20px no-repeat, url("../img/bgColor3.jpg") repeat;
}

.notice__title {
  color: #fff;
  text-align: left !important;
  padding-left: 3%;
}

.notice ol {
  width: 760px;
  list-style: none;
  counter-reset: li;
  margin: 0;
}

.notice ol li {
  text-align: left;
  font-size: 18px;
  counter-increment: li;
  color: #fff;
}

.notice ol li a {
  color: #FFEE89;
}

.notice ol li:before {
  content: counter(li);
  font-size: 24px;
  font-style: italic;
  display: inline-block;
  color: #fff;
  width: 30px;
  margin-left: -30px;
}

@media only screen and (max-width: 1024px) {
  .notice ol {
    padding: 0 6%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 4%;
  }
}

@media only screen and (max-width: 768px) {
  .notice {
    background: url("../img/bgColor3.jpg") repeat;
    padding: 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .notice--ros {
    background: url("../img/bgColor3.jpg") repeat;
  }
  .notice__title {
    padding-left: 2%;
  }
  .notice__title img {
    width: 57px !important;
    height: 62px !important;
  }
  .notice ol {
    width: 100%;
  }
  .notice ol li {
    text-align: justify;
  }
  .notice ol li:before {
    margin-left: -20px;
    width: 20px;
  }
}
