@font-face {
  font-family: dft_f6;
  src: url('fonts/dft_f6.ttc');
  }
.my-btn,
.my-btn:focus {
    background: transparent;    
    color: #fff;   
    padding: 20px 50px; 
    font-size:  2em;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fff;     
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0); 
    outline: 1px solid rgba(255, 255, 255, 0.5) !important;
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius:40px;
	clear: both;
	width: 300px !important;
	height: auto;
	margin: 0 auto 80px auto !important;
	display: block;
	font-weight: 500;
	 letter-spacing: 0.1em;
}
.my-btn:hover {
    color: #fff; /* 文字白色 */
    border-color: #fff; /* 邊框白色 */
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 200, 0.3); /* 光暈 */
    outline: 1px solid rgba(255, 255, 255, 0) !important;
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #999; /* 小立體感 */
    transform: scale(1.05); /* hover 微放大 */
}
/* 標題 */
.email-box-title {
  font-size: 32px;
  color: #333;
  margin-bottom: 30px;
  font-weight: bold;
}

/* 輸入欄位 */
.email-input {
  width: 90%;
  max-width: 500px;
  padding: 18px 15px;
  margin: 10px 0;
  font-size: 24px;
  border: 2px solid #ccc;
  border-radius: 25px;
  outline: none;
  transition: all 0.3s ease;
}

/* 點擊或聚焦時效果 */
.email-input:focus {
  border-color: #8ac900;
  box-shadow: 0 0 10px rgba(138, 201, 0, 0.5);
  transform: scale(1.02);
}

/* placeholder 文字 */
.email-input::placeholder {
  color: #999;
  opacity: 1; /* 保持可見 */
}

/* 確認按鈕 */
.email-submit {
  padding: 20px 60px;
  font-size: 28px;
  border-radius: 30px;
  border: none;
  background-color: #f3a026;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.2s ease;
}

/* 按下去瞬間效果 */
.email-submit:active {
  transform: scale(0.95);
  box-shadow: 0 3px 5px rgba(0,0,0,0.2) inset;
}

/* 滑鼠或手指移上去效果 */
.email-submit:hover {
  background-color: #f28f00;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}



.options-btn{
	width:auto;
	height: auto;
	border-radius: 80px !important;
	font-size: 25px;
	color: #fff;
	margin-left: 20px !important;
	text-align: center;
	display: block;
	overflow: hidden;
	padding: 10px  50px 10px  50px;
	font-weight: 500;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 10px;
	box-shadow: -15px -10px 10px rgba(255, 255, 255, 0.5),
  2px 2px 2px rgba(255, 255, 255, 1) inset,
  -2px -2px 2px rgba(0, 0, 0, 0.5) inset,
  2px 2px 5px rgba(0, 0, 0, 0.3);
}

.options-btn:hover{ 

  transform: scale(1.05); 
  -webkit-transition:width 3s;
  -moz-transition:width 3s;
  -o-transition:width 3s;	
	  transition: 0.3s;
}

.num-circle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  margin-right:8px;
  background:#fff;        
  color:#8ac900;          
  border-radius:50%;
  font-size:30px;
  font-weight:bold;
}

.options-btn.active{
  color:#000 !important;
}

/* 原本顏色 */
.color1{ background:#8ac900; }
.color2{ background:#a1d332; }
.color3{ background:#aed94c; }
.color4{ background:#b9df66; }
.color5{ background:#f6bd66; }
.color6{ background:#f5af4d; }
.color7{ background:#f3a026; }
.color8{ background:#f28f00; }
.color9{ color:#8ac900; margin-top: 20px !important; display: none;}
.color10{ color:#f28f00; margin-bottom: 20px !important; display: none;}
.color11{ color:#f28f00 !important; }

.font-w{
	
}
.font-w h1{
	font-size: 	25px;
	text-align: center !important;
	color: #59ad5f;
	
}
.font-w h2{
	font-size: 	25px;
	text-align: center !important;
	color: #f39835 !important;
	
}
.font-w p{
	font-size: 	18px;
	text-align: center !important;
	color: #999 !important;
	margin-top: 10px;
	font-weight: normal !important;
	line-height: 30px;
	}
.font-w ul{
	margin: 0 10px 20px 0px !important;
}

.font-w li{
	list-style:disc !important;
	font-size: 	22px;
	line-height: 40px;
	text-align: left;
	margin: 0 20px 00px 00px;
	color: #666;

	
}

/* ===== 命名空間 xcProModal ===== */

.xcProModal_wrapper{
    text-align:center;
    margin-top:150px;
    font-family: Arial, Helvetica, sans-serif;
}

.xcProModal_btn{
    display:inline-block;
  
}

/* 遮罩 */
.xcProModal_overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.5);
    opacity:0;
    visibility:hidden;
    transition:0.3s;
    z-index:9990;
}

/* 彈窗盒 */
.xcProModal_box{
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) scale(0.9);
    width:300px;
    padding:10px 30px 40px 30px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.3);
    opacity:0;
    visibility:hidden;
    transition:0.3s;
    z-index:9991;
    text-align:center;
}

/* 顯示狀態 */
.xcProModal_overlay.is-active{
    opacity:1;
    visibility:visible;
}

.xcProModal_box.is-active{
    opacity:1;
    visibility:visible;
    transform:translate(-50%,-50%) scale(1);
}

.xcProModal_close{
    margin-top:20px;
    display:inline-block;
    padding:8px 20px;
    background:#ff5722;
    color:#fff;
    border-radius:20px;
    cursor:pointer;
	font-family: 微軟正黑體;
}


.options{
	width:100%;
	margin:  0 auto 5px auto;
	height: auto;
	padding: 00px;
	overflow: hidden;
	background-position: center;
}
.options-left h1{
	font-size: 30px;
	display: block;
	padding: 0;
	margin: 0px;
}
.options-left{
	margin: 00px auto 15px auto;
	display: inline-block;
	height: auto;	
}

.options-left a {text-decoration: none;}   
.options-left a:visited {text-decoration: none;}  
.options-left a:hover{text-decoration: none;}  





.options-left img{
	width: 40%;
	height: auto;
	margin: 20px  auto 10px !important;
}
.options-right{
	float: left;
	display: inline-block;
	margin-left: 25px;
	margin-top: 58px;
	height: auto;	
	width: 250px;

}

.options-right img{
	width: 140px;
	height: auto;
}
.options-right p{
	margin: 65px 0  ;
	font-size: 28px;
	line-height: 50px;
	color: #000;
	font-weight: 500;
}
.options-right p span{
	background-color: #FFD850;
	padding: 10px 20px 5px 20px;
	margin-bottom: 5px;
	font-size: 30px;
}
.options p1 ,.options p2{
	width: 250px;
	height: auto;
	font-size: 21px;
	text-align: center;
	border-radius: 20px;
	padding: 6px 20px  8px 18px;
	display: block;
	margin: 0px;
	color: #fff;	
	text-decoration:none !important;
	display: none;

}
.options p1{
	float: right;
	margin: 0px 35px 47px 0;	
	text-decoration:none !important;
}
.options p2{
	float: left;
	margin: 0px 0 47px 33px;	
}
.options p1:link, .options p2:link{
	color: #fff;  
	text-decoration:none !important;
}
.options p1:hover,.options p2:hover{
	  opacity: 0.7;   	
}

.float-r{
	float: right;
}
.float-l{
	float: left;
	
}
.type{	
	width: 30%;
	margin: 2% 5% 50px 17%;
	padding: 0px !important;
	display: block;
	overflow:hidden;
	float: left;
}

.type:hover ,.type:after{ 
	filter:alpha(Opacity=50);
  transform: scale(1.05); 
  -webkit-transition:width 3s;
  -moz-transition:width 3s;
  -o-transition:width 3s;
	opacity: 0.5;
	  transition: 0.3s;
}


.type img{
	width: 100%;
	height: auto;
}
.type-a , .type-b {
	height: auto;
	display: block;
	width: 85%;
	margin: 20px 15px 20px 20px !important;
}
.title-type{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #8ac900;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 3px;
}
.title-type img{
	width: 30%;
	height: auto;
}
.type-a{
	float: left;
	margin-left: 3%;
}
.type-b{
	float: left;
	margin-left: 3%;
}

.title-type-item{
	margin: 0px !important;
	padding: 0px !important;
	
}
.title-type-item ol{
	margin: 0px;
	padding: 00px 0  10px 0;
}
.title-type-item li{
	list-style-type:disc;
	margin: 15px 20px 15px 35px;
	padding: 0px;
	color: #646464;
	font-size: 22px;
	height: 35px;
	text-align: left !important;
	clear: both;
	
}

.copyright {
	padding: 0px 0 0 0px;
	margin: 10px auto 0 auto;
	text-align: center;
	width: 100%;
	z-index: 995;	
	clear:both;
}
.copyright img{
	width: auto;
	height: auto;
	margin: 0 auto;
}
.copyright p{
	font-size: 10px;margin: 5px auto 35px auto;
	padding: 0px 0 0 0px;
    color: #333; 
	font-family: 微軟正黑體;
	}
.copyright2 {
	padding: 0px 0 0 0px;
	margin: 15px auto 0 ;
	text-align: center;
	width: 100%;
	z-index: 995;	
}
.copyright2 img{
	width: 11%;
	height: auto;
	margin: 0 auto;
}
.copyright2 p{
	font-size: 9px;
	margin: 0px auto 35px auto;
	padding: -5px 0 0 0px;
    color: #999; 
	font-family: 微軟正黑體;
	}
#gotop { display: none; position: fixed; right: 20px; bottom: 20px; padding: 10px 15px; cursor: pointer;}
img{ border:0;
    }

.logo { 
	float: left;
	display: block;
	margin: 00px 20px 20px 30px;
	padding: 20px 0 0 0 ;
	height: auto;	
}
.logo img{
	width: 70px;
	height: auto;
}
.logo2 { 
	position: absolute !important;
	margin: 00px 0px 20px 30px;
	padding: 20px 0 0 0 ;
	height: auto;
	width: auto;
	clear: both;
	display: block !important;
	z-index: 999;
}
.logo2 img{
	width: 60px;
	height: auto;
}
#intro{
	width: 100%;
	background:url("intro-bg.jpg") no-repeat fixed top;	
	margin: 0px;
	padding: 0px;
}
#intro2{
	background-color: #cce4ca;
	width: 100%;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}
#intro3{
	
	width: 100%;
	background-size: cover;	
	background-image: url("intro-bg3.jpg");
	background-repeat: no-repeat;
	background-position: center -200px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	position: absolute;
}
#intro4{
	background: url("email-bg.jpg") no-repeat top center;
	width: 100%;
	background-size: cover;	
	text-align: center;
	padding: 0px;
	margin: 0px;
	position: absolute;
	height: auto;
}
#intro5{
	background: url("preface-bg.jpg") no-repeat top center;
	width: 100%;
	background-size: cover;	
	text-align: center;
	padding: 0px;
	margin: 0px;
	position: absolute;
	height: auto;
}
.intro-w2{
	width:1000px;
	margin: 0 auto 40px auto;
	text-align: center;
	clear: both;
	padding-top: 130px !important;
}
.intro-w2 h1{
  font-size: 40px !important;
	line-height: 40px !important;
	color: #fef0dd;
	margin-bottom: 60px;
}
.intro-w2 p{
  font-size: 27px !important;
	line-height: 50px !important;
	color: #fff !important;
	margin-bottom: 20px;
}
.a-w{
	width:700px;
	margin: 0 auto ;
	text-align: left;
	clear: both;
	padding-top: 30px !important;
}

.a-w p{
  font-size: 20px;
	line-height: 40px;
	color: #666;
	font-weight: normal;
	margin-bottom: 20px;
	text-align:justify !important;
}
.email-w{
	width:700px;
	margin: 0 auto 100px auto;
	text-align: center;
	clear: both;
	padding-top: 00px !important;
}

.email-w p{
  font-size: 20px;
	line-height: 40px;
	color: #666;
	font-weight: normal;
	margin-bottom: 20px;
}
.checkbox{
	width: 20px;
    height: 20px;
	margin:10px 15px  35px 10px ; float: left;
}
.enter-email{
	width: 500px;
	position:static;
	background-color:#58ad5e;
	border-radius: 35px;
	padding: 30px 30px 50px 30px;
	margin:0px auto 0 auto;
	display:block;
}
.enter-email p{
	color: #fff;
	font-size: 30px;
	padding: 0px;
	margin: 10px 10px 20px 10px;
}

.result-title{
	width: 500px;
	position:static;
	background-image:url("arr-bg0.png");
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 10px 30px 35px 30px;
	margin: 100px auto 0 auto;
	display:block;
	font-weight: bold;
}
.result-title p{
	color: #fff;
	font-size: 32px;
	padding: 0px;
	line-height: 50px;
}




.radar-chart{
	width: 500px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2); 
	position:static;	
	background-color:#fff;
	border-radius: 35px;
	padding: 30px ;
	margin:20px auto 0 auto;
	display:block;
	text-align: center;
}
.radar-chart img{
	width: 500px;
	height: auto;
}
#block-bg0{
	padding-top: 210px;
	width:1000px;
	margin: 0 auto ;
	text-align: center;
	display: block;
	position: relative;
}
#block-bg1{
	width:1000px;
	margin: 0 auto ;
	text-align: center;
	display: block;
	position: relative;
}
#block-bg1 p{
	font-size: 	30px;	
    line-height: 55px;
	color: #000;
	padding: 0px auto;
	marginp: 10px  auto;
}
#block-bg2{
	width:600px;
	margin: 0 auto ;
	padding: 0 0 20px 0;
	display:inline-block;
	background-color: #fff;
}
#block-bg3{
	width:600px;
	margin: 130px auto 0;
	text-align: center;
}
#block-bg5{
	width:600px;
	margin: 00px auto 0;
	text-align: center;
	position: static;
	padding-bottom: 150px;
}

.intro-p{
   
	height: auto;
	display: block;
	z-index: 150;
	margin: 170px auto 30px auto !important;
	width:46% !important;
}
.intro-button{
	top:  535px;
	left: 380px;
	height: auto;
	display: block;
	z-index: 180;
	margin: 0 auto;
	width:27%;
	position: absolute;
}
.intro-pic1{
	top:  10px;
	left: 215px;
	height: auto;
	display: block;
	z-index: 181;
	margin: 0 auto;
	width:18%;
	position: absolute;
}
.intro-pic2{
	top:  75px;
	left: 545px;
	height: auto;
	display: block;
	z-index: 182;
	margin: 0 auto;
	width:6%;
	position: absolute;
}
.intro-pic3{
	top:  115px;
	left: 640px;
	height: auto;
	display: block;
	z-index: 183;
	margin: 0 auto;
	width:12%;
	position: absolute;
}
.intro-pic4{
	top:  405px;
	left: 200px;
	height: auto;
	display: block;
	z-index: 184;
	margin: 0 auto;
	width:8%;
	position: absolute;
}
.intro-pic5{
	top:  445px;
	left: 718px;
	height: auto;
	display: block;
	z-index: 185;
	margin: 0 auto;
	width:11%;
	position: absolute;
}
.intro-pic6{
	top:  535px;
	left: 260px;
	height: auto;
	display: block;
	z-index: 186;
	margin: 0 auto;
	width:6%;
	position: absolute;
}
.intro-pic7{
	top:  817px;
	left: 750px;
	height: auto;
	display: block;
	z-index: 187;
	margin: 0 auto;
	width:5%;
	position: absolute;
}
.intro-pic8{
	top:  607px;
	left: 300px;
	height: auto;
	display: block;
	z-index: 188;
	margin: 0 auto;
	width:43%;
	position: absolute;
}
.intro-pic9{
	top:  985px;
	left: 250px;
	height: auto;
	display: block;
	z-index: 189;
	margin: 0 auto;
	width:15%;
	position: absolute;
}
.result, .author-pic{
	display: block;
	clear: both;
	margin: 60px auto 00px auto;
	width: auto;
	height: auto;	
}
.cover{
	display: block;
	clear: both;
	margin:80px auto 00px auto !important;
	width: 70%;
	height: auto;	
}
.botton{
	display: block;
	clear: both;
	margin:0px auto 00px auto !important;
	width: auto;
	height: auto;	
}
.author-w{
	display: block;
	clear: both;
	margin: 20px auto 0px auto !important;
	width: auto;
	height: auto;	
}
.yt-search{
	display: block;
	clear: both;
	margin: 00px auto 00px auto;
	width: auto;
	height: auto;	
}
.icon{
	width: 40%;
	height: auto;
	margin: 0 3% 5% 0;
}
.cover-p{
	display: block;
	clear: both;
	margin: 80px auto 00px auto;
	width: 510px;
	height: auto;	
	
	border-radius:20px;
	padding: 10px 0 50px 0;
	
}
.cover-p p{
    display: inline-block;
    font-size: 22px;
    line-height: 2.8rem;  
	font-weight: bold !important;
	margin: 30px 35px 20px 35px;
	text-align: center !important;
	color: #585858;
}
.result-p{
	display: block;
	clear: both;
	margin: 20px auto 00px auto;
	width: 440px;
	height: auto;	
	background-color: #fff025;	
	border-radius:20px;
	padding:20px 35px;
	
}
.result-p p{
    display: inline-block;
    font-size: 24px;
    line-height: 2.5rem;  
	font-weight: bold !important;
	margin: 15px 0 10px 0;
	text-align:justify;
}
.title-q1{ 
	background-image:url("title-q1_bg.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	width: 400px !important;
	height: auto;
	padding: 0px 0px 10px 0px;
	margin: 25px auto 10px auto;
}
.title-q1 p{
	color: #fff;
	font-size: 34px;
	line-height: 32px;
	margin: 18px 00px 0px 0px; 
	padding: 38px 30px 22px 30px!important;
	font-weight: bold;	
}
.title-q1 p span{
	
	font-size: 20px;
	font-weight: normal !important;	
	display: inline-block;
}
.title-q1_p{ 
	width: 650px !important;
	height: auto;
	padding: 0px 0px 00px 0px;
	margin: 35px auto 25px auto;
	color: #333;
	line-height: 55px;
	font-size: 24px;
	text-align:center;
}

.title-q2{ 
	clear: both !important;	
	width:auto !important;
	height: auto;
	padding: 0px 0px 00px 0px !important;
	margin: 0px auto 25px auto !important;
	display:inline-block;
}
.title-q2 p{
	color: #333 !important;
	font-size: 28px;
	line-height: 40px;
	margin: 0px 0px 00px 0px !important; 
	padding: 12px 80px 5px 80px !important;
	border-top: #666 dotted 3px;
	border-bottom: #666 dotted 3px;
	font-weight: bold;	
}
.result-pic{
	width: 100px;
	height: auto;
	clear: both;
	display: block;
	margin: 0 auto;
	display:none;
}


.author{
	display: block;
	clear: both;
	margin: 50px auto 00px auto;
	width: 502px;
	height: auto;	
	background-color: #ffffff;	
	border-radius:20px;
	border: solid 4px #222222;
	padding-bottom: 20px;
	
}
.author p{
    display: inline-block;
    font-size: 26px;
    line-height: 2.8rem;  
	font-weight: bold !important;
	margin: 30px 40px 20px 40px;
	text-align:justify;
	color: #000000;
}
.social-media{
	margin: 0 auto;
	padding: 0 auto;
	
}
.social-media img{
	margin: 15px 7px 5px 7px;
	
}
.process{
	display: block;
	clear: both;
	margin: 0 auto;
	width: auto;
	height: auto;	
}

.q-title{
	display:inline-block;
	clear: both;
	margin: 50px auto 50px auto;
	width: auto;
	height: auto;	
}
.for-d{
	display: block;
	margin: 0 auto;
}
.for-m{
	display:none;
}



.button--medium { 
    letter-spacing: 0;
    
}
.button--white {
    background-color: #fff025;
    color: #000;
}
.blank {
	width: 400px;
    color: #999;
    display: inline-block;
    font-size: 20px;
    text-align:left;
    text-decoration: none;	
	height: 35px;
	padding: 5px 10px;
	margin-bottom: 10px;
	
}
.blank::placeholder {
    color: #999;      /* 提示文字顏色 */
    opacity: 1;       /* 避免有些瀏覽器太淡 */
}
.submit {
	 font-size: 18px;
	padding: 3px 30px;
	color: #333;
}


.button__arrow {
    display: inline-block;
    height: 0.6rem;
    margin-left: 1.5rem;
    overflow: hidden;
    position: relative;
    top: -0.3rem;
    width: 1.9rem;
}
.button:hover {	
	background-color: #fff025;
	color: #000000;
	opacity: 0.5;
    transition-duration: 1s; /*動畫持續時間為2秒*/
    transition-timing-function: ease; /*動畫速度曲線為急加速後減速*/
}

.button--white .button__arrow:after, .button--white .button__arrow:before {
    background-color: #fff025;
}
.button__arrow:before {
    width: 100%;
}
.button__arrow:after, .button__arrow:before {
    background-color: #4f545a;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
}

.a-bg{
	background-color: none;
	padding-top: 50px;
	margin-bottom: 130px;
}


@media screen and (max-width: 1049px) {
.a-bg{
	margin-bottom: 130px;
	padding-top: 70px;
}
#intro{
	background: url("intro-m_bg.jpg") no-repeat fixed top center;
	width: 100%;
	height: auto;
	background-size:cover;	
	}
#intro2{
	width: 100%;
	height: auto;
	}
#intro3{
	background: url("intro-bg3.jpg") no-repeat fixed  center;
	width: 100%;	
	background-position:  -400px 00px  !important;
	background-color: #fff;
	height: auto;
	background-size:180%;
	}
#intro4{
	background: url("email-bg.jpg") no-repeat fixed  center;
	width: 100%;	
	background-position:  -400px 500px  !important;
	height: auto;
	background-size:180%;
	background-color: #cce4ca;
	overflow:inherit;
	}
#intro5{
	background-size:130%;
	width: 100%;
	overflow:inherit;
	background-color: #5ab55f;
	background-position:  -100px 000px  !important;
	}
 #block-bg0{
	 width:100%;
	height: 100% !important;
	}
 #block-bg1{
	 width:100%;
	height: 100% !important;
	}
	#block-bg1 p{
	font-size: 	50px;	
    line-height: 80px;
		font-weight: bold;
	color: #000;
	padding-top: 0px;
	margin: 50px auto 50px auto;
		width: 85%;
}
 #block-bg2{
     padding: 0 0 80px 0;
	 width: 100% !important;
	}
 #block-bg3{
	height: 100% !important;
	margin: 180px auto 0;
	width: 100%;
	}
 #block-bg5{
	padding-bottom: 100px;
	margin: 50px auto 0;
	width: 95%;
	}
.intro-w2{
	width:100% !important;
	padding-top: 200px !important;
	margin: 0 auto 100px auto !important;
}

.intro-w2 h1{
  font-size: 65px !important;
	line-height: 100px !important;
	color: #fef0dd;
	margin-bottom: 60px;
}
.intro-w2 p{
  font-size:50px !important;
	line-height: 90px !important;
	color: #fff !important;
	margin-bottom: 40px;
	font-weight: 400 !important;
}
	
	
	
	
.intro-p{
    margin: 250px auto 0 auto !important;
	left: 92px;
	height: auto;
	display: block;
	z-index: 150;
	margin: 0 auto;
	width:85% !important;
}
.intro-button{
	top:  900px;
	left: 280px;
	height: auto;
	display: block;
	z-index: 180;
	margin: 0 auto;
	width:45%;
	position: absolute;
}
.intro-pic1{
	top:  10px;
	left: 6px;
	height: auto;
	display: block;
	z-index: 181;
	margin: 0 auto;
	width:31%;
	position: absolute;
}
.intro-pic2{
	top:  120px;
	left: 570px;
	height: auto;
	display: block;
	z-index: 182;
	margin: 0 auto;
	width:11%;
	position: absolute;
}
.intro-pic3{
	top:  180px;
	left: 710px;
	height: auto;
	display: block;
	z-index: 183;
	margin: 0 auto;
	width:21%;
	position: absolute;
}
.intro-pic4{
	top:  665px;
	left: -30px;
	height: auto;
	display: block;
	z-index: 184;
	margin: 0 auto;
	width:16%;
	position: absolute;
}
.intro-pic5{
	top:  745px;
	left: 805px;
	height: auto;
	display: block;
	z-index: 185;
	margin: 0 auto;
	width:19%;
	position: absolute;
}
.intro-pic6{
	top:  900px;
	left: 70px;
	height: auto;
	display: block;
	z-index: 186;
	margin: 0 auto;
	width:10%;
	position: absolute;
}
.intro-pic7{
	top:  1290px;
	left: 870px;
	height: auto;
	display: block;
	z-index: 187;
	margin: 0 auto;
	width:9%;
	position: absolute;
}
.intro-pic8{
	top: 980px;
	left: 19% !important;
	height: auto;
	display: block;
	z-index: 188;
	margin: 0 auto;
	width:63%;
	position: absolute;
}
.intro-pic9{
	top:  1590px;
	left: 75px;
	height: auto;
	display: block;
	z-index: 189;
	margin: 0 auto;
	width:28%;
	position: absolute;
}	
	
.button {
    padding: 20px 50px 20px 50px!important;
    font-size: 44px;
    line-height:70px;  	
	margin: 40px auto ;
	width: 70%;
	font-weight: normal;	
	box-shadow:15px 15px 0px black;
}
.cover{
	margin: 120px auto 0 !important;
	width:85%;
}
.botton{
	margin: 20px auto 00px !important;
	width:50%;
}
.author-w{	
	margin: 50px auto 0;
	width:85%;
}
.yt-search{
	margin: 0 auto;
	width:89%;
}

.result{	
	margin: 0 auto;
	width:85%;
}
 .author-pic{	
	margin: 0 auto;
	width:90%;
}
.cover-p{
	display: block;
	clear: both;
	margin: 50px auto 00px auto;
	width: 85%;
	border-radius:50px;
	
}
.cover-p p{
    font-size: 44px;
    line-height:4.5rem;  
	margin: 40px 60px 30px 60px;
}

.result-p{
	display: block;
	clear: both;
	margin: 20px auto 00px auto;
	width: 78%;
	border-radius:50px;	
	padding:30px 35px;
}
.author{
	display: block;
	clear: both;
	margin: 50px auto 00px auto;
	width: 82%;
	border-radius:50px;
	padding-top:70px;
	border: solid 6px #222222;
}
.author p{
    font-size: 44px;
    line-height:4.5rem;  
	margin: 50px 60px 60px 60px;
	color: #666666;
}
.result-p p{
    font-size: 44px;
    line-height:4.3rem;  
	margin: 30px 35px 20px 35px;
}
.social-media{
	
}
.social-media img{
	margin: 45px 15px 0px 15px;
	width: 150px;
	height: auto;
}
.social-media_img2{
	margin: 25px 15px;
	width: 250px !important;
	height: auto;
}
.social-media_img3{
	margin: 20px 15px !important;
	width: 85% !important;
	height: auto;
}
.process{
	
	margin: 0 auto;
	width: 60%;
}
.q-title{
	
	margin: 100px auto 20px;
	width: 70%;
}	
.logo { 
	margin: 00px 0 0 20px;
	padding: 20px 0 0 0px !important;
	
}	
.logo img{
	width: auto;
	height: auto;
}
.logo2 { 
	
	right:20px;
	padding: 20px 0 0 0px !important;
	
}	
.logo2 img{
	width: auto;
	height: auto;
}
.copyright2 {
	
	padding-bottom: 5px;
}
.copyright2 p{
	font-size: 22px;
    color: white; text-shadow: black 0.1em 0.1em 0.2em;
	padding-bottom: 0px;
	}

.title-q1_p{ 
	width: 75% !important;
	height: auto;
	padding: 0px 0px 00px 0px;
	margin: 35px auto;
	color: #333;
	line-height: 75px;
	font-size: 48px;
	text-align:left !important;
}
	
.type{
	width: 40%;
	margin: 2% 5% 50px 8% !important;
	padding: 0px !important;
	display: block;
	overflow:hidden;
	float: left;
}
.type-a , .type-b {
	height: auto;
	
	display: block;	
	overflow: hidden;
	text-align:start;	
	width: 100% !important;
	margin: 10px 10px 10px 0;
	padding-bottom: 15px;
}
.title-type{
	text-align: center;
	font-size: 58px;
	font-weight: bold;
	color: #8ac900;
	margin: 20px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0px;
}
.title-type img{
	width:40%;
	height: auto;
}
.type-a{
	float: left;
	margin-left: 3%;
}
.type-b{
	float: left;
	margin-left: 3%;
}
.title-type-item{
	margin: 0px !important;
	padding: 0px !important;
	overflow: hidden;
	height: auto;
	
}
.title-type-item ol{
	margin: 0px;
	padding: 00px 0  0px 20px;
	overflow: hidden;
	height: auto;
}
.title-type-item li{
	list-style-type:disc;	
	margin: 0px 20px 5px 35px  !important;
	padding: 0px;
	color: #646464;
	font-size: 40px;
	height: auto;
	text-align: left !important;
	line-height: 60px;
	clear: both;
	
}	

.title-q1{ 
	background-image:url("title-q1_bg.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	width: 85% !important;
	height: auto;
	padding: 0px 0px 10px 0px;
	margin: 60px auto 10px auto !important;
}
.title-q1 p{
	color: #fff;
	font-size: 75px;
	line-height: 50px;
	margin: 0px 00px 30px 0px !important; 
	padding:80px 0px 85px 0px !important;
	font-weight: bold;	
	height: auto;
	overflow: hidden;
}
	
.title-q1 p span{
	
	font-size: 40px;
	margin-top: 30px;
	font-weight: normal !important;	
	display: inline-block;
}	
.title-q2{ 
	clear: both !important;	
	width:80% !important;
	height: auto;
	padding: 0px 0px 00px 0px !important;
	margin: 0px auto 00px auto !important;
	display:block;
}
.title-q2 p{
	color: #333 !important;
	font-size: 50px !important;
	line-height: 70px;
	margin: 0px 0px 70px 0px !important; 
	padding: 15px 18px 10px 18px !important;
	border-top: #666 dotted 7px;
	border-bottom: #666 dotted 7px;
	font-weight: bold;	
}	
.result-pic{
	width: 18%;
	height: auto;
	clear: both;
	margin: 20px auto 0 !important;
	display:none;
}	

.options{
	width:95%;
	margin:  0% auto 35px auto;
	height: auto;
	padding: 00px !important;
	overflow: hidden;
	background-position: center;
}
.options p1 ,.options p2{
	width: 40%;
	height: auto;
	font-size: 40px;
	text-align: center;
	border-radius: 20px;
	line-height: 45px;
	padding: 15px 00px  15px 0px;
	
	margin: 0px;
	color: #fff;	
	text-decoration:none !important;
	font-weight: bold;
	display:none;

}
.options p1{
	float: right;
	margin: 0px 35px 75px 0;	
	text-decoration:none !important;
}
.options p2{
	float: left;
	margin: 0px 0 75px 33px;	
}
.options p1:link, .options p2:link{
	color: #fff;  
	text-decoration:none !important;
}
.options p1:hover,.options p2:hover{
	  opacity: 0.7;   	
}	
.options-left h1{
	font-size: 60px;
	display: block;
	padding: 0;
	margin: 0px;
}	
	
.options-left{
	margin: 30px auto 15px auto;
}
	.options-left img{
	width: 60%;
	height: auto;
		margin: 20px  auto 20px !important;
}
.options-right{
		float: left;
	display: inline-block;
	margin-left: 25px;
	margin-top: 170px;
	height: auto;	
	width: 450px;
}	
	
.options-right img{
	width: 230px;
	height: auto;
}
.options-right p{
	margin: 155px 0  ;
	font-size: 54px;
	line-height: 80px;
	color: #000;
	font-weight: 500;
}
	
.a-w{
	width:75%;
	margin: 0 auto ;
	text-align: left;
	clear: both;
	padding-top: 20px !important;
}

.a-w p{
  font-size: 35px;
	line-height: 60px;
	color: #666;
	font-weight: normal !important;
	margin-bottom: 20px;
	text-align:justify !important;
}
	
.email-w{
	width:75%;
	margin: 0 auto 100px auto;
	text-align: center;
	clear: both;
	padding-top: 20px !important;
}

.email-w p{
  font-size: 38px;
	line-height: 65px;
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
}
	.blank {
	width: 82%;
    color: #999;
    display: inline-block;
    font-size: 40px;
    text-align:left;
    text-decoration: none;	
		height: 65px;
		padding:5px 20px !important;
		margin-bottom: 25px;
}
.checkbox{
	width:50px;
    height: 50px;
	margin:5px 15px  150px 0px !important; 
	float: left;
}
.enter-email{
	width: 80%;
	position:static;
	background-color:#58ad5e;
	border-radius: 35px;
	padding: 30px 30px 50px 30px;
	margin: 0px auto 0 auto;
	display:block;
	
}
.enter-email p{
	color: #fff;
	font-size: 50px;
	padding: 0px;
	margin: 10px 10px 20px 10px;
	font-weight: bold;
}	

	
.result-title{
	width: 80%;
	position:static;	
	padding: 20px 30px 75px 30px !important;
	margin: 80px auto 0 auto;
	display:block;
	
}
.result-title p{
	color: #fff;
	font-size: 70px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	line-height: 110px !important;
}	
	
	
	
	
	
.radar-chart{
	width: 80%;
	position:static;
	background-color:#fff;
	border-radius: 35px;
	padding: 30px;
	margin: 50px auto 0 auto;
	display:block;
	}

	.radar-chart img{
	width: 100%;
	height: auto;
	}
	
.submit{
	 font-size: 35px;
	padding: 15px 50px;
	color: #333 ;
	background-color: #e4e4e4 ;
	margin: 0 0 0px 10px !important;
}
.icon{
	width: 70%;
	height: auto;
	margin: 0 0% 5% 0;
}
	.copyright {
	padding: 0px 0 35px 0px;
	margin: 000px auto 0 ;
	text-align: center;
	width: 100%;
	z-index: 995;	
}
.copyright img{
	width: 45%;
	height: auto;
	margin: 20px auto 0;
	padding: 0;
}
.copyright p{
	padding: 0px;
	margin: 0px;
	font-size: 18px;
    color: #000; 
	font-family: 微軟正黑體;
	}

.options-btn{
	
	border-radius: 50px !important;
	height: auto;
	font-size: 50px;
	color: #fff;
	text-align: center;
	display: block;
	overflow: hidden;
	padding: 20px 80px;
	font-weight:400;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 15px  15px  25px  10px !important;
	box-shadow: -4px -4px 15px rgba(255, 255, 255, 0.5),
  3px 3px 8px rgba(255, 255, 255, 1) inset,
  -3px -3px 8px rgba(0, 0, 0, 0.5) inset,
  3px 3px 8px rgba(0, 0, 0, 0.3);
}	
	
	
	
	
	
.font-w{
	margin: 0px;
	padding: 0px;
	
}
.font-w h1{
	font-size: 	60px;
	text-align: center !important;
	color: #59ad5f;
	
}
.font-w h2{
	font-size: 	60px;
	text-align: center !important;
	color: #f39835 !important;
	
}
.font-w p{
	font-size: 	40px;
	text-align: center !important;
	line-height: 60px;
	margin-top: 20px;color: #59ad5f;
	
}

.font-w ul{
	margin: 0 10px 40px 0px !important;
	
}

.font-w li{
	list-style:decimal;
	font-size: 	45px;
	line-height: 60px;
	text-align: left;
	margin: 0 00px 20px 20px;
	
}
	
	
.xcProModal_close{
    margin-top:20px;
    display:inline-block;
    padding:15px 30px;
    background:#ff5722;
    color:#fff;
    border-radius:20px;
    cursor:pointer;
	font-size: 36px;
	font-family: 微軟正黑體;
	
}	
.xcProModal_box{
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) scale(0.9);
    width:500px;
    padding:10px 30px 60px 30px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.3);
    opacity:0;
    visibility:hidden;
    transition:0.3s;
    z-index:9991;
    text-align:center;
}
.my-btn,
.my-btn:focus {
   
    padding: 30px 50px; 
    font-size: 65px;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #fff;     
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0); 
    outline: 1px solid rgba(255, 255, 255, 0.5) !important;
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius:80px;
	clear: both;
	width: 65% !important;
	height: auto;
	margin: 0 auto 80px auto !important;
	display: block;
}
	.num-circle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:70px !important;
  height:70px !important;
  margin-right:8px;
  background:#fff;        
  color:#8ac900;          
  border-radius:50%;
  font-size:60px;
  font-weight:bold;
}
}




/* ===== 橫向光譜 slider：細線＋彩色數字圈版 ===== */

.xcScale_wrap{
	width: 88%;
	max-width: 520px;
	margin: 25px auto 35px auto;
	text-align: center;
}

.xcScale_box{
	width: 100%;
	margin: 0 auto;
	padding: 8px 0 0 0;
}

.xcScale_track{
	position: relative;
	width: 100%;
	height: 92px;
	background: transparent;
	touch-action: none;
	user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
}

/* 中間細線 */
.xcScale_track::before{
	content: "";
	position: absolute;
	left: 4%;
	right: 4%;
	top: 50%;
	transform: translateY(-50%);
	height: 6px;
	border-radius: 999px;
	background: linear-gradient(90deg,#8ac900 0%, #aed94c 25%, #dcd97a 45%, #efc97f 55%, #f3a026 75%, #f28f00 100%);
	box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
	z-index: 1;
}

.xcScale_fill{
	position: absolute;
	left: 4%;
	top: 50%;
	transform: translateY(-50%);
	height: 6px;
	width: 0%;
	border-radius: 999px;
	background: rgba(255,255,255,0.35);
	pointer-events: none;
	z-index: 1;
}

/* 滑塊 */
.xcScale_thumb{
	position: absolute;
	top: 50%;
	left: 4%;
	transform: translate(-50%,-50%);
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #222;
	border: 3px solid #fff;
	box-shadow: 0 3px 8px rgba(0,0,0,0.18);
	z-index: 4;
	cursor: grab;
	pointer-events: none;
	opacity: 1;
	transition: left .15s ease, width .15s ease;
}

.xcScale_thumb.is-dragging{
	cursor: grabbing;
	transform: translate(-50%,-50%) scale(1.08);
}

/* 數字圈圈主操作區 */
.xcScale_step{
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 0;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	padding: 0;
	margin: 0;
	z-index: 3;
	cursor: pointer;
	box-shadow:
		-3px -3px 8px rgba(255,255,255,0.45),
		2px 2px 4px rgba(255,255,255,0.9) inset,
		-2px -2px 4px rgba(0,0,0,0.22) inset,
		2px 2px 6px rgba(0,0,0,0.18);
	transition: transform .2s ease, box-shadow .2s ease;
}

.xcScale_step:hover{
	transform: translate(-50%,-50%) scale(1.06);
}

.xcScale_step.is-active{
	outline: 4px solid rgba(255,255,255,0.65);
	outline-offset: 2px;
}

/* 8個位置 */
.xcScale_step[data-value="1"]{ left: 4%;  background:#8ac900; }
.xcScale_step[data-value="2"]{ left: 17%; background:#a1d332; }
.xcScale_step[data-value="3"]{ left: 30%; background:#aed94c; }
.xcScale_step[data-value="4"]{ left: 43%; background:#b9df66; }
.xcScale_step[data-value="5"]{ left: 57%; background:#f6bd66; }
.xcScale_step[data-value="6"]{ left: 70%; background:#f5af4d; }
.xcScale_step[data-value="7"]{ left: 83%; background:#f3a026; }
.xcScale_step[data-value="8"]{ left: 96%; background:#f28f00; }

/* 下方文字區 */
.xcScale_labels{
	width: 100%;
	margin: 22px auto 0 auto;
}

.xcScale_hintRow{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
}

.xcScale_hint{
	font-size: 20px;
	color: #666;
	font-weight: bold;
	line-height: 1.2;
}

.xcScale_hint_mid{
	text-align: center;
	flex: 0 0 auto;
}

.xcScale_hint_left,
.xcScale_hint_right{
	width: 32%;
}

.xcScale_hint_left{
	text-align: left;
}

.xcScale_hint_right{
	text-align: right;
}

.xcScale_typeRow{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
}

.xcScale_side{
	width: 42%;
}

.xcScale_side_left{
	text-align: left;
}

.xcScale_side_right{
	text-align: right;
}

.xcScale_type{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
}

.xcScale_side_left .xcScale_type{
	color: #4f9e1d;
}

.xcScale_side_right .xcScale_type{
	color: #dd7300;
}

.xcScale_side.is-on .xcScale_type{
	opacity: 1;
}

.xcScale_side:not(.is-on){
	opacity: 0.78;
}

.xcNextBtn{
	display: block;
	width: 78%;
	max-width: 420px;
	margin: 24px auto 0 auto;
	padding: 22px 20px;
	border-radius: 999px;
	background: #f28f00;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 6px 14px rgba(0,0,0,0.15);
	transition: all .25s ease;
}

.xcNextBtn:hover{
	transform: scale(1.02);
}

.xcNextBtn.is-disabled{
	pointer-events: none;
	background: #d8d8d8;
	color: #888;
	box-shadow: none;
}

@media screen and (max-width: 1049px){
	.xcScale_wrap{
		width: 88%;
		max-width: none;
		margin: 35px auto 50px auto;
	}

	.xcScale_track{
		height: 132px;
	}

	.xcScale_track::before,
	.xcScale_fill{
		height: 8px;
	}

	.xcScale_thumb{
		width: 28px;
		height: 28px;
		border-width: 3px;
	}

	.xcScale_step{
		width: 72px;
		height: 72px;
		font-size: 40px;
	}

	.xcScale_hint{
		font-size: 28px;
	}

	.xcScale_type{
		font-size: 42px;
	}

	.xcNextBtn{
		width: 82%;
		font-size: 52px;
		padding: 28px 20px;
	}
}


/* ===== 結果頁：左圖右文按鈕 ===== */

#block-bg1.result-layout{
	width: 1000px;
	margin: 40px auto 0;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	position: relative;
}

.result-left{
	width: 36%;
	flex: 0 0 36%;
	margin-left:20%;max-width: 330px;
}

.result-right{
	width: 52%;
	flex: 0 0 52%;
}

#block-bg1 .result-cover{
	width: 100%;
	max-width: 330px;
	margin: 0 !important;
	display: block;
}

#block-bg1 .result-copy{
	font-size: 25px;
	line-height: 45px;
	color: #222;
	margin: 0 0 28px 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
	word-break: break-word;
}

#block-bg1 .result-btn-group{
	text-align: left;
}

#block-bg1 .result-btn-group .btn{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

#block-bg1 .result-btn-group a{
	text-decoration: none;
	display: inline-block;
}

#block-bg1 .result-btn-group br{
	display: none;
}

#block-bg1 .result-btn-group button{
	width: auto;
	min-width: 170px;
	padding: 12px 24px;
	font-size: 24px;
	line-height: 1.2;
	background: #fff;
	color: #222;
	border: 1px solid #888;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

#block-bg1 .result-btn-group button:hover{
	opacity: 0.9;
	transform: none;
}


/* ===== 行動版：維持左右切版 ===== */
@media screen and (max-width: 1049px){

	#block-bg1.result-layout{
		width: 92% !important;
		margin: 30px auto 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 20px;
		text-align: left;
	}

	.result-left{
		width: 48%;
		flex: 0 0 48%;
		margin-left: 5%;
		max-width:none;
	}

	.result-right{
		width: 50%;
		flex: 0 0 50%;
		padding-top: 0;
	}

	#block-bg1 .result-cover{
		width: 100%;
		max-width: none;
		margin: 0 !important;
	}

	#block-bg1 .result-copy{
		width: 100%;
		margin: 0 0 40px 0;
		font-size: 42px;
		line-height: 65px;
		text-align: left;
		font-weight: normal;
		padding: 0px 0 0 25px;
	}

	#block-bg1 .result-btn-group{
		text-align: left;
	}

	#block-bg1 .result-btn-group .btn{
		align-items: flex-start;
		gap: 12px;
	}

	#block-bg1 .result-btn-group button{
		min-width: 150px;
		padding: 12px 18px;
		font-size: 24px;
		line-height: 1.2;
	}
}
/* ===== 結果頁專用橘按鈕：不影響原本 btn / button ===== */

.xcResultBtnWrap{
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
}

.xcResultBtnBox{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
}

.xcResultBtnLink{
	display: block;
	text-decoration: none !important;
	margin: 0;
	padding: 0;
}

.xcResultBtnLink br{
	display: none;
}

.xcResultBtn{
	display: block;
	width:300px !important;
	padding: 20px 22px;
	margin: 0;
	border: 0;
	border-radius: 999px;
	background: #f3a026;
	color: #fff;
	font-size: 35px !important;
	line-height: 1.2;
	font-weight: bold;
	font-family: "Microsoft JhengHei", "微軟正黑體", Arial, sans-serif;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0,0,0,0.15);
	-webkit-appearance: none;
	appearance: none;
}

.xcResultBtn:hover{
	background: #f28f00;
	transform: none;
	opacity: 1;
}


/* ===== 桌機：讓按鈕左邊和文案左邊切齊 ===== */
#block-bg1 .result-right .xcResultBtnWrap{
	padding-left: 0px;
}


/* ===== 行動版 ===== */
@media screen and (max-width: 1049px){

	#block-bg1 .result-right .xcResultBtnWrap{
		padding-left: 25px;
		margin-top: 5px;
	}

	.xcResultBtnBox{
		gap: 18px;
	}

	.xcResultBtn{
		width: 350px !important;
		padding: 30px 24px;
		font-size: 45px !important;
		border-radius: 999px;
	}
}


/* ===== 更窄手機 ===== */
@media screen and (max-width: 760px){

	#block-bg1 .result-right .xcResultBtnWrap{
		padding-left: 25px;
	}

	.xcResultBtn{
		width: 220px;
		padding: 16px 20px;
		font-size: 30px;
	}
}


/* ===== 很窄的手機 ===== */
@media screen and (max-width: 560px){

	#block-bg1 .result-right .xcResultBtnWrap{
		padding-left: 25px;
	}

	.xcResultBtnBox{
		gap: 12px;
	}

	.xcResultBtn{
		width: 160px;
		padding: 10px 12px;
		font-size: 22px;
	}
}
