@charset "UTF-8";
/*$colors: (
  "default": $default,
  "primary": $primary,
  "secondary": $secondary,
  "danger": $danger,
  "warning": $warning,
  "success": $success,
  "dark": $black,
  "information": $information,
  "ghost": $ghost,
  "light": $light,
);
*/
/*
$board-colors: (
  "color1": $base-main-color2,
  "color2": $base-main-color3,
  "color3": $base-main-color1,
  "color4": $ghost,
  "color5": $point,
  "color6": $light,
  "color7": $black,
);
*/
/* breakpoint */
/* breakpoint : content */
/* display */
/* Typography */
/* breakpoint */
/* breakpoint : content */
/* display */
/* Typography */
/*$colors: (
  "default": $default,
  "primary": $primary,
  "secondary": $secondary,
  "danger": $danger,
  "warning": $warning,
  "success": $success,
  "dark": $black,
  "information": $information,
  "ghost": $ghost,
  "light": $light,
);
*/
/*
$board-colors: (
  "color1": $base-main-color2,
  "color2": $base-main-color3,
  "color3": $base-main-color1,
  "color4": $ghost,
  "color5": $point,
  "color6": $light,
  "color7": $black,
);
*/
/*$colors: (
  "default": $default,
  "primary": $primary,
  "secondary": $secondary,
  "danger": $danger,
  "warning": $warning,
  "success": $success,
  "dark": $black,
  "information": $information,
  "ghost": $ghost,
  "light": $light,
);
*/
/*
$board-colors: (
  "color1": $base-main-color2,
  "color2": $base-main-color3,
  "color3": $base-main-color1,
  "color4": $ghost,
  "color5": $point,
  "color6": $light,
  "color7": $black,
);
*/
/*** 내용탭 ***/
.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: #323745;
}
@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: 1.7rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #555;
}
@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: #0074E5 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: #0074E5;
  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: #555555;
  line-height: 1.5;
  font-weight: bold;
}
.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: #0074E5;
}
.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: #555555;
}
.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: #555555;
  font-weight: bold;
}
.txt-box.type02 .txt-fouse {
  position: relative;
  padding-left: 25px;
  width: 100%;
  color: #555555;
}
.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='%230074E5' 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='%230074E5' 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='%230074E5' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M183.637 25.4541V26.8177' stroke='%230074E5' 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='%230074E5'/%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='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M496.818 14.5459V27.5005' stroke='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M185.228 106.363L187.5 108.181' stroke='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M20 178.5V182.083' stroke='%230074E5' 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='%230074E5'/%3E%3Cpath d='M104.546 174.091H102.728V175.909H104.546V174.091Z' fill='%230074E5'/%3E%3Cpath d='M100.909 177.272H99.0908V179.091H100.909V177.272Z' fill='%230074E5'/%3E%3Cpath d='M104.546 177.272H102.728V179.091H104.546V177.272Z' fill='%230074E5'/%3E%3Cpath d='M104.546 180.454H102.728V182.272H104.546V180.454Z' fill='%230074E5'/%3E%3Cpath d='M104.546 183.636H102.728V185.454H104.546V183.636Z' fill='%230074E5'/%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='%230074E5' 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='%230074E5' 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='%230074E5' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M336 177.467L338 184L340 177L342 184L344 177.467' stroke='%230074E5' 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='%230074E5' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M423.257 179.765H423.818' stroke='%230074E5' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M415.396 179.765H415.957' stroke='%230074E5' 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='%230074E5' 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='%230074E5' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M576.818 181.364V182.273' stroke='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M176.5 251L174.5 249' stroke='%230074E5' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M184.5 251L186.5 249' stroke='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5'/%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='%230074E5'/%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='%230074E5'/%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='%230074E5'/%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='%230074E5' 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='%230074E5' 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='%230074E5'/%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='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M16.667 339.523H23.3337' stroke='%230074E5' 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='%230074E5' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M96.5707 345.217H92.125' stroke='%230074E5' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M96.5707 343.165H92.125' stroke='%230074E5' 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='%230074E5'/%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='%230074E5'/%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='%230074E5'/%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='%230074E5'/%3E%3C/g%3E%3Cg clip-path='url(%23clip32_3454_3059)'%3E%3Cpath d='M259.596 326.69V331.452' stroke='%230074E5' 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='%230074E5' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M251.179 347.012L254.548 343.643' stroke='%230074E5' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M247.69 338.596H252.452' stroke='%230074E5' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M251.179 330.179L254.548 333.548' stroke='%230074E5' 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='%230074E5' 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='%230074E5' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M417.727 346.363H422.272' stroke='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M738.091 346.682H741.909' stroke='%230074E5' 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='%230074E5' stroke='%230074E5' 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='%230074E5' stroke='%230074E5' stroke-width='0.5' stroke-miterlimit='2'/%3E%3Cpath d='M18 430H22' stroke='%230074E5' 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='%230074E5' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M97.9551 424.545H102.046' stroke='%230074E5' 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='%230074E5' 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='%230074E5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M187.125 423.625L187.125 421.648' stroke='%230074E5' 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='%230074E5'/%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='%230074E5'/%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='%230074E5' stroke='%230074E5' 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='%230074E5' stroke='%230074E5' stroke-width='0.5' stroke-miterlimit='2'/%3E%3Cpath d='M338 430H342' stroke='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5'/%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='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M99.999 495.427V501.621' stroke='%230074E5' 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='%230074E5'/%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='%230074E5'/%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='%230074E5' 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='%230074E5' 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='%230074E5' 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='%230074E5' 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: #555555;
  font-size: 1.8rem;
  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: #555555;
  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: #FFFFFF;
  border-radius: 10px;
}
.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: #555555;
  font-size: 1.8rem;
  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: #555555;
  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.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: #555555;
}
.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;
}
.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: #002B55;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: bold;
}
.board__column .item .txtbox .tit .maintit {
  display: block;
  color: #555555;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  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: #555555;
  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 .item .txtbox .maintit {
  color: #555555;
}
.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);
}
.board__column.type03 .item .txtbox .maintit {
  color: #555555;
}
@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: 4px;
  background: #fff;
}
@media (max-width: 767px) {
  .ui-banner__box .item {
    width: 100%;
  }
}
@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: #555555;
  font-size: 17px;
  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: #555555;
  font-size: 1.7rem;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #323745;
  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: #323745;
  color: #fff;
}
.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='%23323745'/%3E%3Cpath d='M14.5312 2.5L18.0668 6.03553L14.5312 9.57107' stroke='%23323745'/%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='%23323745'/%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='%23323745' stroke-linecap='square'/%3E%3Cpath d='M13.6429 10.6314L10 13.9999L10 4.05469' stroke='%23323745' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M10.0022 14.0012L6.35938 10.6328' stroke='%23323745' 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: 25px 80px 25px 30px;
  min-height: 60px;
  border: 1px solid #D9DAE1;
  border-radius: 4px;
  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='%23323745'/%3E%3Cpath d='M13 7.5H0V9.5H6.5H13V7.5Z' fill='%23323745'/%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: #555555;
  font-size: 1.8rem;
  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: #003675;
  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: #EEF5F6;
  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='%23323745'/%3E%3Cpath d='M13 7.5H0V9.5H6.5H13V7.5Z' fill='%23323745'/%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: #555555;
}
.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: #003675;
}
.ui-accordion--faq .accordion__header .accordion__button:focus, .ui-accordion--faq .accordion__header .accordion__button.ov {
  border-radius: 4px 4px 0 0;
  box-shadow: none;
}
.ui-accordion--faq .accordion__header .accordion__button:focus::before, .ui-accordion--faq .accordion__header .accordion__button.ov::before {
  background: #003675;
}
.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: 10px;
  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.3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.process_wrap .prc > li .item .prc__title {
  display: block;
  color: #555555;
  font-size: 1.8rem;
  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: #555555;
  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: #002B55;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: bold;
}
.process_wrap .prc.type1.type1-2 > li .num {
  background: #003675;
}
.process_wrap .prc.type1.type1-2 > li .item .prc__title {
  line-height: 1.4;
  font-size: 1.5rem;
}
.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: #002B55;
  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: #555555;
  font-size: 1.8rem;
  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: #002B55;
}
.process_wrap .prc.type2.type2-2 > li .circle {
  overflow: hidden;
  background: #fff;
}
.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: #555555;
  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: 3rem;
  color: #003675;
  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: #555555;
  font-size: 1.8rem;
  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;
}
@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: #555555;
  font-size: 3.2rem;
  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: #555555;
  font-size: 0.17rem;
  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: #555555;
  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: #555555;
  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;
}
@media (max-width: 500px) {
  .infobox .txtbox .link a {
    width: 100%;
  }
}

/*** 정의박스 스타일 End ***//*# sourceMappingURL=basic_b01.css.map */