@charset "utf-8";

:root {
	--main-color: #D05453; /* 主題色 */
	--bg-color: #FDD172; /* 背景色 */
}

/*===============共用區======================*/
/* ---reset.css--- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	background-color: var(--bg-color);
	/*background-color:#080b1b;*/
	/*background-image:url(img/bg.jpg);*/
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */

html {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
	color: #282828;
}
.AA {
	font-size: 1em;
	color: #333;
}
/*=======================================================網頁 start===================================================================*/

@media screen and (max-width: 1216px) {
	body {
		background-size: 1599px 580px;
	}

	.wrap {
		margin: 0;
		padding: 10px 0 0;
	}
}

.gift-4 {
	clear: both;
	width: 100%;
	text-align: center;
	margin: 2% auto;
	padding: 2% 0 1% 0;
}

@media screen and (max-width: 1016px) {
	body {
		background-size: 1198px 493px;
	}
}

a {
	text-decoration: none;
}
img {
	max-width: 100%;
	width: auto;
}

.menu-bar {
	position: fixed;
	top: 0;
	background-color: var(--main-color);
	z-index: 999;
	width: 100%;
	height: 70px;
	border-bottom: 1px #b0ddbc solid;
}

@media screen and (max-width: 767px) {
	.menu-bar {
		padding: 0 10px;
		box-sizing: border-box;
	}
}

.menu {
	position: relative;
	z-index: 1;
	-ms-touch-action: none;
	touch-action: none;
	height: 70px;
	width: 1200px;
	margin: auto;
}

@media screen and (max-width: 1250px) {
	.menu {
		width: 1000px;
	}

	.menu a.logo {
		float: left;
		margin: 1.7% 15px 0 2%;
		width: 120px;
		background-position: 0 8px;
	}
}

@media screen and (max-width: 1016px) {
	.menu {
		width: 750px;
	}
}

@media screen and (max-width: 767px) {
	.menu {
		width: 100%;
	}
}

.menu dl {
	overflow-x: scroll;
	white-space: nowrap;
	float: right;
}

@media screen and (max-width: 767px) {
	.menu dl {
		float: none;
		text-align: center;
	}
}

.menu dl::-webkit-scrollbar {
	display: none;
}

.menu dt {
	display: inline-block;
}

.menu a {
	font-size: calc(0.85vmin + 12px);
	height: 70px;
	line-height: 70px;
	display: inline-block;
}

.menu a.logo {
	width: 11%;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	margin: 1.2% 0 0 0;
	background-size: 90% auto;
}

@media screen and (max-width: 1010px) {
	.menu a.logo {
		width: 17%;
		margin: 1.2% 0 0 0;
		background-size: 90% auto;
	}
}

@media screen and (max-width: 767px) {
	.menu a.logo {
		float: left;
		margin: 1.3% 15px 0 2%;
		width: 120px;
		background-position: 0 8px;
	}
}

.menu dt a {
	padding: 0 20px;
	color: #fff;
	font-weight: bold;
}

@media screen and (max-width: 1016px) {
	.menu dt a {
		padding: 0 14px;
	}
}

@media screen and (max-width: 767px) {
	.menu dt a {
		padding: 0 6px;
	}
}

.menu dt a:hover {
	color: var(--main-color);
	background-color: #efe366;
}

.header {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 39%;
	margin: 70px auto 0 auto;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c8e2b9+0,72c6c0+100 */
	background: linear-gradient(to bottom, #c8e2b9 0%, #72c6c0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
}

.header-4 {
	width: 18%;
	position: absolute;
	bottom: -2%;
	left: 65%;
}

@media screen and (max-width: 1280px) {
	.header {
		/* width:85%; */
		padding-bottom: 40%;
		margin: 70px auto 0 auto;
	}

	/* .header-4{
		 bottom:3%;} */
}

@media screen and (max-width: 900px) {
	.header {
		/* width:90%; */
		padding-bottom: 146%;
		margin: 70px auto 0 auto;
		background-image: url(img/header-m.gif);
	}

	.header-4 {
		width: 36%;
		bottom: 4%;
		left: 61%;
	}
}

.wrap {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 2% 0 0;
	background-color: var(--bg-color);
	background-repeat: repeat-y;
}

.main {
	width: 1280px;
	margin: -50px auto 0;
	font-size: calc(0.85vmin + 13px);
	line-height: 1.7;
}

@media screen and (max-width: 1016px) {
	.main {
		width: 750px;
	}
}

@media screen and (max-width: 767px) {
	.main {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.header-4 {
		width: 38%;
		bottom: 3%;
		left: 60%;
	}
}

h2 {
	background-color: var(--main-color);
	border-radius: 30px;
	line-height: 75px;
	color: #fff;
	text-align: center;
	margin: 50px 0 20px;
	font-size: calc(1.6vmin + 18px);
	font-weight: bold;
}

.area-left {
	width: 45%;
	height: auto;
	float: left;
	margin: 3% 10% 7% 0;
}
.area-left p {
	color: #333;
}
.area-right p {
	color: #333;
}
.area-right {
	width: 45%;
	height: auto;
	float: left;
	margin: 3% 0 7% 0;
}

@media screen and (max-width: 767px) {
	.area-left {
		width: 100%;
		float: none;
		margin: 3% 0 0% 0;
	}

	.area-right {
		width: 100%;
		float: none;
		margin: 3% 0 0% 0;
	}
}

@media screen and (max-width: 767px) {
	h2 {
		line-height: 46px;
	}
}

h3 {
	font-size: calc(1.9vmin + 24px);
	color: #fa6c0a;
	margin: 32px 7% 30px;
}

@media screen and (max-width: 767px) {
	h3 {
		text-align: center;
	}
}

h4 {
	margin-bottom: 3%;
}

.line {
	width: auto;
	font-size: calc(1.6vmin + 16px);
	color: var(--main-color);
	margin: 20px 0 0;
	padding-bottom: 1px;
	border-bottom: 2px var(--main-color) solid;
	font-weight: bold;
}

h6 {
	margin-bottom: 1%;
	text-align: center;
}

.word {
	text-align: center;
}

.area-1 {
	text-align: center;
	padding: 0 10% 20px;
	box-sizing: border-box;
}
.area-1 p {
	font-weight: 700;
}

.left {
	width: 48%;
	float: left;
}

.right {
	width: 52%;
	float: right;
}

.left2 {
	width: 50%;
	float: left;
	margin: 7% 0 0 10%;
}

.right2 {
	width: 40%;
	float: right;
}

.left3 {
	width: 55%;
	float: left;
}

.right3 {
	width: calc(45% - 5%);
	float: right;
	margin-left: 5%;
}

.right3 img {
	width: calc(50% - 7.5%);
	margin-left: 7.5%;
	border-radius: 10px;
}

.left4 {
	width: 48%;
	float: left;
	margin-top: 18%;
}

@media screen and (max-width: 1016px) {
	.area-1 {
		padding: 0 4% 20px;
	}
}

.area-3 {
	text-align: center;
	padding: 0 10%;
	box-sizing: border-box;
}

@media screen and (max-width: 1016px) {
	.area-3 {
		padding: 0 4%;
	}
}

.area-4 {
	padding: 4% 10% 2%;
	box-sizing: border-box;
	overflow: hidden;
	color: #333;
}

@media screen and (max-width: 1016px) {
	.area-4 {
		padding: 4% 4% 2%;
	}
}

.area-2 {
	position: relative;
	background-color: #fff;
	border-radius: 30px;
	padding: 20px 10% 40px;
	margin: 10px 0 4% 0;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

@media screen and (max-width: 1016px) {
	.area-2 {
		padding: 20px 4% 40px;
	}
}

@media screen and (max-width: 767px) {
	.flex-order {
		display: flex;
		flex-direction: column;
	}
}

.area-2 b {
	background-color: #fa6c0a;
	border-radius: 20px;
	padding: 1px 15px 0;
	margin: 0 10px 0 0;
	color: #fff;
	font-weight: normal;
	display: inline-block;
}

.area-2 dt {
	background-image: url(img/list.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding: 0 0 0 30px;
}

.area-2 dt h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: var(--main-color);
}

.area-2 dt ul {
	margin: 0;
	padding: 0;
}

.area-2 dt ul li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

@media screen and (max-width: 767px) {
	.area-2 dt {
		background-position: 0 10px;
		/*padding: 0 10px 0 20px;*/
	}
}

.orange {
	color: var(--main-color);
	font-weight: bold;
}

.gift img {
	display: inline-block;
	margin: 50px 25px 0;
}

@media screen and (max-width: 1016px) {
	.gift {
		white-space: nowrap;
		-webkit-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8);
		-webkit-transform-origin: left top;
		transform-origin: left top;
		height: 280px;
	}

	.gift img {
		margin: 50px 15px 0;
	}
}

@media screen and (max-width: 767px) {
	.gift {
		white-space: normal;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		height: auto;
		padding: 0 15%;
	}

	.gift img {
		margin: 50px auto 0;
		display: block;
	}
}

/*.event-3{float: left;}*/

.gift-1 {
	float: right;
	margin: 5% 0 6% 0;
}

.gift-2 {
	float: right;
}

.gift-3 {
	float: right;
	margin: 14% 0 0 0;
}

.non-semantic-protector {
	position: relative;
	z-index: 1;
}

.event {
	width: 100%;
	height: 120px;
	text-align: center;
	line-height: 100px;
	margin: 2% 0;
	padding: 0;
}

/*.event:before, .event:after {
	    content: "";
		position: absolute;
		display: block;
		bottom:-20%;
		border: 1.42em solid #cf6018;
		z-index: -1;}
		
	.event:before {
		left: -2em;
		border-right-width: 1em;
		border-left-color: transparent;}
		
	.event:after {
		right: -2em;
		border-left-width: 1em;
		border-right-color: transparent;}
		*/
.ribbon-content {
	font-size: 1.35em;
	font-weight: bold;
	color: #7a9072;
}

@media screen and (max-width: 767px) {
	/*	.event {
		width:80%;
		height:100px;
		text-align: center;
		line-height:80px;
		margin:2% 0 4% 0;
		padding:0;}*/

	/*	.event:before {
		left:-1.7em;
		border-right-width:0.5em;}
		
	.event:after {
		right:-1.7em;
		border-left-width:0.5em;}
		
	.ribbon-content{font-size:1.1em;}*/

	.gift-1 {
		float: none;
		margin: 5% auto 0 auto;
		width: 90%;
	}

	.gift-2 {
		float: none;
		margin: 5% auto 0 auto;
		width: 80%;
	}

	.gift-3 {
		float: none;
		margin: auto 2% 0 auto;
		width: 90%;
	}
}

@media screen and (max-width: 380px) {
	/*	.event {
		width:95%;
		height:40px;
		line-height:40px;}
		
	.event:before {
		left:-1.7em;
		border-right-width:0.5em;}
		
	.event:after {
		right:-1.7em;
		border-left-width:0.5em;}
		
	.ribbon-content{font-size:1em;}*/
}

.note {
	padding: 2% 4% 2% 4%;
	background-color: #f2f2f2;
	font-size: calc(0.15vmin + 15px);
	color: #333;
	width: 100%;
	height: 200px;
	overflow: auto;
	box-sizing: border-box;
	margin: 0 0 90px;
	border-radius: 10px 0 0 10px;
	line-height: 2;
}

.note ol {
	list-style-type: decimal;
	padding: 0 0 0 2%;
}

.note::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
	background-color: #f2f2f2;
	border-radius: 0 10px 10px 0;
}

.note::-webkit-scrollbar {
	width: 30px;
	background-color: #f5f5f5;
}

.note::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0 10px 10px 0;
}

tag {
	color: #3c74d1;
}

.steps {
	width: 100%;
	margin: 20px 0 10px;
}

@media screen and (max-width: 1016px) {
	.steps {
		white-space: nowrap;
		-webkit-transform: scale(0.75, 0.75);
		transform: scale(0.75, 0.75);
		-webkit-transform-origin: left top;
		transform-origin: left top;
		height: 386px;
	}
}

@media screen and (max-width: 767px) {
	.steps {
		white-space: normal;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		height: auto;
	}
}

.steps img {
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.steps img {
		display: block;
		margin: 0 auto 30px;
	}
}

.steps img:nth-child(2) {
	padding: 0 14px;
}

@media screen and (max-width: 767px) {
	.steps img:nth-child(2) {
		padding: 0;
	}
}

.mob {
	margin: 10px auto 40px;
	width: 720px;
}

@media screen and (max-width: 1016px) {
	.mob {
		width: 100%;
		text-align: center;
	}
}

.mob b {
	padding: 0;
}

.more {
	margin: 60px auto 40px;
	display: block;
	padding: 0 10%;
	box-sizing: border-box;
	height: 67px;
	text-align: center;
	background: url(img/more.png) no-repeat center top;
}

.more img {
	display: none;
}

.more:hover {
	background: url(img/more2.png) no-repeat center top;
}

@media screen and (max-width: 425px) {
	.more {
		height: 62px;
		background-size: 279px 62px;
	}

	.more:hover {
		background-size: 279px 62px;
	}

	.more img {
		max-width: 280px;
		height: 62px;
	}
}

@media screen and (max-width: 375px) {
	.event {
		width: 100%;
		height: 100px;
		text-align: center;
		line-height: 80px;
		margin: 2% 0 4% 0;
		padding: 0;
	}
	.more {
		height: 52px;
		background-size: 235px 52px;
	}

	.more:hover {
		background-size: 234px 52px;
	}

	.more img {
		max-width: 234px;
		height: 52px;
	}
}

@media screen and (max-width: 320px) {
	.more {
		height: 42px;
		background-size: 189px 42px;
	}

	.more:hover {
		background-size: 189px 42px;
	}

	.more img {
		max-width: 189px;
		height: 42px;
	}
}

@media screen and (max-width: 1016px) {
	.more {
		margin: 20px auto;
	}
}

.city-4 {
	float: right;
}

@media screen and (max-width: 1016px) {
	.city-4 {
		width: 320px;
		height: 480px;
	}
}

@media screen and (max-width: 767px) {
	.city-4 {
		order: 4;
		margin: auto;
		float: none;
		width: auto;
		height: auto;
	}
}

.city-1 {
	font-size: calc(3.5vmin + 21px);
	color: #fa6c0a;
	text-align: center;
	line-height: 1.2;
	width: 50%;
	padding: 8% 0 0;
}

@media screen and (max-width: 767px) {
	.city-1 {
		padding: 0;
		margin: auto;
		width: 100%;
	}
}

.city-2 {
	width: 50%;
	text-align: center;
	font-size: calc(0.85vmin + 20px);
	margin: 10px 0 5%;
	letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
	.city-2 {
		margin: 10px auto 5%;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.city-3 {
		margin: 0 auto 5%;
		width: 100%;
		text-align: center;
	}
}

.city-3 input {
	font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "LiHei Pro";
	width: 40%;
	background-color: #fff;
	border: none;
	font-size: calc(0.85vmin + 13px);
	line-height: 70px;
	height: 70px;
	float: left;
	padding: 5px 10px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.city-3 input {
		width: 75%;
		/*float: none;*/
		height: 50px;
	}
}

.city-3 button {
	width: 10%;
	height: 70px;
	background-color: var(--main-color);
	background-image: url(img/button.png);
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.city-3 button {
		min-width: 56px;
		height: 50px;
		background-size: 36px 36px;
	}
}

.city-3 button:hover {
	background-color: #b33066;
}

.area-5 {
	overflow: hidden;
}

.area-5 table {
	width: 49%;
	float: left;
	margin: 10px 0;
	border-collapse: collapse;
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.area-5 table {
		width: 100%;
		float: none;
	}
}

td,
th {
	display: table-cell;
	vertical-align: inherit;
	padding: 5px 10px;
}

th {
	background-color: #9d9d8f;
	color: #fff;
	font-weight: normal;
}

th:nth-child(1),
th:nth-child(3) {
	width: 1%;
	white-space: nowrap;
}

th:nth-child(3) {
	color: #fff;
	background-color: var(--main-color);
	font-weight: bold;
}

tr:nth-child(even) {
	background-color: #fff8e1;
}

td:nth-child(1),
td:nth-child(3) {
	text-align: right;
	color: var(--main-color);
	font-weight: bold;
}

.area-5 b {
	float: left;
	width: 2%;
	height: 10px;
	display: block;
}

.update {
	font-size: calc(0.15vmin + 13px);
	text-align: center;
	padding: 30px 0;
	clear: both;
}

.topic {
	padding: 20px 0;
}

.topic h5 {
	font-size: calc(1.6vmin + 18px);
	font-weight: normal;
	color: #000;
	margin: 0;
}

.topic h5 span {
	font-weight: bold;
	color: #fa6c0a;
}

.footer-bar {
	background-color: var(--main-color);
	margin: 60px 0 0;
}

.footer {
	font-size: calc(0.15vmin + 13px);
	color: #fff;
	padding: 30px 0;
	text-align: center;
	line-height: 2;
}

.footer span {
	display: inline-block;
	width: 90px;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.footer span {
		width: 100%;
		text-align: center;
		margin: 0 0 15px;
	}

	.footer b {
		display: block;
	}
}

.footer img {
	margin: 0 0 0 30px;
}

@media screen and (max-width: 767px) {
	.footer img {
		display: block;
		margin: 0 auto 20px;
	}
}

.footer div {
	padding: 5px 0 0;
	display: block;
}

.gotop {
	font-size: calc(1.9vmin + 24px);
	background-color: var(--main-color);
	color: #ffffff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 52px;
	position: fixed;
	right: 10px;
	bottom: 160px;
	border-radius: 20px;
	display: none;
}

.qrcode {
	position: absolute;
	bottom: 10%;
	right: 0;
	width: 40px;
}

@media screen and (max-width: 767px) {
	.qrcode {
		display: none;
	}
}

.qrcode b {
	position: absolute;
	top: -124px;
	left: 0;
	width: 124px;
	height: 124px;
	/* CSS3淡出淡入效果 */
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
}

.qrcode:hover b {
	opacity: 1; /* 滑鼠滑入時，透明度變 */
}

.qrcode > img {
	position: relative;
	width: 40px;
	height: 40px;
	border: 6px solid #000;
	border-radius: 4px;
}

.search-result h4 {
	background-color: #4fb6c6;
	color: #fff;
	padding: 0 20px;
	line-height: 60px;
	height: 56px;
	overflow: hidden;
	width: 50%;
	box-sizing: border-box;
	margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
	.search-result h4 {
		width: 90%;
		margin: 10px auto 0;
	}
}

.search-result ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 50%;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.search-result ul {
		width: 90%;
		margin: auto;
	}
}

.search-result a {
	color: #000;
}

.search-result li:hover a {
	color: #fa6c0a;
}

.search-result li {
	background-color: #fff;
	padding: 8px 20px 2px;
}

.search-result li:nth-child(even) {
	background-color: #e5e5e5;
}

#fb {
	position: absolute;
	top: 12%;
	right: 16vw;
}

#line-button {
	position: absolute !important;
	top: 12%;
	right: 12vw;
}

@media screen and (max-width: 1680px) {
	#fb {
		right: 17vw;
	}
	#line-button {
		right: 12vw;
	}
}
@media screen and (max-width: 1360px) {
	#fb {
		right: 17vw;
	}
	#line-button {
		right: 11vw;
	}
}
/*@media screen and (max-width:1280px) {
	#fb { right:17vw;}
	#line-button { right:11vw;}
}*/

/*@media screen and (max-width:1130px) {
	#fb { right:17vw;}
	#line-button {right:11vw;}
}*/

@media screen and (max-width: 960px) {
	#fb {
		right: 15vw;
	}
	#line-button {
		right: 8vw;
	}
}
@media screen and (max-width: 900px) {
	#fb {
		top: 2vh;
		right: 10vw;
	}
	#line-button {
		top: 2vh;
		right: 2vw;
	}
}

@media screen and (max-width: 767px) {
	#fb {
		top: 1vh;
		right: 12vw;
	}
	#line-button {
		top: 1vh;
	}
}
@media screen and (max-width: 640px) {
	#fb {
		top: 1vh;
		right: 14vw;
	}
	#line-button {
		top: 1vh;
	}
}
@media screen and (max-width: 580px) {
	#fb {
		top: 1vh;
		right: 16vw;
	}
	#line-button {
		top: 1vh;
	}
}
@media screen and (max-width: 400px) {
	#fb {
		top: 1vh;
		right: 20vw;
	}
	#line-button {
		top: 1vh;
	}
}

@media screen and (max-width: 1280px) {
	.main {
		width: 96%;
	}
}

@media screen and (max-width: 1200px) {
	.left {
		width: 100%;
		float: none;
		margin: 0 auto;
		text-align: justify;
		word-break: break-all;
	}

	.right {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.gift-2 {
		width: 60%;
		margin: 0 auto;
		float: none;
	}

	.gift-2 img {
		width: 100%;
		margin: 0 auto;
	}

	.gift-3 {
		width: 60%;
		margin: -5% auto 0 auto;
		float: none;
	}

	.gift-3 img {
		width: 100%;
		margin: 0 auto;
	}

	.gift-1 {
		width: 60%;
		margin: 0 auto;
		float: none;
	}

	.gift-1 img {
		width: 100%;
		margin: 0 auto;
	}

	.left2 {
		width: 100%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.right2 {
		width: 80%;
		float: none;
		margin: 5% auto 0 auto;
	}

	.left3 {
		width: 100%;
		float: none;
	}

	.right3 {
		float: none;
		width: 100%;
		margin-left: 0%;
	}

	.right3 img {
		float: none;
		width: 50%;
		margin-left: 25%;
	}

	.left4 {
		float: none;
		width: 100%;
		margin-top: 5%;
	}
}

@media screen and (max-width: 750px) {
	.gift-1 {
		width: 80%;
	}
	.gift-2 {
		width: 80%;
	}
	.gift-3 {
		width: 80%;
	}
	.right3 img {
		width: 80%;
		margin-left: 11%;
	}
}
