@charset "utf-8";

/* = = = 網站全域設定 = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/*色彩與文字大小*/
:root {
  --MainColor: #FFFFFF; /*網站主要色系*/
  --SubColor_1: #BDBDBD; /*網站輔助色系 1*/
  --SubColor_2: #575757; /*網站輔助色系 2*/
  --FontColor_1: #FFFFFF; /*內文顏色 1*/
  --FontColor_2: #CCCCCC; /*內文顏色 2*/
  --FontColor_3: #888888; /*內文顏色 3*/
  --BackgroundColor: #131313; /*背景顏色*/
  --BorderColor: #888888; /*框線顏色*/
  --RedFont: #d12e2e;
  --SFontE: "Poppins", "微軟正黑體", sans-serif; /*特殊字體 英文*/
  --SFontC: "微軟正黑體", sans-serif; /*特殊字體 中文*/
  --LineHeight: 180%;
  --LetterSpacing_B: 2px;
  --LetterSpacing_S: 1px;
  --Transition: .3s ease-in-out;
  --f48: 48px;
  --f40: 40px;
  --f36: 36px;
  --f32: 32px;
  --f28: 28px;
  --f24: 24px;
  --f22: 22px;
  --f20: 20px;
  --f18: 18px;
  --f17: 17px;
  --f16: 16px;
  --f15: 15px;
  --f14: 14px;
}
@media (max-width:1024px) {
  :root{
    --f48: 40px;
    --f40: 36px;
    --f36: 32px;
    --f32: 28px;
    --f28: 24px;
    --f24: 22px;
    --f22: 20px;
  }
}
@media (max-width:768px) {
  :root{
    --f48: 32px;
    --f40: 28px;
    --f36: 26px;
    --f32: 24px;
    --f28: 20px;
    --f24: 20px;
    --f20: 18px;
    --f18: 17px;
    --f17: 16px;
  }
}
@media (max-width:600px) {
  :root{
    --f48: 28px;
    --f40: 24px;
    --f36: 22px;
    --f32: 20px;
    --f28: 18px;
    --f24: 18px;
    --f22: 18px;
    --f20: 17px;
    --f18: 16px;
    --f17: 15px;
  }
}
@media (max-width:375px) {
  :root{
    --f48: 24px;
    --f40: 20px;
    --f36: 18px;
    --f32: 18px;
    --f28: 17px;
    --f24: 17px;
    --f22: 17px;
    --f20: 16px;
    --f18: 15px;
  }
}

/*--animation---------------------------------------*/

/*--基礎設定---------------------------------------*/

/*反白顏色*/
::-moz-selection{ background-color: #000000; color: var(--MainColor);}
::selection{ background-color: #000000; color: var(--MainColor);}
.linkBox_Open + span i { transform: rotate(45deg);}

/*滾輪*/
::-webkit-scrollbar { width: 7px;}/*滾輪寬度*/
::-webkit-scrollbar-button { background: transparent; border-radius: 4px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece { background: transparent;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 4px; background-color: var(--MainColor); border: 1px solid var(--BorderColor);}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/*中英文轉換
.tp_lang { display: inline-block;}
.tp_lang a { border: 1px solid var(--BorderColor); padding: 3px; background: #00000088; transition: var(--Transition);}
.tp_lang a:hover { background: var(--MainColor); transition: var(--Transition);}
.tp_lang a::before { background: transparent;}*/

/*頁面內容*/
.edit_part { padding: 0;}
div#page { background: var(--BackgroundColor);}
#content_main, #content { background: transparent;}
.pageIndex#content_main { background-image: url(https://pic03.eapple.com.tw/innk/ik_bg001.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;}
.services_page #content { background-image: url(https://pic03.eapple.com.tw/innk/ik_bg002.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;}
.other_page #content, .other_select_page #content { }
.video_page #content, .contact_page #content { background: url(https://pic03.eapple.com.tw/innk/page_bg.jpg) bottom center no-repeat, var(--BackgroundColor);}
.module_i_news { }
.path { display: none;}

/*TOP*/
#to_top { color: transparent; padding: 0; background: url(https://pic03.eapple.com.tw/innk/scroll.svg) no-repeat center; background-size: contain; transform: rotateX(180deg) scale(0.8); border: none; transition: .3s ease-in-out;}
#to_top:hover { transform: scale(0.9) translateY(-20px) rotateX(180deg); opacity: .6; transition: .3s ease-in-out;}
#to_top i.top { display: none; width: 50px; height: 50px; top: 0; left: -8px;}
#to_top i.top:before {
  display: none;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  background: transparent;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  transform-origin: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  border-radius: 0;
}
#to_top i.top:after { display: none; background: transparent; opacity: 0;}

/*--首頁功能頁區塊---------------------------------------*/

/*區塊設定*/
.module_i_news, .prod_part, .module_i_album, .news_part, .contact_content { margin: auto; padding: 80px 20px 50px;}
.module_i_news section, .prod_part section, .module_i_album section, .news_part section, .i_contact_box section { width: 96%; max-width: 1600px; margin: auto;}

/*標題*/
.news_part .title_i_box h6, .module_i_news .title_i_box h6, .i_prod_tit h2, .i_video_tit h2, .module_i_album .title_i_box h6 
  { font-size: var(--f36); color: var(--MainColor); font-family: var(--SFontE); letter-spacing: var(--LetterSpacing_B); text-transform: uppercase;}
  
.news_part .title_i_box h4, .module_i_news .title_i_box h4, .i_prod_tit span, .i_video_tit span, .module_i_album .title_i_box h4 
  { font-size: var(--f24); color: var(--SubColor_1); font-family: var(--SFontC); letter-spacing: var(--LetterSpacing_B);}

/*按鈕*/
.animated-arrow { background: transparent; border-radius: 0; transition: var(--Transition);}
.animated-arrow:hover { background: transparent; transition: var(--Transition);}
.animated-arrow b, .animated-arrow i { color: var(--FontColor_3); letter-spacing: var(--LetterSpacing_S);}

.fa-arrow-right::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  background: var(--MainColor);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.contact_form .fa-arrow-right::before { background: var(--BackgroundColor);}

/*--功能頁 相關推薦---------------------------------------*/

/*區塊設定*/
.news_related, .prod_related { background: transparent;}
.news_related_list, .related_list, .lastPage { max-width: 1600px; width: 96%; margin: auto;}
.news_related_list, .related_list { grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));}

/*標題*/
.prod_related h6 span, .news_related h6 span { display: block;}
.prod_related h6 span:before, .news_related h6 span:before { font-size: var(--f20); font-family: var(--SFontC); color: var(--MainColor); letter-spacing: var(--LetterSpacing_B);}

/*項目*/
.news_related_list li, .related_list li { filter: grayscale(1); transition: var(--Transition);}
.news_related_list li:hover, .related_list li:hover { filter: grayscale(0); transition: var(--Transition);}

/*圖片*/
.news_related_list li figure { aspect-ratio: 3 / 2;}
.related_list li figure { aspect-ratio: 1 / 1;}

/*項目標題*/
.news_related_list li a, .related_list li a { border: 1px solid var(--BorderColor); padding: 0;}
.news_related_list li a p, .related_list li a p { padding: 10px; font-size: var(--f15);}

/*下一頁*/
.news_related_b_box, .prod_related_b_box { text-align: center; margin-top: 40px;}
.lastPage { display: inline-block; margin: auto; font-size: var(--f16); background: transparent; border: 1px solid var(--MainColor); color: var(--MainColor); transition: var(--Transition);}
.lastPage:hover { color: var(--BackgroundColor); background-color: var(--MainColor); transition: var(--Transition);}

/*--功能頁 頁碼---------------------------------------*/
.page { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 40px auto;}
.page li { display: flex; margin: 3px; line-height:30px; align-items: center; justify-content: center; border-radius: 100%;}
.page li.pre_page, .page li.next_page a:hover { background: var(--MainColor);}

.page li.active { }
.page li strong, .page li a { display: block; height: inherit; min-width: 30px; line-height: var(--LineHeight); padding: 0; color: #ccc; border: 1px solid var(--BorderColor); transition: var(--Transition);}
.page li strong:hover, .page li a:hover { background: var(--MainColor); border: 1px solid var(--MainColor);}

/*--手機版下方按鈕---------------------------------------*/
#bottom_menu { display: none; background: var(--BackgroundColor);}
#bottom_menu li a { color: var(--FontColor_3);}

/*#bottom_menu li:first-child:nth-last-child(3) { width: 100%;}
#bottom_menu > li:not(#bottom_menu > li:first-child) { display: none;}手機板隱藏購物車、匯款通知*/

/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) { }

@media screen and (max-width: 768px) {
  #to_top { bottom:60px;}
}
  
@media screen and (max-width: 600px) {}

/* = = = 預設解除背景輪播 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#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;}
}

/* = = = Index banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.bannerindex { margin-bottom: -5px;}

.flex-video { position: relative; height: 100vh;}
.flex-video video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.flex-video a {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 34px;
  background: url(https://pic03.eapple.com.tw/innk/scroll_ban.svg) no-repeat center;
  background-size: contain;
  z-index: 1;
  transition: .3s ease-in-out;
}
.flex-video a:hover { transform: translateX(-50%) scale(1.2); transition: .3s ease-in-out;}

.flex-video::after {
  content: '映客影像製作';
  position: absolute;
  bottom: 57%;
  left: 50%;
  transform: translateX(-50%);
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 200;
  line-height: 1.2em;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.36);
  z-index: 1;
  width: 100%;
  text-align: center;
}
.flex-video::before {
  content: 'INNK STUDIO';
  position: absolute;
  bottom: 55%;
  left: 50%;
  transform: translateX(-50%);
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
  font-family: var(--SFontE);
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.36);
  z-index: 1;
  width: 100%;
  text-align: center;
}
/*.flex-video::before {
    content: "";
    position: absolute;
    animation: scroll .5s ease 0s infinite alternate;
}*/

.flex-video::after { bottom: 450px;}
.flex-video::before { bottom: 400px;}
.flex-video a { bottom: 300px;}

@keyframes scroll { from { bottom: 20px;} to { bottom: 25px;}}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1920px) {
  .flex-video::after { bottom: 180px; font-size: 35px;}
  .flex-video::before { bottom: 130px; font-size: 28px;}
  .flex-video a { bottom: 30px;}
}

@media screen and (max-width: 1024px) {
  .flex-video a { width: 34px; height: 34px;}
}

@media screen and (max-width: 768px) {
  /* 行動裝置相容性調整 大圖調整 */
  .swiper-slide img { animation-fill-mode: none; -webkit-animation-fill-mode: none;}

  .flex-video::after { font-size: 23px; bottom: 285px;}
  .flex-video::before { font-size: 20px; bottom: 245px;}
  .flex-video a { width: 23px; height: 23px; bottom: 180px;}
}

/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner { position: relative; background: no-repeat top center; background-size: cover; background-image: url(https://pic03.eapple.com.tw/innk/banB.png); padding: 200px 0 65px; height: auto;}
.banner.banC { display: none;}

.banner h5 { position: relative; color: var(--FontColor_1); letter-spacing: var(--LetterSpacing_B); font-weight: 300; font-size: var(--f36);}
.banner h5::before {
  content: "";
  position: absolute;
  bottom: -80%;
  left: 50%;
  transform: translateX(-50%);
  font-size: var(--f28);
  text-align: center;
  font-family: var(--SFontE);
  font-weight: 600;
}
.banner.banA h5::before { content: "NEWS.";}/*促銷方案*/
.other_select_page .banner.banA::before { content: "";}/*下拉編輯頁*/
.banner.banB h5::before { content: "SERVICES";}/*服務項目*/
.other_page .banner.banB h5::before { content: "";}/*其他編輯頁*/
.case_page .banner.banB h5::before { content: "";}/*施工實錄*/
.banner.banC h5::before { content: "CONTACT";}/*聯絡表單*/
.banner.banE h5::before { content: "ALBUM.";}/*相簿管理*/
.banner.banF h5::before { content: "PRODUCT.";}/*店家商品*/
.video_page .banner.banF h5::before { content: "WORKS";}/*影片管理*/
.banner.banblog h5::before { content: "BLOG.";}/*文章管理*/

.banner.banA { background-image: url(https://pic03.eapple.com.tw/innk/banA.png);}/*促銷方案*/
.other_select_page .banner.banA { background-image: url(https://pic03.eapple.com.tw/innk/banA_o1.png);}/*下拉編輯頁*/
.banner.banB { background-image: url(https://pic03.eapple.com.tw/innk/banB.png);}/*服務項目*/
.other_page .banner.banB { background-image: url(https://pic03.eapple.com.tw/innk/banB_o1.png);}/*其他編輯頁*/
.case_page .banner.banB { background-image: url(https://pic03.eapple.com.tw/innk/banB_case.png);}/*施工實錄*/
.banner.banC { background-image: url(https://pic03.eapple.com.tw/innk/banC.png);}/*聯絡表單*/
.banner.banE { background-image: url(https://pic03.eapple.com.tw/innk/banE.png);}/*相簿管理*/
.banner.banF { background-image: url(https://pic03.eapple.com.tw/innk/banF.png);}/*店家商品*/
.banner.banblog { background-image: url(https://pic03.eapple.com.tw/innk/banblog.png);}/*文章管理*/

/*--RWD---------------------------------------*/

@media screen and (max-width: 768px) { 
    .banner { padding: 150px 0 35px;}
}

/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.header_area { position: fixed; background: transparent;}
.header_area.sticky { background: transparent;}
/*.header_area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  opacity: .6;
  transition: var(--Transition);
}
.header_area.sticky::before { height: 100%; transition: var(--Transition);}*/
.main_header_area .container { width: 96%; max-width: 96%;}

/*logo*/
.header_area .nav-header { position: relative; max-width: 120px; width: 100%; height: 80px; z-index: 9999; transition: var(--Transition);}
.header_area.sticky .nav-header { transition: var(--Transition);}
.header_area .nav-header::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://pic03.eapple.com.tw/innk/logo.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
}
.nav-brand { width: 100%; height: 100%;}
.nav-brand img { display: none;}

/*SubMenu*/
.me_tp_features { display:none;}/*隱藏整列*/
.shop_search_btn { background: var(--MainColor);}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: var(--MainColor);}

.me_tp_features { margin: 0; padding: 7px 0;}
.me_tp_features a { color: var(--FontColor_1);}/*購物車搜尋欄*/

/*.box_search { display:none;}隱藏購物車搜尋欄*/
/*.me_tp_features a.tp_btn_cart { display: none;}隱藏購物車*/
/*.me_tp_features a.tp_btn_notice { display: none;}隱藏匯款通知*/

/*--menu---------------------------------------*/

.stellarnav { padding: 20px 0 0;}
.stellarnav > ul { transition: var(--Transition);}
/*.stellarnav > ul:hover > li { opacity: 0.6; transition: var(--Transition);}
.stellarnav > ul > li { transition: var(--Transition);}
.stellarnav > ul:hover > li:hover { opacity: 1; transition: var(--Transition);}*/

.stellarnav > ul > li > a { margin: 0 20px;}
.stellarnav > ul > li > a b { font-weight: 600; padding: 0; color: var(--FontColor_1); font-size: var(--f16);}
.stellarnav li > a b:last-of-type { font-family: var(--SFontE); font-weight: 300;}/*第二格名稱*/
.stellarnav > ul > li:hover > a b { color: var(--MainColor);}

.stellarnav > ul > li:last-of-type > a { border: 2px solid var(--MainColor); padding: 0 20px; border-radius: 50px; width: 110px; margin: 0 10px;}
.stellarnav > ul > li:last-of-type > a:hover { background: var(--MainColor); color: #444;}
.stellarnav > ul > li:last-of-type > a b { margin: -2px 0 0;}
.stellarnav > ul > li:last-of-type > a:hover b { color: #444;}

/*下拉箭頭*/
.stellarnav > ul > li.has-sub > a:after { border-top: 6px solid #FFFFFF;}
.stellarnav > ul > li.has-sub:hover > a:after { border-top: 6px solid var(--MainColor);}

/*.header_area.sticky .stellarnav > ul > li.has-sub > a:after { border-top: 6px solid var(--FontColor_2);}
.header_area.sticky .stellarnav > ul > li.has-sub:hover > a:after { border-top: 6px solid var(--MainColor);}*/

/*--下拉選單---------------------------------------*/

/*下拉超過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;}

/* 主分類超過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;}
*/

/*電腦版選單 / 統一設定*/
.stellarnav.desktop li.bigMenu > ul { background: transparent;}
.stellarnav ul ul { background: transparent;}
.stellarnav li li { background: #FFFFFF; border: none; border-bottom: 1px solid #ccc; backdrop-filter: blur(10px);}
.stellarnav li li:last-child { border-bottom: none;}
.stellarnav li li a { font-size: var(--f16); color: #1c1c1c;}

/*電腦版選單 / 第一層*/
.stellarnav li > ul:hover > li { background: #FFFFFF; transition: var(--Transition);}
.stellarnav li > ul:hover > li:hover { background: #151515; transition: var(--Transition);}
.stellarnav li > ul:hover > li:hover a { color: var(--FontColor_1);}

/*電腦版選單 / 第二層*/
.stellarnav li.drop-left ul ul { padding-right: 5px;}
.stellarnav li > ul > li > ul:hover > li { background: #151515; transition: var(--Transition);}
.stellarnav li > ul > li > ul:hover > li:hover { background: #151515; transition: var(--Transition);}

/*--手機版選單---------------------------------------*/
.stellarnav.mobile.active { z-index: 9999;}

/*漢堡*/
.stellarnav .menu-toggle span.bars span { background: var(--MainColor);}
.stellarnav .menu-toggle:after { display: none; color: var(--MainColor);}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: transparent; color: var(--FontColor_1); display: none;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 2px var(--FontColor_1); top: 7px; right: 3px;}

/*選單*/
.stellarnav .menu-toggle span.bars span { width: 15px; height: 1px;}
.stellarnav.mobile.left > ul { backdrop-filter: blur(6px); background: #000000bb;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { border-right: 1px var(--BorderColor) solid;}
.stellarnav.mobile > ul > li { border: none;}
.stellarnav.mobile li a { color: var(--FontColor_1); padding: 20px 30px;}
.stellarnav.mobile > ul > li > a { margin: 0; border: none; padding: 20px 30px;}
.stellarnav.mobile > ul > li > a b { color: var(--MainColor);}
.stellarnav.mobile li > a b:last-of-type { display: none;}

.stellarnav.mobile ul ul { background: #4c4c4c88;}
.stellarnav.mobile ul ul li { margin: 0; background: transparent;}

/* + */
.stellarnav.mobile > ul > li > a.dd-toggle { padding: 20px 6px;}
.stellarnav a.dd-toggle .icon-plus { }
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #FFFFFF;}

/*分類*/
.stellarnav.mobile li.open { padding: 0; background: #000000cf;}
.stellarnav.mobile li.open li.open { background: #000000cf;;}
.stellarnav.mobile li > ul:hover > li { opacity: 1;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) {
  .stellarnav { padding: 20px 0 0;}
}

@media screen and (max-width: 768px) {
  .header_area { background: transparent;}

  .header_area .nav-header { height: 40px;}

  .navigation { align-items: flex-start;}
  .stellarnav .menu-toggle span.bars { border: 1px solid #FFF; padding: 11px 10px 9px;}
  .stellarnav.mobile { left: auto; right: 0;}
  .stellarnav { padding: 0;}
  .stellarnav > ul > li:last-of-type > a { border: none; border-radius: 0; width: 100%; color: var(--MainColor);}
}

/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.footer { background: #131313; padding: 70px 0 0;}
.footer .center, .copy { width: 96%; max-width: 1980px;}
.footer_info { position: relative; display: block; padding: 0;}
.footer_info ul { padding-top: 22px; width: calc(100% - 300px);}
.footer_info li{padding-top: 0;}
.footer_info li:nth-child(1) { width: 100%; position: relative;}
.footer_info li:nth-child(2) { width: 100%; margin-top: 20px;}

/*logo*/
.footer_logo { position: relative; width: 100%;}
.footer_logo::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 30%;
  border-bottom: 1px solid var(--BorderColor);
  width: calc(100% - 200px);
}
.footer_logo a { position: relative; display: inline-block; max-width: 100%; width: 150px; height: 60px;}
.footer_logo a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://pic03.eapple.com.tw/innk/logo.svg) no-repeat center;
  background-size: contain;
}
.footer_logo img { display: none; max-width: 100%;}

/*footer info*/
.footer_info li p { color: var(--FontColor_1); line-height: 2; display: inline-block; width: 49%;}
.footer_info li p a { color: inherit;}

/*footer menu*/
.footer_menu { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; width: 88%;}
.footer_menu a { margin: 0; text-align: center; padding: 5px; line-height: initial; background: transparent; color: var(--FontColor_2); letter-spacing: 1px; border: 1px solid var(--BorderColor); transition: all 0.3s;}
.footer_menu a:first-child { display: none;}
.footer_menu a:hover { background: var(--MainColor); color: var(--BackgroundColor);}

/*icon*/
.box_link { display: none; grid-template-columns: repeat(2,1fr); grid-gap: 3px 10px; width: max-content; top: 30px; max-width: 100%;}

.box_link a {  
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  color: var(--FontColor_1);
  border-radius: 0;
  padding: 8px 10px;
  margin-bottom: 9px;
  font-size: var(--f16);
  border: 1px solid var(--BorderColor);
  transition: all 0.3s;
}
.box_link a:hover { background: transparent; opacity: .5; transition: all 0.3s;}
.box_link i { display: flex; flex-direction: row; width: max-content; align-items: center; color: var(--FontColor_1);}
.box_link i::after {
  content: "";
  font-size: 11px;
  color: var(--FontColor_1);
  letter-spacing: var(--LetterSpacing_B);
  padding-left: 8px;
}

/*box_link文字設定*/
.box_link i.fa-phone-volume::after { content: "CALL US";}
.box_link i.fa-mobile-screen-button::after { content: "CELL PHONE";}
.box_link i.fa-facebook-f::after { content: "FACEBOOK";}
.box_link i.fa-instagram::after { content: "INSTAGRAM"; }
.box_link .fa-envelope::after { content: "E-Mail";}
.box_link .fa-line::after { content: "LINE";}

/*box_link順序調整*/
.box_link a.me_tp_call { order: 2;}
.box_link a.me_tp_fb { order: 3;}
.box_link a.me_tp_line { order: 1;}
.box_link a.me_tp_mail { order: 5;}
.box_link a.me_tp_ig { order: 4;}

/*版權*/
.copy { position: relative; z-index: 2; color: var(--FontColor_3); border: none; padding: 20px 0 60px; text-align: center; width: 96%; margin: 0 auto; font-size: 8px;}
.copy a { color: var(--FontColor_3); transition:all 0.3s;}
.copy a:hover { color: var(--FontColor_1); opacity: .6; transition: all 0.3s;}

/*累積人氣*/
.total_view { display: none;}

/*側邊浮動按鈕*/
.info_fix { z-index: 99;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 768px) {
  /*footer*/
  .footer_info ul { width: 100%;}

  /*icon*/
  .box_link { position: relative; width: 100%; left: 0; top: auto; margin-top: 20px; order: 2;}
}

@media screen and (max-width: 600px) {
  /*logo*/
  .footer_logo { text-align: center;}
  .footer_logo::before { bottom: -15px; right: auto; left: 50%; transform: translateX(-50%); width: 50%;}

  /*footer info*/
  .footer_info { justify-content: center;}
  .footer_info li p { width: 100%;}

  /*footer menu*/
  .footer_info li:nth-child(2) { width: 100%; margin-top: 25px;}
  .footer_menu { display: grid; grid-template-columns: repeat(3, 1fr);}

  /*版權*/
  .copy { padding: 30px 0; width: 90%; text-align: center;}

  /*底部按鈕*/
  .footer.with_shopping_mode { padding:30px 0 70px;}
}

/* = = = 商品頁面 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--模組預設---------------------------------------*/

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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:var(--MainColor);}
.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: 10px; 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: var(--MainColor);}

.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;}

/*--RWD---------------------------------------*/
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 980px) {}
@media screen and (max-width: 768px) {
  .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;}
}
@media screen and (max-width: 600px) {}

/* = = = 影片管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--版面---------------------------------------*/
.video_page .main_part { padding: 70px 20px;}
.video_content { display: block;}

/*--分類---------------------------------------*/
.video_menu_list > h5 { font-size: var(--f24); color: var(--FontColor_1);}
.fa-caret-down::before { color: var(--FontColor_3);}

.video_menu_list { width: 100%;}
.video_menu_list > ul { display: block; text-align: center; transition: var(--Transition);}
.video_menu_list > ul:hover > li { opacity: .6; transition: var(--Transition);}
.video_menu_list > ul:hover > li:hover { opacity: 1; transition: var(--Transition);}

.video-layer-two > li { display: inline-block; text-align: center; border: none; padding: 0; margin: 0 5px; transition: var(--Transition);}
.video-layer-two li a { font-size: var(--f16); color: var(--MainColor); background: transparent; border: 1px solid var(--MainColor);}

/*--項目---------------------------------------*/

/*版面*/
.video_menu_list + .video-list { max-width: 100%;}
.video-list { grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); grid-gap: 40px 10px;}

/*項目*/
.video-list .vidCover { border-radius: 0; aspect-ratio: 16 / 9;}
.video-list .vidCover::before { background: url(https://pic03.eapple.com.tw/innk/vid_icon.png) no-repeat center;}
.video-list .vidTitle { font-size: var(--f16); color: var(--FontColor_2); -webkit-line-clamp: 2; height: 2.2em; letter-spacing: var(--LetterSpacing_S);}
.video-list .vidDesc { font-size: var(--f14); color: var(--FontColor_3); letter-spacing: var(--LetterSpacing_S);}

/*--RWD---------------------------------------*/
@media screen and (max-width: 1024px) {
  .video_menu_list > ul { display: grid;}
}
@media screen and (max-width: 768px) {
  .video-list { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));}
  .video_menu_list > ul { display: none;}
}

/* = = = 聯絡表單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.contact_page .main_part { padding-top: 100px; padding-bottom: 50px;}
.contact_content form { display: flex; align-items: center; gap: 20px;}

/*表單最大寬度設定*/
.contact_content { max-width: 1200px; padding: 0 20px;}
.contact_content .information_right { width: 100%;}

/*標題*/
.blank_letter { color: var(--FontColor_2); font-size: 19px; letter-spacing: 3px; text-indent: 3px; font-weight: 500;}
h4.blank_letter.i { display: none;}

/*側邊資訊*/
.contact_content .information_left { width: 100%; padding: 50px 0px 80px; order: 2;}
.clearfix:before, .clearfix:after { display: none;}
.contact_le_nomap { width: 100%; order: -1;}
.list_before { display: flex; flex-direction: column; width: 100%; padding-top: 85px; margin-top: 0px; margin-bottom: 0px; display: none;}
.list_before.info::before  {content: "GET IN TOUCH"; position: absolute; left: 0; top: 0; font-weight: 300; font-size: 19px; letter-spacing: 2px; text-indent: 2px; color: var(--FontColor_1); font-family: var(--SFontE); font-size: var(--f14);}
.list_before.info::after { content: "聯絡資訊"; position: absolute; left: 0; top: 30px; font-size: 19px; color: var(--FontColor_2); font-family: var(--SFontC); letter-spacing: 3px; text-indent: 3px; font-weight: 500;}
.list_before.info li { padding-left: 40px; color: var(--FontColor_3);}

/*表格樣式*/
.contact_form li { display: block; padding: 0; margin-bottom: 20px;}
.contact_form li .form__label { width: 100%; text-align: left; margin-left: 0; padding: 0 0 10px; color: var(--FontColor_2); background: transparent;}/*標題*/
.contact_form li input.noborder { border: none; color: #444; background: var(--FontColor_1); border-radius: 3px; padding: 10px;}/*文字欄*/
.contact_form li textarea.noborder {  border: none; color: #444; background: var(--FontColor_1); border-radius: 3px; padding: 10px;}/*文字區塊*/
.form select { color: var(--FontColor_2); background: transparent;}/*下拉式*/
.form select option { background: var(--FontColor_3);}/*下拉式選項*/
input[type="checkbox"], input[type="radio"] { margin: 0 10px 10px;}/*複選、單選*/

/*驗證碼對齊*/
.contact_form li:nth-last-of-type(2) .form__insert { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap;}
.contact_form li:nth-last-of-type(2) .form__insert img { filter: invert(1) grayscale(1) brightness(2.4);}
.contact_form li:nth-last-of-type(2) input.noborder { border: 1px var(--BorderColor) solid;}
.captcha { margin-right: 20px;}

/*按鈕*/
.contact_form li.last blockquote { border-radius: 3px;}/*重新填寫*/
.contact_form li.last blockquote input { color: var(--FontColor_1);}/*重新填寫*/
.contact_form li.last cite { color: var(--BackgroundColor); background: var(--MainColor); border: 1px solid var(--MainColor); border-radius: 3px;}/*送出*/

.contact_form li.last blockquote { border: 1px var(--BorderColor) solid;}
.contact_le_map a { background: var(--MainColor);}

@media screen and (max-width: 768px) { 
  .contact_content form { flex-direction: column;}

  /*資訊*/
  .contact_content .information_left { width: 96%; margin: auto; padding: 50px 0; grid-template-columns: repeat(1, 1fr);}
  .list_before, .list_before.account { width: 100%; padding: 20px 0;}
  .list_before.info::after { display: none;}
  .contact_le_nomap { width: 100%;}

  /*表單*/
  .contact_content .information_right { display: block; width: 96%; margin: auto;}
}

@media screen and (max-width: 425px){
  /*聯絡表單*/
  .contact_form li { padding-left: 0;}
  .contact_form li .form__label { margin: 0 0 10px; width: 100%; text-align: left;}
  .contact_form li .form__insert { width: 100%;}
}