@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;
}
.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%;
}
.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: 6vw;
	margin-top: 1vw;
	display: flex;
	gap: 0.8vw;
}
.indexmenu{
    position: absolute;
    top: 88vw;
    left: 50%;
    transform: translateX(-50%);


    display: flex;
    gap: 5.5vw;
}

.btn_menu {
	width: 10vw;
	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: 12vw;
    margin-left: 5vw;
    margin-top: 1vw;
}

/* 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 .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: 960px;
	margin: 10px auto;
	background: #fff;
	position: relative;
	line-height: 1.9;
    color: #333;
}
.p_layout .in {
	padding: 20px;
}
.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: 1vw;
    top: 1vw;
    font-size: 3vw;
}
.mfp-close:active {
	top: 1vw;
}
.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: 42.5vw;
    color: #333;
    /* background-color: #5d002448; */
    font-size: 0.95vw;
    line-height: 1.2vw;
    letter-spacing: 0.1vw;
    text-align: justify;
}
.notic_p2{
    width: 58vw;
    display: inline-block;
    position: absolute;
    right: 21vw;
    top: 113.5vw;
    color: #333;
    /* background-color: #5d002448; */
    font-size: 0.95vw;
    line-height: 1.2vw;
    letter-spacing: 0.1vw;
    text-align: justify;
}
.notic_p li{
    margin-bottom: 1vw;
}
.notic_p2 li{
    margin-bottom: 1vw;
}
.award_p{
    width: 56vw;
    display: inline-block;
    position: absolute;
    right: 21vw;
    top: 42.5vw;
    color: #333;
    /* background-color: #5d002448; */
    font-size: 0.95vw;
    line-height: 1.5vw;
    letter-spacing: 0.15vw;
    text-align: justify;
}
.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; */
}
.award_list {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.1vw;
}
.award_list .tr {
    flex-basis: 50%;
    display: flex;
}
.award_list .th {
    padding: 0.9vw;
    text-align: center;
}
.award_list .td {
    padding: 2vw 0.9vw;
    text-align: center;
}
.award_list .th {
    background: #cb66a4;
    font-weight: bold;
    /* border: 3px solid #fff; */
    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: 25%;
/*    margin: 0 1px 1px 1px;*/
}
.award_list .th:nth-of-type(3n), .award_list .td:nth-of-type(3n) {
    width: 45%;
/*    margin: 0 2% 1px 1px;*/
}
.award_list.one {
    max-width: 28vw;
    margin: auto;
    border: 3px solid #cb66a4;
}
.award_list.one .tr {
    flex-basis: 100%;
}
.award_list .th_wrap {
    background: #cb66a4;
    /* border: 3px solid #fff; */
    /* gap: 3px; */
}
.tit5 img {
    width: 39vw;
}

/* 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: 27vw;
		margin-top: 5vw;
		margin-left: 2.8vw;
	}
	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;
    }
    .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: 21vw;
    }

    .btn_menu1 {
        width: 35vw;
        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: 354vw;
        right: 14.5vw;
    }
    .notic_p {
        width: 87vw;
        right: 8vw;
        top: 161.5vw;
        font-size: 4vw;
        line-height: 5.5vw;
        letter-spacing: 0.4vw;
    }

    .notic_p2 {
        width: 80vw;
        right: 10vw;
        top: 791vw;
        font-size: 4vw;
        line-height: 5.5vw;
        letter-spacing: 0.4vw;
    }    
    .award_p{
        width: 84vw;
        right: 8vw;
        top: 161.5vw;
        font-size: 4vw;
        line-height: 5.5vw;
        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;
    }
    .tit5 img {
        width: 70vw;
    }
    .award_list {
        font-size: 3vw;
    }
    .award_list.one {
        max-width: 72vw;
        border-width: 2px;
    }
    .award_list .th {
        padding: 2vw;
    }
    .award_list .td {
        padding: 4vw 2vw;
    }
    .award_list .th_wrap {
        /* gap: 2px; */
        border-width: 2px;
    }
    button.mfp-close {
        font-size: 6vw;
    }
	.pc {
    	display: none;
    }
    .mo {
    	display: block;
    }
}
