@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
	font-family: "Noto Sans TC", "微軟正黑體", "Helvetica", "Arial", sans-serif !important;
	}

* { box-sizing: border-box;}

img {
	display: block;
	max-width:100%;
}

p {
	font-weight: 400;
	font-size: 20px;
    line-height: 30px;
	letter-spacing: 1px;
	color: #502314;
	margin-top: 5px;
}

ol {
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 1px;
	color: #502314;
	list-style-position: inside;
	margin-left: 24px;
	text-indent: -24px;
}

li {
	line-height: 30px;
	margin-top: 5px;
}

table {
	width: 100%;
	border: 0px;
	border-spacing: 3px;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #502314;
	text-align: center;
	vertical-align: middle;
	word-wrap: break-word;
	word-break: break-all;
}

table th {
	font-weight: 600;
	border-radius: 10px;
	padding: 5px 10px;
	color: #fff;
}

table td {
	border-radius: 10px;
	padding: 5px 10px;
}

.red {
	font-weight: 600;
	color: #bd1f00;
}

.mt0 { margin-top: 0 !important;}

.bg {
	position: relative;
	width: 100%;
	display: block;
	background: url(../images/bg.png);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #f5ebdc;
	margin: 0 auto;
}

.menu {
	width: 55.625%;
	margin: 0 auto;
	padding: 3.125% 0 1.5625% 0;
	display: flex;
	justify-content: space-between;
}

.btn {
	width: 32.397%;
	height: 0;
	padding-bottom: 7.9588%;
	display: block;
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}

.btn01 { background-image: url(../images/btn_01.png);}

.btn01.on { background-image: url(../images/btn_01-.png);}

.btn02 { background-image: url(../images/btn_02.png);}

.btn02.on { background-image: url(../images/btn_02-.png);}

.btn03 { background-image: url(../images/btn_03.png);}

.btn03.on { background-image: url(../images/btn_03-.png);}

.btn01:hover, .btn02:hover, .btn03:hover { filter: brightness(110%);}

.content {
	width: 55.625%;
	margin: 0 auto;
	padding: 3.125% 0;
}

.framebox, .framebox_s {
	position: relative;
	display: flex;
	flex-direction: column;
    align-items: center;
	margin: 2.809% auto 0 auto;
}

.framebox { width: 100%;}

.framebox_s { width: 63.4831%;}

.frame {
	width: 100%;
	display: block;
	background-size: 100%;
	background-position: top center;
}

.f_top, .f_bottom {
	height: 0;
	background-repeat: no-repeat;
}

.f_middle, .f_middle_s { background-repeat:repeat-y;}

.f_top { padding-bottom: 3.0957%;}

.f_middle { padding: 2.8143% 3.0957%;}

.f_bottom { padding-bottom: 3.5647%;}

.f_top_s { padding-bottom: 4.8673%;}

.f_middle_s { padding: 4.4248% 5.8997%;}

.f_bottom_s { padding-bottom: 5.6047%;}

.f_00_t { background-image: url(../images/frame_00_top.png);}

.f_00_m { background-image: url(../images/frame_00_middle.png);}

.f_00_b { background-image: url(../images/frame_00_bottom.png);}

.f_01_t { background-image: url(../images/frame_01_top.png);}

.f_01_m { background-image: url(../images/frame_01_middle.png);}

.f_01_b { background-image: url(../images/frame_01_bottom.png);}

.f_02_t { background-image: url(../images/frame_02_top.png);}

.f_02_m { background-image: url(../images/frame_02_middle.png);}

.f_02_b { background-image: url(../images/frame_02_bottom.png);}

.f_03_t { background-image: url(../images/frame_03_top.png);}

.f_03_m { background-image: url(../images/frame_03_middle.png);}

.f_03_b { background-image: url(../images/frame_03_bottom.png);}

.cbox {
	position: relative;
	width: 100%;
}

.plr10 { padding: 0 10px;}

.Burger_King_logo {
	position: absolute;
	width: 12.9456%;
	height: 0;
	padding-bottom: 14.0713%;
	display: block;
	background-image: url(../images/Burger_King_2020.png);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	top: 0;
	right: 0;
}

.title {
	width: 100%;
	display: flex;
	align-items: center;
}

.event_title {
	height: 51px;
	display: block;
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	margin-right: 15px;
}

.e_t_01, .e_t_02, .e_t_03 { width: 199px;}

.e_t_sp { width: 222px;}

.e_t_01 { background-image: url(../images/event_01.png);}

.e_t_02 { background-image: url(../images/event_02.png);}

.e_t_03 { background-image: url(../images/event_03.png);}

.e_t_sp { background-image: url(../images/event_sp.png);}

.title p {
	font-weight: 600;
	font-size: 30px;
    line-height: 40px;
	color: #0b431c;
	margin-top: 0;
}

.stitle {
	margin-top: 30px;
	display: flex;
	align-items: center;
}

.star {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.stitle p {
	font-weight: 600;
	font-size: 20px;
    line-height: 30px;
	color: #bd1f00;
	margin-top: 0;
}

.board {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
    align-items: center;
}

.board_frame {
	width: 100%;
	display: block;
	background-size: 100%;
	background-position: top center;
	margin: 0 auto;
}

.b_f_t, .b_f_b {
	height: 0;
	background-repeat: no-repeat;
}

.b_f_t {
	padding-bottom: 41.4794%;
	background-image: url(../images/bg_board_top.png);
}

.b_f_m {
	background-repeat: repeat-y;
	background-image: url(../images/bg_board_middle.png);
}

.b_f_b {
	padding-bottom: 32.0225%;
	background-image: url(../images/bg_board_bottom.png);
}

.bcbox {
	width: 100%;
	padding: 2.809% 18.7266%;
	margin: 0 auto;
}

.stepbox {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 4.4776%;
}

.step {
	width: 29.7015%;
	height: 7.6119%;
	margin-right: 2.2388%;
}

.sline {
	width: 100%;
	height: 3px;
	background-color: #0b431c;
}

.add_friend {
	margin-top: 4.4776%;
	display: flex;
	align-items: center;
}

.add_friend p {
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	margin-top: 0;
}

.lafbtn {
	width: 20.2985%;
	height: 0;
	padding-bottom: 5.9701%;
	display: block;
	background-image: url(../images/line_add_friend.png);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	margin-left: 2.2388%;
}

.lafbtn:hover { filter: brightness(110%);}

.inputbox {
	margin: 4.4776% 0;
	display: flex;
	align-items: center;
}

.inputbox p {
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	margin-top: 0;
	margin-right: 2.2388%;
}

.input {
	width: 206px;
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	border-radius: 10px;
	padding: 0 10px;
}

.not_robot { margin-top: 4.4776%;}

#log_confirm {
	width: 24.1791%;
	height: 0;
	padding-bottom: 9.1045%;
	margin: 4.4776% auto;
}

.pps {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #502314;
}

.pps:hover { filter: brightness(125%);}

.award_title {
	width: 72.2714%;
	height: 0;
	padding-bottom: 7.5221%;
	display: block;
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto 2.2124% auto;
}

.a_t_01 { background-image: url(../images/award_01.png);}

.a_t_02 { background-image: url(../images/award_02.png);}

.a_t_03 { background-image: url(../images/award_03.png);}

.a_t_04 { background-image: url(../images/award_04.png);}

.a_t_05 { background-image: url(../images/award_05.png);}

.a_t_06 { background-image: url(../images/award_06.png);}

.a_t_07 { background-image: url(../images/award_07.png);}

table.atable_01 th { background-color: #d53b13;}

table.atable_01 td { background-color: #f6be98;}

table.atable_02 th { background-color: #306b1b;}

table.atable_02 td { background-color: #b7d6a3;}

table.atable_03 th { background-color: #2556a6;}

table.atable_03 td { background-color: #adcdea;}

.asbox {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 29%;
	margin: 0 auto;
}

.scrollbox_s { margin: 0 auto;}

.yemila_burger, .kailyn_burger, .yemila_fries, .kailyn_fries, .yemila_cola, .kailyn_cola {
	position: absolute;
	height: 100%;
	display: block;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.yemila_burger, .yemila_fries, .yemila_cola { right: -28.7611%;}

.kailyn_burger, .kailyn_fries, .kailyn_cola { left: -28.7611%;}

.yemila_burger {
	width: 32.8909%;
	background-image: url(../images/yemila_burger.png);
}

.kailyn_burger {
	width: 32.8909%;
	background-image: url(../images/kailyn_burger.png);
}

.yemila_fries {
	width: 34.2183%;
	background-image: url(../images/yemila_fries.png);
}

.kailyn_fries {
	width: 32.8909%;
	background-image: url(../images/kailyn_fries.png);
}

.yemila_cola {
	width: 33.3333%;
	background-image: url(../images/yemila_cola.png);
}

.kailyn_cola {
	width: 30.826%;
	background-image: url(../images/kailyn_cola.png);
}

.note {
	width: 29.8689%;
	height: 0;
	padding-bottom: 6.0861%;
	display: block;
	background-image: url(../images/btn_note.png);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 5.618% auto 0 auto ;
	cursor: pointer;
}

.note:hover { filter: brightness(110%);}

.notebox { display: none;}

.notebox.on { display: block;}

.footer_top {
	width: 100%;
	height: 0;
	padding-bottom: 3.125%;
	display: block;
	background-image: url(../images/footer_top.png);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
}

@media screen and (max-width:1440px) {
	.menu { width: 74.1667%;}

	.content { width: 74.1667%;}
}

@media screen and (max-width:1366px) {
	.menu { width: 78.1845%;}

	.content { width: 78.1845%;}

	.footer_top { padding-bottom: 3.1215%;}
}

@media screen and (max-width:1024px) {
	.menu {
		width: 100%;
		padding: 3.125% 1.4648% 1.5625% 1.4648%;
	}

	.content {
		width: 100%;
		padding: 3.125% 1.4648%;
	}

	.title {
		flex-direction: column;
		align-items: flex-start;
	}

	.title p { margin-top: 5px;}

	.asbox { padding-bottom: 32%;}
}

@media screen and (max-width:960px) {
	p {
		font-size: 16px;
		line-height: 26px;
	}

	ol {
		font-size: 16px;
		margin-left: 20px;
		text-indent: -20px;
	}

	li { line-height: 26px;}

	table {
		font-size: 16px;
		line-height: 26px;
	}

	table th { border-radius: 5px;}

	table td { border-radius: 5px;}

	.event_title { height: 47px;}

	.e_t_01, .e_t_02, .e_t_03 { width: 183px;}

	.e_t_sp { width: 205px;}

	.title p {
		font-size: 26px;
		line-height: 36px;
	}

	.star {
		width: 16px;
		height: 16px;
	}

	.stitle p {
		font-size: 16px;
		line-height: 26px;
	}

	.asbox { padding-bottom: 37%;}

	.note {
		width: 33.2292%;
		padding-bottom: 6.7708%;
	}
}

@media screen and (max-width:480px) {
	.btn {
		width: 32.8889%;
		padding-bottom: 20.8889%;
	}
	
	.btn01 { background-image: url(../images/btn_01_m.png);}
	
	.btn01.on { background-image: url(../images/btn_01_m-.png);}
	
	.btn02 { background-image: url(../images/btn_02_m.png);}
	
	.btn02.on { background-image: url(../images/btn_02_m-.png);}
	
	.btn03 { background-image: url(../images/btn_03_m.png);}
	
	.btn03.on { background-image: url(../images/btn_03_m-.png);}

	.f_top { padding-bottom: 7.3333%;}

	.f_bottom { padding-bottom: 8.4444%;}

	.f_top_s { padding-bottom: 7.3333%;}

	.f_bottom_s { padding-bottom: 8.4444%;}

	.f_00_t { background-image: url(../images/frame_00_top_m.png);}

	.f_00_m { background-image: url(../images/frame_00_middle_m.png);}

	.f_00_b { background-image: url(../images/frame_00_bottom_m.png);}

	.f_01_t { background-image: url(../images/frame_01_top_m.png);}

	.f_01_m { background-image: url(../images/frame_01_middle_m.png);}

	.f_01_b { background-image: url(../images/frame_01_bottom_m.png);}

	.f_02_t { background-image: url(../images/frame_02_top_m.png);}

	.f_02_m { background-image: url(../images/frame_02_middle_m.png);}

	.f_02_b { background-image: url(../images/frame_02_bottom_m.png);}

	.f_03_t { background-image: url(../images/frame_03_top_m.png);}

	.f_03_m { background-image: url(../images/frame_03_middle_m.png);}

	.f_03_b { background-image: url(../images/frame_03_bottom_m.png);}

	.b_f_t {
		padding-bottom: 82.0833%;
		background-image: url(../images/bg_board_top_m.png);
	}

	.b_f_m { background-image: url(../images/bg_board_middle_m.png);}

	.b_f_b {
		padding-bottom: 61.875%;
		background-image: url(../images/bg_board_bottom_m.png);
	}

	.bcbox { padding: 0 16.6667%;}

	.stepbox { margin-top: 9.375%;}

	.step {
		width: 62.1875%;
		height: 15.9375%;
	}

	.add_friend {
		margin-top: 9.375%;
		flex-direction: column;
		align-items: flex-start;
	}

	.lafbtn {
		width: 42.5%;
		padding-bottom: 12.5%;
		margin-top: 4.6875%;
		margin-left: 0;
	}

	.inputbox {
		margin: 9.375% 0;
		flex-direction: column;
		align-items: flex-start;
	}

	.input { margin-top: 4.6875%;}

	#log_confirm {
		width: 50.625%;
		padding-bottom: 19.0625%;
		margin: 9.375% auto;
	}

	.framebox_s { width: 100%;}

	.award_title {
		width: 100%;
		padding-bottom: 11.3333%;
	}

	.yemila_burger, .kailyn_burger, .yemila_fries, .kailyn_fries, .yemila_cola, .kailyn_cola { display: none;}

	.note {
		width: 66.4583%;
		padding-bottom: 13.5417%;
	}
}