
.color-f9{
	color: #f9f9f9 !important;
}
.color-f{
	color: #fff !important;
}
.color-e{
	color: #eee !important;
}
.color-d{
	color: #ddd !important;
}
.color-c{
	color: #ccc !important;
}
.color-a{
	color: #aaa !important;
}
.color-9{
	color: #999 !important;
}
.color-8{
	color: #888 !important;
}
.color-7{
	color: #777 !important;
}
.color-6{
	color: #666 !important;
}
.color-5{
	color: #555 !important;
}
.color-4{
	color: #444 !important;
}
.color-3{
	color: #333 !important;
}
.color-2{
	color: #222 !important;
}
.color-0{
	color: #000 !important;
}
.color-red{
	color: #f00 !important;
}

.clearfix:after{
	content: ' ';
	display: block;
	clear: both;
	visibility:hidden;
	line-height: 0;
	height:0;
}

.al-l{text-align: left;}
.al-r{text-align: right;}
.al-c{text-align: center;}

.mg-t-10{
	margin-top: 10px;
}
.mg-t-5{
	margin-top: 5px;
}
.mg-l-10{
	margin-left: 10px;
}
.mg-t-15{
	margin-top: 15px;
}
.mg-t-20{
	margin-top: 20px;
}
.mg-l-15{
	margin-left: 15px;
}
.mg-l-20{
	margin-left: 20px;
}
.mg-l-5{
	margin-left: 5px;
}
.mg-l-2{
	margin-left: 2px;
}

.mg-b-5{
	margin-bottom: 5px;
}
.mg-b-10{
	margin-bottom: 10px;
}
.mg-b-20{
	margin-bottom: 20px;
}
.mg-b-15{
	margin-bottom: 15px;
}

.mg-r-10{
	margin-right: 10px;
}
.mg-r-5{
	margin-right: 5px;
}
.mg-r-15{
	margin-right: 15px;
}
.mg-r-20{
	margin-right: 20px;
}
.img-auto-in {
    animation: fade-in;/*鍔ㄧ敾鍚嶇О*/
    animation-duration: 1.0s;/*鍔ㄧ敾鎸佺画鏃堕棿*/
    -webkit-animation:fade-in 1.0s;/*閽堝webkit鍐呮牳*/
}

.url-text{
	color: #2196f3;
	text-decoration:underline;
}

.flex-r{
	display: flex;
	flex-flow: row;
	width: 100%;
	align-items: center;
}
.flex-c{
	display: flex;
	flex-flow: column;
	width: 100%;
}
.width-auto{
    width: auto;
}
.flex-start{
	align-items: flex-start;
}
.flex-a-center,.flex-y-center{
	align-items: center;
	align-content: center;
}
.flex-j-center,.flex-x-center{
	justify-content: center;
	justify-items: center;
}
.flex-full{
	flex: 1;
	overflow: hidden;
}

.col-blue{
	color: #2196f3;
}

/*color-ui*/
.bg-gradual-red {
	background-image: linear-gradient(45deg, #f43f3b, #ec008c);
	color: #ffffff;
}

.bg-gradual-orange {
	background-image: linear-gradient(45deg, #ff9700, #ed1c24);
	color: #ffffff;
}

.bg-gradual-green {
	background-image: linear-gradient(45deg, #39b54a, #8dc63f);
	color: #ffffff;
}

.bg-gradual-purple {
	background-image: linear-gradient(45deg, #9000ff, #5e00ff);
	color: #ffffff;
}

.bg-gradual-pink {
	background-image: linear-gradient(45deg, #ec008c, #6739b6);
	color: #ffffff;
}

.bg-gradual-blue {
	background-image: linear-gradient(45deg, #0081ff, #1cbbb4);
	color: #ffffff;
}

.f-12{
	font-size:12px !important;;
}

.f-14{
	font-size:14px !important;;
}

.f-16{
	font-size:16px !important;;
}

.f-18{
	font-size:18px !important;;
}

.f-20{
	font-size:20px !important;;
}


.f-25{
	font-size:25px !important;;
}

.f-30{
	font-size:30px !important;;
}
.click{
    cursor: pointer;
}
.width-full{
    width: 100%;
}