@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+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* { margin: 0; padding: 0; }
*:focus { outline: none; }

body { margin: 0; background-color: #f8f6f3; }
body ::selection { background: rgba(var(--black-rgb), .1); text-shadow: none; color: var(--info); }
body::-webkit-scrollbar { width: 5px; }
body::-webkit-scrollbar-track { background: rgba(var(--info-rgb), .3); }
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; }
.webBox *, .webBox :before, .webBox :after { transition: all 0.8s ease; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; -ms-transition: all 0.8s linear; }

.webBox #gotop a:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); }

fieldset { border: 0; }
input, button, select, textarea { padding: 5px 15px; width: calc(100% - 30px); border: 1px rgb(228 224 218) solid; border-radius: 2em; background: none; box-shadow: none; outline: none; font-size: 16px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select { padding: 10px 15px; width: 100%; 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") 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 { width: 100%; object-fit: cover; }
.img_contain { width: 100%; object-fit: contain; }

a, a:link, a:visited, a:hover { text-decoration: none; white-space: pre-wrap; }
*, ::after, ::before { transition: all 0.8s ease; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; -ms-transition: all 0.8s linear; }

/* 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; z-index: 10; }
.nowrap_box { font-size: 0; }

/* btn */
.btn, .btn_outline { padding: 2px 10px; border-radius: 2px; text-align: center; color: var(--info); }

/* 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 { color: var(--white); }

/* webBox */
.webBox { overflow: hidden; position: relative; width: 100%; }
.webBox .pageh1 { position: absolute; top: 0; z-index: 1; }
.webBox .wrapper { position: relative; z-index: 2; background-color: #f9f7f4; }
.webBox .slick-slider { margin-bottom: 0; }
.webBox .wrapper_lines { width: 100vw; height: 100vh; top: 0; left: 0; z-index: -1; display: none; }
.webBox .wrapper_lines .center_box { height: 100vh; border: rgba(var(--info-rgb), .1) solid; border-width: 0 1px; }

/* .slick-dots */
.webBox .slick-dots { position: relative; margin-top: 45px; bottom: 0; }
.webBox .slick-dots li { width: 10px; height: 10px; display: inline-flex; }
.webBox .slick-dots li:before { margin: auto; display: block; border: 1px rgba(var(--white-rgb), .2) solid; content: ""; }
.webBox .slick-dots li.slick-active:before { border-color: var(--primary); }

/* workframe */
.workframe { margin: 0 auto; width: 85%; z-index: 10; position: relative; }

/*loading*/
.loadingArea { width: 100%; height: 100vh; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; pointer-events: none; position: fixed; left: 0; top: 0; z-index: 9999; opacity: 1; -webkit-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
.loadingArea:before { content: ""; z-index: -1; position: absolute; left: 0; top: 0; margin: auto; width: 100%; height: 100%; background-color: #f8f6f3; -webkit-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
.loadingArea .loadLogo { opacity: 0; width: 260px; }
.loadingArea .loadLogo img { width: 100%; height: auto; display: block; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: all 0.4s 0s ease-in-out; transition: all 0.4s 0s ease-in-out; opacity: 1; }
.loadingArea.show { pointer-events: auto; }
.loadingArea.show .loadLogo { opacity: 1; -webkit-animation: loadingAni 0.5s forwards ease-in-out; animation: loadingAni 0.5s forwards ease-in-out; }
.loadingArea.show .loadLogo img { -webkit-transition: all 0.4s 1.2s ease-in-out; transition: all 0.4s 1.2s ease-in-out; opacity: 0; }
.loadingArea.hide:before { top: -100%; }

.contSideOuterBox .contSideBox .side_contactInfo .hotLineBox .hotLineList li a .number, .contSideOuterBox .contSideBox .leftBox .close, .contSideOuterBox .contSideBox .leftBox .line, .contSideOuterBox .contSideBox .leftBox .title, .contSideOuterBox .contSideBox .leftBox, .contSideOuterBox { -webkit-transition: all 0.5s; transition: all 0.5s; }
.contSideOuterBox { position: absolute; opacity: 0; z-index: 888; }
.contSideOuterBox.show { opacity: 1; }
.contSideOuterBox .contSideBtn {position: fixed;right: 0;top: 60%;-webkit-transform: translateY(-55%);transform: translateY(-55%);width: 75px;height: 210px;background-color: var(--primary);border-radius: 34px 0 0 34px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;cursor: pointer;z-index: 10;-webkit-transition: right 0.5s 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), background-color 0.5s;transition: right 0.5s 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), background-color 0.5s;flex-direction: column;}
.contSideOuterBox .contSideBtn svg { fill: #fff; width: 30px; height: 30px; margin-bottom: 10px; }
.contSideOuterBox .contSideBtn.hide { right: -70px; -webkit-transition-delay: 0s; transition-delay: 0s; }
.contSideOuterBox .contSideBtn span { color: #ffffff; font-size: 22px; font-weight: 500; letter-spacing: 4px; -webkit-writing-mode: tb-rl; -ms-writing-mode: tb-rl; writing-mode: tb-rl; }
.contSideOuterBox .contSideBox { position: fixed; right: -780px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 720px; background-color: #f8f1e8; border-radius: 34px 0 34px 34px; z-index: 888; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96); transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96); }
.contSideOuterBox .contSideBox.show { right: 0; -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.contSideOuterBox .contSideBox .leftBox { width: 110px; padding: 50px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; cursor: pointer; }
.contSideOuterBox .contSideBox .leftBox .title { color: var(--secondary); font-size: 30px; font-weight: bold; line-height: 2.5; letter-spacing: 2.76px; -webkit-writing-mode: tb-rl; -ms-writing-mode: tb-rl; writing-mode: tb-rl; }
.contSideOuterBox .contSideBox .leftBox .line { width: 1px; height: 40.252%; background-color: #8f7868; }
.contSideOuterBox .contSideBox .leftBox .close { width: 60px; height: 60px; margin: 0 auto; border-radius: 50%; border: 1px solid #8f7868; position: relative; cursor: pointer; }
.contSideOuterBox .contSideBox .leftBox .close::before, .contSideOuterBox .contSideBox .leftBox .close::after { position: absolute; inset: 0; margin: auto; content: ""; background-color: #654d3c; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.contSideOuterBox .contSideBox .leftBox .close::before { width: 25px; height: 2px; }
.contSideOuterBox .contSideBox .leftBox .close::after { width: 2px; height: 25px; }
.contSideOuterBox .contSideBox .rightBox { width: calc(100% - 70px); margin: 50px 20px 50px; padding: 40px; border-radius: 60px 20px 0 0; background-color: #ffffff; }
.contSideOuterBox .contSideBox .topBox { display: -webkit-box; display: -ms-flexbox; display: flex; }
.contSideOuterBox .contSideBox .side_contactInfo .infoBox { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; border-bottom: 1px solid rgb(228 224 218); }
.contSideOuterBox .contSideBox .side_contactInfo .infoBox .infotxt { color: #54463b; padding-bottom: 10px; }
.contSideOuterBox #Outpatient8x4 .pc { overflow: hidden; }
.contSideOuterBox #Outpatient8x4 .pc .list { overflow: hidden; font-size: 18px; border-top: 1px solid rgb(228 224 218); }
.contSideOuterBox #Outpatient8x4 .pc .mother { border-top: 0; }
.contSideOuterBox #Outpatient8x4 .pc .list .con { float: left; width: calc((100% - 120px) / 7); text-align: center; display: table; position: relative; }
.contSideOuterBox #Outpatient8x4 .pc .list.mother .con p { color: #54463b; }
.contSideOuterBox #Outpatient8x4 .pc .list .con:first-child p { text-align: left; font-family: "Nunito Sans", sans-serif; }
.contSideOuterBox #Outpatient8x4 .pc .list p { text-align: center; padding: 20px 0; color: #54463b; }
.contSideOuterBox #Outpatient8x4 .pc .list p span { position: relative; }
.contSideOuterBox #Outpatient8x4 .pc .list p span::before { content: ""; display: block; width: 0.75em; height: 0.75em; margin-right: auto; margin-left: auto; border-radius: 50%; background-color: #86c27a; position: absolute; top: 50%; left: 50%; transform: translate(-50%, 40%); }
.contSideOuterBox #Outpatient8x4 .pc .list .con:last-child p { border: none; }
.contSideOuterBox #Outpatient8x4 .pc .list p.gray { display: flex; align-items: center; }
.contSideOuterBox #Outpatient8x4 .pc .list p.gray span { position: absolute; top: 34%; left: 50%; transform: translate(-50%, -50%); ); }
.contSideOuterBox #Outpatient8x4 .pc .list p.gray span::before {}
.contSideOuterBox #Outpatient8x4 .pc .list .con:first-child { width: 120px; }
.contSideOuterBox .contSideBox .side_contactInfo .hotLineBox { display: flex; padding-top: 35px; align-items: center; }
.contSideOuterBox .contSideBox .side_contactInfo .hotLineBox .left { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-right: 40px; }
.contSideOuterBox .contSideBox .side_contactInfo .hotLineBox .right { width: 225px; margin-top: -20px; }
.contSideOuterBox .contSideBox .side_contactInfo .hotLineBox .hotLineTitle { color: #78562a; font-size: 20px; font-weight: 600; line-height: 1.3; letter-spacing: 3.2px; padding-bottom: 18px; }
.contSideOuterBox .hotLineBox .infoList li { margin-bottom: 10px; }
.contSideOuterBox .hotLineBox .infoList a { color: #54463b; }
.contSideOuterBox .hotLineBox .infoList .title svg { width: 16px; height: 16px; fill: #78562a; }
.contSideOuterBox .contSideBox .side_contactInfo .hotLineBox .hotLineList li:not(:last-child) { padding-bottom: 3px; }
.contSideOuterBox .contSideBox .side_contactInfo .hotLineBox .hotLineList li a { display: block; }
.contSideOuterBox .contSideBox .side_contactInfo .hotLineBox .hotLineList li a .box { width: 70px; display: inline-block; margin-right: 5px; }
.contSideOuterBox .contSideBox .side_contactInfo .hotLineBox .hotLineList li a .txt { color: #404040; font-size: 18px; line-height: 1; font-weight: 500; letter-spacing: 0.9px; border-radius: 10px; padding: 3.5px 5px; background-color: #ffffff; }
.contSideOuterBox .contSideBox .side_contactInfo .hotLineBox .hotLineList li a .number { color: #000000; font-size: 22px; font-weight: 500; line-height: 1.4; letter-spacing: 0.66px; }
.contSideOuterBox .contSideBox .side_contactInfo .sideSocialBox { width: 200px; }
.contSideOuterBox .contSideBox .side_contactInfo .sideSocialBox .sideSocialList li { padding: 9px 20px; border-radius: 9999px; background-color: #86c27a; }
.contSideOuterBox .contSideBox .side_contactInfo .sideSocialBox .sideSocialList li:not(:last-child) { margin-bottom: 10px; background-color: #90d8dd; }
.contSideOuterBox .contSideBox .side_contactInfo .sideSocialBox .sideSocialList li .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.contSideOuterBox .contSideBox .side_contactInfo .sideSocialBox .sideSocialList li .item svg { width: 20px; height: 20px; fill: #ffffff; }
.contSideOuterBox .contSideBox .side_contactInfo .sideSocialBox .sideSocialList li .txt { color: #ffffff; font-size: 17px; font-weight: 600; line-height: 1.8; letter-spacing: 2px; padding-left: 20px; font-family: 'Lato', sans-serif; }

/* header */
header { position: fixed; width: 100%; z-index: 999; padding: 2vw 0; }
header:before { position: absolute; width: 100%; height: 0; display: block; top: 0; left: 0; z-index: 90; content: ""; transition: 0.6s; padding-top: 0; }
header.scroll:before { background: #fff7ed; transform: translate(0, 10px); -webkit-transform: translate(0, 0px); opacity: 1; height: 100%; }
header.scroll { padding: 0.5vw 0; -webkit-box-shadow: 0 0 40px rgb(102 98 94 / 20%); box-shadow: 0 0 40px rgb(102 98 94 / 20%); }
header .barBox {position: relative;padding: 0 2vw;width: calc(100% - 4vw);display: grid;z-index: 999;justify-content: space-between;align-items: center;grid-template-columns: 220px 1fr 350px 130px;gap: 10px;}
header .barBox a b { color: #fff; font-family: 'Lato', sans-serif; font-size: 16px; font-weight: 400; }
header .barBox a i { color: #fff; font-size: 19px; }
header #searchBox a svg { fill: #fff; width: 25px; height: 25px; border-radius: 50%; border: 1px rgb(255 255 255 / 70%) solid; padding: 13px; }
header .barBox a font { color: var(--white); font-size: 15px; font-weight: 400; }
header #webmenu nav ul li a {display: block;padding: 19.5px 15px;text-align: center;font-size: 16px;letter-spacing: 1.6px;position: relative;font-weight: 500;}
header.scroll #webmenu nav ul li a, header.scroll .barBox a font, header.scroll .barBox a b, header.scroll #menuIcon a .text span { color: var(--black); }
header.scroll #webmenu nav ul li:hover a { color: var(--complement); }
header.scroll #webmenu nav ul li a svg { fill: #28a745b3; }
header.scroll #menuIcon::after { background-color: #8c8c8c; }
header.scroll #searchBox a svg { fill: #666666; border: 1px rgb(167 167 167 / 70%) solid; }
header.scroll #menuIcon a font.btn span { background: #868686; }
header #webmenu nav ul li:hover a svg { opacity: 0.2; -webkit-transform: scale(1); transform: scale(1); border: none; padding: 0; }
header #webmenu nav ul li a svg { position: absolute; left: 0; right: 0; top: -50px; bottom: 0; margin: auto; content: ""; width: 40px; height: 68px; opacity: 0; -webkit-transform: scale(0); transform: scale(0); -webkit-transform-origin: center; transform-origin: center; -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55); transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55); fill: #ededed; }
header #cis { margin: 0 auto 0 0; }
header #cis a { display: flex; align-items: center; }
header.scroll #cis img { filter: url(); }
header #cis a span { color: var(--white); padding-left: 20px; margin-left: 20px; line-height: 150%; letter-spacing: 1px; position: relative; }
header #cis a span::after { content: ""; position: absolute; left: 0; top: 0; width: 1px; height: 100%; opacity: .5; background-color: #fff; }
header.open .navbox ul { display: none; }
header #webmenu ul { display: flex; align-items: center; justify-content: center; }
header .navbox li { margin: 0 5px; }
header #webmenu li { position: relative; }
header .navbox li:before { content: ''; width: 11px; height: 2px; position: absolute; background: var(--complement); border-radius: 50px; opacity: 0; bottom: 0px; left: 50%; transform: translate(-50%, -50%); }
header .navbox li:hover:before { bottom: 10px; opacity: 1; }
header .rightBox { display: flex; justify-content: space-between; align-items: center; }
header .rightBox>div { display: inline-block; }
header .rightBox #openmember { padding: 0 10px 0 0; }
header .rightBox #openmember font { margin-right: 20px; letter-spacing: 3px; font-size: 17px; }
header .rightBox .text_uppercase { margin-left: 15px; }
header #searchBox form { position: absolute; background: rgb(0 0 0 / .7); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); font-size: 0; right: -500px; top: 87px; }
header #searchBox form input { padding: 5px 10px; width: 150px; background: none; display: inline-block; color: #fff; vertical-align: middle; }
header #searchBox form a { padding: 5px 10px; display: inline-block; vertical-align: middle; color: #fff; }
header #searchBox form a i { font-size: 15px; }
header #toolbar a { display: inline-block; }
header #menuIcon { position: relative; }
header #menuIcon a { transition: none; display: flex; align-items: center; justify-content: center; }
header #menuIcon::after { content: ""; position: absolute; width: 1px; height: 60%; opacity: .5; background-color: #fff; top: 50%; left: 0; transform: translate(0, -50%); }
header #menuIcon a .text span { margin-right: 20px; color: #fff; font-family: 'Lato', sans-serif; font-size: 16px; font-weight: 400; }
header #menuIcon a font.btn { position: relative; width: 16px; height: 20px; display: flex; border: 0; }
header #menuIcon a font.btn span { position: absolute; width: 100%; height: 2px; background: #ffffff; display: block; top: 0; right: 0; opacity: .6; }
header #menuIcon a[data-type="1"] font.btn span:nth-child(2) { top: calc(50% - 1px); width: 70%; right: auto; left: 0; }
header #menuIcon a[data-type="1"] font.btn span:nth-child(3) { top: calc(100% - 1px); }
header #menuIcon a[data-type="1"] font.btn 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 #menuIcon a[data-type="2"] font.btn span { transition: .4s cubic-bezier(.645, .045, .355, 1); }
header #menuIcon a[data-type="2"] font.btn span:nth-child(1) { top: 50%; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
header #menuIcon a[data-type="2"] font.btn span:nth-child(2) { opacity: 0; }
header #menuIcon a[data-type="2"] font.btn span:nth-child(3) { top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
header #menuBox { overflow: hidden; position: fixed; padding: 12vh 2vw 0; width: 25vw; height: 0; background: linear-gradient(to bottom, #51a662, rgb(255 255 255 / 100%)); right: 0; top: 0; opacity: 0; z-index: -1; }
header #menuBox[data-type="2"] { height: 90vh; opacity: 1; border-bottom-left-radius: 150px; }

header #menuBox .box>ul { padding: 4vh 0 2vh 0; }
header #menuBox .box>ul>li { padding: 0 20px; position: relative; }
header #menuBox .box>ul>li:last-child { border-bottom: 0; }
header #menuBox .box>ul>li>p, header #menuBox .box ul li .menu_body ul li .bo { position: relative; }
header #menuBox .box ul li .menu_body, header #menuBox .box ul li .menu_body>ul li .sub2Option, header #menuBox .box ul li .menu_body>ul li .sub3Option { margin-bottom: 15px; display: none; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
header #menuBox .box>ul>li>p a { padding: 10px 0; display: block; font-weight: 300; font-size: 18px; }
header #menuBox .box ul li b { position: absolute; right: 0px; padding-left: calc(100% - 50px); padding-right: 0; width: 35px; height: 40px; display: inline-block; text-align: center; line-height: 40px; top: calc((100% - 41px) / 2); cursor: pointer; z-index: 50; }
header #menuBox .box ul li b i { color: #fff; }
#menuBox .box ul li .menu_body>ul li .sub2Option { margin: 5px 0 15px; padding: 5px 15px; background: #3a3a3a; }
header #menuBox .box ul li .menu_body>ul li a { padding: 6px 15px; display: block; font-size: 18px; color: #a6beed; cursor: pointer; z-index: 50; position: relative; }
header #menuBox .box ul li .menu_body .sub2Option a { color: #fff; }
header #menuBox .box ul li .menu_body .sub3Option a { color: #8b8b8b; }
header #menuBox .box ul li .menu_body .sub3Option a:before { content: "- "; }
header #menuBox .contactBox ul { padding: 20px 30px; border: 1px solid rgb(255 255 255 / 21%); border-radius: 30px; background-color: #fefefe87; }
header #menuBox .contactBox ul li { border-bottom: 1px #353535 solid; }
header #menuBox .contactBox ul li:last-child { border-bottom: 0; }
header #menuBox .contactBox ul li h4 { font-size: 16px; color: #2e2424; font-family: 'Lato', sans-serif; margin-bottom: 10px; }
header #menuBox .contactBox ul li p a { padding: 3px 0; display: inline-block; font-size: 15px; color: #473636; font-family: 'Lato', sans-serif; }
header #menuBox .contactBox ul li p i { margin-right: 13px; font-size: 12px; display: inline-block; color: #473636; opacity: .3; }
header #menuBox .contactBox ul li.community a { margin: 15px 10px 5px 0; width: 40px; height: 40px; border: 1px #bbb solid; border-radius: 50%; display: inline-flex; justify-content: center; align-items: center; color: #bbb; }
header #menuBox .contactBox ul li.community a i { font-size: 14px; }
header #menuBox .contactBox ul li.community a svg { width: 60%; height: 60%; fill: #bbb; }
header.headerfixed:before { background: var(--info); }
header.headerfixed #menuIcon a font.btn span { background: #1f1f1f; }
header.open a { color: #fff; }
header #menuBox .box>ul>li { border-top: 1px solid rgb(234 234 234 / 21%); }
header #menuBox .box>ul>li:first-child { border-top: none; }

/* top_search */
#top_search { width: 100%; height: 100%; background: rgb(0 0 0 / 46%); z-index: 999; }
#top_search form { margin: auto; padding: 60px 50px; width: 500px; box-shadow: 0 0 10px rgba(var(--black-rgb), .2); background: rgb(0 0 0 / 70%); }
#top_search #close_search { padding: 10px 15px 15px; top: 0; right: 0; }
#top_search #close_search font { margin: 5px auto; width: 30px; height: 30px; }
#top_search #close_search font:before, #top_search #close_search font:after { position: absolute; width: 100%; height: 1px; background: var(--white); display: block; content: ""; top: calc((100% - 1px) / 2); left: 0; }
#top_search #close_search font:after { width: 1px; height: 100%; top: 0; left: calc((100% - 1px) / 2); }
#top_search #close_search span { color: #fff; }
.webBox #top_search #close_search font { transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
#top_search h3 { margin-bottom: 40px; font-weight: 300; font-size: 28px; color: #f9f9f9; }
#top_search p>input { padding: 5px 45px 5px 15px; width: calc(100% - 60px); background: none; border: 0; color: var(--black); background-color: var(--white); }
#top_search p>a { top: 4px; right: 10px; }
#top_search p>a svg { width: 25px; height: 25px; }

/* topicon */
#topicon a { margin: 10px auto; width: 40px; height: 40px; padding: 12px; background-color: #76ca80; text-align: center; border-radius: 100%; flex-direction: column; display: flex; justify-content: center; align-items: center; }
#topicon a.icon-yt { background: #d82626; }
#topicon a.icon-ig { background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf); display: flex; justify-content: center; align-items: center; }
#topicon a.icon-line {}
#topicon a.icon-fb { background: #79d3d7; }
#topicon {font-size: 25px;color: #fff;text-align: center;z-index: 777;position: fixed;bottom: 0;right: 10px;/* margin: auto 0 560px 0; */top: 47%;-webkit-transform: translateY(-55%);transform: translateY(-55%);}
#topicon a i { font-size: 17px; color: #fff; text-align: center; padding: 0 4px; }
#topicon a svg { width: 30px; height: 30px; fill: rgb(255 255 255); }
#topicon a img { width: auto; }
#topicon>div { margin: auto 0 24vh 0; width: 59px; }

/* footer */
footer { padding: 120px 0 40px 0; margin: 120px 0 30px 0; background-color: #f8f6f3; z-index: 20; }
footer * { font-weight: 400; font-size: 15px; color: #ffffff; }
footer .bg { background-color: #78562a; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; max-width: min(1850px, 100%); z-index: 1; pointer-events: none; border-radius: 80px; }
footer #flogo { top: -10%; left: 50%; transform: translate(-50%, -10%); position: absolute; z-index: 1; }
footer #flogo::after { content: ''; position: absolute; height: 170%; width: 160%; top: 50%; left: 50%; transform: translate(-50%, -50%); right: 0; border-radius: 50%; background: #78562a; opacity: 1; z-index: -1; }
footer #flogo img { width: 270px; }
footer #flogo a { display: flex; flex-direction: column; align-items: center; gap: 30px; }
footer #flogo a span { letter-spacing: 1px; opacity: .8; font-weight: 300; text-align: center; }
footer .workframe { display: flex; justify-content: center; align-items: center; flex-direction: column; z-index: 10; position: relative; gap: 60px; width: min(1366px, 90%); }
.footerInfoBox { width: 100%; justify-content: space-between; display: grid; grid-template-columns: 300px 1fr 300px; gap: 0 70px; align-items: center; margin-top: -45px; }
footer #f_left { display: grid; padding: 20px 0px; justify-content: space-between; grid-template-columns: 1fr 500px; align-items: center; }
footer #f_contact { display: flex; margin-right: 0px; flex-direction: column; align-items: flex-start; gap: 15px; }
footer #f_contact p { margin: 0; display: flex; }
footer #f_contact p font { line-height: 140%; font-weight: 500; font-size: 14px; }
footer #f_contact p font.txt_primary_5 { margin-right: 10px; width: 20px; color: #bababa; }
footer #f_contact p font.txt_primary_5 svg { width: 15px; height: 15px; fill: #ffffff; opacity: .8; }
footer #f_other { border-width: 1px 0; }
footer .ftbtn-sec { display: grid; grid-template-columns: 1fr 200px; gap: 0 50px; }
footer .ftbtn-sec .ftbtn-box { display: flex; }
footer .ftbtn-sec a { display: flex; justify-content: flex-start; transition: .3s ease; flex-direction: row; align-items: center; z-index: 10; width: 240px; position: relative; }
footer .ftbtn-sec a span { color: #fff; font-family: "Lato", serif; font-size: 36px; }
footer .ftbtn-sec .ftbtn-box:last-child a { width: 140px; padding: 20px 30px; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 100px; display: flex; align-items: center; justify-content: flex-start; }
footer .ftbtn-box:last-child a::after { position: absolute; content: ""; width: 34px; height: 14px; background-image: url(/images/39/icon-arrow.png); background-size: contain; background-position: 40% 50%; background-repeat: no-repeat; top: 26px; right: 40px; }
footer .ftbtn-box:last-child a span { font-style: italic; font-size: 16px; }
footer #f_nav {align-items: center;justify-content: center;display: flex;gap: 10px;flex-wrap: wrap;}
footer #f_nav a { text-align: center; font-size: 15px; letter-spacing: 1px; font-weight: 400; color: #fff; }
footer #f_nav a:last-child { border-right: 0px solid #515151; }
footer #f_nav span { width: 1px; height: 15px; background: rgb(255 255 255 / 60%); display: block; }
footer #f_bottom { display: grid; grid-template-columns: repeat(2, 1fr); width: 100%; padding-top: 10px; margin-top: 10px; }
footer #copyright p, footer #copyright p a { color: #ffffff; opacity: 0.6; font-weight: 400; font-size: 13px; }
footer #copyright p a { margin-left: 6px; }
footer #copyright { display: flex; justify-content: flex-start; align-items: center; }

/* webSeo */
#webSeo { padding: 10px 0; white-space: nowrap; box-sizing: border-box; }
#webSeo .seo { padding-left: 100%; font-family: var(--font-family), sans-serif; font-weight: 100; font-size: 13px; color: var(--info); }

/* gotop */
.goTop {position: absolute;right: 15px;bottom: 25px;z-index: 45;cursor: pointer;opacity: 0;}
.goTop.show { opacity: 1; }
.goTop .circle { display: block; width: 60px; height: 60px; border-radius: 50%; background-color: var(--complement); position: relative; }
.goTop .circle .line { position: absolute; left: 0; right: 0; bottom: 32px; margin: 0 auto; width: 1px; height: 100px; overflow: hidden; }
.goTop .circle .line::before, .goTop .circle .line::after { position: absolute; left: 0; right: 0; margin: 0 auto; content: ""; width: 1px; margin: 0 auto; }
.goTop .circle .line::before { height: calc(100% + 20px); background-color: #cfc6c6; -webkit-animation: bannerScrollAnimation 2s linear infinite forwards; animation: bannerScrollAnimation 2s linear infinite forwards; }
.goTop .circle .line::after { height: 100%; background-color: rgb(255 255 255 / 30%); }
.goTop .txt { color: #ffffff; font-size: 15px; font-weight: 500; letter-spacing: 0.3px; text-align: center; padding-top: 13px; }

@-webkit-keyframes bannerScrollAnimation { 0% { height: 0; } 50% { height: 100%; -webkit-transform: translateY(0); transform: translateY(0); } 100% { -webkit-transform: translateY(100%); transform: translateY(100%); } }
@keyframes bannerScrollAnimation { 0% { height: 0; } 50% { height: 100%; -webkit-transform: translateY(0); transform: translateY(0); } 100% { -webkit-transform: translateY(100%); transform: translateY(100%); } }

.webBox #gotop a { width: 40px; height: 40px; background-color: #fff; border-radius: 50%; }

#community .social { text-align: right; }
#community .social li { display: inline-block; }
#community .social li+li { margin-left: 10px; }
#community .social a { position: relative; border-radius: 50%; transition: ease .3s; width: 22px; height: 22px; padding: 12px; background-color: var(--complement); display: flex; flex-direction: column; align-items: center; justify-content: center; }
#community .social b { font-size: 12px; transition: all .3s ease-out; display: none; }
#community .social svg { display: block; text-align: center; color: #ffffff; width: 18px; height: 18px; fill: #fff; }

@media screen and (max-width: 1640px) {
	footer .workframe { width: 90%; }
	header #cis a span { padding-left: 20px; margin-left: 10px; font-size: 12px; }
	header #webmenu nav ul li a { padding: 19.5px 3px; }
	header .barBox {grid-template-columns: 170px 1fr 330px 130px;}
	.footerInfoBox { gap: 0 0px; }
}
@media screen and (min-width:1441px) {
	.workframe { width: 1366px; }
	#product_area .workframe { width: 70%; margin: auto; }
}
@media screen and (max-width:1366px) {
	header #webmenu li { margin: 0 8px; }
	header .rightBox #openmember font { display: none; }
	header .barBox {grid-template-columns: 170px 1fr 175px 130px;}
	.footerInfoBox { margin-top: 0; }
}
@media screen and (min-width: 1281px) {
	.webBox .slick-dots li:hover:before { border-color: var(--primary); }
	header #webmenu nav ul li b { display: none; }
	header #webmenu nav ul li:hover { overflow: visible; }
	header #menuBox .box::-webkit-scrollbar { width: 0; }
	.webBox header #webmenu li .menu_body { transform: translate(0, 30px); -webkit-transform: translate(0, 30px); -moz-transform: translate(0, 30px); -ms-transform: translate(0, 30px); -o-transform: translate(0, 30px); }
	header #webmenu li .menu_body, header #webmenu li .menu_body .subOption li ul { width: 160px; left: calc(50% - 80px); z-index: 1; opacity: 0; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
	header #webmenu li .menu_body ul { -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%); box-shadow: 0 0 10px rgb(0 0 0 / 10%); text-align: left; }
	header #webmenu li .menu_body ul { display: block; }
	header #webmenu li .menu_body ul li { margin: 0; position: relative; }
	.webBox header #webmenu li .menu_body { transform: translate(0, 30px); -webkit-transform: translate(0, 30px); -moz-transform: translate(0, 30px); -ms-transform: translate(0, 30px); -o-transform: translate(0, 30px); }
	.webBox header #webmenu li:hover .menu_body { transform: translate(0, 0); -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); }
	header #webmenu li .menu_body .subOption li ul { position: absolute; top: 0; left: -170px; }
	header #webmenu li .menu_body .subOption li>div a { padding: 8px 10px; font-size: 15px; color: #474747; }
	header #webmenu li .menu_body .subOption li>div a:hover { color: #79532d; background-color: var(--triadic2); }
	header #webmenu li .menu_body .subOption li>div a { display: block; padding: 8px 10px; font-size: 15px; color: #474747; background-color: rgb(255 255 255 / 100%); word-wrap: break-word; }
	header #webmenu li .menu_body ul li:before { display: none; }
	header #webmenu li:hover .menu_body, header #webmenu li .menu_body .subOption li:hover>ul { z-index: 10; opacity: 1; }
	header #cis img { -webkit-filter: contrast(0) brightness(200%); filter: contrast(0) brightness(200%); transition: 0.6s; }
	footer #extra ul li:hover img { display: block; }
}
@media screen and (max-width: 1280px) {
	.footerInfoBox { gap: 0 100px; }
	header { background-color: #fff7ed; padding: 0; }
	header, header.scroll { padding: 10px 0; }
	header #menuIcon a font.btn span { background: #0c3663; }
	header #cis a span { color: var(--triadic1); }
	header .barBox a svg { fill: var(--triadic1); }
	header .barBox a font { color: var(--triadic1); }
	header .rightBox .apply a { border: 1px solid rgb(52 52 52 / 40%); }
	header #cis a span::after { background-color: var(--triadic1); }
	header .navbox { display: none; }
	header .barBox { grid-template-columns: 160px 1fr 130px; gap: 10px; }
	header #menuBox {width: 96vw;}
	header #menuBox[data-type="2"] { overflow-y: scroll; height: 96vh; }
	header #menuBox[data-type="2"]::-webkit-scrollbar { width: 0; }
	header #menuBox .contactBox ul {/* padding: 0 0 15vh; */border: 0;}
	header.scroll:before { background: #fff7ed; }
	#topicon a i { font-size: 23px; }
	#topicon a:hover { background-color: #ffffff; }
	header #menuIcon::after { background-color: #8c8c8c; }
	header #searchBox a svg { fill: #666666; border: 1px rgb(167 167 167 / 70%) solid; }
	header #menuIcon a font.btn span { background: #868686; }
	header #webmenu nav ul li a, header .barBox a font, header .barBox a b, header #menuIcon a .text span { color: var(--black); }
	header .rightBox { display: flex; justify-content: flex-end; }
	footer #flogo img { width: 150px; }
}
@media (min-width:1201px) {
	.contSideOuterBox .contSideBtn:hover { background-color: #31a33f; }
}
@media screen and (max-width: 1180px) {
	.contSideOuterBox .contSideBox .side_contactInfo .hotLineBox .hotLineTitle { font-size: 22px; letter-spacing: 1.1px; }
	.contSideOuterBox .contSideBox .side_contactInfo .hotLineBox .hotLineList li a .box { width: 65px; }
	.contSideOuterBox .contSideBox .side_contactInfo .hotLineBox .hotLineList li a .txt { font-size: 16px; letter-spacing: 0.8px; }
	.contSideOuterBox .contSideBox .side_contactInfo .hotLineBox .hotLineList li a .number { font-size: 20px; letter-spacing: 0.6px; }
	footer .nowrap_box { gap: 40px; display: flex; flex-direction: column; align-items: center; }
	footer #f_other { padding: 0; margin-left: 0px; }
	footer #f_contact { display: flex; justify-content: flex-start; width: 100%; }
	footer #f_left { width: 100%; }
	footer #f_left { display: flex; flex-direction: column; align-items: center; padding: 0; gap: 20px; }
	footer #copyright { width: 100%; }
	#community { display: flex; justify-content: flex-end; }
	.goTop { bottom: 75px; }
}
@media screen and (max-width: 1024px) {
	.webBox .wrapper_lines .center_box>div { border-width: 0 0 0 1px; }
	footer { padding-bottom: 20px; padding-top: 70px; margin: 51px 0 0; }
	#gotop { bottom: 50px; }
	#goask { bottom: 170px; }
	#gouser { bottom: 230px; }
	#f_info { width: 200px; margin-bottom: 40px; }
	#community { display: flex; justify-content: center; }
	#album_list #community { width: auto; }
	#community .social, #copyright { width: auto; margin-left: 0; margin-right: 0; }
	.footerInfoBox { margin-right: 0px; display: flex; flex-direction: column; align-items: center; margin-bottom: 0px; gap: 20px; }
	footer #flogo { width: 200px; top: -3%; }
	footer #flogo a { gap: 18px; }
	footer #extra { margin-top: 10px; }
	footer #f_contact { display: flex; flex-direction: column; flex-wrap: wrap; margin-top: 80px; }
	footer #copyright { display: flex; flex-direction: column; align-items: center; }
	footer #f_bottom { grid-template-columns: 1fr; gap: 20px; }
	footer #f_nav { display: flex; flex-wrap: wrap; justify-content: flex-start; border-bottom: 0px solid rgb(255 255 255 / 15%); padding: 0; margin-bottom: 20px; }
	footer #f_nav a { width: calc((100% / 2) - 30px); border-bottom: 1px solid rgb(255 255 255 / 15%); border-right: 0px solid rgb(230 230 230 / 20%); margin: 0; padding: 10px; font-size: 15px; }
	footer #f_nav span, header #menuIcon a .text span, header .contactBox { display: none; }
	footer .ftbtn-sec .ftbtn-box { display: flex; justify-content: center; }
	.contSideOuterBox .contSideBox { width: 620px; }
	.contSideOuterBox .contSideBox .rightBox { width: calc(100% - 80px); margin: 20px 20px 30px; padding: 0px 20px 20px 20px; border-radius: 40px 20px 0 0; }
}
@media screen and (max-width: 960px) {
	#topicon { bottom: 0px; right: 5px; }
	header #menuBox .box ul li .menu_body>ul li a { font-size: 15px; }
	header #menuBox .box>ul>li>p a { font-size: 17px; }
	header #menuBox { padding: 0 5vw; width: 90vw; top: 70px; }
	header #menuBox[data-type="2"] { padding: 4vh 5vw; }
	header #menuBox:before { width: 100vw; height: 40vh; }
	header .rightBox>div { margin-left: 10px; }
	header .rightBox .apply { display: none; }
	header .barBox { grid-template-columns: 130px 1fr 60px; }
	header #searchBox a svg { width: 20px; height: 20px; }
	header .rightBox #openmember { padding: 0; }
	footer #f_contact { margin-top: 50px; }
	footer .bg { border-radius: 0; }
}
@media (max-width:768px) {
	.goTop {bottom: 40px;}
	.goTop .circle { width: 60px; height: 60px; }
	.goTop .circle .line { height: 80px; bottom: 25px; }
	.contSideOuterBox .contSideBox { display: flex; flex-direction: column; width: 80%; }
	.contSideOuterBox .contSideBox .leftBox { width: auto; display: flex; flex-direction: row; align-items: center; justify-content: space-around; padding: 10px 0; }
	.contSideOuterBox .contSideBox .leftBox .close { margin: inherit; width: 50px; height: 50px; }
	.contSideOuterBox .contSideBox .leftBox .title { writing-mode: lr; font-size: 24px; }
	#topicon a { width: 20px; height: 20px; }
	.contSideOuterBox .contSideBtn { width: 48px; }
	.contSideOuterBox .contSideBtn span { font-size: 20px; }
	#topicon a svg { width: 20px; height: 20px; }
}
@media screen and (max-width: 550px) {
	.contSideOuterBox .contSideBox .side_contactInfo { text-align: center; padding: 0px 0px; }
	.contSideOuterBox .contSideBox .side_contactInfo .hotLineBox { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
	.contSideOuterBox .contSideBox .side_contactInfo .hotLineBox .left { width: 90%; }
	#top_search form { padding: 10vw 5vw; width: 80vw; }
	#top_search #close_search { padding: 10px 15px; border: 0; }
	footer #f_contact p font:first-child { margin-right: 10px; }
	footer #f_contact p { padding-right: 0; }
	footer .ftbtn-sec { grid-template-columns: 1fr; width: 100%; gap: 20px 0; }
	.goTop .circle { width: 44px; height: 44px; }
	.goTop .circle .line { height: 50px; bottom: 20px; }
	.goTop .txt { font-size: 13px; letter-spacing: 0.26px; padding-top: 5px; }
	.contSideOuterBox .contSideBox { width: 100%; }
	.contSideOuterBox .contSideBox .side_contactInfo .sideSocialBox { display: none; }
	.contSideOuterBox .contSideBox .rightBox { margin: 0px 20px 30px; }
	.contSideOuterBox .contSideBox .leftBox { padding: 5px 0; }
}