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

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

img {
  vertical-align: bottom;
}

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

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

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

.imgbox.bg01 {
  background: #F7F7F7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m_5 {
  margin: 5px !important;
}

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

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

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

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

.m_10 {
  margin: 10px !important;
}

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

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

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

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

.m_15 {
  margin: 15px !important;
}

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

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

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

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

.m_20 {
  margin: 20px !important;
}

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

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

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

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

.m_25 {
  margin: 25px !important;
}

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

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

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

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

.m_30 {
  margin: 30px !important;
}

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

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

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

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

.m_35 {
  margin: 35px !important;
}

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

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

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

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

.m_40 {
  margin: 40px !important;
}

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

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

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

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

.m_45 {
  margin: 45px !important;
}

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

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

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

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

.m_50 {
  margin: 50px !important;
}

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

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

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

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

.m_55 {
  margin: 55px !important;
}

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

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

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

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

.m_60 {
  margin: 60px !important;
}

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

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

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

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

.m_65 {
  margin: 65px !important;
}

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

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

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

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

.m_70 {
  margin: 70px !important;
}

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

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

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

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

.m_75 {
  margin: 75px !important;
}

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

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

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

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

.m_80 {
  margin: 80px !important;
}

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

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

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

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

.m_85 {
  margin: 85px !important;
}

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

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

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

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

.m_90 {
  margin: 90px !important;
}

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

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

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

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

.m_95 {
  margin: 95px !important;
}

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

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

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

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

.m_100 {
  margin: 100px !important;
}

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

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

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

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

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

.block {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-primary.btn-table:active,
.btn-primary.btn-table:hover {
  border-color: #0280CF;
  color: #0280CF;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/***  안내박스 End ***/
/*** 리스트 스타일 ***/
/* 리스트, 칼럼 ir */
.ir-icon__line {
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  transform: none;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='760' height='520' viewBox='0 0 760 520' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.125 13.0236V27.7294L13.5969 18.4138H27.7916V15.7809C27.7916 15.2733 27.3712 14.8618 26.8526 14.8618H20.5146L18.1672 12.1045H12.064C11.5454 12.1045 11.125 12.516 11.125 13.0236Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M27.9999 27.7291L29.8749 18.4355H13.3808L11.125 27.7291H27.9999Z' stroke='%23243242' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M22.625 23.083L18.3748 23.083' stroke='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M183.637 25.4541V26.8177' stroke='%2332C0E4' 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='%2332C0E4'/%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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M496.818 14.5459V27.5005' stroke='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M185.228 106.363L187.5 108.181' stroke='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M20 178.5V182.083' stroke='%2332C0E4' 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='%2332C0E4'/%3E%3Cpath d='M104.546 174.091H102.728V175.909H104.546V174.091Z' fill='%2332C0E4'/%3E%3Cpath d='M100.909 177.272H99.0908V179.091H100.909V177.272Z' fill='%2332C0E4'/%3E%3Cpath d='M104.546 177.272H102.728V179.091H104.546V177.272Z' fill='%2332C0E4'/%3E%3Cpath d='M104.546 180.454H102.728V182.272H104.546V180.454Z' fill='%2332C0E4'/%3E%3Cpath d='M104.546 183.636H102.728V185.454H104.546V183.636Z' fill='%2332C0E4'/%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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M336 177.467L338 184L340 177L342 184L344 177.467' stroke='%2332C0E4' 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='%2332C0E4' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M423.257 179.765H423.818' stroke='%2332C0E4' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M415.396 179.765H415.957' stroke='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M576.818 181.364V182.273' stroke='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M176.5 251L174.5 249' stroke='%2332C0E4' stroke-width='1.5' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M184.5 251L186.5 249' stroke='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4'/%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='%2332C0E4'/%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='%2332C0E4'/%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='%2332C0E4'/%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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4'/%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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M16.667 339.523H23.3337' stroke='%2332C0E4' 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='%2332C0E4' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M96.5707 345.217H92.125' stroke='%2332C0E4' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M96.5707 343.165H92.125' stroke='%2332C0E4' 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='%2332C0E4'/%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='%2332C0E4'/%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='%2332C0E4'/%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='%2332C0E4'/%3E%3C/g%3E%3Cg clip-path='url(%23clip32_3454_3059)'%3E%3Cpath d='M259.596 326.69V331.452' stroke='%2332C0E4' 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='%2332C0E4' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M251.179 347.012L254.548 343.643' stroke='%2332C0E4' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M247.69 338.596H252.452' stroke='%2332C0E4' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M251.179 330.179L254.548 333.548' stroke='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M417.727 346.363H422.272' stroke='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M738.091 346.682H741.909' stroke='%2332C0E4' 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='%2332C0E4' stroke='%2332C0E4' 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='%2332C0E4' stroke='%2332C0E4' stroke-width='0.5' stroke-miterlimit='2'/%3E%3Cpath d='M18 430H22' stroke='%2332C0E4' 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='%2332C0E4' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M97.9551 424.545H102.046' stroke='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M187.125 423.625L187.125 421.648' stroke='%2332C0E4' 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='%2332C0E4'/%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='%2332C0E4'/%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='%2332C0E4' stroke='%2332C0E4' 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='%2332C0E4' stroke='%2332C0E4' stroke-width='0.5' stroke-miterlimit='2'/%3E%3Cpath d='M338 430H342' stroke='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4'/%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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M99.999 495.427V501.621' stroke='%2332C0E4' 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='%2332C0E4'/%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='%2332C0E4'/%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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' 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='%2332C0E4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3CclipPath id='clip0_3454_3059'%3E%3Crect width='17.2727' height='19' fill='white' transform='translate(91.3633 10.5)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_3454_3059'%3E%3Crect width='17.2727' height='20' fill='white' transform='translate(251.363 10)'/%3E%3C/clipPath%3E%3CclipPath id='clip2_3454_3059'%3E%3Crect width='22' height='22' fill='white' transform='translate(329 9)'/%3E%3C/clipPath%3E%3CclipPath id='clip3_3454_3059'%3E%3Crect width='21.6405' height='21' fill='white' transform='translate(409.18 8)'/%3E%3C/clipPath%3E%3CclipPath id='clip4_3454_3059'%3E%3Crect width='20' height='18.1818' fill='white' transform='translate(490 10.9092)'/%3E%3C/clipPath%3E%3CclipPath id='clip5_3454_3059'%3E%3Crect width='20' height='20' fill='white' transform='translate(570 10)'/%3E%3C/clipPath%3E%3CclipPath id='clip6_3454_3059'%3E%3Crect width='22' height='22' fill='white' transform='translate(649 9)'/%3E%3C/clipPath%3E%3CclipPath id='clip7_3454_3059'%3E%3Crect width='20.5' height='16.7727' fill='white' transform='translate(89.75 91.6133)'/%3E%3C/clipPath%3E%3CclipPath id='clip8_3454_3059'%3E%3Crect width='16.8182' height='20' fill='white' transform='translate(171.591 90)'/%3E%3C/clipPath%3E%3CclipPath id='clip9_3454_3059'%3E%3Crect width='16' height='22' fill='white' transform='translate(252 89)'/%3E%3C/clipPath%3E%3CclipPath id='clip10_3454_3059'%3E%3Crect width='20' height='20' fill='white' transform='translate(330 90)'/%3E%3C/clipPath%3E%3CclipPath id='clip11_3454_3059'%3E%3Crect width='20' height='20' fill='white' transform='matrix(-1 0 0 1 590 90)'/%3E%3C/clipPath%3E%3CclipPath id='clip12_3454_3059'%3E%3Crect width='20' height='20' fill='white' transform='translate(650 89)'/%3E%3C/clipPath%3E%3CclipPath id='clip13_3454_3059'%3E%3Crect width='22' height='22' fill='white' transform='translate(729 89)'/%3E%3C/clipPath%3E%3CclipPath id='clip14_3454_3059'%3E%3Crect width='22' height='19' fill='white' transform='translate(9 170)'/%3E%3C/clipPath%3E%3CclipPath id='clip15_3454_3059'%3E%3Crect width='20' height='19.0909' fill='white' transform='translate(90 170.454)'/%3E%3C/clipPath%3E%3CclipPath id='clip16_3454_3059'%3E%3Crect width='22.2235' height='14.1422' fill='white' transform='translate(177.143 167.143) rotate(45)'/%3E%3C/clipPath%3E%3CclipPath id='clip17_3454_3059'%3E%3Crect width='22' height='22' fill='white' transform='translate(329 169)'/%3E%3C/clipPath%3E%3CclipPath id='clip18_3454_3059'%3E%3Crect width='21' height='18.5294' fill='white' transform='translate(409.5 171.735)'/%3E%3C/clipPath%3E%3CclipPath id='clip19_3454_3059'%3E%3Crect width='20' height='15.4545' fill='white' transform='translate(490 172.272)'/%3E%3C/clipPath%3E%3CclipPath id='clip20_3454_3059'%3E%3Crect width='20' height='16.3636' fill='white' transform='translate(570 171.818)'/%3E%3C/clipPath%3E%3CclipPath id='clip21_3454_3059'%3E%3Crect width='20' height='18.5714' fill='white' transform='translate(650 171.714)'/%3E%3C/clipPath%3E%3CclipPath id='clip22_3454_3059'%3E%3Crect width='21.5' height='20' fill='white' transform='translate(729.25 170)'/%3E%3C/clipPath%3E%3CclipPath id='clip23_3454_3059'%3E%3Crect width='20' height='17.1429' fill='white' transform='translate(10 251.429)'/%3E%3C/clipPath%3E%3CclipPath id='clip24_3454_3059'%3E%3Crect width='22' height='22' fill='white' transform='translate(249 249)'/%3E%3C/clipPath%3E%3CclipPath id='clip25_3454_3059'%3E%3Crect width='20' height='19.6934' fill='white' transform='translate(330 250.153)'/%3E%3C/clipPath%3E%3CclipPath id='clip26_3454_3059'%3E%3Crect width='17' height='20' fill='white' transform='translate(411 249)'/%3E%3C/clipPath%3E%3CclipPath id='clip27_3454_3059'%3E%3Crect width='20' height='20' fill='white' transform='translate(490 250)'/%3E%3C/clipPath%3E%3CclipPath id='clip28_3454_3059'%3E%3Crect width='22' height='22' fill='white' transform='translate(569 249)'/%3E%3C/clipPath%3E%3CclipPath id='clip29_3454_3059'%3E%3Crect width='20' height='20.9524' fill='white' transform='translate(10 329.523)'/%3E%3C/clipPath%3E%3CclipPath id='clip30_3454_3059'%3E%3Crect width='21' height='19' fill='white' transform='translate(90 330)'/%3E%3C/clipPath%3E%3CclipPath id='clip31_3454_3059'%3E%3Crect width='19' height='19' fill='white' transform='translate(170.5 330.5)'/%3E%3C/clipPath%3E%3CclipPath id='clip32_3454_3059'%3E%3Crect width='26' height='26' fill='white' transform='translate(247 326)'/%3E%3C/clipPath%3E%3CclipPath id='clip33_3454_3059'%3E%3Crect width='20' height='20' fill='white' transform='translate(330 330)'/%3E%3C/clipPath%3E%3CclipPath id='clip34_3454_3059'%3E%3Crect width='17.2727' height='20' fill='white' transform='translate(411.363 330)'/%3E%3C/clipPath%3E%3CclipPath id='clip35_3454_3059'%3E%3Crect width='23' height='23' fill='white' transform='translate(488.5 328.5)'/%3E%3C/clipPath%3E%3CclipPath id='clip36_3454_3059'%3E%3Crect width='18.1818' height='20' fill='white' transform='translate(570.909 330)'/%3E%3C/clipPath%3E%3CclipPath id='clip37_3454_3059'%3E%3Crect width='17' height='20' fill='white' transform='translate(652 330)'/%3E%3C/clipPath%3E%3CclipPath id='clip38_3454_3059'%3E%3Crect width='17' height='22' fill='white' transform='translate(11.5 409)'/%3E%3C/clipPath%3E%3CclipPath id='clip39_3454_3059'%3E%3Crect width='20' height='20' fill='white' transform='translate(90 410)'/%3E%3C/clipPath%3E%3CclipPath id='clip40_3454_3059'%3E%3Crect width='22' height='20' fill='white' transform='translate(249 410)'/%3E%3C/clipPath%3E%3CclipPath id='clip41_3454_3059'%3E%3Crect width='17.7778' height='20' fill='white' transform='translate(491.111 410)'/%3E%3C/clipPath%3E%3CclipPath id='clip42_3454_3059'%3E%3Crect width='20' height='17.9081' fill='white' transform='translate(10 491)'/%3E%3C/clipPath%3E%3CclipPath id='clip43_3454_3059'%3E%3Crect width='22' height='20' fill='white' transform='translate(169 493)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (max-width: 767.98px) {
  .ir-icon__line {
    width: 36px;
    height: 36px;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    background-size: 684px auto;
  }
}
@media (max-width: 480px) {
  .ir-icon__line {
    width: 32px;
    height: 32px;
    left: calc(50% - 16px);
    top: calc(50% - 16px);
    background-size: 608px auto;
  }
}
.ir-icon__line.icon1 {
  background-position: 0px 0;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon1 {
    background-position: 0px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon1 {
    background-position: 0px 0;
  }
}
.ir-icon__line.icon2 {
  background-position: -80px 0;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon2 {
    background-position: -72px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon2 {
    background-position: -64px 0;
  }
}
.ir-icon__line.icon3 {
  background-position: -160px 0;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon3 {
    background-position: -144px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon3 {
    background-position: -128px 0;
  }
}
.ir-icon__line.icon4 {
  background-position: -240px 0;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon4 {
    background-position: -216px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon4 {
    background-position: -192px 0;
  }
}
.ir-icon__line.icon5 {
  background-position: -320px 0;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon5 {
    background-position: -288px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon5 {
    background-position: -256px 0;
  }
}
.ir-icon__line.icon6 {
  background-position: -400px 0;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon6 {
    background-position: -360px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon6 {
    background-position: -320px 0;
  }
}
.ir-icon__line.icon7 {
  background-position: -480px 0;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon7 {
    background-position: -432px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon7 {
    background-position: -384px 0;
  }
}
.ir-icon__line.icon8 {
  background-position: -560px 0;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon8 {
    background-position: -504px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon8 {
    background-position: -448px 0;
  }
}
.ir-icon__line.icon9 {
  background-position: -640px 0;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon9 {
    background-position: -576px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon9 {
    background-position: -512px 0;
  }
}
.ir-icon__line.icon10 {
  background-position: -720px 0;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon10 {
    background-position: -648px 0;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon10 {
    background-position: -576px 0;
  }
}
.ir-icon__line.icon11 {
  background-position: 0px -80px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon11 {
    background-position: 0px -72px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon11 {
    background-position: 0px -64px;
  }
}
.ir-icon__line.icon12 {
  background-position: -80px -80px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon12 {
    background-position: -72px -72px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon12 {
    background-position: -64px -64px;
  }
}
.ir-icon__line.icon13 {
  background-position: -160px -80px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon13 {
    background-position: -144px -72px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon13 {
    background-position: -128px -64px;
  }
}
.ir-icon__line.icon14 {
  background-position: -240px -80px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon14 {
    background-position: -216px -72px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon14 {
    background-position: -192px -64px;
  }
}
.ir-icon__line.icon15 {
  background-position: -320px -80px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon15 {
    background-position: -288px -72px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon15 {
    background-position: -256px -64px;
  }
}
.ir-icon__line.icon16 {
  background-position: -400px -80px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon16 {
    background-position: -360px -72px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon16 {
    background-position: -320px -64px;
  }
}
.ir-icon__line.icon17 {
  background-position: -480px -80px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon17 {
    background-position: -432px -72px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon17 {
    background-position: -384px -64px;
  }
}
.ir-icon__line.icon18 {
  background-position: -560px -80px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon18 {
    background-position: -504px -72px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon18 {
    background-position: -448px -64px;
  }
}
.ir-icon__line.icon19 {
  background-position: -640px -80px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon19 {
    background-position: -576px -72px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon19 {
    background-position: -512px -64px;
  }
}
.ir-icon__line.icon20 {
  background-position: -720px -80px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon20 {
    background-position: -648px -72px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon20 {
    background-position: -576px -64px;
  }
}
.ir-icon__line.icon21 {
  background-position: 0px -160px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon21 {
    background-position: 0px -144px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon21 {
    background-position: 0px -128px;
  }
}
.ir-icon__line.icon22 {
  background-position: -80px -160px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon22 {
    background-position: -72px -144px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon22 {
    background-position: -64px -128px;
  }
}
.ir-icon__line.icon23 {
  background-position: -160px -160px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon23 {
    background-position: -144px -144px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon23 {
    background-position: -128px -128px;
  }
}
.ir-icon__line.icon24 {
  background-position: -240px -160px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon24 {
    background-position: -216px -144px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon24 {
    background-position: -192px -128px;
  }
}
.ir-icon__line.icon25 {
  background-position: -320px -160px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon25 {
    background-position: -288px -144px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon25 {
    background-position: -256px -128px;
  }
}
.ir-icon__line.icon26 {
  background-position: -400px -160px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon26 {
    background-position: -360px -144px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon26 {
    background-position: -320px -128px;
  }
}
.ir-icon__line.icon27 {
  background-position: -480px -160px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon27 {
    background-position: -432px -144px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon27 {
    background-position: -384px -128px;
  }
}
.ir-icon__line.icon28 {
  background-position: -560px -160px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon28 {
    background-position: -504px -144px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon28 {
    background-position: -448px -128px;
  }
}
.ir-icon__line.icon29 {
  background-position: -640px -160px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon29 {
    background-position: -576px -144px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon29 {
    background-position: -512px -128px;
  }
}
.ir-icon__line.icon30 {
  background-position: -720px -160px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon30 {
    background-position: -648px -144px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon30 {
    background-position: -576px -128px;
  }
}
.ir-icon__line.icon31 {
  background-position: 0px -240px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon31 {
    background-position: 0px -216px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon31 {
    background-position: 0px -192px;
  }
}
.ir-icon__line.icon32 {
  background-position: -80px -240px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon32 {
    background-position: -72px -216px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon32 {
    background-position: -64px -192px;
  }
}
.ir-icon__line.icon33 {
  background-position: -160px -240px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon33 {
    background-position: -144px -216px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon33 {
    background-position: -128px -192px;
  }
}
.ir-icon__line.icon34 {
  background-position: -240px -240px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon34 {
    background-position: -216px -216px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon34 {
    background-position: -192px -192px;
  }
}
.ir-icon__line.icon35 {
  background-position: -320px -240px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon35 {
    background-position: -288px -216px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon35 {
    background-position: -256px -192px;
  }
}
.ir-icon__line.icon36 {
  background-position: -400px -240px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon36 {
    background-position: -360px -216px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon36 {
    background-position: -320px -192px;
  }
}
.ir-icon__line.icon37 {
  background-position: -480px -240px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon37 {
    background-position: -432px -216px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon37 {
    background-position: -384px -192px;
  }
}
.ir-icon__line.icon38 {
  background-position: -560px -240px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon38 {
    background-position: -504px -216px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon38 {
    background-position: -448px -192px;
  }
}
.ir-icon__line.icon39 {
  background-position: -640px -240px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon39 {
    background-position: -576px -216px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon39 {
    background-position: -512px -192px;
  }
}
.ir-icon__line.icon40 {
  background-position: -720px -240px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon40 {
    background-position: -648px -216px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon40 {
    background-position: -576px -192px;
  }
}
.ir-icon__line.icon41 {
  background-position: 0px -320px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon41 {
    background-position: 0px -288px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon41 {
    background-position: 0px -256px;
  }
}
.ir-icon__line.icon42 {
  background-position: -80px -320px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon42 {
    background-position: -72px -288px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon42 {
    background-position: -64px -256px;
  }
}
.ir-icon__line.icon43 {
  background-position: -160px -320px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon43 {
    background-position: -144px -288px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon43 {
    background-position: -128px -256px;
  }
}
.ir-icon__line.icon44 {
  background-position: -240px -320px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon44 {
    background-position: -216px -288px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon44 {
    background-position: -192px -256px;
  }
}
.ir-icon__line.icon45 {
  background-position: -320px -320px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon45 {
    background-position: -288px -288px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon45 {
    background-position: -256px -256px;
  }
}
.ir-icon__line.icon46 {
  background-position: -400px -320px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon46 {
    background-position: -360px -288px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon46 {
    background-position: -320px -256px;
  }
}
.ir-icon__line.icon47 {
  background-position: -480px -320px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon47 {
    background-position: -432px -288px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon47 {
    background-position: -384px -256px;
  }
}
.ir-icon__line.icon48 {
  background-position: -560px -320px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon48 {
    background-position: -504px -288px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon48 {
    background-position: -448px -256px;
  }
}
.ir-icon__line.icon49 {
  background-position: -640px -320px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon49 {
    background-position: -576px -288px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon49 {
    background-position: -512px -256px;
  }
}
.ir-icon__line.icon50 {
  background-position: -720px -320px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon50 {
    background-position: -648px -288px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon50 {
    background-position: -576px -256px;
  }
}
.ir-icon__line.icon51 {
  background-position: 0px -400px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon51 {
    background-position: 0px -360px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon51 {
    background-position: 0px -320px;
  }
}
.ir-icon__line.icon52 {
  background-position: -80px -400px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon52 {
    background-position: -72px -360px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon52 {
    background-position: -64px -320px;
  }
}
.ir-icon__line.icon53 {
  background-position: -160px -400px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon53 {
    background-position: -144px -360px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon53 {
    background-position: -128px -320px;
  }
}
.ir-icon__line.icon54 {
  background-position: -240px -400px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon54 {
    background-position: -216px -360px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon54 {
    background-position: -192px -320px;
  }
}
.ir-icon__line.icon55 {
  background-position: -320px -400px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon55 {
    background-position: -288px -360px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon55 {
    background-position: -256px -320px;
  }
}
.ir-icon__line.icon56 {
  background-position: -400px -400px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon56 {
    background-position: -360px -360px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon56 {
    background-position: -320px -320px;
  }
}
.ir-icon__line.icon57 {
  background-position: -480px -400px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon57 {
    background-position: -432px -360px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon57 {
    background-position: -384px -320px;
  }
}
.ir-icon__line.icon58 {
  background-position: -560px -400px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon58 {
    background-position: -504px -360px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon58 {
    background-position: -448px -320px;
  }
}
.ir-icon__line.icon59 {
  background-position: -640px -400px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon59 {
    background-position: -576px -360px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon59 {
    background-position: -512px -320px;
  }
}
.ir-icon__line.icon60 {
  background-position: -720px -400px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon60 {
    background-position: -648px -360px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon60 {
    background-position: -576px -320px;
  }
}
.ir-icon__line.icon61 {
  background-position: 0px -480px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon61 {
    background-position: 0px -432px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon61 {
    background-position: 0px -384px;
  }
}
.ir-icon__line.icon62 {
  background-position: -80px -480px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon62 {
    background-position: -72px -432px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon62 {
    background-position: -64px -384px;
  }
}
.ir-icon__line.icon63 {
  background-position: -160px -480px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon63 {
    background-position: -144px -432px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon63 {
    background-position: -128px -384px;
  }
}
.ir-icon__line.icon64 {
  background-position: -240px -480px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon64 {
    background-position: -216px -432px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon64 {
    background-position: -192px -384px;
  }
}
.ir-icon__line.icon65 {
  background-position: -320px -480px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon65 {
    background-position: -288px -432px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon65 {
    background-position: -256px -384px;
  }
}
.ir-icon__line.icon66 {
  background-position: -400px -480px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon66 {
    background-position: -360px -432px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon66 {
    background-position: -320px -384px;
  }
}
.ir-icon__line.icon67 {
  background-position: -480px -480px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon67 {
    background-position: -432px -432px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon67 {
    background-position: -384px -384px;
  }
}
.ir-icon__line.icon68 {
  background-position: -560px -480px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon68 {
    background-position: -504px -432px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon68 {
    background-position: -448px -384px;
  }
}
.ir-icon__line.icon69 {
  background-position: -640px -480px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon69 {
    background-position: -576px -432px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon69 {
    background-position: -512px -384px;
  }
}
.ir-icon__line.icon70 {
  background-position: -720px -480px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon70 {
    background-position: -648px -432px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon70 {
    background-position: -576px -384px;
  }
}
.ir-icon__line.icon71 {
  background-position: 0px -560px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon71 {
    background-position: 0px -504px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon71 {
    background-position: 0px -448px;
  }
}
.ir-icon__line.icon72 {
  background-position: -80px -560px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon72 {
    background-position: -72px -504px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon72 {
    background-position: -64px -448px;
  }
}
.ir-icon__line.icon73 {
  background-position: -160px -560px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon73 {
    background-position: -144px -504px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon73 {
    background-position: -128px -448px;
  }
}
.ir-icon__line.icon74 {
  background-position: -240px -560px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon74 {
    background-position: -216px -504px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon74 {
    background-position: -192px -448px;
  }
}
.ir-icon__line.icon75 {
  background-position: -320px -560px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon75 {
    background-position: -288px -504px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon75 {
    background-position: -256px -448px;
  }
}
.ir-icon__line.icon76 {
  background-position: -400px -560px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon76 {
    background-position: -360px -504px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon76 {
    background-position: -320px -448px;
  }
}
.ir-icon__line.icon77 {
  background-position: -480px -560px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon77 {
    background-position: -432px -504px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon77 {
    background-position: -384px -448px;
  }
}
.ir-icon__line.icon78 {
  background-position: -560px -560px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon78 {
    background-position: -504px -504px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon78 {
    background-position: -448px -448px;
  }
}
.ir-icon__line.icon79 {
  background-position: -640px -560px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon79 {
    background-position: -576px -504px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon79 {
    background-position: -512px -448px;
  }
}
.ir-icon__line.icon80 {
  background-position: -720px -560px;
}
@media (max-width: 767.98px) {
  .ir-icon__line.icon80 {
    background-position: -648px -504px;
  }
}
@media (max-width: 480px) {
  .ir-icon__line.icon80 {
    background-position: -576px -448px;
  }
}

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

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

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

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

/* 응용형 End*/
/*** 리스트 스타일 End ***/
/*** 칼럼 스타일 ***/
/* 기본형 */
.vlist__column {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  /* 응용형 */
  /* 응용형 End */
}
.vlist__column .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 25px 30px;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #EAEBEF;
  background: #fff;
  border-radius: 0 0 20px 20px;
  border-top: 1px solid #36404A;
}
.vlist__column .item .ir-icon__line {
  position: static;
  margin: 0 5px 18px auto;
}
.vlist__column .item .ui-summary .h-box {
  display: block;
  margin-bottom: 10px;
  color: #36404A;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .vlist__column .item .ui-summary .h-box {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .vlist__column .item .ui-summary .h-box {
    font-size: 16px;
  }
}
.vlist__column .item .ui-summary p {
  margin: 0;
  color: #36404A;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.vlist__column .item .ui-summary p + p {
  margin-top: 10px;
}
.vlist__column .item .ui-summary .list-1st {
  max-width: 100%;
  text-align: left;
}
.vlist__column .item .ui-summary .list-1st .txt-check, .vlist__column .item .ui-summary .list-1st .txt-tip {
  display: block;
}
.vlist__column .item .ui-summary .txt-check,
.vlist__column .item .ui-summary .txt-tip {
  display: inline-block;
}
.vlist__column .item .ui-summary .link {
  margin-top: 20px;
}
.vlist__column .item .ui-summary .btn {
  border-radius: 4px;
}
.vlist__column.col2 .item {
  width: calc(50% - 20px);
}
.vlist__column.col3 .item {
  width: calc(33.33% - 26.666px);
}
.vlist__column.col4 .item {
  width: calc(25% - 30px);
}
.vlist__column.col5 .item {
  width: calc(20% - 32px);
}
.vlist__column.col6 .item {
  width: calc(16.66% - 33.333px);
}
.vlist__column.type01 .item {
  align-items: flex-start;
}
.vlist__column.type02 .item {
  border-radius: 0 0 4px 4px;
  border-top-color: #36404A;
}
.vlist__column.type02 .item .ir-icon__line {
  right: 30px;
  top: 20px;
}
.vlist__column.type03 .item {
  justify-content: center;
  padding: 30px 15px;
  min-height: 108px;
  text-align: center;
  background: #fff;
  border-color: #E3E4E9;
  border-radius: 12px;
}
.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: #0280CF;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: bold;
}
.board__column .item .txtbox .tit .maintit {
  display: block;
  color: #36404A;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .board__column .item .txtbox .tit .maintit {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .board__column .item .txtbox .tit .maintit {
    font-size: 17px;
  }
}
.board__column .item .txtbox p {
  margin: 0;
  color: #36404A;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.board__column .item .txtbox p + p {
  margin-top: 10px;
}
.board__column.type01 {
  flex-direction: column;
}
.board__column.type01 .item {
  gap: 20px 40px;
}
.board__column.type01 .item:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-width: 0 0 1px;
  border-style: dashed;
  border-color: #ddd;
}
.board__column.type01 .item .picbox {
  width: 330px;
  height: 100%;
}
.board__column.type01 .item .txtbox {
  padding-top: 10px;
  width: calc(100% - 370px);
}
@media (max-width: 767px) {
  .board__column.type01 .item .txtbox {
    padding-top: 0;
    width: 100%;
  }
}
.board__column.type02 {
  gap: 30px;
}
@media (max-width: 767px) {
  .board__column.type02 {
    gap: 0 20px;
  }
}
.board__column.type02 .item {
  flex-wrap: nowrap;
  flex-direction: column;
  width: calc(33.33% - 20px);
}
@media (max-width: 840px) {
  .board__column.type02 .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .board__column.type02 .item {
    width: 100%;
  }
  .board__column.type02 .item:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-width: 0 0 1px;
    border-style: dashed;
    border-color: #ddd;
  }
}
.board__column.type02 .item .txtbox {
  margin-top: 20px;
}
.board__column.type02.col2 .item {
  width: calc(50% - 15px);
}
.board__column.type02.col4 .item {
  width: calc(25% - 22.5px);
}
@media (max-width: 840px) {
  .board__column.type02.col4 .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 450px) {
  .board__column.type02.col4 .item {
    width: 100%;
  }
}
.board__column.type03 {
  gap: 30px 20px;
}
@media (max-width: 767px) {
  .board__column.type03 {
    gap: 0 20px;
  }
}
.board__column.type03 .item {
  gap: 20px;
  width: calc(50% - 10px);
}
@media (max-width: 1024px) {
  .board__column.type03 .item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .board__column.type03 .item {
    width: 100% !important;
  }
  .board__column.type03 .item:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-width: 0 0 1px;
    border-style: dashed;
    border-color: #ddd;
  }
}
.board__column.type03 .item .picbox {
  width: 270px;
}
@media (max-width: 1024px) {
  .board__column.type03 .item .picbox {
    width: 100%;
  }
}
.board__column.type03 .item .txtbox {
  padding-top: 10px;
  width: calc(100% - 290px);
}
@media (max-width: 1024px) {
  .board__column.type03 .item .txtbox {
    padding-top: 0;
    width: 100%;
  }
}

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

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

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

/*** 정의박스 스타일 End ***/
/* 인사말 */
.greetings {
  /* 인사말 se01d : S */
}
.greetings.se01d {
  display: flex;
  gap: 9.17%;
}
@media (max-width: 1280px) {
  .greetings.se01d {
    gap: 8.3%;
  }
}
@media (max-width: 1180px) {
  .greetings.se01d {
    gap: 5.3%;
  }
}
@media (max-width: 768px) {
  .greetings.se01d {
    flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 500px) {
  .greetings.se01d {
    gap: 40px;
  }
}
.greetings.se01d .pic_box {
  position: relative;
  max-height: 579px;
  height: 36vw;
}
@media (max-width: 1023px) {
  .greetings.se01d .pic_box {
    height: 360px;
  }
}
@media (max-width: 768px) {
  .greetings.se01d .pic_box {
    height: 52vw;
    min-height: 210px;
  }
}
.greetings.se01d .pic_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .greetings.se01d .pic_box img {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .greetings.se01d .pic_box img {
    width: 100%;
  }
}
.greetings.se01d .pic_box .pic_txt {
  position: absolute;
  right: -48px;
  bottom: -51px;
  display: block;
  max-width: 311px;
  min-height: 132px;
  padding: 30px 39px 34px;
  font-family: "title_font";
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #fff;
  background-color: #0280CF;
  border-radius: 0 35px 0 35px;
}
@media (max-width: 1280px) {
  .greetings.se01d .pic_box .pic_txt {
    right: -27px;
    max-width: 280px;
    min-height: auto;
    padding: 21px 25px 32px;
  }
}
@media (max-width: 1180px) {
  .greetings.se01d .pic_box .pic_txt {
    right: -12px;
    padding: 21px 19px 32px;
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .greetings.se01d .pic_box .pic_txt {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .greetings.se01d .pic_box .pic_txt {
    right: 0;
    bottom: -32px;
    padding: 18px 24px;
    font-size: 22px;
    border-radius: 0 25px 0 25px;
  }
}
@media (max-width: 500px) {
  .greetings.se01d .pic_box .pic_txt {
    width: 100%;
    border-radius: 0 15px 0 15px;
  }
}
.greetings.se01d .pic_box .pic_txt::before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -15px;
  width: 83px;
  height: 77px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='83' height='77' viewBox='0 0 83 77' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_16105_1762)'%3E%3Cpath d='M78.0039 67.7409H52.2163V66.8173H52.9066V62.9402H52.2163V62.0166H78.0039V62.9402H77.7265V66.8173H78.0039V67.7409Z' fill='%235F2A1D'/%3E%3Cpath d='M77.7235 62.9395H52.9067V66.8166H77.7235V62.9395Z' fill='white'/%3E%3Cpath d='M57.1147 63.8291H76.9511' stroke='%23999999' stroke-width='0.0819555' stroke-miterlimit='10'/%3E%3Cpath d='M53.5562 64.7051H73.3925' stroke='%23999999' stroke-width='0.0819555' stroke-miterlimit='10'/%3E%3Cpath d='M67.1768 65.6533H77.3676' stroke='%23999999' stroke-width='0.0819555' stroke-miterlimit='10'/%3E%3Cpath d='M54.751 66.1455H64.9418' stroke='%23999999' stroke-width='0.0819555' stroke-miterlimit='10'/%3E%3Cpath d='M80.617 58.583V61.6784C80.617 61.8644 80.4657 62.0125 80.2829 62.0125H55.1666C54.9807 62.0125 54.8325 61.8612 54.8325 61.6784V58.9739C54.8325 58.7595 55.0059 58.583 55.2234 58.583H80.617Z' fill='%23B77240'/%3E%3Cpath d='M80.6168 58.583V61.6784C80.6168 61.8644 80.4687 62.0125 80.2827 62.0125H73.7861V58.583H80.62H80.6168Z' fill='%23884311'/%3E%3Cpath d='M73.1969 58.583H72.3994V62.0125H73.1969V58.583Z' fill='%23884311'/%3E%3Cpath d='M71.8131 58.583H71.0156V62.0125H71.8131V58.583Z' fill='%23884311'/%3E%3Cpath d='M55.4887 54.4701C55.1262 54.4701 54.833 54.1769 54.833 53.8144V50.0319C54.833 49.7671 54.9843 49.5527 55.1671 49.5527H80.2833C80.4693 49.5527 80.6175 49.7671 80.6175 50.0319V53.9121C80.6175 54.221 80.4441 54.4732 80.2266 54.4732H55.4887V54.4701Z' fill='%23884311'/%3E%3Cpath d='M55.4887 54.4701C55.1262 54.4701 54.833 54.1769 54.833 53.8144V50.0319C54.833 49.7671 54.9812 49.5527 55.1671 49.5527H61.6637V54.4732H55.4887V54.4701Z' fill='%23B77240'/%3E%3Cpath d='M62.2499 54.4697H63.0474V49.5492H62.2499V54.4697Z' fill='%23B77240'/%3E%3Cpath d='M63.6366 54.4697H64.4341V49.5492H63.6366V54.4697Z' fill='%23B77240'/%3E%3Cpath d='M82.6883 58.6346H56.9038V57.7111H57.5941V55.2839H56.9038V54.3604H82.6883V55.2839H82.4109V57.7111H82.6883V58.6346Z' fill='%235F2A1D'/%3E%3Cpath d='M82.411 55.2832H57.5942V57.7103H82.411V55.2832Z' fill='white'/%3E%3Cpath d='M61.8022 56.1729H81.6355' stroke='%23999999' stroke-width='0.0819555' stroke-miterlimit='10'/%3E%3Cpath d='M58.2437 57.0488H78.08' stroke='%23999999' stroke-width='0.0819555' stroke-miterlimit='10'/%3E%3Cpath d='M82.3789 49.5487H56.5913V48.6251H57.2848V46.198H56.5913V45.2744H82.3789V46.198H82.1015V48.6251H82.3789V49.5487Z' fill='%235F2A1D'/%3E%3Cpath d='M82.1014 46.1992H57.2847V48.6264H82.1014V46.1992Z' fill='white'/%3E%3Cpath d='M61.4897 47.0869H81.3261' stroke='%23999999' stroke-width='0.0819555' stroke-miterlimit='10'/%3E%3Cpath d='M57.9341 47.9629H77.7673' stroke='%23999999' stroke-width='0.0819555' stroke-miterlimit='10'/%3E%3Cpath d='M80.743 45.2753H54.9585V44.3517H55.6488V40.4714H54.9585V39.5479H80.743V40.4714H80.4656V44.3517H80.743V45.2753Z' fill='%23884311'/%3E%3Cpath d='M80.4657 40.4707H55.6489V44.3478H80.4657V40.4707Z' fill='white'/%3E%3Cpath d='M59.8569 41.3604H79.6902' stroke='%23999999' stroke-width='0.0819555' stroke-miterlimit='10'/%3E%3Cpath d='M56.2983 42.2363H76.1316' stroke='%23999999' stroke-width='0.0819555' stroke-miterlimit='10'/%3E%3Cpath d='M69.9185 43.1885H80.1093' stroke='%23999999' stroke-width='0.0819555' stroke-miterlimit='10'/%3E%3Cpath d='M57.4897 43.6777H67.6806' stroke='%23999999' stroke-width='0.0819555' stroke-miterlimit='10'/%3E%3Cpath d='M58.1929 42.3536L59.2016 41.9312L60.2102 42.3536V39.5576H58.1929V42.3536Z' fill='%23ED7124'/%3E%3C/g%3E%3Cpath d='M23.2081 9.31641L20.8799 28.7734H31.6858L30.6349 14.3584L23.2081 9.31641Z' fill='%232B3551'/%3E%3Cpath d='M26.2437 20.9254L30.5214 21.8348L34.8806 20.9254V9.69141H26.2437V20.9254Z' fill='%23F1D3C9'/%3E%3Cpath d='M10.2262 46.7409L19.5212 46.6772L19.132 54.2562H44.6111L43.3727 37.835L45.8141 39.9297L48.8217 43.2592L49.968 44.2039C53.3648 47.0098 58.3184 43.4751 56.7155 39.3707C56.5351 38.9071 56.3086 38.4542 56.0397 38.0155L46.9004 22.4719C45.7469 20.5081 43.7442 19.1954 41.4868 18.9194L34.5023 18.0596L30.8614 21.1875L27.4009 17.957L21.446 18.7355C18.6862 19.0964 16.2802 20.7876 15.0028 23.2609L12.5862 27.5387L5.79271 39.0451C3.7759 42.4596 6.25976 46.7656 10.2262 46.7338V46.7409ZM18.9834 34.0526L18.9409 37.7501L18.2191 37.6971L18.9799 34.0526H18.9834Z' fill='%23AFE0A1'/%3E%3Cpath d='M34.884 16.817L36.9892 18.3774L33.8119 22.4818C33.5253 22.8498 32.9945 22.9135 32.6301 22.6198L30.8574 21.1939L34.884 16.8135V16.817Z' fill='white'/%3E%3Cpath d='M43.376 31.6182L45.8174 35.5315' stroke='black' stroke-width='0.148607' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M48.8003 32.1809L57.3523 28.6462L55.6999 27.2627C53.255 28.3631 50.1979 29.9482 48.2978 32.0181C44.986 30.9991 40.917 30.6771 36.5012 30.6771L25.0337 45.9731L25.8086 46.801L37.4884 32.7895L47.8272 32.5736C47.8272 32.5736 47.8131 32.5913 47.806 32.5984L47.8697 32.5736L49.7485 32.5347C49.4407 32.4109 49.1258 32.2977 48.8003 32.188V32.1809Z' fill='white'/%3E%3Cpath d='M48.9382 32.5693L39.5123 45.9334L25.4937 47.2178L36.3066 32.8347L48.9382 32.5693Z' fill='%23ED7124'/%3E%3Cpath d='M57.4549 27.9277L48.4783 32.1135L35.8467 32.3789L25.0337 46.762L25.4937 47.2184L36.3066 32.8353L48.9383 32.5699L37.6016 32.807L25.4937 47.2184L39.5123 45.934L49.2602 41.5784L57.9149 28.3842L57.4549 27.9277Z' fill='%23ED7125'/%3E%3Cpath d='M57.9151 28.3838L48.9385 32.5696L36.3069 32.8349L26.0176 46.5917' stroke='%23DC5907' stroke-width='0.3' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M48.5707 33.2744L40.3442 45.2125' stroke='%23DC5907' stroke-width='0.3' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M43.8327 39.2248C43.9389 38.7684 44.3953 38.4853 44.8482 38.5914L49.7593 39.7343L49.9469 39.4619L45.8106 38.2199C45.3613 38.0855 45.11 37.6149 45.2445 37.1655C45.3789 36.7197 45.8495 36.4649 46.2989 36.5994L51.0579 38.0289L51.2454 37.8024L48.2379 35.9873C47.838 35.7467 47.7107 35.2265 47.9513 34.8267C48.1919 34.4269 48.712 34.296 49.1118 34.5401L52.4803 36.5711L52.5333 36.5888L53.6019 34.9612L54.5785 36.6419C54.9323 37.254 55.1941 37.9192 55.3073 38.6162C55.3073 38.6197 55.3073 38.6233 55.3073 38.6304L55.5762 40.2509C55.7319 41.185 55.5479 42.1616 54.9924 42.9258C54.8474 43.1275 54.6811 43.3115 54.4935 43.4813C53.5382 44.3447 52.0981 44.3871 51.0933 43.5839L49.7169 42.894L49.6673 42.8621L46.4864 43.3858C46.076 43.453 45.6903 43.177 45.6231 42.7666C45.5559 42.3562 45.8318 41.9705 46.2423 41.8997L48.5457 41.5176L48.7403 41.2345L44.4696 40.2403C44.0132 40.1341 43.7301 39.6777 43.8363 39.2248H43.8327Z' fill='%23F8E1D9'/%3E%3Cpath d='M49.7134 42.8911L49.6639 42.8592L46.483 43.3829C46.0726 43.4501 45.6869 43.1741 45.6197 42.7637C45.5524 42.3532 45.8284 41.9676 46.2389 41.8968L48.5423 41.5147L48.7369 41.2316L44.4662 40.2374C44.0098 40.1312 43.7267 39.6748 43.8328 39.2219C43.939 38.7654 44.3954 38.4824 44.8483 38.5885L49.7594 39.7314L49.947 39.4589L45.8107 38.217C45.3614 38.0825 45.1102 37.612 45.2446 37.1626C45.3791 36.7168 45.8497 36.462 46.299 36.5965L51.058 38.0259L51.2455 37.7995L48.238 35.9843C47.8382 35.7437 47.7108 35.2236 47.9514 34.8238C48.192 34.424 48.7121 34.2931 49.1119 34.5372L52.4804 36.5682' stroke='%23EBB9A8' stroke-width='0.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M47.7002 40.9951L49.2783 41.3596' stroke='%23EBB9A8' stroke-width='0.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M49.9468 39.4629L50.4669 39.6398' stroke='%23EBB9A8' stroke-width='0.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M51.2456 37.8037L51.8577 38.2212' stroke='%23EBB9A8' stroke-width='0.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M52.4805 36.5713L53.2058 36.9959' stroke='%23EBB9A8' stroke-width='0.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.2238 43.6237C29.9655 43.606 29.7179 43.4787 29.5516 43.2522C29.2473 42.8453 29.3322 42.265 29.7426 41.9607L33.0651 39.491C33.4755 39.1867 34.0522 39.2716 34.3565 39.6821C34.6608 40.089 34.5759 40.6693 34.1655 40.9736L30.843 43.4433C30.659 43.5813 30.4397 43.6379 30.2274 43.6237H30.2238Z' fill='%23F8E1D9'/%3E%3Cpath d='M29.9094 45.028C29.6511 45.0103 29.4034 44.8829 29.2371 44.6565C28.9328 44.2461 29.0177 43.6693 29.4282 43.365L32.7506 40.8953C33.1611 40.591 33.7378 40.6759 34.0421 41.0864C34.3464 41.4933 34.2615 42.0736 33.851 42.3779L30.5286 44.8476C30.3446 44.9856 30.1252 45.0422 29.9129 45.028H29.9094Z' fill='%23F8E1D9'/%3E%3Cpath d='M29.7253 46.1891C29.467 46.1715 29.2193 46.0441 29.053 45.8176C28.7487 45.4072 28.8337 44.8305 29.2441 44.5262L32.5665 42.0564C32.977 41.7522 33.5537 41.8371 33.858 42.2475C34.1623 42.6544 34.0774 43.2347 33.6669 43.539L30.3445 46.0087C30.1605 46.1467 29.9411 46.2033 29.7288 46.1891H29.7253Z' fill='%23F8E1D9'/%3E%3Cpath d='M30.6875 41.6982L27.6092 41.316C27.135 41.2559 26.7494 40.8631 26.7564 40.3855C26.7671 39.8264 27.2412 39.4089 27.7932 39.4797L30.4292 39.8052L32.6618 38.8746L32.8564 38.397C33.044 37.9334 33.557 37.661 34.0311 37.8238C34.5336 37.9971 34.7812 38.5562 34.5866 39.0409L34.3531 39.6212C34.1833 40.0423 33.8507 40.3784 33.4296 40.5553L30.6945 41.6982H30.6875Z' fill='%23F8E1D9'/%3E%3Cpath d='M23.9261 41.6737C23.6713 41.656 23.4236 41.5428 23.2396 41.334C22.8681 40.9165 22.907 40.2726 23.3245 39.901L26.3215 37.2473C26.7213 36.89 27.2379 36.6883 27.7757 36.6706L30.624 36.5857C31.1866 36.5645 31.6501 37.0103 31.6678 37.5693C31.6855 38.1284 31.2432 38.5954 30.6842 38.6131L27.8358 38.698C27.7722 38.698 27.712 38.7228 27.666 38.7653L24.6691 41.419C24.4568 41.6065 24.1843 41.6914 23.9225 41.6702L23.9261 41.6737Z' fill='%23F8E1D9'/%3E%3Cpath d='M29.5873 39.7029L28.4975 38.3584L25.9641 39.2819L24.6302 39.4871L18.9088 39.4411L18.8628 45.396L24.5877 45.2651L29.7253 46.1886L31.7846 40.8564L29.5873 39.7029Z' fill='%23F8E1D9'/%3E%3Cpath d='M30.7798 43.1566L34.0244 41.0761L34.1624 40.9735C34.5728 40.6727 34.6542 40.0924 34.3534 39.6855C34.3464 39.6749 34.3393 39.6643 34.3287 39.6572' stroke='%23EBB9A8' stroke-width='0.187528' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.0279 41.0801C34.0279 41.0801 34.035 41.0872 34.0385 41.0907C34.3287 41.4764 34.265 42.0177 33.9076 42.3291C33.8899 42.3503 33.8687 42.3645 33.8475 42.3822L30.9956 44.3671' stroke='%23EBB9A8' stroke-width='0.187528' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.9073 42.3281C34.1479 42.7279 34.0488 43.2552 33.6667 43.5418L31.0342 45.4984' stroke='%23EBB9A8' stroke-width='0.187528' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.0459 39.6354L30.4258 39.8052L32.6585 38.8746L32.8531 38.397C33.0406 37.9334 33.5537 37.661 34.0278 37.8238C34.5302 37.9971 34.7779 38.5562 34.5833 39.0409L34.3498 39.6212C34.1799 40.0423 33.8473 40.3784 33.4263 40.5553L30.6912 41.6982' stroke='%23EBB9A8' stroke-width='0.187528' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.8359 38.6983L29.3503 38.6523' stroke='%23EBB9A8' stroke-width='0.187528' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.7281 39.0137L23.4946 45.5772C23.4698 46.1327 23.0275 46.5785 22.4685 46.6033L19.7865 46.6563L10.2296 46.7377C6.26318 46.7731 3.77931 42.4635 5.79613 39.049L14.6418 24.0645L22.9391 29.2268L18.219 37.6939L19.9704 37.8248L22.8506 38.0725C23.3495 38.0866 23.7458 38.5077 23.7246 39.0066L23.7281 39.0137Z' fill='%23AFE0A1'/%3E%3Cpath d='M14.9746 37.5771L23.47 38.1008' stroke='%238ECB7D' stroke-width='0.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.4038 46.5928L22.2561 46.6706' stroke='%238ECB7D' stroke-width='0.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.9336 37.9342L19.0468 29.085' stroke='%238ECB7D' stroke-width='0.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.2827 16.8174L24.2871 18.3742L27.7086 22.4786C27.9669 22.7864 28.4163 22.8501 28.7489 22.6272L30.8577 21.1978L26.2792 16.8174H26.2827Z' fill='white'/%3E%3Cpath d='M38.4229 10.5508L41.763 28.0192C41.8691 28.5747 41.4445 29.0878 40.882 29.0878H35.7762C35.2809 29.0878 34.881 28.688 34.8775 28.1961L34.7607 12.6171L36.5263 10.5579L38.4229 10.5508Z' fill='%232B3551'/%3E%3Cpath d='M30.5782 0C34.2403 0 37.354 2.6714 37.9131 6.29105L38.0652 7.4976C38.0652 8.43524 30.8011 6.83594 30.8011 6.83594V6.85717L30.5782 6.84656L30.3553 6.85717V6.83594L23.208 7.47991L23.2434 6.29105C23.8024 2.6714 26.9161 0 30.5782 0Z' fill='%232B3551'/%3E%3Cpath d='M35.0613 8.93082C35.0401 10.2081 36.1087 11.2625 37.4497 11.2873C38.7907 11.3085 39.8946 10.2931 39.9159 9.01221C39.9371 7.73489 38.8685 6.68048 37.5275 6.65572C36.1865 6.63095 35.0826 7.64997 35.0613 8.93082Z' fill='%23F1D3C9'/%3E%3Cpath d='M38.8404 8.26534C38.6352 7.92567 38.292 7.67799 37.9063 7.58599C37.5206 7.49754 37.1031 7.5683 36.7705 7.78414' stroke='%23EBB9A8' stroke-width='0.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37.8317 8.54188C37.814 8.15267 37.5876 7.77761 37.2515 7.58301' stroke='%23EBB9A8' stroke-width='0.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.0243 9.01209C26.003 10.2894 24.8991 11.3084 23.5581 11.2872C22.2171 11.266 21.1485 10.208 21.1697 8.93071C21.191 7.65339 22.2949 6.63437 23.6359 6.6556C24.9769 6.67683 26.0455 7.73477 26.0243 9.01209Z' fill='%23F1D3C9'/%3E%3Cpath d='M22.2666 8.21622C22.4824 7.88362 22.8363 7.64656 23.2219 7.56872C23.6111 7.49088 24.0251 7.57933 24.3506 7.80578' stroke='%23EBB9A8' stroke-width='0.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.2681 8.53042C23.2999 8.14121 23.537 7.77676 23.8802 7.59277' stroke='%23EBB9A8' stroke-width='0.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.5173 10.555L24.8959 5.77831C24.9879 4.63191 25.5965 3.60935 26.5271 3.06799C26.9977 2.79201 27.5107 2.57617 27.9424 2.57617H33.0976C33.0976 2.57617 33.1224 2.57617 33.133 2.57617C34.7111 2.59386 36.0026 3.97379 36.137 5.69339L36.5227 10.555C36.6182 11.7615 36.2856 12.9822 35.539 13.8774C35.5355 13.8845 35.5284 13.888 35.5249 13.8951C35.5143 13.9093 35.5037 13.9234 35.4895 13.9376C34.1556 15.4767 32.3369 16.241 30.5218 16.2304C28.7066 16.241 26.8915 15.4767 25.554 13.9376C25.5399 13.9234 25.5293 13.9093 25.5187 13.8951C25.5151 13.888 25.508 13.8845 25.5045 13.8774C24.7579 12.9822 24.4218 11.7615 24.5209 10.555H24.5173Z' fill='%23F8E1D9'/%3E%3Cpath d='M35.585 3.30823L32.627 1.10742L29.7079 1.1888L26.9021 1.82923L25.2037 4.01588C25.2037 4.01588 24.3934 7.58954 24.765 7.58954C24.9666 7.58954 25.1046 7.21802 25.1895 6.87481C25.2709 6.54928 25.1683 5.80625 25.7769 5.53026C27.0365 4.95706 27.6274 4.34848 27.8114 3.6479C27.9246 3.21977 28.2572 2.93317 28.6287 2.93317C28.9366 2.93317 29.2196 3.12778 29.3718 3.44976C29.8919 4.54308 31.1091 5.95132 33.922 6.05393C34.1874 6.06454 34.4527 6.11408 34.7004 6.2273C35.1639 6.4396 35.861 6.8925 36.2006 7.75584C36.2608 7.91152 36.4519 7.87614 36.4625 7.70276L36.5403 6.29453L35.585 3.31177V3.30823Z' fill='%232B3551'/%3E%3Cpath d='M28.303 11.4004C28.0589 11.4004 27.882 11.641 27.9669 11.871C28.2464 12.6246 29.1805 13.1801 30.2915 13.1801C31.4025 13.1801 32.3366 12.6246 32.6162 11.871C32.7011 11.6445 32.5242 11.4004 32.28 11.4004H28.303Z' fill='%23D68080'/%3E%3Cpath d='M31.9371 9.30141C31.9301 9.68708 32.2379 10.0091 32.6271 10.0161C33.0128 10.0232 33.3347 9.71539 33.3418 9.32618C33.3489 8.94051 33.0411 8.61852 32.6519 8.61145C32.2662 8.60437 31.9442 8.9122 31.9371 9.30141Z' fill='%23251E1C'/%3E%3Cpath d='M27.2487 9.30141C27.2416 9.68708 27.5494 10.0091 27.9386 10.0161C28.3243 10.0232 28.6463 9.71539 28.6533 9.32618C28.6604 8.94051 28.3526 8.61852 27.9634 8.61145C27.5777 8.60437 27.2557 8.9122 27.2487 9.30141Z' fill='%23251E1C'/%3E%3Cpath d='M31.0137 9.31547C31.0137 10.2107 31.739 10.9395 32.6377 10.9395C33.5365 10.9395 34.2618 10.2142 34.2618 9.31547C34.2618 8.41675 33.5329 7.69141 32.6377 7.69141C31.7426 7.69141 31.0137 8.41675 31.0137 9.31547Z' stroke='white' stroke-width='0.375057' stroke-miterlimit='10'/%3E%3Cpath d='M26.3252 9.31547C26.3252 10.2107 27.0541 10.9395 27.9493 10.9395C28.8444 10.9395 29.5733 10.2142 29.5733 9.31547C29.5733 8.41675 28.8444 7.69141 27.9493 7.69141C27.0541 7.69141 26.3252 8.41675 26.3252 9.31547Z' stroke='white' stroke-width='0.375057' stroke-miterlimit='10'/%3E%3Cpath d='M29.9943 8.78613C30.0368 9.13288 29.8846 9.5044 29.6051 9.73085C29.4565 9.85115 29.2548 9.97145 29.2583 10.1554C29.2583 10.3359 29.4636 10.4456 29.644 10.4916C30.0368 10.5907 30.4649 10.5623 30.847 10.4137' fill='%23F8E1D9'/%3E%3Cpath d='M29.9943 8.78613C30.0368 9.13288 29.8846 9.5044 29.6051 9.73085C29.4565 9.85115 29.2548 9.97145 29.2583 10.1554C29.2583 10.3359 29.4636 10.4456 29.644 10.4916C30.0368 10.5907 30.4649 10.5623 30.847 10.4137' stroke='%23EBB9A8' stroke-width='0.215835' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.0133 9.31641H29.5732' stroke='white' stroke-width='0.375057' stroke-miterlimit='10'/%3E%3Cpath d='M28.7699 7.0305C28.3806 6.7899 27.8782 6.74744 27.4536 6.91728' stroke='%232B3551' stroke-width='0.279524' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M32.5562 7.18646C32.9807 7.02016 33.4867 7.06616 33.8724 7.3103' stroke='%232B3551' stroke-width='0.279524' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M34.4034 14.9463C33.2429 15.8096 31.8807 16.2378 30.522 16.2307C29.2305 16.2378 27.9355 15.8521 26.8174 15.0737' fill='%23F8E1D9'/%3E%3Cpath d='M34.4034 14.9463C33.2429 15.8096 31.8807 16.2378 30.522 16.2307C29.2305 16.2378 27.9355 15.8521 26.8174 15.0737' stroke='%23EBB9A8' stroke-width='0.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.2443 62.582L41.9011 64.5104L43.1536 70.9253L33.5366 71.0597L34.2443 62.582Z' fill='white'/%3E%3Cpath d='M41.3772 64.1175L48.3193 62.4332C50.0708 62.0087 51.9142 62.2068 53.5347 62.9958C54.5856 63.5089 55.3357 64.4819 55.5622 65.6318L55.916 67.447C56.2344 69.0746 55.4383 70.7163 53.9629 71.4735C53.2906 71.8167 52.5334 71.9512 51.7833 71.8557L46.3237 71.148L42.0106 71.5868C41.4551 71.6434 40.9668 71.2259 40.9385 70.6703L40.6342 65.1223C40.6094 64.6517 40.9208 64.2307 41.3772 64.121V64.1175Z' fill='%2353392F'/%3E%3Cpath d='M5.55949 64.6752L34.5096 72.5301C34.9059 72.6363 35.3128 72.3886 35.3977 71.9888L37.2624 63.1714C37.3332 62.8424 37.1633 62.5098 36.8555 62.3718L10.7148 50.5999C6.75543 48.7494 2.05307 50.6495 0.496225 54.7362C-1.08892 58.8936 1.26403 63.5111 5.55595 64.6752H5.55949Z' fill='%23124F32'/%3E%3Cpath d='M30.0227 64.3018L22.8223 67.5357L22.7056 74.0674L32.2023 72.5247L30.0227 64.3018Z' fill='%23D8D8D8'/%3E%3Cpath d='M23.2684 67.0538L16.1387 66.608C14.3413 66.4948 12.558 67.0149 11.1002 68.0729C10.1555 68.7593 9.58585 69.8526 9.56462 71.0202L9.53278 72.8672C9.50447 74.5267 10.573 76.0021 12.1582 76.4904C12.88 76.7133 13.6513 76.7098 14.3696 76.4833L19.6204 74.8345L23.9442 74.5161C24.4997 74.4736 24.9066 73.9782 24.8393 73.4263L24.1706 67.9101C24.114 67.4431 23.7319 67.0821 23.2613 67.0538H23.2684Z' fill='%2353392F'/%3E%3Cpath d='M58.6045 61.0952L31.4695 73.8861C31.098 74.063 30.6557 73.8861 30.5 73.5075L27.1245 65.1536C26.9971 64.8422 27.1068 64.4849 27.3863 64.2938L51.068 48.138C54.6452 45.6223 59.6058 46.6767 61.8526 50.4273C64.1384 54.2451 62.6311 59.2022 58.6045 61.0987V61.0952Z' fill='%23124F32'/%3E%3Cpath d='M52.5655 60.9704H9.46582L19.3447 49.5488H44.3107L52.5655 60.9704Z' fill='%23124F32'/%3E%3Cpath d='M7.85547 49.6416L21.3681 50.7632L18.3252 56.1556L7.85547 49.6416Z' fill='%23124F32'/%3E%3Cpath d='M52.0166 47.5654L42.4385 50.9869L43.5743 55.0029L52.0166 47.5654Z' fill='%23124F32'/%3E%3Cpath d='M45.1347 52.126L27.3867 64.2906' stroke='%2320714A' stroke-width='0.314906' stroke-miterlimit='10'/%3E%3Cpath d='M12.6636 51.2695L32.1488 59.9065' stroke='%2320714A' stroke-width='0.314906' stroke-miterlimit='10'/%3E%3Cdefs%3E%3CclipPath id='clip0_16105_1762'%3E%3Crect width='30.4717' height='28.1927' fill='white' transform='translate(52.2168 39.5479)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (max-width: 1280px) {
  .greetings.se01d .pic_box .pic_txt::before {
    right: -14px;
    bottom: -33px;
    width: 75px;
    height: 69px;
  }
}
@media (max-width: 768px) {
  .greetings.se01d .pic_box .pic_txt::before {
    display: none;
  }
}
.greetings.se01d .con_box {
  flex-grow: 1;
  width: 51.035%;
  min-width: 370px;
}
@media (max-width: 1280px) {
  .greetings.se01d .con_box {
    width: 50.165%;
  }
}
@media (max-width: 1072px) {
  .greetings.se01d .con_box {
    min-width: 340px;
  }
}
@media (max-width: 768px) {
  .greetings.se01d .con_box {
    width: 100%;
    min-width: auto;
  }
}
@media (max-width: 500px) {
  .greetings.se01d .con_box {
    padding-bottom: 20px;
  }
}
.greetings.se01d .con_box .title .stit {
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 400;
  color: #CACACA;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .greetings.se01d .con_box .title .stit {
    font-size: 15px;
  }
}
.greetings.se01d .con_box .title .mtit {
  display: block;
  margin: 10px 0 30px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0046B7;
}
@media (max-width: 1180px) {
  .greetings.se01d .con_box .title .mtit {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .greetings.se01d .con_box .title .mtit {
    margin-bottom: 20px;
    font-size: 34px;
  }
}
@media (max-width: 500px) {
  .greetings.se01d .con_box .title .mtit {
    font-size: 32px;
  }
}
.greetings.se01d .con_box .text p {
  font-size: 18px;
  color: #444;
}
@media (max-width: 1023px) {
  .greetings.se01d .con_box .text p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .greetings.se01d .con_box .text p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .greetings.se01d .con_box .text p {
    font-size: 15px;
  }
}
.greetings.se01d .con_box .text p + p {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .greetings.se01d .con_box .text p + p {
    margin-top: 18px;
  }
}
.greetings.se01d .con_box .text .sign_box {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  list-style: 1.5;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  .greetings.se01d .con_box .text .sign_box {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .greetings.se01d .con_box .text .sign_box {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .greetings.se01d .con_box .text .sign_box {
    font-size: 15px;
  }
}
.greetings.se01d .con_box .text .sign_box .sign {
  width: 68px;
  height: 28px;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='67' height='29' viewBox='0 0 67 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.32031 19.3047C4.32031 19.2773 4.32031 19.2773 4.29297 19.2773C4.26562 19.2773 4.23828 19.2773 4.21094 19.3047C4.18359 19.3047 4.18359 19.3047 4.18359 19.2773C4.15625 19.25 4.15625 19.25 4.12891 19.2227C4.10156 19.2227 4.10156 19.2227 4.10156 19.1953C4.01953 19.0859 3.9375 19.0039 3.80078 18.9766C3.74609 18.9492 3.63672 18.7852 3.5 18.5117L3.33594 18.6484L3.22656 18.3203H3.44531L3.30859 17.9922V17.6094L3.17188 17.6641C3.17188 17.1445 3.19922 16.7617 3.28125 16.4609C3.52734 16.2148 3.66406 15.9141 3.66406 15.6133C3.66406 15.5586 3.66406 15.5039 3.63672 15.4766C3.9375 15.3125 4.21094 14.875 4.51172 14.2188C4.59375 14.0273 4.64844 13.8633 4.64844 13.7539L4.62109 13.6992C4.75781 13.5898 4.83984 13.4258 4.86719 13.2344C5.05859 13.0703 5.19531 12.8789 5.27734 12.6328C5.35938 12.4141 5.44141 12.2773 5.55078 12.1953C5.57812 12.168 5.60547 12.1406 5.63281 12.0859C5.6875 11.8398 5.76953 11.6211 5.90625 11.4023C5.98828 11.293 6.04297 11.1562 6.09766 11.0195C6.28906 10.8828 6.42578 10.7188 6.45312 10.5L6.5625 10.3633V10.3086C6.94531 9.78906 7.13672 9.37891 7.13672 9.10547C7.13672 8.96875 7.10938 8.80469 7.05469 8.58594C6.80859 8.66797 6.67188 8.72266 6.61719 8.75C6.5625 8.77734 6.50781 8.80469 6.48047 8.83203C6.45312 8.85938 6.42578 8.88672 6.39844 8.88672L6.26172 8.85938C5.98828 8.96875 5.63281 9.21484 5.19531 9.54297C4.94922 9.54297 4.78516 9.57031 4.75781 9.65234C4.70312 9.73438 4.67578 9.78906 4.64844 9.78906C4.62109 9.81641 4.59375 9.81641 4.56641 9.81641C4.48438 9.78906 4.375 9.78906 4.23828 9.78906V9.84375H4.21094L4.12891 9.92578C3.99219 9.95312 3.85547 9.98047 3.71875 10.0078C3.58203 10.0352 3.5 10.1172 3.41797 10.1992C2.87109 10.3086 2.59766 10.3906 2.57031 10.418C2.54297 10.4727 2.26953 10.5273 1.80469 10.6094C1.77734 10.5273 1.50391 10.3359 1.03906 10.0078C1.03906 9.84375 0.957031 9.70703 0.820312 9.625V9.40625C0.738281 9.10547 0.683594 8.72266 0.683594 8.20312C0.683594 8.12109 0.683594 8.06641 0.710938 8.03906C0.792969 7.95703 0.875 7.90234 0.902344 7.82031C0.929688 7.82031 0.929688 7.82031 0.929688 7.79297L1.39453 8.06641L1.33984 8.01172C1.42188 8.03906 1.50391 8.06641 1.58594 8.06641C1.64062 8.06641 1.75 8.03906 1.88672 7.98438C2.02344 7.92969 2.10547 7.90234 2.1875 7.90234L2.35156 7.98438L2.43359 7.95703C2.73438 7.90234 2.98047 7.79297 3.11719 7.60156C3.30859 7.60156 3.63672 7.46484 4.15625 7.21875C4.29297 7.13672 4.42969 7.05469 4.51172 7.02734L4.64844 7.16406C4.70312 7.08203 4.75781 7.02734 4.8125 6.94531C4.86719 6.89062 5.08594 6.80859 5.44141 6.72656L5.60547 6.75391L5.98828 6.69922V6.72656H6.5625L6.53516 6.67188C6.61719 6.67188 6.67188 6.64453 6.75391 6.58984L6.86328 6.61719C6.94531 6.61719 7 6.58984 7.02734 6.5625L7.05469 6.58984L7.41016 6.45312C7.49219 6.37109 7.57422 6.34375 7.65625 6.34375C7.73828 6.45312 7.84766 6.50781 7.92969 6.50781C8.03906 6.50781 8.12109 6.45312 8.20312 6.37109C8.28516 6.42578 8.39453 6.45312 8.47656 6.45312C8.55859 6.45312 8.64062 6.42578 8.72266 6.34375C8.96875 6.48047 9.16016 6.53516 9.29688 6.53516C9.46094 6.69922 9.54297 6.78125 9.54297 6.78125C9.54297 6.80859 9.57031 6.80859 9.59766 6.83594C9.78906 6.89062 10.0352 7.10938 10.2812 7.46484L10.3086 7.54688V7.68359C10.3086 7.76562 10.3086 7.84766 10.3359 7.95703C10.3633 8.06641 10.3633 8.17578 10.3633 8.25781C10.3633 8.36719 10.418 8.64062 10.5273 9.07812L10.5547 9.13281C10.4727 9.16016 10.418 9.24219 10.418 9.32422C10.418 9.43359 10.3906 9.51562 10.3633 9.57031C10.2266 9.78906 10.1445 10.0078 10.1445 10.2539C9.98047 10.3906 9.87109 10.5273 9.81641 10.6914C9.81641 10.8008 9.78906 10.8828 9.76172 10.9375C9.48828 11.293 9.32422 11.5664 9.24219 11.7852C9.21484 11.7852 9.16016 11.8125 9.13281 11.8398C9.10547 11.8945 9.07812 11.9492 9.07812 11.9766C9.07812 12.0312 9.07812 12.0859 9.10547 12.1133C9.10547 12.1406 9.05078 12.168 8.96875 12.1953C8.69531 12.2773 8.55859 12.4688 8.55859 12.7969L8.61328 12.8242C8.53125 13.125 8.39453 13.3438 8.17578 13.4531L8.06641 13.5625L8.03906 13.5352C8.01172 13.5625 7.98438 13.5898 7.98438 13.6172C7.95703 13.6445 7.92969 13.6445 7.90234 13.6719C7.875 13.6992 7.82031 13.7266 7.79297 13.7539C7.73828 13.8086 7.71094 13.8633 7.71094 13.9453C7.71094 13.9727 7.71094 14 7.73828 14.0273L7.30078 13.8906L7.65625 14.3281L7.62891 14.3555L7.68359 14.4375C7.68359 14.4648 7.68359 14.4922 7.65625 14.5195L7.46484 14.4648C7.38281 14.5469 7.32812 14.6289 7.30078 14.7383L7.4375 14.875C7.41016 14.9023 7.41016 14.9023 7.41016 14.9297C7.38281 14.957 7.38281 14.9844 7.38281 15.0117C7.05469 15.0117 6.89062 15.0664 6.89062 15.1484L6.91797 15.3125C6.83594 15.3945 6.78125 15.5312 6.78125 15.7227C6.67188 15.7773 6.61719 15.8594 6.61719 15.9688L6.5625 15.9961C6.26172 16.4062 6.07031 16.8438 6.04297 17.3359C5.87891 17.418 5.76953 17.5 5.6875 17.6367C5.66016 17.6641 5.66016 17.6914 5.63281 17.7188C5.60547 17.7461 5.57812 17.8008 5.57812 17.8281L5.63281 18.1016C5.38672 18.2383 5.25 18.3477 5.25 18.4844C5.25 18.5391 5.27734 18.5938 5.33203 18.6484C5.30469 18.6758 5.27734 18.7031 5.22266 18.7305C5.19531 18.7578 5.14062 18.8398 5.08594 18.9219C4.89453 19.0586 4.78516 19.1133 4.73047 19.1406C4.53906 19.168 4.40234 19.2227 4.32031 19.3047ZM12.0586 28.4922L11.7852 28.3828C11.7852 28.1094 11.7031 27.9727 11.5117 27.9727C11.4297 27.8633 11.4023 27.7812 11.4023 27.7539C11.375 27.7266 11.375 27.7266 11.3477 27.7266C11.2383 27.6445 11.1562 27.6172 11.1016 27.6172C11.0469 27.6172 10.9922 27.6172 10.9648 27.5898C10.9102 27.5898 10.8828 27.4805 10.8828 27.2891C10.7461 27.2344 10.6914 27.1797 10.6641 27.125C10.6641 27.0977 10.6914 27.0703 10.7188 27.043C10.7461 27.043 10.7734 27.0156 10.8008 26.9883C10.6094 26.6875 10.3906 26.5234 10.1445 26.5234L10.0078 26.5508V25.8945L9.89844 26.0039L9.78906 25.9219L10.0078 25.8672V25.4844C9.95312 25.3477 9.84375 25.2656 9.65234 25.2656C9.625 24.2539 9.37891 23.7617 8.96875 23.7617C8.88672 23.543 8.75 23.3242 8.55859 23.0781C8.36719 22.832 8.25781 22.6133 8.25781 22.4219C8.25781 22.2305 8.09375 21.9297 7.73828 21.4922C7.46484 21.2188 7.30078 20.918 7.21875 20.6172C7.21875 20.5898 7.4375 20.3984 7.875 20.0977C7.90234 20.0703 7.95703 19.9883 7.98438 19.8516C8.09375 19.8516 8.20312 19.8789 8.33984 19.9609C8.47656 20.043 8.61328 20.0977 8.80469 20.0977C8.91406 20.0977 8.99609 20.0703 9.07812 20.043C9.16016 20.0156 9.21484 20.0156 9.29688 20.0156C9.37891 20.0156 9.48828 20.043 9.59766 20.0703C9.65234 19.8789 9.76172 19.7695 9.89844 19.7695H9.92578C10.0078 19.7695 10.0898 19.7422 10.1719 19.6602C10.3086 19.6602 10.418 19.6328 10.5 19.5508C10.5273 19.5508 10.6094 19.4961 10.7461 19.3594C10.8281 19.3047 10.8828 19.2227 10.9375 19.1406L11.2109 19.25C11.2656 18.9492 11.3477 18.7852 11.4297 18.7031C11.5117 18.6211 11.6211 18.5391 11.7578 18.457C11.8945 18.375 12.0312 18.293 12.168 18.1836C12.168 18.1562 12.2227 18.1289 12.3047 18.0742C12.3867 18.0195 12.4688 17.9375 12.5781 17.8281L12.9609 17.5C13.0977 17.4727 13.1797 17.3906 13.2344 17.2812L13.3984 17.1719V17.1445C14.3828 16.3516 14.9297 15.8867 15.0391 15.7227C15.0391 15.5859 15.1758 15.2578 15.4219 14.6836L15.7227 13.6719H15.6406C15.668 13.5352 15.75 13.1523 15.832 12.5234C15.9961 11.6211 16.1055 11.1016 16.1328 11.0195C16.1055 10.9922 16.0781 10.9648 16.0781 10.9375C16.1328 10.8828 16.1875 10.8555 16.2695 10.8555C16.2422 10.7734 16.2148 10.7188 16.1875 10.6641C16.1602 10.6094 16.1602 10.5547 16.1602 10.5273C16.1328 10.5 16.1328 10.4453 16.1328 10.418C16.2422 10.1172 16.2969 9.84375 16.2969 9.54297C16.2695 9.26953 16.2148 8.94141 16.1328 8.58594C16.2148 8.39453 16.2422 8.20312 16.2422 7.95703C16.2148 7.73828 16.1875 7.51953 16.1602 7.27344C16.1328 7.02734 16.1055 6.83594 16.1055 6.64453L16.1328 6.20703L16.1055 6.17969C16.0234 5.87891 15.9961 5.49609 15.9961 4.97656L16.0234 4.86719C16.0234 4.73047 15.9414 4.64844 15.8047 4.56641L15.75 4.34766H15.7227C15.7227 3.91016 15.668 3.66406 15.5859 3.60938C15.4766 3.55469 15.3945 3.5 15.3672 3.47266C15.3125 3.44531 15.2852 3.41797 15.2578 3.39062C15.2578 3.30859 15.2852 3.22656 15.3398 3.14453C15.2031 3.0625 15.0938 2.92578 15.0117 2.73438C14.9297 2.54297 14.875 2.32422 14.875 2.10547C14.875 1.99609 14.9023 1.91406 14.9844 1.88672C14.9844 1.64062 15.0938 1.47656 15.3125 1.33984L15.4766 1.20312V1.14844H15.668L15.832 0.984375C15.832 0.957031 15.832 0.957031 15.8594 0.957031H15.7773L15.9961 0.847656C15.9961 0.929688 15.9688 0.984375 15.9141 1.01172C15.9961 1.01172 16.3516 1.06641 16.9531 1.17578C16.9805 1.3125 17.0352 1.42188 17.1719 1.47656H17.5547C17.6914 1.50391 17.8281 1.53125 17.9648 1.53125L18.2656 1.50391C18.3477 1.61328 18.4844 1.66797 18.7031 1.66797C18.7031 1.88672 18.7852 2.05078 18.9492 2.1875C19.0312 2.26953 19.0859 2.37891 19.168 2.51562C19.2227 2.625 19.2773 2.76172 19.3594 2.87109C19.3594 3.22656 19.4414 3.55469 19.5781 3.85547H19.5234L19.6055 4.07422C19.5781 4.10156 19.5508 4.15625 19.5234 4.21094C19.4961 4.26562 19.4688 4.32031 19.4414 4.34766C19.4141 4.40234 19.3867 4.42969 19.3594 4.42969C19.332 4.45703 19.3047 4.45703 19.2773 4.48438L19.4688 4.8125L19.2227 5.60547C19.1953 5.63281 19.1953 5.66016 19.1953 5.6875C19.1953 5.74219 19.1406 5.87891 19.0312 6.09766L19.0586 6.31641C19.0586 6.39844 19.0312 6.42578 18.9492 6.42578C18.8672 6.50781 18.8398 6.69922 18.8398 7L18.8672 7.62891L18.6758 9.98047C18.6758 10.0625 18.7578 10.1172 18.8945 10.1172C18.8945 10.1719 18.8672 10.2266 18.8398 10.2539C18.7305 10.4727 18.6758 10.6367 18.6758 10.7734C18.6758 10.8555 18.7031 10.9375 18.7578 10.9922C18.8125 11.0469 18.8398 11.1289 18.8398 11.2109L18.8125 11.9492C18.8125 12.0859 18.8398 12.168 18.9219 12.25C18.8672 12.4961 18.8398 12.8242 18.8398 13.207L18.8672 13.5078C18.8672 13.6445 18.8398 13.8359 18.7578 14.1094C18.6758 14.4102 18.6484 14.6562 18.6211 14.8477C18.6484 14.875 18.6484 14.875 18.6758 14.9023C18.6758 14.9297 18.6758 14.9844 18.6758 15.0117C18.6758 15.0391 18.6758 15.0938 18.6484 15.1484C18.6211 15.2031 18.6211 15.2578 18.6211 15.3125C18.6211 15.3945 18.6484 15.4492 18.7305 15.5312C18.5664 15.6953 18.4297 15.7773 18.3477 15.7773L18.3203 15.5859L18.0742 15.6953L17.9102 15.6133C17.6641 15.8594 17.4453 15.9688 17.2539 15.9688L16.707 15.9414L16.6797 15.9688C16.4062 16.1875 16.1875 16.3789 16.0508 16.5156C15.9688 16.543 15.6953 16.7617 15.2031 17.2266C15.0391 17.3086 14.7656 17.5273 14.3555 17.9375C14.2188 18.0195 14.0547 18.1562 13.8633 18.293L14 18.4844L14.3281 18.3203C14.4102 18.3477 14.4922 18.375 14.5742 18.375C14.875 18.375 15.4492 18.1289 16.2969 17.6641C16.7891 17.3906 17.1992 17.2539 17.5547 17.2539C18.1562 17.2539 18.6211 17.1172 18.9766 16.8438C19.2773 17.0898 19.5508 17.2812 19.8242 17.418C20.0703 17.5547 20.3164 17.7188 20.5352 17.8555C20.5625 17.9648 20.7539 18.2383 21.082 18.6484C21.1641 18.7852 21.2188 18.8945 21.2188 19.0039C21.2188 19.1133 21.1367 19.3047 20.9727 19.5508C20.9453 19.5781 20.918 19.6328 20.918 19.6602C20.8906 19.6875 20.8633 19.7422 20.8359 19.7695C20.6172 20.0703 20.5078 20.2344 20.4805 20.2344C20.4531 20.2617 20.4258 20.2617 20.3984 20.2617C20.0977 20.3164 19.9609 20.4258 19.9336 20.6172C19.9336 20.6445 19.8516 20.7266 19.6875 20.8359C19.3867 21.0273 19.25 21.2461 19.25 21.4648L19.1953 21.4922C19.168 21.4102 19.0312 21.3281 18.7578 21.2461L18.7852 21.7656H18.8125L18.6758 21.9297V21.8477L18.4844 21.7383C18.3477 21.875 18.2656 22.0938 18.2656 22.3945C18.4023 22.2852 18.4844 22.2031 18.5117 22.1758C18.5117 22.2578 18.5391 22.3125 18.5664 22.3672C18.4844 22.6133 18.3477 22.7227 18.1016 22.7227C18.0195 22.7227 17.8555 22.6953 17.6094 22.6133C17.7734 23.1875 18.375 23.4883 19.4414 23.4883C19.25 23.5703 19.168 23.625 19.168 23.6523L19.1953 23.707C19.4961 24.0078 19.9609 24.1992 20.5898 24.2266C20.4258 24.2539 20.3164 24.3086 20.2617 24.3906C19.8516 24.3906 19.6602 24.5 19.6602 24.7461C19.6602 24.9375 19.7422 25.0469 19.8789 25.0469C19.9609 25.0469 20.043 24.9648 20.0703 24.8281C20.1523 24.8281 20.2891 24.7734 20.4258 24.6914C20.4258 24.6641 20.4258 24.6641 20.4531 24.6641C20.3984 24.6914 20.3438 24.7461 20.2891 24.7734C20.2344 24.8281 20.207 24.8555 20.1797 24.8555C20.1523 24.8828 20.0977 24.8828 20.0703 24.9102L20.0977 25.0195C20.0703 25.1562 19.6328 25.375 18.7305 25.6758C18.1836 25.7305 17.8281 25.8125 17.7188 25.9219C17.5273 26.0039 17.2812 26.0586 16.9805 26.0586L15.9961 26.0039C15.6953 26.0039 15.4492 26.0586 15.2578 26.1406C15.2031 26.0859 15.1211 26.0312 15.0117 25.9766C14.793 25.8672 14.6562 25.7852 14.6289 25.7578C14.6016 25.7305 14.5469 25.7031 14.5195 25.7031C14.4648 25.7031 14.3828 25.7852 14.3008 25.9766C14.2734 25.9766 14.2734 25.9492 14.2461 25.9219C14.2188 25.8945 14.1914 25.8672 14.1094 25.8672C13.8906 25.8672 13.7266 26.0586 13.6719 26.4688C13.6719 26.5781 13.7266 26.7422 13.8359 26.9609L13.8633 27.3438C13.8633 27.6172 13.7812 27.7539 13.6445 27.7539C13.5898 27.7539 13.5625 27.7812 13.5352 27.8359C13.4531 28.2188 13.207 28.4102 12.8242 28.4102L12.4688 28.3828C12.25 28.4648 12.1133 28.4922 12.0586 28.4922ZM14.1094 24.5547C15.3945 24.5547 16.2695 24.0352 16.7617 23.0234L17.3906 22.0391C17.8555 21.5742 18.1289 21.082 18.1836 20.5898C18.1836 20.2617 18.0195 20.043 17.7461 19.9062L17.7734 19.7969L17.582 19.7695C17.5 19.7695 17.3633 19.7969 17.1992 19.8789C16.8164 19.9062 16.1875 20.0703 15.3125 20.3164L15.2578 20.2891V20.3164C14.9844 20.3711 14.7109 20.4805 14.4102 20.6172C13.8906 20.6992 13.5352 20.7812 13.3438 20.918L12.1953 21.3828C11.5938 21.5742 11.293 21.9023 11.293 22.3672C11.293 22.5312 11.3477 22.6953 11.4844 22.8867C11.5117 23.0781 11.5938 23.2422 11.7305 23.4062C12.0859 24.1719 12.8789 24.5547 14.1094 24.5547ZM10.9648 20.6445L11.0742 20.4531L10.7188 20.0156C10.6914 20.0156 10.6641 20.043 10.6094 20.043C10.5547 20.043 10.5273 20.0703 10.5 20.125C10.4453 20.207 10.4453 20.2617 10.4453 20.2891V20.3711C10.582 20.5078 10.7734 20.6172 10.9648 20.6445ZM12.2773 19.4141L13.0977 19.1406L12.7969 18.9766H12.6875L12.1953 19.2227L12.2773 19.4141ZM24.5963 21.3008H24.4322C24.4322 21.2188 24.4322 21.1367 24.4048 21.1094C24.3775 21.082 24.3502 21.0273 24.3502 21C24.3228 20.9727 24.2955 20.9727 24.2681 20.9453C24.2134 20.918 24.1861 20.8906 24.1861 20.8086C24.1314 20.6445 24.0494 20.5625 23.9127 20.5625C23.8306 20.5625 23.7486 20.5898 23.6392 20.6445C23.3384 20.4258 23.1744 20.2617 23.1744 20.125C23.1744 19.9883 23.1744 19.9062 23.147 19.8242C23.1197 19.7695 23.1197 19.6602 23.0923 19.4961C23.065 19.332 23.065 19.2227 23.065 19.1406C22.983 19.0586 22.9556 18.9766 22.9556 18.8945C22.983 18.8125 23.0103 18.7305 23.065 18.6211C23.147 18.4297 23.2017 18.2656 23.2017 18.1289L23.3658 18.1016C23.3384 18.0195 23.3111 17.9648 23.2564 17.8828C23.2017 17.8281 23.1744 17.7734 23.1744 17.7461C23.2017 17.7188 23.2291 17.7188 23.2564 17.6914C23.2838 17.6914 23.3384 17.6914 23.3658 17.6641C23.5298 17.6641 23.6666 17.582 23.7759 17.4453C23.8033 17.1992 23.94 17.0898 24.1588 17.0898C24.2955 17.0898 24.4322 17.0898 24.5416 17.1172L24.5142 16.9805C24.9517 16.625 25.1705 16.2969 25.1705 16.0234C25.1705 15.9141 25.1431 15.8047 25.0884 15.6953C25.3892 15.3945 25.5806 15.1758 25.6627 15.0391C25.7447 14.9844 25.7994 14.875 25.8541 14.6836C25.8814 14.6016 25.9361 14.5469 25.9908 14.5195C26.0181 14.4922 26.0728 14.4375 26.1002 14.3555L26.0455 14.2188C26.0728 14.1367 26.1275 14.082 26.1822 14.0547C26.2916 13.9453 26.483 13.6992 26.7564 13.3164C26.9478 13.1523 27.0845 12.9883 27.1666 12.8516C27.1939 12.7969 27.2759 12.6875 27.44 12.5234H27.2213C27.4947 12.25 27.6314 12.0859 27.6314 12.0039C27.9322 11.6484 28.0689 11.4297 28.0689 11.3203C28.0689 11.2383 28.2056 11.0195 28.5064 10.6641C28.8619 10.2539 29.0533 9.625 29.108 8.80469L28.8619 9.1875V9.21484C28.6978 9.35156 28.4791 9.40625 28.233 9.40625L28.1783 9.625L28.1509 9.57031L28.1783 9.46094H28.2056C28.0963 9.48828 28.0142 9.48828 27.9869 9.51562C27.9322 9.54297 27.8775 9.57031 27.8502 9.59766C27.8228 9.625 27.7681 9.625 27.7134 9.625V9.87109C27.6588 9.84375 27.6314 9.78906 27.6041 9.73438L27.5767 9.78906C27.358 9.78906 27.1666 9.84375 26.9752 9.92578C26.9205 9.92578 26.8931 9.89844 26.8931 9.84375C26.2095 10.1992 25.772 10.3633 25.5806 10.3633V10.3906L25.3619 10.4727C25.3619 10.418 25.3892 10.3633 25.4439 10.3359C25.2798 10.3359 25.1705 10.3906 25.1158 10.5L24.815 10.5547C24.5416 10.5547 24.2955 10.4453 24.0494 10.1992C23.94 10.1992 23.858 10.2266 23.8033 10.2539C23.7486 10.2812 23.6939 10.3359 23.6666 10.3633C23.6392 10.3906 23.5845 10.418 23.5298 10.418C23.3931 10.2539 23.2838 10.1172 23.147 10.0078C23.0103 9.92578 22.9283 9.81641 22.8463 9.70703C22.7642 9.625 22.6822 9.54297 22.6548 9.48828C22.6275 9.43359 22.6002 9.40625 22.6002 9.37891L22.6275 9.10547L22.7369 9.05078L22.6822 9.02344C22.8189 8.94141 22.983 8.83203 23.147 8.69531H23.1744L23.4478 8.50391C23.5845 8.50391 23.6666 8.44922 23.7486 8.33984C23.7759 8.3125 23.8033 8.25781 23.8033 8.20312C24.1041 8.14844 24.2955 8.09375 24.3775 8.01172C24.815 8.01172 25.1158 7.95703 25.3072 7.875C25.3072 7.95703 25.3345 8.06641 25.3619 8.25781C25.4166 8.23047 25.4713 8.20312 25.5533 8.14844C25.608 8.12109 25.6627 8.06641 25.7173 8.03906C25.7447 8.01172 25.8541 7.95703 25.9908 7.875C26.1275 7.82031 26.2916 7.76562 26.4283 7.71094C26.565 7.65625 26.647 7.62891 26.7291 7.60156C26.7838 7.57422 26.8931 7.54688 27.0298 7.49219C27.1666 7.4375 27.2759 7.38281 27.358 7.30078C27.44 7.24609 27.522 7.19141 27.6314 7.16406C27.7408 7.13672 27.8228 7.10938 27.8775 7.10938L28.0416 7.13672C28.0963 7.05469 28.1783 6.97266 28.315 6.91797C28.6158 6.78125 28.8345 6.72656 28.9986 6.72656L29.0806 6.75391C29.108 6.67188 29.19 6.58984 29.272 6.50781C29.4908 6.34375 29.6548 6.26172 29.7916 6.26172L29.9283 6.28906V6.26172C30.0103 6.23438 30.1197 6.15234 30.2291 5.98828C30.4478 6.07031 30.6392 6.09766 30.7759 6.09766L31.4048 6.07031C31.4595 6.09766 31.5416 6.09766 31.6509 6.125C31.733 6.15234 31.8697 6.23438 32.0338 6.37109C32.1705 6.50781 32.3345 6.61719 32.5259 6.69922C32.5533 6.78125 32.5806 6.80859 32.6353 6.83594C32.6627 6.86328 32.7173 6.89062 32.772 6.91797C32.8267 6.94531 32.8541 7 32.8541 7.08203C32.8541 7.16406 32.9361 7.21875 33.1275 7.21875L33.3189 7.60156C33.3189 7.65625 33.3463 7.71094 33.4283 7.79297C33.4556 7.875 33.483 7.90234 33.5377 7.90234C33.5377 8.01172 33.5103 8.12109 33.483 8.25781C33.4556 8.3125 33.4556 8.39453 33.4556 8.47656C33.4283 8.72266 33.3189 8.85938 33.1822 8.88672C32.7447 8.94141 32.4713 9.13281 32.3619 9.46094C32.1978 9.54297 32.0884 9.59766 32.0064 9.67969C31.9244 9.76172 31.7877 9.87109 31.6236 9.98047C31.3775 10.0625 31.2134 10.1719 31.1861 10.2539C31.1314 10.3633 30.9947 10.4453 30.7486 10.5273C30.858 10.6367 30.94 10.6914 30.9673 10.6914C30.9947 10.7188 31.022 10.7188 31.0494 10.7461V10.8555C30.9947 10.9102 30.9673 10.9648 30.9673 11.0469L30.9127 10.9922C30.8033 11.0469 30.6939 11.1016 30.6119 11.1562C30.5025 11.2109 30.4478 11.293 30.4478 11.4023C30.4478 11.4844 30.4752 11.5391 30.5025 11.5664C30.4478 11.6211 30.4205 11.6484 30.4205 11.6484C30.3931 11.6758 30.3931 11.6758 30.3931 11.6758C30.3658 11.7031 30.3658 11.7031 30.3658 11.7305C30.3658 11.8672 30.6392 11.9492 31.1588 11.9492C31.2955 11.9492 31.4048 11.9492 31.5142 11.9219V11.8945L31.815 11.8672C31.9244 11.8672 32.0064 11.8945 32.0884 11.9492V12.1406C32.1978 12.0859 32.3072 12.0586 32.4166 12.0586C32.4166 12.0859 32.4166 12.0859 32.4439 12.0859C32.4439 12.2773 32.5806 12.3867 32.8541 12.3867C32.8814 12.4141 32.9088 12.4688 32.9088 12.5508C33.1548 12.7148 33.3736 12.7969 33.565 12.7969L33.6197 12.6602C33.7017 12.6602 33.7564 12.6602 33.8111 12.6875C33.8384 12.7148 33.8931 12.7422 33.9205 12.7695C33.9478 12.7969 33.9752 12.8242 34.0025 12.8516C34.0025 12.8789 34.0025 12.8789 34.0298 12.9062C34.0298 12.9336 34.0298 12.9336 34.0572 12.9336C34.0845 12.9609 34.1119 12.9609 34.1666 12.9609C34.1939 12.9883 34.2213 12.9883 34.2486 13.0156C34.2486 13.043 34.2759 13.0977 34.3033 13.1523C34.3306 13.2344 34.358 13.3164 34.358 13.4531C34.4673 13.4531 34.522 13.4805 34.5494 13.5352L34.522 13.6992C34.44 13.8359 34.3853 14 34.3853 14.1641C34.2759 14.1914 34.1939 14.2188 34.1666 14.2188C34.1392 14.2461 34.1119 14.2461 34.0845 14.2461C34.0572 14.2734 34.0572 14.2734 34.0572 14.3008L34.1939 14.4648L34.1392 14.4922L34.522 14.4648L34.4673 14.2188L34.6588 14.1094C34.6861 14.1367 34.6861 14.1914 34.6861 14.2461H34.7134L34.7408 14.4648L34.8502 14.4922L34.8228 14.6836C34.7955 14.6562 34.7408 14.6562 34.6861 14.6562C34.5494 14.6562 34.44 14.7383 34.4127 14.9297C34.4127 14.8477 34.4127 14.8203 34.3853 14.8203L34.2759 14.8477L34.2486 14.6836L33.9752 14.7656L33.9205 14.9297C33.8111 14.8203 33.647 14.7656 33.4556 14.7656C33.2916 14.7656 33.2095 14.8203 33.2095 14.9297C33.2095 14.9844 33.2095 15.0391 33.2369 15.0938C33.2642 15.1484 33.2916 15.1758 33.2916 15.1758L33.2642 15.2031C33.1275 15.2031 32.9634 15.1484 32.772 15.0117V14.9297L32.3345 14.9844V14.957C32.3072 14.957 32.3072 14.957 32.3072 14.9297C32.2798 14.9297 32.2798 14.9297 32.2525 14.9023C32.1431 14.793 32.0338 14.7383 31.9517 14.7383C31.9244 14.7383 31.897 14.7383 31.8697 14.7656C31.8423 14.793 31.7877 14.8203 31.7603 14.8203C31.7056 14.8203 31.6236 14.7656 31.4869 14.6836C31.3502 14.6016 31.022 14.4922 30.5572 14.3828C30.5298 14.3555 30.4478 14.3008 30.3384 14.2461C30.0923 14.1094 29.9009 14.0273 29.8189 13.9453C29.7369 13.8906 29.6548 13.8633 29.6002 13.8633C29.5728 13.7266 29.4908 13.6719 29.3814 13.6719C29.2994 13.6719 29.19 13.7266 29.0806 13.8086C28.9439 13.918 28.8345 14.0273 28.7525 14.1367C28.6705 14.2461 28.6158 14.3281 28.5884 14.3555C28.5611 14.4102 28.5338 14.4375 28.5064 14.4648C28.4791 14.4922 28.4517 14.5195 28.4244 14.5195C28.397 14.5469 28.3423 14.5469 28.315 14.5742V14.793C28.2877 14.793 28.2877 14.793 28.2877 14.7656C28.233 14.8203 28.2056 14.8477 28.2056 14.8477C28.1783 14.875 28.1783 14.875 28.1783 14.9023C28.0963 14.9844 28.0416 15.0664 28.0142 15.1484L27.9322 15.2031L27.7134 15.1758L27.7408 15.3672H27.7681V15.4219C27.6314 15.5312 27.5494 15.6953 27.5494 15.8867C27.3853 15.9688 27.1666 16.1875 26.8931 16.5977L26.8111 16.6523C26.7838 16.7344 26.647 16.8438 26.4283 16.9258L26.5377 17.1992L26.5103 17.3086L26.565 17.5273C26.3189 17.5547 26.1822 17.7188 26.1822 17.9648C26.1002 18.0469 26.0181 18.1836 25.9361 18.3203L26.0728 18.4023L25.7994 18.5664L25.9361 18.6758H25.9908L25.9634 18.7031V18.7852L25.9088 18.7578C25.8267 18.7852 25.7994 18.8398 25.7994 18.9766C25.7447 19.0039 25.7173 19.0586 25.69 19.0859C25.69 19.1406 25.7173 19.168 25.7447 19.1953C25.772 19.2227 25.7994 19.25 25.8267 19.2773C25.5806 19.332 25.4439 19.3867 25.4166 19.4688C25.4166 19.5508 25.4439 19.6055 25.4713 19.6328C25.4439 19.7148 25.4439 19.7969 25.4439 19.9336C25.4166 19.9883 25.3892 20.043 25.3072 20.0703C25.2252 20.0977 25.1705 20.1797 25.1158 20.3164C25.1158 20.3984 25.0884 20.4531 25.0338 20.4531C24.9791 20.4805 24.9244 20.4805 24.897 20.5078L24.9517 20.7266C24.815 20.8633 24.733 21.0547 24.733 21.2734C24.6783 21.2734 24.6236 21.2734 24.5963 21.3008ZM35.8619 25.5391L35.6978 25.5117V25.3203C35.5611 25.3477 35.397 25.375 35.2603 25.375L35.233 25.2109C35.0142 25.2656 34.8775 25.293 34.8228 25.293L34.6588 25.2109L34.6041 25.2383L34.522 25.2109L34.4127 25.2383L34.44 25.0469L34.0298 25.0742V24.9648L33.7838 24.9375L33.7564 24.8828C33.6197 24.8828 33.483 24.8281 33.3736 24.7188V24.6367H33.3189L33.3463 24.5L33.0728 24.5547L33.0181 24.3906L32.7994 24.4453L32.772 24.3906H32.6627L32.69 24.1719L32.3072 24.2266L32.2525 24.1992L32.2798 24.0625L32.1705 24.0352V23.9805L31.897 23.9258V23.6797H31.6509L31.6783 23.6523L31.5416 23.5977L31.4869 23.2969L31.4048 23.3242V23.1055L31.3502 23.0781L31.3228 22.5859L31.6783 22.0938L31.3775 22.0664V22.0117H31.4595C31.5142 21.9297 31.5689 21.8477 31.6236 21.7656L31.897 21.957L31.9791 21.4922H32.0338L32.1705 21.4102L32.5259 21.5469L32.5533 21.3008L32.7173 21.2734V21.2461H33.0181L32.9908 21.1094C33.0455 21.1094 33.1002 21.082 33.1548 21.0273L33.483 21.1367V21L33.8111 21.0547C33.8384 20.8906 33.9478 20.8086 34.1119 20.8086L34.358 20.8359V20.7539L34.522 20.7812V20.7539H34.6041L34.6861 20.5625L34.8228 20.5352V20.5078L35.0142 20.5352V20.4805L35.315 20.5898V20.3984L35.4517 20.4258L35.5611 20.2617L35.7252 20.2891C35.7252 20.2617 35.7525 20.2344 35.7798 20.2344V20.1797L36.0806 20.2891L36.108 20.043H36.2173L36.2447 19.9609L36.3267 19.9883C36.3814 19.7969 36.4361 19.6602 36.5181 19.5781L36.6822 19.6055L36.7095 19.3867L36.9283 19.4141L36.9009 19.0312H36.9556C36.983 18.9219 37.0377 18.8672 37.147 18.8398L37.1197 18.5117L37.2564 18.4844V18.3203L37.2017 18.2656C37.2291 18.1836 37.2564 18.1016 37.2564 18.0195C37.6392 16.4883 37.8306 15.1484 37.8306 14.0273C37.9127 13.6719 37.9673 13.3711 37.9673 13.0703L37.94 12.7969L38.022 12.4688L37.9673 12.3594C37.9673 12.332 38.022 12.2773 38.1588 12.2227C38.0767 11.9766 38.022 11.8125 38.022 11.7578C38.1314 11.4297 38.1861 11.1016 38.1861 10.7734C38.1588 10.4727 38.1041 10.0898 38.022 9.65234C38.1041 9.43359 38.1314 9.1875 38.1314 8.91406C38.1314 8.66797 38.1041 8.42188 38.0494 8.14844C38.022 7.90234 37.9947 7.65625 37.9947 7.4375L38.022 6.94531C38.022 6.94531 37.9947 6.91797 37.9947 6.86328C37.9673 6.83594 37.94 6.39844 37.9127 5.55078C37.9127 5.30469 37.8306 5.16797 37.6939 5.08594C37.6939 4.94922 37.6666 4.86719 37.6119 4.83984L37.6392 4.59375C37.6392 4.23828 37.5572 4.01953 37.3931 3.9375C37.2291 3.85547 37.147 3.77344 37.147 3.71875L37.2291 3.47266C36.9556 3.30859 36.8189 2.95312 36.7642 2.40625C36.7642 2.21484 36.8189 2.05078 36.9009 1.96875C36.9283 1.75 37.0377 1.53125 37.2017 1.36719C37.3111 1.3125 37.3658 1.28516 37.3658 1.25781C37.3658 1.23047 37.3658 1.20312 37.3931 1.14844C37.4205 1.17578 37.4478 1.17578 37.4752 1.17578C37.5845 1.17578 37.6392 1.12109 37.6666 1.03906H37.6939L37.7486 0.929688L37.7213 0.957031L37.6666 0.929688L37.8853 0.847656V0.957031L37.8033 0.984375C38.022 0.984375 38.3502 1.06641 38.8423 1.20312C38.8423 1.23047 38.8697 1.28516 38.897 1.36719C38.9244 1.44922 38.9791 1.50391 39.0611 1.53125H39.4713C39.608 1.55859 39.7173 1.58594 39.8541 1.58594L40.1548 1.55859C40.2369 1.69531 40.3736 1.75 40.5923 1.75C40.5923 1.94141 40.6744 2.16016 40.8384 2.35156C40.9205 2.43359 40.9752 2.57031 41.0572 2.70703C41.1119 2.84375 41.1666 2.98047 41.2486 3.11719V3.22656C41.2486 3.63672 41.3306 3.96484 41.4947 4.23828L41.44 4.26562C41.44 4.375 41.4673 4.45703 41.4947 4.51172C41.4673 4.56641 41.44 4.62109 41.4127 4.67578C41.3853 4.73047 41.3306 4.78516 41.3033 4.83984C41.2759 4.89453 41.2486 4.94922 41.1666 5.00391L41.2213 5.08594C41.2486 5.22266 41.3033 5.30469 41.3853 5.35938C41.3033 5.52344 41.2486 5.6875 41.2213 5.85156C41.1939 6.01562 41.1392 6.15234 41.1119 6.26172C41.0845 6.28906 41.0845 6.31641 41.0845 6.39844C41.0845 6.48047 41.0298 6.61719 40.9205 6.83594L40.9478 6.89062C40.9478 7.10938 40.9205 7.21875 40.8384 7.21875C40.7564 7.30078 40.7291 7.49219 40.7291 7.84766L40.7838 8.77734C40.7564 9.02344 40.6744 9.87109 40.565 11.375C40.6744 11.375 40.7564 11.4023 40.7838 11.4297C40.7838 11.457 40.7564 11.5391 40.6744 11.6758C40.6197 11.8398 40.5923 12.0039 40.565 12.168C40.565 12.25 40.5923 12.332 40.647 12.3867C40.7017 12.4688 40.7291 12.5508 40.7291 12.6602L40.7017 13.2891C40.7017 13.5625 40.7291 13.7539 40.8384 13.8086C40.7564 14.0547 40.7017 14.4102 40.7017 14.8203C40.7017 14.957 40.7017 15.0391 40.7291 15.0938C40.6744 15.3672 40.6197 15.6133 40.5377 15.8867L40.3736 17.1445C40.3189 17.2266 40.2369 17.2539 40.1548 17.2539V17.582H40.1275C40.1002 17.6367 40.0728 17.6914 40.0728 17.7461C40.0455 17.8008 40.0455 17.8555 40.0455 17.9102H40.0181L40.0455 17.9648C39.9908 18.0742 39.9634 18.2109 39.9634 18.3477H39.9088L39.8814 18.7305L39.7447 18.7852L39.7994 19.0039L39.772 19.0859H39.7447C39.7447 19.168 39.69 19.2227 39.608 19.25C39.608 19.3047 39.5806 19.3594 39.5259 19.3867C39.5259 19.4961 39.4713 19.5508 39.3619 19.6055L39.3345 19.7695L39.1978 19.8516V19.9336L39.0338 20.0977H38.6783V20.125L38.6236 20.0977V20.125H38.5689V20.1523H38.5142V20.3164L38.0767 20.3984V20.4531C38.022 20.4531 37.9673 20.5078 37.94 20.5625L37.6666 20.5352V20.5625L37.5572 20.5352V20.5625H37.4752C37.4752 20.5898 37.4478 20.5898 37.4205 20.5898C37.3931 20.6172 37.3658 20.6445 37.3658 20.6992H37.2017L37.147 20.8086L36.7642 20.7266V20.8633C36.6822 20.8906 36.6275 20.918 36.6002 20.918C36.5728 20.9453 36.5455 20.9727 36.5181 20.9727L36.2994 20.8906C36.2447 20.9727 36.1627 21.0273 36.0806 21.0547L35.7798 21.0273V21L35.4791 21.0273L35.1783 20.9453L35.1509 21.0547L34.8228 21.1094V21.2188L34.6314 21.2461L34.5494 22.0391L34.8502 22.1211L34.9595 22.3125C35.1783 22.2578 35.2877 22.2305 35.2877 22.2305C35.4244 22.3125 35.5884 22.3672 35.8072 22.3672L36.2447 22.5586L36.272 22.3672H36.4361V22.3398L36.4908 22.3672V22.3125C36.8189 22.3125 37.0103 22.3125 37.0923 22.3398V22.2852L40.2642 21.9023V21.793C40.3189 21.793 40.5377 21.7109 40.9478 21.5742C41.0298 21.5742 41.0845 21.5469 41.1392 21.4648V21.4375L41.2213 21.4648C41.3033 21.3281 41.4127 21.2461 41.522 21.2461L41.6041 21.1094L42.0416 21.0273C42.0689 21.1367 42.0689 21.2188 42.0689 21.3281L42.397 21.4102L42.4517 21.7383L42.9713 21.5469L42.9986 21.5195H43.2447L43.272 21.2188H43.3541V21.2461C43.4908 21.2734 43.5455 21.3008 43.5728 21.3281H43.6548L43.6275 21.6562L43.983 21.5742L44.2564 21.7383L44.0103 22.3672L44.1744 22.3945L43.9283 22.832L44.147 22.8594L43.9556 22.832L43.8736 23.1055L43.7095 23.1875L43.4088 23.1055L43.3541 23.3789L43.19 23.2969C43.1353 23.4062 43.0259 23.4883 42.9166 23.5703L42.7252 23.543L42.6978 23.7344L42.3697 23.707L42.315 23.7891L42.1783 23.7617L42.1509 23.8164L41.9869 23.7891L42.0142 23.8984C41.9869 23.9531 41.9869 23.9805 41.9595 24.0078C41.9595 24.0352 41.9322 24.0625 41.9048 24.0898C41.8502 24.0898 41.7955 24.1172 41.7408 24.1445H41.6314L41.6041 24.1992L41.4947 24.1719L41.4673 24.2266H41.2759V24.3086C41.2486 24.3086 41.2486 24.3086 41.2486 24.3359H41.0572V24.3633L41.0025 24.3359V24.3633H40.8931V24.4453H40.6744L40.647 24.6094C40.565 24.6367 40.4556 24.6641 40.2916 24.7188C40.1275 24.7734 39.9634 24.8281 39.8267 24.8555C39.69 24.9102 39.5806 24.9648 39.4986 24.9922L39.4713 24.9648V24.9102H39.3619L39.0884 24.8008L39.0611 24.9648C38.9791 24.9648 38.8423 24.9922 38.6236 25.0469L38.5963 25.0742H38.4595V25.1836L37.9127 25.1289L37.9947 25.3477L37.6392 25.2109V25.3203L37.5572 25.293V25.375L37.3931 25.4023L37.3658 25.375C37.2838 25.4023 37.2017 25.4297 37.1197 25.457C37.0377 25.457 36.9556 25.4844 36.8736 25.5117L36.6548 25.4297L36.6275 25.4844L36.272 25.3203V25.5117L35.8892 25.3477L35.8619 25.5391ZM45.0909 20.043H44.8995V19.9883H44.7902V19.9609C44.7081 19.9609 44.6261 19.9336 44.5988 19.8789C44.5714 19.8789 44.5441 19.8516 44.5441 19.7969L44.4073 19.7422V19.6602H44.4347V19.4414C44.38 19.4414 44.3253 19.4141 44.2706 19.3867V19.3047H44.2159V19.2227H44.1886V19.0312H44.1339V19.0039H44.1886V18.8945L44.2159 18.8398L44.1886 18.5664C44.2159 18.5391 44.2433 18.5117 44.2706 18.4844C44.2706 18.457 44.2706 18.4297 44.298 18.4023C44.3253 18.375 44.3253 18.375 44.3253 18.3477C44.3253 18.293 44.298 18.2383 44.2706 18.1836L44.3253 17.9375L44.2706 17.9102L44.3253 17.7188H44.38L44.3527 17.5547C44.38 17.5273 44.4073 17.5 44.4347 17.5L44.38 17.3633C44.4073 17.3086 44.4347 17.2539 44.4347 17.1992C44.4347 17.1445 44.462 17.1172 44.4894 17.1172C44.5167 17.1172 44.5441 17.0898 44.5714 17.0078C44.5988 16.9531 44.6261 16.9258 44.6534 16.8984C44.6808 16.8711 44.6808 16.8438 44.6808 16.8164H44.7628V16.7617H44.8722L44.9269 16.7344C44.9542 16.7344 45.0089 16.7617 45.0636 16.7891C45.0909 16.8438 45.1456 16.8711 45.2277 16.8711C45.3097 16.8711 45.337 16.8438 45.3644 16.7617H45.5011C45.5284 16.7344 45.5558 16.707 45.5831 16.6797C45.6378 16.6797 45.6652 16.6523 45.6925 16.625C45.7198 16.5977 45.7198 16.5703 45.7472 16.543C45.9933 16.543 46.13 16.4609 46.1847 16.2969H46.2394L46.2941 16.0781C46.3761 16.0508 46.4308 16.0234 46.4581 15.9961H46.6495V15.9688C46.7042 15.8867 46.7589 15.8594 46.8136 15.832C46.8409 15.832 46.8683 15.832 46.8683 15.8047L47.0323 15.9141V15.75L47.1691 15.832V15.6953C47.1964 15.668 47.2238 15.6406 47.2238 15.6133L47.3605 15.5312C47.3605 15.4492 47.3605 15.3945 47.3878 15.3945V15.3398C47.4698 15.3125 47.5245 15.2578 47.5792 15.2031C47.6066 15.1484 47.6339 15.1211 47.6613 15.0938C47.6613 15.0664 47.6886 15.0664 47.7706 15.0391V14.957C47.798 14.957 47.798 14.957 47.798 14.9297H47.88V14.7656C47.9347 14.7383 47.962 14.6836 47.962 14.6562C48.0988 14.6562 48.1534 14.5742 48.1534 14.3828C48.2355 14.3281 48.2628 14.2461 48.2628 14.1641C48.3448 14.1367 48.3722 14.1094 48.3722 14.0273H48.3995V13.9727H48.4269C48.4269 13.8906 48.4542 13.8359 48.4816 13.7812H48.5636V13.6719H48.5909L48.6183 13.5625H48.673V13.4258L48.7277 13.3984C48.7277 13.2891 48.755 13.1797 48.7823 13.0977C48.837 13.0977 48.8644 13.0703 48.8644 12.9883H48.9738V12.8516H49.0284V12.7422H49.0558L49.0831 12.6055H49.1652L49.2472 12.2227H49.2745L49.3019 12.1133H49.4386C49.4113 12.0312 49.3839 11.9492 49.3839 11.8672C49.3839 11.7852 49.3839 11.7305 49.3566 11.7031C49.4386 11.6758 49.4659 11.5938 49.4933 11.4297C49.548 11.4023 49.5753 11.375 49.5753 11.3203C49.6027 11.3203 49.63 11.293 49.6573 11.2656C49.6573 11.2383 49.6847 11.1562 49.7394 11.0195C49.7667 11.0195 49.7941 10.9922 49.8214 10.9648C49.8488 10.8555 49.9034 10.8008 49.9308 10.8008V10.7188H49.9855V10.5273C49.9855 10.5 50.0402 10.4453 50.1222 10.418V10.3359C50.1495 10.3359 50.1769 10.3086 50.2042 10.2812H50.2589V10.1445C50.2863 10.1172 50.3136 10.0625 50.3136 10.0352H50.3956V9.92578C50.423 9.89844 50.4503 9.87109 50.4777 9.87109V9.76172C50.505 9.73438 50.5323 9.70703 50.5323 9.67969C50.6144 9.65234 50.6691 9.54297 50.7238 9.40625H50.7784C50.8058 9.32422 50.8331 9.29688 50.8878 9.26953C50.8878 9.13281 50.9152 9.05078 50.9425 9.02344C50.9698 8.99609 51.0245 8.96875 51.0519 8.88672H51.1613V8.77734C51.2159 8.75 51.2433 8.72266 51.2433 8.66797C51.2433 8.64062 51.2706 8.58594 51.3253 8.55859C51.3527 8.53125 51.38 8.47656 51.4073 8.39453C51.4894 8.36719 51.5441 8.25781 51.5714 8.09375L51.6808 8.01172H51.7081C51.7355 7.92969 51.7902 7.875 51.8722 7.84766C51.8995 7.82031 51.9269 7.76562 51.9542 7.73828C51.9816 7.71094 52.0089 7.68359 52.0089 7.65625C52.0363 7.62891 52.0636 7.60156 52.0909 7.57422C52.1456 7.57422 52.173 7.54688 52.2003 7.49219C52.2003 7.4375 52.2277 7.38281 52.2823 7.35547C52.3097 7.32812 52.3644 7.30078 52.3917 7.21875H52.5011C52.5011 7.19141 52.5011 7.19141 52.5284 7.19141V7.05469L52.6925 7.02734C52.6925 6.91797 52.7198 6.83594 52.8019 6.78125V6.75391L52.9386 6.78125V6.69922H52.9659V6.61719H53.0206C53.0753 6.53516 53.1573 6.48047 53.2667 6.48047C53.2394 6.42578 53.2394 6.34375 53.2394 6.26172L53.3214 6.20703H53.5402V6.09766C53.5675 6.01562 53.6222 5.98828 53.6769 5.96094C53.7042 5.96094 53.7316 5.90625 53.7589 5.76953C53.8409 5.74219 53.8956 5.66016 53.923 5.52344H53.9777L54.0323 5.38672L54.1691 5.44141V5.22266C54.1964 5.19531 54.1964 5.14062 54.2238 5.11328C54.2238 5.08594 54.2511 5.05859 54.2784 5.00391C54.3058 4.97656 54.3058 4.92188 54.3058 4.89453H54.2784V4.8125H54.3878L54.4972 4.64844H54.5519C54.5519 4.56641 54.5792 4.51172 54.6066 4.45703V4.53906L54.9073 4.51172V4.64844L55.1534 4.56641C55.1534 4.59375 55.1534 4.59375 55.1808 4.62109C55.2081 4.64844 55.2355 4.67578 55.2628 4.73047V4.8125H55.3995C55.4542 4.83984 55.5089 4.86719 55.5363 4.86719C55.5636 4.89453 55.6183 4.94922 55.6456 5.05859H55.755L55.8097 5.03125C55.837 5.14062 55.8917 5.19531 55.9191 5.19531C55.9464 5.22266 55.9464 5.22266 55.9464 5.25C55.9464 5.27734 55.9738 5.30469 56.0558 5.33203V5.57812L56.1652 5.60547V5.74219C56.2472 5.74219 56.2745 5.79688 56.2745 5.93359H56.2198C56.2198 6.09766 56.2198 6.20703 56.2472 6.23438C56.2745 6.28906 56.2745 6.34375 56.2745 6.39844H56.2198L56.2472 6.48047C56.2472 6.5625 56.2198 6.61719 56.1925 6.64453L56.2198 6.83594L56.1925 6.86328H56.1378L56.1105 7.19141H56.0831C56.0558 7.21875 56.0284 7.21875 55.9464 7.21875C55.9464 7.30078 55.9191 7.32812 55.8917 7.32812C55.837 7.35547 55.8097 7.38281 55.8097 7.41016C55.755 7.38281 55.7277 7.35547 55.7277 7.30078L55.4269 7.19141V7.24609L55.2902 7.16406V7.30078L55.0441 7.4375L55.0714 7.54688L54.9894 7.65625V7.68359L54.88 7.73828L54.9073 7.84766L54.7159 8.03906L54.7433 8.09375C54.7159 8.12109 54.7159 8.12109 54.6886 8.12109C54.6613 8.14844 54.6613 8.14844 54.6613 8.17578C54.5792 8.25781 54.5245 8.33984 54.5245 8.39453C54.4698 8.39453 54.4152 8.42188 54.3878 8.47656V8.53125C54.3058 8.53125 54.2511 8.58594 54.2511 8.69531C54.2238 8.69531 54.1964 8.69531 54.1964 8.72266C54.1691 8.75 54.1691 8.77734 54.1417 8.80469H54.0597V8.91406L54.005 8.94141V9.05078C53.9777 9.07812 53.9503 9.13281 53.9503 9.16016C53.4308 9.625 52.9933 10.2266 52.6378 10.9375L52.5011 11.1562L52.7745 11.2109L52.6652 11.3203L53.0753 11.375V11.4297C53.1847 11.457 53.2941 11.457 53.4034 11.457C53.5128 11.4844 53.5948 11.5391 53.6769 11.6758L53.923 11.7031L53.8956 11.7305C54.0323 11.7578 54.1691 11.7578 54.3058 11.7578L54.3331 11.7852H54.4152L54.3878 11.8672C54.4152 11.8672 54.4425 11.8945 54.4425 11.9219L54.6886 12.0312V12.0586L54.8527 12.0859L54.8253 12.25H54.9894C54.9894 12.3047 55.0167 12.332 55.0714 12.332C55.0988 12.3594 55.1261 12.3867 55.1261 12.4141L55.0988 12.5234C55.1808 12.5508 55.2355 12.5781 55.3175 12.6328C55.4269 12.7969 55.5636 12.8789 55.7277 12.9062L55.7823 12.9336L55.755 13.043H55.9738V13.1523L56.1925 13.207L56.1652 13.2891L56.4386 13.3438L56.4659 13.4258C56.6573 13.4531 56.7394 13.5352 56.7394 13.6445L56.712 13.7539H56.8488V13.8359L56.9855 13.8633V13.9453L56.8488 14.082L57.2589 14.1641L57.2316 14.2734L57.3956 14.3008L57.3683 14.3281H57.3956L57.3683 14.4375H57.423L57.3956 14.6289L57.5323 14.6562L57.3956 14.9023L57.5597 14.9297L57.3683 15.2031L57.5323 15.2305L57.505 15.3672L57.5323 15.4219C57.423 15.5039 57.3683 15.6133 57.3683 15.75C57.3409 15.7227 57.3409 15.7227 57.3136 15.7227C57.2863 15.7227 57.1769 15.6953 57.0402 15.668L57.0128 15.7227L56.6027 15.5039L56.548 15.6406L56.1652 15.4492L56.1925 15.832L56.1652 15.8594L56.0558 15.832L56.0284 15.8867L55.8917 15.832L55.837 15.9414L55.3995 15.8594L55.3448 15.9414H55.1534C55.0988 15.832 55.0167 15.7773 54.9073 15.7773V15.7227L54.7706 15.668L54.798 15.6406L54.5519 15.5039C54.5519 15.4219 54.5245 15.3672 54.4425 15.3398V15.2852L54.3058 15.2578L54.3878 14.875L53.9777 15.0938L53.9503 14.957C53.8683 14.9297 53.8136 14.9023 53.8136 14.8203L53.6495 14.793C53.6495 14.7383 53.6222 14.7109 53.5402 14.6836C53.5402 14.6562 53.5128 14.6016 53.4581 14.5742C53.4034 14.5469 53.3761 14.5195 53.3488 14.4922C53.3214 14.4648 53.2941 14.4375 53.212 14.4102L53.4034 14.2188L52.9933 14.1641L52.9386 14H52.6652C52.5831 13.9453 52.5558 13.8633 52.5284 13.7812L52.3644 13.7539L52.3097 13.5352H52.255C52.3097 13.4258 52.3644 13.3438 52.4464 13.2617L51.8448 13.1523C51.8448 13.125 51.8448 13.125 51.8175 13.125L51.7628 12.9062L51.5441 12.8789L51.5167 13.043H51.4347V13.1523C51.38 13.1523 51.3527 13.1797 51.3527 13.207C51.3253 13.2617 51.298 13.3164 51.2706 13.3438L51.298 13.3984L51.1339 13.5078L51.1613 13.6172L51.1066 13.7539C51.0792 13.7539 51.0519 13.7812 51.0245 13.8359H50.9698V13.9727C50.8878 13.9727 50.8605 14.0547 50.8605 14.2461C50.8058 14.3008 50.7511 14.3828 50.7238 14.5195H50.6691L50.6417 14.6562C50.587 14.6836 50.5597 14.7656 50.5597 14.875C50.5323 14.9023 50.5323 14.9297 50.5323 14.957C50.5323 14.9844 50.505 15.0117 50.4777 15.0117L50.2863 15.3125V15.3398H50.2316C50.2316 15.4766 50.2042 15.5586 50.1495 15.5859C50.0948 15.6133 50.0402 15.6133 49.9581 15.6406C49.8761 15.668 49.8488 15.7773 49.8488 15.9688L49.7667 16.0234V16.1875C49.7394 16.1875 49.7394 16.2148 49.7394 16.2422C49.712 16.2695 49.6847 16.2969 49.63 16.2969V16.3789C49.6027 16.4062 49.548 16.4609 49.4659 16.4883V16.707H49.4386V16.7617H49.3292L49.3839 16.8984L49.2198 16.9805L49.2745 17.1992C49.2745 17.2266 49.2745 17.2266 49.2472 17.2266C49.2198 17.2539 49.1925 17.2812 49.1925 17.3086C49.1652 17.3086 49.1378 17.3086 49.1378 17.3086C49.1378 17.3359 49.1105 17.3906 49.0284 17.5H48.9464L48.9191 17.6641H48.7823C48.7823 17.8008 48.7823 17.8555 48.8097 17.8828H48.755V17.9648H48.7003V18.2109L48.5363 18.1836V18.3203C48.5089 18.3477 48.5089 18.4023 48.5089 18.457H48.4542V18.5391C48.4269 18.5391 48.3995 18.5664 48.3995 18.5938H48.3175C48.3175 18.6758 48.2902 18.7578 48.2628 18.8672C48.1808 18.8945 48.1261 18.9219 48.1261 19.0039H48.0714V19.0859C48.0441 19.0859 48.0441 19.1133 48.0167 19.168C47.9894 19.2227 47.962 19.2773 47.9347 19.3047C47.9073 19.332 47.88 19.3867 47.8527 19.4141C47.7433 19.4414 47.6613 19.4688 47.6066 19.5508H47.4698V19.5781C47.3878 19.6055 47.3058 19.6328 47.2238 19.7148L47.0597 19.6055V19.7695L46.8409 19.7422V19.8516H46.6769L46.5948 19.6875L46.4855 19.7148H46.212L46.1573 19.8516H45.9386V19.9062L45.7198 19.8789V19.9062H45.5558V19.9883H45.2277L45.0909 20.043ZM60.4308 16.0781L60.3488 15.9688C59.2003 16.3789 58.5167 16.5977 58.2706 16.6797C58.3527 16.7617 58.4347 16.8164 58.5167 16.8711C58.5167 16.8984 58.4073 16.9258 58.1613 16.9531L58.1886 17.0625C58.1066 17.0898 58.0519 17.1172 57.9698 17.1445C57.8878 17.1719 57.7784 17.2266 57.6964 17.3359C57.6691 17.3359 57.6691 17.3359 57.6417 17.3633C57.6144 17.3906 57.5597 17.4453 57.505 17.4727C57.0675 17.8281 56.7941 18.0742 56.712 18.2383L56.2198 18.375L56.2472 18.5938C56.3019 18.6758 56.3566 18.7578 56.3839 18.8125C56.4113 18.8945 56.4659 18.9492 56.5206 18.9766C56.5753 19.0039 56.6027 19.0586 56.6027 19.1133C56.548 19.168 56.5206 19.2227 56.5206 19.2773C56.548 19.3047 56.5753 19.3047 56.63 19.3047L56.6027 19.4414C56.6027 19.6328 56.6573 19.7695 56.7394 19.8516C56.6573 19.9883 56.6027 20.0703 56.6027 20.0977C56.63 20.1797 56.6573 20.207 56.7394 20.207C56.7667 20.1797 56.7941 20.1797 56.8214 20.1797L56.8761 20.4531C56.9581 20.6172 56.9855 20.7812 56.9855 20.9453L56.9308 21.3281L57.1222 21.2461C57.1495 21.2461 57.1769 21.2461 57.2042 21.2734C57.1495 21.3281 57.0948 21.4648 57.0128 21.6836L57.2042 21.6562L57.1495 21.875C57.1495 22.0391 57.1769 22.1484 57.2316 22.2031L57.5597 22.1484C57.4777 22.2305 57.4503 22.2578 57.423 22.2852C57.3956 22.3125 57.3409 22.3398 57.2589 22.3398L57.2863 22.3672L57.2042 22.3398C57.1769 22.3672 57.1769 22.3945 57.1769 22.4766C57.1769 22.5859 57.2042 22.6406 57.2316 22.6406C57.2589 22.668 57.2589 22.6953 57.2589 22.7227C57.2589 22.8594 57.2863 23.0508 57.3409 23.2969H57.5597L57.587 23.1055C57.6144 22.9688 57.6417 22.832 57.6417 22.75C57.6691 22.7773 57.6691 22.8047 57.6691 22.832C57.6691 22.9141 57.6691 23.0508 57.6417 23.2148C57.6144 23.4062 57.587 23.543 57.587 23.6797C57.587 23.7617 57.6144 23.8164 57.6417 23.8711C57.505 23.9258 57.3683 24.0352 57.2863 24.1992L57.6691 24.2266L57.6417 24.3906C57.6417 24.4727 57.6691 24.582 57.6964 24.6641C57.7784 24.6641 57.8331 24.6367 57.8331 24.6094C58.0245 24.9648 58.1613 25.1562 58.2433 25.1562H58.5988L58.38 24.9922L58.4073 24.9375C58.4073 24.9102 58.4073 24.8828 58.38 24.8555C58.38 24.8008 58.4073 24.7461 58.4894 24.7188C58.5441 24.6914 58.5714 24.6367 58.5714 24.5C58.6808 24.5 58.7902 24.5 58.9269 24.5273C59.0636 24.5547 59.1456 24.582 59.2277 24.582L59.4738 24.5547V24.5273C60.048 24.4727 60.6495 24.3633 61.3058 24.2266L62.5363 24.0352C62.7823 23.9805 62.8917 23.8164 62.8917 23.5703C62.8917 23.4336 63.0011 23.2148 63.2472 22.9688L63.2198 22.9141L63.3839 21.793C63.5753 21.7109 63.6847 21.6016 63.712 21.4375C63.712 21.3555 63.6847 21.3008 63.63 21.2461C63.6847 21.2461 63.7394 21.1914 63.7667 21.082L63.712 21.0547L63.7667 20.9727L63.6573 21L63.63 20.9727C63.548 21.0273 63.4386 21.0547 63.3019 21.0547C63.1652 21.0547 63.0284 21.082 62.9191 21.1094C62.8097 21.1367 62.7003 21.1641 62.6183 21.1641L62.0988 21.4375L61.9073 21.4102C61.7706 21.4102 61.7159 21.4375 61.6886 21.5195C61.4972 21.5195 61.3058 21.5469 61.0597 21.6016C60.0753 21.8203 59.5284 21.9297 59.3917 21.9297C59.3097 21.7656 59.0909 21.6836 58.6808 21.6836C58.3527 21.6562 58.1613 21.6289 58.1066 21.6016C58.0245 21.4648 57.9425 21.3828 57.8605 21.3281C57.7511 21.2734 57.6964 21.2188 57.6691 21.1914C57.6417 21.1641 57.6144 21.1641 57.587 21.1367C57.5597 21.1094 57.5323 21.1094 57.5323 21.082C57.5597 20.8906 57.6144 20.7539 57.6964 20.6992C57.7784 20.6719 57.8058 20.6172 57.8058 20.5352C57.8058 20.4805 57.9698 20.4258 58.298 20.3984C58.3527 20.3984 58.4073 20.3711 58.4347 20.3438C58.462 20.3164 58.8448 20.207 59.6378 20.0156C59.6652 20.0156 59.7198 19.9883 59.7472 19.9609C59.7745 19.9336 60.0753 19.8516 60.6495 19.7148C61.2238 19.6328 61.7706 19.5508 62.3175 19.4688L62.3448 19.4961C62.4542 19.4414 62.6183 19.4141 62.8644 19.4141C62.9191 19.4688 62.9738 19.4961 63.0558 19.4961C63.1105 19.4961 63.1652 19.4688 63.2472 19.4414C63.3292 19.4141 63.3839 19.4141 63.4386 19.4141V19.6055C63.5753 19.5781 63.6847 19.5234 63.712 19.4961C63.8214 19.3594 63.8761 19.0312 63.8761 18.5117C63.8761 18.375 63.8761 18.2383 63.8488 18.1562C63.8214 18.0742 63.8214 18.0195 63.8214 17.9922C63.8214 17.8008 63.712 17.7188 63.5206 17.7188C63.4933 17.7461 63.4659 17.7461 63.4386 17.7461C63.4386 17.5547 63.4113 17.4453 63.3839 17.3906C63.4659 17.3086 63.5206 17.1719 63.5206 16.9531L63.4933 16.7891L63.6027 16.7344L63.7667 16.8438C63.7941 16.707 63.8214 16.5977 63.8488 16.543C63.8761 16.5156 64.0948 16.4336 64.505 16.3516C64.6417 16.3516 64.6964 16.3516 64.7238 16.3789C64.7511 16.4062 64.8058 16.4062 64.8878 16.4062C64.9698 16.4883 65.0519 16.543 65.1339 16.543L65.1886 16.5156C65.462 16.7891 65.6534 16.9258 65.7902 16.9258C65.8175 17.0078 65.8995 17.0898 65.9816 17.1719L66.0089 17.418C66.173 17.8008 66.2823 18.0195 66.3097 18.0469C66.3097 18.2383 66.337 18.4023 66.3917 18.4844C66.3097 18.5117 66.2823 18.6484 66.2823 18.8398C66.255 18.8672 66.2277 18.8672 66.173 18.8945C66.1183 18.9219 66.0636 19.0039 66.0089 19.1953C65.9816 19.3047 65.9269 19.3867 65.8448 19.4414C65.8995 19.5781 65.9816 19.6875 66.0636 19.7969C66.0089 19.8242 65.9816 19.8789 65.9816 19.9609L65.7902 19.9062L65.7628 19.9336V19.9883C65.6534 20.2891 65.5714 20.4805 65.5167 20.5625L65.7355 20.6172C65.7081 20.6445 65.6808 20.6445 65.6808 20.6719L65.7355 20.7539L65.6808 20.8633L65.7081 20.8906C65.5167 21.1094 65.4347 21.2734 65.4073 21.4102C65.3253 21.4375 65.298 21.5195 65.298 21.6016L65.1339 21.6289L65.0519 21.4102C64.9972 21.5195 64.9152 21.6016 64.8058 21.6562L64.8605 21.875C64.8605 22.3398 64.7784 22.668 64.6417 22.8047L64.7238 23.1875C64.7511 23.1602 64.8058 23.1602 64.8331 23.1328C64.8605 23.1328 64.8878 23.1328 64.8878 23.1055H65.0245L65.1066 23.1602C65.1339 23.1055 65.2159 22.8867 65.3253 22.5039C65.4073 22.2578 65.4347 22.0664 65.4347 21.875C65.462 21.9023 65.462 21.9023 65.4894 21.9297C65.4894 21.957 65.5441 21.957 65.6808 21.957L65.5988 22.0664L65.7081 22.0938C65.6534 22.1758 65.5988 22.2852 65.5441 22.4219C65.462 22.5586 65.4073 22.6953 65.38 22.8047C65.3253 22.9414 65.298 23.0234 65.298 23.0508C65.2706 23.0781 65.2706 23.1328 65.2433 23.1875H65.462C65.3253 23.3789 65.2433 23.543 65.2433 23.6523L65.298 23.7891L65.3527 23.7617C65.1886 23.9258 65.1066 24.0898 65.1066 24.2266L65.3527 24.1445L65.2433 24.3906L65.38 24.5C65.38 24.5547 65.3253 24.6094 65.1886 24.6914C65.3253 24.7734 65.4347 24.8281 65.462 24.8281C65.4894 24.8281 65.5988 24.8555 65.7902 24.8828L65.7081 24.9102L65.7902 25.2656C65.7902 25.3477 65.7628 25.4023 65.7081 25.457C65.6534 25.5391 65.6261 25.5938 65.6261 25.6758C65.4347 25.6758 65.2433 25.7031 65.0519 25.7852L64.9425 25.7578C64.8331 25.7578 64.7511 25.8125 64.6964 25.8945C64.6691 25.8672 64.6417 25.8672 64.6144 25.8672C64.505 25.8672 64.3956 25.9219 64.3136 26.0039C64.2863 25.9766 64.2042 25.9492 64.0948 25.9492C63.9855 25.9492 63.6573 26.0039 63.1105 26.1133C63.1105 26.168 62.9738 26.1953 62.7277 26.1953C62.4816 26.1953 62.3175 26.2227 62.2902 26.25C62.0988 26.25 61.8253 26.2773 61.4698 26.3047C61.1144 26.3594 60.7589 26.4141 60.4034 26.4414C59.8839 26.4688 59.5831 26.5234 59.4464 26.5508L59.0909 26.3867C59.0636 26.332 59.0363 26.3047 58.9816 26.3047L58.9542 26.332C58.8995 26.332 58.8448 26.2773 58.7902 26.1953C58.7355 26.1133 58.6261 26.0859 58.4347 26.0859C58.38 26.1133 58.3527 26.168 58.3527 26.2227C58.3527 26.3047 58.4073 26.4414 58.4894 26.6055C58.4894 26.6602 58.4894 26.6875 58.462 26.7148C58.4347 26.7422 58.4073 26.7969 58.4073 26.8242C58.3527 26.9336 58.3253 27.0703 58.3253 27.207C58.3253 27.2891 58.3527 27.3711 58.38 27.4258V27.5078L58.1613 27.3438C58.0792 27.4805 57.9152 27.5352 57.6964 27.5352C57.4503 27.5352 57.3136 27.5078 57.2863 27.4805C57.2589 27.4531 57.2316 27.3984 57.2316 27.3711C57.2316 27.3438 57.2316 27.3164 57.2042 27.2891L57.1222 27.3164C57.0402 27.1797 56.9581 27.0977 56.8761 27.0977H56.6847C56.6573 27.043 56.63 27.0156 56.6027 26.9883C56.548 26.9883 56.4933 26.9609 56.4659 26.9062C56.3839 26.7695 56.3019 26.6875 56.2198 26.6328C56.2198 26.3867 56.1652 26.25 56.0284 26.25L56.0558 26.1953L55.9464 26.1406C55.8644 26.0039 55.7823 25.7852 55.7277 25.4844L55.5636 25.2109C55.5363 24.8008 55.5089 24.5547 55.4816 24.5C55.4542 24.4727 55.4269 24.418 55.3995 24.3906C55.3722 24.3633 55.3448 24.3633 55.3448 24.3359L55.3722 24.2266C55.2902 24.0898 55.2628 23.625 55.2628 22.8594L55.2902 22.4492C55.1534 22.1211 55.0714 21.9023 54.9894 21.793C54.9894 21.6016 54.962 21.4375 54.88 21.2461C54.7433 20.8359 54.6613 20.5898 54.5792 20.5352L54.6066 20.4258C54.5792 20.3438 54.5792 20.125 54.5792 19.7695C54.5245 19.4688 54.4972 19.332 54.4698 19.3047C54.4425 19.2773 54.4152 19.2773 54.3331 19.2773L54.3058 19.3047C54.2784 19.25 54.2784 19.1953 54.2784 19.1133C54.2784 18.9766 54.3331 18.8398 54.4152 18.6484L54.5245 18.5938V18.5664C54.4698 18.4844 54.4425 18.4297 54.4425 18.375L54.6886 18.0469C54.7159 17.9375 54.8527 17.8555 55.0988 17.7734C55.1261 17.7188 55.2081 17.6641 55.2902 17.6367C55.3722 17.6094 55.4269 17.582 55.5089 17.5547C55.5909 17.5273 55.673 17.5 55.755 17.5C55.837 17.418 56.0011 17.3359 56.2472 17.1992C56.9855 16.8984 57.3956 16.7344 57.5323 16.7344L57.5597 16.6523C57.7511 16.6523 58.0245 16.543 58.3253 16.3516C58.4073 16.3242 58.7902 16.1875 59.4191 15.9961C59.7472 15.9141 59.9933 15.832 60.1847 15.75L60.1027 15.668C60.2941 15.6133 60.4855 15.5312 60.6222 15.4219C60.6495 15.4492 60.7042 15.4492 60.7589 15.4492C60.8409 15.4492 61.0597 15.3672 61.3605 15.1758C61.3878 15.2031 61.4152 15.2031 61.4698 15.2031C61.6613 15.2031 61.7706 15.1211 61.8527 14.957C61.9073 14.9297 61.962 14.9023 61.9894 14.9023C62.0988 14.875 62.1534 14.793 62.1534 14.7109L62.1261 14.6016L62.2355 14.5742L62.2081 14.4648C62.0988 14.2188 62.0441 13.8906 62.0441 13.4258C62.0441 12.9336 62.1534 12.3594 62.3448 11.7031L62.3722 11.6758V10.418C62.0167 10.6641 61.798 10.8008 61.6886 10.8008C61.4425 10.8828 61.3058 10.9375 61.2511 10.9922C61.1417 11.0195 60.8956 11.2109 60.5402 11.5117C60.4581 11.5117 60.3761 11.5664 60.3214 11.6758C60.2941 11.7031 60.2941 11.7031 60.2941 11.7305C60.2941 11.7578 60.212 11.7578 60.0753 11.7852C59.9933 11.8125 59.9386 11.8398 59.9113 11.8672C59.7745 11.8672 59.6378 11.8672 59.5558 11.8945C59.4464 11.9219 59.3644 11.9219 59.337 11.9219C59.2823 12.0039 59.2003 12.0312 59.0636 12.0312C58.9269 12.0312 58.8175 12.0586 58.7355 12.1406L58.5714 12.1133C58.5167 12.1133 58.462 12.1406 58.4347 12.168C58.3527 12.168 58.2706 12.1953 58.2433 12.2227C58.1886 12.1953 58.0519 12.1953 57.8058 12.1953C57.6964 12.1953 57.587 12.1953 57.505 12.2227C57.2316 12.2227 57.0675 12.168 57.0402 12.0859L56.8761 12.1133C56.7394 12.1133 56.5753 12.0859 56.4113 12.0039C56.2472 11.9219 56.1378 11.8672 56.0831 11.8398C56.0284 11.8125 55.9738 11.7852 55.9464 11.7578C55.837 11.7305 55.7823 11.6758 55.7823 11.6211C55.755 11.5664 55.7277 11.5391 55.673 11.5391C55.6183 11.5391 55.5909 11.5117 55.5909 11.457C55.5636 11.4297 55.5089 11.375 55.4269 11.3477C55.3995 11.293 55.3995 11.1836 55.3995 11.0195C55.3995 10.8828 55.4269 10.7734 55.4542 10.7188C55.4816 10.6914 55.4816 10.6641 55.4816 10.6367C55.4816 10.6094 55.5363 10.6094 55.6183 10.582C55.8097 10.582 55.9464 10.5547 55.9738 10.5C56.0558 10.3633 56.6847 10.2539 57.8878 10.1719L57.8331 10.0898C58.1886 10.0898 58.5441 9.98047 58.8722 9.73438L59.0363 9.78906L59.0909 9.76172C59.3917 9.57031 59.6652 9.43359 59.8839 9.32422L59.9933 9.35156C60.13 9.35156 60.1847 9.26953 60.1847 9.13281C60.2394 9.16016 60.3214 9.21484 60.4581 9.35156V9.10547C60.5128 9.05078 60.5948 9.02344 60.7316 8.99609C60.8409 8.96875 60.923 8.94141 61.005 8.85938L61.3058 8.80469C61.7706 8.50391 62.0167 8.33984 62.0988 8.33984L62.2355 8.12109L62.2081 8.01172L62.3722 7.92969C62.3448 6.23438 62.2628 4.59375 62.1261 3.03516V2.92578L62.0988 2.87109C62.0988 2.76172 62.0441 2.48828 61.9073 2.05078C61.8527 1.88672 61.798 1.77734 61.7433 1.72266C61.6613 1.69531 61.6066 1.61328 61.5519 1.53125C61.4972 1.44922 61.4152 1.36719 61.3058 1.28516C61.1964 1.20312 61.1417 1.12109 61.1417 1.03906C61.1417 0.957031 61.1417 0.847656 61.1144 0.710938C61.1144 0.410156 61.5519 0.246094 62.4269 0.246094C62.8644 0.246094 63.2472 0.273438 63.5753 0.328125C63.63 0.382812 63.712 0.4375 63.8488 0.464844C63.9581 0.492188 64.0675 0.519531 64.1769 0.546875C64.2863 0.574219 64.3683 0.574219 64.423 0.574219C64.4503 0.574219 64.5597 0.628906 64.6964 0.710938C64.8331 0.792969 64.9425 0.902344 65.0519 1.01172C65.5167 1.50391 65.7355 1.96875 65.7355 2.37891L65.6534 2.87109C65.6534 3.5 65.5714 3.91016 65.38 4.10156C65.5167 4.45703 65.5714 4.67578 65.5714 4.75781C65.5167 4.8125 65.462 4.83984 65.38 4.83984L65.1339 4.8125C65.1066 4.8125 65.0792 4.83984 65.0519 4.86719C65.0245 4.89453 64.9698 4.94922 64.9425 4.97656C64.8331 5.05859 64.7784 5.14062 64.7784 5.19531C64.7784 5.22266 64.8058 5.27734 64.8331 5.30469C64.8605 5.33203 64.9152 5.35938 64.9425 5.35938C65.0245 5.35938 65.1066 5.33203 65.2159 5.30469C65.298 5.27734 65.38 5.25 65.462 5.22266C65.462 5.27734 65.4347 5.33203 65.38 5.38672C65.3253 5.44141 65.298 5.49609 65.298 5.55078C65.298 5.63281 65.3527 5.66016 65.4347 5.66016C65.4073 5.76953 65.38 5.87891 65.38 5.96094L65.4347 6.31641L65.4073 6.45312L65.2706 6.50781L65.298 6.72656C65.2706 6.83594 65.2433 6.94531 65.2433 7.02734C65.2159 7.10938 65.2159 7.19141 65.2159 7.21875C65.2159 7.24609 65.2433 7.27344 65.2706 7.30078C65.298 7.32812 65.298 7.38281 65.298 7.46484C65.298 7.49219 65.2706 7.54688 65.2433 7.57422C65.1886 7.60156 65.1339 7.65625 65.1066 7.68359C65.0792 7.71094 65.0519 7.76562 65.0519 7.79297L65.0792 7.90234C65.0245 7.95703 64.9972 8.03906 64.9972 8.12109C64.9972 8.20312 65.0519 8.28516 65.1339 8.36719C65.2159 8.44922 65.2433 8.53125 65.2433 8.58594C65.1886 8.69531 65.1613 8.83203 65.1613 8.99609C65.1613 9.13281 65.1886 9.26953 65.2159 9.35156L65.1886 11.7031L65.0245 11.8125L65.1886 11.8672V12.332C65.0245 12.5508 64.8878 12.7969 64.8058 13.0977C64.7784 13.1797 64.7511 13.2344 64.7238 13.2617C64.6964 13.2891 64.6417 13.3438 64.587 13.4258H64.6964C64.6417 13.6172 64.587 13.7266 64.505 13.8086C64.505 13.918 64.3956 14.1914 64.1495 14.6562C64.0675 14.6836 63.9581 14.7656 63.8761 14.8477C63.8761 14.9023 63.9034 14.957 63.9308 15.0117C63.8761 15.0664 63.8214 15.1211 63.7941 15.2031L63.6027 15.1758C63.5753 15.2031 63.3019 15.3125 62.7823 15.4766V15.5312C62.7003 15.6133 62.5363 15.6406 62.2902 15.6406C62.0167 15.668 61.8253 15.7227 61.7159 15.832C61.7159 15.8594 61.6886 15.8594 61.6066 15.8594C61.5245 15.8867 61.4152 15.9141 61.2511 15.9414C61.005 15.9961 60.7316 16.0234 60.4581 16.0234L60.4308 16.0781ZM65.3527 23.7617L65.38 23.7344C65.3527 23.7344 65.3527 23.7344 65.3527 23.7617ZM54.4425 19.7969L54.4152 19.7422V19.7969H54.4425Z' fill='%23444444'/%3E%3C/svg%3E%0A");
}
@media (max-width: 768px) {
  .greetings.se01d .con_box .text .sign_box .sign {
    width: 65px;
    height: 25px;
  }
}
@media (max-width: 500px) {
  .greetings.se01d .con_box .text .sign_box .sign {
    width: 63px;
    height: 23px;
  }
}

/* 인사말 se01d : E */
/* 연혁 */
.history {
  /* 연혁 se02d : S */
}
.history.se02d .history_top {
  display: flex;
  position: relative;
  padding: 50px 20px;
  background: url(/images/book/sub01/history_topbox.jpg) no-repeat;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  background-size: cover;
  min-height: 234px;
}
@media (max-width: 768px) {
  .history.se02d .history_top {
    padding: 20px;
    background-size: cover;
    min-height: 220px;
  }
}
@media (max-width: 560px) {
  .history.se02d .history_top {
    padding: 20px 16px;
    min-height: 180px;
  }
}
.history.se02d .history_top::before {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 532px;
  aspect-ratio: 133/16;
  background: url("data:image/svg+xml,%3Csvg width='532' height='64' viewBox='0 0 532 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:lighten' opacity='0.25'%3E%3Cpath d='M47.3067 47.09C47.3067 51.5 46.2567 55.28 44.1567 58.43C42.1267 61.51 39.1167 63.05 35.1267 63.05C31.2067 63.05 26.6217 61.755 21.3717 59.165C16.1217 56.505 12.3417 55.175 10.0317 55.175C5.9017 55.175 3.3467 57.45 2.3667 62H0.266699C0.686699 56.68 2.6467 51.675 6.1467 46.985C8.5267 43.835 13.5667 38.48 21.2667 30.92C23.2967 28.89 25.1167 26.475 26.7267 23.675C28.3367 20.875 29.1417 17.865 29.1417 14.645C29.1417 11.425 28.1967 8.66 26.3067 6.35C24.4167 4.04 21.6167 2.885 17.9067 2.885C15.5267 2.885 13.3567 3.34 11.3967 4.25C9.4367 5.16 8.4567 6.21 8.4567 7.4C8.4567 8.52 8.9117 9.36 9.8217 9.92C10.8017 10.48 11.8167 10.935 12.8667 11.285C13.9867 11.565 15.0017 12.265 15.9117 13.385C16.8917 14.505 17.3817 16.01 17.3817 17.9C17.3817 19.79 16.6817 21.4 15.2817 22.73C13.9517 24.06 12.0967 24.725 9.7167 24.725C7.3367 24.725 5.3767 23.85 3.8367 22.1C2.2967 20.35 1.5267 18.11 1.5267 15.38C1.5267 11.11 3.3467 7.54 6.9867 4.67C10.6967 1.8 15.8417 0.364999 22.4217 0.364999C29.0717 0.364999 34.7067 1.8 39.3267 4.67C43.9467 7.54 46.2567 11.495 46.2567 16.535C46.2567 20.665 45.2767 24.165 43.3167 27.035C41.4267 29.905 38.9767 32.075 35.9667 33.545C33.0267 35.015 29.9817 36.31 26.8317 37.43C23.7517 38.48 20.7067 39.74 17.6967 41.21C14.7567 42.61 12.6567 44.255 11.3967 46.145C13.0767 44.745 15.2467 44.045 17.9067 44.045C20.5667 44.045 23.5767 44.5 26.9367 45.41C30.3667 46.32 33.0617 46.775 35.0217 46.775C36.9817 46.775 38.5917 46.67 39.8517 46.46C41.1117 46.25 42.3017 45.655 43.4217 44.675C44.5417 43.695 45.2067 42.295 45.4167 40.475H46.4667C47.0267 42.715 47.3067 44.92 47.3067 47.09ZM108.45 31.97C108.45 41.42 106.105 49.015 101.415 54.755C96.7253 60.425 90.3903 63.26 82.4103 63.26C74.5003 63.26 68.2353 60.425 63.6153 54.755C59.0653 49.085 56.7903 41.07 56.7903 30.71C56.7903 22.17 59.0653 14.995 63.6153 9.185C68.2353 3.305 74.6053 0.364999 82.7253 0.364999C90.9153 0.364999 97.2503 3.27 101.73 9.08C106.21 14.82 108.45 22.45 108.45 31.97ZM92.8053 30.71C92.8053 11.88 89.4103 2.465 82.6203 2.465C75.8303 2.465 72.4353 11.88 72.4353 30.71C72.4353 40.79 73.1703 48.385 74.6403 53.495C76.1103 58.605 78.8053 61.16 82.7253 61.16C86.6453 61.16 89.3053 58.64 90.7053 53.6C92.1053 48.56 92.8053 40.93 92.8053 30.71ZM168.538 31.97C168.538 41.42 166.193 49.015 161.503 54.755C156.813 60.425 150.478 63.26 142.498 63.26C134.588 63.26 128.323 60.425 123.703 54.755C119.153 49.085 116.878 41.07 116.878 30.71C116.878 22.17 119.153 14.995 123.703 9.185C128.323 3.305 134.693 0.364999 142.813 0.364999C151.003 0.364999 157.338 3.27 161.818 9.08C166.298 14.82 168.538 22.45 168.538 31.97ZM152.893 30.71C152.893 11.88 149.498 2.465 142.708 2.465C135.918 2.465 132.523 11.88 132.523 30.71C132.523 40.79 133.258 48.385 134.728 53.495C136.198 58.605 138.893 61.16 142.813 61.16C146.733 61.16 149.393 58.64 150.793 53.6C152.193 48.56 152.893 40.93 152.893 30.71ZM201.851 59.9H209.201V62H177.701V59.9H186.101V9.395L177.596 12.65L176.966 10.655L198.071 0.889998H201.851V59.9ZM238.055 41.735C238.055 38.165 239.42 35.155 242.15 32.705C244.88 30.185 247.995 28.925 251.495 28.925C254.995 28.925 259.16 29.94 263.99 31.97C268.89 34 272.39 35.015 274.49 35.015C276.66 35.015 278.165 34.525 279.005 33.545C279.845 32.565 280.265 31.34 280.265 29.87L280.16 27.98H281.84C282.33 29.31 282.575 30.885 282.575 32.705C282.575 36.205 281.175 39.215 278.375 41.735C275.645 44.255 272.495 45.515 268.925 45.515C265.425 45.515 261.225 44.5 256.325 42.47C251.495 40.44 248.065 39.425 246.035 39.425C244.005 39.425 242.535 39.915 241.625 40.895C240.785 41.875 240.365 43.1 240.365 44.57L240.47 46.46H238.79C238.3 44.92 238.055 43.345 238.055 41.735ZM318.823 59.9H327.223V62H310.423V59.9H316.723V9.92C314.483 6.84 312.383 5.3 310.423 5.3V3.2H330.058L359.563 38.165V5.3H351.163V3.2H369.013V5.3H361.663V63.05H359.563L318.823 12.545V59.9ZM417.382 32.495C417.382 23.535 416.157 16.57 413.707 11.6C411.327 6.56 408.002 4.04 403.732 4.04C399.532 4.04 396.207 6.56 393.757 11.6C391.307 16.64 390.082 23.675 390.082 32.705C390.082 41.735 391.237 48.7 393.547 53.6C395.927 58.5 399.322 60.95 403.732 60.95C412.832 60.95 417.382 51.465 417.382 32.495ZM434.287 33.125C434.287 42.715 431.452 50.1 425.782 55.28C420.112 60.46 412.727 63.05 403.627 63.05C394.527 63.05 387.177 60.495 381.577 55.385C375.977 50.205 373.177 42.82 373.177 33.23C373.177 23.57 375.977 15.94 381.577 10.34C387.177 4.74 394.597 1.94 403.837 1.94C413.147 1.94 420.532 4.74 425.992 10.34C431.522 15.87 434.287 23.465 434.287 33.125ZM437.444 5.3V3.2H468.209V5.3H463.064L477.449 37.745L484.169 21.05L477.134 5.3H473.144V3.2H501.914V5.3H496.979L511.049 37.325L522.179 5.3H513.779V3.2H531.839V5.3H524.699L505.064 62H502.544L502.964 60.845L502.439 62L485.534 23.99L470.309 62H467.789L442.484 5.3H437.444Z' fill='white' fill-opacity='0.6'/%3E%3C/g%3E%3C/svg%3E%0A");
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-50%);
  background-size: contain;
}
@media (max-width: 768px) {
  .history.se02d .history_top::before {
    width: 410px;
  }
}
@media (max-width: 560px) {
  .history.se02d .history_top::before {
    width: 90%;
  }
}
.history.se02d .history_top.type1::before {
  top: 1px;
  width: 548px;
  aspect-ratio: 548/59;
  background-image: url("data:image/svg+xml,%3Csvg width='548' height='59' viewBox='0 0 548 59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:lighten' opacity='0.25'%3E%3Cpath d='M47.3599 42.09C47.3599 46.5 46.3099 50.28 44.2099 53.43C42.1799 56.51 39.1699 58.05 35.1799 58.05C31.2599 58.05 26.6749 56.755 21.4249 54.165C16.1749 51.505 12.3949 50.175 10.0849 50.175C5.95492 50.175 3.39992 52.45 2.41992 57H0.319922C0.739922 51.68 2.69992 46.675 6.19992 41.985C8.57992 38.835 13.6199 33.48 21.3199 25.92C23.3499 23.89 25.1699 21.475 26.7799 18.675C28.3899 15.875 29.1949 12.865 29.1949 9.645C29.1949 6.425 28.2499 3.66 26.3599 1.35C24.4699 -0.960003 21.6699 -2.115 17.9599 -2.115C15.5799 -2.115 13.4099 -1.66 11.4499 -0.750001C9.48992 0.16 8.50992 1.21 8.50992 2.4C8.50992 3.52 8.96492 4.36 9.87492 4.92C10.8549 5.48 11.8699 5.935 12.9199 6.285C14.0399 6.565 15.0549 7.265 15.9649 8.385C16.9449 9.505 17.4349 11.01 17.4349 12.9C17.4349 14.79 16.7349 16.4 15.3349 17.73C14.0049 19.06 12.1499 19.725 9.76992 19.725C7.38992 19.725 5.42992 18.85 3.88992 17.1C2.34992 15.35 1.57992 13.11 1.57992 10.38C1.57992 6.11 3.39992 2.54 7.03992 -0.33C10.7499 -3.2 15.8949 -4.635 22.4749 -4.635C29.1249 -4.635 34.7599 -3.2 39.3799 -0.33C43.9999 2.54 46.3099 6.495 46.3099 11.535C46.3099 15.665 45.3299 19.165 43.3699 22.035C41.4799 24.905 39.0299 27.075 36.0199 28.545C33.0799 30.015 30.0349 31.31 26.8849 32.43C23.8049 33.48 20.7599 34.74 17.7499 36.21C14.8099 37.61 12.7099 39.255 11.4499 41.145C13.1299 39.745 15.2999 39.045 17.9599 39.045C20.6199 39.045 23.6299 39.5 26.9899 40.41C30.4199 41.32 33.1149 41.775 35.0749 41.775C37.0349 41.775 38.6449 41.67 39.9049 41.46C41.1649 41.25 42.3549 40.655 43.4749 39.675C44.5949 38.695 45.2599 37.295 45.4699 35.475H46.5199C47.0799 37.715 47.3599 39.92 47.3599 42.09ZM108.504 26.97C108.504 36.42 106.159 44.015 101.469 49.755C96.7786 55.425 90.4436 58.26 82.4636 58.26C74.5536 58.26 68.2886 55.425 63.6686 49.755C59.1186 44.085 56.8436 36.07 56.8436 25.71C56.8436 17.17 59.1186 9.995 63.6686 4.185C68.2886 -1.695 74.6586 -4.635 82.7786 -4.635C90.9686 -4.635 97.3036 -1.73 101.784 4.08C106.264 9.82 108.504 17.45 108.504 26.97ZM92.8586 25.71C92.8586 6.88 89.4636 -2.535 82.6736 -2.535C75.8836 -2.535 72.4886 6.88 72.4886 25.71C72.4886 35.79 73.2236 43.385 74.6936 48.495C76.1636 53.605 78.8586 56.16 82.7786 56.16C86.6986 56.16 89.3586 53.64 90.7586 48.6C92.1586 43.56 92.8586 35.93 92.8586 25.71ZM162.921 42.09C162.921 46.5 161.871 50.28 159.771 53.43C157.741 56.51 154.731 58.05 150.741 58.05C146.821 58.05 142.236 56.755 136.986 54.165C131.736 51.505 127.956 50.175 125.646 50.175C121.516 50.175 118.961 52.45 117.981 57H115.881C116.301 51.68 118.261 46.675 121.761 41.985C124.141 38.835 129.181 33.48 136.881 25.92C138.911 23.89 140.731 21.475 142.341 18.675C143.951 15.875 144.756 12.865 144.756 9.645C144.756 6.425 143.811 3.66 141.921 1.35C140.031 -0.960003 137.231 -2.115 133.521 -2.115C131.141 -2.115 128.971 -1.66 127.011 -0.750001C125.051 0.16 124.071 1.21 124.071 2.4C124.071 3.52 124.526 4.36 125.436 4.92C126.416 5.48 127.431 5.935 128.481 6.285C129.601 6.565 130.616 7.265 131.526 8.385C132.506 9.505 132.996 11.01 132.996 12.9C132.996 14.79 132.296 16.4 130.896 17.73C129.566 19.06 127.711 19.725 125.331 19.725C122.951 19.725 120.991 18.85 119.451 17.1C117.911 15.35 117.141 13.11 117.141 10.38C117.141 6.11 118.961 2.54 122.601 -0.33C126.311 -3.2 131.456 -4.635 138.036 -4.635C144.686 -4.635 150.321 -3.2 154.941 -0.33C159.561 2.54 161.871 6.495 161.871 11.535C161.871 15.665 160.891 19.165 158.931 22.035C157.041 24.905 154.591 27.075 151.581 28.545C148.641 30.015 145.596 31.31 142.446 32.43C139.366 33.48 136.321 34.74 133.311 36.21C130.371 37.61 128.271 39.255 127.011 41.145C128.691 39.745 130.861 39.045 133.521 39.045C136.181 39.045 139.191 39.5 142.551 40.41C145.981 41.32 148.676 41.775 150.636 41.775C152.596 41.775 154.206 41.67 155.466 41.46C156.726 41.25 157.916 40.655 159.036 39.675C160.156 38.695 160.821 37.295 161.031 35.475H162.081C162.641 37.715 162.921 39.92 162.921 42.09ZM224.065 26.97C224.065 36.42 221.72 44.015 217.03 49.755C212.34 55.425 206.005 58.26 198.025 58.26C190.115 58.26 183.85 55.425 179.23 49.755C174.68 44.085 172.405 36.07 172.405 25.71C172.405 17.17 174.68 9.995 179.23 4.185C183.85 -1.695 190.22 -4.635 198.34 -4.635C206.53 -4.635 212.865 -1.73 217.345 4.08C221.825 9.82 224.065 17.45 224.065 26.97ZM208.42 25.71C208.42 6.88 205.025 -2.535 198.235 -2.535C191.445 -2.535 188.05 6.88 188.05 25.71C188.05 35.79 188.785 43.385 190.255 48.495C191.725 53.605 194.42 56.16 198.34 56.16C202.26 56.16 204.92 53.64 206.32 48.6C207.72 43.56 208.42 35.93 208.42 25.71ZM254.002 36.735C254.002 33.165 255.367 30.155 258.097 27.705C260.827 25.185 263.942 23.925 267.442 23.925C270.942 23.925 275.107 24.94 279.937 26.97C284.837 29 288.337 30.015 290.437 30.015C292.607 30.015 294.112 29.525 294.952 28.545C295.792 27.565 296.212 26.34 296.212 24.87L296.107 22.98H297.787C298.277 24.31 298.522 25.885 298.522 27.705C298.522 31.205 297.122 34.215 294.322 36.735C291.592 39.255 288.442 40.515 284.872 40.515C281.372 40.515 277.172 39.5 272.272 37.47C267.442 35.44 264.012 34.425 261.982 34.425C259.952 34.425 258.482 34.915 257.572 35.895C256.732 36.875 256.312 38.1 256.312 39.57L256.417 41.46H254.737C254.247 39.92 254.002 38.345 254.002 36.735ZM334.77 54.9H343.17V57H326.37V54.9H332.67V4.92C330.43 1.84 328.33 0.299998 326.37 0.299998V-1.8H346.005L375.51 33.165V0.299998H367.11V-1.8H384.96V0.299998H377.61V58.05H375.51L334.77 7.545V54.9ZM433.328 27.495C433.328 18.535 432.103 11.57 429.653 6.6C427.273 1.56 423.948 -0.960005 419.678 -0.960005C415.478 -0.960005 412.153 1.56 409.703 6.6C407.253 11.64 406.028 18.675 406.028 27.705C406.028 36.735 407.183 43.7 409.493 48.6C411.873 53.5 415.268 55.95 419.678 55.95C428.778 55.95 433.328 46.465 433.328 27.495ZM450.233 28.125C450.233 37.715 447.398 45.1 441.728 50.28C436.058 55.46 428.673 58.05 419.573 58.05C410.473 58.05 403.123 55.495 397.523 50.385C391.923 45.205 389.123 37.82 389.123 28.23C389.123 18.57 391.923 10.94 397.523 5.34C403.123 -0.260002 410.543 -3.06 419.783 -3.06C429.093 -3.06 436.478 -0.260002 441.938 5.34C447.468 10.87 450.233 18.465 450.233 28.125ZM453.391 0.299998V-1.8H484.156V0.299998H479.011L493.396 32.745L500.116 16.05L493.081 0.299998H489.091V-1.8H517.861V0.299998H512.926L526.996 32.325L538.126 0.299998H529.726V-1.8H547.786V0.299998H540.646L521.011 57H518.491L518.911 55.845L518.386 57L501.481 18.99L486.256 57H483.736L458.431 0.299998H453.391Z' fill='white' fill-opacity='0.6'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media (max-width: 768px) {
  .history.se02d .history_top.type1::before {
    width: 426px;
  }
}
@media (max-width: 560px) {
  .history.se02d .history_top.type1::before {
    width: 90%;
  }
}
.history.se02d .history_top .top_txt {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.5px;
  font-style: normal;
  line-height: 130%;
  text-align: center;
}
@media (max-width: 1023px) {
  .history.se02d .history_top .top_txt {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .history.se02d .history_top .top_txt {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .history.se02d .history_top .top_txt {
    font-size: 18px;
  }
}
.history.se02d .history_top .top_txt > em {
  color: #8FE8FF;
}
@media (max-width: 560px) {
  .history.se02d .history_top .top_txt br {
    display: none;
  }
}
.history.se02d .history_lists {
  position: relative;
  padding-left: 127px;
}
@media (max-width: 1280px) {
  .history.se02d .history_lists {
    padding-left: 118px;
  }
}
@media (max-width: 1023px) {
  .history.se02d .history_lists {
    padding-left: 90px;
  }
}
@media (max-width: 768px) {
  .history.se02d .history_lists {
    padding-left: 50px;
  }
}
@media (max-width: 560px) {
  .history.se02d .history_lists {
    padding-left: 38px;
  }
}
.history.se02d .history_lists::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50px;
  width: 1px;
  height: calc(100% - 87px);
  background: #0046B7;
}
@media (max-width: 1280px) {
  .history.se02d .history_lists::before {
    left: 41px;
  }
}
@media (max-width: 1023px) {
  .history.se02d .history_lists::before {
    left: 13px;
  }
}
@media (max-width: 768px) {
  .history.se02d .history_lists::before {
    left: 13px;
  }
}
.history.se02d .history_lists > li {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 560px) {
  .history.se02d .history_lists > li {
    flex-direction: column;
  }
}
.history.se02d .history_lists > li + li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #E0E0E0;
}
.history.se02d .history_lists > li:has(.pic_box:not(.col2)) .info {
  width: calc(100% - 160px);
}
@media (max-width: 1023px) {
  .history.se02d .history_lists > li:has(.pic_box:not(.col2)) .info {
    width: calc(100% - 150px);
  }
}
@media (max-width: 560px) {
  .history.se02d .history_lists > li:has(.pic_box:not(.col2)) .info {
    width: 100%;
  }
}
.history.se02d .history_lists > li .info .year {
  position: relative;
  display: block;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
  color: #0046B7;
}
@media (max-width: 1023px) {
  .history.se02d .history_lists > li .info .year {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .history.se02d .history_lists > li .info .year {
    font-size: 32px;
  }
}
@media (max-width: 560px) {
  .history.se02d .history_lists > li .info .year {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .history.se02d .history_lists > li .info .year {
    font-size: 28px;
  }
}
.history.se02d .history_lists > li .info .year::before, .history.se02d .history_lists > li .info .year::after {
  content: "";
  position: absolute;
}
.history.se02d .history_lists > li .info .year::before {
  top: 19px;
  right: calc(100% + 30px);
  width: 37px;
  height: 1px;
  background: #0046B7;
}
@media (max-width: 768px) {
  .history.se02d .history_lists > li .info .year::before {
    display: none;
  }
}
.history.se02d .history_lists > li .info .year::after {
  top: 15px;
  right: calc(100% + 73px);
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #32C0E4;
  outline: 8px solid #fff;
}
@media (max-width: 768px) {
  .history.se02d .history_lists > li .info .year::after {
    right: calc(100% + 33px);
    width: 6px;
    outline-width: 6px;
  }
}
@media (max-width: 560px) {
  .history.se02d .history_lists > li .info .year::after {
    right: calc(100% + 22px);
    width: 5px;
    outline-width: 5px;
  }
}
.history.se02d .history_lists > li .info .list-1st li {
  position: relative;
  padding-left: 44px;
}
.history.se02d .history_lists > li .info .list-1st li::before {
  left: 36px;
}
.history.se02d .history_lists > li .info .list-1st li + li {
  margin-top: 7px;
}
.history.se02d .history_lists > li .info .list-1st li .month {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.025em;
  color: #222;
}
@media (max-width: 768px) {
  .history.se02d .history_lists > li .info .list-1st li .month {
    font-size: 17px;
  }
}
.history.se02d .history_lists > li .info .list-1st li .month.hide {
  display: inline-block;
  font-size: 0;
}
.history.se02d .history_lists > li .pic_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: flex-end;
}
.history.se02d .history_lists > li .pic_box.col2 {
  gap: 10px;
  min-width: 290px;
}
@media (max-width: 1200px) {
  .history.se02d .history_lists > li .pic_box.col2 {
    flex-direction: column;
    min-width: 140px;
  }
}
@media (max-width: 1023px) {
  .history.se02d .history_lists > li .pic_box.col2 {
    min-width: 130px;
  }
}
@media (max-width: 560px) {
  .history.se02d .history_lists > li .pic_box.col2 {
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media (max-width: 360px) {
  .history.se02d .history_lists > li .pic_box.col2 {
    flex-direction: column;
    min-width: 180px;
  }
}
.history.se02d .history_lists > li .pic_box.col2 img {
  width: calc(50% - 5px);
}
@media (max-width: 1200px) {
  .history.se02d .history_lists > li .pic_box.col2 img {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .history.se02d .history_lists > li .pic_box.col2 img {
    width: 130px;
  }
}
@media (max-width: 560px) {
  .history.se02d .history_lists > li .pic_box.col2 img {
    width: calc(50% - 5px);
    width: 180px;
  }
}
@media (max-width: 360px) {
  .history.se02d .history_lists > li .pic_box.col2 img {
    width: 100%;
  }
}
.history.se02d .history_lists > li .pic_box img {
  border: 1px solid #E0E0E0;
}
@media (max-width: 1023px) {
  .history.se02d .history_lists > li .pic_box img {
    width: 130px;
  }
}
@media (max-width: 560px) {
  .history.se02d .history_lists > li .pic_box img {
    width: 180px;
  }
}
.history.se02d .history_lists > li.wide:has(.pic_box:not(.col2)) .info {
  width: calc(100% - 220px);
}
@media (max-width: 1023px) {
  .history.se02d .history_lists > li.wide:has(.pic_box:not(.col2)) .info {
    width: calc(100% - 210px);
  }
}
@media (max-width: 560px) {
  .history.se02d .history_lists > li.wide:has(.pic_box:not(.col2)) .info {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .history.se02d .history_lists > li.wide .pic_box {
    width: 100%;
  }
}
.history.se02d .history_lists > li.wide .pic_box.col2 {
  gap: 10px;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 1380px) {
  .history.se02d .history_lists > li.wide .pic_box.col2 {
    flex-direction: column;
    min-width: 200px;
  }
}
@media (max-width: 1023px) {
  .history.se02d .history_lists > li.wide .pic_box.col2 {
    width: 190px;
    min-width: 190px;
  }
}
@media (max-width: 560px) {
  .history.se02d .history_lists > li.wide .pic_box.col2 {
    flex-direction: row;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 360px) {
  .history.se02d .history_lists > li.wide .pic_box.col2 {
    flex-direction: column;
  }
}
.history.se02d .history_lists > li.wide .pic_box.col2 img {
  width: calc(50% - 5px);
}
@media (max-width: 1380px) {
  .history.se02d .history_lists > li.wide .pic_box.col2 img {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .history.se02d .history_lists > li.wide .pic_box.col2 img {
    width: calc(50% - 5px);
  }
}
@media (max-width: 360px) {
  .history.se02d .history_lists > li.wide .pic_box.col2 img {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .history.se02d .history_lists > li.wide .pic_box img {
    width: 190px;
  }
}
@media (max-width: 560px) {
  .history.se02d .history_lists > li.wide .pic_box img {
    width: 240px;
  }
}
@media (max-width: 360px) {
  .history.se02d .history_lists > li.wide .pic_box img {
    width: 100%;
  }
}

/* 연혁 se02d : E */
/* sub0104 책공방 조직도 */
.chart-section .org-chart {
  padding: 72px 10.7% 60px;
  background: #F6F9FC;
  text-align: center;
}
@media (max-width: 768px) {
  .chart-section .org-chart {
    padding: 52px 4% 40px;
  }
}
@media (max-width: 590px) {
  .chart-section .org-chart {
    padding: 42px 5% 30px;
  }
}
.chart-section .org-chart .org-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.chart-section .org-chart .org-list li {
  position: relative;
}
@media (max-width: 590px) {
  .chart-section .org-chart .org-list li {
    width: 100%;
  }
}
.chart-section .org-chart .org-list li.lv1 {
  width: 140px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  aspect-ratio: 1;
  line-height: 140px;
  border-radius: 50%;
  background-color: #0280CF;
  background-position: 28px 33px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='118' height='118' viewBox='0 0 118 118' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.08'%3E%3Cpath d='M77.6892 78.3317V67.7695H69.0195V86.9759H69.8891H77.6892H108.123V78.3317H77.6892Z' fill='white'/%3E%3Cpath d='M67.7937 30.1721H89.225V43.7265H97.8691V8.86865H89.225V21.528H67.7937V8.86865H59.124V43.7265H67.7937V30.1721Z' fill='white'/%3E%3Cpath d='M46.4191 78.9469H26.9058V69.9703H18.2617V104.905H55.0888V69.9703H46.4446V78.9469H46.4191ZM26.9058 96.6955V87.1563H46.4191V96.6955H26.9058Z' fill='white'/%3E%3Cpath d='M89.5831 68.3088H98.2272V50.8159H97.3832H89.5831H59.124V59.46H89.5831V68.3088Z' fill='white'/%3E%3Cpath d='M26.2673 40.7391L12.7385 54.2679L18.8508 60.4058L29.8989 49.3576L40.9214 60.4058L47.0337 54.2679L34.937 42.1713V30.1769H49.7446V21.5328H34.937V9.05249H26.2929V21.5328H11.4854V30.1769H26.2929V40.7647L26.2673 40.7391Z' fill='white'/%3E%3Cpath d='M0 0V118H118V0H0ZM68.8973 103.141C68.8973 99.3563 71.9918 96.2618 75.7768 96.2618C79.5618 96.2618 82.6563 99.3563 82.6563 103.141C82.6563 106.926 79.5618 110.021 75.7768 110.021C71.9918 110.021 68.8973 106.926 68.8973 103.141ZM114.778 114.778H82.2215C86.339 112.502 89.1521 108.154 89.1521 103.141C89.1521 95.7759 83.1422 89.7659 75.7768 89.7659C68.4114 89.7659 62.4014 95.7759 62.4014 103.141C62.4014 108.179 65.2146 112.502 69.332 114.778H3.19679V3.19679H114.778V114.778Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media (max-width: 768px) {
  .chart-section .org-chart .org-list li.lv1 {
    width: 120px;
    font-size: 26px;
    line-height: 120px;
  }
}
@media (max-width: 590px) {
  .chart-section .org-chart .org-list li.lv1 {
    width: 110px;
    font-size: 24px;
    line-height: 110px;
  }
}
.chart-section .org-chart .org-list li.lv1::before, .chart-section .org-chart .org-list li.lv1::after {
  position: absolute;
  left: 50%;
  content: "";
}
.chart-section .org-chart .org-list li.lv1::before {
  top: 50%;
  width: calc(100% + 24px);
  border: 1px solid #0280CF;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media (max-width: 590px) {
  .chart-section .org-chart .org-list li.lv1::before {
    width: calc(100% + 20px);
  }
}
.chart-section .org-chart .org-list li.lv1::after {
  top: calc(100% + 10px);
  width: 1px;
  height: 104px;
  background: #C9C9C9;
  transform: translateX(-50%);
}
.chart-section .org-chart .org-list li.lv2 {
  overflow: hidden;
  width: 50%;
  margin-top: 12px;
  margin-left: auto;
}
.chart-section .org-chart .org-list li.lv2 .org-btn {
  margin-left: auto;
  background-color: #666;
}
.chart-section .org-chart .org-list li.lv2 .org-btn::before {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 187px;
  height: 1px;
  background: #C9C9C9;
  content: "";
  transform: translateY(-50%);
}
.chart-section .org-chart .org-list li.lv3 .org-btn {
  background-color: #06204B;
}
@media (max-width: 590px) {
  .chart-section .org-chart .org-list li.lv3 .org-btn {
    width: 150px;
    margin: 0 auto;
  }
}
.chart-section .org-chart .org-list li .org-btn {
  display: block;
  position: relative;
  width: 200px;
  padding: 18px 10px;
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.02em;
  max-width: 100%;
  border-radius: 6px;
  text-align: center;
  line-height: 1;
}
@media (max-width: 590px) {
  .chart-section .org-chart .org-list li .org-btn {
    width: 150px;
    padding: 17px 10px;
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .chart-section .org-chart .org-list li .org-btn {
    width: 130px;
  }
}
@media (max-width: 360px) {
  .chart-section .org-chart .org-list li .org-btn {
    width: 110px;
    font-size: 14px;
  }
}
.chart-section .txt-box .title {
  flex-shrink: 0;
}
@media (max-width: 590px) {
  .chart-section .txt-box {
    flex-direction: row;
  }
}

/* sub0104 책공방 조직도 End */
/* sub0105 찾아오시는 길 */
.location-se04c .map_box .ui-map {
  height: 500px;
  border: 1px solid #eee;
}
@media (max-width: 768px) {
  .location-se04c .map_box .ui-map {
    height: 430px;
  }
}
@media (max-width: 480px) {
  .location-se04c .map_box .ui-map {
    height: 350px;
  }
}
.location-se04c .map_box .map_info {
  position: relative;
  padding: 50px 50px 61px;
  background: #0280CF;
  padding-right: 197px;
}
@media (max-width: 768px) {
  .location-se04c .map_box .map_info {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .location-se04c .map_box .map_info {
    padding: 30px;
  }
}
.location-se04c .map_box .map_info .map_tit {
  display: block;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  font-family: "title_font";
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .location-se04c .map_box .map_info .map_tit {
    font-size: 33px;
  }
}
@media (max-width: 768px) {
  .location-se04c .map_box .map_info .map_tit {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .location-se04c .map_box .map_info .map_tit {
    font-size: 26px;
  }
}
.location-se04c .map_box .map_info .map_txt {
  position: relative;
}
.location-se04c .map_box .map_info .map_txt .map_list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 30px;
}
@media (max-width: 1370px) {
  .location-se04c .map_box .map_info .map_txt .map_list {
    row-gap: 12px;
  }
}
@media (max-width: 1023px) {
  .location-se04c .map_box .map_info .map_txt .map_list {
    column-gap: 20px;
  }
}
@media (max-width: 360px) {
  .location-se04c .map_box .map_info .map_txt .map_list {
    row-gap: 16px;
  }
}
.location-se04c .map_box .map_info .map_txt .map_list > li {
  position: relative;
  width: calc(44.34% - 38px);
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.02em;
  padding-left: 114px;
  line-height: 1.5;
}
@media (max-width: 1370px) {
  .location-se04c .map_box .map_info .map_txt .map_list > li {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .location-se04c .map_box .map_info .map_txt .map_list > li {
    width: calc(50% - 30px);
  }
}
@media (max-width: 900px) {
  .location-se04c .map_box .map_info .map_txt .map_list > li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .location-se04c .map_box .map_info .map_txt .map_list > li {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .location-se04c .map_box .map_info .map_txt .map_list > li {
    font-size: 14px;
    padding-left: 0;
  }
}
.location-se04c .map_box .map_info .map_txt .map_list > li:nth-child(2n) {
  flex-grow: 1;
}
.location-se04c .map_box .map_info .map_txt .map_list > li .m_tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 99px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  padding-left: 31px;
  line-height: 1.5;
}
.location-se04c .map_box .map_info .map_txt .map_list > li .m_tit::before {
  position: absolute;
  top: 5.5px;
  right: 0;
  width: 1px;
  height: 12px;
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 360px) {
  .location-se04c .map_box .map_info .map_txt .map_list > li .m_tit::before {
    display: none;
  }
}
@media (max-width: 1023px) {
  .location-se04c .map_box .map_info .map_txt .map_list > li .m_tit {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .location-se04c .map_box .map_info .map_txt .map_list > li .m_tit {
    width: 100px;
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .location-se04c .map_box .map_info .map_txt .map_list > li .m_tit {
    display: block;
    position: static;
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.location-se04c .map_box .map_info .map_txt .map_list > li .m_tit .ico {
  position: absolute;
  left: 0;
  width: 23px;
  aspect-ratio: 1;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-sizing: border-box;
}
.location-se04c .map_box .map_info .map_txt .map_list > li .m_tit .ico.ico1 {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 14.25C7.5 14.25 12.1875 10.5 12.1875 6.4375C12.1875 3.84866 10.0888 1.75 7.5 1.75C4.91116 1.75 2.8125 3.84866 2.8125 6.4375C2.8125 10.5 7.5 14.25 7.5 14.25Z' fill='%230280CF'/%3E%3Cpath d='M7.5 8.3125C8.53553 8.3125 9.375 7.47303 9.375 6.4375C9.375 5.40197 8.53553 4.5625 7.5 4.5625C6.46447 4.5625 5.625 5.40197 5.625 6.4375C5.625 7.47303 6.46447 8.3125 7.5 8.3125Z' fill='white'/%3E%3C/svg%3E%0A");
}
.location-se04c .map_box .map_info .map_txt .map_list > li .m_tit .ico.ico2 {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.15206 3.5C4.36869 3.5 4.56828 3.62654 4.67345 3.83051L5.40291 5.24559C5.49841 5.43087 5.50291 5.65497 5.41489 5.84452L4.71215 7.35812C4.71215 7.35812 4.91581 8.4857 5.76811 9.40356C6.62044 10.3214 7.66394 10.537 7.66394 10.537L9.06921 9.78029C9.24534 9.68544 9.45358 9.69035 9.62569 9.79339L10.9434 10.5824C11.1327 10.6957 11.25 10.9105 11.25 11.1437V12.7728C11.25 13.6025 10.5344 14.2017 9.80445 13.9364C8.30525 13.3917 5.97809 12.3544 4.50307 10.7659C3.02803 9.17744 2.06487 6.67126 1.55901 5.05674C1.31271 4.27063 1.86913 3.5 2.63951 3.5H4.15206Z' fill='%230280CF'/%3E%3Cpath d='M12.707 7.25C12.7832 6.73877 12.7582 6.21539 12.632 5.71215C12.4653 5.04735 12.122 4.41776 11.6021 3.89788C11.0822 3.378 10.4526 3.03471 9.78788 2.86801C9.28464 2.74183 8.76123 2.71683 8.25 2.79304M10.4785 7.25C10.5669 6.65672 10.3828 6.03065 9.92608 5.57395C9.46934 5.11724 8.84329 4.93308 8.25 5.02152' stroke='%230280CF' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.location-se04c .map_box .map_info .map_txt .map_list > li .m_tit .ico.ico3 {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.08301' y='5.5' width='10.8333' height='4.16667' fill='white'/%3E%3Cpath d='M7.49938 2.375C11.1244 2.375 14.0625 4.665 14.0625 7.49063C14.0625 10.3156 11.1244 12.6056 7.5 12.6056C7.13911 12.6058 6.77858 12.5828 6.42063 12.5369L3.66563 14.3388C3.3525 14.5044 3.24188 14.4863 3.37063 14.0806L3.92813 11.7819C2.12812 10.8694 0.9375 9.28813 0.9375 7.49063C0.9375 4.66563 3.87437 2.375 7.49938 2.375ZM11.1919 7.4125L12.1106 6.5225C12.1636 6.46744 12.1932 6.39396 12.1931 6.31753C12.193 6.2411 12.1633 6.16768 12.1101 6.11276C12.057 6.05783 11.9846 6.02567 11.9082 6.02306C11.8318 6.02044 11.7574 6.04758 11.7006 6.09875L10.4956 7.265V6.30125C10.4956 6.22301 10.4645 6.14798 10.4092 6.09265C10.3539 6.03733 10.2789 6.00625 10.2006 6.00625C10.1224 6.00625 10.0474 6.03733 9.99203 6.09265C9.93671 6.14798 9.90563 6.22301 9.90563 6.30125V7.89937C9.89459 7.94497 9.89459 7.99253 9.90563 8.03813V8.9375C9.90563 9.01574 9.93671 9.09077 9.99203 9.1461C10.0474 9.20142 10.1224 9.2325 10.2006 9.2325C10.2789 9.2325 10.3539 9.20142 10.4092 9.1461C10.4645 9.09077 10.4956 9.01574 10.4956 8.9375V8.08563L10.7625 7.8275L11.655 9.09813C11.6773 9.12985 11.7056 9.15687 11.7383 9.17765C11.7711 9.19843 11.8076 9.21256 11.8457 9.21924C11.8839 9.22591 11.9231 9.225 11.9609 9.21655C11.9987 9.2081 12.0345 9.19228 12.0662 9.17C12.098 9.14772 12.125 9.1194 12.1458 9.08668C12.1666 9.05395 12.1807 9.01745 12.1874 8.97926C12.194 8.94107 12.1931 8.90194 12.1847 8.86411C12.1762 8.82627 12.1604 8.79047 12.1381 8.75875L11.1919 7.4125ZM9.34313 8.615H8.43062V6.31063C8.42713 6.23482 8.39456 6.16327 8.33968 6.11086C8.2848 6.05845 8.21183 6.0292 8.13594 6.0292C8.06005 6.0292 7.98708 6.05845 7.9322 6.11086C7.87731 6.16327 7.84474 6.23482 7.84125 6.31063V8.91C7.84125 9.0725 7.9725 9.205 8.13562 9.205H9.34313C9.42136 9.205 9.4964 9.17392 9.55172 9.1186C9.60704 9.06327 9.63813 8.98824 9.63813 8.91C9.63813 8.83176 9.60704 8.75673 9.55172 8.7014C9.4964 8.64608 9.42136 8.615 9.34313 8.615ZM5.6825 7.93312L6.1175 6.86563L6.51625 7.9325L5.6825 7.93312ZM7.25937 8.2375L7.26062 8.2275C7.26048 8.15318 7.23211 8.08169 7.18125 8.0275L6.5275 6.2775C6.5001 6.19411 6.44789 6.12106 6.37787 6.06812C6.30784 6.01518 6.22333 5.98488 6.13562 5.98125C6.04727 5.98086 5.9609 6.00738 5.88799 6.05729C5.81509 6.1072 5.75911 6.17812 5.7275 6.26063L4.68875 8.8075C4.65916 8.87994 4.65956 8.96116 4.68986 9.0333C4.72016 9.10545 4.77788 9.1626 4.85031 9.19219C4.92275 9.22178 5.00397 9.22138 5.07612 9.19108C5.14826 9.16078 5.20541 9.10306 5.235 9.03063L5.4425 8.5225H6.73625L6.9225 9.0225C6.9352 9.05987 6.95528 9.09432 6.98154 9.12379C7.0078 9.15327 7.03971 9.17717 7.07537 9.19409C7.11104 9.211 7.14974 9.22059 7.18918 9.22228C7.22861 9.22397 7.26799 9.21773 7.30497 9.20392C7.34195 9.19012 7.37579 9.16903 7.40447 9.14191C7.43316 9.11479 7.45611 9.08219 7.47196 9.04604C7.48782 9.00989 7.49625 8.97092 7.49678 8.93145C7.4973 8.89198 7.48989 8.85281 7.475 8.81625L7.25937 8.2375ZM5.18312 6.31375C5.18313 6.23562 5.15213 6.16068 5.09694 6.10537C5.04175 6.05007 4.96688 6.01892 4.88875 6.01875H2.86063C2.78239 6.01875 2.70735 6.04983 2.65203 6.10515C2.59671 6.16048 2.56563 6.23551 2.56563 6.31375C2.56563 6.39199 2.59671 6.46702 2.65203 6.52235C2.70735 6.57767 2.78239 6.60875 2.86063 6.60875H3.58563V8.94375C3.58563 9.02199 3.61671 9.09702 3.67203 9.15235C3.72735 9.20767 3.80239 9.23875 3.88063 9.23875C3.95886 9.23875 4.0339 9.20767 4.08922 9.15235C4.14454 9.09702 4.17563 9.02199 4.17563 8.94375V6.60875H4.88813C4.96636 6.60875 5.0414 6.57767 5.09672 6.52235C5.15204 6.46702 5.18312 6.39199 5.18312 6.31375Z' fill='%230280CF'/%3E%3C/svg%3E%0A");
}
.location-se04c .map_box .map_info .map_txt .map_list > li .m_tit .ico.ico4 {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 14.25C10.9518 14.25 13.75 11.4518 13.75 8C13.75 4.54822 10.9518 1.75 7.5 1.75C4.04822 1.75 1.25 4.54822 1.25 8C1.25 11.4518 4.04822 14.25 7.5 14.25Z' fill='%230280CF'/%3E%3Cpath d='M7.50282 4.25L7.50244 8.00275L10.1523 10.6526' stroke='white' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.location-se04c .map_box .map_info .map_txt .map_list > li .mr10 {
  display: inline-block;
  margin-right: 10px;
}
.location-se04c .map_box .map_info .map_txt .map_list > li .check {
  display: inline-block;
  position: relative;
  padding-left: 17px;
}
.location-se04c .map_box .map_info .map_txt .map_list > li .check::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 13px;
  height: 13px;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0.00488281C7.35938 0.00488281 8.16992 0.170898 8.93164 0.50293C9.69336 0.825195 10.3574 1.26953 10.9238 1.83594C11.4902 2.40234 11.9346 3.06641 12.2568 3.82812C12.5889 4.58008 12.7549 5.38574 12.7549 6.24512C12.7549 7.11426 12.5889 7.92969 12.2568 8.69141C11.9346 9.44336 11.4902 10.1025 10.9238 10.6689C10.3574 11.2354 9.69336 11.6846 8.93164 12.0166C8.16992 12.3389 7.35938 12.5 6.5 12.5C5.64062 12.5 4.83008 12.3389 4.06836 12.0166C3.30664 11.6846 2.64258 11.2354 2.07617 10.6689C1.50977 10.1025 1.06055 9.44336 0.728516 8.69141C0.40625 7.92969 0.245117 7.11426 0.245117 6.24512C0.245117 5.38574 0.40625 4.58008 0.728516 3.82812C1.06055 3.06641 1.50977 2.40234 2.07617 1.83594C2.64258 1.26953 3.30664 0.825195 4.06836 0.50293C4.83008 0.170898 5.64062 0.00488281 6.5 0.00488281ZM5.87012 8.75L9.62012 5L8.75586 4.10645L5.88477 6.99219L4.25879 5.36621L3.37988 6.24512L5.87012 8.75Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat;
  content: "";
}
.location-se04c .map_box .map_info .map_txt .map_list > li a {
  color: #fff;
}
.location-se04c .map_box .map_info .map_txt .map_list .btn-noline {
  color: #fff;
}
.location-se04c .map_box .map_info .map_txt .map_list .btn-noline .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8H2' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3Cpath d='M10 4L14 8L10 12' stroke='%23FFFFFF' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.location-se04c .map_box .map_info .map_button .btn {
  display: flex;
  position: absolute;
  top: 50%;
  right: 50px;
  width: 130px;
  padding: 0;
  border: none;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #0280CF;
  letter-spacing: -0.02em;
  transform: translateY(-50%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  aspect-ratio: 1;
  line-height: 1;
  border-radius: 4px;
}
@media (max-width: 1023px) {
  .location-se04c .map_box .map_info .map_button .btn {
    width: 120px;
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .location-se04c .map_box .map_info .map_button .btn {
    position: static;
    width: 100%;
    padding: 15px 10px;
    font-size: 15px;
    transform: none;
    flex-direction: row;
    aspect-ratio: initial;
    margin-top: 20px;
  }
}
@media (max-width: 360px) {
  .location-se04c .map_box .map_info .map_button .btn {
    font-size: 14px;
  }
}
.location-se04c .map_box .map_info .map_button .btn:hover, .location-se04c .map_box .map_info .map_button .btn:focus {
  background: #0046B7;
  color: #fff;
}
.location-se04c .map_box .map_info .map_button .btn:hover .icon, .location-se04c .map_box .map_info .map_button .btn:focus .icon {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5737 35.3682C9.48779 36.4394 7.5791 37.9193 7.5791 39.5539C7.5791 42.8231 15.2138 45.4734 24.6317 45.4734C34.0496 45.4734 41.6844 42.8231 41.6844 39.5539C41.6844 37.9193 39.7757 36.4394 36.6897 35.3682' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.3691 37.3158C24.3691 37.3158 37.3691 25.0304 37.3691 15.2082C37.3691 8.20421 31.5488 2.52637 24.3691 2.52637C17.1894 2.52637 11.3691 8.20421 11.3691 15.2082C11.3691 25.0304 24.3691 37.3158 24.3691 37.3158Z' stroke='white' stroke-width='2.5' stroke-linejoin='round'/%3E%3Cpath d='M24 20.7368C26.7614 20.7368 29 18.4982 29 15.7368C29 12.9754 26.7614 10.7368 24 10.7368C21.2386 10.7368 19 12.9754 19 15.7368C19 18.4982 21.2386 20.7368 24 20.7368Z' stroke='white' stroke-width='2.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.location-se04c .map_box .map_info .map_button .btn .icon {
  width: 48px;
  background: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5737 35.3683C9.48779 36.4395 7.5791 37.9194 7.5791 39.554C7.5791 42.8233 15.2138 45.4735 24.6317 45.4735C34.0496 45.4735 41.6844 42.8233 41.6844 39.554C41.6844 37.9194 39.7757 36.4395 36.6897 35.3683' stroke='%230280CF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.3691 37.3158C24.3691 37.3158 37.3691 25.0304 37.3691 15.2082C37.3691 8.20421 31.5488 2.52637 24.3691 2.52637C17.1894 2.52637 11.3691 8.20421 11.3691 15.2082C11.3691 25.0304 24.3691 37.3158 24.3691 37.3158Z' stroke='%230280CF' stroke-width='2.5' stroke-linejoin='round'/%3E%3Cpath d='M24 20.7369C26.7614 20.7369 29 18.4983 29 15.7369C29 12.9755 26.7614 10.7369 24 10.7369C21.2386 10.7369 19 12.9755 19 15.7369C19 18.4983 21.2386 20.7369 24 20.7369Z' stroke='%230280CF' stroke-width='2.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  aspect-ratio: 1;
  background-size: cover;
}
@media (max-width: 1023px) {
  .location-se04c .map_box .map_info .map_button .btn .icon {
    width: 40px;
  }
}
@media (max-width: 768px) {
  .location-se04c .map_box .map_info .map_button .btn .icon {
    width: 30px;
  }
}
@media (max-width: 500px) {
  .location-se04c .map_box .map_info .map_button .btn .icon {
    width: 20px;
  }
}

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

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

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

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

/* sub0105 찾아오시는 길 End */
/* sub0202 공간 안내 */
.sec_title {
  display: block;
  color: #0046B7;
  font-family: "title_font";
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.48px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .sec_title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .sec_title {
    font-size: 20px;
  }
}

.space_guide .photo_topbox .inner {
  background-image: url(/images/book/sub02/sub0202_topbox.jpg);
}
.space_guide .box_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  .space_guide .box_list {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .space_guide .box_list {
    margin-bottom: 40px;
  }
}
.space_guide .box_list .box {
  width: calc(33.33% - 13.33px);
}
@media (max-width: 768px) {
  .space_guide .box_list .box {
    width: calc(50% - 10px);
  }
}
@media (max-width: 540px) {
  .space_guide .box_list .box {
    width: 100%;
  }
}
.space_guide .box_list .thum {
  width: 100%;
  height: 209px;
  margin-bottom: 20px;
}
.space_guide .box_list .thum img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover;
}
.space_guide .box_list .con .title {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.4px;
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .space_guide .box_list .con .title {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .space_guide .box_list .con .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 540px) {
  .space_guide .box_list .con .title {
    font-size: 17px;
  }
}
@media (max-width: 420px) {
  .space_guide .box_list .con .title {
    font-size: 16px;
  }
}
.space_guide .box_list .con p {
  margin-top: 0;
  color: #444;
}
.space_guide .info_boxwrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.space_guide .info_boxwrap .info_box {
  width: calc(50% - 10px);
  border: 1px solid #E0E0E0;
  border-radius: 15px;
  position: relative;
  padding: 25px 30px 25px 122px;
}
@media (max-width: 768px) {
  .space_guide .info_boxwrap .info_box {
    padding: 20px 20px 20px 80px;
  }
}
@media (max-width: 768px) {
  .space_guide .info_boxwrap .info_box {
    width: 100%;
  }
}
.space_guide .info_boxwrap .info_box .ico {
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #EDF3F9;
  left: 30px;
  top: 27px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .space_guide .info_boxwrap .info_box .ico {
    width: 55px;
    height: 55px;
    left: 15px;
    top: 20px;
  }
}
.space_guide .info_boxwrap .info_box .ico1 {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.25932 11.3225H4.47852V27.6489H27.9537V11.3225H23.2497' stroke='%230280CF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.1784 4.47998H9.25195V27.6479H23.1784V4.47998Z' stroke='%230280CF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4922 9.15186H18.0842' stroke='%230280CF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.3457 9.15186H12.9377' stroke='%230280CF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4922 13.1006H18.0842' stroke='%230280CF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.3457 13.1006H12.9377' stroke='%230280CF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4922 17.0493H18.0842' stroke='%230280CF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.3457 17.0493H12.9377' stroke='%230280CF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4922 21.0046H18.0842' stroke='%230280CF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.3457 21.0046H12.9377' stroke='%230280CF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.space_guide .info_boxwrap .info_box .ico2 {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 13.3333H8V29.3333H24V13.3333Z' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.3333 24H23.9999' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.3333 18.6667H23.9999' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.33325 13.3333H26.6666' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 9.33341H13.6V5.06675C13.6 4.26551 14.4 2.66675 16 2.66675C17.6 2.66675 18.4 4.26551 18.4 5.06675V9.33341H24' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.space_guide .info_boxwrap .info_box .title {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.4px;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .space_guide .info_boxwrap .info_box .title {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .space_guide .info_boxwrap .info_box .title {
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  .space_guide .info_boxwrap .info_box .title {
    font-size: 17px;
  }
}
@media (max-width: 420px) {
  .space_guide .info_boxwrap .info_box .title {
    font-size: 16px;
  }
}
.space_guide .info_boxwrap p {
  margin-top: 0;
  color: #444;
}

/* sub0202 공간 안내 End */
/* sub0203 관람 안내 */
.view-notice .notice_items {
  display: flex;
  flex-wrap: wrap;
}
.view-notice .notice_items.col3 .notice_item {
  width: 33.3333%;
  max-width: 326px;
}
@media (max-width: 580px) {
  .view-notice .notice_items.col3 .notice_item {
    width: 50%;
  }
}
.view-notice .notice_items .notice_item {
  display: flex;
  padding: 35px 51px 30px;
  flex-direction: column;
  gap: 18px;
  justify-content: flex-start;
  align-items: center;
  min-height: 247px;
  border-right: 1px dashed #E0E0E0;
  border-bottom: 1px dashed #E0E0E0;
}
@media (max-width: 1280px) {
  .view-notice .notice_items .notice_item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1023px) {
  .view-notice .notice_items .notice_item {
    min-height: auto;
    padding-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .view-notice .notice_items .notice_item {
    padding: 28px 18px;
  }
}
@media (max-width: 580px) {
  .view-notice .notice_items .notice_item {
    padding: 22px 12px;
  }
}
.view-notice .notice_items .notice_item:nth-of-type(3n) {
  border-right: none;
}
.view-notice .notice_items .notice_item:nth-of-type(4), .view-notice .notice_items .notice_item:nth-of-type(5), .view-notice .notice_items .notice_item:nth-of-type(6) {
  border-bottom: none;
}
@media (max-width: 580px) {
  .view-notice .notice_items .notice_item:nth-of-type(2n) {
    border-right: none;
  }
}
@media (max-width: 580px) {
  .view-notice .notice_items .notice_item:nth-of-type(3) {
    border-right: 1px dashed #E0E0E0;
  }
}
@media (max-width: 580px) {
  .view-notice .notice_items .notice_item:nth-of-type(4) {
    border-bottom: 1px dashed #E0E0E0;
  }
}
.view-notice .notice_items .notice_item .icon {
  position: relative;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath d='M77.5 40C77.5 60.7107 60.7107 77.5 40 77.5C19.2893 77.5 2.5 60.7107 2.5 40C2.5 19.2893 19.2893 2.5 40 2.5C60.7107 2.5 77.5 19.2893 77.5 40Z' stroke='%23CE2424' stroke-width='5' stroke-miterlimit='10'/%3E%3Cpath d='M68 16L15 69' stroke='%23CE2424' stroke-width='5' stroke-miterlimit='10'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media (max-width: 768px) {
  .view-notice .notice_items .notice_item .icon {
    width: 74px;
    height: 74px;
  }
}
@media (max-width: 360px) {
  .view-notice .notice_items .notice_item .icon {
    width: 70px;
    height: 70px;
  }
}
.view-notice .notice_items .notice_item .icon.bg_blue {
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath d='M77.5 40C77.5 60.7107 60.7107 77.5 40 77.5C19.2893 77.5 2.5 60.7107 2.5 40C2.5 19.2893 19.2893 2.5 40 2.5C60.7107 2.5 77.5 19.2893 77.5 40Z' stroke='%230366AE' stroke-width='5' stroke-miterlimit='10'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.view-notice .notice_items .notice_item .icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  content: "";
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .view-notice .notice_items .notice_item .icon::after {
    width: 51px;
    height: 51px;
  }
}
@media (max-width: 360px) {
  .view-notice .notice_items .notice_item .icon::after {
    width: 48px;
    height: 48px;
  }
}
.view-notice .notice_items .notice_item .icon.icon1::after {
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.333984' y='0.33374' width='53.3333' height='53.3333' rx='26.6667' fill='white'/%3E%3Crect x='15' y='17.116' width='24' height='18' rx='2' fill='%23333333' stroke='%23333333' stroke-width='1.5'/%3E%3Cpath d='M25.7317 29.2696C27.07 29.2696 28.1549 28.1848 28.1549 26.8466C28.1549 25.5084 27.07 24.4236 25.7317 24.4236C24.3935 24.4236 23.3086 25.5084 23.3086 26.8466C23.3086 28.1848 24.3935 29.2696 25.7317 29.2696Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.4434 24.7698C31.147 25.1938 31.6177 25.9653 31.6177 26.8466C31.6177 27.728 31.147 28.4995 30.4434 28.9235' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5391 36.4692V36.8846H30.9239V36.4692C30.9239 34.9184 30.9239 34.1429 30.6221 33.5506C30.3566 33.0295 29.9329 32.6059 29.4118 32.3404C28.8195 32.0386 28.044 32.0386 26.493 32.0386H24.9699C23.419 32.0386 22.6435 32.0386 22.0511 32.3404C21.53 32.6059 21.1064 33.0295 20.8409 33.5506C20.5391 34.1429 20.5391 34.9184 20.5391 36.4692Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.3871 36.885V36.4696C34.3871 34.9188 34.3871 34.1433 34.0852 33.551C33.8197 33.0299 33.3961 32.6063 32.875 32.3408' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.view-notice .notice_items .notice_item .icon.icon2::after {
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.333984' y='0.33374' width='53.3333' height='53.3333' rx='26.6667' fill='white'/%3E%3Cpath d='M30.65 19.0002H19.65C18.7387 19.0002 18 19.739 18 20.6502V39.3502C18 40.2615 18.7387 41.0002 19.65 41.0002H30.65C31.5613 41.0002 32.3 40.2615 32.3 39.3502V20.6502C32.3 19.739 31.5613 19.0002 30.65 19.0002Z' fill='%23333333' stroke='%23333333' stroke-width='1.5'/%3E%3Cpath d='M24.0488 22.3005H26.2488' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.9512 37.7H27.3512' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40.4379 18.5002C40.548 17.7618 40.5119 17.0058 40.3296 16.2789C40.0888 15.3186 39.5929 14.4092 38.842 13.6583C38.091 12.9074 37.1816 12.4115 36.2214 12.1707C35.4945 11.9884 34.7384 11.9523 34 12.0624' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37.1334 18.1504C37.2513 17.3594 37.0058 16.5246 36.3969 15.9157C35.7879 15.3067 34.9531 15.0612 34.1621 15.1791' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.view-notice .notice_items .notice_item .icon.icon3::after {
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.333984' y='0.33374' width='53.3333' height='53.3333' rx='26.6667' fill='white'/%3E%3Cpath d='M35.5269 39.0002H23.8125C23.7593 39.0002 23.7098 38.9727 23.6817 38.9275L18.0429 29.8366C17.4016 28.8026 17.6137 27.4549 18.5418 26.6678C19.7052 25.6812 21.4773 25.9824 22.2495 27.298L23.7269 29.8151V17.3655C23.7269 16.0592 24.7858 15.0002 26.0921 15.0002C27.3984 15.0002 28.4573 16.0592 28.4573 17.3655V22.9628C28.4573 23.3141 28.7359 23.6021 29.087 23.6138L36.0598 23.8468C36.7664 23.8704 37.3269 24.45 37.3269 25.1569V37.2002C37.3269 38.1944 36.521 39.0002 35.5269 39.0002Z' fill='%23333333' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.view-notice .notice_items .notice_item .icon.icon4::after {
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.333984' y='0.33374' width='53.3333' height='53.3333' rx='26.6667' fill='white'/%3E%3Cpath d='M26.9992 39.0001C32.9639 39.0001 37.7992 34.1648 37.7992 28.2001C37.7992 22.2355 32.9639 17.4001 26.9992 17.4001C21.0346 17.4001 16.1992 22.2355 16.1992 28.2001C16.1992 34.1648 21.0346 39.0001 26.9992 39.0001Z' fill='%23333333' stroke='%23333333' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M27.0004 17.4002C26.8504 16.8002 25.8004 15.0002 23.4004 15.0002' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27 17.4002C27.05 16.8002 27.36 15.4802 28.2 15.0002' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.2008 33.6002C31.2008 33.6002 30.0008 31.2002 27.0008 31.2002C24.0008 31.2002 22.8008 33.6002 22.8008 33.6002' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.0004 24.6002L29.4004 24.0002' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.6 24.0002L21 24.6002' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5996 24.6003V27.6003' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32.4004 24.6003V27.6003' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 27.0002V29.4002' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M39 27.0002V29.4002' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.view-notice .notice_items .notice_item .icon.icon5::after {
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.333984' y='0.33374' width='53.3333' height='53.3333' rx='26.6667' fill='white'/%3E%3Cpath d='M32.4008 36.2003H25.8008V31.4003H34.2008V26.6003H39.0008V36.2003H36.0008L34.2008 38.0003L32.4008 36.2003Z' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 17.0002H34.2V31.4002H22.8L20.4 33.8002L18 31.4002H15V17.0002Z' fill='%23333333' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24 24.2002H24.6' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M28.1992 24.2002H28.7992' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M19.8008 24.2002H20.4008' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.view-notice .notice_items .notice_item .icon.icon6::after {
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.333984' y='0.33374' width='53.3333' height='53.3333' rx='26.6667' fill='white'/%3E%3Cpath d='M22.3262 20.4503L24.0512 17.0002H30.9512L32.6762 20.4503H22.3262Z' fill='%23333333' stroke='%23333333' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M37.275 20.45H17.725C16.7723 20.45 16 21.2223 16 22.175V35.975C16 36.9277 16.7723 37.7 17.725 37.7H37.275C38.2277 37.7 39 36.9277 39 35.975V22.175C39 21.2223 38.2277 20.45 37.275 20.45Z' fill='%23333333' stroke='%23333333' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M27.5023 33.6756C30.0429 33.6756 32.1023 31.6161 32.1023 29.0756C32.1023 26.5351 30.0429 24.4756 27.5023 24.4756C24.9618 24.4756 22.9023 26.5351 22.9023 29.0756C22.9023 31.6161 24.9618 33.6756 27.5023 33.6756Z' fill='white' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.view-notice .notice_items .notice_item .txt_box {
  text-align: center;
}
.view-notice .notice_items .notice_item .txt_box p {
  color: #222;
  margin-top: 0;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .view-notice .notice_items .notice_item .txt_box p {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .view-notice .notice_items .notice_item .txt_box p {
    font-size: 14px;
  }
}
@media (max-width: 1520px) {
  .view-notice .notice_items .notice_item .txt_box p .block {
    display: inline;
  }
}
.view-notice .notice_items .notice_item .txt_box .txt-check {
  font-size: 14px;
}
.view-notice .notice_items .txt-check {
  padding-left: 15px;
}
.view-notice .notice_items .txt-check::before {
  top: 3px;
  width: 12px;
  height: 12px;
}
.view-notice .vlist__column.type01 .item .ui-summary {
  margin-top: -30px;
}
@media (max-width: 1023px) {
  .view-notice .vlist__column.type01 .item .ui-summary {
    margin-top: -25px;
  }
}
@media (max-width: 768px) {
  .view-notice .vlist__column.type01 .item .ui-summary {
    margin-top: -15px;
  }
}
.view-notice .vlist__column.type01 .item .ui-summary.style01 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.view-notice .vlist__column.type01 .item .ir-icon__line {
  margin: 0 0 18px auto;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1023px) {
  .view-notice .vlist__column.type01 .item .ir-icon__line {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 768px) {
  .view-notice .vlist__column.type01 .item .ir-icon__line {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 360px) {
  .view-notice .vlist__column.type01 .item .ir-icon__line {
    width: 45px;
    height: 45px;
  }
}
.view-notice .vlist__column.type01 .item .ir-icon__line.icon17 {
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='19.5' stroke='%23243242' stroke-width='3' stroke-dasharray='4.16 4.16'/%3E%3Cpath d='M29.1712 56.179C32.279 58.2734 36.023 59.4959 40.0526 59.4959C50.8197 59.4959 59.5481 50.7675 59.5481 40.0004C59.5481 29.2333 50.8197 20.5049 40.0526 20.5049C31.8253 20.5049 24.7883 25.6012 21.9263 32.8092' stroke='%23243242' stroke-width='3'/%3E%3Cpath d='M29.53 41.4411H40.5629V29.4053' stroke='%2332C0E4' stroke-width='3'/%3E%3C/svg%3E%0A");
}
.view-notice .vlist__column.type01 .item .ir-icon__line.icon26 {
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.2461 24.5781H57.1819V51.4872H35.845L31.353 55.9721L26.8611 51.4872H21.2461V24.5781Z' stroke='%23243242' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M38.6523 38.0332H39.7753' stroke='%2332C0E4' stroke-width='3' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M46.5137 38.0332H47.6367' stroke='%2332C0E4' stroke-width='3' stroke-miterlimit='2' stroke-linecap='square'/%3E%3Cpath d='M30.791 38.0332H31.914' stroke='%2332C0E4' stroke-width='3' stroke-miterlimit='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.view-notice .vlist__column.type01 .item .ir-icon__line.icon10 {
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.0001 36.364C43.5092 36.364 46.3637 33.5094 46.3637 30.0004C46.3637 26.4913 43.5092 23.6367 40.0001 23.6367C36.491 23.6367 33.6365 26.4913 33.6365 30.0004C33.6365 33.5094 36.491 36.364 40.0001 36.364Z' stroke='%2332C0E4' stroke-width='3' stroke-linecap='square'/%3E%3Cpath d='M29.0906 24.7812C27.436 25.9267 26.3633 27.8358 26.3633 29.9994C26.3633 32.3085 27.5996 34.3449 29.4542 35.454' stroke='%23243242' stroke-width='3' stroke-linecap='square'/%3E%3Cpath d='M50.9082 24.7812C52.5627 25.9267 53.6355 27.8358 53.6355 29.9994C53.6355 32.1631 52.5627 34.0722 50.9082 35.2176' stroke='%2336404A' stroke-width='3' stroke-linecap='square'/%3E%3Cpath d='M29.0918 54.5452V56.3634H50.91V54.5452C50.91 51.1634 50.91 49.4543 50.3645 48.127C49.6191 46.3452 48.2191 44.927 46.4373 44.1998C45.0918 43.6543 43.4009 43.6543 40.0191 43.6543C36.6373 43.6543 34.9282 43.6543 33.6009 44.1998C31.8191 44.9452 30.4009 46.3452 29.6736 48.127C29.1282 49.4725 29.1282 51.1634 29.1282 54.5452H29.0918Z' stroke='%23243242' stroke-width='3' stroke-linecap='square'/%3E%3Cpath d='M58.181 56.3634V55.2725C58.181 51.1998 58.181 49.1634 57.381 47.5998C56.6901 46.2362 55.5629 45.1271 54.1992 44.418' stroke='%23243242' stroke-width='3' stroke-linecap='square'/%3E%3Cpath d='M21.8181 56.3634V55.2725C21.8181 51.1998 21.8181 49.1634 22.6181 47.5998C23.309 46.2362 24.4363 45.1271 25.7999 44.418' stroke='%23243242' stroke-width='3' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.view-notice .vlist__column.type01 .item .ir-icon__line.icon4 {
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_16109_1587)'%3E%3Cpath d='M53.6355 39.0911V30.0001L45.4537 21.8184H24.3628V58.182H37.2719' stroke='%23243242' stroke-width='3' stroke-linecap='square'/%3E%3Cpath d='M46.3629 58.1824L55.4538 49.0914L51.8175 45.4551L42.7266 54.546V58.1824H46.3629Z' stroke='%2332C0E4' stroke-width='3' stroke-linecap='square'/%3E%3Cpath d='M44.5449 21.8184V30.9093H53.6358' stroke='%2336404A' stroke-width='3' stroke-linecap='square'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_16109_1587'%3E%3Crect width='34.5455' height='40' fill='white' transform='translate(22.7266 20)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

/* sub0203 관람 안내 */
/* sub0301 상설 전시 */
.photo_topbox {
  margin-bottom: 70px;
  width: 100%;
  height: 240px;
}
@media (max-width: 1023px) {
  .photo_topbox {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .photo_topbox {
    height: auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .photo_topbox {
    margin-bottom: 40px;
  }
}
.photo_topbox .inner {
  padding: 60px 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  border-radius: 30px 30px 0 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .photo_topbox .inner {
    padding: 40px;
  }
}
@media (max-width: 540px) {
  .photo_topbox .inner {
    padding: 35px 30px;
  }
}
@media (max-width: 420px) {
  .photo_topbox .inner {
    padding: 30px 20px;
  }
}
.photo_topbox .sub_title {
  margin-bottom: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
@media (max-width: 1023px) {
  .photo_topbox .sub_title {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .photo_topbox .sub_title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media (max-width: 540px) {
  .photo_topbox .sub_title {
    font-size: 17px;
  }
}
@media (max-width: 420px) {
  .photo_topbox .sub_title {
    font-size: 16px;
  }
}
.photo_topbox .title {
  color: #fff;
  font-family: "title_font";
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.56px;
}
@media (max-width: 768px) {
  .photo_topbox .title {
    font-size: 26px;
  }
}
@media (max-width: 540px) {
  .photo_topbox .title {
    font-size: 24px;
  }
}
@media (max-width: 420px) {
  .photo_topbox .title {
    font-size: 22px;
  }
}
.photo_topbox .title .inline-block {
  display: block;
}
@media (max-width: 540px) {
  .photo_topbox .title .inline-block {
    display: inline;
  }
}

.permanent_exhibit p {
  color: #444;
}
.permanent_exhibit .photo_topbox .inner {
  background-image: url(/images/book/sub03/sub0301_topbox.jpg);
}
.permanent_exhibit .notice_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .permanent_exhibit .notice_wrap {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .permanent_exhibit .notice_wrap {
    margin-bottom: 20px;
  }
}
.permanent_exhibit .notice_wrap .title {
  width: 174px;
  color: #0046B7;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1280px) {
  .permanent_exhibit .notice_wrap .title {
    width: 150px;
  }
}
@media (max-width: 1023px) {
  .permanent_exhibit .notice_wrap .title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .permanent_exhibit .notice_wrap .title {
    font-size: 28px;
  }
}
@media (max-width: 540px) {
  .permanent_exhibit .notice_wrap .title {
    font-size: 26px;
  }
}
@media (max-width: 420px) {
  .permanent_exhibit .notice_wrap .title {
    font-size: 24px;
  }
}
.permanent_exhibit .notice_wrap .con {
  width: calc(100% - 174px);
  margin-top: 0;
  color: #444;
}
@media (max-width: 1280px) {
  .permanent_exhibit .notice_wrap .con {
    width: calc(100% - 150px);
  }
}
@media (max-width: 1023px) {
  .permanent_exhibit .notice_wrap .con {
    width: 100%;
  }
}
.permanent_exhibit .img_wrap {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .permanent_exhibit .img_wrap {
    margin-top: 20px;
  }
}
.permanent_exhibit .img_wrap img {
  width: calc(50% - 10px);
}
@media (max-width: 500px) {
  .permanent_exhibit .img_wrap img {
    width: 100%;
  }
}
.permanent_exhibit .sec1 {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .permanent_exhibit .sec1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .permanent_exhibit .sec1 {
    margin-bottom: 30px;
  }
}

/* sub0301 상설 전시 End */
/* sub0401 공주 문화탐방 */
.cultural_exploration .photo_topbox .inner {
  background-image: url(/images/book/sub04/sub0401_topbox.jpg);
}
.cultural_exploration .title_box {
  text-align: center;
}
.cultural_exploration .title_box .inner {
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cultural_exploration .title_box .inner {
    margin-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .cultural_exploration .title_box .inner {
    margin-bottom: 30px;
  }
}
.cultural_exploration .title_box .inner::before, .cultural_exploration .title_box .inner::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 540px) {
  .cultural_exploration .title_box .inner::before, .cultural_exploration .title_box .inner::after {
    width: 20px;
    height: 17px;
  }
}
.cultural_exploration .title_box .inner::before {
  left: -45px;
  top: -10px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='22' viewBox='0 0 25 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.67475 21.6V13.344C0.67475 6.496 4.57875 1.248 11.5548 0.671997V5.728C8.16275 6.048 6.17875 8.416 6.17875 11.68H10.7868V21.6H0.67475ZM14.1147 21.6V13.344C14.1147 6.496 18.0188 1.248 24.9948 0.671997V5.728C21.6028 6.048 19.6188 8.416 19.6188 11.68H24.2268V21.6H14.1147Z' fill='%23D8D8D8'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1500px) {
  .cultural_exploration .title_box .inner::before {
    left: -30px;
  }
}
@media (max-width: 540px) {
  .cultural_exploration .title_box .inner::before {
    left: 0;
  }
}
.cultural_exploration .title_box .inner::after {
  right: -45px;
  top: -10px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='22' viewBox='0 0 25 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9148 8.928C10.9148 15.776 7.01075 21.024 0.0347502 21.6V16.544C3.42675 16.224 5.41075 13.856 5.41075 10.592H0.80275V0.671997H10.9148V8.928ZM24.3548 8.928C24.3548 15.776 20.4508 21.024 13.4748 21.6V16.544C16.8668 16.224 18.8508 13.856 18.8508 10.592H14.2428V0.671997H24.3548V8.928Z' fill='%23D8D8D8'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1500px) {
  .cultural_exploration .title_box .inner::after {
    right: -30px;
  }
}
@media (max-width: 540px) {
  .cultural_exploration .title_box .inner::after {
    right: 0;
  }
}
.cultural_exploration .title_box .inner .sub_title {
  color: #222;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.44px;
  display: block;
  margin-bottom: 12px;
  line-height: 120%;
}
@media (max-width: 1023px) {
  .cultural_exploration .title_box .inner .sub_title {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .cultural_exploration .title_box .inner .sub_title {
    font-size: 20px;
  }
}
@media (max-width: 540px) {
  .cultural_exploration .title_box .inner .sub_title {
    font-size: 19px;
  }
}
@media (max-width: 420px) {
  .cultural_exploration .title_box .inner .sub_title {
    font-size: 18px;
  }
}
@media (max-width: 369px) {
  .cultural_exploration .title_box .inner .sub_title {
    font-size: 16px;
  }
}
@media (max-width: 1090px) {
  .cultural_exploration .title_box .inner .sub_title span {
    display: block;
  }
}
@media (max-width: 1023px) {
  .cultural_exploration .title_box .inner .sub_title span {
    display: inline;
  }
}
@media (max-width: 910px) {
  .cultural_exploration .title_box .inner .sub_title span {
    display: block;
  }
}
.cultural_exploration .title_box .inner .title {
  color: #222;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.6px;
  display: block;
  line-height: 120%;
}
@media (max-width: 1023px) {
  .cultural_exploration .title_box .inner .title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .cultural_exploration .title_box .inner .title {
    font-size: 26px;
  }
}
@media (max-width: 540px) {
  .cultural_exploration .title_box .inner .title {
    font-size: 24px;
  }
}
@media (max-width: 420px) {
  .cultural_exploration .title_box .inner .title {
    font-size: 22px;
  }
}
@media (max-width: 360px) {
  .cultural_exploration .title_box .inner .title {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .cultural_exploration .title_box .inner .title span {
    display: block;
  }
}
@media (max-width: 1023px) {
  .cultural_exploration .title_box .inner .title span {
    display: inline;
  }
}
@media (max-width: 910px) {
  .cultural_exploration .title_box .inner .title span {
    display: block;
  }
}
.cultural_exploration .con_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  .cultural_exploration .con_box {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cultural_exploration .con_box {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.cultural_exploration .con_box .thum {
  width: 470px;
}
@media (max-width: 1500px) {
  .cultural_exploration .con_box .thum {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .cultural_exploration .con_box .thum {
    width: 470px;
    margin: 0 auto 40px;
  }
}
@media (max-width: 540px) {
  .cultural_exploration .con_box .thum {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.cultural_exploration .con_box .thum .thum_slide {
  position: relative;
}
.cultural_exploration .con_box .thum .thum_slide .slide {
  height: 705px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .cultural_exploration .con_box .thum .thum_slide .slide {
    height: 43vw;
  }
}
@media (max-width: 1023px) {
  .cultural_exploration .con_box .thum .thum_slide .slide {
    height: 60vw;
  }
}
@media (max-width: 768px) {
  .cultural_exploration .con_box .thum .thum_slide .slide {
    height: 705px;
  }
}
@media (max-width: 540px) {
  .cultural_exploration .con_box .thum .thum_slide .slide {
    height: 130vw;
  }
}
.cultural_exploration .con_box .thum .thum_slide .slide .slick-list {
  overflow: visible;
  height: 100%;
}
.cultural_exploration .con_box .thum .thum_slide .slide .slick-track {
  height: 100%;
  white-space: nowrap;
}
.cultural_exploration .con_box .thum .thum_slide .slide .slick-current .item {
  opacity: 1;
}
.cultural_exploration .con_box .thum .thum_slide .slide .item {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  height: 705px;
}
@media (max-width: 1500px) {
  .cultural_exploration .con_box .thum .thum_slide .slide .item {
    height: 43vw;
  }
}
@media (max-width: 1023px) {
  .cultural_exploration .con_box .thum .thum_slide .slide .item {
    height: 60vw;
  }
}
@media (max-width: 768px) {
  .cultural_exploration .con_box .thum .thum_slide .slide .item {
    height: 705px;
  }
}
@media (max-width: 540px) {
  .cultural_exploration .con_box .thum .thum_slide .slide .item {
    height: 130vw;
  }
}
.cultural_exploration .con_box .thum .thum_slide .slide .item .thm-box {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.cultural_exploration .con_box .thum .thum_slide .slide .item .thm-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: none;
  max-height: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cultural_exploration .con_box .thum .thum_slide .slide_control {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 7.5px 30px;
  border-radius: 5px 0px 0px 0px;
  width: 280px;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .cultural_exploration .con_box .thum .thum_slide .slide_control {
    width: auto;
    padding: 7.5px 0px 7.5px 20px;
  }
}
.cultural_exploration .con_box .thum .thum_slide .slide_control .total {
  display: inline-flex;
  align-items: center;
}
.cultural_exploration .con_box .thum .thum_slide .slide_control .total .current {
  color: #32C0E4;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
}
.cultural_exploration .con_box .thum .thum_slide .slide_control .total .line {
  width: 20px;
  display: inline-block;
  height: 1px;
  background-color: #fff;
  margin: 0 7px;
}
.cultural_exploration .con_box .thum .thum_slide .slide_control .total .line em {
  font-size: 0;
}
.cultural_exploration .con_box .thum .thum_slide .slide_control .total .count {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.cultural_exploration .con_box .thum .thum_slide .slide_control .button {
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
}
.cultural_exploration .con_box .thum .thum_slide .slide_control .button.prev {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M24.401 27.8L19.001 22.4L24.401 17' stroke='white' stroke-width='2.25' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.cultural_exploration .con_box .thum .thum_slide .slide_control .button.prev:hover, .cultural_exploration .con_box .thum .thum_slide .slide_control .button.prev:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M24.401 27.8L19.001 22.4L24.401 17' stroke='%2332C0E4' stroke-width='2.25' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.cultural_exploration .con_box .thum .thum_slide .slide_control .button.play {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath d='M17.001 28.6V16L26.501 22.5002L17.001 28.6Z' stroke='white' stroke-width='2.25' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.cultural_exploration .con_box .thum .thum_slide .slide_control .button.play:hover, .cultural_exploration .con_box .thum .thum_slide .slide_control .button.play:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath d='M17.001 28.6V16L26.501 22.5002L17.001 28.6Z' stroke='%2332C0E4' stroke-width='2.25' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.cultural_exploration .con_box .thum .thum_slide .slide_control .button.stop {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath d='M17.001 16V28.6M26.901 16V28.6' stroke='white' stroke-width='2.25' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.cultural_exploration .con_box .thum .thum_slide .slide_control .button.stop:hover, .cultural_exploration .con_box .thum .thum_slide .slide_control .button.stop:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath d='M17.001 16V28.6M26.901 16V28.6' stroke='%2332C0E4' stroke-width='2.25' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.cultural_exploration .con_box .thum .thum_slide .slide_control .button.next {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M18.599 27.8L23.999 22.4L18.599 17' stroke='white' stroke-width='2.25' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.cultural_exploration .con_box .thum .thum_slide .slide_control .button.next:hover, .cultural_exploration .con_box .thum .thum_slide .slide_control .button.next:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M18.599 27.8L23.999 22.4L18.599 17' stroke='%2332C0E4' stroke-width='2.25' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.cultural_exploration .con_box .con {
  width: calc(100% - 470px - 60px);
}
@media (max-width: 1500px) {
  .cultural_exploration .con_box .con {
    width: calc(55% - 30px);
  }
}
@media (max-width: 1023px) {
  .cultural_exploration .con_box .con {
    width: calc(55% - 20px);
  }
}
@media (max-width: 768px) {
  .cultural_exploration .con_box .con {
    width: 100%;
  }
}
.cultural_exploration .con_box .con p {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
  margin-top: 0;
}
@media (max-width: 540px) {
  .cultural_exploration .con_box .con p {
    font-size: 15px;
  }
}
.cultural_exploration .con_box .con .con_txt {
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  .cultural_exploration .con_box .con .con_txt {
    margin-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .cultural_exploration .con_box .con .con_txt {
    margin-bottom: 30px;
  }
}
.cultural_exploration .con_box .con .con_txt P:not(:first-child) {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .cultural_exploration .con_box .con .con_txt P:not(:first-child) {
    margin-top: 20px;
  }
}
.cultural_exploration .con_box .con .title {
  display: block;
  color: #0046B7;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.4px;
  margin: 40px 0 20px;
}
@media (max-width: 1023px) {
  .cultural_exploration .con_box .con .title {
    font-size: 19px;
    margin: 30px 0 10px;
  }
}
@media (max-width: 768px) {
  .cultural_exploration .con_box .con .title {
    font-size: 18px;
  }
}
.cultural_exploration .con_box .con .number-list li {
  font-size: 16px;
  position: relative;
  padding-left: 28px;
  color: #444;
}
@media (max-width: 540px) {
  .cultural_exploration .con_box .con .number-list li {
    font-size: 15px;
  }
}
.cultural_exploration .con_box .con .number-list li .num {
  font-size: 14px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #06204B;
  border-radius: 50%;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 2px;
}
.cultural_exploration .con_box .con .list-1st li {
  color: #444;
}
.cultural_exploration .info_boxwrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .cultural_exploration .info_boxwrap {
    flex-direction: column;
    gap: 10px 0;
  }
}
.cultural_exploration .info_boxwrap .info_box {
  padding: 34px 30px;
  width: calc(33.33% - 13.33px);
  border: 1px solid #E0E0E0;
  border-radius: 15px;
}
@media (max-width: 1280px) {
  .cultural_exploration .info_boxwrap .info_box {
    padding: 20px;
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 600px) {
  .cultural_exploration .info_boxwrap .info_box {
    padding: 30px;
    width: 100%;
  }
}
@media (max-width: 540px) {
  .cultural_exploration .info_boxwrap .info_box {
    padding: 20px;
  }
}
.cultural_exploration .info_boxwrap .info_box .ico {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: #EDF3F9;
  margin-bottom: 16px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.cultural_exploration .info_boxwrap .info_box .ico1 {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 14.8889V24.6111C26 25.3782 25.3782 26 24.6111 26H2.38889C1.62183 26 1 25.3782 1 24.6111V2.38889C1 1.62183 1.62183 1 2.38889 1H12.1111' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.55469 15.3888V20.4444H11.6361L25.9991 6.07507L20.9263 1L6.55469 15.3888Z' stroke='%230280CF' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.cultural_exploration .info_boxwrap .info_box .ico2 {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='30' viewBox='0 0 29 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3161 28.7702C24.7434 28.6425 28.2297 24.9224 28.1029 20.4611C27.9761 15.9997 24.2844 12.4867 19.8571 12.6144C15.4298 12.7422 11.9436 16.4623 12.0703 20.9236C12.1971 25.3849 15.8889 28.898 20.3161 28.7702Z' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.4023 18.2969L18.3981 24.1303L20.21 18.2969L22.1475 24.1303L23.928 18.2969' stroke='%230280CF' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.8232 20.9824H24.5066' stroke='%230280CF' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5394 8.88261C15.8078 8.88261 20.0788 7.11803 20.0788 4.94131C20.0788 2.76458 15.8078 1 10.5394 1C5.27093 1 1 2.76458 1 4.94131C1 7.11803 5.27093 8.88261 10.5394 8.88261Z' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0831 9.1875C20.0831 10.9441 17.2975 12.4359 13.452 12.9434C12.5322 13.0626 11.5555 13.1288 10.5394 13.1288C5.27039 13.1288 1 11.3634 1 9.1875' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.8169 17.2641C12.0855 17.3391 11.3234 17.3788 10.5394 17.3788C5.27039 17.3788 1 15.6134 1 13.4375' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.8238 26.0741C12.7989 26.2285 11.6952 26.3124 10.5433 26.3124C5.27429 26.3124 1.00391 24.547 1.00391 22.3711' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.0631 21.5763C11.5682 21.6072 11.0601 21.6249 10.5433 21.6249C5.27429 21.6249 1.00391 19.8595 1.00391 17.6836' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.94141V22.375' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.084 4.94141V12.6078' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.cultural_exploration .info_boxwrap .info_box .ico3 {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.683 19.053L20.0438 17.5996C18.2809 17.0433 17.0864 15.4424 17.0864 13.6257V13.3192C18.4781 12.7401 19.4523 11.389 19.4523 9.81077V4.80365C19.4523 2.70315 17.7126 1 15.567 1H13.4214C11.2758 1 9.53608 2.70315 9.53608 4.80365V9.81077C9.53608 11.389 10.5103 12.7288 11.9021 13.3192V13.6257C11.9021 15.4424 10.7075 17.0433 8.94459 17.5996L4.30542 19.053C2.33377 19.6661 1 21.46 1 23.481V28H28V23.481C28 21.46 26.6662 19.6775 24.6946 19.053H24.683Z' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.cultural_exploration .info_boxwrap .info_box .title {
  text-align: center;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.36px;
  display: block;
  margin-bottom: 16px;
}
.cultural_exploration .info_boxwrap .info_box .con {
  text-align: center;
  border-top: 1px dashed #E0E0E0;
  padding-top: 16px;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.32px;
}
.cultural_exploration .btn.btn-lg.btn-icon {
  min-width: 200px;
}
@media (max-width: 420px) {
  .cultural_exploration .btn.btn-lg.btn-icon {
    min-width: 100%;
  }
}

/* sub0401 공주 문화탐방 End */
/* sub05 공통 */
.education-section {
  text-align: center;
}
.education-section .education_topbox .tit_box {
  position: relative;
  padding: 55px 30px 96px;
  color: #fff;
  border-radius: 30px 30px 0 0;
  background-repeat: no-repeat;
  background-position: top -44px right -14px;
  background-image: url("data:image/svg+xml,%3Csvg width='361' height='360' viewBox='0 0 361 360' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath d='M237.086 238.708V206.521H210.629V265.05H213.282H237.086H329.96V238.708H237.086Z' fill='%2317315A'/%3E%3Cpath d='M206.887 91.9464H272.289V133.252H298.668V27.0264H272.289V65.6043H206.887V27.0264H180.43V133.252H206.887V91.9464Z' fill='%2317315A'/%3E%3Cpath d='M141.659 240.582H82.1105V213.227H55.7312V319.686H168.116V213.227H141.737V240.582H141.659ZM82.1105 294.669V265.599H141.659V294.669H82.1105Z' fill='%2317315A'/%3E%3Cpath d='M273.381 208.163H299.761V154.855H297.185H273.381H180.43V181.198H273.381V208.163Z' fill='%2317315A'/%3E%3Cpath d='M80.1575 124.148L38.8716 165.375L57.5244 184.08L91.2399 150.412L124.877 184.08L143.53 165.375L106.615 128.512V91.9604H151.803V65.6183H106.615V27.5859H80.2355V65.6183H35.0474V91.9604H80.2355V124.226L80.1575 124.148Z' fill='%2317315A'/%3E%3Cpath d='M0 0V359.593H360.1V0H0ZM210.254 314.313C210.254 302.778 219.697 293.348 231.248 293.348C242.798 293.348 252.242 302.778 252.242 314.313C252.242 325.847 242.798 335.277 231.248 335.277C219.697 335.277 210.254 325.847 210.254 314.313ZM350.266 349.773H250.915C263.48 342.837 272.065 329.588 272.065 314.313C272.065 291.867 253.725 273.552 231.248 273.552C208.771 273.552 190.43 291.867 190.43 314.313C190.43 329.666 199.015 342.837 211.58 349.773H9.75564V9.7419H350.266V349.773Z' fill='%2317315A'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: #1A396B;
}
@media (max-width: 768px) {
  .education-section .education_topbox .tit_box {
    padding-top: 45px;
    padding-bottom: 96px;
    background-size: 300px auto;
  }
}
@media (max-width: 550px) {
  .education-section .education_topbox .tit_box {
    padding-top: 40px;
    background-size: 230px auto;
  }
}
@media (max-width: 360px) {
  .education-section .education_topbox .tit_box {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.education-section .education_topbox .tit_box.pb120 {
  padding-bottom: 109px;
  min-height: 245px;
}
@media (max-width: 1520px) {
  .education-section .education_topbox .tit_box.pb120 {
    padding-bottom: 96px;
  }
}
@media (max-width: 768px) {
  .education-section .education_topbox .tit_box.pb120 {
    min-height: auto;
  }
}
.education-section .education_topbox .tit_box .tit {
  display: block;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: "title_font";
  line-height: 1.3;
}
@media (max-width: 768px) {
  .education-section .education_topbox .tit_box .tit {
    font-size: 34px;
  }
}
@media (max-width: 360px) {
  .education-section .education_topbox .tit_box .tit {
    font-size: 31px;
  }
}
.education-section .education_topbox .tit_box .inner {
  margin: 0 236px;
}
@media (max-width: 1280px) {
  .education-section .education_topbox .tit_box .inner {
    margin: 0 135px;
  }
}
@media (max-width: 1023px) {
  .education-section .education_topbox .tit_box .inner {
    margin: 0 120px;
  }
}
@media (max-width: 768px) {
  .education-section .education_topbox .tit_box .inner {
    margin: 0 105px;
  }
}
@media (max-width: 550px) {
  .education-section .education_topbox .tit_box .inner {
    margin: 0;
  }
}
.education-section .education_topbox .tit_box .inner p {
  margin: 10px auto 0;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 768px) {
  .education-section .education_topbox .tit_box .inner p {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .education-section .education_topbox .tit_box .inner p {
    font-size: 14px;
  }
}
@media (max-width: 1520px) {
  .education-section .education_topbox .tit_box .inner p .block {
    display: inline-block;
  }
}
.education-section .education_topbox .con_box {
  padding: 0 95px 60px;
  text-align: left;
  background-color: #F4FAFF;
}
@media (max-width: 1280px) {
  .education-section .education_topbox .con_box {
    padding: 0 65px 60px;
  }
}
@media (max-width: 1023px) {
  .education-section .education_topbox .con_box {
    padding: 0 45px 50px;
  }
}
@media (max-width: 768px) {
  .education-section .education_topbox .con_box {
    padding: 0 30px 40px;
  }
}
@media (max-width: 360px) {
  .education-section .education_topbox .con_box {
    padding: 0 25px 30px;
  }
}
.education-section .education_topbox .con_box .pic_box {
  position: relative;
  left: 50%;
  margin: -60px 0 30px;
  max-width: 790px;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .education-section .education_topbox .con_box .pic_box {
    margin: -70px 0 20px;
  }
}
@media (max-width: 360px) {
  .education-section .education_topbox .con_box .pic_box {
    margin-top: -75px;
  }
}
.education-section .education_topbox .con_box .pic_box img {
  width: 100%;
  min-height: 210px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 4px 4px 15px 0px rgba(76, 81, 87, 0.05);
}
@media (max-width: 680px) {
  .education-section .education_topbox .con_box .pic_box img {
    min-height: auto;
    height: 31vw;
  }
}
@media (max-width: 540px) {
  .education-section .education_topbox .con_box .pic_box img {
    height: 35vw;
  }
}
.education-section .education_topbox .con_box .pic_box::before, .education-section .education_topbox .con_box .pic_box::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
}
@media (max-width: 550px) {
  .education-section .education_topbox .con_box .pic_box::before, .education-section .education_topbox .con_box .pic_box::after {
    display: none;
  }
}
.education-section .education_topbox .con_box .pic_box::before {
  top: -102px;
  left: 48px;
  width: 126px;
  height: 116px;
  background-image: url("data:image/svg+xml,%3Csvg width='126' height='116' viewBox='0 0 126 116' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1554_2210)'%3E%3Cpath d='M47.0679 102.44H0.930847V100.788H2.16591V93.8509H0.930847V92.1985H47.0679V93.8509H46.5716V100.788H47.0679V102.44Z' fill='%23603B00'/%3E%3Cpath d='M46.566 93.8508H2.16595V100.787H46.566V93.8508Z' fill='%23EBEBEB'/%3E%3Cpath d='M9.69476 95.4414H45.1844' stroke='%23999999' stroke-width='0.146628' stroke-miterlimit='10'/%3E%3Cpath d='M3.32773 97.009H38.8173' stroke='%23999999' stroke-width='0.146628' stroke-miterlimit='10'/%3E%3Cpath d='M27.6962 98.7073H45.9288' stroke='%23999999' stroke-width='0.146628' stroke-miterlimit='10'/%3E%3Cpath d='M5.46512 99.5864H23.6977' stroke='%23999999' stroke-width='0.146628' stroke-miterlimit='10'/%3E%3Cpath d='M51.7431 86.0566V91.5947C51.7431 91.9274 51.4724 92.1925 51.1453 92.1925H6.20948C5.87675 92.1925 5.61169 91.9218 5.61169 91.5947V86.7559C5.61169 86.3725 5.92187 86.0566 6.311 86.0566H51.7431Z' fill='%23E3972C'/%3E%3Cpath d='M51.7431 86.0566V91.5947C51.7431 91.9274 51.478 92.1925 51.1453 92.1925H39.5222V86.0566H51.7487H51.7431Z' fill='%23F06C34'/%3E%3Cpath d='M38.4677 86.0566H37.0409V92.1925H38.4677V86.0566Z' fill='%23F06C34'/%3E%3Cpath d='M35.9919 86.0566H34.5651V92.1925H35.9919V86.0566Z' fill='%23F06C34'/%3E%3Cpath d='M6.78472 78.6971C6.13617 78.6971 5.61169 78.1726 5.61169 77.5241V70.7566C5.61169 70.2829 5.88239 69.8994 6.20948 69.8994H51.1453C51.478 69.8994 51.7431 70.2829 51.7431 70.7566V77.6989C51.7431 78.2516 51.4329 78.7027 51.0438 78.7027H6.78472V78.6971Z' fill='%23F06C34'/%3E%3Cpath d='M6.78472 78.6971C6.13617 78.6971 5.61169 78.1726 5.61169 77.5241V70.7566C5.61169 70.2829 5.87675 69.8994 6.20948 69.8994H17.8326V78.7027H6.78472V78.6971Z' fill='%23E3972C'/%3E%3Cpath d='M18.8817 78.6973H20.3085V69.894H18.8817V78.6973Z' fill='%23E3972C'/%3E%3Cpath d='M21.363 78.6973H22.7898V69.894H21.363V78.6973Z' fill='%23E3972C'/%3E%3Cpath d='M55.4482 86.1472H9.31683V84.4948H10.5519V80.1524H9.31683V78.5H55.4482V80.1524H54.952V84.4948H55.4482V86.1472Z' fill='%23603B00'/%3E%3Cpath d='M54.9519 80.1523H10.5518V84.4948H54.9519V80.1523Z' fill='%23EBEBEB'/%3E%3Cpath d='M18.0806 81.7432H53.5646' stroke='%23999999' stroke-width='0.146628' stroke-miterlimit='10'/%3E%3Cpath d='M11.7136 83.3105H47.2032' stroke='%23999999' stroke-width='0.146628' stroke-miterlimit='10'/%3E%3Cpath d='M54.8957 69.8943H8.75867V68.2419H9.99936V63.8995H8.75867V62.2471H54.8957V63.8995H54.3994V68.2419H54.8957V69.8943Z' fill='%23603B00'/%3E%3Cpath d='M54.3994 63.8997H9.9993V68.2421H54.3994V63.8997Z' fill='%23EBEBEB'/%3E%3Cpath d='M17.5224 65.4893H53.012' stroke='%23999999' stroke-width='0.146628' stroke-miterlimit='10'/%3E%3Cpath d='M11.1609 67.0574H46.6449' stroke='%23999999' stroke-width='0.146628' stroke-miterlimit='10'/%3E%3Cpath d='M51.9687 62.247H5.83728V60.5947H7.07234V53.6524H5.83728V52H51.9687V53.6524H51.4724V60.5947H51.9687V62.247Z' fill='%23F06C34'/%3E%3Cpath d='M51.4724 53.6523H7.07239V60.589H51.4724V53.6523Z' fill='%23EBEBEB'/%3E%3Cpath d='M14.6012 55.2432H50.0852' stroke='%23999999' stroke-width='0.146628' stroke-miterlimit='10'/%3E%3Cpath d='M8.23413 56.8103H43.7181' stroke='%23999999' stroke-width='0.146628' stroke-miterlimit='10'/%3E%3Cpath d='M32.6025 58.5137H50.8352' stroke='%23999999' stroke-width='0.146628' stroke-miterlimit='10'/%3E%3Cpath d='M10.3658 59.3877H28.5985' stroke='%23999999' stroke-width='0.146628' stroke-miterlimit='10'/%3E%3Cpath d='M11.6234 57.0191L13.4281 56.2634L15.2327 57.0191V52.0168H11.6234V57.0191Z' fill='%231E65EA'/%3E%3C/g%3E%3Cpath d='M111.281 67.827L103.817 55.3213L97.6819 56.4824L97.5459 68.2088L104.445 74.1191L111.281 67.827Z' fill='%23FFE1DB'/%3E%3Cpath d='M52.7481 54.8141H58.9356L61.08 82.1949H104.413L97.729 58.0883H108.435L103.383 42.3032C101.395 36.1052 95.6316 31.9053 89.1251 31.9053H70.4946C63.7737 31.9053 57.8738 36.3824 56.0798 42.8524L52.7481 54.8141Z' fill='%23FAA896'/%3E%3Cpath d='M93.4454 46.916L96.5679 56.2365' stroke='%23F8917B' stroke-width='0.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M64.4824 46.916L63.6124 58.7418' stroke='%23F8917B' stroke-width='0.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M56.1953 81.8023C60.4387 81.8023 63.8787 78.3623 63.8787 74.1189C63.8787 69.8755 60.4387 66.4355 56.1953 66.4355C51.9519 66.4355 48.512 69.8755 48.512 74.1189C48.512 78.3623 51.9519 81.8023 56.1953 81.8023Z' fill='%23FAA896'/%3E%3Cpath d='M48.0412 70.2534L59.344 56.6284L59.1557 54.8187L52.7485 54.8135L48.0412 70.2534Z' fill='%23FAA896'/%3E%3Cpath d='M72.2157 31.9053C72.2994 33.715 73.0421 35.3939 74.3183 36.7015C75.7305 38.1294 77.603 38.9139 79.6062 38.9139C83.5394 38.9139 86.7979 35.7914 87.0123 31.9053H85.3439C85.3596 31.8373 85.166 31.8634 85.166 31.7954L73.9522 31.696C73.9522 31.7693 73.8581 31.8373 73.8737 31.9053H72.221H72.2157Z' fill='white'/%3E%3Cpath d='M79.7004 37.5329C82.9328 37.5329 85.5584 34.9125 85.5584 31.675V22.2185H73.8477V31.675C73.8477 34.9073 76.4681 37.5329 79.7056 37.5329H79.7004Z' fill='%23FFE8E3'/%3E%3Cpath d='M79.3866 6.91992C84.4861 6.91992 88.8169 10.5236 89.5962 15.4035L89.8054 17.0302C89.8054 18.2959 79.6952 16.1358 79.6952 16.1358V16.1672L79.3813 16.1515L79.0675 16.1672V16.1358L69.1194 17.004C69.2345 13.2277 71.29 9.70769 74.6374 8.03398C76.0653 7.31743 77.6815 6.91992 79.3813 6.91992H79.3866Z' fill='%238C571A'/%3E%3Cpath d='M73.1311 19.8648C73.0997 21.753 71.4678 23.2541 69.4908 23.2175C67.5137 23.1808 65.9341 21.6274 65.9655 19.7393C65.9969 17.8511 67.6288 16.35 69.6058 16.3866C71.5829 16.418 73.1625 17.9767 73.1311 19.8648Z' fill='%23FFE1DB'/%3E%3Cpath d='M67.5923 18.6931C67.9113 18.2067 68.4291 17.851 69.0044 17.7412C69.5746 17.6313 70.1917 17.7569 70.6677 18.0916' stroke='%23FED3C9' stroke-width='0.287585' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M69.0676 19.1539C69.1148 18.5785 69.4659 18.0398 69.9743 17.7678' stroke='%23FED3C9' stroke-width='0.287585' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M69.7939 21.5017L70.3535 14.4564C70.4895 12.767 71.3891 11.2554 72.7595 10.4604C73.4551 10.0577 74.2083 9.7334 74.8516 9.7334H82.4565C82.4565 9.7334 82.4931 9.7334 82.5088 9.7334C84.8416 9.75955 86.7402 11.7941 86.9389 14.3309L87.509 21.5017C87.6503 23.28 87.1586 25.0844 86.055 26.4025C86.0498 26.4129 86.0393 26.4182 86.0341 26.4286C86.0184 26.4495 86.0027 26.4705 85.9818 26.4914C84.0099 28.7614 81.332 29.8911 78.6541 29.8754C75.9761 29.8911 73.2982 28.7614 71.3264 26.4914C71.3055 26.4705 71.2898 26.4495 71.2741 26.4286C71.2688 26.4182 71.2584 26.4129 71.2532 26.4025C70.1496 25.0844 69.6579 23.28 69.7991 21.5017H69.7939Z' fill='%23FFE8E3'/%3E%3Cpath d='M83.9731 28.2646C82.3569 29.3473 80.5002 29.8861 78.6539 29.8704C77.0429 29.8808 75.432 29.4729 73.9727 28.6569' fill='%23FFE8E3'/%3E%3Cpath d='M83.9731 28.2646C82.3569 29.3473 80.5002 29.8861 78.6539 29.8704C77.0429 29.8808 75.432 29.4729 73.9727 28.6569' stroke='%23FED3C9' stroke-width='0.479308' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M78.137 20.2729C78.1265 20.7855 78.5397 21.2092 79.0523 21.2196C79.5649 21.2301 79.9885 20.8169 79.999 20.3043C80.0094 19.7917 79.5962 19.3681 79.0837 19.3576C78.5711 19.3472 78.1474 19.7604 78.137 20.2729Z' fill='%23251E1C'/%3E%3Cpath d='M71.7297 20.2729C71.7193 20.7855 72.1325 21.2092 72.6451 21.2196C73.1576 21.2301 73.5813 20.8169 73.5917 20.3043C73.6022 19.7917 73.189 19.3681 72.6764 19.3576C72.1639 19.3472 71.7402 19.7604 71.7297 20.2729Z' fill='%23251E1C'/%3E%3Cpath d='M75.6779 19.5098C75.7406 20.0223 75.521 20.5663 75.1025 20.9063C74.8829 21.0841 74.5847 21.2619 74.59 21.5339C74.59 21.8007 74.8933 21.9628 75.1548 22.0256C75.7354 22.1668 76.3631 22.1249 76.9279 21.9105' fill='%23FFE8E3'/%3E%3Cpath d='M75.6779 19.5098C75.7406 20.0223 75.521 20.5663 75.1025 20.9063C74.8829 21.0841 74.5847 21.2619 74.59 21.5339C74.59 21.8007 74.8933 21.9628 75.1548 22.0256C75.7354 22.1668 76.3631 22.1249 76.9279 21.9105' stroke='%23E09D8E' stroke-width='0.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M73.8735 16.92C73.2981 16.5643 72.5554 16.5015 71.9278 16.7526' stroke='%238C571A' stroke-width='0.413197' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M78.9415 17.1506C79.5691 16.9048 80.3118 16.9728 80.8819 17.3336' stroke='%238C571A' stroke-width='0.413197' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M92.5514 2.77233C90.8097 0.000247905 87.1537 -0.831375 84.3816 0.910326C81.6095 2.65203 80.7727 6.31326 82.5144 9.08534C84.2561 11.8574 87.9173 12.6943 90.6894 10.9526C93.4614 9.21087 94.2983 5.54963 92.5566 2.77756L92.5514 2.77233Z' fill='%238C571A'/%3E%3Cpath d='M100.104 7.55821C98.713 5.34578 95.7893 4.67629 93.5768 6.06756C91.3644 7.45883 90.6949 10.3826 92.0862 12.595C93.4774 14.8075 96.4012 15.4769 98.6136 14.0857C100.826 12.6944 101.496 9.77064 100.104 7.55821Z' fill='%238C571A'/%3E%3Cpath d='M103.049 3.31098C102.112 1.82557 100.151 1.37576 98.6656 2.31199C97.1802 3.24822 96.7304 5.20959 97.6666 6.69501C98.6029 8.18042 100.564 8.63023 102.05 7.694C103.535 6.75777 103.985 4.7964 103.049 3.31098Z' fill='%238C571A'/%3E%3Cpath d='M80.8819 22.7744C79.2187 24.4638 76.5669 25.0967 74.3179 24.3487Z' fill='%23FFE8E3'/%3E%3Cpath d='M80.8819 22.7744C79.2187 24.4638 76.5669 25.0967 74.3179 24.3487' stroke='%23E09D8E' stroke-width='0.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M85.3492 20.0113C85.3178 21.8995 86.8921 23.4529 88.8744 23.4895C90.8515 23.5209 92.4833 22.0198 92.5147 20.1369C92.5461 18.2487 90.9718 16.6953 88.9895 16.6587C87.0124 16.6273 85.3806 18.1284 85.3492 20.0113Z' fill='%23FFE8E3'/%3E%3Cpath d='M90.9296 19.0285C90.6315 18.5317 90.1189 18.1603 89.554 18.0295C88.9839 17.8988 88.3667 18.0034 87.8751 18.3224' stroke='%23FED3C9' stroke-width='0.287585' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M89.4411 19.4359C89.4149 18.8605 89.0794 18.3114 88.5867 18.0237' stroke='%23FED3C9' stroke-width='0.287585' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M86.9239 10.9265L81.7563 8.74023L77.4465 8.86053L72.6555 9.73923L70.009 12.9925C70.009 12.9925 69.601 18.3065 70.1554 18.3065C70.4535 18.3065 70.6575 17.7573 70.783 17.2552C70.9033 16.774 70.7517 15.6809 71.6513 15.2729C73.5133 14.4308 74.3815 13.5312 74.6483 12.4956C74.8156 11.8627 75.3073 11.4391 75.8565 11.4391C76.3063 11.4391 76.7247 11.7268 76.9548 12.1975C77.7237 13.8084 79.5177 15.8901 83.6706 16.0366C84.0629 16.0522 84.4551 16.1202 84.8213 16.2928C85.5064 16.6067 86.5368 17.2709 87.0337 18.5471C87.1226 18.7772 87.4051 18.7197 87.4155 18.4687L87.5306 16.387L86.9186 10.9265H86.9239Z' fill='%238C571A'/%3E%3Cpath d='M75.2236 97.3577L63.9052 100.203L62.0536 109.686L76.2697 109.884L75.2236 97.3577Z' fill='white'/%3E%3Cpath d='M64.6793 99.622L54.4174 97.1324C51.8284 96.5048 49.1034 96.7977 46.7079 97.964C45.1545 98.7224 44.0456 100.161 43.7109 101.861L43.1879 104.544C42.7171 106.95 43.8939 109.377 46.075 110.496C47.0688 111.003 48.1881 111.202 49.2969 111.061L57.3673 110.015L63.7431 110.663C64.5642 110.747 65.286 110.13 65.3279 109.309L65.7777 101.107C65.8143 100.412 65.354 99.7894 64.6793 99.6273V99.622Z' fill='%23575757'/%3E%3Cpath d='M117.647 100.072L74.8526 111.683C74.2668 111.84 73.6653 111.474 73.5398 110.883L70.7834 97.8492C70.6788 97.3627 70.9299 96.8711 71.3849 96.6671L110.027 79.2658C115.879 76.5303 122.83 79.339 125.132 85.38C127.475 91.5257 123.997 98.3513 117.652 100.072H117.647Z' fill='%23224126'/%3E%3Cpath d='M80.9245 100.37L92.3476 102.771L94.5652 112.175L80.3701 112.933L80.9245 100.37Z' fill='%23F1F1F1'/%3E%3Cpath d='M91.4011 101.913L101.924 101.05C104.582 100.831 107.228 101.547 109.414 103.069C110.832 104.058 111.705 105.653 111.768 107.384L111.867 110.115C111.956 112.562 110.419 114.78 108.091 115.544C107.035 115.894 105.894 115.91 104.822 115.596L97.0132 113.31L90.6113 112.96C89.7901 112.913 89.1729 112.191 89.2566 111.375L90.0882 103.205C90.1562 102.515 90.7107 101.971 91.4063 101.913H91.4011Z' fill='%23575757'/%3E%3Cpath d='M38.637 104.738L81.8553 114.67C82.4463 114.806 83.0321 114.419 83.1367 113.818L85.3805 100.689C85.4642 100.198 85.1974 99.7166 84.7319 99.5283L45.4417 83.649C39.4843 81.1437 32.6535 84.2243 30.5875 90.3491C28.4849 96.5836 32.2246 103.268 38.637 104.743V104.738Z' fill='%23224126'/%3E%3Cpath d='M55.9494 96.813L111.872 94.5953L100.135 81.6084L61.0804 82.1942L61.3314 87.8534L55.9494 96.813Z' fill='%23224126'/%3E%3Cpath d='M114.232 78.2246L94.8008 81.6923L98.7497 87.8537L114.232 78.2246Z' fill='%23224126'/%3E%3Cpath d='M40.9073 82.7707L61.0807 82.1953L64.8361 91.9447L40.9073 82.7707Z' fill='%23224126'/%3E%3Cpath d='M51.0381 86.6504L84.732 99.5275' stroke='%2316331A' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M107.123 80.6309L74.6165 95.6576' stroke='%2316331A' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M98.3099 75.395L73.356 52.7529C65.7929 54.2122 58.9255 56.1003 53.5853 58.9404C49.6469 56.0167 43.8883 54.3116 39.3379 53.2341L36.9633 56.1526L52.7798 59.3902C52.262 59.6831 51.7547 59.9813 51.2735 60.2951L54.5058 59.7407L54.6209 59.7668C54.6209 59.7668 54.5895 59.7407 54.5791 59.7302L72.3622 56.6966L97.5463 76.8125L98.3099 75.395Z' fill='white'/%3E%3Cpath d='M36.5554 54.9551L53.3082 59.1655L75.0402 55.4572L98.31 76.5354L97.6719 77.4717L73.2305 79.8881L55.0917 75.6411L35.9173 55.8861L36.5554 54.9551Z' fill='%2332C0E4'/%3E%3Cpath d='M35.9173 55.8857L52.67 60.1014L74.4021 56.3931L96.5682 76.5717' stroke='%231AA9CD' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M53.5383 61.1895L71.5725 78.9308' stroke='%231AA9CD' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M73.2858 53.0928L72.7964 55.3575' stroke='%23F0F0F0' stroke-width='0.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M46.7018 68.7788L46.9842 67.2149L48.0617 68.3865L50.6926 70.9807L51.552 69.4951L54.8664 63.8047C55.0913 63.3601 55.4992 63.0306 55.9804 62.9051C56.3988 62.7952 56.8434 62.8423 57.2305 63.0358C57.6489 63.2503 57.9575 63.6112 58.1039 64.0558C58.2504 64.5056 58.2138 64.9763 57.9993 65.4L57.3142 66.7442L60.8185 62.7586C61.0486 62.4971 61.3467 62.3088 61.6867 62.2199C62.2568 62.0682 62.8583 62.2095 63.3029 62.5965C64.0299 63.2398 64.1031 64.3487 63.4598 65.0757L59.2337 69.8824L59.2755 69.9033L64.2444 65.7609C64.4797 65.5621 64.7674 65.4313 65.0707 65.379C65.6879 65.2744 66.3208 65.5046 66.7183 65.9858C67.0217 66.3466 67.1629 66.8017 67.121 67.2672C67.0792 67.7379 66.8543 68.1563 66.4934 68.4597L63.35 71.0801L65.531 70.1753C65.599 70.1491 65.667 70.1229 65.735 70.1073C66.5143 69.898 67.3302 70.306 67.6388 71.0487C67.8062 71.4462 67.8062 71.8856 67.6388 72.2831C67.4767 72.6806 67.1629 72.9944 66.7654 73.1565L61.284 75.4317L60.2798 78.2823C59.6312 80.1233 57.743 81.2217 55.8183 80.8817C54.3172 80.615 52.9939 79.7258 52.178 78.434L49.9865 74.9558L47.9414 72.7277C47.9414 72.7277 47.9257 72.712 47.9205 72.7015C46.9581 71.6397 46.5501 70.1909 46.6913 68.7683L46.7018 68.7788Z' fill='%23FFE8E3'/%3E%3Cpath d='M57.3728 66.7256L54.956 70.1791' stroke='%23FED3C9' stroke-width='0.31905' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M59.302 69.906L57.638 71.7075' stroke='%23FED3C9' stroke-width='0.31905' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M63.4811 71.0645L59.8204 73.3489' stroke='%23FED3C9' stroke-width='0.31905' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg clip-path='url(%23clip1_1554_2210)'%3E%3Cpath d='M103.255 80.0186L106.939 80.4739L109.719 57.9856C109.785 57.4487 109.402 56.9571 108.865 56.8907L107.129 56.6762C106.592 56.6099 106.101 56.9934 106.034 57.5302L103.255 80.0186Z' fill='%2362ABF4'/%3E%3Cpath d='M103.255 80.0187L104.455 83.2918C104.537 83.5165 104.839 83.5538 104.975 83.356L106.937 80.4738L103.255 80.0187Z' fill='%23FEB394'/%3E%3Cpath d='M104.455 83.292L104.033 82.1411L105.665 82.3427L104.975 83.3563C104.842 83.5543 104.539 83.517 104.455 83.292Z' fill='%23060606'/%3E%3Cpath d='M104.491 80.1711L104.156 79.4493C104.085 79.2946 103.875 79.2687 103.769 79.4015L103.265 80.0196L103.802 80.7083L104.491 80.1711Z' fill='%23FEB394'/%3E%3Cpath d='M105.028 80.8597L105.717 80.3225L105.381 79.6007C105.31 79.446 105.101 79.4201 104.994 79.5529L104.493 80.1712L105.03 80.8599L105.028 80.8597Z' fill='%23FEB394'/%3E%3Cpath d='M106.941 80.4738L106.606 79.752C106.535 79.5973 106.325 79.5715 106.219 79.7042L105.717 80.3226L106.255 81.0113L106.943 80.4741L106.941 80.4738Z' fill='%23FEB394'/%3E%3Cpath d='M105.695 60.2734L109.38 60.7288L109.755 57.6934C109.801 57.3172 109.533 56.9728 109.156 56.9263L106.838 56.6397C106.461 56.5932 106.117 56.8618 106.071 57.2381L105.695 60.2734Z' fill='%23047DF6'/%3E%3Cpath d='M104.564 79.5859L106.893 60.7375' stroke='%23047DF6' stroke-width='0.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M105.789 79.7373L108.119 60.8889' stroke='%23047DF6' stroke-width='0.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cpath d='M106.13 66.6865C106.7 66.2419 107.416 66.0432 108.133 66.1321L109.942 66.357C110.915 66.2838 111.742 67.0108 111.815 67.9732C111.883 68.9356 111.161 69.7724 110.199 69.8456L108.562 69.3958C108.473 69.4115 108.368 69.4324 108.279 69.4534L107.406 70.1333C106.642 70.7243 105.544 70.5883 104.953 69.8247C104.362 69.0611 104.498 67.9679 105.256 67.3717L106.13 66.6865Z' fill='%23FFE8E3'/%3E%3Cpath d='M106.642 74.3596L111.088 71.5248C111.815 71.0593 112.777 71.2371 113.295 71.9275C113.787 72.7592 113.515 73.8314 112.688 74.323L108.431 77.3619C108.149 77.5292 107.845 77.6077 107.537 77.6077C106.94 77.6077 106.36 77.3043 106.03 76.7551C105.539 75.9235 105.811 74.8513 106.637 74.3596H106.642Z' fill='%23FFE8E3'/%3E%3Cpath d='M110.031 79.8303C110.382 79.8303 110.738 79.7257 111.041 79.506L113.457 76.964C114.242 76.4044 114.43 75.3113 113.871 74.5267C113.311 73.7422 112.218 73.5539 111.433 74.1135L109.017 76.6555C108.232 77.2151 108.044 78.3082 108.604 79.0928C108.944 79.574 109.482 79.8303 110.031 79.8303Z' fill='%23FFE8E3'/%3E%3Cpath d='M105.774 74.9608C106.03 74.9608 106.292 74.9033 106.538 74.783L111.794 72.0318C112.662 71.6082 113.023 70.5621 112.605 69.6939C112.181 68.8256 111.135 68.4647 110.267 68.8831L105.01 71.6343C104.142 72.058 103.781 73.104 104.2 73.9723C104.503 74.5947 105.125 74.9556 105.774 74.9556V74.9608Z' fill='%23FFE8E3'/%3E%3Cpath d='M106.056 74.9356L111.004 71.834' stroke='%23FED3C9' stroke-width='0.287585' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M108.399 77.409L112.097 74.5166' stroke='%23FED3C9' stroke-width='0.287585' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M106.611 70.8037L109.864 69.1719' stroke='%23FED3C9' stroke-width='0.287585' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3CclipPath id='clip0_1554_2210'%3E%3Crect width='54.5174' height='50.44' fill='white' transform='translate(0.930786 52)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_1554_2210'%3E%3Crect width='3.71445' height='26.8999' fill='white' transform='matrix(0.992448 0.122663 0.122663 -0.992448 102.855 83.2549)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (max-width: 1280px) {
  .education-section .education_topbox .con_box .pic_box::before {
    top: -73px;
    left: 10px;
    background-size: 90px auto;
  }
}
@media (max-width: 768px) {
  .education-section .education_topbox .con_box .pic_box::before {
    top: -77px;
    background-size: 95px auto;
  }
}
.education-section .education_topbox .con_box .pic_box::after {
  top: -54px;
  right: 30px;
  width: 143px;
  height: 67px;
  background-image: url("data:image/svg+xml,%3Csvg width='143' height='67' viewBox='0 0 143 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.19488 49.6696L30.1523 45.7645L50.1956 39.0039L86.0636 53.1521C86.7587 53.4383 86.7246 54.4402 86.0022 54.6719L63.5328 61.964L63.1307 63.4225C63.0012 63.8995 62.6196 64.2744 62.1425 64.4039L55.7431 66.1008C55.341 66.2099 54.9117 66.1281 54.5709 65.8896L52.6559 64.5129L29.6548 66.9391C28.9733 67.014 28.285 66.8641 27.6921 66.5165L0.95635 50.8486C0.431586 50.5419 0.595149 49.7513 1.19488 49.6696Z' fill='%23FB8065'/%3E%3Cpath d='M31.0042 44.3671L56.9084 58.9788L84.1212 50.2077L49.2687 37C42.9851 37.2317 36.8992 39.7124 31.0042 44.3671Z' fill='white'/%3E%3Cpath d='M31.0111 44.3671C36.8993 39.7124 42.9784 37.2317 49.2688 37L84.1213 50.2009H84.1281V53.0428L58.1829 61.4663L31.529 64.1787H31.5222L29.4299 64.3831L3.21899 49.3967V46.1186C12.2831 44.04 21.4903 43.0314 31.0111 44.3603V44.3671Z' fill='white'/%3E%3Cpath d='M84.1281 50.2007C84.1281 50.2007 70.0958 49.8055 56.9153 58.9718C56.9153 58.9718 40.4364 56.1299 29.4368 60.5938V64.383' stroke='%23E1E1E1' stroke-width='0.408907' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.4298 60.6007L4.94312 46.8887' stroke='%23E1E1E1' stroke-width='0.408907' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.0042 44.3672L56.9152 58.9788' stroke='%23E1E1E1' stroke-width='0.408907' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M85.1434 53.7448L62.6739 60.9893C62.5445 61.0302 62.4422 61.1324 62.4013 61.2687L61.9311 62.8089C61.8766 62.9997 61.7198 63.1428 61.529 63.1974L55.743 64.7103C55.5862 64.7512 55.4158 64.7239 55.2795 64.6353L53.1396 63.2042C53.051 63.1428 52.942 63.1156 52.8329 63.1292L28.9255 65.9779L1.97168 50.2009' stroke='%23EE5C3C' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M54.9198 2.44434H56.6757C58.2887 2.44434 59.5955 3.75161 59.5955 5.36528V53.503H52V5.37209C52 3.75842 53.3067 2.44434 54.9198 2.44434Z' fill='%23B87202'/%3E%3Cpath d='M137.606 2.44434H139.361C140.974 2.44434 142.281 3.75161 142.281 5.36528V53.503H134.679V5.37209C134.679 3.75842 135.986 2.45114 137.599 2.45114L137.606 2.44434Z' fill='%23B87202'/%3E%3Cpath d='M142.281 50.2002H52V53.9995H142.281V50.2002Z' fill='%23B87202'/%3E%3Cpath d='M142.281 18.8875H52V28.0316H142.281V18.8875Z' fill='%23B87202'/%3E%3Cpath d='M70.2809 0H59.6023V50.2007H70.2809V0Z' fill='%23FFA57E'/%3E%3Cpath d='M125.13 0H111.171V50.2007H125.13V0Z' fill='%23047DF7'/%3E%3Cpath d='M86.2681 50.2076H75.5895L75.2152 46.7079L74.9225 43.9163L74.5754 40.7162L74.2828 37.9246L70.2468 0H80.9322L84.9682 37.9246L85.2608 40.7162L85.6079 43.9163L85.9006 46.7079L86.2681 50.2076Z' fill='%23F8C602'/%3E%3Cpath d='M93.0057 0H82.3271L87.6698 50.2007H98.3416L93.0057 0Z' fill='%23F06C34'/%3E%3Cpath d='M105.148 0H94.4761L99.812 50.2007H110.491L105.148 0Z' fill='%23603B00'/%3E%3Cpath d='M125.13 42.3164H111.171V45.1012H125.13V42.3164Z' fill='%237CB8F4'/%3E%3Cpath d='M125.13 36.3242H111.171V39.109H125.13V36.3242Z' fill='%237CB8F4'/%3E%3Cpath d='M85.9004 46.7086H75.215L74.9224 43.917H85.6077L85.9004 46.7086Z' fill='%23FFFBE9'/%3E%3Cpath d='M85.2607 40.7161H74.5754L74.2827 37.9246H84.9681L85.2607 40.7161Z' fill='%23FFFBE9'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1280px) {
  .education-section .education_topbox .con_box .pic_box::after {
    top: -42px;
    right: -22px;
    background-size: 110px auto;
  }
}
@media (max-width: 768px) {
  .education-section .education_topbox .con_box .pic_box::after {
    top: -42px;
    right: -20px;
    background-size: 112px auto;
  }
}
.education-section .education_topbox .con_box .paragraph p {
  color: #444;
}
@media (max-width: 768px) {
  .education-section .education_topbox .con_box .paragraph p {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .education-section .education_topbox .con_box .paragraph p {
    font-size: 14px;
  }
}
.education-section .education_topbox .con_box .paragraph p + p {
  margin-top: 18px;
}
.education-section .sub_tit {
  display: inline-block;
  position: relative;
  margin: 70px auto 30px;
  padding: 0 15px;
  font-size: 24px;
  font-weight: 700;
  color: #0046B7;
  letter-spacing: -0.02em;
  font-family: "title_font";
  line-height: 1;
}
@media (max-width: 768px) {
  .education-section .sub_tit {
    margin: 60px auto 25px;
    font-size: 23px;
  }
}
@media (max-width: 360px) {
  .education-section .sub_tit {
    font-size: 22px;
    margin-top: 50px;
  }
}
.education-section .sub_tit::before, .education-section .sub_tit::after {
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #0046B7;
}
.education-section .sub_tit::before {
  left: 0;
}
.education-section .sub_tit::after {
  right: 0;
}
.education-section .progress-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 360px) {
  .education-section .progress-lists {
    gap: 18px 10px !important;
  }
}
.education-section .progress-lists.col3 {
  gap: 45px;
}
@media (max-width: 1280px) {
  .education-section .progress-lists.col3 {
    gap: 20px;
  }
}
@media (max-width: 500px) {
  .education-section .progress-lists.col3 {
    width: 100%;
  }
}
.education-section .progress-lists.col3 .list {
  width: calc(33.3333% - 30px);
  max-width: 250px;
}
@media (max-width: 1280px) {
  .education-section .progress-lists.col3 .list {
    width: calc(33.3333% - 13.3333px);
  }
}
@media (max-width: 1023px) {
  .education-section .progress-lists.col3 .list {
    max-width: 220px;
  }
}
@media (max-width: 640px) {
  .education-section .progress-lists.col3 .list {
    width: calc(50% - 10px);
    max-width: 190px;
  }
}
.education-section .progress-lists.col3 .list .illust_box {
  padding: 25px 20px 22px;
}
@media (max-width: 500px) {
  .education-section .progress-lists.col3 .list .illust_box {
    padding: 24px;
  }
}
@media (max-width: 360px) {
  .education-section .progress-lists.col3 .list .illust_box {
    padding: 12px;
  }
}
.education-section .progress-lists.col4 {
  gap: 40px;
}
@media (max-width: 1280px) {
  .education-section .progress-lists.col4 {
    gap: 20px;
  }
}
@media (max-width: 1180px) {
  .education-section .progress-lists.col4 {
    width: 90%;
    margin: auto;
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .education-section .progress-lists.col4 {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .education-section .progress-lists.col4 {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .education-section .progress-lists.col4 {
    width: 86%;
  }
}
@media (max-width: 500px) {
  .education-section .progress-lists.col4 {
    width: 100%;
  }
}
.education-section .progress-lists.col4 .list {
  width: calc(25% - 30px);
  max-width: 215px;
}
@media (max-width: 1280px) {
  .education-section .progress-lists.col4 .list {
    width: calc(25% - 15px);
  }
}
@media (max-width: 1180px) {
  .education-section .progress-lists.col4 .list {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1023px) {
  .education-section .progress-lists.col4 .list {
    width: calc(25% - 30px);
  }
}
@media (max-width: 900px) {
  .education-section .progress-lists.col4 .list {
    width: calc(25% - 15px);
  }
}
@media (max-width: 768px) {
  .education-section .progress-lists.col4 .list {
    width: calc(50% - 10px);
    max-width: 190px;
  }
}
.education-section .progress-lists.col5 {
  gap: 30px;
}
@media (max-width: 900px) {
  .education-section .progress-lists.col5 {
    width: 86%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .education-section .progress-lists.col5 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .education-section .progress-lists.col5 {
    width: 80%;
    gap: 20px;
    justify-content: flex-start;
  }
}
@media (max-width: 404px) {
  .education-section .progress-lists.col5 {
    width: 100%;
  }
}
.education-section .progress-lists.col5 .list {
  width: calc(20% - 24px);
  max-width: 172px;
}
@media (max-width: 1280px) {
  .education-section .progress-lists.col5 .list {
    width: calc(33.3333% - 20px);
    max-width: 183px;
  }
}
@media (max-width: 1023px) {
  .education-section .progress-lists.col5 .list {
    width: calc(20% - 24px);
  }
}
@media (max-width: 900px) {
  .education-section .progress-lists.col5 .list {
    width: calc(33.3333% - 20px);
    max-width: 172px;
  }
}
@media (max-width: 500px) {
  .education-section .progress-lists.col5 .list {
    width: calc(50% - 10px);
  }
}
.education-section .progress-lists.col5 .list .illust_box {
  padding: 20px 15px 15px;
}
@media (max-width: 500px) {
  .education-section .progress-lists.col5 .list .illust_box {
    padding: 24px;
  }
}
@media (max-width: 360px) {
  .education-section .progress-lists.col5 .list .illust_box {
    padding: 12px;
  }
}
@media (max-width: 768px) {
  .education-section .progress-lists .list {
    max-width: 190px;
  }
}
@media (max-width: 360px) {
  .education-section .progress-lists .list {
    width: calc(50% - 5px) !important;
  }
}
.education-section .progress-lists .list .illust_box {
  display: flex;
  padding: 30px 20px 23px;
  min-height: 120px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
  margin-bottom: 20px;
  aspect-ratio: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #F7F7F7;
}
@media (max-width: 500px) {
  .education-section .progress-lists .list .illust_box {
    padding: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 360px) {
  .education-section .progress-lists .list .illust_box {
    padding: 12px;
  }
}
.education-section .progress-lists .list .illust_box.over {
  overflow: hidden;
}
.education-section .progress-lists .list .illust_box.over .bg {
  position: relative;
  right: -23px;
  bottom: -15px;
}
.education-section .progress-lists .list .illust_box .num {
  display: inline-block;
  width: 33px;
  padding: 6px;
  background: #06204B;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  aspect-ratio: 1;
  border-radius: 50%;
  line-height: 21px;
}
@media (max-width: 768px) {
  .education-section .progress-lists .list .illust_box .num {
    width: 30px;
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .education-section .progress-lists .list .illust_box .num {
    width: 27px;
    font-size: 13px;
    line-height: 15px;
  }
}
.education-section .progress-lists .list .illust_box .bg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.education-section .progress-lists .list .illust_box .bg.bg01 {
  width: 104px;
  height: 115px;
  background-image: url(/images/book/sub05/sub0501_img01.png);
}
.education-section .progress-lists .list .illust_box .bg.bg02 {
  width: 100px;
  height: 120px;
  background-image: url(/images/book/sub05/sub0501_img02.png);
}
.education-section .progress-lists .list .illust_box .bg.bg03 {
  width: 94px;
  height: 114px;
  background-image: url(/images/book/sub05/sub0501_img03.png);
}
.education-section .progress-lists .list .illust_box .bg.bg04 {
  width: 100px;
  height: 109px;
  background-image: url(/images/book/sub05/sub0501_img04.png);
}
.education-section .progress-lists .list .illust_box .bg.bg05 {
  width: 96px;
  height: 146px;
  background-image: url(/images/book/sub05/sub0502_img01.png);
}
.education-section .progress-lists .list .illust_box .bg.bg06 {
  width: 85px;
  height: 146px;
  background-image: url(/images/book/sub05/sub0502_img02.png);
}
.education-section .progress-lists .list .illust_box .bg.bg07 {
  width: 93px;
  height: 146px;
  background-image: url(/images/book/sub05/sub0502_img03.png);
}
.education-section .progress-lists .list .illust_box .bg.bg08 {
  width: 99px;
  height: 146px;
  background-image: url(/images/book/sub05/sub0502_img04.png);
}
.education-section .progress-lists .list .illust_box .bg.bg09 {
  width: 98px;
  height: 146px;
  background-image: url(/images/book/sub05/sub0502_img05.png);
}
.education-section .progress-lists .list .illust_box .bg.bg10 {
  width: 118px;
  height: 146px;
  background-image: url(/images/book/sub05/sub0502_img06.png);
}
.education-section .progress-lists .list .illust_box .bg.bg11 {
  width: 112px;
  height: 146px;
  background-image: url(/images/book/sub05/sub0503_img01.png);
}
.education-section .progress-lists .list .illust_box .bg.bg12 {
  width: 95px;
  height: 146px;
  background-image: url(/images/book/sub05/sub0503_img02.png);
}
.education-section .progress-lists .list .illust_box .bg.bg13 {
  width: 100px;
  height: 146px;
  background-image: url(/images/book/sub05/sub0503_img03.png);
}
.education-section .progress-lists .list .illust_box .bg.bg14 {
  width: 97px;
  height: 146px;
  background-image: url(/images/book/sub05/sub0503_img04.png);
}
.education-section .progress-lists .list .illust_box .bg.bg15 {
  width: 89px;
  height: 146px;
  background-image: url(/images/book/sub05/sub0503_img05.png);
}
.education-section .progress-lists .list .illust_box .bg.bg16 {
  width: 109px;
  height: 146px;
  background-image: url(/images/book/sub05/sub0503_img06.png);
}
.education-section .progress-lists .list .illust_box .bg.bg17 {
  width: 60px;
  height: 90px;
  background-image: url(/images/book/sub05/sub0504_img01.png);
}
.education-section .progress-lists .list .illust_box .bg.bg18 {
  width: 62px;
  height: 90px;
  background-image: url(/images/book/sub05/sub0504_img02.png);
}
.education-section .progress-lists .list .illust_box .bg.bg19 {
  width: 61px;
  height: 90px;
  background-image: url(/images/book/sub05/sub0504_img03.png);
}
.education-section .progress-lists .list .illust_box .bg.bg20 {
  width: 118px;
  height: 101px;
  background-image: url(/images/book/sub05/sub0504_img04.png);
}
.education-section .progress-lists .list .illust_box .bg.bg21 {
  width: 72px;
  height: 90px;
  background-image: url(/images/book/sub05/sub0504_img05.png);
}
.education-section .progress-lists .list .illust_box .bg.bg22 {
  width: 135px;
  height: 85px;
  background-image: url(/images/book/sub05/sub0505_img01.png);
}
.education-section .progress-lists .list .illust_box .bg.bg23 {
  width: 82px;
  height: 120px;
  background-image: url(/images/book/sub05/sub0505_img02.png);
}
.education-section .progress-lists .list .illust_box .bg.bg24 {
  width: 86px;
  height: 120px;
  background-image: url(/images/book/sub05/sub0505_img03.png);
}
.education-section .progress-lists .list .illust_box .bg.bg25 {
  width: 90px;
  height: 98px;
  background-image: url(/images/book/sub05/sub0505_img04.png);
}
.education-section .progress-lists .list p {
  font-weight: 400;
  color: #444;
}
@media (max-width: 768px) {
  .education-section .progress-lists .list p {
    font-size: 15px;
    line-height: 1.3;
  }
}
@media (max-width: 360px) {
  .education-section .progress-lists .list p {
    font-size: 14px;
  }
}
.education-section .progress-lists .list p span {
  display: block;
}
@media (max-width: 900px) {
  .education-section .progress-lists .list p span {
    display: inline-block;
  }
}
.education-section .program-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1280px) {
  .education-section .program-lists {
    gap: 10px;
  }
}
.education-section .program-lists.col4 .list {
  width: calc(25% - 15px);
}
@media (max-width: 1280px) {
  .education-section .program-lists.col4 .list {
    width: calc(25% - 7.5px);
  }
}
@media (max-width: 640px) {
  .education-section .program-lists.col4 .list {
    width: calc(50% - 5px);
  }
}
@media (max-width: 320px) {
  .education-section .program-lists.col4 .list {
    width: 100%;
  }
}
.education-section .program-lists .list {
  padding: 34px 27px 30px;
  border: 1px solid #E0E0E0;
  border-radius: 15px;
}
@media (max-width: 1280px) {
  .education-section .program-lists .list {
    padding: 24px 16px 20px;
  }
}
@media (max-width: 768px) {
  .education-section .program-lists .list {
    padding: 20px 16px;
  }
}
.education-section .program-lists .list .top {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #E0E0E0;
}
@media (max-width: 768px) {
  .education-section .program-lists .list .top {
    padding-bottom: 13px;
    margin-bottom: 14px;
  }
}
@media (max-width: 360px) {
  .education-section .program-lists .list .top {
    padding-bottom: 11px;
    margin-bottom: 12px;
  }
}
.education-section .program-lists .list .top .ico {
  display: block;
  width: 80px;
  margin: 0 auto 16px;
  background: #F4FAFF;
  aspect-ratio: 1;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .education-section .program-lists .list .top .ico {
    width: 70px;
    margin-bottom: 14px;
  }
}
@media (max-width: 360px) {
  .education-section .program-lists .list .top .ico {
    width: 65px;
    margin-bottom: 12px;
  }
}
.education-section .program-lists .list .top .ico.ico1 {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='30' viewBox='0 0 29 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.683 19.6507L20.0438 18.1661C18.2809 17.5978 17.0864 15.9625 17.0864 14.1069V13.7938C18.4781 13.2023 19.4523 11.8221 19.4523 10.21V5.09531C19.4523 2.94969 17.7126 1.20996 15.567 1.20996H13.4214C11.2758 1.20996 9.53608 2.94969 9.53608 5.09531V10.21C9.53608 11.8221 10.5103 13.1907 11.9021 13.7938V14.1069C11.9021 15.9625 10.7075 17.5978 8.94459 18.1661L4.30542 19.6507C2.33377 20.277 1 22.1094 1 24.1739V28.7899H28V24.1739C28 22.1094 26.6662 20.2886 24.6946 19.6507H24.683Z' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (max-width: 768px) {
  .education-section .program-lists .list .top .ico.ico1 {
    background-size: 26px auto;
  }
}
@media (max-width: 360px) {
  .education-section .program-lists .list .top .ico.ico1 {
    background-size: 22px auto;
  }
}
.education-section .program-lists .list .top .ico.ico2 {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='28' viewBox='0 0 30 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.0228 16.4659H26.0152C27.6191 16.4659 28.9894 15.1912 29 13.5873C29 13.5873 29 13.566 29 13.5554C29 6.61913 22.7329 1 15 1C7.26708 1 1 6.61913 1 13.5554C1 20.4917 7.26708 26.1108 15 26.1108C17.6024 26.1108 20.0349 25.4734 22.1275 24.3581C23.997 23.3596 23.2853 20.5235 21.1715 20.5235H21.0228C19.8968 20.5235 18.9939 19.61 18.9939 18.4947C18.9939 17.3687 19.9074 16.4659 21.0228 16.4659Z' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0047 9.37506C16.1486 9.37506 17.076 8.44768 17.076 7.30372C17.076 6.15976 16.1486 5.23242 15.0047 5.23242C13.8607 5.23242 12.9333 6.15976 12.9333 7.30372C12.9333 8.44768 13.8607 9.37506 15.0047 9.37506Z' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.0335 12.2711C23.1774 12.2711 24.1048 11.3437 24.1048 10.1998C24.1048 9.05579 23.1774 8.12842 22.0335 8.12842C20.8895 8.12842 19.9622 9.05579 19.9622 10.1998C19.9622 11.3437 20.8895 12.2711 22.0335 12.2711Z' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.14175 12.2711C9.28571 12.2711 10.2131 11.3437 10.2131 10.1998C10.2131 9.05579 9.28571 8.12842 8.14175 8.12842C6.99779 8.12842 6.07043 9.05579 6.07043 10.1998C6.07043 11.3437 6.99779 12.2711 8.14175 12.2711Z' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.50686 19.8394C9.65082 19.8394 10.5782 18.9121 10.5782 17.7681C10.5782 16.6242 9.65082 15.6968 8.50686 15.6968C7.36291 15.6968 6.43555 16.6242 6.43555 17.7681C6.43555 18.9121 7.36291 19.8394 8.50686 19.8394Z' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (max-width: 768px) {
  .education-section .program-lists .list .top .ico.ico2 {
    background-size: 27px auto;
  }
}
@media (max-width: 360px) {
  .education-section .program-lists .list .top .ico.ico2 {
    background-size: 23px auto;
  }
}
.education-section .program-lists .list .top .ico.ico3 {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 29C22.732 29 29 22.732 29 15C29 7.26801 22.732 1 15 1C7.26801 1 1 7.26801 1 15C1 22.732 7.26801 29 15 29Z' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0012 1.00928V3.59169' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 15.001H3.58241' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0012 28.9975V26.415' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.9882 15.001H26.4058' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3215 14.9948H14.9962V7.29541' stroke='%230280CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (max-width: 768px) {
  .education-section .program-lists .list .top .ico.ico3 {
    background-size: 27px auto;
  }
}
@media (max-width: 360px) {
  .education-section .program-lists .list .top .ico.ico3 {
    background-size: 23px auto;
  }
}
.education-section .program-lists .list .top .ico.ico4 {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.7496 10.4466L26.2676 2.97493L26.2431 7.21021C26.2352 7.5633 26.5153 7.8705 26.8689 7.86263L27.3172 7.8622C27.6707 7.85389 27.9631 7.6437 27.9705 7.29062L27.9889 0.981392C27.9889 0.975301 27.9648 0.970495 27.9648 0.964377L27.9994 0.644502C28.0028 0.467085 27.9614 0.308896 27.8468 0.195743C27.7337 0.0816894 27.5751 0.0122083 27.3989 0.0170152L27.0795 0.024444C27.0734 0.024444 27.0686 0.0266289 27.062 0.0275302L20.7944 0C20.4413 0.00786577 20.1489 0.299773 20.1411 0.653296L20.1402 1.10167C20.1939 1.51812 20.5212 1.76152 20.8743 1.75366L25.0052 1.76458L17.5139 9.21041C17.1726 9.5517 17.1726 10.1049 17.5139 10.4466C17.8552 10.7875 18.4084 10.7875 18.7496 10.4466ZM9.2775 17.4829L1.75959 24.9314L1.78363 20.7192C1.79193 20.3657 1.51136 20.0585 1.15827 20.0664L0.682418 20.0673C0.328458 20.076 0.036523 20.2857 0.0290942 20.6393L0.0107407 26.9485C0.0107407 26.9546 0.034775 26.9585 0.034775 26.9655L0.000253038 27.2845C-0.00367985 27.4619 0.037834 27.621 0.152762 27.7333C0.265504 27.8478 0.424568 27.9169 0.600237 27.9125L0.920112 27.9046C0.926202 27.9046 0.930572 27.902 0.937591 27.902L7.2328 27.9295C7.58589 27.9208 7.87783 27.6289 7.8861 27.2758L7.88697 26.827C7.83325 26.4114 7.50592 26.1672 7.15284 26.175L3.02202 26.1641L10.5129 18.7191C10.8541 18.3778 10.8541 17.8246 10.5129 17.4833C10.1716 17.1421 9.61876 17.1416 9.27747 17.4829H9.2775ZM27.9894 26.9481L27.971 20.6388C27.9631 20.2853 27.6708 20.0755 27.3177 20.0668L26.8694 20.0659C26.5158 20.058 26.2362 20.3656 26.2436 20.7187L26.2681 24.954L18.7497 17.4828C18.4084 17.1415 17.8552 17.1415 17.5139 17.4828C17.1726 17.8241 17.1726 18.3773 17.5139 18.7186L25.0047 26.1636L20.8743 26.1745C20.5212 26.1666 20.1939 26.4109 20.1402 26.8265L20.1411 27.2753C20.1494 27.6288 20.4417 27.9207 20.7944 27.929L27.0625 27.9015C27.0691 27.9015 27.0739 27.9041 27.08 27.9041L27.3994 27.912C27.5755 27.9163 27.7346 27.8473 27.8473 27.7328C27.9619 27.6201 28.0029 27.4614 27.9998 27.284L27.9653 26.965C27.9653 26.9581 27.9894 26.9541 27.9894 26.948L27.9894 26.9481ZM3.02205 1.76527L7.15333 1.75442C7.50641 1.76229 7.83372 1.51845 7.88747 1.10241L7.88659 0.653651C7.87783 0.300156 7.58586 0.00778384 7.23327 0.000355053L0.937591 0.0274483C0.930599 0.0265743 0.926229 0.0243894 0.920112 0.0243894L0.600237 0.0169333C0.424595 0.0121537 0.265095 0.0816347 0.152762 0.195661C0.037834 0.308841 -0.00365254 0.46703 0.000253038 0.644447L0.034775 0.964322C0.034775 0.970413 0.0107407 0.97481 0.0107407 0.981365L0.0290942 7.29059C0.03696 7.64368 0.328895 7.85387 0.682418 7.86217L1.1583 7.86258C1.51138 7.87044 1.79146 7.56324 1.7836 7.21016L1.75956 2.99803L9.2775 10.4465C9.61835 10.7878 10.172 10.7878 10.5134 10.4465C10.8547 10.1052 10.8546 9.55153 10.5134 9.21025L3.02205 1.76527Z' fill='%230280CF'/%3E%3C/svg%3E%0A");
}
@media (max-width: 768px) {
  .education-section .program-lists .list .top .ico.ico4 {
    background-size: 25px auto;
  }
}
@media (max-width: 360px) {
  .education-section .program-lists .list .top .ico.ico4 {
    background-size: 21px auto;
  }
}
.education-section .program-lists .list .top strong {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media (max-width: 768px) {
  .education-section .program-lists .list .top strong {
    font-size: 17px;
  }
}
@media (max-width: 360px) {
  .education-section .program-lists .list .top strong {
    font-size: 16px;
  }
}
.education-section .program-lists .list p {
  font-weight: 400;
  color: #444;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .education-section .program-lists .list p {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .education-section .program-lists .list p {
    font-size: 14px;
  }
}
.education-section .btn.btn-lg.btn-icon {
  min-width: 200px;
}
@media (max-width: 420px) {
  .education-section .btn.btn-lg.btn-icon {
    min-width: 100%;
  }
}
.education-section .btn-default {
  border-color: #0046B7;
  background: #0046B7;
}
.education-section .btn-default:hover, .education-section .btn-default:focus {
  border-color: #06204B;
  background: #06204B;
}

/* sub05 공통 End */
/* sub0505 가족 다이어리 워크숍 */
.education-section.diary .progress-lists .list .illust_box.pb37 {
  padding-bottom: 37px;
}
@media (max-width: 768px) {
  .education-section.diary .progress-lists .list .illust_box.pb37 {
    padding-bottom: 30px;
  }
}
@media (max-width: 360px) {
  .education-section.diary .progress-lists .list .illust_box.pb37 {
    padding-bottom: 28px;
  }
}
.education-section.diary .progress-lists .list .illust_box .bg.bg22 {
  width: 122px;
  height: 85px;
  background-image: url(/images/book/sub05/sub0505_img01.png);
}

/* sub0505 가족 다이어리 워크숍 End */
/* sub0505 SNS */
.book_sns .ui-topbox .link .btn {
  display: flex;
  align-items: center;
}
.book_sns .ui-topbox .link .btn.btn-default {
  background-color: #0046B7;
  border-color: #0046B7;
}
.book_sns .ui-topbox .link .btn.btn-default:hover, .book_sns .ui-topbox .link .btn.btn-default:focus {
  background-color: #EDF3F9;
  color: #0046B7;
  border-color: #EDF3F9;
}
.book_sns .ui-topbox .link .btn.btn-default:hover .ir-link, .book_sns .ui-topbox .link .btn.btn-default:focus .ir-link {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33398 4.1437V2.604C4.33398 2.08624 4.75372 1.6665 5.27148 1.6665H13.3965C13.9143 1.6665 14.334 2.08624 14.334 2.604V10.729C14.334 11.2468 13.9143 11.6665 13.3965 11.6665H11.8394' stroke='%230046B7' stroke-linejoin='round'/%3E%3Cpath d='M10.7285 4.3335H2.60352C2.08575 4.3335 1.66602 4.75323 1.66602 5.271V13.396C1.66602 13.9138 2.08575 14.3335 2.60352 14.3335H10.7285C11.2463 14.3335 11.666 13.9138 11.666 13.396V5.271C11.666 4.75323 11.2463 4.3335 10.7285 4.3335Z' stroke='%230046B7' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.book_sns .ui-topbox .link .btn .icon {
  width: 18px;
  height: 18px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  margin-right: 4px;
}
.book_sns .ui-topbox .link .btn .icon01 {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9C17 4.58175 13.4183 1 9 1C4.58175 1 1 4.58169 1 9C1 12.993 3.9255 16.3027 7.75 16.9028V11.3125H5.71875V9H7.75V7.2375C7.75 5.2325 8.94438 4.125 10.7717 4.125C11.647 4.125 12.5625 4.28125 12.5625 4.28125V6.25H11.5538C10.5599 6.25 10.25 6.86669 10.25 7.49937V9H12.4688L12.1141 11.3125H10.25V16.9028C14.0745 16.3027 17 12.9931 17 9Z' fill='%231877F2'/%3E%3Cpath d='M12.1141 11.3125L12.4688 9H10.25V7.49937C10.25 6.86662 10.5599 6.25 11.5538 6.25H12.5625V4.28125C12.5625 4.28125 11.647 4.125 10.7717 4.125C8.94438 4.125 7.75 5.2325 7.75 7.2375V9H5.71875V11.3125H7.75V16.9028C8.16351 16.9676 8.58144 17.0001 9 17C9.41856 17.0001 9.83649 16.9676 10.25 16.9028V11.3125H12.1141Z' fill='white'/%3E%3C/svg%3E%0A");
}
.book_sns .ui-topbox .link .btn .icon02 {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.76948 1.5019C10.3168 1.4998 10.8641 1.5053 11.4112 1.5184L11.5567 1.52365C11.7247 1.52965 11.8905 1.53715 12.0907 1.54615C12.8887 1.58365 13.4332 1.70965 13.911 1.8949C14.406 2.0854 14.823 2.3434 15.24 2.7604C15.6213 3.1351 15.9164 3.58836 16.1047 4.08865C16.29 4.5664 16.416 5.11165 16.4535 5.90965C16.4625 6.10915 16.47 6.27565 16.476 6.44365L16.4805 6.58915C16.4938 7.13604 16.4996 7.6831 16.4977 8.23015L16.4985 8.78965V9.77215C16.5003 10.3195 16.4946 10.8668 16.4812 11.4139L16.4767 11.5594C16.4707 11.7274 16.4632 11.8931 16.4542 12.0934C16.4167 12.8914 16.2892 13.4359 16.1047 13.9136C15.917 14.4145 15.6218 14.8681 15.24 15.2427C14.865 15.6239 14.4115 15.919 13.911 16.1074C13.4332 16.2926 12.8887 16.4187 12.0907 16.4562C11.8905 16.4652 11.7247 16.4726 11.5567 16.4786L11.4112 16.4831C10.8641 16.4965 10.3168 16.5022 9.76948 16.5004L9.20998 16.5011H8.22823C7.68093 16.503 7.13362 16.4972 6.58648 16.4839L6.44098 16.4794C6.26294 16.4729 6.08493 16.4654 5.90698 16.4569C5.10898 16.4194 4.56448 16.2919 4.08598 16.1074C3.58549 15.9194 3.13216 15.6243 2.75773 15.2427C2.37601 14.8679 2.08065 14.4143 1.89223 13.9136C1.70698 13.4359 1.58098 12.8914 1.54348 12.0934C1.53513 11.9154 1.52763 11.7374 1.52098 11.5594L1.51723 11.4139C1.5034 10.8668 1.49715 10.3195 1.49848 9.77215V8.23015C1.49639 7.6831 1.50189 7.13605 1.51498 6.58915L1.52023 6.44365C1.52623 6.27565 1.53373 6.10915 1.54273 5.90965C1.58023 5.1109 1.70623 4.56715 1.89148 4.08865C2.08001 3.58811 2.37595 3.13498 2.75848 2.76115C3.13265 2.37921 3.5857 2.08358 4.08598 1.8949C4.56448 1.70965 5.10823 1.58365 5.90698 1.54615L6.44098 1.52365L6.58648 1.5199C7.13337 1.50608 7.68042 1.49983 8.22748 1.50115L9.76948 1.5019ZM8.99848 5.2519C8.50161 5.24487 8.0083 5.33667 7.54721 5.52195C7.08613 5.70723 6.66647 5.98231 6.31261 6.33119C5.95876 6.68007 5.67778 7.0958 5.486 7.55422C5.29421 8.01264 5.19545 8.5046 5.19545 9.00152C5.19545 9.49844 5.29421 9.99041 5.486 10.4488C5.67778 10.9072 5.95876 11.323 6.31261 11.6719C6.66647 12.0207 7.08613 12.2958 7.54721 12.4811C8.0083 12.6664 8.50161 12.7582 8.99848 12.7511C9.99304 12.7511 10.9469 12.3561 11.6501 11.6528C12.3534 10.9495 12.7485 9.99571 12.7485 9.00115C12.7485 8.00659 12.3534 7.05276 11.6501 6.3495C10.9469 5.64624 9.99304 5.2519 8.99848 5.2519ZM8.99848 6.7519C9.29736 6.74639 9.59434 6.8005 9.87208 6.91105C10.1498 7.02161 10.4027 7.18641 10.6161 7.39581C10.8294 7.60521 10.9989 7.85502 11.1146 8.13066C11.2303 8.40629 11.2899 8.70221 11.2899 9.00114C11.29 9.30007 11.2305 9.59602 11.1149 9.87169C10.9992 10.1474 10.8299 10.3972 10.6166 10.6067C10.4033 10.8162 10.1505 10.9811 9.87277 11.0917C9.59508 11.2024 9.29811 11.2566 8.99923 11.2511C8.40249 11.2511 7.8302 11.0141 7.40824 10.5921C6.98628 10.1702 6.74923 9.59789 6.74923 9.00115C6.74923 8.40441 6.98628 7.83212 7.40824 7.41016C7.8302 6.9882 8.40249 6.75115 8.99923 6.75115L8.99848 6.7519ZM12.936 4.1269C12.694 4.13658 12.4652 4.23951 12.2974 4.41413C12.1297 4.58874 12.036 4.8215 12.036 5.06365C12.036 5.3058 12.1297 5.53856 12.2974 5.71317C12.4652 5.88779 12.694 5.99072 12.936 6.0004C13.1846 6.0004 13.4231 5.90163 13.5989 5.72581C13.7747 5.55 13.8735 5.31154 13.8735 5.0629C13.8735 4.81426 13.7747 4.5758 13.5989 4.39999C13.4231 4.22417 13.1846 4.1254 12.936 4.1254V4.1269Z' fill='white'/%3E%3Cpath d='M9.76948 1.5019C10.3168 1.4998 10.8641 1.5053 11.4112 1.5184L11.5567 1.52365C11.7247 1.52965 11.8905 1.53715 12.0907 1.54615C12.8887 1.58365 13.4332 1.70965 13.911 1.8949C14.406 2.0854 14.823 2.3434 15.24 2.7604C15.6213 3.1351 15.9164 3.58836 16.1047 4.08865C16.29 4.5664 16.416 5.11165 16.4535 5.90965C16.4625 6.10915 16.47 6.27565 16.476 6.44365L16.4805 6.58915C16.4938 7.13604 16.4996 7.6831 16.4977 8.23015L16.4985 8.78965V9.77215C16.5003 10.3195 16.4946 10.8668 16.4812 11.4139L16.4767 11.5594C16.4707 11.7274 16.4632 11.8931 16.4542 12.0934C16.4167 12.8914 16.2892 13.4359 16.1047 13.9136C15.917 14.4145 15.6218 14.8681 15.24 15.2427C14.865 15.6239 14.4115 15.919 13.911 16.1074C13.4332 16.2926 12.8887 16.4187 12.0907 16.4562C11.8905 16.4652 11.7247 16.4726 11.5567 16.4786L11.4112 16.4831C10.8641 16.4965 10.3168 16.5022 9.76948 16.5004L9.20998 16.5011H8.22823C7.68093 16.503 7.13362 16.4972 6.58648 16.4839L6.44098 16.4794C6.26294 16.4729 6.08493 16.4654 5.90698 16.4569C5.10898 16.4194 4.56448 16.2919 4.08598 16.1074C3.58549 15.9194 3.13216 15.6243 2.75773 15.2427C2.37601 14.8679 2.08065 14.4143 1.89223 13.9136C1.70698 13.4359 1.58098 12.8914 1.54348 12.0934C1.53513 11.9154 1.52763 11.7374 1.52098 11.5594L1.51723 11.4139C1.5034 10.8668 1.49715 10.3195 1.49848 9.77215V8.23015C1.49639 7.6831 1.50189 7.13605 1.51498 6.58915L1.52023 6.44365C1.52623 6.27565 1.53373 6.10915 1.54273 5.90965C1.58023 5.1109 1.70623 4.56715 1.89148 4.08865C2.08001 3.58811 2.37595 3.13498 2.75848 2.76115C3.13265 2.37921 3.5857 2.08358 4.08598 1.8949C4.56448 1.70965 5.10823 1.58365 5.90698 1.54615L6.44098 1.52365L6.58648 1.5199C7.13337 1.50608 7.68042 1.49983 8.22748 1.50115L9.76948 1.5019ZM8.99848 5.2519C8.50161 5.24487 8.0083 5.33667 7.54721 5.52195C7.08613 5.70723 6.66647 5.98231 6.31261 6.33119C5.95876 6.68007 5.67778 7.0958 5.486 7.55422C5.29421 8.01264 5.19545 8.5046 5.19545 9.00152C5.19545 9.49844 5.29421 9.99041 5.486 10.4488C5.67778 10.9072 5.95876 11.323 6.31261 11.6719C6.66647 12.0207 7.08613 12.2958 7.54721 12.4811C8.0083 12.6664 8.50161 12.7582 8.99848 12.7511C9.99304 12.7511 10.9469 12.3561 11.6501 11.6528C12.3534 10.9495 12.7485 9.99571 12.7485 9.00115C12.7485 8.00659 12.3534 7.05276 11.6501 6.3495C10.9469 5.64624 9.99304 5.2519 8.99848 5.2519ZM8.99848 6.7519C9.29736 6.74639 9.59434 6.8005 9.87208 6.91105C10.1498 7.02161 10.4027 7.18641 10.6161 7.39581C10.8294 7.60521 10.9989 7.85502 11.1146 8.13066C11.2303 8.40629 11.2899 8.70221 11.2899 9.00114C11.29 9.30007 11.2305 9.59602 11.1149 9.87169C10.9992 10.1474 10.8299 10.3972 10.6166 10.6067C10.4033 10.8162 10.1505 10.9811 9.87277 11.0917C9.59508 11.2024 9.29811 11.2566 8.99923 11.2511C8.40249 11.2511 7.8302 11.0141 7.40824 10.5921C6.98628 10.1702 6.74923 9.59789 6.74923 9.00115C6.74923 8.40441 6.98628 7.83212 7.40824 7.41016C7.8302 6.9882 8.40249 6.75115 8.99923 6.75115L8.99848 6.7519ZM12.936 4.1269C12.694 4.13658 12.4652 4.23951 12.2974 4.41413C12.1297 4.58874 12.036 4.8215 12.036 5.06365C12.036 5.3058 12.1297 5.53856 12.2974 5.71317C12.4652 5.88779 12.694 5.99072 12.936 6.0004C13.1846 6.0004 13.4231 5.90163 13.5989 5.72581C13.7747 5.55 13.8735 5.31154 13.8735 5.0629C13.8735 4.81426 13.7747 4.5758 13.5989 4.39999C13.4231 4.22417 13.1846 4.1254 12.936 4.1254V4.1269Z' fill='white'/%3E%3Cpath d='M9.76948 1.5019C10.3168 1.4998 10.8641 1.5053 11.4112 1.5184L11.5567 1.52365C11.7247 1.52965 11.8905 1.53715 12.0907 1.54615C12.8887 1.58365 13.4332 1.70965 13.911 1.8949C14.406 2.0854 14.823 2.3434 15.24 2.7604C15.6213 3.1351 15.9164 3.58836 16.1047 4.08865C16.29 4.5664 16.416 5.11165 16.4535 5.90965C16.4625 6.10915 16.47 6.27565 16.476 6.44365L16.4805 6.58915C16.4938 7.13604 16.4996 7.6831 16.4977 8.23015L16.4985 8.78965V9.77215C16.5003 10.3195 16.4946 10.8668 16.4812 11.4139L16.4767 11.5594C16.4707 11.7274 16.4632 11.8931 16.4542 12.0934C16.4167 12.8914 16.2892 13.4359 16.1047 13.9136C15.917 14.4145 15.6218 14.8681 15.24 15.2427C14.865 15.6239 14.4115 15.919 13.911 16.1074C13.4332 16.2926 12.8887 16.4187 12.0907 16.4562C11.8905 16.4652 11.7247 16.4726 11.5567 16.4786L11.4112 16.4831C10.8641 16.4965 10.3168 16.5022 9.76948 16.5004L9.20998 16.5011H8.22823C7.68093 16.503 7.13362 16.4972 6.58648 16.4839L6.44098 16.4794C6.26294 16.4729 6.08493 16.4654 5.90698 16.4569C5.10898 16.4194 4.56448 16.2919 4.08598 16.1074C3.58549 15.9194 3.13216 15.6243 2.75773 15.2427C2.37601 14.8679 2.08065 14.4143 1.89223 13.9136C1.70698 13.4359 1.58098 12.8914 1.54348 12.0934C1.53513 11.9154 1.52763 11.7374 1.52098 11.5594L1.51723 11.4139C1.5034 10.8668 1.49715 10.3195 1.49848 9.77215V8.23015C1.49639 7.6831 1.50189 7.13605 1.51498 6.58915L1.52023 6.44365C1.52623 6.27565 1.53373 6.10915 1.54273 5.90965C1.58023 5.1109 1.70623 4.56715 1.89148 4.08865C2.08001 3.58811 2.37595 3.13498 2.75848 2.76115C3.13265 2.37921 3.5857 2.08358 4.08598 1.8949C4.56448 1.70965 5.10823 1.58365 5.90698 1.54615L6.44098 1.52365L6.58648 1.5199C7.13337 1.50608 7.68042 1.49983 8.22748 1.50115L9.76948 1.5019ZM8.99848 5.2519C8.50161 5.24487 8.0083 5.33667 7.54721 5.52195C7.08613 5.70723 6.66647 5.98231 6.31261 6.33119C5.95876 6.68007 5.67778 7.0958 5.486 7.55422C5.29421 8.01264 5.19545 8.5046 5.19545 9.00152C5.19545 9.49844 5.29421 9.99041 5.486 10.4488C5.67778 10.9072 5.95876 11.323 6.31261 11.6719C6.66647 12.0207 7.08613 12.2958 7.54721 12.4811C8.0083 12.6664 8.50161 12.7582 8.99848 12.7511C9.99304 12.7511 10.9469 12.3561 11.6501 11.6528C12.3534 10.9495 12.7485 9.99571 12.7485 9.00115C12.7485 8.00659 12.3534 7.05276 11.6501 6.3495C10.9469 5.64624 9.99304 5.2519 8.99848 5.2519ZM8.99848 6.7519C9.29736 6.74639 9.59434 6.8005 9.87208 6.91105C10.1498 7.02161 10.4027 7.18641 10.6161 7.39581C10.8294 7.60521 10.9989 7.85502 11.1146 8.13066C11.2303 8.40629 11.2899 8.70221 11.2899 9.00114C11.29 9.30007 11.2305 9.59602 11.1149 9.87169C10.9992 10.1474 10.8299 10.3972 10.6166 10.6067C10.4033 10.8162 10.1505 10.9811 9.87277 11.0917C9.59508 11.2024 9.29811 11.2566 8.99923 11.2511C8.40249 11.2511 7.8302 11.0141 7.40824 10.5921C6.98628 10.1702 6.74923 9.59789 6.74923 9.00115C6.74923 8.40441 6.98628 7.83212 7.40824 7.41016C7.8302 6.9882 8.40249 6.75115 8.99923 6.75115L8.99848 6.7519ZM12.936 4.1269C12.694 4.13658 12.4652 4.23951 12.2974 4.41413C12.1297 4.58874 12.036 4.8215 12.036 5.06365C12.036 5.3058 12.1297 5.53856 12.2974 5.71317C12.4652 5.88779 12.694 5.99072 12.936 6.0004C13.1846 6.0004 13.4231 5.90163 13.5989 5.72581C13.7747 5.55 13.8735 5.31154 13.8735 5.0629C13.8735 4.81426 13.7747 4.5758 13.5989 4.39999C13.4231 4.22417 13.1846 4.1254 12.936 4.1254V4.1269Z' fill='white'/%3E%3C/svg%3E%0A");
}
.book_sns .ui-topbox .link .btn:hover .icon01 {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9C17 4.58175 13.4183 1 9 1C4.58175 1 1 4.58169 1 9C1 12.993 3.9255 16.3027 7.75 16.9028V11.3125H5.71875V9H7.75V7.2375C7.75 5.2325 8.94438 4.125 10.7717 4.125C11.647 4.125 12.5625 4.28125 12.5625 4.28125V6.25H11.5538C10.5599 6.25 10.25 6.86669 10.25 7.49937V9H12.4688L12.1141 11.3125H10.25V16.9028C14.0745 16.3027 17 12.9931 17 9Z' fill='white'/%3E%3Cpath d='M12.1141 11.3125L12.4688 9H10.25V7.49937C10.25 6.86662 10.5599 6.25 11.5538 6.25H12.5625V4.28125C12.5625 4.28125 11.647 4.125 10.7717 4.125C8.94438 4.125 7.75 5.2325 7.75 7.2375V9H5.71875V11.3125H7.75V16.9028C8.16351 16.9676 8.58144 17.0001 9 17C9.41856 17.0001 9.83649 16.9676 10.25 16.9028V11.3125H12.1141Z' fill='%231877F2'/%3E%3C/svg%3E%0A");
}
.book_sns .ui-topbox .link .btn:hover .icon02 {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.76948 1.5019C10.3168 1.4998 10.8641 1.5053 11.4112 1.5184L11.5567 1.52365C11.7247 1.52965 11.8905 1.53715 12.0907 1.54615C12.8887 1.58365 13.4332 1.70965 13.911 1.8949C14.406 2.0854 14.823 2.3434 15.24 2.7604C15.6213 3.1351 15.9164 3.58836 16.1047 4.08865C16.29 4.5664 16.416 5.11165 16.4535 5.90965C16.4625 6.10915 16.47 6.27565 16.476 6.44365L16.4805 6.58915C16.4938 7.13604 16.4996 7.6831 16.4977 8.23015L16.4985 8.78965V9.77215C16.5003 10.3195 16.4946 10.8668 16.4812 11.4139L16.4767 11.5594C16.4707 11.7274 16.4632 11.8931 16.4542 12.0934C16.4167 12.8914 16.2892 13.4359 16.1047 13.9136C15.917 14.4145 15.6218 14.8681 15.24 15.2427C14.865 15.6239 14.4115 15.919 13.911 16.1074C13.4332 16.2926 12.8887 16.4187 12.0907 16.4562C11.8905 16.4652 11.7247 16.4726 11.5567 16.4786L11.4112 16.4831C10.8641 16.4965 10.3168 16.5022 9.76948 16.5004L9.20998 16.5011H8.22823C7.68093 16.503 7.13362 16.4972 6.58648 16.4839L6.44098 16.4794C6.26294 16.4729 6.08493 16.4654 5.90698 16.4569C5.10898 16.4194 4.56448 16.2919 4.08598 16.1074C3.58549 15.9194 3.13216 15.6243 2.75773 15.2427C2.37601 14.8679 2.08065 14.4143 1.89223 13.9136C1.70698 13.4359 1.58098 12.8914 1.54348 12.0934C1.53513 11.9154 1.52763 11.7374 1.52098 11.5594L1.51723 11.4139C1.5034 10.8668 1.49715 10.3195 1.49848 9.77215V8.23015C1.49639 7.6831 1.50189 7.13605 1.51498 6.58915L1.52023 6.44365C1.52623 6.27565 1.53373 6.10915 1.54273 5.90965C1.58023 5.1109 1.70623 4.56715 1.89148 4.08865C2.08001 3.58811 2.37595 3.13498 2.75848 2.76115C3.13265 2.37921 3.5857 2.08358 4.08598 1.8949C4.56448 1.70965 5.10823 1.58365 5.90698 1.54615L6.44098 1.52365L6.58648 1.5199C7.13337 1.50608 7.68042 1.49983 8.22748 1.50115L9.76948 1.5019ZM8.99848 5.2519C8.50161 5.24487 8.0083 5.33667 7.54721 5.52195C7.08613 5.70723 6.66647 5.98231 6.31261 6.33119C5.95876 6.68007 5.67778 7.0958 5.486 7.55422C5.29421 8.01264 5.19545 8.5046 5.19545 9.00152C5.19545 9.49844 5.29421 9.99041 5.486 10.4488C5.67778 10.9072 5.95876 11.323 6.31261 11.6719C6.66647 12.0207 7.08613 12.2958 7.54721 12.4811C8.0083 12.6664 8.50161 12.7582 8.99848 12.7511C9.99304 12.7511 10.9469 12.3561 11.6501 11.6528C12.3534 10.9495 12.7485 9.99571 12.7485 9.00115C12.7485 8.00659 12.3534 7.05276 11.6501 6.3495C10.9469 5.64624 9.99304 5.2519 8.99848 5.2519ZM8.99848 6.7519C9.29736 6.74639 9.59434 6.8005 9.87208 6.91105C10.1498 7.02161 10.4027 7.18641 10.6161 7.39581C10.8294 7.60521 10.9989 7.85502 11.1146 8.13066C11.2303 8.40629 11.2899 8.70221 11.2899 9.00114C11.29 9.30007 11.2305 9.59602 11.1149 9.87169C10.9992 10.1474 10.8299 10.3972 10.6166 10.6067C10.4033 10.8162 10.1505 10.9811 9.87277 11.0917C9.59508 11.2024 9.29811 11.2566 8.99923 11.2511C8.40249 11.2511 7.8302 11.0141 7.40824 10.5921C6.98628 10.1702 6.74923 9.59789 6.74923 9.00115C6.74923 8.40441 6.98628 7.83212 7.40824 7.41016C7.8302 6.9882 8.40249 6.75115 8.99923 6.75115L8.99848 6.7519ZM12.936 4.1269C12.694 4.13658 12.4652 4.23951 12.2974 4.41413C12.1297 4.58874 12.036 4.8215 12.036 5.06365C12.036 5.3058 12.1297 5.53856 12.2974 5.71317C12.4652 5.88779 12.694 5.99072 12.936 6.0004C13.1846 6.0004 13.4231 5.90163 13.5989 5.72581C13.7747 5.55 13.8735 5.31154 13.8735 5.0629C13.8735 4.81426 13.7747 4.5758 13.5989 4.39999C13.4231 4.22417 13.1846 4.1254 12.936 4.1254V4.1269Z' fill='url(%23paint0_radial_3697_34454)'/%3E%3Cpath d='M9.76948 1.5019C10.3168 1.4998 10.8641 1.5053 11.4112 1.5184L11.5567 1.52365C11.7247 1.52965 11.8905 1.53715 12.0907 1.54615C12.8887 1.58365 13.4332 1.70965 13.911 1.8949C14.406 2.0854 14.823 2.3434 15.24 2.7604C15.6213 3.1351 15.9164 3.58836 16.1047 4.08865C16.29 4.5664 16.416 5.11165 16.4535 5.90965C16.4625 6.10915 16.47 6.27565 16.476 6.44365L16.4805 6.58915C16.4938 7.13604 16.4996 7.6831 16.4977 8.23015L16.4985 8.78965V9.77215C16.5003 10.3195 16.4946 10.8668 16.4812 11.4139L16.4767 11.5594C16.4707 11.7274 16.4632 11.8931 16.4542 12.0934C16.4167 12.8914 16.2892 13.4359 16.1047 13.9136C15.917 14.4145 15.6218 14.8681 15.24 15.2427C14.865 15.6239 14.4115 15.919 13.911 16.1074C13.4332 16.2926 12.8887 16.4187 12.0907 16.4562C11.8905 16.4652 11.7247 16.4726 11.5567 16.4786L11.4112 16.4831C10.8641 16.4965 10.3168 16.5022 9.76948 16.5004L9.20998 16.5011H8.22823C7.68093 16.503 7.13362 16.4972 6.58648 16.4839L6.44098 16.4794C6.26294 16.4729 6.08493 16.4654 5.90698 16.4569C5.10898 16.4194 4.56448 16.2919 4.08598 16.1074C3.58549 15.9194 3.13216 15.6243 2.75773 15.2427C2.37601 14.8679 2.08065 14.4143 1.89223 13.9136C1.70698 13.4359 1.58098 12.8914 1.54348 12.0934C1.53513 11.9154 1.52763 11.7374 1.52098 11.5594L1.51723 11.4139C1.5034 10.8668 1.49715 10.3195 1.49848 9.77215V8.23015C1.49639 7.6831 1.50189 7.13605 1.51498 6.58915L1.52023 6.44365C1.52623 6.27565 1.53373 6.10915 1.54273 5.90965C1.58023 5.1109 1.70623 4.56715 1.89148 4.08865C2.08001 3.58811 2.37595 3.13498 2.75848 2.76115C3.13265 2.37921 3.5857 2.08358 4.08598 1.8949C4.56448 1.70965 5.10823 1.58365 5.90698 1.54615L6.44098 1.52365L6.58648 1.5199C7.13337 1.50608 7.68042 1.49983 8.22748 1.50115L9.76948 1.5019ZM8.99848 5.2519C8.50161 5.24487 8.0083 5.33667 7.54721 5.52195C7.08613 5.70723 6.66647 5.98231 6.31261 6.33119C5.95876 6.68007 5.67778 7.0958 5.486 7.55422C5.29421 8.01264 5.19545 8.5046 5.19545 9.00152C5.19545 9.49844 5.29421 9.99041 5.486 10.4488C5.67778 10.9072 5.95876 11.323 6.31261 11.6719C6.66647 12.0207 7.08613 12.2958 7.54721 12.4811C8.0083 12.6664 8.50161 12.7582 8.99848 12.7511C9.99304 12.7511 10.9469 12.3561 11.6501 11.6528C12.3534 10.9495 12.7485 9.99571 12.7485 9.00115C12.7485 8.00659 12.3534 7.05276 11.6501 6.3495C10.9469 5.64624 9.99304 5.2519 8.99848 5.2519ZM8.99848 6.7519C9.29736 6.74639 9.59434 6.8005 9.87208 6.91105C10.1498 7.02161 10.4027 7.18641 10.6161 7.39581C10.8294 7.60521 10.9989 7.85502 11.1146 8.13066C11.2303 8.40629 11.2899 8.70221 11.2899 9.00114C11.29 9.30007 11.2305 9.59602 11.1149 9.87169C10.9992 10.1474 10.8299 10.3972 10.6166 10.6067C10.4033 10.8162 10.1505 10.9811 9.87277 11.0917C9.59508 11.2024 9.29811 11.2566 8.99923 11.2511C8.40249 11.2511 7.8302 11.0141 7.40824 10.5921C6.98628 10.1702 6.74923 9.59789 6.74923 9.00115C6.74923 8.40441 6.98628 7.83212 7.40824 7.41016C7.8302 6.9882 8.40249 6.75115 8.99923 6.75115L8.99848 6.7519ZM12.936 4.1269C12.694 4.13658 12.4652 4.23951 12.2974 4.41413C12.1297 4.58874 12.036 4.8215 12.036 5.06365C12.036 5.3058 12.1297 5.53856 12.2974 5.71317C12.4652 5.88779 12.694 5.99072 12.936 6.0004C13.1846 6.0004 13.4231 5.90163 13.5989 5.72581C13.7747 5.55 13.8735 5.31154 13.8735 5.0629C13.8735 4.81426 13.7747 4.5758 13.5989 4.39999C13.4231 4.22417 13.1846 4.1254 12.936 4.1254V4.1269Z' fill='url(%23paint1_radial_3697_34454)'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_3697_34454' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(7.0744 16.514) scale(18.6989 18.6986)'%3E%3Cstop stop-color='%23FFDD55'/%3E%3Cstop offset='0.33' stop-color='%23FF543F'/%3E%3Cstop offset='0.35' stop-color='%23FC5245'/%3E%3Cstop offset='0.5' stop-color='%23E64771'/%3E%3Cstop offset='0.64' stop-color='%23D53E91'/%3E%3Cstop offset='0.76' stop-color='%23CC39A4'/%3E%3Cstop offset='0.84' stop-color='%23C837AB'/%3E%3C/radialGradient%3E%3CradialGradient id='paint1_radial_3697_34454' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(3.9135 1.299) scale(12.4146 8.31762)'%3E%3Cstop stop-color='%234168C9'/%3E%3Cstop offset='1' stop-color='%234168C9' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.book_sns .ui-topbox .link .btn:focus .icon02 {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.76948 1.5019C10.3168 1.4998 10.8641 1.5053 11.4112 1.5184L11.5567 1.52365C11.7247 1.52965 11.8905 1.53715 12.0907 1.54615C12.8887 1.58365 13.4332 1.70965 13.911 1.8949C14.406 2.0854 14.823 2.3434 15.24 2.7604C15.6213 3.1351 15.9164 3.58836 16.1047 4.08865C16.29 4.5664 16.416 5.11165 16.4535 5.90965C16.4625 6.10915 16.47 6.27565 16.476 6.44365L16.4805 6.58915C16.4938 7.13604 16.4996 7.6831 16.4977 8.23015L16.4985 8.78965V9.77215C16.5003 10.3195 16.4946 10.8668 16.4812 11.4139L16.4767 11.5594C16.4707 11.7274 16.4632 11.8931 16.4542 12.0934C16.4167 12.8914 16.2892 13.4359 16.1047 13.9136C15.917 14.4145 15.6218 14.8681 15.24 15.2427C14.865 15.6239 14.4115 15.919 13.911 16.1074C13.4332 16.2926 12.8887 16.4187 12.0907 16.4562C11.8905 16.4652 11.7247 16.4726 11.5567 16.4786L11.4112 16.4831C10.8641 16.4965 10.3168 16.5022 9.76948 16.5004L9.20998 16.5011H8.22823C7.68093 16.503 7.13362 16.4972 6.58648 16.4839L6.44098 16.4794C6.26294 16.4729 6.08493 16.4654 5.90698 16.4569C5.10898 16.4194 4.56448 16.2919 4.08598 16.1074C3.58549 15.9194 3.13216 15.6243 2.75773 15.2427C2.37601 14.8679 2.08065 14.4143 1.89223 13.9136C1.70698 13.4359 1.58098 12.8914 1.54348 12.0934C1.53513 11.9154 1.52763 11.7374 1.52098 11.5594L1.51723 11.4139C1.5034 10.8668 1.49715 10.3195 1.49848 9.77215V8.23015C1.49639 7.6831 1.50189 7.13605 1.51498 6.58915L1.52023 6.44365C1.52623 6.27565 1.53373 6.10915 1.54273 5.90965C1.58023 5.1109 1.70623 4.56715 1.89148 4.08865C2.08001 3.58811 2.37595 3.13498 2.75848 2.76115C3.13265 2.37921 3.5857 2.08358 4.08598 1.8949C4.56448 1.70965 5.10823 1.58365 5.90698 1.54615L6.44098 1.52365L6.58648 1.5199C7.13337 1.50608 7.68042 1.49983 8.22748 1.50115L9.76948 1.5019ZM8.99848 5.2519C8.50161 5.24487 8.0083 5.33667 7.54721 5.52195C7.08613 5.70723 6.66647 5.98231 6.31261 6.33119C5.95876 6.68007 5.67778 7.0958 5.486 7.55422C5.29421 8.01264 5.19545 8.5046 5.19545 9.00152C5.19545 9.49844 5.29421 9.99041 5.486 10.4488C5.67778 10.9072 5.95876 11.323 6.31261 11.6719C6.66647 12.0207 7.08613 12.2958 7.54721 12.4811C8.0083 12.6664 8.50161 12.7582 8.99848 12.7511C9.99304 12.7511 10.9469 12.3561 11.6501 11.6528C12.3534 10.9495 12.7485 9.99571 12.7485 9.00115C12.7485 8.00659 12.3534 7.05276 11.6501 6.3495C10.9469 5.64624 9.99304 5.2519 8.99848 5.2519ZM8.99848 6.7519C9.29736 6.74639 9.59434 6.8005 9.87208 6.91105C10.1498 7.02161 10.4027 7.18641 10.6161 7.39581C10.8294 7.60521 10.9989 7.85502 11.1146 8.13066C11.2303 8.40629 11.2899 8.70221 11.2899 9.00114C11.29 9.30007 11.2305 9.59602 11.1149 9.87169C10.9992 10.1474 10.8299 10.3972 10.6166 10.6067C10.4033 10.8162 10.1505 10.9811 9.87277 11.0917C9.59508 11.2024 9.29811 11.2566 8.99923 11.2511C8.40249 11.2511 7.8302 11.0141 7.40824 10.5921C6.98628 10.1702 6.74923 9.59789 6.74923 9.00115C6.74923 8.40441 6.98628 7.83212 7.40824 7.41016C7.8302 6.9882 8.40249 6.75115 8.99923 6.75115L8.99848 6.7519ZM12.936 4.1269C12.694 4.13658 12.4652 4.23951 12.2974 4.41413C12.1297 4.58874 12.036 4.8215 12.036 5.06365C12.036 5.3058 12.1297 5.53856 12.2974 5.71317C12.4652 5.88779 12.694 5.99072 12.936 6.0004C13.1846 6.0004 13.4231 5.90163 13.5989 5.72581C13.7747 5.55 13.8735 5.31154 13.8735 5.0629C13.8735 4.81426 13.7747 4.5758 13.5989 4.39999C13.4231 4.22417 13.1846 4.1254 12.936 4.1254V4.1269Z' fill='url(%23paint0_radial_3697_34454)'/%3E%3Cpath d='M9.76948 1.5019C10.3168 1.4998 10.8641 1.5053 11.4112 1.5184L11.5567 1.52365C11.7247 1.52965 11.8905 1.53715 12.0907 1.54615C12.8887 1.58365 13.4332 1.70965 13.911 1.8949C14.406 2.0854 14.823 2.3434 15.24 2.7604C15.6213 3.1351 15.9164 3.58836 16.1047 4.08865C16.29 4.5664 16.416 5.11165 16.4535 5.90965C16.4625 6.10915 16.47 6.27565 16.476 6.44365L16.4805 6.58915C16.4938 7.13604 16.4996 7.6831 16.4977 8.23015L16.4985 8.78965V9.77215C16.5003 10.3195 16.4946 10.8668 16.4812 11.4139L16.4767 11.5594C16.4707 11.7274 16.4632 11.8931 16.4542 12.0934C16.4167 12.8914 16.2892 13.4359 16.1047 13.9136C15.917 14.4145 15.6218 14.8681 15.24 15.2427C14.865 15.6239 14.4115 15.919 13.911 16.1074C13.4332 16.2926 12.8887 16.4187 12.0907 16.4562C11.8905 16.4652 11.7247 16.4726 11.5567 16.4786L11.4112 16.4831C10.8641 16.4965 10.3168 16.5022 9.76948 16.5004L9.20998 16.5011H8.22823C7.68093 16.503 7.13362 16.4972 6.58648 16.4839L6.44098 16.4794C6.26294 16.4729 6.08493 16.4654 5.90698 16.4569C5.10898 16.4194 4.56448 16.2919 4.08598 16.1074C3.58549 15.9194 3.13216 15.6243 2.75773 15.2427C2.37601 14.8679 2.08065 14.4143 1.89223 13.9136C1.70698 13.4359 1.58098 12.8914 1.54348 12.0934C1.53513 11.9154 1.52763 11.7374 1.52098 11.5594L1.51723 11.4139C1.5034 10.8668 1.49715 10.3195 1.49848 9.77215V8.23015C1.49639 7.6831 1.50189 7.13605 1.51498 6.58915L1.52023 6.44365C1.52623 6.27565 1.53373 6.10915 1.54273 5.90965C1.58023 5.1109 1.70623 4.56715 1.89148 4.08865C2.08001 3.58811 2.37595 3.13498 2.75848 2.76115C3.13265 2.37921 3.5857 2.08358 4.08598 1.8949C4.56448 1.70965 5.10823 1.58365 5.90698 1.54615L6.44098 1.52365L6.58648 1.5199C7.13337 1.50608 7.68042 1.49983 8.22748 1.50115L9.76948 1.5019ZM8.99848 5.2519C8.50161 5.24487 8.0083 5.33667 7.54721 5.52195C7.08613 5.70723 6.66647 5.98231 6.31261 6.33119C5.95876 6.68007 5.67778 7.0958 5.486 7.55422C5.29421 8.01264 5.19545 8.5046 5.19545 9.00152C5.19545 9.49844 5.29421 9.99041 5.486 10.4488C5.67778 10.9072 5.95876 11.323 6.31261 11.6719C6.66647 12.0207 7.08613 12.2958 7.54721 12.4811C8.0083 12.6664 8.50161 12.7582 8.99848 12.7511C9.99304 12.7511 10.9469 12.3561 11.6501 11.6528C12.3534 10.9495 12.7485 9.99571 12.7485 9.00115C12.7485 8.00659 12.3534 7.05276 11.6501 6.3495C10.9469 5.64624 9.99304 5.2519 8.99848 5.2519ZM8.99848 6.7519C9.29736 6.74639 9.59434 6.8005 9.87208 6.91105C10.1498 7.02161 10.4027 7.18641 10.6161 7.39581C10.8294 7.60521 10.9989 7.85502 11.1146 8.13066C11.2303 8.40629 11.2899 8.70221 11.2899 9.00114C11.29 9.30007 11.2305 9.59602 11.1149 9.87169C10.9992 10.1474 10.8299 10.3972 10.6166 10.6067C10.4033 10.8162 10.1505 10.9811 9.87277 11.0917C9.59508 11.2024 9.29811 11.2566 8.99923 11.2511C8.40249 11.2511 7.8302 11.0141 7.40824 10.5921C6.98628 10.1702 6.74923 9.59789 6.74923 9.00115C6.74923 8.40441 6.98628 7.83212 7.40824 7.41016C7.8302 6.9882 8.40249 6.75115 8.99923 6.75115L8.99848 6.7519ZM12.936 4.1269C12.694 4.13658 12.4652 4.23951 12.2974 4.41413C12.1297 4.58874 12.036 4.8215 12.036 5.06365C12.036 5.3058 12.1297 5.53856 12.2974 5.71317C12.4652 5.88779 12.694 5.99072 12.936 6.0004C13.1846 6.0004 13.4231 5.90163 13.5989 5.72581C13.7747 5.55 13.8735 5.31154 13.8735 5.0629C13.8735 4.81426 13.7747 4.5758 13.5989 4.39999C13.4231 4.22417 13.1846 4.1254 12.936 4.1254V4.1269Z' fill='url(%23paint1_radial_3697_34454)'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_3697_34454' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(7.0744 16.514) scale(18.6989 18.6986)'%3E%3Cstop stop-color='%23FFDD55'/%3E%3Cstop offset='0.33' stop-color='%23FF543F'/%3E%3Cstop offset='0.35' stop-color='%23FC5245'/%3E%3Cstop offset='0.5' stop-color='%23E64771'/%3E%3Cstop offset='0.64' stop-color='%23D53E91'/%3E%3Cstop offset='0.76' stop-color='%23CC39A4'/%3E%3Cstop offset='0.84' stop-color='%23C837AB'/%3E%3C/radialGradient%3E%3CradialGradient id='paint1_radial_3697_34454' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(3.9135 1.299) scale(12.4146 8.31762)'%3E%3Cstop stop-color='%234168C9'/%3E%3Cstop offset='1' stop-color='%234168C9' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.book_sns .sns_wrap {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 25px);
  padding-top: 20px;
  margin-left: -12.5px;
  margin-top: -12.5px;
}
@media (max-width: 768px) {
  .book_sns .sns_wrap {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: -10px;
    padding-top: 10px;
  }
}
@media (max-width: 500px) {
  .book_sns .sns_wrap {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-top: -5px;
    padding-top: 0;
  }
}
@media (max-width: 380px) {
  .book_sns .sns_wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
.book_sns .sns_wrap .col {
  padding: 12.5px;
  width: 33.33%;
}
@media (max-width: 768px) {
  .book_sns .sns_wrap .col {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 500px) {
  .book_sns .sns_wrap .col {
    padding: 5px;
  }
}
@media (max-width: 380px) {
  .book_sns .sns_wrap .col {
    width: 100%;
    padding: 5px 0;
  }
}
.book_sns .sns_wrap .col .inner {
  display: block;
  position: relative;
  border: 1px solid #E0E0E0;
  border-radius: 15px;
  overflow: hidden;
  top: 0;
  left: 0;
}
.book_sns .sns_wrap .col .inner::before {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  right: 20px;
  top: 20px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='white'/%3E%3Ccircle cx='14' cy='14' r='14' fill='url(%23paint0_radial_3697_34458)'/%3E%3Ccircle cx='14' cy='14' r='14' fill='url(%23paint1_radial_3697_34458)'/%3E%3Cpath d='M14.771 6.50092C15.3183 6.49882 15.8656 6.50432 16.4127 6.51742L16.5582 6.52267C16.7262 6.52867 16.8919 6.53617 17.0921 6.54517C17.8901 6.58267 18.4346 6.70867 18.9123 6.89391C19.4073 7.0844 19.8242 7.34239 20.2412 7.75938C20.6225 8.13407 20.9176 8.58731 21.1059 9.08758C21.2912 9.56532 21.4172 10.1105 21.4547 10.9085C21.4637 11.108 21.4712 11.2745 21.4772 11.4425L21.4817 11.588C21.495 12.1349 21.5007 12.6819 21.4989 13.2289L21.4997 13.7884V14.7709C21.5015 15.3182 21.4958 15.8655 21.4824 16.4126L21.4779 16.5581C21.4719 16.7261 21.4644 16.8918 21.4554 17.0921C21.4179 17.89 21.2904 18.4345 21.1059 18.9123C20.9182 19.4131 20.623 19.8667 20.2412 20.2412C19.8662 20.6224 19.4128 20.9175 18.9123 21.1059C18.4346 21.2912 17.8901 21.4172 17.0921 21.4547C16.8919 21.4637 16.7262 21.4712 16.5582 21.4772L16.4127 21.4817C15.8656 21.495 15.3183 21.5007 14.771 21.4989L14.2115 21.4997H13.2298C12.6826 21.5015 12.1353 21.4958 11.5882 21.4824L11.4427 21.4779C11.2646 21.4715 11.0867 21.464 10.9087 21.4554C10.1107 21.4179 9.56628 21.2904 9.0878 21.1059C8.58734 20.9179 8.13403 20.6228 7.75962 20.2412C7.37792 19.8664 7.08257 19.4129 6.89416 18.9123C6.70892 18.4345 6.58293 17.89 6.54543 17.0921C6.53708 16.9141 6.52958 16.7361 6.52293 16.5581L6.51918 16.4126C6.50536 15.8655 6.4991 15.3182 6.50043 14.7709V13.2289C6.49834 12.6819 6.50384 12.1349 6.51693 11.588L6.52218 11.4425C6.52818 11.2745 6.53568 11.108 6.54468 10.9085C6.58218 10.1098 6.70817 9.56607 6.89341 9.08758C7.08193 8.58707 7.37786 8.13395 7.76037 7.76013C8.13452 7.37821 8.58755 7.08258 9.0878 6.89391C9.56628 6.70867 10.11 6.58267 10.9087 6.54517L11.4427 6.52267L11.5882 6.51892C12.135 6.5051 12.6821 6.49885 13.2291 6.50017L14.771 6.50092ZM14 10.2508C13.5032 10.2438 13.0099 10.3356 12.5489 10.5208C12.0878 10.7061 11.6682 10.9812 11.3143 11.33C10.9605 11.6789 10.6795 12.0946 10.4877 12.553C10.296 13.0114 10.1972 13.5034 10.1972 14.0003C10.1972 14.4972 10.296 14.9891 10.4877 15.4475C10.6795 15.906 10.9605 16.3217 11.3143 16.6705C11.6682 17.0194 12.0878 17.2945 12.5489 17.4797C13.0099 17.665 13.5032 17.7568 14 17.7498C14.9946 17.7498 15.9483 17.3547 16.6516 16.6515C17.3548 15.9482 17.7499 14.9944 17.7499 13.9999C17.7499 13.0054 17.3548 12.0516 16.6516 11.3484C15.9483 10.6451 14.9946 10.2508 14 10.2508ZM14 11.7507C14.2989 11.7452 14.5959 11.7993 14.8736 11.9099C15.1513 12.0204 15.4042 12.1852 15.6175 12.3946C15.8309 12.604 16.0003 12.8538 16.116 13.1295C16.2317 13.4051 16.2913 13.701 16.2914 13.9999C16.2914 14.2988 16.2319 14.5948 16.1163 14.8704C16.0007 15.1461 15.8313 15.3959 15.6181 15.6054C15.4048 15.8149 15.152 15.9798 14.8743 16.0904C14.5966 16.201 14.2997 16.2552 14.0008 16.2498C13.4041 16.2498 12.8318 16.0128 12.4099 15.5909C11.988 15.1689 11.7509 14.5966 11.7509 13.9999C11.7509 13.4032 11.988 12.8309 12.4099 12.409C12.8318 11.987 13.4041 11.75 14.0008 11.75L14 11.7507ZM17.9373 9.12583C17.6954 9.13552 17.4666 9.23844 17.2988 9.41305C17.1311 9.58766 17.0374 9.82041 17.0374 10.0626C17.0374 10.3047 17.1311 10.5374 17.2988 10.7121C17.4666 10.8867 17.6954 10.9896 17.9373 10.9993C18.186 10.9993 18.4244 10.9005 18.6002 10.7247C18.776 10.5489 18.8748 10.3104 18.8748 10.0618C18.8748 9.81317 18.776 9.57472 18.6002 9.39891C18.4244 9.2231 18.186 9.12433 17.9373 9.12433V9.12583Z' fill='white'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_3697_34458' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(10.4087 28.0233) scale(34.9028)'%3E%3Cstop stop-color='%23FFDD55'/%3E%3Cstop offset='0.33' stop-color='%23FF543F'/%3E%3Cstop offset='0.35' stop-color='%23FC5245'/%3E%3Cstop offset='0.5' stop-color='%23E64771'/%3E%3Cstop offset='0.64' stop-color='%23D53E91'/%3E%3Cstop offset='0.76' stop-color='%23CC39A4'/%3E%3Cstop offset='0.84' stop-color='%23C837AB'/%3E%3C/radialGradient%3E%3CradialGradient id='paint1_radial_3697_34458' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(4.50861 -0.377013) scale(23.1727 15.5257)'%3E%3Cstop stop-color='%234168C9'/%3E%3Cstop offset='1' stop-color='%234168C9' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.book_sns .sns_wrap .col .inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0046B7;
  opacity: 0;
  border-radius: 15px;
  transition: all 0.3s;
}
.book_sns .sns_wrap .col .inner:hover, .book_sns .sns_wrap .col .inner:focus {
  top: -3px;
  left: -3px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.book_sns .sns_wrap .col .inner:hover::after, .book_sns .sns_wrap .col .inner:focus::after {
  opacity: 1;
}
.book_sns .sns_wrap .col .inner img {
  aspect-ratio: 1;
  object-fit: cover;
}

/* sub0505 SNS End *//*# sourceMappingURL=content.css.map */