@charset "UTF-8";
/* CSS Document */

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;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
b { 
    font-weight: bold !important;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
a {
    text-decoration: none;
}
a img{
  outline: none;
}
a:focus, input:focus, button:focus{
  outline: none;
}
body{
	/*font-family: Arial,".蘋方-繁", "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;*/
	font-family: 'Noto Serif TC', sans-serif;
	}

.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999;
}


.loader {
  height: 1px;
  background-color: #ece2b1;
  position: absolute;
  z-index: 9999;
}

.test_hide{
	display: none !important;
}


#WRAPER{
	float:left;
	width:100%;
	height: 100%;
	background:#000000; 
	position:absolute;
	z-index:0;
	text-align:center;
	overflow: hidden;
	}

		


#HEADER{
	float:left;
	width:100%;
  position: relative;
  z-index: 10;
	}


#KV{
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	display: table;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#KV .ct{
	width: 100%;
	height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
}


#diageo{
	position: absolute;
	z-index: 4;
	left: 20px;
	top: -30px;
	width: 240px;
}

#logo{
	position: absolute;
	z-index: 4;
	right: 20px;
	top: -110px;
	width: 70px;
}

#logo:active{
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}




.slogan{
	display: inline-block;
	vertical-align: middle;
	width: 575px;
	margin-right: 50px;
	visibility: hidden;
}

.slogan.reveal{
	visibility: visible;
}


.age_clr_box{
	position: fixed;
	display: table;
	width: 100%;
	height: 100%;
	z-index: 99;
	top:0px;
	left: 0px;
}

.age_clr_box .ct{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}


.age_check{
	display: inline-block;
	vertical-align: middle;
	width: 350px;
	position: relative;
}


.age_check .frame_img{
	float: left;
	width: 100%;
	position: relative;
	z-index: 0;
}


.yes_txt{
	position: absolute;
	z-index: 1;
	width: 245px;
	left: 50%;
	margin-left: -122px;
	bottom:101px;
}

.no_txt{
	position: absolute;
	z-index: 1;
	width: 291px;
	left: 50%;
	margin-left: -145px;
	bottom:101px;
	display: none;
}


.yes_age{
	position: absolute;
	z-index: 1;
	width: 180px;
	left: 50%;
	margin-left: -90px;
	bottom:65px;
	cursor: pointer;
}

.no_age{
	position: absolute;
	z-index: 1;
	width: 30px;
	left: 50%;
	margin-left: -15px;
	bottom:30px;
	cursor: pointer;
}


.darken_active:hover, .darken_active:active{
	filter: brightness(50%);
}


.start_btn{
	display: inline-block;
	width: 195px;
	margin-top: 0px;
	visibility: hidden;
	cursor: pointer;
}



.start_btn.reveal{
	visibility: visible;
}

.survey{
	float: left;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    position: relative;
    z-index: 3;
    visibility: hidden;

}

.survey .ct{
	width: 100%;
	height: 100%;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
}


.progress_bar{
	position: absolute;
	z-index: 2;
	width: 36%;
	height: 8px;
	border-radius:4px;
	border:#ffffff 1px solid;
	opacity: .7;
	top:30px;
	left: 32%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.progress_bar .bar_line{
	position: absolute;
	/*width: 14.2%;*/
	height: 4px;
	border-radius:2px;
	background:#ffffff; 
	top:1px;
	left: 1px;
}




.question_wrap{
	display: inline-block;
	position: relative;
	z-index: 5;
	width: 1100px;
}

#question_slider{
	display: inline-block;
	width: 100%;
	position: relative;
}

#question_slider li{
	text-align: center;
	position: relative;
}

#question_slider .q_c{
	display: inline-block;
	width: 600px;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 30px;
}

#question_slider .num{
	float: left;
	text-align: center;
	width: 100%;
	font-size: 40px;
	color: #ece2b1;
	font-weight: 500;
	margin-bottom: 
}

#question_slider h2{
	float: left;
	text-align: center;
	width: 100%;
	font-size: 25px;
	color: #ffffff;
	margin-top: 23px;
	margin-bottom: 13px;
}


.ans_group{
	display: inline-block;
	width: 400px;
}

.ans_group .ans{
	float: left;
	display: table;
	width: 100%;
	text-align: left;
	cursor: pointer;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px;
    border-radius: 5px;
    margin-top: 5px;
}

.ans_group .ans:hover{
/*		 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;*/
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  border:#ece2b1 1px solid; 
}


.ans_group .ans.active{
  background:#ece2b1;
  border:#ece2b1 1px solid; 
}

.ans_group .ans.active .sort, .ans_group .ans.active .txt{
  color: #512e11;
}

.ans_group .ans .sort{
	display: table-cell;
	width: 32px;
	text-align: left;
	font-size: 25px;
	color: #ece2b1;
	font-weight: 500;
}

.ans_group .ans .txt{
	display: table-cell;
	text-align: left;
	font-size: 25px;
	color: #ece2b1;
	font-weight: 500;
}

.ans_sub_btn{
	display: inline-block;
	width: 220px;
	margin-top: 30px;
	cursor: pointer;
}

.ans_sub_btn:hover, .ans_sub_btn:active{
	filter: brightness(50%);
}





.result_card{
	float: left;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    position: relative;
    z-index: 3;
  /*  visibility: hidden;*/

}

.result_card .ct{
	width: 100%;
	height: 100%;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
    z-index: 1;
}



.result_wrap{
	display: inline-block;
	width: 30%;
	margin-left: 30%;
}

.result_img{
	float: left;
	width: 100%;
}


.result_function{
	float: left;
	width: 100%;
	margin-top: 28px;
}

.result_apply{
	float: left;
	width: 40%;
	cursor: pointer;
}

.result_demo{
	float: right;
	width: 40%;
	cursor: pointer;
}




.result_card .bg_cover{
	width: 100%;
	height: 100%;
    position: absolute;
    z-index: 0;
    top:0px;
    left: 0px;
}

.card1_bg{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
}

.card2_bg{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
}



.form_card{
	float: left;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    position: relative;
    z-index: 3;
    visibility: hidden;

}

.form_card .ct{
	width: 100%;
	height: 100%;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
    z-index: 1;
}


.cup_title{
	display: inline-block;
	width: 400px;
	text-align: center;
}
.cup_title .cup_title_txt{
	display: inline-block;
	width: 60%;
	margin-bottom: 0px;
}

.cup_title .cup{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.form_box{
	display: inline-table;
	vertical-align: middle;
	width: 510px;
	height: 530px;
	background: url(../images/form_bg.png) repeat; 
	position: relative;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
.form_box .ct{
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border:#392e09 1px solid;
    padding: 20px; 
}

.rule_title{
	display: inline-block;
	width: 25%;
	margin-bottom: 20px;
}




.rule_content{
	display: inline-block;
	width: 100%;
	height: 340px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding: 10px;
    font-size: 12px;
    color: 000000;
    line-height: 1.4;
   border:#392e09 1px solid;
   overflow-y: scroll;
   margin-bottom: 20px;
}


.term_btn{
	display: inline-block;
	width: 44%;
}



.form_card2{
	float: left;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    position: relative;
    z-index: 3;
}

.form_card2 .ct{
	width: 100%;
	height: 100%;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
    z-index: 1;
}


.field{
	display: inline-block;
	width: 100%;
	min-height: 40px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
   /* padding: 5px;*/
 /*  border:#392e09 1px solid;*/
   margin-bottom: 5px;
}

.field .field-label{
	float: left;
	width: 100%;
	font-size: 12px;
	color: #000000;
}

.field input{
	float: left;
	width: 100%;
	height: 30px;
	font-size: 14px;
	color: #000000;
    text-align: left;
    margin-top: 3px;
   background: none; 
      border:#392e09 1px solid;

}

.field textarea{
	float: left;
	width: 100%;
	height: 40px;
	font-size: 14px;
	color: #000000;
    text-align: left;
   border:#392e09 1px solid;
   background: none; 
   margin-top: 3px;

}

.field2{
	display: inline-block;
	width: 100%;
   margin-bottom: 5px;
   font-size: 12px;
}

.privacy_content{
	display: inline-block;
	width: 100%;
	height: 100px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding: 10px;
    font-size: 12px;
    color: 000000;
    line-height: 1.4;
   border:#392e09 1px solid;
   overflow-y: scroll;
   margin-bottom: 20px;
}

.share_btn{
	display: inline-block;
	width: 202px;
	height: 67px;
	border:none; 
	background-image: url(../images/shareSub.png);
	background-size: 202px 67px; 
	cursor: pointer;
}


.type_slide_wrap{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: table;
	top:0px;
	left: 0px;
	visibility: hidden;
}

.type_slide_wrap.reveal{
	visibility: visible;
	z-index: 30;
}


.type_slide_wrap .blk_cover{
	position: absolute;
	z-index: 0;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background:#000000;
	opacity: .3; 
}

.type_slide_wrap .ct{
	width: 100%;
	height: 100%;
	display: table-cell;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	text-align: center;
}

.type_slider_box{
	display: inline-block;
	width: 940px;
	height: 424px;
	text-align: center;
	position: relative;
}

.type_slider_content{
	display: inline-block;
	width: 900px;
	height: 424px;
	position: relative;
}

.type_close{
	position: absolute;
	z-index: 1;
	width: 20px;
	top:-40px;
	right: 0px;
	cursor: pointer;
}

.type_slider_ta{
	float: left;
	width: 100%;
}

.slide_ta_img{
	float: left;
	width: 900px;
	height: 424px;
}


.fb_btn_invisible{
	position: absolute;
	z-index: 10;
	top:10px;
	left: 10px;
}



.cus_agree {
    background-image: url(../images/check-off.png);
    background-repeat: no-repeat !important;
    background-position: left 5px center !important;
    cursor: default;


    padding: 12px 10px 12px 30px;
    text-decoration: none;
    font-size: 12px;
    color: 000000;
    vertical-align: top;
    color: inherit;
    background-position: left center;
    cursor: default;


	display: inline-block;
	width: 100%;
	height: 100px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  /*  padding: 10px;*/
    
  

   border:#392e09 1px solid;
   overflow-y: scroll;
   margin-bottom: 20px;

}




.cus_agree.selected {
    background: url(../images/check-on.png);
 
}



#footer{
	position: fixed;
	z-index: 10;
	width: 100%;
	display: table;
	background:#898989; 
	bottom: 0px;
	left: 0px;
}

#footer .ct{
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

#footer .ct img{
	display: inline-block;
	width: 90%;
}


.suggest{
	position: absolute;
	z-index: 1;
	width: 100%;
	font-size: 12px;
	height: 35px;
	color: #ffffff;
	top:-35px;
	left: 0px;
}


.pc_show{
	display: inline-block !important;
}
.mb_show{
	display: none !important;
}


@media screen and (max-width: 1360px) {


#question_slider .num{
	float: left;
	text-align: center;
	width: 100%;
	font-size: 27px;
	color: #ece2b1;
	font-weight: 500;
	margin-bottom: 
}

#question_slider h2{
	float: left;
	text-align: center;
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	margin-top: 18px;
	margin-bottom: 13px;
}

.ans_group .ans .sort{
	display: table-cell;
	width: 32px;
	text-align: left;
	font-size: 16px;
	color: #ece2b1;
	font-weight: 500;
}

.ans_group .ans .txt{
	display: table-cell;
	text-align: left;
	font-size: 16px;
	color: #ece2b1;
	font-weight: 500;
}



}


@media screen and (max-width: 1140px) {


.question_wrap{
	display: inline-block;
	position: relative;
	z-index: 5;
	width: 640px;
}


.suggest{
	position: absolute;
	z-index: 1;
	width: 100%;
	font-size: 12px;
	height: 35px;
	color: #ffffff;
	top:-35px;
	left: 0px;
	display: none;
}




}

@media screen and (max-width: 960px) {

.slogan{
	display: inline-block;
	vertical-align: middle;
	width: 500px;
	margin-right: 0px;
	margin-bottom: 20px;
	visibility: hidden;
}


.progress_bar{
	position: absolute;
	z-index: 2;
	width: 90%;
	height: 8px;
	border-radius:4px;
	border:#ffffff 1px solid;
	opacity: .7;
	top:30px;
	left: 5%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.result_wrap{
	display: inline-block;
	width: 60%;
	margin-left: 10%;
}

.cup_title{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.cup_title .cup_title_txt{
	display: inline-block;
	width: 20%;
	margin-bottom: 20px;
}





.cup_title .cup{
	display: none;
	vertical-align: middle;
	width: 100%;
}




.type_slider_box{
	display: inline-block;
	width: 640px;
	height: 282px;
	text-align: center;
	position: relative;
}

.type_slider_content{
	display: inline-block;
	width: 600px;
	height: 282px;
	position: relative;
}

.slide_ta_img{
	float: left;
	width: 900px;
	height: 282px;
}



}




@media screen and (max-width: 680px) {

.pc_show{
	display: none !important;
}
.mb_show{
	display: inline-block !important;
}

.slogan{
	display: inline-block;
	vertical-align: middle;
	width: 96%;
	margin-right: 0px;
	margin-bottom: 20px;
	visibility: hidden;
}

#logo{
	position: absolute;
	z-index: 4;
	right: 20px;
	bottom: 20px;
	width: 70px;
	display: none;
}

.question_wrap{
	display: inline-block;
	position: relative;
	z-index: 5;
	width: 350px;
}

#question_slider .q_c{
	display: inline-block;
	width: 320px;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.ans_group{
	display: inline-block;
	width: 100%;
}

#question_slider .num{
	float: left;
	text-align: center;
	width: 100%;
	font-size: 25px;
	color: #ece2b1;
	font-weight: 500;
	margin-bottom: 
}

#question_slider h2{
	float: left;
	text-align: center;
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	margin-top: 18px;
	margin-bottom: 13px;
}

.ans_group .ans .sort{
	display: table-cell;
	width: 32px;
	text-align: left;
	font-size: 14px;
	color: #ece2b1;
	font-weight: 500;
}

.ans_group .ans .txt{
	display: table-cell;
	text-align: left;
	font-size: 14px;
	color: #ece2b1;
	font-weight: 500;
}

.ans_sub_btn{
	display: inline-block;
	width: 220px;
	margin-top: 15px;
	cursor: pointer;
}


.result_wrap{
	display: inline-block;
	width: 90%;
	margin-left: 0%;
}


.cup_title{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.cup_title .cup_title_txt{
	display: inline-block;
	width: 30%;
	margin-bottom: 5px;
}


.form_box{
	display: inline-table;
	vertical-align: middle;
	width: 320px;
	height: 380px;
	background: url(../images/form_bg.png) repeat; 
	position: relative;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
.form_box .ct{
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border:#392e09 1px solid;
    padding: 20px; 
}

.rule_title{
	display: inline-block;
	width: 30%;
	margin-bottom: 20px;
}

.rule_content{
	display: inline-block;
	width: 100%;
	height: 300px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding: 10px;
    font-size: 12px;
    color: 000000;
    line-height: 1.4;
   border:#392e09 1px solid;
   overflow-y: scroll;
   margin-bottom: 20px;
}
.term_btn{
	display: inline-block;
	width: 60%;
}

.share_btn{
	display: inline-block;
	width: 120px;
	height: 40px;
	border:none; 
	background-image: url(../images/shareSub.png);
	background-size: 120px 40px; 
	cursor: pointer;
}

#diageo{
	position: absolute;
	z-index: 4;
	left: 20px;
	top: -20px;
	width: 180px;
}


.type_slider_box{
	display: inline-block;
	width: 300px;
	height: 445px;
	text-align: center;
	position: relative;
}

.type_slider_content{
	display: inline-block;
	width: 280px;
	height: 445px;
	position: relative;
}

.slide_ta_img{
	float: left;
	width: 280px;
	height: 445px;
}



.field{
	display: inline-block;
	width: 100%;
	min-height: 20px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
   /* padding: 5px;*/
 /*  border:#392e09 1px solid;*/
   margin-bottom: 5px;
}

.field .field-label{
	float: left;
	width: 100%;
	font-size: 12px;
	color: #000000;
}

.field input{
	float: left;
	width: 100%;
	height: 20px;
	font-size: 14px;
	color: #000000;
    text-align: left;
    margin-top: 3px;
   background: none; 
      border:#392e09 1px solid;

}

.field textarea{
	float: left;
	width: 100%;
	height: 30px;
	font-size: 14px;
	color: #000000;
    text-align: left;
   border:#392e09 1px solid;
   background: none; 
   margin-top: 3px;

}

.start_btn{
	display: inline-block;
	width: 150px;
	margin-top: 0px;
	visibility: hidden;
	cursor: pointer;
}




.cus_agree {
    background-image: url(../images/check-off.png);
    background-repeat: no-repeat !important;
    background-position: left 5px center !important;
    cursor: default;


    padding: 12px 10px 12px 30px;
    text-decoration: none;
    font-size: 12px;
    color: 000000;
    vertical-align: top;
    color: inherit;
    background-position: left center;
    cursor: default;


	display: inline-block;
	width: 100%;
	height: 100px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  /*  padding: 10px;*/
    
  

   border:#392e09 1px solid;
   overflow-y: scroll;
   margin-bottom: 0px;

}

}


@media screen and (max-width: 480px) {




}



@media screen and (max-width: 320px) {


}	


