@charset "utf-8";
.main_part { max-width: 1500px; padding: 130px 20px 50px;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*header*/
.header_area { position: fixed;background: linear-gradient(to bottom, #00000063, #00000000); padding: 10px 20px;}
.stellarnav > ul > li > a { color: #ffffff; letter-spacing: 2px; font-size: 15px;padding: 0 10px;}
.main_header_area .container {  max-width: 1630px; transition: 0.8s;}
.navigation { grid-template-columns: 120px 1fr 250px; align-items: center;}
.stellarnav ul { text-align: left;}
.stellarnav li.has-sub > a:after{display: none;}
.stellarnav > ul > li.has-sub > a { padding-right: 0px;}

/*hover*/
.stellarnav ul:hover li a { opacity: 0.7; transition: all 0.3s ease-in-out;}
.stellarnav ul li:hover a {opacity: 1;transition: all 0.3s ease-in-out;}
.stellarnav > ul > li:hover > a { letter-spacing: 4px; filter: drop-shadow(2px 4px 6px #888);}

/*下滑*/
.header_area.sticky {background: rgba(255, 255, 255, 0.8); box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.header_area.sticky .stellarnav > ul > li > a { color: #222;}
.header_area.sticky .nav-header { max-width: 60px;}
.header_area.sticky .container {  max-width: 100%;}
.header_area.sticky .tp_links a {  color: #525252;}

/*上方選單右邊設定 臉書/LINE/電話/信箱*/
.me_tp_features { width: 250px; text-align: right; order: 2;}
.tp_links a { font-size: 16px; color: #ffffff; margin: 0;}
.me_tp_features a i { margin: 0 8px;}

/*電腦LOGO*/
.nav-brand { display: flex; align-items: center;}
.nav-header {  max-width: 96px;  grid-row: auto;}
.footer_logo { max-width: 100px;}

/*手機LOGO
.nav-brand-m {}
*/
/*下拉*/
.stellarnav ul ul {  width: max-content;}
/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
.stellarnav.desktop li.has-sub li:hover > a {  background: #79B6B6; color: #fff;}

/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */


/*大圖*/
#content_main {  margin: 0;}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}

.bannerindex .swiper-slide img { height: auto;}
.bannerindex .swiper-pagination { display: none;}
.bannerindex .swiper-slide { position: relative;}
.bannerindex .swiper-slide.swiper-slide-active:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}

/*all*/
.bannerindex .swiper-slide.swiper-slide-active:after {
    background: url(https://pic03.eapple.com.tw/choicehouse/banner_be01.svg);
    background-size: contain; background-repeat: no-repeat; top: 47%; left: 7%; width: 100% !important;  height: 0 !important;
    background-position: left; padding-bottom: calc(100% / 1* 0.05);
}
/*第1張*/
.bannerindex .swiper-slide:nth-child(1).swiper-slide-active:before {
    background: url(https://pic03.eapple.com.tw/choicehouse/banner_af01.svg);
    background-size: contain; background-repeat: no-repeat; bottom: 15%; left: 7%; width: 100% !important;  height: 0 !important;
    background-position: left; padding-bottom: calc(100% / 1* 0.08);}

/*第2張*/
.bannerindex .swiper-slide:nth-child(2).swiper-slide-active:before {
    background: url(https://pic03.eapple.com.tw/choicehouse/banner_af2.svg);
    background-size: contain; background-repeat: no-repeat;  bottom: 15%;  left: 7%;  width: 100% !important;  height: 0 !important;
    background-position: left;  padding-bottom: calc(100% / 1* 0.08);}

.bannerindex .swiper-slide.swiper-slide-active:before {  animation: slide-bottom 2s both;  animation-delay: 1s;}
.bannerindex .swiper-slide.swiper-slide-active:after {  animation: slide-top 2s both;  animation-delay: 0.8s;}

@keyframes slide-bottom {
    0% {-webkit-bottom:10%; bottom:10%; opacity: 0; }
    100% { -webkit-bottom:15%; bottom:15%; opacity: 1;}
}

@keyframes slide-top {
    0% {-webkit-top:43%; top:43%; opacity: 0; }
    100% { -webkit-top: 47%; top:47%; opacity: 1;}
}

/*特效END*/

/*footer*/
.footer { background: #f8f8f8;padding: 50px 0 0;}
.footer_info {  grid-template-columns: 1fr;  padding-right: 0px;  justify-content: center;  justify-items: center;}
.box_link { position: relative; max-width: 100%; right: 0px; width: auto; justify-content: center; align-items: center;  flex-wrap: wrap; flex-direction: row;}
.box_link a {width: 40px;  border: unset;  font-size: 20px; text-align: center;  color: #444;}
.box_link a:hover { color: #888;}
.footer_info li p.add2:before {  content: '營業時間：';}


/*聯絡資訊*/
.list_before { display: flex; flex-direction: column;}
.contact_page .list_before.info li.info_LINE { order: -1;}
.footer_info li:nth-child(1) { display: flex; flex-direction: row; flex-wrap: wrap;  width: 100%;  max-width: 850px;  justify-content: space-between; padding-bottom: 30px;}
.footer_info ul {  width: auto;}
.footer_info li p { letter-spacing: 3px; color: #444;width: 45%;}
.footer_info li p a { color: #444;}

/*選單*/
.footer_menu { display: flex; justify-content: space-around;}
.footer_info li:nth-child(2) {  text-align: center;  border-top: 1px solid #999; padding-top: 20px;}
.footer_menu a:nth-of-type(1) { display: none;}/*首頁不顯示*/
.footer_menu a { padding: 5px 15px;  border: unset;  margin: 0 4px 4px 0; color: #333;  background: transparent;}
.footer_menu a:hover { background: transparent; color: #555; transition: 0.5s; letter-spacing: 2px;}

.copy { color: #fff; border-top: unset; background: #333;letter-spacing: 2px;}
.copy a { color: #fff;}
.copy a:hover { color: #c00;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*購物車*/
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.path { padding: 0 25px 30px;}
.path p, .path p a { text-align: left;}
.services_page .path {display: none;} 

/*內頁BANNER 設定*/
.banner { width: calc(100% - 20%); height: 650px; position: relative; background: url(https://pic03.eapple.com.tw/choicehouse/banner.jpg);
    background-repeat: no-repeat !important ;background-size: cover !important; background-position: center !important;}
.banE {background: url(https://pic03.eapple.com.tw/choicehouse/banner_2.jpg)}
.banner.banblog {background: url(https://pic03.eapple.com.tw/choicehouse/banner_3.jpg)}
.banner.banC {background: url(https://pic03.eapple.com.tw/choicehouse/banner_4.jpg)}

.banner:before { content: ""; background: url(https://pic03.eapple.com.tw/choicehouse/banner_bg.jpg); width: 100%; position: absolute; right: -25%; top: 0; height: 700px;  z-index: -1;}
.banner h5 { text-align: right; padding: 0px; top: 25px; right: -37vw; position: relative; font-size: 23px; letter-spacing: 8px; color: #fff; width: 600px;}

.banner h5:before {font-size: 65px; color: #ffffff; position: absolute; top: -5vw; right: 0vw; filter: drop-shadow(2px 4px 6px #8888886e)}
.banner.banblog h5:before { content: "NEWS"; }
.banner.banC h5:before { content: "CONTACT"; }
.banner.banE h5:before { content: "CASE STUDIES"; }
.banner.banB h5:before { content: "SERVICE"; }

.banner h5:after { color: #2c2c2c; white-space: pre; position: absolute; width: 100%; right: 0; top: 50px; font-size: 17px;  padding: 10px; letter-spacing: 2px;
    text-align: right; text-decoration-color: #e6fdf3 !important; text-decoration: underline;  text-underline-offset: -6px; text-decoration-thickness: 13px; line-height: 220%;}
.banner.banblog h5:after { content: "巧芝家團隊成員已在業界累積了十數年的經驗，\A參與過許多大大小小的專案執行，\A歡迎探索我們在視聽設備整合設計方面的豐富經驗，了解最新動態";}
.banner.banC h5:after { content: "歡迎與我們聯絡，詢問視聽設備整合設計相關事宜，\A我們專業的團隊將竭誠為您提供最佳解決方案，滿足您的需求"; }
.banner.banE h5:after { content: "我們運用豐富的專業知識與技能，\A致力於提供客戶卓越的服務，並達到最高的滿意度。\A以下展示的是我們的成功案例，歡迎與我們聯繫了解詳情"; }
.banner.banB h5:after { content: "歡迎與我們聯繫，了解我們在多媒體與監控系統方面的全方位服務。\A我們致力於為您提供最先進的技術和解決方案，\A期待與您建立長期合作夥伴關係"; }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章 ***************************************************************** */
.blog_subbox { grid-template-columns: 1fr;  grid-gap: 50px;}
.subbox_item a { grid-template-columns: 360px 1fr;}

/*分類*/
.blog_le .accordion { border-radius: 0px;}
.blog_search input[type=search]{border-radius: 0px;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background: #444;}

/*右側*/
.blog_page h4.blog_category_title , h5.blog_le_t { display: none;}
.blog_list_ri h5 { letter-spacing: 2px; font-weight: 500; font-size: 25px;}
.blog_list_ri em { font-size: 14px; color: #ffffff; padding: 5px 10px; width: fit-content; margin-top: 15px; background: #3e3e3e; letter-spacing: 2px;}
.blog_list_ri p {  font-size: 15px; border-top: 1px solid #afafaf; margin-top: 20px; padding-top: 15px;padding-left: 5px;}

/*hover*/
.subbox_item a:after{display: none;}
.subbox_item:hover { border: 1px solid #efefef; border: 1px solid #efefef; padding: 15px;}

/*內頁*/
.blog_shareData { align-items: flex-start; align-content: flex-start; flex-direction: column;}
.blog_shareData .visitors_num { padding: 10px 0;}  

.blog_back a.article_btn_back { background: #79b6b6;} 
.blog_back a.article_btn_prev ,.blog_back a.article_btn_next { background: transparent; color: #79b6b6; border: 1px solid;}
.blog_back {  width: 600px; margin: 0 auto;}
.blog_le, .blog_ri { margin-bottom: 5vw;}

/*按鈕*/
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover { background: #79b6b6; color: #fff;}
.blog_back a.article_btn_back:hover { background: #2ca5ba;}

/*相關分類*//*文章+購物車*/
.news_related_list { max-width: 1400px;}
.news_related , .prod_related { background: transparent; padding: 50px 15px;} 
.news_related h6 span:before, .prod_related h6 span:before { font-size: 30px; color: #464d50; letter-spacing: 5px;}
.news_related h6 span:after { content: ""; width: calc(100% - 250px); position: absolute; background: #888; height: 1px; right: 0;  top: 50%;}
.news_related h6 {  max-width: 1400px; margin: 0 auto 30px; text-align: left; position: relative;}
.lastPage {  color: #79b6b6; background: transparent; border: 1px solid;}
.news_related_list li a , .related_list li a { padding: 0px;}
.news_related_list li a p , .related_list li a p{ padding: 10px 0px; text-align: left;}
.lastPage:hover { background: #79b6b6;  color: #fff;}



/*首頁*/
.module_i_news { padding: 0px 0px 80px ;}
.module_i_news section {  max-width: 100%;}

.module_i_news ul { grid-gap: 0px; display: flex; flex-wrap: wrap;}
.module_i_news li a { grid-template-columns: 1fr; grid-gap: 10px;}
.module_i_news_list, .module_i_news_list.swiper {  padding: 50px 0 30px;}
.module_i_news .title_i_box {display: none;}

.module_i_news .title_i_box h6 { display: none;}
.module_i_news .title_i_box h4 { width: fit-content; margin: 0 auto;  font-size: 30px; color: #90745e;  font-weight: 700;  letter-spacing: 5px;  position: relative;
    text-indent: 5px;  z-index: 9;}

.module_i_news .title_i_box h4:after { content: "News"; position: absolute; transform: translateX(-50%);  left: 50%;  top: 50px;  font-weight: 500;  font-size: 19px;  letter-spacing: 1px;}

.i_blog_ri { position: absolute; bottom: 0; background: linear-gradient(to top, #000000, #00000000); min-height: 120px;  padding: 30px 20px 5px;  transition: 0.5s;
    display: flex;  flex-direction: column;  justify-content: center;}
.i_blog_ri h5 { font-weight: 800;  letter-spacing: 2px;  filter: drop-shadow(2px 4px 6px black);  color: #ffffff;}
.i_blog_ri em { font-size: 14px;  color: #ffffff;}
.i_blog_ri p { display: none;  opacity: 0;  color: #c6c6c6;}
.module_i_news li a:before { left: 20px; right: 0; text-align: left; bottom: -20px;  opacity: 0; transition: 0.5s;}
.module_i_news .i_blog_b a { background: #ccb38b;}
.module_i_news .i_blog_b { display: none;}

/*hover*/
.module_i_news li a:after { display: none;}
.module_i_news li a:hover .i_blog_ri { min-height: 100%; background: linear-gradient(to top, #000000, #00000087);}
.module_i_news li a:hover .i_blog_ri h5 { padding-bottom: 5px;}
.module_i_news li a:hover .i_blog_ri p { display: block; opacity: 1; padding-top: 15px;  margin-top: 15px;  border-top: 1px solid;}
.module_i_news li a:hover:before { bottom: 20px;}

.module_i_news ul li { flex-grow: 1; flex-basis: 21vw; box-sizing: border-box; padding: 0; margin: auto 0; display: inline-block; vertical-align: top;transition: 0.5s;}
.module_i_news ul li:hover { flex: 4 0 25vw; transition: flex .4s, -webkit-box-flex .4s, -ms-flex .4s;}
.i_blog_le { aspect-ratio: unset;height: 30vw;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/

/*相簿 ********************************************* */
.i_album_list li a p { background: linear-gradient(to top, #000000, #00000000);  color: #ffffff;height: 4em;letter-spacing: 2px; font-size: 17px;}

ul.i_album_list li { flex-grow: 1; flex-basis: 24vw; box-sizing: border-box; padding: 0; margin: auto 0; display: inline-block;  vertical-align: top;}
.i_album_list li div { aspect-ratio: unset; height: 20vw;}
ul.i_album_list li:hover { flex: 3 0 25vw; transition: flex .4s, -webkit-box-flex .4s, -ms-flex .4s;}
.i_album_list li:hover img { transform: scale(1.02);}

/*列表*/
.show-list { grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); grid-gap: 30px;}
.subalbum-menu h2 { color:#111111; letter-spacing: 5px;}
.overlay { display: none !important; }
.other_subalbum li a p { line-height: 2; background: linear-gradient(to top, #000000, #00000000);
    color: #ffffff; height: 4em; letter-spacing: 2px;  font-size: 17px; position: absolute; bottom: 0;  width: 100%;  transition: 0.5s; display: flex;  align-items: center; justify-content: center; align-content: center;}
.other_subalbum li:hover a p {  height: 100%; }

/*內頁*/
.album_info_page .pic-list .item h6 { font-size: 15px; color: #111; padding: 15px 5px;transition: 0.5s;}
.album_info_page .pic-list { grid-gap: 35px 20px;}
.pic-list .item:hover h6 { color: #79b6b6;}

.album_descrip {
    margin-bottom: 50px; color: #444; line-height: 1.4; font-size: 17px;
    letter-spacing: 2px; padding-bottom: 25px; border-bottom: 1px solid #bababa; position: relative; padding-left: 25px;}
.album_descrip:before { content: ""; width: 10px; height: 10px; background: #444; position: absolute; left: 0; top: 14%;}
.pic-list .show_pic img { transition: 0.5s;}
.pic-list a:hover .show_pic img { transform: scale(1.05);}
.album_a .other_album { display: none;}

/*首頁*/
.module_i_album { padding: 30px 20px 110px;}
.module_i_album section { width: 100%; max-width: 1400px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.module_i_album .i_album_list { grid-template-columns: repeat(3, 1fr);}

.module_i_album .title_i_box h6 { color: #79b6b6; font-family: "Noto Sans TC Black"; letter-spacing: 3px; text-transform: uppercase;}
.module_i_album .title_i_box h4 { font-size: 19px; color: #202020; font-weight: 600;letter-spacing: 4px;padding-top: 7px;}

.i_album_list_box { width: 100%; max-width: calc(100% - 20%); padding-top: 0;}
.module_i_album li:nth-child(n+7) { display: none;}
.module_i_album li div { height: auto;}

.module_i_album .i_album_b { margin-top: -100px;    position: relative;}
.module_i_album .animated-arrow {  color: #79b6b6; background: transparent;padding-left: 30px;text-align: left;letter-spacing: 2px;transition: 0.2s;}
.module_i_album .animated-arrow > i { display: none;}
.module_i_album .animated-arrow:hover {letter-spacing: 7px;}
.module_i_album .i_album_b:before {  content: ""; position: absolute; width: 10px; height: 10px; left: 0; top: 50%; background: #79b6b6; border-radius: 50px; transform: translate(0, 50%);}

/*hover*/
.show-list .item a:before,
.i_album_list li a:before {
    content: ""; background: url(https://pic03.eapple.com.tw/choicehouse/search_img.svg);
    width: 30px; height: 30px; position: absolute; transform: translateX(-50%); left: 50%;  top: 100%;  z-index: 99;  opacity: 0;  transition: 0.6s;}
.show-list .item:hover a:before , .i_album_list li:hover a:before {  opacity: 1;  top: 63%;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡我們*/
.contact_content form { display: flex;  justify-content: space-between;}

.contact_page .blank_letter{ width: fit-content; font-size: 23px; ;  font-weight: 700; letter-spacing: 5px;  position: relative; text-indent: 5px;  z-index: 9;padding-top: 0;}
.contact_page h4.blank_letter.f { position: relative; width: 100%;}
.contact_page h4.blank_letter.f:after { content: "歡迎填寫表單與我們聯絡，我們將有專人為您服務";  position: absolute;  left: 0%; font-size: 16px; top: 40px; color: #464d50;  font-weight: 500;  letter-spacing: 2px;}
.contact_page .contact_content .information_left { width: 350px;}
.contact_page .contact_content .information_right { width: calc(100% - 300px); padding-left: 50px;}

/*表格*/
.contact_page ul.contact_form.form { grid-template-columns: repeat(12, 1fr); grid-gap: 15px 20px; align-items: start; padding: 20px; margin-top: 50px;}
.contact_page ul.contact_form.form li {grid-template-columns: 1fr; grid-column: auto / span 4;  grid-gap: 5px;}
.contact_page .contact_form li .form__label { max-width: 100%;  text-align: left;color: #333;}
.contact_page .contact_form.form select { width: 100%;}
.contact_page ul.contact_form.form li:nth-last-of-type(3) { grid-column: auto / span 12;}
.contact_page .star { padding: 0px;}
.contact_page ul.contact_form.form li:nth-last-of-type(4) { grid-column: auto / span 8;}
.contact_form li:nth-last-of-type(3) { grid-column: auto / span 12;}
.contact_form li:nth-last-of-type(2), .contact_form li:nth-last-of-type(1) { grid-column:auto / span 6 !important}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    display: grid; grid-template-columns: 90px 1fr;
    grid-gap: 5px; grid-template-columns: repeat(auto-fit, minmax(15px, 15px) minmax(180px, 1fr)); align-items: center;}
.form select { width: 100%;}

/*聯絡資訊*/
.info_ADD2:before { content: "營業時間";}
.contact_page .info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {  width: fit-content;left: 15px;}
.contact_page .info_TEL:after, .info_TEL2:after, .info_PHONE:after, .info_LINE:after, .info_FAX:after, .info_TAXID:after, .info_MAIL:after, .info_ADD:after, .info_ADD2:after {
    content: "";  width: 5px;  height: 5px;  background: #79b6b6;  left: 0;  top: 50%;  transform: translateY(-50%);  position: absolute;}
.contact_page .list_before.info li {padding-left: 85px;}

/*按鈕*/
.contact_form li.last blockquote, .contact_form li.last cite { border: 1px #79b6b6 solid;}
.contact_form li.last cite { background: #79b6b6;}
.contact_form li.last blockquote { color: #79b6b6;}

@media screen and (max-width: 1360px) {
/*banner*/
.banner h5 { right: -30vw;}
.banner h5:before { top: -7vw;}
}
@media screen and (max-width: 1200px) {
/*header*/
.navigation { display: flex; flex-direction: column; justify-content: flex-start; align-items: center;  align-content: center;}
.stellarnav ul { text-align: center;}
.me_tp_features { display: none;}
.header_area { position: sticky; background: #fff; padding: 5px 20px;}
.stellarnav > ul > li > a { color: #222; font-size: 14px; padding: 0 5px;}
.stellarnav.mobile { position: absolute;left: 0; top: 15px;}

/*LOGO*/
.nav-header { max-width: 70px;}

/*聯絡我們*/    
.contact_page ul.contact_form.form li { grid-column: auto / span 5;}  
.contact_form li:nth-last-of-type(2), .contact_form li:nth-last-of-type(1) { grid-column: auto / span 12 !important; justify-content: flex-start;}
}

@media screen and (max-width: 1080px) {
 /*文章*/
 .module_i_news_list, .module_i_news_list.swiper { padding: 0px 0 30px;}
 .i_blog_le { height: 49vw;}   
.module_i_news ul li:hover { flex: 48vw; }
.module_i_news ul li { flex-grow: 1; flex-basis: 48vw; margin: 0;}

/*banner*/
.banner { justify-content: flex-end;width: 100%;}
.banner:before {width: 70%; right: 0%;  top: 33%;  height: 300px;  z-index: 1;  opacity: 0.8;}
.banner h5:before { font-size: 35px; top: -70px; right: 0vw; }
.banner h5 { font-size: 19px; width: 100%; z-index: 3;top: 0px;  right: 0vw;}
.banner h5:after { width: 100%; right: 0; top: 30px;}
}
@media screen and (max-width: 980px) {
.main_part {  padding: 50px 20px;  }
.contact_content form { flex-direction: column;  }
.contact_page .contact_content .information_left { width: 100%;}
.contact_page .contact_content .information_right {  width: 100%; padding-left: 0px;}

/*相簿*/
.module_i_album { padding: 30px 20px 80px;}
.i_album_list_box { width: 100%; max-width: 100%;}
.module_i_album section { flex-direction: column;}
.module_i_album .i_album_b:before , .module_i_album .animated-arrow {display: none;}

/*文章*/
.subbox_item a { grid-template-columns: 1fr;}


}
@media screen and (max-width: 768px) {
/*側邊選單*/
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{border-right: unset;}
.stellarnav.mobile ul { background: #7ab2b2;}
.stellarnav > ul > li > a { color: #ffffff;}
.header_area.sticky .stellarnav > ul > li > a { color: #ffffff;}
.stellarnav > ul > li:hover > a { letter-spacing: 0px;  filter: unset;}
.stellarnav a.dd-toggle .icon-plus:after , .stellarnav a.dd-toggle .icon-plus:before { border-bottom: solid 3px #ffffff;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {  text-align: left; background: #7ab2b2; color: #fff;}

.stellarnav.mobile li.open { background: #609595; padding: 0px;}
.stellarnav li a { padding: 10px 25px; display: block;  color: #ffffff;}
.stellarnav .icon-close:before ,.stellarnav .icon-close:after { border-bottom: solid 3px #ffffff;}

/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 0px; }
#to_top { bottom:60px;}

/*文章*/
.ibg03 { padding: 100px 5% 35px;}
.module_i_news { padding: 0px 0px 30px;}
.module_i_news li { border-bottom: unset;}
.i_blog_ri { position: relative;  background: #fff; padding: 15px;}
.module_i_news li a:hover .i_blog_ri { background: #fff;}
.i_blog_ri h5 { letter-spacing: 0px;  filter: unset;  color: #333;}
.i_blog_ri em { font-size: 14px; color: #666; margin: 0px 0;}
.module_i_news li a:before{display: none;}
.i_blog_ri p {  display: block;  opacity: 1; color: #727272;padding-top: 15px; margin-top: 15px; border-top: 1px solid;}
.i_blog_ri h5 { padding-bottom: 5px;}
.blog_back { width: 100%;}
/*購物車*/
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
.i_blog_le { height: 100%;}

/*banner*/
.banner:before {  width: 84%; top: 28%;}
.banner h5:after { white-space: normal;font-size: 15px;}

/*footer*/
.footer_info li:nth-child(1) { width: 100%; max-width: 100%;}
.footer_info li p { width: 100%;text-align: center;}
.footer_menu { display: flex; justify-content: space-around; flex-direction: row; flex-wrap: wrap;}
.footer_menu a { width: 32%;}

/*相簿*/
.show-list { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));}

/*聯絡我們*/
.contact_page ul.contact_form.form li {  grid-column: auto / span 6;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
       grid-template-columns: repeat(auto-fit, minmax(15px, 15px) minmax(280px, 1fr));}
}
.contact_page ul.contact_form.form li { grid-column: auto / span 12;}



@media screen and (max-width: 600px) { 
/*大圖*/
.bannerindex .swiper-slide.swiper-slide-active:before , .bannerindex .swiper-slide.swiper-slide-active:after , .bannerindex .swiper-slide img { display:none; }
.bannerindex .swiper-backface-hidden .swiper-wrapper { width: 100% !important; aspect-ratio: 7 / 10;}
.bannerindex .swiper-slide:nth-child(1).swiper-slide-active { background-image: url(https://pic03.eapple.com.tw/choicehouse/banner01-ph.jpg); background-position: top; background-size:cover;}
.bannerindex .swiper-slide:nth-child(2).swiper-slide-active { background-image: url(https://pic03.eapple.com.tw/choicehouse/banner02-ph.jpg); background-position: top; background-size:cover;}

/*banner*/
.banner { height: 400px;width: 100%;}
.banner h5:after { color: #2c2c2c; font-size: 13px; padding: 5px 10px; line-height: 180%;}
.banner:before {  height: 210px;font-size: 30px;}
.module_i_news ul li ,.module_i_news ul li:hover {flex-basis: 100%;}

/*相簿*/
.module_i_album .i_album_list { grid-template-columns: repeat(2, 1fr);}

/*文章*/
.news_related h6 span:after {  width: calc(100% - 200px);}

}




