/*** Guide Content Section ***/
#content-section{
	padding-top: 24px;
	position: relative;
}
#content-section .norm-width{
	width: 760px;
    padding-top: 32px;
    padding-bottom: 32px;
}
/* 點擊向上 */
.scrollToTop {
	width: 32px;
	height: 32px;
	background-color: #ff6000;
	opacity: 0.6;
	overflow: hidden;
	border-radius: 50%;
	position: fixed;
	bottom: 54px;
	right: 100px;
	cursor: pointer;
	transition: all 0.3s;
}
.scrollToTop:hover {
	opacity: 1;
}
.scrollToTop img {
	width: 100%;
	transform: rotate(-90deg);
}
.content-title{
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bolder;
	padding-bottom: 1%;
}
.video-title{
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CBCBCB;
	height: 500px;
	width: 760px;
}
hr{
	height: 1px;
	background-color: #CBCBCB;
	border: none;
	margin-top: 20px;
}
.content-menu ul{
	width: 100%;
	font-size: 0;
	padding-top: 25px;
}
.content-menu ul li{
	color: #4990E2;
	font-size: 14px;
	text-align: center;
	padding: 0 17.9px;
	position: relative;
	display: inline-block;
}
.content-menu ul li:nth-child(1)::after,
.content-menu ul li:nth-child(2)::after,
.content-menu ul li:nth-child(3)::after,
.content-menu ul li:nth-child(4)::after,
.content-menu ul li:nth-child(5)::after,
.content-menu ul li:nth-child(6)::after{
	content: '';
	width: 2px;
	height: 2px;
	background-color: #303030;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 1px);
	right: -1px;
}
.content-menu ul li span{
	cursor: pointer;
}
.block-title{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
}
.block-part{
	padding-left: 18px;
	line-height: 2;
	font-size: 14px;
}
.block-part ol li{
	list-style-type: decimal;
}
.part-mark{
	color: #D14B4B;
}
.block-photo{
	width: 600px;
	margin: auto;
	background-size: contain;
	background-repeat: no-repeat;
}
#guide-01{
	height: 600px;
	background-image: url(../../images/guide/basic/guide-01.png);
	padding-bottom: 50px;
}
#guide-02{
	height: 600px;
	background-image: url(../../images/guide/basic/guide-02.png);
	padding-bottom: 50px;
}
#guide-03{
	height: 600px;
	background-image: url(../../images/guide/basic/guide-03.png);
}
#guide-04{
	height: 362px;
	background-image: url(../../images/guide/basic/guide-04.png);
	padding-bottom: 50px;
}
#guide-05{
	height: 362px;
	background-image: url(../../images/guide/basic/guide-05.png);
	padding-bottom: 50px;
}
#guide-06{
	height: 221px;
	background-image: url(../../images/guide/basic/guide-06.png);
}
#guide-07{
	height: 435px;
	background-image: url(../../images/guide/basic/guide-07.png);
	padding-bottom: 50px;
}
#guide-08{
	height: 435px;
	background-image: url(../../images/guide/basic/guide-08.png);
	padding-bottom: 50px;
}
#guide-09{
	height: 435px;
	background-image: url(../../images/guide/basic/guide-09.png);
}
#guide-10{
	height: 381px;
	background-image: url(../../images/guide/basic/guide-10.png);
	padding-bottom: 50px;
}
#guide-11{
	height: 380px;
	background-image: url(../../images/guide/basic/guide-11.png);
	padding-bottom: 50px;
}
#guide-12{
	height: 362px;
	background-image: url(../../images/guide/basic/guide-12.png);
}
#guide-13{
	height: 329px;
	background-image: url(../../images/guide/basic/guide-13.png);
	padding-bottom: 50px;
}
#guide-14{
	height: 405px;
	background-image: url(../../images/guide/basic/guide-14.png);
	padding-bottom: 50px;
}
#guide-15{
	height: 494px;
	background-image: url(../../images/guide/basic/guide-15.png);
}
#guide-16{
	height: 358px;
	background-image: url(../../images/guide/basic/guide-16.png);
	padding-bottom: 50px;
}
#guide-17{
	height: 358px;
	background-image: url(../../images/guide/basic/guide-17.png);
}
#guide-18{
	height: 423px;
	background-image: url(../../images/guide/basic/guide-18.png);
	padding-bottom: 50px;
}
#guide-19{
	height: 253px;
	background-image: url(../../images/guide/basic/guide-19.png);
	padding-bottom: 50px;
}