.left-align {
    text-align: left;
}
.right-align {
    text-align: right;
}
.center {
    text-align: center;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}

.main_bg1{
    background: url(../img/bg_1.jpg) no-repeat top center;
}
.main_bg2{
    /*background: url(../img/winner_bg.jpg) no-repeat center;*/
}
.mw {
	max-width: 100%;
}
.anima-delay05 {
	animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
}
.anima-delay10 {
	animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -ms-animation-delay: 1s;
}
.anima-delay15 {
	animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
}
.anima-delay20 {
	animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -ms-animation-delay: 2s;
}
.anima-delay25 {
	animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
}
.anima-delay30 {
	animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -ms-animation-delay: 3s;
}
.anima-delay35 {
	animation-delay: 3.5s;
    -webkit-animation-delay: 3.5s;
    -ms-animation-delay: 3.5s;
}
.anima-delay40 {
	animation-delay: 4s;
    -webkit-animation-delay: 4s;
    -ms-animation-delay: 4s;
}
.position-a {
    position: absolute; /*絕對位置*/
    -ms-position: absolute;
    -webkit-position: absolute;
    -moz-position: absolute;
    -o-position: absolute;
}
.position-r {
    position: relative; /*相對位置*/
    -ms-position: relative;
    -webkit-position: relative;
    -moz-position: relative;
    -o-position: relative;
}
.img-item {
	max-width: 120px;
}
.img-awards {
	max-width: 136px;
}
.vt {
    vertical-align: top;
}
.vm {
    vertical-align: middle;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.tl {
    text-align: left;
}
.pr5 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}

.home_box_c {
    max-width: 1060px;
    margin: 0 auto;    
}

.pt30 {
    padding-top: 30px;
}
.lh24 {
    line-height: 24px; 
}
.homebenner1 {
    display: block;
}
.homebenner2 {
    display: none;
}
@media (max-width:768px) {
.homebenner1 {
    display: none;
}
.homebenner2 {
    display: block;
}
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}

.box0 {
    height: 2px;
    background-color: #e60012;
}
.box1 {
    height: 2px;
    background-color: #ffe100;
}
.box2 {
    color: #FFF;    
    height: 60px;
    line-height: 60px; /*edit 行高 Div 文字垂直置中*/
    background-color: #e60012;
}
.box3 {
    height: 100px;
}

@media (max-width:1199px) {
.box3 {
    height: 130px;
}
}
@media (max-width:991px) {
.box3 {
    height: 160px;
}
}
@media (max-width:767px) {
.box3 {
    height: auto;
}
}
.box4 {    
    height: auto;
    line-height: 34px;
}
.box5 {    
    height: 40px;
    line-height: 40px; 
}

.font-40 {
    font-size: 40px;
}
.font-24 {
    font-size: 24px;
}
.font-22 {
    font-size: 22px;
}
@media (max-width:480px) {
.font-40 {
    font-size: 28px;
}
.font-22 {
    font-size: 18px;
}
}
.font-20 {
    font-size: 20px;
}
.font-18 {
    font-size: 18px;
}
.font-16 {
    font-size: 16px;
}
.font-15 {
    font-size: 15px;
}
.font-14 {
    font-size: 14px;
}
.b {
    font-weight: bold;
}
.bg1 {
	background-color: #e60012;
}
.c0 {
    color: #FFF;
}
.c1 {
    color: #e60012;
}
.c2 {
    color: #ffe100;
}
.c3 {
    color: #9fa0a0;
}
.c4 {
    color: #595757;
}

.m5 {
    margin: 5px;
}
.mr20 {
    margin-right: 20px;
}

.note {    
    list-style-type: none;
    padding-right: 2px;
    position: fixed;    
    width: 70%;
    z-index: 1;
}
@media (max-width:800px) {
.note {
    width: 90%;
}
}

ul.footer_unit{
	max-width: 955px;
	margin: 0 auto;
}
ul.footer_unit li{
	padding: 0px;
	float:left ;
}
ul.footer_unit li a{
	padding: 0px;
}
ul.footer_unit li img{
	margin: 3px 3px 3px 3px;
	/*padding: 0px;*/
}

/* table */
.table {   
    display: table; 
}  
/* tr */
.table-row{
    display: table-row; 
}
/* td , th */
.table-cell {  
    display: table-cell; 
}  
.table-cell_1 {  
    display: table-cell; 
    vertical-align: top;
    line-height: 42px;    
}  

.d-inline-block {
    display: inline-block;
}

@media (max-width: 500px) {
.business_db img {
    display: block;    
}
}

.sp_video {
    display: none;
}
@media (max-width:768px) {
.sp_video {
    display: block;
}
}

.video-container {
    position: relative; /*相對位置*/
    padding-bottom: 56.25%;
    height: 0;
    border: #9fa0a0 solid 1px;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute; /*絕對位置*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube_video {
    overflow: hidden;
    max-width: 100%;
}
.youtube_video iframe, .youtube_video object, .youtube_video embed {
    position: absolute;
    width: 422px; 
    height: 237px;
    top: 365px;
    left: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.youtube_video iframe, .youtube_video object, .youtube_video embed {
    width: 364px; 
    height: 205px;
    top: 310px;
    left: 12px;
}
}
@media (max-width: 991px) {
.youtube_video iframe, .youtube_video object, .youtube_video embed {
    width: 280px; 
    height: 158px;
    top: 236px;
    left: 10px;
}
}

/*得獎名單表格start*/
.box6 {
    max-width: 1040px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.table-1a {
    width: 100%;
    background-color: #FFF;
    font-size: 16px;
}
.table-1a th {
    border: #ddd solid 1px;
    padding: 10px;
}
.table-1a td {
    border: #ddd solid 1px;
    padding: 10px;
    word-break: break-all;
}
.td-1 {
    width: 15%;
}
.td-2 {
    width: 20%;
}
.td-3 {
    width: 25%;
}
.td-4 {
    width: 30%;
}
.td-hide {
    display:table-cell;
    visibility: visible;
}
.hide-1 {
    display: none;
    visibility: hidden;
}
.t-center {
    text-align: center;
}
@media (max-width:699px) {   
.table-1a th {
    padding: 5px;
}
.table-1a td {
    padding: 5px;
}
.td-hide {
    display: none;
    visibility: hidden;
}
.hide-1 {
    display: block;
    visibility:visible;
}
.table-1a {
    font-size: 15px;
}
.t-center {
    text-align: left;
}
}
/*得獎名單表格end*/
/*切換標籤 start*/
.tab-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.tab-box .tab-link.active, .tab-box .show>.tab-link {
	color: #fff;
	background-color: #e60012;
}
.tab-link {
    font-size: 16px;
    text-decoration: none;
    padding: 10px 15px 10px 15px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.tab-content1>.tab-pane {
	display: none
}
.tab-content1>.active {
	display: block
}
@media (max-width:699px) {    
.tab-link {
    font-size: 14px;
    text-decoration: none;
    padding: 6px 7px 6px 7px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.font-15 {
    font-size: 13px;
}
}

.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important
}
/*切換標籤 end*/

/*摺疊 start*/
.collapse-body .collapse-box:not(:first-of-type):not(:last-of-type) {
	border-top: 0;
	border-bottom: 0;
	border-radius: 0;
}
.collapse-body .collapse-box:first-of-type {
	border-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.collapse-body .collapse-box:last-of-type {
	border-top: 0;
	border-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}    
.collapse-body .collapse-box:first-of-type .collapse-header:first-child {    
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.collapse-body .collapse-box:last-of-type .collapse-header {
	border-bottom-left-radius: 4px; 
	border-bottom-right-radius: 4px;
}
.collapse-body .collapse-box:last-of-type .collapse-text {
	border-bottom-left-radius: 4px; 
	border-bottom-right-radius: 4px;
}    
.collapse-box {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #FFF;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
}
.collapse-header {
    font-size: 15px;
	text-align: center;
	padding: 5px;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
    cursor: pointer;
}
.collapse-text {
    text-align: center;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 20px;
	border-bottom: 1px solid rgba(0,0,0,.125);
}
@media (max-width:699px) {    
.collapse-header {
	text-align: left;
}
.collapse-text {
	padding: 5px;
}

}

.collapse .show {
	display: block
}
.collapse:not(.show) {
	display: none
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}
@media screen and (prefers-reduced-motion:reduce) {
.collapsing {
	transition: none
}
}
    
.collapse-btn {
	color: #595757;
	background-color: transparent;     
    border: 0;
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	padding: 10px 14px;
	font-size: 18px;
	line-height: 1.5;
}
.collapse-btn:focus {
	outline: 0;
}

.collapse-body .collapse-box .collapse-header .fa-angle-down {    
    position: absolute;
    top: 22px;
    right: 20px;
}    
.collapse-body .collapse-box .collapse-header:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.collapse .active .rotate-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 150ms ease-in 0s;
    -o-transition: all 150ms ease-in 0s;
    transition: all 150ms ease-in 0s;
}
/*摺疊 end*/

.awards1 {
    display: block;
    visibility: visible;
    position: absolute;
    top:0px;
    right: 0px;
    z-index: 15;    
    animation-iteration-count: 3;
}
@media (max-width:768px) {
.awards1 {
    display: none;
    visibility: hidden;
}
}
