@charset "UTF-8";
/***************************************************************************************************************************************/
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}
.row > * {
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

.column {
  flex: 1 0 0;
  width: auto;
}

.col-sm-1 {
  flex: 0 0 8.3333333333%;
  min-width: 8.3333333333%;
}

.col-sm-2 {
  flex: 0 0 16.6666666667%;
  min-width: 16.6666666667%;
}

.col-sm-3 {
  flex: 0 0 25%;
  min-width: 25%;
}

.col-sm-4 {
  flex: 0 0 33.3333333333%;
  min-width: 33.3333333333%;
}

.col-sm-5 {
  flex: 0 0 41.6666666667%;
  min-width: 41.6666666667%;
}

.col-sm-6 {
  flex: 0 0 50%;
  min-width: 50%;
}

.col-sm-7 {
  flex: 0 0 58.3333333333%;
  min-width: 58.3333333333%;
}

.col-sm-8 {
  flex: 0 0 66.6666666667%;
  min-width: 66.6666666667%;
}

.col-sm-9 {
  flex: 0 0 75%;
  min-width: 75%;
}

.col-sm-10 {
  flex: 0 0 83.3333333333%;
  min-width: 83.3333333333%;
}

.col-sm-11 {
  flex: 0 0 91.6666666667%;
  min-width: 91.6666666667%;
}

.col-sm-12 {
  flex: 0 0 100%;
  min-width: 100%;
}

.col-md-1 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 640px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    min-width: 8.3333333333%;
  }
}

.col-md-2 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 640px) {
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    min-width: 16.6666666667%;
  }
}

.col-md-3 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 640px) {
  .col-md-3 {
    flex: 0 0 25%;
    min-width: 25%;
  }
}

.col-md-4 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 640px) {
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    min-width: 33.3333333333%;
  }
}

.col-md-5 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 640px) {
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    min-width: 41.6666666667%;
  }
}

.col-md-6 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 640px) {
  .col-md-6 {
    flex: 0 0 50%;
    min-width: 50%;
  }
}

.col-md-7 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 640px) {
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    min-width: 58.3333333333%;
  }
}

.col-md-8 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 640px) {
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    min-width: 66.6666666667%;
  }
}

.col-md-9 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 640px) {
  .col-md-9 {
    flex: 0 0 75%;
    min-width: 75%;
  }
}

.col-md-10 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 640px) {
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    min-width: 83.3333333333%;
  }
}

.col-md-11 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 640px) {
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    min-width: 91.6666666667%;
  }
}

.col-md-12 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 640px) {
  .col-md-12 {
    flex: 0 0 100%;
    min-width: 100%;
  }
}

.col-lg-1 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 991px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    min-width: 8.3333333333%;
  }
}

.col-lg-2 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 991px) {
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    min-width: 16.6666666667%;
  }
}

.col-lg-3 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 991px) {
  .col-lg-3 {
    flex: 0 0 25%;
    min-width: 25%;
  }
}

.col-lg-4 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 991px) {
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    min-width: 33.3333333333%;
  }
}

.col-lg-5 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 991px) {
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    min-width: 41.6666666667%;
  }
}

.col-lg-6 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 991px) {
  .col-lg-6 {
    flex: 0 0 50%;
    min-width: 50%;
  }
}

.col-lg-7 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 991px) {
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    min-width: 58.3333333333%;
  }
}

.col-lg-8 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 991px) {
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    min-width: 66.6666666667%;
  }
}

.col-lg-9 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 991px) {
  .col-lg-9 {
    flex: 0 0 75%;
    min-width: 75%;
  }
}

.col-lg-10 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 991px) {
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    min-width: 83.3333333333%;
  }
}

.col-lg-11 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 991px) {
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    min-width: 91.6666666667%;
  }
}

.col-lg-12 {
  flex: 0 0 100%;
  min-width: 100%;
}
@media screen and (min-width: 991px) {
  .col-lg-12 {
    flex: 0 0 100%;
    min-width: 100%;
  }
}

.faq__title .num, .table_notice .list li h3, .table_notice .list li h4, [data-title]:before, [data-title]:hover, .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span, .attached__item a, .page .view-paging__subject, .page .view-paging__link i, .modal_content, .table_basic tbody tr:hover a:not(.btn, .badge), .checkradio_btn label, .radio_default label i:after, .check_default label i:after, .check_default input[type=checkbox]:checked + label span,
.check_default input[type=radio]:checked + label span,
.radio_default input[type=checkbox]:checked + label span,
.radio_default input[type=radio]:checked + label span, .check_default label i,
.radio_default label i, .btn, .badge {
  -webkit-transition: all 0.3s;
  transition: all, 0.3s;
}

/* *************************************************************************** *
 component list
 button, badge
 toggle
 form
 wizard
 table
 card
 modal
 pagination
 * *************************************************************************** */
.form_group .form_control, .btn, .badge {
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem 1.5rem;
  line-height: 1.5;
  border: 1px solid #CACCCE;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn, .badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.btn.round {
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 3rem;
}
.btn i {
  margin-left: 0.4rem;
}

.not_btn {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  color: #61666B;
  font-size: 1.4rem;
}

.icon_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 2.8rem;
}

.badge {
  margin-right: 0.6rem;
  padding: 0.4rem 1.2rem;
}
.badge.round {
  border-radius: 2rem;
}

td .badge {
  width: fit-content;
  margin: 0 auto;
}

.badge_circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
}
.badge_circle_sm {
  width: 2.4rem;
  height: 2.4rem;
}

.btn_sm, .badge {
  height: calc(1.5em + 0.8rem + 2px);
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
}

.btn_xs, .badge_sm {
  height: calc(1.5em + 0.5rem + 2px);
  font-size: 1.3rem;
}

.btn_md, .badge_md {
  height: calc(1.5em + 1.6rem + 2px);
  padding: 0.8rem 1.25rem;
  font-size: 1.4rem;
}

.btn_lg {
  width: 100%;
}

.btn_xl {
  width: 100%;
  height: calc(1.5em + 2.5rem + 2px);
  padding: 1.25rem 2rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 375px) {
  .btn_lg, .btn_xl {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .btn_lg, .btn_xl {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    font-size: 1.4rem;
  }
}

.btn.primary:focus {
  border-color: transparent;
  background-color: #0D66CE;
  color: #fff;
}
.btn.secondary:focus {
  border-color: transparent;
  background-color: #10263A;
  color: #fff;
}
.btn.secondary_line:focus {
  border-color: #10263A;
  background-color: #EBF4FE;
  color: #10263A;
}

.toggle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.toggle .switch {
  position: relative;
  display: inline-flex;
  width: 6rem;
  height: 3.2rem;
}
.toggle .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle .switch input:checked + .slider {
  background-color: #2988F8;
}
.toggle .switch input:checked + .slider:before {
  -webkit-transform: translateX(2.8rem);
  -ms-transform: translateX(2.8rem);
  transform: translateX(2.8rem);
}
.toggle .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CACCCE;
  border-radius: 0.4rem;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}
.toggle .slider:before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  width: 2.2rem;
  height: 2.2rem;
  background-color: #fff;
  border-radius: 0.2rem;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.toggle .slider.round {
  border-radius: 3rem;
}
.toggle .slider.round:before {
  border-radius: 50%;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #CACCCE;
}

:-moz-placeholder {
  color: #CACCCE;
}

::-moz-placeholder {
  color: #CACCCE;
}

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

label, input, textarea, select, button, .not_btn {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Malgun Gothic", sans-serif;
}

input[type=submit] {
  cursor: pointer;
}

input[disabled]::placeholder {
  color: #DFE1E2;
}

input[readonly],
input[readonly].form_control {
  cursor: text;
  border-color: #DFE1E2;
  background-color: #F7F7F8;
  color: #61666B;
}

@media screen and (min-width: 1280px) {
  input.btn:hover, .btn:not(span):hover {
    box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.15);
  }
}

.disabled {
  border-color: transparent;
  background-color: #F2F2F3;
  color: #A2A6A9;
  cursor: not-allowed !important;
}
.disabled:hover, .disabled:focus {
  box-shadow: none !important;
}

.form_group {
  margin-bottom: 1.8rem;
}
.form_group label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.6rem;
  color: #8A8F93;
}
.form_group label .necessary {
  margin-left: 0.4rem;
  color: #2988F8;
}
.form_group input:focus, .form_group select:focus, .form_group textarea:focus {
  border-color: #2988F8;
  box-shadow: 0 0 0 3px rgba(41, 136, 248, 0.2);
}
.form_group .form_control {
  position: relative;
  display: block;
  width: 100%;
  color: #232527;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form_group .form_control:focus:not(:read-only) {
  border-color: #2988F8;
}
.form_group .form_control[disabled] {
  border-color: #DFE1E2;
  background-color: #F7F7F8;
  color: #CACCCE;
  cursor: not-allowed;
}
.form_group .textarea_control {
  height: calc(6em + 2rem + 2px);
  resize: vertical;
}
.form_group input[type=submit].form_control {
  border-color: #2988F8;
  background-color: #fff;
  color: #2988F8;
}
.form_group input[type=file],
.form_group .file_btn {
  font-size: 1.4rem;
}
.form_group .file_btn {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.form_group .file_info {
  margin-top: 0.6rem;
}
.form_group .time_limit {
  position: relative;
}
.form_group .time_limit .form_control {
  padding-right: 5.6rem;
}
.form_group .time_limit .time {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  width: 5.6rem;
  height: 100%;
  color: #2988F8;
}
.form_group .resend {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0.8rem;
}
.form_group .resend button {
  color: #2988F8;
}
.form_group .note-modal-footer {
  height: auto;
}
.form_group .note-modal-footer:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 640px) {
  .form_group input[type=file],
  .form_group .file_btn {
    font-size: 1.6rem;
  }
}

.form--error .form_control {
  border-color: #E53838;
}
.form--error .info {
  color: #E53838;
}

@media screen and (min-width: 360px) {
  .inline_group {
    margin: 0 -0.4rem;
  }
  .inline_group > * {
    margin: 0 0.4rem 0;
  }
}

.form_icon {
  position: relative;
}
.form_icon .form_control {
  padding-right: 4.8rem;
}
.form_icon button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 100%;
  font-size: 2.4rem;
}

.info {
  display: flex;
  margin-top: 0.8rem;
  line-height: 1.4;
  color: #12B077;
}
.info.error {
  color: #E53838;
}
.info.primary {
  background-color: transparent;
  color: #2988F8;
}

.select_group {
  position: relative;
}

.select_group select {
  min-width: 16rem;
  padding-right: 4rem;
  cursor: pointer;
}

.select_group .select_arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 100%;
  pointer-events: none;
}

.check_default,
.radio_default {
  position: relative;
}
.check_default input,
.radio_default input {
  display: none;
}
.check_default label,
.radio_default label {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  color: #61666B;
  font-size: 1.4rem;
  cursor: pointer;
}
.check_default label i,
.radio_default label i {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 0.8rem;
  background: #fff;
  border: 1px solid #CACCCE;
  border-width: 2px;
  border-radius: 0.4rem;
  cursor: pointer;
}
.check_default input[type=checkbox]:checked + label i,
.check_default input[type=radio]:checked + label i,
.radio_default input[type=checkbox]:checked + label i,
.radio_default input[type=radio]:checked + label i {
  box-shadow: 0 0 0 3px rgba(41, 136, 248, 0.2);
  background-color: #2988F8;
  border-color: #2988F8;
}
.check_default input[type=checkbox]:checked + label span,
.check_default input[type=radio]:checked + label span,
.radio_default input[type=checkbox]:checked + label span,
.radio_default input[type=radio]:checked + label span {
  color: #2988F8;
  font-weight: 700;
}

.check_default label i:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-trasform: rotate(-45deg) scale3d(0.1, 0.1, 1);
  transform: rotate(-45deg) scale3d(0.1, 0.1, 1);
  width: 12px;
  height: 7px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
}
.check_default input[type=checkbox]:checked + label i:after {
  -webkit-transform: rotate(-45deg) scale3d(1, 1, 1);
  transform: rotate(-45deg) scale3d(1, 1, 1);
}

.radio_default label i {
  border-radius: 50%;
}
.radio_default label i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(0.1, 0.1, 1);
  transform: translate(-50%, -50%) scale3d(0.1, 0.1, 1);
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  border-radius: 50%;
}
.radio_default input[type=radio]:checked + label i:after {
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
}

.checkradio_btn {
  margin-right: 0.4rem;
}
.checkradio_btn label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 4.6rem;
  padding: 0 2rem;
  margin-bottom: 0;
  border-radius: 3rem;
  border: 1px solid #CACCCE;
  background-color: #fff;
  text-align: center;
}
.checkradio_btn label.sm {
  height: 3.2rem;
  padding: 0 1.25rem;
  font-size: 1.4rem;
}

.checkradio_btn input[type=checkbox],
.checkradio_btn input[type=radio] {
  display: none;
}
.checkradio_btn input[type=checkbox]:not(:disabled) ~ label,
.checkradio_btn input[type=radio]:not(:disabled) ~ label {
  cursor: pointer;
}
.checkradio_btn input[type=checkbox]:disabled ~ label,
.checkradio_btn input[type=radio]:disabled ~ label {
  cursor: not-allowed;
  border-color: #DFE1E2;
  background-color: #fff;
  color: #DFE1E2;
}
.checkradio_btn input[type=checkbox]:checked + label,
.checkradio_btn input[type=radio]:checked + label {
  border-color: transparent;
  background-color: #2988F8;
  color: #fff;
}

.wizard {
  margin-bottom: 3.2rem;
}
.wizard__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.wizard__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
}
.wizard__item:after {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 50%;
  width: 100%;
  height: 0.2rem;
  background-color: #CACCCE;
  z-index: 1;
}
.wizard__item:last-child:after {
  display: none;
}
.wizard__item--done:after {
  background-color: #2988F8;
}
.wizard__item--done .wizard__number {
  border-color: #2988F8;
  background-color: #fff;
  color: #2988F8;
}
.wizard__item--active .wizard__number {
  border-color: transparent;
  background-color: #2988F8;
  color: #fff;
}
.wizard__number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  border: 1px solid #CACCCE;
  z-index: 2;
  border-color: #CACCCE;
  background-color: #CACCCE;
  color: #fff;
}
.wizard__info {
  color: #A2A6A9;
  font-weight: 600;
}

table {
  table-layout: fixed;
  width: 100%;
  margin-top: 1.2rem;
}
table .btn {
  align-items: center;
}
table a:not(.btn) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 60rem) {
  .table_scroll {
    white-space: nowrap;
    overflow-x: scroll;
  }
  .table_scroll table {
    width: 60rem;
  }
}

.table_basic tbody tr:hover a:not(.btn, .badge) {
  color: #FF8A1B;
}
.table_basic th, .table_basic td {
  vertical-align: middle;
}
.table_basic th {
  padding: 1.6rem;
  background-color: #EEF6FF;
  text-align: center;
  color: #44484B;
  font-weight: 600;
}
.table_basic td {
  padding: 1.2rem;
  border-bottom: 1px solid #CACCCE;
  border-color: #DFE1E2;
}
.table_basic .check_default, .table_basic .radio_default {
  margin-bottom: 0;
}
.table_basic .check_default label i, .table_basic .radio_default label i {
  margin-right: 0;
}
.table_basic.center td {
  text-align: center;
}
.table_basic.color_gray th {
  background-color: #F7F7F8;
}

@media screen and (max-width: 600px) {
  .table_scroll .card {
    white-space: nowrap;
    overflow-x: scroll;
  }
  .table_scroll table {
    width: 720px;
  }
}

.table_responsive {
  line-height: 1.33;
}
.table_responsive .list {
  border-top: 1px solid #44484B;
}
.table_responsive .type_date {
  display: flex;
  margin: 0;
  font-size: 1.4rem;
}
.table_responsive .head {
  background-color: #EEF6FF;
}
.table_responsive .head .pc_td {
  font-weight: 600;
  color: #283C4E;
}
.table_responsive .item {
  padding: 1rem 0 1rem;
  border-bottom: 1px solid #CACCCE;
}
.table_responsive .item > * {
  margin-bottom: 0.4rem;
}
.table_responsive .item .subject a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #44484B;
}
.table_responsive .item .subject i {
  width: 2rem;
  margin-left: 0.4rem;
  font-size: 1.8rem;
}
.table_responsive .item .date {
  margin-left: 0.8rem;
  color: #A2A6A9;
}
@media screen and (min-width: 991px) {
  .table_responsive .pc_only {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .table_responsive .pc_td {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6rem;
    padding: 0 1rem;
    font-size: 1.6rem;
  }
  .table_responsive .list {
    border-top: none;
  }
  .table_responsive .type_date > div {
    flex-basis: 50%;
  }
  .table_responsive .type_date .date {
    text-align: center;
    color: #61666B;
  }
  .table_responsive li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }
  .table_responsive li section {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .table_responsive li .num {
    width: 10%;
  }
  .table_responsive li .subject {
    width: 55%;
  }
  .table_responsive li .subject a:hover {
    color: #2988F8;
  }
  .table_responsive li .cate {
    width: 10%;
  }
  .table_responsive li .type_date {
    width: 25%;
  }
  .table_responsive .item {
    padding: 0;
  }
  .table_responsive .item > *, .table_responsive .item .pc_td {
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .table_responsive .pc_td {
    padding: 0 1.6rem;
  }
  .table_responsive .head .pc_td {
    font-size: 1.8rem;
  }
  .table_responsive li .pc_td {
    height: 6.4rem;
  }
}

.card {
  position: relative;
  padding: 1.6rem;
  border-radius: 0.8rem;
}
.card--overflow {
  width: calc(100% + 4rem);
  margin-left: -2rem;
  margin-right: -2rem;
  border-radius: 0;
}
.card--dashboard {
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.02);
}
.card--no-padd {
  padding: 0;
}
.card.no_padding {
  padding: 0;
}
@media screen and (min-width: 375px) {
  .card {
    padding: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .card--overflow {
    width: 100%;
    margin: 0;
    border-radius: 0.8rem;
  }
}
@media screen and (min-width: 991px) {
  .card, .card--white {
    padding: 2.4rem;
  }
}

.code-panel {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 2.8rem;
  margin-bottom: 2.8rem;
  background-color: #10263A;
  line-height: 1.5;
  color: #F7F7F8;
  overflow: hidden;
}
.code-panel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.6rem 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.code-panel__title {
  font-size: 1.8rem;
}
.code-panel__pre {
  flex: 1 1 auto;
  width: 100%;
  tab-size: 2;
  overflow: auto;
}
.code-panel__code {
  display: block;
  padding: 0 2.4rem;
  font-size: 1.5rem;
}

.modal {
  display: none;
}

.modal_mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.modal_content {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 3rem));
  transform: translate(-50%, calc(-50% + 3rem));
  max-width: 120rem;
  width: calc(100% - 4rem);
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 12px 28px -12px rgba(0, 0, 0, 0.15);
  outline: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 1100;
}
.modal_content.modal_md {
  max-width: 48rem;
}
.modal_content.modal-pic {
  max-width: 72.8rem;
}
.modal_content .header, .modal_content .body, .modal_content .footer {
  padding: 2.4rem;
}
.modal_content .footer {
  background-color: #fff;
}
.modal_content .footer .primary {
  margin-left: 0.8rem;
}
.modal_content .body {
  max-height: 32rem;
  height: 100%;
  line-height: 1.5;
  font-size: 1.4rem;
  overflow-y: auto;
}
.modal_content .closeModalBtn i {
  font-size: 2.4rem;
  color: #44484B;
}
.modal_content p {
  margin-bottom: 2rem;
}
.modal_content dl {
  margin-bottom: 0.8rem;
}
.modal_content dl dt {
  padding-right: 2rem;
}
.modal_content dl dd {
  color: #8A8F93;
  font-weight: 400;
}
.modal_content .btn_list {
  margin-top: 3.6rem;
}
.modal_content .btn_list .primary {
  width: 12rem;
}
@media screen and (min-width: 640px) {
  .modal_content p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 991px) {
  .modal_content .modal__title, .modal_content h4 {
    font-size: 2.4rem;
  }
  .modal_content .body {
    max-height: 48rem;
    font-size: 1.6rem;
  }
  .modal_content .footer .primary {
    width: 20rem;
  }
}

.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.active + .modal_content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.delete_confirm p {
  margin-bottom: 2.4rem;
}

.pagination {
  margin-top: 3.6rem;
}
.pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0.4rem;
  color: #CACCCE;
  font-weight: 700;
  font-size: 1.8rem;
}
.pagination__item--now {
  color: #2988F8;
}
@media screen and (min-width: 991px) {
  .pagination__item:hover {
    color: #FF8A1B;
  }
}

.d_flex {
  display: flex;
}

.d_inline_flex {
  display: inline-flex;
}

.justify_start {
  justify-content: flex-start;
}

.justify_end {
  justify-content: flex-end;
}

.justify_center {
  justify-content: center;
}

.justify_between {
  justify-content: space-between;
}

.justify_around {
  justify-content: space-around;
}

.justify_initial {
  justify-content: initial;
}

.justify_inherit {
  justify-content: inherit;
}

.align_start {
  align-items: flex-start;
}

.align_end {
  align-items: flex-end;
}

.align_center {
  align-items: center;
}

.align_stretch {
  align-items: stretch;
}

.align_baseline {
  align-items: baseline;
}

html {
  font-size: 62.5%;
}
@media screen and (min-width: 2800px) {
  html {
    font-size: 75%;
  }
}

body {
  min-width: 320px;
  width: 100%;
  word-break: keep-all;
  letter-spacing: -0.02rem;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Malgun Gothic", sans-serif;
  font-size: 1.6rem;
  font-feature-settings: "tnum";
  color: #61666B;
}
body.mobile, body.active {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
body.mobile:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
body a {
  color: #61666B;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
body a.disabled {
  cursor: not-allowed;
}
body small {
  font-size: 1.4rem;
}
body small i {
  margin-right: 0.4rem;
  font-size: 1.8rem;
}
body code {
  font-family: Menlo, Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
}
@media screen and (min-width: 991px) {
  body .mobile_only, body.mobile:after {
    display: none !important;
  }
  body small i {
    font-size: 2rem;
  }
}

p {
  line-height: 1.33;
}

.break_all {
  word-break: break-all;
}

h2, .h2 {
  line-height: 1.4;
  font-size: 2.8rem;
  color: #10263A;
}

h3, .h3 {
  line-height: 1.3;
  font-size: 2.4rem;
}

h4, .h4 {
  line-height: 1.3;
  font-size: 2rem;
}

h5, .h5 {
  font-size: 1.6rem;
}

h6, .h6 {
  font-size: 1.4rem;
}

@media screen and (min-width: 640px) {
  h2, .h2 {
    font-size: 3.2rem;
  }
  h4, .h4 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 991px) {
  h2, .h2 {
    font-size: 4rem;
  }
  h3, .h3 {
    font-size: 3.4rem;
  }
  h4, .h4 {
    font-size: 2.8rem;
  }
  h5, .h5 {
    font-size: 2rem;
  }
  h6, .h6 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  h2, .h2 {
    font-size: 4.8rem;
    letter-spacing: -0.4px;
  }
  h3, .h3 {
    font-size: 4rem;
  }
  h4, .h4 {
    font-size: 3.2rem;
  }
  h5, .h5 {
    font-size: 2.2rem;
  }
  h6, .h6 {
    font-size: 1.8rem;
  }
}
[class^=area], .banner {
  position: relative;
  margin: auto;
  padding: 0 2rem;
}

.area {
  max-width: 1432px;
}
.area--narrow {
  max-width: 49.6rem;
}
@media screen and (min-width: 640px) {
  .area {
    padding: 0 2.4rem;
  }
}
@media screen and (min-width: 991px) {
  .area {
    width: 90%;
    padding: 0 2.8rem;
  }
}
@media screen and (min-width: 1600px) {
  .area {
    width: 100%;
    padding: 0 3.2rem;
  }
}

/* row-narrow */
.row-narrow {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.row-narrow > * {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.5;
  overflow: hidden;
}
.text_ellipsis.line_1 {
  -webkit-line-clamp: 1;
}
.text_ellipsis.line_2 {
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 640px) {
  .inline-block-md {
    display: block;
  }
}

.block {
  display: block;
}
.block-inline {
  display: block;
}
@media screen and (min-width: 375px) {
  .block-md {
    display: block;
  }
  .block-inline {
    display: inline;
  }
}

.hide {
  display: none;
}

.pc_only {
  display: none;
}

.w_100 {
  width: 100%;
}

/* background color */
.primary {
  border-color: transparent;
  background-color: #2988F8;
  color: #fff;
}

.primary_line {
  border-color: #2988F8;
  background-color: #fff;
  color: #2988F8;
}

.light_blue {
  border-color: transparent;
  background-color: #EEF6FF;
  color: #2988F8;
}

.secondary {
  border-color: transparent;
  background-color: #10263A;
  color: #fff;
}

.secondary_line {
  border-color: #214F78;
  background-color: #fff;
  color: #10263A;
}

.gray {
  border-color: #CACCCE;
  background-color: #CACCCE;
  color: #fff;
}

.light_gray {
  border-color: transparent;
  background-color: #F2F2F3;
  color: #A2A6A9;
}

.navy_line {
  border-color: #283C4E;
  background-color: #fff;
  color: #283C4E;
}

.red {
  border-color: transparent;
  background-color: #E53838;
  color: #fff;
}

.red_line {
  border-color: #E53838;
  background-color: #fff;
  color: #E53838;
}

.orange {
  border-color: transparent;
  background-color: #FF8A1B;
  color: #fff;
}
.orange__txt {
  color: #FF8A1B;
}

.orange_line {
  border-color: #FF8A1B;
  background-color: #fff;
  color: #FF8A1B;
}

.yellow {
  border-color: transparent;
  background-color: #F7D002;
  color: #fff;
}

.green {
  border-color: transparent;
  background-color: #12B077;
  color: #fff;
}

.primary.disabled, .primary_line.disabled, .secondary.disabled, .red.disabled, .orange.disabled, .yellow.disabled, .green.disabled {
  border-color: #F2F2F3;
  background-color: #F2F2F3;
  color: #CACCCE;
}

/* 타이틀 공통 */
.sub h2, .board_list h2 {
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 1280px) {
  .sub h2, .board_list h2 {
    margin-bottom: 2rem;
  }
}

.page {
  padding-top: 3.2rem;
  padding-bottom: 4.8rem;
}
.page--form {
  padding-bottom: 6.8rem;
}
.page--form__header {
  margin-bottom: 2.8rem;
}
.page--user {
  background-color: #F7F7F8;
}
.page__header--mb-wide {
  margin-bottom: 2.8rem;
}
.page__header p {
  line-height: 1.5;
  color: #8A8F93;
  font-size: 1.4rem;
}
.page__title {
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .page {
    padding-top: 4.8rem;
    padding-bottom: 6.4rem;
  }
  .page--form {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 991px) {
  .page {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
  .page--form {
    padding-bottom: 12rem;
  }
  .page--form__header {
    margin-bottom: 4rem;
  }
  .page__header--mb-wide {
    margin-bottom: 2.8rem;
  }
  .page__header p {
    font-size: 1.8rem;
  }
  .page__title {
    margin-bottom: 1.2rem;
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .page {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
  .page--form {
    padding-bottom: 14rem;
  }
  .page h2, .page__title {
    font-size: 4rem;
  }
}
.page .view-paging {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.8rem;
  background-color: #F7F7F8;
  font-size: 1.4rem;
}
.page .view-paging__item {
  flex-basis: 50%;
  height: inherit;
}
.page .view-paging__item--before i {
  left: 0;
}
.page .view-paging__item--after a {
  align-items: flex-end;
}
.page .view-paging__item--after i {
  right: 0;
}
.page .view-paging__link, .page .view-paging__no-item {
  display: flex;
  height: inherit;
  padding: 0 2rem;
}
.page .view-paging__no-item {
  align-items: center;
}
.page .view-paging__link {
  position: relative;
  justify-content: center;
  flex-direction: column;
}
.page .view-paging__link:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: background-color 0.3s;
}
.page .view-paging__link p {
  position: relative;
}
.page .view-paging__link i {
  position: absolute;
  top: 0.2rem;
  opacity: 0;
  font-size: 2.2rem;
}
.page .view-paging__list {
  position: absolute;
  width: 4rem;
  height: 4rem;
  background-color: #44484B;
  z-index: 2;
}
.page .view-paging__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  height: inherit;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page .view-paging {
    height: 12rem;
  }
  .page .view-paging__item--after a {
    align-items: center;
  }
  .page .view-paging__no-item {
    justify-content: center;
    font-size: 1.6rem;
  }
  .page .view-paging__link, .page .view-paging__no-item {
    padding: 0 5rem;
    color: #A2A6A9;
  }
  .page .view-paging__link {
    align-items: center;
  }
  .page .view-paging__link p {
    margin-bottom: 0.6rem;
    font-weight: 600;
    font-size: 2rem;
  }
  .page .view-paging__subject {
    display: -webkit-box !important;
    font-size: 1.4rem;
    font-weight: 400;
    color: #A2A6A9;
  }
  .page .view-paging__list {
    width: 6rem;
    height: 6rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 991px) {
  .page .view-paging {
    height: 14rem;
  }
  .page .view-paging__txt {
    margin-bottom: 0.8rem;
  }
  .page .view-paging__subject {
    max-width: 30rem;
  }
}
@media screen and (min-width: 1280px) {
  .page .view-paging {
    height: 15.2rem;
  }
  .page .view-paging__item--before a:hover i {
    left: -3.2rem;
  }
  .page .view-paging__item--after a:hover i {
    right: -3.2rem;
  }
  .page .view-paging__link:hover {
    color: #44484B;
  }
  .page .view-paging__link:hover i {
    opacity: 1;
  }
  .page .view-paging__link:hover:after {
    background-color: #44484B;
  }
  .page .view-paging__link:hover .view-paging__subject {
    color: #44484B;
  }
  .page .view-paging__subject {
    font-size: 1.4rem;
  }
  .page .view-paging__no-item {
    font-size: 1.8rem;
  }
}

.banner {
  max-width: 1368px;
}
@media screen and (min-width: 640px) {
  .banner {
    padding: 0 2.4rem;
  }
}
@media screen and (min-width: 991px) {
  .banner {
    width: calc(90% - 5.6rem);
    border-radius: 0.8rem;
  }
}
@media screen and (min-width: 1600px) {
  .banner {
    width: calc(100% - 6.4rem);
  }
}

.summary {
  margin: auto;
  padding: 2.8rem 0;
  background-color: #F7F7F8;
  border-radius: 0.8rem;
}
.summary p {
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .summary {
    padding: 3.2rem 0;
  }
  .summary p {
    line-height: 1.6;
    font-size: 1.8rem !important;
  }
}

.disc li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.8rem;
  line-height: 1.5;
}
.disc li:before {
  content: "•";
  position: absolute;
  left: 0;
}

.no_data {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16rem;
  margin: 1rem 0;
  border-top: 1px solid #CACCCE;
  border-bottom: 1px solid #CACCCE;
  border-color: #DFE1E2;
}

.board_list header {
  margin-bottom: 2rem;
}
.board_list header .board_list_header p {
  margin-bottom: 2rem;
  text-transform: capitalize;
}
.board_list .search_board .form_group {
  margin-bottom: 0;
}
.board_list .search_board .form_group + .form_group {
  margin-top: 1rem;
}
.board_list .list_button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 3.2rem;
}
@media screen and (min-width: 375px) {
  .board_list .list_button .btn {
    max-width: 16rem;
  }
}
@media screen and (min-width: 640px) {
  .board_list .search_board {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 50.4rem;
  }
  .board_list .search_board .form_group + .form_group {
    width: 100%;
    margin-left: 1rem;
    margin-top: 0;
  }
  .board_list .search_board .form_group .select_cate {
    flex-basis: 16rem;
  }
  .board_list .search_board .form_group .form_icon {
    min-width: 33.4rem;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .board_list header {
    margin-bottom: 3.2rem;
  }
  .board_list header .board_list_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .board_list header .board_list_header p {
    margin-bottom: 0;
  }
}

.board_view .board_view_header {
  margin-bottom: 2.8rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #CACCCE;
}
.board_view .board_view_header .cate_date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #A2A6A9;
}
.board_view .board_view_header .cate_date li {
  position: relative;
  margin-right: 2rem;
}
.board_view .board_view_header .cate_date li:last-child {
  margin: 0;
}
.board_view .board_view_header .cate_date li:before {
  content: "";
  position: absolute;
  top: 0.4rem;
  right: -1rem;
  width: 1px;
  height: calc(100% - 0.8rem);
  background-color: #CACCCE;
}
.board_view .board_view_header .cate_date li:last-child::before {
  display: none;
}
.board_view .board_view_header h2 {
  font-weight: 600;
  color: #10263A;
}
.board_view .board_view_header .client_info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 1.2rem 0 0.8rem;
}
.board_view .board_view_header .client_info li {
  position: relative;
  margin-right: 1.6rem;
}
.board_view .board_view_header .client_info li:last-child {
  margin-right: 0;
}
.board_view .board_view_header .client_info li:after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.8rem;
  width: 1px;
  height: 100%;
  background-color: #A2A6A9;
  transform: rotate(15deg);
}
.board_view .board_view_header .client_info li:last-child:after {
  display: none;
}
.board_view .board_view_content {
  max-width: 86.5rem;
  margin: auto;
  margin-bottom: 6.4rem;
}
.board_view .board_view_content .board_view_img {
  margin-bottom: 2.8rem;
}
.board_view .board_view_content .board_view_img img + img {
  margin-top: 0.8rem;
}
.board_view .board_view_content .board_view_txt p {
  line-height: 1.6;
}
.board_view .board_view_content .board_view_txt p + p {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .board_view .board_view_header {
    margin-bottom: 3.2rem;
    padding-bottom: 1.6rem;
    text-align: center;
  }
  .board_view .board_view_header .cate_date, .board_view .board_view_header .client_info {
    justify-content: center;
  }
  .board_view .board_view_header h2 {
    font-size: 2.8rem;
  }
  .board_view .board_view_header .client_info {
    margin-top: 1.6rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 991px) {
  .board_view .board_view_header {
    margin-bottom: 4rem;
    padding-bottom: 2.4rem;
  }
  .board_view .board_view_content {
    margin-bottom: 8rem;
  }
  .board_view .board_view_content .board_view_img {
    max-width: 70rem;
    margin: 0 auto 4rem;
  }
  .board_view .board_view_pagination {
    height: 14rem;
  }
  .board_view .board_view_pagination .common a p {
    margin-bottom: 0.8rem;
  }
  .board_view .board_view_pagination .common a h6 {
    max-width: 30rem;
  }
}
@media screen and (min-width: 1280px) {
  .board_view .board_view_header .cate_date {
    font-size: 1.8rem;
  }
  .board_view .board_view_header h2 {
    font-size: 3.4rem;
  }
  .board_view .board_view_content {
    margin-bottom: 10rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1600px) {
  .board_view .board_view_header {
    margin-bottom: 5.2rem;
    padding-bottom: 2.8rem;
  }
}

.attached {
  margin: 2.8rem 0;
  font-size: 1.4rem;
}
.attached section + section {
  margin-top: 2rem;
}
.attached__content {
  position: relative;
  max-width: 52rem;
  width: 80%;
  margin: auto;
  padding-left: 1.6rem;
}
.attached__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #2988F8;
}
.attached__content--link::before {
  background-color: #0D66CE;
}
.attached__item {
  line-height: 1.5;
}
.attached__item a {
  display: inline-flex;
  color: #8A8F93;
}
.attached__item a:hover {
  color: #FF8A1B;
}
.attached__title {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
  color: #283C4E;
}
.attached__title i {
  margin-right: 0.4rem;
  font-size: 2rem;
}
@media screen and (min-width: 640px) {
  .attached {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 991px) {
  .attached {
    margin: 3.2rem 0;
  }
  .attached__content {
    width: 100%;
  }
}

.board_write {
  max-width: 75.8rem;
  margin: auto;
}
.board_write .form_button {
  margin-top: 4rem;
}
@media screen and (min-width: 991px) {
  .board_write .form_button {
    max-width: 40rem;
    margin: 7.8rem auto 0;
  }
}

.terms {
  letter-spacing: 0;
}
.terms, .terms p {
  line-height: 1.6;
}
.terms__chapter {
  margin-top: 2.8rem;
}
.terms__chapter .h5 {
  color: #44484B;
}
.terms__article {
  margin-top: 2.8rem;
  font-size: 1.4rem;
}
.terms__title, .terms__title--sub {
  font-weight: 500;
  line-height: 1.6;
  color: #44484B;
}
.terms__list {
  margin-bottom: 1.2rem;
}
.terms__item {
  padding-top: 1rem;
  padding-left: 1.6rem;
}
.terms .disc li {
  padding-left: 1.6rem;
}
.terms__text--line {
  position: relative;
  padding-left: 1.6rem;
}
.terms__text--line:before {
  content: "-";
  position: absolute;
  left: 0;
}
.terms__footer {
  margin-top: 4rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) {
  .terms__article, .terms__title, .terms__title--sub {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 991px) {
  .terms__chapter {
    margin-top: 4rem;
  }
}

.field {
  margin-bottom: 4rem;
}
.field header {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CACCCE;
  border-bottom-color: #44484B;
}
.field header h3 {
  margin-bottom: 1rem;
}

.card_register {
  margin-bottom: 2.4rem;
  padding: 3.6rem;
  border-color: transparent;
  background-color: #EEF6FF;
  color: #2988F8;
  text-align: center;
}
.card_register h3 {
  margin-bottom: 0.8rem;
  line-height: 1.5;
  font-size: 2rem;
}
.card_register p {
  line-height: 1.5;
  color: #8A8F93;
}
@media screen and (min-width: 640px) {
  .card_register h3 {
    font-size: 2.4rem;
  }
}

.form_button {
  margin-top: 2.4rem;
}
.form_button .btn + .btn {
  margin-top: 1rem;
}
@media screen and (min-width: 640px) {
  .form_button {
    margin-top: 3.2rem;
  }
  .form_button .btn + .btn {
    margin-top: 1.6rem;
  }
}

.btn_list {
  display: flex;
}
.btn_list li + li {
  margin-left: 1rem;
}

.txt_arrow_btn {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #2988F8;
}
.txt_arrow_btn i {
  margin-left: 0.4rem;
  font-size: 1.6rem;
}

.point_plus {
  color: #2988F8;
}

.point_minus {
  color: #E53838;
}

/* datapicker custom */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 0;
  background: unset;
  color: #61666B;
}

.ui-widget-header {
  border: 0;
}
.ui-widget-header a {
  color: #44484B;
}

.ui-widget-content {
  color: #61666B;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
  color: #65737e;
  font-size: 1.4rem;
}

/* ui datepicker */
.ui-datepicker {
  width: 28rem;
  background: #fff;
  border: 1px solid #CACCCE;
  padding: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.05);
}
.ui-datepicker .ui-datepicker-header {
  padding: 0;
  border-color: transparent;
  background-color: #fff;
  color: #61666B;
}
.ui-datepicker .ui-datepicker-title {
  padding: 1.2rem 0;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.6rem;
}
.ui-datepicker .ui-icon {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 0.7rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: #F7F7F8;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  left: inherit;
  width: 100%;
  height: 100%;
  margin-left: unset;
  margin-top: unset;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0;
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
  background-image: url("../img/cal_prev.png");
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
}
.ui-datepicker .ui-datepicker-next .ui-icon {
  background-image: url("../img/cal_next.png");
}

/* ui datepicker calendar */
.ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker-calendar thead tr {
  margin-bottom: 1.6rem;
  border-top: 1px solid #CACCCE;
  border-bottom: 1px solid #CACCCE;
}
.ui-datepicker-calendar tbody tr:first-child td {
  padding-top: 1.2rem;
}
.ui-datepicker-calendar th a, .ui-datepicker-calendar td a {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  color: #61666B;
  line-height: 2.8rem;
}
.ui-datepicker-calendar th a.ui-state-highlight, .ui-datepicker-calendar td a.ui-state-highlight {
  color: #FF8A1B;
  font-weight: 600;
}
.ui-datepicker-calendar td a.ui-state-active {
  border-radius: 100%;
  border-color: transparent;
  background-color: #2988F8;
  color: #fff;
}

.ui-datepicker th {
  padding: 1.6rem 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
}
.ui-datepicker td {
  padding: 0.4rem 0;
}
.ui-datepicker td text-align:center span,
.ui-datepicker td a {
  padding: 0.4rem 0;
}

[data-title] {
  position: relative;
}
@media (hover: hover) {
  [data-title]:hover:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 0.6rem solid transparent;
    border-top: 0.6rem solid #FF8A1B;
  }
  [data-title]:hover:after {
    content: attr(data-title);
    position: absolute;
    top: -125%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0.6rem 1rem;
    border-radius: 0.3rem;
    background-color: #FF8A1B;
    line-height: 1.33 !important;
    color: #fff;
    font-size: 1.2rem;
    white-space: nowrap;
  }
}

#toast {
  position: fixed;
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 1.6rem 2rem;
  background-color: rgba(255, 138, 27, 0.9);
  color: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.15);
}

#header {
  height: 5.2rem;
}
@media screen and (min-width: 991px) {
  #header {
    height: 7.4rem;
  }
}
@media screen and (min-width: 1600px) {
  #header {
    height: 9rem;
  }
}
#header .area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
}
@media screen and (min-width: 991px) {
  #header #logo {
    position: absolute;
    z-index: 999;
  }
  #header #logo img {
    width: auto;
    height: 26px;
  }
}
@media screen and (min-width: 1600px) {
  #header #logo img {
    height: 32px;
  }
}
#header .search_menu_btn #searchBtn {
  display: none;
  font-size: 2.4rem;
}
@media screen and (min-width: 991px) {
  #header .search_menu_btn {
    position: absolute;
    top: 0;
    right: 2rem;
    z-index: 9999;
  }
  #header .search_menu_btn #searchBtn {
    height: 7.4rem;
  }
}
@media screen and (min-width: 1600px) {
  #header .search_menu_btn #searchBtn {
    height: 9rem;
  }
}
#header #openMenu {
  margin-right: -1rem;
}
#header #closeMenu {
  position: fixed;
  top: 1rem;
  right: 1rem;
  color: #fff;
}

.menu_utill {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: -85%;
  width: 85%;
  height: 100%;
  background-color: #EEF6FF;
  box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.15);
  z-index: 990;
  pointer-events: none;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu_utill .inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 640px) {
  .menu_utill {
    right: -50%;
    width: 50%;
  }
}
@media screen and (min-width: 991px) {
  .menu_utill {
    right: 0;
    opacity: 1;
    visibility: visible;
    position: static;
    top: inherit;
    right: inherit;
    width: 100%;
    background-color: transparent;
    box-shadow: inherit;
    pointer-events: auto;
  }
  .menu_utill .inner {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.menu {
  width: 100%;
  padding-top: 2rem;
  font-size: 1.8rem;
}
.menu a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #232527;
}
.menu .depth1 > li {
  position: relative;
  border-bottom: 1px solid #CACCCE;
  border-bottom-color: #C4DEFD;
}
.menu .depth1 > li > a {
  padding: 1.6rem 2rem;
  font-weight: 500;
}
.menu .depth_more_btn {
  position: absolute;
  top: 0;
  right: 1rem;
  width: 4rem;
  height: 5rem;
  color: #2988F8;
  font-size: 2rem;
}
.menu .depth2 {
  display: none;
  padding: 1rem 0;
  background-color: #fff;
  font-size: 1.6rem;
}
.menu .depth2 > li > a {
  padding: 1rem 2rem;
}
@media screen and (min-width: 991px) {
  .menu {
    padding-top: 0;
  }
  .menu .depth1 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu .depth1 > li {
    border-bottom: none;
  }
  .menu .depth1 > li > a {
    height: 7.4rem;
    padding: 0 2rem;
    font-weight: 600;
  }
  .menu .depth2 {
    display: none;
    position: absolute;
    top: 6.4rem;
    left: 50%;
    width: 16rem;
    margin-left: -8rem;
    padding: 1rem;
    border: 2px solid #2988F8;
    border-radius: 0.8rem;
    box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.15);
    animation: hover-down 0.3s ease-out;
    z-index: 999;
  }
  .menu .depth2 a:hover {
    top: 5rem;
    border-color: transparent;
    background-color: #EEF6FF;
    color: #2988F8;
    border-radius: 0.4rem;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    font-weight: 600;
  }
  .menu .depth1 > li > a:hover ~ .depth2,
  .menu .depth2:hover {
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  .menu .depth1 > li > a {
    height: 9rem;
  }
  .menu .depth2 {
    top: 8rem;
  }
}

.utill {
  position: relative;
  width: 100%;
  padding: 2rem;
  background-color: #2988F8;
}
.utill__lang {
  display: none;
  margin-bottom: 0.8rem;
}
.utill__link--out {
  display: none;
  margin: 0.2rem 0 1.6rem;
  color: #fff;
  font-size: 1.8rem;
}
.utill__list {
  align-items: center;
  margin-top: 0.3rem;
}
.utill__item {
  position: relative;
  cursor: pointer;
}
.utill__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: -1.6rem;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.utill__item:first-child:after {
  display: none;
}
.utill__item + .utill__item {
  margin-left: 3.2rem;
}
.utill__link, .utill .not_btn {
  color: #fff;
  font-size: 1.6rem;
}
.utill__item-list {
  display: none;
}
.utill-cs {
  display: none;
}
.utill__bluef {
  color: #0D66CE;
}
@media screen and (min-width: 991px) {
  .utill {
    position: absolute;
    top: 0;
    right: 4rem; /* right:calc($icon-btn-width + 2rem); */
    width: inherit;
    padding: 0;
    background-color: transparent;
  }
  .utill__list {
    margin-top: 0;
  }
  .utill__item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7.4rem;
  }
  .utill__item:after {
    top: 50%;
    left: -1.2rem;
    height: 1.6rem;
    margin-top: -0.8rem;
    background-color: #DFE1E2;
  }
  .utill__item + .utill__item {
    margin-left: 2.4rem;
  }
  .utill__link, .utill .not_btn {
    color: #A2A6A9;
    font-weight: 500;
  }
  .utill__link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 1.5rem;
  }
  .utill .logout_btn {
    width: 100%;
    margin-top: 1rem;
    padding: 0.6rem;
    border: 1px solid #CACCCE;
    border-radius: 0.4rem;
    font-size: 1.4rem;
  }
  .utill__item-list {
    position: absolute;
    top: 6.4rem;
    left: 50%;
    width: 14rem;
    margin-left: -7rem;
    padding: 1rem;
    background-color: #fff;
    border-radius: 0.8rem;
    box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.15);
    animation: hover-down 0.3s ease-out;
    z-index: 999;
  }
  .utill__item-link {
    display: flex;
    padding: 0.6rem 1rem;
    font-size: 1.4rem;
  }
  .utill__item-link:hover {
    background-color: #FFF2E5;
    color: #FF8A1B;
    border-radius: 0.4rem;
  }
  .utill-cs__content {
    left: inherit;
    right: 0;
    width: 33.4rem;
    margin-left: 0;
    padding: 2rem;
  }
  .utill-cs__person {
    display: flex;
    margin-bottom: 0.8rem;
  }
  .utill-cs__photo {
    width: 9.2rem;
    height: 9.2rem;
    margin-right: 1rem;
    border-radius: 50%;
    overflow: hidden;
  }
  .utill-cs__name {
    margin-top: 0.8rem;
    font-size: 2rem;
  }
  .utill-cs__time {
    margin-bottom: 0.8rem;
    padding: 1.2rem;
    background-color: #EEF6FF;
    font-size: 1.4rem;
  }
  .utill-cs__time dl {
    margin: 0;
  }
  .utill-cs__time dl + dl {
    margin-top: 0.6rem;
  }
  .utill-cs__time dt {
    width: 5rem;
    margin-right: 2rem;
  }
  .utill-cs__time dd {
    color: #8A8F93;
  }
  .utill-cs__button li {
    width: calc(50% - 0.4rem);
  }
  .utill-cs__button li + li {
    margin-left: 0.8rem;
  }
  .utill .mobile-logout {
    display: none;
  }
  .utill__link:hover {
    color: #2988F8;
  }
  .utill__link:hover ~ .utill__item-list, .utill__item-list:hover {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .utill__item:after {
    left: -1.4rem;
  }
  .utill__item + .utill__item {
    margin-left: 2.8rem;
  }
  .utill__link {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1600px) {
  .utill__item {
    height: 9rem;
  }
}

.mobile #header .menu_utill {
  opacity: 1;
  visibility: visible;
  right: 0;
  pointer-events: auto;
}

.modal_content .modal-pic__body {
  line-height: 1;
}

.modal-pic .utill-cs__content {
  border: 1px solid #CACCCE;
  border-radius: 0.8rem;
}
.modal-pic .utill-cs__time {
  margin-bottom: 0;
}
.modal-pic__title {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.modal-pic__change {
  margin-top: 2.4rem;
}

#tabBtnModal {
  margin-bottom: 1.6rem;
}
#tabBtnModal li {
  margin-right: 0.8rem;
}
#tabBtnModal li.active button {
  border-color: transparent;
  background-color: #FF8A1B;
  color: #fff;
}

#tabConModal {
  margin-bottom: 2rem;
}
#tabConModal ul {
  flex-wrap: wrap;
}
#tabConModal .utill-cs__content {
  width: calc(50% - 0.4rem);
}
#tabConModal .utill-cs__content:nth-child(odd) {
  margin-right: 0.8rem;
}
#tabConModal .utill-cs__time {
  background-color: #F7F7F8;
}
#tabConModal .radio_default label {
  font-size: 1.8rem;
}

#cs {
  padding-bottom: 4rem;
  line-height: 1.5;
  color: #44484B;
}
#cs .line {
  padding-top: 4rem;
}
#cs div[class^=col-lg] {
  margin-bottom: 2.4rem;
}
#cs h2 {
  line-height: 1.33;
  color: #10263A;
}
#cs .h5 {
  margin-bottom: 0.8rem;
}
#cs .detail {
  margin-bottom: 0.8rem;
}
#cs .not_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2988F8;
  font-weight: 600;
}
#cs .not_btn i {
  margin-left: 0.4rem;
}
@media screen and (min-width: 991px) {
  #cs .line {
    padding-top: 6rem;
  }
  #cs h2 {
    font-size: 2.4rem;
  }
  #cs .not_btn {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  #cs {
    padding-bottom: 6rem;
  }
  #cs .line {
    padding-top: 8rem;
  }
  #cs h2 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1600px) {
  #cs {
    padding-bottom: 9rem;
  }
  #cs .line {
    padding-top: 9rem;
    border-top: 1px solid #CACCCE;
  }
  #cs .title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #cs .title img {
    width: 4.8rem;
    height: auto;
    margin-top: 0.8rem;
    margin-right: 0.8rem;
  }
  #cs h2 {
    font-size: 4rem;
  }
  #cs .h5 {
    margin-bottom: 1.2rem;
  }
  #cs .detail {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
  }
  #cs .not_btn {
    font-size: 1.8rem;
  }
}

.page-footer {
  padding: 6.4rem 0;
  background-color: #283C4E;
  color: #7A8085;
}
.page-footer__link {
  color: #A2A6A9;
}
.page-footer-nav {
  margin-bottom: 3.2rem;
}
.page-footer-nav > li:nth-child(-n+4) {
  flex: 0 0 50%;
  min-width: 50%;
}
.page-footer-nav li {
  margin-bottom: 1.6rem;
}
.page-footer-info {
  margin-bottom: 2.4rem;
  padding-top: 3.2rem;
  border-top: 1px solid #CACCCE;
  border-top-color: #5A6976;
  font-size: 1.4rem;
}
.page-footer-info li {
  margin-bottom: 0.4rem;
  line-height: 1.33;
}
.page-footer-info li strong {
  margin-right: 0.6rem;
}
.page-footer-info li span {
  font-weight: 400;
}
.page-footer__copy {
  font-size: 1.4rem;
  line-height: 1.33;
}
.page-footer__to-top {
  position: absolute;
  top: -1rem;
  right: 2rem;
}
.page-footer__to-top button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #8A8F93;
  color: #fff;
}
.page-footer__to-top button i {
  font-size: 2rem;
}
.page-footer__to-top button span {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-footer-nav {
    font-size: 1.4rem;
  }
  .page-footer-nav > li:nth-child(-n+4) {
    display: block;
    flex: 0 0 20%;
    min-width: 20%;
  }
}
@media screen and (min-width: 1280px) {
  .page-footer-nav {
    font-size: 1.6rem;
  }
  .page-footer-info {
    display: flex;
    flex-wrap: wrap;
  }
  .page-footer-info li {
    margin-right: 2rem;
    margin-bottom: 1rem;
  }
  .page-footer-info li:last-child {
    flex-basis: 100%;
  }
  .page-footer__to-top button {
    flex-direction: column;
    flex-wrap: wrap;
    width: 6rem;
    height: 6rem;
  }
  .page-footer__to-top button span {
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  .page-footer {
    padding: 8rem 0;
  }
  .page-footer-nav li {
    margin-bottom: 2rem;
  }
  .page-footer-info, .page-footer__copy {
    font-size: 1.6rem;
  }
  .page-footer__to-top button {
    width: 7.2rem;
    height: 7.2rem;
  }
  .page-footer__to-top button i {
    font-size: 2.4rem;
  }
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
body.add-loading {
  position: fixed;
  overflow: hidden;
}
body.add-loading .loading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 37, 39, 0.8);
  z-index: 999;
}
.loading__content {
  margin-bottom: 25%;
  text-align: center;
  color: #fff;
  font-size: 2rem;
}
.loading__content p {
  margin-bottom: 1rem;
  letter-spacing: 0;
}
.loading__content i {
  font-size: 4.8rem;
}
.loading__box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 30rem;
}
@media screen and (min-width: 640px) {
  .loading__content {
    margin-bottom: 10%;
  }
}

/* main */
.main + #cs .line {
  border-top: none;
}
.main__more .btn_lg {
  width: inherit;
}
@media screen and (min-width: 1280px) {
  .main .main_btn_common {
    font-size: 1.6rem;
  }
  .main__more .btn_lg {
    height: calc(1.5em + 2.5rem + 2px);
    padding: 1.25rem 2.4rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1600px) {
  .main .main_btn_common {
    font-size: 1.8rem;
  }
}

.article_common {
  padding: 4.8rem 0 6rem;
}
.article_common .title {
  margin-bottom: 2rem;
}
.article_common .title--long {
  margin-bottom: 2.8rem;
}
@media screen and (min-width: 640px) {
  .article_common {
    padding: 6.4rem 0 8rem;
  }
}
@media screen and (min-width: 991px) {
  .article_common {
    padding: 8rem 0 10rem;
  }
  .article_common .title {
    margin-bottom: 2.8rem;
  }
  .article_common .title--long {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1280px) {
  .article_common {
    padding: 10rem 0 12rem;
  }
}

/* intro search */
.intro_search h2 {
  margin: 6rem 0 2.8rem;
  line-height: 1.3;
}
.intro_search .search_main {
  background-color: #2988F8;
}
.intro_search .search_main .area {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.intro_search .search_main label {
  font-size: 2.8rem;
  color: #75B2FA;
}
.intro_search .search_main input {
  border-color: transparent;
}
.intro_search .search_main ul {
  margin-top: 1.2rem;
}
.intro_search .search_main ul li:last-child {
  display: none;
}
.intro_search .search_main ul .badge {
  padding-left: 1rem;
  padding-right: 1rem;
  border-color: transparent;
  background-color: #75B2FA;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .intro_search .search_main .area {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
  .intro_search .search_main label {
    letter-spacing: -0.03em;
    font-size: 4rem;
    font-weight: 300;
  }
  .intro_search .search_main ul li:last-child {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .intro_search .search_main .area {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .intro_search .search_main label {
    justify-content: center;
    font-size: 8rem;
    font-weight: 200;
  }
  .intro_search .search_main .form_icon {
    width: 80%;
    margin: -1rem auto 0;
  }
  .intro_search .search_main .form_icon .form_control {
    height: calc(1.5em + 2.8rem + 2px);
    padding: 1.4rem 2rem;
    padding-right: 6rem;
    font-size: 2rem;
  }
  .intro_search .search_main .form_icon button {
    width: 6rem;
    font-size: 2.8rem;
  }
  .intro_search .search_main ul {
    justify-content: center;
    margin-top: 2rem;
  }
  .intro_search .search_main ul .badge {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1600px) {
  .intro_search .search_main .area {
    padding-bottom: 6rem;
  }
  .intro_search .search_main label {
    font-size: 11rem;
    font-weight: 100;
  }
  .intro_search .search_main .form_icon {
    max-width: 94.4rem;
    margin-top: -2rem;
  }
  .intro_search .search_main .form_icon .form_cotrol {
    font-size: 2.4rem;
  }
  .intro_search .search_main ul .badge {
    height: calc(1.5em + 1.2rem + 2px);
    padding: 0.6rem 1.8rem;
    font-size: 1.8rem;
  }
}

/* api product */
.api_product .more_btn {
  text-align: center;
}
.api_product .api-product__list {
  display: flex;
  margin: 0 -0.6rem 1.6rem;
  flex-wrap: wrap;
}
.api_product .api-product__item {
  position: relative;
  flex-basis: calc(50% - 1.2rem);
  margin: 0 0.6rem 1.2rem;
  padding-top: 4.8rem;
  border: 1px solid #CACCCE;
  border-color: transparent;
  background-color: #EEF6FF;
  color: #61666B;
}
.api_product .api-product__name {
  height: 2.66em;
  margin-bottom: 1rem;
  line-height: 1.33;
  color: #44484B;
}
.api_product .api-product__desc {
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
}
.api_product .api-product__price {
  position: absolute;
  top: 1.6rem;
  margin-bottom: 0.6rem;
  font-weight: 400;
}
.api_product .api_category li + li {
  margin-top: 0.6rem;
}
.api_product .api_category a {
  font-weight: 600;
  color: #2988F8;
  font-size: 1.3rem;
}
@media screen and (min-width: 640px) {
  .api_product .api-product__list {
    margin: 0 -1rem 2.4rem;
  }
  .api_product .api-product__item {
    flex-basis: calc(50% - 2rem);
    margin: 0 1rem 2rem;
    padding: 4.8rem 2.4rem 2.4rem;
  }
  .api_product .api-product__name {
    margin-bottom: 1.4rem;
    font-size: 1.8rem;
  }
  .api_product .api-product__desc {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  .api_product .api-product__price {
    margin-bottom: 0.8rem;
  }
  .api_product .api_category {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .api_product .api_category li + li {
    margin-top: 0;
    margin-left: 1rem;
  }
  .api_product .api_category a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 991px) {
  .api_product .api-product__item {
    flex-basis: calc(33.3333% - 2rem);
    padding: 6.8rem 2.8rem 3.2rem;
  }
  .api_product .api-product__price {
    top: 2.8rem;
    padding: 1rem 1.2rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1600px) {
  .api_product .api-product__list {
    margin: 0 -1.6rem 2.4rem;
  }
  .api_product .api-product__item {
    flex-basis: calc(25% - 3.2rem);
    margin: 0 1.6rem 3.2rem;
  }
  .api_product .api-product__item:hover {
    background-color: #fff;
    border-color: #2988F8;
    box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.15);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .api_product .api_category a {
    font-size: 1.6rem;
  }
}

/* service */
.service {
  background-color: #F7F7F8;
}
.service .service_list .row:last-child {
  margin-left: -1rem;
  margin-right: -1rem;
}
.service .service_list .row:last-child > * {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 991px) {
  .service .service_list .row:last-child .card {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 1600px) {
  .service .service_list .row:last-child .card {
    padding-bottom: 14rem;
  }
}
.service .service_list .card {
  margin-bottom: 2rem;
  padding: 2.4rem;
  padding-bottom: 4.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service .service_list .card h4 {
  margin-bottom: 5.2rem;
  text-transform: uppercase;
}
.service .service_list .card h5 {
  margin-bottom: 2.8rem;
  line-height: 1.5;
  font-weight: 500;
  font-size: 2.4rem;
}
.service .service_list .card p {
  line-height: 1.6;
}
.service .service_list .card.bg1 {
  background-image: url(../img/service_bg1.png);
}
.service .service_list .card.bg1 h4 {
  color: #FFE353;
}
.service .service_list .card.bg1 h5 {
  color: #fff;
}
.service .service_list .card.bg1 p {
  color: #fff;
}
.service .service_list .card.bg2 {
  background-image: url(../img/service_bg2.png);
  color: #10263A;
}
.service .service_list .card.bg3 {
  padding-bottom: 2rem;
  background-image: url(../img/service_bg3.png);
  color: #fff;
}
.service .service_list .card.bg3 p {
  margin-bottom: 1rem;
}
.service .service_list .card.bg3 a {
  border-color: transparent;
  background-color: #fff;
  color: #10263A;
  font-weight: 600;
}
@media screen and (min-width: 991px) {
  .service .service_list .card {
    padding: 3.6rem;
  }
  .service .service_list .card.bg3 p {
    margin-bottom: 0;
  }
  .service .service_list .card.bg3 a {
    position: absolute;
    bottom: 3rem;
    right: 2.4rem;
    font-size: 1.6rem;
  }
  .service .service_list .card h4 {
    font-size: 2.4rem;
  }
  .service .service_list .card h5 {
    font-size: 3rem;
  }
  .service .service_list .card.bg1 {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 1280px) {
  .service .service_list .card p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1600px) {
  .service .service_list .card {
    padding: 6rem;
  }
  .service .service_list .card.bg3 a {
    font-size: 1.8rem;
  }
  .service .service_list .card h4 {
    margin-bottom: 10rem;
  }
  .service .service_list .card h5 {
    line-height: 1.33;
    font-size: 4rem;
  }
  .service .service_list .card p {
    font-size: 2rem;
  }
}

/* membership */
.membership {
  padding: 4.8rem 0 6rem;
  background: url(../img/membership_bg.png) no-repeat center;
  color: #fff;
}
.membership h3 {
  margin-bottom: 2rem;
  color: #fff;
}
.membership .content {
  margin-bottom: 4rem;
}
.membership .content p {
  line-height: 1.5;
}
.membership .color {
  color: #FFE353;
}
@media screen and (min-width: 640px) {
  .membership .area {
    text-align: center;
  }
  .membership .content {
    margin-bottom: 2.8rem;
  }
  .membership .content p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 991px) {
  .membership {
    padding: 7rem;
  }
}
@media screen and (min-width: 1280px) {
  .membership {
    background-size: cover;
  }
  .membership .content p {
    font-size: 2.4rem;
  }
}

.client {
  position: relative;
  overflow-x: hidden;
}
.client .area {
  position: initial;
}
.client .main__more {
  margin-top: 2rem;
}
.client__card {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #F7F7F8;
  cursor: grab;
}
.client__txt {
  margin-bottom: 1rem;
  padding-top: 2.4rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #CACCCE;
  line-height: 1.5;
}
.client__txt h4 {
  color: #232527;
  font-size: 1.8rem;
}
.client__txt p {
  color: #8A8F93;
}
.client__img {
  padding: 2rem 0 4rem;
  text-align: center;
}
.client__img img {
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  object-position: center;
}
.client__link {
  margin-top: 1.4rem;
  text-align: center;
}
.client__link .txt_arrow_btn {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .client__img {
    padding: 3.6rem 0 4.8rem;
  }
  .client__img img {
    width: 10rem;
    height: 10rem;
  }
}
@media screen and (min-width: 991px) {
  .client .main__more {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 14rem;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1432px;
    width: 90%;
    margin-top: 0;
    padding: 0 2.8rem;
  }
  .client .main__more .btn_lg {
    width: auto;
  }
  .client__txt h4 {
    font-size: 2rem;
  }
  .client__img {
    padding: 4.8rem 0 6.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .client .main__more {
    padding: 0 3.2rem;
  }
  .client__txt {
    padding-top: 2.8rem;
  }
  .client__txt h4 {
    margin-bottom: 0.2rem;
    font-size: 2.2rem;
  }
  .client__txt p {
    font-size: 1.8rem;
  }
  .client__img {
    padding: 5.4rem 0 7.2rem;
  }
}

#progressbar_slider .client__slide {
  overflow: visible;
}
#progressbar_slider .swiper-controller {
  display: none;
  margin-top: 2rem;
  font-size: 0;
}
#progressbar_slider .swiper-controller [class*=swiper-button],
#progressbar_slider .swiper-controller .swiper-pagination {
  display: inline-block;
  vertical-align: middle;
}
#progressbar_slider .swiper-controller .swiper-pagination {
  position: static;
  overflow: hidden;
  width: calc(100% - 10rem - 1.5rem);
  height: 3px;
  background-color: #CACCCE;
}
#progressbar_slider .swiper-controller [class*=swiper-button] {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  width: 5rem;
  height: 5rem;
  margin-top: 0;
  background: url("../img/arrow_right_alt-24px.svg") no-repeat center center;
  background-size: 3.2rem auto;
}
#progressbar_slider .swiper-controller [class*=swiper-button]:after {
  content: "";
}
#progressbar_slider .swiper-button-prev {
  transform: rotate(180deg);
}
#progressbar_slider .swiper-button-next {
  margin-right: 1.5rem;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: calc(100% - 10rem);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2988F8;
}

/* 공지사항, 문의사항 최신글 */
.latest--main {
  background-color: #F7F7F8;
}
.latest--main .tab_basic {
  cursor: pointer;
}
.latest--main .tab_basic li + li {
  margin-left: 1.2rem;
}
.latest--main .tab_basic li h3 {
  color: #CACCCE;
}
.latest--main .tab_basic li.active h3 {
  color: #10263A;
}
.latest--main .main__more {
  margin-top: 2rem;
}
@media screen and (min-width: 640px) {
  .latest--main .tab_basic li + li {
    margin-left: 2.8rem;
  }
}
@media screen and (min-width: 991px) {
  .latest--main .main__more {
    position: absolute;
    top: 1rem;
    right: 3.2rem;
    margin-top: 0;
  }
}

/* 회원가입 정보입력 페이지 */
.term_check li {
  margin-bottom: 0.2rem;
}
.term_check .all_agree {
  margin-bottom: 1rem;
}
.term_check .all_agree label {
  font-size: 1.6rem;
}

/* 로긴 유저페이지 common */
.user_page {
  background-color: #F7F7F8;
}

.user_grid header {
  margin-bottom: 2rem;
}
.user_grid header h5 {
  font-size: 2.4rem;
  color: #10263A;
}
.user_grid .mobile_card {
  margin-bottom: 2rem;
  padding: 3.2rem 0;
  background-color: #fff;
  border-bottom: 1px solid #CACCCE;
  border-bottom-color: #F2F2F3;
}
.user_grid .mobile_card.link {
  padding: 2rem 0;
}
.user_grid .mobile_card.link li + li {
  margin-top: 0.4rem;
}
.user_grid .mobile_card.link strong {
  line-height: 1.5;
  color: #44484B;
}
.user_grid .form_button {
  margin-top: 3.6rem;
}
@media screen and (min-width: 640px) {
  .user_grid {
    max-width: 52rem;
    margin: auto;
    padding-top: 3.2rem;
    background-color: #fff;
    border-radius: 0.8rem;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.02);
    overflow: hidden;
  }
  .user_grid header {
    margin-bottom: 3.2rem;
  }
  .user_grid header h5 {
    text-align: center;
  }
  .user_grid .area {
    width: 100%;
  }
  .user_grid .mobile_card {
    margin-bottom: 0;
    border-bottom: none;
  }
  .user_grid .mobile_card.link {
    padding: 0;
  }
  .user_grid .mobile_card.link ul {
    padding-bottom: 3.2rem;
    border-bottom: 1px solid #CACCCE;
    border-bottom-color: #7A8085;
  }
  .user_grid .mobile_card.link strong {
    font-size: 1.8rem;
  }
}

/* 회원가입 이메일 common */
.register_email_step2 .mobile_card {
  padding-top: 0;
}

/* api 개별 */
.api_each h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.api_each h2 span {
  margin-left: 0.8rem;
}
.api_each .banner {
  margin-bottom: 3.2rem;
  padding: 2.8rem 2rem;
  background-color: #F7F7F8;
}
.api_each #tabBtn1 li + li {
  margin-left: 1.2rem;
}
.api_each #tabBtn1 li.active h3 {
  color: #10263A;
}
.api_each #tabBtn1 h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #CACCCE;
  cursor: pointer;
}
.api_each #tabCon1 section {
  padding-top: 1.6rem;
}
.api_each #tabCon1 ul {
  display: flex;
  flex-wrap: wrap;
}
.api_each #tabCon1 ul li {
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
}
.api_each #tabCon1 ul li .checkradio_btn {
  margin: 0;
}
.api_each header .board_list_header {
  margin-bottom: 3.2rem;
}
.api_each header .board_list_header p {
  margin-bottom: 1rem;
}
@media screen and (min-width: 640px) {
  .api_each .banner {
    padding: 3rem 2.4rem;
  }
  .api_each #tabBtn h3 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 991px) {
  .api_each .banner {
    margin-bottom: 4rem;
    border-radius: 0.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .api_each .banner {
    margin-bottom: 4.8rem;
    padding: 3rem 3rem 2.4rem;
  }
  .api_each #tabBtn li + li {
    margin-left: 1.8rem;
  }
  .api_each #tabBtn h3 {
    font-weight: 700;
    font-size: 2.4rem;
  }
  .api_each #tabCon section {
    padding-top: 1.8rem;
  }
  .api_each #tabCon ul li .checkradio_btn label {
    height: 3.8rem;
    padding: 0 1.5rem;
  }
  .api_each header .board_list_header p {
    font-size: 1.6rem;
  }
  .api_each .search_board {
    justify-content: flex-end;
  }
}

/* api 상세 */
.api-view .row > * {
  padding-left: 0;
  padding-right: 0;
}
.api-view__summary {
  margin-top: 1.2rem;
  margin-bottom: 6rem;
  background-color: #EEF6FF;
}
.api-view__summary section {
  max-width: 90rem;
  margin: auto;
}
.api-view__summary div {
  position: relative;
  margin-bottom: 2rem;
}
.api-view__summary dl {
  display: flex;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  font-size: 1.6rem;
}
.api-view__summary dl dt {
  width: 12rem;
}
.api-view__summary dl dd {
  width: calc(100% - 12rem);
}
.api-view__summary dl span {
  border-color: transparent;
  background-color: #fff;
  color: #FF8A1B;
  font-weight: 600;
}
.api-view__summary figure {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
.api-view__info li + li, .api-view__list li + li {
  margin-top: 2.8rem;
}
.api-view__info dl {
  max-width: 1188px;
  margin: auto;
}
.api-view__info dl dt h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 0;
  border-top: 1px solid #44484B;
  border-bottom: 1px solid #44484B;
  font-size: 2rem;
  color: #232527;
}
.api-view__info dl dt img {
  margin-right: 0.4rem;
}
.api-view__info dl dd {
  padding-top: 2rem;
  padding-bottom: 3.6rem;
  line-height: 1.6;
}
.api-view .api-view__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 0;
  border-top: 1px solid #44484B;
  border-bottom: 1px solid #44484B;
  font-size: 2rem;
  color: #232527;
}
.api-view__list li h4 {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
}
.api-view__list--color h4 {
  color: #2988F8;
}
.api-view__list--color .endpoint .card {
  background-color: #F7F7F8;
}
.api-view table {
  margin-top: 0;
}
@media screen and (min-width: 640px) {
  .api-view__summary {
    padding: 4rem;
  }
  .api-view__summary dl {
    font-size: 1.8rem;
  }
  .api-view__summary figure {
    bottom: 4rem;
    right: 6rem;
  }
  .api-view__info > li {
    padding-top: 2rem;
    border-top: 1px solid #44484B;
  }
  .api-view__info dl dt h4 {
    border: none;
    font-size: 2.4rem;
  }
  .api-view__info dl dd {
    padding-top: 1rem;
  }
  .api-view__list li h4 {
    font-size: 2rem;
  }
  .api-view__info li + li, .api-view__list li + li {
    margin-top: 3.2rem;
  }
  .api-view__cost {
    color: #FF8A1B;
    font-size: 2rem;
  }
}
@media screen and (min-width: 991px) {
  .api-view__summary section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .api-view__summary dl {
    margin-bottom: 1.4rem;
  }
  .api-view__summary dl dt {
    width: 18rem;
  }
  .api-view__summary figure {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 50%;
    bottom: inherit;
    right: inherit;
    width: 16rem;
    height: 90%;
    margin-left: -7rem;
  }
  .api-view__summary figure img {
    width: 12rem;
  }
  .api-view__info li + li, .api-view__list li + li {
    margin-top: 4.8rem;
  }
  .api-view__list li h4 {
    margin-bottom: 1.4rem;
  }
}
@media screen and (min-width: 1600px) {
  .api-view__summary figure img {
    width: 100%;
  }
  .api-view__info li + li, .api-view__list li + li {
    margin-top: 6rem;
  }
  .api-view__info > li {
    padding-top: 2.8rem;
  }
  .api-view__info dl dt h4 {
    border: none;
    font-size: 2.8rem;
  }
  .api-view__info dl dd {
    font-size: 1.8rem;
  }
  .api-view .api-view__title {
    border: none;
    font-size: 2.8rem;
  }
  .api-view__list li h4 {
    font-size: 2.4rem;
  }
  .api-view__cost {
    color: #FF8A1B;
    font-size: 2.4rem;
  }
}

/* api 상태 */
.api_state .banner {
  margin-bottom: 3.2rem;
}
.api_state .banner figure {
  display: none;
}
.api_state .api_state_color h3 {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  color: #CACCCE;
}
.api_state .api_state_color ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.api_state .api_state_color ul li {
  margin-bottom: 0.4rem;
  margin-right: 1.6rem;
}
.api_state .api_state_color ul li span + span {
  margin-left: 0.4rem;
}
.api_state .table_responsive .list {
  border-top: 0;
}
.api_state .table_responsive .list section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.api_state .table_responsive .list section div + div {
  margin-left: 0.8rem;
}
.api_state .table_responsive .list .item {
  padding: 1.6rem 2rem;
  border: 0;
  border-radius: 0.8rem;
  background-color: #F7F7F8;
}
.api_state .table_responsive .list .item + .item {
  margin-top: 1.2rem;
}
.api_state .table_responsive .list li .subject {
  word-break: break-all;
  color: #8A8F93;
}
.api_state .table_responsive .badge {
  margin: 0;
}
@media screen and (min-width: 640px) {
  .api_state .banner p {
    padding-right: 8rem;
  }
  .api_state .banner figure {
    position: absolute;
    bottom: -2.8rem;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 8rem;
  }
  .api_state .banner figure img {
    width: 4.8rem;
  }
  .api_state .api_state_color ul {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 991px) {
  .api_state .banner {
    margin-bottom: 4rem;
  }
  .api_state .banner .area {
    width: 100%;
  }
  .api_state .api_state_color {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
  }
  .api_state .api_state_color h3 {
    margin-bottom: 0;
    margin-right: 2.4rem;
    font-size: 2rem;
  }
  .api_state .api_state_color ul {
    margin-bottom: 0;
  }
  .api_state .api_state_color ul li {
    margin-bottom: 0;
  }
  .api_state .api_state_color ul li span + span {
    font-size: 1.8rem;
  }
  .api_state .table_responsive .list section div + div {
    margin: 0;
  }
  .api_state .table_responsive .list li .state_name {
    width: 30%;
  }
  .api_state .table_responsive .list li .state {
    width: 8rem;
    padding: 0 0.4rem;
  }
  .api_state .table_responsive .list li .name {
    justify-content: flex-start;
    width: calc(100% - 8rem);
  }
  .api_state .table_responsive .list li .subject {
    width: 40%;
    color: #61666B;
  }
  .api_state .table_responsive .list li .type_date {
    width: 30%;
  }
  .api_state .table_responsive .list .item {
    padding: 0;
    background-color: transparent;
    border-bottom: 1px solid #DFE1E2;
    border-radius: 0;
  }
  .api_state .table_responsive .list .item + .item {
    margin: 0;
  }
  .api_state .badge {
    height: auto;
    border: 0;
    padding: 0;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .api_state .banner {
    margin-bottom: 4.8rem;
  }
  .api_state .banner .area {
    height: 11.6rem;
  }
  .api_state .banner p {
    padding-right: 32rem;
  }
  .api_state .banner figure {
    bottom: -3.2rem;
    width: 14rem;
  }
  .api_state .banner figure img {
    width: 6.4rem;
  }
  .api_state .search_board {
    justify-content: flex-end;
  }
  .api_state .table_responsive .list li .state_name {
    width: 25%;
  }
  .api_state .table_responsive .list li .state {
    width: 10rem;
  }
  .api_state .table_responsive .list li .name {
    width: calc(100% - 10rem);
  }
  .api_state .table_responsive .list li .subject {
    width: 45%;
  }
  .api_state .table_responsive .list li .type_date div:first-child {
    flex-basis: 40%;
  }
  .api_state .table_responsive .list li .type_date div:last-child {
    flex-basis: 60%;
  }
}

/* 서비스 이용개요 */
.use .tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.use .tabs li {
  margin-right: 1.6rem;
}
.use .tabs a {
  color: #CACCCE;
}
.use .tabs a.active {
  color: #10263A;
}
.use .dl_list + .dl_list {
  margin-top: 4.8rem;
}
.use .dl_list dl + dl {
  margin-top: 4rem;
}
.use .dl_list dt {
  margin-bottom: 1.2rem;
  font-size: 2rem;
  font-weight: 600;
}
.use .dl_list h3 {
  font-size: inherit;
  font-weight: inherit;
}
.use .dl_list dd {
  color: #7A8085;
}
.use .code-panel li {
  display: flex;
  flex-wrap: wrap;
}
.use .code-panel .name {
  margin-right: 0.6rem;
  color: #FFA34C;
  font-weight: 500;
}
.use .overview p {
  margin-bottom: 2.4rem;
  line-height: 1.6;
  color: #8A8F93;
}
.use .overview figure {
  margin-bottom: 4rem;
}
.use .overview figure img {
  max-width: 1189px;
  width: 100%;
}
.use .overview .dl_list {
  line-height: 1.8;
}
.use .overview .request_common section > ul > li {
  margin-bottom: 2.4rem;
}
.use .overview .request_common h4, .use .overview .request_common h5 {
  color: #10263A;
}
.use .overview .request_common h5 {
  margin: 0.8rem 0;
}
.use .order .tabs {
  margin-bottom: 2.8rem;
}
.use .order li {
  margin-right: 0.6rem;
}
.use .order li a {
  color: #2988F8;
}
.use .order li a.active {
  border-color: transparent;
  background-color: #2988F8;
  color: #fff;
}
.use .order .dl_list {
  line-height: 1.5;
}
.use .order .dl_list dl {
  position: relative;
}
.use .order .dl_list dt {
  text-transform: capitalize;
}
.use .order .dl_list h3 {
  padding: 1rem 0;
  border-top: 1px solid #232527;
  border-bottom: 1px solid #232527;
  font-size: 1.8rem;
  color: #2988F8;
}
.use .order .dl_list h4 {
  position: absolute;
  top: 1.4rem;
  left: 9rem;
  color: #44484B;
}
.use .order figure {
  margin: 2rem 0;
  border: 1px solid #CACCCE;
  border-color: #44484B;
  font-size: 0;
}
.use .order .txt > div {
  margin-top: 1.6rem;
}
.use .order .txt .tip p + p {
  margin-top: 0.8rem;
}
.use .order .txt .tip p {
  display: flex;
}
.use .order .txt .tip p span:first-child {
  width: 10rem;
}
.use .order .txt .tip p span:last-child {
  width: calc(100% - 10rem);
}
.use .order .code {
  margin-top: 2.4rem;
}
.use .order .code__color-box {
  margin-top: 1rem;
  background-color: #EEF6FF;
}
.use .order .code > li + li {
  margin-top: 2.8rem;
}
.use .order .code h5 {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
}
.use .order .code .mini_title {
  text-transform: uppercase;
  color: #44484B;
  font-weight: 600;
}
.use .order .code .mini_title + figure {
  margin-top: 0.6rem;
}
.use .order .code section + section {
  margin-top: 2rem;
}
.use .order #tab2-2 .headline {
  margin-bottom: 3rem;
  padding: 1.8rem;
  border-radius: 0.8rem;
  background-color: #EEF6FF;
  line-height: 1.5;
  font-size: 1.8rem;
  color: #2988F8;
}
.use .table_scroll .card {
  padding: 0;
}
@media screen and (min-width: 640px) {
  .use .tabs {
    margin-bottom: 1.8rem;
  }
  .use .tabs li {
    margin-right: 2.4rem;
  }
  .use .order li {
    margin-right: 1rem !important;
  }
  .use .order li a {
    font-size: 1.6rem;
  }
  .use .order .dl_list h3 {
    border-bottom: none;
    font-size: 2.4rem;
    color: #44484B;
  }
  .use .order .dl_list h4 {
    position: static;
    padding-top: 0.8rem;
    border-top: 1px solid #232527;
    font-size: 2rem;
  }
  .use .order .no_step dd section {
    border-top: 1px solid #232527;
  }
  .use .order .txt .tip p {
    align-items: center;
  }
  .use .order .txt .tip p span:first-child {
    font-size: 1.4rem;
  }
  .use .order .txt .tip p + p {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 991px) {
  .use .tabs {
    margin-bottom: 2.4rem;
  }
  .use .tabs li {
    margin-right: 3.2rem;
  }
  .use .dl_list + .dl_list {
    margin-top: 6.4rem;
  }
  .use .dl_list dl + dl {
    margin-top: 4.8rem;
  }
  .use .dl_list dt {
    font-size: 2.4rem;
  }
  .use .dl_list dd {
    font-size: 1.8rem;
  }
  .use .overview p {
    margin-bottom: 4rem;
    font-size: 1.8rem;
  }
  .use .overview .request_common p {
    margin-bottom: 2rem;
  }
  .use .overview .request_common .code-panel {
    padding: 2rem;
  }
  .use .order .code h5 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .use .tabs li {
    margin-right: 4rem;
  }
  .use .order .tabs {
    margin-bottom: 4rem;
  }
  .use .order li a {
    height: calc(1.5em + 2rem + 2px);
    padding: 1rem 2rem;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .use .order .dl_list + .dl_list {
    margin-top: 8rem;
  }
  .use .order .dl_list h3 {
    padding: 1.2rem;
    font-size: 2.8rem;
  }
  .use .order .dl_list h4 {
    padding-top: 1.2rem;
    font-size: 2.4rem;
  }
  .use .overview p {
    margin-bottom: 5.6rem;
  }
  .use .overview .request_common .code-panel {
    padding: 2.8rem;
  }
}

/* 서비스 가격 */
.cost .banner {
  margin-top: 0.6rem;
  margin-bottom: 4.8rem;
  padding-top: 2.8rem;
  padding-bottom: 2rem;
  background-color: #EEF6FF;
  overflow: hidden;
}
.cost .banner .txt {
  margin-bottom: 2rem;
  line-height: 1.5;
}
.cost .banner .txt > span {
  margin-bottom: 0.8rem;
}
.cost .banner .txt h3 {
  color: #232527;
}
.cost .banner .txt h3 .highlight {
  color: #FF8A1B;
}
.cost .banner .txt small {
  display: inline-block;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  color: #8A8F93;
}
.cost .banner .txt div {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.cost .banner .img {
  position: relative;
  padding-bottom: 32rem;
}
.cost .banner .img img {
  position: absolute;
  right: -4rem;
  mix-blend-mode: multiply;
}
.cost .merit_list li {
  line-height: 1.5;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  color: #44484B;
}
.cost .merit_list li:first-child {
  background-color: #FFF9DB;
}
.cost .merit_list li:first-child dt {
  color: #283C4E;
}
.cost .merit_list li:nth-child(2) {
  background-color: #FFF2E5;
}
.cost .merit_list li:nth-child(2) dt {
  color: #FF8A1B;
}
.cost .merit_list li:last-child {
  background-color: #B9EEDB;
}
.cost .merit_list li:last-child dt {
  color: #12B077;
}
.cost .merit_list li + li {
  margin-top: 2rem;
}
.cost .merit_list li dt {
  margin-bottom: 2rem;
}
.cost .merit_list li dt strong {
  display: block;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .cost .merit_list li {
    padding: 2.8rem;
  }
  .cost .merit_list li + li {
    margin-top: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .cost .banner {
    display: flex;
    justify-content: space-between;
    padding: 3.2rem 2.8rem;
  }
  .cost .banner .img {
    width: 50%;
    padding-bottom: 0;
  }
  .cost .banner .img img {
    width: 40rem;
  }
}
@media screen and (min-width: 991px) {
  .cost .banner {
    padding: 3.2rem;
  }
  .cost .banner .txt h3 {
    margin-bottom: 0.4rem;
  }
  .cost .banner .txt small {
    margin-bottom: 4rem;
    font-size: 1.6rem;
  }
  .cost .banner .txt div {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .cost .banner .txt .btn {
    height: calc(1.5em + 2.4rem + 2px);
    padding: 1.2rem 2rem;
  }
  .cost .merit_list li {
    padding: 4.8rem 3.2rem;
  }
  .cost .merit_list li + li {
    margin-top: 3.2rem;
  }
  .cost .merit_list li dd {
    font-size: 1.8rem;
    font-weight: 600;
  }
}
@media screen and (min-width: 1280px) {
  .cost .banner {
    padding: 4.8rem;
  }
  .cost .banner .txt > span {
    font-size: 1.6rem;
  }
  .cost .banner .txt div {
    margin-bottom: 2.8rem;
    font-size: 2.4rem;
  }
  .cost .banner .txt .btn {
    font-size: 1.8rem;
  }
  .cost .banner .img img {
    width: 48rem;
  }
  .cost .merit_list li {
    padding: 3.2rem 4.8rem;
  }
  .cost .merit_list li + li {
    margin-top: 3.6rem;
  }
  .cost .merit_list li dt h4 {
    font-size: 2.8rem;
  }
  .cost .merit_list li dt strong {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .cost .banner {
    margin-bottom: 8rem;
    padding: 5.6rem 6rem 8rem;
  }
  .cost .merit_list li {
    padding: 3.2rem 6rem;
  }
  .cost .merit_list li + li {
    margin-top: 4rem;
  }
  .cost .merit_list li dd {
    font-size: 2rem;
  }
}

/* 서비스 체험 */
.expr__tab {
  flex-wrap: wrap;
  margin: 1rem 0 3.2rem;
}
.expr__tab-btn {
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
}
.expr__tab-btn.active .btn {
  border-color: transparent;
  background-color: #2988F8;
  color: #fff;
}
.expr__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.6rem;
  color: #2988F8;
}
.expr__link i {
  margin-left: 0.4rem;
}
.expr__content {
  padding: 2rem 0;
  border-top: 1px solid #CACCCE;
  border-top-color: #232527;
  font-weight: 500;
}
.expr__multi {
  display: flex;
  align-items: center;
}
.expr__multi span {
  display: block;
  padding: 0 0.4rem;
}
.expr__multi select.form_control {
  min-width: 10rem;
}
.expr__intro, .expr__form {
  max-width: 49.6rem;
  margin-left: auto;
  margin-right: auto;
}
.expr__code .code-panel {
  margin-top: 4.8rem;
  margin-bottom: 0;
}
.expr__intro {
  margin-bottom: 3.2rem;
}
.expr__subject {
  margin-bottom: 0.6rem;
}
.expr__subject, .expr__desc {
  line-height: 1.5;
  color: #44484B;
}
.expr label {
  color: #44484B;
}
@media screen and (min-width: 640px) {
  .expr__tab-btn .btn {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 991px) {
  .expr__tab-btn .btn {
    height: calc(1.5em + 2.2rem + 2px);
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }
  .expr__content {
    padding: 8rem;
    border: 1px solid #CACCCE;
    border-radius: 0.8rem;
  }
  .expr__code .code-panel {
    margin-top: 8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .expr__tab {
    margin-top: 2rem;
  }
  .expr__tab-btn {
    margin-right: 1rem;
  }
  .expr__tab-btn .btn {
    height: calc(1.5em + 2.4rem + 2px);
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1.8rem;
  }
}

/* 마이 페이지 */
.mypage .page__header p {
  margin-top: 0.2rem;
  font-size: 1.6rem;
}
.mypage__user {
  color: #2988F8;
}
.mypage__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.mypage .aside {
  margin-bottom: 2rem;
  background-color: #fff;
  line-height: 1.33;
  color: #8A8F93;
}
.mypage .aside__header, .mypage .aside__list {
  border-bottom: 1px solid #CACCCE;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom-color: #F2F2F3;
}
.mypage .aside__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mypage .aside__list dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mypage .aside__list dl + dl {
  margin-top: 1rem;
}
.mypage .aside__list dt {
  width: 6rem;
  font-weight: 600;
}
.mypage .aside__profile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  margin-right: 1rem;
  background-color: #F7F7F8;
  border-radius: 50%;
  font-size: 3.2rem;
  color: #CACCCE;
}
.mypage .aside__name {
  color: #44484B;
}
.mypage .aside__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mypage .aside__withdrawal {
  color: #CACCCE;
}
.mypage .dashboard {
  width: 100%;
}
.mypage .dashboard__title {
  font-size: 2rem;
  font-weight: 500;
}
.mypage .dashboard__item {
  margin-bottom: 2rem;
}
.mypage .dashboard__item--inquiry, .mypage .dashboard__item--charge {
  margin-top: 3.2rem;
}
.mypage .dashboard__item--inquiry header, .mypage .dashboard__item--charge header {
  margin-bottom: 1rem;
}
.mypage .dashboard__item--inquiry .card, .mypage .dashboard__item--charge .card {
  padding-top: 0;
  background-color: #fff;
}
.mypage .dashboard__item--charge h3 {
  cursor: pointer;
}
.mypage .dashboard__link {
  border-color: transparent;
}
.mypage #tabBtn li {
  color: #A2A6A9;
}
.mypage #tabBtn li.active {
  color: #44484B;
}
.mypage #tabBtn li + li {
  margin-left: 0.8rem;
}
.mypage .table--charge__set {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mypage .table--charge__set--np {
  font-size: 1.8rem;
}
.mypage .table--charge__date {
  display: inline-block;
  padding: 0.6rem 0.8rem;
  border-radius: 0.4rem;
  background-color: #F7F7F8;
  font-size: 1.4rem;
  color: #A2A6A9;
}
.mypage .table--charge__remain, .mypage .table--charge__all {
  font-size: 1.4rem;
  color: #A2A6A9;
}
@media screen and (min-width: 640px) {
  .mypage .page__header p {
    font-size: 1.8rem;
  }
  .mypage .aside {
    width: calc(50% - 1.6rem);
    margin-bottom: 3.2rem;
  }
  .mypage .dashboard__title {
    font-size: 2.2rem;
    font-weight: 600;
  }
  .mypage #tabBtn li + li {
    margin-left: 1.6rem;
  }
}
@media screen and (min-width: 991px) {
  .mypage .dashboard__title {
    font-size: 2.4rem;
  }
  .mypage .dashboard__item--inquiry header, .mypage .dashboard__item--charge header {
    margin-bottom: 0;
    padding: 0 2.4rem;
    background-color: #fff;
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.02);
  }
  .mypage .dashboard__item--inquiry .dashboard__title, .mypage .dashboard__item--charge .dashboard__title {
    padding: 2rem 0 1rem;
  }
  .mypage .dashboard__item--inquiry .card, .mypage .dashboard__item--charge .card {
    padding: 0 2.4rem 2.4rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.02);
  }
  .mypage .table--charge .date, .mypage .table--charge__date {
    width: 20%;
  }
  .mypage .table--charge .name_point, .mypage .table--charge__set--np {
    width: 60%;
  }
  .mypage .table--charge .name, .mypage .table--charge__name {
    flex-basis: 30%;
  }
  .mypage .table--charge .point, .mypage .table--charge__point {
    flex-basis: 70%;
  }
  .mypage .table--charge__point {
    justify-content: end;
  }
  .mypage .table--charge .all, .mypage .table--charge__set--ra {
    width: 20%;
    justify-content: center;
  }
  .mypage .table--charge__all {
    width: 100%;
  }
  .mypage .table--charge .name_point {
    display: flex;
  }
  .mypage .table--charge__date {
    background-color: #fff;
  }
  .mypage .table--charge__date, .mypage .table--charge__all {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color: #8A8F93;
  }
  .mypage .txt_arrow_btn {
    height: 3.1rem;
    padding: 0 1rem;
    border: 1px solid #CACCCE;
    border-radius: 2rem;
    border-color: #2988F8;
  }
}
@media screen and (min-width: 1280px) {
  .mypage .page__header p {
    font-size: 2rem;
  }
  .mypage__content {
    flex-direction: row;
  }
  .mypage .aside {
    max-width: 28rem;
    margin-right: 3.2rem;
    padding: 2.4rem;
  }
  .mypage .aside__header {
    flex-direction: column;
  }
  .mypage .aside__profile {
    width: 9rem;
    height: 9rem;
    margin-right: 0;
    margin-bottom: 1.2rem;
    font-size: 4.8rem;
    overflow: hidden;
  }
  .mypage .aside__name {
    margin-bottom: 0.4rem;
    text-align: center;
    font-size: 2rem;
  }
  .mypage .dashboard__item {
    margin-bottom: 3.2rem;
  }
  .mypage .dashboard__item--inquiry, .mypage .dashboard__item--charge {
    margin-top: 0;
  }
  .mypage .dashboard__item--inquiry .dashboard__title, .mypage .dashboard__item--charge .dashboard__title {
    padding: 2.8rem 0 1.6rem;
  }
  .mypage .dashboard__item--banner .card {
    padding: 2.4rem;
  }
  .mypage .dashboard__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1600px) {
  .mypage .aside {
    max-width: 33.4rem;
  }
}

.member-withdrawal__item {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.member-withdrawal__item:before {
  content: "ㆍ";
  position: absolute;
  left: 0;
}
.member-withdrawal__box {
  margin-bottom: 2rem;
  background-color: #FFF2E5;
  color: #44484B;
}
.member-withdrawal__box p {
  margin: 0;
}
.member-withdrawal__box p + p {
  margin-top: 1rem;
}
.member-withdrawal__id {
  color: #E53838;
}

.latest--db__subject {
  font-size: 1.8rem;
}
.latest__item {
  padding: 2rem 0;
  border-bottom: 1px solid #F2F2F3;
}
.latest__item:nth-last-child(-n+2) {
  display: none;
}
.latest__top {
  margin-bottom: 0.6rem;
}
.latest__top span {
  margin-right: 0.6rem;
}
.latest__bottom {
  margin-top: 0.6rem;
}
.latest__bottom--gray {
  color: #A2A6A9;
}
.latest .table_responsive .list {
  margin: 0;
  border-top: none;
}
.latest .table_responsive .item {
  padding: 2rem 0;
  border-bottom-color: #F2F2F3;
}
@media screen and (min-width: 640px) {
  .latest__item:nth-last-child(-n+2) {
    display: block;
  }
}
@media screen and (min-width: 991px) {
  .latest .table_responsive .list .item {
    padding: 0;
    border-bottom-color: #F2F2F3;
  }
}

/* 충전 페이지 */
.charge h6 {
  margin-bottom: 1rem;
  line-height: 1.5;
  font-size: 1.8rem;
}
.charge .charge_panel + .charge_panel {
  margin-top: 3.2rem;
}
.charge .form_group .d_flex {
  flex-wrap: wrap;
  margin-bottom: 1.4rem;
}
.charge .form_group .checkradio_btn {
  margin-bottom: 0.8rem;
}
.charge .form_group .checkradio_btn label {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 1.4rem;
}
.charge .charge_amount .checkradio_btn label {
  height: calc(1.5em + 2rem + 4px);
  border-width: 2px;
}
.charge .charge_amount .checkradio_btn input[type=checkbox]:checked + label,
.charge .charge_amount .checkradio_btn input[type=radio]:checked + label {
  border-color: #2988F8;
  background-color: #fff;
  color: #2988F8;
}
.charge .pay_input {
  position: relative;
}
.charge .pay_input .form_control {
  height: 5.8rem;
  padding-right: 4.8rem;
  border-color: transparent;
  background-color: #F7F7F8;
  color: #44484B;
  font-size: 2rem;
  color: #2988F8;
}
.charge .pay_input .form_control::placeholder {
  color: #A2A6A9;
}
.charge .pay_input .form_control:focus {
  background-color: #fff;
}
.charge .pay_input #clearInput {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 100%;
}
.charge .pay_input #clearInput span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  border-color: transparent;
  background-color: #fff;
  color: #61666B;
}
.charge #tabBtn li {
  flex-basis: 33.3333%;
}
.charge #tabBtn li:last-child .checkradio_btn {
  margin-right: 0;
}
.charge #tabBtn .checkradio_btn label {
  border-radius: 0.4rem;
}
.charge #tabCon section {
  padding-top: 2.4rem;
}
.charge #tabCon .deposit {
  margin-bottom: 1.2rem;
  background-color: #F7F7F8;
}
.charge #tabCon .deposit h6 {
  margin-bottom: 0;
  line-height: 1.25;
  color: #A2A6A9;
}
.charge #tabCon .deposit h6 + h6 {
  margin-top: 0.4rem;
}
.charge #tabCon .deposit .account {
  color: #2988F8;
}
.charge #tabCon .deposit_info {
  color: #A2A6A9;
}
.charge #tabCon .deposit_info strong {
  display: block;
  margin-bottom: 0.8rem;
}
.charge #tabCon .deposit_info dl {
  margin-bottom: 0.2rem;
  line-height: 1.33;
}
.charge #tabCon .deposit_info dl dt {
  padding-right: 1.6rem;
}
@media screen and (min-width: 640px) {
  .charge .user_grid header {
    margin-bottom: 0;
  }
  .charge #tabCon .deposit {
    margin-bottom: 2rem;
    padding: 2rem;
  }
  .charge #tabCon .deposit h6 + h6 {
    margin-top: 0.6rem;
  }
  .charge #tabCon .deposit_info {
    font-size: 1.6rem;
  }
}

/* 충전완료 페이지 */
.charge_complete .user_grid {
  padding-top: 0;
}
.charge_complete .charge_result .comment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1.6rem;
  text-align: center;
}
.charge_complete .charge_result .comment p {
  line-height: 1.3;
  font-size: 2rem;
  color: #2988F8;
}
.charge_complete .charge_result .success {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  margin-bottom: 1.2rem;
  border-radius: 50%;
  border-color: transparent;
  background-color: #2988F8;
  color: #fff;
}
.charge_complete .charge_result .success i {
  font-size: 2.4rem;
}
.charge_complete .charge_result .charge_info {
  padding: 1.2rem;
  border: 1px solid #CACCCE;
  border-color: #DFE1E2;
  border-radius: 0.8rem;
}
.charge_complete .charge_result .charge_info dt {
  font-size: 1.4rem;
  color: #A2A6A9;
}
.charge_complete .charge_result .charge_info dd {
  text-align: right;
}
.charge_complete .charge_result .charge_info dd.amount {
  color: #2988F8;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (min-width: 360px) {
  .charge_complete .charge_result .comment {
    margin-bottom: 2rem;
  }
  .charge_complete .charge_result .charge_info dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.5;
  }
  .charge_complete .charge_result .charge_info dl + dl {
    margin-top: 0.2rem;
  }
}
@media screen and (min-width: 991px) {
  .charge_complete .user_grid .mobile_card {
    padding: 4.8rem 0;
  }
  .charge_complete .charge_result .comment {
    margin-bottom: 2.8rem;
  }
  .charge_complete .charge_result .comment p {
    font-size: 2.4rem;
  }
  .charge_complete .charge_result .charge_info {
    padding: 2rem;
  }
  .charge_complete .charge_result .charge_info dl + dl {
    margin-top: 0.6rem;
  }
  .charge_complete .charge_result .charge_info dt, .charge_complete .charge_result .charge_info dd {
    font-size: 1.8rem;
  }
  .charge_complete .charge_result .charge_info dd.amount {
    font-size: 2.4rem;
  }
}

/* 충전, 사용내역 페이지 */
.point_history header {
  margin-bottom: 3.2rem;
  border-color: transparent;
  background-color: #10263A;
  color: #fff;
}
.point_history header p {
  margin-bottom: 0.4rem;
}
.point_history header .point_now {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.point_history header h4 {
  line-height: 1.33;
}
.point_history header .btn_sm {
  border-color: transparent;
  background-color: #fff;
  color: #2988F8;
  font-weight: 600;
}
.point_history #tabBtn {
  border: 1px solid #2988F8;
  border-radius: 0.4rem;
  overflow: hidden;
}
.point_history #tabBtn li {
  flex-basis: 50%;
  text-align: center;
}
.point_history #tabBtn li.active button {
  border-color: transparent;
  background-color: #2988F8;
  color: #fff;
}
.point_history #tabBtn li button {
  width: 100%;
  padding: 1.6rem 0;
  border-color: transparent;
  background-color: #fff;
  color: #2988F8;
  font-size: 1.6rem;
  font-weight: 600;
}
.point_history #tabCon {
  padding-top: 2rem;
}
.point_history #tabCon .search_point {
  margin-bottom: 1.2rem;
}
.point_history #tabCon .search_point input {
  margin-bottom: 0.8rem;
}
.point_history #tabCon .search_point i {
  margin: 0;
  font-size: 2.4rem;
}
.point_history #tabCon .point_history_list li {
  margin-bottom: 1.6rem;
  background-color: #fff;
  box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.05);
}
.point_history #tabCon .point_history_list span {
  margin-bottom: 0.8rem;
  color: #A2A6A9;
  font-size: 1.4rem;
}
.point_history #tabCon .point_history_list .item_name {
  color: #61666B;
}
.point_history #tabCon .point_history_list p:last-child {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (min-width: 360px) {
  .point_history #tabCon .search_point > div {
    display: flex;
  }
  .point_history #tabCon .search_point button {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .point_history header {
    padding: 1.8rem;
  }
  .point_history header p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 991px) {
  .point_history header {
    padding: 2rem;
  }
  .point_history header p {
    font-size: 1.8rem;
  }
  .point_history .search_point {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 991px) {
  .point_history header .btn_sm:hover {
    border-color: transparent;
    background-color: #2988F8;
    color: #fff;
  }
}

/* api key 페이지 */
.api_key {
  font-size: 1.4rem;
}
.api_key header p {
  margin-top: 0.4rem;
  line-height: 1.5;
  color: #8A8F93;
}
.api_key .api_key_create, .api_key .table_scroll, .api_key .api_key_info {
  margin: auto;
}
.api_key .api_key_create, .api_key .table_scroll {
  max-width: 1368px;
  margin-bottom: 2rem;
}
.api_key .api_key_create {
  padding: 2.8rem 0;
  background-color: #283C4E;
}
.api_key .api_key_create .form_group {
  margin: 0;
}
.api_key .api_key_create .form_group + .form_group {
  margin-top: 1rem;
}
.api_key .card {
  padding: 2rem;
  background-color: #fff;
  border-radius: 0;
}
.api_key .card .card_title {
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
}
.api_key .table_scroll .table_basic {
  margin-top: 0;
  font-size: 1.4rem;
}
.api_key .table_scroll .table_basic th {
  padding: 0.8rem 1.2rem;
}
.api_key .table_scroll .table_basic tr:first-child th:last-child {
  border-bottom: 1px solid #C4DEFD;
}
.api_key .table_scroll .table_basic td:not(:nth-child(2)) {
  text-align: center;
}
.api_key .table_scroll .table_basic .badge {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.api_key .api_key_info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  max-width: 1368px;
}
.api_key .api_key_info .card {
  line-height: 1.5;
}
.api_key .api_key_info .card:first-child {
  margin-top: 2rem;
}
.api_key .api_key_info .card h5 ~ * {
  color: #A2A6A9;
}
.api_key .api_key_info .api_key_define.no div {
  text-align: center;
  color: #A2A6A9;
}
.api_key .api_key_info .api_key_define div {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.api_key .api_key_info .api_key_type dl {
  margin-bottom: 0.6rem;
}
.api_key .api_key_info .api_key_type dl dt {
  margin-bottom: 0.8rem;
  margin-right: 0.8rem;
}
@media screen and (min-width: 360px) {
  .api_key .api_key_info .api_key_type dl {
    display: flex;
    flex-wrap: nowrap;
  }
  .api_key .api_key_info .api_key_type dl dd {
    margin-top: 0.4rem;
  }
}
@media screen and (min-width: 640px) {
  .api_key {
    font-size: 1.6rem;
  }
  .api_key .api_key_create .area {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 57.8rem;
    width: 100%;
  }
  .api_key .api_key_create .form_group {
    flex-basis: auto;
  }
  .api_key .api_key_create .form_group + .form_group {
    margin-top: 0;
    padding-left: 0.8rem;
    flex-basis: 100%;
  }
  .api_key .api_key_create .form_group:first-child {
    flex-basis: 21.2rem;
  }
}
@media screen and (max-width: 768px) {
  .api_key .table_scroll .card {
    white-space: nowrap;
    overflow-x: scroll;
  }
  .api_key .table_scroll table {
    width: 840px;
  }
}
@media screen and (min-width: 991px) {
  .api_key .card {
    padding: 2.8rem;
    border-radius: 0.8rem;
    box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.05);
  }
  .api_key .api_key_create,
  .api_key .api_key_info {
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .api_key .api_key_create, .api_key .table_scroll {
    width: calc(90% - 5.6rem);
    margin-bottom: 2.8rem;
  }
  .api_key .api_key_create {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    border-radius: 0.8rem;
  }
  .api_key .table_scroll .table_basic {
    font-size: 1.6rem;
  }
  .api_key .api_key_info {
    width: 90%;
    padding: 0 2.8rem;
  }
  .api_key .api_key_info .card {
    flex-basis: calc(50% - 1.4rem);
  }
  .api_key .api_key_info .card:first-child {
    margin: 0;
    margin-right: 2.8rem;
  }
  .api_key .api_key_info .api_key_define.no {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .api_key .api_key_create, .api_key .table_scroll {
    width: calc(90% - 6.4rem);
    margin-bottom: 3.2rem;
  }
  .api_key .api_key_info {
    padding: 0;
  }
  .api_key .api_key_info .card {
    padding: 3.2rem;
  }
  .api_key .api_key_info .card:first-child {
    margin-right: 3.2rem;
  }
  .api_key .api_key_info .api_key_define {
    flex-basis: calc(100% - 45.6rem - 3.2rem);
  }
  .api_key .api_key_info .api_key_type {
    flex-basis: 45.6rem;
  }
}
@media screen and (min-width: 1600px) {
  .api_key .api_key_create, .api_key .table_scroll {
    width: calc(100% - 6.4rem);
    margin-bottom: 3.2rem;
  }
}

/* my 문의내역 페이지 */
@media screen and (min-width: 640px) {
  .inquiry header .board_list_header {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1280px) {
  .inquiry header {
    margin-bottom: 0;
  }
  .inquiry header .board_list_header {
    background-color: #fff;
    padding: 2.4rem 2.4rem 0.8rem;
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.02);
  }
  .inquiry .card--dashboard {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

/* 공지사항 */
.table_notice .list {
  border-top: 1px solid #CACCCE;
  border-top-color: #44484B;
}
.table_notice .list li {
  border-bottom: 1px solid #CACCCE;
}
.table_notice .list li a {
  display: block;
  background-color: #fff;
  padding: 1.6rem 1rem;
}
.table_notice .list li a.table-notice--dashboard__link {
  padding: 1.6rem 0;
}
.table_notice .list li .notice_date {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.6rem;
  padding: 0.8rem 1rem;
  border-radius: 3rem;
  border-color: transparent;
  background-color: #EEF6FF;
  color: #2988F8;
  font-size: 1.4rem;
  font-weight: 600;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.table_notice .list li .notice_date span + span {
  margin-left: 0.4rem;
}
.table_notice .list li .notice_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.6rem;
}
.table_notice .list li h3, .table_notice .list li h4 {
  line-height: 1.6;
}
.table_notice .list li p {
  font-size: 1.4rem;
  color: #8A8F93;
}
.table_notice .list li .hover_arrow {
  display: none;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 640px) {
  .table_notice .list li p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 991px) {
  .table_notice .list li a {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .table_notice .list li a:after {
    content: "";
    position: absolute;
    top: 2rem;
    left: 16rem;
    width: 1px;
    height: calc(100% - 4rem);
    background-color: #CACCCE;
  }
  .table_notice .list li .notice_date {
    flex-direction: column-reverse;
    width: 16rem;
    border-color: transparent;
    background-color: transparent;
    color: #CACCCE;
  }
  .table_notice .list li .notice_date .day {
    margin-left: 0;
    margin-bottom: 0.4rem;
    font-size: 4rem;
  }
  .table_notice .list li .notice_date .year_month {
    font-size: 1.6rem;
  }
  .table_notice .list li .notice_content {
    position: relative;
    width: calc(100% - 16rem);
    padding-left: 3rem;
  }
  .table_notice .list li .notice_content p.text_ellipsis.line_2 {
    -webkit-line-clamp: 1;
  }
}
@media screen and (min-width: 1280px) {
  .table_notice .list li a:after {
    left: 20rem;
  }
  .table_notice .list li a:hover h3, .table_notice .list li a:hover h4 {
    color: #2988F8;
  }
  .table_notice .list li a:hover .notice_date {
    color: #C4DEFD;
  }
  .table_notice .list li a:hover .hover_arrow {
    opacity: 1;
    visibility: visible;
    right: 4rem;
  }
  .table_notice .list li .notice_date {
    width: 20rem;
  }
  .table_notice .list li .notice_date .day {
    font-size: 4.8rem;
  }
  .table_notice .list li .notice_date .year_month {
    font-size: 1.8rem;
  }
  .table_notice .list li .notice_content {
    width: calc(100% - 20rem);
    padding-left: 4rem;
  }
  .table_notice .list li .hover_arrow {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.8rem;
    height: 6.8rem;
    border-radius: 50%;
    border-color: transparent;
    background-color: #EEF6FF;
    color: #5CA4FA;
    font-size: 2rem;
  }
}

/* faq  */
.faq__table {
  border-top: 1px solid #44484B;
}
.faq__item {
  position: relative;
}
.faq__item:before, .faq__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #CACCCE;
  z-index: 2;
  transition: width 0.8s;
  transition-timing-function: cubic-bezier(0.165, 0.85, 0.45, 1);
}
.faq__item:before {
  right: 0;
  width: 100%;
  background-color: #CACCCE;
}
.faq__item:after {
  left: 0;
  width: 0;
  background-color: #2988F8;
  transition-delay: 0s;
}
.faq__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.faq__title .num {
  width: 4rem;
  font-size: 2rem;
  font-weight: 700;
  color: #A2A6A9;
}
.faq__title .subject {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 4rem);
  padding: 1.4rem 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.faq__title .subject h3 {
  width: calc(100% - 3rem);
  line-height: 1.5;
}
.faq__title .subject .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.faq__content {
  display: none;
  padding: 2rem;
  padding-left: 4rem;
  background-color: #F7F7F8;
  font-size: 1.4rem;
}
.faq__content p {
  line-height: 1.6;
}
@media screen and (min-width: 640px) {
  .faq__title .num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6rem;
    font-size: 2.8rem;
    color: #CACCCE;
  }
  .faq__title .subject {
    width: calc(100% - 6rem);
    padding: 2rem;
  }
  .faq__title .subject h3 {
    font-size: 1.8rem;
  }
  .faq__content {
    padding-left: 8rem;
    font-size: 1.6rem;
  }
  .faq .attached__content {
    margin-left: auto;
    margin-right: inherit;
  }
}
@media screen and (min-width: 991px) {
  .faq__title .num {
    width: 10rem;
    font-size: 3.2rem;
  }
  .faq__title .subject {
    width: calc(100% - 10rem);
    padding: 2.4rem;
  }
  .faq__title .subject h3 {
    font-size: 1.8rem;
  }
  .faq__content {
    padding: 3.2rem;
    padding-left: 12.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .faq__item:hover::after {
    width: 100%;
    transition-delay: 0.2s;
  }
  .faq__item:hover .num {
    color: #C4DEFD;
  }
  .faq__item:hover .subject {
    color: #4397F9;
  }
  .faq__title .num {
    font-size: 3.2rem;
  }
  .faq__title .subject {
    padding: 2.8rem;
  }
  .faq__title .subject h3 {
    font-size: 2rem;
  }
  .faq__content {
    padding: 3.6rem;
    padding-left: 12.8rem;
    font-size: 1.8rem;
  }
}

/* 문의게시판 목록 */
@media screen and (min-width: 991px) {
  .cs_list .table_responsive .list li > *.subject {
    width: 55%;
  }
  .cs_list .table_responsive .list li > *.type_date {
    width: 25%;
  }
}
@media screen and (min-width: 991px) {
  .cs_list .table_responsive .list li > *.subject {
    width: 60%;
  }
  .cs_list .table_responsive .list li > *.type_date {
    width: 20%;
  }
}
@media screen and (min-width: 1280px) {
  .cs_list header .board_header_common p {
    color: #2988F8;
    font-weight: 600;
  }
}

/* 문의게시판 view */
.cs_view .cs_notice {
  margin-bottom: 2.8rem;
  background-color: #2988F8;
  color: #fff;
  font-weight: 400;
}
.cs_view .cs_notice .cs_notice_list {
  max-height: 8rem;
  padding-right: 1.6rem;
  overflow-x: auto;
}
.cs_view .cs_notice .cs_notice_list::-webkit-scrollbar {
  width: 1rem;
}
.cs_view .cs_notice .cs_notice_list::-webkit-scrollbar-track {
  background-color: #EEF6FF;
  border-radius: 1rem;
}
.cs_view .cs_notice .cs_notice_list::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #A6CDFC;
}
.cs_view .cs_notice li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  line-height: 1.5;
}
.cs_view .cs_notice li + li {
  margin-top: 3rem;
}
.cs_view .cs_notice div h3 {
  letter-spacing: 0.02em;
}
.cs_view .cs_notice span {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
}
.cs_view .cs_answer {
  margin-top: 4.8rem;
  border: 5px solid #F7F7F8;
  border-radius: 0.8rem;
  color: #61666B;
}
.cs_view .cs_answer .cs_answer_header {
  padding: 1rem 1.6rem;
  background-color: #F7F7F8;
  line-height: 1.5;
}
.cs_view .cs_answer .cs_answer_header strong {
  margin-right: 1rem;
}
.cs_view .cs_answer .cs_answer_content {
  padding: 1.6rem;
  line-height: 1.6;
}
.cs_view .cs_answer .cs_answer_content p + p {
  margin-top: 1.6rem;
}
@media screen and (min-width: 991px) {
  .cs_view .cs_answer {
    margin-top: 6.4rem;
  }
}
.cs_view .cs_solve_add {
  margin-top: 4.8rem;
}
.cs_view .cs_solve_add ul {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 37.2rem;
  margin: 0 auto;
  margin-bottom: 1.6rem;
}
.cs_view .cs_solve_add ul li {
  flex-basis: calc(50% - 0.4rem);
}
.cs_view .cs_solve_add ul li:last-child {
  margin-left: 0.8rem;
}
.cs_view .cs_solve_add p {
  padding: 0 2rem;
  text-align: center;
  color: #8A8F93;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .cs_view .cs_notice {
    margin-bottom: 4.8rem;
    padding: 2.4rem;
  }
  .cs_view .cs_answer {
    margin-top: 8rem;
  }
  .cs_view .cs_answer .cs_answer_header {
    padding: 1.4rem 2rem;
  }
  .cs_view .cs_answer .cs_answer_content {
    padding: 2.4rem 2rem;
  }
  .cs_view .cs_answer .attached {
    margin-top: 0;
  }
  .cs_view .cs_solve_add {
    margin-top: 6.4rem;
  }
  .cs_view .cs_solve_add p {
    font-size: 1.6rem;
  }
  .cs_view .board_view_txt {
    width: 90%;
    margin: auto;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 991px) {
  .cs_view .cs_notice {
    padding: 3.2rem;
  }
  .cs_view .cs_notice .cs_notice_list {
    max-height: 12rem;
  }
  .cs_view .cs_notice li {
    flex-direction: row;
    width: 60%;
    margin: auto;
  }
  .cs_view .cs_notice li + li {
    margin-top: 2rem;
  }
  .cs_view .cs_notice span {
    width: 18rem;
    margin-top: 0.4rem;
    font-size: 1.6rem;
  }
  .cs_view .cs_notice div {
    width: calc(100% - 18rem);
  }
  .cs_view .cs_notice div h3, .cs_view .cs_notice div p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .cs_view .cs_notice {
    padding: 3.2rem;
  }
  .cs_view .cs_solve_add {
    margin-top: 8rem;
  }
  .cs_view .cs_solve_add a.light_gray:hover {
    border-color: #2988F8;
    background-color: #fff;
    color: #2988F8;
  }
}

/* 문의게시판 write */
.cs_write .info {
  color: #2988F8;
}
.cs_write .agree {
  margin-top: 2.4rem;
}
.cs_write .agree .check_default {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
}
.cs_write .agree .check_default label, .cs_write .agree .check_default a {
  font-weight: 600;
}
.cs_write .agree .check_default label {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  color: #10263A;
}
.cs_write .agree .check_default a {
  position: relative;
  line-height: 1.5;
  color: #2988F8;
}
.cs_write .agree .check_default a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2988F8;
}
.cs_write .toggle {
  justify-content: flex-start;
}
@media screen and (min-width: 640px) {
  .cs_write .agree .check_default {
    align-items: center;
    flex-direction: row;
  }
  .cs_write .agree .check_default label {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

/* 이용사례 */
.case__content {
  margin-top: 3.2rem;
}
.case__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.6rem;
}
.case__item {
  flex-basis: calc(50% - 1.2rem);
  margin: 0 0.6rem 2rem;
  border: 1px solid #CACCCE;
  border-color: #DFE1E2;
  line-height: 1.33;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.case__img {
  width: 6rem;
  height: 6rem;
  margin: 0 auto 1rem;
  object-fit: cover;
}
.case__txt {
  margin-bottom: 1rem;
}
.case__corp {
  margin-bottom: 0.4rem;
}
.case__link {
  word-break: break-all;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.case__cate {
  display: flex;
  flex-wrap: wrap;
}
.case__cate-item {
  margin-right: 1rem;
}
.case__cate-link {
  font-weight: 500;
  color: #2988F8;
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) {
  .case__list {
    margin: 0 -1rem;
  }
  .case__item {
    flex-basis: calc(50% - 2rem);
    margin: 0 1rem 2rem;
  }
  .case__img {
    width: 7.8rem;
    height: 7.8rem;
  }
  .case__corp {
    font-size: 2rem;
  }
}
@media screen and (min-width: 991px) {
  .case__item {
    flex-basis: calc(33.3333% - 2rem);
  }
  .case__img {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .case__item {
    flex-basis: calc(25% - 2rem);
  }
  .case__img {
    width: 8.4rem;
    height: 8.4rem;
  }
  .case__txt {
    margin-bottom: 1.2rem;
  }
  .case__link {
    font-size: 1.8rem;
  }
  .case__cate-link {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1600px) {
  .case__list {
    margin: 0 -1.6rem;
  }
  .case__item {
    flex-basis: calc(25% - 3.2rem);
    margin: 0 1.6rem 3.2rem;
    padding: 3.2rem 2.8rem;
  }
  .case__item:hover {
    border-color: #FFE5CC;
    background-color: #FFF9DB;
    color: inherit;
  }
  .case__item:hover .case__link {
    color: #FF8A1B;
    font-weight: 600;
  }
}

.terms-use .terms__article:first-of-type {
  margin-top: 1.2rem;
}

.estimate-list__inner {
  max-width: 94.4rem;
  margin: auto;
}
.estimate-list .table_scroll {
  margin-bottom: 1rem;
}
.estimate-list .table_basic thead tr {
  border-top: 2px solid #0D66CE;
}
.estimate-list .table_basic th {
  color: #0D66CE;
}
.estimate-list .table_basic td {
  background-color: #fff;
  text-align: center;
}
.estimate-list .table_basic th:nth-child(2), .estimate-list .table_basic td:nth-child(2) {
  text-align: left;
}
.estimate-list .table_basic td:last-child {
  color: #0D66CE;
}
.estimate-list .total-print {
  display: grid;
  gap: 1.6rem;
  margin-top: 2.8rem;
}
.estimate-list .total-print__child {
  padding: 1.6rem 2.8rem;
  border-radius: 0.4rem;
  color: #fff;
}
.estimate-list .total-print__child--total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FF8A1B;
}
.estimate-list .total-print__child--print {
  display: none;
  background-color: #0D66CE;
  font-size: 1.6rem;
  font-weight: 500;
}
.estimate-list .total-print dd {
  display: flex;
  justify-content: center;
  align-items: center;
}
.estimate-list .total-print h3 {
  font-size: 2.8rem;
}
@media screen and (min-width: 640px) {
  .estimate-list__add-btn button {
    width: 20rem;
  }
  .estimate-list__content {
    padding: 2rem;
    background-color: #F7F7F8;
  }
  .estimate-list .table_scroll table {
    width: 100%;
  }
  .estimate-list .total-print {
    grid-template-columns: repeat(2, 1fr);
  }
  .estimate-list .total-print__child {
    align-self: stretch;
  }
  .estimate-list .total-print button {
    height: inherit;
    font-size: 2rem;
  }
}
@media screen and (min-width: 991px) {
  .estimate-list__content {
    padding: 2.4rem;
  }
  .estimate-list .total-print__child--print {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .estimate-list header {
    margin-bottom: 2rem;
  }
  .estimate-list h2 {
    margin-bottom: 1rem;
  }
  .estimate-list__content {
    padding: 4.8rem;
  }
}

.api-add__body {
  padding-top: 0 !important;
}
.api-add .check_default label {
  align-items: flex-start;
  line-height: 1.33;
}
.api-add .check_default span {
  width: inherit;
}
.api-add__field + .api-add__field {
  margin-top: 2rem;
}
.api-add__cate {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  color: #283C4E;
}
.api-add__list {
  flex-wrap: wrap;
  padding: 1rem;
  background-color: #F7F7F8;
}
.api-add__item {
  margin-bottom: 0.8rem;
  margin-right: 1rem;
}
.api-add__footer {
  display: grid;
  justify-content: flex-end;
}
.api-add__counter strong {
  color: #0D66CE;
}
.api-add__button {
  display: flex;
  margin-top: 1rem;
}
@media screen and (min-width: 640px) {
  .api-add__counter {
    font-size: 1.8rem;
  }
  .api-add__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .api-add__button {
    margin: 0;
  }
}
@media screen and (min-width: 991px) {
  .api-add__item {
    margin-bottom: 0;
    margin-right: 1.6rem;
  }
  .api-add__list {
    padding: 2rem;
    padding-bottom: 1.2rem;
  }
}

.estimate-email .modal_content .body {
  padding-top: 0;
  padding-bottom: 0;
}
.estimate-email__body label {
  font-size: 1.6rem;
}
.estimate-email__footer {
  display: grid;
  justify-content: flex-end;
}

.estimate {
  max-width: 78rem;
  padding: 3.2rem 1.6rem;
}
.estimate__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.4rem;
  font-size: 2.8rem;
  color: #10263A;
}
.estimate__title img {
  height: 3.2rem;
  margin-right: 1rem;
}
.estimate__title span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.6rem;
}
.estimate-info__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.estimate-info__item {
  padding: 1.6rem;
  border: 1px solid #CACCCE;
}
.estimate-info__summary {
  margin-bottom: 1.6rem;
}
.estimate-info__summary dl {
  display: flex;
  line-height: 1.5;
}
.estimate-info__summary dt {
  width: 8rem;
}
.estimate-info__condition li + li {
  margin-top: 0.4rem;
}
.estimate-info__table {
  margin: 0;
}
.estimate-info__table caption {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  color: #44484B;
}
.estimate-info__table tr {
  border-bottom: 1px solid #CACCCE;
}
.estimate-info__table tr:first-child {
  border-top: 1px solid #CACCCE;
}
.estimate-info__table th, .estimate-info__table td {
  padding: 1rem 0.6rem;
  font-size: 1.4rem;
}
.estimate-info__table th {
  background-color: #F2F2F3;
  text-align: center;
}
.estimate-content {
  margin-bottom: 4.8rem;
}
.estimate-content thead tr {
  border-top: 1px solid #232527;
  border-bottom: 1px solid #44484B;
}
.estimate-content tbody tr {
  border-bottom: 1px solid #CACCCE;
}
.estimate-content th, .estimate-content td {
  min-height: 4.5rem;
  height: 4.5rem;
  padding: 1.4rem 1.2rem;
}
.estimate-content th {
  color: #44484B;
}
.estimate-content th:not(:nth-child(2)) {
  text-align: center;
}
.estimate-content td:first-child {
  text-align: center;
}
.estimate-content td:nth-last-child(-n+3) {
  text-align: right;
}
.estimate-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.4rem;
  padding: 2.4rem 2.8rem;
  background-color: #F2F2F3;
  color: #44484B;
}
.estimate-total dt {
  font-size: 1.8rem;
}
.estimate-total dd {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 1.33;
}
.estimate-total h2 {
  margin-right: 0.4rem;
  line-height: 1;
}
.estimate-account {
  display: grid;
  grid-template-columns: 45rem auto;
  gap: 1.6rem;
  align-items: center;
}
.estimate-account__info {
  color: #8A8F93;
}
.estimate-account__info:first-child {
  border: 1px solid #CACCCE;
  text-align: center;
}
.estimate-account__info h3 {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
}
.estimate-account__info h4 {
  font-size: 2rem;
  color: #2988F8;
}
.estimate-account__info p {
  margin-bottom: 1.8rem;
}
.estimate-account__info dl {
  display: grid;
  grid-template-columns: 6rem auto;
  line-height: 1.5;
}
.estimate-account__info dt {
  font-weight: 700;
}
.estimate-option {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.8rem 0;
}
.estimate-option__item {
  position: relative;
  margin: 0 0.4rem;
}
.estimate-option .primary {
  width: 20rem;
}
.estimate-option__share {
  display: none;
  position: absolute;
  bottom: 100%;
  width: 18rem;
  padding: 1.2rem;
  background-color: #fff;
  border: 1px solid #CACCCE;
  box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.15);
  z-index: 999;
}
.estimate-option__share .share__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.estimate-option__share .share__close i {
  font-size: 2rem;
}
.estimate-option__share .share__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.estimate-option__share .share__item {
  width: 50%;
  margin-bottom: 1rem;
}
.estimate-option__share .share__btn {
  width: 100%;
  text-align: center;
}
.estimate-option__share .share__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 2.8rem;
  margin: 0 auto 0.4rem;
  border-radius: 50%;
  font-size: 2rem;
}
.estimate-option__share .share__icon--kakao {
  border-color: transparent;
  background-color: #FFE603;
  color: #3A2020;
}
.estimate-option__share .share__icon--facebook {
  border-color: transparent;
  background-color: #3C5B9A;
  color: #fff;
}
.estimate-option__share .share__icon--email {
  border-color: transparent;
  background-color: #2988F8;
  color: #fff;
}

@keyframes hover-down {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.form_group .note-modal-footer {
  height: auto;
}

.form_group .note-modal-footer:after {
  content: "";
  display: block;
  clear: both;
}

.form_group .btn-fullscreen {
  display: none;
}

.form_group .note-editor ol, .form_group .note-editor ul {
  padding-left: 2rem;
}

.form_group .note-editor ol {
  list-style-type: decimal;
}

.form_group .note-editor ul {
  list-style-type: disc;
}

.form_group .note-editable {
  line-height: 1.5;
}

pre code.hljs {
  display: inherit;
  padding: 0 2.4rem;
}

.hljs {
  background-color: inherit;
  color: #A6CDFC;
}

.hljs-addition, .hljs-attribute, .hljs-string {
  color: #FFB066;
}

.token--comment {
  color: #A2A6A9;
}
.token--property, .token--function {
  color: #5CA4FA;
}
.token--string {
  color: #FFB066;
}
.token--number, .token--boolean {
  color: #FB7979;
}
.token--keyword {
  color: #14BD80;
}/*# sourceMappingURL=tilko.css.map */