@charset "utf-8";:root {  --header-top: 0px;  --header-lecture-height: 0px;    --header-height: calc(var(--header-lecture-height) + 72px);  --lnb-width: 260px;  --small-btn-width: 52px;  --base-btn-width: 60px;  --large-btn-width: 72px;  --small-btn-font-size: 14px;  --small-btn-line-height: 22px;  --base-btn-font-size: 15px;  --base-btn-line-height: 24px;  --large-btn-font-size: 16px;  --large-btn-line-height: 26px;}@media screen and (max-width: 1180px) {  :root {    --header-height: calc(var(--header-lecture-height) + 56px);    --small-btn-width: 48px;    --base-btn-width: 60px;    --large-btn-width: 70px;    --small-btn-font-size: 14px;    --small-btn-line-height: 20px;    --base-btn-font-size: 15px;    --base-btn-line-height: 22px;    --large-btn-font-size: 16px;    --large-btn-line-height: 24px;  }  }* {  margin: 0;  padding: 0;}html {  font-family: Pretendard JP;}html:not(.question_form_html), body:not(.question_form_body) {  background-color: var(--Gray-0, #FFF);  color: var(--Gray-80, #303236);}button {  background: unset;  border: unset;  padding: unset;  color: unset;  cursor: unset;  text-align: unset;  font-family: unset;  font-size: unset;  font-style: unset;  font-weight: unset;  line-height: unset;}a {  text-decoration: none;  color: unset;  display: inline-block;}address {  all: unset;}legend, caption {  visibility:hidden;  height:0;  font-size:0;  line-height:0;  text-indent:-5000px;}.ui-widget select {  color: var(--Gray-100, #1C1D20);  min-height: 14px;  padding: 2px 2px 1px;}@-webkit-keyframes spin{  from   {  -webkit-transform: rotate(0deg); }  to   {  -webkit-transform: rotate(360deg); }}@-moz-keyframes spin{  from   {  -moz-transform: rotate(0deg); }  to   {  -moz-transform: rotate(360deg); }}@keyframes spin {  from   {  transform: rotate(0deg); }  to   {  transform: rotate(360deg); }}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {  -webkit-appearance: none;  margin: 0;}input[type=number] {  -moz-appearance: textfield;}