@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=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&Noto+Sans+SC:wght@100;300;400;500;700;900&family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Sans:wght@400;700&family=Noto+Serif+SC:wght@200;300;400;500;600&family=Noto+Serif+TC:wght@200;300;400;500;600&family=Noto+Serif:wght@400;700&family=Frank+Ruhl+Libre:wght@300;400;500;700;900&family=Quicksand:wght@300;400;500;600;700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Cormorant:ital,wght@0,300..700;1,300..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
* { margin: 0; padding: 0; }
*:focus { outline: none; }
body { margin: 0; }
body::selection { background: var(--primary); text-shadow: none; color: var(--white); }
body::-webkit-scrollbar { width: 5px; }
body::-webkit-scrollbar-track { background: rgba(var(--gray-rgb),.4); }
body::-webkit-scrollbar-thumb { background: var(--primary); }
header,footer,div,nav,article,h2,h3,h4,h5,h6,hr,p,form,label,input,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: 170%; border-width: 0; font-family: var(--font-family),sans-serif; font-size: 16px; color: var(--info); }
ul,ol { list-style: none; }
fieldset { border: 0; }
input,button,select,textarea { padding: 5px 15px; width: calc(100% - 32px); border: 0; border-radius: 0; background: #f1f1f1; box-shadow: none; outline: none; font-size: 16px; color: var(--black); -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select { padding: 10px 15px; width: 100%; }
input#Checknum { margin-right: 15px; width: 170px; max-width: calc(100% - 97px); }
/* img */
img { max-width: 100%; }
.img_cover { object-fit: cover; }
.img_contain { object-fit: contain; }
a,a:link,a:visited,a:hover { text-decoration: none; white-space: pre-wrap; }
/* general class set */
.txt_clamp { overflow: hidden; height: 27px; 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; }
.nowrap_box { font-size: 0; }
.txt_num { font-family: 'Quicksand',sans-serif; }
.svg_clip { width: 0; height: 0; }
/* btn */
.btn,.btn_outline { padding: 2px 10px; }
.more_btn { padding: 10px 55px 10px 10px; border-radius: 40px; background: none; background: #E7DCD4; color: #7c7576; }
.more_btn b { background: var(--white); width: 45px; height: 45px; display: inline-flex; justify-content: center; align-items: center; border-radius: 50px; margin-right: 35px; }
.more_btn b svg { width: 15px; height: 15px; }
.more_btn:hover b { margin-right: 20px; margin-left: 15px; }
/*btnBox*/
.btnBox { -webkit-animation: JJUpAnimation 1s 3.1s ease-in-out forwards; animation: JJUpAnimation 1s 3.1s ease-in-out forwards }
.btnBox.pcnone { display: flex; justify-content: center }
.btnBox .btn { display: flex; z-index: 2; position: relative; text-align: center; width: 154px; padding: 23px 13px 23px 60px; border-radius: 39.5px; font-weight: 300; font-size: max(1.2*(1vw + 1vh)/2,15px); line-height: 1; letter-spacing: 0; background: #E7DCD4; color: #776d6e; overflow: hidden; }
.btnBox .btn:hover { color: var(--primary); }
.btnBox .btn span { display: block; width: 7px; height: 7px; z-index: -1; position: absolute; top: 50%; right: 13%; -webkit-transform: translateY(-50%); transform: translateY(-50%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center }
.btnBox .btn span:after,.btnBox .btn span:before { content: ""; border-radius: 50%; background-color: #fff; position: absolute; -webkit-transition: all .3s ease-in; transition: all .3s ease-in }
.btnBox .btn.out span:before { -webkit-animation: beforeToSm .7s .2s forwards; animation: beforeToSm .7s .2s forwards }
.btnBox .btn span:before { width: 29px; height: 29px; opacity: .2 }
.btnBox .btn.out span:after { -webkit-animation: afterToSm .7s forwards; animation: afterToSm .7s forwards }
.btnBox .btn span:after { width: 7px; height: 7px }
.btnBox .btn:hover span:before { -webkit-animation: full .8s forwards; animation: full .8s forwards }
.btnBox .btn:hover span:after { -webkit-animation: full .8s .2s forwards; animation: full .8s .2s forwards }
@keyframes float {
  0% { opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px) }
  100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) }
}
@keyframes full {
  100% { width: 550px; height: 500px }
}
@keyframes beforeToSm {
  0% { width: 550px; height: 500px }
  100% { width: 29px; height: 29px }
}
@keyframes afterToSm {
  0% { width: 550px; height: 500px }
  100% { width: 7px; height: 7px }
}
/* badge  */
.badge { padding: 2px 10px; box-shadow: none; }
.badge_lighten { padding: 0 4px; min-width: 22px; border-radius: 3px; font-weight: 400; text-align: center; font-size: 12px; vertical-align: text-bottom; }
/* photo,bgBox */
a.photo,.bgBox { overflow: hidden; background: no-repeat 50%/cover; display: block; }
/* 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; -ms-transition: none; -o-transition: none; transition: none; }
.fancybox-infobar__body span { font-size: inherit; color: currentcolor; vertical-align: initial; }
/* webBox */
.webBox { overflow: hidden; position: relative; width: 100%; }
.webBox *,.webBox:before,.webBox:after { transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.webBox .pageh1 { position: absolute; top: 0; z-index: 1; color: var(--white); }
.webBox .wrapper { position: relative; background: #fff; z-index: 2; }
.webBox .slick-slider { margin-bottom: 0; }
.webBox .img_scale img { transform: scale(1); -webkit-transform: scale(1); }
/* workframe */
.workframe { margin: 0 auto; width: 90%; }
/* header */
header { padding: 0 3.5%; width: 93%; z-index: 1000; top: 0; }
header #cis { z-index: 1000; }
header #cis img { width: 220px; -webkit-filter: contrast(0) brightness(150%); filter: contrast(0) brightness(1000%); }
header.scroll #cis img { filter: contrast(0) brightness(100%); }
header #menubtn { width: 60px; z-index: 1000; }
header #menubtn a { margin: auto 0 auto auto; width: 25px; height: 20px; }
header #menubtn a span { position: absolute; width: 100%; height: 2px; display: block; top: 0; right: 0; background: #AAA0A1; }
header #menubtn[data-type="1"] a span { transition: transform .4s cubic-bezier(.215,.61,.355,1),opacity .4s cubic-bezier(.215,.61,.355,1),-webkit-transform .4s cubic-bezier(.215,.61,.355,1); }
header #menubtn[data-type="1"] a span:nth-child(2) { top: calc(50% - .5px); }
header #menubtn[data-type="1"] a span:nth-child(3) { top: calc(100% - 1px); }
header #menubtn[data-type="2"] a span { transition: .4s cubic-bezier(.645,.045,.355,1); }
header #menubtn[data-type="2"] a span:nth-child(1),header #menubtn[data-type="2"] a span:nth-child(3) { top: 50%; transform: rotate(45deg); -webkit-transform: rotate(45deg); }
header #menubtn[data-type="2"] a span:nth-child(2) { opacity: 0; }
header #menubtn[data-type="2"] a span:nth-child(3) { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
header #webmenu nav>ul>li>p a { padding: 10px 5px; font-size: 17px; }
header #webmenu nav ul li b { position: absolute; padding: 0 5px 0 15px; width: 23px; height: 41px; display: inline-block; text-align: center; line-height: 41px; top: calc((100% - 41px)/2); right: 0; }
header #webmenu nav ul li b i { font-size: 14px; color: #FCF0F1; }
header #webmenu nav>ul>li .subOption li>div a { padding: 10px; display: block; color: var(--primary); text-align: center; }
header #header_bar>a { padding: 0 5px; line-height: 100%; display: inline-flex; align-items: center; gap: 10px; margin-left: 20px; color: #ffffff; }
header #header_bar>a:first-child { margin: 0 }
header #header_bar>a font { font-size: 16px; color: #ffffff; }
header.scroll #header_bar>a font { color: #636363; }
header #header_bar>a.btnn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding: 12px 30px;position:relative;overflow:hidden;border-radius:999px;text-decoration:none;color:#fff;line-height:1;letter-spacing:1px;background:linear-gradient(180deg,rgba(255,255,255,.28) 0%,rgba(255,255,255,.12) 100%);border:1px solid rgba(255,255,255,.35);box-shadow:inset 0 2px 10px rgba(255,255,255,.35),inset 0 -8px 18px rgba(255,255,255,.08),0 8px 24px rgba(0,0,0,.18);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .35s ease}
header #header_bar>a.btnn:before{content:"";position:absolute;top:2px;left:2px;right:2px;height:48%;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.42) 0%,rgba(255,255,255,.08) 100%);pointer-events:none}
header #header_bar>a.btnn:after{content:"";position:absolute;inset:0;border-radius:999px;background:radial-gradient(circle at 12% 20%,rgba(255,255,255,.65) 0,rgba(255,255,255,.18) 10%,rgba(255,255,255,0) 22%);pointer-events:none}
header #header_bar>a.btnn:hover{transform:translateY(-2px);box-shadow:inset 0 2px 12px rgba(255,255,255,.4),inset 0 -10px 20px rgba(255,255,255,.1),0 12px 30px rgba(0,0,0,.22)}
header #header_bar>a.btnn svg{position:relative;z-index:2;flex:0 0 auto}
header #header_bar>a.btnn{position:relative;z-index:1}
header #header_bar>a.btnn, header #header_bar>a.btnn span{position:relative;z-index:2}
header #header_bar svg { width: 21px; height: 21px; fill: #ffffff; }
header.scroll { background: #e7dcd4; box-shadow: 0 0 15px rgba(0,0,0,0.1); }
/* hSearch */
#hSearch { width: 100%; height: 0; top: 64px; z-index: 998; }
#hSearch[data-type="2"] { height: 142px; }
#hSearch>div { margin: 50px auto; width: 700px; }
#hSearch>div input { margin-right: 15px; width: calc(100% - 89px); background: none; border-bottom: 1px rgba(var(--black-rgb),.3) solid; }
#hSearch>div a { border-radius: 50%; }
#hSearch>div a svg { margin: 10px; width: 22px; height: 22px; }
/* menubg */
#menubg { width: 100vw; height: 100vh; top: 0; left: 0; }
#menubg[data-type="1"] { background: rgba(var(--black-rgb),0); z-index: -998; }
#menubg[data-type="2"] { background: rgba(var(--black-rgb),.5); z-index: 998; }
/* parallax_box */
.parallax_bg { margin-bottom: 3vw; min-height: 600px; background: no-repeat 50%/cover; }
.parallax_svg { height: 64px; background-repeat: no-repeat; background-size: 2000px 64px; left: 0; z-index: 2; -webkit-animation: parallax_top 5s linear infinite; animation: parallax_top 5s linear infinite; }
.parallax_svg.top { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 64' preserveAspectRatio='none'%3E%3Cpath d='M0 0v47.33c90-24.285 138.35-6.45 203.49 2.259 59.67 7.998 119.29-10.198 179.14-5.869 78.82 5.09 135.28 41.99 217.6 1.58C642.18 29.403 664 21.125 721.67 25.674c164.07 15.317 329.57-33.862 490.92-5.169C1289.4 32.143 1360.67 72.834 1440 47.38V0H0z' fill='%23fff'/%3E%3C/svg%3E");top: 0; }
.parallax_svg.bottom { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 64' preserveAspectRatio='none'%3E%3Cpath d='M1440 64V16.67c-90 24.285-138.35 6.45-203.49-2.259-59.67-7.998-119.29 10.198-179.14 5.869-78.82-5.09-135.28-41.99-217.6-1.58C797.82 34.596 776 42.875 718.33 38.326c-164.07-15.317-329.57 33.862-490.92 5.169C150.6 31.857 79.33-8.834 0 16.62V64h1440z' fill='%23fff'/%3E%3C/svg%3E");background-position: 100% 0; bottom: 0; -webkit-animation: parallax_bottom 5s linear infinite; animation: parallax_bottom 5s linear infinite; }
@-webkit-keyframes parallax_top {
  0%,100% { background-position: 0 0; }
  50% { background-position: -80px 0; }
}
@keyframes parallax_top {
  0%,100% { background-position: 0 0; }
  50% { background-position: -80px 0; }
}
@-webkit-keyframes parallax_bottom {
  0%,100% { background-position: 100% 0; }
  50% { background-position: calc(100% + 80px) 0; }
}
@keyframes parallax_bottom {
  0%,100% { background-position: 100% 0; }
  50% { background-position: calc(100% + 80px) 0; }
}
/* footer */
footer { background: #e7dcd4; padding: 4vw 0; }
footer * { font-weight: 300; font-size: 15px; color: #554d4e; }
footer .parallax_svg.top { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 64' preserveAspectRatio='none'%3E%3Cpath d='M1440 64V16.67c-90 24.285-138.35 6.45-203.49-2.259-59.67-7.998-119.29 10.198-179.14 5.869-78.82-5.09-135.28-41.99-217.6-1.58C797.82 34.596 776 42.875 718.33 38.326c-164.07-15.317-329.57 33.862-490.92 5.169C150.6 31.857 79.33-8.834 0 16.62V64h1440z' fill='%23172852'/%3E%3C/svg%3E"); }
footer .footer_box { padding: 50px 0; border-top: 1px solid rgb(170 160 161/50%); border-bottom: 1px solid rgb(170 160 161/50%); margin: 50px 0; display: grid; grid-template-columns: 70% 30%; justify-content: space-between; align-items: center; }
footer .top_box { display: grid; grid-template-columns: 75% 250px; align-items: center; justify-content: space-between; }
footer .conbox { display: flex; flex-direction: column; justify-content: space-between; position: relative; gap: 20px; }
footer .statement p {font-weight: 500;font-size: 1.4rem;margin-bottom: 1.25rem;}
footer .statement li { list-style: cjk-ideographic; margin: 3px 0; font-size: 16px; text-align: justify; }
footer .statement ol { padding-left: 40px; }
footer .box { display: flex; align-items: center; justify-content: space-between; position: relative; }
footer .top_box h3 { display: flex; flex-direction: column; align-items: flex-start; font-size: 36px; font-weight: 200; font-family: "Arimo",sans-serif; }
footer .top_box h3 b { font-family: 'Noto Sans TC'; font-size: 25px; letter-spacing: 2px; }
footer .top_box a {display: flex;z-index: 2;position: relative;text-align: center;width: 154px;padding: 23px 13px 23px 35px;border-radius: 39.5px;font-weight: 300;line-height: 1;letter-spacing: 0;background: var(--primary);color: white;overflow: hidden;}
footer .top_box a:hover { color: var(--primary); }
footer .top_box a span { display: block; width: 7px; height: 7px; z-index: -1; position: absolute; top: 50%; right: 13%; -webkit-transform: translateY(-50%); transform: translateY(-50%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center }
footer .top_box a span:after,footer .top_box a span:before { content: ""; border-radius: 50%; background-color: #fff; position: absolute; -webkit-transition: all .3s ease-in; transition: all .3s ease-in }
footer .top_box a.out span:before { -webkit-animation: beforeToSm .7s .2s forwards; animation: beforeToSm .7s .2s forwards }
footer .top_box a span:before { width: 29px; height: 29px; opacity: .2 }
footer .top_box a.out span:after { -webkit-animation: afterToSm .7s forwards; animation: afterToSm .7s forwards }
footer .top_box a span:after { width: 7px; height: 7px }
footer .top_box a:hover span:before { -webkit-animation: full .8s forwards; animation: full .8s forwards }
footer .top_box a:hover span:after { -webkit-animation: full .8s .2s forwards; animation: full .8s .2s forwards }
@keyframes float {
  0% { opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px) }
  100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) }
}
@keyframes full {
  100% { width: 550px; height: 500px }
}
@keyframes beforeToSm {
  0% { width: 550px; height: 500px }
  100% { width: 29px; height: 29px }
}
@keyframes afterToSm {
  0% { width: 550px; height: 500px }
  100% { width: 7px; height: 7px }
}
footer #flogo { order: 2; text-align: end; }
footer #flogo img { width: 250px; -webkit-filter: contrast(0) brightness(150%); filter: contrast(0) brightness(100%); }
footer #f_info font:first-child { min-width: 50px; }
footer #f_info font:last-child a { font-family: 'Lato',sans-serif; font-weight: 400; }
footer #more_extra { padding: 5px; width: 190px; font-weight: 400; z-index: 11; }
footer #extra ul { width: 200px; bottom: 0; left: 0; z-index: 10; }
footer #extra ul li { padding: 5px 15px; }
footer #extra ul li font { line-height: 140%; }
footer #extra ul li font:first-child { font-size: 15px; font-style: italic; }
footer #extra ul li img { position: absolute; max-width: 150px; top: 100%; left: 15px; z-index: 8; max-height: 150px; display: none; }
footer .other_txt,footer .other_txt a { font-size: 12px; display: flex; gap: 5px; color: #8e8081; text-transform: uppercase; align-items: center; justify-content: flex-end; }
footer .extra-aJ img { width: 24px; }
footer #f_info { display: flex; width: auto; align-items: center; gap: 30px; flex-wrap: wrap; }
footer #f_info * { display: inline-flex; align-items: center; flex-wrap: wrap; }
footer #f_info p { gap: 8px; }
footer #f_info p svg { width: 20px; height: 20px; fill: #8e8082; }
footer #f_other #footermeu { display: flex; flex-wrap: wrap; gap: 10px 25px; }
footer #f_other #footermeu a { font-size: 17px; font-weight: 400; }
footer #webCopy { display: grid; grid-template-columns: 70% 30%; align-items: center; justify-content: space-between; }
/* webSeo */
#webSeo { padding: 5px 0; white-space: nowrap; box-sizing: border-box; }
#webSeo .seo { padding-left: 100%; font-weight: 100; font-size: 13px; opacity: .3; -webkit-animation: marquee 200s linear infinite; animation: marquee 200s linear infinite; }
@-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); }
}
/* footer_btn */
#footer_btn { right: 15px; bottom: 15px; z-index: 2000; }
#footer_btn.float-bar { position: fixed; right: 20px; bottom: 200px; display: flex; flex-direction: column; gap: 28px; align-items: flex-end; z-index: 9999 }
#footer_btn .float-btn {
  position:relative;display:flex;align-items:center;flex-direction:row-reverse;height:50px;border-radius:25px;text-decoration:none;color:#fff;background-color:#fff;border:1px solid var(--primary);box-shadow:0 4px 7px rgba(0,0,0,0.1);/* overflow:hidden;*/
  width:50px;white-space:nowrap;transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;
}
#footer_btn .float-btn:before { content: ""; position: absolute; width: 140px; height: 124%; right: -60px; background: #E7DCD4; z-index: -1; border-radius: 50px; }
#footer_btn a.gotop:before { display: none; }
#footer_btn .float-icon { width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; flex-shrink: 0; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; }
#footer_btn .float-icon svg { width: 24px; height: 24px; fill: var(--primary); }
#footer_btn a.gotop .float-icon svg { fill: #ffffff; }
#footer_btn .float-text { font-size: 0.95rem; opacity: 0; transition: opacity 0.5s 0.2s; font-weight: 500; color: var(--primary); transform: translate(400px,20px); -webkit-transform: translate(400px,20px); }
#footer_btn .btn-top { background-color: #5f6368; margin-top: 10px }
#footer_btn a.gotop { position: fixed; background: var(--primary); bottom: 20px; }
#footer_btn a.gotop .float-icon {   }
/* SeoStarRating */
#SeoStarRating font { margin-right: 5px; display: inline-block; line-height: 110%; vertical-align: text-bottom; color: #ffc107; }
#SeoStarRating font * { color: #ffc107; }
#SeoStarRating font:first-child { font-weight: bold; font-size: 18px; }
#SeoStarRating font:last-child { color: var(--complement); }
@media screen and (min-width:1441px) {
  .workframe { width: var(--width-xxl); }
  header #cis { width: 25%; }
}
@media screen and (min-width:1281px) {
  header.scroll:after { width: 100% }
  header { display: grid; grid-template-columns: 20% 1fr 15%; align-items: center; gap: 18px; }
  header #cis,header #webmenu,header #header_bar { width: auto; position: relative; }
  header #header_bar:before { content: ''; width: 1px; height: 20px; background: #ddd; position: absolute; left: 0; top: 10px; }
  .webBox .img_scale:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); }
  header #webmenu nav ul li b { display: none; }
  header #webmenu nav ul li { position: relative; }
  header #webmenu nav ul li .sub2Title {position: relative;background: var(--white);z-index: 1;border-radius: 0;overflow: hidden;}
  header #webmenu nav>ul>li .subOption li .sub2Title a { color: #353535; }
    header #webmenu nav>ul>li .subOption li .sub2Title a:hover{background: #e7dcd5;}
  header #webmenu nav ul li .sub2Title.bo a { color: #353535; }
  header #webmenu nav>ul>li .subOption li .sub2Title a:hover { color: #ac7968; }
  header #webmenu nav>ul>li>p a { padding: 30px 0; display: flex; flex-direction: column; align-items: center; position: relative; color: #ffffff; }
  header.scroll *,header.scroll #webmenu nav>ul>li>p a, header.scroll #header_bar>a.btnn { color: #636363; fill: #636363; }
  header #webmenu nav>ul>li:hover>p a { color: #e0d5cd; }
  header.scroll #webmenu nav>ul>li>p a:after { background: #aaa0a1; }
  header.scroll #webmenu nav>ul>li:hover>p a { color: #aaa0a1; }
  header #webmenu nav>ul>li>p a:after { content: ''; width: 0; height: 2px; position: absolute; bottom: 20px; background: #e0d5cd; }
  header #webmenu nav>ul>li:hover>p a:after { width: 100% }
  header #webmenu nav>ul>li>p { display: inline-flex; align-items: center; }
  header #webmenu nav>ul>li:not(:last-child)>p:after { content: ''; width: 3px; aspect-ratio: 1/1; display: inline-block; background: #ffffff; border-radius: 50px; margin: 0 15px; }
  header.scroll  #webmenu nav>ul>li:not(:last-child)>p:after { background: #7f7f7f; }
  header #webmenu li .menu_body { transform: translate(0,30px); -webkit-transform: translate(0,30px); }
  header #webmenu li .menu_body,header #webmenu li .subOption ul {position: absolute;width: 140px;right: calc(50% - 60px);z-index: -1;opacity: 0;}
  header #webmenu li .menu_body ul {border-radius: 10px;background: #efe9e8;}
  header #webmenu li .menu_body ul.subOption { background: unset; }
  #webmenu li .subOption .sub2Option { z-index: 3; }
  header #webmenu li .subOption li { overflow: hidden; margin-bottom: 0; }
  header #webmenu li .subOption li:first-child >div{border-radius:10px 10px 0 0}
  header #webmenu li .subOption li:last-child >div{border-radius:0 0 10px 10px }
  header #webmenu li .subOption li>div a { padding: 6px 15px; border-bottom: 1px rgba(var(--black-rgb),.1) solid; line-height: 150%; font-weight: 300; }
  header #webmenu li .subOption li:last-child>div a { border-color: none; }
  header #webmenu li .subOption li>div a:hover { color: rgb(102 98 98); }
  header #webmenu li .subOption .sub2Option,header #webmenu li .subOption .sub3Option {top: 0;right: -140px;transform: translate(-30px,0);-webkit-transform: translate(-30px,0);}
  header #webmenu nav>ul>li:hover,header #webmenu li .subOption li:hover { overflow: visible; }
  header #webmenu nav>ul>li:hover .menu_body,header #webmenu li .subOption li:hover>ul { z-index: 2; opacity: 1; }
  header #webmenu li:hover .menu_body { transform: translate(0,0); -webkit-transform: translate(0,0); }
  header #webmenu li .menu_body .subOption li:hover .sub2Option,header #webmenu li .menu_body .subOption li .sub2Option li:hover .sub3Option { transform: translate(0,0); -webkit-transform: translate(0,0); }
  header #webmenu li:last-child .subOption .sub2Option,header #webmenu li:last-child .subOption .sub3Option { right: auto; left: -170px; transform: translate(30px,0); -webkit-transform: translate(30px,0); }
  #hSearch { top: 90px; }
  header #webmenu li:last-child .menu_body .subOption li:hover .sub2Option,header #webmenu li:last-child .menu_body .subOption li .sub2Option li:hover .sub3Option { transform: translate(0,0); -webkit-transform: translate(0,0); }
  footer #extra ul li:hover img { display: block; }
}
@media screen and (max-width:1680px) {
  header #header_bar:before { left: 10px; top: 12px; }
  header { grid-template-columns: 20% 53.5% 24%; }
}
@media screen and (max-width:1470px) {
  header #header_bar>a.btnn:nth-child(3) { display: none; }
  header { padding: 0 2.5%; width: 95%; grid-template-columns: 15.5% 58.5% 23%; }
  #footer_btn.float-bar { bottom: 105px; gap: 20px; }
}
@media screen and (max-width:1280px) {
  header.scroll #header_bar>a font,header #webmenu nav>ul>li>p a { color: #FCF0F1; }
  header.scroll #header_bar svg { fill: #AAA0A1; }
  header.scroll #menubtn a span { background: #AAA0A1; }
  header { padding-top: 10px; padding-bottom: 10px; background: #E7DCD4; }
  header #cis { width: 58.33333333%; }
  header #webmenu { padding: 15px 0; width: 350px; height: 100vh; background: #AAA0A1; box-shadow: 0 10px 10px rgba(var(--black-rgb),.5); top: 0; right: calc(-1 * var(--width-xs)); z-index: 999; }
  header #webmenu nav { overflow-y: scroll; margin-top: 45px; padding: 0 30px; height: calc(100% - 65px); }
  header #webmenu nav::-webkit-scrollbar { width: 0; }
  header #webmenu nav>ul { padding-bottom: 10vh; }
  header #webmenu li .menu_body,header #webmenu li .menu_body .subOption li ul { position: relative; display: none; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
  header #webmenu li .menu_body ul { margin-bottom: 10px; margin-left: 1.3em; }
  header #webmenu li .menu_body .subOption .bo { position: relative; }
  header #webmenu li .menu_body .subOption a { padding: 5px 45px 5px 0; text-align: left; color: rgb(255 255 255/75%); }
  header #webmenu li .menu_body .sub2Option a { padding: 0 45px 0 0; font-weight: 300; color: var(--triadic1); }
  header #webmenu li .menu_body .sub3Option a { padding-right: 5px; color: var(--triadic2); }
}
@media screen and (min-width:1025px) {
    #footer_btn .float-btn:before{display:none;}
  footer * { vertical-align: top; }
}
@media screen and (min-width:641px) {   }
@media screen and (max-width:1024px) {
  header:not(.scroll) #cis img { filter: none; }
  footer #webCopy,footer .footer_box { grid-template-columns: 1fr; display: grid; justify-items: start; gap: 20px; }
  footer #flogo { order: -1; margin-bottom: 10px; }
  footer .top_box { grid-template-columns: 1fr; gap: 40px; position: relative; }
  footer .conbox:after { height: 1px; width: 100%; left: 0; bottom: -41px; }
}
@media screen and (max-width:980px) {
  header #header_bar>a { margin-left: 10px; color: #AAA0A1; }
  header #header_bar svg { fill: #AAA0A1; }
  header #header_bar>a font { font-size: 0 }
  .parallax_bg { min-height: 400px; }
  footer #f_info {width: 100%;gap: 10px 15px;}
  footer #f_other { width: 100%; margin-top: 24px; }
}
@media screen and (min-width:769px) {
  #footer_btn .float-btn:hover { width: auto; padding-left: 20px; background-color: var(--primary); }
  #footer_btn .float-btn:hover svg { fill: #ffffff; }
  #footer_btn .float-btn:hover .float-text { opacity: 1; transform: translate(0,0); -webkit-transform: translate(0,0); }
  #footer_btn .float-btn:hover .float-text { color: #ffffff; }
  #footer_btn .btn-top:hover { padding-left: 0; }
}
@media screen and (max-width:768px) {
  #hSearch>div { width: 90%; }
  #footer_btn.float-bar { gap: 0; width: calc(100% - 0px); bottom: 0; right: 0; display: flex; flex-direction: row; justify-content: space-between; background: linear-gradient(90deg,#a87665,#dba086); }
  #footer_btn .float-btn {display: flex;justify-content: center;border-radius: 0;width: 100%;margin: 0;background: var(--primary);border: 0;box-shadow: none;border-right: 1px solid #fff;}
    #footer_btn .float-btn.btn-ig{border:0}
  #footer_btn .float-btn.btn-map {position: fixed;width: auto;right: 10px;bottom: 37%;aspect-ratio: 1/1;border-radius: 50%;}
  #footer_btn .float-btn.btn-yt {position: fixed;width: auto;right: 10px;bottom: 48%;aspect-ratio: 1/1;border-radius: 50%;}
  #footer_btn .float-btn.btn-fb {position: fixed;width: auto;right: 10px;bottom: 59%;aspect-ratio: 1/1;border-radius: 50%;}
  #footer_btn .float-btn.gotop {position: fixed;width: auto;right: 10px;bottom: 26%;aspect-ratio: 1/1;border-radius: 50%;background: var(--primary);}
  #footer_btn .float-icon {width: 44px;height: 44px;background: var(--primary);border-radius: 666px;}
  #footer_btn .float-icon svg { width: 22px; height: 22px; fill: #ffffff; }
  #footer_btn .float-text { display: none; }
  #footer_btn .float-btn:before { right: -73px; background: rgb(231 220 212/74%); }
}
@media screen and (max-width:640px) {
  header #cis img { width: 180px; }
  footer .top_box h3 { font-size: 30px; }
  footer .top_box h3 b { font-size: 20px; }
  footer .footer_box { padding: 30px 0; margin: 40px 0; gap: 0; }
  footer { padding: 10vw 0 15vw; }
  header #menubtn { width: 35px; }
  header #header_bar>a { margin: 0; padding: 0; }
  header #header_bar>a.btnn { display: none; }
  .parallax_bg { min-height: 80vw; background-attachment: initial; }
  #webSeo { margin-top: 30px; }
}
@media screen and (max-width:550px) {
  header #webmenu { width: 100%; top: 75px; }
  footer #flogo img{width: 200px;}
  footer .statement li{font-size: 14px;}
  footer #f_other #footermeu a{font-size: 14px;}
}
@media screen and (max-width:350px) {
  header #header_bar svg { width: 20px; height: 20px; }
  header #menubtn { width: 25px; }
  header #menubtn a { width: 20px; height: 15px; }
}
