/* tag */
html.seal {
  overflow: hidden;
  overscroll-behavior: contain;
}

body {
  letter-spacing: -0.9px;
}
body.seal {
  overflow: hidden;
  overscroll-behavior: contain;
}

input {
  position: relative;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  input {
    font-size: 15px;
  }
}
input[type=date], input[type=time], input.date:not([type=date]), input.time:not([type=time]) {
  position: relative;
  height: 30px;
  border: none;
}
input[type=date]::-webkit-clear-button, input[type=date]::-webkit-inner-spin-button, input[type=time]::-webkit-clear-button, input[type=time]::-webkit-inner-spin-button, input.date:not([type=date])::-webkit-clear-button, input.date:not([type=date])::-webkit-inner-spin-button, input.time:not([type=time])::-webkit-clear-button, input.time:not([type=time])::-webkit-inner-spin-button {
  display: none;
}
input[type=date]::-webkit-calendar-picker-indicator, input[type=time]::-webkit-calendar-picker-indicator, input.date:not([type=date])::-webkit-calendar-picker-indicator, input.time:not([type=time])::-webkit-calendar-picker-indicator {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  color: transparent;
}
input[type=date]:valid::before, input[type=time]:valid::before, input.date:not([type=date]):valid::before, input.time:not([type=time]):valid::before {
  display: none;
}
div:has(> input[type=date])::before,
label:has(> input[type=date])::before,
div:has(> input[type=time])::before,
label:has(> input[type=time])::before {
  content: attr(data-placeholder);
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Pretendard", sans-serif;
  color: rgba(30, 30, 30, 0.7);
  background-color: #fff;
  box-sizing: border-box;
}

button {
  font-family: "Pretendard", sans-serif;
  font-size: 17px;
  letter-spacing: -0.85px;
}

select {
  font-family: "Pretendard", sans-serif;
  font-size: 17px;
  letter-spacing: -0.85px;
}

/* tag */
.wrap-sub {
  overflow-x: hidden;
}
.wrap-sub .logo {
  margin: 0;
  margin-bottom: 10px;
  width: auto;
}

.layout {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1495px) {
  .layout {
    width: 100%;
  }
}
.layout-outer {
  width: 1067.5px;
  min-height: 100svh;
  overflow: hidden;
}
@media only screen and (max-width: 1067.5px) {
  .layout-outer {
    width: 100%;
  }
}
.layout-inner {
  position: relative;
  width: 100%;
  padding: 0 40px;
  padding: 0 40rem;
}

.main {
  position: relative;
  background-color: #fff;
}

.tag {
  font-size: 11px;
  letter-spacing: -0.77px;
}
.tag-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 800px;
  padding: 2px 8px 3px;
}
.tag-wrap.red {
  background-color: #fbecf1;
  color: #F66572;
}
.tag-wrap.green {
  border: 1px solid #1A973C;
  color: #1A973C;
}
.tag-wrap.orange {
  border: 1px solid #FF5C00;
  color: #FF5C00;
}
.tag-wrap.skyblue {
  border: 1px solid #00AEBF;
  color: #00AEBF;
}
.tag-wrap.bg-green {
  background-color: #10B565;
  color: #fff;
}
.tag-wrap.bg-orange {
  background-color: #E46253;
  color: #fff;
}
.tag-wrap.bg-darkblue {
  background-color: #00155E;
  color: #fff;
}

.sect-link .btn-wrap {
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .sect-link .btn-wrap {
    height: 46px;
  }
}

.sect-tit {
  display: none;
}
.sect-tit.active {
  display: block;
}

.tit-bottommenu {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -2.4px;
}

.info-wrap {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.info-wrap .icon {
  flex: 0 0 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  aspect-ratio: 1/1;
  margin-top: 1.5px;
}
.info-wrap .icon img {
  width: 100%;
}
.info-wrap .txt {
  font-size: 16px;
  letter-spacing: -0.8px;
}

.size-60 {
  max-width: 60px;
}
.size-90 {
  max-width: 90px;
}
.size-120 {
  max-width: 120px;
}
.size-150 {
  max-width: 150px;
}
.size-180 {
  max-width: 180px;
}
.size-210 {
  max-width: 210px;
}
.size-240 {
  max-width: 240px;
}
.size-270 {
  max-width: 270px;
}
.size-300 {
  max-width: 300px;
}
.size-330 {
  max-width: 330px;
}
.size-360 {
  max-width: 360px;
}
.size-390 {
  max-width: 390px;
}
.size-420 {
  max-width: 420px;
}
.size-450 {
  max-width: 450px;
}
.size-480 {
  max-width: 480px;
}
.size-510 {
  max-width: 510px;
}
.size-540 {
  max-width: 540px;
}
.size-570 {
  max-width: 570px;
}
.size-600 {
  max-width: 600px;
}
.size-630 {
  max-width: 630px;
}
.size-660 {
  max-width: 660px;
}
.size-690 {
  max-width: 690px;
}
.size-720 {
  max-width: 720px;
}
.size-750 {
  max-width: 750px;
}
.size-780 {
  max-width: 780px;
}
.size-810 {
  max-width: 810px;
}
.size-840 {
  max-width: 840px;
}
.size-870 {
  max-width: 870px;
}
.size-900 {
  max-width: 900px;
}
.size-930 {
  max-width: 930px;
}

/* scss 탭 */
.tab {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 17px;
  color: #444;
}
@media only screen and (max-width: 767px) {
  .tab {
    font-size: 16px;
  }
}
.tab-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .tab-container {
    justify-content: flex-start;
    gap: 5px;
    flex-wrap: wrap;
  }
}
.tab-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  height: 50px;
  border: 1px solid #DDDDDD;
  }
.tab-wrap.round {
  min-width: 100px;
  border-radius: 800px;
}
@media only screen and (max-width: 767px) {
  .tab-wrap.round {
    flex: 0 0 calc((100% - 5px * (2 - 1)) * 0.5);
    min-width: unset;
    height: 45px;
    border-radius: 7px;
    padding: 10px 20px;
  }
}
.tab-wrap.round .tab {
  border-radius: 800px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .tab-wrap.round .tab {
    border-radius: 7px;
    padding: 10px 20px;
  }
}
.tab-wrap.active {
  box-shadow: 10px 15px 30px #00155E4D;
  background-color: #00155E;
  border: unset;
}
.tab-wrap.active .tab {
  color: #fff;
}

.sect-tab:has(+ *) {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .sect-tab:has(+ *) {
    padding-bottom: 40px;
  }
}

/* scss 탭 */
/* scss 수정 */
.tab-wrap.round .tab {
  text-align: center;
}

.business_guide .guide-sect .sect-btn .guide-plate {
  background: url("/images/user/bg_business_intro_guide.png") no-repeat center;
  background-size: cover;
}

.business_education .guide-sect .sect-btn .guide-plate {
  background: url("/images/user/bg_business_intro_education.png") no-repeat center;
  background-size: cover;
}

.guide-sect.sect-page {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media only screen and (max-width: 1340px) {
  .guide-sect.sect-page {
    flex-direction: column;
    gap: 60px;
  }
}
.guide-sect .sect-block {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1340px) {
  .guide-sect .sect-block {
    flex: unset;
    width: 100%;
  }
}
.guide-sect .sect-btn {
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 1340px) {
  .guide-sect .sect-btn {
    position: relative;
    top: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.guide-sect .sect-btn .guide-plate {
  display: flex;
  flex-direction: column;
  flex-direction: column-reverse;
  width: 360px;
  height: 575px;
  border-radius: 20px;
  padding: 20px;
}
.guide-sect .sect-btn .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px 28px;
}
.guide-sect .sect-btn .btn .txt {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  letter-spacing: -0.42px;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
}
.guide-sect .sect-btn .btn .txt strong {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -1px;
  color: white;
}
.guide-sect .sect-btn .btn .txt img {
  width: 12px;
  color: #fff;
  margin-left: 10px;
}
.guide-sect .sect-btn .btn-wrap {
  border: 2px solid #fff;
  border-radius: 15px;
  backdrop-filter: blur(30px);
}
.guide-sect .guide-li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  padding-left: 10px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .guide-sect .guide-li {
    font-size: 15px;
    letter-spacing: -0.75px;
  }
}
.guide-sect .guide-li:has(.bar-list) {
  flex-direction: column;
  gap: 10px;
}
.guide-sect .guide-li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10.8px;
  transform: translateY(-50%);
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1E1E1E;
}
@media only screen and (max-width: 767px) {
  .guide-sect .guide-li::before {
    top: 9px;
  }
}
.guide-sect .guide-li .tit {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: justify;
  text-align-last: justify;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .guide-sect .guide-li .tit {
    max-width: 51px;
  }
}
.guide-sect .guide-li .tit::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
}
.guide-sect .guide-li .cont {
  color: #666666;
}
.guide-sect .guide-li .cont:has(.bar-list) p + .bar-list {
  padding-top: 10px;
}
.guide-sect .guide-li .cont b {
  color: #1E1E1E;
}
.guide-sect .guide-li .cont .point {
  color: #10B565;
}
.guide-sect .guide-li .txt {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.85px;
  color: #444;
}
@media only screen and (max-width: 767px) {
  .guide-sect .guide-li .txt {
    font-size: 16px;
    letter-spacing: -0.95px;
  }
}
.guide-sect .guide-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.guide-sect .guide-list:has(.bar-list) {
  gap: 20px;
}
.guide-sect .guide-block {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid #EEEEEE;
}
@media only screen and (max-width: 767px) {
  .guide-sect .guide-block {
    flex-direction: column;
    gap: 20px;
  }
}
.guide-sect .guide-block-tit {
  flex: 0 0 144px;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -1.56px;
}
@media only screen and (max-width: 1340px) {
  .guide-sect .guide-block-tit {
    flex: 0 0 124px;
  }
}
@media only screen and (max-width: 767px) {
  .guide-sect .guide-block-tit {
    flex: unset;
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
@media only screen and (max-width: 767px) {
  .guide-sect .guide-block-cont {
    width: 100%;
  }
}
.guide-sect .guide-mindmap-block {
  display: flex;
  align-items: flex-start;
  gap: 2px;
}
@media only screen and (max-width: 767px) {
  .guide-sect .guide-mindmap-block {
    width: 100%;
  }
}
.guide-sect .guide-mindmap-col {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  border: 1px solid #DDDDDD;
  background-color: #F9F9F9;
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
}
@media only screen and (max-width: 767px) {
  .guide-sect .guide-mindmap-col {
    font-size: 15px;
    letter-spacing: 0.75px;
    padding: 10px 15px;
  }
}
.guide-sect .guide-mindmap-col:first-child {
  width: 366px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
@media only screen and (max-width: 1340px) {
  .guide-sect .guide-mindmap-col:first-child {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .guide-sect .guide-mindmap-col:first-child {
    width: 60%;
  }
}
.guide-sect .guide-mindmap-col:last-child {
  width: 232px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media only screen and (max-width: 1340px) {
  .guide-sect .guide-mindmap-col:last-child {
    width: 190px;
  }
}
@media only screen and (max-width: 767px) {
  .guide-sect .guide-mindmap-col:last-child {
    width: 40%;
  }
}
.guide-sect .guide-mindmap-list {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .guide-sect .guide-mindmap-list {
    padding-top: 30px;
  }
}
.guide-sect .guide-mindmap-list > li:first-child {
  margin-bottom: 15px;
}
.guide-sect .guide-mindmap-list > li:not(:first-child):not(:last-child) .guide-mindmap-col:first-child {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .guide-sect .guide-mindmap-list > li:not(:first-child):not(:last-child) .guide-mindmap-col:first-child {
    margin-bottom: 30px;
  }
}
.guide-sect .guide-mindmap-list > li:not(:first-child):not(:last-child) .guide-mindmap-col:first-child::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  display: block;
  width: 1px;
  height: 28px;
  background-color: #DDDDDD;
}
@media only screen and (max-width: 767px) {
  .guide-sect .guide-mindmap-list > li:not(:first-child):not(:last-child) .guide-mindmap-col:first-child::before {
    height: 20px;
  }
}
.guide-sect .guide-mindmap-list > li:not(:first-child):not(:last-child) .guide-mindmap-col:first-child::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 28px);
  transform: translateX(-50%);
  display: block;
  border-top: 4px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid transparent;
  border-bottom-width: 8px;
  border-top-width: 8px;
  border-top-color: #10B565;
}
@media only screen and (max-width: 767px) {
  .guide-sect .guide-mindmap-list > li:not(:first-child):not(:last-child) .guide-mindmap-col:first-child::after {
    top: calc(100% + 20px);
  }
}
.guide-sect .guide-mindmap-list .guide-mindmap-col {
  border-radius: 800px;
  background-color: #fff;
}
.guide-sect .guide-mindmap-list .guide-mindmap-col:last-child {
  border: unset;
}
.guide-sect .guide-mindmap-wrap {
  padding-top: 40px;
}
.guide-sect .bar-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.guide-sect .bar-list > li {
  position: relative;
  padding-left: 10px;
}
.guide-sect .bar-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  transform: translateY(-50%);
  display: block;
  width: 6px;
  height: 1px;
  background-color: #666666;
}
@media only screen and (max-width: 767px) {
  .guide-sect .bar-list > li::before {
    top: 7.5px;
  }
}

/* scss 수정 */
/* css 수정 */
/* css 수정 */