:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{border:0;box-shadow:none;background:none}ul,ol,dl{list-style:none}.pb30{padding-bottom:30px!important}.pb60{padding-bottom:60px!important}.pb100{padding-bottom:100px!important}.page{padding:0 20px;display:flex;flex-direction:column;min-height:100vh;max-width:430px;margin:auto;height:100%;overflow:hidden;overflow-y:auto}.subpage{min-height:100vh}.bg-gray{background:#f3f3f7;margin:0 -20px;padding:0 20px}img{width:100%}.p-contentBody{padding-top:46px}.searchBox{margin-bottom:70px}.tabBox{margin-bottom:50px}.imgSlideBox{margin-bottom:80px}.cardBox{width:100%;aspect-ratio:1/.675;position:relative;margin-bottom:20px}.cardBox .textBox{position:absolute;bottom:20px;left:20px;font-size:12px;color:#fff}.cardBox .textBox .title{font-size:15px;font-weight:700}.cardBox-thum{padding:20px;aspect-ratio:initial;display:flex;align-items:center;background:#fff;border-radius:10px;box-shadow:4px 3px 6px #7567bf2e}.cardBox-thum .thum{width:102px;height:102px;margin-right:20px}.cardBox-thum .textBox .title{display:flex;flex-direction:column;font-size:14px;margin-bottom:15px}.cardBox-thum .textBox .title strong{font-weight:700}.cardBox-thum .textBox .title span{font-size:12px}.cardBox-thum .textBox .text{font-size:12px;color:#5f4cbb;font-weight:500;margin-bottom:10px}.cardBox-thum .textBox .starBox{display:flex}.cardBox-thum .textBox .starBox .star{width:7px;height:7px;margin-right:5px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB9SURBVHgBXY6xFUBAEERnTwGUQAc6QAVaUIJURCalAjqhBR3QgVTizHGeezbZNzu7fwdwSrdFjV8pxwwBadgLd0GegcTQSCCIOVupZ/YNx9kZghG5NU2RpG+KNOMuFp9STg65l2oovwwKgTUW+9n/hVTEehmv+EZHzLO8CxfFTh+OzbXF0gAAAABJRU5ErkJggg==) no-repeat 100% 100%}.cardBox-bottom{width:90%;margin:auto}.cardBox-bottom .titleBox{display:flex;flex-direction:column;text-align:center;font-size:15px;color:#c5c1c9;margin-bottom:17px}.cardBox-bottom .titleBox strong{font-weight:700;color:#000}.cardBox-bottom .thum{display:block;width:100%}.cardBox-bottom .thum img{transform:translate(2%)}.cardBox-bottom .textBox{font-size:13px}.cardBox-bottom .textBox dl{display:flex;align-items:center;margin-bottom:15px}.cardBox-bottom .textBox dl dt{width:30%;color:#8a8492}.cardBox-bottom .textBox dl dd{margin-left:auto;width:60%}.cardBox-bottom .textBox dl dd input{height:24px;width:100%;padding:7px 12px;border-radius:50px;border:0;box-shadow:1px 1px 5px #7567bf2e;color:#8a8492}.cardBox-bottom .textBox p{color:#8a8492}.tableList{display:flex;align-items:center;margin-bottom:20px}.tableList .th-label{font-size:15px;color:#5f4cbb}.tableList .td-btns{margin-left:auto}.tableList .td-btns .btn{width:52px;height:52px;font-size:12px;border-radius:10px;margin-left:12px;box-shadow:0 2px 4px #7567bf2e;color:#c5c1c9;background:#f3f3f7}.tableList .td-btns .btn.on{color:#5f4cbb;background:#fff}.tableList .td-btns .btn span{display:block}.btn-comp{background:#5f4cbb;border-radius:50px;color:#fff}.btn-comp.large{font-size:14px;padding:15px 30px}.btn-comp.small{font-size:8px;padding:5px 13px}.chk-area{display:flex;padding-left:0;margin-top:30px}.chk-area .chk-item{margin:auto;width:47%;position:relative}.chk-area .chk-item .title{font-size:17px;text-align:center;padding-top:15px}.chk-area .chk-item:first-child{margin-left:0}.chk-area .chk-item:first-child .title{color:#5f4cbb}.chk-area .chk-item:last-child{margin-right:0}.chk-area .chk-item:last-child .title{color:#f9a58b}.chk-area .btn{position:absolute;bottom:25px;right:10px}.p-bottom{margin:0 -20px;padding:30px 20px 100px;border-radius:40px 40px 0 0;background:#fff;box-shadow:1 -6px 10px #7567bf1a;transform:translateY(-70px)}.p-bottom .btn-area{margin:20px -20px 0;padding:15px 0;border-radius:40px 40px 0 0;box-shadow:0 2px 10px #7567bf33;text-align:center}.top-menu[data-v-71d589fb]{display:flex;align-self:center}.top-menu .btn-link[data-v-71d589fb]{margin-right:20px;color:#666}.top-menu .btn-link .dot[data-v-71d589fb]{display:inline-block;width:7px;height:7px;border-radius:30px;background:gray;margin-right:5px}.top-menu .btn-link.is-active[data-v-71d589fb]{color:#000}.top-menu .btn-link.is-active .dot[data-v-71d589fb]{background:red}.p-head[data-v-e9df3d2f]{margin-top:45px}.p-head .wrap[data-v-e9df3d2f]{display:flex;align-items:center}.p-head_title[data-v-e9df3d2f]{font-size:18px;color:#f9a58b}.p-head_iconBox[data-v-e9df3d2f]{margin-left:auto;width:38px;height:38px;border-radius:50px;background:gray;overflow:hidden}.p-head_iconBox img[data-v-e9df3d2f]{font-size:0;border:0;width:100%}.searchBox .wrap[data-v-3389243b]{width:70%;margin:auto}.searchBox-title[data-v-3389243b]{font-size:17px;color:#5f4cbb;text-align:center;margin-bottom:20px}.searchBox .frm-group[data-v-3389243b]{border-radius:50px;height:43px;position:relative}.searchBox .frm-search[data-v-3389243b]{border:0;border-radius:50px;width:100%;height:43px;padding-left:20px;font-size:14px;box-shadow:0 2px 5px #7567bf40}.searchBox .frm-search[data-v-3389243b]::placeholder{color:#cecece}.searchBox .btn-search[data-v-3389243b]{position:absolute;top:2px;right:0}.searchBox .btn-search .icon[data-v-3389243b]{display:block;width:36px;height:36px}.tabBox-area[data-v-7f32cb18]{display:flex;align-items:center;position:relative}.tabBox .tabBtn[data-v-7f32cb18]:not(:last-child){margin-right:38px}.tabBox .tabBtn[data-v-7f32cb18]{font-size:17px;color:#c5c1c9;background:none;position:relative;cursor:pointer}.tabBox .tabBtn .text[data-v-7f32cb18]{padding-bottom:10px;text-transform:capitalize}.tabBox .tabBtn .bar[data-v-7f32cb18]{position:absolute;bottom:0;left:0;width:0%;height:1px;background:#f9a58b;transition:.4s all}.tabBox .tabBtn.is-active[data-v-7f32cb18]{color:#f9a58b}.tabBox .tabBtn.is-active .bar[data-v-7f32cb18]{width:100%}.p-footer[data-v-f1aaaa94]{margin:auto -20px 0;height:58px;background:#eeecf9}.p-footer_nav[data-v-f1aaaa94]{display:flex;justify-content:center;padding:8px 20px}.p-footer_nav-btn[data-v-f1aaaa94]{width:40px;height:40px;margin:auto}.p-footer_nav-btn.is-active[data-v-f1aaaa94]{color:#faa58b}.p-footer_nav-btn span[data-v-f1aaaa94]{display:block;width:100%;height:100%}.p-footer_nav-btn img[data-v-f1aaaa94]{width:100%;height:auto;position:relative;top:50%;transform:translateY(-50%)}.imgSlideBox[data-v-d081e8e9]{position:relative}.imgSlideBox img[data-v-d081e8e9]{width:100%}.imgSlideBox .slide-big-thum[data-v-d081e8e9]{width:100%;aspect-ratio:1/.65;margin-bottom:10px;overflow:hidden}.imgSlideBox .slide-big-thum img[data-v-d081e8e9]{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;width:auto;height:auto}.imgSlideBox .slide-box[data-v-d081e8e9]{width:100%;overflow:hidden;overflow-x:auto}.imgSlideBox .slide-box .slide-area[data-v-d081e8e9]{display:flex;justify-content:flex-start;padding-left:0;width:880px}.imgSlideBox .slide-box .slide-area .slide-item[data-v-d081e8e9]{width:100px;margin-right:10px;border-radius:20px;overflow:hidden}.imgSlideBox .slide-box .slide-area .slide-item img[data-v-d081e8e9]{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%}.imgSlideBox .slide-btn .btn[data-v-d081e8e9]{position:absolute;bottom:26px}.imgSlideBox .slide-btn .arr[data-v-d081e8e9]{display:block;width:15px;height:23px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAYAAADzoH0MAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABlSURBVHgB7ZSxDYAwDATfTMIIbMIKjMAGYRMYDSZATPB8lMat00SgnGTFRc529UBrLPKZZNIzqh4zWyNulncWbtXU5d/LjMiD6y/Xz6hBmzd3RUINfcgXh0QjbUGJtMyhWDvRnBdwjwcVterlnAAAAABJRU5ErkJggg==) no-repeat}.imgSlideBox .slide-btn .btn-left[data-v-d081e8e9]{left:10px}.imgSlideBox .slide-btn .btn-right[data-v-d081e8e9]{transform:rotate(180deg);right:10px}.imgCheckBox[data-v-6e7d2221]{min-width:150px;height:100px;border-radius:20px;position:relative}.imgCheckBox .bg[data-v-6e7d2221]{width:100%;height:100%}.imgCheckBox .chkBox[data-v-6e7d2221]{position:absolute;top:20px;left:20px}.imgCheckBox .chkBox input[type=checkbox][data-v-6e7d2221]{appearance:none;-webkit-appearance:none;position:absolute;opacity:0;width:0;height:0}.imgCheckBox .chkBox .custom-chk[data-v-6e7d2221]{display:block;cursor:pointer;position:relative}.imgCheckBox .chkBox .custom-chk .icon[data-v-6e7d2221]{position:absolute;top:0;left:0;width:9px;height:9px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADESURBVHgBlZBBCsIwEEXz01Rx1yPkCHoDewS3uhBPYN0InsCFgkdQENxaTyDepEfoTqEl41RSaSUN+GHITPI+fwgE63nejQOJufDKPHqz9Ql03OqyHx5KFCsfrkyYCEOpeimlAzK3wXST+Qy8RRpI0tIHEVHENWwl+WA+7nYc1ffyB0q4dAOuzokzwUJLW7mFYwBZ0/BN4IcKiu3ohFsJ1pRxUlz3wiHFX5UbQtQ0iQ4RZI6qKS77K9Fn704BpEuohfhXb/pZS5o1OcUuAAAAAElFTkSuQmCC) no-repeat 100% 100%}.imgCheckBox .chkBox input[type=checkbox]:checked+.custom-ch .icon[data-v-6e7d2221]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACxSURBVHgBlY4xDgFREIb/mX27Cok4ggot2+hIVE4gonEJDsElJKLQKTXClm7hChKJeMF6z8aLFe/Z/ZJJJpNvZn6CQi6nI4DbcPKIguFkTpfFrOMxdshE3GCPuYKMEFOZnUaxlNQH7JJFtw/R6tkXuB6aq1omItwPm9SCMF1QgFcLwdVmklfJt+0K8flk+SCvL0GLNjn9QaEFLb77X4jvgU00kXzJa5XhiP9E/mC8R16eTtMvbhcwZyEAAAAASUVORK5CYII=) no-repeat 100% 100%}.btn-area[data-v-060fc9c3]{margin-top:30px;text-align:center}
