html{line-height:1.15;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{height:0;box-sizing:content-box;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;-moz-appearance:button;appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{max-width:100%;padding:0;white-space:normal;color:inherit;box-sizing:border-box;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{padding:0;box-sizing:border-box}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}body{font-family:Arial,"Microsoft JhengHei",sans-serif;-webkit-tap-highlight-color:transparent}.container{width:100%;min-height:100vh;background-image:linear-gradient(180deg, #a1e2e8, #ffffff);overflow:hidden;display:flex;flex-direction:column;position:relative}.content{width:100%;display:flex;flex-grow:1;flex-direction:column}.header{width:100%;padding:10px 20px;background-color:#89cdc9;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1020}.header.scroll{background-color:#2f1610}.logo{width:70%;max-width:312px;position:relative;z-index:1}.logo::before{content:"";width:100%;padding-bottom:22.1153846154%;background-image:url(../assets/images/logo.png);display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.ham{width:44px;height:44px;display:none;position:relative;z-index:1060}@media(max-width: 1024px){.ham{display:block;cursor:pointer}}.ham>span{width:60%;height:2px;background-color:#fff;position:absolute;right:50%;transform:translate(50%, -50%);transition:.3s all}.ham>span:nth-child(1){top:35%}.ham>span:nth-child(2){top:50%}.ham>span:nth-child(3){top:65%}.ham.active>span:nth-child(1){top:50%;transform:translate(50%, -50%) rotate(-225deg)}.ham.active>span:nth-child(2){opacity:0}.ham.active>span:nth-child(3){top:50%;transform:translate(50%, -50%) rotate(225deg)}.ham__mask{width:100%;height:100vh;background-color:rgba(0,0,0,.6);opacity:0;position:fixed;top:0;left:0;z-index:1000;transition:.3s opacity;pointer-events:none}@media(max-width: 1024px){.ham__mask.active{opacity:1;pointer-events:all}}.nav{margin-left:5%;display:flex;flex-grow:1;justify-content:space-between;align-items:center}@media(max-width: 1366px){.nav{margin-left:20px}}@media(max-width: 1024px){.nav{width:90%;max-width:280px;height:auto;padding:20px;background-color:#df9863;border-radius:10px 0 0 10px;box-sizing:border-box;overflow-y:auto;flex-grow:0;flex-direction:column;justify-content:flex-start;position:absolute;top:100%;right:0;z-index:1040;transform:translateX(100%);transition:.3s transform}.nav.active{transform:translateX(0)}}.nav__item{padding:15px;box-sizing:border-box;position:relative;display:flex;justify-content:center;align-items:center}.nav__item:hover>.nav__text{color:#c4043f}@media(max-width: 1024px){.nav__item{width:100%;padding:15px 0;border-bottom:1px solid #333;flex-direction:column}.nav__item:nth-last-child(1){border-bottom:none}.nav__item:hover>.nav__text{color:#c4043f}}.nav__text{font-weight:bold;text-decoration:none;white-space:nowrap;color:#3b1c14;transition:.3s color;cursor:pointer;font-size:1.625rem;letter-spacing:.08125rem;line-height:2.4375rem}@media(max-width: 1600px){.nav__text{font-size:1.5rem;letter-spacing:.075rem;line-height:2.25rem}}@media(max-width: 1366px){.nav__text{font-size:1.375rem;letter-spacing:.06875rem;line-height:2.0625rem}}@media(max-width: 1024px){.nav__text{font-size:1.25rem;letter-spacing:.0625rem;line-height:1.875rem}}@media(max-width: 420px){.nav__text{font-size:1.125rem;letter-spacing:.05625rem;line-height:1.6875rem}}@media(max-width: 1024px){.nav__text{text-align:center}}.nav__link{width:100%;height:100%;position:absolute;top:0;right:0;z-index:1}.nav__dropdown{background-color:#fff;border-radius:10px;overflow:hidden;display:none;position:absolute;top:100%;right:50%;transform:translate(50%, 0)}@media(max-width: 1024px){.nav__dropdown{width:100%;margin-top:10px;position:static;transform:translate(0, 0)}}.nav__dropdown__item{padding:10px 30px;background-color:#ffe7cc;box-sizing:border-box;display:block;position:relative;transition:.3s background-color}@media(max-width: 1024px){.nav__dropdown__item{padding:10px;background-color:transparent;border-bottom:none}.nav__dropdown__item:nth-last-child(1){border-bottom:none}}.nav__dropdown__item:hover{background-color:#ffd099}.nav__dropdown__item:hover .nav__dropdown__text{color:#000}@media(max-width: 1024px){.nav__dropdown__item:hover{background-color:transparent}.nav__dropdown__item:hover .nav__dropdown__text{color:#000}}.nav__dropdown__text{width:100%;text-align:center;white-space:nowrap;color:#000;transition:.3s color;cursor:pointer;font-size:1.625rem;letter-spacing:.08125rem;line-height:2.4375rem}@media(max-width: 1600px){.nav__dropdown__text{font-size:1.5rem;letter-spacing:.075rem;line-height:2.25rem}}@media(max-width: 1366px){.nav__dropdown__text{font-size:1.375rem;letter-spacing:.06875rem;line-height:2.0625rem}}@media(max-width: 1024px){.nav__dropdown__text{font-size:1.25rem;letter-spacing:.0625rem;line-height:1.875rem}}@media(max-width: 420px){.nav__dropdown__text{font-size:1.125rem;letter-spacing:.05625rem;line-height:1.6875rem}}@media(max-width: 1024px){.nav__dropdown__text{padding:5px 0;text-align:center;box-sizing:border-box}}.nav__dropdown__link{width:100%;height:100%;position:absolute;top:0;right:0;z-index:1}.nav__share{width:60px;height:60px;margin:15px 0;background-color:#1977f3;border:5px solid #3b1c14;border-radius:50%;box-sizing:border-box;flex-shrink:0;position:relative;transition:.3s background-color;display:flex;justify-content:center;align-items:center}.nav__share:hover{background-color:#df9863}@media(max-width: 1024px){.nav__share:hover{background-color:#1977f3}}.nav__share__icon{width:50%;padding-bottom:50%;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3C%21--%20Font%20Awesome%20Free%205.15.1%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20%28Icons%3A%20CC%20BY%204.0%2C%20Fonts%3A%20SIL%20OFL%201.1%2C%20Code%3A%20MIT%20License%29%20--%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M279.14%20288l14.22-92.66h-88.91v-60.13c0-25.35%2012.42-50.06%2052.24-50.06h40.42V6.26S260.43%200%20225.36%200c-73.22%200-121.08%2044.38-121.08%20124.72v70.62H22.89V288h81.39v224h100.17V288z%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-size:contain;background-position:center}.bottomImg{width:100%}.bottomImg::before{content:"";padding-bottom:15.3125%;background-image:url(../assets/images/bg_footer.png);display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.footer{width:100%;padding:.75rem;background-color:#3b1c14;box-sizing:border-box;display:flex;justify-content:center;align-items:center;font-size:.875rem;letter-spacing:.04375rem;line-height:1.3125rem}@media(max-width: 1600px){.footer{font-size:.84375rem;letter-spacing:.0421875rem;line-height:1.265625rem}}@media(max-width: 1366px){.footer{font-size:.8125rem;letter-spacing:.040625rem;line-height:1.21875rem}}@media(max-width: 1024px){.footer{font-size:.78125rem;letter-spacing:.0390625rem;line-height:1.171875rem}}@media(max-width: 420px){.footer{font-size:.75rem;letter-spacing:.0375rem;line-height:1.125rem}}@media(max-width: 1024px){.footer{justify-content:center}}@media(max-width: 420px){.footer{flex-direction:column}}.footer__copyRight{margin-right:5px;color:#fff;position:relative;cursor:default}@media(max-width: 420px){.footer__copyRight{margin-right:0;margin-bottom:5px}}.footer__link{position:relative;cursor:default}.footer__link>a{text-decoration:none;color:#df9863}.scene{width:100%;overflow:hidden;position:absolute;top:0;left:0}.scene::before{content:"";width:100%;padding-bottom:33.3333333333%;display:block}@media(max-width: 1024px){.scene::before{padding-bottom:50%}}@media(max-width: 1024px){.scene{margin-top:60px}}.scene__effect{width:100%;height:100%;background-image:url(../assets/images/light_fade.png);position:absolute;top:0;left:0;background-repeat:no-repeat;background-size:cover;background-position:50% 15%}.scene__cloud{position:absolute}.scene__cloud::before{content:"";display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.scene__cloud--c1{width:32.7604166667%;top:27%;left:-5%}.scene__cloud--c1::before{padding-bottom:28.9348171701%;background-image:url(../assets/images/cloud_3.png)}.scene__cloud--c2{width:27.2916666667%;top:27%;right:-1%}.scene__cloud--c2::before{padding-bottom:59.9236641221%;background-image:url(../assets/images/cloud_4.png)}.eventLogo{width:50%;max-width:596px;margin:3% auto -2.5% auto;position:relative;z-index:1}.eventLogo::before{content:"";width:100%;padding-bottom:40.1006711409%;background-image:url(../assets/images/eventLogo_inner.png);display:block;background-repeat:no-repeat;background-size:contain;background-position:center}@media(max-width: 568px){.eventLogo{width:75%}}.content{width:95%;max-width:1400px;margin-bottom:50px;background-color:#fff;border:10px solid #3b1c14;border-radius:50px;box-sizing:border-box;align-self:center;position:relative;cursor:default}@media(max-width: 1024px){.content{margin-bottom:30px;border-width:8px;border-radius:30px}}@media(max-width: 568px){.content{margin-bottom:20px;border-width:5px;border-radius:25px}}.content__title{width:calc(100% - 20px);padding:2% 1%;margin:10px;font-weight:bold;text-align:center;color:#fff;background-color:#df9863;border-radius:30px;box-sizing:border-box;font-size:3.75rem;letter-spacing:0rem;line-height:5.625rem}@media(max-width: 1600px){.content__title{font-size:3.1875rem;letter-spacing:0rem;line-height:4.78125rem}}@media(max-width: 1366px){.content__title{font-size:2.625rem;letter-spacing:0rem;line-height:3.9375rem}}@media(max-width: 1024px){.content__title{font-size:2.0625rem;letter-spacing:0rem;line-height:3.09375rem}}@media(max-width: 420px){.content__title{font-size:1.5rem;letter-spacing:0rem;line-height:2.25rem}}@media(max-width: 1024px){.content__title{width:calc(100% - 16px);margin:8px;border-radius:20px}}@media(max-width: 568px){.content__title{width:calc(100% - 10px);margin:5px;border-radius:16px}}.content__wrap{width:100%;padding:5%;box-sizing:border-box;position:relative}.content__pageTitle{width:100%;padding-bottom:10px;margin-bottom:20px;font-weight:bold;text-align:center;color:#3b1c14;border-bottom:2px solid #3b1c14;cursor:default;font-size:2rem;letter-spacing:.1rem;line-height:3rem}@media(max-width: 1600px){.content__pageTitle{font-size:1.875rem;letter-spacing:.09375rem;line-height:2.8125rem}}@media(max-width: 1366px){.content__pageTitle{font-size:1.75rem;letter-spacing:.0875rem;line-height:2.625rem}}@media(max-width: 1024px){.content__pageTitle{font-size:1.625rem;letter-spacing:.08125rem;line-height:2.4375rem}}@media(max-width: 420px){.content__pageTitle{font-size:1.5rem;letter-spacing:.075rem;line-height:2.25rem}}.content__pageTitle--clear{border-bottom:none}.alertMsg{background-color:rgba(0,0,0,.8);opacity:0;display:none;justify-content:center;align-items:center;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1080}.alertMsg__wrap{width:90%;max-width:600px;max-height:90%;padding:20px;background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.alertMsg__text{margin-bottom:20px;font-weight:bold;color:#333;overflow-y:auto;cursor:default;font-size:1.25rem;letter-spacing:.0625rem;line-height:1.875rem}@media(max-width: 1600px){.alertMsg__text{font-size:1.1875rem;letter-spacing:.059375rem;line-height:1.78125rem}}@media(max-width: 1366px){.alertMsg__text{font-size:1.125rem;letter-spacing:.05625rem;line-height:1.6875rem}}@media(max-width: 1024px){.alertMsg__text{font-size:1.0625rem;letter-spacing:.053125rem;line-height:1.59375rem}}@media(max-width: 420px){.alertMsg__text{font-size:1rem;letter-spacing:.05rem;line-height:1.5rem}}.alertMsg__img{width:100%;height:auto;margin-bottom:20px;display:block}a{text-decoration:none;color:initial}button{font:inherit;border:none}button:focus{outline:none}.btnGroup{width:100%;display:flex;justify-content:center;align-items:center}.btnGroup>.btn{width:100%;margin-right:10px}.btnGroup>.btn:nth-last-child(1){margin-right:0}@media(max-width: 420px){.btnGroup[data-btn="1"]>.btn{max-width:inherit}}@media(max-width: 420px){.btnGroup[data-btn="2"]{flex-direction:column}.btnGroup[data-btn="2"]>.btn{max-width:inherit}.btnGroup[data-btn="2"]>.btn:nth-child(1){margin-right:0;margin-bottom:10px}}@media(max-width: 568px){.btnGroup[data-btn="3"]{flex-direction:column}.btnGroup[data-btn="3"]>.btn{max-width:inherit;margin-right:0;margin-bottom:10px}.btnGroup[data-btn="3"]>.btn:nth-last-child(1){margin-bottom:0}}@media(max-width: 812px){.btnGroup[data-btn="4"]{flex-wrap:wrap}.btnGroup[data-btn="4"]>.btn{width:calc(50% - 10px);max-width:inherit;margin-right:20px;margin-bottom:10px}.btnGroup[data-btn="4"]>.btn:nth-child(2n){margin-right:0}.btnGroup[data-btn="4"]>.btn:nth-last-child(1),.btnGroup[data-btn="4"]>.btn:nth-last-child(2){margin-bottom:0}}@media(max-width: 568px){.btnGroup[data-btn="4"]{flex-direction:column}.btnGroup[data-btn="4"]>.btn{width:100%;margin-right:0;margin-bottom:10px}.btnGroup[data-btn="4"]>.btn:nth-last-child(2){margin-bottom:10px}.btnGroup[data-btn="4"]>.btn:nth-last-child(1){margin-bottom:0}}.btnGroup--fluid>.btn{max-width:inherit}.btnGroup--free{width:auto}.btnGroup--free>.btn{max-width:inherit}.btn{max-width:300px;padding:15px;font-weight:bold;border-radius:9999px;box-shadow:2px 2px 5px rgba(0,0,0,.2);box-sizing:border-box;transition:.3s background-color,.3s color;cursor:pointer;font-size:1.125rem;letter-spacing:.05625rem;line-height:1.6875rem;display:flex;justify-content:center;align-items:center}@media(max-width: 1600px){.btn{font-size:1.09375rem;letter-spacing:.0546875rem;line-height:1.640625rem}}@media(max-width: 1366px){.btn{font-size:1.0625rem;letter-spacing:.053125rem;line-height:1.59375rem}}@media(max-width: 1024px){.btn{font-size:1.03125rem;letter-spacing:.0515625rem;line-height:1.546875rem}}@media(max-width: 420px){.btn{font-size:1rem;letter-spacing:.05rem;line-height:1.5rem}}.btn--shadow{box-shadow:2px 2px 5px rgba(0,0,0,.2)}.btn--primary{color:#fff;background-color:#3b1c14}.btn--primary:hover{color:#fff;background-color:#351912}.btn--secondary{color:#fff;background-color:#89cdc9}.btn--secondary:hover{color:#fff;background-color:#7bb9b5}.btn--gray{color:#fff;background-color:#999}.btn--gray:hover{color:#fff;background-color:#8a8a8a}.btn--coral{color:#fff;background-color:#f0726c}.btn--coral:hover{color:#fff;background-color:#f2807b}.btn--fa-sync-alt-white:hover::after{transform:rotateZ(180deg)}.btn--fa-sync-alt-white::after{content:"";width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3C%21--%20Font%20Awesome%20Free%205.15.1%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20%28Icons%3A%20CC%20BY%204.0%2C%20Fonts%3A%20SIL%20OFL%201.1%2C%20Code%3A%20MIT%20License%29%20--%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M370.72%20133.28C339.458%20104.008%20298.888%2087.962%20255.848%2088c-77.458.068-144.328%2053.178-162.791%20126.85-1.344%205.363-6.122%209.15-11.651%209.15H24.103c-7.498%200-13.194-6.807-11.807-14.176C33.933%2094.924%20134.813%208%20256%208c66.448%200%20126.791%2026.136%20171.315%2068.685L463.03%2040.97C478.149%2025.851%20504%2036.559%20504%2057.941V192c0%2013.255-10.745%2024-24%2024H345.941c-21.382%200-32.09-25.851-16.971-40.971l41.75-41.749zM32%20296h134.059c21.382%200%2032.09%2025.851%2016.971%2040.971l-41.75%2041.75c31.262%2029.273%2071.835%2045.319%20114.876%2045.28%2077.418-.07%20144.315-53.144%20162.787-126.849%201.344-5.363%206.122-9.15%2011.651-9.15h57.304c7.498%200%2013.194%206.807%2011.807%2014.176C478.067%20417.076%20377.187%20504%20256%20504c-66.448%200-126.791-26.136-171.315-68.685L48.97%20471.03C33.851%20486.149%208%20475.441%208%20454.059V320c0-13.255%2010.745-24%2024-24z%22%2F%3E%3C%2Fsvg%3E");display:block;transition:.3s transform;margin-left:10px;background-repeat:no-repeat;background-size:contain;background-position:center}.tableWrap{width:100%;overflow-y:auto}.table{width:100%;border-spacing:0;border-collapse:collapse}.table thead tr{background-color:#d0ebe9}.table tbody tr:nth-child(odd){background-color:#e7f5f4}.table tbody tr:nth-child(even){background-color:#d0ebe9}.table th,.table td{padding:15px;text-align:center;white-space:nowrap;color:#000;cursor:default;font-size:1.25rem;letter-spacing:0rem;line-height:1.625rem}@media(max-width: 1600px){.table th,.table td{font-size:1.1875rem;letter-spacing:0rem;line-height:1.54375rem}}@media(max-width: 1366px){.table th,.table td{font-size:1.125rem;letter-spacing:0rem;line-height:1.4625rem}}@media(max-width: 1024px){.table th,.table td{font-size:1.0625rem;letter-spacing:0rem;line-height:1.38125rem}}@media(max-width: 420px){.table th,.table td{font-size:1rem;letter-spacing:0rem;line-height:1.3rem}}.table th.longContent,.table td.longContent{min-width:250px;text-align:left;white-space:unset}.table__checkbox{width:44px;height:44px;margin:0 auto;position:relative;cursor:pointer;display:flex;justify-content:center;align-items:center}.table__checkbox>input{opacity:0;display:none}.table__checkbox>input:checked+div{border-color:#3b1c14}.table__checkbox>input:checked+div::before{transform:scale(1)}.table__checkbox__icon{width:55%;height:55%;background-color:#fff;border:2px solid gray;border-radius:50%;box-sizing:border-box;flex-shrink:0;transition:.3s border-color;display:flex;justify-content:center;align-items:center}.table__checkbox__icon::before{content:"";width:65%;height:65%;background-color:#3b1c14;border-radius:50%;display:block;flex-shrink:0;transform:scale(0);transition:.3s transform}.table tr.disabled{opacity:.3}.table tr.disabled .table__checkbox{cursor:not-allowed}.table tr.used th,.table tr.used td{color:#c4043f}.table tr.used input:checked+div{border-color:#c4043f}.table tr.used input+div::before{background-color:#c4043f}.table__scroll{width:100%;margin:5px 0 20px 0;font-weight:bold;text-align:center;color:#000;display:none;justify-content:center;align-items:center;font-size:.875rem;letter-spacing:0rem;line-height:.875rem}@media(max-width: 1600px){.table__scroll{font-size:.875rem;letter-spacing:0rem;line-height:.875rem}}@media(max-width: 1366px){.table__scroll{font-size:.875rem;letter-spacing:0rem;line-height:.875rem}}@media(max-width: 1024px){.table__scroll{font-size:.875rem;letter-spacing:0rem;line-height:.875rem}}@media(max-width: 420px){.table__scroll{font-size:.875rem;letter-spacing:0rem;line-height:.875rem}}.table__scroll::before,.table__scroll::after{content:"";width:14px;height:14px;margin:0 5px;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3C%21--%20Font%20Awesome%20Free%205.15.1%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20%28Icons%3A%20CC%20BY%204.0%2C%20Fonts%3A%20SIL%20OFL%201.1%2C%20Code%3A%20MIT%20License%29%20--%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M224.3%20273l-136%20136c-9.4%209.4-24.6%209.4-33.9%200l-22.6-22.6c-9.4-9.4-9.4-24.6%200-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6%200-33.9L54.3%20103c9.4-9.4%2024.6-9.4%2033.9%200l136%20136c9.5%209.4%209.5%2024.6.1%2034zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9%200l-22.6%2022.6c-9.4%209.4-9.4%2024.6%200%2033.9l96.4%2096.4-96.4%2096.4c-9.4%209.4-9.4%2024.6%200%2033.9l22.6%2022.6c9.4%209.4%2024.6%209.4%2033.9%200l136-136c9.4-9.2%209.4-24.4%200-33.8z%22%2F%3E%3C%2Fsvg%3E");display:block;background-repeat:no-repeat;background-size:contain;background-position:center}@media(max-width: 420px){.table__scroll{display:flex}}.table__selectWrap{position:relative}.table__selectWrap::before{content:"";width:15px;height:15px;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3C%21--%20Font%20Awesome%20Free%205.15.1%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20%28Icons%3A%20CC%20BY%204.0%2C%20Fonts%3A%20SIL%20OFL%201.1%2C%20Code%3A%20MIT%20License%29%20--%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M143%20352.3L7%20216.3c-9.4-9.4-9.4-24.6%200-33.9l22.6-22.6c9.4-9.4%2024.6-9.4%2033.9%200l96.4%2096.4%2096.4-96.4c9.4-9.4%2024.6-9.4%2033.9%200l22.6%2022.6c9.4%209.4%209.4%2024.6%200%2033.9l-136%20136c-9.2%209.4-24.4%209.4-33.8%200z%22%2F%3E%3C%2Fsvg%3E");position:absolute;top:50%;right:10px;transform:translateY(-50%);pointer-events:none;background-repeat:no-repeat;background-size:contain;background-position:center}.table__select{width:100%;min-width:100px;padding:5px 10px;background-color:#fff;border:2px solid #89cdc9;border-radius:5px;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;font-size:1rem;letter-spacing:.05rem;line-height:1.5rem}@media(max-width: 1600px){.table__select{font-size:1rem;letter-spacing:.05rem;line-height:1.5rem}}@media(max-width: 1366px){.table__select{font-size:1rem;letter-spacing:.05rem;line-height:1.5rem}}@media(max-width: 1024px){.table__select{font-size:1rem;letter-spacing:.05rem;line-height:1.5rem}}@media(max-width: 420px){.table__select{font-size:1rem;letter-spacing:.05rem;line-height:1.5rem}}.editor{width:100%;padding:20px;box-sizing:border-box}.editor a{text-decoration:underline;word-break:break-all;color:#3b1c14}.editor img{max-width:100%;margin:0 auto 20px auto;display:block}.editor ul,.editor ol{-webkit-padding-start:20px;padding-inline-start:20px;margin-bottom:20px}.editor ul.list--cjk,.editor ol.list--cjk{list-style-type:cjk-decimal;-webkit-padding-start:40px;padding-inline-start:40px}.editor__h1{font-weight:bold;color:#000;cursor:default;font-size:2rem;letter-spacing:.1rem;line-height:3rem}@media(max-width: 1600px){.editor__h1{font-size:1.875rem;letter-spacing:.09375rem;line-height:2.8125rem}}@media(max-width: 1366px){.editor__h1{font-size:1.75rem;letter-spacing:.0875rem;line-height:2.625rem}}@media(max-width: 1024px){.editor__h1{font-size:1.625rem;letter-spacing:.08125rem;line-height:2.4375rem}}@media(max-width: 420px){.editor__h1{font-size:1.5rem;letter-spacing:.075rem;line-height:2.25rem}}.editor__h2{font-weight:bold;color:#000;cursor:default;font-size:1.5rem;letter-spacing:.075rem;line-height:2.25rem}@media(max-width: 1600px){.editor__h2{font-size:1.4375rem;letter-spacing:.071875rem;line-height:2.15625rem}}@media(max-width: 1366px){.editor__h2{font-size:1.375rem;letter-spacing:.06875rem;line-height:2.0625rem}}@media(max-width: 1024px){.editor__h2{font-size:1.3125rem;letter-spacing:.065625rem;line-height:1.96875rem}}@media(max-width: 420px){.editor__h2{font-size:1.25rem;letter-spacing:.0625rem;line-height:1.875rem}}.editor__p{font-weight:bold;color:#000;cursor:default;font-size:1.25rem;letter-spacing:0rem;line-height:1.875rem}@media(max-width: 1600px){.editor__p{font-size:1.21875rem;letter-spacing:0rem;line-height:1.828125rem}}@media(max-width: 1366px){.editor__p{font-size:1.1875rem;letter-spacing:0rem;line-height:1.78125rem}}@media(max-width: 1024px){.editor__p{font-size:1.15625rem;letter-spacing:0rem;line-height:1.734375rem}}@media(max-width: 420px){.editor__p{font-size:1.125rem;letter-spacing:0rem;line-height:1.6875rem}}.editor--center{text-align:center}.editor--pointer{cursor:pointer}.goTop{width:50px;height:50px;background-color:#fff;border-radius:50%;box-shadow:0 0 15px rgba(0,0,0,.5);opacity:0;position:fixed;right:2%;bottom:8%;z-index:100;transition:.3s box-shadow;pointer-events:none;cursor:pointer;display:flex;justify-content:center;align-items:center}.goTop::before{content:"";width:40%;padding-bottom:40%;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3C%21--%20Font%20Awesome%20Free%205.15.1%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20%28Icons%3A%20CC%20BY%204.0%2C%20Fonts%3A%20SIL%20OFL%201.1%2C%20Code%3A%20MIT%20License%29%20--%3E%3Cpath%20fill%3D%22%23cc3421%22%20d%3D%22M504%20256c0%20136.997-111.043%20248-248%20248S8%20392.997%208%20256C8%20119.083%20119.043%208%20256%208s248%20111.083%20248%20248zm-248%2050c-25.405%200-46%2020.595-46%2046s20.595%2046%2046%2046%2046-20.595%2046-46-20.595-46-46-46zm-43.673-165.346l7.418%20136c.347%206.364%205.609%2011.346%2011.982%2011.346h48.546c6.373%200%2011.635-4.982%2011.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884%200-12.356%205.78-11.981%2012.654z%22%2F%3E%3C%2Fsvg%3E");display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.goTop:hover{box-shadow:0 0 5px rgba(0,0,0,.5)}@media(max-width: 1024px){.goTop:hover{box-shadow:0 0 15px rgba(0,0,0,.5)}}.lg{width:100%}.lg__item{cursor:pointer}.lg-backdrop{background-color:rgba(0,0,0,.8)}@media(max-width: 860px)and (max-height: 460px){.lg-outer .lg-video-cont{width:90%}}.tab{width:100%;max-width:620px;margin:0 auto 5% auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;justify-content:space-between;align-items:center;position:relative;cursor:pointer}.tab::after{content:"";width:50%;height:3px;background-color:#3b1c14;position:absolute;bottom:0;left:0;transition:.3s transform}.tab__btn{width:50%;padding:20px 0;font-weight:bold;border-bottom:3px solid #b3b3b3;box-sizing:border-box;transition:.3s color;display:flex;justify-content:center;align-items:center;font-size:1.875rem;letter-spacing:.09375rem;line-height:2.8125rem}@media(max-width: 1600px){.tab__btn{font-size:1.6875rem;letter-spacing:.084375rem;line-height:2.53125rem}}@media(max-width: 1366px){.tab__btn{font-size:1.5rem;letter-spacing:.075rem;line-height:2.25rem}}@media(max-width: 1024px){.tab__btn{font-size:1.3125rem;letter-spacing:.065625rem;line-height:1.96875rem}}@media(max-width: 420px){.tab__btn{font-size:1.125rem;letter-spacing:.05625rem;line-height:1.6875rem}}.tab__btn:nth-child(1){color:#3b1c14}.tab__btn:nth-child(2){color:#b3b3b3}.tab.switch::after{transform:translateX(100%)}.tab.switch .tab__btn:nth-child(1){color:#b3b3b3}.tab.switch .tab__btn:nth-child(2){color:#3b1c14}.list{width:100%}.list__item{width:100%;margin-bottom:10px;box-sizing:border-box;overflow:hidden;display:flex;justify-content:space-between;align-items:center;position:relative}.list__item:nth-child(odd){background-color:#d7bea0}.list__item:nth-child(even){background-color:#dbb281}.list__item::after{content:"";width:100%;height:100%;background-image:linear-gradient(rgba(59, 28, 20, 0.2), rgba(255, 255, 255, 0));position:absolute;top:0;left:0;transform:translateY(100%);transition:.3s transform;pointer-events:none}.list__item:hover::after{transform:translateY(0)}.list__date,.list__title,.list__index{padding:20px;box-sizing:border-box}@media(max-width: 420px){.list__date,.list__title,.list__index{padding:10px;letter-spacing:0}}.list__date,.list__index{font-weight:bold;color:#3b1c14;border-right:1px solid #b3b3b3;align-self:stretch;font-size:1.5rem;letter-spacing:.075rem;line-height:2.25rem}@media(max-width: 1600px){.list__date,.list__index{font-size:1.375rem;letter-spacing:.06875rem;line-height:2.0625rem}}@media(max-width: 1366px){.list__date,.list__index{font-size:1.25rem;letter-spacing:.0625rem;line-height:1.875rem}}@media(max-width: 1024px){.list__date,.list__index{font-size:1.125rem;letter-spacing:.05625rem;line-height:1.6875rem}}@media(max-width: 420px){.list__date,.list__index{font-size:1rem;letter-spacing:.05rem;line-height:1.5rem}}.list__title{font-weight:bold;color:#3b1c14;flex-grow:1;font-size:1.5rem;letter-spacing:.075rem;line-height:2.25rem}@media(max-width: 1600px){.list__title{font-size:1.375rem;letter-spacing:.06875rem;line-height:2.0625rem}}@media(max-width: 1366px){.list__title{font-size:1.25rem;letter-spacing:.0625rem;line-height:1.875rem}}@media(max-width: 1024px){.list__title{font-size:1.125rem;letter-spacing:.05625rem;line-height:1.6875rem}}@media(max-width: 420px){.list__title{font-size:1rem;letter-spacing:.05rem;line-height:1.5rem}}.list__arrow{width:25px;padding-bottom:25px;margin:20px;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%3E%3C%21--%20Font%20Awesome%20Free%205.15.1%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20%28Icons%3A%20CC%20BY%204.0%2C%20Fonts%3A%20SIL%20OFL%201.1%2C%20Code%3A%20MIT%20License%29%20--%3E%3Cpath%20fill%3D%22%233b1c14%22%20d%3D%22M224.3%20273l-136%20136c-9.4%209.4-24.6%209.4-33.9%200l-22.6-22.6c-9.4-9.4-9.4-24.6%200-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6%200-33.9L54.3%20103c9.4-9.4%2024.6-9.4%2033.9%200l136%20136c9.5%209.4%209.5%2024.6.1%2034z%22%2F%3E%3C%2Fsvg%3E");flex-shrink:0;background-repeat:no-repeat;background-size:contain;background-position:center}@media(max-width: 420px){.list__arrow{width:20px;padding-bottom:20px;margin:10px}}.list__link{width:100%;height:100%;position:absolute;top:0;right:0;z-index:1}.information__video{width:100%}.information__list{opacity:0;display:none}.LgV{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start}.LgV__card{width:32%;margin:0 .5% 20px .5%;position:relative;cursor:pointer}@media(max-width: 1024px){.LgV__card{width:49%}}@media(max-width: 568px){.LgV__card{width:100%;margin:0 0 20px 0}}.LgV__card__img{width:100%;box-sizing:border-box;overflow:hidden;position:relative}.LgV__card__img::after{content:"";width:100%;height:100%;background-image:linear-gradient(rgba(98, 73, 67, 0.4), rgba(24, 11, 8, 0.4));position:absolute;top:0;left:0;transform:translateY(100%);transition:.3s transform;pointer-events:none}.LgV__card__img>img{width:100%;height:auto;display:block}.LgV__card__icon{width:44px;padding-bottom:44px;position:absolute;right:20px;bottom:20px;z-index:1}.LgV__card__icon::before,.LgV__card__icon::after{content:"";width:100%;padding-bottom:100%;position:absolute;top:0;left:0;background-repeat:no-repeat;background-size:contain;background-position:center}.LgV__card__icon::before{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3C%21--%20Font%20Awesome%20Free%205.15.1%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20%28Icons%3A%20CC%20BY%204.0%2C%20Fonts%3A%20SIL%20OFL%201.1%2C%20Code%3A%20MIT%20License%29%20--%3E%3Cpath%20fill%3D%22%233b1c14%22%20d%3D%22M371.7%20238l-176-107c-15.8-8.8-35.7%202.5-35.7%2021v208c0%2018.4%2019.8%2029.8%2035.7%2021l176-101c16.4-9.1%2016.4-32.8%200-42zM504%20256C504%20119%20393%208%20256%208S8%20119%208%20256s111%20248%20248%20248%20248-111%20248-248zm-448%200c0-110.5%2089.5-200%20200-200s200%2089.5%20200%20200-89.5%20200-200%20200S56%20366.5%2056%20256z%22%2F%3E%3C%2Fsvg%3E")}.LgV__card__icon::after{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3C%21--%20Font%20Awesome%20Free%205.15.1%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20%28Icons%3A%20CC%20BY%204.0%2C%20Fonts%3A%20SIL%20OFL%201.1%2C%20Code%3A%20MIT%20License%29%20--%3E%3Cpath%20fill%3D%22%23df9863%22%20d%3D%22M371.7%20238l-176-107c-15.8-8.8-35.7%202.5-35.7%2021v208c0%2018.4%2019.8%2029.8%2035.7%2021l176-101c16.4-9.1%2016.4-32.8%200-42zM504%20256C504%20119%20393%208%20256%208S8%20119%208%20256s111%20248%20248%20248%20248-111%20248-248zm-448%200c0-110.5%2089.5-200%20200-200s200%2089.5%20200%20200-89.5%20200-200%20200S56%20366.5%2056%20256z%22%2F%3E%3C%2Fsvg%3E");opacity:0;transition:.3s opacity}.LgV__card__title{width:100%;margin-top:10px;font-weight:bold;color:#3b1c14;font-size:1.125rem;letter-spacing:.05625rem;line-height:1.6875rem}@media(max-width: 1600px){.LgV__card__title{font-size:1.09375rem;letter-spacing:.0546875rem;line-height:1.640625rem}}@media(max-width: 1366px){.LgV__card__title{font-size:1.0625rem;letter-spacing:.053125rem;line-height:1.59375rem}}@media(max-width: 1024px){.LgV__card__title{font-size:1.03125rem;letter-spacing:.0515625rem;line-height:1.546875rem}}@media(max-width: 420px){.LgV__card__title{font-size:1rem;letter-spacing:.05rem;line-height:1.5rem}}.LgV__card:hover .LgV__card__img::before,.LgV__card:hover .LgV__card__img::after{transform:translateY(0)}.LgV__card:hover .LgV__card__icon::after{opacity:1}
