﻿/************************************************************************************
RESET
*************************************************************************************/
/*-----------------------
注意：如遇到IE有banner圖溢出的問題，請將
_:-ms-lang(x), .sp-thumbnails,.sp-mask,.sp-slide,.sp-image-container {
  width: 100% !important;
}
這段隱藏或刪除，謝謝
-----------------------*/
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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
    background: transparent;
}
body {line-height: 1; -webkit-text-size-adjust: none;}
ol, ul { list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
   border-collapse: collapse;
    border-spacing: 0;
}
a img {border: none;}
img {-ms-interpolation-mode: bicubic;}
.clean { clear:both;}
a {color: #292929; text-decoration: none; blr:expression(this.onFocus=this.blur()); outline: none; /* for Firefox */hlbr:expression(this.onFocus=this.blur()); /* for IE */}
a:hover {text-decoration:none;}
a:focus{ -moz-outline-style: none;}
.b-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.col-1{width:100%;}
.col-2{width:50%;}
.col-3{width:33.33%;}
.col-4{width:25%;}
.col-5{width:20%;}

body {
	margin: 0;
	padding: 0;
	font-size:13px;
}
h1,h2,h3 { display: none;}


.MainHeight {
    position: fixed;
    top: 30px;
    /*position: relative \9;
    top: 0px \9;*/
}

.sp-thumbnails:not(*:root) ,.sp-mask:not(*:root) ,.sp-slide:not(*:root) ,.sp-image-container:not(*:root)  {
    width: 100% !important;
}

hr {
	background: #cccccc;
    border: 0px;
    height: 1px;
    clear: both;
}


/*------------------------------- pc ----------------------------------*/
.container {
    width: 100%;
	font-family: '微軟正黑體';
}

#togglenav {
    display: none;
    z-index: 9999;
    position: fixed;
    right: 0;
    overflow: hidden;
    line-height: 35px;
    width: 100%;
    cursor: pointer;
}

/*頭部主視覺*/
#tkt_head,#pkg_head {width: 100%;clear: both;
}
.pc_head {
	width: 100%;
	height: 373px;
	background: url(../images/tkt_header.jpg) no-repeat center;
}

.pc_head_pkg {
	width: 100%;
	height: 370px;
	background: url(../images/pkg_header.jpg) no-repeat center;
}

.mobile_head {display: none;}


a{
	text-decoration:none;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property:background;
	transition-property:background;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	}


/*導覽列*/

#nav {
	width: 100%;
}

/*錨點位置設定*/
.anchor{
	display: block;
    position: relative;
    top: -80px;
	width: 0px;
	height: 0px;
    visibility: hidden;
}

.menu_all {
	display: block;
	width: 100%;
	margin: 0 auto 20px auto;
	height: 40px;
	line-height: 40px;
	background: #72183b;
	font-size: 18px;
	z-index:9;
}
.menu_all ul{
	display:block;
	text-align: center;
	width: 960px;
    height: auto;
	margin:0 auto;
    background:#72183b;
    list-style: none;
}
.menu_all ul a{
	font-size: 18px;
	text-align: center;
	color:#ffffff;
	text-decoration: none;
	display: block;
    width: 100%;
    height: 100%; 
}
.menu_all ul a:hover{
	color:#ffffff;
	text-decoration: none;
}
.menu_all ul li{
    width: auto;
    height: 40px;
    line-height: 40px;
	padding: 0px 20px;
    text-align: center;
    position: relative;
    display: inline-block;
	margin: 0px 20px;
	color:#ffffff;
	cursor: default;
}



.on .menu_all ul li.sale,
.intl .menu_all ul li.intl_on{
	background:#aa1950;
}



.menu_all ul li:hover{background:#3c87d1;}

.menu_all ul.nav2{
    left: 0px;
    top: 40px;
	position: absolute;
    display: none;
    width: 200px;
	z-index: 9;
}

.menu_all ul.nav3{left: 99px;top: 0;display: none;}

.menu_all .nav1 .li1:hover ul.nav2{
	display: block;
	background:#aa1950;
}
.menu_all .nav2 .li2 {
	display: block;
	width:200px;
	text-align:left;
	box-sizing: border-box;
	margin: 0px;
}
.menu_all .nav2 .li2 a{
	text-align: left;	
}

.menu_all .nav2 .li2:hover ul.nav3{display: block;}
.menu_all .nav2 .li2:hover {background: #cb9c6d;}





/*主內容*/
.con_all {
	width:100%;
	max-width: 960px;
	margin: auto;
	clear: both;
	margin-bottom: 40px;
	margin-top:20px;
	display: flex;
}

.con_left {
	width: 230px;
	margin-right: 20px;
	margin-right: 10px \9;
	float: left;
	display: table-cell \9;
}
.left_top {
	width: 230px;
	/*height: 228px;*/
	display: table;
	clear: both;
}

.left_but1 a {
	float:left;
	width: 115px;
	height: 96px;
	background-image: url(../images/tkt_but.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block
}
.left_but1 a:hover {
	background-image: url(../images/tkt_but_active.jpg);
	opacity: 0.8;
}
.left_but1_active {
	float:left;
	width: 115px;
	height: 96px;
	text-indent: -9999px;
	background-image: url(../images/tkt_but_active.jpg);
	background-repeat: no-repeat;
}
.left_but2 a {
	float:left;
	width: 115px;
	height: 96px;
	background-image: url(../images/pkg_but.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block
}
.left_but2 a:hover {
	background-image: url(../images/pkg_but_active.jpg);
	opacity: 0.8;
}
.left_but2_active {
	float:left;
	width: 115px;
	height: 96px;
	text-indent: -9999px;
	background-image: url(../images/pkg_but_active.jpg);
	background-repeat: no-repeat;
}
.left_banner {
	width:230px;
	height: 132px;
	float:left;
	margin:0;
}
.left_banner:hover {
	opacity: 0.8;
}
.left_bottom {
	width:230px;
	display: table;
	margin-top: 20px;
	background-color: #f3f3f3;
}

.left_link:hover {
	opacity: 0.8;
}


/*右側內容*/

.con_right {
	max-width: 710px;
	float: right;
	width: 100%;
	margin: auto;
	display: table-cell \9;
	margin-top:0px !important;
}

.right_tkt_sale {
	max-width: 710px;
	float: right;
	width: 100%;
	background-color: #f3f3f3;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 20px;
	position: relative;

}

.sale_banner {
	max-width: 690px;
	width: 100%;
	height: 170px;
	position: relative;
	overflow: hidden;
}

.sale_banner img {
	width:100%;
	max-width: 690px;
}

.slider-pro a > img {
    width: 100%;
}

.sale_area {
    width: 106px;
    height: 106px;
    -webkit-border-radius: 55px;
    -moz-border-radius: 5px;
    border-radius: 55px;
    background: #00458a;
    position: absolute;
    top: -36px;
    left: -20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    box-sizing: border-box;
}


.sale_area_hot{
	position: absolute;
	left: 0;
	top: 0;
	background:#c32127;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
}


.sale_area_hot_txt{
	position: relative;
	display: block;
	padding: 18px;
}


.sale_area_text2 {
	margin-top: 60px;
	margin-left: 40px;
}
.sale_area_text3 {
	margin-top: 60px;
	margin-left: 30px;
}
.sale_area_text4 {
	margin-top: 45px;
	margin-left: 38px;
	line-height: 24px;
}
.sale_area_text5 {
	margin-top: 45px;
	margin-left: 18px;
	line-height: 24px;
	text-align: center;
}

.sale_infor_title {
	/*margin-bottom: 15px;*/
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color:#aa1950;
	width:100%;
	margin-top: 1rem;
}

.sale_infor_title span,.sale_product_title span {
	font-weight: normal;
	font-size: 17px;
	font-weight: bold;
	color:#333333;
	padding-left: 8px;
}

.point {
	/*padding-top: 240px;
    margin-top: -230px;*/
}

.sale_text {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}

.sale_text span {
	color:#c40b40;
	font-weight: bold;
}

.sale_notice_title,.sale_notice {
	margin-bottom: 10px;
}

.sale_notice_title {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
}

.sale_notice {
	clear: both;
	/*padding-top: 10px;*/
}

.sale_notice li {
	list-style:disc;
	margin-left: 25px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
	box-sizing: border-box;
}


.sale_notice li > ul li{
	list-style:decimal;
}

.sale_notice li > ol {
	margin: 5px 0 0 0;
}

.sale_notice li > ol li {
	list-style:decimal;
}

/*促銷區*/
.sale_notice ul {
	margin-top:10px;
margin-bottom: 20px;
}

ol.sale_notice_btn{
display: flex;
justify-content: flex-start;
flex-direction: row;
flex-wrap: wrap;
}
ol.sale_notice_btn>li{
list-style: none;
width: calc(100% / 4 - 1rem);
margin-left: 0.75rem;
margin-bottom: 1rem;
}
span.red {
    color: #c51f1f;
    font-weight: bold;
}
ol.sale_notice_btn>li>a{
display: block;
width: 100%;
color: #434343;
background-color: rgba(255, 255, 255, 1);
text-align: center;
line-height: 3rem;
font-size: 17px;
font-weight: 700;
border-bottom: none;
border: 1px solid #c3c3c3;
}
ol.sale_notice_btn>li>a:hover{
background-color: #cb9c6d;
color: white;
}
ol.sale_notice_btn>li>a>span{
font-size: 14px;
margin-left: 0.25rem;
color: #72183b;
font-weight: bold;
}
.sale_notice>p{
margin: 1rem 0 1rem;
font-size: 16px;
display: block;
color: #434343;
line-height: 25px;
font-weight: 700;
}
.sale_notice_s>p{
margin: 0.75rem 0 1.5rem;	
}
.sale_notice li {
list-style:disc;
margin-left: 25px;
font-size: 14px;
line-height: 20px;
margin-bottom: 5px;
box-sizing: border-box;
}
.sale_notice li ol li {
list-style:none;
margin-left: 0px;
font-size: 14px;
line-height: 25px;
margin-bottom: 5px;
box-sizing: border-box;
}

.sale_notice a,.sale_text a,.promo_photo_text a {
	text-decoration: none;
	border-bottom:1px solid #006ba6;
	font-size: 14px;
	color:#006ba6;
}

.sale_notice a:hover,.sale_text a:hover,.promo_photo_text a:hover {
	opacity: 0.8;
}

.sale_notice_list {
	padding-left: 15px;
	text-indent:-15px;
	margin-top: 5px;
}

.sale_product_title {
	margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color:#aa1950;
    width: 100%;
    padding-bottom: 1%;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    clear: both;
}

.sale_infor_txt{
	padding: 5px 0;
	line-height: 1.6;
	font-size:14px;
}

.sale_product_all {
	width:100%;
	max-width: 710px;
	position: relative;
	margin: auto;
    clear: both;
	display: table;
}

.pkg_product_all {
	width:100%;
	max-width: 710px;
	position: relative;
	margin: auto;
    clear: both;
	display: table;
	margin-top: 15px;
}

.sale_notice ul li a{
	color: #006ba6;
	display: inline-block;
	width: auto;
	padding: 3px;
	font-size: 14px;
	float: none;
	height: auto;
	background: none;
	line-height:initial;
}
.sale_notice ul li a:hover{
	padding: 3px;
}

.sale_product_box a {
    background: #ffffff;
    line-height: 40px;
    display: block;
    color: #3d3b3b;
    font-size: 17px;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    font-weight: 700;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sale_product_box a:hover {
	background: #cb9c6d;
	color:#ffffff;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.sale_product_box a:hover span ,.sale_product_box a:hover div{
	color:#ffffff;
}

.sale_product_box:hover .product_price span {
	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.product_title {
	line-height: 40px;
	float:left;
	text-align: left;
}

.product_title > span {
    font-size: 15px;
    color: #858182;
    margin-left: 3px;
}

.promo_product_title{
	margin-top:10px;
    font-size: 16px;
    font-weight: bold;
    color: #006ba6;
    line-height: 20px;
    margin-bottom: 10px;
    clear: both;
    display: table;
    background: #e4e4e4;
    padding: 5px 10px;
}


.product_price {
	float: right;
	width:120px;
	text-align: right;
    font-size:13px;
}

.product_price span {
	font-size: 20px;
	font-weight: bold;
	color:#d6001c;
}

.product_price_txt{
	clear: both;
    min-height: 30px;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 13px;
    padding: 0 0 8px 13px;
    text-indent: -9px;
    color: #333333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.product_more {
	margin-top: 20px;
	clear: both;
}
.product_more_new {
	margin-top: 20px;
	clear: both;
	overflow: auto;
	padding-bottom: 15px;
}
.product_more_new a {
	text-align: center;
	border-bottom: none;
	display:inline-block;
	padding: 0px 12px;
	box-sizing: border-box;
	font-size: 15px;
	width:auto;
	background: #FFF;
	height: 25px;
	line-height: 25px;
	margin-bottom: 10px;
}


.product_more a {
	text-align: right;
	float:right;
	display: block;
	padding: 0px 12px;
	box-sizing: border-box;
	color:#ffffff;
	font-size: 15px;
	background: #888888;
	height: 25px;
	line-height: 25px;
	margin-bottom: 10px;
}

.product_more a:hover {
	background:#646464;
}

.airline_box {
	max-width: 710px;
	width: 100%;
	margin-top: 10px;
	clear: both;
	display: table;
}

.airline_box a {
	display: inline-block;
	float:left;
	padding:0 13px;
	background: #ffffff;
	color:#333333;
	height: 40px;
	line-height: 40px;
	margin-right: 6px;
	margin-bottom: 10px;
	font-size: 17px;
}

.airline_box a:hover {
	background:#156b60;
	color:#ffffff;
}

.promo_product_box {
	float:left;
	max-width: 210px;
	width: 100%;
	display: table;
	background:#ffffff;
	margin:0 10px 10px 10px;
}

.promo_title {
	width:100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color:#ffffff;
	background:#00a3e0;
}

.promo_title span {
	font-size: 18px;
}

.promo_text {
	font-size: 14px;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}

.promo_price {
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#d6001c;
}


.product_price {
    float: right;
    width: 120px;
    text-align: right;
    font-size:13px;
}

.promo_price span {
	font-size: 20px;
	font-weight: bold;
}

.promo_table_price a {
	color:#d6001c;
	border-bottom: 1px solid #d6001c !important;
}

.promo_table_price a:hover {
	opacity: 0.8;
}

.promo_table_box {
	margin: 10px 10px;
	background: #ffffff;
	border:2px solid #156b60;
}

.promo_table_box td {
	padding: 5px 0px;
	line-height: 18px;
}

.promo_table_box a {
	border-bottom: 1px solid #333333;
}

.promo_table_box a:hover {
	color:#d6001c;
	border-bottom: 1px solid #d6001c;
}

.promo_table_box span {
	display: inline-block;
	margin-right: 3px;
}

.promo_table_head {
	background:#156b60;
	color:#ffffff;
	font-size: 14px;
}

.promo_red {
	color:#d6001c;
}

.right_white {
	border-right: 1px solid #ffffff;
}

.right_color {
	border-right: 1px solid #156b60;
}

.bottom_white {
	border-bottom: 1px solid #ffffff;
}

.bottom_color {
	border-bottom: 1px solid #156b60;
}

.promo_photo_box {
	width:100%;
	clear: both;
	display: table;
}

.tkt_airline_box{

}

.tkt_airline_box a {
    display: inline-block;
	float: left;
	width: auto;
    padding: 0 13px;
    background:#ffffff;
    color: #333333;
    height: 40px;
    line-height: 40px;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 17px;
}


.promo_photo {
	float:left;
	max-width: 270px;
	width: 100%;
}

.promo_photo_text {
	float:left;
	padding-left: 10px;
	line-height: 20px;
	max-width:410px;
	width:100%;
}

.pkg_sale_box {
	background: #ffffff;
    width: 100%;
    display: table;
    padding: 8px;
    box-sizing: border-box;
	clear: both;
	margin-bottom: 10px;
}

.pkg_sale_box:hover {
	background: #156b60;
	color:#ffffff !important;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.pkg_sale_box a {
	background:#ffffff;
	border:1px solid #e3e3e3;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	float:left;
	text-align: cetner;
	padding:0px 10px;
	margin-right: 5px;
	font-size: 14px;
	margin-top: 5px;
}

.pkg_sale_box:hover .pkg_product_title,.pkg_sale_box:hover .pkg_product_price {
	color:#ffffff;
}


.pkg_product_box a {
    background: #ffffff;
    width: 100%;
    display: table;
    padding: 8px;
    box-sizing: border-box;
	clear: both;
	margin-bottom: 10px;
}

.pkg_product_box a:hover {
	background: #156b60;
	color:#ffffff !important;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.pkg_product_title {
	max-width:590px;
	width:100%;
	float:left;
	margin-bottom: 2px;
	color:#156b60;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
}

.pkg_product_box a:hover .pkg_product_title,.pkg_product_box a:hover .pkg_product_text,.pkg_product_box a:hover .pkg_product_price {
	color:#ffffff;
}

.pkg_product_text {
	max-width:590px;
	width:100%;
	clear: both;
	float:left;
	line-height: 18px;
	color:#8e8e8e;
	text-align: left;
	font-size: 14px;
}

.pkg_product_price {
	float:right;
	text-align: right;
	color:#d6001c;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.sale_product_right_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #156b60;
    width: 100%;
    clear: both;
}

.promo_photo_text .sale_product_box a {
	border-bottom: 0px !important;
    font-size: 15px;
}

.promo_photo_text .product_price span {
	font-size: 17px !important;
}

.promo_photo_text .product_price {
	width: 90px !important;
}

.promo_photo_text .product_title {
	width: 75px !important;
}

.left_link img {
	border-bottom: 1px solid #e8e8e8;
}

.left_link:last-child img {
	border-bottom: 0px;
}

#dmfooter {
	clear:both;
}
table{
	margin: 0.75rem 0;
	font-size: 15px;
}
table>thead>tr>th{
	color: white;
	padding: 0.75rem;
	border: 1px solid lightgray;
	background-color: #af9ea5;
	text-align: center;
}
table>tbody>tr>td{
	padding: 0.5rem;
	border: 1px solid lightgray;
	text-align: center;
	line-height: 1.3;
}
.sale_infor_title.sale_infor_sec_title {
    font-size: 18px;
    color: #333;
}
	
/*------------------------------- 小視窗 ----------------------------------*/
@media screen and (max-width: 970px) {
	* {
        box-sizing: border-box;
    }
    html,
    body {
        width: 100%;
        min-height: 100%;
    }
	
	.con_all {
		width:95%;
	}
	
	.menu_all ul {
		width: 100%;
	}

	.promo_photo_text {
		float:left;
		max-width:100%;
	}
	
	
	.mobile_head {
		display: block;
		line-height: 0;
	}
	
	.sale_infor_title,.point {
		/*padding-top: 210px;
    	margin-top: -200px;*/
	}
	
	.sale_product_box a {
    	height: auto;
	}
	
	
	.pc_head,.pc_head_pkg,.pc_head_pkg_sum,.pc_head_pkg_spr,.pc_head_pkg_aut,.pc_head_pkg_annual,.pc_head_pkg_hotsale {display: none;}
	
	.con_right,.right_tkt_sale,.sale_banner {
		width: 100%;
		height: auto;
		float: none;
		margin: auto;
		max-width: none;
	}
	
	.right_tkt_sale {
		padding-bottom: 20px;
		display: inline-block;
    	margin-bottom: 20px;
	}
	
	.pkg_product_all {
		max-width:none;
	}
	
	.sale_banner img,.sale_product_all {
		width: 100%;
		max-width:none;
	}
	
	.menu_all ul li {
		margin: 0px 0px;
	}
	
	/*only ie11*/
	*::-ms-backdrop, .con_left {
		width: auto;
	}
	

	/*only ie10*/
	_:-ms-lang(x), .con_right {
		width: 70%;
		float: right;
	}
	
	/* _:-ms-lang(x), .sp-thumbnails,.sp-mask,.sp-slide,.sp-image-container {
    width: 100% !important;
	} */
	
	_:-ms-lang(x), .sp-horizontal {
		width: 100%;
	}
}

/*------------------------------- 平板 ----------------------------------*/

@media screen and (max-width: 768px) {
    * {
        box-sizing: border-box;
    }
    html,
    body {
        width: 100%;
        min-height: 100%;
    }

	.promo_photo_text {
		float:left;
		max-width:100%;
	}
	
	.tkt_airline_box a {
		width: auto !important;
		margin: 10px  10px 0 0px !important;
	}
	
	#togglenav{
		display: block;
	}
	
	.pc_head,.menu_all,.menu_all,.con_left,.pc_head_pkg,#nav {
		display: none;}
	.mobile_head {
		display: block;
		margin: auto auto 1.1rem;
		clear: both;
	}
	.con_all {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.con_right {
		float: none;
		overflow: hidden;
	}
	#tkt_banner_slider {
	margin-top:20px;
	}
	
	.right_tkt_sale {
		/*margin-bottom: 0px;*/
	}
	
	.sale_banner {
		height: auto;
	}
	
	.sale_product {
		display:block;
	}
	
	.sale_product_box a {
	}
	
	.pkg_product_title {}
	
	
	
	.promo_photo {
		text-align: center;
		float:none;
		margin: auto;
	}
	
	_:-ms-lang(x), .con_right {
		width: 100%;
		float: right;
	}

}


/*------------------------------- 手機 ----------------------------------*/

@media (max-width: 480px) {
	
    * { box-sizing: border-box; }
    html,
    body {width: 100%; min-height: 100%; }
	
	.promo_photo_text .sale_product_box a {
		
	}
	
	/* 手機版banner左右按鈕消失 */
	.sp-arrow {
		display:none !important;
	}

	ol.sale_notice_btn>li{
		list-style: none;
		width: calc(100% / 2 - 1rem);
		margin: 0.5rem auto;
	}
	ol.sale_notice_btn>li:last-child{
		margin: 0.5rem auto 0.5rem 0.5rem;
	}
	table{
		width: 100%;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
	}

}

