<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------- Index -----------------*/
.item_air &gt; a {
    display: block;
}

.sby_list li {
    width: 15%;
}

    .sby_list li+li {
        margin-left: 2%;
    }

.sby_list li figure {
    width: 140px;
    height: 140px;
}

.sby_list li div {
    width: 100%;
    height: 3em;
    display: table;
}

    .sby_list li div p {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

@media (max-width: 1280px) {
    .sby_list li figure {
        height: 120px;
        width: 120px;
    }
}

@media (max-width: 960px) {
    .sby_list li {
        width: 32%;
        text-align: center;
    }

        .sby_list li+li {
            margin-left: 2%;
        }

        .sby_list li:nth-child(4) {
            margin-left: 0;
        }
}

@media (max-width: 720px) {
    .sby_list li:last-child figure span {
        width: 40px;
    }
}

@media (max-width: 600px) {
    .sby_list {
        padding: 22px 60px 0;
    }

    .sby_list li figure {
        width: 120px;
        height: 120px;
    }

    .sby_list li p {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .sby_list li {
        width: 48%;
        margin: 0 1%;
    }

        .sby_list li+li, .sby_list li:nth-child(4) {
            margin: 0 1%;
        }

    .sby_list li figure {
        width: 80px;
        height: 80px;
    }
}

/*#endregion */

.th_info &gt; div.main-w &gt; header {
    text-align: center;
    margin-bottom: 24px;
}

	.th_info &gt; div &gt; header:before, .th_info &gt; div &gt; header:after {
		content: "\0020"; 
		display: block; 
		height: 0; 
		overflow: hidden;
	}
	
	.th_info &gt; div &gt; header:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

.th_info &gt; div &gt; header div,
.th_info &gt; div &gt; header a {
    display: inline-block;
    padding: 21px 0;
    background-image: url("../images/banner_air.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100px;
    vertical-align: top;
    float: left;
}

    .th_info &gt; div &gt; header span {
        vertical-align: middle;
        display: inline-block;
    }

    .th_info &gt; div &gt; header p {
        vertical-align: text-top;
        display: inline-block;
        font-size: 1.375em;
        line-height: 1.14em;
        font-weight: bold;
        color: #333333;
    }

    .th_info &gt; div &gt; header a.alertStart, .th_info &gt; div &gt; header a.alertClose {
        display: none;
        background-image: none;
        margin-left: 1%;
        background-position: right bottom;
        background-size: 100% auto;
    }

.th_info &gt; div &gt; header a.alertStart {
    background-color: #ffc8c8;
    background-image: url(../images/alertOpen.png);
    padding: 8px 0;
}

.th_info &gt; div &gt; header a.alertClose {
    background-color: #d3f1c7;
    background-image: url(../images/alertClose.png);
    padding: 8px 0;
}

            .th_info &gt; div &gt; header a.alertStart span, .th_info &gt; div &gt; header a.alertClose span {
                padding: 0.5rem;
                background-color: #FFF;
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
				max-width: 14rem;
            }

    /*只有一個*/
.th_info &gt; div &gt; header.hasStart a, .th_info &gt; div &gt; header.hasClose a,
.th_info &gt; div &gt; header.hasStart div, .th_info &gt; div &gt; header.hasClose div {
    width: 49%;
    display: inline-block;
}

    /*兩個一起*/
.th_info &gt; div &gt; header.hasStart.hasClose a,
.th_info &gt; div &gt; header.hasStart.hasClose div {
    width: 49%;
}

        .th_info &gt; div &gt; header.hasStart.hasClose a.alertStart, .th_info &gt; div &gt; header.hasStart.hasClose a.alertClose {
            width: 24%;
        }

    .th_info &gt; div &gt; header.hasStart a.alertStart p, .th_info &gt; div &gt; header.hasClose a.alertClose p {
        display: block;
    }
	
@media (max-width: 1024px) {
    .th_info &gt; div &gt; header.hasStart.hasClose a,
    .th_info &gt; div &gt; header.hasStart.hasClose div {
        width: 100%;
        margin-left: 0;
    }
	
	.th_info &gt; div &gt; header.hasStart.hasClose a.alertStart, .th_info &gt; div &gt; header.hasStart.hasClose a.alertClose {
		width: 49%;
		margin-top: 1rem;
	}
	
	.th_info &gt; div &gt; header.hasStart.hasClose a.alertClose {
		margin-left: 2%;
	}
}

@media (max-width: 600px) {
	.th_info &gt; div &gt; header.hasStart.hasClose a.alertStart, .th_info &gt; div &gt; header.hasStart.hasClose a.alertClose {
		width: 100%;
		margin-left: 0;
	}
}

figcaption {
    height: inherit;
    width: inherit;
    overflow: unset
}

.video_wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    cursor: pointer;
}

    .video_wrap iframe, .video_wrap object, .video_wrap embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


    .video_wrap:hover .btnPlay {
        background-color: rgba(0,0,0,0.25)
    }

    .video_wrap .btnPlay {
        width: 100%;
        height: 100%;
        background-image: url(../images/btnPlay.png);
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        left: 0;
        top: 0
    }

    .video_wrap img {
        width: 100%;
        margin-top: -47px
    }
</pre></body></html>