@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Set base font size for rem calculations */
html {
  font-size: 100%;
}

/* Remove default margin and padding */
body {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 1rem;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements */
ul,
ol {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Remove default button styles */
button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* Remove text decoration from links */
a {
  text-decoration: none;
  color: inherit;
}

/* Remove table spacing */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

pre {
  white-space: pre-wrap;
}

/* Input reset styles */
input,
button,
textarea,
select {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Remove number input arrows */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Remove autofill styles */
input:-internal-autofill-selected {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
}

/* Placeholder styles */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 1em;
  color: var(--color-lightgray);
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 1em;
  color: var(--color-lightgray);
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 1em;
  color: var(--color-lightgray);
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 1em;
  color: var(--color-lightgray);
}
input::placeholder,
textarea::placeholder {
  font-size: 1em;
  color: var(--color-lightgray);
}

.blind {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}

/* 로딩 스피너 */
.loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loading.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #007bff;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.logo {
  width: 144px;
  height: 26px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='226' height='40' viewBox='0 0 226 40' fill='none'%3E%3Cg clip-path='url(%23clip0_643_11732)'%3E%3Cpath d='M145.505 23.3288C144.608 22.2875 143.446 21.7115 142.317 21.7115C140.867 21.7115 140.158 22.5534 140.158 23.5282C140.158 24.4254 140.535 25.0457 141.819 25.5996L143.767 26.4526C145.826 27.3498 147.597 28.3468 147.597 30.8835C147.597 33.4202 145.482 35.3919 142.339 35.3919C139.605 35.3919 137.535 33.4202 136.738 31.9247L138.409 30.3074C139.162 31.9801 140.678 33.1543 142.339 33.1543C143.999 33.1543 144.973 32.2349 144.973 30.8835C144.973 30.2077 144.818 29.388 143.003 28.6348L141.011 27.7929C138.442 26.7184 137.546 25.3005 137.546 23.5282C137.546 21.2573 139.417 19.4739 142.328 19.4739C144.364 19.4739 146.014 20.3711 147.154 21.7669L145.516 23.3177L145.505 23.3288Z' fill='%23000026'/%3E%3Cpath d='M157.947 31.2047H151.969L150.419 35.0153H147.708L154.061 19.8616H155.854L162.208 35.0153H159.496L157.947 31.2047ZM152.877 28.9671H157.028L154.958 23.9048L152.888 28.9671H152.877Z' fill='%23000026'/%3E%3Cpath d='M166.204 35.0153H163.569V19.8616H173.731V22.0992H166.193V26.4636H172.336V28.6791H166.193V35.0263L166.204 35.0153Z' fill='%23000026'/%3E%3Cpath d='M178.657 32.7777H186.693V35.0153H176.034V19.8616H186.372V22.0992H178.657V26.1424H185.011V28.3578H178.657V32.7887V32.7777Z' fill='%23000026'/%3E%3Cpath d='M192.128 22.0882H187.269V19.8506H199.622V22.0882H194.762V35.0154H192.128V22.0882Z' fill='%23000026'/%3E%3Cpath d='M202.489 19.8506L206.097 26.7074L206.54 27.5825L206.983 26.7074L210.625 19.8506H213.381L207.88 29.7204V35.0043H205.245V29.7426L199.744 19.8506H202.5H202.489Z' fill='%23000026'/%3E%3Cpath d='M125.137 33.4534C124.462 34.9931 123.51 36.2448 122.304 37.2086C121.097 38.1723 119.636 38.8702 117.931 39.3243C116.227 39.7674 114.356 40 112.341 40C110.327 40 108.467 39.7785 106.774 39.3243C105.08 38.8702 103.63 38.1723 102.423 37.2086C101.217 36.2448 100.265 34.9931 99.5897 33.4534C98.9144 31.9136 98.5713 30.0416 98.5713 27.8594V13.1266C98.5713 12.462 98.9034 12.1296 99.5675 12.1296H107.471C108.168 12.1296 108.511 12.462 108.511 13.1266V27.5049C108.511 28.0366 108.578 28.5683 108.711 29.1C108.844 29.6317 109.054 30.108 109.353 30.5179C109.652 30.9388 110.039 31.2712 110.526 31.537C111.002 31.8029 111.611 31.9358 112.341 31.9358C113.072 31.9358 113.681 31.8029 114.179 31.537C114.677 31.2712 115.075 30.9278 115.374 30.5179C115.673 30.108 115.884 29.6317 116.016 29.1C116.149 28.5683 116.216 28.0366 116.216 27.5049V13.1266C116.216 12.462 116.548 12.1296 117.212 12.1296H125.115C125.813 12.1296 126.156 12.462 126.156 13.1266V27.8594C126.156 30.0527 125.813 31.9136 125.137 33.4534Z' fill='%23000026'/%3E%3Cpath d='M55.8997 39.8118C53.874 39.8118 52.0144 39.5902 50.3097 39.1361C48.6051 38.693 47.1329 37.984 45.9042 37.0203C44.6755 36.0566 43.7125 34.8049 43.0151 33.2651C42.3178 31.7254 41.9746 29.8533 41.9746 27.6711V23.3399C41.9746 21.1466 42.3178 19.2856 43.0151 17.7459C43.7125 16.2061 44.6755 14.9544 45.9042 13.9907C47.1329 13.027 48.594 12.3291 50.3097 11.8749C52.0144 11.4318 53.8851 11.1992 55.8997 11.1992C57.9143 11.1992 59.796 11.4208 61.5228 11.8749C63.2496 12.318 64.7218 13.027 65.9505 13.9907C67.1792 14.9544 68.1422 16.2061 68.8396 17.7459C69.5369 19.2856 69.8801 21.1577 69.8801 23.3399V27.6711C69.8801 29.8644 69.5369 31.7254 68.8396 33.2651C68.1422 34.8049 67.1792 36.0566 65.9505 37.0203C64.7218 37.984 63.2496 38.6819 61.5228 39.1361C59.796 39.5792 57.9253 39.8118 55.8997 39.8118ZM55.8997 31.7475C56.6967 31.7475 57.3719 31.6146 57.9143 31.3488C58.4567 31.0829 58.8994 30.7395 59.2315 30.3297C59.5636 29.9198 59.8071 29.4435 59.951 28.9118C60.0949 28.3801 60.1724 27.8483 60.1724 27.3166V23.6833C60.1724 23.1516 60.0949 22.631 59.951 22.1103C59.8071 21.6008 59.5636 21.1244 59.2315 20.6924C58.8994 20.2604 58.4567 19.917 57.9143 19.6512C57.3719 19.3853 56.6967 19.2524 55.8997 19.2524C55.1027 19.2524 54.4275 19.3853 53.8851 19.6512C53.3427 19.917 52.8999 20.2604 52.5678 20.6924C52.2358 21.1244 52.0033 21.6008 51.8705 22.1103C51.7377 22.6199 51.6712 23.1516 51.6712 23.6833V27.3166C51.6712 27.8483 51.7377 28.3801 51.8705 28.9118C52.0033 29.4435 52.2358 29.9198 52.5678 30.3297C52.8999 30.7506 53.3427 31.0829 53.8851 31.3488C54.4275 31.6146 55.1027 31.7475 55.8997 31.7475Z' fill='%23000026'/%3E%3Cpath d='M66.6698 1.69484L72.6472 9.37138C72.6472 9.37138 72.7468 9.53754 73.1231 9.71478C73.4995 9.89201 73.7651 9.90309 73.7651 9.90309H79.9971C81.9564 9.90309 83.5061 10.3794 84.6462 11.321C85.7863 12.2625 86.3619 13.7691 86.3619 15.8294V24.9349C86.3619 26.9953 85.7863 28.4907 84.6462 29.4434C83.5061 30.396 81.9564 30.8613 79.9971 30.8613H77.6836C77.6836 30.8613 77.4844 30.8391 77.2077 30.961C76.9309 31.0828 76.8645 31.1604 76.8645 31.1604L67.3671 38.8258C67.3671 38.8258 67.0904 39.0806 67.1458 39.3354C67.2011 39.5902 67.4668 39.9114 68.1088 39.9114H80.0414C82.3327 39.9114 84.4691 39.6788 86.4615 39.2135C88.454 38.7483 90.1808 37.9507 91.6641 36.8208C93.1363 35.691 94.3096 34.1845 95.173 32.3124C96.0364 30.4403 96.4681 28.092 96.4681 25.2673V15.4639C96.4681 12.6724 96.0364 10.3462 95.173 8.47412C94.3096 6.60206 93.1473 5.09556 91.6641 3.96568C90.1918 2.8358 88.454 2.03823 86.4615 1.55083C84.4691 1.06343 82.3327 0.830811 80.0414 0.830811H67.0572C66.0056 0.830811 66.6698 1.67268 66.6698 1.67268' fill='%23000026'/%3E%3Cpath d='M19.2714 24.3367L27.9275 0.841872C28.0271 0.542786 28.1378 0.332318 28.2707 0.199391C28.4035 0.0664636 28.647 0 29.0123 0H37.4692C38.1665 0 38.5097 0.321241 38.5097 0.941567V38.0172C38.5097 38.715 38.1776 39.0584 37.5135 39.0584H30.0085C29.3444 39.0584 29.0123 38.715 29.0123 38.0172V21.3902L23.5441 35.7242C23.4445 36.0233 23.3227 36.2337 23.201 36.3667C23.0792 36.4996 22.8246 36.566 22.4593 36.566H16.0945C15.7293 36.566 15.4857 36.4885 15.375 36.3445C15.2533 36.2005 15.1315 35.99 14.9987 35.7242L0.132745 1.34035C-0.0332929 0.974799 -0.044362 0.664636 0.110607 0.398782C0.265576 0.132927 0.531237 0 0.929728 0H9.3866C9.98434 0 10.3939 0.265854 10.6264 0.797563L19.2825 24.3367H19.2714Z' fill='%23000026'/%3E%3Cpath d='M0.0332031 8.26371C0.0332031 7.89816 0.22138 7.68769 0.586663 7.62123C0.951947 7.55477 1.21761 7.70985 1.38365 8.06432L9.08782 25.9319C9.25385 26.2975 9.36455 26.6077 9.43096 26.8735C9.49738 27.1394 9.53058 27.4385 9.53058 27.7708V38.1169C9.53058 38.7483 9.19851 39.0585 8.53435 39.0585H1.07371C0.376349 39.0585 0.0332031 38.7373 0.0332031 38.1169V8.26371Z' fill='%23000026'/%3E%3Cpath d='M221.794 30.7284C221.794 17.2585 200.242 6.34737 173.654 6.34737C156.696 6.34737 141.786 10.7893 133.207 17.5022C140.336 8.55174 157.648 2.24878 177.86 2.24878C204.448 2.24878 226 13.171 226 26.6298C226 31.5038 223.178 36.0455 218.307 39.8561C220.554 37.0425 221.794 33.9519 221.794 30.7284Z' fill='url(%23paint0_radial_643_11732)'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_643_11732' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(143.381 8.27481) rotate(-180) scale(118.596 115.226)'%3E%3Cstop stop-color='%23F2A51E'/%3E%3Cstop offset='1' stop-color='%23F15630'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_643_11732'%3E%3Crect width='226' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.logo__link {
  display: block;
  width: 100%;
  height: 100%;
}

.header .pc {
  display: block;
  position: relative;
  padding-top: 14px;
  padding-bottom: 18px;
  z-index: 9999;
}
.header .pc .inner {
  max-width: 1240px;
  margin: 0 auto;
}
.header .pc .inner--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.header .pc .inner--top .link {
  display: block;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.header .pc .inner--top .link:nth-child(1) {
  color: #032a5d;
}
.header .pc .inner--top .link:nth-child(2) {
  color: #ff5f1b;
}
.header .pc .inner--top .link.is-active {
  color: #ff5f1b;
}
.header .pc .inner--top .link:is(.ico--edu) {
  position: relative;
  padding: 7px 8px 6px 36px;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #032a5d;
  background-color: #fff;
  border-radius: 4px;
}
.header .pc .inner--top .link:is(.ico--edu)::before {
  left: 8px;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5.77778 19.1109C5.28889 19.1109 4.87052 18.937 4.52267 18.5891C4.17482 18.2413 4.00059 17.8226 4 17.3331C3.99941 16.8436 4.17363 16.4253 4.52267 16.078C4.8717 15.7307 5.29007 15.5565 5.77778 15.5553C6.26548 15.5542 6.68415 15.7284 7.03378 16.078C7.38341 16.4276 7.55733 16.846 7.55556 17.3331C7.55378 17.8202 7.37985 18.2389 7.03378 18.5891C6.6877 18.9393 6.26904 19.1133 5.77778 19.1109ZM5.77778 13.7776C5.28889 13.7776 4.87052 13.6036 4.52267 13.2558C4.17482 12.9079 4.00059 12.4893 4 11.9998C3.99941 11.5103 4.17363 11.0919 4.52267 10.7447C4.8717 10.3974 5.29007 10.2232 5.77778 10.222C6.26548 10.2208 6.68415 10.395 7.03378 10.7447C7.38341 11.0943 7.55733 11.5127 7.55556 11.9998C7.55378 12.4869 7.37985 12.9056 7.03378 13.2558C6.6877 13.606 6.26904 13.7799 5.77778 13.7776ZM5.77778 8.44423C5.28889 8.44423 4.87052 8.27031 4.52267 7.92245C4.17482 7.5746 4.00059 7.15594 4 6.66645C3.99941 6.17697 4.17363 5.7586 4.52267 5.41134C4.8717 5.06409 5.29007 4.88986 5.77778 4.88868C6.26548 4.88749 6.68415 5.06171 7.03378 5.41134C7.38341 5.76097 7.55733 6.17934 7.55556 6.66645C7.55378 7.15357 7.37985 7.57223 7.03378 7.92245C6.6877 8.27268 6.26904 8.4466 5.77778 8.44423ZM11.1111 8.44423C10.6222 8.44423 10.2039 8.27031 9.856 7.92245C9.50815 7.5746 9.33392 7.15594 9.33333 6.66645C9.33274 6.17697 9.50696 5.7586 9.856 5.41134C10.205 5.06409 10.6234 4.88986 11.1111 4.88868C11.5988 4.88749 12.0175 5.06171 12.3671 5.41134C12.7167 5.76097 12.8907 6.17934 12.8889 6.66645C12.8871 7.15357 12.7132 7.57223 12.3671 7.92245C12.021 8.27268 11.6024 8.4466 11.1111 8.44423ZM16.4444 8.44423C15.9556 8.44423 15.5372 8.27031 15.1893 7.92245C14.8415 7.5746 14.6673 7.15594 14.6667 6.66645C14.6661 6.17697 14.8403 5.7586 15.1893 5.41134C15.5384 5.06409 15.9567 4.88986 16.4444 4.88868C16.9321 4.88749 17.3508 5.06171 17.7004 5.41134C18.0501 5.76097 18.224 6.17934 18.2222 6.66645C18.2204 7.15357 18.0465 7.57223 17.7004 7.92245C17.3544 8.27268 16.9357 8.4466 16.4444 8.44423ZM11.1111 13.7776C10.6222 13.7776 10.2039 13.6036 9.856 13.2558C9.50815 12.9079 9.33392 12.4893 9.33333 11.9998C9.33274 11.5103 9.50696 11.0919 9.856 10.7447C10.205 10.3974 10.6234 10.2232 11.1111 10.222C11.5988 10.2208 12.0175 10.395 12.3671 10.7447C12.7167 11.0943 12.8907 11.5127 12.8889 11.9998C12.8871 12.4869 12.7132 12.9056 12.3671 13.2558C12.021 13.606 11.6024 13.7799 11.1111 13.7776ZM12 19.1109V16.3776L16.9111 11.4887C17.0444 11.3553 17.1926 11.259 17.3555 11.1998C17.5185 11.1405 17.6815 11.1109 17.8444 11.1109C18.0222 11.1109 18.1926 11.1444 18.3555 11.2113C18.5185 11.2783 18.6667 11.3782 18.8 11.5109L19.6222 12.3331C19.7407 12.4665 19.8335 12.6146 19.9004 12.7776C19.9674 12.9405 20.0006 13.1035 20 13.2665C19.9994 13.4294 19.9698 13.5962 19.9111 13.7669C19.8524 13.9376 19.7561 14.0893 19.6222 14.222L14.7333 19.1109H12ZM13.3333 17.7776H14.1778L16.8667 15.0665L16.4667 14.6442L16.0444 14.2442L13.3333 16.9331V17.7776ZM16.4667 14.6442L16.0444 14.2442L16.8667 15.0665L16.4667 14.6442Z' fill='%23032a5d'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header .pc .inner--top .link:is(.ico--edu):hover {
  color: #fff;
  background-color: #032a5d;
}
.header .pc .inner--top .link:is(.ico--edu):hover::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5.77778 19.1109C5.28889 19.1109 4.87052 18.937 4.52267 18.5891C4.17482 18.2413 4.00059 17.8226 4 17.3331C3.99941 16.8436 4.17363 16.4253 4.52267 16.078C4.8717 15.7307 5.29007 15.5565 5.77778 15.5553C6.26548 15.5542 6.68415 15.7284 7.03378 16.078C7.38341 16.4276 7.55733 16.846 7.55556 17.3331C7.55378 17.8202 7.37985 18.2389 7.03378 18.5891C6.6877 18.9393 6.26904 19.1133 5.77778 19.1109ZM5.77778 13.7776C5.28889 13.7776 4.87052 13.6036 4.52267 13.2558C4.17482 12.9079 4.00059 12.4893 4 11.9998C3.99941 11.5103 4.17363 11.0919 4.52267 10.7447C4.8717 10.3974 5.29007 10.2232 5.77778 10.222C6.26548 10.2208 6.68415 10.395 7.03378 10.7447C7.38341 11.0943 7.55733 11.5127 7.55556 11.9998C7.55378 12.4869 7.37985 12.9056 7.03378 13.2558C6.6877 13.606 6.26904 13.7799 5.77778 13.7776ZM5.77778 8.44423C5.28889 8.44423 4.87052 8.27031 4.52267 7.92245C4.17482 7.5746 4.00059 7.15594 4 6.66645C3.99941 6.17697 4.17363 5.7586 4.52267 5.41134C4.8717 5.06409 5.29007 4.88986 5.77778 4.88868C6.26548 4.88749 6.68415 5.06171 7.03378 5.41134C7.38341 5.76097 7.55733 6.17934 7.55556 6.66645C7.55378 7.15357 7.37985 7.57223 7.03378 7.92245C6.6877 8.27268 6.26904 8.4466 5.77778 8.44423ZM11.1111 8.44423C10.6222 8.44423 10.2039 8.27031 9.856 7.92245C9.50815 7.5746 9.33392 7.15594 9.33333 6.66645C9.33274 6.17697 9.50696 5.7586 9.856 5.41134C10.205 5.06409 10.6234 4.88986 11.1111 4.88868C11.5988 4.88749 12.0175 5.06171 12.3671 5.41134C12.7167 5.76097 12.8907 6.17934 12.8889 6.66645C12.8871 7.15357 12.7132 7.57223 12.3671 7.92245C12.021 8.27268 11.6024 8.4466 11.1111 8.44423ZM16.4444 8.44423C15.9556 8.44423 15.5372 8.27031 15.1893 7.92245C14.8415 7.5746 14.6673 7.15594 14.6667 6.66645C14.6661 6.17697 14.8403 5.7586 15.1893 5.41134C15.5384 5.06409 15.9567 4.88986 16.4444 4.88868C16.9321 4.88749 17.3508 5.06171 17.7004 5.41134C18.0501 5.76097 18.224 6.17934 18.2222 6.66645C18.2204 7.15357 18.0465 7.57223 17.7004 7.92245C17.3544 8.27268 16.9357 8.4466 16.4444 8.44423ZM11.1111 13.7776C10.6222 13.7776 10.2039 13.6036 9.856 13.2558C9.50815 12.9079 9.33392 12.4893 9.33333 11.9998C9.33274 11.5103 9.50696 11.0919 9.856 10.7447C10.205 10.3974 10.6234 10.2232 11.1111 10.222C11.5988 10.2208 12.0175 10.395 12.3671 10.7447C12.7167 11.0943 12.8907 11.5127 12.8889 11.9998C12.8871 12.4869 12.7132 12.9056 12.3671 13.2558C12.021 13.606 11.6024 13.7799 11.1111 13.7776ZM12 19.1109V16.3776L16.9111 11.4887C17.0444 11.3553 17.1926 11.259 17.3555 11.1998C17.5185 11.1405 17.6815 11.1109 17.8444 11.1109C18.0222 11.1109 18.1926 11.1444 18.3555 11.2113C18.5185 11.2783 18.6667 11.3782 18.8 11.5109L19.6222 12.3331C19.7407 12.4665 19.8335 12.6146 19.9004 12.7776C19.9674 12.9405 20.0006 13.1035 20 13.2665C19.9994 13.4294 19.9698 13.5962 19.9111 13.7669C19.8524 13.9376 19.7561 14.0893 19.6222 14.222L14.7333 19.1109H12ZM13.3333 17.7776H14.1778L16.8667 15.0665L16.4667 14.6442L16.0444 14.2442L13.3333 16.9331V17.7776ZM16.4667 14.6442L16.0444 14.2442L16.8667 15.0665L16.4667 14.6442Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header .pc .inner--top .input-group {
  width: 187px;
}
.header .pc .inner--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}
.header .pc .gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
.header .pc .gnb__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .pc .gnb__item {
  position: relative;
}
.header .pc .gnb__item:hover .gnb__link {
  font-weight: 700;
  color: #ff5f1b;
  border-bottom: 1px solid #ff5f1b;
}
.header .pc .gnb__item:hover .depth--02 {
  display: block;
}
.header .pc .gnb__link {
  position: relative;
  display: block;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  padding: 4px;
  border-bottom: 1px solid transparent;
}
.header .pc .depth {
  display: none;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 16px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 2px 8px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 8px 4px 0px rgba(0, 0, 0, 0.25);
  min-width: 200px;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
}
.header .pc .depth__item {
  position: relative;
}
.header .pc .depth__item:hover .depth--02 {
  display: block;
}
.header .pc .depth__link {
  display: block;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
}
.header .pc .depth__link:hover {
  font-weight: 700;
  color: #ff5f1b;
}
.header .pc .depth--01 > .depth__item:nth-child(3) {
  margin-top: -6px;
}
.header .pc .depth--02 {
  position: relative;
  left: 0;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  padding: 0 0 0 13px;
  display: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: auto;
}
.header .pc .depth--02 .depth__link {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #111;
  padding: 4px 0;
}
.header .pc .depth--02 .depth__link:hover {
  font-weight: 700;
  color: #ff5f1b;
}
.header .pc .depth.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .pc .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .m {
  display: none;
}

@media (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .header .pc {
    display: none;
  }
  .header .m {
    overflow: hidden;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header .m .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    padding: 16px;
    background-color: #fff;
    z-index: 9999;
  }
  .header .m .nav__contents {
    height: 100vh;
  }
  .header .m .nav .logo {
    width: 115px;
    height: 20px;
  }
  .header .m .nav .fixed-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-left: auto;
  }
  .header .m .nav .fixed-menu__btn:is(.is-login) {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 21V19H19V5H12V3H19C19.55 3 20.021 3.196 20.413 3.588C20.805 3.98 21.0007 4.45067 21 5V19C21 19.55 20.8043 20.021 20.413 20.413C20.0217 20.805 19.5507 21.0007 19 21H12ZM10 17L8.625 15.55L11.175 13H3V11H11.175L8.625 8.45L10 7L15 12L10 17Z' fill='%23ff5f1b'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header .m .nav .fixed-menu__btn:is(.is-loginOut) {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 21C4.45 21 3.97933 20.8043 3.588 20.413C3.19667 20.0217 3.00067 19.5507 3 19V5C3 4.45 3.196 3.97933 3.588 3.588C3.98 3.19667 4.45067 3.00067 5 3H12V5H5V19H12V21H5ZM16 17L14.625 15.55L17.175 13H9V11H17.175L14.625 8.45L16 7L21 12L16 17Z' fill='%23032a5d'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header .m .inner {
    overflow: hidden;
    display: none;
    background-color: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 9998;
  }
  .header .m .inner.is-active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .header .m .inner .nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .m .gnb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 24px;
  }
  .header .m .gnb__wrapper .link {
    position: relative;
    display: block;
    padding: 10px 16px 10px 48px;
    font-family: "Pretendard Variable", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #032a5d;
  }
  .header .m .gnb__wrapper .link.ico--edu {
    color: #fff;
    background-color: #032a5d;
  }
  .header .m .gnb__wrapper .link.ico--edu::before {
    left: 16px;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5.77778 19.1109C5.28889 19.1109 4.87052 18.937 4.52267 18.5891C4.17482 18.2413 4.00059 17.8226 4 17.3331C3.99941 16.8436 4.17363 16.4253 4.52267 16.078C4.8717 15.7307 5.29007 15.5565 5.77778 15.5553C6.26548 15.5542 6.68415 15.7284 7.03378 16.078C7.38341 16.4276 7.55733 16.846 7.55556 17.3331C7.55378 17.8202 7.37985 18.2389 7.03378 18.5891C6.6877 18.9393 6.26904 19.1133 5.77778 19.1109ZM5.77778 13.7776C5.28889 13.7776 4.87052 13.6036 4.52267 13.2558C4.17482 12.9079 4.00059 12.4893 4 11.9998C3.99941 11.5103 4.17363 11.0919 4.52267 10.7447C4.8717 10.3974 5.29007 10.2232 5.77778 10.222C6.26548 10.2208 6.68415 10.395 7.03378 10.7447C7.38341 11.0943 7.55733 11.5127 7.55556 11.9998C7.55378 12.4869 7.37985 12.9056 7.03378 13.2558C6.6877 13.606 6.26904 13.7799 5.77778 13.7776ZM5.77778 8.44423C5.28889 8.44423 4.87052 8.27031 4.52267 7.92245C4.17482 7.5746 4.00059 7.15594 4 6.66645C3.99941 6.17697 4.17363 5.7586 4.52267 5.41134C4.8717 5.06409 5.29007 4.88986 5.77778 4.88868C6.26548 4.88749 6.68415 5.06171 7.03378 5.41134C7.38341 5.76097 7.55733 6.17934 7.55556 6.66645C7.55378 7.15357 7.37985 7.57223 7.03378 7.92245C6.6877 8.27268 6.26904 8.4466 5.77778 8.44423ZM11.1111 8.44423C10.6222 8.44423 10.2039 8.27031 9.856 7.92245C9.50815 7.5746 9.33392 7.15594 9.33333 6.66645C9.33274 6.17697 9.50696 5.7586 9.856 5.41134C10.205 5.06409 10.6234 4.88986 11.1111 4.88868C11.5988 4.88749 12.0175 5.06171 12.3671 5.41134C12.7167 5.76097 12.8907 6.17934 12.8889 6.66645C12.8871 7.15357 12.7132 7.57223 12.3671 7.92245C12.021 8.27268 11.6024 8.4466 11.1111 8.44423ZM16.4444 8.44423C15.9556 8.44423 15.5372 8.27031 15.1893 7.92245C14.8415 7.5746 14.6673 7.15594 14.6667 6.66645C14.6661 6.17697 14.8403 5.7586 15.1893 5.41134C15.5384 5.06409 15.9567 4.88986 16.4444 4.88868C16.9321 4.88749 17.3508 5.06171 17.7004 5.41134C18.0501 5.76097 18.224 6.17934 18.2222 6.66645C18.2204 7.15357 18.0465 7.57223 17.7004 7.92245C17.3544 8.27268 16.9357 8.4466 16.4444 8.44423ZM11.1111 13.7776C10.6222 13.7776 10.2039 13.6036 9.856 13.2558C9.50815 12.9079 9.33392 12.4893 9.33333 11.9998C9.33274 11.5103 9.50696 11.0919 9.856 10.7447C10.205 10.3974 10.6234 10.2232 11.1111 10.222C11.5988 10.2208 12.0175 10.395 12.3671 10.7447C12.7167 11.0943 12.8907 11.5127 12.8889 11.9998C12.8871 12.4869 12.7132 12.9056 12.3671 13.2558C12.021 13.606 11.6024 13.7799 11.1111 13.7776ZM12 19.1109V16.3776L16.9111 11.4887C17.0444 11.3553 17.1926 11.259 17.3555 11.1998C17.5185 11.1405 17.6815 11.1109 17.8444 11.1109C18.0222 11.1109 18.1926 11.1444 18.3555 11.2113C18.5185 11.2783 18.6667 11.3782 18.8 11.5109L19.6222 12.3331C19.7407 12.4665 19.8335 12.6146 19.9004 12.7776C19.9674 12.9405 20.0006 13.1035 20 13.2665C19.9994 13.4294 19.9698 13.5962 19.9111 13.7669C19.8524 13.9376 19.7561 14.0893 19.6222 14.222L14.7333 19.1109H12ZM13.3333 17.7776H14.1778L16.8667 15.0665L16.4667 14.6442L16.0444 14.2442L13.3333 16.9331V17.7776ZM16.4667 14.6442L16.0444 14.2442L16.8667 15.0665L16.4667 14.6442Z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header .m .gnb__wrapper .link.ico--brand {
    color: #fff;
    background-color: #032a5d;
  }
  .header .m .gnb__wrapper .link.ico--brand::before {
    left: 16px;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4.90601 20V9.35901L12 4L19.094 9.35901V20H13.8323V13.5303H10.1677V20H4.90601Z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header .m .gnb__link {
    position: relative;
    display: block;
    padding: 8px 16px;
    cursor: pointer;
  }
  .header .m .gnb__link.has-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.64645 9.83922C2.84171 10.023 3.15829 10.023 3.35355 9.83922L8 5.46609L12.6464 9.83922C12.8417 10.023 13.1583 10.023 13.3536 9.83922C13.5488 9.65544 13.5488 9.35748 13.3536 9.17371L8.35355 4.46782C8.15829 4.28405 7.84171 4.28405 7.64645 4.46782L2.64645 9.17371C2.45118 9.35748 2.45118 9.65544 2.64645 9.83922Z' fill='%23000000'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header .m .gnb__link.has-arrow.is-active::before {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.64645 9.83922C2.84171 10.023 3.15829 10.023 3.35355 9.83922L8 5.46609L12.6464 9.83922C12.8417 10.023 13.1583 10.023 13.3536 9.83922C13.5488 9.65544 13.5488 9.35748 13.3536 9.17371L8.35355 4.46782C8.15829 4.28405 7.84171 4.28405 7.64645 4.46782L2.64645 9.17371C2.45118 9.35748 2.45118 9.65544 2.64645 9.83922Z' fill='%23ffffff'/%3E%3C/svg%3E");
  }
  .header .m .gnb__link .text {
    display: inline-block;
    font-weight: 400;
  }
  .header .m .gnb__link.is-active {
    background-color: #ff5f1b;
    border-radius: 4px;
  }
  .header .m .gnb__link.is-active .text {
    position: relative;
    font-weight: 700;
    color: #fff;
  }
  .header .m .depth__item .depth__link.has-arrow {
    position: relative;
  }
  .header .m .depth__item .depth__link.has-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.64645 9.83922C2.84171 10.023 3.15829 10.023 3.35355 9.83922L8 5.46609L12.6464 9.83922C12.8417 10.023 13.1583 10.023 13.3536 9.83922C13.5488 9.65544 13.5488 9.35748 13.3536 9.17371L8.35355 4.46782C8.15829 4.28405 7.84171 4.28405 7.64645 4.46782L2.64645 9.17371C2.45118 9.35748 2.45118 9.65544 2.64645 9.83922Z' fill='%23000000'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header .m .depth__item .depth__link.has-arrow.is-active::before {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .header .m .depth__link {
    display: block;
    padding: 8px 16px 8px 32px;
  }
  .header .m .depth--01 {
    display: none;
  }
  .header .m .depth--01.is-active {
    display: block;
    border-bottom: 1px solid #f6e7e0;
  }
  .header .m .depth--02 {
    display: none;
  }
  .header .m .depth--02.is-active {
    display: block;
  }
  .header .m .depth--02 .depth__link {
    display: block;
    padding: 4px 16px 4px 52px;
    cursor: pointer;
  }
  .header .m .contact {
    padding-top: 16px;
    border-top: 9px solid #f5f5f5;
  }
  .header .m .contact .link {
    padding: 8px 16px 8px 32px;
    font-family: "Pretendard Variable", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #c2c2c2;
  }
  .header .m .contact .link.is-active {
    color: #ff5f1b;
  }
  .header .m .contact .link:nth-child(1) {
    color: #ff5f1b;
  }
  .header .m .contact .link:nth-child(2) {
    color: #032a5d;
  }
}
.input-group {
  position: relative;
}
.input-group .btn--search {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.568 15.4668L19.893 18.7939L18.7899 19.8977L15.4649 16.5707C14.8537 17.0578 14.1856 17.4309 13.4605 17.69C12.694 17.9595 11.9068 18.0943 11.0988 18.0943C9.83511 18.0943 8.65944 17.7781 7.57181 17.1459C6.51526 16.524 5.68142 15.6845 5.07027 14.6273C4.42806 13.539 4.10695 12.3627 4.10695 11.0982C4.10695 9.83369 4.42806 8.65731 5.07027 7.56903C5.68142 6.51185 6.51526 5.6775 7.57181 5.06599C8.65944 4.42338 9.83511 4.10208 11.0988 4.10208C12.3625 4.10208 13.5382 4.42338 14.6258 5.06599C15.6824 5.6775 16.5214 6.51185 17.1429 7.56903C17.7748 8.65731 18.0907 9.83369 18.0907 11.0982C18.0907 11.9066 17.956 12.6943 17.6867 13.4613C17.4278 14.1868 17.0549 14.8553 16.568 15.4668ZM14.9987 14.8916C15.4856 14.3941 15.8637 13.8241 16.133 13.1815C16.4023 12.5181 16.5369 11.8237 16.5369 11.0982C16.5369 10.1135 16.2883 9.19627 15.7911 8.34638C15.3147 7.52757 14.6673 6.87979 13.849 6.40302C12.9996 5.90552 12.0829 5.65677 11.0988 5.65677C10.1148 5.65677 9.19807 5.90552 8.34869 6.40302C7.53038 6.87979 6.88298 7.52757 6.4065 8.34638C5.9093 9.19627 5.6607 10.1135 5.6607 11.0982C5.6607 12.0828 5.9093 13.0001 6.4065 13.85C6.88298 14.6688 7.53038 15.3166 8.34869 15.7933C9.19807 16.2908 10.1148 16.5396 11.0988 16.5396C11.8239 16.5396 12.5179 16.4048 13.1808 16.1354C13.8231 15.8659 14.3928 15.4876 14.89 15.0004L14.9987 14.8916Z' fill='%23032A5D'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.input--search {
  display: block;
  width: 100%;
  height: 46px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  padding: 0 16px;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #7a7a7a;
}

.link {
  display: block;
}

.btn {
  display: block;
}
.btn.type--bg {
  color: #fff;
  background-color: #ff5f1b;
}
.btn.type--bg:hover {
  background-color: #ff976a;
}
.btn.type--border {
  color: #ff5f1b;
  background-color: #fff;
  border: 1px solid #ff5f1b;
}
.btn.type--border:hover {
  background-color: #f6e7e0;
}
.btn--box {
  padding: 8px 16px;
}
.btn-group.contact {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
}
.btn-group.contact .btn {
  position: relative;
  padding-left: 44px;
}
.btn-group.contact .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M6 20.3125C5.45 20.3125 4.97933 20.1168 4.588 19.7255C4.19667 19.3342 4.00067 18.8632 4 18.3125C3.99934 17.7618 4.19533 17.2912 4.588 16.9005C4.98067 16.5098 5.45133 16.3138 6 16.3125C6.54867 16.3112 7.01967 16.5072 7.413 16.9005C7.80634 17.2938 8.002 17.7645 8 18.3125C7.998 18.8605 7.80234 19.3315 7.413 19.7255C7.02367 20.1195 6.55267 20.3152 6 20.3125ZM6 14.3125C5.45 14.3125 4.97933 14.1168 4.588 13.7255C4.19667 13.3342 4.00067 12.8632 4 12.3125C3.99934 11.7618 4.19533 11.2912 4.588 10.9005C4.98067 10.5098 5.45133 10.3138 6 10.3125C6.54867 10.3112 7.01967 10.5072 7.413 10.9005C7.80634 11.2938 8.002 11.7645 8 12.3125C7.998 12.8605 7.80234 13.3315 7.413 13.7255C7.02367 14.1195 6.55267 14.3152 6 14.3125ZM6 8.31251C5.45 8.31251 4.97933 8.11684 4.588 7.72551C4.19667 7.33417 4.00067 6.86317 4 6.31251C3.99934 5.76184 4.19533 5.29117 4.588 4.90051C4.98067 4.50984 5.45133 4.31384 6 4.31251C6.54867 4.31117 7.01967 4.50717 7.413 4.90051C7.80634 5.29384 8.002 5.76451 8 6.31251C7.998 6.86051 7.80234 7.33151 7.413 7.72551C7.02367 8.11951 6.55267 8.31517 6 8.31251ZM12 8.31251C11.45 8.31251 10.9793 8.11684 10.588 7.72551C10.1967 7.33417 10.0007 6.86317 10 6.31251C9.99934 5.76184 10.1953 5.29117 10.588 4.90051C10.9807 4.50984 11.4513 4.31384 12 4.31251C12.5487 4.31117 13.0197 4.50717 13.413 4.90051C13.8063 5.29384 14.002 5.76451 14 6.31251C13.998 6.86051 13.8023 7.33151 13.413 7.72551C13.0237 8.11951 12.5527 8.31517 12 8.31251ZM18 8.31251C17.45 8.31251 16.9793 8.11684 16.588 7.72551C16.1967 7.33417 16.0007 6.86317 16 6.31251C15.9993 5.76184 16.1953 5.29117 16.588 4.90051C16.9807 4.50984 17.4513 4.31384 18 4.31251C18.5487 4.31117 19.0197 4.50717 19.413 4.90051C19.8063 5.29384 20.002 5.76451 20 6.31251C19.998 6.86051 19.8023 7.33151 19.413 7.72551C19.0237 8.11951 18.5527 8.31517 18 8.31251ZM12 14.3125C11.45 14.3125 10.9793 14.1168 10.588 13.7255C10.1967 13.3342 10.0007 12.8632 10 12.3125C9.99934 11.7618 10.1953 11.2912 10.588 10.9005C10.9807 10.5098 11.4513 10.3138 12 10.3125C12.5487 10.3112 13.0197 10.5072 13.413 10.9005C13.8063 11.2938 14.002 11.7645 14 12.3125C13.998 12.8605 13.8023 13.3315 13.413 13.7255C13.0237 14.1195 12.5527 14.3152 12 14.3125ZM13 20.3125V17.2375L18.525 11.7375C18.675 11.5875 18.8417 11.4792 19.025 11.4125C19.2083 11.3458 19.3917 11.3125 19.575 11.3125C19.775 11.3125 19.9667 11.3502 20.15 11.4255C20.3333 11.5008 20.5 11.6132 20.65 11.7625L21.575 12.6875C21.7083 12.8375 21.8127 13.0042 21.888 13.1875C21.9633 13.3708 22.0007 13.5542 22 13.7375C21.9993 13.9208 21.966 14.1085 21.9 14.3005C21.834 14.4925 21.7257 14.6632 21.575 14.8125L16.075 20.3125H13ZM14.5 18.8125H15.45L18.475 15.7625L18.025 15.2875L17.55 14.8375L14.5 17.8625V18.8125ZM18.025 15.2875L17.55 14.8375L18.475 15.7625L18.025 15.2875Z' fill='%23000000'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: 16px;
}
.btn-group.contact .btn:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M6 20.3125C5.45 20.3125 4.97933 20.1168 4.588 19.7255C4.19667 19.3342 4.00067 18.8632 4 18.3125C3.99934 17.7618 4.19533 17.2912 4.588 16.9005C4.98067 16.5098 5.45133 16.3138 6 16.3125C6.54867 16.3112 7.01967 16.5072 7.413 16.9005C7.80634 17.2938 8.002 17.7645 8 18.3125C7.998 18.8605 7.80234 19.3315 7.413 19.7255C7.02367 20.1195 6.55267 20.3152 6 20.3125ZM6 14.3125C5.45 14.3125 4.97933 14.1168 4.588 13.7255C4.19667 13.3342 4.00067 12.8632 4 12.3125C3.99934 11.7618 4.19533 11.2912 4.588 10.9005C4.98067 10.5098 5.45133 10.3138 6 10.3125C6.54867 10.3112 7.01967 10.5072 7.413 10.9005C7.80634 11.2938 8.002 11.7645 8 12.3125C7.998 12.8605 7.80234 13.3315 7.413 13.7255C7.02367 14.1195 6.55267 14.3152 6 14.3125ZM6 8.31251C5.45 8.31251 4.97933 8.11684 4.588 7.72551C4.19667 7.33417 4.00067 6.86317 4 6.31251C3.99934 5.76184 4.19533 5.29117 4.588 4.90051C4.98067 4.50984 5.45133 4.31384 6 4.31251C6.54867 4.31117 7.01967 4.50717 7.413 4.90051C7.80634 5.29384 8.002 5.76451 8 6.31251C7.998 6.86051 7.80234 7.33151 7.413 7.72551C7.02367 8.11951 6.55267 8.31517 6 8.31251ZM12 8.31251C11.45 8.31251 10.9793 8.11684 10.588 7.72551C10.1967 7.33417 10.0007 6.86317 10 6.31251C9.99934 5.76184 10.1953 5.29117 10.588 4.90051C10.9807 4.50984 11.4513 4.31384 12 4.31251C12.5487 4.31117 13.0197 4.50717 13.413 4.90051C13.8063 5.29384 14.002 5.76451 14 6.31251C13.998 6.86051 13.8023 7.33151 13.413 7.72551C13.0237 8.11951 12.5527 8.31517 12 8.31251ZM18 8.31251C17.45 8.31251 16.9793 8.11684 16.588 7.72551C16.1967 7.33417 16.0007 6.86317 16 6.31251C15.9993 5.76184 16.1953 5.29117 16.588 4.90051C16.9807 4.50984 17.4513 4.31384 18 4.31251C18.5487 4.31117 19.0197 4.50717 19.413 4.90051C19.8063 5.29384 20.002 5.76451 20 6.31251C19.998 6.86051 19.8023 7.33151 19.413 7.72551C19.0237 8.11951 18.5527 8.31517 18 8.31251ZM12 14.3125C11.45 14.3125 10.9793 14.1168 10.588 13.7255C10.1967 13.3342 10.0007 12.8632 10 12.3125C9.99934 11.7618 10.1953 11.2912 10.588 10.9005C10.9807 10.5098 11.4513 10.3138 12 10.3125C12.5487 10.3112 13.0197 10.5072 13.413 10.9005C13.8063 11.2938 14.002 11.7645 14 12.3125C13.998 12.8605 13.8023 13.3315 13.413 13.7255C13.0237 14.1195 12.5527 14.3152 12 14.3125ZM13 20.3125V17.2375L18.525 11.7375C18.675 11.5875 18.8417 11.4792 19.025 11.4125C19.2083 11.3458 19.3917 11.3125 19.575 11.3125C19.775 11.3125 19.9667 11.3502 20.15 11.4255C20.3333 11.5008 20.5 11.6132 20.65 11.7625L21.575 12.6875C21.7083 12.8375 21.8127 13.0042 21.888 13.1875C21.9633 13.3708 22.0007 13.5542 22 13.7375C21.9993 13.9208 21.966 14.1085 21.9 14.3005C21.834 14.4925 21.7257 14.6632 21.575 14.8125L16.075 20.3125H13ZM14.5 18.8125H15.45L18.475 15.7625L18.025 15.2875L17.55 14.8375L14.5 17.8625V18.8125ZM18.025 15.2875L17.55 14.8375L18.475 15.7625L18.025 15.2875Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.btn-group.contact .type--bg {
  border-radius: 4px;
  color: #111;
  background-color: #fff;
  border: 1px solid;
  border-radius: 4px;
}
.btn-group.contact .type--bg:hover {
  color: #fff;
  background-color: #032a5d;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
}
.btn-group.chat {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
}
.btn-group.chat .btn {
  position: relative;
  padding-right: 44px;
}
.btn-group.chat .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5483 13.207L6.89129 18.864L5.47729 17.45L10.4273 12.5L5.47729 7.54999L6.89129 6.13599L12.5483 11.793C12.7358 11.9805 12.8411 12.2348 12.8411 12.5C12.8411 12.7652 12.7358 13.0195 12.5483 13.207Z' fill='%23FF5F1B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.2299 13.207L12.5729 18.864L11.1589 17.45L16.1089 12.5L11.1589 7.54999L12.5729 6.13599L18.2299 11.793C18.4174 11.9805 18.5227 12.2348 18.5227 12.5C18.5227 12.7652 18.4174 13.0195 18.2299 13.207Z' fill='%23FF5F1B'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  right: 16px;
}
.btn-group.chat .btn:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5483 13.207L6.89129 18.864L5.47729 17.45L10.4273 12.5L5.47729 7.54999L6.89129 6.13599L12.5483 11.793C12.7358 11.9805 12.8411 12.2348 12.8411 12.5C12.8411 12.7652 12.7358 13.0195 12.5483 13.207Z' fill='%23FF5F1B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.2299 13.207L12.5729 18.864L11.1589 17.45L16.1089 12.5L11.1589 7.54999L12.5729 6.13599L18.2299 11.793C18.4174 11.9805 18.5227 12.2348 18.5227 12.5C18.5227 12.7652 18.4174 13.0195 18.2299 13.207Z' fill='%23FF5F1B'/%3E%3C/svg%3E");
}
.btn-group.chat .type--bg {
  color: #ff5f1b;
  background-color: #f6e7e0;
  border: 1px solid;
  border-radius: 4px;
}
.btn-group.chat .type--bg:hover {
  color: #fff;
  background-color: #ff5f1b;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
}
.btn-group.chat .type--bg:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5483 13.207L6.89129 18.864L5.47729 17.45L10.4273 12.5L5.47729 7.54999L6.89129 6.13599L12.5483 11.793C12.7358 11.9805 12.8411 12.2348 12.8411 12.5C12.8411 12.7652 12.7358 13.0195 12.5483 13.207Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.2299 13.207L12.5729 18.864L11.1589 17.45L16.1089 12.5L11.1589 7.54999L12.5729 6.13599L18.2299 11.793C18.4174 11.9805 18.5227 12.2348 18.5227 12.5C18.5227 12.7652 18.4174 13.0195 18.2299 13.207Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.btn-group.chat .type--border {
  color: #ff5f1b;
  background-color: #fff;
  border: 1px solid #ff5f1b;
  border-radius: 4px;
}
.btn-group.chat .type--border:hover {
  color: #ff5f1b;
  background-color: #f6e7e0;
  border: 1px solid #ff5f1b;
  border-radius: 4px;
}
.btn--close {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.4 19L5 17.6L10.6 12L5 6.4L6.4 5L12 10.6L17.6 5L19 6.4L13.4 12L19 17.6L17.6 19L12 13.4L6.4 19Z' fill='%23111111'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.btn--menu {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M3 12.5H21M3 6.5H21M9 18.5H21' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-swiper {
  position: relative;
  width: 100vw;
  max-width: 1920px;
}
.main-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.main-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.main-swiper .swiper-slide .slide-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.main-swiper .swiper-button-next,
.main-swiper .swiper-button-prev {
  position: absolute;
  top: 63%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
}
.main-swiper .swiper-button-next {
  right: 6%;
}
.main-swiper .swiper-button-next:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='50' viewBox='0 0 28 50' fill='none'%3E%3Cpath d='M2.33617 49.1619L26.4966 25L2.33617 0.838013L1.50305 1.67118L24.9494 25L1.50305 48.3287L2.33617 49.1619Z' fill='%23ffffff' stroke='%23ffffff' stroke-width='1.19017'/%3E%3C/svg%3E");
  width: 25px;
  height: 50px;
}
.main-swiper .swiper-button-prev {
  left: 5%;
}
.main-swiper .swiper-button-prev:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='51' viewBox='0 0 28 51' fill='none'%3E%3Cpath d='M25.6636 49.7519L1.50317 25.5899L25.6636 1.42798L26.4967 2.26115L3.05039 25.5899L26.4967 48.9187L25.6636 49.7519Z' fill='%23ffffff' stroke='%23ffffff' stroke-width='1.19017'/%3E%3C/svg%3E");
  width: 25px;
  height: 50px;
}

.swiper--main {
  overflow: hidden;
}
.swiper--main .main-swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  bottom: 14px;
}
.swiper--main .main-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  background-color: #fff;
  opacity: 1;
}
.swiper--main .main-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 2px solid #fff;
}

@media (max-width: 1024px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  .swiper--main .main-swiper .swiper-pagination {
    gap: 0;
    bottom: 16px;
  }
  .swiper--main .main-swiper .swiper-pagination-bullet {
    margin: 0 2px !important;
    background: rgba(255, 255, 255, 0.5);
  }
  .swiper--main .main-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: none;
  }
}
.banner--line {
  background-color: #032a5d;
}
.banner--line .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 16px 20px;
}
.banner--line .title {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
.banner--line .title:has(.call-text) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner--line .title .call-text {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #ff5f1b;
}
.banner--contact .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  max-width: 1240px;
  margin: 0 auto;
}
.banner--contact .inner .btn {
  padding: 12px 40px;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 50px;
}
.banner--contact .inner .btn-group {
  position: absolute;
  top: 50%;
  right: 46px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.quick-menu {
  background-color: #f2f4f7;
}
.quick-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 16px 0;
}
.quick-menu .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 140px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #032a5d;
}
.quick-menu .menu {
  display: grid;
  grid-template-columns: repeat(6, 140px);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.quick-menu .menu__item {
  height: 140px;
}
.quick-menu .menu__item:nth-child(1) {
  background-size: 48px;
}
.quick-menu .menu__item:nth-child(1) .menu__link--text {
  min-width: 49px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='49' viewBox='0 0 48 49' fill='none'%3E%3Cg clip-path='url(%23clip0_2030_27)'%3E%3Cpath d='M35.7146 6.5H36.9392C37.7583 6.50017 38.4275 7.1701 38.4275 7.98926V38.8984C38.4275 39.7176 37.7583 40.3875 36.9392 40.3877H35.7146C34.8955 40.3875 34.2263 39.7176 34.2263 38.8984V37.8906H33.7205L33.6111 37.8848C33.5358 37.8773 33.4563 37.8628 33.3748 37.8398L33.2517 37.7998L14.1277 30.6953L14.1218 30.6924L13.9822 30.6338C13.8441 30.5673 13.7101 30.4774 13.5808 30.3672L13.3962 30.21L13.158 30.2568C13.1265 30.2631 13.0992 30.2704 13.0808 30.2754C13.0724 30.2777 13.0615 30.2808 13.0564 30.2822C13.0538 30.283 13.0515 30.2836 13.0496 30.2842H9.23608L9.63452 31.0215L14.5603 40.1396L14.5613 40.1426C14.7802 40.5433 14.7643 40.9027 14.6082 41.1641C14.4516 41.4261 14.1424 41.6113 13.6843 41.6113H10.5085C9.7854 41.6113 8.94852 41.1405 8.54565 40.5205L8.47046 40.3945L8.46948 40.3926L3.51343 31.2256L3.51147 31.2227L3.44702 31.0889C3.41051 31.0002 3.38594 30.9124 3.37183 30.8262L3.35815 30.6982L3.34253 30.3877L3.05737 30.2637L2.9939 30.2246C2.93648 30.1765 2.90015 30.1044 2.90015 30.0254V16.8682C2.90023 16.7222 3.01888 16.6037 3.16479 16.6035H13.0574C13.0613 16.6045 13.067 16.6062 13.075 16.6084C13.0854 16.6113 13.0971 16.6144 13.113 16.6191L13.3689 16.6963L13.575 16.5254C13.7123 16.4116 13.8502 16.3191 13.988 16.252L14.1257 16.1934L14.1277 16.1924L33.2517 9.08789L33.2585 9.08496C33.4033 9.02868 33.5516 9.00879 33.7263 9.00879H34.2263V7.98926C34.2263 7.17013 34.8955 6.50021 35.7146 6.5ZM4.0105 31.0215L8.93628 40.1396L8.93921 40.1445C9.09158 40.4197 9.35596 40.6447 9.61108 40.7969C9.86572 40.9487 10.1907 41.0752 10.5085 41.0752H14.4617L14.0632 40.3379L9.13745 31.2197L9.13452 31.2148L9.073 31.1152C8.91785 30.8864 8.6893 30.6974 8.46558 30.5635C8.21041 30.4108 7.88555 30.2842 7.56519 30.2842H3.61206L4.0105 31.0215ZM35.7146 7.03027C35.1877 7.03049 34.7556 7.46235 34.7556 7.98926V38.8926C34.7556 39.4195 35.1877 39.8513 35.7146 39.8516H36.9392C37.4661 39.8514 37.8982 39.4195 37.8982 38.8926V7.98926C37.8982 7.46232 37.4661 7.03044 36.9392 7.03027H35.7146ZM33.4412 9.58008L33.4353 9.58203L14.3123 16.6875C14.0221 16.7951 13.7864 17.0216 13.6287 17.2471C13.4709 17.4728 13.3377 17.7737 13.3376 18.0859V28.7949C13.3376 29.1049 13.4669 29.4054 13.6248 29.6328C13.7821 29.8593 14.0187 30.0855 14.3123 30.1934V30.1943L33.4353 37.2988V37.2969C33.5056 37.3248 33.5682 37.3402 33.6121 37.3467C33.6379 37.3505 33.6607 37.3524 33.6785 37.3535C33.6875 37.3541 33.696 37.3543 33.7029 37.3545H33.7195L33.7205 36.8545V37.3545H34.2205V36.875C34.2207 36.8722 34.2212 36.8691 34.2214 36.8662C34.2241 36.837 34.2263 36.7989 34.2263 36.751V10.1309C34.2263 10.0657 34.2194 10.0067 34.2078 9.95312C34.1977 9.90673 34.1837 9.86579 34.1824 9.8623L33.9265 9.09473L33.4412 9.58008ZM3.43042 29.7539H12.8074V17.127H3.43042V29.7539Z' fill='%23000' stroke='%23000'/%3E%3Cpath d='M43.8846 31.8062C48.1255 27.4858 48.0643 20.5463 43.7439 16.3054' stroke='%23000' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M41.6695 29.6092C44.7048 26.5127 44.6619 21.5436 41.5654 18.5022' stroke='%23000' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2030_27'%3E%3Crect width='48' height='48' fill='%23000' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.quick-menu .menu__item:nth-child(1):hover {
  background-color: #ff5f1b;
  border-radius: 12px;
  border-radius: 12px;
  background-color: #ff5f1b;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}
.quick-menu .menu__item:nth-child(1):hover .menu__link--text {
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='49' viewBox='0 0 48 49' fill='none'%3E%3Cg clip-path='url(%23clip0_2030_27)'%3E%3Cpath d='M35.7146 6.5H36.9392C37.7583 6.50017 38.4275 7.1701 38.4275 7.98926V38.8984C38.4275 39.7176 37.7583 40.3875 36.9392 40.3877H35.7146C34.8955 40.3875 34.2263 39.7176 34.2263 38.8984V37.8906H33.7205L33.6111 37.8848C33.5358 37.8773 33.4563 37.8628 33.3748 37.8398L33.2517 37.7998L14.1277 30.6953L14.1218 30.6924L13.9822 30.6338C13.8441 30.5673 13.7101 30.4774 13.5808 30.3672L13.3962 30.21L13.158 30.2568C13.1265 30.2631 13.0992 30.2704 13.0808 30.2754C13.0724 30.2777 13.0615 30.2808 13.0564 30.2822C13.0538 30.283 13.0515 30.2836 13.0496 30.2842H9.23608L9.63452 31.0215L14.5603 40.1396L14.5613 40.1426C14.7802 40.5433 14.7643 40.9027 14.6082 41.1641C14.4516 41.4261 14.1424 41.6113 13.6843 41.6113H10.5085C9.7854 41.6113 8.94852 41.1405 8.54565 40.5205L8.47046 40.3945L8.46948 40.3926L3.51343 31.2256L3.51147 31.2227L3.44702 31.0889C3.41051 31.0002 3.38594 30.9124 3.37183 30.8262L3.35815 30.6982L3.34253 30.3877L3.05737 30.2637L2.9939 30.2246C2.93648 30.1765 2.90015 30.1044 2.90015 30.0254V16.8682C2.90023 16.7222 3.01888 16.6037 3.16479 16.6035H13.0574C13.0613 16.6045 13.067 16.6062 13.075 16.6084C13.0854 16.6113 13.0971 16.6144 13.113 16.6191L13.3689 16.6963L13.575 16.5254C13.7123 16.4116 13.8502 16.3191 13.988 16.252L14.1257 16.1934L14.1277 16.1924L33.2517 9.08789L33.2585 9.08496C33.4033 9.02868 33.5516 9.00879 33.7263 9.00879H34.2263V7.98926C34.2263 7.17013 34.8955 6.50021 35.7146 6.5ZM4.0105 31.0215L8.93628 40.1396L8.93921 40.1445C9.09158 40.4197 9.35596 40.6447 9.61108 40.7969C9.86572 40.9487 10.1907 41.0752 10.5085 41.0752H14.4617L14.0632 40.3379L9.13745 31.2197L9.13452 31.2148L9.073 31.1152C8.91785 30.8864 8.6893 30.6974 8.46558 30.5635C8.21041 30.4108 7.88555 30.2842 7.56519 30.2842H3.61206L4.0105 31.0215ZM35.7146 7.03027C35.1877 7.03049 34.7556 7.46235 34.7556 7.98926V38.8926C34.7556 39.4195 35.1877 39.8513 35.7146 39.8516H36.9392C37.4661 39.8514 37.8982 39.4195 37.8982 38.8926V7.98926C37.8982 7.46232 37.4661 7.03044 36.9392 7.03027H35.7146ZM33.4412 9.58008L33.4353 9.58203L14.3123 16.6875C14.0221 16.7951 13.7864 17.0216 13.6287 17.2471C13.4709 17.4728 13.3377 17.7737 13.3376 18.0859V28.7949C13.3376 29.1049 13.4669 29.4054 13.6248 29.6328C13.7821 29.8593 14.0187 30.0855 14.3123 30.1934V30.1943L33.4353 37.2988V37.2969C33.5056 37.3248 33.5682 37.3402 33.6121 37.3467C33.6379 37.3505 33.6607 37.3524 33.6785 37.3535C33.6875 37.3541 33.696 37.3543 33.7029 37.3545H33.7195L33.7205 36.8545V37.3545H34.2205V36.875C34.2207 36.8722 34.2212 36.8691 34.2214 36.8662C34.2241 36.837 34.2263 36.7989 34.2263 36.751V10.1309C34.2263 10.0657 34.2194 10.0067 34.2078 9.95312C34.1977 9.90673 34.1837 9.86579 34.1824 9.8623L33.9265 9.09473L33.4412 9.58008ZM3.43042 29.7539H12.8074V17.127H3.43042V29.7539Z' fill='%23fff' stroke='%23fff'/%3E%3Cpath d='M43.8846 31.8062C48.1255 27.4858 48.0643 20.5463 43.7439 16.3054' stroke='%23fff' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M41.6695 29.6092C44.7048 26.5127 44.6619 21.5436 41.5654 18.5022' stroke='%23fff' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2030_27'%3E%3Crect width='48' height='48' fill='%23fff' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.quick-menu .menu__item:nth-child(2) {
  background-size: 40px;
}
.quick-menu .menu__item:nth-child(2) .menu__link--text {
  min-width: 49px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M21 41.98C11.572 41.98 6.858 41.98 3.928 39.05C1 36.124 1 31.408 1 21.98C1 12.552 1 7.83798 3.928 4.90798C6.86 1.97998 11.572 1.97998 21 1.97998C30.428 1.97998 35.142 1.97998 38.07 4.90798C41 7.83998 41 12.552 41 21.98C41 31.408 41 36.122 38.07 39.05C35.144 41.98 30.428 41.98 21 41.98Z' stroke='black' stroke-width='2'/%3E%3Cpath d='M8 15.494C8 11.896 11.134 8.97998 15 8.97998C18.866 8.97998 22 11.896 22 15.494C22 19.064 19.766 23.23 16.28 24.72C15.8751 24.8916 15.4398 24.98 15 24.98C14.5602 24.98 14.1249 24.8916 13.72 24.72C10.234 23.23 8 19.064 8 15.494Z' stroke='%23FF5F1B' stroke-width='2'/%3E%3Cpath d='M25 25.9801L38 38.9801M25 25.9801L9.79 41.1901M25 25.9801L40.214 10.7681' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M17 15.98C17 16.5104 16.7893 17.0191 16.4142 17.3942C16.0391 17.7693 15.5304 17.98 15 17.98C14.4696 17.98 13.9609 17.7693 13.5858 17.3942C13.2107 17.0191 13 16.5104 13 15.98C13 15.4495 13.2107 14.9408 13.5858 14.5658C13.9609 14.1907 14.4696 13.98 15 13.98C15.5304 13.98 16.0391 14.1907 16.4142 14.5658C16.7893 14.9408 17 15.4495 17 15.98Z' fill='%23FF5F1B'/%3E%3C/svg%3E");
}
.quick-menu .menu__item:nth-child(2):hover {
  background-color: #ff5f1b;
  border-radius: 12px;
  border-radius: 12px;
  background-color: #ff5f1b;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}
.quick-menu .menu__item:nth-child(2):hover .menu__link--text {
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M21 41.98C11.572 41.98 6.858 41.98 3.928 39.05C1 36.124 1 31.408 1 21.98C1 12.552 1 7.83798 3.928 4.90798C6.86 1.97998 11.572 1.97998 21 1.97998C30.428 1.97998 35.142 1.97998 38.07 4.90798C41 7.83998 41 12.552 41 21.98C41 31.408 41 36.122 38.07 39.05C35.144 41.98 30.428 41.98 21 41.98Z' stroke='white' stroke-width='2'/%3E%3Cpath d='M8 15.494C8 11.896 11.134 8.97998 15 8.97998C18.866 8.97998 22 11.896 22 15.494C22 19.064 19.766 23.23 16.28 24.72C15.8751 24.8916 15.4398 24.98 15 24.98C14.5602 24.98 14.1249 24.8916 13.72 24.72C10.234 23.23 8 19.064 8 15.494Z' stroke='white' stroke-width='2'/%3E%3Cpath d='M25 25.9801L38 38.9801M25 25.9801L9.79001 41.1901M25 25.9801L40.214 10.7681' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M17 15.98C17 16.5104 16.7893 17.0191 16.4142 17.3942C16.0391 17.7693 15.5304 17.98 15 17.98C14.4696 17.98 13.9609 17.7693 13.5858 17.3942C13.2107 17.0191 13 16.5104 13 15.98C13 15.4495 13.2107 14.9408 13.5858 14.5658C13.9609 14.1907 14.4696 13.98 15 13.98C15.5304 13.98 16.0391 14.1907 16.4142 14.5658C16.7893 14.9408 17 15.4495 17 15.98Z' fill='white'/%3E%3C/svg%3E");
}
.quick-menu .menu__item:nth-child(3) {
  background-size: 35px 43px;
}
.quick-menu .menu__item:nth-child(3) .menu__link--text {
  min-width: 49px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='44' viewBox='0 0 36 44' fill='none'%3E%3Cpath d='M33.1 0H4.7C3.6 0.3 2.6 0.8 1.8 1.6C0.6 2.8 0 4.3 0 5.9V37.1C0 38.7 0.6 40.2 1.8 41.4C3 42.6 4.5 43.2 6.1 43.2H32.1C32.9 43.2 33.7 42.9 34.2 42.3C34.6 41.8 35.1 41.1 35.1 40.2V2.8C35.1 2 34.8 1.2 34.2 0.7C33.9 0.4 33.5 0.1 33.1 0ZM33.3 41.5H6.1C5 41.5 3.8 41 3 40.2C2.2 39.4 1.7 38.3 1.7 37.1C1.7 35.9 2.1 35 2.9 34.1C3.7 33.3 4.8 32.8 6 32.8H33.2V41.4L33.3 41.5ZM33.3 31H6.1C5.2 31 4.3 31.2 3.5 31.6L1.8 32.4V5.9C1.8 4.8 2.3 3.6 3.1 2.8C3.9 2 5 1.5 6.2 1.5H33.4V31H33.3Z' fill='%23111111'/%3E%3Cpath d='M16.9001 23.7C16.9001 23.7 17.0001 23.7 17.1001 23.7H18.1001C18.2001 23.7 18.3001 23.6 18.4001 23.6C18.4001 23.6 18.6001 23.5 18.7001 23.3L24.9001 17.1C25.2001 16.8 25.4001 16.3 25.4001 15.9C25.4001 15.5 25.2001 15 24.9001 14.7C24.2001 14 23.1001 14 22.5001 14.7L19.2001 18V9.7C19.2001 8.7 18.4001 8 17.5001 8C16.6001 8 15.8001 8.8 15.8001 9.7V18L12.5001 14.7C12.2001 14.4 11.7001 14.2 11.3001 14.2C10.9001 14.2 10.4001 14.4 10.1001 14.7C9.8001 15 9.6001 15.5 9.6001 15.9C9.6001 16.3 9.8001 16.8 10.1001 17.1L16.3001 23.3C16.3001 23.3 16.4001 23.4 16.6001 23.5V23.8C16.5001 23.8 16.6001 23.5 16.6001 23.5C16.6001 23.5 16.7001 23.5 16.8001 23.6L16.9001 23.7Z' fill='%23FF5F1B'/%3E%3C/svg%3E");
}
.quick-menu .menu__item:nth-child(3):hover {
  background-color: #ff5f1b;
  border-radius: 12px;
  border-radius: 12px;
  background-color: #ff5f1b;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}
.quick-menu .menu__item:nth-child(3):hover .menu__link--text {
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='44' viewBox='0 0 36 44' fill='none'%3E%3Cpath d='M33.1 0H4.7C3.6 0.3 2.6 0.8 1.8 1.6C0.6 2.8 0 4.3 0 5.9V37.1C0 38.7 0.6 40.2 1.8 41.4C3 42.6 4.5 43.2 6.1 43.2H32.1C32.9 43.2 33.7 42.9 34.2 42.3C34.6 41.8 35.1 41.1 35.1 40.2V2.8C35.1 2 34.8 1.2 34.2 0.7C33.9 0.4 33.5 0.1 33.1 0ZM33.3 41.5H6.1C5 41.5 3.8 41 3 40.2C2.2 39.4 1.7 38.3 1.7 37.1C1.7 35.9 2.1 35 2.9 34.1C3.7 33.3 4.8 32.8 6 32.8H33.2V41.4L33.3 41.5ZM33.3 31H6.1C5.2 31 4.3 31.2 3.5 31.6L1.8 32.4V5.9C1.8 4.8 2.3 3.6 3.1 2.8C3.9 2 5 1.5 6.2 1.5H33.4V31H33.3Z' fill='%23ffffff'/%3E%3Cpath d='M16.9001 23.7C16.9001 23.7 17.0001 23.7 17.1001 23.7H18.1001C18.2001 23.7 18.3001 23.6 18.4001 23.6C18.4001 23.6 18.6001 23.5 18.7001 23.3L24.9001 17.1C25.2001 16.8 25.4001 16.3 25.4001 15.9C25.4001 15.5 25.2001 15 24.9001 14.7C24.2001 14 23.1001 14 22.5001 14.7L19.2001 18V9.7C19.2001 8.7 18.4001 8 17.5001 8C16.6001 8 15.8001 8.8 15.8001 9.7V18L12.5001 14.7C12.2001 14.4 11.7001 14.2 11.3001 14.2C10.9001 14.2 10.4001 14.4 10.1001 14.7C9.8001 15 9.6001 15.5 9.6001 15.9C9.6001 16.3 9.8001 16.8 10.1001 17.1L16.3001 23.3C16.3001 23.3 16.4001 23.4 16.6001 23.5V23.8C16.5001 23.8 16.6001 23.5 16.6001 23.5C16.6001 23.5 16.7001 23.5 16.8001 23.6L16.9001 23.7Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.quick-menu .menu__item:nth-child(4) {
  background-size: 45px;
}
.quick-menu .menu__item:nth-child(4) .menu__link--text {
  min-width: 49px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='45' viewBox='0 0 46 45' fill='none'%3E%3Cpath d='M44.6959 11.1682L34.6371 1.02996C34.4992 0.890956 34.312 0.812744 34.117 0.812744C33.9221 0.812744 33.7349 0.890956 33.597 1.02996L29.9589 4.69629C29.3565 3.81482 28.2862 2.50746 26.8247 2.50746C26.0608 2.50746 25.3212 2.8622 24.6272 3.56203C23.8519 4.34378 23.5043 5.17668 23.5948 6.03812C23.736 7.38626 24.9129 8.35594 25.7526 8.93641L22.1152 12.6024C21.828 12.8919 21.828 13.3611 22.1152 13.651L26.3653 17.9345C26.5676 18.1384 26.8688 18.2055 27.1373 18.1069C27.3131 18.0424 27.4539 17.9364 27.5543 17.7936C27.608 17.718 27.6691 17.6228 27.7404 17.5119C28.1152 16.9285 28.9935 15.5626 29.9276 15.5626C30.2873 15.5626 30.6768 15.7713 31.085 16.1827C31.5374 16.6386 31.7368 17.0545 31.6948 17.4545C31.6003 18.3563 30.3149 19.1955 29.7662 19.554C29.6566 19.6255 29.5621 19.6874 29.487 19.7412C29.3443 19.8435 29.2399 19.9851 29.1763 20.1622C29.0788 20.4328 29.1454 20.736 29.3476 20.9395L33.5977 25.223C33.7357 25.362 33.9229 25.4403 34.1178 25.4403C34.3127 25.4403 34.4999 25.362 34.6378 25.223L44.6989 15.0829C45.7684 14.0031 45.7676 12.2469 44.697 11.1682H44.6959ZM43.6573 14.035L34.1167 23.6507L30.9993 20.5088C31.8386 19.9284 33.0159 18.9587 33.1571 17.6105C33.2476 16.7491 32.9001 15.9162 32.1248 15.1344C31.4304 14.4346 30.6911 14.0799 29.9273 14.0799C28.4653 14.0799 27.3955 15.3872 26.793 16.2687L23.6753 13.1265L27.4054 9.36714C27.6073 9.16364 27.6742 8.86043 27.5768 8.59021C27.5128 8.41228 27.4072 8.27031 27.2656 8.16875C27.1906 8.115 27.0961 8.0531 26.9865 7.98156C26.4377 7.62312 25.1523 6.78392 25.0578 5.88244C25.0159 5.48248 25.2152 5.06659 25.6676 4.61066C26.0758 4.19921 26.4653 3.99052 26.825 3.99052C27.7592 3.99052 28.6375 5.35645 29.0122 5.93989C29.0832 6.05035 29.1446 6.14599 29.1969 6.21938C29.298 6.3632 29.4385 6.46884 29.6135 6.53371C29.8828 6.63305 30.1843 6.56633 30.387 6.36209L34.117 2.60272L43.6562 12.2169C44.1538 12.718 44.1542 13.5339 43.6577 14.0354L43.6573 14.035Z' fill='%23FF5F1B'/%3E%3Cpath d='M33.6999 26.9518H28.5565C28.743 25.9432 28.8949 24.4186 28.049 23.3648C27.5083 22.6913 26.6782 22.3499 25.5815 22.3499C24.4848 22.3499 23.6547 22.6913 23.1144 23.3648C22.2685 24.4186 22.4204 25.9432 22.6069 26.9518H18.1983V21.6352C18.1983 21.3472 18.0328 21.0851 17.7735 20.9632C17.604 20.8835 17.4304 20.8583 17.2586 20.8872C17.1678 20.9024 17.0574 20.9261 16.9298 20.9535C16.2902 21.0914 14.7923 21.4139 14.0931 20.8438C13.7827 20.591 13.6319 20.1547 13.6319 19.5098C13.6319 18.8648 13.7827 18.4289 14.0931 18.1757C14.7926 17.6056 16.2902 17.9281 16.9298 18.066C17.0574 18.0934 17.1678 18.1172 17.2571 18.1324C17.43 18.1616 17.6032 18.1364 17.7728 18.0571C18.0324 17.9355 18.1983 17.6735 18.1983 17.3847V11.3268C18.1983 10.9172 17.8691 10.5854 17.4627 10.5854H3.24684C1.73194 10.5854 0.499504 11.8279 0.499504 13.3547V42.0426C0.499504 43.5698 1.73194 44.8123 3.24757 44.8123L23.4885 44.7997C23.8949 44.7997 24.224 44.4679 24.224 44.0583C24.224 44.0539 24.224 44.0494 24.224 44.045C24.2281 43.9809 24.2248 43.9164 24.2141 43.8526C24.199 43.7611 24.1755 43.6502 24.1483 43.5216C24.0115 42.877 23.6915 41.3673 24.2571 40.6622C24.508 40.3494 24.9408 40.1974 25.5808 40.1974C26.2207 40.1974 26.6532 40.3494 26.9041 40.6622C27.4697 41.3673 27.1497 42.8766 27.0129 43.5212C26.9857 43.6498 26.9622 43.7611 26.9471 43.8511C26.918 44.0253 26.9431 44.1999 27.0218 44.3708C27.1424 44.6325 27.4024 44.7997 27.6889 44.7997H31.9088C31.9353 44.7997 31.9622 44.7982 31.9887 44.7952C33.3627 44.6444 34.4142 43.4793 34.4351 42.0849C34.4351 42.0812 34.4351 42.0775 34.4351 42.0738V27.6927C34.4351 27.2832 34.106 26.9514 33.6996 26.9514L33.6999 26.9518ZM1.97063 13.3555C1.97063 12.646 2.54327 12.0689 3.24684 12.0689H16.7268V16.5121C15.7261 16.3242 14.2134 16.1711 13.1678 17.0237C12.4995 17.5686 12.1608 18.4052 12.1608 19.5105C12.1608 20.6159 12.4995 21.4525 13.1678 21.9974C14.2134 22.8499 15.7261 22.6968 16.7268 22.5089V26.9644H12.3292C12.5157 25.9558 12.6676 24.4312 11.8217 23.3774C11.281 22.7039 10.451 22.3625 9.35423 22.3625C8.2575 22.3625 7.42742 22.7039 6.88678 23.3774C6.04088 24.4316 6.19277 25.9558 6.37924 26.9644H1.97063V13.3559V13.3555ZM3.24684 43.33C2.5429 43.33 1.97063 42.7528 1.97063 42.043V28.4467H7.24573C7.53187 28.4467 7.79189 28.2795 7.91252 28.0182C7.9916 27.847 8.01697 27.6716 7.98792 27.4996C7.97284 27.4081 7.9493 27.2969 7.92209 27.1682C7.78527 26.5236 7.4653 25.0143 8.03095 24.3092C8.28178 23.9964 8.71466 23.8444 9.3546 23.8444C9.99454 23.8444 10.4271 23.9964 10.6782 24.3092C11.2439 25.0143 10.9239 26.5236 10.7871 27.1682C10.7599 27.2969 10.7364 27.4081 10.7216 27.4974C10.6922 27.672 10.7176 27.847 10.7967 28.0182C10.9173 28.2795 11.1773 28.4467 11.4635 28.4467H16.7264V32.8774C15.7257 32.6894 14.213 32.5363 13.1674 33.3889C12.4991 33.9338 12.1604 34.7704 12.1604 35.8754C12.1604 36.9803 12.4991 37.8173 13.1674 38.3618C14.213 39.2144 15.7257 39.0613 16.7264 38.8734V43.3174L3.24757 43.3292L3.24684 43.33ZM32.9644 42.0682C32.9522 42.7017 32.483 43.2321 31.8647 43.3174H28.5558C28.7422 42.3088 28.8941 40.7842 28.0482 39.73C27.5076 39.0565 26.6775 38.7151 25.5812 38.7151C24.4848 38.7151 23.6543 39.0565 23.1137 39.73C22.2678 40.7838 22.4197 42.3084 22.6062 43.317H18.1976V38.0004C18.1976 37.7117 18.0313 37.4492 17.7713 37.328C17.6014 37.2487 17.4274 37.2235 17.2579 37.2528C17.167 37.268 17.0567 37.2917 16.9291 37.3191C16.2895 37.4566 14.7919 37.7795 14.0924 37.2094C13.782 36.9566 13.6312 36.5203 13.6312 35.8757C13.6312 35.2311 13.782 34.7948 14.0924 34.5417C14.7919 33.9716 16.2895 34.2941 16.9291 34.432C17.0567 34.4594 17.167 34.4831 17.2564 34.4983C17.4293 34.5276 17.6025 34.5024 17.772 34.4231C18.0317 34.3015 18.1976 34.0394 18.1976 33.7507V28.4345H23.4738C23.7603 28.4345 24.0207 28.2669 24.1413 28.0049C24.2196 27.8347 24.2446 27.6609 24.2159 27.4878C24.2009 27.3962 24.1773 27.285 24.1501 27.1564C24.0137 26.5118 23.6933 25.0024 24.2593 24.2974C24.5102 23.9845 24.943 23.8326 25.5826 23.8326C26.2222 23.8326 26.6551 23.9845 26.9063 24.2974C27.4719 25.0024 27.152 26.5118 27.0151 27.1564C26.9879 27.285 26.9644 27.3962 26.9497 27.4852C26.9202 27.6594 26.9453 27.8347 27.0243 28.006C27.145 28.2677 27.405 28.4348 27.6915 28.4348H32.9655V42.0682H32.9644Z' fill='black'/%3E%3C/svg%3E");
}
.quick-menu .menu__item:nth-child(4):hover {
  background-color: #ff5f1b;
  border-radius: 12px;
  border-radius: 12px;
  background-color: #ff5f1b;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}
.quick-menu .menu__item:nth-child(4):hover .menu__link--text {
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='45' viewBox='0 0 46 45' fill='none'%3E%3Cpath d='M44.6959 10.5596L34.6371 0.421316C34.4992 0.282314 34.312 0.204102 34.117 0.204102C33.9221 0.204102 33.7349 0.282314 33.597 0.421316L29.9589 4.08764C29.3565 3.20618 28.2862 1.89882 26.8247 1.89882C26.0608 1.89882 25.3212 2.25355 24.6272 2.95338C23.8519 3.73513 23.5043 4.56804 23.5948 5.42948C23.736 6.77762 24.9129 7.7473 25.7526 8.32777L22.1152 11.9937C21.828 12.2832 21.828 12.7525 22.1152 13.0424L26.3653 17.3259C26.5676 17.5297 26.8688 17.5968 27.1373 17.4982C27.3131 17.4337 27.4539 17.3277 27.5543 17.185C27.608 17.1094 27.6691 17.0141 27.7404 16.9033C28.1152 16.3199 28.9935 14.9539 29.9276 14.9539C30.2873 14.9539 30.6768 15.1626 31.0851 15.5741C31.5374 16.03 31.7368 16.4459 31.6948 16.8458C31.6003 17.7477 30.3149 18.5869 29.7662 18.9453C29.6566 19.0169 29.5621 19.0788 29.487 19.1325C29.3443 19.2348 29.2399 19.3764 29.1763 19.5536C29.0788 19.8242 29.1454 20.1274 29.3476 20.3309L33.5977 24.6144C33.7357 24.7534 33.9229 24.8316 34.1178 24.8316C34.3127 24.8316 34.4999 24.7534 34.6378 24.6144L44.6989 14.4743C45.7684 13.3945 45.7677 11.6383 44.697 10.5596H44.6959ZM43.6573 13.4264L34.1167 23.042L30.9994 19.9002C31.8386 19.3197 33.0159 18.35 33.1571 17.0019C33.2476 16.1404 32.9001 15.3075 32.1248 14.5258C31.4304 13.826 30.6912 13.4712 29.9273 13.4712C28.4653 13.4712 27.3955 14.7786 26.793 15.6601L23.6753 12.5179L27.4054 8.75849C27.6073 8.55499 27.6742 8.25178 27.5768 7.98156C27.5128 7.80364 27.4072 7.66167 27.2656 7.56011C27.1906 7.50636 27.0961 7.44446 26.9865 7.37292C26.4378 7.01448 25.1524 6.17527 25.0578 5.2738C25.0159 4.87384 25.2152 4.45794 25.6676 4.00202C26.0759 3.59057 26.4653 3.38188 26.825 3.38188C27.7592 3.38188 28.6375 4.74781 29.0122 5.33125C29.0832 5.44171 29.1446 5.53734 29.1969 5.61074C29.298 5.75456 29.4385 5.8602 29.6136 5.92507C29.8828 6.02441 30.1844 5.95769 30.387 5.75345L34.117 1.99408L43.6562 11.6082C44.1538 12.1094 44.1542 12.9252 43.6577 13.4267L43.6573 13.4264Z' fill='white'/%3E%3Cpath d='M33.7 26.3434H28.5565C28.743 25.3348 28.8949 23.8102 28.049 22.7564C27.5083 22.0829 26.6783 21.7415 25.5815 21.7415C24.4848 21.7415 23.6547 22.0829 23.1144 22.7564C22.2685 23.8102 22.4204 25.3348 22.6069 26.3434H18.1983V21.0268C18.1983 20.7388 18.0328 20.4767 17.7735 20.3548C17.604 20.2751 17.4304 20.2499 17.2586 20.2788C17.1678 20.294 17.0574 20.3177 16.9298 20.3451C16.2902 20.483 14.7923 20.8055 14.0931 20.2354C13.7827 19.9826 13.6319 19.5463 13.6319 18.9014C13.6319 18.2564 13.7827 17.8205 14.0931 17.5673C14.7926 16.9972 16.2902 17.3197 16.9298 17.4576C17.0574 17.485 17.1678 17.5088 17.2571 17.524C17.43 17.5532 17.6032 17.528 17.7728 17.4487C18.0324 17.3271 18.1983 17.0651 18.1983 16.7763V10.7184C18.1983 10.3088 17.8691 9.97705 17.4627 9.97705H3.24685C1.73195 9.97705 0.499512 11.2195 0.499512 12.7463V41.4342C0.499512 42.9614 1.73195 44.2039 3.24758 44.2039L23.4885 44.1913C23.8949 44.1913 24.224 43.8595 24.224 43.4499C24.224 43.4455 24.224 43.441 24.224 43.4366C24.2281 43.3725 24.2248 43.308 24.2141 43.2442C24.199 43.1527 24.1755 43.0418 24.1483 42.9132C24.0115 42.2686 23.6915 40.7589 24.2571 40.0538C24.508 39.741 24.9409 39.589 25.5808 39.589C26.2207 39.589 26.6532 39.741 26.9041 40.0538C27.4697 40.7589 27.1498 42.2682 27.0129 42.9128C26.9857 43.0415 26.9622 43.1527 26.9471 43.2427C26.918 43.4169 26.9431 43.5915 27.0218 43.7624C27.1424 44.0241 27.4024 44.1913 27.6889 44.1913H31.9089C31.9353 44.1913 31.9622 44.1898 31.9887 44.1868C33.3627 44.036 34.4142 42.8709 34.4352 41.4765C34.4352 41.4728 34.4352 41.4691 34.4352 41.4654V27.0844C34.4352 26.6748 34.106 26.343 33.6996 26.343L33.7 26.3434ZM1.97064 12.7471C1.97064 12.0376 2.54328 11.4605 3.24685 11.4605H16.7268V15.9037C15.7261 15.7158 14.2134 15.5627 13.1678 16.4153C12.4995 16.9602 12.1608 17.7968 12.1608 18.9021C12.1608 20.0075 12.4995 20.8441 13.1678 21.389C14.2134 22.2415 15.7261 22.0884 16.7268 21.9005V26.356H12.3292C12.5157 25.3474 12.6676 23.8228 11.8217 22.769C11.281 22.0955 10.451 21.7541 9.35424 21.7541C8.25751 21.7541 7.42743 22.0955 6.88679 22.769C6.04089 23.8232 6.19278 25.3474 6.37925 26.356H1.97064V12.7475V12.7471ZM3.24685 42.7216C2.54291 42.7216 1.97064 42.1444 1.97064 41.4346V27.8383H7.24574C7.53188 27.8383 7.7919 27.6711 7.91253 27.4098C7.9916 27.2386 8.01698 27.0632 7.98793 26.8912C7.97285 26.7997 7.94931 26.6885 7.92209 26.5599C7.78528 25.9152 7.46531 24.4059 8.03096 23.7008C8.28178 23.388 8.71466 23.236 9.35461 23.236C9.99455 23.236 10.4271 23.388 10.6783 23.7008C11.2439 24.4059 10.9239 25.9152 10.7871 26.5599C10.7599 26.6885 10.7364 26.7997 10.7217 26.889C10.6922 27.0636 10.7176 27.2386 10.7967 27.4098C10.9173 27.6711 11.1773 27.8383 11.4635 27.8383H16.7264V32.269C15.7257 32.081 14.213 31.9279 13.1674 32.7805C12.4991 33.3254 12.1604 34.162 12.1604 35.267C12.1604 36.3719 12.4991 37.2089 13.1674 37.7534C14.213 38.606 15.7257 38.4529 16.7264 38.265V42.709L3.24758 42.7208L3.24685 42.7216ZM32.9644 41.4598C32.9523 42.0933 32.483 42.6237 31.8647 42.709H28.5558C28.7422 41.7004 28.8941 40.1758 28.0482 39.1216C27.5076 38.4481 26.6775 38.1067 25.5812 38.1067C24.4848 38.1067 23.6543 38.4481 23.1137 39.1216C22.2678 40.1754 22.4197 41.7 22.6062 42.7086H18.1976V37.392C18.1976 37.1033 18.0313 36.8408 17.7713 36.7196C17.6014 36.6403 17.4274 36.6151 17.2579 36.6444C17.167 36.6596 17.0567 36.6833 16.9291 36.7107C16.2895 36.8482 14.7919 37.1711 14.0924 36.601C13.782 36.3482 13.6312 35.9119 13.6312 35.2673C13.6312 34.6227 13.782 34.1864 14.0924 33.9333C14.7919 33.3632 16.2895 33.6857 16.9291 33.8236C17.0567 33.851 17.167 33.8747 17.2564 33.8899C17.4293 33.9192 17.6025 33.894 17.772 33.8147C18.0317 33.6931 18.1976 33.431 18.1976 33.1423V27.8261H23.4738C23.7603 27.8261 24.0207 27.6585 24.1413 27.3965C24.2196 27.2263 24.2446 27.0525 24.216 26.8794C24.2009 26.7878 24.1773 26.6766 24.1501 26.548C24.0137 25.9034 23.6933 24.394 24.2593 23.689C24.5102 23.3761 24.9431 23.2242 25.5826 23.2242C26.2222 23.2242 26.6551 23.3761 26.9063 23.689C27.4719 24.394 27.152 25.9034 27.0151 26.548C26.9879 26.6766 26.9644 26.7878 26.9497 26.8768C26.9203 27.051 26.9453 27.2263 27.0243 27.3976C27.145 27.6593 27.405 27.8264 27.6915 27.8264H32.9655V41.4598H32.9644Z' fill='white'/%3E%3C/svg%3E");
}
.quick-menu .menu__item:nth-child(5) {
  background-size: 44px;
}
.quick-menu .menu__item:nth-child(5) .menu__link--text {
  min-width: 49px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='42' viewBox='0 0 44 42' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.9753 36.063H16.2298C14.5652 36.063 13.2051 34.7029 13.2051 33.0383V31.0083C13.2051 30.6328 13.5096 30.3181 13.8953 30.3181H43.3098C43.6854 30.3181 44 30.6328 44 31.0083V33.0383C44 34.7029 42.6399 36.063 40.9753 36.063ZM14.5753 31.6985V33.0383C14.5753 33.9416 15.3163 34.6826 16.2298 34.6826H40.9753C41.8888 34.6826 42.6298 33.9416 42.6298 33.0383V31.6985H14.5753Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.0429 38.9862H23.1622C22.7765 38.9862 22.472 38.6715 22.472 38.296V35.3728C22.472 34.9871 22.7765 34.6826 23.1622 34.6826H34.0429C34.4185 34.6826 34.7331 34.9871 34.7331 35.3728V38.296C34.7331 38.6817 34.4185 38.9862 34.0429 38.9862ZM23.8422 37.6058H33.3527V36.0529H23.8422V37.6058Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.3368 41.3713H20.8683C20.4318 41.3713 20.0867 41.0161 20.0867 40.5898C20.0867 38.9455 21.4164 37.6057 23.0607 37.6057H34.1343C35.7785 37.6057 37.1183 38.9455 37.1183 40.5898C37.1183 41.0161 36.7631 41.3713 36.3368 41.3713ZM21.5788 39.9909H35.6263C35.3928 39.4023 34.8143 38.9861 34.1343 38.9861H23.0607C22.3908 38.9861 21.8122 39.4023 21.5788 39.9909Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8953 28.1968H13.8851C6.23207 28.1562 0 21.8835 0 14.2305C0 6.52667 6.26252 0.26416 13.9663 0.26416C21.6803 0.26416 27.9428 6.52667 27.9428 14.2305C27.9428 14.6162 27.6383 14.9207 27.2526 14.9207H16.2298C15.3163 14.9207 14.5753 15.6616 14.5753 16.5751V27.5168C14.5753 27.6995 14.5043 27.872 14.3723 28.004C14.2505 28.1257 14.078 28.1968 13.8953 28.1968ZM13.9663 1.6344C7.02376 1.6344 1.37024 7.28792 1.37024 14.2305C1.37024 20.9091 6.61776 26.4104 13.2051 26.8063V16.565C13.2051 14.9004 14.5652 13.5403 16.2298 13.5403H26.5421C26.1869 6.92252 20.6856 1.6344 13.9663 1.6344Z' fill='%23FF5F1B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.979 7.48059H2.96379C2.57809 7.48059 2.27359 7.1761 2.27359 6.80055C2.27359 6.41485 2.57809 6.11035 2.96379 6.11035H24.979C25.3546 6.11035 25.6692 6.41485 25.6692 6.80055C25.6692 7.1761 25.3546 7.48059 24.979 7.48059Z' fill='%23FF5F1B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2298 14.9207H0.690196C0.304498 14.9207 0 14.606 0 14.2305C0 13.8448 0.304498 13.5403 0.690196 13.5403H16.2298C16.6053 13.5403 16.92 13.8448 16.92 14.2305C16.92 14.606 16.6053 14.9207 16.2298 14.9207Z' fill='%23FF5F1B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8953 22.3502H2.96379C2.57809 22.3502 2.27359 22.0457 2.27359 21.6702C2.27359 21.2845 2.57809 20.98 2.96379 20.98H13.8953C14.2708 20.98 14.5753 21.2845 14.5753 21.6702C14.5753 22.0457 14.2708 22.3502 13.8953 22.3502Z' fill='%23FF5F1B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8953 28.1967C13.8851 28.1967 13.875 28.1967 13.8648 28.1967C10.4037 28.0749 7.79515 22.0763 7.79515 14.2304C7.79515 6.39462 10.5052 0.253906 13.9663 0.253906C17.4274 0.253906 20.1476 6.39462 20.1476 14.2304C20.1476 14.6059 19.833 14.9206 19.4574 14.9206H16.2298C15.3163 14.9206 14.5753 15.6615 14.5753 16.5649V27.5065C14.5753 27.6994 14.5043 27.8719 14.3723 28.0039C14.2404 28.1257 14.0678 28.1967 13.8953 28.1967ZM13.9663 1.6343C11.7029 1.6343 9.17554 6.81077 9.17554 14.2304C9.17554 20.8989 11.1446 25.6795 13.2051 26.6438V16.5649C13.2051 14.9003 14.5652 13.5402 16.2298 13.5402H18.7571C18.615 6.49612 16.1689 1.6343 13.9663 1.6343Z' fill='%23FF5F1B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.8674 33.8806H23.9843C23.6088 33.8806 23.3043 33.5761 23.3043 33.1904C23.3043 32.8149 23.6088 32.5002 23.9843 32.5002H24.8674C25.2429 32.5002 25.5474 32.8149 25.5474 33.1904C25.5474 33.5761 25.2429 33.8806 24.8674 33.8806Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.039 33.8806H28.1661C27.7804 33.8806 27.4759 33.5761 27.4759 33.1904C27.4759 32.8149 27.7804 32.5002 28.1661 32.5002H29.039C29.4145 32.5002 29.7292 32.8149 29.7292 33.1904C29.7292 33.5761 29.4145 33.8806 29.039 33.8806Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.2106 33.8806H32.3377C31.9622 33.8806 31.6475 33.5761 31.6475 33.1904C31.6475 32.8149 31.9622 32.5002 32.3377 32.5002H33.2106C33.5963 32.5002 33.9008 32.8149 33.9008 33.1904C33.9008 33.5761 33.5963 33.8806 33.2106 33.8806Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.9753 36.063H16.2298C14.5652 36.063 13.2051 34.7029 13.2051 33.0383V16.565C13.2051 14.9004 14.5652 13.5403 16.2298 13.5403H40.9753C42.6399 13.5403 44 14.9004 44 16.565V33.0383C44 34.7029 42.6399 36.063 40.9753 36.063ZM16.2298 14.9207C15.3163 14.9207 14.5753 15.6616 14.5753 16.565V33.0383C14.5753 33.9417 15.3163 34.6826 16.2298 34.6826H40.9753C41.8888 34.6826 42.6298 33.9417 42.6298 33.0383V16.565C42.6298 15.6616 41.8888 14.9207 40.9753 14.9207H16.2298Z' fill='black'/%3E%3C/svg%3E");
}
.quick-menu .menu__item:nth-child(5):hover {
  background-color: #ff5f1b;
  border-radius: 12px;
  border-radius: 12px;
  background-color: #ff5f1b;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}
.quick-menu .menu__item:nth-child(5):hover .menu__link--text {
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='42' viewBox='0 0 44 42' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.9753 36.4546H16.2298C14.5652 36.4546 13.2051 35.0945 13.2051 33.4299V31.3999C13.2051 31.0244 13.5096 30.7097 13.8953 30.7097H43.3098C43.6854 30.7097 44 31.0244 44 31.3999V33.4299C44 35.0945 42.6399 36.4546 40.9753 36.4546ZM14.5753 32.0901V33.4299C14.5753 34.3332 15.3163 35.0742 16.2298 35.0742H40.9753C41.8888 35.0742 42.6298 34.3332 42.6298 33.4299V32.0901H14.5753Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.0429 39.3778H23.1622C22.7765 39.3778 22.472 39.0631 22.472 38.6876V35.7644C22.472 35.3787 22.7765 35.0742 23.1622 35.0742H34.0429C34.4185 35.0742 34.7331 35.3787 34.7331 35.7644V38.6876C34.7331 39.0733 34.4185 39.3778 34.0429 39.3778ZM23.8422 37.9974H33.3527V36.4445H23.8422V37.9974Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.3368 41.7629H20.8683C20.4318 41.7629 20.0867 41.4077 20.0867 40.9814C20.0867 39.3371 21.4164 37.9973 23.0607 37.9973H34.1343C35.7785 37.9973 37.1183 39.3371 37.1183 40.9814C37.1183 41.4077 36.7631 41.7629 36.3368 41.7629ZM21.5788 40.3826H35.6263C35.3928 39.7939 34.8143 39.3777 34.1343 39.3777H23.0607C22.3908 39.3777 21.8122 39.7939 21.5788 40.3826Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8953 28.5884H13.8851C6.23207 28.5478 0 22.2751 0 14.6221C0 6.91828 6.26252 0.655762 13.9663 0.655762C21.6803 0.655762 27.9428 6.91828 27.9428 14.6221C27.9428 15.0078 27.6383 15.3123 27.2526 15.3123H16.2298C15.3163 15.3123 14.5753 16.0532 14.5753 16.9667V27.9084C14.5753 28.0911 14.5043 28.2636 14.3723 28.3956C14.2505 28.5174 14.078 28.5884 13.8953 28.5884ZM13.9663 2.026C7.02376 2.026 1.37024 7.67952 1.37024 14.6221C1.37024 21.3007 6.61776 26.802 13.2051 27.1979V16.9566C13.2051 15.292 14.5652 13.9319 16.2298 13.9319H26.5421C26.1869 7.31412 20.6856 2.026 13.9663 2.026Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.979 7.8722H2.96376C2.57806 7.8722 2.27356 7.5677 2.27356 7.19215C2.27356 6.80645 2.57806 6.50195 2.96376 6.50195H24.979C25.3545 6.50195 25.6692 6.80645 25.6692 7.19215C25.6692 7.5677 25.3545 7.8722 24.979 7.8722Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2298 15.3123H0.690196C0.304498 15.3123 0 14.9976 0 14.6221C0 14.2364 0.304498 13.9319 0.690196 13.9319H16.2298C16.6053 13.9319 16.92 14.2364 16.92 14.6221C16.92 14.9976 16.6053 15.3123 16.2298 15.3123Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8952 22.7418H2.96376C2.57806 22.7418 2.27356 22.4373 2.27356 22.0618C2.27356 21.6761 2.57806 21.3716 2.96376 21.3716H13.8952C14.2708 21.3716 14.5753 21.6761 14.5753 22.0618C14.5753 22.4373 14.2708 22.7418 13.8952 22.7418Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8953 28.5883C13.8851 28.5883 13.875 28.5883 13.8648 28.5883C10.4037 28.4665 7.79517 22.4679 7.79517 14.622C7.79517 6.78622 10.5052 0.645508 13.9663 0.645508C17.4275 0.645508 20.1476 6.78622 20.1476 14.622C20.1476 14.9975 19.833 15.3122 19.4575 15.3122H16.2298C15.3163 15.3122 14.5753 16.0531 14.5753 16.9565V27.8981C14.5753 28.091 14.5043 28.2635 14.3723 28.3955C14.2404 28.5173 14.0678 28.5883 13.8953 28.5883ZM13.9663 2.0259C11.7029 2.0259 9.17556 7.20237 9.17556 14.622C9.17556 21.2905 11.1446 26.0711 13.2051 27.0354V16.9565C13.2051 15.2919 14.5652 13.9318 16.2298 13.9318H18.7571C18.615 6.88772 16.1689 2.0259 13.9663 2.0259Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.8674 34.2722H23.9843C23.6088 34.2722 23.3043 33.9677 23.3043 33.582C23.3043 33.2065 23.6088 32.8918 23.9843 32.8918H24.8674C25.2429 32.8918 25.5474 33.2065 25.5474 33.582C25.5474 33.9677 25.2429 34.2722 24.8674 34.2722Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.039 34.2722H28.1661C27.7804 34.2722 27.4759 33.9677 27.4759 33.582C27.4759 33.2065 27.7804 32.8918 28.1661 32.8918H29.039C29.4145 32.8918 29.7292 33.2065 29.7292 33.582C29.7292 33.9677 29.4145 34.2722 29.039 34.2722Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.2106 34.2722H32.3377C31.9622 34.2722 31.6475 33.9677 31.6475 33.582C31.6475 33.2065 31.9622 32.8918 32.3377 32.8918H33.2106C33.5963 32.8918 33.9008 33.2065 33.9008 33.582C33.9008 33.9677 33.5963 34.2722 33.2106 34.2722Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.9753 36.4546H16.2298C14.5652 36.4546 13.2051 35.0945 13.2051 33.4299V16.9566C13.2051 15.292 14.5652 13.9319 16.2298 13.9319H40.9753C42.6399 13.9319 44 15.292 44 16.9566V33.4299C44 35.0945 42.6399 36.4546 40.9753 36.4546ZM16.2298 15.3123C15.3163 15.3123 14.5753 16.0532 14.5753 16.9566V33.4299C14.5753 34.3333 15.3163 35.0742 16.2298 35.0742H40.9753C41.8888 35.0742 42.6298 34.3333 42.6298 33.4299V16.9566C42.6298 16.0532 41.8888 15.3123 40.9753 15.3123H16.2298Z' fill='white'/%3E%3C/svg%3E");
}
.quick-menu .menu__item:nth-child(6) {
  background-size: 35px;
}
.quick-menu .menu__item:nth-child(6) .menu__link--text {
  min-width: 49px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38' fill='none'%3E%3Cpath d='M14.1878 17.2041C14.1878 18.084 13.4897 18.796 12.627 18.796C11.7643 18.796 11.0662 18.084 11.0662 17.2041C11.0662 16.3242 11.7643 15.6123 12.627 15.6123C13.4897 15.6123 14.1878 16.3242 14.1878 17.2041Z' fill='%23FF5F1B'/%3E%3Cpath d='M19.8416 17.2041C19.8416 18.084 19.1435 18.796 18.2808 18.796C17.4181 18.796 16.72 18.084 16.72 17.2041C16.72 16.3242 17.4181 15.6123 18.2808 15.6123C19.1435 15.6123 19.8416 16.3242 19.8416 17.2041Z' fill='%23FF5F1B'/%3E%3Cpath d='M25.501 17.2041C25.501 18.084 24.803 18.796 23.9402 18.796C23.0775 18.796 22.3795 18.084 22.3795 17.2041C22.3795 16.3242 23.0775 15.6123 23.9402 15.6123C24.803 15.6123 25.501 16.3242 25.501 17.2041Z' fill='%23FF5F1B'/%3E%3Cpath d='M18.1808 1.46802C10.0277 1.46802 3.42412 8.20871 3.42412 16.5185C3.42412 19.0618 4.04616 21.4522 5.14027 23.5537L1.05817 30.4643L9.64448 28.7877L9.63337 28.7707C12.0493 30.5267 14.9929 31.5689 18.1808 31.5689C26.3339 31.5689 32.9375 24.8282 32.9375 16.5185C32.9375 8.20871 26.3339 1.46802 18.1808 1.46802Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.1541 16.864C34.2926 18.7843 34.9424 21.033 34.9424 23.4348C34.9424 25.5816 34.4148 27.6038 33.4929 29.3825L36.9418 35.2225L29.6885 33.8064L29.6996 33.7951C27.6613 35.2791 25.1731 36.1571 22.4795 36.1571C17.9809 36.1571 14.0376 33.7271 11.8438 30.0848' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.quick-menu .menu__item:nth-child(6):hover {
  background-color: #ff5f1b;
  border-radius: 12px;
  border-radius: 12px;
  background-color: #ff5f1b;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}
.quick-menu .menu__item:nth-child(6):hover .menu__link--text {
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='37' viewBox='0 0 38 37' fill='none'%3E%3Cpath d='M14.1878 16.7598C14.1878 17.6397 13.4897 18.3516 12.627 18.3516C11.7643 18.3516 11.0662 17.6397 11.0662 16.7598C11.0662 15.8799 11.7643 15.168 12.627 15.168C13.4897 15.168 14.1878 15.8799 14.1878 16.7598Z' fill='white'/%3E%3Cpath d='M19.8416 16.7598C19.8416 17.6397 19.1435 18.3516 18.2808 18.3516C17.4181 18.3516 16.72 17.6397 16.72 16.7598C16.72 15.8799 17.4181 15.168 18.2808 15.168C19.1435 15.168 19.8416 15.8799 19.8416 16.7598Z' fill='white'/%3E%3Cpath d='M25.501 16.7598C25.501 17.6397 24.803 18.3516 23.9402 18.3516C23.0775 18.3516 22.3795 17.6397 22.3795 16.7598C22.3795 15.8799 23.0775 15.168 23.9402 15.168C24.803 15.168 25.501 15.8799 25.501 16.7598Z' fill='white'/%3E%3Cpath d='M18.1808 1.02368C10.0277 1.02368 3.42412 7.76438 3.42412 16.0741C3.42412 18.6175 4.04616 21.0079 5.14027 23.1094L1.05817 30.02L9.64448 28.3433L9.63337 28.3263C12.0493 30.0823 14.9929 31.1246 18.1808 31.1246C26.3339 31.1246 32.9375 24.3839 32.9375 16.0741C32.9375 7.76438 26.3339 1.02368 18.1808 1.02368Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.1541 16.4197C34.2926 18.3399 34.9424 20.5887 34.9424 22.9904C34.9424 25.1373 34.4148 27.1595 33.4929 28.9381L36.9418 34.7782L29.6885 33.3621L29.6996 33.3507C27.6613 34.8348 25.1731 35.7128 22.4795 35.7128C17.9809 35.7128 14.0376 33.2828 11.8438 29.6405' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.quick-menu .menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.quick-menu .menu__link--text {
  display: block;
  padding-top: 48px;
  text-align: center;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  background-repeat: no-repeat;
  background-position: center top;
}

.main-visual-banner .inner {
  max-width: 1920px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .banner--contact .inner .btn-group {
    top: 66.5%;
    right: auto;
    left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .quick-menu .inner {
    width: 100%;
    padding: 8px 16px;
  }
  .quick-menu .title {
    display: none;
  }
  .quick-menu .menu {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    width: 100%;
  }
  .quick-menu .menu__item {
    height: 100px;
  }
  .quick-menu .menu__link--text {
    font-size: 14px;
  }
}
.calendar {
  position: relative;
}
.calendar__top {
  margin-top: 40px;
  padding: 16px 40px;
  background-color: #f2f4f7;
}
.calendar__middle {
  margin-top: 40px;
}
.calendar__bottom {
  margin-top: 16px;
}
.calendar__bottom:has(.course[style*="display: none"]) {
  margin-top: 0;
}
.calendar .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.calendar .input-group .kind {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.calendar .input-group .radio {
  display: none;
}
.calendar .input-group .radio + .label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding-left: 28px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.calendar .input-group .radio + .label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #7a7a7a;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.calendar .input-group .radio + .label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  width: 8px;
  height: 8px;
  background-color: #0091ea;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.calendar .input-group .radio:checked + .label::after {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.calendar .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
}
.calendar .date_btn {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.calendar .date .year_mon {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.calendar-wrap {
  margin-top: 16px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar table th,
.calendar table td {
  width: 14.2857142857%;
  position: relative;
}
.calendar table tr:first-child .inner__box {
  border-top: 1px solid #eae8e8;
}
.calendar table th {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  padding: 12px 0;
}
.calendar table th.sunday {
  color: #e00;
}
.calendar table th.saturday {
  color: #0091ea;
}
.calendar table td:hover, .calendar table td.is-active, .calendar table td.is-today {
  cursor: pointer;
}
.calendar table td:hover .inner__box, .calendar table td.is-active .inner__box, .calendar table td.is-today .inner__box {
  position: relative;
  z-index: 1;
}
.calendar table td:hover .inner__box::before, .calendar table td.is-active .inner__box::before, .calendar table td.is-today .inner__box::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #e6e9ff;
  border: 2px solid #ff5f1b;
  z-index: 1;
}
.calendar table td:first-child .inner__box {
  border-left: none;
}
.calendar table td.sunday {
  color: #e00;
}
.calendar table td.saturday {
  color: #0091ea;
}
.calendar table .inner__box {
  height: 96px;
  padding: 4px;
  border-left: 1px solid #eae8e8;
  border-bottom: 1px solid #eae8e8;
  position: relative;
}
.calendar table .inner__box .text {
  position: relative;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  z-index: 1;
}
.calendar .course {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.calendar .course:is(.is-empty) {
  grid-template-columns: 1fr;
  text-align: center;
}
.calendar .course__item {
  position: relative;
  width: 100%;
  padding: 16px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eae8e8;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.calendar .course__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  font-family: "Roboto", sans-serif;
}
.calendar .course__detail .title {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.calendar .course__detail .info dt {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #4b5563;
}
.calendar .course__detail .info dd {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.calendar .course__detail .input-group {
  position: absolute;
  top: 16px;
  right: 16px;
}
.calendar .course__detail .btn {
  padding: 8px 16px;
  border-radius: 4px;
  background-color: #ff5f1b;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.calendar .course .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.calendar .inner__box .calendar-badge {
  margin-left: 4px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #ff5f1b;
}
.calendar__modal {
  display: none;
  position: absolute;
  width: 183px;
  height: 216px;
  z-index: 1000;
  top: 0;
  left: 0;
}
.calendar__modal .modal__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 19px 13px 10px;
  background-color: #f2f4f7;
  border-radius: 4px;
  -webkit-box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.calendar__modal .modal__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calendar__modal .course__day {
  display: block;
  width: 40px;
  height: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background-color: #ff5f1b;
  border-radius: 50%;
}
.calendar__modal .course__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.calendar__modal .course__item {
  padding: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.calendar__modal .course__link {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #ff5f1b;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1024px) {
  .calendar .course {
    grid-template-columns: 1fr;
  }
  .calendar .date {
    padding: 16px 0 8px;
  }
  .calendar-wrap {
    margin-top: 0;
  }
  .calendar__top {
    margin-top: 20px;
  }
  .calendar__bottom {
    padding: 0 16px;
  }
  .calendar__middle {
    margin-top: 0;
  }
  .calendar__modal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .calendar .input-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
  .calendar .inner__box .calendar-badge {
    display: block;
    margin-left: 0;
  }
}
.advantage__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.advantage__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  height: 240px;
  padding: 76px 16px 16px;
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
.advantage__list li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 44px;
  height: 44px;
}
.advantage__list li:nth-child(1)::before {
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Cpath d='M4.31002 24.2257C3.66285 20.0127 3.33835 17.9081 4.13585 16.0399C4.93152 14.1736 6.69885 12.8957 10.2317 10.3419L12.8717 8.43341C17.2662 5.25625 19.4644 3.66675 21.9999 3.66675C24.5354 3.66675 26.7335 5.25625 31.128 8.43341L33.768 10.3419C37.3009 12.8957 39.0664 14.1736 39.8639 16.0399C40.6595 17.9081 40.3369 20.0127 39.6897 24.2239L39.1379 27.8172C38.2212 33.7866 37.761 36.7712 35.6197 38.5532C33.4784 40.3352 30.3489 40.3334 24.088 40.3334H19.9098C13.649 40.3334 10.5195 40.3334 8.37818 38.5532C6.23685 36.7712 5.77852 33.7866 4.86002 27.8154L4.31002 24.2257Z' stroke='%23ff5f1b' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.625 24.2917C22.8012 26.4679 25.6667 28.6789 25.6667 28.6789L29.5955 24.7501C29.5955 24.7501 27.3845 21.8846 25.2083 19.7084C23.0322 17.5322 20.1667 15.3212 20.1667 15.3212L16.2378 19.2501C16.2378 19.2501 18.4488 22.1156 20.625 24.2917ZM20.625 24.2917L13.75 31.1667M30.25 24.0956L25.0122 29.3334M20.8212 14.6667L15.5833 19.9046' stroke='%23ff5f1b' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.advantage__list li:nth-child(2)::before {
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Cpath d='M5.5 8.48475L22.0083 3.66675L38.5 8.48475V18.3646C38.4993 23.4278 36.9058 28.3626 33.945 32.4699C30.9842 36.5772 26.8062 39.649 22.0028 41.2501C17.1975 39.6497 13.0178 36.5776 10.0559 32.4693C7.094 28.361 5.50007 23.4247 5.5 18.36V8.48475Z' stroke='%23ff5f1b' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='M13.75 21.0833L20.1667 27.5L31.1667 16.5' stroke='%23ff5f1b' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.advantage__list li:nth-child(3)::before {
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Cpath d='M6.76499 16.7199C6.61271 16.5565 6.42816 16.4265 6.22303 16.3382C6.01791 16.2498 5.79666 16.205 5.57332 16.2066C4.82165 16.2066 4.25332 16.5549 3.88665 17.2699C3.51999 17.9849 3.61165 18.6633 4.19832 19.3049C6.36165 21.2483 7.73665 22.6233 8.32332 23.4299C9.07499 24.4566 9.44165 25.9599 9.44165 27.9033C9.44165 30.3049 10.3583 32.0833 12.1917 33.3116C13.2183 34.1183 14.3367 34.7233 15.5833 35.1266V27.9949C15.5833 26.2716 14.9783 24.8416 13.8233 23.6866M30.1767 23.7783C29.04 24.9149 28.4167 26.3266 28.4167 27.9949V35.1999C30.1767 34.5766 31.6433 33.6049 32.8533 32.3216C34.045 31.0383 34.65 29.6266 34.65 27.9033C34.65 25.8316 34.9983 24.3466 35.695 23.4299C35.86 23.1366 36.1717 22.7699 36.6667 22.3116C37.0883 21.8533 37.5283 21.4133 37.9683 21.0099C38.39 20.6249 38.8117 20.2216 39.215 19.8183L39.82 19.3049C39.9839 19.1492 40.114 18.9614 40.2023 18.7532C40.2906 18.5451 40.3352 18.321 40.3333 18.0949C40.3333 17.5816 40.1683 17.1233 39.82 16.7566C39.4717 16.3899 39.05 16.2066 38.5 16.2066C37.95 16.2066 37.5833 16.3716 37.235 16.7199M22 36.6666C23.265 36.6666 24.4933 36.5016 25.6667 36.1533V29.6083C25.6667 28.5266 25.3367 27.6833 24.585 26.8766C23.8333 26.0699 22.9717 25.6666 22 25.6666C21.0283 25.6666 20.1667 26.0333 19.47 26.7849C18.7367 27.4999 18.3333 28.3433 18.3333 29.4433V36.1533C19.5067 36.5016 20.735 36.6666 22 36.6666ZM16.5 15.5833C16.5 17.1049 15.2717 18.3333 13.75 18.3333C12.2283 18.3333 11 17.1049 11 15.5833C11 14.0616 12.2283 12.8333 13.75 12.8333C15.2717 12.8333 16.5 14.0616 16.5 15.5833ZM33 15.5833C33 17.1049 31.7717 18.3333 30.25 18.3333C28.7283 18.3333 27.5 17.1049 27.5 15.5833C27.5 14.0616 28.7283 12.8333 30.25 12.8333C31.7717 12.8333 33 14.0616 33 15.5833ZM24.75 10.0833C24.75 11.6049 23.5217 12.8333 22 12.8333C20.4783 12.8333 19.25 11.6049 19.25 10.0833C19.25 8.56159 20.4783 7.33325 22 7.33325C23.5217 7.33325 24.75 8.56159 24.75 10.0833ZM24.75 20.1666C24.75 21.6883 23.5217 22.9166 22 22.9166C20.4783 22.9166 19.25 21.6883 19.25 20.1666C19.25 18.6449 20.4783 17.4166 22 17.4166C23.5217 17.4166 24.75 18.6449 24.75 20.1666Z' fill='%23ff5f1b'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.advantage__list li:nth-child(4)::before {
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Cpath d='M21.7711 36.6667C21.8933 36.6667 22.0155 36.6362 22.1377 36.5751C22.26 36.514 22.3516 36.4529 22.4127 36.3918L37.4461 21.3584C37.8127 20.9917 38.0804 20.5792 38.2491 20.1209C38.4177 19.6626 38.5015 19.2042 38.5002 18.7459C38.5002 18.257 38.4165 17.7907 38.2491 17.3471C38.0816 16.9034 37.8139 16.5141 37.4461 16.1792L29.6544 8.38758C29.3183 8.02091 28.9284 7.75386 28.4847 7.58641C28.0411 7.41897 27.576 7.33464 27.0896 7.33341C26.6312 7.33341 26.1729 7.41775 25.7146 7.58641C25.2562 7.75508 24.8437 8.02214 24.4771 8.38758L23.9729 8.89175L27.3646 12.3292C27.8229 12.757 28.159 13.2459 28.3729 13.7959C28.5868 14.3459 28.6937 14.9265 28.6937 15.5376C28.6937 16.8209 28.2586 17.8983 27.3884 18.7697C26.5182 19.6412 25.4408 20.0763 24.1562 20.0751C23.5451 20.0751 22.9572 19.9681 22.3926 19.7542C21.8279 19.5404 21.3311 19.2195 20.9021 18.7917L17.4627 15.4001L9.4419 23.4209C9.35023 23.5126 9.28179 23.6122 9.23657 23.7197C9.19134 23.8273 9.16812 23.9416 9.1669 24.0626C9.1669 24.307 9.25857 24.5289 9.4419 24.7281C9.62523 24.9273 9.83912 25.0263 10.0836 25.0251C10.2058 25.0251 10.328 24.9945 10.4502 24.9334C10.5725 24.8723 10.6641 24.8112 10.7252 24.7501L15.6752 19.8001C16.0113 19.464 16.4318 19.288 16.9366 19.2721C17.4413 19.2562 17.8765 19.4322 18.2419 19.8001C18.578 20.1362 18.7461 20.564 18.7461 21.0834C18.7461 21.6029 18.578 22.0306 18.2419 22.3667L13.3377 27.3167C13.2461 27.4084 13.1776 27.508 13.1324 27.6156C13.0872 27.7231 13.064 27.8374 13.0627 27.9584C13.0627 28.2029 13.1544 28.4167 13.3377 28.6001C13.5211 28.7834 13.735 28.8751 13.9794 28.8751C14.1016 28.8751 14.2238 28.8445 14.3461 28.7834C14.4683 28.7223 14.56 28.6612 14.6211 28.6001L19.5711 23.6959C19.9072 23.3598 20.3276 23.1838 20.8324 23.1679C21.3372 23.152 21.7723 23.328 22.1377 23.6959C22.4738 24.032 22.6419 24.4598 22.6419 24.9792C22.6419 25.4987 22.4738 25.9265 22.1377 26.2626L17.2336 31.2126C17.1419 31.2737 17.0735 31.3654 17.0282 31.4876C16.983 31.6098 16.9598 31.732 16.9586 31.8542C16.9586 32.0987 17.0502 32.3126 17.2336 32.4959C17.4169 32.6792 17.6308 32.7709 17.8752 32.7709C17.9975 32.7709 18.1123 32.7477 18.2199 32.7012C18.3275 32.6548 18.4265 32.5864 18.5169 32.4959L23.4669 27.5917C23.803 27.2556 24.2235 27.0796 24.7282 27.0637C25.233 27.0479 25.6681 27.2239 26.0336 27.5917C26.3697 27.9279 26.5377 28.3556 26.5377 28.8751C26.5377 29.3945 26.3697 29.8223 26.0336 30.1584L21.0836 35.1084C20.9919 35.2001 20.9235 35.2997 20.8782 35.4072C20.833 35.5148 20.8098 35.6291 20.8086 35.7501C20.8086 35.9945 20.9082 36.2084 21.1074 36.3918C21.3066 36.5751 21.5278 36.6667 21.7711 36.6667ZM21.7252 40.3334C20.5947 40.3334 19.5943 39.9594 18.7241 39.2114C17.8538 38.4634 17.3417 37.5235 17.1877 36.3918C16.1488 36.239 15.278 35.8112 14.5752 35.1084C13.8725 34.4056 13.4447 33.5348 13.2919 32.4959C12.253 32.3431 11.3901 31.908 10.7032 31.1906C10.0163 30.4731 9.5959 29.6096 9.4419 28.6001C8.28079 28.4473 7.33357 27.9431 6.60023 27.0876C5.8669 26.232 5.50023 25.2237 5.50023 24.0626C5.50023 23.4515 5.61512 22.8636 5.8449 22.2989C6.07468 21.7342 6.40284 21.2374 6.8294 20.8084L14.8502 12.7876C15.553 12.0848 16.4165 11.7334 17.4407 11.7334C18.465 11.7334 19.3278 12.0848 20.0294 12.7876L23.4669 16.2251C23.528 16.3167 23.6197 16.3858 23.7419 16.4322C23.8641 16.4787 23.9863 16.5013 24.1086 16.5001C24.3836 16.5001 24.6127 16.4164 24.7961 16.2489C24.9794 16.0815 25.0711 15.8596 25.0711 15.5834C25.0711 15.4612 25.0478 15.339 25.0014 15.2167C24.955 15.0945 24.8865 15.0029 24.7961 14.9417L18.2419 8.38758C17.9058 8.02091 17.5165 7.75386 17.0741 7.58641C16.6316 7.41897 16.1653 7.33464 15.6752 7.33341C15.2169 7.33341 14.7586 7.41775 14.3002 7.58641C13.8419 7.75508 13.4294 8.02214 13.0627 8.38758L6.60023 14.8959C6.17245 15.3237 5.8669 15.8279 5.68357 16.4084C5.50023 16.989 5.4544 17.5695 5.54607 18.1501C5.63773 18.6695 5.53079 19.1279 5.22523 19.5251C4.91968 19.9223 4.50718 20.1515 3.98773 20.2126C3.46829 20.2737 3.00995 20.1588 2.61273 19.8679C2.21551 19.577 1.98634 19.1725 1.92523 18.6542C1.7419 17.4931 1.82623 16.3552 2.17823 15.2406C2.53023 14.1259 3.1334 13.1402 3.98773 12.2834L10.4502 5.82091C11.1836 5.11814 12.0012 4.58341 12.9032 4.21675C13.8052 3.85008 14.7292 3.66675 15.6752 3.66675C16.6212 3.66675 17.5458 3.85008 18.4491 4.21675C19.3523 4.58341 20.1541 5.11814 20.8544 5.82091L21.3586 6.32508L21.8627 5.82091C22.5961 5.11814 23.4137 4.58341 24.3157 4.21675C25.2177 3.85008 26.1417 3.66675 27.0877 3.66675C28.0337 3.66675 28.9583 3.85008 29.8616 4.21675C30.7648 4.58341 31.5666 5.11814 32.2669 5.82091L40.0127 13.5667C40.7155 14.2695 41.2502 15.0792 41.6169 15.9959C41.9836 16.9126 42.1669 17.8445 42.1669 18.7917C42.1669 19.739 41.9836 20.6636 41.6169 21.5656C41.2502 22.4676 40.7155 23.2694 40.0127 23.9709L24.9794 38.9584C24.5516 39.3862 24.0554 39.7223 23.4907 39.9667C22.9261 40.2112 22.3376 40.3334 21.7252 40.3334Z' fill='%23ff5f1b'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.advantage__title {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.advantage__desc {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #4b5563;
}

.accordion__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.accordion__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  min-height: 118px;
  padding: 16px 60px 16px 16px;
  cursor: pointer;
}
.accordion__list li::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M3.84091 6.33325L2.5 7.67416L10 15.1741L17.5 7.67416L16.1591 6.33325L10 12.4923L3.84091 6.33325Z' fill='%23c2c2c2'/%3E%3C/svg%3E");
  background-size: 20px 25px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border: 2px solid #c2c2c2;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(23, 26, 31, 0.09);
          box-shadow: 0px 2px 5px 0px rgba(23, 26, 31, 0.09);
}
.accordion__list li.is-active {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(23, 26, 31, 0.09);
          box-shadow: 0px 2px 5px 0px rgba(23, 26, 31, 0.09);
}
.accordion__list li.is-active::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M3.84091 6.33325L2.5 7.67416L10 15.1741L17.5 7.67416L16.1591 6.33325L10 12.4923L3.84091 6.33325Z' fill='%23323842'/%3E%3C/svg%3E");
  border-color: #111;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion__list li.is-active .accordion__title {
  color: #ff5f1b;
}
.accordion__list li.is-active .accordion__desc {
  display: block;
}
.accordion__title {
  position: relative;
  display: block;
  width: 100%;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #7a7a7a;
}
.accordion__desc {
  display: none;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.tab__list .contents__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.tab__top ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.tab__top [role=tab] {
  position: relative;
  display: block;
  width: 100%;
  height: 106px;
  padding: 16px 16px 16px 102px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #eae8e8;
  cursor: pointer;
}
.tab__top [role=tab].active {
  background-color: #f6e7e0;
  color: #111;
  border-color: #ff5f1b;
}
.tab__top li:nth-child(1) [role=tab]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  height: 76px;
  background-image: url("../assets/images/ico_info01.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.tab__top li:nth-child(2) [role=tab]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  height: 76px;
  background-image: url("../assets/images/ico_info02.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.tab__top li:nth-child(3) [role=tab]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  height: 76px;
  background-image: url("../assets/images/ico_info03.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.tab__top li:nth-child(4) [role=tab]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  height: 76px;
  background-image: url("../assets/images/ico_info04.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.tab__bottom [role=tabpanel] {
  display: none;
  position: relative;
  min-height: 289px;
  padding: 40px 40px 40px 126px;
  background-color: #f9fafb;
}
.tab__bottom [role=tabpanel].active {
  display: block;
}
.tab__bottom [role=tabpanel]:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: 70px;
  height: 76px;
  background-image: url("../assets/images/ico_info01.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.tab__bottom [role=tabpanel]:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: 70px;
  height: 76px;
  background-image: url("../assets/images/ico_info02.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.tab__bottom [role=tabpanel]:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: 70px;
  height: 76px;
  background-image: url("../assets/images/ico_info03.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.tab__bottom [role=tabpanel]:nth-child(4)::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: 70px;
  height: 76px;
  background-image: url("../assets/images/ico_info04.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.tab__bottom [role=tabpanel] strong {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #171a1f;
}
.tab__bottom [role=tabpanel] .desc__wrapper {
  overflow-y: auto;
  height: 70%;
  margin-top: 16px;
}
.tab__bottom [role=tabpanel] p {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #7a7a7a;
}

.qual__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.qual__list li {
  position: relative;
  padding-left: 28px;
}
.qual__list li::before {
  left: 0;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' viewBox='0 0 22 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.41419 11.0545L5.45119 7.45004C5.41439 7.41678 5.37135 7.39116 5.32457 7.37465C5.27779 7.35814 5.2282 7.35107 5.17868 7.35386C5.12915 7.35666 5.08067 7.36924 5.03604 7.3909C4.99141 7.41256 4.95153 7.44286 4.91869 7.48004L2.44819 10.2565C2.4152 10.2936 2.38991 10.3369 2.37377 10.3838C2.35763 10.4308 2.35098 10.4805 2.35419 10.53C2.3574 10.5795 2.37041 10.6279 2.39247 10.6724C2.41452 10.7169 2.44519 10.7565 2.48269 10.789L9.66019 17.0095C9.69831 17.0429 9.74279 17.0682 9.79096 17.0839C9.83913 17.0997 9.88998 17.1054 9.94045 17.101C9.99092 17.0965 10.04 17.0818 10.0846 17.0578C10.1292 17.0339 10.1686 17.0011 10.2002 16.9615L18.9347 6.04004C18.9945 5.96485 19.0233 5.86955 19.0149 5.77381C19.0065 5.67807 18.9617 5.5892 18.8897 5.52554L16.1057 3.05054C16.0673 3.01636 16.0222 2.99045 15.9733 2.97442C15.9245 2.9584 15.8728 2.9526 15.8216 2.95738C15.7704 2.96216 15.7207 2.97743 15.6757 3.00223C15.6306 3.02703 15.5911 3.06083 15.5597 3.10154L9.41419 11.0545ZM9.12469 7.75004L13.7807 1.72454C14.0007 1.43983 14.277 1.2034 14.5923 1.02994C14.9075 0.856484 15.2551 0.749699 15.6134 0.71622C15.9717 0.682741 16.333 0.723283 16.675 0.835327C17.0169 0.947372 17.3322 1.12853 17.6012 1.36754L20.3867 3.84404C20.8894 4.29087 21.2013 4.91359 21.2583 5.58373C21.3152 6.25388 21.1128 6.92031 20.6927 7.44554L11.9552 18.37C11.7344 18.6458 11.4602 18.8742 11.149 19.0415C10.8379 19.2088 10.4961 19.3116 10.1443 19.3437C9.79246 19.3757 9.43777 19.3365 9.10148 19.2282C8.76519 19.1199 8.45422 18.9449 8.18719 18.7135L1.00819 12.49C0.745376 12.2625 0.530387 11.9849 0.375704 11.6736C0.221021 11.3622 0.129726 11.0233 0.107118 10.6763C0.0845114 10.3294 0.131043 9.98146 0.244011 9.65267C0.356979 9.32388 0.534134 9.0208 0.765191 8.76104L3.23569 5.98304C3.46639 5.72338 3.74633 5.5121 4.05929 5.36142C4.37224 5.21074 4.71199 5.12367 5.05884 5.10526C5.40569 5.08684 5.75275 5.13744 6.0799 5.25413C6.40705 5.37082 6.70779 5.55127 6.96469 5.78504L9.12469 7.75004Z' fill='%23ff5f1b'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.qual__text {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.table__header {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.table__header .th {
  padding: 16px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  background-color: #f2f4f7;
}
.table__body__item > li {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.table__body__item .th,
.table__body__item .td {
  padding: 16px;
}
.table__body__item .th.style--vertical-center,
.table__body__item .td.style--vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table__body__item .th {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  background-color: #032a5d;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.table__body__item .td {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  border-bottom: 1px solid #eae8e8;
  border-left: 1px solid #eae8e8;
}
.table__body__item .td.style--disc ul {
  margin-left: 22px;
  list-style-type: disc;
}

.process__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.process__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 78px;
  padding: 16px;
  cursor: pointer;
}
.process__list li:nth-child(1) .process__num {
  color: #90d046;
  border: 2px solid #90d046;
}
.process__list li:nth-child(1) .process__text {
  color: #90d046;
}
.process__list li:nth-child(1):hover .process__num {
  background-color: #90d046;
}
.process__list li:nth-child(2) .process__num {
  color: #54cf9f;
  border: 2px solid #54cf9f;
}
.process__list li:nth-child(2) .process__text {
  color: #54cf9f;
}
.process__list li:nth-child(2):hover .process__num {
  background-color: #54cf9f;
}
.process__list li:nth-child(3) .process__num {
  color: #4fd1db;
  border: 2px solid #4fd1db;
}
.process__list li:nth-child(3) .process__text {
  color: #4fd1db;
}
.process__list li:nth-child(3):hover .process__num {
  background-color: #4fd1db;
}
.process__list li:nth-child(4) .process__num {
  color: #43a3e0;
  border: 2px solid #43a3e0;
}
.process__list li:nth-child(4) .process__text {
  color: #43a3e0;
}
.process__list li:nth-child(4):hover .process__num {
  background-color: #43a3e0;
}
.process__list li:nth-child(5) .process__num {
  color: #4585e4;
  border: 2px solid #4585e4;
}
.process__list li:nth-child(5) .process__text {
  color: #4585e4;
}
.process__list li:nth-child(5):hover .process__num {
  background-color: #4585e4;
}
.process__list li:nth-child(6) .process__num {
  color: #4444d7;
  border: 2px solid #4444d7;
}
.process__list li:nth-child(6) .process__text {
  color: #4444d7;
}
.process__list li:nth-child(6):hover .process__num {
  background-color: #4444d7;
}
.process__list li:nth-child(7) .process__num {
  color: #032a5d;
  border: 2px solid #032a5d;
}
.process__list li:nth-child(7) .process__text {
  color: #032a5d;
}
.process__list li:nth-child(7):hover .process__num {
  background-color: #032a5d;
}
.process__list li:hover .process__num {
  color: #fff;
}
.process__num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 50%;
}
.process__num::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 44px;
  height: 44px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.process__text {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.process__text:is(.is-center) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
}

.safety-guide__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.safety-guide__top .badge {
  padding: 12px 16px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  border-radius: 12px 12px 0px 0px;
  background-color: #ff5f1b;
  color: #fff;
}
.safety-guide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.safety-guide__item dt {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.safety-guide__item dd {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.safety-guide__item:nth-child(odd) {
  background-color: #f9fafb;
}

.instructor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.instructor .career {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.instructor .career__num {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  color: #ff5f1b;
}
.instructor .career__name {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}
.instructor .career__list li {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.edu-method {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.edu-method li {
  overflow: hidden;
  padding-top: 56%;
  border-radius: 24px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.edu-method li:nth-child(1) {
  background-image: url("../assets/images/img_07@2x.jpg");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.edu-method li:nth-child(2) {
  background-image: url("../assets/images/img_08@2x.jpg");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.edu-method li:nth-child(3) {
  background-image: url("../assets/images/img_09@2x.jpg");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.edu-method li:nth-child(4) {
  background-image: url("../assets/images/img_10@2x.jpg");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.edu-method__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 24px;
}
.edu-method__title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.edu-method__desc {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #7a7a7a;
}

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.step li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.step__num {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #ff5f1b;
}
.step__title {
  display: block;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.step__desc {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #7a7a7a;
}

.info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 310px 24px 24px;
  background-size: 100% 286px;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.info__item:nth-child(1) {
  background-image: url("../assets/images/eduFinance_01@2x.jpg");
}
.info__item:nth-child(2) {
  background-image: url("../assets/images/eduFinance_02@2x.jpg");
}
.info .title {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}
.info .desc {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.info .detail__list .title {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.info .detail__list .title + .desc {
  margin-top: 0;
}
.info .detail__list .desc {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.info__tag .tag {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #ff5f1b;
}

@media (max-width: 1024px) {
  .advantage__list {
    grid-template-columns: 1fr !important;
  }
  .tab__list {
    gap: 13px;
  }
  .tab__list .contents__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
  .tab__top ul {
    grid-template-columns: 1fr;
  }
  .tab__top [role=tab] {
    width: 100px;
    height: 133px;
    padding: 28px 8px 8px 8px;
    text-align: center;
  }
  .tab__top li:nth-child(1) [role=tab]::before {
    top: 26px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 24px;
    height: 24px;
  }
  .tab__top li:nth-child(2) [role=tab]::before {
    top: 26px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 24px;
    height: 24px;
  }
  .tab__top li:nth-child(2) [role=tab]::before {
    top: 40px;
  }
  .tab__top li:nth-child(3) [role=tab]::before {
    top: 26px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 24px;
    height: 24px;
  }
  .tab__top li:nth-child(4) [role=tab]::before {
    top: 26px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 24px;
    height: 24px;
  }
  .tab__bottom [role=tabpanel] {
    height: auto;
    padding: 104px 12px 12px;
  }
  .tab__bottom [role=tabpanel]:nth-child(1)::before {
    top: 20px;
    left: 12px;
  }
  .tab__bottom [role=tabpanel]:nth-child(2)::before {
    top: 20px;
    left: 12px;
  }
  .tab__bottom [role=tabpanel]:nth-child(3)::before {
    top: 20px;
    left: 12px;
  }
  .tab__bottom [role=tabpanel]:nth-child(4)::before {
    top: 20px;
    left: 12px;
  }
  .tab__bottom [role=tabpanel] p {
    margin-top: 8px;
  }
  .process__list {
    grid-template-columns: 1fr !important;
  }
  .edu-method {
    grid-template-columns: 1fr;
  }
  .step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .qual__text {
    font-size: 16px;
  }
  .instructor .career__name {
    font-size: 24px;
  }
  .info .title {
    font-size: 24px;
  }
}
.writeForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.input_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.input_container label {
  text-indent: 5px;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #323842;
}
.input_container input[type=text],
.input_container select,
.input_container textarea {
  padding: 11px 0 13px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #323842;
  border: none;
  border-bottom: 1px solid #111;
  border-radius: 0;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  outline: none;
}
.input_container input[type=text]:focus,
.input_container select:focus,
.input_container textarea:focus {
  border-bottom: 1px solid #ff5f1b;
  background-color: #fff;
}
.input_container input[type=text] {
  text-indent: 5px;
}
.input_container select {
  cursor: pointer;
}
.input_container textarea {
  min-height: 100px;
  resize: none;
  border: none;
  text-indent: 5px;
}
.input_container textarea:focus {
  border: none;
}
.input_container.required label::after {
  content: " *";
  color: #ff6600;
  font-size: 14px;
  vertical-align: top;
}
.input_container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.input_container .custom-checkbox {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  cursor: pointer;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.input_container .custom-checkbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M8 15.9707L3 10.9707L4.41 9.5507L8 13.1407L15.59 5.5507L17 6.9707M10 0.970703C8.68678 0.970703 7.38642 1.22936 6.17317 1.73191C4.95991 2.23445 3.85752 2.97105 2.92893 3.89964C1.05357 5.775 0 8.31854 0 10.9707C0 13.6229 1.05357 16.1664 2.92893 18.0418C3.85752 18.9704 4.95991 19.707 6.17317 20.2095C7.38642 20.712 8.68678 20.9707 10 20.9707C12.6522 20.9707 15.1957 19.9171 17.0711 18.0418C18.9464 16.1664 20 13.6229 20 10.9707C20 9.65748 19.7413 8.35712 19.2388 7.14387C18.7362 5.93061 17.9997 4.82822 17.0711 3.89964C16.1425 2.97105 15.0401 2.23445 13.8268 1.73191C12.6136 1.22936 11.3132 0.970703 10 0.970703Z' fill='%23d9d9d9'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.input_container input[type=checkbox]:checked + .custom-checkbox::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M8 15.9707L3 10.9707L4.41 9.5507L8 13.1407L15.59 5.5507L17 6.9707M10 0.970703C8.68678 0.970703 7.38642 1.22936 6.17317 1.73191C4.95991 2.23445 3.85752 2.97105 2.92893 3.89964C1.05357 5.775 0 8.31854 0 10.9707C0 13.6229 1.05357 16.1664 2.92893 18.0418C3.85752 18.9704 4.95991 19.707 6.17317 20.2095C7.38642 20.712 8.68678 20.9707 10 20.9707C12.6522 20.9707 15.1957 19.9171 17.0711 18.0418C18.9464 16.1664 20 13.6229 20 10.9707C20 9.65748 19.7413 8.35712 19.2388 7.14387C18.7362 5.93061 17.9997 4.82822 17.0711 3.89964C16.1425 2.97105 15.0401 2.23445 13.8268 1.73191C12.6136 1.22936 11.3132 0.970703 10 0.970703Z' fill='%23ff5f1b'/%3E%3C/svg%3E");
}
.input_container:has(select[name=companyType]) input[name=etc_type] {
  display: none;
}

.input_container:last-of-type {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0 18px;
  border-top: 4px solid #ff5f1b;
}
.input_container:last-of-type label {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

input::-webkit-input-placeholder {
  color: #c2c2c2;
}

input::-moz-placeholder {
  color: #c2c2c2;
}

input:-ms-input-placeholder {
  color: #c2c2c2;
}

input::-ms-input-placeholder {
  color: #c2c2c2;
}

input::placeholder {
  color: #c2c2c2;
}

.select_container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
.select_container.type--ect {
  grid-template-columns: 1fr 26%;
}

.btn_submit {
  width: 100%;
  padding: 14px 0;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background-color: #ff5f1b;
  border: none;
}
.btn_submit:hover, .btn_submit:focus {
  background-color: #ff783e;
}

@media (max-width: 1024px) {
  .select_container {
    gap: 16px;
  }
  .select_container.type--ect {
    grid-template-columns: 1fr 40%;
  }
}
.wrap {
  border-top: 2px solid #ff5f1b;
}

@media (max-width: 1024px) {
  .wrap {
    padding-top: 51px;
  }
}
.footer .logo {
  width: 170px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='226' height='40' viewBox='0 0 226 40' fill='none'%3E%3Cg clip-path='url(%23clip0_643_11732)'%3E%3Cpath d='M145.505 23.3288C144.608 22.2875 143.446 21.7115 142.317 21.7115C140.867 21.7115 140.158 22.5534 140.158 23.5282C140.158 24.4254 140.535 25.0457 141.819 25.5996L143.767 26.4526C145.826 27.3498 147.597 28.3468 147.597 30.8835C147.597 33.4202 145.482 35.3919 142.339 35.3919C139.605 35.3919 137.535 33.4202 136.738 31.9247L138.409 30.3074C139.162 31.9801 140.678 33.1543 142.339 33.1543C143.999 33.1543 144.973 32.2349 144.973 30.8835C144.973 30.2077 144.818 29.388 143.003 28.6348L141.011 27.7929C138.442 26.7184 137.546 25.3005 137.546 23.5282C137.546 21.2573 139.417 19.4739 142.328 19.4739C144.364 19.4739 146.014 20.3711 147.154 21.7669L145.516 23.3177L145.505 23.3288Z' fill='%23ffffff'/%3E%3Cpath d='M157.947 31.2047H151.969L150.419 35.0153H147.708L154.061 19.8616H155.854L162.208 35.0153H159.496L157.947 31.2047ZM152.877 28.9671H157.028L154.958 23.9048L152.888 28.9671H152.877Z' fill='%23ffffff'/%3E%3Cpath d='M166.204 35.0153H163.569V19.8616H173.731V22.0992H166.193V26.4636H172.336V28.6791H166.193V35.0263L166.204 35.0153Z' fill='%23ffffff'/%3E%3Cpath d='M178.657 32.7777H186.693V35.0153H176.034V19.8616H186.372V22.0992H178.657V26.1424H185.011V28.3578H178.657V32.7887V32.7777Z' fill='%23ffffff'/%3E%3Cpath d='M192.128 22.0882H187.269V19.8506H199.622V22.0882H194.762V35.0154H192.128V22.0882Z' fill='%23ffffff'/%3E%3Cpath d='M202.489 19.8506L206.097 26.7074L206.54 27.5825L206.983 26.7074L210.625 19.8506H213.381L207.88 29.7204V35.0043H205.245V29.7426L199.744 19.8506H202.5H202.489Z' fill='%23ffffff'/%3E%3Cpath d='M125.137 33.4534C124.462 34.9931 123.51 36.2448 122.304 37.2086C121.097 38.1723 119.636 38.8702 117.931 39.3243C116.227 39.7674 114.356 40 112.341 40C110.327 40 108.467 39.7785 106.774 39.3243C105.08 38.8702 103.63 38.1723 102.423 37.2086C101.217 36.2448 100.265 34.9931 99.5897 33.4534C98.9144 31.9136 98.5713 30.0416 98.5713 27.8594V13.1266C98.5713 12.462 98.9034 12.1296 99.5675 12.1296H107.471C108.168 12.1296 108.511 12.462 108.511 13.1266V27.5049C108.511 28.0366 108.578 28.5683 108.711 29.1C108.844 29.6317 109.054 30.108 109.353 30.5179C109.652 30.9388 110.039 31.2712 110.526 31.537C111.002 31.8029 111.611 31.9358 112.341 31.9358C113.072 31.9358 113.681 31.8029 114.179 31.537C114.677 31.2712 115.075 30.9278 115.374 30.5179C115.673 30.108 115.884 29.6317 116.016 29.1C116.149 28.5683 116.216 28.0366 116.216 27.5049V13.1266C116.216 12.462 116.548 12.1296 117.212 12.1296H125.115C125.813 12.1296 126.156 12.462 126.156 13.1266V27.8594C126.156 30.0527 125.813 31.9136 125.137 33.4534Z' fill='%23ffffff'/%3E%3Cpath d='M55.8997 39.8118C53.874 39.8118 52.0144 39.5902 50.3097 39.1361C48.6051 38.693 47.1329 37.984 45.9042 37.0203C44.6755 36.0566 43.7125 34.8049 43.0151 33.2651C42.3178 31.7254 41.9746 29.8533 41.9746 27.6711V23.3399C41.9746 21.1466 42.3178 19.2856 43.0151 17.7459C43.7125 16.2061 44.6755 14.9544 45.9042 13.9907C47.1329 13.027 48.594 12.3291 50.3097 11.8749C52.0144 11.4318 53.8851 11.1992 55.8997 11.1992C57.9143 11.1992 59.796 11.4208 61.5228 11.8749C63.2496 12.318 64.7218 13.027 65.9505 13.9907C67.1792 14.9544 68.1422 16.2061 68.8396 17.7459C69.5369 19.2856 69.8801 21.1577 69.8801 23.3399V27.6711C69.8801 29.8644 69.5369 31.7254 68.8396 33.2651C68.1422 34.8049 67.1792 36.0566 65.9505 37.0203C64.7218 37.984 63.2496 38.6819 61.5228 39.1361C59.796 39.5792 57.9253 39.8118 55.8997 39.8118ZM55.8997 31.7475C56.6967 31.7475 57.3719 31.6146 57.9143 31.3488C58.4567 31.0829 58.8994 30.7395 59.2315 30.3297C59.5636 29.9198 59.8071 29.4435 59.951 28.9118C60.0949 28.3801 60.1724 27.8483 60.1724 27.3166V23.6833C60.1724 23.1516 60.0949 22.631 59.951 22.1103C59.8071 21.6008 59.5636 21.1244 59.2315 20.6924C58.8994 20.2604 58.4567 19.917 57.9143 19.6512C57.3719 19.3853 56.6967 19.2524 55.8997 19.2524C55.1027 19.2524 54.4275 19.3853 53.8851 19.6512C53.3427 19.917 52.8999 20.2604 52.5678 20.6924C52.2358 21.1244 52.0033 21.6008 51.8705 22.1103C51.7377 22.6199 51.6712 23.1516 51.6712 23.6833V27.3166C51.6712 27.8483 51.7377 28.3801 51.8705 28.9118C52.0033 29.4435 52.2358 29.9198 52.5678 30.3297C52.8999 30.7506 53.3427 31.0829 53.8851 31.3488C54.4275 31.6146 55.1027 31.7475 55.8997 31.7475Z' fill='%23ffffff'/%3E%3Cpath d='M66.6698 1.69484L72.6472 9.37138C72.6472 9.37138 72.7468 9.53754 73.1231 9.71478C73.4995 9.89201 73.7651 9.90309 73.7651 9.90309H79.9971C81.9564 9.90309 83.5061 10.3794 84.6462 11.321C85.7863 12.2625 86.3619 13.7691 86.3619 15.8294V24.9349C86.3619 26.9953 85.7863 28.4907 84.6462 29.4434C83.5061 30.396 81.9564 30.8613 79.9971 30.8613H77.6836C77.6836 30.8613 77.4844 30.8391 77.2077 30.961C76.9309 31.0828 76.8645 31.1604 76.8645 31.1604L67.3671 38.8258C67.3671 38.8258 67.0904 39.0806 67.1458 39.3354C67.2011 39.5902 67.4668 39.9114 68.1088 39.9114H80.0414C82.3327 39.9114 84.4691 39.6788 86.4615 39.2135C88.454 38.7483 90.1808 37.9507 91.6641 36.8208C93.1363 35.691 94.3096 34.1845 95.173 32.3124C96.0364 30.4403 96.4681 28.092 96.4681 25.2673V15.4639C96.4681 12.6724 96.0364 10.3462 95.173 8.47412C94.3096 6.60206 93.1473 5.09556 91.6641 3.96568C90.1918 2.8358 88.454 2.03823 86.4615 1.55083C84.4691 1.06343 82.3327 0.830811 80.0414 0.830811H67.0572C66.0056 0.830811 66.6698 1.67268 66.6698 1.67268' fill='%23ffffff'/%3E%3Cpath d='M19.2714 24.3367L27.9275 0.841872C28.0271 0.542786 28.1378 0.332318 28.2707 0.199391C28.4035 0.0664636 28.647 0 29.0123 0H37.4692C38.1665 0 38.5097 0.321241 38.5097 0.941567V38.0172C38.5097 38.715 38.1776 39.0584 37.5135 39.0584H30.0085C29.3444 39.0584 29.0123 38.715 29.0123 38.0172V21.3902L23.5441 35.7242C23.4445 36.0233 23.3227 36.2337 23.201 36.3667C23.0792 36.4996 22.8246 36.566 22.4593 36.566H16.0945C15.7293 36.566 15.4857 36.4885 15.375 36.3445C15.2533 36.2005 15.1315 35.99 14.9987 35.7242L0.132745 1.34035C-0.0332929 0.974799 -0.044362 0.664636 0.110607 0.398782C0.265576 0.132927 0.531237 0 0.929728 0H9.3866C9.98434 0 10.3939 0.265854 10.6264 0.797563L19.2825 24.3367H19.2714Z' fill='%23ffffff'/%3E%3Cpath d='M0.0332031 8.26371C0.0332031 7.89816 0.22138 7.68769 0.586663 7.62123C0.951947 7.55477 1.21761 7.70985 1.38365 8.06432L9.08782 25.9319C9.25385 26.2975 9.36455 26.6077 9.43096 26.8735C9.49738 27.1394 9.53058 27.4385 9.53058 27.7708V38.1169C9.53058 38.7483 9.19851 39.0585 8.53435 39.0585H1.07371C0.376349 39.0585 0.0332031 38.7373 0.0332031 38.1169V8.26371Z' fill='%23ffffff'/%3E%3Cpath d='M221.794 30.7284C221.794 17.2585 200.242 6.34737 173.654 6.34737C156.696 6.34737 141.786 10.7893 133.207 17.5022C140.336 8.55174 157.648 2.24878 177.86 2.24878C204.448 2.24878 226 13.171 226 26.6298C226 31.5038 223.178 36.0455 218.307 39.8561C220.554 37.0425 221.794 33.9519 221.794 30.7284Z' fill='url(%23paint0_radial_643_11732)'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_643_11732' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(143.381 8.27481) rotate(-180) scale(118.596 115.226)'%3E%3Cstop stop-color='%23F2A51E'/%3E%3Cstop offset='1' stop-color='%23F15630'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_643_11732'%3E%3Crect width='226' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.footer .inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 0;
}
.footer__top {
  background-color: #032a5d;
}
.footer .corp__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px;
  margin-top: 32px;
}
.footer .corp__list li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.footer .corp__list li:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 13px;
  background-color: #fff;
}
.footer .corp__link {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
.footer .company-info {
  margin-top: 32px;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
}
.footer__bottom {
  background-color: #f9fafb;
}
.footer .auth {
  display: grid;
  grid-template-columns: repeat(5, minmax(100px, 133px));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.footer .auth li {
  max-width: 133px;
}

@media (max-width: 768px) {
  .footer .logo {
    width: 161px;
    height: 30px;
  }
  .footer .inner {
    padding: 40px 16px;
  }
  .footer .corp__list {
    padding-top: 25px;
  }
  .footer .corp__list li {
    margin-top: -25px;
  }
  .footer .auth {
    grid-template-columns: repeat(2, 1fr);
  }
}
.small__text {
  display: block;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.m_break {
  display: none;
}

.point--text {
  font-weight: inherit;
  color: #ff5f1b;
}

.ant {
  display: block;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #ff5f1b;
}
.ant + .contents {
  margin-top: 16px;
}

.section {
  padding-top: 80px;
}
.section:first-of-type {
  padding-top: 120px;
}
.section:last-child {
  padding-bottom: 120px;
}
.section:has(.process) .ant {
  text-align: center;
}
.section:has(.process) .contents__top {
  text-align: center;
}
.section:has(.process) .contents__bottom {
  margin-top: 40px;
}
.section:has(.instructor) .ant {
  text-align: center;
}
.section:has(.instructor) .contents__top {
  text-align: center;
}
.section:has(.instructor) .contents__bottom {
  margin-top: 80px;
}
.section .title__point {
  display: block;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #ff5f1b;
}
.section .title__text {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}
.section .title + .desc {
  margin-top: 16px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.section .contents:is(.tab__list) .contents__bottom {
  margin-top: 0;
}
.section .contents__top .title + .desc {
  margin-top: 16px;
}
.section .contents__bottom:has(.qual__list) {
  margin-top: 40px;
}
.section--calendar {
  padding-top: 120px;
  padding-bottom: 0;
}
.section--calendar .title {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}
.section--calendar .desc {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .ant + .contents {
    margin-top: 12px;
  }
  .m_break {
    display: block;
  }
  .section {
    padding-top: 40px;
  }
  .section:first-of-type {
    padding-top: 80px;
  }
  .section:last-child {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section:last-child:is(.banner--contact) {
    padding-top: 40px;
  }
  .section:not(.banner--contact) .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .section:has(.instructor) .contents__bottom {
    margin-top: 60px;
  }
  .section .title__text {
    font-size: 24px;
  }
  .section .contents__top .title + .desc {
    margin-top: 12px;
  }
  .section .contents__bottom:has(.qual__list) {
    margin-top: 20px;
  }
  .section--calendar {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.main .banner--line .btn {
  padding: 4px 20px;
  border-radius: 50px;
}
.main .banner--line .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.main .banner--line .btn .text {
  font-weight: 700;
}
.main .section:not(.section--04) .inner {
  max-width: 1240px;
  margin: 0 auto;
}
.main .section--01 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f9fafb;
}
.main .section--01 .contents__top .title__text:nth-child(1) {
  font-size: 24px;
  font-weight: 400;
  color: #111;
}
.main .section--01 .contents__top .title__text:has(.point--text) {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
}
.main .section--01 .contents__top .desc {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #111;
}
.main .section--01 .contents__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 80px;
}
.main .section--01 .contents__bottom .item {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 440px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main .section--01 .contents__bottom .item:hover {
  background-size: 120%;
}
.main .section--01 .contents__bottom .item:nth-child(1) {
  background-image: url("../assets/images/bg_01@2x.jpg");
}
.main .section--01 .contents__bottom .item:nth-child(2) {
  background-image: url("../assets/images/bg_02@2x.jpg");
}
.main .section--01 .contents__bottom .item:nth-child(3) {
  background-image: url("../assets/images/bg_03@2x.jpg");
}
.main .section--01 .contents__bottom .item__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 24px 10px;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.main .section--01 .contents__bottom .item__content {
  display: none;
  margin-top: 14px;
  padding-left: 24px;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  cursor: pointer;
}
.main .section--01 .contents__bottom .item__content ul {
  list-style: disc;
  margin-left: 26px;
}
.main .section--01 .contents__bottom .item__content p:nth-of-type(2) {
  margin-top: 20px;
}
.main .section--01 .contents__bottom .item__content.is-active {
  display: block;
}
.main .section--02 {
  background-size: 1222px 656px;
  background-position: top 118px right;
  background-repeat: no-repeat;
}
.main .section--02 .contents__top .title__text {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  color: #111;
}
.main .section--02 .contents__top .title__text:has(.point--text) {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
.main .section--02 .contents__top .title__text:nth-child(2) {
  margin-top: 16px;
  line-height: 1.4;
}
.main .section--02 .contents__bottom {
  margin-top: 16px;
}
.main .section--02 .contents__bottom li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 500px;
  padding: 40px;
  cursor: pointer;
}
.main .section--02 .contents__bottom li + li {
  margin-top: 4px;
}
.main .section--02 .contents__bottom li:hover, .main .section--02 .contents__bottom li.is-active {
  background-color: #032a5d;
  color: #fff;
}
.main .section--02 .contents__bottom li:hover strong, .main .section--02 .contents__bottom li.is-active strong {
  color: #fff;
}
.main .section--02 .contents__bottom li:hover p, .main .section--02 .contents__bottom li.is-active p {
  font-weight: 700;
  color: #fff;
}
.main .section--02 .contents__bottom li strong {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.main .section--02 .contents__bottom li p {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #7a7a7a;
}
.main .section--03 .ant {
  text-align: center;
}
.main .section--03 .contents__top {
  text-align: center;
}
.main .section--04 {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.main .section--04 img {
  width: 100%;
}

@media (max-width: 1024px) {
  .main .banner--line .inner {
    gap: 5%;
  }
  .main .banner--line .btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .main .section .contents {
    margin-top: 12px;
  }
  .main .section--01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .main .section--01 .inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .main .section--01 .ant {
    padding-left: 16px;
    padding-right: 16px;
  }
  .main .section--01 .contents__top {
    padding-left: 16px;
    padding-right: 16px;
  }
  .main .section--01 .contents__top .title__text:nth-child(1) {
    margin-bottom: 4px;
    font-size: 20px;
  }
  .main .section--01 .contents__top .title__text:has(.point--text) {
    font-size: 24px;
    line-height: 1.2;
  }
  .main .section--01 .contents__bottom {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 40px;
    padding: 0 16px;
  }
  .main .section--01 .contents__bottom .item {
    height: 360px;
  }
  .main .section--01 .contents__bottom li {
    width: 100%;
  }
  .main .section--02 {
    padding-top: 80px;
  }
  .main .section--02 .inner {
    max-width: 100%;
    padding: 0 16px;
  }
  .main .section--02 .contents__top .title__text:nth-child(2) {
    margin-top: 12px;
  }
  .main .section--02 .contents__bottom li {
    width: 100%;
  }
  .main .section--03 {
    max-width: 100%;
  }
  .main .section--03 .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .main .section--04 {
    max-width: 100%;
    padding: 40px 0;
  }
  .main .section--04 .inner {
    padding: 0;
  }
}
.eduSafety .section .inner {
  max-width: 1240px;
  margin: 0 auto;
}
.eduSafety .section--01 {
  background-color: #fff;
}
.eduSafety .section--02 {
  padding-top: 120px;
}
.eduSafety .section--02 .contents__bottom {
  margin-top: 16px;
}
.eduSafety .section--03 {
  padding-top: 120px;
}
.eduSafety .section--03 .contents__bottom {
  margin-top: 40px;
}
.eduSafety .section--03 .table__header .th:nth-child(1) {
  grid-column: 2/3;
}

@media (max-width: 1024px) {
  .eduSafety .section--01 .contents__bottom {
    margin-top: 12px;
  }
  .eduSafety .section--02 {
    padding-top: 80px;
  }
  .eduSafety .section--03 {
    padding-top: 80px;
  }
  .eduSafety .section--03 .contents__bottom {
    margin-top: 20px;
  }
  .eduSafety .section--03 .table__body__item .th,
  .eduSafety .section--03 .table__body__item .td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.eduDir .section .inner {
  max-width: 1240px;
  margin: 0 auto;
}
.eduDir .section--01 {
  padding-bottom: 80px;
  background-color: #f9fafb;
}
.eduDir .section--01 .title__text {
  margin-top: 16px;
}
.eduDir .section--01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  height: 540px;
  padding-left: 480px;
  background-image: url("../assets/images/img_02@2x.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
.eduDir .section--01 .contents__bottom:has(.is-active) {
  padding-top: 16px;
}
.eduDir .section--02 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.eduDir .section--03:is(.section--calendar) {
  padding-bottom: 0;
}
.eduDir .section--03 .ant,
.eduDir .section--03 .contents__top {
  text-align: center;
}

@media (max-width: 1024px) {
  .eduDir .section:not(.banner--contact) .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .eduDir .section--01 {
    padding-bottom: 40px;
  }
  .eduDir .section--01 .title__text {
    margin-top: 12px;
  }
  .eduDir .section--01 .inner {
    height: 100%;
    background-image: none;
  }
  .eduDir .section--01 .contents__bottom:has(.is-active) {
    padding-top: 12px;
  }
}
.eduZoom .tab__bottom .desc__wrapper .table__wrapper {
  margin-top: 20px;
}
.eduZoom .section .inner {
  max-width: 1240px;
  margin: 0 auto;
}
.eduZoom .section--calendar .ant {
  text-align: center;
}
.eduZoom .section--calendar .contents__top .title {
  text-align: center;
}
.eduZoom .section--02 .table__header {
  grid-template-columns: repeat(2, 1fr);
}
.eduZoom .section--02 .table__header .th {
  padding: 4px;
  color: #fff;
  background-color: #7a7a7a;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.eduZoom .section--02 .table__body__item > li {
  grid-template-columns: repeat(2, 1fr);
}
.eduZoom .section--02 .table__body__item > li:nth-child(2) {
  grid-template-columns: 1fr;
}
.eduZoom .section--02 .table__body__item .th,
.eduZoom .section--02 .table__body__item .td {
  padding: 4px;
}
.eduZoom .section--02 .table__body__item .th {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  background-color: #032a5d;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.eduZoom .section--02 .table__body__item .td {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #111;
  background-color: #fff;
  border-bottom: 1px solid #eae8e8;
  border-left: 1px solid #eae8e8;
  border-right: 1px solid #eae8e8;
}
.eduZoom .section--03 {
  padding-top: 120px;
}
.eduZoom .section--03 .inner {
  padding-right: 30%;
  background-image: url("../assets/images/img_03@2x.png");
  background-size: 538px 525px;
  background-position: right;
  background-repeat: no-repeat;
}
.eduZoom .section--03 .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}
.eduZoom .section--03 .detail__title {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.eduZoom .section--03 .table__header {
  grid-template-columns: repeat(3, 1fr);
}
.eduZoom .section--03 .table__header .th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  color: #111;
  background-color: #f2f4f7;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.eduZoom .section--03 .table__header .th:nth-child(1) {
  border-left: none;
}
.eduZoom .section--03 .table__body__item > li {
  grid-template-columns: repeat(3, 1fr);
}
.eduZoom .section--03 .table__body__item .th,
.eduZoom .section--03 .table__body__item .td {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  padding: 16px;
}
.eduZoom .section--03 .table__body__item .th {
  color: #111;
  background-color: #fff;
  border-bottom: 1px solid #eae8e8;
  border-left: 1px solid #eae8e8;
}
.eduZoom .section--03 .table__body__item .td {
  color: #111;
  background-color: #fff;
  border-bottom: 1px solid #eae8e8;
  border-left: 1px solid #eae8e8;
  border-right: 1px solid #eae8e8;
}
.eduZoom .section--03 .table__body__item .td span {
  display: block;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #7a7a7a;
}
.eduZoom .section--04 {
  padding-top: 120px;
}
.eduZoom .section--04 .ant,
.eduZoom .section--04 .title {
  text-align: center;
}
.eduZoom .section--04 .desc {
  margin-top: 16px;
  text-align: center;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.eduZoom .section--04 .process__list li:nth-child(1) .process__num {
  color: #90d046;
  border: 2px solid #90d046;
}
.eduZoom .section--04 .process__list li:nth-child(1) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='38' viewBox='0 0 37 38' fill='none'%3E%3Cpath d='M31.5007 4.33317H27.834V2.49984C27.834 2.01361 27.6408 1.54729 27.297 1.20347C26.9532 0.859658 26.4869 0.666504 26.0007 0.666504C25.5144 0.666504 25.0481 0.859658 24.7043 1.20347C24.3605 1.54729 24.1673 2.01361 24.1673 2.49984V4.33317H13.1673V2.49984C13.1673 2.01361 12.9742 1.54729 12.6303 1.20347C12.2865 0.859658 11.8202 0.666504 11.334 0.666504C10.8478 0.666504 10.3814 0.859658 10.0376 1.20347C9.69381 1.54729 9.50065 2.01361 9.50065 2.49984V4.33317H5.83398C4.37529 4.33317 2.97635 4.91263 1.9449 5.94408C0.913447 6.97553 0.333984 8.37448 0.333984 9.83317V31.8332C0.333984 33.2919 0.913447 34.6908 1.9449 35.7223C2.97635 36.7537 4.37529 37.3332 5.83398 37.3332H31.5007C32.9593 37.3332 34.3583 36.7537 35.3897 35.7223C36.4212 34.6908 37.0007 33.2919 37.0007 31.8332V9.83317C37.0007 8.37448 36.4212 6.97553 35.3897 5.94408C34.3583 4.91263 32.9593 4.33317 31.5007 4.33317ZM33.334 31.8332C33.334 32.3194 33.1408 32.7857 32.797 33.1295C32.4532 33.4734 31.9869 33.6665 31.5007 33.6665H5.83398C5.34775 33.6665 4.88144 33.4734 4.53762 33.1295C4.19381 32.7857 4.00065 32.3194 4.00065 31.8332V18.9998H33.334V31.8332ZM33.334 15.3332H4.00065V9.83317C4.00065 9.34694 4.19381 8.88063 4.53762 8.53681C4.88144 8.19299 5.34775 7.99984 5.83398 7.99984H9.50065V9.83317C9.50065 10.3194 9.69381 10.7857 10.0376 11.1295C10.3814 11.4733 10.8478 11.6665 11.334 11.6665C11.8202 11.6665 12.2865 11.4733 12.6303 11.1295C12.9742 10.7857 13.1673 10.3194 13.1673 9.83317V7.99984H24.1673V9.83317C24.1673 10.3194 24.3605 10.7857 24.7043 11.1295C25.0481 11.4733 25.5144 11.6665 26.0007 11.6665C26.4869 11.6665 26.9532 11.4733 27.297 11.1295C27.6408 10.7857 27.834 10.3194 27.834 9.83317V7.99984H31.5007C31.9869 7.99984 32.4532 8.19299 32.797 8.53681C33.1408 8.88063 33.334 9.34694 33.334 9.83317V15.3332Z' fill='%2390d046'/%3E%3C/svg%3E");
}
.eduZoom .section--04 .process__list li:nth-child(1) .process__text {
  color: #90d046;
}
.eduZoom .section--04 .process__list li:nth-child(1):hover .process__num {
  background-color: #90d046;
}
.eduZoom .section--04 .process__list li:nth-child(2) .process__num {
  color: #54cf9f;
  border: 2px solid #54cf9f;
}
.eduZoom .section--04 .process__list li:nth-child(2) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='32' viewBox='0 0 40 32' fill='none'%3E%3Cpath d='M1.66699 2.25H14.0548C14.7773 2.24991 15.4928 2.39219 16.1603 2.6687C16.8278 2.9452 17.4343 3.35052 17.9452 3.8615L23.667 9.58333M7.16699 18.75H1.66699M13.5837 7.75L17.2503 11.4167C17.4911 11.6574 17.6821 11.9432 17.8124 12.2578C17.9427 12.5724 18.0097 12.9095 18.0097 13.25C18.0097 13.5905 17.9427 13.9276 17.8124 14.2422C17.6821 14.5568 17.4911 14.8426 17.2503 15.0833C17.0096 15.3241 16.7237 15.5151 16.4092 15.6454C16.0946 15.7757 15.7575 15.8427 15.417 15.8427C15.0765 15.8427 14.7394 15.7757 14.4248 15.6454C14.1102 15.5151 13.8244 15.3241 13.5837 15.0833L10.8337 12.3333C9.25699 13.91 6.75816 14.0878 4.97249 12.7495L4.41699 12.3333' stroke='%2354cf9f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.16699 14.1668V22.4168C7.16699 25.8745 7.16699 27.6015 8.24133 28.6758C9.31566 29.7502 11.0427 29.7502 14.5003 29.7502H31.0003C34.458 29.7502 36.185 29.7502 37.2593 28.6758C38.3337 27.6015 38.3337 25.8745 38.3337 22.4168V16.9168C38.3337 13.4592 38.3337 11.7322 37.2593 10.6578C36.185 9.5835 34.458 9.5835 31.0003 9.5835H15.417' stroke='%2354cf9f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.9587 19.6668C25.9587 20.5177 25.6206 21.3338 25.019 21.9355C24.4173 22.5371 23.6012 22.8752 22.7503 22.8752C21.8994 22.8752 21.0834 22.5371 20.4817 21.9355C19.88 21.3338 19.542 20.5177 19.542 19.6668C19.542 18.8159 19.88 17.9999 20.4817 17.3982C21.0834 16.7965 21.8994 16.4585 22.7503 16.4585C23.6012 16.4585 24.4173 16.7965 25.019 17.3982C25.6206 17.9999 25.9587 18.8159 25.9587 19.6668Z' stroke='%2354cf9f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.eduZoom .section--04 .process__list li:nth-child(2) .process__text {
  color: #54cf9f;
}
.eduZoom .section--04 .process__list li:nth-child(2):hover .process__num {
  background-color: #54cf9f;
}
.eduZoom .section--04 .process__list li:nth-child(3) .process__num {
  color: #4fd1db;
  border: 2px solid #4fd1db;
}
.eduZoom .section--04 .process__list li:nth-child(3) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Cpath d='M20.167 7.00016L23.8337 3.3335C25.667 1.50016 29.3337 1.50016 31.167 3.3335L33.0003 5.16683C34.8337 7.00016 34.8337 10.6668 33.0003 12.5002L23.8337 21.6668C22.0003 23.5002 18.3337 23.5002 16.5003 21.6668M16.5003 29.0002L12.8337 32.6668C11.0003 34.5002 7.33366 34.5002 5.50033 32.6668L3.66699 30.8335C1.83366 29.0002 1.83366 25.3335 3.66699 23.5002L12.8337 14.3335C14.667 12.5002 18.3337 12.5002 20.167 14.3335' stroke='%234fd1db' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.eduZoom .section--04 .process__list li:nth-child(3) .process__text {
  color: #4fd1db;
}
.eduZoom .section--04 .process__list li:nth-child(3):hover .process__num {
  background-color: #4fd1db;
}
.eduZoom .section--04 .process__list li:nth-child(4) .process__num {
  color: #43a3e0;
  border: 2px solid #43a3e0;
}
.eduZoom .section--04 .process__list li:nth-child(4) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath d='M20.6224 1.57129H40.4287C41.9027 1.57129 43.097 2.76557 43.097 4.23957V25.5419C43.097 27.019 41.9027 28.2133 40.4287 28.2133H24.2367M10.5621 12.5744C12.0212 12.5744 13.4206 11.9948 14.4523 10.9631C15.4841 9.93131 16.0637 8.53197 16.0637 7.07286C16.0637 5.61375 15.4841 4.21441 14.4523 3.18266C13.4206 2.15092 12.0212 1.57129 10.5621 1.57129C9.10301 1.57129 7.70366 2.15092 6.67192 3.18266C5.64018 4.21441 5.06055 5.61375 5.06055 7.07286C5.06055 8.53197 5.64018 9.93131 6.67192 10.9631C7.70366 11.9948 9.10301 12.5744 10.5621 12.5744Z' stroke='%2343a3e0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.9506 17.3703C28.9506 15.5883 27.5049 14.1426 25.7229 14.1426H10.5618C8.35397 14.1434 6.23685 15.0208 4.67571 16.582C3.11457 18.1431 2.23716 20.2602 2.23633 22.468V29.8569H5.80347L6.99461 42.4283H14.1289L16.8695 20.6011H25.7229C27.5049 20.6011 28.9506 19.1554 28.9506 17.3703Z' stroke='%2343a3e0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.eduZoom .section--04 .process__list li:nth-child(4) .process__text {
  color: #43a3e0;
}
.eduZoom .section--04 .process__list li:nth-child(4):hover .process__num {
  background-color: #43a3e0;
}
.eduZoom .section--04 .process__list li:nth-child(5) .process__num {
  color: #4585e4;
  border: 2px solid #4585e4;
}
.eduZoom .section--04 .process__list li:nth-child(5) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='40' viewBox='0 0 36 40' fill='none'%3E%3Cpath d='M1.5 16.3332C1.5 9.41967 1.5 5.962 3.64867 3.81517C5.79733 1.66834 9.25317 1.6665 16.1667 1.6665H19.8333C26.7468 1.6665 30.2045 1.6665 32.3513 3.81517C34.4982 5.96384 34.5 9.41967 34.5 16.3332V23.6665C34.5 30.58 34.5 34.0377 32.3513 36.1845C30.2027 38.3313 26.7468 38.3332 19.8333 38.3332H16.1667C9.25317 38.3332 5.7955 38.3332 3.64867 36.1845C1.50183 34.0358 1.5 30.58 1.5 23.6665V16.3332Z' stroke='%234585e4' stroke-width='3'/%3E%3Cpath d='M10.667 16.333H25.3337M10.667 23.6663H19.8337' stroke='%234585e4' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}
.eduZoom .section--04 .process__list li:nth-child(5) .process__text {
  color: #4585e4;
}
.eduZoom .section--04 .process__list li:nth-child(5):hover .process__num {
  background-color: #4585e4;
}
.eduZoom .section--04 .process__list li:nth-child(6) .process__num {
  color: #032a5d;
  border: 2px solid #032a5d;
}
.eduZoom .section--04 .process__list li:nth-child(6) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='38' viewBox='0 0 37 38' fill='none'%3E%3Cpath d='M9.16764 15.3332C8.80504 15.3332 8.45059 15.4407 8.1491 15.6421C7.84761 15.8436 7.61262 16.1299 7.47386 16.4649C7.3351 16.7999 7.2988 17.1685 7.36954 17.5242C7.44028 17.8798 7.61488 18.2065 7.87128 18.4629C8.12768 18.7193 8.45435 18.8939 8.80998 18.9646C9.16561 19.0354 9.53423 18.999 9.86923 18.8603C10.2042 18.7215 10.4906 18.4865 10.692 18.1851C10.8935 17.8836 11.001 17.5291 11.001 17.1665C11.001 16.6803 10.8078 16.214 10.464 15.8701C10.1202 15.5263 9.65387 15.3332 9.16764 15.3332ZM31.1676 7.99984H29.3343V2.49984C29.3343 2.01361 29.1412 1.54729 28.7973 1.20347C28.4535 0.859658 27.9872 0.666504 27.501 0.666504H9.16764C8.68141 0.666504 8.2151 0.859658 7.87128 1.20347C7.52746 1.54729 7.33431 2.01361 7.33431 2.49984V7.99984H5.50098C4.04229 7.99984 2.64334 8.5793 1.61189 9.61075C0.580439 10.6422 0.000976563 12.0411 0.000976562 13.4998V24.4998C0.000976563 25.9585 0.580439 27.3575 1.61189 28.3889C2.64334 29.4204 4.04229 29.9998 5.50098 29.9998H7.33431V35.4998C7.33431 35.9861 7.52746 36.4524 7.87128 36.7962C8.2151 37.14 8.68141 37.3332 9.16764 37.3332H27.501C27.9872 37.3332 28.4535 37.14 28.7973 36.7962C29.1412 36.4524 29.3343 35.9861 29.3343 35.4998V29.9998H31.1676C32.6263 29.9998 34.0253 29.4204 35.0567 28.3889C36.0882 27.3575 36.6676 25.9585 36.6676 24.4998V13.4998C36.6676 12.0411 36.0882 10.6422 35.0567 9.61075C34.0253 8.5793 32.6263 7.99984 31.1676 7.99984ZM11.001 4.33317H25.6676V7.99984H11.001V4.33317ZM25.6676 33.6665H11.001V26.3332H25.6676V33.6665ZM33.001 24.4998C33.001 24.9861 32.8078 25.4524 32.464 25.7962C32.1202 26.14 31.6539 26.3332 31.1676 26.3332H29.3343V24.4998C29.3343 24.0136 29.1412 23.5473 28.7973 23.2035C28.4535 22.8597 27.9872 22.6665 27.501 22.6665H9.16764C8.68141 22.6665 8.2151 22.8597 7.87128 23.2035C7.52746 23.5473 7.33431 24.0136 7.33431 24.4998V26.3332H5.50098C5.01475 26.3332 4.54843 26.14 4.20461 25.7962C3.8608 25.4524 3.66764 24.9861 3.66764 24.4998V13.4998C3.66764 13.0136 3.8608 12.5473 4.20461 12.2035C4.54843 11.8597 5.01475 11.6665 5.50098 11.6665H31.1676C31.6539 11.6665 32.1202 11.8597 32.464 12.2035C32.8078 12.5473 33.001 13.0136 33.001 13.4998V24.4998Z' fill='%23032a5d'/%3E%3C/svg%3E");
}
.eduZoom .section--04 .process__list li:nth-child(6) .process__text {
  color: #032a5d;
}
.eduZoom .section--04 .process__list li:nth-child(6):hover .process__num {
  background-color: #032a5d;
}
.eduZoom .section--04 .process__list li:hover .process__num {
  color: #fff;
}
.eduZoom .section:last-child {
  padding-bottom: 200px;
}

@media (max-width: 1920px) {
  .eduZoom .section--03 .inner {
    padding-right: 34%;
  }
}
@media (max-width: 1680px) {
  .eduZoom .section--03 .inner {
    padding-right: 40%;
  }
}
@media (max-width: 1440px) {
  .eduZoom .section--03 .inner {
    padding-right: 45%;
  }
}
@media (max-width: 1280px) {
  .eduZoom .section--03 .inner {
    padding-right: 50%;
  }
}
@media (max-width: 1024px) {
  .eduZoom .section--01 {
    padding-bottom: 64px;
  }
  .eduZoom .section--02 {
    padding-top: 80px;
    padding-bottom: 28px;
  }
  .eduZoom .section--03 {
    padding-top: 80px;
  }
  .eduZoom .section--03 .inner {
    padding-right: 0;
    padding: 0 16px;
    background-image: none;
  }
  .eduZoom .section--03 .qual__list {
    margin-top: 20px;
  }
  .eduZoom .section--03 .qual__text {
    font-size: 16px;
  }
  .eduZoom .section--03 .detail {
    gap: 20px;
    margin-top: 20px;
  }
  .eduZoom .section--03 .detail__title {
    font-size: 24px;
  }
  .eduZoom .section--04 {
    padding-top: 80px;
  }
  .eduZoom .section--04 .contents__bottom {
    margin-top: 20px;
  }
}
.eduMail .section .inner {
  max-width: 1240px;
  margin: 0 auto;
}
.eduMail .section--01 .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 120px;
  position: relative;
}
.eduMail .section--01 .contents {
  margin-top: 0;
}
.eduMail .section--03 .process__list {
  grid-template-columns: repeat(7, 1fr);
}
.eduMail .section--03 .process__list li {
  text-align: center;
}
.eduMail .section--03 .process__list li:nth-child(1) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='36' viewBox='0 0 45 36' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.29069 8.6362C1.81921 8.85796 1.42057 9.2093 1.14136 9.64919C0.862138 10.0891 0.713867 10.5993 0.713867 11.1204C0.713867 11.6414 0.862138 12.1517 1.14136 12.5915C1.42057 13.0314 1.81921 13.3828 2.29069 13.6045L6.22028 15.4594V26.2315C6.22028 28.2705 6.88255 30.5458 8.81437 31.9472C11.2491 33.7059 15.6843 35.8494 22.7191 35.8494C29.7539 35.8494 34.1781 33.6922 36.6238 31.9472C38.5557 30.5513 39.2179 28.2924 39.2179 26.2315V15.4594L41.9659 14.1596V26.2232C41.9659 26.5876 42.1107 26.9371 42.3683 27.1948C42.626 27.4524 42.9755 27.5972 43.3399 27.5972C43.7043 27.5972 44.0538 27.4524 44.3114 27.1948C44.5691 26.9371 44.7139 26.5876 44.7139 26.2232V11.1094C44.714 10.589 44.5663 10.0792 44.2881 9.63944C44.0098 9.19966 43.6124 8.84795 43.142 8.62521L27.4236 1.20569C25.9545 0.510967 24.3497 0.150635 22.7246 0.150635C21.0995 0.150635 19.4947 0.510967 18.0256 1.20569L2.30717 8.62521L2.29069 8.6362ZM8.96826 26.2232V16.7427L18.0091 21.0296C19.4782 21.7243 21.083 22.0846 22.7081 22.0846C24.3332 22.0846 25.938 21.7243 27.4071 21.0296L36.448 16.7427V26.2232C36.448 27.7511 35.9533 28.9987 34.9915 29.6857C33.002 31.1229 29.1384 33.0931 22.7081 33.0931C16.2779 33.0931 12.4032 31.1366 10.4247 29.6857C9.46564 28.9932 8.96826 27.7374 8.96826 26.2232ZM19.1907 3.68985C20.2902 3.16905 21.4915 2.89889 22.7081 2.89889C23.9247 2.89889 25.1261 3.16905 26.2255 3.68985L41.9439 11.1094L26.2255 18.5289C25.1261 19.0497 23.9247 19.3199 22.7081 19.3199C21.4915 19.3199 20.2902 19.0497 19.1907 18.5289L3.47231 11.1094L19.1907 3.68985Z' fill='%2390d046'/%3E%3C/svg%3E");
}
.eduMail .section--03 .process__list li:nth-child(2) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='32' viewBox='0 0 40 32' fill='none'%3E%3Cpath d='M1.80957 2.25H14.1974C14.9199 2.24991 15.6354 2.39219 16.3029 2.6687C16.9704 2.9452 17.5769 3.35052 18.0877 3.8615L23.8096 9.58333M7.30957 18.75H1.80957M13.7262 7.75L17.3929 11.4167C17.6337 11.6574 17.8246 11.9432 17.9549 12.2578C18.0852 12.5724 18.1523 12.9095 18.1523 13.25C18.1523 13.5905 18.0852 13.9276 17.9549 14.2422C17.8246 14.5568 17.6337 14.8426 17.3929 15.0833C17.1521 15.3241 16.8663 15.5151 16.5518 15.6454C16.2372 15.7757 15.9001 15.8427 15.5596 15.8427C15.2191 15.8427 14.8819 15.7757 14.5674 15.6454C14.2528 15.5151 13.967 15.3241 13.7262 15.0833L10.9762 12.3333C9.39957 13.91 6.90074 14.0878 5.11507 12.7495L4.55957 12.3333' stroke='%2354cf9f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.30957 14.1666V22.4166C7.30957 25.8743 7.30957 27.6013 8.3839 28.6756C9.45824 29.7499 11.1852 29.7499 14.6429 29.7499H31.1429C34.6006 29.7499 36.3276 29.7499 37.4019 28.6756C38.4762 27.6013 38.4762 25.8743 38.4762 22.4166V16.9166C38.4762 13.4589 38.4762 11.7319 37.4019 10.6576C36.3276 9.58325 34.6006 9.58325 31.1429 9.58325H15.5596' stroke='%2354cf9f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.1012 19.6666C26.1012 20.5175 25.7632 21.3335 25.1615 21.9352C24.5599 22.5369 23.7438 22.8749 22.8929 22.8749C22.042 22.8749 21.2259 22.5369 20.6243 21.9352C20.0226 21.3335 19.6846 20.5175 19.6846 19.6666C19.6846 18.8157 20.0226 17.9996 20.6243 17.398C21.2259 16.7963 22.042 16.4583 22.8929 16.4583C23.7438 16.4583 24.5599 16.7963 25.1615 17.398C25.7632 17.9996 26.1012 18.8157 26.1012 19.6666Z' stroke='%2354cf9f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.eduMail .section--03 .process__list li:nth-child(3) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='40' viewBox='0 0 33 40' fill='none'%3E%3Cpath d='M7.73438 10.6978C7.73438 10.3278 7.88138 9.97286 8.14306 9.71118C8.40474 9.4495 8.75965 9.30249 9.12972 9.30249H24.0134C24.3835 9.30249 24.7384 9.4495 25.0001 9.71118C25.2618 9.97286 25.4088 10.3278 25.4088 10.6978C25.4088 11.0679 25.2618 11.4228 25.0001 11.6845C24.7384 11.9462 24.3835 12.0932 24.0134 12.0932H9.12972C8.75965 12.0932 8.40474 11.9462 8.14306 11.6845C7.88138 11.4228 7.73438 11.0679 7.73438 10.6978ZM9.12972 15.8141C8.75965 15.8141 8.40474 15.9611 8.14306 16.2228C7.88138 16.4845 7.73438 16.8394 7.73438 17.2095C7.73438 17.5795 7.88138 17.9344 8.14306 18.1961C8.40474 18.4578 8.75965 18.6048 9.12972 18.6048H18.432C18.8021 18.6048 19.157 18.4578 19.4187 18.1961C19.6804 17.9344 19.8274 17.5795 19.8274 17.2095C19.8274 16.8394 19.6804 16.4845 19.4187 16.2228C19.157 15.9611 18.8021 15.8141 18.432 15.8141H9.12972Z' fill='%234fd1db'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7478 0C10.2045 0 8.15246 -2.77231e-08 6.53943 0.217674C4.86502 0.44093 3.45478 0.924651 2.33478 2.04279C1.21478 3.16279 0.734783 4.57302 0.509667 6.24744C0.291992 7.86047 0.291992 9.91256 0.291992 12.4558V27.5442C0.291992 30.0874 0.291992 32.1395 0.509667 33.7526C0.732923 35.427 1.21664 36.8372 2.33478 37.9572C3.45478 39.0772 4.86502 39.5572 6.53943 39.7842C8.15246 40 10.2045 40 12.7478 40H20.3943C22.9376 40 24.9897 40 26.6027 39.7842C28.2771 39.5572 29.6873 39.0772 30.8073 37.9572C31.9273 36.8372 32.4073 35.427 32.6343 33.7526C32.8501 32.1395 32.8501 30.0874 32.8501 27.5442V12.4558C32.8501 9.91256 32.8501 7.86047 32.6343 6.24744C32.4073 4.57302 31.9273 3.16279 30.8073 2.04279C29.6873 0.922791 28.2771 0.442791 26.6027 0.217674C24.9897 -2.77231e-08 22.9376 0 20.3943 0H12.7478ZM4.3106 4.01674C4.82595 3.5014 5.54781 3.16651 6.91525 2.98233C8.31804 2.79442 10.1822 2.7907 12.852 2.7907H20.2939C22.9636 2.7907 24.8259 2.79442 26.2325 2.98233C27.598 3.16651 28.3199 3.50326 28.8352 4.01674C29.3506 4.53209 29.6855 5.25395 29.8697 6.6214C30.0576 8.02419 30.0613 9.88837 30.0613 12.5581V26.0465H8.72362C7.20176 26.0465 6.16362 26.0465 5.27246 26.2847C4.48945 26.4964 3.74872 26.8412 3.08269 27.3042V12.5581C3.08269 9.88837 3.08641 8.02419 3.27432 6.61954C3.4585 5.25395 3.79711 4.53209 4.3106 4.01674ZM3.13292 31.626C3.16083 32.2847 3.20548 32.8633 3.27432 33.3805C3.4585 34.746 3.79525 35.4679 4.30874 35.9833C4.82409 36.4986 5.54595 36.8335 6.91339 37.0177C8.31618 37.2056 10.1804 37.2093 12.8501 37.2093H20.292C22.9618 37.2093 24.8241 37.2056 26.2306 37.0177C27.5962 36.8335 28.318 36.4967 28.8334 35.9833C29.3487 35.4679 29.6836 34.746 29.8678 33.3786C30.0222 32.2344 30.052 30.7833 30.0576 28.8372H8.93943C7.1199 28.8372 6.48362 28.8484 5.99432 28.9805C5.33859 29.1563 4.73548 29.4891 4.23698 29.95C3.73849 30.4109 3.35958 30.9861 3.13292 31.626Z' fill='%234fd1db'/%3E%3C/svg%3E");
}
.eduMail .section--03 .process__list li:nth-child(4) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='36' viewBox='0 0 44 36' fill='none'%3E%3Cpath d='M0 36V32H44V36H0ZM6 30C4.9 30 3.95867 29.6087 3.176 28.826C2.39333 28.0433 2.00133 27.1013 2 26V4C2 2.9 2.392 1.95867 3.176 1.176C3.96 0.393333 4.90133 0.00133333 6 0H38C39.1 0 40.042 0.392 40.826 1.176C41.61 1.96 42.0013 2.90133 42 4V26C42 27.1 41.6087 28.042 40.826 28.826C40.0433 29.61 39.1013 30.0013 38 30H6ZM6 26H38V4H6V26Z' fill='%2343a3e0'/%3E%3C/svg%3E");
}
.eduMail .section--03 .process__list li:nth-child(5) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath d='M17.5391 11.0001C17.5391 10.6759 17.6678 10.365 17.897 10.1358C18.1263 9.9066 18.4371 9.77783 18.7613 9.77783H28.5391C28.8632 9.77783 29.1741 9.9066 29.4033 10.1358C29.6325 10.365 29.7613 10.6759 29.7613 11.0001C29.7613 11.3242 29.6325 11.6351 29.4033 11.8643C29.1741 12.0935 28.8632 12.2223 28.5391 12.2223H18.7613C18.4371 12.2223 18.1263 12.0935 17.897 11.8643C17.6678 11.6351 17.5391 11.3242 17.5391 11.0001ZM18.7613 14.6667C18.4371 14.6667 18.1263 14.7955 17.897 15.0247C17.6678 15.2539 17.5391 15.5648 17.5391 15.8889C17.5391 16.2131 17.6678 16.524 17.897 16.7532C18.1263 16.9824 18.4371 17.1112 18.7613 17.1112H28.5391C28.8632 17.1112 29.1741 16.9824 29.4033 16.7532C29.6325 16.524 29.7613 16.2131 29.7613 15.8889C29.7613 15.5648 29.6325 15.2539 29.4033 15.0247C29.1741 14.7955 28.8632 14.6667 28.5391 14.6667H18.7613ZM17.5391 26.8889C17.5391 26.5648 17.6678 26.2539 17.897 26.0247C18.1263 25.7955 18.4371 25.6667 18.7613 25.6667H28.5391C28.8632 25.6667 29.1741 25.7955 29.4033 26.0247C29.6325 26.2539 29.7613 26.5648 29.7613 26.8889C29.7613 27.2131 29.6325 27.524 29.4033 27.7532C29.1741 27.9824 28.8632 28.1112 28.5391 28.1112H18.7613C18.4371 28.1112 18.1263 27.9824 17.897 27.7532C17.6678 27.524 17.5391 27.2131 17.5391 26.8889ZM18.7613 30.5556C18.4371 30.5556 18.1263 30.6844 17.897 30.9136C17.6678 31.1428 17.5391 31.4537 17.5391 31.7778C17.5391 32.102 17.6678 32.4129 17.897 32.6421C18.1263 32.8713 18.4371 33.0001 18.7613 33.0001H28.5391C28.8632 33.0001 29.1741 32.8713 29.4033 32.6421C29.6325 32.4129 29.7613 32.102 29.7613 31.7778C29.7613 31.4537 29.6325 31.1428 29.4033 30.9136C29.1741 30.6844 28.8632 30.5556 28.5391 30.5556H18.7613Z' fill='%234585e4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.31641 25.6666C5.31641 25.3424 5.44518 25.0315 5.67439 24.8023C5.9036 24.5731 6.21447 24.4443 6.53863 24.4443H12.6497C12.9739 24.4443 13.2848 24.5731 13.514 24.8023C13.7432 25.0315 13.872 25.3424 13.872 25.6666V31.7777C13.872 32.1018 13.7432 32.4127 13.514 32.6419C13.2848 32.8711 12.9739 32.9999 12.6497 32.9999H6.53863C6.21447 32.9999 5.9036 32.8711 5.67439 32.6419C5.44518 32.4127 5.31641 32.1018 5.31641 31.7777V25.6666ZM7.76085 26.8888V30.5554H11.4275V26.8888H7.76085Z' fill='%234585e4'/%3E%3Cpath d='M14.7357 11.864C14.9583 11.6335 15.0815 11.3248 15.0787 11.0043C15.076 10.6839 14.9474 10.3773 14.7208 10.1507C14.4942 9.9241 14.1877 9.79556 13.8672 9.79277C13.5467 9.78999 13.238 9.91318 13.0075 10.1358L8.9827 14.1606L7.40237 12.5803C7.17185 12.3576 6.86312 12.2344 6.54266 12.2372C6.22219 12.24 5.91565 12.3685 5.68904 12.5951C5.46243 12.8218 5.33389 13.1283 5.3311 13.4488C5.32832 13.7692 5.45151 14.078 5.67415 14.3085L8.9827 17.617L14.7357 11.864Z' fill='%234585e4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.31662 0C4.02001 0 2.7765 0.515078 1.85966 1.43192C0.942812 2.34877 0.427734 3.59227 0.427734 4.88889V39.1111C0.427734 40.4077 0.942812 41.6512 1.85966 42.5681C2.7765 43.4849 4.02001 44 5.31662 44H29.7611C31.0577 44 32.3012 43.4849 33.218 42.5681C34.1349 41.6512 34.65 40.4077 34.65 39.1111V4.88889C34.65 3.59227 34.1349 2.34877 33.218 1.43192C32.3012 0.515078 31.0577 0 29.7611 0H5.31662ZM2.87218 4.88889C2.87218 4.24058 3.12972 3.61883 3.58814 3.16041C4.04656 2.70198 4.66832 2.44444 5.31662 2.44444H29.7611C30.4094 2.44444 31.0311 2.70198 31.4895 3.16041C31.948 3.61883 32.2055 4.24058 32.2055 4.88889V39.1111C32.2055 39.7594 31.948 40.3812 31.4895 40.8396C31.0311 41.298 30.4094 41.5556 29.7611 41.5556H5.31662C4.66832 41.5556 4.04656 41.298 3.58814 40.8396C3.12972 40.3812 2.87218 39.7594 2.87218 39.1111V4.88889ZM37.0944 12.2222C37.0944 11.2498 37.4807 10.3171 38.1683 9.6295C38.856 8.94186 39.7886 8.55556 40.7611 8.55556C41.7335 8.55556 42.6662 8.94186 43.3538 9.6295C44.0414 10.3171 44.4277 11.2498 44.4277 12.2222V37.037L40.7611 42.537L37.0944 37.037V12.2222ZM40.7611 11C40.4369 11 40.126 11.1288 39.8968 11.358C39.6676 11.5872 39.5388 11.8981 39.5388 12.2222V14.6667H41.9833V12.2222C41.9833 11.8981 41.8545 11.5872 41.6253 11.358C41.3961 11.1288 41.0852 11 40.7611 11ZM40.7611 38.1297L39.5388 36.2963V17.1111H41.9833V36.2963L40.7611 38.1297Z' fill='%234585e4'/%3E%3C/svg%3E");
}
.eduMail .section--03 .process__list li:nth-child(6) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='40' viewBox='0 0 37 40' fill='none'%3E%3Cpath d='M2.35645 16.3334C2.35645 9.41992 2.35645 5.96225 4.50511 3.81541C6.65378 1.66858 10.1096 1.66675 17.0231 1.66675H20.6898C27.6033 1.66675 31.0609 1.66675 33.2078 3.81541C35.3546 5.96408 35.3564 9.41992 35.3564 16.3334V23.6667C35.3564 30.5802 35.3564 34.0379 33.2078 36.1847C31.0591 38.3316 27.6033 38.3334 20.6898 38.3334H17.0231C10.1096 38.3334 6.65195 38.3334 4.50511 36.1847C2.35828 34.0361 2.35645 30.5802 2.35645 23.6667V16.3334Z' stroke='%234444d7' stroke-width='3'/%3E%3Cpath d='M11.5234 16.3335H26.1901M11.5234 23.6668H20.6901' stroke='%234444d7' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}
.eduMail .section--03 .process__list li:nth-child(7) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38' fill='none'%3E%3Cpath d='M10.1188 15.3334C9.75622 15.3334 9.40176 15.4409 9.10027 15.6424C8.79878 15.8438 8.5638 16.1302 8.42504 16.4652C8.28628 16.8002 8.24997 17.1688 8.32071 17.5244C8.39145 17.88 8.56606 18.2067 8.82245 18.4631C9.07885 18.7195 9.40552 18.8941 9.76115 18.9649C10.1168 19.0356 10.4854 18.9993 10.8204 18.8605C11.1554 18.7218 11.4417 18.4868 11.6432 18.1853C11.8446 17.8838 11.9521 17.5293 11.9521 17.1667C11.9521 16.6805 11.759 16.2142 11.4152 15.8704C11.0714 15.5266 10.605 15.3334 10.1188 15.3334ZM32.1188 8.00008H30.2855V2.50008C30.2855 2.01385 30.0923 1.54754 29.7485 1.20372C29.4047 0.859902 28.9384 0.666748 28.4521 0.666748H10.1188C9.63258 0.666748 9.16627 0.859902 8.82245 1.20372C8.47864 1.54754 8.28548 2.01385 8.28548 2.50008V8.00008H6.45215C4.99346 8.00008 3.59451 8.57954 2.56306 9.61099C1.53161 10.6424 0.952148 12.0414 0.952148 13.5001V24.5001C0.952148 25.9588 1.53161 27.3577 2.56306 28.3892C3.59451 29.4206 4.99346 30.0001 6.45215 30.0001H8.28548V35.5001C8.28548 35.9863 8.47864 36.4526 8.82245 36.7964C9.16627 37.1403 9.63258 37.3334 10.1188 37.3334H28.4521C28.9384 37.3334 29.4047 37.1403 29.7485 36.7964C30.0923 36.4526 30.2855 35.9863 30.2855 35.5001V30.0001H32.1188C33.5775 30.0001 34.9765 29.4206 36.0079 28.3892C37.0394 27.3577 37.6188 25.9588 37.6188 24.5001V13.5001C37.6188 12.0414 37.0394 10.6424 36.0079 9.61099C34.9765 8.57954 33.5775 8.00008 32.1188 8.00008ZM11.9521 4.33341H26.6188V8.00008H11.9521V4.33341ZM26.6188 33.6667H11.9521V26.3334H26.6188V33.6667ZM33.9521 24.5001C33.9521 24.9863 33.759 25.4526 33.4152 25.7964C33.0714 26.1403 32.605 26.3334 32.1188 26.3334H30.2855V24.5001C30.2855 24.0139 30.0923 23.5475 29.7485 23.2037C29.4047 22.8599 28.9384 22.6667 28.4521 22.6667H10.1188C9.63258 22.6667 9.16627 22.8599 8.82245 23.2037C8.47864 23.5475 8.28548 24.0139 8.28548 24.5001V26.3334H6.45215C5.96592 26.3334 5.4996 26.1403 5.15579 25.7964C4.81197 25.4526 4.61882 24.9863 4.61882 24.5001V13.5001C4.61882 13.0139 4.81197 12.5475 5.15579 12.2037C5.4996 11.8599 5.96592 11.6667 6.45215 11.6667H32.1188C32.605 11.6667 33.0714 11.8599 33.4152 12.2037C33.759 12.5475 33.9521 13.0139 33.9521 13.5001V24.5001Z' fill='%23032a5d'/%3E%3C/svg%3E");
}

@media (max-width: 1024px) {
  .eduMail .section--01 {
    padding-bottom: 40px;
  }
  .eduMail .section--01 .inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 16px;
  }
  .eduMail .section--03 .process__list {
    grid-template-columns: 1fr;
  }
}
.eduLect .section .inner {
  max-width: 1240px;
  margin: 0 auto;
}
.eduLect .section--01 .contents__bottom {
  margin-top: 16px;
}
.eduLect .section--01 .advantage__list {
  grid-template-columns: repeat(5, 1fr);
}
.eduLect .section--01 .advantage__list li:nth-child(1)::before {
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath d='M22.5002 9.90002C19.6734 9.90019 16.9101 10.7382 14.5593 12.3081C12.2085 13.8781 10.3757 16.1095 9.29254 18.7206C8.20936 21.3316 7.92436 24.2052 8.47354 26.9781C9.02271 29.7511 10.3814 32.2991 12.378 34.3002C12.6873 34.6101 12.8608 35.03 12.8604 35.4678C12.86 35.9055 12.6857 36.3252 12.3758 36.6344C12.066 36.9437 11.646 37.1172 11.2083 37.1168C10.7705 37.1163 10.3509 36.942 10.0416 36.6322C8.04421 34.6304 6.55856 32.1767 5.71048 29.479C4.86241 26.7812 4.67688 23.9189 5.16962 21.1342C5.66235 18.3496 6.81883 15.7246 8.54114 13.4817C10.2635 11.2388 12.5009 9.44391 15.0639 8.24905C17.627 7.05419 20.4403 6.49453 23.2655 6.61747C26.0908 6.74041 28.8448 7.54232 31.2944 8.95531C33.744 10.3683 35.817 12.3507 37.338 14.7348C38.859 17.1188 39.7831 19.8343 40.032 22.6512C39.1138 21.3207 37.7391 20.3735 36.1688 19.9892C35.2685 17.0672 33.4552 14.5106 30.9952 12.6948C28.5352 10.879 25.5579 9.89947 22.5002 9.90002ZM32.7016 20.0772C31.7423 17.7129 29.9912 15.7554 27.748 14.5397C25.5047 13.3239 22.9087 12.9255 20.4041 13.4125C17.8995 13.8996 15.6419 15.2418 14.0177 17.2096C12.3935 19.1774 11.5036 21.6485 11.5002 24.2C11.5002 27.2294 12.7278 29.9772 14.7078 31.966C15.0171 32.2761 15.4369 32.4507 15.8748 32.4513C16.3128 32.452 16.733 32.2786 17.0431 31.9693C17.3533 31.6601 17.5278 31.2403 17.5284 30.8024C17.5291 30.3644 17.3557 29.9441 17.0464 29.634C16.225 28.8092 15.6012 27.8088 15.2221 26.7082C14.8429 25.6075 14.7183 24.4352 14.8575 23.2794C14.9968 22.1237 15.3962 21.0145 16.0259 20.0354C16.6556 19.0563 17.4991 18.2327 18.493 17.6265C19.4869 17.0204 20.6052 16.6475 21.764 16.5359C22.9228 16.4243 24.0917 16.5768 25.183 16.9821C26.2743 17.3874 27.2595 18.0349 28.0645 18.8758C28.8695 19.7168 29.4734 20.7293 29.8306 21.8372C30.6194 21.0122 31.6086 20.4058 32.7016 20.0772ZM18.1002 24.2C18.1002 23.0331 18.5638 21.9139 19.389 21.0888C20.2141 20.2636 21.3333 19.8 22.5002 19.8C23.6672 19.8 24.7864 20.2636 25.6115 21.0888C26.4367 21.9139 26.9002 23.0331 26.9002 24.2C26.9002 25.367 26.4367 26.4861 25.6115 27.3113C24.7864 28.1365 23.6672 28.6 22.5002 28.6C21.3333 28.6 20.2141 28.1365 19.389 27.3113C18.5638 26.4861 18.1002 25.367 18.1002 24.2ZM39.0002 26.4C39.0002 27.567 38.5367 28.6861 37.7115 29.5113C36.8864 30.3365 35.7672 30.8 34.6002 30.8C33.4333 30.8 32.3141 30.3365 31.489 29.5113C30.6638 28.6861 30.2002 27.567 30.2002 26.4C30.2002 25.2331 30.6638 24.1139 31.489 23.2888C32.3141 22.4636 33.4333 22 34.6002 22C35.7672 22 36.8864 22.4636 37.7115 23.2888C38.5367 24.1139 39.0002 25.2331 39.0002 26.4ZM42.3002 36.3C42.3002 39.039 40.1002 41.8 34.6002 41.8C29.1002 41.8 26.9002 39.05 26.9002 36.3C26.9002 35.4248 27.2479 34.5854 27.8668 33.9666C28.4857 33.3477 29.325 33 30.2002 33H39.0002C39.8755 33 40.7148 33.3477 41.3337 33.9666C41.9526 34.5854 42.3002 35.4248 42.3002 36.3Z' fill='%23ff5f1b'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.eduLect .section--01 .advantage__list li:nth-child(2)::before {
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath d='M6.34961 8.48475L22.8579 3.66675L39.3496 8.48475V18.3646C39.349 23.4278 37.7554 28.3626 34.7946 32.4699C31.8338 36.5772 27.6558 39.649 22.8524 41.2501C18.0472 39.6497 13.8675 36.5776 10.9055 32.4693C7.94361 28.361 6.34968 23.4247 6.34961 18.36V8.48475Z' stroke='%23ff5f1b' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='M14.5996 21.0833L21.0163 27.5L32.0163 16.5' stroke='%23ff5f1b' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.eduLect .section--01 .advantage__list li:nth-child(3)::before {
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath d='M22.1992 25.6667C21.1909 25.6667 20.328 25.308 19.6106 24.5905C18.8931 23.8731 18.5338 23.0096 18.5326 22C18.5313 20.9905 18.8907 20.1276 19.6106 19.4113C20.3304 18.6951 21.1933 18.3358 22.1992 18.3333C23.2051 18.3309 24.0686 18.6902 24.7897 19.4113C25.5108 20.1325 25.8696 20.9953 25.8659 22C25.8622 23.0047 25.5035 23.8682 24.7897 24.5905C24.0759 25.3128 23.2124 25.6716 22.1992 25.6667ZM20.3659 12.8333V7.33334C20.3659 6.8139 20.5419 6.37878 20.8939 6.02801C21.2459 5.67723 21.681 5.50123 22.1992 5.50001C22.7174 5.49878 23.1532 5.67478 23.5064 6.02801C23.8596 6.38123 24.035 6.81634 24.0326 7.33334V12.8333C24.0326 13.3528 23.8566 13.7885 23.5046 14.1405C23.1526 14.4925 22.7174 14.6679 22.1992 14.6667C21.681 14.6655 21.2459 14.4895 20.8939 14.1387C20.5419 13.7879 20.3659 13.3528 20.3659 12.8333ZM20.3659 36.6667V31.1667C20.3659 30.6472 20.5419 30.2121 20.8939 29.8613C21.2459 29.5106 21.681 29.3346 22.1992 29.3333C22.7174 29.3321 23.1532 29.5081 23.5064 29.8613C23.8596 30.2146 24.035 30.6497 24.0326 31.1667V36.6667C24.0326 37.1861 23.8566 37.6218 23.5046 37.9738C23.1526 38.3258 22.7174 38.5012 22.1992 38.5C21.681 38.4988 21.2459 38.3228 20.8939 37.972C20.5419 37.6212 20.3659 37.1861 20.3659 36.6667ZM31.3659 20.1667H36.8659C37.3853 20.1667 37.8211 20.3427 38.1731 20.6947C38.5251 21.0467 38.7004 21.4818 38.6992 22C38.698 22.5182 38.522 22.954 38.1712 23.3072C37.8204 23.6604 37.3853 23.8358 36.8659 23.8333H31.3659C30.8464 23.8333 30.4113 23.6573 30.0606 23.3053C29.7098 22.9533 29.5338 22.5182 29.5326 22C29.5313 21.4818 29.7073 21.0467 30.0606 20.6947C30.4138 20.3427 30.8489 20.1667 31.3659 20.1667ZM7.53256 20.1667H13.0326C13.552 20.1667 13.9877 20.3427 14.3397 20.6947C14.6917 21.0467 14.8671 21.4818 14.8659 22C14.8647 22.5182 14.6887 22.954 14.3379 23.3072C13.9871 23.6604 13.552 23.8358 13.0326 23.8333H7.53256C7.01311 23.8333 6.578 23.6573 6.22723 23.3053C5.87645 22.9533 5.70045 22.5182 5.69923 22C5.698 21.4818 5.874 21.0467 6.22723 20.6947C6.58045 20.3427 7.01556 20.1667 7.53256 20.1667Z' fill='%23ff5f1b'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.eduLect .section--01 .advantage__list li:nth-child(4)::before {
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath d='M22.3209 36.6667C22.4431 36.6667 22.5653 36.6362 22.6875 36.5751C22.8098 36.514 22.9014 36.4529 22.9625 36.3918L37.9959 21.3584C38.3625 20.9917 38.6302 20.5792 38.7989 20.1209C38.9675 19.6626 39.0513 19.2042 39.05 18.7459C39.05 18.257 38.9663 17.7907 38.7989 17.3471C38.6314 16.9034 38.3638 16.5141 37.9959 16.1792L30.2042 8.38758C29.8681 8.02091 29.4782 7.75386 29.0345 7.58641C28.5909 7.41897 28.1258 7.33464 27.6394 7.33341C27.181 7.33341 26.7227 7.41775 26.2644 7.58641C25.806 7.75508 25.3935 8.02214 25.0269 8.38758L24.5227 8.89175L27.9144 12.3292C28.3727 12.757 28.7088 13.2459 28.9227 13.7959C29.1366 14.3459 29.2435 14.9265 29.2435 15.5376C29.2435 16.8209 28.8084 17.8983 27.9382 18.7697C27.068 19.6412 25.9906 20.0763 24.706 20.0751C24.0949 20.0751 23.507 19.9681 22.9424 19.7542C22.3777 19.5404 21.8809 19.2195 21.4519 18.7917L18.0125 15.4001L9.9917 23.4209C9.90004 23.5126 9.83159 23.6122 9.78637 23.7197C9.74115 23.8273 9.71793 23.9416 9.7167 24.0626C9.7167 24.307 9.80837 24.5289 9.9917 24.7281C10.175 24.9273 10.3889 25.0263 10.6334 25.0251C10.7556 25.0251 10.8778 24.9945 11 24.9334C11.1223 24.8723 11.2139 24.8112 11.275 24.7501L16.225 19.8001C16.5611 19.464 16.9816 19.288 17.4864 19.2721C17.9911 19.2562 18.4263 19.4322 18.7917 19.8001C19.1278 20.1362 19.2959 20.564 19.2959 21.0834C19.2959 21.6029 19.1278 22.0306 18.7917 22.3667L13.8875 27.3167C13.7959 27.4084 13.7274 27.508 13.6822 27.6156C13.637 27.7231 13.6138 27.8374 13.6125 27.9584C13.6125 28.2029 13.7042 28.4167 13.8875 28.6001C14.0709 28.7834 14.2848 28.8751 14.5292 28.8751C14.6514 28.8751 14.7736 28.8445 14.8959 28.7834C15.0181 28.7223 15.1098 28.6612 15.1709 28.6001L20.1209 23.6959C20.457 23.3598 20.8774 23.1838 21.3822 23.1679C21.887 23.152 22.3221 23.328 22.6875 23.6959C23.0236 24.032 23.1917 24.4598 23.1917 24.9792C23.1917 25.4987 23.0236 25.9265 22.6875 26.2626L17.7834 31.2126C17.6917 31.2737 17.6233 31.3654 17.578 31.4876C17.5328 31.6098 17.5096 31.732 17.5084 31.8542C17.5084 32.0987 17.6 32.3126 17.7834 32.4959C17.9667 32.6792 18.1806 32.7709 18.425 32.7709C18.5473 32.7709 18.6621 32.7477 18.7697 32.7012C18.8773 32.6548 18.9763 32.5864 19.0667 32.4959L24.0167 27.5917C24.3528 27.2556 24.7733 27.0796 25.278 27.0637C25.7828 27.0479 26.2179 27.2239 26.5834 27.5917C26.9195 27.9279 27.0875 28.3556 27.0875 28.8751C27.0875 29.3945 26.9195 29.8223 26.5834 30.1584L21.6334 35.1084C21.5417 35.2001 21.4733 35.2997 21.428 35.4072C21.3828 35.5148 21.3596 35.6291 21.3584 35.7501C21.3584 35.9945 21.458 36.2084 21.6572 36.3918C21.8564 36.5751 22.0776 36.6667 22.3209 36.6667ZM22.275 40.3334C21.1445 40.3334 20.1441 39.9594 19.2739 39.2114C18.4036 38.4634 17.8915 37.5235 17.7375 36.3918C16.6986 36.239 15.8278 35.8112 15.125 35.1084C14.4223 34.4056 13.9945 33.5348 13.8417 32.4959C12.8028 32.3431 11.9399 31.908 11.253 31.1906C10.5661 30.4731 10.1457 29.6096 9.9917 28.6001C8.83059 28.4473 7.88337 27.9431 7.15004 27.0876C6.4167 26.232 6.05004 25.2237 6.05004 24.0626C6.05004 23.4515 6.16493 22.8636 6.3947 22.2989C6.62448 21.7342 6.95265 21.2374 7.3792 20.8084L15.4 12.7876C16.1028 12.0848 16.9663 11.7334 17.9905 11.7334C19.0148 11.7334 19.8776 12.0848 20.5792 12.7876L24.0167 16.2251C24.0778 16.3167 24.1695 16.3858 24.2917 16.4322C24.4139 16.4787 24.5361 16.5013 24.6584 16.5001C24.9334 16.5001 25.1625 16.4164 25.3459 16.2489C25.5292 16.0815 25.6209 15.8596 25.6209 15.5834C25.6209 15.4612 25.5976 15.339 25.5512 15.2167C25.5048 15.0945 25.4363 15.0029 25.3459 14.9417L18.7917 8.38758C18.4556 8.02091 18.0663 7.75386 17.6239 7.58641C17.1814 7.41897 16.7151 7.33464 16.225 7.33341C15.7667 7.33341 15.3084 7.41775 14.85 7.58641C14.3917 7.75508 13.9792 8.02214 13.6125 8.38758L7.15004 14.8959C6.72226 15.3237 6.4167 15.8279 6.23337 16.4084C6.05004 16.989 6.0042 17.5695 6.09587 18.1501C6.18754 18.6695 6.08059 19.1279 5.77504 19.5251C5.46948 19.9223 5.05698 20.1515 4.53754 20.2126C4.01809 20.2737 3.55976 20.1588 3.16254 19.8679C2.76532 19.577 2.53615 19.1725 2.47504 18.6542C2.2917 17.4931 2.37604 16.3552 2.72804 15.2406C3.08004 14.1259 3.6832 13.1402 4.53754 12.2834L11 5.82091C11.7334 5.11814 12.551 4.58341 13.453 4.21675C14.355 3.85008 15.279 3.66675 16.225 3.66675C17.171 3.66675 18.0956 3.85008 18.9989 4.21675C19.9021 4.58341 20.7039 5.11814 21.4042 5.82091L21.9084 6.32508L22.4125 5.82091C23.1459 5.11814 23.9635 4.58341 24.8655 4.21675C25.7675 3.85008 26.6915 3.66675 27.6375 3.66675C28.5835 3.66675 29.5081 3.85008 30.4114 4.21675C31.3146 4.58341 32.1164 5.11814 32.8167 5.82091L40.5625 13.5667C41.2653 14.2695 41.8 15.0792 42.1667 15.9959C42.5334 16.9126 42.7167 17.8445 42.7167 18.7917C42.7167 19.739 42.5334 20.6636 42.1667 21.5656C41.8 22.4676 41.2653 23.2694 40.5625 23.9709L25.5292 38.9584C25.1014 39.3862 24.6052 39.7223 24.0405 39.9667C23.4759 40.2112 22.8874 40.3334 22.275 40.3334Z' fill='%23ff5f1b'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.eduLect .section--01 .advantage__list li:nth-child(5)::before {
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.9475 34.607C33.2042 34.607 40.7094 28.2668 40.7094 20.4474C40.7094 12.6279 33.2042 6.28564 23.9475 6.28564C14.6907 6.28564 7.18555 12.6258 7.18555 20.4474C7.18555 23.5001 8.32955 26.3287 10.276 28.6397L8.23317 38.238L16.4381 33.111C18.816 34.1068 21.3695 34.6155 23.9475 34.607Z' stroke='%23ff5f1b' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.9448 23.0477C24.9924 23.0477 26.04 22 26.04 20.9524C26.04 19.9048 24.9924 18.8572 23.9448 18.8572C22.8972 18.8572 21.8517 19.9048 21.8517 20.9524C21.8517 22 22.8972 23.0477 23.9448 23.0477ZM15.5638 23.0477C16.6115 23.0477 17.6591 22 17.6591 20.9524C17.6591 19.9048 16.6115 18.8572 15.5638 18.8572C14.5162 18.8572 13.4707 19.9048 13.4707 20.9524C13.4707 22 14.5162 23.0477 15.5638 23.0477ZM32.3258 23.0477C33.3734 23.0477 34.4231 22 34.4231 20.9524C34.4231 19.9048 33.3755 18.8572 32.3278 18.8572C31.2802 18.8572 30.2326 19.9048 30.2326 20.9524C30.2326 22 31.2802 23.0477 32.3278 23.0477' fill='%23ff5f1b'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.eduLect .section--02 .qual__text {
  font-weight: 700;
}
.eduLect .section--03 {
  padding-top: 120px;
}
.eduLect .section--03 .contents {
  margin-top: 16px;
}
.eduLect .section--03 .process__list {
  grid-template-columns: repeat(5, 1fr);
}
.eduLect .section--03 .process__list li {
  text-align: center;
}
.eduLect .section--03 .process__list li:nth-child(1) .process__num {
  color: #90d046;
  border: 2px solid #90d046;
}
.eduLect .section--03 .process__list li:nth-child(1) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38' fill='none'%3E%3Cpath d='M31.5339 4.33341H27.8672V2.50008C27.8672 2.01385 27.674 1.54754 27.3302 1.20372C26.9864 0.859902 26.5201 0.666748 26.0339 0.666748C25.5476 0.666748 25.0813 0.859902 24.7375 1.20372C24.3937 1.54754 24.2005 2.01385 24.2005 2.50008V4.33341H13.2005V2.50008C13.2005 2.01385 13.0074 1.54754 12.6635 1.20372C12.3197 0.859902 11.8534 0.666748 11.3672 0.666748C10.881 0.666748 10.4146 0.859902 10.0708 1.20372C9.72701 1.54754 9.53385 2.01385 9.53385 2.50008V4.33341H5.86719C4.4085 4.33341 3.00955 4.91288 1.9781 5.94433C0.94665 6.97578 0.367188 8.37472 0.367188 9.83342V31.8334C0.367188 33.2921 0.94665 34.6911 1.9781 35.7225C3.00955 36.754 4.4085 37.3334 5.86719 37.3334H31.5339C32.9925 37.3334 34.3915 36.754 35.4229 35.7225C36.4544 34.6911 37.0339 33.2921 37.0339 31.8334V9.83342C37.0339 8.37472 36.4544 6.97578 35.4229 5.94433C34.3915 4.91288 32.9925 4.33341 31.5339 4.33341ZM33.3672 31.8334C33.3672 32.3196 33.174 32.786 32.8302 33.1298C32.4864 33.4736 32.0201 33.6667 31.5339 33.6667H5.86719C5.38096 33.6667 4.91464 33.4736 4.57083 33.1298C4.22701 32.786 4.03385 32.3196 4.03385 31.8334V19.0001H33.3672V31.8334ZM33.3672 15.3334H4.03385V9.83342C4.03385 9.34718 4.22701 8.88087 4.57083 8.53705C4.91464 8.19324 5.38096 8.00008 5.86719 8.00008H9.53385V9.83342C9.53385 10.3196 9.72701 10.786 10.0708 11.1298C10.4146 11.4736 10.881 11.6667 11.3672 11.6667C11.8534 11.6667 12.3197 11.4736 12.6635 11.1298C13.0074 10.786 13.2005 10.3196 13.2005 9.83342V8.00008H24.2005V9.83342C24.2005 10.3196 24.3937 10.786 24.7375 11.1298C25.0813 11.4736 25.5476 11.6667 26.0339 11.6667C26.5201 11.6667 26.9864 11.4736 27.3302 11.1298C27.674 10.786 27.8672 10.3196 27.8672 9.83342V8.00008H31.5339C32.0201 8.00008 32.4864 8.19324 32.8302 8.53705C33.174 8.88087 33.3672 9.34718 33.3672 9.83342V15.3334Z' fill='%2390d046'/%3E%3C/svg%3E");
}
.eduLect .section--03 .process__list li:nth-child(1) .process__text {
  color: #90d046;
}
.eduLect .section--03 .process__list li:nth-child(1):hover .process__num {
  background-color: #90d046;
}
.eduLect .section--03 .process__list li:nth-child(2) .process__num {
  color: #54cf9f;
  border: 2px solid #54cf9f;
}
.eduLect .section--03 .process__list li:nth-child(2) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath d='M34.647 14.4375C34.3952 17.9326 31.8025 20.625 28.9751 20.625C26.1478 20.625 23.5508 17.9334 23.3033 14.4375C23.0455 10.8015 25.5694 8.25 28.9751 8.25C32.3808 8.25 34.9048 10.8677 34.647 14.4375Z' stroke='%2354cf9f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.9743 26.125C23.3737 26.125 17.988 28.9068 16.6388 34.3243C16.4601 35.041 16.9095 35.75 17.646 35.75H40.3034C41.0399 35.75 41.4868 35.041 41.3106 34.3243C39.9614 28.82 34.5757 26.125 28.9743 26.125Z' stroke='%2354cf9f' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M17.2877 15.9792C17.0866 18.7705 14.9914 20.9688 12.733 20.9688C10.4746 20.9688 8.37597 18.7713 8.17831 15.9792C7.97292 13.0754 10.0122 11 12.733 11C15.4538 11 17.4931 13.1287 17.2877 15.9792Z' stroke='%2354cf9f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.8036 26.297C16.2524 25.5863 14.544 25.313 12.7333 25.313C8.26451 25.313 3.95904 27.5345 2.88053 31.8614C2.73873 32.4338 3.09795 33.0001 3.68576 33.0001H13.3348' stroke='%2354cf9f' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
}
.eduLect .section--03 .process__list li:nth-child(2) .process__text {
  color: #54cf9f;
}
.eduLect .section--03 .process__list li:nth-child(2):hover .process__num {
  background-color: #54cf9f;
}
.eduLect .section--03 .process__list li:nth-child(3) .process__num {
  color: #4fd1db;
  border: 2px solid #4fd1db;
}
.eduLect .section--03 .process__list li:nth-child(3) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath d='M20.4564 1.57153H40.2627C41.7367 1.57153 42.931 2.76582 42.931 4.23982V25.5421C42.931 27.0192 41.7367 28.2135 40.2627 28.2135H24.0707M10.3961 12.5747C11.8552 12.5747 13.2546 11.995 14.2863 10.9633C15.318 9.93156 15.8977 8.53221 15.8977 7.0731C15.8977 5.614 15.318 4.21465 14.2863 3.18291C13.2546 2.15116 11.8552 1.57153 10.3961 1.57153C8.93699 1.57153 7.53765 2.15116 6.5059 3.18291C5.47416 4.21465 4.89453 5.614 4.89453 7.0731C4.89453 8.53221 5.47416 9.93156 6.5059 10.9633C7.53765 11.995 8.93699 12.5747 10.3961 12.5747Z' stroke='%234fd1db' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.7846 17.3708C28.7846 15.5888 27.3389 14.1431 25.5569 14.1431H10.3957C8.18796 14.1439 6.07083 15.0213 4.50969 16.5824C2.94855 18.1436 2.07115 20.2607 2.07031 22.4685V29.8574H5.63746L6.8286 42.4288H13.9629L16.7035 20.6016H25.5569C27.3389 20.6016 28.7846 19.1559 28.7846 17.3708Z' stroke='%234fd1db' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.eduLect .section--03 .process__list li:nth-child(3) .process__text {
  color: #4fd1db;
}
.eduLect .section--03 .process__list li:nth-child(3):hover .process__num {
  background-color: #4fd1db;
}
.eduLect .section--03 .process__list li:nth-child(4) .process__num {
  color: #43a3e0;
  border: 2px solid #43a3e0;
}
.eduLect .section--03 .process__list li:nth-child(4) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='40' viewBox='0 0 37 40' fill='none'%3E%3Cpath d='M2.39844 16.3334C2.39844 9.41992 2.39844 5.96225 4.5471 3.81541C6.69577 1.66858 10.1516 1.66675 17.0651 1.66675H20.7318C27.6453 1.66675 31.1029 1.66675 33.2498 3.81541C35.3966 5.96408 35.3984 9.41992 35.3984 16.3334V23.6667C35.3984 30.5802 35.3984 34.0379 33.2498 36.1847C31.1011 38.3316 27.6453 38.3334 20.7318 38.3334H17.0651C10.1516 38.3334 6.69394 38.3334 4.5471 36.1847C2.40027 34.0361 2.39844 30.5802 2.39844 23.6667V16.3334Z' stroke='%2343a3e0' stroke-width='3'/%3E%3Cpath d='M11.5645 16.3335H26.2311M11.5645 23.6668H20.7311' stroke='%2343a3e0' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}
.eduLect .section--03 .process__list li:nth-child(4) .process__text {
  color: #43a3e0;
}
.eduLect .section--03 .process__list li:nth-child(4):hover .process__num {
  background-color: #43a3e0;
}
.eduLect .section--03 .process__list li:nth-child(5) .process__num {
  color: #032a5d;
  border: 2px solid #032a5d;
}
.eduLect .section--03 .process__list li:nth-child(5) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38' fill='none'%3E%3Cpath d='M10.1315 15.3334C9.76891 15.3334 9.41446 15.4409 9.11297 15.6424C8.81148 15.8438 8.57649 16.1302 8.43773 16.4652C8.29897 16.8002 8.26266 17.1688 8.3334 17.5244C8.40414 17.88 8.57875 18.2067 8.83515 18.4631C9.09155 18.7195 9.41821 18.8941 9.77384 18.9649C10.1295 19.0356 10.4981 18.9993 10.8331 18.8605C11.1681 18.7218 11.4544 18.4868 11.6559 18.1853C11.8573 17.8838 11.9648 17.5293 11.9648 17.1667C11.9648 16.6805 11.7717 16.2142 11.4279 15.8704C11.0841 15.5266 10.6177 15.3334 10.1315 15.3334ZM32.1315 8.00008H30.2982V2.50008C30.2982 2.01385 30.105 1.54754 29.7612 1.20372C29.4174 0.859902 28.9511 0.666748 28.4648 0.666748H10.1315C9.64528 0.666748 9.17897 0.859902 8.83515 1.20372C8.49133 1.54754 8.29818 2.01385 8.29818 2.50008V8.00008H6.46484C5.00615 8.00008 3.60721 8.57954 2.57576 9.61099C1.54431 10.6424 0.964844 12.0414 0.964844 13.5001V24.5001C0.964844 25.9588 1.54431 27.3577 2.57576 28.3892C3.60721 29.4206 5.00615 30.0001 6.46484 30.0001H8.29818V35.5001C8.29818 35.9863 8.49133 36.4526 8.83515 36.7964C9.17897 37.1403 9.64528 37.3334 10.1315 37.3334H28.4648C28.9511 37.3334 29.4174 37.1403 29.7612 36.7964C30.105 36.4526 30.2982 35.9863 30.2982 35.5001V30.0001H32.1315C33.5902 30.0001 34.9891 29.4206 36.0206 28.3892C37.052 27.3577 37.6315 25.9588 37.6315 24.5001V13.5001C37.6315 12.0414 37.052 10.6424 36.0206 9.61099C34.9891 8.57954 33.5902 8.00008 32.1315 8.00008ZM11.9648 4.33341H26.6315V8.00008H11.9648V4.33341ZM26.6315 33.6667H11.9648V26.3334H26.6315V33.6667ZM33.9648 24.5001C33.9648 24.9863 33.7717 25.4526 33.4279 25.7964C33.0841 26.1403 32.6177 26.3334 32.1315 26.3334H30.2982V24.5001C30.2982 24.0139 30.105 23.5475 29.7612 23.2037C29.4174 22.8599 28.9511 22.6667 28.4648 22.6667H10.1315C9.64528 22.6667 9.17897 22.8599 8.83515 23.2037C8.49133 23.5475 8.29818 24.0139 8.29818 24.5001V26.3334H6.46484C5.97861 26.3334 5.5123 26.1403 5.16848 25.7964C4.82467 25.4526 4.63151 24.9863 4.63151 24.5001V13.5001C4.63151 13.0139 4.82467 12.5475 5.16848 12.2037C5.5123 11.8599 5.97861 11.6667 6.46484 11.6667H32.1315C32.6177 11.6667 33.0841 11.8599 33.4279 12.2037C33.7717 12.5475 33.9648 13.0139 33.9648 13.5001V24.5001Z' fill='%23032a5d'/%3E%3C/svg%3E");
}
.eduLect .section--03 .process__list li:nth-child(5) .process__text {
  color: #032a5d;
}
.eduLect .section--03 .process__list li:nth-child(5):hover .process__num {
  background-color: #032a5d;
}
.eduLect .section--03 .process__list li:hover .process__num {
  color: #fff;
}
.eduLect .section--04 {
  padding-top: 120px;
}
.eduLect .section--04 .contents {
  margin-top: 16px;
}

@media (max-width: 1240px) {
  .eduLect .section--01 .title + .desc {
    margin-top: 0;
  }
  .eduLect .section--01 .advantage__list {
    grid-template-columns: 1fr;
  }
  .eduLect .section--02 .qual__text {
    font-weight: 400;
  }
  .eduLect .section--03 {
    padding-top: 80px;
  }
  .eduLect .section--03 .contents {
    margin-top: 12px;
  }
  .eduLect .section--03 .process__list {
    grid-template-columns: 1fr;
  }
  .eduLect .section--04 {
    padding-top: 80px;
  }
  .eduLect .section--04 .contents {
    margin-top: 12px;
  }
  .eduLect .section--04 .title__text {
    font-size: 28px;
  }
  .eduLect .section--04 .instructor {
    grid-template-columns: 1fr;
  }
  .eduLect .section:has(.instructor) .contents__bottom {
    margin-top: 40px;
  }
}
.eduOrg .section .inner {
  max-width: 1240px;
  margin: 0 auto;
}
.eduOrg .section--01 .contents__top .desc {
  font-weight: 700;
}
.eduOrg .section--01 .contents__bottom {
  margin-top: 16px;
}
.eduOrg .section--01 .advantage__list {
  grid-template-columns: repeat(5, 1fr);
}
.eduOrg .section--01 .advantage__list li:nth-child(1)::before {
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath d='M10.0417 40.3334H35.7083C37.7305 40.3334 39.375 38.6889 39.375 36.6667V9.16675C39.375 7.14458 37.7305 5.50008 35.7083 5.50008H32.0417C32.0417 5.01385 31.8485 4.54754 31.5047 4.20372C31.1609 3.8599 30.6946 3.66675 30.2083 3.66675H15.5417C15.0554 3.66675 14.5891 3.8599 14.2453 4.20372C13.9015 4.54754 13.7083 5.01385 13.7083 5.50008H10.0417C8.0195 5.50008 6.375 7.14458 6.375 9.16675V36.6667C6.375 38.6889 8.0195 40.3334 10.0417 40.3334ZM10.0417 9.16675H13.7083V12.8334H32.0417V9.16675H35.7083V36.6667H10.0417V9.16675Z' fill='%23ff5f1b'/%3E%3Cpath d='M21.0416 24.9077L17.7544 21.6205L15.1621 24.2129L21.0416 30.0924L30.5878 20.5462L27.9954 17.9539L21.0416 24.9077Z' fill='%23ff5f1b'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.eduOrg .section--01 .advantage__list li:nth-child(2)::before {
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath d='M5.72461 8.48475L22.2329 3.66675L38.7246 8.48475V18.3646C38.724 23.4278 37.1304 28.3626 34.1696 32.4699C31.2088 36.5772 27.0308 39.649 22.2274 41.2501C17.4222 39.6497 13.2425 36.5776 10.2805 32.4693C7.31861 28.361 5.72468 23.4247 5.72461 18.36V8.48475Z' stroke='%23ff5f1b' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='M13.9746 21.0833L20.3913 27.5L31.3913 16.5' stroke='%23ff5f1b' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.eduOrg .section--01 .advantage__list li:nth-child(3)::before {
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath d='M33.5749 12.8333H11.5749C10.6024 12.8333 9.66978 13.2196 8.98214 13.9072C8.29451 14.5948 7.9082 15.5275 7.9082 16.4999C7.9082 17.4724 8.29451 18.405 8.98214 19.0926C9.66978 19.7803 10.6024 20.1666 11.5749 20.1666H33.5749C34.5473 20.1666 35.48 19.7803 36.1676 19.0926C36.8552 18.405 37.2415 17.4724 37.2415 16.4999C37.2415 15.5275 36.8552 14.5948 36.1676 13.9072C35.48 13.2196 34.5473 12.8333 33.5749 12.8333ZM33.5749 25.6666H11.5749C10.6024 25.6666 9.66978 26.0529 8.98214 26.7405C8.29451 27.4282 7.9082 28.3608 7.9082 29.3333C7.9082 30.3057 8.29451 31.2383 8.98214 31.926C9.66978 32.6136 10.6024 32.9999 11.5749 32.9999H33.5749C34.5473 32.9999 35.48 32.6136 36.1676 31.926C36.8552 31.2383 37.2415 30.3057 37.2415 29.3333C37.2415 28.3608 36.8552 27.4282 36.1676 26.7405C35.48 26.0529 34.5473 25.6666 33.5749 25.6666Z' fill='%23ff5f1b'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.eduOrg .section--01 .advantage__list li:nth-child(4)::before {
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath d='M22.6959 36.6667C22.8181 36.6667 22.9403 36.6362 23.0625 36.5751C23.1848 36.514 23.2764 36.4529 23.3375 36.3918L38.3709 21.3584C38.7375 20.9917 39.0052 20.5792 39.1739 20.1209C39.3425 19.6626 39.4263 19.2042 39.425 18.7459C39.425 18.257 39.3413 17.7907 39.1739 17.3471C39.0064 16.9034 38.7388 16.5141 38.3709 16.1792L30.5792 8.38758C30.2431 8.02091 29.8532 7.75386 29.4095 7.58641C28.9659 7.41897 28.5008 7.33464 28.0144 7.33341C27.556 7.33341 27.0977 7.41775 26.6394 7.58641C26.181 7.75508 25.7685 8.02214 25.4019 8.38758L24.8977 8.89175L28.2894 12.3292C28.7477 12.757 29.0838 13.2459 29.2977 13.7959C29.5116 14.3459 29.6185 14.9265 29.6185 15.5376C29.6185 16.8209 29.1834 17.8983 28.3132 18.7697C27.443 19.6412 26.3656 20.0763 25.081 20.0751C24.4699 20.0751 23.882 19.9681 23.3174 19.7542C22.7527 19.5404 22.2559 19.2195 21.8269 18.7917L18.3875 15.4001L10.3667 23.4209C10.275 23.5126 10.2066 23.6122 10.1614 23.7197C10.1161 23.8273 10.0929 23.9416 10.0917 24.0626C10.0917 24.307 10.1834 24.5289 10.3667 24.7281C10.55 24.9273 10.7639 25.0263 11.0084 25.0251C11.1306 25.0251 11.2528 24.9945 11.375 24.9334C11.4973 24.8723 11.5889 24.8112 11.65 24.7501L16.6 19.8001C16.9361 19.464 17.3566 19.288 17.8614 19.2721C18.3661 19.2562 18.8013 19.4322 19.1667 19.8001C19.5028 20.1362 19.6709 20.564 19.6709 21.0834C19.6709 21.6029 19.5028 22.0306 19.1667 22.3667L14.2625 27.3167C14.1709 27.4084 14.1024 27.508 14.0572 27.6156C14.012 27.7231 13.9888 27.8374 13.9875 27.9584C13.9875 28.2029 14.0792 28.4167 14.2625 28.6001C14.4459 28.7834 14.6598 28.8751 14.9042 28.8751C15.0264 28.8751 15.1486 28.8445 15.2709 28.7834C15.3931 28.7223 15.4848 28.6612 15.5459 28.6001L20.4959 23.6959C20.832 23.3598 21.2524 23.1838 21.7572 23.1679C22.262 23.152 22.6971 23.328 23.0625 23.6959C23.3986 24.032 23.5667 24.4598 23.5667 24.9792C23.5667 25.4987 23.3986 25.9265 23.0625 26.2626L18.1584 31.2126C18.0667 31.2737 17.9983 31.3654 17.953 31.4876C17.9078 31.6098 17.8846 31.732 17.8834 31.8542C17.8834 32.0987 17.975 32.3126 18.1584 32.4959C18.3417 32.6792 18.5556 32.7709 18.8 32.7709C18.9223 32.7709 19.0371 32.7477 19.1447 32.7012C19.2523 32.6548 19.3513 32.5864 19.4417 32.4959L24.3917 27.5917C24.7278 27.2556 25.1483 27.0796 25.653 27.0637C26.1578 27.0479 26.5929 27.2239 26.9584 27.5917C27.2945 27.9279 27.4625 28.3556 27.4625 28.8751C27.4625 29.3945 27.2945 29.8223 26.9584 30.1584L22.0084 35.1084C21.9167 35.2001 21.8483 35.2997 21.803 35.4072C21.7578 35.5148 21.7346 35.6291 21.7334 35.7501C21.7334 35.9945 21.833 36.2084 22.0322 36.3918C22.2314 36.5751 22.4526 36.6667 22.6959 36.6667ZM22.65 40.3334C21.5195 40.3334 20.5191 39.9594 19.6489 39.2114C18.7786 38.4634 18.2665 37.5235 18.1125 36.3918C17.0736 36.239 16.2028 35.8112 15.5 35.1084C14.7973 34.4056 14.3695 33.5348 14.2167 32.4959C13.1778 32.3431 12.3149 31.908 11.628 31.1906C10.9411 30.4731 10.5207 29.6096 10.3667 28.6001C9.20559 28.4473 8.25837 27.9431 7.52504 27.0876C6.7917 26.232 6.42504 25.2237 6.42504 24.0626C6.42504 23.4515 6.53993 22.8636 6.7697 22.2989C6.99948 21.7342 7.32765 21.2374 7.7542 20.8084L15.775 12.7876C16.4778 12.0848 17.3413 11.7334 18.3655 11.7334C19.3898 11.7334 20.2526 12.0848 20.9542 12.7876L24.3917 16.2251C24.4528 16.3167 24.5445 16.3858 24.6667 16.4322C24.7889 16.4787 24.9111 16.5013 25.0334 16.5001C25.3084 16.5001 25.5375 16.4164 25.7209 16.2489C25.9042 16.0815 25.9959 15.8596 25.9959 15.5834C25.9959 15.4612 25.9726 15.339 25.9262 15.2167C25.8798 15.0945 25.8113 15.0029 25.7209 14.9417L19.1667 8.38758C18.8306 8.02091 18.4413 7.75386 17.9989 7.58641C17.5564 7.41897 17.0901 7.33464 16.6 7.33341C16.1417 7.33341 15.6834 7.41775 15.225 7.58641C14.7667 7.75508 14.3542 8.02214 13.9875 8.38758L7.52504 14.8959C7.09726 15.3237 6.7917 15.8279 6.60837 16.4084C6.42504 16.989 6.3792 17.5695 6.47087 18.1501C6.56254 18.6695 6.45559 19.1279 6.15004 19.5251C5.84448 19.9223 5.43198 20.1515 4.91254 20.2126C4.39309 20.2737 3.93476 20.1588 3.53754 19.8679C3.14032 19.577 2.91115 19.1725 2.85004 18.6542C2.6667 17.4931 2.75104 16.3552 3.10304 15.2406C3.45504 14.1259 4.0582 13.1402 4.91254 12.2834L11.375 5.82091C12.1084 5.11814 12.926 4.58341 13.828 4.21675C14.73 3.85008 15.654 3.66675 16.6 3.66675C17.546 3.66675 18.4706 3.85008 19.3739 4.21675C20.2771 4.58341 21.0789 5.11814 21.7792 5.82091L22.2834 6.32508L22.7875 5.82091C23.5209 5.11814 24.3385 4.58341 25.2405 4.21675C26.1425 3.85008 27.0665 3.66675 28.0125 3.66675C28.9585 3.66675 29.8831 3.85008 30.7864 4.21675C31.6896 4.58341 32.4914 5.11814 33.1917 5.82091L40.9375 13.5667C41.6403 14.2695 42.175 15.0792 42.5417 15.9959C42.9084 16.9126 43.0917 17.8445 43.0917 18.7917C43.0917 19.739 42.9084 20.6636 42.5417 21.5656C42.175 22.4676 41.6403 23.2694 40.9375 23.9709L25.9042 38.9584C25.4764 39.3862 24.9802 39.7223 24.4155 39.9667C23.8509 40.2112 23.2624 40.3334 22.65 40.3334Z' fill='%23ff5f1b'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.eduOrg .section--01 .advantage__list li:nth-child(5)::before {
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath d='M22.4122 28.3709C21.5261 28.4015 20.6785 28.2566 19.8694 27.9364C19.0603 27.6162 18.3496 27.1499 17.7372 26.5376C17.1249 25.9253 16.6586 25.2378 16.3384 24.4751C16.0182 23.7124 15.8581 22.9027 15.8581 22.0459C15.8581 21.7404 15.8734 21.4427 15.9039 21.1531C15.9345 20.8634 15.9956 20.5805 16.0872 20.3042C16.2095 19.9376 16.2021 19.5709 16.0652 19.2043C15.9284 18.8376 15.6912 18.5779 15.3539 18.4251C14.9872 18.2723 14.6285 18.2723 14.2777 18.4251C13.927 18.5779 13.6899 18.8376 13.5664 19.2043C13.4136 19.6626 13.2994 20.1209 13.2236 20.5793C13.1478 21.0376 13.1093 21.5112 13.1081 22.0001C13.1081 23.2223 13.3452 24.3914 13.8194 25.5072C14.2936 26.6231 14.9579 27.6082 15.8122 28.4626C16.6372 29.3181 17.6077 29.9751 18.7236 30.4334C19.8395 30.8918 20.9926 31.1362 22.1831 31.1667L21.4039 31.9459C21.1289 32.2209 20.9914 32.5418 20.9914 32.9084C20.9914 33.2751 21.1289 33.5959 21.4039 33.8709C21.6789 34.1459 21.9997 34.2834 22.3664 34.2834C22.7331 34.2834 23.0539 34.1459 23.3289 33.8709L26.2622 30.9376C26.6289 30.5709 26.8122 30.1431 26.8122 29.6542C26.8122 29.1654 26.6289 28.7376 26.2622 28.3709L23.3289 25.4376C23.0539 25.1626 22.7331 25.0251 22.3664 25.0251C21.9997 25.0251 21.6789 25.1626 21.4039 25.4376C21.1289 25.7126 20.9914 26.0334 20.9914 26.4001C20.9914 26.7667 21.1289 27.0876 21.4039 27.3626L22.4122 28.3709ZM22.0914 15.5834C22.9775 15.5834 23.8331 15.7441 24.6581 16.0656C25.4831 16.387 26.2011 16.8527 26.8122 17.4626C27.4234 18.0725 27.8896 18.76 28.2111 19.5251C28.5325 20.2902 28.6926 21.0999 28.6914 21.9543C28.6914 22.2598 28.6761 22.5574 28.6456 22.8471C28.615 23.1367 28.5539 23.4197 28.4622 23.6959C28.34 24.0626 28.348 24.4366 28.4861 24.8179C28.6242 25.1992 28.8607 25.4669 29.1956 25.6209C29.5622 25.7737 29.9216 25.7737 30.2736 25.6209C30.6256 25.4681 30.8621 25.2084 30.9831 24.8418C31.1359 24.3834 31.2507 23.9171 31.3277 23.4429C31.4047 22.9687 31.4426 22.4877 31.4414 22.0001C31.4414 20.7779 31.2196 19.6094 30.7759 18.4948C30.3322 17.3801 29.668 16.3791 28.7831 15.4917C27.9275 14.6362 26.9424 13.9872 25.8277 13.5447C24.7131 13.1023 23.5593 12.8805 22.3664 12.8792L23.1914 12.0542C23.4359 11.7792 23.5581 11.4584 23.5581 11.0917C23.5581 10.7251 23.4206 10.4042 23.1456 10.1292C22.8706 9.85425 22.5497 9.71675 22.1831 9.71675C21.8164 9.71675 21.4956 9.85425 21.2206 10.1292L18.2872 13.0626C17.9206 13.4292 17.7372 13.857 17.7372 14.3459C17.7372 14.8348 17.9206 15.2626 18.2872 15.6292L21.2206 18.5626C21.4956 18.8376 21.8164 18.9751 22.1831 18.9751C22.5497 18.9751 22.8706 18.8376 23.1456 18.5626C23.4206 18.2876 23.5581 17.9668 23.5581 17.6001C23.5581 17.2334 23.4206 16.9126 23.1456 16.6376L22.0914 15.5834ZM22.2747 40.3334C19.7386 40.3334 17.3553 39.8519 15.1247 38.8888C12.8942 37.9256 10.9539 36.6197 9.30391 34.9709C7.65391 33.3221 6.34796 31.3819 5.38608 29.1501C4.42419 26.9183 3.94263 24.535 3.94141 22.0001C3.94019 19.4652 4.42174 17.0819 5.38608 14.8501C6.35041 12.6183 7.65635 10.678 9.30391 9.02925C10.9515 7.38047 12.8917 6.07453 15.1247 5.11142C17.3577 4.1483 19.7411 3.66675 22.2747 3.66675C24.8084 3.66675 27.1917 4.1483 29.4247 5.11142C31.6577 6.07453 33.598 7.38047 35.2456 9.02925C36.8931 10.678 38.1997 12.6183 39.1652 14.8501C40.1308 17.0819 40.6117 19.4652 40.6081 22.0001C40.6044 24.535 40.1229 26.9183 39.1634 29.1501C38.204 31.3819 36.898 33.3221 35.2456 34.9709C33.5931 36.6197 31.6529 37.9263 29.4247 38.8906C27.1966 39.8549 24.8133 40.3359 22.2747 40.3334ZM22.2747 36.6668C26.3692 36.6668 29.8372 35.2459 32.6789 32.4042C35.5206 29.5626 36.9414 26.0945 36.9414 22.0001C36.9414 17.9056 35.5206 14.4376 32.6789 11.5959C29.8372 8.75425 26.3692 7.33342 22.2747 7.33342C18.1803 7.33342 14.7122 8.75425 11.8706 11.5959C9.02891 14.4376 7.60808 17.9056 7.60808 22.0001C7.60808 26.0945 9.02891 29.5626 11.8706 32.4042C14.7122 35.2459 18.1803 36.6668 22.2747 36.6668Z' fill='%23ff5f1b'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.eduOrg .section--02 .contents__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
.eduOrg .section--02 .table__wrapper:nth-child(1) .table__title::before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M7.79961 9.80576C8.15418 9.80576 8.50528 9.73593 8.83285 9.60024C9.16043 9.46455 9.45808 9.26567 9.7088 9.01495C9.95952 8.76423 10.1584 8.46659 10.2941 8.13901C10.4298 7.81143 10.4996 7.46033 10.4996 7.10576C10.4996 6.75119 10.4298 6.4001 10.2941 6.07252C10.1584 5.74494 9.95952 5.44729 9.7088 5.19657C9.45808 4.94586 9.16043 4.74698 8.83285 4.61129C8.50528 4.4756 8.15418 4.40576 7.79961 4.40576C7.08352 4.40576 6.39677 4.69023 5.89042 5.19657C5.38407 5.70292 5.09961 6.38968 5.09961 7.10576C5.09961 7.82185 5.38407 8.5086 5.89042 9.01495C6.39677 9.5213 7.08352 9.80576 7.79961 9.80576ZM7.79961 8.60576C7.40178 8.60576 7.02025 8.44773 6.73895 8.16642C6.45764 7.88512 6.29961 7.50359 6.29961 7.10576C6.29961 6.70794 6.45764 6.32641 6.73895 6.0451C7.02025 5.7638 7.40178 5.60576 7.79961 5.60576C8.19743 5.60576 8.57897 5.7638 8.86027 6.0451C9.14157 6.32641 9.29961 6.70794 9.29961 7.10576C9.29961 7.50359 9.14157 7.88512 8.86027 8.16642C8.57897 8.44773 8.19743 8.60576 7.79961 8.60576ZM3.59961 11.6058C3.59961 11.2875 3.72604 10.9823 3.95108 10.7572C4.17612 10.5322 4.48135 10.4058 4.79961 10.4058H10.7996C11.1179 10.4058 11.4231 10.5322 11.6481 10.7572C11.8732 10.9823 11.9996 11.2875 11.9996 11.6058V17.0058C11.9996 17.5573 11.891 18.1035 11.6799 18.613C11.4688 19.1226 11.1595 19.5856 10.7695 19.9756C10.3795 20.3656 9.91645 20.675 9.40688 20.8861C8.89731 21.0971 8.35116 21.2058 7.79961 21.2058C7.24806 21.2058 6.70191 21.0971 6.19234 20.8861C5.68277 20.675 5.21977 20.3656 4.82976 19.9756C4.43976 19.5856 4.13039 19.1226 3.91932 18.613C3.70825 18.1035 3.59961 17.5573 3.59961 17.0058V11.6058ZM4.79961 11.6058V17.0058C4.79961 17.8014 5.11568 18.5645 5.67829 19.1271C6.2409 19.6897 7.00396 20.0058 7.79961 20.0058C8.59526 20.0058 9.35832 19.6897 9.92093 19.1271C10.4835 18.5645 10.7996 17.8014 10.7996 17.0058V11.6058H4.79961ZM11.5508 8.17736C11.4456 8.54719 11.2854 8.89912 11.0756 9.22136C11.5712 9.27896 12.02 9.48536 12.3764 9.79736C12.4492 9.80216 12.5236 9.80496 12.5996 9.80576C13.025 9.80573 13.4444 9.70518 13.8236 9.5123C14.2028 9.31942 14.531 9.03967 14.7815 8.69586C15.0321 8.35205 15.1978 7.9539 15.2653 7.53387C15.3327 7.11384 15.3 6.68381 15.1697 6.27884C15.0394 5.87387 14.8152 5.50542 14.5155 5.20352C14.2158 4.90162 13.849 4.67481 13.445 4.54158C13.041 4.40835 12.6112 4.37248 12.1907 4.43688C11.7702 4.50128 11.3708 4.66413 11.0252 4.91216C11.2556 5.25176 11.4344 5.62976 11.5508 6.03416C11.7619 5.82767 12.0292 5.68806 12.3192 5.63283C12.6093 5.57761 12.9092 5.60922 13.1814 5.7237C13.4536 5.83819 13.6859 6.03046 13.8493 6.27642C14.0127 6.52238 14.0998 6.81109 14.0998 7.10636C14.0998 7.40164 14.0127 7.69034 13.8493 7.9363C13.6859 8.18226 13.4536 8.37453 13.1814 8.48902C12.9092 8.60351 12.6093 8.63512 12.3192 8.57989C12.0292 8.52466 11.7619 8.38386 11.5508 8.17736ZM11.3984 21.033C12.0255 21.2201 12.6877 21.2582 13.3322 21.144C13.9766 21.0299 14.5855 20.7667 15.1101 20.3755C15.6348 19.9843 16.0608 19.4759 16.3541 18.8908C16.6475 18.3057 16.8 17.6602 16.7996 17.0058V11.6058C16.7996 11.2875 16.6732 10.9823 16.4481 10.7572C16.2231 10.5322 15.9179 10.4058 15.5996 10.4058H12.8792C13.0832 10.7586 13.2008 11.169 13.2008 11.6058H15.6008V17.0058C15.6009 17.4251 15.5131 17.8398 15.343 18.2231C15.173 18.6063 14.9245 18.9497 14.6135 19.231C14.3026 19.5124 13.9361 19.7254 13.5377 19.8563C13.1394 19.9873 12.718 20.0333 12.3008 19.9914C12.044 20.377 11.744 20.7238 11.4008 21.0318M16.3532 8.17736C16.248 8.54719 16.0878 8.89912 15.878 9.22136C16.3736 9.27896 16.8224 9.48536 17.1788 9.79736C17.2516 9.80216 17.326 9.80496 17.402 9.80576C17.8274 9.80573 18.2468 9.70518 18.626 9.5123C19.0052 9.31942 19.3334 9.03967 19.5839 8.69586C19.8345 8.35205 20.0002 7.9539 20.0677 7.53387C20.1351 7.11384 20.1024 6.68381 19.9721 6.27884C19.8418 5.87387 19.6176 5.50542 19.3179 5.20352C19.0182 4.90162 18.6514 4.67481 18.2474 4.54158C17.8434 4.40835 17.4136 4.37248 16.9931 4.43688C16.5726 4.50128 16.1732 4.66413 15.8276 4.91216C16.058 5.25176 16.2368 5.62976 16.3532 6.03416C16.5643 5.82767 16.8316 5.68806 17.1216 5.63283C17.4117 5.57761 17.7116 5.60922 17.9838 5.7237C18.256 5.83819 18.4883 6.03046 18.6517 6.27642C18.8151 6.52238 18.9022 6.81109 18.9022 7.10636C18.9022 7.40164 18.8151 7.69034 18.6517 7.9363C18.4883 8.18226 18.256 8.37453 17.9838 8.48902C17.7116 8.60351 17.4117 8.63512 17.1216 8.57989C16.8316 8.52466 16.5643 8.38386 16.3532 8.17736ZM16.2008 21.033C16.5832 21.1474 16.9832 21.2054 17.4008 21.207C18.5147 21.207 19.583 20.7645 20.3707 19.9768C21.1583 19.1892 21.6008 18.1209 21.6008 17.007V11.6058C21.6008 11.2875 21.4744 10.9823 21.2493 10.7572C21.0243 10.5322 20.7191 10.4058 20.4008 10.4058H17.6804C17.8844 10.7586 18.002 11.169 18.002 11.6058H20.402V17.0058C20.4021 17.4251 20.3143 17.8398 20.1442 18.2231C19.9742 18.6063 19.7257 18.9497 19.4147 19.231C19.1038 19.5124 18.7373 19.7254 18.3389 19.8563C17.9406 19.9873 17.5192 20.0333 17.102 19.9914C16.8452 20.377 16.5452 20.7238 16.202 21.0318' fill='%23ff5f1b'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.eduOrg .section--02 .table__wrapper:nth-child(2) .table__title::before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M16 9.61108C16 14.9411 8 14.9411 8 9.61108H10C10 12.2811 14 12.2811 14 9.61108M20 18.6111V21.6111H4V18.6111C4 15.9411 9.33 14.6111 12 14.6111C14.67 14.6111 20 15.9411 20 18.6111ZM18.1 18.6111C18.1 17.9711 14.97 16.5111 12 16.5111C9.03 16.5111 5.9 17.9711 5.9 18.6111V19.7111H18.1M12.5 2.61108C12.78 2.61108 13 2.83108 13 3.11108V6.11108H14V3.61108C14.7077 3.93861 15.3006 4.47128 15.7019 5.13997C16.1031 5.80866 16.294 6.58251 16.25 7.36108C16.25 7.36108 16.95 7.50108 17 8.61108H7C7 7.50108 7.75 7.36108 7.75 7.36108C7.70595 6.58251 7.89693 5.80866 8.29814 5.13997C8.69936 4.47128 9.29229 3.93861 10 3.61108V6.11108H11V3.11108C11 2.83108 11.22 2.61108 11.5 2.61108' fill='%23ff5f1b'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.eduOrg .section--02 .table__title {
  position: relative;
  padding-left: 28px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.eduOrg .section--02 .table__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.eduOrg .section--02 .table__header {
  margin-top: 16px;
  grid-template-columns: repeat(2, 1fr);
}
.eduOrg .section--02 .table__header .th {
  border-right: 1px solid #fff;
}
.eduOrg .section--02 .table__body__item > li {
  grid-template-columns: repeat(2, 1fr);
}
.eduOrg .section--02 .table__body__item .td {
  border-right: 1px solid #eae8e8;
}
.eduOrg .section--02 .ant {
  font-size: 16px;
}
.eduOrg .section--03 {
  padding-top: 120px;
}
.eduOrg .section--03 .process__list li:nth-child(1) .process__num {
  color: #90d046;
  border: 2px solid #90d046;
}
.eduOrg .section--03 .process__list li:nth-child(1) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='36' viewBox='0 0 45 36' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.29069 8.6362C1.81921 8.85796 1.42057 9.2093 1.14136 9.64919C0.862138 10.0891 0.713867 10.5993 0.713867 11.1204C0.713867 11.6414 0.862138 12.1517 1.14136 12.5915C1.42057 13.0314 1.81921 13.3828 2.29069 13.6045L6.22028 15.4594V26.2315C6.22028 28.2705 6.88255 30.5458 8.81437 31.9472C11.2491 33.7059 15.6843 35.8494 22.7191 35.8494C29.7539 35.8494 34.1781 33.6922 36.6238 31.9472C38.5557 30.5513 39.2179 28.2924 39.2179 26.2315V15.4594L41.9659 14.1596V26.2232C41.9659 26.5876 42.1107 26.9371 42.3683 27.1948C42.626 27.4524 42.9755 27.5972 43.3399 27.5972C43.7043 27.5972 44.0538 27.4524 44.3114 27.1948C44.5691 26.9371 44.7139 26.5876 44.7139 26.2232V11.1094C44.714 10.589 44.5663 10.0792 44.2881 9.63944C44.0098 9.19966 43.6124 8.84795 43.142 8.62521L27.4236 1.20569C25.9545 0.510967 24.3497 0.150635 22.7246 0.150635C21.0995 0.150635 19.4947 0.510967 18.0256 1.20569L2.30717 8.62521L2.29069 8.6362ZM8.96826 26.2232V16.7427L18.0091 21.0296C19.4782 21.7243 21.083 22.0846 22.7081 22.0846C24.3332 22.0846 25.938 21.7243 27.4071 21.0296L36.448 16.7427V26.2232C36.448 27.7511 35.9533 28.9987 34.9915 29.6857C33.002 31.1229 29.1384 33.0931 22.7081 33.0931C16.2779 33.0931 12.4032 31.1366 10.4247 29.6857C9.46564 28.9932 8.96826 27.7374 8.96826 26.2232ZM19.1907 3.68985C20.2902 3.16905 21.4915 2.89889 22.7081 2.89889C23.9247 2.89889 25.1261 3.16905 26.2255 3.68985L41.9439 11.1094L26.2255 18.5289C25.1261 19.0497 23.9247 19.3199 22.7081 19.3199C21.4915 19.3199 20.2902 19.0497 19.1907 18.5289L3.47231 11.1094L19.1907 3.68985Z' fill='%2390d046'/%3E%3C/svg%3E");
}
.eduOrg .section--03 .process__list li:nth-child(1) .process__text {
  color: #90d046;
}
.eduOrg .section--03 .process__list li:nth-child(1):hover .process__num {
  background-color: #90d046;
}
.eduOrg .section--03 .process__list li:nth-child(2) .process__num {
  color: #54cf9f;
  border: 2px solid #54cf9f;
}
.eduOrg .section--03 .process__list li:nth-child(2) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38' fill='none'%3E%3Cpath d='M31.5339 4.33341H27.8672V2.50008C27.8672 2.01385 27.674 1.54754 27.3302 1.20372C26.9864 0.859902 26.5201 0.666748 26.0339 0.666748C25.5476 0.666748 25.0813 0.859902 24.7375 1.20372C24.3937 1.54754 24.2005 2.01385 24.2005 2.50008V4.33341H13.2005V2.50008C13.2005 2.01385 13.0074 1.54754 12.6635 1.20372C12.3197 0.859902 11.8534 0.666748 11.3672 0.666748C10.881 0.666748 10.4146 0.859902 10.0708 1.20372C9.72701 1.54754 9.53385 2.01385 9.53385 2.50008V4.33341H5.86719C4.4085 4.33341 3.00955 4.91288 1.9781 5.94433C0.94665 6.97578 0.367188 8.37472 0.367188 9.83342V31.8334C0.367188 33.2921 0.94665 34.6911 1.9781 35.7225C3.00955 36.754 4.4085 37.3334 5.86719 37.3334H31.5339C32.9925 37.3334 34.3915 36.754 35.4229 35.7225C36.4544 34.6911 37.0339 33.2921 37.0339 31.8334V9.83342C37.0339 8.37472 36.4544 6.97578 35.4229 5.94433C34.3915 4.91288 32.9925 4.33341 31.5339 4.33341ZM33.3672 31.8334C33.3672 32.3196 33.174 32.786 32.8302 33.1298C32.4864 33.4736 32.0201 33.6667 31.5339 33.6667H5.86719C5.38096 33.6667 4.91464 33.4736 4.57083 33.1298C4.22701 32.786 4.03385 32.3196 4.03385 31.8334V19.0001H33.3672V31.8334ZM33.3672 15.3334H4.03385V9.83342C4.03385 9.34718 4.22701 8.88087 4.57083 8.53705C4.91464 8.19324 5.38096 8.00008 5.86719 8.00008H9.53385V9.83342C9.53385 10.3196 9.72701 10.786 10.0708 11.1298C10.4146 11.4736 10.881 11.6667 11.3672 11.6667C11.8534 11.6667 12.3197 11.4736 12.6635 11.1298C13.0074 10.786 13.2005 10.3196 13.2005 9.83342V8.00008H24.2005V9.83342C24.2005 10.3196 24.3937 10.786 24.7375 11.1298C25.0813 11.4736 25.5476 11.6667 26.0339 11.6667C26.5201 11.6667 26.9864 11.4736 27.3302 11.1298C27.674 10.786 27.8672 10.3196 27.8672 9.83342V8.00008H31.5339C32.0201 8.00008 32.4864 8.19324 32.8302 8.53705C33.174 8.88087 33.3672 9.34718 33.3672 9.83342V15.3334Z' fill='%2354cf9f'/%3E%3C/svg%3E");
}
.eduOrg .section--03 .process__list li:nth-child(2) .process__text {
  color: #54cf9f;
}
.eduOrg .section--03 .process__list li:nth-child(2):hover .process__num {
  background-color: #54cf9f;
}
.eduOrg .section--03 .process__list li:nth-child(3) .process__num {
  color: #4fd1db;
  border: 2px solid #4fd1db;
}
.eduOrg .section--03 .process__list li:nth-child(3) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='32' viewBox='0 0 40 32' fill='none'%3E%3Cpath d='M1.80957 2.25H14.1974C14.9199 2.24991 15.6354 2.39219 16.3029 2.6687C16.9704 2.9452 17.5769 3.35052 18.0877 3.8615L23.8096 9.58333M7.30957 18.75H1.80957M13.7262 7.75L17.3929 11.4167C17.6337 11.6574 17.8246 11.9432 17.9549 12.2578C18.0852 12.5724 18.1523 12.9095 18.1523 13.25C18.1523 13.5905 18.0852 13.9276 17.9549 14.2422C17.8246 14.5568 17.6337 14.8426 17.3929 15.0833C17.1521 15.3241 16.8663 15.5151 16.5518 15.6454C16.2372 15.7757 15.9001 15.8427 15.5596 15.8427C15.2191 15.8427 14.8819 15.7757 14.5674 15.6454C14.2528 15.5151 13.967 15.3241 13.7262 15.0833L10.9762 12.3333C9.39957 13.91 6.90074 14.0878 5.11507 12.7495L4.55957 12.3333' stroke='%234fd1db' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.30957 14.1666V22.4166C7.30957 25.8743 7.30957 27.6013 8.3839 28.6756C9.45824 29.7499 11.1852 29.7499 14.6429 29.7499H31.1429C34.6006 29.7499 36.3276 29.7499 37.4019 28.6756C38.4762 27.6013 38.4762 25.8743 38.4762 22.4166V16.9166C38.4762 13.4589 38.4762 11.7319 37.4019 10.6576C36.3276 9.58325 34.6006 9.58325 31.1429 9.58325H15.5596' stroke='%234fd1db' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.1012 19.6666C26.1012 20.5175 25.7632 21.3335 25.1615 21.9352C24.5599 22.5369 23.7438 22.8749 22.8929 22.8749C22.042 22.8749 21.2259 22.5369 20.6243 21.9352C20.0226 21.3335 19.6846 20.5175 19.6846 19.6666C19.6846 18.8157 20.0226 17.9996 20.6243 17.398C21.2259 16.7963 22.042 16.4583 22.8929 16.4583C23.7438 16.4583 24.5599 16.7963 25.1615 17.398C25.7632 17.9996 26.1012 18.8157 26.1012 19.6666Z' stroke='%234fd1db' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.eduOrg .section--03 .process__list li:nth-child(3) .process__text {
  color: #4fd1db;
}
.eduOrg .section--03 .process__list li:nth-child(3):hover .process__num {
  background-color: #4fd1db;
}
.eduOrg .section--03 .process__list li:nth-child(4) .process__num {
  color: #43a3e0;
  border: 2px solid #43a3e0;
}
.eduOrg .section--03 .process__list li:nth-child(4) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='36' viewBox='0 0 44 36' fill='none'%3E%3Cpath d='M0 36V32H44V36H0ZM6 30C4.9 30 3.95867 29.6087 3.176 28.826C2.39333 28.0433 2.00133 27.1013 2 26V4C2 2.9 2.392 1.95867 3.176 1.176C3.96 0.393333 4.90133 0.00133333 6 0H38C39.1 0 40.042 0.392 40.826 1.176C41.61 1.96 42.0013 2.90133 42 4V26C42 27.1 41.6087 28.042 40.826 28.826C40.0433 29.61 39.1013 30.0013 38 30H6ZM6 26H38V4H6V26Z' fill='%2343a3e0'/%3E%3C/svg%3E");
}
.eduOrg .section--03 .process__list li:nth-child(4) .process__text {
  color: #43a3e0;
}
.eduOrg .section--03 .process__list li:nth-child(4):hover .process__num {
  background-color: #43a3e0;
}
.eduOrg .section--03 .process__list li:nth-child(5) .process__num {
  color: #4585e4;
  border: 2px solid #4585e4;
}
.eduOrg .section--03 .process__list li:nth-child(5) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath d='M17.5391 11.0001C17.5391 10.6759 17.6678 10.365 17.897 10.1358C18.1263 9.9066 18.4371 9.77783 18.7613 9.77783H28.5391C28.8632 9.77783 29.1741 9.9066 29.4033 10.1358C29.6325 10.365 29.7613 10.6759 29.7613 11.0001C29.7613 11.3242 29.6325 11.6351 29.4033 11.8643C29.1741 12.0935 28.8632 12.2223 28.5391 12.2223H18.7613C18.4371 12.2223 18.1263 12.0935 17.897 11.8643C17.6678 11.6351 17.5391 11.3242 17.5391 11.0001ZM18.7613 14.6667C18.4371 14.6667 18.1263 14.7955 17.897 15.0247C17.6678 15.2539 17.5391 15.5648 17.5391 15.8889C17.5391 16.2131 17.6678 16.524 17.897 16.7532C18.1263 16.9824 18.4371 17.1112 18.7613 17.1112H28.5391C28.8632 17.1112 29.1741 16.9824 29.4033 16.7532C29.6325 16.524 29.7613 16.2131 29.7613 15.8889C29.7613 15.5648 29.6325 15.2539 29.4033 15.0247C29.1741 14.7955 28.8632 14.6667 28.5391 14.6667H18.7613ZM17.5391 26.8889C17.5391 26.5648 17.6678 26.2539 17.897 26.0247C18.1263 25.7955 18.4371 25.6667 18.7613 25.6667H28.5391C28.8632 25.6667 29.1741 25.7955 29.4033 26.0247C29.6325 26.2539 29.7613 26.5648 29.7613 26.8889C29.7613 27.2131 29.6325 27.524 29.4033 27.7532C29.1741 27.9824 28.8632 28.1112 28.5391 28.1112H18.7613C18.4371 28.1112 18.1263 27.9824 17.897 27.7532C17.6678 27.524 17.5391 27.2131 17.5391 26.8889ZM18.7613 30.5556C18.4371 30.5556 18.1263 30.6844 17.897 30.9136C17.6678 31.1428 17.5391 31.4537 17.5391 31.7778C17.5391 32.102 17.6678 32.4129 17.897 32.6421C18.1263 32.8713 18.4371 33.0001 18.7613 33.0001H28.5391C28.8632 33.0001 29.1741 32.8713 29.4033 32.6421C29.6325 32.4129 29.7613 32.102 29.7613 31.7778C29.7613 31.4537 29.6325 31.1428 29.4033 30.9136C29.1741 30.6844 28.8632 30.5556 28.5391 30.5556H18.7613Z' fill='%234585e4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.31641 25.6666C5.31641 25.3424 5.44518 25.0315 5.67439 24.8023C5.9036 24.5731 6.21447 24.4443 6.53863 24.4443H12.6497C12.9739 24.4443 13.2848 24.5731 13.514 24.8023C13.7432 25.0315 13.872 25.3424 13.872 25.6666V31.7777C13.872 32.1018 13.7432 32.4127 13.514 32.6419C13.2848 32.8711 12.9739 32.9999 12.6497 32.9999H6.53863C6.21447 32.9999 5.9036 32.8711 5.67439 32.6419C5.44518 32.4127 5.31641 32.1018 5.31641 31.7777V25.6666ZM7.76085 26.8888V30.5554H11.4275V26.8888H7.76085Z' fill='%234585e4'/%3E%3Cpath d='M14.7357 11.864C14.9583 11.6335 15.0815 11.3248 15.0787 11.0043C15.076 10.6839 14.9474 10.3773 14.7208 10.1507C14.4942 9.9241 14.1877 9.79556 13.8672 9.79277C13.5467 9.78999 13.238 9.91318 13.0075 10.1358L8.9827 14.1606L7.40237 12.5803C7.17185 12.3576 6.86312 12.2344 6.54266 12.2372C6.22219 12.24 5.91565 12.3685 5.68904 12.5951C5.46243 12.8218 5.33389 13.1283 5.3311 13.4488C5.32832 13.7692 5.45151 14.078 5.67415 14.3085L8.9827 17.617L14.7357 11.864Z' fill='%234585e4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.31662 0C4.02001 0 2.7765 0.515078 1.85966 1.43192C0.942812 2.34877 0.427734 3.59227 0.427734 4.88889V39.1111C0.427734 40.4077 0.942812 41.6512 1.85966 42.5681C2.7765 43.4849 4.02001 44 5.31662 44H29.7611C31.0577 44 32.3012 43.4849 33.218 42.5681C34.1349 41.6512 34.65 40.4077 34.65 39.1111V4.88889C34.65 3.59227 34.1349 2.34877 33.218 1.43192C32.3012 0.515078 31.0577 0 29.7611 0H5.31662ZM2.87218 4.88889C2.87218 4.24058 3.12972 3.61883 3.58814 3.16041C4.04656 2.70198 4.66832 2.44444 5.31662 2.44444H29.7611C30.4094 2.44444 31.0311 2.70198 31.4895 3.16041C31.948 3.61883 32.2055 4.24058 32.2055 4.88889V39.1111C32.2055 39.7594 31.948 40.3812 31.4895 40.8396C31.0311 41.298 30.4094 41.5556 29.7611 41.5556H5.31662C4.66832 41.5556 4.04656 41.298 3.58814 40.8396C3.12972 40.3812 2.87218 39.7594 2.87218 39.1111V4.88889ZM37.0944 12.2222C37.0944 11.2498 37.4807 10.3171 38.1683 9.6295C38.856 8.94186 39.7886 8.55556 40.7611 8.55556C41.7335 8.55556 42.6662 8.94186 43.3538 9.6295C44.0414 10.3171 44.4277 11.2498 44.4277 12.2222V37.037L40.7611 42.537L37.0944 37.037V12.2222ZM40.7611 11C40.4369 11 40.126 11.1288 39.8968 11.358C39.6676 11.5872 39.5388 11.8981 39.5388 12.2222V14.6667H41.9833V12.2222C41.9833 11.8981 41.8545 11.5872 41.6253 11.358C41.3961 11.1288 41.0852 11 40.7611 11ZM40.7611 38.1297L39.5388 36.2963V17.1111H41.9833V36.2963L40.7611 38.1297Z' fill='%234585e4'/%3E%3C/svg%3E");
}
.eduOrg .section--03 .process__list li:nth-child(5) .process__text {
  color: #4585e4;
}
.eduOrg .section--03 .process__list li:nth-child(5):hover .process__num {
  background-color: #4585e4;
}
.eduOrg .section--03 .process__list li:nth-child(6) .process__num {
  color: #032a5d;
  border: 2px solid #032a5d;
}
.eduOrg .section--03 .process__list li:nth-child(6) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38' fill='none'%3E%3Cpath d='M10.1188 15.3334C9.75622 15.3334 9.40176 15.4409 9.10027 15.6424C8.79878 15.8438 8.5638 16.1302 8.42504 16.4652C8.28628 16.8002 8.24997 17.1688 8.32071 17.5244C8.39145 17.88 8.56606 18.2067 8.82245 18.4631C9.07885 18.7195 9.40552 18.8941 9.76115 18.9649C10.1168 19.0356 10.4854 18.9993 10.8204 18.8605C11.1554 18.7218 11.4417 18.4868 11.6432 18.1853C11.8446 17.8838 11.9521 17.5293 11.9521 17.1667C11.9521 16.6805 11.759 16.2142 11.4152 15.8704C11.0714 15.5266 10.605 15.3334 10.1188 15.3334ZM32.1188 8.00008H30.2855V2.50008C30.2855 2.01385 30.0923 1.54754 29.7485 1.20372C29.4047 0.859902 28.9384 0.666748 28.4521 0.666748H10.1188C9.63258 0.666748 9.16627 0.859902 8.82245 1.20372C8.47864 1.54754 8.28548 2.01385 8.28548 2.50008V8.00008H6.45215C4.99346 8.00008 3.59451 8.57954 2.56306 9.61099C1.53161 10.6424 0.952148 12.0414 0.952148 13.5001V24.5001C0.952148 25.9588 1.53161 27.3577 2.56306 28.3892C3.59451 29.4206 4.99346 30.0001 6.45215 30.0001H8.28548V35.5001C8.28548 35.9863 8.47864 36.4526 8.82245 36.7964C9.16627 37.1403 9.63258 37.3334 10.1188 37.3334H28.4521C28.9384 37.3334 29.4047 37.1403 29.7485 36.7964C30.0923 36.4526 30.2855 35.9863 30.2855 35.5001V30.0001H32.1188C33.5775 30.0001 34.9765 29.4206 36.0079 28.3892C37.0394 27.3577 37.6188 25.9588 37.6188 24.5001V13.5001C37.6188 12.0414 37.0394 10.6424 36.0079 9.61099C34.9765 8.57954 33.5775 8.00008 32.1188 8.00008ZM11.9521 4.33341H26.6188V8.00008H11.9521V4.33341ZM26.6188 33.6667H11.9521V26.3334H26.6188V33.6667ZM33.9521 24.5001C33.9521 24.9863 33.759 25.4526 33.4152 25.7964C33.0714 26.1403 32.605 26.3334 32.1188 26.3334H30.2855V24.5001C30.2855 24.0139 30.0923 23.5475 29.7485 23.2037C29.4047 22.8599 28.9384 22.6667 28.4521 22.6667H10.1188C9.63258 22.6667 9.16627 22.8599 8.82245 23.2037C8.47864 23.5475 8.28548 24.0139 8.28548 24.5001V26.3334H6.45215C5.96592 26.3334 5.4996 26.1403 5.15579 25.7964C4.81197 25.4526 4.61882 24.9863 4.61882 24.5001V13.5001C4.61882 13.0139 4.81197 12.5475 5.15579 12.2037C5.4996 11.8599 5.96592 11.6667 6.45215 11.6667H32.1188C32.605 11.6667 33.0714 11.8599 33.4152 12.2037C33.759 12.5475 33.9521 13.0139 33.9521 13.5001V24.5001Z' fill='%23032a5d'/%3E%3C/svg%3E");
}
.eduOrg .section--03 .process__list li:nth-child(6) .process__text {
  color: #032a5d;
}
.eduOrg .section--03 .process__list li:nth-child(6):hover .process__num {
  background-color: #032a5d;
}
.eduOrg .section--03 .process__list li:hover .process__num {
  color: #fff;
}

@media (max-width: 1024px) {
  .eduOrg .section--02 .contents__bottom {
    gap: 20px;
    margin-top: 20px;
  }
  .eduOrg .section--03 {
    padding-top: 80px;
  }
  .eduOrg .section--03 .contents {
    margin-top: 12px;
  }
}
.eduSPSafety {
  margin-bottom: 120px;
}
.eduSPSafety .section .inner:not(.section--04) {
  max-width: 1240px;
  margin: 0 auto;
}
.eduSPSafety .section--01 .contents__bottom {
  margin-top: 40px;
}
.eduSPSafety .section--02 .contents__bottom {
  margin-top: 40px;
}
.eduSPSafety .section--02 .advantage__list li:nth-child(1)::before {
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.4174 3.66675C23.9612 3.66675 26.8341 6.53955 26.8341 10.0834C26.8341 13.5091 24.1496 16.3078 20.7695 16.4905L20.4174 16.5001C16.8736 16.5001 14.0007 13.6272 14.0007 10.0834C14.0007 6.65772 16.6852 3.8589 20.0653 3.6762L20.4174 3.66675ZM7.58398 36.6667H23.7223C23.0664 35.5334 22.6195 34.2915 22.4028 33.0001H11.2507V30.0667L11.2602 29.7108C11.437 26.4138 14.0545 23.8334 17.209 23.8334H23.6257L23.9615 23.8432C24.2889 23.8623 24.6095 23.9092 24.9213 23.9817C25.8482 22.9076 26.9735 22.0222 28.2355 21.3739C26.8666 20.6043 25.2958 20.1667 23.6257 20.1667H17.209L16.8123 20.175C11.6805 20.389 7.58398 24.7358 7.58398 30.0667V36.6667ZM17.6674 10.0834C17.6674 8.56458 18.8986 7.33336 20.4174 7.33336C21.9361 7.33336 23.1674 8.56458 23.1674 10.0834C23.1674 11.6021 21.9361 12.8334 20.4174 12.8334C18.8986 12.8334 17.6674 11.6021 17.6674 10.0834ZM27.8627 38.5827L33.2507 35.2917L38.6387 38.5827L37.1738 32.4414L41.9687 28.3341L35.6753 27.8295L33.2507 22.0001L30.826 27.8295L24.5327 28.3341L29.3275 32.4414L27.8627 38.5827Z' fill='%23ff5f1b'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.eduSPSafety .section--02 .advantage__list li:nth-child(2)::before {
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cg clip-path='url(%23clip0_248_10355)'%3E%3Cpath d='M24.4997 2.0625V5.5H27.2085C28.0445 5.5 28.8667 5.72 29.5927 6.13525L33.1402 8.15925C33.2466 8.21975 33.3602 8.25 33.4812 8.25H39.6247C40.1718 8.25 40.6964 8.4673 41.0831 8.85409C41.4699 9.24089 41.6872 9.76549 41.6872 10.3125C41.6872 10.8595 41.4699 11.3841 41.0831 11.7709C40.6964 12.1577 40.1718 12.375 39.6247 12.375H38.4505L44.2557 25.278C44.4273 25.6597 44.4787 26.0846 44.403 26.4962C44.3274 26.9078 44.1283 27.2867 43.8322 27.5825L42.3747 26.125L43.8295 27.5853L43.8267 27.5907L43.8212 27.5962L43.8047 27.6128L43.7882 27.6265L43.7607 27.654L43.637 27.764C43.0558 28.2498 42.427 28.6623 41.7505 29.0015C40.4662 29.645 38.6072 30.25 36.1872 30.25C34.2609 30.2725 32.356 29.845 30.624 29.0015C29.9488 28.6644 29.3156 28.249 28.7375 27.764L28.6137 27.654L28.5697 27.6128L28.5532 27.5962L28.5422 27.5853V27.5825C28.2462 27.2867 28.0471 26.9078 27.9715 26.4962C27.8958 26.0846 27.9472 25.6597 28.1187 25.278L33.9267 12.375H33.4812C32.6425 12.375 31.8202 12.1578 31.0942 11.7397L27.5467 9.71575C27.4429 9.65635 27.3254 9.62507 27.2057 9.625H24.4997V35.75H31.3747C31.9218 35.75 32.4464 35.9673 32.8331 36.3541C33.2199 36.7409 33.4372 37.2655 33.4372 37.8125C33.4372 38.3595 33.2199 38.8841 32.8331 39.2709C32.4464 39.6577 31.9218 39.875 31.3747 39.875H13.4997C12.9527 39.875 12.4281 39.6577 12.0413 39.2709C11.6545 38.8841 11.4372 38.3595 11.4372 37.8125C11.4372 37.2655 11.6545 36.7409 12.0413 36.3541C12.4281 35.9673 12.9527 35.75 13.4997 35.75H20.3747V9.625H17.6687C17.5491 9.62507 17.4316 9.65635 17.3277 9.71575L13.783 11.7425C13.0542 12.155 12.232 12.375 11.3932 12.375H10.9477L16.7557 25.278C16.9273 25.6597 16.9787 26.0846 16.903 26.4962C16.8274 26.9078 16.6283 27.2867 16.3322 27.5825L14.8747 26.125L16.3295 27.5853L16.3267 27.5907L16.3212 27.5962L16.3047 27.6128L16.2607 27.654L16.137 27.764C15.5558 28.2498 14.927 28.6623 14.2505 29.0015C12.9662 29.645 11.1072 30.25 8.68724 30.25C6.76093 30.2725 4.85595 29.845 3.12399 29.0015C2.44882 28.6644 1.81564 28.249 1.23749 27.764L1.11374 27.654L1.06974 27.6128L1.05324 27.5962L1.04224 27.5853V27.5825C0.746183 27.2867 0.547113 26.9078 0.47147 26.4962C0.395828 26.0846 0.447193 25.6597 0.618743 25.278L6.42674 12.375H5.24974C4.70273 12.375 4.17813 12.1577 3.79134 11.7709C3.40454 11.3841 3.18724 10.8595 3.18724 10.3125C3.18724 9.76549 3.40454 9.24089 3.79134 8.85409C4.17813 8.4673 4.70273 8.25 5.24974 8.25H11.3932C11.5138 8.25041 11.6323 8.21912 11.737 8.15925L15.279 6.1325C16.0077 5.72 16.83 5.5 17.6687 5.5H20.3747V2.0625C20.3747 1.51549 20.592 0.990886 20.9788 0.604092C21.3656 0.217298 21.8902 0 22.4372 0C22.9843 0 23.5089 0.217298 23.8956 0.604092C24.2824 0.990886 24.4997 1.51549 24.4997 2.0625ZM32.5985 25.3743C33.3822 25.7455 34.573 26.125 36.1872 26.125C37.8015 26.125 38.9922 25.7455 39.776 25.3743L36.1872 17.3993L32.5985 25.3743ZM5.09849 25.3743C5.88224 25.7455 7.07299 26.125 8.68724 26.125C10.3015 26.125 11.4922 25.7455 12.276 25.3743L8.68724 17.3993L5.09849 25.3743Z' fill='%23ff5f1b'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_248_10355'%3E%3Crect width='44' height='44' fill='white' transform='translate(0.4375)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.eduSPSafety .section--02 .advantage__list li:nth-child(3)::before {
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath d='M22.6243 40.3334C24.091 40.3334 25.5577 40.1501 26.841 39.7834C26.1077 38.8667 25.3743 37.7667 25.0077 36.4834C24.2743 36.6667 23.3577 36.6667 22.6243 36.6667C14.5577 36.6667 7.95768 30.0667 7.95768 22.0001C7.95768 13.9334 14.5577 7.33341 22.6243 7.33341C24.091 7.33341 25.3743 7.51675 26.6577 7.88342L29.591 4.95008C27.391 4.21675 25.0077 3.66675 22.6243 3.66675C12.541 3.66675 4.29102 11.9167 4.29102 22.0001C4.29102 32.0834 12.541 40.3334 22.6243 40.3334ZM12.541 21.0834L15.1077 18.5167L20.791 24.2001L36.5577 8.43341L39.1244 11.0001L20.791 29.3334L12.541 21.0834ZM35.4577 25.6667L33.1477 30.7084L28.1243 33.0001L33.1477 35.3101L35.4577 40.3334L37.7494 35.3101L42.791 33.0001L37.7494 30.7084L35.4577 25.6667Z' fill='%23ff5f1b'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.eduSPSafety .section--02 .advantage__list li:nth-child(4)::before {
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath d='M31.9792 12.8334H17.3125C16.7931 12.8334 16.358 12.6574 16.0072 12.3054C15.6564 11.9534 15.4804 11.5183 15.4792 11.0001C15.478 10.4819 15.654 10.0467 16.0072 9.69475C16.3604 9.34275 16.7955 9.16675 17.3125 9.16675H33.8125C34.332 9.16675 34.7677 9.34275 35.1197 9.69475C35.4717 10.0467 35.6471 10.4819 35.6458 11.0001V27.5001C35.6458 28.0195 35.4698 28.4552 35.1178 28.8072C34.7658 29.1592 34.3307 29.3346 33.8125 29.3334C33.2943 29.3322 32.8592 29.1562 32.5072 28.8054C32.1552 28.4546 31.9792 28.0195 31.9792 27.5001V12.8334ZM22.8125 22.0001H8.14584C7.6264 22.0001 7.19128 21.8241 6.84051 21.4721C6.48973 21.1201 6.31373 20.685 6.31251 20.1667C6.31128 19.6485 6.48728 19.2134 6.84051 18.8614C7.19373 18.5094 7.62884 18.3334 8.14584 18.3334H24.6458C25.1653 18.3334 25.601 18.5094 25.953 18.8614C26.305 19.2134 26.4804 19.6485 26.4792 20.1667V36.6667C26.4792 37.1862 26.3032 37.6219 25.9512 37.9739C25.5992 38.3259 25.1641 38.5013 24.6458 38.5001C24.1276 38.4989 23.6925 38.3229 23.3405 37.9721C22.9885 37.6213 22.8125 37.1862 22.8125 36.6667V22.0001Z' fill='%23ff5f1b'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.eduSPSafety .section--03 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.eduSPSafety .section--03 .contents__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
.eduSPSafety .section--03 .table__header {
  grid-template-columns: repeat(2, 1fr);
}
.eduSPSafety .section--03 .table__body__item > li {
  grid-template-columns: repeat(2, 1fr);
}
.eduSPSafety .section--03 .table__body__item .td {
  border-right: 1px solid #eae8e8;
}
.eduSPSafety .section--04 {
  padding-bottom: 80px;
  background-color: #f9fafb;
}
.eduSPSafety .section--04 .contents__bottom {
  margin-top: 40px;
}
.eduSPSafety .section--05 .contents__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
.eduSPSafety .section--05 .table__header {
  grid-template-columns: 1fr;
}
.eduSPSafety .section--05 .table__header .th {
  background-color: #ff5f1b;
  color: #fff;
}
.eduSPSafety .section--05 .table__body__item > li {
  grid-template-columns: 1fr;
}
.eduSPSafety .section--05 .table__body__item .td {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #eae8e8;
}
.eduSPSafety .section--06 {
  padding-top: 120px;
  padding-bottom: 0;
}
.eduSPSafety .section--06 .contents {
  margin-top: 16px;
}
.eduSPSafety .section--06 .process__list li:nth-child(1) .process__num {
  color: #90d046;
  border: 2px solid #90d046;
}
.eduSPSafety .section--06 .process__list li:nth-child(1) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='36' viewBox='0 0 45 36' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.29069 8.6362C1.81921 8.85796 1.42057 9.2093 1.14136 9.64919C0.862138 10.0891 0.713867 10.5993 0.713867 11.1204C0.713867 11.6414 0.862138 12.1517 1.14136 12.5915C1.42057 13.0314 1.81921 13.3828 2.29069 13.6045L6.22028 15.4594V26.2315C6.22028 28.2705 6.88255 30.5458 8.81437 31.9472C11.2491 33.7059 15.6843 35.8494 22.7191 35.8494C29.7539 35.8494 34.1781 33.6922 36.6238 31.9472C38.5557 30.5513 39.2179 28.2924 39.2179 26.2315V15.4594L41.9659 14.1596V26.2232C41.9659 26.5876 42.1107 26.9371 42.3683 27.1948C42.626 27.4524 42.9755 27.5972 43.3399 27.5972C43.7043 27.5972 44.0538 27.4524 44.3114 27.1948C44.5691 26.9371 44.7139 26.5876 44.7139 26.2232V11.1094C44.714 10.589 44.5663 10.0792 44.2881 9.63944C44.0098 9.19966 43.6124 8.84795 43.142 8.62521L27.4236 1.20569C25.9545 0.510967 24.3497 0.150635 22.7246 0.150635C21.0995 0.150635 19.4947 0.510967 18.0256 1.20569L2.30717 8.62521L2.29069 8.6362ZM8.96826 26.2232V16.7427L18.0091 21.0296C19.4782 21.7243 21.083 22.0846 22.7081 22.0846C24.3332 22.0846 25.938 21.7243 27.4071 21.0296L36.448 16.7427V26.2232C36.448 27.7511 35.9533 28.9987 34.9915 29.6857C33.002 31.1229 29.1384 33.0931 22.7081 33.0931C16.2779 33.0931 12.4032 31.1366 10.4247 29.6857C9.46564 28.9932 8.96826 27.7374 8.96826 26.2232ZM19.1907 3.68985C20.2902 3.16905 21.4915 2.89889 22.7081 2.89889C23.9247 2.89889 25.1261 3.16905 26.2255 3.68985L41.9439 11.1094L26.2255 18.5289C25.1261 19.0497 23.9247 19.3199 22.7081 19.3199C21.4915 19.3199 20.2902 19.0497 19.1907 18.5289L3.47231 11.1094L19.1907 3.68985Z' fill='%2390d046'/%3E%3C/svg%3E");
}
.eduSPSafety .section--06 .process__list li:nth-child(1) .process__text {
  color: #90d046;
}
.eduSPSafety .section--06 .process__list li:nth-child(1):hover .process__num {
  background-color: #90d046;
}
.eduSPSafety .section--06 .process__list li:nth-child(2) .process__num {
  color: #54cf9f;
  border: 2px solid #54cf9f;
}
.eduSPSafety .section--06 .process__list li:nth-child(2) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38' fill='none'%3E%3Cpath d='M31.5339 4.33341H27.8672V2.50008C27.8672 2.01385 27.674 1.54754 27.3302 1.20372C26.9864 0.859902 26.5201 0.666748 26.0339 0.666748C25.5476 0.666748 25.0813 0.859902 24.7375 1.20372C24.3937 1.54754 24.2005 2.01385 24.2005 2.50008V4.33341H13.2005V2.50008C13.2005 2.01385 13.0074 1.54754 12.6635 1.20372C12.3197 0.859902 11.8534 0.666748 11.3672 0.666748C10.881 0.666748 10.4146 0.859902 10.0708 1.20372C9.72701 1.54754 9.53385 2.01385 9.53385 2.50008V4.33341H5.86719C4.4085 4.33341 3.00955 4.91288 1.9781 5.94433C0.94665 6.97578 0.367188 8.37472 0.367188 9.83342V31.8334C0.367188 33.2921 0.94665 34.6911 1.9781 35.7225C3.00955 36.754 4.4085 37.3334 5.86719 37.3334H31.5339C32.9925 37.3334 34.3915 36.754 35.4229 35.7225C36.4544 34.6911 37.0339 33.2921 37.0339 31.8334V9.83342C37.0339 8.37472 36.4544 6.97578 35.4229 5.94433C34.3915 4.91288 32.9925 4.33341 31.5339 4.33341ZM33.3672 31.8334C33.3672 32.3196 33.174 32.786 32.8302 33.1298C32.4864 33.4736 32.0201 33.6667 31.5339 33.6667H5.86719C5.38096 33.6667 4.91464 33.4736 4.57083 33.1298C4.22701 32.786 4.03385 32.3196 4.03385 31.8334V19.0001H33.3672V31.8334ZM33.3672 15.3334H4.03385V9.83342C4.03385 9.34718 4.22701 8.88087 4.57083 8.53705C4.91464 8.19324 5.38096 8.00008 5.86719 8.00008H9.53385V9.83342C9.53385 10.3196 9.72701 10.786 10.0708 11.1298C10.4146 11.4736 10.881 11.6667 11.3672 11.6667C11.8534 11.6667 12.3197 11.4736 12.6635 11.1298C13.0074 10.786 13.2005 10.3196 13.2005 9.83342V8.00008H24.2005V9.83342C24.2005 10.3196 24.3937 10.786 24.7375 11.1298C25.0813 11.4736 25.5476 11.6667 26.0339 11.6667C26.5201 11.6667 26.9864 11.4736 27.3302 11.1298C27.674 10.786 27.8672 10.3196 27.8672 9.83342V8.00008H31.5339C32.0201 8.00008 32.4864 8.19324 32.8302 8.53705C33.174 8.88087 33.3672 9.34718 33.3672 9.83342V15.3334Z' fill='%2354cf9f'/%3E%3C/svg%3E");
}
.eduSPSafety .section--06 .process__list li:nth-child(2) .process__text {
  color: #54cf9f;
}
.eduSPSafety .section--06 .process__list li:nth-child(2):hover .process__num {
  background-color: #54cf9f;
}
.eduSPSafety .section--06 .process__list li:nth-child(3) .process__num {
  color: #4fd1db;
  border: 2px solid #4fd1db;
}
.eduSPSafety .section--06 .process__list li:nth-child(3) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='32' viewBox='0 0 40 32' fill='none'%3E%3Cpath d='M1.80957 2.25H14.1974C14.9199 2.24991 15.6354 2.39219 16.3029 2.6687C16.9704 2.9452 17.5769 3.35052 18.0877 3.8615L23.8096 9.58333M7.30957 18.75H1.80957M13.7262 7.75L17.3929 11.4167C17.6337 11.6574 17.8246 11.9432 17.9549 12.2578C18.0852 12.5724 18.1523 12.9095 18.1523 13.25C18.1523 13.5905 18.0852 13.9276 17.9549 14.2422C17.8246 14.5568 17.6337 14.8426 17.3929 15.0833C17.1521 15.3241 16.8663 15.5151 16.5518 15.6454C16.2372 15.7757 15.9001 15.8427 15.5596 15.8427C15.2191 15.8427 14.8819 15.7757 14.5674 15.6454C14.2528 15.5151 13.967 15.3241 13.7262 15.0833L10.9762 12.3333C9.39957 13.91 6.90074 14.0878 5.11507 12.7495L4.55957 12.3333' stroke='%234fd1db' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.30957 14.1666V22.4166C7.30957 25.8743 7.30957 27.6013 8.3839 28.6756C9.45824 29.7499 11.1852 29.7499 14.6429 29.7499H31.1429C34.6006 29.7499 36.3276 29.7499 37.4019 28.6756C38.4762 27.6013 38.4762 25.8743 38.4762 22.4166V16.9166C38.4762 13.4589 38.4762 11.7319 37.4019 10.6576C36.3276 9.58325 34.6006 9.58325 31.1429 9.58325H15.5596' stroke='%234fd1db' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.1012 19.6666C26.1012 20.5175 25.7632 21.3335 25.1615 21.9352C24.5599 22.5369 23.7438 22.8749 22.8929 22.8749C22.042 22.8749 21.2259 22.5369 20.6243 21.9352C20.0226 21.3335 19.6846 20.5175 19.6846 19.6666C19.6846 18.8157 20.0226 17.9996 20.6243 17.398C21.2259 16.7963 22.042 16.4583 22.8929 16.4583C23.7438 16.4583 24.5599 16.7963 25.1615 17.398C25.7632 17.9996 26.1012 18.8157 26.1012 19.6666Z' stroke='%234fd1db' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.eduSPSafety .section--06 .process__list li:nth-child(3) .process__text {
  color: #4fd1db;
}
.eduSPSafety .section--06 .process__list li:nth-child(3):hover .process__num {
  background-color: #4fd1db;
}
.eduSPSafety .section--06 .process__list li:nth-child(4) .process__num {
  color: #43a3e0;
  border: 2px solid #43a3e0;
}
.eduSPSafety .section--06 .process__list li:nth-child(4) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='36' viewBox='0 0 44 36' fill='none'%3E%3Cpath d='M0 36V32H44V36H0ZM6 30C4.9 30 3.95867 29.6087 3.176 28.826C2.39333 28.0433 2.00133 27.1013 2 26V4C2 2.9 2.392 1.95867 3.176 1.176C3.96 0.393333 4.90133 0.00133333 6 0H38C39.1 0 40.042 0.392 40.826 1.176C41.61 1.96 42.0013 2.90133 42 4V26C42 27.1 41.6087 28.042 40.826 28.826C40.0433 29.61 39.1013 30.0013 38 30H6ZM6 26H38V4H6V26Z' fill='%2343a3e0'/%3E%3C/svg%3E");
}
.eduSPSafety .section--06 .process__list li:nth-child(4) .process__text {
  color: #43a3e0;
}
.eduSPSafety .section--06 .process__list li:nth-child(4):hover .process__num {
  background-color: #43a3e0;
}
.eduSPSafety .section--06 .process__list li:nth-child(5) .process__num {
  color: #4585e4;
  border: 2px solid #4585e4;
}
.eduSPSafety .section--06 .process__list li:nth-child(5) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath d='M17.5391 11.0001C17.5391 10.6759 17.6678 10.365 17.897 10.1358C18.1263 9.9066 18.4371 9.77783 18.7613 9.77783H28.5391C28.8632 9.77783 29.1741 9.9066 29.4033 10.1358C29.6325 10.365 29.7613 10.6759 29.7613 11.0001C29.7613 11.3242 29.6325 11.6351 29.4033 11.8643C29.1741 12.0935 28.8632 12.2223 28.5391 12.2223H18.7613C18.4371 12.2223 18.1263 12.0935 17.897 11.8643C17.6678 11.6351 17.5391 11.3242 17.5391 11.0001ZM18.7613 14.6667C18.4371 14.6667 18.1263 14.7955 17.897 15.0247C17.6678 15.2539 17.5391 15.5648 17.5391 15.8889C17.5391 16.2131 17.6678 16.524 17.897 16.7532C18.1263 16.9824 18.4371 17.1112 18.7613 17.1112H28.5391C28.8632 17.1112 29.1741 16.9824 29.4033 16.7532C29.6325 16.524 29.7613 16.2131 29.7613 15.8889C29.7613 15.5648 29.6325 15.2539 29.4033 15.0247C29.1741 14.7955 28.8632 14.6667 28.5391 14.6667H18.7613ZM17.5391 26.8889C17.5391 26.5648 17.6678 26.2539 17.897 26.0247C18.1263 25.7955 18.4371 25.6667 18.7613 25.6667H28.5391C28.8632 25.6667 29.1741 25.7955 29.4033 26.0247C29.6325 26.2539 29.7613 26.5648 29.7613 26.8889C29.7613 27.2131 29.6325 27.524 29.4033 27.7532C29.1741 27.9824 28.8632 28.1112 28.5391 28.1112H18.7613C18.4371 28.1112 18.1263 27.9824 17.897 27.7532C17.6678 27.524 17.5391 27.2131 17.5391 26.8889ZM18.7613 30.5556C18.4371 30.5556 18.1263 30.6844 17.897 30.9136C17.6678 31.1428 17.5391 31.4537 17.5391 31.7778C17.5391 32.102 17.6678 32.4129 17.897 32.6421C18.1263 32.8713 18.4371 33.0001 18.7613 33.0001H28.5391C28.8632 33.0001 29.1741 32.8713 29.4033 32.6421C29.6325 32.4129 29.7613 32.102 29.7613 31.7778C29.7613 31.4537 29.6325 31.1428 29.4033 30.9136C29.1741 30.6844 28.8632 30.5556 28.5391 30.5556H18.7613Z' fill='%234585e4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.31641 25.6666C5.31641 25.3424 5.44518 25.0315 5.67439 24.8023C5.9036 24.5731 6.21447 24.4443 6.53863 24.4443H12.6497C12.9739 24.4443 13.2848 24.5731 13.514 24.8023C13.7432 25.0315 13.872 25.3424 13.872 25.6666V31.7777C13.872 32.1018 13.7432 32.4127 13.514 32.6419C13.2848 32.8711 12.9739 32.9999 12.6497 32.9999H6.53863C6.21447 32.9999 5.9036 32.8711 5.67439 32.6419C5.44518 32.4127 5.31641 32.1018 5.31641 31.7777V25.6666ZM7.76085 26.8888V30.5554H11.4275V26.8888H7.76085Z' fill='%234585e4'/%3E%3Cpath d='M14.7357 11.864C14.9583 11.6335 15.0815 11.3248 15.0787 11.0043C15.076 10.6839 14.9474 10.3773 14.7208 10.1507C14.4942 9.9241 14.1877 9.79556 13.8672 9.79277C13.5467 9.78999 13.238 9.91318 13.0075 10.1358L8.9827 14.1606L7.40237 12.5803C7.17185 12.3576 6.86312 12.2344 6.54266 12.2372C6.22219 12.24 5.91565 12.3685 5.68904 12.5951C5.46243 12.8218 5.33389 13.1283 5.3311 13.4488C5.32832 13.7692 5.45151 14.078 5.67415 14.3085L8.9827 17.617L14.7357 11.864Z' fill='%234585e4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.31662 0C4.02001 0 2.7765 0.515078 1.85966 1.43192C0.942812 2.34877 0.427734 3.59227 0.427734 4.88889V39.1111C0.427734 40.4077 0.942812 41.6512 1.85966 42.5681C2.7765 43.4849 4.02001 44 5.31662 44H29.7611C31.0577 44 32.3012 43.4849 33.218 42.5681C34.1349 41.6512 34.65 40.4077 34.65 39.1111V4.88889C34.65 3.59227 34.1349 2.34877 33.218 1.43192C32.3012 0.515078 31.0577 0 29.7611 0H5.31662ZM2.87218 4.88889C2.87218 4.24058 3.12972 3.61883 3.58814 3.16041C4.04656 2.70198 4.66832 2.44444 5.31662 2.44444H29.7611C30.4094 2.44444 31.0311 2.70198 31.4895 3.16041C31.948 3.61883 32.2055 4.24058 32.2055 4.88889V39.1111C32.2055 39.7594 31.948 40.3812 31.4895 40.8396C31.0311 41.298 30.4094 41.5556 29.7611 41.5556H5.31662C4.66832 41.5556 4.04656 41.298 3.58814 40.8396C3.12972 40.3812 2.87218 39.7594 2.87218 39.1111V4.88889ZM37.0944 12.2222C37.0944 11.2498 37.4807 10.3171 38.1683 9.6295C38.856 8.94186 39.7886 8.55556 40.7611 8.55556C41.7335 8.55556 42.6662 8.94186 43.3538 9.6295C44.0414 10.3171 44.4277 11.2498 44.4277 12.2222V37.037L40.7611 42.537L37.0944 37.037V12.2222ZM40.7611 11C40.4369 11 40.126 11.1288 39.8968 11.358C39.6676 11.5872 39.5388 11.8981 39.5388 12.2222V14.6667H41.9833V12.2222C41.9833 11.8981 41.8545 11.5872 41.6253 11.358C41.3961 11.1288 41.0852 11 40.7611 11ZM40.7611 38.1297L39.5388 36.2963V17.1111H41.9833V36.2963L40.7611 38.1297Z' fill='%234585e4'/%3E%3C/svg%3E");
}
.eduSPSafety .section--06 .process__list li:nth-child(5) .process__text {
  color: #4585e4;
}
.eduSPSafety .section--06 .process__list li:nth-child(5):hover .process__num {
  background-color: #4585e4;
}
.eduSPSafety .section--06 .process__list li:nth-child(6) .process__num {
  color: #032a5d;
  border: 2px solid #032a5d;
}
.eduSPSafety .section--06 .process__list li:nth-child(6) .process__num::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38' fill='none'%3E%3Cpath d='M10.1188 15.3334C9.75622 15.3334 9.40176 15.4409 9.10027 15.6424C8.79878 15.8438 8.5638 16.1302 8.42504 16.4652C8.28628 16.8002 8.24997 17.1688 8.32071 17.5244C8.39145 17.88 8.56606 18.2067 8.82245 18.4631C9.07885 18.7195 9.40552 18.8941 9.76115 18.9649C10.1168 19.0356 10.4854 18.9993 10.8204 18.8605C11.1554 18.7218 11.4417 18.4868 11.6432 18.1853C11.8446 17.8838 11.9521 17.5293 11.9521 17.1667C11.9521 16.6805 11.759 16.2142 11.4152 15.8704C11.0714 15.5266 10.605 15.3334 10.1188 15.3334ZM32.1188 8.00008H30.2855V2.50008C30.2855 2.01385 30.0923 1.54754 29.7485 1.20372C29.4047 0.859902 28.9384 0.666748 28.4521 0.666748H10.1188C9.63258 0.666748 9.16627 0.859902 8.82245 1.20372C8.47864 1.54754 8.28548 2.01385 8.28548 2.50008V8.00008H6.45215C4.99346 8.00008 3.59451 8.57954 2.56306 9.61099C1.53161 10.6424 0.952148 12.0414 0.952148 13.5001V24.5001C0.952148 25.9588 1.53161 27.3577 2.56306 28.3892C3.59451 29.4206 4.99346 30.0001 6.45215 30.0001H8.28548V35.5001C8.28548 35.9863 8.47864 36.4526 8.82245 36.7964C9.16627 37.1403 9.63258 37.3334 10.1188 37.3334H28.4521C28.9384 37.3334 29.4047 37.1403 29.7485 36.7964C30.0923 36.4526 30.2855 35.9863 30.2855 35.5001V30.0001H32.1188C33.5775 30.0001 34.9765 29.4206 36.0079 28.3892C37.0394 27.3577 37.6188 25.9588 37.6188 24.5001V13.5001C37.6188 12.0414 37.0394 10.6424 36.0079 9.61099C34.9765 8.57954 33.5775 8.00008 32.1188 8.00008ZM11.9521 4.33341H26.6188V8.00008H11.9521V4.33341ZM26.6188 33.6667H11.9521V26.3334H26.6188V33.6667ZM33.9521 24.5001C33.9521 24.9863 33.759 25.4526 33.4152 25.7964C33.0714 26.1403 32.605 26.3334 32.1188 26.3334H30.2855V24.5001C30.2855 24.0139 30.0923 23.5475 29.7485 23.2037C29.4047 22.8599 28.9384 22.6667 28.4521 22.6667H10.1188C9.63258 22.6667 9.16627 22.8599 8.82245 23.2037C8.47864 23.5475 8.28548 24.0139 8.28548 24.5001V26.3334H6.45215C5.96592 26.3334 5.4996 26.1403 5.15579 25.7964C4.81197 25.4526 4.61882 24.9863 4.61882 24.5001V13.5001C4.61882 13.0139 4.81197 12.5475 5.15579 12.2037C5.4996 11.8599 5.96592 11.6667 6.45215 11.6667H32.1188C32.605 11.6667 33.0714 11.8599 33.4152 12.2037C33.759 12.5475 33.9521 13.0139 33.9521 13.5001V24.5001Z' fill='%23032a5d'/%3E%3C/svg%3E");
}
.eduSPSafety .section--06 .process__list li:nth-child(6) .process__text {
  color: #032a5d;
}
.eduSPSafety .section--06 .process__list li:nth-child(6):hover .process__num {
  background-color: #032a5d;
}
.eduSPSafety .section--06 .process__list li:hover .process__num {
  color: #fff;
}

@media (max-width: 1024px) {
  .eduSPSafety {
    margin-bottom: 80px;
  }
  .eduSPSafety .section--03 {
    padding-bottom: 40px;
  }
  .eduSPSafety .section--03 .contents__bottom {
    gap: 20px;
    margin-top: 20px;
  }
  .eduSPSafety .section--05 .contents__bottom {
    gap: 20px;
    margin-top: 20px;
  }
  .eduSPSafety .section--06 {
    padding-top: 80px;
  }
  .eduSPSafety .section--06 .contents {
    margin-top: 12px;
  }
}
.consulting .section .inner {
  max-width: 1240px;
  margin: 0 auto;
}
.consulting .section--01 .contents__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.consulting .section--01 .contents__top .desc {
  margin-top: 0;
}
.consulting .section--02 {
  padding-top: 120px;
  padding-bottom: 80px;
}
.consulting .section--02 .contents__top .desc {
  font-size: 20px;
}
.consulting .section--02 .contents__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
.consulting .section--02 .contents__bottom .desc {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.consulting .section--03 {
  padding-bottom: 80px;
  background-color: #f9fafb;
}
.consulting .section--03 .contents__top .desc {
  font-size: 20px;
}
.consulting .section--03 .contents__bottom {
  margin-top: 40px;
}
.consulting .section--03 .edu-method li:nth-child(1) {
  background-image: url("../assets/images/img_11@2x.jpg");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.consulting .section--03 .edu-method li:nth-child(2) {
  background-image: url("../assets/images/img_12@2x.jpg");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.consulting .section--03 .edu-method li:nth-child(3) {
  background-image: url("../assets/images/img_13@2x.jpg");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.consulting .section--03 .edu-method li:nth-child(4) {
  background-image: url("../assets/images/img_14@2x.jpg");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .consulting .section--01 .contents__top {
    gap: 12px;
  }
  .consulting .section--01 .contents__top .desc {
    font-size: 20px;
  }
  .consulting .section--02 {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .consulting .section--02 .contents__top .desc {
    font-size: 16px;
  }
  .consulting .section--02 .contents__bottom {
    gap: 20px;
    margin-top: 20px;
  }
  .consulting .section--03 {
    padding-bottom: 40px;
  }
}
.eduLegal .section:not(.section--01) {
  padding: 0 0 80px;
}
.eduLegal .section .inner {
  max-width: 1920px;
  margin: 0 auto;
}
.eduLegal .section--01 {
  padding-top: 0;
  padding-bottom: 80px;
}
.eduLegal .section--01 .swiper .title {
  padding-left: 26px;
  padding-bottom: 5px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.6;
  color: #ff5f1b;
  text-transform: uppercase;
}
.eduLegal .section--03 .inner {
  max-width: 1240px;
}

@media (max-width: 1024px) {
  .eduLegal .section:not(.section--01) {
    padding: 0 0 40px;
  }
  .eduLegal .section .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .eduLegal .section--01 .eduLegalSwiper .title {
    font-size: 20px;
  }
}
.eduGov .section:not(.banner--contact) .inner {
  max-width: 1920px;
  margin: 0 auto;
}
.eduGov .section--01 .ant {
  text-align: center;
}
.eduGov .section--01 .contents__top .title,
.eduGov .section--01 .contents__top .desc {
  text-align: center;
}
.eduGov .section--01 .contents__bottom {
  margin-top: 80px;
}
.eduGov .section--01 .swiper .title {
  padding-left: 26px;
  padding-bottom: 5px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.6;
  color: #ff5f1b;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .eduGov .section--02 .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.eduFinance .section:not(.section--02) .inner {
  max-width: 1240px;
  margin: 0 auto;
}
.eduFinance .section--01 .ant {
  text-align: center;
}
.eduFinance .section--01 .contents .title + .desc {
  margin-top: 0;
}
.eduFinance .section--01 .contents__top .title,
.eduFinance .section--01 .contents__top .desc {
  text-align: center;
}
.eduFinance .section--01 .contents__bottom {
  margin-top: 80px;
}
.eduFinance .section--02 .inner {
  max-width: 1920px;
  margin: 0 auto;
}
.eduFinance .section--04 .inner {
  max-width: 1240px;
  margin: 0 auto;
}
.eduFinance .section--04 .title__text {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5;
  color: #323842;
}
.eduFinance .section--04 .desc {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #323842;
}
.eduFinance .section--04 .desc strong {
  font-weight: 700;
}
.eduFinance .section--04 .contents {
  display: grid;
  grid-template-columns: 387px 1fr;
  width: 100%;
  gap: 68px;
  padding: 0 54px;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .eduFinance .section--04 .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.eduFinance .section--04 .contents__top {
  padding: 133px 28px 0;
  background-color: #fafafb;
}
.eduFinance .section--04 .contents__bottom {
  padding-top: 54px;
}

@media (max-width: 1024px) {
  .eduFinance .section--01 .contents__bottom {
    margin-top: 60px;
  }
  .eduFinance .section--01 .info {
    grid-template-columns: 1fr;
  }
  .eduFinance .section--02 .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .eduFinance .section--03 {
    padding-bottom: 0;
  }
  .eduFinance .section--04 {
    padding-bottom: 80px;
  }
  .eduFinance .section--04 .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .eduFinance .section--04 .contents {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 53px;
  }
  .eduFinance .section--04 .contents__top {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .eduFinance .section--04 .contents__bottom {
    margin-top: 0;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}