@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+TC:wght@200;400;700&display=swap');
@import url('bootstrap-icons.css');

/* 頁面淡入 */
@keyframes fadeOut {
	from {  opacity: 0; }
	to { opacity: 1; }
  }
body.index {   animation-duration: 3s;  animation-name: fadeOut; position: relative;}
body {  animation-duration: 2s;  animation-name: fadeOut;}

body { background-color: #fff; margin:0;  font-family: 'Montserrat', 'Noto Sans TC', bootstrap-icons, Microsoft JhengHei; position:relative; font-size:16px;}
img { border:0; vertical-align:middle;}
input { vertical-align:middle; font-family:'Noto Sans TC'; border: 0;}
select {  font-family: 'Noto Sans TC';}
textarea {  font-family: 'Noto Sans TC';}

:root {
	/* 選單字顏色 */
	--nav-text-color: #ffffff;
  }

/*  漸變效果 */

a {transition: all 0.3s ease 0s; text-decoration:none;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}/* End hide from IE-mac */
/*  padding and border no width  */
*{
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 -moz-box-sizing: border-box;   /* Firefox, other Gecko */
 box-sizing: border-box;        /* Opera/IE 8+ */
}


.wallpeper { width:100%; position: relative; z-index: 5; box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);}
.wallpeper.index-wallpaper { padding-top: 0; }
.wallpeper.index-wallpaper .main-box { max-width: 100%;}



.main-box { position: relative; }

.left-bg { position:absolute; top:0; left:0; width:auto; height:auto; z-index:1; }

/*  header */
header { position:fixed; top: 0; left: 0; width: 100%; z-index: 900; transition: all 0.3s ease;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
header .logo { width: 120px; flex: none; transition: all 0.3s ease;}
header .logo a { display:block; background-image: url(../images/logo.svg); background-position: center; background-size: contain; background-repeat: no-repeat; height: 0; padding-bottom: 54%;}
header .logo img { width:auto; height:70px;}
header .fancymilktea { width: auto; flex: none; text-align: right; padding: 0 0 0 30px; color: #ffffff; }

.top-head { position:relative;  transition: all 0.3s ease; display: flex; justify-content: space-between; padding: 25px 20px;}


header.down .top-head { padding: 10px 20px; }

.login-info { font-size:16px; color:#333333; position:absolute; right:0px; top:10px; text-align:right;}
.login-info a { color:#000000; padding:0 5px;}
.login-info span.name { color:#000000; padding-right:10px;}
.login-info a img { height:14px; width:auto; padding-right:5px;}


ul.top-tool { list-style:none; padding:5px 0px; margin:0; position:absolute; right:0; bottom:50px; border:0px #CCCCCC solid; border-radius: 20px;}
ul.top-tool li { display:inline-block; margin: 0 4px;}
ul.top-tool li:first-child { display: none;}
ul.top-tool li a { display:block; color:#333; font-size:14px;}
ul.top-tool li a:hover { color:#F00;}
ul.top-tool li a:before { content: ''; width: 24px; height: 24px; display: block; background-position: center; background-repeat: no-repeat; background-size: cover;}
ul.top-tool li a.icon-member:before { background-image: url(../images/icon-member.svg);}  
ul.top-tool li a.icon-cart:before { background-image: url(../images/icon-cart.svg);}  

ul.top-tool li .search-input { background:#ffffff; border:0; border-radius: 2px 0 0 2px; width:100px; margin:0; font-family:Microsoft JhengHei; font-size:14px; padding:2px 5px 3px 15px; color:#a28f88; height:26px;}
ul.top-tool li .search-btn { background: url(../images/icon-05.png) #ffffff no-repeat; background-size: contain; font-family:Microsoft JhengHei; padding:0px 15px; margin:0; line-height:24px; font-size:14px; border:0; border-radius:0 2px 2px 0; height:26px;}

.language { padding-left:10px; display:inline-table; }
.language a { display:inline-block; background:#000000; color:#ffffff; margin:0 0 0 3px; border-radius: 99em; font-size:12px; text-align:center; width:22px; line-height:22px; }
.language a:hover { background:#960; }


/*  nav  */
nav { margin-left: 10px; flex: 1;}
.menu {  list-style:none; margin: 0; padding: 0;  display: flex;  overflow: hidden; justify-content: right; font-family: Montserrat; }
.menu>li { flex: none; width: auto; color:var(--nav-text-color); font-size:12px; position:relative; }
.menu>li>a { display:block; color:var(--nav-text-color); padding:10px 15px; text-align:center; transition: all 0.3s ease 0s; }
.menu>li>a>span { display: block; font-size: 18px; } 
.menu>li.cart>a  { background:none;  padding:0 10px; color:var(--nav-text-color); border-right:0;}
.menu>li.cart>a:hover { background:#000000;  }
.menu>li.cart>a img { height:16px; width:auto; padding-right:5px; vertical-align:middle; margin-top:-4px;}
.menu>li>span { display:block; color:#000000; padding:10px 10px; transition: all 0.3s ease 0s; cursor:pointer;}

.menu>li>a:hover, .menu>li:hover>span, .menu>li.active>a, .menu>li.active>span { color: #dfff6a; letter-spacing: 2px; transition: all 0.3s ease 0s; }
.menu li>div {  opacity:0; position:absolute; padding:10px 40px 20px 40px; left:-160px; top:30px; width:500px; transition: all 0.3s ease 0s; visibility: hidden; z-index: 9999;}
.menu li:hover>div {  opacity:1; top:41px; transition: all 0.3s ease 0s; visibility: visible; }
.menu li ul.sub { margin:0; padding:0; list-style:none; width:23%; margin:0 1%; float:left; min-height:120px;}
.menu li ul.sub h3 { color:#333333; font-size:16px; margin:10px 0 5px 0; padding-bottom:5px; border-bottom:1px #3A3F0A solid;}
.menu li ul.sub>li a { display:block; color:var(--nav-text-color); font-size:12px; padding:3px 7px;}
.menu li ul.sub>li a:hover {color:#950030; }


/* 手機板選單 */
.m-burger { display: none; position: fixed; right: 30px; top: 30px;  width: 56px; height: 36px; z-index: 995; cursor: pointer; transition: all 0.3s ease; }
.m-burger.down { top: 20px; }
.m-burger:before { content: ''; display: block; height: 1px; background-color: #333333; transition: all 0.3s ease; }
.m-burger:after { content: ''; display: block; height: 1px; background-color: #333333; transition: all 0.3s ease; }
.m-burger span { display: block; width: 100%; height: 1px; background-color: #333333; margin: 13px 0; transition: all 0.3s ease; }
.m-burger.active span { width: 0; margin: 0; background-color: #ffffff; }
.m-burger.active:before { transform: rotate(45deg); width: 110%; margin-top: 20px; background-color: #ffffff; transition: all 0.3s ease; }
.m-burger.active:after { transform: rotate(-45deg); width: 110%; margin-top: -2px; background-color: #ffffff; transition: all 0.3s ease; }
.menu>li a.a-m { display:none;}


/* 其他選單 */
.other-menu { background-color: rgba(12, 12, 12, 0.95); position: fixed; top: 0px; right: -360px; max-width: 360px; bottom: 0; z-index: 945; transition: all 0.5s ease; padding: 80px 20px 20px 20px;  font-size: 18px; z-index: 900; display: none;}
.other-menu>div.menu-copyright { color: #ececec; font-size: 12px; padding: 10px 0 0 0; border-top: 1px rgba(255 255 255 / 0.5) solid; margin-top: 20px; display: block; text-align: center;}
.other-menu a { display: block;  padding: 5px 0; color: #ececec; text-align: center; }
.other-menu a > span { padding-left: 1em; }
.other-menu a:before { content: ''; display: block; margin: 15px auto 0 auto; width: 50px; height: 50px;  background-repeat: no-repeat; background-position: center;  background-size: contain; opacity: 0.3; display: none; }

.other-menu a:hover { color: #fffeb0;}
.other-menu a:hover:before { filter: brightness(3);opacity: 1;}
.other-menu.active { right: 0;}
.other-menu .quick-search-box { display: flex; width: 100%; margin: 10px 20px 20px 0;}

.quick-search-box .search-text { flex: 1; border: 0; line-height: 36px; margin: 0 5px 0 0; padding: 0 10px; font-size: 16px; width: calc(100% - 50px);  background-color: transparent; background-color: #f7f6f6; border-radius: 8px; }
.quick-search-box button.search-btn {  flex: none; width: 45px; height: 36px; background-color: transparent; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url(../images/icon-search.svg); border: 0; filter: brightness(5);}



/*  banner  */
.banner { overflow:hidden; position: relative; z-index: 1; }
.banner-box { width:100%; overflow:hidden; position: relative; }
.banner-box-m { display:none; }


.banner-box-content > div {  background-position: center; background-repeat: no-repeat; background-size: cover; }

.subbanner img { width:100% !important; height:auto; padding-bottom:20px;}
.subbanner a.mop { display:none; }


/* top-banner */
.top-banner {  max-width:1200px; margin:0 auto 0px auto; display: none; }
.top-banner img { width:100%; height:auto;}
.top-banner .pc { display:block;}
.top-banner .mobile { display:none;}


/* tab-menu */
.tab-menu { font-family: Montserrat , 'Noto Sans TC'; justify-content: center; list-style: none; margin: 0px 0 20px 0; padding: 0; }
.tab-menu li {  font-size: 16px; border-bottom: 1px #ffffff solid; padding-left: 10px; }
.tab-menu li a { display: block; padding: 10px 15px 10px 30px; color: #3a3a3a; position: relative; clip-path: polygon(0% 0%, 0% 100%,100% 100%,100% 0%); }
.tab-menu li.active a,
.tab-menu li:hover a { background-color: #c34993; color: #ffffff; clip-path: polygon(0% 0%, 5px 100%,100% 100%,calc(100% - 5px) 0%); margin-right: -10px; }

.tab-menu li.active a:before { left: -15px; opacity: 1; opacity: 1;}

.tab-menu li a:before { content: ''; display: block; width: 30px; height: 3px;  background-color: #c7b447; position: absolute; top: calc(50% - 3px); left: -25px; opacity: 0; transition: all 0.3s ease; }
.tab-menu li:hover a:before { left: -15px; opacity: 1; }


/* select-mobile-nav */
.select-mobile-nav { font-size: 18px; width: 100%; display: none; }
.select-mobile-nav select {display: block; width: 100%; font-size: 18px;  font-family: Montserrat , 'Noto Sans TC'; line-height: 1.6em; padding: 0.5em; border: 0; border-bottom: 3px #838359  solid; }

/* member   */
.left-menu02 ul { margin:0; padding:0; list-style:none;}
.left-menu02 ul li { margin: 0 0 0px 0; border-bottom:1px #aae5eb solid; font-size:14px;}
.left-menu02 ul li a { background:#ffffff; color:#999999; padding:5px 10px; display:block;}
.left-menu02 ul li a:hover { background:#999999; color:#ffffff;}

.member-cont .table-title { background:#e0e0e0; padding:10px 15px; margin:0;  color:#000000; font-weight:normal; font-size:18px; border-radius: 12px;}
.member-cont .cont-box { padding:10px 0;}
.member-form .note { font-size:14px; color:#F30; padding:0 0 10px 0;}
.member-form .form-lis { display: flex; flex-wrap: wrap; font-size:14px; line-height:1.2em; padding:0px 0 10px 0;}
.member-form .form-lis .title { display:block; font-size:14px; color:#000000; width:150px;  padding:8px 10px; text-align:right; border-radius: 8px 0 0 8px;}
.member-form .form-lis .data { background:#ffffff; display:block; box-shadow: 0 0 5px #dfdfdf inset; padding:8px 10px; -webkit-flex: 1; flex: 1; font-size:14px; color: #333;}
.member-form .form-lis input.data {  background:#ffffff; border:0; box-shadow: 0 0 5px #dfdfdf inset; width:100%; font-size:14px; font-family:Microsoft JhengHei; }
.member-form .form-lis textarea.data { background:#ffffff; border:0; box-shadow: 0 0 5px #dfdfdf inset;  width:100%; font-size:14px; font-family:Microsoft JhengHei; }


.order-lis .data-info { background:url(../images/cart-bg.jpg); font-size:16px; text-align:center; color:#C63; padding:10px; border:1px #CCCCCC dashed; margin-bottom:10px;}
.order-lis ul { list-style:none; margin:0 0 10px 0; padding:0;}
.order-lis ul li { display: flex; flex-wrap: wrap; background:#FFF; border-bottom:1px #E4E4E4 solid; font-size:14px;}
.order-lis ul li>div { -webkit-flex: 1; flex: 1; text-align:center;  font-size:14px; padding:5px ; border-left:1px #f0f0f0 dotted;}
.order-lis ul li>div:first-child { border-left:0; } 
.order-lis ul li.th-lis { text-align:center; background:#000000; color:#ffffff; padding:0px; font-size:14px; border:0;}
.order-lis ul li.th-lis .finish {  color:#ffffff; font-size:14px;}
.order-lis ul li .number { text-align:left;}
.order-lis ul li .number a { color: #86883C;}
.order-lis ul li .number a:hover { color: #F00;}
.order-lis ul li .number a img { height:16px; width:auto; padding-right:5px; opacity:0.5;}
.order-lis ul li .finish { color:#CCC;}
.order-lis ul li .unpaid { color: #F63;}
.order-lis ul li .preparing { color:#693;}
.order-lis ul li .shipped { color: #999; }
.order-lis ul li .shipped a { color: #F93;}



.point-portal { text-align:center; padding: 20px 10; color:#d18800; font-size:20px;}
.search-bar { padding-bottom:10px; display: flex; flex-wrap: wrap; margin-bottom:10px; border-bottom:1px #CCCCCC solid;}
.search-bar input.text { padding:3px 7px; font-family:Microsoft JhengHei;}
.search-bar .kyeword { display: flex; flex-wrap: wrap; width:50%; padding-right:5px;-webkit-flex: none; flex: none;}
.search-bar .kyeword input.text { -webkit-flex: 1; flex: 1;}
.search-bar .kyeword input.search-btn { width:100px; border:0; background:#333; color:#ffffff;  font-size:14px; padding:3px 7px; font-family:Microsoft JhengHei; cursor:pointer;}
.search-bar .kyeword input.search-btn:hover { background:#930;}
.search-bar .timearea { -webkit-flex: 1; flex: 1; display: flex; flex-wrap: wrap; padding-left:5px;}

.search-bar .timearea .time-box { -webkit-flex: 1; flex: 1; display: flex;  flex-wrap: wrap;}

.search-bar .timearea .time-box span { display:block; width:10%; text-align:center;-webkit-flex: none; flex: none;}
.search-bar .timearea .time-box input { font-size:14px; font-family:Microsoft JhengHei; display:block;-webkit-flex: 1; flex: 1; width:80%; }
.search-bar .timearea input.search-btn { width:100px; border:0; background:#333; color:#ffffff;  font-size:14px; padding:3px 7px; font-family:Microsoft JhengHei; cursor:pointer;-webkit-flex: none; flex: none; display:block;}
.search-bar .timearea input.search-btn:hover { background:#930;}


/* i-about */
.i-about { background-color: #fff6ee; display: flex; align-items: center; justify-content: center; padding: 120px 0px 0 0;   }
/*
.index-about-bg { background-image: url(../images/index-about.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed;  }
*/
.i-about .i-about-cont { color: #333; width: 100%; }
.i-about .i-about-cont h2 { text-align: center; font-size: 40px; letter-spacing: 0.1em; font-family: 'Montserrat'; margin: 0 0 0.3em 0; padding: 0;  z-index: 5; position: relative; }
.i-about .i-about-cont h2 .red { color: #ff7989; }
.i-about .i-about-cont h2 .pink { color: #ffa8b2; }
.i-about .i-about-cont h2 .gold { color: #fff; }
.i-about .i-about-cont h3 { text-align: center; font-size: 48px; margin: 0 0 2em 0; padding: 0; z-index: 5; position: relative;  }
.i-about .i-about-cont h4 { text-align: center; font-size: 30px; margin: 0 0 1em 0; padding: 0; font-weight: 400; z-index: 5; position: relative;  }
.i-about .i-about-cont P { max-width: 800px; width: 100%; font-size: 16px; line-height: 1.6em; color: #605e5e; letter-spacing: 1px; }
.i-about .i-about-cont a { display: block; width: 200px; text-align: center; color: rgba(255, 255, 255, 0.3); margin: 30px auto 20 auto; font-family: 'Montserrat';  }
.i-about .i-about-cont a i { display: block; padding-bottom: 20px; transition: all 0.3s ease;}
.i-about .i-about-cont a:hover i { padding-bottom: 5px; padding-top: 15px; }

.i-about .i-about-cont .about-cont-flex { display: flex; flex-wrap: wrap; padding: 0; overflow: hidden; }
.i-about .i-about-cont .about-cont-flex > div { flex: 1; padding: 0; }
.i-about .i-about-cont .about-cont-flex .photo img { width: 100%; height: auto; }
.i-about .i-about-cont .about-cont-flex .cont h4 span { display: block; color: #cf3f3f; font-size: 24px; }
.i-about .i-about-cont .about-cont-flex .cont { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; padding: 20px 0; }
.i-about .i-about-cont .about-cont-flex .cont h4,
.i-about .i-about-cont .about-cont-flex .cont p { width: 100% ; flex: none; padding: 0 20px;}
.i-about .i-about-cont .full-win-3-power { max-width: 480px; display: block; margin: 20px auto; z-index: 5; position: relative; }

.i-about-box { padding-bottom: 120px; }
.i-about-box h4 { margin: 0 !important; }
.i-about-box .cont { font-size: 16px; color: #c5c5c5; } 

.i-about.i-marketing-bg { background-color: #d2a6c7; position: relative; background-image: none; }
.i-about.i-marketing-bg:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../images/i-marketing-bg.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;  z-index: 1; opacity: 0.05; }


/* in-about */
.in-about { background-color: #fff; display: flex; align-items: center; justify-content: center; }
/*
.index-about-bg { background-image: url(../images/index-about.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed;  }
*/
.in-about .in-about-cont { color: #333; width: 100%; }
.in-about .in-about-cont h2 { text-align: center; font-size: 40px; letter-spacing: 0.1em; font-family: 'Montserrat'; margin: 0 0 0.3em 0; padding: 0;  z-index: 5; position: relative; }
.in-about .in-about-cont h2 .red { color: #ff7989; }
.in-about .in-about-cont h2 .pink { color: #ffa8b2; }
.in-about .in-about-cont h2 .gold { color: #b3b137; }
.in-about .in-about-cont h3 { text-align: center; font-size: 48px; margin: 0 0 40px 0; padding: 0; z-index: 5; position: relative; line-height: 1.5em;  }
.in-about .in-about-cont h4 { text-align: center; font-size: 30px; margin: 0 0 20px 0; padding: 0; font-weight: 400; z-index: 5; position: relative; line-height: 1.5em;  }
.in-about .in-about-cont P { max-width: 520px; width: 100%; font-size: 16px; line-height: 1.6em; color: #8c8787; letter-spacing: 1px; }
.in-about .in-about-cont a { display: block; width: 50px; text-align: center; color: rgba(255, 255, 255, 0.3); margin: 30px auto 0 auto; font-family: 'Montserrat';  }
.in-about .in-about-cont a i { display: block; padding-bottom: 20px; transition: all 0.3s ease;}
.in-about .in-about-cont a:hover i { padding-bottom: 5px; padding-top: 15px; }

.in-about .in-about-cont .about-cont-flex { display: flex; flex-wrap: wrap; padding: 0; overflow: hidden; }
.in-about .in-about-cont .about-cont-flex > div { flex: 1; padding: 0; }
.in-about .in-about-cont .about-cont-flex .photo img { width: 100%; height: auto; margin: 0; }
.in-about .in-about-cont .about-cont-flex .cont h4 span { display: block; color: #cf3f3f; font-size: 24px; }
.in-about .in-about-cont .about-cont-flex .cont { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; padding: 20px 0; }
.in-about .in-about-cont .about-cont-flex .cont h4,
.in-about .in-about-cont .about-cont-flex .cont p { width: 100% ; flex: none; padding: 0 20px;}
.in-about .in-about-cont .full-win-3-power { max-width: 480px; display: block; margin: 20px auto; z-index: 5; position: relative; }

.in-about-box { padding-bottom: 120px; }
.in-about-box h4 { margin: 0 !important; }
.in-about-box .cont { font-size: 16px; color: #c5c5c5; } 

.in-about.i-marketing-bg { background-color: #e7e7e2; position: relative; background-image: none; }
.in-about.i-marketing-bg:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../images/i-marketing-bg.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;  z-index: 1; opacity: 0.05; }


/* i-chronicle-box 里程碑大紀事 */
.i-chronicle-box { display: flex; flex-wrap: wrap; min-height: 360px; }
.i-chronicle-box .title { background-color: #c52e2e; display: flex; flex-wrap: wrap; width: 320px; flex: none; align-content: center; justify-content: center; padding: 40px 20px;}
.i-chronicle-box .title h2 {  font-size: 36px; color: #ffffff; font-family: 'Montserrat'; margin: 0; }
.i-chronicle-box .title h2 .red { color: #f87c8a; font-size: 0.6em; display: block; }

.i-chronicle-box .chronicle-list { flex: 1; overflow-x: auto; display: flex; padding: 20px 20px 70px 20px; white-space:nowrap; }
.i-chronicle-box .chronicle-list .years-item { position: relative; display: flex;  padding-right: 60px; white-space:nowrap;}
.i-chronicle-box .chronicle-list .years-item:before { content: ''; display: block; width: 100%; border-bottom: 3px #d2d4d4 solid; position: absolute; left: 0; bottom: 20px; } 
.i-chronicle-box .chronicle-list .years-item .year { width: 0; font-size: 30px; line-height: 1em; font-family: Montserrat; font-weight: 600; position: relative; display: flex; align-items: flex-end; padding-bottom: 30px;  }
.i-chronicle-box .chronicle-list .years-item .year:before { content: ''; display: block; position: absolute; width: 16px; height: 16px; border-radius: 99em; background-color: #333333; position: absolute; bottom: 14px; left: 2px; z-index: 5;}
.i-chronicle-box .chronicle-list .years-item .year:after { content: ''; display: block; position: absolute; width: 2px; height: 34px; background-color: #d2d4d4; position: absolute; bottom: 20px; left: 10px; z-index: 1; }
.i-chronicle-box .chronicle-list .years-item .year span { display: block; position: absolute; left: 0; bottom: -30px; }

.i-chronicle-box .chronicle-list .years-item .case { writing-mode: vertical-lr; display: flex; justify-content: flex-end; padding-bottom: 60px;  }
.i-chronicle-box .chronicle-list .years-item .case a { color: #333333; }
.i-chronicle-box .chronicle-list .years-item .case a:hover { color: #1098c2; }
.i-chronicle-box .chronicle-list .years-item .case span { writing-mode: horizontal-tb; text-align: center; }


/*  content  內文  */
.font-title { font-size:30px; margin:0 0 10px 0; padding:0; color:#000000; font-weight:normal;}
.font-title-02 { font-size:18px; margin:0 0 10px 0; color:#333333; font-weight: 700; }
.font-content { font-size:16px; line-height:1.8em; padding: 20px 0; color:#636363; font-family: Montserrat;}
.img-left { padding-right:20px; padding-bottom:10px;}
.img-right { padding-left:20px; padding-bottom:10px;}

.sign-box { background-color: #f7f6f6; max-width:500px; margin:40px auto; padding:12px; box-shadow: 0 0 10px #d6d6d6; border: 0; border-radius: 12px; }
.sign-box .left-menu-title { margin: -12px -12px 0 -12px; border-radius: 12px 12px 0 0;}

/*  about  內文  */
.about-pro { padding:0 20px;}
.about-pro img { max-height:150px; height:auto; width:auto;}
.pro-title { color:#808239; font-size:16px; margin:0; padding:20px 0 10px 0;}




.left-menu>li:hover > span, .left-menu>li:hover > a  { background-color: #faecec; color: #000000; border-left: 3px #950030 solid;}
.left-menu>li.active>a, .left-menu>li.active>span { color:#000000; border-left: 3px #950030 solid; }
.left-menu>li:last-child a { border-bottom:0;}

.m-left-menu { display:none; }

.left-menu>li>.menu-line { max-width:100px; margin:0px auto; border-bottom:1px #aa9d93 solid;}
.left-menu .sub { background:#f7f6f6; list-style:none; padding:5px 0 0px 0; }
.left-menu>li.active>.sub { background: #dddddd;}
.left-menu .sub>li { padding:3px 0; margin:0 10%;}
.left-menu .sub>li.active a { color: #D18800; }
.left-menu .sub>li:last-child { padding-bottom:20px; }
.left-menu .sub>li>a, .sub>li>span {font-size:14px; color:#999; display:block;}
.left-menu .sub>li>a:hover { color:#000000;}


/*  page  */
.page-m-top {  position: relative; z-index: 1;}
.page-m-top .top-banner-bg { background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.page-m-top .page-title { max-width: 1600px; margin: 0 auto; overflow: hidden; }
.page-m-top .page-title:after { background-color: #e1fff5; }
.page-title { padding: 80px 0 60px 0; border-radius: 1em; position: relative; font-size: 36px; }
.page-title h3 { color: #ffffff; display: inline-block; font-weight: 300; font-size: 16px; z-index: 20; margin: 0; padding-right: 0em; position: relative; font-family: Montserrat ,'Noto Sans TC'; text-align: right;}
.page-title h3:before { position: absolute; right: -30px; top: 8px; content: '';  height: 60px; width: 1px; background-color: #fff; transform: rotate(30deg); }
.page-title h3:after { content: ""; display: block; height: 1px; background-color: rgba(255 255 255 / 0.2); position: absolute; top: 50%; left: 121%; right: -1200%; }
.page-title h3 span { display: block; color: #ffffff; font-size: 36px; padding: 0px; position: relative; z-index: 10; font-weight: 700;}


.page-box {  overflow: hidden; }
.page-box .content-box { min-height:300px; padding: 0 20px 0 0; position:relative; z-index:10;}
.page-box .page-cornor { position:relative; z-index:1; } 
.page-box .page-cornor .left { position:absolute; bottom:0px; left:0px;}
.page-box .page-cornor .right { position:absolute; bottom:0px; right:0px;}

.sub-title { font-size:42px; font-weight:normal; color:#626146; margin:0; padding:20px 0 60px 0px; line-height:1.6empx; text-align: center; margin-bottom: 20px;  position: relative;}
.sub-title:before { content: ''; width: 10px; height: 10px; background-color: #999863; position: absolute; bottom: 35px; left: calc(50% - 5px); transform: rotate(45deg); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); } 
.sub-title:after { content: ''; width: 1px; height: 45px; background-color: #999863; position: absolute; bottom: 0px; left: 50%;  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } 

/* faq-item */
.faq-item { margin-bottom:15px; border-radius: 12px; overflow: hidden;}
.faq-item .Q-title { background:#e0e0e0; font-size:18px; text-align: center; font-weight: bold; color:#1a1a1a; padding: 12px 20px;}
.faq-item p { background:#f7f3f1; padding: 15px 20px; font-size:14px; line-height:1.6em; border-top: 1px #a1a1a1 dotted; margin: 0;  }



/* 首頁模組 */
h3.index-h3 { border-left:4px #669933 solid; color:#669933; font-size:16px; font-weight:normal; padding-left:10px; line-height:16px;}
.inde-video iframe { display:block; width:100%; height:200px; }
.inde-pro a { display:block; width:100%; height:200px; background:center; background-size: cover; }
.inde-pro a:hover { opacity:0.8;}
.inde-fbfans iframe { display:block; width:100%; height:200px; }
.inde-event-box { display: flex; flex-wrap: wrap;}
.inde-event-box a {display:block; height:200px; -webkit-flex: 1;  flex: 1; background:center; background-size: cover;}
.inde-event-box a:hover { opacity:0.8;}
.inde-event-box:first-child a { margin-right:3px;}
.inde-event-box:last-child a { margin-left:3px;}



/* i-announcement */
.i-announcement { height:245px; padding-bottom:10px; overflow:hidden; display: none;}
.i-announcement-title { background:#a36c45; line-height:30px; text-align:center; color:#ffffff; margin-bottom:5px;}
.i-announcement .item { background:#FFF; border-bottom:1px #CCCCCC dotted; padding:5px; margin:0;}
.i-announcement .item h3 { padding:0; margin:0; font-weight:normal; font-size:16px; line-height:1.3em; height:2.5em; overflow:hidden;}
.i-announcement .item h3 a { color:#333;}
.i-announcement .item h3 a:hover { color: #36C;}
.i-announcement .item span { display:block; font-size:12px; color: #C63; line-height:1.6em;}


/* activity */
.activity ul { list-style:none; margin:0; padding:0 0 20px 0;}
.activity ul li { float:left; width:25%; padding:5px;}
.activity ul li a { display:block; width:100%; height:200px; background:center; background-size: cover;}
.activity ul li:hover a { opacity:0.7;}
.activity ul li h3 { line-height:1.5em; height:5em; overflow:hidden; font-size:16px; font-weight:normal;}


/* message */
.message-box { padding:50px 0;}
.message-box .table-box { background: url(../images/cart-bg.jpg); padding:10px 20px; max-width:500px; margin:0 auto; border:5px #E2E2E2 solid; }
.message-box .table-box h3 { font-weight:normal; margin:0 0 10px 0; padding-bottom:10px; font-size:16px; border-bottom:1px #CCCCCC dotted;}
.message-box .table-box h3 img { height:18px; opacity:0.5; padding:0 5px 2px 0;}
.message-box .table-box .content { font-size:14px; line-height:1.6em; min-height:100px;}
.message-box .table-box .content span { color:#C30;}
.message-box .table-box .forget { padding-top:10px; font-size:14px; line-height:1.6em; min-height:100px; color:#C30;}


/* cart */
.cart-lis h3.title { background:#a59187; font-weight:normal; margin:0; color:#ffffff; padding:10px 10px 10px 10px; font-size:16px; }
.cart-lis h3.title img { height:18px; width:auto; padding-right:5px; margin-top:-3px;}
.cart-table { font-size:14px; }
.cart-table ul { background: url(../images/cart-bg.jpg); list-style:none; margin:0; padding:0;}
.cart-table ul li { display: flex;  flex-wrap: wrap; border-bottom:1px #CCC dotted; padding:5px 0;}

.cart-table ul li .photo, 
 .cart-table ul li .name, 
 .cart-table ul li .quantity, 
 .cart-table ul li .price,
 .cart-table ul li .subtotal
 { -webkit-flex: 1; flex: 1; display: flex; flex-wrap: wrap;  align-items: center; justify-content: center; }

 .cart-table ul li .del { width:50px; display: flex; flex-wrap: wrap;  align-items: center; justify-content: center; }
 .cart-table ul li .del a { background:#F00; color:#fff; display:block; padding:3px 5px;; border-radius: 4px;  }	
 .cart-table ul li .del a:hover { background:#900;}  
.cart-table ul li .price span,  .cart-table ul li .subtotal span { display:none;}		  
.cart-table ul li.th-lis .photo { height:auto;  }
.cart-table ul li.th-lis { background: #f7f3f1; color:#666666; font-size:14px;  border-bottom:5px #a59187 solid;}
.cart-table ul li.th-lis>div { padding:7px 5px; border-left:1px #ED8B8B dotted;}
.cart-table ul li.th-lis>div:first-child { border-left:0; }  
.cart-table ul li .photo { height:150px; text-align:center; padding:10px;}
.cart-table ul li .photo img { max-width:100%; max-height:100%; width:auto; height:auto;}
.cart-table ul li .unit { display:block; width:100%; padding:5px 0 0 0; text-align:center; }
.cart-table ul li .quantity .qtyInputBox { width:100%; }



.cart-table ul li.portal { border-bottom:0; background: #FAFAF8; padding-bottom:20px; }
.cart-table ul li .space { -webkit-flex: 3; flex: 3; text-align:right; }
.cart-table ul li .total { -webkit-flex: 1; flex: 1; color:#F60; text-align:center;}
.point-now { text-align:center; color:#d18800;}
.freight { color: #84823E;}
.point-deduction { color: #F00; padding-left:20px;}
.cart-table ul li .delivery { -webkit-flex: 1; flex: 1; text-align:right; }
.delivery-info { font-size:14px; color:#000000; line-height:1.6em; margin-bottom:5px; }
.delivery-info h3 { background: #a59187; margin:0; padding:10px; font-size:16px;  font-weight:normal; color:#ffffff;}
.delivery-info h3 img { padding-right:5px; height:18px; width:auto;}
.delivery-member { padding:10px 10px 20px 10px;}
.delivery-member-info { display: flex;flex-wrap: wrap; padding-top:8px;}
.delivery-member-info span {display:block; font-size: 16px; padding-right:5px; width:80px; flex: none; line-height:30px;}
.delivery-member-info input { display:block; border:0;font-size: 16px; background: #ffffff; border:1px #E5E5E5 solid; color:#333; flex: 1; padding:5px 10px; font-family:Microsoft JhengHei; border-radius: 5px; box-shadow: 0 0 5px #d3d3d3 inset; border: 0; }
.delivery-member-info select { display:block; border:0; font-size: 16px; background: #ffffff; border: 0; border-radius: 5px; box-shadow: 0 0 5px #d3d3d3 inset;  color:#333; -webkit-flex: 1;  flex: 1; padding:5px 10px; font-family: Microsoft JhengHei; }
.delivery-member-info .data { background:#fff; flex: 1; font-size: 16px;  line-height:30px; color: #999; }
.delivery-member-info input.checkbox { display:inline-block; vertical-align: middle; margin: -3px 5px 0 0; width: 20px; height: 20px;}

.btn { padding:10px 0; text-align:center; }
.btn a { background: #a29793; font-size:14px; color:#ffffff; display: inline-block; padding:5px 15px; border-radius:3px;}
.btn a:hover { background:#d5c3ba;}

.remittance-info { padding:10px; background: #FEDEDE; color:#930; border:1px #F3A5A5 dashed; line-height:1.6em;}
.status-info { padding:10px; margin-top:10px; color:#FC6; border:1px #A99C93 dashed; line-height:1.6em; text-align:center; font-size:16px;}
.left-img-box { margin: -15px 10px 0 -15px ;}
.left-img-box img { width: 100%; height: auto; border-radius: 0 !important; }

/* product */
.product-lis { padding:0 0px 20px 0px; list-style:none; display: flex; flex-wrap: wrap;}
.product-lis li {  flex: none; width: calc(33.3% - 20px); margin: 10px; transition: all 0.3s ease 0s; padding: 0; position: relative; display: flex; flex-wrap: wrap;}
.product-lis li .photo { position: relative;  background-position:center; background-repeat: no-repeat; background-size: contain;  width: 100%; flex: none; overflow: hidden;}

.product-lis li .photo:before { content: ''; display:block; width:100%; height:0; padding-bottom:70%; }
.product-lis li .photo a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position:center; background-repeat: no-repeat; background-size: cover; transition: all 0.8s ease;}
.product-lis li .photo:hover a { width: 110%; height: 110%; top: -5%; left: -5%; } 

.product-lis li .info {  position: absolute; right: 0px; bottom: 15px; text-align: center; background-color: rgba(0, 0, 0, 0.2); padding: 5px; }
.product-lis li .info h3 { padding: 0; margin: 0 0 10px 0; font-size: 24px; color: #fff; text-shadow: 0 0 5px rgba(0,0,0,1); border-bottom: 1px rgba(0, 0, 0, 0.2) solid;}
.product-lis li .quantity { text-align:center; font-size:14px; padding-bottom: 10px; color:#666;}
.product-lis li .quantity-num { width:110px; margin:0 auto 10px auto; display: none;}
.product-lis li .info .location { margin-bottom: 10px; }
.product-lis li .info .location span { display: block; padding: 6px 16px; background-color: #333333; color: #ffffff; font-size: 14px; text-align: center; }
.product-lis li .info .brief { font-size: 14px; line-height: 1.6em; color: #fff; text-shadow: 0 0 5px rgba(0,0,0,1);}


.product-lis li .info .spe .temperature { margin-bottom: 20px; }
.product-lis li .info .spe .temperature span { display: inline-block; padding: 5px 10px; font-size: 12px; font-family: 'Montserrat'; margin-right: 5px; color: #ffffff; border-radius: 99em; }
.product-lis li .info .spe .temperature span.cold { background-color: #5274cf; }
.product-lis li .info .spe .temperature span.hot { background-color: #cc4646; }

.product-lis li .info .spe .price > div { display: inline-block; font-size: 24px; color: #333; margin-right: 10px; }

.product-lis li .info .spe .price > div > span { display: inline-block; margin: -5px 5px 0 0; width: 24px; line-height: 24px; text-align: center; height: 24px; font-size: 14px; background-color: #36C; color: #ffffff; border-radius: 99em; vertical-align: middle;  font-family: 'Montserrat';}

.product-lis li .info .spe .price div.mid:before,
.product-lis li .info .spe .price div.large:before,
.product-lis li .info .spe .price div.x-large:before { display: inline-block; margin: -5px 5px 0 0; width: 24px; line-height: 24px; text-align: center; height: 24px; font-size: 14px; background-color: #36C; color: #ffffff; border-radius: 99em; vertical-align: middle;  font-family: 'Montserrat'; }

.product-lis li .info .spe .price div.mid:before  { content: 'M'; background-color: #14a172; }
.product-lis li .info .spe .price div.large:before  { content: 'L'; background-color: #c92758; }
.product-lis li .info .spe .price div.x-large:before  { content: 'XL'; background-color: #b719bd; }

.product-lis li .info .spe .price > div.unit { color: #333333;  }
.product-lis li .info .spe .price > div.unit:before { content: '原價 / '; font-size: 0.6em; }
.product-lis li .info .spe .price > div.spacial { color: #dd7d00; }
.product-lis li .info .spe .price > div.spacial:before { content: '特價 / '; font-size: 0.6em; }

.product-lis li .add-to-order { display: none;}
.add-to-order {color:#ffffff; text-align:center;}
.add-to-order a { background: #a36c45; display:block; font-size:14px; color:#ffffff; padding:5px 15px; margin-bottom:5px; border-radius: 4px;}
.add-to-order a img { height:16px; width:auto; margin-top: -3px;}
.add-to-order a:hover { background:#785c51;}

.none-search { padding:20px; border:1px #FFCCCC dashed; text-align:center;  font-size:16px; line-height:1.6em; color:#666; margin-bottom:20px; }


/* product detaile */
.product-cont {  position:relative; z-index:10; padding: 0px 0px 15px 0px;}
.detail-title {  font-size:24px; text-align: center; font-weight:normal; color:#000000; margin:0; padding:12px 0 10px 0; line-height:1.4em;}
.detail-title img { padding-right:5px;}

.product-box { display: flex; flex-wrap: wrap;}
.product-info { -webkit-flex: 1; flex: 1; font-size:14px;  line-height:1.8em; color:#666; position:relative; padding:0 0 100px 0; height:auto;}
.product-photo { -webkit-flex: 1; flex: 1; text-align:center; }
.product-photo img {  max-width:100%; width:100%; height:auto; border-radius: 0 !important;}
.product-info .cart { position:absolute; bottom:0; width:100%; color:#000000; padding:7px 0; text-align:center;}
.product-info .cart a.btn-cart { background:#aa9d93; display:inline-block; border-radius: 4px; vertical-align:middle; line-height:30px; color:#ffffff; font-size:16px; padding:0 20px;}
.product-info .cart a.btn-cart:hover { background:#ce4881; } 


.product-info .briefly { color:#000000; font-size:14px; line-height:1.6em; overflow-y: auto; }
.pro-info-title {  padding: 10px 0; font-size: 24px; color:#333333; }



/*STYLE 1*/
.product-info .briefly-style::-webkit-scrollbar-track
{ box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; background-color: #F5F5F5;}

.product-info .briefly-style::-webkit-scrollbar
{width: 12px; background-color: #F5F5F5;}

.product-info .briefly-style::-webkit-scrollbar-thumb
{ border-radius: 10px; box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #aa9d93;}



.spec {  padding: 0 0 0px 0; margin-bottom:10px; text-align:left;}
.spec .pro-color { list-style:none;  margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:1px #666666 solid;}
.spec .pro-color li { display:inline-block; width:20px; height:20px; border:3px #f0f0f0 solid; cursor:pointer; transition: all 0.3s ease 0s; margin-right:5px; }
.spec .pro-color li:hover, .spec .pro-color li.active { border:0; transition: all 0.3s ease 0s; }
.spec .pro-size { list-style:none; margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:1px #666666 solid;}
.spec .pro-size li { display:inline-block; width:40px; padding:2px 5px; border:1px #d6d6d6 solid; font-size:16px; line-height:20px; text-align:center; cursor:pointer; transition: all 0.3s ease 0s; margin-right:5px;}

.spec .pro-size li:hover, .spec .pro-size li.active { background:#48c3ce; border:1px #48c3ce solid; color:#ffffff; transition: all 0.3s ease 0s; }
.spec .pro-size select {  font-family:Microsoft JhengHei; font-size:14px; border:1px #aa9d93 solid; color: #aa9d93; padding: 3px 10px; }
.pro-sec { height:30px; text-align:center;}
.pro-sec select { font-family:Microsoft JhengHei; font-size:12px; border:1px #CCCCCC solid; color: #666; padding: 3px 10px; width:110px; margin:0 auto; }


.m-table { list-style:none; margin:0; padding:10px 0 20px 0;}
.m-table li { display: flex; flex-wrap: wrap; border-bottom:1px #CCC dotted; color: #737360;}
.m-table li span { display:block; -webkit-flex: 1; flex: 1; text-align:center; padding:5px; line-height:1.6em;}
.m-table li:first-child { border-top:3px #CCC solid;}

.product-info .price { width:100%; font-size:16px;  color:#d18800;  display: flex; position: absolute; bottom: 60px; left: 0; width: 100%;}
.product-info .price .normal { flex: 2; color:#7e7e7e; text-align: left; padding-top: 10px; }
.product-info .price .normal span { font-family: Arial; font-weight:bold; display:inline-block; }
.product-info .price .special { flex: 3; text-align: right; }
.product-info .price .special span { font-size: 36px; font-family: Arial; font-weight:bold; padding-left:5px; display: inline-block;  }
.product-title { font-size:28px; margin:0 0 10px 0; padding:10px 0; color:#333; font-weight:normal; border-bottom: 1px #d4d4d4 solid;}
.product-time { font-size:16px; margin:0 0 10px 0; color:#a8a69c; font-weight:normal; }
.project-tap { font-size: 14px; color: #1098c2; font-weight: 500; font-family: Montserrat; margin-bottom: 10px; }
.product-content { font-size:16px; line-height:1.8em; padding:0 0 20px 0; color:#636363; font-family: Montserrat;}
.product-content img { display:block; width:auto; height:auto; max-width:100%; margin-bottom:10px;}
.project-info { flex: 1; margin-right: 30px; }
.project-map { margin-top: 25px; padding: 5px; background-color: #ffffff; }
.project-map iframe { width: 100%; height: 260px; }
.project-spe { width: 360px; flex: none; padding-top: 34px; }
.project-spe .item label { color: #000000;  }
.project-spe .spe-title { font-size: 16px; font-weight: 500; color: #999999; position: relative; margin-bottom: 10px; }
.project-spe .spe-title:after { content: ''; display: block; position: absolute; top: 50%; right: 0; left: 90px; border-bottom: 1px #d4d4d4 solid; }
.time-location { padding: 5px 0;}
.time-location span { color: #1098c2; }
.time-location span:after { content: ' / ';  }

a.project-web { display: block; background-color: rgba(255, 255, 255, 0.3); color: #6b6b6b; padding: 8px 10px; margin: 10px 0; text-align: center; border: 1px #d4d4d4 solid; }
a.project-web:hover { background-color: #333333; color: #ffffff; border: 1px #333333 solid; }

.back-btn { position: relative; margin: 40px 0 60px 0; }
.back-btn:before { content: ''; display: block; width: 100%; position: absolute; top: 50%; left: 0; border-bottom: 1px #d4d4d4 solid; z-index: 1; }
.back-btn a { display: block; padding: 5px 10px; border: 1px #333 solid; color: #fff; width: 100px; text-align: center; margin: 0 auto; position: relative; z-index: 10; background-color: #333; }
.back-btn a:hover { background-color: #191919; }

.count { display:inline-block; line-height:30px; padding:0 5px; vertical-align:middle;}
.qtyInputBox { display: flex; flex-wrap: wrap; max-width: 120px;}
.qtyInputBox input { background: none; color:#333333; font-size: 24px; line-height:36px; max-width: calc(100% - 72px); flex: 1; display:block; text-align:center;}
.qtyInputBox span { display:block; width:36px; cursor:pointer; }
.qtyInputBox span button.fa-plus { background-image: url(../images/count-add.svg);  }
.qtyInputBox span button.fa-minus { background-image: url(../images/count-less.svg);  }
.qtyInputBox span button { background:#ffffff; color:#CCC; width: 36px; height:36px; flex: none; border:1px #CCCCCC solid; cursor:pointer; border-radius: 99em; background-position: center; background-repeat: no-repeat; background-size: 70% auto;  }
.qtyInputBox span button img { display: none;}



/* search-history */
.search-history { padding-bottom:15px;}
.history-title { position: relative; background:#d7fcff;  padding:8px 15px; border:3px #bcdbed solid; margin-bottom:10px; font-style:16px; color:#2496a0; text-align:center;}
.history-title .icon { width:40px; height: auto; position:absolute; top:-12px; left:50%; margin-left:-20px; }
.search-history ul { list-style:none; margin:0; padding:0;}
.search-history ul li { padding:10px; border-bottom:1px #f2f2f2 solid; position:relative;}
.search-history ul li:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.search-history ul li .rank { background:#F30; width:40px; height:40px; line-height:40px; text-align:center; color:#ffffff; font-size:16px; position:absolute; top:-10px; left:-10px;}
.search-history ul li .photo { height:120px; float:left; width:50%;  border:1px #E7E7E7 solid; text-align:center; padding:5px;}
.search-history ul li .photo img { width:auto; height:auto; max-height:100%;}
.search-history ul li .pro-name {  float:left; width:50%;  }
.search-history ul li .pro-name a.name { font-size:14px; color:#333; display:block; line-height:1.4em; padding: 0 0 10px 10px;}
.search-history ul li .price {  font-family:BebasNeue; color:#f08c98; font-size:23px; display:block; text-align: right; }


/* index-mid-bg */
.index-mid-bg {  background-image: url(../images/index-mid-bg.jpg); background-position: top center; background-repeat: no-repeat; background-size: cover; }
.index-link-bg {  background-image: url(../images/index-link-bg.png); background-position: right bottom; background-repeat: no-repeat; background-size: auto 360px;  }

/* i-recommend */ 
.i-recommend { margin:0 -10px; display: flex; flex-wrap: wrap; max-width: 1600px; margin: 0 auto; padding: 120px 0;}
.i-recommend .item { background:#ffffff;  flex: 1; display: flex; flex-wrap: wrap; overflow: hidden; margin: 5px 20px;}
.i-recommend .item .photo { width:55%; flex: none; margin-right: 10px; }
.i-recommend .item .photo a { display:block; width:100%; height:100%; background-size:cover; background-position:center;}
.i-recommend .item .photo a::before { content: ''; display: block; width: 100%; height: 0; padding-bottom: 75%; }
.i-recommend .item .photo:hover a { opacity:0.8;}
.i-recommend .item .info { flex: 1; color:#333333; height:100%;position:relative; padding: 25px 25px 45px 25px; }
.i-recommend .item .info h3 { margin:0; font-size:18px; line-height:1.2em; max-height: 4.8em; overflow: hidden; margin-bottom:15px;}
.i-recommend .item .info p { margin:0; font-size:14px; line-height:1.6em; color: #666666; max-height: 11em; overflow: hidden; }
.i-recommend .item .info a.i-recommend-more { position: absolute; bottom:10px; right:10px; display:block; font-size: 24px; color: #000;}
.i-recommend .item .info a.i-recommend-more:before { content: '\F123';  }

.rec-pro-lis { list-style:none; margin:0 -1%; padding:0;}
.rec-pro-lis li { border:3px #CCC solid; float:left; width:31.33%; height:0; padding-bottom:30%; margin:0 1%; text-align:center; cursor:pointer; opacity:0.8;transition: all 0.3s ease 0s; background-position:center; background-size:cover;}
.rec-pro-lis li img { width:100%; height:auto;}
.rec-pro-lis li:hover, .rec-pro-lis li.active { border:3px #6CC solid; opacity:1; transition: all 0.3s ease 0s;}

.cart-note h3 { background:#000000; color:#ffffff; text-align:center; padding:10px;}
.cart-note p { border:1px #CCCCCC solid; padding:15px; font-size:14px; line-height:1.6em; }


/* i-ig-box */
.i-ig-box { display: flex; flex-wrap: wrap; justify-content: center; padding: 80px 10px; }
.i-ig-box .list { width: 326px; margin: 10px; flex: none; }


/* i-hotsale */
.i-hotsale { padding: 0px; position: relative; display: flex; align-items: center; justify-content: center; min-height: 100%; background-image: url(../images/i-hotsale-bg.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; }
/*
.i-hotsale:before { content: ''; display: block; position: absolute; top: 0px; bottom: 0px; left: 0; right: 30%; z-index: 1; background-image: url(../images/i-video-bg.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 0 99em 99em 0;} 
*/
.i-hotsale .i-video-box { display: flex; flex-wrap: wrap; position: relative; z-index: 10; width: 100%; padding-bottom: 40px; }
.i-hotsale .i-video-box .title { width: 100%; flex: none; font-family: 'Montserrat'; display: flex; flex-wrap: wrap; align-content: center; justify-content: center; padding-left: 30px; margin-bottom: 30px; }
.i-hotsale .i-video-box .title span.c-name { font-size: 40px; color: #c30d23; width: 100%; flex: none; }
.i-hotsale .i-video-box .title span.c-name i { color: #666666; font-style: normal; }
.i-hotsale .i-video-box .title h3 { font-size: 48px; color: #333333; margin: 0; width: 100%; flex: none; }
.i-hotsale .i-video-box .title span { color: #333333; font-size: 40px; font-weight: bold; width: 100%; flex: none;}
.i-hotsale .i-video-box .video { flex: 1; max-width: 520px; margin-left: 30px; position: relative; }
.i-hotsale .i-video-box .video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.i-hotsale .i-video-box .video:before { content: ''; display: block; width: 100%; height: 0; padding-bottom: 56.6%; }

.i-media { width: 100%;}
.media-item { position: relative; background-color: #ffffff; padding: 12px; margin: 20px 0; display: flex !important; flex-wrap: wrap; transition: all 0.3s ease; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);}


.media-item .photo { width: 50%; flex: none; background-position: center; background-size: 100% auto; background-repeat: no-repeat; transition: all 0.3s ease; }
.media-item:hover .photo { background-size: 110% auto; }
.media-item .photo a { display: block; width: 100%; height: 0; padding-bottom: 100%;}
.media-item .info { flex: 1; margin-left: 10px; padding: 0 10px; overflow: hidden; position: relative;}
.media-item .info:before { content: ''; display: block; position: absolute; top: 40px; left: 50%; bottom: 30px; border-left: 1px #c2c2c2 solid; z-index: 1; }
.media-item .info h3 { margin: 10px 0 0 0; font-size: 18px; transition: all 0.3s ease; padding-bottom: 10px; background-color: #ffffff; position: relative; z-index: 10; }
.media-item .info p { font-size: 14px; background-color: #ffffff; position: relative;  z-index: 10; margin: 0; padding-bottom: 1em; max-height: 6em; overflow: hidden; transition: all 0.3s ease;}
.media-item .info a.see-more {  position: absolute; bottom: 5px; left: 0; width: 100%; color: #b80941; font-size: 12px;  font-family: 'Montserrat'; text-align: center; }
.media-item .info a.see-more:before { content: 'SEE MORE'; display: block; }
.media-item .info a.see-more:hover { color: #ffae00; transition: all 0.3s ease; }
.media-item .tab { background-color: #b80941; padding: 10px; width: 60px; height: 60px; position: absolute; top: 0px; left: 0px; text-align: center; line-height: 42px;  font-size: 16px; font-family: 'Montserrat'; color: #ffffff; }
.media-item .tab span {display: block; font-size: 14px; line-height: 1em; font-weight: bolder;}



/* 套件修改 */
.slick-slide { margin: 0 30px;}
.slick-prev { left: 45px !important; z-index: 10; font-size: 32px; width: 40px !important; height: 40px !important; }
.slick-prev:before { content: '\F12F' !important; font-family: bootstrap-icons !important;  font-size: 32px !important;}
.slick-next { right: 35px !important; width: 40px !important; height: 40px !important;  }
.slick-next:before { content: '\F138' !important; font-family: bootstrap-icons !important;  font-size: 32px !important;}


.search-code .search-box { padding:5px 0; }
.search-code .search-box .search-input { background:#ffffff; border:0; border-radius: 2px 0 0 2px; width:calc(100% - 30px); margin:0; font-family:Microsoft JhengHei; font-size:14px; padding:2px 5px 3px 15px; color:#a28f88; height:26px;}
.search-code .search-box .search-btn { background: url(../images/icon-05.png) #ffffff no-repeat; background-size: contain; font-family:Microsoft JhengHei; padding:0px 15px; margin:0; line-height:24px; font-size:14px; border:0; border-radius:0 2px 2px 0; height:26px;}

.confirm-box { padding:10px 0;}
.multiple-items { padding:0px 10px; margin:0 auto; width:95%;}
.multiple-items .slick-slide { padding:10px; margin:5px; background:#ffffff; border:1px #CCCCCC solid;  border-radius:5px;}
.multiple-items img { width:100%; height:auto;}
.slick-prev:before, .slick-next:before { color:#a26c46 !important;}


/* news */ 
.news-list { padding:0px; min-height:300px; display: flex; flex-wrap: wrap;}
.news-cont { position:relative; z-index:10; padding-bottom:30px;}
.news-cont .cover { margin-bottom:20px;}
.news-title { font-size:24px; margin:0 0 10px 0; padding:0; color:#000000; font-weight:normal; }
.news-title span { background:url(../images/news-detail-icon.png); background-size:cover; width:20px; height:20px; float:left; display:block; margin:5px 5px 0 0; }
.news-time { font-size:16px; color: #333333; font-weight:normal; width: 180px; margin: 0 0 10px 0; font-family: Montserrat; letter-spacing: 0.1em; }
.news-content { font-size:14px; line-height:1.6em; padding:0 0 20px 0; color:#333333;}
.news-content img { display:block; width:auto; height:auto; max-width:100%; margin-bottom:10px;}


.lis-itim { width:23%; flex: none; margin:0 1% 2% 1%;}
.lis-itim:hover {  transition: all 0.3s ease 0s;}
.lis-itim .photo { width:100%; }
.lis-itim .photo a { display:block; width:100%; height:0; padding-bottom:100%; background-position:center; background-size:cover; }
.lis-itim .photo a:hover { opacity:0.7;}
.lis-itim .time { font-size:16px; color:#4899a2; padding: 10px 0; text-align:center; border-bottom:1px #d7d7d7 solid; display:block; }
.lis-itim h4 { margin:0; padding:0; font-weight:500; }
.lis-itim h4 a { color:#535353; font-size:16px; padding:10px 5px; line-height:1.4em; display:block; height:60px; overflow:hidden;}
.lis-itim h4 a:hover { color:#4899a2;}


.lis-itim02 { background-color: #ffffff; padding: 0px; width: 240px; flex: none; margin: 15px; position: relative; }
.lis-itim02 .photo { flex: none; width: 100%; height: auto; transition: all 0.3s ease; }
.lis-itim02 .photo a { display:block; width:100%; height:0; padding-bottom: 100%; background-position:center; background-size:cover; overflow: hidden;  }
.lis-itim02:hover .photo { opacity:0.7; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3); }
.lis-itim02 .info { padding: 10px 0;}

.lis-itim02 .time { background-color: #c34993; padding: 10px; width: 60px; height: 60px; position: absolute; top: -5px; left: -5px; text-align: center; line-height: 1.7em;  font-size: 14px; font-weight: bolder; font-family: 'Montserrat'; color: #ffffff; text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.8); box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3); }
.lis-itim02 .time span {display: block; font-size: 12px; line-height: 1em; font-weight: 500;}


.lis-itim02 h4 {  margin:0; padding:0 0 10px 0; font-weight:500; font-size: 20px; font-weight: 700; }
.lis-itim02 .info .content-box {  min-height: auto; margin:0; padding: 0 0 30px 0px; font-size:14px; line-height:1.6em; color:#333; position: relative; z-index: 1;}
.lis-itim02 .info:after { content: ''; height: 0; width: 100%;  border-bottom: 1px #d3d3d3 solid;  position: absolute; bottom: 13px; left: 0;}
.lis-itim02 .info a.more { display: block; font-size: 12px; font-family: 'Montserrat'; position: absolute; right: calc(50% - 52px); bottom: 0px; padding: 5px 10px; background-color: #ffffff; color: #393939; border: 1px #383838 solid; z-index: 10; }
.lis-itim02 .info a.more:hover { background-color: #383838; color: #fff; }



/* batch-number-lis */
.batch-number-lis { list-style:none; margin:0; padding:0; }
.batch-number-lis li { border-bottom:1px #CCC dotted;}
.batch-number-lis li a { background: url(../images/batch-number-icon.png) left center no-repeat; display:block; padding:5px 0 5px 30px; color:#333;}
.batch-number-lis li a:hover { color:#66C;}


/* store */
.store-list { padding:0px; min-height:300px; margin:0; display: flex; flex-wrap: wrap;}
.store-item { background-color: rgba(255, 255, 255, 0.5);  padding: 10px 0; margin-bottom: 5px; width: 100%; flex: none; display: flex; flex-wrap: wrap; font-size: 16px; border-radius: 99em; }
.store-item:hover {  transition: all 0.3s ease 0s;}

.store-item .photo { width: 100px; flex: none; display: none;}
.store-item .photo a { display:block; width:100%; height:0; padding-bottom:100%; background-position:center; background-size:cover;  border-radius: 99em; overflow: hidden; }
.store-item .photo a:hover { opacity:0.7;}


.store-item .info { flex: 1; margin-left: 20px; display: flex; flex-wrap: wrap;}
.store-item .info .list { width: auto; flex: none; margin-left: 20px; }
.store-item h4 { margin:0 0 0 15px; width: 120px; display: flex; justify-content: left; align-items: center; flex: none; padding:0; }
.store-item h4 a { color:#000000; font-weight: bold; padding:0px; line-height:1.4em; display:block;}
.store-item h4 a:hover { color: #900;}

.store-item .google-map { width: 50px; flex: none; display: flex; align-items: center; justify-content: center; }
.store-item .google-map a { display: block; text-align: center; font-size: 24px; color: #b13838; font-family: bootstrap-icons !important; width: 100%; }
.store-item .google-map a:hover { color: #e72f2f; }
.store-item .google-map a:before { content: '\F3E7'; }

.store-cont .cont h4 { background:#a59187; margin:0; padding:0; color:#ffffff; font-size:16px; padding:5px 10px; line-height:1.4em; }
.store-cont .cont p { background:#f7f3f1; height:150px; overflow:auto; margin:0; padding:20px 10px; font-size:14px; line-height:1.6em; color:#333;}
.store-cont .map { height:300px;}

.index-store { width:32.33%; margin:0 0% 10px 0.5%; float:left; }
.index-store ul { list-style:none; margin:0; padding:0;}
.index-store ul li { float:left; width:49%; margin:0 1% 2% 0; }
.index-store ul li:nth-child(even) { margin:0 0 2% 1%;  }
.index-store ul li a { display:block; background:#000000; padding:1px;}
.index-store ul li img { width:100%; height:auto;}



/*  index-news  */

.i-news  { background-color: #ffffff; background-image: url(../images/i-news-bg.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; padding: 100px 0; min-height: 100%; display: flex; align-items: center; justify-content: center; }
.i-news-box {   max-width: 1600px; width: 100%; }
.i-news .title { align-content: center; justify-content: center; }
.i-news .title h3 { font-size:48px; color:#333333; font-family: 'Montserrat'; margin:0 0 30px 0; padding:0; text-align: center; }
.i-news .news-list { -webkit-flex: 1; flex: 1; padding-left:20px; min-height: auto; display: flex; flex-wrap: wrap; align-content: center;}
.i-news .news-list .list { width: calc(33.3% - 30px); margin: 15px; cursor: pointer; overflow-x: hidden; position: relative; box-shadow: 0 0 10px rgba(0,0,0,.1); position: relative;}
.i-news .news-list .list .photo { background-position: center; background-repeat: no-repeat; background-size: cover; width: 100%; flex: none; transition: all 0.5s ease;}
.i-news .news-list .list:hover .info { opacity: 0;}
.i-news .news-list .list .photo:before { content: ''; display: block; width: 100%; height: 0; padding-bottom: 70%; }
.i-news .news-list .list .photo:after { content: ' MORE '; font-family: 'Montserrat'; font-size: 20px; display: inline-block; color: #ffffff; border: 1px #ffffff solid; padding: 10px 20px; position: absolute; top: calc(50% - 23px); left: calc(50% - 53px); text-shadow: 0 0 10px rgba(0,0,0,.3); box-shadow: 0 0 10px rgba(0,0,0,.3); opacity: 0.8; }
.i-news .news-list .list .info { background-color: #ffffff;  color:#333333; font-size:16px; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; padding: 1em; z-index: 10; writing-mode: vertical-lr; transition: all 0.3s ease; }
.i-news .news-list .list .info h3 { font-size: 36px; margin: 0; }
.i-news .news-list .list label { writing-mode: vertical-lr; color: #b80941; display: block; margin-bottom: 5px; text-align: right; position: absolute; z-index: 15; height: 100%; padding: 10px; right: 0; top: 0; background-color: #ffffff; }
.i-news .news-list .list label:before { content: ''; display: block; height: calc(100% - 120px); border-left: 1px #d8d8d8 solid; position: absolute; top: 10px; left: 50%; } 
.i-news .news-more {  display: flex; flex-wrap: wrap; width: 100%; flex: none; text-align:center; align-items: center; justify-content: center; margin-top: 30px;}

.i-news .news-more a { border: 1px solid #333333; color:#333333; font-size:14px; display: inline-block; padding:10px 50px; position: relative; font-family: 'Montserrat'; }
.i-news .news-more a span { position: relative; z-index: 1; }
.i-news .news-more a:hover { color: #ffffff; border: 1px solid #950030;}
.i-news .news-more a:before { background-color: #950030; content: ''; display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 100%; transition: all 0.3s ease; z-index: 0; }
.i-news .news-more a:hover:before { right: 0;}





/* footer */
footer { background: #3e3c44; padding: 20px 10px 40px 10px;  width: 100%; position: relative; z-index: 10;}

.foot-link { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; max-width: 900px; background-color: #c34993 ; margin: -60px auto 30px auto; border-radius: 30px; padding: 5px; }
.foot-link a { color:#dddddd; padding:5px 10px; width: auto; flex: none; font-size: 14px;  }
.foot-link a:after { content: '/'; padding: 0 5px 0 25px; } 
.foot-link a:last-child:after { display: none; } 
.foot-link a:hover { color:#ffffff;}

.foot-icon { height:18px; width:auto; padding-right:10px;}
.foot-info { max-width:1400px; color:#ffffff; margin:0 auto; font-size:16px;  display: flex; flex-wrap: wrap; justify-content: center; }
.foot-info > div { flex: none; width: auto; color:#ffffff; padding: 10px;}
.foot-info .social-icon { flex: none; width: auto; display: flex; flex-wrap: wrap; align-content: center;}
.foot-info .social-icon a { display: inline-block; margin: 0 10px 0 0px; width: 30px; flex: none; height: 30px; background-position: center; background-repeat: no-repeat; background-size: contain; color: #2496a0; }

.foot-info .social-icon a.link-fb { background-image: url(../images/icon-fb.svg);}
.foot-info .social-icon a.link-ig { background-image: url(../images/icon-ig.svg);}
.foot-info .social-icon a.link-line { background-image: url(../images/icon-line.svg); display: none;}
.foot-info a { color:#f4ffb7;}
.foot-info a:hover { opacity: 0.5;}

.foot-info .copyright { width: 100%; flex: none; font-family: Montserrat; padding: 0px 0 10px 0; font-size:14px; color: #dddddd;  }

.foot-info .foot-logo {  width: 160px; flex: none; display: flex; align-items: center; justify-content: center; margin-right: 30px; }
.foot-info .foot-logo span { width: 100%; display: block; background-image: url(../images/logo.svg); background-position: center; background-repeat: no-repeat; background-size: contain; }
.foot-info .foot-logo span:before { content: ''; display: block; width: 100%; height: 0; padding-bottom: 54%; }

.foot-info .info-list {  border-right: 1px rgba(255 255 255 / 0.5) solid; padding: 0 30px 0 0; margin-right: 30px;  }
.foot-info .info-list .list { display: flex; flex-wrap: wrap; margin-bottom: 0.5em; color: #ffffff; }
.foot-info .info-list .list label { color: #ffffff; margin-right: 10px; display: flex; align-items: center; font-size: 20px; }

.foot-info .foot-company { flex: 1; display: flex; flex-wrap: wrap; border-left: 1px solid rgba(255, 255, 255, 0.3); padding: 0 0 0 20px; }
.foot-info .foot-company .list { flex: 1; font-size: 14px; font-weight: 300; margin: 0 5px 10px 5px; }
.foot-info .foot-company .list h4 { margin: 0; padding: 0 0 10px 0; margin-bottom: 10px; font-size: 18px; font-weight: 500; color: #ffffff; position: relative; }


/* contact*/
.contact-info { background:#ffffff; padding:15px 20px 15px 5px; margin-bottom:20px; height:200px;}
.contact-info .left-box { float:left; width:59%; height:100%; padding-left:30%; }
.contact-info .left-box p { font-size:14px; line-height:1.6em; }
.contact-info .right-box { float:right; width:39%; height:100%; }
.contact-map { max-width: 480px; flex: 1; padding: 10px; background-color: #ffffff; margin-right: -20px;}
.contact-map iframe { width: 100%; height: 100%; border: 0; }
.contact-form { flex: 1; padding: 0 10px 50px 10px; }

.business-banner { width:100%; height:auto;}


/* form */
.form { max-width: 640px; margin: 0 auto; }
.form .note { font-size:14px; color: #F30; padding:0 0 10px 150px;}
.form .form-lis {  display: flex;  flex-wrap: wrap; font-size:14px; line-height:1.2em; margin:0 0 10px 0; overflow: hidden;}

.form .form-lis .title { display:block; font-size:18px; color:#000000; width:150px; flex: none; padding:8px 10px; text-align:right; line-height: 30px;}
.form .form-lis .data { flex: 1; display:block; padding:5px 7px; flex: 1; font-size:16px; color: #666; border-bottom: 1px #dddddd solid; background-color: transparent; }
.form .form-lis input.data { flex: 1; border:0; width:100%; font-size:16px;  border-bottom: 1px #dddddd solid; background-color: transparent; }
.form .form-lis textarea.data { flex: 1; border: 0; width:100%; font-size:16px;  border-bottom: 1px #dddddd solid; background-color: transparent;  }
.form .form-lis .code { flex: 1; display:block; padding:0; flex: 1; font-size:16px; color: #666; display: flex; flex-wrap: wrap; border-bottom: 1px #dddddd solid; }
.form .form-lis .code img.img-code { height:29px; width:auto; flex: none; }
.form .form-lis .code input { border:0; flex: 1; max-width: 100%; font-size:14px; padding:5px 7px; border-bottom: 1px #dddddd solid; background-color: transparent; }



.botton-m { text-align:center; font-size:16px; margin-top:10px; padding:10px 0 20px 0; }
.botton-m a { display:inline-block; color:#ffffff; padding:5px 15px;  border-radius:3px;}
.botton-m a.left { background:#ad968f; margin-right:5px; border-radius:3px;}
.botton-m a.left:hover { background: #cdaea5;}
.botton-m a.mid { background:#933; margin-right:5px; border-radius:3px;}
.botton-m a.mid:hover { background:#C03;}
.botton-m a.right { background:#907066; border-radius:3px; }
.botton-m a.right:hover { background:#aa928b;}





/* login */
.abgne_tab { background:url(../images/cart-bg.jpg); max-width: 550px; margin: 0px auto; }
	ul.tabs { width: 100%; list-style:none; display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap; margin:0; padding:0;  }
	ul.tabs li { position: relative; -webkit-flex: 1; flex: 1; text-align:center; font-size:14px;}
	ul.tabs li a {display: block; background: #e1e1e1; padding: 10px 5px; color: #545035; text-decoration: none; border:1px #e1e1e1 solid; border-bottom:0;}
	ul.tabs li a:hover {background: none;  border:1px #CCCCCC solid; border-bottom:0; }
	ul.tabs li.active a { background: none; border:1px #CCCCCC solid; border-bottom:0;}
	ul.tabs li a img { height:24px; width:auto; padding-right:5px;}
	
	div.tab_container {clear: left;width: 100%; border-top: none; border:1px #CCCCCC solid; border-top:0; }
	div.tab_container .tab_content {padding: 20px;}
	div.tab_container .tab_content h2 {margin: 0 0 20px; font-size:18px; text-align:center; font-weight:normal;}

	

.login-bg01 {  padding: 20px 40px; background-color: #ffffff; border-radius: 12px;}	
.login-bg01 h2 {margin: 0 0 20px; font-size:18px; text-align:center; font-weight:normal;}



.page-box .login-bg { background:url(../images/login-img.png) top left no-repeat #ffffff;}


.login .form-lis { display: flex; flex-wrap: wrap; font-size:14px; line-height:1.2em; margin: 0 0 10px 0;}

.login .form-lis .title { display:block; font-size:14px; color:#333333; width:120px; padding:5px 7px; text-align:right; }
.login .form-lis .data { border:1px #ececec solid; display:block; padding:5px 7px; flex: 1; font-size:14px; color:#000000; border-radius: 0 30px 30px 0; }
.login .form-lis input.data { width:100%; font-size:14px; font-family:Microsoft JhengHei; border-radius: 0 30px 30px 0; }
.login .form-lis textarea.data { width:100%; font-size:14px; font-family:Microsoft JhengHei; border-radius: 0 30px 30px 0;  }
.login .form-lis .code { background:#e7dcdc; display:block; padding:0; -webkit-flex: 1; flex: 1; font-size:14px; color: #666; border-radius: 0 30px 30px 0; }
.login .form-lis .code img.img-code { height:29px; width:auto; float:right;}
.login .form-lis .code input { background:#e7dcdc; border:0;  font-size:14px; font-family:Microsoft JhengHei;padding:5px 7px;color:#ffffff; }

.login .btn a { background:#65574E;color:#ffffff; border:0; font-size:14px; }
.login .btn a:hover { background:#6a3939; } 



/* bookmark */
.bookmark { text-align:center;  padding:15px 0; margin:15px 0 45px 0; border-top:1px #e6e6e6 dotted; }
.bookmark>span { font-size:16px; color:#333333; display:inline-block;}
.bookmark a { background:#000000; font-size:16px; display:inline-block; border:0; padding:5px 10px; color: #ffffff; margin:5px; border-radius: 2px; }
.bookmark a.prev { margin-right: 20px; }
.bookmark a.next { margin-left: 20px; }
.bookmark a:hover { background: #900;}
.bookmark select { background:#ffffff; border:1px #a59187 solid; padding: 7px 5px; color: #81795A; margin:0 2px;}
.bookmark .portal-pages { text-align:center; margin-top:10px;}
.bookmark .portal-pages span { display:inline-block;  color:#000000; font-size:14px; padding-top:10px; border-top:1px #a59187 solid; min-width:150px;  }


/*tree-company*/
.tree-company { display: flex; flex-wrap: wrap; min-height: 480px; height: auto; }
.comp-item { flex: 1; display: flex; flex-wrap: wrap; align-content: center; justify-content: center; position: relative; cursor: pointer; }
/*
.comp-item:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: all 0.5s ease; 
background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); 
background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 ); 
}
*/
.comp-item h2 { font-size: 36px; position: relative; z-index: 10; color: #ffffff; text-align: center; width: 100%; flex: none;}
.comp-item h2 span { display: block; font-size: 20px; color: #ffc1c1; }
.comp-item img { max-width: 240px; width: 60%; margin: 0 auto; transition: all 0.5s ease; position: relative; z-index: 10;}
.comp-item:hover img { width: 62%; max-width: 260px;  }
.comp-item:hover::before { opacity: 0; }

.comp01 { background-color: #ff0000; background-image: url(../images/index-3com-01.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; }
.comp02 { background-color: #918b59; background-image: url(../images/index-3com-02.jpg); background-position: center; background-size: cover; background-repeat: no-repeat;  }
.comp03 { background-color: #6e6e65; background-image: url(../images/index-3com-03.jpg); background-position: center; background-size: cover; background-repeat: no-repeat;  }


/* 框架 */
.col-box { display: flex; flex-wrap: wrap; margin:0 -5px;}
.col-box .content-box { padding-left: 10px;}
.content-box img { max-width:100%; width:auto; height:auto; }
.flex-body { display: flex; flex-wrap: wrap; }
.flex-body .left-menu { width: 280px; flex: none; margin: 0px 10px 0 0px; background-color: #e9e9e9; }
.flex-body .flex-1 { flex: 1; }

.col-1 { width: calc(9.33% - 10px); margin:0 5px; flex: none;}
.col-2 { width: calc(16.66% - 10px); margin:0 5px; flex: none;}
.col-3 { width: calc(24.99% - 10px); margin:0 5px; flex: none;}
.col-4 { width: calc(33.32% - 10px); margin:0 5px; flex: none;}
.col-5 { width: calc(41.65% - 10px); margin:0 5px; flex: none;}
.col-6 { width: calc(49.98% - 10px); margin:0 5px; flex: none;}
.col-7 { width: calc(58.31% - 10px); margin:0 5px; flex: none;}
.col-8 { width: calc(66.64% - 10px); margin:0 5px; flex: none;}
.col-9 { width: calc(74.97% - 10px); margin:0 5px; flex: none;}
.col-10 { width: calc(83.3% - 10px); margin:0 5px; flex: none;}
.col-11 { width: calc(91.63% - 10px); margin:0 5px; flex: none;}
.col-12 { width: calc(100% - 10px); margin:0 5px; flex: none;}

.left-gray-bg { background-color: #f7f7f7;}
.max1400 { max-width: 1400px; margin: 0 auto;}
.max1200 { max-width: 1200px; margin: 0 auto;}
.max680 { max-width: 600px; margin: 0 auto;}
.max480 { max-width: 600px; margin: 0 auto;}
.text-center { text-align: center; }
.contact-left { background-color: #1a1a1a; max-width: 320px; width: 50%; flex: none; background-image: url(../images/contact-left-img.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; clip-path: polygon(0% 0%, 0% 100%, calc(100% - 30px) 100%, 100% 0%); }

/* icon */
.icon { display: inline-block; width: 24px; height: 24px; vertical-align: middle; margin: -3px 5px 0 0; background-position: center; background-repeat: no-repeat; background-size: contain;  }
.icon.icon-order { background-image: url(../images/icon-order.svg); filter: brightness(5); } 
.icon.icon-member { background-image: url(../images/icon-member.svg); filter: brightness(5);  } 
.icon.icon-note { background-image: url(../images/icon-note.svg); } 

/***** 表單預設文字顏色設定 *****/
/* 通用 */
::-webkit-input-placeholder { color:#836363; }
::-moz-placeholder { color:#836363; } /* firefox 19+ */
:-ms-input-placeholder { color:#836363; } /* ie */
input:-moz-placeholder { color:#836363; }

/* webkit专用 */
#field2::-webkit-input-placeholder { color:#836363; }
#field3::-webkit-input-placeholder { color:#836363; background:lightgreen; text-transform:uppercase; }
#field4::-webkit-input-placeholder { font-style:italic; text-decoration:overline; letter-spacing:3px; color:#836363; }

/* mozilla专用 */
#field2::-moz-placeholder { color:#836363; }
#field3::-moz-placeholder { color:#836363; background:lightgreen; text-transform:uppercase; }
#field4::-moz-placeholder { font-style:italic; text-decoration:overline; letter-spacing:3px; color:#836363; }

/* scrollbar */
::-webkit-scrollbar-track
{   border-radius: 10px; background-color: transparent; margin:0 5px; background-color: rgba(255 255 255 / 30%); }
::-webkit-scrollbar
{ background-color: transparent; height: 6px; width: 6px; margin: 5px; }
::-webkit-scrollbar-thumb
{ border-radius: 10px; -webkit-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #acadae; }