@charset "utf-8";
/* CSS Document */

/* 共通 css開始  */
body{
	font-family: "微軟正黑體";
	line-height: 1.5em;
	margin:0;
    overflow-x: hidden;
}

a{
	text-decoration:none;
	outline: none;
	hlbr:expression(this.onFocus=this.blur());		
}

a:hover{
    text-decoration:none;
}

a img{
	border:none;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

/* 分頁 */
.pagination{
	width: 100%;
	padding: 10px 0;
	clear: both;
	text-align: center;
	background: none;
	box-shadow: none;
	margin: 0;
    display: block;
}

.pagination a{
	padding: 0.3em 0.7em;
	background: none;
	color: #966c27;
	font-size: 18px;
	margin: 0 0.1em;
	border: 1px solid #966c27;
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
	display: inline-block;
}

.pagination strong{
	padding: 0.3em 0.7em;
	background: #966c27;
	color: #FFF;
	font-size: 18px;
	margin: 0.1em;
	border: 1px solid #966c27;
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
	display: inline-block;
}

.pagination a:hover, .pagination strong:hover{
	color: #fff;
	background: #966c27;
}
/*======= 動畫 ========*/
@keyframes slider_scale
{
    from {transform: scale(1.1);}
    to {transform:scale(1.0);}
}

@keyframes stream{
	0% {
		top: -10%;
		opacity: 0;
		height: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		top: 100%;
		height: 75%;
	}
}

@keyframes lantern_sway
{
    0% {
		transform: rotateZ(0deg);
	}
    25% {
        transform: rotateZ(3deg);
    }
	50% {
		transform: rotateZ(0deg);
	}
	75% {
		transform: rotateZ(-3deg);
	}
	100% {
		transform: rotateZ(0deg);
	}
}

@keyframes index_product_animation1{
	0% {
        opacity: 0;
		transform: scale(0.4);
	}
    5%{
		opacity: 1;
    }
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes index_product_animation2{
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(15deg);
	}
	100% {
		transform: rotate(0);
	}
}

@keyframes foot_smoke_move
{
    from {left: -15%;}
    to {left: 25%;opacity: 0;}
}

@keyframes animation1{
	from {top: 80px;opacity: 0;}
    to {top: 30px;opacity: 1;}
}

@keyframes animation2{
	from {right: 230px;opacity: 0;}
    to {right: 200px;opacity: 1;}
}

@keyframes animation2_2{
	from {right: 140px;opacity: 0;}
    to {right: 110px;opacity: 1;}
}

@keyframes animation4{
	from {background: rgba(0,0,0,0.6);opacity: 0;}
    to {background: rgba(0,0,0,0.8);opacity: 1;}
}

@keyframes animation5{
	from {bottom: 40px;opacity: 0;}
    to {bottom: 70px;opacity: 1;}
}

@keyframes animation6{
	from {bottom: 75px;opacity: 0;}
    to {bottom: 105px;opacity: 1;}
}

@keyframes animation7{
	from {bottom: 40px;opacity: 0;}
    to {bottom: 70px;opacity: 1;}
}

@keyframes animation8{
	from {bottom: 60px;opacity: 0;}
    to {bottom: 90px;opacity: 1;}
}

@keyframes animation9{
	from {bottom: -65px;opacity: 0;}
    to {bottom: -35px;opacity: 1;}
}

@keyframes animation10{
	from {transform: scale(0.6);opacity: 0;}
    to {transform: scale(1);opacity: 1;}
}

@keyframes animation10_2{
	from {transform: scale(0.4);opacity: 0;}
    to {transform: scale(1);opacity: 1;}
}

@keyframes animation10_3{
	from {transform: scale(0.5);opacity: 0;}
    to {transform: scale(1);opacity: 1;}
}

@keyframes animation11{
	from {left: 0;opacity: 0;}
    to {left: 35px;opacity: 1;}
}

@keyframes animation12{
	from {left: -40px;opacity: 0;}
    to {left: 0;opacity: 1;}
}

@keyframes animation13{
	from {bottom: -400px;opacity: 0;}
    to {bottom: -200px;opacity: 1;}
}

@keyframes animation14{
	from {bottom: -350px;opacity: 0;}
    to {bottom: -200px;opacity: 1;}
}

@keyframes animation15{
	from {left: -150px;opacity: 0;}
    to {left: 0px;opacity: 1;}
}

@keyframes animation17{
	from {top: -25px;opacity: 0;}
    to {top: 25px;opacity: 1;}
}

@keyframes animation18{
	from {right: -15px;opacity: 0;}
    to {right: 15px;opacity: 1;}
}

@keyframes animation20{
	from {transform: translate(0,80px);opacity: 0;}
    to {transform: none;opacity: 1;}
}

@keyframes animation20_2{
	from {transform: translate(0,-80px);opacity: 0;}
    to {transform: none;opacity: 1;}
}

@keyframes animation22{
	from {top: 55%;opacity: 0;}
    to {top: 35%;opacity: 1;}
}

@keyframes animation24{
	from {transform: translate(80px);opacity: 0;}
    to {transform: none;opacity: 1;}
}

@keyframes animation25{
	from {transform: translate(-80px);opacity: 0;}
    to {transform: none;opacity: 1;}
}

@keyframes animation26{
	from {width: 0;opacity: 0;}
    to {width: 100%;opacity: 1;}
}

@keyframes animation27{
	from {transform: translate(0,-20px);opacity: 0;}
    to {transform: none;opacity: 1;}
}

@keyframes animation28{
	from {transform: translateX(-40%);opacity: 0;}
    to {transform: translateX(-50%);opacity: 1;}
}

@keyframes animation29{
	from {transform: translate(-40px,20px);opacity: 0;}
    to {transform: none;opacity: 1;}
}

@keyframes animation30{
	0% {
        opacity: 0;
		transform: translate(-50%, -40px);
	}
	100% {
		transform: translate(-50%, 0);
		opacity: 1;
	}
}

@keyframes animation31{
	from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes animation32{
	from {transform: translate(20px,0px);opacity: 0;}
    to {transform: none;opacity: 1;}
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    40% {
        transform: scale3d(.9, .9, .9);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    80% {
        transform: scale3d(.97, .97, .97);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
} 
/*======= 動畫 ========*/

/*====== 主輪播 =======*/
#main_slider_wrap{
    position: relative;
    width: 100%;
    height: 44.2708vw; /* 850 */
    overflow: hidden;
}

.main_slider_img{
    width: 100%; /* 1920 */
    height: 44.2708vw; /* 850 */
}

.main_slider_img.animation{
    animation-name: slider_scale;
    animation-duration: 10s;
    animation-timing-function: linear;
}

#main_slider_logo_wrap{
    width: 100%;
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 9999;
}

#main_slider_logo_wrap img{
    display: block;
    margin: 0 auto;
    vertical-align: 
}

#main_slider_logo_text{
    font-size: 1.4em;
    color: #fff;
    text-align: center;
    margin-top: 35px;
	font-family: "標楷體";
    letter-spacing: 1px;
}

@media(max-width: 1400px){
    #main_slider_logo_wrap{
        top: 25%;
    }
}

@media(max-width: 1100px){
    #main_slider_logo_wrap{
        top: 20%;
    }
}

@media(max-width: 900px){
    #main_slider_logo_wrap img{
        width: 200px;
    }
    
    #main_slider_logo_text{
        font-size: 1em;
    }
}

@media(max-width: 768px){
    #main_slider_logo_wrap{
        top: 15%;
    }
}

@media(max-width: 550px){
    #main_slider_logo_wrap{
        top: 10%;
    }
     #main_slider_logo_wrap img{
        width: 150px;
    }
    
    #main_slider_logo_text{
        font-size: 0.8em;
        margin-top: 3px;
    }
}

#main_slider_fb_wrap{
    color: #fff;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 99999;
    transition: all 0.3s ease-in-out;
}

#main_slider_fb_img{
    height: 30px;
}

#main_slider_fb_img_mobile{
    display: none;
    height: 30px;
}

@media (max-width: 600px){
    #main_slider_fb_img{
        display: none;
    }
    #main_slider_fb_img_mobile{
        display: block;
    }
}

#main_slider_line{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1px;
    height: 100px;
    background-color: rgba(255,255,255,0.2);
    mix-blend-mode: overlay;
    z-index: 999;
    margin: auto;
}

#main_slider_line:before{
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 50%;
    animation: stream 2s cubic-bezier(0.76,0.05,0.86,0.06) infinite;
    animation-direction: normal;
    background-color: #fff;
}

@media (max-width: 480px){
    #main_slider_line{
        display: none;
    }
}

#main_slider_fb_wrap:hover{
    opacity: 0.7;
}

#main_slider_control_button{
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 9999;
    width: 100%;
}

#main_slider_control_button .slick-dots{
    bottom: 0;
    text-align: right;
}

#main_slider_control_button .slick-dots li{
    margin: 0;
}

#main_slider_control_button .slick-dots li button{
    padding: 0;
}

#main_slider_control_button .slick-dots li button:before{
    color: #fff;
    font-size: 48px;
}

@media (max-width: 480px){
    #main_slider_control_button .slick-dots li button:before{
        font-size: 36px;
    }
}

#main_slider_control_button .slick-dots li button:hover:before,
#main_slider_control_button .slick-dots li button:focus:before
{
    opacity: 1;
    color: #c42605;
}

#main_slider_control_button .slick-dots li.slick-active button:before{
    color: #c42605;
}
/*====== 主輪播 =======*/

/*====== 主選單 =======*/
#main_menu_wrap{
    width: 100%;
    background: #000;
    padding: 10px 0;
    position: relative;
    font-family: 'Noto Sans TC';
}

.main_menu{
    padding: 0 20px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
}

.main_menu:hover{
    color: #cf8b1a;
}

.main_menu.active{
    color: #cf8b1a;
}

.mobile_menu_button i{
    color: #fff;
    font-size: 2.2em;
    transition: all 0.35s ease-in-out;
    cursor: pointer;
}

.mobile_menu_button i:hover,.mobile_menu_button i:active{
    color: #cf8b1a;
}

.language_wrap{
    color: #fff;
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: 'Noto Sans TC';
}

.language_select{
    background: none;
    color: #fff;
    padding-right: 10px;
    font-size: 12px;
}

.language_select option{
    color: #000;
}

@media(max-width:1199px){
    .language_wrap{
        right: auto;
        left: 20px;
        top: 16px;
    }
    .language_select{
        background: #aaa;
    }
}

.main_menu_pc{
    display: block;
}

@media(max-width:1199px){
    .main_menu_pc{
        display: none;
    }
}

.main_menu_mobile{
    display: none;
}

@media(max-width:1199px){
    .main_menu_mobile{
        display: block;
    }
}

#sticky_menu_wrap{
    width: 100%;
    background: #000;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 999999;
    font-family: 'Noto Sans TC';
}

#mobile_menu_wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: none;
    background: rgba(0,0,0,0.6);
    font-family: 'Noto Sans TC';
}

#mobile_menu_caccel{
    text-align: center;
    background: #fff;
    padding: 10px 5px 0 5px;
    font-size: 2em;
}

#mobile_menu_caccel i{
    transition: all 0.6s ease-in-out;
    cursor: pointer;
}

#mobile_menu_caccel i:hover{
    transform: rotate(180deg);
}

.mobile_menu{
    background: #fff;
    padding: 10px 5px;
    text-align: center;
    display: block;
    color: #000;
    transition: all 0.35s ease-in-out;
}

.mobile_menu:hover{
    background: #cf8b1a;
    color: #fff;
}
/*====== 主選單 =======*/

/*====== 首頁 =======*/
#index_news_wrap{
    background: url("../img/index_news_background.png") top center no-repeat;
    background-size: cover;
    padding-top: 25px;
    overflow-x: hidden;
    font-family: 'Noto Sans TC';
}

.index_news_list{
    transition: all 0.45s ease-in-out;
    margin: 0 5px;
}

.index_news_img{
    width: 100%; /* 415 */
    height: 269px; /* 310 */
    overflow: hidden;
    position: relative;
}

@media (max-width: 1199px){
    .index_news_img{
        height: 224px; /* 310 */
    }
}

@media (max-width: 991px){
    .index_news_img{
        height: 164px; /* 310 */
    }
}

@media (max-width: 767px){
    .index_news_img{
        height: 183px; /* 310 */
    }
}

@media (max-width: 575px){
    .index_news_img{
        height: 67.7419vw; /* 310 */
    }
}

.index_news_img img{
    width: 100%;
    height: 100%;
    transition: all 0.45s ease-in-out;
}

.index_news_list:hover .index_news_img img{
    transform: scale(1.3);
}

.index_news_mark{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all 0.45s ease-in-out;
    opacity: 0;
}

.index_news_mark_text{
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    position: relative;
}

.index_news_mark_text:before{
    border: 2px solid transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    border-radius: 50%;
}

.index_news_mark_text:after{
    border: 0px solid transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    border-radius: 50%;
}

.index_news_list:hover .index_news_mark{
    opacity: 1;
}

.index_news_list:hover .index_news_mark_text:before{
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    transition: border-top-color 0.4s linear, border-right-color 0.4s linear 0.1s, border-bottom-color 0.4s linear 0.15s;
}

.index_news_list:hover .index_news_mark_text:after{
    border-top: 2px solid #fff;
    border-left-width: 2px;
    border-right-width: 2px;
    transform: rotate(270deg);
    transition: border-left-width 0s linear 0.55s, transform 0.4s linear;
}

.index_news_title{
    color: #000;
    padding: 6px 96px 6px 0;
    display: inline-block;
    width: 100%;
    transition: all 0.45s ease-in-out;
    position: relative;
}

.index_news_text{
    overflow-x: hidden;
    word-break: break-all;
}

.index_news_date{
    position: absolute;
    top: 3px;
    right: 0;
    padding: 2px 5px;
    background: #a06a3a;
    color: #fff;
    transition: all 0.45s ease-in-out;
}

.index_news_list:hover .index_news_title{
    color: #966c27;
}

.index_news_list:hover .index_news_date{
    opacity: 0.7;
}

#index_news_roll_left{
    position: absolute;
    top: 45%;
    left: -30px;
    font-size: 2em;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#index_news_roll_right{
    position: absolute;
    top: 45%;
    right: -30px;
    font-size: 2em;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

@media(max-width:991px){
    #index_news_roll_left,#index_news_roll_right{
        top: 30%;
    }
}

@media(max-width:575px){
    #index_news_roll_left,#index_news_roll_right{
        opacity: 0;
        visibility: hidden;
    }
}

#index_news_roll_left:hover,#index_news_roll_right:hover{
    color: #966c27;
}

#index_news_control_button{
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 99;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 575px){
    #index_news_control_button{
        opacity: 1;
        visibility: visible;
    }
}

#index_news_control_button .slick-dots{
    bottom: 0;
}

#index_news_control_button .slick-dots li button:before{
    color: #a3816f;
}

#index_news_control_button .slick-dots li button:hover:before,
#index_news_control_button .slick-dots li button:focus:before
{
    opacity: 1;
    color: #a3816f;
}

#index_news_control_button .slick-dots li.slick-active button:before{
    color: #a3816f;
}

#index_news_bottom_img{
    margin-top: 15px;
    width: 100%;
    height: 252px;
    background: url("../img/index_news_bottom_img.png") top center no-repeat;
    background-size: cover;
}

#index_intro_wrap{
    width: 100%;
    height: 600px; /* 600px */
    background-image: url("../test_img/8592817_xxl.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

@media (max-width:575px){
    #index_intro_wrap{
        height: 400px;
    }
}

#index_intro_mark{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

#index_intro_mark.animation{
    animation-name: animation4;
    animation-duration: 1.4s;
    animation-timing-function: ease-out;
}

#index_intro_logo{
    position: absolute;
    top: 30px;
    right: 45px;
    z-index: 99;
    width: 150px;
}

@media (max-width: 575px){
    #index_intro_logo{
        width: 80px;
        right: 20px;
    }
}

#index_intro_logo.animation{
    animation-name: animation1;
    animation-duration: 1s;
    animation-timing-function: ease-out;
}

#index_intro_text{
    position: absolute;
    top: 80px;
    right: 200px;
    z-index: 9;
    color: #fff;
    width: 75%;
    line-height: 1.8em;
    text-shadow: 0 0 3px #000;
}

@media (max-width: 1660px){
    #index_intro_text{
        width: 70%;
    }
}

@media (max-width: 1360px){
    #index_intro_text{
        width: 60%;
    }
}

@media (max-width: 1060px){
    #index_intro_text{
        width: 50%;
    }
}

@media (max-width: 860px){
    #index_intro_text{
        width: 350px;
    }
}

#index_intro_text.animation{
    animation-name: animation2;
    animation-duration: 1.45s;
    animation-timing-function: ease-out;
}

@media (max-width: 575px){
    #index_intro_text{  
        width: 60%;
        top: 50px;
        right: 110px;
    }
    
    #index_intro_text.animation{
        animation-name: animation2_2;
        animation-duration: 1.45s;
        animation-timing-function: ease-out;
    }
}

#index_intro_title{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    font-family: 'Noto Serif TC';
}

#index_intro_content{
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'Noto Sans TC';
    margin-top: 15px;
}

@media (max-width: 575px){
    #index_intro_content{
        height: 180px;
    }
}

#index_intro_content::-webkit-scrollbar {
  width: 5px;
}
 
#index_intro_content::-webkit-scrollbar-track {
  background: #ddd;
}
 
#index_intro_content::-webkit-scrollbar-thumb {
  background: #666; 
}

#index_intro_icon_wrap{
    position: absolute;
    top: 0;
    left: 25px;
    z-index: 9;
}

@media (max-width: 767px){
    #index_intro_icon_wrap{
        display: none;
    }
}

#lantern1{
    position: absolute;
    top: -5px;
    left: 0;
    animation-name: lantern_sway;
    animation-duration: 10s;
    animation-timing-function: linear; 
    animation-iteration-count: infinite;
}

#index_intro_icon1{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1.2s ease-out;
    width: 180px;
}

#index_intro_icon1_active{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1.2s ease-out;
    width: 180px;
}

#lantern2{
    position: absolute;
    top: 165px;
    left: 0;
    animation-name: lantern_sway;
    animation-duration: 10s;
    animation-timing-function: linear; 
    animation-iteration-count: infinite;
    animation-delay: 1s;
    z-index: -1;
}

#index_intro_icon2{
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    opacity: 0;
    transition: all 1.2s ease-out;
}

#index_intro_icon2_active{
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    opacity: 0;
    transition: all 1.6s ease-out;
}

#lantern3{
    position: absolute;
    top: 115px;
    left: 0;
    animation-name: lantern_sway;
    animation-duration: 10s;
    animation-timing-function: linear; 
    animation-iteration-count: infinite;
    animation-delay: 2s;
    z-index: -1;
}

#index_intro_icon3{
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    opacity: 0;
    transition: all 1.2s ease-out;
}

#index_intro_icon3_active{
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    opacity: 0;
    transition: all 2s ease-out;
}

#lantern4{
    position: absolute;
    top: 125px;
    left: 0;
    animation-name: lantern_sway;
    animation-duration: 10s;
    animation-timing-function: linear; 
    animation-iteration-count: infinite;
    animation-delay: 3s;
    z-index: -1;
}

#index_intro_icon4{
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    opacity: 0;
    transition: all 1.2s ease-out;
}

#index_intro_icon4_active{
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    opacity: 0;
    transition: all 2.4s ease-out;
}

#food_animation_wrap{
    position: absolute;
    bottom: 0;
    right: 35px;
}

#food1{
    position: absolute;
    bottom: 70px;
    right: -10px;
    width: 250px;
    transition: all 1.5s ease-out;
}

@media(max-width: 575px){
	#food1{
		right: -30px;
		width: 120px;
		bottom: 30px;
	}
}

#food1.animation{
    animation-name: animation5;
    animation-duration: 1s;
    animation-timing-function: ease-out;
}

#food2{
    position: absolute;
    bottom: 105px;
    right: 75px;
    width: 120px;
    transition: all 2.4s ease-out;
}

@media(max-width: 575px){
	#food2{
		right: 20px;
		width: 40px;
		bottom: 50px;
	}
}

#food2.animation{
    animation-name: animation6;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
}

#food3{
    width: 40px;
    position: absolute;
    bottom: 70px;
    right: 155px;
    transition: all 2.4s ease-out;
}

@media(max-width: 575px){
	#food3{
		right: 75px;
		width: 20px;
		bottom: 30px;
	}
}

#food3.animation{
    animation-name: animation7;
    animation-duration: 1.8s;
    animation-timing-function: ease-out;
}

#food4{
    width: 40px;
    position: absolute;
    bottom: 90px;
    right: 36px;
    transition: all 2.4s ease-out;
}

@media(max-width: 575px){
	#food4{
		right: -5px;
		width: 20px;
		bottom: 45px;
	}
}

#food4.animation{
    animation-name: animation8;
    animation-duration: 2s;
    animation-timing-function: ease-out;
}

#food5{
    position: absolute;
    bottom: -35px;
    right: 0;
    width: 200px;
    z-index: 9;
    transition: all 2.4s ease-out;
}

@media(max-width: 575px){
	#food5{
		right: -20px;
		width: 120px;
	}
}

#food5.animation{
    animation-name: animation9;
    animation-duration: 2.4s;
    animation-timing-function: ease-out;
}

#index_intro2_wrap{
    padding: 40px 0;
    display: inline-block;
    width: 100%;
    position: relative;
    background: url("../img/index_intro2_background.png") top left no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

#index_intro2_left_wrap{
    width: 60%;
    float: left;
    position: relative;
    padding: 0 15px;
}

#index_intro2_left_mark{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#index_intro2_left_img{
    width: 100%; /* 960 */
    height: 35.3127vw; /* 580 */
}

@media (max-width:767px){
    #index_intro2_left_wrap{
        width: 100%;
        padding-bottom: 10px;
    }
    
    #index_intro2_left_img{
        height: 56.2212vw;
    }
}

#index_intro2_right_wrap{
    width: 40%;
    float: left;
    position: relative;
}

#index_intro2_logo{
    position: relative;
    z-index: 2;
}

#index_intro2_logo.animation{
    animation-name: animation24;
    animation-duration: 1.8s;
    animation-timing-function: ease-out;
}

#index_intro2_text{
    max-width: 400px;
    position: relative;
    z-index: 2;
}

#index_intro2_text.animation{
    animation-name: animation24;
    animation-duration: 2.8s;
    animation-timing-function: ease-out;
}

#index_intro2_title{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 15px 0;
    font-family: 'Noto Serif TC';
}

#index_intro2_content{
    font-family: 'Noto Sans TC';
}

@media (max-width: 767px){
    #index_intro2_right_wrap{
        width: 100%;
    }
    
    #index_intro2_right_wrap img{
        display: block;
        margin: 0 auto;
    }
    
    #index_intro2_text{
        width: 95%;
        max-width: 400px;
        margin: 0 auto;
    }
}

#index_intro2_icon1{
    position: absolute;
    right: 0;
    top: -35px;
}

#index_intro2_icon1.animation{
    animation-name: animation10;
    animation-duration: 2.4s;
    animation-timing-function: ease-out;
}

@media (max-width: 1600px){
    #index_intro2_icon1{
        width: 400px;
        top: 0px;
    }
}

@media (max-width: 970px){
    #index_intro2_icon1{
        width: 300px;
        top: 10px;
    }
}

#index_intro2_icon2{
    position: absolute;
    right: 0;
    top: 180px;
}

#index_intro2_icon2.animation{
    animation-name: animation10;
    animation-duration: 2s;
    animation-timing-function: ease-out;
}

#index_intro2_icon3{
    position: absolute;
    left: 0;
    bottom: 0px;
    opacity: 0;
    transform: scale(0.6);
    transition: opacity 1.2s ease-out, transform 2s ease-out;
}

#index_intro2_icon3.animation{
    animation-name: animation10;
    animation-duration: 2.8s;
    animation-timing-function: ease-out;
}

#index_intro3_wrap{
    width: 100%;
    height: 600px; /* 600px */
    background-image: url("../test_img/22581651_xl.jpg");
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;
}

#index_intro3_logo{
    position: absolute;
    top: 25px;
    left: 35px;
    z-index: 9;
    width: 350px;
}

#index_intro3_logo.animation{
    animation-name: animation11;
    animation-duration: 1.2s;
    animation-timing-function: ease-out;
}

#index_intro3_icon{
    position: absolute;
    left: 0;
    bottom: -80px;
    width: 350px;
}

#index_intro3_icon.animation{
    animation-name: animation12;
    animation-duration: 1.8s;
    animation-timing-function: ease-out;
}

#index_intro3_icon2{
    position: absolute;
    right: 35px;
    bottom: -200px;
    width: 800px;
    transition: transform 1.2s ease-out;
}

#index_intro3_icon2.animation{
    animation-name: animation13;
    animation-duration: 4.4s;
    animation-timing-function: ease-out;
}

#index_intro3_icon3{
    position: absolute;
    left: 0;
    bottom: -200px;
}

#index_intro3_icon3.animation{
    animation-name: animation14;
    animation-duration: 1.8s;
    animation-timing-function: ease-out;
}

@media (max-width:575px){
    #index_intro3_wrap{
        height: 400px;
    }
    
    #index_intro3_logo{
        width: 250px;
    }
    #index_intro3_icon{
        width: 250px;
        bottom: -70px;
    }
    #index_intro3_icon2{
        display: none;
    }
}

#index_products_wrap{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url("../img/index_intro2_background.png") top center no-repeat;
    background-size: cover;
    overflow-x: hidden;
    font-family: 'Noto Sans TC';
}

#index_products_slider_wrap{
    width: 95%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    padding: 120px 0 30px 0;
    z-index: 2;
}

@media (max-width:1200px){
    #index_products_slider_wrap{
        padding: 0 0 30px 0;
    }
}

.index_product_img{
    width: 100%; /* 570 */
    height: 360px; /* 410 */
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 530px){
    .index_product_img{
        height: 68.2028vw;
    }
}

.index_product_img img{
    width: 100%;
    height: 100%;
}

.index_product_list:hover .index_product_img{
    opacity: 0.7;
}

.index_product_content{
    height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 10px;
}

.index_product_title{
    padding-bottom: 15px;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.index_product_intro{
    color: #000;
    text-align: center;
}

.index_product_content::-webkit-scrollbar {
  width: 5px;
}
 
.index_product_content::-webkit-scrollbar-track {
  background: #ddd;
}
 
.index_product_content::-webkit-scrollbar-thumb {
  background: #666; 
}

#index_product_background{
    position: absolute;
    top: 0;
    left: -150px;
}

#index_product_background.animation{
    animation-name: index_product_animation1;
    animation-duration: 4s;
    animation-timing-function: linear;
}

#index_product_hat{
    position: absolute;
    top: 40px;
    right: -160px;
    z-index: 9;
    width: 250px;
}

#index_product_hat.animation{
    animation-name: index_product_animation2;
    animation-duration: 4s;
    animation-timing-function: linear;
}

@media (max-width: 1200px){
    #index_product_background{
        top: -80px;
    }
    #index_product_hat{
        top: -80px;
    }
}

@media (max-width: 767px){
    #index_product_hat{
        display: none;
    }
}

#index_product_slider_control_button{
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 99;
    width: 100%;
}

#index_product_slider_control_button .slick-dots{
    bottom: 0;
}

#index_product_slider_control_button .slick-dots li button:before{
    color: #a3816f;
}

#index_product_slider_control_button .slick-dots li button:hover:before,
#index_product_slider_control_button .slick-dots li button:focus:before
{
    opacity: 1;
    color: #a3816f;
}

#index_product_slider_control_button .slick-dots li.slick-active button:before{
    color: #a3816f;
}

.more_button{
    width: 120px;
    display: inline-block;
    padding: 5px 0;
    text-align: center;
    color: #1a1a1a;
    border: 1px solid #a3816f;
    transition: all 0.4s ease-in-out;
}

.more_button:hover{
    background: #a3816f;
    color: #fff;
    border-color: #1a1a1a;
}

.more_button.animation{
    animation-name: bounceIn;
    animation-duration: 1.6s;
}

#index_product_icon{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
}

#index_product_icon.animation{
    animation-name: animation15;
    animation-duration: 1.2s;
    animation-timing-function: ease-out;
}

#index_product_icon2{
    position: absolute;
    bottom: 35px;
    right: 85px;
    width: 250px;
}

#index_product_icon2.animation{
    animation-name: animation10_2;
    animation-duration: 2.5s;
    animation-timing-function: ease-out;
}

@media (max-width: 1200px){
    #index_product_icon{
        display: none;
    }
    #index_product_icon2{
        display: none;
    }
}

#index_product_logo{
    position: absolute;
    top: 25px;
    right: 85px;
}

#index_product_logo.animation{
    animation-name: animation17;
    animation-duration: 1.6s;
    animation-timing-function: ease-out;
}

#index_product_logo_mobile{
    width: 250px;
    display: none;
    margin: 80px auto 15px auto;
    position: relative;
    z-index: 3;
}

@media (max-width: 1430px){
    #index_product_logo{
        right: 40px;
    }
}

@media (max-width: 1200px){
    #index_product_logo{
        display: none;
    }
    #index_product_logo_mobile{
        display: block;
    }
}

#index_product_icon3{
    position: absolute;
    top: 225px;
    right: 15px;
    width: 100px;
}

#index_product_icon3.animation{
    animation-name: animation18;
    animation-duration: 1.6s;
    animation-timing-function: ease-out;
}

@media (max-width: 1200px){
    #index_product_icon3{
        display: none;
    }
}

#index_link_wrap{
    width: 100%;
    position: relative;
    padding: 30px 0;
    background: url("../img/index_link_background.png") top center no-repeat;
    background-size: cover;
    overflow-x: hidden;
    font-family: 'Noto Sans TC';
}

.index_link_list{
    width: 50%;
    float: left;
}

.index_link_img{
    width: 100%; /* 655 */
    height: 202px; /* 245 */
    position: relative;
}

@media (max-width: 1199px){
    .index_link_img{
        height: 168px;
    }
}

@media (max-width: 991px){
    .index_link_img{
        height: 123px;
    }
}

@media (max-width: 767px){
    .index_link_img{
        height: 90px;
    }
}

@media (max-width: 575px){
    .index_link_img{
        height: 16.129vw;
    }
}

.index_link_img img{
    width: 100%;
    height: 100%;
}

.index_link_mark{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 5px 10px;
    transition: all 0.4s ease-out;
}

.index_link_border{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    position: relative;
}

.index_link_border:before{
    border: 1px solid transparent;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    border-radius: 8px;
}

.index_link_border:after{
    border: 1px solid transparent;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    content: '';
    position: absolute;
    border-radius: 8px;
}

.index_link_mark_text{
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
}

.index_link_mark_icon{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    margin: 0 auto 10px auto;
    position: relative;
}

.index_link_mark_icon:before{
    border: 2px solid transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    border-radius: 50%;
}

.index_link_mark_icon:after{
    border: 0px solid transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    border-radius: 50%;
}


@media (max-width:768px){
    .index_link_mark_text{
        font-size: 12px;
    }
    .index_link_mark_icon{
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 10px;
        margin-bottom: 0;
        margin-top: 3px;
    }
}

.index_link_list:hover .index_link_mark{
    background: rgba(0,0,0,0.4);
}

.index_link_list:hover .index_link_border:before{
    width: 100%;
    height: 100%;
    border-top-color: #f00;
    border-right-color: #f00;
    transition: width 0.4s ease-out, height 0.4s ease-out 0.4s;
}

.index_link_list:hover .index_link_border:after{
    width: 100%;
    height: 100%;
    border-bottom-color: #f00;
    border-left-color: #f00;
    transition: border-color 0s ease-out 0.8s, width 0.4s ease-out 0.8s, height 0.4s ease-out 1.2s;
}

.index_link_list:hover .index_link_mark_icon:before{
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    transition: border-top-color 0.4s linear, border-right-color 0.4s linear 0.1s, border-bottom-color 0.4s linear 0.15s;
}

.index_link_list:hover .index_link_mark_icon:after{
    border-top: 2px solid #fff;
    border-left-width: 2px;
    border-right-width: 2px;
    transform: rotate(270deg);
    transition: border-left-width 0s linear 0.55s, transform 0.4s linear;
}


#index_intro4_slider_control_button{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
}

#index_intro4_slider_control_button .slick-dots{
    bottom: 10px;
}

#index_intro4_slider_control_button .slick-dots li button:before{
    color: #a3816f;
}

#index_intro4_slider_control_button .slick-dots li button:hover:before,
#index_intro4_slider_control_button .slick-dots li button:focus:before
{
    opacity: 1;
    color: #a3816f;
}

#index_intro4_slider_control_button .slick-dots li.slick-active button:before{
    color: #a3816f;
}

#index_link_icon{
    position: absolute;
    bottom: 0;
    left: -80px;
    width: 180px;
}

#index_link_icon.animation{
    animation-name: animation10_3;
    animation-duration: 2.5s;
    animation-timing-function: ease-out;
}

#index_link_icon2{
    position: absolute;
    bottom: 0;
    right: -80px;
    width: 180px;
}

#index_link_icon2.animation{
    animation-name: animation10_3;
    animation-duration: 2.2s;
    animation-timing-function: ease-out;
}

@media (max-width: 768px){
    #index_link_icon{
        width: 120px;
        left: -55px;
        bottom: 15px;
    }
    #index_link_icon2{
        width: 120px;
        right: -55px;
    }
}

#index_intro4_wrap{
    position: relative;
    background: url("../img/index_intro2_background.png") top center no-repeat;
    background-size: cover;
    font-family: 'Noto Sans TC';
}

.index_intro4_list{
    position: relative;
}

.index_intro4_list_img{
    width: 100%; /* 640 */
    height: 53.1792vw; /* 1020 */
}

@media(max-width: 768px){
    .index_intro4_list_img{
        height: 79.6875vw;
    }
}

@media(max-width: 480px){
    .index_intro4_list_img{
        height: 159.447vw;
    }
}

#index_intro4_animation1.animation{
    animation-name: animation20;
    animation-duration: 1.4s;
    animation-timing-function: ease-out;
}

#index_intro4_animation2.animation{
    animation-name: animation20_2;
    animation-duration: 1.4s;
    animation-timing-function: ease-out;
}

#index_intro4_animation3.animation{
    animation-name: animation20;
    animation-duration: 1.4s;
    animation-timing-function: ease-out;
}

.index_intro4_list_img img{
    width: 100%;
    height: 100%;
}

.index_intro4_list_text{
    width: 80%;
    max-width: 400px;
}

.index_intro4_list_mark{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.index_intro4_list_title{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    transform: translate(0,-20px);
    transition: all 0.8s ease-in;
}

.index_intro4_list_subtitle{
    font-size: 14px;
    padding: 12px 0;
    text-align: center;
    transform: translate(0,-20px);
    transition: all 0.8s ease-in;
}

.index_intro4_list_content{
    text-align: center;
    padding: 25px 8px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #fff;
}

.index_intro4_list:hover .index_intro4_list_mark{
    opacity: 1;
}

.index_intro4_list:hover .index_intro4_list_title{
    transform: none;
}

.index_intro4_list:hover .index_intro4_list_subtitle{
    transform: none;
}

#index_intro4_bottom_mark{
    position: absolute;
    width: 100%;
    height: 44px;
    bottom: 0;
    left: 0;
    background: url("../img/index_intro4_bottom_mark.png") top center no-repeat;
    background-size: auto 100%;
}
/*====== 首頁 =======*/

/*====== foot =======*/
#foot_big_img_wrap{
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url("../test_img/8592817_xxl.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
}

#foot_big_img_content{
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
}

#foot_big_img_content.animation{
    animation-name: animation22;
    animation-duration: 2.4s;
    animation-timing-function: ease-out;
}

#foot_big_img_text_wrap{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-family: 'Noto Serif TC';
}

.foot_big_img_text{
    width: 30px;
    font-size: 18px;
    padding: 5px 2px;
    border: 1px solid #fff;
    writing-mode: vertical-lr;
    margin-right: 10px;
    color: #fff;
    font-weight: 600;
}

#foot_big_img_mark{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: url("../img/foot_big_img_mark.png") top center no-repeat;
    background-size: cover;
}

#foot_big_img_mark2{
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 200px;
    background: url("../img/foot_big_img_mark2.png") top center no-repeat;
    background-size: cover;
    
}

#foot_big_img_smoke{
    position: absolute;
    bottom: -0px;
    left: -5%;
    height: 80%;
    opacity: 0;
    transition: opacity 0.4s ease-out;
}

#foot_big_img_smoke.animation{
    animation-name: foot_smoke_move;
    animation-duration: 30s;
    animation-timing-function: ease-in;
}

#foot_top_wrap{
    width: 100%;
    background: url("../img/foot_top_background.png") top center no-repeat;
    background-size: cover;
    font-family: 'Noto Sans TC';
}

#foot_logo{
    display: block;
    margin: 0 auto;
    padding-bottom: 8px;
}

#foot_top_content{
    padding: 20px 0 12px 0;
    border-top: 2px solid #c8c8c8;
    width: 95%;
    margin: 0 auto;
    max-width: 450px;
}

.foot_top_row{
    padding-bottom: 8px;
    text-align: center;
}

.foot_top_row a{
    color: #000;
    transition: all 0.5s ease-in-out;
}

.foot_top_row a:hover{
    opacity: 0.7;
}

#foot_bottom_wrap{
    padding: 12px 0;
    background: url("../img/foot_bottom_background.png") top center no-repeat;
    background-size: cover;
    font-family: 'Noto Sans TC';
}

#geyes_link{
    text-align: right;
}

#geyes_link.animation{
    animation-name: animation20;
    animation-duration: 1.8s;
    animation-timing-function: ease-out;
}

#geyes_link a{
    transition: all 0.35s ease-in-out;
    color: #000;
}

#geyes_link a:hover{
    opacity: 0.7;
}

@media (max-width: 991px){
    #copyright_row{
        text-align: center;
        padding-bottom: 10px;
    }
    #geyes_link{
        text-align: center;
    }
}

#top_button{
    position: fixed;
    bottom: 30px;
    right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    background: #000;
    color: #fff;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    z-index: 99;
}

#top_button:hover{
    background: #c42605;
}
/*====== foot =======*/

/*====== 其他頁面 herad =======*/
#head_big_img_wrap{
    position: relative;
    width: 100%; /* 1920 */
    height: 240px; /* 240 */
    background-image: url("../test_img/30705264_xl.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#head_logo_wrap{
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 9999;
}

#head_logo_wrap img{
    display: block;
    margin: 0 auto;
}

#head_logo_text{
    font-size: 1.4em;
    color: #fff;
    text-align: center;
    margin-top: 5px;
	font-family: "標楷體";
    letter-spacing: 1px;
    text-shadow: 0 0 3px #666;
}

.head_icon_wrap{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
}

@media(max-width: 1199px){
	.head_icon_wrap{
		display: none;
	}
}

.head_icon_mobile_wrap{
	position: absolute;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
	display: none;
}

@media(max-width: 1199px){
	.head_icon_mobile_wrap{
		display: flex;
		align-items: center;
	}
}

.head_member_icon{
	font-size: 28px;
	color: #fff;
	transition: all 0.4s ease-in-out;
	margin-right: 15px;
	display: inline-block;
}

.head_member_icon:hover{
	color: #966c27;
}

.head_member_link{
	font-size: 18px;
	color: #fff;
	transition: all 0.4s ease-in-out;
	margin-right: 15px;
	display: inline-block;
}

@media(max-width: 575px){
	.head_member_link{
		display: none;
	}
}

.head_member_link:hover{
	color: #966c27;
}

.head_cart_icon{
	font-size: 30px;
	color: #fff;
	transition: all 0.4s ease-in-out;
	position: relative;
	display: inline-block;
}

.head_cart_icon:hover{
	color: #966c27;
}

.head_cart_icon span{
	width: 15px;
	height: 15px;
	font-size: 12px;
	line-height: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #f00;
	color: #fff;
	position: absolute;
	bottom: -5px;
	right: -10px;
}
/*====== 其他頁面 herad =======*/

/*====== 共用 =======*/
#content_area{
    position: relative;
    background: url("../img/index_intro2_background.png") top center repeat;
    /*background-size: cover;*/
    padding: 60px 0 15px 0;
    overflow: hidden;
	z-index: 2;
}

.content_title{
    color: #966c27;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 30px;
    font-family: 'Noto Sans TC';
}

.content_title span{
    position: relative;
}

#content_title_text{
    display: inline-block;
}

#content_title_text.animation{
    animation-name: animation25;
    animation-duration: 1.7s;
    animation-timing-function: ease-out;
}

#page_title_icon{
    position: absolute;
    bottom: -10px;
    right: -100px;
    width: 140px;
}

#page_title_icon.animation{
    animation-name: animation24;
    animation-duration: 2s;
    animation-timing-function: ease-out;
}

#page_icon{
    position: absolute;
    top: 180px;
    left: -200px;
    width: 600px;
}

#page_icon.animation{
    animation-name: animation10;
    animation-duration: 4s;
    animation-timing-function: ease-out;
}

#page_icon2{
    position: absolute;
    bottom: 60px;
    right: -100px;
    width: 300px;
}

#page_icon2.animation{
    animation-name: animation10;
    animation-duration: 2.4s;
    animation-timing-function: ease-out;
}

.beck_button{
    display: inline-block;
    padding: 6px 25px;
    color: #000;
    border: 1px solid #966c27;
    transition: all 0.45s ease-in-out;
    font-family: 'Noto Sans TC';
}

.beck_button:hover{
    background: #966c27;
    color: #fff;
}

.beck_button.animation{
    animation-name: bounceIn;
    animation-duration: 1.4s;
    animation-fill-mode: both;
}

.submit_button{
    display: inline-block;
    padding: 6px 25px;
    color: #000;
    border: 1px solid #966c27;
    transition: all 0.45s ease-in-out;
    font-family: 'Noto Sans TC';
	background: none;
	border-radius: 30px;
	margin-right: 10px;
}

.submit_button:hover{
    background: #966c27;
    color: #fff;
}

.htmleditor{
    overflow-x: hidden;
    padding: 0 10px;
    font-family: 'Noto Sans TC';
}

.button1{
    display: inline-block;
    padding: 6px 25px;
    color: #000;
    border: 1px solid #966c27;
    transition: all 0.45s ease-in-out;
    background: none;
    cursor: pointer;
    font-family: 'Noto Sans TC';
}

.button1:hover{
    background: #966c27;
    color: #fff;
}

/*====== 共用 =======*/

/*====== 產品介紹 =======*/
#product_navi_wrap{
    padding-bottom: 30px;
    text-align: center;
    font-family: 'Noto Sans TC';
}

.product_navi{
    display: inline-block;
    padding: 6px 30px;
    color: #a6a6a3;
    border: 1px solid #a3816f;
    margin: 0 5px 5px 5px;
    transition: all 0.45s ease-in-out;
}

.product_navi:hover{
    background: #000;
    color: #fff;
}

.product_navi.active{
    background: #000;
    color: #fff;
}

@media (min-width: 1000px)
{
    .product_navi.animation{
        animation-name: animation20_2;
        animation-timing-function: ease-out;
    }
}

#product_navi_mobile_wrap{
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
    font-family: 'Noto Sans TC';
    cursor: pointer;
    display: none;
}

@media (max-width: 768px){
    #product_navi_wrap{
        display: none;
    }
    #product_navi_mobile_wrap{
        display: block;
    }
}

#product_navi_button{
    width: 90%;
    margin: 0 auto;
    background: #000;
    color: #fff;
    padding: 8px 25px;
    position: relative;
    transition: all 0.6s ease-in;
}

#product_navi_button:hover{
    background: #c42605;
}

#product_navi_button_contont{
    width: 100%;
    display: inline-block;
}

#product_navi_button_contont i{
    float: right;
    font-size: 28px;
    transition: transform 0.4s ease-in;
}

#product_navi_button.active{
    background: #c42605;
    color: #fff;
}

#product_navi_button.active #product_navi_button_contont i{
    transform: rotate(90deg);
}

#product_navi_mobile_list_wrap{
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

.product_navi_mobile_list{
    padding: 12px 25px;
    color: #000;
    display: block;
    border-bottom: 1px solid #bfbfbf;
    transition: all 0.45s ease-in-out;
}

.product_navi_mobile_list:last-child{
    border: none;
}

.product_navi_mobile_list i{
    margin-right: 15px;
    color: #c42605;
}

.product_navi_mobile_list:hover{
    color: #c42605;
}

.product_navi_mobile_list.active{
    color: #c42605;
}

.product_list{
    width: 100%;
    margin-bottom: 15px;
    border: 2px solid #966c27;
    border-radius: 8px;
    display: block;
    overflow: hidden;
    font-family: 'Noto Sans TC';
}

.product_list.animation{
    animation-name: animation20;
    animation-timing-function: ease-out;
}

.porduct_list_img{
    position: relative;
    width: 100%; /* 570 */
    height: 249px; /* 410 */
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px){
    .porduct_list_img{
        height: 206px; /* 410 */
    }
}

@media (max-width: 991px){
    .porduct_list_img{
        height: 148px; /* 410 */
    }
}

@media (max-width: 767px){
    .porduct_list_img{
        height: 105px; /* 410 */
    }
}

@media (max-width: 575px){
    .porduct_list_img{
        height: 66.4303vw; /* 410 */
    }
}

.porduct_list_img img{
    width: 100%;
    height: 100%;
}

.porduct_shop_list_img{
    position: relative;
    width: 100%; /* 570 */
    height: 249px; /* 410 */
    overflow: hidden;
    transition: all 0.4s ease-in-out;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

@media (max-width: 1199px){
    .porduct_shop_list_img{
        height: 206px; /* 410 */
    }
}

@media (max-width: 991px){
    .porduct_shop_list_img{
        height: 148px; /* 410 */
    }
}

@media (max-width: 767px){
    .porduct_shop_list_img{
        height: 105px; /* 410 */
    }
}

@media (max-width: 575px){
    .porduct_shop_list_img{
        height: 29.4433vw; /* 410 */
    }
}

.product_mark_wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.product_mark{
    width: 60px;
    height: 60px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.product_mark:before{
    border: 2px solid transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    border-radius: 50%;
}

.product_mark:after{
    border: 0px solid transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    border-radius: 50%;
}
.product_list:hover .product_mark_wrap{
    opacity: 1;
}

.product_list:hover .product_mark:before{
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    transition: border-top-color 0.4s linear, border-right-color 0.4s linear 0.1s, border-bottom-color 0.4s linear 0.15s;
}

.product_list:hover .product_mark:after{
    border-top: 2px solid #fff;
    border-left-width: 2px;
    border-right-width: 2px;
    transform: rotate(270deg);
    transition: border-left-width 0s linear 0.55s, transform 0.4s linear;
}

.product_list_title{
    padding: 15px 0;
    text-align: center;
    color: #966c27;
}

.product_list_price{
    padding-bottom: 15px;
    text-align: center;
    color: #c42605;
}
/*====== 產品介紹 =======*/

/*====== 產品介紹 內頁 =======*/
#product_inside_big_img{
    width: 100%; /* 1920 */
    height: 20.8334vw; /* 400 */
    position: relative;
    z-index: 2;
}

#product_inside_title{
    padding: 30px 0;
    text-align: center;
    color: #966c27;
    font-size: 18px;
    margin-bottom: 30px;
    font-family: 'Noto Sans TC';
    position: relative;
}

#product_inside_title.animation #product_inside_title_text{
    animation-name: animation27;
    animation-duration: 3s;
    animation-timing-function: ease-in;
}

#product_inside_title:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #966c27;
}

#product_inside_title.animation:before{
    animation-name: animation26;
    animation-duration: 3s;
    animation-timing-function: ease-in;
}

#product_inside_title i{
    color: #c42605;
    margin-right: 10px;
    font-size: 16px;
}

#porduct_inside_big_img{
    width: 100%; /* 570 */
    height: 250px; /* 410 */
    border: 1px solid #966c27;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

@media (max-width:1199px){
    #porduct_inside_big_img{
        height: 207px; /* 410 */
    }
}

@media (max-width:991px){
    #porduct_inside_big_img{
        height: 150px; /* 410 */
    }
}

@media (max-width:767px){
    #porduct_inside_big_img{
        height: 365px; /* 410 */
    }
}

@media (max-width:575px){
    #porduct_inside_big_img{
        height: 66.6667vw; /* 410 */
    }
}

#porduct_inside_big_img img{
    width: 100%;
    height: 100%;
}

.product_inside_small_img{
    width: 100%; /* 570 */
    height: 77px; /* 410 */
    border: 1px solid #966c27;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

@media (max-width:1199px){
    .product_inside_small_img{
        height: 58px; /* 410 */
    }
}

@media (max-width:991px){
    .product_inside_small_img{
        height: 40px; /* 410 */
    }
}

@media (max-width:767px){
    .product_inside_small_img{
        height: 111px; /* 410 */
    }
}

@media (max-width:575px){
    .product_inside_small_img{
        height: 19.1813vw; /* 410 */
    }
}

.product_inside_small_img:hover{
    opacity: 0.6;
}

.product_inside_small_img img{
    width: 100%;
    height: 100%;
}

#porduct_shop_big_img{
    width: 100%; /* 570 */
    height: 250px; /* 410 */
    border: 1px solid #966c27;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

@media (max-width:1199px){
    #porduct_shop_big_img{
        height: 207px; /* 410 */
    }
}

@media (max-width:991px){
    #porduct_shop_big_img{
        height: 150px; /* 410 */
    }
}

@media (max-width:767px){
    #porduct_shop_big_img{
        height: 365px; /* 410 */
    }
}

@media (max-width:575px){
    #porduct_shop_big_img{
        height: 66.6667vw; /* 410 */
    }
}

#product_slider{
	margin: 0 -10px;
}

.product_slider_list{
	padding: 0 10px;
}

.product_shop_small_img{
    width: 100%; /* 570 */
    height: 77px; /* 410 */
    border: 1px solid #966c27;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

@media (max-width:1199px){
    .product_shop_small_img{
        height: 58px; /* 410 */
    }
}

@media (max-width:991px){
    .product_shop_small_img{
        height: 40px; /* 410 */
    }
}

@media (max-width:767px){
    .product_shop_small_img{
        height: 111px; /* 410 */
    }
}

@media (max-width:575px){
    .product_shop_small_img{
        height: 19.1813vw; /* 410 */
    }
}

.product_shop_small_img:hover{
    opacity: 0.6;
}

#product_content_price{
	font-size: 18px;
	color: #c42605;
}

#product_intro{
    overflow-x: hidden;
    word-break: break-all;
    font-family: 'Noto Sans TC';
	padding: 5px 0;
}

@media(max-width: 991px){
    #product_intro{
        margin-top: 15px;
    }
}

#product_intro.animation{
    animation-name: animation24;
    animation-duration: 2.8s;
    animation-timing-function: ease-out;
}

.product_content_row{
	padding: 15px 0;
}

@media(max-width: 767px){
	.product_content_row{
		text-align: center;
	}
}

.CartAmountWrap{
    width: 160px;
	display: inline-flex;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
	padding: 0 40px;
    border: 1px solid #bfbfbf;
}

.CartAmountInput{
	border-width: 0 1px;
	border-style: solid;
	border-color: #bfbfbf;
	border-radius: 0;
	font-size: 18px;
	text-align: center;
	padding: 5px 10px;
	width: 100%;
	background: none;
}

.CartAmountInput::-webkit-inner-spin-button,.CartAmountInput::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.CartqtyButtonDec{
    position: absolute;
    top: 50%;
    left: 8px;
	transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.4em;
	color: #aaa;
}

.CartqtyButtonAdd{
    position: absolute;
    top: 50%;
    right: 8px;
	transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.4em;
	color: #aaa;
}

.CartqtyButtonDec:hover,.CartqtyButtonAdd:hover{
    color: #ef8575;
}
/*====== 產品介紹 內頁 =======*/

/*====== 關於丐幫 =======*/
.about_navi{
    width: 25%; /* 540 */
    height: 37.0468vw; /* 800 */
    position: relative;
    display: block;
    float: left;
}

@media (max-width: 767px){
    .about_navi{
        width: 50%;
        height: 73.9631vw; /* 800 */
    }
}

.about_navi img{
    width: 100%;
    height: 100%;
}

.about_navi_mark{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    writing-mode: vertical-lr;
    font-size: 24px;
    font-weight: 600;
    text-shadow: 0 0 5px #666;
    transition: all 0.45s ease-in-out;
    font-family: 'Noto Serif TC';
}

.about_navi_more{
    margin-top: 15px;
    padding-top: 45px;
    font-size: 12px;
    font-weight: 500;
    opacity: 0;
    transition: all 0.45s ease-in-out;
    font-family: 'Noto Sans TC';
    overflow: hidden;
    position: relative;
}

.about_navi_more:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-left: 1px solid #fff;
    transition: all 2.65s ease-in-out;
    content: '';
}

.about_navi:hover .about_navi_mark{
    background: rgba(0,0,0,0.5);
}

.about_navi:hover .about_navi_more{
    opacity: 1;
    padding-top: 45px;
}

.about_navi:hover .about_navi_more:before{
    height: 100%;
}

#about_logo{
    position: absolute;
    top: 0;
    left: 0;
    writing-mode: vertical-lr;
    font-size: 28px;
    font-weight: 600;
    color: #966c27;
    padding: 0 10px;
    font-family: 'Noto Serif TC';
    letter-spacing: 3px;
}

#about_logo.animation{
    animation-name: animation20;
    animation-duration: 2.2s;
    animation-timing-function: ease-out;
}

#about_logo_icon{
    position: absolute;
    bottom:-15px;
    right: -20px;
}

#about_content{
    padding-left: 80px;
    position: relative;
}

#about_content .htmleditor{
    border-left: 1px solid #966c27;
    padding-left: 25px;
    overflow-x: hidden;
    min-height: 400px;
    font-family: 'Noto Sans TC';
}

#about_text.animation{
    animation: animation20_2;
    animation-duration: 2s;
    animation-timing-function: ease-out;
}

#about_icon{
    position: absolute;
    bottom: 0;
    left: -150px;
    width: 600px;
}

#about_icon.animation{
    animation-name: animation10_2;
    animation-duration: 1.6s;
    animation-timing-function: ease-out;
}

#about_icon2{
    position: absolute;
    top: 240px;
    right: -50px;
    width: 250px;
}

@media(max-width: 575px){
    #about_icon2{
        display: none;
    }
}

#about_icon2.animation{
    animation-name: animation10_2;
    animation-duration: 2.5s;
    animation-timing-function: ease-out;
}

#about_icon3{
    position: absolute;
    top: 80px;
    left: 120px;
}

#about_icon3.animation{
    animation-name: animation25;
    animation-duration: 2s;
    animation-timing-function: ease-out;
}

#about_icon4{
    position: absolute;
    top: 180px;
    left: 240px;
}

#about_icon4.animation{
    animation-name: animation24;
    animation-duration: 2s;
    animation-timing-function: ease-out;
}

@media (max-width: 767px){
    #about_icon3{
        left: 0;
    }
    #about_icon4{
        left: 80px;
    }
}
/*====== 關於丐幫 =======*/

/*====== 最新消息 =======*/
#news_navi_wrap{
    padding-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 2;
    font-family: 'Noto Sans TC';
    overflow: hidden;
}

.news_navi{
    display: inline-block;
    padding: 6px 30px;
    color: #a6a6a3;
    border: 1px solid #a3816f;
    margin: 0 5px 5px 5px;
    transition: all 0.45s ease-in-out;
}

.news_navi:hover{
    background: #000;
    color: #fff;
}

.news_navi.active{
    background: #000;
    color: #fff;
}

@media (min-width: 1000px)
{
    .news_navi.animation{
        animation-name: animation20_2;
        animation-timing-function: ease-out;
    }
}

#news_navi_mobile_wrap{
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
    font-family: 'Noto Sans TC';
    cursor: pointer;
    display: none;
}

@media (max-width: 768px){
    #news_navi_wrap{
        display: none;
    }
    #news_navi_mobile_wrap{
        display: block;
    }
}

#news_navi_button{
    width: 90%;
    margin: 0 auto;
    background: #000;
    color: #fff;
    padding: 8px 25px;
    position: relative;
    transition: all 0.6s ease-in;
}

#news_navi_button:hover{
    background: #c42605;
}

#news_navi_button_contont{
    width: 100%;
    display: inline-block;
}

#news_navi_button_contont i{
    float: right;
    font-size: 28px;
    transition: transform 0.4s ease-in;
}

#news_navi_button.active{
    background: #c42605;
    color: #fff;
}

#news_navi_button.active #news_navi_button_contont i{
    transform: rotate(90deg);
}

#news_navi_mobile_list_wrap{
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

.news_navi_mobile_list{
    padding: 12px 25px;
    color: #000;
    display: block;
    border-bottom: 1px solid #bfbfbf;
    transition: all 0.45s ease-in-out;
}

.news_navi_mobile_list:last-child{
    border: none;
}

.news_navi_mobile_list i{
    margin-right: 15px;
    color: #c42605;
}

.news_navi_mobile_list:hover{
    color: #c42605;
}

.news_navi_mobile_list.active{
    color: #c42605;
}

.news_list{
    padding: 15px;
    border-bottom: 1px solid #966c27;
    margin-bottom: 15px;
    font-family: 'Noto Sans TC';
}

.news_list:last-child{
    border: none;
}

.news_list.animation{
    animation-name: animation24;
    animation-timing-function: ease-in-out;
}

.news_list_img{
    width: 100%; /* 415 */
    height: 264px; /* 310 */
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

@media (max-width: 1199px){
    .news_list_img{
        height: 217px; /* 310 */
    }
}

@media (max-width: 991px){
    .news_list_img{
        height: 157px; /* 310 */
    }
}

@media (max-width: 767px){
    .news_list_img{
        height: 381px; /* 310 */
    }
}

@media (max-width: 575px){
    .news_list_img{
        height: 67.8125vw; /* 310 */
    }
}

.news_list_img img{
    width: 100%;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.news_list:hover .news_list_img img{
    transform: scale(1.3);
}

.news_mark_wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.news_mark{
    width: 60px;
    height: 60px;
    line-height: 56px;
    color: #fff;
    /*border: 2px solid #fff;*/
    text-align: center;
    font-weight: 600;
    position: relative;
}

.news_mark:before{
    border: 2px solid transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    border-radius: 100%;
}

.news_mark:after{
    border: 0px solid transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    border-radius: 100%;
}

.news_list:hover .news_mark_wrap{
    opacity: 1;
}

.news_list:hover .news_mark:before{
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    transition: border-top-color 0.4s linear, border-right-color 0.4s linear 0.1s, border-bottom-color 0.4s linear 0.2s;
}

.news_list:hover .news_mark:after{
    border-top: 2px solid #fff;
    border-left-width: 2px;
    border-right-width: 2px;
    transform: rotate(270deg);
    transition: border-left-width 0s linear 0.45s, transform 0.4s linear;
}

.news_list_content{
    width: 100%;
    height: 174px;
    overflow-y: auto;
}

@media (max-width: 1199px){
    .news_list_content{
        height: 159px;
    }
}

@media (max-width: 991px){
    .news_list_content{
        height: 99px;
    }
}

@media (max-width: 767px){
    .news_list_content{
        height: auto;
    }
}

.news_list_content::-webkit-scrollbar {
  width: 5px;
}
 
.news_list_content::-webkit-scrollbar-track {
  background: #ddd;
}
 
.news_list_content::-webkit-scrollbar-thumb {
  background: #666; 
}

.news_list_title{
    font-size: 18px;
    font-weight: 600;
    color: #966c27;
    padding-bottom: 10px;
}

.news_list_date{
    padding: 2px 10px;
    background: #966c27;
    color: #fff;
    transition: all 0.45s ease-in-out;
}

.news_list:hover .news_list_date{
    background: #cfa972;
}

.news_intro{
    padding-top: 10px;
    overflow-x: hidden;
}

.news_button_wrap{
    margin-top: 15px;
    text-align: right;
}

.news_button{
    padding: 5px 25px;
    color: #000;
    border: 1px solid #966c27;
    transition: all 0.45s ease-in-out;
}

.news_button:hover{
    background: #000;
    color: #fff;
}
/*====== 最新消息 =======*/

/*====== 最新消息 內頁 =======*/
#news_inside_title{
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    color: #966c27;
    font-size: 18px;
    font-weight: 600;
    padding: 0 15px 15px 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #966c27;
    font-family: 'Noto Sans TC';
    position: relative;
    z-index: 2;
}

#news_inside_title_text{
    display: inline-block;
}

#news_inside_title_text.animation{
    animation-name: animation25;
    animation-duration: 2.6s;
    animation-timing-function: ease-out;
}

#news_inside_date{
    font-size: 14px;
    font-weight: normal;
    padding: 2px 25px;
    color: #fff;
    background: #cfa972;
    float: right;
}

#news_inside_date.animation{
    animation-name: animation24;
    animation-duration: 2.6s;
    animation-timing-function: ease-out;
}

#news_inside_content{
    position: relative;
    z-index: 2;
    font-family: 'Noto Sans TC';
}

#news_inside_content.animation{
    animation-name: animation20;
    animation-duration: 2.6s;
    animation-timing-function: ease-out;
}

/*====== 最新消息 內頁 =======*/

/*====== 加盟專區 =======*/
#join_navi_wrap{
    width: 100%;
    padding: 10px 0;
    border-width: 1px 0;
    border-color: #c4b091;
    border-style: solid;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    z-index: 2;
    font-family: 'Noto Serif TC';
}

.join_navi{
    width: 20%;
    float: left;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border-right: 1px solid #966c27;
    transition: all 0.45s ease-in-out;
}

@media(max-width:480px){
    .join_navi{
        padding: 0 5px;
    }
}

.join_navi:last-child{
    border: none;
}

.join_navi:hover{
    color: #966c27;
}

.join_navi.active{
    color: #966c27;
}

#join_page_content{
    position: relative;
    z-index: 2;
    min-height: 600px;
}

@media (max-width: 767px){
    #join_page_content{
        min-height: auto;   
    }
}

#join_form_link{
    position: fixed;
    bottom: 70px;
    right: 0;
    z-index: 999999999;
    transition: all 0.45s ease-in-out;
}

#join_form_link img{
    width: 100px;
}

#join_form_link:hover{
    opacity: 0.7;
}
/*====== 加盟專區 =======*/

/*====== 加盟專區  表單 =======*/
#join_form_wrap{
    width: 95%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 5px #aaa;
    padding: 15px;
    position: relative;
    z-index: 3;
    font-family: 'Noto Sans TC';
}

#join_form_title{
    width: 200px;
    text-align: center;
    padding: 8px 0;
    margin: 0 auto;
    font-size: 18px;
    border: 1px solid #c4b091;
    margin-bottom: 30px;
}
/*====== 加盟專區 表單 =======*/

/*====== 服務據點 =======*/
#stronghold_navi_wrap{
    padding-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 2;
    font-family: 'Noto Sans TC';
}

.stronghold_navi{
    display: inline-block;
    padding: 6px 30px;
    color: #a6a6a3;
    border: 1px solid #a3816f;
    margin: 0 5px 5px 5px;
    transition: all 0.45s ease-in-out;
}

.stronghold_navi:hover{
    background: #000;
    color: #fff;
}

.stronghold_navi.active{
    background: #000;
    color: #fff;
}

@media (min-width: 1000px)
{
    .stronghold_navi.animation{
        animation-name: animation20_2;
        animation-timing-function: ease-out;
    }
}

#stronghold_navi_mobile_wrap{
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
    font-family: 'Noto Sans TC';
    cursor: pointer;
    display: none;
}

@media (max-width: 768px){
    #stronghold_navi_wrap{
        display: none;
    }
    #stronghold_navi_mobile_wrap{
        display: block;
    }
}

#stronghold_navi_button{
    width: 90%;
    margin: 0 auto;
    background: #000;
    color: #fff;
    padding: 8px 25px;
    position: relative;
    transition: all 0.6s ease-in;
}

#stronghold_navi_button:hover{
    background: #c42605;
}

#stronghold_navi_button_contont{
    width: 100%;
    display: inline-block;
}

#stronghold_navi_button_contont i{
    float: right;
    font-size: 28px;
    transition: transform 0.4s ease-in;
}

#stronghold_navi_button.active{
    background: #c42605;
    color: #fff;
}

#stronghold_navi_button.active #stronghold_navi_button_contont i{
    transform: rotate(90deg);
}

#stronghold_navi_mobile_list_wrap{
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

.stronghold_navi_mobile_list{
    padding: 12px 25px;
    color: #000;
    display: block;
    border-bottom: 1px solid #bfbfbf;
    transition: all 0.45s ease-in-out;
}

.stronghold_navi_mobile_list:last-child{
    border: none;
}

.stronghold_navi_mobile_list i{
    margin-right: 15px;
    color: #c42605;
}

.stronghold_navi_mobile_list:hover{
    color: #c42605;
}

.stronghold_navi_mobile_list.active{
    color: #c42605;
}

.stronghold_list{
    font-family: 'Noto Sans TC';
    margin-top: 20px;
}

.stronghold_slider_wrap{
    position: relative;
}

.stronghold_slider{
    overflow: hidden;
    margin-bottom: 10px;
}

.stronghold_slider img{
    width: 100%; /* 490 */
    height: 327px; /* 360 */
}

@media (max-width: 1199px){
    .stronghold_slider img{
        height: 272px; /* 360 */
    }
}

@media (max-width: 991px){
    .stronghold_slider img{
        height: 198px; /* 360 */
    }
}

@media (max-width: 767px){
    .stronghold_slider img{
        height: 375px; /* 360 */
    }
}

@media (max-width: 575px){
    .stronghold_slider img{
        height: 68.4332vw; /* 360 */
    }
}

.stronghold_slider_dot{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.stronghold_slider_dot .slick-dots{
    bottom: 0;
}

.stronghold_slider_dot .slick-dots li button:before{
    color: #eee;
    opacity: 0.75;
}

.stronghold_slider_dot .slick-dots li button:hover:before,
.stronghold_slider_dot .slick-dots li button:focus:before
{
    opacity: 1;
    color: #c42605;
}

.stronghold_slider_dot .slick-dots li.slick-active button:before{
    color: #c42605;
}

.stronghold_list_content{
    width: 100%;
    height: 277px;
    overflow-y: auto;
}

@media (max-width: 1199px){
    .stronghold_list_content{
        height: 222px;
    }
}

@media (max-width: 991px){
    .stronghold_list_content{
        height: 148px;
    }
}

@media (max-width: 767px){
    .stronghold_list_content{
        height: auto;
    }
}

.stronghold_list_content::-webkit-scrollbar {
  width: 5px;
}
 
.stronghold_list_content::-webkit-scrollbar-track {
  background: #ddd;
}
 
.stronghold_list_content::-webkit-scrollbar-thumb {
  background: #666; 
}

.stronghold_list_navi{
    color: #565656;
}

.stronghold_list_navi i{
    color: #c42605;
    font-size: 16px;
}

.stronghold_list_title{
    padding: 0 0 15px 35px;
    color: #966c27;
    border-bottom: 1px solid #966c27;
    margin-bottom: 15px;
    font-family: 'Noto Serif TC';
    font-weight: 600;
}

.stronghold_intro{
    overflow-x: hidden;
}

.button2{
    padding: 10px 15px;
    background: #966c27;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    margin: 0 5px 5px 5px;
}

.button2 i{
    margin-right: 3px;
    font-size: 18px;
}

.button2:hover{
    opacity: 0.7;
    color: #fff;
}

.map_button.active{
    opacity: 0.7;
}

.google_map_wrap{
    margin-top: 15px;
    display: none;
}

.google_map_wrap iframe{
    width: 100% !important;
    height: 450px !important;
}

@media (max-width: 575px){
    .google_map_wrap iframe{
        height: 250px !important;
    }
}
/*====== 服務據點 =======*/

/*====== 聯絡我們 =======*/
#contact_map_wrap{
    padding: 25px 0;
    border-style: solid;
    border-width: 1px 0;
    border-color: #966c27;
    margin-bottom: 15px;
}

#contact_map_wrap iframe{
    width: 100%;
    height: 450px;
}

@media (max-width: 575px){
    #contact_map_wrap iframe{
        height: 250px;
    }
}

.conract_title{
    font-size: 24px;
    font-weight: 600;
    padding: 30px 0;
    text-align: center;
    color: #966c27;
}

.conract_title2{
    font-size: 24px;
    font-weight: 600;
    padding: 30px 0;
    color: #966c27;
}

.contact_row{
    padding-bottom: 10px;
    color: #000;
}

.contact_row a{
    color: #000;
    transition: all 0.4s ease-in-out;
}

.contact_row a:hover{
    opacity: 0.7;
}

#contact_form_wrap{
    padding: 15px;
    background: #fff;
}

#RecaptchaField1 div{
    margin: 0 auto;
}
/*====== 聯絡我們 =======*/

/*====== 產品介紹開頭 =======*/
#product_banner_wrap{
    position: relative;
}

#product_banner_icon{
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
}

#product_banner_icon.animation{
    animation-name: animation28;
    animation-duration: 2s;
    animation-timing-function: ease-out;
}

.product_banner_block{
    position: relative;
    overflow-x: hidden;
}

.product_banner_block2:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    z-index: -1;
}

#product_banner_circle_img_wrap{
    padding: 60px 0;
    position: relative;
}

@media(max-width: 767px){
    #product_banner_circle_img_wrap{
        padding: 60px 0 30px 0;
    }
}

@media(max-width: 480px){
    #product_banner_circle_img_wrap{
        padding: 60px 0 30px 0;
    }
}

#product_banner_top_img{
    position: absolute;
    top: 0;
    left: 72%;
    width: 700px;
}

#product_banner_top_img.animation{
    animation-name: animation29;
    animation-duration: 2s;
    animation-timing-function: ease-out;
}

@media(max-width: 1350px){
    #product_banner_top_img{
        width: 450px;
    }
}

@media(max-width: 1199px){
    #product_banner_top_img{
        width: 350px;
    }
}

@media(max-width: 767px){
    #product_banner_top_img{
        width: 250px;
    }
}

@media(max-width: 480px){
    #product_banner_top_img{
        width: 200px;
        left: 60%;
    }
}

#product_banner_circle_img{
    width: 40%;
    background: url("../img/product_banner_circle_img.jpg") center center no-repeat;
    background-size: cover;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100%;
}

@media(max-width: 480px){
    #product_banner_circle_img{
        width: 70%;
    }
}

#product_banner_circle_img_word{
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    opacity: 0;
    transform-origin: center left;
}

#product_banner_circle_img_word.animation{
    animation-name: animation30;
    animation-duration: 2s;
    animation-delay: 0.45s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

@media(max-width: 1199px){
    #product_banner_circle_img_word{
        width: 300px;
    }
}

@media(max-width: 991px){
    #product_banner_circle_img_word{
        width: 230px;
        opacity: 1;
    }
}

@media(max-width: 767px){
    #product_banner_circle_img_word{
        top: 10px;
        width: 33%;
    }
}

@media(max-width: 480px){
    #product_banner_circle_img_word{
        width: 55%;
        top: 40px;
    }
}

#product_banner_circle_img_title{
    position: absolute;
    bottom: 40px;
    left: 20%;
    writing-mode: vertical-lr;
    color: #b1793f;
    font-weight: 600;
    font-size: 2em;
    opacity: 0;
}

#product_banner_circle_img_title.animation{
    animation-name: animation20_2;
    animation-duration: 2s;
    animation-delay: 0.8s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

#product_banner_circle_img_title2{
    position: absolute;
    bottom: 15px;
    left: 25%;
    writing-mode: vertical-lr;
    color: #b1793f;
    font-weight: 600;
    font-size: 2em;
    padding: 0;
    margin: 0;
    opacity: 0;
}

#product_banner_circle_img_title2.animation{
    animation-name: animation20_2;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

@media(max-width: 991px){
    #product_banner_circle_img_title,#product_banner_circle_img_title2{
        font-size: 1.6em;
        opacity: 1;
    }
}

@media(max-width: 767px){
    #product_banner_circle_img_title{
        font-size: 1.4em;
        left: 18%;
    }
    #product_banner_circle_img_title2{
        font-size: 1.4em;
        left: 23%;
    }
}

@media(max-width: 480px){
   #product_banner_circle_img_title{
        font-size: 1.2em;
        left: 0%;
    }
    #product_banner_circle_img_title2{
        font-size: 1.2em;
        left: 7%;
    }
}

.product_banner_block2{
    position: relative;
    overflow-x: hidden;
    background-image: url("../img/product_banner_background.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 450px;
    z-index: 2;
    margin-top: 30px;
}

@media(max-width: 767px){
    .product_banner_block2{
        height: 350px;
    }
}

#product_banner_content_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#product_banner_content_block{
    padding-left: 30px;
    position: relative;
    color: #fff;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    opacity: 0;
}

#product_banner_content_block.animation{
    animation-name: animation31;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

@media(max-width: 991px){
    #product_banner_content_block{
        opacity: 1;
    } 
}

@media(max-width: 767px){
    #product_banner_content_block{
        margin-top: 95px;
    } 
}

#product_banner_content_block:before{
    content: '';
    height: 100%;
    width: 8px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

#product_banner_content_title{
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

@media(max-width: 575px){
	#product_banner_content_title{
		font-size: 20px;
	}
}

@media(max-width: 380px){
	#product_banner_content_title{
		font-size: 18px;
	}
}

#product_banner_content{
	font-size: 22px;
	line-height: 1.4em;
}

@media(max-width: 575px){
	#product_banner_content{
		font-size: 16px;
	}
}

#product_banner_content_title_icon{
    position: absolute;
    right: -100px;
    top: -95px;
    width: 150px;
    opacity: 0;
}

#product_banner_content_block.animation #product_banner_content_title_icon{
    animation-name: animation20_2;
    animation-duration: 1s;
    animation-delay: 0.45s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

@media(max-width: 991px){
    #product_banner_content_title_icon{
        opacity: 1;
    } 
}

@media(max-width: 767px){
    #product_banner_content_title_icon{
        display: none;
    } 
}

#product_banner_content_title_icon_mobile{
    position: absolute;
    width: 250px;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

@media(max-width: 767px){
    #product_banner_content_title_icon_mobile{
        display: block;
    } 
}

#product_banner_smoke{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 250px;
    transform-origin: center right;
    opacity: 0;
}

#product_banner_smoke.animation{
    animation-name: animation10_2;
    animation-duration: 1s;
    animation-delay: 0.8s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

@media(max-width: 991px){
    #product_banner_smoke{
        opacity: 1;
    }
}

@media(max-width: 767px){
	#product_banner_smoke{
		display: none;
	}
}

#product_banner_smoke_mobile{
    position: absolute;
    top: -10px;
    left: -80px;
    width: 250px;
    transform-origin: center left;
	display: none;
}

@media(max-width: 767px){
	#product_banner_smoke_mobile{
		display: block;
	}
}

.product_banner_block3{
    position: relative;
    overflow-x: hidden;
}

#product_banner_icon2{
    position: absolute;
    bottom: 100px;
    right: -100px;
    width: 300px;
    z-index: 2;
}

@media(max-width: 767px){
    #product_banner_icon2{
        width: 150px;
        right: -50px;
    }
}

#product_banner_icon2.animation{
    animation-name: animation10;
    animation-duration: 2.4s;
    animation-timing-function: ease-out;
}

/*
#product_banner_icon3{
    position: absolute;
    bottom: 30px;
    right: -20%;
    width: 300px;
}

#product_banner_icon3.animation{
    animation-name: animation10;
    animation-duration: 2.4s;
    animation-timing-function: ease-out;
}*/

@media(max-width: 1800px){
    .product_banner_block3{
        padding-bottom: 20px;
    }
}

@media(max-width: 1600px){
    .product_banner_block3{
        padding-bottom: 30px;
    }
}

@media(max-width: 1399px){
    .product_banner_block3{
        padding-bottom: 45px;
    }
}

@media(max-width: 1199px){
    .product_banner_block3{
        padding-bottom: 55px;
    }
}

@media(max-width: 991px){
    .product_banner_block3{
        padding-bottom: 65px;
    }
}

@media(max-width: 767px){
    .product_banner_block3{
        padding-bottom: 85px;
    }
}

@media(max-width: 560px){
    .product_banner_block3{
        padding-bottom: 100px;
    }
}

@media(max-width: 480px){
    .product_banner_block3{
        padding-bottom: 160px;
    }
}

#product_banner_info_background{
    width: 100%;
}

#product_banner_info_background_mark{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#product_banner_info_word_wrap{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#product_banner_info_word_block{
    position: relative;
    height: 100%;
}

#product_banner_info_title{
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    opacity: 0;
}

#product_banner_info_title.animation{
    animation-name: animation20_2;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

#product_banner_info_title2{
    position: absolute;
    top: 40%;
    left: 140px;
    width: 150px;
    opacity: 0;
}

#product_banner_info_title2.animation{
    animation-name: animation20_2;
    animation-duration: 1s;
    animation-delay: 0.8s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

@media(max-width: 1400px){
    #product_banner_info_title{
        width: 120px;
        left: 100px;
    }
    #product_banner_info_title2{
        width: 120px;
        left: 220px;
    }
}

@media(max-width: 1199px){
    #product_banner_info_title{
        width: 100px;
        left: 60px;
    }
    #product_banner_info_title2{
        width: 100px;
        left: 170px;
    }
}

@media(max-width: 991px){
    #product_banner_info_title{
        width: 80px;
        left: 40px;
        opacity: 1;
    }
    #product_banner_info_title2{
        width: 80px;
        left: 120px;
        opacity: 1;
    }
}

@media(max-width: 767px){
    #product_banner_info_title{
        width: 60px;
        left: 30px;
    }
    #product_banner_info_title2{
        width: 60px;
        left: 90px;
        top: 30%;
    }
}

@media(max-width: 570px){
    #product_banner_info_title{
        width: 50px;
        left: 15%;
    }
    #product_banner_info_title2{
        width: 50px;
        left: 24%;
        top: 26%;
    }
}

@media(max-width: 480px){
    #product_banner_info_title{
        width: 40px;
        left: 12%;
    }
    #product_banner_info_title2{
        width: 40px;
        left: 22%;
        top: 26%;
    }
}

#product_banner_info_content_wrap{
    position: absolute;
    bottom: 0%;
    right: 0px;
    padding: 0 30px 0 30px;
    border-width: 0 2px 2px 2px;
    border-style: solid;
    border-color: #b1793f;
    color: #b1793f;
    opacity: 0;
	z-index: 3;
}

#product_banner_info_content_wrap.animation{
    animation-name: animation32;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

@media(max-width: 991px){
    #product_banner_info_content_wrap{
        opacity: 1;
    }
}

@media(max-width: 767px){
    #product_banner_info_content_wrap{
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
    }
}

@media(max-width: 700px){
    #product_banner_info_content_wrap{
        width: 80%;
    }
}

#product_banner_info_content{
    width: 350px;
    transform: translateY(-10px);
    position: relative;
    font-size: 24px;
	line-height: 1.4em;
    font-weight: 600;
}

@media(max-width: 700px){
    #product_banner_info_content{
        width: 100%;
    }
}

@media(max-width: 575px){
    #product_banner_info_content{
        font-size: 18px;
    }
}

#product_banner_info_content:before{
    content: '';
    position: absolute;
    height: 2px;
    width: 15px;
    left: -30px;
    top: 10px;
    background: #b1793f;
}

#product_banner_info_content:after{
    content: '';
    position: absolute;
    height: 2px;
    width: 15px;
    right: -30px;
    top: 10px;
    background: #b1793f;
}

.product_banner_block4{
    position: relative;
    overflow: hidden;
}

#product_banner_icon4{
    position: absolute;
    top: 180px;
    left: -200px;
    width: 600px;
	z-index: -1;
}

#product_banner_icon4.animation{
    animation-name: animation10;
    animation-duration: 4s;
    animation-timing-function: ease-out;
}

#product_banner_ad_img{
    width: 100%;
    margin: 30px auto;
    opacity: 0;
	max-width: 600px;
	display: block;
}

#product_banner_ad_img.animation{
    animation-name: animation20;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

@media(max-width: 991px){
    #product_banner_ad_img{
        opacity: 1;
    }
}
/*====== 產品介紹開頭 =======*/

/*====== 會員專區 =======*/
#member_form_wrap{
    width: 95%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 5px #aaa;
    padding: 15px;
    position: relative;
    z-index: 3;
    font-family: 'Noto Sans TC';
}

.member_form_title{
    width: 200px;
    text-align: center;
    padding: 8px 0;
    margin: 0 auto;
    font-size: 18px;
    border: 1px solid #c4b091;
    margin-bottom: 30px;
}

.member_form_title_mobile{
	width: 200px;
    text-align: center;
    padding: 8px 0;
    margin: 0 auto;
    font-size: 18px;
    border: 1px solid #c4b091;
    margin-bottom: 30px;
	display: none;
}

@media(max-width: 767px){
	.member_form_title_mobile{
		display: block;
	}
}

.facebook_button{
	width: 100%;
	max-width: 280px;
	padding: 8px;
	color: #fff;
	background: #3b5998;
	margin: 0 auto;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border: none;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
	border-radius: 6px;
	letter-spacing: 2px;
}

.facebook_button i{
	font-size: 20px;
	color: #fff;
	margin-right: 15px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}

.facebook_button:hover{
	opacity: 0.7;
}

.line_button{
	width: 100%;
	max-width: 250px;
	padding: 8px;
	color: #fff;
	background: #00c300;
	margin: 0 auto;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border: none;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
	border-radius: 6px;
	letter-spacing: 2px;
}

.line_button i{
	font-size: 20px;
	color: #fff;
	margin-right: 15px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}

.line_button:hover{
	opacity: 0.7;
}

#login_sp_line{
	margin: 30px 0;
	position: relative;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #c4b091;
}

#member_navi_wrap{
    padding-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 2;
    font-family: 'Noto Sans TC';
    overflow: hidden;
}

.member_navi{
    display: inline-block;
    padding: 6px 30px;
    color: #a6a6a3;
    border: 1px solid #a3816f;
    margin: 0 5px 5px 5px;
    transition: all 0.45s ease-in-out;
}

.member_navi:hover{
    background: #000;
    color: #fff;
}

.member_navi.active{
    background: #000;
    color: #fff;
}

@media (min-width: 1000px)
{
    .member_navi.animation{
        animation-name: animation20_2;
        animation-timing-function: ease-out;
    }
}

#member_navi_mobile_wrap{
    padding-bottom: 30px;
    position: relative;
    z-index: 4;
    font-family: 'Noto Sans TC';
    cursor: pointer;
    display: none;
}

@media (max-width: 768px){
    #member_navi_wrap{
        display: none;
    }
    #member_navi_mobile_wrap{
        display: block;
    }
}

#member_navi_button{
    width: 90%;
    margin: 0 auto;
    background: #000;
    color: #fff;
    padding: 8px 25px;
    position: relative;
    transition: all 0.6s ease-in;
}

#member_navi_button:hover{
    background: #c42605;
}

#member_navi_button_contont{
    width: 100%;
    display: inline-block;
}

#member_navi_button_contont i{
    float: right;
    font-size: 28px;
    transition: transform 0.4s ease-in;
}

#member_navi_button.active{
    background: #c42605;
    color: #fff;
}

#member_navi_button.active #member_navi_button_contont i{
    transform: rotate(90deg);
}

#member_navi_mobile_list_wrap{
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

.member_navi_mobile_list{
    padding: 12px 25px;
    color: #000;
    display: block;
    border-bottom: 1px solid #bfbfbf;
    transition: all 0.45s ease-in-out;
}

.member_navi_mobile_list:last-child{
    border: none;
}

.member_navi_mobile_list i{
    margin-right: 15px;
    color: #c42605;
}

.member_navi_mobile_list:hover{
    color: #c42605;
}

.member_navi_mobile_list.active{
    color: #c42605;
}
/*====== 會員專區 =======*/

/*====== 購物車 =======*/
#cart_list_wrap{
	margin-bottom: 30px;
}

@media(max-width: 767px){
	#cart_list_wrap{
		display: none;
	}
}

.cart_item_list_header{
	display: flex;
	padding: 10px 0;
	font-size: 18px;
	color: #fff;
	background: #000;
	border-radius: 8px;
}

.cart_item_list_img_header{
	width: 60px;
	text-align: center;
}

.cart_item_list_title_header{
	width: calc(100% - 430px);
	padding-left: 10px;
}

.cart_item_list_price_header{
	width: 80px;
	text-align: center;
}

.cart_item_list_amount_header{
	width: 180px;
	text-align: center;
}

.cart_item_list_subtotal_header{
	width: 80px;
	text-align: center;
}

.cart_item_list_delete_header{
	width: 30px;
}

.cart_item_list{
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #bfbfbf;
	font-size: 18px;
}

.cart_item_list_img{
	width: 60px;
}

.cart_item_list_title{
	width: calc(100% - 430px);
	padding-left: 10px;
}

.cart_item_list_price{
	width: 80px;
	text-align: center;
}

.cart_item_list_subtitle{
	font-size: 14px;
	color: #aaa;
}

.cart_item_list_amount{
	width: 180px;
	text-align: center;
}

.cart_item_list_subtotal{
	width: 80px;
	text-align: center;
}

.cart_item_list_delete{
	width: 30px;
	text-align: center;
	font-size: 20px;
}

.cart_item_list_delete_button{
	font-size: 20px;
	transition: all 0.35s ease-in-out;
	display: inline-block;
	color: #666;
}

#cart_list_mobile_wrap{
	margin-bottom: 30px;
	display: none;
}

@media(max-width: 767px){
	#cart_list_mobile_wrap{
		display: block;
	}
}

.cart_item_list_mobile{
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #bfbfbf;
}

.cart_item_list_mobile_img{
	width:  25%;/* 570 * 410 */
	height: calc(((540px - 30px) * 0.25) / 57 * 41);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media(max-width: 575px){
	.cart_item_list_mobile_img{
		height: calc(((95vw - 30px) * 0.25) / 57 * 41);
	}
}

.cart_item_list_mobile_content{
	width: 75%;
	position: relative;
	padding-left: 15px;
	font-size: 16px;
}

.cart_item_list_mobile_title{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-right: 40px;
}

.cart_item_list_mobile_subtitle{
	font-size: 14px;
	color: #aaa;
}

.cart_item_list_mobile_price{
	margin-bottom: 10px;
}

.cart_item_list_mobile_amount{
	margin-bottom: 10px;
}

.CartAmountMobileWrap{
    width: 160px;
	display: inline-flex;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
	padding: 0 40px;
    border: 1px solid #bfbfbf;
}

.CartAmountInputMobile{
	border-width: 0 1px;
	border-style: solid;
	border-color: #bfbfbf;
	border-radius: 0;
	font-size: 18px;
	text-align: center;
	padding: 5px 10px;
	width: 100%;
}

.CartAmountInputMobile::-webkit-inner-spin-button,.CartAmountInputMobile::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.CartqtyButtonDecMobile{
    position: absolute;
    top: 50%;
    left: 8px;
	transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.4em;
	color: #aaa;
}

.CartqtyButtonAddMobile{
    position: absolute;
    top: 50%;
    right: 8px;
	transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.4em;
	color: #aaa;
}

.CartqtyButtonDecMobile:hover,.CartqtyButtonAddMobile:hover{
    color: #c42605;
}

.cart_item_list_delete_button_mobile{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 28px;
	transition: all 0.35s ease-in-out;
	color: #666;
}

.cart_item_list_delete_button_mobile:hover{
	opacity: 0.7;
	color: #666;
}

#cart_total_wrap{
	display: flex;
	padding: 15px 0 30px 0;
	justify-content: center;
}

#cart_total_block{
	padding: 10px;
	background: #000;
	border-radius: 8px;
	width: 100%;
	max-width: 400px;
}

#cart_shipping{
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	color: #fff;
}

#cart_total{
	text-align: center;
	color: #fff;
	font-size: 20px;
}
/*====== 購物車 =======*/

/*====== 訂單查詢 =======*/
#order_list_wrap{
	margin-bottom: 30px;
}

@media(max-width: 767px){
	#order_list_wrap{
		display: none;
	}
}

.order_item_list_header{
	display: flex;
	padding: 10px 0;
	font-size: 18px;
	color: #fff;
	background: #000;
	border-radius: 8px;
}

.order_item_list_date_header{
	width: 100px;
	text-align: center;
}

.order_item_list_number_header{
	width: 110px;
	text-align: center;
}

.order_item_list_title_header{
	width: calc(100% - 550px);
	padding-left: 10px;
}

.order_item_list_price_header{
	width: 100px;
	text-align: center;
}

.order_item_list_state_header{
	width: 80px;
	text-align: center;
}

.order_item_list_content_header{
	width: 80px;
	text-align: center;
}

.order_item_list{
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #bfbfbf;
	font-size: 18px;
}

.order_item_list_date{
	width: 100px;
	text-align: center;
}

.order_item_list_number{
	width: 110px;
	text-align: center;
	word-break: break-all;
}

.order_item_list_title{
	width: calc(100% - 550px);
	padding-left: 10px;
}

.order_item_list_price{
	width: 100px;
	text-align: center;
}

.order_item_list_state{
	width: 80px;
	text-align: center;
}

.order_item_list_content{
	width: 80px;
	text-align: center;
}

.order_item_list_content_button{
	background: #000;
	border-radius: 6px;
	width: 100%;
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 4px 0;
	transition: all 0.4s ease-in-out;
	max-width: 80px;
}

.order_item_list_content_button:hover{
	background: #c42605;
	color: #fff;
}

#order_list_mobile_wrap{
	margin-bottom: 30px;
	display: none;
}

@media(max-width: 767px){
	#order_list_mobile_wrap{
		display: block;
	}
}

.order_item_list_mobile{
	padding: 10px 0;
	border-bottom: 1px solid #bfbfbf;
}

.order_item_list_mobile_row{
	margin-bottom: 10px;
}

.order_item_list_mobile_content{
	text-align: right;
}

.order_content_row_wrap{
	margin-bottom: 30px;
}

.order_content_row{
	margin-bottom: 10px;
}

.order_content_item_list_header{
	display: flex;
	padding: 10px 0;
	font-size: 18px;
	color: #fff;
	background: #000;
	border-radius: 8px;
}

.order_content_item_list_title{
	width: calc(100% - 200px);
	padding-left: 10px;
}

.order_content_item_list_price{
	width: 80px;
	text-align: center;
}

.order_content_item_list_amount{
	width: 40px;
	text-align: center;
}

.order_content_item_list{
	display: flex;
	padding: 10px 0;
	font-size: 18px;
}
/*====== 訂單查詢 =======*/

#fullpage_content{
    position: relative;
    z-index: 2;
    min-height: 600px;
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 5px #aaa;
	max-width: 95%;
	margin: 0 auto;
}

@media (max-width: 767px){
    #fullpage_content{
        min-height: auto;   
    }
}
