@charset "UTF-8";
@import url(notosanskr.css);
@import url(bottomsheet.css);
@import url(modal.css);
@import url(form.css);
:root {
  --background-color: #fff;
  --color-primary: oklch(0.673 0.162 144.208);
  --color-primary-content: oklch(93% .034 272.788);
  --color-secondary: oklch(0 0 0);
  --color-secondary-content: oklch(94% .028 342.258);
  --gray5: #F9F9FB;
  --gray10: #F3F4F8;
  --gray20: #D2D4DA;
  --gray30: #B3B5BD;
  --gray40: #9496A1;
  --gray50: #777986;
  --gray60: #5B5D6B;
  --gray70: #404252;
  --gray80: #282A3A;
  --gray90: #101223;
  --padding: 16px;
  --text-size: 14px;
  --text-input-text-color: #212121;
  --text-input-active-color: #000;
  --text-input-inactive-color: #e9ebee;
  --maxwidth: 480px;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, form, fieldset, img, button {
  margin: 0;
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: revert;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

html {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: var(--gray10);
}

body, th, td, input, select, textarea, button {
  font-size: var(--text-size);
  line-height: 1.5;
  font-family: "Noto Sans KR", -apple-system, "SF Pro Display", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  color: #000;
}

img {
  max-width: 100%;
}

html, body {
  min-width: 320px;
  min-height: 568px;
}
html::-webkit-scrollbar, body::-webkit-scrollbar {
  display: none;
}

.container {
  position: relative;
  max-width: var(--maxwidth);
  min-height: 100%;
  margin: 0 auto;
  background-color: var(--background-color);
}
.container.physio {
  width: 100%;
}
.container.physio.home {
  height: 100%;
  overflow: hidden;
}
.container.physio.result {
  max-height: unset;
  padding-bottom: 20px;
}
.container.physio .intro-wrapper {
  position: relative;
  background-color: #E2F4FF;
  padding-top: 8vh;
}
.container.physio .intro-wrapper .title-wrapper {
  position: relative;
  margin: 0 auto 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container.physio .intro-wrapper .title-wrapper .title1 {
  font-weight: 500;
  font-size: 20px;
}
.container.physio .intro-wrapper .title-wrapper .title2 .t1 {
  font-weight: 700;
  font-size: 40px;
}
.container.physio .intro-wrapper .title-wrapper .title2 .t2 {
  font-weight: 700;
  font-size: 40px;
  margin-left: 10px;
}
.container.physio .intro-wrapper .image-wrapper {
  overflow: hidden;
}
.container.physio .camera-shoot {
  padding: 0 var(--padding);
}
.container.physio .camera-shoot .content-wrapper {
  padding-top: 10px;
}
.container.physio .camera-shoot .title3 {
  font-weight: 500;
  font-size: 24px;
  padding: 0 8px;
}
.container.physio .camera-shoot .profile-sample {
  padding: 10px 0;
}
.container.physio .camera-shoot .profile-sample img {
  width: 40%;
}
.container.physio .camera-shoot .camera-angle {
  padding: 3vh 3vh;
}
.container.physio .camera-shoot .camera-angle img {
  border-radius: 20px;
}
.container.physio .camera-shoot .notify {
  border-radius: 10px;
  padding: 10px 15px;
  background-color: #ECF9FF;
}
.container.physio .camera-shoot .notify .title {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  font-size: 14px;
}
.container.physio .camera-shoot .notify .title:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/physio/icon_noti1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.container.physio .camera-shoot .notify .text {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 14px;
  color: #353535;
  margin-top: 4px;
}
.container.physio .camera-shoot .notify .text.flex-start {
  align-items: flex-start;
}
.container.physio .camera-shoot .notify .text.flex-start:before {
  content: "";
  margin-top: 2px;
}
.container.physio .camera-shoot .notify .text:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../img/physio/icon_noti2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.container.physio .camera-shoot .privacy {
  align-self: flex-start;
  margin-bottom: 10px;
}
.container.physio .camera-shoot .privacy .checkbox-label {
  position: relative;
  padding: 5px 8px;
}
.container.physio .camera-shoot .privacy .checkbox-label .label {
  background-color: #00BFFF;
  cursor: pointer;
  position: absolute;
  height: 18px;
  width: 18px;
  left: 0;
  top: 5px;
}
.container.physio .camera-shoot .privacy .checkbox-label input[type=checkbox] {
  visibility: hidden;
}
.container.physio .camera-shoot .privacy .checkbox-label input[type=checkbox]:checked + .label:after {
  opacity: 1;
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  display: inline-block;
  transform: rotate(45deg);
  height: 13px;
  width: 10px;
  margin-left: 5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.container.physio .physio-result .profile-wrapper {
  padding-top: 5vh;
  background-image: url("../img/physio/profile_back.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.container.physio .physio-result .profile-wrapper .title-wrapper .title1 {
  font-weight: 500;
  font-size: 20px;
  color: #5D5D5D;
}
.container.physio .physio-result .profile-wrapper .title-wrapper .title2 {
  font-weight: 600;
  font-size: 32px;
  color: #222222;
}
.container.physio .physio-result .profile-wrapper .profile-photo {
  position: relative;
  padding: 3vh 0;
}
.container.physio .physio-result .profile-wrapper .profile-photo .image-wrapper {
  position: relative;
  width: 60%;
  height: 60%;
  border: 4px solid #FFFFFF;
  border-radius: 40px;
  overflow: hidden;
}
.container.physio .physio-result .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.container.physio .physio-result .content-wrapper .section-wrapper {
  border-radius: 14px;
  padding: 24px 14px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
}
.container.physio .physio-result .content-wrapper .section-wrapper .title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.container.physio .physio-result .content-wrapper .section-wrapper .title-wrapper .title {
  font-weight: 600;
  font-size: 24px;
  color: #222222;
}
.container.physio .physio-result .content-wrapper .section-wrapper .title-wrapper .title-desc {
  font-weight: 500;
  font-size: 15px;
  color: #5D5D5D;
}
.container.physio .physio-result .content-wrapper .section-wrapper .title-wrapper .icon-wrapper {
  margin-bottom: 10px;
}
.container.physio .physio-result .content-wrapper .section-wrapper .title-wrapper .icon-wrapper img {
  width: 65px;
}
.container.physio .physio-result .content-wrapper .section-wrapper .title-wrapper .sub-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #E2F4FF;
  background-color: #ECF9FF;
  padding: 12px 40px;
  margin-top: 15px;
  background-image: url("../img/physio/sub_back.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.container.physio .physio-result .content-wrapper .section-wrapper .title-wrapper .sub-wrapper .sub-title {
  font-weight: 600;
  font-size: 18px;
  color: #484848;
}
.container.physio .physio-result .content-wrapper .section-wrapper .title-wrapper .sub-wrapper .sub-desc {
  font-weight: 600;
  font-size: 16px;
  color: #02ABF4;
}
.container.physio .physio-result .content-wrapper .section-wrapper .text-desc {
  position: relative;
  padding: 20px 6px 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #2D2D2D;
}
.container.physio .physio-result .content-wrapper .section-wrapper.locked .title-wrapper .title:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url("../img/physio/icon_lock.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.container.physio .physio-result .content-wrapper .section-wrapper.locked .title-wrapper .sub-wrapper {
  display: none;
}
.container.physio .physio-result .content-wrapper .section-wrapper.locked .text-desc {
  position: relative;
  margin-top: 20px;
  height: 200px;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  overflow: hidden;
}
.container.physio .physio-result .content-wrapper .section-wrapper.locked .text-desc .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.container.physio .physio-result .content-wrapper .section-wrapper.locked .text-desc .overlay .button {
  width: 165px;
  height: 52px;
  background-image: url("../img/physio/dim_button.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

section {
  position: relative;
}
section .section-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
  gap: 7px;
}
section .section-title.sub {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #90A3BF;
}
section.info {
  padding: 0 var(--padding);
}
section.physio {
  padding: 0 var(--padding);
}
section.physio.home {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.physio.home .intro-pic img {
  max-height: 100%;
}
section.physio.picture .paper {
  width: 100%;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
section.physio.picture .photo-box {
  width: 155px;
  height: 155px;
  overflow: hidden;
  border-radius: 20px;
}
section.physio.picture .text-bold {
  font-size: 22px;
}
section .btn-banner {
  position: relative;
  border-radius: 12px;
  width: 100%;
  text-align: left;
}
section .btn-banner .btn-title-wrap {
  width: 100%;
  padding: 16px 35px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section .btn-banner .btn-title-wrap .btn-title {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  gap: 7px;
}
section .btn-banner .btn-title-wrap .btn-text {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -1px;
  vertical-align: middle;
  color: #666666;
}
section .btn-banner .icon-more {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 30px;
  height: 40px;
  background-image: url("../img/icon_more.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section .btn-banner .icon-more.black {
  background-image: url("../img/icon_more.png");
}
section.saju {
  width: 100%;
  padding: 0 var(--padding);
}
section.saju .sign-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
section.saju .sign-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
section.saju .sign-icon {
  background-color: #F8F9FE;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #EEEEEE;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.saju .sign-icon img {
  width: 40px;
}
section.saju .zodiac-wrap .sign-icon {
  background-color: transparent;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
section.saju .zodiac-wrap .zodiac-info {
  font-weight: 400;
  font-size: 12px;
  color: rgb(106, 106, 106);
  letter-spacing: -1px;
}
section.banner.list {
  width: 100%;
  padding: 0 var(--padding);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.banner.list .banner-box {
  border-radius: 12px;
  padding: 10px;
}
section.match.list {
  padding: 0 var(--padding);
}
section.match.list .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 45%));
  justify-content: center;
  row-gap: 20px;
  column-gap: 15px;
}
section.match.love {
  padding: 0 var(--padding);
}
section.match.chart {
  padding: 0 var(--padding);
}
section.match.chart .paper {
  padding-left: 0;
  padding-right: 0;
}
section.match.chart .paper .section-title {
  padding-left: var(--padding);
  padding-right: var(--padding);
}
section.match .mbti-wrap .avatar .icon-wrap {
  width: 50px;
  height: 50px;
  padding: 5px 10px 0;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #E4E9F4;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
section.match .mbti-wrap .avatar .icon-wrap img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: 60px;
  height: 60px;
  max-width: unset;
}
section.match .mbti-wrap .mbti-info .keyword {
  font-weight: 400;
  font-size: 12px;
  color: #6a6a6a;
  letter-spacing: -1px;
}
section.match .mbti-wrap .mbti-info .rating {
  margin: auto;
}
section.match .mbti-wrap .mbti-info .rating.big .star {
  font-size: 40px;
}
section.match .mbti-wrap .mbti-info .rating .star {
  display: inline-block;
  font-size: 20px;
  opacity: 1;
  color: #ececec;
}
section.match .mbti-wrap .mbti-info .rating .star.active {
  animation: star-pop 0.5s ease forwards;
}
section.match .mbti-wrap .mbti-info .rating .star:before {
  content: "★";
}
section.match .mbti-wrap .mbti-info .rating .star.active:nth-child(1) {
  animation-delay: 0s;
}
section.match .mbti-wrap .mbti-info .rating .star.active:nth-child(2) {
  animation-delay: 0.5s;
}
section.match .mbti-wrap .mbti-info .rating .star.active:nth-child(3) {
  animation-delay: 1s;
}
section.match .mbti-wrap .mbti-info .rating .star.active:nth-child(4) {
  animation-delay: 1.5s;
}
section.match .mbti-wrap .mbti-info .rating .star.active:nth-child(5) {
  animation-delay: 2s;
}
@keyframes star-pop {
  to {
    color: #ffcc00;
    opacity: 1;
  }
}
section.match .mbti-wrap .action {
  text-align: center;
  text-decoration: unset;
}
section.match .mbti-wrap .action .button {
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1;
}
section.match .mbti-wrap .action .icon-add {
  margin: 0 auto;
  width: 15px;
  height: 15px;
  background-image: url("../img/icon_plus.png");
  background-size: contain;
  background-repeat: no-repeat;
}
section .match-wrap {
  display: flex;
  width: 100%;
  gap: 10px;
}
section .match-wrap .match-box {
  flex: 1;
  background-color: #fff;
  padding: 15px 2px 9px;
  gap: 10px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section .match-wrap .match-box .box-head .head-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 25.09px;
  letter-spacing: -0.04em;
  text-align: center;
}
section .match-wrap .match-box .box-head .head-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 19.14px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #666666;
}
section .match-wrap .match-box .sign-icon {
  background-color: #F8F9FE;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #EEEEEE;
  display: flex;
  justify-content: center;
  align-items: center;
}
section .match-wrap .match-box .sign-icon img {
  width: 40px;
}
section .match-wrap .match-box .sign-text {
  height: 25px;
  border-radius: 8px;
  background-color: #EEF1FF;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.04em;
  color: #333333;
}
section .match-wrap .match-box .year-wrap {
  display: flex;
  gap: 6px;
  width: 100%;
  text-align: center;
}
section .match-wrap .match-box .year-wrap .year-box {
  flex: 1;
  padding: 5px 0;
  border-radius: 5px;
}
section .match-wrap .match-box .year-wrap .year-box .year-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.3px;
  letter-spacing: -0.04em;
}
section .match-wrap .match-box .year-wrap .year-box .year-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.31px;
  letter-spacing: -0.04em;
}
section .match-wrap .match-box .year-wrap .o-mok {
  background-color: #B0C4EE;
  color: #000;
}
section .match-wrap .match-box .year-wrap .o-wha {
  background-color: #FBA29F;
  color: #000;
}
section .match-wrap .match-box .year-wrap .o-tou {
  background-color: #FFED92;
  color: #000;
}
section .match-wrap .match-box .year-wrap .o-gum {
  background-color: #EEEEEE;
  color: #000;
}
section .match-wrap .match-box .year-wrap .o-soo {
  background-color: #565656;
  color: #fff;
}
section.fortune.timeline {
  padding: 0 var(--padding);
}
section.fortune.today {
  padding: 0 var(--padding);
}
section.fortune.gunghap {
  padding: 0 var(--padding);
}
section.fortune.chart {
  padding: 0 var(--padding);
}
section.fortune.chart .paper {
  padding-left: 0;
  padding-right: 0;
}
section.fortune.chart .paper .section-title {
  padding-left: var(--padding);
  padding-right: var(--padding);
}
section.feel.list {
  padding-left: var(--padding);
  padding-right: var(--padding);
}
section.feel.list .feel-grid {
  display: grid;
  gap: 20px 20px;
  grid-template-columns: 1fr 1fr;
  padding: 25px 5px;
}
section.feel.list .feel-grid .feel-item {
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  gap: 10px;
}
section.feel.list .feel-grid .feel-item .icon {
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
section.feel.list .feel-grid .feel-item .icon.feel1 {
  background-image: url("../img/feel/icon_f1.png");
}
section.feel.list .feel-grid .feel-item .icon.feel2 {
  background-image: url("../img/feel/icon_f2.png");
}
section.feel.list .feel-grid .feel-item .icon.feel3 {
  background-image: url("../img/feel/icon_f3.png");
}
section.feel.list .feel-grid .feel-item .icon.feel4 {
  background-image: url("../img/feel/icon_f4.png");
}
section.feel.list .feel-grid .feel-item .icon.feel5 {
  background-image: url("../img/feel/icon_f5.png");
}
section.feel.list .feel-grid .feel-item .icon.feel6 {
  background-image: url("../img/feel/icon_f6.png");
}
section .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section .content .title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #4CAF50;
}
section .content .item-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.01em;
}
section .content .text {
  letter-spacing: -2%;
}
section .content .text-title {
  font-size: 20px;
  font-weight: 400;
}
section .content .text-body {
  font-size: 14px;
  color: #303038;
  line-height: 1.7;
}
section .content .text-items {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 10px;
}
section .content .text-items li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.01em;
  text-align: left;
  color: #333333;
}
section .view-more {
  text-align: center;
}
section .view-more .btn-more {
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 20px;
}
section .view-more .icon-more {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_more.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section .action-share {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 0;
}
section .icon-today {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_clover.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section .icon-timeline {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_clock.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section .icon-match {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_heart.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section .icon-month {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_calendar.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.saju-box {
  padding: 0 var(--padding);
  font-size: 11px;
  max-width: 300px;
  min-width: 280px;
  margin: 0 auto;
}
.saju-box .title-wrap {
  display: flex;
  gap: 6px;
  width: 100%;
  text-align: center;
}
.saju-box .title-wrap .item-box {
  flex: 1;
  padding: 5px 0;
}
.saju-box .body-wrap {
  background-color: #fff;
}
.saju-box .body-wrap .item-wrap {
  display: flex;
  gap: 0;
  width: 100%;
  text-align: center;
}
.saju-box .body-wrap .item-wrap .item-box {
  flex: 1;
  padding: 8px 7px;
  border-radius: 0;
  opacity: 0;
  transition: 0.8s opacity;
}
.saju-box .body-wrap .item-wrap .item-box.visible {
  opacity: 1;
}
.saju-box .body-wrap .item-wrap .item-box .year-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.3px;
  letter-spacing: -0.04em;
}
.saju-box .body-wrap .item-wrap .item-box .year-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.31px;
  letter-spacing: -0.04em;
}
.saju-box .radius-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.saju-box .radius-bottom {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.saju-box .o-mok {
  background-color: #B0C4EE;
  color: #000;
}
.saju-box .o-wha {
  background-color: #f66865;
  color: #fff;
}
.saju-box .o-tou {
  background-color: #FFED92;
  color: #000;
}
.saju-box .o-gum {
  background-color: #EEEEEE;
  color: #000;
}
.saju-box .o-soo {
  background-color: #565656;
  color: #fff;
}
.saju-box .bg-gray {
  background-color: #7D83A3;
  color: #fff;
}
.saju-box .bg-lightgray {
  background-color: #CDD1E9;
}
.saju-box .radius-10 {
  border-radius: 10px;
}
.saju-box .ohang-graph {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  padding: 5px;
  border-radius: 10px;
}
.saju-box .graph-row {
  display: flex;
  gap: 11px;
}
.saju-box .graph-text {
  font-size: 14px;
  font-weight: 500;
}
.saju-box .graph-bar {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  text-align: left;
  background-color: rgba(241, 241, 241, 0.71);
}
.saju-box .graph-bar .ohang-bar {
  display: block;
  height: 100%;
}
.saju-box .graph-bar .ohang-bar .progress {
  border-radius: 20px;
  display: block;
  height: 100%;
  animation: progressOhangBar 3s ease-in-out;
  animation-fill-mode: both;
}
.saju-box .graph-bar .ohang-bar .progress.mok {
  background-color: #B0C4EE;
}
.saju-box .graph-bar .ohang-bar .progress.wha {
  background-color: #FBA29F;
}
.saju-box .graph-bar .ohang-bar .progress.tou {
  background-color: #FFED92;
}
.saju-box .graph-bar .ohang-bar .progress.gum {
  background-color: #EEEEEE;
}
.saju-box .graph-bar .ohang-bar .progress.soo {
  background-color: #565656;
}

.match-item {
  padding: 10px 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
}
.match-item.vertical {
  flex-direction: row;
  gap: 15px;
}
.match-item.vertical .avatar {
  width: auto;
}
.match-item.vertical .today {
  width: auto;
}
.match-item.paper {
  padding: 10px 5px;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1019607843);
}
.match-item .avatar {
  width: 100%;
}
.match-item .avatar .icon-wrap {
  width: 50px;
  height: 50px;
  padding: 5px 10px 0;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #E4E9F4;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.match-item .avatar .icon-wrap img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: 70px;
  height: 70px;
  max-width: unset;
}
.match-item .member .nickname {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -5%;
  text-align: center;
}
.match-item .member .relation {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #666666;
}
.match-item .today {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1;
}
.match-item .today .score {
  font-weight: 500;
  letter-spacing: -4%;
}
.match-item .today .score.s1 {
  color: #8894FF;
}
.match-item .today .score.s2 {
  color: #5567FF;
}
.match-item .today .score.s3 {
  color: #B940AD;
}
.match-item .today .score.s4 {
  color: #FF3F84;
}
.match-item .today .description {
  font-weight: 400;
  letter-spacing: -4%;
  color: #0A1E22;
}
.match-item .today .progress-bar {
  margin: 5px auto;
  width: 80px;
  height: 10px;
  position: relative;
  border-radius: 20px;
  background: linear-gradient(90deg, #8894FF 0%, #5567FF 34%, #B940AD 66%, #FF3F84 100%);
}
.match-item .today .progress-bar .marker {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -4px;
  left: 0;
  animation: progressMarker 2s ease-in-out;
  background-image: url("../img/marker.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.match-item .action {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  letter-spacing: -1px;
  text-decoration: underline;
  text-decoration-style: solid;
}
.match-item.add-item {
  background-color: #F9F9F9;
  min-height: 145px;
  gap: 15px;
}
.match-item.add-item .icon-add {
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_plus.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.match-item.add-item .text {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}

@keyframes progressOhangBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressMarker {
  0% {
    left: 0;
  }
  100% {
    left: 50%;
  }
}
.footer {
  position: relative;
  text-align: left;
  font-size: 10px;
  padding: 0 var(--padding);
  margin-top: 20px;
}
.footer a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.footer .list li, .footer .copyright {
  color: #222222;
}
.footer ul li {
  display: inline-block;
  color: #aaaaaa;
  letter-spacing: -0.2px;
}
.footer ul li:after {
  content: "|";
  color: #aaaaaa;
  margin-left: 10px;
  margin-right: 5px;
}
.footer ul li:last-child:after {
  content: "";
  margin: 0;
}
.footer .professor {
  text-align: center;
  margin: 10px auto 20px;
}
.footer .professor a {
  display: block;
  background-color: #00BFFF;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 1px 1px 2px 2px rgba(148, 148, 148, 0.46);
}

.bg-pro {
  background-color: #00BFFF;
}

.loading-box {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.loading-box.back-drop {
  background-color: #fff;
  animation: backgroundDim 5s ease-in-out;
}
.loading-box .form {
  width: 100%;
  padding: 0;
  max-width: var(--maxwidth);
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@keyframes backgroundDim {
  0% {
    background-color: #8f8f8f;
  }
  100% {
    background-color: #fff;
  }
}
.timer-wrap {
  width: 100%;
  position: relative;
}

#timerButton {
  position: absolute;
  left: 0;
  background-color: transparent;
  z-index: 90;
}

#timerBar {
  width: 1%;
}

.sample-text {
  position: absolute;
  right: 30px;
  top: 16px;
  text-align: center;
  color: red;
  z-index: 2;
  font-size: 15px;
}
.sample-text button {
  border-radius: 10px;
  color: #fff;
  line-height: 1;
  padding: 7px 7px;
  height: auto;
  background-color: rgba(0, 163, 255, 0.7);
}

/* APPBAR */
header {
  width: 100%;
  max-width: var(--maxwidth);
  margin: 0 auto;
  padding: 0 var(--padding);
  background-color: var(--background-color);
}
header.fixed {
  position: fixed;
  top: 0;
  z-index: 3;
}
header.appbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  height: 44px;
  width: 100%;
}
header.appbar .appbar-title {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1px;
}
header.appbar .button-left {
  cursor: pointer;
  width: 69px;
  position: relative;
}
header.appbar .button-right {
  cursor: pointer;
  width: 69px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}
header.appbar .button-right span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 6px;
  background-color: #f3f3f3;
  border-radius: 10px;
}
header.appbar .button-right .badge-nick {
  position: absolute;
  right: 33px;
  font-size: 12px;
  white-space: nowrap;
}

.tabbar-wrap {
  width: 100%;
  max-width: var(--maxwidth);
  margin: 0 auto;
  background-color: #EBF8F2;
  border-top: 1px solid #C1E3D4;
  z-index: 3;
}
.tabbar-wrap.fixed {
  position: fixed;
  bottom: 0;
}
.tabbar-wrap .tabbar {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  line-height: 1;
  width: 100%;
  padding: 8px 16px;
  background-color: transparent;
}
.tabbar-wrap .tabbar li {
  width: 64px;
  height: 64px;
  cursor: pointer;
  border: solid 1px transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: transparent;
}
.tabbar-wrap .tabbar li span {
  display: block;
}
.tabbar-wrap .tabbar li .menu-icon {
  width: 20px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
.tabbar-wrap .tabbar li .menu-text {
  font-size: 14px;
  font-weight: 400;
}
.tabbar-wrap .tabbar li.menu-home .menu-icon {
  background-image: url("../img/icon_menu_home.png");
}
.tabbar-wrap .tabbar li.menu-physio .menu-icon {
  background-image: url("../img/icon_menu_physio.png");
}
.tabbar-wrap .tabbar li.menu-fortune .menu-icon {
  background-image: url("../img/icon_menu_fortune.png");
}
.tabbar-wrap .tabbar li.menu-match .menu-icon {
  background-image: url("../img/icon_menu_match.png");
}
.tabbar-wrap .tabbar li.active {
  border: solid 1px var(--color-primary);
  color: var(--color-primary);
  border-radius: 10px;
  background-color: #fff;
}
.tabbar-wrap .tabbar li.active.menu-home .menu-icon {
  background-image: url("../img/icon_menu_home1.png");
}
.tabbar-wrap .tabbar li.active.menu-physio .menu-icon {
  background-image: url("../img/icon_menu_physio1.png");
}
.tabbar-wrap .tabbar li.active.menu-fortune .menu-icon {
  background-image: url("../img/icon_menu_fortune1.png");
}
.tabbar-wrap .tabbar li.active.menu-match .menu-icon {
  background-image: url("../img/icon_menu_match1.png");
}

.paper {
  padding: 20px var(--padding);
  background-color: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1019607843);
}

.chart-wrap {
  padding: 10px 0;
}

.apexcharts-canvas {
  margin: 0 auto;
}

#myModalShare .input-text {
  font-size: 12px;
}

.relation-select .group-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}
.relation-select .relation {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(60px, auto));
  row-gap: 10px;
  column-gap: 7px;
  margin-bottom: 20px;
}
.relation-select .relation .item {
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  color: #666666;
  padding: 4px;
  border: 0.5px solid #ECECEE;
  border-radius: 20px;
}
.relation-select .relation .item.active {
  color: #4CAF50;
  border: 0.5px solid #4CAF50;
  background-color: #EBF8F2;
  border-radius: 20px;
}

.mbti-items {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 20px;
  padding: 4px 16px;
}
.mbti-items .item {
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  display: inline-block;
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
  color: #666666;
  padding: 4px 10px;
  border: 0.5px solid #ECECEE;
  border-radius: 20px;
}
.mbti-items .item.active {
  color: #66a0e3;
  border: 0.5px solid #66a0e3;
  background-color: #EBF8F2;
  border-radius: 20px;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 10px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 15px;
}
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.highlight {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: #000000;
  font-weight: 500;
}

.highlight:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 13px;
  display: inline-block;
  background-color: rgba(255, 242, 0, 0.47);
}

.divider {
  padding-top: var(--padding);
}
.divider.section {
  padding-top: var(--padding);
}

.safe-area.top {
  padding-top: 49px;
}
.safe-area.bottom {
  padding-top: 105px;
}

.gap-5 {
  gap: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.round-5 {
  border-radius: 5px;
}

.gap-10 {
  gap: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.round-10 {
  border-radius: 10px;
}

.gap-15 {
  gap: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.round-15 {
  border-radius: 15px;
}

.gap-20 {
  gap: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.round-20 {
  border-radius: 20px;
}

.gap-25 {
  gap: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.round-25 {
  border-radius: 25px;
}

.gap-30 {
  gap: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.round-30 {
  border-radius: 30px;
}

.gap-35 {
  gap: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.round-35 {
  border-radius: 35px;
}

.gap-40 {
  gap: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.round-40 {
  border-radius: 40px;
}

.gap-45 {
  gap: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.round-45 {
  border-radius: 45px;
}

.gap-50 {
  gap: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.round-50 {
  border-radius: 50px;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.round-0 {
  border-radius: 0;
}

.image-wrap {
  line-height: 0;
  font-size: 0;
}

.w-full {
  display: block;
  width: 100%;
}

.icon-left {
  display: inline-block;
  background-image: url(../img/icon_left.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-1 {
  flex: 1;
}

.flex-center {
  align-items: center;
  justify-content: center;
}

.w-full {
  width: 100%;
}

.btn-trash .icon-trash {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_trash.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-this {
  background-color: #D4E8FF;
}
.bg-next {
  background-color: #DFDCFF;
}
.bg-blue {
  background-color: #D4E8FF;
}
.bg-pink {
  background-color: #f5b9fb;
}
.bg-yellow {
  background-color: #fbf0b9;
}
.bg-green {
  background-color: #b4ffe4;
}
.bg-gray {
  background-color: #7D83A3;
  color: #fff;
}
.bg-lightgray {
  background-color: #CDD1E9;
}

.text-bold {
  font-weight: 600;
}
.text-center {
  text-align: center;
}
.text-red {
  color: red;
}
.text-blue {
  color: blue;
}
.text-black {
  color: black;
}
.text-white {
  color: white;
}
.text-primary {
  color: var(--color-primary);
}

/*# sourceMappingURL=default.css.map */
