@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300&family=Noto+Serif+TC:wght@600&display=swap');*/
/* CSS Document */
* {
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:focus {
	outline:none;
}
input, textarea, button, select {
	/*appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;*/
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #666;
}
img {
	max-width: 100%;
	border: none;
}
*:actived {
	text-decoration: none;
}
*:focus {
	outline: none;
}


img {
	max-width: 100%;
}
body {
	font-family: "微軟正黑體", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 0;
	padding: 0;
    overflow-x: hidden;
	font-size: 95%;
}
ul, li {
	padding: 0;
	margin: 0;
}
hr {
    height: 1px;
    border: none;
    background: #666;
    width: 100%;
    margin: 0;
}
header, section, footer {
    width: 100%;
    float: left;
}
.container {
	width: 100%;
	margin: 0 auto;
    padding: 0 2.5%;
	max-width: 1200px;
}
.container-fluid {
	width: 100%;
	margin: 0 auto;
    padding: 0 2.5%;
}
.container-full {
	width: 100%;
	margin: 0 auto;
    padding: 0;
}
nav {
	background-color: #000;
	width: 100%;
	line-height: 1.5;
	z-index: 99;
	position: fixed;
    
}
li {
	list-style-type: none;
}
ul.main_menu {
	
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
ul.main_menu li {
	display: inline-block;
	float: none;
	position: relative;
}
ul.main_menu li a {
	padding: 10px 1rem 10px;
	display: block;
	color: #A27E00;
	font-size: 90%;
	text-align: center;
	font-weight: 400;
}
ul.main_menu li a:hover {
	color: #FFF;
}
ul.sub_menu {
	display: none;
	position: absolute;
	width: 100%;
	background: #000;
}
ul.sub_menu li {
	width: 100%;
}
ul.sub_menu li a {
	text-align: left;
    padding: 10px 1.7rem;
}
ul.main_menu li:hover ul.sub_menu{
	display: block;
}
ul.main_menu li a span {
	padding: 0 4px 0 0;
}
ul.main_menu img, div.lang img, ul.mobile_menu img {
	max-height: 1.3rem;
	vertical-align: bottom;
}
ul.main_menu li a:hover img {
    -moz-filter:grayscale(100%);
	-moz-filter:brightness(10);
	filter:grayscale(100%);
	filter:brightness(10);
}
.mid_menu {
    width: 70%;
    text-align: center;
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
div.lang {
	font-family: "Times New Roman", "serif";
	width: 15%;
	float: right;
	color: #FFF;
	font-style: italic;
	font-weight: 300;
    text-align: right;
}
div.lang a {
	padding: 10px 3px;
	display: inline-block;
	color: #FFF;
	font-size: 90%;
	vertical-align: middle;
	font-style: italic;
	font-weight: 300;
}
div.award {
    width: 15%;
	float: left;
    padding: 9px 0;
}
.award img {
    margin: 0 6px 0 0;
}


section {
    line-height: 0;
    padding: 40px 0;
    background: #EEE;
}
section img {
    width: 100%;
}
section#about {
    padding: 40px 0;
}
section#about .about_content {
    margin: 20px 0 40px;
    float: left;
    width: 100%;
}
.about_text {
    width: 50%;
    float: left;
}
.about_text h1 {
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
}
.about_text {
    line-height: 1.7;
}
.about_text p {
    margin: 1rem 0;
    max-width: 290px;
    text-align: justify;
    font-size: 90%;
}
.about_logo {
    width: 50%;
    float: right;
    text-align: right;
}
.about_logo img {
    max-width: 170px;
}


footer {
    background: #DDD;
}
.footer_logo, .footer_contact {
	width: 50%;
	float: left;
}
.footer_logo {
	padding: 65px 0 65px 10%;
}
.footer_logo a img {
    max-width: 150px;
}
.footer_contact {
	padding:65px 0 0;
}
.footer_contact p {
	display: block;
}
.footer_contact span {
	display: inline-block;
	margin: 0 0 0 2rem;
	letter-spacing: 0.05rem;
}
span.title {
	min-width: 6rem;
	margin: 0;
}
.w50 {
    width: 50%;
}
div.award .lang {
    display: none;
}
.mobile_menu {
    display: none;
}
.toggle {
	opacity: 0;
	display: none;
}
.ad img{
	width: 100px!important;
	height: 100px!important;
}

.desktop {
    display: inline-block;
}
.mobile {
    display: none;
}
@media screen and (max-width: 1200px) {
	.toggle {
		position: fixed;
		right: 0%;
		top:0%;
		display: block;
		z-index: 1000;
		cursor: pointer;
		opacity: 1;
		background: transparent;
	}
	.toggle p {
		width: 38px;
		height: 38px;
		/*background-color: #FFF;*/
		padding: 2px;
		position: relative;
		margin: 0.5em;
	}
	.toggle span.top {
		width: 34px;
		height: 2px; 
		background-color: #A27E00;
		display: block;
		position: absolute;
		top: 4px;
		transition: all 0.1s linear;
	}
	.toggle span.mid {
		width: 34px;
		height: 2px; 
		background-color: #A27E00;
		display: block;
		position: absolute;
		top: 18px;
		transition: all 0.1s linear;
	}
	.toggle span.bottom {
		width: 34px;
		height: 2px; 
		background-color: #A27E00;
		display: block;
		position: absolute;
		bottom: 4px;
		transition: all 0.1s linear;
	}
	.toggle.active span.top {
		width: 38px;
		height: 2px; 
		background-color: #A27E00;
		display: block;
		position: absolute;
		top: 18px;
		left: 0;
		transform: rotate(45deg);
		transition: all 0.1s linear;
	}
	.toggle.active span.mid {
		display: none;
	}
	.toggle.active span.bottom {
		width: 38px;
		height: 2px; 
		background-color: #A27E00;
		display: block;
		position: absolute;
		bottom: 18px;
		left: 0;
		transform: rotate(-45deg);
		transition: all 0.1s linear;
	}
	nav {
		width: 100%;
		z-index: 99;
		text-align: center;
		position: fixed;
        background-color: transparent;
	}
    .mobile_menu {
        display: block;
    }
	.container {
		padding: 0 12.5%;
	}
    .container-fluid {
        padding: 0;
    }
	nav .container {
		padding: 0%;
	}
	ul.main_menu {
		display: none;
		background: #111;
        height: 100vh;
	}
	ul.main_menu li {
		width: 100%;
	}
	ul.main_menu li a {
        padding: 25px 2rem 10px;
        text-align: left;
        display: inline-block;
        width: 70%;
        float: right;
        font-size: 16px;
        border-bottom: 1px solid #A27E00;
	}
	ul.main_menu li:hover ul.sub_menu {
		display: block;
		position: relative;
	}
	ul.cart_menu.active {
		width: 100%;
		position: relative;
	}
	div.lang {
		width: 100%;
		text-align: center;
	}
	li.col-1 {
		width: calc(100% / 2);
	}
	li.col-2 {
		width: calc(100% / 1);
	}
	.link_main, .link_shop, .link_method, .link_title, ul.link_item_type {
		display: none;
	}
	.link_contact, .link_store_info {
		padding: 0;
		border: none;
		height: auto;
		margin-bottom: 1rem;
	}
	.form-group label, .form-group input, .form-group textarea {
		width: 100%;
	}
    .footer_logo a img {
        max-width: 125px;
    }
    .footer_logo {
        text-align: center;
    }
    .footer_logo, .footer_contact {
        width: 100%;
        padding: 45px 0% 0;
    }
    .footer_logo a {
        float: right;
    }
    hr {
        max-width: 90%!important;
    }
    div.award, .mid_menu {
        width: 100%;
        display: block;
    }
    /*.ad {
        top: 0!important;
    }*/
    span.title {
        min-width: 4rem;
    }
    .footer_contact {
        margin: 0 0 30px 0rem;
        letter-spacing: 0rem;
        font-size: 1rem;
        font-weight: 300;
    }
    .footer_contact {
        font-size: 100%;
    }
    .footer_contact p {
        margin: 0 0 .5rem 0rem;
    }
    
    .mid_menu + .lang {
        display: none;
    }
    div.award {
        text-align: left;
        padding: 14px 1.5%;
        background: #000;
    }
    div.award .lang {
        display: inline-block;
        width: auto;
        float: none;
    }
    ul.main_menu img, div.lang img {
        display: inline-block;
        float: left;
    }
    .award img {
        margin: 0;
    }
    .award > img {
        margin: 0 3px;
        max-height: 25px;
    }
    div.lang a {
        padding: 0px 6px;
    }
    ul.main_menu li a span {
        min-width: 50px;
        display: inline-block;
        text-align: center;
    }
    ul.main_menu li a span img {
        float: none;
    }
    .main_menu .award, .main_menu .lang {
        display: none;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: inline-block;
    }
}