@charset "UTF-8";

/* Original file: files/cache/assets/compiled/16a17c74bf831fd6df3d38331bda51f5e17960d1.layout.scss.css */

html, body, table, input, textarea, select, button {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
}
html, body {
  font-size: 16px;
  overflow-x: hidden;
}
html {
  color: #191F28;
  background-color: #ffffff;
}
body {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 150%;
  margin: 0;
}
* {
  box-sizing: border-box;
}
body.jds-noscroll {
  position: fixed;
  overflow: hidden;
  width: 100vw;
}
.jds-popup-iframe {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  background: #fff;
  z-index: 1000000;
}
.jds-popup-iframe .popup-iframe-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #8B95A1;
  display: flex;
}
.jds-popup-iframe .popup-iframe-header .popup-iframe-title {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 8px 0 8px 12px;
}
.jds-popup-iframe .popup-iframe-header .popup-iframe-close-button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 39px;
  line-height: 34px;
  padding: 0 10px;
  font-size: 24px;
  text-decoration: none;
  color: #191F28;
  cursor: pointer;
}
.jds-popup-iframe iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
/* sourceMappingURL=16a17c74bf831fd6df3d38331bda51f5e17960d1.layout.scss.map */

/* Original file: files/cache/assets/compiled/16a17c74bf831fd6df3d38331bda51f5e17960d1.text.scss.css */

.jds-display-4 {
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  color: #191F28;
}
@media (max-width: 899px) {
  .jds-display-4 {
    font-size: 40px;
  }
}
.jds-display-3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  color: #191F28;
}
@media (max-width: 899px) {
  .jds-display-3 {
    font-size: 28px;
  }
}
.jds-display-2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  color: #191F28;
}
@media (max-width: 899px) {
  .jds-display-2 {
    font-size: 24px;
  }
}
.jds-display-1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  color: #191F28;
}
@media (max-width: 899px) {
  .jds-display-1 {
    font-size: 22px;
  }
}
.jds-headline {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  color: #191F28;
}
.jds-subhead {
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  margin: 0;
  color: #191F28;
}
.jds-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  margin: 0;
  color: #191F28;
}
.jds-body.sm {
  font-size: 14px;
}
.jds-body.xs {
  font-size: 12px;
  line-height: 150%;
  color: #6B7684;
}
/* sourceMappingURL=16a17c74bf831fd6df3d38331bda51f5e17960d1.text.scss.map */

/* Original file: files/cache/assets/compiled/47fc3f693ff712679eb3c018f8aa1ca28da7cdd8.input.scss.css */

.jds-input {
  padding: 0;
  padding-left: 1rem;
  width: 320px;
  height: 40px;
  color: #191F28;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid #F2F4F6;
  background-color: #F2F4F6;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: 0.2s ease, padding-left 0s;
}
.jds-input:disabled {
  color: #4E5968;
  cursor: not-allowed;
}
.jds-input::placeholder {
  color: #B0B8C1;
}
.jds-input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.jds-input:focus {
  outline: none !important;
  border-color: #86E0A4;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(134, 224, 164, 0.2);
}
.jds-input[readonly]:focus {
  outline: none !important;
  border: 1px solid #E5E8EB;
  background-color: #E5E8EB;
  box-shadow: none;
}
.jds-input.small {
  height: 2rem;
  padding-left: 0.5rem;
}
.jds-input.xs {
  height: 2rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
}
.jds-input.large {
  height: 48px;
  font-size: 16px;
}
.jds-input.expand {
  display: block;
  width: 100%;
}
.jds-textarea {
  display: block;
  padding: 0.75rem 1rem;
  color: #191F28;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  border-radius: 6px;
  border: 1px solid #F2F4F6;
  background-color: #F2F4F6;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.jds-textarea::placeholder {
  color: #B0B8C1;
}
.jds-textarea:focus {
  outline: none !important;
  border-color: #86E0A4;
  box-shadow: 0 0 0 3px rgba(134, 224, 164, 0.2);
}
.jds-textarea.expand {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.jds-inset-container {
  position: relative;
}
.jds-inset-container .jds-input {
  width: 100%;
}
.jds-inset-container .jds-input.large + .inset {
  top: 14px;
}
.jds-inset-container .jds-input.small + .inset, .jds-inset-container .jds-input.xs + .inset {
  top: 6px;
}
.jds-inset-container .inset {
  position: absolute;
  right: 16px;
  top: 10px;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  color: #4E5968;
  pointer-events: none;
}
.jds-inset-container .inset.clickable {
  pointer-events: all;
  cursor: pointer;
}
.jds-inset-container .inset-fixed-text {
  position: absolute;
  left: 16px;
  top: 10px;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  color: #6B7684;
  pointer-events: none;
}
/* sourceMappingURL=47fc3f693ff712679eb3c018f8aa1ca28da7cdd8.input.scss.map */

/* Original file: files/cache/assets/compiled/16a17c74bf831fd6df3d38331bda51f5e17960d1.tag.scss.css */

.jds-tag {
  display: inline-block;
  padding: 5px 8px;
  color: #4E5968;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background-color: #E5E8EB;
  border-radius: 4px;
}
.jds-tag.xs {
  padding: 2px 4px;
  font-size: 10px;
}
.jds-tag.small {
  padding: 3px 5px;
  font-size: 12px;
}
.jds-tag.large {
  padding: 6px 12px;
  font-size: 14px;
}
.jds-tag.labeled {
  display: inline-flex;
  padding: 0;
  overflow: hidden;
}
.jds-tag.labeled > div {
  padding: 3px 5px;
}
.jds-tag.labeled > div:first-child {
  background-color: rgba(25, 31, 40, 0.1);
}
.jds-tag.labeled > div:last-child {
  font-weight: 500;
}
.jds-tag.primary {
  color: #31B85E;
  background-color: #EBFAF0;
}
.jds-tag.primary.labeled {
  display: inline-flex;
  padding: 0;
  overflow: hidden;
}
.jds-tag.primary.labeled > div {
  padding: 3px 5px;
}
.jds-tag.primary.labeled > div:first-child {
  background-color: rgba(235, 250, 240, 0.1);
}
.jds-tag.primary.labeled > div:last-child {
  font-weight: 500;
}
.jds-tag.secondary {
  color: #425FF8;
  background-color: #e9ecff;
}
.jds-tag.secondary.labeled {
  display: inline-flex;
  padding: 0;
  overflow: hidden;
}
.jds-tag.secondary.labeled > div {
  padding: 3px 5px;
}
.jds-tag.secondary.labeled > div:first-child {
  background-color: rgba(233, 236, 255, 0.1);
}
.jds-tag.secondary.labeled > div:last-child {
  font-weight: 500;
}
.jds-tag.orange {
  color: #e99b30;
  background-color: #ffedd3;
}
.jds-tag.orange.labeled {
  display: inline-flex;
  padding: 0;
  overflow: hidden;
}
.jds-tag.orange.labeled > div {
  padding: 3px 5px;
}
.jds-tag.orange.labeled > div:first-child {
  background-color: rgba(255, 237, 211, 0.1);
}
.jds-tag.orange.labeled > div:last-child {
  font-weight: 500;
}
.jds-tag.purple {
  color: #7c42f8;
  background-color: #e9dfff;
}
.jds-tag.purple.labeled {
  display: inline-flex;
  padding: 0;
  overflow: hidden;
}
.jds-tag.purple.labeled > div {
  padding: 3px 5px;
}
.jds-tag.purple.labeled > div:first-child {
  background-color: rgba(233, 223, 255, 0.1);
}
.jds-tag.purple.labeled > div:last-child {
  font-weight: 500;
}
.jds-tag.blue {
  color: #618DFF;
  background-color: #E1EAFF;
}
.jds-tag.blue.labeled {
  display: inline-flex;
  padding: 0;
  overflow: hidden;
}
.jds-tag.blue.labeled > div {
  padding: 3px 5px;
}
.jds-tag.blue.labeled > div:first-child {
  background-color: rgba(225, 234, 255, 0.1);
}
.jds-tag.blue.labeled > div:last-child {
  font-weight: 500;
}
.jds-tag.pink {
  color: "#d47ac0";
  background-color: rgba(212, 122, 192, 0.1);
}
.jds-tag.danger {
  color: #E04F4F;
  background-color: #ffe4e6;
}
.jds-tag.danger.labeled {
  display: inline-flex;
  padding: 0;
  overflow: hidden;
}
.jds-tag.danger.labeled > div {
  padding: 3px 5px;
}
.jds-tag.danger.labeled > div:first-child {
  background-color: rgba(224, 79, 79, 0.1);
}
.jds-tag.danger.labeled > div:last-child {
  font-weight: 500;
}
.jds-tag.black {
  color: #ffffff;
  background-color: #191F28;
}
/* sourceMappingURL=16a17c74bf831fd6df3d38331bda51f5e17960d1.tag.scss.map */

/* Original file: files/cache/assets/compiled/16a17c74bf831fd6df3d38331bda51f5e17960d1.button.scss.css */

.jds-button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0;
  color: #191F28;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  outline: none;
  border-radius: 6px;
  border: 1px solid #E5E8EB;
  background-color: #ffffff;
  box-sizing: border-box;
  transition: 0.2s ease;
}
.jds-button:hover {
  color: #191F28;
  background-color: #F9FAFB;
  border-color: #D1D6DB;
  text-decoration: none;
}
.jds-button:active {
  background-color: #F2F4F6;
  border-color: #B0B8C1;
}
.jds-button:focus {
  outline: none !important;
}
.jds-button:disabled, .jds-button[disabled] {
  background-color: #F9FAFB;
  color: #8B95A1;
  cursor: default;
}
.jds-button:disabled:hover, .jds-button[disabled]:hover {
  background-color: #F2F4F6;
  text-decoration: none;
}
.jds-button > i:first-child, .jds-button svg:first-child {
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
.jds-button > i:last-child, .jds-button svg:last-child {
  font-size: 0.875rem;
  margin-left: 0.5rem;
}
.jds-button.expand {
  display: flex;
  width: 100%;
}
.jds-button.rounded {
  border-radius: 5rem;
}
.jds-button.next {
  margin-left: 0.25rem;
}
.jds-button.fixedwidth-m {
  width: 140px;
}
.jds-button.fixedwidth-sm {
  width: 100px;
}
.jds-button.xs {
  height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
}
.jds-button.sm {
  height: 30px;
  padding: 4px 12px;
  font-size: 0.75rem;
}
.jds-button.medium {
  height: 38px;
  padding: 6px 16px 7px;
  font-size: 0.875rem;
}
.jds-button.large {
  height: 42px;
  padding: 8px 16px 9px;
  font-size: 0.875rem;
}
.jds-button.large i {
  font-size: 0.75rem;
}
.jds-button.xlarge {
  height: 52px;
  padding: 11px 24px 12px;
  font-size: 1rem;
}
.jds-button.larger {
  padding-left: 2rem;
  padding-right: 2rem;
}
.jds-button.primary {
  font-weight: 700;
  color: #ffffff;
  background-color: #36CC68;
  border-color: #36CC68;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.jds-button.primary:hover {
  background-color: #2fb95d;
  border-color: #2fb95d;
}
.jds-button.primary:active {
  background-color: #2aa553;
  border-color: #2aa553;
}
.jds-button.primary, .jds-button.primary:hover, .jds-button.primary:active {
  color: #ffffff;
}
.jds-button.secondary, .jds-button.blue {
  font-weight: 700;
  color: #ffffff;
  background-color: #618DFF;
  border-color: #618DFF;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.jds-button.secondary:hover, .jds-button.blue:hover {
  background-color: #487bff;
  border-color: #487bff;
}
.jds-button.secondary:active, .jds-button.blue:active {
  background-color: #2e68ff;
  border-color: #2e68ff;
}
.jds-button.secondary, .jds-button.secondary:hover, .jds-button.secondary:active, .jds-button.blue, .jds-button.blue:hover, .jds-button.blue:active {
  color: #ffffff;
}
.jds-button.black {
  color: #ffffff;
  font-weight: 700;
  color: #ffffff;
  background-color: #191F28;
  border-color: #191F28;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.jds-button.black:hover {
  background-color: #0f1318;
  border-color: #0f1318;
}
.jds-button.black:active {
  background-color: #050709;
  border-color: #050709;
}
.jds-button.black, .jds-button.black:hover, .jds-button.black:active {
  color: #ffffff;
}
.jds-button.purple {
  color: #ffffff;
  font-weight: 700;
  color: #ffffff;
  background-color: #7761FF;
  border-color: #7761FF;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.jds-button.purple:hover {
  background-color: #6148ff;
  border-color: #6148ff;
}
.jds-button.purple:active {
  background-color: #4b2eff;
  border-color: #4b2eff;
}
.jds-button.purple, .jds-button.purple:hover, .jds-button.purple:active {
  color: #ffffff;
}
.jds-button.gray {
  font-weight: 700;
  color: #4E5968;
  background-color: #F2F4F6;
  border-color: #F2F4F6;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.jds-button.gray:hover {
  background-color: #e3e7ec;
  border-color: #e3e7ec;
}
.jds-button.gray:active {
  background-color: #d4dbe1;
  border-color: #d4dbe1;
}
.jds-button.gray, .jds-button.gray:hover, .jds-button.gray:active {
  color: #4E5968;
}
.jds-button.red {
  color: #F44336;
  border: 1px solid #E04F4F;
  background-color: transparent;
}
.jds-button.red:hover, .jds-button.red:active {
  border-color: #E04F4F;
  background-color: #E04F4F;
  color: #ffffff;
  font-weight: 700;
}
.jds-button.plain.primary {
  color: #31B85E;
  background-color: #ebfaf0;
  border-color: #ebfaf0;
}
.jds-button.plain.primary:hover {
  color: #31B85E;
  background-color: #e1f7e8;
  border-color: #e1f7e8;
}
.jds-button.plain.primary:active {
  color: #31B85E;
  background-color: #d7f5e1;
  border-color: #d7f5e1;
}
.jds-button.plain.secondary, .jds-button.plain.blue {
  color: #577FE6;
  background-color: #eff4ff;
  border-color: #eff4ff;
}
.jds-button.plain.secondary:hover, .jds-button.plain.blue:hover {
  color: #577FE6;
  background-color: #e7eeff;
  border-color: #e7eeff;
}
.jds-button.plain.secondary:active, .jds-button.plain.blue:active {
  color: #577FE6;
  background-color: #dfe8ff;
  border-color: #dfe8ff;
}
.jds-button.plain.red {
  color: #CA4747;
  background-color: #fceded;
  border-color: #fceded;
}
.jds-button.plain.red:hover {
  color: #CA4747;
  background-color: #fae5e5;
  border-color: #fae5e5;
}
.jds-button.plain.red:active {
  color: #CA4747;
  background-color: #f9dcdc;
  border-color: #f9dcdc;
}
.jds-button.plain.purple {
  color: #6B57E6;
  background-color: #f1efff;
  border-color: #f1efff;
}
.jds-button.plain.purple:hover {
  color: #6B57E6;
  background-color: #ebe7ff;
  border-color: #ebe7ff;
}
.jds-button.plain.purple:active {
  color: #6B57E6;
  background-color: #e4dfff;
  border-color: #e4dfff;
}
.jds-button.line-primary {
  background-color: #F9FAFB;
  border: 1px solid #E5E8EB;
}
.jds-button.line-primary:hover {
  color: #31B85E;
  background-color: #ffffff;
  border-color: #36CC68;
}
.jds-button.line-primary:active {
  color: #31B85E;
  background-color: #ffffff;
  border-color: #36CC68;
}
.jds-button.line-primary-clear {
  background-color: #ffffff;
  border: 1px solid #E5E8EB;
  color: #6B7684;
}
.jds-button-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.jds-button-group .jds-button {
  border-radius: 0;
  border-right: 1px solid #ffffff;
}
.jds-button-group > *:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.jds-button-group > *:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-right: none;
}
/* sourceMappingURL=16a17c74bf831fd6df3d38331bda51f5e17960d1.button.scss.map */

/* Original file: files/cache/assets/compiled/16a17c74bf831fd6df3d38331bda51f5e17960d1.tab.scss.css */

.jds-tab {
  display: flex;
  height: 52px;
  background-color: #ffffff;
  z-index: 100;
  border-bottom: 1px solid #E5E8EB;
  width: fit-content;
}
.jds-tab > ul, .jds-tab > div {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  height: 100%;
}
.jds-tab > ul.expand, .jds-tab > div.expand {
  width: 100%;
  justify-content: center;
}
.jds-tab > ul > li, .jds-tab > ul > a, .jds-tab > div > li, .jds-tab > div > a {
  display: flex;
  width: 100%;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
}
.jds-tab > ul > li:not(:last-child), .jds-tab > ul > a:not(:last-child), .jds-tab > div > li:not(:last-child), .jds-tab > div > a:not(:last-child) {
  margin-right: 1rem;
}
.jds-tab > ul > li > span, .jds-tab > ul > a > span, .jds-tab > div > li > span, .jds-tab > div > a > span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  bottom: -1px;
  width: 100%;
  height: 100%;
  color: #4E5968;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
.jds-tab > ul > li > span.active, .jds-tab > ul > a > span.active, .jds-tab > div > li > span.active, .jds-tab > div > a > span.active {
  font-weight: 700;
  color: #31B85E;
  border-bottom-color: #36CC68;
}
.jds-tab.expand {
  width: 100%;
  justify-content: center;
}
.jds-tab.expand > ul, .jds-tab.expand > div {
  width: 100%;
}
.jds-tab.expand > ul > li, .jds-tab.expand > ul > a, .jds-tab.expand > div > li, .jds-tab.expand > div > a {
  margin: 0 !important;
}
@media (max-width: 899px) {
  .jds-tab.padding > ul {
    padding: 0px 1.25rem;
  }
}
.jds-tab.black > ul > li > span, .jds-tab.black > ul > a > span, .jds-tab.black > div > li > span, .jds-tab.black > div > a > span {
  color: #B0B8C1;
}
.jds-tab.black > ul > li > span.active, .jds-tab.black > ul > a > span.active, .jds-tab.black > div > li > span.active, .jds-tab.black > div > a > span.active {
  color: #191F28;
  border-bottom-color: #191F28;
}
/* sourceMappingURL=16a17c74bf831fd6df3d38331bda51f5e17960d1.tab.scss.map */

/* Original file: files/cache/assets/compiled/16a17c74bf831fd6df3d38331bda51f5e17960d1.subheader.scss.css */

.jds-subheader {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
  padding-left: 40px !important;
  padding-right: 40px !important;
  height: 46px;
}
@media (max-width: 899px) {
  .jds-subheader {
    height: 44px;
  }
}
@media (max-width: 899px) {
  .jds-subheader {
    font-size: 14px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.jds-subheader.breakout {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.jds-subheader-prepend {
  margin-right: 18px;
}
.jds-subheader-prepend.pointer {
  cursor: pointer;
}
@media (max-width: 899px) {
  .jds-subheader.floating {
    position: fixed;
    left: 0;
    margin: 0;
    top: 56px;
  }
}
@media (min-width: 900px) {
  .jds-subheader.floating-always {
    position: fixed;
    top: 80px;
    left: 0;
    margin: 0;
  }
}
@media (max-width: 899px) {
  .jds-subheader.floating-top {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
  }
  .jds-subheader.floating-top.floating {
    top: 56px;
  }
}
.jds-subheader-item {
  display: flex;
  align-items: flex-start;
  border-bottom: 3px solid transparent;
  padding: 12px 6px 0 6px;
  height: 100%;
  cursor: pointer;
  color: #333D4B;
  line-height: 16px;
}
@media (max-width: 899px) {
  .jds-subheader-item {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.jds-subheader-item > span {
  height: 16px;
}
.jds-subheader-item:hover, .jds-subheader-item.active {
  font-weight: 700;
  color: #191F28;
  border-bottom-color: #191F28;
}
/* sourceMappingURL=16a17c74bf831fd6df3d38331bda51f5e17960d1.subheader.scss.map */

/* Original file: files/cache/assets/compiled/16a17c74bf831fd6df3d38331bda51f5e17960d1.card.scss.css */

.jds-card {
  display: block;
  appearance: none;
  text-decoration: none;
  line-height: 150%;
  transition: transform 0.3s ease;
}
.jds-card:hover {
  transform: translateY(-4px);
}
.jds-card .card-image {
  width: 100%;
  position: relative;
  aspect-ratio: 1.7777777778;
}
.jds-card .card-image.ratio-1-1 {
  aspect-ratio: 1;
}
.jds-card .card-image.ratio-5-4 {
  aspect-ratio: 1.25;
}
.jds-card .card-image.ratio-4-3 {
  aspect-ratio: 1.3333333333;
}
.jds-card .card-image.ratio-3-2 {
  aspect-ratio: 1.5;
}
.jds-card .card-image.ratio-2-1 {
  aspect-ratio: 2;
}
.jds-card .card-image .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-color: #F2F4F6;
  border-radius: 12px;
  overflow: hidden;
}
.jds-card .card-image .background.map-container {
  border: 1px solid #F2F4F6;
}
.jds-card .card-image .background.map-container img[usemap] {
  visibility: hidden;
}
.jds-card .card-image .background-tag {
  position: absolute;
  top: 10px;
  left: 10px;
}
.jds-card .card-image .foreground {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.jds-card .card-profile-image {
  position: relative;
  left: calc(100% - 80px);
  top: -30px;
  width: 60px;
  height: 60px;
  margin-bottom: -60px;
  border-radius: 50%;
  border: 3px solid #fff;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  overflow: hidden;
  z-index: 1;
}
.jds-card .card-profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jds-card .card-content {
  padding-top: 16px;
  color: #191F28;
}
.jds-card .card-content:first-child {
  padding-top: 0;
}
.jds-card .card-content .subtitle {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  color: #6B7684;
  margin-bottom: 1px;
}
.jds-card .card-content .title {
  font-size: 18px;
  font-weight: 700;
  color: #191F28;
  line-height: 160%;
  margin-bottom: 7px;
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 899px) {
  .jds-card .card-content .title {
    font-size: 18px;
  }
}
.jds-card .card-content .description {
  font-size: 14px;
  font-weight: 400;
  color: #6B7684;
  line-height: 160%;
  margin-bottom: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.jds-card .card-content .tags {
  font-size: 12px;
  font-weight: 400;
  color: #36539C;
}
.jds-card .card-content .tags .tag {
  display: inline-block;
  margin-right: 3px;
}
.jds-card .card-content .tags .tag::before {
  content: "#";
}
.jds-card .card-content .tags .tag.private {
  color: #F44336;
}
.jds-card.with-border {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
.jds-card.with-border .card-image > * {
  border-radius: 0 !important;
}
.jds-card.with-border .card-content {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 14px;
}
/* sourceMappingURL=16a17c74bf831fd6df3d38331bda51f5e17960d1.card.scss.map */

/* Original file: files/cache/assets/compiled/16a17c74bf831fd6df3d38331bda51f5e17960d1.utility.scss.css */

main > .x {
  max-width: 1210px;
  padding: 1.25rem;
  margin: 0 auto;
  color: black;
  background-color: white;
  border-radius: 6px;
}
#rhymix_debug_button {
  bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.xefu-container {
  color: black;
  font-size: 13px;
  background-color: white;
}
/* sourceMappingURL=16a17c74bf831fd6df3d38331bda51f5e17960d1.utility.scss.map */

/* Original file: files/cache/assets/compiled/16a17c74bf831fd6df3d38331bda51f5e17960d1.chip.scss.css */

.jds-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 9999px;
  border: 1px solid #E5E8EB;
  font-weight: 500;
  line-height: 150%;
  font-size: 16px;
  background-color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
}
.jds-chip:hover {
  background-color: #F9FAFB;
}
.jds-chip--active {
  background-color: #EBFAF0;
  color: #31B85E;
  border: 1px solid #31B85E;
  font-weight: 700;
}
.jds-chip--active:hover {
  background-color: #D7F5E1;
}
.jds-chip--disabled {
  color: #6B7684;
  background-color: #F9FAFB;
}
/* sourceMappingURL=16a17c74bf831fd6df3d38331bda51f5e17960d1.chip.scss.map */

/* Original file: files/cache/assets/compiled/47fc3f693ff712679eb3c018f8aa1ca28da7cdd8.checkbox.scss.css */

.jds-checkbox {
  display: none;
  visibility: hidden;
}
.jds-checkbox + label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-right: 0.5rem;
  color: #191F28;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 22px;
  transition: 0.2s ease;
}
.jds-checkbox + label:before {
  display: inline-block;
  flex-shrink: 0;
  cursor: pointer;
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px auto;
  border-radius: 4px;
  border: 1px solid #E5E8EB;
  vertical-align: middle;
  background-color: #ffffff;
  transition: 0.2s ease;
}
.jds-checkbox + label:hover:before {
  border-color: #B0B8C1;
}
.jds-checkbox + label:active:before {
  border-color: #36CC68;
}
.jds-checkbox:checked + label {
  color: #36CC68;
}
.jds-checkbox:checked + label:before {
  border-color: #36CC68;
  background-color: #36CC68;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDIwIDE1Ij4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNy4xNDMsMTQuOTM4IDAsNy43OTYgMi4wMjEsNS43NzYgNy4xNDMsMTAuODk4IDE3Ljk3OSwwLjA2MiAyMCwyLjA4MiAiLz4NCjwvc3ZnPg0K");
}
.jds-checkbox:hover:checked + label:before {
  border-color: #36CC68;
}
/* sourceMappingURL=47fc3f693ff712679eb3c018f8aa1ca28da7cdd8.checkbox.scss.map */

/* Original file: files/cache/assets/compiled/47fc3f693ff712679eb3c018f8aa1ca28da7cdd8.radio.scss.css */

.jds-radio {
  display: inline-block;
  height: 16px;
  width: 16px;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  margin: -4px 0 0 0;
  padding: 0 !important;
  vertical-align: middle;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50% !important;
  border: 1px solid #D1D6DB;
  appearance: none;
  -webkit-appearance: none;
  transition: 0.2s ease;
}
.jds-radio:focus {
  border-color: #36CC68;
}
.jds-radio:checked {
  background-color: #ffffff;
  border-color: #36CC68;
  border-width: 5px;
}
.jds-radio:checked:focus {
  border-color: #36CC68;
}
.jds-radio + label {
  cursor: pointer;
  color: #191F28;
  font-size: 0.875rem;
  padding-left: 0.25rem;
  margin-right: 0.5rem;
  font-weight: 600;
}
.jds-radio:checked + label {
  color: #36CC68;
}
/* sourceMappingURL=47fc3f693ff712679eb3c018f8aa1ca28da7cdd8.radio.scss.map */

/* Original file: files/cache/assets/compiled/47fc3f693ff712679eb3c018f8aa1ca28da7cdd8.select.scss.css */

.jds-select {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  min-width: 142px;
  height: 40px;
  background: none;
  border: 1px solid #F2F4F6;
  background-color: #F2F4F6;
  border-radius: 6px;
  transition: 0.2s ease;
}
.jds-select > select {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  padding-left: 16px;
  padding-right: 36px;
  outline: none !important;
  border: none;
  background-color: #F2F4F6;
  border-radius: 6px;
  color: #191F28;
  font-size: 14px;
  font-weight: 500;
  -webkit-appearance: none;
  appearance: none;
  transition: 0.2s ease;
}
.jds-select > select::-ms-expand {
  display: none;
}
.jds-select > select:disabled {
  cursor: no-drop;
  opacity: 0.7;
}
.jds-select i, .jds-select svg {
  position: absolute;
  top: 0;
  right: 1rem;
  display: flex;
  align-items: center;
  height: 100%;
  color: #B0B8C1;
  font-size: 1rem;
  transition: 250ms ease;
  width: 12px;
  pointer-events: none;
}
.jds-select:hover {
  border-color: #B0B8C1;
}
.jds-select:focus-within, .jds-select.active {
  border-color: #86E0A4;
  box-shadow: 0 0 0 3px rgba(134, 224, 164, 0.2);
  background-color: #ffffff;
}
.jds-select.no-border {
  border-color: transparent;
  background-color: transparent;
}
.jds-select.no-border > select {
  background-color: transparent;
}
.jds-select.fullwidth {
  width: 320px;
  max-width: 100%;
}
.jds-select.halfwidth {
  width: 152px;
}
.jds-select.small {
  height: 2rem;
}
.jds-select.small > select {
  padding-left: 0.5rem;
}
.jds-select.expand {
  width: 100% !important;
}
/* sourceMappingURL=47fc3f693ff712679eb3c018f8aa1ca28da7cdd8.select.scss.map */

/* Original file: files/cache/assets/compiled/1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.base.scss.css */

h2 {
  font-size: 32px;
  font-weight: 300;
  margin: 64px 0 44px 0;
  padding: 0;
}
@media (max-width: 899px) {
  h2 {
    font-size: 26px;
    margin: 40px 0 36px 0;
  }
}
h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
  margin: 0 0 30px 0;
  padding: 0;
}
h3.large {
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 899px) {
  h3.large {
    font-size: 20px;
    font-weight: 300;
  }
}
.app-form-item + h3 {
  padding-top: 30px;
}
h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin: 0 0 26px 0;
  padding: 0;
}
h2 + form .app-form-item:first-of-type, h3 + form .app-form-item:first-of-type, h4 + form .app-form-item:first-of-type {
  margin-top: -20px;
}
h2 + .app-form-item p, h3 + .app-form-item p, h4 + .app-form-item p {
  margin-top: -8px;
}
h2 + .app-form-item p.help-block, h3 + .app-form-item p.help-block, h4 + .app-form-item p.help-block {
  margin-top: 8px;
}
.app-form-item {
  width: 100%;
  margin-bottom: 32px;
  font-size: 0;
}
.app-form-item.contains-floats {
  zoom: 1;
  margin-bottom: 24px;
}
.app-form-item.contains-floats:before, .app-form-item.contains-floats:after {
  content: "";
  display: table;
}
.app-form-item.contains-floats::after {
  clear: both;
}
.app-form-item a, .app-form-item label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 150%;
  color: #4E5968;
  text-decoration: none;
}
.app-form-item a.darktext, .app-form-item label.darktext {
  color: #191F28;
}
.app-form-item a:hover, .app-form-item label:hover {
  color: #13D592;
}
.app-form-item p {
  clear: both;
  margin: 0.5rem 0 0 0;
  font-size: 1rem;
  line-height: 150%;
}
.app-floating-container + .app-form-item p {
  margin-top: 0;
}
.app-form-item span {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 150%;
}
.app-form-item input + span {
  font-size: 0.75rem;
  margin-left: 0.25rem;
}
.app-form-item .app-checkbox, .app-form-item .app-radio, .app-form-item .app-toggle {
  top: 3px;
}
.app-form-item .app-checkbox + label, .app-form-item .app-radio + label, .app-form-item .app-toggle + label {
  font-size: 12px;
  color: #4E5968;
  line-height: 150%;
}
.app-form-item .app-checkbox + label.darktext, .app-form-item .app-radio + label.darktext, .app-form-item .app-toggle + label.darktext {
  color: #191F28;
}
.app-form-item .app-checkbox + label::before, .app-form-item .app-radio + label::before, .app-form-item .app-toggle + label::before {
  margin-top: -2px;
}
.app-form-item .app-checkbox + label:hover, .app-form-item .app-radio + label:hover, .app-form-item .app-toggle + label:hover {
  color: #13D592;
}
.app-form-item .checkbox-container {
  width: 100%;
  border: 1px solid #f1f3f5;
  border-radius: 6px;
  padding: 11px 12px 1px 12px;
}
.app-form-item .spacer {
  clear: both;
  zoom: 1;
}
.app-form-item .spacer:before, .app-form-item .spacer:after {
  content: "";
  display: table;
}
.app-form-item .spacer::after {
  clear: both;
}
.app-form-item .help-block {
  color: #4E5968;
  font-size: 0.75rem;
}
.app-form-item .help-block .warning {
  color: #F44336;
}
.app-form-item .validation-error, .app-form-item .validation_error {
  clear: both;
  color: #F44336;
  font-size: 0.75rem;
  line-height: 150%;
  margin-top: 0.5rem;
}
.app-floating-container + .app-form-item .validation-error, .app-floating-container + .app-form-item .validation_error {
  margin-top: 0;
}
.app-form-item.narrow-margin {
  margin-bottom: 16px;
}
.app-form-item.no-margin {
  margin-bottom: 0;
}
.app-form-item.margin-above {
  margin-top: 32px;
}
.app-form-item.labels-only a, .app-form-item.labels-only label {
  margin-bottom: 0;
}
.app-floating-container {
  float: left;
  margin-bottom: 8px;
}
.app-floating-container.fullwidth {
  width: 320px;
  max-width: 100%;
}
.app-floating-container.halfwidth {
  width: 152px;
}
.app-floating-container.contains-checkbox {
  height: 40px;
  padding: 11px 0;
}
.app-floating-container.contains-checkbox label {
  margin-bottom: 0;
}
.app-floating-container.has-margin {
  margin-right: 1rem;
}
.app-floating-container:last-child.has-margin {
  margin-right: 0;
}
.app-inset-container {
  position: relative;
}
.app-inset-container.fullwidth {
  width: 320px;
  max-width: 100%;
}
.app-inset-container.halfwidth {
  width: 152px;
}
.app-inset-container .app-input, .app-inset-container .app-select {
  width: 100%;
}
.app-inset-container .inset {
  position: absolute;
  right: 16px;
  top: 10px;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  color: #4E5968;
  pointer-events: none;
}
.app-inset-container .inset-fixed-text {
  position: absolute;
  left: 16px;
  top: 10px;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  color: #6B7684;
  pointer-events: none;
}
.app-inset-container .pyconv.filled, .app-inset-container .m2conv.filled {
  display: inline-block;
  font-size: 14px;
  margin-left: 4px;
}
.color-primary {
  color: #13D592;
}
.color-secondary {
  color: #425FF8;
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
i.fa, i.fal, i.fas, i.far {
  vertical-align: middle;
}
.btn {
  height: 26px !important;
}
.app-main {
  padding-top: 0;
  padding-bottom: 0;
}
.app-container {
  width: 100%;
  max-width: 1210px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  margin: 0 auto;
  zoom: 1;
}
.app-container:before, .app-container:after {
  content: "";
  display: table;
}
.app-container::after {
  clear: both;
}
@media (max-width: 899px) {
  .app-container {
    max-width: 1024px;
  }
}
.app-container--small {
  max-width: 892px;
}
.app-container *--xs {
  max-width: 772px;
}
.app-break-container {
  width: 100%;
  position: relative;
}
.app-reset-container {
  width: 100%;
  max-width: 1210px;
  padding: 0 1.25rem;
  margin: 0 auto;
}
@media (max-width: 899px) {
  .app-reset-container {
    max-width: 1024px;
  }
}
.app-center {
  text-align: center;
}
.app-clearfix, .ie-clearfix, .clearfix {
  zoom: 1;
}
.app-clearfix:before, .app-clearfix:after, .ie-clearfix:before, .ie-clearfix:after, .clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.app-clearfix::after, .ie-clearfix::after, .clearfix::after {
  clear: both;
}
@media (min-width: 900px) {
  .app-show-in-mobile, .show-in-mobile, .app-hidden--pc {
    display: none !important;
  }
}
@media (max-width: 899px) {
  .app-hide-in-mobile, .hide-in-mobile, .app-hidden--mobile {
    display: none !important;
  }
}
/* sourceMappingURL=1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.base.scss.map */

/* Original file: files/cache/assets/compiled/1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.text.scss.css */

.app-text-display-4, .app-text-display-3, .app-text-display-2, .app-text-display-1, .app-text-headline, .app-text-subhead {
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}
.app-text-display-4 {
  font-size: 3rem;
}
.app-text-display-3 {
  font-size: 2.25rem;
}
.app-text-display-2 {
  font-size: 2rem;
}
.app-text-display-1 {
  font-size: 1.5rem;
}
.app-text-headline {
  font-size: 1.25rem;
}
.app-text-subhead {
  font-size: 1.125rem;
}
.app-text-body, .app-text-body-sm, .app-text-body-xs {
  line-height: 180%;
  margin: 0;
}
.app-text-body {
  font-size: 1rem;
}
.app-text-body-sm {
  font-size: 0.875rem;
}
.app-text-body-xs {
  font-size: 0.75rem;
}
/* sourceMappingURL=1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.text.scss.map */

/* Original file: files/cache/assets/compiled/1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.input.scss.css */

.app-input {
  padding: 0;
  padding-left: 1rem;
  width: 320px;
  height: 40px;
  color: #191F28;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid #F2F4F6;
  background-color: #F2F4F6;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: 0.2s ease, padding-left 0s;
}
.app-input[disabled] {
  color: #4E5968;
  cursor: not-allowed;
}
.app-input::-webkit-input-placeholder {
  color: #6B7684;
}
.app-input:-ms-input-placeholder {
  color: #6B7684;
}
.app-input[type=number] {
  -moz-appearance: textfield;
}
.app-input:focus {
  outline: none !important;
  border-color: #13D592;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(19, 213, 146, 0.2);
}
.app-input[readonly]:focus {
  outline: none !important;
  border: 1px solid #E5E8EB;
  background-color: #E5E8EB;
  box-shadow: none;
}
.app-input.halfwidth {
  width: 152px;
}
.app-input.app-small {
  height: 2rem;
  padding-left: 0.5rem;
}
.app-input.app-xs {
  height: 2rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
}
.app-input.app-expand {
  display: block;
  width: 100%;
}
.app-textarea {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  color: #191F28;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  border-radius: 6px;
  border: 1px solid #F2F4F6;
  background-color: #F2F4F6;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.app-textarea:placeholder {
  color: #6B7684;
}
.app-textarea::-webkit-resizer {
  display: none;
}
.app-textarea:focus {
  outline: none !important;
  border-color: #13D592;
}
.app-textarea.app-expand {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
/* sourceMappingURL=1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.input.scss.map */

/* Original file: files/cache/assets/compiled/1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.checkbox.scss.css */

.app-checkbox {
  display: none;
  visibility: hidden;
}
.app-checkbox + label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-right: 0.5rem;
  color: #191F28;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 22px;
  transition: 0.2s ease;
}
.app-checkbox + label:before {
  display: inline-block;
  flex-shrink: 0;
  cursor: pointer;
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px auto;
  border-radius: 4px;
  border: 1px solid #E5E8EB;
  vertical-align: middle;
  background-color: #ffffff;
  transition: 0.2s ease;
}
.app-checkbox + label:hover:before {
  border-color: #B0B8C1;
}
.app-checkbox + label:active:before {
  border-color: #36CC68;
}
.checkbox-container .app-checkbox + label {
  margin-right: 1rem;
}
.app-checkbox:checked + label {
  color: #36CC68;
}
.app-checkbox:checked + label:before {
  border-color: #36CC68;
  background-color: #36CC68;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDIwIDE1Ij4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNy4xNDMsMTQuOTM4IDAsNy43OTYgMi4wMjEsNS43NzYgNy4xNDMsMTAuODk4IDE3Ljk3OSwwLjA2MiAyMCwyLjA4MiAiLz4NCjwvc3ZnPg0K");
}
.app-checkbox:hover:checked + label:before {
  border-color: #36CC68;
}
/* sourceMappingURL=1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.checkbox.scss.map */

/* Original file: files/cache/assets/compiled/1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.button.scss.css */

.app-button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0;
  color: #191F28;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  outline: none;
  border-radius: 6px;
  border: 1px solid #E5E8EB;
  background-color: #ffffff;
  box-sizing: border-box;
  transition: 0.2s ease;
}
.app-button:hover {
  color: #191F28;
  background-color: #F9FAFB;
  border-color: #D1D6DB;
  text-decoration: none;
}
.app-button:active {
  background-color: #F2F4F6;
  border-color: #B0B8C1;
}
.app-button:focus {
  outline: none !important;
}
.app-button:disabled, .app-button[disabled] {
  background-color: #D1D6DB;
  color: #4E5968;
  cursor: not-allowed;
}
.app-button:disabled:hover, .app-button[disabled]:hover {
  background-color: #B0B8C1;
  text-decoration: none;
}
.app-button > i {
  font-size: 0.875rem;
}
.app-button > i + * {
  margin-left: 0.5rem;
}
.app-button > * + i {
  margin-left: 0.75rem;
}
.app-button.app-next {
  margin-left: 0.25rem;
}
.app-button.app-fixedwidth {
  width: 140px;
}
.app-button.app-fixedwidth2 {
  width: 100px;
}
.app-button.app-rounded, .app-button--rounded {
  border-radius: 5rem;
}
.app-button.app-expand, .app-button--expand {
  display: flex;
  width: 100%;
}
.app-button.app-larger {
  padding-left: 2rem;
  padding-right: 2rem;
}
.app-button.app-small {
  height: 2.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.app-button.app-xs {
  height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
}
.app-button.app-primary {
  font-weight: 700;
  color: #ffffff;
  background-color: #36CC68;
  border-color: #36CC68;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.app-button.app-primary:hover {
  background-color: #2fb95d;
  border-color: #2fb95d;
}
.app-button.app-primary:active {
  background-color: #2aa553;
  border-color: #2aa553;
}
.app-button.app-primary, .app-button.app-primary:hover, .app-button.app-primary:active {
  color: #ffffff;
}
.app-button.app-secondary, .app-button.app-blue {
  font-weight: 700;
  color: #ffffff;
  background-color: #618DFF;
  border-color: #618DFF;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.app-button.app-secondary:hover, .app-button.app-blue:hover {
  background-color: #487bff;
  border-color: #487bff;
}
.app-button.app-secondary:active, .app-button.app-blue:active {
  background-color: #2e68ff;
  border-color: #2e68ff;
}
.app-button.app-secondary, .app-button.app-secondary:hover, .app-button.app-secondary:active, .app-button.app-blue, .app-button.app-blue:hover, .app-button.app-blue:active {
  color: #ffffff;
}
.app-button.app-black {
  color: #ffffff;
  font-weight: 700;
  color: #ffffff;
  background-color: #191F28;
  border-color: #191F28;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.app-button.app-black:hover {
  background-color: #0f1318;
  border-color: #0f1318;
}
.app-button.app-black:active {
  background-color: #050709;
  border-color: #050709;
}
.app-button.app-black, .app-button.app-black:hover, .app-button.app-black:active {
  color: #ffffff;
}
.app-button.app-purple {
  color: #ffffff;
  font-weight: 700;
  color: #ffffff;
  background-color: #7761FF;
  border-color: #7761FF;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.app-button.app-purple:hover {
  background-color: #6148ff;
  border-color: #6148ff;
}
.app-button.app-purple:active {
  background-color: #4b2eff;
  border-color: #4b2eff;
}
.app-button.app-purple, .app-button.app-purple:hover, .app-button.app-purple:active {
  color: #ffffff;
}
.app-button.app-gray {
  font-weight: 700;
  color: #4E5968;
  background-color: #F2F4F6;
  border-color: #F2F4F6;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.app-button.app-gray:hover {
  background-color: #e3e7ec;
  border-color: #e3e7ec;
}
.app-button.app-gray:active {
  background-color: #d4dbe1;
  border-color: #d4dbe1;
}
.app-button.app-gray, .app-button.app-gray:hover, .app-button.app-gray:active {
  color: #4E5968;
}
.app-button.app-red {
  color: #F44336;
  border: 1px solid #E04F4F;
  background-color: transparent;
}
.app-button.app-red:hover, .app-button.app-red:active {
  border-color: #E04F4F;
  background-color: #E04F4F;
  color: #ffffff;
  font-weight: 700;
}
.app-button.app-plain.app-primary, .app-button.app-plain.app-button--primary, .app-button--plain.app-primary, .app-button--plain.app-button--primary {
  color: #31B85E;
  background-color: #ebfaf0;
  border-color: #ebfaf0;
}
.app-button.app-plain.app-primary:hover, .app-button.app-plain.app-button--primary:hover, .app-button--plain.app-primary:hover, .app-button--plain.app-button--primary:hover {
  color: #31B85E;
  background-color: #e1f7e8;
  border-color: #e1f7e8;
}
.app-button.app-plain.app-primary:active, .app-button.app-plain.app-button--primary:active, .app-button--plain.app-primary:active, .app-button--plain.app-button--primary:active {
  color: #31B85E;
  background-color: #d7f5e1;
  border-color: #d7f5e1;
}
.app-button.app-plain.app-secondary, .app-button.app-plain.app-blue, .app-button--plain.app-secondary, .app-button--plain.app-blue {
  color: #577FE6;
  background-color: #eff4ff;
  border-color: #eff4ff;
}
.app-button.app-plain.app-secondary:hover, .app-button.app-plain.app-blue:hover, .app-button--plain.app-secondary:hover, .app-button--plain.app-blue:hover {
  color: #577FE6;
  background-color: #e7eeff;
  border-color: #e7eeff;
}
.app-button.app-plain.app-secondary:active, .app-button.app-plain.app-blue:active, .app-button--plain.app-secondary:active, .app-button--plain.app-blue:active {
  color: #577FE6;
  background-color: #dfe8ff;
  border-color: #dfe8ff;
}
.app-button.app-plain.app-red, .app-button--plain.app-red {
  color: #CA4747;
  background-color: #fceded;
  border-color: #fceded;
}
.app-button.app-plain.app-red:hover, .app-button--plain.app-red:hover {
  color: #CA4747;
  background-color: #fae5e5;
  border-color: #fae5e5;
}
.app-button.app-plain.app-red:active, .app-button--plain.app-red:active {
  color: #CA4747;
  background-color: #f9dcdc;
  border-color: #f9dcdc;
}
.app-button.app-plain.app-purple, .app-button--plain.app-purple {
  color: #6B57E6;
  background-color: #f1efff;
  border-color: #f1efff;
}
.app-button.app-plain.app-purple:hover, .app-button--plain.app-purple:hover {
  color: #6B57E6;
  background-color: #ebe7ff;
  border-color: #ebe7ff;
}
.app-button.app-plain.app-purple:active, .app-button--plain.app-purple:active {
  color: #6B57E6;
  background-color: #e4dfff;
  border-color: #e4dfff;
}
.app-button-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.app-button-group .app-button {
  border-radius: 0;
  border-right: 1px solid #ffffff;
}
.app-button-group > *:first-child, .app-button-group .al-first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.app-button-group > *:last-child, .app-button-group .al-last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-right: none;
}
.app-button, .app-button--default {
  color: #191F28;
  background-color: #ffffff;
  border-color: #E5E8EB;
}
.app-button:hover, .app-button--default:hover {
  color: #191F28;
  background-color: #F9FAFB;
  border-color: #D1D6DB;
  text-decoration: none;
}
.app-button:active, .app-button--default:active {
  background-color: #F2F4F6;
  border-color: #B0B8C1;
}
.app-button--gray {
  color: #191F28;
  background-color: #F2F4F6;
  border-color: #F2F4F6;
}
.app-button--gray:hover {
  background-color: #F2F4F6;
  border-color: #F2F4F6;
}
.app-button--gray:active {
  background-color: #E5E8EB;
  border-color: #E5E8EB;
}
.app-button--black {
  font-weight: 700;
  color: #ffffff;
  background-color: #191F28;
  border-color: #191F28;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.app-button--black:hover {
  background-color: #0f1318;
  border-color: #0f1318;
}
.app-button--black:active {
  background-color: #050709;
  border-color: #050709;
}
.app-button--black, .app-button--black:hover, .app-button--black:active {
  color: #ffffff;
}
.app-button--primary {
  font-weight: 700;
  color: #ffffff;
  background-color: #36CC68;
  border-color: #36CC68;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.app-button--primary:hover {
  background-color: #2fb95d;
  border-color: #2fb95d;
}
.app-button--primary:active {
  background-color: #2aa553;
  border-color: #2aa553;
}
.app-button--primary, .app-button--primary:hover, .app-button--primary:active {
  color: #ffffff;
}
.app-button--primary-light {
  font-weight: 700;
  color: #31B85E;
  background-color: #EBFAF0;
  border-color: #EBFAF0;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.app-button--primary-light:hover {
  background-color: #d7f5e1;
  border-color: #d7f5e1;
}
.app-button--primary-light:active {
  background-color: #c2f0d1;
  border-color: #c2f0d1;
}
.app-button--primary-light, .app-button--primary-light:hover, .app-button--primary-light:active {
  color: #31B85E;
}
.app-button--secondary-light {
  font-weight: 700;
  background-color: #EFF3FF;
  color: #577FE6;
}
.app-button, .app-button--default {
  height: 38px;
  padding: 6px 16px 7px;
  font-size: 0.875rem;
}
.app-button--xlarge {
  height: 52px;
  padding: 11px 24px 12px;
  font-size: 1rem;
}
.app-button--large {
  height: 42px;
  padding: 8px 16px 9px;
  font-size: 0.875rem;
}
.app-button--large i {
  font-size: 0.75rem;
}
.app-button--small {
  height: 30px;
  padding: 4px 12px;
  font-size: 0.75rem;
}
/* sourceMappingURL=1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.button.scss.map */

/* Original file: files/cache/assets/compiled/1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.link.scss.css */

.app-link {
  display: inline-flex;
  padding-bottom: 2px;
  color: #6B7684;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  transition: 0.2s ease;
}
.app-link > i {
  font-size: 16px;
}
.app-link:hover {
  color: #4E5968;
  text-decoration: none !important;
  outline: none;
}
.app-link:active {
  color: #191F28;
}
.app-link:focus {
  outline: none;
}
.app-link.app-primary {
  color: #13D592;
}
.app-link.app-primary:hover {
  color: #11c083;
}
.app-link.app-primary:hover {
  color: #0faa75;
}
/* sourceMappingURL=1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.link.scss.map */

/* Original file: files/cache/assets/compiled/1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.radio.scss.css */

.app-radio {
  display: inline-block;
  height: 16px;
  width: 16px;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  margin: -4px 0 0 0;
  padding: 0 !important;
  vertical-align: middle;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50% !important;
  border: 1px solid #D1D6DB;
  appearance: none;
  -webkit-appearance: none;
  transition: 0.2s ease;
}
.app-radio:focus {
  border-color: #36CC68;
}
.app-radio:checked {
  background-color: #ffffff;
  border-color: #36CC68;
  border-width: 5px;
}
.app-radio:checked:focus {
  border-color: #36CC68;
}
.app-radio + label {
  cursor: pointer;
  color: #191F28;
  font-size: 0.875rem;
  padding-left: 0.25rem;
  margin-right: 0.5rem;
}
.app-radio:checked + label {
  color: #36CC68;
}
/* sourceMappingURL=1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.radio.scss.map */

/* Original file: files/cache/assets/compiled/1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.tab.scss.css */

.app-menutab-container {
  border-bottom: 1px solid #D1D6DB;
  height: 43px;
  padding: 0;
  margin: 0 0 65px 0;
  position: relative;
}
@media (max-width: 899px) {
  .app-menutab-container {
    height: 37px;
    margin-bottom: 20px;
  }
}
.app-menutab-container .app-reset-container {
  white-space: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.app-menutab-container .app-reset-container::-webkit-scrollbar {
  background: transparent;
  width: 0;
}
.app-menutab-container .app-reset-container.right {
  display: block;
  margin-top: -60px;
  text-align: right;
}
@media (max-width: 899px) {
  .app-menutab-container .app-reset-container.right {
    margin-top: -106px;
  }
}
.app-menutab-container .app-menutab {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #4E5968;
  margin-right: 1.25rem;
  list-style: none;
  position: relative;
  height: 42px;
}
@media (max-width: 899px) {
  .app-menutab-container .app-menutab {
    margin-right: 12px;
    height: 36px;
  }
}
.app-menutab-container .app-menutab a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  margin: 0 -4px;
  padding: 0 4px 12px 4px;
}
.app-menutab-container .app-menutab.active {
  color: #191F28;
  font-weight: 700;
  border-bottom: 3px solid #191F28;
}
.app-menutab-container .app-menutab.with-arrow {
  margin-right: 3.25rem;
}
@media (max-width: 899px) {
  .app-menutab-container .app-menutab.with-arrow {
    margin-right: 2.5rem;
  }
}
.app-menutab-container .app-menutab.with-arrow::after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-rendering: auto;
  content: "";
  color: #6B7684;
  display: block;
  position: absolute;
  right: -33px;
  top: 4px;
}
@media (max-width: 899px) {
  .app-menutab-container .app-menutab.with-arrow::after {
    right: -25px;
  }
}
.app-menutab-container .app-menutab:last-child {
  margin-right: 1rem;
}
.app-menutab-container .app-menutab:last-child.with-arrow::after {
  display: none;
  content: "";
}
.app-segment-container {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding: 0 0.25rem;
  margin: 0;
  overflow: hidden;
  outline: none;
  border-radius: 8px;
  border: none;
  background-color: #F2F4F6;
  box-sizing: border-box;
}
.app-segment-container input[type=radio] {
  visibility: hidden;
  position: absolute;
}
.app-segment-container label {
  display: block;
  height: 100%;
  margin: 0;
  padding: 0 1rem;
}
.app-segment-container label:hover {
  color: #6B7684;
}
.app-segment-container .app-segment {
  height: 2rem;
  margin-right: 0.25rem;
  border-radius: 6px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6B7684;
  line-height: 32px;
  list-style: none;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
}
.app-segment-container .app-segment:last-child {
  margin-right: 0;
}
.app-segment-container .app-segment:focus {
  outline: none !important;
}
.app-segment-container .app-segment[disabled] {
  color: #4E5968;
  cursor: not-allowed;
}
.app-segment-container .app-segment.active {
  color: #31B85E;
  background-color: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.05);
  font-weight: 700;
}
.app-segment-container .app-segment a {
  display: block;
  height: 100%;
  padding: 0 1.5rem;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 32px;
  text-decoration: none;
  white-space: nowrap;
}
.app-segment-container .app-segment i {
  font-size: 1rem;
}
.app-segment-container .app-segment i + span {
  margin-left: 0.5rem;
}
.app-segment-container.app-expand {
  display: flex;
  width: 100%;
}
.app-segment-container.app-expand > .app-segment {
  flex: 1;
  flex-basis: 1%;
}
/* sourceMappingURL=1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.tab.scss.map */

/* Original file: files/cache/assets/compiled/1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.toggle.scss.css */

.app-toggle {
  display: none;
}
.app-toggle + label {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  color: #191F28;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}
.app-toggle + label::before, .app-toggle + label::after {
  content: "";
}
.app-toggle + label::before {
  display: inline-block;
  width: 35px;
  height: 20px;
  margin-right: 4px;
  border-radius: 500px;
  background-color: #D1D6DB;
  transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
}
.app-toggle + label::after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 500px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.app-toggle + label:hover::after {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.app-toggle:checked + label {
  color: #31B85E;
}
.app-toggle:checked + label::before {
  border-color: #36CC68;
  box-shadow: 0 0 0 20px #36CC68 inset;
}
.app-toggle:checked + label::after {
  transform: translateX(15px);
}
/* sourceMappingURL=1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.toggle.scss.map */

/* Original file: files/cache/assets/compiled/1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.card.scss.css */

.app-card {
  position: relative;
  display: block;
  color: #191F28;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 6px 32px, rgba(0, 0, 0, 0.05) 0 1px 2px;
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.app-card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 12px 48px, rgba(0, 0, 0, 0.05) 0 1px 2px;
  transform: translateY(-4px);
}
.app-card-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1;
  padding: 0.25rem 0.5rem;
  color: white;
  font-size: 0.6875rem;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
}
.app-card-media {
  position: relative;
  height: 0;
  padding-bottom: 56.4%;
  overflow: hidden;
}
.app-card-media > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.app-card-body {
  padding: 1rem 1.25rem;
}
.app-card-body > .app-subtitle {
  color: #13D592;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0.25rem;
}
.app-card-body > .app-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.app-card-body > .app-author {
  color: #4E5968;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.app-card-body > .app-address {
  color: #4E5968;
  font-size: 0.75rem;
}
.app-card-body .app-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #4E5968;
  font-size: 0.75rem;
}
.app-card-body .app-meta > .app-meta-item {
  display: inline-flex;
  align-items: center;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.app-card-body .app-meta > .app-meta-item i {
  margin-right: 0.25rem;
}
.app-card-body .app-card-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0.25rem;
  margin-bottom: -0.5rem;
}
.app-card-body .app-card-tag > .app-card-tag-item {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  color: #191F28;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 4px;
  background-color: #E5E8EB;
}
/* sourceMappingURL=1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.card.scss.map */

/* Original file: files/cache/assets/compiled/1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.tag.scss.css */

.app-tag {
  display: inline-block;
  padding: 5px 8px;
  color: #4E5968;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background-color: #E5E8EB;
  border-radius: 4px;
}
.app-tag--xs {
  padding: 2px 4px;
  font-size: 10px;
}
.app-tag--small {
  padding: 3px 5px;
  font-size: 12px;
}
.app-tag--large {
  padding: 6px 12px;
  font-size: 14px;
}
.app-tag--primary {
  color: #31B85E;
  background-color: #EBFAF0;
}
.app-tag--secondary {
  color: #425FF8;
  background-color: #E9ECFF;
}
.app-tag--orange {
  color: #e99b30;
  background-color: #ffedd3;
}
.app-tag--purple {
  color: #7c42f8;
  background-color: #e9dfff;
}
.app-tag--pink {
  color: "#d47ac0";
  background-color: rgba(212, 122, 192, 0.1);
}
.app-tag--danger {
  color: #E04F4F;
  background-color: #ffe4e6;
}
.app-tag--labeled {
  display: inline-flex;
  padding: 0;
  overflow: hidden;
}
.app-tag--labeled > div {
  padding: 3px 5px;
}
.app-tag--labeled > div:last-child {
  font-weight: 500;
}
/* sourceMappingURL=1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.tag.scss.map */

/* Original file: layouts/jootek/plugins/swiper8/swiper-bundle.min.css */

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* Original file: files/cache/assets/compiled/f2fcb4ea463ca83f991bbb8ed759851d2fdfb67f.dropdown.scss.css */

.app-dropdown {
  position: relative;
}
.app-dropdown-toggle {
  cursor: pointer;
}
.app-dropdown-menu {
  position: absolute;
  top: calc(100% + 1rem);
  z-index: 10;
  max-height: 400px;
  min-width: 200px;
  overflow-y: auto;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.16);
}
.app-dropdown-menu:hover {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1), 0 8px 40px rgba(0, 0, 0, 0.1), 0 16px 50px rgba(0, 0, 0, 0.05);
  transform: translateY(-0.25rem);
}
.app-dropdown-menu .app-dropdown-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
.app-dropdown-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0.5rem 0;
}
.app-dropdown-menu ul > li > a {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0.75em 1.25em;
  color: #212529;
  font-size: 0.875rem;
  font-weight: 500;
  word-break: break-word;
  text-decoration: none;
  transition: 0.2s ease;
}
.app-dropdown-menu ul > li > a i {
  color: #495057;
  font-size: 1rem;
  margin-right: 0.5rem;
}
.app-dropdown-menu ul > li > a:hover {
  background-color: #e9ecef;
}
.app-dropdown-menu ul > li.app-divider {
  margin: 0.5rem 0;
  border-bottom: 1px solid #dee2e6;
}
.app-dropdown-hover .app-dropdown-container {
  opacity: 0;
  visibility: hidden;
}
.app-dropdown-hover .app-dropdown-toggle:hover + .app-dropdown-container, .app-dropdown-hover .app-dropdown-container:hover {
  opacity: 1;
  visibility: visible;
}
.app-dropdown-menu.app-right {
  right: 0;
}
.app-dropdown-menu.app-top {
  bottom: 100%;
}
.app-dropdown-menu {
  opacity: 0;
  visibility: hidden;
  user-select: none;
  pointer-events: none;
  transform: translateY(-1rem);
  transition: 0.3s ease;
}
.app-dropdown.active .app-dropdown-menu {
  opacity: 1;
  visibility: visible;
  user-select: initial;
  pointer-events: initial;
  transform: translateY(0);
}
.app-dropdown-menu {
  overflow-y: overlay;
}
.app-dropdown-menu::-webkit-scrollbar {
  width: 12px;
  transition: 250ms;
}
.app-dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
  transition: 250ms;
}
.app-dropdown-menu::-webkit-scrollbar-thumb {
  background: #dee2e6;
  border-radius: 20px;
  border: 3px solid transparent;
  background-clip: padding-box;
  transition: 250ms;
}
.app-dropdown-menu:hover::-webkit-scrollbar, .app-dropdown-menu:hover::-webkit-scrollbar-track, .app-dropdown-menu:hover::-webkit-scrollbar-thumb {
  display: block;
}
.app-dropdown-menu::-webkit-scrollbar, .app-dropdown-menu::-webkit-scrollbar-track, .app-dropdown-menu::-webkit-scrollbar-thumb {
  display: none;
}
.app-dropdown-more {
  display: block;
  padding: 1rem;
  margin-bottom: 0.5rem;
  color: #30DE76;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
/* sourceMappingURL=f2fcb4ea463ca83f991bbb8ed759851d2fdfb67f.dropdown.scss.map */

/* Original file: files/cache/assets/compiled/f2fcb4ea463ca83f991bbb8ed759851d2fdfb67f.dropdown_select.scss.css */

.app-dropdown-select {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  min-width: 140px;
  height: 40px;
  border: 1px solid #e9ecef;
  background-color: #e9ecef;
  border-radius: 6px;
  transition: 0.2s ease;
  cursor: pointer;
}
.app-dropdown-select > label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 36px 0 16px;
  outline: none !important;
  border: none;
  border-radius: 6px;
  color: #212529;
  font-size: 14px;
  font-weight: 500;
}
.app-dropdown-select > label .selected_count {
  display: inline-block;
  margin-left: 8px;
  color: #30DE76;
}
.app-dropdown-select > select {
  display: none;
}
.app-dropdown-select i {
  position: absolute;
  top: 0;
  right: 1rem;
  display: flex;
  align-items: center;
  height: 100%;
  color: #868e96;
  font-size: 1rem;
  transition: 250ms ease;
  pointer-events: none;
}
.app-dropdown-select .virtual-dropdown {
  position: absolute;
  left: -1px;
  top: 32px;
  width: 100%;
  max-height: 300px;
  box-sizing: content-box;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 0;
  background: #ffffff;
  border: 1px solid #adb5bd;
  border-top: 0;
  z-index: 10000;
}
.app-dropdown-select .virtual-dropdown-container {
  white-space: nowrap;
  padding: 0 8px;
}
.app-dropdown-select:hover {
  border-color: #ced4da;
}
.app-dropdown-select.active {
  border-color: #30DE76;
  box-shadow: 0 0 0 3px rgba(48, 222, 118, 0.2);
  background-color: #ffffff;
}
/* sourceMappingURL=f2fcb4ea463ca83f991bbb8ed759851d2fdfb67f.dropdown_select.scss.map */

/* Original file: files/cache/assets/compiled/9596b63e82de22ea6493bb9285bdf7b4a1ba7420.dialog.scss.css */

.app-dialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.app-dialog .app-dialog-bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.app-dialog .app-dialog-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  max-width: 432px;
  width: 100%;
  padding: 1rem;
}
.app-dialog .app-dialog-box {
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  position: relative;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 16px 40px;
}
.app-dialog--fullscreen {
  align-items: stretch;
}
.app-dialog--fullscreen .app-dialog-container {
  padding: 0;
  align-items: stretch;
}
.app-dialog--fullscreen .app-dialog-box {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  max-height: 100%;
}
.app-dialog-header {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  padding: 1.5rem 1.5rem 0;
  border-bottom: #D1D6DB;
  z-index: 1;
}
.app-dialog-header h3 {
  flex: 1;
  margin: 0;
  color: #191F28;
  font-size: 1.5em;
  font-weight: 700;
}
.app-dialog--fullscreen .app-dialog-header {
  height: 60px;
  align-items: center;
  padding: 0;
  position: relative;
}
.app-dialog--fullscreen .app-dialog-header h3 {
  text-align: center;
  font-size: 18px;
}
.app-dialog-body {
  padding: 1.5rem;
  flex: 1 1;
  min-height: 0;
  overflow-y: auto;
}
.app-dialog-body > div {
  display: block !important;
}
.app-dialog-body .app-dialog-text-content {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.app-dialog-body .app-dialog-text-content:last-child {
  margin-bottom: 0;
}
.app-dialog-body .app-dialog-share-container {
  display: flex;
  flex-wrap: wrap;
}
.app-dialog-body .app-dialog-share-container a {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  border-radius: 6px;
  color: #ffffff;
  text-decoration: none;
}
.app-dialog-body .app-dialog-share-container a.kakao {
  background-color: #ffd736;
  color: #3c2622;
}
.app-dialog-body .app-dialog-share-container a.facebook {
  background-color: #247bfc;
}
.app-dialog-body .app-dialog-share-container a.twitter {
  background-color: #191F28;
}
.app-dialog-body .app-dialog-share-container a.band {
  background-color: #13c35a;
}
.app-dialog-body .app-dialog-share-container a img, .app-dialog-body .app-dialog-share-container a svg {
  width: auto;
  height: 24px;
}
.app-dialog-body .app-dialog-share-container a i {
  font-size: 24px;
}
.app-dialog-body .app-dialog-share-container .link {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  border-radius: 6px;
  text-decoration: none;
  background-color: #EAEDF0;
  color: #191F28;
  cursor: pointer;
}
.app-dialog-body .app-dialog-share-container .share-url-box {
  display: flex;
  width: 100%;
  gap: 8px;
  margin-bottom: 12px;
}
.app-dialog-body .app-dialog-share-container .share-url-box .share-url-input {
  border: 1px solid #D1D6DB;
  flex: 1;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  border-radius: 5px;
}
.app-dialog-body .app-dialog-share-container .share-url-box .share-url-copy {
  flex: none;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  border-radius: 5px;
  background-color: #E5E8EB;
  border: none;
  cursor: pointer;
  transition: background-color 250ms;
}
.app-dialog-body .app-dialog-share-container .share-url-box .share-url-copy:hover {
  background-color: #D1D6DB;
}
.app-dialog-body .app-dialog-share-container .share-url-box .share-url-copy:active {
  background-color: #B0B8C1;
}
.app-dialog-close {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  margin: 0;
  color: #191F28;
  font-size: 1rem;
  background-color: #F2F4F6;
  border-radius: 100%;
  outline: none;
  border: none;
  transition: background-color 250ms;
}
.app-dialog-close i {
  color: #191F28;
  font-size: 1rem;
}
.app-dialog-close:focus {
  outline: none !important;
}
.app-dialog-close:hover {
  background-color: #E5E8EB;
}
.app-dialog-close:active {
  background-color: #D1D6DB;
}
.app-dialog--fullscreen .app-dialog-close {
  position: absolute;
  left: 8px;
  top: 15px;
  width: auto;
  height: 30px;
  padding: 0 8px;
  background-color: unset;
  border-radius: 0;
}
.app-dialog--fullscreen .app-dialog-close i {
  color: #6B7684;
}
.app-dialog--fullscreen .app-dialog-close:hover, .app-dialog--fullscreen .app-dialog-close:active {
  background-color: unset;
}
.app-dialog-footer {
  display: flex;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  border-top: 1px solid #D1D6DB;
}
.app-dialog-footer > button {
  flex: 1;
  cursor: pointer;
  display: block;
  padding: 1em;
  margin: 0;
  color: #6B7684;
  font-size: 14px;
  font-weight: 700;
  border: none;
  outline: none;
  background-color: transparent;
  transition: 0.2s ease;
}
.app-dialog-footer > button:hover {
  color: #4E5968;
  background-color: #F2F4F6;
}
.app-dialog-footer > button:active {
  color: #333D4B;
  background-color: #E5E8EB;
}
.app-dialog-footer > button[type="submit"] {
  color: #ffffff;
  background-color: #13D592;
}
.app-dialog-footer > button[type="submit"]:hover {
  background-color: #11c083;
}
.app-dialog-footer > button[type="submit"]:active {
  background-color: #0faa75;
}
.app-dialog {
  opacity: 0;
  visibility: hidden;
  user-select: none;
  pointer-events: none;
  transition: 0.3s ease;
}
.app-dialog .app-dialog-box {
  transition: 0.3s ease;
  transform: translateY(-1rem);
}
.app-dialog.active {
  opacity: 1;
  visibility: visible;
  user-select: initial;
  pointer-events: initial;
}
.app-dialog.active .app-dialog-box {
  transform: translateY(0);
}
.app-dialog.app-large-modal .app-dialog-container {
  max-width: 1440px;
}
.app-dialog.app-large-modal .app-dialog-container .app-dialog-box {
  height: 800px;
}
.app-dialog.app-large-modal .app-dialog-header {
  position: absolute;
  right: 0;
  top: 0;
}
.app-dialog.app-large-modal .app-dialog-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 899px) {
  .app-dialog.app-large-modal .app-dialog-body {
    align-items: stretch;
  }
}
.app-dialog.app-large-modal .app-large-modal-body {
  display: flex !important;
  justify-content: center;
  align-items: stretch;
  position: relative;
}
.app-dialog.app-large-modal .app-large-modal-body--text {
  display: flex;
  flex-direction: column;
  width: 460px;
}
@media (min-width: 900px) and (max-width: 1279px) {
  .app-dialog.app-large-modal .app-large-modal-body--text {
    width: 40%;
  }
}
@media (max-width: 899px) {
  .app-dialog.app-large-modal .app-large-modal-body--text {
    width: 100%;
    padding-top: 0.25rem;
  }
}
.app-dialog.app-large-modal .app-large-modal-body--text:last-child {
  width: 1200px;
}
@media (min-width: 900px) and (max-width: 1279px) {
  .app-dialog.app-large-modal .app-large-modal-body--text:last-child {
    width: 100%;
  }
}
.app-dialog.app-large-modal .app-large-modal-body--text .subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin: 0 0 2rem 0;
  padding: 0 0 0 2rem;
  background-image: url("/layouts/jootek/assets/images/logo/jootek-symbol-primary.svg");
  background-size: 18px;
  background-repeat: no-repeat;
}
@media (max-width: 899px) {
  .app-dialog.app-large-modal .app-large-modal-body--text .subtitle {
    margin-bottom: 3rem;
  }
}
.app-dialog.app-large-modal .app-large-modal-body--text .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 2rem 0;
  padding: 0;
}
@media (max-width: 899px) {
  .app-dialog.app-large-modal .app-large-modal-body--text .title {
    font-size: 28px;
  }
}
.app-dialog.app-large-modal .app-large-modal-body--text .message {
  flex: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
  color: #6B7684;
  margin: 0 0 2.5rem 0;
  padding: 0;
  border: 0;
  background: none;
  word-break: keep-all;
}
.app-dialog.app-large-modal .app-large-modal-body--text .message p, .app-dialog.app-large-modal .app-large-modal-body--text .message ul {
  margin: 0 0 1rem 0 !important;
}
@media (min-width: 900px) and (max-width: 1279px) {
  .app-dialog.app-large-modal .app-large-modal-body--text .message {
    font-size: 16px;
  }
}
@media (max-width: 899px) {
  .app-dialog.app-large-modal .app-large-modal-body--text .message {
    font-size: 16px;
  }
}
.app-dialog.app-large-modal .app-large-modal-body--text .button-area {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.app-dialog.app-large-modal .app-large-modal-body--text .button-area .app-button:not(.app-expand) {
  width: calc(50% - 0.5rem);
}
@media (max-width: 899px) {
  .app-dialog.app-large-modal .app-large-modal-body--text .button-area {
    flex-direction: column;
  }
  .app-dialog.app-large-modal .app-large-modal-body--text .button-area .app-button:not(.app-expand) {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.app-dialog.app-large-modal .app-large-modal-body--image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-left: 80px;
}
.app-dialog.app-large-modal .app-large-modal-body--image img {
  max-width: 90%;
}
@media (min-width: 900px) and (max-width: 1279px) {
  .app-dialog.app-large-modal .app-large-modal-body--image {
    width: 40%;
  }
}
@media (max-width: 899px) {
  .app-dialog.app-large-modal .app-large-modal-body--image {
    display: none;
  }
}
/* sourceMappingURL=9596b63e82de22ea6493bb9285bdf7b4a1ba7420.dialog.scss.map */

/* Original file: files/cache/assets/compiled/7a932199f3e6f86d2774d6ca9daf8189d71ac489.select.scss.css */

.app-select {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  min-width: 142px;
  height: 40px;
  background: none;
  border: 1px solid #F2F4F6;
  background-color: #F2F4F6;
  border-radius: 6px;
  transition: 0.2s ease;
}
.app-select > select {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  padding-left: 16px;
  padding-right: 36px;
  outline: none !important;
  border: none;
  background-color: #F2F4F6;
  border-radius: 6px;
  color: #191F28;
  font-size: 14px;
  font-weight: 500;
  -webkit-appearance: none;
  appearance: none;
  transition: 0.2s ease;
}
.app-select > select::-ms-expand {
  display: none;
}
.app-select > select:disabled {
  cursor: no-drop;
  opacity: 0.7;
}
.app-select i {
  position: absolute;
  top: 0;
  right: 1rem;
  display: flex;
  align-items: center;
  height: 100%;
  color: #8B95A1;
  font-size: 1rem;
  transition: 250ms ease;
  pointer-events: none;
}
.app-select:hover {
  border-color: #B0B8C1;
}
.app-select:focus-within, .app-select.isEnabled {
  border-color: #13D592;
  box-shadow: 0 0 0 3px rgba(19, 213, 146, 0.2);
  background-color: #ffffff;
}
.app-select:focus-within select, .app-select.isEnabled select {
  background-color: #ffffff;
}
.app-select.no-border {
  border-color: transparent;
  background-color: transparent;
}
.app-select.no-border > select {
  background-color: transparent;
}
.app-select.fullwidth {
  width: 320px;
  max-width: 100%;
}
.app-select.halfwidth {
  width: 152px;
}
.app-select.app-small {
  height: 2rem;
}
.app-select.app-small > select {
  padding-left: 0.5rem;
}
.app-select.app-expand {
  width: 100% !important;
}
.app-select.has-margin {
  margin-right: 1rem;
}
.app-select:last-child.has-margin {
  margin-right: 0;
}
/* sourceMappingURL=7a932199f3e6f86d2774d6ca9daf8189d71ac489.select.scss.map */

/* Original file: files/cache/assets/compiled/ec0638bc01c26cb3aec060c85e3598011bcd749a.header.scss.css */

.app-header-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
  background: #1b2232;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  padding: 14px 0 16px 0;
  z-index: 100;
}
@media (max-width: 899px) {
  .app-header-banner {
    font-size: 16px;
  }
}
.app-header-banner__close {
  display: block;
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 100;
  text-decoration: none;
}
.app-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 1px rgba(0, 0, 0, 0.05);
  transition: height 0.2s ease, box-shadow 0.2s ease;
}
.app-header.app-header--shadowless:not(.app-floating) {
  box-shadow: none;
}
.app-header__divider {
  flex: 1;
}
@media (max-width: 899px) {
  .app-header__divider {
    display: none;
  }
}
.app-header-gnb {
  height: 80px;
}
@media (max-width: 899px) {
  .app-header-gnb {
    height: 56px;
  }
}
.app-header-lnb {
  height: 72px;
}
.app-header-lnb .app-button {
  align-self: flex-start;
}
@media (max-width: 899px) {
  .app-header-lnb {
    display: none;
  }
}
@media (max-width: 899px) {
  .app-header:not([data-header-banner]) {
    position: absolute;
  }
}
.app-header-master::after {
  content: "";
  position: absolute;
  top: 68px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 37px;
  border-top: 1px solid #e8e8e8;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(180%) blur(30px);
  -webkit-backdrop-filter: saturate(180%) blur(30px);
  -moz-backdrop-filter: saturate(180%) blur(30px);
  transition: 0.3s ease;
}
@media (max-width: 899px) {
  .app-header-master::after {
    display: none;
  }
}
.app-header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 2560px;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: unset;
}
@media (max-width: 899px) {
  .app-header-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.app-header-container h1 {
  margin: 0;
  padding: 0;
  line-height: 100%;
}
.app-header-back {
  display: none;
}
@media (max-width: 899px) {
  .app-header-back {
    display: flex;
    padding: 12px 18px;
    margin: -12px -18px;
  }
}
.app-header--type-default .app-header-back {
  display: none;
}
.app-header-custom-search.is-expanded ~ .app-header-back, .app-header-custom-search:focus-within ~ .app-header-back {
  opacity: 0;
}
.app-header-text {
  display: none;
}
@media (max-width: 899px) {
  .app-header-text {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    height: 20px;
    color: #191F28;
    margin-left: 20px;
  }
}
.app-header--type-default .app-header-text {
  display: none;
}
.app-header--type-text .app-header-text {
  display: none;
}
.app-header-custom-search.is-expanded ~ .app-header-text, .app-header-custom-search:focus-within ~ .app-header-text {
  opacity: 0;
}
.app-header-custom {
  display: none;
}
@media (max-width: 899px) {
  .app-header-custom {
    display: block;
  }
}
.app-header--type-default .app-header-custom {
  display: none;
}
.app-header--type-text .app-header-custom {
  display: none;
}
.app-header-custom-search.is-expanded ~ .app-header-custom, .app-header-custom-search:focus-within ~ .app-header-custom {
  opacity: 0;
}
.app-header-logo {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
}
@media (max-width: 899px) {
  .app-header-logo {
    left: 20px;
  }
  .app-header--type-text .app-header-logo, .app-header--type-custom .app-header-logo {
    display: none;
  }
}
.app-header-logo > img {
  width: auto;
  height: 24px;
}
.app-header-logo--sub > img {
  width: 32px;
  height: 32px;
}
@media (max-width: 899px) {
  .app-header-logo--sub > img {
    width: 28px;
    height: 28px;
  }
}
.app-header-logo--sub + .app-header-service-name {
  position: absolute;
  left: 70px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #333D4B;
  padding: 6px 4px 6px 10px;
  text-decoration: none;
  z-index: 99999;
}
@media (max-width: 899px) {
  .app-header-logo--sub + .app-header-service-name {
    left: 47px;
    font-size: 18px;
    padding: 4px 4px 4px 10px;
  }
  .app-header--type-text .app-header-logo--sub + .app-header-service-name, .app-header--type-custom .app-header-logo--sub + .app-header-service-name {
    display: none;
  }
}
.app-header-logo .app-logo, .app-header-logo .app-logo-master {
  display: block;
}
.app-header-logo .app-logo--inverse, .app-header-logo .app-symbol, .app-header-logo .app-symbol--inverse, .app-header-logo .app-logo--mobile, .app-header-logo .app-logo--mobile-inverse {
  display: none;
}
@media (max-width: 899px) {
  .app-header-logo .app-logo {
    display: none;
  }
  .app-header-logo .app-logo--mobile {
    display: block;
  }
}
.app-header-logo-master {
  display: flex;
  align-items: center;
  height: 3.25rem;
  text-decoration: none;
}
.app-header-logo-master > img {
  height: 18px;
}
@media (max-width: 899px) {
  .app-header-logo-master > img {
    height: 18px;
  }
}
@media (max-width: 899px) {
  .app-header-spacer {
    flex-grow: 1;
  }
}
.app-header-login, .app-header-signup {
  color: #4E5968;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.app-header-login {
  margin-left: 0.5rem;
  white-space: nowrap;
  margin-right: 16px;
  z-index: 1;
}
@media (max-width: 899px) {
  .app-header-login {
    display: none;
  }
}
.app-header-signup {
  color: #36CC68;
  white-space: nowrap;
  margin-right: 8px;
  z-index: 1;
}
@media (max-width: 899px) {
  .app-header-signup {
    display: none;
  }
}
.app-header-login-mobile {
  display: none;
}
@media (max-width: 899px) {
  .app-header-login-mobile {
    display: block;
  }
}
.app-header-auth__divider {
  height: 1rem;
  color: #6B7684;
  margin: 0 0.75rem;
  border-right: 1px solid #D1D6DB;
}
@media (max-width: 899px) {
  .app-header-auth__divider {
    display: none;
  }
}
.app-header[data-header-type="inverse"] .app-header-item-pym2 > span {
  color: #ffffff;
}
.app-header[data-header-type="inverse"] .app-header-item-pym2 > svg > path {
  fill: #ffffff;
}
.app-header[data-header-type="inverse"] i {
  color: #ffffff;
}
.app-header[data-header-type="inverse"] .app-header-auth__divider {
  border-right-color: rgba(255, 255, 255, 0.3);
}
.app-header-item {
  display: flex;
  align-items: center;
  padding: 5px 8px;
  color: #191F28;
  font-size: 1rem;
  text-decoration: none;
  border: none;
  outline: none;
  background-color: transparent;
  transition: 0.2s ease;
  z-index: 89999;
}
@media (max-width: 899px) {
  .app-header-item {
    padding: 0.5rem;
  }
}
.app-header-item i {
  font-size: 1.2rem;
  color: #4E5968;
  cursor: pointer;
}
.app-header-item i.inactive {
  opacity: 0.5;
}
.app-header-item:hover {
  color: #333D4B;
}
.app-header-item:last-child {
  margin-right: 0;
}
@media (max-width: 899px) {
  .app-header-item.app-consecutive-button {
    display: none;
  }
}
.app-header-item-badge {
  position: absolute;
  top: 0;
  left: 1.5em;
  padding: 2px 4px 1px;
  color: white;
  line-height: 1;
  font-size: 0.75rem;
  background-color: var(--color-danger);
  border-radius: 99999px;
}
.app-header--inverse {
  position: absolute;
  border-bottom: none;
  box-shadow: none;
}
.app-header--inverse::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.app-header-banner + .app-header--inverse {
  top: 68px;
}
.app-header--inverse + .app-header-space {
  display: none;
}
.app-header--inverse::before {
  opacity: 0;
}
.app-header--inverse .app-header-menu-icon::before, .app-header--inverse .app-header-menu-icon::after {
  background-color: #ffffff;
}
.app-header--inverse .app-header-back img {
  filter: brightness(400%);
}
.app-header--inverse .app-header-logo .app-logo, .app-header--inverse .app-header-logo .app-logo--mobile, .app-header--inverse .app-header-logo .app-symbol, .app-header--inverse .app-header-logo .app-symbol--inverse {
  display: none;
}
@media (max-width: 899px) {
  .app-header--inverse .app-header-logo .app-logo--mobile-inverse {
    display: block;
  }
}
@media (min-width: 900px) {
  .app-header--inverse .app-header-logo .app-logo--inverse {
    display: block;
  }
}
.app-header--inverse .app-header-logo--sub + .app-header-service-name {
  color: #ffffff;
}
.app-header--inverse .app-header-nav a {
  color: #ffffff;
}
.app-header--inverse .app-header-nav li.active > a {
  color: #36CC68;
}
.app-header--inverse .app-header-item {
  color: #ffffff;
}
.app-header--inverse .app-header-custom-search-wrap .search-icon path {
  stroke: #ffffff;
}
@media (min-width: 900px) {
  .app-header--inverse .app-header-custom-search-wrap input {
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff !important;
  }
  .app-header--inverse .app-header-custom-search-wrap input::placeholder {
    color: #ffffff !important;
  }
}
.app-header--inverse .app-header-custom-search-wrap:focus-within input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #191F28 !important;
}
@media (min-width: 900px) {
  .app-header.app-floating-always {
    position: fixed;
    top: 0;
    left: 0;
  }
  .app-header.app-floating-always + .app-header-space {
    height: 80px;
  }
}
@media (max-width: 899px) {
  .app-header.app-floating, .app-header.app-header--fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
  .app-header.app-floating + .app-header-space, .app-header.app-header--fixed + .app-header-space {
    height: 56px;
  }
}
@media (max-width: 899px) {
  .app-header:not([data-header-banner]) + .app-header-space {
    height: 56px;
  }
}
.app-header--inverse {
  position: absolute;
  background-color: transparent;
  box-shadow: none;
}
@media (min-width: 900px) {
  .app-header--inverse::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 899px) {
  .app-header--inverse {
    position: absolute !important;
  }
}
.app-header--inverse + .app-header-space {
  display: none;
}
.app-header--inverse + .app-header-space + * + .app-main > .explore-tab-space {
  display: none;
}
.app-header--inverse + .app-header-space + * + .app-main > .explore-tab {
  position: absolute !important;
  background-color: transparent;
  box-shadow: none;
}
.app-header--inverse + .app-header-space + * + .app-main > .explore-tab::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.app-header--inverse + .app-header-space + * + .app-main > .explore-tab > ul > li > a {
  color: white;
  font-weight: 600;
}
.app-header--inverse + .app-header-space + * + .app-main > .explore-tab > ul > li > a:hover {
  color: white;
}
.app-header--inverse + .app-header-space + * + .app-main > .explore-tab > ul > li.active > a {
  color: white;
  border-bottom-color: white;
}
.app-header--inverse .app-header-nav__divider {
  border-right-color: rgba(255, 255, 255, 0.3);
}
.app-header--inverse .app-header-nav > ul > li > a {
  color: white;
}
.app-header--inverse .app-header-nav > ul > li > a:hover {
  color: white;
}
.app-header--inverse .app-header-nav > ul > li.active > a {
  color: white;
  border-bottom-color: white;
}
.app-header--inverse .app-header-search {
  background-color: rgba(255, 255, 255, 0.1);
}
.app-header--inverse .app-header-search > i {
  color: rgba(255, 255, 255, 0.7);
}
.app-header--inverse .app-header-search > input[type="search"]:not(:focus) {
  color: white;
}
.app-header--inverse .app-header-search > input[type="search"]:not(:focus)::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.app-header--inverse .app-header-sub-nav a {
  color: rgba(255, 255, 255, 0.9);
}
.app-header--inverse .app-header-sub-nav a:hover {
  color: white;
}
.app-header--inverse .app-header-back, .app-header--inverse .app-header-item {
  color: rgba(255, 255, 255, 0.9);
}
.app-header--inverse .app-header-back:hover, .app-header--inverse .app-header-item:hover {
  color: white;
}
.app-header--inverse .app-header-profile > i {
  color: rgba(255, 255, 255, 0.9);
}
.app-header--inverse .app-header-profile > i:hover {
  color: white;
}
@media (min-width: 900px) {
  .app-header--inverse .app-logo--inverse {
    display: block;
  }
  .app-header--inverse .app-logo {
    display: none;
  }
}
.app-header--inverse .app-header-login {
  color: white;
}
.app-header--inverse .app-header-auth__divider {
  border-right-color: rgba(255, 255, 255, 0.2);
}
/* sourceMappingURL=ec0638bc01c26cb3aec060c85e3598011bcd749a.header.scss.map */

/* Original file: files/cache/assets/compiled/ec0638bc01c26cb3aec060c85e3598011bcd749a.header-nav.scss.css */

.app-header-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 2px;
}
.app-header-title a {
  color: #191F28;
  text-decoration: none;
}
@media (max-width: 899px) {
  .app-header-title {
    padding: 17px 0;
  }
}
.app-header-nav {
  margin-left: -99px;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 900px) and (max-width: 1279px) {
  .app-header-nav > ul > li:first-child {
    display: none;
  }
  .app-header-nav ul > li > .sub {
    text-align: center;
    padding-left: 0;
  }
  .app-header-nav ul > li > .sub > li > a .title {
    font-size: 15px;
    justify-content: center;
  }
  .app-header-nav ul > li > .sub .subtitle {
    display: none;
  }
}
.app-header-nav__login {
  margin-left: 0;
}
.app-header-nav ul, .app-header-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-header-nav a {
  text-decoration: none;
  outline: none;
}
.app-header-nav a::hover, .app-header-nav a:active {
  text-decoration: none;
  outline: none;
}
.app-header-nav a:visited {
  color: #191F28;
}
.app-header-nav[data-hover-disabled="true"]:hover::before, .app-header-nav[data-hover-disabled="true"]:hover .sub {
  display: none !important;
}
.app-header-nav[data-hover-disabled="true"].active::before, .app-header-nav[data-hover-disabled="true"].active .sub {
  display: block !important;
}
.app-header--inverse .app-header-nav:hover::before, .app-header--inverse .app-header-nav.active::before {
  padding-top: 80px;
  margin-top: -80px;
  background-color: rgba(0, 0, 0, 0.25);
  border-bottom: 0;
}
.app-header--inverse .app-header-nav:hover .sub, .app-header--inverse .app-header-nav.active .sub {
  border-left: 1px solid rgba(229, 232, 235, 0.2);
}
.app-header--inverse .app-header-nav:hover .sub.br, .app-header--inverse .app-header-nav.active .sub.br {
  border-right: 1px solid rgba(229, 232, 235, 0.2);
}
.app-header--inverse .app-header-nav:hover .sub > li > a, .app-header--inverse .app-header-nav.active .sub > li > a {
  color: #ffffff;
  font-weight: 400;
}
.app-header--inverse .app-header-nav:hover .sub > li > a.active, .app-header--inverse .app-header-nav.active .sub > li > a.active {
  font-weight: 600;
}
.app-header--inverse .app-header-nav:hover .sub > li > a .subtitle, .app-header--inverse .app-header-nav.active .sub > li > a .subtitle {
  color: #D1D6DB;
}
.app-header-nav:hover::before, .app-header-nav.active::before {
  content: "";
  position: absolute;
  height: 305px;
  top: 79px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #F2F4F6;
  border-top: 1px solid #F2F4F6;
}
.app-header-nav:hover .sub, .app-header-nav.active .sub {
  display: block;
  width: 100%;
  border-left: 1px solid #F2F4F6;
  min-height: 280px;
}
.app-header-nav:hover .sub.br, .app-header-nav.active .sub.br {
  border-right: 1px solid #F2F4F6;
}
.app-header-nav:hover > ul > li > a.active::after, .app-header-nav.active > ul > li > a.active::after {
  transform: scaleX(0);
}
.app-header-nav:hover.non-click > ul > li > a.active::after, .app-header-nav.active.non-click > ul > li > a.active::after {
  transform: scaleX(1);
}
.app-header-nav > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 899px) {
  .app-header-nav > ul {
    display: none;
  }
}
.app-header-nav > ul > li {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: fit-content;
  height: 100%;
  line-height: 170%;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.app-header-nav > ul > li i {
  font-size: 16px;
  display: inline-block;
  transform: translateY(-1px);
  opacity: 0.7;
}
.app-header-nav > ul > li > a {
  display: block;
  width: 180px;
  padding: 31px 0;
  text-align: center;
  color: #191F28;
  word-break: keep-all;
  line-height: 100%;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .app-header-nav > ul > li > a {
    width: 155px;
  }
}
@media (min-width: 900px) and (max-width: 1279px) {
  .app-header-nav > ul > li > a {
    width: 115px;
  }
}
.app-header-nav > ul > li > a::after {
  display: block;
  content: "";
  border-bottom: 3px solid #36CC68;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.app-header-nav > ul > li > a.active::after {
  transform: scaleX(1);
}
.app-header-nav > ul > li:hover > a::after {
  transform: scaleX(1) !important;
}
.app-header-nav > ul .sub {
  display: none;
  padding: 10px 10px;
  text-align: left;
  line-height: 150%;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .app-header-nav > ul .sub {
    padding-left: 15px;
  }
}
.app-header-nav > ul .sub > li {
  padding: 10px 10px;
}
.app-header-nav > ul .sub > li > a {
  color: #191F28;
  line-height: 100%;
}
.app-header-nav > ul .sub > li > a .title {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding-bottom: 10px;
}
.app-header-nav > ul .sub > li > a .title img {
  margin-left: 4px;
}
.app-header-nav > ul .sub > li > a .small_title {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 0;
}
.app-header-nav > ul .sub > li > a .small_title i {
  font-size: 14px;
}
.app-header-nav > ul .sub > li > a .subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #8B95A1;
}
.app-header-nav > ul .sub > li.active > a .title, .app-header-nav > ul .sub > li.active > a .small_title, .app-header-nav > ul .sub > li:hover > a .title, .app-header-nav > ul .sub > li:hover > a .small_title {
  font-weight: 600;
  color: #36CC68;
}
/* sourceMappingURL=ec0638bc01c26cb3aec060c85e3598011bcd749a.header-nav.scss.map */

/* Original file: files/cache/assets/compiled/f0dd0ecd05e7488746a2780df41a2264210058e4.header-search-m.scss.css */

.app-header-custom-search-m {
  width: 100%;
  z-index: 100000;
}
@media (min-width: 900px) {
  .app-header-custom-search-m {
    display: none;
  }
}
.app-header-custom-search-m input {
  width: calc(100% + 2px) !important;
  background-color: #ffffff !important;
  border-radius: 999px;
  color: #191F28 !important;
  transition: none !important;
}
.app-header-custom-search-m .app-header-custom-search-wrap {
  width: 100%;
}
.app-header-custom-search-m .search-icon path {
  stroke: #333D4B !important;
}
.app-header-custom-search-m .search-category.is-visible {
  display: flex !important;
}
/* sourceMappingURL=f0dd0ecd05e7488746a2780df41a2264210058e4.header-search-m.scss.map */

/* Original file: files/cache/assets/compiled/ed77a9026c7d3eaf0ef5d00b049e8f21ffcd6fe1.header-right.scss.css */

.app-header-right {
  display: flex;
  align-items: center;
  position: absolute;
  right: 40px;
}
.app-header-right .app-header-item {
  position: relative;
}
.app-header-right .app-header-item:last-child {
  padding-right: 0;
}
@media (max-width: 899px) {
  .app-header-right {
    right: 20px;
  }
  .app-header--type-text .app-header-right .app-header-item.app-header-item-search, .app-header--type-custom .app-header-right .app-header-item.app-header-item-search {
    display: block;
  }
  .app-header--type-text .app-header-right .app-header-item.app-header-menu__toggle, .app-header--type-custom .app-header-right .app-header-item.app-header-menu__toggle {
    display: none;
    display: block;
  }
  .app-header--type-text .app-header-right .app-header-item.app-header-item-pym2, .app-header--type-custom .app-header-right .app-header-item.app-header-item-pym2 {
    display: none;
    display: flex;
  }
  .app-header-custom-search.is-expanded ~ .app-header-right, .app-header-custom-search:focus-within ~ .app-header-right {
    opacity: 0;
  }
}
@media (min-width: 900px) {
  .app-header--service-sub .app-header-right .app-header-menu-container {
    display: block;
    position: relative;
  }
  .app-header--service-sub .app-header-right .app-header-item-search, .app-header--service-sub .app-header-right .app-header-profile-container {
    display: none;
  }
}
.app-header-right .app-header-item__dot {
  position: absolute;
  right: -3px;
  top: 1px;
  padding-top: 1px;
}
@media (max-width: 899px) {
  .app-header-right .app-header-item__dot {
    top: 4px;
  }
}
.app-header-master-right .master-like {
  display: inline-block;
  margin-right: 0.25rem;
  font-size: 1.175rem;
  color: #191F28;
  text-decoration: none;
}
.app-header-master-right .master-like i {
  position: relative;
  top: -2px;
}
.app-header-master-right .master-like:active, .app-header-master-right .master-like i.fas {
  color: #F44336;
}
.app-header-master-right .app-button {
  height: 36px;
}
.app-master-hamburger {
  display: none;
  margin-left: -10px;
  padding: 6px 4px 10px 8px;
  color: #191F28;
}
@media (max-width: 899px) {
  .app-master-hamburger {
    display: inline-block;
  }
}
/* sourceMappingURL=ed77a9026c7d3eaf0ef5d00b049e8f21ffcd6fe1.header-right.scss.map */

/* Original file: files/cache/assets/compiled/d7f73109c154a3259f16ed1eb075d6559498a566.header-sub-search.scss.css */

.app-header-custom-search {
  display: none;
  justify-content: center;
  transition: 0.2s ease;
  z-index: 1;
}
.app-header--type-default .app-header-custom-search {
  display: none;
}
.app-header-custom-search.is-visible {
  display: flex;
}
.app-header-custom-search.is-visible.expand {
  width: 100%;
}
.app-header-custom-search.is-visible ~ .app-header-right .app-header-item-search {
  display: none !important;
}
@media (max-width: 899px) {
  .app-header-custom-search {
    margin-left: 8px;
  }
  .app-header-custom-search.is-expanded, .app-header-custom-search:focus-within {
    max-width: calc(100vw - 40px);
  }
}
@media (min-width: 900px) {
  .app-header--service-sub .app-header-custom-search {
    display: flex;
  }
}
.app-header-custom-search-wrap {
  position: relative;
  width: 120px;
}
@media (min-width: 900px) {
  .app-header-custom-search-wrap {
    transition: width 0.25s ease;
  }
  .app-header-custom-search-wrap:focus-within {
    width: 350px;
  }
  .app-header-custom-search-wrap:focus-within input {
    border-color: unset;
    box-shadow: none;
  }
  .app-header-custom-search-wrap:focus-within .search-icon path {
    stroke: #4E5968 !important;
  }
}
@media (min-width: 900px) and (max-width: 899px) {
  .app-header-custom-search-wrap:focus-within .search-category {
    display: flex;
  }
}
@media (min-width: 900px) and (max-width: 1279px) {
  .app-header-custom-search-wrap {
    max-width: 640px;
  }
}
.app-header-custom-search-wrap input {
  width: 100%;
  border-radius: 99px;
  border: 1px solid #4E5968;
  background-color: #ffffff;
}
.app-header-custom-search-wrap input::-webkit-search-decoration, .app-header-custom-search-wrap input::-webkit-search-cancel-button, .app-header-custom-search-wrap input::-webkit-search-results-button, .app-header-custom-search-wrap input::-webkit-search-results-decoration {
  display: none;
}
.app-header-custom-search-wrap input::placeholder {
  font-weight: 400;
  color: #6B7684;
}
.app-header-custom-search-wrap input:focus::placeholder {
  opacity: 0;
}
.app-header-custom-search-wrap .search-icon {
  position: absolute;
  right: 16px;
  top: 12px;
}
.app-header-custom-search-wrap .search-icon path {
  stroke: #4E5968;
}
@media (max-width: 899px) {
  .app-header-custom-search-wrap .search-icon {
    display: none;
  }
}
.app-header-custom-search-wrap .search-category {
  display: none;
  align-items: center;
  position: absolute;
  left: 6px;
  top: 5px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #E5E8EB;
  background-color: #ffffff;
  color: #6B7684;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  padding: 0 10px;
}
@media (max-width: 899px) {
  .app-header-custom-search-wrap .search-category {
    left: 5px;
    top: 5px;
  }
}
.app-header-custom-search-wrap .search-category i {
  cursor: pointer;
  margin-left: 6px;
  color: #6B7684;
}
.app-header-custom-search .search-close {
  display: none;
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
}
@media (max-width: 899px) {
  .app-header-custom-search .search-close {
    display: block;
    right: 10px;
    top: 10px;
  }
}
.app-header-custom-search-icon-wrap {
  display: none;
  align-items: baseline;
  position: absolute;
  top: 17px;
  right: 20px;
}
.app-header-custom-search-icon-wrap .app-header-menu-container {
  padding: 0;
}
.app-header-custom-search-icon-wrap .danji-search {
  margin-right: 16px;
}
.app-header-custom-search-icon-wrap.active {
  display: flex;
}
.app-header-custom-search .area {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.app-header-custom-search .theme {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  margin-left: 16px;
}
.app-header-custom-search .theme img {
  margin-right: 6px;
}
/* sourceMappingURL=d7f73109c154a3259f16ed1eb075d6559498a566.header-sub-search.scss.map */

/* Original file: files/cache/assets/compiled/d7f73109c154a3259f16ed1eb075d6559498a566.header-pym2.scss.css */

.pym2toggle {
  position: relative;
  user-select: none;
  cursor: pointer;
}
.pym2toggle > svg {
  width: 28px;
  height: 28px;
  transition: transform 0.35s;
  transform: rotate(210deg);
}
.pym2toggle > svg path {
  fill: #4E5968;
}
.pym2toggle span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-weight: 600;
  font-size: 9px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #4E5968;
}
.pym2toggle span.pd {
  margin-top: -1px;
}
.pym2toggle.rotate > svg {
  transition: transform 0.35s;
  transform: rotate(30deg);
}
/* sourceMappingURL=d7f73109c154a3259f16ed1eb075d6559498a566.header-pym2.scss.map */

/* Original file: files/cache/assets/compiled/1eb0c9a454e99f3e21cdafed33755773e164320b.header-menu.scss.css */

.app-header-menu-icon {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0 -1rem 0 0.25rem;
  border: none;
  outline: none;
  background-color: transparent;
}
@media (min-width: 900px) {
  .app-header-menu-icon {
    display: none;
  }
}
.app-header-menu-icon__box {
  position: relative;
  width: 18px;
  height: 18px;
}
.app-header-menu-icon__box::before, .app-header-menu-icon__box::after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #6B7684;
  transition: 0.3s ease;
}
.app-header-menu-icon__box::before {
  top: 5px;
  width: 100%;
  transition: 0.3s ease;
}
.app-header-menu-icon__box::after {
  top: 12px;
  width: 14px;
}
.app-header-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  display: flex;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  user-select: none;
  pointer-events: none;
}
.app-header-menu.app-header-menu-master {
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.app-header-menu a {
  text-decoration: none;
  outline: none;
}
.app-header-menu a::hover, .app-header-menu a:active {
  text-decoration: none;
  outline: none;
}
.app-header-menu .jds-tab {
  min-height: 48px;
}
.app-header-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 56px;
  padding: 0 20px;
  background-color: #ffffff;
}
.app-header-menu__header i {
  font-size: 20px;
}
.app-header-menu__header > div > i {
  margin-right: 14px;
}
.app-header-menu__header > div > span {
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
}
.app-header-menu__close {
  position: absolute;
  top: 1rem;
  left: 1rem;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  color: #6B7684;
  background-color: #ffffff;
  border-radius: 100%;
  font-size: 1.25rem;
  transition: 0.2s ease;
}
.app-header-menu__close:hover {
  opacity: 0.8;
}
.app-header-menu__close:active {
  opacity: 0.7;
}
.app-header-menu-container.hide {
  display: none;
}
@media (max-width: 899px) {
  .app-header-menu-container {
    display: block !important;
  }
}
.app-header-menu__content {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  max-width: 360px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 40px;
  background-color: #ffffff;
}
.app-header-menu__login {
  position: relative;
  margin: 0;
  padding: 2px 20px 24px 20px;
}
.app-header-menu__login .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #191F28;
}
.app-header-menu__login .title strong {
  font-size: 2.25rem;
  font-weight: 700;
  color: #191F28;
}
.app-header-menu__login-link {
  position: absolute;
  top: 35px;
  right: 20px;
  color: #31B85E;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
}
.app-header-menu__login-link::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  margin-left: 4px;
}
.app-header-menu__login .register {
  display: flex;
  gap: 11px;
  margin-top: 20px;
}
.app-header-menu__login .register a {
  width: 50%;
}
.app-header-menu__login .register .login {
  border: 1px solid #36CC68;
  color: #31B85E;
}
.app-header-menu__mystats {
  display: flex;
  padding: 24px 20px;
}
.app-header-menu__mystats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 25%;
}
.app-header-menu__mystats-item:not(.app-header-menu__mystats-item:last-child) {
  border-right: 1px solid #F2F4F6;
  padding-right: 6px;
  margin-right: 6px;
}
.app-header-menu__mystats-item-label {
  margin-top: 10px;
  line-height: 180%;
  font-size: 14px;
  color: #191F28;
}
.app-header-menu__mystats-item-label .label {
  font-weight: 400;
}
.app-header-menu__mystats-item-label .count {
  font-weight: 700;
}
.app-header-menu__logout {
  color: #6B7684;
  padding-right: 0 !important;
}
.app-header-menu__settings {
  color: #6B7684;
}
.app-header-menu__close-btn {
  display: flex;
  align-items: center;
}
.app-header-menu__close-btn img {
  margin-right: 16px;
}
.app-header-menu__divider {
  width: 100%;
  min-height: 12px;
  background-color: #F2F4F6;
}
.app-header-menu__profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 20px;
}
.app-header-menu__profile-summary {
  display: flex;
  align-items: center;
}
.app-header-menu__profile-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.app-header-menu__profile-image > img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.app-header-menu__profile-body {
  padding-left: 14px;
}
.app-header-menu__profile-member-type {
  font-size: 14px;
  font-weight: 500;
  color: #31B85E;
  margin: 0 0 0.375rem;
}
.app-header-menu__profile-nickname {
  color: #191F28;
  font-size: 18px;
  margin: 0;
}
.app-header-menu__profile-buttons {
  display: flex;
}
.app-header-menu__profile-buttons > .app-button {
  flex: 1;
  flex-basis: 1;
  margin-right: 0.5rem;
}
.app-header-menu__profile-buttons > .app-button:last-child {
  margin-right: 0;
}
.app-header-menu__profile-link {
  display: flex;
  align-items: center;
  color: #6B7684;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}
.app-header-menu__profile-link::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  margin-left: 4px;
}
.app-header-menu__profile .title {
  display: block;
  width: 50%;
  float: left;
  line-height: 32px;
  text-align: left;
  font-size: 16px;
}
.app-header-menu__profile .reset_button {
  width: 49%;
  float: left;
  height: 32px;
  border: 1px solid #01BFB9;
  border-radius: 20px;
  background-color: #ffffff;
  color: #01BFB9;
  font-size: 12px;
}
.app-header-menu__profile .reset_button:hover, .app-header-menu__profile .reset_button:active {
  background-color: #e6f9f8;
}
.app-header-menu__menus {
  padding: 28px 20px 0 20px;
}
.app-header-menu__menus-nav {
  display: none;
}
.app-header-menu__menus-nav.show {
  display: block;
}
.app-header-menu__menus-item {
  margin-bottom: 38px;
}
.app-header-menu__menus-item .title {
  margin-bottom: 10px;
  line-height: 150%;
  font-size: 20px;
  font-weight: 700;
}
.app-header-menu__menus-item .menu {
  display: flex;
  flex-wrap: wrap;
}
.app-header-menu__menus-item .menu-item {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 11.5px 0;
}
.app-header-menu__menus-item .menu-item:last-child {
  padding-bottom: 0;
}
.app-header-menu__menus-item .menu-item:nth-last-of-type(2) {
  padding-bottom: 0;
}
.app-header-menu__menus-item .menu-item .icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.app-header-menu__menus-item .menu-item .label {
  font-weight: 500;
  line-height: 180%;
  color: #191F28;
}
.app-header-menu__menus-item .menu.simple .menu-item {
  width: 100%;
  color: #191F28;
  padding: 12px 0;
  line-height: 180%;
}
.app-header-menu__menus-item .menu.simple .menu-item:last-child {
  padding-bottom: 0;
}
.app-header-menu__menus-item .menu.simple .menu-item .icon {
  width: 20px;
  margin-right: 8px;
}
.app-header-menu__menus-item .menu-my-item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 11.5px 0;
  cursor: pointer;
}
.app-header-menu__menus-item .menu-my-item::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-left: 4px;
  color: #8B95A1;
  font-size: 18px;
}
.app-header-menu__menus-item .menu-my-item .icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.app-header-menu__menus-item .menu-my-item .label {
  font-weight: 500;
  line-height: 180%;
  color: #191F28;
}
.app-header-menu__menus-item .menu-my-notify {
  background: #F9FAFB;
  border-radius: 12px;
  padding: 20px 14px;
  margin-bottom: 22px;
}
.app-header-menu__menus-item .menu-my-notify .notify_list {
  margin: 0;
  padding: 0;
}
.app-header-menu__menus-item .menu-my-notify .notify_list .notify_item {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0 0 0 36px;
  position: relative;
  font-size: 14px;
}
.app-header-menu__menus-item .menu-my-notify .notify_list .notify_item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.app-header-menu__menus-item .menu-my-notify .notify_list .notify_item a {
  color: #333D4B;
  text-decoration: none;
  font-weight: normal;
}
.app-header-menu__menus-item .menu-my-notify .notify_list .notify_item a strong {
  font-weight: normal;
}
.app-header-menu__menus-item .menu-my-notify .notify_list .notify_item a.read_N {
  color: #191F28;
  font-weight: 600;
}
.app-header-menu__menus-item .menu-my-notify .notify_list .notify_item a.read_N strong {
  font-weight: 600;
}
.app-header-menu__menus-item .menu-my-notify .notify_list .notify_item .fal, .app-header-menu__menus-item .menu-my-notify .notify_list .notify_item .fas {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 24px;
  color: #4E5968;
}
.app-header-menu__menus-item .menu-my-notify .notify_list .notify_item .fas {
  color: #13D592;
}
.app-header-menu__menus-item .menu-my-notify .notify_list .notify_item .ago {
  color: #4E5968;
  font-size: 12px;
}
.app-header-menu__menus-item .menu-my-notify .noti__empty {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  color: #6B7684;
  font-weight: 400;
}
.app-header-menu__menus-item .menu-my #menu_my_buildit::after {
  content: "";
}
.app-header-menu__menus-item .menu-my #menu_my_buildit.active::after {
  content: "";
}
.app-header-menu__menus-item .menu-my #menu_my_buildit_contents {
  max-height: 0;
  overflow: hidden;
  background: #F9FAFB;
  border-radius: 12px;
  transition: max-height 0.2s ease-out;
}
.app-header-menu__menus-item .menu-my #menu_my_buildit_contents .jb-sidebar {
  margin-bottom: 0;
}
.app-header-menu__menus-item .menu-my #menu_my_buildit_contents .jb-sidebar .jb-sidebar-menu a {
  font-weight: 500;
}
.app-header-menu__menus-item .menu-my #menu_my_buildit_contents .jb-sidebar .jb-sidebar-menu:last-of-type {
  border-bottom: 0;
}
.app-header-menu__menus.border {
  border-bottom: 1px solid #F2F4F6;
}
.app-header-menu__icons {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0.5rem 0.875rem;
  border-bottom: 1px solid #E5E8EB;
  background-color: #F9FAFB;
}
.app-header-menu__icons > li {
  width: 33.333%;
}
.app-header-menu__icons > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #191F28;
  text-decoration: none;
  padding: 1rem 0;
}
.app-header-menu__icons > li > a img {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  padding: 8px;
  background: #F2F4F6;
  margin-bottom: 8px;
}
.app-header-menu__icons > li > a span {
  font-size: 14px;
  font-weight: 700;
}
.app-header-menu__banners {
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
}
.app-header-menu__banners .banner {
  display: block;
  height: 240px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  padding: 1rem 1.5rem;
}
.app-header-menu__banners .banner p {
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 0.25rem !important;
}
.app-header-menu__banners .banner p.banner-title {
  font-size: 22px;
  color: #36CC68;
}
.app-header-menu__banners .banner p.banner-subtitle {
  font-size: 16px;
  color: #ffffff;
}
.app-header-menu__banners .banner.banner-buildit {
  background-color: #18212c;
}
.app-header-menu__banners .banner.banner-buildit img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.app-header-menu__nav {
  list-style-type: none;
  padding: 0 0 1.5rem;
  margin: 0 1.25rem 1.5rem;
  border-bottom: 1px solid #E5E8EB;
}
.app-header-menu__nav > li {
  position: relative;
}
.app-header-menu__nav > li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.app-header-menu__nav > li > a {
  display: block;
  color: #191F28;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s ease;
}
.app-header-menu__nav > li > a:active {
  color: #4E5968;
}
.app-header-menu__nav > li > .far {
  display: block;
  position: absolute;
  top: 0;
  right: -5px;
  padding: 5px;
}
.app-header-menu__nav > li > ul {
  margin: 0;
  padding: 12px 0 2px 0;
}
.app-header-menu__nav > li > ul li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 15px;
  line-height: 32px;
}
.app-header-menu__nav > li > ul li a {
  color: #4E5968;
  text-decoration: none;
}
.app-header-menu__nav > li > ul li a.selected {
  color: #36CC68;
  font-weight: 700;
}
.app-header-menu__nav > li.active > a {
  color: #36CC68;
  font-weight: 700;
}
.app-header-menu__nav > li.active > i {
  color: #36CC68;
}
.app-header-menu__sub {
  list-style-type: none;
  padding: 0 1.25rem 2rem 1.25rem;
  margin: 0;
}
.app-header-menu__sub > li:not(:last-child) {
  margin-bottom: 1rem;
}
.app-header-menu__sub > li > a {
  display: block;
  color: #6B7684;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
.app-header-menu__logout {
  padding: 0 1.25rem;
}
.app-header-menu__outside {
  flex: 1;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background-color: transparent;
}
.app-header-menu .app-header-menu__content {
  transform: translateX(100%);
  transition: 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.app-header-menu .app-header-menu__close {
  transform: scale(0.8) rotate(-45deg);
  transition: 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.app-header-menu .app-header-menu__nav {
  transform: translateY(-1rem);
  transition: 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.app-header-menu .search_section {
  padding-bottom: 24px;
  border-bottom: 1px solid #E9ECEF;
}
.app-header-menu.sidebar-menu .app-header-menu__nav {
  background-color: #ffffff;
}
.app-header-menu.active {
  opacity: 1;
  visibility: visible;
  user-select: initial;
  pointer-events: initial;
}
.app-header-menu.active .app-header-menu__content {
  transform: translateX(0);
}
.app-header-menu.active .app-header-menu__close {
  transform: scale(1);
}
.app-header-menu.active .app-header-menu__nav {
  transform: translateY(0);
}
.app-header-menu .jb-sidebar-menu-create {
  border-bottom: none !important;
}
.app-header-menu .jb-sidebar-menu-create a {
  justify-content: center;
  font-size: 14px !important;
  border: 1px solid #E5E8EB;
  border-radius: 8px;
}
.app-header-menu .jb-sidebar-menu-create a::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  margin-right: 8px;
  font-weight: 400;
}
/* sourceMappingURL=1eb0c9a454e99f3e21cdafed33755773e164320b.header-menu.scss.map */

/* Original file: files/cache/assets/compiled/df8101e3191f974ffdb47c5b9a440e51e298723b.footer.scss.css */

.app-footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #191F28;
  position: relative;
  z-index: 1;
}
.app-footer.m {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.app-footer.m .app-footer-top {
  display: block;
}
.app-footer.m .app-footer-top__logo {
  margin-bottom: 3rem;
}
.app-footer.m .app-footer-top__body {
  justify-content: flex-start;
}
.app-footer.m .app-footer-item {
  max-width: 50%;
  flex-basis: 50%;
  margin-right: 0;
  margin-bottom: 1rem;
}
.app-footer.m .app-footer-item:last-child {
  margin-bottom: 0;
}
.app-footer.m .app-footer-bottom {
  flex-direction: column-reverse;
}
.app-footer.m .app-footer-bottom__copyright-area {
  flex-direction: column-reverse;
}
.app-footer.m .app-footer-bottom__menu {
  margin-bottom: 0.5rem;
}
.app-footer.m .app-footer-bottom__info {
  margin-bottom: 1.5rem;
}
.app-footer.m .app-footer-bottom__info .divider {
  display: none;
}
.app-footer-top {
  display: flex;
  align-items: flex-start;
  padding-bottom: 3rem;
}
@media (max-width: 899px) {
  .app-footer-top {
    display: block;
  }
}
.app-footer-top__logo {
  flex: 1 0 auto;
}
.app-footer-top__logo img {
  display: block;
  height: 24px;
}
@media (max-width: 899px) {
  .app-footer-top__logo {
    margin-bottom: 3rem;
  }
}
.app-footer-top__body {
  width: 500px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 899px) {
  .app-footer-top__body {
    width: 100%;
  }
}
.app-footer-item {
  margin-right: 3.75rem;
}
.app-footer-item:last-child {
  margin-right: 0;
}
@media (max-width: 899px) {
  .app-footer-item {
    flex-basis: 50%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .app-footer-item:last-child {
    margin-bottom: 0;
  }
}
.app-footer-item .app-footer-item__title {
  color: #6B7684;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.app-footer-item .app-footer-item__menu {
  list-style-type: none;
  margin: 0;
  padding: 0 1.6rem 0 0;
}
.app-footer-item .app-footer-item__menu > li {
  position: relative;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}
.app-footer-item .app-footer-item__menu > li:last-child {
  margin-bottom: 0;
}
.app-footer-item .app-footer-item__menu > li > a {
  display: inline-block;
  color: #F9FAFB;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  line-height: normal;
  transition: 0.2s ease;
}
.app-footer-item .app-footer-item__menu > li > a:hover {
  text-decoration: underline;
}
.app-footer-item .app-footer-item__menu > li > a.footer-button {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-top: 0.5rem;
  white-space: nowrap;
  color: #B0B8C1;
  background-color: #333D4B;
  border-color: #333D4B;
}
.app-footer-item .app-footer-item__menu > li > a.footer-button img {
  margin-right: 0.5rem;
}
.app-footer-item .app-footer-item__menu > li > a.footer-button:hover, .app-footer-item .app-footer-item__menu > li > a.footer-button:active {
  text-decoration: none;
  background-color: #4E5968;
  border-color: #4E5968;
}
.app-footer-item .app-footer-item__menu-email {
  width: 106px;
}
.app-footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 1.375rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid #333D4B;
}
@media (max-width: 899px) {
  .app-footer-bottom {
    flex-direction: column-reverse;
  }
}
.app-footer-bottom__copyright-area {
  display: flex;
  align-items: top;
  margin-right: 3.75rem;
}
@media (max-width: 899px) {
  .app-footer-bottom__copyright-area {
    flex-direction: column-reverse;
  }
}
.app-footer-bottom__copyright {
  flex: 0 0 auto;
  color: #4E5968;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
  margin-right: 1.5rem;
}
.app-footer-bottom__menu {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
@media (max-width: 899px) {
  .app-footer-bottom__menu {
    margin-bottom: 0.5rem;
  }
}
.app-footer-bottom__menu > li {
  margin-right: 1.5rem;
}
.app-footer-bottom__menu > li:last-child {
  margin-right: 0;
}
.app-footer-bottom__menu > li > a {
  display: inline-block;
  color: #4E5968;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.app-footer-bottom__menu > li > a:hover {
  text-decoration: underline;
}
.app-footer-bottom__menu > li.privacy > a {
  color: #6B7684;
}
.app-footer-bottom__info {
  width: 500px;
  flex: 0 0 auto;
  color: #6B7684;
  font-size: 0.75rem;
  font-weight: 700;
  word-break: keep-all;
}
@media (max-width: 899px) {
  .app-footer-bottom__info {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.app-footer-bottom__info a {
  color: #6B7684;
  text-decoration: none;
  transition: 0.2s ease;
}
.app-footer-bottom__info a:hover {
  color: #D1D6DB;
}
@media (max-width: 899px) {
  .app-footer-bottom__info .divider {
    display: none;
  }
}
.footer-banner {
  text-align: center;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
.footer-banner__container {
  padding: 2.5rem 1.25rem;
  background-color: #F9FAFB;
  border-radius: 6px;
}
.footer-banner .app-text-subhead {
  color: #6B7684;
  margin-bottom: 0.625rem;
}
.footer-banner .app-text-display-1 {
  margin-bottom: 2.25rem;
}
/* sourceMappingURL=df8101e3191f974ffdb47c5b9a440e51e298723b.footer.scss.map */

/* Original file: files/cache/assets/compiled/979576088003e29f94e241259991b72e82a93ccb.bottom-nav.scss.css */

.app-bottom-nav-space {
  display: none;
  background-color: #191F28;
}
@media (max-width: 899px) {
  .app-bottom-nav-space {
    display: block;
  }
}
.app-bottom-nav-space, .app-bottom-nav {
  min-height: 62px;
  min-height: calc(62px + env(safe-area-inset-bottom));
  padding-bottom: env(safe-area-inset-bottom);
}
.app-bottom-nav {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 200;
  width: 100%;
  padding: 0 0.75rem;
  background-color: #ffffff;
  border-top: 1px solid #E5E8EB;
}
@media (max-width: 899px) {
  .app-bottom-nav {
    display: block;
  }
}
.app-bottom-nav > ul {
  list-style-type: none;
  display: flex;
  align-items: stretch;
  height: 62px;
  padding: 0;
  margin: 0;
}
.app-bottom-nav > ul > li {
  flex: 1;
}
.app-bottom-nav > ul > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #333D4B;
  text-decoration: none;
  appearance: none;
}
.app-bottom-nav > ul > li > a .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  margin-bottom: 6px;
}
.app-bottom-nav > ul > li > a > span {
  color: #333D4B;
  font-size: 13px;
  font-weight: 500;
}
.app-bottom-nav > ul > li.active > a {
  color: #36CC68;
}
.app-bottom-nav > ul > li.active > a > span {
  color: #31B85E;
}
.app-bottom-nav > ul > li.iphone-back-button {
  flex: 0;
}
.app-bottom-nav > ul > li.iphone-back-button > a {
  padding: 0 0.75rem 0 1rem;
  margin: 0 -0.25rem;
}
.app-bottom-nav > ul > li.iphone-back-button > a > i {
  font-size: 1.75rem;
  margin-bottom: 0;
}
/* sourceMappingURL=979576088003e29f94e241259991b72e82a93ccb.bottom-nav.scss.map */

/* Original file: files/cache/assets/compiled/433b8798c91ee14650492360271c75121cee7ce7.style.scss.css */

.jootekfolio-common-shadow-block {
  position: relative;
  padding: 20px 24px;
  border-radius: 12px;
  border: 1px solid #ebebeb;
  background: #ffffff;
  box-shadow: 0px 14px 19px 0px #edf0f7;
}
@media (max-width: 479px) and (orientation: portrait) {
  .jootekfolio-common-shadow-block {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw !important;
    border-radius: 0;
    box-shadow: none;
  }
}
.jootekfolio-common-shadow-block .jootekfolio-empty {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  margin-top: -10px;
}
.jootekfolio-common-shadow-block-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.jootekfolio-common-half-wrapper {
  display: flex;
  gap: 30px;
  align-items: stretch;
}
.jootekfolio-common-half-wrapper > div {
  width: 50%;
}
@media (max-width: 899px) {
  .jootekfolio-common-half-wrapper {
    flex-direction: column;
    gap: 0;
  }
  .jootekfolio-common-half-wrapper > div {
    width: 100%;
  }
}
.jootekfolio-common-update-date {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.13px;
  color: #8B95A1;
}
@media (max-width: 899px) {
  .jootekfolio-common-update-date {
    font-weight: 400;
  }
}
.jootekfolio-common-dim {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(25, 31, 40, 0.5);
}
.jootekfolio-common-breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #6B7684;
  line-height: 100%;
  font-size: 16px;
  font-weight: 400;
}
.jootekfolio-common-breadcrumb a {
  font-size: 12px;
  line-height: 100%;
  color: #6B7684;
  line-height: 100%;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.jootekfolio-common-breadcrumb a:hover {
  color: #333D4B;
}
.jootekfolio-common-breadcrumb .current {
  color: #191F28;
  font-weight: 700;
}
@media (max-width: 899px) {
  .jootekfolio-common-breadcrumb a, .jootekfolio-common-breadcrumb span {
    font-size: 14px;
  }
}
.jootekfolio-common-fullscreen-loading {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.jootekfolio-common-fullscreen-loading.visible {
  display: flex;
}
.jootekfolio-common-fullscreen-loading .spinner {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  border-top-color: #36CC68;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  z-index: 1001;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.jootekfolio-common-fullscreen-loading .jootekfolio-common-dim {
  display: block;
}
.jootekfolio-common-detail-notice {
  display: none;
  padding: 40px 20px 60px 20px;
  color: #6B7684;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.jootekfolio-common-detail-notice.visible {
  display: block;
}
.pym2toggle {
  display: none !important;
}
.app-checkbox + label:active:before {
  border-color: #191F28;
}
.app-checkbox:hover:checked + label:before {
  border-color: #191F28;
}
.app-checkbox:checked + label {
  color: #191F28;
}
.app-checkbox:checked + label:before {
  border-color: #191F28;
  background-color: #191F28;
}
.app-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.app-header--inverse .app-header-nav:hover::before, .app-header--inverse .app-header-nav.non-click.active::before {
  background-color: rgba(0, 0, 0, 0.8);
}
select {
  background-color: #ffffff;
  color: #191F28;
}
.app-radio:checked, .app-radio:focus {
  border-color: #191F28 !important;
}
.app-radio:checked + label {
  color: #191F28;
}
.ui-datepicker {
  font-family: "Pretendard", sans-serif !important;
  z-index: 1002 !important;
  font-size: 15px;
}
.ui-datepicker .ui-datepicker-header {
  background: transparent;
  border: none;
  margin-bottom: 4px;
}
.ui-datepicker .ui-datepicker-year {
  font-family: "Pretendard", sans-serif !important;
  border: 1px solid #E5E8EB;
}
.ui-datepicker .ui-datepicker-month {
  font-family: "Pretendard", sans-serif !important;
  margin-left: 20px !important;
  border: 1px solid #E5E8EB;
}
.ui-datepicker .ui-datepicker-title {
  display: flex;
  font-size: 15px;
  font-weight: 600;
}
.ui-datepicker .ui-datepicker th {
  font-size: 15px;
}
.ui-datepicker .ui-datepicker td a {
  font-size: 15px;
}
.ui-datepicker .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker .ui-datepicker-next {
  font-size: 15px;
}
.ui-datepicker .ui-state-default {
  border-radius: 1px solid #6B7684 !important;
  background-image: none !important;
  background-color: #F9FAFB !important;
}
.ui-datepicker .ui-state-active {
  border: 1px solid #577FE6 !important;
  background-color: #eff6ff !important;
  background-image: none !important;
}
.app-pagination-list > a.active {
  color: #191F28;
}
.app-pagination-arrow {
  background-color: transparent;
}
#dialog_consultation {
  height: 100vh;
}
/* sourceMappingURL=433b8798c91ee14650492360271c75121cee7ce7.style.scss.map */

/* Original file: files/cache/assets/compiled/560b7427f44e068796e082b4a53eb23d45477852.profile.scss.css */

.jootekfolio-profile-wrapper {
  padding-bottom: 150px;
}
.jootekfolio-profile-section {
  padding-top: 64px;
  padding-bottom: 64px;
}
.jootekfolio-profile-section.absolute {
  margin-bottom: 80px;
}
@media (max-width: 899px) {
  .jootekfolio-profile-section.absolute {
    margin-bottom: 0;
    padding-top: 20px;
  }
}
@media (max-width: 899px) {
  .jootekfolio-profile-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.jootekfolio-profile-title {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 899px) {
  .jootekfolio-profile-title {
    font-size: 26px;
  }
}
@media (max-width: 479px) and (orientation: portrait) {
  .jootekfolio-profile-title {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
.jootekfolio-profile-half-wrapper {
  display: flex;
  gap: 30px;
  min-height: 550px;
}
.jootekfolio-profile-half-wrapper.sm {
  min-height: 420px;
}
.jootekfolio-profile-half-wrapper > div {
  display: flex;
  flex-direction: column;
  width: calc(100% - 8px);
}
@media (max-width: 479px) and (orientation: portrait) {
  .jootekfolio-profile-half-wrapper > div {
    position: relative;
  }
}
@media (max-width: 899px) {
  .jootekfolio-profile-half-wrapper {
    flex-direction: column;
    gap: 80px;
  }
}
.jootekfolio-profile-half-wrapper .jootekfolio-common-shadow-block {
  min-height: 394px;
  flex: 1;
}
.jootekfolio-profile-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 28px;
  margin-bottom: 20px;
}
@media (max-width: 899px) {
  .jootekfolio-profile-legend {
    gap: 24px 16px;
  }
}
.jootekfolio-profile-legend-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 14px);
}
.jootekfolio-profile-legend-item:nth-child(n + 11) {
  display: none;
}
@media (max-width: 479px) and (orientation: portrait) {
  .jootekfolio-profile-legend-item {
    width: 100%;
  }
}
.jootekfolio-profile-legend-item .left-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.jootekfolio-profile-legend-item .square {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: var(--backgroundColor);
  flex-shrink: 0;
}
.jootekfolio-profile-legend-item .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 899px) {
  .jootekfolio-profile-legend-item .name {
    font-size: 14px;
  }
}
.jootekfolio-profile-legend-item .count {
  color: #6B7684;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  flex-shrink: 0;
}
.jootekfolio-profile-legend-item .percent {
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 899px) {
  .jootekfolio-profile-legend-item .percent {
    font-size: 14px;
  }
}
.jootekfolio-profile .small-graph-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 899px) {
  .jootekfolio-profile .small-graph-wrapper {
    gap: 80px;
  }
}
@media (max-width: 479px) and (orientation: portrait) {
  .jootekfolio-profile .jootekfolio-common-update-date {
    position: absolute;
    right: 0;
    top: 8px;
    margin-bottom: 0;
    z-index: 1;
  }
}
.jootekfolio-profile .jootekfolio-table-m {
  border-top: 1px solid #E5E8EB;
}
.jootekfolio-profile .jootekfolio-table-body {
  border-left: 1px solid #E5E8EB;
  border-right: 1px solid #E5E8EB;
}
#permits_roadview_expand {
  display: none;
}
.tooltip-content {
  font-family: "Pretendard" !important;
}
/* sourceMappingURL=560b7427f44e068796e082b4a53eb23d45477852.profile.scss.map */

/* Original file: files/cache/assets/compiled/560b7427f44e068796e082b4a53eb23d45477852.basic-header.scss.css */

.jootekfolio-basic-header {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
}
@media (max-width: 899px) {
  .jootekfolio-basic-header {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #ffffff;
    padding-top: 0;
  }
}
.jootekfolio-basic-header .background {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  text-align: center;
  height: 460px;
}
.jootekfolio-basic-header .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 899px) {
  .jootekfolio-basic-header .background {
    display: none;
  }
}
.jootekfolio-basic-header .profile {
  position: absolute;
  top: 146px;
  left: 50%;
  transform: translateX(-50%);
  padding: 38px 40px;
  background-color: #ffffff;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 899px) {
  .jootekfolio-basic-header .profile {
    position: relative;
    top: 0;
    padding: 0 20px;
    box-shadow: none;
  }
}
.jootekfolio-basic-header .profile-header {
  display: flex;
  width: 100%;
  margin-bottom: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid #191F28;
}
@media (max-width: 899px) {
  .jootekfolio-basic-header .profile-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.jootekfolio-basic-header .profile-header .title {
  display: flex;
  flex: 1;
  align-items: baseline;
  gap: 7px;
  position: relative;
  top: 5px;
}
@media (max-width: 899px) {
  .jootekfolio-basic-header .profile-header .title {
    flex-direction: column;
  }
}
.jootekfolio-basic-header .profile-header .title h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
}
@media (max-width: 899px) {
  .jootekfolio-basic-header .profile-header .title h1 {
    font-size: 20px;
  }
}
.jootekfolio-basic-header .profile-header .edit-button {
  margin-left: 16px;
}
.jootekfolio-basic-header .profile-main {
  display: flex;
  gap: 16px;
}
.jootekfolio-basic-header .profile-main-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 30px 0;
  background-color: #fafafa;
}
@media (max-width: 899px) {
  .jootekfolio-basic-header .profile-main-block {
    padding: 16px 10px;
  }
}
.jootekfolio-basic-header .profile-main .title {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 899px) {
  .jootekfolio-basic-header .profile-main .title {
    font-size: 16px;
    margin-bottom: 0;
    max-height: 45px;
  }
}
.jootekfolio-basic-header .profile-main .desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: #6B7684;
}
.jootekfolio-basic-header .profile-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin-top: 20px;
}
@media (max-width: 899px) {
  .jootekfolio-basic-header .profile-list {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
  }
}
.jootekfolio-basic-header .profile-list-item {
  display: flex;
  width: calc(50% - 8px);
  line-height: 150%;
}
@media (max-width: 899px) {
  .jootekfolio-basic-header .profile-list-item {
    width: 100%;
  }
}
.jootekfolio-basic-header .profile-list-item .title {
  width: 82px;
  color: #8B95A1;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.1px;
  flex-shrink: 0;
}
.jootekfolio-basic-header .profile-list-item .value {
  font-size: 16px;
  font-weight: 500;
}
.jootekfolio-basic-header .profile-list-item .value.empty {
  color: #B0B8C1;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
/* sourceMappingURL=560b7427f44e068796e082b4a53eb23d45477852.basic-header.scss.map */

/* Original file: files/cache/assets/compiled/28b31458c4414e5497697a4d404916fa8af428ef.intro-info.scss.css */

.jootekfolio-intro-info {
  padding: 38px 40px;
  background-color: #ffffff;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 899px) {
  .jootekfolio-intro-info {
    padding: 24px 20px;
  }
}
.jootekfolio-intro-info.absolute {
  position: absolute;
  top: 146px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 899px) {
  .jootekfolio-intro-info.absolute {
    position: relative;
    transform: unset;
    top: 0;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.05);
    margin-top: -20px;
    padding: 40px 20px;
  }
}
@media (max-width: 899px) {
  .jootekfolio-intro-info {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    top: 0;
    box-shadow: none;
    margin-top: -20px;
  }
}
.jootekfolio-intro-info .edit-button-m {
  display: none;
}
@media (max-width: 899px) {
  .jootekfolio-intro-info .edit-button-m {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
.jootekfolio-intro-info .jootekfolio-common-breadcrumb {
  margin-top: -4px;
  margin-bottom: 24px;
}
@media (max-width: 899px) {
  .jootekfolio-intro-info .jootekfolio-common-breadcrumb {
    margin-top: -12px;
    margin-bottom: 20px;
  }
}
.jootekfolio-intro-info-header {
  display: flex;
  align-items: baseline;
  width: 100%;
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid #191F28;
}
@media (max-width: 899px) {
  .jootekfolio-intro-info-header {
    flex-direction: column;
  }
  .jootekfolio-intro-info-header .button-wrapper {
    text-align: right;
    margin-top: 20px;
  }
  .jootekfolio-intro-info-header .jds-button i {
    margin-right: 0;
  }
  .jootekfolio-intro-info-header .jds-button span {
    display: none;
  }
}
.jootekfolio-intro-info-header .title {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 12px;
  position: relative;
  top: 5px;
}
@media (max-width: 899px) {
  .jootekfolio-intro-info-header .title {
    align-items: flex-end;
    width: 100%;
  }
  .jootekfolio-intro-info-header .title.expand {
    width: 100%;
    justify-content: space-between;
  }
  .jootekfolio-intro-info-header .title.expand .title-wrapper {
    width: 80% !important;
  }
}
.jootekfolio-intro-info-header .title-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 479px) and (orientation: portrait) {
  .jootekfolio-intro-info-header .title-wrapper {
    align-items: flex-start;
    flex-direction: column-reverse;
    width: 50%;
  }
}
.jootekfolio-intro-info-header .title h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
}
@media (max-width: 899px) {
  .jootekfolio-intro-info-header .title h1 {
    font-size: 20px;
    word-break: keep-all;
    line-height: 130%;
  }
}
.jootekfolio-intro-info-header .title .english-title {
  color: #6B7684;
  font-size: 16px;
  padding-left: 14px;
}
@media (max-width: 899px) {
  .jootekfolio-intro-info-header .title .english-title {
    font-size: 13px;
    padding-left: 0;
  }
}
.jootekfolio-intro-info-header .title .judge-badge {
  font-size: 24px;
  color: #8B95A1;
}
@media (max-width: 899px) {
  .jootekfolio-intro-info-header .title .judge-badge {
    display: none;
  }
}
.jootekfolio-intro-info-header .button-wrapper a {
  color: #191F28;
  text-decoration: none;
}
@media (max-width: 899px) {
  .jootekfolio-intro-info-header .button-wrapper {
    display: none;
  }
}
.jootekfolio-intro-info-header .button-wrapper-m {
  display: none;
}
@media (max-width: 899px) {
  .jootekfolio-intro-info-header .button-wrapper-m {
    display: flex;
    gap: 12px;
    line-height: 26px;
  }
}
.jootekfolio-intro-info-header .button-wrapper-m .favorite > i.fas {
  color: #36CC68;
}
.jootekfolio-intro-info-header .button-wrapper-m .edit {
  position: absolute;
  bottom: -3px;
  right: 0;
}
@media (max-width: 899px) {
  .jootekfolio-intro-info-header .button-wrapper-m .judge-badge {
    display: initial;
    font-size: 20px;
  }
}
.jootekfolio-intro-info-header .button-wrapper-m a {
  color: #191F28;
}
.jootekfolio-intro-info-header .closed {
  padding: 5px 7px;
  border-radius: 8px;
  background-color: #E04F4F;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.jootekfolio-intro-info-header .edit-button {
  margin-left: 16px;
}
.jootekfolio-intro-info-main {
  display: flex;
  gap: 16px;
}
.jootekfolio-intro-info-main-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 30px 0;
  background-color: #fafafa;
}
@media (max-width: 899px) {
  .jootekfolio-intro-info-main-block {
    padding: 16px 10px;
  }
}
.jootekfolio-intro-info-main .title {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 899px) {
  .jootekfolio-intro-info-main .title {
    font-size: 16px;
    margin-bottom: 0;
    max-height: 45px;
  }
}
.jootekfolio-intro-info-main .desc {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #6B7684;
}
.jootekfolio-intro-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin-top: 24px;
}
@media (max-width: 899px) {
  .jootekfolio-intro-info-list {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 8px;
  }
}
.jootekfolio-intro-info-list-item {
  display: flex;
  width: calc(50% - 8px);
  line-height: 150%;
}
@media (max-width: 899px) {
  .jootekfolio-intro-info-list-item {
    width: 100%;
  }
}
.jootekfolio-intro-info-list-item .title {
  width: 82px;
  color: #8B95A1;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.1px;
  flex-shrink: 0;
}
.jootekfolio-intro-info-list-item .value {
  font-size: 16px;
  font-weight: 500;
  color: #191F28;
  text-underline-position: under;
  word-break: keep-all;
}
.jootekfolio-intro-info-list-item .value.empty {
  color: #B0B8C1;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.jootekfolio-intro-info-list-item .value.sns {
  display: flex;
  align-items: center;
}
.jootekfolio-intro-info-list-item .value.sns a {
  text-decoration: none;
  color: #191F28;
  line-height: 100%;
  padding: 0 4px;
}
.jootekfolio-intro-info-list-item .value.sns a.kakaotalk {
  margin-top: 1px;
}
.jootekfolio-intro-info-list-item .value.sns a i {
  font-size: 20px;
}
.jootekfolio-intro-info-list-item .value.sns a img {
  width: 20px;
  height: 20px;
}
/* sourceMappingURL=28b31458c4414e5497697a4d404916fa8af428ef.intro-info.scss.map */

/* Original file: files/cache/assets/compiled/0555b2f428980509a294b529c602db738b588bc6.info.scss.css */

.jootekfolio-info {
  line-height: 100%;
}
.jootekfolio-info i {
  line-height: 100%;
  color: #e1e1e1;
  font-size: 22px;
}
.jootekfolio-info.small {
  word-break: keep-all;
}
.jootekfolio-info.small i {
  line-height: 100%;
  font-size: 18px;
}
/* sourceMappingURL=0555b2f428980509a294b529c602db738b588bc6.info.scss.map */

/* Original file: files/cache/assets/compiled/61b40d2bc95d953c0b31ad022a6fe1761e8df965.emp.scss.css */

.jootekfolio-emp .canvas-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 530px;
  padding: 20px;
}
@media (max-width: 479px) and (orientation: portrait) {
  .jootekfolio-emp .canvas-wrapper {
    height: 380px;
  }
}
.jootekfolio-emp-desc {
  font-size: 12px;
  color: #6B7684;
}
.jootekfolio-emp-legend {
  display: flex;
  gap: 40px;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
.jootekfolio-emp-legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.jootekfolio-emp-legend-color {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: var(--backgroundcolor);
}
@media (max-width: 479px) and (orientation: portrait) {
  .jootekfolio-emp-legend {
    font-size: 14px;
  }
}
.jootekfolio-emp .left-desc {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #6B7684;
  font-weight: 700;
  line-height: 180%;
  width: 10px;
}
@media (max-width: 479px) and (orientation: portrait) {
  .jootekfolio-emp .left-desc {
    right: 15px;
    font-size: 12px;
  }
}
.jootekfolio-emp .right-desc {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #6B7684;
  font-weight: 700;
  line-height: 180%;
  width: 10px;
}
@media (max-width: 479px) and (orientation: portrait) {
  .jootekfolio-emp .right-desc {
    right: 15px;
    font-size: 12px;
  }
}
#emp_chart_tootip {
  position: absolute;
  min-width: 140px;
  padding: 12px 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  background-color: #ffffff;
  font-family: "Pretendard" !important;
  border-radius: 12px;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.05);
  z-index: 1000;
}
.tooltip-title {
  padding-bottom: 8px;
  margin-bottom: 8px;
  color: #191F28;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
.tooltip-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 6px 0;
}
.tooltip-item:not(:last-child) {
  margin-bottom: 14px;
}
.tooltip-item-inner {
  display: flex;
  align-items: center;
}
.tooltip-color-box {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
}
.tooltip-label {
  flex: 1;
  font-size: 12px;
  color: #6B7684;
}
.tooltip-value {
  margin-left: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}
/* sourceMappingURL=61b40d2bc95d953c0b31ad022a6fe1761e8df965.emp.scss.map */

/* Original file: files/cache/assets/compiled/45901eaaa80282630b0f51215d22f4ccef1b6c39.halfcount.scss.css */

.jootekfolio-halfcount {
  position: relative;
}
@media (max-width: 899px) {
  .jootekfolio-halfcount .jootekfolio-common-update-date {
    top: 49px;
  }
}
.jootekfolio-halfcount .canvas-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  height: 420px;
  padding: 20px 0;
}
@media (max-width: 899px) {
  .jootekfolio-halfcount .canvas-wrapper {
    height: 300px;
    padding: 0;
  }
}
@media (max-width: 899px) {
  .jootekfolio-halfcount .canvas-wrapper canvas {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (max-width: 899px) {
  .jootekfolio-halfcount .jootekfolio-common-shadow-block {
    height: 435px;
  }
}
.jootekfolio-halfcount-legend {
  display: flex;
  gap: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #6B7684;
}
@media (max-width: 899px) {
  .jootekfolio-halfcount-legend {
    width: max-content;
  }
}
@media (max-width: 899px) {
  .jootekfolio-halfcount-legend-wrapper {
    overflow-x: auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
.jootekfolio-halfcount-legend-item {
  display: flex;
  align-items: center;
  gap: 7px;
}
.jootekfolio-halfcount-legend-color {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--backgroundcolor);
}
.jootekfolio-halfcount .source {
  margin-top: 20px;
  color: #6B7684;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 899px) {
  .jootekfolio-halfcount .source {
    margin-top: 36px;
  }
}
@media (max-width: 479px) and (orientation: portrait) {
  .jootekfolio-halfcount .source {
    margin-top: 30px;
  }
}
.jootekfolio-halfcount .scroll-hint {
  display: none;
}
@media (max-width: 899px) {
  .jootekfolio-halfcount .scroll-hint.visible {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 10px;
    z-index: 10;
    animation: fadeInOut 3s ease-in-out;
  }
}
/* sourceMappingURL=45901eaaa80282630b0f51215d22f4ccef1b6c39.halfcount.scss.map */

/* Original file: files/cache/assets/compiled/614ecce9eadc1f281329be3f3a9bcce92d1efe25.marker.scss.css */

.jootekfolio-marker {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 3;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  margin-top: -11px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.19), 0 2px 4px rgba(0, 0, 0, 0);
  cursor: pointer;
}
.jootekfolio-marker.blue {
  background-color: #425ff8;
}
.jootekfolio-marker.primary {
  background-color: #31b85e;
}
.jootekfolio-marker.orange {
  background-color: #ffb11d;
}
.jootekfolio-marker.gray {
  background-color: #6B7684;
}
.jootekfolio-marker.active {
  z-index: 4;
}
.jootekfolio-marker.blur {
  opacity: 0.3;
}
.jootekfolio-marker.hidden {
  opacity: 0;
  pointer-events: none;
}
.jootekfolio-marker-detail {
  display: none;
  position: absolute;
  width: 276px;
  height: auto;
  padding: 12px 16px;
  background-color: #ffffff;
  z-index: 4;
  box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.jootekfolio-marker-detail.visible {
  display: block;
}
.jootekfolio-marker-detail.notrans {
  transform: none;
}
.jootekfolio-marker-detail.trans-y {
  transform: translateX(0) translateY(-100%);
}
.jootekfolio-marker-detail.trans-x {
  transform: translateX(-50%) translateY(0);
}
.jootekfolio-marker-detail.trans-reverse {
  transform: translateX(-100%) translateY(-50%);
}
@media (max-width: 899px) {
  .jootekfolio-marker-detail {
    box-shadow: none;
  }
}
.jootekfolio-marker-detail.tail-bottom {
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
.jootekfolio-marker-detail.tail-bottom:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: calc(50% - 7px);
  top: 100%;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ffffff;
}
.jootekfolio-marker-detail.tail-bottom-left {
  left: 0;
  right: initial;
  transform: none;
}
.jootekfolio-marker-detail.tail-bottom-left:after {
  left: 11px;
  right: initial;
}
.jootekfolio-marker-detail.tail-bottom-right {
  right: 0;
  left: initial;
  transform: none;
}
.jootekfolio-marker-detail.tail-bottom-right:after {
  left: initial;
  right: 11px;
}
.jootekfolio-marker-detail.tail-top {
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
}
.jootekfolio-marker-detail.tail-top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: calc(50% - 7px);
  bottom: 100%;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
}
.jootekfolio-marker-detail.tail-top-left {
  left: 0;
  right: initial;
  transform: none;
}
.jootekfolio-marker-detail.tail-top-left:after {
  left: 11px;
  right: initial;
}
.jootekfolio-marker-detail.tail-top-right {
  right: 0;
  left: initial;
  transform: none;
}
.jootekfolio-marker-detail.tail-top-right:after {
  left: initial;
  right: 11px;
}
.jootekfolio-marker-detail.tail-left {
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.jootekfolio-marker-detail.tail-left:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  bottom: 50%;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  transform: rotate(270deg);
}
.jootekfolio-marker-detail.tail-left-top:after {
  top: 11px;
  bottom: initial;
}
.jootekfolio-marker-detail.tail-left-bottom:after {
  bottom: 11px;
}
.jootekfolio-marker-detail.tail-right {
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
.jootekfolio-marker-detail.tail-right:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -9px;
  bottom: 50%;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  transform: rotate(90deg);
}
.jootekfolio-marker-detail.tail-right-top:after {
  top: 11px;
  bottom: initial;
}
.jootekfolio-marker-detail.tail-right-bottom:after {
  bottom: 11px;
}
.jootekfolio-marker-detail.tail-right-custom:after {
  bottom: initial;
  top: var(--customy);
}
.jootekfolio-marker-detail .tag-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.jootekfolio-marker-detail .address {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 6px;
}
.jootekfolio-marker-detail .address-jibun {
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  color: #6B7684;
}
.jootekfolio-marker-detail .desc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 0;
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 100%;
}
.jootekfolio-marker-detail .desc-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.jootekfolio-marker-detail .desc-item:not(:last-child)::after {
  content: "·";
  color: #B0B8C1;
  font-size: 22px;
  margin-right: 4px;
  line-height: 12px;
}
.jootekfolio-marker-detail .desc-item-title {
  color: #577FE6;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
}
.jootekfolio-marker-detail .desc-item-value {
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}
.jootekfolio-marker-detail .table {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  border: 1px solid #E5E8EB;
  border-radius: 4px;
}
.jootekfolio-marker-detail .table-row {
  display: flex;
  min-height: 34px;
}
.jootekfolio-marker-detail .table-row:not(:last-child) {
  border-bottom: 1px solid #E5E8EB;
}
.jootekfolio-marker-detail .table-title {
  display: flex;
  align-items: center;
  width: 54px;
  padding: 0 12px;
  background-color: #F9FAFB;
  color: #6B7684;
  flex-shrink: 0;
}
.jootekfolio-marker-detail .table-value {
  display: flex;
  align-items: center;
  padding: 0 12px;
  flex-wrap: wrap;
}
.jootekfolio-marker-detail .table-value a {
  text-underline-position: under;
  color: #191F28;
}
.jootekfolio-marker-detail .more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 11px;
  font-size: 12px;
  font-weight: 500;
  line-height: 180%;
  color: #6B7684;
  cursor: pointer;
}
.jootekfolio-marker-detail .more:hover {
  color: #191F28;
}
.jootekfolio-marker-detail .close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  right: 14px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #EAEDF0;
}
.jootekfolio-marker-detail .close::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #8B95A1;
  font-size: 14px;
}
.jootekfolio-marker-count {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 3;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  border-radius: 50%;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  background-color: #618DFF;
  color: #ffffff;
  cursor: pointer;
}
/* sourceMappingURL=614ecce9eadc1f281329be3f3a9bcce92d1efe25.marker.scss.map */

/* Original file: files/cache/assets/compiled/6273f15d485f66781892b46998cfd957ffe4b5eb.permits.scss.css */

.jootekfolio-permits {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.jootekfolio-permits-layer {
  width: 390px;
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 0px 1px, rgba(0, 0, 0, 0.2) 0px 0px 16px;
  z-index: 1;
}
@media (max-width: 899px) {
  .jootekfolio-permits-layer {
    width: 100%;
    box-shadow: none;
  }
}
.jootekfolio-permits-layer .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 899px) {
  .jootekfolio-permits-layer .title {
    margin-bottom: 10px;
    font-size: 26px;
  }
}
.jootekfolio-permits-layer .count {
  color: #6B7684;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.jootekfolio-permits-layer .count span {
  color: #191F28;
}
.jootekfolio-permits-layer .list {
  margin: 0 -20px;
  height: calc(100% - 10px);
  overflow: auto;
}
.jootekfolio-permits-layer .list #loader {
  height: 10px;
}
.jootekfolio-permits-layer .list-item {
  position: relative;
  padding: 24px 20px;
  cursor: pointer;
}
.jootekfolio-permits-layer .list-item .year-with-status {
  position: relative;
  cursor: default;
}
.jootekfolio-permits-layer .list-item .year-with-status::after {
  content: attr(data-status);
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  padding: 3px 8px;
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.jootekfolio-permits-layer .list-item .year-with-status:hover::after, .jootekfolio-permits-layer .list-item .year-with-status:hover::before {
  opacity: 1;
}
@media (max-width: 899px) {
  .jootekfolio-permits-layer .list-item {
    padding: 16px 20px;
  }
}
.jootekfolio-permits-layer .list-item:not(:last-child) {
  border-bottom: 1px solid #F2F4F6;
}
.jootekfolio-permits-layer .list-item:hover {
  background-color: #F9FAFB;
}
.jootekfolio-permits-layer .list-item.active {
  background-color: #EFF3FF;
}
.jootekfolio-permits-layer .list-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.jootekfolio-permits-layer .list-item-header .name {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: -2px;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  max-width: 75%;
  word-break: keep-all;
}
@media (max-width: 899px) {
  .jootekfolio-permits-layer .list-item-header .name {
    font-size: 16px;
  }
}
.jootekfolio-permits-layer .list-item-header .name .favorite {
  font-size: 16px;
}
.jootekfolio-permits-layer .list-item-header .name .favorite.fas {
  color: #FFD02B;
}
.jootekfolio-permits-layer .list-item-header .progress {
  flex-shrink: 0;
}
.jootekfolio-permits-layer .list-item-header .progress-wrap {
  display: flex;
  align-items: center;
}
.jootekfolio-permits-layer .list-item-header .progress-text {
  margin-left: 6px;
  font-size: 12px;
  font-weight: 400;
}
.jootekfolio-permits-layer .list-item-info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 10px;
}
@media (max-width: 899px) {
  .jootekfolio-permits-layer .list-item-info {
    gap: 5px 20px;
    margin-top: 12px;
  }
}
.jootekfolio-permits-layer .list-item-info-item {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 25%;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #8B95A1;
}
@media (max-width: 899px) {
  .jootekfolio-permits-layer .list-item-info-item {
    font-size: 13px;
  }
}
.jootekfolio-permits-dim {
  position: fixed;
  display: none;
}
.jootekfolio-permits #jootekfolio_permits_map {
  width: calc(100% - 390px);
  height: 100%;
  flex: 1;
}
@media (max-width: 899px) {
  .jootekfolio-permits #jootekfolio_permits_map {
    display: none;
  }
}
.jootekfolio-permits .scroll-container {
  position: relative;
  width: 100%;
}
.jootekfolio-permits .pin-spacer {
  position: relative;
  width: 100%;
  height: 150vh;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media (max-width: 899px) {
  .jootekfolio-permits .pin-spacer {
    height: auto;
    box-shadow: none;
  }
}
.jootekfolio-permits .pin-section {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - 1px);
  height: 100vh;
  padding: 0;
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}
@media (max-width: 899px) {
  .jootekfolio-permits .pin-section {
    position: relative !important;
    width: 100%;
    height: auto;
    padding: 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
}
.jootekfolio-permits .pin-section.smooth-transition {
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), width 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: transform, left, width;
}
.jootekfolio-permits .pin-section.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.jootekfolio-permits .pin-section.exit {
  position: absolute;
  bottom: 0;
  top: auto;
}
.jootekfolio-permits .pin-section-title {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  color: #ffffff;
  z-index: 100;
}
.jootekfolio-permits .pin-section-title .update-date {
  margin-top: 11px;
  font-size: 13px;
  font-weight: 600;
  line-height: 140%;
  color: #B0B8C1;
}
.jootekfolio-permits .pin-section-bg {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.jootekfolio-permits .pin-section-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.jootekfolio-permits .pin-section-content {
  display: flex;
  justify-content: space-between;
  top: 20%;
}
.jootekfolio-permits .pin-scroll-continue {
  display: none;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 1;
  pointer-events: auto;
  cursor: pointer;
}
.jootekfolio-permits .pin-scroll-continue.visible {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (max-width: 899px) {
  .jootekfolio-permits .pin-scroll-continue {
    display: none !important;
  }
}
.jootekfolio-permits .pin-scroll-continue-angle {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  margin: -10px;
  animation: angleDown 2s infinite;
  pointer-events: none;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.7));
}
.jootekfolio-permits .pin-scroll-continue-angle:nth-child(2) {
  animation-delay: -0.2s;
}
.jootekfolio-permits .pin-scroll-continue-angle:nth-child(3) {
  animation-delay: -0.4s;
}
.jootekfolio-permits .pin-scroll-continue-text {
  display: block;
  margin-top: 40px;
  color: white;
  font-size: 14px;
  text-align: center;
  pointer-events: none;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6px 12px;
  border-radius: 20px;
}
/* sourceMappingURL=6273f15d485f66781892b46998cfd957ffe4b5eb.permits.scss.map */

/* Original file: files/cache/assets/compiled/4a413194ad44d3d8c7b53493a0a37b18725c9ae2.permits-detail.scss.css */

.jootekfolio-permits-detail {
  position: fixed;
  width: 500px;
  height: calc(100% - 40px);
  right: 20px;
  bottom: 20px;
  transform: translateX(120%);
  transition: 0.1s cubic-bezier(0.2, 1, 0.3, 1);
  overflow-y: auto;
  background-color: #ffffff;
  border-radius: 12px;
  z-index: 10000;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 0px 20px, rgba(0, 0, 0, 0.2) 0px 0px 20px;
  -webkit-overflow-scrolling: touch;
}
.jootekfolio-permits-detail.open {
  transform: translateX(0);
}
@media (max-width: 899px) {
  .jootekfolio-permits-detail {
    width: 100%;
    height: 100svh !important;
    right: 0;
    top: 0;
    bottom: initial;
    border-radius: 0;
  }
}
.jootekfolio-permits-detail .roadview_wrapper {
  position: relative;
  padding: 16px 20px 0 20px;
}
.jootekfolio-permits-detail .roadview_wrapper .jds-tab {
  display: none;
}
.jootekfolio-permits-detail .roadview_wrapper .tab_content_roadview.hide, .jootekfolio-permits-detail .roadview_wrapper .tab_content_map.hide {
  display: none;
}
.jootekfolio-permits-detail .roadview_wrapper .tab_content_roadview.visible, .jootekfolio-permits-detail .roadview_wrapper .tab_content_map.visible {
  display: block;
}
@media (max-width: 899px) {
  .jootekfolio-permits-detail .roadview_wrapper .jds-tab {
    display: flex;
    margin-bottom: 16px;
  }
}
@media (max-width: 479px) and (orientation: portrait) {
  .jootekfolio-permits-detail .roadview_wrapper {
    padding: 0;
  }
  .jootekfolio-permits-detail .roadview_wrapper .jds-tab {
    margin-bottom: 0;
  }
}
.jootekfolio-permits-detail #permits_roadview {
  width: 100%;
  height: 280px;
  border-radius: 12px;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 479px) and (orientation: portrait) {
  .jootekfolio-permits-detail #permits_roadview {
    height: 270px;
    border-radius: 0;
  }
}
.jootekfolio-permits-detail #permits_map_m {
  width: 100%;
  height: 280px;
}
@media (max-width: 479px) and (orientation: portrait) {
  .jootekfolio-permits-detail #permits_map_m {
    height: 270px;
  }
}
.jootekfolio-permits-detail #permits_roadview_unsupport {
  width: 100%;
  height: 240px;
  text-align: center;
}
.jootekfolio-permits-detail-header {
  display: flex;
  align-items: center;
  gap: 12px;
  position: sticky;
  top: 0;
  padding: 0 20px;
  height: 54px;
  border-bottom: 1px solid #E5E8EB;
  background-color: #ffffff;
  z-index: 100;
}
.jootekfolio-permits-detail-header i {
  color: #6B7684;
  font-size: 20px;
  cursor: pointer;
}
.jootekfolio-permits-detail-header .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
}
@media (max-width: 899px) {
  .jootekfolio-permits-detail-header .name {
    font-size: 18px;
  }
}
.jootekfolio-permits-detail-header .tools {
  position: absolute;
  right: 20px;
}
.jootekfolio-permits-detail-header .tools i {
  font-size: 18px;
}
.jootekfolio-permits-detail-header .tools .favorite.active {
  color: #FFD02B;
}
.jootekfolio-permits-detail-header .tools .share {
  margin-left: 14px;
}
.jootekfolio-permits-detail .title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
}
.jootekfolio-permits-detail .title.no-mb {
  margin-bottom: 0;
}
.jootekfolio-permits-detail .title.no-mb i {
  margin-bottom: 3px;
}
.jootekfolio-permits-detail-section {
  border-bottom: 12px solid #F2F4F6;
}
.jootekfolio-permits-detail .mt-minus {
  margin-top: -41px;
}
.jootekfolio-permits-detail .fa-spinner {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  font-size: 30px;
}
.jootekfolio-permits-detail-tab {
  position: sticky;
  top: 54px;
  z-index: 100;
  background-color: #ffffff;
}
.jootekfolio-permits-detail-default-info {
  padding: 0 20px 0 20px;
}
.jootekfolio-permits-detail-default-info .project-name {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.jootekfolio-permits-detail-default-info .project-name-address {
  margin-top: 8px;
  color: #6B7684;
  font-size: 13px;
  font-weight: 500;
}
.jootekfolio-permits-detail-default-info .tags {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.jootekfolio-permits-detail-default-info .noti-block {
  padding: 16px 20px;
  background-color: #EFF3FF;
  border-radius: 12px;
  border: 1px solid #618DFF;
}
.jootekfolio-permits-detail-default-info .noti-block-title {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #618DFF;
}
.jootekfolio-permits-detail-default-info .noti-block-title i {
  color: #618DFF;
}
.jootekfolio-permits-detail-default-info .noti-block-desc {
  color: #191F28;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  word-break: keep-all;
}
.jootekfolio-permits-detail .list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}
.jootekfolio-permits-detail .list-item {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 22px;
}
.jootekfolio-permits-detail .list-item i {
  min-width: 20px;
  color: #6B7684;
}
.jootekfolio-permits-detail .list-item-title {
  font-weight: 400;
  min-width: 110px;
  font-size: 14px;
  color: #6B7684;
}
.jootekfolio-permits-detail .list-item-value {
  flex: 1;
  font-size: 14px;
}
.jootekfolio-permits-detail .land {
  padding: 20px;
}
.jootekfolio-permits-detail .land canvas {
  width: 100%;
  height: 240px;
  border-radius: 12px;
}
.jootekfolio-permits-detail .land .canvas-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  border-radius: 12px;
  background: #f5f5f5;
  font-size: 24px;
  color: #aaa;
}
.jootekfolio-permits-detail .price {
  padding: 20px;
}
.jootekfolio-permits-detail .price > .title {
  margin-bottom: 0;
}
.jootekfolio-permits-detail .price-section {
  padding: 20px 0;
}
.jootekfolio-permits-detail .price-title {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
}
.jootekfolio-permits-detail .price-title span {
  font-size: 13px;
  font-weight: 500;
  color: #6B7684;
}
.jootekfolio-permits-detail .price-table {
  display: flex;
  flex-direction: column;
}
.jootekfolio-permits-detail .price-row {
  display: flex;
  width: 100%;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  border-bottom: 1px solid #EAEDF0;
  font-variant-numeric: tabular-nums lining-nums;
}
.jootekfolio-permits-detail .price-row.between {
  justify-content: space-between;
}
.jootekfolio-permits-detail .price-row.hide {
  display: none;
}
.jootekfolio-permits-detail .price-row.header {
  padding-top: 0;
  color: #6B7684;
  font-size: 13px;
  font-weight: 500;
  line-height: 180%;
}
.jootekfolio-permits-detail .price-row .unit {
  color: #6B7684;
  font-size: 11px;
  font-weight: 400;
  line-height: 150%;
}
.jootekfolio-permits-detail .price-row-item {
  display: flex;
  align-items: flex-end;
}
.jootekfolio-permits-detail .price-row-td {
  width: calc(100% / 5);
  text-align: center;
}
.jootekfolio-permits-detail .price-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  color: #8B95A1;
  cursor: pointer;
}
.jootekfolio-permits-detail .price .est-price {
  color: #36CC68;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
}
.jootekfolio-permits-detail .price .est-price-pyeong {
  width: fit-content;
  padding: 5px 12px;
  border-radius: 60px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  margin-top: 4px;
  background-color: #EBFAF0;
  color: #36CC68;
}
.jootekfolio-permits-detail .legal {
  padding: 20px;
}
.jootekfolio-permits-detail .legal-section {
  padding: 20px 0;
  border-bottom: 1px solid #E5E8EB;
}
.jootekfolio-permits-detail .legal-section.end {
  border-bottom: none;
}
.jootekfolio-permits-detail .legal .planning {
  margin-bottom: 24px;
  word-break: keep-all;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
.jootekfolio-permits-detail .legal .planning > span {
  color: #31B85E;
}
.jootekfolio-permits-detail .legal .jds-button {
  margin-top: 20px;
}
.jootekfolio-permits-detail .legal .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.jootekfolio-permits-detail .legal .development-subject {
  border-bottom: 1px solid #e9ecef;
  background: #f8f9fa;
  padding: 3px 12px;
}
.jootekfolio-permits-detail .legal .development-cn {
  font-size: 12px;
  padding: 8px 12px;
}
.jootekfolio-permits-detail .legal .move {
  list-style-type: none;
  padding-inline-start: 0;
}
.jootekfolio-permits-detail .legal .move > li {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  padding: 12px 0 8px 16px;
  margin-left: 8px;
  color: #6B7684;
  font-size: 14px;
}
.jootekfolio-permits-detail .legal .move > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 1px solid #E5E8EB;
}
.jootekfolio-permits-detail .legal .move > li::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  transform: translate(-50%, 0);
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #8B95A1;
}
.jootekfolio-permits-detail .legal .move > li:first-child::after {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  border: 2px solid #191F28;
}
.jootekfolio-permits-detail .legal .move > li:first-child::before {
  top: 50%;
}
.jootekfolio-permits-detail .legal .move > li:last-child {
  border-bottom: none;
}
.jootekfolio-permits-detail .legal .move-label {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  font-weight: 700;
  color: #191F28;
}
.jootekfolio-permits-detail .legal .move-detail {
  color: #6B7684;
}
.jootekfolio-permits-detail .legal .external-link i {
  font-size: 12px;
}
.jootekfolio-permits-detail .owner {
  padding: 20px;
  margin-top: 20px;
}
.jootekfolio-permits-detail .owner ul {
  padding-inline-start: 0;
  list-style-type: none;
  margin-block-start: 0;
  margin-top: -8px;
}
.jootekfolio-permits-detail .owner ul > li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 8px 0 8px 16px;
  margin-left: 8px;
  font-size: 14px;
}
.jootekfolio-permits-detail .owner ul > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 1px solid #E5E8EB;
}
.jootekfolio-permits-detail .owner ul > li::after {
  content: "";
  position: absolute;
  top: 15px;
  left: -4px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #8B95A1;
}
.jootekfolio-permits-detail .owner ul > li:first-child::after {
  left: -6px;
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  border: 2px solid #191F28;
}
.jootekfolio-permits-detail .owner ul > li:first-child::before {
  top: 21px;
}
.jootekfolio-permits-detail .owner ul > li:last-child {
  border-bottom: none;
}
.jootekfolio-permits-detail .owner ul > li.hide {
  display: none;
}
.jootekfolio-permits-detail .owner ul .label {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  color: #191F28;
  font-weight: 700;
  margin-right: 16px;
  font-variant-numeric: tabular-nums;
}
.jootekfolio-permits-detail .owner ul .tags {
  width: 100%;
  margin-top: 4px;
}
.jootekfolio-permits-detail .owner ul .tags-item {
  cursor: default;
}
.jootekfolio-permits-detail .owner ul .tags-item-wrapper > span:not(:last-child)::after {
  content: "·";
  display: inline-block;
  margin: 0 4px;
}
.jootekfolio-permits-detail .owner-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  color: #8b95a1;
  cursor: pointer;
}
.jootekfolio-permits-detail .building {
  padding: 20px;
}
.jootekfolio-permits-detail .building.empty {
  padding: 0;
  border-bottom: none;
}
.jootekfolio-permits-detail .building .canvas-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
  border-radius: 12px;
  background: #f5f5f5;
  font-size: 24px;
  color: #aaa;
}
.jootekfolio-permits-detail .building canvas {
  width: 100%;
  height: 260px;
  border-radius: 12px;
}
.jootekfolio-permits-detail .building-selector {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 12px 16px;
  margin-top: 20px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #D1D6DB;
  color: #191F28;
  font-size: 16px;
  font-weight: 700;
  z-index: 1;
}
.jootekfolio-permits-detail .building-selector .app-tag {
  margin: -6px 0;
}
.jootekfolio-permits-detail .building-selector.clickable {
  cursor: pointer;
}
.jootekfolio-permits-detail .building-selector.clickable:hover {
  background-color: #F9FAFB;
}
.jootekfolio-permits-detail .building-selector i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.jootekfolio-permits-detail .building-selector-options {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  max-height: 300px;
  background-color: #ffffff;
  border: 1px solid #E5E8EB;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 6px 32px, rgba(0, 0, 0, 0.05) 0 1px 2px;
  overflow: auto;
}
.jootekfolio-permits-detail .building-selector-options.open {
  display: block;
}
.jootekfolio-permits-detail .building-selector-options-item {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
}
.jootekfolio-permits-detail .building-selector-options-item:hover {
  background-color: #F2F4F6;
}
.jootekfolio-permits-detail .building-selector-name {
  display: flex;
  align-items: center;
  gap: 2px;
}
.jootekfolio-permits-detail .building-floor {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #E5E8EB;
}
.jootekfolio-permits-detail .building-floor.no-floor {
  border-top: none;
  padding-top: 0;
}
.jootekfolio-permits-detail .building-floor .floor {
  padding-right: 64px;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
.jootekfolio-permits-detail .building-floor .floor.empty {
  font-size: 14px;
  word-break: keep-all;
  color: #6B7684;
  line-height: 150%;
}
.jootekfolio-permits-detail .building-floor .floor li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  height: 25px;
}
.jootekfolio-permits-detail .building-floor .floor-empty {
  font-size: 14px;
  line-height: 150%;
  word-break: keep-all;
  color: #6B7684;
}
.jootekfolio-permits-detail .building-floor .floor-name {
  min-width: 30px;
  margin-right: 8px;
  color: #333D4B;
  font-size: 12px;
  line-height: 0;
  text-align: right;
}
.jootekfolio-permits-detail .building-floor .floor-bar {
  position: relative;
  flex: 0 0 auto;
  height: 24px;
  margin-right: 1px;
  background-color: var(--background);
}
.jootekfolio-permits-detail .building-floor .floor-bar:hover {
  background-color: var(--hover);
}
.jootekfolio-permits-detail .building-floor .floor-bar:hover .floor-tooltip {
  opacity: 1;
}
.jootekfolio-permits-detail .building-floor .floor-bar-wrap {
  display: flex;
  align-items: center;
  flex: 1;
}
.jootekfolio-permits-detail .building-floor .floor-tooltip {
  pointer-events: none;
  cursor: default;
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: 1;
  opacity: 0;
  transform: translate(-50%, -100%);
  white-space: nowrap;
  padding: 2px 8px;
  background-color: white;
  border: 1px solid #D1D6DB;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px, rgba(0, 0, 0, 0.1) 0 6px 32px;
  font-size: 14px;
}
.jootekfolio-permits-detail .building-floor .floor-tooltip::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 1;
  border-style: solid;
  border-width: 5px;
  border-color: white transparent transparent transparent;
}
.jootekfolio-permits-detail .building-floor .floor-area {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding-left: 8px;
  color: #6B7684;
  font-size: 12px;
  line-height: 0;
}
.jootekfolio-permits-detail .building-floor .floor-table {
  display: flex;
  flex-direction: column;
}
.jootekfolio-permits-detail .building-floor .floor-table .floor-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0px;
  font-size: 14px;
  border-bottom: 1px solid #E5E8EB;
}
.jootekfolio-permits-detail .building-floor .floor-table .floor-row .content {
  display: flex;
  flex-direction: column;
}
.jootekfolio-permits-detail .building-floor .floor-table .floor-row .content .floor-info {
  display: flex;
  align-items: center;
  gap: 13px;
}
.jootekfolio-permits-detail .building-floor .floor-table .floor-row .content .floor-info .floor {
  flex-shrink: 0;
  font-weight: 500;
  line-height: 150%;
  padding-right: 0;
  line-height: 130%;
}
.jootekfolio-permits-detail .building-floor .floor-table .floor-row .content .floor-info .purpose {
  color: #6B7684;
  font-weight: 500;
  line-height: 130%;
}
.jootekfolio-permits-detail .building-floor .floor-table .floor-row .floor-area {
  color: #6B7684;
  font-weight: 400;
  line-height: 150%;
  font-size: 14px;
}
.jootekfolio-permits-detail .building-floor .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 16px;
  margin-bottom: 20px;
}
.jootekfolio-permits-detail .building-floor .summary {
  display: flex;
  align-items: flex-start;
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 1px solid #F2F4F6;
}
.jootekfolio-permits-detail .building-floor .summary > li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #191F28;
  font-size: 14px;
  text-align: center;
}
.jootekfolio-permits-detail .building-floor .summary > li:last-child {
  border-right: none;
}
.jootekfolio-permits-detail .building-floor .summary .icon {
  line-height: 160%;
  position: relative;
  color: #191F28;
  font-size: 24px;
  margin-bottom: 4px;
}
.jootekfolio-permits-detail .building-floor .summary .icon > i {
  position: relative;
  z-index: 1;
}
.jootekfolio-permits-detail .building-floor .summary .icon::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #AFEBC3;
}
.jootekfolio-permits-detail .building-floor .summary .label {
  line-height: 160%;
  color: #6B7684;
}
.jootekfolio-permits-detail .building-floor .summary .value {
  font-weight: 700;
  line-height: 160%;
}
.jootekfolio-permits-detail .permits {
  padding: 20px;
}
.jootekfolio-permits-detail .permits.empty {
  padding: 0;
  border-bottom: none;
}
.jootekfolio-permits-detail .permits .timeline {
  margin-top: -10px;
  list-style-type: none;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
.jootekfolio-permits-detail .permits .timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px 0 8px 16px;
  margin-left: 8px;
  font-size: 14px;
}
.jootekfolio-permits-detail .permits .timeline-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 1px solid #E5E8EB;
}
.jootekfolio-permits-detail .permits .timeline-item::after {
  content: "";
  position: absolute;
  top: 15px;
  left: -4px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #8B95A1;
}
.jootekfolio-permits-detail .permits .timeline-item:first-child::after {
  left: -6px;
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  border: 2px solid #191F28;
}
.jootekfolio-permits-detail .permits .timeline-item:first-child::before {
  top: 21px;
}
.jootekfolio-permits-detail .permits .timeline-item:last-child {
  border-bottom: none;
}
.jootekfolio-permits-detail .permits .timeline-item .label {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  color: #191F28;
  font-weight: 700;
  margin-right: 16px;
  font-variant-numeric: tabular-nums;
}
.jootekfolio-permits-detail .permits .timeline-item .tag-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  margin-top: 4px;
}
.jootekfolio-permits-detail .permits .timeline-item .tag-list-item {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.jootekfolio-permits-detail .permits .timeline-item .tag-list-item div {
  cursor: default;
}
.jootekfolio-permits-detail .permits .timeline-item .tag-list-item div:hover {
  background-color: #F2F4F6;
  border-color: #F2F4F6;
}
.jootekfolio-permits-detail .permits .timeline-item .tag-list-item a {
  cursor: pointer;
}
.jootekfolio-permits-detail .permits .timeline-item .tag-list-item-name {
  font-weight: 700;
  margin-right: 8px;
}
#permits_roadview_expand {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 10001;
}
#permits_roadview_expand #expanded_roadview_container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 10;
}
#permits_roadview_expand_button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 24px;
  right: 28px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  cursor: pointer;
}
#permits_roadview_expand_button i {
  color: #ffffff;
}
@media (max-width: 899px) {
  #permits_roadview_expand_button {
    top: 93px;
  }
}
@media (max-width: 479px) and (orientation: portrait) {
  #permits_roadview_expand_button {
    top: 78px;
    right: 10px;
  }
}
#permits_roadview_expand #permits_roadview {
  width: 100%;
  height: 100%;
}
#permits_roadview_expand #permits_roadview_close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 40px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  cursor: pointer;
}
#permits_roadview_expand #permits_roadview_close i {
  font-size: 18px;
  color: #ffffff;
}
@media (max-width: 899px) {
  #permits_roadview_expand #permits_roadview_close {
    right: 20px;
  }
}
#permits_roadview_expand.visible {
  display: block;
}
#permits_roadview_minimap {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 550px;
  height: 25%;
  z-index: 10002;
  /* 지도위에 로드뷰의 위치와 각도를 표시하기 위한 map walker 아이콘의 스타일 */
}
@media (max-width: 899px) {
  #permits_roadview_minimap {
    width: 100%;
    height: 22%;
  }
}
#permits_roadview_minimap.visible {
  display: block;
}
#permits_roadview_minimap .MapWalker {
  position: absolute;
  margin: -26px 0 0 -51px;
}
#permits_roadview_minimap .MapWalker .figure {
  position: absolute;
  width: 25px;
  left: 38px;
  top: -2px;
  height: 39px;
  background: url(https://t1.daumcdn.net/localimg/localimages/07/2018/pc/roadview_minimap_wk_2018.png) -298px -114px no-repeat;
}
#permits_roadview_minimap .MapWalker .angleBack {
  width: 102px;
  height: 52px;
  background: url(https://t1.daumcdn.net/localimg/localimages/07/2018/pc/roadview_minimap_wk_2018.png) -834px -2px no-repeat;
}
#permits_roadview_minimap .MapWalker.m0 .figure {
  background-position: -298px -114px;
}
#permits_roadview_minimap .MapWalker.m1 .figure {
  background-position: -335px -114px;
}
#permits_roadview_minimap .MapWalker.m2 .figure {
  background-position: -372px -114px;
}
#permits_roadview_minimap .MapWalker.m3 .figure {
  background-position: -409px -114px;
}
#permits_roadview_minimap .MapWalker.m4 .figure {
  background-position: -446px -114px;
}
#permits_roadview_minimap .MapWalker.m5 .figure {
  background-position: -483px -114px;
}
#permits_roadview_minimap .MapWalker.m6 .figure {
  background-position: -520px -114px;
}
#permits_roadview_minimap .MapWalker.m7 .figure {
  background-position: -557px -114px;
}
#permits_roadview_minimap .MapWalker.m8 .figure {
  background-position: -2px -114px;
}
#permits_roadview_minimap .MapWalker.m9 .figure {
  background-position: -39px -114px;
}
#permits_roadview_minimap .MapWalker.m10 .figure {
  background-position: -76px -114px;
}
#permits_roadview_minimap .MapWalker.m11 .figure {
  background-position: -113px -114px;
}
#permits_roadview_minimap .MapWalker.m12 .figure {
  background-position: -150px -114px;
}
#permits_roadview_minimap .MapWalker.m13 .figure {
  background-position: -187px -114px;
}
#permits_roadview_minimap .MapWalker.m14 .figure {
  background-position: -224px -114px;
}
#permits_roadview_minimap .MapWalker.m15 .figure {
  background-position: -261px -114px;
}
#permits_roadview_minimap .MapWalker.m0 .angleBack {
  background-position: -834px -2px;
}
#permits_roadview_minimap .MapWalker.m1 .angleBack {
  background-position: -938px -2px;
}
#permits_roadview_minimap .MapWalker.m2 .angleBack {
  background-position: -1042px -2px;
}
#permits_roadview_minimap .MapWalker.m3 .angleBack {
  background-position: -1146px -2px;
}
#permits_roadview_minimap .MapWalker.m4 .angleBack {
  background-position: -1250px -2px;
}
#permits_roadview_minimap .MapWalker.m5 .angleBack {
  background-position: -1354px -2px;
}
#permits_roadview_minimap .MapWalker.m6 .angleBack {
  background-position: -1458px -2px;
}
#permits_roadview_minimap .MapWalker.m7 .angleBack {
  background-position: -1562px -2px;
}
#permits_roadview_minimap .MapWalker.m8 .angleBack {
  background-position: -2px -2px;
}
#permits_roadview_minimap .MapWalker.m9 .angleBack {
  background-position: -106px -2px;
}
#permits_roadview_minimap .MapWalker.m10 .angleBack {
  background-position: -210px -2px;
}
#permits_roadview_minimap .MapWalker.m11 .angleBack {
  background-position: -314px -2px;
}
#permits_roadview_minimap .MapWalker.m12 .angleBack {
  background-position: -418px -2px;
}
#permits_roadview_minimap .MapWalker.m13 .angleBack {
  background-position: -522px -2px;
}
#permits_roadview_minimap .MapWalker.m14 .angleBack {
  background-position: -626px -2px;
}
#permits_roadview_minimap .MapWalker.m15 .angleBack {
  background-position: -730px -2px;
}
/* sourceMappingURL=4a413194ad44d3d8c7b53493a0a37b18725c9ae2.permits-detail.scss.map */

/* Original file: files/cache/assets/compiled/6273f15d485f66781892b46998cfd957ffe4b5eb.permits-pagination.scss.css */

@media (min-width: 900px) {
  .jootekfolio-permits-pagination {
    display: none !important;
  }
}
.jootekfolio-permits-pagination.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  flex-wrap: wrap;
}
@media (max-width: 899px) {
  .jootekfolio-permits-pagination.pagination-wrapper {
    margin-top: 16px;
    margin-bottom: 0;
  }
}
.jootekfolio-permits-pagination.pagination-wrapper .pagination {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jootekfolio-permits-pagination.pagination-wrapper .pagination .pagination-item {
  margin: 0 3px;
}
.jootekfolio-permits-pagination.pagination-wrapper .pagination .pagination-item .pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border-radius: 50%;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 14px;
}
.jootekfolio-permits-pagination.pagination-wrapper .pagination .pagination-item .pagination-link:hover {
  background-color: #f5f5f5;
}
.jootekfolio-permits-pagination.pagination-wrapper .pagination .pagination-item .pagination-link i {
  font-size: 12px;
}
.jootekfolio-permits-pagination.pagination-wrapper .pagination .pagination-item.active .pagination-link {
  background-color: #ffffff;
  font-weight: bold;
  color: #31B85E;
}
.jootekfolio-permits-pagination.pagination-wrapper .pagination .pagination-item.disabled .pagination-link {
  color: #ccc;
  pointer-events: none;
  cursor: default;
}
.jootekfolio-permits-pagination.pagination-wrapper .pagination .pagination-item.disabled .pagination-link:hover {
  background-color: transparent;
}
/* sourceMappingURL=6273f15d485f66781892b46998cfd957ffe4b5eb.permits-pagination.scss.map */

/* Original file: files/cache/assets/compiled/b15fb15f346d0d3ba6836b8a2f722583abd6f484.project.scss.css */

.jootekfolio-project.fit .swiper-container {
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  left: initial;
  right: initial;
}
.jootekfolio-project-title {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
}
.jootekfolio-project-subtitle {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}
.jootekfolio-project-suggestion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 24px;
}
.jootekfolio-project-suggestion .text {
  text-align: center;
  line-height: 150%;
  color: #191F28;
  font-weight: 400;
}
.jootekfolio-project-suggestion i {
  font-size: 48px;
  color: #333D4B;
}
.jootekfolio-project .swiper-container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 20px;
}
@media (max-width: 899px) {
  .jootekfolio-project .swiper-container {
    width: auto;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
.jootekfolio-project .swiper-wrapper {
  align-items: stretch;
}
.jootekfolio-project .swiper-wrapper.center {
  justify-content: center;
}
.jootekfolio-project .swiper-slide {
  display: flex;
  width: 270px;
  height: auto;
}
.jootekfolio-project .swiper-slide:not(:last-child) {
  margin-right: 30px;
}
.jootekfolio-project .jds-card {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #ebebeb;
  box-shadow: 0px 14px 19px 0px #edf0f7;
  cursor: pointer;
}
.jootekfolio-project .jds-card .card-content {
  padding: 16px 14px;
}
.jootekfolio-project .jds-card .background {
  border-radius: 12px 12px 0 0;
}
.jootekfolio-project .jds-card .subtitle span:not(:last-child)::after {
  content: "·";
  margin: 0 2px;
}
.jootekfolio-project .jds-card .description {
  font-weight: 500;
  line-height: 180%;
}
.jootekfolio-project .jds-card .tags {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jootekfolio-project .jds-card .tags .private {
  color: #f44336;
}
.jootekfolio-project .jds-button {
  margin-top: 20px;
}
.jootekfolio-project .secret-desc {
  margin-top: 8px;
  background-color: #EBFAF0;
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 15px;
  font-weight: 500;
  color: #31B85E;
}
/* sourceMappingURL=b15fb15f346d0d3ba6836b8a2f722583abd6f484.project.scss.map */

/* Original file: files/cache/assets/compiled/1b9f03a4995a8d95105c722bdaaf86274a556430.type.scss.css */

.jootekfolio-building-type .bar {
  display: flex;
  position: relative;
  width: 100%;
  height: 20px;
  max-width: 600px;
}
.jootekfolio-building-type .bar-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
}
.jootekfolio-building-type .bar-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: var(--width);
  background-color: var(--backgroundColor);
  margin-right: 2px;
  font-size: 12px;
  cursor: pointer;
}
.jootekfolio-building-type .bar-item:hover .bar-item-tooltip {
  opacity: 1;
}
.jootekfolio-building-type .bar-item-tooltip {
  opacity: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.78);
  color: #ffffff;
  padding: 8px;
  width: max-content;
  top: -55px;
  border-radius: 4px;
  transition: all 0.1s linear;
}
.jootekfolio-building-type .bar-item-tooltip-header {
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 100%;
}
.jootekfolio-building-type .bar-item-tooltip-body {
  display: flex;
  align-items: center;
  line-height: 100%;
}
.jootekfolio-building-type .bar-item-tooltip-body .square {
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  margin-right: 10px;
  background-color: var(--backgroundColor);
  margin-right: 4px;
}
.jootekfolio-building-type .bar-item-tooltip-body span {
  margin-right: 4px;
}
/* sourceMappingURL=1b9f03a4995a8d95105c722bdaaf86274a556430.type.scss.map */

/* Original file: files/cache/assets/compiled/0555b2f428980509a294b529c602db738b588bc6.empty.scss.css */

.jootekfolio-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #B0B8C1;
  margin: 40px 0;
}
.jootekfolio-empty img {
  width: 120px;
  height: 120px;
}
/* sourceMappingURL=0555b2f428980509a294b529c602db738b588bc6.empty.scss.map */

/* Original file: files/cache/assets/compiled/1b9f03a4995a8d95105c722bdaaf86274a556430.structure.scss.css */

.jootekfolio-building-structure canvas {
  margin: 46px auto;
}
/* sourceMappingURL=1b9f03a4995a8d95105c722bdaaf86274a556430.structure.scss.map */

/* Original file: files/cache/assets/compiled/860856337e39628ea5e688624b2b8208fbf4e803.permitType.scss.css */

.jootekfolio-permit-type-chart-wrapper {
  height: 260px;
}
.jootekfolio-permit-type .jootekfolio-profile-legend {
  margin-top: 20px;
}
.jootekfolio-permit-type-legend {
  display: flex;
  gap: 17px;
  margin-top: 12px;
}
.jootekfolio-permit-type-legend-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #6B7684;
}
.jootekfolio-permit-type-legend-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--backgroundColor);
}
/* sourceMappingURL=860856337e39628ea5e688624b2b8208fbf4e803.permitType.scss.map */

/* Original file: files/cache/assets/compiled/93ed8a6bad5021b98c667460e7cb2903f224b21a.tfa.scss.css */

.jootekfolio-tfa .canvas-wrapper {
  width: 100%;
  height: 260px;
  overflow: visible;
}
.jootekfolio-tfa #tfa_legend {
  margin-top: 20px;
}
.tfa-chart-tooltip {
  display: none;
  font-family: "Pretendard", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  background-color: #111313e6 !important;
  color: white;
  border-radius: 6px;
  padding: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  position: absolute;
  z-index: 10000;
  transition: all 0.35s ease;
}
.tfa-chart-tooltip.show {
  opacity: 1;
}
/* sourceMappingURL=93ed8a6bad5021b98c667460e7cb2903f224b21a.tfa.scss.map */

/* Original file: files/cache/assets/compiled/14c20ab5c9cff64900e4ee708f9c31e9cb3e6761.awards.scss.css */

.jootekfolio-awards .jootekfolio-profile-title {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  color: #ffffff;
}
@media (max-width: 899px) {
  .jootekfolio-awards .jootekfolio-profile-title {
    color: #191F28;
  }
}
.jootekfolio-awards .jootekfolio-profile-title .count {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.75;
  line-height: 160%;
}
.jootekfolio-awards .jootekfolio-profile-title .count span {
  font-weight: 600;
}
.jootekfolio-awards .badge {
  color: #36CC68;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}
.jootekfolio-awards .jootekfolio-awards-search-wrapper {
  position: absolute;
  right: 0;
}
.jootekfolio-awards .jootekfolio-awards-search-wrapper i {
  position: absolute;
  left: 12px;
  top: 54%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #191F28;
}
.jootekfolio-awards #jootekfolio_awards_search {
  padding-left: 36px;
}
.jootekfolio-awards .no-results-message {
  color: #ffffff;
  text-align: center;
  line-height: 160%;
  margin-top: 100px;
}
.jootekfolio-awards .desktop-only .scroll-container {
  position: relative;
  width: 100%;
}
.jootekfolio-awards .desktop-only .pin-spacer {
  position: relative;
  height: 150vh;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}
.jootekfolio-awards .desktop-only .pin-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transform: translateZ(0);
  will-change: transform;
}
.jootekfolio-awards .desktop-only .pin-section.smooth-transition {
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: transform, left;
}
.jootekfolio-awards .desktop-only .pin-section.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.jootekfolio-awards .desktop-only .pin-section.exit {
  position: absolute;
  bottom: 0;
  top: auto;
}
.jootekfolio-awards .desktop-only .pin-section-bg {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.jootekfolio-awards .desktop-only .pin-section-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
.jootekfolio-awards .desktop-only .pin-section-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 50%;
  max-width: 1820px !important;
  transform: translateY(-50%);
  height: calc(100% - 200px);
  overflow: hidden;
  z-index: 1;
}
.jootekfolio-awards .desktop-only .scroll-list-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  z-index: 2;
  flex: 1;
  height: calc(100% - 300px);
  overflow: hidden;
}
.jootekfolio-awards .desktop-only .scroll-list .swiper-container {
  overflow: hidden;
}
.jootekfolio-awards .desktop-only .scroll-list .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  height: auto;
}
.jootekfolio-awards .desktop-only .scroll-list-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: calc(25% - 24px);
  padding: 24px;
  opacity: 0.4;
  background-color: #191F28;
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: opacity, transform;
  transform: translateZ(0);
  text-decoration: none;
  word-break: keep-all;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.jootekfolio-awards .desktop-only .scroll-list-item.active {
  opacity: 0.8 !important;
}
.jootekfolio-awards .desktop-only .scroll-list-item.active .scroll-list-desc {
  max-height: 200px;
  opacity: 1;
  margin-top: 20px;
}
.jootekfolio-awards .desktop-only .scroll-list-item.active:hover .scroll-list-header-title {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: #ffffff;
}
@media (hover: hover) {
  .jootekfolio-awards .desktop-only .scroll-list-item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1800px) {
  .jootekfolio-awards .desktop-only .scroll-list-item {
    width: calc(33% - 20px);
  }
}
@media screen and (max-width: 1200px) {
  .jootekfolio-awards .desktop-only .scroll-list-item {
    width: calc(50% - 20px);
  }
}
.jootekfolio-awards .desktop-only .scroll-list-header {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  color: #ffffff;
}
.jootekfolio-awards .desktop-only .scroll-list-desc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), margin-top 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  margin-top: 0;
  font-size: 14px;
}
.jootekfolio-awards .desktop-only .scroll-list-desc-item {
  font-weight: 400;
  color: #ffffff;
  width: calc(40% - 6px);
  line-height: 130%;
}
.jootekfolio-awards .desktop-only .scroll-list-desc-item:nth-child(odd) {
  width: calc(60% - 6px);
}
.jootekfolio-awards .desktop-only .pin-scroll-continue {
  display: none;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 1;
  pointer-events: auto;
  opacity: 0.85;
  cursor: pointer;
}
.jootekfolio-awards .desktop-only .pin-scroll-continue.visible {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.jootekfolio-awards .desktop-only .pin-scroll-continue-angle {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  margin: -10px;
  animation: angleDown 2s infinite;
  pointer-events: none;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.7));
}
.jootekfolio-awards .desktop-only .pin-scroll-continue-angle:nth-child(2) {
  animation-delay: -0.2s;
}
.jootekfolio-awards .desktop-only .pin-scroll-continue-angle:nth-child(3) {
  animation-delay: -0.4s;
}
.jootekfolio-awards .desktop-only .pin-scroll-continue-text {
  display: block;
  margin-top: 40px;
  color: white;
  font-size: 14px;
  text-align: center;
  pointer-events: none;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6px 12px;
  border-radius: 20px;
}
.jootekfolio-awards .mobile-only {
  display: none;
}
@media (max-width: 899px) {
  .jootekfolio-awards .desktop-only {
    display: none;
  }
  .jootekfolio-awards .mobile-only {
    display: block;
  }
  .jootekfolio-awards .mobile-awards {
    padding: 24px 0;
  }
  .jootekfolio-awards .mobile-awards-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }
  .jootekfolio-awards .mobile-awards-title .count {
    font-size: 14px;
    color: #6B7684;
    font-weight: 500;
  }
  .jootekfolio-awards .mobile-awards-title .count span {
    color: #191F28;
  }
  .jootekfolio-awards .scroll-list .swiper-container {
    overflow: visible;
  }
  .jootekfolio-awards .scroll-list .swiper-slide {
    width: 100%;
    height: auto;
  }
  .jootekfolio-awards .scroll-list-item {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    color: #191F28;
  }
  .jootekfolio-awards .scroll-list-item-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .jootekfolio-awards .scroll-list-item-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
  .jootekfolio-awards .scroll-list-item .scroll-list-header {
    padding: 16px;
    font-size: 20px;
  }
  .jootekfolio-awards .scroll-list-item .scroll-list-desc {
    max-height: none;
    opacity: 1;
    margin-top: 0;
    font-size: 14px;
    text-overflow: unset;
    display: block;
  }
}
@media (max-width: 899px) and (max-width: 899px) {
  .jootekfolio-awards .scroll-list .swiper-slide {
    width: 320px !important;
  }
}
/* sourceMappingURL=14c20ab5c9cff64900e4ee708f9c31e9cb3e6761.awards.scss.map */

/* Original file: files/cache/assets/compiled/0e72967e6b975967b01b0c41e85415313fb2aa9c.coworkers.scss.css */

.jootekfolio-coworkers .jootekfolio-profile-table-more {
  display: none;
}
.jootekfolio-coworkers .jootekfolio-profile-table-more.visible {
  display: flex;
}
/* sourceMappingURL=0e72967e6b975967b01b0c41e85415313fb2aa9c.coworkers.scss.map */

/* Original file: files/cache/assets/compiled/3a91d378cac8b0311654b5f798eebc548c20b265.similar.scss.css */

.jootekfolio-similar .swiper-container {
  display: none;
}
@media (max-width: 899px) {
  .jootekfolio-similar .swiper-container {
    display: block;
  }
  .jootekfolio-similar .swiper-container .swiper-slide {
    margin-right: 20px;
  }
}
.jootekfolio-similar-swiper-not-partner {
  margin-top: 28px;
}
.jootekfolio-similar-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 899px) {
  .jootekfolio-similar-list {
    display: none;
  }
}
.jootekfolio-similar-list-item {
  position: relative;
  width: calc((calc(100% / 3)) - 30px);
  text-align: center;
}
@media (max-width: 899px) {
  .jootekfolio-similar-list-item {
    min-width: 370px;
  }
}
@media (max-width: 479px) and (orientation: portrait) {
  .jootekfolio-similar-list-item {
    min-width: 85%;
  }
}
.jootekfolio-similar-list-item .card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jootekfolio-similar-list-item .profile-image {
  position: absolute;
  top: 179px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.jootekfolio-similar-list-item .profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jootekfolio-similar-list-item .content {
  position: relative;
  padding: 56px 20px 28px 20px;
  background-color: #ffffff;
  box-shadow: 2px 6px 20px 7px #eff2f9;
}
.jootekfolio-similar-list-item .content .title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}
.jootekfolio-similar-list-item .content .desc {
  margin-top: 8px;
  color: #4E5968;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
.jootekfolio-similar-list-item .content .desc span:not(:last-child)::after {
  content: "·";
  margin: 0 2px;
}
.jootekfolio-similar-list-item .content .intro {
  margin-top: 16px;
  color: #6B7684;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
.jootekfolio-similar-list-item .content .tags {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 12px;
  color: #6B7684;
  font-size: 13px;
}
.jootekfolio-similar-list-item .content .tags-item {
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  border-radius: 999px;
  border: 1px solid #EAEDF0;
}
.jootekfolio-similar-list-item .content .jds-button {
  margin-top: 28px;
}
.jootekfolio-similar-list-item .grid {
  position: relative;
  width: 100%;
  height: 221px;
  overflow: hidden;
}
.jootekfolio-similar-list-item .grid .grid-item {
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-color: #F2F4F6;
}
.jootekfolio-similar-list-item .grid.count-1 .grid-item {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.jootekfolio-similar-list-item .grid.count-2 .grid-item:nth-child(1) {
  left: 0;
  top: 0;
  width: calc(50% - 1px);
  height: 100%;
}
.jootekfolio-similar-list-item .grid.count-2 .grid-item:nth-child(2) {
  right: 0;
  top: 0;
  width: calc(50% - 1px);
  height: 100%;
}
.jootekfolio-similar-list-item .grid.count-3 .grid-item:nth-child(1) {
  left: 0;
  top: 0;
  width: calc(50% - 1px);
  height: 100%;
}
.jootekfolio-similar-list-item .grid.count-3 .grid-item:nth-child(2) {
  right: 0;
  top: 0;
  width: calc(50% - 1px);
  height: calc(50% - 1px);
}
.jootekfolio-similar-list-item .grid.count-3 .grid-item:nth-child(3) {
  right: 0;
  bottom: 0;
  width: calc(50% - 1px);
  height: calc(50% - 1px);
}
.jootekfolio-similar-list-item .grid.count-4 .grid-item:nth-child(1) {
  left: 0;
  top: 0;
  width: calc(50% - 1px);
  height: calc(50% - 1px);
}
.jootekfolio-similar-list-item .grid.count-4 .grid-item:nth-child(2) {
  right: 0;
  top: 0;
  width: calc(50% - 1px);
  height: calc(50% - 1px);
}
.jootekfolio-similar-list-item .grid.count-4 .grid-item:nth-child(3) {
  left: 0;
  bottom: 0;
  width: calc(50% - 1px);
  height: calc(50% - 1px);
}
.jootekfolio-similar-list-item .grid.count-4 .grid-item:nth-child(4) {
  right: 0;
  bottom: 0;
  width: calc(50% - 1px);
  height: calc(50% - 1px);
}
.jootekfolio-similar-list-item .grid.count-5 .grid-item:nth-child(1) {
  left: 0;
  top: 0;
  width: calc(33.333% - 1px);
  height: calc(50% - 1px);
}
.jootekfolio-similar-list-item .grid.count-5 .grid-item:nth-child(2) {
  left: calc(33.333% + 1px);
  top: 0;
  width: calc(33.333% - 1px);
  height: calc(50% - 1px);
}
.jootekfolio-similar-list-item .grid.count-5 .grid-item:nth-child(3) {
  right: 0;
  top: 0;
  width: calc(33.333% - 1px);
  height: calc(50% - 1px);
}
.jootekfolio-similar-list-item .grid.count-5 .grid-item:nth-child(4) {
  left: 0;
  bottom: 0;
  width: calc(50% - 1px);
  height: calc(50% - 1px);
}
.jootekfolio-similar-list-item .grid.count-5 .grid-item:nth-child(5) {
  right: 0;
  bottom: 0;
  width: calc(50% - 1px);
  height: calc(50% - 1px);
}
.jootekfolio-similar-list-item .grid.count-6 .grid-item:nth-child(1) {
  left: 0;
  top: 0;
  width: calc(33.333% - 1px);
  height: calc(50% - 1px);
}
.jootekfolio-similar-list-item .grid.count-6 .grid-item:nth-child(2) {
  left: calc(33.333% + 1px);
  top: 0;
  width: calc(33.333% - 1px);
  height: calc(50% - 1px);
}
.jootekfolio-similar-list-item .grid.count-6 .grid-item:nth-child(3) {
  right: 0;
  top: 0;
  width: calc(33.333% - 1px);
  height: calc(50% - 1px);
}
.jootekfolio-similar-list-item .grid.count-6 .grid-item:nth-child(4) {
  left: 0;
  bottom: 0;
  width: calc(33.333% - 1px);
  height: calc(50% - 1px);
}
.jootekfolio-similar-list-item .grid.count-6 .grid-item:nth-child(5) {
  left: calc(33.333% + 1px);
  bottom: 0;
  width: calc(33.333% - 1px);
  height: calc(50% - 1px);
}
.jootekfolio-similar-list-item .grid.count-6 .grid-item:nth-child(6) {
  right: 0;
  bottom: 0;
  width: calc(33.333% - 1px);
  height: calc(50% - 1px);
}
.jootekfolio-similar-list-item.simple {
  text-align: center;
}
.jootekfolio-similar-list-item.simple:nth-child(n + 4) ~ .jootekfolio-similar-list-item.simple:nth-child(3n + 1):last-child, .jootekfolio-similar-list-item.simple:nth-child(n + 4) ~ .jootekfolio-similar-list-item.simple:nth-child(3n + 2):last-child {
  display: none;
}
.jootekfolio-similar-list-item.simple:nth-child(n + 4) ~ .jootekfolio-similar-list-item.simple:nth-child(3n + 1):nth-last-child(2) {
  display: none;
}
.jootekfolio-similar-list-item.simple .content {
  padding: 24px;
}
.jootekfolio-similar-list-item.simple .content .desc {
  margin-top: 16px;
}
.jootekfolio-similar-list-item.simple .content .tags {
  justify-content: center;
}
.jootekfolio-similar-list-item.simple .content .intro {
  display: none;
}
/* sourceMappingURL=3a91d378cac8b0311654b5f798eebc548c20b265.similar.scss.map */

/* Original file: files/cache/assets/compiled/560b7427f44e068796e082b4a53eb23d45477852.notice.scss.css */

.jootekfolio-profile-notice {
  color: #6B7684;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.jootekfolio-profile-notice a {
  color: #6B7684;
}
.jootekfolio-profile-notice .ask {
  text-align: center;
  margin-top: 16px;
}
.jootekfolio-profile-notice .ask .jds-button {
  width: fit-content;
  text-align: center;
}
/* sourceMappingURL=560b7427f44e068796e082b4a53eb23d45477852.notice.scss.map */

