html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}body{line-height:1}ol,ul,li,a{list-style:none}a{text-decoration:none}button{-webkit-appearance:none;-moz-appearance:none;appearance:none}select{-webkit-appearance:none;-moz-appearance:none}select::-ms-expand{display:none}textarea{-webkit-appearance:none}input,button{border-radius:0}input[type="number"]{appearance:none;-webkit-appearance:none;-moz-appearance:textfield}input[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}button{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none}*{-webkit-box-sizing:border-box;box-sizing:border-box}@-webkit-keyframes kv-scroll{from{-webkit-transform:translateY(0%);transform:translateY(0%);opacity:1}to{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0}}@keyframes kv-scroll{from{-webkit-transform:translateY(0%);transform:translateY(0%);opacity:1}to{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0}}.header{background-color:#017f7b;width:100%;max-width:100vw;height:70px;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;position:fixed;z-index:99;top:0;left:0}@media (max-width: 767px){.header{height:60px}}.header .header-wrapper{width:100%;height:100%;max-width:1200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width: 1279px){.header .header-wrapper{max-width:100vw;padding-left:35px}}@media (max-width: 767px){.header .header-wrapper{padding-left:20px}}.header .header-wrapper a#logo{height:44px;display:inline-block}@media (max-width: 767px){.header .header-wrapper a#logo{height:40px;margin-top:4px}}.header .header-wrapper a#logo h1{height:100%}.header .header-wrapper a#logo h1 img{height:100%}.header .header-wrapper .toggle-btn{width:70px;height:70px;display:none;background-size:contain;background-repeat:no-repeat;background-position:center center}@media (max-width: 1279px){.header .header-wrapper .toggle-btn{display:block;background-image:url(../img/nav-toggle-on-p.svg);-webkit-transition:0.3s;transition:0.3s}.header .header-wrapper .toggle-btn.off{-webkit-transition:0.3s;transition:0.3s;background-image:url(../img/nav-toggle-off-p.svg)}}@media (max-width: 767px){.header .header-wrapper .toggle-btn{width:60px;height:60px;background-image:url(../img/nav-toggle-on-m.svg)}.header .header-wrapper .toggle-btn.off{background-image:url(../img/nav-toggle-off-m.svg)}}.header .header-wrapper nav{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;color:#fff;font-size:18px;vertical-align:text-top}.header .header-wrapper nav.slide-in{top:70px;-webkit-transition:0.3s;transition:0.3s}@media (max-width: 767px){.header .header-wrapper nav.slide-in{top:60px}}@media (max-width: 1279px){.header .header-wrapper nav{position:fixed;background-color:rgba(0,0,0,0.9);width:100%;height:100vh;top:-100vh;left:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:50px 0;-webkit-transition:0.3s;transition:0.3s}}@media (max-width: 767px){.header .header-wrapper nav{top:-100vh;padding:20px 0 0}}.header .header-wrapper nav a{color:#fff;font-size:18px;line-height:1.4;display:inline-block;position:relative;text-align:center}@media (max-width: 1279px){.header .header-wrapper nav a{font-size:20px;line-height:3;width:400px;margin-bottom:10px}.header .header-wrapper nav a:last-of-type{margin-bottom:0}}@media (max-width: 767px){.header .header-wrapper nav a{width:300px;font-size:16px}}.header .header-wrapper nav a::before{content:"";position:absolute;display:inline-block;width:0;height:5px;background-color:#b0964e;top:100%;left:0;-webkit-transition:0.3s;transition:0.3s}@media (max-width: 1279px){.header .header-wrapper nav a::before{width:100%;background-color:#999;height:1px}}@media (max-width: 767px){.header .header-wrapper nav a::before{top:calc(100% + 2px)}}.header .header-wrapper nav a:hover,.header .header-wrapper nav a.now{font-weight:bold}@media (max-width: 1279px){.header .header-wrapper nav a:hover,.header .header-wrapper nav a.now{color:#b0964e}}.header .header-wrapper nav a:hover::before,.header .header-wrapper nav a.now::before{width:100%;-webkit-transition:0.3s;transition:0.3s}@media (max-width: 1279px){.header .header-wrapper nav a:hover::before,.header .header-wrapper nav a.now::before{background-color:#b0964e}}.header .header-wrapper nav .deco-bar{pointer-events:none}@media (max-width: 1279px){.header .header-wrapper nav .deco-bar{display:none}}.fix-btns{position:fixed;bottom:60px;right:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10}@media (max-width: 767px){.fix-btns{right:10px}}.fix-btns a{display:block;-webkit-transition:0.3s;transition:0.3s}.fix-btns a.sns{width:70px;height:70px;border-radius:50%;background-color:#fff;-webkit-box-shadow:0 4px 10px 0 rgba(0,0,0,0.25);box-shadow:0 4px 10px 0 rgba(0,0,0,0.25);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}@media (max-width: 1279px){.fix-btns a.sns{width:60px;height:60px}}@media (max-width: 767px){.fix-btns a.sns{width:40px;height:40px}}.fix-btns a.sns:hover{width:90px;height:90px;-webkit-transition:0.3s;transition:0.3s}@media (max-width: 1279px){.fix-btns a.sns:hover{width:75px;height:75px}}@media (max-width: 767px){.fix-btns a.sns img{width:20px}}.fix-btns #top-btn{cursor:pointer;-webkit-transition:0.3s;transition:0.3s;margin-top:20px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:90px;height:90px;-webkit-box-shadow:0 4px 10px 0 rgba(0,0,0,0.25);box-shadow:0 4px 10px 0 rgba(0,0,0,0.25);background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(255,227,187,0)), to(#c48c3c)),-webkit-gradient(linear, left top, left bottom, from(#dba75a), to(#dba75a));background-image:linear-gradient(to top, rgba(255,227,187,0), #c48c3c),linear-gradient(to bottom, #dba75a, #dba75a);font-size:18px;color:#fff;font-weight:900;padding-bottom:15%;opacity:0;pointer-events:none}.fix-btns #top-btn.on{opacity:1;pointer-events:all}@media (max-width: 1279px){.fix-btns #top-btn{width:70px;height:70px;font-size:14px}}@media (max-width: 767px){.fix-btns #top-btn{width:50px;height:50px;margin-top:0}}.fix-btns #top-btn:hover{-webkit-transition:0.3s;transition:0.3s;background-color:#a87120;background-image:none}.fix-btns #top-btn img{width:18px;margin-bottom:5px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media (max-width: 1279px){.fix-btns #top-btn img{width:14px;margin-bottom:4px}}@media (max-width: 767px){.fix-btns #top-btn img{width:10px;margin-bottom:0}}body{font-family:PingFangTC-Regular, "MicroSoft JhengHei", "微軟正黑體", serif;color:#333;background-color:#ebebeb;overflow-x:hidden;position:relative;width:100vw}@media (max-width: 767px){body{padding-top:60px}}.body-deco-wrapper{position:absolute;width:100%;height:100%;overflow-x:hidden;top:0;left:0}.noto-black{font-family:"Noto Sans TC", sans-serif;line-height:1.45}.rubik{font-family:"Rubik", sans-serif;font-weight:700;font-style:italic}.sec1-bg{position:absolute;width:100%;height:1360px;background-image:url(../img/sec1/web@2x.png);background-size:2048px 1360px;background-position:center center;background-repeat:no-repeat;top:958px;left:0}@media (max-width: 1279px){.sec1-bg{background-image:url(../img/sec1/pad@2x.png);background-size:768px 915px;height:915px;top:716px}}@media (max-width: 767px){.sec1-bg{background-image:url(../img/sec1/mobile@2x.png);background-size:cover;height:1067px;top:720px}}.sec1-deco-square{position:absolute;z-index:0;top:1985px;left:calc(50% - 1025px)}@media (max-width: 1279px){.sec1-deco-square{top:1372px;left:calc(50% - 385px)}}@media (max-width: 767px){.sec1-deco-square{width:357px;left:calc(50% - 187px);top:1700px}}.sec2-deco-square1{position:absolute;width:2048px;top:2125px;left:calc(50% - 1024px)}@media (max-width: 1279px){.sec2-deco-square1{width:768px;top:1550px;left:calc(50% - 384px)}}@media (max-width: 767px){.sec2-deco-square1{top:1826px;width:375px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.sec2-deco-square2{position:absolute;width:2048px;top:2838px;left:calc(50% - 1024px)}@media (max-width: 1279px){.sec2-deco-square2{width:768px;left:calc(50% - 384px);top:2196px}}@media (max-width: 767px){.sec2-deco-square2{width:375px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:2740px}}.sec3-bg{position:absolute;width:879px;top:3795px;left:calc(50% + 146px)}@media (max-width: 1279px){.sec3-bg{width:542px;left:calc(50% - 157px);top:2742px}}@media (max-width: 767px){.sec3-bg{width:268px;top:3300px;left:calc(50% - 80px)}}.sec3-deco-square{position:absolute;width:1440px;top:3880px;left:calc(50% - 720px)}@media (max-width: 1279px){.sec3-deco-square{width:900px;top:2785px;left:calc(50% - 557px)}}@media (max-width: 767px){.sec3-deco-square{display:none}}.sec5-bg{position:absolute;width:2048px;bottom:2800px;left:calc(50% - 1024px)}@media (max-width: 1279px){.sec5-bg{width:768px;bottom:3460px;left:calc(50% - 384px)}}@media (max-width: 767px){.sec5-bg{width:375px;bottom:4875px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.sec4-bg{position:absolute;width:2048px;left:calc(50% - 1024px);bottom:4124px}@media (max-width: 1279px){.sec4-bg{width:768px;left:calc(50% - 384px);bottom:4280px}}@media (max-width: 767px){.sec4-bg{display:none}}.sec6-mobile-deco-square{display:none}@media (max-width: 767px){.sec6-mobile-deco-square{display:block;position:absolute;left:50%;bottom:4055px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:375px;height:650px;background-color:#ca1641}}.sec6-deco-square{position:absolute;bottom:480px;left:calc(50% - 1024px)}@media (max-width: 1279px){.sec6-deco-square{width:768px;left:calc(50% - 384px);bottom:500px}}@media (max-width: 767px){.sec6-deco-square{width:375px;bottom:1850px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.sec6-title-deco-square{position:absolute;width:1440px;bottom:2500px;right:calc(50% - 430px)}@media (max-width: 1279px){.sec6-title-deco-square{width:768px;bottom:2370px;right:calc(50% - 384px)}}@media (max-width: 767px){.sec6-title-deco-square{width:375px;max-height:279px;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%);bottom:4605px}}.deco-bottom{width:2048px;position:absolute;bottom:0;left:calc(50% - 1024px)}@media (max-width: 1279px){.deco-bottom{width:768px;left:calc(50% - 384px)}}@media (max-width: 767px){.deco-bottom{width:375px;height:1968px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.deco-number-1{position:absolute;z-index:2;font-size:500px;font-style:italic;color:rgba(255,255,255,0.3);font-weight:bold;line-height:1.25;top:1880px;left:calc(50% + 508px)}@media (max-width: 1279px){.deco-number-1{font-size:300px;left:calc(50% + 259px);top:1523px}}@media (max-width: 767px){.deco-number-1{font-size:322px;top:1590px;left:calc(50% + 19px)}}.deco-number-6{z-index:2;position:absolute;font-size:500px;font-style:italic;color:rgba(255,255,255,0.3);font-weight:bold;line-height:1.25;top:2650px;right:calc(50% + 410px)}@media (max-width: 1279px){.deco-number-6{font-size:280px;right:calc(50% + 270px);top:1974px}}@media (max-width: 767px){.deco-number-6{font-size:330px;right:calc(50% + 40px);top:2910px}}.deco-number-8{position:absolute;font-size:500px;font-style:italic;color:rgba(255,255,255,0.3);font-weight:bold;line-height:1.25;top:4100px;left:calc(50% + 347px)}@media (max-width: 1279px){.deco-number-8{font-size:300px;left:calc(50% + 268px);top:2936px}}@media (max-width: 767px){.deco-number-8{font-size:350px;left:calc(50% + 30px);top:3630px;z-index:2}}.deco-number-168{position:absolute;font-size:400px;font-style:italic;color:rgba(255,255,255,0.2);font-weight:bold;line-height:1.25;bottom:2720px;right:calc(50% + 0px)}@media (max-width: 1279px){.deco-number-168{font-size:315px;bottom:3110px;right:calc(50% - 153px)}}@media (max-width: 767px){.deco-number-168{font-size:150px;right:calc(50% - 80px);bottom:4673px}}#kv{width:100%;overflow:hidden;height:1458px;background-image:url(../img/kv/kv-bg.jpg);background-size:2048px 958px;background-position:center top;background-repeat:no-repeat;position:relative;z-index:1}@media (max-width: 1279px){#kv{height:1115px;background-image:url(../img/kv/kv-bg-p.jpg);background-size:768px 570px;background-position:center 70px}}@media (max-width: 767px){#kv{height:795px;background-image:url(../img/kv/kv-bg-m.jpg);background-size:768px 560px;background-position:center top}}#kv .cow{position:absolute;z-index:1;width:574px;top:218px;left:calc(50% + 67px)}@media (max-width: 1279px){#kv .cow{width:404px;top:140px;left:calc(50% - 35px)}}@media (max-width: 767px){#kv .cow{width:250px;top:250px;left:calc(50% - 40px)}}#kv .kv-title{position:absolute;width:790px;top:212px;right:calc(50% - 190px)}@media (max-width: 1279px){#kv .kv-title{width:450px;top:155px;right:calc(50% - 103px)}}@media (max-width: 767px){#kv .kv-title{top:72px;width:347px;right:calc(50% - 173px)}}#kv .kv-subtitle{font-weight:900;font-size:40px;color:#dba75a;position:absolute;top:558px;left:calc(50% - 480px);line-height:1.45}@media (max-width: 1279px){#kv .kv-subtitle{font-size:30px;top:399px;left:calc(50% - 290px)}}@media (max-width: 767px){#kv .kv-subtitle{font-size:22px;top:196px;left:calc(50% - 161px)}}#kv .scroll-group{width:46px;height:46px;position:absolute;z-index:1;top:764px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (max-width: 1279px){#kv .scroll-group{width:36px;height:36px;top:665px}}@media (max-width: 767px){#kv .scroll-group{z-index:1;width:24px;height:24px;top:546px}}#kv .scroll-group .circle{width:100%;height:100%;border-radius:50%;border:2px solid #fff;position:relative}@media (max-width: 767px){#kv .scroll-group .circle{border-width:1px}}#kv .scroll-group .circle::before{content:"";position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;width:12px;height:12px;border-radius:50%;background-color:#fff}@media (max-width: 1279px){#kv .scroll-group .circle::before{width:9px;height:9px}}@media (max-width: 767px){#kv .scroll-group .circle::before{width:7px;height:7px}}#kv .scroll-group .line{position:absolute;width:1px;height:100px;background-color:#fff;left:50%;bottom:50%;-webkit-animation:kv-scroll 2s linear infinite;animation:kv-scroll 2s linear infinite}@media (max-width: 1279px){#kv .scroll-group .line{height:75px}}@media (max-width: 767px){#kv .scroll-group .line{left:49%;height:50px}}#kv .kv-notice{font-size:16px;font-weight:bold;color:#fff;line-height:1.5;background-color:rgba(0,0,0,0.7);position:absolute;padding:15px 10px 15px 24px;top:835px;right:calc(50% - 55px)}@media (max-width: 1279px){#kv .kv-notice{width:340px;font-size:14px;line-height:1.5;top:559px;left:calc(50% - 383px);padding:20px 0px 19px 40px}}@media (max-width: 767px){#kv .kv-notice{font-size:12px;width:245px;left:calc(50% - 188px);top:491px;padding:8px 80px 8px 10px;-webkit-transform:scale(0.833);transform:scale(0.833);-webkit-transform-origin:left bottom;transform-origin:left bottom}}#kv .kv-notice::after{content:"";position:absolute;left:100%;top:0;width:0;height:0;border-style:solid;border-width:54px 20px 0 0;border-color:rgba(0,0,0,0.7) transparent transparent transparent}@media (max-width: 1279px){#kv .kv-notice::after{border-width:81px 40px 0 0}}@media (max-width: 767px){#kv .kv-notice::after{border-width:70px 15px 0 0}}#kv .kv-deco-square{pointer-events:none;position:absolute;z-index:0;top:920px;left:calc(50% - 560px);width:1604px}@media (max-width: 1279px){#kv .kv-deco-square{width:768px;top:640px;left:calc(50% - 384px)}}@media (max-width: 767px){#kv .kv-deco-square{width:375px;top:559px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}#kv .kv-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:1008px;left:0;right:0;margin:auto}@media (max-width: 1279px){#kv .kv-nav{top:755px}}@media (max-width: 767px){#kv .kv-nav{top:590px}}#kv .kv-nav a{display:block;width:320px;height:360px;background-color:#fff;-webkit-box-shadow:0 7px 9px 0 rgba(0,0,0,0.25);box-shadow:0 7px 9px 0 rgba(0,0,0,0.25);position:relative;overflow:hidden;padding-top:64px}@media (max-width: 1279px){#kv .kv-nav a{width:213px;height:240px;padding-top:43px;-webkit-box-shadow:0 4.7px 6px 0 rgba(0,0,0,0.25);box-shadow:0 4.7px 6px 0 rgba(0,0,0,0.25)}}@media (max-width: 767px){#kv .kv-nav a{width:106px;height:120px;padding-top:12px;-webkit-box-shadow:0 2.4px 3.1px 0 rgba(0,0,0,0.25);box-shadow:0 2.4px 3.1px 0 rgba(0,0,0,0.25)}}#kv .kv-nav a:nth-child(2){margin:0 20px}@media (max-width: 1279px){#kv .kv-nav a:nth-child(2){margin:0 13px}}@media (max-width: 767px){#kv .kv-nav a:nth-child(2){margin:0 10px}}#kv .kv-nav a:hover{background-image:-webkit-gradient(linear, left top, left bottom, from(#dba75a), to(#dba75a)),-webkit-gradient(linear, left bottom, left top, from(rgba(255,227,187,0)), to(#c48c3c));background-image:linear-gradient(to bottom, #dba75a, #dba75a),linear-gradient(to top, rgba(255,227,187,0), #c48c3c)}#kv .kv-nav a:hover .number-text{-webkit-transition:0.3s;transition:0.3s;color:#fff}#kv .kv-nav a:hover::after{opacity:0}#kv .kv-nav a:hover img{opacity:0;-webkit-transition:0.3s;transition:0.3s}#kv .kv-nav a:hover .link-title{-webkit-transition:0.3s;transition:0.3s;color:#fff;-webkit-transform:translateY(-70px);transform:translateY(-70px)}@media (max-width: 1279px){#kv .kv-nav a:hover .link-title{-webkit-transform:translateY(-50px);transform:translateY(-50px)}}@media (max-width: 767px){#kv .kv-nav a:hover .link-title{-webkit-transform:translateY(-20px);transform:translateY(-20px)}}#kv .kv-nav a:hover .arrow{-webkit-transition:0.3s;transition:0.3s;-webkit-transform:translateY(20px);transform:translateY(20px);background-image:url(../img/kv/icon_arrow_white.svg)}@media (max-width: 767px){#kv .kv-nav a:hover .arrow{-webkit-transform:translateY(8px);transform:translateY(8px)}}#kv .kv-nav a::after{content:"";display:block;position:absolute;width:100%;height:15px;background-color:#dba75a;left:0;bottom:0}@media (max-width: 1279px){#kv .kv-nav a::after{height:10px}}@media (max-width: 767px){#kv .kv-nav a::after{height:5px}}#kv .kv-nav a .number-text{position:absolute;font-size:300px;color:#dab75a;opacity:0.4;bottom:110px;-webkit-transition:0.3s;transition:0.3s}@media (max-width: 1279px){#kv .kv-nav a .number-text{font-size:200px;bottom:80px}}@media (max-width: 767px){#kv .kv-nav a .number-text{font-size:104px;bottom:35px}}#kv .kv-nav a .number-text.number-1{right:56%}#kv .kv-nav a .number-text.number-6{right:43%}#kv .kv-nav a .number-text.number-8{right:40%}#kv .kv-nav a img{position:relative;display:block;margin:0 auto 20px;width:150px;-webkit-transition:0.3s;transition:0.3s}@media (max-width: 1279px){#kv .kv-nav a img{width:100px;margin-bottom:5px}}@media (max-width: 767px){#kv .kv-nav a img{width:50px;margin-bottom:6px}}#kv .kv-nav a .link-title{text-align:center;color:#333;font-size:30px;font-weight:bold;line-height:1.4}@media (max-width: 1279px){#kv .kv-nav a .link-title{font-size:24px}}@media (max-width: 767px){#kv .kv-nav a .link-title{font-size:16px}}#kv .kv-nav a .arrow{margin:auto;width:20px;height:13px;background-image:url(../img/kv/icon_arrow_black.svg);background-position:center center;background-repeat:no-repeat;background-size:contain;position:absolute;left:0;right:0;bottom:64px;-webkit-transition:0.3s;transition:0.3s}@media (max-width: 1279px){#kv .kv-nav a .arrow{width:14px;height:9px;bottom:42px}}@media (max-width: 767px){#kv .kv-nav a .arrow{width:12px;height:9px;bottom:20px}}#section1{width:100%;position:relative;padding-top:55px;padding-bottom:60px}@media (max-width: 1279px){#section1{padding-top:0;padding-bottom:30px;margin-top:-50px}}@media (max-width: 767px){#section1{margin-top:0;padding-top:50px;padding-bottom:0px}}#section1 .section-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:60px}@media (max-width: 767px){#section1 .section-title{margin-bottom:35px}}#section1 .section-title::before,#section1 .section-title::after{content:"";display:inline-block;width:120px;height:2px;background-color:#ca1641;margin:40px 20px 0}@media (max-width: 1279px){#section1 .section-title::before,#section1 .section-title::after{width:100px;margin-top:30px}}@media (max-width: 767px){#section1 .section-title::before,#section1 .section-title::after{width:45px;margin:20px 10px 0}}#section1 .section-title h2{text-align:center;font-size:40px;line-height:1.45;color:#333;font-weight:900;position:relative}@media (max-width: 1279px){#section1 .section-title h2{font-size:36px}}@media (max-width: 767px){#section1 .section-title h2{font-size:22px}}#section1 .section-title h2 span{color:#ca1641;font-size:100px;padding-bottom:0.3em;line-height:1}@media (max-width: 1279px){#section1 .section-title h2 span{font-size:80px}}@media (max-width: 767px){#section1 .section-title h2 span{font-size:48px;margin:0 3px}}#section1 .section-title h2::before{content:"";position:absolute;z-index:-1;width:100%;height:20px;background-color:#ff9385;opacity:0.5;left:0;bottom:5%}@media (max-width: 1279px){#section1 .section-title h2::before{bottom:-3%}}@media (max-width: 767px){#section1 .section-title h2::before{height:8px;bottom:0%}}#section1 .aos-wrapper{position:relative;z-index:1}@media (max-width: 767px){#section1 .aos-wrapper{z-index:3}}#section1 .aos-wrapper .tags-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:40px;font-family:"Noto Sans TC", sans-serif}@media (max-width: 767px){#section1 .aos-wrapper .tags-wrapper{margin-bottom:35px}}#section1 .aos-wrapper .tags-wrapper .tag{font-size:20px;margin:0 25px;line-height:1.5;cursor:pointer;position:relative;font-weight:normal}@media (max-width: 767px){#section1 .aos-wrapper .tags-wrapper .tag{font-size:16px;margin:0 18px}}#section1 .aos-wrapper .tags-wrapper .tag:hover,#section1 .aos-wrapper .tags-wrapper .tag.on{font-weight:900}#section1 .aos-wrapper .tags-wrapper .tag:hover::after,#section1 .aos-wrapper .tags-wrapper .tag.on::after{-webkit-transition:0.3s;transition:0.3s;width:100%}#section1 .aos-wrapper .tags-wrapper .tag::before{content:"";position:absolute;width:100%;height:2px;background-color:#fff;top:100%;left:0}#section1 .aos-wrapper .tags-wrapper .tag::after{-webkit-transition:0.3s;transition:0.3s;content:"";position:absolute;width:0%;height:5px;background-color:#dba75a;top:100%;left:0}#section1 .aos-wrapper .content-wrapper{width:1000px;background-color:#fff;position:relative;padding:50px 50px 40px;margin:auto;-webkit-box-shadow:0 7px 9px 0 rgba(0,0,0,0.25);box-shadow:0 7px 9px 0 rgba(0,0,0,0.25)}@media (max-width: 1279px){#section1 .aos-wrapper .content-wrapper{width:650px;padding:36px 25px 22px;-webkit-box-shadow:0 4.6px 6px 0 rgba(0,0,0,0.25);box-shadow:0 4.6px 6px 0 rgba(0,0,0,0.25)}}@media (max-width: 767px){#section1 .aos-wrapper .content-wrapper{width:340px;-webkit-box-shadow:0 7px 9px 0 rgba(0,0,0,0.25);box-shadow:0 7px 9px 0 rgba(0,0,0,0.25);padding:30px 20px}}#section1 .aos-wrapper .content-wrapper::before{content:"";position:absolute;top:0;left:0;width:200px;height:10px;background-color:#aa0029}@media (max-width: 1279px){#section1 .aos-wrapper .content-wrapper::before{width:170px;height:6px}}#section1 .aos-wrapper .content-wrapper .content{display:none}#section1 .aos-wrapper .content-wrapper .content.on{display:block}#section1 .aos-wrapper .content-wrapper .content h3{font-size:24px;font-weight:bold;color:#aa0029;line-height:1.2;margin-bottom:10px}@media (max-width: 767px){#section1 .aos-wrapper .content-wrapper .content h3{font-size:18px}}#section1 .aos-wrapper .content-wrapper .content .subtitle{font-size:16px;line-height:1.3;margin-bottom:40px;color:#000}@media (max-width: 1279px){#section1 .aos-wrapper .content-wrapper .content .subtitle{margin-bottom:30px}}@media (max-width: 767px){#section1 .aos-wrapper .content-wrapper .content .subtitle{margin-bottom:20px}}#section1 .aos-wrapper .content-wrapper .content .chart-title-wrapper-web{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width: 767px){#section1 .aos-wrapper .content-wrapper .content .chart-title-wrapper-web{display:none}}#section1 .aos-wrapper .content-wrapper .content .chart-title-wrapper-web p{width:50%}#section1 .aos-wrapper .content-wrapper .content .chart-title-wrapper-mobile{display:none}@media (max-width: 767px){#section1 .aos-wrapper .content-wrapper .content .chart-title-wrapper-mobile{display:block}}#section1 .aos-wrapper .content-wrapper .content .chart-title-wrapper-mobile .chart-title{margin-bottom:5px}#section1 .aos-wrapper .content-wrapper .content .chart-title{font-size:16px;line-height:1.3;margin-bottom:20px;padding-left:10px;border-left:5px solid #aa0029;font-weight:bold}@media (max-width: 1279px){#section1 .aos-wrapper .content-wrapper .content .chart-title{padding-left:7px;border-left-width:3px}}@media (max-width: 767px){#section1 .aos-wrapper .content-wrapper .content .chart-title{border-left-width:5px}}#section1 .aos-wrapper .content-wrapper .content .chart-img{margin-bottom:19px;max-width:100%}#section1 .aos-wrapper .content-wrapper .content .chart-img.mobile-only{display:none}@media (max-width: 767px){#section1 .aos-wrapper .content-wrapper .content .chart-img.mobile-only{display:block}}#section1 .aos-wrapper .content-wrapper .content .src-text{color:#000;font-size:12px;line-height:1.5;padding-top:10px;border-top:1px solid #ebebeb}#section1 .aos-wrapper .content-wrapper .content .src-text .fc_red{color:#aa0029}#section2{position:relative;padding-top:120px;padding-bottom:125px}@media (max-width: 1279px){#section2{padding-top:25px;padding-bottom:70px}}@media (max-width: 767px){#section2{padding-top:75px;padding-bottom:40px}}#section2 .section-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:75px}@media (max-width: 767px){#section2 .section-title{margin-bottom:35px}}#section2 .section-title::before,#section2 .section-title::after{content:"";display:inline-block;width:120px;height:2px;background-color:#fff;margin:40px 20px 0}@media (max-width: 1279px){#section2 .section-title::before,#section2 .section-title::after{width:100px;margin-top:30px}}@media (max-width: 767px){#section2 .section-title::before,#section2 .section-title::after{width:45px;margin:20px 20px 0}}#section2 .section-title h2{text-align:center;font-size:40px;line-height:1.45;color:#fff;font-weight:900;position:relative;z-index:1}@media (max-width: 1279px){#section2 .section-title h2{font-size:36px}}@media (max-width: 767px){#section2 .section-title h2{font-size:22px}}#section2 .section-title h2 span{color:#dba75a;font-size:100px;padding-bottom:0.3em;line-height:1}@media (max-width: 1279px){#section2 .section-title h2 span{padding-bottom:0;font-size:80px;margin-right:7px;position:relative;top:8px}}@media (max-width: 767px){#section2 .section-title h2 span{font-size:48px;margin:0 3px;top:5px}}#section2 .section-title h2 br{display:none}@media (max-width: 767px){#section2 .section-title h2 br{display:block}}#section2 .section-title h2::before{content:"";position:absolute;z-index:-1;width:90%;height:20px;background-color:#ff9385;opacity:0.5;left:5%;bottom:5%}@media (max-width: 1279px){#section2 .section-title h2::before{height:18px;width:100%;left:0%;bottom:-3%}}@media (max-width: 767px){#section2 .section-title h2::before{height:8px;bottom:0%;left:-8%;width:116%}}#section2 .section-title h2::after{content:"";display:none}@media (max-width: 767px){#section2 .section-title h2::after{position:absolute;z-index:-1;width:90%;height:20px;background-color:#ff9385;opacity:0.5;display:inline-block;height:8px;bottom:40%;left:20%;width:65%}}#section2 .aos-wrapper{max-width:1000px;margin:auto;position:relative;z-index:3}@media (max-width: 1279px){#section2 .aos-wrapper{max-width:700px}}@media (max-width: 767px){#section2 .aos-wrapper{max-width:340px}}#section2 .aos-wrapper .panel{position:relative}#section2 .aos-wrapper .panel .btns-wrapper{position:absolute;top:0;right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width: 767px){#section2 .aos-wrapper .panel .btns-wrapper{width:100%;right:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:0}}#section2 .aos-wrapper .panel .btns-wrapper .btn{width:80px;height:80px;border-radius:50%;background-color:#aa0029;border:2px solid #dba75a;cursor:pointer;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width: 1279px){#section2 .aos-wrapper .panel .btns-wrapper .btn{width:54px;height:54px}}@media (max-width: 767px){#section2 .aos-wrapper .panel .btns-wrapper .btn{width:40px;height:40px}}#section2 .aos-wrapper .panel .btns-wrapper .btn:first-child{margin-right:20px}@media (max-width: 767px){#section2 .aos-wrapper .panel .btns-wrapper .btn:first-child{margin-right:0}}#section2 .aos-wrapper .panel .btns-wrapper .btn.disabled{opacity:0.5;pointer-events:none}@media (max-width: 767px){#section2 .aos-wrapper .panel .btns-wrapper .btn.disabled{opacity:1;pointer-events:none}}#section2 .aos-wrapper .panel .btns-wrapper .btn.slick-disabled{opacity:0.5}#section2 .aos-wrapper .panel .btns-wrapper .btn img{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:14px}@media (max-width: 1279px){#section2 .aos-wrapper .panel .btns-wrapper .btn img{width:10px}}@media (max-width: 767px){#section2 .aos-wrapper .panel .btns-wrapper .btn img{width:7px}}#section2 .aos-wrapper .panel .btns-wrapper .btn.btn-prev img{-webkit-transform:rotate(90deg);transform:rotate(90deg)}#section2 .aos-wrapper .panel .btns-wrapper .btn.btn-next img{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}#section2 .aos-wrapper .panel ul{margin:auto;margin-bottom:17px}@media (max-width: 1279px){#section2 .aos-wrapper .panel ul{margin-bottom:12px}}@media (max-width: 767px){#section2 .aos-wrapper .panel ul{width:249px;height:49px}}#section2 .aos-wrapper .panel ul::after{content:"";display:block;clear:both}#section2 .aos-wrapper .panel ul li{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;float:left;width:240px;height:80px;-webkit-box-shadow:0 7px 9px 0 rgba(0,0,0,0.25);box-shadow:0 7px 9px 0 rgba(0,0,0,0.25);margin-right:9px;margin-bottom:12px;cursor:pointer;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:20px;-webkit-transition:0.3s;transition:0.3s}@media (max-width: 1279px){#section2 .aos-wrapper .panel ul li{width:168px;height:56px;margin-bottom:8px;margin-right:7px;padding-left:20px}}@media (max-width: 767px){#section2 .aos-wrapper .panel ul li{width:120px;height:40px;margin-right:9px;margin-bottom:0;padding-left:8px}}#section2 .aos-wrapper .panel ul li:nth-of-type(3){clear:left}@media (max-width: 767px){#section2 .aos-wrapper .panel ul li:nth-of-type(3){clear:none}}#section2 .aos-wrapper .panel ul li:last-of-type{margin-right:0}#section2 .aos-wrapper .panel ul li::before{content:"";position:absolute;display:inline-block;width:100%;height:100%;background-color:#fff;left:0;top:0}#section2 .aos-wrapper .panel ul li.active,#section2 .aos-wrapper .panel ul li:hover,#section2 .aos-wrapper .panel ul li.slick-current{-webkit-transition:0.3s;transition:0.3s;background-color:#dba75a}#section2 .aos-wrapper .panel ul li.active::before,#section2 .aos-wrapper .panel ul li:hover::before,#section2 .aos-wrapper .panel ul li.slick-current::before{background:-webkit-gradient(linear, left top, left bottom, from(rgba(255,227,187,0)), to(#c48c3c));background:linear-gradient(to bottom, rgba(255,227,187,0), #c48c3c)}#section2 .aos-wrapper .panel ul li.active p,#section2 .aos-wrapper .panel ul li:hover p,#section2 .aos-wrapper .panel ul li.slick-current p{color:#fff;-webkit-transition:0.3s;transition:0.3s}#section2 .aos-wrapper .panel ul li.active p span,#section2 .aos-wrapper .panel ul li:hover p span,#section2 .aos-wrapper .panel ul li.slick-current p span{color:#fff;-webkit-transition:0.3s;transition:0.3s}#section2 .aos-wrapper .panel ul li.active .arrow,#section2 .aos-wrapper .panel ul li:hover .arrow,#section2 .aos-wrapper .panel ul li.slick-current .arrow{background-image:url(../img/icon_arrow_white.svg);-webkit-transition:0.3s;transition:0.3s}#section2 .aos-wrapper .panel ul li p{position:relative;font-size:20px;letter-spacing:2px;-webkit-transition:0.3s;transition:0.3s}@media (max-width: 1279px){#section2 .aos-wrapper .panel ul li p{font-size:14px;letter-spacing:1px}}@media (max-width: 767px){#section2 .aos-wrapper .panel ul li p{font-size:14px}}#section2 .aos-wrapper .panel ul li p span{font-size:36px;font-weight:bold;color:#dba75a;-webkit-transition:0.3s;transition:0.3s}@media (max-width: 1279px){#section2 .aos-wrapper .panel ul li p span{font-size:25px;letter-spacing:2.5px}}@media (max-width: 767px){#section2 .aos-wrapper .panel ul li p span{font-size:18px;letter-spacing:0;margin-right:2px}}#section2 .aos-wrapper .panel ul li .arrow{-webkit-transition:0.3s;transition:0.3s;width:20px;height:13px;background-image:url(../img/icon_arrow_black.svg);background-size:contain;background-repeat:no-repeat;background-position:center center;position:absolute;top:50%;right:30px}@media (max-width: 1279px){#section2 .aos-wrapper .panel ul li .arrow{width:15px;height:10px;right:15px}}@media (max-width: 767px){#section2 .aos-wrapper .panel ul li .arrow{width:10px;right:10px;top:40%}}#section2 .aos-wrapper .content-wrapper{position:relative;-webkit-box-shadow:0 7px 9px 0 rgba(0,0,0,0.25);box-shadow:0 7px 9px 0 rgba(0,0,0,0.25)}@media (max-width: 1279px){#section2 .aos-wrapper .content-wrapper{-webkit-box-shadow:0 4.9px 6.3px 0 rgba(0,0,0,0.25);box-shadow:0 4.9px 6.3px 0 rgba(0,0,0,0.25)}}@media (max-width: 767px){#section2 .aos-wrapper .content-wrapper{height:1010px;-webkit-box-shadow:none;box-shadow:none}}#section2 .aos-wrapper .content-wrapper li{background-color:#fff;position:relative;width:1000px;height:515px;padding:50px 47px 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-box;display:-ms-flexbox;display:flex;display:none}@media (max-width: 1279px){#section2 .aos-wrapper .content-wrapper li{width:700px;height:370px;padding:36px 21px 0 35px}}@media (max-width: 767px){#section2 .aos-wrapper .content-wrapper li{width:340px;height:auto;padding:30px 20px 20px;overflow-y:scroll;-webkit-box-shadow:0 4.9px 6.3px 0 rgba(0,0,0,0.25);box-shadow:0 4.9px 6.3px 0 rgba(0,0,0,0.25)}}#section2 .aos-wrapper .content-wrapper li.show{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width: 767px){#section2 .aos-wrapper .content-wrapper li.show{display:block}}#section2 .aos-wrapper .content-wrapper li::before{content:"";display:inline-block;position:absolute;top:0;left:0;background-color:#aa0029;width:200px;height:10px}@media (max-width: 1279px){#section2 .aos-wrapper .content-wrapper li::before{width:170px;height:6px}}@media (max-width: 767px){#section2 .aos-wrapper .content-wrapper li::before{width:150px;height:10px}}#section2 .aos-wrapper .content-wrapper li .left{max-width:310px}@media (max-width: 1279px){#section2 .aos-wrapper .content-wrapper li .left{max-width:240px}}@media (max-width: 767px){#section2 .aos-wrapper .content-wrapper li .left{max-width:100%}}#section2 .aos-wrapper .content-wrapper li .left h3{color:#aa0029;font-size:24px;font-weight:bold;margin-bottom:10px;line-height:1.4}@media (max-width: 767px){#section2 .aos-wrapper .content-wrapper li .left h3{font-size:18px}}#section2 .aos-wrapper .content-wrapper li .left h3 br{display:none}@media (max-width: 1279px){#section2 .aos-wrapper .content-wrapper li .left h3 br{display:block}}@media (max-width: 767px){#section2 .aos-wrapper .content-wrapper li .left h3 br{display:none}}#section2 .aos-wrapper .content-wrapper li .left .text{font-size:16px;line-height:1.5}@media (max-width: 767px){#section2 .aos-wrapper .content-wrapper li .left .text{margin-bottom:20px}}#section2 .aos-wrapper .content-wrapper li .right{width:540px}@media (max-width: 1279px){#section2 .aos-wrapper .content-wrapper li .right{width:380px}}@media (max-width: 767px){#section2 .aos-wrapper .content-wrapper li .right{width:300px}}#section2 .aos-wrapper .content-wrapper li .right .subtitle{font-weight:bold;font-size:16px;line-height:1.4;margin-bottom:20px;color:#333;padding-left:10px;border-left:5px solid #ca1641}@media (max-width: 1279px){#section2 .aos-wrapper .content-wrapper li .right .subtitle{margin-bottom:10px}}#section2 .aos-wrapper .content-wrapper li .right img{width:100%}@media (max-width: 767px){#section2 .aos-wrapper .content-wrapper li .right img{margin-bottom:18px}}#section2 .aos-wrapper .content-wrapper li .src-text{position:absolute;width:327px;bottom:60px;left:53px;font-size:12px;line-height:1.5;color:#333;border-top:1px solid #ebebeb;padding-top:9px}@media (max-width: 1279px){#section2 .aos-wrapper .content-wrapper li .src-text{width:246px;bottom:45px;left:35px}}@media (max-width: 767px){#section2 .aos-wrapper .content-wrapper li .src-text{position:initial}}#section2 .aos-wrapper .content-wrapper li .src-text .fc_red{color:#aa0029}#section3{padding-top:125px}@media (max-width: 1279px){#section3{padding-top:75px}}@media (max-width: 767px){#section3{padding-top:90px}}#section3 .section-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:172px}@media (max-width: 1279px){#section3 .section-title{margin-bottom:140px}}@media (max-width: 767px){#section3 .section-title{margin-bottom:122px}}#section3 .section-title::before,#section3 .section-title::after{content:"";display:inline-block;width:120px;height:2px;background-color:#ca1641;margin:40px 20px 0}@media (max-width: 1279px){#section3 .section-title::before,#section3 .section-title::after{width:100px;margin-top:30px}}@media (max-width: 767px){#section3 .section-title::before,#section3 .section-title::after{width:45px;margin:20px 10px 0}}#section3 .section-title h2{text-align:center;font-size:40px;line-height:1.45;color:#333;font-weight:900;position:relative}@media (max-width: 1279px){#section3 .section-title h2{font-size:36px}}@media (max-width: 767px){#section3 .section-title h2{font-size:22px}}#section3 .section-title h2 span{color:#ca1641;font-size:100px;padding-bottom:0.3em;line-height:1}@media (max-width: 1279px){#section3 .section-title h2 span{font-size:80px}}@media (max-width: 767px){#section3 .section-title h2 span{font-size:48px;margin:0 3px}}#section3 .section-title h2::before{content:"";position:absolute;z-index:-1;width:100%;height:20px;background-color:#ff9385;opacity:0.5;left:0;bottom:5%}@media (max-width: 1279px){#section3 .section-title h2::before{bottom:-3%}}@media (max-width: 767px){#section3 .section-title h2::before{height:8px;bottom:0%}}@media (max-width: 767px){#section3 .content-wrapper{background-color:#aa0029;position:relative;z-index:1}#section3 .content-wrapper::before{position:absolute;bottom:calc(100% - 1px);left:0;content:"";display:block;width:0;height:0;border-top:60px solid transparent;border-left:100vw solid #aa0029}#section3 .content-wrapper::after{position:absolute;top:calc(100% - 1px);left:0;content:"";display:block;width:0;height:0;border-bottom:60px solid transparent;border-left:100vw solid #aa0029}}@media (max-width: 767px) and (max-width: 767px){#section3 .content-wrapper::after{border-left:none;border-right:100vw solid #aa0029}}#section3 .aos-wrapper1{max-width:1000px;margin:0 auto 115px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}@media (max-width: 1279px){#section3 .aos-wrapper1{max-width:683px;margin-bottom:50px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media (max-width: 767px){#section3 .aos-wrapper1{max-width:100%;margin-bottom:50px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}#section3 .aos-wrapper1 .left{color:#fff;margin-right:30px}@media (max-width: 1279px){#section3 .aos-wrapper1 .left{margin-right:25px;padding-top:45px}}@media (max-width: 767px){#section3 .aos-wrapper1 .left{margin-right:0;padding-top:0;width:300px;margin:0 auto 20px}}#section3 .aos-wrapper1 .left h2{font-size:24px;font-weight:bold;margin-bottom:25px;line-height:1.4}@media (max-width: 1279px){#section3 .aos-wrapper1 .left h2{font-size:20px;margin-bottom:15px}}@media (max-width: 767px){#section3 .aos-wrapper1 .left h2{font-size:22px;margin-bottom:10px}}#section3 .aos-wrapper1 .left p{font-size:16px;line-height:1.5}#section3 .aos-wrapper1 .right{position:relative}#section3 .aos-wrapper1 .right .chart-container{position:relative;width:640px;height:480px;padding:39px 50px 0;background-color:#fff;-webkit-box-shadow:0 7px 9px 0 rgba(0,0,0,0.25);box-shadow:0 7px 9px 0 rgba(0,0,0,0.25)}@media (max-width: 1279px){#section3 .aos-wrapper1 .right .chart-container{width:414px;height:311px;padding:26px 42px 0;-webkit-box-shadow:0 4.5px 5.8px 0 rgba(0,0,0,0.25);box-shadow:0 4.5px 5.8px 0 rgba(0,0,0,0.25)}}@media (max-width: 767px){#section3 .aos-wrapper1 .right .chart-container{width:340px;height:280px;padding:30px 20px 0;margin:auto}}#section3 .aos-wrapper1 .right .chart-container::before{content:"";position:absolute;top:0;left:0;display:inline-block;width:200px;height:10px;background-color:#aa0029}@media (max-width: 1279px){#section3 .aos-wrapper1 .right .chart-container::before{width:170px;height:6px}}@media (max-width: 767px){#section3 .aos-wrapper1 .right .chart-container::before{width:150px;height:8px}}#section3 .aos-wrapper1 .right .chart-container .chart-title{font-size:16px;font-weight:bold;border-left:#aa0029 5px solid;padding-left:10px;margin-bottom:20px;line-height:1.4}@media (max-width: 1279px){#section3 .aos-wrapper1 .right .chart-container .chart-title{margin-bottom:12px}}@media (max-width: 767px){#section3 .aos-wrapper1 .right .chart-container .chart-title{margin-bottom:10px}}#section3 .aos-wrapper1 .right .chart-container img{width:100%}#section3 .aos-wrapper1 .right .src-text{color:#fff;font-size:12px;line-height:1.5;padding-top:1em;border-top:1px solid #fff;position:absolute;width:330px;right:calc(100% + 30px);bottom:0}@media (max-width: 1279px){#section3 .aos-wrapper1 .right .src-text{width:243px}}@media (max-width: 767px){#section3 .aos-wrapper1 .right .src-text{width:300px;position:initial;margin:auto;margin-top:30px}}#section3 .aos-wrapper2{margin:auto;width:1000px;height:160px;background-color:#dba75a;-webkit-transform:skewX(-20deg);transform:skewX(-20deg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width: 1279px){#section3 .aos-wrapper2{width:620px;height:120px}}@media (max-width: 767px){#section3 .aos-wrapper2{width:280px;height:auto;padding:18px 20px}}#section3 .aos-wrapper2 .inner-wrapper{-webkit-transform:skewX(20deg);transform:skewX(20deg)}#section3 .aos-wrapper2 .inner-wrapper h2{font-size:40px;color:#fff;font-weight:900;line-height:70px;margin-bottom:4px;text-align:center}@media (max-width: 1279px){#section3 .aos-wrapper2 .inner-wrapper h2{font-size:26px;line-height:55px}}@media (max-width: 767px){#section3 .aos-wrapper2 .inner-wrapper h2{font-size:18px;line-height:1.5}}#section3 .aos-wrapper2 .inner-wrapper h2 span{font-size:60px;font-weight:bold;font-style:italic;margin-left:5px}@media (max-width: 1279px){#section3 .aos-wrapper2 .inner-wrapper h2 span{font-size:46px}}@media (max-width: 767px){#section3 .aos-wrapper2 .inner-wrapper h2 span{font-size:30px;display:block;text-align:center}}#section3 .aos-wrapper2 .inner-wrapper p{color:#8a5223;font-size:24px;font-weight:bold;line-height:1.6;text-align:center}@media (max-width: 1279px){#section3 .aos-wrapper2 .inner-wrapper p{font-size:18px;line-height:1.22}}@media (max-width: 767px){#section3 .aos-wrapper2 .inner-wrapper p{font-size:16px}}#section3 .aos-wrapper2 .inner-wrapper p br{display:none}@media (max-width: 767px){#section3 .aos-wrapper2 .inner-wrapper p br{display:block}}#section4{position:relative;padding-top:120px;padding-bottom:60px}@media (max-width: 1279px){#section4{padding-top:80px;padding-bottom:0}}@media (max-width: 767px){#section4{background-color:#ca1641;margin-bottom:-55px}#section4::after{position:absolute;top:calc(100% - 1px);left:0;content:"";display:block;width:0;height:0;border-bottom:60px solid transparent;border-left:100vw solid #ca1641}}#section4 .section-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:92px;position:relative}@media (max-width: 1279px){#section4 .section-title{margin-bottom:55px}}@media (max-width: 767px){#section4 .section-title{margin-bottom:43px}}#section4 .section-title::before,#section4 .section-title::after{content:"";display:inline-block;width:120px;height:2px;background-color:#fff;margin:0 20px 0}@media (max-width: 1279px){#section4 .section-title::before,#section4 .section-title::after{width:100px}}@media (max-width: 767px){#section4 .section-title::before,#section4 .section-title::after{width:45px;margin:0 20px 0}}#section4 .section-title h2{text-align:center;font-size:40px;line-height:1.45;color:#fff;font-weight:900;position:relative;z-index:1}@media (max-width: 1279px){#section4 .section-title h2{font-size:36px}}@media (max-width: 767px){#section4 .section-title h2{font-size:22px}}#section4 .section-title h2::before{content:"";position:absolute;z-index:-1;width:110%;height:20px;background-color:#ff9385;opacity:0.5;left:-5%;bottom:5%}@media (max-width: 1279px){#section4 .section-title h2::before{height:18px;width:100%;left:0%;bottom:-3%}}@media (max-width: 767px){#section4 .section-title h2::before{height:8px;bottom:0%}}#section4 #sec4-tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:38px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width: 1279px){#section4 #sec4-tags{margin-bottom:30px}}@media (max-width: 767px){#section4 #sec4-tags{margin-bottom:27px}}#section4 #sec4-tags li{font-size:20px;line-height:1.5;color:#fff;position:relative;margin:0 20px;cursor:pointer}@media (max-width: 1279px){#section4 #sec4-tags li{font-size:18px}}@media (max-width: 767px){#section4 #sec4-tags li{font-size:16px;margin:0 10px}}#section4 #sec4-tags li:hover,#section4 #sec4-tags li.active{font-weight:bold}#section4 #sec4-tags li:hover::after,#section4 #sec4-tags li.active::after{-webkit-transition:0.3s;transition:0.3s;width:100%}#section4 #sec4-tags li::before{content:"";position:absolute;width:100%;height:2px;background-color:#fff;top:100%;left:0}#section4 #sec4-tags li::after{-webkit-transition:0.3s;transition:0.3s;content:"";position:absolute;width:0%;height:5px;background-color:#dba75a;top:100%;left:0}#section4 iframe{margin:auto;display:block;width:1000px;height:562px;-webkit-box-shadow:0 7px 9px 0 rgba(0,0,0,0.25);box-shadow:0 7px 9px 0 rgba(0,0,0,0.25)}@media (max-width: 1279px){#section4 iframe{width:680px;height:382px}}@media (max-width: 767px){#section4 iframe{width:340px;height:188px;-webkit-box-shadow:0 4px 6px 0 rgba(0,0,0,0.25);box-shadow:0 4px 6px 0 rgba(0,0,0,0.25)}}#section5{padding-top:200px;padding-bottom:180px}@media (max-width: 1279px){#section5{padding-bottom:60px}}@media (max-width: 767px){#section5{padding-bottom:100px;padding-top:120px}}#section5 .section-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:50px;position:relative}@media (max-width: 1279px){#section5 .section-title{margin-bottom:30px}}@media (max-width: 767px){#section5 .section-title{margin-bottom:27px}}#section5 .section-title::before,#section5 .section-title::after{content:"";display:inline-block;width:120px;height:2px;background-color:#ca1641;margin:0 20px}@media (max-width: 1279px){#section5 .section-title::before,#section5 .section-title::after{width:100px}}@media (max-width: 767px){#section5 .section-title::before,#section5 .section-title::after{width:45px;margin:0 10px}}#section5 .section-title h2{text-align:center;font-size:40px;line-height:1.45;color:#333;font-weight:900;position:relative}@media (max-width: 1279px){#section5 .section-title h2{font-size:36px}}@media (max-width: 767px){#section5 .section-title h2{font-size:22px}}#section5 .section-title h2 span{position:relative}#section5 .section-title h2::before{content:"";position:absolute;width:100%;height:20px;background-color:#ff9385;opacity:0.5;left:0;bottom:5%}@media (max-width: 1279px){#section5 .section-title h2::before{bottom:-3%}}@media (max-width: 767px){#section5 .section-title h2::before{height:8px;bottom:0%}}#section5 .aos-wrapper{margin:auto}#section5 .aos-wrapper .btns-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;max-width:1200px;margin:0 auto}@media (max-width: 1279px){#section5 .aos-wrapper .btns-wrapper{margin-bottom:18px;max-width:688px}}@media (max-width: 767px){#section5 .aos-wrapper .btns-wrapper{max-width:343px;margin-bottom:3px;width:100%}}#section5 .aos-wrapper .btns-wrapper .btn{width:80px;height:80px;border-radius:50%;background-color:#aa0029;border:2px solid #dba75a;cursor:pointer;position:relative}@media (max-width: 1279px){#section5 .aos-wrapper .btns-wrapper .btn{width:54px;height:54px}}@media (max-width: 767px){#section5 .aos-wrapper .btns-wrapper .btn{width:40px;height:40px}}#section5 .aos-wrapper .btns-wrapper .btn:first-child{margin-right:20px}@media (max-width: 767px){#section5 .aos-wrapper .btns-wrapper .btn:first-child{margin-right:10px}}#section5 .aos-wrapper .btns-wrapper .btn.disabled{opacity:0.5}@media (max-width: 767px){#section5 .aos-wrapper .btns-wrapper .btn.disabled{opacity:1}}#section5 .aos-wrapper .btns-wrapper .btn.slick-disabled{opacity:0.5}#section5 .aos-wrapper .btns-wrapper .btn img{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:14px}@media (max-width: 1279px){#section5 .aos-wrapper .btns-wrapper .btn img{width:10px}}@media (max-width: 767px){#section5 .aos-wrapper .btns-wrapper .btn img{width:7px}}#section5 .aos-wrapper .btns-wrapper .btn.btn-prev img{-webkit-transform:rotate(90deg);transform:rotate(90deg)}#section5 .aos-wrapper .btns-wrapper .btn.btn-next img{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}#section5 .aos-wrapper ul{max-width:1216px;height:640px;margin:auto;position:relative;z-index:1}@media (max-width: 1279px){#section5 .aos-wrapper ul{max-width:700px;height:500px}}@media (max-width: 767px){#section5 .aos-wrapper ul{width:340px;height:740px;-webkit-box-shadow:0 7px 9px 0 rgba(0,0,0,0.25);box-shadow:0 7px 9px 0 rgba(0,0,0,0.25);overflow:hidden}}#section5 .aos-wrapper ul li{width:640px;height:640px;background-color:#fff;-webkit-box-shadow:0 7px 9px 0 rgba(0,0,0,0.25);box-shadow:0 7px 9px 0 rgba(0,0,0,0.25);padding:43px 50px 0;position:relative;-webkit-transition:0.3s;transition:0.3s;position:absolute;left:calc(50% - 320px)}@media (max-width: 1279px){#section5 .aos-wrapper ul li{width:500px;height:500px;padding:26px 26px 0;left:calc(50% - 250px)}}@media (max-width: 767px){#section5 .aos-wrapper ul li{width:340px;height:740px;padding:30px 20px 0;-webkit-transform:none;transform:none;left:calc(50% - 170px)}}#section5 .aos-wrapper ul li.c1{-webkit-transform:translateX(0) scale(1);transform:translateX(0) scale(1);z-index:99}#section5 .aos-wrapper ul li.c2{-webkit-transform:translateX(-40%) scale(0.625);transform:translateX(-40%) scale(0.625)}#section5 .aos-wrapper ul li.c3{-webkit-transform:translateX(40%) scale(0.625);transform:translateX(40%) scale(0.625)}#section5 .aos-wrapper ul li.now::after{opacity:0}#section5 .aos-wrapper ul li::before{content:"";position:absolute;top:0;left:0;background-color:#aa0029;width:200px;height:10px}@media (max-width: 1279px){#section5 .aos-wrapper ul li::before{width:170px;height:6px}}@media (max-width: 767px){#section5 .aos-wrapper ul li::before{width:150px;height:8px}}#section5 .aos-wrapper ul li::after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background-color:#333;opacity:0.5;-webkit-transition:0.3s;transition:0.3s}@media (max-width: 767px){#section5 .aos-wrapper ul li::after{opacity:0}}#section5 .aos-wrapper ul li h2{font-size:24px;line-height:1.4;color:#aa0029;font-weight:bold;margin-bottom:10px}@media (max-width: 767px){#section5 .aos-wrapper ul li h2{font-size:18px}}#section5 .aos-wrapper ul li .text{font-size:16px;line-height:1.5;margin-bottom:18px;color:#000}#section5 .aos-wrapper ul li h3{border-left:5px solid #aa0029;padding-left:10px;font-size:16px;font-weight:bold;margin-bottom:10px}@media (max-width: 1279px){#section5 .aos-wrapper ul li h3{border-left-width:3px;padding-left:6px;margin-bottom:15px}}@media (max-width: 767px){#section5 .aos-wrapper ul li h3{border-left:5px solid #aa0029;margin-bottom:10px}}#section5 .aos-wrapper ul li img{width:100%}@media (max-width: 1279px){#section5 .aos-wrapper ul li img{width:auto;max-width:372px;display:block;margin:auto}}@media (max-width: 767px){#section5 .aos-wrapper ul li img{width:100%}}#section5 .aos-wrapper ul li .src-text{margin-top:29px;border-top:1px solid #ebebeb;padding-top:0.5em;font-size:12px;line-height:1.5;color:#000}@media (max-width: 1279px){#section5 .aos-wrapper ul li .src-text{margin-top:18px}}#section5 .aos-wrapper ul li .src-text .fc_red{color:#aa0029}#section6{padding-top:150px}@media (max-width: 1279px){#section6{padding-top:50px}}@media (max-width: 767px){#section6{padding-top:68px}}#section6 .section-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:92px;position:relative}@media (max-width: 1279px){#section6 .section-title{margin-bottom:66px}}@media (max-width: 767px){#section6 .section-title{margin-bottom:43px}}#section6 .section-title::before,#section6 .section-title::after{content:"";display:inline-block;width:120px;height:2px;background-color:#fff;margin:0 20px 0}@media (max-width: 1279px){#section6 .section-title::before,#section6 .section-title::after{width:100px}}@media (max-width: 767px){#section6 .section-title::before,#section6 .section-title::after{width:45px;margin:0 20px 0}}#section6 .section-title h2{text-align:center;font-size:40px;line-height:1.45;color:#fff;font-weight:900;position:relative;z-index:1}@media (max-width: 1279px){#section6 .section-title h2{font-size:36px}}@media (max-width: 767px){#section6 .section-title h2{font-size:22px}}#section6 .section-title h2::before{content:"";position:absolute;z-index:-1;width:110%;height:20px;background-color:#ff9385;opacity:0.5;left:-5%;bottom:5%}@media (max-width: 1279px){#section6 .section-title h2::before{height:18px;width:100%;left:0%;bottom:-3%}}@media (max-width: 767px){#section6 .section-title h2::before{height:8px;bottom:0%}}#section6 .wrapper{width:1000px;margin:auto;background-color:#fff;-webkit-box-shadow:0 7px 9px 0 rgba(0,0,0,0.25);box-shadow:0 7px 9px 0 rgba(0,0,0,0.25);padding:50px;position:relative;margin-bottom:30px}@media (max-width: 1279px){#section6 .wrapper{width:700px;padding:26px 30px 30px}}@media (max-width: 767px){#section6 .wrapper{width:340px;padding:30px 20px}}#section6 .wrapper::before{content:"";position:absolute;top:0;left:0;background-color:#ca1641;width:200px;height:10px}@media (max-width: 1279px){#section6 .wrapper::before{width:170px;height:6px}}@media (max-width: 767px){#section6 .wrapper::before{width:150px;height:8px}}#section6 .wrapper h2{color:#aa0029;font-size:24px;font-weight:bold;margin-bottom:20px;line-height:1.6;position:relative}@media (max-width: 1279px){#section6 .wrapper h2{margin-bottom:15px}}@media (max-width: 767px){#section6 .wrapper h2{font-size:18px;line-height:1.35;margin-bottom:20px}}#section6 .wrapper h2 span{display:inline-block;padding-right:1em;background-color:#fff;position:relative}@media (max-width: 767px){#section6 .wrapper h2 span{padding-right:0}}#section6 .wrapper h2::before{content:"";position:absolute;width:100%;height:1px;background-color:#aa0029;top:50%;left:0}@media (max-width: 767px){#section6 .wrapper h2::before{display:none}}#section6 .wrapper ul{padding-left:50px;margin-bottom:50px}@media (max-width: 1279px){#section6 .wrapper ul{padding-left:27px}}@media (max-width: 767px){#section6 .wrapper ul{margin-bottom:20px}}@media (max-width: 1279px){#section6 .wrapper ul.ul2{padding-left:35px}}#section6 .wrapper ul.ul2 li .th{margin-right:60px;width:190px;max-width:190px}@media (max-width: 1279px){#section6 .wrapper ul.ul2 li .th{margin-right:40px}}#section6 .wrapper ul.ul2 li a{color:#aa0029;text-decoration:underline}#section6 .wrapper ul.ul2 li a:last-of-type{margin-left:5px}#section6 .wrapper ul li{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.4;margin-bottom:8px}@media (max-width: 1279px){#section6 .wrapper ul li{display:block;margin-bottom:12px}}#section6 .wrapper ul li .th{font-size:16px;font-weight:bold;color:#000;width:150px;min-width:150px;margin-right:30px;position:relative}#section6 .wrapper ul li .th::before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background-color:#dba75a;position:absolute;right:calc(100% + 10px);top:6px}#section6 .wrapper ul li .td{font-size:16px;color:#000}#section6 .wrapper ul li .td .fc_red{color:#aa0029}#section6 .wrapper .charts-wrapper{border-top:1px solid #ebebeb;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width: 1279px){#section6 .wrapper .charts-wrapper{padding:15px 0 30px}}@media (max-width: 767px){#section6 .wrapper .charts-wrapper{padding:25px 0 0;display:block}}#section6 .wrapper .charts-wrapper .container{width:420px}@media (max-width: 1279px){#section6 .wrapper .charts-wrapper .container{width:312px}}@media (max-width: 767px){#section6 .wrapper .charts-wrapper .container{width:300px;margin-bottom:30px}}#section6 .wrapper .charts-wrapper .container h3{font-size:16px;line-height:1.5;font-weight:bold;margin-bottom:18px;padding-left:10px;border-left:5px solid #aa0029}@media (max-width: 767px){#section6 .wrapper .charts-wrapper .container h3{padding-left:5px;border-left-width:3px;margin-bottom:10px}}#section6 .wrapper .charts-wrapper .container img{width:100%}#section6 .wrapper .src-text{border-top:1px solid #ebebeb;padding-top:10px;color:#000;font-size:12px;line-height:1.5}#section6 .wrapper .src-text .fc_red{color:#aa0029}#section6 .wrapper .src-text .fw-bold{font-weight:bold}#section6 .wrapper .deco-money{position:absolute;width:177px;bottom:128px;right:50px}@media (max-width: 1279px){#section6 .wrapper .deco-money{width:150px;bottom:39px;right:33px}}@media (max-width: 767px){#section6 .wrapper .deco-money{display:none}}#section7{position:relative;padding-top:80px;max-width:1000px;margin:auto;padding-bottom:60px}@media (max-width: 1279px){#section7{padding:40px 0 0;width:700px}}@media (max-width: 767px){#section7{width:340px}}#section7 .section-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:50px;position:relative}@media (max-width: 1279px){#section7 .section-title{margin-bottom:40px}}@media (max-width: 767px){#section7 .section-title{margin-bottom:30px}}#section7 .section-title::before,#section7 .section-title::after{content:"";display:inline-block;width:120px;height:2px;background-color:#fff;margin:0 20px 0}@media (max-width: 1279px){#section7 .section-title::before,#section7 .section-title::after{width:100px}}@media (max-width: 767px){#section7 .section-title::before,#section7 .section-title::after{width:45px;margin:0 20px 0}}#section7 .section-title h2{text-align:center;font-size:40px;line-height:1.45;color:#fff;font-weight:900;position:relative;z-index:1}@media (max-width: 1279px){#section7 .section-title h2{font-size:36px}}@media (max-width: 767px){#section7 .section-title h2{font-size:22px}}#section7 .section-title h2::before{content:"";position:absolute;z-index:-1;width:110%;height:20px;background-color:#ff9385;opacity:0.5;left:-5%;bottom:5%}@media (max-width: 1279px){#section7 .section-title h2::before{height:18px;width:100%;left:0%;bottom:-3%}}@media (max-width: 767px){#section7 .section-title h2::before{height:8px;bottom:0%}}#section7 .wrapper{position:relative;background-color:#fff;-webkit-box-shadow:0 7px 9px 0 rgba(0,0,0,0.25);box-shadow:0 7px 9px 0 rgba(0,0,0,0.25);padding:30px 60px}@media (max-width: 1279px){#section7 .wrapper{padding:20px 40px}}@media (max-width: 767px){#section7 .wrapper{padding:35px 35px 30px}}#section7 .wrapper::before{content:"";position:absolute;top:0;left:0;background-color:#ca1641;width:200px;height:10px}@media (max-width: 1279px){#section7 .wrapper::before{width:170px;height:6px}}@media (max-width: 767px){#section7 .wrapper::before{width:150px;height:8px}}#section7 .wrapper li{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;line-height:1.5;padding:10px 0}@media (max-width: 767px){#section7 .wrapper li{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}#section7 .wrapper li:first-of-type{border-bottom:1px solid #ebebeb}#section7 .wrapper li .th{font-weight:bold;min-width:140px;width:140px;position:relative}#section7 .wrapper li .th::before{content:"";position:absolute;background-color:#b0964e;width:8px;height:8px;border-radius:50%;left:-20px;top:8px}@media (max-width: 1279px){#section7 .wrapper li .th{width:155px;min-width:155px}}@media (max-width: 767px){#section7 .wrapper li .th{width:100%}}.notice-text-wrapper{position:relative;width:900px;margin:auto;color:#fff;padding-bottom:120px;padding-top:100px}@media (max-width: 1279px){.notice-text-wrapper{padding-bottom:150px;width:700px}}@media (max-width: 767px){.notice-text-wrapper{width:300px;padding-top:40px;padding-bottom:70px}}.notice-text-wrapper h3{font-size:16px;font-weight:bold;margin-bottom:20px;line-height:1.45}.notice-text-wrapper ul{font-size:13px;line-height:1.8}.notice-text-wrapper ul li .highlight{font-weight:bold;color:#dba75a}.notice-text-wrapper p{font-size:13px;line-height:1.8}.footer{width:100%;background-color:#007979;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;color:#fff;font-size:14px;font-weight:bold;position:relative}@media (max-width: 767px){.footer{height:40px}}
/*# sourceMappingURL=index.min.css.map */