@charset "UTF-8";
/* CSS Document */

html, body {
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	font-family:"Helvetica Neue", "微軟正黑體", Helvetica, Arial, sans-serif;	
}
img {
	height:auto;
	border:0;
}
h1 {
	font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
	color:#780812;
	font-weight:bold;
}
p {
	color: #666;
}
a {
	text-decoration:none;
}
header {
	position:fixed;
	top:0;
	left:0;
	padding:10px;
	width:100%;
	height:80px;
	background:rgba(255,255,255,0);
	overflow:hidden;
	z-index:999;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
header.smaller {
	height:65px;
	background:rgba(255,255,255,1);
}
.head_logo {
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1120px;
}
.logo {
	width:130px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.logo.smaller {
	width:100px;
}
.wrapper {
	position:relative;
	padding: 700px 10px 10px 10px;
	width:100%;
	/*background:url(../images/bg.jpg) center top repeat;*/
}
.top_banner {
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	width:100%;
	max-width:1920px;
	overflow:hidden;
	background:url(../images/top_banner01.png) no-repeat bottom center;
	background-size:cover;
}
.top_banner_text {
	position:relative;
    margin:28px auto 80px auto;
    width:34%;
	max-height:550px;
}
.container {
	position:relative;
    padding:15px;
    width:100%;
    max-width:1120px;
    background: rgba(255,255,255,0.8);
    border-radius:10px;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 40px 0px rgba(255,255,255,1);
box-shadow: 0px 0px 40px 0px rgba(255,255,255,1);
}
.bg {
	position:absolute;
}
.bg03 {
	top: 2%;
    left: -190px;
    width: 195px;
}
.bg04 {
	top: 19%;
    right: -110px;
    width: 170px;
}
.bg05 {
	top: 63%;
    left: -185px;
    width: 190px;
}
.bg06 {
	top: 90%;
    right: -135px;
    width: 190px;
}
.bg07 {
	top: 50%;
    right: -145px;
    width: 160px;
}
.bg08 {
	top: 56%;
    left: -145px;
    width: 172px;
}
.country {
    position: relative;
	margin: 10px 15px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #392113;
    text-align: center;
    border-bottom: 1px dotted #cccccc;
}
.product {
	padding:15px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.product_img {
	position:relative;
	overflow:hidden;
	width:100%;
	border-radius:3px;
}
.img_child {
    position:absolute;
	top:0;
	height: 100%;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.product:hover {
	background:#f5eadb;
    border-radius:5px;
}
.img_cap {
	position:absolute;
    top:75%;
    right:-2px;
    padding:5px 10px;
    background:rgba(255,255,255,0.8);
    font-size:20px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.product:hover .img_cap {
	padding-right:50px;
	background:#f5eadb;
}
.product:hover .img_child {
	-ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.product:hover h1 {
	color:#5a1f15;
}
.product span {
	font-size:18px;
	font-weight:normal;
	color:#3c2313;
}
.product_content {
	position: relative;
    min-height: 80px;
}
.price {
	position:relative;
	margin:10px 0;
	font-size:18px;
	line-height:18px;
}
.price span {
	font-size:36px;
}
.price i {
	font-size:12px;
	color:#999;
}
.content_list {
	padding:5px 15px 5px 25px;
	margin-bottom:10px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.product_btn1 {
	position:relative;
	border-radius:3px;
	width:35%;
	color:#fff;
	text-align:center;
	float:left;
	margin-bottom:2%;
}
.product_btn a {
	display:block;
	color:#fff;
	padding:10px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	background:#ecad05;
	border-radius:3px;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.product:hover .product_btn a {
	padding:10px;
	background:#e38600;
}
.product_btn a:hover {
	color:#fff;
}
.product_btn2 {
	position:relative;
	border-radius:3px;
	width:62%;
	color:#fff;
	text-align:center;
	float:right;
	margin-bottom:2%;
}
.product_btn2 a {
	display:block;
	color:#fff;
	padding:10px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	background:#9e0d1b;
	border-radius:3px;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.product:hover .product_btn2 a {
	padding:10px;
	background:#800a15;
}
.product_btn2 a:hover {
	color:#fff;
}
.smile {
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1120px;
}
.products_term {
	padding:20px 10px 10px 20px;
	font-size:12px;
	color:#666;
}
.cruise {
	position: relative;
    width: 100%;
    padding: 15px;
}
.cruise:hover {
	background:#f5eadb;
    border-radius:5px;
}
.cruise_img {
	position: relative;
    padding-right: 15px;
    float: right;
    width: 50%;
    border-radius: 3px;
    overflow: hidden;
}
.cruise_content {
	position: relative;
    float: left;
    width: 50%;
}
.cruise_content h1 {
	margin-top: 5px;
}
.cruise_content .product_btn {
	max-width: 63%;
}
.cruise:hover .img_cap {
	padding-right:50px;
	background:#f5eadb;
}
.cruise:hover .img_child {
	-ms-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}
.cruise:hover h1 {
	color:#5a1f15;
}
.cruise:hover .product_btn a {
	padding:10px;
	background:#5a1f15;
}
.product_m {
	display: none;
}
footer {
	position:relative;
	margin:0px auto;
	padding:10px 0;
	width:100%;
	background:#efefef;
	font-size:12px;
	color:#666;
}
footer a {
	color:#666;
}
.footer_info {
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1120px;
}
.copyright {
	text-align:left;
}
.stock {
	text-align:center;
}
.term {
	text-align:right;
}
.btn_dt {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.btn_menu {
    position: relative;
    display: block;
    padding: 10px;
    float: left;
    border-left: 1px solid #fff;
    width: calc(25% - 1px);
    background: #392113;
    cursor: pointer;
}
.btn_menu:hover {
	opacity: 0.7;
}
.btn_dt_jap {
	top: -2.4%;
	left: 8%;
}
.btn_dt_kor {
	top: -1.4%;
	left: 25%;
}
.btn_dt_chi {
	top: -2.4%;
	left: 68%;
}
.btn_dt_cru {
	top: -1.9%;
	right: 4%;
}
.mobile_menu {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}
.btn_mobile_menu {
    position: relative;
    display: block;
    padding: 10px;
    float: left;
    border-left: 1px solid #fff;
    width: calc(25.1% - 1px);
	background: #392113;
	cursor: pointer;
}
.btn_mobile_menu:hover {
	background: #9c896a;
}
@media (max-width: 1920px) {
.wrapper {
	padding: 36% 20px 10px 20px;
}
.top_banner_text {
	position:relative;
    margin:28px auto 80px auto;
    width:36%;
	max-height:550px;
}
}
@media (max-width: 1620px) {
.wrapper {
	padding: 44% 20px 10px 20px;
}
.top_banner_text {
	position:relative;
    margin:28px auto 80px auto;
    width:44%;
	max-height:550px;
}
}
@media (max-width: 1200px) {
.wrapper {
	padding: 44% 20px 10px 20px;
}
.top_banner_text {
	position:relative;
    margin:28px auto 80px auto;
    width:42%;
	max-height:550px;
}
.bg03 {
    top: -5.8%;
    left: -19px;
    width: 140px;
}
.bg04 {
    top: -5.8%;
    right: -15px;
    width: 135px;
}
.bg05 {
    top: 58%;
    left: -67px;
    width: 125px;
}
.bg06 {
    top: 93%;
    right: -16px;
    width: 130px;
}
.bg07 {
	display:none;
}
.bg08 {
	display:none;
}
.product_content {
    min-height: 50px;
}
.cruise_img {
    width: 62%;
}
.cruise_content {
    width: 38%;
}
.cruise_content .product_btn {
    max-width: 82%;
}
}
@media (max-width: 970px) {
.wrapper {
	padding: 68% 20px 10px 20px;
}
.top_banner_text {
	position:relative;
    margin:28px auto 80px auto;
    width:60%;
	max-height:550px;
}
.bg03 {
    top: -3.5%;
    left: -19px;
    width: 140px;
}
.bg04 {
    top: -3.5%;
    right: -15px;
    width: 135px;
}
.bg06 {
    top: 90%;
    right: -16px;
    width: 130px;
}
.product_content {
    min-height: 50px;
}
.copyright {
	text-align:center;
}
.stock {
	text-align:center;
}
.term {
	text-align:center;
}
.cruise_img {
	float: none;
    width: 100%;
    margin-bottom: 10px;
}
.cruise_img .img_child {
	background: #7799e0;
}
.cruise_img .img_cap {
	top: 84%;
}
.cruise_content {
	float: none;
	width: 100%;
}
.cruise_content .product_btn {
    max-width: 100%;
}
btn_dt_jap {
	top: -1.4%;
	left: 8%;
}
.btn_dt_kor {
	top: -1%;
	left: 25%;
}
.btn_dt_chi {
	top: -1.5%;
	left: 68%;
}
.btn_dt_cru {
	top: -1.2%;
	right: 4%;
}
.product h1 {
    font-size: 18px;
}
.product span {
    font-size: 14px;
}
}
@media (max-width: 768px) {
.wrapper {
	padding: 80% 10px 10px 10px;
}
.bg03 {
    top: -1.6%;
    left: -12px;
    width: 140px;
}
.bg04 {
    top: -1.6%;
    right: -7px;
    width: 135px;
}
.bg06 {
    top: 98.4%;
    right: -3px;
    width: 130px;
}
.top_banner_text {
	width:75%;
}
.cruise_img {
    min-height: 20%;
}
.cruise_img .img_child {
	right: 0px;
    height: 138%;
    width: 138%;
}
.cruise_img .img_cap {
	top: 75%;
}
.product_d {
	display: none;
}
.product_m {
	display: block;
}
footer {
	margin-bottom: 0px;
}
.btn_dt {
	display: none;
}
.mobile_menu {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}
.btn_mobile_menu {
    position: relative;
    display: block;
    padding: 10px;
    float: left;
    border-left: 1px solid #fff;
    width: calc(25.1% - 1px);
	background: #392113;
	cursor: pointer;
}
.btn_mobile_menu:hover {
	background: #9c896a;
}
}
@media (max-width: 414px) {
.wrapper {
	padding: 0;
}
.bg03 {
    top: -2%;
    left: 0px;
    width: 110px;
}
.bg04 {
    top: -2%;
    right: 1px;
    width: 110px;
}
.bg05 {
	display:none;
}
.bg06 {
    display:none;
}
.top_banner {
	position:relative;
	height:600px;
}
.top_banner_text {
	margin:120px auto 70px auto;
	width:90%;
}
.container {
    padding:5px;
}
.product_content {
    min-height: auto;
}
.cruise_img {
    min-height: 20%;
}
.cruise_img .img_child {
	right: 0px;
    height: 138%;
    width: 138%;
}
.cruise_img .img_cap {
	top: 75%;
}
.btn_mobile_menu {
    width: calc(25.17% - 1px);
}
}