@import url(./pretendard.css);
@import url(../font-awesome/css/font-awesome.min.css);
.border-0 {
  border-width: 0px !important; }

.border-radius-0 {
  border-radius: 0% !important; }

.line-height-0 {
  line-height: 1 !important; }

.letter-space-0 {
  letter-spacing: -0px !important; }

.alpha-0 {
  opacity: 0; }

.font-weight-0 {
  font-weight: 0 !important; }

.opacity-0 {
  opacity: 0; }

.border-1 {
  border-width: 1px !important; }

.border-radius-1 {
  border-radius: 10% !important; }

.line-height-1 {
  line-height: 1.1 !important; }

.letter-space-1 {
  letter-spacing: -0.5px !important; }

.alpha-1 {
  opacity: 0.1; }

.font-weight-1 {
  font-weight: 100 !important; }

.opacity-1 {
  opacity: 0.1; }

.border-2 {
  border-width: 2px !important; }

.border-radius-2 {
  border-radius: 20% !important; }

.line-height-2 {
  line-height: 1.2 !important; }

.letter-space-2 {
  letter-spacing: -1px !important; }

.alpha-2 {
  opacity: 0.2; }

.font-weight-2 {
  font-weight: 200 !important; }

.opacity-2 {
  opacity: 0.2; }

.border-3 {
  border-width: 3px !important; }

.border-radius-3 {
  border-radius: 30% !important; }

.line-height-3 {
  line-height: 1.3 !important; }

.letter-space-3 {
  letter-spacing: -1.5px !important; }

.alpha-3 {
  opacity: 0.3; }

.font-weight-3 {
  font-weight: 300 !important; }

.opacity-3 {
  opacity: 0.3; }

.border-4 {
  border-width: 4px !important; }

.border-radius-4 {
  border-radius: 40% !important; }

.line-height-4 {
  line-height: 1.4 !important; }

.letter-space-4 {
  letter-spacing: -2px !important; }

.alpha-4 {
  opacity: 0.4; }

.font-weight-4 {
  font-weight: 400 !important; }

.opacity-4 {
  opacity: 0.4; }

.border-5 {
  border-width: 5px !important; }

.border-radius-5 {
  border-radius: 50% !important; }

.line-height-5 {
  line-height: 1.5 !important; }

.letter-space-5 {
  letter-spacing: -2.5px !important; }

.alpha-5 {
  opacity: 0.5; }

.font-weight-5 {
  font-weight: 500 !important; }

.opacity-5 {
  opacity: 0.5; }

.border-6 {
  border-width: 6px !important; }

.border-radius-6 {
  border-radius: 60% !important; }

.line-height-6 {
  line-height: 1.6 !important; }

.letter-space-6 {
  letter-spacing: -3px !important; }

.alpha-6 {
  opacity: 0.6; }

.font-weight-6 {
  font-weight: 600 !important; }

.opacity-6 {
  opacity: 0.6; }

.border-7 {
  border-width: 7px !important; }

.border-radius-7 {
  border-radius: 70% !important; }

.line-height-7 {
  line-height: 1.7 !important; }

.letter-space-7 {
  letter-spacing: -3.5px !important; }

.alpha-7 {
  opacity: 0.7; }

.font-weight-7 {
  font-weight: 700 !important; }

.opacity-7 {
  opacity: 0.7; }

.border-8 {
  border-width: 8px !important; }

.border-radius-8 {
  border-radius: 80% !important; }

.line-height-8 {
  line-height: 1.8 !important; }

.letter-space-8 {
  letter-spacing: -4px !important; }

.alpha-8 {
  opacity: 0.8; }

.font-weight-8 {
  font-weight: 800 !important; }

.opacity-8 {
  opacity: 0.8; }

.border-9 {
  border-width: 9px !important; }

.border-radius-9 {
  border-radius: 90% !important; }

.line-height-9 {
  line-height: 1.9 !important; }

.letter-space-9 {
  letter-spacing: -4.5px !important; }

.alpha-9 {
  opacity: 0.9; }

.font-weight-9 {
  font-weight: 900 !important; }

.opacity-9 {
  opacity: 0.9; }

.border-10 {
  border-width: 10px !important; }

.border-radius-10 {
  border-radius: 100% !important; }

.line-height-10 {
  line-height: 2 !important; }

.letter-space-10 {
  letter-spacing: -5px !important; }

.alpha-10 {
  opacity: 1; }

.font-weight-10 {
  font-weight: 1000 !important; }

.opacity-10 {
  opacity: 1; }

.bg-transparent {
  background-color: transparent !important; }

.text-transparent {
  color: transparent !important; }

.border-transparent {
  border-color: transparent !important;
  transition: opacity .3s; }

.bg-wh {
  background-color: white !important; }

.text-wh {
  color: white !important; }

.border-wh {
  border-color: white !important;
  transition: opacity .3s; }

.bg-bl {
  background-color: black !important; }

.text-bl {
  color: black !important; }

.border-bl {
  border-color: black !important;
  transition: opacity .3s; }

.bg-wh-opacity {
  background-color: rgba(255, 255, 255, 0.2) !important; }

.text-wh-opacity {
  color: rgba(255, 255, 255, 0.2) !important; }

.border-wh-opacity {
  border-color: rgba(255, 255, 255, 0.2) !important;
  transition: opacity .3s; }

.bg-bl-opacity {
  background-color: rgba(0, 0, 0, 0.6) !important; }

.text-bl-opacity {
  color: rgba(0, 0, 0, 0.6) !important; }

.border-bl-opacity {
  border-color: rgba(0, 0, 0, 0.6) !important;
  transition: opacity .3s; }

.bg-dark {
  background-color: #1d1e20 !important; }

.text-dark {
  color: #1d1e20 !important; }

.border-dark {
  border-color: #1d1e20 !important;
  transition: opacity .3s; }

.bg-yel {
  background-color: #ffc346 !important; }

.text-yel {
  color: #ffc346 !important; }

.border-yel {
  border-color: #ffc346 !important;
  transition: opacity .3s; }

.bg-purple {
  background-color: #851f99 !important; }

.text-purple {
  color: #851f99 !important; }

.border-purple {
  border-color: #851f99 !important;
  transition: opacity .3s; }

.bg-purple2 {
  background-color: #701f99 !important; }

.text-purple2 {
  color: #701f99 !important; }

.border-purple2 {
  border-color: #701f99 !important;
  transition: opacity .3s; }

.bg-purple-light {
  background-color: #fcf8ff !important; }

.text-purple-light {
  color: #fcf8ff !important; }

.border-purple-light {
  border-color: #fcf8ff !important;
  transition: opacity .3s; }

.bg-brown-orange {
  background-color: #cc6d29 !important; }

.text-brown-orange {
  color: #cc6d29 !important; }

.border-brown-orange {
  border-color: #cc6d29 !important;
  transition: opacity .3s; }

.bg-red {
  background-color: #e1002d !important; }

.text-red {
  color: #e1002d !important; }

.border-red {
  border-color: #e1002d !important;
  transition: opacity .3s; }

.bg-light {
  background-color: #fafafa !important; }

.text-light {
  color: #fafafa !important; }

.border-light {
  border-color: #fafafa !important;
  transition: opacity .3s; }

.bg-gray {
  background-color: #7b7c7d !important; }

.text-gray {
  color: #7b7c7d !important; }

.border-gray {
  border-color: #7b7c7d !important;
  transition: opacity .3s; }

.bg-gray-m {
  background-color: #989a9c !important; }

.text-gray-m {
  color: #989a9c !important; }

.border-gray-m {
  border-color: #989a9c !important;
  transition: opacity .3s; }

.bg-gray-s {
  background-color: #dcdee0 !important; }

.text-gray-s {
  color: #dcdee0 !important; }

.border-gray-s {
  border-color: #dcdee0 !important;
  transition: opacity .3s; }

.bg-naver {
  background-color: #21c506 !important; }

.text-naver {
  color: #21c506 !important; }

.border-naver {
  border-color: #21c506 !important;
  transition: opacity .3s; }

.bg-kakao {
  background-color: #fae100 !important; }

.text-kakao {
  color: #fae100 !important; }

.border-kakao {
  border-color: #fae100 !important;
  transition: opacity .3s; }

.bg-youtube {
  background-color: red !important; }

.text-youtube {
  color: red !important; }

.border-youtube {
  border-color: red !important;
  transition: opacity .3s; }

html, body {
  min-height: 100%; }

body {
  font-size: clamp(12px, 5vw, 14px);
  font-weight: 400;
  color: black;
  letter-spacing: 0em;
  background: white;
  margin: 0;
  font-family: "pretendard",sans-serif;
  overflow-x: hidden; }

* {
  box-sizing: border-box;
  word-break: keep-all; }

button:focus {
  outline: 0 !important; }

a {
  color: black;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus, a.active {
    text-decoration: none;
    outline: 0 !important;
    color: #851f99; }

::selection {
  background-color: #851f99;
  color: white;
  text-shadow: none; }

strong, .strong {
  font-weight: 500; }

h1, h2, h3, h4, h5, h6, p, .h1, .h2, .h3, .h4, .h5, .h6, .p {
  margin-bottom: 0;
  line-height: inherit;
  color: inherit; }

h1, .h1 {
  font-size: clamp(50px, 5vw, 60px); }

h2, .h2 {
  font-size: clamp(36px, 5vw, 40px); }

h3, .h3 {
  font-size: clamp(28px, 5vw, 32px); }

h4, .h4 {
  font-size: clamp(20px, 5vw, 24px); }

h5, .h5 {
  font-size: clamp(16px, 5vw, 18px); }

h6, .h6 {
  font-size: clamp(13px, 5vw, 16px);
  font-weight: 300; }

hr {
  margin: 1rem auto;
  border: 0;
  border-top: 1px solid #dcdee0; }

ul, ol {
  margin: 0 0 1.5em 0; }

img {
  max-width: 100%;
  height: auto; }

label {
  margin: 0; }

.gray-scale, .disabled {
  filter: grayscale(100%); }

.disabled {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  opacity: .5; }

label {
  margin: 0; }

.small, small {
  font-size: 85%; }

.custom-scroll {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }
  .custom-scroll.x-scroll {
    overflow-x: auto;
    overflow-y: hidden; }
  .custom-scroll.y-scroll {
    overflow-y: auto;
    overflow-x: hidden; }
  .custom-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: #fafafa; }
  .custom-scroll::-webkit-scrollbar-track {
    background-color: white; }
  .custom-scroll::-webkit-scrollbar-thumb {
    background-color: #fafafa; }

.box {
  border-radius: 15px; }

.shadow {
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.05) !important; }

.text-line {
  text-decoration: line-through; }

.text-underline {
  text-decoration: underline !important; }

.border-dashed {
  border-style: dashed !important; }

.border-dotted {
  border-style: dashed !important; }

.form-control {
  font-weight: 300; }
  .form-control:focus {
    box-shadow: none;
    border-color: #851f99; }
  .form-control.form-control-auto {
    width: auto;
    display: inline-block; }
  .form-control[readonly] {
    background-color: #fafafa;
    border-color: transparent; }

.btn, .button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  letter-spacing: 0px; }
  .btn:hover, .btn:focus, .button:hover, .button:focus {
    box-shadow: none;
    outline: 0 !important;
    box-shadow: none !important; }

.btn {
  border-radius: 5px;
  padding: 8.5PX 10px;
  line-height: 1;
  font-weight: 400; }
  .btn.btn-rounded {
    border-radius: 25.5px; }
  .btn.btn-lg {
    font-size: 18px;
    padding: 12.5px 18px;
    font-weight: 500; }
    .btn.btn-lg.btn-rounded {
      border-radius: 35px; }
  .btn.btn-md {
    font-size: 16.5px;
    padding: 11px 25px;
    font-weight: 500; }
    .btn.btn-md.btn-rounded {
      border-radius: 20px; }
  .btn.btn-sm {
    font-size: 12px;
    padding: 6px 8px; }
    .btn.btn-sm.btn-rounded {
      border-radius: 16px; }

.list {
  list-style: none;
  margin-bottom: 0; }
  .list > li {
    padding-left: 10px;
    position: relative; }
    .list > li::before {
      content: '';
      left: 0; }
    .list > li ul.list > li::before {
      height: 1px;
      top: 14px; }
    .list > li > ol {
      padding-left: 15px; }
      .list > li > ol > li {
        padding-left: 0; }
        .list > li > ol > li::before {
          display: none; }
  .list.list-icon > li::before {
    position: absolute;
    top: 11px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #851f99; }
  .list.list-check > li {
    padding-left: 20px; }
    .list.list-check > li::before {
      position: absolute;
      top: 3px;
      content: '\f00c';
      font-family: 'FontAwesome';
      color: #851f99; }
  .list.list-custom > li {
    display: flex;
    padding-left: 0; }
    .list.list-custom > li::before {
      content: attr(data-title);
      color: #851f99;
      background-color: transparent;
      margin-right: 5px; }

.nav-tabs {
  margin-bottom: -1px;
  z-index: 2;
  border-bottom-color: #851f99; }
  .nav-tabs .nav-item .nav-link {
    border-bottom-color: transparent;
    color: #989a9c;
    border-radius: 10px 10px 0 0; }
    .nav-tabs .nav-item .nav-link:hover {
      color: #851f99;
      border-color: #dcdee0 #dcdee0 white #dcdee0; }
    .nav-tabs .nav-item .nav-link.active {
      color: #851f99;
      border-color: #851f99 #851f99 white #851f99; }
  .nav-tabs.nav-pills .nav-item .nav-link {
    border-radius: 0;
    border: 1px solid #989a9c;
    opacity: .5; }
    .nav-tabs.nav-pills .nav-item .nav-link:hover, .nav-tabs.nav-pills .nav-item .nav-link.active {
      border-color: #851f99;
      opacity: 1; }
    .nav-tabs.nav-pills .nav-item .nav-link.active {
      background-color: #851f99;
      color: white; }
  .nav-tabs.nav-pills .nav-item + .nav-item {
    margin-left: -1px; }
  .nav-tabs.nav-step {
    border: none;
    overflow: hidden;
    position: relative; }
    .nav-tabs.nav-step .nav-item {
      padding: 0;
      margin: 0;
      position: relative;
      padding-right: 30px;
      margin-left: -30px !important; }
      .nav-tabs.nav-step .nav-item::before, .nav-tabs.nav-step .nav-item::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid; }
      .nav-tabs.nav-step .nav-item::before {
        z-index: 0;
        right: 1px;
        top: 2px;
        border-width: 33px 0 33px 28px;
        border-color: transparent transparent transparent #fafafa; }
      .nav-tabs.nav-step .nav-item::after {
        z-index: -1;
        right: 0;
        top: 0;
        width: 0;
        height: 0;
        border-width: 35px 0 35px 30px;
        border-color: transparent transparent transparent #dcdee0; }
      .nav-tabs.nav-step .nav-item .nav-link {
        font-size: 14px;
        color: #7b7c7d;
        position: relative;
        border-style: solid;
        border-width: 1px;
        border-color: #dcdee0 #fafafa #dcdee0 #dcdee0 !important;
        line-height: 1.1;
        color: #7b7c7d;
        background-color: #fafafa;
        display: flex;
        align-items: center;
        padding: 10px 0 10px 45px;
        height: 70px;
        opacity: 1; }
        .nav-tabs.nav-step .nav-item .nav-link::before {
          content: attr(data-num);
          font-size: 0;
          font-weight: 600; }
        .nav-tabs.nav-step .nav-item .nav-link::after {
          content: '';
          position: absolute;
          width: 1px;
          height: calc(100% - 2px);
          right: -2px;
          top: 1px;
          z-index: 2;
          background-color: #fafafa; }
        .nav-tabs.nav-step .nav-item .nav-link.active {
          color: white;
          font-size: 20px;
          padding-left: 15px; }
          .nav-tabs.nav-step .nav-item .nav-link.active::before {
            font-size: 30px;
            margin-right: 15px;
            margin-left: 30px; }
      .nav-tabs.nav-step .nav-item.active {
        z-index: 4; }
        .nav-tabs.nav-step .nav-item.active::before, .nav-tabs.nav-step .nav-item.active::after {
          border-color: transparent transparent transparent #851f99 !important; }
        .nav-tabs.nav-step .nav-item.active .nav-link {
          border-color: #851f99 !important; }
          .nav-tabs.nav-step .nav-item.active .nav-link::after {
            background-color: #851f99 !important; }
      .nav-tabs.nav-step .nav-item:first-child {
        z-index: 4; }
        .nav-tabs.nav-step .nav-item:first-child .nav-link.active {
          padding-left: 45px; }
        .nav-tabs.nav-step .nav-item:first-child .nav-link::before {
          margin-left: 0; }
        .nav-tabs.nav-step .nav-item:first-child:not(.active) {
          z-index: 3;
          margin-left: 0 !important; }
        .nav-tabs.nav-step .nav-item:first-child + .nav-item:not(.active) {
          z-index: 3; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pagination .page-item .page-link {
    background-color: transparent !important;
    border: none;
    border-radius: 0;
    color: #989a9c;
    padding: 0 8px;
    font-size: 18px; }
    .pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover {
      box-shadow: none;
      color: #851f99; }
  .pagination .page-item.active .page-link {
    color: black;
    font-size: 24px;
    font-weight: 500; }
  .pagination .page-item.first .page-link::before, .pagination .page-item.prev .page-link::before, .pagination .page-item.next .page-link::before, .pagination .page-item.end .page-link::before {
    display: block;
    font-family: 'FontAwesome'; }
  .pagination .page-item.first .page-link::before {
    content: '\f100'; }
  .pagination .page-item.prev {
    margin-right: 7px; }
    .pagination .page-item.prev .page-link::before {
      content: '\f104'; }
  .pagination .page-item.next {
    margin-left: 12px; }
    .pagination .page-item.next .page-link::before {
      content: '\f105'; }
  .pagination .page-item.end .page-link::before {
    content: '\f101'; }

.table {
  table-layout: auto;
  word-break: break-all;
  border-top: solid 3px #1d1e20; }
  .table th, .table td {
    vertical-align: middle;
    border-bottom: solid 1px #dcdee0;
    padding: 12px 12px;
    word-break: keep-all; }
    .table th:first-child, .table td:first-child {
      border-left: none !important; }
    .table th:last-child, .table td:last-child {
      border-right: none !important; }
  .table th {
    text-align: center;
    font-weight: 500; }
  .table > thead > tr th {
    border-bottom-width: 0;
    border-color: #dcdee0;
    text-align: center;
    vertical-align: middle; }
  .table.table-sm * {
    font-size: 14px; }
  .table.table-sm th, .table.table-sm td {
    padding: 6px; }
  .table.table-md th, .table.table-md td {
    padding: 8px; }

.checkbox, .radio {
  padding: 0 0 0 0;
  line-height: 24px;
  position: relative;
  align-items: center;
  display: flex; }
  .checkboxspan, .radiospan {
    display: inline-flex; }
  .checkbox *, .radio * {
    line-height: 24px; }
  .checkbox input, .radio input {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    position: absolute; }
  .checkbox label, .radio label {
    padding-left: 32px;
    color: black; }
    .checkbox label::before, .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      transition: all 0.15s ease-in-out;
      width: 24px;
      height: 24px;
      border: solid 1px #dcdee0;
      border-radius: 2px;
      background-color: white; }
  .checkbox.checkbox-inline + .checkbox-inline, .checkbox.radio-inline + .radio-inline, .radio.checkbox-inline + .checkbox-inline, .radio.radio-inline + .radio-inline {
    margin-left: 10px; }
  .checkbox input:checked + label::before, .radio input:checked + label::before {
    border-color: #851f99;
    border-width: 2px; }
  .checkbox input:checked + label::after, .radio input:checked + label::after {
    display: flex;
    align-items: center;
    justify-content: center; }
  .checkbox.checkbox-color label, .checkbox.radio-color label, .radio.checkbox-color label, .radio.radio-color label {
    display: inline-flex;
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: solid 1px white;
    opacity: .5; }
    .checkbox.checkbox-color label::before, .checkbox.checkbox-color label::after, .checkbox.radio-color label::before, .checkbox.radio-color label::after, .radio.checkbox-color label::before, .radio.checkbox-color label::after, .radio.radio-color label::before, .radio.radio-color label::after {
      content: '';
      position: absolute;
      width: 100% !important;
      height: 100% !important;
      left: 0 !important;
      top: 0 !important;
      background-color: transparent !important;
      border-radius: 100%; }
  .checkbox.checkbox-color input:checked + label, .checkbox.radio-color input:checked + label, .radio.checkbox-color input:checked + label, .radio.radio-color input:checked + label {
    opacity: 1; }
    .checkbox.checkbox-color input:checked + label::before, .checkbox.radio-color input:checked + label::before, .radio.checkbox-color input:checked + label::before, .radio.radio-color input:checked + label::before {
      border-color: black;
      border-width: 2px; }
    .checkbox.checkbox-color input:checked + label::after, .checkbox.radio-color input:checked + label::after, .radio.checkbox-color input:checked + label::after, .radio.radio-color input:checked + label::after {
      background-color: transparent !important;
      font-family: "FontAwesome";
      content: "\f00c" !important;
      left: 0px;
      top: 0px;
      color: white;
      text-align: center;
      font-size: 12px; }
    .checkbox.checkbox-color input:checked + label.bg-wh::after, .checkbox.checkbox-color input:checked + label.bg-gray-s::after, .checkbox.radio-color input:checked + label.bg-wh::after, .checkbox.radio-color input:checked + label.bg-gray-s::after, .radio.checkbox-color input:checked + label.bg-wh::after, .radio.checkbox-color input:checked + label.bg-gray-s::after, .radio.radio-color input:checked + label.bg-wh::after, .radio.radio-color input:checked + label.bg-gray-s::after {
      color: black; }
  .checkbox.toggle *, .radio.toggle * {
    transition: all .2s; }
  .checkbox.toggle label, .radio.toggle label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    background-color: #fafafa;
    color: #7b7c7d;
    border: 1px solid #989a9c;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 50px;
    white-space: nowrap; }
    .checkbox.toggle labelspan, .radio.toggle labelspan {
      display: inline-flex; }
    .checkbox.toggle label::before, .checkbox.toggle label::after, .radio.toggle label::before, .radio.toggle label::after {
      position: absolute;
      width: 24px;
      height: 24px;
      top: 50%;
      transform: translateY(-12px);
      left: 7px;
      background-color: transparent;
      opacity: 0; }
    .checkbox.toggle label::before, .radio.toggle label::before {
      border-radius: 100%; }
    .checkbox.toggle label::after, .radio.toggle label::after {
      font-family: "FontAwesome";
      content: "\f00c";
      color: #851f99;
      text-align: center;
      font-size: 12px; }
  .checkbox.toggle input:checked + label, .radio.toggle input:checked + label {
    border-width: 2px;
    background-color: white;
    border-color: #851f99;
    color: #851f99;
    border-color: #851f99;
    padding-left: 35px; }
    .checkbox.toggle input:checked + label::before, .checkbox.toggle input:checked + label::after, .radio.toggle input:checked + label::before, .radio.toggle input:checked + label::after {
      opacity: 1; }
    .checkbox.toggle input:checked + label::before, .radio.toggle input:checked + label::before {
      background-color: #851f99; }
    .checkbox.toggle input:checked + label::after, .radio.toggle input:checked + label::after {
      color: white; }

.checkbox input:checked + label::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f00c";
  width: 24px;
  height: 24px;
  left: 0px;
  top: 0px;
  color: #851f99;
  text-align: center;
  font-size: 12px; }

.radio:not(.toggle) label::before {
  border-radius: 100%; }
.radio:not(.toggle) input:checked + label::before {
  background-color: #851f99; }
.radio:not(.toggle) input:checked + label::after {
  position: absolute;
  content: '';
  border-radius: 100%;
  width: 14px;
  height: 14px;
  left: 5px;
  top: 5px;
  background-color: white; }
.radio:not(.toggle) input[type="radio"], .radio:not(.toggle) input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  width: 80px; }
.radio:not(.toggle) input[type="radio"]:disabled, .radio:not(.toggle) input[type="checkbox"]:disabled {
  cursor: not-allowed; }
.radio:not(.toggle) input[type="radio"]:disabled + label, .radio:not(.toggle) input[type="checkbox"]:disabled + label {
  opacity: 0.65; }
.radio:not(.toggle) input[type="radio"]:disabled + label::before, .radio:not(.toggle) input[type="checkbox"]:disabled + label::before {
  cursor: not-allowed; }
.radio:not(.toggle).radio-inline {
  margin-top: 0; }

/*.modal{
	.modal-header{display:flex;align-items:center;justify-content:space-between;line-height:1;
		.close{padding:0;margin:0;
			&::before{display:block;font-size:24px;color:color(bl);font-family:'themify';content:'\e646';}
		}
	}
}*/
.image-background {
  transition: all .3s;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  display: flex;
  align-items: center; }
  .image-background > img, .image-background > .img {
    width: 100%;
    height: auto;
    opacity: 0; }
  .image-background .text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    z-index: 2; }
  .image-background.contain {
    background-size: contain; }
  .image-background.auto {
    background-size: auto; }

.container {
  max-width: 1200px; }

#content {
  word-break: break-all; }

/* header */
#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: white;
  padding: 15px 0; }
  #header::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
    background-color: #851f99;
    z-index: 11; }
  #header .navbar-brand, #header .navbar-custom, #header .nav-link {
    transition: all .3s; }
  #header .navbar-brand {
    padding: 0;
    margin: 0;
    background: url(../images/logo.svg?ver=20231010) no-repeat 0 50%;
    flex: 0 0 195px;
    width: 195px;
    height: 100px;
    background-size: contain;
    z-index: 1043; }
  #header .navbar-toggler {
    align-items: center;
    text-transform: uppercase;
    z-index: 9;
    position: absolute;
    left: auto;
    right: 15px;
    top: auto;
    margin: 0;
    padding: 0;
    width: auto;
    height: 70px;
    background-color: transparent;
    border: none; }
    #header .navbar-toggler > span.navbar-toggler-icon {
      position: relative;
      display: inline-block;
      content: '';
      margin-right: 10px;
      width: 32px;
      height: 3px;
      left: 0;
      background: #851f99;
      transition: all 0.2s; }
      #header .navbar-toggler > span.navbar-toggler-icon::before, #header .navbar-toggler > span.navbar-toggler-icon::after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 3px;
        border-radius: 2px;
        background: #851f99;
        left: 0px;
        transition: all 0.2s; }
      #header .navbar-toggler > span.navbar-toggler-icon::before {
        top: -9px; }
      #header .navbar-toggler > span.navbar-toggler-icon::after {
        top: 9px; }
    #header .navbar-toggler[aria-expanded="true"] span {
      background: transparent !important; }
      #header .navbar-toggler[aria-expanded="true"] span:before, #header .navbar-toggler[aria-expanded="true"] span:after {
        opacity: 1; }
      #header .navbar-toggler[aria-expanded="true"] span::before {
        transform: translateY(9px) rotate(45deg); }
      #header .navbar-toggler[aria-expanded="true"] span::after {
        transform: translateY(-9px) rotate(-45deg); }
  #header .navbar-custom {
    width: 100%;
    height: 100px;
    padding: 0 15px;
    transform-origin: 50% 50%;
    position: relative;
    left: 0;
    top: 0;
    align-items: start;
    flex-wrap: wrap;
    background-color: white; }
    #header .navbar-custom #navigation {
      position: relative;
      display: flex;
      padding: 0; }
      #header .navbar-custom #navigation .container {
        display: block; }
      #header .navbar-custom #navigation .navbar-nav {
        padding: 0; }
        #header .navbar-custom #navigation .navbar-nav > .nav-item {
          position: relative;
          text-align: center; }
          #header .navbar-custom #navigation .navbar-nav > .nav-item > .nav-link {
            position: relative;
            color: black;
            white-space: nowrap;
            line-height: 1;
            font-weight: 500;
            line-height: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-flow: row;
            font-size: 24px;
            padding: 38px 20px;
            position: relative; }
            #header .navbar-custom #navigation .navbar-nav > .nav-item > .nav-link:hover, #header .navbar-custom #navigation .navbar-nav > .nav-item > .nav-link:active, #header .navbar-custom #navigation .navbar-nav > .nav-item > .nav-link.active {
              color: #851f99; }
            #header .navbar-custom #navigation .navbar-nav > .nav-item > .nav-link.dropdown-toggle::after {
              content: '\f107';
              font-family: 'FontAwesome';
              color: #989a9c;
              border: none;
              padding: 0;
              margin: 0;
              margin-left: auto;
              display: none; }
            #header .navbar-custom #navigation .navbar-nav > .nav-item > .nav-link.dropdown-toggle[aria-expanded="true"]::after {
              content: '\f106'; }
          #header .navbar-custom #navigation .navbar-nav > .nav-item.active .nav-link {
            color: #851f99; }
      #header .navbar-custom #navigation .nav-sub {
        position: relative;
        display: block;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        border-radius: 0;
        border: 0; }
        #header .navbar-custom #navigation .nav-sub::before {
          content: '';
          display: block;
          clear: both; }
        #header .navbar-custom #navigation .nav-sub .sub-item {
          position: relative;
          display: block;
          font-size: 18px;
          font-weight: 400;
          padding: 6px .5rem;
          text-align: left;
          color: black; }
          #header .navbar-custom #navigation .nav-sub .sub-item > span {
            position: relative; }
            #header .navbar-custom #navigation .nav-sub .sub-item > span::before {
              content: '';
              position: absolute;
              width: 0;
              height: 1px;
              left: 0;
              bottom: 0;
              background-color: white;
              opacity: 0;
              transition: all .3s; }
          #header .navbar-custom #navigation .nav-sub .sub-item:hover, #header .navbar-custom #navigation .nav-sub .sub-item:active, #header .navbar-custom #navigation .nav-sub .sub-item.active {
            color: #851f99; }
            #header .navbar-custom #navigation .nav-sub .sub-item:hover > span::before, #header .navbar-custom #navigation .nav-sub .sub-item:active > span::before, #header .navbar-custom #navigation .nav-sub .sub-item.active > span::before {
              width: 100%;
              opacity: 1; }
          #header .navbar-custom #navigation .nav-sub .sub-item:hover > span::before {
            height: 2px; }
          #header .navbar-custom #navigation .nav-sub .sub-item.active::before {
            content: '';
            position: absolute;
            background-color: #851f99;
            width: 100%;
            height: 2px;
            left: 0;
            bottom: 0; }
  #header .top-nav {
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 1; }
    #header .top-nav a {
      padding: 0 10px; }

#footer {
  background-color: #1d1e20;
  color: white; }
  #footer hr {
    border-color: rgba(255, 255, 255, 0.2); }
  #footer a {
    color: white; }
    #footer a:hover {
      color: #cc6d29; }

.breadcrumb-wrap {
  border-top: solid 1px #dcdee0;
  border-bottom: solid 1px #dcdee0; }
  .breadcrumb-wrap .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
    justify-content: end; }
    .breadcrumb-wrap .breadcrumb .breadcrumb-item {
      font-size: clamp(13px, 5vw, 15px);
      font-weight: 300;
      padding: 12px 16px;
      display: flex;
      align-items: center;
      position: relative;
      border-left: solid 1px #dcdee0; }
      .breadcrumb-wrap .breadcrumb .breadcrumb-item::before {
        font-family: 'FontAwesome';
        color: #7b7c7d;
        content: '\f105';
        font-size: 16px;
        margin-right: 12px;
        padding: 0; }
      .breadcrumb-wrap .breadcrumb .breadcrumb-item.home::before {
        content: '\f015'; }
      .breadcrumb-wrap .breadcrumb .breadcrumb-item:last-child {
        font-weight: 400;
        border-right: solid 1px #dcdee0; }
  .breadcrumb-wrap + .title {
    margin-top: 50px; }

.title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 700; }

.sub-title {
  position: relative;
  padding: 25px 0;
  line-height: 1; }
  .sub-title::before, .sub-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0; }
  .sub-title::before {
    width: 100%;
    height: 1px;
    background-color: #dcdee0;
    z-index: 1; }
  .sub-title::after {
    width: 50px;
    height: 3px;
    background-color: #851f99;
    z-index: 2; }

.ssub-title {
  position: relative;
  padding-left: 18px; }
  .ssub-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #851f99; }

.cut_str {
  white-space: normal;
  text-overflow: ellipsis;
  /*-webkit-line-clamp:5;height:7.2rem;*/
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.top-image {
  line-height: 1.4; }
  .top-image .image-background > img {
    transition: height .3s; }
  .top-image .image-background .text {
    justify-content: space-between; }
    .top-image .image-background .text .container {
      width: 100%;
      max-width: 1200px; }

.main-banner {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  border-top: 1px solid #dcdee0;
  border-bottom: 1px solid #dcdee0; }
  .main-banner .bn, .main-banner .cm {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 20px; }
    .main-banner .bn + .bn, .main-banner .bn + .cm, .main-banner .cm + .bn, .main-banner .cm + .cm {
      border-left: solid 1px #dcdee0; }
  .main-banner .bn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.05rem; }
    .main-banner .bn::before {
      content: '';
      display: inline-block;
      background-repeat: no-repeat;
      background-size: contain;
      width: 64px;
      height: 64px;
      margin-right: 10px; }
    .main-banner .bn.recom::before {
      background-image: url(../images/icon/recom.svg); }
    .main-banner .bn.search::before {
      background-image: url(../images/icon/search.svg); }
    .main-banner .bn.info::before {
      background-image: url(../images/icon/apply.svg); }
  .main-banner .cm a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 300;
    line-height: 1.4rem;
    padding: 3px 0; }
    .main-banner .cm a .subj {
      width: calc(100% - 80px);
      -webkit-line-clamp: 1;
      height: 1.4rem; }
    .main-banner .cm a .datetime {
      width: 80px; }

.main-latest {
  display: flex; }
  .main-latest dl, .main-latest dt, .main-latest dd {
    list-style: none;
    margin: 0;
    padding: 0; }
  .main-latest .main-list, .main-latest .main-ad {
    padding-left: 10px;
    padding-right: 10px; }
  .main-latest .main-list {
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px); }
  .main-latest .main-ad {
    flex: 0 0 200px;
    max-width: 200px; }

a.tag-link {
  display: block;
  text-align: center;
  padding: 9px 0;
  border-radius: 10px;
  border: solid 1px #dcdee0; }
  a.tag-link:hover, a.tag-link.hover {
    padding: 8px 0;
    border-width: 2px;
    border-color: #851f99;
    color: #851f99; }
  a.tag-link.active {
    background-color: #851f99;
    border-color: #851f99;
    color: white; }

.tag-list ul, .tag-list li {
  list-style: none;
  margin: 0;
  padding: 0; }
.tag-list > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .tag-list > ul > li {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
    padding: 5px; }

.plan-box .box {
  background-color: white;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  position: relative; }
  .plan-box .box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 15px;
    border: 1px solid #dcdee0; }
  .plan-box .box .box-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400; }
    .plan-box .box .box-title .icon-brand {
      flex: 0 0 50px;
      width: 50px;
      height: 30px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      .plan-box .box .box-title .icon-brand > img {
        max-height: 22px; }
  .plan-box .box:hover::before, .plan-box .box:active::before, .plan-box .box.active::before {
    border: 2px solid #cc6d29; }
.plan-box .service-icon {
  flex: 0 0 40px;
  max-width: 40px;
  margin-right: auto;
  margin-left: auto; }
.plan-box .service-con {
  font-size: 13px; }
.plan-box .price {
  font-size: clamp(24px, 5vw, 30px);
  letter-spacing: -0.05rem; }

.owl {
  position: relative; }
  .owl .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    height: 100%;
    top: 0;
    right: 30px; }
    .owl .owl-dots .owl-dot > span {
      display: block;
      width: 12px;
      height: 12px;
      border-radius: 6px;
      background-color: white;
      opacity: .45;
      transition: height .3s; }
    .owl .owl-dots .owl-dot.active > span {
      height: 48px;
      opacity: 1; }
    .owl .owl-dots .owl-dot + .owl-dot {
      margin-top: 10px; }
  .owl .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .owl .owl-nav .owl-prev, .owl .owl-nav .owl-next {
      position: absolute;
      font-size: 0;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: rgba(255, 255, 255, 0.7);
      cursor: pointer; }
      .owl .owl-nav .owl-prev::before, .owl .owl-nav .owl-prev::after, .owl .owl-nav .owl-next::before, .owl .owl-nav .owl-next::after {
        content: '';
        position: absolute;
        width: 2px;
        height: 12px;
        top: 10px;
        background-color: black; }
    .owl .owl-nav .owl-prev {
      left: 0; }
      .owl .owl-nav .owl-prev::before, .owl .owl-nav .owl-prev::after {
        left: 10px; }
      .owl .owl-nav .owl-prev::before {
        transform: rotate(45deg) translateY(-50%); }
      .owl .owl-nav .owl-prev::after {
        transform: rotate(-45deg) translateY(50%); }
    .owl .owl-nav .owl-next {
      right: 0; }
      .owl .owl-nav .owl-next::before, .owl .owl-nav .owl-next::after {
        right: 10px; }
      .owl .owl-nav .owl-next::before {
        transform: rotate(45deg) translateY(50%); }
      .owl .owl-nav .owl-next::after {
        transform: rotate(-45deg) translateY(-50%); }

.progress-bar {
  position: relative;
  height: 30px;
  background-color: transparent;
  padding: 5px 0; }
  .progress-bar .base {
    position: relative;
    height: 30px;
    border-radius: 10px;
    overflow-x: hidden;
    background-color: #dcdee0; }
  .progress-bar .percentage {
    position: absolute;
    height: 20px;
    border-radius: 10px;
    left: 0;
    top: 5px;
    background-color: #851f99;
    z-index: 1; }
    .progress-bar .percentage::after {
      content: '';
      position: absolute;
      top: -5px;
      right: 0;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      background-color: white;
      border: 1px solid #851f99;
      z-index: 2; }
  .progress-bar::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.15);
    z-index: 3; }

.slidecontainer {
  position: relative;
  overflow-x: hidden;
  padding: 5px 0; }
  .slidecontainer::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    top: 5px;
    background-color: rgba(255, 255, 255, 0.15);
    z-index: 2; }
  .slidecontainer::after, .slidecontainer .range-active {
    content: '';
    position: absolute;
    height: 20px;
    border-radius: 10px;
    left: 0;
    top: 5px;
    background-color: #851f99;
    z-index: 1; }
  .slidecontainer .range-thumb {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-left: -15px;
    left: 0;
    top: 0;
    background-color: white;
    border: 1px solid #851f99;
    z-index: 3; }
  .slidecontainer .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 20px;
    background: #dcdee0;
    outline: none;
    border-radius: 20px;
    /*&:hover{opacity:1;}*/ }
    .slidecontainer .slider::-webkit-slider-thumb, .slidecontainer .slider::-moz-range-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 30px;
      height: 30px;
      background: #851f99;
      cursor: pointer;
      z-index: 4; }
    .slidecontainer .slider::-webkit-slider-thumb {
      width: 30px;
      height: 30px;
      border-radius: 100%;
      -webkit-appearance: none;
      cursor: ew-resize;
      background: white;
      border: 1px solid #851f99;
      position: relative;
      z-index: 4; }

.progress-slider input[type="range"] {
  outline: 0;
  border: 0;
  border-radius: 500px;
  width: 100%;
  max-width: 100%;
  transition: box-shadow 0.2s ease-in-out;
  /* Firefox
  &::-moz-range-progress {
  	background-color: #43e5f7; 
  }
  &::-moz-range-track {  
  	background-color: #9a905d;
  }
  // IE
  &::-ms-fill-lower {
  	background-color: #43e5f7; 
  }
  &::-ms-fill-upper {  
  	background-color: #9a905d;
  }
  */ }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .progress-slider input[type="range"] {
      overflow: hidden;
      height: 20px;
      -webkit-appearance: none;
      background-color: #dcdee0; }
    .progress-slider input[type="range"]::-webkit-slider-runnable-track {
      height: 20px;
      -webkit-appearance: none;
      transition: box-shadow 0.2s ease-in-out; }
    .progress-slider input[type="range"]::-webkit-slider-thumb {
      width: 20px;
      height: 20px;
      border-radius: 100%;
      -webkit-appearance: none;
      cursor: ew-resize;
      background: white;
      position: relative;
      box-shadow: -170px 0 0 320px #851f99, inset 0 0 0 20px #851f99; }
    .progress-slider input[type="range"]:active::-webkit-slider-thumb {
      background: white;
      box-shadow: -170px 0 0 320px #851f99, inset 0 0 0 3px #851f99; } }
.progress-slider #h4-container {
  width: 100%;
  padding: 0 20px;
  position: relative; }
  .progress-slider #h4-container #h4-subcontainer {
    width: 100%;
    position: relative; }
    .progress-slider #h4-container #h4-subcontainer h4 {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      width: 20px;
      height: 20px;
      color: #fff !important;
      font-size: 12px;
      transform-origin: center -10px;
      transform: translateX(-50%);
      transition: margin-top 0.15s ease-in-out, opacity 0.15s ease-in-out; }
      .progress-slider #h4-container #h4-subcontainer h4 span {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #851f99;
        border-radius: 0 50% 50% 50%;
        transform: rotate(45deg);
        z-index: -1; }
.progress-slider input:not(:active) + #h4-container h4 {
  opacity: 0;
  margin-top: -25px;
  pointer-events: none; }

.data-text, .call-text {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: 400; }
  .data-text > li, .call-text > li {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.faq .collapse-group {
  position: relative;
  border-bottom: 1px solid #dcdee0; }
  .faq .collapse-group .collapse-title, .faq .collapse-group .collapse-content {
    display: flex;
    position: relative; }
    .faq .collapse-group .collapse-title::before, .faq .collapse-group .collapse-content::before {
      font-weight: 500;
      font-size: 26px;
      font-weight: 500;
      flex: 0 0 30px;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px; }
  .faq .collapse-group .collapse-title {
    padding: 12px 15px;
    align-items: center; }
    .faq .collapse-group .collapse-title::before {
      content: 'Q';
      color: #851f99;
      left: 15px; }
    .faq .collapse-group .collapse-title::after {
      content: '\f107';
      font-family: 'FontAwesome';
      color: #7b7c7d;
      margin-left: auto;
      margin-top: 5px;
      font-size: 20px;
      font-weight: 100; }
  .faq .collapse-group .collapse-content {
    padding: 25px 15px 25px 15px;
    background-color: #fafafa;
    border-top: solid 1px #dcdee0; }
    .faq .collapse-group .collapse-content::before {
      content: 'A';
      color: #cc6d29; }
    .faq .collapse-group .collapse-content * {
      font-size: 16px; }
  .faq .collapse-group.show .collapse-title::after {
    content: '\f106'; }
  .faq .collapse-group.show .collapse-menu {
    display: block; }

section.member .container {
  max-width: 900px; }
section.member .box {
  min-height: 250px; }

.social-login a {
  display: block;
  border-radius: 10px;
  padding: 16px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: 30px 50%; }
  .social-login a.kakao {
    background-image: url(../images/icon/kakaotalk.svg);
    background-size: auto 38px;
    background-color: #fded00;
    color: #3c221e; }
  .social-login a.naver {
    background-image: url(../images/icon/naver-n.svg);
    background-size: auto 30px;
    background-color: #21c506;
    color: white; }

#back_to_top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  line-height: 50px;
  opacity: 0;
  z-index: 11; }
  #back_to_top::before {
    content: '\f106';
    font-family: 'FontAwesome';
    display: block;
    font-size: 25px;
    line-height: 50px;
    text-align: center; }
  #back_to_top.show {
    opacity: 1;
    visibility: visible; }

.cert-icon .cols {
  flex: 0 0 64px;
  max-width: 20%; }

.aside-banner {
  position: fixed;
  width: auto;
  bottom: 100px;
  right: 15px;
  overflow: visible;
  z-index: 2; }
  @media (max-width: 575px) {
    .aside-banner {
      bottom: 70px;
      right: 10px; } }
  .aside-banner a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    .aside-banner a + a {
      margin-top: 15px; }
    @media (max-width: 767px) {
      .aside-banner a {
        width: 72px;
        height: 72px; } }
    @media (max-width: 575px) {
      .aside-banner a {
        width: 50px;
        height: 50px; }
        .aside-banner a + a {
          margin-top: 10px; } }
  .aside-banner .bn-kakao {
    background-color: #fae100;
    background-size: 60%; }
    .aside-banner .bn-kakao.talk {
      background-color: #fae100;
      background-image: url(../images/icon/symbol-kakao-brown.svg); }
    .aside-banner .bn-kakao.ch {
      background-color: black;
      background-image: url(../images/icon/symbol-ch-yellow.svg); }

/* 2024-04-30 add apply process */
.apply-process {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -15px;
  margin-left: -15px; }
  .apply-process > .steps {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    flex: 1 1 auto;
    max-width: 100%; }
    .apply-process > .steps .box {
      position: relative;
      min-height: 75px; }
      .apply-process > .steps .box::before, .apply-process > .steps .box::after {
        font-size: 40px;
        font-family: 'FontAwesome';
        line-height: 30px;
        height: 30px;
        width: 30px;
        color: #851f99;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none; }
      .apply-process > .steps .box h3 {
        font-weight: 100; }
      .apply-process > .steps .box h5 {
        font-weight: 400;
        text-align: left;
        word-break: keep-all; }
      .apply-process > .steps .box .icon {
        width: auto;
        height: 40px;
        margin: auto 15px auto 0; }
    .apply-process > .steps + .steps .box::before {
      content: "\f105";
      left: -30px;
      top: 50%;
      margin: -15px 0 0 0; }
    .apply-process > .steps + .steps .box::after {
      content: "\f107";
      left: 50%;
      top: -30px;
      margin: 0 0 0 -15px; }
    .apply-process > .steps ul.list {
      margin: 10px auto 30px auto;
      text-align: left;
      line-height: 1.6; }
      .apply-process > .steps ul.list li + li {
        margin-top: 10px; }
    @media (min-width: 1400px) {
      .apply-process > .steps {
        flex: 0 0 20%;
        max-width: 20%; }
        .apply-process > .steps .box {
          min-height: 95px; }
        .apply-process > .steps:nth-child(n+2) .box::before {
          display: flex; } }
    @media (max-width: 1399px) {
      .apply-process > .steps {
        flex: 0 0 25%;
        max-width: 25%; }
        .apply-process > .steps:nth-child(n+2) .box::before {
          display: flex; }
        .apply-process > .steps:nth-child(5) .box::before {
          display: none; }
        .apply-process > .steps:nth-child(5) .box::after {
          display: flex; } }
    @media (max-width: 991px) {
      .apply-process > .steps {
        flex: 0 0 33.3333%;
        max-width: 33.3333%; }
        .apply-process > .steps:nth-child(2) .box::before {
          display: flex; }
        .apply-process > .steps:nth-child(3) .box::before {
          display: flex; }
        .apply-process > .steps:nth-child(4) .box::before {
          display: none; }
        .apply-process > .steps:nth-child(5) .box::before {
          display: flex; }
        .apply-process > .steps:nth-child(5) .box::after {
          display: none; } }
    @media (max-width: 767px) {
      .apply-process > .steps {
        flex: 0 0 50%;
        max-width: 50%; }
        .apply-process > .steps:nth-child(even) .box::before {
          display: flex; }
        .apply-process > .steps:nth-child(odd) .box::before {
          display: none; }
        .apply-process > .steps:nth-child(5) .box::before {
          display: none; }
        .apply-process > .steps:nth-child(5) .box::after {
          display: flex; } }
    @media (max-width: 575px) {
      .apply-process > .steps {
        flex: 0 0 100%;
        max-width: 100%; }
        .apply-process > .steps .box::before {
          display: none !important; }
        .apply-process > .steps .box h5 {
          margin-right: auto;
          margin-left: auto; }
        .apply-process > .steps:nth-child(n+2) .box::after {
          display: flex; } }

/******************
Template responsive
*******************/
@media (min-width: 1200px) {
  #header .navbar-custom #navigation .nav > .nav-item > .nav-link {
    padding-right: 25px;
    padding-left: 25px; }

  .top-image .image-background > img {
    min-height: 300px; } }
@media (min-width: 992px) {
  .top-image .image-background > img {
    min-height: 250px; }

  .wrapper {
    margin-top: 130px; } }
@media (min-width: 768px) {
  #header {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05); }
    #header .navbar-custom #navigation .nav {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      #header .navbar-custom #navigation .nav > .nav-item > .nav-link.active::before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -15px;
        border-style: solid;
        border-width: 10px;
        border-color: transparent transparent #851f99; }
    #header .navbar-custom #navigation .nav-sub {
      display: inline-block;
      width: auto;
      min-width: auto;
      height: 0; }
    #header.show .navbar-custom {
      height: auto !important; }
      #header.show .navbar-custom #navigation .nav-sub {
        height: auto;
        margin-top: -10px; }
    #header.fixed .navbar-brand {
      height: 70px;
      flex: 0 0 110px;
      width: 110px; }
    #header.fixed .navbar-custom {
      height: 70px; }
      #header.fixed .navbar-custom #navigation .navbar-nav > .nav-item > .nav-link {
        padding: 23px 20px; } }
@media (max-width: 1199px) {
  .main-banner .bn {
    font-size: 30px; }

  .wrapper {
    margin-top: 130px; } }
@media (max-width: 991px) {
  #header .navbar-brand {
    height: 70px;
    flex: 0 0 110px;
    width: 110px; }
  #header .navbar-custom {
    height: 70px; }
    #header .navbar-custom #navigation .navbar-nav > .nav-item > .nav-link {
      font-size: 20px;
      padding: 23px 20px; }

  .wrapper {
    margin-top: 100px; }

  .top-image .image-background > img {
    min-height: 250px; }

  .main-banner .bn {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    flex-direction: column;
    font-size: 24px;
    padding: 20px 0; }
    .main-banner .bn::before {
      width: 40px;
      height: 40px;
      margin: 0 0 10px 0; }
  .main-banner .cm {
    flex: 0 0 100%;
    max-width: 100%;
    border-left: none;
    border-top: solid 1px #dcdee0; }

  .main-ad {
    margin-bottom: 15px; }
    .main-ad dl h6 {
      font-size: 14px; }

  .main-tag > ul > li {
    flex: 0 0 20%;
    max-width: 20%; } }
@media (max-width: 767px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; }

  #header {
    padding: 5px 0; }
    #header .navbar-custom #navigation {
      position: fixed;
      width: 250px;
      height: 100%;
      top: 0;
      left: -250px;
      background-color: white;
      padding: 100px 15px 15px 15px;
      z-index: 12;
      align-items: start;
      box-shadow: 3px 0 3px rgba(0, 0, 0, 0.05);
      display: block; }
      #header .navbar-custom #navigation .navbar-nav {
        width: 100%; }
        #header .navbar-custom #navigation .navbar-nav > .nav-item {
          border-bottom: solid 1px #dcdee0; }
          #header .navbar-custom #navigation .navbar-nav > .nav-item > .nav-link {
            padding: 12px 20px;
            justify-content: flex-start; }
            #header .navbar-custom #navigation .navbar-nav > .nav-item > .nav-link.active {
              background-color: #851f99;
              color: white; }
              #header .navbar-custom #navigation .navbar-nav > .nav-item > .nav-link.active *, #header .navbar-custom #navigation .navbar-nav > .nav-item > .nav-link.active::after {
                color: white; }
            #header .navbar-custom #navigation .navbar-nav > .nav-item > .nav-link.dropdown-toggle::after {
              display: block; }
      #header .navbar-custom #navigation .nav-sub {
        display: none; }
        #header .navbar-custom #navigation .nav-sub.show {
          display: block; }
        #header .navbar-custom #navigation .nav-sub .sub-item {
          padding: 6px 20px;
          font-size: 16px; }
    #header.show .navbar-custom #navigation {
      left: 0; }
    #header .top-nav {
      position: relative;
      margin: 10px auto;
      text-align: center; }

  .wrapper {
    margin-top: 80px; }

  .tag-list > ul > li {
    flex: 0 0 25%;
    max-width: 25%; }

  .table.table-sm-res {
    display: block; }
    .table.table-sm-res thead, .table.table-sm-res tbody {
      display: block; }
    .table.table-sm-res tr {
      display: flex;
      flex-wrap: wrap; }
  .table#plan_list thead {
    display: none; }
  .table#plan_list thead tr td:nth-child(1), .table#plan_list thead tr td:nth-child(5), .table#plan_list thead tr td:nth-child(6), .table#plan_list tbody tr td:nth-child(1), .table#plan_list tbody tr td:nth-child(5), .table#plan_list tbody tr td:nth-child(6) {
    flex: 0 0 100%;
    max-width: 100%; }
  .table#plan_list thead tr td:nth-child(2), .table#plan_list thead tr td:nth-child(3), .table#plan_list thead tr td:nth-child(4), .table#plan_list tbody tr td:nth-child(2), .table#plan_list tbody tr td:nth-child(3), .table#plan_list tbody tr td:nth-child(4) {
    flex: 0 0 33.3333%;
    width: 33.3333%;
    text-align: left; }
  .table#plan_list tbody tr {
    display: flex;
    border-bottom: 1px solid #dcdee0;
    padding: 10px 0; }
    .table#plan_list tbody tr td {
      display: flex;
      border: none; }
      .table#plan_list tbody tr td[data-title]::before {
        content: attr(data-title);
        margin-right: 15px;
        font-weight: 500; }
      .table#plan_list tbody tr td:first-child {
        flex: 0 0 100%;
        width: 100%; }

  section.member .box {
    min-height: auto;
    border-radius: 0;
    border-color: transparent !important; }

  .social-login a {
    padding: 12px 0; }

  .nav-tabs.nav-step .nav-item {
    padding-right: 25px;
    margin-left: -25px !important; }
    .nav-tabs.nav-step .nav-item::before {
      border-width: 28px 0 28px 23px; }
    .nav-tabs.nav-step .nav-item::after {
      border-width: 30px 0 30px 25px; }
    .nav-tabs.nav-step .nav-item .nav-link {
      height: 60px;
      font-size: 0;
      padding-right: 0; }
      .nav-tabs.nav-step .nav-item .nav-link::before {
        font-size: 14px; }
      .nav-tabs.nav-step .nav-item .nav-link::before {
        margin-right: 5px; } }
@media (max-width: 575px) {
  .container {
    padding-right: 10px;
    padding-left: 10px; }

  .top-image .image-background > img {
    min-height: 50vw; }

  .tag-list > ul > li {
    flex: 0 0 33.3333%;
    max-width: 33.3333%; }

  .main-banner .bn {
    font-size: 20px; }

  .table.table-res {
    display: block; }
    .table.table-res thead, .table.table-res tbody {
      display: block; }
    .table.table-res colgroup {
      display: none; }
    .table.table-res tr {
      display: flex;
      flex-wrap: wrap; }
  .table#plan_list thead {
    display: none; }
  .table#plan_list tbody tr {
    display: block;
    border-bottom: 1px solid #dcdee0;
    padding: 10px 0; }
    .table#plan_list tbody tr td {
      display: flex;
      border: none;
      text-align: left;
      width: 100% !important; }
      .table#plan_list tbody tr td[data-title]::before {
        content: attr(data-title);
        margin-right: 15px;
        font-weight: 500;
        text-align: left;
        min-width: 80px; }
      .table#plan_list tbody tr td[data-title] > div {
        flex: 1 1 auto; }
  .table#notice_list thead, .table#notice_list colgroup {
    display: none; }
  .table#notice_list tbody {
    display: block; }
  .table#notice_list tr {
    display: flex;
    flex-wrap: wrap; }
    .table#notice_list tr th.no, .table#notice_list tr td.no {
      display: none; }
    .table#notice_list tr th.subj, .table#notice_list tr td.subj {
      flex: 100%;
      width: 100%;
      max-width: 100%;
      padding-bottom: 5px; }
    .table#notice_list tr th.subj, .table#notice_list tr td.subj {
      border-bottom: none; }
    .table#notice_list tr th.name, .table#notice_list tr th.date, .table#notice_list tr th.readcnt, .table#notice_list tr td.name, .table#notice_list tr td.date, .table#notice_list tr td.readcnt {
      flex: 0 0 33.3333%;
      max-width: 33.3333%;
      padding-top: 0;
      border: none; }
      .table#notice_list tr th.name::before, .table#notice_list tr th.date::before, .table#notice_list tr th.readcnt::before, .table#notice_list tr td.name::before, .table#notice_list tr td.date::before, .table#notice_list tr td.readcnt::before {
        content: attr(data-title);
        font-weight: 500;
        margin-right: 5px; }

  .data-text, .call-text {
    font-size: 12px; }

  .nav-tabs.nav-step .nav-item .nav-link {
    padding-left: 10px; }
    .nav-tabs.nav-step .nav-item .nav-link::before {
      font-size: 0; }
    .nav-tabs.nav-step .nav-item .nav-link.active::before {
      font-size: 18px;
      margin-right: 5px; } }
@media (max-width: 319px) {
  .tag-list > ul > li {
    flex: 0 0 50%;
    max-width: 50%; }

  .table#plan_list tbody tr td:nth-child(5) {
    flex-direction: column; }
    .table#plan_list tbody tr td:nth-child(5)::before {
      flex: 0 0 100%;
      max-width: 100%; } }

/*# sourceMappingURL=style.css.map */
