/* 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;
  }
}
.GAN_main {
  padding-bottom: 3%;
}

.GAN_title {
  width: 28.57%;
  -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));
  margin: 3% auto 0;
}

.game_prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -3%;
}

.prize1 {
  margin-right: 3%;
}

.game_awarded_notice_box {
  background-color: #fff;
  height: 360px;
  margin: 3% 0;
  overflow: auto;
  padding: 2% 2% 2% 8%;
  font-size: 1.5rem;
  font-weight: bold;
  list-style-type: cjk-ideographic;
  color: #574840;
}
.game_awarded_notice_box li {
  margin-bottom: 30px;
}

@media screen and (max-width: 1100px) {
  .GAN_title {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .GAN_title {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .game_prize {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .prize1 {
    width: 80%;
  }

  .game_awarded_notice_box {
    background-color: transparent;
    height: auto;
    margin: 3% 0;
    overflow: visible;
    padding: 2% 2% 2% 10%;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 321px) {
  .game_awarded_notice_box {
    padding: 2% 2% 2% 12%;
  }
}
