@import url("reset.css");
body{
	-webkit-text-size-adjust:none;
	text-decoration:none;
	font-family:"微軟正黑體","Microsoft JhengHei",Helvetica,Arial,	sans-serif;
	background-image:url(https://gimgs.click108.com.tw/unit001/item00253/images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #cfacb7
}
/*共用間距*/
#it253 .BLANK{ width:100%; height:20px;}	
#it253 .BLANK02{ width:100%; height:10px;}
#it253 .BLANK_FREE{width: 100%;height: 15px;}

/*共用文字樣式*/
.PC #it253 .TXT_CENTER{text-align: center;}
.MOBILE #it253 .TXT_CENTER{text-align: left;}
#it253 img{display:block;width: 100%;}

#it253 .pq_TXT3+ .pq_TXT3{margin-top: 15px;}

#it253 .NOTICE_BOX{width: 92%;margin: 0 auto;}
#it253 .CONTENT_FOOT {transform: rotate(180deg);}

/*消失區*/
.MOBILE #it253-wrapper #INPUT_BOX,
.MOBILE .PRINT_BT,
.MOBILE #it253-wrapper #watermark-wrapper,
.MOBILE .pq_REPIC,
.MOBILE #it253-wrapper .M_none {
	display: none;
}

/*消失區尾*/


/*=================桌機版=================*/
/*框架區*/
.PC #it253.INPUT_BG{
	width:100%;
	height:auto;
	overflow:hidden;
	background-repeat: no-repeat,repeat;
	background-position: top center;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/input_bg.jpg),url(https://gimgs.click108.com.tw/unit001/item00253/images/bg.jpg);
	font-size: 16px;
}
/*框架區尾*/

/*TOP*/
.PC #it253 .TOP_BG_O{
	width: 967px;
	height: 635px;
	margin: 0 auto;
	position:relative;
}

@media screen and (max-width:769px){/*IPAD*/
	.PC #it253 .TOP_BG_O{
		left: 50%;
	    transform: translate(-50%, 0);
	}
}

.PC #it253 .TOP{
	position: absolute;
	width: 967px;
	height: 600px;
	margin: 0 auto;
}

.PC #it253 .TOP h1{
	position: relative;
	width: 723px;
	height: 280px;
	margin: 0 auto;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/top_title.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
	left: 0px;
	top: 20px;
}
/*表頭區尾*/

/*=================桌機版=================*/

/*=================手機版=================*/

/*框架區*/
.MOBILE #it253 {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/bg.jpg);
	background-position: center top;
	margin-top: 45px;
}
/*框架區尾*/

/*TOP*/
.MOBILE #it253 .TOP_BG_O {
	width: 100%;
	overflow: hidden;
	height: 0;
	padding-bottom: 83%;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/top_bg_m.jpg);
	background-position-x: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
}

.MOBILE #it253 h1{
	position:relative;
	text-indent:-9999px;
}

/*表頭區尾*/
/*=================手機版=================*/

/*==框架 - 共用常用設定==*/
/*內容區*/
#it253 .CONTENT{
	height:auto;
	overflow:hidden;
	margin:0 auto;
	background-image:url(https://gimgs.click108.com.tw/unit001/item00253/images/con_bg.jpg);
	background-size:100% auto;
	position: relative;
}
.PC #it253 .CONTENT{
	width:750px;
}
.MOBILE #it253 .CONTENT {
	width: 100%;
}

/*外框架*/
.PC #it253 .CONTENT_TOP img,
.PC #it253 .CONTENT_FOOT img {
	display: block;
	width: 750px;
	height: 41px;
	margin: auto;
}

.MOBILE #it253 .CONTENT_TOP img,
.MOBILE #it253 .CONTENT_FOOT img {
	display:block;
	width:100%;
	height: auto;
}
/*外框架 尾*/

/*內容框架*/
#it253 .CON_BOX {
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.PC #it253 .CON_BOX {
	width: 670px;
}

.MOBILE #it253 .CON_BOX {
	max-width: 650px;
	width: 100%;
	padding: 0% 5%;
}

/*==框架 - 共用常用設定==*/

/*================輸入頁面區================*/

/* 視覺按鈕 */
#it253 .input_BT{
	display: block;
	position: absolute;
	bottom: -2%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
	animation: box_brightenss 2.6s ease-in-out infinite;
	z-index: 1;
	border-radius: 4px;
}
.MOBILE #it253 .input_BT {
	bottom: 16px;
}
@keyframes box_brightenss {
	0%,100% {
		box-shadow: 0px 0px 6px 2px rgb(255 183 28);
	}
	50% {
	box-shadow:0px 0px 7px 4px rgb(255 207 28);
	}
}

#it253 .input_BT a{
	display: block;
	position: relative;
	width: 340px;
	height: 139px;
	margin:0 auto;
	background-image:url(https://gimgs.click108.com.tw/unit001/item00253/images/input_btn.png);
	background-position: top center;
	background-repeat:no-repeat;
	background-size: cover;
	text-indent:-9999px;
	left: 0px;
	top: 0px;
}

.MOBILE #it253 .input_BT a{
	width: 45vw;
	height: 18.5vw;
}

#it253 .input_BT a:hover{
	background-position: bottom center;
	filter: brightness(1.1);
}

/* 老師配圖 */
#it253 .input_teacher{
	position: absolute;
	width: 382px;
	height: 506px;
	float: right;
	bottom: -110px;
	left: -48px;
}

/* 主圖介紹 */
#it253 .CON_IMG_M{
	width: 95%;
	margin: 4px auto 12px auto;
}

.PC #it253 .CON_IMG_M .BLANK{
	height: 40px;
}

.MOBILE #it253 .CON_IMG_M .BLANK {
	height: 20px;
}

/*單元介紹區塊*/
#it253 .pq_INBAR {
	/*服務BAR*/
	width: 100%;
	height: 66px;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/enter_top.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;
	font-size: 1.6rem;
	line-height: 66px;
	color: #FFF;
	font-weight: bold;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/*LIST區塊*/
	/*外框*/
#it253 .pq_INPUT_BOX1 .pq_INBOX{
	color: #333;
	background-color: #fff;
	border: 1px solid #d67676;
}

.PC #it253 .pq_INPUT_BOX1 .pq_INBOX {
	padding: 2% 10%;
	box-shadow: inset 0px 0px 20px 10px rgba(255, 161, 90, .3);
	-webkit-box-shadow: inset 0px 0px 20px 10px rgba(255, 161, 90, .3);
	-moz-box-shadow: inset 0px 0px 20px 10px rgba(255, 161, 90, .3);
}

.MOBILE #it253 .pq_INPUT_BOX1 .pq_INBOX {
	padding: 2%;
	box-shadow: none;
}
	/*分隔線*/
#it253 .IP_LINE {
	width: 100%;
	height: 8px;
	border-top: 2px dotted #f5dddd;
	margin: 12px auto;
}
	/*列表內縮*/
.PC #it253 .pq_LIST_ICON li {
	padding-left: 40px;
}

/*第一層 列表符號*/
#it253 .pq_num1 {
	background: transparent url(https://gimgs.click108.com.tw/unit001/item00253/images/list_icon1-1.png) no-repeat;
	background-size: 35px 35px;
	background-position-y: 1px;
}
#it253 .pq_num2 {
	background: transparent url(https://gimgs.click108.com.tw/unit001/item00253/images/list_icon1-2.png) no-repeat;
	background-size: 35px 35px;
	background-position-y: 1px;
}

#it253 .pq_num3 {
	background: transparent url(https://gimgs.click108.com.tw/unit001/item00253/images/list_icon1-3.png) no-repeat;
	background-size: 35px 35px;
	background-position-y: 1px;
}

#it253 .pq_num4 {
	background: transparent url(https://gimgs.click108.com.tw/unit001/item00253/images/list_icon1-4.png) no-repeat;
	background-size: 35px 35px;
	background-position-y: 1px;
}

#it253 .pq_num5 {
	background: transparent url(https://gimgs.click108.com.tw/unit001/item00253/images/list_icon1-5.png) no-repeat;
	background-size: 35px 35px;
	background-position-y: 1px;
}

.PC #it253 .pq_num1,
.PC #it253 .pq_num2,
.PC #it253 .pq_num3,
.PC #it253 .pq_num4,
.PC #it253 .pq_num5 {
	padding-right: 10px;
}

.MOBILE #it253 .pq_num1,
.MOBILE #it253 .pq_num2,
.MOBILE #it253 .pq_num3,
.MOBILE #it253 .pq_num4,
.MOBILE #it253 .pq_num5 {
	padding-left: 5px;
}

/*第二層 列表符號*/
.PC #it253 .pq_SEC_ICON::before {
	content: '';
	background: transparent url(https://gimgs.click108.com.tw/unit001/item00253/images/list_icon2.png) no-repeat;
	background-size: 30px 27px;
	background-position-y: -5px;
	padding-left: 35px;
}

.MOBILE #it253 .pq_SEC_ICON::before {
	content: '';
	background: transparent url(https://gimgs.click108.com.tw/unit001/item00253/images/list_icon2.png) no-repeat;
	width: 35px;
	height: 30px;
	background-size: 85% auto;
	position: absolute;
	left: 0px;
	top: 2px;
}

.MOBILE #it253 .pq_SEC_ICON {
	position: relative;
	width: 100%;
	left: 0;
}

/*第三層 列表符號*/
#it253 .pq_SEC_ICON li::before {
	content: "└ ";
}
.MOBILE #it253 .pq_LIST_ICON li>ul>li {
	padding: 0px;
}
/*LIST區塊 尾*/



/*單元介紹區塊 尾*/

/*占術介紹*/

#it253 .CON_BOX_BG02 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #ffcdbe;
}

#it253 .CON_BOX_BAR02 {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background-color: #ffcdbe;
}

#it253 .CON_BOX_BAR02 p {
	font-size: 1.6rem;
	line-height: 60px;
	color: #e23500;
	font-weight: bold;
	text-align: center;
}


#it253 .ZIWEI_BG {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}

#it253 .ZIWEI_BOX_BAR {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background-color: #e6e6e6;
	color: #e6e6e6;
}

#it253 .ZIWEI_BOX_BAR p{
	font-size: 1.6em;
	line-height: 60px;
	color: #7b7b7b;
	font-weight: bold;
	text-align: center;
}

#it253 .CON_BOX_BG02 .BOX_INSET,
#it253 .ZIWEI_BG .BOX_INSET {
	/*內縮*/
	width: 90%;
	height: auto;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	margin: 10px auto;
}

.PC #it253 .CON_BOX_BG02 .LISTIMG {
	/*配圖*/
	float: left;
	width: 200px;
	margin-right: 30px;
}

#it253 .CON_BOX_BG02 .LISTIMG img {
	width: 100%;
	height: auto;
}

#it253 .CON_BOX_BG02 .LISTBOX {
	width: auto;
	height: auto;
	overflow: hidden;
}

#it253 .CON_BOX_BG02 .LISTBOX li {
	width: auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 1.6em;
	font-size: 1.2em;
	color: #333;
}

#it253 .CON_BOX_BG02 .LISTBOX li span {
	font-size: 1.1rem;
}

#it253 .CON_BOX_BG02 .LISTBOX ul li.LIST_ICON {
	float: left;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/input_icon2.png);
	background-size: 18px 18px;
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top: 3px;
}
#it253 .pq_INPUT_BOX1 .pq_INBOX2 {
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
	background-color: #fff6e2;
	border-radius: 8px;
}

.PC #it253 .pq_INPUT_BOX1 .pq_INBOX2 {
	padding: 2% 4% 4% 4%;
	margin-bottom: 20px;
}

.MOBILE #it253 .pq_INPUT_BOX1 .pq_INBOX2 {
	padding: 2%;
}

/*占術介紹 尾*/

/*輸入頁用造型按鈕*/
.PC #it253 .pq_e_BT .pq_BT_FREE1 {
	font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
	display: block;
	width: 100%;
	height: 58px;
	margin: 0px auto;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/pq_BT.png);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 60px;
	text-align: center;
	text-shadow: 0 0 8px rgba(0, 0, 0, 1);
}

.PC #it253 .pq_BT_FREE1:hover {
	background-position: bottom;
}

/*輸入頁用造型按鈕 尾=/

/*浮水按鈕*/
.PC #it253-wrapper .NEW_BT_F {
	width: 100%;
	height: 65px;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/bt_bg.png);
	background-repeat: repeat;
	padding-top: 5px;
}

.PC #it253-wrapper .NEW_BT_F a {
	font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
	display: block;
	width: 240px;
	height: 58px;
	margin: 0px auto;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/pq_BT.png);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 60px;
	text-align: center;
	text-shadow: 0 0 8px rgba(0, 0, 0, 1);
}

.PC #it253-wrapper .NEW_BT_F a:hover {
	background-position: bottom;
}
.MOBILE #it253-wrapper .NEW_BT_F2 {
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/bt_bg.png);
	background-repeat: repeat;
	padding-top: 4px;
	background-size: 15px 15px;
}

.MOBILE #it253-wrapper .NEW_BT_F2 a {
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 48px;
	font-size: 1.5rem;
	line-height: 48px;
	text-decoration: none;
	position: static;
}

/*浮水按鈕 尾*/

/*=========================輸入頁面區================*/

/*=========================結果頁面區================*/

/*==結果頁面區 - 共用常用設定==*/
/*表頭區*/
.PC #it253.RESULT_BG{
	width:100%;
	height:auto;
	overflow:hidden;
	background-repeat: no-repeat,repeat;
	background-position: top center;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/result_bg.jpg);
	font-size: 16px;
}

.PC #it253 .RE_TOP{
	position:relative;
	width: 723px;
	height: 280px;
	margin: 0 auto;
}
@media screen and (max-width:769px){/*IPAD*/
	.PC #it253 .RE_TOP{
		left: 50%;
		transform: translate(-50%, 0);
	}
}
.PC #it253 .RE_TOP h1{
	position: absolute;
	width: 723px;
	height: 280px;
	margin:0 auto;
	background-image:url(https://gimgs.click108.com.tw/unit001/item00253/images/top_title.png);
	background-position: top center;
	background-repeat:no-repeat;
	text-indent:-9999px;
	top: 0px;
	background-size: 100% auto;
}
.MOBILE #it253 .RE_TOP {
	width: 100%;
	height: 0;
	padding-bottom: 36%;
	background-size: cover;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/top_title_m.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.MOBILE #it253 .RE_TOP h1 {
	text-indent: -9999px;
}

/*表頭區 尾*/

/*引導區塊*/
#it253 .GUIDE{
	width:92%;
	height:auto;
	overflow:hidden;
	margin: 0 auto;
	margin-bottom: 20px;}
.PC #it253 .GUIDE li{float: left;width: 60%;}
.MOBILE #it253 .GUIDE li {width: 100%;}
.PC #it253 .GUIDE li.PH{width: 35%;margin-right: 5%;}
.MOBILE #it253 .GUIDE li.PH {
	width: 60%;
	margin: 0 auto;
}
#it253 .GUIDE li.PH img{width: 100%;}


/*引導區塊 尾*

/*內文單欄區*/
.PC #it253 .pq_RETOP{
	border:4px solid #795448;
	border-bottom: 2px solid #795448;}
.MOBILE #it253 .pq_RETOP {
	border: 2px solid #795448;
	border-bottom: 2px solid #795448;
}
.PC #it253 .pq_RECOM1{/*純框線款*/
	width:670px;
	height:auto;
	overflow:hidden;
	margin-top: 0px;
	padding: 4% 6%;
	border: 4px solid #795448;
	border-bottom: none;
	border-top: none;
	box-shadow: 0px 0px 20px 10px rgba(255,161,90,.3) inset;
	margin-bottom: 0px;
	position: relative;
}
.MOBILE #it253 .pq_RECOM1 {
	/*純框線款*/
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0px;
	padding: 2% 5% 5% 5%;
	border: 2px solid #795448;
	border-bottom: none;
	border-top: none;
	box-shadow: 0px 0px 5px 2px rgba(255, 161, 90, .3) inset;
	margin-bottom: 0px;
	position: relative;
}
.PC #it253 .pq_RECOM1_BORDER{/*底線*/
	border-bottom: 4px solid #795448;
	margin-bottom: 15px;}
.MOBILE #it253 .pq_RECOM1_BORDER {
	/*底線*/
	border-bottom: 2px solid #795448;
	margin-bottom: 15px;
}
.MOBILE #it253 .pq_RECOM1_BORDER0 {
	/*沒最下面底線*/
	margin-bottom: 0px;
}
.PC #it253 .CARD_COLUMN {/* 牌卡上下排 */
	display: flex;
	flex-direction: column;
}
/*內文單欄區 尾*/

/*雷諾曼牌卡 雙欄文字內容框*/
.PC #it253 .pq_RECOM{/*純框線款*/
	width:670px;
	height:auto;
	overflow:hidden;
	margin-top: 0px;
	padding: 0 6%;
	border: 4px solid #795448;
	border-top: none;
	box-shadow: 0px 0px 20px 10px rgba(255,161,90,.3) inset;}
	.MOBILE #it253 .pq_RECOM {
		/*純框線款*/
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 0px;
		padding: 0 4%;
		border: 2px solid #795448;
		border-top: none;
		box-shadow: 0px 0px 20px 10px rgba(255, 161, 90, .3) inset;
	}
#it253 .LENORMAN_COM{width: 100%;position: relative;}
.PC #it253 .LENORMAN_COM .CARD{
	width: 200px;
	float: left;
	margin-left: 10px;
}
.MOBILE #it253 .LENORMAN_COM .CARD {
	width: 100%;
	margin-top: 15px;
}
.PC #it253 .CARD_COLUMN .CARD{
		margin: 0 auto;
		float: none;
		margin-bottom: 8px;
	}
.MOBILE #it253 .LENORMAN_COM .CARD img {
	width: 180px;
	margin: 0 auto;
}
.PC #it253 .LENORMAN_COM .CARD img{width: 200px;margin: 0 auto;}
.PC #it253 .LENORMAN_COM .CARD .CARD_NAME{
	font-weight: bold;
	text-align: center;
}
.PC #it253 .LENORMAN_COM .CARD_TEXT{
	float: right;
	width: 335px;
}
.MOBILE #it253 .LENORMAN_COM .CARD .CARD_NAME {
	font-weight: bold;
	text-align: center;
}

.MOBILE #it253 .LENORMAN_COM .CARD_TEXT {
	margin-top: 5px;
	width: 100%;
}
/*雷諾曼牌卡 雙欄文字內容框 尾*/

/*代表牌*/
.PC #it253 .REPRESENT_CARD {
	width: 100%;
	padding: 2%;
	border-radius: 10px;
	background-color: #fff9d7;
	box-shadow: 0px 0px 8px #ffce46 inset;
	margin: 15px 0px 20px 0px;
}

.PC #it253 .REPRESENT_CARD li {
	display: inline;
	text-align: center;
	font-weight: bold;
	line-height: 50px;
	font-size: 1.6rem;
	font-family: "微軟正黑體","Microsoft JhengHei",Helvetica,Arial,sans-serif;
}
.MOBILE #it253 .REPRESENT_CARD {
	width: 100%;
	padding: 2% 4%;
	border-radius: 10px;
	background-color: #fff9d7;
	box-shadow: 0px 0px 8px #ffce46 inset;
	margin: 15px 0px 20px 0px;
}

.MOBILE #it253 .REPRESENT_CARD li {
	width: 100%;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	font-size: 1.3rem;
}

.PC #it253 .REPRESENT_CARD li span:nth-of-type(2) ,
.MOBILE #it253 .REPRESENT_CARD li:nth-child(2){
	/* 牌卡色 */
	color: #f44154;
}

.PC #it253 .REPRESENT_CARD li.W1 span:nth-of-type(1) ,
.MOBILE #it253 .REPRESENT_CARD li.W1 span:nth-of-type(1){
	/* 女1色 */
	color: #fd46df;
	font-weight: normal;
}

.PC #it253 .REPRESENT_CARD li.W2 span:nth-of-type(1) ,
.MOBILE #it253 .REPRESENT_CARD li.W2 span:nth-of-type(1){
	/* 女2色 */
	color:#e2710d;
	font-weight: normal;
}

.PC #it253 .REPRESENT_CARD li.M1 span:nth-of-type(1),
.MOBILE #it253 .REPRESENT_CARD li.M1 span:nth-of-type(1) {
	/* 男1色 */
	color: #0079f9;
	font-weight: normal;
}

.PC #it253 .REPRESENT_CARD li.M2 span:nth-of-type(1),
.MOBILE #it253 .REPRESENT_CARD li.M2 span:nth-of-type(1){
	/* 男2色 */
	color:#0dad1b;
	font-weight: normal;
}

/*代表牌 尾*/

/*單人菱形牌陣區*/
#it253 .xc-display-topleft {
	position: absolute;
	left: 0;
	top: 0
}

#it253 .xc-display-topright {
	position: absolute;
	right: 0;
	top: 0
}

#it253 .xc-display-bottomleft {
	position: absolute;
	left: 0;
	bottom: 0
}

#it253 .xc-display-bottomright {
	position: absolute;
	right: 0;
	bottom: 0
}

#it253 .xc-display-middle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

#it253 .xc-display-left {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	-ms-transform: translate(-0%, -50%)
}

#it253 .xc-display-right {
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%)
}

#it253 .xc-display-topmiddle {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%)
}

#it253 .xc-display-bottommiddle {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%)
}

#it253 .relative {
	position: relative;
	margin: 0 auto;
	width: 50%;
}

#it253 .outside-box {
	width: 206px;
	height: 285px;
	margin-bottom: 10px;
}

#it253 .inside-box {
	width: 150px;
	height: 208px;
}

#it253 .dot {
	width: 53px;
	height: 68px;
}

#it253 .dot img {
	width: 100%;
	height: auto;
}

#it253 .main-card img {
	width: 75px;
	height: 97px;
	position: absolute;
	top: 44%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

#it253 .BLACK-COVER {/*黑遮罩*/
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/lenorman/0cover.png);
	background-size: cover;
}

.PC #it253 .BLACK-COVER img {
	opacity: .4;
}
.MOBILE #it253 .BLACK-COVER img {
	opacity: .6;
}

/*單人菱形牌陣區 尾*/

/*雷諾曼G.T大牌陣*/
.PC #it253 .pq_RECOM2 {
	/*純框線款*/
	width: 670px;
	height: auto;
	overflow: hidden;
	margin-top: 0px;
	padding: 2%;
	border: 4px solid #795448;
	border-bottom: none;
	border-top: none;
	box-shadow: 0px 0px 20px 10px rgba(255, 161, 90, .3) inset;
	margin-bottom: 0px;
}

.PC #it253 .LENORMAN_COM2 {
	width: 100%;
	height: 770px;
	overflow: hidden;
	position: relative;
}

.PC #it253 .LENORMAN_COM2 .BG_COVER {
	width: 100%;
	height: 770px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/result/card_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: .4;
}

.PC #it253 .LENORMAN_COM2 .TXT {
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -220px;
}

.PC #it253 .LENORMAN_COM2 .BT {
	position: absolute;
	top: 355px;
	left: 50%;
	margin-left: -202px;
}

.PC #it253 .LENORMAN_COM2 ul {
	width: 590px;
	margin: 0 auto;
	padding: 5% 2%;
}

.PC #it253 .LENORMAN_COM2 .BEFORE li {
	width: calc(100% / 6);
	height: auto;
	float: left;
	box-sizing: border-box;
	position: relative;
	padding-left: 10px;
	padding-bottom: 10px;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/lenorman/0cover.png);
	background-size: 89% auto;
	background-repeat: no-repeat;
	background-position-x: 10px;
}

.PC #it253 .LENORMAN_COM2 .AFTER li {
	width: calc(100% / 6);
	height: auto;
	float: left;
	box-sizing: border-box;
	position: relative;
	padding-left: 10px;
	padding-bottom: 10px;
}

.PC #it253 .LENORMAN_COM2 li.UN_COVER img {
	opacity: 1;
}

.PC #it253 .LENORMAN_COM2 li img {
	display:
		block;
	width: 100%;
	opacity: .4;
}

.PC #it253 .ph_HAND {
	width: 88px;
	position: absolute;
	top: 50%;
	left: 84%;
	transform: translate(-50%, 0px);
	z-index: 1;
	margin: 0px;
}

.MOBILE #it253 .pq_RECOM2 {
	/*純框線款*/
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0px;
	padding: 2%;
	border: 2px solid #795448;
	border-bottom: none;
	border-top: none;
	box-shadow: 0px 0px 5px 2px rgba(255, 161, 90, .3) inset;
	margin-bottom: 0px;
}

.MOBILE #it253 .LENORMAN_COM2 {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
}

.MOBILE #it253 .LENORMAN_COM2 .BG_COVER {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 127%;
	position: absolute;
	top: 0px;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/result/card_bg1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 95% auto;
	opacity: .4;
}

.MOBILE #it253 .LENORMAN_COM2 .TXT {
	position: absolute;
	width: 80%;
	top: 90px;
	left: 10%;
}

.MOBILE #it253 .LENORMAN_COM2 .BT {
	position: absolute;
	width: 80%;
	top: 105px;
	left: 10%;
}

.MOBILE #it253 .LENORMAN_COM2 ul {
	width: 95%;
	overflow: hidden;
	margin: 0 auto;
	padding: 4% 3%;
}

.MOBILE #it253 .LENORMAN_COM2 .BEFORE li {
	width: calc(100% / 6);
	height: auto;
	float: left;
	box-sizing: border-box;
	position: relative;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/lenorman/0cover.png);
	background-size: 90% auto;
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 2%;
}

.MOBILE #it253 .LENORMAN_COM2 .AFTER li {
	width: calc(100% / 6);
	height: auto;
	float: left;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 2%;
}

.MOBILE #it253 .LENORMAN_COM2 li.UN_COVER img {
	opacity: 1;
}

.MOBILE #it253 .LENORMAN_COM2 li img {
	display: block;
	width: 90%;
	margin: 0 auto;
	opacity: .4;
	margin-left: 0px;
}

.MOBILE #it253 .ph_HAND {
	width: 64px;
	position: absolute;
	top: 50%;
	left: 84%;
	transform: translate(-50%, 0px);
	z-index: 1;
	margin: 0px;
}

/*雷諾曼G.T大牌陣 尾*/

	/*連結牌區*/
	.PC #it253 .LINK_BG {
		width: 100%;
		height: 338px;
		background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/result/card_bg2.jpg);
		background-repeat: no-repeat;
		background-size: contain;
		position: relative;
		}
	.PC #it253 .LINK_BG .L_CARD {
		position: absolute;
		width: 40%;
		height: auto;
		left: 50px;
		top: 30px;
	}
	.PC #it253 .LINK_BG .L_CARD img {
		width: 68%;
		margin-left: 15%;
		margin-top: 22px;
		margin-bottom: 10px;
	}
	.PC #it253 .LINK_BG .R_CARD {
		position: absolute;
		width: 40%;
		height: auto;
		right: 50px;
		top: 30px;
	}
	.PC #it253 .LINK_BG .R_CARD img {
		width: 68%;
		margin-left: 15%;
		margin-top: 22px;
		margin-bottom: 10px;
	}
	.PC #it253 .LINK_BG .CARD_NAME {
		font-weight: bold;
		text-align: center;
		color: #002b50;
	}

	.MOBILE #it253 .LINK_BG {
		width: 300px;
		margin: 0 auto;
		height: 200px;
		overflow: hidden;
		background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/result/card_bg2.jpg);
		background-repeat: no-repeat;
		background-size: 120% auto;
		background-position: center top;
		position: relative;
		margin-top: 10px;
		margin-bottom: 13px;
	}
	
	.MOBILE #it253 .LINK_BG .L_CARD {
		display: block;
		position: absolute;
		width: 104px;
		left: 7%;
		top: 15%;
	}
	
	.MOBILE #it253 .LINK_BG .L_CARD img {
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	
	.MOBILE #it253 .LINK_BG .R_CARD {
		display: block;
		position: absolute;
		width: 104px;
		right: 7%;
		top: 15%
	}
	
	.MOBILE #it253 .LINK_BG .R_CARD img {
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	
	.MOBILE #it253 .LINK_BG .CARD_NAME {
		text-align: center;
		font-size: 16px;
		color: #002b50;
	}
	
	.MOBILE #it253 .LINK_BG .CARD_NAME .pq_TXT2 {
		font-size: 14px;
	}

/*連結牌區 尾*/
/*日期*/
 #it253 .D_DAY {
	margin: 0 auto;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/result/calender.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.PC #it253 .D_DAY {
	width: 540px;
	height: 260px;
	background-size: 100% auto;
}
.MOBILE #it253 .D_DAY {
	width: 300px;
	height: 150px;
	background-size: 100% auto;
}
#it253 .D_DAY p {
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #8d23ab;
	text-shadow: 0 0 0.2em #ffffff,
	0 0 0.2em #ffffff,
	0 0 0.2em #ffffff;
}
.PC #it253 .D_DAY p {
	padding-top: 125px;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: 3px;
}

.MOBILE #it253 .D_DAY p {
	padding-top: 70px;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 2px;
}
#it253 .D_DAY span {
	margin-left: 8px;
	letter-spacing: 0px;
}
/*日期 尾*/

/*引言*/
#it253 .TOP_TXT {
	height: auto;
	margin: 0 auto;
}

.PC #it253 .TOP_TXT {
	width: 95%;
	margin-top: 10px;
}

.MOBILE #it253 .TOP_TXT {
	width: 100%;
}

/*引言 尾*/

/*==結果頁面區 - 共用常用設定==*/

/*第1-3章-你們是靈魂伴侶嗎*/
#it253 .LOVE_STATUS {
	margin: 0 auto;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}
.PC #it253 .LOVE_STATUS{
		width: 90%;
		height: 210px;
	}
.MOBILE #it253 .LOVE_STATUS {
	width: 300px;
	height: 124px;
}
#it253 .LOVE_STATUS p {
	font-family: Arial,
	Helvetica,
	sans-serif;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #f44154;
	text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}
.PC #it253 .LOVE_STATUS p{
		padding-top: 116px;
		line-height: 55px;
		font-size: 64px;
		margin-left: 5%;
}
.PC #it253 .LOVE_STATUS span {
	font-size: 32px;
	margin-left: 4px;
}
.MOBILE #it253 .LOVE_STATUS p {
	padding-top: 60px;
	font-size: 38px;
	margin-left: 5%;
}
.MOBILE #it253 .LOVE_STATUS span {
	font-size: 28px;
	margin-left: 4px;
}

/*第1-3章-你們是靈魂伴侶嗎 尾*/

/*第2-3章-他變冷淡的原因*/
.PC #it253 .SPEARDS_CARD{
	display: block;
	width: 80%;
	margin: 0 auto 8px auto;
}
.MOBILE #it253 .SPEARDS_CARD {
	display: block;
	width: 100%;
	margin: 8px auto;
}
/*第2-3章-他變冷淡的原因 尾*/

/*第2-6章-在他心中你的角色是什麼*/
#it253 .ROLL_STATUS {
	margin: 0 auto;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}
.PC #it253 .ROLL_STATUS{
	width: 96%;
	height: 248px;
}
.MOBILE #it253 .ROLL_STATUS {
	width: 300px;
	height: 138px;
}
#it253 .ROLL_STATUS p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #8d23ab;
	text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}
.PC #it253 .ROLL_STATUS p {
	padding-top: 112px;
	font-size: 44px;
	line-height: 60px;
}
.MOBILE #it253 .ROLL_STATUS p {
	padding-top: 56px;
	font-size: 28px;
	line-height: 40px;
}
/*第2-6章-在他心中你的角色是什麼 尾*/
/*第2-7章-目前有其他介入者嗎*/
#it253 .SPECIAL_STATUS{
	margin: 0 auto;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}
.PC #it253 .SPECIAL_STATUS {
	width: 96%;
	height: 330px;
}

.MOBILE #it253 .SPECIAL_STATUS {
	width: 100%;
	height: 47vw;
}

#it253 .SPECIAL_STATUS p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	color: #8d23ab;
	text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}

.PC #it253 .SPECIAL_STATUS p {
	font-size: 32px;
	line-height: 1.4;
	width: 260px;
	position: absolute;
	top: 72%;
	left: 34%;
	transform: translate(-50%, -50%);
}

.MOBILE #it253 .SPECIAL_STATUS p {
	font-size: 20px;
	line-height: 1.2;
	width: 38vw;
	position: absolute;
	top: 72%;
	left: 34%;
	transform: translate(-50%, -50%);
}
/*第2-7章-目前有其他介入者嗎 尾*/

/*第2-9章-決斷預言！你們會再度靠近嗎*/
.PC #it253 .LENORMAN_COM3 {
	width: 50%;
	margin: 0 auto;
	height: 380px;
	overflow: hidden;
	position: relative;
}

.PC #it253 .LENORMAN_COM3 .BG_COVER {
	width: 100%;
	height: 380px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/result/card_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	opacity: .4;
}

.PC #it253 .LENORMAN_COM3 ul {
	width: 260px;
	margin: 0 auto;
	padding: 5% 2%;
}

.PC #it253 .LENORMAN_COM3 li {
	width: calc(100% / 6);
	height: auto;
	float: left;
	box-sizing: border-box;
	position: relative;
	padding-left: 5px;
	padding-bottom: 10px;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/lenorman/0cover.png);
	background-size: 88% auto;
	background-repeat: no-repeat;
	background-position-x: 5px;
}

.PC #it253 .LENORMAN_COM3 li.UN_COVER img {
	width: 100%;
	opacity: 1;
}

.PC #it253 .LENORMAN_COM3 li img {
	display: block;
	width: 100%;
	opacity: .2;
}

.MOBILE #it253 .LENORMAN_COM3 {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	padding-top: 10px;
	margin-top: 15px;
}

.MOBILE #it253 .LENORMAN_COM3 .BG_COVER {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 127%;
	position: absolute;
	top: 0px;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/result/card_bg1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 98% auto;
	opacity: .4;
}

.MOBILE #it253 .LENORMAN_COM3 ul {
	width: 95%;
	overflow: hidden;
	margin: 0 auto;
	padding: 4% 3%;
}

.MOBILE #it253 .LENORMAN_COM3 li {
	width: calc(100% / 6);
	height: auto;
	float: left;
	box-sizing: border-box;
	position: relative;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/lenorman/0cover.png);
	background-size: 90% auto;
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 2%;
}

.MOBILE #it253 .LENORMAN_COM3 li.UN_COVER img {
	opacity: 1;
}

.MOBILE #it253 .LENORMAN_COM3 li img {
	display: block;
	width: 90%;
	margin: 0 auto;
	opacity: .2;
	margin-left: 0px;
}

#it253 .MAITCH {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 15px;
}

#it253 .MAITCH .MAITCH_BG1 {
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/result/part2-img2.jpg);
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.PC #it253 .MAITCH .MAITCH_BG1 {
	width: 540px;
	height: 130px;
	background-size: 80% auto;
}

.MOBILE #it253 .MAITCH .MAITCH_BG1 {
	width: 300px;
	height: 100px;
	background-size: 100% auto;
}

#it253 .MAITCH .MAITCH_BG1 p {
	position: absolute;
	font-family: "微軟正黑體", "Microsoft JhengHei", "sans-serif", Helvetica, Arial;
	font-weight: bold;
	text-decoration: none;
	color: #8d23ab;
}

.PC #it253 .MAITCH .MAITCH_BG1 p {
	left: 330px;
	top: 38px;
	font-size: 48px;
	line-height: 48px;
}

.MOBILE #it253 .MAITCH .MAITCH_BG1 p {
	left: 198px;
	top: 28px;
	font-size: 32px;
	line-height: 36px;
}
/*第2-9章-決斷預言！你們會再度靠近嗎 尾*/

/*第3-3章-現階段你一定要避免的3件事 */
.PC #it253 .ph_SINGLE_TOP {
	display: block;
	width: 200px;
	margin: 0 auto 10px auto;
}

.MOBILE #it253 .ph_SINGLE_TOP {
	display: block;
	width: 180px;
	margin: 15px auto 10px auto;
}

#it253 .CON_LIST_ICON li {
	background: transparent url(https://gimgs.click108.com.tw/unit001/item00253/images/list_icon_con1.png) no-repeat;
	background-size: 30px 30px;
	background-position-y: 2px;
	padding-left: 35px;
	margin: 5px 0 20px 0;
}

#it253 .CON_LIST_ICON li:last-child {
	margin-bottom: 5px;
}

/*第3-3章-現階段你一定要避免的3件事 尾*/

/*第3-4章-1年內兩人關係的晴雨表 */
#it253 .YEAR_CHART_BOX{
	position: relative;
	overflow: hidden;
}
#it253 .YEAR_CHART_TOP{
	width: 100%;
	background-size: cover;
	height: 80px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 3%;
	border-top: none;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/result/year_chart-top.jpg);
	background-repeat: no-repeat;
}
.MOBILE #it253 .YEAR_CHART_TOP{
	max-height: 11vw;
	height: 66px;
	background-size: 100% auto;
}
#it253 .YEAR_CHART_FOOT {
	width: 100%;
	background-size: cover;
	height: 80px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 3%;
	border-top: none;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/result/year_chart-foot.jpg);
	background-repeat: no-repeat;
	margin-top:-120px;
}
.MOBILE #it253 .YEAR_CHART_FOOT {
	max-height: 11vw;
	height: 70px;
	background-size: 100% auto;
	margin-top: -68px;
}
@media screen and (orientation: landscape) {
.MOBILE #it253 .YEAR_CHART_FOOT {margin-top: -88px;}
}

#it253 .YEAR_CHART_RECOM{
	width: 100%;
	background-size: contain;
	margin: 0 auto;
	padding: 0 3%;
	background-image:url(https://gimgs.click108.com.tw/unit001/item00253/images/result/year_chart-bg.jpg);
	height: auto;
}

#it253 .CHART_CON{
	display: block;
	width: 98%;
	overflow: hidden;
	position: relative;
	top: -62px;
	left: 50%;
	transform: translate(-50%, 0px);
}
.MOBILE #it253 .CHART_CON{
	top: -32px;
	width: 100%;
}

#it253 .CHART_CON ul{
	display: flex;
	border-bottom: 1px solid #d7b65e;
}

#it253 .CHART_CON ul.TITLE li,
#it253 .CHART_CON ul.DATA li{
	width: 100%;
	border-right: 1px solid #d7b65e;
}
#it253 .CHART_CON ul li:last-child{
	border-right: none;
}

#it253 .CHART_CON ul.TITLE li{
	text-align: center;
	font-size: 24px;
	color: #801b0b;
	text-shadow: 0 0 0.2em #fffaf0, 0 0 0.2em #fffaf0, 0 0 0.2em #fffaf0;
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
	font-weight: 550;

	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
}
.MOBILE #it253 .CHART_CON ul.TITLE li{
	font-size: 13px;
	height: 36px;
}

#it253 .CHART_CON ul.DATA li {
	text-align: center;
	font-size: 20px;
	color: #801b0b;
	height: 57px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
	font-weight: 550;
}
.MOBILE #it253 .CHART_CON ul.DATA li {
	font-size: 13px;
	height: 43px;
}
#it253 .CHART_CON ul.DATA span{
	color: #8d23ab;
	margin: 4px;
	font-weight: bold;
}

#it253 .CHART_CON ul.DATA li img{
	width: 40px;
	margin: 0 auto;
}
.MOBILE #it253 .CHART_CON ul.DATA li img{
	width: 30px;
}

#it253 .CHART_EXPLAIN_BOX{
	display: block;
	width: 100%;
}

#it253 .CHART_EXPLAIN_BOX ul{
	display: flex;
	padding: 2%;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	align-content: space-around;
	border-bottom: none;
}

#it253 .CHART_EXPLAIN_BOX li{
	font-family: "微軟正黑體", "Microsoft JhengHei", "sans-serif", Helvetica, Arial;
	font-size: 1.1rem;
	line-height: 2.2rem;
	text-decoration: none;
	padding: 8px;
}
.MOBILE #it253 .CHART_EXPLAIN_BOX li{
	line-height: 1.6;
	font-size: 16px;
}

#it253 .CHART_EXPLAIN_BOX li:nth-of-type(1){
	background: transparent url(https://gimgs.click108.com.tw/unit001/item00253/images/result/icon01.png) no-repeat;
	background-size: 32px 32px;
	background-position-y: 8px;
	padding-left: 44px;
}
#it253 .CHART_EXPLAIN_BOX li:nth-of-type(2) {
	background: transparent url(https://gimgs.click108.com.tw/unit001/item00253/images/result/icon02.png) no-repeat;
	background-size: 32px 32px;
	background-position-y: 8px;
	padding-left: 44px;
}
#it253 .CHART_EXPLAIN_BOX li:nth-of-type(3) {
	background: transparent url(https://gimgs.click108.com.tw/unit001/item00253/images/result/icon03.png) no-repeat;
	background-size: 32px 32px;
	background-position-y: 8px;
	padding-left: 44px;
}
#it253 .CHART_EXPLAIN_BOX li:nth-of-type(4) {
	background: transparent url(https://gimgs.click108.com.tw/unit001/item00253/images/result/icon04.png) no-repeat;
	background-size: 32px 32px;
	background-position-y: 8px;
	padding-left: 44px;
}
#it253 .CHART_EXPLAIN_BOX li:nth-of-type(5) {
	background: transparent url(https://gimgs.click108.com.tw/unit001/item00253/images/result/icon05.png) no-repeat;
	background-size: 32px 32px;
	background-position-y: 8px;
	padding-left: 44px;
}

/*第3-4章-1年內兩人關係的晴雨表 尾*/

/*第5章-雷諾曼牌靈給你的祝福守護*/
#it253 .SP_FOOT {
	margin: 0 auto;
	margin-bottom: 15px;
}

#it253 .SP_TOP img {
	width: 100%;
	height: auto;
}
	/*純框線款*/
#it253 .SP_RECOM1 {
	background-size: contain;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 8%; /* 0 6％ */
	border-top: none;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/result/part5-bg.jpg);
}

.PC #it253 .SP_RECOM1,
.PC #it253 .SP_FOOT,
.PC #it253 .SP_TOP{
	width: 670px;
}
.MOBILE #it253 .SP_RECOM1,
.MOBILE #it253 .SP_FOOT,
.MOBILE #it253 .SP_TOP{
	width: 100%;
}

.MOBILE #it253 .SP_RECOM1 .LENORMAN_COM .CARD{
	margin-top: 0;
	margin-bottom: 8px;
} 

/*第5章-雷諾曼牌靈給你的祝福守護 尾*/

/*結果頁用造型按鈕*/
#it253 .pq_e_BT .ONE .pq_BT_FREE1 {
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif, Helvetica, Arial;
	display: block;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/pq_BT.png);
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 8px rgb(0 0 0);
	background-position: center top;
	background-repeat: no-repeat;
	text-decoration: none;
}

.PC #it253 .pq_e_BT .ONE .pq_BT_FREE1 {
	width: 280px;
	height: 67px;
	font-size: 1.8rem;
	line-height: 68px;
	margin: 5px auto;
	background-size: cover;
}

.MOBILE #it253 .pq_e_BT .pq_BT_FREE1 {
	width: 100%;
	height: 52px;
	margin: 0px auto;
	background-size: 220px auto;
	font-size: 1.3rem;
	line-height: 55px;
}

#it253 .pq_e_BT .ONE .pq_BT_FREE1:hover {
	background-position: bottom;
}
/*結果頁用造型按鈕 尾*/

/*=========================免費頁面區================*/
#it253 .FREE_POSITION {
	position: relative;
}

.PC #it253 .FREE_POSITION .pq_TXT3 {
	margin-top: 0px;
}

/*模糊字壓按鈕*/
#it253 .FUZZY_BOX1 {
	/*沒有圖*/
	width: 100%;
	position: absolute;
	top: 32px;
	left: 0;
	margin: 0 auto;
	z-index: 500;
}
.MOBILE #it253 .FUZZY_BOX1{
	top: 50px;
}

.PC #it253 .FUZZY_BOX1 .W50 {
	width: 50%;
}
#it253 .FREE_TXT1 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;
	-webkit-text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
	-moz-text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
	-o-text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}

#it253 .FREE_POSITION .FREE_TXT1 {
	/*小字定位*/
	display: block;
	position: relative;
	text-align: center;
	margin-top: 72px;
}

/*第一種定位  下方文字*/
.PC #it253 .FUZZY_BOX_POSITION1 {
	top: 72px;
}
.MOBILE #it253 .FUZZY_BOX_POSITION1 {
	top: 52%;
}

/*第一種定位 下方文字-延伸 （上方無字）*/
.PC #it253 .FUZZY_BOX_POSITION1_1 {
	top: 18%;
}

.MOBILE #it253 .FUZZY_BOX_POSITION1_1 {
	top: 24%;
}

/*第二種定位 左圖右字*/
.PC #it253 .FUZZY_BOX_POSITION2 {
	top: 24px;
}
.MOBILE #it253 .FUZZY_BOX_POSITION2 {
	top: 20%;
}

/*第二種定位 左圖右字-延伸 （上方含字）*/
.PC #it253 .FUZZY_BOX_POSITION2_1 {
	top: 144px;
}
.MOBILE #it253 .FUZZY_BOX_POSITION2_1 {
	top: 44%;
}

/*第三種定位 大牌陣-付費頁面*/
#it253 .FUZZY_BOX_CARD {
	width: 100%;
	position: absolute;
	left: 0;
	margin: 0 auto;
	z-index: 1;
}
.PC #it253 .FUZZY_BOX_CARD {
	top: 175px;
}
.MOBILE #it253 .FUZZY_BOX_CARD {
	top: 58px;
}

.PC #it253 .FUZZY_BOX_CARD img {
	margin: 0 auto;
	width: 77%;
	display: block;
}

.MOBILE #it253 .FUZZY_BOX_CARD img {
	margin: 0 auto;
	width: 90%;
	display: block;
}

/*第三種定位 大牌陣-免費頁用*/
#it253 .FUZZY_BOX_CARD_FREE {
	width: 100%;
	position: absolute;
	left: 0;
	margin: 0 auto;
	z-index: 1;
}
.PC #it253 .FUZZY_BOX_CARD_FREE {
	top: 210px;
}
.MOBILE #it253 .FUZZY_BOX_CARD_FREE {
	top: 90px;
}

#it253 .FUZZY_BOX_CARD_FREE img {
	margin: 0 auto;
	width: 100%;
	display: block;
}

/*第三種定位 大牌陣-免費頁用 尾*/

/*第四種定位 晴雨表-表格用*/
#it253 .FUZZY_BOX_YEAR_CHART {
	width: 100%;
	position: absolute;
	left: 0;
	margin: 0 auto;
	z-index: 1;
	background-color: rgb(255 251 240 / 80%);
	box-shadow: 0px 0px 20px 14px #fffbf0;
}

.PC #it253 .FUZZY_BOX_YEAR_CHART {
	top: 220px;
	width: 90%;
	left: 50%;
	transform: translate(-50%, 0px);
	height: 430px;
	padding-top: 64px;
}

.MOBILE #it253 .FUZZY_BOX_YEAR_CHART {
	top: 136px;
	width: 90%;
	left: 50%;
	transform: translate(-50%, 0px);
	height: 360px;
	padding-top: 64px;
}

/*第四種定位 晴雨表-表格用 尾*/

/*免費頁用造型按鈕*/
#it253 .FREE_POSITION a.pq_BT_FREE1 {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0px);
	z-index: 1;
	margin: 0px;
}

#it253 .FREE_POSITION .pq_BT_FREE1 {
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif, Helvetica, Arial;
	display: block;
	width: 280px;
	height: 67px;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/pq_BT.png);
	background-size: cover;
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 68px;
	text-align: center;
	text-shadow: rgb(0, 0, 0) 0px 0px 8px;
	margin: 5px auto;
	background-position: center top;
	background-repeat: no-repeat;
	text-decoration: none;
}

#it253 .FREE_POSITION .pq_BT_FREE1:hover {
	background-position: center bottom;
}

/*置底浮水印 */
#it253-wrapper .NEW_BT_F {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/bt_bg.png);
	background-repeat: repeat;
}
.PC #it253-wrapper .NEW_BT_F {
	height: 65px;
	padding-top: 5px;
}

.MOBILE #it253-wrapper .NEW_BT_F {
	height: 60px;
	padding-top: 4px;
	background-size: 15px 15px;
	}
#it253-wrapper .NEW_BT_F a {
	font-family: "微軟正黑體",
	"Microsoft JhengHei",
	sans-serif,
	Helvetica,
	Arial;
	display: block;
	margin: 0px auto;
	background-image: url(https://gimgs.click108.com.tw/unit001/item00253/images/pq_BT.png);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
	text-shadow: 0 0 8px rgb(0 0 0);
}
.PC #it253-wrapper .NEW_BT_F a {
	width: 240px;
	height: 58px;
	font-size: 1.5rem;
	line-height: 60px;
}
.MOBILE #it253-wrapper .NEW_BT_F a {
		width: 213px;
		height: 51px;
		line-height: 53px;
	}
/*置底浮水印 尾*/

/*推廣*/
#it253 .PROMO_BOX {
	height: auto;
	margin: 0 auto;
}

.PC #it253 .PROMO_BOX {
	width: 88%;
}

.MOBILE #it253 .PROMO_BOX {
	width: 100%;
}

/*推廣 尾*/

/*=========================免費頁面尾區================*/

/*=========================列印頁面區================*/
.PC #it253 .PRINT_TOP {
	width: 680px;
	height: 200px;
	margin: 0 auto 10px auto;
}

.PC #it253 .PRINT_TOP img {
	width: 100%;
	height: auto;
}

.PC #it253 .PRINT_BG {
	width: 680px;
	margin: 0 auto;
	background-color: #FFF;
}

.PC #it253 .PRINT_BG .pq_RECOM1 {/*純框線款*/
	box-shadow: none;
}
.PC #it253 .PRINT_BG .M_none {	/*列印分析*/
	display: none;
}
/*資料尺寸調整*/
.PC #it253 .PRINT_BG .INFOR {
	width: 100%;
}
/*=========================列印頁面尾區================*/


/*平板小於內容js縮放*/
@media screen and (max-width : 750px) {
	.PC #it253 {
		width: 750px !important;
		transform-origin: 0 0;
	}
}