/* Minification failed. Returning unminified contents.
(59,1): run-time error CSS1019: Unexpected token, found '@import'
(59,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css)'
(60,1): run-time error CSS1019: Unexpected token, found '@import'
(60,9): run-time error CSS1019: Unexpected token, found 'url(//fonts.googleapis.com/earlyaccess/notosanstc.css)'
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	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;
	
}





@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  font-family: AdobeMingStd-Light, Microsoft JhengHei, Arial, sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text_center {
  text-align: center;
}
.game_header {
  max-width: 1280px;
  width: 68%;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
  position: relative;
}
.game_header .logo a {
  display: inline-block;
  width: 255px;
  height: 74px;
  background-image: url("https://campaign.yam.com/safeorg/images/game/LOGO.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 10px;
}

.game_nav {
  z-index: 5;
}
.game_nav li:hover a {
  -webkit-transform: translateY(-17px);
  transform: translateY(-17px);
}
.game_nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("https://campaign.yam.com/safeorg/images/game/head_menu/menu_btn_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 177px;
  height: 57px;
  margin-right: 15px;
  color: #574840;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "cwTeXYen";
}
.game_nav a:nth-child(5) {
  margin-right: 0;
}

.game_nav_active {
  -webkit-transform: translateY(-17px);
  transform: translateY(-17px);
}

.M_RWD_btn {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 25px;
  right: 10px;
}

.index_header {
  max-width: 1710px;
  width: 90%;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
.index_header .logo a {
  display: inline-block;
  width: 306px;
  height: 88px;
  background-image: url("https://campaign.yam.com/safeorg/images/game/LOGO.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}

.index_nav li:hover a {
  -webkit-transform: translateY(-17px);
  transform: translateY(-17px);
}
.index_nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*margin-right: 5px;*/
  margin-right: 8px;
  color: #574840;
  font-size: 2rem;
  font-weight: bold;
  font-family: "cwTeXYen";
  width: 229px;
  height: 74px;
  color: transparent;
}
.index_nav .menu1 {
  width: 287px;
  background-image: url("https://campaign.yam.com/safeorg/images/index/menu/menu1.svg");
}
.index_nav .menu2 {
  background-image: url("https://campaign.yam.com/safeorg/images/index/menu/menu2.svg");
}
.index_nav .menu3 {
  background-image: url("https://campaign.yam.com/safeorg/images/index/menu/menu3.svg");
}
.index_nav .menu4 {
  background-image: url("https://campaign.yam.com/safeorg/images/index/menu/menu4.svg");
}
.index_nav .menu5 {
  background-image: url("https://campaign.yam.com/safeorg/images/index/menu/menu5.svg");
}

@media screen and (max-width: 1680px) {
  .index_nav a {
    width: 161px;
    height: 52px;
  }
  .index_nav .menu1 {
    width: 210px;
    height: 52px;
  }
}
@media screen and (max-width: 1366px) {
  .game_header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
  }
  .game_header .logo {
    margin-bottom: 3%;
  }
  .game_header .game_nav {
    width: 100%;
  }

  .index_header {
    width: 95%;
  }
}
@media screen and (max-width: 1280px) {
  .index_header .logo a {
    width: 200px;
    height: 58px;
  }

  .game_nav a {
    width: 140px;
    height: 45px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1160px) {
  .game_header .logo {
    margin-bottom: 0;
  }
  .game_header .logo a {
    width: 180px;
    height: 59px;
  }

  .M_RWD_btn {
    display: block;
  }

  .game_header {
    background-color: #fff;
    padding-top: 10px;
    width: 100%;
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .game_nav {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
  }
  .game_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.829);
    padding: 10px;
  }
  .game_nav li {
    text-align: center;
    margin-bottom: 20px;
  }
  .game_nav li:hover a {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .game_nav a {
    background-image: url(https://campaign.yam.com/safeorg/images/game/mobile_pics/M_menu_bg.svg);
    height: auto;
    width: 230px;
    height: 70px;
    background-size: contain;
    font-size: 1.5rem;
    color: #fff;
  }

  .game_nav_active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .index_header {
    background-color: #fff;
    padding-top: 10px;
    width: 100%;
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .index_header li {
    margin-bottom: 20px;
  }
  .index_header li:hover a {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .index_header .logo {
    margin-bottom: 0;
  }
  .index_header .logo a {
    width: 180px;
    height: 59px;
  }

  .index_nav {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
  }
  .index_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.829);
    padding: 10px;
  }
  .index_nav li {
    text-align: center;
  }
  .index_nav a {
    background-image: url("https://campaign.yam.com/safeorg/images/game/mobile_pics/M_menu_bg.svg");
    height: auto;
    background-size: contain;
    font-size: 1.5rem;
    color: #fff;
    width: 230px;
    height: 70px;
    background-size: contain;
  }
  .index_nav .menu1 {
    width: 230px;
    height: 70px;
    background-image: url("https://campaign.yam.com/safeorg/images/game/mobile_pics/M_menu_bg.svg");
  }
  .index_nav .menu2, .index_nav .menu3, .index_nav .menu4, .index_nav .menu5 {
    background-image: url("https://campaign.yam.com/safeorg/images/game/mobile_pics/M_menu_bg.svg");
  }
}
b {
  font-weight: bold;
}

main {
  position: relative;
}

.container {
  max-width: 1190px;
  width: 63%;
  margin: 0 auto;
}

.min_bg {
  position: relative;
  min-height: 100vh;
}

.dot_bg {
  background-image: url("https://campaign.yam.com/safeorg/images/game/bgs/bg_s.png");
}

.M_main_pic {
  display: none;
  text-align: center;
  width: 50%;
}
.M_main_pic img {
  margin: 0 auto;
}

.bottom_pic_hidden {
  display: none;
  width: 100%;
}

.go_game_fixed_btn {
  width: 14vw;
  position: fixed;
  right: 8vw;
  bottom: 2%;
  z-index: 2;
}

.go_top_btn {
  position: fixed;
  right: 3%;
  bottom: 3%;
  width: 50px;
  cursor: pointer;
  z-index: 10;
}
.go_top_btn:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.index_to_game_btn {
  position: fixed;
  right: 3%;
  bottom: 10%;
  width: 15%;
  z-index: 20;
}

@media screen and (max-width: 1600px) {
  .go_game_fixed_btn {
    right: 4vw;
  }
}
@media screen and (max-width: 1366px) {
  .container {
    width: 70%;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    width: 80%;
  }
}
@media screen and (max-width: 1100px) {
  .M_main_pic {
    display: block;
    margin: 0 auto 5%;
    width: 45%;
  }

  .bottom_pic_hidden {
    display: block;
    width: 100%;
  }

  .go_game_fixed_btn {
    width: 24vw;
    right: 2vw;
  }

  .index_to_game_btn {
    width: 20%;
  }
}
@media screen and (max-width: 769px) {
  .go_game_fixed_btn {
    width: 22vw;
    right: 4vw;
  }

  .container {
    width: 90%;
  }

  .index_to_game_btn {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .go_game_fixed_btn {
    width: 32vw;
    right: 4vw;
  }

  .M_main_pic {
    width: 80%;
  }

  .go_top_btn {
    width: 40px;
  }
}
.GWL_main {
  min-height: 80vh;
}

.GWL_title {
  width: 19%;
  margin: 1% auto;
  -webkit-filter: drop-shadow(4px 6px 5px rgba(100, 100, 100, 0.7));
  filter: drop-shadow(4px 6px 5px rgba(100, 100, 100, 0.7));
}

.GWL_list {
  text-align: center;
  font-size: 2rem;
  color: #574840;
  font-weight: bold;
}
.GWL_list span {
  font-size: 4.5rem;
  font-weight: bold;
  color: #ed6575;
}

.bottom_pic3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  left: 5%;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  .GWL_title {
    width: 32%;
  }
}
@media screen and (max-width: 769px) {
  .GWL_title {
    width: 28%;
  }

  .GWL_main {
    min-height: 42vh;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .bottom_pic3 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .GWL_title {
    margin-bottom: 3%;
    width: 40%;
  }

  .GWL_list {
    font-size: 1.5rem;
  }
  .GWL_list span {
    font-size: 2.5rem;
  }
}
.GWL_container {
  padding-bottom: 30px;
  width: 95%;
  position: relative;
}

.winning_list_title {
  color: #ed6575;
  font-weight: bold;
  font-size: 3.125rem;
  text-align: center;
  z-index: 2;
  position: relative;
}

.winning_rule {
  background-color: #fff;
  padding: 15px 20px;
  font-size: 1.5rem;
  color: #574840;
  margin-bottom: 50px;
  z-index: 2;
  position: relative;
}
.winning_rule li {
  margin-bottom: 2rem;
}
.winning_rule li:last-of-type {
  margin-bottom: 0;
}

.winning_list_table {
  background-color: #fff;
  border-radius: 30px 30px 0px 0px;
  font-size: 1.1rem;
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
  color: #574840;
}
.winning_list_table span {
  display: inline-block;
}
.winning_list_table li {
  cursor: default;
}
.winning_list_table li:hover {
  background-color: #8DD8DF;
}

.WLT_title {
  font-size: 3.125rem;
  text-align: center;
  position: relative;
  color: #fff;
  border-radius: 30px;
  margin: 3px 0 21px;
  font-weight: bolder;
}

.WLT_title1 {
  background-color: #f28f9b;
  -webkit-box-shadow: 0px 15px 0px #ed6575;
          box-shadow: 0px 15px 0px #ed6575;
}

.WLT_title2 {
  background-color: #39b54a;
  -webkit-box-shadow: 0px 15px 0px #009245;
          box-shadow: 0px 15px 0px #009245;
}

.name {
  margin-right: 10px;
}

.winning_list_table1 ul {
  padding: 1rem;
}

.winning_list_table2 .WLT2_ul_box {
  padding: 1rem 1rem 1rem 0;
  font-size: 1.1rem;
}
.winning_list_table2 .WLT2_ul {
  width: 33.33333%;
  list-style: none;
  border-left: 1px dotted #666666;
  padding-left: 15px;
}
.winning_list_table2 .WLT2_ul:first-of-type {
  border-left: none;
}

@media screen and (max-width: 1280px) {
  .winning_list_table2 .WLT2_ul_box {
    overflow-x: auto;
  }
  .winning_list_table2 .WLT2_ul {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .winning_list_table2 .WLT2_ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1160px) {
  .winning_list_title {
    font-size: 2rem;
  }

  .winning_rule {
    font-size: 1.25rem;
  }
  .winning_rule li {
    margin-bottom: 1rem;
  }

  .WLT_title {
    font-size: 2rem;
    border-radius: 15px;
  }

  .winning_list_table {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .winning_list_title {
    font-size: 1.5rem;
  }

  .winning_rule {
    font-size: 1rem;
  }

  .WLT_title {
    font-size: 1.3rem;
    border-radius: 10px;
    margin-bottom: 6px;
  }

  .WLT_title1 {
    -webkit-box-shadow: 0px 10px 0px #ed6575;
            box-shadow: 0px 10px 0px #ed6575;
  }

  .WLT_title2 {
    position: sticky;
    top: 0;
    -webkit-box-shadow: 0px 10px 0px #009245;
            box-shadow: 0px 10px 0px #009245;
  }

  .winning_list_table {
    font-size: 1rem;
  }

  .winning_list_table1 ul {
    padding: 8px;
  }

  .winning_list_table2 .WLT2_ul_box {
    overflow: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8px 8px 8px 0;
    font-size: 1rem;
  }
  .winning_list_table2 .WLT2_ul {
    width: 100%;
    min-width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding-left: 8px;
    border-left: none;
  }
  .winning_list_table2 .WLT2_ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 370px) {
  .winning_list_table2 .WLT2_ul li span {
    width: 100%;
    text-align: center;
  }
}
