*, ::after, ::before { margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; transition: all .2s linear; }
*:focus { outline:  none; }

body { overflow-x: hidden; overflow-y: overlay; margin: 0; min-height: 100vh; }
body::-webkit-scrollbar { width: 13px; }
body::-webkit-scrollbar-track { background: none; }
body::-webkit-scrollbar-thumb { border-radius: 8px; border: 4px solid transparent; background-clip: content-box; background-color: var(--g_200); }
body::-webkit-scrollbar-thumb:hover { background-color: var(--g_300); }

header , footer , div , nav , article , hr , p , form , label , input , button , select , textarea , ul , li , img , svg , span , font , strong , b , a , i { text-align: left; vertical-align: middle; word-wrap: break-word; word-break: break-word; line-height: 1.7; border-width: 0; font-family: var(--font-family), sans-serif; font-size: 16px; }

h1, h2, h3, h4, h5, h6 { word-wrap: break-word; word-break: break-word; line-height: 1.7; font-family: var(--font-family), sans-serif; }
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * { font-size: inherit; }
h1, .h1 { font-weight: bold; font-size: 2em; }
h2, .h2 { font-weight: bold; font-size: 1.5em; }
h3, .h3 { font-weight: bold; font-size: 1.17em; }
h4, .h4 { font-weight: bold; font-size: 1em; }
h5, .h5 { font-weight: bold; font-size: .83em; }
h6, .h6 { font-weight: bold; font-size: .67em; }

ul , ol { list-style: none; }

fieldset { border: 0; }
input , select , textarea { padding: .5em 1em; width: 100%; background-color: white; background-clip: padding-box; border: 1px solid var(--g_200); border-radius: .2em; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select { background: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5l-6.5 7L1 5' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") white no-repeat calc(100% - .5em) 50% / auto .5em; }
button { background: none; border: 0; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; }
input::-webkit-outer-spin-button , input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
input[type=number] { -moz-appearance: textfield; }
input[type="password"] { font-family: auto; }
input[type="radio"] , input[type="checkbox"] { width: auto; -webkit-appearance: auto; -moz-appearance: auto; appearance: auto; }

/* img */
img { max-width: 100%; }
.img_cover { object-fit: cover; }
.img_contain { object-fit: contain; }

a, a:link, a:visited, a:hover { display: inline-block; text-decoration: none; }

/* general class set */
.txt_clamp { overflow: hidden; height: 1.5em; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.d_inblock.txt_clamp { display: -webkit-inline-box; }
.atag_item { width: 100%; height: 100%; top: 0; left: 0; }
.glass_slate { padding: 1.5em 1.8em; border-radius: 1.2em; background: linear-gradient(180deg, rgba(18,28,46,.62), rgba(18,28,46,.48)); -webkit-backdrop-filter: blur(12px) saturate(150%); backdrop-filter: blur(12px) saturate(150%); border: 1px solid rgba(255,255,255,.22); box-shadow: 0 .8em 1em rgba(0,0,0,.32); color: #fff; }
.glass_slate:hover { transform: translateY(-3px); border-color: rgba(232,180,92,.75); box-shadow: 0 1em 2.25em rgba(0,0,0,0.35), 0 0 0 3px rgba(232,180,92,.2); }

/* fancybox */
[class^="fancybox-"] , [class^="fancybox-"] * , .slick-track , .fa , .fas , .fa:before , .fas:before , .fa:after , .fas:after , .trans_none_box { -webkit-transition: none; -moz-transition: none; transition: none; }
.fancybox-infobar__body span { font-size: inherit; color: currentcolor; vertical-align: initial; }

/* webBox */
.webBox { position: relative; width: 100vw; min-height: 100vh; }
.webBox .pageh1 { position: absolute; top: 0; z-index: 1; }
.webBox .wrapper { position: relative; background-color: var(--color-bg-main); color: var(--color-text-main); z-index: 2; }

/* slick */
.webBox .slick-dotted.slick-slider { margin-bottom: 0; min-width: 100%; }
.webBox .slick-dotted .slick-track { min-width: 100%; }
.webBox .slick-dotted .slick-dots { bottom: 20px; }
.webBox .slick-dotted .slick-dots li { width: auto; height: auto; display: inline-flex; justify-content: center; align-items: center; }
.webBox .slick-dotted .slick-dots li button { width: 1em; height: 1em; background: var(--g_200); outline: 2px transparent solid; border-radius: 50%; }
.webBox .slick-dotted .slick-dots li.slick-active button { background: transparent; outline-color: var(--primary); }
.webBox .slick-dotted .slick-dots li button:before { content: ""; }

/* workframe */
.workframe { margin: 0 auto; width: min(90vw, var(--width-xxl)); }
.workframe_s { margin: 0 auto; width: min(90vw, var(--width-xl)); }

/* header */
header { position: sticky; padding: .5em 5vw; width: 100vw; background: var(--color-gradient); display: flex; justify-content: space-between; align-items: center; box-shadow: 0 0 15px rgba(0,0,0,.3); top: 0; left: 0; z-index: 999; }
header #cis { max-width: 150px; }
header #webmenu nav a { margin: 0 .5em; padding: .2em .5em; display: block; font-size: 17px; color: #fff; }
header #topbtns { display: flex; justify-content: flex-end; align-items: center; gap: .3em 1em; }
header #topbtns .btn { padding: .5em .2em; cursor: pointer; }
header #topbtns .btn svg { width: 22px; height: 25px; fill:var(--color-primary-light); }

/* hSearch */
#hSearch { position: fixed; margin-top: 1.5em; padding: 0 1em; width: 240px; background-color: var(--color-text-main); box-shadow: 0 0 0.875rem 0 rgb(53 64 82 / 30%); display: flex; align-items: center; border-radius: 2em; right: -300px; opacity: 0; z-index: -1; }
#hSearch[data-type="2"] { right: 5vw; opacity: 1; z-index: 10; }
#hSearch input { margin-right: .5em; padding: .3em 0; background-color: var(--color-text-main); border: 0; }
#hSearch a { line-height: 1; }
#hSearch font { line-height: 1; }
#hSearch svg { width: 18px; height: 18px; fill: var(--color-bg-section); }

/* footer */
footer { padding: 3vmax 0 7em; background: var(--color-gradient); }
footer a { color: var(--color-text-sub); }
footer .business_info { display: grid; grid-template-columns: 180px 30% 1fr; align-items: start; gap: 2em 5%; }
footer .footer_widget h4 { margin-bottom: 1em; grid-column: 1/3; }
footer #f_nav { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: .5em; }
footer #f_logo { margin-bottom: 1.5em; max-width: 120px; }
footer #f_info .item_row { margin-bottom: .8em; display: flex; align-items: center; gap: 1em; }
footer #f_info .item_row .img { width: 50px; }
footer #f_info .item_row .info { width: 1%; flex: 1 1 auto; }
footer #f_info .item_row .info h5 { font-size: .95em; }
footer #f_info .item_row .info p { font-size: .9em; color: var(--color-primary); }
footer #f_other { margin-top: 1em; padding: 1em; border-top: 1px solid var(--color-border); display: flex; justify-content: center; align-items: center; gap: .5em; }
footer #f_other a { border-bottom: 1px solid #ffc221; color: #ffc221; }

/* webSeo */
#webSeo { overflow: hidden; width: 100vw; margin-top: 2em; white-space: nowrap; box-sizing: border-box; }
#webSeo .seo { padding-left: 100%; font-weight: 100; line-height: 1; font-size: 13px; color: var(--g_400); -webkit-animation: marquee 100s linear infinite; animation: marquee 100s linear infinite; }

/* gotop */
#gotop { position: fixed; padding: 0; width: 45px; aspect-ratio: 1/1; display: flex; justify-content: center; align-items: center; border-radius: 50%; right: 1vw; bottom: 5vh; opacity: 0; z-index: 9999; }
#gotop[data-type="1"] { opacity: 1; }
#gotop svg { width: 50%; aspect-ratio: 1/1; fill: currentColor; }

/* fixed_cta */
#fixed_cta { position: fixed; padding: 1em 2%; width: 100%; border: 0; border-radius: 0; box-shadow: none; display: flex; align-items: center; justify-content: center; gap: 16px; left: 0; bottom: 0; z-index: 1000; transform: translateY(0); }
#fixed_cta .cta_text { font-weight: 600; font-size: 1rem; color: var(--color-primary); text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
#fixed_cta .cta_btn { padding: 10px 22px; background: var(--color-primary-light); border-radius: 50px; box-shadow: 0 3px 10px rgba(232, 180, 92, 0.4); font-weight: 700; color: var(--color-bg-main); text-decoration: none; transition: all 0.3s ease; }
#fixed_cta .cta_btn:hover { background: var(--color-primary); transform: translateY(-2px); box-shadow: 0 5px 15px rgba(232, 180, 92, 0.6); }

/* animation */
@-webkit-keyframes marquee { 0% { -webkit-transform: translate(0, 0); } 100% { -webkit-transform: translate(-100%, 0); } }
@keyframes marquee { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } }

@media screen and (max-width: 1280px) {
	header #webmenu nav a { padding: .2em 0; }
	footer .workframe { width: 95vw; }
}
@media screen and (min-width: 1161px) {
	header #webmenu { margin: 0 2%; width: 1%; flex: 1 1 auto; }
	header #webmenu nav >ul { display: flex; justify-content: center; align-items: center; }
	header #webmenu nav ul li { position: relative; }
	header #webmenu nav ul li b { display: none; }
	header #webmenu li .menu_body * { color: var(--color-text-sub); }
	header #webmenu li .menu_body , header #webmenu li .subOption ul { position: absolute; width: 160px; right: calc((100% - 160px) / 2); z-index: -1; opacity: 0; pointer-events: none; }
	header #webmenu li .menu_body { -webkit-transform: translateY(30px); transform: translateY(30px); }
	header #webmenu li .menu_body ul { background: var(--color-gradient); box-shadow: 0 0 2em .4em rgb(149 149 149 / 12%); }
	header #webmenu li .subOption li { overflow: hidden; }
	header #webmenu li .subOption li>div a { margin: 0; padding: .4em .6em; display: block; border-bottom: 1px solid var(--color-border); }
	header #webmenu li .subOption .sub2Option , header #webmenu li .subOption .sub3Option { top: 0; right: -160px; -webkit-transform: translateX(-30px); transform: translateX(-30px); }
	header #webmenu li .subOption .sub4Option { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	header #webmenu nav>ul>li:hover , header #webmenu li .subOption li:hover { overflow: visible; }
	header #webmenu nav>ul>li:hover .menu_body { -webkit-transform: translateY(0); transform: translateY(0); }
	header #webmenu li .subOption li:hover .sub2Option , header #webmenu li .subOption li:hover .sub3Option { -webkit-transform: translateX(0); transform: translateX(0); }
	header #webmenu li .subOption li:hover .sub4Option { -webkit-transform: translateY(0); transform: translateY(0); }
	header #webmenu nav>ul>li:hover .menu_body , header #webmenu li .subOption li:hover>ul { z-index: 2; opacity: 1; pointer-events: auto; }
	header #webmenu li:last-child .subOption .sub2Option , header #webmenu li:last-child .subOption .sub3Option { right: auto; left: -170px; }
	header #topbtns { min-width: 200px; }
	header #menu_btn { display: none; }
	header.scroll { box-shadow: 0 0 20px rgb(0 0 0 / 30%); }
}
@media screen and (max-width: 1160px) {
	header #cis { margin-right: 5%; width: 1%; flex: 1 1 auto; }
	header #webmenu { overflow-y: scroll; position: fixed; padding: 120px 10vw 10vh; width: 100vw; height: 100vh; background: var(--color-gradient); top: 0; left: 0; opacity: 0; z-index: 998; pointer-events: none; }
	header #webmenu::-webkit-scrollbar { width: 0; }
	header #webmenu nav { opacity: 0; -webkit-transform: translateY(-50px); transform: translateY(-50px); }
	header #webmenu nav a { margin: 0; padding: 10px 50px 8px 10px; border-bottom: 1px solid var(--color-border); }
	header #webmenu nav p , header #webmenu nav ul li .bo { position: relative; }
	header #webmenu nav b { position: absolute; width: 50px; height: 100%; display: flex; justify-content: center; align-items: center; top: 0; right: 0; }
	header #webmenu nav >ul { flex-direction: column; }
	header #webmenu li .menu_body , header #webmenu li .subOption ul { display: none; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
	header #webmenu li .menu_body ul { margin: 0 0 0 .5em; }
	header #webmenu nav .menu_body .subOption a { font-size: 16px; color: var(--color-text-sub); }
	header #webmenu[data-type="2"] { opacity: 1; pointer-events: auto; }
	header #webmenu[data-type="2"] nav { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: .2s; transition-delay: .2s; }
	header #menu_btn { margin-left: 10px; width: 25px; height: 25px; display: flex; flex-direction: column; justify-content: space-evenly; align-items: flex-end; transition: transform .35s ease, height .35s ease; z-index: 999; }
	header #menu_btn span { margin-bottom: 5px; width: 95%; height: 2px; background-color: #fff; display: block; transition: all .35s ease; }
	header #menu_btn span:last-child { margin-bottom: 0; }
	header #menu_btn[data-type="2"] span:nth-child(1) { -webkit-transform: translate(0, 10px) rotate(45deg); transform: translate(0, 10px) rotate(45deg); }
	header #menu_btn[data-type="2"] span:nth-child(2) { width: 0; }
	header #menu_btn[data-type="2"] span:nth-child(3) { -webkit-transform: translate(0, -9px) rotate(-45deg); transform: translate(0, -9px) rotate(-45deg); }
}
@media screen and (max-width: 768px) {
	footer .business_info { grid-template-columns: 1fr; }
	footer #f_nav { grid-column: 1/3; }
	footer #f_nav a { margin-left: 0; }
}
@media (max-width: 600px) {
	footer { padding-bottom: 4em; }
	#fixed_cta { background: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
	#fixed_cta .cta_text { display: none; }
}
@media screen and (max-width: 550px) {
	footer #f_info { grid-template-columns: repeat(2, 1fr); }
	footer #f_nav { grid-column: inherit; }
}