@import url('/css/fontawesome-all.css');
@import url('/css/font-awesome.min.css');
@import url('/css/fontawesome.min.css');
@import url('/css/all.min.css');
@import url('/css/SeoJump.css');
@import url('/css/contentBuilder.css');
@import url('root.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Serif+TC:wght@200..900&family=Yuji+Boku&display=swap');

*, ::after, ::before { margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; transition: all .2s linear; }
*:focus { outline:  none; }

body {margin: 0;}
body::-webkit-scrollbar { width: 13px; }
body::-webkit-scrollbar-track { background: none; }
body::-webkit-scrollbar-thumb { border-radius: 8px; border: 4px solid transparent; background-clip: content-box; background-color: var(--g_200); }
body::-webkit-scrollbar-thumb:hover { background-color: var(--g_300); }

header , footer , div , nav , article , hr , p , form , label , input , button , select , textarea , ul , li , img , svg , span , font , strong , b , a , i {text-align: left;vertical-align: middle;word-wrap: break-word;word-break: break-word;line-height: 1.7;border-width: 0;font-family: var(--font-family), sans-serif;font-size: 16px;color: #3e3e3e;}

h1, h2, h3, h4, h5, h6 { word-wrap: break-word; word-break: break-word; line-height: 1.7; font-family: var(--font-family), sans-serif; color: var(--info); }
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * { font-size: inherit; }
h1, .h1 { font-weight: bold; font-size: 2em; }
h2, .h2 { font-weight: bold; font-size: 1.5em; }
h3, .h3 { font-weight: bold; font-size: 1.17em; }
h4, .h4 { font-weight: bold; font-size: 1em; }
h5, .h5 { font-weight: bold; font-size: .83em; }
h6, .h6 { font-weight: bold; font-size: .67em; }

ul , ol { list-style: none; }

fieldset { border: 0; }
input , select , textarea { padding: .5em 1em; width: 100%; background-color: white; background-clip: padding-box; border: 1px solid var(--g_200); border-radius: .2em; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select { background: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5l-6.5 7L1 5' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") white no-repeat calc(100% - .5em) 50% / auto .5em; }
button { background: none; border: 0; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; }
input::-webkit-outer-spin-button , input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
input[type=number] { -moz-appearance: textfield; }
input[type="password"] { font-family: auto; }
input[type="radio"] , input[type="checkbox"] { width: auto; -webkit-appearance: auto; -moz-appearance: auto; appearance: auto; }

/* img */
img { max-width: 100%; }
.img_cover { object-fit: cover; }
.img_contain { object-fit: contain; }

a , a:link , a:visited , a:hover { display: inline-block; text-decoration: none; white-space: pre-wrap; }

/* general class set */
.txt_clamp { overflow: hidden; height: 1.5em; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.d_inblock.txt_clamp { display: -webkit-inline-box; }
.atag_item { width: 100%; height: 100%; top: 0; left: 0; }

/* fancybox */
[class^="fancybox-"] , [class^="fancybox-"] * , .slick-track , .fa , .fas , .fa:before , .fas:before , .fa:after , .fas:after , .trans_none_box { -webkit-transition: none; -moz-transition: none; transition: none; }
.fancybox-infobar__body span { font-size: inherit; color: currentcolor; vertical-align: initial; }

/* webBox */
.webBox {position: relative;width: 100%;overflow: hidden;}
.webBox .wrapper { position: relative; background: white; z-index: 2; }
.webBox .wrapper:before{content:'';position: absolute;left: 11vw;top: 91px;width: 1px;height: 100vh;background: #e2e2e2;opacity: .4;z-index: 3;}

/* slick */
.webBox .slick-dotted.slick-slider { margin-bottom: 0; min-width: 100%; }
.webBox .slick-dotted .slick-track { min-width: 100%; }
.webBox .slick-dotted .slick-dots { bottom: 20px; }
.webBox .slick-dotted .slick-dots li { width: auto; height: auto; display: inline-flex; justify-content: center; align-items: center; }
.webBox .slick-dotted .slick-dots li button { width: 1em; height: 1em; background: var(--g_200); outline: 2px transparent solid; border-radius: 50%; }
.webBox .slick-dotted .slick-dots li.slick-active button { background: transparent; outline-color: var(--primary); }
.webBox .slick-dotted .slick-dots li button:before { content: ""; }

/* workframe */
.workframe {margin: 0 auto;width: min(90vw, var(--width-xxl));}
.workframe_s {margin: 0 auto;width: min(90vw, var(--width-xl));}

/* header */
header {position: fixed;padding: 0 0 0 2%;width: 100%;display: flex;justify-content: space-between;align-items: center;top: 0;left: 0;z-index: 999;border-bottom: 1px solid rgb(226 226 226 / 40%);box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
header #cis img{height:57px;object-fit: contain;}
header #webmenu nav a {margin: 0 .5em;padding: .2em .5em;display: block;color: white;font-size: 17px;letter-spacing: 2px;}
header #webmenu nav a:hover{color: #e1c59a;}
header #topbtns {display: flex;justify-content: flex-end;align-items: center;gap: 0;}
header #topbtns .btn {cursor: pointer;}
header #topbtns .btn svg {width: 22px;height: 25px;fill: white;}
header #topbtns .dropdown { position: relative; }
header #topbtns .dropdown .dropdown_menu {position: absolute;width: 90px;display: flex;flex-direction: column;background: var(--primary);left: 50%;-webkit-transform: translate(-50%, -.5em);transform: translate(-50%, -.5em);opacity: 0;z-index: -1;pointer-events: none;}
header #topbtns .dropdown .dropdown_menu[data-type="1"] { -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); opacity: 1; z-index: 999; pointer-events: auto; }
header #topbtns .dropdown .member_list a {padding: .5em;display: block;text-align: center;color: white;}
header #topbtns .dropdown .order_list {padding: 1em;width: 300px;right: 0;left: auto;-webkit-transform: translate(0, -.5em);transform: translate(0, -.5em);background: white;}
header #topbtns .dropdown .order_list[data-type="1"] { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
header #topbtns .dropdown .order_list tr >* { padding: .3em 0; border-bottom: 1px var(--g_200) dashed; text-align: center; font-size: 13px; }
header #topbtns .dropdown .order_list tr a { font-size: 1em; }
header #topbtns .dropdown .order_list tr .name { width: 6em; }
header #topbtns .dropdown .order_list tr .name a { margin-bottom: .1em; padding: 0 .5em; height: 1em; display: -webkit-box; line-height: 1; }
header #topbtns .dropdown .order_list tr .image { width: 30px; }
header #topbtns .dropdown .order_list tr .image img { width: 100%; aspect-ratio: 1/1; }
header #topbtns .dropdown .order_list tr .shape , header #topbtns .dropdown .order_list tr .total { width: 5em; }
header #topbtns .dropdown .order_list .btn { margin-top: 1em; padding: .3em .2em; background: var(--primary); display: block; text-align: center; color: white; }
header #topbtns .dropdown .order_list .order_empty { height: 4em; display: flex; justify-content: center; align-items: center; font-size: 13px; color: var(--g_500); }
header #topbtns #openshop, header #topbtns #openmember, header #openform {position: relative;width: 90px;aspect-ratio: 1/1;background: var(--secondary);border-radius: 0;padding: 0;border: 0;}
header #openform{display:flex;align-items: center;justify-content: center;background: none;}
header #topbtns #openmember{background:var(--primary)}
header #topbtns #openshop b {position: absolute;width: 1.5em;height: 1.5em;background: #f7f2f3;border-radius: 50%;display: flex;justify-content: center;align-items: center;font-weight: 600;font-size: .7em;line-height: 1.3;color: #604b2c;top: 2.1em;left: 4.7em;}
header #topbtns #openshop font {display: inline-flex;color: var(--g_800);display: none;}
header #topbtns #openshop font:before { margin: 0 10px 0 13px; display: inline-block; color: var(--g_800); content: "/"; }

/* hSearch */
#hSearch { position: fixed; margin-top: 1.5em; padding: 0 1em; width: 240px; background-color: var(--g_100); box-shadow: 0 0 0.875rem 0 rgb(53 64 82 / 30%); display: flex; align-items: center; border-radius: 2em; right: -300px; opacity: 0; z-index: -1; }
#hSearch[data-type="2"] { right: 5vw; opacity: 1; z-index: 10; }
#hSearch input { margin-right: .5em; padding: .3em 0; background-color: var(--g_100); border: 0; }
#hSearch a { line-height: 1; }
#hSearch font { line-height: 1; }
#hSearch svg { width: 18px; height: 18px; fill: var(--primary); }

/* footer */
footer {padding-top: 3vmax;background-image: url(/images/01/footerBg.jpg);border-top: 15px solid var(--primary);background-size: cover;background-repeat: no-repeat;background-position: 50% 50%;position: relative;padding-bottom: 7vw;}
footer:after{content:'';width: 1px;height: 80px;background: var(--primary);position: absolute;bottom: 0;left: 50%;}
footer * {color: white;font-size: 15px;letter-spacing: .5px;}
footer svg{fill: #a08967;width: 15px;height: 15px;}
footer .top_box {margin-bottom: 70px;display: flex;align-items: center;justify-content: center;}
footer #f_logo img {
 height: 69px;
 -webkit-filter: contrast(0) brightness(150%);
 filter: contrast(0) brightness(200%);
 }
footer #community_box { margin-left: 5%; width: 1%; display: flex; justify-content: flex-end; flex: auto 1; }
footer #community_box a { position: relative; margin: 0 0 .5em .8em; width: 2.3em; aspect-ratio: 1/1; background: var(--primary); display: flex; justify-content: center; align-items: center; border-radius: 50%; }
footer #community_box a:before { position: absolute; width: 100%; height: 100%; border: 1px var(--primary) solid; border-radius: 50%; top: 4px; left: 4px; content: ""; }
footer #community_box a svg { position: relative; width: 65%; height: 100%; fill: var(--g_100); }
footer #community_box a.fb svg { height: 50%; }
footer #community_box a.ig svg { width: 50%; }
footer .business_info {display: grid;justify-content: center;align-items: flex-start;grid-template-columns: 1fr 1fr;gap: 160px;}
footer .business_info .box{display:flex;flex-direction: column;align-items: flex-end;}
footer #f_info p {display: flex;flex-direction: row;align-items: center;margin-bottom: 5px;}
footer #f_info p >* { display: inline-block; }
footer #f_info p font:first-child {display: flex;align-items: center;margin-right: 10px;gap: 20px;}
footer #f_nav {width: 60%;display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: .5em;}
footer #f_nav a{text-align:right;}
footer #f_other {margin-top: 3.5em;display: flex;justify-content: center;align-items: center;gap: 5px;}
footer #f_other * {font-weight: 300;font-size: 13px;color: rgb(255 255 255 / 40%);display: flex;}

/* webSeo */
#webSeo { overflow: hidden; width: 100vw; margin-top: 2em; white-space: nowrap; box-sizing: border-box; }
#webSeo .seo { padding-left: 100%; font-weight: 100; line-height: 1; font-size: 13px; color: var(--g_400); -webkit-animation: marquee 100s linear infinite; animation: marquee 100s linear infinite; }





/* 懸浮按鈕群組 (Floating Action Buttons) */
#fab-container.fab-container { position: fixed; right: 30px; bottom: 30px; display: flex; flex-direction: column; gap: 15px; z-index: 9999; transform: translateY(65px); transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
#fab-container.fab-container.is-active { transform: translateY(0); }
#fab-container .fab-btn {width: 50px;height: 50px;border-radius: 50%;display: flex;align-items: center;justify-content: center;color: #fff;box-shadow: 0 10px 20px rgba(0,0,0,0.15);transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);text-decoration: none;border: 2px solid #3e5ca9;outline: none;background: #38549d;}
#fab-container .fab-btn.fab-threads{background: #2d2d2d;border-color: #262626;}
#fab-container .fab-btn.fab-ig{
    background: #ba5fd6;
    border-color: #88459d;
}
#fab-container .fab-btn svg{fill: white;width: 20px;height: 20px;}
#fab-container .fab-btn:hover { transform: scale(1.1) translateY(-3px); box-shadow: 0 15px 25px rgba(0,0,0,0.25); color: #fff; }
#fab-container .fab-phone {background-color: #e05900;border-color: #ff6600;}
#fab-container .fab-line {background-color: #0cb14f;border-color: #06C755;}
#fab-container .fab-top { background-color: #1a1a1a; border-color: rgba(255,255,255,0.2); opacity: 0; pointer-events: none; transition: opacity 0.4s ease, transform 0.3s ease; }
#fab-container .fab-top:hover {background-color: #ff6600;border-color: #ff6600;fill: #ff6600;}
#fab-container.fab-container.is-active .fab-top {opacity: 1;pointer-events: auto;}
#fab-container .fab-top svg{fill:unset;stroke: white;}


/* animation */
@-webkit-keyframes marquee { 0% { -webkit-transform: translate(0, 0); } 100% { -webkit-transform: translate(-100%, 0); } }
@keyframes marquee { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } }

@media screen and (max-width: 1280px) {
	header #webmenu nav a { padding: .2em 0; }
	footer .workframe {width: 90%;}
    .webBox .wrapper:before{left:3vw}
}
@media screen and (min-width: 1161px) {
    header #cis img{-webkit-filter: contrast(0) brightness(150%);filter: contrast(0) brightness(200%);}
	header #webmenu { margin: 0 2%; width: 1%; flex: 1 1 auto; }
	header #webmenu nav >ul {display: flex;justify-content: flex-end;align-items: center;}
	header #webmenu nav ul li { position: relative; }
	header #webmenu nav ul li b { display: none; }
	header #webmenu li .menu_body * { color: var(--g_700); }
	header #webmenu li .menu_body , header #webmenu li .subOption ul { position: absolute; width: 160px; right: calc((100% - 160px) / 2); z-index: -1; opacity: 0; pointer-events: none; }
	header #webmenu li .menu_body { -webkit-transform: translateY(30px); transform: translateY(30px); }
	header #webmenu li .menu_body ul { background: white; box-shadow: 0 0 2em .4em rgb(149 149 149 / 12%); }
	header #webmenu li .subOption li { overflow: hidden; }
	header #webmenu li .subOption li>div a { margin: 0; padding: .4em .6em; display: block; border-bottom: 1px rgba(0, 0, 0, .1) solid; }
	header #webmenu li .subOption .sub2Option , header #webmenu li .subOption .sub3Option { top: 0; right: -160px; -webkit-transform: translateX(-30px); transform: translateX(-30px); }
	header #webmenu li .subOption .sub4Option { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	header #webmenu nav>ul>li:hover , header #webmenu li .subOption li:hover { overflow: visible; }
	header #webmenu nav>ul>li:hover .menu_body { -webkit-transform: translateY(0); transform: translateY(0); }
	header #webmenu li .subOption li:hover .sub2Option , header #webmenu li .subOption li:hover .sub3Option { -webkit-transform: translateX(0); transform: translateX(0); }
	header #webmenu li .subOption li:hover .sub4Option { -webkit-transform: translateY(0); transform: translateY(0); }
	header #webmenu nav>ul>li:hover .menu_body , header #webmenu li .subOption li:hover>ul { z-index: 2; opacity: 1; pointer-events: auto; }
	header #webmenu li:last-child .subOption .sub2Option , header #webmenu li:last-child .subOption .sub3Option { right: auto; left: -170px; }
	header #topbtns { min-width: 200px; }
	header #menu_btn { display: none; }
	header.scroll:after {width:100%}
    header:after{content:'';width: 0;height: 100%;position: absolute;right: 0;top: 0;z-index: -1;background: var(--info);}
	header #topbtns .dropdown .member_list a:hover {background: #6f6451;color: white;}
	header #topbtns .dropdown:hover .dropdown_menu[data-type="0"] { -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); opacity: 1; z-index: 999; pointer-events: auto; }
	header #topbtns .dropdown:hover .order_list[data-type="0"] { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
}
@media screen and (max-width: 1160px) {
    header #topbtns #openshop b{top: -0.5em;left: 1.2em;background: var(--secondary);color: white;}
    .webBox .wrapper:before{top: 0;}
    footer #f_nav{width: 80%;}
    footer{padding-top: 6vmax;}
    header #topbtns{gap:20px;}
    header #topbtns #openshop, header #topbtns #openmember, header #openform{background:none;width: auto;aspect-ratio: unset;}
    header #topbtns .btn svg{fill:var(--info)}
    header{background:white;padding: 13px 3%;}
	header #cis { margin-right: 5%; width: 1%; flex: 1 1 auto; }
	header #webmenu {overflow-y: scroll;position: fixed;padding: 120px 10vw 10vh;width: 100vw;height: 100vh;background-image: url(/images/01/aboutBg.png);top: 0;left: 0;opacity: 0;z-index: 998;pointer-events: none;background-size: 200%;background-position: bottom;background-repeat: no-repeat;}
    header #webmenu::-webkit-scrollbar { width: 0; }
	header #webmenu nav { opacity: 0; -webkit-transform: translateY(-50px); transform: translateY(-50px); }
	header #webmenu nav a {margin: 0;padding: 20px 20px;border-bottom: 1px rgba(0, 0, 0, .1) solid;color: var(--primary);text-align: center;}
	header #webmenu nav p , header #webmenu nav ul li .bo { position: relative; }
	header #webmenu nav b { position: absolute; width: 50px; height: 100%; display: flex; justify-content: center; align-items: center; top: 0; right: 0; }
	header #webmenu nav >ul { flex-direction: column; }
	header #webmenu li .menu_body , header #webmenu li .subOption ul { display: none; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
	header #webmenu li .menu_body ul { margin: 0 0 0 .5em; }
	header #webmenu nav .menu_body .subOption a { font-size: 16px; color: #6c6c6c; }
	header #webmenu[data-type="2"] { opacity: 1; pointer-events: auto; }
	header #webmenu[data-type="2"] nav { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: .2s; transition-delay: .2s; }
	header #menu_btn {margin-left: 10px;width: 35px;height: 25px;display: flex;flex-direction: column;justify-content: space-evenly;align-items: flex-end;transition: transform .35s ease, height .35s ease;z-index: 999;}
	header #menu_btn span {margin-bottom: 5px;width: 95%;height: 1px;background-color: var(--info);display: block;transition: all .35s ease;}
	header #menu_btn span:last-child { margin-bottom: 0; }
	header #menu_btn[data-type="2"] span:nth-child(1) { -webkit-transform: translate(0, 10px) rotate(45deg); transform: translate(0, 10px) rotate(45deg); }
	header #menu_btn[data-type="2"] span:nth-child(2) { opacity: 0; }
	header #menu_btn[data-type="2"] span:nth-child(3) { -webkit-transform: translate(0, -8px) rotate(-45deg); transform: translate(0, -8px) rotate(-45deg); }
}
@media screen and (max-width: 768px) {
    footer .top_box{margin-bottom:40px;}
    header #webmenu{background-size:400%}
	footer #f_nav {width: 100%;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;gap: 10px 20px;}
	footer #f_nav a { margin-left: 0; }
    footer .business_info{grid-template-columns:1fr;gap: 40px;}
    footer .business_info .box{order:2;align-items: center;}
    footer #f_info{width: min(98%, 470px);margin: 0 auto;}
    footer{padding-bottom:15vw}
}
@media screen and (max-width: 550px) {
    footer{padding-bottom: 29vw;}
    footer #f_info p font:first-child{margin-right:0;gap: 15px;}
    header #topbtns{gap:10px;}
	header #topbtns #openshop font { display: none; }
	header #topbtns .dropdown .order_list { position: fixed; }
	footer #f_info { grid-template-columns: repeat(2, 1fr); }
}