@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
	overflow-x:hidden;
	font-family: "Inter","Noto Sans TC","微軟正黑體","arial","sans-serif";
	font-weight: 400;
}

/*網站全域設定/＝＝＝＝＝*/

/*
  #07638F /*網站主要色系
  #8D8D8D /*網站輔助色系1
  #8D8D8D; /*網站輔助色系2*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 商品下拉超過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;}

/* = = = 大圖 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*BN加字*/
.swiper-slide:before, .swiper-slide:after {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
}

.pageIndex .swiper-slide:after {
  width: 100%;
  height: 100%;
  background-image: url(https://pic03.eapple.com.tw/changyuandri/RIGHT.png);
  aspect-ratio: 1 / 1;
  right: 8vw;
  max-width: 33.5vw;
  bottom: -13vw;
  position: absolute;
  content: '';
  background-size: contain;
  animation: ani_RtoL 1s 0.5s both;
}
.pageIndex .swiper-slide:before {
  width: 100%;
  height: 100%;
  background-image: url(https://pic03.eapple.com.tw/changyuandri/LEFT.png);
  aspect-ratio: 1/1;
  left: 0;
  top: 0;
  max-width: 57.5vw;
  bottom: 0;
  position: absolute;
  content: '';
  background-size: contain;
  animation: ani_SC 0.5s 0.5s both;
}

/*.pageIndex .swiper-slide:after {
  animation: ani_RtoL 1s 0.5s both;
}
.pageIndex .swiper-slide:before {
  animation: ani_RtoL 1s 0.5s both;
    animation-delay: 1s;
}*/


@keyframes ani_SC {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
            opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
            opacity:1;
  }
}
@keyframes ani_TtoB {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
            opacity:1;
  }
}
@keyframes ani_LtoR {
  0% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}
@keyframes ani_RtoL {
  0% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}

@media screen and (max-width: 1800px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 768px) {
}


/*預設解除背景輪播*/
@media screen and (max-width: 1800px) {
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/*點點樣式*/
.swiper-pagination-bullets.swiper-pagination-horizontal {bottom: var(--swiper-pagination-bottom, 55px);}
.swiper-pagination-bullet {width: 5px; height: 5px; border-radius: 50px; background: #ffffff; display: none;}
.swiper-pagination-bullet-active {background: #07638F;}
  
@media screen and (max-width: 1024px) {
.swiper-pagination-bullets.swiper-pagination-horizontal {bottom: var(--swiper-pagination-bottom, 10px);}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 425px) {
}


/* = = = BANNER = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


#content_main {background:#fff;/*background: url(https://pic03.eapple.com.tw/yuyco/BBG.jpg)no-repeat top; background-size: cover; background-attachment:fixed;*/}
#content {background:#fff;/*background: url(https://pic03.eapple.com.tw/yuyco/BBG.jpg)no-repeat top; background-size: cover; background-attachment:fixed;*/}

.path {display: none;}
.banner h5 {display: none;}
.banner {padding: 0px 0; height: 780px; background: url(https://pic03.eapple.com.tw/changyuandri/SBN.jpg)no-repeat bottom center; background-size: cover; /*background-attachment:fixed;*/}

@media screen and (max-width: 1024px) {
.banner {height: 600px;}
}
@media screen and (max-width: 768px) {
.banner {height: 400px;}
}


/* = = = LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.nav-header {display: block; width: 100%; text-align: left; max-width: 100%;}
.nav-brand {width: 100%; display: block; margin-top: 15px; transition:all 0.3s;}
.nav-brand img {max-width: 208px; padding-top: 0px; transition: 0.3s ease;}
.header_area {padding: 0px;}
.navigation {grid-template-columns: 310px 1fr;}


/* = = = 主選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.pageIndex .header_area.sticky .main_header_area {background: #ffffff; opacity:.95; transition: 0.6s ease;}
.pageIndex .main_header_area {background:#ffffff; opacity:1; transition: 0.6s ease; box-shadow: 1px 1px 10px #6c6c6c8a;}
.main_header_area{background: #ffffff; height: 80px; border-bottom: 1px solid #eaeaea; transition: 0.6s ease;}
.navigation {padding: 0px 0 0px 0px;}

/*選單最大寬度設定*/
.main_header_area .container {max-width:75%;}

/*第一層*/
.stellarnav {width: 100%;}
.stellarnav > ul > li > a {font-weight: 500; letter-spacing:0px; font-size: 17px; color: #292929; transition:all 0.3s; padding: 0px 12px 0px 12px; height: 40px;}
.stellarnav > ul > li > a:hover  { color:#07638F;}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav > ul > li.has-sub > a {padding: 0px 12px 0px 12px;}

/*第二層*/
.stellarnav li {text-align: left;}
.stellarnav li a {color: #292929;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{padding: 8px 14px;transition: all 0.3s; border-left:1px solid transparent; font-size: 15px;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #ffffff; padding-left:14px;border-color:#07638F ; background: #07638F;}
.stellarnav>ul {padding-top: 20px; transition: 0.3s ease;}
.stellarnav ul ul {margin-top: 0px; width: 180px; background: #ffffff;}
.stellarnav li li {width: 100%; /*border: 1px #dbdbdb solid;*/}

/*SubMenu*/
.shop_search_btn {display: none;}
.tp_links {display: none;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {color: #07638F;}
.me_tp_features {display: none;}

/*主選單按鈕下底線*/
.stellarnav > ul > li {position: relative;}
.stellarnav > ul > li:not(.tp_links) > a:after { 
  width: 0px;
  position: absolute;
  height: 2px;
  content: "";
  background: #07638F;
  left: 50%;
  bottom: 0px;
  transform: translate(-50% , 0);
  transition: ease 0.3s;}
.stellarnav > ul > li > a:after {
    width: 0px;
    position: absolute;
    height: 2px;
    content: "";
    background: #07638F;
    left: 50%;
    bottom: 0px;
    transform: translate(-50% , 0);
    transition: ease 0.3s;}
.stellarnav > ul > li:hover > a:after {width: 50%; transition: ease 0.3s;}



@media screen and (max-width: 1700px) {
  .stellarnav>ul {padding-left: 0px;}
}
@media screen and (max-width: 1350px) {
  .main_header_area .container {max-width: 100%;}
  .stellarnav li {width: 110px;}
}
@media screen and (max-width: 1180px) {
  .stellarnav {width: 100%;}
  .stellarnav li.has-sub > a {padding: 0px 0px 0px 0px;}
  .stellarnav > ul > li > a {margin: 0 0px;}
}
@media screen and (max-width: 1024px) {
  .stellarnav {width: 100%;}
  .stellarnav>ul {text-align: center; margin-top: 0px; padding-top: 0px;}
  .main_header_area {height: 120px;}
  .header_area.sticky .stellarnav>ul {padding-top: 0px;}
  .header_area.sticky .main_header_area {height: 120px;}
  .nav-header {text-align: center;}

  .stellarnav li {text-align: center;width: 100px;}
}
@media screen and (max-width: 768px) {
.stellarnav > ul > li > a{text-shadow:none;}
.header_area.sticky .main_header_area {height: 80px;}
.main_header_area {height: 80px;}

/*漢堡選單展開*/
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {background: #ffffff; border-right: 1px #e4e4e4 solid;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #ffffff;}
.stellarnav.mobile > ul > li {border-bottom: 1px #e4e4e4 solid;}
.stellarnav li {width: 100%; text-align: left;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px; padding-left: 10px; padding: 12px 6px 10px 6px;}
.stellarnav.mobile > ul > li > a {padding: 10px 43px 10px 10px;}
.stellarnav > ul > li , .stellarnav > ul > li:not(.tp_links) > a:after { display: none;}
.stellarnav.mobile > ul > li > a.dd-toggle{padding: 7px;}

.stellarnav.mobile ul {background: #07638F;}
.stellarnav.mobile li.open {background: #e7e7e7;}
.stellarnav li li {border: 1px #e7e7e7 solid;}
.stellarnav li a {color: #ffffff;}
}

@media screen and (max-width: 400px) {
.nav-brand img {max-width: 200px;}
.header_area.sticky .main_header_area {height: 64px;}
}


/* = = = 頁尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.footer .center {max-width: 75%;}
.center {max-width: 75%;}
.footer {background:url(https://pic03.eapple.com.tw/changyuandri/FOOTER.jpg) no-repeat top center; width: 100%; padding: 65px 0 0px 0; background-size: cover;}
.footer_info {display: flex;  flex-wrap: wrap;  align-items: center;  justify-content: space-between; padding: 0 0; grid-gap: 10px;}
.footer_menu {display: grid;  grid-template-columns: repeat(auto-fit, minmax(min(90px,100%), 1fr));  gap: 5px; width: 100%; text-align: center; margin: 0 auto; max-width: 500px;}/*footer按鈕最小寬度100px*/
.footer_menu a {color: #ffffff;margin: 0;	text-align: center;	padding: 8px 0px 10px 0px; border:0; border-right: 0px #233c5a solid;  border-left: 0px #f7f7f7 solid; background:#bebebe;  font-size: 15px; transition: all 0.3s; /*letter-spacing: 1px;*/ border-radius: 4px;}
.footer_menu a:last-child {border-right: 0px #d6e1e1 solid;}
.footer_menu a:hover {background: #07638F; color: #ffffff;} 
.copy {background:#b6b6b6; color: #ffffff; border:none; padding: 20px 0; text-align: center; margin: 0 100px 0 0; padding: 15px 0 15px 0; width: 100%;}
.copy a{color: #ffffff;transition:all 0.3s;}
.copy a:hover {color: #ffffff;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #fff;  color: #222;}
.box_link {display: none;}
.footer_logo img {max-width: 260px;}
.footer_logo {text-align: center; width: 100%; max-width: 100%;}
.footer_info ul {width: 100%; text-align: center; margin-bottom: 0px;}
.footer_info li {padding: 0 13px 0px 13px; display: inline-block;}
.footer_info li p {font-size: 15px; color:#222; line-height: 200%; text-align: center; width: 100%; display: inline-block; margin-bottom: 0px; letter-spacing: 0px;}
.footer_info li p a{color:#222;}
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li:nth-child(2) {margin-top: 0px; padding: 0 0; margin-bottom: 0px; background:none; width: 100%; margin-top: 20px; margin-bottom: 30px;}

/*改字*/
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {width: 54px;}
.list_before {margin-top: 15px;}
.list_before.info li {padding-left: 42px; width: 49%; display: inline-block;}
.list_before li {margin: 3px 0;}
.footer_info li p.mail {display: none;}
.footer_info li p.line:before {content: 'LINE ID：';}
/*.footer_info li p.tel:before {content: '傅老闆手機：';}
.footer_info li p.tel2:before {content: ' 邱先生手機：';}*/
.footer_info li p.phone:before {content: ' 電話：';}
.footer_info li p.add:before {content: '地址：';}
.footer_menu a:nth-child(1) {display: none;} /*隱藏回首頁*/

/*top*/
#to_top {width: 42px; height: 42px; bottom: 31px; right: 25px; left: unset; box-shadow: none;}
#to_top i.top {margin-bottom: -13px;}
#to_top i.top:before, #to_top i.top:after {height: 12px;}

@media screen and (max-width: 1440px) {
  .footer_info li {padding: 15px 15px;}
  .footer_menu {grid-template-columns: repeat(auto-fit, minmax(min(100px, 100%), 1fr));}
}
  @media screen and (max-width: 1380px) {
  .footer_info li:nth-child(2) {width: 100%; margin-bottom: 20px;}
  .copy {text-align: center; width: 100%;}
  .footer_info ul {width: 100%;}
  .footer_logo {width: 100%; max-width: 100%;}
  .footer_info li p {text-align: center;}
  .footer_menu {max-width: 100%;}
  }
  @media screen and (max-width: 1024px) {
  .footer_info li p {width: 100%;}
  .footer_info ul {margin-bottom: 30px;}
  }
  @media screen and (max-width: 768px) {
  .footer .center {max-width: 90%;}
  }
  @media screen and (max-width: 480px) {
  .footer_menu {margin-bottom: 26px; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));}
  .footer_info li {padding: 15px 0px;}
  .footer_menu a {padding: 8px 4px 10px 0px;}
  .footer_info ul {margin-bottom: 0px;}
  .footer_info li:nth-child(2) {margin-bottom: 0px;}
  .footer_logo img {max-width: 260px;}
  }  


/* = = = 相簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*相簿管理*/
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part{max-width: 1450px; width: 100%;  margin: 0 auto; padding: 10px 10px 30px 10px;}
.album_page .show_content, .album_class_page .show_content, .album_info_page .show_content {padding: 0;}

/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {display: grid;  grid-template-columns: 1fr 1fr 1fr 1fr;  gap: 10px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px 0px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{  display: block;  position: relative;  overflow: hidden;  height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic  {  padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
  display:block;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  position: absolute;
  transform: translate(-50%,-50%);}
.show-list .item .show_name {  color: #000; }
.show-list .item:hover .show_name {  color:#000;}
.other_album {max-width: 1775px; width: 100%; margin: 0 auto; padding: 0 0px;}
.other_album_choice li {  background: #07638F; border-radius: 2px;}
.other_album_choice li:hover {background: #054c6d;}
.subalbum-menu h2{  color: #8D8D8D;font-size: 24px; display: none;}
.subalbum-menu {margin: 0px 0; padding: 0 0px;}
.other_subalbum li {background: none;}
.other_subalbum li p {  /*margin-top: 10px;*/ text-align: center; font-weight: 400;}
.show-list .show_pic img, .other_subalbum li a img, .pic-list .show_pic img {border-radius: 0px;}
.show-list .item:hover .overlay {border-radius: 0px; opacity: 0;}

/*特*/
.overlay {background: rgb(255 255 255 / 30%); display: none;}
.show-list .show_name {text-align: center; font-weight: 400; letter-spacing: 0px; transition: 0.3s ease;} 
.album_page .show-list .show_pic img {transform: scale(1); /*-webkit-filter: grayscale(0) contrast(1.2);*/ transition: 0.5s ease;}
.album_page .show-list .show_pic img:hover {transform: scale(1.03); /*-webkit-filter: grayscale(1) contrast(1);*/ transition: 0.5s ease;}
.show-list .show_pic {border-radius: 0px;}
.album_info_page .show-list .show_pic img , .album_info_page .other_subalbum li a img, .album_info_page .pic-list .show_pic img{left: 50%; top: 50%;}
.block {display: none;}
.album_fixed_title {background: none;}
.album_class_page .other_subalbum li a img {/*-webkit-filter: grayscale(0) contrast(1.2);*/  transition: all .5s ease-out; transform: translate(0%, -100%) !important;}
.album_class_page .other_subalbum li a img:hover {/*-webkit-filter: grayscale(1) contrast(1);*/  transform: scale(1.03); transition: all .5s ease-out; }

@media screen and (max-width: 768px) {
ul.show-list, .other_subalbum, ul.pic-list {grid-template-columns: 1fr 1fr 1fr;}
}
@media screen and (max-width: 600px) {
ul.show-list, .other_subalbum, ul.pic-list {grid-template-columns: 1fr 1fr;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
#bottom_menu {display: none; } /*隱藏*/

/*漢堡選單*/
.stellarnav.mobile {padding: 10px;}
.stellarnav .menu-toggle:after {color: #8D8D8D;}
.stellarnav .menu-toggle span.bars span {height: 1px;background: #8D8D8D;}
.stellarnav>ul {margin-top: 0px;}
}




