.col-row{flex-direction:row}.col-cell{flex-direction:row;justify-content:space-between}.col-wrap{box-sizing:border-box;display:flex;flex-wrap:wrap;list-style:none}.col-wrap:after{content:"";display:table;clear:both}.col-wrap .col{box-sizing:border-box}.col-wrap .col.grow{flex-grow:1}.col.s1{width:8.33333%}.col.s2{width:16.66666%}.col.s3{width:24.99999%}.col.s4{width:33.33333%}.col.s5{width:41.66666%}.col.s6{width:49.99999%}.col.s7{width:58.33333%}.col.s8{width:66.66666%}.col.s9{width:74.99999%}.col.s10{width:83.33333%}.col.s11{width:91.66666%}.col.s12{width:99.99999%}@media(min-width: 767px){.col.m1{width:8.33333%}.col.m2{width:16.66666%}.col.m3{width:24.99999%}.col.m4{width:33.33333%}.col.m5{width:41.66666%}.col.m6{width:49.99999%}.col.m7{width:58.33333%}.col.m8{width:66.66666%}.col.m9{width:74.99999%}.col.m10{width:83.33333%}.col.m11{width:91.66666%}.col.m12{width:99.99999%}}@media(min-width: 1023px){.col.l1{width:8.33333%}.col.l2{width:16.66666%}.col.l3{width:24.99999%}.col.l4{width:33.33333%}.col.l5{width:41.66666%}.col.l6{width:49.99999%}.col.l7{width:58.33333%}.col.l8{width:66.66666%}.col.l9{width:74.99999%}.col.l10{width:83.33333%}.col.l11{width:91.66666%}.col.l12{width:99.99999%}}form label.text{position:relative;display:inline-block;vertical-align:middle;box-sizing:border-box;transition:all .3s ease-in-out}form label.text input{color:#fff;background:hsla(0,0%,100%,.12);box-sizing:border-box;padding:8px;border:1px solid hsla(0,0%,100%,.12);outline:none;max-width:100%;width:100%;height:38px}form label.text input:focus{border-color:#d6a432;box-shadow:0 0 0 .25rem rgba(173,127,28,.05)}form label.text.text-full{width:100%}form label.text.text-full input{width:100%;max-width:100%}form label.textarea{position:relative;display:inline-block;vertical-align:middle;box-sizing:border-box;transition:all .3s ease-in-out}form label.textarea textarea{color:#fff;background-color:hsla(0,0%,100%,.12);box-sizing:border-box;padding:8px;border-radius:4px;border:1px solid hsla(0,0%,100%,.12);outline:none;max-width:100%;width:100%;height:36px}form label.textarea textarea:focus{border-color:#d6a432;box-shadow:0 0 0 .25rem rgba(173,127,28,.05)}form label.textarea.textarea-full{width:100%}form label.textarea.textarea-full input{width:100%;max-width:100%}form select.select{color:#fff !important;display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:hsla(0,0%,100%,.12);background-image:url("/assets/css/images/select.svg");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid hsla(0,0%,100%,.12);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}form select.select:focus{outline:0;border-color:#d6a432;box-shadow:0 0 0 .25rem rgba(173,127,28,.05)}form select.select option{color:#fff !important;background:#171717}form select.select [disabled]{color:#979797;background:#272727}.grid{display:grid}.grid.gap-xs{gap:8px 8px}.grid.gap-sm{gap:12px 12px}.grid.gap-md{gap:16px 16px}.grid.gap-lg{gap:20px 20px}.grid.gap-xl{gap:24px 24px}.grid.gap-gr{gap:28px 28px}.grid.gap-xg{gap:32px 32px}.grid.s1{grid-template-columns:repeat(1, 1fr)}.grid.s2{grid-template-columns:repeat(2, 1fr)}.grid.s3{grid-template-columns:repeat(3, 1fr)}.grid.s4{grid-template-columns:repeat(4, 1fr)}.grid.s5{grid-template-columns:repeat(5, 1fr)}.grid.s6{grid-template-columns:repeat(6, 1fr)}.grid.s7{grid-template-columns:repeat(7, 1fr)}.grid.s8{grid-template-columns:repeat(8, 1fr)}@media(min-width: 767px){.grid.m1{grid-template-columns:repeat(1, 1fr)}.grid.m2{grid-template-columns:repeat(2, 1fr)}.grid.m3{grid-template-columns:repeat(3, 1fr)}.grid.m4{grid-template-columns:repeat(4, 1fr)}.grid.m5{grid-template-columns:repeat(5, 1fr)}.grid.m6{grid-template-columns:repeat(6, 1fr)}.grid.m7{grid-template-columns:repeat(7, 1fr)}.grid.m8{grid-template-columns:repeat(8, 1fr)}}@media(min-width: 1023px){.grid.l1{grid-template-columns:repeat(1, 1fr)}.grid.l2{grid-template-columns:repeat(2, 1fr)}.grid.l3{grid-template-columns:repeat(3, 1fr)}.grid.l4{grid-template-columns:repeat(4, 1fr)}.grid.l5{grid-template-columns:repeat(5, 1fr)}.grid.l6{grid-template-columns:repeat(6, 1fr)}.grid.l7{grid-template-columns:repeat(7, 1fr)}.grid.l8{grid-template-columns:repeat(8, 1fr)}}.flex{display:flex}.flex.ss{align-items:flex-start;justify-content:flex-start}.flex.sc{align-items:flex-start;justify-content:center}.flex.se{align-items:flex-start;justify-content:flex-end}.flex.cs{align-items:center;justify-content:flex-start}.flex.cc{align-items:center;justify-content:center}.flex.ce{align-items:center;justify-content:flex-end}.flex.es{align-items:flex-end;justify-content:flex-start}.flex.ec{align-items:flex-end;justify-content:center}.flex.ee{align-items:flex-end;justify-content:flex-end}@media(min-width: 767px){.flex.md\:ss{align-items:flex-start;justify-content:flex-start}.flex.md\:sc{align-items:flex-start;justify-content:center}.flex.md\:se{align-items:flex-start;justify-content:flex-end}.flex.md\:cs{align-items:center;justify-content:flex-start}.flex.md\:cc{align-items:center;justify-content:center}.flex.md\:ce{align-items:center;justify-content:flex-end}.flex.md\:es{align-items:flex-end;justify-content:flex-start}.flex.md\:ec{align-items:flex-end;justify-content:center}.flex.md\:ee{align-items:flex-end;justify-content:flex-end}}@media(min-width: 1024px){.flex.lg\:ss{align-items:flex-start;justify-content:flex-start}.flex.lg\:sc{align-items:flex-start;justify-content:center}.flex.lg\:se{align-items:flex-start;justify-content:flex-end}.flex.lg\:cs{align-items:center;justify-content:flex-start}.flex.lg\:cc{align-items:center;justify-content:center}.flex.lg\:ce{align-items:center;justify-content:flex-end}.flex.lg\:es{align-items:flex-end;justify-content:flex-start}.flex.lg\:ec{align-items:flex-end;justify-content:center}.flex.lg\:ee{align-items:flex-end;justify-content:flex-end}}.mb-xs{margin-bottom:10px}.mb-sm{margin-bottom:20px}.mb-md{margin-bottom:30px}.table-scroll{position:relative;overflow-x:auto}.table-scroll::-webkit-scrollbar{height:3px}.button{position:relative;font-size:1rem;font-weight:bold;z-index:1;color:#fff !important;display:inline-block;text-align:center;vertical-align:middle;text-shadow:1.5px 3px 4px rgba(0,0,0,.6);background:#d6a432;line-height:42px;box-sizing:border-box;padding:0 44px;border:none;box-shadow:2.5px 5px 6.25px rgba(0,0,0,.15);border-radius:6px;outline:none;height:44px;pointer-events:auto;overflow:hidden;cursor:pointer}@media(min-width: 1px)and (max-width: 767px){.button{padding:0 20px}}.button.sm{font-size:.9rem;padding:0}.button.gold{color:#fff;text-shadow:1.5px 3px 4px #000;background:linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);background-size:200% 200%;box-shadow:5px 5px 10px rgba(0,0,0,.144)}.button.gold i{color:#796703}.button.border{color:#d6a432;text-shadow:0 0 0 rgba(0,0,0,0);background:none;border:1px solid #d6a432}.button.border:hover{color:#fff;text-shadow:0 0 0 rgba(0,0,0,0);background:#d6a432;border:1px solid #d6a432}.button.text{color:#d6a432;text-shadow:0 0 0 rgba(0,0,0,0);background:none;border:none;box-shadow:0 0 0}@media(min-width: 1025px){.button.text:hover{text-decoration:underline;background:none}}@media(min-width: 1025px){.button:hover:after{left:100%}}.button:after{content:"";position:absolute;top:0;left:-100%;z-index:1;width:100%;height:100%;background:linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);transition:all 650ms}@keyframes animate{0%{transform:translate(-50%, -75%) rotate(0deg)}100%{transform:translate(-50%, -75%) rotate(360deg)}}div[class^=bulletin] span[data-tag]{font-size:12px;color:#fff;background:#d6a432;display:inline-block;vertical-align:top;line-height:20px;padding:0 8px;border-radius:6px}div[class^=bulletin] span[data-tag=置頂]{background:#fb8c00}div[class^=bulletin] span[data-tag=系統]{background:#00acc1}div[class^=bulletin] span[data-tag=優惠]{background:#d81b60}div[class^=bulletin] span[data-tag=一般]{background:#3949ab}#bulletin-latest{position:relative;font-size:1rem;width:900px;max-width:100%}#bulletin-latest:before,#bulletin-latest:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}#bulletin-latest:before{background:url("/assets/css/images/dark.jpg") center bottom no-repeat;background-size:100% auto}#bulletin-latest:after{background:linear-gradient(to bottom, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%)}#bulletin-latest .inner{position:relative;z-index:1;color:#d6a432}#bulletin-latest .heading{padding-left:8px;line-height:40px}#bulletin-latest .heading h2{font-size:1rem}#bulletin-latest .row{padding-bottom:50px;width:40%;max-height:600px;overflow-y:auto}@media all and (max-width: 1024px){#bulletin-latest .row{width:100%;height:600px;max-height:90%}}#bulletin-latest .row .item{padding:10px;margin-bottom:0;border-bottom:1px dotted rgba(214,164,50,.2);cursor:pointer}#bulletin-latest .row .item:last-of-type{border-bottom:none}#bulletin-latest .row .item .date{font-size:12px;color:#ad7f1c;text-align:right}#bulletin-latest .row .item .content{line-height:1.6;display:none}#bulletin-latest .box{padding:0 20px;border-left:1px solid rgba(214,164,50,.2);width:60%;max-height:600px;overflow-y:auto}@media all and (max-width: 1024px){#bulletin-latest .box{display:none;width:100%}}#bulletin-latest .box .title{font-size:1.25rem;display:block;box-sizing:border-box;padding:10px 0;border-bottom:1px solid #d6a432;min-height:61px}#bulletin-latest .box .content{line-height:1.6}#bulletin-latest .box .date{font-size:.9rem;color:#ad7f1c;text-align:right}#bulletin-latest .buttons{position:absolute;right:60%;bottom:0;left:0;text-align:center;padding:16px}@media all and (max-width: 1024px){#bulletin-latest .buttons{right:0}}#bulletin-latest .buttons:after{position:absolute;content:"";background:linear-gradient(to top, rgba(0, 0, 0, 0.1), transparent);width:100%;top:-20px;left:0;height:20px}#bulletin-latest .buttons .button{line-height:30px;padding:0 16px;height:30px;cursor:pointer}.bulletin{font-size:.9rem;padding:30px 0;margin:0 auto;width:1024px !important;max-width:100% !important}.bulletin .buttons{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.bulletin .buttons .button{min-width:110px;font-size:1rem;display:inline-block;text-align:center;padding:0 12px;transition:all .2s ease}.bulletin .buttons .button.active{color:#fff;background:#d6a432;border-color:#d6a432}.bulletin .item{position:relative;color:#fff;backdrop-filter:blur(4px);padding-bottom:20px;overflow:hidden;transition:all .25s ease-in}.bulletin .item:before,.bulletin .item:after{content:"";position:absolute;bottom:21px;left:0;background:#000;height:1px;width:100%}.bulletin .item:after{bottom:20px;background:hsla(0,0%,100%,.1)}.bulletin .item:last-of-type{margin-bottom:0}.bulletin .item:last-of-type:before,.bulletin .item:last-of-type:after{display:none}.bulletin .item .info{padding:20px 0}.bulletin .item .info .title{font-size:1.1rem;letter-spacing:1px;line-height:1.2}.bulletin .item .info .title a{color:#675541}.bulletin .item .info .date{color:#979797;margin-bottom:10px}.bulletin .item .info .content{line-height:1.6}.promotion-detail{position:relative;padding:30px}@media(min-width: 1px)and (max-width: 767px){.promotion-detail{padding:20px}}.promotion-detail .back{font-size:1.25rem;color:#675541;line-height:44px;display:block}