@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=M+PLUS+Rounded+1c&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

* { margin: 0; padding: 0; }
*:focus { outline: none; }

body {margin: 0;}
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: "Noto Sans TC", sans-serif;font-size: 16px;color: var(--info);}

ul , ol { list-style: none; }
*, ::after, ::before {margin: 0;padding: 0;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-webkit-transition: all .5s linear;-moz-transition: all .5s linear;transition: all .5s linear;}
*:focus { outline:  none; }

fieldset { border: 0; }

input , button , select , textarea {padding: 5px 15px;width: calc(100% - 30px);border: 0;background: none;box-shadow: none;outline: none;font-size: 16px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
select { padding: 10px 15px; width: 100%; color: var(--info); }
button{
    width: auto;
    padding: 0;
}
/* 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;}

/* general class set */
.txt_clamp {overflow: hidden;height: 27px;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;letter-spacing: .5px;}
.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; background-color: transparent; border: 1px solid transparent; 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%;background: url(/images/39/img-allBg.jpg);}
.webBox .wrapper {position: relative;z-index: 2;}
.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: 90%;}

/*loading*/
.loadingArea { width: 100%; height: 100vh; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #fff; 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 }
.loadingArea .loadLogo { width: 260px }
.loadingArea .loadLogo img { scale: 1 1; opacity: 0; width: 100%; height: auto; display: block; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-origin: center; transform-origin: center }
.loadingArea.show { opacity: 1; pointer-events: auto; -webkit-transition: 2s cubic-bezier(0.43,0.05,0.17,1); transition: 2s cubic-bezier(0.43,0.05,0.17,1) }
.loadingArea.show img { -webkit-animation: loadingAni 10s forwards linear; animation: loadingAni 10s forwards linear }
.loadingArea.hide { opacity: 0 }
.loadingArea.hide .loadLogo { -webkit-filter: blur(5px); filter: blur(5px); opacity: 0; -webkit-transition: 1s cubic-bezier(0.43,0.05,0.17,1); transition: 1s cubic-bezier(0.43,0.05,0.17,1) }
@-webkit-keyframes loadingAni {
  0% { scale: 1 1; opacity: 0; -webkit-filter: blur(5px); filter: blur(5px) }
  15% { opacity: 1; -webkit-filter: blur(0px); filter: blur(0px) }
  100% { scale: 1.4 1.4 }
}
@keyframes loadingAni {
  0% { scale: 1 1; opacity: 0; -webkit-filter: blur(5px); filter: blur(5px) }
  15% { opacity: 1; -webkit-filter: blur(0px); filter: blur(0px) }
  100% { scale: 1.4 1.4 }
}

/* header */
header { position: relative; position: fixed; top: 0; left: 0; z-index: 2000; opacity: 0; transition: all 1s var(--ease-elegant) 0.4s; display: flex; justify-content: space-between; align-items: center; margin: 0 auto; }
body.is-ready header { opacity: 1; }
header .barBox .wrap:before { position: absolute; width: 100%; height: 0; display: block; top: 0; left: 0; z-index: -1; content: ""; transition: 0.6s; padding-top: 0; }
header.scroll .barBox .wrap:before { background: var(--white); transform: translate(0,10px); -webkit-transform: translate(0,0px); opacity: 1; height: 100%; }
header.scroll { padding: 0 }
header.scroll .barBox .wrap {-webkit-transform: translateY(0px);transform: translateY(0px);display: grid;align-items: center;padding: 10px 50px;}
header .barBox .wrap { display: grid; grid-template-columns: 180px 1fr; gap: 50px; position: fixed; left: 0; top: 0; width: 100%; z-index: 50; align-items: end; padding: 30px 50px; margin: auto; }
header #slideMenumenu { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
header .sideMenuBox { display: flex; justify-content: space-evenly; flex-direction: row; flex-wrap: nowrap; -webkit-transition: all 0.9s 0.5s ease-in-out; transition: all 0.9s 0.5s ease-in-out; align-items: center; gap: 24px; }
header .sideMenuBox .booking-btn {color: var(--white);background-color: #91c6cb;border-radius: 40px;padding: 10px 27px;letter-spacing: 1px;}
header .sideMenuBox a svg { fill: var(--info); width: 17px; height: 17px; }
header .sideMenuBox a font { font-size: 18px; color: #122338 }
header .sideMenuBox .buttons {display: flex;position: relative;flex-direction: row;align-items: center;gap: 23px;}
header .sideMenuBox .buttons >div {display: flex;text-align: center;justify-content: center;align-items: center;}
header .sideMenuBox .buttons >div a { display: flex; flex-direction: row; align-items: center; gap: 5px }
header .sideMenuBox .buttons >div a p { color: var(--white) }
header .sideMenuBox .buttons .langBox a {   }
header .sideMenuBox .buttons .langBox a svg {width: 19px;height: 19px;}
header #cis { z-index: 999; }
header #cis a { display: flex; align-items: center }
header.scroll #cis { -webkit-filter: initial; filter: initial; }
header #webmenu { z-index: 99; display: flex; align-items: center; gap: 20px; border-bottom: 1px rgb(60 45 33/15%) solid; justify-content: space-between; }
header #webmenu ul { display: flex; align-items: center; justify-content: flex-end; }
header #webmenu li { position: relative }
header #webmenu li a {color: var(--info);padding: 22px 11px;text-align: center;position: relative;font-size: 1rem;letter-spacing: 1px;font-weight: 400;}
header.open .navbox ul { display: none }
header #searchBox button svg {width: 22px;height: 22px;fill: var(--info);}
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 a { transition: none; display: flex; justify-content: center; width: 160px; height: 60px; flex-direction: column; align-items: center; gap: 10px; }
header #menuIcon a p,header #slideMenumenu a p { color: #fff; }
header #menuIcon a font.btn,header #slideMenumenu a font.btn { position: relative; width: 30px; height: 11px; display: flex; border: 0; }
header #menuIcon a font.btn span,header #slideMenumenu a font.btn span { position: absolute; width: 100%; height: 1px; background: var(--info); display: block; top: 0; right: 0; }
header.scroll #menuIcon a font.btn span,header.scroll #slideMenumenu a font.btn span { background: var(--info); }
header #menuIcon a[data-type="1"] font.btn span:nth-child(2),header #slideMenumenu a[data-type="1"] font.btn span:nth-child(2) { top: calc(50% - 1px); width: 100%; right: auto; left: 0; display: none; }
header #menuIcon a[data-type="1"] font.btn span:nth-child(3),header #slideMenumenu a[data-type="1"] font.btn span:nth-child(3) { top: calc(100% - 1px); width: 60%; right: auto; left: 0; }
header #menuIcon a[data-type="1"] font.btn span,header #slideMenumenu 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,header #slideMenumenu 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),header #slideMenumenu 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),header #slideMenumenu a[data-type="2"] font.btn span:nth-child(2) { opacity: 0; }
header #menuIcon a[data-type="2"] font.btn span:nth-child(3),header #slideMenumenu a[data-type="2"] font.btn span:nth-child(3) { top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
header.headerfixed #menuIcon a font.btn span,header.headerfixed #slideMenumenu a font.btn span { background: #1f1f1f; }
header #menuBox { overflow: hidden; position: fixed; padding: 13vh 3vw 0; width: 16vw; height: 100vh; background: #fff; right: -800px; top: 0; opacity: 0; -webkit-transform: translate(0%,0); transform: translate(0%,0); z-index: 30; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; }
header #menuBox[data-type="2"] { opacity: 1; }
header #menuBox[data-type="2"] .box { -webkit-animation: slideLeftAnimation 0.5s 0.9s ease-in-out both; animation: slideLeftAnimation 0.5s 0.5s ease-in-out both }
@keyframes slideLeftAnimation {
  0% { opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px) }
  100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) }
}
header #menuBox .box >ul { padding: 0 0 2vh 0; }
header #menuBox .box >ul >li { 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 { 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-size: 18px; border-bottom: 1px solid #cccccc; color: #000; }
header #menuBox .box ul li b { position: absolute; right: 0px; padding-left: calc(100% - 30px); 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: var(--info); }
header #menuBox .box ul li b i:before,header #menuBox .box ul li b i:after { width: 15px; height: 1px; background: var(--info); display: block; content: ""; }
header #menuBox .box ul li b i:after { -webkit-transform: translateY(-1px) rotate(90deg); transform: translateY(-1px) rotate(90deg); -webkit-transition: all .2s linear; transition: all .2s linear; }
header #menuBox .box ul li.action b i:after { -webkit-transform: translateY(-1px) rotate(0deg); transform: translateY(-1px) rotate(0deg); }


#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: 5px 0px;display: block;font-size: 18px;color: #676767;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.headerfixed:before { background: var(--info); }
header.open a { color: #fff; }
header #menuBox .box >ul >li {}
header #menuBox .box >ul >li:first-child {border-top: none;}

/* menubg */
#menubg { width: 100vw; height: 100vh; top: 0; left: 0; }
#menubg[data-type="1"] {background: rgba(var(--secondary-rgb), 0);z-index: -998;}
#menubg[data-type="2"] {background: rgb(0 0 0 / 40%);z-index: 998;}

/* 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(255 255 255 / 90%);backdrop-filter: blur(20px);border: 1px solid rgba(255, 255, 255, 0.10);box-shadow: 0 8px 24px rgb(0 0 0 / 10%), inset 0 1px 0 rgba(255, 255, 255, 0.12);background: rgb(255 255 255 / 20%);border-radius: 20px;overflow: hidden;}
#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: var(--white);}
#top_search p{border-radius: 40px;overflow: hidden;}
#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: 20px;}
#top_search p >a svg {width: 20px;height: 25px;}
#top_search .tags{display:flex;flex-wrap:wrap;gap:12px}
#top_search .tag{padding: 4px 11px;border-radius: 36px;cursor:pointer;font-size:15px;border: #e2e2e2 1px solid;color: white;}
#top_search .tag.active{background: hsl(0deg 0% 100% / 60%);color: #333;}
#top_search .fadagan{display: flex;flex-direction: column;align-items: center;}
#top_search .fadagan svg{width: 28px;aspect-ratio: 1/1;fill: #0f0f0f;}
#top_search .tags{display:flex;justify-content: center;flex-wrap: wrap;width: 100%;margin-top: 15px;}

/* topicon */
#topicon { font-size: 25px; color: #fff; text-align: center; z-index: 998; position: fixed; bottom: 0; right: 5px; margin: auto 0 31vh 0; width: 45px; }
#topicon .floating-sidebar { position: fixed; opacity: 0; right: -20px; top: 50%; transform: translateY(-50%); z-index: 1000; display: flex; flex-direction: column; gap: 20px; align-items: flex-end; }
#topicon .floating-sidebar .sidebar-item { width: 90px; height: 90px; display: flex; align-items: center; justify-content: center; text-align: center; color: white; text-decoration: none; transition: all 0.8s cubic-bezier(0.4,0,0.2,1); cursor: pointer; border-radius: 20px; box-shadow: 0 8px 20px rgba(0,0,0,0.06); position: relative; overflow: hidden; will-change: transform,box-shadow; }
/* ÃƒÂ¦Ã…â€™Ã¢â‚¬Â¡ÃƒÂ¥Ã‚Â®Ã…Â¡ÃƒÂ¨Ã¢â‚¬Â°Ã‚Â²ÃƒÂ§Ã‚Â³Ã‚Â»ÃƒÂ¨Ã‹â€ Ã¢â‚¬Â¡ÃƒÂ¦Ã‚Â¼Ã‚Â¸ÃƒÂ¥Ã‚Â±Ã‚Â¤ */
#topicon .floating-sidebar .item-registration { background: linear-gradient(135deg,#aed1cd 0%,#8ebfb9 100%); }
#topicon .floating-sidebar .item-international { background: linear-gradient(135deg,#f0b7a5 0%,#e8a08a 100%); }
#topicon .floating-sidebar .item-consultation { background: linear-gradient(135deg,#97bbdc 0%,#7da9d1 100%); }
/* ÃƒÂ¦Ã‚ÂµÃ‚ÂÃƒÂ¦Ã…Â¡Ã‚Â¢ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¦Ã¢â‚¬Â¡Ã‚Â¸ÃƒÂ¥Ã‚ÂÃ…â€œÃƒÂ¦Ã¢â‚¬Â¢Ã‹â€ ÃƒÂ¦Ã…Â¾Ã…â€œ */
#topicon .floating-sidebar .sidebar-item:hover { transform: translateX(-12px) scale(1.05); box-shadow: 0 12px 30px rgba(0,0,0,0.12); border-color: rgba(255,255,255,0.8); animation: heartbeat 1.5s ease-in-out infinite; }
/* ÃƒÂ¨Ã†â€™Ã…â€™ÃƒÂ¦Ã¢â€žÂ¢Ã‚Â¯ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¦Ã‚ÂµÃ‚Â®ÃƒÂ¦Ã‚Â°Ã‚Â´ÃƒÂ¥Ã‚ÂÃ‚Â° */
#topicon .floating-sidebar .sidebar-item::before { content: '\2665'; position: absolute; bottom: -10px; right: -5px; font-size: 40px; opacity: 0.12; transform: rotate(-20deg); pointer-events: none; transition: opacity 0.3s ease; }
#topicon .floating-sidebar .sidebar-item:hover::before { opacity: 0.25; }
#topicon .floating-sidebar .sidebar-text { font-size: 1.1rem; font-weight: 600; line-height: 1.4; letter-spacing: 2px; z-index: 1; color: var(--white); }
/* ÃƒÂ¥Ã‚Â¿Ã†â€™ÃƒÂ¨Ã‚Â·Ã‚Â³ÃƒÂ¥Ã¢â‚¬Â¹Ã¢â‚¬Â¢ÃƒÂ§Ã¢â‚¬Â¢Ã‚Â«ÃƒÂ¥Ã‚Â®Ã…Â¡ÃƒÂ§Ã‚Â¾Ã‚Â© */
@keyframes heartbeat {
  0% { transform: translateX(-12px) scale(1.05); }
  14% { transform: translateX(-12px) scale(1.1); }
  28% { transform: translateX(-12px) scale(1.05); }
  42% { transform: translateX(-12px) scale(1.1); }
  70% { transform: translateX(-12px) scale(1.05); }
}
body.is-ready #topicon .floating-sidebar { opacity: 1; right: 15px; }
/* ÃƒÂ¦Ã¢â‚¬Â°Ã¢â‚¬Â¹ÃƒÂ¦Ã‚Â©Ã…Â¸ÃƒÂ§Ã¢â‚¬Â°Ã‹â€ ÃƒÂ¥Ã¢â‚¬Å¾Ã‚ÂªÃƒÂ¥Ã…â€™Ã¢â‚¬â€œ */
@media (max-width:640px) {
  #topicon .floating-sidebar .sidebar-item {width: 100%;height: auto;border-radius: 0;padding: 10px 0;background: linear-gradient(138deg, #82bdc3 0%, var(--primary) 50%, #6fa7ad 100%) right;}
    #topicon .floating-sidebar .sidebar-item:hover{animation:unset;transform: unset;}
  #topicon .floating-sidebar .sidebar-text { font-size: 14px; }
}

/* footer */
footer{padding: 60px 0 30px 0;background-color: var(--triadic1);}
footer { padding: 5vw 0; background-image: url(/images/44/footerBg.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; position: relative; z-index: 10; }
footer * { font-weight: 400; font-size: 1rem; letter-spacing: 0.5px; color: var(--white); }
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 .top { border-bottom: 1px solid rgb(255 255 255/20%); padding-bottom: 30px; margin-bottom: 30px; display: grid; grid-template-columns: 260px 1fr 1fr; gap: 40px; align-items: end; }
footer .top p,footer .top p a { font-size: 26px; font-weight: 300; line-height: 130%; }
footer .top p a { display: flex; align-items: flex-end; gap: 10px; }
footer .top p b { display: block; font-family: 'Cormorant Garamond',sans-serif; font-size: 1rem; }
footer .insede { display: grid; grid-template-columns: 74% 21%; width: min(90%,1350px); justify-content: space-between; }
footer .rightbox {border-left: 1px solid rgb(255 255 255/20%);display: flex;padding-left: 40px;flex-direction: column;align-items: flex-start;gap: 40px;padding-top: 12px;}
footer .rightbox .boxx { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
footer .rightbox .boxx a.line { aspect-ratio: 1/1; width: 120px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
footer .rightbox .boxx a.line svg { width: 50px; height: 50px; fill: var(--primary); }
footer .rightbox .boxx p { font-family: "Cormorant",serif; font-weight: 500; }
footer .rightbox .boxx .follow {   }
footer .rightbox .boxx .follow a { margin: 0 8px; }
footer .rightbox .boxx .btn { background: rgb(255 255 255/20%); padding: 12px 30px; border-radius: 50px; display: flex; gap: 10px; align-items: center; justify-content: center; color: var(--white); }
footer .rightbox svg { width: 20px; height: 20px; fill: #fff; }
footer #flogo img { -webkit-filter: contrast(0) brightness(200%); filter: contrast(0) brightness(200%); }
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; color: rgb(255 255 255/40%); }
footer .extra-aJ img { width: 24px; }
footer #f_info ul { margin: 5px 0 20px; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
footer #f_info ul li { display: flex; gap: 0; }
footer #f_info .titt { font-weight: 500 }
footer #f_info svg { width: 22px; height: 22px; }
footer #f_info p { margin: 5px 0; }
footer #f_other #footermeu { display: flex; flex-wrap: wrap; gap: 12px; }
footer #webCopy { display: flex; justify-content: flex-start; gap: 5px; flex-direction: column; }
/* footer_btn */
#footer_btn {right: 2%;bottom: 4%;z-index: 2000;background: var(--primary);display: inline-flex;flex-direction: column;gap: 10px;align-items: center;border-radius: 50%;}
#footer_btn a { width: 70px; border-radius: 50%; line-height: 40px; display: inline-flex; flex-direction: column; align-items: center; padding: 10px 0; justify-content: center; }
#footer_btn a span { color: white; text-align: center; font-size: 12px; font-weight: 300; }
#footer_btn a svg { margin: auto; width: 22px; height: 22px; fill: #fff; }
#footer_btn a.line { background: #12b508; }
#footer_btn a.gotop { background: var(--primary); aspect-ratio: 1/1; padding: 0; width: 45px; }
#footer_btn a.gotop:before { margin: 13px auto 0; width: 20%; height: 20%; border: var(--white) solid; border-width: 2px 0 0 2px; display: block; content: ""; transform: rotate(45deg) translate(-1px,-1px); -webkit-transform: rotate(45deg) translate(-1px,-1px); -webkit-animation: gotop 1s linear infinite; animation: gotop 1s linear infinite; }
@-webkit-keyframes gotop {
  0%,100% { -webkit-transform: rotate(45deg) translate(-1px,-1px); }
  50% { -webkit-transform: rotate(45deg) translate(1px,1px); }
}
@keyframes gotop {
  0%,100% { transform: rotate(45deg) translate(-1px,-1px); }
  50% { transform: rotate(45deg) translate(1px,1px); }
}

/* 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); }


/* 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 {right: 27px;bottom: 20px;z-index: 2000;position: absolute;}
#gotop .goTop{position:absolute;top:0;left:0;height:250px;width:250px;-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:skewX(-33.1deg);transform:skewX(-33.1deg);z-index:-1}
#gotop .goTop::before{content:"";position:absolute;top:-180px;right:190px;width:100%;height:100%;background-color:var(--secondary);-webkit-transition:all 0.4s ease;transition:all 0.4s ease}

@-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); } }

@-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); } }

#community .social { text-align: right; }
#community .social li { display: inline-block; }
#community .social li + li { margin-left: 20px; }
#community .social a { position: relative; display: block; font-size: 20px; text-align: center; border-radius: 50%; line-height: 25px; transition: ease .3s; width: 25px; }
#community .social b { font-size: 12px; transition: all .3s ease-out; display: none; }
#community .social svg { display: block; text-align: center; color: var(--white); width: 18px; height: 18px; fill: #fff; }

@media screen and (max-width: 1640px){
    header .barBox .wrap{padding: 10px 20px;grid-template-columns: 160px 1fr;gap: 30px;}
header.scroll .barBox .wrap{
    padding: 10px 20px;
}
    footer .rightbox{padding-top: 0;}
}
@media screen and (min-width:1441px){
	.workframe { width: min(1440px,90%); }
}
@media screen and (max-width:1440px){
	footer .top { grid-template-columns: 200px 1fr 1fr; }
	header #webmenu li a {padding: 22px 9px;font-size: 1rem;}
	header .sideMenuBox .booking-btn {padding: 10px 15px;font-size: 14px;}
header .sideMenuBox .buttons .langBox a svg{
    width: 20px;
    height: 20px;
}
    header .sideMenuBox{
    gap: 5px;
}
    header .sideMenuBox .buttons{
    gap: 16px;
}
}
@media screen and (max-width:1366px){
    	header #webmenu li a {padding: 22px 9px;font-size: .95rem;}
}
@media screen and (min-width: 1281px){
	.webBox .slick-dots li:hover:before { border-color: var(--primary) }
	.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 .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 nav ul li b,header #menu_lineBox { display: none }
	header #webmenu nav ul li:hover { overflow: visible; }
	header #menuBox .box::-webkit-scrollbar { width: 0 }
	header #webmenu li a {   }
	header.scroll #webmenu li a,header.scroll .sideMenuBox #openform svg {color: var(--black);fill: var(--black);}
	header #webmenu nav ul li:hover a { color: var(--secondary); }
	header .navbox li a:before { content: ""; display: block; border-radius: 10px; position: absolute; top: 4px; background-color: var(--secondary); width: 9px; height: 9px; -webkit-transform: translate(0,-5px) scale(0); transform: translate(0,-5px) scale(0); opacity: 0; left: 0 }
	header .navbox li:hover a:before { -webkit-animation: mainLinkAni 0.8s forwards linear; animation: mainLinkAni 0.8s forwards linear }
	.webBox header #webmenu li .menu_body li a:before { display: none }
	@keyframes mainLinkAni {
	0% { opacity: 0; width: 5px; height: 5px; -webkit-transform: translate(0,-3px) scale(0); transform: translate(0,-3px) scale(0); left: 0 }
	15% { opacity: 1; width: 5px; height: 5px; left: 0; -webkit-transform: translate(0,-3px) scale(1); transform: translate(0,-3px) scale(1) }
	20% { opacity: 1; width: 5px; height: 5px; left: 0; -webkit-transform: translate(0,-3px) scale(1); transform: translate(0,-3px) scale(1) }
	22% { opacity: 1; width: 5px; height: 5px; left: 0; -webkit-transform: translate(0,-3px) scale(1); transform: translate(0,-3px) scale(1) }
	25% { opacity: 1; width: 1px; height: 1px; left: 5px; -webkit-transform: translate(0,0) scale(1); transform: translate(0,0) scale(1) }
	57% { opacity: 1; height: 1px; width: 100% }
	58% { opacity: 1; height: 1px; width: 100%; left: 5px }
	90% { opacity: 1; height: 1px; width: 1px; left: calc(100% + 5px) }
	95% { opacity: 1; height: 5px; width: 5px; left: calc(100% + 5px); -webkit-transform: translate(0,0); transform: translate(0,0) }
	100% { opacity: 1; height: 5px; width: 5px; left: calc(100% + 5px); -webkit-transform: translate(0,3px); transform: translate(0,3px) }
	}
	header #webmenu li .menu_body,header #webmenu li .menu_body .subOption li ul { width: 160px; left: calc(50% - 80px); z-index: 1; opacity: 0; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; }
	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 { background-color: rgb(255 255 255/88%); margin: 0; position: relative; border-bottom: 1px solid rgba(223,216,201,0.5); }
	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: var(--black); }
	header #webmenu li .menu_body .subOption li >div a:hover { background: var(--secondary); color: white; }
	header #webmenu li .menu_body .subOption li >div a { display: block; padding: 9px 10px; font-size: 16px; background-color: rgb(255 255 255/88%); 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 #menuBox { top: 160px; bottom: 0; max-height: 625px; -webkit-transform: translateX(140px); transform: translateX(140px) }
header.scroll #menuBox { opacity: 0; transform: translateX(-100%); pointer-events: none }
footer #extra ul li:hover img { display: block; }
header.scroll #webmenu { border-bottom: 1px #ffffff solid; }
}
@media screen and (max-width: 1280px){
	header { background-color: #fff; padding: 0 }
	header .barBox .wrap:before { background: var(--white); transform: translate(0,0px); -webkit-transform: translate(0,0px); opacity: 1; height: 100%; }
	header .barBox #openform svg { fill: var(--info); }
	header .barBox a font { color: var(--triadic1) }
	header #webmenu .menu_box { display: none; }
	header .barBox .wrap { -webkit-transform: translateY(0px); transform: translateY(0px); padding: 10px 20px; grid-template-columns: 190px 440px; display: grid; justify-content: space-between; align-items: center; }
	header #cis { width: auto }
	header #webmenu { justify-content: flex-end; border-bottom: 0px rgb(60 45 33/15%) solid; }
	header #menuBox { width: 30vw }
	header #menuBox[data-type="2"] { overflow-y: scroll }
	header #menuBox[data-type="2"]::-webkit-scrollbar { width: 0 }
	header.scroll:before { background: var(--white) }
	#topicon a i { font-size: 23px }
	#topicon a:hover { background-color: var(--white) }
	#footer_btn {bottom: 23%;}
	footer .top { grid-template-columns: 50% 40%; gap: 20px; }
	footer #flogo { grid-column: 1/3; width: 150px; }
	footer .top p,footer .top p a { font-size: 21px; }
}
@media screen and (min-width: 1025px) {
	footer * { vertical-align: top; }
}
@media screen and (max-width: 1024px){
	.webBox .wrapper_lines .center_box >div { border-width: 0 0 0 1px }
	#gotop { bottom: 10px; right: 11px }
	#gotop a img { width: 15px }
	#gotop .goTop { height: 280px; width: 250px }
	footer .rightbox .boxx .follow { margin-top: 0 }
	footer .rightbox { grid-template-columns: 1fr; gap: 20px; }
	footer #f_other { margin-top: 10px; }
}
@media screen and (max-width: 960px){
	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:before { width: 100vw; height: 40vh; }
	header .buttons { display: flex; gap: 10px }
	header .barBox .buttons:before { left: 0 }
	header .sideMenuBox .buttons { gap: 10px; }
	header .sideMenuBox .booking-btn,header .social-icon { display: none; }
	header .barBox .wrap { grid-template-columns: 160px 1fr; }
	#topicon { bottom: 0px }
	header #menuBox { padding: 11vh 4vw 8vh; width: 40vw; }
	footer #webCopy { width: 100%; }
	footer #f_info { width: 100%; }
	footer #f_other { width: 100%; margin-top: 24px; }
	footer .insede { grid-template-columns: 1fr; }
	footer .rightbox { border-left: 0; padding: 30px 0 0; }

}
@media screen and (max-width: 768px){
	footer #f_info { margin-bottom: 30px; }
	footer #f_info p { width: 100%; }
}
@media screen and (max-width:640px) {
    body.is-ready #topicon .floating-sidebar{right:0;display: grid;align-items: center;justify-content: center;width: 100%;bottom: 0;top: unset;grid-template-columns: repeat(3, 1fr);gap: 0;transform: unset;}
    #topicon{margin: 0;}
	footer #f_info { grid-template-columns: 1fr }
	footer { padding: 10vw 0 7vw; }
	footer #flogo { grid-column: unset }
	footer .top { grid-template-columns: 1fr; gap: 16px; }
    #footer_btn{right:10%}
}
@media screen and (max-width: 550px){
	header #menuBox { padding: 12vh 7vw 8vh; width: 100vw; }
	#top_search form { padding: 10vw 5vw; width: 80vw }
	#top_search #close_search { padding: 10px 15px; border: 0 }
	header .barBox .wrap { grid-template-columns: 140px 140px; padding: 10px 10px }
	footer .top p,footer .top p a { font-size: 18px; }
	footer .rightbox .boxx { justify-content: space-between; }
	footer .rightbox .boxx a.line svg { width: 35px; height: 35px; }
	footer .rightbox .boxx a.line { width: 90px; }
	#footer_btn a.gotop:before { margin-top: 7px; }
	#footer_btn a { width: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

}
