@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/Pretendard-Black.woff2) format("woff2"), url(../fonts/Pretendard-Black.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/Pretendard-ExtraBold.woff2) format("woff2"), url(../fonts/Pretendard-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Pretendard-Bold.woff2) format("woff2"), url(../fonts/Pretendard-Bold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Pretendard-SemiBold.woff2) format("woff2"), url(../fonts/Pretendard-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Pretendard-Medium.woff2) format("woff2"), url(../fonts/Pretendard-Medium.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Pretendard-Regular.woff2) format("woff2"), url(../fonts/Pretendard-Regular.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Pretendard-Light.woff2) format("woff2"), url(../fonts/Pretendard-Light.woff) format("woff");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 62.5%;
  color: #222;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 320px) {
  html,
  body {
    font-size: 9px;
  }
}

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

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

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

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

form, fieldset, iframe {
  border: 0;
}

img {
  width: 100%;
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  pointer-events: none;
}

button {
  border: 0;
}

hr {
  border: 0;
}

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

strong, b {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

label, button {
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

caption, legend {
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -50000px;
}

input, textarea, select, button {
  padding: 0;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.5rem;
  color: #222;
  vertical-align: middle;
  background: none;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, button::-moz-placeholder {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
input::placeholder, textarea::placeholder, select::placeholder, button::placeholder {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

input::-ms-clear, input::-ms-reveal {
  display: none;
}

textarea {
  resize: none;
}

a {
  display: block;
  color: #222;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.btn {
  display: block;
  width: 100%;
  height: 5.5rem;
  margin: 0 auto;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 5.5rem;
  text-align: center;
  background-color: #9F2B63;
  color: #FFFFFF;
}
.btn:disabled {
  cursor: default;
  pointer-events: none;
  background-color: #D2D2D2 !important;
  color: #EBEBEB !important;
}
.btn--back {
  background-color: #333333;
}
.btn--txt {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #9F2B63;
  text-decoration: underline;
  text-align: center;
}
.btn--edu {
  padding: 0 1.2rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 0 0 0.7rem 0.7rem;
}
.btn--edu:disabled {
  cursor: default;
  pointer-events: none;
  background-color: #909090 !important;
  color: #BEBEBE !important;
}
.btn--edu-cancel {
  background-color: #DEDEDE;
  font-size: 1.5rem;
  font-weight: 500;
  color: #222;
}
.btn--pop {
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 4.5rem;
  color: #FFFFFF;
  height: 4.5rem;
  background-color: #9F2B63;
  width: 12rem;
  border-radius: 1rem;
}
.btn--pop-n {
  background-color: #A2ABC4;
}
.btn--address {
  height: 4.7rem;
  border-radius: 0.7rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #636363;
}
.btn--record {
  margin: 0;
  padding: 1rem;
  width: auto;
  height: auto;
  line-height: normal;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.btn--record:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: url("../images/etc/ico_record.svg") no-repeat 0 0/100% 100%;
}
.btn--view {
  font-size: 1.4rem;
  font-weight: 600;
  color: #777;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.btn--view:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: url("../images/etc/ico_view.svg") no-repeat 0 0/100% 100%;
}
.btn--info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.75rem;
  border-radius: 0.7rem;
}
.btn--info p {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.btn--info p:before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url("../images/etc/ico_check.svg") no-repeat 0 0/100% 100%;
}
.btn--info i {
  width: 2rem;
  height: 2rem;
}

.pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 38, 66, 0.6);
  z-index: 9998;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pop--open {
  display: flex;
}
.pop__inner {
  padding: 3rem 2rem 2.5rem;
  width: 82%;
  max-width: 600px;
  background-color: #FFFFFF;
  border-radius: 1rem 1rem 0 0;
  text-align: center;
}
.pop__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82%;
}
.pop__btn .btn {
  font-size: 1.5rem;
  border-radius: 0 0 0.8rem 0.8rem;
}
.pop__btn--column {
  flex-direction: column;
}
.pop__btn--column .btn {
  width: 16.8rem;
}
.pop__btn--row .btn {
  border-radius: 0 0 0.8rem 0;
}
.pop__btn--row .btn--cancel {
  border-radius: 0 0 0 0.8rem;
  background-color: #A46C87;
}
.pop__close {
  width: 0.9rem;
  height: 0.9rem;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: -5px;
  z-index: 1;
}
.pop__tit {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2rem;
}
.pop__tit--pd-4 {
  padding: 2rem 0;
}
.pop__txt {
  padding-top: 0.8rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 400;
}
.pop__mark::before {
  content: "";
  width: 4.6rem;
  height: 4.6rem;
  display: block;
  margin: 0 auto 2rem;
}
.pop__mark--chk::before {
  background: url("../images/pop/ico_check.svg") no-repeat 0 0/100% 100%;
}
.pop__mark--error::before {
  background: url("../images/pop/ico_error.svg") no-repeat 0 0/100% 100%;
}
.pop--address {
  align-items: flex-end;
  flex-direction: row;
}
.pop--address .pop__cnt {
  width: 100%;
  position: relative;
}
.pop--address .pop__close {
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  width: 2rem;
  height: 2rem;
}
.pop--address #pop-address-inner {
  height: 100vh;
  padding-top: 7%;
}
.pop-end {
  align-items: flex-end;
  flex-direction: row;
}
.pop-end__inner {
  padding: 2.5rem 3rem 3rem;
  background-color: #fff;
  width: 100%;
  max-height: 93%;
  overflow-y: auto;
  border-radius: 1rem 1rem 0 0;
}
.pop-end__tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pop-end__tit p {
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 700;
}
.pop-end__close {
  width: 1.9rem;
  height: 1.9rem;
}

.calendar .pop__inner {
  padding: 0;
  border-radius: 1rem;
}
.calendar .pop__inner .datepicker-pop {
  padding: 2rem;
}
.calendar .pop__btn {
  width: 100%;
}
.calendar .pop__btn .btn {
  border-radius: 0 0 1rem 1rem;
}

.calendar .datepicker-inline .datepicker {
  width: 100%;
  border: none;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border: 0;
}
.calendar .datepicker--nav {
  border: 0;
  padding-top: 0;
}
.calendar .datepicker--nav {
  justify-content: center;
}
.calendar .datepicker--nav-action path {
  stroke: #222;
}
.calendar .datepicker--nav-action.-disabled- {
  visibility: unset;
  pointer-events: none;
}
.calendar .datepicker--nav-action.-disabled- path {
  stroke: #B6B6B9;
}
.calendar .datepicker--nav-action.-disabled-.-focus- {
  background-color: none;
}
.calendar .datepicker--cell.-disabled- {
  color: #E2E2E2 !important;
  background: none !important;
}
.calendar .datepicker--nav-title,
.calendar .datepicker--nav-title i {
  font-size: 1.7rem;
  font-weight: 700;
  color: #222;
}
.calendar .datepicker--nav-title i {
  margin-left: 0;
}
.calendar .datepicker--day-name {
  font-size: 1.4rem;
  font-weight: 400;
  color: #555557;
}
.calendar .datepicker--cell {
  height: 3.8rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.calendar .datepicker--cell.-current- {
  color: #222;
}
.calendar .today {
  position: absolute;
  left: 50%;
  top: 0.3rem;
  transform: translateX(-50%);
  background-color: #FF2828;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
}
.calendar .datepicker--cell.-selected-,
.calendar .datepicker--cell.-selected-.-focus- {
  background: #FFC015 !important;
}
.calendar .datepicker--days-names {
  margin-bottom: 1rem;
}
.calendar .datepicker--nav-title {
  pointer-events: none;
  cursor: default;
}
.calendar .datepicker--nav-action:hover, .calendar .datepicker--nav-title:hover {
  background: none;
}
.calendar .datepicker--cell.-current-:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.3rem;
  transform: translateX(-50%);
  background-color: #FF2828;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
}

.footer {
  background-color: #745062;
}
.footer__inner {
  padding: 2rem;
}
.footer__txt {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1rem;
}
.footer__copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__copy small {
  font-size: 0.9rem;
  font-weight: 700;
  color: #FFFFFF;
}
.footer__copy span {
  font-size: 0.8rem;
  color: #FFFFFF;
}
.footer--login .footer__txt {
  display: none !important;
}

.ipt {
  width: 100%;
}
.ipt__radio {
  width: 100%;
  height: 4.5rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
.ipt__radio__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.ipt__radio__wrap .ipt__radio {
  width: 7.3rem;
  height: 3.8rem;
}
.ipt__radio input[type=radio] + label {
  display: block;
  position: relative;
  cursor: pointer;
}
.ipt__radio input[type=radio] + label > span {
  display: block;
  position: relative;
  text-align: center;
  line-height: 4.5rem;
  font-size: 1.5rem;
  z-index: 10;
  font-weight: 500;
}
.ipt__radio input[type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9;
}
.ipt__radio input[type=radio]:checked + label > span, .ipt__radio input[type=radio].checked + label > span {
  color: #FFFFFF;
  font-weight: 600;
}
.ipt__radio input[type=radio]:checked + label::after, .ipt__radio input[type=radio].checked + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.ipt__radio--time input[type=radio] + label > span {
  color: #222;
  font-size: 1.6rem;
  z-index: 10;
  font-weight: 400;
  line-height: 3.8rem !important;
}
.ipt__radio--time input[type=radio] + label > span span {
  font-size: 1.2rem;
}
.ipt__radio--time input[type=radio] + label::before {
  background-color: #F5F5F5;
}
.ipt__radio--time input[type=radio]:disabled + label > span {
  color: #D1D1D1;
}
.ipt__radio--time input[type=radio]:checked + label::after {
  background-color: #FFC015 !important;
}
.ipt__style {
  border: 0.1rem solid #775C6B;
  width: 100%;
  height: 4.5rem;
  padding: 1.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
  border-radius: 0.2rem;
}
.ipt__tit {
  padding-left: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.45rem;
  font-weight: 600;
  color: #775C6B;
}
.ipt__cnt {
  padding-top: 0.7rem;
  position: relative;
}

.form {
  width: 100%;
}
.form .ipt + .ipt {
  margin-top: 2rem;
}
.form--default input:disabled {
  cursor: default;
  pointer-events: none;
  background-color: #D2D2D2;
}
.form--default .ipt__style {
  padding: 1.5rem 1.3rem;
  height: 4.7rem;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border-radius: 0.7rem;
}
.form--default .ipt__style[type=number]::-webkit-outer-spin-button, .form--default .ipt__style[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form--default .ipt__style::-moz-placeholder {
  color: #bbb;
}
.form--default .ipt__style::placeholder {
  color: #bbb;
}
.form--default .ipt__tit {
  font-size: 1.3rem;
  line-height: normal;
  color: #222;
}
.form--default .ipt__cnt {
  padding-top: 1rem;
}
.form--default .ipt__address {
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}
.form--default .ipt__address .btn--address {
  width: 12.15rem;
}
.form--default .ipt__address .ipt__style {
  width: calc(100% - 12.85rem);
}
.form--default .ipt__address + .ipt__style {
  margin-bottom: 0.8rem;
}
.form--default .ipt__chk {
  margin-top: 3rem;
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}
.form--default .ipt__chk--align {
  align-items: center;
}
.form--default .ipt__chk input {
  width: 2rem;
  height: 2rem;
  background: url("../images/ico_chk.svg") no-repeat 0 0/100% 100%;
  cursor: pointer;
}
.form--default .ipt__chk input:checked {
  background-image: url("../images/ico_chk_active.svg");
}
.form--default .ipt__chk label {
  line-height: 1.7rem;
  font-size: 1.3rem;
  font-weight: 500;
}
.form--default .ipt__chk label .btn--txt {
  margin-top: 0.5rem;
  line-height: 1.7rem;
  color: #bbb;
}

.video_box .player {
  background-color: #e7e7e7;
  position: relative;
  width: 100%;
  height: 100%;
}
.video_box .player video,
.video_box .player iframe {
  width: 100%;
}

.table {
  border-top: 0.1rem solid #000;
  border-bottom: 0.05rem solid #dbdbdb;
}
.table td, .table th {
  text-align: center;
  word-break: break-all;
}
.table thead {
  background-color: #eaeaea;
}
.table thead th {
  padding: 1.25rem 0.55rem;
  color: #555;
  font-size: 1.2rem;
  font-weight: 400;
}
.table thead th:first-child {
  padding-left: 1.1rem;
}
.table thead th:last-child {
  padding-right: 1.1rem;
}
.table tbody {
  background-color: #fff;
}
.table tbody tr {
  border-top: 0.05rem solid #dbdbdb;
}
.table tbody tr td {
  padding: 1.4rem 0.55rem;
  color: #222;
  font-size: 1.2rem;
}
.table tbody tr td:first-child {
  padding-left: 1.1rem;
}
.table tbody tr td:last-child {
  padding-right: 1.1rem;
}
.table tbody tr td a {
  color: #9F2B63;
  text-decoration: underline;
}
.table--left {
  text-align: left !important;
}
.table--right {
  text-align: right !important;
}
.table__em {
  color: #9F2B63;
  font-weight: 700;
}
.table__em--line {
  width: 6.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

#wrap {
  width: 100%;
  height: 100%;
}

#container {
  background-color: #F5F5F5;
  position: relative;
}

.contents__inner {
  padding: 3rem;
}
@media screen and (max-width: 360px) {
  .contents__inner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.blind,
.hide {
  display: none !important;
}

sup {
  font-size: 0.8rem;
  line-height: 100%;
}

*:disabled {
  cursor: default;
  pointer-events: none;
}

.moVer {
  display: block;
}

.mobile-320 {
  display: none;
}

@media screen and (max-width: 360px) {
  .moVer {
    display: none;
  }
  .mobile-320 {
    display: block;
  }
}
.pd-0 {
  padding: 0 !important;
}

.borb-0 {
  border-bottom: none !important;
}

.bort-0 {
  border-top: none !important;
}

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

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

.mgt-2 {
  margin-top: 1rem !important;
}

.mgt-4 {
  margin-top: 2rem !important;
}

.mgt-6 {
  margin-top: 3rem !important;
}

.mgb-2 {
  margin-bottom: 1rem !important;
}

.mgb-4 {
  margin-bottom: 2rem !important;
}

.mgb-7 {
  margin-bottom: 3.5rem !important;
}

.fc_red {
  color: #FF2828 !important;
}

.fc_black {
  color: #222 !important;
}

.fwB {
  font-weight: 700 !important;
}

.text-center {
  text-align: center !important;
}

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

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

.h-100 {
  height: 100% !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;
}

.flex-spacebetween {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-start {
  align-items: flex-start !important;
  gap: 0 !important;
}

.full {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contents {
  position: relative;
}
.contents__top {
  padding: 3rem 3rem;
  position: relative;
}
.contents__tit {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.1rem;
  color: #222;
  text-align: center;
}
.contents__tit--left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contents__txt {
  padding-top: 0.9rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #777;
}
.contents__back {
  width: 2rem;
  height: 2rem;
  background: url("../images/edu/ico_back.svg") no-repeat 0 0/100% 100%;
  position: absolute;
  left: 3rem;
  top: 3.05rem;
}

.tell {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../images/etc/ico_phone.svg") no-repeat 0 0/100% 100%;
  vertical-align: bottom;
}

/* landing */
.login {
  position: relative;
  width: 100%;
  background: url("../images/login/bg.png") no-repeat 0 0/100% 100%;
}
.login:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/login/bg_icon.png") no-repeat top center/contain;
}
.login--full:before {
  background: url("../images/login/bg_icon_full.png") no-repeat top center/cover;
}
.login--full .login__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
}
.login--full .login__cnt {
  width: 100%;
}
.login--full .login__btm {
  width: 100%;
  position: relative;
  padding: 0;
  margin-top: 3rem;
}
.login--full .login__btm .btn {
  width: 100%;
}
.login__top {
  height: calc(100vh - 9rem);
  padding: 0 3rem;
  padding-top: 6.9rem;
  display: flex;
  justify-content: center;
}
.login__top--double {
  height: calc(100vh - 15.8rem);
}
.login__cnt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login__txt1 {
  margin-top: 2.15rem;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.2rem;
  color: #9F2B63;
  text-align: center;
}
.login__txt1 + .login__txt2 {
  margin-top: 6.2rem;
}
.login__txt2 {
  margin-top: 2.15rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #222;
  text-align: center;
}
.login__txt2 + .login__txt2 {
  margin-top: 1rem;
}
.login__btm {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.login__btm .btn {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
}
.login__btm .btn + .btn {
  margin-top: 1.3rem;
}
.login__btm .btn > i {
  display: block;
  width: 1.75rem;
  height: 1.65rem;
  margin-right: 0.8rem;
}
.login .logo {
  width: 12.25rem;
  height: 13.15rem;
}
.login-m {
  height: auto;
}
.login-m:before {
  display: none;
}
.login-m__tit {
  font-size: 2.1rem;
  line-height: 2.1rem;
  color: #812853;
}
.login-m__cnt {
  padding: 4rem 4.75rem 0;
}
.login-m__cnt .logo {
  width: 9.55rem;
  height: auto;
}
.login-m__btn {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.login-m__btn .btn {
  border-radius: 0.2rem;
}
.login-m .form {
  padding-top: 4rem;
}

.agree {
  position: relative;
  padding: 5.1rem 2.25rem 0 2.25rem;
  background-color: #FFFFFF !important;
}
.agree .font--line {
  text-decoration: underline !important;
}
.agree .font--em {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.agree h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.15rem;
}
.agree h3 {
  display: block;
  margin-bottom: 1.6rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7rem;
}
.agree h4 {
  font-weight: 700;
}
.agree__area {
  margin-top: 2.2rem;
  padding-bottom: 4rem;
}
.agree__box {
  margin-top: 3.2rem;
}
.agree__box:nth-of-type(1) {
  margin-top: 0;
}
.agree__item {
  margin-top: 1.6rem;
  font-size: 1.2rem;
  line-height: 1.7rem;
}
.agree__item p {
  margin-top: 0.75rem;
}
.agree__item li {
  margin-top: 0.5rem;
}
.agree__table {
  margin-top: 1.5rem;
}
.agree__table th {
  padding: 0.5rem;
  font-weight: 400;
  border: 1px solid #222;
  text-align: left;
  background-color: #F5F5F5;
}
.agree__table td {
  padding: 0.5rem;
  border: 1px solid #222;
}
.agree__table td strong {
  word-break: break-all;
}
.agree__table--em {
  color: red;
  text-decoration: underline;
}
.agree__link {
  display: inline;
  text-decoration: underline;
}

.edu .contents__inner {
  border-bottom: 1px solid #F0F0F0;
}
.edu .contents__inner:last-child {
  border-bottom: 0;
}
.edu .contents__inner + .contents__inner {
  border-top: 1px solid #F0F0F0;
  position: relative;
  margin-top: 1rem;
}
.edu .contents__inner + .contents__inner::before {
  content: "";
  width: 100%;
  height: 0.9rem;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: -1rem;
}
.edu__tit {
  color: #222;
  font-size: 2.1rem;
  line-height: 2.1rem;
  font-weight: 700;
}
.edu__txt {
  margin-top: 0.9rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1rem;
  color: #777;
}
.edu__alert {
  margin-top: 0.9rem;
  font-size: 1.2rem;
  color: #777;
}
.edu__banner {
  position: relative;
  margin-top: 3rem;
}
.edu__banner__mark {
  padding: 0.75rem 1.2rem;
  font-size: 1.4rem;
  color: #FFFFFF;
  background-color: #EAB84C;
  font-weight: 600;
  line-height: 1.4rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  border-radius: 0.5rem;
}
.edu-list {
  margin-top: 3rem;
}
.edu-list__item {
  background-color: #FFFFFF;
  border-radius: 1rem;
}
.edu-list__item + .edu-list__item {
  margin-top: 1.5rem;
}
.edu-list__item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.edu-list__item__tit {
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.edu-list__item__tit:before {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  background: url("../images/edu/ico_edu_card.svg") no-repeat 0 0/100% 100%;
}
.edu-list__item__cnt {
  margin-top: 1.3rem;
}
.edu-list__item__cnt li {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 1.3rem;
}
.edu-list__item__cnt li + li {
  margin-top: 1.3rem;
}
.edu-list__item__cnt .dt {
  font-weight: 600;
  color: #B6B6B6;
}
.edu-list__item__cnt .dd {
  font-weight: 400;
  color: #222;
}
.edu-list__inner {
  padding: 1.8rem 1.7rem;
}
.edu-list__status {
  font-size: 1.2rem;
  font-weight: 500;
  color: #B6B6B6;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.edu-list__status:before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background: url("../images/edu/ico_status1.svg") no-repeat 0 0/100% 100%;
}
.edu-list__status--done {
  color: #F79C00;
}
.edu-list__status--done:before {
  background: url("../images/edu/ico_status2.svg") no-repeat 0 0/100% 100%;
}

.reserve {
  display: flex;
  flex-direction: column;
}
.reserve .contents {
  flex: 1;
}
.reserve .contents__inner {
  padding: 0;
}
.reserve__box {
  padding: 2rem 2.5rem 0 3rem;
  background-color: #FFFFFF;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}
.reserve__box:not(:first-child) {
  margin-top: 1rem;
}
.reserve__tit {
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 600;
  color: #222;
}
.reserve__tit i {
  width: 1.5rem;
  height: 1.5rem;
}
.reserve__cnt {
  padding: 2rem 0 2.5rem;
  border-top: 1px solid #F0F0F0;
}
.reserve__btm {
  position: fixed;
  bottom: 3rem;
  width: 100%;
}
.reserve__time__tit {
  font-size: 1.5rem;
  font-weight: 600;
}
.reserve__btn {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}
.reserve__btn + .reserve__time__tit {
  padding-top: 2rem;
}
.reserve__chk {
  margin: 2rem 3rem;
}

.alert {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: #E7EAED;
}
.alert__txt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
}
.alert__txt::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url("../images/ico_error.svg") no-repeat 0 0/100% 100%;
}
.alert__txt--sub {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1rem;
  text-align: center;
}

.kit {
  display: flex;
  flex-direction: column;
}
.kit .contents {
  flex: 1;
}
.kit__img {
  width: 100%;
}
.kit__alert {
  margin-top: 3rem;
  text-align: center;
}
.kit__alert strong {
  font-size: 1.7rem;
  line-height: 2.2rem;
}
.kit__alert p {
  padding-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #777;
}

.note .contents__inner {
  border-bottom: 1px solid #F0F0F0;
}
.note .contents__inner:last-child {
  border-bottom: 0;
}
.note .contents__inner + .contents__inner {
  border-top: 1px solid #F0F0F0;
  position: relative;
  margin-top: 1rem;
}
.note .contents__inner + .contents__inner::before {
  content: "";
  width: 100%;
  height: 0.9rem;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: -1rem;
}
.note__box {
  padding: 2rem 2.5rem 3rem;
  background-color: #FFFFFF;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}
.note__box:not(:first-child) {
  margin-top: 1rem;
}
.note__notice {
  padding: 0 0.5rem 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #f0f0f0;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #777;
}
.note__tit {
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.note__tit:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url("../images/etc/ico_injection.svg") no-repeat 0 0/100% 100%;
}
.note__txt {
  font-size: 1.1rem;
  line-height: 1.6rem;
}
.note__txt span {
  color: #812853;
}
.box {
  padding: 1.5rem;
  border-radius: 0.7rem;
}
.box + .box {
  margin-top: 1rem !important;
}
.box--white {
  background-color: #FFFFFF;
}
.box--gray {
  background-color: #F5F5F5;
}
.box--top {
  padding: 0.85rem 1.5rem;
}
.box strong {
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.box.flex-spacebetween .ipt__cnt {
  padding-top: 0;
}
.box .ipt__radio {
  height: 4.4rem;
  border-radius: 0.7rem;
}
.box .ipt__radio__wrap {
  flex-wrap: nowrap;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}
.box .ipt__radio__wrap .ipt__radio {
  width: 100%;
  height: 4.4rem;
}
.box .ipt__radio input[type=radio] + label > span {
  line-height: 4.4rem;
  font-size: 1.3rem;
}
.box .ipt__radio input[type=radio] + label::before {
  background-color: #E2E2E2;
}
.box .ipt__radio input[type=radio].checked + label > span, .box .ipt__radio input[type=radio]:checked + label > span {
  color: #FFFFFF;
  font-weight: 700;
}
.box .ipt__radio input[type=radio].checked + label::after, .box .ipt__radio input[type=radio]:checked + label::after {
  background-color: #9F2B63;
}
.box .ipt__radio input[type=radio]:disabled + label > span {
  color: #B4B4B4;
}
.box .ipt__tit {
  padding-left: 0;
  font-weight: 500;
}
.box .ipt__tit__sub {
  display: block;
  padding-top: 0.5rem;
  padding-left: 1.3rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #777;
  font-weight: 400;
}
.box .ipt__cnt {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 700;
}
.box .ipt__style {
  padding: 1.4rem 1.5rem;
  font-weight: 700;
  width: 9rem;
  height: 4.4rem;
  text-align: center;
  border: none;
}
.box .ipt__style + span {
  font-size: 1.3rem;
  font-weight: 700;
}
.box .ipt__style--cal {
  width: 14rem;
  padding-right: 3.75rem;
}
.box .ipt__style--cal + i {
  position: absolute;
  top: 1.3rem;
  right: 1.3rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url("../images/etc/ico_calendar.svg") no-repeat 0 0/100% 100%;
}
.box__record {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.box__date {
  font-size: 1.4rem;
  color: #B6B6B6;
}
.box__wrap {
  margin-top: 3rem;
}
.box__tit {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: #F79C00;
}
.box__tit i {
  width: 2.5rem;
  height: 2.5rem;
}
.box__inner {
  margin-top: 1.5rem;
}
.box__txt {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #555557;
}
.box__txt--sub {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #555557;
}
.box__cnt {
  display: flex;
  align-items: flex-start;
  gap: 0.3rem;
}
.box__cnt + .box__cnt {
  margin-top: 1rem;
}
.box__cnt--top {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #F0F0F0;
}
.box__cnt em {
  font-size: 1.3rem;
  font-weight: 600;
  color: #555557;
}
.box__cnt span {
  padding-top: 0.4rem;
  display: flex;
  align-items: flex-start;
  gap: 0.2rem;
  font-size: 1.2rem;
  color: #777;
}
.box__cnt span:before {
  content: "-";
}

.ref {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #777;
}
.ref em {
  font-weight: 700;
}