﻿@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap";:root{--white: #ffffff;--gray-25: #f7f7f7;--gray-50: #ededed;--gray-100: #d9d9d9;--gray-200: #bfbfbf;--gray-300: #a0a0a0;--gray-400: #888888;--gray-500: #707070;--gray-600: #5d5d5d;--gray-700: #464646;--gray-800: #333333;--red-25: #fff4f2;--red-50: #ffe6e2;--red-100: #ffcbc3;--red-200: #ffa496;--red-300: #f86c5b;--red-400: #ff1111;--red-500: #e0150d;--red-600: #bb0000;--red-700: #830301;--red-800: #630a06;--orange-25: #fff1ea;--orange-50: #ffe8dd;--orange-100: #ffcdb5;--orange-200: #ffa77a;--orange-300: #ff843c;--orange-400: #fc7100;--orange-500: #db6411;--orange-600: #a34d17;--orange-700: #6b300b;--orange-800: #522306;--yellow-25: #fff6e4;--yellow-50: #fdeccd;--yellow-100: #ffe5b0;--yellow-200: #ffd375;--yellow-300: #fdc233;--yellow-400: #efb300;--yellow-500: #c59620;--yellow-600: #977318;--yellow-700: #654d12;--yellow-800: #4c380a;--green-25: #f1faea;--green-50: #e4f2da;--green-100: #cbe2b9;--green-200: #9ad372;--green-300: #5bad22;--green-400: #4d9f23;--green-500: #408121;--green-600: #3e7228;--green-700: #2f4d1e;--green-800: #2b3819;--teal-25: #edfaf7;--teal-50: #d8f4ee;--teal-100: #aae8dc;--teal-200: #50d9c3;--teal-300: #00b49f;--teal-400: #009988;--teal-500: #007f70;--teal-600: #006c5e;--teal-700: #004f45;--teal-800: #083c34;--blue-25: #f1f8ff;--blue-50: #e1effe;--blue-100: #c6dcf6;--blue-200: #91c4fc;--blue-300: #5da4ee;--blue-400: #008af3;--blue-500: #0076d0;--blue-600: #0c64af;--blue-700: #0b4579;--blue-800: #113458;--purple-25: #f6f7fa;--purple-50: #ececf7;--purple-100: #d6d7f1;--purple-200: #bab9f1;--purple-300: #9895e8;--purple-400: #8173ee;--purple-500: #7261df;--purple-600: #5844bc;--purple-700: #3f3680;--purple-800: #332f5e;--black: #333333;--fs-xxs: 9px;--fs-xs: 12px;--fs-s: 14px;--fs-m: 16px;--fs-l: 19px;--fs-xl: 23px;--fs-2xl: 28px;--fs-3xl: 33px;--fs-4xl: 40px;--fs-5xl: 48px;--lh-default: 1.6;--lh-tight: 1;--fw-normal: 400;--fw-bold: bold;--border-s: 3px;--border-m: 6px;--border-l: 8px;--border-full: 10000px;--shadow-1: 1px 1px 4px 0px rgba(51, 51, 51, 0.15);--shadow-2: 2px 2px 6px 0px rgba(51, 51, 51, 0.15);--shadow-3: 2px 2px 8px 3px rgba(51, 51, 51, 0.2);--shadow-4: 2px 4px 10px 0px rgba(51, 51, 51, 0.25);--shadow-hover: 1px 1px 10px 2px rgba(51, 51, 51, 0.2);--shadow-inset: inset 3px 3px 6px 0 rgba(51, 51, 51, 0.08);--m-2: 2px;--m-4: 4px;--m-8: 8px;--m-16: 16px;--m-24: 24px;--m-32: 32px;--m-40: 40px;--m-48: 48px;--m-56: 56px;--m-64: 64px;--p-2: 2px;--p-4: 4px;--p-8: 8px;--p-16: 16px;--p-24: 24px;--p-32: 32px;--p-40: 40px;--p-48: 48px;--p-56: 56px;--p-64: 64px;--g-2: 2px;--g-4: 4px;--g-8: 8px;--g-16: 16px;--g-24: 24px;--g-32: 32px}:root{--brand-main: var(--red-600);--brand-accent: var(--teal-400);--brand-selfback: var(--blue-500);--text-black: var(--gray-800);--text-white: var(--white);--text-red: var(--red-600);--text-gray: var(--gray-500);--text-error: var(--red-400);--text-success: var(--green-400);--text-required: var(--red-500);--text-auto: var(--blue-700);--text-not-required: var(--gray-500);--link-default: var(--blue-600);--link-visited: var(--purple-600);--bg-white: var(--white);--bg-gray: var(--gray-25);--bg-purple: var(--purple-25);--bg-teal: var(--teal-50);--bg-hover: var(--teal-25);--status-new: var(--blue-400);--status-pending: var(--gray-500);--status-pending-bg: var(--gray-50);--status-in-progress: var(--orange-400);--status-in-progress-bg: var(--orange-50);--status-completed: var(--green-300);--status-completed-bg: var(--green-50);--border-default: var(--gray-200);--border-subtle: var(--gray-100);--border-muted: var(--gray-50);--border-hovered: var(--gray-400);--border-focused: var(--blue-400);--border-error: var(--red-400);--border-success: var(--green-300);--item-muted: var(--gray-50);--item-focused: var(--blue-400);--item-error: var(--red-400);--item-success: var(--green-300);--icon-default: var(--gray-500);--btn-primary-bg: var(--teal-400);--btn-primary-border: var(--teal-400);--btn-primary-text: var(--white);--btn-secondary-bg: var(--white);--btn-secondary-border: var(--gray-200);--btn-secondary-text: var(--gray-800)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:sans-serif}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button,input,textarea{font:inherit;border:none;background:none;outline:none}html{-webkit-text-size-adjust:100%}body{font-family:"Noto Sans JP","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;color:var(--text-black);background-color:var(--bg-white)}body{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){body{font-size:var(--fs-m);line-height:var(--lh-default)}}@media screen and (max-width: 1024px){body.navOpen{position:fixed}}h1,.h1{font-size:var(--fs-xl);line-height:var(--lh-default)}@media screen and (min-width: 1440px){h1,.h1{font-size:var(--fs-2xl);line-height:var(--lh-default)}}h1,.h1{font-weight:var(--fw-bold)}h2,.h2{font-size:var(--fs-l);line-height:var(--lh-default)}@media screen and (min-width: 1440px){h2,.h2{font-size:var(--fs-xl);line-height:var(--lh-default)}}h2,.h2{font-weight:var(--fw-bold)}h3,.h3{font-size:var(--fs-m);line-height:var(--lh-default)}@media screen and (min-width: 1440px){h3,.h3{font-size:var(--fs-l);line-height:var(--lh-default)}}h3,.h3{font-weight:var(--fw-bold)}.section{margin-bottom:var(--m-48)}@media screen and (max-width: 768px){.section{margin-bottom:var(--m-32)}}.section:last-of-type{margin-bottom:0}.toolbarTop{margin-bottom:var(--m-16)}@media screen and (max-width: 768px){.toolbarTop{margin-bottom:var(--m-8)}}.toolbarTop:has(.pgControlBar){border-top:solid 1px var(--border-subtle);padding-top:var(--p-16)}@media screen and (max-width: 768px){.toolbarTop:has(.anchorAreaWide){margin-bottom:var(--m-24)}}.toolbarBottom{margin-top:var(--m-16)}a{color:var(--link-default);text-decoration:underline}a:hover{text-decoration:none}a:active{color:var(--link-visited)}th,td{word-break:break-all}input,select,textarea,option{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){input,select,textarea,option{font-size:var(--fs-m);line-height:var(--lh-default)}}input,select,textarea,option{border:solid 1px var(--border-default);border-radius:var(--border-m);padding:var(--p-4) var(--p-8)}input:not(:disabled):hover:not(:focus),select:not(:disabled):hover:not(:focus),textarea:not(:disabled):hover:not(:focus),option:not(:disabled):hover:not(:focus){border-color:var(--border-hovered)}input:focus:not(:disabled),select:focus:not(:disabled),textarea:focus:not(:disabled),option:focus:not(:disabled){border-color:var(--border-focused);outline:none}input:disabled,select:disabled,textarea:disabled,option:disabled{opacity:.4;cursor:not-allowed}input,select,textarea,option{color:var(--text-black);background-color:var(--bg-white)}input,select,option{height:38px}input,textarea{font-size:var(--fs-m)}input::placeholder,textarea::placeholder{font-size:var(--fs-m);line-height:38px;vertical-align:middle}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8L11.9929 16.9929C11.9968 16.9968 12.0032 16.9968 12.0071 16.9929L21 8' stroke='%23707070' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:right 8px center;background-size:14px;padding-right:var(--p-32)}select:not(:disabled):hover:not(:focus){border-color:var(--border-hovered)}select:focus:not(:disabled){border-color:var(--border-focused);outline:none}select:disabled{opacity:.4;cursor:not-allowed}select:hover{cursor:pointer}textarea{width:100%;min-height:100px}.inputS{width:30%}.inputM,.selectM{width:50%}.inputL,.selectL{width:100%}@media screen and (max-width: 768px){.inputSpWide{width:100%}}.inputMultipleWrap{display:flex;flex-wrap:wrap;gap:var(--g-16)}.selectMultipleWrap{display:flex;flex-wrap:wrap;gap:var(--g-16)}.selectMultipleWrap .selectMultiple{display:flex;align-items:center;gap:var(--g-8)}.selectMultipleWrap .selectMultiple::after{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19L16.9929 12.0071C16.9968 12.0032 16.9968 11.9968 16.9929 11.9929L10 5' stroke='%23707070' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:16px}.selectMultipleWrap .selectMultiple:last-of-type::after{content:none}@media screen and (max-width: 480px){.selectMultipleWrap .selectMultiple{width:100%;flex-direction:column}.selectMultipleWrap .selectMultiple select{width:100%}.selectMultipleWrap .selectMultiple::after{transform:rotate(90deg)}}.searchInput{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5004 1.99956C6.35846 1.99956 3.00068 5.35763 3.00044 9.49956C3.00044 13.6417 6.35831 16.9996 10.5004 16.9996C11.9535 16.9996 13.3095 16.586 14.4585 15.8707L19.2934 20.7066C19.6839 21.0971 20.3169 21.0971 20.7075 20.7066C21.0976 20.316 21.0979 19.6829 20.7075 19.2925L16.0063 14.5904C17.2433 13.2531 18.0004 11.4649 18.0004 9.49956C18.0002 5.35763 14.6424 1.99956 10.5004 1.99956ZM10.5004 3.99956C13.5379 3.99956 16.0002 6.46219 16.0004 9.49956C16.0004 12.5371 13.538 14.9996 10.5004 14.9996C7.46288 14.9996 5.00044 12.5371 5.00044 9.49956C5.00068 6.4622 7.46303 3.99956 10.5004 3.99956Z' fill='%23707070'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:20px;vertical-align:middle;background-position:left 8px center;padding-left:32px}.searchKeywordCompact .searchInput{background-image:none;padding-left:var(--p-8)}.searchKeywordMini{border:solid 1px var(--border-default);border-radius:var(--border-s);display:flex;height:38px}@media screen and (max-width: 768px){.searchKeywordMini{border-right:rgba(0,0,0,0)}}.searchKeywordMini .searchInput{border:rgba(0,0,0,0);background-image:none;padding-left:var(--p-8);height:36px}.searchKeywordMini .btn{margin:var(--m-2);width:40px;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5003 1.99956C6.35837 1.99962 3.00054 5.35766 3.0003 9.49956C3.0003 13.6417 6.35822 16.9995 10.5003 16.9996C11.9533 16.9996 13.3094 16.5859 14.4583 15.8707L19.2933 20.7066C19.6838 21.0971 20.3168 21.0971 20.7073 20.7066C21.0976 20.316 21.0978 19.683 20.7073 19.2925L16.0062 14.5904C17.2432 13.2531 18.0003 11.4649 18.0003 9.49956C18.0001 5.35763 14.6423 1.99956 10.5003 1.99956ZM10.5003 3.99956C13.5377 3.99956 16.0001 6.46219 16.0003 9.49956C16.0003 12.5371 13.5379 14.9996 10.5003 14.9996C7.46279 14.9995 5.0003 12.5371 5.0003 9.49956C5.00054 6.46223 7.46294 3.99962 10.5003 3.99956Z' fill='%23009988'/%3E%3C/svg%3E%0A");border-left:solid 1px var(--border-muted);background-repeat:no-repeat;background-size:24px;background-position:center;border-radius:0}.radio{width:fit-content;margin-bottom:var(--m-4)}.radio:last-of-type{margin-bottom:0}label.radioLabel{display:flex;align-items:center;gap:var(--g-8);cursor:pointer}label.radioLabel:before{content:"";border-radius:100%;border:1px solid color-mix(in srgb, var(--item-muted), black 25%);display:inline-block;width:16px;height:16px;vertical-align:top;text-align:center;transition:all 250ms ease;flex:0 0 auto}input[type=radio]{opacity:0;position:absolute;width:1px;height:1px}input[type=radio]:checked+.radioLabel:before{background-color:var(--item-focused);box-shadow:inset 0 0 0 4px var(--bg-white)}input[type=radio]:focus+.radioLabel:before{outline:none;border-color:var(--item-focused)}input[type=radio]:focus-visible+.radioLabel:before{outline:2px;border-color:var(--item-focused)}input[type=radio]:disabled+.radioLabel{opacity:.4;cursor:not-allowed}input[type=radio]:disabled+.radioLabel:before{background-color:var(--item-muted)}input[type=radio]:checked:disabled+.radioLabel:before{background-color:var(--item-focused);box-shadow:inset 0 0 0 4px var(--bg-white)}input[type=checkbox]{display:none}input[type=checkbox]:checked~.checkbox{background-color:var(--item-focused);border-color:var(--item-focused)}input[type=checkbox]:checked~.checkbox::after{opacity:1}input[type=checkbox]:disabled+.checkbox{opacity:.4;cursor:not-allowed;background-color:var(--item-muted);border-color:var(--border-default)}input[type=checkbox]:disabled+.checkbox::after{opacity:0}input[type=checkbox]:checked:disabled+.checkbox{background-color:var(--item-focused);border-color:var(--item-focused)}input[type=checkbox]:checked:disabled+.checkbox::after{opacity:1}.checkboxLabel{display:flex;align-items:center;cursor:pointer;user-select:none;gap:var(--g-8);margin-bottom:var(--m-4);width:fit-content}.checkboxLabel:last-of-type{margin-bottom:0}.checkboxLabel input[type=checkbox]:disabled~.checkboxText{cursor:not-allowed;opacity:.4}.checkbox{display:block;width:16px;height:16px;border:1px solid var(--border-default);border-radius:var(--border-s);position:relative;transition:all 250ms ease;flex:0 0 auto;background-color:var(--bg-white)}.checkbox::after{content:"";position:absolute;top:0px;left:4px;width:4px;height:10px;border:solid var(--bg-white);border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:all 250ms ease}.formActions{display:flex;justify-content:center;gap:var(--g-16);margin-top:var(--m-24)}.formFlex{display:flex;flex-wrap:wrap;gap:var(--g-24)}.inner:has(.innerSide){display:flex;align-items:stretch;gap:var(--g-32);padding-top:var(--p-32)}.innerSide{width:30%;max-width:380px;border-radius:var(--border-m);box-shadow:var(--shadow-1);align-self:flex-start;overflow:hidden}.innerSide{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.innerSide{font-size:var(--fs-s);line-height:var(--lh-default)}}@media screen and (max-width: 1024px){.innerSide{width:100%;max-width:inherit;border-radius:inherit;box-shadow:inherit;overflow:inherit}}.innerSide img{max-width:100%;height:auto;vertical-align:bottom}.innerSide .boxTop{background-color:var(--bg-white);padding:var(--p-24)}@media screen and (max-width: 1024px){.innerSide .boxTop{padding:var(--p-16);margin-bottom:var(--m-32);border-radius:var(--border-m);box-shadow:var(--shadow-1);border-bottom:inherit}}.innerSide .topLefttop,.innerSide .topReport,.innerSide .topMediarank,.innerSide .topSeminarinfo,.innerSide .topCharity{border-bottom:solid 1px var(--border-subtle)}@media screen and (max-width: 1024px){.innerSide .topLefttop,.innerSide .topReport,.innerSide .topMediarank,.innerSide .topSeminarinfo,.innerSide .topCharity{border-bottom:inherit}}.innerSide .topMessagebox,.innerSide .topQuestion,.innerSide .topTerms,.innerSide .topPgsupport,.innerSide .topStaffblog{padding-bottom:0}.innerMain{display:flex;flex-direction:column;gap:var(--g-32);flex:1;min-width:0;align-self:flex-start}.innerMain .boxTop{width:100%;background-color:var(--bg-white);border-radius:var(--border-m);box-shadow:var(--shadow-1);padding:var(--p-24);align-self:flex-start}@media screen and (max-width: 1024px){.innerMain .boxTop{padding:var(--p-16);margin-bottom:var(--m-32)}}.innerMain .option.ricoA,.innerMain .option.ricoA2{margin-bottom:0;margin-top:0;max-width:890px}.innerMain .topTtl{margin-bottom:var(--m-16)}.monthlyAggregation{background-color:var(--red-50);color:var(--brand-main);font-weight:var(--fw-bold);text-align:center;padding:var(--p-16)}@media screen and (max-width: 1024px){.monthlyAggregation{text-align:left}}.topTtl{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:var(--m-8);font-feature-settings:"palt"}@media screen and (max-width: 1024px){.topTtl{margin-bottom:var(--m-8)}}.topTtl h3{font-size:var(--fs-s)}.topTtl span{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.topTtl span{font-size:var(--fs-s);line-height:var(--lh-default)}}.topTtl span{color:var(--text-gray);margin-left:var(--m-8);font-weight:var(--fw-normal)}@media screen and (max-width: 1024px){.topTtl span{display:none}}.topTtl a{display:flex;align-items:center;flex-shrink:0;gap:var(--g-2);color:var(--text-black);font-size:var(--fs-xs)}.topTtl a::after{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19L16.9929 12.0071C16.9968 12.0032 16.9968 11.9968 16.9929 11.9929L10 5' stroke='%23009988' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:contain}.topTtl:has(.badge){align-items:center;justify-content:flex-start;gap:var(--g-8)}.sideNav{border:solid 1px var(--border-subtle);border-radius:var(--border-m)}@media screen and (max-width: 1024px){.sideNav{border-right:inherit;border-left:inherit;background-color:var(--bg-white);margin:0 calc(50% - 50vw);border-radius:inherit}}.sideNav li{border-bottom:solid 1px var(--border-subtle)}.sideNav li:last-of-type{border-bottom:rgba(0,0,0,0)}.sideNav a{display:flex;align-items:center;padding:var(--p-16);padding-right:var(--p-24);position:relative;color:var(--text-black);text-decoration:none}@media screen and (max-width: 1024px){.sideNav a{padding-right:var(--p-32)}}.sideNav a::after{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19L16.9929 12.0071C16.9968 12.0032 16.9968 11.9968 16.9929 11.9929L10 5' stroke='%23707070' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;right:8px;top:50%;transform:translateY(-50%)}@media screen and (max-width: 1024px){.sideNav a::after{right:16px}}.sideNav a:has(img){justify-content:flex-start;gap:var(--g-4)}.sideNav a:has(.number){justify-content:space-between}.sideNav a:has(.badge){gap:var(--g-8)}.sideNav a.linkExternal::after{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.364 5.05019C12.364 4.49791 12.8116 4.0503 13.3639 4.0503L18.9966 4.04961C19.0015 4.04961 19.0063 4.05024 19.0111 4.0503C19.0143 4.05027 19.0176 4.0503 19.0208 4.0503C19.573 4.05033 20.0207 4.49793 20.0207 5.0502L20.0207 10.7071C20.0207 11.2593 19.573 11.7069 19.0208 11.707C18.4685 11.707 18.0209 11.2593 18.0209 10.7071L18.0209 7.46431L11.9497 13.5355C11.5592 13.926 10.926 13.926 10.5355 13.5355C10.145 13.145 10.145 12.5118 10.5355 12.1213L16.606 6.05078L13.3639 6.05009L13.2617 6.04456C12.7575 5.99335 12.3641 5.56794 12.364 5.05019Z' fill='%23707070'/%3E%3Cpath d='M18 19.9902C17.9999 20.5479 17.5479 20.9999 16.9902 21H5.00977C4.45215 20.9999 4.00013 20.5479 4 19.9902V8.00977C4.00013 7.4521 4.45219 7.00013 5.00977 7H11C11.5523 7 12 7.44772 12 8C12 8.55228 11.5523 9 11 9H6V19H16V13C16 12.4477 16.4477 12 17 12C17.5523 12 18 12.4477 18 13V19.9902Z' fill='%23707070'/%3E%3C/svg%3E%0A")}.sideNav a:hover{background-color:color-mix(in srgb, var(--bg-white), black 5%);transition:.2s ease-in-out}.sideNav a:hover .thumbnail{overflow:hidden}.sideNav a:hover .thumbnail img{transform:scale(1.1);transition:transform .3s ease-in-out}.sideNav .thumbnail{width:60px;height:auto;flex-shrink:0}@media screen and (max-width: 1024px){.sideNav .thumbnail{width:80px}}.sideNav .thumbnail img{max-width:100%;height:auto;vertical-align:bottom}.sideNav .sideNavTtl:has(img){display:flex;align-items:center;gap:var(--g-8)}.sideNav .sideNavTtl:has(img) img{width:24px;height:24px}.sideNav .sideNavTtl:has(.badge){display:flex;align-items:center;gap:var(--g-8)}.topLefttop{display:flex;flex-direction:column;gap:var(--g-8)}@media screen and (max-width: 1024px){.topLefttop.boxTop{margin:0 calc(50% - 50vw) 32px;box-shadow:none;border-radius:0;background-color:var(--bg-white);padding:var(--p-24) var(--p-16);border-bottom:solid 3px var(--border-subtle)}}.topLefttop div a{display:block;text-align:center}.topLefttop div a img{vertical-align:bottom}@media screen and (max-width: 1024px){.topLefttop div a img{width:80%;max-width:300px;height:auto}}.topLefttop div a img:hover{opacity:.7;transition:.2s ease-in-out}a.fromStaff{display:flex;align-items:center;gap:var(--g-4);margin-top:var(--m-8);border:solid 1px var(--border-subtle);border-left:solid 5px var(--brand-main);padding:var(--p-4) var(--p-8);padding-right:var(--p-24);position:relative;color:var(--text-black);text-decoration:none;text-align:left;box-shadow:var(--shadow-1)}a.fromStaff::before{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_302_51)'%3E%3Cpath d='M12.5 2.00391C11.9953 2.00391 11.5893 2.42179 11.5893 2.94122V3.32005C8.50045 3.77309 6.125 6.51084 6.125 9.81488V10.3812C6.125 11.8535 5.74554 13.2986 5.02455 14.5718L4.19353 16.0324C4.0683 16.2589 4 16.5128 4 16.7745C4 17.5907 4.64129 18.2507 5.43438 18.2507H19.5656C20.3587 18.2507 21 17.5907 21 16.7745C21 16.5128 20.9317 16.255 20.8065 16.0324L19.9754 14.5679C19.2545 13.2947 18.875 11.8496 18.875 10.3773V9.81098C18.875 6.50693 16.4996 3.76919 13.4107 3.31615V2.93732C13.4107 2.41789 13.0047 2 12.5 2V2.00391ZM18.8902 16.3761H6.10603L6.59554 15.513C7.47969 13.9547 7.94643 12.1816 7.94643 10.3812V9.81488C7.94643 7.22554 9.98415 5.1283 12.5 5.1283C15.0158 5.1283 17.0536 7.22554 17.0536 9.81488V10.3812C17.0536 12.1855 17.5203 13.9547 18.4007 15.513L18.8902 16.3761ZM9.92344 20.1254C10.2991 21.2189 11.3123 22 12.5 22C13.6877 22 14.7009 21.2189 15.0766 20.1254H9.92344Z' fill='%23BB0000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_302_51'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:contain}a.fromStaff::after{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19L16.9929 12.0071C16.9968 12.0032 16.9968 11.9968 16.9929 11.9929L10 5' stroke='%23707070' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;right:8px;top:50%;transform:translateY(-50%)}a.fromStaff span{font-weight:var(--fw-bold);color:var(--text-red)}a.fromStaff{transition:background-color .2s ease-in-out}a.fromStaff:hover{background-color:color-mix(in srgb, var(--bg-white), black 5%)}.topReport .reportToday{background-color:var(--gray-50);border-radius:var(--border-s);margin-bottom:var(--m-16);padding:var(--p-8) var(--p-16)}.topReport .reportToday .reportTodayInner{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.topReport .reportTable{width:100%;margin-bottom:var(--m-4);border-radius:var(--border-s);border:solid 1px var(--border-subtle)}.topReport .reportTable table{width:100%;border-collapse:collapse}.topReport .reportTable td,.topReport .reportTable th{padding:var(--p-4)}.topReport .reportTable thead{background-color:var(--gray-200);color:var(--text-white);text-align:right}.topReport .reportTable thead tr{border-bottom:solid 1px var(--border-subtle)}.topReport .reportTable thead th{text-align:center}.topReport .reportTable tbody{background-color:var(--bg-white);text-align:right}.topReport .reportTable tbody tr{border-bottom:solid 1px var(--border-subtle)}.topReport .reportTable tbody tr:last-of-type{border-bottom:rgba(0,0,0,0)}.topReport .reportTable tbody td:first-of-type{background-color:var(--gray-50);text-align:left;font-weight:var(--fw-bold);font-size:var(--fs-xs);width:35%}.topReport .loginhistory{margin-top:var(--m-4);text-align:right}.mediaRank{display:inline-block;text-align:center;padding:0 var(--p-4);font-size:var(--fs-xs);font-weight:bold;color:#fff;margin-left:var(--m-4);border-radius:var(--border-s)}.mediaRankCharenge{background-color:#b7d205}.mediaRankRegular{background-color:#f82}.mediaRankWhite{background-color:#fff;color:#333;border:1px solid var(--border-subtle)}.mediaRankPearl{background:linear-gradient(to bottom, #fff, #fbeed3 50%, #fbe3f5);color:#333;border:1px solid var(--border-subtle)}.mediaRankBrond{background-color:#89550c}.mediaRankSilver{background-color:#e2e2e2;color:#333}.mediaRankGold{background-color:#d9b900}.mediaRankPlatinum{background-color:#c3cbcb}.mediaRankBlack,.mediaRankBlackS,.mediaRankBlackSS{background-color:#000}.mediaRankRedveriel{background-color:#b00}.topMessagebox .number{font-weight:bold;font-size:var(--fs-xs);color:var(--text-black);flex-shrink:0}.topSeminarinfo .sideNav a{gap:var(--g-8)}.topSeminarinfo .blogTxt{font-size:var(--fs-xs)}.topCharity .topTtl{margin-bottom:var(--m-16)}@media screen and (max-width: 1024px){.topCharity .topTtl{margin-bottom:var(--m-8)}}.topCharity .donationAmount{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:var(--p-8);background-color:var(--yellow-25);margin-top:var(--m-16);margin-bottom:var(--m-4)}.boxTop.ricos2{display:flex;gap:var(--g-16)}#thumbnailList{display:flex;flex-direction:column;justify-content:space-between;width:calc(14% - 16px);max-width:95px}#thumbnailList .thumbnailItem{opacity:.4;cursor:pointer;transition:opacity .2s ease}#thumbnailList .thumbnailItem.is-active{opacity:1}#thumbnailList .thumbnailItem img{width:100%;height:auto;vertical-align:bottom}#slider{margin:0;padding:0;list-style:none;width:100%;overflow:hidden}.slick-slider{overflow:hidden}@media screen and (max-width: 1024px){.slick-slider{overflow:visible}}.slide-items{width:100%;height:100%}.slide-items img{width:100%;object-fit:cover;height:auto;width:100%}#slider .slick-list,#slider .slick-track,#slider .slideItem{height:auto}#slider .slideItem img{display:block;width:100%;height:auto;object-fit:cover}.newsList .news li{padding-top:var(--p-8);padding-bottom:var(--p-8);border-bottom:dotted 2px var(--border-subtle)}.newsList .news li:first-of-type{padding-top:0}.newsList .news a{display:flex;align-items:baseline;text-decoration:none;color:var(--text-black)}.newsList .news .newsInfo{display:flex;align-items:center}.newsList .news .newsDate{font-size:var(--fs-xs);margin-right:var(--m-8);color:var(--text-gray)}.newsList .news .labelInfo{display:inline-block}.a8Notice a{gap:var(--g-16)}.a8Notice .badgeS{width:60px}.a8Notice a:hover>p{text-decoration:underline}a.newsLink:hover{text-decoration:underline}.pickupNews .news{height:auto;max-height:360px;overflow-y:scroll;border:solid 1px var(--border-subtle);border-radius:var(--border-s)}.pickupNews .newsItem a{display:block;padding:var(--p-8)}.pickupNews .newsItem a:hover{text-decoration:none}.pickupNews .newsItem{transition:background-color .2s ease-in-out}.pickupNews .newsItem:hover{background-color:color-mix(in srgb, var(--bg-white), black 5%)}.pickupNews .newsInfo{gap:var(--g-4)}.pickupNews .pickupNewsContent{margin-top:var(--m-8)}.pickupNews .pickupNewsTtl{font-size:var(--fs-s);font-weight:bold}.pickupNews .pickupNewsDetail{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.pickupNews .pickupNewsDetail{font-size:var(--fs-s);line-height:var(--lh-default)}}.pickupNews .pickupNewsDetail{overflow-wrap:anywhere}.option.box.topRicoA2{margin-top:0 !important}@media screen and (max-width: 1024px){.topContent{box-shadow:var(--shadow-1);padding:var(--p-16);border-radius:var(--border-m);background-color:var(--bg-white);overflow:hidden}.spTopNews{background-color:var(--bg-white);border-bottom:solid 1px var(--border-subtle);margin:0 calc(50% - 50vw);padding:var(--p-8)}.spTopNews:not(:has(li)){padding:0;border-bottom:rgba(0,0,0,0)}.spTopNews li{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--m-4)}.spTopNews li:last-of-type{margin-bottom:0}.spTopNews li::after{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19L16.9929 12.0071C16.9968 12.0032 16.9968 11.9968 16.9929 11.9929L10 5' stroke='%23707070' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:contain;flex-shrink:0}.spTopNews a{text-decoration:none;color:var(--text-red)}.spTopContent{box-shadow:var(--shadow-1);border-radius:var(--border-m);background-color:var(--bg-white);overflow:hidden}.spTopContent .topContent{box-shadow:inherit;border:0;border-radius:0}.spTopContent .topContent.contentSearch{border-bottom:solid 1px var(--border-subtle)}.spTopContent .search input{width:100%;background-color:var(--gray-50);background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5004 1.99956C6.35846 1.99956 3.00068 5.35763 3.00044 9.49956C3.00044 13.6417 6.35831 16.9996 10.5004 16.9996C11.9535 16.9996 13.3095 16.586 14.4585 15.8707L19.2934 20.7066C19.6839 21.0971 20.3169 21.0971 20.7075 20.7066C21.0976 20.316 21.0979 19.6829 20.7075 19.2925L16.0063 14.5904C17.2433 13.2531 18.0004 11.4649 18.0004 9.49956C18.0002 5.35763 14.6424 1.99956 10.5004 1.99956ZM10.5004 3.99956C13.5379 3.99956 16.0002 6.46219 16.0004 9.49956C16.0004 12.5371 13.538 14.9996 10.5004 14.9996C7.46288 14.9996 5.00044 12.5371 5.00044 9.49956C5.00068 6.4622 7.46303 3.99956 10.5004 3.99956Z' fill='%23707070'/%3E%3C/svg%3E%0A");padding-left:var(--p-32);background-position:left 8px center;background-repeat:no-repeat}.spTopContent .searchList{display:flex;gap:var(--g-8);margin-bottom:var(--m-16)}.spTopContent .searchList li{flex:1;border-radius:var(--border-m);border:solid 1px var(--border-subtle)}.spTopContent .searchList a{display:flex;flex-direction:column;align-items:center;padding:var(--p-4);padding-bottom:var(--p-8);text-decoration:none;color:var(--text-black);font-weight:var(--fw-bold);font-feature-settings:"palt";font-size:var(--fs-xs)}.spTopContent .searchList img{max-width:54px;height:auto}.spTopContent .contentList .selfback{display:flex;width:60%;margin:0 auto;justify-content:center;align-items:center;gap:var(--g-4);border-radius:var(--border-m);border:solid 1px var(--border-subtle);padding:var(--p-4);text-decoration:none;color:var(--text-black);font-weight:var(--fw-bold);font-feature-settings:"palt";font-size:var(--fs-xs)}.spTopContent .contentList .selfback img{max-width:54px;height:auto}.inner .box.topRicoA2{margin-top:0 !important;margin-bottom:var(--m-32) !important}.boxTop{margin-bottom:var(--m-32)}.boxTop:last-of-type{margin-bottom:0}.topSns{margin-bottom:0}#mainBan a{display:block;line-height:0}#mainBan img{width:100%;height:auto;display:block}#mainBan .slick-dots{bottom:-32px}#mainBan .slick-dots li{margin:0 4px}#mainBan button:before{font-size:30px;opacity:.35;line-height:inherit}#mainBan .slick-active button:before{opacity:.9}}.inner{width:100%;max-width:1440px;padding:0 var(--p-32);margin:0 auto}@media screen and (max-width: 1024px){.inner{padding:0 var(--p-16)}}.inner .box:last-of-type{margin-bottom:0}@media(max-width: 1024px){.inner:has(.innerSide){display:grid;grid-template-columns:minmax(0, 1fr);padding-top:0;gap:inherit}}.section:has(>.col2){display:flex;justify-content:space-between;flex-wrap:wrap;gap:var(--g-32)}@media screen and (max-width: 768px){.section:has(>.col2){display:block}}.section:has(>.col2):has(>.col2:only-child){justify-content:center}.col2{width:calc(50% - 16px)}@media screen and (max-width: 768px){.col2{width:100%;margin-bottom:var(--m-32)}}.col4{width:calc(25% - 12px)}@media screen and (max-width: 768px){.col4{width:calc(50% - 8px)}}.col5{width:calc(20% - 13px)}@media screen and (max-width: 768px){.col5{width:calc(33% - 5px)}}.colFull{margin:0 calc(50% - 50vw);padding:var(--p-40) 0;margin-bottom:var(--m-48)}.colWide{margin:0 calc(50% - 50vw);padding:var(--p-40);margin-bottom:var(--m-32)}.colTight{max-width:1000px;margin:0 auto}.bgSecondary{background-color:var(--bg-teal)}.split{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;height:100%;gap:var(--g-16);flex-wrap:wrap}@media screen and (max-width: 480px){.split{flex-direction:column;align-items:stretch;gap:var(--g-2)}.split+.split{margin-top:var(--m-8)}}.flexEnd{display:flex;justify-content:flex-end}.smBlock{display:none}@media screen and (max-width: 480px){.smBlock{display:block}}.mdBlock{display:none}@media screen and (max-width: 768px){.mdBlock{display:block}}.mdNone{display:block}@media screen and (max-width: 768px){.mdNone{display:none}}.lgNone{display:block}@media screen and (max-width: 1024px){.lgNone{display:none !important}}.lgBlock{display:none}@media screen and (max-width: 1024px){.lgBlock{display:block}}.touchDeviceNone{display:block}@media(hover: none)and (pointer: coarse){.touchDeviceNone{display:none}}.touchDeviceBlock{display:none}@media(hover: none)and (pointer: coarse){.touchDeviceBlock{display:block}}.preText{white-space:pre-wrap;word-break:break-all}.preText iframe{display:block;width:100% !important;max-width:560px;aspect-ratio:16/9;height:auto;border:0}.preText img{max-width:100%}table:has(iframe[title="YouTube video player"]){width:100%;table-layout:fixed}.section h2{margin-bottom:var(--m-24)}.h3Borderleft{border-left:solid 5px var(--brand-main);padding-left:var(--p-8)}.box h3{overflow-wrap:anywhere;margin-bottom:var(--m-16);margin-top:var(--m-24)}.box h3:first-of-type{margin-top:0}.box .tableWrapper+h3{margin-top:var(--m-24)}.txtS{font-size:var(--fs-xs);line-height:var(--lh-default)}.txtL{font-size:var(--fs-m);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.txtL{font-size:var(--fs-l);line-height:var(--lh-default)}}.txtXl{font-size:var(--fs-l);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.txtXl{font-size:var(--fs-xl);line-height:var(--lh-default)}}.txtBold{font-weight:var(--fw-bold)}.txtRed{color:var(--text-red)}.txtGray{color:var(--text-gray)}.txtError{color:var(--text-error)}.txtError.errorIcon{position:relative;padding-left:20px}.txtError.errorIcon::before{position:absolute;left:0;top:50%;transform:translateY(-50%);content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM12 16C12.5523 16 13 16.4477 13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17C11 16.4477 11.4477 16 12 16ZM12 6C12.5523 6 13 6.44772 13 7V14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14V7C11 6.44772 11.4477 6 12 6Z' fill='%23FF1111'/%3E%3C/svg%3E%0A");background-size:16px;background-position:center}.txtSuccess{color:var(--text-success)}.txtCode{display:inline;border-radius:var(--border-l);padding:0 var(--p-8);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;background-color:var(--bg-gray);border:solid 1px var(--border-subtle);color:var(--text-gray);word-break:break-all}.txtCenter{text-align:center}@media screen and (max-width: 768px){.spTxtLeft{text-align:left}}.txtRight{text-align:right}.txtMaker{background:linear-gradient(transparent 60%, var(--yellow-200) 60%)}.mgbXS{margin-bottom:var(--m-4)}@media screen and (max-width: 768px){.mgbXS{margin-bottom:var(--m-2)}}.mgbS{margin-bottom:var(--m-8)}@media screen and (max-width: 768px){.mgbS{margin-bottom:var(--m-4)}}.mgbM{margin-bottom:var(--m-16)}@media screen and (max-width: 768px){.mgbM{margin-bottom:var(--m-8)}}.mgbL,.mailOutput:not(:last-child){margin-bottom:var(--m-24)}@media screen and (max-width: 768px){.mgbL,.mailOutput:not(:last-child){margin-bottom:var(--m-16)}}.mgtM{margin-top:var(--m-16)}@media screen and (max-width: 768px){.mgtM{margin-top:var(--m-8)}}@media screen and (max-width: 480px){.spMgtS{margin-top:var(--m-8)}}@media screen and (max-width: 480px){.spMgtM{margin-top:var(--m-16)}}.imgCenter{text-align:center}.imgCenter img{width:fit-content;max-width:760px;height:auto}@media screen and (max-width: 768px){.imgCenter img{width:100%}}.img img{width:100%;height:auto}.img80 img{width:80%;height:auto}@media screen and (max-width: 768px){.img80 img{width:100%}}.labelInfo{display:block;background-color:var(--gray-50);color:var(--text-black)}.labelInfo{font-size:var(--fs-xs);line-height:var(--lh-tight)}.labelInfo{border-radius:var(--border-s);padding:var(--p-4);min-width:64px;text-align:center;font-weight:var(--fw-normal)}.labelRequired{width:fit-content;min-width:inherit;border-radius:var(--border-s);border:1px solid var(--text-required);background:rgba(0,0,0,0);margin-left:var(--m-8);padding:var(--p-2) var(--p-4)}.labelRequired{font-size:var(--fs-xs);line-height:var(--lh-tight)}.labelRequired{color:var(--text-required);display:inline-block}.labelNotRequired{width:fit-content;min-width:inherit;border-radius:var(--border-s);border:1px solid var(--text-not-required);background:rgba(0,0,0,0);margin-left:var(--m-8);padding:var(--p-2) var(--p-4)}.labelNotRequired{font-size:var(--fs-xs);line-height:var(--lh-tight)}.labelNotRequired{color:var(--text-not-required);display:inline-block}.labelAuto{width:fit-content;min-width:inherit;border-radius:var(--border-s);border:1px solid var(--text-auto);background:rgba(0,0,0,0);margin-left:var(--m-8);padding:var(--p-2) var(--p-4)}.labelAuto{font-size:var(--fs-xs);line-height:var(--lh-tight)}.labelAuto{color:var(--text-auto);display:inline-block}.labelSelected{background-color:var(--bg-white);border:solid 1px var(--border-subtle);border-radius:var(--border-full);padding:var(--p-4) var(--p-16)}.labelSelected{font-size:var(--fs-xs);line-height:var(--lh-default)}.labelSelected{display:inline-flex;align-items:center;gap:var(--g-4)}.labelSelected::after{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4101 4.17578C18.8006 3.78536 19.4337 3.78543 19.8242 4.17578C20.2144 4.56632 20.2146 5.19943 19.8242 5.58984L13.4414 11.9717L19.8242 18.3545C20.2145 18.745 20.2145 19.3781 19.8242 19.7686C19.4337 20.1589 18.8006 20.1589 18.4101 19.7686L12.0273 13.3857L5.64549 19.7686C5.25508 20.159 4.62198 20.1587 4.23143 19.7686C3.84107 19.378 3.84096 18.745 4.23143 18.3545L10.6133 11.9717L4.23143 5.58984C3.84095 5.19936 3.84103 4.56632 4.23143 4.17578C4.62197 3.78542 5.25502 3.78531 5.64549 4.17578L12.0273 10.5576L18.4101 4.17578Z' fill='%23707070'/%3E%3C/svg%3E%0A");background-size:16px;background-position:center;flex-shrink:0}.labelSelected:hover{cursor:pointer}.labelWrapFlex{display:flex;flex-wrap:wrap;align-items:center;gap:var(--g-8)}.labelFlex{display:flex;align-items:center;gap:var(--g-8)}.labelFlex .labelInfo{flex-shrink:0}.badge{display:inline-block;box-sizing:border-box;padding:var(--p-4) var(--p-16)}.badge{font-size:var(--fs-xs);line-height:var(--lh-tight)}.badge{font-weight:var(--fw-bold);border-radius:var(--border-full);border:1px solid rgba(0,0,0,0);text-align:center;white-space:nowrap;height:max-content}@media screen and (max-width: 768px){.badge{padding:var(--p-2) var(--p-8)}}.badge.badgeS{padding:var(--p-4) var(--p-8);font-size:var(--fs-xxs);letter-spacing:.03rem;height:fit-content}.badge.badgeM{font-size:var(--fs-s);line-height:var(--lh-tight)}@media screen and (min-width: 1440px){.badge.badgeM{font-size:var(--fs-m);line-height:var(--lh-tight)}}.badge.badgeNew{color:var(--status-new);border-color:var(--status-new);margin-left:var(--m-8)}.badge.badgePending{color:var(--status-pending);border-color:var(--status-pending)}.badge.badgeInProgress{color:var(--status-in-progress);border-color:var(--status-in-progress)}.badge.badgeCompleted{color:var(--status-completed);border-color:var(--status-completed)}.badge.badgehighresolution{color:var(--purple-600);border-color:var(--purple-600)}.badge.badgeFixed{width:75px}.badge.badgeRed{border:solid 1px var(--red-600);color:var(--red-600)}.badge.badgeGray{border:solid 1px var(--gray-500);color:var(--gray-500)}.badge.badgeBlue{border:solid 1px var(--blue-400);color:var(--blue-400)}.badge.badgeOrange{border:solid 1px var(--orange-400);color:var(--orange-400)}.badge.badgePurple{border:solid 1px var(--purple-600);color:var(--purple-600)}.badge.badgeSolid.badgeRed{background-color:var(--red-600);color:var(--text-white)}.badge.badgeSolid.badgeGray{background-color:var(--gray-100);color:var(--text-black);border:rgba(0,0,0,0)}.badge.badgeSolid.badgeBlue{background-color:var(--blue-400);color:var(--text-white)}.badge.badgeSolid.badgeOrange{background-color:var(--orange-400);color:var(--text-white)}.badge.badgeSolid.badgePurple{border:solid 1px var(--purple-600);color:var(--text-white)}.badgeSolid.badgePending{color:var(--text-white);background-color:var(--status-pending);border-color:var(--status-pending)}.badgeSolid.badgeInProgress{color:var(--text-white);background-color:var(--status-in-progress);border-color:var(--status-in-progress)}.badgeSolid.badgeCompleted{color:var(--text-white);background-color:var(--status-completed);border-color:var(--status-completed)}.linkExternal{display:inline;align-items:center;gap:var(--g-2);text-indent:initial}.linkExternal::after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.364 5.05019C12.364 4.49791 12.8116 4.0503 13.3639 4.0503L18.9966 4.04961C19.0015 4.04961 19.0063 4.05024 19.0111 4.0503C19.0143 4.05027 19.0176 4.0503 19.0208 4.0503C19.573 4.05033 20.0207 4.49793 20.0207 5.0502L20.0207 10.7071C20.0207 11.2593 19.573 11.7069 19.0208 11.707C18.4685 11.707 18.0209 11.2593 18.0209 10.7071L18.0209 7.46431L11.9497 13.5355C11.5592 13.926 10.926 13.926 10.5355 13.5355C10.145 13.145 10.145 12.5118 10.5355 12.1213L16.606 6.05078L13.3639 6.05009L13.2617 6.04456C12.7575 5.99335 12.3641 5.56794 12.364 5.05019Z' fill='%230C64AF'/%3E%3Cpath d='M18 19.9902C17.9999 20.5479 17.5479 20.9999 16.9902 21H5.00977C4.45215 20.9999 4.00013 20.5479 4 19.9902V8.00977C4.00013 7.4521 4.45219 7.00013 5.00977 7H11C11.5523 7 12 7.44772 12 8C12 8.55228 11.5523 9 11 9H6V19H16V13C16 12.4477 16.4477 12 17 12C17.5523 12 18 12.4477 18 13V19.9902Z' fill='%230C64AF'/%3E%3C/svg%3E%0A");display:inline-block;width:16px;height:16px;min-width:16px;background-size:contain;background-repeat:no-repeat;background-position:center 2px}.tableNote .linkExternal::after,.list .linkExternal::after{background-position:center}.banAction{transition:.3s}.banAction:hover{opacity:.7}.banAction img{max-width:100%;height:auto}ul.list li,ol.list li{margin-bottom:var(--m-4)}ul.list li:last-of-type,ol.list li:last-of-type{margin-bottom:0}ul.list li>div,ul.list li>p,ol.list li>div,ol.list li>p{text-indent:0}ul.list .linkExternal,ol.list .linkExternal{display:inline-flex}.listDefault{list-style:none;padding-left:12px}.listDefault li{text-indent:-14px}.listDefault li::before{content:"・"}.listNumber{list-style:decimal;padding-left:20px}@media screen and (max-width: 768px){.listNumber{padding-left:20px}}.listCaution{list-style:none;padding-left:12px}.listCaution li{text-indent:-14px;align-items:baseline}.listCaution li::before{content:"※"}.toolbarBottom .toolBarTextC{text-align:center}@media screen and (max-width: 768px){.toolbarBottom .toolBarTextC{text-align:left}}.anchorArea{display:flex;justify-content:center;gap:var(--g-16);margin-top:var(--m-24)}@media screen and (max-width: 768px){.anchorArea{margin-top:var(--m-16);flex-direction:row;gap:var(--g-8)}}.anchorArea .anchorDown{display:flex;justify-content:space-between;align-items:center;gap:var(--g-4)}.anchorArea .anchorDown::after{content:"";display:block;width:16px;height:16px;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8L11.9929 16.9929C11.9968 16.9968 12.0032 16.9968 12.0071 16.9929L21 8' stroke='%23BB0000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");flex-shrink:0}@media screen and (max-width: 768px){.anchorArea .anchorDown{width:calc(50% - 4px)}}.anchorArea a:visited{color:var(--text-red)}.anchorBase{text-decoration:none;border-radius:var(--border-m);cursor:pointer;background-color:var(--btn-secondary-bg);border:solid 1px var(--brand-main);color:var(--text-red)}.anchorBase{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.anchorBase{font-size:var(--fs-s);line-height:var(--lh-default)}}.anchorBase{padding:var(--p-8) var(--p-16);transition:background-color .2s ease-in-out}.anchorBase:hover{background-color:color-mix(in srgb, var(--btn-secondary-bg), black 5%)}@media screen and (max-width: 768px){.anchorBase{padding:var(--p-8)}}.anchorAreaWide{display:flex;border-radius:var(--border-m);overflow:hidden;box-shadow:var(--shadow-1)}@media screen and (max-width: 768px){.anchorAreaWide{flex-direction:row;flex-wrap:wrap;box-shadow:none;border-radius:0;overflow:visible;gap:var(--g-8)}}.anchorAreaWide .anchorBase{display:flex;align-items:center;justify-content:center;gap:var(--g-8);flex:1;border:rgba(0,0,0,0);border-top:solid 3px var(--brand-main);border-right:solid 1px var(--border-subtle);padding:var(--p-16);border-radius:0;color:var(--text-black)}.anchorAreaWide .anchorBase{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.anchorAreaWide .anchorBase{font-size:var(--fs-m);line-height:var(--lh-default)}}.anchorAreaWide .anchorBase{font-weight:var(--fw-bold)}@media screen and (max-width: 768px){.anchorAreaWide .anchorBase{flex:none;width:calc(50% - 4px);padding:var(--p-8);justify-content:space-between;border-top:rgba(0,0,0,0);border-right:rgba(0,0,0,0);border:solid 1px var(--brand-main);color:var(--text-red)}.anchorAreaWide .anchorBase{font-size:var(--fs-s);line-height:var(--lh-default)}.anchorAreaWide .anchorBase{font-weight:var(--fw-normal);border-radius:var(--border-s)}}@media screen and (max-width: 768px)and (min-width: 1440px){.anchorAreaWide .anchorBase{font-size:var(--fs-s);line-height:var(--lh-default)}}.anchorAreaWide .anchorBase:last-of-type{border-right:rgba(0,0,0,0)}@media screen and (max-width: 768px){.anchorAreaWide .anchorBase:last-of-type{border-right:solid 1px var(--brand-main)}}.anchorAreaWide .anchorBase::after{content:"";display:inline-block;width:16px;height:16px;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8L11.9929 16.9929C11.9968 16.9968 12.0032 16.9968 12.0071 16.9929L21 8' stroke='%23BB0000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.anchorAreaWide a:visited{color:var(--text-black)}@media screen and (max-width: 768px){.anchorAreaWide a:visited{color:var(--text-red)}}.anchorAreaMini{flex-wrap:wrap;justify-content:start;margin-top:0}.anchorAreaMini .anchorBase{color:var(--text-black);padding:var(--p-4) var(--p-8)}.anchorAreaMini .anchorBase:visited{color:var(--text-black)}@media screen and (max-width: 1024px){body:has(.loginBackend) .loginBackend{padding-top:72px}body:has(.loginBackend) .mainContent{padding-top:0}}.loginBackend p{background-color:#ff0;width:100%;margin:0 auto;text-align:center;padding:var(--p-16)}.loginBackend{font-weight:var(--fw-bold);padding:var(--p-16)}.quickAlert{height:fit-content;position:fixed;top:0;left:0;z-index:888}.quickAlert img{width:auto;height:120px}@media screen and (max-width: 1024px){.quickAlert{position:fixed;top:inherit;left:4px;bottom:0}.quickAlert img{width:224px;height:auto}}.blink{animation:blink 1.4s ease-in-out infinite}@keyframes blink{0%,100%{opacity:1}60%{opacity:0}}a.btn{text-decoration:none}.btn{border-radius:var(--border-m);font-weight:var(--fw-bold);cursor:pointer}.btn.btnPrimary{background-color:var(--btn-primary-bg);color:var(--btn-primary-text);border:solid 1px var(--btn-primary-border);transition:background-color .2s ease-in-out}.btn.btnPrimary:hover{background-color:color-mix(in srgb, var(--btn-primary-bg), black 15%)}.btn.btnPrimary:disabled{opacity:.4;cursor:not-allowed}.btn.btnPrimary:disabled:hover{background-color:color-mix(in srgb, var(--btn-primary-bg), black 5%)}.btn.btnSecondary{background-color:var(--btn-secondary-bg);color:var(--btn-secondary-text);border:solid 1px var(--btn-secondary-border);transition:background-color .2s ease-in-out}.btn.btnSecondary:hover{background-color:color-mix(in srgb, var(--btn-secondary-bg), black 5%)}.btn.btnSecondary:disabled{opacity:.4;cursor:not-allowed}.btn.btnSecondary:disabled:hover{background-color:color-mix(in srgb, var(--btn-secondary-bg), black 5%)}.btn.btnTertiary{display:flex;align-items:center;gap:var(--g-2)}.btn.btnTertiary{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.btn.btnTertiary{font-size:var(--fs-m);line-height:var(--lh-default)}}.btn.btnTertiary{padding:var(--p-2);text-decoration:underline;color:var(--btn-secondary-text);font-weight:var(--fw-normal)}.btn.btnTertiary::before{content:"";display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-size:contain;vertical-align:middle}.btn.btnTertiary:hover{text-decoration:none}.btn.btnTertiary.btnS{padding:0}.btn.btnTertiary.noIcon::before{content:none}.btn.btnSelfback{background-color:var(--brand-selfback);color:var(--text-white);border:solid 1px var(--brand-selfback);transition:background-color .2s ease-in-out}.btn.btnSelfback:hover{background-color:color-mix(in srgb, var(--brand-selfback), black 15%)}.btn.btnS{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.btn.btnS{font-size:var(--fs-s);line-height:var(--lh-default)}}.btn.btnS{padding:var(--p-8)}.btn.btnM{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.btn.btnM{font-size:var(--fs-m);line-height:var(--lh-default)}}.btn.btnM{padding:var(--p-16)}.btn.btnLink{display:flex;justify-content:space-between;align-items:center;gap:var(--g-4);white-space:nowrap}.btn.btnLink::after{content:"";display:block;width:16px;height:16px;background-size:contain;background-repeat:no-repeat}.btn.btnPrimary.btnLink::after{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19L16.9929 12.0071C16.9968 12.0032 16.9968 11.9968 16.9929 11.9929L10 5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.btn.btnSecondary.btnLink::after{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19L16.9929 12.0071C16.9968 12.0032 16.9968 11.9968 16.9929 11.9929L10 5' stroke='%23009988' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.btn.btnSelfback.btnExternal{display:flex;justify-content:space-between;align-items:center;gap:var(--g-4);white-space:nowrap}.btn.btnSelfback.btnExternal::after{content:"";display:block;width:16px;height:16px;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.364 5.05019C12.364 4.49791 12.8116 4.0503 13.3639 4.0503L18.9966 4.04961C19.0015 4.04961 19.0063 4.05024 19.0111 4.0503C19.0143 4.05027 19.0176 4.0503 19.0208 4.0503C19.573 4.05033 20.0207 4.49793 20.0207 5.0502L20.0207 10.7071C20.0207 11.2593 19.573 11.7069 19.0208 11.707C18.4685 11.707 18.0209 11.2593 18.0209 10.7071L18.0209 7.46431L11.9497 13.5355C11.5592 13.926 10.926 13.926 10.5355 13.5355C10.145 13.145 10.145 12.5118 10.5355 12.1213L16.606 6.05078L13.3639 6.05009L13.2617 6.04456C12.7575 5.99335 12.3641 5.56794 12.364 5.05019Z' fill='white'/%3E%3Cpath d='M18 19.9902C17.9999 20.5479 17.5479 20.9999 16.9902 21H5.00977C4.45215 20.9999 4.00013 20.5479 4 19.9902V8.00977C4.00013 7.4521 4.45219 7.00013 5.00977 7H11C11.5523 7 12 7.44772 12 8C12 8.55228 11.5523 9 11 9H6V19H16V13C16 12.4477 16.4477 12 17 12C17.5523 12 18 12.4477 18 13V19.9902Z' fill='white'/%3E%3C/svg%3E%0A")}.btn.btnLink.btnBack::after{content:inherit}.btn.btnLink.btnBack::before{content:"";display:block;width:16px;height:16px;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19L16.9929 12.0071C16.9968 12.0032 16.9968 11.9968 16.9929 11.9929L10 5' stroke='%23009988' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");transform:scaleX(-1)}.btn.btnMin{min-width:120px}.btn.btnIcon{display:flex;align-items:center;gap:var(--g-4)}.btn.btnIcon::before{content:"";display:inline-block;width:16px;height:16px;min-width:16px;background-repeat:no-repeat;background-position:right center;background-size:contain}.btn.btnIcon.btnCircle{border-radius:var(--border-full);width:24px;height:24px;padding:inherit;justify-content:center}.btn.btnIcon.btnlogout{white-space:nowrap}.btn.btnIcon.btnlogout{font-size:var(--fs-xs);line-height:var(--lh-default)}.btn.btnIcon.btnlogout::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 3C14.5523 3 15 3.44772 15 4C15 4.55228 14.5523 5 14 5H5V19H14C14.5523 19 15 19.4477 15 20C15 20.5523 14.5523 21 14 21H4.00977C3.45211 20.9999 3.00013 20.5478 3 19.9902V4.00977C3.00013 3.45208 3.4522 3.00013 4.00977 3H14Z' fill='%23BB0000'/%3E%3Cpath d='M16.293 7.29305C16.6835 6.90252 17.3165 6.90252 17.707 7.29305L21.6904 11.2755C21.6939 11.2789 21.6968 11.2828 21.7002 11.2862C21.7025 11.2885 21.7048 11.2908 21.707 11.293C22.0975 11.6836 22.0975 12.3166 21.707 12.7071L17.707 16.7071C17.3165 17.0976 16.6835 17.0976 16.293 16.7071C15.9025 16.3166 15.9025 15.6836 16.293 15.293L18.5859 13.0001H10C9.44774 13.0001 9.00004 12.5523 9 12.0001C9 11.4478 9.44772 11.0001 10 11.0001H18.585L16.293 8.70711L16.2246 8.63094C15.9043 8.23818 15.9269 7.65916 16.293 7.29305Z' fill='%23BB0000'/%3E%3C/svg%3E%0A")}.btn.btnIcon.btnDownload::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 14C20.5523 14 21 14.4477 21 15V19.9004C20.9998 20.5076 20.5076 20.9998 19.9004 21H4.09961C3.49241 20.9998 3.00021 20.5076 3 19.9004V15C3 14.4477 3.44772 14 4 14C4.55228 14 5 14.4477 5 15V19H19V15C19 14.4477 19.4477 14 20 14ZM12 3C12.5523 3.00003 13 3.44773 13 4V12.585L15.293 10.293L15.3691 10.2246C15.7619 9.90429 16.3409 9.9269 16.707 10.293C17.0975 10.6835 17.0975 11.3165 16.707 11.707L12.7246 15.6904C12.7212 15.6939 12.7173 15.6968 12.7139 15.7002C12.7116 15.7025 12.7093 15.7048 12.707 15.707C12.3165 16.0975 11.6835 16.0975 11.293 15.707L7.29297 11.707C6.90249 11.3165 6.90249 10.6835 7.29297 10.293C7.68348 9.90248 8.31651 9.90249 8.70703 10.293L11 12.5859V4C11 3.44774 11.4478 3.00004 12 3Z' fill='%23009988'/%3E%3C/svg%3E%0A")}.btn.btnIcon.btnModal::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23009988' stroke-width='2'/%3E%3Cpath d='M12 16C12.5523 16 13 16.4477 13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17C11 16.4477 11.4477 16 12 16ZM10.4658 8.46875C10.465 8.46961 10.4639 8.47058 10.4629 8.47168H10.4639C10.4616 8.47347 10.4596 8.47515 10.458 8.47656V8.47852C10.4459 8.49185 10.4262 8.5142 10.4014 8.54395C10.3501 8.60555 10.281 8.69432 10.2139 8.79785C10.0599 9.03552 10.0002 9.22095 10 9.31445C9.9999 9.86666 9.55223 10.3145 9 10.3145C8.44777 10.3145 8.0001 9.86666 8 9.31445C8.00013 8.63651 8.31554 8.05041 8.53613 7.70996C8.65642 7.52436 8.77501 7.37081 8.86426 7.26367C8.90923 7.2097 8.94865 7.16661 8.97754 7.13477C8.99178 7.11907 9.00336 7.10564 9.0127 7.0957C9.01731 7.0908 9.02211 7.08643 9.02539 7.08301C9.02692 7.08141 9.0281 7.07941 9.0293 7.07812L9.03223 7.0752L9.68652 7.70996C9.07211 7.11273 9.03511 7.07668 9.0332 7.07422L9.06445 7.04297C9.07827 7.02964 9.09577 7.01352 9.11621 6.99512C9.15712 6.95829 9.21143 6.91176 9.2793 6.85938C9.41534 6.7544 9.60787 6.62347 9.85547 6.49609C10.3541 6.23967 11.0723 6 12 6C12.9277 6 13.6459 6.23967 14.1445 6.49609C14.3921 6.62347 14.5847 6.7544 14.7207 6.85938C14.7886 6.91176 14.8429 6.95829 14.8838 6.99512C14.9042 7.01352 14.9217 7.02964 14.9355 7.04297L14.9668 7.07422C14.9649 7.07668 14.9279 7.11272 14.3135 7.70996L14.9678 7.0752L14.9707 7.07812C14.9719 7.07941 14.9731 7.08141 14.9746 7.08301C14.9779 7.08643 14.9827 7.0908 14.9873 7.0957C14.9966 7.10564 15.0082 7.11907 15.0225 7.13477C15.0513 7.16661 15.0908 7.2097 15.1357 7.26367C15.225 7.37081 15.3436 7.52436 15.4639 7.70996C15.6845 8.05041 15.9999 8.63651 16 9.31445C16 10.0969 16.0185 11.2451 14.9668 12.3271C14.4211 12.8883 13.6824 13.1627 13.168 13.3027C13.1111 13.3182 13.0545 13.3296 13 13.3428V14C12.9999 14.5522 12.5522 15 12 15C11.4478 15 11.0001 14.5522 11 14V12.5098C11 12.1394 11.2486 11.6218 11.8145 11.5176L12.1582 11.4746C12.286 11.4552 12.4569 11.4236 12.6426 11.373C13.0392 11.2651 13.3616 11.1091 13.5332 10.9326C13.9811 10.4716 14 10.075 14 9.31445C13.9998 9.22095 13.9401 9.03552 13.7861 8.79785C13.719 8.69432 13.6499 8.60555 13.5986 8.54395C13.5738 8.5142 13.5541 8.49185 13.542 8.47852L13.541 8.47656C13.5331 8.46962 13.5181 8.45785 13.498 8.44238C13.4466 8.40273 13.3572 8.34062 13.2305 8.27539C12.9791 8.1461 12.572 8 12 8C11.428 8 11.0209 8.1461 10.7695 8.27539C10.6428 8.34062 10.5534 8.40273 10.502 8.44238L10.4658 8.46875ZM10.4668 8.46777H10.4688L10.4697 8.4668L10.4707 8.46484C10.47 8.46545 10.4679 8.4666 10.4668 8.46777ZM13.5303 8.4668L13.5312 8.46777H13.5322C13.5314 8.46684 13.5299 8.46542 13.5293 8.46484L13.5303 8.4668Z' fill='%23009988'/%3E%3C/svg%3E%0A")}.btn.btnIcon.btnHelp::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.364 5.05019C12.364 4.49791 12.8116 4.0503 13.3639 4.0503L18.9966 4.04961C19.0015 4.04961 19.0063 4.05024 19.0111 4.0503C19.0143 4.05027 19.0176 4.0503 19.0208 4.0503C19.573 4.05033 20.0207 4.49793 20.0207 5.0502L20.0207 10.7071C20.0207 11.2593 19.573 11.7069 19.0208 11.707C18.4685 11.707 18.0209 11.2593 18.0209 10.7071L18.0209 7.46431L11.9497 13.5355C11.5592 13.926 10.926 13.926 10.5355 13.5355C10.145 13.145 10.145 12.5118 10.5355 12.1213L16.606 6.05078L13.3639 6.05009L13.2617 6.04456C12.7575 5.99335 12.3641 5.56794 12.364 5.05019Z' fill='%23009988'/%3E%3Cpath d='M18 19.9902C17.9999 20.5479 17.5479 20.9999 16.9902 21H5.00977C4.45215 20.9999 4.00013 20.5479 4 19.9902V8.00977C4.00013 7.4521 4.45219 7.00013 5.00977 7H11C11.5523 7 12 7.44772 12 8C12 8.55228 11.5523 9 11 9H6V19H16V13C16 12.4477 16.4477 12 17 12C17.5523 12 18 12.4477 18 13V19.9902Z' fill='%23009988'/%3E%3C/svg%3E%0A")}.btn.btnIcon.btnSaved::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 20.8168V3.1C5 3.04477 5.04477 3 5.1 3H18.9C18.9552 3 19 3.04477 19 3.1V20.8168C19 20.896 18.9125 20.9437 18.8459 20.901L12.0541 16.5348C12.0211 16.5136 11.9789 16.5136 11.9459 16.5348L5.15408 20.901C5.08752 20.9437 5 20.896 5 20.8168Z' stroke='%23009988' stroke-width='2'/%3E%3C/svg%3E%0A")}.btn.btnIcon.btnHistory::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM12 6.09961C12.4971 6.09961 12.9004 6.50294 12.9004 7V11.5996H17C17.4971 11.5996 17.9004 12.0029 17.9004 12.5C17.9004 12.9661 17.5457 13.3495 17.0918 13.3955L17 13.4004H12.0996C11.5476 13.4002 11.0998 12.9524 11.0996 12.4004V7C11.0996 6.50294 11.5029 6.09961 12 6.09961Z' fill='%23009988'/%3E%3C/svg%3E%0A")}.btn.btnIcon.btnExternal::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.364 5.05019C12.364 4.49791 12.8116 4.0503 13.3639 4.0503L18.9966 4.04961C19.0015 4.04961 19.0063 4.05024 19.0111 4.0503C19.0143 4.05027 19.0176 4.0503 19.0208 4.0503C19.573 4.05033 20.0207 4.49793 20.0207 5.0502L20.0207 10.7071C20.0207 11.2593 19.573 11.7069 19.0208 11.707C18.4685 11.707 18.0209 11.2593 18.0209 10.7071L18.0209 7.46431L11.9497 13.5355C11.5592 13.926 10.926 13.926 10.5355 13.5355C10.145 13.145 10.145 12.5118 10.5355 12.1213L16.606 6.05078L13.3639 6.05009L13.2617 6.04456C12.7575 5.99335 12.3641 5.56794 12.364 5.05019Z' fill='%23009988'/%3E%3Cpath d='M18 19.9902C17.9999 20.5479 17.5479 20.9999 16.9902 21H5.00977C4.45215 20.9999 4.00013 20.5479 4 19.9902V8.00977C4.00013 7.4521 4.45219 7.00013 5.00977 7H11C11.5523 7 12 7.44772 12 8C12 8.55228 11.5523 9 11 9H6V19H16V13C16 12.4477 16.4477 12 17 12C17.5523 12 18 12.4477 18 13V19.9902Z' fill='%23009988'/%3E%3C/svg%3E%0A")}.btn.btnIcon.btnSearch::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5003 1.99956C6.35837 1.99962 3.00054 5.35766 3.0003 9.49956C3.0003 13.6417 6.35822 16.9995 10.5003 16.9996C11.9533 16.9996 13.3094 16.5859 14.4583 15.8707L19.2933 20.7066C19.6838 21.0971 20.3168 21.0971 20.7073 20.7066C21.0976 20.316 21.0978 19.683 20.7073 19.2925L16.0062 14.5904C17.2432 13.2531 18.0003 11.4649 18.0003 9.49956C18.0001 5.35763 14.6423 1.99956 10.5003 1.99956ZM10.5003 3.99956C13.5377 3.99956 16.0001 6.46219 16.0003 9.49956C16.0003 12.5371 13.5379 14.9996 10.5003 14.9996C7.46279 14.9995 5.0003 12.5371 5.0003 9.49956C5.00054 6.46223 7.46294 3.99962 10.5003 3.99956Z' fill='%23009988'/%3E%3C/svg%3E%0A")}.btn.btnIcon.btnSetting::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1406 2.00977C14.4628 2.05546 14.7463 2.25642 14.8945 2.55273L16.1181 5H19C19.3343 5 19.6465 5.16713 19.832 5.44531L21.832 8.44531C22.0311 8.7439 22.055 9.12629 21.8945 9.44727L20.6181 12L21.8945 14.5527C22.055 14.8737 22.0311 15.2561 21.832 15.5547L19.832 18.5547C19.6465 18.8329 19.3343 19 19 19H16.1181L14.8945 21.4473C14.7251 21.786 14.3787 22 14 22H9.99998C9.5911 22 9.22313 21.7507 9.07127 21.3711C8.81061 20.7196 8.35067 19.8872 7.88963 19H4.99998C4.66565 19 4.35341 18.8329 4.16795 18.5547L2.16795 15.5547C1.96891 15.2561 1.94498 14.8737 2.10545 14.5527L3.38182 12L2.10545 9.44727C1.94498 9.12631 1.96891 8.74389 2.16795 8.44531L4.16795 5.44531L4.24315 5.34668C4.43172 5.12818 4.70733 5.00002 4.99998 5H7.88182L9.10545 2.55273L9.17674 2.43164C9.36166 2.16369 9.66855 2.00002 9.99998 2H14L14.1406 2.00977ZM9.39451 6.44727C9.22512 6.78604 8.87875 7 8.49998 7H5.53514L4.1533 9.07129L5.39451 11.5527C5.53528 11.8343 5.53528 12.1657 5.39451 12.4473L4.1533 14.9277L5.53514 17H8.49998C8.87875 17 9.22512 17.214 9.39451 17.5527C9.74946 18.2626 10.2702 19.2027 10.6494 20H13.3818L14.6054 17.5527C14.7748 17.214 15.1212 17 15.5 17H18.4648L19.8457 14.9277L18.6054 12.4473C18.4647 12.1658 18.4647 11.8342 18.6054 11.5527L19.8457 9.07129L18.4648 7H15.5C15.1212 6.99998 14.7748 6.78603 14.6054 6.44727L13.3818 4H10.6181L9.39451 6.44727ZM12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C9.79087 16 7.99998 14.2091 7.99998 12C7.99998 9.79088 9.79087 8.00003 12 8ZM12 10C10.8954 10 9.99998 10.8954 9.99998 12C9.99998 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10Z' fill='%23009988'/%3E%3C/svg%3E%0A")}.btn.btnIcon.btnExternal::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.364 5.05019C12.364 4.49791 12.8116 4.0503 13.3639 4.0503L18.9966 4.04961C19.0015 4.04961 19.0063 4.05024 19.0111 4.0503C19.0143 4.05027 19.0176 4.0503 19.0208 4.0503C19.573 4.05033 20.0207 4.49793 20.0207 5.0502L20.0207 10.7071C20.0207 11.2593 19.573 11.7069 19.0208 11.707C18.4685 11.707 18.0209 11.2593 18.0209 10.7071L18.0209 7.46431L11.9497 13.5355C11.5592 13.926 10.926 13.926 10.5355 13.5355C10.145 13.145 10.145 12.5118 10.5355 12.1213L16.606 6.05078L13.3639 6.05009L13.2617 6.04456C12.7575 5.99335 12.3641 5.56794 12.364 5.05019Z' fill='%23009988'/%3E%3Cpath d='M18 19.9902C17.9999 20.5479 17.5479 20.9999 16.9902 21H5.00977C4.45215 20.9999 4.00013 20.5479 4 19.9902V8.00977C4.00013 7.4521 4.45219 7.00013 5.00977 7H11C11.5523 7 12 7.44772 12 8C12 8.55228 11.5523 9 11 9H6V19H16V13C16 12.4477 16.4477 12 17 12C17.5523 12 18 12.4477 18 13V19.9902Z' fill='%23009988'/%3E%3C/svg%3E%0A")}.btn.btnIcon.btnPlus::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4C12.5523 4 13 4.44772 13 5V11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H13V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19V13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H11V5C11 4.44772 11.4477 4 12 4Z' fill='%23009988'/%3E%3C/svg%3E%0A")}.btn.btnIcon.btnFilter::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='4' width='20' height='2' rx='1' fill='%23009988'/%3E%3Crect x='2' y='11' width='20' height='2' rx='1' fill='%23009988'/%3E%3Crect x='2' y='18' width='20' height='2' rx='1' fill='%23009988'/%3E%3Ccircle cx='10' cy='19' r='3' fill='%23009988'/%3E%3Ccircle cx='17' cy='12' r='3' fill='%23009988'/%3E%3Ccircle cx='7' cy='5' r='3' fill='%23009988'/%3E%3C/svg%3E%0A")}a.txt.txtIcon{display:inline-flex;align-items:center;gap:2px;text-decoration:none;color:#333;font-weight:var(--fw-bold);line-height:1}@media screen and (max-width: 768px){a.txt.txtIcon{margin-top:var(--m-8);padding:var(--p-8) 0}}a.txt.txtIcon:after{content:"";display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-size:contain}a.txt.txtIcon.chevronright:after{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19L16.9929 12.0071C16.9968 12.0032 16.9968 11.9968 16.9929 11.9929L10 5' stroke='%23009988' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A")}a.txt.txtIcon{transition:background-color .2s ease-in-out}a.txt.txtIcon:hover{background-color:color-mix(in srgb, var(--btn-secondary-bg), black 5%)}.boxActionCenter{margin-top:var(--m-16);display:flex;flex-wrap:wrap-reverse;justify-content:center;gap:var(--g-8)}.boxActionCenter+p{text-align:center;margin-top:var(--m-16)}@media screen and (max-width: 768px){.boxActionCenter+p{margin-top:var(--m-8);text-align:left}}.btnFlex{display:flex;justify-content:center;flex-wrap:wrap;gap:var(--g-8)}.btnUtilityFlex{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:var(--g-8)}@media screen and (max-width: 768px){.btnUtilityFlex{margin-top:var(--m-16);justify-content:center}}@media screen and (max-width: 768px){.btnUtilityFlex:has(.txt.txtIcon){margin-top:0}}a.btnUtility,button.btnUtility{display:flex;justify-content:space-between;align-items:center;gap:var(--g-4);border-radius:var(--border-m);padding:var(--p-8)}a.btnUtility,button.btnUtility{font-size:var(--fs-xs);line-height:var(--lh-default)}a.btnUtility,button.btnUtility{cursor:pointer;text-decoration:none}a.btnUtility::before,button.btnUtility::before{content:"";display:inline-block;width:16px;height:16px;background-size:contain;background-repeat:no-repeat;background-image:none}a.btnUtility.btnUtilityIcon,button.btnUtility.btnUtilityIcon{height:40px;padding:0 var(--p-8);white-space:nowrap;line-height:var(--lh-tight)}a.btnUtility.btnDelete,button.btnUtility.btnDelete{background-color:var(--red-50);border:solid 1px var(--red-100);color:var(--red-500)}a.btnUtility.btnDelete:before,button.btnUtility.btnDelete:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4648 2C15.1335 2.00001 15.758 2.33424 16.1289 2.89062L17.5352 5H20C20.5523 5 21 5.44772 21 6C21 6.55228 20.5523 7 20 7H19V19C19 20.6569 17.6569 22 16 22H8C6.34315 22 5 20.6569 5 19V7H4C3.44772 7 3 6.55228 3 6C3 5.44772 3.44772 5 4 5H6.46484L7.87109 2.89062C8.24202 2.33424 8.86646 2.00001 9.53516 2H14.4648ZM7 19C7 19.5523 7.44772 20 8 20H16C16.5523 20 17 19.5523 17 19V7H7V19ZM9 9C9.55228 9 10 9.44772 10 10V17C10 17.5523 9.55228 18 9 18C8.44772 18 8 17.5523 8 17V10C8 9.44772 8.44772 9 9 9ZM12 9C12.5523 9 13 9.44772 13 10V17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17V10C11 9.44772 11.4477 9 12 9ZM15 9C15.5523 9 16 9.44772 16 10V17C16 17.5523 15.5523 18 15 18C14.4477 18 14 17.5523 14 17V10C14 9.44772 14.4477 9 15 9ZM8.86816 5H15.1318L14.4648 4H9.53516L8.86816 5Z' fill='%23E0150D'/%3E%3C/svg%3E%0A")}a.btnUtility.btnDelete,button.btnUtility.btnDelete{transition:background-color .2s ease-in-out}a.btnUtility.btnDelete:hover,button.btnUtility.btnDelete:hover{background-color:color-mix(in srgb, var(--red-50), black 5%)}a.btnUtility.btnFix,button.btnUtility.btnFix{background-color:var(--blue-50);border:solid 1px var(--blue-100);color:var(--blue-400)}a.btnUtility.btnFix:before,button.btnUtility.btnFix:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 6.05101L18 10M16 4L5.21409 14.7859C5.07449 14.9255 4.97934 15.1033 4.94062 15.2969L4.00294 19.9853C4.00154 19.9923 4.00771 19.9985 4.01471 19.9971L8.7031 19.0594C8.8967 19.0207 9.07449 18.9255 9.21409 18.7859L20 8C20 8 22 6.01512 20 4C18 1.98488 16 4 16 4Z' stroke='%23008AF3' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A")}a.btnUtility.btnFix,button.btnUtility.btnFix{transition:background-color .2s ease-in-out}a.btnUtility.btnFix:hover,button.btnUtility.btnFix:hover{background-color:color-mix(in srgb, var(--blue-50), black 5%)}a.btnUtility.btnChange,button.btnUtility.btnChange{background-color:var(--teal-50);border:solid 1px var(--teal-100);color:var(--teal-400)}a.btnUtility.btnChange:before,button.btnUtility.btnChange:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.40039 12.1996C6.84217 11.8687 7.46855 11.9582 7.7998 12.3998C8.11009 12.8139 8.05094 13.3903 7.67871 13.7338L7.59961 13.7992L6 14.9994H21C21.552 14.9996 21.9997 15.4475 22 15.9994C21.9999 16.5515 21.552 16.9992 21 16.9994H6L7.59961 18.1986C8.04126 18.5299 8.13081 19.1572 7.7998 19.599C7.48931 20.013 6.91939 20.1179 6.48535 19.8569L6.40039 19.7992L2.40039 16.7992C1.95861 16.4679 1.86896 15.8416 2.2002 15.3998C2.26441 15.3143 2.33999 15.2416 2.42285 15.183L2.42383 15.182L6.40039 12.1996ZM16.2002 4.4008C16.5315 3.95904 17.1578 3.86938 17.5996 4.2006L21.5762 7.18302L21.5771 7.184C21.6601 7.24268 21.7356 7.31512 21.7998 7.4008C22.131 7.84262 22.0414 8.46891 21.5996 8.80021L17.5996 11.8002L17.5146 11.8578C17.0806 12.1189 16.5107 12.0139 16.2002 11.6C15.8689 11.1582 15.9586 10.531 16.4004 10.1996L18 9.00041H3C2.44785 9.00041 2.00022 8.5525 2 8.00041C2.00012 7.44822 2.44779 7.00041 3 7.00041H18L16.4004 5.80021L16.3213 5.73478C15.9488 5.39136 15.8899 4.81495 16.2002 4.4008Z' fill='%23009988'/%3E%3C/svg%3E%0A")}a.btnUtility.btnChange,button.btnUtility.btnChange{transition:background-color .2s ease-in-out}a.btnUtility.btnChange:hover,button.btnUtility.btnChange:hover{background-color:color-mix(in srgb, var(--teal-50), black 5%)}a.btnUtility.btnCopy,button.btnUtility.btnCopy{background-color:var(--teal-50);border:solid 1px var(--teal-100);color:var(--teal-400)}a.btnUtility.btnCopy:before,button.btnUtility.btnCopy:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8C6.55228 8 7 8.44772 7 9C7 9.55228 6.55228 10 6 10H5V19H14V18C14 17.4477 14.4477 17 15 17C15.5523 17 16 17.4477 16 18V19.9004C15.9998 20.5076 15.5076 20.9998 14.9004 21H4.09961C3.4924 20.9998 3.00021 20.5076 3 19.9004V9.09961C3.00021 8.49241 3.49241 8.00021 4.09961 8H6ZM19.9004 3C20.5076 3.00021 20.9998 3.49241 21 4.09961V14.9004C20.9998 15.5076 20.5076 15.9998 19.9004 16H9.09961C8.53032 15.9998 8.06229 15.5671 8.00586 15.0127L8 14.9004V4.09961C8.00021 3.4924 8.49241 3.00021 9.09961 3H19.9004ZM10 14H19V5H10V14Z' fill='%23009988'/%3E%3C/svg%3E%0A")}a.btnUtility.btnCopy,button.btnUtility.btnCopy{transition:background-color .2s ease-in-out}a.btnUtility.btnCopy:hover,button.btnUtility.btnCopy:hover{background-color:color-mix(in srgb, var(--teal-50), black 5%)}a.btnUtility.btnSearch,button.btnUtility.btnSearch{background-color:var(--teal-50);border:solid 1px var(--teal-100);color:var(--teal-400)}a.btnUtility.btnSearch:before,button.btnUtility.btnSearch:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5003 1.99956C6.35837 1.99962 3.00054 5.35766 3.0003 9.49956C3.0003 13.6417 6.35822 16.9995 10.5003 16.9996C11.9533 16.9996 13.3094 16.5859 14.4583 15.8707L19.2933 20.7066C19.6838 21.0971 20.3168 21.0971 20.7073 20.7066C21.0976 20.316 21.0978 19.683 20.7073 19.2925L16.0062 14.5904C17.2432 13.2531 18.0003 11.4649 18.0003 9.49956C18.0001 5.35763 14.6423 1.99956 10.5003 1.99956ZM10.5003 3.99956C13.5377 3.99956 16.0001 6.46219 16.0003 9.49956C16.0003 12.5371 13.5379 14.9996 10.5003 14.9996C7.46279 14.9995 5.0003 12.5371 5.0003 9.49956C5.00054 6.46223 7.46294 3.99962 10.5003 3.99956Z' fill='%23009988'/%3E%3C/svg%3E%0A")}a.btnUtility.btnSearch,button.btnUtility.btnSearch{transition:background-color .2s ease-in-out}a.btnUtility.btnSearch:hover,button.btnUtility.btnSearch:hover{background-color:color-mix(in srgb, var(--teal-50), black 5%)}a.btnUtility.btnPlus,button.btnUtility.btnPlus{background-color:var(--gray-50);border:solid 1px var(--gray-100);color:var(--teal-400)}a.btnUtility.btnPlus:before,button.btnUtility.btnPlus:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4C12.5523 4 13 4.44772 13 5V11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H13V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19V13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H11V5C11 4.44772 11.4477 4 12 4Z' fill='%23707070'/%3E%3C/svg%3E%0A")}a.btnUtility.btnPlus,button.btnUtility.btnPlus{transition:background-color .2s ease-in-out}a.btnUtility.btnPlus:hover,button.btnUtility.btnPlus:hover{background-color:color-mix(in srgb, var(--gray-50), black 5%)}a.btnUtility.btnMainsite,button.btnUtility.btnMainsite{border:solid 1px var(--teal-400);color:var(--teal-400);padding:var(--p-8);pointer-events:none;cursor:auto;width:122px;justify-content:center}a.btnUtility.btnMainsite:before,button.btnUtility.btnMainsite:before{content:none;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.23179 11.6431L0.0118216 6.89565C0.0066386 6.88982 0.00983123 6.88057 0.0175068 6.87917L5.81883 5.82438C5.8218 5.82384 5.82437 5.82199 5.82582 5.81933L8.99122 0.0160948C8.99501 0.00914611 9.00499 0.00914613 9.00878 0.0160948L12.1742 5.81933C12.1756 5.82199 12.1782 5.82384 12.1812 5.82438L17.9825 6.87917C17.9902 6.88057 17.9934 6.88982 17.9882 6.89565L13.7682 11.6431C13.766 11.6456 13.7652 11.649 13.766 11.6522L15.3481 17.9807C15.3501 17.9887 15.3422 17.9955 15.3346 17.9923L9.00385 15.3545C9.00138 15.3535 8.99862 15.3535 8.99615 15.3545L2.66543 17.9923C2.65784 17.9955 2.64989 17.9887 2.65189 17.9807L4.23401 11.6522C4.23482 11.649 4.23398 11.6456 4.23179 11.6431Z' fill='%23BFBFBF'/%3E%3C/svg%3E%0A")}a.btnUtility.btnMainsite:hover,button.btnUtility.btnMainsite:hover{pointer-events:none;cursor:auto}.btnRelated{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.btnRelated{font-size:var(--fs-s);line-height:var(--lh-default)}}.btnRelated{display:inline-flex;background-color:var(--bg-white);border:solid 1px var(--border-subtle);color:var(--text-black);text-decoration:none;border-radius:var(--border-full);padding:var(--p-2) var(--p-8);align-items:center;gap:var(--g-4)}.btnRelated::before{content:"";display:inline-block;width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5004 1.99956C6.35846 1.99956 3.00068 5.35763 3.00044 9.49956C3.00044 13.6417 6.35831 16.9996 10.5004 16.9996C11.9535 16.9996 13.3095 16.586 14.4585 15.8707L19.2934 20.7066C19.6839 21.0971 20.3169 21.0971 20.7075 20.7066C21.0976 20.316 21.0979 19.6829 20.7075 19.2925L16.0063 14.5904C17.2433 13.2531 18.0004 11.4649 18.0004 9.49956C18.0002 5.35763 14.6424 1.99956 10.5004 1.99956ZM10.5004 3.99956C13.5379 3.99956 16.0002 6.46219 16.0004 9.49956C16.0004 12.5371 13.538 14.9996 10.5004 14.9996C7.46288 14.9996 5.00044 12.5371 5.00044 9.49956C5.00068 6.4622 7.46303 3.99956 10.5004 3.99956Z' fill='%23707070'/%3E%3C/svg%3E%0A");background-size:12px;background-position:center}.btnRelated{transition:background-color .2s ease-in-out}.btnRelated:hover{background-color:color-mix(in srgb, var(--bg-white), black 5%)}.btnRelated:visited{color:var(--text-black)}.bgConspicuous{background-color:var(--gray-25)}.pager{display:flex;justify-content:center}.pager+ul{margin-top:var(--m-16)}.pagerList{display:flex;align-items:flex-end;gap:var(--g-8)}@media screen and (max-width: 768px){.pagerList{gap:var(--g-4)}}@media screen and (max-width: 480px){.pagerList:has(.isActive) .pagerFirst{display:none}.pagerList:has(.isActive) .pagerLast{display:none}}.pagerBtn{min-width:32px;height:32px;border:1px solid var(--border-subtle);background-color:var(--bg-white);padding:var(--p-8);border-radius:var(--border-s);font-size:var(--fs-s);line-height:var(--lh-tight);cursor:pointer;transition:background-color .2s ease,border-color .2s ease;color:var(--text-black)}@media screen and (max-width: 768px){.pagerBtn{padding:var(--p-4)}}.pagerBtn:hover:not(:disabled){background-color:#f0f0f0}.pagerBtn.isActive{border:1px solid var(--border-default);background-color:var(--border-default);cursor:default;pointer-events:none}.pagerBtn:disabled{opacity:.4;cursor:not-allowed}.pagerBtn.pagerFirst{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 19L19.9929 12.0071C19.9968 12.0032 19.9968 11.9968 19.9929 11.9929L13 5' stroke='%23707070' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4 19L10.9929 12.0071C10.9968 12.0032 10.9968 11.9968 10.9929 11.9929L4 5' stroke='%23707070' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:16px;transform:rotate(-180deg)}.pagerBtn.pagerPrev{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19L16.9929 12.0071C16.9968 12.0032 16.9968 11.9968 16.9929 11.9929L10 5' stroke='%23707070' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:16px;transform:rotate(-180deg)}.pagerBtn.pagerLast{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 19L19.9929 12.0071C19.9968 12.0032 19.9968 11.9968 19.9929 11.9929L13 5' stroke='%23707070' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4 19L10.9929 12.0071C10.9968 12.0032 10.9968 11.9968 10.9929 11.9929L4 5' stroke='%23707070' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:16px}.pagerBtn.pagerNext{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19L16.9929 12.0071C16.9968 12.0032 16.9968 11.9968 16.9929 11.9929L10 5' stroke='%23707070' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:16px}.pagerDots{display:flex;align-items:center;justify-content:center;width:fit-content;height:32px}.pagerDots{font-size:var(--fs-xs);line-height:var(--lh-tight)}.tableWrapper+.pager,.tableWrap+.pager{margin-top:var(--m-16);justify-content:flex-end}.mainHeader{box-shadow:var(--shadow-2)}.mainHeader .headerInfo .inner{display:flex;align-items:center;justify-content:space-between;padding:var(--p-16) var(--p-32)}.mainHeader .headerInfoLeft,.mainHeader .headerInfoRight{display:flex;align-items:center;gap:var(--g-16)}.mainHeader .logo img{height:40px;width:auto;vertical-align:bottom}.mainHeader .categorySearch{display:flex;gap:.5rem}.mainHeader .categoryWrapper{position:relative;display:inline-block}.mainHeader .categoryWrapper .btnCategory{display:flex;justify-content:center;align-items:center;gap:var(--g-8);padding:var(--p-8);height:40px;background-color:var(--btn-primary-bg);color:var(--btn-primary-text);border:var(--btn-primary-border);border-radius:var(--border-s);cursor:pointer}.mainHeader .categoryWrapper .btnCategory{font-size:var(--fs-xs);line-height:var(--lh-tight)}.mainHeader .categoryWrapper .btnCategory{text-align:center;vertical-align:bottom;margin-bottom:var(--m-4)}.mainHeader .categoryWrapper .btnCategory::after{content:"";display:inline-block;width:16px;height:16px;min-width:16px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8L11.9929 16.9929C11.9968 16.9968 12.0032 16.9968 12.0071 16.9929L21 8' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:right center;background-size:contain}.mainHeader .categoryWrapper .categoryPanel{display:none;position:absolute;top:100%;left:0;background-color:var(--bg-white);border:1px solid var(--border-subtle);border-radius:var(--border-m);box-shadow:var(--shadow-2);z-index:1000;white-space:nowrap;min-width:360px;overflow:hidden}.mainHeader .categoryWrapper .categoryPanel .categoryList{display:flex;flex-wrap:wrap}.mainHeader .categoryWrapper .categoryPanel .categoryList li{width:50%;background-color:var(--bg-white);border-bottom:solid 1px var(--border-muted)}.mainHeader .categoryWrapper .categoryPanel .categoryList li:nth-of-type(odd){border-right:solid 1px var(--border-muted)}.mainHeader .categoryWrapper .categoryPanel .categoryList li{transition:background-color .2s ease-in-out}.mainHeader .categoryWrapper .categoryPanel .categoryList li:hover{background-color:color-mix(in srgb, var(--bg-white), black 5%)}.mainHeader .categoryWrapper .categoryPanel .categoryList li a{display:flex;justify-content:space-between;align-items:center}.mainHeader .categoryWrapper .categoryPanel .categoryList li a{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.mainHeader .categoryWrapper .categoryPanel .categoryList li a{font-size:var(--fs-s);line-height:var(--lh-default)}}.mainHeader .categoryWrapper .categoryPanel .categoryList li a{text-decoration:none;padding:var(--p-8);color:var(--text-black)}.mainHeader .categoryWrapper .categoryPanel .categoryList li a::after{content:"";display:block;width:16px;height:16px;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19L16.9929 12.0071C16.9968 12.0032 16.9968 11.9968 16.9929 11.9929L10 5' stroke='%23707070' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.mainHeader .categoryWrapper:hover .categoryPanel{display:block}.mainHeader .siteMeta{display:flex;align-items:center;gap:var(--g-8);margin-bottom:var(--m-8)}.mainHeader .siteMeta:last-of-type{margin-bottom:0}.mainHeader .siteMeta .labelInfo{min-width:70px}.mainHeader .siteMeta .value{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.mainHeader .siteMeta .value{font-size:var(--fs-s);line-height:var(--lh-default)}}.mainHeader .siteMeta .value{margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:180px}.mainHeader .utilityLinks{display:flex}.mainHeader .utilityLinks li{border-left:1px solid var(--border-muted)}.mainHeader .utilityLinks li:last-of-type{border-right:1px solid var(--border-muted)}.mainHeader .utilityLinks a{display:block;width:76px;padding:10px;align-items:center;padding:var(--p-8);text-decoration:none;color:var(--text-black)}.mainHeader .utilityLinks a{font-size:var(--fs-xs);line-height:var(--lh-default)}.mainHeader .utilityLinks a{text-align:center}.mainHeader .utilityLinks a::before{content:"";display:block;width:16px;height:16px;background-size:contain;background-repeat:no-repeat;margin:0 auto var(--m-2)}.mainHeader .utilityLinks a:hover{background-color:var(--bg-gray)}.mainHeader .utilityLinks a.beginner::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.502 2C17.0362 2.00003 17.5045 2.12492 17.8936 2.36426C18.2798 2.60198 18.5322 2.91849 18.6934 3.21582C18.8515 3.50769 18.9266 3.78918 18.9629 3.99023C18.9814 4.09285 18.9909 4.18142 18.9961 4.24805C18.9987 4.28141 19.0001 4.31015 19.001 4.33301C19.0014 4.34438 19.0018 4.35471 19.002 4.36328V4.38379C19.0004 4.38431 18.9611 4.38477 18.002 4.38477H19.002V15.457C19.0019 15.7389 18.8838 16.0081 18.6768 16.1992L12.6963 21.7188C12.4897 21.9094 12.2422 21.9903 12.001 21.9863C11.7598 21.9903 11.5122 21.9094 11.3057 21.7188L5.3252 16.1992C5.11817 16.0081 5.00003 15.7389 5 15.457V4.38477H6C5.04094 4.38477 5.0016 4.38431 5 4.38379V4.36328C5.00015 4.35471 5.00057 4.34438 5.00098 4.33301C5.0018 4.31015 5.00328 4.28141 5.00586 4.24805C5.01102 4.18142 5.02053 4.09286 5.03906 3.99023C5.0754 3.78918 5.15046 3.5077 5.30859 3.21582C5.46974 2.91847 5.72209 2.60199 6.1084 2.36426C6.49741 2.12491 6.96574 2.00005 7.5 2C7.9027 2 8.27202 2.13431 8.56738 2.28223C8.87201 2.43481 9.16926 2.63796 9.44531 2.85547C9.99709 3.29025 10.5521 3.85127 11.0352 4.38477C11.3935 4.78052 11.7233 5.17854 12.001 5.52246C12.2787 5.17853 12.6085 4.78055 12.9668 4.38477C13.4499 3.85126 14.0048 3.29027 14.5566 2.85547C14.8327 2.63794 15.1299 2.43483 15.4346 2.28223C15.73 2.13429 16.0992 2 16.502 2ZM7.5 4C7.28468 4.00005 7.19011 4.04814 7.15723 4.06836C7.12186 4.09012 7.09275 4.12034 7.06641 4.16895C7.0373 4.22281 7.01837 4.28743 7.00781 4.3457C7.00295 4.37264 7.00072 4.39319 7 4.40234V15.0225L11.001 18.7158V7.48926C10.7269 7.12652 10.1827 6.42238 9.55273 5.72656C9.10214 5.22891 8.63226 4.76182 8.20703 4.42676C7.99468 4.25945 7.81488 4.14195 7.67188 4.07031C7.52025 3.99439 7.47042 3.99995 7.5 4ZM16.502 4C16.5318 3.99997 16.482 3.99423 16.3301 4.07031C16.1871 4.14196 16.0073 4.25942 15.7949 4.42676C15.3697 4.76184 14.8998 5.22889 14.4492 5.72656C13.8192 6.42242 13.275 7.12654 13.001 7.48926V18.7158L17.002 15.0225V4.40234C17.0012 4.39319 16.999 4.37263 16.9941 4.3457C16.9836 4.28744 16.9646 4.2228 16.9355 4.16895C16.9092 4.12037 16.8801 4.09011 16.8447 4.06836C16.8118 4.04811 16.7172 4.00003 16.502 4ZM12.9883 7.00781C12.9891 7.01336 12.9905 7.01881 12.9912 7.02441C12.9899 7.0156 12.9894 7.00716 12.9883 7C12.9887 7.00245 12.9879 7.00529 12.9883 7.00781Z' fill='%23BB0000'/%3E%3C/svg%3E%0A")}.mainHeader .utilityLinks a.help::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23BB0000' stroke-width='2'/%3E%3Cpath d='M12 16C12.5523 16 13 16.4477 13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17C11 16.4477 11.4477 16 12 16ZM10.4658 8.46875C10.465 8.46961 10.4639 8.47058 10.4629 8.47168H10.4639C10.4616 8.47347 10.4596 8.47515 10.458 8.47656V8.47852C10.4459 8.49185 10.4262 8.5142 10.4014 8.54395C10.3501 8.60555 10.281 8.69432 10.2139 8.79785C10.0599 9.03552 10.0002 9.22095 10 9.31445C9.9999 9.86666 9.55223 10.3145 9 10.3145C8.44777 10.3145 8.0001 9.86666 8 9.31445C8.00013 8.63651 8.31554 8.05041 8.53613 7.70996C8.65642 7.52436 8.77501 7.37081 8.86426 7.26367C8.90923 7.2097 8.94865 7.16661 8.97754 7.13477C8.99178 7.11907 9.00336 7.10564 9.0127 7.0957C9.01731 7.0908 9.02211 7.08643 9.02539 7.08301C9.02692 7.08141 9.0281 7.07941 9.0293 7.07812L9.03223 7.0752L9.68652 7.70996C9.07211 7.11273 9.03511 7.07668 9.0332 7.07422L9.06445 7.04297C9.07827 7.02964 9.09577 7.01352 9.11621 6.99512C9.15712 6.95829 9.21143 6.91176 9.2793 6.85938C9.41534 6.7544 9.60787 6.62347 9.85547 6.49609C10.3541 6.23967 11.0723 6 12 6C12.9277 6 13.6459 6.23967 14.1445 6.49609C14.3921 6.62347 14.5847 6.7544 14.7207 6.85938C14.7886 6.91176 14.8429 6.95829 14.8838 6.99512C14.9042 7.01352 14.9217 7.02964 14.9355 7.04297L14.9668 7.07422C14.9649 7.07668 14.9279 7.11272 14.3135 7.70996L14.9678 7.0752L14.9707 7.07812C14.9719 7.07941 14.9731 7.08141 14.9746 7.08301C14.9779 7.08643 14.9827 7.0908 14.9873 7.0957C14.9966 7.10564 15.0082 7.11907 15.0225 7.13477C15.0513 7.16661 15.0908 7.2097 15.1357 7.26367C15.225 7.37081 15.3436 7.52436 15.4639 7.70996C15.6845 8.05041 15.9999 8.63651 16 9.31445C16 10.0969 16.0185 11.2451 14.9668 12.3271C14.4211 12.8883 13.6824 13.1627 13.168 13.3027C13.1111 13.3182 13.0545 13.3296 13 13.3428V14C12.9999 14.5522 12.5522 15 12 15C11.4478 15 11.0001 14.5522 11 14V12.5098C11 12.1394 11.2486 11.6218 11.8145 11.5176L12.1582 11.4746C12.286 11.4552 12.4569 11.4236 12.6426 11.373C13.0392 11.2651 13.3616 11.1091 13.5332 10.9326C13.9811 10.4716 14 10.075 14 9.31445C13.9998 9.22095 13.9401 9.03552 13.7861 8.79785C13.719 8.69432 13.6499 8.60555 13.5986 8.54395C13.5738 8.5142 13.5541 8.49185 13.542 8.47852L13.541 8.47656C13.5331 8.46962 13.5181 8.45785 13.498 8.44238C13.4466 8.40273 13.3572 8.34062 13.2305 8.27539C12.9791 8.1461 12.572 8 12 8C11.428 8 11.0209 8.1461 10.7695 8.27539C10.6428 8.34062 10.5534 8.40273 10.502 8.44238L10.4658 8.46875ZM10.4668 8.46777H10.4688L10.4697 8.4668L10.4707 8.46484C10.47 8.46545 10.4679 8.4666 10.4668 8.46777ZM13.5303 8.4668L13.5312 8.46777H13.5322C13.5314 8.46684 13.5299 8.46542 13.5293 8.46484L13.5303 8.4668Z' fill='%23BB0000'/%3E%3C/svg%3E%0A")}.mainHeader .utilityLinks a.logout::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 3C14.5523 3 15 3.44772 15 4C15 4.55228 14.5523 5 14 5H5V19H14C14.5523 19 15 19.4477 15 20C15 20.5523 14.5523 21 14 21H4.00977C3.45211 20.9999 3.00013 20.5478 3 19.9902V4.00977C3.00013 3.45208 3.4522 3.00013 4.00977 3H14Z' fill='%23BB0000'/%3E%3Cpath d='M16.293 7.29305C16.6835 6.90252 17.3165 6.90252 17.707 7.29305L21.6904 11.2755C21.6939 11.2789 21.6968 11.2828 21.7002 11.2862C21.7025 11.2885 21.7048 11.2908 21.707 11.293C22.0975 11.6836 22.0975 12.3166 21.707 12.7071L17.707 16.7071C17.3165 17.0976 16.6835 17.0976 16.293 16.7071C15.9025 16.3166 15.9025 15.6836 16.293 15.293L18.5859 13.0001H10C9.44774 13.0001 9.00004 12.5523 9 12.0001C9 11.4478 9.44772 11.0001 10 11.0001H18.585L16.293 8.70711L16.2246 8.63094C15.9043 8.23818 15.9269 7.65916 16.293 7.29305Z' fill='%23BB0000'/%3E%3C/svg%3E%0A")}.mainHeader .headerNav{background-color:var(--brand-main)}.mainHeader .headerNav ul{display:flex}.mainHeader .headerNav ul .navItem{position:relative;flex:1}.mainHeader .headerNav ul .navItem>a{display:block;padding:var(--p-16) var(--p-8);color:var(--text-white);text-decoration:none;font-weight:bold;text-align:center;border-left:1px solid var(--red-700);font-feature-settings:"palt";transition:background-color .2s ease-in-out}.mainHeader .headerNav ul .navItem>a:hover{background-color:color-mix(in srgb, var(--brand-main), black 15%)}.mainHeader .headerNav ul .navItem:last-of-type a{border-left:none}.mainHeader .headerNav ul .navItem.hasDropdown>a{display:flex;justify-content:center;align-items:center;gap:var(--g-8)}.mainHeader .headerNav ul .navItem.hasDropdown>a::after{content:"";display:inline-block;width:16px;height:16px;min-width:16px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8L11.9929 16.9929C11.9968 16.9968 12.0032 16.9968 12.0071 16.9929L21 8' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:right center;background-size:contain}.mainHeader .headerNav ul .navItem.hasDropdown:hover .dropdownMenu{display:block}.mainHeader .headerNav ul .navItem .linkExternal{display:flex;justify-content:center;align-items:center;gap:var(--g-4);background-color:var(--brand-selfback)}.mainHeader .headerNav ul .navItem .linkExternal::after{content:"";display:block;width:20px;height:20px;min-width:20px;background-size:contain;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.364 5.05019C12.364 4.49791 12.8116 4.0503 13.3639 4.0503L18.9966 4.04961C19.0015 4.04961 19.0063 4.05024 19.0111 4.0503C19.0143 4.05027 19.0176 4.0503 19.0208 4.0503C19.573 4.05033 20.0207 4.49793 20.0207 5.0502L20.0207 10.7071C20.0207 11.2593 19.573 11.7069 19.0208 11.707C18.4685 11.707 18.0209 11.2593 18.0209 10.7071L18.0209 7.46431L11.9497 13.5355C11.5592 13.926 10.926 13.926 10.5355 13.5355C10.145 13.145 10.145 12.5118 10.5355 12.1213L16.606 6.05078L13.3639 6.05009L13.2617 6.04456C12.7575 5.99335 12.3641 5.56794 12.364 5.05019Z' fill='white'/%3E%3Cpath d='M18 19.9902C17.9999 20.5479 17.5479 20.9999 16.9902 21H5.00977C4.45215 20.9999 4.00013 20.5479 4 19.9902V8.00977C4.00013 7.4521 4.45219 7.00013 5.00977 7H11C11.5523 7 12 7.44772 12 8C12 8.55228 11.5523 9 11 9H6V19H16V13C16 12.4477 16.4477 12 17 12C17.5523 12 18 12.4477 18 13V19.9902Z' fill='white'/%3E%3C/svg%3E%0A") !important}.mainHeader .headerNav ul .navItem .linkExternal{transition:background-color .2s ease-in-out}.mainHeader .headerNav ul .navItem .linkExternal:hover{background-color:color-mix(in srgb, var(--brand-selfback), black 15%)}.mainHeader .headerNav ul .navItem .linkExternal{word-break:break-word}.mainHeader .headerNav .dropdownMenu{display:none;position:absolute;top:100%;background-color:var(--white);min-width:100%;width:max-content;z-index:100;overflow:hidden;max-height:0;transition:max-height .3s ease-in-out;box-shadow:var(--shadow-2);border-radius:0 0 var(--border-m) var(--border-m);padding:var(--p-4)}.mainHeader .headerNav .dropdownMenu ul{display:block}.mainHeader .headerNav .dropdownMenu li{margin-bottom:0}.mainHeader .headerNav .dropdownMenu li a{display:flex;gap:var(--g-4);align-items:center;padding:var(--p-8) var(--p-4);color:var(--text-black);text-decoration:none;font-weight:var(--fw-bold)}.mainHeader .headerNav .dropdownMenu li a{font-size:var(--fs-xs);line-height:var(--lh-default)}.mainHeader .headerNav .dropdownMenu li a{transition:background-color .2s ease-in-out}.mainHeader .headerNav .dropdownMenu li a:hover{background-color:color-mix(in srgb, var(--bg-white), black 5%)}.mainHeader .headerNav .dropdownMenu li a::before{content:"";display:block;width:16px;height:16px;flex-shrink:0;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19L16.9929 12.0071C16.9968 12.0032 16.9968 11.9968 16.9929 11.9929L10 5' stroke='%23BB0000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.mainHeader .headerNav .dropdownMenu li.menuGroupTitle{padding:var(--p-4) var(--p-8)}.mainHeader .headerNav .dropdownMenu li.menuGroupTitle{font-size:var(--fs-xs);line-height:var(--lh-default)}.mainHeader .headerNav .dropdownMenu li.menuGroupTitle{color:var(--text-gray);font-weight:bold;pointer-events:none}.mainHeader .headerNav .dropdownWide ul{display:grid;grid-auto-flow:column;grid-template-rows:repeat(5, auto);grid-auto-columns:200px}.simpleHeader{border-bottom:solid 1px var(--border-muted)}.utilitySimpleLinks{display:flex;gap:var(--g-8)}.utilitySimpleLinks a{display:flex;align-items:center;gap:var(--g-4);padding:10px;text-decoration:none;color:var(--text-black)}.utilitySimpleLinks a{font-size:var(--fs-xs);line-height:var(--lh-default)}.utilitySimpleLinks a{text-align:center}.utilitySimpleLinks a::before{content:"";display:block;width:16px;height:16px;background-size:contain;background-repeat:no-repeat;margin:var(--m-2) auto 0}.utilitySimpleLinks a:hover{background-color:var(--bg-gray)}.utilitySimpleLinks a.help::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23BB0000' stroke-width='2'/%3E%3Cpath d='M12 16C12.5523 16 13 16.4477 13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17C11 16.4477 11.4477 16 12 16ZM10.4658 8.46875C10.465 8.46961 10.4639 8.47058 10.4629 8.47168H10.4639C10.4616 8.47347 10.4596 8.47515 10.458 8.47656V8.47852C10.4459 8.49185 10.4262 8.5142 10.4014 8.54395C10.3501 8.60555 10.281 8.69432 10.2139 8.79785C10.0599 9.03552 10.0002 9.22095 10 9.31445C9.9999 9.86666 9.55223 10.3145 9 10.3145C8.44777 10.3145 8.0001 9.86666 8 9.31445C8.00013 8.63651 8.31554 8.05041 8.53613 7.70996C8.65642 7.52436 8.77501 7.37081 8.86426 7.26367C8.90923 7.2097 8.94865 7.16661 8.97754 7.13477C8.99178 7.11907 9.00336 7.10564 9.0127 7.0957C9.01731 7.0908 9.02211 7.08643 9.02539 7.08301C9.02692 7.08141 9.0281 7.07941 9.0293 7.07812L9.03223 7.0752L9.68652 7.70996C9.07211 7.11273 9.03511 7.07668 9.0332 7.07422L9.06445 7.04297C9.07827 7.02964 9.09577 7.01352 9.11621 6.99512C9.15712 6.95829 9.21143 6.91176 9.2793 6.85938C9.41534 6.7544 9.60787 6.62347 9.85547 6.49609C10.3541 6.23967 11.0723 6 12 6C12.9277 6 13.6459 6.23967 14.1445 6.49609C14.3921 6.62347 14.5847 6.7544 14.7207 6.85938C14.7886 6.91176 14.8429 6.95829 14.8838 6.99512C14.9042 7.01352 14.9217 7.02964 14.9355 7.04297L14.9668 7.07422C14.9649 7.07668 14.9279 7.11272 14.3135 7.70996L14.9678 7.0752L14.9707 7.07812C14.9719 7.07941 14.9731 7.08141 14.9746 7.08301C14.9779 7.08643 14.9827 7.0908 14.9873 7.0957C14.9966 7.10564 15.0082 7.11907 15.0225 7.13477C15.0513 7.16661 15.0908 7.2097 15.1357 7.26367C15.225 7.37081 15.3436 7.52436 15.4639 7.70996C15.6845 8.05041 15.9999 8.63651 16 9.31445C16 10.0969 16.0185 11.2451 14.9668 12.3271C14.4211 12.8883 13.6824 13.1627 13.168 13.3027C13.1111 13.3182 13.0545 13.3296 13 13.3428V14C12.9999 14.5522 12.5522 15 12 15C11.4478 15 11.0001 14.5522 11 14V12.5098C11 12.1394 11.2486 11.6218 11.8145 11.5176L12.1582 11.4746C12.286 11.4552 12.4569 11.4236 12.6426 11.373C13.0392 11.2651 13.3616 11.1091 13.5332 10.9326C13.9811 10.4716 14 10.075 14 9.31445C13.9998 9.22095 13.9401 9.03552 13.7861 8.79785C13.719 8.69432 13.6499 8.60555 13.5986 8.54395C13.5738 8.5142 13.5541 8.49185 13.542 8.47852L13.541 8.47656C13.5331 8.46962 13.5181 8.45785 13.498 8.44238C13.4466 8.40273 13.3572 8.34062 13.2305 8.27539C12.9791 8.1461 12.572 8 12 8C11.428 8 11.0209 8.1461 10.7695 8.27539C10.6428 8.34062 10.5534 8.40273 10.502 8.44238L10.4658 8.46875ZM10.4668 8.46777H10.4688L10.4697 8.4668L10.4707 8.46484C10.47 8.46545 10.4679 8.4666 10.4668 8.46777ZM13.5303 8.4668L13.5312 8.46777H13.5322C13.5314 8.46684 13.5299 8.46542 13.5293 8.46484L13.5303 8.4668Z' fill='%23BB0000'/%3E%3C/svg%3E%0A")}.utilitySimpleLinks a.contact::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 3C20.1046 3 21 3.89543 21 5V15C21 16.1046 20.1046 17 19 17H13.3027L7.55469 20.832C7.2479 21.0366 6.85344 21.0557 6.52832 20.8818C6.20316 20.7078 6 20.3688 6 20V17H5C3.89543 17 3 16.1046 3 15V5C3 3.89543 3.89543 3 5 3H19ZM5 15H7C7.55228 15 8 15.4477 8 16V18.1309L12.4453 15.168C12.484 15.1422 12.5238 15.1194 12.5645 15.0996C12.6105 15.0773 12.6584 15.0581 12.708 15.043C12.7312 15.0359 12.7548 15.0307 12.7783 15.0254C12.7865 15.0235 12.7945 15.0212 12.8027 15.0195C12.8209 15.0159 12.8392 15.0134 12.8574 15.0107C12.873 15.0085 12.8885 15.0054 12.9043 15.0039C12.9264 15.0018 12.9486 15.0016 12.9707 15.001C12.9804 15.0007 12.9902 15 13 15H19V5H5V15Z' fill='%23BB0000'/%3E%3C/svg%3E%0A")}.mainContent{background-color:var(--bg-gray);padding-bottom:var(--p-64);overflow:hidden}@media screen and (max-width: 1024px){.mainContent{padding-top:56px}}.mainContent .pageTitle{width:100%;background-color:var(--bg-white);padding:var(--p-32) 0;margin-bottom:var(--m-40);border-bottom:solid 1px var(--border-muted)}@media screen and (max-width: 768px){.mainContent .pageTitle{padding:var(--p-16) 0}}.mainContent .pageTitle .inner{display:flex;align-items:center;gap:var(--g-16)}@media screen and (max-width: 768px){.mainContent .pageTitle .inner{display:block}}.mainContent .pageTitle h1{white-space:nowrap}@media screen and (max-width: 768px){.mainContent .pageTitle h1{white-space:normal}}.mainContent .pageTitle p{color:var(--text-gray);margin-bottom:0;font-size:var(--fs-s);line-height:1.3}@media screen and (max-width: 768px){.mainContent .pageTitle p{margin-top:var(--m-8);line-height:var(--lh-default)}}.mainContent .pageTitle .pageTitleFlex{justify-content:space-between}@media screen and (max-width: 1024px){.mainContent .pageTitle .pageTitleFlex{flex-direction:column;align-items:flex-start}}@media screen and (max-width: 768px){.mainContent .pageTitle .pageTitleFlex .split{gap:var(--g-8);margin-bottom:var(--m-16)}}@media screen and (max-width: 480px){.mainContent .pageTitle .pageTitleFlex .split{gap:var(--m-8)}}.messageBubble{position:relative;background-color:var(--yellow-300);margin-bottom:var(--m-8);padding:var(--p-8);border-radius:var(--border-full)}.messageBubble{font-size:var(--fs-xs);line-height:var(--lh-tight)}.messageBubble{font-weight:var(--fw-bold);color:var(--text-black);white-space:nowrap;text-align:center}.messageBubble::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border-width:6px;border-style:solid;border-color:var(--yellow-300) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}footer{padding-top:var(--p-48);text-align:center}@media screen and (max-width: 768px){footer{padding-top:var(--p-32)}}footer .footerLinkTop,footer .footerLinkBottom,footer .footerLinkMiddle{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--g-24);margin:0 auto var(--m-8);padding:0 var(--p-32)}@media screen and (max-width: 768px){footer .footerLinkTop,footer .footerLinkBottom,footer .footerLinkMiddle{gap:var(--g-8);padding:0 var(--p-16)}}footer .footerLinkBottom{margin-top:var(--m-8);margin-bottom:var(--m-32)}@media screen and (max-width: 768px){footer .footerLinkBottom{margin-top:var(--m-8);margin-bottom:var(--m-24)}}footer .copyright{display:block;width:100%;padding:var(--p-4) 0;background-color:var(--gray-800);color:var(--white)}footer .copyright{font-size:var(--fs-xs);line-height:var(--lh-default)}footer .mediaInfo{display:flex;justify-content:space-between;align-items:center;gap:var(--g-16);width:fit-content;width:calc(100% - 32px);margin:0 auto 32px;background-color:var(--bg-gray);padding:var(--p-8);border-radius:var(--border-m)}footer .mediaInfo .mediaInfoLeft{width:calc(100% - 116px)}footer .mediaInfo .mediaInfoLeft>div{display:flex;align-items:baseline;gap:var(--g-8);margin-bottom:var(--m-8);text-align:left}footer .mediaInfo .mediaInfoLeft>div:last-of-type{margin-bottom:0}footer .mediaInfo .mediaInfoLeft>div .labelInfo{background-color:var(--gray-500);color:var(--white);min-width:70px}footer .mediaInfo .mediaInfoLeft>div .value{margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pageTop{position:fixed;right:32px;bottom:32px;width:48px;height:48px;border-radius:var(--border-l);background-color:var(--gray-800);color:var(--text-white);cursor:pointer;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease}.pageTop{font-size:var(--fs-xs);line-height:var(--lh-default)}@media screen and (max-width: 1024px){.pageTop{display:none}}.pageTop::before{content:"";display:block;width:16px;height:16px;min-width:16px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.29289 7.70703C6.90237 7.31651 6.90237 6.68349 7.29289 6.29297L11.2753 2.30957C11.2787 2.30614 11.2826 2.30317 11.2861 2.2998C11.2883 2.29752 11.2906 2.29524 11.2929 2.29297C11.6834 1.90248 12.3164 1.90246 12.707 2.29297L16.707 6.29297C17.0974 6.68348 17.0974 7.31652 16.707 7.70703C16.3164 8.09754 15.6834 8.09752 15.2929 7.70703L12.9999 5.41406V21C12.9999 21.5523 12.5522 22 11.9999 22C11.4476 22 10.9999 21.5523 10.9999 21V5.41504L8.70696 7.70703L8.63078 7.77539C8.23802 8.09573 7.65901 8.07311 7.29289 7.70703Z' fill='white'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:contain;margin:0 auto}.pageTop:hover{background-color:color-mix(in srgb, var(--gray-800), white 10%)}.pageTop.isVisible{opacity:1;pointer-events:auto;z-index:3}.mobileHeader,.mobileMenu{display:none}@media screen and (max-width: 1024px){.mainHeader,.headerNav{display:none}.mobileHeader{position:fixed;width:100%;display:flex;justify-content:space-between;align-items:center;background:var(--bg-white);border-bottom:1px solid var(--border-subtle);height:56px;z-index:999;box-shadow:var(--shadow-2);padding:0 var(--p-16)}.mobileHeader .mobileLogo img{display:block;height:30px;width:auto}.mobileHeader .mobileHeaderRight{display:flex;align-items:center}.mobileHeader .mobileHeaderRight .selfbackLink br{display:none}.mobileHeader .mobileHeaderRight .selfbackLink::after{content:"";display:block;width:16px;height:16px;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.364 5.05019C12.364 4.49791 12.8116 4.0503 13.3639 4.0503L18.9966 4.04961C19.0015 4.04961 19.0063 4.05024 19.0111 4.0503C19.0143 4.05027 19.0176 4.0503 19.0208 4.0503C19.573 4.05033 20.0207 4.49793 20.0207 5.0502L20.0207 10.7071C20.0207 11.2593 19.573 11.7069 19.0208 11.707C18.4685 11.707 18.0209 11.2593 18.0209 10.7071L18.0209 7.46431L11.9497 13.5355C11.5592 13.926 10.926 13.926 10.5355 13.5355C10.145 13.145 10.145 12.5118 10.5355 12.1213L16.606 6.05078L13.3639 6.05009L13.2617 6.04456C12.7575 5.99335 12.3641 5.56794 12.364 5.05019Z' fill='white'/%3E%3Cpath d='M18 19.9902C17.9999 20.5479 17.5479 20.9999 16.9902 21H5.00977C4.45215 20.9999 4.00013 20.5479 4 19.9902V8.00977C4.00013 7.4521 4.45219 7.00013 5.00977 7H11C11.5523 7 12 7.44772 12 8C12 8.55228 11.5523 9 11 9H6V19H16V13C16 12.4477 16.4477 12 17 12C17.5523 12 18 12.4477 18 13V19.9902Z' fill='white'/%3E%3C/svg%3E%0A")}.mobileHeader .mobileHeaderRight .selfbackLink{display:flex;justify-content:center;align-items:center;gap:var(--g-4);margin-right:var(--m-16);background-color:var(--brand-selfback);color:var(--text-white);text-decoration:none;height:36px;border-radius:var(--border-m);width:fit-content;padding:var(--p-8);line-height:1}.mobileHeader .mobileHeaderRight .hamburger{display:flex;justify-content:center;align-items:center;flex-direction:column;justify-content:flex-end;cursor:pointer;width:auto;height:45px}.mobileHeader .mobileHeaderRight .hamburger::after{display:inline-block;content:"MENU";font-size:var(--fs-xs);color:var(--text-black)}.mobileHeader .mobileHeaderRight .hamburger span{margin-bottom:6px;width:30px;height:3px;background:var(--gray-800);border-radius:var(--border-full);transition:transform .3s ease,opacity .3s ease;transform-origin:center}.mobileHeader .mobileHeaderRight .hamburger span:last-of-type{margin-bottom:0}.mobileHeader .mobileHeaderRight .hamburger.open span:nth-child(1){transform:rotate(45deg) translate(7px, 7px)}.mobileHeader .mobileHeaderRight .hamburger.open span:nth-child(2){opacity:0;transform:rotate(45deg) translate(7px, 7px)}.mobileHeader .mobileHeaderRight .hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(6px, -6px)}.mobileHeader .mobileHeaderLeft{display:flex;align-items:center;gap:var(--g-8)}.mobileMenu{display:block;width:100%;position:fixed;top:56px;right:0;height:100vh;background:var(--bg-white);z-index:999;overflow-y:scroll;padding-bottom:100px;transform:translateX(100%);transition:transform .25s ease}.mobileMenu.open{transform:translateX(0)}.navItem a{display:flex;justify-content:space-between;align-items:center;width:100%;border-bottom:1px solid var(--border-subtle);padding:var(--p-16);color:var(--text-black);text-decoration:none}.navItem a::after{content:"";display:inline-block;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19L16.9929 12.0071C16.9968 12.0032 16.9968 11.9968 16.9929 11.9929L10 5' stroke='%23707070' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:contain}.hasDropdown>a{position:relative}.hasDropdown>a::before,.hasDropdown>a::after{content:"";position:absolute;background-color:var(--icon-default);transition:transform .3s ease}.hasDropdown>a::before{top:50%;right:20px;width:18px;height:2px;border-radius:var(--border-full);transform:translateY(-50%)}.hasDropdown>a::after{right:28px;top:17px;width:2px;height:18px;border-radius:var(--border-full)}.hasDropdown:has(.isOpen)>a::after{transform:rotate(90deg)}.dropdownMenu{overflow:hidden;max-height:0;transition:max-height .3s ease}.dropdownMenu.isOpen{max-height:1000px;opacity:1;visibility:visible}.dropdownMenu li a{padding:var(--p-16);color:var(--text-black);text-decoration:none;border-bottom:1px solid var(--border-subtle);background-color:var(--bg-gray)}.dropdownMenu li a:hover{text-decoration:underline}.dropdownMenu .menuGroupTitle{padding:var(--p-4) var(--p-16)}.dropdownMenu .menuGroupTitle{font-size:var(--fs-s);line-height:var(--lh-default)}.dropdownMenu .menuGroupTitle{font-weight:var(--fw-bold);color:var(--text-gray);pointer-events:none;border-bottom:1px solid var(--border-subtle)}}@media screen and (max-width: 1024px)and (min-width: 1440px){.dropdownMenu .menuGroupTitle{font-size:var(--fs-s);line-height:var(--lh-default)}}@media screen and (max-width: 1024px){.utilityLinks{display:flex;justify-content:center;gap:var(--g-8);padding:var(--p-32) var(--p-8) 0}.utilityLinks li{border:solid 1px var(--border-subtle);border-radius:var(--border-m)}.utilityLinks li a{display:block;text-align:center;width:80px;padding:var(--p-8);color:var(--text-black);text-decoration:none}.utilityLinks li a{font-size:var(--fs-xs);line-height:var(--lh-default)}.utilityLinks li a::before{content:"";display:block;width:16px;height:16px;background-size:contain;background-repeat:no-repeat;margin:0 auto var(--m-2)}.utilityLinks li a.beginner::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.502 2C17.0362 2.00003 17.5045 2.12492 17.8936 2.36426C18.2798 2.60198 18.5322 2.91849 18.6934 3.21582C18.8515 3.50769 18.9266 3.78918 18.9629 3.99023C18.9814 4.09285 18.9909 4.18142 18.9961 4.24805C18.9987 4.28141 19.0001 4.31015 19.001 4.33301C19.0014 4.34438 19.0018 4.35471 19.002 4.36328V4.38379C19.0004 4.38431 18.9611 4.38477 18.002 4.38477H19.002V15.457C19.0019 15.7389 18.8838 16.0081 18.6768 16.1992L12.6963 21.7188C12.4897 21.9094 12.2422 21.9903 12.001 21.9863C11.7598 21.9903 11.5122 21.9094 11.3057 21.7188L5.3252 16.1992C5.11817 16.0081 5.00003 15.7389 5 15.457V4.38477H6C5.04094 4.38477 5.0016 4.38431 5 4.38379V4.36328C5.00015 4.35471 5.00057 4.34438 5.00098 4.33301C5.0018 4.31015 5.00328 4.28141 5.00586 4.24805C5.01102 4.18142 5.02053 4.09286 5.03906 3.99023C5.0754 3.78918 5.15046 3.5077 5.30859 3.21582C5.46974 2.91847 5.72209 2.60199 6.1084 2.36426C6.49741 2.12491 6.96574 2.00005 7.5 2C7.9027 2 8.27202 2.13431 8.56738 2.28223C8.87201 2.43481 9.16926 2.63796 9.44531 2.85547C9.99709 3.29025 10.5521 3.85127 11.0352 4.38477C11.3935 4.78052 11.7233 5.17854 12.001 5.52246C12.2787 5.17853 12.6085 4.78055 12.9668 4.38477C13.4499 3.85126 14.0048 3.29027 14.5566 2.85547C14.8327 2.63794 15.1299 2.43483 15.4346 2.28223C15.73 2.13429 16.0992 2 16.502 2ZM7.5 4C7.28468 4.00005 7.19011 4.04814 7.15723 4.06836C7.12186 4.09012 7.09275 4.12034 7.06641 4.16895C7.0373 4.22281 7.01837 4.28743 7.00781 4.3457C7.00295 4.37264 7.00072 4.39319 7 4.40234V15.0225L11.001 18.7158V7.48926C10.7269 7.12652 10.1827 6.42238 9.55273 5.72656C9.10214 5.22891 8.63226 4.76182 8.20703 4.42676C7.99468 4.25945 7.81488 4.14195 7.67188 4.07031C7.52025 3.99439 7.47042 3.99995 7.5 4ZM16.502 4C16.5318 3.99997 16.482 3.99423 16.3301 4.07031C16.1871 4.14196 16.0073 4.25942 15.7949 4.42676C15.3697 4.76184 14.8998 5.22889 14.4492 5.72656C13.8192 6.42242 13.275 7.12654 13.001 7.48926V18.7158L17.002 15.0225V4.40234C17.0012 4.39319 16.999 4.37263 16.9941 4.3457C16.9836 4.28744 16.9646 4.2228 16.9355 4.16895C16.9092 4.12037 16.8801 4.09011 16.8447 4.06836C16.8118 4.04811 16.7172 4.00003 16.502 4ZM12.9883 7.00781C12.9891 7.01336 12.9905 7.01881 12.9912 7.02441C12.9899 7.0156 12.9894 7.00716 12.9883 7C12.9887 7.00245 12.9879 7.00529 12.9883 7.00781Z' fill='%23BB0000'/%3E%3C/svg%3E%0A")}.utilityLinks li a.help::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23BB0000' stroke-width='2'/%3E%3Cpath d='M12 16C12.5523 16 13 16.4477 13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17C11 16.4477 11.4477 16 12 16ZM10.4658 8.46875C10.465 8.46961 10.4639 8.47058 10.4629 8.47168H10.4639C10.4616 8.47347 10.4596 8.47515 10.458 8.47656V8.47852C10.4459 8.49185 10.4262 8.5142 10.4014 8.54395C10.3501 8.60555 10.281 8.69432 10.2139 8.79785C10.0599 9.03552 10.0002 9.22095 10 9.31445C9.9999 9.86666 9.55223 10.3145 9 10.3145C8.44777 10.3145 8.0001 9.86666 8 9.31445C8.00013 8.63651 8.31554 8.05041 8.53613 7.70996C8.65642 7.52436 8.77501 7.37081 8.86426 7.26367C8.90923 7.2097 8.94865 7.16661 8.97754 7.13477C8.99178 7.11907 9.00336 7.10564 9.0127 7.0957C9.01731 7.0908 9.02211 7.08643 9.02539 7.08301C9.02692 7.08141 9.0281 7.07941 9.0293 7.07812L9.03223 7.0752L9.68652 7.70996C9.07211 7.11273 9.03511 7.07668 9.0332 7.07422L9.06445 7.04297C9.07827 7.02964 9.09577 7.01352 9.11621 6.99512C9.15712 6.95829 9.21143 6.91176 9.2793 6.85938C9.41534 6.7544 9.60787 6.62347 9.85547 6.49609C10.3541 6.23967 11.0723 6 12 6C12.9277 6 13.6459 6.23967 14.1445 6.49609C14.3921 6.62347 14.5847 6.7544 14.7207 6.85938C14.7886 6.91176 14.8429 6.95829 14.8838 6.99512C14.9042 7.01352 14.9217 7.02964 14.9355 7.04297L14.9668 7.07422C14.9649 7.07668 14.9279 7.11272 14.3135 7.70996L14.9678 7.0752L14.9707 7.07812C14.9719 7.07941 14.9731 7.08141 14.9746 7.08301C14.9779 7.08643 14.9827 7.0908 14.9873 7.0957C14.9966 7.10564 15.0082 7.11907 15.0225 7.13477C15.0513 7.16661 15.0908 7.2097 15.1357 7.26367C15.225 7.37081 15.3436 7.52436 15.4639 7.70996C15.6845 8.05041 15.9999 8.63651 16 9.31445C16 10.0969 16.0185 11.2451 14.9668 12.3271C14.4211 12.8883 13.6824 13.1627 13.168 13.3027C13.1111 13.3182 13.0545 13.3296 13 13.3428V14C12.9999 14.5522 12.5522 15 12 15C11.4478 15 11.0001 14.5522 11 14V12.5098C11 12.1394 11.2486 11.6218 11.8145 11.5176L12.1582 11.4746C12.286 11.4552 12.4569 11.4236 12.6426 11.373C13.0392 11.2651 13.3616 11.1091 13.5332 10.9326C13.9811 10.4716 14 10.075 14 9.31445C13.9998 9.22095 13.9401 9.03552 13.7861 8.79785C13.719 8.69432 13.6499 8.60555 13.5986 8.54395C13.5738 8.5142 13.5541 8.49185 13.542 8.47852L13.541 8.47656C13.5331 8.46962 13.5181 8.45785 13.498 8.44238C13.4466 8.40273 13.3572 8.34062 13.2305 8.27539C12.9791 8.1461 12.572 8 12 8C11.428 8 11.0209 8.1461 10.7695 8.27539C10.6428 8.34062 10.5534 8.40273 10.502 8.44238L10.4658 8.46875ZM10.4668 8.46777H10.4688L10.4697 8.4668L10.4707 8.46484C10.47 8.46545 10.4679 8.4666 10.4668 8.46777ZM13.5303 8.4668L13.5312 8.46777H13.5322C13.5314 8.46684 13.5299 8.46542 13.5293 8.46484L13.5303 8.4668Z' fill='%23BB0000'/%3E%3C/svg%3E%0A")}.utilityLinks li a.logout::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 3C14.5523 3 15 3.44772 15 4C15 4.55228 14.5523 5 14 5H5V19H14C14.5523 19 15 19.4477 15 20C15 20.5523 14.5523 21 14 21H4.00977C3.45211 20.9999 3.00013 20.5478 3 19.9902V4.00977C3.00013 3.45208 3.4522 3.00013 4.00977 3H14Z' fill='%23BB0000'/%3E%3Cpath d='M16.293 7.29305C16.6835 6.90252 17.3165 6.90252 17.707 7.29305L21.6904 11.2755C21.6939 11.2789 21.6968 11.2828 21.7002 11.2862C21.7025 11.2885 21.7048 11.2908 21.707 11.293C22.0975 11.6836 22.0975 12.3166 21.707 12.7071L17.707 16.7071C17.3165 17.0976 16.6835 17.0976 16.293 16.7071C15.9025 16.3166 15.9025 15.6836 16.293 15.293L18.5859 13.0001H10C9.44774 13.0001 9.00004 12.5523 9 12.0001C9 11.4478 9.44772 11.0001 10 11.0001H18.585L16.293 8.70711L16.2246 8.63094C15.9043 8.23818 15.9269 7.65916 16.293 7.29305Z' fill='%23BB0000'/%3E%3C/svg%3E%0A")}.mediaInfo{display:flex;justify-content:space-between;align-items:center;gap:var(--g-16);width:fit-content;width:calc(100% - 32px);margin:32px auto 32px;background-color:var(--bg-gray);padding:var(--p-8);border-radius:var(--border-m)}.mediaInfo .mediaInfoLeft{width:calc(100% - 116px)}.mediaInfo .mediaInfoLeft>div{display:flex;align-items:baseline;gap:var(--g-8);margin-bottom:var(--m-8);text-align:left}.mediaInfo .mediaInfoLeft>div:last-of-type{margin-bottom:0}.mediaInfo .mediaInfoLeft>div .labelInfo{background-color:var(--gray-500);color:var(--white);min-width:70px}.mediaInfo .mediaInfoLeft>div .value{margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.utilitySimpleLinks{gap:0}.utilitySimpleLinks li{border-left:1px solid var(--border-muted)}.utilitySimpleLinks a{min-width:60px;flex-direction:column;gap:0;padding:var(--p-8) 10px}.utilitySimpleLinks a::before{margin:0 auto var(--m-2)}}.tab{display:flex;flex-wrap:wrap;gap:var(--g-8);list-style:none;padding:var(--p-2);transition:transform .3s ease,background-color .3s ease}.tabItem a,.tabItem button{width:100%;display:block;border-radius:var(--border-m);padding:var(--p-8) var(--p-16);font-weight:var(--fw-bold);cursor:pointer;background-color:var(--bg-white);color:var(--text-black);border:solid 1px var(--border-subtle);box-shadow:var(--shadow-1);text-decoration:none}@media screen and (max-width: 480px){.tabItem a,.tabItem button{padding:var(--p-8);text-align:center}}.tabItem a,.tabItem button{transition:background-color .2s ease-in-out}.tabItem a:hover,.tabItem button:hover{background-color:color-mix(in srgb, var(--gray-50), black 5%)}.tabItem.isActive a,.tabItem.isActive button{background-color:var(--brand-main);color:var(--text-white);box-shadow:inherit}@media screen and (max-width: 480px){.tabItem{width:calc(50% - 4px)}}.tabMini{position:relative;background-color:var(--gray-50);width:fit-content;border-radius:var(--border-m);box-shadow:var(--shadow-inset);padding:var(--p-4);gap:var(--g-4);margin-bottom:var(--m-8)}@media screen and (max-width: 480px){.tabMini{width:100%}}.tabMini .tabItem{position:relative;z-index:2}.tabMini .tabItem a,.tabMini .tabItem button{font-size:var(--fs-xs);line-height:var(--lh-default)}.tabMini .tabItem a,.tabMini .tabItem button{padding:var(--p-4) var(--p-8);background-color:rgba(0,0,0,0);color:var(--text-black);border:inherit;box-shadow:inherit;text-align:center;width:100%}.tabMini .tabIndicator{position:absolute;bottom:4px;height:26px;background-color:var(--bg-white);box-shadow:var(--shadow-1);transition:left .3s ease,width .3s ease;border-radius:var(--border-s)}.boxHeader:has(.tabMini){display:flex;gap:var(--g-16);align-items:center}.tabTop{margin-bottom:var(--m-24)}.tabBottom{margin-top:var(--m-24)}.tabContent{display:none}.tabContent.isActive{display:block}.flow{display:flex;justify-content:center;align-items:center;flex:1}.flow .current{background-color:var(--brand-main);color:var(--text-white)}.flow .done{opacity:.4}.flow li{background-color:var(--gray-100);padding:var(--p-16) var(--p-24);position:relative;clip-path:polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 20px 50%);font-weight:var(--fw-bold);text-align:center;margin-right:-18px;z-index:1;flex:1;font-feature-settings:"palt"}@media screen and (max-width: 1024px){.flow li{font-size:var(--fs-xs);line-height:var(--lh-default)}}@media screen and (max-width: 768px){.flow li{padding:var(--p-8);clip-path:polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%, 12px 50%);margin-right:-10px}}.flow li:first-child{clip-path:polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);margin-left:0;z-index:2}@media screen and (max-width: 768px){.flow li:first-child{clip-path:polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);flex:.8;padding-left:0}}.flow li:last-child{clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%, 20px 50%);margin-right:0}@media screen and (max-width: 768px){.flow li:last-child{clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%, 12px 50%);flex:.8;padding-right:0}}.flowbox{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--g-16)}.flowbox li{flex:1;border:solid 1px var(--border-subtle);border-radius:var(--border-m);padding:var(--p-16)}@media screen and (max-width: 768px){.flowbox li{flex:auto;width:100%}}.flowbox .flowboxTtl{font-weight:var(--fw-bold);text-align:center;margin-bottom:var(--m-16)}.flowbox .flowboxContent .imgCenter{margin-bottom:var(--m-8)}.flowbox .flowboxContent img{width:auto;max-height:100px}.flowbox .flowboxContent .link{display:block;margin-top:var(--m-16);text-align:center}.flowbox.self .flowboxTtl{color:var(--brand-selfback)}.box{background-color:var(--bg-white);border-radius:var(--border-m);box-shadow:var(--shadow-1);padding:var(--p-24)}@media screen and (max-width: 768px){.box{padding:var(--p-16);margin-bottom:var(--m-32)}}.box:has(.boxHeader),.box:has(.boxContent){padding:0}.box:not(.col2){margin-bottom:var(--m-48)}.box p:has(+.messageWarning),.box p:has(+.messageInfo),.box p:has(+.messageNotice),.box p:has(+.siteForm),.box ul:has(+.messageWarning),.box ul:has(+.messageInfo),.box ul:has(+.messageNotice),.box ul:has(+.siteForm){margin-bottom:var(--m-16)}@media screen and (max-width: 768px){.box p:has(+.messageWarning),.box p:has(+.messageInfo),.box p:has(+.messageNotice),.box p:has(+.siteForm),.box ul:has(+.messageWarning),.box ul:has(+.messageInfo),.box ul:has(+.messageNotice),.box ul:has(+.siteForm){margin-bottom:var(--m-8)}}.box>.txtError{padding:var(--p-24);text-align:center}.section .box:last-of-type{margin-bottom:0}.boxHeader{font-size:var(--fs-m);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.boxHeader{font-size:var(--fs-l);line-height:var(--lh-default)}}.boxHeader{font-weight:var(--fw-bold);border-bottom:solid 1px var(--border-muted);padding:var(--p-16) var(--p-24)}@media screen and (max-width: 768px){.boxHeader{padding:var(--p-16)}}.boxHeader .date{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.boxHeader .date{font-size:var(--fs-s);line-height:var(--lh-default)}}.boxHeader .date{color:var(--text-gray)}h2.boxHeader{margin-bottom:0}.boxHeaderFlex{display:flex;justify-content:space-between;align-items:center}.boxHeaderFlexStart{display:flex;align-items:center}.boxHeaderFlexStart .tabMini{margin-bottom:0}@media screen and (max-width: 768px){.boxHeaderFlexStart .tabMini{width:fit-content}}@media screen and (max-width: 480px){.boxHeaderFlexStart .tabItem{width:auto}}.boxContent{padding:var(--p-24);word-break:break-all}@media screen and (max-width: 768px){.boxContent{padding:var(--p-16)}}.boxContent .pgCard{box-shadow:none}.boxContent .pgCard.sbCard{padding:0;margin-bottom:var(--m-16)}.boxContent .pgCard.sbCard .pgInner{background-color:var(--blue-50)}.boxContent .pgCard.sbCard table td{background-color:var(--bg-white)}.boxAction{display:flex;justify-content:flex-end}.boxActionItem{text-align:center}.boxResult{border-top:solid 1px var(--border-subtle);padding:var(--p-24);padding-top:var(--p-16)}@media screen and (max-width: 768px){.boxResult{padding:var(--p-16)}}.box.titleRightBtn{position:relative}.box.titleRightBtn .boxTitle{padding-right:200px}@media screen and (max-width: 768px){.box.titleRightBtn .boxTitle{padding-right:0}}.box.titleRightBtn .boxBtn{position:absolute;right:24px;top:16px}@media screen and (max-width: 768px){.box.titleRightBtn .boxBtn{position:static;top:auto;right:auto;display:flex;justify-content:center;margin:var(--m-16) auto}}.box.searchAreaWide:has(.searchAction){padding-bottom:0}.boxGray{background-color:var(--bg-gray);border-radius:var(--border-m);padding:var(--p-24)}.modalContentInner .boxGray{width:100%}.messageWarning,.messageInfo,.messageSimple{padding:var(--p-8) var(--p-16);border-radius:var(--border-s);margin-bottom:var(--p-24)}@media screen and (max-width: 768px){.messageWarning,.messageInfo,.messageSimple{padding:var(--p-8)}}.messageWarning .messageTitle,.messageInfo .messageTitle,.messageSimple .messageTitle{font-weight:var(--fw-bold);margin-bottom:var(--p-8)}.messageWarning{background-color:var(--yellow-25)}.messageInfo{background-color:var(--gray-50)}.messageInfo>.messageConsent{width:40%;padding:15px;text-align:center;margin:var(--m-16) auto;background-color:var(--bg-white)}@media screen and (max-width: 1024px){.messageInfo>.messageConsent{width:60%}}@media screen and (max-width: 768px){.messageInfo>.messageConsent{width:100%}}@media screen and (max-width: 768px){.messageInfo div.txtCenter{text-align:left}}.messageNotice{background-color:var(--red-25);padding:var(--p-8) var(--p-16);border-radius:var(--border-s);margin-bottom:var(--m-24)}@media screen and (max-width: 768px){.messageNotice{padding:var(--p-8)}}.messageNotice .messageTitle{font-weight:var(--fw-bold);display:flex;align-items:center;gap:var(--g-4)}.messageNotice .messageTitle::before{content:"";display:inline-block;width:16px;height:16px;min-width:16px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM12 16C12.5523 16 13 16.4477 13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17C11 16.4477 11.4477 16 12 16ZM12 6C12.5523 6 13 6.44772 13 7V14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14V7C11 6.44772 11.4477 6 12 6Z' fill='%23BB0000'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:right center;background-size:contain}.messageNotice .messageContent{margin:var(--m-8) 0 0 var(--m-24)}.messageSimple{border:solid 1px var(--border-default)}.messageSimple .messageContent .radios{display:flex;align-items:center;flex-wrap:wrap}.messageSimple .messageContent .radios:nth-child(2){margin-top:var(--m-16)}.messageSimple .messageContent .radios label{margin-right:var(--m-16)}@media screen and (max-width: 768px){.messageSimple .messageContent .radios label{margin-bottom:var(--m-16)}}.messageSimple .messageContent .radios input{margin-right:var(--m-4)}.messageSimple .messageContent .txtRed{margin-top:var(--m-8);font-size:var(--fs-s)}.preview{background-color:var(--bg-purple);padding:var(--p-16);border-radius:var(--border-s);text-align:center;margin:var(--m-16) 0}.preview .previewImg{display:block;width:fit-content;margin:0 auto;text-align:center}.preview .previewImg:hover{opacity:.7}.preview table{margin:0 auto}.preview>div{margin:0 auto}.preview img{max-width:100%;height:auto;display:inline-block}.preview iframe{width:100%;border:none}.preview .txtPreLeft{text-align:left;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word}.preview .delayedIframe{display:none}.preview:has(a){text-align:left}.preview:has(a):has(img){text-align:center}.preview:has(a):has(img) img:hover{opacity:.7}form[name=asRakutenGoodsLinkCdForm] .preview{text-align:left}form[name=asAmazonGoodsLinkCdForm] .preview{text-align:inherit}.previeIframePage{height:530px;overflow:hidden}.previeIframePage iframe{transform:scale(0.7);transform-origin:top left;width:142.8571%;height:714px}.pgCard{border-radius:var(--border-m);box-shadow:var(--shadow-1);overflow:hidden;margin-bottom:var(--m-48)}.pgCard:last-of-type{margin-bottom:0}.pgCard .pgInner{background-color:var(--bg-white);padding:var(--p-24)}@media screen and (max-width: 768px){.pgCard .pgInner{padding:var(--p-16)}}.pgCard.pgCheckmark .pgAction,.pgCard.pgCaterico .pgAction,.pgCard.pgNewrico .pgAction{background-color:var(--yellow-25)}.pgCard.pgCheckmark .pgInner,.pgCard.pgCaterico .pgInner,.pgCard.pgNewrico .pgInner{position:relative;padding-top:76px}@media screen and (max-width: 768px){.pgCard.pgCheckmark .pgInner,.pgCard.pgCaterico .pgInner,.pgCard.pgNewrico .pgInner{padding-top:56px}}.pgCard.pgCheckmark .pgCheckmarkFlag,.pgCard.pgCheckmark .pgCatericoFlag,.pgCard.pgCheckmark .pgNewricoFlag,.pgCard.pgCaterico .pgCheckmarkFlag,.pgCard.pgCaterico .pgCatericoFlag,.pgCard.pgCaterico .pgNewricoFlag,.pgCard.pgNewrico .pgCheckmarkFlag,.pgCard.pgNewrico .pgCatericoFlag,.pgCard.pgNewrico .pgNewricoFlag{position:absolute;top:0;left:0;right:0;width:100%;padding:var(--p-16) var(--p-24);background-color:var(--yellow-200)}.pgCard.pgCheckmark .pgCheckmarkFlag,.pgCard.pgCheckmark .pgCatericoFlag,.pgCard.pgCheckmark .pgNewricoFlag,.pgCard.pgCaterico .pgCheckmarkFlag,.pgCard.pgCaterico .pgCatericoFlag,.pgCard.pgCaterico .pgNewricoFlag,.pgCard.pgNewrico .pgCheckmarkFlag,.pgCard.pgNewrico .pgCatericoFlag,.pgCard.pgNewrico .pgNewricoFlag{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.pgCard.pgCheckmark .pgCheckmarkFlag,.pgCard.pgCheckmark .pgCatericoFlag,.pgCard.pgCheckmark .pgNewricoFlag,.pgCard.pgCaterico .pgCheckmarkFlag,.pgCard.pgCaterico .pgCatericoFlag,.pgCard.pgCaterico .pgNewricoFlag,.pgCard.pgNewrico .pgCheckmarkFlag,.pgCard.pgNewrico .pgCatericoFlag,.pgCard.pgNewrico .pgNewricoFlag{font-size:var(--fs-m);line-height:var(--lh-default)}}.pgCard.pgCheckmark .pgCheckmarkFlag,.pgCard.pgCheckmark .pgCatericoFlag,.pgCard.pgCheckmark .pgNewricoFlag,.pgCard.pgCaterico .pgCheckmarkFlag,.pgCard.pgCaterico .pgCatericoFlag,.pgCard.pgCaterico .pgNewricoFlag,.pgCard.pgNewrico .pgCheckmarkFlag,.pgCard.pgNewrico .pgCatericoFlag,.pgCard.pgNewrico .pgNewricoFlag{font-weight:var(--fw-bold)}@media screen and (max-width: 768px){.pgCard.pgCheckmark .pgCheckmarkFlag,.pgCard.pgCheckmark .pgCatericoFlag,.pgCard.pgCheckmark .pgNewricoFlag,.pgCard.pgCaterico .pgCheckmarkFlag,.pgCard.pgCaterico .pgCatericoFlag,.pgCard.pgCaterico .pgNewricoFlag,.pgCard.pgNewrico .pgCheckmarkFlag,.pgCard.pgNewrico .pgCatericoFlag,.pgCard.pgNewrico .pgNewricoFlag{padding:var(--p-8) var(--p-16)}}.pgCard.pgCheckmark .pgCheckmarkFlag span,.pgCard.pgCheckmark .pgCatericoFlag span,.pgCard.pgCheckmark .pgNewricoFlag span,.pgCard.pgCaterico .pgCheckmarkFlag span,.pgCard.pgCaterico .pgCatericoFlag span,.pgCard.pgCaterico .pgNewricoFlag span,.pgCard.pgNewrico .pgCheckmarkFlag span,.pgCard.pgNewrico .pgCatericoFlag span,.pgCard.pgNewrico .pgNewricoFlag span{background-color:var(--bg-white);border-radius:var(--border-s);width:fit-content}.pgCard.pgCheckmark .pgCatericoFlag span,.pgCard.pgCheckmark .pgNewricoFlag span,.pgCard.pgCaterico .pgCatericoFlag span,.pgCard.pgCaterico .pgNewricoFlag span,.pgCard.pgNewrico .pgCatericoFlag span,.pgCard.pgNewrico .pgNewricoFlag span{position:relative;display:flex;align-items:center;gap:var(--g-4);height:30px;line-height:30px;overflow:hidden;padding:2px 8px;padding-left:32px;color:var(--brand-main)}@media screen and (max-width: 768px){.pgCard.pgCheckmark .pgCatericoFlag span,.pgCard.pgCheckmark .pgNewricoFlag span,.pgCard.pgCaterico .pgCatericoFlag span,.pgCard.pgCaterico .pgNewricoFlag span,.pgCard.pgNewrico .pgCatericoFlag span,.pgCard.pgNewrico .pgNewricoFlag span{height:26px;line-height:26px}}.pgCard.pgCheckmark .pgCatericoFlag span::before,.pgCard.pgCheckmark .pgNewricoFlag span::before,.pgCard.pgCaterico .pgCatericoFlag span::before,.pgCard.pgCaterico .pgNewricoFlag span::before,.pgCard.pgNewrico .pgCatericoFlag span::before,.pgCard.pgNewrico .pgNewricoFlag span::before{display:block;content:"";background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5645 3.09959C19.8498 2.96149 20.1873 2.96606 20.4717 3.11815C20.7968 3.29217 21 3.6312 21 3.99998V16C21 16.3668 20.799 16.704 20.4766 16.8789C20.1542 17.0536 19.7624 17.0377 19.4551 16.8379L19.4561 16.8389C19.4551 16.8383 19.4529 16.8376 19.4502 16.8359C19.4434 16.8316 19.431 16.8233 19.4131 16.8125C19.3772 16.7908 19.3197 16.7565 19.2412 16.7129C19.0838 16.6254 18.8425 16.4998 18.5264 16.3574C17.8935 16.0724 16.9631 15.7224 15.7959 15.4785C14.623 15.2334 13.1844 15.1116 12.0127 15.0527C11.6371 15.0338 11.2931 15.0224 11 15.0146V20C11 20.5523 10.5523 21 10 21H6C5.44772 21 5 20.5523 5 20V15H4C3.44772 15 3 14.5523 3 14V5.99998C3.00001 5.44771 3.44772 4.99998 4 4.99998H10.0352C10.0598 4.99987 10.097 4.99948 10.1455 4.99901C10.2426 4.99807 10.3852 4.99599 10.5645 4.99217C10.9235 4.98453 11.4286 4.96905 12.0098 4.93846C13.1826 4.87673 14.6255 4.75514 15.8037 4.51952C16.9662 4.28701 17.8932 3.93879 18.5234 3.65233C18.838 3.50934 19.0778 3.38239 19.2344 3.29393C19.3123 3.24989 19.3697 3.21526 19.4053 3.19334C19.423 3.1824 19.4357 3.17419 19.4424 3.16991L19.4473 3.16698H19.4463L19.5645 3.09959ZM7 19H9V15H7V19ZM19 5.62498C18.2838 5.92579 17.3362 6.25245 16.1963 6.48045C14.8746 6.74479 13.3173 6.87324 12.1152 6.93651C11.6979 6.95847 11.3184 6.97106 11 6.98045V13.0146C11.3179 13.0229 11.6963 13.0347 12.1123 13.0556C13.3155 13.1161 14.8772 13.2442 16.2041 13.5215C17.3407 13.759 18.2861 14.0855 19 14.3838V5.62498ZM5 6.99998V13H9V6.99998H5Z' fill='white'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:18px;background-color:var(--brand-main);width:26px;height:auto;position:absolute;left:0;top:0;bottom:0}.pgCard.pgCheckmark .pgCheckmarkFlag span,.pgCard.pgCaterico .pgCheckmarkFlag span,.pgCard.pgNewrico .pgCheckmarkFlag span{display:flex;align-items:center;gap:var(--g-4);padding:var(--p-2) var(--p-8);height:30px;line-height:30px;color:var(--green-400)}@media screen and (max-width: 768px){.pgCard.pgCheckmark .pgCheckmarkFlag span,.pgCard.pgCaterico .pgCheckmarkFlag span,.pgCard.pgNewrico .pgCheckmarkFlag span{height:26px;line-height:26px}}.pgCard.pgCheckmark .pgCheckmarkFlag span::before,.pgCard.pgCaterico .pgCheckmarkFlag span::before,.pgCard.pgNewrico .pgCheckmarkFlag span::before{display:block;content:"";background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6 13.8L8.45 11.65C8.26667 11.4667 8.03333 11.375 7.75 11.375C7.46667 11.375 7.23334 11.4667 7.05 11.65C6.86667 11.8333 6.775 12.0667 6.775 12.35C6.775 12.6333 6.86667 12.8667 7.05 13.05L9.9 15.9C10.1 16.1 10.3333 16.2 10.6 16.2C10.8667 16.2 11.1 16.1 11.3 15.9L16.95 10.25C17.1333 10.0667 17.225 9.83333 17.225 9.55C17.225 9.26667 17.1333 9.03333 16.95 8.85C16.7667 8.66667 16.5333 8.575 16.25 8.575C15.9667 8.575 15.7333 8.66667 15.55 8.85L10.6 13.8ZM12 22C10.6167 22 9.31667 21.7373 8.1 21.212C6.88334 20.6867 5.825 19.9743 4.925 19.075C4.025 18.1757 3.31267 17.1173 2.788 15.9C2.26333 14.6827 2.00067 13.3827 2 12C1.99933 10.6173 2.262 9.31733 2.788 8.1C3.314 6.88267 4.02633 5.82433 4.925 4.925C5.82367 4.02567 6.882 3.31333 8.1 2.788C9.318 2.26267 10.618 2 12 2C13.382 2 14.682 2.26267 15.9 2.788C17.118 3.31333 18.1763 4.02567 19.075 4.925C19.9737 5.82433 20.6863 6.88267 21.213 8.1C21.7397 9.31733 22.002 10.6173 22 12C21.998 13.3827 21.7353 14.6827 21.212 15.9C20.6887 17.1173 19.9763 18.1757 19.075 19.075C18.1737 19.9743 17.1153 20.687 15.9 21.213C14.6847 21.739 13.3847 22.0013 12 22Z' fill='%234D9F23'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:contain;width:18px;height:18px}.pgCard.pgCheckmark .pgCheckmarkFlag{background-color:var(--green-100)}.pgCard.pgCheckmark .pgAction{background-color:var(--green-25)}.pgCard.pgSpecial .pgInner{position:relative;padding-top:56px}.pgCard.pgSpecial .pgSpecialFlag{position:absolute;top:16px;left:0;padding:var(--p-4) var(--p-24);border-radius:0 var(--border-full) var(--border-full) 0;background-color:var(--brand-main);color:var(--text-white)}.pgCard.pgSpecial .pgSpecialFlag{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.pgCard.pgSpecial .pgSpecialFlag{font-size:var(--fs-s);line-height:var(--lh-default)}}@media screen and (max-width: 768px){.pgCard.pgSpecial .pgSpecialFlag{padding:var(--p-4) var(--p-16)}}.pgCard.pgSpecial .pgAction,.pgCard.pgInProgress .pgAction{background-color:var(--yellow-25)}@media screen and (max-width: 768px){.pgCard.pgInProgress .pgAction{flex-direction:row;justify-content:center;gap:var(--g-8)}}@media screen and (max-width: 768px){.pgCard.pgInProgress .pgAction .btnFlex{width:calc(50% - 8px)}}@media screen and (max-width: 768px){.pgCard.pgInProgress .pgAction .btnFlex .btnAction{width:100%}}@media screen and (max-width: 768px){.pgCard.pgInProgress .pgAction .btnFlex .btn.btnM{font-size:var(--fs-s);line-height:var(--lh-default)}.pgCard.pgInProgress .pgAction .btnFlex .btn.btnM{justify-content:center}}@media screen and (max-width: 768px)and (min-width: 1440px){.pgCard.pgInProgress .pgAction .btnFlex .btn.btnM{font-size:var(--fs-s);line-height:var(--lh-default)}}@media screen and (max-width: 768px){.pgCard.pgInProgress .pgAction:has(.btnPrimary){flex-direction:column-reverse}.pgCard.pgInProgress .pgAction:has(.btnPrimary) .btnFlex:has(.btnPrimary),.pgCard.pgInProgress .pgAction:has(.btnPrimary) .btnPrimary{width:100%}}.pgCard.sbCard .pgInnerTop{justify-content:flex-start;gap:var(--g-16);margin-bottom:var(--m-16)}@media screen and (max-width: 480px){.pgCard.sbCard .pgInnerTop{gap:var(--g-4);margin-bottom:0}}@media screen and (max-width: 1024px){.pgCard.sbCard .pgBtn{margin-top:var(--m-16)}}.pgCard.sbCard .pgBan{max-width:100px}.pgCard.sbCard .pgBan img{width:100%}.pgInnerTop{display:flex;align-items:flex-start;justify-content:space-between}@media screen and (max-width: 480px){.pgInnerTop{flex-wrap:wrap;margin-bottom:var(--m-16);justify-content:flex-end}}.pgMinorAction{display:flex;gap:var(--g-8);justify-content:center;position:relative}.pgFavorite{border:solid 1px var(--border-default);padding:var(--p-2);display:block;border-radius:var(--border-s);width:32px;height:32px;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.23179 11.6431L0.0118216 6.89565C0.0066386 6.88982 0.00983123 6.88057 0.0175068 6.87917L5.81883 5.82438C5.8218 5.82384 5.82437 5.82199 5.82582 5.81933L8.99122 0.0160948C8.99501 0.00914611 9.00499 0.00914613 9.00878 0.0160948L12.1742 5.81933C12.1756 5.82199 12.1782 5.82384 12.1812 5.82438L17.9825 6.87917C17.9902 6.88057 17.9934 6.88982 17.9882 6.89565L13.7682 11.6431C13.766 11.6456 13.7652 11.649 13.766 11.6522L15.3481 17.9807C15.3501 17.9887 15.3422 17.9955 15.3346 17.9923L9.00385 15.3545C9.00138 15.3535 8.99862 15.3535 8.99615 15.3545L2.66543 17.9923C2.65784 17.9955 2.64989 17.9887 2.65189 17.9807L4.23401 11.6522C4.23482 11.649 4.23398 11.6456 4.23179 11.6431Z' fill='%23BFBFBF'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center}.pgFavorite.pgFavoriteOn{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.23179 11.6431L0.0118216 6.89565C0.0066386 6.88982 0.00983123 6.88057 0.0175068 6.87917L5.81883 5.82438C5.8218 5.82384 5.82437 5.82199 5.82582 5.81933L8.99122 0.0160948C8.99501 0.00914611 9.00499 0.00914613 9.00878 0.0160948L12.1742 5.81933C12.1756 5.82199 12.1782 5.82384 12.1812 5.82438L17.9825 6.87917C17.9902 6.88057 17.9934 6.88982 17.9882 6.89565L13.7682 11.6431C13.766 11.6456 13.7652 11.649 13.766 11.6522L15.3481 17.9807C15.3501 17.9887 15.3422 17.9955 15.3346 17.9923L9.00385 15.3545C9.00138 15.3535 8.99862 15.3535 8.99615 15.3545L2.66543 17.9923C2.65784 17.9955 2.64989 17.9887 2.65189 17.9807L4.23401 11.6522C4.23482 11.649 4.23398 11.6456 4.23179 11.6431Z' fill='%23EFB300'/%3E%3C/svg%3E%0A")}.pgFavorite:hover{cursor:pointer}.pgFavoriteMessage{position:absolute;top:40px;right:0;width:max-content;background-color:color-mix(in srgb, var(--gray-800) 90%, transparent);color:var(--text-white);border-radius:var(--border-m);padding:var(--p-4) var(--p-8)}.pgBulkAction .checkbox{width:32px;height:32px}.pgBulkAction .checkbox::after{content:"";position:absolute;top:4px;left:9px;width:8px;height:14px;border-width:0 3px 3px 0}.pgTitle{width:100%;margin-bottom:10px}.pgTitle .pgName{font-size:var(--fs-m);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.pgTitle .pgName{font-size:var(--fs-l);line-height:var(--lh-default)}}.pgTitle .pgName{font-weight:bold;display:flex;align-items:center}@media screen and (max-width: 768px){.pgTitle .pgName{display:block}}.pgTitle .ecName{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.pgTitle .ecName{font-size:var(--fs-s);line-height:var(--lh-default)}}.pgTitle .ecName{color:var(--text-gray)}.pgContent{display:flex;gap:var(--g-24)}@media screen and (max-width: 768px){.pgContent{display:block}}.pgContent .tableWrapper{margin-bottom:var(--m-16)}@media screen and (max-width: 768px){.pgContent .pgleft{margin-bottom:var(--m-16)}}.pgContent .pgBan{width:fit-content;margin:0 auto;border:1px solid var(--border-subtle)}.pgContent .pgBan img{width:100%;max-width:300px;height:auto;vertical-align:bottom}.pgContent .pgStatus{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.pgContent .pgStatus{font-size:var(--fs-s);line-height:var(--lh-default)}}.pgContent .pgStatus{padding:var(--p-2);text-align:center;font-weight:var(--fw-bold);margin-top:var(--m-8)}@media screen and (max-width: 768px){.pgContent .pgStatus{margin:var(--m-8) auto;max-width:300px}}.pgContent .pgStatus.statusAffiliated{color:var(--status-completed);background-color:var(--status-completed-bg)}.pgContent .pgStatus.statusApproval{color:var(--status-in-progress);background-color:var(--status-in-progress-bg)}.pgContent .pgStatus.statusNotApproval{color:var(--status-pending);background-color:var(--status-pending-bg)}.pgContent .pgDetails{display:flex;align-items:center;gap:var(--g-8);margin-top:var(--m-16)}@media screen and (max-width: 768px){.pgContent .pgDetails{justify-content:center}}.pgContent .pgDetails .pgDetail{display:flex;align-items:center;justify-content:space-between;gap:var(--g-8)}.pgContent .pgDetails .labelValue{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.pgContent .pgDetails .labelValue{font-size:var(--fs-s);line-height:var(--lh-default)}}.pgContent .pgRight{flex:1}.pgContent .tableVertical th{width:200px}@media screen and (max-width: 1024px){.pgContent .tableVertical th{width:150px}}@media screen and (max-width: 768px){.pgContent .tableVertical th{width:100%}}.pgContent .tableVertical td:has(.link) .link{margin-right:var(--m-8)}.pgContent .pgBadge{display:flex;align-items:center;flex-wrap:wrap;gap:var(--g-8)}.pgContent .pgBadge .badgeIcon{width:100%;max-width:40px;height:auto}.pgAction{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;background-color:var(--teal-25);padding:var(--p-16) var(--p-24);gap:var(--g-16)}@media screen and (max-width: 768px){.pgAction{flex-direction:column-reverse;padding:var(--p-16);gap:var(--g-16)}}@media screen and (max-width: 768px){.pgAction .btnFlex{width:100%}}@media screen and (max-width: 768px){.pgAction .btnFlex:has(.btnPrimary){flex-wrap:wrap-reverse;width:100%}}.pgAction .btnPrimary{box-shadow:var(--shadow-1)}@media screen and (max-width: 768px){.pgAction .btnPrimary{width:100%;justify-content:center}}@media screen and (max-width: 768px){.pgAction .btnSecondary{width:100%}}.pgAction .btnAction{padding:var(--p-8);border-radius:var(--border-m);font-weight:bold;cursor:pointer;border:none}.pgAction .btnAction{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.pgAction .btnAction{font-size:var(--fs-s);line-height:var(--lh-default)}}.pgAction .btnAction{text-decoration:none;box-shadow:var(--shadow-1);color:var(--text-black);text-align:center;width:120px;background-color:var(--bg-white);display:flex;justify-content:center;align-items:center;flex-direction:column;gap:var(--g-4);font-feature-settings:"palt"}.pgAction .btnAction::before{content:"";display:block;width:16px;height:16px;background-size:contain;background-repeat:no-repeat}.pgAction .actionSelfback{display:flex;align-items:center;gap:var(--g-4);background-color:var(--brand-selfback);color:var(--text-white)}.pgAction .actionSelfback{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.pgAction .actionSelfback{font-size:var(--fs-m);line-height:var(--lh-default)}}.pgAction .actionSelfback{padding:var(--p-16);border-radius:var(--border-m);font-weight:bold;text-decoration:none;box-shadow:var(--shadow-1)}.pgAction .actionSelfback::after{content:"";display:block;width:16px;height:16px;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.364 5.05019C12.364 4.49791 12.8116 4.0503 13.3639 4.0503L18.9966 4.04961C19.0015 4.04961 19.0063 4.05024 19.0111 4.0503C19.0143 4.05027 19.0176 4.0503 19.0208 4.0503C19.573 4.05033 20.0207 4.49793 20.0207 5.0502L20.0207 10.7071C20.0207 11.2593 19.573 11.7069 19.0208 11.707C18.4685 11.707 18.0209 11.2593 18.0209 10.7071L18.0209 7.46431L11.9497 13.5355C11.5592 13.926 10.926 13.926 10.5355 13.5355C10.145 13.145 10.145 12.5118 10.5355 12.1213L16.606 6.05078L13.3639 6.05009L13.2617 6.04456C12.7575 5.99335 12.3641 5.56794 12.364 5.05019Z' fill='white'/%3E%3Cpath d='M18 19.9902C17.9999 20.5479 17.5479 20.9999 16.9902 21H5.00977C4.45215 20.9999 4.00013 20.5479 4 19.9902V8.00977C4.00013 7.4521 4.45219 7.00013 5.00977 7H11C11.5523 7 12 7.44772 12 8C12 8.55228 11.5523 9 11 9H6V19H16V13C16 12.4477 16.4477 12 17 12C17.5523 12 18 12.4477 18 13V19.9902Z' fill='white'/%3E%3C/svg%3E%0A")}.pgAction .actionSelfback{transition:background-color .2s ease-in-out}.pgAction .actionSelfback:hover{background-color:color-mix(in srgb, var(--brand-selfback), black 15%)}@media screen and (max-width: 768px){.pgAction .actionSelfback{width:100%;justify-content:center}}.pgAction .actionSample,.pgAction .actionSite,.pgAction .actionAdlink,.pgAction .actionProductlink{background-color:var(--bg-white);transition:background-color .2s ease-in-out}.pgAction .actionSample:hover,.pgAction .actionSite:hover,.pgAction .actionAdlink:hover,.pgAction .actionProductlink:hover{background-color:color-mix(in srgb, var(--btn-secondary-bg), black 5%)}@media screen and (max-width: 768px){.pgAction .actionSample,.pgAction .actionSite,.pgAction .actionAdlink,.pgAction .actionProductlink{width:calc(50% - 4px);flex-direction:row;gap:var(--g-4)}}.pgAction .actionSite::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.364 5.05019C12.364 4.49791 12.8116 4.0503 13.3639 4.0503L18.9966 4.04961C19.0015 4.04961 19.0063 4.05024 19.0111 4.0503C19.0143 4.05027 19.0176 4.0503 19.0208 4.0503C19.573 4.05033 20.0207 4.49793 20.0207 5.0502L20.0207 10.7071C20.0207 11.2593 19.573 11.7069 19.0208 11.707C18.4685 11.707 18.0209 11.2593 18.0209 10.7071L18.0209 7.46431L11.9497 13.5355C11.5592 13.926 10.926 13.926 10.5355 13.5355C10.145 13.145 10.145 12.5118 10.5355 12.1213L16.606 6.05078L13.3639 6.05009L13.2617 6.04456C12.7575 5.99335 12.3641 5.56794 12.364 5.05019Z' fill='%23009988'/%3E%3Cpath d='M18 19.9902C17.9999 20.5479 17.5479 20.9999 16.9902 21H5.00977C4.45215 20.9999 4.00013 20.5479 4 19.9902V8.00977C4.00013 7.4521 4.45219 7.00013 5.00977 7H11C11.5523 7 12 7.44772 12 8C12 8.55228 11.5523 9 11 9H6V19H16V13C16 12.4477 16.4477 12 17 12C17.5523 12 18 12.4477 18 13V19.9902Z' fill='%23009988'/%3E%3C/svg%3E%0A")}.pgAction .actionSample::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5V18.9C3 18.9552 3.04477 19 3.1 19H20.9C20.9552 19 21 18.9552 21 18.9V8C21 7.44772 20.5523 7 20 7H13.5352C13.2008 7 12.8886 6.8329 12.7031 6.5547L11.2969 4.4453C11.1114 4.1671 10.7992 4 10.4648 4H4C3.44772 4 3 4.44772 3 5Z' stroke='%23009988' stroke-width='2'/%3E%3C/svg%3E%0A")}.pgAction .actionAdlink::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6C3.55228 6 4 6.44772 4 7V18H18C18.5523 18 19 18.4477 19 19C19 19.5523 18.5523 20 18 20H3.09961C2.4924 19.9998 2.00021 19.5076 2 18.9004V7C2 6.44772 2.44772 6 3 6ZM21 4C21.5523 4 22 4.44772 22 5V15C22 15.5523 21.5523 16 21 16H7L6.89746 15.9951C6.42703 15.9472 6.05278 15.573 6.00488 15.1025L6 15V5C6 4.48232 6.39333 4.05621 6.89746 4.00488L7 4H21ZM8 14H8.47168L10.8428 10.5225L10.9121 10.4307C11.2559 10.0238 11.8459 9.92256 12.3057 10.1914L12.4023 10.2549L12.8877 10.6113L14.4775 8.51367C14.9174 7.93311 15.7765 7.93958 16.2139 8.49023L16.2949 8.60742L19.5625 14H20V6H8V14ZM11 7C11.5523 7 12 7.44772 12 8C12 8.55228 11.5523 9 11 9C10.4477 9 10 8.55228 10 8C10 7.44772 10.4477 7 11 7Z' fill='%23009988'/%3E%3C/svg%3E%0A")}.pgAction .actionProductlink::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_125_42)'%3E%3Cpath d='M20.1188 12.3656C21.8844 10.6 21.8844 7.74062 20.1188 5.975C18.5563 4.4125 16.0938 4.20937 14.2969 5.49375L14.2469 5.52812C13.7969 5.85 13.6938 6.475 14.0156 6.92187C14.3375 7.36875 14.9625 7.475 15.4094 7.15312L15.4594 7.11875C16.4625 6.40312 17.8344 6.51562 18.7031 7.3875C19.6875 8.37187 19.6875 9.96562 18.7031 10.95L15.1969 14.4625C14.2125 15.4469 12.6188 15.4469 11.6344 14.4625C10.7625 13.5906 10.65 12.2187 11.3656 11.2187L11.4 11.1687C11.7219 10.7187 11.6156 10.0937 11.1688 9.775C10.7219 9.45625 10.0938 9.55937 9.77501 10.0062L9.74063 10.0562C8.45313 11.85 8.65626 14.3125 10.2188 15.875C11.9844 17.6406 14.8438 17.6406 16.6094 15.875L20.1188 12.3656ZM3.88126 11.6344C2.11563 13.4 2.11563 16.2594 3.88126 18.025C5.44376 19.5875 7.90626 19.7906 9.70313 18.5062L9.75313 18.4719C10.2031 18.15 10.3063 17.525 9.98438 17.0781C9.66251 16.6312 9.03751 16.525 8.59063 16.8469L8.54063 16.8812C7.53751 17.5969 6.16563 17.4844 5.29688 16.6125C4.31251 15.625 4.31251 14.0312 5.29688 13.0469L8.80313 9.5375C9.78751 8.55312 11.3813 8.55312 12.3656 9.5375C13.2375 10.4094 13.35 11.7812 12.6344 12.7844L12.6 12.8344C12.2781 13.2844 12.3844 13.9094 12.8313 14.2281C13.2781 14.5469 13.9063 14.4437 14.225 13.9969L14.2594 13.9469C15.5469 12.15 15.3438 9.6875 13.7813 8.125C12.0156 6.35937 9.15626 6.35937 7.39063 8.125L3.88126 11.6344Z' fill='%23009988'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_125_42'%3E%3Crect width='20' height='16' fill='white' transform='translate(2 4)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}@media screen and (max-width: 768px){.pgAction.after{gap:var(--g-8)}}.pgAction.after .btnAction{width:140px;transition:background-color .2s ease-in-out}.pgAction.after .btnAction:hover{background-color:color-mix(in srgb, var(--bg-white), black 5%)}@media screen and (max-width: 768px){.pgAction.after .btnAction{width:calc(50% - 4px);flex-direction:row}}.pgAction.after .actionPrimary{flex:1 1 auto;max-width:140px;margin-left:auto}.pgAction.after .actionPrimary:first-of-type{margin-left:auto}.pgAction.after .actionPrimary+.actionPrimary{margin-left:0}@media screen and (max-width: 768px){.pgAction.after .actionPrimary{max-width:inherit;order:-1}}.pgAction.after .btnFlex{width:100%;justify-content:flex-start}@media screen and (max-width: 768px){.pgAction.after .btnFlex{justify-content:flex-start}}.pgAction.after .actionAdlink{background-color:var(--btn-primary-bg);color:var(--text-white);transition:background-color .2s ease-in-out}.pgAction.after .actionAdlink:hover{background-color:color-mix(in srgb, var(--btn-primary-bg), black 15%)}.pgAction.after .actionAdlink::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6C3.55228 6 4 6.44772 4 7V18H18C18.5523 18 19 18.4477 19 19C19 19.5523 18.5523 20 18 20H3.09961C2.4924 19.9998 2.00021 19.5076 2 18.9004V7C2 6.44772 2.44772 6 3 6ZM21 4C21.5523 4 22 4.44772 22 5V15C22 15.5523 21.5523 16 21 16H7L6.89746 15.9951C6.42703 15.9472 6.05278 15.573 6.00488 15.1025L6 15V5C6 4.48232 6.39333 4.05621 6.89746 4.00488L7 4H21ZM8 14H8.47168L10.8428 10.5225L10.9121 10.4307C11.2559 10.0238 11.8459 9.92256 12.3057 10.1914L12.4023 10.2549L12.8877 10.6113L14.4775 8.51367C14.9174 7.93311 15.7765 7.93958 16.2139 8.49023L16.2949 8.60742L19.5625 14H20V6H8V14ZM11 7C11.5523 7 12 7.44772 12 8C12 8.55228 11.5523 9 11 9C10.4477 9 10 8.55228 10 8C10 7.44772 10.4477 7 11 7Z' fill='white'/%3E%3C/svg%3E%0A")}.pgAction.after .actionProductlink{background-color:var(--btn-primary-bg);color:var(--text-white);transition:background-color .2s ease-in-out}.pgAction.after .actionProductlink:hover{background-color:color-mix(in srgb, var(--btn-primary-bg), black 15%)}.pgAction.after .actionProductlink::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_60_79)'%3E%3Cpath d='M20.1188 12.3656C21.8844 10.6 21.8844 7.74062 20.1188 5.975C18.5563 4.4125 16.0938 4.20937 14.2969 5.49375L14.2469 5.52812C13.7969 5.85 13.6938 6.475 14.0156 6.92187C14.3375 7.36875 14.9625 7.475 15.4094 7.15312L15.4594 7.11875C16.4625 6.40312 17.8344 6.51562 18.7031 7.3875C19.6875 8.37187 19.6875 9.96562 18.7031 10.95L15.1969 14.4625C14.2125 15.4469 12.6188 15.4469 11.6344 14.4625C10.7625 13.5906 10.65 12.2187 11.3656 11.2187L11.4 11.1687C11.7219 10.7187 11.6156 10.0937 11.1688 9.775C10.7219 9.45625 10.0938 9.55937 9.77501 10.0062L9.74063 10.0562C8.45313 11.85 8.65626 14.3125 10.2188 15.875C11.9844 17.6406 14.8438 17.6406 16.6094 15.875L20.1188 12.3656ZM3.88126 11.6344C2.11563 13.4 2.11563 16.2594 3.88126 18.025C5.44376 19.5875 7.90626 19.7906 9.70313 18.5062L9.75313 18.4719C10.2031 18.15 10.3063 17.525 9.98438 17.0781C9.66251 16.6312 9.03751 16.525 8.59063 16.8469L8.54063 16.8812C7.53751 17.5969 6.16563 17.4844 5.29688 16.6125C4.31251 15.625 4.31251 14.0312 5.29688 13.0469L8.80313 9.5375C9.78751 8.55312 11.3813 8.55312 12.3656 9.5375C13.2375 10.4094 13.35 11.7812 12.6344 12.7844L12.6 12.8344C12.2781 13.2844 12.3844 13.9094 12.8313 14.2281C13.2781 14.5469 13.9063 14.4437 14.225 13.9969L14.2594 13.9469C15.5469 12.15 15.3438 9.6875 13.7813 8.125C12.0156 6.35937 9.15626 6.35937 7.39063 8.125L3.88126 11.6344Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_60_79'%3E%3Crect width='20' height='16' fill='white' transform='translate(2 4)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.pgAction.after .actionAdurl::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.364 5.05019C12.364 4.49791 12.8116 4.0503 13.3639 4.0503L18.9966 4.04961C19.0015 4.04961 19.0063 4.05024 19.0111 4.0503C19.0143 4.05027 19.0176 4.0503 19.0208 4.0503C19.573 4.05033 20.0207 4.49793 20.0207 5.0502L20.0207 10.7071C20.0207 11.2593 19.573 11.7069 19.0208 11.707C18.4685 11.707 18.0209 11.2593 18.0209 10.7071L18.0209 7.46431L11.9497 13.5355C11.5592 13.926 10.926 13.926 10.5355 13.5355C10.145 13.145 10.145 12.5118 10.5355 12.1213L16.606 6.05078L13.3639 6.05009L13.2617 6.04456C12.7575 5.99335 12.3641 5.56794 12.364 5.05019Z' fill='%23009988'/%3E%3Cpath d='M18 19.9902C17.9999 20.5479 17.5479 20.9999 16.9902 21H5.00977C4.45215 20.9999 4.00013 20.5479 4 19.9902V8.00977C4.00013 7.4521 4.45219 7.00013 5.00977 7H11C11.5523 7 12 7.44772 12 8C12 8.55228 11.5523 9 11 9H6V19H16V13C16 12.4477 16.4477 12 17 12C17.5523 12 18 12.4477 18 13V19.9902Z' fill='%23009988'/%3E%3C/svg%3E%0A")}@media screen and (max-width: 1024px){.pgAction.after .actionAdurl{display:none}}.pgAction.after .actionReport::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4C3.55228 4 4 4.44772 4 5V18H21C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20H3.09961C2.4924 19.9998 2.00021 19.5076 2 18.9004V5C2 4.44772 2.44772 4 3 4Z' fill='%23009988'/%3E%3Cpath d='M18.168 5.44531C18.4743 4.98579 19.0952 4.86162 19.5547 5.16797C20.0142 5.47432 20.1384 6.09516 19.8321 6.55469L15.8809 12.4814C15.5731 12.9429 14.9698 13.1025 14.4737 12.8545L11.2754 11.2559L7.78127 15.625C7.43626 16.0563 6.80628 16.1263 6.37502 15.7813C5.94376 15.4362 5.87376 14.8063 6.21877 14.375L10.169 9.43848L10.2324 9.36621C10.541 9.04274 11.016 8.93808 11.4317 9.10254L11.5196 9.1416L14.6572 10.7109L18.168 5.44531Z' fill='%23009988'/%3E%3C/svg%3E%0A")}.pgAction.after .actionPgdetail::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM12 9C12.5523 9 13 9.44772 13 10V17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17V10C11 9.44772 11.4477 9 12 9ZM12 6C12.5523 6 13 6.44772 13 7C13 7.55228 12.5523 8 12 8C11.4477 8 11 7.55228 11 7C11 6.44772 11.4477 6 12 6Z' fill='%23009988'/%3E%3C/svg%3E%0A")}.pgCard.pgDetail .pgInnerBottom{background-color:var(--bg-white);padding:var(--p-24);border-top:solid 1px var(--border-subtle)}@media screen and (max-width: 768px){.pgCard.pgDetail .pgInnerBottom{padding:var(--p-16)}}.pgCard.pgDetail .pgInnerBottom .tableWrapper{border:rgba(0,0,0,0)}.pgCard.pgDetail .pgInnerBottom .tableVertical{margin-bottom:var(--m-32)}.pgCard.pgDetail .pgInnerBottom .tableVertical th{font-weight:var(--fw-bold);vertical-align:text-top;border-bottom:solid 3px var(--bg-white);border-right:rgba(0,0,0,0)}.pgCard.pgDetail .pgInnerBottom .tableVertical td{border-bottom:rgba(0,0,0,0)}.pgCard.pgDetail .pgInnerBottom .list{margin-top:var(--m-8)}.pgCard.pgDetail .pgInnerBottom .messageSimple{margin-top:var(--m-16);margin-bottom:0}.pgCard.pgDetail .pgleft .pgAction{flex-direction:column;gap:var(--g-16);background-color:inherit;padding:inherit;justify-content:center;margin-top:var(--m-24)}@media screen and (max-width: 768px){.pgCard.pgDetail .pgleft .pgAction{margin-top:var(--m-16)}}.pgCard.pgDetail>.pgAction{gap:var(--g-16);justify-content:center}.pgCard.pgDetail .actionSelfback{width:280px;justify-content:center;gap:var(--p-8)}@media screen and (max-width: 768px){.pgCard.pgDetail .actionSelfback{max-width:300px}}.pgCard.pgDetail .btnFlex{width:100%}@media screen and (max-width: 768px){.pgCard.pgDetail .btnFlex{max-width:300px}}.pgCard.pgDetail .btnAction{border:solid 1px var(--border-default);flex-direction:row;width:calc(50% - 4px);gap:var(--p-8);box-shadow:none}.pgCard.pgDetail .messageInfo{margin-bottom:0}.pgCard.pgDetail .pglimitAction{text-align:center;padding:var(--p-24);background:var(--bg-white);border-top:solid 1px var(--border-subtle);font-weight:var(--fw-bold)}@media screen and (max-width: 768px){.pgCard.pgDetail .pglimitAction{padding:var(--p-16)}}@media screen and (max-width: 768px){.pgCard.pgDetail .pgAction .btnSecondary{padding:var(--p-8);justify-content:center;width:120px}}.relatedkeyword{display:flex;justify-content:center;align-items:center}@media screen and (max-width: 768px){.relatedkeyword{flex-direction:column;gap:var(--g-8)}}.relatedkeyword dt{white-space:nowrap}.relatedkeyword dt{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.relatedkeyword dt{font-size:var(--fs-m);line-height:var(--lh-default)}}.relatedkeyword dt{font-weight:var(--fw-bold);padding-right:var(--p-16);margin-right:var(--p-16);border-right:solid 3px var(--brand-accent)}@media screen and (max-width: 768px){.relatedkeyword dt{margin-right:0;padding-right:0;border-right:0;padding-bottom:var(--p-8);margin-bottom:var(--m-8);border-bottom:solid 3px var(--brand-accent)}}.relatedkeyword ul{display:flex;gap:var(--g-8);flex-wrap:wrap}@media screen and (max-width: 768px){.relatedkeyword ul{justify-content:center}}.titleRightBtn{position:relative}.titleRightBtn .pgTitle{padding-right:139px}@media screen and (max-width: 768px){.titleRightBtn .pgTitle{padding-right:0}}.titleRightBtn .pgBtn{position:absolute;right:24px}@media screen and (max-width: 768px){.titleRightBtn .pgBtn{position:static;top:auto;right:auto;display:flex;justify-content:center}}.pgCard:not(.pgCard.pgCheckmark):not(.pgCard.pgSpecial) .pgBtn{top:24px}.pgCard.pgCheckmark .pgBtn{top:76px}.pgCard.pgSpecial .pgBtn{top:56px}.toolCard .titleRightBtn .pgTitle{padding-right:300px;min-height:40px;margin-bottom:var(--m-16);word-break:break-all}@media screen and (max-width: 768px){.toolCard .titleRightBtn .pgTitle{padding-right:0}}.toolCard .pgBan{width:fit-content}.toolCard .pgBan a{display:block;width:100%;min-width:128px;min-height:128px}.box:has(.anchorAreaMini) .boxCard{border-top:solid 1px var(--border-muted);border-radius:0 0 var(--border-m) var(--border-m)}.boxCard{border-radius:var(--border-m);overflow:hidden}.boxCard .boxInner{background-color:var(--bg-white);padding:var(--p-24)}@media screen and (max-width: 768px){.boxCard .boxInner{padding:var(--p-16)}}.boxCard .boxInner>.boxContent{padding:0 0 var(--p-24)}.boxCard .boxContent{display:flex;gap:var(--g-24)}@media screen and (max-width: 768px){.boxCard .boxContent{display:block}}@media screen and (max-width: 768px){.boxCard .boxContent .boxleft{margin-bottom:var(--m-24)}}.boxCard .boxContent .boxleft .btn{width:100%;justify-content:center}@media screen and (max-width: 768px){.boxCard .boxContent .boxleft .btn{width:70%;margin:0 auto}}.boxCard .boxContent .boxleft .btn.btnMin{width:120px}.boxCard .boxContent .boxleft .charityBan{margin-bottom:var(--m-8)}@media screen and (max-width: 768px){.boxCard .boxContent .boxleft .charityBan{width:fit-content;margin:0 auto var(--m-16)}}.boxCard .boxContent .boxleft .charityBan img{max-width:200px;width:100%;height:auto}.boxCard .boxContent:has(.charityBan) .boxleft{width:200px;flex-shrink:0}@media screen and (max-width: 768px){.boxCard .boxContent:has(.charityBan) .boxleft{width:inherit}}.boxCard .boxContent:has(.charityBan) .boxRight{width:calc(100% - 200px)}.boxCard .boxContent:has(.charityBan) .boxRight th{width:200px}@media screen and (max-width: 768px){.boxCard .boxContent:has(.charityBan) .boxRight th{width:inherit}}@media screen and (max-width: 768px){.boxCard .boxContent:has(.charityBan) .boxRight{width:inherit}}.partneredPgDl{background-color:var(--gray-50);box-shadow:var(--shadow-inset);padding:var(--p-16);border-radius:var(--border-l);text-align:center;max-width:900px;margin:var(--m-24) auto 0}.tableSupplement{margin-bottom:var(--m-16)}.tableWrapper{border:solid 1px var(--border-subtle);border-radius:var(--border-s);overflow:hidden}.tableWrapper input,.tableWrapper select,.tableWrapper option{margin-right:var(--m-4)}.tableWrapper tr:has(.cellWithNote){line-height:var(--lh-tight)}.tableWrapper .cellSizeXs{width:140px}.tableWrapper .cellSizeS{width:200px}@media screen and (max-width: 768px){.tableWrapper .cellSizeS{width:30%}}.tableWrapper .cellSizeM{width:300px}.tableWrapper .cellSizeL{width:390px}@media screen and (max-width: 768px){.tableWrapper .cellSizeL{width:200px}}@media screen and (max-width: 480px){.tableWrapper .cellSizeSpM{width:300px}}@media screen and (max-width: 480px){.tableWrapper .cellSizeSpXs{width:140px}}.tableWrapper .cellFlex{display:flex;align-items:center;gap:var(--g-8)}@media screen and (max-width: 768px){.tableWrapper .cellFlex{flex-wrap:wrap}}.tableWrapper .cellWithNote{vertical-align:middle}.tableWrapper .cellWithNote p{line-height:var(--lh-tight)}.tableWrapper .cellWithNote span{display:inline-block}.tableWrapper .cellWithNote span{font-size:var(--fs-xs);line-height:var(--lh-default)}.tableWrapper .cellWithNote span{line-height:var(--lh-tight);color:var(--text-gray)}.tableWrapper .cellWithAction{display:flex;justify-content:space-between;gap:var(--g-8);align-items:center}@media screen and (max-width: 768px){.tableWrapper .cellWithAction{display:block}.tableWrapper .cellWithAction .btnUtilityFlex:has(.btnSecondary){justify-content:flex-start}.tableWrapper .cellWithAction .btnUtilityFlex:has(.btnSecondary) .btnSecondary:has(:not(.btnIcon)){min-width:calc(50% - 4px)}}.tableWrapper .cellWithUrl a{word-break:break-word}.tableWrapper .cellWithUrl.cellWithAction{display:table-cell}.tableWrapper .cellWithUrl.cellWithAction a{display:inline-block;width:calc(100% - 210px)}@media screen and (max-width: 768px){.tableWrapper .cellWithUrl.cellWithAction a{display:block;width:100%}}.tableWrapper .cellWithUrl.cellWithAction .btnUtilityFlex{display:inline-flex}.tableWrapper .cellWithNo{width:10%}.tableWrapper .cellWithIconHelp{display:flex;align-items:center;gap:var(--g-4)}.tableWrapper .cellWithIconHelp .iconHelp::after{content:"";display:block;width:16px;height:16px;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23707070' stroke-width='2'/%3E%3Cpath d='M12 16C12.5523 16 13 16.4477 13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17C11 16.4477 11.4477 16 12 16ZM10.4658 8.46875C10.465 8.46961 10.4639 8.47058 10.4629 8.47168H10.4639C10.4616 8.47347 10.4596 8.47515 10.458 8.47656V8.47852C10.4459 8.49185 10.4262 8.5142 10.4014 8.54395C10.3501 8.60555 10.281 8.69432 10.2139 8.79785C10.0599 9.03552 10.0002 9.22095 10 9.31445C9.9999 9.86666 9.55223 10.3145 9 10.3145C8.44777 10.3145 8.0001 9.86666 8 9.31445C8.00013 8.63651 8.31554 8.05041 8.53613 7.70996C8.65642 7.52436 8.77501 7.37081 8.86426 7.26367C8.90923 7.2097 8.94865 7.16661 8.97754 7.13477C8.99178 7.11907 9.00336 7.10564 9.0127 7.0957C9.01731 7.0908 9.02211 7.08643 9.02539 7.08301C9.02692 7.08141 9.0281 7.07941 9.0293 7.07812L9.03223 7.0752L9.68652 7.70996C9.07211 7.11273 9.03511 7.07668 9.0332 7.07422L9.06445 7.04297C9.07827 7.02964 9.09577 7.01352 9.11621 6.99512C9.15712 6.95829 9.21143 6.91176 9.2793 6.85938C9.41534 6.7544 9.60787 6.62347 9.85547 6.49609C10.3541 6.23967 11.0723 6 12 6C12.9277 6 13.6459 6.23967 14.1445 6.49609C14.3921 6.62347 14.5847 6.7544 14.7207 6.85938C14.7886 6.91176 14.8429 6.95829 14.8838 6.99512C14.9042 7.01352 14.9217 7.02964 14.9355 7.04297L14.9668 7.07422C14.9649 7.07668 14.9279 7.11272 14.3135 7.70996L14.9678 7.0752L14.9707 7.07812C14.9719 7.07941 14.9731 7.08141 14.9746 7.08301C14.9779 7.08643 14.9827 7.0908 14.9873 7.0957C14.9966 7.10564 15.0082 7.11907 15.0225 7.13477C15.0513 7.16661 15.0908 7.2097 15.1357 7.26367C15.225 7.37081 15.3436 7.52436 15.4639 7.70996C15.6845 8.05041 15.9999 8.63651 16 9.31445C16 10.0969 16.0185 11.2451 14.9668 12.3271C14.4211 12.8883 13.6824 13.1627 13.168 13.3027C13.1111 13.3182 13.0545 13.3296 13 13.3428V14C12.9999 14.5522 12.5522 15 12 15C11.4478 15 11.0001 14.5522 11 14V12.5098C11 12.1394 11.2486 11.6218 11.8145 11.5176L12.1582 11.4746C12.286 11.4552 12.4569 11.4236 12.6426 11.373C13.0392 11.2651 13.3616 11.1091 13.5332 10.9326C13.9811 10.4716 14 10.075 14 9.31445C13.9998 9.22095 13.9401 9.03552 13.7861 8.79785C13.719 8.69432 13.6499 8.60555 13.5986 8.54395C13.5738 8.5142 13.5541 8.49185 13.542 8.47852L13.541 8.47656C13.5331 8.46962 13.5181 8.45785 13.498 8.44238C13.4466 8.40273 13.3572 8.34062 13.2305 8.27539C12.9791 8.1461 12.572 8 12 8C11.428 8 11.0209 8.1461 10.7695 8.27539C10.6428 8.34062 10.5534 8.40273 10.502 8.44238L10.4658 8.46875ZM10.4668 8.46777H10.4688L10.4697 8.4668L10.4707 8.46484C10.47 8.46545 10.4679 8.4666 10.4668 8.46777ZM13.5303 8.4668L13.5312 8.46777H13.5322C13.5314 8.46684 13.5299 8.46542 13.5293 8.46484L13.5303 8.4668Z' fill='%23707070'/%3E%3C/svg%3E%0A")}.tableWrapper.txtCenter th{text-align:center !important}.tableWrapper.txtCenter td button{margin:auto}@media screen and (max-width: 768px){.tableWrapper.tableMini tr{flex-direction:row}}@media screen and (max-width: 480px){.tableWrapper.tableMini tr{flex-direction:column}}.tableWrapper.tableMini tr:last-of-type th{border-bottom:none}@media screen and (max-width: 480px){.tableWrapper.tableMini tr:last-of-type th{border-bottom:solid 1px var(--border-subtle)}}.tableWrapper.tableMini th,.tableWrapper.tableMini td{width:180px}@media screen and (max-width: 480px){.tableWrapper.tableMini th,.tableWrapper.tableMini td{width:100%}}@media screen and (max-width: 768px){.tableWrapper.tableMini th{flex-direction:row;border-right:solid 1px var(--border-subtle)}}@media screen and (max-width: 480px){.tableWrapper.tableMini th{border-right:none}}.tableWrapper.tableMini td{text-align:right}.tableVertical{width:100%;border-collapse:collapse}.tableVertical th{width:300px;background-color:var(--bg-gray);border-bottom:solid 1px var(--border-subtle);border-right:solid 1px var(--border-subtle);text-align:left;font-weight:var(--fw-normal)}.tableVertical td{border-bottom:solid 1px var(--border-subtle)}.tableVertical tr:last-of-type th,.tableVertical tr:last-of-type td{border-bottom:0}@media screen and (max-width: 768px){.tableVertical tr:last-of-type th{border-bottom:solid 1px var(--border-subtle)}}.tableVertical tr.rowBold td{font-weight:var(--fw-bold)}.tableVertical tr.rowTxtRed td{color:var(--text-red);font-weight:var(--fw-bold)}.tableVertical .tableNote{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.tableVertical .tableNote{font-size:var(--fs-s);line-height:var(--lh-default)}}.tableVertical .tableNote{margin-top:var(--m-8)}@media screen and (max-width: 768px){.tableVertical tr{display:flex;flex-direction:column}.tableVertical th,.tableVertical td{width:100%}.tableVertical th{border-right:0}}.tableHorizontal{width:100%;border-collapse:collapse}.tableHorizontal th,.tableHorizontal td{box-sizing:border-box}.tableHorizontal th{background-color:var(--bg-purple);border-bottom:solid 1px var(--border-subtle);text-align:left;font-weight:var(--fw-normal)}.tableHorizontal td{border-bottom:solid 1px var(--border-subtle)}.tableHorizontal tr:last-of-type td{border-bottom:0}.tableTight th,.tableTight td{padding:var(--p-8) var(--p-16)}@media screen and (max-width: 768px){.tableTight th,.tableTight td{padding:var(--p-8)}}.tableRelaxed th,.tableRelaxed td{padding:var(--p-16)}@media screen and (max-width: 768px){.tableRelaxed th,.tableRelaxed td{padding:var(--p-16) var(--p-8)}}.tableWrapper:has(.tableNoline){border:rgba(0,0,0,0)}.tableNoline th{width:120px;background-color:rgba(0,0,0,0);border-bottom:rgba(0,0,0,0);border-right:rgba(0,0,0,0);text-align:left}.tableNoline td{border-bottom:rgba(0,0,0,0)}@media screen and (max-width: 768px){.tableNoline tr:last-of-type th{border-bottom:inherit}.tableNoline th,.tableNoline td{width:100%}.tableNoline th{border-right:0}}.tableContact tr:hover{background-color:var(--bg-hover)}.tableContact tr:hover a.cellWithMessage div{text-decoration:none}.tableContact tr.contactOpened{background-color:var(--bg-purple)}.tableContact tr.contactOpened:hover{background-color:var(--bg-hover)}.tableContact tr.contactOpened:hover a.cellWithMessage div{text-decoration:none}.tableContact tr.contactUnopened:hover{background-color:var(--bg-hover) !important}.tableContact tr.contactUnopened:hover a.cellWithMessage div{text-decoration:none}.tableContact td{padding:0}.tableContact a.cellWithMessage{display:flex;gap:var(--g-32);align-items:center;text-decoration:none;line-height:var(--lh-default);padding:var(--p-16)}@media screen and (max-width: 768px){.tableContact a.cellWithMessage{display:block}}.tableContact a.cellWithMessage div{text-decoration:underline}.tableContact a.cellWithMessage div:hover{text-decoration:none}.tableContact a.cellWithMessage .cellWithNote{display:flex;gap:var(--g-16);align-items:center;text-decoration:none}@media screen and (max-width: 768px){.tableContact a.cellWithMessage .cellWithNote{gap:var(--g-8);margin-bottom:var(--m-8)}}.tableContact a.cellWithMessage .cellWithNote>div{width:300px;color:var(--text-black);text-decoration:none}@media screen and (max-width: 768px){.tableContact a.cellWithMessage .cellWithNote>div{width:100%}}.tableContact a.cellWithMessage .cellWithNote span{display:block;line-height:var(--lh-default)}.tableContact a.cellWithMessage .cellWithNote:has(>span){display:block}.tableContact .contactUnopened td{font-weight:var(--fw-bold)}.tableContact .contactUnopened td div.cellWithNote:before{content:"";display:inline-block;width:17px;height:17px;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_45_68' fill='white'%3E%3Crect x='3' y='7' width='18' height='14' rx='1'/%3E%3C/mask%3E%3Crect x='3' y='7' width='18' height='14' rx='1' stroke='%23009988' stroke-width='4' mask='url(%23path-1-inside-1_45_68)'/%3E%3Cpath d='M4 11L10.8 16.1C11.5111 16.6333 12.4889 16.6333 13.2 16.1L20 11' stroke='%23009988' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:contain;background-position:center;vertical-align:middle}.tableContact .contactOpened td{background:none}.tableContact .contactOpened td div.cellWithNote:before{content:"";display:inline-block;width:16px;height:16px;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5146 3.41406C11.8166 3.24634 12.1834 3.24634 12.4854 3.41406L20 7.58887V20H4V7.58887L11.5146 3.41406Z' stroke='%23707070' stroke-width='2'/%3E%3Cpath d='M4 11L10.8 16.1C11.5111 16.6333 12.4889 16.6333 13.2 16.1L20 11' stroke='%23707070' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:16px;vertical-align:middle}.tableSalesRewardHistory td:not(.cellSizeXs):not(.cellSizeM):not(.cellSizeL){width:100px}.resultControlBar{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 768px){.resultControlBar{padding:0}}@media screen and (max-width: 768px){.resultControlBar:not(.responsiveNoFlex){display:block}.resultControlBar:not(.responsiveNoFlex) .resultControls{margin-top:var(--m-16)}}.resultControlBar .resultCount{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.resultControlBar .resultCount{font-size:var(--fs-s);line-height:var(--lh-default)}}.resultControlBar .resultCount .count{color:var(--text-red);font-weight:var(--fw-bold)}.resultControlBar .resultCount .count{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.resultControlBar .resultCount .count{font-size:var(--fs-m);line-height:var(--lh-default)}}.resultControlBar:not(:has(.resultCount)){justify-content:flex-end}@media screen and (max-width: 768px){.resultControlBar:not(:has(.resultCount)) .resultControls{justify-content:flex-end}}.resultControlBar .resultControls{display:flex;align-items:center;justify-content:space-between;gap:var(--g-8)}.resultControlBar .resultControls .selectGroup{display:flex;align-items:center;gap:var(--g-8)}@media screen and (max-width: 768px){.resultControlBar .resultControls{flex-wrap:wrap}}.resultControlBar .resultControls .btnSecondary.btnS{height:40px}@media screen and (max-width: 768px){.resultControlBar .spFlexEnd{justify-content:flex-end}}@media screen and (max-width: 480px){.resultControlBar .btn.btnSecondary.btnS{font-size:var(--fs-xs)}}@media screen and (max-width: 768px){.resultControlBar select{padding:4px;padding-right:32px;padding-left:8px}}@media screen and (max-width: 768px){.resultControlBar .searchLeft{margin-bottom:var(--m-8)}}@media screen and (max-width: 768px){.resultControlBar .searchLeft{width:100%;border-right:solid 1px #bfbfbf;border-radius:3px}.resultControlBar .searchLeft .searchInput{width:calc(100% - 40px)}.resultControlBar .searchLeft .btn{width:40px}}.resultControlBar:has(.searchLeft){justify-content:space-between}.resultControlBar+.tableWrapper,.resultControlBar+.tableWrap{margin-top:var(--m-16)}.pgControlBar{display:flex;align-items:center;justify-content:space-between;background-color:var(--gray-50);padding:var(--p-8) var(--p-16);border-radius:var(--border-l);box-shadow:var(--shadow-inset);margin-top:var(--m-16)}@media screen and (max-width: 768px){.pgControlBar{text-align:center;padding:var(--p-8)}}@media screen and (max-width: 768px){.pgControlBar:not(.responsiveNoFlex){display:block}.pgControlBar:not(.responsiveNoFlex) .pgControls{margin-top:var(--m-4)}}.pgControlBar .pgControls{display:flex;align-items:center;justify-content:space-between;gap:var(--g-8)}@media screen and (max-width: 768px){.pgControlBar .pgControls{justify-content:center;flex-wrap:wrap}}.pgControlBar .pgControls button{font-size:var(--fs-xs);line-height:var(--lh-default)}.pgControlBar .reportHistory{font-size:var(--fs-xs);line-height:var(--lh-default)}@media screen and (max-width: 768px){.pgControlBar .reportHistory{text-align:center}}.pgControlBar .pgBulk{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.pgControlBar .pgBulk{font-size:var(--fs-s);line-height:var(--lh-default)}}.pgControlBar .pgBulk{font-weight:var(--fw-bold)}@media screen and (max-width: 768px){.pgControlBar .spFlexEnd{justify-content:flex-end}}.pgControlBar .checkbox{margin-right:var(--m-8);width:32px;height:32px}@media screen and (max-width: 768px){.pgControlBar .checkbox{margin-right:0}}.pgControlBar .checkbox::after{content:"";position:absolute;top:4px;left:9px;width:8px;height:14px;border-width:0 3px 3px 0}.resultControlFlexBar{opacity:0;transform:translateY(-12px);pointer-events:none;height:0;padding:0;overflow:hidden;transition:none}.resultControlFlexBar.isFixed{position:fixed;top:0;width:calc(100% - 64px);max-width:1376px;background:color-mix(in srgb, var(--bg-white) 95%, transparent);z-index:888;border-radius:0;height:0;padding:0;overflow:hidden;opacity:0;transform:translateY(-12px);transition:none}.resultControlFlexBar.isFixed.isVisible{height:auto;padding:var(--p-16);opacity:1;transform:translateY(0);pointer-events:auto;overflow:visible;transition:opacity .3s ease,transform .3s ease;box-shadow:var(--shadow-2)}@media screen and (max-width: 1024px){.resultControlFlexBar.isFixed.isVisible{padding:var(--p-16)}}@media screen and (max-width: 1024px){.resultControlFlexBar.isFixed{top:inherit;bottom:0;left:0;right:0;width:100%;transform:translateY(100%)}}.tableInline{border-spacing:var(--g-4);width:100%}.tableInline tr:last-of-type th{border-bottom:none !important}.tableInline tr:last-of-type td{border-bottom:solid 1px var(--border-subtle)}@media screen and (max-width: 768px){.tableInline tr:last-of-type td{border-bottom:none}}.tableInline th{background-color:var(--bg-gray);padding:var(--p-8);vertical-align:middle;border:none !important;min-width:unset;width:auto;width:30%}@media screen and (max-width: 768px){.tableInline th{width:100%}}.tableInline td{padding:var(--p-8);vertical-align:middle;border-bottom:solid 1px var(--border-subtle) !important}@media screen and (max-width: 768px){.tableInline td{border-bottom:none !important}}.searchAreaTop{display:flex;justify-content:flex-end;margin-bottom:var(--m-16)}.searchArea .searchKeyword{height:60px;display:flex;width:100%}@media screen and (max-width: 768px){.searchArea .searchKeyword{height:50px}}.searchArea .searchKeyword .searchInput{padding-left:var(--p-48);background-position:left 16px center;border:none;height:100%;width:calc(100% - 80px)}@media screen and (max-width: 768px){.searchArea .searchKeyword .searchInput{width:calc(100% - 60px)}}.searchArea .searchKeyword .searchInput+.btnM{width:80px;border-radius:0 var(--border-s) var(--border-s) 0}@media screen and (max-width: 768px){.searchArea .searchKeyword .searchInput+.btnM{width:60px;padding:inherit}}.searchArea .searchKeywordCompact{border-right:solid 1px var(--border-subtle)}@media screen and (max-width: 768px){.searchArea .searchKeywordCompact{border-right:rgba(0,0,0,0);border-bottom:solid 1px var(--border-subtle)}}.searchArea .searchKeywordCompact .searchInput{padding-left:var(--p-16)}.searchArea .searchKeywordCompact .btn{margin:var(--m-8);width:80px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5003 1.99956C6.35837 1.99962 3.00054 5.35766 3.0003 9.49956C3.0003 13.6417 6.35822 16.9995 10.5003 16.9996C11.9533 16.9996 13.3094 16.5859 14.4583 15.8707L19.2933 20.7066C19.6838 21.0971 20.3168 21.0971 20.7073 20.7066C21.0976 20.316 21.0978 19.683 20.7073 19.2925L16.0062 14.5904C17.2432 13.2531 18.0003 11.4649 18.0003 9.49956C18.0001 5.35763 14.6423 1.99956 10.5003 1.99956ZM10.5003 3.99956C13.5377 3.99956 16.0001 6.46219 16.0003 9.49956C16.0003 12.5371 13.5379 14.9996 10.5003 14.9996C7.46279 14.9995 5.0003 12.5371 5.0003 9.49956C5.00054 6.46223 7.46294 3.99962 10.5003 3.99956Z' fill='%23009988'/%3E%3C/svg%3E%0A");border-left:solid 1px var(--border-muted);background-repeat:no-repeat;background-size:24px;background-position:center}@media screen and (max-width: 768px){.searchArea .searchKeywordCompact .btn{width:60px}}.searchArea .searchKeywordCompact+.btnModal{display:flex;justify-content:center;align-items:center;gap:var(--g-8);width:300px;border:rgba(0,0,0,0);padding:var(--p-8);color:var(--text-black)}@media screen and (max-width: 768px){.searchArea .searchKeywordCompact+.btnModal{width:100%;height:50px}}.searchArea .searchKeywordCompact+.btnModal:hover{cursor:pointer;background-color:var(--bg-hover)}.searchArea .searchOption{display:flex;width:stretch;height:60px}@media screen and (max-width: 768px){.searchArea .searchOption{display:block;height:auto}}.searchArea .searchOption>.btnSecondary{flex:1;border:inherit;border-radius:inherit;border-right:solid 1px var(--border-default)}@media screen and (max-width: 768px){.searchArea .searchOption>.btnSecondary{border-right:0;border-bottom:solid 1px var(--border-default)}}.searchArea .searchOption .btnTertiary{max-width:200px;width:100%;justify-content:center;text-decoration:none}@media screen and (max-width: 768px){.searchArea .searchOption .btnTertiary{max-width:100%;height:50px}}.searchArea .searchSelect{border:solid 1px #fff;border-radius:inherit;height:stretch;padding-left:var(--p-16);background-position:right 16px center;height:60px;border-radius:0 var(--border-m) 0 0}@media screen and (max-width: 768px){.searchArea .searchSelect{height:50px;width:100%;border-radius:0 0 0 0}}.searchArea .searchSelect:not(:disabled):hover:not(:focus){border-color:var(--border-hovered)}.searchArea .searchSelect:focus:not(:disabled){border-color:var(--border-focused);outline:none}.searchArea .searchAction{gap:var(--g-16)}.searchArea+.searchAction{margin-top:var(--m-16)}.searchAreaCompact{padding:0 var(--p-32)}@media screen and (max-width: 768px){.searchAreaCompact{padding:0}}.searchAreaCompact .searchBox{background-color:var(--bg-white);box-shadow:var(--shadow-1);border-radius:var(--border-m);overflow:hidden;margin:0 auto var(--m-16);max-width:900px;width:100%}.searchAreaCompact .searchBox:last-of-type{margin-bottom:0}.searchAreaCompact .searchBoxFlex{display:flex}@media screen and (max-width: 768px){.searchAreaCompact .searchBoxFlex{display:block}}.searchAreaCompact .list{margin:var(--m-16) auto;max-width:900px;width:100%}.searchAreaWide{background-color:var(--bg-white);box-shadow:var(--shadow-1);border-radius:var(--border-m)}.searchAreaWide .searchBox{display:flex;border-bottom:solid 1px var(--border-subtle)}@media screen and (max-width: 768px){.searchAreaWide .searchBox{display:block}}.searchAreaWide .searchDetail{padding:var(--p-16);padding-bottom:0}.searchAreaWide .searchAction{display:flex;justify-content:center;padding:var(--p-24) var(--p-16)}.searchAreaWide .searchAction>.btnPrimary{width:280px}@media screen and (max-width: 768px){.searchAreaWide .searchAction>.btnPrimary{padding:var(--p-16)}}.searchAreaWide .searchAction>.btnSecondary{width:120px}@media screen and (max-width: 768px){.searchAreaWide:not(.searchAreaReport) .searchAction{flex-direction:column-reverse;align-items:center}}.box .searchAreaWide{box-shadow:none}.box .searchAreaWide.searchAreaReport .searchBox{padding:var(--p-24)}@media screen and (max-width: 768px){.box .searchAreaWide.searchAreaReport .searchBox{row-gap:var(--g-24)}}.box .searchAreaWide.searchAreaReport .flexAlignStart{align-items:flex-start}.searchBoxResult{display:flex;padding:var(--p-16);gap:var(--g-8);border-bottom:solid 1px var(--border-subtle)}@media screen and (max-width: 768px){.searchBoxResult{flex-direction:column}}.searchBoxResult .searchBoxResultKey{width:25%}@media screen and (max-width: 768px){.searchBoxResult .searchBoxResultKey{width:100%}}.searchBoxResultCommon{width:100%;background-color:var(--bg-gray);padding:var(--p-16);display:flex;flex-direction:column;column-gap:var(--g-16);row-gap:var(--g-16)}.searchUtilityArea{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--g-16)}.searchUtilityArea .searchAreaCompact{width:100%;max-width:650px;padding:0}@media screen and (max-width: 1440px){.searchUtilityArea .searchAreaCompact{max-width:500px}}@media screen and (max-width: 768px){.searchUtilityArea .searchAreaCompact{max-width:auto}}.activeConditions{display:flex;align-items:baseline;gap:var(--g-8)}@media screen and (max-width: 768px){.activeConditions{flex-wrap:wrap;flex-direction:column}}.activeConditions dt{width:80px;flex-shrink:0}.activeConditions dt{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.activeConditions dt{font-size:var(--fs-s);line-height:var(--lh-default)}}.activeConditions dt{font-weight:var(--fw-bold);white-space:nowrap}@media screen and (max-width: 768px){.activeConditions dt{width:100%}}.activeConditions dd{width:calc(100% - 80px);display:flex;align-items:center;gap:var(--g-8);flex-wrap:wrap}.activeConditions dd .labelSelected{display:flex;align-items:center;gap:var(--g-8)}@media screen and (max-width: 768px){.activeConditions dd{width:100%}}.activeConditions:has(>.labelSelected){flex-wrap:wrap}.searchAreaCategory{margin-bottom:var(--m-16)}.searchAreaCategory .searchBox{display:flex;align-items:center;gap:var(--g-16);padding:var(--p-16);border-bottom:0}.searchAreaCategory .searchBox .searchAreaCategoryName{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.searchAreaCategory .searchBox .searchAreaCategoryName{font-size:var(--fs-s);line-height:var(--lh-default)}}.searchAreaCategory .searchBox .searchAreaCategoryName{font-weight:var(--fw-bold)}.searchAreaCategory .searchBox .searchAreaCategoryList{display:flex;flex-wrap:wrap;gap:var(--g-8)}.bgSecondary:has(.searchTopCategory){background-color:inherit}.colFull:has(.searchTopCategory){margin:inherit;padding:0;margin-bottom:48px}.searchTopCategory{max-width:inherit}.searchTopCategory .h2{margin-bottom:var(--m-24);border-left:solid 5px var(--brand-main);padding-left:var(--p-8)}@media screen and (max-width: 768px){.searchTopCategory .h2{margin-bottom:var(--m-24)}}@media screen and (max-width: 768px){.searchTopCategory .col5{width:calc(33% - 5px)}}.searchTopCategory .searchCategoryBox{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;height:100%;gap:var(--p-16);flex-wrap:wrap}@media screen and (max-width: 768px){.searchTopCategory .searchCategoryBox{flex-wrap:wrap;gap:var(--g-8)}}.searchTopCategory .box{display:flex;flex-direction:column;gap:var(--g-16);justify-content:center;height:120px;line-height:120px;width:100%;text-align:center;text-decoration:none;color:var(--text-black)}.searchTopCategory .box{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.searchTopCategory .box{font-size:var(--fs-s);line-height:var(--lh-default)}}.searchTopCategory .box{font-weight:var(--fw-bold);padding:var(--p-4);font-feature-settings:"palt";transition:ease-in-out .2s}@media screen and (max-width: 768px){.searchTopCategory .box{font-size:var(--fs-xs);line-height:var(--lh-default)}.searchTopCategory .box{height:100px;gap:var(--g-8);padding:var(--p-8) var(--p-4)}}.searchTopCategory .box:hover{box-shadow:var(--shadow-hover);transition:ease-in-out .3s}.searchTopCategory .box::before{display:block;width:50px;height:50px;content:"";background-image:rgba(0,0,0,0);background-repeat:no-repeat;background-position:center;background-size:contain;margin:0 auto;flex-shrink:0}.searchTopCategory .cateShopping::before{background-image:url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_754_21136)'%3E%3Cpath d='M34.3266 47.9998H15.6734C15.6734 47.9998 15.167 47.7466 15.167 47.4934V42.3448C15.167 42.3448 15.4202 41.8384 15.6734 41.8384H34.3266C34.3266 41.8384 34.833 42.0916 34.833 42.3448V47.4934C34.833 47.4934 34.5798 47.9998 34.3266 47.9998ZM16.1798 46.9026H33.7358V42.7668H16.1798V46.9026Z' fill='%23BB0000'/%3E%3Cpath d='M45.7211 42.8513H4.2789C3.01284 42.8513 2 41.8385 2 40.5724V37.1119C2 37.1119 2.25321 36.6055 2.50642 36.6055H47.4936C47.4936 36.6055 48 36.8587 48 37.1119V40.5724C48 41.8385 46.9872 42.8513 45.7211 42.8513ZM3.09725 37.6183V40.5724C3.09725 41.2477 3.60367 41.7541 4.2789 41.7541H45.8055C46.4807 41.7541 46.9872 41.2477 46.9872 40.5724V37.6183H3.09725Z' fill='%23BB0000'/%3E%3Cpath d='M47.4936 37.6185H2.50642C2.50642 37.6185 2 37.3653 2 37.1121V12.8883C2 11.6222 3.01284 10.6094 4.2789 10.6094H11.2C11.2 10.6094 11.7064 10.8626 11.7064 11.1158C11.7064 11.369 11.4532 11.6222 11.2 11.6222H4.2789C3.60367 11.6222 3.09725 12.1286 3.09725 12.8039V36.4369H46.9872V12.8883C46.9872 12.213 46.4807 11.7066 45.8055 11.7066H38.8844C38.8844 11.7066 38.378 11.4534 38.378 11.2002C38.378 10.947 38.6312 10.6938 38.8844 10.6938H45.8055C47.0716 10.6938 48.0844 11.7066 48.0844 12.9727V37.1965C48.0844 37.1965 47.8312 37.703 47.578 37.703L47.4936 37.6185Z' fill='%23BB0000'/%3E%3Cpath d='M34.4953 32.4695H15.5045C14.2384 32.4695 13.2256 31.4567 13.2256 30.1906V11.1998C13.2256 11.1998 13.4788 10.6934 13.732 10.6934H36.1834C36.1834 10.6934 36.6898 10.9466 36.6898 11.1998V30.1906C36.6898 31.4567 35.677 32.4695 34.4109 32.4695H34.4953ZM14.3228 11.7062V30.1906C14.3228 30.8658 14.8293 31.3723 15.5045 31.3723H34.4953C35.1705 31.3723 35.677 30.8658 35.677 30.1906V11.7062H14.3228Z' fill='%23BB0000'/%3E%3Cpath d='M31.9629 15.167C31.9629 15.167 31.4565 14.9138 31.4565 14.6606V5.96697C31.4565 4.3633 30.106 3.01284 28.5023 3.01284H21.5812C19.9776 3.01284 18.6271 4.3633 18.6271 5.96697V14.5761C18.6271 14.5761 18.3739 15.0826 18.1207 15.0826C17.8675 15.0826 17.6143 14.8294 17.6143 14.5761V5.96697C17.6143 3.77248 19.3867 2 21.5812 2H28.5023C30.6968 2 32.4693 3.77248 32.4693 5.96697V14.5761C32.4693 14.5761 32.2161 15.0826 31.9629 15.0826V15.167Z' fill='%23BB0000'/%3E%3Cpath d='M38.7998 48.0001H11.1998C11.1998 48.0001 10.6934 47.7469 10.6934 47.4937C10.6934 47.2405 10.9466 46.9873 11.1998 46.9873H38.8842C38.8842 46.9873 39.3906 47.2405 39.3906 47.4937C39.3906 47.7469 39.1374 48.0001 38.8842 48.0001H38.7998Z' fill='%23BB0000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_754_21136'%3E%3Crect width='46' height='46' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.searchTopCategory .cateHealth::before{background-image:url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_754_21135)'%3E%3Cpath d='M34.1578 38.8845C34.1578 38.8845 33.6514 38.7157 33.6514 38.4625C33.6514 38.2093 33.7358 37.8716 34.0734 37.7872C36.8587 37.1964 39.0532 36.268 40.6569 35.5928C42.6826 34.7487 44.1174 34.1579 45.0459 35.0863C46.1431 36.1836 45.4679 37.6184 44.9615 38.2093C44.7927 38.4625 44.455 38.4625 44.2018 38.2093C43.9486 38.0405 43.9486 37.7028 44.2018 37.4496C44.2862 37.3652 45.0459 36.4368 44.3706 35.846C43.9486 35.4239 42.767 35.846 41.1633 36.6056C39.5596 37.2808 37.2807 38.2093 34.411 38.8845C34.411 38.8845 34.411 38.8845 34.3266 38.8845H34.1578Z' fill='%23BB0000'/%3E%3Cpath d='M24.2825 47.9999C16.5174 47.9999 10.6935 46.0586 10.6091 45.9742C10.3559 45.9742 10.2715 45.721 10.2715 45.4678V33.4825C10.2715 33.4825 10.5247 32.976 10.7779 32.976C18.543 32.7228 21.1596 34.4953 23.3541 35.8458C25.2953 37.1118 26.899 38.1247 31.9632 37.365C33.9889 37.0274 34.833 38.2091 35.0862 39.3063C35.0862 39.8127 35.0862 40.4036 34.9174 40.91C38.8843 39.9815 41.5852 38.7155 43.5265 37.787C45.4678 36.8586 46.5651 36.3522 47.4091 37.0274C48.0843 37.6182 48.1687 38.2091 48.1687 38.6311C48.1687 39.8971 46.7339 40.8256 46.5651 40.91C39.3064 46.4806 31.1192 47.9155 24.3669 47.9155L24.2825 47.9999ZM11.2843 45.0458C14.0696 45.8898 31.7944 50.7852 45.8054 40.0659C46.143 39.8971 46.9027 39.2219 46.9871 38.5467C46.9871 38.4623 46.9871 38.2091 46.5651 37.8714C46.5651 37.8714 45.2146 38.1247 43.8641 38.7155C41.6697 39.7283 38.2935 41.332 33.0605 42.3448C33.0605 42.3448 32.4697 42.176 32.3852 41.9228C32.3852 41.6696 32.5541 41.332 32.8073 41.332C33.6513 41.1632 34.0733 40.2347 33.9045 39.4751C33.7357 38.6311 33.0605 38.2935 32.0476 38.4623C26.5614 39.3063 24.7889 38.1247 22.7632 36.7742C20.6531 35.4237 18.3742 33.9045 11.3687 34.0733V45.1302L11.2843 45.0458Z' fill='%23BB0000'/%3E%3Cpath d='M27.7427 42.8516C25.8858 42.8516 23.9445 42.6828 22.1721 42.0919C21.9189 42.0075 21.7501 41.6699 21.8345 41.4167C21.9189 41.1635 22.2565 40.9947 22.5097 41.0791C25.8014 42.1763 30.528 41.7543 32.8069 41.3323C33.1446 41.3323 33.3978 41.5011 33.4822 41.7543C33.4822 42.0075 33.3134 42.3451 33.0601 42.3451C32.6381 42.3451 30.4436 42.7672 27.8271 42.7672L27.7427 42.8516Z' fill='%23BB0000'/%3E%3Cpath d='M9.93395 46.7342H3.43486C2.67523 46.7342 2 46.1433 2 45.2993V33.5672C2 32.8076 2.67523 32.1323 3.43486 32.1323H9.93395C10.6936 32.1323 11.3688 32.7232 11.3688 33.5672V45.2993C11.3688 46.0589 10.6936 46.7342 9.93395 46.7342ZM3.43486 33.314C3.43486 33.314 3.09725 33.4828 3.09725 33.6516V45.3837C3.09725 45.3837 3.26606 45.7213 3.43486 45.7213H9.93395C9.93395 45.7213 10.2716 45.5525 10.2716 45.3837V33.6516C10.2716 33.6516 10.1028 33.314 9.93395 33.314H3.43486Z' fill='%23BB0000'/%3E%3Cpath d='M8.58358 43.1888C8.58358 42.6823 8.16156 42.3447 7.73954 42.3447C7.31753 42.3447 6.89551 42.7667 6.89551 43.1888C6.89551 43.6108 7.31753 44.0328 7.73954 44.0328C8.16156 44.0328 8.58358 43.6108 8.58358 43.1888Z' fill='%23BB0000'/%3E%3Cpath d='M44.4553 32.4697C44.4553 32.4697 44.2865 32.4697 44.1176 32.3853C43.8644 32.2165 43.78 31.8789 43.9488 31.6257C45.8901 28.6716 46.903 25.1266 46.903 21.5816C46.9874 11.3688 38.6314 3.09725 28.503 3.09725C18.3745 3.09725 10.0186 11.3688 10.0186 21.5816C10.0186 24.5358 10.7782 27.5743 12.1287 30.1908C12.2975 30.444 12.1287 30.7817 11.8754 30.9505C11.6222 31.1193 11.2846 30.9505 11.1158 30.6972C9.68095 27.9119 8.83691 24.789 8.83691 21.5816C8.92132 10.778 17.6993 2 28.503 2C39.3066 2 48.0846 10.778 48.0846 21.5816C48.0846 25.3798 46.9874 29.0936 44.9617 32.2165C44.8773 32.3853 44.7085 32.4697 44.5397 32.4697H44.4553Z' fill='%23BB0000'/%3E%3Cpath d='M31.626 31.6257H25.2957C25.2957 31.6257 24.7893 31.3725 24.7893 31.1193V25.2955H18.9654C18.9654 25.2955 18.459 25.0423 18.459 24.789V18.4588C18.459 18.4588 18.7122 17.9523 18.9654 17.9523H24.7893V12.1285C24.7893 12.1285 25.0425 11.6221 25.2957 11.6221H31.626C31.626 11.6221 32.1324 11.8753 32.1324 12.1285V17.9523H37.9562C37.9562 17.9523 38.4627 18.2056 38.4627 18.4588V24.789C38.4627 24.789 38.2094 25.2955 37.9562 25.2955H32.1324V31.1193C32.1324 31.1193 31.8792 31.6257 31.626 31.6257ZM25.8865 30.5285H31.1195V24.7046C31.1195 24.7046 31.3727 24.1982 31.626 24.1982H37.4498V18.9652H31.626C31.626 18.9652 31.1195 18.712 31.1195 18.4588V12.6349H25.8865V18.4588C25.8865 18.4588 25.6333 18.9652 25.3801 18.9652H19.5562V24.1982H25.3801C25.3801 24.1982 25.8865 24.4514 25.8865 24.7046V30.5285Z' fill='%23BB0000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_754_21135'%3E%3Crect width='46' height='46' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.searchTopCategory .cateBeauty::before{background-image:url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_754_21137)'%3E%3Cpath d='M12.1209 28.4684V20.2228C12.1209 19.5631 11.1396 19.5631 11.1396 20.2228V28.4684C11.1396 29.128 12.1209 29.128 12.1209 28.4684Z' fill='%23BB0000'/%3E%3Cpath d='M10.4851 47.1861C10.158 43.1457 10.3216 38.9405 10.7304 34.9001C10.9757 32.7562 11.3028 30.6124 11.7117 28.551C11.8752 27.9738 10.894 27.7264 10.8122 28.3036C9.66738 34.0755 9.17675 40.0948 9.42206 46.0317C9.42206 46.444 9.42206 46.8562 9.42206 47.2685C9.42206 47.8457 10.4033 47.8457 10.4033 47.2685L10.4851 47.1861Z' fill='%23BB0000'/%3E%3Cpath d='M13.0203 35.3123C13.0203 34.5702 13.1839 33.7456 13.2656 33.0035C13.2656 32.9211 13.2656 32.7562 13.1021 32.6737C13.0203 32.5912 12.8568 32.5088 12.775 32.5088C12.6932 32.5088 12.5297 32.5088 12.4479 32.6737C12.3661 32.7562 12.3661 32.8386 12.2844 33.0035C12.2026 33.7456 12.1208 34.5702 12.0391 35.3123C12.0391 35.3948 12.0391 35.5597 12.2026 35.6421C12.2844 35.7246 12.4479 35.807 12.5297 35.807C12.6115 35.807 12.775 35.807 12.8568 35.6421C12.9386 35.5597 13.0203 35.3948 13.0203 35.3123Z' fill='%23BB0000'/%3E%3Cpath d='M12.6932 43.3104C12.6932 41.4963 12.6932 39.6823 12.8567 37.8683C12.8567 37.6209 12.6114 37.3735 12.3661 37.3735C12.1208 37.3735 11.8755 37.6209 11.8755 37.8683C11.7937 39.6823 11.7119 41.4963 11.7119 43.3104C11.7119 43.5577 11.9572 43.8051 12.2025 43.8051C12.4479 43.8051 12.6932 43.5577 12.6932 43.3104Z' fill='%23BB0000'/%3E%3Cpath d='M21.8516 47.1861C22.1787 42.9808 22.0152 38.7755 21.5246 34.5703C21.2792 32.4264 20.9522 30.365 20.5433 28.3036C20.3798 27.7264 19.4803 27.9738 19.6438 28.551C20.7886 34.2405 21.2792 40.1773 20.9522 45.9492C20.9522 46.3615 20.9522 46.7738 20.9522 47.1861C20.9522 47.7633 21.8516 47.7633 21.9334 47.1861H21.8516Z' fill='%23BB0000'/%3E%3Cpath d='M20.1346 28.4684V20.2228C20.1346 19.5631 19.1533 19.5631 19.1533 20.2228V28.4684C19.1533 29.128 20.1346 29.128 20.1346 28.4684Z' fill='%23BB0000'/%3E%3Cpath d='M10.8125 28.5507C10.8125 29.1279 11.3849 29.3753 11.8755 29.5402C12.6115 29.7875 13.3474 29.87 14.0834 29.9524C15.0646 30.0349 15.9641 30.0349 16.9454 29.9524C17.7631 29.9524 18.499 29.7875 19.3168 29.5402C19.8074 29.3753 20.5433 29.1279 20.5433 28.4682C20.5433 27.8086 19.6438 27.891 19.5621 28.4682C19.5621 28.4682 19.5621 28.4682 19.4803 28.4682C19.3985 28.4682 19.235 28.5507 19.1532 28.5507C18.5808 28.7156 17.9266 28.7981 17.2725 28.8805C15.8006 28.963 14.2469 28.963 12.775 28.6331C12.6115 28.6331 12.5297 28.6331 12.3662 28.5507C12.3662 28.5507 12.2026 28.5507 12.2844 28.5507C12.2844 28.5507 12.2026 28.5507 12.1208 28.5507C12.0391 28.5507 12.0391 28.5507 11.9573 28.5507C11.9573 27.9735 10.976 27.891 10.976 28.5507H10.8125Z' fill='%23BB0000'/%3E%3Cpath d='M9.50391 47.1859C9.50391 47.8456 10.2399 48.1754 10.7305 48.3403C11.63 48.6702 12.6112 48.7526 13.5925 48.8351C14.8191 48.9175 16.1274 48.9175 17.354 48.8351C18.3353 48.8351 19.3983 48.6702 20.3795 48.3403C20.9519 48.1754 21.8514 47.8456 21.8514 47.1035C21.8514 46.4438 20.9519 46.5263 20.8702 47.1035C20.8702 47.1035 20.8702 47.1035 20.7884 47.1859C20.7884 47.1859 20.7884 47.1859 20.7066 47.1859C20.4613 47.3509 20.2978 47.4333 19.9707 47.5158C19.153 47.7631 18.3353 47.8456 17.5175 47.9281C15.555 48.093 13.5107 48.093 11.63 47.5982C11.3029 47.5982 10.9758 47.4333 10.7305 47.2684C10.7305 47.2684 10.6487 47.2684 10.5669 47.1859C10.5669 46.6088 9.58568 46.5263 9.58568 47.1859H9.50391Z' fill='%23BB0000'/%3E%3Cpath d='M12.3667 19.1508C11.9578 19.3157 11.3854 19.5631 11.2219 20.0578C11.1401 20.3876 11.2219 20.7174 11.549 20.8824C12.1214 21.3771 13.1026 21.542 13.8386 21.6245C14.9016 21.7894 16.0464 21.7894 17.1094 21.6245C17.9272 21.6245 18.9084 21.4596 19.5626 20.9648C19.8897 20.7999 20.135 20.4701 20.135 20.1403C20.135 19.5631 19.4808 19.2332 18.9902 19.0683C18.7449 18.9859 18.4996 19.1508 18.4178 19.3981C18.4178 19.6455 18.4996 19.8929 18.7449 19.9753C18.9084 19.9753 19.072 20.0578 19.2355 20.2227C19.2355 20.2227 19.2355 20.2227 19.2355 20.0578C19.2355 19.9753 19.2355 20.1403 19.2355 20.0578C19.2355 20.0578 19.1537 20.0578 19.072 20.1403C19.072 20.1403 18.9902 20.1403 18.9084 20.1403C18.7449 20.1403 18.5813 20.2227 18.4178 20.3052C18.0907 20.3876 17.6818 20.4701 17.3548 20.4701C16.4553 20.5525 15.5558 20.5525 14.6563 20.4701C14.0021 20.4701 13.2662 20.3052 12.612 20.0578C12.612 20.0578 12.612 20.0578 12.5302 20.0578C12.5302 20.0578 12.4485 20.0578 12.3667 19.9753C12.3667 19.8929 12.3667 20.0578 12.3667 19.9753C12.3667 19.9753 12.3667 19.9753 12.3667 20.1403C12.3667 20.1403 12.4485 20.1403 12.5302 20.1403C12.612 20.1403 12.7755 20.0578 12.8573 19.9753C13.1026 19.8929 13.2662 19.6455 13.1844 19.3981C13.1844 19.1508 12.8573 18.9859 12.612 19.0683L12.3667 19.1508Z' fill='%23BB0000'/%3E%3Cpath d='M13.3475 20.6351V17.0895C13.3475 16.1 13.3475 15.193 13.3475 14.2035C13.3475 14.2035 13.3475 14.0386 13.3475 13.9561C13.3475 13.9561 13.3475 13.8737 13.3475 13.7912C13.3475 13.9561 13.3475 13.7912 13.3475 13.7088C13.3475 13.3789 13.511 12.9666 13.5928 12.6368C13.8381 11.7298 14.3287 10.8228 14.9829 10.0807C15.3918 9.58594 15.8824 9.17366 16.373 8.76138C16.7819 8.51401 17.109 8.59647 17.3543 9.00875C18.0902 9.99823 18.0085 11.5649 17.5996 12.6368C17.1907 13.7088 16.2095 14.6158 15.1464 15.193C14.8194 15.3579 14.4105 15.4403 14.0834 15.3579C14.0016 15.3579 13.8381 15.193 13.7563 15.028C13.5928 14.7807 13.511 14.4509 13.4292 14.121C13.2657 13.5438 12.3662 13.7912 12.5298 14.3684C12.6933 14.9456 12.9386 15.6052 13.4292 15.9351C13.8381 16.2649 14.3287 16.3473 14.8194 16.2649C15.31 16.1824 15.8006 15.9351 16.2095 15.6877C16.7001 15.3579 17.1907 15.028 17.5996 14.5333C18.5809 13.4614 19.0715 12.0596 18.9079 10.6579C18.9079 9.50349 18.3355 7.68945 16.8637 7.68945C16.1277 7.68945 15.3918 8.3491 14.9011 8.84384C14.4105 9.25612 14.0016 9.83331 13.6746 10.328C13.1022 11.1526 12.7751 12.1421 12.5298 13.1316C12.3662 14.0386 12.3662 14.9456 12.3662 15.8526V20.5526C12.3662 21.2123 13.3475 21.2123 13.3475 20.5526V20.6351Z' fill='%23BB0000'/%3E%3Cpath d='M18.908 20.6349V11.1525C18.908 10.4928 17.9268 10.4928 17.9268 11.1525V20.6349C17.9268 21.2946 18.908 21.2946 18.908 20.6349Z' fill='%23BB0000'/%3E%3Cpath d='M37.5516 12.3895C35.9161 11.7298 34.1171 11.6473 32.4817 12.307C31.0916 12.8842 29.9468 13.9561 29.1291 15.193C27.1665 17.9965 26.8395 21.9544 28.066 25.0877C29.1291 27.9737 31.5004 30.4473 34.6078 30.6947C37.7151 30.9421 40.3318 28.7158 41.5584 25.9947C43.2756 22.2842 42.7849 17.5017 40.0865 14.3684C39.6776 13.8737 39.0234 14.6158 39.4323 15.0281C41.5584 17.5842 42.1308 21.2947 41.1495 24.4281C40.3318 26.9842 38.3693 29.3754 35.6708 29.7052C32.9723 30.0351 30.601 28.1386 29.4562 25.8298C28.066 23.1088 27.9843 19.6456 29.2926 16.9245C29.9468 15.5228 30.928 14.2859 32.2364 13.5438C33.7083 12.7193 35.5073 12.5544 37.0609 13.2965C37.6333 13.5438 38.124 12.7193 37.5516 12.4719V12.3895Z' fill='%23BB0000'/%3E%3Cpath d='M44.993 21.1296C44.9112 16.4296 42.7034 11.3998 38.206 9.42083C33.7085 7.44188 29.4564 9.6682 27.085 13.3787C24.3865 17.584 24.223 23.3559 26.4308 27.8085C28.3934 31.7664 32.6455 34.6524 37.0612 33.4156C42.3763 32.0138 44.993 26.1594 44.993 21.0471C44.993 20.3875 44.0118 20.3875 44.0118 21.0471C44.0118 25.3349 42.2128 30.0349 38.206 32.0138C34.1992 33.9928 30.1923 32.0138 27.9845 28.5507C25.4496 24.7577 25.1225 19.4805 27.085 15.2752C28.8022 11.6471 32.4002 8.76118 36.5705 9.75065C41.4768 10.905 44.0118 16.3471 44.0935 21.0471C44.0935 21.6243 45.0748 21.7068 45.0748 21.0471L44.993 21.1296Z' fill='%23BB0000'/%3E%3Cpath d='M35.9987 33.251L36.3258 38.0335L36.7346 44.3001C36.7346 45.2072 36.7346 46.444 35.6716 46.8563C34.9356 47.1861 34.2815 46.6089 34.0361 46.0317C33.7908 45.6194 33.7908 45.1247 33.7908 44.7124C33.7908 42.8159 33.9544 40.9194 34.0361 39.1054C34.1179 37.2914 34.2815 35.3124 34.2815 33.4159C34.2815 33.4159 34.2815 33.4159 34.2815 33.3335C34.2815 32.6738 33.382 32.7563 33.3002 33.3335L33.0549 38.4458L32.8096 44.63C32.8096 45.9493 33.3002 47.4335 34.6085 47.8458C36.4893 48.5054 37.7159 46.3615 37.6341 44.7949C37.6341 42.9808 37.3888 41.1668 37.307 39.4352C37.1435 37.4563 37.0617 35.4773 36.8982 33.4159C36.8982 33.4159 36.8982 33.4159 36.8982 33.3335C36.8982 32.7563 35.9169 32.6738 35.9169 33.3335L35.9987 33.251Z' fill='%23BB0000'/%3E%3Cpath d='M32.8909 21.4595L33.7904 20.5524L35.2623 19.0682L35.5894 18.7384C35.5894 18.7384 35.7529 18.2437 35.5894 18.0788C35.4258 17.9139 35.0988 17.9139 34.9352 18.0788L34.0357 18.9858L32.5638 20.47L32.2367 20.7998C32.2367 20.7998 32.0732 21.2946 32.2367 21.4595C32.4003 21.6244 32.7274 21.6244 32.8909 21.4595Z' fill='%23BB0000'/%3E%3Cpath d='M37.6341 20.7176L38.5336 19.7282C38.5336 19.7282 38.6971 19.2334 38.5336 19.0685C38.37 18.9036 38.0429 18.9036 37.8794 19.0685L36.9799 20.058C36.9799 20.058 36.8164 20.5527 36.9799 20.7176C37.1435 20.8825 37.4705 20.8825 37.6341 20.7176Z' fill='%23BB0000'/%3E%3Cpath d='M33.2181 25.2526L34.1993 24.1807L35.8348 22.5316L36.2436 22.1193C36.2436 22.1193 36.4072 21.6245 36.2436 21.4596C36.0801 21.2947 35.753 21.2947 35.5895 21.4596L34.6082 22.5316L32.9728 24.1807L32.5639 24.593C32.5639 24.593 32.4004 25.0877 32.5639 25.2526C32.7274 25.4175 33.0545 25.4175 33.2181 25.2526Z' fill='%23BB0000'/%3E%3Cpath d='M4.10724 14.3683V13.1315C4.10724 13.1315 3.86192 12.6367 3.61661 12.6367C3.37129 12.6367 3.12598 12.8841 3.12598 13.1315V14.3683C3.12598 14.3683 3.37129 14.863 3.61661 14.863C3.86192 14.863 4.10724 14.6157 4.10724 14.3683Z' fill='%23BB0000'/%3E%3Cpath d='M3.12598 15.9352V17.172C3.12598 17.172 3.37129 17.6667 3.61661 17.6667C3.86192 17.6667 4.10724 17.4194 4.10724 17.172V15.9352C4.10724 15.9352 3.86192 15.4404 3.61661 15.4404C3.37129 15.4404 3.12598 15.6878 3.12598 15.9352Z' fill='%23BB0000'/%3E%3Cpath d='M4.35294 15.5227H5.57951C5.57951 15.5227 6.07014 15.2753 6.07014 15.0279C6.07014 14.7806 5.82483 14.5332 5.57951 14.5332H4.35294C4.35294 14.5332 3.8623 14.7806 3.8623 15.0279C3.8623 15.2753 4.10762 15.5227 4.35294 15.5227Z' fill='%23BB0000'/%3E%3Cpath d='M2.71721 14.6157H1.49063C1.49063 14.6157 1 14.8631 1 15.1105C1 15.3578 1.24532 15.6052 1.49063 15.6052H2.71721C2.71721 15.6052 3.20784 15.3578 3.20784 15.1105C3.20784 14.8631 2.96252 14.6157 2.71721 14.6157Z' fill='%23BB0000'/%3E%3Cpath d='M46.3836 37.2914V35.8896V35.7247C46.3836 35.4773 46.1383 35.23 45.893 35.23C45.6477 35.23 45.4023 35.4773 45.4023 35.7247V37.1265V37.2914C45.4023 37.5388 45.6477 37.7861 45.893 37.7861C46.1383 37.7861 46.3836 37.5388 46.3836 37.2914Z' fill='%23BB0000'/%3E%3Cpath d='M45.4834 39.4352V40.8369V41.0018C45.4834 41.2492 45.7287 41.4966 45.974 41.4966C46.2193 41.4966 46.4647 41.2492 46.4647 41.0018V39.6001V39.4352C46.4647 39.1878 46.2193 38.9404 45.974 38.9404C45.7287 38.9404 45.4834 39.1878 45.4834 39.4352Z' fill='%23BB0000'/%3E%3Cpath d='M46.8744 38.6931H48.2645H48.4281C48.6734 38.6931 48.9187 38.4457 48.9187 38.1983C48.9187 37.951 48.6734 37.7036 48.4281 37.7036H47.038H46.8744C46.6291 37.7036 46.3838 37.951 46.3838 38.1983C46.3838 38.4457 46.6291 38.6931 46.8744 38.6931Z' fill='%23BB0000'/%3E%3Cpath d='M44.7474 37.7861H43.3573H43.1938C42.9484 37.7861 42.7031 38.0335 42.7031 38.2809C42.7031 38.5282 42.9484 38.7756 43.1938 38.7756H44.5839H44.7474C44.9927 38.7756 45.238 38.5282 45.238 38.2809C45.238 38.0335 44.9927 37.7861 44.7474 37.7861Z' fill='%23BB0000'/%3E%3Cpath d='M9.74982 4.1438V2.65959C9.74982 2.65959 9.74982 2.49467 9.74982 2.41222C9.74982 2.16485 9.5045 1.91748 9.25919 1.91748C9.01387 1.91748 8.76855 2.16485 8.76855 2.41222V3.89643C8.76855 3.89643 8.76855 4.06134 8.76855 4.1438C8.76855 4.39116 9.01387 4.63853 9.25919 4.63853C9.5045 4.63853 9.74982 4.39116 9.74982 4.1438Z' fill='%23BB0000'/%3E%3Cpath d='M8.84961 6.37022V7.85444C8.84961 7.85444 8.84961 8.01935 8.84961 8.1018C8.84961 8.34917 9.09492 8.59654 9.34024 8.59654C9.58555 8.59654 9.83087 8.34917 9.83087 8.1018V6.61759C9.83087 6.61759 9.83087 6.45268 9.83087 6.37022C9.83087 6.12286 9.58555 5.87549 9.34024 5.87549C9.09492 5.87549 8.84961 6.12286 8.84961 6.37022Z' fill='%23BB0000'/%3E%3Cpath d='M10.3217 5.62815H11.7936C11.7936 5.62815 11.9571 5.62815 12.0389 5.62815C12.2842 5.62815 12.5295 5.38078 12.5295 5.13341C12.5295 4.88604 12.2842 4.63867 12.0389 4.63867H10.567C10.567 4.63867 10.4035 4.63867 10.3217 4.63867C10.0764 4.63867 9.83105 4.88604 9.83105 5.13341C9.83105 5.38078 10.0764 5.62815 10.3217 5.62815Z' fill='%23BB0000'/%3E%3Cpath d='M8.11409 4.63867H6.6422C6.6422 4.63867 6.47865 4.63867 6.39688 4.63867C6.15157 4.63867 5.90625 4.88604 5.90625 5.13341C5.90625 5.38078 6.15157 5.62815 6.39688 5.62815H7.86877C7.86877 5.62815 8.03231 5.62815 8.11409 5.62815C8.3594 5.62815 8.60472 5.38078 8.60472 5.13341C8.60472 4.88604 8.3594 4.63867 8.11409 4.63867Z' fill='%23BB0000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_754_21137'%3E%3Crect width='48' height='47' fill='white' transform='translate(1 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.searchTopCategory .cateFood::before{background-image:url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_754_21134)'%3E%3Cpath d='M26.1313 40.1811C34.2691 40.1811 40.866 33.5425 40.866 25.3535C40.866 17.1644 34.2691 10.5259 26.1313 10.5259C17.9935 10.5259 11.3965 17.1644 11.3965 25.3535C11.3965 33.5425 17.9935 40.1811 26.1313 40.1811Z' stroke='%23BB0000' stroke-width='1.03733' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M45.3832 30.4937C43.1239 39.0937 35.3635 45.3212 26.1297 45.3212C18.173 45.3212 11.2967 40.6753 8.15332 33.8546' stroke='%23BB0000' stroke-width='1.03733' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.7051 12.5991C14.3397 8.15085 19.9389 5.28418 26.1275 5.28418C32.709 5.28418 38.5047 8.4474 42.1393 13.3899' stroke='%23BB0000' stroke-width='1.03733' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.72776 4.88818V16.256C9.72776 18.1342 8.64721 19.7158 7.0755 20.4077V44.5273C7.0755 45.6146 6.19141 46.4054 5.20909 46.4054C4.12854 46.4054 3.34269 45.5158 3.34269 44.5273V20.5066C1.77098 19.8146 0.69043 18.1342 0.69043 16.3549V4.88818' stroke='%23BB0000' stroke-width='1.03733' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.54004 4.88818V15.1686' stroke='%23BB0000' stroke-width='1.03733' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.68652 4.88818V15.1686' stroke='%23BB0000' stroke-width='1.03733' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M49.5124 21.7445L49.5124 4.59375C46.2708 4.98915 43.2256 8.74547 43.2256 12.2052V26.242H46.0743V44.8259C46.0743 45.8144 46.8602 46.5064 47.7443 46.5064C48.7266 46.5064 49.5124 45.7156 49.5124 44.8259L49.5124 21.7445Z' stroke='%23BB0000' stroke-width='1.03733' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_754_21134'%3E%3Crect width='50' height='43' fill='white' transform='translate(0 4)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.searchTopCategory .cateFashion::before{background-image:url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.1393 23.117H30.8447C30.8447 23.117 31.4131 22.918 31.4131 22.6195L33.308 15.7535C33.5922 14.6589 33.9712 13.6639 34.1607 12.5693C34.1607 12.2708 34.1607 12.0718 34.1607 11.7732C33.9712 11.2757 33.7817 10.7782 33.5922 10.1811C32.929 7.99196 33.0238 5.50429 34.5396 3.71316C34.8239 3.31513 34.7291 2.81759 34.2554 2.61858L29.992 1.02647C29.992 1.02647 29.4235 1.02647 29.3288 1.32499C28.6656 2.61858 27.055 4.11119 25.6338 4.11119C24.2127 4.11119 22.6021 2.61858 21.9389 1.32499C21.8441 1.12597 21.4652 0.92696 21.2757 1.02647L17.0122 2.61858C17.0122 2.61858 16.4438 3.31513 16.728 3.71316C18.1492 5.40478 18.2439 7.59393 17.7702 9.68358C17.5807 10.2806 17.3912 10.9772 17.2017 11.4747C17.107 11.7732 16.9175 12.0718 17.0122 12.4698C17.2017 13.3653 17.486 14.2609 17.7702 15.256L19.0966 19.8333L19.8545 22.6195C19.8545 22.6195 20.1388 23.117 20.423 23.117H26.2023C26.9602 23.117 26.9602 21.8234 26.2023 21.8234H20.423L20.9914 22.321L18.4334 13.3653L18.0544 12.0718V12.5693C19.5703 9.58407 19.7598 5.50429 17.486 2.81759L17.2017 3.91217L21.4652 2.32006L20.802 2.02154C21.0862 2.61858 21.5599 3.21562 22.0336 3.71316C22.981 4.70823 24.2127 5.60379 25.6338 5.50429C27.5287 5.50429 29.5183 3.81267 30.4657 2.02154L29.8025 2.32006L34.0659 3.91217L33.7817 2.81759C31.5079 5.50429 31.6974 9.58407 33.308 12.5693V12.0718C32.3606 15.057 31.6026 18.0422 30.7499 21.0274L30.371 22.321L30.9394 21.8234H29.2341C28.4761 21.8234 28.4761 23.117 29.2341 23.117H29.1393Z' fill='%23BB0000'/%3E%3Cpath d='M30.3714 22.92C32.361 25.4077 34.1611 28.3929 35.2033 31.4776C36.4349 35.0599 37.0981 38.9406 37.8561 42.7219C38.1403 44.0155 39.1825 46.9012 37.0981 47.1002C36.6244 47.1002 35.9612 47.1997 35.4875 47.1002C35.4875 47.1002 35.5823 46.9012 35.677 46.8017C35.8665 46.3042 35.7717 45.9061 35.5823 45.5081C34.9191 44.513 33.2137 44.9111 32.2663 44.9111C31.6031 44.9111 31.0346 45.1101 30.7504 45.8066C30.5609 46.2047 30.6556 46.7022 30.7504 47.1002C30.7504 47.1002 30.8451 47.2992 30.8451 47.3987C30.2767 47.3987 29.8029 47.3987 29.2345 47.3987H28.3818C28.3818 47.3987 27.9081 47.3987 27.8134 47.3987C27.8134 47.3987 28.0028 47.0007 28.0976 46.9012C28.1923 46.5032 28.0976 46.0056 27.9081 45.6076C27.5291 45.0106 26.9607 45.0106 26.3922 45.0106C25.4448 45.0106 23.7394 44.6125 23.0762 45.6076C22.8867 46.0056 22.792 46.4037 22.8867 46.8017C22.8867 46.8017 23.0762 47.3987 23.171 47.2992C23.171 47.3987 21.9393 47.2992 21.7498 47.2992C21.1814 47.2992 20.7077 47.2992 20.1392 47.2992C20.1392 47.2992 20.2339 47.0007 20.3287 47.0007C20.5182 46.6027 20.5182 46.1052 20.3287 45.6076C19.7602 44.513 17.9601 44.8116 17.0127 44.8116C16.4442 44.8116 15.8758 44.8116 15.4968 45.4086C15.3073 45.8066 15.2126 46.2047 15.3073 46.7022C15.3073 46.8017 15.3073 47.0007 15.4968 47.1002V47.2992C15.3073 47.2992 14.9283 47.2992 14.6441 47.2992C14.3599 47.2992 14.1704 47.2992 13.8862 47.2992C12.9388 47.2992 12.465 46.3042 12.6545 45.4086C13.3177 41.6273 14.0757 37.7466 15.1178 33.9653C16.16 30.184 17.8654 26.9003 20.1392 23.8156C20.3287 23.6166 20.5182 23.318 20.6129 23.119C21.0866 22.522 20.2339 21.5269 19.7602 22.2235C17.6759 24.9101 15.781 27.9949 14.6441 31.2786C13.3177 35.0599 12.6545 39.2392 11.8966 43.2194C11.5176 45.0106 10.8544 47.1997 12.6545 48.2943C13.3177 48.6923 13.9809 48.6923 14.6441 48.6923C15.2126 48.6923 15.9705 48.7918 16.4442 48.2943C16.7285 47.9958 16.9179 47.4983 16.7285 47.0007C16.7285 46.8017 16.3495 46.4037 16.539 46.2047C16.539 46.2047 17.0127 46.2047 17.1074 46.2047H18.1496C18.1496 46.2047 18.7181 46.2047 19.0023 46.2047C19.2865 46.2047 19.1918 46.4037 19.097 46.6027C18.7181 47.4982 19.097 48.4933 20.0445 48.5928C20.9919 48.6923 22.1288 48.5928 23.0762 48.5928C23.8342 48.5928 24.4974 47.8963 24.3079 47.1002C24.3079 46.9012 24.0236 46.6027 24.1184 46.4037C24.1184 46.2047 24.3079 46.2047 24.4974 46.2047H26.3922C26.3922 46.2047 26.7712 46.2047 26.8659 46.2047C26.8659 46.4037 26.6764 46.9012 26.5817 47.1002C26.3922 48.8913 28.5713 48.4933 29.6135 48.4933C30.0872 48.4933 30.5609 48.4933 31.0346 48.4933C32.0768 48.3938 32.2663 47.3987 31.8873 46.5032C31.6031 45.9061 32.4557 46.1052 32.8347 46.1052H33.8769C33.8769 46.1052 34.3506 46.1052 34.4453 46.1052C34.6348 46.3042 34.4453 46.6027 34.3506 46.8017C34.1611 47.2992 34.3506 47.7968 34.6348 48.1948C35.1085 48.6923 35.8665 48.5928 36.4349 48.5928C37.0981 48.5928 37.7613 48.5928 38.3298 48.1948C39.0877 47.6973 39.5614 46.7022 39.5614 45.7071C39.5614 44.8116 39.2772 43.916 39.0877 43.0204C38.8982 42.0254 38.7088 41.0303 38.5193 40.0352C38.0456 37.9456 37.6666 35.7564 37.0981 33.6668C36.056 29.786 34.2559 26.3032 31.8873 23.119C31.6978 22.8205 31.5083 22.522 31.2241 22.2235C30.7504 21.5269 29.8029 22.522 30.3714 23.119V22.92Z' fill='%23BB0000'/%3E%3Cpath d='M19.4753 27.4948C18.3383 30.082 17.2962 32.8682 16.5382 35.5549C16.254 36.6495 15.875 37.7441 15.6855 38.9381C15.6855 39.2367 15.7803 39.6347 16.1593 39.7342C16.4435 39.7342 16.8225 39.6347 16.9172 39.2367C17.2962 37.2465 17.9594 35.2564 18.6226 33.3657C18.9068 32.4702 19.2858 31.6741 19.57 30.7786C19.6647 30.3805 19.8542 30.082 19.949 29.684C19.949 29.684 19.949 29.485 20.0437 29.485C20.0437 29.3855 20.1385 29.1864 20.2332 29.0869C20.3279 28.7884 20.5174 28.4899 20.6122 28.1914C20.7069 27.8929 20.6122 27.4948 20.4227 27.2958C20.1385 27.0968 19.6647 27.2958 19.57 27.4948H19.4753Z' fill='%23BB0000'/%3E%3Cpath d='M21.4602 42.819C22.0286 38.6397 22.6918 34.4604 23.355 30.2811C23.5445 29.1865 23.734 27.9924 23.9235 26.8979C24.113 26.1018 22.8813 25.7038 22.6918 26.4998C22.2181 28.7885 21.9339 31.0772 21.5549 33.3658C21.1759 35.8535 20.797 38.3412 20.418 40.8289C20.418 41.3264 20.2285 41.9234 20.2285 42.421C20.2285 42.819 20.2285 43.1175 20.7022 43.217C20.9865 43.217 21.4602 43.1175 21.4602 42.7195V42.819Z' fill='%23BB0000'/%3E%3Cpath d='M30.1846 26.1021C31.4163 29.1868 32.5532 32.371 33.5006 35.5553C33.8796 36.7493 34.1638 37.9434 34.448 39.1375C34.448 39.436 34.9217 39.6351 35.206 39.6351C35.5849 39.6351 35.6797 39.1375 35.6797 38.839C35.206 36.6498 34.5428 34.4607 33.8796 32.2715C33.2164 30.4804 32.6479 28.5898 31.89 26.7986C31.7952 26.4006 31.6057 26.1021 31.4163 25.7041C31.3215 25.4055 31.0373 25.107 30.6583 25.2065C30.3741 25.2065 30.0899 25.7041 30.1846 26.0026V26.1021Z' fill='%23BB0000'/%3E%3Cpath d='M31.0291 42.7229C30.6501 39.0411 30.1764 35.2598 29.6079 31.5781C29.4185 30.4835 29.3237 29.4884 29.0395 28.3938C28.85 27.5978 27.6184 27.8963 27.8078 28.7919C28.2815 30.8815 28.471 32.9712 28.7553 35.0608C29.0395 37.1505 29.3237 39.3396 29.5132 41.4293C29.5132 41.9268 29.6079 42.3248 29.7027 42.8224C29.7027 43.2204 29.9869 43.5189 30.3659 43.5189C30.6501 43.5189 31.0291 43.2204 31.0291 42.8224V42.7229Z' fill='%23BB0000'/%3E%3Cpath d='M24.9658 26.3017C24.9658 28.7894 24.9658 31.1776 24.9658 33.6653C24.9658 34.5608 24.9658 35.5559 24.9658 36.4515C24.9658 37.2475 26.1975 37.2475 26.1975 36.4515C26.1975 33.3667 26.1975 30.282 26.1975 27.1973C26.1975 26.8988 26.1975 26.6998 26.1975 26.4012C26.1975 25.6052 24.9658 25.6052 24.9658 26.4012V26.3017Z' fill='%23BB0000'/%3E%3C/svg%3E%0A")}.searchTopCategory .cateTravel::before{background-image:url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_754_20901)'%3E%3Cpath d='M33.5197 38.8844C33.5197 38.8844 33.1821 38.8844 33.0977 38.7156L27.3582 31.8789C27.3582 31.8789 27.1894 31.2881 27.3582 31.1192C27.6114 30.9504 27.9491 30.9504 28.1179 31.1192L33.5197 37.5339L34.7013 36.6899L35.6298 28.1651C35.6298 28.1651 35.9674 27.6587 36.2206 27.6587C36.5582 27.6587 36.727 27.9963 36.727 28.2495L35.7986 37.0275C35.7986 37.0275 35.7142 37.2807 35.5454 37.4495L33.7729 38.8C33.7729 38.8 33.6041 38.8844 33.4353 38.8844H33.5197Z' fill='%23BB0000'/%3E%3Cpath d='M6.4265 34.7487C6.4265 34.7487 6.08889 34.6643 5.92008 34.4955L2.03751 27.7432C2.03751 27.7432 1.95311 27.4056 2.03751 27.2368C2.12192 27.068 2.29072 26.9836 2.45953 26.9836L6.08889 26.646C6.08889 26.646 6.2577 26.646 6.4265 26.646L12.0816 29.5157C12.0816 29.5157 12.4192 29.9377 12.3348 30.2754C12.166 30.5286 11.9127 30.613 11.5751 30.5286L6.00449 27.7432L3.38797 27.9965L6.84852 33.9891C6.84852 33.9891 6.84852 34.5799 6.67971 34.7487C6.67971 34.7487 6.51091 34.7487 6.4265 34.7487Z' fill='%23BB0000'/%3E%3Cpath d='M6.93337 37.4496C5.75172 37.4496 4.99209 37.1964 4.73888 36.6899C3.47282 33.7358 15.4581 26.9835 17.9059 25.6331C18.1591 25.4642 18.4967 25.6331 18.6655 25.8019C18.8343 26.0551 18.6655 26.3927 18.4967 26.5615C8.87466 31.8789 5.49851 35.5083 5.83613 36.2679C7.10218 37.6184 24.7425 32.6386 37.2343 27.3211C45.337 23.8606 46.8563 21.4973 47.0251 20.4C47.1095 19.8092 46.8563 19.3028 46.2655 18.7964C44.071 16.9395 38.5003 17.6991 29.8068 21.2441C29.5536 21.3285 29.2159 21.2441 29.1315 20.9064C29.0471 20.6532 29.1315 20.3156 29.4692 20.2312C38.838 16.4331 44.4086 15.7578 47.0251 17.9523C47.8692 18.712 48.2912 19.556 48.1224 20.5688C47.7847 22.9321 44.3242 25.4642 37.6563 28.2496C31.4104 30.9505 13.3481 37.3652 7.01778 37.3652L6.93337 37.4496Z' fill='%23BB0000'/%3E%3Cpath d='M21.8725 28.9248C21.8725 28.9248 21.7037 28.9248 21.6193 28.9248L6.51102 19.7248C6.51102 19.7248 6.25781 19.4716 6.25781 19.2184C6.25781 19.0495 6.34222 18.8807 6.59543 18.7963L11.7441 16.3486C11.7441 16.3486 11.9973 16.3486 12.0817 16.3486L35.6303 21.6661C35.6303 21.6661 36.1367 22.0037 36.0523 22.3413C36.0523 22.5945 35.7147 22.8477 35.3771 22.7633L11.9973 17.4459L7.86148 19.3872L22.1257 27.9963C22.1257 27.9963 22.4633 28.5028 22.2945 28.756C22.2101 28.9248 22.0413 29.0092 21.8725 29.0092V28.9248Z' fill='%23BB0000'/%3E%3Cpath d='M32.5074 14.9983H23.7294C22.2945 14.9983 21.1973 13.8167 21.1973 12.4662C21.1973 11.4534 21.7881 10.6094 22.6321 10.1873C22.6321 10.0185 22.6321 9.84972 22.6321 9.68091C22.6321 8.41486 23.645 7.40201 24.8266 7.40201C25.0798 7.40201 25.333 7.40202 25.5863 7.57082C26.0927 6.13596 27.4431 5.20752 28.9624 5.20752C30.9037 5.20752 32.5074 6.81119 32.5918 8.75247C34.2798 8.75247 35.6303 10.1873 35.6303 11.8754C35.6303 13.5635 34.1954 14.9983 32.5074 14.9983ZM24.8266 8.49926C24.1514 8.49926 23.645 9.00569 23.645 9.68091C23.645 9.84972 23.645 10.1029 23.8138 10.2717C23.8138 10.4405 23.8982 10.6094 23.8138 10.7782C23.8138 10.947 23.5606 11.0314 23.3918 11.1158C22.7165 11.2846 22.2101 11.8754 22.2101 12.5506C22.2101 13.3947 22.8853 13.9855 23.645 13.9855H32.423C33.5202 13.9855 34.4486 13.0571 34.4486 11.9598C34.4486 10.6938 33.3514 9.68091 32.0009 9.93413C31.8321 9.93413 31.6633 9.93413 31.4945 9.76532C31.3257 9.68091 31.3257 9.4277 31.3257 9.2589C31.3257 9.09009 31.3257 8.92128 31.3257 8.83688C31.3257 7.48642 30.2285 6.30477 28.7936 6.30477C27.5275 6.30477 26.4303 7.23321 26.2615 8.49926C26.2615 8.66807 26.0927 8.83688 25.9239 8.92128C25.7551 8.92128 25.5019 8.92128 25.4174 8.83688C25.1642 8.66807 24.911 8.49926 24.6578 8.49926H24.8266Z' fill='%23BB0000'/%3E%3Cpath d='M21.7882 12.4661H17.3992C15.5423 12.4661 14.1074 10.9468 14.1074 9.17431C14.1074 7.40184 15.6267 5.88257 17.3992 5.88257C17.3992 3.77248 19.1716 2 21.2817 2C22.9698 2 24.4047 3.09725 24.9111 4.53211C25.1643 4.44771 25.5019 4.3633 25.8395 4.3633C26.8524 4.3633 27.7808 5.03853 28.1184 6.05138C28.1184 6.30459 28.1184 6.6422 27.7808 6.72661C27.5276 6.72661 27.19 6.72661 27.1056 6.38899C26.9368 5.88257 26.4304 5.46055 25.8395 5.46055C25.5019 5.46055 25.1643 5.54495 24.9955 5.79817C24.8267 5.96697 24.6579 5.96697 24.4047 5.88257C24.2359 5.88257 24.0671 5.62936 24.0671 5.46055C23.8982 4.11009 22.7166 3.01284 21.2817 3.01284C19.7625 3.01284 18.4964 4.2789 18.4964 5.79817C18.4964 5.96697 18.4964 6.13578 18.4964 6.30459C18.4964 6.47339 18.4964 6.6422 18.3276 6.81101C18.1588 6.97982 17.99 6.97982 17.8212 6.97982C16.3863 6.6422 15.1203 7.82385 15.1203 9.17431C15.1203 10.4404 16.1331 11.4532 17.3992 11.4532H21.7882C21.7882 11.4532 22.2946 11.7064 22.2946 11.9596C22.2946 12.2128 22.0414 12.4661 21.7882 12.4661Z' fill='%23BB0000'/%3E%3Cpath d='M25.4169 47.9156H17.9894C16.8078 47.9156 15.7949 46.9028 15.7949 45.7211C15.7949 44.8771 16.3013 44.1174 16.9766 43.7798C16.9766 43.6954 16.9766 43.5266 16.9766 43.4422C16.9766 42.345 17.8206 41.5009 18.9179 41.5009C19.1711 41.5009 19.3399 41.5009 19.5087 41.5853C19.9307 40.4037 21.1124 39.644 22.3784 39.644C24.0665 39.644 25.4169 40.9945 25.5013 42.5982C26.9362 42.5982 28.0335 43.8642 28.0335 45.2991C28.0335 46.734 26.8518 48 25.3325 48L25.4169 47.9156ZM18.9179 42.5138C18.4114 42.5138 18.0738 42.9358 18.0738 43.3578C18.0738 43.5266 18.0738 43.6954 18.1582 43.7798C18.2426 43.9486 18.2426 44.1174 18.1582 44.2862C18.1582 44.4551 17.905 44.5395 17.7362 44.6239C17.2298 44.7083 16.8078 45.2147 16.8078 45.7211C16.8078 46.3119 17.3142 46.9028 17.905 46.9028H25.3325C26.261 46.9028 26.9362 46.1431 26.9362 45.2991C26.9362 44.2862 26.0078 43.5266 24.9949 43.6954C24.8261 43.6954 24.6573 43.6954 24.4885 43.5266C24.3197 43.3578 24.3197 43.189 24.3197 43.0202C24.3197 42.9358 24.3197 42.767 24.3197 42.6826C24.3197 41.5853 23.3913 40.6569 22.294 40.6569C21.2812 40.6569 20.4371 41.4165 20.2683 42.4294C20.2683 42.5982 20.0995 42.767 19.9307 42.8514C19.7619 42.8514 19.5087 42.8514 19.3399 42.767C19.1711 42.5982 19.0023 42.5138 18.7491 42.5138H18.9179Z' fill='%23BB0000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_754_20901'%3E%3Crect width='46' height='46' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.searchTopCategory .cateMoney::before{background-image:url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_754_21129)'%3E%3Cpath d='M31.2977 49C24.428 49 18.0867 44.9486 15.2684 38.7835C15.1803 38.5192 15.2684 38.1669 15.5326 37.9908C15.7968 37.9027 16.1491 37.9908 16.3253 38.255C19.0555 44.0679 24.9565 47.855 31.3858 47.855C40.5454 47.855 47.9436 40.4569 47.9436 31.2972C47.9436 24.7798 44.0684 18.7908 38.0794 16.1486C37.8152 16.0605 37.639 15.7082 37.8152 15.444C37.9032 15.1798 38.2555 15.0036 38.5198 15.1798C44.9491 17.9981 49.0005 24.3394 49.0005 31.3853C49.0005 41.1614 41.0739 49.088 31.2977 49.088V49Z' fill='%23BB0000'/%3E%3Cpath d='M31.2969 44.5082C26.8933 44.5082 22.8419 42.3064 20.3758 38.6954C20.1997 38.4312 20.2877 38.0789 20.552 37.9027C20.8162 37.7266 21.1685 37.8147 21.3446 38.0789C23.6345 41.4257 27.3336 43.4514 31.385 43.4514C37.9905 43.4514 43.4511 38.0789 43.4511 31.3853C43.4511 27.422 41.5134 23.6348 38.1666 21.433C37.9024 21.2569 37.8144 20.9046 37.9905 20.6403C38.1666 20.3761 38.5189 20.2881 38.7832 20.4642C42.3942 22.9303 44.5079 26.9816 44.5079 31.3853C44.5079 38.6954 38.607 44.5963 31.2969 44.5963V44.5082Z' fill='%23BB0000'/%3E%3Cpath d='M18.7028 36.4055C8.92661 36.4055 1 28.4789 1 18.7028C1 8.92661 8.92661 1 18.7028 1C28.4789 1 36.4055 8.92661 36.4055 18.7028C36.4055 28.4789 28.4789 36.4055 18.7028 36.4055ZM18.7028 2.14495C9.54312 2.14495 2.14495 9.54312 2.14495 18.7028C2.14495 27.8624 9.54312 35.2606 18.7028 35.2606C27.8624 35.2606 35.2606 27.8624 35.2606 18.7028C35.2606 9.54312 27.8624 2.14495 18.7028 2.14495Z' fill='%23BB0000'/%3E%3Cpath d='M18.7032 31.9137C11.3931 31.9137 5.49219 26.0128 5.49219 18.7027C5.49219 11.3926 11.3931 5.4917 18.7032 5.4917C26.0133 5.4917 31.9142 11.3926 31.9142 18.7027C31.9142 26.0128 26.0133 31.9137 18.7032 31.9137ZM18.7032 6.63665C12.0096 6.63665 6.63714 12.0091 6.63714 18.7027C6.63714 25.3963 12.0977 30.7688 18.7032 30.7688C25.3087 30.7688 30.7693 25.3963 30.7693 18.7027C30.7693 12.0091 25.3087 6.63665 18.7032 6.63665Z' fill='%23BB0000'/%3E%3Cpath d='M21.8731 25.8366H15.5318C14.1227 25.8366 12.9777 24.6916 12.9777 23.2824C12.9777 22.9301 13.2419 22.754 13.5062 22.754C13.7704 22.754 14.0346 23.0182 14.0346 23.2824C14.0346 24.0751 14.6511 24.6916 15.4438 24.6916H21.7851C22.5777 24.6916 23.1942 24.0751 23.1942 23.2824V20.7283C23.1942 19.9356 22.5777 19.3191 21.7851 19.3191H15.4438C14.0346 19.3191 12.8896 18.1742 12.8896 16.765V14.2109C12.8896 12.8017 14.0346 11.6567 15.4438 11.6567H21.7851C23.1942 11.6567 24.3392 12.8017 24.3392 14.2109C24.3392 14.5632 24.075 14.7393 23.8107 14.7393C23.5465 14.7393 23.2823 14.4751 23.2823 14.2109C23.2823 13.4182 22.6658 12.8017 21.8731 12.8017H15.5318C14.7392 12.8017 14.1227 13.4182 14.1227 14.2109V16.765C14.1227 17.5577 14.7392 18.1742 15.5318 18.1742H21.8731C23.2823 18.1742 24.4273 19.3191 24.4273 20.7283V23.2824C24.4273 24.6916 23.2823 25.8366 21.8731 25.8366Z' fill='%23BB0000'/%3E%3Cpath d='M18.7023 12.714C18.7023 12.714 18.1738 12.4498 18.1738 12.1855V9.89563C18.1738 9.89563 18.438 9.36719 18.7023 9.36719C18.9665 9.36719 19.2307 9.63141 19.2307 9.89563V12.1855C19.2307 12.1855 18.9665 12.714 18.7023 12.714Z' fill='%23BB0000'/%3E%3Cpath d='M18.7023 28.1266C18.7023 28.1266 18.1738 27.8624 18.1738 27.5981V25.3082C18.1738 25.3082 18.438 24.7798 18.7023 24.7798C18.9665 24.7798 19.2307 25.044 19.2307 25.3082V27.5981C19.2307 27.5981 18.9665 28.1266 18.7023 28.1266Z' fill='%23BB0000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_754_21129'%3E%3Crect width='48' height='48' fill='white' transform='translate(1 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.searchTopCategory .cateHome::before{background-image:url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_754_21116)'%3E%3Cpath d='M47.4849 48.9924H1.51746C1.51746 48.9924 1 48.7337 1 48.475C1 48.2162 1.25873 47.9575 1.51746 47.9575H47.4849C47.4849 47.9575 48.0024 48.2162 48.0024 48.475C48.0024 48.7337 47.7437 48.9924 47.4849 48.9924Z' fill='%23BB0000'/%3E%3Cpath d='M47.4849 21.6537H1.51746C1.51746 21.6537 1.08624 21.4812 1 21.3087C1 21.05 1 20.8775 1.17249 20.705L24.1994 2.07666C24.1994 2.07666 24.7168 1.90418 24.8893 2.07666L47.8299 20.6187C47.8299 20.6187 48.0886 21.05 48.0024 21.2224C48.0024 21.4812 47.7437 21.5674 47.4849 21.5674V21.6537ZM3.15607 20.5325H45.9326L24.5443 3.28405L3.15607 20.5325Z' fill='%23BB0000'/%3E%3Cpath d='M45.6752 48.9924H3.32996C3.32996 48.9924 2.8125 48.7336 2.8125 48.4749V21.1361C2.8125 21.1361 3.07123 20.6187 3.32996 20.6187H45.7615C45.7615 20.6187 46.2789 20.8774 46.2789 21.1361V48.4749C46.2789 48.4749 46.0202 48.9924 45.7615 48.9924H45.6752ZM3.84742 47.8712H45.1578V21.5673H3.84742V47.8712Z' fill='%23BB0000'/%3E%3Cpath d='M24.5456 17.7728C22.3033 17.7728 20.4922 15.9617 20.4922 13.7194C20.4922 11.4771 22.3033 9.66602 24.5456 9.66602C26.7879 9.66602 28.599 11.4771 28.599 13.7194C28.599 15.9617 26.7879 17.7728 24.5456 17.7728ZM24.5456 10.7009C22.907 10.7009 21.5271 12.0808 21.5271 13.7194C21.5271 15.358 22.907 16.7379 24.5456 16.7379C26.1842 16.7379 27.4779 15.4442 27.4779 13.7194C27.4779 11.9946 26.098 10.7009 24.5456 10.7009Z' fill='%23BB0000'/%3E%3Cpath d='M21.0091 48.9927H10.4012C10.4012 48.9927 9.88379 48.734 9.88379 48.4752V27.2596C9.88379 27.2596 10.1425 26.7422 10.4012 26.7422H21.0091C21.0091 26.7422 21.5266 27.0009 21.5266 27.2596V48.4752C21.5266 48.4752 21.2679 48.9927 21.0091 48.9927ZM10.9187 47.8715H20.4054V27.7771H10.9187V47.8715Z' fill='%23BB0000'/%3E%3Cpath d='M39.5504 40.1957H27.2177C27.2177 40.1957 26.7002 39.937 26.7002 39.6782V27.3456C26.7002 27.3456 26.9589 26.8281 27.2177 26.8281H39.5504C39.5504 26.8281 40.0679 27.0869 40.0679 27.3456V39.6782C40.0679 39.6782 39.8091 40.1957 39.5504 40.1957ZM27.7351 39.0745H39.0329V27.7768H27.7351V39.0745Z' fill='%23BB0000'/%3E%3Cpath d='M19.1965 39.5919C19.1965 40.1094 18.7653 40.4543 18.3341 40.4543C17.9029 40.4543 17.4717 40.0231 17.4717 39.5919C17.4717 39.1607 17.9029 38.7295 18.3341 38.7295C18.7653 38.7295 19.1965 39.1607 19.1965 39.5919Z' fill='%23BB0000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_754_21116'%3E%3Crect width='50' height='50' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.searchTopCategory .cateBusiness::before{background-image:url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_754_21132)'%3E%3Cpath d='M32.4152 35.5232H21.5822C21.5822 35.5232 21.0537 35.259 21.0537 34.9947C21.0537 34.7305 21.3179 34.4663 21.5822 34.4663H32.4152C32.4152 34.4663 32.9436 34.7305 32.9436 34.9947C32.9436 35.259 32.6794 35.5232 32.4152 35.5232Z' fill='%23BB0000'/%3E%3Cpath d='M32.4152 38.1677H21.5822C21.5822 38.1677 21.0537 37.9035 21.0537 37.6393C21.0537 37.3751 21.3179 37.1108 21.5822 37.1108H32.4152C32.4152 37.1108 32.9436 37.3751 32.9436 37.6393C32.9436 37.9035 32.6794 38.1677 32.4152 38.1677Z' fill='%23BB0000'/%3E%3Cpath d='M17.0917 48.9989C17.0917 48.9989 16.8275 48.9989 16.7394 48.9109C16.5633 48.8228 16.5633 48.6466 16.5633 48.4705V41.4246C16.5633 41.4246 16.3872 41.0723 16.211 41.0723H9.86972C9.07706 41.0723 8.37248 40.4558 8.37248 39.5751V33.1457C8.37248 33.1457 8.2844 32.8815 8.10826 32.7934L3.35229 31.3843C3.35229 31.3843 3.08807 31.2081 3 31.032C3 30.8558 3 30.6797 3 30.5916L7.75596 20.9035C8.19633 19.9347 8.46055 18.9659 8.54862 17.909C8.98899 12.6246 11.7193 7.69251 16.0349 4.52187C20.5266 1.35123 25.8991 0.294349 31.2716 1.4393C34.8826 2.23196 38.2294 4.16958 40.6954 6.81178C43.8661 10.2466 45.5395 14.6503 45.6275 19.4943C45.6275 22.665 45.011 25.6595 43.778 28.2136C41.7523 32.3531 40.6954 37.021 40.6954 41.7769V43.098C40.6954 43.098 40.5193 43.6265 40.255 43.6265L17.2679 48.9989C17.2679 48.9989 17.2679 48.9989 17.1798 48.9989H17.0917ZM4.3211 30.5035L8.46055 31.7366C9.07706 31.9127 9.51743 32.5292 9.51743 33.1457V39.5751C9.51743 39.5751 9.69358 39.9274 9.86972 39.9274H16.211C17.0037 39.9274 17.7083 40.5439 17.7083 41.4246V47.7659L39.5505 42.6577V41.7769C39.5505 36.9329 40.6954 32.0888 42.7211 27.7732C43.8661 25.3953 44.4826 22.5769 44.4826 19.5824C44.4826 15.0026 42.8973 10.8632 39.9028 7.69251C37.6128 5.22646 34.4422 3.37692 31.0954 2.67233C25.9872 1.52738 20.8789 2.67233 16.8275 5.57875C12.7761 8.57325 10.222 13.1531 9.78165 18.0852C9.69358 19.2301 9.34128 20.3751 8.81284 21.432L4.3211 30.5035Z' fill='%23BB0000'/%3E%3Cpath d='M32.322 33H21.489C21.489 33 20.9606 32.7358 20.9606 32.4716V30.1817C20.9606 30.1817 20.7844 29.389 20.4321 29.2129C17.3495 27.0991 15.5 23.5762 15.5 19.8771C15.5 19.5248 15.7642 19.3486 16.0284 19.3486C16.2927 19.3486 16.5569 19.6129 16.5569 19.8771C16.5569 23.2239 18.2303 26.3945 20.9606 28.3321C21.5771 28.7725 21.9294 29.4771 21.9294 30.2697V31.9431H31.6174V30.2697C31.6174 29.4771 31.9697 28.7725 32.5862 28.3321C35.4046 26.3945 36.9716 22.8752 36.9716 19.5284C36.9716 19.1761 37.2358 19 37.5 19C37.7642 19 38 19.2642 38 19.5284C38 23.2275 36.1972 27.0991 33.1147 29.2129C32.7624 29.389 32.5862 29.8294 32.5862 30.1817V32.4716C32.5862 32.4716 32.322 33 32.0578 33H32.322Z' fill='%23BB0000'/%3E%3Cpath d='M37.5 20.5C37.5 20.5 37 20.5 36.9716 19.9716C36.9716 14.3349 32.77 9.45599 27.0452 9.45599C21.3204 9.45599 16.5569 14.3633 16.5569 20C16.5569 20.3523 16.2927 20.5284 16.0284 20.5284C15.7642 20.5284 15.5 20.2642 15.5 20C15.5 13.7468 20.8801 8.31104 27.1333 8.31104C33.3865 8.31104 38 13.7468 38 20C38 20.5 37.5 20.5 37.5881 20.5H37.5Z' fill='%23BB0000'/%3E%3Cpath d='M27.0468 22.8402C25.2853 22.8402 23.7881 21.3429 23.7881 19.5815C23.7881 17.82 25.2853 16.3228 27.0468 16.3228C28.8083 16.3228 30.3055 17.82 30.3055 19.5815C30.3055 21.3429 28.8963 22.8402 27.0468 22.8402ZM27.0468 17.4677C25.9018 17.4677 24.933 18.4365 24.933 19.5815C24.933 20.7264 25.9018 21.6952 27.0468 21.6952C28.1918 21.6952 29.1606 20.7264 29.1606 19.5815C29.1606 18.4365 28.1918 17.4677 27.0468 17.4677Z' fill='%23BB0000'/%3E%3Cpath d='M27.0431 32.7934C27.0431 32.7934 26.5146 32.5291 26.5146 32.2649V22.3126C26.5146 22.3126 26.7789 21.7842 27.0431 21.7842C27.3073 21.7842 27.5715 22.0484 27.5715 22.3126V32.2649C27.5715 32.2649 27.3073 32.7934 27.0431 32.7934Z' fill='%23BB0000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_754_21132'%3E%3Crect width='42.6275' height='48' fill='white' transform='translate(3 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.searchTopCategory .cateEducate::before{background-image:url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_754_21133)'%3E%3Cpath d='M7.52844 45.389C7.52844 45.389 7 45.1248 7 44.8605V5.13945C7 2.84954 8.84954 1 11.1395 1H41.789C41.789 1 42.3174 1.26422 42.3174 1.52844V41.2495C42.3174 41.2495 42.0532 41.778 41.789 41.778C41.5248 41.778 41.2606 41.5138 41.2606 41.2495V2.14495H11.1395C9.46606 2.14495 8.14495 3.46606 8.14495 5.13945V44.8605C8.14495 44.8605 7.88073 45.389 7.61651 45.389H7.52844Z' fill='%23BB0000'/%3E%3Cpath d='M41.8771 48.9976H11.1395C8.84954 48.9976 7 47.1481 7 44.8582C7 42.5683 8.84954 40.7188 11.1395 40.7188H41.789C41.789 40.7188 42.3174 40.983 42.3174 41.2472C42.3174 41.5114 42.0532 41.7756 41.789 41.7756H11.1395C9.46606 41.7756 8.05688 43.1848 8.05688 44.8582C8.05688 46.5316 9.46606 47.9408 11.1395 47.9408H41.789C41.789 47.9408 42.3174 48.205 42.3174 48.4692C42.3174 48.7334 42.0532 48.9976 41.789 48.9976H41.8771Z' fill='%23BB0000'/%3E%3Cpath d='M40.9078 49.0012C40.9078 49.0012 40.5555 48.9131 40.4674 48.737C39.1463 46.5352 39.1463 43.1003 40.4674 40.9865C40.6435 40.7223 40.9958 40.6342 41.2601 40.8104C41.5243 40.9865 41.6123 41.3388 41.4362 41.6031C40.3793 43.4526 40.3793 46.4471 41.4362 48.2086C41.6123 48.4728 41.4362 48.8251 41.2601 49.0012C41.172 49.0012 41.0839 49.0012 40.9958 49.0012H40.9078Z' fill='%23BB0000'/%3E%3Cpath d='M12.1036 41.778C12.1036 41.778 11.5752 41.5138 11.5752 41.2495V1.52844C11.5752 1.52844 11.8394 1 12.1036 1C12.3679 1 12.6321 1.26422 12.6321 1.52844V41.2495C12.6321 41.2495 12.3679 41.778 12.1036 41.778Z' fill='%23BB0000'/%3E%3Cpath d='M35.9731 22.4026H17.9181C17.9181 22.4026 17.3896 22.1384 17.3896 21.8742V11.0411C17.3896 11.0411 17.6539 10.5127 17.9181 10.5127H35.9731C35.9731 10.5127 36.5016 10.7769 36.5016 11.0411V21.8742C36.5016 21.8742 36.2374 22.4026 35.9731 22.4026ZM18.5346 21.2576H35.4447V11.5696H18.5346V21.2576Z' fill='%23BB0000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_754_21133'%3E%3Crect width='35.4055' height='48' fill='white' transform='translate(7 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.searchTopCategory .cateLife::before{background-image:url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_754_21139)'%3E%3Cpath d='M47.4936 47.9997H2.50642C2.50642 47.9997 2 47.7464 2 47.4932C2 47.24 2.25321 46.9868 2.50642 46.9868H47.4936C47.4936 46.9868 48 47.24 48 47.4932C48 47.7464 47.7468 47.9997 47.4936 47.9997Z' fill='%23BB0000'/%3E%3Cpath d='M35.4234 48C35.4234 48 34.917 47.7468 34.917 47.4936V14.5762C34.917 14.5762 35.1702 13.9854 35.4234 13.9854C35.6766 13.9854 35.9298 14.2386 35.9298 14.5762V47.4092C35.9298 47.4092 35.6766 47.9156 35.4234 47.9156V48Z' fill='%23BB0000'/%3E%3Cpath d='M47.4934 38.4623H23.2695C23.2695 38.4623 22.9319 38.4623 22.8475 38.2091C22.7631 38.0403 22.7631 37.8715 22.8475 37.7027L34.9172 2.33751C35.086 1.91549 35.7612 1.91549 35.9301 2.33751L47.9998 37.7871C47.9998 37.7871 47.9998 38.1247 47.9998 38.2935C47.9154 38.4623 47.7466 38.5467 47.5778 38.5467L47.4934 38.4623ZM24.0291 37.365H46.7337L35.4236 4.19439L24.1135 37.4494L24.0291 37.365Z' fill='%23BB0000'/%3E%3Cpath d='M35.4234 23.3542C35.4234 23.3542 35.1702 23.3542 35.0858 23.1854L33.3977 21.4129C33.3977 21.4129 33.1445 20.8221 33.3977 20.6533C33.5665 20.4001 33.9885 20.4001 34.1573 20.6533L35.5078 22.0037L36.8582 20.6533C36.8582 20.6533 37.4491 20.4001 37.6179 20.6533C37.7867 20.9065 37.7867 21.2441 37.6179 21.4129L35.8454 23.1854C35.8454 23.1854 35.5922 23.3542 35.4234 23.3542Z' fill='%23BB0000'/%3E%3Cpath d='M35.4237 29.4313C35.4237 29.4313 35.1705 29.4313 35.0861 29.2625L32.4696 26.646C32.4696 26.646 32.3007 26.0552 32.4696 25.8864C32.7228 25.7176 33.0604 25.7176 33.2292 25.8864L35.4237 28.0809L37.6182 25.8864C37.6182 25.8864 38.209 25.7176 38.3778 25.8864C38.5466 26.1396 38.5466 26.4772 38.3778 26.646L35.7613 29.2625C35.7613 29.2625 35.5081 29.4313 35.3393 29.4313H35.4237Z' fill='%23BB0000'/%3E%3Cpath d='M35.424 35.4238C35.424 35.4238 35.1708 35.4238 35.0864 35.255L31.6258 31.7944C31.6258 31.7944 31.457 31.2036 31.6258 31.0348C31.7946 30.866 32.2166 30.7816 32.3854 31.0348L35.424 34.0733L38.5469 31.0348C38.5469 31.0348 39.1377 30.7816 39.3065 31.0348C39.5598 31.2036 39.5598 31.5412 39.3065 31.7944L35.846 35.255C35.846 35.255 35.5928 35.4238 35.424 35.4238Z' fill='%23BB0000'/%3E%3Cpath d='M14.6607 47.9999C14.6607 47.9999 14.1543 47.7467 14.1543 47.4935V18.0366C14.1543 18.0366 14.4075 17.4458 14.6607 17.4458C14.9139 17.4458 15.1671 17.699 15.1671 18.0366V47.4091C15.1671 47.4091 14.9139 47.9155 14.6607 47.9155V47.9999Z' fill='%23BB0000'/%3E%3Cpath d='M14.6604 25.9705C14.6604 25.9705 14.4072 25.9705 14.2384 25.8017L11.6219 23.1852C11.6219 23.1852 11.4531 22.5944 11.6219 22.4255C11.7907 22.2567 12.2127 22.1723 12.3815 22.4255L14.576 24.62L18.543 20.6531C18.543 20.6531 19.1338 20.3999 19.3026 20.6531C19.4714 20.8219 19.4714 21.2439 19.3026 21.4127L14.998 25.7173C14.998 25.7173 14.7448 25.8861 14.576 25.8861L14.6604 25.9705Z' fill='%23BB0000'/%3E%3Cpath d='M14.661 31.9632C14.661 31.9632 14.4078 31.9632 14.239 31.7944L8.16194 25.7173C8.16194 25.7173 7.99313 25.1265 8.16194 24.9577C8.41515 24.7889 8.75277 24.7889 8.92157 24.9577L14.5766 30.6127L17.6152 27.5742C17.6152 27.5742 18.206 27.4054 18.3748 27.5742C18.5436 27.743 18.628 28.165 18.3748 28.3338L14.9142 31.7944C14.9142 31.7944 14.661 31.9632 14.4922 31.9632H14.661Z' fill='%23BB0000'/%3E%3Cpath d='M14.6607 38.0405C14.6607 38.0405 14.4075 38.0405 14.2387 37.8717L10.7782 34.4111C10.7782 34.4111 10.6093 33.8203 10.7782 33.6515C11.0314 33.4827 11.369 33.4827 11.5378 33.6515L14.5763 36.7744L22.0038 29.3469C22.0038 29.3469 22.5947 29.0937 22.7635 29.3469C23.0167 29.5157 23.0167 29.9377 22.7635 30.1065L14.9983 37.8717C14.9983 37.8717 14.7451 38.0405 14.5763 38.0405H14.6607Z' fill='%23BB0000'/%3E%3Cpath d='M14.6606 41.923C8.75229 41.923 2 40.6569 2 30.7817C2 21.8349 7.40183 7.99268 14.6606 7.99268C19.978 7.99268 24.367 15.589 26.2239 23.1009C26.2239 23.3541 26.1394 23.6918 25.8018 23.7762C25.5486 23.7762 25.211 23.6918 25.1266 23.3541C23.3541 16.433 19.3028 9.00552 14.5761 9.00552C8.33028 9.08992 3.09725 22.4257 3.09725 30.7817C3.09725 39.6441 8.9211 40.8257 14.6606 40.8257C17.6991 40.8257 19.8936 40.4881 21.5816 39.6441C21.8349 39.5597 22.1725 39.6441 22.2569 39.8973C22.3413 40.1505 22.2569 40.4881 22.0037 40.5725C20.1468 41.4165 17.7835 41.8385 14.5761 41.8385L14.6606 41.923Z' fill='%23BB0000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_754_21139'%3E%3Crect width='46' height='46' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.searchTopCategory .cateWeb::before{background-image:url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_754_21128)'%3E%3Cpath d='M34.7319 49.0002H15.2677C15.2677 49.0002 14.7393 48.7359 14.7393 48.4717V43.0992C14.7393 43.0992 15.0035 42.5708 15.2677 42.5708H34.7319C34.7319 42.5708 35.2604 42.835 35.2604 43.0992V48.4717C35.2604 48.4717 34.9961 49.0002 34.7319 49.0002ZM15.7961 47.8552H34.1154V43.5396H15.7961V47.8552Z' fill='%23BB0000'/%3E%3Cpath d='M46.622 43.6273H3.37798C2.05688 43.6273 1 42.5704 1 41.2493V37.6383C1 37.6383 1.26422 37.1099 1.52844 37.1099H48.3835C48.3835 37.1099 48.9119 37.3741 48.9119 37.6383V41.2493C48.9119 42.5704 47.855 43.6273 46.5339 43.6273H46.622ZM2.14495 38.1667V41.2493C2.14495 41.9539 2.67339 42.4823 3.37798 42.4823H46.7101C47.4147 42.4823 47.9431 41.9539 47.9431 41.2493V38.1667H2.14495Z' fill='%23BB0000'/%3E%3Cpath d='M48.4716 38.1671H1.52844C1.52844 38.1671 1 37.9029 1 37.6387V10.6002C1 9.27905 2.05688 8.22217 3.37798 8.22217H9.71927C9.71927 8.22217 10.2477 8.48639 10.2477 8.75061C10.2477 9.01483 9.98349 9.27905 9.71927 9.27905H3.37798C2.67339 9.27905 2.14495 9.80749 2.14495 10.5121V37.0222H47.9431V10.6002C47.9431 9.89556 47.4147 9.36712 46.7101 9.36712H40.3688C40.3688 9.36712 39.8404 9.1029 39.8404 8.83868C39.8404 8.57446 40.1046 8.31024 40.3688 8.31024H46.7101C48.0312 8.31024 49.0881 9.36712 49.0881 10.6882V37.7268C49.0881 37.7268 48.8239 38.2552 48.5596 38.2552L48.4716 38.1671Z' fill='%23BB0000'/%3E%3Cpath d='M39.4878 49.0002H10.5997C10.5997 49.0002 10.0713 48.736 10.0713 48.4718C10.0713 48.2076 10.3355 47.9434 10.5997 47.9434H39.4878C39.4878 47.9434 40.0162 48.2076 40.0162 48.4718C40.0162 48.736 39.752 49.0002 39.4878 49.0002Z' fill='%23BB0000'/%3E%3Cpath d='M40.3684 38.167H9.71887C9.71887 38.167 9.19043 37.9028 9.19043 37.6385V3.37798C9.19043 2.05688 10.2473 1 11.5684 1H38.6069C39.928 1 40.9849 2.05688 40.9849 3.37798V37.6385C40.9849 37.6385 40.7207 38.167 40.4565 38.167H40.3684ZM10.2473 37.1101H39.7519V3.37798C39.7519 2.67339 39.2235 2.14495 38.5189 2.14495H11.4803C10.7758 2.14495 10.2473 2.67339 10.2473 3.37798V37.1101Z' fill='%23BB0000'/%3E%3Cpath d='M37.1982 9.36694H12.8019C12.8019 9.36694 12.2734 9.10272 12.2734 8.8385C12.2734 8.57428 12.5377 8.31006 12.8019 8.31006H37.1101C37.1101 8.31006 37.6386 8.57428 37.6386 8.8385C37.6386 9.10272 37.3744 9.36694 37.1101 9.36694H37.1982Z' fill='%23BB0000'/%3E%3Cpath d='M14.2107 5.05114C14.2107 5.57958 13.7703 5.93188 13.33 5.93188C12.8896 5.93188 12.4492 5.49151 12.4492 5.05114C12.4492 4.61078 12.8896 4.17041 13.33 4.17041C13.7703 4.17041 14.2107 4.61078 14.2107 5.05114Z' fill='%23BB0000'/%3E%3Cpath d='M17.822 5.05114C17.822 5.57958 17.4697 5.93188 16.9413 5.93188C16.4128 5.93188 16.0605 5.49151 16.0605 5.05114C16.0605 4.61078 16.5009 4.17041 16.9413 4.17041C17.3816 4.17041 17.822 4.61078 17.822 5.05114Z' fill='%23BB0000'/%3E%3Cpath d='M21.4333 5.05114C21.4333 5.57958 20.993 5.93188 20.5526 5.93188C20.1122 5.93188 19.6719 5.49151 19.6719 5.05114C19.6719 4.61078 20.1122 4.17041 20.5526 4.17041C20.993 4.17041 21.4333 4.61078 21.4333 5.05114Z' fill='%23BB0000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_754_21128'%3E%3Crect width='48' height='48' fill='white' transform='translate(1 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.searchTopCategory .cateInternet::before{background-image:url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_754_21131)'%3E%3Cpath d='M25 49C11.7463 49 1 38.2537 1 25C1 11.7463 11.7463 1 25 1C38.2537 1 49 11.7463 49 25C49 38.2537 38.2537 49 25 49ZM25 2.16418C12.3731 2.16418 2.16418 12.3731 2.16418 25C2.16418 37.6269 12.4627 47.8358 25 47.8358C37.5373 47.8358 47.8358 37.5373 47.8358 25C47.8358 12.4627 37.6269 2.16418 25 2.16418Z' fill='%23BB0000'/%3E%3Cpath d='M25.0001 49C18.1941 49 12.7314 38.2537 12.7314 25C12.7314 11.7463 18.1941 1 25.0001 1C31.8061 1 37.2688 11.7463 37.2688 25C37.2688 38.2537 31.7165 49 25.0001 49ZM25.0001 2.16418C18.821 2.16418 13.8061 12.3731 13.8061 25C13.8061 37.6269 18.821 47.8358 25.0001 47.8358C31.1792 47.8358 36.1941 37.5373 36.1941 25C36.1941 12.4627 31.1792 2.16418 25.0001 2.16418Z' fill='%23BB0000'/%3E%3Cpath d='M48.4627 25.5375H1.53731C1.53731 25.5375 1 25.2689 1 25.0002C1 24.7315 1.26866 24.4629 1.53731 24.4629H48.4627C48.4627 24.4629 49 24.7315 49 25.0002C49 25.2689 48.7313 25.5375 48.4627 25.5375Z' fill='%23BB0000'/%3E%3Cpath d='M45.3288 37.2685H4.67208C4.67208 37.2685 4.13477 36.9998 4.13477 36.7312C4.13477 36.4625 4.40342 36.1938 4.67208 36.1938H45.2392C45.2392 36.1938 45.7766 36.4625 45.7766 36.7312C45.7766 36.9998 45.5079 37.2685 45.2392 37.2685H45.3288Z' fill='%23BB0000'/%3E%3Cpath d='M45.3288 13.8954H4.67208C4.67208 13.8954 4.13477 13.6268 4.13477 13.3581C4.13477 13.0895 4.40342 12.8208 4.67208 12.8208H45.2392C45.2392 12.8208 45.7766 13.0895 45.7766 13.3581C45.7766 13.6268 45.5079 13.8954 45.2392 13.8954H45.3288Z' fill='%23BB0000'/%3E%3Cpath d='M25.0002 49C25.0002 49 24.4629 48.7313 24.4629 48.4627V1.53731C24.4629 1.53731 24.7315 1 25.0002 1C25.2689 1 25.5375 1.26866 25.5375 1.53731V48.4627C25.5375 48.4627 25.2689 49 25.0002 49Z' fill='%23BB0000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_754_21131'%3E%3Crect width='48' height='48' fill='white' transform='translate(1 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.searchTopCategory .cateEntertainment::before{background-image:url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_754_21140)'%3E%3Cpath d='M41.0093 31.2066H9.08269C9.08269 31.2066 8.53223 30.9328 8.53223 30.6589C8.53223 30.3851 8.80746 30.1113 9.08269 30.1113H41.0093C41.0093 30.1113 41.5598 30.3851 41.5598 30.6589C41.5598 30.9328 41.2845 31.2066 41.0093 31.2066Z' fill='%23BB0000'/%3E%3Cpath d='M41.0093 36.7739H9.08269C9.08269 36.7739 8.53223 36.5001 8.53223 36.2263C8.53223 35.9525 8.80746 35.6787 9.08269 35.6787H41.0093C41.0093 35.6787 41.5598 35.9525 41.5598 36.2263C41.5598 36.5001 41.2845 36.7739 41.0093 36.7739Z' fill='%23BB0000'/%3E%3Cpath d='M41.0093 42.4326H9.08269C9.08269 42.4326 8.53223 42.1588 8.53223 41.885C8.53223 41.6112 8.80746 41.3374 9.08269 41.3374H41.0093C41.0093 41.3374 41.5598 41.6112 41.5598 41.885C41.5598 42.1588 41.2845 42.4326 41.0093 42.4326Z' fill='%23BB0000'/%3E%3Cpath d='M20.2751 36.774C20.2751 36.774 19.7246 36.5002 19.7246 36.2264V30.6589C19.7246 30.6589 19.9998 30.1113 20.2751 30.1113C20.5503 30.1113 20.8255 30.3851 20.8255 30.6589V36.2264C20.8255 36.2264 20.5503 36.774 20.2751 36.774Z' fill='%23BB0000'/%3E%3Cpath d='M29.7252 42.4327C29.7252 42.4327 29.083 42.1589 29.083 41.8851V36.3176C29.083 36.3176 29.3582 35.77 29.7252 35.77C30.0922 35.77 30.2757 36.0438 30.2757 36.3176V41.8851C30.2757 41.8851 30.0004 42.4327 29.7252 42.4327Z' fill='%23BB0000'/%3E%3Cpath d='M46.6051 47.9998H3.39406C2.01791 47.9998 0.916992 46.9045 0.916992 45.5355V24.9998C0.916992 24.9998 1.19222 24.4521 1.46745 24.4521H48.4399C48.4399 24.4521 48.9904 24.726 48.9904 24.9998V45.5355C48.9904 46.9045 47.8895 47.9998 46.5133 47.9998H46.6051ZM2.10965 25.6387V45.6268C2.10965 46.3569 2.66011 46.9045 3.39406 46.9045H46.6051C47.339 46.9045 47.8895 46.3569 47.8895 45.6268V25.6387H2.10965Z' fill='%23BB0000'/%3E%3Cpath d='M48.5317 25.6388H1.55925C1.55925 25.6388 1.00879 25.365 1.00879 25.0912C1.00879 24.8173 1.28402 24.5435 1.55925 24.5435H48.5317C48.5317 24.5435 48.8987 24.361 48.8987 24.1785V20.4364C48.8987 20.4364 48.7152 20.0713 48.5317 20.0713H14.7703C14.7703 20.0713 14.2198 19.7975 14.2198 19.5237C14.2198 19.2499 14.495 18.9761 14.7703 18.9761H48.5317C49.3574 18.9761 50.0914 19.615 50.0914 20.5277V24.2697C50.0914 25.0912 49.4492 25.8213 48.5317 25.8213V25.6388Z' fill='%23BB0000'/%3E%3Cpath d='M8.07378 22.5356C8.07378 22.5356 7.61507 22.353 7.52332 22.1705C7.43158 21.8967 7.52332 21.5316 7.8903 21.4403L45.138 7.38477C45.138 7.38477 45.7802 7.38477 45.8719 7.74985C45.9637 8.02365 45.8719 8.38873 45.505 8.48L8.25727 22.4443C8.25727 22.4443 8.16553 22.4443 8.07378 22.4443V22.5356Z' fill='%23BB0000'/%3E%3Cpath d='M3.76128 18.1549C3.76128 18.1549 3.30257 17.9723 3.21082 17.7898C3.11908 17.516 3.21082 17.1509 3.5778 17.0596L43.2108 2.09136C44.0365 1.81755 44.8622 2.18263 45.1374 3.00406L46.4218 6.47231C46.4218 6.47231 46.5136 7.29374 46.4218 7.65882C46.2383 8.0239 45.9631 8.29771 45.5961 8.48025C45.3209 8.57152 44.9539 8.48025 44.8622 8.11517C44.7705 7.84136 44.8622 7.47628 45.2292 7.38501C45.4127 7.38501 45.5044 7.1112 45.4127 6.92866L44.1283 3.46041C44.1283 3.46041 44.0365 3.27787 43.9448 3.27787C43.9448 3.27787 43.7613 3.27787 43.6695 3.27787L3.94477 18.0636C3.94477 18.0636 3.85303 18.0636 3.76128 18.0636V18.1549Z' fill='%23BB0000'/%3E%3Cpath d='M4.31193 25.6389H1.19266C0.550459 25.6389 0 25.0913 0 24.4524V18.2461C0 17.6072 0.550459 17.0596 1.19266 17.0596H4.31193C6.69725 17.0596 8.62385 18.9762 8.62385 21.3493C8.62385 23.7223 6.69725 25.6389 4.31193 25.6389ZM1.19266 18.1548V24.4524H4.31193C6.05505 24.4524 7.52294 22.9921 7.52294 21.258C7.52294 19.5239 6.05505 18.0635 4.31193 18.0635H1.19266V18.1548Z' fill='%23BB0000'/%3E%3Cpath d='M5.32119 21.2579C5.32119 21.8055 4.95422 22.1706 4.40376 22.1706C3.8533 22.1706 3.48633 21.7143 3.48633 21.2579C3.48633 20.8016 3.94504 20.3452 4.40376 20.3452C4.86247 20.3452 5.32119 20.8016 5.32119 21.2579Z' fill='%23BB0000'/%3E%3Cpath d='M39.0824 25.6391C39.0824 25.6391 38.899 25.6391 38.7155 25.5478C38.4402 25.3653 38.3485 25.0002 38.532 24.7264L42.2935 19.1589C42.2935 19.1589 42.8439 18.7939 43.1191 18.9764C43.3944 19.1589 43.4861 19.524 43.3026 19.7978L39.5412 25.3653C39.5412 25.3653 39.2659 25.6391 39.0824 25.6391Z' fill='%23BB0000'/%3E%3Cpath d='M28.8071 25.6391C28.8071 25.6391 28.6236 25.6391 28.4401 25.5478C28.1648 25.3653 28.0731 25.0002 28.2566 24.7264L32.0181 19.1589C32.0181 19.1589 32.5685 18.7939 32.8437 18.9764C33.119 19.1589 33.2107 19.524 33.0272 19.7978L29.2658 25.3653C29.2658 25.3653 28.9905 25.6391 28.8071 25.6391Z' fill='%23BB0000'/%3E%3Cpath d='M18.4408 25.6391C18.4408 25.6391 18.1656 25.6391 18.0739 25.5478C17.7986 25.3653 17.7069 25.0002 17.8904 24.7264L21.6518 19.1589C21.6518 19.1589 22.2023 18.7939 22.4775 18.9764C22.7528 19.1589 22.8445 19.524 22.661 19.7978L18.8996 25.3653C18.8996 25.3653 18.6243 25.6391 18.4408 25.6391Z' fill='%23BB0000'/%3E%3Cpath d='M20.3674 17.881C20.3674 17.881 20.0922 17.881 20.0004 17.7897L14.4959 13.8651C14.4959 13.8651 14.1289 13.3175 14.4041 13.0437C14.6793 12.7699 14.9546 12.6786 15.2298 12.9524L20.7344 16.877C20.7344 16.877 21.1014 17.4247 20.8261 17.6985C20.7344 17.881 20.5509 17.9723 20.3674 17.9723V17.881Z' fill='%23BB0000'/%3E%3Cpath d='M30.0002 14.2301C30.0002 14.2301 29.725 14.2301 29.6333 14.1389L24.1287 10.2143C24.1287 10.2143 23.7617 9.66663 24.0369 9.39283C24.2204 9.11902 24.5874 9.02775 24.8626 9.30156L30.3672 13.2262C30.3672 13.2262 30.7342 13.7738 30.4589 14.0476C30.3672 14.2301 30.1837 14.3214 30.0002 14.3214V14.2301Z' fill='%23BB0000'/%3E%3Cpath d='M39.7248 10.5792C39.7248 10.5792 39.4496 10.5792 39.3579 10.488L33.8533 6.56338C33.8533 6.56338 33.4863 6.01576 33.7615 5.74195C34.0368 5.46814 34.312 5.37687 34.5872 5.65068L40.0918 9.57528C40.0918 9.57528 40.4588 10.1229 40.1836 10.3967C40.0918 10.5792 39.9083 10.6705 39.7248 10.6705V10.5792Z' fill='%23BB0000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_754_21140'%3E%3Crect width='50' height='46' fill='white' transform='translate(0 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.searchTopCategory .cateGift::before{background-image:url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.2207 47.8312H4.69688C3.93864 47.8312 3.26465 47.2414 3.26465 46.3989V24.8312C3.26465 24.8312 3.5174 24.3257 3.77014 24.3257H46.0632C46.0632 24.3257 46.5687 24.5784 46.5687 24.8312V46.3989C46.5687 47.1572 45.9789 47.8312 45.1364 47.8312H45.2207ZM4.35989 25.4209V46.4832C4.35989 46.4832 4.52838 46.8202 4.69688 46.8202H45.2207C45.2207 46.8202 45.5577 46.6517 45.5577 46.4832V25.4209H4.35989Z' fill='%23BB0000'/%3E%3Cpath d='M28.4549 47.8315H21.5465C21.5465 47.8315 21.041 47.5787 21.041 47.326V26.6007C21.041 26.6007 21.2938 26.0952 21.5465 26.0952C21.7993 26.0952 22.052 26.348 22.052 26.6007V46.7362H27.8652V26.6007C27.8652 26.6007 28.1179 26.0952 28.3707 26.0952C28.6234 26.0952 28.8762 26.348 28.8762 26.6007V47.326C28.8762 47.326 28.6234 47.8315 28.3707 47.8315H28.4549Z' fill='%23BB0000'/%3E%3Cpath d='M28.4549 25.4218H21.5465C21.5465 25.4218 21.041 25.169 21.041 24.9163V16.3229C21.041 16.3229 21.2938 15.8174 21.5465 15.8174H28.4549C28.4549 15.8174 28.9604 16.0701 28.9604 16.3229V24.9163C28.9604 24.9163 28.7077 25.4218 28.4549 25.4218ZM22.052 24.3265H27.8652V16.7441H22.052V24.3265Z' fill='%23BB0000'/%3E%3Cpath d='M46.5678 25.4208H3.43223C2.67399 25.4208 2 24.8311 2 23.9886V17.0802C2 16.3219 2.58974 15.6479 3.43223 15.6479H46.5678C47.326 15.6479 48 16.2377 48 17.0802V23.9886C48 24.7469 47.326 25.4208 46.5678 25.4208ZM3.43223 16.8274C3.43223 16.8274 3.09524 16.9959 3.09524 17.1644V24.0729C3.09524 24.0729 3.26374 24.4099 3.43223 24.4099H46.5678C46.5678 24.4099 46.9048 24.2414 46.9048 24.0729V17.1644C46.9048 17.1644 46.7363 16.8274 46.5678 16.8274H3.43223Z' fill='%23BB0000'/%3E%3Cpath d='M24.9991 16.8278H18.0907C13.9625 16.8278 10.6768 13.4579 10.6768 9.41392C10.6768 5.36996 14.0467 2 18.0907 2C22.1346 2 25.5046 5.36996 25.5046 9.41392V16.3223C25.5046 16.3223 25.2519 16.8278 24.9991 16.8278ZM18.0907 3.01099C14.5522 3.01099 11.772 5.87546 11.772 9.41392C11.772 12.9524 14.6365 15.7326 18.0907 15.7326H24.4936V9.41392C24.4936 5.87546 21.6291 3.01099 18.0907 3.01099Z' fill='%23BB0000'/%3E%3Cpath d='M24.9996 16.8276H20.7029C18.0069 16.8276 15.8164 14.6371 15.8164 11.9411C15.8164 9.24516 18.0069 7.05469 20.7029 7.05469C23.3988 7.05469 25.5893 9.24516 25.5893 11.9411V16.2378C25.5893 16.2378 25.3366 16.7433 25.0838 16.7433L24.9996 16.8276ZM20.6186 8.14993C18.5124 8.14993 16.8274 9.83491 16.8274 11.9411C16.8274 14.0474 18.5124 15.7323 20.6186 15.7323H24.4098V11.9411C24.4098 9.83491 22.7248 8.14993 20.6186 8.14993Z' fill='%23BB0000'/%3E%3Cpath d='M31.9071 16.8278H24.9987C24.9987 16.8278 24.4932 16.5751 24.4932 16.3223V9.41392C24.4932 5.28571 27.8631 2 31.9071 2C35.951 2 39.321 5.36996 39.321 9.41392C39.321 13.4579 35.951 16.8278 31.9071 16.8278ZM25.5042 15.7326H31.9071C35.4455 15.7326 38.2258 12.8681 38.2258 9.41392C38.2258 5.95971 35.3613 3.01099 31.9071 3.01099C28.4529 3.01099 25.5042 5.87546 25.5042 9.41392V15.7326Z' fill='%23BB0000'/%3E%3Cpath d='M29.2954 16.8278H24.9987C24.9987 16.8278 24.4932 16.5751 24.4932 16.3223V12.0256C24.4932 9.32964 26.6836 7.13916 29.3796 7.13916C32.0756 7.13916 34.2661 9.32964 34.2661 12.0256C34.2661 14.7216 32.0756 16.9121 29.3796 16.9121L29.2954 16.8278ZM25.5042 15.7326H29.2954C31.4016 15.7326 33.0866 14.0476 33.0866 11.9414C33.0866 9.83513 31.4016 8.15015 29.2954 8.15015C27.1891 8.15015 25.5042 9.83513 25.5042 11.9414V15.7326Z' fill='%23BB0000'/%3E%3C/svg%3E%0A")}.searchTopCategory .cateSports::before{background-image:url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_754_21138)'%3E%3Cpath d='M5.13936 48.9999C4.08248 48.9999 3.0256 48.5596 2.23294 47.7669C0.647615 46.1816 0.647615 43.5394 2.23294 41.9541L9.6311 34.5559C9.6311 34.5559 10.2476 34.2917 10.4238 34.5559L15.4439 39.5761C15.4439 39.5761 15.7082 40.1926 15.4439 40.3688L8.04578 47.7669C7.25312 48.5596 6.19624 48.9999 5.13936 48.9999ZM9.9834 35.7889L3.0256 42.7467C1.88064 43.8917 1.88064 45.8293 3.0256 46.9743C4.17055 48.1192 6.10817 48.1192 7.25312 46.9743L14.2109 40.0165L9.9834 35.7889Z' fill='%23BB0000'/%3E%3Cpath d='M14.0346 39.6643C14.0346 39.6643 13.7704 39.6643 13.6823 39.4882L10.5998 36.4056C10.5998 36.4056 10.4236 35.7891 10.5998 35.6129L15.8842 30.3285C11.8328 23.9872 13.7704 14.2992 20.3759 7.60558C27.9502 0.0312679 39.0475 -1.20176 45.1245 4.8753C51.2016 10.9524 49.9686 22.1377 42.3062 29.712C35.6126 36.4056 26.0126 38.2551 19.5833 34.2037L14.2989 39.4882C14.2989 39.4882 14.0346 39.6643 13.9466 39.6643H14.0346ZM11.7447 35.9652L14.0346 38.2551L19.231 33.0588C19.231 33.0588 19.7594 32.7946 19.9356 33.0588C25.8365 37.1102 35.1723 35.3487 41.6016 28.9193C48.8236 21.6973 50.0567 11.3047 44.42 5.66797C38.6952 0.0312679 28.3025 1.2643 21.0805 8.48631C14.6511 14.9157 12.8897 24.2515 16.9411 30.1524C17.1172 30.4166 17.0291 30.6808 16.9411 30.857L11.7447 36.0533V35.9652Z' fill='%23BB0000'/%3E%3Cpath d='M27.4216 32.4424C24.6913 32.4424 22.1372 31.5617 20.2876 29.7121C15.7078 25.2204 17.0289 16.5011 23.106 10.424C29.1831 4.34698 37.8142 3.11395 42.3941 7.6057C46.9739 12.1855 45.6528 20.8167 39.5757 26.8938C35.9647 30.5048 31.473 32.4424 27.4216 32.4424ZM35.2601 6.02038C31.561 6.02038 27.3335 7.86992 23.8987 11.2167C18.262 16.8534 17.0289 24.78 21.0803 28.9195C25.1317 33.0589 33.1464 31.7378 38.7831 26.1011C44.4198 20.4644 45.6528 12.5378 41.6014 8.39836C40.0161 6.81304 37.7262 6.02038 35.2601 6.02038Z' fill='%23BB0000'/%3E%3Cpath d='M27.4216 32.4424C24.6913 32.4424 22.1372 31.5617 20.2876 29.7121C15.7078 25.2204 17.0289 16.5011 23.106 10.424C29.1831 4.34698 37.8142 3.11395 42.3941 7.6057C46.9739 12.1855 45.6528 20.8167 39.5757 26.8938C35.9647 30.5048 31.473 32.4424 27.4216 32.4424ZM35.2601 6.02038C31.561 6.02038 27.3335 7.86992 23.8987 11.2167C18.262 16.8534 17.0289 24.78 21.0803 28.9195C25.1317 33.0589 33.1464 31.7378 38.7831 26.1011C44.4198 20.4644 45.6528 12.5378 41.6014 8.39836C40.0161 6.81304 37.7262 6.02038 35.2601 6.02038Z' fill='%23BB0000'/%3E%3Cpath d='M43.2756 21.0807C43.2756 21.0807 43.0114 21.0807 42.9233 20.9046L29.1838 7.16514C29.1838 7.16514 28.9196 6.54863 29.1838 6.37248C29.4481 6.10826 29.8004 6.10826 29.9765 6.37248L43.7159 20.1119C43.7159 20.1119 43.9802 20.7284 43.7159 20.9046C43.6279 20.9927 43.4517 21.0807 43.3637 21.0807H43.2756Z' fill='%23BB0000'/%3E%3Cpath d='M32.5299 31.4733C32.5299 31.4733 32.2657 31.4733 32.0896 31.2971L18.7024 17.8219C18.7024 17.8219 18.4382 17.2054 18.7024 17.0292C18.8785 16.765 19.3189 16.765 19.4951 17.0292L32.8822 30.4164C32.8822 30.4164 33.1464 31.0329 32.8822 31.209C32.7941 31.2971 32.618 31.3852 32.5299 31.3852V31.4733Z' fill='%23BB0000'/%3E%3Cpath d='M38.9595 27.2458C38.9595 27.2458 38.6953 27.2458 38.5191 27.0696L22.842 11.3925C22.842 11.3925 22.5778 10.776 22.842 10.5999C23.1063 10.4237 23.4586 10.4237 23.6347 10.5999L39.3118 26.2769C39.3118 26.2769 39.4879 26.8935 39.3118 27.0696C39.2237 27.1577 39.0475 27.2458 38.9595 27.2458Z' fill='%23BB0000'/%3E%3Cpath d='M18.7028 26.101C18.7028 26.101 18.4386 26.101 18.3505 25.9249C18.0863 25.7487 18.0863 25.3965 18.3505 25.1322L37.9028 5.49186C37.9028 5.49186 38.5193 5.31571 38.6955 5.49186C38.8716 5.66801 38.9597 6.10838 38.6955 6.28452L19.0551 25.9249C19.0551 25.9249 18.7909 26.101 18.6147 26.101H18.7028Z' fill='%23BB0000'/%3E%3Cpath d='M24.5155 31.914C24.5155 31.914 24.2513 31.914 24.0751 31.7379C23.8109 31.4737 23.8109 31.1214 24.0751 30.9452L43.7155 11.3048C43.7155 11.3048 44.332 11.1287 44.5081 11.3048C44.6843 11.481 44.6843 11.9214 44.5081 12.0975L24.8678 31.7379C24.8678 31.7379 24.6036 31.914 24.5155 31.914Z' fill='%23BB0000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_754_21138'%3E%3Crect width='48' height='48' fill='white' transform='translate(1 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.searchTopCategory .cateLove::before{background-image:url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_754_21126)'%3E%3Cpath d='M5.13945 25.5725H1.52844C1.52844 25.5725 1 25.3083 1 25.0441C1 24.7798 1.26422 24.5156 1.52844 24.5156H5.13945C5.13945 24.5156 5.75596 24.7798 5.75596 25.0441C5.75596 25.3964 5.49174 25.5725 5.13945 25.5725Z' fill='%23BB0000'/%3E%3Cpath d='M48.4715 25.5725H44.8605C44.8605 25.5725 44.332 25.3083 44.332 25.0441C44.332 24.7798 44.5963 24.5156 44.8605 24.5156H48.4715C48.4715 24.5156 48.9999 24.7798 48.9999 25.0441C48.9999 25.3964 48.7357 25.5725 48.4715 25.5725Z' fill='%23BB0000'/%3E%3Cpath d='M25.0441 48.9999C25.0441 48.9999 24.5156 48.7357 24.5156 48.4715V44.8605C24.5156 44.8605 24.7798 44.332 25.0441 44.332C25.3083 44.332 25.5725 44.5963 25.5725 44.8605V48.4715C25.5725 48.4715 25.3083 48.9999 25.0441 48.9999Z' fill='%23BB0000'/%3E%3Cpath d='M25.0441 5.75596C25.0441 5.75596 24.5156 5.49174 24.5156 5.22752V1.52844C24.5156 1.52844 24.7798 1 25.0441 1C25.3083 1 25.5725 1.26422 25.5725 1.52844V5.13945C25.5725 5.13945 25.3083 5.66789 25.0441 5.66789V5.75596Z' fill='%23BB0000'/%3E%3Cpath d='M8.39865 42.1301C8.39865 42.1301 8.13443 42.1301 7.95828 41.954C7.78214 41.7778 7.78214 41.3375 7.95828 41.1613L10.5124 38.6072C10.5124 38.6072 11.1289 38.343 11.3051 38.6072C11.4812 38.8714 11.4812 39.2237 11.3051 39.3998L8.75094 41.954C8.75094 41.954 8.48672 42.1301 8.39865 42.1301Z' fill='%23BB0000'/%3E%3Cpath d='M39.0481 11.569C39.0481 11.569 38.7838 11.569 38.6077 11.3928C38.4315 11.2167 38.4315 10.7763 38.6077 10.6002L41.1618 8.04606C41.1618 8.04606 41.7783 7.86991 41.9545 8.04606C42.1306 8.31028 42.1306 8.66257 41.9545 8.83872L39.4004 11.3928C39.4004 11.3928 39.1361 11.569 38.96 11.569H39.0481Z' fill='%23BB0000'/%3E%3Cpath d='M41.6019 42.1301C41.6019 42.1301 41.3377 42.1301 41.2496 41.954L38.6955 39.3998C38.6955 39.3998 38.5193 38.7833 38.6955 38.6072C38.8716 38.431 39.312 38.343 39.4881 38.6072L42.0423 41.1613C42.0423 41.1613 42.2184 41.7778 42.0423 41.954C41.9542 42.0421 41.778 42.1301 41.6019 42.1301Z' fill='%23BB0000'/%3E%3Cpath d='M10.9525 11.5686C10.9525 11.5686 10.6883 11.5686 10.6002 11.3925L8.04606 8.83834C8.04606 8.83834 7.86991 8.22183 8.04606 8.04568C8.31028 7.86954 8.66257 7.86954 8.83872 8.04568L11.3928 10.5998C11.3928 10.5998 11.569 11.2163 11.3928 11.3925C11.3048 11.4805 11.1286 11.5686 10.9525 11.5686Z' fill='%23BB0000'/%3E%3Cpath d='M3.37787 34.5559C3.37787 34.5559 2.93751 34.3798 2.84943 34.2036C2.76136 33.9394 2.84943 33.5871 3.11365 33.499L6.46044 32.0898C6.46044 32.0898 7.07696 32.0898 7.16503 32.4421C7.2531 32.7944 7.16503 33.0587 6.90081 33.1467L3.55402 34.5559H3.37787Z' fill='%23BB0000'/%3E%3Cpath d='M43.3629 17.9983C43.3629 17.9983 42.9226 17.9102 42.8345 17.646C42.7464 17.3818 42.8345 17.0295 43.1868 16.9414L46.5336 15.5322C46.5336 15.5322 47.1501 15.5322 47.2382 15.8845C47.3262 16.1487 47.2382 16.501 46.8859 16.5891L43.5391 17.9983C43.5391 17.9983 43.3629 17.9983 43.2749 17.9983H43.3629Z' fill='%23BB0000'/%3E%3Cpath d='M34.0275 47.2384C34.0275 47.2384 33.5871 47.0622 33.499 46.8861L32.0898 43.5393C32.0898 43.5393 32.0898 42.9228 32.3541 42.7466C32.6183 42.6585 32.9706 42.7466 33.0587 43.0989L34.4678 46.4457C34.4678 46.4457 34.4678 47.0622 34.2036 47.1503C34.2036 47.1503 34.0275 47.1503 33.9394 47.1503L34.0275 47.2384Z' fill='%23BB0000'/%3E%3Cpath d='M17.382 7.25331C17.382 7.25331 16.9416 7.16523 16.8535 6.90101L15.4443 3.55422C15.4443 3.55422 15.4443 2.93771 15.7966 2.84964C16.0608 2.76156 16.4131 2.84964 16.5012 3.20193L17.9104 6.54872C17.9104 6.54872 17.9104 7.16523 17.6462 7.25331H17.47H17.382Z' fill='%23BB0000'/%3E%3Cpath d='M16.0601 47.2386H15.884C15.6198 47.1505 15.4436 46.7982 15.5317 46.534L16.9409 43.1872C16.9409 43.1872 17.3812 42.7468 17.6455 42.8349C17.9097 42.923 18.0858 43.2753 17.9097 43.6276L16.5005 46.9743C16.5005 46.9743 16.2363 47.3266 15.9721 47.3266L16.0601 47.2386Z' fill='%23BB0000'/%3E%3Cpath d='M32.6187 7.25321H32.4425C32.1783 7.16513 32.0022 6.81284 32.1783 6.54862L33.5875 3.20183C33.5875 3.20183 34.0279 2.76146 34.2921 2.84954C34.5563 2.93761 34.7325 3.2899 34.5563 3.55412L33.1471 6.90091C33.1471 6.90091 32.8829 7.25321 32.6187 7.25321Z' fill='%23BB0000'/%3E%3Cpath d='M46.7101 34.5559H46.534L43.1872 33.1467C43.1872 33.1467 42.7468 32.7063 42.8349 32.4421C42.923 32.1779 43.2753 32.0017 43.5395 32.0898L46.8863 33.499C46.8863 33.499 47.3266 33.9393 47.2386 34.2036C47.2386 34.3797 46.9743 34.5559 46.7101 34.5559Z' fill='%23BB0000'/%3E%3Cpath d='M6.72523 17.9982H6.54908L3.20229 16.5891C3.20229 16.5891 2.76193 16.1487 2.93807 15.8845C3.02615 15.6203 3.37844 15.4441 3.64266 15.5322L6.98945 16.9414C6.98945 16.9414 7.42982 17.3817 7.25367 17.6459C7.1656 17.8221 6.98945 17.9982 6.72523 17.9982Z' fill='%23BB0000'/%3E%3Cpath d='M25.0439 38.8717C25.0439 38.8717 24.8677 38.8717 24.7797 38.8717C24.2512 38.5194 10.9521 31.2093 10.9521 22.5781C10.9521 18.3506 14.4751 14.8276 18.7907 14.8276C21.2567 14.8276 23.5466 15.9726 25.0439 17.9102C26.5411 15.9726 28.831 14.8276 31.2971 14.8276C35.6127 14.8276 39.1356 18.2625 39.1356 22.5781C39.1356 31.2093 25.9246 38.5194 25.3081 38.8717C25.22 38.8717 25.132 38.8717 25.0439 38.8717ZM18.7907 15.8845C15.0916 15.8845 12.0971 18.7909 12.0971 22.49C12.0971 29.8001 23.1944 36.5818 25.0439 37.6386C26.8934 36.5818 37.9907 29.8001 37.9907 22.49C37.9907 18.879 34.9962 15.8845 31.2971 15.8845C28.9191 15.8845 26.7173 17.1175 25.4843 19.1432C25.3962 19.3194 25.22 19.4075 25.0439 19.4075C25.0439 19.4075 24.6916 19.3194 24.6035 19.1432C23.3705 17.1175 21.1687 15.8845 18.7907 15.8845Z' fill='%23BB0000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_754_21126'%3E%3Crect width='48' height='48' fill='white' transform='translate(1 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.searchCategory{width:100%;border:1px solid var(--border-default);border-radius:var(--border-m);margin-top:var(--m-16);height:50vh;overflow-y:scroll}@media screen and (max-width: 768px){.searchCategory .checkboxLabel{width:100%}}.searchCategory .daiCategoryBlock{background-color:var(--bg-purple);padding:var(--p-16)}@media screen and (max-width: 768px){.searchCategory .daiCategoryBlock{padding:var(--p-8)}}.searchCategory .daiCategory{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.searchCategory .daiCategory{font-size:var(--fs-m);line-height:var(--lh-default)}}.searchCategory .daiCategory{font-weight:var(--fw-bold)}.searchCategory .chuCategoryBlock{padding:var(--p-16);border-bottom:solid 1px var(--border-subtle)}.searchCategory .chuCategoryBlock:last-of-type{border-bottom:0}.searchCategory .chuCategoryBlock:not(:has(.shouCategory)) .chuCategory{padding-bottom:0}@media screen and (max-width: 768px){.searchCategory .chuCategoryBlock{padding:var(--p-8)}}.searchCategory .chuCategory{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.searchCategory .chuCategory{font-size:var(--fs-s);line-height:var(--lh-default)}}.searchCategory .chuCategory{font-weight:var(--fw-bold);padding-bottom:var(--p-16)}.searchCategory .shouCategory{display:flex;align-items:baseline;gap:var(--g-16);flex-wrap:wrap}.searchCategory .shouCategory{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.searchCategory .shouCategory{font-size:var(--fs-s);line-height:var(--lh-default)}}.searchCategory .shouCategory{padding-left:var(--p-16)}@media screen and (max-width: 768px){.searchCategory .shouCategory{gap:var(--g-8)}}.searchDetail{font-size:var(--fs-s)}.searchDetail .searchDetailTtlArea{display:flex;align-items:center;justify-content:space-between;font-weight:var(--fw-bold);margin-bottom:var(--m-8)}.searchDetail .detailConditions{background-color:var(--bg-purple);padding:var(--p-16)}.searchDetail ul{display:flex;flex-wrap:wrap;gap:var(--g-8)}@media screen and (max-width: 768px){.searchDetail ul{flex-wrap:wrap}}.searchDetail li{width:calc(25% - 8px)}@media screen and (max-width: 768px){.searchDetail li{width:calc(50% - 4px)}}.searchAreaReport .searchBox{display:flex;align-items:end;flex-wrap:wrap;padding:var(--p-24) var(--p-16);column-gap:var(--g-16);row-gap:var(--g-24)}@media screen and (max-width: 768px){.searchAreaReport .searchBox{flex-direction:column;align-items:baseline}.searchAreaReport .searchBox dl,.searchAreaReport .searchBox .tabWrap{width:100%}.searchAreaReport .searchBox dl input,.searchAreaReport .searchBox .tabWrap input{width:100%}}.searchAreaReport .searchBox dt{margin-bottom:var(--m-8)}.searchAreaReport .searchBox dt{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.searchAreaReport .searchBox dt{font-size:var(--fs-s);line-height:var(--lh-default)}}.searchAreaReport .searchBox dt{font-weight:var(--fw-bold)}.searchAreaReport .searchBox:has(.shortcut){align-items:center}@media screen and (max-width: 768px){.searchAreaReport .searchBox:has(.shortcut){align-items:start}}.searchAreaReport .activeConditions dt{margin-bottom:0}.searchAreaReport .activeConditions dt{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.searchAreaReport .activeConditions dt{font-size:var(--fs-s);line-height:var(--lh-default)}}.searchAreaReport .activeConditions dt{font-weight:var(--fw-bold)}.searchAreaReport input[type=text]:not(:where(.dateWrap *)){width:280px;line-height:var(--lh-tight);background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8L11.9929 16.9929C11.9968 16.9968 12.0032 16.9968 12.0071 16.9929L21 8' stroke='%23707070' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:right 8px center;background-size:14px;padding-right:var(--p-32)}.searchAreaReport input[type=text]:not(:where(.dateWrap *))::placeholder{line-height:var(--lh-tight);color:var(--text-gray)}@media screen and (max-width: 768px){.searchAreaReport input[type=text]:not(:where(.dateWrap *)){width:100%}}.searchAreaReport .caution{font-size:var(--fs-xs);line-height:var(--lh-default)}.searchAreaReport .caution{font-weight:var(--fw-normal)}.searchAreaReport .searchParameter dd{display:flex;align-items:center;gap:var(--g-8)}.searchAreaReport .searchParameter input{background-image:none;padding-right:inherit}.searchAreaReport .modalContent input{background-image:none;padding-right:inherit}.searchAreaReport .searchResult dl:not(:has(dd)){margin-bottom:62px}.searchAreaReport .searchResult dl:not(:has(dd)):last-of-type{margin-bottom:34px}@media screen and (max-width: 768px){.searchAreaReport .tabMini{width:100%}}@media screen and (max-width: 768px){.searchAreaReport .tabMini .tabItem{width:calc(50% - 2px)}}.searchAreaReport .tabMini .tabItem a,.searchAreaReport .tabMini .tabItem button{padding:var(--p-2) var(--p-4)}.searchAreaReport .tabMini .tabIndicator{height:22px}@media screen and (max-width: 768px){.searchAreaReport .tabMini .tabIndicator{height:24px}}.searchAreaReport .tabContent{flex-wrap:nowrap;align-items:end;gap:var(--g-16)}.searchAreaReport .tabContent:has(dl){margin-top:-28px}@media screen and (max-width: 768px){.searchAreaReport .tabContent:has(dl){margin-top:var(--m-8)}.searchAreaReport .tabContent:has(dl) dl{margin-top:var(--m-16)}}@media screen and (max-width: 1024px){.searchAreaReport .tabContent:has(.shortcut){flex-wrap:wrap}}.searchAreaReport .tabContent .btnSecondary{width:280px;height:40px;justify-content:center}@media screen and (max-width: 768px){.searchAreaReport .tabContent .btnSecondary{width:100%}}.searchAreaReport .tabContent:has(.shortcut){align-items:center}.searchAreaReport .searchAction{gap:var(--g-16)}.searchAreaReport .searchAction .btnPrimary{width:130px}.searchAreaReport .btnModal{width:280px;justify-content:center}@media screen and (max-width: 768px){.searchAreaReport .btnModal{width:100%}}.searchAreaReport .input-container{position:relative;width:100%}.searchAreaReport .autoComplete_wrapper{position:relative;width:100%;display:inline-block;vertical-align:top}.searchAreaReport .autoComplete_wrapper>ul{position:absolute;width:auto;min-width:100%;max-height:200px;overflow-y:auto;list-style:none;border:solid 1px var(--border-subtle);background-color:var(--bg-white);border-radius:var(--border-s);box-shadow:var(--shadow-1);top:100%;left:0;z-index:3}.searchAreaReport .autoComplete_wrapper>ul>li{padding:var(--p-4) var(--p-8);cursor:pointer;white-space:nowrap;overflow:hidden;vertical-align:middle}@media screen and (max-width: 768px){.searchAreaReport .autoComplete_wrapper>ul>li{white-space:normal}}.searchAreaReport .autoComplete_wrapper>ul>li:hover,.searchAreaReport .autoComplete_wrapper>ul>li li[aria-selected=true]{background-color:color-mix(in srgb, var(--btn-secondary-bg), black 5%)}.searchAreaReport .searchParameter .caution{padding-left:10px;text-indent:-10px}@media screen and (max-width: 480px){.searchAreaReport .searchParameter .caution{display:block}}@media screen and (max-width: 1024px){.searchAreaReport .tabContent{flex-wrap:nowrap}}.searchAreaReport .dateWrap{width:100%}.searchAreaReport .dateWrap dt span{font-weight:var(--fw-normal);margin-left:var(--m-8)}.searchAreaReport .dateWrap dd{display:flex;align-items:baseline;gap:var(--g-4)}@media screen and (max-width: 768px){.searchAreaReport .dateWrap dd{display:block}}.searchAreaReport .dateWrap dd .selectWrap{display:flex;align-items:baseline;gap:var(--g-4)}.reportPeriodArea:has(.datePicker){display:flex;flex-wrap:nowrap;align-items:center;gap:var(--g-16)}@media screen and (max-width: 768px){.reportPeriodArea:has(.datePicker){flex-direction:column;align-items:flex-start;gap:0}}.reportPeriodArea:has(.datePicker) .tabWrap{display:flex;align-items:center;gap:var(--g-8)}@media screen and (max-width: 768px){.reportPeriodArea:has(.datePicker) .tabWrap{flex-direction:column;align-items:flex-start;gap:0;width:100%}}.reportPeriodArea:has(.datePicker) .tabContent{align-items:center;gap:var(--g-8)}@media screen and (max-width: 768px){.reportPeriodArea:has(.datePicker) .tabContent{width:100%}}.reportPeriodArea:has(.datePicker) .tabMini{margin-bottom:0;flex-wrap:nowrap;white-space:nowrap}@media screen and (max-width: 768px){.reportPeriodArea:has(.datePicker) .tabMini{margin-bottom:var(--m-16)}}@media screen and (max-width: 480px){.reportPeriodArea:has(.datePicker) .tabMini{width:100%}}@media screen and (max-width: 768px){.reportPeriodArea:has(.datePicker) label:not(.calendar){width:100%}}.reportPeriodArea:has(.datePicker) .shortcut{display:flex;gap:var(--g-8)}@media screen and (max-width: 768px){.reportPeriodArea:has(.datePicker) .shortcut{margin-bottom:var(--m-16)}}.reportPeriodArea:has(.datePicker) .shortcut li{display:flex;gap:var(--g-4)}.reportPeriodArea:has(.datePicker) .shortcut a{display:flex;align-items:center;justify-content:center;gap:var(--g-4)}.reportPeriodArea:has(.datePicker) .shortcut a{font-size:var(--fs-xs);line-height:var(--lh-default)}.reportPeriodArea:has(.datePicker) .shortcut a{line-height:var(--lh-tight);border:solid 1px var(--border-default);background-color:var(--bg-gray);border-radius:var(--border-m);padding:var(--p-4);color:var(--text-black);text-decoration:none;min-width:64px;height:36px;width:max-content}.reportPeriodArea:has(.datePicker) .shortcut a:hover{border:solid 1px var(--brand-main);color:var(--text-red)}.reportPeriodArea:has(.datePicker) .shortcut .active a{border:solid 1px var(--brand-main);color:var(--text-red)}.reportPeriodArea:has(.datePicker) .shortcut .active a::before{display:block;content:"";background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4Z' fill='%23BB0000'/%3E%3Cpath d='M7 12.5L10 15.5L16.5 9' stroke='%23BB0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:contain;width:16px;height:16px}.reportPeriodArea:has(.datePicker) .datePicker{position:relative;display:flex;align-items:center;gap:var(--g-8)}@media screen and (max-width: 480px){.reportPeriodArea:has(.datePicker) .datePicker{position:inherit}}@media screen and (max-width: 480px){.reportPeriodArea:has(.datePicker) .datePicker:has(.calendar):not(:has(.calendar~.calendar)){width:100%;flex-direction:column;align-items:flex-start}}@media screen and (max-width: 480px){.reportPeriodArea:has(.datePicker) .datePicker:has(.calendar):not(:has(.calendar~.calendar)) .calendar{width:100%}}.reportPeriodArea:has(.datePicker) .datePicker .calendarWrap{display:flex;align-items:anchor-center;gap:5px}.reportPeriodArea:has(.datePicker) .datePicker .calendar input{width:160px;line-height:var(--lh-tight);background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8L11.9929 16.9929C11.9968 16.9968 12.0032 16.9968 12.0071 16.9929L21 8' stroke='%23707070' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:right 8px center;background-size:14px;padding-right:var(--p-32)}.reportPeriodArea:has(.datePicker) .datePicker .calendar input::placeholder{line-height:var(--lh-tight);color:var(--text-gray)}@media screen and (max-width: 768px){.reportPeriodArea:has(.datePicker) .datePicker .calendar input{width:100%}}@media screen and (max-width: 480px){.reportPeriodArea:has(.datePicker) .datePicker .calendarBtn{margin:0 auto}}.reportPeriodArea:has(.datePicker) .datePicker .calendarBtn button{white-space:nowrap}@media screen and (max-width: 768px){.reportPeriodArea:has(.datePicker) .datePicker .calendarBtn button{width:120px}}.reportPeriodArea:has(.datePicker) .datePicker .calendarError{position:absolute;top:47px;text-align:center;color:var(--text-error)}@media screen and (max-width: 480px){.reportPeriodArea:has(.datePicker) .datePicker .calendarError{position:inherit}}.reportPeriodArea:has(.datePicker) .datePicker .noCalendar{display:flex;align-items:center;justify-content:center;height:36px;margin-top:0;padding:var(--p-8) var(--p-16);background-color:var(--bg-gray);border:solid 1px var(--border-default);border-radius:var(--border-m);color:var(--text-gray);text-align:center;white-space:nowrap}@media screen and (max-width: 480px){.reportPeriodArea:has(.datePicker) .datePicker:has(:is(.calendar~.calendar)){flex-wrap:wrap}}@media screen and (max-width: 480px){.reportPeriodArea:has(.datePicker) .datePicker:has(:is(.calendar~.calendar)) .calendar{width:44.7%}}@media screen and (max-width: 480px){.reportPeriodArea:has(.datePicker) .datePicker:has(:is(.calendar~.calendar)) .calendar input{padding-right:26px}}@media screen and (max-width: 768px){.reportPeriodArea:has(.datePicker) .datePicker:has(:is(.calendar~.calendar)) label+p{margin-top:0}}.resultControlBar:has(.datePicker){display:grid;grid-template-columns:1fr 1fr 368px;align-items:flex-start;gap:var(--g-8)}@media screen and (max-width: 768px){.resultControlBar:has(.datePicker){grid-template-columns:1fr 1fr;row-gap:var(--g-16)}}.resultControlBar:has(.datePicker) .resultCount{width:fit-content}.resultControlBar:has(.datePicker) .resultControls{justify-content:flex-end;align-items:baseline;margin-top:0}.resultControlBar:has(.datePicker) .tabWrap{display:flex;align-items:baseline;gap:var(--g-8);width:max-content}@media screen and (max-width: 768px){.resultControlBar:has(.datePicker) .tabWrap{flex-direction:column;align-items:flex-start;gap:0;width:100%;grid-column:1/-1;margin-bottom:var(--m-16)}.resultControlBar:has(.datePicker) .tabWrap .tabMini{width:100%}.resultControlBar:has(.datePicker) .tabWrap .tabItem{width:calc(50% - 4px)}}@media screen and (max-width: 768px){.resultControlBar:has(.datePicker) .tabContent{width:100%}}.resultControlBar:has(.datePicker) .datePicker input[type=text]{width:100%;line-height:var(--lh-tight);background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8L11.9929 16.9929C11.9968 16.9968 12.0032 16.9968 12.0071 16.9929L21 8' stroke='%23707070' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:right 8px center;background-size:14px;padding-right:var(--p-32)}.modalContentInner .searchKeyword{display:flex;height:40px;border-right:solid 1px var(--border-default)}.modalContentInner .searchKeyword .searchInput{background-image:none;padding-left:8px;width:calc(100% - 40px);height:36px}.modalContentInner .searchKeyword .searchInput+.btnM{border-radius:0 var(--border-s) var(--border-s) 0;margin:2px;width:40px}.searchMultiple{width:100%;max-height:48vh;border:1px solid var(--border-default);border-radius:var(--border-s);margin-top:var(--m-16);overflow-y:auto;padding:var(--p-16)}@media screen and (max-width: 768px){.searchMultiple{padding:var(--p-8)}}.searchMultiple .checkboxLabel{margin-bottom:var(--m-16)}.searchMultiple .checkboxText{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.searchMultiple .checkboxText{font-size:var(--fs-m);line-height:var(--lh-default)}}.option{display:flex;justify-content:space-between;align-items:center;gap:var(--g-4);width:100%;max-width:980px;margin:0 auto;padding:var(--p-8);box-shadow:inherit;border:solid 1px var(--border-muted)}.option:link,.option:visited{text-decoration:none;color:var(--brand-accent)}.option:hover{background-color:var(--bg-hover)}.option::after{position:absolute;top:50%;right:8px;transform:translateY(-50%);content:"";display:inline-block;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19L16.9929 12.0071C16.9968 12.0032 16.9968 11.9968 16.9929 11.9929L10 5' stroke='%23009988' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:right center;flex-shrink:0}.option.ricoA{position:relative;margin-bottom:var(--m-48);padding-right:30px}@media screen and (max-width: 768px){.option.ricoA{margin-bottom:var(--m-32)}}.option.ricoA p:has(a){width:100%}.option.ricoA p:empty{display:none}.option.ricoA a{display:block;color:var(--brand-accent);text-decoration:none;text-align:center}.option.ricoA a::before{content:"";position:absolute;inset:0;z-index:5}@media screen and (max-width: 768px){.option.ricoA a{text-align:left}}.option.box.ricoA2{position:relative;margin-top:var(--m-48);margin-bottom:var(--m-24);gap:var(--g-8);padding-right:30px}@media screen and (max-width: 768px){.option.box.ricoA2{margin-bottom:var(--m-32)}}.option.box.ricoA2 img{height:60px;width:auto;vertical-align:bottom}.option.box.ricoA2 a{display:block}.option.box.ricoA2 a::before{content:"";position:absolute;inset:0;z-index:5}.option.box.ricoA2 p:not(.ban){width:100%}.option.box.ricoA2 p:empty{display:none}.option.box.ricoA2 a{display:block;width:100%;color:var(--brand-accent);text-decoration:none;text-align:left}.option.box.ricoA2 .btnBox{display:none}@media screen and (max-width: 480px){.option.box.ricoA2{flex-direction:column}}.option:has(.actionCant):hover{background-color:var(--bg-white)}.ricoAfterWrap .ricoAfterTitle{font-size:var(--fs-m);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.ricoAfterWrap .ricoAfterTitle{font-size:var(--fs-l);line-height:var(--lh-default)}}.ricoAfterWrap .ricoAfterTitle{text-align:center;border-radius:var(--border-m);text-align:center;display:flex;justify-content:center;margin-bottom:var(--m-16)}.ricoAfterWrap .rocoAfterInner{display:flex;flex-direction:column;flex-wrap:wrap;gap:var(--g-16);justify-content:center}.ricoAfterWrap img{width:100%;max-width:468px}.ricoAfterWrap .ricoAfter{overflow:hidden;gap:var(--g-8);box-shadow:var(--shadow-1);align-items:self-start;margin-bottom:inherit}@media screen and (max-width: 768px){.ricoAfterWrap .ricoAfter{flex-wrap:wrap;justify-content:center}}.ricoAfterWrap .ricoAfter::after{content:none}.ricoAfterWrap .ricoAfter .ricoAfterRight{width:calc(100% - 468px);display:flex;flex-direction:column;gap:var(--g-8);align-items:flex-end}@media screen and (max-width: 768px){.ricoAfterWrap .ricoAfter .ricoAfterRight{width:100%;align-items:center}}.ricoAfterWrap .ricoAfter .ricoAfterTxt{color:var(--text-black);width:100%;text-align:left}@media screen and (max-width: 768px){.ricoAfterWrap .ricoAfter .ricoAfterTxt{text-align:center}}.ricoAfterWrap .ricoAfter .ricoAfterAction{display:flex;justify-content:center;gap:var(--g-4);align-items:center;width:150px;background-color:var(--brand-accent);color:var(--text-white);padding:var(--p-4)}.ricoAfterWrap .ricoAfter .ricoAfterAction{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.ricoAfterWrap .ricoAfter .ricoAfterAction{font-size:var(--fs-s);line-height:var(--lh-default)}}.ricoAfterWrap .ricoAfter .ricoAfterAction{border-radius:var(--border-m)}.ricoAfterWrap .ricoAfter .ricoAfterAction::after{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19L16.9929 12.0071C16.9968 12.0032 16.9968 11.9968 16.9929 11.9929L10 5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:contain}.ricoAfterWrap .ricoAfter .ricoAfterAction.actionSecondary{border:solid 1px var(--border-default);background-color:var(--bg-white);color:var(--text-black)}.ricoAfterWrap .ricoAfter .ricoAfterAction.actionSecondary::after{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19L16.9929 12.0071C16.9968 12.0032 16.9968 11.9968 16.9929 11.9929L10 5' stroke='%23009988' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.ricoAfterWrap .ricoAfter .ricoAfterAction.actionSelfback{background-color:var(--brand-selfback)}.ricoAfterWrap .ricoAfter .ricoAfterAction.actionInprogress{background-color:var(--status-in-progress-bg);color:var(--status-in-progress)}.ricoAfterWrap .ricoAfter .ricoAfterAction.actionInprogress::after{content:none}.ricoAfterWrap .ricoAfter .ricoAfterAction.actionCant{background-color:var(--status-pending-bg);color:var(--status-pending)}.ricoAfterWrap .ricoAfter .ricoAfterAction.actionCant::after{content:none}.onlyBan{display:block;width:fit-content;margin:0 auto;padding:8px;box-shadow:inherit;border:solid 1px var(--border-muted)}.onlyBan img{display:inline-block;height:60px;width:auto;vertical-align:bottom}.onlyBan:hover{background-color:var(--bg-hover)}@keyframes fadeInScale{0%{opacity:0}100%{opacity:1}}body:has(.modal:not(.hidden)){overflow:clip;overscroll-behavior:none}.modal.hidden{display:none}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:color-mix(in srgb, var(--gray-800) 90%, transparent);justify-content:center;align-items:center;z-index:1000;transition:background-color .3s ease}.modalContent{opacity:0;transform:scale(0.95);transition:opacity .3s ease,transform .3s ease}@media screen and (max-width: 768px){.modalContent .cellSizeXs{width:100%}}.modal:not(.hidden) .modalContent{opacity:1;animation:fadeInScale .3s ease forwards;background:var(--bg-white);border-radius:var(--border-m);position:relative;max-width:900px;top:50%;left:calc(50% - 32px);transform:translate(-50%, -50%);margin:0 var(--m-32);max-height:80vh;overflow-y:auto}@media screen and (max-width: 768px){.modal:not(.hidden) .modalContent{left:0;transform:translateY(-50%);margin:0 var(--m-16)}}.modal:not(.hidden) .modalContent h2{padding:var(--p-16);border-bottom:solid 1px var(--border-subtle);margin-bottom:0}.modal:not(.hidden) .modalContent .modalContentInner{padding:var(--p-16)}.modal:not(.hidden) .modalContent .modalContentInner.hidden{display:none}.closeModal{position:absolute;top:16px;right:16px;cursor:pointer;content:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4101 4.17578C18.8006 3.78536 19.4337 3.78543 19.8242 4.17578C20.2144 4.56632 20.2146 5.19943 19.8242 5.58984L13.4414 11.9717L19.8242 18.3545C20.2145 18.745 20.2145 19.3781 19.8242 19.7686C19.4337 20.1589 18.8006 20.1589 18.4101 19.7686L12.0273 13.3857L5.64549 19.7686C5.25508 20.159 4.62198 20.1587 4.23143 19.7686C3.84107 19.378 3.84096 18.745 4.23143 18.3545L10.6133 11.9717L4.23143 5.58984C3.84095 5.19936 3.84103 4.56632 4.23143 4.17578C4.62197 3.78542 5.25502 3.78531 5.64549 4.17578L12.0273 10.5576L18.4101 4.17578Z' fill='%23707070'/%3E%3C/svg%3E%0A")}.modalAction{padding:var(--p-16);padding-top:0;display:flex;justify-content:center;align-items:center;gap:var(--p-16)}.modalAction .hidden{display:none}.modalScrollArea{height:60vh;overflow-y:auto}@media screen and (max-width: 768px){.modalScrollArea{height:50vh}}.modal.modalBan .modalContent{max-width:fit-content;padding:var(--p-16)}@media screen and (max-width: 768px){.modal.modalBan .modalContent{max-width:calc(100% - 32px);margin:0 auto}}.modal.modalBan .modalContent .modalContentInner{padding:0}.modal.modalBan .modalContent form{display:flex;flex-direction:column;align-items:center;width:fit-content;margin:0 auto}.modal.modalBan .modalBanner{width:auto;text-align:center}.modal.modalBan .modalBanner img{width:100%;height:auto;vertical-align:bottom;image-rendering:auto}@media screen and (max-width: 480px){.modal.modalBan .modalBanner img{width:100%}}.modal.modalBan .closeModal{background-color:var(--bg-white)}.modal.modalBan .modalCheck{width:auto;margin-top:var(--m-16)}.modal.modalBan .modalCheck .checkboxLabel{justify-content:center}.statusMessage{display:flex;flex-direction:column;align-items:center;gap:24px;margin:var(--m-64) auto}@media screen and (max-width: 768px){.statusMessage{margin:var(--m-40) auto}}.statusMessage .txtMessage{font-size:var(--fs-m);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.statusMessage .txtMessage{font-size:var(--fs-l);line-height:var(--lh-default)}}.statusMessage .txtMessage{font-weight:var(--fw-bold);text-align:center}.modalContent .statusMessage{margin:var(--m-24) auto}.noDataArea{display:flex;flex-direction:column;align-items:center;gap:24px;margin:var(--m-64) auto}@media screen and (max-width: 768px){.noDataArea{margin:var(--m-40) auto}}.noDataArea .txtMessage{font-size:var(--fs-m);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.noDataArea .txtMessage{font-size:var(--fs-l);line-height:var(--lh-default)}}.noDataArea .txtMessage{font-weight:var(--fw-bold);text-align:center}@media screen and (max-width: 768px){form>.formActions.charityAction{flex-direction:column}}@media screen and (max-width: 768px){form>.formActions.charityAction select{width:100%;font-size:var(--fs-xs)}}@media screen and (max-width: 768px){form>.formActions.charityAction .btn{width:20%;margin:0 auto}}form .txtError:has(+.formActions){margin-top:var(--m-24);text-align:center}@media screen and (max-width: 768px){form .txtError:has(+.formActions).spTxtLeft{text-align:left}}@media screen and (max-width: 480px){form .formActions.btnVertical{flex-direction:column-reverse}form .formActions.btnVertical .btn.btnLink{justify-content:center}}form .recaptchaArea+.formActions{margin-top:var(--m-40)}@media screen and (max-width: 768px){.siteForm.formS{min-width:100%}}.siteForm.formS .tableVertical th{width:30%}@media screen and (max-width: 768px){.siteForm.formS .tableVertical th{width:100%}}.siteForm .entryTable td input[type=text],.siteForm .entryTable td input[type=password],.siteForm .entryTable td input[type=tel],.siteForm .entryTable td input[type=number],.siteForm .entryTable td select{background-color:var(--red-25)}.siteForm .entryTable td input[type=text].error,.siteForm .entryTable td input[type=password].error,.siteForm .entryTable td input[type=tel].error,.siteForm .entryTable td input[type=number].error,.siteForm .entryTable td select.error{border:solid 1px var(--red-400)}.siteForm .entryTable td input.ok[type=text],.siteForm .entryTable td input.ok[type=tel],.siteForm .entryTable td input.ok[type=number],.siteForm .entryTable td input.ok[type=password],.siteForm .entryTable td textarea.ok,.siteForm .entryTable td select.ok{background-color:var(--blue-25)}.box:has(.formS){width:650px;margin:0 auto var(--m-48)}@media screen and (max-width: 768px){.box:has(.formS){width:auto}}.recMediaFrame .otherLink{margin-bottom:var(--m-24)}.recMediaFrame .recMediaArea{width:95%;margin:0 auto 40px}@media screen and (max-width: 480px){.recMediaFrame .recMediaArea{width:100%}}.recMediaFrame .recMediaArea>p{margin:0 0 12px;text-align:center;line-height:1.6}@media screen and (max-width: 480px){.recMediaFrame .recMediaArea>p{text-align:left;font-size:var(--fs-s)}}.recMediaFrame .recMediaArea .recMediaItem{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:clamp(16px,3vw,28px);margin:var(--m-16) auto}@media screen and (max-width: 480px){.recMediaFrame .recMediaArea .recMediaItem{grid-template-columns:1fr}}.recMediaFrame .recMediaArea .recMediaItem a{display:block;color:#222;text-decoration:none}.recMediaFrame .recMediaArea .recMediaItem a:hover,.recMediaFrame .recMediaArea .recMediaItem a:focus-visible{text-decoration:none;outline:none}.recMediaFrame .recMediaArea .recMediaItem a dl{margin:0;padding:var(--p-8);border:1px solid #d9d9d9;border-radius:12px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.06);transition:.3s;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6em;height:100%;text-align:center}.recMediaFrame .recMediaArea .recMediaItem a dl:hover{background-color:var(--bg-hover)}.recMediaFrame .recMediaArea .recMediaItem a dt{margin:0}.recMediaFrame .recMediaArea .recMediaItem a dt img{max-height:36px;max-width:100%;width:auto;height:auto;display:block}@media screen and (max-width: 480px){.recMediaFrame .recMediaArea .recMediaItem a dt img{height:32px}}.recMediaFrame .recMediaArea .recMediaItem a dd{margin:0;line-height:1.6;font-size:var(--fs-s)}.recMediaFrame .recMediaArea .mdNone{display:none}.recMediaFrame .recMediaArea .mdBlock{display:block}@media screen and (max-width: 768px){.recMediaFrame .recMediaArea .mdNone{display:block}.recMediaFrame .recMediaArea .mdBlock{display:none}}.recMediaFrame .recMediaArea .goBlog{text-align:center}.isScrollable{position:relative;overflow-x:auto;overflow-y:hidden;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-color:var(--bg-gray)}@media screen and (max-width: 1024px){.isScrollable{max-height:700px;overflow-y:auto}}@media screen and (max-width: 480px){.isScrollable{max-height:500px}}.isScrollable::-webkit-scrollbar{width:8px;height:8px}.isScrollable::-webkit-scrollbar-track{background-color:var(--gray-50)}.isScrollable::-webkit-scrollbar-thumb{background-color:var(--gray-400);border-radius:var(--border-m)}.isScrollable::-webkit-scrollbar-thumb:hover{background-color:color-mix(in srgb, var(--gray-400), black 5%);cursor:pointer}.isScrollable table{width:max-content;min-width:100%}.isScrollable p,.isScrollable span{cursor:auto}@media screen and (max-width: 1024px){.isScrollable .spFixed{position:sticky;top:0;z-index:3}}.scrollable-active,.scrollable-active th,.scrollable-active td{cursor:grab}.scrollable-active:active,.scrollable-active th:active,.scrollable-active td:active{cursor:grabbing}.scrollable-active td.-over-text,.scrollable-active th.-over-text{cursor:auto !important}.isScrollable.isDragging{user-select:none}.isScrollable.isDragging th,.isScrollable.isDragging td,.isScrollable.isDragging a,.isScrollable.isDragging .pgid{user-select:text}.scrollable-active .leftFixed thead tr>th:first-child:first-of-type{background-color:var(--bg-purple)}.scrollable-active .leftFixed tr>td:first-child:first-of-type{background-color:var(--bg-white)}.tableWrapper.scrollable-active .leftFixed tr>th:first-child:first-of-type,.tableWrapper.scrollable-active .leftFixed tr>td:first-child:first-of-type{position:sticky;left:0;z-index:2}@media screen and (max-width: 480px){.tableWrapper.scrollable-active .leftFixed tr>th:first-child:first-of-type,.tableWrapper.scrollable-active .leftFixed tr>td:first-child:first-of-type{position:static;left:auto}}.tableWrapper.scrollable-active .leftFixed tr>th:first-child:first-of-type::before,.tableWrapper.scrollable-active .leftFixed tr>td:first-child:first-of-type::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-right:solid 1px var(--border-subtle);z-index:-1}@media screen and (max-width: 480px){.tableWrapper.scrollable-active .leftFixed tr>th:first-child:first-of-type::before,.tableWrapper.scrollable-active .leftFixed tr>td:first-child:first-of-type::before{display:none}}.tableWrap .scrollable-active .leftFixed thead tr:first-of-type th:first-of-type,.tableWrap .scrollable-active .leftFixed tbody th{position:sticky;left:0;z-index:2}@media screen and (max-width: 480px){.tableWrap .scrollable-active .leftFixed thead tr:first-of-type th:first-of-type,.tableWrap .scrollable-active .leftFixed tbody th{position:relative;left:auto}}.scrollHint{position:absolute;top:15%;left:50%;transform:translateX(-50%);z-index:100;padding:var(--m-16);background-color:color-mix(in srgb, var(--gray-800) 90%, transparent);border-radius:var(--border-m);pointer-events:none;opacity:0;transition:opacity .3s;color:var(--bg-white)}@media screen and (max-width: 768px){.scrollHint{top:20%}}@media screen and (max-width: 480px){.scrollHint{top:12%;padding:var(--p-8) var(--p-16)}.scrollHint{font-size:var(--fs-xs);line-height:var(--lh-default)}}.scrollHint p{margin:0 auto}.scrollHint .scrollHintInner::before{content:"";display:block;width:32px;height:32px;margin:0 auto;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 256 256' fill='%23ffffff'%3E%3Cpath d='M216,140v36c0,25.59-8.49,42.85-8.85,43.58A8,8,0,0,1,200,224a7.9,7.9,0,0,1-3.57-.85,8,8,0,0,1-3.58-10.73c.06-.12,7.16-14.81,7.16-36.42V140a12,12,0,0,0-24,0v4a8,8,0,0,1-16,0V124a12,12,0,0,0-24,0v12a8,8,0,0,1-16,0V68a12,12,0,0,0-24,0V176a8,8,0,0,1-14.79,4.23l-18.68-30-.14-.23A12,12,0,1,0,41.6,162L70.89,212A8,8,0,1,1,57.08,220l-29.32-50a28,28,0,0,1,48.41-28.17L80,148V68a28,28,0,0,1,56,0V98.7a28,28,0,0,1,38.65,16.69A28,28,0,0,1,216,140Zm37.66-89.66-32-32a8,8,0,0,0-11.31,11.32L228.68,48H176a8,8,0,0,0,0,16h52.69L210.34,82.34a8,8,0,0,0,11.31,11.32l32-32A8,8,0,0,0,253.66,50.34Z'/%3E%3C/svg%3E");background-size:32px;background-position:center}.scrollHint.show{opacity:1}.tabItemS a,.tabItemS button{min-width:50px;height:36px;display:flex;align-items:center;justify-content:center;border:solid 1px var(--border-default);border-radius:var(--border-m);padding:var(--p-4) var(--p-8);font-weight:var(--fw-bold);cursor:pointer;background-color:var(--bg-white);color:var(--text-black);border:solid 1px var(--border-subtle);text-decoration:none}.tabItemS a,.tabItemS button{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.tabItemS a,.tabItemS button{font-size:var(--fs-s);line-height:var(--lh-default)}}@media screen and (max-width: 480px){.tabItemS a,.tabItemS button{padding:var(--p-8);text-align:center}}.tabItemS a,.tabItemS button{transition:background-color .2s ease-in-out}.tabItemS a:hover,.tabItemS button:hover{background-color:color-mix(in srgb, var(--btn-secondary-bg), black 5%)}.tabItemS.isActive a,.tabItemS.isActive button{background-color:var(--brand-main);color:var(--text-white);box-shadow:inherit}@media screen and (max-width: 480px){.tabItemS{width:calc(50% - 4px)}}.summary{display:flex;width:100%;gap:var(--g-16);margin-bottom:var(--m-32)}@media screen and (max-width: 768px){.summary{flex-wrap:wrap}}.summary .summaryBox{width:50%;background-color:var(--bg-white);border-radius:var(--border-m);box-shadow:var(--shadow-1)}@media screen and (max-width: 768px){.summary .summaryBox{width:100%}}.summary .detailWrap{display:flex}.summary .detailWrap li{flex:1;padding:var(--p-16)}.summary .detailWrap li:not(:last-of-type){border-right:solid 1px var(--border-muted)}.summary .detailWrap .figure{width:fit-content;margin-left:auto}.summary .detailWrap .figure{font-size:var(--fs-m);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.summary .detailWrap .figure{font-size:var(--fs-l);line-height:var(--lh-default)}}.summary .detailWrap .figure{font-weight:var(--fw-bold)}.summary .detailWrap .figure span{display:inline-block;margin-left:var(--m-2)}.summary .detailWrap .figure span{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.summary .detailWrap .figure span{font-size:var(--fs-s);line-height:var(--lh-default)}}.summary .detailname{display:flex;align-items:center;font-weight:var(--fw-bold);color:var(--text-gray)}.summary .detailname::before{content:"";display:block;width:8px;height:8px;margin-right:var(--m-4);border-radius:var(--border-full)}.summary .undecided .detailname::before{background-color:var(--orange-300)}.summary .decided .detailname::before{background-color:var(--green-300)}.summary:not(:has(.incurred)) .detailname{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.summary:not(:has(.incurred)) .detailname{font-size:var(--fs-s);line-height:var(--lh-default)}}@media screen and (max-width: 768px){.summary:not(:has(.incurred)) .detailname{font-size:var(--fs-xs);line-height:var(--lh-default)}}.tableReport .boxHeaderFlex .btnSecondary.btnS{white-space:nowrap}.tableReport .boxHeaderFlex+.tableWrap{margin-top:var(--m-16)}.tableReport .boxHeaderFlex:has(.tabMonth){gap:var(--g-16)}@media screen and (max-width: 1024px){.tableReport .boxHeaderFlex:has(.tabMonth){display:block}}.tableReport .boxHeaderFlex:has(.tabMonth) .split{flex-wrap:nowrap;align-items:flex-start}@media screen and (max-width: 1024px){.tableReport .boxHeaderFlex:has(.tabMonth) .spFlexEnd{display:flex;justify-content:flex-end;margin-top:var(--m-16)}}.tableReport .tabMonth{width:100%}@media screen and (max-width: 480px){.tableReport .tabMonth .tabItemS a,.tableReport .tabMonth .tabItemS button{width:100%}}@media screen and (max-width: 768px){.tableReport .resultControlBar:not(:has(.btnChange)):not(:has(.resultCount)) .resultControls{margin-top:0}.tableReport .resultControlBar:has(.resultCount){position:relative}.tableReport .resultControlBar:has(.resultCount):has(.btnChange) .resultCount{margin-top:var(--m-8)}.tableReport .resultControlBar:has(.resultCount):has(.btnChange) .resultControls{margin-top:var(--m-16)}.tableReport .resultControlBar:has(.resultCount):has(.btnChange) .resultControls .btnChange{position:absolute;top:-8px;right:0;z-index:1}}@media screen and (max-width: 480px){.tableReport .selectSpAdjustment select{width:45vw;max-width:114px;padding-right:27px}}.tableReport .tableWrap{border:solid 1px var(--border-subtle);border-radius:var(--border-s);overflow:hidden}.tableReport table{border-collapse:collapse}.tableReport table{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.tableReport table{font-size:var(--fs-s);line-height:var(--lh-default)}}@media screen and (max-width: 480px){.tableReport table{font-size:var(--fs-xs);line-height:var(--lh-default)}}.tableReport thead tr:first-of-type th:first-of-type,.tableReport tbody th{position:relative}.tableReport thead tr:first-of-type th:first-of-type::before,.tableReport tbody th::before{content:"";position:absolute;bottom:0;right:0;width:1px;height:100%;border-right:1px solid var(--border-subtle);z-index:1}.tableReport thead th{background-color:var(--bg-purple);text-align:center;vertical-align:middle;line-height:1}.tableReport thead th::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;border-bottom:solid 1px var(--border-subtle)}.tableReport thead th>div{position:relative;display:flex;justify-content:center;align-items:center;gap:var(--g-4);white-space:nowrap;font-weight:var(--fw-bold);text-decoration:none;color:var(--text-black);cursor:pointer}.tableReport thead th>div:not(.sort){cursor:auto}.tableReport thead th:hover .tooltip{display:block}@media screen and (max-width: 1024px){.tableReport thead th:hover .tooltip{display:none}}.tableReport thead th:last-of-type .tooltip{left:auto;right:0;transform:none}.tableReport thead th:last-of-type .tooltip:before{left:auto;right:30px}.tableReport thead .tooltip{position:absolute;left:50%;transform:translateX(-50%);top:22px;display:none;padding:var(--p-4) var(--p-8);background:var(--gray-800);border-radius:var(--border-s);white-space:nowrap}.tableReport thead .tooltip{font-size:var(--fs-xs);line-height:var(--lh-default)}.tableReport thead .tooltip{font-weight:var(--fw-normal);color:var(--bg-white);transition:.1s ease-in;cursor:default;z-index:3}.tableReport thead .tooltip:before{content:"";position:absolute;top:-9px;left:50%;margin-left:-5px;border:5px solid rgba(0,0,0,0);border-bottom:5px solid var(--gray-800)}.tableReport thead .sort::after{content:"";display:block;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3692 3.22461C16.762 2.9043 17.341 2.92687 17.7071 3.29297L21.7071 7.29297L21.7755 7.36914C22.0958 7.7619 22.0732 8.34092 21.7071 8.70703C21.341 9.07313 20.762 9.0957 20.3692 8.77539L20.293 8.70703L18.0001 6.41406V20C18.0001 20.5523 17.5523 21 17.0001 21C16.4478 21 16.0001 20.5523 16.0001 20V6.41406L13.7071 8.70703C13.3166 9.09754 12.6836 9.09752 12.293 8.70703C11.9025 8.31651 11.9025 7.68349 12.293 7.29297L16.293 3.29297L16.3692 3.22461ZM7.00008 3C7.55233 3.00004 8.00008 3.44774 8.00008 4V17.5859L10.293 15.293L10.3692 15.2246C10.762 14.9043 11.341 14.9269 11.7071 15.293C12.0732 15.6591 12.0958 16.2381 11.7755 16.6309L11.7071 16.707L7.70711 20.707C7.34101 21.0731 6.76199 21.0957 6.36922 20.7754L6.29305 20.707L2.29305 16.707C1.90252 16.3165 1.90252 15.6835 2.29305 15.293C2.68357 14.9025 3.3166 14.9025 3.70711 15.293L6.00008 17.5859V4C6.00008 3.44772 6.44779 3 7.00008 3Z' fill='%23707070'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:contain;width:16px;height:16px}.tableReport thead .sortUp::after{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.00008 3C7.55233 3.00004 8.00008 3.44774 8.00008 4V17.5859L10.293 15.293L10.3692 15.2246C10.762 14.9043 11.341 14.9269 11.7071 15.293C12.0732 15.6591 12.0958 16.2381 11.7755 16.6309L11.7071 16.707L7.70711 20.707C7.34101 21.0731 6.76199 21.0957 6.36922 20.7754L6.29305 20.707L2.29305 16.707C1.90252 16.3165 1.90252 15.6835 2.29305 15.293C2.68357 14.9025 3.3166 14.9025 3.70711 15.293L6.00008 17.5859V4C6.00008 3.44772 6.44779 3 7.00008 3ZM21.0001 17C21.5523 17 22.0001 17.4477 22.0001 18C22.0001 18.5523 21.5523 19 21.0001 19H14.0001C13.4478 19 13.0001 18.5523 13.0001 18C13.0001 17.4477 13.4478 17 14.0001 17H21.0001ZM19.0001 13C19.5523 13 20.0001 13.4477 20.0001 14C20.0001 14.5523 19.5523 15 19.0001 15H14.0001C13.4478 15 13.0001 14.5523 13.0001 14C13.0001 13.4477 13.4478 13 14.0001 13H19.0001ZM17.0001 9C17.5523 9.00004 18.0001 9.44774 18.0001 10C18.0001 10.5523 17.5523 11 17.0001 11H14.0001C13.4478 11 13.0001 10.5523 13.0001 10C13.0001 9.44772 13.4478 9 14.0001 9H17.0001ZM15.0001 5C15.5523 5.00004 16.0001 5.44774 16.0001 6C16.0001 6.55226 15.5523 6.99996 15.0001 7H14.0001C13.4478 7 13.0001 6.55228 13.0001 6C13.0001 5.44772 13.4478 5 14.0001 5H15.0001Z' fill='%23008AF3'/%3E%3C/svg%3E%0A")}.tableReport thead .sortDown::after{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.00008 3C7.55233 3.00004 8.00008 3.44774 8.00008 4V17.5859L10.293 15.293L10.3692 15.2246C10.762 14.9043 11.341 14.9269 11.7071 15.293C12.0732 15.6591 12.0958 16.2381 11.7755 16.6309L11.7071 16.707L7.70711 20.707C7.34101 21.0731 6.76199 21.0957 6.36922 20.7754L6.29305 20.707L2.29305 16.707C1.90252 16.3165 1.90252 15.6835 2.29305 15.293C2.68357 14.9025 3.3166 14.9025 3.70711 15.293L6.00008 17.5859V4C6.00008 3.44772 6.44779 3 7.00008 3ZM15.0001 17C15.5523 17 16.0001 17.4477 16.0001 18C16.0001 18.5523 15.5523 19 15.0001 19H14.0001C13.4478 19 13.0001 18.5523 13.0001 18C13.0001 17.4477 13.4478 17 14.0001 17H15.0001ZM17.0001 13C17.5523 13 18.0001 13.4477 18.0001 14C18.0001 14.5523 17.5523 15 17.0001 15H14.0001C13.4478 15 13.0001 14.5523 13.0001 14C13.0001 13.4477 13.4478 13 14.0001 13H17.0001ZM19.0001 9C19.5523 9.00004 20.0001 9.44774 20.0001 10C20.0001 10.5523 19.5523 11 19.0001 11H14.0001C13.4478 11 13.0001 10.5523 13.0001 10C13.0001 9.44772 13.4478 9 14.0001 9H19.0001ZM21.0001 5C21.5523 5.00004 22.0001 5.44774 22.0001 6C22.0001 6.55226 21.5523 6.99996 21.0001 7H14.0001C13.4478 7 13.0001 6.55228 13.0001 6C13.0001 5.44772 13.4478 5 14.0001 5H21.0001Z' fill='%23008AF3'/%3E%3C/svg%3E%0A")}.tableReport tbody tr:not(:last-of-type)>th,.tableReport tbody tr:not(:last-of-type)>td{border-bottom:1px solid var(--border-subtle)}.tableReport tbody th,.tableReport tbody td{background-color:var(--bg-white);text-align:center;vertical-align:middle;word-break:break-word}@media screen and (max-width: 480px){.tableReport tbody th,.tableReport tbody td{padding:var(--p-4) var(--p-8)}}.tableReport tbody tr:nth-of-type(even) th,.tableReport tbody tr:nth-of-type(even) td{background-color:var(--bg-purple)}.tableReport tbody th{font-weight:var(--fw-normal)}.tableReport tbody .txtLeft{text-align:left}.tableReport .total th,.tableReport .total td{background-color:var(--status-pending-bg)}.tableReport th,.tableReport td{padding:var(--p-16)}.tableReport th{position:relative;background-color:var(--bg-white)}@media screen and (max-width: 480px){.tableReport th{padding:var(--p-8)}}.tableReport:has(.tableBtnCell) thead tr:first-of-type th:last-of-type,.tableReport:has(.tableBtnCell) tbody td:last-of-type{position:sticky;right:0;z-index:2}@media screen and (max-width: 768px){.tableReport:has(.tableBtnCell) thead tr:first-of-type th:last-of-type,.tableReport:has(.tableBtnCell) tbody td:last-of-type{right:auto}}.tableReport:has(.tableBtnCell) thead tr:first-of-type th:last-of-type::before,.tableReport:has(.tableBtnCell) tbody tr td:last-of-type::before{content:"";position:absolute;top:0;left:0;width:1px;height:100%;border-left:1px solid var(--border-subtle)}.tableReport .tableBtnCell{width:140px}.tableReport .tableBtnCell ul{display:flex;flex-direction:column;gap:var(--g-8)}.tableReport .tableBtnCell ul a{justify-content:center;gap:var(--g-2);padding:var(--p-4) var(--p-8)}@media screen and (max-width: 768px){.tableReport .tableBtnCell ul a{padding:var(--p-8)}}.tableReport .linkUrl{text-align:left}.tableReport .pgCell,.tableReport .siteCell{width:200px}@media screen and (max-width: 768px){.tableReport .pgCell,.tableReport .siteCell{width:150px}}@media screen and (max-width: 480px){.tableReport .pgCell,.tableReport .siteCell{width:250px}}.tableReport .pgCell{text-align:left}.tableReport .pgCellM{width:35%}@media screen and (max-width: 768px){.tableReport .pgCellM{width:280px}}@media screen and (max-width: 480px){.tableReport .pgCellM{width:250px}}.tableReport .pgName,.tableReport .siteName{text-align:left;word-break:break-all}.tableReport .siteCellL{width:50%}@media screen and (max-width: 768px){.tableReport .siteCellL{width:280px}}@media screen and (max-width: 480px){.tableReport .siteCellL{width:250px}}.tableReport .pgName{line-height:var(--lh-default)}.tableReport .pgName .pgid{line-height:var(--lh-tight)}.tableReport .pgid{display:inline-block;margin-top:var(--m-8)}.tableReport .pgid{font-size:var(--fs-xs);line-height:var(--lh-default)}.tableReport .pgid{line-height:var(--lh-tight);color:var(--text-gray)}@media screen and (max-width: 480px){.tableReport .pgid{margin-top:var(--m-4)}}.tableReport .borderCell{border-right:1px solid var(--border-subtle)}.tableReport .linkUrl:has(:not(.linkUrlWrap)){width:200px}@media screen and (max-width: 768px){.tableReport .linkUrl:has(:not(.linkUrlWrap)){width:160px}}@media screen and (max-width: 480px){.tableReport .linkUrl:has(:not(.linkUrlWrap)){width:280px}}.tableReport .linkUrlWrap{display:flex;gap:16px;align-items:center}.tableReport .linkUrlWrap p{width:200px;flex-shrink:0;word-break:break-all}.tableReport .linkUrlWrap .btnFlex{display:flex;gap:8px;width:max-content}.tableReport .tableCopyBtnCell{width:150px}@media screen and (max-width: 768px){.tableReport .tableCopyBtnCell{width:140px}}.tableReport .tableCopyBtnCell button{margin-inline:auto}.tableReport .cellSizeL{width:390px}@media screen and (max-width: 768px){.tableReport .cellSizeL{width:200px}}.tableReport .parameterHeadCell,.tableReport .theadBottom th:last-of-type{border-right:1px solid var(--border-subtle)}.tableReport .parameterCell,.tableReport .pointidCell{width:120px;text-align:left;line-break:anywhere}.tableReport tr>.parameterCell:not(:has(~.parameterCell)){border-right:1px solid var(--border-subtle)}.tableReport .monthCell{min-width:100px}.tableReport tr>.monthCell:not(:has(~.monthCell)){border-right:1px solid var(--border-subtle)}.tableReport .badgeFixed{padding:var(--p-4) 0}.tableSummary thead tr:first-of-type th:not(:first-of-type):not(:last-of-type):not(:nth-last-of-type(2)){border-right:1px solid var(--border-subtle)}.tableSummary tbody td:nth-last-of-type(3){border-right:1px solid var(--border-subtle)}.tableProgram .tableReport thead th:last-of-type .tooltip{right:inherit}.listReport{margin-top:var(--m-16)}.tableWrap .isScrollable{max-height:760px;overflow-y:auto}@media screen and (max-width: 768px){.tableWrap .isScrollable{max-height:860px}}@media screen and (max-width: 480px){.tableWrap .isScrollable{max-height:730px;overscroll-behavior:contain}}.tableWrap .isScrollable thead{position:sticky;top:0;z-index:3}.tableWrap .tableBtnNofix{width:182px}.tableWrap .tableBtnNofix .btnDownload{width:153px;margin:0 auto}.graphBox .boxHeader:has(.resultControlBar){justify-content:space-between}@media screen and (max-width: 768px){.graphBox .boxHeader:has(.resultControlBar){flex-direction:column;align-items:flex-start}.graphBox .boxHeader:has(.resultControlBar) .resultControlBar{width:100%}.graphBox .boxHeader:has(.resultControlBar) .resultControls{margin-top:0;justify-content:flex-start}}.graphBox .boxHeaderFlexStart{gap:var(--g-16)}.graphBox h2{margin-bottom:0}.graphBox .boxContent{align-self:stretch;min-height:280px}.graphBox .grapContent{display:grid;width:100%;grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);align-items:start;gap:var(--g-24)}@media screen and (max-width: 768px){.graphBox .grapContent{grid-template-columns:1fr}}.graphBox .graphItem{grid-column:1/3;align-self:stretch;min-height:310px;overflow:hidden}@media screen and (max-width: 768px){.graphBox .graphItem{grid-column:1/-1}}.graphBox .summaryItem{grid-column:3/4}@media screen and (max-width: 768px){.graphBox .summaryItem{grid-column:1/-1}}.graphBox .summaryTtl{margin-bottom:var(--m-8)}.graphBox .summaryTtl{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.graphBox .summaryTtl{font-size:var(--fs-s);line-height:var(--lh-default)}}.graphBox .summaryTtl{font-weight:var(--fw-bold)}.graphBox .summaryContent{display:flex;flex-direction:column;justify-content:center;gap:var(--p-8)}.graphBox .summaryContent>dl{display:flex;justify-content:space-between;padding:var(--p-16);background-color:var(--bg-purple);border:solid 1px var(--border-subtle);border-radius:var(--border-s)}@media screen and (max-width: 1024px){.graphBox .summaryContent>dl{flex-direction:column}}@media screen and (max-width: 768px){.graphBox .summaryContent>dl{flex-direction:row}}.graphBox .summaryContent>dl dt,.graphBox .summaryContent>dl dd{line-height:var(--lh-tight)}.graphBox .summaryContent>dl dt{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.graphBox .summaryContent>dl dt{font-size:var(--fs-s);line-height:var(--lh-default)}}.graphBox .summaryContent>dl dd{font-weight:var(--fw-bold)}.graphBox .summaryContent>dl dd>span{font-size:var(--fs-xs);line-height:var(--lh-default)}.graphBox .summaryContent>dl dd>span{font-weight:var(--fw-normal)}.checkbox.accept{width:var(--m-24);height:var(--m-24)}.checkbox.accept::after{content:"";position:absolute;top:2px;left:7px;width:5px;height:11px;border-width:0 3px 3px 0}.linkCopyArea{padding-top:var(--p-16)}.linkCopyArea .btnFlex{margin-top:var(--m-24);justify-content:end}@media screen and (max-width: 768px){.linkCopyArea .btnFlex{justify-content:center}}@media screen and (max-width: 768px){.linkCopyArea .btnCopy{order:-1;width:calc(50% - 4px);justify-content:center}}@media screen and (max-width: 768px){.linkCopyArea .btnTertiary{width:100%;justify-content:center}}.copyMessage{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);background-color:color-mix(in srgb, var(--gray-800) 90%, transparent);color:var(--text-white);border-radius:var(--border-m);padding:var(--p-4) var(--p-8);z-index:10;pointer-events:none;white-space:nowrap}.copyMessage{font-size:var(--fs-s);line-height:var(--lh-default)}@media screen and (min-width: 1440px){.copyMessage{font-size:var(--fs-s);line-height:var(--lh-default)}}.modalContentInner:has(.copyMessage) .linkCopyArea{position:relative}.modalContentInner:has(.copyMessage) .copyMessage{position:absolute}.btnCopy:has(.forSns){font-feature-settings:"palt";position:relative}.btnCopy:has(.forSns) .forSns{position:absolute;bottom:100%;left:50%;transform:translateX(-50%) translateY(2px);background-color:var(--yellow-300);color:var(--text-black);padding:var(--p-4) var(--p-8);border-radius:var(--border-full)}.btnCopy:has(.forSns) .forSns{font-size:var(--fs-xs);line-height:var(--lh-tight)}.btnCopy:has(.forSns) .forSns{font-weight:var(--fw-bold);white-space:nowrap}.btnCopy:has(.forSns) .forSns::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border-width:6px;border-style:solid;border-color:var(--yellow-300) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.instantpaymentNotice{font-size:var(--fs-xl);color:var(--bg-white);text-align:center;background-color:var(--red-600);padding:var(--p-2) var(--p-16);border-radius:var(--border-full);margin-bottom:var(--m-24);display:block}.instantpayment-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:color-mix(in srgb, var(--gray-800) 90%, transparent);display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s;z-index:1000}@media screen and (max-width: 480px){.instantpayment-overlay{padding-top:50px}}.instantpayment-overlay.show{visibility:visible;opacity:1}.instantpayment-content{background:var(--bg-white);padding:var(--p-24);border-radius:var(--border-l);box-shadow:var(--shadow-2);position:relative;width:90%;max-width:700px;box-sizing:border-box;font-size:var(--fs-m);line-height:1.7}.instantpayment-content h3.instantTitle{font-size:var(--fs-2xl);font-weight:bold;margin-bottom:var(--m-8);line-height:1.4;text-align:center}.instantpayment-content h3.instantTitle span{font-size:var(--fs-l)}.instantpaymentModalBox{padding:var(--p-8);margin:var(--m-8) auto 0;border:2px solid var(--red-600);width:100%;font-size:var(--fs-m);line-height:var(--lh-default);font-feature-settings:"palt"}.instantpaymentModalBox .txtBold{font-size:var(--fs-l)}@media screen and (max-width: 480px){.instantpaymentModalBox{font-size:var(--fs-s)}.instantpaymentModalBox .txtBold{font-size:var(--fs-m)}}.closeInstantpayment{position:absolute;top:-40px;right:0px;background:rgba(0,0,0,0);border:none;padding:0;cursor:pointer}.closeInstantpayment svg{width:35px;height:35px;display:block}.instantpayment-tooltip{position:absolute;background:var(--bg-white);color:var(--gray-800);padding:var(--p-16);text-align:left;border:solid 1px var(--border-subtle);border-radius:var(--border-s);font-size:var(--fs-s);visibility:hidden;opacity:0;transition:opacity .3s;z-index:90;width:90%;max-width:450px;box-shadow:var(--shadow-3)}.instantpayment-tooltip .close-instantpaymenttooltip{display:none}.instantpayment-tooltip .close-instantpaymenttooltip:hover{color:var(--red-600)}.instantpayment-tooltip.show{visibility:visible;opacity:1}@media screen and (min-width: 768px){.instantpayment-content{font-size:var(--fs-l);line-height:var(--lh-default)}.instantpayment-content h3.instantTitle{font-size:var(--fs-3xl)}.instantpayment-content h3.instantTitle span{font-size:var(--fs-l)}}@media(hover: none)and (pointer: coarse){.instantpayment-tooltip .close-instantpaymenttooltip{display:block;position:absolute;top:0;right:var(--p-4);cursor:pointer;font-weight:bold;color:var(--gray-800);font-size:var(--fs-m)}}body.modal-determination{overflow:hidden;height:100%}input.iconPassing{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C14.1889 2 16.2126 2.70454 17.8594 3.89746L16.4229 5.33398C15.1558 4.49165 13.6355 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 11.4525 19.9446 10.9179 19.8398 10.4014L21.4658 8.77539C21.8105 9.78737 22 10.8714 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2Z' fill='%234D9F23'/%3E%3Cpath d='M19.2929 5.29289C19.6834 4.90237 20.3164 4.90237 20.707 5.29289C21.0975 5.68342 21.0975 6.31643 20.707 6.70696L11.7773 15.6366C11.3478 16.0657 10.6521 16.0657 10.2226 15.6366L7.29289 12.707C6.90237 12.3164 6.90237 11.6834 7.29289 11.2929C7.65901 10.9268 8.23801 10.9042 8.63078 11.2245L8.70696 11.2929L10.9999 13.5859L19.2929 5.29289Z' fill='%234D9F23'/%3E%3C/svg%3E%0A");background-position:calc(100% - var(--m-8)) center;background-repeat:no-repeat;padding-right:var(--p-24);background-size:16px}input.iconNotPassed{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4Z' fill='%23FF1111'/%3E%3Cpath d='M16.9497 6.94975C17.34 7.34018 17.3399 7.97346 16.9497 8.36396L13.4142 11.8995L16.9497 15.435C17.34 15.8255 17.3399 16.4587 16.9497 16.8492C16.5593 17.2397 15.9261 17.2396 15.5355 16.8492L12 13.3137L8.46447 16.8492C8.07399 17.2397 7.44079 17.2396 7.05025 16.8492C6.65973 16.4587 6.65973 15.8256 7.05025 15.435L10.5858 11.8995L7.05025 8.36396C6.65973 7.97344 6.65973 7.34027 7.05025 6.94975C7.4408 6.55952 8.07404 6.55932 8.46447 6.94975L12 10.4853L15.5355 6.94975C15.9261 6.55953 16.5593 6.55932 16.9497 6.94975Z' fill='%23FF1111'/%3E%3C/svg%3E%0A");background-position:calc(100% - var(--m-8)) center;background-repeat:no-repeat;padding-right:var(--p-24);background-size:16px}special-reward-request-form-input-contents .tableVertical{table-layout:fixed}.subForm{margin-left:24px}.pageList{display:flex;flex-direction:column;gap:16px}.pageItem{background-color:var(--bg-gray, #f7f7f7);border:1px solid var(--border-subtle, #d9d9d9);border-radius:var(--border-m, 6px);padding:16px;display:flex;flex-direction:column;gap:16px}.pageItemBottom{display:flex;align-items:center;justify-content:space-between}.pageItemBottom:not(:has(button)){display:none}.pageItemField{display:flex;flex-direction:column;gap:4px}.pageItemLabel{font-size:var(--fs-s, 14px);color:var(--text-black, #333333)}.pageItemSubFields{display:flex;flex-direction:column;gap:8px}.pageItemSeoRow{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.pageItemSeoRow input{margin-right:0}.pageItemSeoKeyword{flex:1;min-width:0}.pageItemSeoRank{flex-shrink:0}.pageItemSeoSep,.pageItemSeoUnit{font-size:var(--fs-xs, 12px);color:var(--text-black, #333333);white-space:nowrap}.rewardOptions{display:flex;flex-direction:column;gap:8px}.strategySubForm{background-color:var(--bg-gray, #f7f7f7);border:1px solid var(--border-subtle, #d9d9d9);border-radius:var(--border-s, 3px);padding:16px}.rewardAmountPanel{margin:4px 0 4px 24px}.inputProgramId{max-width:18ch}.inputRewardAmount{max-width:12ch}.inputNumCount{max-width:13ch}.inputNumShort{max-width:6ch}.rewardAmountRow{display:flex;align-items:center;gap:6px}.rewardUnitOptions{display:flex;align-items:center;gap:12px}.radioLabelWithGap{margin-top:10px;display:block}.strategyInlineField{display:flex;flex-wrap:wrap;align-items:center;gap:4px}.strategyInlineField>label{min-width:5.5em;flex-shrink:0}.rewardAmountPanel label.radioLabel::before,.strategySubForm label.radioLabel::before{background-color:var(--bg-white, #ffffff)}.rewardAmountPanel input[type=radio]:checked+label.radioLabel::before,.strategySubForm input[type=radio]:checked+label.radioLabel::before{background-color:var(--item-focused);box-shadow:inset 0 0 0 4px var(--bg-gray, #f7f7f7)}.strategySubForm label.radioLabel:has(input[type=radio]:checked)::before{background-color:var(--item-focused);box-shadow:inset 0 0 0 4px var(--bg-gray, #f7f7f7)}.loading{position:fixed;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.8);z-index:9999;display:flex;justify-content:center;align-items:center}.loading-spinner{width:50px;height:50px;border:5px solid var(--gray-300);border-top:5px solid var(--brand-accent);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}