a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	text-decoration: none;
	font: inherit;
	vertical-align: baseline;
	font-family: "Microsoft JhengHei UI",Verdana,geneva,sans-serif,"Heiti TC","黑體-繁","微軟正黑體","Microsoft JhengHei","微軟雅黑體","Microsoft YaHei",DFKai-SB;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

ol,ul {
	list-style: none
}

blockquote,q {
	quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

body {
	line-height: 1;
	word-wrap: break-word;
	background-color: rgb(245, 245, 245);
	height: 100vh;
	font-size: 16px;
}
a {
    color: #FAFAFA;
  }
a:hover,a:focus {
    color: #FAFAFA;
    text-decoration: none;
  }
.dropdown-menu {
    margin: 4px 0 0 0;
    text-align: right;
    font-size: 1em;
    background-color: rgba(255, 0, 55, 1);
    border: none;
    border: none;
    border-radius: 0px;
}
.dropdown-item {
    width: 100%;
    float: left;
    clear: both;
    padding: 15px;
    -webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.dropdown-item:hover {
    background-color: rgb(223, 0, 48);
}
.Top {
	display: none
}

.Mob {
	display: block
}

.MarginTopS {
	margin-top: 10px
}

.MarginTopM {
	margin-top: 20px
}

.MarginTopL {
	margin-top: 40px
}

.MarginBottomS {
	margin-bottom: 5px !important;
}
.MarginBottomM {
	margin-bottom: 15px !important;
}
.MarginBottomL {
	margin-bottom: 15px !important;
}
.MarginBottomLL {
	margin-bottom: 20px !important;
}
.MarginBottomXL {
	margin-bottom: 25px !important;
}

.BTTop {
	width: 37px;
	height: 37px;
	bottom: 15px;
	right: 15px;
	border-radius: 100%;
	position: fixed;
	z-index: 9;
	background-image: url(../img/icon-top.svg);
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(38, 38, 38, 1);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.2);
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,.2)
}

.BTTop:hover {
	background-color: rgba(255, 0, 55, 1)
}

.BTTop.active {
	bottom: 65px
}

.NavBar {
	position: fixed;
	width: 100%;
	height: 50px;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9;
	background-color: rgba(255,0,55);
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.2);
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,.2);
	z-index: 9
}
.NavBar .Logo {
	position: absolute;
	float: left;
	padding: 10px
}
.NavBar .Member {
	position: relative;
	float: right;
	padding: 10px;
}
.NavBar .Member .Photo {
	float: left;
	width: 27px;
	height: 27px;
	background-size: cover;
	padding: 4px;
	border-radius: 30px;
	background-color: #fff;
}
.NavBar .Member .Photo i {
    color: red;
    text-align: center;
    width: 100%;
}
.NavBar .Member .Name{
	float: left;
	padding: 5px 0px;
	/*max-width: 100px;*/
	overflow: hidden;
	white-space:nowrap;
	margin-left: 8px;
}
.NavBar .Post {
	position: relative;
	float: right;
	padding: 8px 15px;
	margin-top: 7px;
	border-radius: 60px;
	border:rgba(250, 250, 250, 1) solid 1px;
	text-decoration: none;
}
.NavBar .Post:visited {
	color: rgba(250, 250, 250, 1);
}
.Container {
	position: relative;
	width: 100%;
	min-width: 370px;
	height: 100%;
	margin: auto;
	float: left;
	height: auto;
}
.Container .InnerGrid {
	position: relative;
	width: 100%;
	margin: auto;
	left: 0;
	right: 0;
	padding: 120px 15px 120px 15px
}
.Container .InnerGridFall {
	max-width: 1170px
}
.Container .SearchGrid {
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px rgba(200, 200, 200, 1);
}

.Container .SearchGrid .SearchBar{
	position: relative;
	width: 100%;
	margin: auto;
	left: 0;
	right: 0;
	max-width: 480px;
	margin-bottom: 30px;
	display: flex;
}
.Container .SearchGrid .SearchBar .SearchU{
	position: relative;
	width: 100%;
}
.Container .SearchGrid .SearchBar .SearchU .CTASearch {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 15px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.Container .SearchGrid .SearchBar .SearchU .CTASearch:hover {
	transform: scale(1.2);

}
.Container .SearchGrid .SearchTagGrid,
.Container .SearchGrid .SearchPlatformGrid {
	position: relative;
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 15px;
	margin-top: 10px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.Container .SearchGrid .SearchTagGrid .Tag,
.Container .SearchGrid .SearchPlatformGrid .Tag  {
	position: relative;
	width: auto;
	float: left;
	padding: 5px 15px;
	color: rgba(250, 250, 250, 1);
	border-radius: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	white-space:nowrap
}
.Container .SearchGrid .SearchTagGrid .Tag:hover,
.Container .SearchGrid .SearchPlatformGrid .Tag:hover {
	filter: brightness(1.2);
	text-decoration: none;
}
.Container .SearchGrid .TagRegular {
	background-color: rgba(255, 0, 55, 1);
}
.Container .SearchGrid .SearchPlatformGrid .TagLine {
	background-color: rgba(0, 196, 2, 1);
}
.Container .SearchGrid .SearchPlatformGrid .TagFacebook {
	background-color: rgba(24, 119, 242, 1);
}
.Container .SearchGrid .SearchPlatformGrid .TagTelegram {
	background-color: rgb(41, 75, 119);
}
.Container .PageTitleGrid {
	width: 100%;
	float: left;
	clear: both;
	padding-bottom: 60px;
	border-bottom: solid 1px rgba(200, 200, 200, 1);
}
.Container .FilterGrid {
	width: 100%;
	float: left;
	clear: both;
}
.Container .FilterGrid .SortGrid {
	position: relative;
	float: left;
	clear: both;
}
.Container .InnerGrid .FallGrid {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 30px;
}

.Container .InnerGrid .FallGrid #FallGroup {
	position: absolute;
	width: 345px;
	margin: auto;
}

.Container .InnerGrid .FallGrid #FallGroup .FallUnit {
	width: 345px;
	height: auto;
	padding: 10px;
	background-color: rgba(250,250,250,1);
	float: left;
	border: 1px solid rgb(225, 225, 225);
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 2px 2px 3px 0 rgba(0,0,0,.1);
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,.1);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.Container .InnerGrid .FallGrid #FallGroup .FallUnit:hover {
	border: 1px solid rgba(255, 0, 55, 1);
	transform: scale(1.02,1.02);
	text-decoration: none;
}
.Container .InnerGrid .FallGrid #FallGroup .FallUnit.Ad {
    max-width: 345px;
    height: 345px !important;
    padding: 0;
}
.Container .InnerGrid .FallGrid #FallGroup .FallUnit .GroupGrid {
	width: 100%;
	position: relative;
	float: left;
    overflow: hidden;
}
.Container .InnerGrid .FallGrid #FallGroup .FallUnit .TextArea {
	width: 100%;
	text-align: center;
	padding: 20px 0 10px 0
}
.Container .InnerGrid .FallGrid #FallGroup .FallUnit .GroupCoverGrid {
	position: relative;
	width: 100%;
	float: left;
	height: auto;
}
.Container .InnerGrid .FallGrid #FallGroup .FallUnit .GroupTagGrid {
	position: relative;
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 5px;
	margin-top: 10px;
}
.Container .InnerGrid .FallGrid #FallGroup .FallUnit .GroupTagGrid .Tag {
	position: relative;
	width: auto;
	float: left;
	padding: 3px 10px;
	color: rgba(250, 250, 250, 1);
	border-radius: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.Container .InnerGrid .FallGrid #FallGroup .FallUnit .GroupTagGrid .Tag:hover {
	filter: brightness(1.2);
	text-decoration: none;
}
.Container .InnerGrid .FallGrid #FallGroup .FallUnit .GroupTagGrid .TagLine {
	background-color: rgba(0, 196, 2, 1);
}
.Container .InnerGrid .FallGrid #FallGroup .FallUnit .GroupTagGrid .TagFacebook {
	background-color: rgba(24, 119, 242, 1);
}
.Container .InnerGrid .FallGrid #FallGroup .FallUnit .GroupTagGrid .TagTelegram {
	background-color: rgb(41, 75, 119);
}
.Container .InnerGrid .FallGrid #FallGroup .FallUnit .GroupTagGrid .TagRegular {
	background-color: rgba(255, 0, 55, 0);
	color: rgba(255, 0, 55, 1);
	border: solid 1px rgba(255, 0, 55, 1);
}
.Container .InnerGrid .FallGrid #FallGroup .FallUnit .GroupInfoGrid {
    margin-bottom: 5px;  
}
.Container .InnerGrid .FallGrid #FallGroup .FallUnit .GroupTitleGrid {
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 10px;
}
.Container .InnerGrid .FallGrid #FallGroup .FallUnit .GroupCTAGrid {
	width: 100%;
	float: left;
	height: auto;
}
.Container .InnerGrid .CTAGrid {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 150px;
	margin-bottom: 150px
}
.ArticleGrid {
	position: relative;
	float: left;
	width: 100%;
}

.ArticleGrid .TitleGrid {
	margin-bottom: 30px
}

.ArticleGridFullWidth {
	padding: 0!important
}

.ArticleGrid .TitleGrid {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}
.ArticleGrid .TitleGrid .TitleLine, 
.ArticleGrid .TitleGrid .TitleFacebook,
.ArticleGrid .TitleGrid .TitleTelegram {
	padding: 5px 15px;
	color: rgba(250, 250, 250, 1);
	border-radius: 20px;
	margin: 10px auto;
	max-width: 200px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.ArticleGrid .TitleGrid .TitleLine {
	background-color: rgba(0, 196, 2, 1);
}
.ArticleGrid .TitleGrid .TitleFacebook {
	background-color: rgba(24, 119, 242, 1);
}
.ArticleGrid .TitleGrid .TitleTelegram {
	background-color: rgb(41, 75, 119);
}
.ArticleGrid .ContentGrid {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin: auto
}
.ArticleGrid .ContentPT {
	text-align: left !important;
	padding: 30px 0;
}
.ArticleGrid .ContentGrid p {
	margin-bottom: 15px;
	text-align: center;
}
.ArticleGrid .ContentGrid ul li ul li {
	text-indent: -1.5em;
    margin-left: 2em;
}
.ArticleGrid .ContentGrid img {
	width: 100%;
	max-width: 480px;
	margin-bottom: 35px;
	border: rgba(175, 175, 175, 1);
	-webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 2px 2px 3px 0 rgba(0,0,0,.1);
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,.1);
}

.ArticleGrid .StartGrid {
	position: relative;
	float: left;
	width: 100%;
	padding: 15px;
	background-image: url(../img/about-jason.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top
}

.ArticleGrid .StartGrid .CardGrid {
	position: relative;
	float: left;
	width: 100%;
	padding: 15px;
	margin-top: 25%;
	background-color: #eee;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.2);
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,.2)
}

.ArticleGrid .StartGrid .CardGrid p:nth-child(1) {
	border-bottom: solid 1px #111;
	padding-bottom: 30px
}

.ArticleGrid .StartGrid .CardGrid p:nth-child(2) {
	padding-top: 30px
}

.ArticleGrid .ABBAGrid {
	position: relative;
	float: left;
	width: 100%;
	padding: 15px
}

.ArticleGrid .ABBAGrid p {
	font-family: 'Noto Serif SC',serif;
	text-transform: uppercase;
	font-size: 1.2em
}

.ArticleGrid .ABBAGrid .Quota {
	font-size: 3em
}

.ArticleGrid .ABBAGrid p:nth-child(2) {
	padding: 0 15px
}

.ArticleGrid .ABBAGrid p:nth-child(3) {
	padding: 0 15px
}

.Container .InnerGrid .ServiceGrid {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	display: flex;
	flex-direction: column
}

.Container .InnerGrid .ServiceGrid .PicGroup {
	width: 100%;
	background-color: #545c6b;
	height: 300px;
	background-position: center center;
	background-size: cover
}

.Container .InnerGrid .ServiceGrid .ContentGroup {
	width: 100%;
	background-color: rgba(238,238,238,.9);
	height: auto;
	background-position: center center;
	background-size: 200px;
	background-repeat: no-repeat;
	padding: 15px
}

.Container .InnerGrid .ServiceGrid .panel-title .Icon {
	float: right;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: #111 solid 1px;
	color: #111;
	font-size: .6em;
	line-height: 1.8em;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.Container .InnerGrid .GroupGrid{
	float: left;
	width: 100%;
	display: flex;
	padding: 15px;
	justify-content: center;
}
.Container .InnerGrid .GroupUnit {
	width: 600px;
	height: auto;
	margin: auto;
	padding: 30px;
	background-color: rgba(250,250,250,1);
	float: left;
	border: 1px solid rgb(225, 225, 225);
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 2px 2px 3px 0 rgba(0,0,0,.1);
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,.1);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.Container .InnerGrid .GroupUnit:hover {
	border: 1px solid rgba(255, 0, 55, 1);
	transform: scale(1.02,1.02);
	text-decoration: none;
}
.Container .InnerGrid .GroupUnit .GroupGrid {
	width: 100%;
	position: relative;
	float: left;
}
.Container .InnerGrid .GroupUnit .TextArea {
	width: 100%;
	text-align: center;
	padding: 20px 0 10px 0
}
.Container .InnerGrid .GroupUnit .GroupCoverGrid {
	position: relative;
	width: 100%;
	float: left;
	height: auto;
}

.Container .InnerGrid .GroupUnit .GroupTagGrid {
	position: relative;
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 10px;
	margin-top: 20px;
}
.Container .InnerGrid .GroupUnit .GroupTagGrid .Tag {
	position: relative;
	width: auto;
	float: left;
	padding: 3px 10px;
	color: rgba(250, 250, 250, 1);
	border-radius: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.Container .InnerGrid .GroupUnit .GroupTagGrid .Tag:hover {
	filter: brightness(1.2);
	text-decoration: none;
}
.Container .InnerGrid .GroupUnit .GroupTagGrid .TagLine {
	background-color: rgba(0, 196, 2, 1);
}
.Container .InnerGrid .GroupUnit .GroupTagGrid .TagFacebook {
	background-color: rgba(24, 119, 242, 1);
}
.Container .InnerGrid .GroupUnit .GroupTagGrid .TagTelegram {
	background-color: rgb(41, 75, 119);
}
.Container .InnerGrid .GroupUnit .GroupTagGrid .TagRegular {
	background-color: rgba(255, 0, 55, 0);
	color: rgba(255, 0, 55, 1);
	border: solid 1px rgba(255, 0, 55, 1);
}
.Container .InnerGrid .GroupUnit .GroupInfoGrid {
    margin-bottom: 5px;  
}
.Container .InnerGrid .GroupUnit .GroupTitleGrid {
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 10px;
}
.Container .InnerGrid .GroupUnit .GroupBTNGrid {
	width: 100%;
	float: left;
	height: auto;
	padding: 15px 0;
	display: flex;
	justify-content: center;
}
.Container .InnerGrid .GroupUnit .GroupCTAGrid {
	width: 100%;
	float: left;
	height: auto;
}
.ADGrid {
	float: left;
	width: 100%;
	text-align: center;
	padding: 15px;
	overflow: hidden;
}
.ADTowerGrid {
	display: none;
}
.Footer {
	width: 100%;
	position: relative;
	float: left;
	padding: 15px;
	text-align: left;
	display: block;
}

.CTARegular {
	width: 100%;
	max-width: 350px;
	padding: 10px;
	text-align: center;
	font-weight: 700;
	display: block;
	color: rgba(255, 0, 55, 1);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	outline: 0;
	margin: auto;
	text-decoration: none;
	border-radius: 50px;
}
.CTARegular:visited {
	color: rgba(255, 0, 55, 1);
	text-decoration: none;
}
.CTARegular:hover {
	color: rgba(255, 0, 55, 1);
	text-decoration: underline;
}
.CTARegular:active {
	color: rgba(255, 0, 55, 1);
	text-decoration: none;
}
.BTN .Icon {
	width: 30px;
	height: 30px;
	float: left;
}
.BTN .Text {
		float: left;
		width: calc(100% - 40px);
		line-height: 1.9em;
		text-align: center;
}
.BTNRed {
	position: relative;
	float: left;
	width: 100%;
	max-width: 345px;
	padding: 12px 24px;
	color: #fafafa;
	background-color: rgba(255, 0, 54, 1);
	border-radius: 50px;
	display: block;
	margin: auto;
	text-align: center;
	font-weight: bold;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.BTNRed:hover {
	color: #fafafa;
	filter: brightness(1.2);
}
.BTNFB {
	position: relative;
	float: left;
		width: 100%;
		max-width: 360px;
		padding: 7px 10px;
		color: #fafafa; 
		background-color: #006fff;
		border-radius: 50px;
		display: block;
		margin: auto;
		text-align: left;
		font-weight: bold;
		float: left;
		-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
	.BTNFB:hover {
		color: #fafafa;
		background-color: #004aac;
	}
	.BTNLine {
		position: relative;
	float: left;
		width: 100%;
		max-width: 360px;
		padding: 7px 10px;
		color: #fafafa;
		background-color: #42c507;
		border-radius: 50px;
		display: block;
		margin: auto;
		text-align: left;
		font-weight: bold;
		float: left;
		-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
	.BTNLine:hover {
		color: #fafafa;
		background-color: #319602;
	}
.ColorWhite {
	color: rgba(250, 250, 250, 1);
}

.ColorWhite a {
	color:  rgba(250, 250, 250, 1);
	text-decoration: none;
}
.ColorRed {
	color: rgba(255, 0, 55, 1);
}
.ColorRed a {
	color:  rgba(255, 0, 55, 1);
	text-decoration: none;
}
.ColorRed:hover {
	color:  rgba(255, 0, 55, 1);
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.ColorBlack {
	color: rgba(38, 38, 38, 1);
}
a .ColorBlack {
	color: rgba(38, 38, 38, 1);
	text-decoration: none;
}
a .ColorBlack:link {
	color: rgba(38, 38, 38, 1);
	text-decoration: none;
}
a .ColorBlack:hover {
	color: rgba(255, 0, 55);
	text-decoration: none;
}
a .ColorBlack:visited {
	color: rgba(38, 38, 38, 1);
	text-decoration: none;
}
a .ColorBlack:active {
	color: rgba(255, 0, 55);
	text-decoration: none;
}
.ColorBlack a:link {
	color: rgba(38, 38, 38, 1);
	text-decoration: none;
}
.ColorBlack a:hover {
	color: rgba(255, 0, 55);
	text-decoration: none;
}
.ColorBlack a:visited {
	color: rgba(38, 38, 38, 1);
	text-decoration: none;
}
.ColorBlack a:active {
	color: rgba(255, 0, 55);
	text-decoration: none;
}
.ColorGray {
	color: rgba(175, 175, 175, 1);
}

.ColorGray a {
	color: rgba(175, 175, 175, 1);
	text-decoration: none
}
.ColorGray a:hover {

	text-decoration: none
}
.FontXXL {
	font-size: 3em;
	line-height: 1.5em
}

.FontXL {
	font-size: 1.75em;
	line-height: 1.5em
}

.FontL {
	font-size: 1.5em;
	line-height: 1.8em
}

.FontML {
	font-size: 1.2em;
	line-height: 1.6em
}

.FontM {
	font-size: 1em;
	line-height: 1.4em
}

.FontS {
	font-size: .9em;
	line-height: 1.3em
}

.FontBold {
	font-weight: 700
}

.FontBolder {
	font-weight: bolder
}

.TextCenter {
	text-align: center
}

.TextLeft {
	text-align: left
}

.TextRight {
	text-align: right
}

.FloatLeft {
    float: left;
}

.FloatRight {
    float: right;
}

@media (min-width:800px) {
	.Top {
		display: block
	}

	.Mob {
		display: none
	}
	.IndexCTAGrid .CTAGroup .CTA .Text {
		margin-bottom: 7px
	}
	.Container .InnerGrid .FallGrid #FallGroup {
		width: 760px
	}
	.Container .InnerGrid .FallGrid #FallGroup .FallUnit {
		width: 230px;
	}
}

@media (min-width:1175px) {
	.Container .InnerGrid .FallGrid #FallGroup {
		width: 1140px
	}
	.Container .InnerGrid .FallGrid #FallGroup .FallUnit {
		width: 270px;
	}
}

@media (min-width:1440px) {
	.ADTowerGrid {
		position: fixed;
		width: 120px;
		height: auto;
		top: 60px;
		bottom: 70px;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}


.funkyradio div {
	clear: both;
	overflow: hidden
}

.funkyradio label {
	width: 100%;
	border-radius: 3px;
	border: 1px solid #d1d3d4;
	font-weight: 400
}

.funkyradio input[type=checkbox]:empty,.funkyradio input[type=radio]:empty {
	display: none
}

.funkyradio input[type=checkbox]:empty~label,.funkyradio input[type=radio]:empty~label {
	position: relative;
	padding-left: 4.5em;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.funkyradio input[type=checkbox]:empty~label:before,.funkyradio input[type=radio]:empty~label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 4em;
	border-right: solid 1px #d1d3d4;
	border-radius: 3px 0 0 3px
}

.funkyradio input[type=checkbox]:hover:not(:checked)~label,.funkyradio input[type=radio]:hover:not(:checked)~label {
	color: #888
}

.funkyradio input[type=checkbox]:hover:not(:checked)~label:before,.funkyradio input[type=radio]:hover:not(:checked)~label:before {
	text-indent: .9em;
	color: #c2c2c2
}

.funkyradio input[type=checkbox]:checked~label,.funkyradio input[type=radio]:checked~label {
	color: #777
}

.funkyradio input[type=checkbox]:checked~label:before,.funkyradio input[type=radio]:checked~label:before {
	text-indent: .9em;
	color: #333;
	background-image: url(../img/checked-icon.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat
}

.funkyradio input[type=checkbox]:focus~label:before,.funkyradio input[type=radio]:focus~label:before {
	box-shadow: 0 0 0 3px #999
}

.funkyradio-default input[type=checkbox]:checked~label:before,.funkyradio-default input[type=radio]:checked~label:before {
	color: #333
}

.funkyradio-primary input[type=checkbox]:checked~label:before,.funkyradio-primary input[type=radio]:checked~label:before {
	color: #fff
}

.funkyradio-success input[type=checkbox]:checked~label:before,.funkyradio-success input[type=radio]:checked~label:before {
	color: #fff
}

.funkyradio-danger input[type=checkbox]:checked~label:before,.funkyradio-danger input[type=radio]:checked~label:before {
	color: #fff
}

.funkyradio-warning input[type=checkbox]:checked~label:before,.funkyradio-warning input[type=radio]:checked~label:before {
	color: #fff
}

.funkyradio-info input[type=checkbox]:checked~label:before,.funkyradio-info input[type=radio]:checked~label:before {
	color: #fff
}

.form-control {
	font-size: 1em;
	height: auto;
	padding: 12px;
	color: #cacaca;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	border-radius: 5px;
	border-color: #cacaca;
	margin-bottom: 20px
}

.form-control::placeholder {
	color: #cacaca
}

.form-control:-ms-placeholder {
	color: #cacaca
}

.form-control::-ms-placeholder {
	color: #cacaca
}

.Select {
	background-image: url(../img/qa-arrow.png)!important;
	background-repeat: no-repeat;
	background-position: center right
}

label.btn span {
	width: calc(100% - 50px);
	padding-left: 9px;
	float: left;
	white-space: normal
}

label.btn.focus {
	color: #c5925d
}

label i {
	width: 25px;
	height: 25px;
	padding: 4px;
	float: left;
	font-size: 15px!important;
	background-color: #fff;
	border-radius: 5px;
	border: #cacaca 1px solid
}

label input[type=radio]~i.fa.fa-circle-o {
	color: #c5925d;
	display: inline
}

label input[type=radio]~i.fa.fa-dot-circle-o {
	display: none
}

label input[type=radio]:checked~i.fa.fa-circle-o {
	display: none
}

label input[type=radio]:checked~i.fa.fa-dot-circle-o {
	color: #c5925d;
	display: inline
}

label:hover input[type=radio]~i.fa {
	color: #c5925d
}

label input[type=checkbox]~i.fa.fa-square-o {
	color: transparent;
	display: inline
}

label input[type=checkbox]~i.fa.fa-check {
	display: none
}

label input[type=checkbox]:checked~i.fa.fa-square-o {
	display: none
}

label input[type=checkbox]:checked~i.fa.fa-check {
	color: #cacaca;
	display: inline
}

div[data-toggle=buttons] label.active {
	color: #c5925d
}

div[data-toggle=buttons] label {
	display: inline-block;
	padding: 0;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 2em;
	text-align: left;
	vertical-align: top;
	cursor: pointer;
	background-color: none;
	border: 0 solid #c5925d;
	border-radius: 3px;
	color: #c5925d;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}

div[data-toggle=buttons] label:hover {
	color: #c5925d
}

div[data-toggle=buttons] label.active,div[data-toggle=buttons] label:active {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
	width: auto;
	float: left
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
	margin-top: 0;
	padding-left: 20px
}

.btn-group,.btn-group-vertical {
	width: 100%
}
input {
	outline:none;
}
input:focus {
	outline:none;
}
.LightboxContainer {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position:fixed;
	z-index: 100;
	padding: 15px;
	overflow-y: auto;
	display: flex;
	justify-content: center;
	align-items: start;
}
.LightboxContainer .LightboxGrid {
	width: 100%;
	max-width: 600px;
	position: relative;
	background-color: #fafafa;
	padding: 50px 45px;
	float: left;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 2px 2px 3px 0 rgba(0,0,0,.1);
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,.1);
}
.LightboxContainer .LightboxGridS {
	max-width: 430px;
}
.LightboxContainer .LightboxGridGiftA  {
	background-image: url("../img/banner-gift-b-mob.jpg");
	background-position: center top;
}
.LightboxContainer .LightboxGridGiftB  {
	background-image: url("../img/banner-gift-b-mob.jpg");
	background-position: center top;
}
.LightboxContainer .LightboxGrid .Cross {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 10px;
-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.LightboxContainer .LightboxGrid .Cross:hover {
	filter: brightness(5);
}
.LightboxContainer .LightboxGrid .LightBoxGroup {
	position: relative;
	float: left;
	width: 100%;
	line-height: 1.35em;
}
.LightboxContainer .LightboxGrid .LightboxGroupFlex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.LightboxGroupFlex .GroupFlexGrow1 {
	flex-grow: 1;
}
.LightboxGroupFlex .GroupFlexGrow2 {
	flex-grow: 2;
}
.LightboxContainer .LightboxGrid .LightBoxGroup .CourseContainer {
	margin: auto;
	border: 1px solid #ff3753;
	/* max-width: 260px; */
}
.LightboxContainer .LightboxGrid .LightBoxGroup .ShareContainer {
	width: 100%;
	padding-right: 0px;
	display: flex;
    align-items: center;
    flex-direction: row;
	justify-content: center;
	max-width: none;
	top:0;
}
.LightboxContainer .LightboxGrid .LightBoxGroup .GroupCoverUpload {
	position: relative;
	float: left;
	width: 60%;
	margin-left: 20%;
}
.LightboxContainer .LightboxGrid .LightBoxGroup .GroupCoverUpload .Cross{
	position: absolute;
	width: 30px;
	height: 30px;
}
.LightboxContainer .LightboxGrid .LightBoxGroup .GroupCoverUpload .Cross img{
	width: 30px;
	height: 30px;
}
.GiftWithinContainer {
	margin-top: 20%;
}
.LightboxContainer .BTNRed {
	margin: 0px !important;
	max-width: none;
}


@media (min-width:960px) {
	.LightboxContainer .LightboxGrid {
		padding: 50px;
	}
	.LightboxContainer .LightboxGridS {
		max-width: 480px !important;
		padding: 60px !important;
	}
	.LightboxContainer .LightboxGridGiftA  {
		background-image: url("../img/banner-gift-a-top.jpg");
		background-position: center left;
	}
	.LightboxContainer .LightboxGridGiftB  {
		background-image: url("../img/banner-gift-b-top.jpg");
		background-position: center left;
		padding-top: 100px;
	}
	.GiftWithinContainer {
		margin-top: 0;
		margin-left: 25%;
	}
}


/*表單OP*/
.form-control {
	font-size: 1.2em ;
	height: auto ;
	padding: 8px ;
	margin-bottom: 5px;
	color: #cacaca ;
	-webkit-appearance: none;  
     -moz-appearance: none;
	background-color: transparent;
	border-radius: 0px;
	border-color: #cacaca ;
	outline:none;
}
.form-control::placeholder {
	color: rgba(150, 150, 150, 1) ;
}
.form-control:-ms-placeholder {
	color: rgba(150, 150, 150, 1) ;
}
.form-control::-ms-placeholder {
	color: rgba(150, 150, 150, 1) ;
}
.form-control-search {
	font-size: 1.25em ;
	padding: 10px 20px ;
	margin-bottom: 5px;
	color: #cacaca ;
	-webkit-appearance: none;  
     -moz-appearance: none;
	background-color: transparent;
	border-radius: 0px;
	border: solid 2px rgba(250, 0, 55, 1);
	border-radius: 100px;
	outline:none;
}
.form-control-search::placeholder {
	color: rgba(150, 150, 150, 1) ;
}
.form-control-search:-ms-placeholder {
	color: rgba(150, 150, 150, 1) ;
}
.form-control-search::-ms-placeholder {
	color: rgba(150, 150, 150, 1) ;
}
.radio-custom {
    opacity: 0;
    position: absolute;   
}

.CheckboxGrid {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.CheckboxGrid .Check {
	width: 40px;
}
.CheckboxGrid .Text {
	width: calc(100% - 40px);
	padding-left: 10px;
}
.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    border: 2px solid #ddd;
    display: block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
	border-radius: 5px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
	color: #ff3753 ;
	font-size: 1.5em;
    line-height: 1.2em;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #bbb;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}

input, button, select, textarea {
	padding: 8px;
	width: 100%;
	background: transparent;
	border-color: #cacaca ;
	font-size: 1.2em;
	color: rgba(150, 150, 150, 1);
}
/*表單ED*/



/*讀取*/
#loader {
    z-index:101;
    top:0;
}
.loader {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 175px;
	height: 25px;
  }
  .loader span {
	display: block;
	background: #ccc;
	width: 7px;
	height: 10%;
	border-radius: 14px;
	margin-right: 5px;
	float: left;
	margin-top: 25%;
  }
  .loader span:last-child {
	margin-right: 0px;
  }
  .loader span:nth-child(1) {
	animation: load 2.5s 1.4s infinite linear;
  }
  .loader span:nth-child(2) {
	animation: load 2.5s 1.2s infinite linear;
  }
  .loader span:nth-child(3) {
	animation: load 2.5s 1s infinite linear;
  }
  .loader span:nth-child(4) {
	animation: load 2.5s 0.8s infinite linear;
  }
  .loader span:nth-child(5) {
	animation: load 2.5s 0.6s infinite linear;
  }
  .loader span:nth-child(6) {
	animation: load 2.5s 0.4s infinite linear;
  }
  .loader span:nth-child(7) {
	animation: load 2.5s 0.2s infinite linear;
  }
  .loader span:nth-child(8) {
	animation: load 2.5s 0s infinite linear;
  }
  .loader span:nth-child(9) {
	animation: load 2.5s 0.2s infinite linear;
  }
  .loader span:nth-child(10) {
	animation: load 2.5s 0.4s infinite linear;
  }
  .loader span:nth-child(11) {
	animation: load 2.5s 0.6s infinite linear;
  }
  .loader span:nth-child(12) {
	animation: load 2.5s 0.8s infinite linear;
  }
  .loader span:nth-child(13) {
	animation: load 2.5s 1s infinite linear;
  }
  .loader span:nth-child(14) {
	animation: load 2.5s 1.2s infinite linear;
  }
  .loader span:nth-child(15) {
	animation: load 2.5s 1.4s infinite linear;
  }
  
  @keyframes load {
	0% {
	  background: #ccc;
	  margin-top: 25%;
	  height: 10%;
	}
	50% {
	  background: #444;
	  height: 100%;
	  margin-top: 0%;
	}
	100% {
	  background: #ccc;
	  height: 10%;
	  margin-top: 25%;
	}
  }