@charset "utf-8";

@media screen and (max-width: 1600px) {
   .main-box { margin: 0 10px;}
}

@media screen and (max-width: 1200px) {
   .index-info .item { margin-right: 0; padding-right: 10px; }
   .index-info .item .i-icon { width: 100%; text-align: center; }
   .index-info .item .i-icon img { width: 90px; }
   .index-info .item .cont { text-align: center; }

   .index-sub-title { padding-bottom: 0; }
}



@media screen and (max-width: 1080px) {

   /*  nav  */
.menu>li { font-size:14px;}
.menu>li>a {  padding:10px 5px; }
.menu>li>span { padding:10px 5px; }
.menu li:hover>div {  top:44px; }

/* product detaile */
.product-cont {  padding: 10px;}
.product-box { display:block; height:auto; }
.product-info { padding:0;}
.product-photo { height:auto; padding-right:0;}
.product-info .cart { position: relative; margin-top:10px;}
.product-info .cart a { padding:0 10px; }
.qtyInputBox input { width:30px;}
.product-lis li .quantity-num { width:90px;}
.product-lis li { width:calc(33.3% - 20px); }
.product-info .briefly { line-height:1.6em; height: auto; overflow-y: inherit; margin-bottom: 20px; }
.product-title { padding:10px 0 20px 0;}
.product-info .price { position: relative; left: auto; bottom: auto;}



.i-pro-catalogry-list ul { l margin: 0 -5px 40px -5px;  }
.i-pro-catalogry-list ul li { width: calc(25% - 10px); margin: 10px 5px; }


/* index-catalog */
.index-catalog { padding:0 10px;}
.index-catalog .index-catalog-banner { display:none;}
.index-catalog .index-catalog-list {  padding-left:0px; float:none; width:100%; } 

/* i-recommend */ 
.i-recommend { margin:0 -0.5%;  }

/* store */
.store-list {  margin:0;}
.store-itim { width:100%; margin:0 0 10px 0; float:none;}


/* activity */
.activity ul li { width:33.33%;}
.activity ul li a { height:150px; }

/* index-highlight */
.index-highlights ul li {width:33.33%; height:150px;}


/*  page  */
.page-box {  border-radius:10px; overflow: inherit; padding:0 10px; }

}

@media screen and (max-width: 860px) {
   .product-lis li h3 a { font-size: 16px; }
   .product-lis li .price { font-size: 24px; }
   header.index-header nav li a { padding: 5px;}
   header.index-header nav li.search-box .search-input,
   header.index-header nav li.search-box .search-btn {  line-height: 26px;}
   header.index-header .top-head .logo { width: 160px; }
   header.down.index-header .top-head .logo { top: 50px; width: 120px; }

   .i-recommend .item .photo a { height: 100%;}

}


@media screen and (max-width: 640px) {

   body { padding-bottom: 0; padding-top: 120px;}
   body.index-body { padding-top: 120px; }
   .wallpeper { padding:  20px 10px;}
   .main-box { max-width:1200px; margin:0 10px 20px 10px; padding:0; border-radius: 10px; }
   .left-bg { display:none;}
   .sign-box { margin-top: 50px;}
   .pc { display: none; }
   .mobile { display: block;}

   /*  header */
   header { height: 120px; }
   header .top-head { z-index: 900; position: fixed; top: 0; left: 0; width: 100%;  } 

   header.down { height: 100px; } 
   header.down .top-head { padding-top: 80px; font-size: 14px; } 
   header .logo { left: 10px; }
   header.down .logo { width: 100px;  left: 10px; top: 10px; }
   header .logo {  width: 160px; left: 10px; }

   ul.top-tool li.language { display: none;  }

   .login-info { font-size: 14px; }
   
   header.down.index-header .logo { top: 10px; }
   header.index-header .top-head .login-info { right: 50px; left: auto; top: 14px; }
   header.index-header ul.top-tool { right:0px; top:0px; bottom: auto; padding: 9px 70px 9px 10px;}

   header.index-header ul.top-tool li.top-info span { display: none; }


   .m-burger { display: block;}
   .m-burger.down { top: 15px;}
   .m-burger { width: 30px; top: 15px; right: 10px; height: 25px; }
   .m-burger.active:before { margin-top: 8px; }
   .m-burger span { margin: 7px 0; height: 2px; background-color: #fff; }
   .m-burger:before,
   .m-burger:after { height: 2px; background-color: #fff; }
   .m-burger.active:after { margin-top: -4px; }

   .i-recommend .item .photo a { height: 0;}

   /* mobile menu */
   .mobile-menu { display: block; width: 100%; max-width: 320px; position: fixed; z-index: 945;  top: 0; right: -100%; height: 100%; background-color: rgb(35, 35, 18); padding: 25px 20px 20px 20px; transition: all 0.3s ease; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);}
   .mobile-menu.active { right: 0;}
   .mobile-menu nav { border-top: 0; }
   .mobile-menu nav { width: 100%; height: calc(100% - 70px); margin-top: 20px; overflow-y: auto; }
   .mobile-menu nav ul { list-style: none; margin: 0; padding: 0;}
   .mobile-menu nav > ul > li { position: relative; border-bottom: 1px #777777 dotted; }
   .mobile-menu nav > ul > li > a { display: block; padding: 0.5em 0em; text-align: center; font-size: 20px; font-weight: 500; color: #ffffff; position: relative; padding-bottom: 15px; margin-bottom: 10px;}
   .mobile-menu nav > ul > li > a:after { content: ''; display: block; width: 50px; height: 3px; border-radius: 99em; background-color: #d6ce84; position: absolute; bottom: 0; left: calc(50% - 25px);} 

   .mobile-menu nav > ul > li .more-icon { position: absolute; right: 15; top: 10px; color: #ffffff; font-size: 30px; } 
   .mobile-menu nav > ul > li .more-icon::before { content: '\F282'; display: block; width: 30px; height: 30px; font-family: bootstrap-icons !important; transition: all 0.3s ease;}
   .mobile-menu nav > ul > li .more-icon.close::before { transform: rotate(180deg);}

   .mobile-menu nav ul li.not-open a { color: #b6b6b6; cursor: default;}
   .mobile-menu nav ul li.not-open a:after { font-size: 14px; content: '(尚未開放)'; display: block; color: #ffffff;}
   .mobile-menu nav .sub-menu { padding: 10px; text-align: center;}
   .mobile-menu nav .sub-menu li { display: block; }
   .mobile-menu nav .sub-menu li a { display: block; font-size: 16px; padding: 0.5em 1em; border-bottom: 0; color: #fff4d3; border-bottom: 1px rgba(7, 6, 4, 0.3) solid;  margin: 3px; background-color: #1c1d12; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2) inset;}

   .mobile-menu .social-box {  position: relative; z-index: 5; text-align: center; margin-bottom: 25px; padding-right: 50px; display: none;}
   .mobile-menu .social-box button { background-color: transparent; font-size: 30px; color: #dec884; transition: all 0.3s ease; display: inline-block; border: 0; padding: 0; margin: 0 10px;  cursor: pointer; display: none;}
   .mobile-menu .social-box button:hover { opacity: 0.8;}
   .mobile-menu .social-box button.fb { background-image: url(../images/icon-fb.svg);}
   .mobile-menu .social-box button.line { background-image: url(../images/icon-line.svg);}


   /* member   */
   .login-info { font-size: 14px; right:10px; left: 10px; top:auto; bottom: 10px; }

   ul.top-tool { position: fixed; top:5px; bottom: auto; right:50px; z-index: 995;}
   ul.top-tool li .search-btn { padding:0px 15px;}
   ul.top-tool li img { height:20px; width:auto; padding:0;}
   ul.top-tool li .search-input { width:120px;}
   ul.top-tool li a.singout { margin: 0 5px; }


   /*  nav  */
   header nav { display:none; }
   .slicknav_menu li.cart a img { height:16px; width:auto; padding-right:5px; vertical-align:middle; margin-top:-4px;}
   .menu li>span { display:none; }
   .menu li>.sub { opacity:1; position: relative; visibility: visible;}
   ul.slicknav_nav>li>div, .slicknav_nav span { display:none;}
   a.a-m { display:block;}


   /*  banner  */
   .banner-box.pc { display:none;}
   .banner-box.mb { display: block; z-index: 1;}
   .top-banner { margin-bottom:20px;}
   .top-banner .pc { display:none;}
   .top-banner .mobile { display: block;}

   .subbanner a.pcp { display:none; }
   .subbanner a.mop { display:block; }


   /*  index-news  */
   .i-news { padding:20px 0 50px 0; display: block; }
   .i-news .title {  width:100%; padding-bottom:20px; }
   .i-news .news-list { -webkit-flex: 1; flex: 1; padding:0 30px; }
   .i-news .news-list .lis a { background:url(../images/i-news-dot.jpg) 0 10px no-repeat; color:#333; display:block; font-size:14px; padding:3px 0 3px 15px;}
   .i-news .news-list .lis a:hover { color:#F60;}
   .i-news .news-more { display: block; width: 100%; padding-top:30px;}


   /* i-announcement */
   .i-announcement { height: auto; overflow: auto;}
   .i-announcement .item h3 { height: auto; overflow:auto;}


   /* member   */
   .order-lis ul li { display: flex; border-bottom:1px #999999 solid; }
   .order-lis ul li.th-lis { display: flex;  }
   .order-lis ul li.th-lis>div { font-size:12px; -webkit-flex: 1; flex: 1; -webkit-align-items: center; align-items: center;  -webkit-justify-content: center;  justify-content: center;}
   .order-lis ul li .number { display:inline-block; font-size:12px; -webkit-flex: 1; flex: 1; }
   .order-lis ul li .time { display:block; font-size:12px; -webkit-flex: 1; flex: 1; }
   .order-lis ul li .finish {  display:block; -webkit-flex: 1; flex: 1;}
   .order-lis ul li .unpaid {display:iblock; -webkit-flex: 1; flex: 1;}
   .order-lis ul li .preparing { display:block; -webkit-flex: 1; flex: 1;}
   .order-lis ul li .shipped { display:block; text-align:left;}
   .order-lis ul li .name { display:block; text-align:left;}
   .search-bar {   display: block;}
   .search-bar .kyeword { width:100%; padding:0 0px 10px 0;}
   .search-bar .timearea { padding-left:0px;}
   .index-store { width:100%; margin:0; float:none; }


   /* news */ 
   .news-list { padding:0px; min-height:300px;}


   .lis-itim { width:46%; margin:2%;}
   .lis-itim .time { font-size:16px; color:#4899a2; padding: 10px 0; text-align:center; border-bottom:1px #d7d7d7 solid; display:block; }
   .lis-itim h4 a { color:#535353; font-size:16px; padding:10px 5px; line-height:1.4em; display:block; height:auto; overflow:hidden;}

   .lis-itim02 { margin:0 0 1% 0px;}
   .lis-itim02 .info .content-box  { height:auto;}



   /* message */
   .message-box { padding:10px; }

   /*  page  */
   .page-title { background-image: none; margin: 0 -10px; padding-top: 20px;} 
   .page-title h3 { padding:10px 45px;}
   .left-img-box { margin: 0}
   .left-menu-title { margin:0 -10px; border-radius: 12px 12px 0 0;}


   /*  left-menu  */
   .left-menu { margin: 0 -10px 30px -10px; border-bottom:3px #CCCCCC solid;  }
   .m-left-menu { display:block; width:100%; background:#5dc2cc; color:#ffffff; text-align:center; margin-bottom:10px; line-height:30px; border:0; padding:10px; font-family:Microsoft JhengHei; font-size:16px; }

   /* i-recommend */ 
   .i-recommend .item { width:100%; margin:0 0 10px 0; display: block;}
   .i-recommend .item .photo { width:100%;}
   .i-recommend .item .info { height:auto; padding:15px 15px 25px 15px; }

   /* i-video */
   .i-video { margin:0 0 20px 0%;  padding:5px;}
   .i-video .item { width:100%; float:none;}
   .i-video .item .i-video-media { width:100%; height:180px; }
   .i-video .item h3 { font-size:16px; text-align:center; padding:10px 10px; margin:0;}
   .i-video .item h3 a { height:auto; overflow: inherit;  }

   /* i-community */
   .i-community { margin:0; height:auto;  padding:5px; }
   .i-community .search-code {width:100%; background:url(../images/search-code-m.jpg) #b2b06f no-repeat center bottom; background-size: contain; margin:0 0 10px 0; height:auto; float:none; height:400px; overflow:hidden; }
   .i-community .ig { width:100%; margin:0 0 10px 0; height:auto; float:none;} 

   /* activity */
   .activity ul li { width:50%;}
   .activity ul li a { height:120px; }
   .activity ul li h3 { height:6em; }

   /* index-highlight */
   .index-highlights ul li {width:50%; height:120px;}

   /* product */
   .product-lis li {width:calc(50% - 20px); }

   /* product detaile */
   .pro-detail-box { padding-left:0px;}
   .product-cont {  padding: 10px;}
   .product-box { display:block; height:auto; }
   .product-info { padding:0;}
   .product-photo { height:auto; padding-right:0;}
   .product-info .cart { position: relative; margin-top:10px;}
   .product-info .cart a { padding:0 10px; }
   .qtyInputBox input { width:50px;}
   .product-lis li .quantity-num { width:110px;}
   .product-info .price { text-align:center; position:relative;  bottom:0; padding:15px 0; font-size:30px;}

   .product-info .price .normal { width:100%; float:none; text-align: center; font-size:16px; padding-bottom:10px; text-decoration:line-through;}
   .product-info .price .normal span { padding-top:0px; text-decoration:line-through;}
   .product-info .price .special { width:100%; float:none; text-align: center; }
   .product-info .price .special span { font-size:36px; font-family:BebasNeue; padding-left:5px; display: inline-block; line-height:48px; }

   .product-title { padding:10px 0 20px 0;}


   .i-pro-catalogry-list ul li { width: calc(33.3% - 10px); margin: 10px 5px; }

   /* login */
      ul.tabs li {  font-size:12px;}
      .page-box .login-bg { background: rgba(227, 227, 225, 0.8);}

   /* footer */
   footer { position: relative; bottom: inherit; left: auto; margin-top: 30px;}
   footer .bg { display:block;}
   .login .form-lis .code img.img-code { height:auto; width:100%; float:none;}
   .foot-info > div:first-child { width: 100%; flex: none;}
   footer .bg .foot-info > div { display:block; padding: 10px 5px 0 5px;}
   footer .bg .foot-info > div.foot-logo { padding-bottom: 30px; }

   /*  page  */
   .page-box { margin: 0px 0 0 0px;}
   .page-box .content-box { min-height:300px; padding: 15px;}

   /* cart */

   .cart-table ul li { display: block; position:relative; padding-bottom:65px;}
   .cart-table ul li .photo { float:left; width:50%;}
   .cart-table ul li .name, 
   .cart-table ul li .quantity, 
   .cart-table ul li .price,
   .cart-table ul li .subtotal
   { float:left; width:50%; padding-bottom:5px;}
   .cart-table ul li .unit { padding-top: 0; display: inline-block;}
   .cart-table ul li.th-lis { display:none;}
   .cart-table ul li .del { position:absolute; left:0; bottom:15px; width:50%; }
   .cart-table ul li .delivery { text-align:right; float:left; width: 50%; padding-right:5px;}
   .cart-table ul li .total { text-align:left;}
   

   .cart-table ul li .price span,  .cart-table ul li .subtotal span { display: inline-block; color:#999; padding-right:5px;}
   .cart-table ul li .quantity { position:absolute; bottom:0px; right:10px;}
   .cart-table ul li .space {  text-align: center; padding:5px 0; }
   .delivery-member-info span { display:block; width:100%; margin:0;}
   .delivery-member-info input { width:100%; }
   .delivery-member-info input.checkbox { width:auto;}

   /* store */
   .store-itim .photo { float:none; width:100%;}
   .store-itim .info { margin:10px 0 0 0; float:none; width:100%;}
   .store-itim .info .left { height:auto; width:100%; float:none;}
   .store-itim .info p { height:auto;}
   .store-itim .info .right { height:150px; width:100%; float:none; border:5px #f7f3f1 solid;}


   /*  content  內文  */
   .img-left { padding-right:0px;}
   .img-right { padding-left:0px;}
   .font-title-02 {  padding-left:0; }


   /*  about  內文  */
   .about-pro { text-align: center; float:none;}


   /* btn */
   .btn { padding:10px 0; text-align:center; }
   .btn a { background: #a29793; color:#ffffff; display: inline-block; padding:5px 10px;}


   /* i-community */
   .i-community { margin:0; height:auto;  }
   .i-community .banner-area { width:100%; margin:0 0 10px 0; height:auto; float:none; }
   .i-community .facebook {width:100%; margin:0 0 10px 0; height:auto; float:none; height:450px; }
   .i-community .ig {width:100%; margin:0 0 10px 0; height:auto; float:none; }

   .multiple-items { padding:0px; width:80%;}

   /* contect*/
   .contact-info {  padding:10px 10px; margin-bottom:20px; height:auto;}
   .contact-info .left-box { float:none; width:100%; height:auto; padding-left:0; }
   .contact-info .right-box { float:none; width:100%; height:auto; }
   .contact-map { max-height:200px;} 


   /* form */
   .form .form-lis .title { width:90px; padding:0 5px 0 0; line-height: 30px;}
   .form .note { padding:0 0 10px 0;}
   .member-form .form-lis { display:block; padding:5px 0;}
   .member-form .form-lis .title { background: #c4b4aa; color:#ffffff; width:100%; line-height:25px; text-align:left; border-left:0;}
   .member-form .form-lis .data { width:100%;}



   .index-info .item { width: 50%; flex: none; margin: 10px 0; }
   .index-info .item .i-icon { margin-right: 0;  }
   .index-info .item:nth-child(2) { border-right: 0;}



   /* 框架 */
   .col-box { display: block; margin:0;}
   .col-box img { max-width:100%; width:auto; height:auto;}
   .col-1,
   .col-2,
   .col-3,
   .col-4,
   .col-5,
   .col-6,
   .col-7,
   .col-8,
   .col-9,
   .col-10,
   .col-11,
   .col-12 { width:100%;margin:0;}

   

}

@media screen and (max-width: 480px) {
   body { padding-top: 95px; }

   .main-box { margin: 0 0 20px 0;} 

   .mobile-menu { max-width: 100%; }

   .lis-itim02 { display: block; margin-bottom: 30px;}
   .lis-itim02 .photo { width: 100%; max-width: none; margin: 0 0 10px 0;   }
   .lis-itim02 h4 a { padding: 0 0 0 20px;}
   .lis-itim02 .info .content-box { overflow: inherit; max-height: none;}

   .banner .order-now a {  font-size: 28px; }
   footer .bg .foot-info { display: block;}
   footer .bg .foot-info > div { margin: 10px 0; text-align: center;}
   footer .bg .foot-info > div.social-icon { width: 100%;}

   footer .bg .foot-info .foot-logo { width: 100%; text-align: center; }
   footer .bg .foot-info .foot-logo img { max-width: 160px; }

   .i-pro-catalogry-list ul li { width: calc(50% - 6px); margin: 5px 3px; }
}

@media screen and (max-width: 380px) {
   .banner { margin-top: -30px;}
   header { height: 95px; }
   
   header .logo { width: 100px; }
   header.index-header .top-head .logo { width: 120px; }
   header.down.index-header .top-head .logo { width: 100px; }

   ul.top-tool li a { font-size: 28px; }
   .banner .order-now a {  font-size: 24px; }
   
   /* member   */
   header.down .login-info {  left: 60px; }
   .top-head { padding-top: 90px;}
   .product-info .cart a.btn-cart { margin-top: 10px; width: 100%; padding: 8px 10px; margin-top: 10px; text-align: center;}
   .product-info .cart .count {  margin-right: 0px; }

   .product-lis li { width: 100%; margin: 0 0 40px 0; }
   .product-lis { margin: 0;}

   .index-sub-title { padding-bottom: 0; }

   .i-pro-catalogry-list ul { margin: 0 -3px 20px -3px; }
   

}