@import url('/css/fontawesome-all.css');
@import url('/css/font-awesome.min.css');
@import url('/css/fontawesome.min.css');
@import url('/css/all.min.css');
@import url('/css/SeoJump.css');
@import url('/css/contentBuilder.css');
@import url('root.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alan+Sans:wght@300..900&family=Arimo:ital,wght@0,400..700;1,400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');

*, ::after, ::before { margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; transition: all .2s linear; }
*:focus { outline:  none; }

body {overflow-x: hidden;margin: 0;}
body::-webkit-scrollbar { width: 13px; }
body::-webkit-scrollbar-track { background: none; }
body::-webkit-scrollbar-thumb { border-radius: 8px; border: 4px solid transparent; background-clip: content-box; background-color: var(--g_200); }
body::-webkit-scrollbar-thumb:hover { background-color: var(--g_300); }

header , footer , div , nav , article , hr , p , form , label , input , button , select , textarea , ul , li , img , svg , span , font , strong , b , a , i { text-align: left; vertical-align: middle; word-wrap: break-word; word-break: break-word; line-height: 1.7; border-width: 0; font-family: var(--font-family), sans-serif; font-size: 16px; color: var(--info); }

h1, h2, h3, h4, h5, h6 { word-wrap: break-word; word-break: break-word; line-height: 1.7; font-family: var(--font-family), sans-serif; color: var(--info); }
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * { font-size: inherit; }
h1, .h1 { font-weight: bold; font-size: 2em; }
h2, .h2 { font-weight: bold; font-size: 1.5em; }
h3, .h3 { font-weight: bold; font-size: 1.17em; }
h4, .h4 { font-weight: bold; font-size: 1em; }
h5, .h5 { font-weight: bold; font-size: .83em; }
h6, .h6 { font-weight: bold; font-size: .67em; }

ul , ol { list-style: none; }

fieldset { border: 0; }
input , select , textarea {padding: .5em 1em;width: 100%;background-color: white;background-clip: padding-box;border: 1px solid var(--g_200);border-radius: 0;box-shadow: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
select { background: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5l-6.5 7L1 5' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") white no-repeat calc(100% - .5em) 50% / auto .5em; }
button { background: none; border: 0; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; }
input::-webkit-outer-spin-button , input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
input[type=number] { -moz-appearance: textfield; }
input[type="password"] { font-family: auto; }
input[type="radio"] , input[type="checkbox"] { width: auto; -webkit-appearance: auto; -moz-appearance: auto; appearance: auto; }

/* img */
img { max-width: 100%; }
.img_cover { object-fit: cover; }
.img_contain { object-fit: contain; }

a , a:link , a:visited , a:hover { display: inline-block; text-decoration: none; white-space: pre-wrap; }

/* general class set */
.txt_clamp { overflow: hidden; height: 1.5em; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.d_inblock.txt_clamp { display: -webkit-inline-box; }
.atag_item { width: 100%; height: 100%; top: 0; left: 0; }

/* fancybox */
[class^="fancybox-"] , [class^="fancybox-"] * , .slick-track , .fa , .fas , .fa:before , .fas:before , .fa:after , .fas:after , .trans_none_box { -webkit-transition: none; -moz-transition: none; transition: none; }
.fancybox-infobar__body span { font-size: inherit; color: currentcolor; vertical-align: initial; }

/* webBox */
.webBox {position: relative;width: 100%;overflow: hidden;}
.webBox .wrapper { position: relative; background: white; z-index: 2; }

/* 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: .7em;height: .7em;background: white;outline: 1px #fff solid;border-radius: 50%;padding: 4px;}
.webBox .slick-dotted .slick-dots li.slick-active button {background: transparent;outline-color: #ffffff;}
.webBox .slick-dotted .slick-dots li button:before { content: ""; }

/* workframe */
.workframe {margin: 0 auto;width: min(90%, var(--width-xxl));}
.workframe_s {margin: 0 auto;width: min(90vw, var(--width-xl));}

/* header */
header {position: fixed;padding: 27px 2vw 27px 1.5vw;width: 100%;background: white;display: flex;justify-content: space-between;align-items: center;top: 0;left: 0;z-index: 999;}
header #cis{position:relative;z-index: 100;}
header #cis[data-type="2"]{-webkit-filter: contrast(0) brightness(150%);filter: contrast(0) brightness(200%);}
header #cis img{height: 30px;}
header #webmenu nav ul li{display:flex;align-items: center;position: relative;}
header #webmenu nav ul li svg{width: 17px;height: 17px;fill: var(--g_800);margin-right: 4px;}
header #webmenu nav ul li:hover svg{fill:#99895c}
header #webmenu nav ul li:last-child:before, header #webmenu nav ul li:nth-child(7):before, header #webmenu nav ul li:nth-child(8):before{content:'';width: 1px;position: absolute;height: 17px;left: 0;background: #d7d7d7;}
header #webmenu nav a {margin: 0 .5em;padding: .2em .6em;font-size: 17px;display: flex;align-items: center;justify-content: center;position: relative;}
header #webmenu nav li:nth-child(8):hover a, header #webmenu nav li:nth-child(7):hover a, header #webmenu nav li:last-child:hover a{color: #99895c;}
header #webmenu nav li a:after{content:'';position: absolute;bottom: 0;width: 0;height: 1px;background: var(--secondary);}
header #webmenu nav li:hover a:after{width:70%;}
header #webmenu nav li:nth-child(8) a:after, header #webmenu nav li:nth-child(7) a:after, header #webmenu nav li:last-child a:after{background:#99895c}
header #topbtns {display: flex;justify-content: flex-end;align-items: center;gap: .3em 1.3em;}
header #topbtns .btn {padding: 0;cursor: pointer;display: inline-flex;align-items: center;}
header #topbtns .btn#openform svg, header #topbtns .btn#openmember svg {width: 20px;height: 20px;}
header #topbtns .btn svg {width: 22px;height: 22px;fill: var(--g_800);}
header #topbtns .dropdown { position: relative; }
header #topbtns .dropdown .dropdown_menu { position: absolute; width: 7em; display: flex; flex-direction: column; background: #fff; box-shadow: 0 0 10px #ccc; left: 50%; -webkit-transform: translate(-50%, -.5em); transform: translate(-50%, -.5em); opacity: 0; z-index: -1; pointer-events: none; }
header #topbtns .dropdown .dropdown_menu[data-type="1"] { -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); opacity: 1; z-index: 999; pointer-events: auto; }
header #topbtns .dropdown .member_list a { padding: .5em; border-bottom: 1px var(--g_200) solid; display: block; text-align: center; }
header #topbtns .dropdown .order_list { padding: 1em; width: 300px; right: 0; left: auto; -webkit-transform: translate(0, -.5em); transform: translate(0, -.5em); }
header #topbtns .dropdown .order_list[data-type="1"] { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
header #topbtns .dropdown .order_list tr >* { padding: .3em 0; border-bottom: 1px var(--g_200) dashed; text-align: center; font-size: 13px; }
header #topbtns .dropdown .order_list tr a { font-size: 1em; }
header #topbtns .dropdown .order_list tr .name { width: 6em; }
header #topbtns .dropdown .order_list tr .name a { margin-bottom: .1em; padding: 0 .5em; height: 1em; display: -webkit-box; line-height: 1; }
header #topbtns .dropdown .order_list tr .image { width: 30px; }
header #topbtns .dropdown .order_list tr .image img { width: 100%; aspect-ratio: 1/1; }
header #topbtns .dropdown .order_list tr .shape , header #topbtns .dropdown .order_list tr .total { width: 5em; }
header #topbtns .dropdown .order_list .btn {margin-top: 1em;padding: .3em .2em;background: var(--primary);display: block;text-align: center;color: white;border-radius: 0;}
header #topbtns .dropdown .order_list .order_empty { height: 4em; display: flex; justify-content: center; align-items: center; font-size: 13px; color: var(--g_500); }
header #topbtns #openshop {position: relative;}
header #topbtns #openshop b {font-weight: 400;font-size: 14px;line-height: 1;color: #979797;margin-left: 2px;}
header #topbtns #openshop font { display: inline-flex; color: var(--g_800); }
header #topbtns #openshop font:before { margin: 0 10px 0 13px; display: inline-block; color: var(--g_800); content: "/"; }
header #submenu_btn {margin-right: 40px;width: 23px;height: 16px;display: flex;flex-direction: column;justify-content: space-evenly;align-items: flex-end;transition: transform .35s ease, height .35s ease;z-index: 999;}
header #submenu_btn span {margin-bottom: 5px;width: 95%;height: 2px;background-color: var(--secondary);display: block;transition: all .35s ease;}
header #submenu_btn span:last-child { margin-bottom: 0; }
header #submenu_btn[data-type="2"] span:nth-child(1) {-webkit-transform: translate(0, 10px) rotate(45deg);transform: translate(0, 8px) rotate(45deg);background: white;}
header #submenu_btn[data-type="2"] span:nth-child(2) { opacity: 0; }
header #submenu_btn[data-type="2"] span:nth-child(3) {-webkit-transform: translate(0, -8px) rotate(-45deg);transform: translate(0, -6px) rotate(-45deg);background: white;}
header #subwebmenu {overflow-y: scroll;position: fixed;padding: 108px 1.5vw 5vh;width: 18vw;height: 100vh;background: var(--secondary);top: 0;left: 0;opacity: 0;z-index: 2;pointer-events: none;display: flex;flex-direction: column;justify-content: space-between;}
header #subwebmenu span{width:33px;display: block;height: 4px;background: #575757;margin: 20px 0;}
header #subwebmenu::-webkit-scrollbar { width: 0; }
header #subwebmenu nav {opacity: 0;-webkit-transform: translateX(-50px);transform: translateX(-50px);}
header #subwebmenu nav .mo{display:none;}
header #subwebmenu nav a {margin: 0;padding: 10px 0;color: white;position: relative;}
header #subwebmenu nav a:after{content:'';position: absolute;width: 0;height: 1px;left: 0;bottom: 5px;background: white;}
header #subwebmenu nav a:hover:after{width:100%;}
header #subwebmenu[data-type="2"] { opacity: 1; pointer-events: auto; }
header #subwebmenu[data-type="2"] nav {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);-webkit-transition-delay: .2s;transition-delay: .2s;}
header #subwebmenu .follow{display:flex;align-items: center;gap: 10px;}
header #subwebmenu .follow svg{width: 18px;height: 18px;fill:white}
header #subwebmenu .follow a{width:45px;aspect-ratio: 1/1;border-radius: 50px;display: flex;align-items: center;justify-content: center;}
header #subwebmenu .follow a:hover{background:var(--primary)}

/* hSearch */
#hSearch {position: fixed;margin-top: 1.5em;padding: 10px;width: 240px;background-color: white;box-shadow: 0 0 0.875rem 0 rgb(53 64 82 / 15%);display: flex;align-items: center;right: -300px;opacity: 0;z-index: -1;}
#hSearch[data-type="2"] { right: 5vw; opacity: 1; z-index: 10; }
#hSearch input {padding: .3em 8px;background-color: #f1f1f1;border: 0;font-size: 14px;}
#hSearch a { line-height: 1; }
#hSearch font {line-height: 1;background: var(--secondary);padding: 6.5px 10px;}
#hSearch svg {width: 13px;height: 16px;fill: white;}

/* footer */
footer {padding: 4vw 0;background: var(--secondary);}
footer * {color: white;font-size: 15px;}
footer .workframe{display:grid;grid-template-columns: repeat(3, 1fr);gap: 85px;align-items: end;}
footer .top_box {margin-bottom: 1.5em;display: flex;align-items: center;justify-content: space-between;}
footer #f_logo img{height: 35px;-webkit-filter: contrast(0) brightness(150%);filter: contrast(0) brightness(200%);}
footer #community_box { margin-left: 5%; width: 1%; display: flex; justify-content: flex-end; flex: auto 1; }
footer #community_box a {position: relative;margin: 0 0 .5em .8em;width: 2.3em;aspect-ratio: 1/1;display: flex;justify-content: center;align-items: center;border-radius: 50%;}
footer #community_box a svg {position: relative;width: 18px;height: 18px;fill: #6b6b6b;}
footer #f_info p {display: flex;flex-wrap: wrap;margin-bottom: 5px;}
footer #f_info p >* { display: inline-block; }
footer #f_nav {display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: .5em;border-top: 1px solid #5c5c5c;padding-top: 25px;}
footer #f_nav a{position:relative;}
footer #f_nav a:after{content:'';position: absolute;width: 0;height: 1px;background: white;bottom: 0;left: 0;}
footer #f_nav a:hover:after{width:100%}
footer #f_nav.two{grid-template-columns: repeat(2, 1fr);}
footer #f_other {margin-top: 1em;display: flex;align-items: center;justify-content: flex-start;gap: 5px;flex-wrap: wrap;}
footer #f_other * {font-weight: 300;font-size: 13px;color: #6a6a6a;}

/* subscription_area */
#subscription_area >div{padding:6vw 0}
#subscription_area .closesub{background:#ececec;display: block;cursor: pointer;}
#subscription_area .workframe {width:min(90%, 1100px)}
#subscription_area .closesub .titt{font-size:50px;display: flex;align-items: center;gap: 40px;font-weight: 900;}
#subscription_area .closesub .pageh1{font-size:30px;margin-left: 68px;font-weight: 500;}
#subscription_area svg{width:27px;height:27px;}
#subscription_area font{padding: 15px 45px;background: var(--secondary);font-size: 15px;color: white;bottom: 0;right: 30px;cursor: pointer;}
#subscription_area font:hover{background:var(--primary)}
#opensub{background: #303030;width: 0;position: absolute;height: 100%;z-index: 3;top: 0;right: 0;display: flex;align-items: center;justify-content: center;}
#opensub.open{width:100%;}
#opensub .workframe #form2 {display: grid;align-items: center;gap: 20px;grid-template-columns: 30px 1fr 150px;}
#opensub input{background:none;border: 0;border-bottom: 1px solid #eee;border-radius: 0;padding: 1.1em .5em;font-size: 14px;color: #eee;}
#opensub input::placeholder{color:#eee;}
#opensub svg{fill:#eeeeee}
#opensub font{background:#eee;color: var(--secondary);}
#opensub font:hover{background:var(--primary);color:white}

/* 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 */
#gobox {position: fixed;display: flex;right: 1vw;z-index: 9999;bottom: 10%;flex-direction: column-reverse;align-items: center;gap: 15px;}
#gobox a{width:75px;display: flex;aspect-ratio: 1/1;border-radius: 50px;background: #232324;align-items: center;justify-content: center;}
#gobox a svg{width: 23px;height: 23px;fill: white;}
#gobox a[data-type="1"] {background: var(--primary);}

/* 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: 1680px) {
    header #subwebmenu{width: 23vw;}
}
@media screen and (max-width: 1440px) {
    header #webmenu nav a{padding: .2em .25em;}
}
@media screen and (max-width: 1280px) {
    header #webmenu nav li:hover a:after{width:100%;}
	header #webmenu nav a { padding: .2em 0; }
	footer .workframe {width: 90%;}
}
@media screen and (min-width: 1161px) {
	header #webmenu {margin: 0 0 0 2%;width: 1%;flex: 1 1 auto;}
	header #webmenu nav >ul {display: flex;justify-content: flex-end;align-items: center;}
	header #webmenu nav ul li { position: relative; }
	header #webmenu nav ul li b { display: none; }
	header #webmenu li .menu_body * { color: var(--g_700); }
	header #webmenu li .menu_body , header #webmenu li .subOption ul { position: absolute; width: 160px; right: calc((100% - 160px) / 2); z-index: -1; opacity: 0; pointer-events: none; }
	header #webmenu li .menu_body { -webkit-transform: translateY(30px); transform: translateY(30px); }
	header #webmenu li .menu_body ul { background: white; box-shadow: 0 0 2em .4em rgb(149 149 149 / 12%); }
	header #webmenu li .subOption li { overflow: hidden; }
	header #webmenu li .subOption li>div a { margin: 0; padding: .4em .6em; display: block; border-bottom: 1px rgba(0, 0, 0, .1) solid; }
	header #webmenu li .subOption .sub2Option , header #webmenu li .subOption .sub3Option { top: 0; right: -160px; -webkit-transform: translateX(-30px); transform: translateX(-30px); }
	header #webmenu li .subOption .sub4Option { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	header #webmenu nav>ul>li:hover , header #webmenu li .subOption li:hover { overflow: visible; }
	header #webmenu nav>ul>li:hover .menu_body { -webkit-transform: translateY(0); transform: translateY(0); }
	header #webmenu li .subOption li:hover .sub2Option , header #webmenu li .subOption li:hover .sub3Option { -webkit-transform: translateX(0); transform: translateX(0); }
	header #webmenu li .subOption li:hover .sub4Option { -webkit-transform: translateY(0); transform: translateY(0); }
	header #webmenu nav>ul>li:hover .menu_body , header #webmenu li .subOption li:hover>ul { z-index: 2; opacity: 1; pointer-events: auto; }
	header #webmenu li:last-child .subOption .sub2Option , header #webmenu li:last-child .subOption .sub3Option { right: auto; left: -170px; }
	header #topbtns {min-width: 130px;}
	header #menu_btn { display: none; }
	header.scroll {box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.05098);}
	header #topbtns .dropdown .member_list a:hover { background: var(--primary); border-color: var(--primary); color: white; }
	header #topbtns .dropdown:hover .dropdown_menu[data-type="0"] { -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); opacity: 1; z-index: 999; pointer-events: auto; }
	header #topbtns .dropdown:hover .order_list[data-type="0"] { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
	#gobox a:hover { background: var(--primary); }
    header #topbtns .btn.mo{display:none;}
}
@media screen and (max-width: 1160px) {
    footer #f_nav{gap: 30px;display:flex;}
    footer .workframe{gap: 25px;grid-template-columns: 1fr;}
    footer{padding: 7vw 0;}
    header #topbtns .btn.mo svg{width: 23px;height: 23px;}
    header #subwebmenu nav a{padding:5px 0}
    header #subwebmenu nav .mo{display:block;;}
    header #subwebmenu{width: 35vw;padding: 88px 1.5vw 2.5vh;}
	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: white;top: 0;left: 0;opacity: 0;z-index: 998;pointer-events: none;display: 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 rgba(0, 0, 0, .1) solid; }
	header #webmenu nav p , header #webmenu nav ul li .bo { position: relative; }
	header #webmenu nav b { position: absolute; width: 50px; height: 100%; display: flex; justify-content: center; align-items: center; top: 0; right: 0; }
	header #webmenu nav >ul { flex-direction: column; }
	header #webmenu li .menu_body , header #webmenu li .subOption ul { display: none; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
	header #webmenu li .menu_body ul { margin: 0 0 0 .5em; }
	header #webmenu nav .menu_body .subOption a { font-size: 16px; color: #6c6c6c; }
	header #webmenu[data-type="2"] { opacity: 1; pointer-events: auto; }
	header #webmenu[data-type="2"] nav { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: .2s; transition-delay: .2s; }
	header #menu_btn {margin-left: 10px;width: 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;display: none;}
	header #menu_btn span { margin-bottom: 5px; width: 95%; height: 2px; background-color: #6b7478; display: block; transition: all .35s ease; }
	header #menu_btn span:nth-child(2) { width: 60%; background-color: var(--primary); }
	header #menu_btn span:last-child { margin-bottom: 0; }
	header #menu_btn[data-type="2"] span:nth-child(1) { -webkit-transform: translate(0, 10px) rotate(45deg); transform: translate(0, 10px) rotate(45deg); }
	header #menu_btn[data-type="2"] span:nth-child(2) { opacity: 0; }
	header #menu_btn[data-type="2"] span:nth-child(3) { -webkit-transform: translate(0, -8px) rotate(-45deg); transform: translate(0, -8px) rotate(-45deg); }
}
@media screen and (max-width: 768px) {
    #subscription_area .closesub font{position:relative;margin-top: 20px;margin-left: 100px;}
    header #subwebmenu{width: 45vw;padding: 88px 4vw 2.5vh;}
	footer #f_nav {margin: 1rem 0 0;width: 100%;}
	footer #f_nav a { margin-left: 0; }
}
@media screen and (max-width: 550px) {
    #subscription_area .closesub font{margin-left:0} 
    #gobox a{width: 55px;}
    #gobox{right:15px;}
    footer #community_box a{margin:0}
    footer #community_box{width:auto;margin: 0;}
    footer .top_box{display:flex;flex-direction: column;align-items: center;gap: 20px;}
    footer #f_nav{display:grid;gap: 5px 0;}
    footer{padding: 10vw 0;}
    #opensub.open{right:0}
    #opensub{right:-50%}
    #subscription_area .closesub .pageh1{text-align: center;font-size: 20px;margin: 10px 0 20px;}
    #subscription_area >div{padding:10vw 0}
    #subscription_area .closesub .titt{flex-direction: column;align-items: center;font-size: 30px;text-align: center;gap: 10px;}
    header #subwebmenu{width:100vw}
    header #cis img{height: 26px;}
    header{padding: 20px 2vw;}
    header #topbtns{gap: .3em .5em;}
    header #submenu_btn{margin-right: 15px;}
	header #topbtns #openshop font { display: none; }
	header #topbtns .dropdown .order_list { position: fixed; }
	footer #f_info { grid-template-columns: repeat(2, 1fr); }
    #subscription_area font{margin:0;right: 0;}
    #subscription_area .workframe, #subscription_area .workframe #form2{display:flex;flex-direction: column;align-items: center;}
}