@charset "UTF-8";:root{--white:#fff;--black:#000;--main:#3eb5d9;--main-dark:#005f84}*{box-sizing:border-box}html{scroll-behavior:smooth;font-family:PingFang TC,Microsoft JhengHei,微軟正黑體,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;letter-spacing:.026em;font-size:14px}body{margin:0;color:var(--black);background:var(--white);overflow-x:hidden}img{border:0}footer,header,section{display:block}ul{margin:0;padding:0;list-style:none}a{outline:0;color:var(--white);text-decoration:none;background-color:transparent}h2{margin:65px 0 40px;color:var(--main-dark);font-size:36px;font-weight:900;font-family:Roboto,PingFang TC,Microsoft JhengHei,微軟正黑體,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;text-align:center;text-transform:uppercase;letter-spacing:.05em}.bg-dark{background:var(--main-dark)}.bg-main{background:var(--main)}h1{display:none}.topbar{position:sticky;top:0;left:0;right:0;z-index:10;display:flex;height:70px;color:#828282;background:var(--white);box-shadow:0 1px 0 rgba(0,0,0,.25)}@media (min-width:1280px){.topbar:not([data-active=""]):before{content:"";position:absolute;top:100%;left:0;right:0;height:185px;background:#f8f5f5;box-shadow:0 1px 0 rgba(0,0,0,.25)}.topbar:not([data-active=""]) li ul{display:block}}.nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;width:100%;padding:0 6%}@media (min-width:1280px){.nav{width:90%;max-width:1440px;margin:0 auto;padding:0}}.nav a{color:#828282}.nav__logo{width:145px;height:45px;background:url(/logo.54dbaa5b.png) 50% no-repeat;background-size:auto 45px}@media (min-width:1280px){.nav__logo{margin-right:auto}}.nav__button{width:40px;height:40px;margin:0 -10px 0 0;border:0;padding:0;background:url(/menu.aad03530.png) 50% no-repeat;background-size:30px;transition:transform .3s}@media (min-width:1280px){.nav__button{background-image:url(/arrow.ccb5529b.png);background-size:10px;order:2}.topbar:not([data-active=""]) .nav__button{transform:rotateX(180deg)}}.nav__list{position:absolute;top:100%;left:0;right:0;z-index:1;display:none;max-height:calc(100vh - 70px);background:#f8f5f5;overflow-y:auto;box-shadow:0 1px 0 rgba(0,0,0,.25)}.topbar[data-active*="-"] .nav__list{display:block}@media (min-width:1280px){.nav__list,.topbar[data-active*="-"] .nav__list{display:flex}.nav__list{position:static;flex-grow:1;justify-content:flex-end;width:auto;background:transparent;box-shadow:none;overflow:visible}.nav__list>li{position:relative;margin:0 18px}}.nav__link{display:flex;align-items:center;padding:0 6%}@media (min-width:1280px){.nav__link{padding:0 15px}}.nav__link--main{height:70px}@media (min-width:1280px){.nav__link--main{padding:0 15px}}span.nav__link--main:after{content:"";width:11px;height:10px;margin:0 0 0 8px;background:url(/arrow.ccb5529b.png) 50% no-repeat;background-size:contain;transition:transform .3s}@media (min-width:1280px){span.nav__link--main:after{display:none}}.nav__link--main+ul{display:none}@media (min-width:1280px){.nav__link--main+ul{position:absolute;top:calc(100% + 20px);left:15px;right:15px}}.nav__link--sub{display:block;height:56px;line-height:56px;color:var(--black);text-indent:24px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.1)}@media (min-width:1280px){.nav__link--sub{width:100px;height:36px;padding:0;line-height:36px;text-indent:0;white-space:nowrap}li:last-child .nav__link--sub{box-shadow:none}}.topbar[data-active*="1"] li:first-child .nav__link--main:after,.topbar[data-active*="2"] li:nth-child(2) .nav__link--main:after,.topbar[data-active*="3"] li:nth-child(3) .nav__link--main:after,.topbar[data-active*="4"] li:nth-child(4) .nav__link--main:after{transform:rotateX(180deg)}.topbar[data-active*="1"] li:first-child ul,.topbar[data-active*="2"] li:nth-child(2) ul,.topbar[data-active*="3"] li:nth-child(3) ul,.topbar[data-active*="4"] li:nth-child(4) ul{display:block}.banner{padding:0 0 60px;overflow:hidden}.banner,.banner img{width:100%;margin:0 auto}.banner img{display:block;max-width:1920px;height:72vw;max-height:1100px;border:none;object-fit:cover;object-position:center bottom}@media (min-width:768px){.banner img{height:65vw}}@media (min-width:1024px){.banner img{height:60vw}}@media (min-width:1280px){.banner img{height:auto;max-height:inherit}}.events__title{margin:0;color:var(--white)}.event{padding:0 0 20px;color:var(--white);font-size:1.2rem;background-position:100% 100%;background-repeat:no-repeat;background-size:90%}@media (min-width:768px){.event{padding:0 0 50px}}@media (min-width:1280px){.event{padding:0 0 120px;background-size:600px}}.event.robotic{background-image:url(/bg-robotic.5ed24282.png)}.event.woodworking{background-image:url(/bg-woodworking.aa61f8c4.png)}.event.machinetool{background-image:url(/bg-machinetool.bdb0a369.png)}.event.plasticsrubber{background-image:url(/bg-plasticsrubber.d21eb839.png)}.events{display:flex;flex-wrap:wrap;justify-content:center;max-width:350px;margin:30px auto 0}@media (min-width:768px){.events{justify-content:space-between;max-width:600px;margin:70px auto 0}}@media (min-width:1280px){.events{max-width:1200px}}.events>li{text-align:center;width:90%;padding:20px 0 0;margin:0 7px 40px}@media (min-width:375px){.events>li{max-width:160px;white-space:nowrap}}@media (min-width:768px){.events>li{max-width:280px;margin:0 10px 60px}}.events img{width:70px;height:70px;object-fit:contain}@media (min-width:768px){.events img{width:130px;height:130px}}.events a{display:block;width:120px;height:35px;margin:0 auto;font-size:15px;line-height:35px;border-radius:10em}@media (min-width:768px){.events a{width:240px;height:56px;font-size:26px;line-height:56px}}.event-name{display:flex;flex-direction:column;align-items:center;margin:10px 0 15px;font-size:13px;font-weight:300}@media (min-width:768px){.event-name{margin:30px 0;font-size:20px;font-weight:500}}main{background:var(--white)}.title{text-transform:uppercase;font-size:4rem}.profile__title{margin:0;padding:40px 0 0;color:var(--white)}@media (min-width:768px){.profile__title{padding:65px 0 0}}.event-profile{display:flex;flex-direction:column;align-items:center;width:78%;max-width:1200px;margin:0 auto;padding:40px 0;color:var(--white);font-size:18px;font-weight:300;line-height:1.4}@media (min-width:768px){.event-profile{padding:50px 0 85px}}@media (min-width:1024px){.event-profile{flex-direction:row;width:90%}}@media (min-width:1280px){.event-profile{width:78%}}.event-profile img{width:100%;height:340px;margin:0 0 24px;object-fit:cover}@media (min-width:768px){.event-profile img{margin:0 0 32px}}@media (min-width:1024px){.event-profile img{flex-shrink:1;width:50%;margin:0 60px 0 0}}@media (min-width:1440px){.event-profile img{width:685px}}.event-profile p{margin:0}.event-profile p:not(:first-child){margin:1.5em 0 0}.press__title{width:80%;margin-left:auto;margin-right:auto}.press__subtitle{width:80%;margin:-30px auto 0;color:var(--main);font-size:22px;font-weight:500;text-align:center}.press__content{width:78%;max-width:790px;margin:35px auto;padding:16px 18px;color:var(--white);font-weight:300}@media (min-width:768px){.press__content{padding:45px 50px}}.press__content p{margin:0}.press__content p:not(:first-child){margin:1.5em 0 0}.speakers{display:flex;margin:0 0 90px;color:var(--white);overflow-x:auto}@media (min-width:1189px){.speakers{justify-content:center}}@media (min-width:768px){.speakers:after,.speakers:before{content:"";flex-shrink:0;display:block;width:11%}}@media (min-width:1189px){.speakers:after,.speakers:before{display:none}}.speakers::-webkit-scrollbar{display:none}.speakers li{flex-shrink:0;position:relative;width:225px}.speakers li:not(:first-child){margin:0 0 0 16px}.speakers li:before{position:absolute;top:0;left:0;right:0;bottom:0;padding:15px 20px;font-size:.5rem;background:linear-gradient(180deg,rgba(0,0,0,.2) 0,transparent 25%),linear-gradient(0deg,var(--black) 0,transparent 33.3%)}.speakers li.woodworking:before{content:"Woodworking Show Speaker"}.speakers li.machinetool:before{content:"Machine Tool Show Speaker"}.speakers img{display:block;width:100%;object-fit:cover}.speaker-text{position:absolute;left:0;right:0;bottom:0;padding:11px 15px}.speaker-name{font-size:22px}.speaker-team{font-size:13px;font-weight:300;letter-spacing:0}.conference-program{width:78%;max-width:1200px;margin:30px auto}@media (min-width:768px){.conference-program{margin:30px auto 100px}}.program__header{padding:24px 20px;color:var(--white);font-weight:400;white-space:nowrap}.program__header__date{font-size:22px;font-weight:700}.program{font-weight:400;line-height:1.3}.program li{padding:24px}.program li:nth-child(odd){background:#eee}.program li:nth-child(2n){background:#f9f9f9}.program p{margin:0;font-size:22px;font-weight:500}.program p:first-child{color:var(--main)}.program p:nth-child(2){margin:12px 0}.program p:nth-child(3){font-size:14px;font-weight:300;line-height:1.4}.program img{display:block;max-width:100%;height:auto;min-height:40px;margin:20px 0 0;object-fit:contain}.logos{display:flex;flex-wrap:wrap;justify-content:space-between;width:78%;max-width:1200px;margin:0 auto 50px;color:#222;text-align:center}.logos-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex-grow:1;width:45%;margin:0 5px 10px}@media (min-width:768px){.logos-item{width:25%}}@media (min-width:1024px){.logos-item{width:20%;margin:20px 10px}}.logos-item:empty{margin-top:0;margin-bottom:0}.logos-item-image{position:relative;flex-grow:1;display:flex;align-items:center;justify-content:center;width:100%;padding:0 0 80%;background:#f9f9f9}.logos-item-image>img{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;margin:auto;padding:10%;object-fit:contain}.logos-item-text{height:3em;margin:10px 0 0;font-size:1.1rem;line-height:1.5em}.footer{padding:55px 0;color:var(--white);background:var(--main-dark);overflow:hidden}.footer hr{margin:30px 0}.footer-box{width:80%;margin:0 auto}@media (min-width:1024px){.footer-box{display:flex}}@media (min-width:1280px){.footer-box{max-width:1200px}}.footer__main{flex-grow:1}@media (min-width:1280px){.footer__information{display:flex}}.footer__links{display:flex;flex-direction:column;width:185px}.footer__links__social{display:flex;justify-content:space-between;margin:12px 0 0}.footer__links__social img{display:block;width:45px;height:45px}.footer__contact{margin:30px 0 0;font-weight:300;line-height:1.5}@media (min-width:1280px){.footer__contact{margin:0 0 0 120px}}.footer__contact p{margin:0}.footer__contact p:first-child{margin:0 0 10px;font-size:22px;font-weight:700;line-height:1.2}.footer__groups{display:flex;justify-content:space-between;height:8vw;max-height:40px;margin:0 -12px}@media (min-width:768px){.footer__groups{height:65px;max-height:none}}@media (min-width:1024px){.footer__groups{justify-content:flex-start;margin:0 -35px}}.footer__groups img{margin:0 13px}@media (min-width:1024px){.footer__groups img{margin:0 35px}}.footer__bg{align-self:center;width:200px;margin:30px 0 0}@media (min-width:1024px){.footer__bg{width:180px;margin:100px 0 0 24px}}@media (min-width:1280px){.footer__bg{margin:0 0 0 24px}}.footer__copyright{margin:30px 0 -25px;color:var(--white);font-size:10px;text-align:center}@media (min-width:1024px){.footer__copyright{margin:70px 0 -25px}}