@charset "utf-8";

/* 2025.12.26 中間放大*/
.BannerHome02 .swiper-slide-active img { transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide img { transition: transform 5s ease-out; will-change: transform; transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide-active img { transform: scale(1.06);}

/*●●●●●●●●●●●●●●●●●●●●●●●●   隱藏內容   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.box_link{display:none;}
.tp_links{display:none;}
.path p, .path p a { display: none;}
.me_tp_features {  display: none;}
.sb_marquee { display: none;}

/*主選單動畫*/
.stellarnav > ul > li:hover > a {
   /* background-size: 100% 2px;*/
}

.stellarnav > ul > li > a{
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: left calc(100% - 2px);
    background-size: 0 2px;
    transition: color .3s ease, background-size .35s ease;
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
*{letter-spacing: .1rem;}
*{font-family: /*"Kosugi Maru", sans-serif;*/}
:root{
	/*顏色*/
	
	--ColorMain: #222 /*黑*/;
    --ColorMain2: #d60f24 /*紅*/;
    --ColorMain3: #afafaf /*淺灰*/;
    --ColorSub: #9a000c /*dark紅*/;
    --ColorSub2: #543605 /*br*/;
    --ColorSub3: #626952 /*綠*/;
    --ColorSub4: #bdab8d /*brlight*/;
	
	--textColor: #333333 /*文字*/; 
	
	/* 字型 */
	--ffmain: "微軟正黑體"; --ffsub: "Gabarito", sans-serif;
}

#content_main, #content { margin-top: -20px;background-color: var(--ColorSub4);
    background-image: linear-gradient(to right, rgb(255 255 255 / 35%) 1px, transparent 1px), linear-gradient(to bottom, rgb(255 255 255 / 35%) 1px, transparent 1px);
    background-size: 20px 20px;}
	
@media screen and (max-width: 1024px){}  
@media screen and (max-width: 768px) {}         
@media screen and (max-width: 450px) {}


/*●●●●●●●●●●●●●●●●●●●●●●●●   圓形翻轉型浮動按鈕   ●●●●●●●●●●●●●●●●●●●●●●●●*/

.info_fix { bottom: 100px; z-index: 999;}
.info_fix_links{ display:block !important; padding-bottom: 0;}/*保持展開*/
.info_fix>span { display: none;}/*隱藏展開鈕*/
.linksBtn, .info_fix:hover>.linksBtn{ background: #de8c66;}
.info_fix_links img{width: 25px;}

.info_fix_links a { opacity: 0.8;border: 4px #ffffff4a solid;width: 50px; height: 50px;}
.info_fix_links a:hover { opacity: 1;animation: move2 2s; animation-timing-function: ease-out;}

.info_fix_links a, .info_fix_links a:hover {background:var(--ColorMain);}
.info_fix_links a:nth-of-type(even), .info_fix_links a:nth-of-type(even):hover {  background:var(--ColorMain2);}

@keyframes move2{	0%{transform: rotateY(0deg);} 100%{transform:  rotateY(360deg);}}

#to_top{border: 1px solid #b7b7b7; background: #ffffff; left: auto; right: 30px; bottom: 30px; box-shadow: none; color: #6c6c6c; border-radius: 10px;}
#to_top i.top {height: 16px;}
#to_top i.top:before, #to_top i.top:after {background: #939393;}


/*●●●●●●●●●●●●●●●●●●●●●●●●   header   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.header_area {}
.header_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 17px; /* 圖騰高度 */
  background-color: #fff; /* 泰雅紅 */
  background-image: 
    linear-gradient(135deg, var(--ColorMain2) 25%, transparent 25%),
    linear-gradient(225deg, var(--ColorMain2) 25%, transparent 25%),
    linear-gradient(45deg, #000000 25%, transparent 25%),
    linear-gradient(315deg, #000000 25%, transparent 25%);
  background-size: 15px 15px;
  background-repeat: repeat-x;
  border-bottom: 2px solid #000000;
  opacity: 0;transition: 2s ease;
}
.header_area.sticky::before {  opacity: .8;}

.site_copyRight {
  position: relative;
  /* 預留上下邊距，避免內容被圖騰遮擋 */
  padding-bottom: 25px !important;
}

/* 2. 頂部泰雅族鋸齒/菱形圖騰邊條 */
.site_copyRight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 17px; /* 圖騰高度 */
  background-color: var(--ColorMain2);
  background-image: linear-gradient(135deg, #FFF 25%, transparent 25%), linear-gradient(225deg, #fff 25%, transparent 25%), linear-gradient(45deg, #000000 25%, transparent 25%), linear-gradient(315deg, #000000 25%, transparent 25%);
  background-size: 15px 15px;
  background-repeat: repeat-x;
  border-bottom: 2px solid #000000;
}


/**************************LOGO*************************************/
.header_area {background: transparent;  padding: 10px 20px;  position: fixed;width: 100%;}
.header_area.sticky {background: linear-gradient(180deg, black, #000000ab, transparent); height: 66px;}

.main_header_area .container {max-width: 100%;}
	
.nav-brand { margin-top: 10px; transition: all ease 3s;opacity: .9; 
animation: move 10s linear 0s infinite reverse;}
.sticky .nav-brand {  width: 130px; margin-top: 0px; opacity: 1;}
@keyframes move{
0% { transform: rotateY(0deg);}
30% { transform: rotateY(360deg);}
100% { transform: rotateY(360deg);}
}


.navigation {padding: 0;grid-template-columns: 180px 1fr;}
	
/*.navigation { grid-template-columns: 280px 1fr;grid-gap: 0 10px;transition: all 1s ease;}
.sticky .navigation {transition: all 1s ease;}

.nav-header { max-width: fit-content; padding: 0;transition: all 1s ease;}
.sticky .nav-header { transition: all 1s ease;}
.nav-brand, .nav-brand img { width: 100%; display: block; transition: all ease 0.3s; display: flex; justify-content: flex-end;}*/

/*Header/＝＝＝＝＝*//*
.header_area {  position: fixed;background: linear-gradient(180deg, var(--ColorSub), transparent); padding:10px 0 30px;}
.header_area.sticky {  background: transparent;}
.main_header_area{background: transparent;}



.header_area.sticky .main_header_area:after{height: 90px; background: #c3bdbae8;}
.main_header_area:after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 75%);
    transition: all .5s;
    transition-timing-function: ease-in;
}*/

/*第一層*/
.stellarnav { margin-top: 10px; /*display: none;*/transition: all 1s ease;}
.sticky .stellarnav { /*display: block;*/transition: all 1s ease;}

.stellarnav > ul > li > a{transition:all 0.3s;color: #ffffff;border-left:1px solid #ffffff38;padding:0 0 0 12px;}
.stellarnav > ul > li:nth-child(2) > a, .sticky .stellarnav > ul > li:nth-child(2) > a{border-left:none;}

.sticky .stellarnav > ul > li > a {/* border-left: 1px solid #24181838; color: #333;*/}

.stellarnav > ul > li.has-sub > a, .stellarnav > ul > li:nth-of-type(4) > a, .stellarnav > ul > li:nth-of-type(5) > a,
.stellarnav > ul > li:nth-of-type(7) > a, .stellarnav > ul > li:nth-of-type(8) > a{padding-right: 17px !important;}

.stellarnav li.has-sub > a:after{border-top:6px solid var(--ColorSub);}
.stellarnav > ul > li:hover > a{color: var(--ColorMain2);}

.stellarnav > ul > li > a b {  font-weight: bold;}
.stellarnav > ul > li > a b:first-of-type { font-weight: 500; font-family: var(--ffsub);}

/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{ color: #323232; padding: 7px 5px; transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: white;/*	padding-left:10px;border-color:#0d3766 ;*/}
.stellarnav ul ul{    background: #ffffffd1;}
.stellarnav li li:hover {background:var(--ColorSub);}
.stellarnav li li { border: 1px solid var(--FixAsColor03);}

/*SubMenu*/
.shop_search_btn {    background: #0d3766;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #0d3766;}


@media screen and (max-width: 1024px) {
.nav-brand, .nav-brand img { width: 190px;}
.sticky .nav-brand, .sticky .nav-brand img { width: 150px;}
.header_area.sticky .main_header_area:after { height: 112px;}
	
.me_tp_features {    margin: 0;}
.nav-header, .sticky .nav-header {  margin: 10px 0 0;;}
.header_area {  padding: 0;}

.stellarnav > ul > li > a { font-size: 14px;}
}

@media screen and (max-width: 768px) {
.header_area.sticky .main_header_area:after { height: 90px;}
.nav-brand, .nav-brand img { width: 150px;}

.main_header_area .container { /*padding: 0 2% 1%;*/}
	
.stellarnav.mobile > ul > li > a, .stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a:not(.dd-toggle)
 { padding: 25px 43px 27px 30px; text-shadow: none; font-weight: 800; line-height: 150%;}
.sticky .stellarnav > ul > li > a { border-left: none;}

/*menu*/
.stellarnav .menu-toggle {  padding: 19px 0; }
.stellarnav .menu-toggle:after { color: white;font-size: 8px; margin-top: 5px;}
.stellarnav .menu-toggle span.bars span { background: white;}

.sticky .stellarnav .menu-toggle:after { color: #282828;}
.sticky .stellarnav .menu-toggle span.bars span { background: var(--ColorMain);}
.stellarnav li li { margin: 0 30px 30px;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #ffffff61;}
.stellarnav .icon-close { margin-right: 5px;}
	
/*+*/
.stellarnav a.dd-toggle .icon-plus { display: inline-block;}
.stellarnav>ul>li>a.dd-toggle:before {content: "";}
.stellarnav.mobile > ul > li > a.dd-toggle { padding: 20px 0;}


/*底色*/
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{width: 330px;  max-width: 100%;}

.stellarnav.mobile ul, .sticky .stellarnav ul, .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul,
.sticky .stellarnav.mobile.right > ul, .sticky .stellarnav.mobile.left > ul { background: #fffffff5; backdrop-filter: saturate(93%) blur(3px);}

.stellarnav.mobile li.open { padding: 0;}
.stellarnav.mobile > ul > li {  margin: 10px;}
.stellarnav>ul>li>ul { left: 0;}
.stellarnav.mobile li.open { background: transparent;}
.sticky .stellarnav ul {  margin: 0;}

/*文字*/
.stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a:not(.dd-toggle),
.sticky .stellarnav>ul>li>a, .sticky .stellarnav>ul>li.has-sub>a:not(.dd-toggle) { text-shadow: none; color: var(--ColorMain); font-weight: 800;}
.stellarnav>ul>li>ul, .sticky .stellarnav>ul>li>ul { bottom: auto; transform: none;}


}
@media screen and (max-width: 570px) {
.stellarnav .menu-toggle {}
.nav-brand, .nav-brand img {}
.sticky .nav-brand, .sticky .nav-brand img {}
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   footer   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.site_endPart { background: white;padding: 0;}

/*LOGO*/
.site_logo > a { display: none;}

/*聯絡資料*/
.site_endPart li { width: 100%; justify-content: center;}

/*.footer_info {display: flex; flex-direction: column; align-items: center; grid-gap: 10px;padding: 20px 0;}
.footer_info ul{display: flex; flex-direction: column; align-items: center;width: 100%;}

.footer_info li {display: flex; flex-wrap: wrap; justify-content: center;text-align: center; gap: 0 15px;padding: 5px;}
.footer_info li:nth-child(1){}
.footer_info li:nth-child(2){}
.footer_info li+li { margin-top: 0;}

.footer_info li p { margin: 7px 3px;}
.footer_info li p, .footer_info li p a{ color:var(--textColor); font-size: 13px; letter-spacing: 1px;text-align: left;}
.footer_info li p:nth-of-type(even):after{color: var(--ColorMain2);}*/

/*按鈕*/
.site_endPart li.site_bottomMenu { width: 100%;}
.site_bottomMenu a:hover { border-color: var(--ColorMain2); background: var(--ColorMain); color: white;}
.site_bottomMenu a:nth-of-type(even):hover { border-color: var(--ColorMain); background: var(--ColorMain2);}


/*.footer_menu a{background: rgb(0 0 0 / 10%); color: var(--textColor);font-size: 12px;padding: 8px;position: relative;z-index: 0; margin: 5px 0;width: 100px;border: none;}

.footer_menu a:first-child{display: none;}
.footer_menu a:before{content: "";width: 100%; height: 0; position: absolute; top: 0; left: 0; transition: all .5s; background: var(--ColorSub);z-index: -1;}
.footer_menu a:nth-of-type(even):before{background: var(--ColorMain);}

.footer_menu a:hover {background: transparent;}
.footer_menu a:hover:before{bottom: 0; top: auto; height: 100%;transition: all .5s;}

.footer_menu a, .footer_menu a:hover:before{/*border-radius: 20px;*//*}*/

/*copy*/
 {padding: 8px 0 10px; margin-top: 0;background: var(--ColorMain); border-top: none;}
 p,  a{color: #fff;letter-spacing: 0;}

/*#bottom_menu*/
#bottom_menu{/*display:none;*/background: var(--ColorMain2); box-shadow: none;}

#bottom_menu li { border-right: 1px solid #ffffff45;}
#bottom_menu li a {  padding: 11px 5px 4px;}
/*#bottom_menu li:nth-of-type(2) a{background: var(--ColorMain);}
#bottom_menu li:nth-of-type(3) a{background: var(--ColorMain2);}*/
#bottom_menu li a i { color: #878787;}
/*#bottom_menu li:nth-of-type(2) a i, #bottom_menu li:nth-of-type(3) a i { color: white;}*/
#bottom_menu li a em {color: white;}

@media screen and (max-width: 768px) {
	.footer { padding: 0 0 55px;}
	.footer_info li {  justify-content: flex-start;}
	.footer_info li:nth-child(2) {text-align: left;}
	.footer_info ul { align-items: flex-start;}

    .footer_info li p a {  text-align: left;}
    .footer_menu a { text-align: center; }
	.footer_info { align-items: flex-start;padding: 0;}
	
	.footer.with_shopping_mode { padding: 30px 0 54px; }
	.footer_logo { /*margin: 15px;*/}
	
}
@media screen and (max-width: 500px) {
}
@media screen and (max-width: 382px) {
	.footer_info li p.add2:before {  width: 95px;}
}
/**********************************************************************************************/
/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○//*首頁大圖*/
.bannerindex { position:static; height:auto;}
.bannerindex .swiper-banner { position:static; margin:0;/* height:auto;*/}
.bannerindex .swiper-slide img { height:auto;}

.bannerindex .swiper-slide a { display: block; position: relative; width: 100%; height: 100%;}

.bannerindex:before, .bannerindex:after,
.bannerindex .swiper-slide:before,
.bannerindex .swiper-slide:after,
.bannerindex .swiper-slide a:before,
.bannerindex .swiper-slide a:after {
content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 50; pointer-events: none;
background-size: contain; background-repeat: repeat-x; background-position-x: center;
}

/*煙霧*/
.bannerindex:before{  background: url(https://pic03.eapple.com.tw/swasiq/smo.png); animation: anime_wave 100s linear 0s infinite reverse; opacity: .4;}
@keyframes anime_wave { from { background-position: 0 0;} to { background-position: -2000px 0;}}


.bannerindex .swiper-slide.swiper-slide-active:after    { animation: down_in 4s ease;}/*大標*/
.bannerindex .swiper-slide.swiper-slide-active:before   { animation: center_pop 4s ease; } /*外框小文*/

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after    { background-image: url(https://pic03.eapple.com.tw/swasiq/BNA2.png); }
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before   { background-image: url(https://pic03.eapple.com.tw/swasiq/BNA1.png); }

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after    { background-image: url(https://pic03.eapple.com.tw/swasiq/BNB2.png); animation: center_pop 3s ease;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before   { background-image: url(https://pic03.eapple.com.tw/swasiq/BNB1.png); animation: op 3s ease;}


@keyframes down_in {
0% { transform: translateY(10%); opacity: 0;  }
20% { opacity: 0;}
90% { transform: translateY(0); opacity: 1;}
100% {opacity: 1;}
}
@keyframes up_in {
0% { transform: translateY(-10%); opacity: 0;}
20% { opacity: 0;}
80% { transform: translateY(0);}
100% {opacity: 1;}
}
@keyframes left_in {
0% { transform: translateX(-10%); opacity: 0;}
20% { opacity: 0;}
80% { transform: translateX(0);}
100% {opacity: 1;}
}
@keyframes right_in {
0% { transform: translateX(10%); opacity: 0;}
20% { opacity: 0;}
80% { transform: translateX(0);}
100% {opacity: 1;}
}
@keyframes center_pop {
0% { opacity: 0; transform: scale(1, 0);}
50% { opacity: 1; transform: scale(1, 1);}
100% { opacity: 1; transform: scale(1, 1);}
}
@keyframes op {
0% { opacity: 0;  transform: scale(2) translateY(0%);}
30% { transform: translateY(10%);}
50% { transform: translateY(0%);opacity: 1;}
70% { transform: translateY(5%);}
90% { transform: translateY(0); }
100% {opacity: 1; transform: scale(1);}
}


/*切換圓點*/
.swiper-pagination-bullets.swiper-pagination-horizontal{display: none;}


/*○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○//*內頁大圖*/
.banner{background-image: url(https://pic03.eapple.com.tw/swasiq/ban.jpg);background-repeat: repeat;background-size: cover;
padding: 70px 50px 0;  height: 70px;  justify-content: flex-end; background: var(--ColorMain);}
.banner h5 {color: #ffffff; display: flex; flex-direction: column; font-family: var(--ffsub2);}
.banner h5:before {content:'SWASIQ';font-weight: normal; letter-spacing: 0; margin-bottom: -6px; font-size: 18px; color: var(--ColorMain);font-family: var(--ffsub);}

.banner.banblog h5:before {content:'ARTICLE';}
.banner.banE h5:before {content:'ALBUM';}

.projects_detaild_page .banner h5{  margin-top: 90px; font-size: 50px;}


@media screen and (max-width: 1024px) {
.bannerindex {}
.banner h5 {}
}

@media screen and (max-width: 768px) {
.bannerindex {  padding: 0;}
.banner {  justify-content: space-evenly;}
.projects_detaild_page .banner h5 { margin-top: 65px;  font-size: 36px;}
}
@media screen and (max-width: 600px) {
.banner {  min-height: 200px;}
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   查看更多按鈕   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.animated-arrow { transition: .3s; position: relative; overflow: hidden; font-size: 12px; height: 40px; line-height: 40px;
    border-radius: 0;  background: var(--ColorSub); border: none; color: white; margin-top: 0;/*border-radius: 0 20px 0 0;*/}

.animated-arrow b, .animated-arrow i{position:relative; z-index:99;}
.animated-arrow b{}
.animated-arrow::after { background: white ;content:"";position:absolute;width:0px;height:100%;top:0px;left:0px;transition:1s;
/*border-radius: 0 20px 0 0; *//*border-right: 1px solid var(--ColorMain);  border-top: 1px solid var(--ColorMain);*/}
.animated-arrow:hover {	color: var(--ColorMain2);}
.animated-arrow:hover::after {	width:90%;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   首頁顯示功能   ●●●●●●●●●●●●●●●●●●●●●●●●*/

/*英文*/
.module_i_news .title_i_box h4:before, .i_prod_tit span:before, .module_i_album .title_i_box h6
{content: "NEWS";letter-spacing: 0;display: block;font-size: 30px;color: var(--ColorMain);font-weight: 100;}


/*中文*/
.module_i_news .title_i_box h4, .i_prod_tit span, .module_i_album .title_i_box h4 { font-size: 20px; font-weight: bold;color: var(--ColorSub);}

/*底色*/
.module_i_news, .prod_part, .module_i_album {  background: var(--ColorMain2);padding: 5% !important;}


/*●●●●●●●●●●●●●●●●●●●●●●●●   文章(最新消息)   ●●●●●●●●●●●●●●●●●●●●●●●●*/

/*首頁顯示*//*
.module_i_news ul { grid-template-columns: 1fr; grid-gap: 5px;}
.i_blog_le {  aspect-ratio: 3 / 2;}
.module_i_news_list{ padding: 0;}
.i_blog_ri h5 { font-weight: bold; font-size: 18px; color: #353535;}
.module_i_news li a {  grid-gap: 25px;}	
	
/*文章首頁*//*
.blog_subbox { grid-template-columns: 1fr 1fr 1fr;}
.subbox_item {  background: #fff;}
.subbox_item a { grid-template-columns: 1fr;grid-gap: 0;}
.subbox_item a:after, .module_i_news li a:after { background: #00000036;border: 1px var(--ColorMain) solid;background: transparent;  border: none;}
.subbox_item a:before, .module_i_news li a:before {color: #fff; background: var(--ColorMain); padding: 10px 20px;bottom: 0; right: 0;display: none;}
.subbox_item a, .module_i_news li a { /*background: #fff;*//*border: 1px solid #e0e0e0;*//*}
.blog_list_ri, .i_blog_ri {  padding: 15px 0;}
.blog_list_ri h5 {font-weight: 700; font-size: 18px;}
.subbox_item a:hover .blog_list_le img {  opacity: 0.85;   transform: scale(1.1);}
.blog_list_le {overflow: hidden;}

h5.blog_le_t { display: none;}
.blog_search input[type=search], .blog_le .accordion { border-radius: 0;}
.blog_le { padding: 0; width: 200px;}
	
.blog_page h4.blog_category_title { display: none;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: var(--ColorMain) !important;}

/*內頁*//*
.blog_back a.article_btn_back{ background: var(--ColorMain);}
.lastPage {  background: #adadad; border-radius: 5px;}
@media screen and (max-width: 900px) {
.blog_subbox { grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 768px) {
.module_i_news li a {grid-template-columns: 200px 1fr; grid-gap: 15px;}
.blog_le {  width: 100%;}
.blog_le .accordion { display: block;}
}
@media screen and (max-width: 425px) {
.module_i_news li a {grid-template-columns: 100px 1fr;}
.i_blog_le { aspect-ratio: 2 / 3;}
.blog_subbox { grid-template-columns: 1fr;}

}
