@charset "UTF-8";
/* CSS Document */
body {
	font-family: "微軟正黑體", "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.index_bg {
	background: url(../images/bg_index.jpg) top center repeat;
}
.lo_bg {
	background: url("../images/bg_limited_offer.png") top center repeat;
}
.ms_bg {
	background: url("../images/bg_megasales.png") top center repeat;
}
.ac_bg {
	background: url("../images//bg_activities.png") top center repeat;
}
button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.top_banner {
	margin: 0 auto;
}
.carousel {
    width: 100%;
	text-align: center;
	z-index: 5;
}
.carousel-inner {
    max-height: 628px;
}
.top_banner_kv {
	width: 100%;
}
.top_banner_light01 {
	position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
	animation: blink01 linear 0.4s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	-webkit-animation: blink01 linear 0.4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: blink01 linear 0.4s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-o-animation: blink01 linear 0.4s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 50%;
	-ms-animation: blink01 linear 0.4s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%;
}
.top_banner_light02 {
	position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
	animation: blink02 linear 0.4s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	-webkit-animation: blink02 linear 0.4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: blink02 linear 0.4s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-o-animation: blink02 linear 0.4s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 50%;
	-ms-animation: blink02 linear 0.4s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%;
}
@keyframes blink01{
  0% {
    opacity:0;
  }
  50% {
    opacity:1;
  }
  100% {
    opacity:0.1;
  }
}

@-moz-keyframes blink01{
  0% {
    opacity:0;
  }
  50% {
    opacity:1;
  }
  100% {
    opacity:0.1;
  }
}

@-webkit-keyframes blink01 {
  0% {
    opacity:0;
  }
  50% {
    opacity:1;
  }
  100% {
    opacity:0.1;
  }
}

@-o-keyframes blink01 {
  0% {
    opacity:0;
  }
  50% {
    opacity:1;
  }
  100% {
    opacity:0.1;
  }
}

@-ms-keyframes blink01 {
  0% {
    opacity:0;
  }
  50% {
    opacity:1;
  }
  100% {
    opacity:0.1
  }
}
@keyframes blink02{
  0% {
    opacity:1;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:0.9;
  }
}

@-moz-keyframes blink02{
  0% {
    opacity:1;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:0.9;
  }
}

@-webkit-keyframes blink02 {
  0% {
    opacity:1;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:0.9;
  }
}

@-o-keyframes blink02 {
  0% {
    opacity:1;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:0.9;
  }
}

@-ms-keyframes blink02 {
  0% {
    opacity:1;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:0.9;
  }
}
.ball01 {
	position: absolute;
    top: 20%;
    left: 28%;
    width: 9%;
    max-width: 153px;
    z-index: 3;
	animation: m1 ease-in-out 3s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	-webkit-animation: m1 ease-in-out 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: m1 ease-in-out 3s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-o-animation: m1 ease-in-out 3s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 50%;
	-ms-animation: m1 ease-in-out 3s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%;
}
.ball02 {
	position: absolute;
    top: 13%;
    right: 26%;
	width: 12%;
    max-width: 300px;
    z-index: 3;
	animation: m1 ease-in-out 3s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	-webkit-animation: m1 ease-in-out 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: m1 ease-in-out 3s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-o-animation: m1 ease-in-out 3s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 50%;
	-ms-animation: m1 ease-in-out 3s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%;
}
@keyframes m1{
  0% {
    transform:  translate(0px,0px)  ;
  }
  50% {
    transform:  translate(0px,-5px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes m1{
  0% {
    -moz-transform:  translate(0px,0px)  ;
  }
  50% {
    -moz-transform:  translate(0px,-5px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes m1 {
  0% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  50% {
    -webkit-transform:  translate(0px,-5px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes m1 {
  0% {
    -o-transform:  translate(0px,0px)  ;
  }
  50% {
    -o-transform:  translate(0px,-5px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes m1 {
  0% {
    -ms-transform:  translate(0px,0px)  ;
  }
  50% {
    -ms-transform:  translate(0px,-5px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}
.main_menu_wrapper {
	position: relative;
    z-index: 4;
    margin-top: -2.6vw;
    width: 100%;
    text-align: center;
}
.main_menu {
	position: absolute;
    top: 3.2vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 33%;
    max-width: 560px;
    display: inline-block;
	text-align: center;
}
.main_menu_btn {
	position: relative;
    margin: 0 2%;
    width: 19%;
    max-width: 126px;
    display: inline-block;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.main_menu_btn:hover {
	opacity: 0.7;
}
.menu_mobile {
	display: none;
}
.wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1200px;
}
.page_title {
    position: relative;
    margin: -6vw auto 0 auto;
    width: 60%;
    max-width: 972px;
	text-align: center;
    color: #333;
}
.submenu_wrapper {
	position: relative;
    margin: 10px auto 20px auto;
	padding: 3px;
    width: 100%;
    max-width: 485px;
	border-radius: 25px;
	font-size: 15px;
    text-align: center;
	background: url("../images/submenu_bg.jpg") center center repeat-x;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
}
.submenu_container {
	position: relative;
    margin: 0 auto;
    width: 100%;
    border: 2px solid #fff;
	border-radius: 25px;
}
.submenu_btn {
	position: relative;
	display: inline-block;
}
.submenu_btn a {
	display: block;
	padding: 5px 18px;
	color: #fff;
    font-weight: bolder;
}
.submenu_btn a:hover {
	color: #f9ed15;
	text-decoration: none;
}
.submenu_btn .active {
	color: #f9ed15;
    font-weight: bolder;
}
.btn_scrolldown {
    position: relative;
    margin: -5vw auto 15px auto;
    width: 19%;
    max-width: 300px;
	z-index: 9;
}
.index_wrap {
	margin: 0 auto;
}
.index_desc {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    overflow: hidden;
}
.index_desc p {
	margin-bottom: 0;
}
.index_desc_t {
	position: relative;
    margin: 0 auto;
    padding: 0px 20px 20px 20px;
	text-align: center;
}
.index_desc_info {
	position: relative;
    width: 100%;
}
.index_desc_t .desc_t {
	float: left;
    vertical-align: top;
    text-align: right;
    position: relative;
    width: 42%;
}
.index_desc_t .desc_c {
	float: left;
    vertical-align: top;
    text-align: left;
    position: relative;
    width: 58%;
}
.index_desc_t h2 {
	color: #4c370c;
	font-size: 24px;
    font-weight: bolder;
}
.index_desc_t p {
	color: #000;
	font-size: 15px;
	line-height: 20px;
}
.index_desc_c {
	position: relative;
    width: 100%;
    max-width: 1100px;
    padding: 0;
    margin: 0 auto;
}
.index_desc_c p {
	color: #7f4c01;
	font-size: 15px;
	line-height: 20px;
}
.index_content_container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}
.index_content01 {
	background: url(../images/index_bg01.jpg) top center repeat;
    margin: -5vw auto 40px auto;
    padding: 3vw 20px 20px 20px;
    border: 3px solid #5e1208;
    border-radius: 13px;
    text-align: center;
    font-size: 18px;
}
.index_lo_tour .index_clock {
	position: absolute;
    top: -15px;
    right: 10px;
    width: 25%;
}
.index_lo_fit .index_clock {
	position: absolute;
    top: -20px;
    right: -30px;
    width: 30%;
}
.index_content01 p {
	font-size: 16px;
	color: #5e1208;
}
.index_content01 p a {
	display: block;
    background: #be0202;
    width: 35%;
    margin: 0 auto;
    padding: 5px;
    color: #fff;
    border-radius: 8px;
    font-weight: bolder;
	line-height: 27px;
}
.index_content01 p a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.index_content02 {
	background: url(../images/index_bg02.jpg) top center repeat;
    margin: -5vw auto 0 auto;
    padding: 4vw 20px 20px 20px;
    border: 3px solid #7403d8;
    border-radius: 13px;
    text-align: center;
    font-size: 18px;
}
.index_content02_t {
    position: relative;
    float: left;
    margin-left: 1%;
    width: 25%;
    text-align: left;
    font-size: 18px;
}
.index_content02_t span {
    font-size: 28px;
    font-weight: bolder;
    color: #be0202;
    line-height: 30px;
}
.index_content02_i1 {
    position: relative;
    float: right;
    margin-right: -3%;
    width: 37%;
    margin-top: -4%;
    z-index: 2;
}
.index_content02_i2 {
    position: relative;
    float: right;
    margin-right: 1%;
    width: 37%;
    margin-top: -5%;
    z-index: 2;
}
.product_price {
    position: relative;
    width: 100%;
    padding: 5px 0;
    border-top: 1px dotted #000;
}
.product_price h5 {
	font-family: "Impact", "微軟正黑體", "黑體", Helvetica, Arial;
	font-size: 36px;
	color: #bf0202;
	margin-bottom: 5px;
    font-weight: bolder;
}
.product_price h5 b {
	font-family: "微軟正黑體", "黑體", Helvetica, Arial;
	font-size: 14px;
}
.product_price h5 span {
	font-family: "微軟正黑體", "黑體", Helvetica, Arial;
	font-size: 12px;
	color: #666;
	line-height: 8px;
}
.index_lo_tour {
	position: relative;
    float: left;
    margin: 15px 0px 15px 15px;
    padding-right: 30px;
    width: calc(50% - 15px);
    border-right: 1px solid #be0202;
}
.index_lo_fit {
	position: relative;
    float: right;
    margin: 15px 15px 15px 30px;
    width: calc(50% - 45px);
}
.index_content_container h3 {
	text-align: left;
    padding: 10px 0;
    font-size: 24px;
	font-weight: 400;
    border-bottom: 2px solid #be0202;
}
.index_content_container h3 span {
	color: #be0202;
	font-weight: bolder;
}
.index_lo_products {
	position: relative;
    width: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #be0202;
}
.index_lo_products_img {
	position: relative;
    float: left;
    width: 15%;
}
.index_lo_products_title {
	position: relative;
    float: left;
    padding: 20px 0px 20px 20px;
    width: calc(59% - 20px);
    font-size: 22px;
    font-weight: bolder;
    text-align: left;
}
.index_lo_products_price {
	position: relative;
    float: right;
    padding: 20px 0;
    width: 30%;
    font-size: 24px;
    font-weight: bolder;
    color: #be0202;
    text-align: right;
}
.index_content02 p a {
	display: block;
    background: #4a0296;
    width: 80%;
    margin: 20px 0;
    padding: 5px;
    color: #fff;
    border-radius: 8px;
    font-weight: bolder;
    line-height: 27px;
	text-align: center;
	font-size: 16px;
}
.index_content02 p a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.index_content03 {
	background: url(../images/index_bg03.jpg) top center repeat;
    margin: -5vw auto 40px auto;
    padding: 3vw 20px 20px 20px;
    border: 3px solid #244e6b;
    border-radius: 13px;
    text-align: center;
    font-size: 18px;
}
.index_content03 p {
	font-size: 16px;
	width: 70%;
	color: #000;
	margin: 0 auto;
	line-height: 22px;
    margin-bottom: 5px;
}
.index_game {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}
.index_title {
	position: relative;
    margin: 0 auto;
    width: 70%;
	z-index: 5;
}
.card-deck {
	width: 100%;
}
.card {
	background-color: transparent;
	border: 0;
	margin: 0px 5px 0 5px !important;
	margin-bottom: 40px !important;
	max-width: 33.33%;
	min-width: 32.33%;
}
.card-img-top {
	position: relative;
    display: block;
	min-width: 100%;
	width: auto;
	height: auto;
	flex-shrink: 0;
}
.p_promo {
	position: absolute;
    right: 1.5%;
    bottom: 3%;
    width: 35%;
    max-width: 175px;
}
.offer_content01{
	position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
    padding: 10px 10px 15px 10px;
    border-bottom: 1px dotted #b60007;
}
.offer_content01 .oc_img {
	position: relative;
    float: right;
    width: 25%;
	margin-top: -20px;
    max-width: 400px;
}
.offer_content01 .oc_txt {
	position: relative;
    float: left;
    width: 66%;
    font-size: 16px;
}
.offer_content01 .oc_txt span {
	font-size: 13px;
    color: #666;
    line-height: 17px;
    display: block;
    font-weight: normal;
}
.offer_content02{
	position: relative;
    margin: 15px auto 0 auto;
    padding: 0 10px;
    width: 100%;
    max-width: 1000px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #b60007;
}
.offer_content02 .oc_img {
	position: relative;
    float: left;
    width: 30%;
    max-width: 400px;
}
.offer_content02 .oc_txt {
	position: relative;
    float: right;
    width: 66%;
    font-size: 16px;
}
.offer_content02 .oc_txt span {
	font-size: 20px;
    color: #dd0000;
    line-height: 38px;
}
.product_desc {
	position: relative;
    margin: 0 auto 20px auto;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #7a05e0;
    font-weight: bolder;
}
.btn_offer {
	position: relative;
    margin: 15px 0 10px 0;
    width: 44%;
    text-align: center;
}
.btn_offer a {
	background: #edd587;
    color: #8b0d0d;
    width: 100%;
    padding: 6px 15px;
    border-radius: 5px;
    display: block;
	font-size: 16px;
	font-weight: bolder;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
}
.btn_offer a:hover {
	background: #ba901a;
    color: #fff;
	text-decoration: none;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
}
.step_wrap {
    position: relative;
    margin: 20px auto;
    width: 99%;
}
.step {
	position: relative;
    display: block;
    float: left;
    padding: 15px 10px;
    width: 21%;
    text-align: center;
    background: #ff7800;
    border-radius: 10px;
    color: #feeddd;
    font-weight: bold;
    line-height: 20px;
    font-size: 16px;
}
.step span {
	display: block;
	color: #fff !important;
}
.step_arrow {
    position: relative;
    float: left;
    margin: 1% 1.1%;
    width: 3%;
}
.step_arrow_h {
	display: block;
}
.step_arrow_v {
	display: none;
}
.lo_time {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.lo_title {
    position: relative;
    margin: 10px auto;
    padding: 0 10px;
    width: 100%;
    max-width: 1000px;
    font-size: 32px;
}
.lo_title span {
	color: #b60007;
	font-weight: bolder;
}
.product_special01 {
	position: absolute;
    top: -9%;
    right: 10px;
    width: 17%;
    max-width: 240px;
}
.product_special02 {
	position: absolute;
    top: -9%;
    right: 10px;
    width: 14%;
    max-width: 240px;
}
.lo_fit_product {
	position: relative;
    float: left;
    width: calc(25% - 10px);
    background: #f47400;
    margin: 5px 5px 5px 5px;
    padding: 10px;
}
.lo_fit_img {
	position: relative;
    float: right;
    width: calc(32% + 2px);
    z-index: 2;
    border: 2px solid #891e02;
}
.lo_fit_product h2 {
	font-size: 20px;
    color: #fff;
    margin-bottom: 0px;
}
.lo_fit_product h2 span {
	font-size: 14px;
}
.lo_fit_product p {
	font-size: 12px;
    color: #fff;
    line-height: 18px;
    margin-bottom: 5px;
}
.lo_fit_product p span {
	color: #fcbebe;
}
.lo_fit_offer {
	position: relative;
    background: #891e02;
    color: #fbe991;
    padding: 0px 10px;
    margin: 0 -10px;
    font-size: 20px;
}
.mac {
	background: #be0202;
}
.mac .lo_fit_offer {
	background: #7c0101;
}
.fit_product {
    width: calc(33.33% - 10px);
}
.product_time {
	position: relative;
    margin: 10px auto 20px auto;
	padding: 5px;
    background: #fff;
    border: 2px solid #8b0d0d;
    border-radius: 10px;
    width: 100%;
    max-width: 980px;
}
.product_time_title {
	position: relative;
    margin: 4px;
    width: 17%;
    max-width: 700px;
}
.product_fit {
	position: relative;
	margin: 0 auto 30px auto;
	text-align: center;
}
.product_fit span {
	font-size: 12px;
	color: #666;
}
.lo_tour_product {
	position: relative;
    float: left;
    margin: 5px;
    width: calc(50% - 10px);
	background: #ffeeee;
}
.lo_tour_product_s {
	width: calc(33.333% - 10px);
}
.lo_tour_img {
	position: relative;
    float: left;
    width: 25%;
}
.lo_tour_img_offer {
	position: absolute;
    right: 0;
    bottom: 0;
    width: 75%;
    max-width: 288px;
}
.lo_tour_txt {
	position: relative;
	float: right;
	width: 75%;
	padding: 10px;
}
.lo_tour_txt h2 {
	font-size: 28px;
	color: #8b0d0d;
	font-weight: bolder;
	margin-bottom: 1px;
}
.lo_tour_txt h2 span {
	font-size: 22px;
}
.lo_tour_product_s .lo_tour_img_offer {
    width: 70%;
}
.lo_tour_product_s .lo_tour_txt h2 {
	font-size: 16px;
}
.lo_tour_product_s .lo_tour_txt h2 span {
	font-size: 13px;
}
.lo_tour_product_s .lo_tour_img {
	width: 38%;
}
.lo_tour_product_s .lo_tour_txt {
	width: 62%;
}
.lo_tour_txt h3 {
	font-size: 16px;
	color: #b11116;
}
.lo_tour_txt h3 span {
	font-size: 14px;
}
.lo_tour_txt p {
	font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    line-height: 15px;
}
.lo_tour_txt .date {
	font-size: 12px;
	color: #590281;
}
.lo_offer {
	position: relative;
    background: #00abbd;
    width: 100%;
    padding: 10px;
	color: #fbe991;
	margin-top: 1px;
}
.lo_offer_txt {
    position: relative;
    float: left;
    width: 24%;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
}
.lo_offer_price {
    position: relative;
    float: right;
    width: 75%;
    font-family: "Impact", "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 36px;
    line-height: 32px;
}
.lo_offer_price span {
    font-size: 12px;
	line-height: 0;
}
.lo_tour_product_s .lo_offer_txt {
	width: 37%;
}
.lo_tour_product_s .lo_offer_price {
	width: 62%;
}
.megasales_offer {
	width: 70%;
    margin-bottom: 15px;
    max-width: 500px;
}
.card-body {
	padding: 5px 0px;
	text-align: center;
}
.card-body h2 {
	font-size: 24px;
	color: #7a05e0;
	margin-bottom: 5px;
    font-weight: bolder;
}
.card-body h2 b {
	display: block;
    font-size: 14px;
}
.card-body h2 span {
	display: block;
	font-size: 18px;
	color: #000;
}
.card-body h3 {
	font-size: 15px;
	color: #666;
	font-weight: normal;
	margin-bottom: 5px;
}
.card-body p {
	font-size: 14px;
	color: #4d267f;
	margin-bottom: 0;
	line-height: 16px;
}
.card-top {
	padding-bottom: 5px;
}
.special_txt {
	font-size: 12px;
    color: #fff;
    line-height: 14px;
    margin-top: 5px;
    padding: 8px 10px;
    background: #dd0000;
    border-radius: 8px;
}
.card-footer {
	border: 0;
    background: transparent;
	margin-top: -6px;
	padding: 5px 0;
	border-top: 1px dotted #666;
}
.card_price_wrap {
	position: relative;
    width: 100%;
	margin-bottom: 5px;
}
.tour_price {
	font-size: 12px;
	color: #bf0202;
	width: 100%;
	text-align: center;
}
.card_price_text {
	position: relative;
    float: left;
    margin: 1px 0;
    width: 41%;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #bf0202;
}
.card_price {
	position: relative;
	float: right;
	width: 58%;
	font-size: 36px;
	line-height: 36px;
	color: #bf0202;
	font-family: "Impact", "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.card_price span {
	font-size: 12px;
}
.card_price_team {
	font-size: 12px;
    color: #666;
    text-align: center;
	line-height: 14px;
}
.btn-book {
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.btn-book a {
	display: block;
    background: #7403d8;
    color: #fff;
    padding: 4px;
    width: 100%;
    font-weight: bolder;
    border-radius: 8px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.btn-book a:hover {
    background: #5204a5;
	text-decoration: none;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.6);
}
.soon {
	position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 4px;
    background: #EEBB26;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
	display: none;
}
.activities {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	text-align: center;
}
.activities h2 {
	color: #b11116;
	font-size: 24px;
	font-weight: bolder;
}
.show01 {
	position: relative;
    float: left;
    width: 55%;
    margin-right: -5%;
}
.show02 {
	position: relative;
    float: right;
    width: 55%;
    margin-left: -5%;
}
.agency {
	position: relative;
    margin: 0 auto 20px auto;
    width: 100%;
	text-align: center;
}
.agency p {
	margin: 10px auto 30px auto;
	font-size: 12px;
}
.agency_group {
	font-size: 20px;
    font-weight: bolder;
    position: relative;
    width: 100%;
    margin: 50px auto 10px auto;
}
.company {
	position: relative;
	display: inline-block;
	margin: 5px auto;
	width: 13%;
}
.tnc_warp {
	width: 100%;
    padding: 30px;
    background: #fff;
}
.tnc {
	position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
	font-size: 12px;
    color: #999;
}
.tnc ul {
	margin-bottom: 0;
	padding-left: 20px;
}
.tnc ul li {
	font-size: 12px;
	color: #999;
}
.foot_bg {
	position: relative;
	width: 100%;
	background: #fff;
}
footer {
	position: relative;
    margin: 0px auto 0 auto;
    padding: 10px;
    width: 100%;
    max-width: 1140px;
    background: #fff;
    font-size: 11px;
    text-align: center;
    /* color: #666; */
    border-top: 1px solid #eee;
}
footer span {
	white-space: nowrap;
}
.footer01 {
	position: relative;
    float: left;
	margin-right: 3%;
    width: 12%;
    max-width: 141px;
}
.footer02 {
	position: relative;
    float: left;
    padding-top: 12px;
    width: 25%;
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 14px;
    font-weight: 400;
}
.footer03 {
	position: relative;
    float: right;
    width: 50%;
    max-width: 590px;
}
@media (max-width: 2000px) {

}
@media (max-width: 1024px) {
	.ball01 {
		top: 13%;
		left: 27%;
	}
	.ball02 {
		top: 20%;
		right: 25%;
	}
	.main_menu_wrapper {
		margin-top: -2.5%;
	}
	.main_menu {
		top: 18%;
		width: 38%;
	}
	.main_menu_btn {
		margin: 0 0%;
		width: 23%;
	}
	.index_desc_t {
		float: none;
		width: 100%;
		text-align: center;
	}
	.index_desc_c {
		float: none;
		width: 100%;
	}
	.index_desc_t .desc_t {
		text-align: right;
		width: 35%;
	}
	.index_desc_t .desc_c {
		text-align: left;
		width: 65%;
	}
	.index_content01 {
		padding: 4vw 10px 10px 10px;
	}
	.index_lo_tour {
		margin: 10px 0px 10px 10px;
		padding-right: 20px;
		width: calc(50% - 10px);
	}
	.index_lo_fit {
		margin: 10px 10px 10px 0;
		padding-left: 20px;
		width: calc(50% - 10px);
	}
	.index_content_container h3 {
		font-size: 20px;
	}
	.index_content_container h3 span {
		color: #be0202;
		font-weight: bolder;
		display: block;
	}
	.index_lo_tour .index_clock {
		width: 30%;
		top: -5px;
	}
	.index_lo_fit .index_clock {
		width: 43%;
		right: -20px;
	}
	.index_lo_products_title {
		padding: 14px 0px 14px 10px;
		width: calc(59% - 20px);
		font-size: 15px;
	}
	.index_lo_products_price {
		padding: 15px 0;
		width: 30%;
		font-size: 15px;
	}
	.index_content02_t {
		font-size: 16px;
		width: 30%;
	}
	.index_content02_i1 {
		margin-right: -8%;
	}
	.index_content02_t span {
		font-size: 24px;
		line-height: 26px;
	}
	.step {
		padding: 20px 5px;
		width: 21%;
		line-height: 16px;
		font-size: 13px;
	}
	.step_arrow {
		margin: 1.5% 1.1%;
		width: 3%;
	}
	.lo_tour_img {
		width: 25%;
	}
	.lo_tour_txt {
		width: 75%;
		padding: 5px;
	}
	.lo_tour_txt h2 {
		font-size: 2.7vw;
	}
	.lo_tour_txt h2 span {
		font-size: 2.2vw;
	}
	.lo_tour_txt h3 {
		font-size: 12px;
		color: #b11116;
		margin-bottom: 5px;
	}
	.lo_tour_txt h3 span {
		font-size: 12px;
	}
	.lo_tour_txt p {
		font-size: 12px;
		color: #000;
		margin-bottom: 5px;
		line-height: 12px;
	}
	.lo_tour_txt .date {
		font-size: 12px;
		color: #590281;
	}
	.lo_offer {
		padding: 5px;
	}
	.lo_offer_txt {
		width: 24%;
		font-size: 14px;
		line-height: 16px;
	}
	.lo_offer_price {
		width: 75%;
		font-size: 3.6vw;
		line-height: 3.4vw;
	}
	.lo_fit_img {
		width: calc(30% + 2px);
	}
	.lo_fit_product {
		width: calc(50% - 10px);
	}
	.fit_product {
		width: calc(33.33% - 10px);
	}
	.card {
		max-width: 33.33%;
		min-width: 31.33%;
	}
	.megasales_offer {
		width: 85%;
		margin-top: -3%;
		margin-bottom: 0px;
	}
	.footer02 {
		position: relative;
		float: left;
		padding-top: 5px;
		width: 25%;
		text-align: left;
		font-size: 10px;
		color: #666;
		line-height: 12px;
		font-weight: 400;
	}
	.copyright {
		text-align:center;
	}
	.stock {
		text-align:center;
	}
	.term {
		text-align:center;
	}
}
@media (max-width: 768px) {
	.top_banner {
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
	}
	.main_menu_wrapper {
		width: 140%;
		margin: -3.8% -20% 0px -20%;
	}
	.main_menu {
		top: 21%;
		width: 38%;
	}
	.carousel {
		width: 140%;
		margin: 0px -20%;
	}
	.ball01 {
		top: 13%;
		left: 27%;
	}
	.ball02 {
		top: 7%;
		right: 27%;
		width: 13%;
	}
	.page_title {
		margin: -8vw auto 0 auto;
	}
	.submenu_wrapper {
		max-width: 390px;
		font-size: 13px;
	}
	.submenu_btn a {
		padding: 5px 14px;
	}
	.btn_scrolldown {
		margin: -7vw auto 0px auto;
		width: 50%;
	}
	.index_desc_t {
		position: relative;
		float: none;
		width: 100%;
		padding: 20px 20px 0 20px;
	}
	.index_desc_c {
		position: relative;
		float: none;
		width: 100%;
		padding: 20px;
	}
	.index_content01 p, .index_content02 p, .index_content03 p {
		font-size: 16px;
	}
	.index_content01 p a {
		width: 95%;
	}
	.index_content02_t {
		margin-left: 0%;
		width: 100%;
		font-size: 16px;
		text-align: center;
	}
	.index_content02_i {
		margin-right: 0%;
		width: 50%;
		z-index: 2;
	}
	.index_content_container h3 {
		font-size: 24px;
	}
	.index_content_container h3 span {
		display: inline-block;
	}
	.index_lo_tour {
		margin: 0px 0px 10px 0px;
		padding-right: 0px;
		width: calc(100% - 0px);
		border-right: 0;
		float: none;
	}
	.index_lo_fit {
		margin: 30px 0px 10px 0;
		padding-left: 0;
		width: calc(100% - 0px);
		float: none;
	}
	.index_lo_tour .index_clock {
		width: 15%;
		top: -10px;
	}
	.index_lo_fit .index_clock {
		width: 15%;
		right: 0px;
		top: -5px;
	}
	.index_lo_products_img {
		position: relative;
		float: left;
		width: 10%;
	}
	.index_lo_products_title {
		padding: 20px 0px 20px 10px;
		width: calc(64% - 10px);
		font-size: 22px;
	}
	.index_lo_products_price {
		padding: 20px 0;
		width: 26%;
		font-size: 22px;
	}
	.index_content02_i1 {
		float: left;
		margin: 0 -4% 0 -2%;
		width: 56%;
	}
	.index_content02_i2 {
		float: right;
		margin-right: 0%;
		margin: 0 -3% 0 -4%;
		width: 56%;
	}
	.index_content03 p {
		width: 100%;
	}
	.btn_offer {
		width: 100%;
		text-align: center;
	}
	.step {
		padding: 10px 5px;
		width: 100%;
		line-height: 16px;
		font-size: 17px;
		float: none;
		border-radius: 5px;
	}
	.step span {
		display: inline;
	}
	.step_arrow {
		margin: 5px auto;
		width: 8%;
		float: none;
	}
	.step_arrow_h {
		display: none;
	}
	.step_arrow_v {
		display: block;
	}
	.product_special01 {
		top: -10%;
		right: 10px;
		width: 24%;
	}
	.product_special02 {
		top: -5%;
		right: 10px;
		width: 18%;
	}
	.product_time_title {
		width: 24%;
	}
	.lo_offer_txt {
		width: 24%;
		font-size: 12px;
		line-height: 14px;
	}
	.lo_offer_price {
		font-size: 3.6vw;
		line-height: 3.8vw;
	}
	.lo_tour_txt p {
		font-size: 11px;
	}
	.lo_fit_product {
		width: calc(100% - 10px);
	}
	.lo_fit_img {
		width: calc(15% + 2px);
	}
	.lo_fit_product h2 {
		font-size: 16px;
	}
	.lo_fit_product h2 span {
		font-size: 12px;
		display: block;
	}
	.lo_fit_product p {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 5px;
	}
	.fit_product {
		width: calc(100% - 10px);
	}
	.fit_product h2 span {
		display: inline-block;
	}
	.megasales_offer {
		width: 100%;
		margin-bottom: 15px;
	}
	.card-deck {
		margin: 0;
	}
	.card {
		max-width: 33.33%;
		min-width: 31.33%;
		padding: 0;
	}
	.card-body {
		padding: 5px 5px;
		text-align: center;
	}
	.card-footer {
		margin-top: -6px;
		padding: 10px 5px 0px 5px;
	}
	.card_price_text {
		width: 35%;
	}
	.card_price {
		width: 65%;
		font-size: 34px;
	}
	.show01 {
		position: relative;
		float: left;
		width: 100%;
		margin-right: 0%;
	}
	.show02 {
		position: relative;
		float: right;
		width: 100%;
		margin-left: 0%;
	}
	.company {
		width: 16%;
	}
	.footer01 {
		display: none;
	}
	.footer02 {
		position: relative;
		float: none;
		padding-top: 12px;
		width: 100%;
		font-size: 12px;
		color: #666;
		line-height: 14px;
		font-weight: 300;
		text-align: center;
	}
	.footer03 {
		position: relative;
		float: none;
		width: 100%;
		margin: 0 auto;
		max-width: 590px;
	}
}
@media (max-width: 576px) {
	body {
		width: 100vw;
		height: 100vh;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin: 0;
	}
	.carousel {
		width: 220%;
		margin: 0px -60%;
	}
	.ball01 {
		top: 10%;
		left: 29%;
	}
	.ball02 {
		top: 6%;
		right: 30%;
		width: 12%;
	}
	.main_menu_wrapper {
		display: none;
	}
	.menu_mobile {
		position: fixed;
		display: block;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 9999;
	}
	.menu_mobile_btn {
		position: relative;
		width: 25%;
		float: left;
	}
	.page_title {
		margin: -1vw auto 0 auto;
		width: 100%;
	}
	.submenu_wrapper {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 10vw;
		margin: 0 -5px;
		padding: 3px;
		width: calc(100% + 10px);
		max-width: 600px;
		border-radius: 0;
		font-size: 16px;
		z-index: 9998;
	}
	.submenu_container {
		position: relative;
		margin: 0 auto;
		width: 100%;
		border: 2px solid #fff;
		border-radius: 0;
	}
	.submenu_btn a {
		padding: 5px 8px 20px 8px;
	}
	.btn_scrolldown {
		margin: 0 auto 5px auto;
		width: 70%;
	}
	.wrapper {
		overflow: hidden;
	}
	.index_wrap {
		margin: -4vw auto 0 auto;
		overflow: hidden;
	}
	.index_desc {
		margin: 10px auto 0 auto;
	}
	.index_desc_t h2 {
		font-size: 18px;
	}
	.index_desc_t p {
		font-size: 13px;
		line-height: 16px;
	}
	.index_desc_c p {
		font-size: 13px;
		line-height: 16px;
	}
	.index_desc_t, .index_desc_c {
		padding: 10px 0;
	}
	.index_desc_t .desc_t {
		width: 23%;
	}
	.index_desc_t .desc_c {
		width: 77%;
	}
	.index_title {
		width: 100%;
	}
	.index_content01 p, .index_content02 p, .index_content03 p {
		font-size: 13px;
	}
	.index_content01 {
		margin: -10vw auto 20px auto; 
		padding: 9vw 10px 10px 10px;
		border: 3px solid #5e1208;
	}
	.index_content02 {
		margin: -10vw auto 0 auto; 
		padding: 9vw 10px 10px 10px;
		border: 3px solid #5e1208;
	}
	.index_content02_t {
		margin-left: 0%;
		width: 100%;
		font-size: 13px;
		text-align: center;
	}
	.index_content02_t span {
		font-size: 18px;
		font-weight: bolder;
		color: #be0202;
		line-height: 22px;
	}
	.index_content02_i {
		display: none;
	}
	.index_content_container h3 {
		font-size: 16px;
	}
	.index_content_container h3 span {
		display: block;
	}
	.index_lo_tour .index_clock {
		width: 30%;
		right: 0;
		top: -5px;
	}
	.index_lo_fit .index_clock {
		width: 35%;
		right: 0px;
		top: -5px;
	}
	.index_lo_products_img {
		width: 15%;
	}
	.index_lo_products_title {
		padding: 13px 0px 12px 10px;
		width: calc(64% - 20px);
		font-size: 17px;
	}
	.index_lo_products_price {
		padding: 12px 0;
		width: 27%;
		font-size: 17px;
	}
	.index_content03 {
		margin: -10vw auto 0 auto;
		padding: 5vw 10px 10px 10px;
		border: 3px solid #244e6b;
	}
	.index_content01 p a {
		width: 97%;
		margin-bottom: -10px;
		font-size: 14px;
	}
	.index_content02 p a {
		width: 97%;
		margin-top: 0;
		font-size: 14px;
	}
	
	.index_game {
		position: relative;
		margin: -0.5vw -15%;
		width: 130%;
		max-width: 1100px;
	}
	.product_time_title {
		width: 40%;
	}
	.lo_time {
		width: 200%;
		margin: 0 -50%;
	}
	.lo_title {
		padding: 10px 10px;
		font-size: 20px;
		text-align: center;
	}
	.lo_tour_product {
		float: none;
		width: calc(100% - 10px);
	}
	.product_special01 {
		top: 0%;
		right: 10px;
		width: 39%;
		z-index: 3;
	}
	.product_special02 {
		top: -2.4%;
		right: 1px;
		width: 26%;
	}
	.lo_tour_img, .lo_tour_product_s .lo_tour_img {
		width: 30%;
	}
	.lo_tour_img_offer, .lo_tour_product_s .lo_tour_img_offer {
		width: 75%;
	}
	.lo_tour_txt, .lo_tour_product_s .lo_tour_txt {
		width: 70%;
		padding: 10px;
	}
	.lo_tour_txt h2, .lo_tour_product_s .lo_tour_txt h2  {
		font-size: 4.7vw;
	}
	.lo_tour_txt h2 span {
		font-size: 3.2vw;
	}
	.lo_tour_txt h3 {
		font-size: 12px;
		color: #b11116;
		margin-bottom: 5px;
	}
	.lo_tour_txt h3 span {
		font-size: 12px;
	}
	.lo_tour_txt p {
		font-size: 12px;
		color: #000;
		margin-bottom: 2px;
		line-height: 12px;
	}
	.lo_tour_txt .date {
		font-size: 12px;
		color: #590281;
	}
	.lo_fit_img {
		width: calc(20vw + 2px);
	}
	.lo_offer {
		padding: 5px;
	}
	.lo_offer_txt, .lo_tour_product_s .lo_offer_txt {
		width: 40%;
		font-size: 12px;
		line-height: 12px;
	}
	.lo_offer_price, .lo_tour_product_s .lo_offer_price {
		width: 59%;
		font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 7.2vw;
		line-height: 6.2vw;
	}
	.product_wrap {
		padding: 0;
	}
	.product_wrap .page_title {
		padding: 0 10px;
	}
	.megasales_offer {
		width: 100%;
		margin-bottom: 15px;
	}
	.card-deck {
		flex-flow: row wrap;
	}
	.card {
		max-width: 47.3%;
		min-width: 47.3%;
        margin-bottom: 25px;
		padding: 0;
	}
    .p_promo {
        width: 50%;
    }
	.offer_content01 .oc_img {
		position: relative;
		float: none;
		width: 55%;
		margin: 0 auto 5px auto;
		max-width: 400px;
	}
	.offer_content01 .oc_txt {
		position: relative;
		float: none;
		width: 100%;
		margin: 0 auto;
		font-size: 16px;
	}
	.offer_content02 .oc_img {
		position: relative;
		float: none;
		width: 55%;
		margin: 0 auto 5px auto;
		max-width: 400px;
	}
	.offer_content02 .oc_txt {
		position: relative;
		float: none;
		width: 100%;
		margin: 0 auto;
		font-size: 16px;
	}
	.offer_content02 .oc_txt span {
		text-align: center;
		display: block;
	}
    .card-body h2 {
        font-size: 16px;
        margin-bottom: 1px;
        line-height: 17px;
    }
    .card-body h2 span {
        font-size: 14px;
    }
    .card-body h3 {
        font-size: 12px;
        margin-bottom: 2px;
        font-weight: normal;
    }
    .card-body p {
        font-size: 12px;
        margin-bottom: 0;
        line-height: 14px;
    }
    .card-footer {
        padding: 5px 5px 0px 5px;
    }
    .card_price_wrap {
        margin-bottom: 5px;
    }
    .card_price_text {
		margin: 3px 0;
		width: 38%;
		font-size: 11px;
		line-height: 12px;
    }
    .card_price {
		width: 59%;
		font-size: 28px;
		line-height: 30px;
		font-weight: bolder;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    }
	.product_desc {
		position: relative;
		margin: 0 auto 20px auto;
		padding: 0 5px;
		width: 100%;
		text-align: center;
		font-size: 14px;
		color: #7a05e0;
		font-weight: bolder;
	}
    .btn-book {
        font-size: 18px;
    }
    .btn-book a {
        padding: 2px;
        border-radius: 4px;
    }
	.soon {
		font-size: 18px;
		padding: 2px;
        border-radius: 4px;
	}
	.company {
		width: 22%;
	}
	.foot_bg {
		position: relative;
		width: 100%;
		background: #fff;
		padding-bottom: 50px;
	}
	
}