@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@800&display=swap");
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
body.for-child #header, body.for-child .contents-header {
  background-color: #EEFAE7;
}
body.for-parents #header, body.for-parents .contents-header {
  background-color: #FEFAEC;
}

* {
  box-sizing: border-box;
}

a {
  color: rgb(71.5109170306, 160.1222707424, 17.8777292576);
  text-decoration: none;
}
a:active, a:focus, a:hover {
  color: rgb(40.7772925764, 91.3056768559, 10.1943231441);
  text-decoration: underline;
}
a:visited {
  color: rgb(71.5109170306, 160.1222707424, 17.8777292576);
}

p {
  color: #555;
}

.svg {
  display: inline-block;
  line-height: 0;
  vertical-align: text-top;
}
.svg svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reset-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.5em;
  background-color: #FEFAEC;
}
.wrapper .container {
  margin: auto 0;
}
.wrapper .answers {
  margin-bottom: 0;
}
.wrapper .answers .btn {
  margin-top: 0.25em;
}
.wrapper h1 {
  font-size: 2.5em;
  margin-top: 0;
  margin-bottom: 1.5em;
}
.wrapper h1 span {
  display: block;
  font-weight: 400;
}

.label {
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 0.5rem;
  padding-left: 1.25rem;
  margin-top: 1em;
}
.label + .field {
  width: 100%;
}
.label span {
  color: #ff0033;
}

.agreements {
  font-size: 0.75em;
  padding-left: 2.25rem;
  margin: 0.25em 0;
}
.agreements a {
  display: block;
}

.box {
  border: 1px solid #EA377C;
  background-color: #fff;
  border-radius: 1em;
  padding: 1em;
  font-size: 0.875em;
  margin-bottom: 2em;
  color: #555;
}
.box h4 {
  margin-top: 0;
  margin-bottom: 0.25em;
}
.box ul {
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
.box ul li {
  margin-top: 0.25em;
}
.box ul li.em {
  font-weight: bold;
  color: #ff0033;
}

.btn.for-child {
  background-color: #5CCE17 !important;
}
.btn.for-parent {
  background-color: #F0C844 !important;
}

.contents-wrapper .contents-header div {
  background-color: #fff;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  height: 2rem;
}
.contents-wrapper .contents-body {
  background-color: #fff;
  padding: 0 1rem 2rem 1rem;
  margin-top: 0;
}
.contents-wrapper .contents-body p {
  margin-top: 0;
}
.contents-wrapper .contents-body .contents {
  padding: 0 1rem;
}
.contents-wrapper .contents-body.for-swiper {
  padding: 0 0.5rem 2rem 0.75rem;
}
.contents-wrapper .contents-body.for-chart {
  padding: 0;
}

.btn-test {
  background-color: #ddd;
  color: #fff;
  padding: 0.375em;
  border-radius: 4em;
  display: flex;
  align-items: center;
  margin-top: 0.25em;
}
.btn-test.for-download {
  background-color: #000;
  text-align: center;
}
.btn-test.for-download .profile {
  background-size: 3em !important;
}
.btn-test.for-matching {
  background-color: #065C1C;
}
.btn-test.for-matching .text {
  width: 100%;
}
.btn-test.for-child {
  background-color: #5CCE17;
}
.btn-test.for-parent {
  background-color: #F0C844;
}
.btn-test .profile {
  width: 4em;
  height: 4em;
  min-width: 4em;
  min-height: 4em;
  border-radius: 2em;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btn-test .text {
  font-weight: bold;
  padding-left: 0.5em;
  font-size: 1em;
}
.btn-test .text span {
  display: block;
  font-size: 0.75rem;
}

#vod .modal-wrapper {
  width: 100%;
}

.progress {
  position: relative;
  height: 1rem;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.05);
}
.progress .bar {
  background-color: #F0C844;
  border-radius: 0.5rem;
  min-width: 1rem;
  height: 1rem;
}
.progress span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: block;
  font-size: 0.625em;
  text-align: right;
  padding-right: 0.5em;
  color: rgba(0, 0, 0, 0.4);
}

.logo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.logo.upper {
  background-image: url("../images/logo-upper.png");
  background-position: center;
  background-size: contain;
  height: 4em;
  margin-bottom: 1em;
}
.logo.upper + p {
  font-size: 0.875em;
}
.logo.lower {
  background-image: url("../images/logo-lower.png");
  margin-top: 2em;
  height: 1.75rem;
}

.terms-container {
  margin-top: 1em;
  padding-left: 1em;
}
.terms-container .terms input {
  vertical-align: middle;
}
.terms-container .terms label {
  font-size: 0.75em;
}

.terms-modal {
  font-size: 0.75em;
}
.terms-modal h1 {
  font-size: 1.5em;
}
.terms-modal h2 {
  font-size: 1.25em;
}
.terms-modal h3 {
  font-size: 1em;
  margin-bottom: 0;
}
.terms-modal ul {
  margin: 0;
  padding-left: 1.25em;
}

.ui-container {
  width: auto;
  margin: 0 auto;
  padding: 1rem 2.5rem 1rem 0.5rem;
}

#header .ui-container {
  display: flex;
  align-items: center;
}
#header .ui-container .btn {
  color: #000;
}
#header .ui-container span {
  font-weight: bold;
  margin: 0 auto;
}

#footer {
  color: #888;
  font-size: 0.75em;
}
#footer margin- .ui-container {
  display: flex;
  align-items: flex-start;
}
#footer .logo {
  font-weight: bold;
}
#footer .info {
  margin-left: 1em;
}
html, body {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Noto Sans KR", sans-serif;
}

#calendar {
  font-size: 0.75em;
  height: 100%;
  position: relative;
}

#calendar-nav {
  width: 20em;
  height: 100%;
  border-right: 1px solid #ddd;
  position: absolute;
  top: 0;
  right: auto;
  left: -20em;
  bottom: 0;
}
#calendar-nav.show {
  display: block;
  left: 0;
  transition: all 0.2s;
}
#calendar-nav.show + #month-view {
  margin-left: 20em;
  transition: all 0.2s;
}
#calendar-nav.show + #month-view #week-num {
  left: 20em;
  transition: all 0.2s;
}

#month-view {
  display: grid;
  grid-template-rows: 4rem 1.5rem auto;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
}
#month-view .cal-title {
  min-width: 15em;
  background-color: red;
}
#month-view #week-num {
  position: absolute;
  top: 5.5rem;
  right: auto;
  bottom: 0;
  left: 0;
  width: 3rem;
}
#month-view #week-num .week {
  border: 1px solid transparent;
  border-top-color: #ddd;
  border-left: none;
  border-right: none;
  color: #ccc;
  height: 20%;
  padding: 0;
  text-align: center;
  background-color: #f4f4f5;
}
#month-view #week-num .week span {
  display: inline-block;
  height: 2em;
  margin-top: 0.25em;
}
#month-view #week-num .week span:before {
  display: inline-block;
  content: "";
  height: 100%;
  width: 0;
  vertical-align: middle;
}
#month-view #week-num.week-min .week {
  height: 25%;
}
#month-view #week-num.week-max .week {
  height: 16.6666%;
}
#month-view #cal-nav, #month-view #cal-header {
  display: flex;
  height: 100%;
  align-items: center;
}
#month-view #cal-nav #current-date {
  font-size: 2.5em;
  display: inline-block;
  margin: 0;
  flex: 1 1 auto;
}
#month-view #cal-nav #current-date span {
  font-weight: 400;
}
#month-view #cal-nav .btn-icon {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
  border: 0.25rem solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;
}
#month-view #cal-nav .btn-icon:hover {
  color: #fff;
  background-color: red;
}
#month-view #cal-nav .btn-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
#month-view #cal-header, #month-view #cal-body {
  margin-left: 3rem;
}
#month-view #cal-header .day-name {
  width: 14.2857%;
  padding: 0;
  padding-bottom: 0.5em;
}
#month-view #cal-body {
  display: grid;
  grid-template-columns: repeat(7, 14.2857%);
  grid-template-rows: repeat(6, 20%);
  height: 100%;
}
#month-view #cal-body.week-min {
  grid-template-rows: repeat(6, 25%);
}
#month-view #cal-body.week-max {
  grid-template-rows: repeat(6, 16.6666%);
}
#month-view #cal-body .day {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid transparent;
  border-left: none;
}
#month-view #cal-body .day .container {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
}
#month-view #cal-body .day .title {
  display: flex;
  justify-items: flex-start;
  margin: 0;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  text-align: right;
}
#month-view #cal-body .day .title .desc, #month-view #cal-body .day .title .date {
  display: block;
  height: 2em;
  margin-top: 0.25em;
  padding: 0;
}
#month-view #cal-body .day .title .desc:before, #month-view #cal-body .day .title .date:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 2em;
  vertical-align: middle;
}
#month-view #cal-body .day .title .desc {
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  padding: 0;
  padding-right: 0.5em;
}
#month-view #cal-body .day .title .date {
  text-align: left;
  padding: 0 0.5em;
}
#month-view #cal-body .day .events {
  overflow: hidden;
}
#month-view #cal-body .day.weekend {
  color: red !important;
}
#month-view #cal-body .day.holiday {
  border-top-color: red;
}
#month-view #cal-body .day.holiday .title {
  color: red;
  border-top-color: red;
}
#month-view #cal-body .day.prev .title, #month-view #cal-body .day.prev .events, #month-view #cal-body .day.prev .project, #month-view #cal-body .day.next .title, #month-view #cal-body .day.next .events, #month-view #cal-body .day.next .project {
  opacity: 0.3;
}
#month-view #cal-body .day.prev.holiday, #month-view #cal-body .day.next.holiday {
  border-top-color: rgba(255, 0, 0, 0.4);
}
#month-view #cal-body .day.today {
  color: red;
}
#month-view #cal-body .day.today .date {
  font-weight: bold;
}
#month-view #cal-body .day:nth-child(7n+1) {
  border-left: none;
}

.comp-collapse .collapse-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comp-collapse .collapse-list .collapse-item .collapse-header, .comp-collapse .collapse-list .collapse-item .collapse-body {
  margin: 0;
  padding: 0;
}
.comp-collapse .collapse-list .collapse-item .collapse-body {
  height: 0;
  overflow: hidden;
  transition: height 0.2s;
}
.comp-collapse .collapse-list .collapse-item.show-contents .collapse-body {
  height: auto;
}

#drag-n-drop {
  display: grid;
  grid-template-rows: max-content auto;
  grid-gap: 0.5em;
  padding: 0.5em;
}
#drag-n-drop h2 {
  margin-bottom: 0;
}
#drag-n-drop .droppable-container {
  display: grid;
  grid-auto-columns: 275px;
  grid-auto-flow: column;
  grid-gap: 10px;
}
#drag-n-drop .droppable-container .droppables {
  background-color: rgb(235, 236, 240);
  display: grid;
  grid-auto-rows: max-content;
  grid-gap: 0;
  /* Chrome use a fixed height */
  height: -moz-max-content;
  height: max-content;
  padding: 1em;
}
#drag-n-drop .droppable-container .droppables.drag-over {
  background-color: #ccc;
}
#drag-n-drop .droppable-container .droppables .draggables {
  border: 1px dotted red;
  padding: 10px 0;
  cursor: pointer;
}
#drag-n-drop .droppable-container .droppables .draggables:hover {
  background-color: rgba(255, 0, 0, 0.1);
}
#drag-n-drop .droppable-container .droppables .draggables[draggable=false] {
  cursor: default;
}
#drag-n-drop .droppable-container .droppables .draggables.dragged {
  opacity: 0.5;
}
#drag-n-drop .droppable-container .droppables .draggables .obj-contents {
  background-color: white;
  border: 1px solid #ddd;
}
#drag-n-drop .droppable-container .droppables .dropBefore, #drag-n-drop .droppable-container .droppables .dropAfter {
  background-color: rgba(255, 0, 0, 0.1);
  border: 1px dashed red;
  height: 10px;
  margin: 0;
}

select {
  background-image: url("../../images/chevron-down.svg");
  background-position: center right 0.25em;
  background-repeat: no-repeat;
  background-size: 0.875em;
  padding-right: 1.5em !important;
}

.form, .btn {
  border: 1px solid transparent;
  border-radius: 0.25em;
  box-sizing: border-box;
  min-height: 2.5em;
  padding: 0.5em;
  padding-left: 0.6875em;
  padding-right: 0.6875em;
  transition: all 0.2s;
}

.form {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-color: rgba(0, 0, 0, 0.1);
  font-size: 1em;
}
.form:focus {
  outline: none;
  border: 1px solid #5CCE17;
}
.form:focus + .form {
  border-left-color: #5CCE17;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5CCE17;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
}
.btn:hover {
  background-color: rgb(61.2663755459, 137.1834061135, 15.3165938865);
}
.btn.btn-icon {
  width: 2.5em;
  height: 2.5em;
}
.btn.btn-icon svg {
  width: 1.25em;
  height: 1.25em;
  stroke-width: 2;
}
.btn.btn-deactive {
  background-color: #eee !important;
  color: #ccc !important;
  cursor: default;
}
.btn.btn-deactive:hover {
  background-color: #eee;
  color: #ccc;
}
.btn.btn-sub {
  background-color: #acacac;
  color: #fff;
}
.btn.btn-sub:hover {
  background-color: rgb(133.75, 133.75, 133.75);
}
.btn.btn-text {
  background-color: transparent;
  color: #5CCE17;
}
.btn.btn-text:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgb(81.7554585153, 183.0611353712, 20.4388646288);
}
.btn.btn-text.btn-deactive {
  background-color: transparent !important;
  color: #ccc;
  box-shadow: none;
}
.btn.btn-text.btn-sub {
  color: #777;
}
.btn.btn-text.btn-sub:hover {
  color: #000;
}
.btn.btn-outlined {
  background-color: transparent;
  border-color: #5CCE17;
  color: #5CCE17;
}
.btn.btn-outlined:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgb(81.7554585153, 183.0611353712, 20.4388646288);
}
.btn.btn-outlined.btn-deactive {
  background-color: transparent !important;
  color: #ccc;
  box-shadow: none;
}
.btn.btn-outlined.btn-sub {
  color: #777;
}
.btn.btn-outlined.btn-sub:hover {
  color: #000;
}
.btn.btn-round {
  border-radius: 1.25em;
}
.btn .svg svg {
  stroke-width: 2.5;
}
.btn .svg + span {
  margin-left: 0.5em;
}

.compact-forms .btn,
.compact-forms .form,
.btn-compact,
.form-compact {
  min-height: 2em;
  height: auto;
  padding: 0.25em;
  padding-left: 0.4375em;
  padding-right: 0.4375em;
}

.large-forms .btn,
.btn-large {
  font-size: 1.25rem;
}

.small-forms .btn,
.btn-small {
  font-size: 0.875rem;
}

.smaller-forms .btn,
.btn-smaller {
  font-size: 0.75rem;
}

.smallest-forms .btn,
.btn-smallest {
  font-size: 0.625rem;
}

.form-wrapper {
  display: flex;
  align-items: center;
}
.form-wrapper.on-right {
  margin-left: auto;
}
.form-wrapper .form-container {
  margin-left: 0.25em;
  margin-top: 0.125em;
  margin-bottom: 0.125em;
}
.form-wrapper .form-container:first-child {
  margin-left: 0 !important;
}
.form-wrapper .form-container.grouped::after {
  display: block;
  content: "";
  clear: both;
}
.form-wrapper .form-container.grouped .btn, .form-wrapper .form-container.grouped .form {
  float: left;
  border-radius: 0;
}
.form-wrapper .form-container.grouped .btn:first-child, .form-wrapper .form-container.grouped .form:first-child {
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.form-wrapper .form-container.grouped .btn:last-child, .form-wrapper .form-container.grouped .form:last-child {
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}
.form-wrapper .form-container.grouped .btn + .btn {
  margin-left: 1px;
}
.form-wrapper .form-container.grouped .form {
  border-right: none;
}
.form-wrapper .form-container.grouped .form:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.form-wrapper .form-container.grouped .form:last-child:focus {
  border-right-color: #5CCE17;
}
.form-wrapper .btn-spacing {
  flex: 1 1 auto;
}
.form-wrapper.inline-flex {
  display: inline-flex;
}
.form-wrapper.evenly {
  width: 100%;
}
.form-wrapper.evenly .form-container {
  flex: 1 1 0;
}
.form-wrapper.evenly .form-container.custom-width {
  flex: 0 1 auto;
}
.form-wrapper.rounded .btn, .form-wrapper.rounded .form {
  border-radius: 1.25em;
}
.form-wrapper.rounded .grouped .btn:first-child, .form-wrapper.rounded .grouped .form:first-child {
  border-top-left-radius: 1.25em;
  border-bottom-left-radius: 1.25em;
  padding-left: 1.125em;
}
.form-wrapper.rounded .grouped .btn:last-child, .form-wrapper.rounded .grouped .form:last-child {
  border-top-right-radius: 1.25em;
  border-bottom-right-radius: 1.25em;
  padding-right: 1.125em;
}
.form-wrapper.grouped .form-container {
  margin-left: 1px;
}
.form-wrapper.grouped .form-container .btn, .form-wrapper.grouped .form-container .form {
  border-radius: 0;
}
.form-wrapper.grouped .form-container:first-child .btn, .form-wrapper.grouped .form-container:first-child .form {
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.form-wrapper.grouped .form-container:last-child .btn, .form-wrapper.grouped .form-container:last-child .form {
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}

.form-expand {
  height: 3.5rem;
  border-radius: 2rem !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.btn-blk {
  background-color: #000 !important;
  padding-right: 1em;
}

.loading-container {
  font-size: inherit;
  width: 1em;
  height: 1em;
  display: inline-block;
  overflow: hidden;
  background-color: transparent;
  vertical-align: middle;
}
.loading-container span {
  display: block;
}
.loading-container.color-custom {
  color: red;
}
.loading-container.color-custom .spinner-object {
  border-color: inherit !important;
  border-top-color: transparent !important;
}
.loading-container.color-inherit {
  color: inherit;
}
.loading-container.color-inherit .spinner-object {
  border-color: inherit !important;
  border-top-color: transparent !important;
}

.loading-spinner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

.spinner-object {
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border: 0.125em solid rgba(0, 0, 0, 0.5);
  border-top-color: transparent !important;
  border-radius: 50%;
  animation: spinning 1s linear infinite;
  top: 0.5em;
  left: 0.5em;
  box-sizing: content-box;
}

@keyframes spinning {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.comp-modal {
  display: none;
}
.comp-modal.show-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  animation: modalFadeIn 0.2s ease-out forwards;
  opacity: 0;
  padding-top: 2em;
}
.comp-modal .modal-wrapper {
  overflow-x: hidden;
  min-width: 290px;
  max-width: 960px;
}
.comp-modal .modal-wrapper .modal-container {
  box-shadow: 0 0.25em 0.5em 0px rgba(0, 0, 0, 0.3);
  background-color: rgb(255, 255, 255);
  border-radius: 1em;
  margin: 0.5em;
  margin-bottom: 1em;
}
.comp-modal .modal-wrapper .modal-container .modal-header, .comp-modal .modal-wrapper .modal-container .modal-footer {
  padding: 0.5em;
}
.comp-modal .modal-wrapper .modal-container .modal-header {
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  line-height: 0;
}
.comp-modal .modal-wrapper .modal-container .modal-header .title {
  flex: 1 1 auto;
  font-weight: bold;
  padding-left: 0.5em;
}
.comp-modal .modal-wrapper .modal-container .modal-header .btn-close {
  padding: 0.5em;
}
.comp-modal .modal-wrapper .modal-container .modal-body {
  padding: 1em;
}
.comp-modal .modal-wrapper .modal-container .modal-footer {
  border-top: 1px solid #eeeeee;
  line-height: 0;
}
.comp-modal .modal-wrapper .modal-container .modal-footer .form-container {
  margin: 0;
  margin-right: 0.25em;
}
.comp-modal .modal-wrapper .modal-container .modal-footer .form-container:last-child {
  margin-right: 0;
}
.comp-modal .modal-wrapper .modal-container .modal-footer .btn {
  border-radius: 0.5em;
}

@keyframes modalFadeIn {
  100% {
    opacity: 1;
    padding-top: 0;
  }
}
.comp-popup {
  display: none;
}
.comp-popup * {
  box-sizing: border-box;
}
.comp-popup.show {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  padding: 0.5em;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: auto;
}
.comp-popup.top-left, .comp-popup.bottom-left {
  padding-left: 0;
}
.comp-popup.top-right, .comp-popup.bottom-right {
  padding-right: 0;
}
.comp-popup.middle-left {
  padding-left: 0.5em;
}
.comp-popup.middle-right {
  padding-right: 0.5em;
}
.comp-popup .popup-container {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 0.5em;
  width: 200px;
}
.comp-popup .popup-container .header, .comp-popup .popup-container .body, .comp-popup .popup-container .footer {
  padding: 0.5em;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide .list {
  margin: 0;
  padding: 0;
  padding-left: 2rem;
  color: #555;
}
.swiper-slide .slide-title {
  display: none;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-slide p {
  color: #555;
}
.swiper-slide a {
  color: #000;
}
.swiper-slide h1, .swiper-slide h2, .swiper-slide p {
  padding: 0 1rem;
}
.swiper-slide h1 {
  font-size: 1.25em;
  margin-top: 0;
}
.swiper-slide h1 + p {
  font-size: 0.875em;
  margin-bottom: 1.5em;
}
.swiper-slide h2 {
  font-size: 1.25em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  border-top: 1px solid #eee;
  padding-top: 1rem;
}
.swiper-slide .subtitle {
  font-weight: bold;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
}
.swiper-slide .bullets + h2 {
  border: none;
  padding-top: 0;
}
.swiper-slide .type-wrapper {
  width: 100%;
  border-collapse: collapse;
}
.swiper-slide .type-wrapper th {
  text-align: left;
  font-size: 0.75em;
  padding: 0.25rem 0;
  padding-left: 1px;
}
.swiper-slide .type-wrapper th span {
  font-size: 0.625rem;
}
.swiper-slide .type-wrapper .type-container {
  border-radius: 0.75em;
  border: 3px solid blue;
}
.swiper-slide .type-table {
  width: 100%;
  border-collapse: collapse;
}
.swiper-slide .type-table th {
  font-size: 0.75em;
}
.swiper-slide .type-table td {
  border-bottom: 1px solid blue;
  font-size: 0.875em;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  height: 4.5rem;
}
.swiper-slide .type-table td span {
  display: block;
  font-size: 0.875em;
  color: rgba(0, 0, 0, 0.4) !important;
}
.swiper-slide .type-table td.active {
  background-color: blue;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
.swiper-slide .type-table td.active span {
  display: none;
}
.swiper-slide .type-table tr:last-child td {
  border: none;
}
.swiper-slide .type-table .no-border {
  border: none !important;
}
.swiper-slide .type-table.for-8 td {
  height: 3rem !important;
}

.for-parents .swiper-slide:nth-child(2) h1, .for-parents .swiper-slide:nth-child(2) span {
  color: #2B92EA;
}
.for-parents .swiper-slide:nth-child(2) .type-container, .for-parents .swiper-slide:nth-child(2) .type-table td {
  border-color: #2B92EA;
}
.for-parents .swiper-slide:nth-child(2) .type-container {
  background-color: rgba(43, 146, 234, 0.1);
}
.for-parents .swiper-slide:nth-child(2) .type-table td {
  border-color: #2B92EA;
}
.for-parents .swiper-slide:nth-child(2) .type-table td.active {
  background-color: #2B92EA;
}
.for-parents .swiper-slide:nth-child(2) .bullets li:nth-child(1) {
  background-color: #2B92EA;
  width: 1.5em;
}
.for-parents .swiper-slide:nth-child(3) h1, .for-parents .swiper-slide:nth-child(3) span {
  color: #03C46B;
}
.for-parents .swiper-slide:nth-child(3) .type-container, .for-parents .swiper-slide:nth-child(3) .type-table td {
  border-color: #03C46B;
}
.for-parents .swiper-slide:nth-child(3) .type-container {
  background-color: rgba(3, 196, 107, 0.1);
}
.for-parents .swiper-slide:nth-child(3) .type-table td {
  border-color: #03C46B;
}
.for-parents .swiper-slide:nth-child(3) .type-table td.active {
  background-color: #03C46B;
}
.for-parents .swiper-slide:nth-child(3) .bullets li:nth-child(2) {
  background-color: #03C46B;
  width: 1.5em;
}
.for-parents .swiper-slide:nth-child(4) h1, .for-parents .swiper-slide:nth-child(4) span {
  color: #F7982B;
}
.for-parents .swiper-slide:nth-child(4) .type-container, .for-parents .swiper-slide:nth-child(4) .type-table td {
  border-color: #F7982B;
}
.for-parents .swiper-slide:nth-child(4) .type-container {
  background-color: rgba(247, 152, 43, 0.1);
}
.for-parents .swiper-slide:nth-child(4) .type-table td {
  border-color: #F7982B;
}
.for-parents .swiper-slide:nth-child(4) .type-table td.active {
  background-color: #F7982B;
}
.for-parents .swiper-slide:nth-child(4) .bullets li:nth-child(3) {
  background-color: #F7982B;
  width: 1.5em;
}
.for-parents .swiper-slide:nth-child(5) h1, .for-parents .swiper-slide:nth-child(5) span {
  color: #EA377C;
}
.for-parents .swiper-slide:nth-child(5) .type-container, .for-parents .swiper-slide:nth-child(5) .type-table td {
  border-color: #EA377C;
}
.for-parents .swiper-slide:nth-child(5) .type-container {
  background-color: rgba(234, 55, 124, 0.1);
}
.for-parents .swiper-slide:nth-child(5) .type-table td {
  border-color: #EA377C;
}
.for-parents .swiper-slide:nth-child(5) .type-table td.active {
  background-color: #EA377C;
}
.for-parents .swiper-slide:nth-child(5) .bullets li:nth-child(4) {
  background-color: #EA377C;
  width: 1.5em;
}
.for-parents .swiper-slide:nth-child(6) h1, .for-parents .swiper-slide:nth-child(6) span {
  color: #FFBA00;
}
.for-parents .swiper-slide:nth-child(6) .type-container, .for-parents .swiper-slide:nth-child(6) .type-table td {
  border-color: #FFBA00;
}
.for-parents .swiper-slide:nth-child(6) .type-container {
  background-color: rgba(255, 186, 0, 0.1);
}
.for-parents .swiper-slide:nth-child(6) .type-table td {
  border-color: #FFBA00;
}
.for-parents .swiper-slide:nth-child(6) .type-table td.active {
  background-color: #FFBA00;
}
.for-parents .swiper-slide:nth-child(6) .bullets li:nth-child(5) {
  background-color: #FFBA00;
  width: 1.5em;
}
.for-parents .swiper-slide:nth-child(7) h1, .for-parents .swiper-slide:nth-child(7) span {
  color: #9056E8;
}
.for-parents .swiper-slide:nth-child(7) .type-container, .for-parents .swiper-slide:nth-child(7) .type-table td {
  border-color: #9056E8;
}
.for-parents .swiper-slide:nth-child(7) .type-container {
  background-color: rgba(144, 86, 232, 0.1);
}
.for-parents .swiper-slide:nth-child(7) .type-table td {
  border-color: #9056E8;
}
.for-parents .swiper-slide:nth-child(7) .type-table td.active {
  background-color: #9056E8;
}
.for-parents .swiper-slide:nth-child(7) .bullets li:nth-child(6) {
  background-color: #9056E8;
  width: 1.5em;
}

.for-child .swiper-slide:nth-child(3) h1, .for-child .swiper-slide:nth-child(3) span {
  color: #2B92EA;
}
.for-child .swiper-slide:nth-child(3) .type-container, .for-child .swiper-slide:nth-child(3) .type-table td {
  border-color: #2B92EA;
}
.for-child .swiper-slide:nth-child(3) .type-container {
  background-color: rgba(43, 146, 234, 0.1);
}
.for-child .swiper-slide:nth-child(3) .type-table td {
  border-color: #2B92EA;
}
.for-child .swiper-slide:nth-child(3) .type-table td.active {
  background-color: #2B92EA;
}
.for-child .swiper-slide:nth-child(3) .bullets li:nth-child(1) {
  background-color: #2B92EA;
  width: 1.5em;
}
.for-child .swiper-slide:nth-child(4) h1, .for-child .swiper-slide:nth-child(4) span {
  color: #03C46B;
}
.for-child .swiper-slide:nth-child(4) .type-container, .for-child .swiper-slide:nth-child(4) .type-table td {
  border-color: #03C46B;
}
.for-child .swiper-slide:nth-child(4) .type-container {
  background-color: rgba(3, 196, 107, 0.1);
}
.for-child .swiper-slide:nth-child(4) .type-table td {
  border-color: #03C46B;
}
.for-child .swiper-slide:nth-child(4) .type-table td.active {
  background-color: #03C46B;
}
.for-child .swiper-slide:nth-child(4) .bullets li:nth-child(2) {
  background-color: #03C46B;
  width: 1.5em;
}
.for-child .swiper-slide:nth-child(5) h1, .for-child .swiper-slide:nth-child(5) span {
  color: #F7982B;
}
.for-child .swiper-slide:nth-child(5) .type-container, .for-child .swiper-slide:nth-child(5) .type-table td {
  border-color: #F7982B;
}
.for-child .swiper-slide:nth-child(5) .type-container {
  background-color: rgba(247, 152, 43, 0.1);
}
.for-child .swiper-slide:nth-child(5) .type-table td {
  border-color: #F7982B;
}
.for-child .swiper-slide:nth-child(5) .type-table td.active {
  background-color: #F7982B;
}
.for-child .swiper-slide:nth-child(5) .bullets li:nth-child(3) {
  background-color: #F7982B;
  width: 1.5em;
}
.for-child .swiper-slide:nth-child(6) h1, .for-child .swiper-slide:nth-child(6) span {
  color: #EA377C;
}
.for-child .swiper-slide:nth-child(6) .type-container, .for-child .swiper-slide:nth-child(6) .type-table td {
  border-color: #EA377C;
}
.for-child .swiper-slide:nth-child(6) .type-container {
  background-color: rgba(234, 55, 124, 0.1);
}
.for-child .swiper-slide:nth-child(6) .type-table td {
  border-color: #EA377C;
}
.for-child .swiper-slide:nth-child(6) .type-table td.active {
  background-color: #EA377C;
}
.for-child .swiper-slide:nth-child(6) .bullets li:nth-child(4) {
  background-color: #EA377C;
  width: 1.5em;
}
.for-child .swiper-slide:nth-child(7) h1, .for-child .swiper-slide:nth-child(7) span {
  color: #FFBA00;
}
.for-child .swiper-slide:nth-child(7) .type-container, .for-child .swiper-slide:nth-child(7) .type-table td {
  border-color: #FFBA00;
}
.for-child .swiper-slide:nth-child(7) .type-container {
  background-color: rgba(255, 186, 0, 0.1);
}
.for-child .swiper-slide:nth-child(7) .type-table td {
  border-color: #FFBA00;
}
.for-child .swiper-slide:nth-child(7) .type-table td.active {
  background-color: #FFBA00;
}
.for-child .swiper-slide:nth-child(7) .bullets li:nth-child(5) {
  background-color: #FFBA00;
  width: 1.5em;
}
.for-child .swiper-slide:nth-child(8) h1, .for-child .swiper-slide:nth-child(8) span {
  color: #9056E8;
}
.for-child .swiper-slide:nth-child(8) .type-container, .for-child .swiper-slide:nth-child(8) .type-table td {
  border-color: #9056E8;
}
.for-child .swiper-slide:nth-child(8) .type-container {
  background-color: rgba(144, 86, 232, 0.1);
}
.for-child .swiper-slide:nth-child(8) .type-table td {
  border-color: #9056E8;
}
.for-child .swiper-slide:nth-child(8) .type-table td.active {
  background-color: #9056E8;
}
.for-child .swiper-slide:nth-child(8) .bullets li:nth-child(6) {
  background-color: #9056E8;
  width: 1.5em;
}

.bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.bullets li {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  margin: 0 0.25em;
  background-color: #ddd;
}

.arrow {
  width: 1rem;
  background-image: url("../images/arrow-pattern.png");
  background-repeat: repeat-y;
  background-size: 1rem;
}
.arrow.head {
  background-image: url("../images/arrow-head.png");
  background-repeat: no-repeat;
  background-size: 1rem;
  height: 1rem;
}
.arrow.tail {
  background-image: url("../images/arrow-tail.png");
  background-repeat: no-repeat;
  background-size: 1rem;
  height: 1rem;
}

.fit .form-select {
  display: block;
  width: 100%;
  height: 3.5rem;
  border: 2px solid #5CCE17;
  padding: 0 2.5rem 0 1.5rem !important;
  border-radius: 2rem;
  background-position: center right 1em !important;
}
.fit h1 {
  font-size: 1.25em;
  margin-top: 1em;
  color: #5CCE17;
  padding: 0;
}
.fit .fit-list {
  width: 100%;
}
.fit .fit-list td {
  width: 50%;
  border: none;
}
.fit .fit-list td:last-child {
  text-align: right;
}
.fit .fit-list td span {
  color: orange;
}
.fit .bar {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.fit .bar li {
  background-color: #eee;
  border: 1px solid #ddd;
  border-right: none;
  width: 0.75em;
  height: 0.75em;
}
.fit .bar li:first-child {
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}
.fit .bar li:last-child {
  border-right: 1px solid #ddd;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.fit .bar li.active ~ li {
  background-color: #fff;
}
.fit .bar.low li {
  background-color: #EB3753;
}
.fit .bar.mid li {
  background-color: #FFCC00;
}
.fit .bar.high li {
  background-color: #04C44D;
}

.caption {
  font-size: 0.75em;
  text-align: left !important;
  color: #888;
  vertical-align: top;
}

.map {
  position: relative;
  padding: 0 1rem;
}

.map-table .table-wrapper {
  width: 100%;
  border-spacing: 0;
}
.map-table .table-wrapper th, .map-table .table-wrapper td {
  width: 16.6666%;
  text-align: center;
  padding: 0.375em;
}
.map-table .table-wrapper th {
  padding-top: 0;
  font-size: 0.75em;
}
.map-table .table-wrapper th span {
  color: #fff;
  background-color: #ddd;
  display: block;
  border-radius: 1em;
  padding: 0.25em 0;
  margin-top: 1em;
}
.map-table .table-wrapper th:nth-child(1) {
  color: #2B92EA;
}
.map-table .table-wrapper th:nth-child(1) span {
  background-color: #2B92EA;
}
.map-table .table-wrapper th:nth-child(2) {
  color: #03C46B;
}
.map-table .table-wrapper th:nth-child(2) span {
  background-color: #03C46B;
}
.map-table .table-wrapper th:nth-child(3) {
  color: #F7982B;
}
.map-table .table-wrapper th:nth-child(3) span {
  background-color: #F7982B;
}
.map-table .table-wrapper th:nth-child(4) {
  color: #EA377C;
}
.map-table .table-wrapper th:nth-child(4) span {
  background-color: #EA377C;
}
.map-table .table-wrapper th:nth-child(5) {
  color: #FFBA00;
}
.map-table .table-wrapper th:nth-child(5) span {
  background-color: #FFBA00;
}
.map-table .table-wrapper th:nth-child(6) {
  color: #9056E8;
}
.map-table .table-wrapper th:nth-child(6) span {
  background-color: #9056E8;
}
.map-table .table-wrapper .additional {
  font-size: 0.75em;
  font-weight: bold;
}
.map-table .table-wrapper .additional td {
  padding: 0;
}
.map-table .cat-container {
  border: 2px solid #ddd;
  border-radius: 0.75em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.map-table .cat-container .cat-table {
  width: 100%;
  border-collapse: collapse;
}
.map-table .cat-container .cat-table td {
  border-bottom: 1px solid #ddd;
  height: 4rem;
  font-weight: bold;
}
.map-table .cat-container .cat-table tr:last-child td {
  border: none;
}
.map-table .cat-container .cat-table.for-8 td {
  height: 2rem;
}

.table-container td:nth-child(1) .cat-container {
  background-color: rgba(43, 146, 234, 0.1);
}
.table-container td:nth-child(1) .cat-container, .table-container td:nth-child(1) .cat-table td {
  border-color: #2B92EA;
  color: #2B92EA;
}
.table-container td:nth-child(2) .cat-container {
  background-color: rgba(3, 196, 107, 0.1);
}
.table-container td:nth-child(2) .cat-container, .table-container td:nth-child(2) .cat-table td {
  border-color: #03C46B;
  color: #03C46B;
}
.table-container td:nth-child(3) .cat-container {
  background-color: rgba(247, 152, 43, 0.1);
}
.table-container td:nth-child(3) .cat-container, .table-container td:nth-child(3) .cat-table td {
  border-color: #F7982B;
  color: #F7982B;
}
.table-container td:nth-child(4) .cat-container {
  background-color: rgba(234, 55, 124, 0.1);
}
.table-container td:nth-child(4) .cat-container, .table-container td:nth-child(4) .cat-table td {
  border-color: #EA377C;
  color: #EA377C;
}
.table-container td:nth-child(5) .cat-container {
  background-color: rgba(255, 186, 0, 0.1);
}
.table-container td:nth-child(5) .cat-container, .table-container td:nth-child(5) .cat-table td {
  border-color: #FFBA00;
  color: #FFBA00;
}
.table-container td:nth-child(6) .cat-container {
  background-color: rgba(144, 86, 232, 0.1);
}
.table-container td:nth-child(6) .cat-container, .table-container td:nth-child(6) .cat-table td {
  border-color: #9056E8;
  color: #9056E8;
}

.map-chart {
  position: absolute;
  right: 1rem;
  left: 1rem;
  bottom: 0.5em;
}
.map-chart .chart-container {
  width: 86.5%;
  position: relative;
  margin: 0 auto;
}

.map-popup {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8.25em;
  height: 3em;
  background-image: url("../images/mag.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3em;
}

.map-caption {
  font-size: 0.75em;
  padding: 0.5rem 1.5rem;
}

.cat-link {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.cat-link li {
  display: flex;
  align-items: center;
  padding: 0.875rem 1.5rem;
  border-top: 1px solid #eee;
  font-size: 1.125em;
  background-image: url("../images/chevron-chart.png");
  background-repeat: no-repeat;
  background-position: center right 1.25rem;
  background-size: 0.5em;
}
.cat-link li span {
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  background-color: #ddd;
  padding: 0.25em 1em;
  border-radius: 1em;
  margin-left: 1rem;
}

.for-child .cat-link li:nth-child(3) span {
  background-color: #2B92EA;
}
.for-child .cat-link li:nth-child(4) span {
  background-color: #03C46B;
}
.for-child .cat-link li:nth-child(5) span {
  background-color: #F7982B;
}
.for-child .cat-link li:nth-child(6) span {
  background-color: #EA377C;
}
.for-child .cat-link li:nth-child(7) span {
  background-color: #FFBA00;
}
.for-child .cat-link li:nth-child(8) span {
  background-color: #9056E8;
}

.for-parents .cat-link li:nth-child(2) span {
  background-color: #2B92EA;
}
.for-parents .cat-link li:nth-child(3) span {
  background-color: #03C46B;
}
.for-parents .cat-link li:nth-child(4) span {
  background-color: #F7982B;
}
.for-parents .cat-link li:nth-child(5) span {
  background-color: #EA377C;
}
.for-parents .cat-link li:nth-child(6) span {
  background-color: #FFBA00;
}
.for-parents .cat-link li:nth-child(7) span {
  background-color: #9056E8;
}

.desc {
  padding: 0 1.25rem 0 1.125rem;
}
.desc h3 {
  margin-bottom: 0.5em;
  margin-top: 1.5rem;
}
.desc p {
  padding: 0;
}

#pattern-detail .modal-body {
  max-width: 100vw;
  overflow-x: scroll;
}
#pattern-detail .for-modal {
  padding: 0;
}
#pattern-detail .for-modal .cat-container .cat-table td {
  font-size: 0.875em;
  height: 5.5rem;
}
#pattern-detail .for-modal .cat-container .cat-table.for-8 td {
  height: 2.75rem;
}
#pattern-detail .for-modal .table-wrapper {
  width: 52.5em;
}
#pattern-detail .for-modal .table-wrapper th {
  font-size: 1rem;
}
#pattern-detail .for-modal .map-chart {
  bottom: 0.5em;
  left: 4rem;
}
#pattern-detail .for-modal .chart-container {
  width: 44.5rem;
}

.matching-ind {
  margin: 0 auto 1.5rem auto;
}
.matching-ind th {
  width: 4em;
  padding-left: 0.5em;
}
.matching-ind .profile-cell {
  width: 5em;
  text-align: right;
  vertical-align: middle;
}
.matching-ind .profile-cell:first-child {
  width: 2.75em;
}
.matching-ind .profile {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: #ddd;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.matching-ind .bar {
  height: 0.375em;
  background-color: #ddd;
  border-radius: 0.25em;
}
.matching-ind .bar.for-parent {
  background-color: #F0C844;
}
.matching-ind .bar.for-child {
  background-color: #5CCE17;
}
.matching-ind + .map {
  padding-left: 0.875rem;
}

.overview {
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 1em;
  line-height: 1.6;
}
.overview .bold {
  display: inline-block;
  position: relative;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}
.overview .bold .decoy {
  color: transparent;
}
.overview .bold .title, .overview .bold .underline {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.overview .bold .title {
  z-index: 2;
}
.overview .bold .underline {
  z-index: 1;
  height: 0.75rem;
  border-radius: 0.5rem;
}
.overview .form-wrapper {
  font-size: 0.75rem;
  margin-top: 1em;
}

.for-child .underline {
  background-color: #5CCE17;
}
.for-child .overview-contents span {
  color: rgb(81.7554585153, 183.0611353712, 20.4388646288);
  font-weight: bold;
}

.for-parents .underline {
  background-color: #F0C844;
}
.for-parents .overview-contents span {
  color: rgb(238.1064356436, 193.0569306931, 44.3935643564);
  font-weight: bold;
}

.overview-profile {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 15rem;
}

.overview-contents {
  padding: 0;
}
.overview-contents h3 {
  margin-bottom: 0.25em;
  margin-top: 1.5rem;
  border-top: 1px solid #eee;
  padding-top: 1em;
}
.overview-contents h3:first-child {
  border: none;
  padding: 0;
}
.overview-contents p {
  padding: 0;
  margin-bottom: 0.5em;
}
.overview-contents .list {
  margin: 0;
  padding: 0;
  padding-left: 1rem;
  color: #555;
}

.bias {
  padding: 0 1rem;
}
.bias h1 {
  color: rgb(238.1064356436, 193.0569306931, 44.3935643564);
  font-size: 1.25em;
  margin-top: 0;
}
.bias h1 + p {
  font-size: 0.875em;
  margin-bottom: 1.5em;
}
.bias h1 + p a {
  color: #000;
  text-decoration: underline;
}
.bias h1, .bias p {
  padding: 0;
}
.bias .cat-block {
  margin-top: 1.5rem;
}
.bias .cat-block .title, .bias .cat-block p {
  padding: 0 0.25em;
}
.bias .cat-block .title {
  font-weight: bold;
}
.bias .cat-block .bar {
  background-color: #eee;
  height: 1.5rem;
  margin: 0.5rem 0;
  border-radius: 0.75rem;
  position: relative;
}
.bias .cat-block .bar .highlight {
  height: 1.5rem;
  border-radius: 0.75rem;
  background-color: #03C44D;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 3rem;
}
.bias .cat-block .bar .highlight .dot {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 100%;
  background-color: #fff;
  margin-right: 0.375rem;
  margin-left: 0.25rem;
}
.bias .cat-block .bar .highlight .perc {
  font-size: 0.75em;
  font-weight: bold;
  color: #fff;
}
.bias .cat-block .bar .highlight.mid {
  background-color: #FFCC00;
}
.bias .cat-block .bar .highlight.high {
  background-color: #EA3753;
}
.note {
  font-size: 0.75em;
  text-align: center;
}
.note span {
  display: block;
  font-weight: bold;
}

.highlight {
  font-size: 0.875em;
  color: #ff0033;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
}

/* 흰 화면 오버레이 스타일 */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
/* 페이드아웃 완료 시 숨김 처리 */
.loading-overlay.hidden {
  opacity: 0;
  visibility: hidden;
}
/*# sourceMappingURL=style.css.map */
