body{
	text-decoration:none;
	font-family: "微軟正黑體","新細明體", "細明體", Arial, Helvetica, sans-serif;
	background-color: rgb(168, 74, 181);	
}

/*共用間距*/
#it230 .BLANK{ width:100%; height:20px;}
#it230 .BLANK2{ width:100%; height:30px;}
#it230 .BLANKS{ width:100%; height:10px;}

/*============================共用按鈕 樣式============================*/
/*內文置底列印按鈕*/
.PC #it230 .PRINT_BT{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;}

.PC #it230 .PRINT_BT a{
	display:block;
	width:50%;
	margin:0 auto;
	height:50px;
	font-size: 1.5em;
	color: #fff;
	font-weight:bold;
	text-align:center;
	line-height:47px;
	text-decoration:none;}

/*按紐顏色*/	
.PC #it230 a.BT_COLOUR{ /*置底列印按鈕綠色*/
	background: #81b907; /* Old browsers */
	background: -webkit-linear-gradient(#81b907 0%, #347f0b 100%);
	background: -o-linear-gradient(#81b907 0%, #347f0b 100%);
	background: linear-gradient(#81b907 0%, #347f0b 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81b907', endColorstr='#347f0b',GradientType=0 ); /* IE6-9 */
	filter: progid:DXImage-webkit-Transform.Microsoft.gradient( startColorstr='#81b907', endColorstr='#347f0b',GradientType=0 ); /* IE6-9 */

	-moz-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	}

.PC #it230 a.BT_COLOUR:hover{
	color:#fff9bc;
	background: #347f0b; /* Old browsers */
	background: -moz-linear-gradient(top, #347f0b 0%, #81b907 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #347f0b 0%,#81b907 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #347f0b 0%,#81b907 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#347f0b', endColorstr='#81b907',GradientType=0 ); /* IE6-9 */}
	filter: progid:DXImage-webkit-Transform.Microsoft.gradient( startColorstr='#347f0b', endColorstr='#81b907',GradientType=0 ); /* IE6-9 */}

.PC #it230 a.BT_COLOUR2{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #dbaa00;
		background: -moz-linear-gradient(
		top,
		#ffe400 0%,
		#ffc600);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffe400),
		to(#ffc600));		
	-moz-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:inset 0px 0px 2px rgba(255,255,255,1)}

.PC #it230 a.BT_COLOUR2:hover{
	background-color:#eb6d54;
	background: -moz-linear-gradient(
		top,
		#ffc600 0%,
		#ffe400);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffc600),
		to(#ffe400));
}

.PC #it230 a.BT_COLOUR3{
	background-color:#b21424;
	background: -moz-linear-gradient(
		top,
		#fb2121 0%,
		#b21424);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fb2121),
		to(#b21424));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #bf3539;
	-moz-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);}

.PC #it230 a.BT_COLOUR3:hover{
	background-color:#fb2121;
	background: -moz-linear-gradient(
		top,
		#b21424 0%,
		#fb2121);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#b21424),
		to(#fb2121));
}

/*============================控制 pq 樣式============================*/
.PC #it230 .pq_CON_BOX1 .LISTIMG{
	margin-right: 4%;
}

.PC #it230 .pq_CON_BOX1 li{
	background: transparent url(https://gimgs.click108.com.tw/unit001/item00230/images/icon_2.png) no-repeat;
    background-size: 30px 30px;
    background-position-y: 2px;
    padding-left: 35px;
    margin: 5px 0 5px 0;
}

.PC #it230 .pq_CON_BOX1{
	border:1px solid #ff8875;
	margin:0 auto;
}

.PC #it230 .pq_CON_BOX1 .pq_CON_BOX_BAR{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #ff8875;
}

#it230 .pq_INPUT_BOX1{
	width: 100%;
    margin: 0 auto;
}

#it230 .pq_INBOX{
	box-shadow: none;
	border: 1px solid #fa5d4c;
	background-color: #fff;
}

/*控制輸入頁清單上下間距*/
.PC #it230 .pq_LIST_ICON li{
	margin: 8px 0 8px 0;
	background-size: 28px 28px;
    background-position-y: 2px;
}

/*RECOM_BOX寬度調整*/
.PC #it230 .pq_RECOM_BOX{
	width: 95%;
	padding: 20px 0;
}

.PC #it230 .no_w{
	width: 100%;
	padding: 0;
}

.PC #it230 .pq_INBAR{
	width: 100%;
    background: url(https://gimgs.click108.com.tw/unit001/item00230/images/input_bar.jpg) repeat-x;
	height: 66px;
	line-height: 66px;
}

.PC #it230 .pq_CON_BOX1 .pq_CON_BOX_BAR p{
	color: #ffffff;
}

.PC #it230 .pq_RETOP , .PC #it230 .pq_RECOM1{border-color: #76270c;}

.PC #it230 .pq_RECOM1{margin:25px auto;}

/*pq 捲軸*/
.PC #it230 .pq_BIGWORD1{
	margin-bottom: 10px;
}

.PC #it230 .pq_BIGWORD1 ul{
	background-color: #fff4f9;
    border: 2px solid #fff4f9;
}

.PC #it230 .pq_BIGWORD1 li > img{
	display: inline-block;
    width: 50%;
    height: auto;
}
/*============================控制 pq 樣式尾============================*/

/*==============桌機版================桌機版==============桌機版=============================================*/
/*PC表頭尾*/	
.PC .PC_LOGIN, .PC .FOOT_PC{ width:100%; display:block;}
/*PC表頭尾*/

/*消失區*/
.PC #float_icon, .PC #header, .PC .FOOT_MOBILE, .PC #it230 .MO_MENU_BG, .PC #it230 .MO_MENU_BG02 ,.PC #it230 .PCNO_WORDS{ display:none;}
/*消失區尾*/
	
/*框架區*/
.PC #it230{
	width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    -webkit-box-sizing: border-box;
    -webkit--webkit-box-sizing: border-box;
	}

.PC #it230 .FRAME{width:100%;height:auto;overflow:hidden;margin:0 auto;}
/*框架區尾*/

/*輸入頁表頭 樣式*/
.PC #it230 .IP_FRAME{
	width:100%;
	height:617px; 
	overflow:hidden;
	}

.PC #it230 .IP_TOP{
	width:100%;
	height:auto; 
	overflow:hidden;
	margin: 0 auto;
	/* background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/in_flower.png);
	background-repeat: no-repeat;
	background-position: left top -45px;
	background-size: 40% auto; */
	}

.PC #it230 .IP_TOP h1{
	width: 730px;
	height: 315px;
	margin: 0 auto;
	background-image:url(https://gimgs.click108.com.tw/unit001/item00230/images/in_top_title.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	margin-top: -30px;
}

/*輸入頁-動畫區塊*/
.PC #it230 .IP_ANI{
	position: relative;
	width: 750px;
	height: 337px;/*315*/
	margin: 0 auto;
	overflow: hidden;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/in_ani_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}

/*動畫球*/
.PC #it230 .IP_ANI .BALL{
	width: 150px;
    height: 150px;
}

.PC #it230 .b_a01{
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	background: url(https://gimgs.click108.com.tw/unit001/item00230/images/in_ball01.png) no-repeat center;
	background-size: cover;
	animation-name: floatball,fadeInOut;
	animation-duration: 2.8s;
	animation-iteration-count: infinite;
	top: 0;
	left: 0;
}

.PC #it230 .b_a02{
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	background: url(https://gimgs.click108.com.tw/unit001/item00230/images/in_ball02.png) no-repeat center;
	background-size: 110% auto;
	animation-name: floatball2,fadeInOut;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	bottom: 10%;
	left: 23%;
}

.PC #it230 .b_a03{
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	background: url(https://gimgs.click108.com.tw/unit001/item00230/images/in_ball03.png) no-repeat center;
	background-size: 110% auto;
	animation-name: floatball3,fadeInOut;
	animation-duration: 2.7s;
	animation-iteration-count: infinite;
	bottom: 10%;
	right: 24%;
}

.PC #it230 .b_a04{
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	background: url(https://gimgs.click108.com.tw/unit001/item00230/images/in_ball04.png) no-repeat center;
	background-size: 105% auto;
	animation-name: floatball4,fadeInOut;
	animation-duration: 3.1s;
	animation-iteration-count: infinite;
	top: 3%;
	right: 0;
}

@keyframes floatball {
	0% { transform: translateY(-6px); }
	50% { transform: translateY(0); }
	100% { transform: translateY(-6px); }
}

@keyframes floatball2 {
	0% { transform: translateY(-8px); }
	50% { transform: translateY(0); }
	100% { transform: translateY(-8px); }
}

@keyframes floatball3 {
	0% { transform: translateY(-9px); }
	50% { transform: translateY(0); }
	100% { transform: translateY(-9px); }
}

@keyframes floatball4 {
	0% { transform: translateY(-8px); }
	50% { transform: translateY(0); }
	100% { transform: translateY(-8px); }
}

@-webkit-keyframes fadeInOut {
  0% { opacity: 1; }
  25% { opacity: 0.4; }
  50% { opacity: 0.7; }
  75% { opacity: 1; }
}
/*輸入頁表頭區尾*/

/*輸入頁內容區*/
.PC #it230 .CON_BOX{ 
	width:670px;
	height:auto;
	overflow:hidden;
	margin:0 auto;}

.PC #it230 .CON_BOX img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.PC #it230 .IP_CONTENT{
	width:750px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	background-image:url(https://gimgs.click108.com.tw/unit001/item00230/images/con_bg.jpg);
	background-size:100% auto;
	}

/*使用者反饋文*/
.PC #it230 .FEEDBACK_TITLE{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.PC #it230 .FEEDBACK_BG{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 5px 0 10px 15px;
    border-left: 1px solid #eb6039;
	border-right: 1px solid #eb6039;
	-webkit-box-sizing:border-box;
	color: #333;
}
.PC #it230 .FEEDBACK_BG p.NAME{
	text-align: right;
	padding-right: 10px;  
}

.PC #it230 .BOR02{
	border-left: 1px solid #527eda;
	border-right: 1px solid #527eda;
	border-bottom: 1px solid #527eda;
}

/*輸入頁分隔線*/
#it230 .pq_INBOX .IP_LINE{
	border-top: 1px dashed #fa5d4c;
}

/*內容區*/
.PC #it230 .CONTENT{
	width: 750px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/con_bg.jpg);
    background-size: 100% auto;
}

/*內容框架*/
.PC #it227 .CONTENT_TOP img, .PC #it230 .CONTENT_FOOT img{display:block; width:750px; height:38px; margin:auto;}	
/*內容區尾*/

/*=========================結果頁頭區=========================*/
/*第一塊引導區*/
.PC #it230 .GUIDE{
	width:100%;
	height:auto;
	overflow:hidden;
	margin: 0 auto;
}
.PC #it230 .GUIDE li{
	float: left;}
.PC #it230 .GUIDE li.PH{width: 30%;margin-right: 2%;}
.PC #it230 .GUIDE li{width: 68%;}

/*個人資料*/
.PC #it230 .INFOR{
	width:664px;
	height:163px;
	margin:0 auto;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/title_top01.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 15px 10px 10px 10px;
	border-bottom:5px solid #2f251e;
	}
.PC #it230 .INFOR .GENDER{ 
	display:inline-block;
	width:30px;
	height:30px;
	margin:0 auto;
	margin-bottom:-8px;}
.PC #it230 .INFOR .GENDER img{ 
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;}
/*個人資料尾*/

/*姓名五行內容*/
.PC #it230 .NAME_FIVE_230{
	width:100%;
	height:auto;
	overflow:hidden;}
	
.PC #it230 .NAME_FIVE_BG_230{
	width:664px;
	height:522px;
	position: relative;
	}

.PC #it230 .NAME_TEXT01_230 ul{
	width:28%;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top:31%;
	left: 15%;
}

.PC #it230 .NAME_TEXT01_230 li{
	float: left;
	width: 50%;
}
.PC #it230 .NAME_TEXT02_230 ul{
	width: 45%;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top:31%;
	right:0%;
}

.PC #it230 .NAME_TEXT02_230 li{
	float:left;
	width: 33.3333333%;
}

.PC #it230 .NAME_TEXT03_230{
	width:50%;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top:12%;
	left: 25%;
}

.PC #it230 .NAME_TEXT04_230 ul{
	width:60%;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom:23%;
	left: 20%;
}

.PC #it230 .NAME_TEXT04_230 li{
	float: left;
	width:33.3333333334%;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}

.PC #it230 .NAME_TEXT05_230{
	width:50%;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom:18%;
	left: 25%;
	background-color: #d1352a;
	-moz-border-radius:50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	line-height: 50px;
}
.PC #it230 .NAME_TEXT05_230{color: #fff;}
.PC #it230 .NAME_TEXT06_230{
	width:50%;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom:5%;
	left: 25%;
	color: #460000;
	font-size: 1em;
	line-height: 50px;
}
/*姓名五行字型*/
.PC #it230 .NAME_FIVE_230 .NAM{
	width: 100%;
	height: 50px;
	font-family: "標楷體";
	font-size: 5rem;
	line-height: 50px;
	color: #000;
}
.PC #it230 .NAME_FIVE_230 .NAM_S{
	width: 100%;
	height: 70px;
	font-size: 1em;
	line-height: 70px;
	color: #000;
}
.PC #it230 .NAME_FIVE_230 .NAM_S02{
	font-size: 1em;
	color: #999;
}
.PC #it230 .NAME_FIVE_230 .NAM_S03{
	font-size:1.5rem;
	color: #762200;
	font-weight: bold;
}
.PC #it230 .NAME_FIVE_230 .NAM_RED{
	color: #cc0000;
}

.PC #it230 .NAME_FIVE_230 .NAM_YELLOW{
	color: #ffea00;
}
/*姓名五行內容尾*/
.PC #it230 .WORD01{/*女用*/
    width: 530px;
    height: 120px;
    margin: 0 auto;
    margin-top: 10px;
    background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/re_ph02.jpg);
    font-family: "標楷體";
	font-size: 2.4rem;
	line-height: 120px;
	color: #d1352a;
    text-align: center;
    font-weight: bold;
}
.PC #it230 .WORD02{/*男用*/
    width: 530px;
    height: 120px;
    margin: 0 auto;
    margin-top: 10px;
    background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/re_top01_word2.jpg);
    font-family: "標楷體";
	font-size: 3rem;
	line-height: 120px;
	color: #0068dd;
    text-align: center;}

.PC #it230 .WORD01 img{
    display: inline-block;
    width: 50%;
    height: auto; 
    vertical-align:middle;
}
.PC #it230 .WORD02 img{
    display: inline-block;
    width: 50%;
    height: auto; 
    vertical-align:middle;
}

/*顏色控制*/
.PC #it230 .N_RED{color: #d1352a;}
.PC #it230 .N_BLUE{color: #2a84d1;}

/*套版A*/
.PC #it230 .BOARD1{
	width: 630px;
	height: 250px;
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.PC #it230 .BOARD1 img{
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: auto;
}

/*免費頁-控制模糊字*/
.PC #it230 .BOARD1 .FCTRL{
	position: absolute;
	width: 58%;
	height: auto;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/*免費頁-控制模糊字*/
.PC #it230 .BOARD1 .FCTRL2{
	position: absolute;
	width: 100%;
	height: auto;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/*免費頁-控制模糊字*/
.PC #it230 .pq_BIGWORD1 .FCTRL3{
	width: 85%;
	height: auto;
}

/*免費頁-控制模糊字*/
.PC #it230 .BOARD1 .FCTRL4{
	width: 85%;
	height: auto;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.PC #it230 .BOARD1 ul{
	position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 430px;
    height: 100px;
}

.PC #it230 .BOARD1 ul.NEW_UP{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 430px;
    height: auto;
}

.PC #it230 .BOARD1 ul.NEW_UP li{
	color: #d1352a;
	font-size: 2.5rem;
	font-weight: bold;
}

.PC #it230 .BOARD1 li{
	text-align: center;
}

.PC #it230 .BOARD1 li:nth-child(1){
	color: #333;
	font-size: 1.4rem;
	font-weight: bold;
}

.PC #it230 .BOARD1 li:nth-child(2){
	font-size: 2.5rem;
	font-weight: bold;
}

/*姓名部首*/
.PC #it230 .BOARD2{
	position: relative;
	width: 510px;
	height: 150px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.PC #it230 .BOARD2 ul{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 440px;
    height: auto;
    background-color: #fff;

}

.PC #it230 .BOARD2 li{}
.PC #it230 .BOARD2 li>ul{}
.PC #it230 .BOARD2 li>ul>li:nth-child(1){
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	background-color: #da0043;
}
.PC #it230 .BOARD2 li>ul>li:nth-child(2){
	width: 100%;
	height: 74px;
	line-height: 74px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
	color: #da0043;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/scroll_con_bg.png);
	background-repeat: repeat-x;
	background-position: left -30px top;
	background-size: 17% auto;
}

/*華麗BAR*/
.PC #it230 .TITLE_BAR{
	width: 630px;
	height: 55px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/re_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

.PC #it230 .TITLE_BAR p{
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 55px;
}

/*印記雙欄*/
.PC #it230 .TWOAREA{
	width: 630px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.PC #it230 .TWOAREA li{float: left;}

.PC #it230 .TWOAREA .PH{
	width: 200px;
	height: 200px;
}

.PC #it230 .TWOAREA .PH img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.PC #it230 .TWOAREA .TEXTBOX{
	width: 420px;
	height: auto;
	padding-left: 10px;
	padding-top: 15px;
}

/*指數BAR*/
.PC #it230 .TITLE_BAR2{
	width: 630px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	overflow: hidden;
}

.PC #it230 .TITLE_BAR2 ul{}
.PC #it230 .TITLE_BAR2 li{
	float: left;
	font-size: 1.1rem;
	font-weight: bold;
}

.PC #it230 .TITLE_BAR2 li:nth-child(2){
	line-height: 40px;
}

.PC #it230 .TITLE_BAR2 li img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*特殊BAR*/
.PC #it230 .TITLE_BAR3{
	width: 630px;
	height: 55px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #ffe9cb;
	border-radius:5px;
	margin-bottom: 10px;
}

.PC #it230 .TITLE_BAR3 p{
	font-size: 1.4rem;
	font-weight: bold;
	color: #000;
	text-align: center;
	line-height: 55px;
}

.PC #it230 .RE_TOP{
	width:1080px;
	height:auto; 
	overflow:hidden;
	margin: 0 auto;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/in_flower.png);
	background-repeat: no-repeat;
	background-position: left top -45px;
	background-size: 40% auto;
	margin-bottom: -20px;
}

.PC #it230 .RE_TOP h1{
	width: 730px;
    height: 345px;
    overflow: hidden;
    background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/re_top_title.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-indent: -9999px;
    margin: 0 auto;
    margin-top: -38px;
}

/*結果頁動畫區塊*/
.PC #it230 #REANIall{
	width: 664px;
	height: 350px;
	overflow: hidden;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/anibox/ani_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.PC #it230 #REANIall .RBOX1{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.PC #it230 #REANIall .RBOX1 ul{
	display: block;
	width: 520px;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
}

.PC #it230 #REANIall .RBOX1 li{
	float: left;
	width: 260px;
	height: 280px;
}

.PC #it230 #REANIall .RBOX1 li img{
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
}

.PC #it230 #REANIall .BALL1{
	position: absolute;
	width: 125px;
	height: 125px;
	overflow: hidden;
	top: 33%;
	left: 21%;
}

.PC #it230 #REANIall .BALL2{
	position: absolute;
	width: 125px;
	height: 125px;
	overflow: hidden;
	top: 33%;
	right: 21%;
}

.PC #it230 #REANIall .BALL1 img,.PC #it230 #REANIall .BALL2 img{
	display: block;
	width: 100%;
	height: auto;
	margin:0 auto;
}

/*動畫光束*/
.PC #it230 #REANIall .ANILIGHT{
	position: absolute;
	width: 600px;
	height: 315px;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/anibox/anilight.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	top: 0;
	left: 5%;
}

/*動畫區塊人名*/
.PC #it230 #REANIall .ANAME{
	position: absolute;
	width: 600px;
	height: auto;
	overflow: hidden;
	top: 2%;
	left: 5%;
}

.PC #it230 #REANIall .ANAME ul{
	display: block;
	width: 86%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.PC #it230 #REANIall .ANAME li{
	float: left;
	width: 50%;
	height: auto;
}

.PC #it230 #REANIall .ANAME li p{
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	line-height: 315px;
}

.PC #it230 #REANIall .name_col{text-shadow: rgb(174, 24, 60) 0px 3px 3px;}
.PC #it230 #REANIall .main_col{text-shadow: rgb(16, 65, 126) 0px 3px 3px;}

/*結果頁-動畫-引導區塊*/
.PC #it230 .FRAME_TITLE{
    width: 95%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
    font-size: 1.8em;
    line-height: 1.7em;
    color: #d1352a;
    text-align: center;
    background-color: #fff;
    box-shadow: inset 0px 0px 50px rgba(255,235,243,1);
    -webkit-box-shadow: inset 0px 0px 50px rgba(255,235,243,1);
    -moz-box-shadow: inset 0px 0px 50px rgba(255,235,243,1);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit--webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz--webkit-box-sizing: border-box;
}

.PC #it230 .FRAME_TITLE img{
	display: block;
	width: 95%;
	height: auto;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.PC #it230 .FRAME_TITLE span.badge{
	height: 32px;
    width: 32px;
    line-height: 1.2em;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border: solid 3px #d1352a;
    overflow: hidden;
    font-size: 0.9em;
}

.PC #it230 .FRAME_TITLE p{
	font-family: "微軟正黑體", "Microsoft JhengHei", "sans-serif", Helvetica, Arial;
    font-weight: bold;
    margin: 25px 0;
}

/*兩行排列*/
.PC #it230 .FRAME_TITLE ul{}
.PC #it230 .FRAME_TITLE li{
	font-size: 1.8rem;
	line-height: 2.6rem;
	font-weight: bold;
}

.PC #it230 .no_p{padding-top:0;}

/*=========================免費頁頭區=========================*/
/*免費頁圖壓按鈕整體區塊*/
.PC #it230 .FREE_BTALL{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: auto;
}

.PC #it230 .FREE_BTALL .FBT_BOX{
	position: absolute;
	opacity: 0.8;
	width: 80%;
	height: auto;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.PC #it230 .FREE_BTALL .FBT_PH{
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: -5px;
}

.PC #it230 .FREE_BTALL .FBT_PH img{
	display: block;
	width: 85%;
	height: auto;
	margin: 0 auto;
}

/*免費頁-圖壓按鈕區塊*/
.PC #it230 .FREE_BTALL .FBT_ABOX{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.PC #it230 .FREE_BTALL .F_TIPS{
	width: 100%;
	height: auto;
}

.PC #it230 .FREE_BTALL .F_TIPS p{
	text-align: center;
	text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}

/*免費頁圖壓按鈕整體區塊2*/
.PC #it230 .FREE_SPEBOX{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
} 

.PC #it230 .FREE_BTALL2{
	position: absolute;
	width: 100%;
	height: auto;
	overflow: hidden;
	top: 50%;
	left: 50%;
	margin: auto;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	padding-top: 5%;
	padding-bottom: 5%;
}

.PC #it230 .FREE_BTALL2 .FBT_BOX2{
	width: 80%; 
	height: auto;
	margin: 0 auto;
}

.PC #it230 .FREE_BTALL2 .FBT_PH{
	width: 85%;
	height: auto;
	margin: 0 auto;
	margin-bottom: -5px;
}

.PC #it230 .FREE_BTALL2 .FBT_PH img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*免費頁-圖壓按鈕區塊*/
.PC #it230 .FREE_BTALL2 .FBT_ABOX{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.PC #it230 .FREE_BTALL2 .F_TIPS{
	width: 100%;
	height: auto;
}

.PC #it230 .FREE_BTALL2 .F_TIPS p{
	text-align: center;
	text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}

/*按鈕給定樣式*/
.PC #it230 .BT_STYLE1{
	font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    display: block;
    width: 280px;
    height: 67px;
    margin: 5px auto;
    background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/free_bt.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 66px;
    text-align: center;
    text-shadow: 0 0 8px rgba(0,0,0,1);
}

.PC #it230 .BT_STYLE1:hover{background-position: bottom;}
.PC #it230 .BT_STYLE1 .BR{font-size: 1.3rem; margin-left: 5px;font-weight: normal;}

/*免費頁-結語*/
.PC #it230 .FREE_END{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: -10px;
}

.PC #it230 .FREE_END img{
	display: block;
	width: 70%;
	height: auto;
	margin: 0 auto;
}

/*免費頁 置底按鈕*/
.PC #it230-wrapper .DOWN_BAR{
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/bt_bg.png);
	background-repeat: repeat-x repeat-y;
	z-index: 9999;
	padding: 10px 0;
}

.PC #it230-wrapper .BT_AREA{
	width: 490px;/*500*/
	height: auto;
	margin: 0 auto;
}

.PC #it230-wrapper .BT_AREA li{float: left;}

.PC #it230-wrapper .BT_AREA a.ONE{
	display: block;
	width:320px;
	margin:0 auto;
	height:48px;
}

.PC #it230-wrapper .BT_AREA a{
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	color: #ffffff;
	margin: 0 auto;
	width: 220px;
	height: 48px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*
	background-color:#347f0b;
	background: -moz-linear-gradient(
		top,
		#81b907 0%,
		#347f0b);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#81b907),
		to(#347f0b));
	border:1px solid #347f0b;
	-moz-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
	margin-left: 10px;*/
	background-color:#b21424;
	background: -moz-linear-gradient(
		top,
		#fb2121 0%,
		#b21424);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fb2121),
		to(#b21424));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #bf3539;
	-moz-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	}

.PC #it230-wrapper .BT_AREA a:hover{
	/*
	background-color:#81b907;
	background: -moz-linear-gradient(
		top,
		#347f0b 0%,
		#81b907);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#347f0b),
		to(#81b907));*/
	background-color:#fb2121;
	background: -moz-linear-gradient(
		top,
		#b21424 0%,
		#fb2121);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#b21424),
		to(#fb2121));
	}

.PC #it230-wrapper .BT_AREA a.GOLD{
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	margin: 0 auto;
	width: 220px;
	height: 45px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#000;
	border:1px solid #dbaa00;
		background: -moz-linear-gradient(
		top,
		#ffe400 0%,
		#ffc600);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffe400),
		to(#ffc600));		
	-moz-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
	margin-left: 10px;}

.PC #it230-wrapper .BT_AREA a.GOLD:hover{
	background-color:#eb6d54;
	background: -moz-linear-gradient(
		top,
		#ffc600 0%,
		#ffe400);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffc600),
		to(#ffe400));
}

/*=========================列印頁面區=========================*/
.PC #it230 .PRINT_TOP{
	width:100%;
	height:200px;
	background-image:url(https://gimgs.click108.com.tw/unit001/item00230/images/print_top.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	margin:0 auto;}
	
.PC #it230 .PRINT_BG{
	width:680px;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	}

.PC #it230 .PRINT_BG .ANI_BOX .pq_RECOM_BOX{
	padding: 0;
	padding-bottom: 10px;
}

.PC #it230 .PRINT_BG .CONTENT{
	width:678px;
	border:none;
	margin:0 auto;}

.PC #it230 .PRINT_BG .T_CON{
	width: 678px;
	margin: 0 auto;
	margin-bottom: 12px;}

/*======列印頁面尾區======*/

/*平板小於內容js縮放*/	
@media screen and (max-width : 750px ){
    .PC #it230{
        width: 750px !important;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .PC #it230 .IP_TOP ,.PC #it230 .FRAME .RE_TOP{
		width:100%;
		height: auto;
		margin:0 auto;
		overflow: hidden;
	}
		
	.PC #it230 .IP_TOP h1{
		width:100%;
		/*height: 0;*/
		padding-bottom: 30.3448275862069%;
		background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/in_top_title.png);
		background-size: cover;
		background-repeat: no-repeat;
		text-indent:-9999px;
	}

	.PC #it230 .FRAME .RE_TOP h1{
	}

		/*免費頁-置底按鈕*/
	.PC #it230-wrapper .DOWN_BAR{
		width: 100%;
		height: auto;
		overflow: hidden;
		background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/free/bt_bg.png);
		position: fixed;
		bottom: 0;
		z-index: 9999;
		padding: 5px 0;
	}

	.PC #it230-wrapper .BT_AREA{
		width: 98%;
		margin: 0 auto;
	}
}

/*============================手機版控制 pq 樣式============================*/
.MOBILE .pq_INPUT_BOX1 .pq_INBAR{
	text-align: center;
	width: 100%;
	height: 60px;
	line-height: 60px;
    background: url(https://gimgs.click108.com.tw/unit001/item00230/images/input_bar.jpg) repeat-x;
}

.MOBILE .pq_INPUT_BOX1 .pq_INBAR .pq_TITLE{
	left: -5px;
}

.MOBILE #it230 .pq_CON_BOX1{
	border:1px solid #eb6039;
	margin:0 auto;
}

.MOBILE #it230 .pq_CON_BOX1 .pq_CON_BOX_BAR{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #eb6039;
}

.MOBILE #it230 .pq_CON_BOX1 .pq_CON_BOX_BAR p{
	color: #ffffff;
	font-size: 1.3rem;
}

.MOBILE #it230 .pq_CON_BOX1 li{
	background: transparent url(https://gimgs.click108.com.tw/unit001/item00230/images/icon_2.png) no-repeat;
    background-size: 30px 30px;
    background-position-y: 2px;
    padding-left: 35px;
    margin: 5px 0 5px 0;
}

#it230 > div.IP_CONTENT > div.CON_BOX > div:nth-child(1) > div.pq_INBAR{
	margin-top: 0;
}

.MOBILE #it230 .pq_TWO_COM .pq_RETEXT{
	margin-top: 10px;
}

.MOBILE #it230 .pq_RECOM_BOX{
	width: 95%;
	padding: 15px 0;
}

.MOBILE #it230 .pq_RETOP , .MOBILE #it230 .pq_RECOM1{border-color: #76270c;}
.MOBILE #it230 .pq_RECOM1{margin:20px auto;}
.MOBILE #it230 .no_w{
	width: 100%;
	padding: 0;
}

.MOBILE .pq_BIGWORD1 ul li:nth-child(2){
	line-height: 1.4em;
}

.MOBILE #it230 .pq_BIGWORD1 ul{
	background-color: #fff4f9;
    border: 2px solid #fff4f9;
}
/*==============================手機版=======手機版=====手機版====手機版===============================================*/

.MOBILE #it230 .BLANK{ width:100%; height:15px;}
.MOBILE #it230 .BLANK2{ width:100%; height:35px;}
.MOBILE #it230 .BLANKS{ width:100%; height:5px;}

/*============================共用按鈕 樣式============================*/
.MOBILE .PC_LOGIN, .MOBILE .FOOT_PC{ display:none;}


/*MOBILE表頭尾*/	
.MOBILE #float_icon, .MOBILE #header, .MOBILE .FOOT_MOBILE{ display:block;}
/*MOBILE表頭尾*/	
	
/*消失區*/
.MOBILE #it230 #INPUT_BOX, .MOBILE #it230 .MENU ,.MOBILE #it230 .PRINT_BT ,.MOBILE #it230-wrapper .watermark-wrapper ,.MOBILE #it230 .PH_CON{ display:none;}
/*消失區尾*/

/*框架區*/
.MOBILE #it230{
	width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/bg.jpg);
    background-size: 260% auto;
    background-repeat: no-repeat;
    background-position: top 30px center;
    -webkit-box-sizing: border-box;
    -webkit--webkit-box-sizing: border-box;
	}

.MOBILE #it230 .FRAME{width:100%;height:auto; overflow:hidden; margin:0 auto;}
/*框架區尾*/
/*輸入頁表頭 樣式*/
.MOBILE #it230 .IP_FRAME{
	width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
	}

.MOBILE #it230 .IP_TOP{
	width: 100%;
    height:auto;
    overflow: hidden;
    /* background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/in_flower.png);
    background-repeat: no-repeat;
    background-position: left -60% top;
    background-size: 60% auto; */
	}
	
.MOBILE #it230 .IP_TOP h1{
	width:100%;
	height:0;
	padding-bottom: 46.8965517241379%;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/in_top_title.png);
	background-size: 96% auto;
	background-position: center;
	background-repeat: no-repeat;
	text-indent:-9999px;
	margin-bottom: -15px;
	}

/*輸入頁-動畫區塊*/
.MOBILE #it230 .IP_ANI{
	position: relative;
	width: 100%;
	height: 0;/*315*/
	padding-bottom: 43.33%;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/in_ani_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

/*動畫球*/
.MOBILE #it230 .IP_ANI .BALL{
	width: 20vw;
    height: 20vw;
}

.MOBILE #it230 .b_a01{
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	background: url(https://gimgs.click108.com.tw/unit001/item00230/images/in_ball01.png) no-repeat center;
	background-size: cover;
	animation-name: floatball,fadeInOut;
	animation-duration: 2.8s;
	animation-iteration-count: infinite;
	top: 0;
	left: 0;
}

.MOBILE #it230 .b_a02{
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	background: url(https://gimgs.click108.com.tw/unit001/item00230/images/in_ball02.png) no-repeat center;
	background-size: 110% auto;
	animation-name: floatball2,fadeInOut;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	bottom: 1%;
	left: 23%;
}

.MOBILE #it230 .b_a03{
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	background: url(https://gimgs.click108.com.tw/unit001/item00230/images/in_ball03.png) no-repeat center;
	background-size: 110% auto;
	animation-name: floatball3,fadeInOut;
	animation-duration: 2.7s;
	animation-iteration-count: infinite;
	bottom: 1%;
	right: 24%;
}

.MOBILE #it230 .b_a04{
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	background: url(https://gimgs.click108.com.tw/unit001/item00230/images/in_ball04.png) no-repeat center;
	background-size: 105% auto;
	animation-name: floatball4,fadeInOut;
	animation-duration: 3.1s;
	animation-iteration-count: infinite;
	top: 3%;
	right: 0;
}
/*輸入頁表頭區尾*/

/*輸入頁內容區*/
.MOBILE #it230 .IP_CONTENT{
	width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/con_bg.jpg);
    background-repeat: repeat-y;
    background-size: 100% auto;
	}

/*內容框架*/
.MOBILE #it230 .IP_CONTENT img , .MOBILE #it230 .CONTENT_FOOT img{display: block;width: 100%;height: auto;margin: 0 auto;}
/*內容框架尾*/

/*手機版輸入頁表頭區尾*/
/*============================手機輸入頁內容 樣式============================*/

.MOBILE #it230 .CONTENT{
	width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/con_bg.jpg);
    background-repeat: repeat-y;
    background-size: 100% auto;
	}

.MOBILE #it230 .CONTENT_TOP img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*使用者反饋文*/
.MOBILE #it230 .FEEDBACK_TITLE{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.MOBILE #it230 .FEEDBACK_BG{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 5px 15px 10px 15px;
    border-left: 1px solid #eb6039;
	border-right: 1px solid #eb6039;
	border-bottom: 1px solid #ffffff;
	-webkit-box-sizing:border-box;
	color: #333;
}
.MOBILE #it230 .FEEDBACK_BG p.NAME{
	text-align: right;
	padding-right: 10px;  
}

.MOBILE #it230 .BOR02{
	border-left: 1px solid #a4dceb;
	border-right: 1px solid #a4dceb;
	border-bottom: 1px solid #a4dceb;
}

/*=========================結果頁面頭區=========================*/
.MOBILE #it230 .CON_BOX{ 
	width:90%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	}

/*第一塊引導區*/
.MOBILE #it230 .GUIDE{
	width:92%;
	height:auto;
	overflow:hidden;
	margin: 0 auto;}
.MOBILE #it230 .GUIDE li.PH{display: none;}
.MOBILE #it230 .GUIDE li{width: 100%;}
.MOBILE #it230 .GUIDE .BLANK{display: none;}

/*個人資料*/
.MOBILE #it230 .INFOR{
	width:100%;
	height:0;
	padding-bottom:23.1927710843373%;
	background:url(https://gimgs.click108.com.tw/unit001/item00230/images/title_top01.jpg) no-repeat top center;
	background-size:cover;
	margin:0 auto;
	text-align: center;
	border-bottom:2px solid #2f251e;}
.MOBILE #it230 .INFOR .GENDER{ 
	display:inline-block;
	width:4vw;
	height:4vw;
	margin:0 auto;
    vertical-align:baseline;}
.MOBILE #it230 .INFOR .GENDER img{ 
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;}
.MOBILE #it230 .INFOR .pq_TIT_EX{
	padding-top: 1vw;
	font-size:5vw;
    line-height: 1.7em;}
.MOBILE #it230 .INFOR .pq_TXT2{
	font-size:4vw;
    line-height: 1.2em;}
/*個人資料尾*/

/*姓名五行內容*/
.MOBILE #it230 .NAME_FIVE_230{
	width:100%;
	height:auto;
	overflow:hidden;}
	
.MOBILE #it230 .NAME_FIVE_BG_230{
	width:100%;
	height:0;
	padding-bottom:78.644578313253%;
	background-repeat: no-repeat;
	background-size:cover;
	position: relative;
	}

.MOBILE #it230 .NAME_TEXT01_230 ul{
	width:28%;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top:20vw;
	left: 15%;
}

.MOBILE #it230 .NAME_TEXT01_230 li{
	float: left;
	width: 50%;
}
.MOBILE #it230 .NAME_TEXT02_230 ul{
	width: 45%;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top:20vw;
	right:0%;
}

.MOBILE #it230 .NAME_TEXT02_230 li{
	float:left;
	width: 33.3333333%;
}

.MOBILE #it230 .NAME_TEXT03_230{
	width:50%;
	height: 10vw;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top:8vw;
	left: 25%;
}

.MOBILE #it230 .NAME_TEXT04_230 ul{
	width:60%;
	height: 5vw;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom:25vw;
	left: 20%;
}

.MOBILE #it230 .NAME_TEXT04_230 li{
	float: left;
	width:33.3333333334%;
	height: 5vw;
	margin: 0 auto;
	text-align: center;
}

.MOBILE #it230 .NAME_TEXT05_230{
	width:50%;
	height: 8vw;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom:13%;
	left: 25%;
	background-color: #d1352a;
	-moz-border-radius:50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 6vw;
	line-height: 8vw;
}

.MOBILE #it230 .NAME_TEXT06_230{
	width:100%;
	height: 3vw;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom:5vw;
	color: #460000;
	font-size: 3vw;
	line-height: 3vw;
}

/*姓名五行字型*/
.MOBILE #it230 .NAME_FIVE_230 .NAM{
	width: 100%;
	height: 13vw;
	font-size: 12vw;
	line-height: 12vw;
	color: #000;
}

.MOBILE #it230 .NAME_FIVE_230 .NAM_S{
	width: 100%;
	height: 6vw;
	font-size: 3vw;
	line-height: 3vw;
	color: #000;
}

.MOBILE #it230 .NAME_FIVE_230 .NAM_S02{
	font-size: 3vw;
	color: #999;
}
.MOBILE #it230 .NAME_FIVE_230 .NAM_S03{
	font-size:5vw;
	line-height:6vw;
	color: #762200;
	font-weight: bold;
}

.MOBILE #it230 .NAME_FIVE_230 .NAM_RED{
	color: #cc0000;
}

.MOBILE #it230 .NAME_FIVE_230 .NAM_YELLOW{
	color: #ffea00;
}

/*姓名五行內容尾*/
.MOBILE #it230 .WORD01{/*女用*/
    width: 100%;
    height: 0;
    background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/re_ph02.jpg);
	padding-bottom: 22%;
	background-size: cover;
	margin-top: -5px;
	font-size: 8vw;
	line-height: 20vw;
	color: #d1352a;
	text-align: center;
	font-weight: bold;}
.MOBILE #it230 .WORD02{/*男用*/
    width: 100%;
    height: 0;
    background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/re_top01_word2.jpg);
	padding-bottom: 22%;
	background-size: cover;
	margin: 5px auto;
	font-size: 8vw;
	line-height: 20vw;
	color: #0068dd;
	text-align: center;
	font-weight: bold;}
.MOBILE #it230 .WORD01 img{
    display: inline-block;
    width: 50%;
    height: auto; 
    vertical-align:middle;
}
.MOBILE #it230 .WORD02 img{
    display: inline-block;
    width: 50%;
    height: auto; 
    vertical-align:middle;
}

/*顏色控制*/
.MOBILE #it230 .N_RED{color: #d1352a;}
.MOBILE #it230 .N_BLUE{color: #2a84d1;}

/*套版A*/
.MOBILE #it230 .BOARD1{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}

.MOBILE #it230 .BOARD1 img{
	width: 100%;
	height: auto;
}

.MOBILE #it230 .BOARD1 ul{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.MOBILE #it230 .BOARD1 ul.NEW_UP{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.MOBILE #it230 .BOARD1 ul.NEW_UP li{
	color: #d1352a;
	font-size: 7vw;
	font-weight: bold;
}


.MOBILE #it230 .BOARD1 li{
	text-align: center;

}

.MOBILE #it230 .BOARD1 li:nth-child(1){
	color: #333;
	font-size: 1.3rem;
	font-weight: bold;
	text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}

.MOBILE #it230 .BOARD1 li:nth-child(2){
	font-size: 7vw;/*1.8*/
	font-weight: bold;
	text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}

/*免費頁-控制模糊字*/
.MOBILE #it230 .BOARD1 .FCTRL{
	width: 55%;
	height: auto;
	margin: 0 auto;
	margin-top: -2vw;
}

/*免費頁-控制模糊字*/
.MOBILE #it230 .BOARD1 .FCTRL2{
	width: 90%;
	height: auto;
	margin: 0 auto;
}

/*免費頁-控制模糊字*/
.MOBILE #it230 .pq_BIGWORD1 .FCTRL3{
	width: 85%;
	height: auto;
}

/*免費頁-控制模糊字*/
.MOBILE #it230 .BOARD1 .FCTRL4{
	width: 75%;
	height: auto;
	margin: 0 auto;
}

/*姓名部首*/
.MOBILE #it230 .BOARD2{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 5px;
}

.MOBILE #it230 .BOARD2 img{
	display: block;
	width: 100%;
	height: auto;
}

.MOBILE #it230 .BOARD2 ul{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 92%;
    height: auto;
    background-color: #fff;
}

.MOBILE #it230 .BOARD2 li{}
.MOBILE #it230 .BOARD2 li>ul{}
.MOBILE #it230 .BOARD2 li>ul>li:nth-child(1){
	width: 100%;
	height: auto;
	line-height: 8vw;
	text-align: center;
	font-size: 5vw;
	font-weight: bold;
	color: #fff;
	background-color: #da0043;
}
.MOBILE #it230 .BOARD2 li>ul>li:nth-child(2){
	width: 100%;
	height: auto;
	line-height: 10vw;
	text-align: center;
	font-size: 7vw;
	font-weight: bold;
	color: #da0043;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/scroll_con_bg.png);
	background-repeat: repeat-x;
	background-position: left -30px top;
	background-size: 14% auto;
}

/*華麗BAR*/
.MOBILE #it230 .TITLE_BAR{
	width: 100%;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #8b330b;
	border-radius:5px; 
}

.MOBILE #it230 .TITLE_BAR p{
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	text-indent: 10px;
	line-height: 40px;
}

/*印記雙欄*/
.MOBILE #it230 .TWOAREA{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.MOBILE #it230 .TWOAREA li{}

.MOBILE #it230 .TWOAREA .PH{
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.MOBILE #it230 .TWOAREA .PH img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.MOBILE #it230 .TWOAREA .TEXTBOX{
	width: 100%;
	height: auto;
	overflow: hidden;
}

/*指數BAR*/
.MOBILE #it230 .TITLE_BAR2{
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	overflow: hidden;
}

.MOBILE #it230 .TITLE_BAR2 ul{}
.MOBILE #it230 .TITLE_BAR2 li{
	float: left;
	font-size: 1.1rem;
	font-weight: bold;
}

.MOBILE #it230 .TITLE_BAR2 li:nth-child(2){
	line-height: 40px;
}

.MOBILE #it230 .TITLE_BAR2 li img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*特殊BAR*/
.MOBILE #it230 .TITLE_BAR3{
	width: 100%;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #ffe9cb;
	border-radius:5px;
	margin-bottom: 10px;
}

.MOBILE #it230 .TITLE_BAR3 p{
	font-size: 1.1rem;
	font-weight: bold;
	color: #000;
	text-indent: 10px;
	line-height: 40px;
}

.MOBILE #it230 .RE_TOP{
	width: 100%;
    height:auto;
    overflow: hidden;
    /* background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/in_flower.png);
    background-repeat: no-repeat;
    background-position: left -46% top;
    background-size: 55% auto; */
}

.MOBILE #it230 .RE_TOP h1{
	width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 47.2602739726027%;
    background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/re_top_title.png);
    background-repeat: no-repeat;
    background-size: 95% auto;
    background-position: top 20px center;
    text-indent: -9999px;
}

/*結果頁動畫區塊*/
.MOBILE #it230 #REANIall{
	width: 100%;
	height: 0;
	padding-bottom: 52.710843373494%;
	overflow: hidden;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/anibox/ani_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.MOBILE #it230 #REANIall .RBOX1{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.MOBILE #it230 #REANIall .RBOX1 ul{
	display: block;
	width: 85%;
	height: auto;
	margin: 0 auto;
	margin-top: 15px;
	overflow: hidden;
}

.MOBILE #it230 #REANIall .RBOX1 li{
	float: left;
	width: 50%;
	height: auto;
}

.MOBILE #it230 #REANIall .RBOX1 li img{
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
}

.MOBILE #it230 #REANIall .BALL1{
	position: absolute;
	width: 19%;
	height: auto;
	overflow: hidden;
	top: 33%;
	left: 19%;
}

.MOBILE #it230 #REANIall .BALL2{
	position: absolute;
	width: 19%;
	height: auto;
	overflow: hidden;
	top: 33%;
	right: 20%;
}

.MOBILE #it230 #REANIall .BALL1 img,.MOBILE #it230 #REANIall .BALL2 img{
	display: block;
	width: 100%;
	height: auto;
	margin:0 auto;
}

/*動畫光束*/
.MOBILE #it230 #REANIall .ANILIGHT{
	position: absolute;
	width: 100%;
	height: 0;
	padding-bottom: 52.5%;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/anibox/anilight.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 95% auto;
	top: -4%;
	left: -1%;
}

/*動畫區塊人名*/
.MOBILE #it230 #REANIall .ANAME{
	position: absolute;
	width: 87%;
	height: auto;
	overflow: hidden;
	top: 46%;
	left: 6%;
	z-index: 20;
}

.MOBILE #it230 #REANIall .ANAME ul{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.MOBILE #it230 #REANIall .ANAME li{
	float: left;
	width: 50%;
	height: auto;
}

.MOBILE #it230 #REANIall .ANAME li p{
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
}

.MOBILE #it230 #REANIall .name_col{text-shadow: rgb(174, 24, 60) 0px 3px 3px;}
.MOBILE #it230 #REANIall .main_col{text-shadow: rgb(16, 65, 126) 0px 3px 3px;}

/*結果頁-動畫-引導區塊*/
.MOBILE #it230 .FRAME_TITLE{
    width: 95%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 5px;
    font-size: 1.35em;
    line-height: 2.4em;
    color: #d43434;
    text-align: center;
    background-color: #fff;
    box-shadow: inset 0px 0px 50px rgba(255,203,223,1);
    -webkit-box-shadow: inset 0px 0px 50px rgba(255,203,223,1);
    -moz-box-shadow: inset 0px 0px 50px rgba(255,203,223,1);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit--webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz--webkit-box-sizing: border-box;
}

.MOBILE #it230 .FRAME_TITLE img{
	display: block;
	width: 95%;
	height: auto;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.MOBILE #it230 .FRAME_TITLE span.badge{
    height: 33px;
    width: 33px;
    line-height: 1.3em;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border: solid 3px #d43434;
    overflow: hidden;
    font-size: 1em;
}

.MOBILE #it230 .FRAME_TITLE p{
	font-family: "微軟正黑體", "Microsoft JhengHei", "sans-serif", Helvetica, Arial;
    font-weight: bold;
    margin: 10px 0;
}

.MOBILE #it230 .no_p{padding-top:0;}

/*免費頁圖壓按鈕整體區塊*/
.MOBILE #it230 .FREE_BTALL{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: auto;
}

.MOBILE #it230 .FREE_BTALL .FBT_BOX{
	position: absolute;
	opacity: 0.8;
	width: 100%;
	height: auto;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.MOBILE #it230 .FREE_BTALL .FBT_PH{
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: -5px;
}

.MOBILE #it230 .FREE_BTALL .FBT_PH img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*免費頁-圖壓按鈕區塊*/
.MOBILE #it230 .FREE_BTALL .FBT_ABOX{
	width: 100%;
	height: auto;
	overflow: hidden;
}

/*免費頁圖壓按鈕整體區塊2*/
.MOBILE #it230 .FREE_SPEBOX{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
} 

.MOBILE #it230 .FREE_BTALL2{
	position: absolute;
	width: 100%;
	height: auto;
	overflow: hidden;
	top: 50%;
	left: 50%;
	margin: auto;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	padding-top: 5%;
	padding-bottom: 5%;
}

.MOBILE #it230 .FREE_BTALL2 .FBT_BOX2{
	width: 100%; 
	height: auto;
	margin: 0 auto;
}

.MOBILE #it230 .FREE_BTALL2 .FBT_PH{
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: -5px;
}

.MOBILE #it230 .FREE_BTALL2 .FBT_PH img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*免費頁-圖壓按鈕區塊*/
.MOBILE #it230 .FREE_BTALL2 .FBT_ABOX{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.MOBILE #it230 .FREE_BTALL2 .F_TIPS{
	width: 100%;
	height: auto;
}

.MOBILE #it230 .FREE_BTALL2 .F_TIPS p{
	text-align: center;
	text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}


/*按鈕給定樣式*/
.MOBILE #it230 .BT_STYLE1{
	font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    display: block;
    width: 280px;
    height: 67px;
    margin: 5px auto;
    background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/free_bt.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 67px;
    text-align: center;
    text-shadow: 0 0 8px rgba(0,0,0,1);
}

.MOBILE #it230 .BT_STYLE1 .BR{font-size: 1.3rem; margin-left: 5px;font-weight: normal;}

.MOBILE #it230 .FREE_BTALL .F_TIPS{
	width: 100%;
	height: auto;
}

.MOBILE #it230 .FREE_BTALL .F_TIPS p{
	text-align: center;
	text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}

/*免費頁-結語*/
.MOBILE #it230 .FREE_END{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: -10px;
}

.MOBILE #it230 .FREE_END img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*免費頁-置底按鈕*/
.MOBILE #it230-wrapper .DOWN_BAR{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00230/images/free/bt_bg.png);
	position: fixed;
	bottom: 0;
	z-index: 9999;
	padding: 5px 0;
}

.MOBILE #it230-wrapper .BT_AREA{
	width: 98%;
	margin: 0 auto;
}

.MOBILE #it230-wrapper .BT_AREA ul{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.MOBILE #it230-wrapper .BT_AREA li{
	width: 50%;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 5px;}
	.MOBILE #it230-wrapper .BT_AREA li:nth-last-child(1){
		width: 49%;
	}

.MOBILE #it230-wrapper .BT_AREA span.TOMOBR{
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 1px;
}

.MOBILE #it230-wrapper .BT_AREA a.ONE{
	display: block;
	width:95%;
	margin:0 auto;
	height:50px;
	font-size: 1.3em;
	line-height: 48px;
}

.MOBILE #it230-wrapper .BT_AREA a{
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin: 0 auto;
	width: 100%;
	height: 50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#b21424;
	background: -moz-linear-gradient(
		top,
		#fb2121 0%,
		#b21424);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fb2121),
		to(#b21424));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #bf3539;
	-moz-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);}

.MOBILE #it230-wrapper .BT_AREA a.GOLD{
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height: 50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#000;
	border:1px solid #dbaa00;
		background: -moz-linear-gradient(
		top,
		#ffe400 0%,
		#ffc600);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffe400),
		to(#ffc600));	
	-moz-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);}

.MOBILE #it230 a.LEFT{
	color:#fff;	
	background-color:#eb6d54;
	background: -moz-linear-gradient(
		top,
		#eb6d54 0%,
		#bf3539);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#eb6d54),
		to(#bf3539));
	border:1px solid #a1002d;
	-moz-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
		}
.MOBILE #it230 a.RIGHT{
	color:#000;
	border:1px solid #dbaa00;
		background: -moz-linear-gradient(
		top,
		#ffe400 0%,
		#ffc600);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffe400),
		to(#ffc600));		
	-moz-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);}

/*=========================結果頁面尾區================*/
@media (orientation: landscape), (min-width:666px){
    .MOBILE #it230 #REANIall .BALL1{
	top: 31%;
    }
    .MOBILE #it230 #REANIall .BALL2{
	top: 31%;
    }
    .MOBILE #it230 #REANIall .ANAME{
	top: 47%;
    }
    .MOBILE #it230 #REANIall .ANAME li p{
	font-size: 1.3rem;
    }
}

@media (orientation: portrait), (min-width:320px){
	.MOBILE #it230 > div.CONTENT > div.CON_BOX > div:nth-child(3) > div:nth-child(5) > div.pq_REBG > div > div.BOX_FRAME > div > div > span > span{
	position: relative;
	top: -196vw;
	}
}

