/* _media.scss
-------------------------------------------------------*/
/* /_media.scss
-------------------------------------------------------*/
/* _inner.scss
-------------------------------------------------------*/
/* /_inner.scss
-------------------------------------------------------*/
/* _font.scss
-------------------------------------------------------*/
/* /_font.scss
-------------------------------------------------------*/
/* _over.scss
-------------------------------------------------------*/
/* /_over.scss
-------------------------------------------------------*/
/* _other.scss
-------------------------------------------------------*/
/* /_other.scss
	-------------------------------------------------------*/
/* _prepare_investment.scss
-------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .un_investmentPanelContainer {
    row-gap: 60px;
  }
}

@media screen and (min-width: 768px), print {
  .un_investmentPanel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .un_investmentPanel_image {
    max-width: 240px;
    border-radius: 0 12px 12px 0;
  }
  .un_investmentPanel_main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 64px;
  }
  .un_investmentPanel_point {
    top: -31px;
  }
}
@media screen and (max-width: 767px) {
  .un_investmentPanel_image {
    text-align: center;
    background-color: #EEF0FF;
  }
  .un_investmentPanel_image > img {
    width: 60%;
    padding-left: 30px;
  }
}

.un_investmentStepAcordion:not(:last-child) {
  margin-bottom: 60px;
}
.un_investmentStepAcordion:not(:last-child)::after {
  content: "";
  width: 100px;
  height: 30px;
  background-color: var(--color-bg3);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  margin: 0 auto;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.un_investmentStepAcordion_title {
  padding-left: 170px;
}
.un_investmentStepAcordion_tag {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 114px;
  height: 40px;
  border-radius: 20px;
  background-color: var(--color-main);
  color: var(--color-wh);
  font-family: var(--font-sub);
  font-size: 0.875rem;
  font-weight: 600;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .un_investmentStepAcordion_title {
    padding-left: 105px;
  }
  .un_investmentStepAcordion_tag {
    left: 12px;
    width: 80px;
    height: 30px;
    font-size: 0.75rem;
  }
}

.un_investmentTable_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  height: 100%;
}
.un_investmentTable_arrow::after {
  content: "";
  background-color: var(--color-caution);
  width: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-clip-path: polygon(0 calc(100% - 24px), 10px calc(100% - 24px), 50% 0, calc(100% - 10px) calc(100% - 24px), 100% calc(100% - 24px), 50% 100%);
          clip-path: polygon(0 calc(100% - 24px), 10px calc(100% - 24px), 50% 0, calc(100% - 10px) calc(100% - 24px), 100% calc(100% - 24px), 50% 100%);
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.un_investmentTable_arrow--s, .un_investmentTable_arrow--l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background-color: var(--color-caution);
  color: var(--color-wh);
  font-weight: 600;
}
.un_investmentTable_arrow--s {
  width: 48px;
  height: 48px;
  font-size: 1rem;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.un_investmentTable_arrow--l {
  width: 64px;
  height: 64px;
  font-size: 1.75rem;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.un_investmentTable_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.un_investmentTable_list_number {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  background-color: var(--color-bg3);
  color: var(--color-main);
  font-family: var(--font-sub);
  font-size: 2rem;
  font-weight: 600;
}
.un_investmentTable_list_text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.un_investmentStepTags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.un_investmentStepTags + .un_investmentStepTags {
  margin-top: 15px;
}
.un_investmentStepTags_bubble {
  position: relative;
  padding-right: 12px;
  margin-right: 5px;
  z-index: 1;
}
.un_investmentStepTags_bubble::before, .un_investmentStepTags_bubble::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  margin: auto;
}
.un_investmentStepTags_bubble::before {
  content: "";
  width: 16px;
  height: 24px;
  background-color: var(--color-sub);
  right: -3px;
  z-index: -1;
}
.un_investmentStepTags--green .un_investmentStepTags_bubble::before {
  background-color: var(--color-main);
}
.un_investmentStepTags_bubble::after {
  width: 14px;
  height: 22px;
  background-color: #E3E5FF;
  right: -1px;
  z-index: 3;
}
.un_investmentStepTags--green .un_investmentStepTags_bubble::after {
  background-color: var(--color-bg3);
}
.un_investmentStepTags_bubble > span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 56px;
  border: 1px solid var(--color-sub);
  border-radius: 12px;
  background-color: #E3E5FF;
  color: var(--color-sub);
  font-weight: 600;
}
.un_investmentStepTags--green .un_investmentStepTags_bubble > span {
  border: 1px solid var(--color-main);
  background-color: var(--color-bg3);
  color: var(--color-main);
}
.un_investmentStepTags_item {
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: 1px solid var(--color-border);
  border-radius: 100px;
  background-color: var(--color-wh);
  padding: 0 12px;
}
.un_investmentStepTags_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #E3E5FF;
  padding: 5px;
}
.un_investmentStepTags--green .un_investmentStepTags_icon {
  background-color: var(--color-bg3);
}
.un_investmentStepTags_text {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .un_investmentStepTags_bubble > span {
    width: 140px;
    height: 48px;
  }
  .un_investmentStepTags_item {
    height: 48px;
    gap: 10px;
    padding: 0 10px;
  }
  .un_investmentStepTags_icon {
    width: 28px;
    height: 28px;
  }
}

.un_investmentBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.un_investmentBox_item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 40px);
  background-color: var(--color-wh);
  border-radius: 12px;
  padding: 40px;
  margin-top: 20px;
}
.un_investmentBox_bubble {
  position: absolute;
  top: -20px;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 280px;
  height: 40px;
  border-radius: 12px;
  background-color: var(--color-caution);
  color: var(--color-wh);
  font-size: 1rem;
  font-weight: 600;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.un_investmentBox_bubble::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 24px;
  height: 16px;
  display: block;
  background-color: var(--color-caution);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  top: calc(100% - 2px);
  margin: auto;
}
.un_investmentBox_textBox {
  position: relative;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background-color: var(--color-bg5);
  margin-top: 25px;
}
.un_investmentBox_textBox:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.un_investmentBox_textBox + .un_investmentBox_textBox {
  margin-top: 35px;
}
.un_investmentBox_textBox + .un_investmentBox_textBox::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 24px;
  height: 16px;
  display: block;
  background-color: var(--color-caution);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  top: -26px;
  margin: auto;
}
.un_investmentBox_textBox_head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 88px;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-main);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 10px 24px;
}
.un_investmentBox_textBox_head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 56px;
  height: 4px;
  border-radius: 10px 10px 0 0;
  background-color: var(--color-main);
  margin: auto;
}
.un_investmentBox_textBox_body {
  padding: 24px;
}
.un_investmentBox_text {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px), print {
  .un_investmentBox_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    margin-bottom: 30px;
  }
  .un_investmentBox .el_ulList > li + li {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .un_investmentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .un_investmentBox_item {
    width: 100%;
    padding: 40px 20px 30px;
    margin-top: 20px;
  }
  .un_investmentBox_item + .un_investmentBox_item {
    margin-top: 18px;
  }
  .un_investmentBox_bubble {
    top: -18px;
    height: 36px;
    min-width: 240px;
    font-size: 0.875rem;
  }
  .un_investmentBox_textBox {
    margin-top: 20px;
  }
  .un_investmentBox_textBox + .un_investmentBox_textBox {
    margin-top: 30px;
  }
  .un_investmentBox_textBox + .un_investmentBox_textBox::before {
    top: -23px;
  }
  .un_investmentBox_textBox_head {
    min-height: 80px;
    font-size: 1.125rem;
    padding: 10px 20px;
  }
  .un_investmentBox_textBox_body {
    padding: 20px;
  }
}/*# sourceMappingURL=prepare_investment.css.map */