body {
    background: #fff;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #373737;
    font-size: 18px;
    line-height: 1.9; /* 更適中的行高 */
    letter-spacing: 0.5px; /* 更適中的字間距 */
}



.wrapper {
    position: relative;
    left: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
.container {
	position: relative;
	margin: 0 auto;
	padding: 0 0px;
	max-width: 1200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container:after, .clearfix:after, .list-float:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
h3, h4, h5, h6 {
/*font-weight: bold;*/

}
a {
	color: #373737;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover {
	color: #A80000;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.list-inline > li {
	display: inline-block;
	vertical-align: top;
}
.list-float > li {
	float: left;
}
.list-inline > li a, .list-float > li a {
	display: inline-block;
}
.header {
	position: relative;
	z-index: 10;
	background: url(../images/header_bg.png) no-repeat center top; /* 聖誕節背景 */
	background-color: #a60304;	
}
.header .container {
	padding-top: 10px;
}
.header .deco {
	background: url(../images/header_bg_max_top.png) no-repeat 50% 0;
	width: 284px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -142px;
	z-index: 20;
	display: none;
}
.header .logo {
	position: relative;
	width: 300px;
	height: 160px;
	display: block;
	margin: 0 auto 28px;
}
.header .logo_in {
	position: relative;
	width: 300px;
	height: auto;
	display: block;
	margin: 20px auto 28px;
}
.header .logo:hover {
	opacity: .7;
}
.header .logo > div {
	position: absolute;
}
.header .logo .ic {
	top: 11px;
	left: 50%;
	margin-left: -72px;
	animation-duration: 0.7s;
}
.header .logo .logo1 {
    animation-duration: 0.2s;
    animation-delay: 0.2s;
}
.header .logo .logo2 {
    animation-delay: 0.6s;
}
.header .logo .logo3 {
    animation-delay: 1s;
}
.header .logo .word0 {
    left: 3px;
    bottom: 3px;
    animation-delay: 2s;
}
.header .logo .rollIn {
    animation-duration: 0.3s;
}
.header .logo .word1 {
    left: 125px;
    bottom: 9px;
    animation-delay: 2.3s;
}
.header .logo .word2 {
    left: 150px;
    bottom: 9px;
    animation-delay: 2.5s;
}
.header .logo .word3 {
    left: 175px;
    bottom: 9px;
    animation-delay: 2.7s;
}
.header .logo .word4 {
    left: 200px;
    bottom: 9px;
    animation-delay: 2.9s;
}
.header .logo .word5 {
    left: 225px;
    bottom: 9px;
    animation-delay: 3.1s;
}
.header .logo .word6 {
    left: 250px;
    bottom: 9px;
    animation-delay: 3.3s;
}
.header .logo .word7 {
    left: 275px;
    bottom: 9px;
    animation-delay: 3.5s;
}
.header .welcome {
    position: relative;
    width: 568px;
    height: 67px;
    margin: 0 auto 42px;
}
.header .welcome .animated {
    animation-duration: 0.7s;
}
.header .welcome .word1 {
    animation-delay: 3.8s;
}
.header .welcome .word2 {
    position: absolute;
    bottom: 0;
    left: 0;
    animation-delay: 4.2s;
}

.header .nav {
	background: #212121;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	text-align: center;
	font-size: 100%;
	letter-spacing: 1px;
	width: 100%;
	height: auto;
}
.header .nav .container {
	padding-top: 0;
}
.btn.toggle-menu {
	display: none;
	padding: 20px 10px;
	border-bottom: 1px solid #ddd;
	margin: 0 -15px;
}
.menu .deco {
	display: block;
	position: absolute;
	background: url(../images/bell_bg.png) no-repeat;
	width: 54px;
	height: 58px;
	padding: 9px 4px 0 0;
	left: 50%;
	top: -32px;
	margin-left: -27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu li {
	font-size: 21px;
	position: relative;
}
.menu > li {
    width: auto;
    margin: 0 15px;
}
.menu li a {
	display: block;
    padding: 10px; /* 調整內邊距 */
    color: #f6f6f6;
    margin: 0; /* 移除外邊距 */
    transition: background-color 0.3s, color 0.3s;
}
.menu li a:hover {
    background-color: #E51C20;
    color: #fff;
}
.menu > li > ul {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 150px;
    margin-left: 0px;
    display: none;
}
.menu > li > .but01 {
    width: 200px;
    text-align: center;
}
.menu > li > .but02 {
    width: 110px;
    text-align: center;
}
.menu > li > .but03 {
    width: 200px;
    text-align: center;
}
.menu > li > .but04 {
    width: 210px;
    text-align: center;
}
.menu > li > ul > li {
    width: auto;
    border-bottom: 1px solid #ccc;
}
.menu > li > ul > li > a {
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background: #212121;
    font-weight: normal;
    line-height: 1.4;
    transition: background-color 0.3s, color 0.3s;
}
.menu > li > ul > li > a:hover {
    background: #E51C20;
    color: #fff;
}

/* 新增效果 */
.menu li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(229, 28, 32, 0.2);
    transition: width 0.3s;
    z-index: -1;
}
.menu li a:hover::before {
    width: 100%;
}


/********************** footer ***********************/

.footer {
	background: #da0606;
	color: #fff;
	font-size: 18px;
}
.footer .container {
	max-width: 1200px;
	padding: 32px 15px;
}
.footer a {
	color: #fff;
}
.footer a:hover, .footer .site-map a:hover {
	color: #E9D46E;
}
.footer h3 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 34px;
	line-height: 1;
}
.footer .site-info {
    float: left;
    width: 85%;
    padding-right: 20px;
    border-right: 1px solid #FF7373;
    box-sizing: border-box;
}

.footer .site-info .txt-box {
    width: calc(100% / 2);
    float: left;
    box-sizing: border-box;
    padding-right: 10px;
}

.footer .site-info h4 {
    display: inline-block;
    padding: 0 8px 0 12px;
    line-height: 28px;
    font-size: 20px;
    letter-spacing: 4px;
    border: 1px solid #fff;
    margin-bottom: 16px;
    border-radius: 6px;
}
.footer .site-info h4.txt-line-title {
	color: #FFF;
	background: #4CB04E;
	border: 1px solid #FFF;
	transition: all .3s ease;
}
.footer .site-info h4.txt-line-title:hover {
	color: #FFF;
	background: #63cb65;
}
.footer .site-info h4.txt-line-title a:hover {
	color: #FFF;
}
.footer .site-info  .txt-content{
	font-size: 15px;
	margin-bottom: 20px;
}
.footer .site-info  .txt-content ul{
	line-height: 33px;
}
.footer .site-map {
    float: right;
    width: 15%;
    padding-left: 24px;
    box-sizing: border-box;
}
.footer .site-map ul {
	margin-top: 20px;
}
.footer .site-map ul li {
	width: 100%;
}
.footer .site-map a {
	color: #FED8CB;
}
.footer-bottom {
	background: #000;
	color:#898989;
	font-size: 14px;
	letter-spacing: 0.35px;
}
.footer-bottom .container {
	padding: 15px;
}
.footer-bottom .share {
	float: right;
	padding-right: 15px;
}
.footer-bottom .share li {
	margin-left: 4px;
}
/********************** main ***********************/

.main {
	padding-bottom: 50px;
	background: url(../images/bg.png);
}
.main .title {
	background-repeat: no-repeat;
	background-position: top center;
	letter-spacing: 2px;
	text-align: center;
}
.main .sub-title {
	font-size: 21px;
	color: #fff;
	padding: 74px 0 44px;
	/*font-weight: bold;*/
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.main .sub-title span {
	display: block;
	font-size: 41px;
	font-weight: normal;
	letter-spacing: 3px;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.main .title h1, .main .title h2 {
	background: url(../images/title_line.png) no-repeat center bottom;
	font-size: 24px;
	padding: 20px 0 10px;
}
.breadcrumb {
	color: #848484;
	font-size: 12px;
	padding: 18px 4px;
}
.breadcrumb li + li:before {
	content: "▶";
	font-size: 10px;
	margin: 0 4px;
}
.breadcrumb li a {
	color: #848484;
}
.breadcrumb li a:hover {
	color: #FF9326;
}
.main .container {
	max-width: 1590px;
	padding: 0 15px;
	width: 100%;
	height: auto;
}
.main.has-side {
	/*padding-top: 30px;*/
}
.main.has-side .content {
    margin-left: 280px;
    transition: all 0.3s ease;
}

.main.has-side .content #main-title {
	position: relative;
	border-bottom: 2px solid #E6E6E6;
	padding: 30px 20px 24px 0px;
	letter-spacing: 1px;
	
}
.main.has-side .content #main-title:after {
	content: " ";
	display: block;
	height: 2px;
	width: 310px;
	background: #B7B7B7;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.main.has-side .content #main-title h1 {
	font-size: 22px;
	line-height: 28px;
}
.main.has-side .content #main-title h1.content-title {
	padding-left: 40px;
	position: relative;
}
.main.has-side .content #main-title h1.content-title:before {
	content: '';
	display: block;
	background-image: url(../images/icon_title.png);
	width: 28px;
	height: 28px;
	margin-right: 16px;
	position: absolute;
	top: 0;
	left: 0;
}
.main.has-side .content #main-title h1.content-title.c1:before {
	background-position: 0 0;
}
.main.has-side .content #main-title h1.content-title.c2:before {
	background-position: 0 -28px;
}
.main.has-side .content #main-title h1.content-title.c3:before {
	background-position: 0 -56px;
}
.main.has-side .content #main-title h1.content-title.c4:before {
	background-position: 0 -84px;
}
.main.has-side .content #main-title span {
	color: #737373;
	font-size: 15px;
	font-weight: normal;
	margin-left: 10px;
}
/********************** side ***********************/

.side {
	float: left;
	width: 222px;
}
.main .side .title {
	position: relative;
	display: inline-block;
	margin-left: 0px;
}
.main .side .title h1, .main .side .title .sub-title, .sub-title h1  {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 46%;
	font-size: 25px;
	padding: 0;
	color: #fff;
	background: none;
}
.main .side .title h1 span, .main .side .title .sub-title span {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
}
.side .search-box {
	position: relative;
	border: 1px solid #C6C6C6;
	padding: 8px 36px 8px 12px;
}
.side .search-box input {
	width: 100%;
	border: 0;
	line-height: 26px;
}
.side .search-box input:focus {
	outline: none;
}
.side .search-box .ibtn {
	position: absolute;
	right: 8px;
	top: 8px;
}
.side .search-box .ibtn {
	position: absolute;
	right: 8px;
	top: 8px;
}
.side-open .side .search-box .ibtn {
	right:43px;
}
.side-nav li a:before {
	content: " ";
	width: 6px;
	height: 6px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 4px 8px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.side-nav li a {
	display: block;
	border-bottom: 1px solid #C8C8C8;
	padding: 8px 4px 8px 28px;
	text-indent: -24px;
}
.btn.side-toggle {
	display: none;
}
.btn.side-toggle.btn-new {
	display: none;
}
.m-top-title{
	display: none;
}
.badge {
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #B2B2B2;
    border-radius: 10px;
    margin-left: 10px;
    box-sizing: border-box;
}

/********************** floating ***********************/

.floating {
    position: fixed;
    z-index: 900;
    right: 0;
    bottom: 160px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.floating .gotop {
    background: url(../images/floating.png) no-repeat;
    display: block;
    width: 39px;
    height: 39px;
    text-indent: -9999px;
    opacity: 0.6;
    transition: all 0.3s ease;
}
.floating .gotop:hover {
	opacity: 1;
}
.reminder {
	font-size: 16px;
	text-align:center;
}
.reminder strong {
	color: #E51D1F;
}
.tips {
	color: #A6A6A6;
	font-size: 14px;
	margin: -10px 0 10px;
}
.required {
	position: relative;
	padding-left: 28px;
}
.required:before {
	content: "＊";
	color: #E51D20;
	font-size: 24px;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 6px;
}

/********************** fixed contact ***********************/


.side.active .fixed-contact{
	position: fixed;
    top: -13px;
    width: 222px;
}
.side.active2 .fixed-contact{
	position: fixed;
    top: unset;
	bottom: 408px;
    width: 222px;
}
.fixed-contact{
	background: #fff;
    padding: 20px 20px;
    border: 1px solid #ccc;
    margin-top: 30px;
	box-sizing: border-box;
}
.fixed-contact .fc-title{
	color: #444;
    font-size: 21px;
    margin-bottom: 15px;
    line-height: 1.4;
    position: relative;
    text-align: justify;
}
.fixed-contact .fc-list li{
	color: #444;
    font-size: 13px;
    line-height: 1.3;
	}
.fixed-contact .fc-list li + li{
	margin-top: 5px;
}
.fixed-contact .fc-link{
	width: 100%;
    background: #ad1414;
    color: #FFF;
    text-align: center;
    display: block;
    border: 1px solid #ddd;
    margin-top: 27px;
    padding: 8px 20px;
    box-sizing: border-box;
    font-weight: bold;
	transition: all .3s ease;
}
.fixed-contact .fc-link:hover{
	background: #f04;
}
/********************** mid-btn ***********************/
.mid-contact-btn{
	display: none;
	/* background: #F8F8F8; */
	background: url(../images/bg.png);
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
	position: relative;
	z-index: 1;
}
.mid-contact-btn .mid-line-btn{
	width: 125px;
    height: 45px;
    border-radius: 10px;
    background: #06C755;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    box-sizing: border-box;
    line-height: 45px;
    padding-left: 15px;
    transition: all .3s ease;
    letter-spacing: 0px;
    display: block;
    position: relative;
    color: #FFF;
	margin-left: 5px;
    margin-right: 5px;
}
.mid-contact-btn .mid-line-btn:hover{
	color: #FFF !important;
    background: #12d763;
}
.mid-contact-btn .mid-line-btn .line-icon{
	background: url(../images/line-icon.svg);
    width: 26px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
	right: 13px;
    top: 10px;
}
.mid-contact-btn .min-contact-btn{
	width: 125px;
    height: 45px;
    border-radius: 10px;
    background: #AD1414;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    box-sizing: border-box;
    line-height: 45px;
    padding-left: 15px;
    transition: all .3s ease;
    letter-spacing: 0px;
    display: block;
    position: relative;
    color: #FFF;
	margin-left: 5px;
    margin-right: 5px;
}
.mid-contact-btn .min-contact-btn:before{
	content: "\e1011";
    font-family: 'icon-font' !important;
    font-size: 27px;
    position: absolute;
    color: #FFF;
    right: 11px;
    top: 0px;
}
.mid-contact-btn .min-contact-btn:hover{
	background: #d12a2a;
}
/********************** line btn ***********************/
#smartsupp-widget-container > div[data-testid=widgetButtonFrame]{
	bottom: 91px !important;
}
#smartsupp-widget-container > div[data-testid=widgetPopupFrame]{
	bottom: 158px !important;
}
@media(min-width:760px){
	#smartsupp-widget-container > div[data-testid=widgetMessengerFrame]{
		bottom: 91px !important;
	}
}
@media(max-width:760px){
	#smartsupp-widget-container > div[data-testid=widgetMessengerFrame]{
		bottom: 0px !important;
	}
}
.add-line-friend-btn{
	width: 111px;
    height: 56px;
    border-radius: 30px;
    background: #06C755;
    position: fixed;
    right: 12px;
    bottom: 24px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    box-sizing: border-box;
    line-height: 56px;
    padding-left: 11px;
    transition: all .3s ease;
    z-index: 1;
    letter-spacing: 0px;
}
.add-line-friend-btn:hover{
	color: #FFF !important;
    background: #12d763;
}
.add-line-friend-btn .line-icon{
	background: url(../images/line-icon.svg);
    width: 26px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 9px;
    top: 15px;
}

.fixed-inquiry-btn{
	width: 111px;
	height: 56px;
	border-radius: 30px;
	background: #1246e0;
	position: fixed;
	right: 12px;
	bottom: 93px;
	text-align: left;
	font-size: 15px;
	font-weight: 600;
	box-sizing: border-box;
	line-height: 56px;
	padding-left: 11px;
	transition: all .3s ease;
	z-index: 1;
	letter-spacing: 0px;
	color: #FFF;
}
.fixed-inquiry-btn:hover{
	color: #FFF !important;
    background: #2357F1;
}
.fixed-inquiry-btn .inquiry-icon{
	background: url(../images/inquiry-icon.svg);
    width: 26px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 9px;
    top: 15px;
}
.fixed-inquiry-form{
	position: fixed;
	width: 256px;
	height: 366px;
	right: 12px;
	bottom: 146px;
	border: 1px solid #d1d1d1;
	background: #f1f1f1;
	border-radius: 10px;
	box-shadow: 1px 4px 20px #00000040;
	z-index: 901;
	opacity: 0;
    pointer-events: none;
	transition: all .3s ease;
}
.fixed-inquiry-form.active{
	opacity: 1;
    pointer-events: auto;
	bottom: 166px;
}
.fixed-inquiry-form .in-top{
	background: #1246e0;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.fixed-inquiry-form .in-mid{
	padding: 20px 20px 5px;
	box-sizing: border-box;
}
.fixed-inquiry-form .in-bottom{
	padding: 0px 20px 14px;
	box-sizing: border-box;
}
.fixed-inquiry-form .in-text{
	font-size: 14px;
	margin: 0;
	line-height: 1.5;
	color: #FFF;
}
.fixed-inquiry-form .in-title{
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
	line-height: 1.5;
}
.fixed-inquiry-form .in-mid .form-control{
	width: 100%;
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	height: 40px;
	border-radius: 7px;
	font-size: 15px;
	color: #333;
	transition: all .3s ease;
}
.fixed-inquiry-form .in-mid .form-control:hover,
.fixed-inquiry-form .in-mid .form-control:focus{
	border: 1px solid #afafaf;
	outline: none;
}
.fixed-inquiry-form .in-mid .control-label{
	color: #333;
	font-size: 14px;
	margin-bottom: 9px;
	display: block;
	padding-left: 17px;
	position: relative;
	text-align: left;
	line-height: 1;
}
.fixed-inquiry-form .in-mid .control-label.required:before {
    content: "";
    position: absolute;
    display: block;
    background: #F45C5C;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 50%;
	margin: -3px 0 0 0;
    left: 5px;
}
.fixed-inquiry-form .in-mid .control-label.required:after {
    display: none;
}
.fixed-inquiry-form .in-mid .form-box{
	line-height: 1;
	padding: 0;
    background: transparent;
}
.fixed-inquiry-form .in-mid .form-group{
	margin-bottom: 20px;
	border: 0;
	padding: 0;
	line-height: 1;
}
.fixed-inquiry-form .in-mid .form-group .input-box{
	border: 0;
	padding: 0;
}
.fixed-inquiry-form .in-mid .form-group > div{
	padding-left: 0;
	width: 100%;
	margin-left: 0;
}
.fixed-inquiry-form .in-send-btn{
	width: 100%;
	border: 0;
	border-radius: 7px;
	font-size: 15px;
	transition: all .3s ease;
	height: 40px;
    background: linear-gradient(to right, #db3a3a, #F45C5C, #db3a3a, #F45C5C, #db3a3a);
	background-size: 400%;
	animation: grahover 4s linear infinite;
	color: #FFF;
}
.fixed-inquiry-form .in-send-btn:hover{
	opacity: 0.8;
}
@keyframes grahover {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
} 
.fixed-inquiry-form .in-close-btn{
	position: absolute;
	width: 30px;
	height: 30px;
	right: 6px;
	top: 4px;
	border-radius: 50%;
	font-size: 0;
	background: transparent;
	border: 0;
	font-weight: bold;
}
.fixed-inquiry-form .in-close-btn:before{
	content: "";
	width: 16px;
	height: 2px;
	background: #FFF;
	position: absolute;
	right: 7px;
	top: 13px;
	transform: rotate(45deg);
}
.fixed-inquiry-form .in-close-btn:after{
	content: "";
	width: 16px;
	height: 2px;
	background: #FFF;
	position: absolute;
	right: 7px;
	top: 13px;
	transform: rotate(-45deg);
}

 @media screen and (max-width: 1280px) {
	 
	 
.menu > li {
	width: auto;
	padding: 0 10px;
}
.menu > li > .but01{
	width: auto;
	text-align: center;
	}
.menu > li > .but02{
	width: auto;
	text-align:center;
	}
.menu > li > .but03{
	width: auto;
	text-align:center;
	}
.menu > li > .but04{
	width: auto;
	text-align:center;
	}
}
 @media screen and (max-width: 1024px) {
.menu > li > a {
	font-size: 15px;
}
.menu > li > ul > li > a {
	padding: 10px;
	font-size: 18px;
	color: #000;
	background: #fff;
	font-weight: normal;
	line-height: 1.4;
}
.menu > li > ul > li > a:hover {
	background: #E51C20;
	color: #fff;
}
.main .sub-title span {
	display: block;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 3px;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
	.main .sub-title {
		padding-top: 84px;
	}
	.main .sub-title span {
		margin-bottom: 15px;
	}
	.header {
        background: unset;
     }
	.header:before {
		content: "";
        background: #a60304;
        background: url(../images/header_bg.png) no-repeat center top;
		position: absolute;
		width: 100%;
		height: calc(100% - 65px);
		left: 0;
		top: 0;
        z-index: -1
	}	
}
 @media screen and (max-width: 960px) {
.header .welcome, .menu, .menu .deco {
	display: none;
}
.btn.toggle-menu {
	display: block;
	color: #CCC;
}
.menu {
	margin: 0 -15px;
}
.menu > li {
	width: auto;
	display: block;
}

.menu > li .toggle-submenu {
	position: absolute;
	right: 18px;
	top: 14px;
	width: 40px;
	height: 32px;
	text-align: center;
	border-left: 1px solid #ddd;
	background: url(../images/menu_toggle.png) no-repeat 0 -32px;
	cursor: pointer;
	
}

.menu > li.active > .toggle-submenu {
	background-position: 0 0;
}
.menu > li > a {
	padding: 14px 0;
}
.menu > li > ul {
	position: static;
	margin-left: 0;
	width: auto;
}
.menu > li > ul > li > a {
	font-size: 18px;
}
.footer .site-info, .footer .site-map {
	float: none;
	width: auto;
	padding: 0;
}
.footer .site-info {
	border-right: none;
}
.footer .site-map {
	border-top: 1px solid #FF7373;
	margin-top: 20px;
	padding-top: 20px;
}
.footer .site-map ul {
	margin-top: 0;
}
.footer .site-map ul li {
	width: auto;
	margin: 0 10px;
	min-width: 58px;
}
.main.has-side .content {
	margin-left: 0;
}
.side {
    float: none;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    z-index: 999;
    transition: all 0.3s ease;
}

.side-open {
	overflow: hidden;
}
.side-open .side {
    left: 0;
    width: 100%;
    background: #333;
    padding: 15px;
    overflow: auto;
    box-sizing: border-box;
}
.side-nav li a {
	color: #aaa;
	padding: 12px 4px 12px 28px;
	border-color: #444;
}
.side .search-box input {
	background: none;
	color: #ddd;
}
.main .side .title {
	display: none;
}
.btn.side-toggle {
	display: block;
	z-index: 10;
	position: relative;
	margin: 0 auto 20px;
}
.content .btn.side-toggle {
	display: none;
}

.btn.side-toggle.btn-new {
	width: 170px;
    height: 45px;
    background: #e31c21;
    color: #FFF;
    text-align: left;
    box-sizing: border-box;
    font-size: 17px;
    display: block;
    position: relative;
    padding-left: 31px;
    margin-bottom: 0;
    border-radius: 5px;
    transition: all .3s ease;
    overflow: hidden;
}
.btn.side-toggle.btn-new:before {
	content: "";
    background: url(../images/search-icon.svg);
    width: 25px;
    height: 25px;
    position: absolute;
    right: 9px;
    top: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
.btn.side-toggle.btn-new:after {
	content: "";
    background: #9f0004;
    width: 43px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.m-top-title{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.m-top-title .title-tw{
	font-size: 30px;
    color: #525252;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 6px;
}
.m-top-title .title-en{
	font-size: 15px;
    color: #67b800;
    letter-spacing: 2px;
    font-weight: 500;
}

.side .btn.side-toggle {
	float: right;
	width: 40px;
	height: 40px;
	margin: 0;
}

.has-fixed-contact .footer-bottom{ 
	padding-bottom: 73px;
}
.has-fixed-contact .floating{ 
	bottom: 17%;
}
.fixed-contact {
   position: fixed;
   width: 100%;
   top: unset;
   bottom: 0;
   left: 0;
   padding: 10px 13px;
   display: none;
}
.side.active .fixed-contact,
.side.active2 .fixed-contact{
	position: fixed;
    top: unset;
	bottom: 0;
    width: 100%;
}
.fixed-contact .fc-list{
	display: none;
}
.fixed-contact .fc-title.fc-t2{
	display: none;
}
.fixed-contact .fc-content {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 53px;
}
.fixed-contact .fc-link {
	font-size: 16px;
    padding: 3px 7px;
    margin-right: 70px;
    width: 99px;
    max-width: 100px;
    min-width: 100px;
    margin-top: 0;
    margin-bottom: 0;
}
.fixed-contact .fc-title {
	width: calc(100% - 63px);
    padding-right: 13px;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0;
}
.add-line-friend-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    right: 12px;
    bottom: 24px;
    font-size: 0px;
    padding-left: 0;
	z-index: 999;
	display: none;
}
.add-line-friend-btn .line-icon {
    right: 15px;
    top: 16px;
}

.fixed-inquiry-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    right: 12px;
    bottom: 88px;
    font-size: 0px;
    padding-left: 0;
	z-index: 999;
}
.fixed-inquiry-btn .inquiry-icon {
    right: 15px;
    top: 16px;
}
.fixed-inquiry-btn,
.fixed-inquiry-form {
    display: none;
}

	.wrapper > .main > .title h1{
		padding-top: 47px;
	}
	.mid-contact-btn{
		display: flex;
	}
}
 @media screen and (max-width: 639px) {
.header {
	padding-top: 10px;
}
.header .logo {
    background-size: 100% auto;
    margin-bottom: 12px;
    transform: scale(0.85);
}
.footer .site-info .txt-box, .footer-bottom .share {
	float: none;
	width: auto;
}
.footer .site-info .txt-box.taichung {
	padding-bottom: 0;
	padding-right: 0;
}
.footer .site-info .txt-box.taipei {
	padding-bottom: 0;
	padding-right: 0;
}
.footer .site-info .txt-box.kaohsiung {
	padding-bottom: 0;
	padding-right: 0;
}
.footer .site-info h4 {
    margin-bottom: 10px;
}
.footer .site-info .txt-content {
    margin-bottom: 25px;
}
.footer-bottom .share {
	margin-bottom: 8px;
}
.fixed-contact .fc-title {
    font-size: 15px;
}
.fixed-contact .fc-link {
    font-size: 15px;
    padding: 5px 0px;
    margin-right: 62px;
    width: 75px;
    max-width: 75px;
    min-width: 75px;
}
}
@media screen and (max-width: 390px) {
body {

	line-height: 1.7;
	letter-spacing: 1.5px;
}	
 @media screen and (max-width: 479px) {
.main.has-side .content #main-title #plan_txt {
	font-size: 16px;
}
.main.has-side .content #main-title span {
	display: none;
}

}
