@charset "UTF-8";
/*-------------------------------------------------

Title       : ENG(국문) Sub02
Author      : EASESOFT
Create Date : 2024-07

-------------------------------------------------*/
.c020100 .cont_box:not(.wide) {
  padding: 6rem 12rem;
}
.c020100 .cont_box:not(.wide).wide {
  padding: 6rem 2rem;
}
.c020100 .business {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
}
.c020100 .business > div {
  flex: 1;
  border: 1px solid #CBD2DB;
  border-radius: 1.6rem;
  overflow: hidden;
}
.c020100 .business > div p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  background: #C7E0ED;
  border-radius: 1.6rem 1.6rem 0 0;
  padding: 2rem 2.5rem;
}
.c020100 .business > div p strong {
  font-size: 2.4rem;
  font-weight: 900;
  padding-top: 1.5rem;
}
.c020100 .business > div p span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 12.5rem;
  height: 12.5rem;
  background: #fff;
  border-radius: 100%;
}
.c020100 .business > div p span img {
  height: 8rem;
}
.c020100 .business > div ul {
  padding: 3.2rem 2.4rem;
}
.c020100 .business > div ul li {
  background: #E8F4FE;
  border-radius: 50px;
  padding: 0.5rem 0.2rem 0.5rem 1.4rem;
}
.c020100 .business > div ul li + li {
  margin-top: 1.6rem;
}
.c020100 .step ol {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  counter-reset: my-counter;
  flex-wrap: wrap;
  gap: 10rem 14rem;
  padding-left: 5rem;
  position: relative;
}
.c020100 .step ol::before {
  content: "";
  width: calc(100% - 5rem);
  height: 60%;
  position: absolute;
  left: 0;
  top: 20%;
  border: 2px dashed #CBD2DB;
  border-radius: 300px;
}
.c020100 .step ol li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  width: 21rem;
  height: 21rem;
  padding: 14rem 2rem 0;
  background-color: #F3F7F9;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-position-y: 30%;
  font-size: 1.5rem;
  font-weight: 500;
  box-sizing: border-box;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.1;
}
.c020100 .step ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 3.6rem;
  width: 3.6rem;
  background: #199CC5;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  left: calc(50% - 1.8rem);
  top: -2rem;
}
.c020100 .step ol li:nth-child(1) {
  background-image: url("/eng/img/sub02/020100_step-01.svg");
}
.c020100 .step ol li:nth-child(2) {
  background-image: url("/eng/img/sub02/020100_step-02.svg");
}
.c020100 .step ol li:nth-child(3) {
  background-image: url("/eng/img/sub02/020100_step-03.svg");
}
.c020100 .step ol li:nth-child(4) {
  background-image: url("/eng/img/sub02/020100_step-04.svg");
}
.c020100 .step ol li:nth-child(5) {
  background-image: url("/eng/img/sub02/020100_step-05.svg");
}
.c020100 .step ol li:nth-child(6) {
  background-image: url("/eng/img/sub02/020100_step-06.svg");
}
.c020100 .step ol li:nth-child(7) {
  background-image: url("/eng/img/sub02/020100_step-07.svg");
}
.c020100 .step ol li:nth-child(8) {
  background-image: url("/eng/img/sub02/020100_step-08.svg");
}
.c020100 .step ol li:nth-child(9) {
  background-image: url("/eng/img/sub02/020100_step-09.svg");
}
.c020100 .step ol li:nth-child(4), .c020100 .step ol li:nth-child(6) {
  padding-top: 13rem;
}
.c020100 .step ol li:nth-child(4) {
  position: absolute;
  right: -3rem;
  top: calc(50% - 10.5rem);
}
.c020100 .step ol li:nth-child(5) {
  order: 3;
}
.c020100 .step ol li:nth-child(6) {
  order: 2;
}
.c020100 .step ol li:nth-child(7) {
  order: 1;
}
.c020100 .charge {
  padding: 5rem 6rem 6rem;
}
.c020100 .charge table {
  font-size: 1.6rem;
}
.c020100 .charge table th, .c020100 .charge table td {
  padding: 1rem;
}
.c020100 .charge table th {
  border-bottom: 1px solid #707070;
}
.c020100 .charge table div {
  background: #F3F7F9;
  padding: 1rem 0;
  border-radius: 1.6rem;
  text-align: center;
  font-weight: 500;
  text-align: center;
}
.c020100 .charge table div:has(img) {
  padding: 3rem 0;
  height: 22rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.c020100 .charge table div img {
  display: block;
  margin: 0 auto 3rem;
}
.c020100 .charge table thead th {
  border-top: 1px solid #707070;
}
.c020100 .charge table thead th, .c020100 .charge table thead td {
  padding-top: 0;
}
.c020100 .charge table .border_top td {
  border-top: 1px solid #ddd;
}
.c020100 .charge table .border_bottom td {
  border-bottom: 1px solid #ddd;
}
.c020100 .part {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6rem;
  padding: 6rem;
  word-break: keep-all;
  word-wrap: break-word;
}
.c020100 .part div {
  border: 6px solid #419A26;
  border-radius: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 3.2rem;
}
.c020100 .part strong {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 2.4rem;
  text-align: center;
  color: #419A26;
}
.c020100 .part span {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.c020100 .part p {
  flex: 1;
  margin-top: 3rem;
  border-top: 1px solid #CBD2DB;
  padding: 4rem 2rem 0.5rem 13rem;
  background-repeat: no-repeat;
  background-position: 1rem 4rem;
  font-size: 1.6rem;
  line-height: 1.8;
  word-break: keep-all;
  word-wrap: break-word;
}
.c020100 .part div:nth-child(1) p {
  background-image: url("/eng/img/sub02/020100_part-01.svg");
}
.c020100 .part div:nth-child(2) p {
  background-image: url("/eng/img/sub02/020100_part-02.svg");
}
.c020100 .part div:nth-child(3) p {
  background-image: url("/eng/img/sub02/020100_part-03.svg");
}
.c020100 .part div:nth-child(4) p {
  background-image: url("/eng/img/sub02/020100_part-04.svg");
}
.c020100 .part div:nth-child(2) {
  border-color: #2199D6;
}
.c020100 .part div:nth-child(2) strong {
  color: #2199D6;
}
.c020100 .part div:nth-child(3) {
  border-color: #25B26C;
}
.c020100 .part div:nth-child(3) strong {
  color: #25B26C;
}
.c020100 .part div:nth-child(4) {
  border-color: #5B6CDE;
}
.c020100 .part div:nth-child(4) strong {
  color: #5B6CDE;
}

.c020200 .summary {
  padding: 3rem 8rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  background: #F8F9FA url("/eng/img/sub02/020200_summary.png") no-repeat 95% center;
  background-size: 30rem;
}
.c020200 .summary h3 {
  padding-top: 2rem;
  width: 13rem;
  font-size: 3.2rem;
  font-weight: 700;
  flex: none;
  margin-right: 10rem;
}
.c020200 .summary .txt {
  padding-top: 2rem;
}
.c020200 .summary .txt strong {
  display: block;
  margin-bottom: 2.4rem;
  font-size: 2.8rem;
  font-weight: 700;
}
.c020200 .summary .txt .line {
  background: #419A26;
  color: #fff;
  padding: 2px 5px;
}
.c020200 .step {
  padding: 6rem 8rem;
}
.c020200 .step p {
  border-radius: 100px;
  background: linear-gradient(to right, #DEF1F7, #E2F3C9);
  font-size: 2.5rem;
  padding: 4rem 2rem;
}
.c020200 .step ol {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem 6rem;
  counter-reset: my-counter;
}
.c020200 .step ol li {
  border: 1px solid #1C9ED0;
  border-radius: 1.6rem;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
}
.c020200 .step ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 3.6rem;
  width: 3.6rem;
  background: #199CC5;
  border-radius: 100%;
  color: #fff;
}
.c020200 .step .qr {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
}
.c020200 .step .qr span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 2.6rem;
}
.c020200 .system {
  padding: 6rem;
}

/*-------------------------------------------------

Responsive

-------------------------------------------------*/
/* Media Query */
@media (max-width: 1440px) {
  .c020100 .cont_box:not(.wide) {
    padding: 6rem 2rem;
  }
  .c020100 .business {
    gap: 1.5rem;
  }
  .c020100 .business > div ul {
    padding: 2rem 1.5rem;
    gap: 1.6rem 1rem;
    font-size: 1.5rem;
  }
  .c020100 .cont_box:has(.step) {
    padding: 6rem 10rem;
  }
  .c020100 .step ol::before {
    content: "";
    width: calc(100% - 5rem);
    height: 60%;
    position: absolute;
    left: 0;
    top: 20%;
    border: 2px dashed #CBD2DB;
    border-radius: 300px;
  }
  .c020100 .step ol li:nth-child(4) {
    right: -7rem;
  }
  .c020100 .charge {
    padding: 4rem 2rem;
  }
  .c020100 .part {
    gap: 4rem;
    padding: 6rem 2rem;
  }
  .c020200 .summary {
    padding: 3rem 4rem;
    flex-wrap: wrap;
    background-position-x: 80%;
  }
  .c020200 .summary h3 {
    width: 100%;
    margin: 0 0 2rem;
    padding: 0;
  }
  .c020200 .summary .txt {
    padding-top: 0;
  }
  .c020200 .summary .txt strong {
    margin-right: 4rem;
  }
  .c020200 .step {
    padding: 6rem 4rem;
  }
  .c020200 .step ol {
    gap: 3rem;
  }
  .c020200 .system {
    padding: 6rem;
  }
}
@media (max-width: 1280px) {
  .c020100 .cont_box:has(.step) {
    padding: 6rem 2rem;
  }
  .c020100 .step ol {
    gap: 10rem 7%;
    padding: 0 10% 0 8%;
  }
  .c020100 .step ol li:nth-child(4) {
    right: -1rem;
  }
  .c020200 .summary {
    padding-left: 7rem;
    background-position-x: 95%;
  }
}
@media (max-width: 1024px) {
  .c020100 .cont_box {
    padding: 3rem 2rem;
  }
  .c020100 .cont_box.wide {
    padding: 3rem 2rem;
  }
  .c020100 .cont_box:has(.business) {
    border: none;
    padding: 0;
  }
  .c020100 .business {
    margin-top: 4rem !important;
    flex-wrap: wrap;
  }
  .c020100 .business > div {
    flex: 1 1 30rem;
  }
  .c020100 .business > div p {
    align-items: center;
  }
  .c020100 .business > div p span {
    width: 10rem;
    height: 10rem;
  }
  .c020100 .business > div ul li {
    padding: 0.5rem;
    text-align: center;
  }
  .c020100 .step ol {
    justify-content: center;
    display: grid;
    grid-template-columns: 19rem 19rem;
    justify-content: center;
    gap: 5rem 3rem;
    padding: 0;
  }
  .c020100 .step ol::before {
    display: none;
  }
  .c020100 .step ol li {
    width: 19rem;
    height: 19rem;
    padding: 12rem 1.5rem 0;
    margin: 0 auto;
    background-size: 35%;
    font-size: 1.5rem;
    word-break: break-all;
  }
  .c020100 .step ol li::after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .c020100 .step ol li:nth-child(2n-1)::after {
    width: 6rem;
    border-bottom: 1px dashed #ccc;
    top: 50%;
    right: -6rem;
  }
  .c020100 .step ol li:nth-child(2n)::after {
    height: 6rem;
    border-right: 1px dashed #ccc;
    right: 50%;
    bottom: -5rem;
  }
  .c020100 .step ol li:nth-child(1) {
    order: 1;
  }
  .c020100 .step ol li:nth-child(2) {
    order: 2;
  }
  .c020100 .step ol li:nth-child(3) {
    order: 4;
  }
  .c020100 .step ol li:nth-child(3)::after {
    right: auto;
    left: -6rem;
  }
  .c020100 .step ol li:nth-child(4) {
    position: relative;
    right: auto;
    top: auto;
    order: 3;
    padding-top: 11.5rem;
  }
  .c020100 .step ol li:nth-child(5) {
    order: 5;
  }
  .c020100 .step ol li:nth-child(6) {
    order: 6;
    padding-top: 10.5rem;
  }
  .c020100 .step ol li:nth-child(7) {
    order: 7;
    margin-left: calc(100% + 3rem);
  }
  .c020100 .step ol li:nth-child(7)::after {
    display: none;
  }
  .c020100 .charge {
    padding: 0 0 1rem;
    border: none;
    overflow-x: scroll;
  }
  .c020100 .charge table {
    width: 100rem;
    max-width: 100rem;
    font-size: 1.4rem;
  }
  .c020100 .part {
    gap: 2rem;
    padding: 0 !important;
    border: none;
  }
  .c020100 .part div {
    padding: 2.5rem 1rem 0;
  }
  .c020100 .part strong {
    margin-bottom: 2rem;
  }
  .c020100 .part p {
    margin-top: 2rem;
    padding: 3rem 2rem 3rem 12rem;
    background-position: 1rem 1.5rem;
  }
  .c020200 .summary {
    padding: 3rem;
    background-position-y: 35%;
    background-size: 27rem;
  }
  .c020200 .summary h3 {
    font-size: 2.8rem;
  }
  .c020200 .summary .txt strong {
    font-size: 2.6rem;
  }
  .c020200 .summary .txt .pc_enter {
    display: none;
  }
  .c020200 .summary .txt .mo_enter {
    display: block;
  }
  .c020200 .step {
    padding: 3rem;
  }
  .c020200 .step p {
    font-size: 2.3rem;
    padding: 3rem 2rem;
  }
  .c020200 .step ol {
    gap: 2rem;
  }
  .c020200 .step ol li {
    padding: 2rem;
    gap: 1.5rem;
  }
  .c020200 .system {
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .c020100 .business > div p span {
    width: 8rem;
    height: 8rem;
  }
  .c020100 .business > div p span img {
    height: 70%;
  }
  .c020100 .step ol {
    grid-template-columns: 17rem 17rem;
  }
  .c020100 .step ol li {
    width: 17rem;
    height: 17rem;
    padding: 10rem 1rem 0;
    font-size: 1.4rem;
    line-height: 1.1;
  }
  .c020100 .step ol li:nth-child(4), .c020100 .step ol li:nth-child(6) {
    padding-top: 9.7rem;
  }
  .c020100 .part strong {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .c020100 .part span {
    font-size: 1.6rem;
  }
  .c020100 .part p {
    padding: 9rem 1rem 2rem;
    background-position: center 1rem;
    background-size: 7rem;
    font-size: 1.5rem;
    text-align: center;
  }
  .c020200 .summary {
    padding: 3rem 2rem 35rem;
    background-position: center 95%;
    background-size: 40rem;
  }
  .c020200 .summary h3 {
    font-size: 2.5rem;
  }
  .c020200 .summary .txt {
    margin: 0;
  }
  .c020200 .summary .txt strong {
    font-size: 2.7rem;
    margin-right: 0;
  }
  .c020200 .summary img {
    margin: 2rem auto 0;
  }
  .c020200 .step {
    padding: 3rem 2rem;
  }
  .c020200 .step p {
    word-break: keep-all;
    word-wrap: break-word;
    font-size: 2rem;
  }
  .c020200 .step ol {
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .c020200 .step ol i {
    background: #E9EFF7;
    display: block;
    padding: 2rem 3rem;
  }
  .c020200 .step ol i img {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .c020200 .summary {
    padding-bottom: 28rem;
    background-size: 30rem;
  }
  .c020200 .summary .txt strong {
    font-size: 2.6rem;
  }
}
@media (max-width: 480px) {
  .c020100 .business > div ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }
  .c020100 .step ol {
    grid-template-columns: 14rem 14rem;
    gap: 5rem 1.5rem;
  }
  .c020100 .step ol li {
    width: 14rem;
    height: 14rem;
    padding: 9rem 1.3rem 0;
    font-size: 1.25rem;
    letter-spacing: -0.5px;
  }
  .c020100 .step ol li:nth-child(4), .c020100 .step ol li:nth-child(6) {
    padding-top: 8rem;
  }
  .c020100 .step ol li:nth-child(7) {
    margin-left: calc(100% + 1.5rem);
  }
  .c020100 .system {
    margin-top: 4rem !important;
  }
  .c020100 .part {
    grid-template-columns: 1fr;
  }
  .c020100 .part span {
    font-size: 1.6rem;
  }
  .c020100 .part p {
    padding: 8rem 0 2rem;
    background-position: center 0.5rem;
  }
  .c020200 .summary {
    background-size: 27rem;
    padding-bottom: 25rem;
  }
  .c020200 .summary .txt strong {
    font-size: 5vw;
  }
  .c020200 .step ol {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .c020200 .step .qr {
    gap: 2rem;
    flex-wrap: wrap;
  }
  .c020200 .step .qr span {
    font-size: 1.8rem;
  }
  .c020200 .btn_box .btn {
    width: 100%;
  }
}