@charset "UTF-8";:root{--clr-black: #1F2937;--clr-red: #E84646;--clr-red5: #FEF6F6;--clr-red10: #FCE4E4;--clr-blue: #264394;--clr-blue5: #F4F6FA;--clr-blue70: #677BB4;--clr-blue10: #DFE4F0;--clr-blue-hover: hsl(from var(--clr-blue) h calc(s*1.4) calc(l*.8) );--clr-darkgreen: #149089;--clr-darkgreen5: #F3F9F9;--clr-darkgreen10: #DDEFEE;--clr-link:#0083D4;--clr-gray1:#EDF2F7;--clr-gray2:#F9FAFB;--clr-black50: #8F949B;--clr-black20: #BCBFC3;--clr-black10: #E3E5E7;--sec-max-width: 100%;--article-max-width:100%;--sec-padding: 5.6em;--sec-m-side:1em;--round32: 32px;--round16: 16px;--round8: 8px;--icon:"Material Symbols Outlined";--ttl:"Zen Kaku Gothic New", sans-serif;--num:"Oswald", sans-serif;--anm-hover: all .3s ease-in-out;--header-height: 86px}@media only screen and (min-width:768px){:root{--sec-m-side: 2em;--sec-max-width: 1664px;--article-max-width: 1264px;--header-height: 121px}}@media only screen and (min-width:1024px){:root{--sec-padding: 10.4em}}@media only screen and (min-width:1024px){body:has(.sidebar.is-collapsed) .main-content{padding-left:calc(90px + 5%)}}.hidden{display:none!important}.app-layout .sp-header{background-color:var(--clr-blue);border-bottom:none}.sp-header .sp-logo img,.sp-header .header-center-logo .sp-logo img{filter:brightness(0) invert(1)}.sp-header .header-settings .toggle-btn{background-color:transparent;color:var(--bg-white)}.sp-header .hamburger-menu .bar{background-color:#fff!important}.sp-header .header-back-btn:before{color:#fff}body:has(.which-setting) .main-content{padding:0;background-color:#fff}@media only screen and (min-width:1024px){body:has(.which-setting) .main-content{padding:2em;padding-left:calc(5% + 300px);padding-right:5%}}@media only screen and (min-width:1024px){body:has(.which-quiz:not(.hidden)) .main-content{background-color:#f6f8fb}}.which-settings-box{background-color:var(--clr-gray1);padding:1em;margin-bottom:1em}@media only screen and (min-width:768px){.which-settings-box{padding:2.5em}}.which-start{max-width:600px;margin:0 auto;padding:2em 1em;text-align:center;background-color:#fff}.which-start h1{margin-bottom:1em}.which-start h1 img{margin-inline:auto;max-width:7em;height:auto}.which-start .note{color:var(--text-light);margin-bottom:2em;font-size:.8125rem}@media only screen and (min-width:768px){.which-start{padding:3em 2em}}.which-start .btn-primary{background-color:var(--clr-blue)}.which-start .btn-primary:hover{background-color:var(--clr-blue-hover)}.which-start-title{font-size:1.2rem;margin-bottom:24px}.which-setting{margin-bottom:24px}.which-setting-label{display:block;font-size:.9rem;font-weight:700;color:#64748b;margin:0 0 8px}.which-select{width:100%;padding:12px 8px;font-size:.95rem;font-weight:700;border:1px solid var(--clr-black20);border-radius:3px;background-color:#fff;color:var(--text-main);cursor:pointer}.which-option-btn{min-width:100px;padding:12px 8px;font-size:.95rem;font-weight:500;border:1px solid var(--clr-black20);border-radius:3px;background:#fff;color:#64748b;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s}.which-option-btn.is-selected{border:1px solid var(--clr-blue);background-color:var(--border-color);color:var(--clr-blue);font-weight:700}.which-option-group{display:flex;gap:8px;justify-content:center}.which-option-group.order .which-option-btn{flex:1 1 50%}.which-beginner-badge{width:18px;height:18px;flex-shrink:0}.which-dropdown{position:relative}.which-dropdown-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 14px;font-size:.95rem;font-weight:700;border:1px solid var(--clr-black20);border-radius:3px;background-color:#fff;color:var(--text-main);cursor:pointer}.which-dropdown-toggle-label{display:inline-flex;align-items:center;gap:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.which-dropdown-arrow{flex-shrink:0;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid var(--text-light);transition:transform .2s}.which-dropdown-toggle[aria-expanded=true] .which-dropdown-arrow{transform:rotate(180deg)}.which-dropdown-list{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:10;max-height:260px;overflow-y:auto;margin:0;padding:4px;list-style:none;background:#fff;border:1px solid var(--clr-black20);border-radius:3px;box-shadow:0 4px 12px #0000001f;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .15s,transform .15s,visibility .15s}.which-dropdown-list.is-open{opacity:1;visibility:visible;transform:translateY(0)}.which-dropdown-item{display:flex;align-items:center;gap:6px;padding:10px;font-size:.95rem;font-weight:500;color:#64748b;border-radius:3px;cursor:pointer;transition:background-color .15s,color .15s}.which-dropdown-item:hover{background-color:var(--clr-gray1)}.which-dropdown-item.is-selected{background-color:var(--border-color);color:var(--clr-blue);font-weight:700}.which-setting-note{font-size:.8rem;color:#64748b;margin:8px 0 0}.which-question-card-wrap{max-width:37.5em;margin:0 auto 3em}@media only screen and (min-width:1024px){.which-question-card-wrap{margin-top:1em;box-shadow:var(--shadow);border-radius:.5em;padding:3em 1em;background-color:#fff}}.which-quiz-header{display:flex;align-items:center;background-color:var(--clr-blue10);margin-bottom:1.5em}@media only screen and (min-width:1024px){.which-quiz-header{max-width:37.5em;margin-inline:auto;background-color:transparent;margin-bottom:0}}.which-quiz-label{font-size:.6875rem;font-weight:700;color:var(--accent-blue);background-color:#c2cae1;padding:.4em .8em;white-space:nowrap;position:relative;flex-shrink:0}@media only screen and (min-width:768px){.which-quiz-label{font-size:.75rem;padding:.2em .8em .2em 4em;align-self:stretch;align-items:center;display:flex}}@media only screen and (min-width:1024px){.which-quiz-label{display:none}}.which-quiz-label:after{content:"";position:absolute;right:-.55em;top:0;bottom:0;width:.55em;background-color:#c2cae1;clip-path:polygon(0 0,100% 50%,0 100%)}@media only screen and (min-width:768px){.which-quiz-label:after{right:-.6em;width:.6em}}.which-header-bar-wrap{flex:1;display:flex;align-items:center;gap:8px;min-width:0;padding:0 1em}@media only screen and (min-width:768px){.which-header-bar-wrap{padding:.25em 3em .25em 1em}}@media only screen and (min-width:1024px){.which-header-bar-wrap{display:none}}.which-circle-progress{display:none}@media only screen and (min-width:1024px){.which-circle-progress{display:flex;width:44px;height:44px;flex-shrink:0;margin-left:auto;margin-right:1em}.which-circle-progress .app-progress-bg{stroke-width:8;stroke:var(--clr-gray1)}.which-circle-progress .app-progress-bar{stroke-width:8;stroke:url(#whichCircleGrad);stroke-dasharray:289.027}.which-circle-progress .app-progress-text{font-size:.625rem}.which-circle-progress .app-progress-text span:nth-child(1){font-size:1.125rem}.which-circle-progress .app-progress-text span:nth-child(2){font-size:.875rem}}.which-header-bar{flex:1;height:6px;background:#fff;border-radius:999px;overflow:hidden}@media only screen and (min-width:768px){.which-header-bar{height:8px}}.which-header-bar-fill{display:block;height:100%;width:0%;background:linear-gradient(90deg,#51c8b5,#4e70b2);border-radius:999px;transition:width .4s ease}.which-header-count{font-size:.75rem;color:var(--clr-blue);white-space:nowrap;flex-shrink:0}.which-question-card{background:#fff;border-radius:3px;padding:0 1.5em 1.5em}.which-question-lead{font-size:.85rem;font-weight:700;color:#64748b;margin:0 0 8px}.which-question-text{font-size:1.125rem;font-weight:500;line-height:1.6;margin:0}.which-choices{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:20px;padding:1em}.which-choices.is-stacked{flex-direction:column}.which-choices.is-stacked .which-choice-btn{flex:0 0 100%;width:100%}@media only screen and (min-width:768px){.which-choices{padding:1.5em}}@media only screen and (min-width:1024px){.which-choices{margin-bottom:0}}.which-choice-btn{flex:1 1 100%;min-width:120px;padding:14px 16px;font-size:1rem;font-weight:500;border:1px solid var(--clr-blue);border-radius:3px;background:#fff;color:var(--clr-blue);cursor:pointer;transition:background-color .2s,color .2s}.which-choice-btn:hover:not(:disabled){background:var(--clr-blue);color:#fff}.which-choice-btn:disabled{cursor:default}.which-choice-btn.is-correct{border-color:var(--true-icon);background:var(--true-icon);color:#fff}.which-choice-btn.is-incorrect{border-color:var(--false-icon);background:var(--false-icon);color:#fff}.which-feedback-area{text-align:center;margin:0 1em}@media only screen and (min-width:768px){.which-feedback-area{margin:0 1.5em}}.which-feedback-area .btn-primary{margin-top:1.5em}.which-feedback{text-align:center;padding:.75em .75em 1.5em;border-radius:8px;background:#f9f9f9;border:1px solid #e2e8f0}@media only screen and (min-width:768px){.which-feedback{padding:1.5em}}.which-feedback-result{font-size:.9375rem;letter-spacing:.04em;font-weight:700;margin:0 0 8px}.which-feedback-result.is-correct{color:var(--true-icon)}.which-feedback-result.is-incorrect{color:var(--false-icon)}.which-feedback-body{position:relative}.which-feedback-explanation{font-size:.95rem;line-height:1.6;color:var(--text-main);margin:0 0 16px;text-align:left;flex:1 1 auto}.which-feedback-teacher{position:absolute;right:-2em;bottom:-4em;width:72px;height:auto}.which-feedback-report-area{text-align:left;margin-top:4px}.modal-content{width:28.125em}.modal-content .which-result-score{font-size:1.0625rem;font-weight:700;margin-bottom:.5em}.modal-content .which-result-progress{font-size:.75rem;color:#64748b;margin-bottom:0}.modal-content .which-btn-sub{display:block;font-size:.6875rem;font-weight:400}body.text-md .which-question-text{font-size:1.1875rem}body.text-md .which-choice-btn{font-size:1.125rem}body.text-md .which-feedback-result{font-size:1rem}body.text-md .which-feedback-explanation{font-size:1.0625rem}body.text-lg .which-question-text{font-size:1.25rem}body.text-lg .which-choice-btn{font-size:1.1875rem}body.text-lg .which-feedback-result,body.text-lg .which-feedback-explanation{font-size:1.125rem}
