@charset "utf-8";

/* analysis */
.project__section,
.payment__section {
  padding: 80px 0;
}
.project__section .section__title {
  margin-top: 48px;
  font-size: 24px;
  line-height: 30px;
  word-break: keep-all;
}
.price__list {
  display: flex;
  justify-content: center;
  column-gap: 24px;
  margin-top: 48px;
}
.price__item {
  flex: 1;
  padding: 16px;
  border-radius: 24px 0 24px 0;
  background-color: #f9fbff;
  text-align: center;
}
.price__item > .type {
  padding: 4px 16px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: var(--color--primary2);
  border-radius: 16px;
  background-color: rgba(0, 87, 160, 0.1);
}
.price__item > .price__text {
  margin-top: 8px;
}
.price__item > .price__text > .price {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: var(--color--black);
}
.price__item > .price__text > .text {
  margin-top: 4px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--color--D-gray);
}
.price__item > .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 88px;
  padding: 8px 0;
  border-radius: 12px;
  margin: 8px 0;
  background-color: #fff;
}
.price__item > .desc > span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color--black2);
}
.project__section .price__item .btn-radius {
  width: 100%;
  border-radius: 10px;
  font-size: 18px;
}
.price-info__box {
  min-height: 184px;
  margin-top: 8px;
  padding: 12px 24px;
  border-radius: 12px;
  text-align: left;
  background-color: #fff;
}
.price-info__box .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: var(--color--black2);
}
.price-info__list {
  margin-top: 8px;
}
.price-info__list > * + * {
  margin-top: 2px;
}
.price-info__list > li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.analysis-guide__wrap {
  margin-top: 80px;
  padding: 80px 20px;
  background-color: #f8f9fe;
}
.analysis-guide__area {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 1280px;
  margin: 0 auto;
}
.analysis-guide__box {
  display: flex;
  column-gap: 40px;
  align-items: center;
  padding: 40px 80px;
  border-radius: 24px 0px 24px 0px;
  background-color: #fff;
}
.analysis-guide__img {
  overflow: hidden;
  width: 360px;
  aspect-ratio: 1.5/1;
  border-radius: 12px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.analysis-guide__img > img {
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: contain;
}
.analysis-guide__info {
  width: calc(100% - 400px);
}
.analysis-guide__title {
  padding-bottom: 4px;
  margin-bottom: 16px;
  border-bottom: 2px solid var(--color--gray);
  font-size: 20px;
  line-height: 28px;
  color: #0057a0;
  font-weight: 700;
}
.analysis-guide__text {
  font-size: 16px;
  line-height: 1.5;
}
.analysis__title {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}
.user__wrap {
  width: 100%;
  max-width: 500px;
  margin: 80px auto 0;
}
.user__wrap .row {
  display: none;
}
.user__wrap .row.on {
  display: block;
}
.user__wrap .row + .row {
  margin-top: 32px;
}
.user__wrap .common-input__box .btn-radius {
  font-weight: 400;
  color: var(--color--black2);
}
.info-text__box {
  padding: 16px 20px;
  font-size: 13px;
  line-height: 20px;
  color: #838383;
  border-radius: 4px;
  background-color: var(--color--sub);
}
.info-text__box-B {
  padding: 16px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #e91e63;
  border-radius: 4px;
  background-color: var(--color--sub);
}
.info-text__box > em {
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #838383;
}
.info-text__box-B > em {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #e91e63;
}

.info-text__box .blue-text {
  color: #1075f7;
}
.info-text__box .text-underline {
  text-decoration: underline;
}
.user__wrap .common-select {
  width: 100%;
  height: 60px;
  line-height: 58px;
  border-radius: 12px;
  padding-left: 20px;
  padding-right: 45px;
  font-size: 16px;
}
.user__wrap .common-select::after {
  right: 20px;
}
.user__wrap .select__text {
  font-size: 16px;
  color: var(--color--D-gray);
  padding-left: 20px;
}
.user__wrap .button__wrap {
  margin-top: 100px;
}
.select__label {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 20px;
}
.payment__wrap {
  width: 100%;
  max-width: 500px;
  margin: 80px auto 64px;
}
.payment__area + .payment__area {
  margin-top: 64px;
}
.payment-info__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--color--black);
}
.payment-info__title > span {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
.payment-info__item {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}
.payment-info__item > .label {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.payment-info__item > .text {
  font-size: 16px;
  line-height: 20px;
}
.payment-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 22px 0;
  padding-top: 22px;
  border-top: 1px solid var(--color--gray);
}
.payment-total > .label {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
.payment-total > .text {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
.payment-terms__area {
  margin-top: 64px;
}
.payment-terms__list {
  margin-top: 22px;
  border-top: 1px solid var(--color--gray);
}
.payment-terms__item {
  margin-top: 22px;
}
.payment-terms__item .checkbox__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment__section .btn-radius.btn-l {
  height: 48px;
  border-radius: 8px;
  font-size: 16px;
}
.project-name {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 80px auto 0;
}
.project-name__button {
  text-align: right;
}
.project-name .button__wrap {
  margin-top: 110px;
}
.project-name .common-input__area {
  align-items: center;
  margin-top: 16px;
}
.project-name .input__label {
  width: 140px;
}
.project-name .common-input__box {
  width: calc(100% - 140px);
}
.project__section .btn-radius {
  border-radius: 8px;
}
.project__section .common-input__box .btn-radius {
  border-radius: 12px;
}
.analysis-process {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px 23px;
  margin: 110px 0 80px;
}
.process__box {
  position: relative;
  flex: 1;
  /* width: 194px; */
  padding-bottom: 29px;
}
.process__box .line {
  position: absolute;
  top: 18px;
  display: block;
  width: calc((100% - 45px) / 2);
  height: 2px;
  background-color: var(--color--gray);
}
.process__box .line.line-left {
  left: 0;
}
.process__box .line.line-right {
  right: 0;
}
.process__box .line.line-left::after {
  content: "";
  position: absolute;
  left: -15px;
  top: -2px;
  display: none;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--color--gray);
}
.process__box:first-child .line.line-left::after,
.process__box.on:first-child .line.line-left::after {
  display: none;
}
.process__box .line.line-right::after {
  content: "";
  position: absolute;
  right: -15px;
  top: -2px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--color--gray);
}
.process__box:last-child .line.line-right::after {
  display: none;
}

.icon-process {
  width: 35px;
  height: 35px;
  margin: 0 auto;
}
.icon-process.process-01 {
  background: url(/_img/subpage/process_01.svg) no-repeat center center/contain;
}
.icon-process.process-02 {
  background: url(/_img/subpage/process_02.svg) no-repeat center center/contain;
}
.icon-process.process-03 {
  background: url(/_img/subpage/process_03.svg) no-repeat center center/contain;
}
.icon-process.process-04 {
  background: url(/_img/subpage/process_04.svg) no-repeat center center/contain;
}
.icon-process.process-05 {
  background: url(/_img/subpage/process_05.svg) no-repeat center center/contain;
}
.icon-process.process-06 {
  background: url(/_img/subpage/process_06.svg) no-repeat center center/contain;
}
.process__box > .text {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  color: var(--color--gray);
  text-align: center;
  transform: translateX(-50%);
}
.process__box > .text > * {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: inherit;
}
.process__box > .text > * + * {
  margin-left: 0.22em;
}

.process__box.on .line {
  background-color: var(--color--primary);
}
.process__box.on .line.line-left::after {
  display: block;
  background-color: var(--color--primary);
}
.process__box.on .line.line-right::after {
  background-color: var(--color--primary);
}
.process__box.on .icon-process.process-01 {
  background: url(/_img/subpage/process_01_on.svg) no-repeat center center/contain;
}
.process__box.on .icon-process.process-02 {
  background: url(/_img/subpage/process_02_on.svg) no-repeat center center/contain;
}
.process__box.on .icon-process.process-03 {
  background: url(/_img/subpage/process_03_on.svg) no-repeat center center/contain;
}
.process__box.on .icon-process.process-04 {
  background: url(/_img/subpage/process_04_on.svg) no-repeat center center/contain;
}
.process__box.on .icon-process.process-05 {
  background: url(/_img/subpage/process_05_on.svg) no-repeat center center/contain;
}
.process__box.on .icon-process.process-06 {
  background: url(/_img/subpage/process_06_on.svg) no-repeat center center/contain;
}
.process__box.on > .text {
  color: var(--color--primary);
}
.project-analysis__title {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--color--black);
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #333333;
}
.project-analysis__title > .line {
  display: block;
  width: 1px;
  height: 15px;
  background-color: #d9d9d9;
}
.project-analysis__title > span {
  color: inherit;
}
.project-analysis .flex-2 {
  column-gap: 88px;
}
.project-analysis .flex-2 .common-input__area {
  position: relative;
  flex: none;
  width: calc(50% - 44px);
  align-items: baseline;
}
.project-analysis .input__label {
  width: 160px;
}
.project-analysis .common-input__box {
  width: calc(100% - 160px);
}
.project-analysis .common-input__wrap {
  margin-bottom: 110px;
}
.project-analysis .label__box .checkbox__label {
  margin-top: 8px;
  padding-left: 0;
}
.project-analysis .label__box .checkbox__label > span {
  color: var(--color--D-gray);
}
.project-analysis .label__box .common-checkbox:checked {
  background-color: var(--color--point);
}
.project-analysis .flex-3 .common-input__area {
  width: calc((100% / 3) - 58.7px);
}
.project__section .btn-exhibition {
  width: 100%;
  border-radius: 12px;
}
.analysis .common-input__area .input-info__text {
  margin-left: 160px;
}
.analysis .input__inner.error::after {
  display: none;
}
.label__box.flex {
  width: 160px;
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.label__box.flex .input__label {
  width: fit-content;
}

.label__box.flex .input__label.flex {
  flex-shrink: 0;
}

.tooltip__wrap {
  position: relative;
}
.btn-tooltip {
  width: 20px;
  height: 20px;
  background: url(/_img/common/icon_tooltip.svg) no-repeat center center/contain;
}
.tooltip__box {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  width: 300px;
  padding: 10px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.tooltip__box span {
  font-size: 14px;
  line-height: 1.4;
}
.tooltip__box .asterisk {
  margin-right: 4px;
}
.tooltip__box .inner {
  display: flex;
}
.tooltip__box .inner + .inner {
  margin-top: 4px;
}
.tooltip__box.on {
  display: block;
}

.input__inner.date::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/_img/common/icon_calendar.svg) no-repeat center center/contain;
  transform: translateY(-50%);
  pointer-events: none;
}
.input__inner.time::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/_img/common/icon_clock.svg) no-repeat center center/contain;
  transform: translateY(-50%);
  pointer-events: none;
}

.project-analysis .column {
  width: calc(50% - 44px);
}
.project-analysis .column .common-input__area {
  width: 100%;
}
.project-analysis .column .common-input__area + .common-input__area {
  margin-top: 32px;
}
.total-cost {
  display: flex;
  justify-content: right;
  align-items: center;
  column-gap: 16px;
  padding: 16.5px 20px;
  border-radius: 12px;
  background-color: #f8f8f8;
}
.total-cost > span {
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
}
.project-analysis .info-text {
  margin-top: 8px;
  font-size: 12px;
  line-height: 15px;
  color: var(--color--D-gray);
}
.project-analysis .info-text.pd-left {
  padding-left: 160px;
}
.project-analysis .btn-radius.btn-s {
  width: 80px;
  min-width: 80px;
}
.analysis-info__wrap {
  padding: 32px;
  border-radius: 24px;
  background-color: #f8f8f8;
}
.analysis-info__title {
  width: fit-content;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: var(--color--primary);
  border-radius: 12px;
  padding: 8px 20px;
  background-color: #fff;
}
.analysis-info__area {
  display: flex;
  justify-content: center;
  column-gap: 80px;
  margin-top: 32px;
}
.analysis-info__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.analysis-info__box .title {
  padding-bottom: 8px;
  border-bottom: 2px solid #d5d5d5;
  font-size: 16px;
  line-height: 20px;
}
.analysis-info__list {
  margin-top: 24px;
}
.analysis-info__list > * + * {
  margin-top: 12px;
}
.analysis-info__list .checkbox__label {
  width: fit-content;
}
.analysis-info__list .common-checkbox {
  width: 15px;
  height: 15px;
}
.analysis-info__list.col-2 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
}
.analysis-info__list.col-2 > li {
  width: 50%;
  margin: 0;
}
.analysis-info__area .input-info__text {
  margin-top: 20px;
}
.input-result__title {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.input-result__title > span {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}
.input-result__sub-title > span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.result__sub-title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}
.line-layout {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d5d5d5;
}
.line-layout:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.line-layout .common-input__wrap {
  padding-bottom: 0;
  margin-bottom: 0;
}
.line-layout .common-input__wrap + .common-input__wrap {
  margin-top: 32px;
}
.line-layout .common-input__wrap > *:nth-child(2) {
  margin-top: 16px;
}
.line-layout__wrap + .button__wrap {
  margin-top: 110px;
}
.input-result__title .btn-radius {
  width: 81px;
  height: 37px;
  margin-left: 12px;
  border-color: var(--color--gray);
  border-radius: 8px;
  background-color: #fff;
  font-size: 14px;
  line-height: 17.5px;
  font-weight: 400;
  color: var(--color--black2);
}
.project-analysis.info-check {
  margin-top: 100px;
}
.info-check .line-layout .common-input__wrap > * + * {
  margin-top: 16px;
}
.info-check .line-layout .common-input__wrap .input-result__title {
  margin-bottom: 24px;
}
.common-input__area .text {
  max-width: calc(100% - 160px);
  display: flex;
  column-gap: 0.5em;
}
.common-input__area .text > span {
  font-size: 16px;
  line-height: 20px;
}
.info-check .common-input__area.total {
  margin-top: 24px;
}
.common-input__area.total .input__label {
  font-size: 22px;
  line-height: 27.5px;
  font-weight: 700;
}
.common-input__area.total .text > span {
  font-size: 22px;
  line-height: 27.5px;
  font-weight: 700;
}

/* result */
/* .view-page : 일반 상태 */
/* .pdf-page : pdf 출력 시 상태 */

.analysis__container.result .section__inner,
.analysis__container.compare .section__inner {
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
}

.project-analysis-result > .content + .content,
.project-compare-result > .content + .content {
  margin-top: 110px;
}
.result-top__wrap {
  display: flex;
  column-gap: 20px;
}
.result-info__area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
}
.result-info__area:first-child {
  width: 320px;
}
.result-info__area.basic-info {
  width: calc(100% - 340px);
}
.result-info__area.basic-info.mo-show {
  display: none;
}
.result-title__box {
  margin-bottom: 32px;
}
.result__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}
.result-title__box > .text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.result-info__area .col-table th {
  height: 32px;
  padding: 7px 16px;
  font-size: 14px;
  line-height: 14.5px;
  text-align: left;
}
.result-info__area .col-table td {
  height: 32px;
  padding: 7px 16px;
  font-size: 14px;
  line-height: 14.5px;
  color: var(--color--black2);
}
.result-info__area .col-table caption {
  padding: 7.5px;
  background-color: #d2d2d2;
  font-size: 12px;
  line-height: 15px;
}
.result-info__area .col-table caption > b {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
}
.result-info__area .col-table th {
  font-weight: 400;
  border-right: none;
}
.result-info__area td {
  border-right: none;
}
.result-info__area .col-table .col-label {
  background-color: #eeeeee;
  text-align: center;
  border-right: none;
}

/* mobile table */
.basic-info__caption {
  width: 100%;
  padding: 7.5px;
  background-color: #d2d2d2;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
.basic-info__caption > b {
  font-size: 12px;
  line-height: 14.5px;
  font-weight: 600;
}
.basic-info__table .div-row {
  display: flex;
  border-bottom: 1px solid var(--color--gray);
}
.basic-info__table .cell:nth-child(1) {
  width: 31%;
}
.basic-info__table .cell:nth-child(2) {
  width: 69%;
}
.basic-info__table .div-th {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 8px;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  background-color: var(--color--L-gray);
}
.basic-info__table .div-th.col-label {
  width: 100%;
  justify-content: center;
  background-color: #eeeeee;
  font-size: 12px;
  line-height: 15px;
  border-right: none;
}
.basic-info__table .div-td {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 8px;
  border-right: none;
  font-size: 12px;
  line-height: 15px;
  color: var(--color--black2);
}
/* // mobile table */

.scroll-swiper .swiper-slide {
  min-width: fit-content;
}
.scroll-swiper .swiper-scrollbar {
  position: static;
  margin-top: 4px;
}
.scroll-swiper .swiper-scrollbar {
  height: 10px;
  background-color: transparent;
}
.scroll-swiper .swiper-scrollbar-drag {
  background-color: var(--color--gray);
}
.pdf-page .scroll-swiper .swiper-scrollbar {
  display: none;
}

.result__list {
  min-width: 804px;
  display: flex;
  padding: 20px 0;
  column-gap: 20px;
  border-radius: 12px;
  border: 1px solid var(--color--gray);
  background-color: #fff;
}
.result-list__wrap .scroll-swiper + .scroll-swiper {
  margin-top: 16px;
}
.kpi__wrap .result__list {
  background-color: #fafafa;
}
.result__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 35px 5px;
}
.value-num .result__item {
  padding: 35px 0 24px;
}
.result__item::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
}
.result__item:last-child::after {
  display: none;
}
.result__item > .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #333333;
}
.result__item > .eng {
  font-size: 16px;
  line-height: 20px;
  color: #505050;
  text-align: center;
}
.value-num .result__item.products-chk {
  padding: 0;
}
.result-value {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  margin-top: 5px;
}
.result-value .num {
  font-family: var(--font--Rubik);
  font-size: 35px;
  line-height: 1.183;
  font-weight: 700;
  color: #1075f7;
}
.result-value .unit {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.kpi__wrap .result-value .num {
  color: var(--color--primary);
}
.products-chk__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 4px;
  max-width: 150px;
  margin-top: 16px;
}
.products-chk__list .checkbox__label {
  width: fit-content;
}
.visitor__wrap .result__item {
  padding: 0 20px;
  justify-content: flex-start;
}
.visitor__wrap .result__item .chart__box {
  margin-top: 16px;
  margin-bottom: auto;
}
.visitor__wrap .result-value {
  height: 200px;
}
.result__item .chart__box {
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1/1;
  margin-top: 16px;
}
.chart__box > canvas {
  width: 100% !important;
}
.performance__list {
  display: flex;
  min-width: 1168px;
  column-gap: 20px;
  margin-bottom: 48px;
}
.performance__item {
  flex: 1;
}
.performance__item .chart__box {
  width: 100%;
  max-width: 240px;
  margin: 16px auto 0;
  aspect-ratio: 1/1;
}
.c-crm__wrap .performance__item .chart__box {
  aspect-ratio: 1/0.57 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.performance__item .chart__box__2 {
  margin-top: 35px;
}
.title__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 6px 0;
  border-radius: 8px;
  border: 1px solid var(--color--gray);
}
.title__box > .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #333333;
}
.title__box > .eng {
  font-size: 16px;
  line-height: 20px;
  color: #505050;
}
.value-info__area {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 9px;
  width: fit-content;
  padding: 4px 12px;
  margin: 20px auto 0;
  border-radius: 8px;
  background-color: var(--color--L-gray);
}
.value-info__box {
  position: relative;
}
.value-info__box::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  display: block;
  width: 1px;
  height: 12px;
  background-color: #d9d9d9;
  transform: translateY(-50%);
}
.value-info__box:last-child::after {
  display: none;
}
.value-info__box > span {
  font-size: 16px;
  line-height: 18px;
  color: #505050;
}
.value-info__box > .value {
  font-weight: 700;
  color: #1075f7;
}
.color-box {
  width: 12px;
  height: 12px;
}
.legend__list {
  /* flex-wrap: wrap; */
  flex-direction: column;
}
.legend-text {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #505050;
}
.performance__item .legend-container {
  margin-top: 24px;
}
.result__item .value-info__area {
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
  margin-top: 16px;
}
.result__item .value-info__box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.result__item .value-info__box::after {
  display: none;
}
.result__item .value-info__box > span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.performance__wrap .performance__list {
  min-width: 1168px;
}
.performance__wrap .result__list {
  min-width: 980px;
}
.activity__wrap .result__list {
  min-width: 643px;
}
.activity__wrap .result-list__wrap + .result-list__wrap {
  margin-top: 48px;
}
.activity__wrap .title__box {
  flex-direction: row;
  justify-content: center;
  column-gap: 4px;
  padding: 20px;
  margin-bottom: 20px;
}
.activity__wrap .chart__box {
  position: relative;
  max-width: 170px;
  height: auto;
  aspect-ratio: 2/1;
}
.activity__wrap .percent-value {
  position: absolute;
  left: 50%;
  bottom: -7px;
  display: flex;
  align-items: center;
  column-gap: 4px;
  transform: translateX(-50%);
  white-space: nowrap;
}
.activity__wrap .percent-value .num {
  font-family: var(--font--Rubik);
  font-size: 40px;
  line-height: 47px;
  font-weight: 700;
  color: #1075f7;
}
.activity__wrap .percent-value .unit {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #333333;
}
.activity__wrap .result__item {
  padding: 16.5px 0;
}
.activity__wrap .result-value {
  height: 56px;
}
.investment__wrap .result-list__wrap {
  display: flex;
  column-gap: 20px;
}
.investment__wrap .result-list__wrap:nth-child(2) .result__list {
  width: calc(100% - 260px);
  min-width: initial;
}
.investment__wrap .result-list__wrap + .result-list__wrap {
  margin-top: 20px;
}
.investment__wrap .result-list__wrap .title__box {
  justify-content: center;
  width: 240px;
  border-radius: 12px;
}
.investment__wrap .swiper-wrapper {
  height: calc(100% - 14px);
}
.investment__wrap .result-list__wrap .scroll-swiper {
  width: calc(100% - 260px);
}
.investment__wrap .result__item {
  padding: 5px;
}
.investment__wrap .result__item .result-value {
  height: 91px;
}
.investment__wrap .result__item .chart__box {
  max-width: 230px;
  height: auto;
  aspect-ratio: 1.91/1;
}
#return-legend-01 .legend__list > li:nth-child(1),
#return-legend-01 .legend__list > li:nth-child(4),
#return-legend-02 .legend__list > li:nth-child(1),
#return-legend-02 .legend__list > li:nth-child(4) {
  display: none !important;
}
.analysis-btn__wrap {
  justify-content: right;
  margin-top: 40px;
}
.analysis-btn__wrap .btn-radius {
  width: fit-content;
  height: 48px;
  padding: 0 20px;
}
.result-bottom__wrap {
  margin-top: 110px;
  padding: 0 20px;
}
.project-compare-result .company-info__box {
  padding: 20px 40px;
  margin-bottom: 40px;
  border-radius: 8px;
  background-color: #f8f8f8;
}
.company-info__text {
  display: flex;
}
.company-info__text + .company-info__text {
  margin-top: 8px;
}
.company-info__text > .label {
  width: 63px;
  font-size: 18px;
  line-height: 22.5px;
  font-weight: 600;
  color: #505050;
  letter-spacing: -0.025em;
}
.company-info__text > .text {
  font-size: 18px;
  line-height: 22.5px;
  font-weight: 600;
  color: #1075f7;
  letter-spacing: -0.025em;
}
.project-compare-result {
  margin-top: 110px;
}
.project__list {
  display: flex;
  column-gap: 20px;
}
.project__item {
  width: calc(20% - 16px);
  padding: 16px;
  border: 1px solid var(--color--gray);
  border-radius: 24px 0 24px 0;
}
.project__title {
  padding: 8px;
  border-radius: 8px;
  background-color: #e6f2ff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}
.project__list .info__list {
  margin-top: 8px;
}
.project__list .info__list > * + * {
  margin-top: 8px;
}
.project__list .info__item {
  display: flex;
  column-gap: 4px;
}
.project__list .info__item > .label {
  width: 92px;
  font-size: 14px;
  line-height: 17.5px;
  font-weight: 500;
  color: #505050;
}
.project__list .info__item > .text {
  overflow: hidden;
  width: calc(100% - 96px);
  font-size: 14px;
  line-height: 17.5px;
  color: #505050;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* compare */
.project-compare-result .legend-container {
  margin-bottom: 16px;
}
.project-compare-result .chart__box {
  max-width: initial;
  height: auto;
  aspect-ratio: initial;
  margin-top: 0;
}
.project-compare-result .title__box {
  margin-bottom: 20px;
}
.project-compare-result .row-table thead th {
  height: 44px;
  padding: 0 5px;
  border-top: none;
  font-size: 14px;
  line-height: 17.5px;
  font-weight: 400;
  text-align: center;
  word-break: keep-all;
}
.project-compare-result .row-table td {
  height: 44px;
  padding: 13px 5px;
  font-size: 14px;
  line-height: 17.5px;
}
.project-compare-result .row-table tbody tr {
  border-bottom: 1px solid var(--color--gray);
}
.project-compare-result .row-table tbody tr:nth-child(even) {
  background-color: #fff;
}

.target-project__wrap {
  display: flex;
  column-gap: 85px;
  margin-top: 110px;
}
.project-compare__title {
  width: 145px;
}
.project-compare__title > span {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #333333;
}
.project-compare__title .btn-radius {
  width: 109px;
  height: 37px;
  margin: 16px auto 0;
  border: 1px solid var(--color--gray);
  font-size: 14px;
  line-height: 17.5px;
  color: #838383;
  background-color: #fff;
}
.compare-table__wrap {
  width: calc(100% - 230px);
}
.target-project__wrap .compare-table__wrap {
  max-width: 660px;
}
.target-project__wrap .row-table th {
  height: 40px;
}
.target-project__wrap .row-table td {
  height: 40px;
  padding: 10px;
}
.list-project__wrap {
  display: flex;
  column-gap: 85px;
  margin-top: 40px;
}
.compare-info__text {
  margin-top: 16px;
}
.compare-info__text > p {
  font-size: 12px;
  line-height: 20px;
  color: #838383;
}
.list-project__wrap .table-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 460px;
  border-bottom: 1px solid var(--color--gray);
}
.table-scroll .table {
  border-collapse: separate;
  border-spacing: 0;
}
.table-scroll::-webkit-scrollbar {
  width: 12px;
}
.table-scroll::-webkit-scrollbar-thumb {
  background-color: #7d7d7d;
  border-radius: 10px;
}
.table-scroll::-webkit-scrollbar-track {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background-color: #f8f8f8;
}
.list-project__wrap .row-table th {
  position: sticky;
  left: 0;
  top: 0;
}

.project-compare-result .performance__list {
  min-width: initial;
}
.c-kpi__wrap .performance__list {
  flex-wrap: wrap;
  gap: 48px 20px;
}
.c-kpi__wrap .performance__item {
  flex: none;
  width: calc(20% - 16px);
}
.c-kpi__wrap .chart__box {
  max-width: 300px;
}
.c-kpi__wrap .legend__list {
  justify-content: left !important;
  max-width: 160px;
  margin: 0 auto !important;
}
.c-activity__wrap .performance__list {
  width: 100%;
  min-width: 340px;
  column-gap: 40px;
  margin-bottom: 0;
}
.c-activity__wrap .performance__item {
  flex: none;
  width: calc((100% / 3) - 27px);
}
.c-activity__wrap .chart__box {
  padding: 0 10px;
  aspect-ratio: 1.56/1;
}
.c-visitor__wrap .performance__list {
  flex-wrap: wrap;
  column-gap: 40px;
}
.c-visitor__wrap .performance__item {
  width: calc((100% / 3) - 26.7px);
}
.c-visitor__wrap .performance__item .chart__box {
  height: calc(100% - 76px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-visitor__wrap .performance__item:nth-child(1) .chart__box {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  aspect-ratio: 1.225/1;
}
/* .c-visitor__wrap .performance__item:nth-child(1) .chart__box {
  max-width: 294px;
} */
.line-chart .legend__list > li:nth-child(1) {
  -webkit-order: 5;
  order: 5;
}
.line-chart .legend__list > li:nth-child(1) .color-box {
  height: 2px;
}
#order-legend-01 .legend__list > li:nth-child(2),
#amount-legend-01 .legend__list > li:nth-child(2) {
  -webkit-order: 2;
  order: 2;
}
#consult-legend-01 .legend__list {
  /* flex-direction: row-reverse; */
  flex-wrap: wrap-reverse;
}
.c-sale__wrap .performance__list,
.c-crm__wrap .performance__list {
  flex-wrap: wrap;
  gap: 48px 40px;
}
.c-sale__wrap .performance__item,
.c-crm__wrap .performance__item {
  flex: none;
  width: calc(50% - 20px);
}
.chart__area {
  padding: 20px 19px;
  border: 1px solid var(--color--gray);
  border-radius: 12px;
}
.chart__area .chart__box {
  margin: 0;
}
.project-compare-result .chart__area .legend-container {
  margin-top: 0;
}
.c-crm__wrap .row-table {
  margin-top: 20px;
}
.c-promotion__wrap .performance__item {
  width: calc((100% / 3) - 26.7px);
}
.c-performance__wrap .performance__item {
  width: calc(50% - 20px);
}
.c-investment__wrap .performance__item {
  width: calc(50% - 20px);
}

.c-kpi__wrap .scroll-swiper .table {
  min-width: 1107px;
}
.c-activity__wrap .scroll-swiper .table {
  min-width: 870px;
}
.c-visitor__wrap .scroll-swiper .table {
  min-width: 776px;
}
.c-sale__wrap .chart__area {
  height: calc(100% - 76px);
}
.c-crm__wrap .scroll-swiper .table {
  min-width: 481px;
}
.c-promotion__wrap .scroll-swiper .table {
  min-width: 787px;
}
.c-performance__wrap .chart__area {
  height: calc(100% - 76px);
}
.c-performance__wrap .scroll-swiper .table {
  min-width: 993px;
}
.c-investment__wrap .scroll-swiper .table {
  min-width: 993px;
}
.project-compare-result .swiper-slide {
  display: flex;
  justify-content: center;
}
.project-compare-result .swiper-slide .efficiency-chart {
  min-width: 364px;
}
.project-compare-result .swiper-slide .performance-chart {
  min-width: 464px;
}
.project-compare-result .swiper-slide .roi-chart {
  min-width: 500px;
}
.project-compare-result .swiper-slide .cost-chart {
  min-width: 448px;
}

/* pdf */
.pdf-page .project__section {
  padding: 60px 0 80px;
}
.pdf-page .analysis__container.result .section__inner {
  padding: 0;
}
.pdf-page .project-analysis-result {
  width: 1320px;
  padding: 20px 20px 0;
}
.page-break.pdf {
  padding-top: 200px;
}
.pdf-page .analysis-btn__wrap {
  padding: 0 20px;
}
.pdf-page .checkbox__label > span {
  font-size: 16px;
  line-height: 20px;
}
.result-list__wrap .title__box2 {
  height: 188px;
}
.select__typeD.common-select {
  width: 90px;
  min-width: 90px;
  height: 60px;
  line-height: 60px;
}
.phone_certi__area {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1400px) {
  .analysis-guide__wrap {
    margin-top: clamp(24px, 5.7vw, 80px);
  }
  .user__wrap {
    margin-top: clamp(40px, 5.7vw, 80px);
  }
  .user__wrap .button__wrap {
    margin-top: clamp(40px, 7.14vw, 100px);
  }
  .payment__wrap {
    margin-top: clamp(40px, 5.7vw, 80px);
  }

  .analysis__title {
    font-size: clamp(24px, 2.85vw, 40px);
  }
  .project__section,
  .payment__section {
    padding: clamp(40px, 5.71vw, 80px) 0 clamp(64px, 5.71vw, 80px);
  }
  .pdf-page .project__section {
    padding: 80px 0;
  }
  .analysis-process {
    margin: clamp(40px, 7.85vw, 110px) 0 clamp(40px, 5.7vw, 80px);
  }
  .line-layout__wrap + .button__wrap {
    margin-top: clamp(40px, 7.85vw, 110px);
  }
  .project-analysis.info-check {
    margin-top: clamp(40px, 7.14vw, 100px);
  }
  .view-page .activity__wrap .high .result__item {
    padding: 50px 0;
  }
  .view-page .performance__wrap .legend__list {
    height: 36px;
  }
  .view-page .result-bottom__wrap {
    margin-top: clamp(40px, 7.85vw, 110px);
  }

  /* compare */
  .project__list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .project__item {
    width: calc((100% / 3) - 13.4px);
  }
  .project-compare-result {
    margin-top: clamp(40px, 7.85vw, 110px);
  }
}
@media screen and (max-width: 1320px) {
  .analysis__container.result .section__inner,
  .analysis__container.compare .section__inner {
    padding-left: 0px;
    padding-right: 0px;
  }
  .view-page .project-analysis-result {
    padding-left: 20px;
  }
  .view-page .scroll-swiper {
    padding-right: 20px;
  }
  .view-page .result-top__wrap {
    padding-right: 20px;
  }
  .view-page .investment__wrap .result-list__wrap:nth-child(2) {
    padding-right: 20px;
  }
  .view-page .activity__wrap .title__box {
    width: calc(100% - 20px);
  }
  .view-page .analysis-btn__wrap {
    padding: 0 20px;
  }

  .project-compare {
    padding-left: 20px;
  }
  .project-compare-result {
    padding-left: 20px;
  }
  .project-compare-result .company-info__box {
    margin-right: 20px;
  }
  .project__list {
    padding-right: 20px;
  }
  .project-compare-result .scroll-swiper {
    padding-right: 20px;
  }
  .project-compare-result .performance__list {
    padding-right: 20px;
  }
  .project-compare-result .scroll-swiper .performance__list {
    padding-right: 0px;
  }
  .project-compare-result .chart__box .scroll-swiper {
    padding-right: 0px;
  }
}

@media (hover: none) or (pointer: coarse) {
  /* mobile */
  #btn-pdf-download {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .project-analysis .flex-2 {
    flex-direction: column;
    row-gap: 24px;
  }
  .project-analysis .column {
    width: 100%;
  }
  .project-analysis .flex-2 .common-input__area {
    width: 100%;
    row-gap: 8px;
  }
  .flex-3 {
    flex-direction: column;
    row-gap: 24px;
  }
  .project-analysis .flex-3 .common-input__area {
    width: 100%;
  }
  .project__section .btn-radius.btn-exhibition {
    max-width: 180px;
    margin-left: auto;
  }
  .common-input.unit-input {
    max-width: initial;
  }
  .project-analysis .common-input__area.exchange {
    justify-content: right;
  }

  /* result */
  .view-page .result-value .num {
    font-size: clamp(24px, 4vw, 48px);
  }
  .view-page .result__item .value-info__box > span {
    font-size: clamp(12px, 1.33vw, 16px);
  }
  .view-page .value-info__box > span {
    font-size: 10px;
  }
  .project-analysis-result.view-page > .content + .content,
  .project-compare-result > .content + .content {
    margin-top: clamp(24px, 7.85vw, 110px);
  }
  .view-page .activity__wrap .high .result__item {
    padding: 40px 0;
  }

  /* compare */
  .c-kpi__wrap .performance__item {
    width: calc(50% - 13.4px);
  }
  .c-activity__wrap .chart__box {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .analysis-guide__box {
    padding: 16px;
  }
  .analysis-guide__img {
    overflow: hidden;
    width: 240px;
  }
  .analysis-guide__info {
    width: calc(100% - 280px);
  }

  .analysis-guide__wrap {
    padding: 40px 20px;
  }
  .analysis-guide__text {
    font-size: 14px;
  }
  .project__section .section__title {
    font-size: 20px;
    line-height: 28px;
  }
  .price__list {
    flex-direction: column;
    row-gap: 24px;
  }
  .price__item > .type {
    font-size: 14px;
    line-height: 22px;
  }
  .price__item > .price__text > .price {
    font-size: 20px;
    line-height: 25px;
  }
  .price__item > .price__text > .text {
    font-size: 12px;
    line-height: 18px;
  }
  .price__item > .desc > span {
    font-size: 14px;
    line-height: 22px;
  }
  .price__item > .desc {
    height: 82px;
  }
  .project__section .price__item .btn-radius {
    height: 48px;
    font-size: 16px;
  }
  .price-info__box {
    min-height: 148px;
  }
  .price-info__box .title,
  .price-info__list > li {
    font-size: 14px;
    line-height: 22px;
  }

  .analysis-process {
    flex-wrap: wrap;
  }
  .process__box {
    width: calc(33.3% - 15.3px);
    flex: none;
  }
  .analysis-info__area {
    column-gap: 40px;
  }
  .analysis-info__area .checkbox__label > span {
    font-size: 14px;
    line-height: 20px;
  }
  .process__box:nth-child(3) .line.line-right::after,
  .process__box:nth-child(4).on .line.line-left::after {
    display: none;
  }

  /* result */
  .scroll-swiper .swiper-scrollbar {
    height: 8px;
    border: 1px solid var(--color--gray);
    background-color: var(--color--L-gray);
  }
  .scroll-swiper .swiper-scrollbar-drag {
    background-color: #7d7d7d;
  }

  .view-page .result-top__wrap {
    flex-direction: column;
    row-gap: 8px;
  }
  .view-page .result-info__area:first-child {
    width: 100%;
    padding: 16px;
  }
  .view-page .result-info__area.basic-info.pc-show {
    display: none;
  }
  .view-page .result-info__area.basic-info.mo-show {
    display: block;
    width: 100%;
    padding: 16px;
  }
  .view-page .result-info__area .col-table th,
  .view-page .result-info__area .col-table td {
    padding: 8px;
    font-size: 12px;
    line-height: 15px;
  }
  .view-page .result__title {
    font-size: 16px;
    line-height: 20px;
  }
  .view-page .result-title__box > .text {
    font-size: 14px;
    line-height: 17.5px;
  }
  .view-page .result-title__box {
    margin-bottom: 16px;
  }
  .view-page .project-analysis-result > .content + .content,
  .view-page .project-compare-result > .content + .content {
    margin-top: clamp(40px, 10.74vw, 110px);
  }
  .view-page .investment__wrap .result-list__wrap .title__box {
    width: 200px;
  }
  .view-page .investment__wrap .result-list__wrap:nth-child(2) .result__list,
  .view-page .investment__wrap .result-list__wrap .scroll-swiper {
    width: calc(100% - 220px);
  }

  /* compare */
  .target-project__wrap,
  .list-project__wrap {
    column-gap: 20px;
  }
  .project-compare__title {
    width: 120px;
  }
  .project-compare__title > span {
    font-size: 16px;
    line-height: 20px;
  }
  .project__item {
    width: calc(50% - 10px);
  }
  .compare-table__wrap {
    width: calc(100% - 140px);
  }
  .project-compare-result .row-table thead th,
  .project-compare-result .row-table td {
    height: 40px;
    font-size: 12px;
    line-height: 15px;
  }
  .target-project__wrap .row-table th,
  .target-project__wrap .row-table td,
  .list-project__wrap .row-table th,
  .list-project__wrap .row-table td {
    font-size: 14px;
    line-height: 17.5px;
  }
  .c-visitor__wrap .performance__list,
  .c-promotion__wrap .performance__list,
  .c-investment__wrap .performance__list,
  .c-performance__wrap .performance__list {
    flex-direction: column;
    gap: 20px;
  }
  .c-visitor__wrap .performance__item,
  .c-promotion__wrap .performance__item,
  .c-investment__wrap .performance__item,
  .c-performance__wrap .performance__item {
    flex: none;
    width: 100%;
  }
  .c-visitor__wrap .performance__item:nth-child(1) .chart__box,
  .c-visitor__wrap .performance__item:nth-child(2) .chart__box,
  .c-visitor__wrap .performance__item:nth-child(3) .chart__box {
    max-width: 400px;
  }
  .c-promotion__wrap .chart__box {
    max-width: 400px;
    margin: 0 auto;
  }
  .c-performance__wrap .chart__box,
  .c-investment__wrap .chart__box {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .analysis-guide__area {
    flex-wrap: wrap;
  }
  .analysis-guide__box {
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: 16px;
    padding: 16px;
  }
  .analysis-guide__img {
    width: 100%;
    max-width: 360px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  }
  .analysis-guide__info {
    width: 100%;
  }
  .analysis-guide__title {
    font-size: 16px;
    line-height: 24px;
  }

  .select__label {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 17.5px;
  }
  .user__wrap .common-select {
    height: 48px;
    border-radius: 8px;
    line-height: 46px;
    padding-left: 16px;
    font-size: 14px;
  }
  .user__wrap .select__text {
    font-size: 14px;
    color: var(--color--D-gray);
    padding-left: 16px;
  }
  .user__wrap .common-select::after {
    right: 16px;
  }
  .user__wrap .row + .row {
    margin-top: 24px;
  }
  .info-text__box {
    border-radius: 8px;
    padding: 16px;
    line-height: 18px;
  }
  .payment__area + .payment__area {
    margin-top: 40px;
  }
  .payment-info__title {
    padding-bottom: 8px;
  }
  .payment-info__title > span {
    font-size: 16px;
    line-height: 20px;
  }
  .payment-info__item {
    margin-top: 16px;
  }
  .payment-info__item > .label,
  .payment-info__item > .text {
    font-size: 14px;
    line-height: 17.5px;
  }
  .payment-total {
    padding-top: 16px;
    margin: 16px 0 24px;
  }
  .payment-total > .label,
  .payment-total > .text {
    font-size: 16px;
    line-height: 20px;
  }
  .payment-terms__area {
    margin-top: 40px;
  }
  .payment-terms__list,
  .payment-terms__item {
    margin-top: 16px;
  }

  .project__section .btn-radius {
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 17.5px;
  }
  .project-name .common-input__area {
    margin-top: 0;
  }
  .project-name .input__label {
    width: 100%;
  }
  .project-name .common-input__box {
    width: 100%;
  }
  .project-name__button {
    position: absolute;
    right: 0;
    top: 0;
  }

  .icon-process {
    display: none;
  }
  .process__box {
    padding-bottom: 0;
  }
  .process__box > .text {
    position: static;
    transform: translateX(0);
  }
  .process__box > .text > * {
    display: block;
    font-size: 12px;
    line-height: 15px;
  }
  .process__box > .text > * + * {
    margin-left: 0;
  }
  .process__box .line {
    width: 16px;
  }
  .process__box .line.line-left {
    display: none;
  }
  .process__box .line.line-right {
    right: -19.5px;
  }
  .process__box .line.line-right::after {
    display: none;
  }
  .process__box:nth-child(3) .line.line-right,
  .process__box:nth-child(6) .line.line-right {
    display: none;
  }
  .project-analysis__title {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 6px;
    margin-bottom: 24px;
  }
  .project-analysis .input__label {
    width: fit-content;
  }
  .project-analysis .common-input__box {
    width: 100%;
  }
  .label__box {
    display: flex;
    align-items: center;
    column-gap: 8px;
  }
  .common-input__area:has(.btn-exhibition) .label__box {
    height: 48px;
    align-items: center;
  }
  .project__section .btn-radius.btn-exhibition {
    position: absolute;
    right: 0;
    top: -56px;
    width: 60px;
    min-width: 60px;
    height: 48px;
    margin-left: 0;
  }
  .project-analysis .label__box .checkbox__label {
    margin-top: 0;
  }
  .line-layout {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .total-cost {
    column-gap: 8px;
    border-radius: 8px;
    margin-top: 40px;
  }
  .total-cost > span {
    font-size: 16px;
    line-height: 20px;
  }
  .project-analysis .btn-radius.btn-s {
    width: 60px;
    min-width: 60px;
  }
  .project-analysis .info-text.pd-left {
    padding-left: 0;
    margin-top: 0;
  }
  .analysis-info__wrap {
    padding: 16px;
    border-radius: 12px;
  }
  .analysis-info__title {
    width: 100%;
    border-radius: 8px;
    font-size: 14px;
    line-height: 17.5px;
    text-align: center;
  }
  .analysis-info__area {
    margin-top: 24px;
    flex-direction: column;
    row-gap: 24px;
  }
  .analysis-info__box .title {
    font-size: 14px;
    line-height: 17.5px;
  }
  .analysis-info__list {
    margin-top: 16px;
  }
  .analysis-info__list.col-2 {
    flex-direction: column;
  }
  .analysis-info__list.col-2 > li {
    width: 100%;
  }
  .input-result__title > span {
    font-size: 16px;
    line-height: 20px;
  }
  .input-result__sub-title > span {
    font-size: 14px;
    line-height: 18px;
  }
  .info-check .input-result__title {
    justify-content: space-between;
  }
  .info-check .result__sub-title {
    font-size: 16px;
    line-height: 20px;
  }
  .project__section .info-check .btn-radius {
    width: 81px;
    height: 37px;
  }
  .info-check .line-layout .flex-2 {
    row-gap: 16px;
  }
  .info-check .flex-2 .common-input__area {
    flex-direction: row;
  }
  .label__box.flex {
    width: 140px;
  }
  .common-input__area .text {
    max-width: calc(100% - 140px);
  }
  .common-input__area .text > span {
    font-size: 14px;
    line-height: 17.5px;
  }
  .info-check .common-input__area.total {
    flex-direction: row;
  }
  .common-input__area.total .input__label,
  .common-input__area.total .text > span {
    font-size: 16px;
    line-height: 20px;
  }
  .analysis .common-input__area .input-info__text {
    margin-left: 0;
  }

  /* result*/
  .view-page .legend__list > li,
  .project-compare-result .legend__list > li {
    column-gap: 4px !important;
  }
  .view-page .color-box,
  .project-compare-result .color-box {
    width: 10px;
    height: 10px;
  }
  .view-page .legend-text,
  .project-compare-result .legend-text {
    font-size: 11px;
  }
  .view-page .result__sub-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
  }
  .view-page .result__list {
    column-gap: 0;
    padding: 16px 0;
  }
  .view-page .result__item {
    padding: 0 16px;
  }
  .view-page .result__item::after {
    right: 0px;
  }
  .view-page .result__item > .title {
    font-size: 14px;
    line-height: 17.5px;
  }
  .view-page .result__item > .eng {
    font-size: 14px;
    line-height: 17.5px;
  }
  .view-page .result-value .num {
    font-size: 24px;
    line-height: 28.4px;
  }
  .view-page .result-value .unit {
    font-size: 14px;
    line-height: 17.5px;
  }
  .view-page .visitor__wrap .result-value {
    height: 80px;
    margin-top: 16px;
  }
  .view-page .title__box {
    min-height: 50px;
  }
  .view-page .title__box > .title,
  .view-page .title__box > .eng {
    font-size: 14px;
    line-height: 17.5px;
  }
  .view-page .investment__wrap .result-list__wrap {
    flex-direction: column;
    row-gap: 8px;
  }
  .view-page .performance__list {
    margin-bottom: 0px;
  }
  .view-page .visitor__wrap .result__item .chart__box {
    max-width: 80px;
  }
  .view-page .performance__item .chart__box {
    max-width: 120px;
  }
  .view-page .performance__item .value-info__area {
    margin: 16px auto 0;
  }
  .view-page .activity__wrap .title__box {
    min-height: 33px;
    margin-right: 20px;
    padding: 8px 16px;
  }
  .view-page .activity__wrap .percent-value {
    column-gap: 2px;
    bottom: -4px;
  }
  .view-page .activity__wrap .chart__box {
    max-width: 80px;
  }
  .view-page .activity__wrap .percent-value .num {
    font-size: 19px;
    line-height: 22px;
  }
  .view-page .activity__wrap .percent-value .unit {
    font-size: 10px;
    line-height: 12px;
  }
  .view-page .activity__wrap .result-value {
    height: auto;
    margin-top: 16px;
  }
  .view-page .activity__wrap .high .result__item {
    padding: 0;
  }
  .view-page .investment__wrap .result__item .result-value {
    height: auto;
    margin-top: 16px;
  }
  .view-page .investment__wrap .result-list__wrap:nth-child(2) .title__box {
    width: 100%;
  }
  .view-page .investment__wrap .result-list__wrap:nth-child(3) .title__box {
    width: calc(100% - 20px);
  }
  .view-page .investment__wrap .result-list__wrap:nth-child(2) .result__list {
    width: 100%;
  }
  .view-page .investment__wrap .result-list__wrap .scroll-swiper {
    width: 100%;
  }
  .view-page .analysis-btn__wrap {
    margin-top: 24px;
  }
  .view-page #return-legend-01 .legend__list,
  .view-page #return-legend-02 .legend__list {
    flex-direction: column;
  }

  /* compare */
  .target-project__wrap,
  .list-project__wrap {
    flex-direction: column;
  }
  .project-compare__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 20px);
    padding-bottom: 8px;
    margin-bottom: 24px;
    border-bottom: 2px solid var(--color--black);
  }
  .project-compare__title .btn-radius {
    width: 109px;
    margin: 0;
  }
  .compare-table__wrap {
    width: 100%;
  }
  .target-project__wrap .compare-table__wrap {
    max-width: initial;
  }
  .target-project__wrap .compare-table__wrap .table {
    min-width: 520px;
  }
  .list-project__wrap .compare-table__wrap .table {
    min-width: 816px;
  }
  .compare-info__text {
    margin-top: 8px;
  }
  .compare-info__text > p {
    font-size: 11px;
    line-height: 13px;
  }
  .project__list {
    gap: 8px;
  }
  .project__item {
    width: 100%;
  }
  .project-compare-result .company-info__box {
    padding: 12px;
  }
  .project__title {
    padding: 5px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
  .project-compare-result .performance__list {
    margin-bottom: 16px;
  }
  .company-info__text > .label,
  .company-info__text > .text {
    font-size: 12px;
    line-height: 15px;
  }
  .project-compare-result .result__sub-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
  }
  .project__list .info__list > * + * {
    margin-top: 4px;
  }
  .project__list .info__item > .label {
    width: 72px;
    font-size: 12px;
    line-height: 15px;
  }
  .project__list .info__item > .text {
    font-size: 12px;
    line-height: 15px;
  }
  .analysis__container .title__box {
    min-height: 50px;
  }
  .project-compare-result .title__box > .title,
  .project-compare-result .title__box > .eng {
    font-size: 14px;
    line-height: 17.5px;
  }
  .c-kpi__wrap .performance__list {
    gap: 16px 8px;
  }
  .c-kpi__wrap .performance__item {
    width: calc(50% - 5.34px);
  }
  .c-activity__wrap .performance__list {
    min-width: 800px;
    column-gap: 8px;
  }
  .c-activity__wrap .performance__item {
    width: calc((100% / 3) - 5.34px);
  }
  .c-sale__wrap .performance__item,
  .c-crm__wrap .performance__item {
    width: 100%;
  }
  .c-sale__wrap .performance__item .chart__box > canvas {
    max-width: 500px;
    margin: 0 auto;
  }
  .project-compare-result .legend-container {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .project-compare-result .legend__list {
    justify-content: left !important;
  }

  .label__box.flex .input__label.flex .tooltip__box {
    width: 230px;
  }
  .modal-layer .search__area.search__B {
    flex-wrap: wrap;
  }
  .modal-layer .search__area.search__B .common-input {
    margin-top: 8px;
  }
  .modal-layer .search__area.search__B .btn-search {
    margin-top: 8px;
  }
  .select__typeD.common-select {
    height: 46px;
    line-height: 46px;
    width: calc(50% - 4px);
  }

  .phone_certi__area {
    gap: 24px;
  }
}
