@charset "UTF-8";
/* display */
/* Typography */
/* breakpoint */
/* breakpoint : content */
/* 기본 공통스타일 */
.tab-ul:after,
.ui:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

.tab-ul li,
.tab-ul li a,
.table td,
.table td *,
.table td img,
.table th,
.table th *,
.table-default td img {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

.ui-tab_group .ui-tab_content {
  margin-top: 20px;
}
.ui-tab_group .ui-tab_content .tab__body {
  display: none;
}
.ui-tab_group .ui-tab_content .tab__body.active {
  display: block;
}
.ui-tab_group .ui-tab_content .tab_body {
  display: none;
}
.ui-tab_group .ui-tab_content .tab_body.active {
  display: block;
}

/* 기본 공통스타일 End */
/* 이미지 크게보기 */
.pic_btn {
  display: none;
  margin: 20px auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .pic_btn {
    display: block;
    width: 60%;
  }
}
@media (max-width: 560px) {
  .pic_btn {
    width: 75%;
  }
}
@media (max-width: 450px) {
  .pic_btn {
    width: 100%;
  }
}
.pic_btn a {
  display: block;
  padding: 10px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  background: #fff;
  font-weight: bold;
}
.pic_btn a:hover, .pic_btn a:focus {
  background: #18C92F;
  color: #fff;
  transition: 0.3s;
}

/* 이미지 크게보기 End */
/* 이미지박스 */
.imgbox {
  padding: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #dbdbdb;
  text-align: center;
}

.imgbox.bg01 {
  background: #F7F7F7;
}

.imgbox.noline {
  border: 0;
  background: #F7F7F7;
}

.imgbox.p00 {
  padding: 0;
  border: 0;
}

.imgbox.p10 {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .imgbox.p10 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p15 {
  padding: 15px 20px;
}
@media (max-width: 767px) {
  .imgbox.p15 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p20 {
  padding: 20px 20px;
}
@media (max-width: 767px) {
  .imgbox.p20 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p25 {
  padding: 25px 20px;
}
@media (max-width: 767px) {
  .imgbox.p25 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p30 {
  padding: 30px 20px;
}
@media (max-width: 767px) {
  .imgbox.p30 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p35 {
  padding: 35px 20px;
}
@media (max-width: 767px) {
  .imgbox.p35 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p40 {
  padding: 40px 20px;
}
@media (max-width: 767px) {
  .imgbox.p40 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p45 {
  padding: 45px 20px;
}
@media (max-width: 767px) {
  .imgbox.p45 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p50 {
  padding: 50px 20px;
}
@media (max-width: 767px) {
  .imgbox.p50 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p55 {
  padding: 55px 20px;
}
@media (max-width: 767px) {
  .imgbox.p55 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p60 {
  padding: 60px 20px;
}
@media (max-width: 767px) {
  .imgbox.p60 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p65 {
  padding: 65px 20px;
}
@media (max-width: 767px) {
  .imgbox.p65 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p70 {
  padding: 70px 20px;
}
@media (max-width: 767px) {
  .imgbox.p70 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p75 {
  padding: 75px 20px;
}
@media (max-width: 767px) {
  .imgbox.p75 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p80 {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .imgbox.p80 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p85 {
  padding: 85px 20px;
}
@media (max-width: 767px) {
  .imgbox.p85 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p90 {
  padding: 90px 20px;
}
@media (max-width: 767px) {
  .imgbox.p90 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p95 {
  padding: 95px 20px;
}
@media (max-width: 767px) {
  .imgbox.p95 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p100 {
  padding: 100px 20px;
}
@media (max-width: 767px) {
  .imgbox.p100 {
    padding: 8.334% 20px !important;
  }
}

/* 이미지박스 End */
/* Tab */
.tab-ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 1px 0.5px 20px;
}
.tab-ul li {
  position: relative;
  margin-top: -1px;
  margin-left: -1px;
}

.tab-ul.type2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.tab-ul.type2 li {
  min-height: 63px;
}
@media (max-width: 768px) {
  .tab-ul.type2 li {
    min-height: 57px;
  }
}
.tab-ul.type2 li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #E0E0E0;
  text-align: center;
}
.tab-ul.type2 li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
  width: 0;
  height: 2px;
  background: #006060;
  transition: 0.3s;
}
.tab-ul.type2 li a span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 8px;
  color: #36404A;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .tab-ul.type2 li a span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .tab-ul.type2 li a span {
    font-size: 16px;
  }
}
.tab-ul.type2 li.on a::after, .tab-ul.type2 li.active a::after,
.tab-ul.type2 li a:hover::after,
.tab-ul.type2 li a:focus::after {
  width: 100%;
}
.tab-ul.type2 li.on a span, .tab-ul.type2 li.active a span,
.tab-ul.type2 li a:hover span,
.tab-ul.type2 li a:focus span {
  color: #006060;
}
.tab-ul.type2 li.on a::before, .tab-ul.type2 li.active a::before,
.tab-ul.type2 li a:hover:before,
.tab-ul.type2 li a:focus:before {
  position: absolute;
  right: 29px;
  top: calc(50% - 5.5px);
  width: 18px;
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.98549 10.2547C9.36949 10.8707 8.37075 10.8707 7.75475 10.2547C7.13874 9.63875 7.13874 8.64001 7.75475 8.02401L14.3941 1.38463C15.0101 0.768628 16.0089 0.768629 16.6249 1.38463C17.2409 2.00063 17.2409 2.99937 16.6249 3.61537L9.98549 10.2547Z' fill='#006060 '/%3E%3Cpath d='M9.98549 8.02401C10.6015 8.64001 10.6015 9.63875 9.98549 10.2547C9.36949 10.8707 8.37075 10.8707 7.75475 10.2547L1.11537 3.61537C0.499367 2.99937 0.499368 2.00063 1.11537 1.38463C1.73137 0.768629 2.73011 0.768628 3.34611 1.38463L9.98549 8.02401Z' fill='#006060 '/%3E%3C/svg%3E%0A");
}
.tab-ul.type2 li a[target=_blank] span::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33594 4.14126V2.60156C4.33594 2.0838 4.75567 1.66406 5.27344 1.66406H13.3984C13.9162 1.66406 14.3359 2.0838 14.3359 2.60156V10.7266C14.3359 11.2443 13.9162 11.6641 13.3984 11.6641H11.8414' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M10.7266 4.33594H2.60156C2.0838 4.33594 1.66406 4.75567 1.66406 5.27344V13.3984C1.66406 13.9162 2.0838 14.3359 2.60156 14.3359H10.7266C11.2443 14.3359 11.6641 13.9162 11.6641 13.3984V5.27344C11.6641 4.75567 11.2443 4.33594 10.7266 4.33594Z' stroke='%2336404A' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transition: all 0.3s;
}
.tab-ul.type2 li a[target=_blank]:hover span::after, .tab-ul.type2 li a[target=_blank]:focus span::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33594 4.14126V2.60156C4.33594 2.0838 4.75567 1.66406 5.27344 1.66406H13.3984C13.9162 1.66406 14.3359 2.0838 14.3359 2.60156V10.7266C14.3359 11.2443 13.9162 11.6641 13.3984 11.6641H11.8414' stroke='%23006060' stroke-linejoin='round'/%3E%3Cpath d='M10.7266 4.33594H2.60156C2.0838 4.33594 1.66406 4.75567 1.66406 5.27344V13.3984C1.66406 13.9162 2.0838 14.3359 2.60156 14.3359H10.7266C11.2443 14.3359 11.6641 13.9162 11.6641 13.3984V5.27344C11.6641 4.75567 11.2443 4.33594 10.7266 4.33594Z' stroke='%23006060' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.tab-ul.col2 li {
  width: calc(50% + 1px);
}

.tab-ul.col3 li {
  width: calc(33.33% + 1px);
}

.tab-ul.col4 li {
  width: calc(25% + 1px);
}

.tab-ul.col5 li {
  width: calc(20% + 1px);
}

.tab-ul.col6 li {
  width: calc(33.33% + 1px);
}

.tab-ul.col7 li {
  width: calc(25% + 1px);
}

.tab-ul.col8 li {
  width: calc(20% + 1px);
}

@media (max-width: 1024px) {
  .tab-ul.col4 li,
  .tab-ul.col5 li,
  .tab-ul.col6 li,
  .tab-ul.col7 li,
  .tab-ul.col8 li {
    width: calc(25% + 1px);
  }
}
@media (max-width: 767px) {
  .tab-ul.col3 li,
  .tab-ul.col4 li,
  .tab-ul.col5 li,
  .tab-ul.col6 li,
  .tab-ul.col7 li,
  .tab-ul.col8 li {
    width: calc(33.33% + 1px);
  }
}
@media (max-width: 640px) {
  .tab-ul.col2 li,
  .tab-ul.col3 li,
  .tab-ul.col4 li,
  .tab-ul.col5 li,
  .tab-ul.col6 li,
  .tab-ul.col7 li,
  .tab-ul.col8 li {
    width: calc(50% + 1px);
  }
}
@media (max-width: 420px) {
  .tab-ul.col2 li,
  .tab-ul.col3 li,
  .tab-ul.col4 li,
  .tab-ul.col5 li,
  .tab-ul.col6 li,
  .tab-ul.col7 li,
  .tab-ul.col8 li {
    width: calc(100% + 1px);
  }
}
.tab-select .tab-select-title {
  display: none;
}
.tab-select.mobile-select {
  width: 100%;
  position: relative;
}
.tab-select.mobile-select .tab-select-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #006060;
  padding: 0 15px;
}
.tab-select.mobile-select .tab-select-title::after {
  content: "";
  display: block;
  background-position: center;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  margin: 0 5px;
}
.tab-select.mobile-select .tab-ul {
  display: none;
  margin: 0 auto;
  width: 100%;
  padding: 5px 16px;
  background: #fff;
  border: 2px solid #006060;
  border-radius: 10px;
  box-shadow: 0px 0px 39.2437px rgba(0, 0, 0, 0.1);
  z-index: 20;
  height: 170px;
  overflow-y: auto;
  text-align: left;
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translate(-50%, 0);
}
.tab-select.mobile-select .tab-ul::-webkit-scrollbar {
  width: 8px; /* 스크롤바의 너비 */
}
.tab-select.mobile-select .tab-ul::-webkit-scrollbar-track {
  background: transparent; /*스크롤바 뒷 배경 색상*/
}
.tab-select.mobile-select .tab-ul::-webkit-scrollbar-thumb {
  height: 5px; /* 스크롤바의 길이 */
  background: #124E85; /* 스크롤바의 색상 */
}
.tab-select.mobile-select .tab-ul::before {
  display: none;
}
.tab-select.mobile-select .tab-ul li {
  float: none;
  width: 100%;
  background-color: #fff;
  margin-top: 0;
  height: 40px;
  min-height: 40px;
  flex: 0 0 100%;
  max-width: 100%;
}
.tab-select.mobile-select .tab-ul li a {
  border: 0 solid #000;
}
.tab-select.mobile-select .tab-ul li span {
  padding: 5px;
}
.tab-select.mobile-select .tab-ul li.active a::after,
.tab-select.mobile-select .tab-ul li a:hover:after,
.tab-select.mobile-select .tab-ul li a:focus:after {
  display: none;
}
.tab-select.mobile-select .active + .tab-ul {
  display: flex;
}

/* Tob-box */
.ui-topbox {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #DDD;
  border-radius: 4px;
  background: #fff;
  z-index: 0;
}
@media (max-width: 560px) {
  .ui-topbox {
    border-radius: 15px;
  }
}
.ui-topbox .inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 40px 40px 50px;
}
@media (max-width: 767px) {
  .ui-topbox .inner {
    padding: 30px;
  }
}
.ui-topbox .inner .txtwrap {
  width: 100%;
  height: 100%;
}
.ui-topbox .inner .txtwrap .h-box {
  display: block;
  margin-bottom: 5px;
  color: #36404A;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.24px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .ui-topbox .inner .txtwrap .h-box {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .ui-topbox .inner .txtwrap .h-box {
    font-size: 20px;
  }
}
.ui-topbox .inner .txtwrap .con-box p {
  margin: 0;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 150%;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .ui-topbox .inner .txtwrap .con-box p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .ui-topbox .inner .txtwrap .con-box p {
    font-size: 15px;
  }
}
.ui-topbox .inner .txtwrap .con-box p + p {
  margin-top: 10px;
}
.ui-topbox .inner .txtwrap .con-box .border {
  margin: 15px 0;
  width: 100%;
  height: 1px;
  border: 1px dashed #E1E6EF;
}
.ui-topbox .inner .txtwrap .con-box .link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  padding: 10px 0;
}
.ui-topbox .inner .txtwrap .con-box .link .btn {
  padding: 12px 37px 12px 20px;
  min-width: 180px;
  border-radius: 4px;
}
@media (max-width: 500px) {
  .ui-topbox .inner .txtwrap .con-box .link {
    flex-direction: column;
  }
}

/* Tob-box End */
/* 문단스타일 */
.m_0 {
  margin: 0px !important;
}

.mt_0 {
  margin-top: 0px !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}

.mr_0 {
  margin-right: 0px !important;
}

.ml_0 {
  margin-left: 0px !important;
}

.m_5 {
  margin: 5px !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.mr_5 {
  margin-right: 5px !important;
}

.ml_5 {
  margin-left: 5px !important;
}

.m_10 {
  margin: 10px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.m_15 {
  margin: 15px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.mr_15 {
  margin-right: 15px !important;
}

.ml_15 {
  margin-left: 15px !important;
}

.m_20 {
  margin: 20px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.m_25 {
  margin: 25px !important;
}

.mt_25 {
  margin-top: 25px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.mr_25 {
  margin-right: 25px !important;
}

.ml_25 {
  margin-left: 25px !important;
}

.m_30 {
  margin: 30px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.m_35 {
  margin: 35px !important;
}

.mt_35 {
  margin-top: 35px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.mr_35 {
  margin-right: 35px !important;
}

.ml_35 {
  margin-left: 35px !important;
}

.m_40 {
  margin: 40px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mr_40 {
  margin-right: 40px !important;
}

.ml_40 {
  margin-left: 40px !important;
}

.m_45 {
  margin: 45px !important;
}

.mt_45 {
  margin-top: 45px !important;
}

.mb_45 {
  margin-bottom: 45px !important;
}

.mr_45 {
  margin-right: 45px !important;
}

.ml_45 {
  margin-left: 45px !important;
}

.m_50 {
  margin: 50px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

.m_55 {
  margin: 55px !important;
}

.mt_55 {
  margin-top: 55px !important;
}

.mb_55 {
  margin-bottom: 55px !important;
}

.mr_55 {
  margin-right: 55px !important;
}

.ml_55 {
  margin-left: 55px !important;
}

.m_60 {
  margin: 60px !important;
}

.mt_60 {
  margin-top: 60px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.mr_60 {
  margin-right: 60px !important;
}

.ml_60 {
  margin-left: 60px !important;
}

.m_65 {
  margin: 65px !important;
}

.mt_65 {
  margin-top: 65px !important;
}

.mb_65 {
  margin-bottom: 65px !important;
}

.mr_65 {
  margin-right: 65px !important;
}

.ml_65 {
  margin-left: 65px !important;
}

.m_70 {
  margin: 70px !important;
}

.mt_70 {
  margin-top: 70px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.mr_70 {
  margin-right: 70px !important;
}

.ml_70 {
  margin-left: 70px !important;
}

.m_75 {
  margin: 75px !important;
}

.mt_75 {
  margin-top: 75px !important;
}

.mb_75 {
  margin-bottom: 75px !important;
}

.mr_75 {
  margin-right: 75px !important;
}

.ml_75 {
  margin-left: 75px !important;
}

.m_80 {
  margin: 80px !important;
}

.mt_80 {
  margin-top: 80px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.mr_80 {
  margin-right: 80px !important;
}

.ml_80 {
  margin-left: 80px !important;
}

.m_85 {
  margin: 85px !important;
}

.mt_85 {
  margin-top: 85px !important;
}

.mb_85 {
  margin-bottom: 85px !important;
}

.mr_85 {
  margin-right: 85px !important;
}

.ml_85 {
  margin-left: 85px !important;
}

.m_90 {
  margin: 90px !important;
}

.mt_90 {
  margin-top: 90px !important;
}

.mb_90 {
  margin-bottom: 90px !important;
}

.mr_90 {
  margin-right: 90px !important;
}

.ml_90 {
  margin-left: 90px !important;
}

.m_95 {
  margin: 95px !important;
}

.mt_95 {
  margin-top: 95px !important;
}

.mb_95 {
  margin-bottom: 95px !important;
}

.mr_95 {
  margin-right: 95px !important;
}

.ml_95 {
  margin-left: 95px !important;
}

.m_100 {
  margin: 100px !important;
}

.mt_100 {
  margin-top: 100px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.mr_100 {
  margin-right: 100px !important;
}

.ml_100 {
  margin-left: 100px !important;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.txt-check + .txt-check {
  margin-top: 5px;
}

.txt-check {
  position: relative;
  padding-left: 17px;
  font-size: 15px;
  text-align: left;
  color: #DB003E !important;
}
.txt-check:before {
  top: 5px;
  width: 13px;
  height: 13px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0.00488281C7.35938 0.00488281 8.16992 0.170898 8.93164 0.50293C9.69336 0.825195 10.3574 1.26953 10.9238 1.83594C11.4902 2.40234 11.9346 3.06641 12.2568 3.82812C12.5889 4.58008 12.7549 5.38574 12.7549 6.24512C12.7549 7.11426 12.5889 7.92969 12.2568 8.69141C11.9346 9.44336 11.4902 10.1025 10.9238 10.6689C10.3574 11.2354 9.69336 11.6846 8.93164 12.0166C8.16992 12.3389 7.35938 12.5 6.5 12.5C5.64062 12.5 4.83008 12.3389 4.06836 12.0166C3.30664 11.6846 2.64258 11.2354 2.07617 10.6689C1.50977 10.1025 1.06055 9.44336 0.728516 8.69141C0.40625 7.92969 0.245117 7.11426 0.245117 6.24512C0.245117 5.38574 0.40625 4.58008 0.728516 3.82812C1.06055 3.06641 1.50977 2.40234 2.07617 1.83594C2.64258 1.26953 3.30664 0.825195 4.06836 0.50293C4.83008 0.170898 5.64062 0.00488281 6.5 0.00488281ZM5.87012 8.75L9.62012 5L8.75586 4.10645L5.88477 6.99219L4.25879 5.36621L3.37988 6.24512L5.87012 8.75Z' fill='%23DB003E'/%3E%3C/svg%3E%0A");
}

.txt-fouse:before {
  top: 1px;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.99996 0.041687C6.52637 0.041687 4.28594 1.04507 2.66546 2.66552L2.66546 2.66552C1.04501 4.286 0.041626 6.52644 0.041626 9.00002C0.041626 11.4736 1.04501 13.714 2.66546 15.3345L3.07692 14.923L2.66546 15.3345C4.28593 16.955 6.52637 17.9584 8.99996 17.9584C11.4735 17.9584 13.714 16.955 15.3344 15.3345C16.9549 13.714 17.9583 11.4736 17.9583 9.00002C17.9583 6.52643 16.9549 4.286 15.3344 2.66552L14.9265 3.07347L15.3344 2.66552C13.714 1.04507 11.4735 0.041687 8.99996 0.041687ZM3.54935 3.5494L3.54934 3.54941C2.15372 4.94505 1.29163 6.87128 1.29163 9.00002C1.29163 11.1288 2.15373 13.055 3.54934 14.4506C4.94498 15.8462 6.87121 16.7084 8.99996 16.7084C11.1287 16.7084 13.0549 15.8462 14.4506 14.4506C15.8462 13.055 16.7083 11.1288 16.7083 9.00002C16.7083 6.87127 15.8462 4.94504 14.4506 3.5494C13.0549 2.15379 11.1287 1.29169 8.99996 1.29169C6.87121 1.29169 4.94499 2.15378 3.54935 3.5494ZM10.0417 4.62498C10.0417 4.04969 9.57533 3.58331 9.00004 3.58331C8.42475 3.58331 7.95837 4.04969 7.95837 4.62498C7.95837 5.20027 8.42475 5.66665 9.00004 5.66665C9.57533 5.66665 10.0417 5.20027 10.0417 4.62498ZM7.75 7.33331C7.75 6.98813 8.02982 6.70831 8.375 6.70831H8.79167H9.20833H9.83333V7.33331V12.5417H10.6667C11.0118 12.5417 11.2917 12.8215 11.2917 13.1667C11.2917 13.5119 11.0118 13.7917 10.6667 13.7917H7.75C7.40482 13.7917 7.125 13.5119 7.125 13.1667C7.125 12.8215 7.40482 12.5417 7.75 12.5417H8.58333V7.95831H8.375C8.02982 7.95831 7.75 7.67849 7.75 7.33331Z' fill='%23222222'/%3E%3C/svg%3E%0A");
}

.se-h2 {
  position: relative;
  margin: 0 0 10px;
  color: #36404A;
  font-size: 47px;
  line-height: 1.3;
  letter-spacing: -0.94px;
  font-weight: 300;
}
.se-h2 b {
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .se-h2 {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .se-h2 {
    font-size: 30px;
  }
}

.h2,
.h3,
.h4,
.h5,
.h6 {
  position: relative;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: bold;
}

.h5,
.h6 {
  letter-spacing: 0;
  font-weight: 400;
}

.h2::before,
.h3::before,
.h4::before,
.h5::before,
.h6::before,
.list-1st li:before,
.txt-check:before,
.txt-fouse:before,
.txt-tip:before,
.txt_bul:before {
  content: "";
  position: absolute;
  left: 0;
}

.h2 + .h3,
.h2 + .h4,
.h2 + .h5,
.h2 + .h6,
.h3 + .h4,
.h3 + .h5,
.h3 + .h6,
.h4 + .h5,
.h4 + .h6,
.h5 + .h6 {
  margin-top: 0;
}

.h2 + p,
.h3 + p,
.h4 + p,
.h5 + p,
.h6 + p {
  margin-top: 0;
}

.h5,
.h6 {
  padding-left: 12px;
}

.h2 + .list-1st,
.h3 + .list-1st,
.h4 + .list-1st,
.h5 + .list-1st,
.h6 + .list-1st {
  margin: 0;
}

.h2:first-child {
  margin: 0 0 15px;
}

.h2 {
  margin: 62px 0 15px;
  color: #36404A;
  font-size: 27px;
}
@media (max-width: 767.98px) {
  .h2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .h2 {
    font-size: 21px;
  }
}
@media (max-width: 767.98px) {
  .h2 {
    margin-top: 45px;
  }
}
.h2.top-sub {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 12px;
}
.h2.top-sub .sub {
  color: #18C92F;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .h2.top-sub .sub {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .h2.top-sub .sub {
    font-size: 15px;
  }
}
.h2.right-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.h2.right-sub .txt-check {
  margin-top: 5px;
  line-height: 1.5;
  font-weight: 400;
}

.h3 {
  margin: 32px 0 10px;
  color: #16903D;
  font-size: 20px;
}

.h4 {
  margin: 20px 0 10px;
  color: #36404A;
  font-size: 18px;
}

.h5 {
  margin: 0 0 8px;
  color: #36404A;
  font-size: 16px;
}

.h6 {
  margin: 0 0 8px;
  color: #222222;
  font-size: 16px;
}

.h5:before {
  left: 0;
  top: 1px;
  width: 4px;
  height: 14px;
  background: #16903D;
}

.h6:before {
  left: 0;
  top: 7px;
  width: 7px;
  height: 2px;
  border-radius: 0;
  background: #001F4C;
}

p {
  margin: 10px 0 0;
  color: #36404A;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media (max-width: 767.98px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 15px;
  }
}

p + .list-1st {
  margin-top: 10px;
}

.list-2st,
.list-3st {
  margin: 5px 0;
}

.list-1st > li,
.list-2st > li,
.list-3st > li,
.txt_bul,
.txt_bul2,
.txt_bul3 {
  position: relative;
  margin-top: 2px;
  color: #36404A;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media (max-width: 767.98px) {
  .list-1st > li,
  .list-2st > li,
  .list-3st > li,
  .txt_bul,
  .txt_bul2,
  .txt_bul3 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .list-1st > li,
  .list-2st > li,
  .list-3st > li,
  .txt_bul,
  .txt_bul2,
  .txt_bul3 {
    font-size: 15px;
  }
}

.list-1st > li:first-child,
.list-2st > li:first-child,
.list-3st > li:first-child {
  margin: 0;
}

.list-1st > li .txt-check {
  margin-top: 3px;
  padding-left: 16px;
}

.list-1st.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2px 0;
}
.list-1st.col2 > li {
  margin: 0;
  width: calc(50% - 10px);
}
.list-1st.col2 > li.long {
  width: 100%;
}
.list-1st .list-2st {
  margin-left: 0;
}
.list-1st > dd,
.list-1st > li {
  padding-left: 12px;
}
.list-1st > dd::before,
.list-1st > li::before {
  left: 2px;
  top: 9px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #16903D;
}

.list-2st.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2px 0;
}
.list-2st.col2 > li {
  margin: 0;
  width: calc(50% - 10px);
}
.list-2st.col2 > li.long {
  width: 100%;
}
.list-2st .list-3st {
  margin-left: 3px;
}
.list-2st > dd,
.list-2st > li {
  padding-left: 8px;
}
.list-2st > dd::before,
.list-2st > li::before {
  left: 0;
  top: 8px;
  width: 3px;
  height: 5px;
  background: url("data:image/svg+xml,%3Csvg width='3' height='5' viewBox='0 0 3 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.09484e-05 4.31051L0.658323 5L2.99999 2.5L0.658325 0L0 0.689489L1.68338 2.5L0.430286 3.8125L4.09484e-05 4.31051Z' fill='%2316903D'/%3E%3C/svg%3E%0A");
}

.list-3st.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2px 0;
}
.list-3st.col2 > li {
  margin: 0;
  width: calc(50% - 10px);
}
.list-3st.col2 > li.long {
  width: 100%;
}
.list-3st > dd,
.list-3st > li {
  padding-left: 10px;
}
.list-3st > dd::before,
.list-3st > li::before {
  left: 0;
  top: 10px;
  width: 5px;
  height: 1px;
  background: #999999;
}

.num-list {
  counter-reset: item 0;
}
.num-list > li {
  position: relative;
  padding-left: 28px;
  color: #36404A;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media (max-width: 767.98px) {
  .num-list > li {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .num-list > li {
    font-size: 15px;
  }
}
.num-list > li + li {
  margin-top: 2px;
}
.num-list > li::before {
  content: counter(item, decimal-leading-zero) ".";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #16903D;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}
.num-list.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2px 0;
}
.num-list.col2 > li {
  margin: 0;
  width: calc(50% - 10px);
}
.num-list.col2 > li.long {
  width: 100%;
}

@media (max-width: 768px) {
  .num-list > li {
    padding-left: 22px;
  }
  .num-list > li::before {
    top: 5px;
  }
}
@media (max-width: 767px) {
  .list-1st.col2,
  .list-2st.col2,
  .list-3st.col2,
  .num-list.col2 {
    flex-direction: column;
  }
  .list-1st.col2 > li,
  .list-2st.col2 > li,
  .list-3st.col2 > li,
  .num-list.col2 > li {
    width: 100%;
  }
}
/* 문단 스타일 End */
/* 버튼 */
.ir-bbs {
  background: url(/pcms/dist/img/ir-bbs.png) no-repeat;
}

.ir-file.ir-bbs {
  position: relative;
  top: auto;
  transform: translate(0, 0);
}

.btn {
  position: relative;
  display: inline-block;
  padding: 6px 15px;
  max-width: 100%;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  transition: 0.3s;
  text-transform: initial;
  text-align: left;
}
@media (max-width: 767.98px) {
  .btn {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .btn {
    font-size: 15px;
  }
}
.btn .ir {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
}
.btn.btn-icon {
  padding: 6px 35px 6px 20px;
}
.btn.btn-lg {
  padding: 12px 20px;
}
.btn.btn-lg.btn-icon {
  padding: 12px 60px 12px 20px;
  min-width: 256px;
}
@media (max-width: 420px) {
  .btn.btn-lg.btn-icon {
    min-width: 100%;
    max-width: 100%;
  }
}
.btn.btn-only-icon {
  padding: 20px;
}
.btn.btn-only-icon.btn-default {
  border: none;
  background: none;
  border-radius: 4px;
}
.btn.btn-only-icon.btn-primary {
  border: none;
  background: none;
  border-radius: 4px;
}
.btn.btn-only-icon .ir {
  right: 50% !important;
  transform: translate(50%, -50%) !important;
}

.btn-lg .ir-arrow,
.btn-lg .ir-download,
.btn-lg .ir-link {
  right: 19px;
}

/* nomal ver. */
.btn-primary,
.btn-primary:link,
.btn-primary:visited {
  background: #EDF3F9;
  color: #006060;
  border: 1px solid #EDF3F9;
}

.btn-primary.btn-only-icon,
.btn-primary.btn-only-icon:link,
.btn-primary.btn-only-icon:visited {
  border: 0;
}

.btn-primary.btn-only-icon:focus {
  outline: 2px dotted #DB003E;
  color: #36404A;
  background-color: #F7F7F7;
}

.btn-primary:active,
.btn-primary:hover {
  border-color: #006060;
  background: #006060;
  color: #fff;
}

.btn-primary:focus {
  outline: 2px dotted #DB0000;
  background: #F7F7F7;
  color: #36404A;
}

.btn-primary.btn-icon .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8H2' stroke='%23006060' stroke-linejoin='round'/%3E%3Cpath d='M10 4L14 8L10 12' stroke='%23006060' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-only-icon .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8H2' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M10 4L14 8L10 12' stroke='%2336404A' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-noline.btn-icon .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8H2' stroke='%23006060' stroke-linejoin='round'/%3E%3Cpath d='M10 4L14 8L10 12' stroke='%23006060' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-icon:hover .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8H2' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3Cpath d='M10 4L14 8L10 12' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-only-icon:hover .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8H2' stroke='%2316903D' stroke-linejoin='round'/%3E%3Cpath d='M10 4L14 8L10 12' stroke='%2316903D' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-icon:focus .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8H2' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M10 4L14 8L10 12' stroke='%2336404A' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-only-icon:focus .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8H2' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M10 4L14 8L10 12' stroke='%2336404A' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  color: #36404A;
  background-color: #F7F7F7;
}

.btn-primary.btn-icon .ir-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.00277V14H14V8' stroke='%23006060' stroke-linejoin='round'/%3E%3Cpath d='M11 7.66406L8 10.6641L5 7.66406' stroke='%23006060' stroke-linejoin='round'/%3E%3Cpath d='M8 2V10.6667' stroke='%23006060' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-only-icon .ir-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.00277V14H14V8' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M11 7.66406L8 10.6641L5 7.66406' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M8 2V10.6667' stroke='%2336404A' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-noline.btn-icon .ir-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.00277V14H14V8' stroke='%23006060' stroke-linejoin='round'/%3E%3Cpath d='M11 7.66406L8 10.6641L5 7.66406' stroke='%23006060' stroke-linejoin='round'/%3E%3Cpath d='M8 2V10.6667' stroke='%23006060' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-icon:hover .ir-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.00277V14H14V8' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3Cpath d='M11 7.66406L8 10.6641L5 7.66406' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3Cpath d='M8 2V10.6667' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-only-icon:hover .ir-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.00277V14H14V8' stroke='%2316903D' stroke-linejoin='round'/%3E%3Cpath d='M11 7.66406L8 10.6641L5 7.66406' stroke='%2316903D' stroke-linejoin='round'/%3E%3Cpath d='M8 2V10.6667' stroke='%2316903D' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-icon:focus .ir-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.00277V14H14V8' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M11 7.66406L8 10.6641L5 7.66406' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M8 2V10.6667' stroke='%2336404A' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-only-icon:focus .ir-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.00277V14H14V8' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M11 7.66406L8 10.6641L5 7.66406' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M8 2V10.6667' stroke='%2336404A' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  color: #36404A;
  background-color: #F7F7F7;
}

.btn-primary.btn-icon .ir-link {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33594 4.14126V2.60156C4.33594 2.0838 4.75567 1.66406 5.27344 1.66406H13.3984C13.9162 1.66406 14.3359 2.0838 14.3359 2.60156V10.7266C14.3359 11.2443 13.9162 11.6641 13.3984 11.6641H11.8414' stroke='%23006060' stroke-linejoin='round'/%3E%3Cpath d='M10.7266 4.33594H2.60156C2.0838 4.33594 1.66406 4.75567 1.66406 5.27344V13.3984C1.66406 13.9162 2.0838 14.3359 2.60156 14.3359H10.7266C11.2443 14.3359 11.6641 13.9162 11.6641 13.3984V5.27344C11.6641 4.75567 11.2443 4.33594 10.7266 4.33594Z' stroke='%23006060' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-only-icon .ir-link {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33594 4.14126V2.60156C4.33594 2.0838 4.75567 1.66406 5.27344 1.66406H13.3984C13.9162 1.66406 14.3359 2.0838 14.3359 2.60156V10.7266C14.3359 11.2443 13.9162 11.6641 13.3984 11.6641H11.8414' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M10.7266 4.33594H2.60156C2.0838 4.33594 1.66406 4.75567 1.66406 5.27344V13.3984C1.66406 13.9162 2.0838 14.3359 2.60156 14.3359H10.7266C11.2443 14.3359 11.6641 13.9162 11.6641 13.3984V5.27344C11.6641 4.75567 11.2443 4.33594 10.7266 4.33594Z' stroke='%2336404A' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-noline.btn-icon .ir-link {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33594 4.14126V2.60156C4.33594 2.0838 4.75567 1.66406 5.27344 1.66406H13.3984C13.9162 1.66406 14.3359 2.0838 14.3359 2.60156V10.7266C14.3359 11.2443 13.9162 11.6641 13.3984 11.6641H11.8414' stroke='%23006060' stroke-linejoin='round'/%3E%3Cpath d='M10.7266 4.33594H2.60156C2.0838 4.33594 1.66406 4.75567 1.66406 5.27344V13.3984C1.66406 13.9162 2.0838 14.3359 2.60156 14.3359H10.7266C11.2443 14.3359 11.6641 13.9162 11.6641 13.3984V5.27344C11.6641 4.75567 11.2443 4.33594 10.7266 4.33594Z' stroke='%23006060' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-icon:hover .ir-link {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33594 4.14126V2.60156C4.33594 2.0838 4.75567 1.66406 5.27344 1.66406H13.3984C13.9162 1.66406 14.3359 2.0838 14.3359 2.60156V10.7266C14.3359 11.2443 13.9162 11.6641 13.3984 11.6641H11.8414' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3Cpath d='M10.7266 4.33594H2.60156C2.0838 4.33594 1.66406 4.75567 1.66406 5.27344V13.3984C1.66406 13.9162 2.0838 14.3359 2.60156 14.3359H10.7266C11.2443 14.3359 11.6641 13.9162 11.6641 13.3984V5.27344C11.6641 4.75567 11.2443 4.33594 10.7266 4.33594Z' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-only-icon:hover .ir-link {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33594 4.14126V2.60156C4.33594 2.0838 4.75567 1.66406 5.27344 1.66406H13.3984C13.9162 1.66406 14.3359 2.0838 14.3359 2.60156V10.7266C14.3359 11.2443 13.9162 11.6641 13.3984 11.6641H11.8414' stroke='%2316903D' stroke-linejoin='round'/%3E%3Cpath d='M10.7266 4.33594H2.60156C2.0838 4.33594 1.66406 4.75567 1.66406 5.27344V13.3984C1.66406 13.9162 2.0838 14.3359 2.60156 14.3359H10.7266C11.2443 14.3359 11.6641 13.9162 11.6641 13.3984V5.27344C11.6641 4.75567 11.2443 4.33594 10.7266 4.33594Z' stroke='%2316903D' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-icon:focus .ir-link {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33594 4.14126V2.60156C4.33594 2.0838 4.75567 1.66406 5.27344 1.66406H13.3984C13.9162 1.66406 14.3359 2.0838 14.3359 2.60156V10.7266C14.3359 11.2443 13.9162 11.6641 13.3984 11.6641H11.8414' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M10.7266 4.33594H2.60156C2.0838 4.33594 1.66406 4.75567 1.66406 5.27344V13.3984C1.66406 13.9162 2.0838 14.3359 2.60156 14.3359H10.7266C11.2443 14.3359 11.6641 13.9162 11.6641 13.3984V5.27344C11.6641 4.75567 11.2443 4.33594 10.7266 4.33594Z' stroke='%2336404A' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-only-icon:focus .ir-link {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33594 4.14126V2.60156C4.33594 2.0838 4.75567 1.66406 5.27344 1.66406H13.3984C13.9162 1.66406 14.3359 2.0838 14.3359 2.60156V10.7266C14.3359 11.2443 13.9162 11.6641 13.3984 11.6641H11.8414' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M10.7266 4.33594H2.60156C2.0838 4.33594 1.66406 4.75567 1.66406 5.27344V13.3984C1.66406 13.9162 2.0838 14.3359 2.60156 14.3359H10.7266C11.2443 14.3359 11.6641 13.9162 11.6641 13.3984V5.27344C11.6641 4.75567 11.2443 4.33594 10.7266 4.33594Z' stroke='%2336404A' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  color: #36404A;
  background-color: #F7F7F7;
}

/* nomal ver. End */
/* ov ver. */
.btn-default,
.btn-default:link,
.btn-default:visited {
  border-width: 1px;
  border-style: solid;
  border-color: #12380F;
  background: #12380F;
  color: #fff;
}

.btn-default:active,
.btn-default:hover {
  border-color: #006060;
  background: #006060;
  color: #fff;
}

.btn-default:focus {
  outline: 2px dotted #DB0000;
  background: #EBEBEB;
  color: #36404A !important;
}

.btn-default.btn-only-icon:focus {
  background-color: #F7F7F7;
}

.btn-default.btn-icon .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8H2' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3Cpath d='M10 4L14 8L10 12' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-default.btn-only-icon .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8H2' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M10 4L14 8L10 12' stroke='%2336404A' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-default.btn-icon:hover .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8H2' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3Cpath d='M10 4L14 8L10 12' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-default.btn-only-icon:hover .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8H2' stroke='%2316903D' stroke-linejoin='round'/%3E%3Cpath d='M10 4L14 8L10 12' stroke='%2316903D' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-default.btn-icon:focus .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8H2' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M10 4L14 8L10 12' stroke='%2336404A' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-default.btn-only-icon:focus .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8H2' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M10 4L14 8L10 12' stroke='%2336404A' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  color: #36404A;
  background-color: #F7F7F7;
}

.btn-default.btn-icon .ir-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.00277V14H14V8' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3Cpath d='M11 7.66406L8 10.6641L5 7.66406' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3Cpath d='M8 2V10.6667' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-default.btn-only-icon .ir-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.00277V14H14V8' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M11 7.66406L8 10.6641L5 7.66406' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M8 2V10.6667' stroke='%2336404A' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-default.btn-icon:hover .ir-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.00277V14H14V8' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3Cpath d='M11 7.66406L8 10.6641L5 7.66406' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3Cpath d='M8 2V10.6667' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-default.btn-only-icon:hover .ir-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.00277V14H14V8' stroke='%2316903D' stroke-linejoin='round'/%3E%3Cpath d='M11 7.66406L8 10.6641L5 7.66406' stroke='%2316903D' stroke-linejoin='round'/%3E%3Cpath d='M8 2V10.6667' stroke='%2316903D' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-default.btn-icon:focus .ir-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.00277V14H14V8' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M11 7.66406L8 10.6641L5 7.66406' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M8 2V10.6667' stroke='%2336404A' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-default.btn-only-icon:focus .ir-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.00277V14H14V8' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M11 7.66406L8 10.6641L5 7.66406' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M8 2V10.6667' stroke='%2336404A' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  color: #36404A;
  background-color: #F7F7F7;
}

.btn-default.btn-icon .ir-link {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33594 4.14126V2.60156C4.33594 2.0838 4.75567 1.66406 5.27344 1.66406H13.3984C13.9162 1.66406 14.3359 2.0838 14.3359 2.60156V10.7266C14.3359 11.2443 13.9162 11.6641 13.3984 11.6641H11.8414' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3Cpath d='M10.7266 4.33594H2.60156C2.0838 4.33594 1.66406 4.75567 1.66406 5.27344V13.3984C1.66406 13.9162 2.0838 14.3359 2.60156 14.3359H10.7266C11.2443 14.3359 11.6641 13.9162 11.6641 13.3984V5.27344C11.6641 4.75567 11.2443 4.33594 10.7266 4.33594Z' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-default.btn-only-icon .ir-link {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33594 4.14126V2.60156C4.33594 2.0838 4.75567 1.66406 5.27344 1.66406H13.3984C13.9162 1.66406 14.3359 2.0838 14.3359 2.60156V10.7266C14.3359 11.2443 13.9162 11.6641 13.3984 11.6641H11.8414' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M10.7266 4.33594H2.60156C2.0838 4.33594 1.66406 4.75567 1.66406 5.27344V13.3984C1.66406 13.9162 2.0838 14.3359 2.60156 14.3359H10.7266C11.2443 14.3359 11.6641 13.9162 11.6641 13.3984V5.27344C11.6641 4.75567 11.2443 4.33594 10.7266 4.33594Z' stroke='%2336404A' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-default.btn-icon:hover .ir-link {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33594 4.14126V2.60156C4.33594 2.0838 4.75567 1.66406 5.27344 1.66406H13.3984C13.9162 1.66406 14.3359 2.0838 14.3359 2.60156V10.7266C14.3359 11.2443 13.9162 11.6641 13.3984 11.6641H11.8414' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3Cpath d='M10.7266 4.33594H2.60156C2.0838 4.33594 1.66406 4.75567 1.66406 5.27344V13.3984C1.66406 13.9162 2.0838 14.3359 2.60156 14.3359H10.7266C11.2443 14.3359 11.6641 13.9162 11.6641 13.3984V5.27344C11.6641 4.75567 11.2443 4.33594 10.7266 4.33594Z' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-default.btn-only-icon:hover .ir-link {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33594 4.14126V2.60156C4.33594 2.0838 4.75567 1.66406 5.27344 1.66406H13.3984C13.9162 1.66406 14.3359 2.0838 14.3359 2.60156V10.7266C14.3359 11.2443 13.9162 11.6641 13.3984 11.6641H11.8414' stroke='%2316903D' stroke-linejoin='round'/%3E%3Cpath d='M10.7266 4.33594H2.60156C2.0838 4.33594 1.66406 4.75567 1.66406 5.27344V13.3984C1.66406 13.9162 2.0838 14.3359 2.60156 14.3359H10.7266C11.2443 14.3359 11.6641 13.9162 11.6641 13.3984V5.27344C11.6641 4.75567 11.2443 4.33594 10.7266 4.33594Z' stroke='%2316903D' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-default.btn-icon:focus .ir-link {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33594 4.14126V2.60156C4.33594 2.0838 4.75567 1.66406 5.27344 1.66406H13.3984C13.9162 1.66406 14.3359 2.0838 14.3359 2.60156V10.7266C14.3359 11.2443 13.9162 11.6641 13.3984 11.6641H11.8414' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M10.7266 4.33594H2.60156C2.0838 4.33594 1.66406 4.75567 1.66406 5.27344V13.3984C1.66406 13.9162 2.0838 14.3359 2.60156 14.3359H10.7266C11.2443 14.3359 11.6641 13.9162 11.6641 13.3984V5.27344C11.6641 4.75567 11.2443 4.33594 10.7266 4.33594Z' stroke='%2336404A' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-default.btn-only-icon:focus .ir-link {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33594 4.14126V2.60156C4.33594 2.0838 4.75567 1.66406 5.27344 1.66406H13.3984C13.9162 1.66406 14.3359 2.0838 14.3359 2.60156V10.7266C14.3359 11.2443 13.9162 11.6641 13.3984 11.6641H11.8414' stroke='%2336404A' stroke-linejoin='round'/%3E%3Cpath d='M10.7266 4.33594H2.60156C2.0838 4.33594 1.66406 4.75567 1.66406 5.27344V13.3984C1.66406 13.9162 2.0838 14.3359 2.60156 14.3359H10.7266C11.2443 14.3359 11.6641 13.9162 11.6641 13.3984V5.27344C11.6641 4.75567 11.2443 4.33594 10.7266 4.33594Z' stroke='%2336404A' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  color: #36404A;
  background-color: #F7F7F7;
}

/* ov ver. End */
/* link ver. */
.btn.btn-noline {
  display: inline;
  vertical-align: baseline;
  padding: 0;
  border: 0;
  background: linear-gradient(to right, transparent 50%, rgba(24, 201, 47, 0.3) 50%);
  background-position: 0 0.8rem;
  background-repeat: repeat-x;
  background-size: 200%;
  transition: 0.5s ease-in-out;
}

.btn-icon.btn-noline .ir-link,
.btn-icon.btn-noline .ir-download,
.btn-icon.btn-noline .ir-arrow {
  position: relative;
  right: 0;
  top: -2px;
  bottom: 0;
  transform: none;
  vertical-align: middle;
  margin-left: 3px;
}

.btn.btn-noline:hover,
.btn.btn-noline:focus {
  background-position: calc(-100% - 20px) 0.8rem;
  border-radius: 0;
}

/* link ver. End */
/* table ver */
.btn-primary.btn-table,
.btn-primary.btn-table:link,
.btn-primary.btn-table:visited {
  background: #fff;
  color: #36404A;
  border-radius: 20px;
  border: 1px solid #E0E0E0;
}

.btn-primary.btn-table:active,
.btn-primary.btn-table:hover {
  border-color: #16903D;
  color: #16903D;
}

.btn-primary.btn-only-icon.btn-table,
.btn-primary.btn-only-icon.btn-table:link,
.btn-primary.btn-only-icon.btn-table:visited {
  border: none;
  background: none;
}

.btn-primary.btn-only-icon.btn-table .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8H2' stroke='%23697785' stroke-linejoin='round'/%3E%3Cpath d='M10 4L14 8L10 12' stroke='%23697785' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-only-icon.btn-table:hover .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8H2' stroke='%2318C92F' stroke-linejoin='round'/%3E%3Cpath d='M10 4L14 8L10 12' stroke='%2318C92F' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-only-icon.btn-table .ir-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.00277V14H14V8' stroke='%23697785' stroke-linejoin='round'/%3E%3Cpath d='M11 7.66406L8 10.6641L5 7.66406' stroke='%23697785' stroke-linejoin='round'/%3E%3Cpath d='M8 2V10.6667' stroke='%23697785' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-only-icon.btn-table:hover .ir-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.00277V14H14V8' stroke='%2318C92F' stroke-linejoin='round'/%3E%3Cpath d='M11 7.66406L8 10.6641L5 7.66406' stroke='%2318C92F' stroke-linejoin='round'/%3E%3Cpath d='M8 2V10.6667' stroke='%2318C92F' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-only-icon.btn-table .ir-link {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33594 4.14126V2.60156C4.33594 2.0838 4.75567 1.66406 5.27344 1.66406H13.3984C13.9162 1.66406 14.3359 2.0838 14.3359 2.60156V10.7266C14.3359 11.2443 13.9162 11.6641 13.3984 11.6641H11.8414' stroke='%23697785' stroke-linejoin='round'/%3E%3Cpath d='M10.7266 4.33594H2.60156C2.0838 4.33594 1.66406 4.75567 1.66406 5.27344V13.3984C1.66406 13.9162 2.0838 14.3359 2.60156 14.3359H10.7266C11.2443 14.3359 11.6641 13.9162 11.6641 13.3984V5.27344C11.6641 4.75567 11.2443 4.33594 10.7266 4.33594Z' stroke='%23697785' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-only-icon.btn-table:hover .ir-link {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33594 4.14126V2.60156C4.33594 2.0838 4.75567 1.66406 5.27344 1.66406H13.3984C13.9162 1.66406 14.3359 2.0838 14.3359 2.60156V10.7266C14.3359 11.2443 13.9162 11.6641 13.3984 11.6641H11.8414' stroke='%2318C92F' stroke-linejoin='round'/%3E%3Cpath d='M10.7266 4.33594H2.60156C2.0838 4.33594 1.66406 4.75567 1.66406 5.27344V13.3984C1.66406 13.9162 2.0838 14.3359 2.60156 14.3359H10.7266C11.2443 14.3359 11.6641 13.9162 11.6641 13.3984V5.27344C11.6641 4.75567 11.2443 4.33594 10.7266 4.33594Z' stroke='%2318C92F' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

/* table ver End */
/* 버튼 End */
/* 테이블 */
.table-responsive.mobile.icon {
  position: relative;
}
.table-responsive.active.mobile, .table-responsive.active.mobile.icon {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  margin: 8px 0;
  width: 100%;
  height: auto;
  min-height: 0.01%;
  background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(255, 255, 255, 0), #fff 70%) 0 100%, radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-color: #fff;
  background-position: 0 0, 100%, 0 0, 100%;
  background-repeat: no-repeat;
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
  background-attachment: local, local, scroll, scroll;
}

.scrollable-icon {
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  padding: 20px 10px 10px 10px;
  width: 120px;
  height: 120px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}

.scrollable-icon:before,
.scrollable-icon:after {
  content: "";
  position: absolute;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.scrollable-icon:before {
  left: calc(50% - 25px);
  top: 20px;
  width: 50px;
  height: 50px;
  animation: scroll-hint-appear 2s linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 22C15 20.343 13.657 19 12 19C10.343 19 9 20.343 9 22V32C9 40.284 15.716 47 24 47C32.284 47 39 40.284 39 32V24C39 22.343 37.657 21 36 21C34.343 21 33 22.343 33 24V22C33 20.343 31.657 19 30 19C28.343 19 27 20.343 27 22V20C27 18.343 25.657 17 24 17C22.343 17 21 18.343 21 20V6C21 4.343 19.657 3 18 3C16.343 3 15 4.343 15 6V29V22Z' stroke='white' stroke-opacity='0.7' stroke-width='4' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40 8H26' stroke='white' stroke-opacity='0.5' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37 5L40 8L37 11' stroke='white' stroke-opacity='0.5' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29 5L26 8L29 11' stroke='white' stroke-opacity='0.5' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.scrollable-icon:after {
  left: 0;
  right: 0;
  top: 81px;
  width: 100%;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='87' height='29' viewBox='0 0 87 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.0199 5.31V7.77H32.5499V13.56H30.0149V0.749999H32.5499V5.31H34.0199ZM24.8549 6.525C23.8949 7.86 22.4549 8.73 20.6999 8.76V6.48C22.1099 6.345 23.1299 5.085 23.4299 3.42H20.9099V1.125H28.5749V3.42H26.0249C25.9799 3.765 25.9199 4.11 25.8299 4.44L29.1149 6.975L27.6149 8.745L24.8549 6.525ZM25.9799 8.46V10.59C27.1649 10.59 28.4849 10.44 29.2799 10.08V12.45C28.4849 12.81 27.1949 12.96 25.9199 12.96H20.4899V10.59H23.4599V8.46H25.9799ZM41.3986 7.875C37.8286 7.875 35.5036 6.45 35.5036 4.29C35.5036 2.13 37.8286 0.705 41.3986 0.705C44.9686 0.705 47.2936 2.13 47.2936 4.29C47.2936 6.45 44.9686 7.875 41.3986 7.875ZM41.3986 2.97C39.5686 2.97 38.1736 3.42 38.1736 4.29C38.1736 5.145 39.5686 5.61 41.3986 5.61C43.2286 5.61 44.6236 5.145 44.6236 4.29C44.6236 3.42 43.2286 2.97 41.3986 2.97ZM47.8786 8.64V10.98H42.7036V13.86H40.0936V10.98H34.9186V8.64H47.8786ZM57.1173 10.8H62.3073V13.11H49.3473V10.8H54.5373V9.36H50.0673V4.14H59.0973V3.27H50.0373V1.05H61.6023V6.255H52.5723V7.14H61.7523V9.36H57.1173V10.8ZM7.33887 20.625C5.85387 22.635 3.64887 23.91 1.20387 23.925V21.525C3.75387 21.51 6.12387 19.14 6.58887 15.705L9.16887 16.11C9.04887 17.01 8.80887 17.85 8.46387 18.645L13.9239 21.93L12.5889 23.985L7.33887 20.625ZM0.948867 28.11V25.74H13.9089V28.11H0.948867ZM25.0976 24.93V22.89H16.0826V20.535H25.0976V18.42H16.0826V16.05H27.6326V24.93H25.0976ZM15.3776 25.74H28.3376V28.11H15.3776V25.74ZM37.5313 21.345H42.7663V23.025H29.8063V21.345H35.0413V20.835H30.6013V17.655H39.5413V17.205H30.5713V15.75H41.9863V18.945H33.0463V19.395H42.1213V20.835H37.5313V21.345ZM33.0163 26.655V27.105H42.1513V28.56H30.5713V25.365H39.5713V24.915H30.5413V23.475H42.0163V26.655H33.0163ZM49.965 15.705V17.295H52.815V19.605H44.505V17.295H47.37V15.705H49.965ZM57.765 20.43V22.89H56.265V28.56H53.73V15.75H56.265V20.43H57.765ZM48.66 20.13C50.97 20.13 52.38 21.855 52.38 24.12C52.38 26.4 50.97 28.11 48.66 28.11C46.35 28.11 44.94 26.4 44.94 24.12C44.94 21.855 46.35 20.13 48.66 20.13ZM48.66 25.935C49.485 25.935 49.965 25.215 49.965 24.12C49.965 23.025 49.485 22.305 48.66 22.305C47.835 22.305 47.355 23.025 47.355 24.12C47.355 25.215 47.835 25.935 48.66 25.935ZM69.0287 15.75H71.4137V28.56H69.0287V15.75ZM65.6837 19.68V15.81H68.0387V28.335H65.6837V26.94L63.8387 27.84L62.2487 24.6C61.4687 26.745 60.2687 27.885 58.6637 27.96V25.38C60.0887 25.155 60.9287 21.6 60.9287 16.005L63.3287 16.095C63.3287 18.015 63.2237 19.71 63.0287 21.18L65.6837 26.265V22.08H64.2737V19.68H65.6837ZM83.5474 25.785H86.0524V28.11H73.0924V25.785H75.5974V23.01C74.3224 22.29 73.5874 21.18 73.5874 19.845C73.5874 17.43 75.9724 15.765 79.5724 15.765C83.1724 15.765 85.5574 17.43 85.5574 19.845C85.5574 21.18 84.8224 22.29 83.5474 23.01V25.785ZM79.5724 18.045C77.6374 18.045 76.2724 18.75 76.2724 19.845C76.2724 20.925 77.6374 21.645 79.5724 21.645C81.5074 21.645 82.8724 20.925 82.8724 19.845C82.8724 18.75 81.5074 18.045 79.5724 18.045ZM78.1324 23.82V25.785H81.0124V23.82C80.5624 23.88 80.0824 23.91 79.5724 23.91C79.0624 23.91 78.5824 23.88 78.1324 23.82Z' fill='white'/%3E%3C/svg%3E%0A");
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(20px);
    opacity: 1;
  }
  100% {
    transform: translateX(-20px);
    opacity: 1;
  }
}
.table-bordered {
  border-top-width: 2px;
  border-style: solid;
  border-color: #36404A;
}

.table {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.table .th_type {
  background: #F7F7F7;
  color: #36404A;
  font-weight: bold;
  text-align: center;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tbody > tr > th,
.table tfoot > tr > td,
.table tfoot > tr > th {
  padding: 10px 15px;
  color: #36404A;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .table thead > tr > th,
  .table thead > tr > td,
  .table tbody > tr > td,
  .table tbody > tr > th,
  .table tfoot > tr > td,
  .table tfoot > tr > th {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .table thead > tr > th,
  .table thead > tr > td,
  .table tbody > tr > td,
  .table tbody > tr > th,
  .table tfoot > tr > td,
  .table tfoot > tr > th {
    font-size: 15px;
  }
}
.table td,
.table th {
  border: 1px solid #D9DAE1;
  border-top: none;
}
.table td:first-child,
.table th:first-child {
  border-left: none;
}
.table td:last-child,
.table th:last-child {
  border-right: none;
}
.table th[scope=row],
.table th[scope=col] {
  text-align: center !important;
}
.table thead th {
  background: #F7F7F7;
  color: #36404A;
  font-weight: bold;
}
.table tbody th {
  background: #fff;
  color: #36404A;
  font-weight: bold;
}
.table tfoot {
  background: #fff;
  font-weight: bold;
}
.table tfoot th {
  font-weight: bold;
}

/* 테이블 End */
/* display */
/* Typography */
/* breakpoint */
/* breakpoint : content */
/*** 내용탭 ***/
.tab-ul.type3 {
  position: relative;
  margin: 0;
  padding: 0 20px;
  background: url("data:image/svg+xml,%3Csvg width='3' height='60' viewBox='0 0 3 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H3V60H0V0Z' fill='white'/%3E%3Cpath d='M0 59H3V60H0V59Z' fill='%23999999'/%3E%3Crect x='1' y='59' width='1' height='1' fill='white'/%3E%3C/svg%3E%0A") repeat;
}
.tab-ul.type3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #999;
}
@media (max-width: 767px) {
  .tab-ul.type3:before {
    display: none;
  }
}
.tab-ul.type3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #999;
  visibility: visible;
}
.tab-ul.type3 li {
  position: relative;
  margin: 0;
  margin-right: 20px;
  padding: 15.6px 20px 15.6px 0;
  width: auto;
}
.tab-ul.type3 li::before {
  display: none;
}
@media (max-width: 767px) {
  .tab-ul.type3 li::before {
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 1.5px);
    width: 18px;
    height: 3px;
    border-radius: 20px;
    background: #C8C7C6;
  }
}
.tab-ul.type3 li a {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tab-ul.type3 li a:before {
  content: "";
  position: absolute;
  right: -20px;
  top: calc(50% - 8px);
  width: 1px;
  height: 16px;
  background: #C0C0C0;
}
@media (max-width: 767px) {
  .tab-ul.type3 li a:before {
    display: none;
  }
}
.tab-ul.type3 li a span {
  padding: 0;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #222;
}
@media (max-width: 767.98px) {
  .tab-ul.type3 li a span {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .tab-ul.type3 li a span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tab-ul.type3 li a {
    display: block;
    padding-left: 30px;
  }
}
.tab-ul.type3 li a:hover:after,
.tab-ul.type3 li a:focus:after {
  display: none;
}
.tab-ul.type3 li a:hover span,
.tab-ul.type3 li a:focus span {
  font-weight: 800;
}
.tab-ul.type3 li.on a, .tab-ul.type3 li.active a {
  padding-left: 30px;
}
.tab-ul.type3 li.on a:after, .tab-ul.type3 li.active a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #18C92F url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.82401L5.71936 9M4.41834 8.99916L12.5 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A") center no-repeat;
}
@media (max-width: 767px) {
  .tab-ul.type3 li.on a:after, .tab-ul.type3 li.active a:after {
    display: none;
  }
}
.tab-ul.type3 li.on a span, .tab-ul.type3 li.active a span {
  color: #36404A;
  font-weight: 800;
}
@media (max-width: 767px) {
  .tab-ul.type3 li {
    margin-right: 0;
    padding: 17.21px 50px 17.21px 20px;
    width: 100%;
    border-bottom: 1px dashed #999;
  }
}
@media (max-width: 767px) {
  .tab-ul.type3 {
    display: none;
    padding: 0;
    background: none;
  }
}

/*** 내용탭 end ***/
/***  안내박스 ***/
.txt-box {
  display: flex;
  align-items: flex-start;
  gap: 10px 14px;
  padding: 16px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #D9DAE1;
  border-radius: 4px;
  background: #fff;
}
@media (max-width: 640px) {
  .txt-box {
    flex-direction: column;
  }
}
.txt-box + .txt-box {
  margin-top: 10px;
}
.txt-box .title {
  position: relative;
  display: block;
  color: #36404A;
  line-height: 1.5;
  font-weight: bold;
  font-size: 15px;
}
.txt-box .title.ico {
  padding-left: 42px;
}
@media (max-width: 767.98px) {
  .txt-box .title.ico {
    padding-left: 32px;
  }
}
@media (max-width: 480px) {
  .txt-box .title.ico {
    padding-left: 31px;
  }
}
.txt-box .title .icon {
  position: absolute;
  left: 0;
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #006060;
}
.txt-box .title .icon.icon1:before {
  background-position: 0px 0;
}
@media (max-width: 767.98px) {
  .txt-box .title .icon.icon1:before {
    background-position: 0px 0;
  }
}
@media (max-width: 480px) {
  .txt-box .title .icon.icon1:before {
    background-position: 0px 0;
  }
}
.txt-box .title .icon.icon2:before {
  background-position: -20px 0;
}
@media (max-width: 767.98px) {
  .txt-box .title .icon.icon2:before {
    background-position: -19px 0;
  }
}
@media (max-width: 480px) {
  .txt-box .title .icon.icon2:before {
    background-position: -18px 0;
  }
}
.txt-box .title .icon.icon3:before {
  background-position: -40px 0;
}
@media (max-width: 767.98px) {
  .txt-box .title .icon.icon3:before {
    background-position: -38px 0;
  }
}
@media (max-width: 480px) {
  .txt-box .title .icon.icon3:before {
    background-position: -36px 0;
  }
}
.txt-box .title .icon.icon4:before {
  background-position: -60px 0;
}
@media (max-width: 767.98px) {
  .txt-box .title .icon.icon4:before {
    background-position: -57px 0;
  }
}
@media (max-width: 480px) {
  .txt-box .title .icon.icon4:before {
    background-position: -54px 0;
  }
}
.txt-box .title .icon.icon5:before {
  background-position: -80px 0;
}
@media (max-width: 767.98px) {
  .txt-box .title .icon.icon5:before {
    background-position: -76px 0;
  }
}
@media (max-width: 480px) {
  .txt-box .title .icon.icon5:before {
    background-position: -72px 0;
  }
}
.txt-box .title .icon.icon6:before {
  background-position: -100px 0;
}
@media (max-width: 767.98px) {
  .txt-box .title .icon.icon6:before {
    background-position: -95px 0;
  }
}
@media (max-width: 480px) {
  .txt-box .title .icon.icon6:before {
    background-position: -90px 0;
  }
}
.txt-box .title .icon.icon7:before {
  background-position: -120px 0;
}
@media (max-width: 767.98px) {
  .txt-box .title .icon.icon7:before {
    background-position: -114px 0;
  }
}
@media (max-width: 480px) {
  .txt-box .title .icon.icon7:before {
    background-position: -108px 0;
  }
}
.txt-box .title .icon.icon8:before {
  background-position: -140px 0;
}
@media (max-width: 767.98px) {
  .txt-box .title .icon.icon8:before {
    background-position: -133px 0;
  }
}
@media (max-width: 480px) {
  .txt-box .title .icon.icon8:before {
    background-position: -126px 0;
  }
}
.txt-box .title .icon.icon9:before {
  background-position: -160px 0;
}
@media (max-width: 767.98px) {
  .txt-box .title .icon.icon9:before {
    background-position: -152px 0;
  }
}
@media (max-width: 480px) {
  .txt-box .title .icon.icon9:before {
    background-position: -144px 0;
  }
}
.txt-box .title .icon.icon10:before {
  background-position: -180px 0;
}
@media (max-width: 767.98px) {
  .txt-box .title .icon.icon10:before {
    background-position: -171px 0;
  }
}
@media (max-width: 480px) {
  .txt-box .title .icon.icon10:before {
    background-position: -162px 0;
  }
}
@media (max-width: 767.98px) {
  .txt-box .title .icon {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
  }
}
@media (max-width: 480px) {
  .txt-box .title .icon {
    width: 21px;
    height: 21px;
    top: calc(50% - 10.5px);
  }
}
.txt-box .title .icon:before {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='20' viewBox='0 0 120 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9426 9C17.0442 8.31836 17.0109 7.62052 16.8426 6.94953C16.6204 6.06313 16.1627 5.22368 15.4695 4.5305C14.7763 3.83733 13.9369 3.37961 13.0505 3.15735C12.3795 2.9891 11.6816 2.95578 11 3.05739M13.9713 9C14.0892 8.20896 13.8437 7.3742 13.2348 6.76526C12.6258 6.15632 11.7911 5.91077 11 6.02869M5.53608 4C5.82491 4 6.09105 4.16872 6.23127 4.44068L7.20387 6.32745C7.33122 6.57449 7.33722 6.8733 7.21986 7.12603L6.28287 9.14415C6.28287 9.14415 6.55441 10.6476 7.69081 11.8714C8.82726 13.0952 10.2186 13.3826 10.2186 13.3826L12.0923 12.3737C12.3271 12.2472 12.6048 12.2538 12.8343 12.3912L14.5912 13.4432C14.8436 13.5942 15 13.8807 15 14.1916V16.3638C15 17.47 14.0459 18.269 13.0726 17.9153C11.0737 17.1889 7.97078 15.8059 6.0041 13.6879C4.03737 11.5699 2.75315 8.22834 2.07868 6.07565C1.75028 5.0275 2.49217 4 3.51935 4H5.53608Z' stroke='white' stroke-width='1.15385' stroke-linecap='round'/%3E%3Cpath d='M22 17H38M31 13H33M31 9H33M31 6H33M23.8333 9H27.1667C27.6269 9 28 9.35817 28 9.8V16.2C28 16.6418 27.6269 17 27.1667 17H23.8333C23.3731 17 23 16.6418 23 16.2V9.8C23 9.35817 23.3731 9 23.8333 9ZM28.8 2H35.2C35.6418 2 36 2.35346 36 2.78947V16.2105C36 16.6465 35.6418 17 35.2 17H28.8C28.3582 17 28 16.6465 28 16.2105V2.78947C28 2.35346 28.3582 2 28.8 2Z' stroke='white' stroke-width='1.25' stroke-linecap='round'/%3E%3Cpath d='M43 8H57M43 8V16.2174C43 16.6496 43.3299 17 43.7368 17H56.2632C56.6701 17 57 16.6496 57 16.2174V8M43 8V4.66667C43 4.29848 43.3299 4 43.7368 4H56.2632C56.6701 4 57 4.29848 57 4.66667V8M47 3V6M53 3V6M52 14H54M46 14H48M52 11H54M46 11H48' stroke='white' stroke-width='1.25' stroke-linecap='round'/%3E%3Cpath d='M70 18C70 18 76 12.5 76 8C76 4.68628 73.3137 2 70 2C66.6863 2 64 4.68628 64 8C64 12.5 70 18 70 18Z' stroke='white' stroke-width='1.25'/%3E%3Cpath d='M70 10.4C71.3255 10.4 72.4 9.32546 72.4 7.99998C72.4 6.6745 71.3255 5.59998 70 5.59998C68.6745 5.59998 67.6 6.6745 67.6 7.99998C67.6 9.32546 68.6745 10.4 70 10.4Z' stroke='white' stroke-width='1.25'/%3E%3Cpath d='M95.8104 9.92773C95.3404 9.92773 94.959 10.3091 94.959 10.7792C94.959 11.2492 95.3404 11.6306 95.8104 11.6306C96.2805 11.6306 96.6619 11.2492 96.6619 10.7792C96.6619 10.3091 96.2787 9.92773 95.8104 9.92773Z' fill='white'/%3E%3Cpath d='M95.9419 6.26608V6.266L95.9401 2.8956C95.9459 2.61727 95.8394 2.35598 95.6478 2.15816L95.6478 2.15815L95.6466 2.15702C95.4521 1.96045 95.1922 1.85 94.9139 1.85H84.9804C84.4124 1.85 83.9453 2.31111 83.9328 2.87474L83.9328 2.87474L83.9328 2.87813L83.9346 6.2481C83.9343 6.26026 83.9342 6.27243 83.9343 6.28459H81.7697C81.2046 6.28459 80.7328 6.69109 80.7328 7.23814V13.4377C80.7328 13.9832 81.2048 14.3895 81.7697 14.3895H84.0251V17.1044C84.0193 17.3827 84.1258 17.644 84.3174 17.8418L84.3174 17.8418L84.3185 17.843C84.513 18.0395 84.773 18.15 85.0513 18.15H94.9848C95.5492 18.15 96.0376 17.6925 96.0501 17.1235L96.0501 17.1235V17.1202V14.3895H98.2309C98.7961 14.3895 99.2678 13.983 99.2678 13.4359V7.23814C99.2678 6.69109 98.7961 6.28459 98.2309 6.28459H95.9417C95.9418 6.27843 95.9419 6.27226 95.9419 6.26608ZM94.9307 2.87364L94.9306 2.87364L94.9306 2.87813L94.9324 6.24817C94.932 6.25529 94.9286 6.26458 94.9202 6.27284C94.9117 6.28128 94.9021 6.28459 94.8943 6.28459H84.9626C84.9601 6.28459 84.9586 6.28429 84.9579 6.28409C84.957 6.28387 84.9563 6.28357 84.9555 6.28315C84.9543 6.28254 84.953 6.28169 84.9518 6.28066C84.9486 6.2769 84.9472 6.27471 84.9464 6.27312L84.9459 6.27196L84.9459 6.27169L84.9458 6.27048L84.9459 6.27049L84.9459 6.26592L84.9423 2.89591C84.9427 2.8888 84.9461 2.87953 84.9545 2.87128C84.963 2.86285 84.9726 2.85953 84.9804 2.85953H94.9139C94.9164 2.85953 94.9178 2.85984 94.9186 2.86004C94.9195 2.86025 94.9202 2.86055 94.921 2.86097C94.9222 2.86159 94.9235 2.86244 94.9247 2.86347C94.9279 2.86722 94.9293 2.86941 94.9301 2.87101L94.9306 2.87217L94.9306 2.87243L94.9307 2.87364ZM85.0345 17.1226L85.0346 17.1226L85.0346 17.1184L85.0328 11.3394C85.0332 11.3323 85.0366 11.323 85.0449 11.3147C85.0535 11.3063 85.0631 11.303 85.0708 11.303H95.0043C95.0068 11.303 95.0083 11.3033 95.0091 11.3035C95.0099 11.3037 95.0107 11.304 95.0115 11.3044C95.0127 11.305 95.0139 11.3059 95.0151 11.3069C95.0181 11.3104 95.0193 11.3123 95.02 11.3137L95.0207 11.3158C95.0209 11.3165 95.0212 11.318 95.0211 11.3209L95.0211 11.3209L95.0211 11.3251L95.0228 17.1058C95.0225 17.1118 95.0196 17.1204 95.0111 17.1286C95.0022 17.1372 94.9922 17.1405 94.9848 17.1405H85.0513C85.0488 17.1405 85.0473 17.1402 85.0466 17.14C85.0457 17.1397 85.0449 17.1394 85.0441 17.139C85.043 17.1384 85.0417 17.1376 85.0405 17.1365C85.0376 17.1331 85.0364 17.1312 85.0357 17.1297L85.0349 17.1276C85.0348 17.127 85.0344 17.1254 85.0345 17.1226ZM95.7364 10.6016L95.7365 10.6016L95.7353 10.6005C95.5408 10.4039 95.2809 10.2935 95.0025 10.2935H85.0691C84.5007 10.2935 84.034 10.7549 84.0215 11.3218L84.0215 11.3218L84.0215 11.3259L84.0331 13.3799H81.7697C81.759 13.3799 81.7499 13.3788 81.7423 13.3772V7.29689C81.7499 7.29526 81.759 7.29412 81.7697 7.29412H84.9626H94.8961H98.2309C98.2416 7.29412 98.2508 7.29526 98.2583 7.29689V13.3772C98.2508 13.3788 98.2416 13.3799 98.2309 13.3799H96.0239L96.0288 11.3393C96.0346 11.0609 95.9281 10.7995 95.7364 10.6016Z' fill='white' stroke='white' stroke-width='0.3'/%3E%3Cpath d='M118 4.29883H102V15.7012H118V4.29883Z' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M108.443 10.0244L102 15.7015H118L111.56 10.0244' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M110.002 11.3492L102 4.29883H118L110.002 11.3492Z' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (max-width: 767.98px) {
  .txt-box .title .icon:before {
    left: calc(50% - 9.5px);
    top: calc(50% - 9.5px);
    width: 19px;
    height: 19px;
    background-size: auto 19px;
  }
}
@media (max-width: 480px) {
  .txt-box .title .icon:before {
    left: calc(50% - 9px);
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background-size: auto 18px;
  }
}
.txt-box .contxt {
  width: 100%;
}
.txt-box .contxt p,
.txt-box .contxt ul {
  margin: 0;
}
.txt-box .contxt p + p {
  margin-top: 5px;
}
.txt-box .contxt p,
.txt-box .contxt ul li {
  color: #36404A;
}
.txt-box.type01 {
  gap: 10px 30px;
}
@media (max-width: 640px) {
  .txt-box.type01 {
    gap: 10px 20px;
  }
}
.txt-box.type01 .title:after {
  content: "";
  position: absolute;
  right: -19px;
  top: calc(50% - 6.5px);
  width: 1px;
  height: 13px;
  background: #c4c4c4;
}
@media (max-width: 640px) {
  .txt-box.type01 .title:after {
    display: none;
  }
}
.txt-box.type02 {
  padding: 25px;
}
.txt-box.type02 .title {
  display: block;
  margin-bottom: 5px;
  color: #36404A;
  font-weight: bold;
}
.txt-box.type02 .txt-fouse {
  position: relative;
  padding-left: 25px;
  width: 100%;
  color: #36404A;
}
.txt-box.type02 .txt-fouse::before {
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0003 1.04199C7.52674 1.04199 5.2863 2.04537 3.66583 3.66582L3.66582 3.66583C2.04537 5.2863 1.04199 7.52674 1.04199 10.0003C1.04199 12.4739 2.04537 14.7143 3.66582 16.3348L4.07729 15.9233L3.66583 16.3348C5.2863 17.9553 7.52674 18.9587 10.0003 18.9587C12.4739 18.9587 14.7144 17.9553 16.3348 16.3348C17.9553 14.7144 18.9587 12.4739 18.9587 10.0003C18.9587 7.52674 17.9553 5.2863 16.3348 3.66583L15.9269 4.07377L16.3348 3.66582C14.7143 2.04537 12.4739 1.04199 10.0003 1.04199ZM4.54971 4.54971L4.54971 4.54971C3.15409 5.94535 2.29199 7.87158 2.29199 10.0003C2.29199 12.1291 3.15409 14.0553 4.54971 15.4509C5.94535 16.8466 7.87158 17.7087 10.0003 17.7087C12.1291 17.7087 14.0553 16.8466 15.4509 15.4509C16.8466 14.0553 17.7087 12.1291 17.7087 10.0003C17.7087 7.87158 16.8466 5.94535 15.4509 4.54971C14.0553 3.15409 12.1291 2.29199 10.0003 2.29199C7.87158 2.29199 5.94535 3.15409 4.54971 4.54971ZM11.0423 5.62565C11.0423 5.05036 10.5759 4.58398 10.0007 4.58398C9.42536 4.58398 8.95898 5.05036 8.95898 5.62565C8.95898 6.20094 9.42536 6.66732 10.0007 6.66732C10.5759 6.66732 11.0423 6.20094 11.0423 5.62565ZM8.75 8.33398C8.75 7.98881 9.02982 7.70898 9.375 7.70898H9.79167H10.2083H10.8333V8.33398V13.542H11.6667C12.0118 13.542 12.2917 13.8218 12.2917 14.167C12.2917 14.5122 12.0118 14.792 11.6667 14.792H10.2287C10.2219 14.7922 10.2151 14.7923 10.2083 14.7923C10.2015 14.7923 10.1947 14.7922 10.188 14.792H8.75C8.40482 14.792 8.125 14.5122 8.125 14.167C8.125 13.8218 8.40482 13.542 8.75 13.542H9.58333V8.95898H9.375C9.02982 8.95898 8.75 8.67916 8.75 8.33398Z' fill='%23222222'/%3E%3C/svg%3E%0A");
}
@media (max-width: 767.98px) {
  .txt-box.type02 {
    padding: 20px;
  }
}

/*  안내박스_혼합형 */
.txt-box_arrangement {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
}
.txt-box_arrangement .txt-box {
  margin: 0;
  width: calc(50% - 5px);
}
@media (max-width: 767px) {
  .txt-box_arrangement .txt-box {
    flex-direction: column;
  }
  .txt-box_arrangement .txt-box.type01 {
    gap: 10px 20px;
  }
  .txt-box_arrangement .txt-box.type01 .title:after {
    display: none;
  }
}
@media (max-width: 640px) {
  .txt-box_arrangement .txt-box {
    width: 100%;
  }
}

/***  안내박스 End ***/
/*** 리스트 스타일 ***/
/* 리스트, 칼럼 ir */
.ir-icon__line {
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  transform: none;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='760' height='520' viewBox='0 0 760 520' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.125 13.0236V27.7294L13.5969 18.4138H27.7916V15.7809C27.7916 15.2733 27.3712 14.8618 26.8526 14.8618H20.5146L18.1672 12.1045H12.064C11.5454 12.1045 11.125 12.516 11.125 13.0236Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M27.9999 27.7291L29.8749 18.4355H13.3808L11.125 27.7291H27.9999Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M22.625 23.083L18.3748 23.083' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cg clip-path='url(%23clip0_3454_3059)'%3E%3Cpath d='M99.9995 18.2724C101.907 18.2724 103.454 16.7257 103.454 14.8178C103.454 12.9099 101.907 11.3633 99.9995 11.3633C98.0916 11.3633 96.5449 12.9099 96.5449 14.8178C96.5449 16.7257 98.0916 18.2724 99.9995 18.2724Z' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M107.772 28.636C107.772 24.3437 104.292 20.8633 99.9993 20.8633C95.707 20.8633 92.2266 24.3437 92.2266 28.636' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3Cpath d='M186 17.5001V10.9092L171.818 11.0001V28.1819H177' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M175.455 15.4541H181.364' stroke='%23243242' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M175.455 18.6367H177.728' stroke='%23243242' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M183.636 29.0909C186.147 29.0909 188.182 27.0558 188.182 24.5455C188.182 22.0351 186.147 20 183.636 20C181.126 20 179.091 22.0351 179.091 24.5455C179.091 27.0558 181.126 29.0909 183.636 29.0909Z' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M183.637 25.4541V26.8177' stroke='%2318C92F' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M183.637 23.6365C184.139 23.6365 184.546 23.2295 184.546 22.7275C184.546 22.2254 184.139 21.8184 183.637 21.8184C183.135 21.8184 182.728 22.2254 182.728 22.7275C182.728 23.2295 183.135 23.6365 183.637 23.6365Z' fill='%2318C92F'/%3E%3Cg clip-path='url(%23clip1_3454_3059)'%3E%3Cpath d='M266.818 19.5455V15.0001L262.727 10.9092H252.182V29.091H258.636' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M263.181 29.0912L267.727 24.5457L265.909 22.7275L261.363 27.273V29.0912H263.181Z' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M262.272 10.9092V15.4546H266.818' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3C/g%3E%3Cg clip-path='url(%23clip2_3454_3059)'%3E%3Cpath d='M349.455 20.0004C349.455 25.2194 345.219 29.455 340 29.455C334.782 29.455 330.546 25.2194 330.546 20.0004C330.546 14.7815 334.782 10.5459 340 10.5459V20.0004H349.455Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M349.019 17.1637H342.836V10.9805C345.776 11.907 348.102 14.2234 349.019 17.1637Z' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3Cg clip-path='url(%23clip3_3454_3059)'%3E%3Cpath d='M414.545 19.5498C414.545 16.6518 416.897 14.2998 419.795 14.2998C422.693 14.2998 425.045 16.6518 425.045 19.5498V27.9498H414.545V19.5498Z' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M419.795 9.0498V10.6248' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M426.043 11.3184L425.035 12.5259' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M429.361 17.0723L427.807 17.3453' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M410.229 17.0723L411.783 17.3453' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M413.548 11.3184L414.556 12.5259' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M410.345 27.9502H429.77' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3C/g%3E%3Cg clip-path='url(%23clip4_3454_3059)'%3E%3Cpath d='M496.818 14.5456L490.909 11.8184V25.4547L496.818 28.182L503.182 25.4547L509.091 28.182V14.5456L503.182 11.8184L496.818 14.5456Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M503.182 12.8184V25.4547' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M496.818 14.5459V27.5005' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M493.863 13.182L496.818 14.5456L503.181 11.8184L506.136 13.182' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M493.863 26.8187L496.818 28.1824L503.181 25.4551L506.136 26.8187' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3C/g%3E%3Cg clip-path='url(%23clip5_3454_3059)'%3E%3Cpath d='M577.414 23.0417L579.456 25.0833L583.539 21' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M576 11V14' stroke='%23243242' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M584 11V14' stroke='%23243242' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Crect x='571' y='12' width='18' height='17' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cline x1='571.75' y1='17.25' x2='588.25' y2='17.25' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3C/g%3E%3Cg clip-path='url(%23clip6_3454_3059)'%3E%3Cpath d='M666.34 15.59C666.97 16.49 667.41 17.52 667.6 18.64H669.99V21.37H667.6C667.4 22.49 666.96 23.52 666.34 24.42L668.03 26.11L666.1 28.04L664.41 26.35C663.51 26.98 662.48 27.42 661.36 27.61V30H658.63V27.61C657.51 27.41 656.48 26.97 655.58 26.35L653.89 28.04L651.96 26.11L653.65 24.42C653.02 23.52 652.58 22.49 652.39 21.37H650V18.64H652.39C652.59 17.52 653.03 16.49 653.65 15.59L651.96 13.9L653.89 11.97L655.58 13.66C656.48 13.03 657.51 12.59 658.63 12.4V10H661.36V12.39C662.48 12.59 663.51 13.03 664.41 13.65L666.1 11.96L668.03 13.89L666.34 15.58V15.59Z' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M660 22.5C661.38 22.5 662.5 21.38 662.5 20C662.5 18.62 661.38 17.5 660 17.5C658.62 17.5 657.5 18.62 657.5 20C657.5 21.38 658.62 22.5 660 22.5Z' stroke='%2318C92F' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/g%3E%3Cpath d='M740 18.182C741.755 18.182 743.182 16.7547 743.182 15.0002C743.182 13.2456 741.755 11.8184 740 11.8184C738.246 11.8184 736.818 13.2456 736.818 15.0002C736.818 16.7547 738.246 18.182 740 18.182Z' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M734.545 12.3906C733.718 12.9634 733.182 13.9179 733.182 14.9997C733.182 16.1543 733.8 17.1724 734.727 17.727' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M745.454 12.3906C746.281 12.9634 746.818 13.9179 746.818 14.9997C746.818 16.0815 746.281 17.0361 745.454 17.6088' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M734.546 27.2726V28.1817H745.455V27.2726C745.455 25.5817 745.455 24.7271 745.182 24.0635C744.81 23.1726 744.11 22.4635 743.219 22.0999C742.546 21.8271 741.7 21.8271 740.01 21.8271C738.319 21.8271 737.464 21.8271 736.8 22.0999C735.91 22.4726 735.2 23.1726 734.837 24.0635C734.564 24.7362 734.564 25.5817 734.564 27.2726H734.546Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M749.091 28.1817V27.6363C749.091 25.5999 749.091 24.5817 748.691 23.7999C748.345 23.1181 747.781 22.5635 747.1 22.209' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M730.909 28.1817V27.6363C730.909 25.5999 730.909 24.5817 731.309 23.7999C731.655 23.1181 732.218 22.5635 732.9 22.209' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M27.2729 99.0908H12.7275C12.2254 99.0908 11.8184 99.4978 11.8184 99.9999V108.182C11.8184 108.684 12.2254 109.091 12.7275 109.091H27.2729C27.775 109.091 28.182 108.684 28.182 108.182V99.9999C28.182 99.4978 27.775 99.0908 27.2729 99.0908Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M15.4551 99.091V95.4546C15.4551 92.9455 17.4914 90.9092 20.0005 90.9092C22.5096 90.9092 24.546 92.9455 24.546 95.4546V99.091' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M20 102.728V105.455' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cg clip-path='url(%23clip7_3454_3059)'%3E%3Cpath d='M108.386 92.5449H91.6135C91.0988 92.5449 90.6816 92.9621 90.6816 93.4767V106.522C90.6816 107.037 91.0988 107.454 91.6135 107.454H108.386C108.901 107.454 109.318 107.037 109.318 106.522V93.4767C109.318 92.9621 108.901 92.5449 108.386 92.5449Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M96.7386 100.466C97.7636 100.466 98.6023 99.6269 98.6023 98.6019C98.6023 97.5769 97.7636 96.7383 96.7386 96.7383C95.7136 96.7383 94.875 97.5769 94.875 98.6019C94.875 99.6269 95.7136 100.466 96.7386 100.466Z' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M99.5343 103.261C99.5343 101.714 98.2856 100.466 96.7388 100.466C95.192 100.466 93.9434 101.714 93.9434 103.261' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M101.863 98.1357H105.591' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M102.796 101.863H105.591' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3C/g%3E%3Cg clip-path='url(%23clip8_3454_3059)'%3E%3Cpath d='M182.955 107.273C184.461 107.273 185.682 106.052 185.682 104.546C185.682 103.039 184.461 101.818 182.955 101.818C181.449 101.818 180.228 103.039 180.228 104.546C180.228 106.052 181.449 107.273 182.955 107.273Z' stroke='%2318C92F' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M185.228 106.363L187.5 108.181' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M186.818 99.5455V95.0001L182.727 90.9092H172.182V109.091H178.636' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M182.273 90.9092V95.4546H186.819' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3C/g%3E%3Cg clip-path='url(%23clip9_3454_3059)'%3E%3Cpath d='M260 109.455C260 109.455 267.091 103.782 267.091 97.6368C267.091 93.7226 263.914 90.5459 260 90.5459C256.086 90.5459 252.909 93.7226 252.909 97.6368C252.909 103.782 260 109.455 260 109.455Z' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M260 100.473C261.57 100.473 262.837 99.2056 262.837 97.6362C262.837 96.0667 261.57 94.7998 260 94.7998C258.431 94.7998 257.164 96.0667 257.164 97.6362C257.164 99.2056 258.431 100.473 260 100.473Z' stroke='%2318C92F' stroke-width='1.5'/%3E%3C/g%3E%3Cg clip-path='url(%23clip10_3454_3059)'%3E%3Cpath d='M340 99.0913C341.506 99.0913 342.727 97.8702 342.727 96.364C342.727 94.8578 341.506 93.6367 340 93.6367C338.494 93.6367 337.272 94.8578 337.272 96.364C337.272 97.8702 338.494 99.0913 340 99.0913Z' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M345.455 105.455C345.455 102.445 343.01 100 340 100C336.991 100 334.546 102.445 334.546 105.455' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M345.454 90.9092H349.09V94.5455' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M334.546 90.9092H330.909V94.5455' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M345.454 109.09H349.09V105.454' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M334.546 109.09H330.909V105.454' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3C/g%3E%3Cpath d='M416 92L416 109' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M420 94.5459H423.636' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M420 98.1816H423.636' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Crect x='413' y='91' width='14' height='18' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Ccircle cx='499.25' cy='99.8121' r='9.65' stroke='%23243242' stroke-width='1.5' stroke-dasharray='2.08 2.08'/%3E%3Cpath d='M493.887 107.824C495.426 108.862 497.28 109.467 499.276 109.467C504.608 109.467 508.931 105.144 508.931 99.8122C508.931 94.4799 504.608 90.1572 499.276 90.1572C495.201 90.1572 491.716 92.6811 490.299 96.2508' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M494.064 100.526H499.528V94.5654' stroke='%2318C92F' stroke-width='1.5'/%3E%3Cg clip-path='url(%23clip11_3454_3059)'%3E%3Cpath d='M576 102H573V107.5C573 108.33 573.67 109 574.5 109C575.33 109 576 108.33 576 107.5V102Z' stroke='%23243242' stroke-width='1.5' stroke-miterlimit='2'/%3E%3Cpath d='M585 95H586C587.66 95 589 96.34 589 98C589 99.66 587.66 101 586 101H585' stroke='%2318C92F' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M584.9 104.5C584.95 104.5 585 104.46 585 104.4V91.1C585 91.05 584.96 91 584.9 91H583.25C579.52 91 576.5 94.02 576.5 97.75C576.5 101.48 579.52 104.5 583.25 104.5H584.9Z' stroke='%23243242' stroke-width='1.5' stroke-miterlimit='2'/%3E%3Cpath d='M577 94H571V102H577' stroke='%23243242' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3C/g%3E%3Cg clip-path='url(%23clip12_3454_3059)'%3E%3Cpath d='M656 93.99L663.492 90L666 94H656V93.99Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M665.109 103.091H669.091V98.5459H665.109C663.791 98.5459 662.728 99.5641 662.728 100.819C662.728 102.073 663.8 103.091 665.109 103.091Z' stroke='%2318C92F' stroke-width='1.5' stroke-linejoin='round'/%3E%3Crect x='651' y='94' width='18' height='14' stroke='%23243242' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/g%3E%3Cg clip-path='url(%23clip13_3454_3059)'%3E%3Cpath d='M734 104V96C734 92.69 736.69 90 740 90C743.31 90 746 92.69 746 96V104C746 107.31 743.31 110 740 110' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M746 104C748.21 104 750 102.21 750 100C750 97.79 748.21 96 746 96' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M734 96C731.79 96 730 97.79 730 100C730 102.21 731.79 104 734 104' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3C/g%3E%3Cg clip-path='url(%23clip14_3454_3059)'%3E%3Cpath d='M19.9997 172.083L10.833 187.916H29.1663L19.9997 172.083Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M20 184.583V185' stroke='%2318C92F' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M20 178.5V182.083' stroke='%2318C92F' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3C/g%3E%3Cg clip-path='url(%23clip15_3454_3059)'%3E%3Cpath d='M90.9092 188.636H109.091' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M94.5459 185H95.0004' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M100.909 174.091H99.0908V175.909H100.909V174.091Z' fill='%2318C92F'/%3E%3Cpath d='M104.546 174.091H102.728V175.909H104.546V174.091Z' fill='%2318C92F'/%3E%3Cpath d='M100.909 177.272H99.0908V179.091H100.909V177.272Z' fill='%2318C92F'/%3E%3Cpath d='M104.546 177.272H102.728V179.091H104.546V177.272Z' fill='%2318C92F'/%3E%3Cpath d='M104.546 180.454H102.728V182.272H104.546V180.454Z' fill='%2318C92F'/%3E%3Cpath d='M104.546 183.636H102.728V185.454H104.546V183.636Z' fill='%2318C92F'/%3E%3Cpath d='M96 189V181H92V189' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M108 189V171H96V189' stroke='%23243242' stroke-width='1.5'/%3E%3C/g%3E%3Cg clip-path='url(%23clip16_3454_3059)'%3E%3Cpath d='M183.571 180.714L180 177.142C178.421 175.564 175.864 175.564 174.285 177.142C172.707 178.721 172.707 181.278 174.285 182.857L180 188.571C181.578 190.15 184.135 190.15 185.714 188.571C186.435 187.85 186.828 186.914 186.893 185.964' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M173.107 174.036C173.171 173.086 173.557 172.157 174.285 171.428C175.864 169.85 178.421 169.85 180 171.428L185.714 177.143C187.293 178.721 187.293 181.279 185.714 182.857C184.135 184.436 181.578 184.436 180 182.857L176.428 179.286' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3Cpath d='M259.25 179.5V173C259.25 171 260 169 262.75 169C265.75 169 266.75 171.5 266.75 173.5' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M259.25 173C262.56 173 265.25 175.69 265.25 179V183C265.25 186.31 262.56 189 259.25 189C255.94 189 253.25 186.31 253.25 183V179C253.25 175.69 255.94 173 259.25 173Z' stroke='%23243242' stroke-width='1.5' stroke-miterlimit='2'/%3E%3Cpath d='M253.25 179C253.25 175.69 255.94 173 259.25 173C262.56 173 265.25 175.69 265.25 179V179.5H253.25V179Z' stroke='%23243242' stroke-width='1.5' stroke-miterlimit='2'/%3E%3Cpath d='M259.25 180.125V172.5' stroke='%23243242' stroke-width='1.5'/%3E%3Cg clip-path='url(%23clip17_3454_3059)'%3E%3Cpath d='M340 189.455C345.219 189.455 349.455 185.219 349.455 180C349.455 174.782 345.219 170.546 340 170.546C334.782 170.546 330.546 174.782 330.546 180C330.546 185.219 334.782 189.455 340 189.455Z' stroke='%23243242' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M334.354 180H345.609' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M336 177.467L338 184L340 177L342 184L344 177.467' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/g%3E%3Cg clip-path='url(%23clip18_3454_3059)'%3E%3Cpath d='M410.623 173.026H428.591V186.502H417.923L415.677 188.748L413.431 186.502H410.623V173.026Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M419.326 179.765H419.888' stroke='%2318C92F' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M423.257 179.765H423.818' stroke='%2318C92F' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M415.396 179.765H415.957' stroke='%2318C92F' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3C/g%3E%3Cg clip-path='url(%23clip19_3454_3059)'%3E%3Cpath d='M490.909 186.818H509.091V173.182H490.909V186.818Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M490.909 173.182L500 180L509.091 173.182' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M500 173.182H490.909V180' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M509.091 180V173.182H500' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg clip-path='url(%23clip20_3454_3059)'%3E%3Cpath d='M570.909 172.728H574.091C574.091 172.728 574.546 175 576.818 175C579.091 175 579.546 172.728 579.546 172.728H589.091V187.273H579.546C579.546 187.273 579.091 185 576.818 185C574.546 185 574.091 187.273 574.091 187.273H570.909V172.728Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M576.818 177.728V178.637' stroke='%2318C92F' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M576.818 181.364V182.273' stroke='%2318C92F' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M580.454 178.637H585.454' stroke='%23243242' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M580.454 181.364H585.454' stroke='%23243242' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3C/g%3E%3Cg clip-path='url(%23clip21_3454_3059)'%3E%3Cpath d='M650.952 172.666H656.19C658.295 172.666 660 174.371 660 176.476V189.333C660 187.752 658.724 186.476 657.143 186.476H650.952V172.666Z' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M669.048 172.666H663.81C661.705 172.666 660 174.371 660 176.476V189.333C660 187.752 661.276 186.476 662.857 186.476H669.048V172.666Z' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M662.086 177.214H666.961M662.086 179.964H665.546' stroke='%2318C92F' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/g%3E%3Cg clip-path='url(%23clip22_3454_3059)'%3E%3Cpath d='M734.75 177H730.25V189H734.75V177Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M742.25 171H737.75V189H742.25V171Z' stroke='%2318C92F' stroke-width='1.5'/%3E%3Cpath d='M749.5 181H745V189H749.5V181Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3Cg clip-path='url(%23clip23_3454_3059)'%3E%3Cpath d='M15.476 257.143C15.8665 257.143 16.1903 256.82 16.1903 256.429C16.1903 256.039 15.8665 255.715 15.476 255.715C15.0855 255.715 14.7617 256.039 14.7617 256.429C14.7617 256.82 15.0855 257.143 15.476 257.143Z' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29 265.158L20.9474 259L18.1053 262.316L15.7368 260.421L11 265.158' stroke='%23243242' stroke-width='1.5'/%3E%3Crect x='11' y='252' width='18' height='16' stroke='%23243242' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3Cpath d='M106.416 250.833H93.583V258.166H106.416V250.833Z' stroke='%2318C92F' stroke-width='1.5'/%3E%3Cpath d='M105.959 263.667H94.042V269.167H105.959V263.667Z' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M90.833 258.167H109.166V266.417H105.966V263.667H94.0324V266.417H90.833V258.167Z' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M186.5 259.712C186.5 256.56 183.814 254 180.506 254C177.198 254 174.5 256.56 174.5 259.712C174.5 261.436 175.299 262.97 176.565 264.017L177.819 267H183.17L184.424 264.017C185.69 262.97 186.489 261.426 186.489 259.712H186.5Z' stroke='%23243242' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M180.5 250L180.5 247' stroke='%2318C92F' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M176.5 251L174.5 249' stroke='%2318C92F' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M184.5 251L186.5 249' stroke='%2318C92F' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M180.5 267V260' stroke='%23243242' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M178.5 260H182.5' stroke='%23243242' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M177.5 270H183.5' stroke='%23243242' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M177.5 272H183.5' stroke='%23243242' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cg clip-path='url(%23clip24_3454_3059)'%3E%3Cpath d='M260 269.455C265.219 269.455 269.455 265.219 269.455 260C269.455 254.782 265.219 250.546 260 250.546C254.782 250.546 250.546 254.782 250.546 260C250.546 265.219 254.782 269.455 260 269.455Z' stroke='%23243242' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M258.182 260V256.854L260.909 258.427L263.636 260L260.909 261.573L258.182 263.145V260Z' stroke='%2318C92F' stroke-width='1.5'/%3E%3C/g%3E%3Cg clip-path='url(%23clip25_3454_3059)'%3E%3Cpath d='M348.941 258.521C349.07 257.68 349.021 256.82 348.823 255.999C348.546 254.911 347.982 253.872 347.131 253.022C346.281 252.171 345.242 251.607 344.154 251.33C343.333 251.122 342.473 251.083 341.632 251.211' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M345.183 258.125C345.321 257.225 345.034 256.276 344.342 255.583C343.649 254.891 342.7 254.614 341.8 254.742' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M335.391 252.686C335.747 252.686 336.083 252.883 336.251 253.19L337.458 255.366C337.616 255.653 337.626 255.999 337.478 256.286L336.311 258.62C336.311 258.62 336.647 260.361 338.061 261.766C339.476 263.17 341.207 263.507 341.207 263.507L343.541 262.339C343.838 262.191 344.174 262.201 344.461 262.359L346.647 263.576C346.963 263.754 347.151 264.08 347.151 264.436V266.949C347.151 268.225 345.964 269.145 344.758 268.739C342.275 267.898 338.408 266.306 335.964 263.853C333.521 261.429 331.929 257.572 331.088 255.079C330.683 253.872 331.602 252.686 332.878 252.686H335.391Z' stroke='%23243242' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/g%3E%3Cg clip-path='url(%23clip26_3454_3059)'%3E%3Cpath d='M417.818 254.454H423.273H417.818Z' fill='%2318C92F'/%3E%3Cpath d='M417.818 254.454H423.273' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M417.818 259H423.273' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M417.818 263.546H423.273' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M415.091 255.364C415.591 255.364 416 254.955 416 254.455C416 253.955 415.591 253.546 415.091 253.546C414.591 253.546 414.182 253.955 414.182 254.455C414.182 254.955 414.591 255.364 415.091 255.364Z' fill='%2318C92F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M415.091 259.909C415.591 259.909 416 259.5 416 259C416 258.5 415.591 258.091 415.091 258.091C414.591 258.091 414.182 258.5 414.182 259C414.182 259.5 414.591 259.909 415.091 259.909Z' fill='%2318C92F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M415.091 264.455C415.591 264.455 416 264.046 416 263.546C416 263.046 415.591 262.637 415.091 262.637C414.591 262.637 414.182 263.046 414.182 263.546C414.182 264.046 414.591 264.455 415.091 264.455Z' fill='%2318C92F'/%3E%3Crect x='412' y='250' width='15' height='18' stroke='%23243242' stroke-width='1.5'/%3E%3C/g%3E%3Cg clip-path='url(%23clip27_3454_3059)'%3E%3Cpath d='M498 264.5H491V269H498V264.5Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M509 264.5H502V269H509V264.5Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M500 256V260' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M494.5 264.5V260H505.5V264.5' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M503.5 251H496.5V255.5H503.5V251Z' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3C/g%3E%3Cg clip-path='url(%23clip28_3454_3059)'%3E%3Cpath d='M580 269.455C582.61 269.455 584.974 268.396 586.685 266.685C588.396 264.974 589.455 262.61 589.455 260C589.455 257.391 588.396 255.027 586.685 253.316C584.974 251.605 582.61 250.546 580 250.546C577.391 250.546 575.027 251.605 573.316 253.316C571.605 255.027 570.546 257.391 570.546 260C570.546 262.61 571.605 264.974 573.316 266.685C575.027 268.396 577.391 269.455 580 269.455Z' stroke='%23243242' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M580 261.696V260.028C581.385 260.028 582.503 258.91 582.503 257.526C582.503 256.141 581.385 255.023 580 255.023C578.616 255.023 577.498 256.141 577.498 257.526' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M580 264.977C580.496 264.977 580.9 264.574 580.9 264.077C580.9 263.58 580.496 263.177 580 263.177C579.503 263.177 579.1 263.58 579.1 264.077C579.1 264.574 579.503 264.977 580 264.977Z' fill='%2318C92F'/%3E%3C/g%3E%3Cpath d='M655.526 252.185H654.572C652.987 252.185 651.708 253.464 651.708 255.048C651.708 256.633 652.987 257.912 654.572 257.912H655.526' stroke='%2318C92F' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M664.555 252.185H665.509C667.094 252.185 668.373 253.464 668.373 255.048C668.373 256.633 667.094 257.912 665.509 257.912H664.555' stroke='%2318C92F' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M654.81 250.274V257.342C654.81 260.227 657.148 262.566 660.034 262.566C662.919 262.566 665.258 260.227 665.258 257.342V250.274H654.81Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M665.366 268.998C665.366 267.991 664.551 267.181 663.549 267.181H656.518C655.512 267.181 654.701 267.996 654.701 268.998V269.726H665.366V268.998Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M660.034 262.561V266.288' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M728.889 255.889L740 253.111L751.111 255.889L740 258.667L728.889 255.889Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M733.889 257.556V265.322C733.889 265.322 736.666 267 740 267C743.333 267 746.111 265.322 746.111 265.322V257.556' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M730.556 256.444V267.555' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M732.222 267.556H728.889V270.889H732.222V267.556Z' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='round'/%3E%3Cg clip-path='url(%23clip29_3454_3059)'%3E%3Cpath d='M17.6189 333.123V330.476H14.7617V334.237' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M22.3809 333.123V330.476H25.238V334.237' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M18.5715 333.333C15.9429 333.333 13.8096 335.466 13.8096 338.095V349.523H26.1905V338.095C26.1905 335.466 24.0572 333.333 21.4286 333.333H18.5715Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M13.8093 342.381H10.9521V347.143H13.8093' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M26.1904 342.381H29.0476V347.143H26.1904' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M21.9043 339.523V341.428' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M16.667 339.523H23.3337' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3C/g%3E%3Cg clip-path='url(%23clip30_3454_3059)'%3E%3Cpath d='M92.2259 340.522C92.1915 340.208 92.1738 339.888 92.1738 339.565C92.1738 334.762 96.067 330.869 100.869 330.869C105.672 330.869 109.565 334.762 109.565 339.565C109.565 344.367 105.672 348.26 100.869 348.26C100.35 348.26 99.8415 348.215 99.3472 348.128' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M100.869 330.869C102.565 330.869 104.226 331.365 105.643 332.295C107.06 333.226 108.173 334.556 108.852 336.113C109.521 337.669 109.73 339.391 109.434 341.06C109.139 342.73 108.365 344.278 107.208 345.521L100.869 339.565V330.869Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M96.5707 347.27H92.125' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M96.5707 345.217H92.125' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M96.5707 343.165H92.125' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3Cg clip-path='url(%23clip31_3454_3059)'%3E%3Cpath d='M188.636 331.363H171.363V338.272H188.636V331.363Z' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M188.636 341.728H171.363V348.637H188.636V341.728Z' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M175.25 333.954H174.386C174.144 333.954 173.954 334.144 173.954 334.386V335.25C173.954 335.491 174.144 335.681 174.386 335.681H175.25C175.491 335.681 175.681 335.491 175.681 335.25V334.386C175.681 334.144 175.491 333.954 175.25 333.954Z' fill='%2318C92F'/%3E%3Cpath d='M175.25 344.318H174.386C174.144 344.318 173.954 344.508 173.954 344.75V345.614C173.954 345.856 174.144 346.046 174.386 346.046H175.25C175.491 346.046 175.681 345.856 175.681 345.614V344.75C175.681 344.508 175.491 344.318 175.25 344.318Z' fill='%2318C92F'/%3E%3Cpath d='M178.705 333.954H177.841C177.599 333.954 177.409 334.144 177.409 334.386V335.25C177.409 335.491 177.599 335.681 177.841 335.681H178.705C178.946 335.681 179.136 335.491 179.136 335.25V334.386C179.136 334.144 178.946 333.954 178.705 333.954Z' fill='%2318C92F'/%3E%3Cpath d='M178.705 344.318H177.841C177.599 344.318 177.409 344.508 177.409 344.75V345.614C177.409 345.856 177.599 346.046 177.841 346.046H178.705C178.946 346.046 179.136 345.856 179.136 345.614V344.75C179.136 344.508 178.946 344.318 178.705 344.318Z' fill='%2318C92F'/%3E%3C/g%3E%3Cg clip-path='url(%23clip32_3454_3059)'%3E%3Cpath d='M259.596 326.69V331.452' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M258.404 337.404L270.309 339.785L266.738 342.166L270.309 345.738L266.738 349.309L263.166 345.738L260.785 349.309L258.404 337.404Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M268.012 330.179L264.643 333.548' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M251.179 347.012L254.548 343.643' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M247.69 338.596H252.452' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M251.179 330.179L254.548 333.548' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3C/g%3E%3Cg clip-path='url(%23clip33_3454_3059)'%3E%3Cpath d='M339.157 346.903C343.431 346.903 346.903 343.431 346.903 339.157C346.903 334.883 343.431 331.411 339.157 331.411C334.883 331.411 331.411 334.883 331.411 339.157C331.411 343.431 334.883 346.903 339.157 346.903Z' stroke='%23243242' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M344.725 344.725L348.588 348.588' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M341.736 336.123C341.08 335.467 340.169 335.057 339.157 335.057C338.146 335.057 337.243 335.467 336.578 336.123' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3Cg clip-path='url(%23clip34_3454_3059)'%3E%3Cpath d='M412.272 330.909H427.727' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M412.272 349.091H427.727' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M414.091 349.091C415.3 343.027 417.273 340 420 340C422.727 340 424.7 343.036 425.909 349.091H414.091Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M425.909 330.909C424.7 336.973 422.727 340 420 340C417.273 340 415.3 336.964 414.091 330.909H425.909Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M418.636 335.909H421.363' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M417.727 346.363H422.272' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3C/g%3E%3Cg clip-path='url(%23clip35_3454_3059)'%3E%3Cmask id='mask0_3454_3059' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='488' y='328' width='24' height='24'%3E%3Cpath d='M511.5 328.5H488.5V351.5H511.5V328.5Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3454_3059)'%3E%3Cpath d='M503.354 331.812L507.188 335.646' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M492.812 342.834L496.167 346.188' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M494.729 344.271L505.271 333.729' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M503.354 331.812L507.188 335.646' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M492.333 342.834L505.75 329.417L509.583 333.25L496.167 346.667L491.375 347.625L492.333 342.834Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3C/g%3E%3Cline x1='491.75' y1='349.25' x2='509.25' y2='349.25' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3C/g%3E%3Cg clip-path='url(%23clip36_3454_3059)'%3E%3Cpath d='M572 332L576 337' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M588 332L584 337' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M583 331L581 336' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M577 331L579 336' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M580 349.091C583.515 349.091 586.364 346.241 586.364 342.727C586.364 339.212 583.515 336.363 580 336.363C576.486 336.363 573.637 339.212 573.637 342.727C573.637 346.241 576.486 349.091 580 349.091Z' stroke='%23243242' stroke-width='1.5' stroke-miterlimit='2'/%3E%3Cpath d='M580 345.91C581.757 345.91 583.182 344.485 583.182 342.728C583.182 340.97 581.757 339.546 580 339.546C578.243 339.546 576.818 340.97 576.818 342.728C576.818 344.485 578.243 345.91 580 345.91Z' stroke='%2318C92F' stroke-width='1.5' stroke-miterlimit='2'/%3E%3C/g%3E%3Cg clip-path='url(%23clip37_3454_3059)'%3E%3Cpath d='M652.728 349.091H656.364' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M667.273 331.818H654.546V339.091H667.273L665.455 335.455L667.273 331.818Z' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M654.546 349.091V330.909' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3C/g%3E%3Cpath d='M739.045 333.318H740.954' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M738.091 346.682H741.909' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Crect x='734' y='330' width='12' height='20' stroke='%23243242' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cg clip-path='url(%23clip38_3454_3059)'%3E%3Cpath d='M13.14 411.31C12.72 411.52 12.5 411.95 12.5 412.42V427H27.5V412.42C27.5 411.96 27.28 411.52 26.86 411.31C25.88 410.81 23.69 410 20 410C16.31 410 14.13 410.81 13.14 411.31Z' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M25 427V429' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M15 427V429' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M18.25 424C18.25 424.41 17.91 424.75 17.5 424.75C17.09 424.75 16.75 424.41 16.75 424C16.75 423.59 17.09 423.25 17.5 423.25C17.91 423.25 18.25 423.59 18.25 424Z' fill='%2318C92F' stroke='%2318C92F' stroke-width='0.5' stroke-miterlimit='2'/%3E%3Cpath d='M23.25 424C23.25 424.41 22.91 424.75 22.5 424.75C22.09 424.75 21.75 424.41 21.75 424C21.75 423.59 22.09 423.25 22.5 423.25C22.91 423.25 23.25 423.59 23.25 424Z' fill='%2318C92F' stroke='%2318C92F' stroke-width='0.5' stroke-miterlimit='2'/%3E%3Cpath d='M18 430H22' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M27.5 414H12.5V421H27.5V414Z' stroke='%23243242' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M20 414V421' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 414H22' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 421H22' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg clip-path='url(%23clip39_3454_3059)'%3E%3Cpath d='M96.7278 427.272H93.4551V429.091H96.7278V427.272Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M106.545 427.272H103.272V429.091H106.545V427.272Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M98.7725 416.363H101.227' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M94.2725 424.545H95.0906' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M97.9551 424.545H102.046' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M91.8184 420.455H108.182' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M91.8184 413.637H108.182' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M104.909 424.545H105.727' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Crect x='91.5' y='411' width='17' height='16' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3C/g%3E%3Cpath d='M173.875 423.625L173.875 421.648' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M187.125 423.625L187.125 421.648' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M178.75 413.27C178.75 411.26 179.92 410.25 180.5 410C181.08 410.25 182.25 411.26 182.25 413.27V417.04L190 423.5V425.5L182 421.5V426L184.5 430L180.5 428.5L176.5 430L179 426V421.5L171 425.5V423.5L178.75 417.04V413.27Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cg clip-path='url(%23clip40_3454_3059)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M255.078 423.748C255.725 423.748 256.25 423.223 256.25 422.576C256.25 421.929 255.725 421.404 255.078 421.404C254.431 421.404 253.906 421.929 253.906 422.576C253.906 423.223 254.431 423.748 255.078 423.748Z' fill='%2318C92F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M264.922 423.748C265.569 423.748 266.094 423.223 266.094 422.576C266.094 421.929 265.569 421.404 264.922 421.404C264.275 421.404 263.75 421.929 263.75 422.576C263.75 423.223 264.275 423.748 264.922 423.748Z' fill='%2318C92F'/%3E%3Cpath d='M250.625 420.326V425.717H269.375V420.326C269.375 419.267 268.775 418.292 267.818 417.814L267.5 417.654L266.468 413.023C266.281 412.17 265.522 411.561 264.64 411.561H255.406C254.534 411.561 253.775 412.161 253.578 413.014L252.5 417.654L252.181 417.814C251.225 418.282 250.625 419.257 250.625 420.326Z' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M256.625 425.717H253.25V428.545H256.625V425.717Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M266.75 425.717H263.375V428.545H266.75V425.717Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M255.312 419.06H264.687L263.909 415.573C263.815 415.142 263.431 414.842 262.99 414.842H257C256.559 414.842 256.184 415.151 256.081 415.573L255.303 419.06H255.312Z' stroke='%23243242' stroke-width='1.5'/%3E%3C/g%3E%3Crect x='332.5' y='411.047' width='15' height='15.7413' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M345 427V429' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M335 427V429' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M338.25 424C338.25 424.41 337.91 424.75 337.5 424.75C337.09 424.75 336.75 424.41 336.75 424C336.75 423.59 337.09 423.25 337.5 423.25C337.91 423.25 338.25 423.59 338.25 424Z' fill='%2318C92F' stroke='%2318C92F' stroke-width='0.5' stroke-miterlimit='2'/%3E%3Cpath d='M343.25 424C343.25 424.41 342.91 424.75 342.5 424.75C342.09 424.75 341.75 424.41 341.75 424C341.75 423.59 342.09 423.25 342.5 423.25C342.91 423.25 343.25 423.59 343.25 424Z' fill='%2318C92F' stroke='%2318C92F' stroke-width='0.5' stroke-miterlimit='2'/%3E%3Cpath d='M338 430H342' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M347.5 414H332.5V421H347.5V414Z' stroke='%23243242' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M338 414H342' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M338 421H342' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='336.25' y1='408.297' x2='343.75' y2='408.297' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M338 408.047L338 411.047M342 408.047L342 411.047' stroke='%23243242' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M420 429.916C425.477 429.916 429.916 425.477 429.916 420C429.916 414.523 425.477 410.083 420 410.083C414.523 410.083 410.083 414.523 410.083 420C410.083 425.477 414.523 429.916 420 429.916Z' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M410.792 423.542C411.861 423.984 413.625 424.25 414.517 423.21C415.408 422.17 414.613 420.533 415.601 419.978C416.683 419.369 417.465 421.44 419.498 421.074C421.532 420.709 422.834 417.875 422.834 416.459C422.834 415.042 421.619 415.042 421.532 413.664C421.417 411.854 422.834 410.792 422.834 410.792' stroke='%2318C92F' stroke-width='1.5'/%3E%3Cpath d='M422.833 429.208C422.064 428.564 421.417 428.145 421.417 427.083C421.417 426.02 422.125 426.375 422.833 425.666C423.542 424.958 423.187 423.541 423.896 423.187C424.605 422.833 426.806 423.581 428.5 424.958' stroke='%2318C92F' stroke-width='1.5'/%3E%3Cpath d='M410.083 420C410.083 422.702 411.164 425.152 412.916 426.94' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M420 429.917C425.477 429.917 429.917 425.477 429.917 420' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M420 410.083C422.702 410.083 425.152 411.164 426.94 412.916' stroke='%23243242' stroke-width='1.5'/%3E%3Cg clip-path='url(%23clip41_3454_3059)'%3E%3Cpath d='M492 413.226L500 410.889L508 413.226V418.018C508 423.049 504.782 427.52 500 429.111C495.227 427.52 492 423.049 492 418.009V413.226Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M496 419.334L499.111 422.445L504.444 417.111' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3C/g%3E%3Cline x1='570.4' y1='420.05' x2='589.6' y2='420.05' stroke='%2318C92F' stroke-width='1.5' stroke-linejoin='bevel'/%3E%3Cpath d='M580 423.109C580.423 423.109 580.765 422.766 580.765 422.344C580.765 421.921 580.423 421.578 580 421.578C579.577 421.578 579.234 421.921 579.234 422.344C579.234 422.766 579.577 423.109 580 423.109Z' fill='%2318C92F'/%3E%3Cpath d='M577.2 425L576 429H584L582.8 425' stroke='%23243242' stroke-width='1.5'/%3E%3Crect x='569.906' y='411.2' width='20.1877' height='13.6' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M659 411H652V416.5H659V411Z' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M669 422.5H662V428H669V422.5Z' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M669 411H662V419.5H669V411Z' stroke='%2318C92F' stroke-width='1.5'/%3E%3Cpath d='M659 419.5H652V428H659V419.5Z' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M732.533 414.333V425.533' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M736.267 414.333V425.533' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M740 414.333V425.533' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M743.733 414.333V425.533' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M747.467 414.333V425.533' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M749.334 425.533H730.667V428.333H749.334V425.533Z' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M731.133 412.436L739.999 409.9L748.866 412.436V414.975H731.133V412.436Z' stroke='%2318C92F' stroke-width='1.5'/%3E%3Cg clip-path='url(%23clip42_3454_3059)'%3E%3Cpath d='M10.7491 491.749C10.7491 492.364 10.749 492.398 10.749 493.202V498.499H21.8823V491.749H10.7491Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M29.2513 498.499H10.749V505.978C12.3651 505.978 11.398 505.978 12.2018 505.978H13.0805C13.0805 504.775 14.0591 503.796 15.2623 503.796C16.4654 503.796 17.444 504.775 17.444 505.978H22.7061C22.7061 504.775 23.6846 503.796 24.8878 503.796C26.091 503.796 27.0695 504.775 27.0695 505.978C27.0695 505.978 26.9947 505.978 27.7984 505.978C28.6022 505.978 28.4566 505.978 29.2513 505.978V502.498C29.2513 502.498 29.2513 502.478 29.2513 502.468C29.2513 502.448 29.2513 502.423 29.2513 502.403V498.504V498.499Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M13.0801 505.978C13.0801 507.181 14.0586 508.159 15.2618 508.159C16.465 508.159 17.4435 507.181 17.4435 505.978' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M17.4435 505.978C17.4435 504.774 16.47 503.796 15.2618 503.796C14.0536 503.796 13.0801 504.774 13.0801 505.978' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M22.7061 505.978C22.7061 507.181 23.6846 508.159 24.8878 508.159C26.091 508.159 27.0695 507.181 27.0695 505.978' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M27.0695 505.978C27.0695 504.774 26.091 503.796 24.8878 503.796C23.6846 503.796 22.7061 504.774 22.7061 505.978' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M29.2508 497.725C29.2508 495.319 27.2987 491.749 24.8873 491.749H21.8818V498.499H29.2458V497.725H29.2508Z' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3C/g%3E%3Cpath d='M95.1953 506.521V510.372' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M104.404 506.521V510.372' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M108.9 498.527C108.9 503.443 104.916 507.427 99.9996 507.427C95.0836 507.427 91.0996 503.443 91.0996 498.527C91.0996 493.611 95.0836 489.627 99.9996 489.627C104.916 489.627 108.9 493.611 108.9 498.527Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M96.9053 498.527H103.094' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M99.999 495.427V501.621' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cg clip-path='url(%23clip43_3454_3059)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M175.078 506.748C175.725 506.748 176.25 506.223 176.25 505.576C176.25 504.929 175.725 504.404 175.078 504.404C174.431 504.404 173.906 504.929 173.906 505.576C173.906 506.223 174.431 506.748 175.078 506.748Z' fill='%2318C92F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M184.922 506.748C185.569 506.748 186.094 506.223 186.094 505.576C186.094 504.929 185.569 504.404 184.922 504.404C184.275 504.404 183.75 504.929 183.75 505.576C183.75 506.223 184.275 506.748 184.922 506.748Z' fill='%2318C92F'/%3E%3Cpath d='M170.625 503.326V508.717H189.375V503.326C189.375 502.267 188.775 501.292 187.818 500.814L187.5 500.654L186.468 496.023C186.281 495.17 185.522 494.561 184.64 494.561H175.406C174.534 494.561 173.775 495.161 173.578 496.014L172.5 500.654L172.181 500.814C171.225 501.282 170.625 502.257 170.625 503.326Z' stroke='%23243242' stroke-width='1.5'/%3E%3Cpath d='M176.625 508.717H173.25V511.545H176.625V508.717Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M186.75 508.717H183.375V511.545H186.75V508.717Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M175.312 502.06H184.687L183.909 498.573C183.815 498.142 183.431 497.842 182.99 497.842H177C176.559 497.842 176.184 498.151 176.081 498.573L175.303 502.06H175.312Z' stroke='%23243242' stroke-width='1.5'/%3E%3C/g%3E%3Cpath d='M175.019 489.5C176.294 488.225 178.054 487.435 180 487.435C181.945 487.435 183.706 488.225 184.981 489.5' stroke='%23243242' stroke-width='1.5' stroke-linejoin='bevel'/%3E%3Cpath d='M177.034 491.515C177.794 490.755 178.84 490.285 179.995 490.285C181.15 490.285 182.2 490.755 182.956 491.515' stroke='%23243242' stroke-width='1.5' stroke-linejoin='bevel'/%3E%3Cpath d='M266.5 496.906C266.5 500.94 263.586 504.219 260 504.219C256.414 504.219 253.5 500.94 253.5 496.906' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M263.611 497.418C263.611 499.435 261.994 501.063 260.003 501.063C258.006 501.063 256.389 499.429 256.389 497.418V493.153C256.389 491.136 258.006 489.508 260.003 489.508C261.999 489.508 263.611 491.142 263.611 493.153V497.418Z' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M260 504.564V507.402' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M265.173 509.265C265.173 509.942 264.624 510.491 263.947 510.491H256.054C255.376 510.491 254.827 509.942 254.827 509.265C254.827 508.587 255.376 508.038 256.054 508.038H263.947C264.624 508.038 265.173 508.587 265.173 509.265Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M343.863 499.928L347.287 496.25C347.664 495.847 348.146 495.651 348.634 495.662C349.116 495.667 349.598 495.879 349.964 496.292C350.33 496.706 350.505 497.241 350.499 497.776C350.494 498.306 350.303 498.842 349.927 499.239L346.503 502.918L343.079 506.596H336.3L333.125 509.464' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M337.986 502.653H341.781C342.899 502.653 343.806 501.747 343.806 500.628C343.806 499.51 342.899 498.604 341.781 498.604H335.373L329.5 503.713' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M342.539 493.213C342.539 494.692 341.341 495.889 339.862 495.889C338.383 495.889 337.186 494.692 337.186 493.213C337.186 491.734 338.383 490.536 339.862 490.536C341.341 490.536 342.539 491.734 342.539 493.213Z' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M420 499.794C421.072 499.794 422.043 500.231 422.75 500.932C423.456 501.633 423.888 502.609 423.888 503.682' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M422.498 496.613V488.819H417.496V496.613C414.585 497.643 412.5 500.417 412.5 503.682C412.5 507.821 415.855 511.182 420 511.182C424.145 511.182 427.5 507.827 427.5 503.682C427.5 500.417 425.415 497.643 422.504 496.613H422.498Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M500 493.068C496.647 490.666 493.47 489.787 492.128 491.129C490.786 492.471 491.67 495.648 494.067 499.001C494.83 497.933 495.745 496.851 496.796 495.801C497.846 494.751 498.927 493.835 499.996 493.072L500 493.068Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M503.2 502.201C502.15 503.251 501.068 504.167 500 504.93C503.353 507.331 506.53 508.215 507.872 506.873C509.214 505.531 508.33 502.354 505.929 499.001C505.166 500.069 504.25 501.151 503.2 502.201Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M505.929 499.001C508.33 495.648 509.21 492.471 507.872 491.129C506.53 489.787 503.353 490.671 500 493.072C501.068 493.835 502.15 494.751 503.2 495.801C504.25 496.851 505.166 497.933 505.929 499.001Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M494.067 499.001C491.67 502.354 490.786 505.531 492.128 506.873C493.47 508.215 496.647 507.331 500 504.93C498.932 504.167 497.85 503.251 496.8 502.201C495.75 501.151 494.834 500.069 494.071 499.001H494.067Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M505.929 499.001C505.166 497.933 504.25 496.851 503.2 495.801C502.15 494.751 501.068 493.835 500 493.072C498.932 493.835 497.85 494.751 496.8 495.801C495.75 496.851 494.834 497.933 494.071 499.001C494.834 500.069 495.75 501.151 496.8 502.201C497.85 503.251 498.932 504.167 500 504.93C501.068 504.167 502.15 503.251 503.2 502.201C504.25 501.151 505.166 500.069 505.929 499.001Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M501.342 499.001C501.342 499.746 500.741 500.347 499.996 500.347C499.251 500.347 498.649 499.746 498.649 499.001C498.649 498.256 499.251 497.654 499.996 497.654C500.741 497.654 501.342 498.256 501.342 499.001Z' stroke='%2318C92F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3CclipPath id='clip0_3454_3059'%3E%3Crect width='17.2727' height='19' fill='white' transform='translate(91.3633 10.5)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_3454_3059'%3E%3Crect width='17.2727' height='20' fill='white' transform='translate(251.363 10)'/%3E%3C/clipPath%3E%3CclipPath id='clip2_3454_3059'%3E%3Crect width='22' height='22' fill='white' transform='translate(329 9)'/%3E%3C/clipPath%3E%3CclipPath id='clip3_3454_3059'%3E%3Crect width='21.6405' height='21' fill='white' transform='translate(409.18 8)'/%3E%3C/clipPath%3E%3CclipPath id='clip4_3454_3059'%3E%3Crect width='20' height='18.1818' fill='white' transform='translate(490 10.9092)'/%3E%3C/clipPath%3E%3CclipPath id='clip5_3454_3059'%3E%3Crect width='20' height='20' fill='white' transform='translate(570 10)'/%3E%3C/clipPath%3E%3CclipPath id='clip6_3454_3059'%3E%3Crect width='22' height='22' fill='white' transform='translate(649 9)'/%3E%3C/clipPath%3E%3CclipPath id='clip7_3454_3059'%3E%3Crect width='20.5' height='16.7727' fill='white' transform='translate(89.75 91.6133)'/%3E%3C/clipPath%3E%3CclipPath id='clip8_3454_3059'%3E%3Crect width='16.8182' height='20' fill='white' transform='translate(171.591 90)'/%3E%3C/clipPath%3E%3CclipPath id='clip9_3454_3059'%3E%3Crect width='16' height='22' fill='white' transform='translate(252 89)'/%3E%3C/clipPath%3E%3CclipPath id='clip10_3454_3059'%3E%3Crect width='20' height='20' fill='white' transform='translate(330 90)'/%3E%3C/clipPath%3E%3CclipPath id='clip11_3454_3059'%3E%3Crect width='20' height='20' fill='white' transform='matrix(-1 0 0 1 590 90)'/%3E%3C/clipPath%3E%3CclipPath id='clip12_3454_3059'%3E%3Crect width='20' height='20' fill='white' transform='translate(650 89)'/%3E%3C/clipPath%3E%3CclipPath id='clip13_3454_3059'%3E%3Crect width='22' height='22' fill='white' transform='translate(729 89)'/%3E%3C/clipPath%3E%3CclipPath id='clip14_3454_3059'%3E%3Crect width='22' height='19' fill='white' transform='translate(9 170)'/%3E%3C/clipPath%3E%3CclipPath id='clip15_3454_3059'%3E%3Crect width='20' height='19.0909' fill='white' transform='translate(90 170.454)'/%3E%3C/clipPath%3E%3CclipPath id='clip16_3454_3059'%3E%3Crect width='22.2235' height='14.1422' fill='white' transform='translate(177.143 167.143) rotate(45)'/%3E%3C/clipPath%3E%3CclipPath id='clip17_3454_3059'%3E%3Crect width='22' height='22' fill='white' transform='translate(329 169)'/%3E%3C/clipPath%3E%3CclipPath id='clip18_3454_3059'%3E%3Crect width='21' height='18.5294' fill='white' transform='translate(409.5 171.735)'/%3E%3C/clipPath%3E%3CclipPath id='clip19_3454_3059'%3E%3Crect width='20' height='15.4545' fill='white' transform='translate(490 172.272)'/%3E%3C/clipPath%3E%3CclipPath id='clip20_3454_3059'%3E%3Crect width='20' height='16.3636' fill='white' transform='translate(570 171.818)'/%3E%3C/clipPath%3E%3CclipPath id='clip21_3454_3059'%3E%3Crect width='20' height='18.5714' fill='white' transform='translate(650 171.714)'/%3E%3C/clipPath%3E%3CclipPath id='clip22_3454_3059'%3E%3Crect width='21.5' height='20' fill='white' transform='translate(729.25 170)'/%3E%3C/clipPath%3E%3CclipPath id='clip23_3454_3059'%3E%3Crect width='20' height='17.1429' fill='white' transform='translate(10 251.429)'/%3E%3C/clipPath%3E%3CclipPath id='clip24_3454_3059'%3E%3Crect width='22' height='22' fill='white' transform='translate(249 249)'/%3E%3C/clipPath%3E%3CclipPath id='clip25_3454_3059'%3E%3Crect width='20' height='19.6934' fill='white' transform='translate(330 250.153)'/%3E%3C/clipPath%3E%3CclipPath id='clip26_3454_3059'%3E%3Crect width='17' height='20' fill='white' transform='translate(411 249)'/%3E%3C/clipPath%3E%3CclipPath id='clip27_3454_3059'%3E%3Crect width='20' height='20' fill='white' transform='translate(490 250)'/%3E%3C/clipPath%3E%3CclipPath id='clip28_3454_3059'%3E%3Crect width='22' height='22' fill='white' transform='translate(569 249)'/%3E%3C/clipPath%3E%3CclipPath id='clip29_3454_3059'%3E%3Crect width='20' height='20.9524' fill='white' transform='translate(10 329.523)'/%3E%3C/clipPath%3E%3CclipPath id='clip30_3454_3059'%3E%3Crect width='21' height='19' fill='white' transform='translate(90 330)'/%3E%3C/clipPath%3E%3CclipPath id='clip31_3454_3059'%3E%3Crect width='19' height='19' fill='white' transform='translate(170.5 330.5)'/%3E%3C/clipPath%3E%3CclipPath id='clip32_3454_3059'%3E%3Crect width='26' height='26' fill='white' transform='translate(247 326)'/%3E%3C/clipPath%3E%3CclipPath id='clip33_3454_3059'%3E%3Crect width='20' height='20' fill='white' transform='translate(330 330)'/%3E%3C/clipPath%3E%3CclipPath id='clip34_3454_3059'%3E%3Crect width='17.2727' height='20' fill='white' transform='translate(411.363 330)'/%3E%3C/clipPath%3E%3CclipPath id='clip35_3454_3059'%3E%3Crect width='23' height='23' fill='white' transform='translate(488.5 328.5)'/%3E%3C/clipPath%3E%3CclipPath id='clip36_3454_3059'%3E%3Crect width='18.1818' height='20' fill='white' transform='translate(570.909 330)'/%3E%3C/clipPath%3E%3CclipPath id='clip37_3454_3059'%3E%3Crect width='17' height='20' fill='white' transform='translate(652 330)'/%3E%3C/clipPath%3E%3CclipPath id='clip38_3454_3059'%3E%3Crect width='17' height='22' fill='white' transform='translate(11.5 409)'/%3E%3C/clipPath%3E%3CclipPath id='clip39_3454_3059'%3E%3Crect width='20' height='20' fill='white' transform='translate(90 410)'/%3E%3C/clipPath%3E%3CclipPath id='clip40_3454_3059'%3E%3Crect width='22' height='20' fill='white' transform='translate(249 410)'/%3E%3C/clipPath%3E%3CclipPath id='clip41_3454_3059'%3E%3Crect width='17.7778' height='20' fill='white' transform='translate(491.111 410)'/%3E%3C/clipPath%3E%3CclipPath id='clip42_3454_3059'%3E%3Crect width='20' height='17.9081' fill='white' transform='translate(10 491)'/%3E%3C/clipPath%3E%3CclipPath id='clip43_3454_3059'%3E%3Crect width='22' height='20' fill='white' transform='translate(169 493)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (max-width: 767.98px) {
  .ir-icon__line {
    width: 36px;
    height: 36px;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    background-size: 684px auto;
  }
}
@media (max-width: 480px) {
  .ir-icon__line {
    width: 32px;
    height: 32px;
    left: calc(50% - 16px);
    top: calc(50% - 16px);
    background-size: 608px auto;
  }
}
.ir-icon__line.icon1 {
  background-position: 0px 0;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon1 {
    background-position: 0px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon1 {
    background-position: 0px 0;
  }
}
.ir-icon__line.icon2 {
  background-position: -80px 0;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon2 {
    background-position: -72px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon2 {
    background-position: -64px 0;
  }
}
.ir-icon__line.icon3 {
  background-position: -160px 0;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon3 {
    background-position: -144px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon3 {
    background-position: -128px 0;
  }
}
.ir-icon__line.icon4 {
  background-position: -240px 0;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon4 {
    background-position: -216px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon4 {
    background-position: -192px 0;
  }
}
.ir-icon__line.icon5 {
  background-position: -320px 0;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon5 {
    background-position: -288px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon5 {
    background-position: -256px 0;
  }
}
.ir-icon__line.icon6 {
  background-position: -400px 0;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon6 {
    background-position: -360px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon6 {
    background-position: -320px 0;
  }
}
.ir-icon__line.icon7 {
  background-position: -480px 0;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon7 {
    background-position: -432px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon7 {
    background-position: -384px 0;
  }
}
.ir-icon__line.icon8 {
  background-position: -560px 0;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon8 {
    background-position: -504px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon8 {
    background-position: -448px 0;
  }
}
.ir-icon__line.icon9 {
  background-position: -640px 0;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon9 {
    background-position: -576px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon9 {
    background-position: -512px 0;
  }
}
.ir-icon__line.icon10 {
  background-position: -720px 0;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon10 {
    background-position: -648px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon10 {
    background-position: -576px 0;
  }
}
.ir-icon__line.icon11 {
  background-position: 0px -80px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon11 {
    background-position: 0px -72px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon11 {
    background-position: 0px -64px;
  }
}
.ir-icon__line.icon12 {
  background-position: -80px -80px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon12 {
    background-position: -72px -72px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon12 {
    background-position: -64px -64px;
  }
}
.ir-icon__line.icon13 {
  background-position: -160px -80px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon13 {
    background-position: -144px -72px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon13 {
    background-position: -128px -64px;
  }
}
.ir-icon__line.icon14 {
  background-position: -240px -80px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon14 {
    background-position: -216px -72px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon14 {
    background-position: -192px -64px;
  }
}
.ir-icon__line.icon15 {
  background-position: -320px -80px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon15 {
    background-position: -288px -72px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon15 {
    background-position: -256px -64px;
  }
}
.ir-icon__line.icon16 {
  background-position: -400px -80px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon16 {
    background-position: -360px -72px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon16 {
    background-position: -320px -64px;
  }
}
.ir-icon__line.icon17 {
  background-position: -480px -80px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon17 {
    background-position: -432px -72px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon17 {
    background-position: -384px -64px;
  }
}
.ir-icon__line.icon18 {
  background-position: -560px -80px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon18 {
    background-position: -504px -72px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon18 {
    background-position: -448px -64px;
  }
}
.ir-icon__line.icon19 {
  background-position: -640px -80px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon19 {
    background-position: -576px -72px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon19 {
    background-position: -512px -64px;
  }
}
.ir-icon__line.icon20 {
  background-position: -720px -80px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon20 {
    background-position: -648px -72px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon20 {
    background-position: -576px -64px;
  }
}
.ir-icon__line.icon21 {
  background-position: 0px -160px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon21 {
    background-position: 0px -144px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon21 {
    background-position: 0px -128px;
  }
}
.ir-icon__line.icon22 {
  background-position: -80px -160px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon22 {
    background-position: -72px -144px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon22 {
    background-position: -64px -128px;
  }
}
.ir-icon__line.icon23 {
  background-position: -160px -160px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon23 {
    background-position: -144px -144px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon23 {
    background-position: -128px -128px;
  }
}
.ir-icon__line.icon24 {
  background-position: -240px -160px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon24 {
    background-position: -216px -144px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon24 {
    background-position: -192px -128px;
  }
}
.ir-icon__line.icon25 {
  background-position: -320px -160px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon25 {
    background-position: -288px -144px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon25 {
    background-position: -256px -128px;
  }
}
.ir-icon__line.icon26 {
  background-position: -400px -160px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon26 {
    background-position: -360px -144px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon26 {
    background-position: -320px -128px;
  }
}
.ir-icon__line.icon27 {
  background-position: -480px -160px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon27 {
    background-position: -432px -144px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon27 {
    background-position: -384px -128px;
  }
}
.ir-icon__line.icon28 {
  background-position: -560px -160px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon28 {
    background-position: -504px -144px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon28 {
    background-position: -448px -128px;
  }
}
.ir-icon__line.icon29 {
  background-position: -640px -160px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon29 {
    background-position: -576px -144px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon29 {
    background-position: -512px -128px;
  }
}
.ir-icon__line.icon30 {
  background-position: -720px -160px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon30 {
    background-position: -648px -144px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon30 {
    background-position: -576px -128px;
  }
}
.ir-icon__line.icon31 {
  background-position: 0px -240px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon31 {
    background-position: 0px -216px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon31 {
    background-position: 0px -192px;
  }
}
.ir-icon__line.icon32 {
  background-position: -80px -240px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon32 {
    background-position: -72px -216px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon32 {
    background-position: -64px -192px;
  }
}
.ir-icon__line.icon33 {
  background-position: -160px -240px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon33 {
    background-position: -144px -216px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon33 {
    background-position: -128px -192px;
  }
}
.ir-icon__line.icon34 {
  background-position: -240px -240px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon34 {
    background-position: -216px -216px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon34 {
    background-position: -192px -192px;
  }
}
.ir-icon__line.icon35 {
  background-position: -320px -240px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon35 {
    background-position: -288px -216px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon35 {
    background-position: -256px -192px;
  }
}
.ir-icon__line.icon36 {
  background-position: -400px -240px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon36 {
    background-position: -360px -216px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon36 {
    background-position: -320px -192px;
  }
}
.ir-icon__line.icon37 {
  background-position: -480px -240px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon37 {
    background-position: -432px -216px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon37 {
    background-position: -384px -192px;
  }
}
.ir-icon__line.icon38 {
  background-position: -560px -240px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon38 {
    background-position: -504px -216px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon38 {
    background-position: -448px -192px;
  }
}
.ir-icon__line.icon39 {
  background-position: -640px -240px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon39 {
    background-position: -576px -216px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon39 {
    background-position: -512px -192px;
  }
}
.ir-icon__line.icon40 {
  background-position: -720px -240px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon40 {
    background-position: -648px -216px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon40 {
    background-position: -576px -192px;
  }
}
.ir-icon__line.icon41 {
  background-position: 0px -320px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon41 {
    background-position: 0px -288px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon41 {
    background-position: 0px -256px;
  }
}
.ir-icon__line.icon42 {
  background-position: -80px -320px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon42 {
    background-position: -72px -288px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon42 {
    background-position: -64px -256px;
  }
}
.ir-icon__line.icon43 {
  background-position: -160px -320px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon43 {
    background-position: -144px -288px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon43 {
    background-position: -128px -256px;
  }
}
.ir-icon__line.icon44 {
  background-position: -240px -320px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon44 {
    background-position: -216px -288px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon44 {
    background-position: -192px -256px;
  }
}
.ir-icon__line.icon45 {
  background-position: -320px -320px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon45 {
    background-position: -288px -288px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon45 {
    background-position: -256px -256px;
  }
}
.ir-icon__line.icon46 {
  background-position: -400px -320px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon46 {
    background-position: -360px -288px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon46 {
    background-position: -320px -256px;
  }
}
.ir-icon__line.icon47 {
  background-position: -480px -320px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon47 {
    background-position: -432px -288px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon47 {
    background-position: -384px -256px;
  }
}
.ir-icon__line.icon48 {
  background-position: -560px -320px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon48 {
    background-position: -504px -288px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon48 {
    background-position: -448px -256px;
  }
}
.ir-icon__line.icon49 {
  background-position: -640px -320px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon49 {
    background-position: -576px -288px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon49 {
    background-position: -512px -256px;
  }
}
.ir-icon__line.icon50 {
  background-position: -720px -320px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon50 {
    background-position: -648px -288px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon50 {
    background-position: -576px -256px;
  }
}
.ir-icon__line.icon51 {
  background-position: 0px -400px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon51 {
    background-position: 0px -360px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon51 {
    background-position: 0px -320px;
  }
}
.ir-icon__line.icon52 {
  background-position: -80px -400px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon52 {
    background-position: -72px -360px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon52 {
    background-position: -64px -320px;
  }
}
.ir-icon__line.icon53 {
  background-position: -160px -400px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon53 {
    background-position: -144px -360px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon53 {
    background-position: -128px -320px;
  }
}
.ir-icon__line.icon54 {
  background-position: -240px -400px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon54 {
    background-position: -216px -360px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon54 {
    background-position: -192px -320px;
  }
}
.ir-icon__line.icon55 {
  background-position: -320px -400px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon55 {
    background-position: -288px -360px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon55 {
    background-position: -256px -320px;
  }
}
.ir-icon__line.icon56 {
  background-position: -400px -400px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon56 {
    background-position: -360px -360px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon56 {
    background-position: -320px -320px;
  }
}
.ir-icon__line.icon57 {
  background-position: -480px -400px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon57 {
    background-position: -432px -360px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon57 {
    background-position: -384px -320px;
  }
}
.ir-icon__line.icon58 {
  background-position: -560px -400px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon58 {
    background-position: -504px -360px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon58 {
    background-position: -448px -320px;
  }
}
.ir-icon__line.icon59 {
  background-position: -640px -400px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon59 {
    background-position: -576px -360px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon59 {
    background-position: -512px -320px;
  }
}
.ir-icon__line.icon60 {
  background-position: -720px -400px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon60 {
    background-position: -648px -360px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon60 {
    background-position: -576px -320px;
  }
}
.ir-icon__line.icon61 {
  background-position: 0px -480px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon61 {
    background-position: 0px -432px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon61 {
    background-position: 0px -384px;
  }
}
.ir-icon__line.icon62 {
  background-position: -80px -480px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon62 {
    background-position: -72px -432px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon62 {
    background-position: -64px -384px;
  }
}
.ir-icon__line.icon63 {
  background-position: -160px -480px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon63 {
    background-position: -144px -432px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon63 {
    background-position: -128px -384px;
  }
}
.ir-icon__line.icon64 {
  background-position: -240px -480px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon64 {
    background-position: -216px -432px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon64 {
    background-position: -192px -384px;
  }
}
.ir-icon__line.icon65 {
  background-position: -320px -480px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon65 {
    background-position: -288px -432px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon65 {
    background-position: -256px -384px;
  }
}
.ir-icon__line.icon66 {
  background-position: -400px -480px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon66 {
    background-position: -360px -432px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon66 {
    background-position: -320px -384px;
  }
}
.ir-icon__line.icon67 {
  background-position: -480px -480px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon67 {
    background-position: -432px -432px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon67 {
    background-position: -384px -384px;
  }
}
.ir-icon__line.icon68 {
  background-position: -560px -480px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon68 {
    background-position: -504px -432px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon68 {
    background-position: -448px -384px;
  }
}
.ir-icon__line.icon69 {
  background-position: -640px -480px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon69 {
    background-position: -576px -432px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon69 {
    background-position: -512px -384px;
  }
}
.ir-icon__line.icon70 {
  background-position: -720px -480px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon70 {
    background-position: -648px -432px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon70 {
    background-position: -576px -384px;
  }
}
.ir-icon__line.icon71 {
  background-position: 0px -560px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon71 {
    background-position: 0px -504px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon71 {
    background-position: 0px -448px;
  }
}
.ir-icon__line.icon72 {
  background-position: -80px -560px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon72 {
    background-position: -72px -504px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon72 {
    background-position: -64px -448px;
  }
}
.ir-icon__line.icon73 {
  background-position: -160px -560px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon73 {
    background-position: -144px -504px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon73 {
    background-position: -128px -448px;
  }
}
.ir-icon__line.icon74 {
  background-position: -240px -560px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon74 {
    background-position: -216px -504px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon74 {
    background-position: -192px -448px;
  }
}
.ir-icon__line.icon75 {
  background-position: -320px -560px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon75 {
    background-position: -288px -504px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon75 {
    background-position: -256px -448px;
  }
}
.ir-icon__line.icon76 {
  background-position: -400px -560px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon76 {
    background-position: -360px -504px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon76 {
    background-position: -320px -448px;
  }
}
.ir-icon__line.icon77 {
  background-position: -480px -560px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon77 {
    background-position: -432px -504px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon77 {
    background-position: -384px -448px;
  }
}
.ir-icon__line.icon78 {
  background-position: -560px -560px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon78 {
    background-position: -504px -504px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon78 {
    background-position: -448px -448px;
  }
}
.ir-icon__line.icon79 {
  background-position: -640px -560px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon79 {
    background-position: -576px -504px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon79 {
    background-position: -512px -448px;
  }
}
.ir-icon__line.icon80 {
  background-position: -720px -560px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon80 {
    background-position: -648px -504px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon80 {
    background-position: -576px -448px;
  }
}

/*** 리스트, 칼럼 ir End ***/
/* 기본형 */
.hlist__bodo .obj {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
}
.hlist__bodo .obj > .item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #EAEBEF;
}
@media (max-width: 767px) {
  .hlist__bodo .obj > .item {
    padding: 30px 0;
  }
}
.hlist__bodo .obj > .item:first-of-type {
  border-top: 1px solid #EAEBEF;
}
.hlist__bodo .obj > .item:before {
  content: "";
  position: absolute;
  left: 22.925%;
  top: -1px;
  width: 30px;
  height: calc(100% + 2px);
  background: #fff;
}
@media (max-width: 767px) {
  .hlist__bodo .obj > .item:before {
    display: none;
  }
}
.hlist__bodo .obj > .item .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
.hlist__bodo .obj > .item .inner .title_box {
  position: relative;
  display: flex;
  gap: 3px;
  padding: 30px 0 30px 43px;
  width: 22.925%;
}
.hlist__bodo .obj > .item .inner .title_box .ir-icon__line {
  left: 0;
  top: 30px;
}
@media (max-width: 767px) {
  .hlist__bodo .obj > .item .inner .title_box .ir-icon__line {
    top: 0;
  }
}
.hlist__bodo .obj > .item .inner .title_box .h-box {
  display: block;
  margin-top: 6px;
  color: #36404A;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .hlist__bodo .obj > .item .inner .title_box .h-box {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .hlist__bodo .obj > .item .inner .title_box .h-box {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hlist__bodo .obj > .item .inner .title_box {
    margin-bottom: 20px;
    padding: 0 0 0 38px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .hlist__bodo .obj > .item .inner .title_box {
    margin-bottom: 15px;
    padding: 0 0 0 34px;
  }
}
.hlist__bodo .obj > .item .inner .text_box {
  padding: 35px 20px 40px;
  width: calc(100% - 30px - 22.925%);
}
@media (max-width: 767px) {
  .hlist__bodo .obj > .item .inner .text_box {
    margin: 0;
    padding: 0 0 0 6px;
    width: 100%;
  }
}
.hlist__bodo .obj > .item .inner .text_box p {
  margin: 0;
  color: #36404A;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .hlist__bodo .obj > .item .inner .text_box p.txt-check {
    display: inline-block;
  }
}
.hlist__bodo .obj > .item .inner .text_box p + p {
  margin-top: 10px;
}
.hlist__bodo .obj > .item .inner .text_box .list-1st {
  max-width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .hlist__bodo .obj > .item .inner .text_box .list-1st {
    display: inline-block;
  }
  .hlist__bodo .obj > .item .inner .text_box .list-1st.col2 {
    display: inline-flex;
  }
  .hlist__bodo .obj > .item .inner .text_box .list-1st li p.txt-check {
    display: block;
  }
}
.hlist__bodo .obj.col2 {
  flex-direction: row;
  gap: 0 7.5%;
}
.hlist__bodo .obj.col2 > .item {
  width: 46.25%;
}
.hlist__bodo .obj.col2 > .item:nth-of-type(2) {
  border-top: 1px solid #EAEBEF;
}
.hlist__bodo .obj.col2 > .item:before {
  left: 48.908%;
}
@media (max-width: 1023px) {
  .hlist__bodo .obj.col2 > .item:before {
    left: 22.925%;
  }
}
.hlist__bodo .obj.col2 > .item .inner .title_box {
  width: 48.908%;
}
@media (max-width: 1023px) {
  .hlist__bodo .obj.col2 > .item .inner .title_box {
    width: 22.925%;
  }
}
@media (max-width: 767px) {
  .hlist__bodo .obj.col2 > .item .inner .title_box {
    width: 100%;
  }
}
.hlist__bodo .obj.col2 > .item .inner .text_box {
  width: calc(100% - 30px - 48.908%);
}
@media (max-width: 1023px) {
  .hlist__bodo .obj.col2 > .item .inner .text_box {
    width: calc(100% - 30px - 22.925%);
  }
}
@media (max-width: 767px) {
  .hlist__bodo .obj.col2 > .item .inner .text_box {
    width: 100%;
  }
}
.hlist__bodo .obj.col2 > .item.long {
  width: 100%;
}
@media (max-width: 1023px) {
  .hlist__bodo .obj.col2 > .item {
    width: 100%;
    margin: 0;
  }
  .hlist__bodo .obj.col2 > .item:nth-of-type(2) {
    border-top: none;
  }
}
.hlist__bodo.type1 .obj > .item.long:before {
  left: 30%;
}
.hlist__bodo.type1 .obj > .item.long .inner .title_box {
  width: 30%;
}
@media (max-width: 767px) {
  .hlist__bodo.type1 .obj > .item.long .inner .title_box {
    width: 100%;
  }
}
.hlist__bodo.type1 .obj > .item.long .inner .ui-bodo__summary {
  width: calc(70% - 30px);
}
@media (max-width: 767px) {
  .hlist__bodo.type1 .obj > .item.long .inner .ui-bodo__summary {
    width: 100%;
  }
}
.hlist__bodo.type2 .obj.no_line .item:nth-of-type(2) {
  border-top: none;
}
.hlist__bodo.type2 .obj > .item {
  width: 46.876%;
}
.hlist__bodo.type2 .obj > .item:nth-of-type(2) {
  border-top: 1px solid #EAEBEF;
}
.hlist__bodo.type2 .obj > .item:before {
  left: 40.5%;
}
@media (max-width: 1023px) {
  .hlist__bodo.type2 .obj > .item:before {
    left: 18.985%;
  }
}
.hlist__bodo.type2 .obj > .item .inner .title_box {
  width: 40.5%;
}
@media (max-width: 1023px) {
  .hlist__bodo.type2 .obj > .item .inner .title_box {
    width: 18.985%;
  }
}
@media (max-width: 767px) {
  .hlist__bodo.type2 .obj > .item .inner .title_box {
    width: 100%;
  }
}
.hlist__bodo.type2 .obj > .item .inner .ui-bodo__summary {
  width: calc(100% - 30px - 40.5%);
}
@media (max-width: 1023px) {
  .hlist__bodo.type2 .obj > .item .inner .ui-bodo__summary {
    width: calc(100% - 30px - 18.985%);
  }
}
@media (max-width: 767px) {
  .hlist__bodo.type2 .obj > .item .inner .ui-bodo__summary {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .hlist__bodo.type2 .obj > .item {
    margin: 0;
    width: 100%;
  }
  .hlist__bodo.type2 .obj > .item:nth-of-type(2) {
    border-top: none;
  }
}

/* 기본형 End */
/* 기본_혼합형 */
.hlist__bodo.division .obj {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #EAEBEF;
}
.hlist__bodo.division .obj + .obj {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #EAEBEF;
}

/* 기본_혼합형 End */
/* 응용형 */
.hlist__bodo.type2 .obj {
  flex-direction: row;
  justify-content: space-between;
}
.hlist__bodo.type2 .obj:before {
  content: "";
  position: absolute;
  left: calc(50% - 15px);
  top: -1px;
  width: 30px;
  height: calc(100% + 2px);
  background: #fff;
}
@media (max-width: 767px) {
  .hlist__bodo.type2 .obj:before {
    display: none;
  }
}
.hlist__bodo.type2 .obj > .item {
  width: calc(50% - 15px);
}
.hlist__bodo.type2 .obj > .item:nth-last-child(-n+2) {
  border: 0;
}
@media (max-width: 767px) {
  .hlist__bodo.type2 .obj > .item {
    width: 100%;
  }
  .hlist__bodo.type2 .obj > .item:nth-last-child(2) {
    border-width: 0 0 1px;
    border-style: dashed;
    border-color: #EAEBEF;
  }
}

.hlist__bodo.type3 .obj {
  flex-direction: row;
  justify-content: space-between;
  gap: 15px 0;
  border-width: 0;
}
.hlist__bodo.type3 .obj > .item {
  width: calc(50% - 15px);
  border-width: 1px;
  border-style: solid;
  border-color: #EAEBEF;
}
@media (max-width: 767px) {
  .hlist__bodo.type3 .obj > .item {
    width: 100%;
  }
}
.hlist__bodo.type3 .obj > .item .inner .circle {
  left: 25px;
}
.hlist__bodo.type3 .obj > .item .inner .ui-bodo__summary {
  padding-left: 136px;
}

/* 응용형 End*/
/*** 리스트 스타일 End ***/
/*** 칼럼 스타일 ***/
/* 기본형 */
.vlist__column {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  /* 응용형 */
  /* 응용형 End */
}
.vlist__column .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 25px 30px;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #EAEBEF;
  background: #fff;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #36404A;
}
.vlist__column .item .ir-icon__line {
  position: static;
  margin: 0 5px 18px auto;
}
.vlist__column .item .ui-summary .h-box {
  display: block;
  margin-bottom: 10px;
  color: #36404A;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .vlist__column .item .ui-summary .h-box {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .vlist__column .item .ui-summary .h-box {
    font-size: 16px;
  }
}
.vlist__column .item .ui-summary p {
  margin: 0;
  color: #36404A;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.vlist__column .item .ui-summary p + p {
  margin-top: 10px;
}
.vlist__column .item .ui-summary .list-1st {
  max-width: 100%;
  text-align: left;
}
.vlist__column .item .ui-summary .list-1st .txt-check, .vlist__column .item .ui-summary .list-1st .txt-tip {
  display: block;
}
.vlist__column .item .ui-summary .txt-check,
.vlist__column .item .ui-summary .txt-tip {
  display: inline-block;
}
.vlist__column .item .ui-summary .link {
  margin-top: 20px;
}
.vlist__column .item .ui-summary .btn {
  border-radius: 4px;
}
.vlist__column.col2 .item {
  width: calc(50% - 20px);
}
.vlist__column.col3 .item {
  width: calc(33.33% - 26.666px);
}
.vlist__column.col4 .item {
  width: calc(25% - 30px);
}
.vlist__column.col5 .item {
  width: calc(20% - 32px);
}
.vlist__column.col6 .item {
  width: calc(16.66% - 33.333px);
}
.vlist__column.type01 .item {
  align-items: flex-start;
}
.vlist__column.type02 .item {
  border-radius: 0 0 4px 4px;
  border-top-color: #36404A;
}
.vlist__column.type02 .item .ir-icon__line {
  right: 30px;
  top: 20px;
}
.vlist__column.type03 .item {
  justify-content: center;
  padding: 30px 15px;
  min-height: 108px;
  text-align: center;
  background: #fff;
  border-color: #E3E4E9;
  border-radius: 4px;
}
.vlist__column.type03 .item .ui-summary p {
  font-weight: bold;
}

/* 기본형 End */
@media (max-width: 1024px) {
  .vlist__column {
    gap: 30px;
  }
  .vlist__column.col3 .item,
  .vlist__column.col4 .item,
  .vlist__column.col5 .item,
  .vlist__column.col6 .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .vlist__column {
    gap: 20px;
  }
  .vlist__column.col2 .item,
  .vlist__column.col3 .item,
  .vlist__column.col4 .item,
  .vlist__column.col5 .item,
  .vlist__column.col6 .item {
    width: 100%;
  }
}
/*** 칼럼 스타일 End ***/
/*** 보도형 스타일 ***/
.board__column {
  display: flex;
  flex-wrap: wrap;
  /* 기본형 */
  /* 기본형 End */
  /* 응용형 */
  /* 응용형 End */
}
.board__column .item {
  display: flex;
  flex-wrap: wrap;
}
.board__column .item .picbox {
  position: relative;
}
@media (max-width: 767px) {
  .board__column .item .picbox {
    width: 100% !important;
  }
}
.board__column .item .picbox.imgbr::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #E3E4E9;
}
.board__column .item .picbox img {
  width: 100%;
}
.board__column .item .txtbox .tit {
  margin-bottom: 6px;
}
.board__column .item .txtbox .tit .subtit {
  display: block;
  margin-bottom: 6px;
  color: #16903D;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: bold;
}
.board__column .item .txtbox .tit .maintit {
  display: block;
  color: #36404A;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .board__column .item .txtbox .tit .maintit {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .board__column .item .txtbox .tit .maintit {
    font-size: 17px;
  }
}
.board__column .item .txtbox p {
  margin: 0;
  color: #36404A;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.board__column .item .txtbox p + p {
  margin-top: 10px;
}
.board__column.type01 {
  flex-direction: column;
}
.board__column.type01 .item {
  gap: 20px 40px;
}
.board__column.type01 .item:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-width: 0 0 1px;
  border-style: dashed;
  border-color: #ddd;
}
.board__column.type01 .item .picbox {
  width: 330px;
  height: 100%;
}
.board__column.type01 .item .txtbox {
  padding-top: 10px;
  width: calc(100% - 370px);
}
@media (max-width: 767px) {
  .board__column.type01 .item .txtbox {
    padding-top: 0;
    width: 100%;
  }
}
.board__column.type02 {
  gap: 30px;
}
@media (max-width: 767px) {
  .board__column.type02 {
    gap: 0 20px;
  }
}
.board__column.type02 .item {
  flex-wrap: nowrap;
  flex-direction: column;
  width: calc(33.33% - 20px);
}
@media (max-width: 840px) {
  .board__column.type02 .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .board__column.type02 .item {
    width: 100%;
  }
  .board__column.type02 .item:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-width: 0 0 1px;
    border-style: dashed;
    border-color: #ddd;
  }
}
.board__column.type02 .item .txtbox {
  margin-top: 20px;
}
.board__column.type02.col2 .item {
  width: calc(50% - 15px);
}
.board__column.type02.col4 .item {
  width: calc(25% - 22.5px);
}
@media (max-width: 840px) {
  .board__column.type02.col4 .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 450px) {
  .board__column.type02.col4 .item {
    width: 100%;
  }
}
.board__column.type03 {
  gap: 30px 20px;
}
@media (max-width: 767px) {
  .board__column.type03 {
    gap: 0 20px;
  }
}
.board__column.type03 .item {
  gap: 20px;
  width: calc(50% - 10px);
}
@media (max-width: 1024px) {
  .board__column.type03 .item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .board__column.type03 .item {
    width: 100% !important;
  }
  .board__column.type03 .item:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-width: 0 0 1px;
    border-style: dashed;
    border-color: #ddd;
  }
}
.board__column.type03 .item .picbox {
  width: 270px;
}
@media (max-width: 1024px) {
  .board__column.type03 .item .picbox {
    width: 100%;
  }
}
.board__column.type03 .item .txtbox {
  padding-top: 10px;
  width: calc(100% - 290px);
}
@media (max-width: 1024px) {
  .board__column.type03 .item .txtbox {
    padding-top: 0;
    width: 100%;
  }
}

/*** 보도형 스타일 End ***/
/*** 배너 스타일 ***/
.ui-banner__box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.ui-banner__box .item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 21px 120px 21px 25px;
  width: calc(50% - 10px);
  border-width: 1px;
  border-style: solid;
  border-color: #EAEBEF;
  border-radius: 10px;
  background: #fff;
}
@media (max-width: 767px) {
  .ui-banner__box .item {
    width: calc(100% - 20px);
  }
}
@media (max-width: 450px) {
  .ui-banner__box .item {
    flex-direction: column;
    padding: 26px 15px;
    text-align: center;
  }
}
.ui-banner__box .item.long {
  width: 100%;
}
.ui-banner__box .item .ui-banner__title {
  position: relative;
  display: block;
  padding-left: 30px;
  width: 100%;
  color: #36404A;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .ui-banner__box .item .ui-banner__title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .ui-banner__box .item .ui-banner__title {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .ui-banner__box .item .ui-banner__title {
    margin-bottom: 10px;
    padding-left: 0;
  }
}
.ui-banner__box .item .ui-banner__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
  width: 20px;
  height: 20px;
}
@media (max-width: 767.98px) {
  .ui-banner__box .item .ui-banner__title:before {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }
}
@media (max-width: 480px) {
  .ui-banner__box .item .ui-banner__title:before {
    width: 17px;
    height: 17px;
    background-size: 17px auto;
  }
}
@media (max-width: 450px) {
  .ui-banner__box .item .ui-banner__title:before {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    margin: 0 auto 10px;
  }
}
.ui-banner__box .item .button_box {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 10.5px;
  color: #36404A;
  font-size: 16px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #36404A;
  line-height: 1.5;
  letter-spacing: -0.016em;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .ui-banner__box .item .button_box {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .ui-banner__box .item .button_box {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .ui-banner__box .item .button_box {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
  }
}
.ui-banner__box .item .button_box:hover, .ui-banner__box .item .button_box:focus {
  background: #222222;
  color: #fff;
  border: 1px solid #222222;
}
.ui-banner__box .item.link .ui-banner__title:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4.5H3V17.5H16V12.5' stroke='%2336404A'/%3E%3Cpath d='M14.5312 2.5L18.0668 6.03553L14.5312 9.57107' stroke='%2336404A'/%3E%3Cpath d='M17.5 6H13C12.1667 6 10.5 6.5 10.5 8.5C10.5 10.1 10.5 12.3333 10.5 13' stroke='%2336404A'/%3E%3C/svg%3E%0A");
}
.ui-banner__box .item.down .ui-banner__title:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 13.0039V18.0039H17.4961V13' stroke='%2336404A' stroke-linecap='square'/%3E%3Cpath d='M13.6429 10.6314L10 13.9999L10 4.05469' stroke='%2336404A' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M10.0022 14.0012L6.35938 10.6328' stroke='%2336404A' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

/*** 배너 스타일 End ***/
/*** 아코디언 스타일 ***/
.ui-accordion--faq .accordion__item + .accordion__item {
  margin-top: 8px;
}
.ui-accordion--faq .accordion__header .accordion__button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 15px 80px 15px 30px;
  min-height: 60px;
  border: 1px solid #D9DAE1;
  border-radius: 10px;
  background: #fff;
  transition: 0.3s;
}
@media (max-width: 500px) {
  .ui-accordion--faq .accordion__header .accordion__button {
    padding: 15px 60px 15px 20px;
  }
}
.ui-accordion--faq .accordion__header .accordion__button:before {
  content: "";
  position: absolute;
  right: 65px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #D9DAE1;
  transition: 0.3s;
}
@media (max-width: 500px) {
  .ui-accordion--faq .accordion__header .accordion__button:before {
    right: 44px;
  }
}
.ui-accordion--faq .accordion__header .accordion__button:after {
  content: "";
  position: absolute;
  right: 26px;
  top: calc(50% - 7px);
  width: 13px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0.5H0V2.5H6.5H13V0.5Z' fill='%2336404A'/%3E%3Cpath d='M13 7.5H0V9.5H6.5H13V7.5Z' fill='%2336404A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  .ui-accordion--faq .accordion__header .accordion__button:after {
    right: 26px;
  }
}
@media (max-width: 500px) {
  .ui-accordion--faq .accordion__header .accordion__button:after {
    right: 18px;
  }
}
.ui-accordion--faq .accordion__header .accordion__button .accordion__title {
  position: relative;
  display: block;
  color: #36404A;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .ui-accordion--faq .accordion__header .accordion__button .accordion__title {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .ui-accordion--faq .accordion__header .accordion__button .accordion__title {
    font-size: 16px;
  }
}
.ui-accordion--faq .accordion__header .accordion__button:focus, .ui-accordion--faq .accordion__header .accordion__button:hover, .ui-accordion--faq .accordion__header .accordion__button.ov {
  border-color: #12380F;
  border-radius: 4px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
.ui-accordion--faq .accordion__header .accordion__button:focus::before, .ui-accordion--faq .accordion__header .accordion__button:hover::before, .ui-accordion--faq .accordion__header .accordion__button.ov::before {
  right: 0;
  width: 65px;
  background: #F7F7F7;
  border-left: 1px solid #D9DAE1;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .ui-accordion--faq .accordion__header .accordion__button:focus::before, .ui-accordion--faq .accordion__header .accordion__button:hover::before, .ui-accordion--faq .accordion__header .accordion__button.ov::before {
    width: 65px;
  }
}
@media (max-width: 500px) {
  .ui-accordion--faq .accordion__header .accordion__button:focus::before, .ui-accordion--faq .accordion__header .accordion__button:hover::before, .ui-accordion--faq .accordion__header .accordion__button.ov::before {
    width: 50px;
  }
}
.ui-accordion--faq .accordion__header .accordion__button:focus:after, .ui-accordion--faq .accordion__header .accordion__button:hover:after, .ui-accordion--faq .accordion__header .accordion__button.ov:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0.5H0V2.5H6.5H13V0.5Z' fill='%2336404A'/%3E%3Cpath d='M13 7.5H0V9.5H6.5H13V7.5Z' fill='%2336404A'/%3E%3C/svg%3E%0A");
}
.ui-accordion--faq .accordion__header .accordion__button:focus .accordion__title, .ui-accordion--faq .accordion__header .accordion__button:hover .accordion__title, .ui-accordion--faq .accordion__header .accordion__button.ov .accordion__title {
  color: #12380F;
}
.ui-accordion--faq .accordion__header .accordion__button:focus .accordion__title::before, .ui-accordion--faq .accordion__header .accordion__button:hover .accordion__title::before, .ui-accordion--faq .accordion__header .accordion__button.ov .accordion__title::before {
  color: #18C92F;
}
.ui-accordion--faq .accordion__header .accordion__button:focus, .ui-accordion--faq .accordion__header .accordion__button.ov {
  border-radius: 4px 4px 0px 0px;
  box-shadow: none;
}
.ui-accordion--faq .accordion__header .accordion__button:focus::before, .ui-accordion--faq .accordion__header .accordion__button.ov::before {
  background: #12380F;
}
.ui-accordion--faq .accordion__header .accordion__button.ov:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 13.5H0V11.5H13V13.5Z' fill='white'/%3E%3Cpath d='M6.5 0.5L0 7.04541L1.44446 8.5L6.5 3.40918L11.5555 8.5L13 7.04541L6.5 0.5Z' fill='white'/%3E%3C/svg%3E%0A");
}
.ui-accordion--faq .accordion__body {
  position: relative;
  display: none;
  padding: 20px 30px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #AFB5BC;
  background: #F9F9FA;
  border-radius: 0 0 4px 4px;
}
@media (max-width: 500px) {
  .ui-accordion--faq .accordion__body {
    padding: 20px 15px;
  }
}
.ui-accordion--faq .accordion__body .accordion__content {
  position: relative;
}
.ui-accordion--faq .accordion__body .accordion__content p {
  margin: 0;
}
.ui-accordion--faq .accordion__body .accordion__content p + p {
  margin-top: 10px;
}

/*** 아코디언 스타일 End ***/
/*** 절차도 스타일 ***/
.ir-icon_process {
  position: absolute;
  left: calc(50% - 10.5px);
  top: calc(50% - 10.5px);
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg width='210' height='42' viewBox='0 0 210 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_18254_8079)'%3E%3Cpath d='M8.8575 9.015L7.7475 13.2525L11.985 12.1425L10.4175 10.5825L8.8575 9.015ZM8.8575 9.015L15.96 1.905C16.5075 1.365 17.385 1.365 17.925 1.905L19.095 3.075C19.635 3.6225 19.635 4.5 19.095 5.04L11.9925 12.15L8.8575 9.015ZM17.445 10.74V16.71C17.445 17.055 17.3025 17.37 17.0775 17.595C16.8525 17.82 16.5375 17.9625 16.1925 17.9625H4.2525C3.9075 17.9625 3.5925 17.82 3.3675 17.595C3.1425 17.37 3 17.055 3 16.71V4.7625C3 4.4175 3.1425 4.1025 3.3675 3.8775C3.5925 3.6525 3.9075 3.51 4.2525 3.51H10.2225' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.4102 6.31586V4.02836C22.4102 3.29336 23.0102 2.69336 23.7452 2.69336H39.0752C39.8102 2.69336 40.4102 3.29336 40.4102 4.02836V6.31586H22.4102ZM22.4102 6.31586V17.3934C22.4102 18.1284 23.0102 18.7284 23.7452 18.7284H39.0677C39.8027 18.7284 40.4027 18.1284 40.4027 17.3934V6.31586H22.4102ZM36.9902 4.53836H38.0552M31.9577 12.9159L33.9452 14.9484M29.9702 14.1684L28.8677 10.0509L32.9852 11.1534L29.9702 14.1684Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M57.7046 4.21586L57.7421 16.1334C57.7421 17.3859 56.7221 18.4059 55.4696 18.4059H54.2321C54.3296 18.4059 54.4271 18.3984 54.5246 18.3834C53.4071 18.2409 52.5446 17.2884 52.5446 16.1334V15.2559H47.5721L47.5346 4.21586C47.5346 2.96336 48.5546 1.94336 49.8071 1.94336H59.9771C58.7246 1.94336 57.7046 2.96336 57.7046 4.21586ZM57.7046 4.21586C57.7046 3.01586 58.6346 2.04836 59.8121 1.95836C60.9896 2.04836 61.9196 3.01586 61.9196 4.21586H61.9121V5.09336H57.7046V4.21586ZM54.6296 8.33336H51.1121M52.5446 16.1409V15.2634H43.1621V16.1409C43.1621 17.4009 44.1821 18.4134 45.4346 18.4134H54.2246C54.3221 18.4134 54.4196 18.4059 54.5171 18.3909C53.3996 18.2484 52.5371 17.2959 52.5371 16.1409H52.5446Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M77.2703 5.02352V2.25H70.4797V5.02352M77.2703 5.02352H70.4797M77.2703 5.02352V3.91553H81.0253C81.8382 3.91553 82.5 4.5648 82.5 5.36228V15.5107C82.5 16.3082 81.8382 16.9574 81.0253 16.9574H77.4861C76.8891 14.9673 75.5007 13.5629 73.875 13.5629M70.4797 5.02352V3.91553H66.7247C65.9118 3.91553 65.25 4.5648 65.25 5.36228V15.5107C65.25 16.3082 65.9118 16.9574 66.7247 16.9574H70.2639C70.8609 14.9602 72.2493 13.5629 73.875 13.5629M73.875 13.5629C71.7961 13.5629 70.0912 15.8565 69.9545 18.75H77.7883C77.6516 15.8565 75.9539 13.5629 73.8678 13.5629H73.875ZM75.7597 10.38C75.7597 11.4033 74.9181 12.229 73.875 12.229C72.8319 12.229 71.9903 11.4033 71.9903 10.38C71.9903 9.35671 72.8319 8.53101 73.875 8.53101C74.9181 8.53101 75.7597 9.35671 75.7597 10.38Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M105 0H84V21H105V0Z' fill='white' fill-opacity='0.01'/%3E%3Cpath d='M100.05 6.63731C100.597 7.42188 100.982 8.3279 101.156 9.30681H103.25V11.6932H101.156C100.982 12.6721 100.597 13.5781 100.05 14.3627L101.531 15.8435L99.8435 17.5309L98.3627 16.0501C97.5781 16.5972 96.6721 16.9821 95.6932 17.1564V19.25H93.3068V17.1564C92.3279 16.9821 91.4219 16.5972 90.6373 16.0501L89.1565 17.5309L87.4691 15.8435L88.9499 14.3627C88.4028 13.5781 88.0179 12.6721 87.8436 11.6932H85.75V9.30681H87.8436C88.0179 8.3279 88.4028 7.42188 88.9499 6.63731L87.4691 5.15651L89.1565 3.46911L90.6373 4.94988C91.4219 4.40283 92.3279 4.01788 93.3068 3.84358V1.75H95.6932V3.84358C96.6721 4.01788 97.5781 4.40283 98.3627 4.94988L99.8435 3.46911L101.531 5.15651L100.05 6.63731Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linejoin='round'/%3E%3Cpath d='M94.5 12.6875C95.7081 12.6875 96.6875 11.7081 96.6875 10.5C96.6875 9.29189 95.7081 8.3125 94.5 8.3125C93.2919 8.3125 92.3125 9.29189 92.3125 10.5C92.3125 11.7081 93.2919 12.6875 94.5 12.6875Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linejoin='round'/%3E%3Cpath d='M127 -0.5H105V21.5H127V-0.5Z' fill='white' fill-opacity='0.01'/%3E%3Cpath d='M111.09 11.4186V6.37695C111.09 5.61756 111.705 5.00195 112.465 5.00195C113.224 5.00195 113.84 5.61756 113.84 6.37695V11.4186' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M122.09 10.9609V13.9401C122.09 16.8511 119.73 19.2109 116.819 19.2109H116.361C113.45 19.2109 111.09 16.8511 111.09 13.9401V10.9609' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M113.84 12.7936V11.9254V10.502C113.84 9.74256 114.455 9.12695 115.215 9.12695C115.974 9.12695 116.59 9.74256 116.59 10.502V11.9603V12.7936' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M116.59 12.7936V11.9254V10.502C116.59 9.74256 117.205 9.12695 117.965 9.12695C118.724 9.12695 119.34 9.74256 119.34 10.502V11.9603V12.7936' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M119.34 12.7936V11.9254V10.502C119.34 9.74256 119.955 9.12695 120.715 9.12695C121.474 9.12695 122.09 9.74256 122.09 10.502V11.9603V12.7936' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M117.048 6.3763C117.048 5.89454 116.973 5.43014 116.835 4.99394C116.681 4.50609 116.448 4.0535 116.15 3.65137C115.315 2.52388 113.975 1.79297 112.464 1.79297C110.953 1.79297 109.613 2.52388 108.778 3.65137C108.481 4.0535 108.247 4.50609 108.093 4.99394C107.955 5.43014 107.881 5.89454 107.881 6.3763' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round'/%3E%3Cpath d='M147 0H126V21H147V0Z' fill='white' fill-opacity='0.01'/%3E%3Cpath d='M143.5 3.5H129.5V12.25H143.5V3.5Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M129.5 12.25L127.75 17.9375H145.25L143.5 12.25' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M134.706 15.3125H138.294L139.125 17.9375H133.875L134.706 15.3125Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M163.743 2.9082C164.021 2.9082 164.286 2.96468 164.525 3.0646C164.768 3.16452 164.981 3.31223 165.164 3.4947C165.346 3.67716 165.494 3.89438 165.594 4.13332C165.694 4.37226 165.75 4.63727 165.75 4.91531V15.5851C165.75 15.8632 165.694 16.1282 165.594 16.3671C165.494 16.6061 165.346 16.8233 165.164 17.0058C164.981 17.1882 164.764 17.3359 164.525 17.4358C164.286 17.5358 164.021 17.5922 163.743 17.5922H151.257C150.979 17.5922 150.714 17.5358 150.475 17.4358C150.236 17.3359 150.019 17.1882 149.836 17.0058C149.654 16.8233 149.506 16.6061 149.406 16.3671C149.302 16.1282 149.25 15.8632 149.25 15.5851V4.924C149.25 4.64596 149.306 4.38095 149.406 4.14201C149.506 3.90307 149.654 3.68585 149.836 3.50338C150.019 3.32092 150.236 3.17321 150.475 3.07329C150.714 2.97337 150.979 2.91689 151.257 2.91689' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M155.185 2.9082H157.5H159.816' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M153.173 1.5V3.71564' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M161.831 1.5V3.71564' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M154.5 9.55792L157.159 12L161.284 7.5' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M181.298 10.7142L184.111 7.6926C184.42 7.3617 184.816 7.20061 185.217 7.20932C185.613 7.21367 186.009 7.38783 186.31 7.72743C186.61 8.06703 186.754 8.50676 186.749 8.9465C186.745 9.38188 186.588 9.82162 186.279 10.1482L183.467 13.1697L180.654 16.1913H175.085L172.478 18.5467' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M176.47 12.9513H179.588C180.507 12.9513 181.251 12.2068 181.251 11.2882C181.251 10.3695 180.507 9.625 179.588 9.625H174.324L169.5 13.8221' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M180.211 5.19869C180.211 6.41341 179.227 7.39738 178.012 7.39738C176.797 7.39738 175.813 6.41341 175.813 5.19869C175.813 3.98397 176.797 3 178.012 3C179.227 3 180.211 3.98397 180.211 5.19869Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M191.625 7.09766V15.3044C191.625 17.0923 193.077 18.5438 194.864 18.5438H204.136C205.923 18.5438 207.375 17.0923 207.375 15.3044V7.09766H191.625Z' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M202.882 7.09712L204.546 5.00511C205.403 3.92685 205.228 2.35553 204.149 1.49845C203.071 0.641373 201.5 0.816475 200.643 1.89474L196.505 7.09251' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M199.5 10.8672V14.8623' stroke='%23FFFFFF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M197.5 12.8672H201.495' stroke='%23FFFFFF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.9091 24H16.6037C16.7017 24 16.7951 24.0093 16.8839 24.028C16.9726 24.0467 17.0613 24.0747 17.1454 24.1074C17.2295 24.1448 17.3088 24.1868 17.3836 24.2382C17.4583 24.2895 17.5283 24.3456 17.589 24.411C17.6544 24.4717 17.7105 24.5417 17.7618 24.6164C17.8132 24.6912 17.8552 24.7705 17.8926 24.8546C17.9299 24.9387 17.9533 25.0274 17.972 25.1161C17.9907 25.2095 18 25.3029 18 25.3963V38.1874C18 38.2855 17.9907 38.3789 17.972 38.4676C17.9533 38.561 17.9253 38.6451 17.8926 38.7291C17.8552 38.8132 17.8132 38.8926 17.7618 38.9673C17.7105 39.042 17.6544 39.1121 17.589 39.1728C17.5283 39.2382 17.4583 39.2942 17.3836 39.3456C17.3088 39.3969 17.2295 39.439 17.1454 39.4763C17.0613 39.5137 16.9726 39.537 16.8839 39.5604C16.7905 39.5791 16.6971 39.5884 16.6037 39.5884H4.39633C4.29826 39.5884 4.20486 39.5791 4.11613 39.5604C4.02273 39.5417 3.93867 39.5137 3.85461 39.4763C3.77055 39.4436 3.69116 39.3969 3.61644 39.3456C3.54172 39.2942 3.47167 39.2382 3.41096 39.1728C3.34558 39.1121 3.28954 39.0374 3.23817 38.9673C3.1868 38.8926 3.14477 38.8132 3.10741 38.7291C3.07005 38.6451 3.0467 38.5563 3.02802 38.4676C3.00934 38.3742 3 38.2808 3 38.1874V25.3963C3 25.2983 3.00934 25.2049 3.02802 25.1161C3.0467 25.0227 3.07472 24.9387 3.10741 24.8546C3.14477 24.7705 3.1868 24.6912 3.23817 24.6164C3.28954 24.5417 3.34558 24.4717 3.41096 24.411C3.47167 24.3502 3.54172 24.2895 3.61644 24.2382C3.69116 24.1868 3.77055 24.1448 3.85461 24.1074C3.93867 24.0747 4.0274 24.0467 4.11613 24.028C4.20953 24.0093 4.30293 24 4.39633 24H7.09091' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 29.25H13.5' stroke='%23FFFFFF' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 32.25H13.5' stroke='%23FFFFFF' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 35.25H13.5' stroke='%23FFFFFF' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.5587 24.3045V24.3325C13.5587 23.7207 13.0636 23.2257 12.4519 23.2257H11.9335C11.9335 23.2257 11.9335 23.2024 11.9335 23.1884C11.9335 22.3945 11.289 21.75 10.4952 21.75C9.70125 21.75 9.0568 22.3945 9.0568 23.1884C9.0568 23.2024 9.0568 23.2117 9.0568 23.2257H8.53843C7.92666 23.2257 7.43164 23.7207 7.43164 24.3325V24.3045C7.43164 24.3652 7.44098 24.2017 7.45032 24.2625C7.44098 24.2998 7.43164 24.3372 7.43164 24.3792V25.1171C7.43164 25.3599 7.62778 25.5607 7.87529 25.5607H13.1103C13.3532 25.5607 13.554 25.3646 13.554 25.1171V24.3792C13.554 24.3372 13.5447 24.2998 13.5353 24.2625C13.5447 24.2064 13.554 24.3652 13.554 24.3045H13.5587Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.9638 24H37.2862C38.2313 24 39 24.7687 39 25.7138V34.9364C39 35.8815 38.2313 36.6463 37.2862 36.6463H33.9173V40.1014L30.1053 36.6463H24.9638C24.0187 36.6463 23.25 35.8815 23.25 34.9364V25.7138C23.25 24.7687 24.0148 24 24.9638 24Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.7681 28.8184H28.4775' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.7681 31.6699H28.4775' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M54.75 38.4219H52.5H50.25V36.9432V33.9219H52.5H54.75V36.9432V38.4219Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M52.5 38.4227H58.0357V30.2006H60.75L52.5 22.5L44.25 30.2006H46.9643V38.4227H52.5Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M76.4062 23.125H69.8438C68.55 23.125 67.5 24.175 67.5 25.4688V33.6719C67.5 34.9656 68.55 36.0156 69.8438 36.0156H70.6641V37.8906H75.5859V36.0156H76.4062C77.7 36.0156 78.75 34.9656 78.75 33.6719V25.4688C78.75 24.175 77.7 23.125 76.4062 23.125Z' stroke='%23FFFFFF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M76.2285 27.8125H74.8223' stroke='%23FFFFFF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M76.2285 31.7969H74.8223' stroke='%23FFFFFF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M73.125 38.3594V40.2344' stroke='%23FFFFFF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_18254_8079'%3E%3Crect width='210' height='42' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (max-width: 767.98px) {
  .ir-icon_process {
    left: calc(50% - 9.5px);
    top: calc(50% - 9.5px);
    width: 19px;
    height: 19px;
    background-size: 190px auto;
  }
}
@media (max-width: 480px) {
  .ir-icon_process {
    left: calc(50% - 9px);
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background-size: 180px auto;
  }
}
.ir-icon_process.icon1 {
  background-position: 0px 0;
}
@media (max-width: 767.98px) {
  .ir-icon_process.icon1 {
    background-position: 0px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon_process.icon1 {
    background-position: 0px 0;
  }
}
.ir-icon_process.icon2 {
  background-position: -21px 0;
}
@media (max-width: 767.98px) {
  .ir-icon_process.icon2 {
    background-position: -19px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon_process.icon2 {
    background-position: -18px 0;
  }
}
.ir-icon_process.icon3 {
  background-position: -42px 0;
}
@media (max-width: 767.98px) {
  .ir-icon_process.icon3 {
    background-position: -38px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon_process.icon3 {
    background-position: -36px 0;
  }
}
.ir-icon_process.icon4 {
  background-position: -63px 0;
}
@media (max-width: 767.98px) {
  .ir-icon_process.icon4 {
    background-position: -57px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon_process.icon4 {
    background-position: -54px 0;
  }
}
.ir-icon_process.icon5 {
  background-position: -84px 0;
}
@media (max-width: 767.98px) {
  .ir-icon_process.icon5 {
    background-position: -76px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon_process.icon5 {
    background-position: -72px 0;
  }
}
.ir-icon_process.icon6 {
  background-position: -105px 0;
}
@media (max-width: 767.98px) {
  .ir-icon_process.icon6 {
    background-position: -95px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon_process.icon6 {
    background-position: -90px 0;
  }
}
.ir-icon_process.icon7 {
  background-position: -126px 0;
}
@media (max-width: 767.98px) {
  .ir-icon_process.icon7 {
    background-position: -114px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon_process.icon7 {
    background-position: -108px 0;
  }
}
.ir-icon_process.icon8 {
  background-position: -147px 0;
}
@media (max-width: 767.98px) {
  .ir-icon_process.icon8 {
    background-position: -133px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon_process.icon8 {
    background-position: -126px 0;
  }
}
.ir-icon_process.icon9 {
  background-position: -168px 0;
}
@media (max-width: 767.98px) {
  .ir-icon_process.icon9 {
    background-position: -152px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon_process.icon9 {
    background-position: -144px 0;
  }
}
.ir-icon_process.icon10 {
  background-position: -189px 0;
}
@media (max-width: 767.98px) {
  .ir-icon_process.icon10 {
    background-position: -171px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon_process.icon10 {
    background-position: -162px 0;
  }
}
.ir-icon_process.icon11 {
  background-position: -210px -21px;
}
@media (max-width: 767.98px) {
  .ir-icon_process.icon11 {
    background-position: -190px -19px;
  }
}
@media (max-width: 480px) {
  .ir-icon_process.icon11 {
    background-position: -180px -18px;
  }
}
.ir-icon_process.icon12 {
  background-position: -231px -21px;
}
@media (max-width: 767.98px) {
  .ir-icon_process.icon12 {
    background-position: -209px -19px;
  }
}
@media (max-width: 480px) {
  .ir-icon_process.icon12 {
    background-position: -198px -18px;
  }
}
.ir-icon_process.icon13 {
  background-position: -252px -21px;
}
@media (max-width: 767.98px) {
  .ir-icon_process.icon13 {
    background-position: -228px -19px;
  }
}
@media (max-width: 480px) {
  .ir-icon_process.icon13 {
    background-position: -216px -18px;
  }
}
.ir-icon_process.icon14 {
  background-position: -273px -21px;
}
@media (max-width: 767.98px) {
  .ir-icon_process.icon14 {
    background-position: -247px -19px;
  }
}
@media (max-width: 480px) {
  .ir-icon_process.icon14 {
    background-position: -234px -18px;
  }
}
.ir-icon_process.icon15 {
  background-position: -294px -21px;
}
@media (max-width: 767.98px) {
  .ir-icon_process.icon15 {
    background-position: -266px -19px;
  }
}
@media (max-width: 480px) {
  .ir-icon_process.icon15 {
    background-position: -252px -18px;
  }
}
.ir-icon_process.icon16 {
  background-position: -315px -21px;
}
@media (max-width: 767.98px) {
  .ir-icon_process.icon16 {
    background-position: -285px -19px;
  }
}
@media (max-width: 480px) {
  .ir-icon_process.icon16 {
    background-position: -270px -18px;
  }
}
.ir-icon_process.icon17 {
  background-position: -336px -21px;
}
@media (max-width: 767.98px) {
  .ir-icon_process.icon17 {
    background-position: -304px -19px;
  }
}
@media (max-width: 480px) {
  .ir-icon_process.icon17 {
    background-position: -288px -18px;
  }
}
.ir-icon_process.icon18 {
  background-position: -357px -21px;
}
@media (max-width: 767.98px) {
  .ir-icon_process.icon18 {
    background-position: -323px -19px;
  }
}
@media (max-width: 480px) {
  .ir-icon_process.icon18 {
    background-position: -306px -18px;
  }
}
.ir-icon_process.icon19 {
  background-position: -378px -21px;
}
@media (max-width: 767.98px) {
  .ir-icon_process.icon19 {
    background-position: -342px -19px;
  }
}
@media (max-width: 480px) {
  .ir-icon_process.icon19 {
    background-position: -324px -18px;
  }
}
.ir-icon_process.icon20 {
  background-position: -399px -21px;
}
@media (max-width: 767.98px) {
  .ir-icon_process.icon20 {
    background-position: -361px -19px;
  }
}
@media (max-width: 480px) {
  .ir-icon_process.icon20 {
    background-position: -342px -18px;
  }
}

.process_wrap {
  padding: 35px;
  background: #F9F9FA;
}
@media (max-width: 767px) {
  .process_wrap {
    padding: 15px !important;
  }
}
.process_wrap .prc {
  overflow: hidden;
  position: relative;
  margin: 0 -22.5px;
  /* 노아이콘형 */
  /* 노아이콘형 End */
  /* 아이콘형 */
  /* 아이콘형 End */
  /* 가로형 */
  /* 가로형 End */
  /* col2.ver */
  /* col2.ver End */
  /* col3.ver */
  /* col3.ver End */
  /* col4.ver */
  /* col4.ver End */
  /* col5.ver */
  /* col5.ver End */
  /* col6.ver */
  /* col6.ver End */
}
@media (max-width: 767px) {
  .process_wrap .prc {
    margin: 0;
  }
}
.process_wrap .prc > li {
  position: relative;
  float: left;
  margin: 48px 22.5px 0;
  padding: 60px 25px 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #EAEBEF;
}
@media (max-width: 767px) {
  .process_wrap .prc > li {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  .process_wrap .prc > li:before {
    left: auto !important;
    right: calc(50% - 7.5px) !important;
    top: auto !important;
    bottom: -37px !important;
    transform: rotate(90deg) !important;
  }
  .process_wrap .prc > li:nth-child(1) {
    margin-top: 0 !important;
  }
}
.process_wrap .prc > li:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -30px;
  top: calc(50% - 7.5px);
  display: block;
  width: 15px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='27' viewBox='0 0 16 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 3.5L13.3358 13.0858L3.75 22.6716' stroke='%23767676' stroke-width='1.5' stroke-linecap='round' stroke-dasharray='3 3'/%3E%3C/svg%3E%0A");
}
.process_wrap .prc > li .item .prc__title {
  display: block;
  color: #36404A;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .process_wrap .prc > li .item .prc__title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .process_wrap .prc > li .item .prc__title {
    font-size: 17px;
  }
}
.process_wrap .prc > li .item .prc__text {
  margin-top: 8px;
  padding-top: 8px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #EAEBEF;
}
.process_wrap .prc > li .item .prc__text p {
  font-size: 15px;
  margin: 0;
  color: #36404A;
  line-height: 1.4;
  letter-spacing: 0;
}
.process_wrap .prc > li .item .prc__text p + p {
  margin-top: 5px;
}
.process_wrap .prc > li .item .prc__text .list-1st {
  display: inline-block;
  max-width: 100%;
  text-align: left;
}
.process_wrap .prc > li .item .prc__text .list-1st .txt-check, .process_wrap .prc > li .item .prc__text .list-1st .txt-tip {
  display: block;
}
.process_wrap .prc > li .item .prc__text .txt-check,
.process_wrap .prc > li .item .prc__text .txt-tip {
  display: inline-block;
}
.process_wrap .prc.type1 > li .num {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #006060;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: bold;
}
.process_wrap .prc.type1.type1-2 > li .num {
  background: #18C92F;
}
.process_wrap .prc.type1.type1-2 > li .item .prc__title {
  line-height: 1.4;
  font-size: 16px;
}
.process_wrap .prc.type2 > li {
  padding-top: 80px;
}
.process_wrap .prc.type2 > li .circle {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #006060;
  box-shadow: 0px 2px 8px 0px rgba(0, 1, 14, 0.2);
}
.process_wrap .prc.type2 > li .circle .ir-icon_process {
  background-image: url("data:image/svg+xml,%3Csvg width='210' height='42' viewBox='0 0 210 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_18254_8079)'%3E%3Cpath d='M8.8575 9.015L7.7475 13.2525L11.985 12.1425L10.4175 10.5825L8.8575 9.015ZM8.8575 9.015L15.96 1.905C16.5075 1.365 17.385 1.365 17.925 1.905L19.095 3.075C19.635 3.6225 19.635 4.5 19.095 5.04L11.9925 12.15L8.8575 9.015ZM17.445 10.74V16.71C17.445 17.055 17.3025 17.37 17.0775 17.595C16.8525 17.82 16.5375 17.9625 16.1925 17.9625H4.2525C3.9075 17.9625 3.5925 17.82 3.3675 17.595C3.1425 17.37 3 17.055 3 16.71V4.7625C3 4.4175 3.1425 4.1025 3.3675 3.8775C3.5925 3.6525 3.9075 3.51 4.2525 3.51H10.2225' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.4102 6.31586V4.02836C22.4102 3.29336 23.0102 2.69336 23.7452 2.69336H39.0752C39.8102 2.69336 40.4102 3.29336 40.4102 4.02836V6.31586H22.4102ZM22.4102 6.31586V17.3934C22.4102 18.1284 23.0102 18.7284 23.7452 18.7284H39.0677C39.8027 18.7284 40.4027 18.1284 40.4027 17.3934V6.31586H22.4102ZM36.9902 4.53836H38.0552M31.9577 12.9159L33.9452 14.9484M29.9702 14.1684L28.8677 10.0509L32.9852 11.1534L29.9702 14.1684Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M57.7046 4.21586L57.7421 16.1334C57.7421 17.3859 56.7221 18.4059 55.4696 18.4059H54.2321C54.3296 18.4059 54.4271 18.3984 54.5246 18.3834C53.4071 18.2409 52.5446 17.2884 52.5446 16.1334V15.2559H47.5721L47.5346 4.21586C47.5346 2.96336 48.5546 1.94336 49.8071 1.94336H59.9771C58.7246 1.94336 57.7046 2.96336 57.7046 4.21586ZM57.7046 4.21586C57.7046 3.01586 58.6346 2.04836 59.8121 1.95836C60.9896 2.04836 61.9196 3.01586 61.9196 4.21586H61.9121V5.09336H57.7046V4.21586ZM54.6296 8.33336H51.1121M52.5446 16.1409V15.2634H43.1621V16.1409C43.1621 17.4009 44.1821 18.4134 45.4346 18.4134H54.2246C54.3221 18.4134 54.4196 18.4059 54.5171 18.3909C53.3996 18.2484 52.5371 17.2959 52.5371 16.1409H52.5446Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M77.2703 5.02352V2.25H70.4797V5.02352M77.2703 5.02352H70.4797M77.2703 5.02352V3.91553H81.0253C81.8382 3.91553 82.5 4.5648 82.5 5.36228V15.5107C82.5 16.3082 81.8382 16.9574 81.0253 16.9574H77.4861C76.8891 14.9673 75.5007 13.5629 73.875 13.5629M70.4797 5.02352V3.91553H66.7247C65.9118 3.91553 65.25 4.5648 65.25 5.36228V15.5107C65.25 16.3082 65.9118 16.9574 66.7247 16.9574H70.2639C70.8609 14.9602 72.2493 13.5629 73.875 13.5629M73.875 13.5629C71.7961 13.5629 70.0912 15.8565 69.9545 18.75H77.7883C77.6516 15.8565 75.9539 13.5629 73.8678 13.5629H73.875ZM75.7597 10.38C75.7597 11.4033 74.9181 12.229 73.875 12.229C72.8319 12.229 71.9903 11.4033 71.9903 10.38C71.9903 9.35671 72.8319 8.53101 73.875 8.53101C74.9181 8.53101 75.7597 9.35671 75.7597 10.38Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M105 0H84V21H105V0Z' fill='white' fill-opacity='0.01'/%3E%3Cpath d='M100.05 6.63731C100.597 7.42188 100.982 8.3279 101.156 9.30681H103.25V11.6932H101.156C100.982 12.6721 100.597 13.5781 100.05 14.3627L101.531 15.8435L99.8435 17.5309L98.3627 16.0501C97.5781 16.5972 96.6721 16.9821 95.6932 17.1564V19.25H93.3068V17.1564C92.3279 16.9821 91.4219 16.5972 90.6373 16.0501L89.1565 17.5309L87.4691 15.8435L88.9499 14.3627C88.4028 13.5781 88.0179 12.6721 87.8436 11.6932H85.75V9.30681H87.8436C88.0179 8.3279 88.4028 7.42188 88.9499 6.63731L87.4691 5.15651L89.1565 3.46911L90.6373 4.94988C91.4219 4.40283 92.3279 4.01788 93.3068 3.84358V1.75H95.6932V3.84358C96.6721 4.01788 97.5781 4.40283 98.3627 4.94988L99.8435 3.46911L101.531 5.15651L100.05 6.63731Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linejoin='round'/%3E%3Cpath d='M94.5 12.6875C95.7081 12.6875 96.6875 11.7081 96.6875 10.5C96.6875 9.29189 95.7081 8.3125 94.5 8.3125C93.2919 8.3125 92.3125 9.29189 92.3125 10.5C92.3125 11.7081 93.2919 12.6875 94.5 12.6875Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linejoin='round'/%3E%3Cpath d='M127 -0.5H105V21.5H127V-0.5Z' fill='white' fill-opacity='0.01'/%3E%3Cpath d='M111.09 11.4186V6.37695C111.09 5.61756 111.705 5.00195 112.465 5.00195C113.224 5.00195 113.84 5.61756 113.84 6.37695V11.4186' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M122.09 10.9609V13.9401C122.09 16.8511 119.73 19.2109 116.819 19.2109H116.361C113.45 19.2109 111.09 16.8511 111.09 13.9401V10.9609' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M113.84 12.7936V11.9254V10.502C113.84 9.74256 114.455 9.12695 115.215 9.12695C115.974 9.12695 116.59 9.74256 116.59 10.502V11.9603V12.7936' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M116.59 12.7936V11.9254V10.502C116.59 9.74256 117.205 9.12695 117.965 9.12695C118.724 9.12695 119.34 9.74256 119.34 10.502V11.9603V12.7936' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M119.34 12.7936V11.9254V10.502C119.34 9.74256 119.955 9.12695 120.715 9.12695C121.474 9.12695 122.09 9.74256 122.09 10.502V11.9603V12.7936' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M117.048 6.3763C117.048 5.89454 116.973 5.43014 116.835 4.99394C116.681 4.50609 116.448 4.0535 116.15 3.65137C115.315 2.52388 113.975 1.79297 112.464 1.79297C110.953 1.79297 109.613 2.52388 108.778 3.65137C108.481 4.0535 108.247 4.50609 108.093 4.99394C107.955 5.43014 107.881 5.89454 107.881 6.3763' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round'/%3E%3Cpath d='M147 0H126V21H147V0Z' fill='white' fill-opacity='0.01'/%3E%3Cpath d='M143.5 3.5H129.5V12.25H143.5V3.5Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M129.5 12.25L127.75 17.9375H145.25L143.5 12.25' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M134.706 15.3125H138.294L139.125 17.9375H133.875L134.706 15.3125Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M163.743 2.9082C164.021 2.9082 164.286 2.96468 164.525 3.0646C164.768 3.16452 164.981 3.31223 165.164 3.4947C165.346 3.67716 165.494 3.89438 165.594 4.13332C165.694 4.37226 165.75 4.63727 165.75 4.91531V15.5851C165.75 15.8632 165.694 16.1282 165.594 16.3671C165.494 16.6061 165.346 16.8233 165.164 17.0058C164.981 17.1882 164.764 17.3359 164.525 17.4358C164.286 17.5358 164.021 17.5922 163.743 17.5922H151.257C150.979 17.5922 150.714 17.5358 150.475 17.4358C150.236 17.3359 150.019 17.1882 149.836 17.0058C149.654 16.8233 149.506 16.6061 149.406 16.3671C149.302 16.1282 149.25 15.8632 149.25 15.5851V4.924C149.25 4.64596 149.306 4.38095 149.406 4.14201C149.506 3.90307 149.654 3.68585 149.836 3.50338C150.019 3.32092 150.236 3.17321 150.475 3.07329C150.714 2.97337 150.979 2.91689 151.257 2.91689' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M155.185 2.9082H157.5H159.816' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M153.173 1.5V3.71564' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M161.831 1.5V3.71564' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M154.5 9.55792L157.159 12L161.284 7.5' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M181.298 10.7142L184.111 7.6926C184.42 7.3617 184.816 7.20061 185.217 7.20932C185.613 7.21367 186.009 7.38783 186.31 7.72743C186.61 8.06703 186.754 8.50676 186.749 8.9465C186.745 9.38188 186.588 9.82162 186.279 10.1482L183.467 13.1697L180.654 16.1913H175.085L172.478 18.5467' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M176.47 12.9513H179.588C180.507 12.9513 181.251 12.2068 181.251 11.2882C181.251 10.3695 180.507 9.625 179.588 9.625H174.324L169.5 13.8221' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M180.211 5.19869C180.211 6.41341 179.227 7.39738 178.012 7.39738C176.797 7.39738 175.813 6.41341 175.813 5.19869C175.813 3.98397 176.797 3 178.012 3C179.227 3 180.211 3.98397 180.211 5.19869Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M191.625 7.09766V15.3044C191.625 17.0923 193.077 18.5438 194.864 18.5438H204.136C205.923 18.5438 207.375 17.0923 207.375 15.3044V7.09766H191.625Z' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M202.882 7.09712L204.546 5.00511C205.403 3.92685 205.228 2.35553 204.149 1.49845C203.071 0.641373 201.5 0.816475 200.643 1.89474L196.505 7.09251' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M199.5 10.8672V14.8623' stroke='%23FFFFFF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M197.5 12.8672H201.495' stroke='%23FFFFFF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.9091 24H16.6037C16.7017 24 16.7951 24.0093 16.8839 24.028C16.9726 24.0467 17.0613 24.0747 17.1454 24.1074C17.2295 24.1448 17.3088 24.1868 17.3836 24.2382C17.4583 24.2895 17.5283 24.3456 17.589 24.411C17.6544 24.4717 17.7105 24.5417 17.7618 24.6164C17.8132 24.6912 17.8552 24.7705 17.8926 24.8546C17.9299 24.9387 17.9533 25.0274 17.972 25.1161C17.9907 25.2095 18 25.3029 18 25.3963V38.1874C18 38.2855 17.9907 38.3789 17.972 38.4676C17.9533 38.561 17.9253 38.6451 17.8926 38.7291C17.8552 38.8132 17.8132 38.8926 17.7618 38.9673C17.7105 39.042 17.6544 39.1121 17.589 39.1728C17.5283 39.2382 17.4583 39.2942 17.3836 39.3456C17.3088 39.3969 17.2295 39.439 17.1454 39.4763C17.0613 39.5137 16.9726 39.537 16.8839 39.5604C16.7905 39.5791 16.6971 39.5884 16.6037 39.5884H4.39633C4.29826 39.5884 4.20486 39.5791 4.11613 39.5604C4.02273 39.5417 3.93867 39.5137 3.85461 39.4763C3.77055 39.4436 3.69116 39.3969 3.61644 39.3456C3.54172 39.2942 3.47167 39.2382 3.41096 39.1728C3.34558 39.1121 3.28954 39.0374 3.23817 38.9673C3.1868 38.8926 3.14477 38.8132 3.10741 38.7291C3.07005 38.6451 3.0467 38.5563 3.02802 38.4676C3.00934 38.3742 3 38.2808 3 38.1874V25.3963C3 25.2983 3.00934 25.2049 3.02802 25.1161C3.0467 25.0227 3.07472 24.9387 3.10741 24.8546C3.14477 24.7705 3.1868 24.6912 3.23817 24.6164C3.28954 24.5417 3.34558 24.4717 3.41096 24.411C3.47167 24.3502 3.54172 24.2895 3.61644 24.2382C3.69116 24.1868 3.77055 24.1448 3.85461 24.1074C3.93867 24.0747 4.0274 24.0467 4.11613 24.028C4.20953 24.0093 4.30293 24 4.39633 24H7.09091' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 29.25H13.5' stroke='%23FFFFFF' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 32.25H13.5' stroke='%23FFFFFF' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 35.25H13.5' stroke='%23FFFFFF' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.5587 24.3045V24.3325C13.5587 23.7207 13.0636 23.2257 12.4519 23.2257H11.9335C11.9335 23.2257 11.9335 23.2024 11.9335 23.1884C11.9335 22.3945 11.289 21.75 10.4952 21.75C9.70125 21.75 9.0568 22.3945 9.0568 23.1884C9.0568 23.2024 9.0568 23.2117 9.0568 23.2257H8.53843C7.92666 23.2257 7.43164 23.7207 7.43164 24.3325V24.3045C7.43164 24.3652 7.44098 24.2017 7.45032 24.2625C7.44098 24.2998 7.43164 24.3372 7.43164 24.3792V25.1171C7.43164 25.3599 7.62778 25.5607 7.87529 25.5607H13.1103C13.3532 25.5607 13.554 25.3646 13.554 25.1171V24.3792C13.554 24.3372 13.5447 24.2998 13.5353 24.2625C13.5447 24.2064 13.554 24.3652 13.554 24.3045H13.5587Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.9638 24H37.2862C38.2313 24 39 24.7687 39 25.7138V34.9364C39 35.8815 38.2313 36.6463 37.2862 36.6463H33.9173V40.1014L30.1053 36.6463H24.9638C24.0187 36.6463 23.25 35.8815 23.25 34.9364V25.7138C23.25 24.7687 24.0148 24 24.9638 24Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.7681 28.8184H28.4775' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.7681 31.6699H28.4775' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M54.75 38.4219H52.5H50.25V36.9432V33.9219H52.5H54.75V36.9432V38.4219Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M52.5 38.4227H58.0357V30.2006H60.75L52.5 22.5L44.25 30.2006H46.9643V38.4227H52.5Z' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M76.4062 23.125H69.8438C68.55 23.125 67.5 24.175 67.5 25.4688V33.6719C67.5 34.9656 68.55 36.0156 69.8438 36.0156H70.6641V37.8906H75.5859V36.0156H76.4062C77.7 36.0156 78.75 34.9656 78.75 33.6719V25.4688C78.75 24.175 77.7 23.125 76.4062 23.125Z' stroke='%23FFFFFF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M76.2285 27.8125H74.8223' stroke='%23FFFFFF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M76.2285 31.7969H74.8223' stroke='%23FFFFFF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M73.125 38.3594V40.2344' stroke='%23FFFFFF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_18254_8079'%3E%3Crect width='210' height='42' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (max-width: 767.98px) {
  .process_wrap .prc.type2 > li .circle {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 480px) {
  .process_wrap .prc.type2 > li .circle {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    margin-bottom: 15px;
  }
}
.process_wrap .prc.type2 > li .prc__title {
  display: block;
  color: #36404A;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .process_wrap .prc.type2 > li .prc__title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .process_wrap .prc.type2 > li .prc__title {
    font-size: 17px;
  }
}
.process_wrap .prc.type2 > li .prc__text p {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0;
}
.process_wrap .prc.type2.type2-2 > li {
  background: #006060;
}
.process_wrap .prc.type2.type2-2 > li .circle {
  overflow: hidden;
  background: #fff;
  width: 53px;
  height: 53px;
}
.process_wrap .prc.type2.type2-2 > li .prc__title {
  color: #fff;
}
.process_wrap .prc.type2.type2-2 > li .prc__text p {
  color: rgba(255, 255, 255, 0.9);
}
.process_wrap .prc.type3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 48px 0;
  margin: 0;
}
.process_wrap .prc.type3 .item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px 40px;
  padding: 30px 90px 30px 40px;
  border: 1px solid #EAEBEF;
  min-height: 115px;
  border-radius: 4px;
  background: #fff;
}
@media (max-width: 767px) {
  .process_wrap .prc.type3 .item {
    flex-direction: column;
    padding: 20px;
    min-height: auto;
  }
}
.process_wrap .prc.type3 .item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: calc(50% - 13px);
  bottom: -32px;
  width: 26px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='16' viewBox='0 0 26 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3.5L12.5858 13.0858L22.1716 3.5' stroke='%23767676' stroke-width='1.5' stroke-linecap='round' stroke-dasharray='3 3'/%3E%3C/svg%3E%0A");
}
.process_wrap .prc.type3 .item .icon_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .process_wrap .prc.type3 .item .icon_box {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    justify-content: center;
    width: 100%;
  }
}
.process_wrap .prc.type3 .item .icon_box .step_num {
  color: #000000;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.016em;
  text-align: center;
}
@media (max-width: 767px) {
  .process_wrap .prc.type3 .item .icon_box .step_num {
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
}
.process_wrap .prc.type3 .item .icon_box .step_num em {
  display: block;
  font-size: 30px;
  color: #16903D;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .process_wrap .prc.type3 .item .icon_box .step_num em {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .process_wrap .prc.type3 .item .icon_box .step_num em {
    font-size: 22px;
  }
}
.process_wrap .prc.type3 .item .icon_box .icon {
  position: absolute;
  right: 40px;
  top: calc(50% - 16.5px);
  display: inline-block;
  width: 33px;
  height: 33px;
  background-image: url("data:image/svg+xml,%3Csvg width='330' height='33' viewBox='0 0 330 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.2'%3E%3Cpath d='M10.1692 15.0374H11.9802M15.5965 15.0374H17.4074M21.0294 15.0374H22.8403M10.1692 19.6234H11.9802M15.5965 19.6234H17.4074M21.0294 19.6234H22.8403M10.1692 24.2095H11.9802M15.5965 24.2095H17.4074M21.0294 24.2095H22.8403M26.2823 6.74166H24.5107V8.58515C24.5107 9.60302 23.6896 10.4286 22.6772 10.4286C21.6649 10.4286 20.8438 9.60302 20.8438 8.58515V6.74166H12.1545V8.58515C12.1545 9.60302 11.3334 10.4286 10.321 10.4286C9.3087 10.4286 8.48758 9.60302 8.48758 8.58515V6.74166H6.71599C4.6913 6.74166 3.05469 8.39288 3.05469 10.423V26.2623C3.05469 28.298 4.69693 29.9436 6.71599 29.9436H26.2823C28.307 29.9436 29.9436 28.2924 29.9436 26.2623V18.3426V10.423C29.9436 8.38723 28.3013 6.74166 26.2823 6.74166ZM10.3267 3.05469C9.31433 3.05469 8.49321 3.8803 8.49321 4.89817V8.57949C8.49321 9.59737 9.31433 10.423 10.3267 10.423C11.339 10.423 12.1601 9.59737 12.1601 8.57949V4.89817C12.1601 3.8803 11.339 3.05469 10.3267 3.05469ZM22.6772 3.05469C21.6649 3.05469 20.8438 3.8803 20.8438 4.89817V8.57949C20.8438 9.59737 21.6649 10.423 22.6772 10.423C23.6896 10.423 24.5107 9.59737 24.5107 8.57949V4.89817C24.5107 3.8803 23.6896 3.05469 22.6772 3.05469Z' stroke='%23323745' stroke-width='1.8'/%3E%3C/g%3E%3Cg opacity='0.2'%3E%3Cpath d='M64 18.9784V14.0216H60.2923C60.0098 12.8008 59.5293 11.6535 58.8794 10.6248L61.5019 8.00234L57.9977 4.49815L55.3752 7.12064C54.3409 6.47067 53.1992 5.99026 51.9784 5.70766V2H47.0216V5.70766C45.8008 5.99026 44.6535 6.47067 43.6248 7.12064L41.0023 4.49815L37.4981 8.00234L40.1206 10.6248C39.4707 11.6591 38.9903 12.8008 38.7077 14.0216H35V18.9784H38.7077C38.9903 20.1992 39.4707 21.3465 40.1206 22.3752L37.4981 24.9977L41.0023 28.5019L43.6248 25.8794C44.6591 26.5293 45.8008 27.0097 47.0216 27.2923V31H51.9784V27.2923C53.1992 27.0097 54.3465 26.5293 55.3752 25.8794L57.9977 28.5019L61.5019 24.9977L58.8794 22.3752C59.5293 21.3409 60.0098 20.1992 60.2923 18.9784H64Z' stroke='%23323745' stroke-width='2'/%3E%3Cpath d='M49.5028 20.2387C51.5692 20.2387 53.2444 18.5636 53.2444 16.4972C53.2444 14.4308 51.5692 12.7556 49.5028 12.7556C47.4364 12.7556 45.7613 14.4308 45.7613 16.4972C45.7613 18.5636 47.4364 20.2387 49.5028 20.2387Z' stroke='%23323745' stroke-width='2'/%3E%3C/g%3E%3Cg opacity='0.2'%3E%3Cpath d='M85.335 8.92078V6.72794C85.335 4.11742 83.4789 2 81.1905 2H78.1445C75.8561 2 74 4.11742 74 6.72794V16.8336C74 19.4441 75.8561 21.5615 78.1445 21.5615H81.1905C83.4789 21.5615 85.335 19.4441 85.335 16.8336V15.7081M79.665 24.0792V26.2721C79.665 28.8826 81.5211 31 83.8095 31H86.8555C89.1439 31 91 28.8826 91 26.2721V16.1664C91 13.5559 89.1439 11.4385 86.8555 11.4385H83.8095C81.5211 11.4385 79.665 13.5559 79.665 16.1664V17.2919' stroke='%23323745' stroke-width='2' stroke-linecap='square'/%3E%3C/g%3E%3Cg opacity='0.2'%3E%3Cpath d='M123.445 14.496C123.445 10.2007 119.752 6.71875 115.195 6.71875C110.639 6.71875 106.945 10.2007 106.945 14.496V23.9971C106.945 28.2923 110.639 31.7743 115.195 31.7743C119.752 31.7743 123.445 28.2923 123.445 23.9971V14.496Z' stroke='%23323745' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M115.195 6.44336V0.179688' stroke='%23323745' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M116.802 12.4257C116.802 11.621 116.082 10.9688 115.194 10.9688C114.306 10.9688 113.586 11.621 113.586 12.4257V15.6044C113.586 16.4091 114.306 17.0613 115.194 17.0613C116.082 17.0613 116.802 16.4091 116.802 15.6044V12.4257Z' fill='%23323745'/%3E%3C/g%3E%3Cg opacity='0.2'%3E%3Cpath d='M145.23 14.8688L144.522 14.1629L144.331 14.3544L144.262 14.6159L145.23 14.8688ZM143.481 21.5613L142.513 21.3084C142.424 21.6521 142.523 22.0177 142.774 22.2688C143.026 22.5198 143.391 22.6187 143.735 22.5285L143.481 21.5613ZM150.158 19.8082L150.412 20.7754C150.583 20.7304 150.74 20.6408 150.865 20.5156L150.158 19.8082ZM147.688 17.3444L146.979 18.049L146.982 18.0524L147.688 17.3444ZM161.362 8.59089L160.654 7.88459L160.654 7.88496L161.362 8.59089ZM161.362 5.48747L162.075 4.78605L162.07 4.78117L161.362 5.48747ZM159.518 3.63964L160.226 2.93333L160.226 2.93333L159.518 3.63964ZM156.422 3.63964L155.719 2.92845L155.714 2.93371L156.422 3.63964ZM159.762 17.5932V16.5932H157.762V17.5932H159.762ZM147.381 7.17449H148.381V5.17449H147.381V7.17449ZM147.7 17.3444L146.992 18.0507L146.992 18.0507L147.7 17.3444ZM155.766 14.2055L156.473 14.9129L156.474 14.9114L155.766 14.2055ZM144.262 14.6159L142.513 21.3084L144.448 21.8141L146.198 15.1217L144.262 14.6159ZM143.735 22.5285L150.412 20.7754L149.904 18.841L143.227 20.5941L143.735 22.5285ZM150.864 19.1002L148.394 16.6364L146.982 18.0524L149.452 20.5162L150.864 19.1002ZM148.398 16.6398L145.94 14.1642L144.52 15.5734L146.979 18.049L148.398 16.6398ZM162.07 9.29719C163.313 8.05133 163.306 6.03724 162.075 4.78607L160.649 6.18887C161.12 6.66709 161.113 7.42475 160.654 7.88459L162.07 9.29719ZM162.07 4.78117L160.226 2.93333L158.81 4.34594L160.654 6.19377L162.07 4.78117ZM160.226 2.93333C158.982 1.68621 156.968 1.69319 155.719 2.92847L157.125 4.3508C157.601 3.88039 158.353 3.88737 158.81 4.34594L160.226 2.93333ZM155.714 2.93371L144.522 14.1629L145.938 15.5747L157.13 4.34556L155.714 2.93371ZM157.762 17.5932V27.0219H159.762V17.5932H157.762ZM157.762 27.0219C157.762 27.2892 157.652 27.5362 157.475 27.7133L158.891 29.1259C159.423 28.5923 159.762 27.8443 159.762 27.0219H157.762ZM157.475 27.7133C157.298 27.8904 157.053 28 156.788 28V30C157.611 30 158.358 29.6595 158.891 29.1259L157.475 27.7133ZM156.788 28H137.974V30H156.788V28ZM137.974 28C137.709 28 137.464 27.8904 137.287 27.7133L135.871 29.1259C136.404 29.6595 137.151 30 137.974 30V28ZM137.287 27.7133C137.11 27.5362 137 27.2892 137 27.0219H135C135 27.8443 135.339 28.5923 135.871 29.1259L137.287 27.7133ZM137 27.0219V8.15262H135V27.0219H137ZM137 8.15262C137 7.8853 137.11 7.63829 137.287 7.4612L135.871 6.0486C135.339 6.58221 135 7.33019 135 8.15262H137ZM137.287 7.4612C137.464 7.28414 137.709 7.17449 137.974 7.17449V5.17449C137.151 5.17449 136.404 5.51495 135.871 6.0486L137.287 7.4612ZM137.974 7.17449H147.381V5.17449H137.974V7.17449ZM144.522 15.5751L146.992 18.0507L148.408 16.6381L145.938 14.1625L144.522 15.5751ZM146.992 18.0507L149.45 20.5145L150.866 19.1019L148.408 16.6381L146.992 18.0507ZM150.865 20.5156L156.473 14.9129L155.059 13.498L149.451 19.1008L150.865 20.5156ZM156.474 14.9114L162.07 9.29682L160.654 7.88496L155.058 13.4995L156.474 14.9114Z' fill='%23323745'/%3E%3C/g%3E%3Cg opacity='0.2'%3E%3Cpath d='M189.158 8.31148L189.21 25.6776C189.21 27.5027 187.796 28.9891 186.06 28.9891H184.344C184.479 28.9891 184.615 28.9781 184.75 28.9563C183.201 28.7486 182.005 27.3607 182.005 25.6776V24.3989H175.113L175.061 8.31148C175.061 6.48634 176.475 5 178.211 5H192.307C190.571 5 189.158 6.48634 189.158 8.31148ZM189.158 8.31148C189.158 6.56284 190.447 5.15301 192.079 5.02186C193.711 5.15301 195 6.56284 195 8.31148H194.99V9.59016H189.158V8.31148ZM184.895 14.3115H180.02M182.005 25.6885V24.4098H169V25.6885C169 27.5246 170.414 29 172.15 29H184.334C184.469 29 184.604 28.9891 184.739 28.9672C183.19 28.7596 181.995 27.3716 181.995 25.6885H182.005Z' stroke='%23323745' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg opacity='0.2'%3E%3Cpath d='M219.421 8.40966V4.3125H209.579V8.40966M219.421 8.40966H209.579M219.421 8.40966V6.77288H224.863C226.041 6.77288 227 7.73202 227 8.91008V23.9017C227 25.0798 226.041 26.0389 224.863 26.0389H219.734C218.868 23.099 216.856 21.0243 214.5 21.0243M209.579 8.40966V6.77288H204.137C202.959 6.77288 202 7.73202 202 8.91008V23.9017C202 25.0798 202.959 26.0389 204.137 26.0389H209.266C210.132 23.0886 212.144 21.0243 214.5 21.0243M214.5 21.0243C211.487 21.0243 209.016 24.4126 208.818 28.687H220.171C219.973 24.4126 217.513 21.0243 214.49 21.0243H214.5ZM217.231 16.3225C217.231 17.8342 216.012 19.0539 214.5 19.0539C212.988 19.0539 211.769 17.8342 211.769 16.3225C211.769 14.8108 212.988 13.5911 214.5 13.5911C216.012 13.5911 217.231 14.8108 217.231 16.3225Z' stroke='%23323745' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg opacity='0.2'%3E%3Cpath d='M247.891 5.23257C248.474 5.03796 249.795 4.99658 250.382 5.00021C256.799 5.00021 262.001 10.202 262.001 16.6188C262.001 23.0356 256.799 28.2374 250.382 28.2374C249.876 28.242 248.669 28.2208 247.891 28.0992' stroke='%23323745' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M245.619 28.2372C252.035 28.2372 257.237 23.0354 257.237 16.6186C257.237 10.2018 252.035 5 245.619 5C239.202 5 234 10.2018 234 16.6186C234 23.0354 239.202 28.2372 245.619 28.2372Z' stroke='%23323745' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M240.844 12.4219L243.375 22.3397L245.67 12.4219L248.13 22.3397L250.391 12.4219' stroke='%23323745' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M239.93 15.9297H251.306' stroke='%23323745' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg opacity='0.2'%3E%3Cpath d='M276.608 23V24.5991C276.608 26.3767 275.22 27.8172 273.469 27.9295C273.541 27.9295 273.608 27.9493 273.68 27.9493H290.154C292.004 27.9493 293.504 26.4493 293.504 24.5991V23H276.608Z' stroke='%23323745' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M290.064 22.9992V4.52344H271V25.2789C271 26.6864 272.084 27.823 273.465 27.9353' stroke='%23323745' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M273.25 27.9573H273.673C273.6 27.9573 273.534 27.9441 273.461 27.9375C273.389 27.9375 273.323 27.9573 273.25 27.9573Z' stroke='%23323745' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M276.023 10.5625H278.667' stroke='%23323745' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M276.023 14.8594H284.283' stroke='%23323745' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg opacity='0.2'%3E%3Cpath d='M320.278 19.9531L325.201 24.8763L325.808 25.4835C326.727 26.4024 326.727 27.8891 325.808 28.808C324.889 29.7268 323.403 29.7268 322.484 28.808L321.877 28.2007L316.961 23.2776' stroke='%23323745' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M303.576 21.4426C307.685 25.544 314.334 25.544 318.443 21.4426C322.544 17.3337 322.544 10.6849 318.443 6.57603C314.334 2.47466 307.677 2.47466 303.576 6.57603C299.475 10.6774 299.475 17.3337 303.576 21.4426Z' stroke='%23323745' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M306.137 18.8797C308.83 21.5729 313.187 21.5729 315.88 18.8797C318.573 16.1865 318.573 11.8303 315.88 9.1371C313.187 6.44388 308.822 6.44388 306.137 9.1371C303.444 11.8303 303.444 16.1865 306.137 18.8797Z' stroke='%23323745' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M310.264 10.9688C309.689 10.9688 309.114 11.1854 308.673 11.6262C308.232 12.0669 308.016 12.6422 308.016 13.2174' stroke='%23323745' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.process_wrap .prc.type3 .item .icon_box .icon.icon1 {
  background-position: 0px 0;
}
.process_wrap .prc.type3 .item .icon_box .icon.icon2 {
  background-position: -33px 0;
}
.process_wrap .prc.type3 .item .icon_box .icon.icon3 {
  background-position: -66px 0;
}
.process_wrap .prc.type3 .item .icon_box .icon.icon4 {
  background-position: -99px 0;
}
.process_wrap .prc.type3 .item .icon_box .icon.icon5 {
  background-position: -132px 0;
}
.process_wrap .prc.type3 .item .icon_box .icon.icon6 {
  background-position: -165px 0;
}
.process_wrap .prc.type3 .item .icon_box .icon.icon7 {
  background-position: -198px 0;
}
.process_wrap .prc.type3 .item .icon_box .icon.icon8 {
  background-position: -231px 0;
}
.process_wrap .prc.type3 .item .icon_box .icon.icon9 {
  background-position: -264px 0;
}
.process_wrap .prc.type3 .item .icon_box .icon.icon10 {
  background-position: -297px 0;
}
.process_wrap .prc.type3 .item .icon_box .icon.icon11 {
  background-position: -330px -33px;
}
@media (max-width: 767px) {
  .process_wrap .prc.type3 .item .icon_box .icon {
    display: none;
  }
}
.process_wrap .prc.type3 .item .txt_box {
  width: 100%;
}
@media (max-width: 767px) {
  .process_wrap .prc.type3 .item .txt_box {
    text-align: center;
  }
}
.process_wrap .prc.type3 .item .txt_box .tit {
  margin-bottom: 15px;
  color: #222;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .process_wrap .prc.type3 .item .txt_box .tit {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .process_wrap .prc.type3 .item .txt_box .tit {
    font-size: 17px;
  }
}
.process_wrap .prc.type3 .item .txt_box p {
  margin: 0;
  color: #444;
  line-height: 1.5;
  letter-spacing: 0;
}
.process_wrap .prc.type3 .item .txt_box p + p {
  margin-top: 5px;
}
.process_wrap .prc.type3 .item .txt_box .list-1st {
  max-width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .process_wrap .prc.type3 .item .txt_box .list-1st {
    display: inline-block;
  }
}
.process_wrap .prc.type3 .item .txt_box .list-1st .txt-check, .process_wrap .prc.type3 .item .txt_box .list-1st .txt-tip {
  display: block;
}
.process_wrap .prc.type3 .item .txt_box .txt-check,
.process_wrap .prc.type3 .item .txt_box .txt-tip {
  display: inline-block;
}
.process_wrap .prc.col2 > li {
  width: calc(50% - 45px);
}
.process_wrap .prc.col2 > li:nth-child(3), .process_wrap .prc.col2 > li:nth-child(7) {
  float: right;
}
.process_wrap .prc.col2 > li:nth-child(-n+2) {
  margin-top: 0;
}
.process_wrap .prc.col2 > li:nth-child(4n-1) {
  float: right;
}
.process_wrap .prc.col2 > li:nth-child(2n):before {
  right: calc(50% - 7.5px);
  top: auto;
  bottom: -37px;
  transform: rotate(90deg);
}
.process_wrap .prc.col2 > li:nth-child(4n-1):before {
  left: -30px;
  right: auto;
  transform: rotateY(-180deg);
}
.process_wrap .prc.col3 > li {
  width: calc(33.33% - 45px);
}
.process_wrap .prc.col3 > li:nth-child(-n+3) {
  margin-top: 0;
}
.process_wrap .prc.col3 > li:nth-child(4), .process_wrap .prc.col3 > li:nth-child(5), .process_wrap .prc.col3 > li:nth-child(6), .process_wrap .prc.col3 > li:nth-child(10), .process_wrap .prc.col3 > li:nth-child(11), .process_wrap .prc.col3 > li:nth-child(12) {
  float: right;
}
.process_wrap .prc.col3 > li:nth-child(3):before, .process_wrap .prc.col3 > li:nth-child(6):before, .process_wrap .prc.col3 > li:nth-child(9):before {
  right: calc(50% - 7.5px);
  top: auto;
  bottom: -37px;
  transform: rotate(90deg);
}
.process_wrap .prc.col3 > li:nth-child(4):before, .process_wrap .prc.col3 > li:nth-child(5):before, .process_wrap .prc.col3 > li:nth-child(10):before, .process_wrap .prc.col3 > li:nth-child(11):before {
  left: -30px;
  right: auto;
  transform: rotateY(-180deg);
}
.process_wrap .prc.col4 > li {
  width: calc(25% - 45px);
}
.process_wrap .prc.col4 > li:nth-child(-n+4) {
  margin-top: 0;
}
.process_wrap .prc.col4 > li:nth-child(5), .process_wrap .prc.col4 > li:nth-child(6), .process_wrap .prc.col4 > li:nth-child(7), .process_wrap .prc.col4 > li:nth-child(8) {
  float: right;
}
.process_wrap .prc.col4 > li:nth-child(4):before, .process_wrap .prc.col4 > li:nth-child(8):before {
  right: calc(50% - 7.5px);
  top: auto;
  bottom: -37px;
  transform: rotate(90deg);
}
.process_wrap .prc.col4 > li:nth-child(5):before, .process_wrap .prc.col4 > li:nth-child(6):before, .process_wrap .prc.col4 > li:nth-child(7):before {
  left: -30px;
  right: auto;
  transform: rotateY(-180deg);
}
.process_wrap .prc.col5 > li {
  width: calc(20% - 45px);
}
.process_wrap .prc.col5 > li:nth-child(-n+5) {
  margin-top: 0;
}
.process_wrap .prc.col5 > li:nth-child(6), .process_wrap .prc.col5 > li:nth-child(7), .process_wrap .prc.col5 > li:nth-child(8), .process_wrap .prc.col5 > li:nth-child(9) {
  float: right;
}
.process_wrap .prc.col5 > li:nth-child(5):before, .process_wrap .prc.col5 > li:nth-child(10):before {
  right: calc(50% - 7.5px);
  top: auto;
  bottom: -37px;
  transform: rotate(90deg);
}
.process_wrap .prc.col5 > li:nth-child(6):before, .process_wrap .prc.col5 > li:nth-child(7):before, .process_wrap .prc.col5 > li:nth-child(8):before, .process_wrap .prc.col5 > li:nth-child(9):before {
  left: -30px;
  right: auto;
  transform: rotateY(-180deg);
}
.process_wrap .prc.col6 > li {
  width: calc(16.66% - 45px);
}
.process_wrap .prc.col6 > li:nth-child(-n+6) {
  margin-top: 0;
}
.process_wrap .prc.col6 > li:nth-child(7), .process_wrap .prc.col6 > li:nth-child(8), .process_wrap .prc.col6 > li:nth-child(9), .process_wrap .prc.col6 > li:nth-child(10), .process_wrap .prc.col6 > li:nth-child(11), .process_wrap .prc.col6 > li:nth-child(12) {
  float: right;
}
.process_wrap .prc.col6 > li:nth-child(6):before, .process_wrap .prc.col6 > li:nth-child(12):before {
  right: calc(50% - 7.5px);
  top: auto;
  bottom: -37px;
  transform: rotate(90deg);
}
.process_wrap .prc.col6 > li:nth-child(7):before, .process_wrap .prc.col6 > li:nth-child(8):before, .process_wrap .prc.col6 > li:nth-child(9):before, .process_wrap .prc.col6 > li:nth-child(10):before, .process_wrap .prc.col6 > li:nth-child(11):before {
  left: -30px;
  right: auto;
  transform: rotateY(-180deg);
}
@media (max-width: 1199px) {
  .process_wrap .prc.col5 > li, .process_wrap .prc.col6 > li {
    width: calc(25% - 45px);
  }
  .process_wrap .prc.col5 > li:nth-child(-n+4), .process_wrap .prc.col6 > li:nth-child(-n+4) {
    margin-top: 0;
  }
  .process_wrap .prc.col5 > li:nth-child(5), .process_wrap .prc.col5 > li:nth-child(6), .process_wrap .prc.col6 > li:nth-child(5), .process_wrap .prc.col6 > li:nth-child(6) {
    margin-top: 48px;
  }
  .process_wrap .prc.col5 > li:nth-child(5), .process_wrap .prc.col6 > li:nth-child(5), .process_wrap .prc.col6 > li:nth-child(6) {
    float: right;
  }
  .process_wrap .prc.col5 > li:nth-child(9), .process_wrap .prc.col6 > li:nth-child(9), .process_wrap .prc.col6 > li:nth-child(10), .process_wrap .prc.col6 > li:nth-child(11), .process_wrap .prc.col6 > li:nth-child(12), .process_wrap .prc.col6 > li:nth-child(17), .process_wrap .prc.col6 > li:nth-child(18), .process_wrap .prc.col6 > li:nth-child(19), .process_wrap .prc.col6 > li:nth-child(20) {
    float: left;
  }
  .process_wrap .prc.col5 > li:nth-child(4):before, .process_wrap .prc.col5 > li:nth-child(8):before, .process_wrap .prc.col5 > li:nth-child(12):before, .process_wrap .prc.col6 > li:nth-child(4):before, .process_wrap .prc.col6 > li:nth-child(8):before, .process_wrap .prc.col6 > li:nth-child(12):before {
    left: auto;
    right: calc(50% - 7.5px);
    top: auto;
    bottom: -37px;
    transform: rotate(90deg);
  }
  .process_wrap .prc.col5 > li:nth-child(5):before, .process_wrap .prc.col5 > li:nth-child(6):before, .process_wrap .prc.col5 > li:nth-child(7):before, .process_wrap .prc.col5 > li:nth-child(10):before, .process_wrap .prc.col6 > li:nth-child(5):before, .process_wrap .prc.col6 > li:nth-child(6):before, .process_wrap .prc.col6 > li:nth-child(7):before, .process_wrap .prc.col6 > li:nth-child(10):before {
    left: -30px;
    right: auto;
    top: calc(50% - 7.5px);
    bottom: auto;
    transform: rotateY(-180deg);
  }
  .process_wrap .prc.col5 > li:nth-child(9):before, .process_wrap .prc.col5 > li:nth-child(10):before, .process_wrap .prc.col5 > li:nth-child(11):before, .process_wrap .prc.col6 > li:nth-child(9):before, .process_wrap .prc.col6 > li:nth-child(10):before, .process_wrap .prc.col6 > li:nth-child(11):before {
    left: auto;
    right: calc(50% - 7.5px);
  }
}
@media (max-width: 1023px) {
  .process_wrap .prc.col4 > li, .process_wrap .prc.col5 > li, .process_wrap .prc.col6 > li {
    width: calc(33.33% - 45px);
  }
  .process_wrap .prc.col4 > li:nth-child(4), .process_wrap .prc.col5 > li:nth-child(4), .process_wrap .prc.col6 > li:nth-child(4) {
    margin-top: 48px;
  }
  .process_wrap .prc.col4 > li:nth-child(4), .process_wrap .prc.col4 > li:nth-child(10), .process_wrap .prc.col4 > li:nth-child(11), .process_wrap .prc.col4 > li:nth-child(12), .process_wrap .prc.col5 > li:nth-child(4), .process_wrap .prc.col5 > li:nth-child(10), .process_wrap .prc.col5 > li:nth-child(11), .process_wrap .prc.col5 > li:nth-child(12), .process_wrap .prc.col6 > li:nth-child(4), .process_wrap .prc.col6 > li:nth-child(10), .process_wrap .prc.col6 > li:nth-child(11), .process_wrap .prc.col6 > li:nth-child(12) {
    float: right;
  }
  .process_wrap .prc.col4 > li:nth-child(7), .process_wrap .prc.col4 > li:nth-child(8), .process_wrap .prc.col5 > li:nth-child(7), .process_wrap .prc.col5 > li:nth-child(8), .process_wrap .prc.col6 > li:nth-child(7), .process_wrap .prc.col6 > li:nth-child(8) {
    float: left;
  }
  .process_wrap .prc.col4 > li:nth-child(3):before, .process_wrap .prc.col4 > li:nth-child(6):before, .process_wrap .prc.col4 > li:nth-child(9):before, .process_wrap .prc.col5 > li:nth-child(3):before, .process_wrap .prc.col5 > li:nth-child(6):before, .process_wrap .prc.col5 > li:nth-child(9):before, .process_wrap .prc.col6 > li:nth-child(3):before, .process_wrap .prc.col6 > li:nth-child(6):before, .process_wrap .prc.col6 > li:nth-child(9):before {
    left: auto;
    right: calc(50% - 7.5px);
    top: auto;
    bottom: -37px;
    transform: rotate(90deg);
  }
  .process_wrap .prc.col4 > li:nth-child(4):before, .process_wrap .prc.col4 > li:nth-child(10):before, .process_wrap .prc.col4 > li:nth-child(11):before, .process_wrap .prc.col5 > li:nth-child(4):before, .process_wrap .prc.col5 > li:nth-child(10):before, .process_wrap .prc.col5 > li:nth-child(11):before, .process_wrap .prc.col6 > li:nth-child(4):before, .process_wrap .prc.col6 > li:nth-child(10):before, .process_wrap .prc.col6 > li:nth-child(11):before {
    left: -30px;
    right: auto;
    top: calc(50% - 7.5px);
    bottom: auto;
    transform: rotateY(-180deg);
  }
  .process_wrap .prc.col4 > li:nth-child(7):before, .process_wrap .prc.col4 > li:nth-child(8):before, .process_wrap .prc.col5 > li:nth-child(7):before, .process_wrap .prc.col5 > li:nth-child(8):before, .process_wrap .prc.col6 > li:nth-child(7):before, .process_wrap .prc.col6 > li:nth-child(8):before {
    left: auto;
    right: -30px;
    top: calc(50% - 7.5px);
    bottom: auto;
    transform: rotateY(0);
  }
}
@media (max-width: 767px) {
  .process_wrap .prc.col4 > li:nth-child(4), .process_wrap .prc.col5 > li:nth-child(4), .process_wrap .prc.col6 > li:nth-child(4) {
    margin-top: 0;
  }
  .process_wrap .prc.col2 > li:nth-child(-n+2), .process_wrap .prc.col3 > li:nth-child(-n+3), .process_wrap .prc.col4 > li:nth-child(-n+4), .process_wrap .prc.col5 > li:nth-child(-n+4), .process_wrap .prc.col6 > li:nth-child(-n+4) {
    margin-top: 48px;
  }
}

/*** 절차도 스타일 End ***/
/*** 정의박스 스타일 ***/
.infobox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 30px 45px;
  padding: 50px 5.7%;
  min-height: 324px;
  border-width: 1px;
  border-style: solid;
  border-color: #EAEBEF;
  background: #fff;
  z-index: 0;
  border-radius: 4px;
}
@media (max-width: 1024px) {
  .infobox {
    padding: 50px;
  }
}
@media (max-width: 840px) {
  .infobox {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .infobox {
    padding: 20px;
  }
}
.infobox .picbox {
  overflow: hidden;
  position: relative;
  width: 330px;
  height: 230px;
}
.infobox .picbox.imgbr::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #E3E4E9;
}
@media (max-width: 840px) {
  .infobox .picbox {
    margin: 0 auto;
    width: 100%;
    height: 100%;
  }
}
.infobox .picbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000%;
}
@media (max-width: 840px) {
  .infobox .picbox img {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: 100%;
  }
}
.infobox .txtbox {
  width: calc(100% - 330px - 65px);
}
@media (max-width: 840px) {
  .infobox .txtbox {
    width: 100%;
  }
}
.infobox .txtbox .h-box {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EAEBEF;
  color: #36404A;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .infobox .txtbox .h-box {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .infobox .txtbox .h-box {
    font-size: 22px;
  }
}
.infobox .txtbox ul {
  margin-top: 10px;
}
.infobox .txtbox ul li {
  position: relative;
  padding-left: 80px;
  color: #36404A;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .infobox .txtbox ul li {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .infobox .txtbox ul li {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .infobox .txtbox ul li {
    font-size: 15px;
  }
}
.infobox .txtbox ul li + li {
  margin-top: 5px;
}
.infobox .txtbox ul li span {
  position: absolute;
  left: 11px;
  top: 0;
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: #36404A;
  font-weight: bold;
}
@media (max-width: 500px) {
  .infobox .txtbox ul li span {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 5px;
  }
}
.infobox .txtbox ul li span .ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #36404A;
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='20' viewBox='0 0 160 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4.12695C7.9 4.12695 6 5.82695 6 7.92695C6 10.027 7.735 12.278 10 15.873C12.265 12.278 14 10.027 14 7.92695C14 5.82695 12.1 4.12695 10 4.12695ZM10 9.62695C9.17 9.62695 8.5 8.95695 8.5 8.12695C8.5 7.29695 9.17 6.62695 10 6.62695C10.83 6.62695 11.5 7.29695 11.5 8.12695C11.5 8.95695 10.83 9.62695 10 9.62695Z' fill='white'/%3E%3Cg clip-path='url(%23clip0_0_1)'%3E%3Cpath d='M34 15.31L32.24 11.91C32.24 11.91 31.255 12.395 31.21 12.415C30.09 12.96 27.81 8.505 28.905 7.92L29.945 7.405L28.2 4L27.145 4.52C23.545 6.4 29.26 17.51 32.945 15.825C33.005 15.795 33.995 15.31 34 15.31V15.31Z' fill='white'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55 10C55 12.7614 52.7614 15 50 15C47.2386 15 45 12.7614 45 10C45 7.23857 47.2386 5 50 5C52.7614 5 55 7.23857 55 10ZM50.4523 6.99876C50.4523 6.75023 50.2509 6.54874 50.0024 6.54871C49.7538 6.54869 49.5523 6.75014 49.5523 6.99867L49.552 10.0009C49.552 10.1202 49.5994 10.2347 49.6838 10.3191L51.8037 12.439C51.9794 12.6147 52.2643 12.6147 52.4401 12.439C52.6158 12.2632 52.6158 11.9783 52.4401 11.8026L50.452 9.81453L50.4523 6.99876Z' fill='white'/%3E%3Cmask id='mask0_0_1' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='60' y='0' width='20' height='20'%3E%3Cpath d='M80 10C80 4.47715 75.5228 0 70 0C64.4772 0 60 4.47715 60 10C60 15.5228 64.4772 20 70 20C75.5228 20 80 15.5228 80 10Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_0_1)'%3E%3Cpath d='M74.8867 6.41016C74.9805 6.50391 75.0273 6.62109 75.0273 6.76172C75.0273 6.90234 74.9805 7.01953 74.8867 7.11328L73.9961 8.00391L72.0039 6L72.8828 5.12109C72.9844 5.01953 73.1016 4.96875 73.2344 4.96875C73.375 4.96875 73.4922 5.01953 73.5859 5.12109L74.8867 6.41016ZM64.9961 12.9961L71.2305 6.77344L73.2344 8.76562L67 15H64.9961V12.9961Z' fill='white'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M90 15C92.7614 15 95 12.7614 95 10C95 7.23857 92.7614 5 90 5C87.2386 5 85 7.23857 85 10C85 12.7614 87.2386 15 90 15Z' stroke='white' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M85 10H95' stroke='white' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M90 15C91.1046 15 92 12.7614 92 10C92 7.23857 91.1046 5 90 5C88.8954 5 88 7.23857 88 10C88 12.7614 88.8954 15 90 15Z' stroke='white' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M86.4644 6.53516C87.3692 7.43998 88.6192 7.99963 89.9999 7.99963C91.3806 7.99963 92.6306 7.43998 93.5354 6.53516' stroke='white' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M93.7376 13.1324C92.8328 12.2276 91.5828 11.668 90.202 11.668C88.8213 11.668 87.5713 12.2276 86.6665 13.1324' stroke='white' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M110.318 14.7371L111.728 11.6445L115 10.6852L112.481 8.39484L112.576 5L109.61 6.67712L106.396 5.53829L107.081 8.86515L105 11.5561L108.39 11.9351L110.318 14.7371Z' fill='white' stroke='white' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M147.375 7.375C147.375 8.68442 148.441 9.75 149.75 9.75C151.059 9.75 152.125 8.68442 152.125 7.375C152.125 6.06558 151.059 5 149.75 5C148.441 5 147.375 6.06558 147.375 7.375ZM153.972 15.0278H154.5V14.5C154.5 12.4633 152.842 10.8056 150.806 10.8056H148.694C146.657 10.8056 145 12.4633 145 14.5V15.0278H153.972Z' fill='white'/%3E%3Cpath d='M134.5 14.5V7.11111C134.5 6.52897 134.027 6.05556 133.444 6.05556H132.389V5H131.333V6.05556H128.167V5H127.111V6.05556H126.056C125.473 6.05556 125 6.52897 125 7.11111V14.5C125 15.0821 125.473 15.5556 126.056 15.5556H133.444C134.027 15.5556 134.5 15.0821 134.5 14.5ZM128.167 13.4444H127.111V12.3889H128.167V13.4444ZM128.167 11.3333H127.111V10.2778H128.167V11.3333ZM130.278 13.4444H129.222V12.3889H130.278V13.4444ZM130.278 11.3333H129.222V10.2778H130.278V11.3333ZM132.389 13.4444H131.333V12.3889H132.389V13.4444ZM132.389 11.3333H131.333V10.2778H132.389V11.3333ZM133.444 8.69444H126.056V7.63889H133.444V8.69444Z' fill='white'/%3E%3Cdefs%3E%3CclipPath id='clip0_0_1'%3E%3Crect width='8' height='12' fill='white' transform='translate(26 4)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.infobox .txtbox ul li span .ico.ico1 {
  background-position: 0px 0;
}
.infobox .txtbox ul li span .ico.ico2 {
  background-position: -20px 0;
}
.infobox .txtbox ul li span .ico.ico3 {
  background-position: -40px 0;
}
.infobox .txtbox ul li span .ico.ico4 {
  background-position: -60px 0;
}
.infobox .txtbox ul li span .ico.ico5 {
  background-position: -80px 0;
}
.infobox .txtbox ul li span .ico.ico6 {
  background-position: -100px 0;
}
.infobox .txtbox ul li span .ico.ico7 {
  background-position: -120px 0;
}
.infobox .txtbox ul li span .ico.ico8 {
  background-position: -140px 0;
}
.infobox .txtbox ul li span .ico.ico9 {
  background-position: -160px 0;
}
.infobox .txtbox ul li span .ico.ico10 {
  background-position: -180px 0;
}
.infobox .txtbox .link {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 30px;
}
.infobox .txtbox .link .btn {
  border-radius: 4px;
}
@media (max-width: 500px) {
  .infobox .txtbox .link a {
    width: 100%;
  }
}

/*** 정의박스 스타일 End ***/
/* sub0101 인사말 */
.greetings.se01d .inner .greetings_img {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 300px;
  background-image: url(/images/tj/sub01/sub0101_greetingsBg.jpg);
}
@media (max-width: 810px) {
  .greetings.se01d .inner .greetings_img {
    height: 280px;
  }
}
@media (max-width: 640px) {
  .greetings.se01d .inner .greetings_img {
    height: 230px;
  }
}
@media (max-width: 580px) {
  .greetings.se01d .inner .greetings_img {
    height: 200px;
  }
}
@media (max-width: 380px) {
  .greetings.se01d .inner .greetings_img {
    height: 180px;
  }
}
.greetings.se01d .inner .obj-txt {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 20px;
}
.greetings.se01d .inner .obj-txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 100%;
  height: 1px;
  background: #D8D8D8;
}
@media (max-width: 1400px) {
  .greetings.se01d .inner .obj-txt::before {
    top: 11px;
  }
}
.greetings.se01d .inner .obj-txt > span {
  padding-right: 16px;
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #fff;
  color: #D8D8D8;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  word-break: keep-all;
}
@media (max-width: 580px) {
  .greetings.se01d .inner .obj-txt > span {
    font-size: 14px;
    letter-spacing: 2.2px;
  }
}
@media (max-width: 450px) {
  .greetings.se01d .inner .obj-txt > span {
    letter-spacing: 1.2px;
  }
}
@media (max-width: 380px) {
  .greetings.se01d .inner .obj-txt > span {
    letter-spacing: -0.6px;
    padding-right: 10px;
  }
}
.greetings.se01d .inner .bottom_box {
  margin-top: 47px;
}
@media (max-width: 810px) {
  .greetings.se01d .inner .bottom_box {
    margin-top: 30px;
  }
}
.greetings.se01d .inner .bottom_box > p {
  margin-top: 24px;
  font-size: 18px;
  color: #36404A;
  word-break: keep-all;
}
@media (max-width: 580px) {
  .greetings.se01d .inner .bottom_box > p {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .greetings.se01d .inner .bottom_box > p {
    font-size: 15px;
  }
}
.greetings.se01d .inner .b-txt {
  display: block;
  color: #222;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.8px;
  margin-bottom: 24px;
  font-family: "title_font";
  word-break: keep-all;
}
@media (max-width: 1250px) {
  .greetings.se01d .inner .b-txt {
    font-size: 36px;
  }
}
@media (max-width: 810px) {
  .greetings.se01d .inner .b-txt {
    font-size: 34px;
  }
}
@media (max-width: 580px) {
  .greetings.se01d .inner .b-txt {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  .greetings.se01d .inner .b-txt {
    font-size: 27px;
  }
}
.greetings.se01d .inner .b-txt em {
  color: #16903D;
}
.greetings.se01d .inner .b-tit {
  font-size: 20px;
  color: #444;
  word-break: keep-all;
}
@media (max-width: 580px) {
  .greetings.se01d .inner .b-tit {
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  .greetings.se01d .inner .b-tit {
    font-size: 17px;
  }
}
.greetings.se01d .inner .sign_box {
  display: block;
  text-align: right;
  font-weight: bold;
  margin-top: 52px;
  display: flex;
  justify-content: flex-end;
  word-break: keep-all;
  align-items: center;
}
.greetings.se01d .inner .sign_box span {
  color: #36404A;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.36px;
}
.greetings.se01d .inner .sign_box .name {
  display: block;
  font-size: 0;
  background-image: url(/images/tj/sub01/sub0101_sign.jpg);
  margin-left: 12px;
  width: 75px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
}

/* sub0101 인사말 end */
/* sub0102 연혁 */
.history.se02a {
  overflow: hidden;
  background: url(/pcms/dist/img/b01/se02a_bg.png) left 90px top 190px no-repeat;
  margin-top: 20px;
  background-size: 30%;
}
@media (max-width: 767px) {
  .history.se02a {
    background: none;
  }
  .history.se02a:before {
    display: inline-block;
    position: absolute;
  }
}
.history.se02a .history_title span {
  display: block;
  margin-bottom: 12px;
  color: #222;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
  font-family: "title_font";
}
@media (max-width: 680px) {
  .history.se02a .history_title span {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
.history.se02a .history_title strong {
  display: block;
  color: #006060;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.96px;
}
@media (max-width: 680px) {
  .history.se02a .history_title strong {
    font-size: 44px;
  }
}
@media (max-width: 550px) {
  .history.se02a .history_title strong {
    font-size: 38px;
  }
}
.history.se02a .list_wrap {
  display: flex;
  justify-content: space-between;
}
.history.se02a .list_wrap .history_img {
  margin: 49px 0 0 11px;
  width: 353px;
  max-width: 36%;
  height: 485px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/images/tj/sub01/sub0102_historyBg.jpg);
}
@media (max-width: 1400px) {
  .history.se02a .list_wrap .history_img {
    margin: 49px 0 0 0;
    width: 310px;
    height: 426px;
  }
}
@media (max-width: 1200px) {
  .history.se02a .list_wrap .history_img {
    width: 220px;
    height: 302px;
  }
}
@media (max-width: 680px) {
  .history.se02a .list_wrap .history_img {
    display: none;
  }
}
.history.se02a .history_list {
  position: relative;
  width: calc(100% - 441px);
  min-width: calc(64% - 88px);
}
@media (max-width: 1400px) {
  .history.se02a .history_list {
    width: calc(100% - 350px);
    min-width: calc(64% - 40px);
  }
}
@media (max-width: 1200px) {
  .history.se02a .history_list {
    width: calc(100% - 250px);
    min-width: calc(64% - 30px);
  }
}
@media (max-width: 680px) {
  .history.se02a .history_list {
    width: 100%;
    padding-left: 6px;
    margin-top: 30px;
  }
}
.history.se02a .history_list:before {
  display: block;
  position: absolute;
  top: 20px;
  left: 3.5px;
  width: 1px;
  height: 100%;
  background: #ddd;
  content: "";
}
@media (max-width: 680px) {
  .history.se02a .history_list:before {
    left: 10px;
  }
}
.history.se02a .history_list > li + li {
  margin-top: 60px;
}
.history.se02a .history_list > li:last-child .info ul li:last-child::after {
  position: absolute;
  top: 13px;
  left: 3px;
  z-index: 2;
  width: 1px;
  height: 100%;
  background: #fff;
  content: "";
}
@media (max-width: 1522px) {
  .history.se02a .history_list > li:last-child .info ul li:last-child::after {
    left: 4px;
  }
}
.history.se02a .history_list > li .year {
  color: #16903D;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.92px;
  padding-left: 40px;
  position: relative;
}
@media (max-width: 1200px) {
  .history.se02a .history_list > li .year {
    padding-left: 35px;
  }
}
@media (max-width: 550px) {
  .history.se02a .history_list > li .year {
    font-size: 28px;
  }
}
.history.se02a .history_list > li .year::before {
  position: absolute;
  top: 12.5px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid #16903D;
  background: #fff;
  content: "";
  border-radius: 50%;
}
.history.se02a .history_list > li .year::after {
  position: absolute;
  top: 18px;
  left: 12px;
  width: 20px;
  height: 1px;
  background: #16903D;
  content: "";
  margin-top: -1px;
}
@media (max-width: 1200px) {
  .history.se02a .history_list > li .year::after {
    width: 15px;
  }
}
.history.se02a .history_list > li .info li {
  position: relative;
  margin-top: 30px;
  padding-left: 164px;
}
.history.se02a .history_list > li .info li:first-child {
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .history.se02a .history_list > li .info li {
    padding-left: 120px;
  }
}
@media (max-width: 550px) {
  .history.se02a .history_list > li .info li {
    padding-left: 0;
    margin-top: 10px;
  }
}
.history.se02a .history_list > li .info li strong {
  position: absolute;
  top: -3px;
  left: 52px;
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  line-height: 1.39;
}
@media (max-width: 1200px) {
  .history.se02a .history_list > li .info li strong {
    left: 35px;
  }
}
@media (max-width: 550px) {
  .history.se02a .history_list > li .info li strong {
    display: block;
    position: relative;
    margin-bottom: 0;
  }
}
.history.se02a .history_list > li .info li strong::before {
  position: absolute;
  top: 9px;
  left: -51px;
  width: 7px;
  height: 7px;
  border: 2px solid #ddd;
  background: #fff;
  content: "";
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .history.se02a .history_list > li .info li strong::before {
    left: -34px;
  }
}
.history.se02a .history_list > li .info li strong::after {
  position: absolute;
  top: 13px;
  left: -40px;
  width: 20px;
  height: 1px;
  background: #d3d3d3;
  content: "";
  margin-top: -1px;
}
@media (max-width: 1200px) {
  .history.se02a .history_list > li .info li strong::after {
    width: 15px;
    left: -25px;
  }
}
.history.se02a .history_list > li .info li b,
.history.se02a .history_list > li .info li span {
  display: block;
  font-size: 16px;
}
@media (max-width: 550px) {
  .history.se02a .history_list > li .info li b,
  .history.se02a .history_list > li .info li span {
    padding-left: 80px;
  }
}
.history.se02a .history_list > li .info li b {
  font-weight: bold;
  color: #282828;
  margin-top: 0;
}
.history.se02a .history_list > li .info li span {
  color: #676767;
  letter-spacing: -0.05em;
}
.history.se02a .history_list > li .info li span + b {
  margin-top: 10px;
}
@media (max-width: 550px) {
  .history.se02a .history_list > li .info .list-1st {
    padding-left: 35px;
  }
}
.history.se02a .history_list > li .info .list-1st > li {
  padding-left: 10px;
  margin-top: 8px;
}
@media (max-width: 550px) {
  .history.se02a .history_list > li .info .list-1st > li {
    margin-top: 0;
  }
}

/* sub0102 연혁 end */
/* sub0105 찾아오시는 길 */
.location-se04c .map_box .ui-map {
  height: 500px;
  border: 1px solid #eee;
}
@media (max-width: 767px) {
  .location-se04c .map_box .ui-map {
    height: 430px;
  }
}
@media (max-width: 480px) {
  .location-se04c .map_box .ui-map {
    height: 350px;
  }
}
.location-se04c .map_box .map_info {
  position: relative;
  padding: 50px 50px 61px;
  padding-right: 197px;
  background: #006060;
}
@media (max-width: 768px) {
  .location-se04c .map_box .map_info {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .location-se04c .map_box .map_info {
    padding: 30px;
  }
}
.location-se04c .map_box .map_info .map_tit {
  display: block;
  margin-bottom: 20px;
  font-family: "title_font";
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
}
@media (max-width: 768px) {
  .location-se04c .map_box .map_info .map_tit {
    font-size: 32px;
  }
}
@media (max-width: 360px) {
  .location-se04c .map_box .map_info .map_tit {
    font-size: 26px;
  }
}
.location-se04c .map_box .map_info .map_txt {
  position: relative;
}
.location-se04c .map_box .map_info .map_txt .map_list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 62px;
}
@media (max-width: 1370px) {
  .location-se04c .map_box .map_info .map_txt .map_list {
    row-gap: 12px;
  }
}
@media (max-width: 1023px) {
  .location-se04c .map_box .map_info .map_txt .map_list {
    column-gap: 20px;
  }
}
@media (max-width: 360px) {
  .location-se04c .map_box .map_info .map_txt .map_list {
    row-gap: 16px;
  }
}
.location-se04c .map_box .map_info .map_txt .map_list > li {
  position: relative;
  width: calc(51% - 62px);
  padding-left: 114px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #fff;
}
@media (max-width: 1420px) {
  .location-se04c .map_box .map_info .map_txt .map_list > li {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .location-se04c .map_box .map_info .map_txt .map_list > li {
    width: calc(50% - 30px);
  }
}
@media (max-width: 925px) {
  .location-se04c .map_box .map_info .map_txt .map_list > li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .location-se04c .map_box .map_info .map_txt .map_list > li {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .location-se04c .map_box .map_info .map_txt .map_list > li {
    font-size: 14px;
    padding-left: 0;
  }
}
.location-se04c .map_box .map_info .map_txt .map_list > li:nth-child(2n) {
  flex-grow: 1;
}
.location-se04c .map_box .map_info .map_txt .map_list > li:last-child {
  width: 100%;
}
.location-se04c .map_box .map_info .map_txt .map_list > li .m_tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 99px;
  padding-left: 31px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #fff;
}
.location-se04c .map_box .map_info .map_txt .map_list > li .m_tit::before {
  content: "";
  position: absolute;
  top: 5.5px;
  right: 0;
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 360px) {
  .location-se04c .map_box .map_info .map_txt .map_list > li .m_tit::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .location-se04c .map_box .map_info .map_txt .map_list > li .m_tit {
    width: 100px;
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .location-se04c .map_box .map_info .map_txt .map_list > li .m_tit {
    position: static;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
  }
}
.location-se04c .map_box .map_info .map_txt .map_list > li .m_tit .ico {
  position: absolute;
  left: 0;
  width: 23px;
  aspect-ratio: 1;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-sizing: border-box;
}
.location-se04c .map_box .map_info .map_txt .map_list > li .m_tit .ico.ico1 {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 14.25C7.5 14.25 12.1875 10.5 12.1875 6.4375C12.1875 3.84866 10.0888 1.75 7.5 1.75C4.91116 1.75 2.8125 3.84866 2.8125 6.4375C2.8125 10.5 7.5 14.25 7.5 14.25Z' fill='%23006060'/%3E%3Cpath d='M7.5 8.3125C8.53553 8.3125 9.375 7.47303 9.375 6.4375C9.375 5.40197 8.53553 4.5625 7.5 4.5625C6.46447 4.5625 5.625 5.40197 5.625 6.4375C5.625 7.47303 6.46447 8.3125 7.5 8.3125Z' fill='white'/%3E%3C/svg%3E%0A");
}
.location-se04c .map_box .map_info .map_txt .map_list > li .m_tit .ico.ico2 {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.15206 3.5C4.36869 3.5 4.56828 3.62654 4.67345 3.83051L5.40291 5.24559C5.49841 5.43087 5.50291 5.65497 5.41489 5.84452L4.71215 7.35812C4.71215 7.35812 4.91581 8.4857 5.76811 9.40356C6.62044 10.3214 7.66394 10.537 7.66394 10.537L9.06921 9.78029C9.24534 9.68544 9.45358 9.69035 9.62569 9.79339L10.9434 10.5824C11.1327 10.6957 11.25 10.9105 11.25 11.1437V12.7728C11.25 13.6025 10.5344 14.2017 9.80445 13.9364C8.30525 13.3917 5.97809 12.3544 4.50307 10.7659C3.02803 9.17744 2.06487 6.67126 1.55901 5.05674C1.31271 4.27063 1.86913 3.5 2.63951 3.5H4.15206Z' fill='%23006060'/%3E%3Cpath d='M12.707 7.25C12.7832 6.73877 12.7582 6.21539 12.632 5.71215C12.4653 5.04735 12.122 4.41776 11.6021 3.89788C11.0822 3.378 10.4526 3.03471 9.78788 2.86801C9.28464 2.74183 8.76123 2.71683 8.25 2.79304M10.4785 7.25C10.5669 6.65672 10.3828 6.03065 9.92608 5.57395C9.46934 5.11724 8.84329 4.93308 8.25 5.02152' stroke='%23006060' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.location-se04c .map_box .map_info .map_txt .map_list > li .m_tit .ico.ico3 {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 12.6875H13.75V8V3.3125H7.5H1.25V8V12.6875Z' fill='%23006060'/%3E%3Cpath d='M1.25 3.3125L7.5 8L13.75 3.3125' stroke='white' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.location-se04c .map_box .map_info .map_txt .map_list > li .m_tit .ico.ico4 {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.49938 0.375C11.1244 0.375 14.0625 2.665 14.0625 5.49063C14.0625 8.31563 11.1244 10.6056 7.5 10.6056C7.13911 10.6058 6.77858 10.5828 6.42063 10.5369L3.66563 12.3388C3.3525 12.5044 3.24188 12.4863 3.37063 12.0806L3.92813 9.78188C2.12812 8.86938 0.9375 7.28813 0.9375 5.49063C0.9375 2.66563 3.87437 0.375 7.49938 0.375ZM11.1919 5.4125L12.1106 4.5225C12.1636 4.46744 12.1932 4.39396 12.1931 4.31753C12.193 4.2411 12.1633 4.16768 12.1101 4.11276C12.057 4.05783 11.9846 4.02567 11.9082 4.02306C11.8318 4.02044 11.7574 4.04758 11.7006 4.09875L10.4956 5.265V4.30125C10.4956 4.22301 10.4645 4.14798 10.4092 4.09265C10.3539 4.03733 10.2789 4.00625 10.2006 4.00625C10.1224 4.00625 10.0474 4.03733 9.99203 4.09265C9.93671 4.14798 9.90563 4.22301 9.90563 4.30125V5.89937C9.89459 5.94497 9.89459 5.99253 9.90563 6.03813V6.9375C9.90563 7.01574 9.93671 7.09077 9.99203 7.1461C10.0474 7.20142 10.1224 7.2325 10.2006 7.2325C10.2789 7.2325 10.3539 7.20142 10.4092 7.1461C10.4645 7.09077 10.4956 7.01574 10.4956 6.9375V6.08563L10.7625 5.8275L11.655 7.09813C11.6773 7.12985 11.7056 7.15687 11.7383 7.17765C11.7711 7.19843 11.8076 7.21256 11.8457 7.21924C11.8839 7.22591 11.9231 7.225 11.9609 7.21655C11.9987 7.2081 12.0345 7.19228 12.0662 7.17C12.098 7.14772 12.125 7.1194 12.1458 7.08668C12.1666 7.05395 12.1807 7.01745 12.1874 6.97926C12.194 6.94107 12.1931 6.90194 12.1847 6.86411C12.1762 6.82627 12.1604 6.79047 12.1381 6.75875L11.1919 5.4125ZM9.34313 6.615H8.43062V4.31063C8.42713 4.23482 8.39456 4.16327 8.33968 4.11086C8.2848 4.05845 8.21183 4.0292 8.13594 4.0292C8.06005 4.0292 7.98708 4.05845 7.9322 4.11086C7.87731 4.16327 7.84474 4.23482 7.84125 4.31063V6.91C7.84125 7.0725 7.9725 7.205 8.13562 7.205H9.34313C9.42136 7.205 9.4964 7.17392 9.55172 7.1186C9.60704 7.06327 9.63813 6.98824 9.63813 6.91C9.63813 6.83176 9.60704 6.75673 9.55172 6.7014C9.4964 6.64608 9.42136 6.615 9.34313 6.615ZM5.6825 5.93312L6.1175 4.86563L6.51625 5.9325L5.6825 5.93312ZM7.25937 6.2375L7.26062 6.2275C7.26048 6.15318 7.23211 6.08169 7.18125 6.0275L6.5275 4.2775C6.5001 4.19411 6.44789 4.12106 6.37787 4.06812C6.30784 4.01518 6.22333 3.98488 6.13562 3.98125C6.04727 3.98086 5.9609 4.00738 5.88799 4.05729C5.81509 4.1072 5.75911 4.17812 5.7275 4.26063L4.68875 6.8075C4.65916 6.87994 4.65956 6.96116 4.68986 7.0333C4.72016 7.10545 4.77788 7.1626 4.85031 7.19219C4.92275 7.22178 5.00397 7.22138 5.07612 7.19108C5.14826 7.16078 5.20541 7.10306 5.235 7.03063L5.4425 6.5225H6.73625L6.9225 7.0225C6.9352 7.05987 6.95528 7.09432 6.98154 7.12379C7.0078 7.15327 7.03971 7.17717 7.07537 7.19409C7.11104 7.211 7.14974 7.22059 7.18918 7.22228C7.22861 7.22397 7.26799 7.21773 7.30497 7.20392C7.34195 7.19012 7.37579 7.16903 7.40447 7.14191C7.43316 7.11479 7.45611 7.08219 7.47196 7.04604C7.48782 7.00989 7.49625 6.97092 7.49678 6.93145C7.4973 6.89198 7.48989 6.85281 7.475 6.81625L7.25937 6.2375ZM5.18312 4.31375C5.18313 4.23562 5.15213 4.16068 5.09694 4.10537C5.04175 4.05007 4.96688 4.01892 4.88875 4.01875H2.86063C2.78239 4.01875 2.70735 4.04983 2.65203 4.10515C2.59671 4.16048 2.56563 4.23551 2.56563 4.31375C2.56563 4.39199 2.59671 4.46702 2.65203 4.52235C2.70735 4.57767 2.78239 4.60875 2.86063 4.60875H3.58563V6.94375C3.58563 7.02199 3.61671 7.09702 3.67203 7.15235C3.72735 7.20767 3.80239 7.23875 3.88063 7.23875C3.95886 7.23875 4.0339 7.20767 4.08922 7.15235C4.14454 7.09702 4.17563 7.02199 4.17563 6.94375V4.60875H4.88813C4.96636 4.60875 5.0414 4.57767 5.09672 4.52235C5.15204 4.46702 5.18312 4.39199 5.18312 4.31375Z' fill='%23006060'/%3E%3C/svg%3E%0A");
}
.location-se04c .map_box .map_info .map_txt .map_list > li .m_tit .ico.ico5 {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 14.25C10.9518 14.25 13.75 11.4518 13.75 8C13.75 4.54822 10.9518 1.75 7.5 1.75C4.04822 1.75 1.25 4.54822 1.25 8C1.25 11.4518 4.04822 14.25 7.5 14.25Z' fill='%23006060'/%3E%3Cpath d='M7.50282 4.25L7.50244 8.00275L10.1523 10.6526' stroke='white' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.location-se04c .map_box .map_info .map_txt .map_list > li .mr10 {
  display: inline-block;
  margin-right: 10px;
}
.location-se04c .map_box .map_info .map_txt .map_list > li .check {
  position: relative;
  display: inline-block;
  padding-left: 17px;
}
.location-se04c .map_box .map_info .map_txt .map_list > li .check::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 13px;
  height: 13px;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0.00488281C7.35938 0.00488281 8.16992 0.170898 8.93164 0.50293C9.69336 0.825195 10.3574 1.26953 10.9238 1.83594C11.4902 2.40234 11.9346 3.06641 12.2568 3.82812C12.5889 4.58008 12.7549 5.38574 12.7549 6.24512C12.7549 7.11426 12.5889 7.92969 12.2568 8.69141C11.9346 9.44336 11.4902 10.1025 10.9238 10.6689C10.3574 11.2354 9.69336 11.6846 8.93164 12.0166C8.16992 12.3389 7.35938 12.5 6.5 12.5C5.64062 12.5 4.83008 12.3389 4.06836 12.0166C3.30664 11.6846 2.64258 11.2354 2.07617 10.6689C1.50977 10.1025 1.06055 9.44336 0.728516 8.69141C0.40625 7.92969 0.245117 7.11426 0.245117 6.24512C0.245117 5.38574 0.40625 4.58008 0.728516 3.82812C1.06055 3.06641 1.50977 2.40234 2.07617 1.83594C2.64258 1.26953 3.30664 0.825195 4.06836 0.50293C4.83008 0.170898 5.64062 0.00488281 6.5 0.00488281ZM5.87012 8.75L9.62012 5L8.75586 4.10645L5.88477 6.99219L4.25879 5.36621L3.37988 6.24512L5.87012 8.75Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat;
}
.location-se04c .map_box .map_info .map_txt .map_list > li a {
  color: #fff;
}
.location-se04c .map_box .map_info .map_txt .map_list .btn-noline {
  color: #fff;
}
.location-se04c .map_box .map_info .map_txt .map_list .btn-noline .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8H2' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3Cpath d='M10 4L14 8L10 12' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.location-se04c .map_box .map_info .map_button .btn {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 130px;
  aspect-ratio: 1;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #006060;
  background: #fff;
  border-radius: 4px;
  border: none;
}
@media (max-width: 1023px) {
  .location-se04c .map_box .map_info .map_button .btn {
    width: 120px;
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .location-se04c .map_box .map_info .map_button .btn {
    position: static;
    transform: none;
    flex-direction: row;
    width: 100%;
    aspect-ratio: initial;
    margin-top: 20px;
    padding: 15px 10px;
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .location-se04c .map_box .map_info .map_button .btn {
    font-size: 14px;
  }
}
.location-se04c .map_box .map_info .map_button .btn:hover, .location-se04c .map_box .map_info .map_button .btn:focus {
  color: #fff;
  background: #16903D;
}
.location-se04c .map_box .map_info .map_button .btn:hover .icon, .location-se04c .map_box .map_info .map_button .btn:focus .icon {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5737 35.3682C9.48779 36.4394 7.5791 37.9193 7.5791 39.5539C7.5791 42.8231 15.2138 45.4734 24.6317 45.4734C34.0496 45.4734 41.6844 42.8231 41.6844 39.5539C41.6844 37.9193 39.7757 36.4394 36.6897 35.3682' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.3691 37.3158C24.3691 37.3158 37.3691 25.0304 37.3691 15.2082C37.3691 8.20421 31.5488 2.52637 24.3691 2.52637C17.1894 2.52637 11.3691 8.20421 11.3691 15.2082C11.3691 25.0304 24.3691 37.3158 24.3691 37.3158Z' stroke='white' stroke-width='2.5' stroke-linejoin='round'/%3E%3Cpath d='M24 20.7368C26.7614 20.7368 29 18.4982 29 15.7368C29 12.9754 26.7614 10.7368 24 10.7368C21.2386 10.7368 19 12.9754 19 15.7368C19 18.4982 21.2386 20.7368 24 20.7368Z' stroke='white' stroke-width='2.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.location-se04c .map_box .map_info .map_button .btn .icon {
  width: 48px;
  aspect-ratio: 1;
  background: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5737 35.3683C9.48779 36.4395 7.5791 37.9194 7.5791 39.554C7.5791 42.8233 15.2138 45.4735 24.6317 45.4735C34.0496 45.4735 41.6844 42.8233 41.6844 39.554C41.6844 37.9194 39.7757 36.4395 36.6897 35.3683' stroke='%23006060' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.3691 37.3158C24.3691 37.3158 37.3691 25.0304 37.3691 15.2082C37.3691 8.20421 31.5488 2.52637 24.3691 2.52637C17.1894 2.52637 11.3691 8.20421 11.3691 15.2082C11.3691 25.0304 24.3691 37.3158 24.3691 37.3158Z' stroke='%23006060' stroke-width='2.5' stroke-linejoin='round'/%3E%3Cpath d='M24 20.7369C26.7614 20.7369 29 18.4983 29 15.7369C29 12.9755 26.7614 10.7369 24 10.7369C21.2386 10.7369 19 12.9755 19 15.7369C19 18.4983 21.2386 20.7369 24 20.7369Z' stroke='%23006060' stroke-width='2.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: cover;
}
@media (max-width: 1023px) {
  .location-se04c .map_box .map_info .map_button .btn .icon {
    width: 40px;
  }
}
@media (max-width: 768px) {
  .location-se04c .map_box .map_info .map_button .btn .icon {
    width: 30px;
  }
}
@media (max-width: 500px) {
  .location-se04c .map_box .map_info .map_button .btn .icon {
    width: 20px;
  }
}

.map-info {
  position: relative;
  left: 0;
  bottom: 80px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid;
  border: 2px solid #ddd;
  padding: 10px 15px;
}

.map-info--multi {
  position: relative;
  left: 0;
  bottom: 855px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid;
  border: 2px solid #ddd;
  padding: 10px 15px;
}

.map-info:after,
.map-info--multi:after {
  content: "";
  position: absolute;
  margin-left: -12px;
  left: 50%;
  bottom: -12px;
  width: 22px;
  height: 12px;
  background: url(http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png);
}

.map-info .map-info__title,
.map-info--multi .map-info__title {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

/* sub0105 찾아오시는 길 */
/* sub0301 시인의 날 */
.poet-day {
  text-align: center;
}
.poet-day .poet_top {
  padding: 70px 20px 184px;
}
@media (max-width: 1023px) {
  .poet-day .poet_top {
    padding-top: 55px;
  }
}
@media (max-width: 768px) {
  .poet-day .poet_top {
    padding-top: 40px;
    padding-bottom: 174px;
  }
}
@media (max-width: 360px) {
  .poet-day .poet_top {
    padding-top: 25px;
    padding-bottom: 165px;
  }
}
.poet-day .poet_top .tit {
  display: block;
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #006060;
}
@media (max-width: 1023px) {
  .poet-day .poet_top .tit {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .poet-day .poet_top .tit {
    font-size: 34px;
  }
}
@media (max-width: 360px) {
  .poet-day .poet_top .tit {
    font-size: 32px;
  }
}
.poet-day .poet_top p {
  font-size: 18px;
}
@media (max-width: 1023px) {
  .poet-day .poet_top p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .poet-day .poet_top p {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .poet-day .poet_top p {
    font-size: 15px;
  }
}
.poet-day .poet_conbox {
  padding: 1px 60px 80px;
  background-color: #ECF5F3;
  background-repeat: no-repeat;
  background-position: right -264px bottom -21px;
  background-image: url("data:image/svg+xml,%3Csvg width='891' height='192' viewBox='0 0 891 192' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M890.122 0H0V1.57526H890.122V0Z' fill='url(%23paint0_linear_1596_1365)'/%3E%3Cpath d='M890.123 86.7734H0.000283114V88.3486H890.123V86.7734Z' fill='url(%23paint1_linear_1596_1365)'/%3E%3Cpath d='M890.123 76.2065H0.000283114V77.7818H890.123V76.2065Z' fill='url(%23paint2_linear_1596_1365)'/%3E%3Cpath d='M890.122 10.5656H0V12.1409H890.122V10.5656Z' fill='url(%23paint3_linear_1596_1365)'/%3E%3Cpath d='M82.3443 11.0903H80.7617V77.2433H82.3443V11.0903Z' fill='url(%23paint4_linear_1596_1365)'/%3E%3Cpath d='M16.8994 11.0903H15.3168V77.2433H16.8994V11.0903Z' fill='url(%23paint5_linear_1596_1365)'/%3E%3Cpath d='M148.292 11.0903H146.709V77.2433H148.292V11.0903Z' fill='url(%23paint6_linear_1596_1365)'/%3E%3Cpath d='M214.243 11.0903H212.66V77.2433H214.243V11.0903Z' fill='url(%23paint7_linear_1596_1365)'/%3E%3Cpath d='M280.195 11.0903H278.613V77.2433H280.195V11.0903Z' fill='url(%23paint8_linear_1596_1365)'/%3E%3Cpath d='M346.148 11.0903H344.565V77.2433H346.148V11.0903Z' fill='url(%23paint9_linear_1596_1365)'/%3E%3Cpath d='M412.097 11.0903H410.515V77.2433H412.097V11.0903Z' fill='url(%23paint10_linear_1596_1365)'/%3E%3Cpath d='M478.046 11.0903H476.463V77.2433H478.046V11.0903Z' fill='url(%23paint11_linear_1596_1365)'/%3E%3Cpath d='M543.997 11.0903H542.414V77.2433H543.997V11.0903Z' fill='url(%23paint12_linear_1596_1365)'/%3E%3Cpath d='M611.006 11.0903H609.423V77.2433H611.006V11.0903Z' fill='url(%23paint13_linear_1596_1365)'/%3E%3Cpath d='M676.957 11.0903H675.374V77.2433H676.957V11.0903Z' fill='url(%23paint14_linear_1596_1365)'/%3E%3Cpath d='M742.908 11.0903H741.325V77.2433H742.908V11.0903Z' fill='url(%23paint15_linear_1596_1365)'/%3E%3Cpath d='M808.857 11.0903H807.274V77.2433H808.857V11.0903Z' fill='url(%23paint16_linear_1596_1365)'/%3E%3Cpath d='M874.808 11.0903H873.225V77.2433H874.808V11.0903Z' fill='url(%23paint17_linear_1596_1365)'/%3E%3Cpath d='M457.269 31.1535C457.786 31.3056 457.847 31.6098 457.755 32.1574C457.664 32.5529 457.603 33.07 457.603 33.8305L457.421 54.456C457.39 58.137 456.539 60.3577 455.656 60.3577C455.109 60.3577 454.774 58.6541 454.744 55.9162L454.653 46.1206L450.85 46.2727L450.759 54.3343C450.728 57.3156 449.937 59.1409 449.055 59.1409C448.568 59.1409 448.234 57.7415 448.203 55.5207L448.142 48.4326C445.283 49.9537 441.206 51.4747 437.343 52.1136C436.826 52.2049 436.309 52.2353 435.883 51.9311C435.061 51.3226 434.362 50.3796 434.331 48.889L434.21 38.7892C433.936 38.1503 433.327 37.7853 432.293 37.4506C431.898 37.329 431.411 37.2681 431.411 37.0247C431.38 36.751 432.415 36.3555 433.084 36.3251C433.753 36.2946 435.639 36.538 436.461 36.751C437.069 36.8118 438.225 36.751 438.681 36.6901C439.746 36.538 440.142 36.3859 440.507 36.173C440.993 35.8687 441.206 35.8079 441.876 35.8079C442.332 35.8079 443.488 35.8687 444.066 36.0208C444.644 36.173 444.979 36.4163 445.009 36.9335C445.009 37.5419 444.431 38.0591 443.671 38.0591C443.093 38.0895 441.845 38.1199 440.933 38.1503C439.807 38.1807 438.073 38.272 437.313 38.3633V42.896C437.799 42.8656 438.256 42.8047 438.529 42.7743C439.625 42.6222 440.02 42.4093 440.385 42.1659C440.811 41.8617 441.054 41.8313 441.693 41.8313C442.21 41.8313 443.214 41.8921 443.701 41.9834C444.279 42.1051 444.674 42.4397 444.674 42.9264C444.674 43.5957 443.975 43.9607 443.184 44.0216L437.313 44.3562V48.8281C437.313 49.3149 437.647 49.5278 438.073 49.467C441.48 49.0411 445.131 48.2197 448.142 47.0029L448.051 35.1995C447.777 34.6823 447.108 34.1043 446.256 33.8001C445.891 33.6784 445.374 33.6176 445.374 33.3438C445.374 33.1004 446.378 32.705 447.047 32.705C447.717 32.705 449.816 33.1004 450.607 33.3742C451.124 33.5567 451.185 33.8305 451.093 34.3781C451.063 34.7432 450.972 35.3212 450.972 36.1121L450.88 44.2954L454.622 44.1737L454.531 33.0396C454.196 32.4312 453.192 31.7619 452.28 31.4577C451.884 31.336 451.367 31.2447 451.367 31.0014C451.367 30.7276 452.432 30.3321 453.131 30.3321C453.862 30.3321 456.417 30.8188 457.269 31.1535Z' fill='%23DCE7E4'/%3E%3Cpath d='M436.187 137.323C435.457 137.141 435.305 137.08 435.305 136.897C435.305 136.654 436.248 136.228 436.917 136.228C438.225 136.228 440.111 136.441 441.176 136.654C444.005 136.715 446.895 136.654 449.694 136.471C450.12 136.471 450.637 136.289 450.972 136.137C451.306 135.985 451.55 136.015 452.006 136.076C452.493 136.167 453.862 136.563 454.287 136.806C454.774 137.11 454.805 137.475 454.44 137.779C454.227 137.962 454.044 138.175 453.922 138.449C453.649 140.091 452.979 142.586 452.645 143.529C453.466 143.712 453.953 144.168 453.953 144.533C453.953 145.111 453.314 145.385 452.219 145.385C448.568 145.415 442.515 145.567 441.328 145.598C441.054 146.51 440.324 147.21 439.777 147.21C439.259 147.21 438.955 146.054 438.803 144.655L438.073 138.449C437.799 137.932 436.917 137.445 436.187 137.323ZM450.333 142.921L450.424 138.357C448.142 138.357 443.549 138.449 441.45 138.51L441.632 143.742C443.518 143.742 447.078 143.651 449.785 143.499C450.15 143.468 450.333 143.286 450.333 142.921ZM458.759 148.183C459.429 148.396 459.794 148.792 459.794 149.339C459.794 150.07 458.942 150.374 458.029 150.343C456.965 150.252 455.231 150.191 453.679 150.191C451.975 150.191 450.029 150.222 448.051 150.252C447.99 151.804 447.869 153.02 447.747 153.903C447.625 155.15 446.834 157.34 446.013 157.34C445.435 157.34 444.918 156.275 444.857 153.994L444.735 150.343C442.393 150.404 440.111 150.526 438.195 150.708C437.313 150.8 436.795 150.921 436.309 151.256C435.822 151.621 435.457 151.621 434.818 151.317C433.845 150.83 432.263 149.887 431.624 149.248C431.259 148.914 431.107 148.67 431.107 148.427C431.107 148.183 431.411 148.275 432.019 148.396C433.297 148.609 435.183 148.761 436.856 148.761C441.024 148.761 448.051 148.64 452.219 148.366C453.527 148.275 454.105 148.123 454.561 147.818C455.078 147.545 455.322 147.484 456.082 147.605C456.812 147.697 458.303 148.062 458.759 148.183ZM454.926 159.743C455.596 159.926 455.93 160.291 455.93 160.808C455.93 161.508 455.139 161.903 454.227 161.843C453.192 161.782 451.732 161.812 450.576 161.843C448.781 161.873 442.697 161.964 441.419 161.995C439.138 162.025 437.951 161.538 437.86 159.348L437.708 156.063C437.373 155.515 436.643 155.089 435.67 154.785C435.244 154.633 434.696 154.572 434.696 154.329C434.696 154.055 435.791 153.69 436.552 153.69C437.282 153.69 439.685 153.872 440.659 154.146C441.176 154.329 441.267 154.633 441.146 155.18C441.054 155.637 440.963 156.123 440.963 156.853V159.47C440.963 160.017 441.237 160.352 441.967 160.321C443.883 160.321 447.047 160.291 448.933 160.2C450.181 160.139 450.728 159.896 451.185 159.622C451.641 159.378 451.945 159.378 452.675 159.409C453.223 159.439 454.379 159.561 454.926 159.743Z' fill='%23DCE7E4'/%3E%3Cpath d='M393.892 146.662C394.592 146.875 394.896 147.18 394.896 147.727C394.896 148.488 394.044 148.701 393.132 148.67C392.067 148.609 390.303 148.579 388.751 148.579C384.127 148.579 377.769 148.64 373.297 149.035C372.415 149.127 371.898 149.218 371.411 149.522C371.137 149.705 370.924 149.796 370.681 149.796C370.468 149.796 370.225 149.735 369.921 149.613C368.947 149.096 367.365 148.305 366.726 147.666C366.361 147.332 366.209 147.18 366.209 146.936C366.209 146.815 366.27 146.754 366.392 146.754C366.544 146.754 366.787 146.815 367.122 146.906C368.4 147.119 370.286 147.24 371.959 147.24C373.997 147.24 376.735 147.21 379.503 147.18L379.442 144.32C379.169 143.833 378.499 143.255 377.678 143.012C377.435 142.951 377.161 142.89 376.978 142.769C376.4 143.499 375.792 144.168 375.214 144.715C374.362 145.537 373.723 145.841 373.51 145.78C373.328 145.719 373.541 145.202 374.058 144.32C375.183 142.434 376.005 140.548 376.218 138.053C375.123 137.992 374.24 138.236 373.693 138.449C373.176 138.662 372.932 138.814 372.628 139.027C372.476 139.148 372.293 139.27 372.05 139.27C371.898 139.27 371.655 139.209 371.472 139.088C371.016 138.844 369.981 138.266 369.312 137.597C368.917 137.232 368.643 136.836 368.643 136.471C368.643 136.258 368.825 136.289 369.16 136.38C370.134 136.532 371.35 136.593 372.658 136.593C373.632 136.593 374.484 136.502 375.336 136.38C375.701 136.319 376.126 136.198 376.4 136.045C376.583 135.954 376.735 135.924 376.857 135.924C377.313 135.924 379.199 136.654 379.503 136.867C379.929 137.171 379.99 137.597 379.655 137.871C379.473 137.992 379.29 138.205 379.229 138.449C378.956 139.666 378.317 140.913 377.495 142.069C377.8 141.978 378.165 141.886 378.469 141.886C379.199 141.886 381.207 142.069 381.998 142.312C382.454 142.495 382.545 142.799 382.424 143.347C382.363 143.712 382.332 144.229 382.302 145.02L382.241 147.088C384.188 147.058 386.013 146.967 387.474 146.875C388.782 146.754 389.36 146.632 389.816 146.389C390.333 146.084 390.576 146.084 391.337 146.176C392.098 146.267 393.436 146.51 393.892 146.662ZM383.245 138.996C382.758 138.753 381.663 138.205 380.994 137.506C380.659 137.171 380.446 136.806 380.446 136.502C380.446 136.289 380.629 136.319 380.994 136.38C381.937 136.563 383.154 136.623 384.462 136.623C385.283 136.623 386.135 136.532 386.774 136.411C387.139 136.35 387.626 136.228 387.93 136.076C388.112 135.985 388.234 135.954 388.356 135.954C388.812 135.954 390.546 136.684 390.85 136.897C391.276 137.201 391.337 137.627 391.002 137.901C390.82 138.023 390.637 138.236 390.576 138.479C390.333 140.304 389.208 142.616 388.264 144.046C387.808 144.746 387.139 145.354 386.926 145.354C386.713 145.354 386.774 144.959 386.987 143.955C387.352 142.069 387.595 139.301 387.565 138.023C386.804 137.962 386.013 138.145 385.466 138.357C384.949 138.57 384.705 138.723 384.401 138.935C384.249 139.057 384.066 139.179 383.853 139.179C383.671 139.179 383.428 139.118 383.245 138.996ZM378.378 152.686C377.86 152.351 376.887 151.56 376.552 151.226C376.309 151.013 376.035 150.708 376.126 150.465C376.157 150.374 376.279 150.343 376.431 150.343C376.674 150.343 377.039 150.435 377.526 150.495C378.043 150.587 378.651 150.678 379.26 150.708C380.538 150.8 382.272 150.83 383.58 150.83C384.431 150.83 385.009 151.073 385.009 151.621C385.009 152.229 384.279 152.686 383.367 152.747C382.18 152.747 380.842 152.807 380.203 152.807L379.503 152.929C379.138 152.99 378.743 152.868 378.378 152.686ZM389.238 156.002C388.295 155.971 386.896 155.971 385.74 155.971L381.42 156.123C382.089 156.367 382.819 156.641 382.971 156.793C383.428 157.188 383.306 157.553 382.819 158.04C382.728 158.162 382.606 158.253 382.484 158.344L384.584 159.196C385.314 159.5 386.135 159.683 386.713 159.713C387.2 159.652 387.504 159.652 387.839 159.835C388.538 160.23 389.694 160.991 390.151 161.386C390.546 161.782 390.729 162.512 390.546 162.816C390.333 163.151 389.998 163.242 389.664 163.242C389.268 163.242 388.873 163.09 388.538 162.938L385.283 161.356C383.762 160.626 382.363 159.896 381.268 159.348C378.804 161.143 375.275 162.573 372.628 163.211C372.141 163.303 371.655 163.364 371.259 163.364C370.955 163.364 370.742 163.333 370.681 163.242C370.59 163.09 371.016 162.755 371.715 162.481C374.545 161.447 378.104 159.196 379.716 157.249C379.99 156.945 379.716 156.488 379.26 156.215C378.104 156.245 377.191 156.306 376.826 156.336C376.248 156.367 375.974 156.549 375.609 156.762C375.336 156.914 375.153 157.006 374.91 157.006C374.301 157.006 371.077 155.485 371.077 154.633C371.077 154.359 371.29 154.359 371.776 154.481C372.963 154.602 373.875 154.724 375.396 154.724C377.617 154.724 382.697 154.602 384.066 154.481C384.888 154.42 385.74 154.389 386.105 154.116C386.439 153.903 386.591 153.751 387.108 153.781C387.778 153.781 389.147 153.903 389.664 154.024C390.394 154.237 390.759 154.481 390.759 154.998C390.759 155.667 390.029 156.032 389.238 156.002Z' fill='%23DCE7E4'/%3E%3Cpath d='M500.082 44.3258C499.231 44.5387 498.318 44.5387 498.288 44.3258C498.257 44.0824 499.139 43.6565 499.626 43.474C504.341 41.6792 509.756 38.3329 513.498 34.6215C510.639 34.5606 508.387 34.8953 507.292 35.0778C506.593 35.2299 506.319 35.382 505.954 35.595C505.376 35.9904 505.224 35.9904 504.524 35.6558C503.611 35.2299 501.847 34.2869 501.208 33.7697C500.904 33.5263 500.721 33.1917 500.752 32.9787C500.752 32.705 500.995 32.7354 501.543 32.8571C502.699 33.0092 504.311 33.1004 505.893 33.1004C507.749 33.1004 511.947 32.9483 513.681 32.8266C514.198 32.7962 514.685 32.6441 515.019 32.492C515.415 32.3399 515.597 32.3399 516.054 32.492C516.632 32.705 517.788 33.1613 518.183 33.4046C518.487 33.5567 518.639 33.8001 518.639 33.9826C518.639 34.1347 518.518 34.3173 518.335 34.439C518.213 34.5302 517.97 34.7127 517.727 34.8344C516.358 36.2338 514.563 37.6027 512.707 38.7283L515.232 39.5497C516.054 39.7931 516.753 39.9147 517.331 39.8235C517.757 39.7322 518.244 39.7018 518.761 39.8843C519.582 40.219 520.83 40.9186 521.347 41.3141C521.955 41.8009 522.138 42.7135 521.56 43.2002C521.195 43.5044 520.586 43.4436 519.856 43.2002C518.852 42.896 517.727 42.4701 516.662 42.1355C514.837 41.4966 512.829 40.7665 510.852 40.1277C507.596 41.953 503.642 43.474 500.082 44.3258ZM523.659 45.8773C524.328 46.0902 524.693 46.4857 524.693 47.0637C524.693 47.7938 523.841 48.0676 522.929 48.0372C521.864 47.9763 520.13 47.9155 518.578 47.9155C516.753 47.9155 514.685 47.9155 512.555 47.9763L512.342 54.5169C512.251 57.5285 511.399 60.236 510.486 60.236C509.848 60.236 509.33 58.715 509.27 55.8858L509.087 48.0676C506.958 48.1589 504.859 48.2501 503.094 48.4326C502.212 48.4935 501.695 48.6152 501.208 48.9498C500.721 49.3149 500.356 49.3149 499.717 49.0411C498.744 48.5239 497.162 47.5809 496.523 46.942C496.158 46.6378 496.006 46.3944 496.006 46.1511C496.006 45.8773 496.31 45.999 496.919 46.0902C498.196 46.3336 500.082 46.4553 501.756 46.4553C505.923 46.4553 512.951 46.3336 517.118 46.0902C518.426 45.999 519.004 45.8164 519.461 45.5426C519.978 45.2689 520.221 45.1776 520.982 45.3297C521.712 45.421 523.202 45.7556 523.659 45.8773Z' fill='%23DCE7E4'/%3E%3Cpath d='M524.054 146.054C524.784 146.267 525.028 146.845 524.997 147.301C524.906 148.001 524.358 148.336 523.172 148.305C522.199 148.275 520.525 148.336 519.217 148.427V148.609C519.217 151.013 518.183 152.655 517.301 152.655C516.662 152.655 516.297 151.53 516.266 149.735L516.054 136.471C515.688 135.863 514.563 135.194 513.589 134.889C513.194 134.768 512.646 134.677 512.646 134.433C512.646 134.159 513.772 133.764 514.502 133.764C515.263 133.764 518 134.22 518.913 134.555C519.43 134.707 519.491 135.011 519.4 135.559C519.369 135.954 519.278 136.502 519.278 137.232L519.217 146.632C519.461 146.632 519.674 146.602 519.856 146.602C520.221 146.571 520.617 146.419 520.86 146.206C521.225 145.902 521.56 145.811 521.894 145.811C522.503 145.78 523.598 145.932 524.054 146.054ZM500.813 136.836C500.539 136.623 500.204 136.106 500.326 135.863C500.417 135.711 501.056 135.833 501.756 136.076C502.242 136.228 502.912 136.35 503.55 136.411C504.737 136.532 506.41 136.532 507.718 136.532C508.6 136.532 509.239 136.897 509.239 137.475C509.239 138.175 508.418 138.692 507.505 138.692C506.38 138.723 505.497 138.723 504.767 138.814C504.676 138.814 504.189 138.844 503.885 138.875C503.52 138.905 503.155 138.875 502.82 138.601C502.151 138.145 501.299 137.414 500.813 136.836ZM506.015 152.412C502.82 152.564 499.93 150.678 499.93 147.849C499.93 145.446 501.816 143.772 504.494 143.377C504.98 143.286 505.102 142.799 504.98 142.282L502.06 142.495C501.512 142.556 501.208 142.738 500.873 142.951C500.356 143.316 500.022 143.225 499.474 143.042C498.653 142.647 497.223 141.947 496.554 141.4C496.341 141.187 496.158 140.913 496.158 140.73C496.158 140.457 496.402 140.457 496.858 140.548C498.014 140.73 498.926 140.852 500.387 140.822C502.577 140.822 506.167 140.639 507.901 140.457C508.692 140.365 509.513 140.244 510 140C510.365 139.787 510.486 139.696 510.973 139.726C511.43 139.726 512.555 139.939 513.072 140.031C513.772 140.213 514.137 140.457 514.137 140.974C514.137 141.734 513.437 142.099 512.646 142.069C511.734 142.038 510.365 142.008 509.239 142.038C508.874 142.038 507.718 142.13 506.41 142.191C506.806 142.556 506.958 143.073 506.775 143.529C509.543 143.803 511.399 145.719 511.338 147.788C511.247 150.161 509.057 152.26 506.015 152.412ZM502.851 147.849C502.851 149.157 504.159 150.374 506.045 150.283C507.596 150.191 508.935 149.005 508.935 147.514C508.935 146.297 508.174 145.05 506.258 144.898C506.106 145.111 505.771 145.263 505.528 145.293C503.794 145.476 502.851 146.48 502.851 147.849ZM519.43 154.42C519.947 154.724 519.887 155.15 519.674 155.424C519.43 155.637 519.278 155.819 519.278 156.063L519.126 159.378C519.004 162.177 518.092 163.911 517.392 163.911C516.723 163.911 516.297 162.694 516.266 160.626L516.175 155.789C512.981 155.758 509.391 155.91 507.749 156.306C507.171 156.458 506.927 156.549 506.593 156.762C506.106 157.097 505.862 157.097 505.254 156.823C504.402 156.428 502.76 155.637 502.09 155.059C501.847 154.846 501.695 154.481 501.695 154.329C501.695 154.055 501.908 154.055 502.364 154.146C503.49 154.298 505.041 154.42 506.593 154.42C508.327 154.42 513.681 154.176 515.445 154.055C515.871 154.024 516.358 153.842 516.723 153.69C517.149 153.538 517.331 153.568 517.757 153.69C518.305 153.872 519.035 154.207 519.43 154.42Z' fill='%23DCE7E4'/%3E%3Cpath d='M588.952 146.206C589.682 146.389 589.925 146.967 589.864 147.423C589.804 148.092 589.226 148.457 588.039 148.457C586.974 148.427 585.24 148.488 583.993 148.579L583.963 150.891C583.902 154.024 582.989 155.941 582.137 155.941C581.529 155.941 581.164 154.481 581.134 152.199L581.103 149.187C577.24 150.678 571.155 151.651 567.627 152.199C567.018 152.29 566.744 152.442 566.44 152.716C566.045 153.02 565.649 153.051 565.041 152.807C563.854 152.29 562.212 151.317 561.451 150.769C561.208 150.526 560.934 150.222 560.964 149.978C560.964 149.735 561.329 149.796 561.938 149.887C563.276 150.161 564.615 150.191 566.166 150.1C566.744 150.07 567.383 150.039 568.113 149.978L568.022 146.115C567.779 145.628 567.322 145.172 566.531 144.928C566.136 144.837 565.68 144.715 565.68 144.472C565.68 144.198 566.623 143.803 567.292 143.803C567.961 143.803 569.908 143.925 570.669 144.168C571.125 144.35 571.216 144.655 571.095 145.202C571.034 145.567 571.003 146.084 570.973 146.875L570.912 149.735C574.35 149.37 578.274 148.792 581.073 147.94L580.951 136.471C580.556 135.863 579.491 135.194 578.487 134.889C578.091 134.768 577.574 134.677 577.574 134.433C577.574 134.159 578.669 133.764 579.43 133.764C580.16 133.764 582.898 134.22 583.811 134.555C584.358 134.707 584.389 135.011 584.328 135.559C584.267 135.954 584.176 136.502 584.176 137.232L584.024 146.784C584.297 146.754 584.541 146.754 584.723 146.723C585.119 146.693 585.514 146.51 585.758 146.297C586.123 145.993 586.457 145.902 586.792 145.902C587.4 145.902 588.495 146.084 588.952 146.206ZM562.911 138.966C562.668 138.753 562.516 138.388 562.516 138.205C562.516 137.932 562.698 137.962 563.185 138.053C564.219 138.236 565.832 138.327 567.353 138.327C568.996 138.327 571.673 138.175 573.437 137.962C573.832 137.901 574.35 137.749 574.684 137.597C575.08 137.445 575.293 137.445 575.719 137.597C576.357 137.779 577.361 138.205 577.757 138.449C578.244 138.753 578.304 139.179 577.939 139.453C577.696 139.635 577.544 139.848 577.513 140.122C577.148 142.434 576.388 145.202 575.201 146.784C574.654 147.514 574.319 147.636 574.045 147.605C573.802 147.575 573.954 146.845 574.076 145.963C574.319 144.29 574.41 141.46 574.41 139.666C571.52 139.666 569.087 139.909 568.083 140.183C567.474 140.335 567.292 140.457 566.957 140.7C566.744 140.822 566.562 140.943 566.318 140.943C566.075 140.943 565.862 140.882 565.588 140.761C564.767 140.396 563.52 139.544 562.911 138.966ZM584.693 160.109C585.332 160.321 585.727 160.687 585.727 161.204C585.727 161.873 584.906 162.268 584.024 162.238C582.989 162.177 581.529 162.177 580.373 162.208L573.042 162.36C570.79 162.39 569.543 161.934 569.452 159.713L569.33 157.036C569.026 156.488 568.296 156.063 567.292 155.758C566.896 155.637 566.379 155.576 566.379 155.302C566.379 155.028 567.444 154.663 568.205 154.663C568.935 154.663 571.308 154.815 572.251 155.119C572.768 155.272 572.798 155.576 572.737 156.154C572.676 156.519 572.585 157.158 572.585 157.675L572.646 159.865C572.646 160.413 572.92 160.717 573.62 160.687C575.414 160.717 576.966 160.656 578.7 160.595C579.978 160.504 580.495 160.291 580.921 160.017C581.438 159.743 581.742 159.743 582.472 159.774C583.05 159.804 584.145 159.926 584.693 160.109Z' fill='%23DCE7E4'/%3E%3Cpath d='M392.229 44.052C392.99 44.265 393.294 44.7517 393.233 45.2993C393.172 45.9685 392.564 46.2423 391.164 46.2727L386.875 46.3944L386.814 54.456C386.784 58.137 385.841 60.3273 384.958 60.3273C384.35 60.3273 383.985 58.6541 383.955 55.9162L383.894 47.4287C379.969 49.254 374.859 50.9576 370.539 51.566C370.052 51.6573 369.505 51.6573 369.048 51.2922C368.257 50.6534 367.406 49.5886 367.345 48.0372L367.04 39.3672C367.01 38.5154 366.006 37.8765 364.85 37.5419C364.455 37.4202 363.968 37.3594 363.968 37.116C363.938 36.8422 364.972 36.4467 365.641 36.4163C366.371 36.3859 368.896 36.6901 369.778 36.9943C370.296 37.116 370.356 37.4506 370.296 37.9678C370.265 38.3329 370.204 38.8196 370.235 39.5801L370.448 47.8242C370.448 48.2805 370.721 48.6152 371.239 48.6152C374.707 48.2501 379.848 47.2158 383.894 45.7556L383.802 33.0396C383.407 32.4312 382.312 31.7619 381.338 31.4577C380.912 31.336 380.395 31.2447 380.395 31.0014C380.395 30.7276 381.49 30.3321 382.251 30.3321C383.012 30.3321 385.719 30.7884 386.662 31.1231C387.179 31.2752 387.24 31.5794 387.149 32.127C387.088 32.5224 386.997 33.07 386.997 33.8001L386.905 44.6909C387.27 44.6604 387.666 44.6604 387.97 44.63C388.335 44.5996 388.731 44.4779 388.974 44.2345C389.339 43.9303 389.674 43.8391 390.008 43.8391C390.586 43.8391 391.712 43.8999 392.229 44.052Z' fill='%23DCE7E4'/%3E%3Cpath d='M301.727 136.958C301.423 136.715 301.301 136.411 301.332 136.259C301.332 135.985 301.544 136.046 302.062 136.137C303.278 136.411 304.465 136.532 305.743 136.563C308.024 136.593 312.892 136.502 314.808 136.35C315.721 136.289 316.694 136.167 317.09 135.893C317.455 135.65 317.637 135.589 318.185 135.589C318.702 135.62 320.193 135.863 320.74 135.954C321.501 136.167 321.927 136.441 321.927 137.049C321.927 137.688 321.227 138.084 320.345 138.053C319.219 138.023 317.516 137.993 316.207 137.993C314.078 137.993 309.332 138.114 307.507 138.297C306.899 138.327 306.625 138.54 306.29 138.723C305.986 138.905 305.773 138.996 305.56 138.996C304.739 138.996 302.275 137.475 301.727 136.958ZM302.457 144.016C303.704 144.198 304.921 144.32 306.229 144.351C307.902 144.381 311.127 144.32 313.317 144.29L314.443 140.883C314.291 140.426 313.591 139.879 312.983 139.757C312.679 139.696 312.253 139.635 312.374 139.422C312.435 139.179 313.348 138.966 314.048 139.027C314.686 139.088 316.725 139.574 317.485 139.818C318.002 140 318.002 140.487 317.759 140.822C317.516 141.156 317.242 141.582 317.059 141.917C316.785 142.404 316.025 143.347 315.295 144.229C316.572 144.168 316.877 144.046 317.303 143.773C317.698 143.56 317.911 143.499 318.428 143.529C318.976 143.529 319.767 143.651 320.314 143.742C321.105 143.925 321.47 144.198 321.47 144.807C321.47 145.415 320.801 145.78 319.888 145.78C318.763 145.75 317.181 145.719 315.842 145.719C313.682 145.719 309.849 145.811 307.994 145.993C307.385 146.054 307.112 146.237 306.746 146.45C306.473 146.602 306.29 146.663 306.047 146.663C305.225 146.663 302.792 145.354 302.153 144.898C301.879 144.685 301.727 144.381 301.727 144.229C301.727 143.925 301.94 143.955 302.457 144.016ZM308.328 143.742C307.933 143.742 307.75 143.438 307.629 142.617C307.477 141.704 307.203 140.883 306.564 140.061C306.26 139.666 306.168 139.453 306.29 139.331C306.442 139.209 307.446 139.422 308.237 139.696C308.967 139.97 309.819 140.426 310.367 140.883C310.732 141.187 310.792 141.491 310.61 141.978C310.488 142.251 310.154 142.647 309.758 143.042C309.271 143.438 308.998 143.742 308.328 143.742ZM324.908 147.849C325.608 148.031 325.942 148.397 325.942 148.944C325.942 149.674 325.09 149.887 324.178 149.857C323.113 149.796 321.379 149.796 319.828 149.796C317.972 149.796 315.812 149.796 313.591 149.826C313.53 150.861 313.439 152.169 313.317 152.686C314.078 152.625 314.838 152.595 315.569 152.534C315.934 152.534 316.39 152.351 316.725 152.23C317.12 152.077 317.303 152.077 317.759 152.169C318.337 152.29 319.523 152.655 319.949 152.808C320.527 153.051 320.466 153.386 320.162 153.69L319.645 154.237C319.493 154.815 319.189 156.032 318.793 156.732C319.493 156.945 319.949 157.188 319.949 157.584C319.888 158.04 319.31 158.283 318.337 158.283C314.869 158.253 311.249 158.405 307.933 158.557V160.352C307.933 160.869 308.207 161.052 308.785 161.082C310.519 161.082 313.5 161.082 315.356 160.93C316.481 160.869 316.968 160.747 317.424 160.443C317.82 160.23 318.276 160.169 318.854 160.169C319.645 160.23 320.527 160.291 321.044 160.413C321.714 160.565 322.018 160.93 322.018 161.386C322.018 162.025 321.196 162.36 320.345 162.299L316.968 162.421C314.2 162.542 310.64 162.634 307.994 162.694C305.864 162.694 304.891 162.056 304.83 160.413L304.708 158.618C304.434 158.162 303.674 157.705 303.096 157.645C302.7 157.523 302.183 157.432 302.183 157.188C302.183 156.945 303.157 156.61 303.796 156.61C305.012 156.61 306.777 156.732 307.75 156.914C308.055 156.914 308.45 156.945 308.846 156.945C310.975 156.914 314.017 156.793 315.873 156.671C316.086 156.671 316.147 156.489 316.207 156.276C316.268 155.819 316.268 154.755 316.268 154.207C314.2 154.237 309.941 154.42 308.633 154.542C308.055 154.602 307.537 154.663 307.142 154.937C306.929 155.089 306.746 155.18 306.534 155.18C305.773 155.18 303.674 153.811 303.157 153.325C302.883 153.112 302.731 152.808 302.761 152.655C302.761 152.473 302.974 152.473 303.491 152.534C304.526 152.686 305.986 152.808 307.416 152.808C308.268 152.808 309.302 152.808 310.427 152.777V152.747L310.336 149.918C308.176 149.978 306.108 150.07 304.343 150.222C303.461 150.313 302.944 150.404 302.457 150.648C302.183 150.83 301.97 150.921 301.727 150.921C301.058 150.921 297.255 149.035 297.255 148.153C297.255 148.031 297.316 147.971 297.438 147.971C297.59 147.971 297.833 148.031 298.168 148.123C299.445 148.336 301.332 148.457 303.005 148.457C307.172 148.457 314.2 148.336 318.367 148.062C319.675 147.94 320.253 147.788 320.71 147.575C321.227 147.301 321.562 147.271 322.231 147.362C322.93 147.453 324.452 147.727 324.908 147.849Z' fill='%23DCE7E4'/%3E%3Cpath d='M890.122 103.431H0V105.007H890.122V103.431Z' fill='url(%23paint18_linear_1596_1365)'/%3E%3Cpath d='M890.123 190.205H0.000283114V191.78H890.123V190.205Z' fill='url(%23paint19_linear_1596_1365)'/%3E%3Cpath d='M890.123 179.638H0.000283114V181.213H890.123V179.638Z' fill='url(%23paint20_linear_1596_1365)'/%3E%3Cpath d='M890.122 113.997H0V115.572H890.122V113.997Z' fill='url(%23paint21_linear_1596_1365)'/%3E%3Cpath d='M82.3443 114.522H80.7617V180.675H82.3443V114.522Z' fill='url(%23paint22_linear_1596_1365)'/%3E%3Cpath d='M16.8994 114.522H15.3168V180.675H16.8994V114.522Z' fill='url(%23paint23_linear_1596_1365)'/%3E%3Cpath d='M148.292 114.522H146.709V180.675H148.292V114.522Z' fill='url(%23paint24_linear_1596_1365)'/%3E%3Cpath d='M214.243 114.522H212.66V180.675H214.243V114.522Z' fill='url(%23paint25_linear_1596_1365)'/%3E%3Cpath d='M280.195 114.522H278.613V180.675H280.195V114.522Z' fill='url(%23paint26_linear_1596_1365)'/%3E%3Cpath d='M346.148 114.522H344.565V180.675H346.148V114.522Z' fill='url(%23paint27_linear_1596_1365)'/%3E%3Cpath d='M412.097 114.522H410.515V180.675H412.097V114.522Z' fill='url(%23paint28_linear_1596_1365)'/%3E%3Cpath d='M478.046 114.522H476.463V180.675H478.046V114.522Z' fill='url(%23paint29_linear_1596_1365)'/%3E%3Cpath d='M543.997 114.522H542.414V180.675H543.997V114.522Z' fill='url(%23paint30_linear_1596_1365)'/%3E%3Cpath d='M611.006 114.522H609.423V180.675H611.006V114.522Z' fill='url(%23paint31_linear_1596_1365)'/%3E%3Cpath d='M676.957 114.522H675.374V180.675H676.957V114.522Z' fill='url(%23paint32_linear_1596_1365)'/%3E%3Cpath d='M742.908 114.522H741.325V180.675H742.908V114.522Z' fill='url(%23paint33_linear_1596_1365)'/%3E%3Cpath d='M808.857 114.522H807.274V180.675H808.857V114.522Z' fill='url(%23paint34_linear_1596_1365)'/%3E%3Cpath d='M874.808 114.522H873.225V180.675H874.808V114.522Z' fill='url(%23paint35_linear_1596_1365)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1596_1365' x1='0' y1='44.1743' x2='890.123' y2='44.1743' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1596_1365' x1='0' y1='44.1743' x2='890.123' y2='44.1743' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_1596_1365' x1='0' y1='44.1743' x2='890.123' y2='44.1743' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_1596_1365' x1='0' y1='44.1743' x2='890.123' y2='44.1743' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_1596_1365' x1='0' y1='44.1743' x2='890.123' y2='44.1743' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_1596_1365' x1='0' y1='44.1743' x2='890.123' y2='44.1743' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_1596_1365' x1='0' y1='44.1743' x2='890.123' y2='44.1743' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_1596_1365' x1='0' y1='44.1743' x2='890.123' y2='44.1743' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear_1596_1365' x1='0' y1='44.1743' x2='890.123' y2='44.1743' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear_1596_1365' x1='0' y1='44.1743' x2='890.123' y2='44.1743' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint10_linear_1596_1365' x1='0' y1='44.1743' x2='890.123' y2='44.1743' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint11_linear_1596_1365' x1='0' y1='44.1743' x2='890.123' y2='44.1743' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint12_linear_1596_1365' x1='0' y1='44.1743' x2='890.123' y2='44.1743' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint13_linear_1596_1365' x1='0' y1='44.1743' x2='890.123' y2='44.1743' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint14_linear_1596_1365' x1='0' y1='44.1743' x2='890.123' y2='44.1743' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint15_linear_1596_1365' x1='0' y1='44.1743' x2='890.123' y2='44.1743' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint16_linear_1596_1365' x1='0' y1='44.1743' x2='890.123' y2='44.1743' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint17_linear_1596_1365' x1='0' y1='44.1743' x2='890.123' y2='44.1743' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint18_linear_1596_1365' x1='0' y1='147.606' x2='890.123' y2='147.606' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint19_linear_1596_1365' x1='0' y1='147.606' x2='890.123' y2='147.606' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint20_linear_1596_1365' x1='0' y1='147.606' x2='890.123' y2='147.606' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint21_linear_1596_1365' x1='0' y1='147.606' x2='890.123' y2='147.606' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint22_linear_1596_1365' x1='0' y1='147.606' x2='890.123' y2='147.606' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint23_linear_1596_1365' x1='0' y1='147.606' x2='890.123' y2='147.606' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint24_linear_1596_1365' x1='0' y1='147.606' x2='890.123' y2='147.606' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint25_linear_1596_1365' x1='0' y1='147.606' x2='890.123' y2='147.606' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint26_linear_1596_1365' x1='0' y1='147.606' x2='890.123' y2='147.606' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint27_linear_1596_1365' x1='0' y1='147.606' x2='890.123' y2='147.606' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint28_linear_1596_1365' x1='0' y1='147.606' x2='890.123' y2='147.606' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint29_linear_1596_1365' x1='0' y1='147.606' x2='890.123' y2='147.606' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint30_linear_1596_1365' x1='0' y1='147.606' x2='890.123' y2='147.606' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint31_linear_1596_1365' x1='0' y1='147.606' x2='890.123' y2='147.606' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint32_linear_1596_1365' x1='0' y1='147.606' x2='890.123' y2='147.606' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint33_linear_1596_1365' x1='0' y1='147.606' x2='890.123' y2='147.606' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint34_linear_1596_1365' x1='0' y1='147.606' x2='890.123' y2='147.606' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint35_linear_1596_1365' x1='0' y1='147.606' x2='890.123' y2='147.606' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='%23DCE7E4'/%3E%3Cstop offset='1' stop-color='%23DCE7E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (max-width: 640px) {
  .poet-day .poet_conbox {
    padding: 1px 40px 70px;
    background-size: 700px auto;
    background-position: right -228px bottom 0;
  }
}
@media (max-width: 500px) {
  .poet-day .poet_conbox {
    padding: 1px 30px 60px;
    background-size: 550px auto;
  }
}
.poet-day .poet_conbox .pic_box {
  width: 70%;
  max-width: 480px;
  min-height: 270px;
  position: relative;
  margin: -144px auto 42px;
  padding: 10px;
  background: url(/pcms/dist/img/b01/se05a_bg.png) center no-repeat;
  background-size: 100%;
  box-shadow: 4px 4px 20px 0px rgba(108, 125, 121, 0.15);
  background-color: #fff;
}
@media (max-width: 768px) {
  .poet-day .poet_conbox .pic_box {
    min-height: 230px;
    margin-bottom: 38px;
  }
}
@media (max-width: 640px) {
  .poet-day .poet_conbox .pic_box {
    width: 90%;
    min-height: 170px;
    margin-bottom: 32px;
  }
}
@media (max-width: 500px) {
  .poet-day .poet_conbox .pic_box {
    width: 100%;
  }
}
.poet-day .poet_conbox .pic_box:before, .poet-day .poet_conbox .pic_box:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 640px) {
  .poet-day .poet_conbox .pic_box:before, .poet-day .poet_conbox .pic_box:after {
    display: none;
  }
}
.poet-day .poet_conbox .pic_box:before {
  left: -129px;
  bottom: -15px;
  width: 175px;
  height: 213px;
  background-image: url("data:image/svg+xml,%3Csvg width='175' height='213' viewBox='0 0 175 213' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.1' d='M87.5 213C39.1751 213 0 209.194 0 204.5C0 199.806 39.1751 196 87.5 196C135.825 196 175 199.806 175 204.5C175 209.194 135.825 213 87.5 213Z' fill='black'/%3E%3Cpath d='M156.734 62.6681L104.195 62.6681V30.4424L156.734 30.4424V62.6681Z' fill='%23D6D6D6'/%3E%3Cpath d='M156.734 34.82L104.195 34.82V34.3817L156.734 34.3817V34.82Z' fill='%23AAAAAA'/%3E%3Cpath d='M156.734 36.6934L104.195 36.6934V36.2551L156.734 36.2551V36.6934Z' fill='%23AAAAAA'/%3E%3Cpath d='M156.734 38.5668L104.195 38.5668V38.1284L156.734 38.1284V38.5668Z' fill='%23AAAAAA'/%3E%3Cpath d='M156.734 40.4401L104.195 40.4401V40.0018L156.734 40.0018V40.4401Z' fill='%23AAAAAA'/%3E%3Cpath d='M156.734 42.3853L104.195 42.3853V41.947L156.734 41.947V42.3853Z' fill='%23AAAAAA'/%3E%3Cpath d='M156.734 44.2655L104.195 44.2655V43.8272L156.734 43.8272V44.2655Z' fill='%23AAAAAA'/%3E%3Cpath d='M156.734 46.1388L104.195 46.1388V45.7005L156.734 45.7005V46.1388Z' fill='%23AAAAAA'/%3E%3Cpath d='M156.734 48.0122L104.195 48.0122V47.5739L156.734 47.5739V48.0122Z' fill='%23AAAAAA'/%3E%3Cpath d='M156.735 49.9568L104.196 49.9568V49.5185L156.735 49.5185V49.9568Z' fill='%23AAAAAA'/%3E%3Cpath d='M156.735 51.8302L104.196 51.8302V51.3918L156.735 51.3918V51.8302Z' fill='%23AAAAAA'/%3E%3Cpath d='M156.735 53.7092L104.196 53.7092V53.2709L156.735 53.2709V53.7092Z' fill='%23AAAAAA'/%3E%3Cpath d='M156.735 55.5837L104.196 55.5837V55.1454L156.735 55.1454V55.5837Z' fill='%23AAAAAA'/%3E%3Cpath d='M156.735 57.4196L104.196 57.4196V56.9813L156.735 56.9813V57.4196Z' fill='%23AAAAAA'/%3E%3Cpath d='M156.735 59.293L104.196 59.293V58.8547L156.735 58.8547V59.293Z' fill='%23AAAAAA'/%3E%3Cpath d='M164.841 29.1223L51.3574 29.1223V24.0186L164.841 24.0186V29.1223Z' fill='white'/%3E%3Cpath d='M165.939 23.9698C165.939 23.6095 165.645 23.3213 165.291 23.3213H51.7838H51.6577C50.9372 23.3213 50.3548 23.9037 50.3548 24.6243V28.5031C50.3548 29.2236 50.9372 29.8061 51.6577 29.8061H51.7838H165.291C165.651 29.8061 165.939 29.5119 165.939 29.1576C165.939 28.7973 165.645 28.5091 165.291 28.5091H52.4323C52.072 28.5091 51.7838 28.2149 51.7838 27.8606V25.2848C51.7838 24.9245 52.078 24.6363 52.4323 24.6363H165.285C165.645 24.6363 165.933 24.3421 165.933 23.9878L165.939 23.9698Z' fill='%2386453F'/%3E%3Cpath d='M24.2833 162.606H163.609V168.874H24.2833V162.606Z' fill='white'/%3E%3Cpath d='M22.9328 168.934C22.9328 169.372 23.2931 169.733 23.7314 169.733H163.088H163.244C164.126 169.733 164.841 169.018 164.841 168.135V163.374C164.841 162.491 164.126 161.777 163.244 161.777H163.088H23.7314C23.2931 161.777 22.9328 162.137 22.9328 162.575C22.9328 163.014 23.2931 163.374 23.7314 163.374H162.289C162.727 163.374 163.088 163.734 163.088 164.173V167.337C163.088 167.775 162.727 168.135 162.289 168.135H23.7314C23.2931 168.135 22.9328 168.496 22.9328 168.934Z' fill='%23443C3C'/%3E%3Cpath d='M159.335 31.3613C159.335 30.4967 158.632 29.8002 157.774 29.8002H29.9402H29.2617C27.5324 29.8002 26.1334 31.1992 26.1334 32.9285V61.0231C26.1334 62.7523 27.5324 64.1514 29.2617 64.1514H29.9402H157.774C158.638 64.1514 159.335 63.4488 159.335 62.5902C159.335 61.7256 158.632 61.0291 157.774 61.0291H31.5073C30.6427 61.0291 29.9462 60.3266 29.9462 59.4679V34.5016C29.9462 33.637 30.6487 32.9405 31.5073 32.9405H157.768C158.632 32.9405 159.329 32.238 159.329 31.3793L159.335 31.3613Z' fill='%23443C3C'/%3E%3Cpath d='M104.195 62.6681L29.5127 62.6681L29.5127 30.4424L104.195 30.4424V62.6681Z' fill='white'/%3E%3Cpath d='M104.195 34.8201L29.5127 34.8201V34.3817L104.195 34.3817V34.8201Z' fill='%23CCCCCC'/%3E%3Cpath d='M104.195 36.6934L29.5127 36.6934V36.2551L104.195 36.2551V36.6934Z' fill='%23CCCCCC'/%3E%3Cpath d='M104.195 38.5668L29.5127 38.5668V38.1285L104.195 38.1285V38.5668Z' fill='%23CCCCCC'/%3E%3Cpath d='M104.195 40.4401L29.5127 40.4401V40.0018L104.195 40.0018V40.4401Z' fill='%23CCCCCC'/%3E%3Cpath d='M104.195 42.3853L29.5127 42.3853V41.947L104.195 41.947V42.3853Z' fill='%23CCCCCC'/%3E%3Cpath d='M104.195 44.2655L29.5127 44.2655V43.8272L104.195 43.8272V44.2655Z' fill='%23CCCCCC'/%3E%3Cpath d='M104.195 46.1389L29.5127 46.1389V45.7005L104.195 45.7005V46.1389Z' fill='%23CCCCCC'/%3E%3Cpath d='M104.195 48.0122L29.5127 48.0122V47.5739L104.195 47.5739V48.0122Z' fill='%23CCCCCC'/%3E%3Cpath d='M104.195 49.9568L29.5127 49.9568V49.5185L104.195 49.5185V49.9568Z' fill='%23CCCCCC'/%3E%3Cpath d='M104.189 51.8302L29.5127 51.8302V51.3918L104.189 51.3918V51.8302Z' fill='%23CCCCCC'/%3E%3Cpath d='M104.195 53.7092L29.5127 53.7092V53.2709L104.195 53.2709V53.7092Z' fill='%23CCCCCC'/%3E%3Cpath d='M104.189 55.5837L29.5127 55.5837V55.1454L104.189 55.1454V55.5837Z' fill='%23CCCCCC'/%3E%3Cpath d='M104.195 57.4196L29.5127 57.4196V56.9813L104.195 56.9813V57.4196Z' fill='%23CCCCCC'/%3E%3Cpath d='M104.195 59.293L29.5127 59.293V58.8547L104.195 58.8547V59.293Z' fill='%23CCCCCC'/%3E%3Cpath d='M106.208 31.3613C106.208 30.4967 105.505 29.8002 104.647 29.8002H29.9401H29.2616C27.5324 29.8002 26.1333 31.1992 26.1333 32.9285V61.0231C26.1333 62.7523 27.5324 64.1514 29.2616 64.1514H29.9401H104.647C105.511 64.1514 106.208 63.4488 106.208 62.5902C106.208 61.7256 105.505 61.0291 104.647 61.0291H31.5073C30.6426 61.0291 29.9461 60.3266 29.9461 59.4679V34.5016C29.9461 33.637 30.6486 32.9405 31.5073 32.9405H104.647C105.511 32.9405 106.208 32.238 106.208 31.3793V31.3613Z' fill='%235D5352'/%3E%3Cpath d='M105.896 22.2161L45.4492 22.2161V0.702349L105.896 0.702349V22.2161Z' fill='white'/%3E%3Cpath d='M105.092 23.3151L130.472 23.3151C131.493 23.3151 132.316 22.4925 132.316 21.4777V1.83734C132.316 0.822597 131.493 -6.23319e-06 130.478 -6.23319e-06L105.098 -6.23319e-06V23.3151H105.092Z' fill='%23905334'/%3E%3Cpath d='M105.469 3.62093L45.4492 3.62093V3.32671L105.469 3.32671V3.62093Z' fill='%23CCCCCC'/%3E%3Cpath d='M105.469 4.87003L45.4492 4.87003V4.57581L105.469 4.57581V4.87003Z' fill='%23CCCCCC'/%3E%3Cpath d='M105.469 6.12535L45.4492 6.12535V5.83114L105.469 5.83114V6.12535Z' fill='%23CCCCCC'/%3E%3Cpath d='M105.469 7.38011L45.4492 7.38011V7.0859L105.469 7.0859V7.38011Z' fill='%23CCCCCC'/%3E%3Cpath d='M105.469 8.67651L45.4492 8.67651V8.3823L105.469 8.3823V8.67651Z' fill='%23CCCCCC'/%3E%3Cpath d='M105.469 9.93184L45.4492 9.93184V9.63762L105.469 9.63762V9.93184Z' fill='%23CCCCCC'/%3E%3Cpath d='M105.469 11.1809L45.4492 11.1809V10.8867L105.469 10.8867V11.1809Z' fill='%23CCCCCC'/%3E%3Cpath d='M105.469 12.4357L45.4492 12.4357V12.1415L105.469 12.1415V12.4357Z' fill='%23CCCCCC'/%3E%3Cpath d='M105.469 13.7326L45.4492 13.7326V13.4384L105.469 13.4384V13.7326Z' fill='%23CCCCCC'/%3E%3Cpath d='M105.469 14.9873L45.4492 14.9873V14.6931L105.469 14.6931V14.9873Z' fill='%23CCCCCC'/%3E%3Cpath d='M105.469 16.2296L45.4492 16.2296V15.9354L105.469 15.9354V16.2296Z' fill='%23CCCCCC'/%3E%3Cpath d='M105.469 17.4855L45.4492 17.4855V17.1913L105.469 17.1913V17.4855Z' fill='%23CCCCCC'/%3E%3Cpath d='M105.469 18.7159L45.4492 18.7159V18.4217L105.469 18.4217V18.7159Z' fill='%23CCCCCC'/%3E%3Cpath d='M105.469 19.965L45.4492 19.965V19.6708L105.469 19.6708V19.965Z' fill='%23CCCCCC'/%3E%3Cpath d='M105.019 0.000305176H45.0775C44.441 0.000305176 43.9246 0.516683 43.9246 1.15315C43.9246 1.78962 44.441 2.30599 45.0775 2.30599H103.873C104.509 2.30599 105.025 2.82237 105.025 3.45884V19.8689C105.025 20.5053 104.509 21.0217 103.873 21.0217H45.0775C44.441 21.0217 43.9246 21.5381 43.9246 22.1745C43.9246 22.811 44.441 23.3274 45.0775 23.3274H105.019C106.208 23.3274 107.169 22.3667 107.169 21.1778V21.0277V2.312V2.16189C107.169 0.961009 106.208 0.000305176 105.019 0.000305176Z' fill='%23AD6845'/%3E%3Cpath opacity='0.1' d='M132.315 7.37988L107.169 7.37988V2.92462L132.315 2.92462V7.37988Z' fill='white'/%3E%3Cpath d='M59.1395 65.1904H149.35V97.3019H59.1395V65.1904Z' fill='%23D6D6D6'/%3E%3Cpath d='M60.3281 64.1458H22.4464C20.9333 64.1458 19.7023 65.3767 19.7023 66.8898V96.2033C19.7023 97.7164 20.9333 98.9473 22.4464 98.9473H60.3281V64.1458Z' fill='%23FFBA57'/%3E%3Cpath d='M59.77 69.111H149.35V69.5493H59.77V69.111Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 70.9788H149.35V71.4172H59.77V70.9788Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 72.8522H149.35V73.2905H59.77V72.8522Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 74.7193H149.35V75.1576H59.77V74.7193Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 76.6583H149.35V77.0966H59.77V76.6583Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 78.526H149.35V78.9643H59.77V78.526Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 80.3937H149.35V80.832H59.77V80.3937Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 82.2608H149.35V82.6992H59.77V82.2608Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 84.1999H149.35V84.6382H59.77V84.1999Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 86.0677H149.35V86.506H59.77V86.0677Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 87.9354H149.35V88.3737H59.77V87.9354Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 89.8025H149.35V90.2408H59.77V89.8025Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 91.6339H149.35V92.0722H59.77V91.6339Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 93.501H149.35V93.9393H59.77V93.501Z' fill='%23AAAAAA'/%3E%3Cpath d='M60.4422 64.1456H149.908C150.856 64.1456 151.625 64.9141 151.625 65.8628C151.625 66.8115 150.856 67.5801 149.908 67.5801H62.1595C61.2108 67.5801 60.4422 68.3486 60.4422 69.2973V93.7953C60.4422 94.744 61.2108 95.5125 62.1595 95.5125H149.908C150.856 95.5125 151.625 96.2811 151.625 97.2298C151.625 98.1785 150.856 98.947 149.908 98.947H60.4422C58.6709 98.947 57.2298 97.512 57.2298 95.7347V67.3579C57.2298 65.5866 58.6649 64.1456 60.4422 64.1456Z' fill='%23ED9D3E'/%3E%3Cpath opacity='0.1' d='M57.2365 79.7269H19.709V69.7956H57.2365V79.7269Z' fill='white'/%3E%3Cpath d='M59.1395 170.778H149.35V202.889H59.1395V170.778Z' fill='%23D6D6D6'/%3E%3Cpath d='M60.3281 169.732H22.4464C20.9333 169.732 19.7023 170.963 19.7023 172.476V201.79C19.7023 203.303 20.9333 204.534 22.4464 204.534H60.3281V169.732Z' fill='%23AD713B'/%3E%3Cpath d='M59.77 174.698H149.35V175.136H59.77V174.698Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 176.566H149.35V177.004H59.77V176.566Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 178.434H149.35V178.872H59.77V178.434Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 180.3H149.35V180.739H59.77V180.3Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 182.24H149.35V182.678H59.77V182.24Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 184.107H149.35V184.546H59.77V184.107Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 185.975H149.35V186.413H59.77V185.975Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 187.841H149.35V188.28H59.77V187.841Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 189.787H149.35V190.226H59.77V189.787Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 191.654H149.35V192.093H59.77V191.654Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 193.522H149.35V193.96H59.77V193.522Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 195.389H149.35V195.827H59.77V195.389Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 197.221H149.35V197.659H59.77V197.221Z' fill='%23AAAAAA'/%3E%3Cpath d='M59.77 199.088H149.35V199.526H59.77V199.088Z' fill='%23AAAAAA'/%3E%3Cpath d='M60.4422 169.732H149.908C150.856 169.732 151.625 170.501 151.625 171.45C151.625 172.398 150.856 173.167 149.908 173.167H62.1595C61.2108 173.167 60.4422 173.936 60.4422 174.884V199.382C60.4422 200.331 61.2108 201.099 62.1595 201.099H149.908C150.856 201.099 151.625 201.868 151.625 202.817C151.625 203.765 150.856 204.534 149.908 204.534H60.4422C58.6709 204.534 57.2298 203.099 57.2298 201.322V172.945C57.2298 171.174 58.6649 169.732 60.4422 169.732Z' fill='%238C592F'/%3E%3Cpath opacity='0.1' d='M57.2365 184.852H19.709V174.921H57.2365V184.852Z' fill='white'/%3E%3Cpath d='M127.102 135.796H28.6182L28.6182 100.736L127.102 100.736V135.796Z' fill='white'/%3E%3Cpath d='M125.8 136.943H167.152C168.803 136.943 170.148 135.598 170.148 133.947V101.949C170.148 100.298 168.803 98.953 167.152 98.953H125.8V136.943Z' fill='%23703934'/%3E%3Cpath d='M126.418 131.514H28.624V131.034H126.418V131.514Z' fill='%23CCCCCC'/%3E%3Cpath d='M126.418 129.479H28.624V128.999H126.418V129.479Z' fill='%23CCCCCC'/%3E%3Cpath d='M126.418 127.437L28.624 127.437V126.957L126.418 126.957V127.437Z' fill='%23CCCCCC'/%3E%3Cpath d='M126.418 125.402L28.624 125.402V124.922L126.418 124.922V125.402Z' fill='%23CCCCCC'/%3E%3Cpath d='M126.418 123.282L28.624 123.282V122.802L126.418 122.802V123.282Z' fill='%23CCCCCC'/%3E%3Cpath d='M126.418 121.247L28.624 121.247V120.766L126.418 120.766V121.247Z' fill='%23CCCCCC'/%3E%3Cpath d='M126.418 119.205L28.624 119.205V118.725L126.418 118.725V119.205Z' fill='%23CCCCCC'/%3E%3Cpath d='M126.418 117.17L28.624 117.17V116.689L126.418 116.689V117.17Z' fill='%23CCCCCC'/%3E%3Cpath d='M126.418 115.051L28.624 115.051V114.571L126.418 114.571V115.051Z' fill='%23CCCCCC'/%3E%3Cpath d='M126.418 113.01L28.624 113.01V112.53L126.418 112.53V113.01Z' fill='%23CCCCCC'/%3E%3Cpath d='M126.418 110.968L28.624 110.968V110.488L126.418 110.488V110.968Z' fill='%23CCCCCC'/%3E%3Cpath d='M126.418 108.926L28.624 108.926V108.446L126.418 108.446V108.926Z' fill='%23CCCCCC'/%3E%3Cpath d='M126.418 106.926L28.624 106.926V106.446L126.418 106.446V106.926Z' fill='%23CCCCCC'/%3E%3Cpath d='M126.418 104.891L28.624 104.891V104.41L126.418 104.41V104.891Z' fill='%23CCCCCC'/%3E%3Cpath d='M125.68 136.943H28.0124C26.9796 136.943 26.139 136.102 26.139 135.069C26.139 134.037 26.9796 133.196 28.0124 133.196H123.807C124.839 133.196 125.68 132.355 125.68 131.323V104.579C125.68 103.546 124.839 102.706 123.807 102.706H28.0124C26.9796 102.706 26.139 101.865 26.139 100.832C26.139 99.7996 26.9796 98.959 28.0124 98.959H125.68C127.613 98.959 129.187 100.526 129.187 102.466V102.712V133.202V133.448C129.187 135.382 127.619 136.955 125.68 136.955V136.943Z' fill='%2386453F'/%3E%3Cpath opacity='0.1' d='M170.148 112.769H129.21V104.651H170.148V112.769Z' fill='white'/%3E%3Cpath d='M154.885 161.771L7.15868 161.771C6.0312 161.771 5.11719 160.857 5.11719 159.73L5.11719 138.979C5.11719 137.851 6.0312 136.937 7.15868 136.937L154.885 136.937C156.012 136.937 156.926 137.851 156.926 138.979V159.73C156.926 160.857 156.012 161.771 154.885 161.771Z' fill='%235D5352'/%3E%3Cpath opacity='0.1' d='M156.926 145.373L5.11719 145.373L5.11719 140.72L156.926 140.72V145.373Z' fill='white'/%3E%3Cpath opacity='0.2' d='M52.6304 23.3149L55.0322 27.0857L104.244 26.5693L129.187 23.3149H52.6304Z' fill='black'/%3E%3Cpath opacity='0.2' d='M25.1597 161.777L29.1647 165.547L111.281 165.025L152.903 161.777H25.1597Z' fill='black'/%3E%3Cpath opacity='0.2' d='M52.6306 29.8L60.2862 42.3853H104.19L155.906 29.8H52.6306Z' fill='black'/%3E%3Cpath opacity='0.2' d='M31.2121 64.1454L57.2291 73.0679H133.287L147.974 64.1454H31.2121Z' fill='black'/%3E%3Cpath opacity='0.2' d='M31.2121 169.75L57.2291 178.673H133.287L147.974 169.75H31.2121Z' fill='black'/%3E%3Cpath opacity='0.2' d='M29.513 98.9462L43.0229 110.967H129.216L149.907 98.9462H29.513Z' fill='black'/%3E%3Cpath opacity='0.2' d='M29.5136 136.943L52.6305 153.779L151.625 136.943H29.5136Z' fill='black'/%3E%3Cg clip-path='url(%23clip0_1596_1352)'%3E%3Cpath d='M97.4994 137.437C97.324 136.844 97.6617 136.221 98.2535 136.046C98.8454 135.871 99.4673 136.21 99.6427 136.804L120.18 206.314C120.355 206.908 120.018 207.531 119.426 207.706C118.834 207.88 118.212 207.541 118.037 206.948L97.4994 137.437Z' fill='%23E8E8E8'/%3E%3Cpath d='M70.5001 142.225H99.3139C100.035 142.225 100.62 142.81 100.62 143.532C100.62 144.253 100.035 144.838 99.3139 144.838H70.5001C69.7787 144.838 69.1939 144.253 69.1939 143.532C69.1939 142.81 69.7787 142.225 70.5001 142.225Z' fill='%23F4F4F4'/%3E%3Cpath d='M73.9991 153.687H102.813C103.534 153.687 104.119 154.272 104.119 154.994C104.119 155.715 103.534 156.3 102.813 156.3H73.9991C73.2777 156.3 72.6929 155.715 72.6929 154.994C72.6929 154.272 73.2777 153.687 73.9991 153.687Z' fill='%23F4F4F4'/%3E%3Cpath d='M77.1925 165.149H106.006C106.728 165.149 107.312 165.734 107.312 166.456C107.312 167.177 106.728 167.762 106.006 167.762H77.1925C76.4711 167.762 75.8863 167.177 75.8863 166.456C75.8863 165.734 76.4711 165.149 77.1925 165.149Z' fill='%23F4F4F4'/%3E%3Cpath d='M80.6915 176.611H109.505C110.227 176.611 110.812 177.196 110.812 177.917C110.812 178.639 110.227 179.224 109.505 179.224H80.6915C79.9701 179.224 79.3853 178.639 79.3853 177.917C79.3853 177.196 79.9701 176.611 80.6915 176.611Z' fill='%23F4F4F4'/%3E%3Cpath d='M83.9571 188.079H112.771C113.492 188.079 114.077 188.664 114.077 189.386C114.077 190.107 113.492 190.692 112.771 190.692H83.9571C83.2357 190.692 82.6509 190.107 82.6509 189.386C82.6509 188.664 83.2357 188.079 83.9571 188.079Z' fill='%23F4F4F4'/%3E%3Cpath d='M87.4562 199.541H116.27C116.991 199.541 117.576 200.126 117.576 200.848C117.576 201.569 116.991 202.154 116.27 202.154H87.4562C86.7348 202.154 86.15 201.569 86.15 200.848C86.15 200.126 86.7348 199.541 87.4562 199.541Z' fill='%23F4F4F4'/%3E%3Cpath d='M67.138 137.435C66.9627 136.842 67.3004 136.219 67.8922 136.044C68.4841 135.869 69.106 136.209 69.2813 136.802L89.8185 206.313C89.9939 206.906 89.6562 207.529 89.0644 207.704C88.4725 207.879 87.8506 207.539 87.6752 206.946L67.138 137.435Z' fill='white'/%3E%3C/g%3E%3Cpath d='M33.5696 112.497H30.6006V116.962H33.5696V112.497Z' fill='%23CCCCCC'/%3E%3Cpath d='M47.5444 130.021C51.6279 129.289 54.4366 128.128 54.4366 128.128L55.1846 127.556C56.7264 130.365 59.7031 137.539 58.3903 149.179C58.0697 151.995 57.8789 154.835 57.7339 157.666L55.3754 199.073C55.3754 199.073 55.1007 199.187 54.6198 199.355C54.5588 199.172 54.5206 199.073 54.5206 199.073C52.6582 199.783 51.002 200.073 49.5823 200.134C49.3305 198.348 48.8038 196.944 48.8038 196.944C45.9874 198.012 43.6442 198.142 41.8963 197.943L38.1411 144.63V143.081C38.0724 135.646 39.057 130.517 39.057 130.517C42.1253 130.754 45.0715 130.472 47.5444 130.021Z' fill='%23432406'/%3E%3Cpath d='M38.6535 109.207L40.5158 109.71L52.7203 112.985L50.4915 104.062C50.4915 104.062 47.9194 95.8344 54.0941 94.0332C55.7885 93.537 57.1853 93.85 58.3149 94.5064C59.2003 95.6818 59.8185 97.0557 60.1009 98.5364L63.5814 116.9C64.4133 121.258 60.5436 125.098 56.2083 124.159C55.7427 124.06 55.2695 123.945 54.7887 123.823C54.0941 123.64 53.3767 123.434 52.6287 123.19C45.2632 120.793 36.2568 116.671 36.2568 116.671L36.8064 114.969L36.8445 114.847L36.9285 114.595L38.1573 110.756L38.6535 109.207Z' fill='white'/%3E%3Cpath d='M54.5203 199.073C54.5203 199.073 54.5585 199.172 54.6195 199.355C53.6425 199.691 51.7955 200.241 49.6278 200.447C49.6126 200.34 49.5973 200.233 49.582 200.134C51.0017 200.073 52.6579 199.783 54.5203 199.073Z' fill='%23432406'/%3E%3Cpath d='M49.6286 200.446C49.7736 201.66 49.7812 203.019 49.4072 204.217C49.1706 204.98 48.4531 205.499 47.6517 205.499H35.4473C35.9281 204.019 36.989 202.179 39.3246 201.469C39.6375 201.378 39.9581 201.317 40.2863 201.271C40.8664 201.194 42.3089 200.889 43.5149 199.782C45.5451 200.53 47.7128 200.622 49.6286 200.446Z' fill='%23443C3C'/%3E%3Cpath d='M49.6283 200.447C47.7126 200.622 45.5449 200.531 43.5146 199.783C43.7436 199.577 43.965 199.34 44.1634 199.073C44.1634 199.073 46.1631 200.287 49.5825 200.134C49.5978 200.233 49.6131 200.34 49.6283 200.447Z' fill='%23432406'/%3E%3Cpath d='M46.9347 83.4247L45.9883 81.2036C46.347 81.1044 46.6752 80.8983 46.95 80.6159C46.8966 81.1273 46.805 82.4019 46.9424 83.4323H46.9347V83.4247Z' fill='black'/%3E%3Cpath d='M46.7588 80.548C46.8049 80.5173 46.851 80.4788 46.8972 80.4404C46.851 80.4865 46.8049 80.5173 46.7588 80.548Z' fill='%23FDA68A'/%3E%3Cpath d='M46.7585 80.5471C46.7585 80.5471 46.7281 80.5775 46.7129 80.5851C46.7129 80.5851 46.7509 80.5623 46.7661 80.5471H46.7585Z' fill='%23FDA68A'/%3E%3Cpath d='M46.6132 80.6463C46.5598 80.6768 46.5064 80.7073 46.4453 80.7302C46.5216 80.6921 46.6056 80.6539 46.6819 80.6005C46.6819 80.6157 46.6438 80.6234 46.6132 80.6463Z' fill='%23FDA68A'/%3E%3Cpath d='M47.568 78.3408C47.4306 77.7531 47.0337 77.2723 46.5071 76.9975C46.5071 76.9975 46.5071 76.8601 46.4766 76.6311C47.2856 77.0586 47.7894 78.0432 47.6596 79.1117C47.5833 79.7071 47.3238 80.2261 46.9498 80.6077C46.965 80.4627 46.9727 80.3787 46.9727 80.3787C47.4917 79.875 47.7588 79.127 47.568 78.3408Z' fill='%23FFD4C6'/%3E%3Cpath d='M46.1787 80.837C46.2627 80.8064 46.3466 80.7759 46.4459 80.7301C46.3619 80.7759 46.2703 80.8141 46.1787 80.837Z' fill='%23FDA68A'/%3E%3Cpath d='M46.042 80.8834C46.042 80.8834 46.089 80.8755 46.1047 80.8677L46.0342 80.8912H46.042V80.8834Z' fill='%23FDA68A'/%3E%3Cpath d='M45.8738 80.9286C45.8738 80.9286 45.9578 80.9057 46.0341 80.8905L46.1028 80.8676C46.1028 80.8676 46.1486 80.8447 46.1791 80.837C46.2707 80.8141 46.3623 80.776 46.4463 80.7302C46.5073 80.7073 46.5608 80.6768 46.6142 80.6462C46.6447 80.6233 46.6753 80.6157 46.6829 80.6004C46.6905 80.5928 46.6982 80.5928 46.7058 80.5852C46.7058 80.5852 46.7363 80.5623 46.7516 80.547C46.7974 80.5165 46.8432 80.4859 46.889 80.4401C46.9195 80.4249 46.9424 80.402 46.9653 80.3791C46.9653 80.3791 46.9653 80.463 46.9424 80.6081C46.95 80.6157 46.9424 80.6157 46.9424 80.6157C46.6676 80.8981 46.3394 81.1042 45.9807 81.2034L45.8662 80.9286H45.8738Z' fill='%23FFD4C6'/%3E%3Cpath d='M45.9875 81.2038L46.9339 83.4248C46.8499 83.318 46.2241 82.5242 45.9111 81.2266C45.9111 81.2266 45.9569 81.2114 45.9875 81.2038Z' fill='black'/%3E%3Cpath d='M45.8725 80.9281L45.987 81.2028C45.987 81.2028 45.9336 81.2181 45.9107 81.2181C45.8878 81.1265 45.8649 81.0349 45.8496 80.9357C45.8496 80.9357 45.8496 80.9357 45.8725 80.9281Z' fill='%23FFD4C6'/%3E%3Cpath d='M45.8496 80.936C45.8649 81.0353 45.8878 81.1268 45.9107 81.2184C45.9107 81.2184 45.8954 81.2261 45.8878 81.2261C45.8878 81.1803 45.8878 81.1421 45.8649 81.0963C45.8572 80.9971 45.8496 80.936 45.8496 80.936Z' fill='%23FDA68A'/%3E%3Cpath d='M45.6064 76.7538C45.7438 76.7538 46.2247 76.769 46.5071 76.998C46.3697 76.9217 46.2247 76.8683 46.072 76.8301C45.9117 76.7843 45.7591 76.7614 45.6064 76.7538Z' fill='%23FDA68A'/%3E%3Cpath d='M45.2241 81.2646C44.6975 81.2036 44.2395 80.9288 43.9189 80.5243L45.3844 79.7992L45.8729 80.9288L45.85 80.9364C45.85 80.9364 45.85 80.9975 45.8652 81.0967C45.8805 81.1425 45.8881 81.1807 45.8881 81.2265C45.6744 81.2799 45.4531 81.2952 45.2241 81.2646Z' fill='%23FFD4C6'/%3E%3Cpath d='M45.5597 76.7538C45.5597 76.7538 45.5523 76.7612 45.5449 76.7538H45.5597Z' fill='%23FDA68A'/%3E%3Cpath d='M45.5225 76.7616C45.5225 76.7616 45.5382 76.7538 45.5461 76.7538C45.5382 76.7616 45.5303 76.7616 45.5225 76.7616Z' fill='%23FDA68A'/%3E%3Cpath d='M44.7207 76.7921C44.6901 76.7463 44.6672 76.7005 44.6367 76.6547C44.9954 76.4639 45.4 76.3723 45.8198 76.4258C46.0564 76.4563 46.2777 76.525 46.4762 76.6318C46.5067 76.8608 46.5067 76.9982 46.5067 76.9982C46.2243 76.7692 45.7434 76.754 45.6061 76.754H45.5679V76.7616L45.5526 76.754C45.545 76.754 45.5374 76.754 45.5297 76.7616H45.5221C45.255 76.7616 45.0107 76.8074 44.7817 76.899L44.7283 76.7921H44.7207Z' fill='%23FFD4C6'/%3E%3Cpath d='M44.0344 77.1352C43.9657 77.2192 43.897 77.2955 43.8359 77.3871C43.897 77.2955 43.9581 77.2115 44.0344 77.1352Z' fill='black'/%3E%3Cpath d='M45.5147 76.7609C43.805 76.9823 43.8202 78.3561 43.8737 78.7988C43.8279 78.4783 43.7134 78.1806 43.5684 77.9135C43.6065 77.8066 43.6447 77.715 43.6905 77.6234C43.721 77.57 43.7515 77.5242 43.7744 77.486C43.7973 77.4479 43.8202 77.4173 43.8355 77.3868C43.8966 77.2952 43.9653 77.2189 44.0339 77.1349C44.2095 76.9365 44.4156 76.7762 44.6369 76.6541C44.6674 76.6999 44.6903 76.7457 44.7209 76.7915L44.7743 76.8983C45.0033 76.8067 45.2475 76.7609 45.5147 76.7609Z' fill='%23FFD4C6'/%3E%3Cpath d='M43.775 77.4867C43.775 77.4867 43.7212 77.5713 43.6904 77.6251C43.7135 77.5789 43.7366 77.5328 43.775 77.4867Z' fill='black'/%3E%3Cpath d='M43.3768 79.2038C43.3615 79.013 43.3539 78.4787 43.5676 77.9139C43.7126 78.1811 43.8271 78.4787 43.8729 78.7993C43.8195 78.3566 43.8042 76.9827 45.5139 76.7614H45.5215C45.5215 76.7614 45.5368 76.7614 45.5444 76.7538C45.5444 76.7538 45.5495 76.7563 45.5597 76.7614V76.7538H45.5978C45.7505 76.7614 45.9032 76.7843 46.0634 76.8301C46.2161 76.8683 46.3611 76.9217 46.4985 76.998C47.0251 77.2728 47.422 77.7536 47.5594 78.3413C47.7502 79.1275 47.4831 79.8755 46.9641 80.3792C46.9412 80.4021 46.9183 80.425 46.8877 80.4403C46.842 80.4785 46.7962 80.5166 46.7504 80.5471C46.7351 80.5624 46.7122 80.5777 46.6969 80.5853C46.6893 80.5929 46.6817 80.5929 46.674 80.6006C46.5977 80.654 46.5138 80.6922 46.4374 80.7303C46.3382 80.7761 46.2542 80.8067 46.1703 80.8372C46.1398 80.8448 46.1169 80.8601 46.094 80.8677C46.0787 80.8753 46.0558 80.8753 46.0329 80.883H46.0253C45.9489 80.9059 45.8955 80.9211 45.865 80.9288L45.3765 79.7992L43.9111 80.5243C43.6286 80.1884 43.4378 79.7534 43.3768 79.2725C43.3768 79.2725 43.3691 79.2496 43.3691 79.2038H43.3768Z' fill='%23FFD4C6'/%3E%3Cpath d='M43.5605 77.8986C43.5987 77.7994 43.6369 77.7078 43.6903 77.6238C43.6445 77.7154 43.6063 77.807 43.5682 77.9062L43.5605 77.8986Z' fill='black'/%3E%3Cpath d='M43.5689 77.9138C43.3552 78.4786 43.3628 79.0129 43.3781 79.2037C43.3552 79.0053 43.3628 78.7992 43.3857 78.5855C43.4162 78.3412 43.4773 78.1123 43.5613 77.8986V77.9138H43.5689Z' fill='black'/%3E%3Cpath d='M41.8975 197.943C43.6453 198.141 45.9885 198.012 48.8049 196.943C48.8049 196.943 49.3316 198.347 49.5834 200.133C46.1641 200.286 44.1643 199.072 44.1643 199.072C43.9659 199.34 43.7445 199.576 43.5156 199.782C42.9889 199.591 42.4699 199.355 41.9738 199.072L41.9051 198.096V197.943H41.8975Z' fill='%23432406'/%3E%3Cpath d='M34.5688 199.141C35.2023 199.057 36.8509 198.706 38.1103 197.355C38.3164 197.47 38.553 197.6 38.8201 197.714C39.6673 198.08 40.7817 198.378 41.9037 198.096L41.9724 199.073C42.4685 199.355 42.9875 199.592 43.5141 199.782C42.3082 200.889 40.8656 201.194 40.2856 201.271C39.9574 201.317 39.6368 201.378 39.3239 201.469C36.9883 202.179 35.9274 204.019 35.4465 205.499H30.5541C29.8671 205.499 29.3634 204.858 29.5084 204.186C29.8442 202.645 30.8136 200.187 33.6071 199.34C33.92 199.248 34.2406 199.187 34.5688 199.141Z' fill='black'/%3E%3Cpath d='M41.8972 197.944V198.096C40.7829 198.379 39.6685 198.081 38.8213 197.715V197.127C39.3327 197.371 40.386 197.776 41.8972 197.944Z' fill='%23432406'/%3E%3Cpath d='M38.1406 144.63L41.8958 197.943C40.3846 197.775 39.3313 197.37 38.8123 197.126L38.1406 144.63Z' fill='%23432406'/%3E%3Cpath d='M41.5766 76.0129C41.5766 76.0129 42.9123 76.7227 43.561 77.8981C43.4771 78.1118 43.416 78.3408 43.3855 78.5851C43.3626 78.7988 43.3549 79.0048 43.3778 79.2033C43.3778 79.2491 43.3855 79.272 43.3855 79.272C43.1718 78.669 42.7443 78.0813 42.2864 77.5852H42.3246C42.2559 77.5241 41.4468 76.799 41.5766 76.0129Z' fill='black'/%3E%3Cpath d='M43.56 77.8983C42.9112 76.7229 41.5755 76.0131 41.5755 76.0131C41.4457 76.7992 42.2548 77.5243 42.3235 77.5854H42.2853C41.4686 76.7 40.5527 76.0741 40.5527 76.0741L41.316 75.5322L44.0332 77.1351C43.9569 77.2114 43.8958 77.2953 43.8347 77.3869C43.8195 77.4175 43.7966 77.448 43.7737 77.4862C43.7355 77.532 43.7126 77.5778 43.6897 77.6235C43.6363 77.7075 43.5981 77.7991 43.56 77.8983Z' fill='black'/%3E%3Cpath d='M37.2329 86.6374L36.5459 84.5995L36.4238 84.2331L43.919 80.5237C44.2396 80.9282 44.6975 81.203 45.2242 81.2641C45.4531 81.2946 45.6745 81.2793 45.8882 81.2259V81.2488C45.9035 81.3862 45.9187 81.5694 45.9264 81.7755C45.9722 82.2945 45.9798 82.7906 45.9493 83.2027C45.9493 83.2104 45.9493 83.218 45.9493 83.218C45.9264 83.5157 45.8882 83.7828 45.85 84.0118C45.7966 83.2104 45.6592 82.3555 45.3997 81.4549L37.6908 87.9578L37.2405 86.6374H37.2329Z' fill='%23FFD4C6'/%3E%3Cpath d='M38.3858 90.0341L37.6836 87.958L45.3925 81.4551C45.652 82.3557 45.7894 83.2106 45.8428 84.012C45.797 84.2639 45.7436 84.4852 45.6901 84.6608C45.6901 84.6608 45.6901 84.676 45.6825 84.6836C45.6367 84.8363 45.5986 84.9584 45.5604 85.05C45.5604 85.05 45.339 85.7217 44.7971 86.5689C44.7819 86.5918 44.7666 86.6223 44.7513 86.6452C44.2018 87.4848 43.3469 88.4694 42.0876 89.1411C40.7442 89.8662 39.4162 90.0493 38.3858 90.0341Z' fill='%23FFD4C6'/%3E%3Cpath d='M38.3857 90.034C39.4161 90.0492 40.7442 89.8661 42.0875 89.141C43.3469 88.4693 44.2017 87.4847 44.7513 86.6451C44.7666 86.6222 44.7818 86.5917 44.7971 86.5688C45.339 85.7216 45.5603 85.0499 45.5603 85.0499C45.5985 84.9583 45.6367 84.8362 45.6825 84.6836C45.6901 84.6759 45.6901 84.6683 45.6901 84.6607C45.7435 84.4851 45.797 84.2638 45.8427 84.0119C46.0946 88.1793 43.8507 91.0415 41.8433 91.5376C39.439 92.1329 38.6376 90.7896 38.6376 90.7896L38.3857 90.034Z' fill='%23FBC0AD'/%3E%3Cpath d='M38.8135 197.126V197.714C38.554 197.599 38.3174 197.47 38.1113 197.355C38.2258 197.225 38.3403 197.088 38.4548 196.943C38.4548 196.943 38.5769 197.019 38.8135 197.126Z' fill='%23432406'/%3E%3Cpath d='M38.4552 196.944C38.3407 197.089 38.2262 197.226 38.1118 197.356C37.6462 197.081 37.3638 196.852 37.3638 196.852C29.6854 161.216 28.3574 143.432 28.7314 134.632H28.8458L30.9448 128.487C33.0056 129.449 35.158 130.029 37.2798 130.327C37.0508 136.906 38.1423 143.081 38.1423 143.081V144.63L38.814 197.127C38.5773 197.02 38.4552 196.944 38.4552 196.944Z' fill='%23432406'/%3E%3Cpath d='M38.6375 90.7898C38.6375 90.7898 39.4389 92.1331 41.8432 91.5378C43.8505 91.0417 46.0945 88.1795 45.8426 84.0121C45.8808 83.7831 45.919 83.516 45.9419 83.2183C45.9419 83.2183 45.9419 83.2107 45.9419 83.203C45.9724 82.7909 45.9648 82.2948 45.919 81.7758C45.9113 81.5697 45.8961 81.3865 45.8808 81.2491V81.2262H45.9037C46.2166 82.5237 46.8425 83.3175 46.9265 83.4244H46.9341L47.2852 84.2563L49.1628 88.6603C49.1628 88.6603 47.7279 93.423 41.9729 93.5757C41.3929 93.5909 40.8052 93.4765 40.2861 93.217C39.6374 92.8888 38.9352 92.2781 38.7367 91.118L38.6299 90.7898H38.6375Z' fill='%23FFD4C6'/%3E%3Cpath d='M38.3852 90.034L38.6371 90.7896L38.3623 90.034H38.3852Z' fill='%23F29379'/%3E%3Cpath d='M38.3624 90.0339L37.6221 88.0036L37.6831 87.9578L38.3853 90.0339H38.3624Z' fill='%23FFD4C6'/%3E%3Cpath d='M37.2257 110.146L34.9512 108.452C34.455 108.078 33.9208 107.773 33.356 107.521C33.1193 107.422 32.8827 107.322 32.6309 107.246L33.2567 101.583C33.2567 101.583 33.7757 94.1639 35.142 92.2099L38.7445 91.1185C38.943 92.2786 39.6452 92.8892 40.2939 93.2174C40.813 93.4769 41.4007 93.5914 41.9807 93.5761C47.7357 93.4235 49.1706 88.6608 49.1706 88.6608L55.1316 91.813C56.3986 92.4771 57.4748 93.4006 58.3144 94.5073C57.1848 93.8509 55.788 93.538 54.0936 94.0341C47.9189 95.8354 50.491 104.063 50.491 104.063L52.7197 112.986L40.5153 109.711L38.6529 109.208L38.1568 110.757C37.9584 110.665 37.7676 110.559 37.592 110.421L37.2257 110.146Z' fill='%23006060'/%3E%3Cpath d='M39.057 130.518C39.057 130.518 38.0724 135.647 38.1411 143.081C38.1411 143.081 37.0497 136.906 37.2786 130.327C37.874 130.411 38.4693 130.472 39.057 130.518Z' fill='%23432406'/%3E%3Cpath d='M31.4244 118.191L31.89 113.947L32.3098 114.016L33.3173 114.466L36.8436 114.848L36.8054 114.97L36.2558 116.672C36.2558 116.672 45.2623 120.794 52.6277 123.19C53.3757 123.434 54.0931 123.641 54.7877 123.824L54.345 126.197C54.345 126.197 40.5988 131.342 30.5391 126.197L31.4244 118.191Z' fill='%23006060'/%3E%3Cpath d='M53.3606 207.629H36.2713C35.5767 207.629 35.073 206.988 35.2256 206.317C35.2791 206.065 35.3554 205.79 35.447 205.5H47.6514C48.4529 205.5 49.1703 204.981 49.4069 204.218C49.7809 203.019 49.7733 201.661 49.6283 200.447C51.7959 200.241 53.643 199.691 54.62 199.356C54.9482 200.34 55.9328 203.714 55.1161 206.347C54.8795 207.11 54.162 207.629 53.3606 207.629Z' fill='%23443C3C'/%3E%3Cpath d='M35.1408 92.2098C33.7745 94.1637 33.2555 101.583 33.2555 101.583L31.729 106.979L31.2634 106.849C31.0192 106.78 30.7673 106.719 30.5078 106.681L30.8665 97.7663C30.9581 95.1941 32.6755 92.9578 35.1408 92.2098Z' fill='white'/%3E%3Cpath d='M32.3096 107.146L31.7295 106.978L33.256 101.582L32.6301 107.245C32.5309 107.207 32.4164 107.177 32.3096 107.146Z' fill='white'/%3E%3Cpath d='M30.9439 128.487L28.845 134.639H28.7305C29.0434 127.312 30.5394 126.197 30.5394 126.197C40.5991 131.342 54.3453 126.197 54.3453 126.197C54.3453 126.197 54.6888 126.648 55.1849 127.556L54.4369 128.128C54.4369 128.128 51.6281 129.288 47.5447 130.021C45.0718 130.472 42.1256 130.754 39.0573 130.517C38.4696 130.472 37.8743 130.41 37.2789 130.327C35.1571 130.029 33.0047 129.449 30.9439 128.487Z' fill='%23432406'/%3E%3Cpath d='M30.6924 81.9594C30.9901 81.5396 31.2343 80.9748 31.1351 80.2955C31.1351 80.2955 31.6312 80.845 31.3869 81.364C31.3869 81.364 31.9441 81.0893 32.3334 80.5015C32.6311 80.0512 32.8371 79.4177 32.6311 78.5858C32.1426 76.6624 33.4019 75.8075 34.0202 76.2807C34.0202 76.2807 35.0277 74.51 36.7068 76.4105C38.3936 78.311 40.111 77.647 40.111 77.647C40.111 77.647 39.1874 77.2272 39.1493 76.5174C39.1493 76.5174 40.4468 77.7538 42.2862 77.5859C42.7442 78.082 43.1716 78.6697 43.3853 79.2727C43.4464 79.7536 43.6372 80.1886 43.9196 80.5244L36.4244 84.2339L36.5466 84.6002L37.2335 86.6381L37.6838 87.9586L37.6227 88.0043L38.3631 90.0346C37.2411 90.0193 36.4855 89.7751 36.4855 89.7751C36.1344 89.6682 35.7833 89.5385 35.4398 89.3706C33.379 88.3478 32.0204 86.3252 31.0816 83.608C31.074 83.5698 31.0587 83.5317 31.0435 83.4935C30.8756 82.9821 30.7534 82.4707 30.6924 81.9594Z' fill='%23FFD4C6'/%3E%3Cpath d='M30.692 81.959C30.2035 78.2496 32.3101 74.563 35.9126 73.151C39.8205 71.6169 42.9499 73.983 44.6367 76.6544C44.4153 76.7765 44.2092 76.9368 44.0337 77.1352L41.3165 75.5324L40.5532 76.0743C40.5532 76.0743 41.4691 76.7002 42.2858 77.5855C40.4464 77.7534 39.1488 76.517 39.1488 76.517C39.187 77.2268 40.1106 77.6466 40.1106 77.6466C40.1106 77.6466 38.3932 78.3106 36.7064 76.4101C35.0273 74.5096 34.0198 76.2804 34.0198 76.2804C33.4015 75.8071 32.1422 76.662 32.6306 78.5854C32.8367 79.4173 32.6306 80.0508 32.333 80.5012C31.9437 81.0889 31.3865 81.3636 31.3865 81.3636C31.6308 80.8446 31.1347 80.2951 31.1347 80.2951C31.2339 80.9744 30.9896 81.5392 30.692 81.959Z' fill='black'/%3E%3Cpath d='M28.9822 76.3185C27.5396 76.5017 26.8604 75.2729 26.8604 75.2729C26.8604 75.2729 29.0127 75.5018 30.524 72.8381C32.4932 69.3729 36.3552 69.9377 36.3552 69.9377C39.4541 67.8998 42.6292 69.6171 43.9267 70.9986C44.6747 71.7924 44.9266 72.2733 45.2777 72.716C45.9036 73.5174 46.8958 73.4868 46.8958 73.4868C46.3921 74.273 45.4609 74.044 45.4609 74.044C46.186 74.7691 46.4073 76.0132 46.476 76.6315C46.2776 76.5246 46.0562 76.4559 45.8196 76.4254C45.3998 76.372 44.9953 76.4635 44.6366 76.6544C42.9498 73.983 39.8204 71.6169 35.9126 73.151C32.31 74.563 30.2034 78.2496 30.6919 81.959C30.3408 82.4551 29.921 82.7375 29.921 82.7375C30.3179 81.9971 29.5928 81.2797 29.5928 81.2797C27.9518 78.532 28.9822 76.3185 28.9822 76.3185Z' fill='black'/%3E%3Cpath d='M30.9438 128.479C30.6996 128.373 30.4554 128.25 30.2188 128.128' stroke='%23684422' stroke-width='0.190814' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M54.4364 128.128C54.4364 128.128 51.6276 129.288 47.5442 130.021C45.0712 130.472 42.1251 130.754 39.0568 130.517C38.4691 130.472 37.8737 130.41 37.2784 130.326C35.1565 130.029 33.0041 129.449 30.9434 128.487' stroke='%23684422' stroke-width='0.190814' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M53.6662 137.906C53.6662 137.906 48.8043 136.204 47.5449 130.021' stroke='%23684422' stroke-width='0.190814' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.9437 128.479V128.487L28.8447 134.639' stroke='%23684422' stroke-width='0.190814' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M53.1777 112.986L57.2688 113.978' stroke='%23E2E2E2' stroke-width='0.190814' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M45.0264 79.7758C45.0264 79.7758 45.0416 78.2188 46.4079 77.9135' stroke='%23B27566' stroke-width='0.190814' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.6229 84.57C36.6229 84.57 36.5923 84.5852 36.5465 84.6005C36.3252 84.6768 35.6688 84.8371 35.4551 84.112' stroke='%23B27566' stroke-width='0.190814' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37.1025 79.4401C37.1025 79.4401 37.5987 78.486 38.7817 78.9974' stroke='black' stroke-width='0.190814' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.6611 81.0276C31.6611 81.0276 31.8672 80.6307 32.3328 80.5009C32.5694 80.4399 32.8671 80.4475 33.2411 80.6078' stroke='black' stroke-width='0.190814' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35.8672 86.8897C35.8672 86.8897 36.4473 86.8974 37.2334 86.6379C38.0196 86.3936 39.0576 85.8212 39.6758 84.5847' stroke='%23B27566' stroke-width='0.190814' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.4849 84.1793C33.7947 84.0825 33.9267 83.6225 33.7797 83.1517C33.6328 82.6809 33.2624 82.3777 32.9526 82.4744C32.6428 82.5712 32.5108 83.0312 32.6578 83.502C32.8047 83.9728 33.1751 84.276 33.4849 84.1793Z' fill='black'/%3E%3Cpath d='M38.8384 82.5197C39.1483 82.4229 39.2803 81.9629 39.1333 81.4921C38.9863 81.0213 38.6159 80.7181 38.3061 80.8148C37.9963 80.9116 37.8643 81.3716 38.0113 81.8424C38.1583 82.3132 38.5286 82.6164 38.8384 82.5197Z' fill='black'/%3E%3Cpath d='M41.0647 84.5845C41.9288 84.5845 42.6293 83.884 42.6293 83.0199C42.6293 82.1557 41.9288 81.4552 41.0647 81.4552C40.2005 81.4552 39.5 82.1557 39.5 83.0199C39.5 83.884 40.2005 84.5845 41.0647 84.5845Z' fill='%23FFBDB1'/%3E%3Cpath d='M32.4017 86.4315C32.8749 87.1566 33.6153 87.5535 34.1037 87.233C34.5922 86.9124 34.6075 86.0652 34.1343 85.3401C33.6611 84.615 32.8749 84.2944 32.3864 84.615C31.8979 84.9356 31.9285 85.7064 32.4017 86.4315Z' fill='%23FFBDB1'/%3E%3Cpath d='M41.8825 197.714L38.2646 145.416' stroke='%23684422' stroke-width='0.190814' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.4108 117.23C20.4339 116.612 19.7317 113.994 19.4951 112.483C19.5333 112.521 19.5485 112.559 19.5791 112.597C19.9149 113.208 20.4187 113.307 20.7469 113.322C20.9682 113.322 21.1666 113.414 21.3193 113.582C21.6246 113.917 21.907 114.017 22.0978 114.047C22.2581 114.062 22.4108 114.131 22.5252 114.23C23.029 114.612 23.5404 114.887 24.0212 115.07C24.7997 115.383 25.4867 115.467 25.7538 115.49C25.3798 116.558 24.6013 117.535 22.9985 117.36C22.8153 117.344 22.6397 117.306 22.4718 117.253L22.4184 117.238L22.4108 117.23Z' fill='%23E2E2E2'/%3E%3Cpath d='M31.1881 120.366L22.4717 117.252C22.632 117.298 22.8151 117.336 22.9983 117.359C24.6088 117.527 25.3873 116.55 25.7537 115.489C25.83 115.496 25.8758 115.496 25.8758 115.496H31.73L31.1957 120.366H31.1881Z' fill='white'/%3E%3Cpath d='M31.1426 113.321L31.1884 112.863L31.341 112.848L32.3104 112.733C33.6384 114.58 35.2794 115.138 36.2564 115.298C35.2031 115.176 32.5928 114.832 31.1426 113.321Z' fill='%23FFD4C6'/%3E%3Cpath d='M36.6678 115.398C36.6144 115.39 36.3396 115.314 36.2557 115.299C35.2787 115.138 33.6377 114.574 32.3096 112.734L35.7138 112.322L35.4466 112.131L35.7138 111.131L31.6914 108.3L31.8975 106.376C32.2104 106.468 32.5081 106.598 32.7981 106.72C33.5003 107.033 34.1644 107.414 34.7826 107.88L37.6143 109.994L38.2554 110.421' fill='%23FFD4C6'/%3E%3Cpath d='M32.3102 112.734L31.3408 112.848L32.3025 112.726L32.3102 112.734Z' fill='%23153F4F'/%3E%3Cpath d='M32.3028 112.727L31.3411 112.849L31.1885 112.864L31.5625 109.445L35.4474 112.139L35.7146 112.322L32.3028 112.727Z' fill='%231E5465'/%3E%3Cpath d='M31.6923 108.307L35.7146 111.138L35.4475 112.138L31.5625 109.444L31.6923 108.307Z' fill='white'/%3E%3Cpath d='M31.6924 108.307L30.4102 107.407L30.7842 106.056L31.5092 106.262C31.639 106.3 31.784 106.338 31.9061 106.384L31.7001 108.307H31.6924Z' fill='%23FFD4C6'/%3E%3Cpath d='M31.1887 112.863L31.1429 113.321C31.0132 113.207 30.8987 113.062 30.7842 112.909L31.1963 112.863H31.1887Z' fill='%23FFD4C6'/%3E%3Cpath d='M29.2195 106.551L29.2577 105.674C29.5783 105.719 29.8912 105.796 30.1965 105.88L30.7766 106.04L30.4026 107.391L29.2119 106.544L29.2195 106.551Z' fill='%23FFD4C6'/%3E%3Cpath d='M29.2189 106.551L27.6084 105.429L28.9136 105.612C29.0204 105.627 29.1425 105.65 29.257 105.681L29.2189 106.559V106.551Z' fill='%23FFD4C6'/%3E%3Cpath d='M26.662 113.398L30.7759 112.909C30.8904 113.062 31.0049 113.207 31.1347 113.322L31.7224 115.482H25.8682C25.8682 115.482 25.8224 115.489 25.7461 115.482C26.1659 114.314 26.0972 113.031 26.0972 113.031L26.662 113.405V113.398Z' fill='white'/%3E%3Cpath d='M26.381 105.254L27.6175 105.43L29.2203 106.552L30.411 107.399L31.6933 108.307L31.5635 109.445L26.0986 105.651L26.381 105.254Z' fill='white'/%3E%3Cpath d='M23.9986 109.161C24.1894 108.765 24.6932 108.635 25.0519 108.902C25.2427 109.032 25.3496 109.245 25.3496 109.474C25.3496 109.551 25.3343 109.627 25.3038 109.711L24.884 110.879C24.7619 111.238 24.6092 111.604 24.4337 111.947L23.6094 111.405V109.971L23.9986 109.161Z' fill='%23FFD4C6'/%3E%3Cpath d='M23.0293 111.024C23.1972 110.764 23.3499 110.497 23.4949 110.215L23.6094 109.971V111.406L23.0293 111.024Z' fill='%23FFD4C6'/%3E%3Cpath d='M22.3652 110.589L23.1514 108.971H23.6093V109.971L23.4949 110.215C23.3498 110.497 23.1972 110.765 23.0293 111.024L22.3652 110.589Z' fill='%231E5465'/%3E%3Cpath d='M21.2973 100.972L12.7412 102.682L13.4052 92.7211L27.6629 101.827L27.3576 105.254L21.2973 100.972Z' fill='%23DDDDDD'/%3E%3Cpath d='M22.0909 111.154L22.3656 110.581L23.0297 111.016C22.9457 111.161 22.8465 111.284 22.7549 111.413L22.6709 111.505C22.6022 111.589 22.503 111.635 22.4038 111.635C22.3275 111.635 22.2511 111.604 22.1748 111.558C22.0603 111.452 22.0222 111.284 22.0909 111.139V111.154Z' fill='%23FBC0AD'/%3E%3Cpath d='M21.6699 110.139V108.971H23.1506L22.3645 110.589L21.6699 110.139Z' fill='%23FFD4C6'/%3E%3Cpath d='M23.6086 112.581H21.6699V110.138L22.3645 110.589L22.0897 111.161C22.021 111.306 22.0592 111.474 22.1737 111.581C22.25 111.627 22.3263 111.657 22.4026 111.657C22.4942 111.657 22.6011 111.611 22.6698 111.527L22.7537 111.436C22.8453 111.306 22.9446 111.176 23.0285 111.039L23.6086 111.42V112.596V112.581Z' fill='%23FFD4C6'/%3E%3Cpath d='M23.151 108.971H21.6703V110.138L20.8994 109.635L21.9832 107.704C22.1817 107.33 22.6549 107.215 22.9984 107.467L23.1586 107.581C23.4334 107.78 23.5403 108.154 23.3876 108.467L23.151 108.971Z' fill='%23FFD4C6'/%3E%3Cpath d='M20.098 106.674C20.2506 106.262 20.7238 106.078 21.1284 106.277C21.3726 106.407 21.5176 106.666 21.5176 106.933C21.5176 107.002 21.51 107.055 21.4871 107.124L20.8383 109.589L19.3652 108.628L20.098 106.681V106.674Z' fill='%23FFD4C6'/%3E%3Cpath d='M16.9764 107.047L18.5563 108.093C18.6021 108.246 18.6632 108.398 18.7395 108.559L19.1288 109.291L19.373 108.627L20.8461 109.589L20.7774 109.856L20.8995 109.635L21.6704 110.139V112.581H23.6091V111.406L24.4334 111.948L26.0973 113.031C26.0973 113.031 26.166 114.314 25.7462 115.481C25.479 115.466 24.7921 115.375 24.0136 115.062C23.5404 114.878 23.0214 114.604 22.5176 114.222C22.4031 114.13 22.2505 114.062 22.0902 114.039C21.8994 114.008 21.617 113.909 21.3117 113.573C21.159 113.413 20.9606 113.314 20.7392 113.314C20.4034 113.306 19.8996 113.199 19.5714 112.589C19.5409 112.551 19.5256 112.512 19.4875 112.474C19.3806 112.352 19.2585 112.268 19.1135 112.23C18.8006 112.116 18.3502 111.848 18.2128 111.177C18.1747 111.009 18.0831 110.826 17.9304 110.703C17.7473 110.574 17.5107 110.238 17.3198 109.391C17.1901 108.811 17.0909 108.383 17.0374 108.07C16.9611 107.734 16.9458 107.383 16.9687 107.04L16.9764 107.047Z' fill='%23FFD4C6'/%3E%3Cpath d='M18.5487 108.093L16.9688 107.047C16.9688 106.956 16.984 106.856 17.0069 106.765L17.0909 106.131C17.1672 105.681 17.6404 105.422 18.0678 105.582C18.3502 105.696 18.5258 105.956 18.5258 106.254V106.284L18.48 107.452C18.4724 107.673 18.4953 107.887 18.5487 108.101V108.093Z' fill='%23FFD4C6'/%3E%3Cpath d='M17.0985 106.124L17.0146 106.757C16.9993 106.849 16.9764 106.948 16.9764 107.04L12 103.788L21.0217 102.132L26.0973 105.643L31.5546 109.437L31.1806 112.856L30.7685 112.902L26.6545 113.39L26.0897 113.016L24.4258 111.932C24.5937 111.589 24.7464 111.23 24.8761 110.864L25.2959 109.696C25.3264 109.612 25.3417 109.536 25.3417 109.459C25.3417 109.23 25.2349 109.024 25.044 108.887C24.6853 108.62 24.1816 108.742 23.9907 109.146L23.6015 109.956V108.956H23.1435L23.3801 108.452C23.5328 108.139 23.4259 107.765 23.1512 107.567L22.9909 107.452C22.6474 107.208 22.1742 107.322 21.9757 107.689L20.8919 109.62L20.8385 109.574L21.4873 107.109C21.5025 107.04 21.5178 106.986 21.5178 106.918C21.5178 106.651 21.3728 106.391 21.1285 106.261C20.7316 106.063 20.2508 106.254 20.0981 106.658L19.3654 108.605L18.5487 108.07C18.5029 107.864 18.4724 107.643 18.48 107.422L18.5258 106.254V106.223C18.5258 105.918 18.3579 105.658 18.0679 105.552C17.6405 105.391 17.1672 105.658 17.0909 106.101L17.0985 106.124Z' fill='%231E5465'/%3E%3Cpath d='M13.1222 92.1791L27.937 101.636L27.6164 105.429L27.3569 105.254L27.6622 101.827L13.4046 92.721L12.7406 102.682L12.3818 102.75L13.1222 92.1791Z' fill='%231E5465'/%3E%3Cpath d='M12.7404 102.682L21.2965 100.972L27.3567 105.254L27.6162 105.43L26.3797 105.254L26.0973 105.651L21.0217 102.14L12 103.796L12.3816 102.751L12.7404 102.682Z' fill='white'/%3E%3Cpath d='M19.0302 109.445L18.6562 110.345' stroke='%23B27566' stroke-width='0.190814' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7781 109.994L20.3125 111.406' stroke='%23B27566' stroke-width='0.190814' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.9838 111.78L21.6709 112.414L21.5869 112.581' stroke='%23B27566' stroke-width='0.190814' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.3423 112.139C24.3423 112.139 24.0599 112.948 23.3271 113.612' stroke='%23B27566' stroke-width='0.190814' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3CclipPath id='clip0_1596_1352'%3E%3Crect width='53.1399' height='71.75' fill='white' transform='matrix(-1 0 0 1 120.225 136)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (max-width: 1280px) {
  .poet-day .poet_conbox .pic_box:before {
    width: 164px;
    height: 200px;
    left: -100px;
  }
}
@media (max-width: 768px) {
  .poet-day .poet_conbox .pic_box:before {
    width: 140px;
    height: 170px;
  }
}
.poet-day .poet_conbox .pic_box:after {
  bottom: 0;
  left: 100%;
  width: 89px;
  height: 94px;
  background-image: url("data:image/svg+xml,%3Csvg width='89' height='94' viewBox='0 0 89 94' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M68.1077 87.6535L77.8877 82.0034L69.2777 65.3434L58.7377 71.4234L68.1077 87.6535Z' fill='%23FFD4C6'/%3E%3Cpath d='M77.4379 81.1334C77.4379 81.1334 72.4079 84.2034 64.3479 81.1334C64.3479 81.1334 62.3679 86.3934 63.5879 90.3234C63.8879 91.2934 64.7979 91.9434 65.8079 91.9434H87.4179C88.2879 91.9434 88.9279 91.1334 88.7379 90.2834C88.3179 88.3334 87.0879 85.2235 83.5479 84.1535C83.1479 84.0335 82.7479 83.9635 82.3379 83.9035C81.4579 83.7835 79.0479 83.2634 77.4279 81.1234L77.4379 81.1334Z' fill='%23C2C2C2'/%3E%3Cpath d='M0.228081 53.5834C-0.491919 56.5434 0.548086 59.3734 2.53809 61.2134L1.04808 50.2434L0.228081 53.5834Z' fill='%231E5465'/%3E%3Cpath d='M4.99805 34.0334L0.488045 46.1634L1.04804 50.2434L4.99805 34.0334Z' fill='%23153F4F'/%3E%3Cpath d='M22.0283 29.3134C22.0283 29.3134 19.7483 29.7034 16.3283 26.9834C11.2483 22.9434 11.2383 20.0834 11.2383 20.0834C9.90829 21.3934 8.88829 22.2934 7.67829 23.3334C3.85829 26.6234 2.00828 30.6134 1.04828 34.4734C0.138285 38.1634 -0.171715 41.3134 0.338285 45.0734L0.488287 46.1634L4.99829 34.0334C4.99829 34.0334 7.21829 25.2734 14.7383 28.2934C21.1683 30.8634 19.0083 38.4134 19.0083 38.4134L18.3583 40.2334L16.8283 49.9534L24.6483 48.6734C25.7883 43.5134 24.8083 37.9634 23.5883 33.8034C23.0583 31.9934 22.4883 30.4534 22.0283 29.3234V29.3134Z' fill='%231E5465'/%3E%3Cpath d='M9.18755 63.1734C6.62755 63.6134 4.23754 62.7834 2.53754 61.2134L4.05754 72.3734C4.11754 72.7834 4.62754 72.9234 4.88754 72.6134C9.89754 66.6034 14.8575 63.3334 18.4775 61.5734L9.16754 63.1834L9.18755 63.1734Z' fill='%23153F4F'/%3E%3Cpath d='M18.4978 61.5734C14.8778 63.3334 9.91781 66.6034 4.90781 72.6134L5.87781 75.6634C9.80781 68.9234 17.5878 64.3634 22.5078 62.0034C22.2378 61.8834 21.9978 61.6634 21.8478 61.3834L21.6578 61.0334L18.4978 61.5834V61.5734Z' fill='black'/%3E%3Cpath d='M18.4982 61.5734L21.6582 61.0234L21.3082 60.3834C20.5082 60.6734 19.5582 61.0534 18.4982 61.5734Z' fill='%231E5465'/%3E%3Cpath d='M21.3077 60.3834L21.6577 61.0234L22.6777 60.8434L22.2477 60.0634C21.9577 60.1534 21.6477 60.2534 21.3077 60.3734V60.3834Z' fill='%231E5465'/%3E%3Cpath d='M16.3276 26.9834C19.7476 29.7034 22.0276 29.3134 22.0276 29.3134C21.4776 27.9734 21.5276 26.4634 22.1576 25.1534L24.5176 20.2134L16.5376 12.7734L11.2376 20.0734C11.2376 20.0734 11.2476 22.9334 16.3276 26.9734V26.9834Z' fill='%23FFD4C6'/%3E%3Cpath d='M22.6778 60.8434L22.7078 60.9034C22.8278 61.1334 23.1078 61.2134 23.3478 61.1034L24.5078 60.5334L22.6778 60.8434Z' fill='black'/%3E%3Cpath d='M21.8484 61.3734C21.9984 61.6534 22.2384 61.8734 22.5084 61.9934C24.9584 60.8234 26.6984 60.1934 26.8984 60.1234L24.4984 60.5334L23.3384 61.1034C23.1084 61.2134 22.8284 61.1234 22.6984 60.9034L22.6684 60.8434L21.6484 61.0234L21.8384 61.3734H21.8484Z' fill='%23C6C6C6'/%3E%3Cpath d='M24.2576 50.1134L14.1576 51.8734L18.3576 40.2134L19.0076 38.3934C19.0076 38.3934 21.1676 30.8434 14.7376 28.2734C7.21762 25.2634 4.99762 34.0134 4.99762 34.0134L1.04762 50.2334L2.53762 61.2034C4.23762 62.7734 6.61762 63.6034 9.18762 63.1634L18.4976 61.5534C19.5576 61.0434 20.5076 60.6534 21.3076 60.3634C21.6476 60.2434 21.9676 60.1334 22.2476 60.0534L22.6776 60.8334L24.5076 60.5234L26.4776 59.5434L26.8076 59.3834L25.2876 49.9234L24.2576 50.1034V50.1134Z' fill='%231E5465'/%3E%3Cpath d='M26.4777 59.5534L24.5077 60.5334L26.9077 60.1234C26.9077 60.1234 26.9177 60.1234 26.9277 60.1234L26.4877 59.5634L26.4777 59.5534Z' fill='%231E5465'/%3E%3Cpath d='M24.6484 48.6534L16.8284 49.9334L18.3584 40.2134L14.1584 51.8734L24.2584 50.1134C24.3884 49.7034 24.4984 49.2734 24.5984 48.8534C24.6184 48.7834 24.6284 48.7234 24.6484 48.6534Z' fill='%23153F4F'/%3E%3Cpath d='M39.6582 44.6434L23.5882 33.7934C24.7982 37.9434 25.7882 43.5034 24.6482 48.6634C24.6382 48.7334 24.6182 48.7934 24.5982 48.8634L26.3082 49.7734L27.8982 49.4934L28.0582 50.4934L28.5382 50.3934C29.6182 50.1734 30.6682 49.8234 31.6382 49.3234C32.3682 48.9434 33.5182 48.4834 35.1682 48.1634L35.0882 46.3034L39.6382 44.6534L39.6582 44.6434Z' fill='%23153F4F'/%3E%3Cpath d='M25.2875 49.9334L26.8075 59.3934L26.9175 60.1134L29.4775 59.6734L29.1375 57.4734L28.0575 50.4734L27.9075 49.4834L26.3075 49.7634L25.2875 49.9334Z' fill='%231E5465'/%3E%3Cpath d='M26.478 59.5534L26.918 60.1034L26.808 59.3834L26.478 59.5434V59.5534Z' fill='%231E5465'/%3E%3Cpath d='M26.8977 60.1234C26.6877 60.1934 24.9577 60.8234 22.5077 61.9934C22.6977 62.0834 22.9177 62.1334 23.1277 62.1334C23.3377 62.1334 23.5577 62.0834 23.7677 61.9834L27.0977 60.3434L26.9177 60.1134C26.9177 60.1134 26.9177 60.1134 26.8977 60.1134V60.1234Z' fill='%23C6C6C6'/%3E%3Cpath d='M43.1577 52.0135C42.4077 53.0435 41.5277 53.9835 40.5277 54.7835C39.3277 55.7435 37.7077 56.9135 36.5577 57.2435C35.9377 57.4135 35.2377 57.4635 34.5677 57.4435L30.7577 63.0535C30.4177 63.5535 29.6777 63.5835 29.2977 63.1035L27.1077 60.3434L23.7777 61.9835C23.5677 62.0835 23.3477 62.1334 23.1377 62.1334C22.9277 62.1334 22.7077 62.0835 22.5177 61.9935C17.5977 64.3535 9.8177 68.9235 5.8877 75.6535L7.9277 82.0134C10.1877 89.0734 16.7477 93.8535 24.1477 93.8535H63.4377C67.3377 93.8535 70.6777 90.8534 70.8677 86.9534C70.9677 84.9634 70.2577 83.1235 69.0377 81.7535C67.8877 80.4635 66.2777 79.5834 64.4377 79.3734L60.4577 78.9134L43.1877 76.9335L37.8877 76.2235C35.9677 75.9635 34.2977 74.7634 33.4877 73.0134C32.9677 71.9034 32.1877 70.4734 31.0177 68.7634C30.8377 68.5034 31.1677 68.1834 31.4177 68.3834C33.7777 70.2234 37.7277 72.4935 39.9677 69.2935C43.2277 64.6235 46.9377 57.2534 49.9777 61.5634L50.8877 59.5034L57.7477 72.9235L71.3877 64.8034L61.2777 44.1935L44.3777 50.3335L43.1677 52.0034L43.1577 52.0135Z' fill='%235E9AAC'/%3E%3Cpath d='M41.8077 48.1434L40.3877 49.2834C39.6977 49.8434 38.8677 50.1834 37.9877 50.2734L35.9277 50.4834C35.3477 50.5434 35.2477 50.0734 35.2477 50.0734L35.1677 48.1534C33.5177 48.4734 32.3677 48.9334 31.6377 49.3134C30.6577 49.8134 29.6177 50.1734 28.5377 50.3834L28.0577 50.4834L29.1277 57.4834L30.0577 57.3034C30.9477 57.1334 31.8777 57.1134 32.7777 57.2734C33.2777 57.3534 33.9077 57.4334 34.5477 57.4534C35.2177 57.4734 35.9177 57.4234 36.5377 57.2534C37.6877 56.9334 39.3077 55.7634 40.5077 54.7934C41.5077 53.9934 42.3877 53.0534 43.1377 52.0234L44.3477 50.3534L44.3977 50.2834C44.3977 50.2834 44.7377 49.2634 43.7477 49.2634C43.7477 49.2634 43.7477 49.2434 43.7477 49.2134C43.8677 48.1434 42.6177 47.4834 41.7777 48.1634L41.8077 48.1434Z' fill='%23FFD4C6'/%3E%3Cpath d='M35.9375 48.0134C35.6775 48.0534 35.4175 48.1034 35.1775 48.1534L35.2575 50.0734C35.2575 50.0734 35.3575 50.5534 35.9375 50.4834V48.0134Z' fill='white'/%3E%3Cpath d='M44.3683 50.3434L61.2683 44.2034L62.7783 43.6534V37.2434L35.9383 46.9834V50.4734L37.9983 50.2634C38.8783 50.1734 39.7183 49.8334 40.3983 49.2734L41.8183 48.1334C42.6483 47.4534 43.9083 48.1234 43.7883 49.1834C43.7883 49.2134 43.7883 49.2334 43.7883 49.2334C44.7783 49.2334 44.4383 50.2534 44.4383 50.2534L44.3883 50.3234L44.3683 50.3434Z' fill='%2316903D'/%3E%3Cpath d='M39.958 69.2935C37.718 72.4935 33.768 70.2235 31.408 68.3835C31.158 68.1835 30.828 68.5035 31.008 68.7635C32.178 70.4635 32.958 71.8935 33.478 73.0135C34.298 74.7635 35.968 75.9635 37.878 76.2235L43.178 76.9335L49.958 61.5635C46.918 57.2435 43.208 64.6235 39.948 69.2935H39.958Z' fill='%231E6579'/%3E%3Cpath d='M40.6482 44.2835L59.6982 37.3935L58.0982 34.4734L40.6482 44.2835Z' fill='%23CCCCCC'/%3E%3Cpath d='M57.738 72.9334L60.518 78.3734L74.168 70.4734L71.388 64.8034L57.738 72.9334Z' fill='%237BB8C6'/%3E%3Cpath d='M40.6381 44.2834L39.6581 44.6334L35.1081 46.2834L35.1881 48.1434C35.4281 48.0934 35.6881 48.0534 35.9481 48.0034V46.9734L62.7881 37.2334L62.0381 36.5434L59.7081 37.3934L40.6581 44.2734H40.6481L40.6381 44.2834Z' fill='white'/%3E%3Cpath d='M43.6475 49.4834L42.1275 51.4234C41.6775 51.9934 41.1075 52.4634 40.4575 52.7834L38.0675 53.9634' stroke='%23B27566' stroke-width='0.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M59.6983 45.4734L69.2783 65.3434' stroke='%237BB8C6' stroke-width='0.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M69.2783 87.3634L34.3283 84.7734' stroke='%237BB8C6' stroke-width='0.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.1676 66.0134C16.1676 66.0134 18.8276 71.6534 13.4476 78.3734' stroke='%231E6579' stroke-width='0.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35.3277 13.1338C35.3277 13.1338 37.1777 14.1438 38.3777 12.2038C38.3777 12.2038 37.6877 12.3638 36.8477 11.6538C36.8477 11.6538 38.2077 12.0438 38.9277 10.6838C38.9277 10.6838 37.0877 10.6838 36.6977 8.84378C36.3077 7.00378 35.6977 3.41378 32.1377 3.32378C32.1377 3.32378 30.6777 0.513778 26.7577 0.0737778C22.8277 -0.356222 21.6277 1.23378 21.6277 1.23378C21.6277 1.23378 16.8977 0.743778 14.1877 6.09378C11.4677 11.4438 13.4477 17.0438 13.4477 17.0438L16.2677 19.2938' fill='%235B3D35'/%3E%3Cpath d='M13.4479 17.0438L21.2679 23.6438C26.3779 26.7838 29.8379 24.4438 32.0379 21.1838C32.8579 21.5838 33.7979 20.8338 33.5979 19.9238C33.4879 19.4238 33.4779 18.9538 33.5079 18.5438C34.7979 15.7538 35.3379 13.1238 35.3379 13.1238C34.9179 12.1438 34.2979 11.5838 33.6579 11.2738C32.5679 10.7438 31.2479 10.9038 30.2779 11.6138C27.7679 13.4338 25.0379 13.8438 22.8079 13.7638C22.9379 13.4438 23.0179 13.0938 23.0379 12.7238C23.1479 10.9638 21.9479 9.45378 20.3379 9.35378C18.7379 9.25378 17.3379 10.5938 17.2279 12.3538C17.1879 13.0138 17.3279 13.6438 17.6079 14.1738C17.6079 14.1738 16.4879 17.2438 13.4579 17.0538L13.4479 17.0438Z' fill='%23FFD4C6'/%3E%3Cpath d='M30.6897 18.2586C30.344 18.0511 30.3195 17.4568 30.635 16.9312C30.9504 16.4056 31.4864 16.1476 31.8321 16.3551C32.1778 16.5626 32.2023 17.1569 31.8868 17.6825C31.5714 18.2081 31.0354 18.4661 30.6897 18.2586Z' fill='black'/%3E%3Cpath d='M27.5883 19.9638C26.5169 19.9638 25.6483 19.0952 25.6483 18.0238C25.6483 16.9523 26.5169 16.0838 27.5883 16.0838C28.6598 16.0838 29.5283 16.9523 29.5283 18.0238C29.5283 19.0952 28.6598 19.9638 27.5883 19.9638Z' fill='%23FFBDB1'/%3E%3Cpath d='M30.5977 22.5738C30.5977 22.5738 28.5677 21.9138 28.4577 20.0838' stroke='%23B27566' stroke-width='0.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3775 13.9538C20.3775 13.9538 21.1075 12.1538 19.6675 11.1438' stroke='%23B27566' stroke-width='0.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.5273 14.7435C33.5273 14.7435 33.2073 13.6735 31.8673 13.9035' stroke='%235B3D35' stroke-width='0.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.5479 24.3336C22.5479 24.3336 19.6779 23.0636 18.1479 20.4136C18.1479 20.4136 17.7979 25.1236 21.6779 26.8736C21.6779 26.8736 21.8079 25.8236 22.5479 24.3336Z' fill='%23FBC0AD'/%3E%3C/svg%3E%0A");
}
@media (max-width: 768px) {
  .poet-day .poet_conbox .pic_box:after {
    width: 80px;
    height: 84px;
  }
}
.poet-day .poet_conbox .pic_box img {
  min-height: inherit;
  object-fit: cover;
}
.poet-day .link_box .btn.btn-icon {
  padding: 12px 34px;
}
.poet-day .link_box .btn .ico {
  display: inline-block;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.poet-day .link_box .btn .ico.ico1 {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3337 3.66666L5.62533 12.3333L1.66699 8.39392' stroke='white' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.poet-day .link_box .btn .ico.ico2 {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99967 12C11.6816 12 14.6663 8 14.6663 8C14.6663 8 11.6816 4 7.99967 4C4.31777 4 1.33301 8 1.33301 8C1.33301 8 4.31777 12 7.99967 12Z' stroke='%23006060' stroke-linejoin='round'/%3E%3Cpath d='M7.99967 9.66668C8.92014 9.66668 9.66634 8.92048 9.66634 8.00001C9.66634 7.07954 8.92014 6.33334 7.99967 6.33334C7.07921 6.33334 6.33301 7.07954 6.33301 8.00001C6.33301 8.92048 7.07921 9.66668 7.99967 9.66668Z' stroke='%23006060' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.poet-day .link_box .btn-primary {
  min-width: 145px;
  text-align: center;
  color: #fff;
  background-color: #006060;
  border: 1px solid #006060;
}
@media (max-width: 400px) {
  .poet-day .link_box .btn-primary {
    min-width: 100%;
  }
}
.poet-day .link_box .btn-primary.style1 {
  margin-left: 6px;
  padding-left: 18px;
  padding-right: 18px;
  color: #006060;
  background-color: #fff;
  border: 1px solid #006060;
}
@media (max-width: 400px) {
  .poet-day .link_box .btn-primary.style1 {
    margin-left: 0;
    margin-top: 10px;
  }
}
.poet-day .link_box .btn-primary.style1:focus, .poet-day .link_box .btn-primary.style1:hover {
  color: #fff;
  background-color: #006060;
  border-color: #006060;
}
.poet-day .link_box .btn-primary.style1:focus .ico.ico2, .poet-day .link_box .btn-primary.style1:hover .ico.ico2 {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99967 12C11.6816 12 14.6663 8 14.6663 8C14.6663 8 11.6816 4 7.99967 4C4.31777 4 1.33301 8 1.33301 8C1.33301 8 4.31777 12 7.99967 12Z' stroke='white' stroke-linejoin='round'/%3E%3Cpath d='M7.99967 9.66671C8.92014 9.66671 9.66634 8.92051 9.66634 8.00004C9.66634 7.07957 8.92014 6.33337 7.99967 6.33337C7.07921 6.33337 6.33301 7.07957 6.33301 8.00004C6.33301 8.92051 7.07921 9.66671 7.99967 9.66671Z' stroke='white' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.poet-day .link_box .btn-primary:focus, .poet-day .link_box .btn-primary:hover {
  background-color: #12380F;
  border-color: #12380F;
}

/* sub0301 시인의 날 End *//*# sourceMappingURL=content.css.map */