/*=======================*/

.PC #it221 #PROMO_BOX{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.PC #it221 #PROMO_BOX .PROMO_BG{
	width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 0 20px 20px 20px;
    margin-top: 5px;
}

.PC #it221 #PROMO_BOX .PD_BOX{
	width: 90%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.PC #it221 #PROMO_BOX .PD_BOX ul{}
.PC #it221 #PROMO_BOX .PD_BOX li{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.PC #it221 #PROMO_BOX .PD_BOX li:nth-child(6){margin-bottom:0;}

.PC #it221 #PROMO_BOX .PD_BOX li img{
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
}

.PC #it221 #PROMO_BOX .WORDS_AREA{
	width: 95%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px 0;
}

.PC #it221 #PROMO_BOX .WORDS_AREA2{
	width: 95%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
}

.PC #it221 #PROMO_BOX .TXT1{
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif, Helvetica, Arial;
	font-size: 1.1rem;
	line-height: 1.9rem;
	color: #333;
}

.PC #it221 #PROMO_BOX .TXT2{
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif, Helvetica, Arial;
	font-size: 1.25rem;
	line-height: 1.8rem;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.PC #it221 #PROMO_BOX .TXT3{
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif, Helvetica, Arial;
	font-size: 0.9rem;
	line-height: 1.5rem;
	color: #fff;
	font-weight: normal;
}

/*重點螢光筆*/
.PC #it221 mark.yellow {
	/*background: linear-gradient(transparent 40%,rgba(255,255,255,0) 0%, #FFF176 90%,transparent 95%);
	background: -webkit-linear-gradient(transparent 40%,rgba(255,255,255,0) 0%, #FFF176 90%,transparent 95%);
	background: -ms-linear-gradient(transparent 40%,rgba(255,255,255,0) 0%, #FFF176 90%,transparent 95%);	
	background: -moz-linear-gradient(transparent 40%,rgba(255,255,255,0) 0%, #FFF176 90%,transparent 95%);*/
	background: linear-gradient(#fff 60%, rgba(255,241,118,0.9));
    padding: 2px 1px;
}

/*新增按鈕*/
.PC #it221 #PROMO_BOX .pq_DOUBT{
	clear: both;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.PC #it221 #PROMO_BOX .pq_DOUBT a{
	font-size: 1.3rem;
}

.PC #it221 .pq_BT_SROUND2{
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    display: block;
    width: 100%;
    height: 120px;
    font-size: 1.5rem;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: bold;
    box-sizing: border-box;
    margin: 0px auto;
    border-radius: 5px;
    text-decoration: none;
}

.PC #it221 #PROMO_BOX .pq_DOUBT .DOU_W{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
}

/*新寫免費頁置底浮水按鈕*/
.PC #it221-wrapper .FREE_UNDERBT{
	width: 750px;
    height: auto;
    position: fixed;
    bottom: 0;
    background-image: url(../images/bt_bg.png);
    background-repeat: repeat-x repeat-y;
    z-index: 9999;
    padding: 10px 0;
}

.PC #it221-wrapper .FREE_UNDERBT .BT_BOX{
	width: 95%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.PC #it221-wrapper .FREE_UNDERBT .BT_BOX li{
	float: left;
	width: 49%;
	height: auto;
}

.PC #it221-wrapper .FREE_UNDERBT .BT_BOX li:nth-child(2){
	float: right;
	width: 49%;
	height: auto;
}

.PC #it221-wrapper .FREE_UNDERBT .BT_BOX a{
	display: block;
	width: 100%;
	height: 60px;
	-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));
	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);
	color: #fff;
	text-decoration: none;
	font-size: 1.1rem;
	text-align: center;
	font-weight: bold;
}

.PC #it221-wrapper .FREE_UNDERBT .BT_BOX a.GOLD{
	display: block;
	width: 100%;
	height: 60px;
	-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);

	color: #000;
	text-decoration: none;
	font-size: 1.1rem;
	text-align: center;
}

.PC #it221-wrapper .FREE_UNDERBT .BT_BOX .DOU_UW{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.PC #it221-wrapper .FREE_UNDERBT .BT_BOX .DOU_UW>li{width: 100%;}
.PC #it221-wrapper .FREE_UNDERBT .BT_BOX .DOU_UW>li:nth-child(1){margin-top:4px;}
.PC #it221-wrapper .FREE_UNDERBT .BT_BOX .DOU_UW>li:nth-child(2){font-weight: bold;}

/*=======================*/

.MOBILE #it221 #PROMO_BOX{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.MOBILE #it221 #PROMO_BOX .PROMO_BG{
	width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 0 20px 20px 20px;
    margin-top: 5px;
}

.MOBILE #it221 #PROMO_BOX .PD_BOX{
	width: 90%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.MOBILE #it221 #PROMO_BOX .PD_BOX ul{}
.MOBILE #it221 #PROMO_BOX .PD_BOX li{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.MOBILE #it221 #PROMO_BOX .PD_BOX li:nth-child(6){margin-bottom:0;}

.MOBILE #it221 #PROMO_BOX .PD_BOX li img{
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
}

.MOBILE #it221 #PROMO_BOX .WORDS_AREA{
	width: 95%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px 0;
}

.MOBILE #it221 #PROMO_BOX .WORDS_AREA2{
	width: 95%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
}

.MOBILE #it221 #PROMO_BOX .TXT1{
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif, Helvetica, Arial;
	font-size: 1.1rem;
	line-height: 1.9rem;
	color: #333;
}

.MOBILE #it221 #PROMO_BOX .TXT2{
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif, Helvetica, Arial;
	font-size: 1.25rem;
	line-height: 1.8rem;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.MOBILE #it221 #PROMO_BOX .TXT3{
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif, Helvetica, Arial;
	font-size: 0.9rem;
	line-height: 1.5rem;
	color: #fff;
	font-weight: normal;
}

/*重點螢光筆*/
.MOBILE #it221 mark.yellow {
	/*background: linear-gradient(transparent 40%,rgba(255,255,255,0) 0%, #FFF176 90%,transparent 95%);
	background: -webkit-linear-gradient(transparent 40%,rgba(255,255,255,0) 0%, #FFF176 90%,transparent 95%);
	background: -ms-linear-gradient(transparent 40%,rgba(255,255,255,0) 0%, #FFF176 90%,transparent 95%);	
	background: -moz-linear-gradient(transparent 40%,rgba(255,255,255,0) 0%, #FFF176 90%,transparent 95%);*/
	background: linear-gradient(#fff 60%, rgba(255,241,118,0.9));
    padding: 2px 1px;
}

/*新增按鈕*/
.MOBILE #it221 #PROMO_BOX .pq_DOUBT{
	clear: both;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.MOBILE #it221 #PROMO_BOX .pq_DOUBT a{
	font-size: 1.3rem;
}

.MOBILE #it221 .pq_BT_SROUND2{
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    display: block;
    width: 100%;
    height: 120px;
    font-size: 1.5rem;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: bold;
    box-sizing: border-box;
    margin: 0px auto;
    border-radius: 5px;
    text-decoration: none;
}

.MOBILE #it221 #PROMO_BOX .pq_DOUBT .DOU_W{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
}

/*新寫免費頁置底浮水按鈕*/
.MOBILE #it221-wrapper .FREE_UNDERBT{
	width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    background-image: url(../images/bt_bg.png);
    background-repeat: repeat-x repeat-y;
    z-index: 9999;
    padding: 10px 0;
}

.MOBILE #it221-wrapper .FREE_UNDERBT .BT_BOX{
	width: 95%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.MOBILE #it221-wrapper .FREE_UNDERBT .BT_BOX li{
	float: left;
	width: 49%;
	height: auto;
}

.MOBILE #it221-wrapper .FREE_UNDERBT .BT_BOX li:nth-child(2){
	float: right;
	width: 49%;
	height: auto;
}

.MOBILE #it221-wrapper .FREE_UNDERBT .BT_BOX a{
	display: block;
	width: 100%;
	height: 60px;
	-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));
	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);
	color: #fff;
	text-decoration: none;
	font-size: 1.1rem;
	text-align: center;
	font-weight: bold;
}

.MOBILE #it221-wrapper .FREE_UNDERBT .BT_BOX a.GOLD{
	display: block;
	width: 100%;
	height: 60px;
	-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);

	color: #000;
	text-decoration: none;
	font-size: 1.1rem;
	text-align: center;
}

.MOBILE #it221-wrapper .FREE_UNDERBT .BT_BOX .DOU_UW{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.MOBILE #it221-wrapper .FREE_UNDERBT .BT_BOX .DOU_UW>li{width: 100%;}
.MOBILE #it221-wrapper .FREE_UNDERBT .BT_BOX .DOU_UW>li:nth-child(1){margin-top:4px;}
.MOBILE #it221-wrapper .FREE_UNDERBT .BT_BOX .DOU_UW>li:nth-child(2){font-weight: bold;}
