@charset "UTF-8";
/* global */
body {
	font-family: "微軟正黑體", "MicrosoftJhengHeiRegular", "sans-serif", "Arial", "Verdana";
	color: #fff;
	font-size: 0.9vw;
    background-color: #efefef;
}

*, *:before, *:after {
    box-sizing: border-box;
	 -webkit-box-sizing: border-box;
}
*:focus { 
    outline: none; 
}
table {
    width: 100%;
}
a {
    text-decoration: none;
}
a:hover {
/*    text-decoration: underline;*/
}
.link {
    color: #007dc5;
    display: inline-block;
}
.link:hover {
    text-decoration: underline;
}
.li{
    margin-bottom: 10px;
}
p, .p {
    margin-bottom: 10px;
    line-height: 1.5vw;
}
.hidden {
    overflow: hidden;
}
.clear:after {
	content: '';
	display: table;
	clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tl {
    text-align: left;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.inner {
	/* max-width: 62.5vw; */
	margin: auto;
	position: relative;
}
section {
	
}
.video_wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	max-height: 100%;
	max-width: 100%;
	min-height: 100%;
	min-width: 100%;
	width: 0;
}
.max100 {
	max-width: 100%;
	vertical-align: bottom;
    margin-left: auto;
    margin-right: auto;
}
.full {
	width: 100%;
	vertical-align: bottom;
}
.r {
    position: relative;
}
.a {
    position: absolute;
}
.light {
    display: inline-block;
    /* border-bottom: 3px solid #15f6fa; */
    padding-bottom: 8px;
    line-height: 1;
    margin: 0 0.2vw;
}


/* title & font-size */
h3 {
    margin-bottom: 20px;
}
h4 {
    color: #259bb1;
}
h5 {
    color: #ffffff;
}
big {
	font-size: 180%;
}
small {
    font-size: 90%;
}

/* list */
.no_list {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.list1 {
    line-height: 1.9;
    margin-bottom: 2vw;
}
.list1 li {
	margin-bottom: 0.4vw;
}


/* header */
header {
    background-image: url(../img/bg-kv.png);
    height: 36vw;
    background-size: 100% 100%;
    position: relative;
}
.kv-tit {
    width: 37.2vw;
    top: 2.5vw;
    left: 29.3vw;
    opacity: 0;
}
.kv-car {
    width: 28.4vw;
    bottom: 3vw;
    right: 16.5vw;
}
.frame {
    background-image: url(../img/bg-frame.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 30vw;
    margin-top: 1vw;
    display: flex;
}
header .tit_wrap {
    background-image: url(../img/bg-tit.png);
    background-size: 100% 100%;
    width: 37.5vw;
    height: 26vw;
    margin-left: 7vw;
    margin-top: 1.3vw;
    margin-right: 1vw;
    padding: 1vw;
}
header .tit {
    width: 34vw;
}
header .car_wrap {
    margin-top: 1.5vw;
}
header .car_wrap .bg {
    background-image: url(../img/bg-car.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 46vw;
    height: 24.5vw;
    position: relative;
}
header .car {
    position: absolute;
    width: 89%;
    margin-top: 14%;
    margin-left: 11%;
    left: 0;
    top: 0;
}
.car_wrap .btn {
    position: absolute;
    display: inline-block;
}
.car_wrap .btn .light {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
/*    background: red;*/
    opacity: .5;
}
.car_wrap .btn .light:before {
    content: '';
    position: absolute;
    height: 400%;
    width: 30%;
    top: -180%;
    left: -50%;
    opacity: 0.6;
    background-image: url(../img/img-light-01.png);
    background-size: 100%;
    background-position: center;
    z-index: 1;
    
    animation-name: flashLight;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
.btn1 {
    width: 30%;
    top: 5%;
    left: 14.6%;
}
.btn2 {
    width: 38%;
    top: 4.5%;
    left: 55.2%;
}
.car_wrap .btn2 .light:before {
    animation-delay: 1s;
}
.btn3 {
    width: 30%;
    top: 77%;
    left: 22.8%;
}
.car_wrap .btn3 .light:before {
    animation-delay: 0.5s;
}
.btn4 {
    width: 30%;
    top: 77%;
    left: 66.5%;
}
.car_wrap .btn4 .light:before {
    animation-delay: 1.5s;
}
nav {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 2.5vw;
	margin-top: 1.4vw;
	display: flex;
	gap: 1.4vw;
}
.indexmenu{
    position: absolute;
    top: 101vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5.5vw;
}

.btn_menu {
	width: 8.4vw;
	position: relative;
	display: inline-block;
}
.btn_menu .light {
    position: absolute;
    width: 92%;
    height: 76%;
    overflow: hidden;
    left: 4%;
    top: 12%;
    opacity: .5;
}
.btn_menu .light:before {
    content: '';
    position: absolute;
    height: 400%;
    width: 30%;
    top: -180%;
    left: -50%;
    opacity: 0.6;
    /* background-image: url(../img/img-light-01.png); */
    background-size: 100%;
    background-position: center;
    z-index: 1;
}
.btn_menu:hover .light:before {
    animation-name: flashLight;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
@keyframes flashLight {
	0% {
		left: -50%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	50% {
		left: 150%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0.6;
	}
	
	100% {
		left: 150%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0.6;
	}
}
nav img {
	vertical-align: middle;
}
nav span {
	vertical-align: middle;
	display: inline-block;
}
.logo {
	display: inline-block;
	width: 11.4vw;
	margin-left: 2.5vw;
	margin-top: 1.7vw;
}

/* main */
main {
/*    background-color: #00325d;*/
    padding: 5vw 0 0;
/*    position: relative;*/
}
/*
main:before, main:after {
    position: absolute;
    content: '';
}
main:before {
	background-image: url(../img/deco-circle.png);
    background-size: 100% 100%;
    width: 25vw;
    height: 57vw;
    right: 0;
    top: 4vw;
}
main:after {
	background-image: url(../img/deco-road.png);
    background-size: auto 100%;
    background-position: center bottom;
    width: 100%;
    height: 18vw;
    bottom: 0;
    left: 0;
}
*/
main .inner {
    max-width: 62.5vw;
}
.box1 {
    border: solid #fff;
    border-width: 0 1px 1px;
    position: relative;
    margin: 4vw 0 5vw;
}
/*
.box1:before, .box1:after {
    position: absolute;
    content: '';
    background-image: url(../img/icon-trig.png);
    width: 18px;
    height: 14px;
}
.box1:before {
    top: 4px;
    left: 2px;
}
.box1:after {
    right: 2px;
    bottom: 4px;
    transform: rotate(180deg);
}
*/
.box1:last-of-type {
    margin-bottom: 0;
}
.box1 .tit_wrap {
    font-family: 'Noto Sans TC', sans-serif;
    position: relative;
    display: flex;
    gap: 20px;
    margin-bottom: 1vw;
}
.tit1 img {
    width: 20vw;
}
.tit2 img {
    width: 26vw;
}
.tit3 img {
    width: 20vw;
}
.tit4 img {
    width: 26vw;
}
.box1 .tit_wrap:before, .box1 .tit_wrap:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
}
.box1 .tit_wrap img {
    margin-top: -2.5vw;
}
.box1.none {
    border: none;
}
.box1.none:before, .box1.none:after {
    opacity: 0;
}
.box1.none .tit_wrap:before, .box1.none .tit_wrap:after {
    opacity: 0;
}
.box1 .in {
	padding: 0 2vw 2vw;
}
.box1 .tit {
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-top: -25px;
    margin-bottom: 50px;
}
.box1.notice {
    outline: none;
    border-color: #434343;
}

h2 {
    font-family: 'Noto Sans TC', sans-serif;
    display: inline-block;
    position: relative;
}

/* footer */
footer {
    background-image: url(../img/footer.jpg);
    aspect-ratio: 1920 / 139;
    background-size: contain;
}
footer .car_wrap {
	position: absolute;
	width: 40%;
	bottom: 120%;
	margin-left: 35%;
}
footer .txt {
	max-width: 85%;
}
footer .care {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 11%;
}

/* award */
.award_detail {
    background-image: url(../img/bg-main.jpg);
    background-size: 100% auto;
    background-position: 0 -4.5%;
}
.prize_wrap {
	margin: 50px auto;
    max-width: 80%;
}
.prize_wrap li {
	float: left;
	width: 25%;
	position: relative;
}
.prize_wrap .btn2 {
	display: inline-block;
    margin-top: 15px;
}
.box2 {
    border: 0.15vw solid #cb66a4;
    padding: 2vw 4vw;
    position: relative;
    z-index: 1;
    background: #fff;
    color: #333;
}
/*
.box2:before, .box2:after {
    position: absolute;
    content: '';
    background-image: url(../img/deco-bookmark.png);
    background-size: 100% 100%;
    width: 1.3vw;
    height: 17vw;
}
.box2:before {
    left: -1.5vw;
    top: 25vw;
}
.box2:after {
    right: -1.5vw;
    top: 77vw;
    transform: scaleX(-1);
}
*/
.box2 .deco {
    position: absolute;
    width: 28vw;
    left: 50%;
    margin-left: -14vw;
    top: -2.04vw;
}
.box2 h2 {
	color: #e06363;
}
.page_footer {
/*    margin-top: -4vw;*/
}
.list3 {
    list-style: square;
    line-height: 1.9;
    padding-left: 1vw;
}
.list3 li {
	position: relative;
    margin-bottom: 0.4vw;
}
.btn_wrap {
	text-align: center;
}
.light2 {
    display: inline-block;
    position: relative;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 30px;
}
.light2 font {
    position: relative;
    z-index: 1;
}
.light2:after {
    position: absolute;
	content: '';
	width: 100%;
	height: 10px;
	background: #ffff61;
    border-radius: 10px;
	bottom: 5px;
	left: 0;
}
.change_wrap {
	position: relative;
}
.change_wrap a {
	position: absolute;
	top: 0;
	left: 50%;
}
.p_layout {
	max-width: 860px;
	margin: 10px auto;
	background: #fff;
	position: relative;
	line-height: 1.9;
	color: #333;
	border: 5px solid #67c6e3;
    border-radius: 20px;
}
.p_layout .in {
	padding: 20px;
    max-height: 630px;
    overflow-y: auto;
}
.p_layout.one_txt {
    min-height: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    /* Center vertically */
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    /*Center horizontaly */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-box-align: center;
    -moz-box-align: center;
}
.p_layout img {
	margin: 0 auto;
}
button.mfp-close {
    right: -22px;
    top: -22px;
    background-image: url(../img/icon-close.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 44px;
    aspect-ratio: 1;
    opacity: 1;
    font-size: 0;
}
.mfp-close:active {
	top: -22px;
}
.img_prize {
    margin: 0 auto 2vw;
}
.img_prize.iphone {
    width: 18vw;
}
.btn_award {
    width: 12vw;
    display: inline-block;
}
main.award .box2:after {
    display: none;
}
/* award detail */
.award_wrap .img_tit {
	padding: 20px 0;
}
.award_wrap li {
	float: left;
	width: 50%;
	padding: 0 1%;
}
.award_wrap tr {
	border: 1px solid #aaa;
}
.award_wrap th {
	padding: 10px;
	background: #c7e5f3;
	color: #666;
	text-align: center;
}
.award_wrap th:nth-last-of-type(1) {
	width: 45%;
}
.award_wrap th:nth-last-of-type(2) {
	width: 25%;
}
.award_wrap th:nth-last-of-type(3) {
	width: 30%;
}
.award_wrap td {
	padding: 10px;
	text-align: center;
}
.btn_notice {
        width: 21vw;
    height: 4vw;
    display: inline-block;
    position: absolute;
    right: 39vw;
    top: 93vw;
    /* background-color: #3333334a; */
}
.notic_p{
    width: 58vw;
    display: inline-block;
    position: absolute;
    right: 21vw;
    top: 43.5vw;
    color: #333;
    /* background-color: #5d002448; */
    font-size: 0.95vw;
    line-height: 2;
    letter-spacing: 0.1vw;
    text-align: justify;
}
.notic_p2{
    width: 58vw;
    display: inline-block;
    position: absolute;
    right: 21vw;
    top: 143.5vw;
    color: #333;
    /* background-color: #5d002448; */
    font-size: 0.95vw;
    line-height: 2;
    letter-spacing: 0.1vw;
    text-align: justify;
}
.notic_p li{
    margin-bottom: 2ch;
}
.notic_p2 li{
    margin-bottom: 2ch;
}
.award_p{
    width: 55vw;
    display: inline-block;
    position: absolute;
    top: 42.5vw;
    color: #333;
    /* background-color: #5d002448; */
    font-size: 0.95vw;
    line-height: 1.5vw;
    letter-spacing: 0.15vw;
    text-align: justify;
    left: 50%;
    transform: translateX(-50%);
}
.btn_award{
    width: 27vw;
    height: 18vw;
    display: inline-block;
    position: absolute;
    right: 50vw;
    top: 79vw;
    /* background-color: #3333334a; */
}
.btn2_award{
    width: 27vw;
    height: 18vw;
    display: inline-block;
    position: absolute;
    right: 21.6vw;
    top: 79vw;
    /* background-color: #3333334a; */
}

/* pc & mobile */
.pc {
	/* display: block; */
}
.mo {
	display: none;
}

@media only screen and (max-width: 750px) {
    body {
        font-size: 2.7vw;
    }
    p, .p {
        line-height: 5.5vw;
    }
	.logo {
		width: 29.2vw;
        margin-top: 6.9vw;
        margin-left: 6.2vw;
	}
	header {
	    height: 147vw;
	    background-image: url(../img/bg-kv-m.png);
	}
    header:after {
        display: none;
    }
    header .inner {
        height: auto;
        text-align: center;
        background: #fff;
        margin: 0;
        box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    }
	header .tit_wrap {
        margin-top: 3.7vw;
		padding: 3vw;
		margin-left: 6vw;
		width: 87vw;
		background-image: url(../img/bg-tit-m.png);
		height: 64vw;
	}
    header .subtit {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .kv-tit {
        width: 91.7vw;
        left: 4.1vw;
        top: 15.8vw;
    }
    .kv-car {
        width: 68.4vw;
        bottom: 3.4vw;
        right: 8vw;
    }
    .page header {
        background-image: url(../img/bg-page-m.png);
    }
    .page .top {
        background: #fff;
        text-align: center;
        position: relative;
        box-shadow: 0px 0px 9.2px 0.8px rgba(4, 4, 4, 0.33);
    }
    .page .top .logo {
        margin: 4.2vw auto;
    }
    .page nav {
        top: 100%;
        justify-content: center;
        margin: 3.6vw auto;
        width: 100%;
        gap: 4.6vw;
    }
    .page .kv-tit {
        top: 26.6vw;
    }
    footer {
        background-image: url(../img/footer-m.jpg);
        aspect-ratio: 750 / 380;
    }
    .house {
        position: relative;
        left: -3vw;
        top: 0;
        width: 57%;
    }
    header .repair {
        width: 47%;
        right: 0;
    }
    header .car {
        margin-left: 9vw;
        margin-top: 12vw;
        width: auto;
        margin-right: 4vw;
    }
	nav {
        gap: 0.8vw;
	    margin-right: 1.7vw;
	    margin-top: 3.6vw;
	}
    .award_detail {
        background-image: url(../img/bg-main-m.jpg);
    }
	main {
        padding: 5vw 4vw 0;
	}
    main:before {
        width: 38vw;
        height: 87vw;
        top: 10vw;
    }
    main:after {
        background-size: 200% auto;
        height: 36vw;
    }
    main .inner {
        max-width: inherit;
    }
	.inner {
        max-width: inherit;
	}
    .box2:before {
        left: -1.4vw;
    }
    .box2:after {
        right: -1.4vw;
    }
	.prize_wrap {
		text-align: center;
	}
	.prize_wrap li {
		width: auto;
		float: none;
		display: block;
        margin-bottom: 50px;
	}
	.change_wrap a {
		position: static;
	}
    .btn_menu {
        width: 28.1vw;
    }

    .btn_menu1 {
        width: 32.4vw;
        display: inline-block;
        display: flex;
    }
    .frame {
        margin-top: 3vw;
        gap: 3vw;
        background-image: url(../img/bg-frame-m.png);
        flex-direction: column;
        height: 129vw;
    }
    header .tit {
        width: 80vw;
    }
    header .car_wrap {
        margin-top: 0;
    }
    header .car_wrap .bg {
        background-image: url(../img/bg-car-m.png);
        width: 89vw;
        height: 53vw;
        margin-left: 6.7vw;
    }
    .btn1 {
        width: 31%;
        top: 0%;
        left: 19.5%;
    }
    .btn2 {
        width: 38%;
        top: 0;
        left: 55.2%;
    }
    .btn3 {
        width: 31%;
        top: 84%;
        left: 23.9%;
    }
    .btn4 {
        width: 31%;
        top: 84%;
        left: 63.3%;
    }
    big {
        font-size: 130%;
    }
    .box1 {
        margin: 6vw 0 10vw;
    }
    .box1:before, .box1:after {
        width: 2vw;
        height: 2vw;
        background-size: 100% 100%;
    }
    .box2 .deco {
        top: -3vw;
    }
    .tit1 img {
        width: 52vw;
    }
    .tit2 img {
        width: 68vw;
    }
    .tit3 img {
        width: 52vw;
    }
    .box1 .tit_wrap {
        gap: 2vw;
    }
    .box1 .tit_wrap img {
        margin-top: -6vw;
    }
    .box1 .in {
        padding: 0 3vw 3vw;
    }
    .light {
        border-width: 2px;
        padding-bottom: 4px;
    }
    .list3 {
        padding-left: 4vw;
    }
    .btn_notice {
        width: 72vw;
        height: 16vw;
        top: 375vw;
        right: 14.5vw;
    }
    .notic_p {
        width: 87vw;
        right: 8vw;
        top: 166.5vw;
        font-size: 3.4vw;
        line-height: 1.5;
        letter-spacing: 0.4vw;
    }
    .notic_p li {
        margin-bottom: 3ch;
    }

    .notic_p2 {
        width: 80vw;
        right: 10vw;
        top: 756vw;
        font-size: 3.4vw;
        line-height: 1.5;
        letter-spacing: 0.4vw;
    }    
    .award_p{
        width: 84vw;
        right: 8vw;
        top: 163.5vw;
        font-size: 3.4vw;
        line-height: 1.5;
        letter-spacing: 0.4vw;
    }
    .page_footer {
/*        margin-top: -6vw;*/
    }
    .box2 {
        padding: 3vw;
    }
    .tit4 img {
        width: 67vw;
    }
    .img_prize {
        margin: 5vw auto;
    }
    .img_prize.iphone {
        width: 50vw;
    }
    .btn_award {
        width: 31vw;
    }
    button.mfp-close {
/*        font-size: 6vw;*/
    }
	.pc {
    	display: none;
    }
    .mo {
    	display: block;
    }
}

/* 得獎popup... */
.award_p li {
    margin-bottom: 3ch;
}
.award_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8vw;
}
.award_tit {
    color: #3682b9;
    font-weight: 700;
    font-size: 1.6vw;
    text-align: center;
}
.award_tit .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}
.award_tit .icon {
    background-image: url(../img/icon-award.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 117/64;
    width: 6vw;
}
.award_tit .num {
    background-size: 100% 100%;
    aspect-ratio: 125/57;
    background-repeat: no-repeat;
    width: 6.5vw;
}
.award_tit .txt2 {
    /* margin-top: -1ch; */
}
.award_pic {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 287/198;
    width: 15vw;
    margin: 0 auto 1vw;
}
.award_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    font-size: 1vw;
}
.award_list .tr {
    flex-basis: 49%;
    display: flex;
    border: solid #3682b9;
    border-width: 0 2px 2px 2px;
}
.award_list .th, .award_list .td {
    padding: 10px;
    text-align: center;
}
.award_list .th {
    background: #3682b9;
    /* font-weight: bold; */
    color: #fff;
}
.award_list .th:nth-of-type(3n-2), .award_list .td:nth-of-type(3n-2) {
    width: 30%;
    /* margin: 0 1px 1px 2%; */
}
.award_list .th:nth-of-type(3n-1), .award_list .td:nth-of-type(3n-1) {
    width: 30%;
    /* margin: 0 1px 1px 1px; */
}
.award_list .th:nth-of-type(3n), .award_list .td:nth-of-type(3n) {
    width: 40%;
    /* margin: 0 2% 1px 1px; */
}
.tit_wrap .flex {
    display: flex;
    margin: 0 50px;
    font-size: 24px;
    align-items: center;
    font-family: "微軟正黑體", "MicrosoftJhengHeiRegular", "sans-serif", "Arial", "Verdana";
    font-weight: bold;
    gap: 10px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .award_tit {
        margin-bottom: 1ch;
        font-size: 4vw;
    }
    .award_tit .icon {
        width: 13.6vw;
    }
    .award_tit .num {
        width: 16.6vw;
    }
    .award_pic {
        width: 40vw;
        margin-bottom: 20px;
    }
    .award_list {
        font-size: 16px;
    }
    .award_list .tr {
        flex-basis: 100%;
    }
    .award_list .tr.last {
        display: none !important;
    }
    .award_list .th:nth-of-type(3n-2), .award_list .td:nth-of-type(3n-2) {
        margin-left: 0;
    }
    .award_list .th:nth-of-type(3n), .award_list .td:nth-of-type(3n) {
        margin-right: 0;
    }
    .tit_wrap .flex {
        margin: 0 20px 20px;
        font-size: 18px;
        flex-direction: column;
    }
    .p_layout {
        margin: 20px;
    }
    .p_layout .in {
        padding: 20px 10px;
    }
    button.mfp-close {
        width: 30px;
        right: -15px;
        top: -15px;
    }
    .mfp-close:active {
	    top: -15px;
    }
    .award_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 2vw;
        padding: 0 2vw;
    }
}