@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

ul, li, dl, dt, dd, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

a {
  text-decoration: none;
  color: inherit; }

a:active, a:hover, button:active, button:hover {
  outline: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1rem 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  cursor: pointer;
  overflow: visible; }

input[type="radio"] {
  vertical-align: text-bottom;
  box-sizing: border-box;
  padding: 0; }

input[type="checkbox"] {
  vertical-align: bottom;
  box-sizing: border-box;
  padding: 0; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

.clear {
  clear: both; }

input, button, select, textarea {
  outline: none; }

*:focus {
  outline: none; }

img {
  max-width: 100%; }

select {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  padding-right: 2rem !important;
  background: url("../images/arrown_down.svg") no-repeat center;
  background-size: auto 1rem;
  background-position: top .8rem right .5rem; }

input[type="radio"], input[type="checkbox"] {
  vertical-align: middle;
  display: inline-block;
  margin-right: .5rem; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Speedee_W_Bd';
  src: url("../font/WOFF2/Speedee_W_Bd.woff2") format("woff2"), url("../font/WOFF/Speedee_W_Bd.woff") format("woff"); }
@font-face {
  font-family: 'Speedee_W_BdIt';
  src: url("../font/WOFF2/Speedee_W_BdIt.woff2") format("woff2"), url("../font/WOFF/Speedee_W_BdIt.woff") format("woff"); }
@font-face {
  font-family: 'Speedee_W_It';
  src: url("../font/WOFF2/Speedee_W_It.woff2") format("woff2"), url("../font/WOFF/Speedee_W_It.woff") format("woff"); }
@font-face {
  font-family: 'Speedee_W_Lt';
  src: url("../font/WOFF2/Speedee_W_Lt.woff2") format("woff2"), url("../font/WOFF/Speedee_W_Lt.woff") format("woff"); }
@font-face {
  font-family: 'Speedee_W_LtIt';
  src: url("../font/WOFF2/Speedee_W_LtIt.woff2") format("woff2"), url("../font/WOFF/Speedee_W_LtIt.woff") format("woff"); }
@font-face {
  font-family: 'Speedee_W_Rg';
  src: url("../font/WOFF2/Speedee_W_Rg.woff2") format("woff2"), url("../font/WOFF/Speedee_W_Rg.woff") format("woff"); }
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
html, body {
  width: 100%;
  height: auto;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto; }

html {
  font-family: "Speedee_W_Rg","Speedee_W_Bd",Helvetica Neue,Arial,Microsoft JhengHei,"Noto Sans TC","微軟正黑體",sans-serif,sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.8rem; }

body {
  font-family: "Speedee_W_Rg","Speedee_W_Bd",Helvetica Neue,Arial,Microsoft JhengHei,"Noto Sans TC","微軟正黑體", sans-serif,sans-serif;
  font-size: 1rem;
  background-color: #fff;
  color: #000; }

.pc {
  display: block; }

.m {
  display: none; }

@media (max-width: 767px) {
  .pc {
    display: none; }

  .m {
    display: block; } }
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
.loader {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 11;
  width: 100%;
  height: 100%; }
  .loader img {
    max-width: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: ani_loader 3s 0s infinite; }
@keyframes ani_loader {
  0% {
    top: 50%; }
  50% {
    top: 52%; }
  100% {
    top: 50%; } }
.fixed_btn {
  position: fixed;
  bottom: .5rem;
  right: .5rem;
  max-width: 110px;
  width: 25%;
  display: block;
  z-index: 11; }

/*-all------*/
.topgo {
  background-color: #fff1be;
  text-align: center;
  padding: 1.5rem 1rem;
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase; }
  .topgo img {
    vertical-align: baseline;
    width: 1rem;
    margin: 0 .5rem; }

.socialmedia {
  background: #ffbc0d;
  padding: 1.5rem 1rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem; }
  .socialmedia p {
    display: inline-block; }
  .socialmedia span {
    color: #db0007; }
  .socialmedia img {
    vertical-align: middle;
    max-width: 2rem; }
  @media (max-width: 767px) {
    .socialmedia {
      font-size: 1rem; }
      .socialmedia p {
        display: block;
        margin-bottom: .5rem; } }

.footer {
  text-align: center;
  background-color: #ffbc0d;
  padding: 1rem;
  border-top: 1px solid #000; }
  .footer ul {
    display: inline-block;
    margin: 1% 3%;
    text-align: left;
    vertical-align: top;
    font-size: .875rem; }
    .footer ul li:nth-child(1) {
      margin-bottom: .5rem;
      font-weight: bold;
      font-size: 1rem;
      letter-spacing: 2px;
      border-bottom: 1px solid #000;
      padding-bottom: .5rem; }
  @media (max-width: 767px) {
    .footer ul {
      width: 45%;
      margin: 1rem 2%;
      text-align: center; } }
  @media (max-width: 430px) {
    .footer ul {
      margin: 1rem auto;
      display: block;
      max-width: 250px; }
      .footer ul li:nth-child(1) {
        margin-bottom: .5rem; } }

.copyright {
  background-color: #ffbc0d;
  text-align: left;
  padding: 1rem;
  color: #000;
  border-top: 1px solid #000; }
  .copyright p {
    display: inline-block; }
  .copyright a {
    float: right; }
  @media (max-width: 430px) {
    .copyright {
      text-align: center;
      font-size: .875rem; }
      .copyright p {
        display: block; }
      .copyright a {
        float: none; } }

.header {
  background-color: #fff;
  padding: .7rem 1rem; }
  .header #nav_open {
    display: none; }
  .header #nav_open:checked ~ ul {
    display: block; }
  .header .logo {
    display: inline-block;
    vertical-align: middle;
    line-height: 0; }
    .header .logo img {
      width: 2.5rem; }
  .header ul {
    float: right;
    position: relative; }
    .header ul li {
      display: inline-block;
      vertical-align: middle;
      line-height: 2.5rem;
      margin: 0 .5rem; }
      .header ul li a {
        display: block; }
      .header ul li a:hover {
        color: #ffbc0d; }
      .header ul li a img {
        width: 1.5rem;
        vertical-align: text-bottom; }
      .header ul li.nav_close {
        position: absolute;
        right: 0rem;
        top: 0rem;
        display: none; }
        .header ul li.nav_close img {
          width: 2.5rem; }
      .header ul li.submenu > details {
        display: block;
        position: relative; }
        .header ul li.submenu > details summary {
          display: block;
          list-style-type: none; }
        .header ul li.submenu > details summary::-webkit-details-marker {
          display: none;
          -webkit-appearance: none; }
        .header ul li.submenu > details summary::marker {
          display: none !important;
          -webkit-appearance: none;
          color: #fff !important; }
        .header ul li.submenu > details ul {
          position: absolute;
          background-color: #666;
          color: #fff;
          width: 210px;
          top: 2.8rem;
          padding: .5rem 1rem;
          right: 0;
          z-index: 20; }
          .header ul li.submenu > details ul li {
            font-size: .85rem;
            line-height: 1.2rem;
            display: block;
            margin: 1rem .5rem; }
      .header ul li.sm a {
        display: inline-block;
        margin: 0 .5rem;
        vertical-align: middle; }
        .header ul li.sm a img:nth-child(2) {
          display: none; }
  .header label {
    float: right;
    display: none; }
    .header label img {
      width: 2.5rem; }
  @media (max-width: 1000px) {
    .header > ul {
      float: none;
      width: 100%;
      display: block;
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.8);
      color: #fff;
      padding: 1.5rem;
      text-align: center;
      z-index: 10; }
      .header > ul > li {
        display: block;
        padding: .2rem; }
        .header > ul > li.nav_close {
          display: block; }
        .header > ul > li.submenu > details {
          display: block;
          position: relative; }
          .header > ul > li.submenu > details ul {
            position: static;
            background-color: #666;
            color: #fff;
            width: auto;
            top: 0;
            padding: .5rem;
            width: 100%; }
            .header > ul > li.submenu > details ul li {
              display: inline-block;
              margin: 0 .5rem; }
        .header > ul > li.sm a {
          display: inline-block;
          margin: 0 .5rem;
          vertical-align: middle; }
          .header > ul > li.sm a img:nth-child(1) {
            display: none; }
          .header > ul > li.sm a img:nth-child(2) {
            display: block; }
    .header label {
      display: block; } }

.lightbox {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: none;
  top: 0; }
  .lightbox .btn_boxclose {
    position: absolute;
    right: 0;
    top: 0;
    height: 1.8rem;
    width: 1.8rem;
    border-radius: 1.8rem;
    text-align: center;
    color: #fff;
    background: url("../images/close.svg") no-repeat center center #2d2d2d;
    background-size: 70% auto;
    margin: 1rem; }
  .lightbox .box {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 1rem;
    transform: translate(-50%, -50%);
    padding: 1rem;
    width: 90%;
    max-height: 90vh;
    overflow: auto;
    max-width: 600px; }

.part {
  text-align: center;
  padding: 2rem 0;
  width: 90%;
  margin: 0 auto; }

.title {
  font-size: 2rem;
  font-weight: bold;
  padding: 1.5rem 2rem;
  margin: 1rem auto 2rem;
  position: relative;
  display: inline-block;
  line-height: 2.5rem;
  max-width: 90%; }
  .title > span {
    display: block;
    font-size: 3rem;
    color: #db0007;
    margin-top: 1rem;
    line-height: 3.5rem; }
  .title i {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    border-color: #ffbc0d;
    border-style: solid; }
  .title i:nth-of-type(1) {
    top: 0;
    left: 0;
    border-left-width: .5rem;
    border-top-width: .5rem; }
  .title i:nth-of-type(2) {
    top: 0;
    right: 0;
    border-right-width: .5rem;
    border-top-width: .5rem; }
  .title i:nth-of-type(3) {
    bottom: 0;
    left: 0;
    border-left-width: .5rem;
    border-bottom-width: .5rem; }
  .title i:nth-of-type(4) {
    bottom: 0;
    right: 0;
    border-right-width: .5rem;
    border-bottom-width: .5rem; }
  .title + p {
    color: #db0007;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .title {
      font-size: 1.5rem; }
      .title > span {
        font-size: 1.5rem;
        margin-top: 0rem;
        line-height: 2rem; }
      .title p > span {
        display: block; } }

.videobox {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  text-align: left; }
  .videobox iframe {
    width: 100%;
    height: 100%;
    position: absolute; }

a.btn_red {
  display: inline-block;
  background-color: #db0007;
  color: #fff;
  padding: .5rem 1rem;
  font-weight: bold;
  border-radius: 5px;
  vertical-align: baseline;
  margin: 1%;
  text-decoration: none; }
  a.btn_red i {
    display: block;
    font-size: .9rem;
    text-align: left;
    font-style: normal;
    font-weight: 400; }
  a.btn_red span {
    font-size: 1.5rem;
    text-align: left;
    padding-right: 4rem; }
  a.btn_red:after {
    content: "";
    display: inline-block;
    margin-left: .5rem;
    height: 1rem;
    width: 1rem;
    background: url("../images/arrow_right2.png") no-repeat;
    background-size: cover; }
  a.btn_red.here, a.btn_red:hover {
    transform: scale(1.05);
    background-color: #000; }

a.btn_white {
  display: inline-block;
  background-color: #fff;
  color: #000;
  padding: .5rem 1rem;
  font-weight: bold;
  border-radius: 5px;
  vertical-align: baseline; }
  a.btn_white:after {
    content: "";
    display: inline-block;
    margin-left: .5rem;
    height: 1rem;
    width: 1rem;
    background: url("../images/arrow_right.png") no-repeat;
    background-size: cover; }
  a.btn_white.here, a.btn_white:hover {
    transform: scale(1.05);
    background-color: #000;
    color: #fff; }

a.btn_yellow {
  padding: .5rem .8rem;
  font-weight: bold;
  vertical-align: baseline;
  background-color: #ffbc0d;
  border-radius: 5px;
  width: 100%;
  display: block;
  text-align: center; }
  a.btn_yellow:after {
    content: "";
    display: inline-block;
    margin-left: .5rem;
    height: 1rem;
    width: 1rem;
    background: url("../images/arrow_right.png") no-repeat;
    background-size: cover; }
  a.btn_yellow.here, a.btn_yellow:hover {
    background-color: #000;
    color: #fff; }

.btns {
  margin: 1rem auto; }

.banner a {
  cursor: default; }
.banner img {
  margin: 0 auto;
  max-width: 100%; }
.banner img:nth-of-type(1) {
  display: block; }
.banner img:nth-of-type(2) {
  display: none; }
@media (max-width: 767px) {
  .banner img:nth-of-type(1) {
    display: none; }
  .banner img:nth-of-type(2) {
    display: block; } }

.bg_paleyellow {
  background-color: #f8e493;
  text-align: center;
  padding: 2rem 0; }

.bg_yellow {
  background-color: #ffbc0d;
  text-align: center;
  padding: 2rem 0; }

/*-index------*/
.part2 {
  text-align: center; }
  .part2 > ul {
    border-radius: 1rem;
    max-width: 1000px;
    overflow: hidden;
    margin: 1rem auto;
    display: block;
    width: 90%;
    background-color: #fff1be;
    text-align: left; }
    .part2 > ul > li {
      display: inline-block;
      padding: 1rem;
      vertical-align: middle; }
    .part2 > ul > li:nth-child(1) {
      width: 40%;
      background-color: #ffbc0d; }
    .part2 > ul > li:nth-child(2) {
      text-align: center;
      font-size: 1.2rem;
      width: 58%; }
      .part2 > ul > li:nth-child(2) strong {
        display: block;
        font-size: 1.2rem;
        margin-bottom: .5rem; }
      .part2 > ul > li:nth-child(2) li {
        display: inline-block;
        width: 45%;
        vertical-align: middle;
        margin: 1%; }
  @media (max-width: 767px) {
    .part2 > ul {
      margin: 1rem auto; }
      .part2 > ul > li {
        display: block; }
      .part2 > ul > li:nth-child(1) {
        width: 100%; }
      .part2 > ul > li:nth-child(2) {
        width: 100%; }
        .part2 > ul > li:nth-child(2) li {
          display: block;
          width: 100%;
          margin: .5rem auto; } }

.part3 {
  background-color: #ffbc0d;
  text-align: center;
  padding: 2rem 0; }
  .part3 .title i {
    border-color: #fff; }
  .part3 .title > span {
    color: #db0007;
    display: block;
    margin: 1rem auto; }
  .part3 ul {
    background: url("../images/part3_1.jpg") no-repeat;
    padding: 2rem;
    display: inline-block;
    max-width: 320px;
    margin: 1rem 1%;
    vertical-align: top;
    background-size: 100% 100%;
    width: 22%; }
    .part3 ul li:nth-child(2) {
      text-align: left;
      margin-top: 1rem;
      min-height: 9rem; }
    .part3 ul strong {
      margin-bottom: .5rem;
      color: #db0007; }
    .part3 ul p {
      line-height: 1.5rem;
      margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .part3 .title {
      font-size: 1.2rem;
      line-height: 2rem; }
      .part3 .title p span {
        display: block; }
      .part3 .title > span {
        margin: .5rem auto;
        font-size: 1.2rem;
        line-height: 2rem; }
        .part3 .title > span span {
          display: block; }
    .part3 ul {
      display: block;
      width: 90%;
      margin: 1rem auto; } }

.part4 {
  background-color: #f8e493;
  text-align: center;
  padding: 2rem 0; }
  .part4 > ul {
    background-color: #ffbc0d;
    border-radius: 1rem;
    max-width: 1000px;
    margin: 1rem auto;
    width: 90%;
    overflow: hidden; }
    .part4 > ul > li {
      width: 45%;
      display: inline-block;
      vertical-align: middle;
      padding: 2rem 1rem;
      text-align: left; }
      .part4 > ul > li strong {
        display: block;
        margin-bottom: 1rem;
        padding-bottom: .5rem;
        border-bottom: 1px solid #333;
        font-size: 1.2rem; }
      .part4 > ul > li p span {
        display: block; }
    .part4 > ul:nth-child(odd) {
      background-color: #fff1be;
      display: flex;
      justify-content: center;
      align-items: center; }
      .part4 > ul:nth-child(odd) li:nth-child(2) {
        order: -1; }
  @media (max-width: 767px) {
    .part4 > ul > li {
      width: 100%;
      display: block;
      margin: .5rem auto;
      padding: 1rem; }
      .part4 > ul > li:nth-child(2) {
        padding-top: 0rem;
        margin-top: 0rem; }
      .part4 > ul > li p span {
        display: inline; }
    .part4 > ul:nth-child(odd) {
      display: block; } }

.part5 {
  background: #ffbc0d;
  text-align: center; }
  .part5 ul {
    margin: 0 auto;
    text-align: left;
    padding: 2rem;
    max-width: 90%;
    display: inline-block; }
    .part5 ul li {
      display: inline-block;
      vertical-align: middle; }
      .part5 ul li:nth-child(1) {
        margin-right: 1rem; }
      .part5 ul li h1 {
        font-size: 2rem; }
      .part5 ul li h2 {
        font-size: 1.5rem;
        margin: .5rem auto; }
  @media (max-width: 767px) {
    .part5 ul {
      padding: 2rem 1rem; }
      .part5 ul li {
        display: block; }
        .part5 ul li:nth-child(1) {
          margin-right: 0rem;
          margin-bottom: .5rem; } }

.part6 {
  background-color: #f8e493;
  text-align: center;
  padding: 2rem 0; }
  .part6 div:nth-of-type(2) ul {
    display: none;
    background-color: #fff;
    padding: 2rem;
    max-width: 800px;
    border-radius: 1rem;
    margin: 0rem auto 1rem;
    width: 90%;
    border: 0px; }
    .part6 div:nth-of-type(2) ul li {
      display: inline-block;
      max-width: 150px;
      margin: 1.5rem;
      vertical-align: top; }
      .part6 div:nth-of-type(2) ul li p {
        min-height: 4rem;
        margin-top: .5rem; }
    .part6 div:nth-of-type(2) ul.here {
      display: block;
      border: 3px solid #db0007; }
  @media (max-width: 767px) {
    .part6 div:nth-of-type(2) {
      padding: 1rem; }
      .part6 div:nth-of-type(2) ul li {
        margin: .5rem;
        width: 40%;
        font-size: .9rem;
        line-height: 1.2rem; } }
  .part6 .btns a {
    background-color: #b69a81;
    margin: .5rem; }
  .part6 .btns a.here {
    transform: scale(1.2);
    background-color: #db0007; }

.part7 > div {
  max-width: 1000px;
  width: 90%;
  margin: 1rem auto; }
  .part7 > div > a {
    display: inline-block;
    width: 280px;
    vertical-align: middle;
    padding: 1rem 2rem 1rem 1rem;
    border-radius: 1rem;
    border: 2px solid #ffbc0d;
    box-shadow: 5px 5px 0px #ffbc0d;
    text-align: left;
    background: url("../images/arrow_right.png") no-repeat center right #fff1be;
    background-position: center right 1rem;
    margin: 1rem; }
    .part7 > div > a strong {
      font-size: 1.5rem; }
    .part7 > div > a:hover {
      transform: scale(1.05); }
  .part7 > div div.part7_sm {
    position: relative;
    display: inline-block;
    width: 280px;
    vertical-align: middle;
    padding: 1rem 2rem 1rem 1rem;
    border-radius: 1rem;
    border: 2px solid #ffbc0d;
    box-shadow: 5px 5px 0px #ffbc0d;
    text-align: left;
    background: url("../images/arrow_right.png") no-repeat center right #fff1be;
    background-position: center right 1rem;
    margin: 1rem;
    overflow: hidden; }
    .part7 > div div.part7_sm span {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: white;
      top: 0;
      left: 0;
      text-align: center;
      display: none; }
      .part7 > div div.part7_sm span a {
        margin: 0 .5rem; }
    .part7 > div div.part7_sm strong {
      font-size: 1.5rem; }
    .part7 > div div.part7_sm:hover {
      transform: scale(1.05); }
    .part7 > div div.part7_sm:hover span {
      display: flex;
      justify-content: center;
      align-items: center; }
@media (max-width: 767px) {
  .part7 > div > a {
    margin: 1rem auto; }
  .part7 > div div.part7_sm {
    margin: 1rem auto; } }

/*-list------*/
.storelist {
  background-color: #ffbc0d; }
  .storelist > div.part {
    max-width: 1000px; }
  .storelist .fliter {
    margin: 1rem auto; }
    .storelist .fliter select {
      display: inline-block;
      vertical-align: middle;
      padding: .5rem 1rem;
      border-radius: 5px;
      background-color: #fff;
      border: 0px;
      width: 30%;
      margin: 1%;
      appearance: none;
      -webkit-appearance: none; }
    .storelist .fliter + p {
      font-size: .875rem;
      margin: .5rem auto;
      text-align: left; }
      .storelist .fliter + p span {
        margin: 0 .3rem; }
    @media (max-width: 767px) {
      .storelist .fliter select {
        display: block;
        max-width: 100%;
        margin: .5rem auto;
        width: 100%; } }
  .storelist table {
    width: 100%;
    border-radius: 5px;
    overflow: hidden; }
    .storelist table thead {
      background-color: #fff1be; }
      .storelist table thead th {
        padding: .8rem 1rem;
        text-align: center; }
    .storelist table tbody {
      background: #fff; }
      .storelist table tbody tr {
        border-bottom: 1px solid #666; }
        .storelist table tbody tr:last-of-type {
          border-bottom: 0; }
      .storelist table tbody td {
        text-align: center;
        padding: 1.5rem 1rem;
        width: 33%; }
        .storelist table tbody td img {
          width: .8rem;
          margin-right: .5rem;
          vertical-align: text-bottom; }
        .storelist table tbody td a:not(.btn_red) {
          text-decoration: underline; }
  .storelist .data_num {
    margin: 2rem auto; }
    .storelist .data_num a {
      display: inline-block;
      padding: .5rem;
      font-weight: bold; }
      .storelist .data_num a img {
        vertical-align: text-bottom; }
      .storelist .data_num a.here {
        color: #db0007; }

/*-jobs------*/
.intro {
  background-color: #fff1be;
  padding: 2rem 0; }
  .intro .intro_title {
    font-size: 2.5rem;
    margin: 1rem auto;
    display: block;
    line-height: 3.5rem; }
    .intro .intro_title span {
      display: block; }
    .intro .intro_title + p {
      font-size: 1rem;
      color: #db0007;
      margin-bottom: 2rem; }
      .intro .intro_title + p span {
        display: block; }
    @media (max-width: 767px) {
      .intro .intro_title {
        font-size: 2rem;
        line-height: 3rem; }
        .intro .intro_title span {
          display: inline; }
        .intro .intro_title + p span {
          display: inline; } }
    .intro .intro_title.intro_title2 {
      color: #db0007; }
      .intro .intro_title.intro_title2 + p {
        color: #000; }
  .intro .points {
    margin: 2rem auto;
    max-width: 1000px; }
    .intro .points li {
      display: inline-block;
      width: 22%;
      margin: 1%;
      vertical-align: top; }
      .intro .points li p {
        margin-top: .5rem; }
        .intro .points li p span {
          display: block; }
    @media (max-width: 767px) {
      .intro .points li {
        width: 45%; } }
  .intro .rules {
    padding: 1rem 2rem;
    background-color: #fff;
    border-radius: 1rem;
    text-align: center;
    max-width: 1000px;
    margin: 2rem auto; }
    .intro .rules > li {
      text-align: left;
      display: inline-block;
      width: 45%;
      margin: 2%;
      vertical-align: top; }
      .intro .rules > li > strong {
        display: block;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
        border-bottom: 1px solid #000;
        font-size: 1.2rem; }
        .intro .rules > li > strong:before {
          content: '★';
          color: #ffbc0d;
          font-weight: bold;
          margin-right: .5rem;
          font-size: 1.2rem; }
      .intro .rules > li ol {
        margin-left: 1.5rem; }
        .intro .rules > li ol li {
          list-style: disc;
          margin-bottom: .5rem; }
          .intro .rules > li ol li span {
            color: #db0007; }
    .intro .rules.rules_2 > li {
      width: 28%; }
    @media (max-width: 767px) {
      .intro .rules > li {
        display: block;
        width: 100%;
        margin: 0 auto 1.5rem; }
      .intro .rules.rules_2 > li {
        display: block;
        width: 100%;
        margin: 0 auto 1.5rem; } }

.benefits {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 2rem 0; }
  .benefits .benefitbox {
    margin: 2rem auto; }
    .benefits .benefitbox > div {
      border: 2px solid #ffbc0d;
      border-radius: 1rem;
      background-color: #fff1be;
      position: relative;
      display: inline-block;
      width: 30%;
      margin: 1%;
      vertical-align: top; }
      .benefits .benefitbox > div strong {
        display: block;
        padding: 1rem 0;
        text-align: center;
        background-color: #ffbc0d;
        font-weight: bold;
        font-size: 1.2rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .benefits .benefitbox > div ul {
        text-align: left;
        padding: 1rem;
        margin-left: 1.5rem; }
        .benefits .benefitbox > div ul li {
          padding-bottom: .5rem;
          margin-bottom: .5rem;
          border-bottom: 1px solid #2d2d2d; }
          .benefits .benefitbox > div ul li:before {
            content: '★';
            color: #ffbc0d;
            font-weight: bold;
            margin-right: .5rem;
            font-size: 1.2rem;
            margin-left: -1.7rem; }
      .benefits .benefitbox > div:before, .benefits .benefitbox > div:after {
        content: "";
        position: absolute;
        top: -.8rem;
        left: 1.5rem;
        height: 2rem;
        width: 2rem;
        background: url("../images/benefits_1.svg") no-repeat top center;
        background-size: 100% auto; }
      .benefits .benefitbox > div:after {
        left: inherit;
        right: 1.5rem; }
    @media (max-width: 767px) {
      .benefits .benefitbox > div {
        display: block;
        width: 100%;
        margin: 0 auto 2rem; } }

.process {
  background-color: #ffbc0d;
  padding: 2rem 0; }
  .process .title i {
    border-color: #fff; }
  .process .title + p {
    color: #000; }
    .process .title + p span {
      display: block; }
  @media (max-width: 767px) {
    .process .title + p span {
      display: inline; } }
  .process .process_steps {
    max-width: 1200px;
    margin: 2rem auto;
    padding-bottom: 5rem;
    background: url("../images/junior_manager_step_arrow.png") bottom center no-repeat;
    background-size: 95% auto; }
    .process .process_steps > ul {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      width: 15%; }
      .process .process_steps > ul > li:nth-child(2) {
        margin-top: 1rem;
        display: none; }
      .process .process_steps > ul img {
        display: block;
        max-width: 100%; }
      .process .process_steps > ul strong {
        text-align: left;
        display: block;
        color: #db0007;
        font-weight: bold;
        margin: 0 0 .5rem .5rem; }
        .process .process_steps > ul strong span {
          font-size: 1.5rem; }
      .process .process_steps > ul ol {
        margin-left: 1.5rem;
        text-align: left; }
        .process .process_steps > ul ol li {
          list-style: disc;
          margin-bottom: .5rem; }
    .process .process_steps > i {
      color: #fff;
      font-style: normal;
      margin-top: 5rem;
      display: inline-block;
      text-align: center;
      padding: 0 .5rem; }
      .process .process_steps > i:before {
        content: "▶"; }
    @media (max-width: 767px) {
      .process .process_steps {
        padding-bottom: 0;
        background: url("../images/junior_manager_step_arrow_m.png") top right no-repeat;
        background-size: auto 100%; }
        .process .process_steps > ul {
          display: block;
          width: 80%; }
          .process .process_steps > ul > li {
            display: inline-block;
            width: 45%;
            vertical-align: middle; }
          .process .process_steps > ul > li:nth-child(2) {
            display: inline-block; }
        .process .process_steps > i {
          display: block;
          margin-top: 0;
          padding: .5rem 0;
          text-align: left;
          margin-left: 5rem; }
          .process .process_steps > i:before {
            content: "▼"; } }
    .process .process_steps.process_steps_w {
      background: none; }
      .process .process_steps.process_steps_w > i {
        color: #ffbc0d; }
      @media (max-width: 767px) {
        .process .process_steps.process_steps_w {
          display: none; } }
  .process .btns {
    max-width: 1200px;
    margin: 2rem auto; }
    .process .btns a {
      padding: 1rem;
      min-width: 180px; }

.projects {
  background-color: #f8e493;
  padding: 2rem 0; }
  .projects .project_box {
    max-width: 1200px;
    margin: 2rem auto; }
    .projects .project_box > ul {
      background-color: #fff;
      border-radius: 1rem;
      width: 30%;
      vertical-align: top;
      display: inline-block;
      margin: 1%; }
      .projects .project_box > ul li:nth-child(1) {
        background-color: #ffbc0d;
        padding: 2rem 1rem;
        border-radius: 1rem;
        text-align: center; }
        .projects .project_box > ul li:nth-child(1) strong {
          display: block;
          margin-bottom: 1rem;
          font-size: 1.2rem;
          font-weight: bold; }
      .projects .project_box > ul li:nth-child(2) {
        padding: 2rem;
        border-radius: 1rem;
        text-align: left; }
    @media (max-width: 767px) {
      .projects .project_box > ul {
        display: block;
        width: 100%;
        margin: 0 auto 2rem; } }

/*-faq------*/
.faq .faqs > div {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: .5rem;
  text-align: left;
  margin-bottom: 1.5rem;
  position: relative; }
  .faq .faqs > div > strong {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    padding-bottom: 1rem;
    border-bottom: 1px solid #000;
    margin-bottom: 1rem;
    vertical-align: top;
    width: calc(100% - 4rem);
    margin-left: 2rem; }
    .faq .faqs > div > strong:before {
      content: "★";
      color: #ffbc0d;
      margin-left: -2rem;
      vertical-align: text-top;
      font-size: 1.5rem;
      margin-right: .5rem; }
    .faq .faqs > div > strong > a {
      position: absolute;
      top: 1.5rem;
      right: 1.5rem;
      height: 1.5rem;
      width: 1.5rem;
      text-align: center;
      background-color: #db0007;
      color: #fff;
      border-radius: 1.5rem;
      line-height: 1.2rem; }
      .faq .faqs > div > strong > a:after {
        content: "+"; }
      .faq .faqs > div > strong > a.here:after {
        content: "-"; }
  .faq .faqs > div > p {
    display: none;
    margin-left: 2rem; }
    .faq .faqs > div > p a {
      color: #db0007; }

/*-first------*/
.first_steps {
  margin: 1rem auto;
  max-width: 1000px; }
  .first_steps > ul {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: .5rem;
    border-top: 0.5rem solid #ffbc0d;
    margin-bottom: 1.5rem; }
    .first_steps > ul li {
      display: inline-block;
      vertical-align: middle; }
    .first_steps > ul li:nth-child(1) {
      width: 30%;
      text-align: center; }
      .first_steps > ul li:nth-child(1) > img {
        vertical-align: middle;
        display: inline-block;
        width: 30%; }
      .first_steps > ul li:nth-child(1) > strong {
        vertical-align: middle;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
        margin-left: 1rem;
        display: inline-block;
        width: 60%; }
        .first_steps > ul li:nth-child(1) > strong:after {
          display: block;
          text-align: center;
          content: "▼";
          color: #ffbc0d;
          line-height: 1rem;
          text-align: center;
          margin-top: .5rem; }
    .first_steps > ul li:nth-child(2) {
      width: 65%;
      text-align: left;
      border-left: 1px solid #2d2d2d;
      padding-left: 3%;
      margin-left: 3%; }
      .first_steps > ul li:nth-child(2) > strong {
        font-size: 1.2rem;
        color: #db0007;
        font-weight: bold;
        margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .first_steps > ul li {
      display: block; }
    .first_steps > ul li:nth-child(1) {
      width: 100%; }
      .first_steps > ul li:nth-child(1) > strong {
        width: 100%;
        display: block;
        margin: 0;
        margin-top: .5rem; }
    .first_steps > ul li:nth-child(2) {
      width: 100%;
      border: 0;
      padding: 0;
      margin: 0;
      margin-top: 1rem;
      text-align: center; } }

/*-story------*/
.story .storys {
  margin: 1rem auto;
  max-width: 1000px; }
  .story .storys > ul {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: .5rem;
    border-top: 0.5rem solid #ffbc0d;
    border-bottom: 0.5rem solid #ffbc0d;
    margin: 1.5rem auto; }
    .story .storys > ul li {
      display: inline-block;
      vertical-align: top; }
    .story .storys > ul li:nth-child(1) {
      width: 50%;
      margin-right: 2%; }
    .story .storys > ul li:nth-child(2) {
      width: 45%;
      text-align: left;
      overflow: auto; }
      .story .storys > ul li:nth-child(2) strong {
        color: #db0007;
        display: block;
        padding-bottom: .8rem;
        border-bottom: 1px solid #2d2d2d;
        margin-bottom: .8rem;
        font-weight: bold;
        font-size: 1.2rem; }
      .story .storys > ul li:nth-child(2) p {
        margin-bottom: .8rem; }
      .story .storys > ul li:nth-child(2) p.tips {
        font-size: .8rem;
        color: #666; }
      .story .storys > ul li:nth-child(2) > a {
        float: right; }
  @media (max-width: 767px) {
    .story .storys > ul li {
      display: block; }
    .story .storys > ul li:nth-child(1) {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1rem; }
    .story .storys > ul li:nth-child(2) {
      width: 100%; } }

/*-group------*/
.group_nav {
  width: 100%;
  background: linear-gradient(#e4e4e4 0%, #e4e4e4 60%, #fff 60%, #fff 100%);
  text-align: center;
  padding: 2rem 0; }
  .group_nav .part {
    max-width: 1200px;
    display: inline-block; }
    .group_nav .part > li {
      width: 22%;
      margin: 0 1%;
      max-width: 350px;
      display: inline-block; }
      .group_nav .part > li img:nth-child(2) {
        display: none; }
      .group_nav .part > li a:hover > img:nth-child(1) {
        display: none; }
      .group_nav .part > li a:hover > img:nth-child(2) {
        display: block; }
    @media (max-width: 767px) {
      .group_nav .part > li {
        width: 45%; } }

.group_reason .part {
  background-color: #ffbc0d;
  text-align: center;
  padding: 2rem 0; }
  .group_reason .part .title i {
    border-color: #fff; }
  .group_reason .part .reason {
    width: 30%;
    display: inline-block;
    max-width: 320px;
    margin: 0 1%;
    vertical-align: top; }
    .group_reason .part .reason p {
      background: url("../images/genm_reason_dialog.jpg") no-repeat;
      padding: 1.5rem 2rem 3rem;
      margin: 1rem 1%;
      background-size: 100% 100%;
      color: #db0007;
      font-weight: bold;
      font-size: 1.25rem; }
    .group_reason .part .reason ul {
      background: url("../images/part3_1.jpg") no-repeat;
      padding: 2rem;
      margin: 1%;
      vertical-align: top;
      background-size: 100% 100%; }
      .group_reason .part .reason ul li:nth-child(2) {
        margin-top: 1rem;
        min-height: 8rem;
        text-align: left; }
        .group_reason .part .reason ul li:nth-child(2) ol li {
          text-indent: -1rem;
          padding-left: 1rem; }
          .group_reason .part .reason ul li:nth-child(2) ol li:before {
            content: "★";
            color: #ffbc0d; }
  @media (max-width: 767px) {
    .group_reason .part .reason {
      width: auto;
      display: block;
      margin: 0 auto 4rem; } }

.group_experience {
  background-color: #f8e493;
  text-align: center;
  padding: 2rem 0; }
  .group_experience > ul {
    background-color: #ffbc0d;
    border-radius: 1rem;
    max-width: 1000px;
    margin: 1rem auto;
    width: 90%;
    overflow: hidden; }
    .group_experience > ul > li {
      width: 45%;
      display: inline-block;
      vertical-align: middle;
      padding: 2rem 1rem;
      text-align: left; }
      .group_experience > ul > li strong {
        display: block;
        margin-bottom: 1rem;
        padding-bottom: .5rem;
        border-bottom: 1px solid #333;
        font-size: 1.2rem;
        color: #db0007; }
      .group_experience > ul > li p span {
        display: block; }
    .group_experience > ul:nth-child(even) {
      background-color: #fff1be;
      display: flex;
      justify-content: center;
      align-items: center; }
      .group_experience > ul:nth-child(even) li:nth-child(1) {
        order: 1; }
  @media (max-width: 767px) {
    .group_experience > ul > li {
      width: 100%;
      display: block;
      margin: .5rem auto;
      padding: 1rem; }
      .group_experience > ul > li:nth-child(2) {
        padding-top: 0rem;
        margin-top: 0rem;
        text-align: center; }
      .group_experience > ul > li p span {
        display: inline; }
    .group_experience > ul:nth-child(even) {
      display: block; } }

.group_benefits {
  padding: 2rem 0; }
  .group_benefits .part .title i {
    border-color: #fff; }
  .group_benefits .part .benefitbox {
    max-width: 1200px;
    margin: 2rem auto;
    padding-bottom: 5rem;
    background: url("../images/genm_part5_pic1.png") bottom center no-repeat;
    background-size: 95% auto; }
    .group_benefits .part .benefitbox > div {
      border-radius: 1rem;
      background-color: #fff;
      position: relative;
      display: inline-block;
      width: 30%;
      margin: 1%;
      vertical-align: top; }
      .group_benefits .part .benefitbox > div strong {
        display: block;
        padding: 1rem 0;
        text-align: center;
        background-color: #fff1be;
        font-weight: bold;
        font-size: 1.2rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .group_benefits .part .benefitbox > div ul {
        text-align: left;
        padding: 1rem;
        margin-left: 1.5rem;
        min-height: 12rem; }
        .group_benefits .part .benefitbox > div ul li {
          padding-bottom: .5rem;
          margin-bottom: .5rem; }
          .group_benefits .part .benefitbox > div ul li:before {
            content: '★';
            color: #ffbc0d;
            font-weight: bold;
            margin-right: .5rem;
            font-size: 1.2rem;
            margin-left: -1.7rem; }
      .group_benefits .part .benefitbox > div:before, .group_benefits .part .benefitbox > div:after {
        content: "";
        position: absolute;
        top: -.8rem;
        left: 1.5rem;
        height: 2rem;
        width: 2rem;
        background: url("../images/benefits_1.svg") no-repeat top center;
        background-size: 100% auto; }
      .group_benefits .part .benefitbox > div:after {
        left: inherit;
        right: 1.5rem; }
  @media (max-width: 767px) {
    .group_benefits .part .benefitbox {
      padding-bottom: 0;
      background: url("../images/genm_part5_pic2.png") top right no-repeat;
      background-size: auto 100%; }
      .group_benefits .part .benefitbox > div {
        display: block;
        width: calc(100% - 70px);
        margin-bottom: 2rem; }
        .group_benefits .part .benefitbox > div ul {
          display: block;
          min-height: auto; }
          .group_benefits .part .benefitbox > div ul > li {
            display: inline-block;
            vertical-align: middle; } }

._index {
  width: 100vw;
  height: calc(100vh - 4rem);
  background: url("../images/index_bg_26.jpg") center center no-repeat;
  background-size: cover;
  position: relative; }
  ._index .index_title {
    position: absolute;
    max-width: 30%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  ._index .btns {
    position: absolute;
    bottom: 0%;
    width: 100%;
    padding: .5rem;
    text-align: center;
    display: flex;
    justify-content: center; }
    ._index .btns a {
      width: 40%;
      margin: 0 1rem; }
      ._index .btns a:hover {
        transform: scale(1.05); }
    ._index .btns .btn2 {
      position: relative; }
      ._index .btns .btn2 img:last-child {
        position: absolute;
        right: -1rem;
        bottom: 80%;
        max-width: 250px;
        width: 35%; }
  @media (max-width: 1000px) {
    ._index {
      background: url("../images/index_bg2_26.jpg") center center no-repeat;
      text-align: center;
      height: auto; }
      ._index .index_title {
        position: static;
        max-width: 500px;
        left: static;
        top: static;
        transform: none;
        margin: 5rem auto 1rem;
        width: 80%; }
      ._index .btns {
        position: static;
        bottom: static;
        width: 90%;
        margin: 0 auto;
        max-width: 500px;
        flex-wrap: wrap; }
        ._index .btns a {
          width: 100%;
          margin: 0 auto; }
        ._index .btns .btn2 {
          order: -1; }
          ._index .btns .btn2 img:last-child {
            right: 0rem;
            bottom: 50%;
            max-width: 200px;
            width: 25%; } }
