@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
p {
  font-size: 1.6rem;
  line-height: 1.5;
  word-break: keep-all;
}

.txt--center {
  margin: 0 auto;
  text-align: center;
}
.txt--bold {
  font-weight: 700;
}
.txt--reg {
  font-weight: normal;
}
.txt--disc {
  font-size: 1.2rem;
}
.txt--red {
  color: #FF474A !important;
}
.txt--white {
  color: #fff !important;
}
.txt--underline {
  text-decoration: underline;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  color: #222;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin-bottom: 0;
}

ol,
ul,
li {
  list-style: none;
}

input,
textarea,
select {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px; /* iOS 둥근모서리 제거 */
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif;
}

input,
select,
textarea,
button {
  outline: none;
}

textarea {
  resize: none;
}

select {
  cursor: pointer;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  border-style: hidden;
  width: 100%;
  text-align: center;
  table-layout: fixed;
}

th,
td {
  border-collapse: collapse;
}

caption,
legend {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px !important;
  height: 1px !important;
  margin: -1px;
  overflow: hidden;
}

form,
fieldset,
iframe,
button,
hr {
  border: 0;
}

i,
em,
address {
  font-style: normal;
}

label,
button {
  cursor: pointer;
}

blockquote,
q {
  quotes: none;
}

img {
  display: block;
  max-width: 100%;
  border: 0;
  vertical-align: top;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
}

a:active,
a:hover {
  outline: 0;
}

strong {
  font-weight: 700;
}

button {
  padding: 0;
  background: inherit;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  overflow: visible;
  cursor: pointer;
}

.btn {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn--primary {
  color: #fff;
  background-color: #2CB4E0;
  font-size: 1.6rem;
  border-radius: 16px;
  padding: 1.5rem 4.3rem;
}
.btn--secondary {
  color: #fff;
  background-color: #798BA1;
  font-size: 1.6rem;
  border-radius: 16px;
  padding: 1.5rem 4.3rem;
}
.btn--wide {
  width: 100%;
}
.btn-icon {
  width: 2rem;
  margin-left: 4px;
}
.btn__kakao {
  width: calc(100% - 6rem);
  height: 5.6rem;
  color: #4d4d4d;
  background: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  border-radius: 1.5rem;
}
.btn__kakao:before {
  content: "";
  margin-right: 0.8rem;
  width: 2rem;
  height: 1.7rem;
  background: url("../images/icon/ico_kakao_black.svg") no-repeat 0 0/100% 100%;
}
.btn__kakao2 {
  margin-top: 0;
}
.btn__txt {
  width: calc(100% - 6rem);
  height: 5.6rem;
  color: #fff;
  background-color: #798BA1;
  margin-top: 8.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 0.6rem;
}
.btn__input {
  min-width: 14rem;
  height: 4.4rem;
  color: #fff;
  background-color: #798BA1;
  font-size: 1.5rem;
  border-radius: 1.6rem;
  margin-left: 1rem;
}
.btn__input:disabled {
  background-color: #c3c3c3;
}
.btn__landing {
  width: calc(100% - 4rem);
  height: 5.5rem;
  color: #222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  border-radius: 0.6rem;
  position: relative;
  background-color: #e5edfa;
}
.btn__landing:after {
  content: "";
  position: absolute;
  right: 2rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../images/icon/ico_arrow.svg") no-repeat 0 0/100% 100%;
}
.btn__cardnews {
  margin-top: 1.5rem;
}
.btn__cardnews:before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url("../images/icon/ico_connect.svg") no-repeat 0 0/100% auto;
  margin-right: 0.8rem;
}
.btn__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5.4rem;
  color: #fff;
  background-color: #003279;
  width: calc(100% - 9.5rem);
  border-radius: 0.6rem;
}
.btn-btm__wrap {
  position: relative;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  margin: auto;
}
.btn-btm__wrap .footer {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.btn-btm__wrap .btn {
  width: 100%;
  height: 5.6rem;
  background-color: #2CB4E0;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 600;
}
.btn-btm__wrap .btn:disabled {
  background-color: #E1E7EF;
}

.footer {
  max-width: 750px;
  position: relative;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  margin: auto;
}
.footer__txt {
  color: #D8D8D8;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  padding: 1.5rem 2rem;
  opacity: 0.9;
}
.footer__txt--blue {
  color: #acdbe9;
}
.footer--gray {
  background-color: #59687a;
}
.footer--gray .footer__txt {
  color: #97a6b7;
}

input:disabled {
  color: #F9FCFD;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.ipt__box:not(:last-child) {
  margin-bottom: 2rem;
}
.ipt__box label {
  color: #6a6a6a;
  font-size: 1.5rem;
  position: relative;
}
.ipt__label {
  position: relative;
}
.ipt__label .icon__required {
  color: #FF474A;
  font-size: 1.5rem;
  position: absolute;
  right: -10px;
  top: 0;
}
.ipt__label--hide {
  display: none;
}
.ipt__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}
.ipt__input input {
  width: 100%;
  background-color: #F9FCFD;
  border-bottom: 1px solid #222;
  font-size: 1.8rem;
  padding: 12px 10px;
}
.ipt__input input::-webkit-input-placeholder {
  color: #c3c3c3;
  font-size: 1.8rem;
}
.ipt__input input::-moz-placeholder {
  color: #c3c3c3;
  font-size: 1.8rem;
}
.ipt__input input:-ms-input-placeholder {
  color: #c3c3c3;
  font-size: 1.8rem;
}
.ipt__input input::-ms-input-placeholder {
  color: #c3c3c3;
  font-size: 1.8rem;
}
.ipt__input input::placeholder {
  color: #c3c3c3;
  font-size: 1.8rem;
}
.ipt__disc {
  font-size: 1.2rem;
  color: #FF474A;
  margin-top: 10px;
}

.select {
  width: 100%;
  height: 9rem;
  position: relative;
  line-height: 3.8rem;
  font-weight: 400;
}
.select select {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #E1E7EF;
  border-radius: 8px;
  color: #222;
  font-size: 14px;
  outline: none;
  padding: 2.6rem;
}
.select select:invalid {
  color: #F9FCFD;
}
.select select:disabled {
  color: #F9FCFD;
}
.select:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3rem;
  width: 3rem;
  height: 3rem;
  background: url("../images/icon/ico_select.svg") no-repeat 0 0/100% 100%;
  pointer-events: none;
}
.select.sel-time:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3rem;
  width: 4rem;
  height: 4rem;
  background: url("../images/icon/ico_time.svg") no-repeat 0 0/100% 100%;
  pointer-events: none;
}

.select.disabled::after {
  background: url("../images/icon/ico_selectdisable.svg") no-repeat 0 0/100% 100% !important;
}

.ipt-datepicker {
  position: relative;
  width: 100%;
  height: 9rem;
  border-bottom: 2px solid #d2d2d2;
  display: inline-block;
}
.ipt-datepicker #ipt-datepicker {
  width: 100%;
  height: 100%;
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: 400;
  padding-right: 8rem;
}
.ipt-datepicker #ipt-datepicker::-webkit-input-placeholder {
  color: #F9FCFD;
  font-size: 3rem;
}
.ipt-datepicker #ipt-datepicker::-moz-placeholder {
  color: #F9FCFD;
  font-size: 3rem;
}
.ipt-datepicker #ipt-datepicker:-ms-input-placeholder {
  color: #F9FCFD;
  font-size: 3rem;
}
.ipt-datepicker #ipt-datepicker::-ms-input-placeholder {
  color: #F9FCFD;
  font-size: 3rem;
}
.ipt-datepicker #ipt-datepicker::placeholder {
  color: #F9FCFD;
  font-size: 3rem;
}
.ipt-datepicker::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3rem;
  width: 4rem;
  height: 4rem;
  background: url("../images/icon/ico_calendar.svg") no-repeat 0 0/100% 100%;
  pointer-events: none;
}
.ipt #ipt-textarea {
  width: 100%;
  height: 20rem;
  border-radius: 0.6rem;
  border: 1px solid #d2d2d2;
  padding: 2rem 2rem;
  font-size: 3rem;
}
.ipt #ipt-textarea:focus {
  outline: none !important;
  border: 2px solid #2CB4E0;
}
.ipt #ipt-textarea::-webkit-input-placeholder {
  color: #F9FCFD;
}
.ipt #ipt-textarea::-moz-placeholder {
  color: #F9FCFD;
}
.ipt #ipt-textarea:-ms-input-placeholder {
  color: #F9FCFD;
}
.ipt #ipt-textarea::-ms-input-placeholder {
  color: #F9FCFD;
}
.ipt #ipt-textarea::placeholder {
  color: #F9FCFD;
}
.ipt-textarea__txt {
  color: #798BA1;
}

.daterangepicker {
  max-width: 260px;
}
.daterangepicker.show-calendar .drp-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.daterangepicker .drp-buttons .btn {
  margin: auto;
}

.custom-select {
  width: 100%;
  position: relative;
}
.custom-select-trigger {
  padding: 12px 10px;
  position: relative;
  display: block;
  border-bottom: 1px solid #222;
  color: #c3c3c3;
}
.custom-select-trigger.active {
  color: #222;
}
.custom-select.open .custom-select-trigger {
  border-bottom: none;
}
.custom-select.open .custom-select-trigger:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.custom-select-trigger:after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("../images/icon/ico_arrow.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top: 1px solid #222;
  display: none;
  z-index: 10;
  max-height: 180px;
  overflow-y: auto;
}

.custom-select.open .custom-options {
  display: block;
}

.custom-option {
  display: block;
  color: #333;
  cursor: pointer;
  font-size: 2.8rem;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  padding: 10px 15px;
}
.custom-option:not(.custom-option:last-child) {
  margin: 5px 0;
}
.custom-option:hover {
  background-color: #f0f0f0;
}
.custom-option.selected {
  color: #0055f6;
  font-weight: bold;
}

.address-form {
  margin-top: 5px;
}
.address-form .ipt__input:not(:last-child) {
  margin-bottom: 4px;
}
.address-form .ipt__txt {
  background-color: #EEF2F4;
  color: #B6B6B6;
}
.address-form .btn__wrap {
  margin-bottom: 12rem;
  margin-top: 1.2rem;
}

.pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.5);
  z-index: 9998;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pop--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pop__inner {
  padding: 3rem 4.5rem 3rem 4.5rem;
  width: 82%;
  max-width: 600px;
  background-color: #fff;
  border-radius: 2rem;
  text-align: center;
}
.pop__inner p {
  font-size: 1.6rem;
  font-weight: 500;
}
.pop__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2.4rem auto 0;
}
.pop__btn--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pop__btn--column .btn {
  width: 16.8rem;
}
.pop__btn--row {
  gap: 1rem;
}
.pop__btn--row .btn {
  width: 100%;
}
.pop__btn--row .btn--cancel {
  background-color: #fff;
  color: #003279;
  border: 1px solid #003279;
}
.pop__txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
}
.pop .txt--light {
  font-weight: normal;
  margin-top: 10px;
}
.pop-calendar .selectpicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.pop-calendar .selectpicker__swiper {
  z-index: 10;
}
.pop-calendar .selectpicker__sort {
  position: absolute;
  top: 34%;
  left: 0;
  width: 100%;
  height: 5rem;
  border-top: 1px solid #F9FCFD;
  border-bottom: 1px solid #F9FCFD;
  background-color: transparent;
}
.pop-calendar .selectpicker__sort--time:after {
  content: ":";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
}
.pop-calendar .selectpicker .swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.pop-calendar .selectpicker .swiper-container {
  width: 10.3rem;
  height: 25.4rem;
  float: left;
}
.pop-calendar .selectpicker .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  opacity: 0.25;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-weight: 700;
}
.pop-calendar .selectpicker .swiper-container .swiper-slide-active {
  opacity: 1;
}

.pop-alert {
  width: 100%;
  height: auto;
  background: rgba(72, 86, 104, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  top: initial;
  padding: 2rem;
}
.pop-alert div,
.pop-alert p,
.pop-alert button {
  color: #fff;
}
.pop-alert__top, .pop-alert__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pop-alert__top {
  width: 100%;
}
.pop-alert__close > img {
  margin-right: 5px;
}
.pop-alert .doNotShow {
  text-decoration: underline;
}
.pop-alert__cnt {
  font-size: 1.2rem;
  margin-top: 1.2rem;
  text-align: center;
}

.calendar {
  border-bottom: 1px solid #E1E7EF;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.calendar.no-data {
  border: none;
}

.ui-datepicker {
  width: 100%;
  border: none !important;
}
.ui-datepicker .has-event a {
  font-weight: 700;
  position: relative;
}
.ui-datepicker .has-event a::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-color: #0055f6;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  left: calc(50% - 0.6rem);
  z-index: 2;
}
.ui-datepicker-header {
  display: inline-block;
  background-color: transparent;
  border: none;
  margin-bottom: 24px;
}
.ui-datepicker-prev .ui-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ui-datepicker .ui-corner-all {
  padding: 10px;
  top: 8px;
}
.ui-datepicker .ui-icon {
  background-image: url(../images/icon/ico_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2.5rem auto;
}
.ui-datepicker-title {
  font-size: 2.8rem;
  line-height: 1.4rem !important;
  margin: 0 2rem !important;
}
.ui-datepicker-calendar {
  border: none !important;
}
.ui-datepicker-calendar thead {
  display: none;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  padding: 0;
  line-height: 9rem;
  text-align: center;
}
.ui-datepicker-calendar td {
  height: 9.5rem;
  font-size: 3.2rem;
}
.ui-datepicker-calendar td a {
  height: 100%;
  display: block;
  padding: 0;
  line-height: 9rem;
}
.ui-datepicker-today {
  background-color: #dde9ff !important;
  border-radius: 4px;
}
.ui-datepicker .ui-state-default {
  background: transparent !important;
  border: none !important;
  text-align: center;
}
.ui-datepicker .ui-state-active {
  background-color: #dde9ff !important;
  border-radius: 4px;
  color: #222;
}
.ui-datepicker .ui-state-default {
  color: #222;
}

.ck-content {
  padding: 0 25px !important;
}

.ck-content ol {
  list-style: decimal !important;
}

.ck-content ul {
  list-style: initial !important;
}

.ck-content li {
  padding: initial !important;
  margin: initial !important;
  list-style: inherit !important;
}

.ck-content i,
.ck-content em {
  font-style: italic;
}

.wrap {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: auto;
  max-width: 750px;
  padding-bottom: 10rem;
}

.contType {
  background-color: #F9FCFD;
}
.contType h2 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.contType h2 + p {
  color: #6a6a6a;
}
.contType__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4rem 2rem;
}
.contType__cnt {
  padding: 2rem;
  padding-top: 0;
}
.contType__box--white {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #E1E7EF;
  padding: 3.2rem;
  margin-bottom: 3.2rem;
}

.alert {
  background-color: #F9FCFD;
}

.blind,
.hide {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px !important;
  height: 1px !important;
  margin: -1px;
  overflow: hidden;
}

.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-line {
  text-decoration: underline;
}
.text-bold {
  font-weight: bold;
}
.text-blind {
  color: rgba(0, 0, 0, 0);
}
.text-blue {
  color: #2CB4E0 !important;
}

.border {
  border: 1px solid #222;
}
.border--btm {
  border-bottom: 1px solid #222;
}

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

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pt-00 {
  padding-top: calc(00px) !important;
}

.pb-00 {
  padding-bottom: calc(00px) !important;
}

.pl-00 {
  padding-left: calc(00px) !important;
}

.pr-00 {
  padding-right: calc(00px) !important;
}

.pl-0 {
  padding-left: calc(0px) !important;
}

.pr-0 {
  padding-right: calc(0px) !important;
}

.mt-0 {
  margin-top: calc(0px) !important;
}

.mb-0 {
  margin-bottom: calc(0px) !important;
}

.ml-0 {
  margin-left: calc(0px) !important;
}

.mr-0 {
  margin-right: calc(0px) !important;
}

.mt-00 {
  margin-top: calc(00px) !important;
}

.mb-00 {
  margin-bottom: calc(00px) !important;
}

.ml-00 {
  margin-left: calc(00px) !important;
}

.mr-00 {
  margin-right: calc(00px) !important;
}

.pt-10 {
  padding-top: calc(10px) !important;
}

.pb-10 {
  padding-bottom: calc(10px) !important;
}

.pl-10 {
  padding-left: calc(10px) !important;
}

.pr-10 {
  padding-right: calc(10px) !important;
}

.pl-1 {
  padding-left: calc(1px) !important;
}

.pr-1 {
  padding-right: calc(1px) !important;
}

.mt-1 {
  margin-top: calc(1px) !important;
}

.mb-1 {
  margin-bottom: calc(1px) !important;
}

.ml-1 {
  margin-left: calc(1px) !important;
}

.mr-1 {
  margin-right: calc(1px) !important;
}

.mt-10 {
  margin-top: calc(10px) !important;
}

.mb-10 {
  margin-bottom: calc(10px) !important;
}

.ml-10 {
  margin-left: calc(10px) !important;
}

.mr-10 {
  margin-right: calc(10px) !important;
}

.pt-20 {
  padding-top: calc(20px) !important;
}

.pb-20 {
  padding-bottom: calc(20px) !important;
}

.pl-20 {
  padding-left: calc(20px) !important;
}

.pr-20 {
  padding-right: calc(20px) !important;
}

.pl-2 {
  padding-left: calc(2px) !important;
}

.pr-2 {
  padding-right: calc(2px) !important;
}

.mt-2 {
  margin-top: calc(2px) !important;
}

.mb-2 {
  margin-bottom: calc(2px) !important;
}

.ml-2 {
  margin-left: calc(2px) !important;
}

.mr-2 {
  margin-right: calc(2px) !important;
}

.mt-20 {
  margin-top: calc(20px) !important;
}

.mb-20 {
  margin-bottom: calc(20px) !important;
}

.ml-20 {
  margin-left: calc(20px) !important;
}

.mr-20 {
  margin-right: calc(20px) !important;
}

.pt-30 {
  padding-top: calc(30px) !important;
}

.pb-30 {
  padding-bottom: calc(30px) !important;
}

.pl-30 {
  padding-left: calc(30px) !important;
}

.pr-30 {
  padding-right: calc(30px) !important;
}

.pl-3 {
  padding-left: calc(3px) !important;
}

.pr-3 {
  padding-right: calc(3px) !important;
}

.mt-3 {
  margin-top: calc(3px) !important;
}

.mb-3 {
  margin-bottom: calc(3px) !important;
}

.ml-3 {
  margin-left: calc(3px) !important;
}

.mr-3 {
  margin-right: calc(3px) !important;
}

.mt-30 {
  margin-top: calc(30px) !important;
}

.mb-30 {
  margin-bottom: calc(30px) !important;
}

.ml-30 {
  margin-left: calc(30px) !important;
}

.mr-30 {
  margin-right: calc(30px) !important;
}

.pt-40 {
  padding-top: calc(40px) !important;
}

.pb-40 {
  padding-bottom: calc(40px) !important;
}

.pl-40 {
  padding-left: calc(40px) !important;
}

.pr-40 {
  padding-right: calc(40px) !important;
}

.pl-4 {
  padding-left: calc(4px) !important;
}

.pr-4 {
  padding-right: calc(4px) !important;
}

.mt-4 {
  margin-top: calc(4px) !important;
}

.mb-4 {
  margin-bottom: calc(4px) !important;
}

.ml-4 {
  margin-left: calc(4px) !important;
}

.mr-4 {
  margin-right: calc(4px) !important;
}

.mt-40 {
  margin-top: calc(40px) !important;
}

.mb-40 {
  margin-bottom: calc(40px) !important;
}

.ml-40 {
  margin-left: calc(40px) !important;
}

.mr-40 {
  margin-right: calc(40px) !important;
}

.pt-50 {
  padding-top: calc(50px) !important;
}

.pb-50 {
  padding-bottom: calc(50px) !important;
}

.pl-50 {
  padding-left: calc(50px) !important;
}

.pr-50 {
  padding-right: calc(50px) !important;
}

.pl-5 {
  padding-left: calc(5px) !important;
}

.pr-5 {
  padding-right: calc(5px) !important;
}

.mt-5 {
  margin-top: calc(5px) !important;
}

.mb-5 {
  margin-bottom: calc(5px) !important;
}

.ml-5 {
  margin-left: calc(5px) !important;
}

.mr-5 {
  margin-right: calc(5px) !important;
}

.mt-50 {
  margin-top: calc(50px) !important;
}

.mb-50 {
  margin-bottom: calc(50px) !important;
}

.ml-50 {
  margin-left: calc(50px) !important;
}

.mr-50 {
  margin-right: calc(50px) !important;
}

.pt-60 {
  padding-top: calc(60px) !important;
}

.pb-60 {
  padding-bottom: calc(60px) !important;
}

.pl-60 {
  padding-left: calc(60px) !important;
}

.pr-60 {
  padding-right: calc(60px) !important;
}

.pl-6 {
  padding-left: calc(6px) !important;
}

.pr-6 {
  padding-right: calc(6px) !important;
}

.mt-6 {
  margin-top: calc(6px) !important;
}

.mb-6 {
  margin-bottom: calc(6px) !important;
}

.ml-6 {
  margin-left: calc(6px) !important;
}

.mr-6 {
  margin-right: calc(6px) !important;
}

.mt-60 {
  margin-top: calc(60px) !important;
}

.mb-60 {
  margin-bottom: calc(60px) !important;
}

.ml-60 {
  margin-left: calc(60px) !important;
}

.mr-60 {
  margin-right: calc(60px) !important;
}

.pt-70 {
  padding-top: calc(70px) !important;
}

.pb-70 {
  padding-bottom: calc(70px) !important;
}

.pl-70 {
  padding-left: calc(70px) !important;
}

.pr-70 {
  padding-right: calc(70px) !important;
}

.pl-7 {
  padding-left: calc(7px) !important;
}

.pr-7 {
  padding-right: calc(7px) !important;
}

.mt-7 {
  margin-top: calc(7px) !important;
}

.mb-7 {
  margin-bottom: calc(7px) !important;
}

.ml-7 {
  margin-left: calc(7px) !important;
}

.mr-7 {
  margin-right: calc(7px) !important;
}

.mt-70 {
  margin-top: calc(70px) !important;
}

.mb-70 {
  margin-bottom: calc(70px) !important;
}

.ml-70 {
  margin-left: calc(70px) !important;
}

.mr-70 {
  margin-right: calc(70px) !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-flex__spaceBtw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.d-flex__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.d-block {
  display: block;
}

.w-100 {
  width: 100% !important;
}
.w-50 {
  width: 50% !important;
}

.ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}

.ellipsis.line1 {
  -webkit-line-clamp: 1;
}

.ellipsis.line2 {
  -webkit-line-clamp: 2;
}

.accept__title {
  background-color: #f4f5f7;
  text-align: center;
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 2rem 0;
}
.accept .ipt {
  width: calc(100% - 9.5rem);
  border-radius: 0.2rem;
  margin: 0 4.7rem;
}
.accept .ipt2 {
  display: none;
}
.accept .ipt__title {
  font-size: 1.3rem;
  color: #222;
}
.accept .ipt__style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 5rem;
  border-radius: 0.5rem;
  border-bottom: 2px solid #F9FCFD;
  background-color: #fff;
  padding: 0 1rem;
}
.accept .ipt input::-webkit-input-placeholder {
  color: #F9FCFD;
}
.accept .ipt input::-moz-placeholder {
  color: #F9FCFD;
}
.accept .ipt input:-ms-input-placeholder {
  color: #F9FCFD;
}
.accept .ipt input::-ms-input-placeholder {
  color: #F9FCFD;
}
.accept .ipt input::placeholder {
  color: #F9FCFD;
}
.accept .btn__num2 {
  display: none;
}
.accept.active .ipt2 {
  display: block;
}
.accept.active .btn__num1 {
  display: none;
}
.accept.active .btn__num2 {
  display: block;
}

.login {
  background: url("../images/login/bg.png") no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.login .logo__top {
  width: 4.6rem;
  position: absolute;
  right: 14px;
  top: 18px;
}
.login__cnt {
  width: 100%;
}
.login__logo {
  margin: auto;
  width: 17.5rem;
  text-align: center;
}
.login__logo img {
  margin: auto;
}
.login__ico {
  margin: auto;
  width: 4.2rem;
}
.login__title {
  font-size: 2rem;
  text-align: center;
  color: #003279;
  font-weight: 700;
  line-height: 2.5rem;
}
.login__btn-wrap {
  width: 100%;
  position: absolute;
  bottom: 11rem;
}

#detailAddress {
  background-color: #f9fcfd;
  color: #222;
}

.contents p {
  word-break: break-all;
}
.contents__cnt {
  margin: 0.5rem 2rem 0 2rem;
}
.contents__ul {
  margin-top: 2rem;
}
.contents__ul li {
  border: 1px solid #E1E7EF;
  border-radius: 8px;
  margin-bottom: 1.6rem;
  overflow: hidden;
}
.contents__ul li:last-of-type {
  margin-bottom: 0;
}
.contents .title-wrap {
  color: #222;
  border-bottom: 1px solid #E1E7EF;
  padding-bottom: 2rem;
}
.contents .title-wrap .title {
  font-size: 2.2rem;
  font-weight: 700;
}
.contents .title-wrap .subtitle {
  margin-top: 0.7rem;
  color: #6a6a6a;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.contents .title-wrap .subtitle span {
  display: block;
  margin-bottom: 1rem;
}
.contents .title-wrap .subtitle span:last-of-type {
  margin-bottom: 0;
}
.contents-box {
  overflow-x: auto;
}
.contents-box__thumb {
  border-radius: 8px 8px 0 0;
}
.contents-box__thumb img {
  width: 100%;
}
.contents-box__title {
  color: #222;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.4rem 1.6rem 0.4rem;
}
.contents-box__txt {
  color: #c3c3c3;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0 1.6rem 1.4rem;
}
.contents .video .player {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.25%;
}
.contents .video .player video,
.contents .video .player iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
}
.contents__txt {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 0.8rem;
}
.contents .reviewcode {
  font-size: 1.2rem;
  color: #999999;
  text-align: right;
  margin: 8px 0 40px;
}
.contents .swiper-slide {
  overflow: hidden;
  border-radius: 0.4rem;
}
.contents .swiper-slide > img {
  width: 100%;
}
.contents .swiper-button-next:after, .contents .swiper-button-prev:after {
  content: "";
}
.contents .swiper-button-next, .contents .swiper-container-rtl .swiper-button-prev {
  right: 1rem;
}
.contents .swiper-button-prev, .contents .swiper-container-rtl .swiper-button-next {
  left: 1rem;
}
.contents .swiper-button-next, .contents .swiper-button-prev {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  top: 42.5%;
  outline: none;
  padding: 20px;
}
.contents .swiper-button-next {
  background: url("../images/common/arrow_next.svg") no-repeat center right/2.8rem 2.8rem;
}
.contents .swiper-button-prev {
  background: url("../images/common/arrow_prev.svg") no-repeat center left/2.8rem 2.8rem;
}
.contents .swiper-pagination {
  position: static;
  width: 100%;
  margin: 1.4rem 0;
}
.contents .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #c3c3c3;
  opacity: 1;
}
.contents .swiper-pagination-bullet:not(:first-of-type) {
  margin-left: 1.2rem;
}
.contents .swiper-pagination-bullet-active {
  background-color: #2CB4E0;
}
.contents .swiper-button-next.swiper-button-disabled, .contents .swiper-button-prev.swiper-button-disabled {
  display: none;
}

body {
  background-color: white;
  background-image: none;
}

.pdfViewer .page {
  margin: 0 auto;
  border: 0;
  background: transparent;
}

html[dir=ltr] #viewerContainer {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.toolbar {
  display: none;
}

#viewerContainer,
.findbar,
.secondaryToolbar {
  top: 0;
}

.pdf_wrap #pdf-viewer-container {
  border: 1px solid #ccc;
  overflow-y: scroll;
  /* 세로 스크롤 가능하도록 설정 */
  background-color: #f0f0f0;
  /* 배경색으로 페이지 구분 용이하게 */
}
.pdf_wrap #pdf-pages-container {
  /* 필요하다면 여기에 추가 스타일링 */
}
.pdf_wrap .pdf-page-canvas {
  border: 1px solid #eee;
  margin-bottom: 10px;
  /* 페이지 간 간격 */
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  /* 페이지에 그림자 효과 */
  display: block;
  /* 캔버스가 블록 요소로 한 줄에 하나씩 보이도록 */
  margin-left: auto;
  margin-right: auto;
  /* 페이지 중앙 정렬 */
  background-color: #fff;
  /* 캔버스 배경 흰색 */
}
.pdf_wrap canvas {
  width: 100%;
}

#loadingBar {
  display: none !important;
}

.agree__inner {
  padding: 3rem;
}
.agree__inner p {
  font-size: 1.3rem;
}
.agree__title {
  font-size: 2rem;
  font-weight: 700;
}
.agree__subTitle {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 20px 0 10px;
}
.agree__cnt p {
  font-size: 12px;
}
.agree__chk label {
  font-size: 1.3rem;
  font-weight: 700;
}
.agree__chk input {
  width: 1.8rem;
  height: 1.8rem;
}
.agree__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.agree__list {
  margin-top: 2rem;
}
.agree__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.agree__list li:not(:first-child) {
  margin-top: 1.7rem;
}
.agree__list__txt label {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3rem;
}
.agree-join__inner {
  padding: 2rem;
}
.agree-join__tit {
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #222;
}
.agree-join p {
  padding-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.9rem;
}
.agree-join__txt {
  color: #010101;
}
.agree-join__txt em {
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: underline;
}
.agree-join__sub {
  color: #7c7c7c;
}
.agree-join__cnt {
  padding-top: 1.5rem;
}
.agree-join__cnt strong {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #222;
}
.agree__dot {
  display: block;
  margin-left: 20px;
  margin-top: 5px;
  position: relative;
  font-size: 12px;
}
.agree__dot::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: -8px;
  top: 8px;
}
.agree__dot2 {
  display: block;
  margin-left: 30px;
  margin-top: 5px;
  position: relative;
  font-size: 12px;
}
.agree__dot2::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  border: 1px solid black;
  position: absolute;
  left: -8px;
  top: 6px;
}
.agree__depth--2 {
  display: block;
  margin-left: 15px;
}
.agree__line {
  text-decoration: underline;
}
.agree__bold {
  font-weight: 700;
}
.agree .txt--disc {
  margin-top: 5px;
}
.agree li {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
.agree-check-list .all-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.agree-check-list .all-check input[type=checkbox] {
  display: none;
}
.agree-check-list .all-check input[type=checkbox]:checked + label .ico--check {
  background-image: url("../images/icon/ico-check2_on.svg");
}
.agree-check-list .all-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.agree-check-list .all-check label .ico--check {
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 4px;
  background: url("../images/icon/ico-check2_off.svg") no-repeat center/contain;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.agree-check-list .all-check label .ico--check::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.agree-check-list .all-check label strong {
  font-size: 1.8rem;
  font-weight: 700;
  color: #222;
}
.agree-check-list .sub-check-list {
  padding-left: 3rem;
  padding-right: 0.8rem;
}
.agree-check-list .sub-check-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.2rem;
}
.agree-check-list .sub-check-list li:last-child {
  margin-bottom: 0;
}
.agree-check-list .sub-check-list li .chk-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agree-check-list .sub-check-list li .chk-item .txt {
  font-size: 1.4rem;
  color: #6a6a6a;
}
.agree-check-list .sub-check-list li .btn-view {
  font-size: 1.3rem;
  color: #c3c3c3;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.agree-check-list .sub-check-list li .btn-view:hover {
  color: #2CB4E0;
}

.phone-validation .ipt__box {
  margin-bottom: 0;
}
.phone-validation .ipt__input {
  position: relative;
}
.phone-validation .ipt__input input {
  padding-right: 6rem;
}
.phone-validation .countdown-timer {
  color: #FF474A;
  font-size: 1.6rem;
  position: absolute;
  top: 13px;
  right: 10px;
}

.alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alert__cnt {
  width: 100%;
}
.alert__cnt h3 {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 2rem;
}
.alert__logo {
  margin: auto;
  width: 17.5rem;
  text-align: center;
}
.alert__logo img {
  margin: auto;
}
.alert__ico {
  margin: auto;
  width: 4.2rem;
}
.alert__title {
  font-size: 2rem;
  text-align: center;
  color: #003279;
  font-weight: 700;
  line-height: 2.5rem;
}
.alert__txt {
  color: #464646;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
.alert__txt1 {
  margin-top: 3rem;
  padding: 0 30px;
}
.alert__txt2 {
  margin-top: 1.2rem;
  padding: 0 30px;
}

.faq {
  background-color: #fff !important;
}
.faq .contents {
  padding: 1.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.faq sup {
  font-size: 1rem;
  position: relative;
  top: 2px;
}
.faq__contents {
  padding: 1.5rem 0 !important;
}
.faq__contents .faq__top,
.faq__contents .faq__btm,
.faq__contents .faq__pd {
  padding-left: 2rem;
  padding-right: 2rem;
}
.faq__contents .faq__box {
  padding: 2.7rem 2rem;
}
.faq__contents .faq__box--active + .faq--bg .faq__box {
  background: #f6f6f6;
}
.faq__contents .faq__box--active + .faq--bg .faq__box.faq__box--active {
  background-color: #fff;
}
.faq__pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ebf4fb;
  z-index: 9998;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq__pop--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq__pop__inner {
  padding: 0 2rem;
  width: 100%;
}
.faq__pop__close {
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 2rem;
  top: 2.2rem;
  background: url("../images/icon/exercise/ico_close.svg") no-repeat 0 0/100% 100%;
}
.faq__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq__top p {
  font-size: 1.9rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: #222;
}
.faq__top__btn {
  width: 2.8rem;
  height: 2.8rem;
  background: url("../images/icon/ico_home.svg") no-repeat 0 0/100% 100%;
}
.faq__btm {
  margin-top: 5rem;
  font-size: 1rem;
  line-height: 1.3rem;
  color: #6a6a6a;
}
.faq__btm a {
  color: #0a65bd;
}
.faq__list li {
  border-bottom: 1px solid #eaeaea;
}
.faq__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.7rem 0;
}
.faq__box:after {
  content: "";
  width: 1.5rem;
  height: 0.8rem;
  background: url("../images/icon/ico_toggle.svg") no-repeat 0 0/100% 100%;
}
.faq__box--active {
  border-bottom: 0px !important;
}
.faq__box--active:after {
  background: url("../images/icon/ico_toggle_active.svg") no-repeat 0 0/100% 100%;
}
.faq__box--active + .faq__cnt {
  display: block;
}
.faq__box--active .faq__title {
  font-weight: 600;
}
.faq__cnt {
  display: none;
  border-top: 1px solid #eaeaea;
  padding: 2rem 0;
}
.faq__cnt-txt {
  padding-top: 1rem;
  color: #666666;
  font-size: 1.4rem;
  line-height: 2.1rem;
  word-wrap: break-word;
}
.faq__cnt-txt:first-child {
  padding-top: 0;
}
.faq__cnt-txt strong {
  color: #000;
}
.faq__cnt-txt > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faq__cnt-txt > p:before {
  content: "·";
  padding-right: 0.5rem;
}
.faq__cnt-txt img {
  width: 100%;
  pointer-events: none;
  margin-top: 1.3rem;
}
.faq__cnt-disc {
  color: #666666;
  font-size: 1.3rem;
  line-height: 2.1rem;
  word-wrap: break-word;
}
.faq__cnt-underline {
  display: block;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-bottom: 4px;
}
.faq__cnt__img {
  padding-top: 1rem;
}
.faq__cnt__img + .faq__cnt-txt {
  padding-top: 2rem;
}
.faq__cnt__fn {
  padding-top: 0.7rem;
  font-size: 1rem;
  color: #6a6a6a;
  text-align: right;
}
.faq__title {
  width: calc(100% - 3.8rem);
  font-size: 1.5rem;
  color: #222;
}
.faq__title--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.faq__title--sub::before {
  content: "Q. ";
  width: 2.5rem;
}
.faq__title--sub span {
  width: calc(100% - 2.5rem);
}
.faq-index {
  padding: 2rem;
  background-color: #aebfcf !important;
}
.faq-index__txt {
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  border-radius: 0 0 1.2rem 1.2rem;
  background-color: #fff;
}
.faq-index__txt p {
  padding-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #111;
}
.faq-index__btn {
  padding: 1.5rem;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #111;
  border-radius: 0.2rem;
  background-color: #f5f5f5;
}
.faq-index__btn + .faq-index__btn {
  margin-top: 1rem;
}