@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap');

.bso-wrap {
  max-width: 750px;
  margin: 0 auto;
  font-family: "Jost", "Noto Sans KR", sans-serif;
}
.bso-visual {
    position: relative;
    min-height: 12rem;
    padding: 2rem 1.2rem;
    overflow: hidden;
    background: #240042 url(/images/bg_img2.png) no-repeat center right 10%;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bso_tit {
  width: 100%;
  max-width: 22.5rem;
  margin: 0 auto;
  text-align: center;
  color: #ff6a2c;
}
.bso_tit h2{
  font-size: 2.2rem;
  font-weight: 900;
}
.bso-visual h1 {
  font-size: 2.625rem;
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.0625rem;
  padding: 0 !important;
}
.bso-visual .eng {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
}
.bso-visual .dash {
  display: block;
  width: 1rem;
  height: 0.25rem;
  margin: 1rem auto;
  background: #ff6a2c;
}
.bso-visual .ko {
  font-size: 24px;
  font-weight: 700;
  font-family: sans-serif;
}
.bso_nav {
  position: sticky;
  top: 0;
  z-index: 1001;
  background: rgba(249, 249, 249, 0.96);
  border-bottom: 1px solid #e6e6e6;
}
.bso_nav ul {
  display: flex;
  gap: 0;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}
.bso_nav li {
  flex: 1 0 auto;
}
.bso_nav li a {
  position: relative;
  display: block;
  padding: 0.9rem 0.5rem;
  text-align: center;
  font-weight: 700;
}
.bso_nav li.active a {
  color: #ff6a2c;
}
.bso_nav li.active a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1.375rem;
  height: 0.1875rem;
  margin-left: -0.55rem;
  background: #ff6a2c;
}
.bg_gray,.bg_white {
  width: 100%;
}
.bg_gray {
  background: #f9f9f9;
}
.bg_white {
  background: #fff;
}
.bso-inner {
  padding: 2rem 1rem;
}
.bso-inner > p {
  font-size: 0.9rem;
  line-height: 1.75;
  font-weight: 600;
  margin-bottom: 2rem;
}
.bso-sec-tit {
  font-size: 1.3rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1.3rem;
}
.bso_box {
  padding: 2rem 1.5rem;
  background: #fff;
  border-radius: 1rem;
  font-family: "Noto Sans KR", sans-serif;
}
.bso_list {
  display: block;
  padding: 0;
}
.bso_list > li {
  display: block;
  margin-top: 1.8rem;
}
.bso_list > li:first-child {
  margin-top: 0;
}
.bso_list .tit {
  font-size: 0.9rem;
  font-weight: 500;
  background: #f5f5f5;
  border-radius: 0.5rem;
  display: inline-block;
  margin-bottom: 0.3rem;
  padding: 0.3rem 1rem;
}
.bso_list .desc {
  font-size: 0.9375rem;
  line-height: 1.7;
  font-weight: 700;
  word-break: keep-all;
  margin-left: 0.5rem;
}
.bso_list .desc span {
  display: block;
  margin-top: 3px;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
  color: #747474;
}
.bso_list .desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bso_list .desc ul li{
  position: relative;
  padding-left: 12px;
  margin: 4px 0;
  font-size: 0.9rem;
  line-height: 1.4;
  word-break: keep-all;
}
.bso_list .desc ul li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.bso_list .desc.point {
  color: #ff5a1f;
}
.bso_list .desc ol {
  counter-reset: item;
}
.bso_list .desc ol li {
  position: relative;
  padding-left: 1.125rem;
}
.bso_list .desc ol li:before {
  counter-increment: item;
  content: "\2460";
  position: absolute;
  left: 0;
  top: 0;
}
.bso_list .desc ol li:nth-child(2):before {
  content: "\2461";
}
.bso_list .desc ol li:nth-child(3):before {
  content: "\2462";
}
.bso_list .desc ol li:nth-child(4):before {
  content: "\2463";
}

.bso-process-flow {
  max-width: 45rem;
  margin: 1.5rem auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
  font-family: "Noto Sans KR", sans-serif;
}
.bso-process-flow > span {
  display: none;
}
.bso-process-flow .step {
  text-align: center;
}
.bso-process-flow .step::after {
  content: "↓";
  display: block;
  margin: 0.625rem auto 0;
  color: #d2d2d2;
  font-size: 1.125rem;
  line-height: 1;
}
.bso-process-flow .step:last-child::after {
  display: none;
}
.bso-process-flow .step strong {
    display: inline-block;
    width: 50%;
    padding: 0.6rem 1rem;
    border: 0.2rem solid #d7d7d7;
    border-radius: 10rem;
    background: #fff;
    font-size: 1rem;
    font-weight: 700;
}
.bso-process-flow .step p {
  margin-top: 0.7rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #666;
}
.bso-process-flow .step.active strong {
  border-color: #6050ff;
}
.bso-process-flow .step.active a {
  color: #6050ff;
}
.bso-process-flow .step-issue strong {
  border-color: #ff5a1f;
  background: #ff5a1f;
  color: #fff;
}
.bso_chart {
  width: 100%;
  max-width: 30rem;
  margin: 1.5rem auto 1.875rem;
}
.bso_chart svg {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.grid,.axis {
  fill: none;
  stroke: #ff5a1f;
  stroke-width: 0.0625rem;
}
.shape {
  fill: rgba(255, 91, 32, 0.226);
  stroke: none;
}
.label {
  fill: #ff5a1f;
  font-size: 1.3rem;
  font-weight: 700;
}
.bso-criteria-list {
  max-width: 45rem;
  border-top: 1px solid #f08f69;
}
.bso-criteria-list > li {
  display: block;
  padding: 0 0 2rem 0;
  border-bottom: 1px solid #f08f69;
}
.bso-criteria-list .tit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.375rem;
  height: 2.25rem;
  margin: 0 0 0.75rem;
  padding: 0 0.875rem;
  background: #ff5a1f;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}
.bso-criteria-list .desc {
  padding-top: 0;
  font-family: "Noto Sans KR", sans-serif;
}
.bso-criteria-list .desc strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #ff5a1f;
}
.bso-criteria-list .desc p {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  word-break: keep-all;
}
.bso-note {
  font-weight: 500;
  display: block;
  padding: 1rem 0 0;
  text-align: center;
}
.bso-form-area {
  width: 100%;
  max-width: 45rem;
  margin: 1.5rem auto 0;
  font-family: "Noto Sans KR", sans-serif;
}
.bso-form-table,.bso-form-table tbody,.bso-form-table tr,.bso-form-table th,.bso-form-table td {
  display: block;
  width: 100%;
}
.bso-form-table {
  border-collapse: collapse;
}
.bso-form-table tr {
  margin-top: 1.125rem;
}
.bso-form-table tr:first-child {
  margin-top: 0;
}
.bso-form-table th {
  text-align: left;
  position: relative;
  padding-left: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 600;
  white-space: normal;
}
.bso-form-table th:before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.0625rem;
  line-height: 1.2;
}
.bso-form-table td {
  vertical-align: middle;
}
.bso-inp,
.bso-select {
  width: 100%;
  height: 2.875rem;
  padding: 0 0.875rem;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 0.625rem;
  background: #fff;
  font-size: 0.875rem;
  box-sizing: border-box;
}
.bso-select {
  padding-right: 2.5rem;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat right 0.875rem center / 0.75rem 0.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.bso-email-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bso-email-box .email-id {
  flex: 1;
  min-width: 0;
}
.bso-email-box .email-domain {
  width: 40%;
  flex-shrink: 0;
}
.bso-tel-box {
  display: grid;
  grid-template-columns: 1fr 0.625rem 1fr 0.625rem 1fr;
  gap: 0.375rem;
  align-items: center;
}
.bso-tel-box .tel {
  width: 100%;
  text-align: center;
}
.bso-tel-box span {
  font-size: 1rem;
  color: #888;
  text-align: center;
}
.bso-agree {
  margin-top: 1.125rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #222;
}
.bso-agree label {
  display: block;
}
.bso-agree input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.bso-agree em {
  color: #ff5a1f;
  font-style: normal;
}
.bso-agree a {
  display: inline-block;
  color: #3f51ff;
  text-decoration: underline;
}
.bso-btn-wrap {
  margin-top: 1.75rem;
  text-align: center;
}
.bso-btn-wrap button {
  width: 100%;
  min-width: 0;
  height: 3.25rem;
  padding: 0 1.25rem;
  border-radius: 0.875rem;
  background: #ff5a1f;
  font-family: "Paperlogy", "Noto Sans KR", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.bso-layer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.bso-layer__dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.bso-layer__wrap {
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 50%;
  width: auto;
  max-height: 80vh;
  padding: 1.375rem 1.125rem;
  background: #fff;
  transform: translateY(-50%);
  overflow: auto;
}
.bso-layer__close {
  position: absolute;
  right: 0.875rem;
  top: 0.875rem;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0;
}
.bso-layer__close:before,
.bso-layer__close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1rem;
  height: 0.125rem;
  background: #222;
}
.bso-layer__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.bso-layer__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bso-layer__tit {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 800;
}
.bso-layer__txt {
  font-size: 0.875rem;
  line-height: 1.65;
  word-break: keep-all;
}
.bso-layer__box {
  margin-top: 1rem;
  padding: 1rem;
  background: #f8f8f8;
}
.bso-layer__subtit {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #111;
}
.bso-layer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bso-layer__list li {
  position: relative;
  padding-left: 12px;
  font-size: 0.9rem;
  line-height: 1.7;
  word-break: keep-all;
}
.bso-layer__list li::before {
  content: "ㆍ";
  position: absolute;
  left: 0;
  top: 0;
}
.bso_inquiry-box {
  max-width: 45rem;
  margin: 2rem auto 2.5rem;
  padding: 1.375rem 1.125rem;
  background: #f8f8f8;
  text-align: center;
}
.bso_inquiry-box strong {
  display: block;
  margin-bottom: 0.625rem;
  font-size: 1.0625rem;
  font-weight: 700;
}
.bso_inquiry-dept {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.bso_inquiry-info {
  font-size: 0.875rem;
  line-height: 1.8;
}
.bso_inquiry-info a {
  color: #3f51ff;
}
.bso_inquiry-info span:first-of-type {
  margin-top: 0.25rem;
}

@media (min-width: 48rem) {
  .bso_email-box {
    grid-template-columns: 1fr 13.75rem;
  }
}
