@charset "UTF-8";
.py-ui .sub-body .slogan-sm h1.title {
  font-size: 2em;
  color: #e78505;
}

.py-ui .sub-body .slogan-sm h1.title b {
  color: var(--primary-color);
}

.py-ui .sub-body .slogan-sm h2.title {
  font-size: 1.8em;
  color: #607d8b;
}

@media all and (max-width: 767px) {
  .py-ui .sub-body .slogan-sm h2.title span {
    display: none;
  }
}

.title2 {
  color: var(--primary-color) !important;
}

h2.title-h2 {
  background-color: #e78505;
  color: white !important;
  width: 250px;
  padding: 7px;
  border-radius: 40px;
  margin: 0 auto;
}

.h3 {
  font-size: 18px;
  color: #888888;
  letter-spacing: -1px;
  padding-bottom: 20px;
  font-weight: 300;
}

.sub-body .response-scroll table.table {
  border-top: 1px solid #ddd;
}

.sub-body .response-scroll table.table th {
  border-left: 1px solid #ddd !important;
  background-color: #607d8b;
  color: white;
}

.sub-body .response-scroll table.table td {
  border-right: 1px solid #ddd;
}

.sub-txt {
  font-weight: 400;
  color: #333333;
  letter-spacing: -1px;
  font-size: 20px;
}

.sub-txt p {
  color: #646363;
  line-height: 1;
}

.sub-txt span {
  color: #1fc4d7;
  font-weight: 500;
}

/* 이용순서 */
.box--small .serv-step__summery {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-size: 0;
}

.box--small .serv-step__summery > li {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
}

.box--small .serv-step__summery > li:first-child {
  padding-left: 0;
}

.box--small .serv-step__summery > li:first-child::after {
  display: none;
}

.box--small .serv-step__summery > li .img-box {
  width: 158px;
  height: 158px;
  border-radius: 158px;
  box-shadow: 6px 11px 16px rgba(0, 0, 0, 0.17);
  line-height: 158px;
}

.box--small .serv-step__summery > li .img-box img {
  vertical-align: middle;
}

.box--small .serv-step__summery > li .txt {
  margin-top: 35px;
  font-size: 1.524rem;
  color: #0d1c36;
  letter-spacing: -1.5px;
}

.box--small .serv-step__summery > li::after {
  content: '';
  position: absolute;
  top: 82px;
  left: -20px;
  width: 40px;
  height: 2px;
  background: #e6e6e6;
}

@media all and (max-width: 479px) {
  .box--small .serv-step__summery > li::after {
    display: none;
  }
}

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

.flex-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #e5f1fc;
}

.flex-item {
  position: relative;
  height: 100px;
  min-height: 230px;
  padding: 30px 20px 20px;
  border-left: 1px solid #dfdfdf;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: -1px;
  text-align: center;
  flex: 1;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
}

.flex-item div.bgimg {
  position: absolute;
  right: 100px;
  bottom: 0;
  opacity: 0.1;
}

@media all and (max-width: 537px) {
  .flex-item div.bgimg {
    right: 0;
  }
}

.flex-item div.bgimg img {
  width: 155px;
}

.flex-item div.bgimg em {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 33px;
  font-family: TmonMonsori, sans-serif;
  font-weight: bold;
  color: #0054a1;
  margin-top: 10px;
}

i.fas.fa-arrow-alt-circle-right.arrow {
  /* position: absolute; */
  /* right: -17px; */
  font-size: 3.5rem;
  z-index: 99;
  color: var(--py-gray-500);
  line-height: 4;
  margin: 0 20px;
}

.item-img {
  height: 80px;
  line-height: 80px;
}

.item-img img {
  width: 90px;
}

.item-t {
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 20px;
  font-size: 1.5em;
  color: var(--primary-color);
}

.item-t h3 {
  font-size: 25px;
  font-weight: normal;
  position: relative;
}

.item-t h3::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #1c96d5;
  bottom: 80px;
  left: unset;
}

@media all and (max-width: 537px) {
  .item-t h3::before {
    display: none;
  }
}

.item-d {
  font-size: 15px;
  height: 50px;
  color: #646363;
}

.flex-container .flex-item .dot {
  position: absolute;
  top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.flex-container .flex-item .dot.dot1 {
  background-color: #1c7ed6;
  left: 20px;
}

.flex-container .flex-item .dot.dot2 {
  background-color: #f03e3e;
  left: 35px;
}

.section03 .flex-container {
  border: 1px solid #dfdfdf;
  border-left: 0;
}

.section03 .flex-container .flex-item {
  border: 0;
  border-left: 1px solid #dfdfdf;
  border-radius: 0;
  min-height: 270px;
}

.section03 .flex-container .flex-item .dot1 {
  background-color: #00593d;
  left: 20px;
}

.section03 .flex-container .flex-item .dot2 {
  background-color: #23b6a6;
  left: 35px;
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width: 809px) {
  .flex-container {
    flex-direction: column;
  }
  .arrow {
    display: none;
  }
  .section03 .flex-container .flex-item {
    border-bottom: 1px solid #dfdfdf;
  }
}

/* 섹션 타이틀(숫자형) */
.section_title {
  margin-bottom: 33px;
  /* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/
  /* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
}

.section_title h2 {
  margin-bottom: 23px;
  font-size: 29px;
  position: relative;
  padding-left: 60px;
  font-weight: normal;
  padding-top: 40px;
  font-weight: bold;
}

.section_title h2 em {
  font-family: TmonMonsori, sans-serif;
  font-weight: bold;
  letter-spacing: -4px;
  font-size: 75px;
  position: absolute;
  bottom: -22px;
  left: 0;
  color: #316bd8;
  opacity: 0.1;
}

.section_title p, .section_title .dot {
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 1.2em;
  padding-left: 15px;
  position: relative;
}

.section_title p::before, .section_title .dot::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  left: 2px;
  top: 15px;
  background-color: #1c96d5;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .section_title {
    margin-bottom: 22px;
  }
  .section_title h2 {
    font-size: 21px;
    padding-left: 46px;
  }
  .section_title h2 em {
    font-size: 60px;
  }
  .section_title p {
    font-size: 13px;
  }
}

@media all and (max-width: 767px) {
  .section_title {
    margin-bottom: 15px;
  }
  .section_title h2 {
    font-size: 1.7em;
    padding-left: 30px;
  }
  .section_title h2 em {
    font-size: 2.2em;
    bottom: -13px;
  }
  .section_title p.dot {
    font-size: 1.1em;
    margin-bottom: 13px;
  }
}

.img-wrap img {
  width: 100%;
  height: 100%;
}

/* 컨텐츠박스(숫자,이미지형) */
.box-zone li {
  display: flex;
  gap: 50px;
  /* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
}

.box-zone li > div {
  width: 100%;
}

.box-zone li > div .section_title {
  margin-bottom: 33px;
}

.box-zone li > div .section_title h2 {
  font-size: 29px;
  position: relative;
  padding-left: 70px;
  padding-top: 40px;
  font-weight: bold;
}

.box-zone li > div .section_title h2 em {
  font-family: TmonMonsori, sans-serif;
  font-weight: bold;
  letter-spacing: -4px;
  font-size: 75px;
  position: absolute;
  left: 0;
  color: var(--active-color);
  opacity: 0.1;
}

@media all and (max-width: 879px) {
  .box-zone li > div .section_title h2 b {
    display: none;
  }
}

.box-zone li > div .section_title h2 b {
  color: var(--third-color);
}

.box-zone li > div .section_title p {
  margin-top: 30px;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.5em;
}

.box-zone li img {
  border-radius: 10px;
  width: 45%;
}

@media all and (max-width: 767px) {
  .box-zone li {
    flex-direction: column;
  }
  .box-zone li > div {
    width: 100%;
  }
  .box-zone li img {
    width: 100%;
  }
  .box-zone li:nth-child(2n) {
    flex-direction: column-reverse;
  }
}

table.table {
  white-space: nowrap;
}

table.table th, table.table td {
  font-size: 1.1em;
  padding: 15px 15px !important;
}

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

@media screen and (max-width: 400px) {
  .title {
    font-size: 1.5em !important;
  }
}
