@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Serif+TC:wght@200..900&display=swap";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,input,button,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;text-decoration:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1.3333}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{font-family:"Lora","Noto Serif TC",serif !important;-webkit-box-sizing:border-box;box-sizing:border-box}a,button,input,textarea,select{resize:none;outline:none}img{max-width:100%;height:auto;border:none}div{word-wrap:break-word;word-break:break-all}.inner{max-width:1140px;margin:0 auto;padding-left:16px;padding-right:16px}@media(min-width: 768px){.inner{padding-left:32px;padding-right:32px}}@media(min-width: 1200px){.inner{padding-left:0;padding-right:0}}body{font-size:16px;line-height:1.5;font-weight:500;background:url(/assets/images/element_bg01.svg) center -50px no-repeat var(--system-grey-0);background-attachment:fixed;background-size:100%}@media(min-width: 768px){body{font-size:18px}}main{position:relative;margin-top:70px}@media(min-width: 992px){main{margin-top:0}}i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}i::before{content:""}section{padding:30px 0}@media(min-width: 768px){section{padding:45px 0}}@media(min-width: 992px){section{padding:60px 0}}.block-title{font-size:26px;font-weight:700;margin-bottom:12px}@media(min-width: 768px){.block-title{font-size:34px;margin-bottom:20px}}@media(min-width: 992px){.block-title{font-size:40px;margin-bottom:40px}}.btn-yellow{color:var(--system-white);background:var(--system-yellow-0);border-radius:30px;font-weight:700}.btn-yellow:hover{-webkit-box-shadow:0px 0px 6px rgba(0,0,0,.2);box-shadow:0px 0px 6px rgba(0,0,0,.2)}.btn-brown{color:var(--system-white);background:var(--system-brown-0);border:var(--system-brown-0) solid 1px;border-radius:30px}.btn-brown:hover{background:var(--system-brown-2)}.btn-brown-outline{border:var(--system-brown-0) solid 1px;color:var(--system-brown-0);border-radius:30px}.btn-brown-outline:hover{color:var(--system-brown-2);-webkit-box-shadow:0px 0px 6px rgba(0,0,0,.2);box-shadow:0px 0px 6px rgba(0,0,0,.2)}.btn-red{background:var(--system-red-0);border:var(--system-red-0) solid 1px;color:var(--system-white)}.btn-red:hover{background:var(--system-red-1)}.text-red{color:var(--system-red-0)}.text-brown-2{color:var(--system-brown-2)}form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;font-weight:400}form .form-label{font-weight:600}form input,form textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:var(--system-grey-1) solid 1px;width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:5px 8px}form .form-check-input{width:16px;height:16px;-webkit-box-flex:0;-ms-flex:none;flex:none}form .form-check-input:checked{background:var(--system-brown-0);border-color:var(--system-brown-0)}form .form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}form .form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}form .form-check-input[type=checkbox]{border-radius:4px}form .form-check-input[type=radio]{border-radius:50%}.modal{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:105;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.6);opacity:0;visibility:hidden;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transition:visibility 0s linear .25s,opacity .25s 0s,-webkit-transform .25s;transition:visibility 0s linear .25s,opacity .25s 0s,-webkit-transform .25s;transition:visibility 0s linear .25s,opacity .25s 0s,transform .25s;transition:visibility 0s linear .25s,opacity .25s 0s,transform .25s,-webkit-transform .25s;padding:0 16px}@media(min-width: 576px){.modal{padding:0}}.modal .modal-content{position:relative;background:var(--system-white);border-radius:12px;padding:20px;width:100%;max-width:520px;line-height:1.4}@media(min-width: 576px){.modal .modal-content{padding:30px}}.modal .modal-header{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:20px}.modal .modal-header h3{font-size:22px;font-weight:700}@media(min-width: 576px){.modal .modal-header h3{font-size:24px}}.modal .modal-body .btn-brown{padding:7px 40px}.modal .modal-body .icon::before{content:"";width:26px;height:26px}.modal .modal-body .icon-privacy{background:url(/assets/images/icon-privacy.svg) 0 0 no-repeat;background-size:100%}.modal .modal-body .icon-account{background:url(/assets/images/icon-account.svg) 0 0 no-repeat;background-size:100%}.modal .modal-body a:hover{text-decoration:underline}.show-modal{opacity:1;visibility:visible;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:visibility 0s linear 0s,opacity .25s 0s,-webkit-transform .25s;transition:visibility 0s linear 0s,opacity .25s 0s,-webkit-transform .25s;transition:visibility 0s linear 0s,opacity .25s 0s,transform .25s;transition:visibility 0s linear 0s,opacity .25s 0s,transform .25s,-webkit-transform .25s}#modalPassword .form-group,#modalRegister .form-group{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}@media(min-width: 576px){#modalPassword .form-group,#modalRegister .form-group{gap:0}}#modalPassword .form-label,#modalRegister .form-label{width:100%;max-width:75px}@media(min-width: 375px){#modalPassword .form-label,#modalRegister .form-label{max-width:110px}}#modalPassword .verify-code,#modalRegister .verify-code{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}@media(min-width: 576px){#modalPassword .verify-code,#modalRegister .verify-code{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}#modalPassword .verify-code input,#modalRegister .verify-code input{margin-bottom:10px}@media(min-width: 576px){#modalPassword .verify-code input,#modalRegister .verify-code input{margin-bottom:0;margin-right:10px}}#modalPassword .verify-code img,#modalRegister .verify-code img{width:100%;max-width:200px}header{position:fixed;width:100%;height:70px;z-index:101;top:0;left:0;background:var(--system-grey-0);border-bottom:var(--system-grey-1) solid 1px}@media(min-width: 992px){header{position:relative;height:auto;background:rgba(0,0,0,0);border-bottom:none}}header .inner{padding-top:8px;padding-bottom:8px}@media(min-width: 576px){header .inner{padding-top:5px;padding-bottom:5px}}@media(min-width: 992px){header .inner{padding-top:6px;padding-bottom:6px}}header .m-nav{display:block;width:22px;margin:0;padding-top:0;position:fixed;z-index:101;left:16px;top:23px}@media(min-width: 768px){header .m-nav{left:32px}}@media(min-width: 992px){header .m-nav{display:none}}header .m-nav .ico{width:100%;height:22px;position:relative;padding-top:11px}header .m-nav .ico span{width:100%;height:2px;position:absolute;background:var(--system-black);display:block;-webkit-transition:all .4s cubic-bezier(0.19, 1, 0.22, 1) 0s;transition:all .4s cubic-bezier(0.19, 1, 0.22, 1) 0s}header .m-nav .ico span:before,header .m-nav .ico span:after{content:"";left:0;top:-9px;width:100%;height:2px;position:absolute;background:var(--system-black);display:block;-webkit-transition:all .4s cubic-bezier(0.19, 1, 0.22, 1) 0s;transition:all .4s cubic-bezier(0.19, 1, 0.22, 1) 0s}header .m-nav .ico span::after{top:9px}header .m-nav.active .ico span{background:rgba(0,0,0,0)}header .m-nav.active .ico span:before,header .m-nav.active .ico span::after{top:0}header .m-nav.active .ico span::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}header .m-nav.active .ico span::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}header .logo{margin-right:auto;margin-left:auto}@media(min-width: 992px){header .logo{margin-left:0}}header .logo img{width:55px}@media(min-width: 576px){header .logo img{width:60px}}@media(min-width: 992px){header .logo img{width:auto}}header .navbar-nav{position:fixed;top:70px;left:-100%;width:60%;height:100%;-webkit-transition:left .5s ease;transition:left .5s ease;z-index:100;background:var(--system-grey-0)}@media(min-width: 992px){header .navbar-nav{position:relative;top:auto;left:auto;width:auto;height:auto;background:rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none}}header .navbar-nav ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 992px){header .navbar-nav ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:40px}}header .navbar-nav li{width:100%;text-align:center;border-bottom:var(--system-grey-1) solid 1px}@media(min-width: 992px){header .navbar-nav li{width:auto;text-align:left;border-bottom:none}}header .navbar-nav a{font-weight:500;color:var(--system-black);padding:15px;display:block}@media(min-width: 992px){header .navbar-nav a{padding:0}}header .navbar-nav a:hover{text-decoration:underline;color:var(--system-brown-0)}header .navbar-nav.active{left:0}header .nav-member{margin-left:40px;position:absolute;right:16px}@media(min-width: 768px){header .nav-member{right:32px}}@media(min-width: 992px){header .nav-member{right:auto;position:relative}}header .nav-member .btn-brown{padding:7px;font-size:0}@media(min-width: 992px){header .nav-member .btn-brown{font-size:inherit;gap:8px;padding:7px 16px}}header .nav-member i::before{width:20px;height:20px;display:block}header .nav-member .icon-login::before{background:url(/assets/images/icon-login.svg) 0 0 no-repeat;background-size:20px}header .nav-member .icon-user::before{background:url(/assets/images/icon-user.svg) 0 0 no-repeat;background-size:20px}header .mbr-menu{min-width:170px;top:auto;left:-19px;padding-top:30px;display:none}header .mbr-menu ul{background:var(--system-white);-webkit-box-shadow:0px 2px 13px rgba(0,0,0,.1);box-shadow:0px 2px 13px rgba(0,0,0,.1)}header .mbr-menu li+li{border-top:var(--system-grey-1) solid 1px}header .mbr-menu a{color:var(--system-black)}@media(min-width: 992px){header .mbr-dropdown li:hover .mbr-menu{display:block}}header .mbr-dropdown .mb{display:block}@media(min-width: 992px){header .mbr-dropdown .mb{display:none}}header .mbr-dropdown .pc{display:none}@media(min-width: 992px){header .mbr-dropdown .pc{display:block}}.bars-close{width:100%;height:100%;position:fixed;background-color:var(--system-black);opacity:.3;z-index:10;top:0;left:0;cursor:pointer;display:none}@media(min-width: 992px){.bars-close{display:none !important}}footer{background:var(--system-grey-0)}footer .foot-info .item+.item{margin-top:16px}@media(min-width: 768px){footer .foot-info .item+.item{border-left:var(--system-grey-1) solid 1px;margin-top:0}}footer .foot-info p{font-size:14px;font-weight:900;letter-spacing:3px;color:var(--system-brown-0);margin-bottom:5px}@media(min-width: 768px){footer .foot-info p{margin-bottom:10px}}footer .foot-info a{font-size:16px;font-weight:500;letter-spacing:1px;color:var(--system-grey-2)}footer .foot-info a:hover{text-decoration:underline}footer .foot-info img{-webkit-filter:invert(31%) sepia(0%) saturate(1351%) hue-rotate(238deg) brightness(93%) contrast(90%);filter:invert(31%) sepia(0%) saturate(1351%) hue-rotate(238deg) brightness(93%) contrast(90%)}footer .icon-ig img:hover{-webkit-filter:invert(25%) sepia(59%) saturate(2363%) hue-rotate(281deg) brightness(98%) contrast(99%);filter:invert(25%) sepia(59%) saturate(2363%) hue-rotate(281deg) brightness(98%) contrast(99%)}footer .icon-line img:hover{-webkit-filter:invert(50%) sepia(93%) saturate(413%) hue-rotate(74deg) brightness(99%) contrast(92%);filter:invert(50%) sepia(93%) saturate(413%) hue-rotate(74deg) brightness(99%) contrast(92%)}footer .icon-fb img:hover{-webkit-filter:invert(46%) sepia(9%) saturate(2990%) hue-rotate(177deg) brightness(99%) contrast(87%);filter:invert(46%) sepia(9%) saturate(2990%) hue-rotate(177deg) brightness(99%) contrast(87%)}footer .icon-yt img:hover{-webkit-filter:invert(32%) sepia(83%) saturate(2304%) hue-rotate(339deg) brightness(101%) contrast(113%);filter:invert(32%) sepia(83%) saturate(2304%) hue-rotate(339deg) brightness(101%) contrast(113%)}footer .foot-copyright{font-size:15px;color:var(--system-grey-2);border-top:var(--system-grey-1) solid 1px;padding-left:16px;padding-right:16px}@media(min-width: 768px){footer .foot-copyright{padding-left:0;padding-right:0}}:root{--system-grey-0: #f7f7ef;--system-grey-1: #dedbd7;--system-grey-2: #4f4f4f;--system-grey-3: #EBE9E3;--system-brown-0: #ba9a63;--system-brown-1: #cbb179;--system-brown-2: #ab8647;--system-blue: #1e3044;--system-yellow-0: #f8b918;--system-yellow-1: #ece3cf;--system-red-0: #bf0008;--system-red-1: #9b0007;--system-black: #000000;--system-white: #ffffff}