.desktop__inner {
  min-width: 1200px;
  margin: 0 auto;
}

.hero-btn {
  border: 2px solid #222;
  padding: 8px 38px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #222;
}
.hero-btn:hover {
  background-color: #F1F1F1;
}
.hero-btn--black-bg {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.hero-btn--black-bg:hover {
  background-color: #222;
}

.main {
  background-color: #78CEFF;
  padding-top: 60px;
}
.main__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 105px 40px 165px;
}
.main__inner img {
  width: 510px;
}
.main__text {
  text-align: left;
}
.main__text h2.main__title {
  padding-top: 83px;
  font-size: 64px;
  line-height: 80px;
  font-weight: 700;
}
.main__text p {
  font-size: 24px;
  font-weight: 500;
}
.main__button-wrap {
  margin-top: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}
.main.main--center .main__inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main.main--center .main__text {
  text-align: center;
}
.main.main--center .main__button-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.learning-system {
  background: #F6F6F6;
}
.learning-system__inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 160px 0;
}
.learning-system__title {
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  color: #000;
}
.learning-system__list {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.learning-system__item {
  padding: 40px;
  width: calc((100% - 48px) / 3);
  background-color: #fff;
  height: 320px;
  border-radius: 10px;
}
.learning-system__text p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  padding-top: 21px;
}
.learning-system__text span {
  display: inline-block;
  padding-top: 24px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #323232;
}

.learning-course__inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 160px 0;
}
.learning-course__title {
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
}
.learning-course__list {
  margin-top: 80px;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.learning-course__item {
  padding: 40px 24px;
  background-color: #F8FCFF;
  height: 420px;
  border-radius: 10px;
}
.learning-course__item img {
  width: 100%;
  margin-top: 24px;
}
.learning-course__text .learning-course__name {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #000;
}
.learning-course__text .learning-course__desc {
  display: inline-block;
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #323232;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;  
}
.learning-course__btn {
  margin-top: 24px;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  padding: 7px 23px;
  border-radius: 6px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
}
.learning-course__btn:hover {
  background-color: #F1F1F1;
}

.banner {
  background: #0B0E24;
}
.banner__inner {
  padding: 160px 0;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.banner__text span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #EAEAEA;
}
.banner__text p {
  margin-top: 24px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  color: #Fff;
}
.banner__btn {
  margin-top: 48px;
  padding: 10px 82px;
  border-radius: 6px;
  line-height: 28px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
}
.banner__btn:hover {
  background: #f1f1f1;
}

.partner-company__inner {
  width: 550px;
  margin: 0 auto;
  padding: 160px 0;
}
.partner-company__title {
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  font-weight: 700;
}
.partner-company__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.partner-company__item {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.partner-company__item:nth-child(1), .partner-company__item:nth-child(2) {
  width: calc(50% - 40px);
}
.partner-company__item:nth-child(1) {
  text-align: right;
}
.partner-company__item:nth-child(2) {
  text-align: left;
}

.inquiry {
  background-color: #0C3634;
}
.inquiry__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 160px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inquiry__text {
  color: #fff;
}
.inquiry__type {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #C7C7C7;
  font-weight: 300;
}
.inquiry__description {
  margin-top: 12px;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
}
.inquiry__sub-description {
  display: inline-block;
  margin-top: 12px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #EDEDED;
}
.inquiry__form {
  width: 384px;
}
.inquiry__input {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 600;
}
.inquiry__input + .inquiry__input {
  margin-top: 16px;
}
.inquiry__input label {
  font-size: 14px;
  line-height: 20px;
  color: #A8A8A8;
}
.inquiry__input input,
.inquiry__input textarea {
  margin-top: 6px;
  height: 48px;
  outline: none;
  border: none;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 16px;
}
.inquiry__input input:focus,
.inquiry__input textarea:focus {
  border: 1px solid #00639B;
}
.inquiry__input textarea {
  height: 160px;
}
.inquiry__btn {
  margin-top: 48px;
  width: 100%;
  padding: 10px 0;
  border-radius: 6px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  border: none;
  color: #fff;
  background-color: #000;
}
.inquiry__btn:hover {
  background-color: #222;
}

.education__inner {
  max-width: 996px;
  margin: 0 auto;
}
.education__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0px 40px;
  padding-top: 27px;
}
.education__menu-item {
  padding: 5px 0px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #858585;
  cursor: pointer;
}
.education__menu-item.active {
  color: #000;
}
.education__menu-item.active:hover {
  color: #000;
}
.education__menu-item:hover {
  color: #222;
}
.education__contents {
  padding-bottom: 400px;
}
.education__item {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 102px;
  cursor: pointer;
}
.education__item:first-child {
  margin-top: 107px;
}
.education__item:hover .education__type {
  color: #00639B;
}
.education__item:hover .education__title {
  color: #00639B;
}
.education__item:hover .education__description {
  color: #323232;
}
.education__item:hover .education__price {
  color: #0825B1;
}
.education__item:hover .education__img {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.01);
}
.education__text {
  width: 51.22%;
}
.education__type {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #00639B;
}
.education__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-top: 8px;
  color: #222;
}
.education__description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 12px;
  color: #323232;
}
.education__price {
  display: inline-block;
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #0825B1;
}
.education__img {
  width: 38.56%;
  border-radius: 12px;
  overflow: hidden;
}
.education__img img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .desktop__inner {
    min-width: inherit;
  }
  .main__inner {
    width: 716px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 100px 0 160px;
  }
  .main__text {
    text-align: center;
    width: 100%;
  }
  .main__text h2.main__title {
    padding-top: 83px;
    font-size: 64px;
    line-height: 80px;
    font-weight: 700;
  }
  .main__text p {
    font-size: 24px;
    font-weight: 500;
  }
  .main__button-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main.main--center .main__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main.main--center .main__text {
    text-align: center;
  }
  .main.main--center .main__button-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .learning-system__inner {
    width: 712px;
  }
  .learning-system__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .learning-system__item {
    width: calc((100% - 24px) / 2);
    height: 288px;
  }
  .learning-course__inner {
    width: inherit;
    padding: 160px auto;
  }
  .learning-course__list {
    grid-template-columns: repeat(2, 344px);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .learning-course__item {
    height: 400px;
  }
  .learning-course__btn {
    margin-top: 24px;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    padding: 7px 23px;
    border-radius: 6px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
  }
  .banner__inner {
    width: inherit;
  }
  .inquiry__inner {
    width: inherit;
    max-width: 712px;
    padding: 160px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .inquiry__form {
    width: initial;
    margin-top: 78px;
  }
  .inquiry__form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px 24px;
  }
  .inquiry__input {
    width: calc((100% - 24px) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 600;
  }
  .inquiry__input + .inquiry__input {
    margin-top: 0;
  }
  .inquiry__input:last-of-type {
    width: 100%;
  }
  .education__inner {
    max-width: 712px;
  }
  .education__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
    padding-top: 27px;
  }
  .education__menu-item {
    padding: 5px 0px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #858585;
    cursor: pointer;
  }
  .education__menu-item.active {
    color: #000;
  }
  .education__contents {
    padding-bottom: 400px;
  }
  .education__item {
    margin-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 102px;
    cursor: pointer;
  }
  .education__item:first-child {
    margin-top: 107px;
  }
  .education__text {
    width: 262px;
  }
  .education__type {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #00639B;
  }
  .education__title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 8px;
    color: #222;
  }
  .education__description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 12px;
    color: #323232;
  }
  .education__price {
    display: inline-block;
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #0825B1;
  }
  .education__img {
    min-width: 344px;
  }
  .education__img img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main__inner {
    width: inherit;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 40px 24px 80px;
  }
  .main__inner img {
    width: 327px;
  }
  .main__text {
    text-align: center;
    width: 100%;
  }
  .main__text h2.main__title {
    padding-top: 33px;
    font-size: 32px;
    line-height: 48px;
  }
  .main__text p {
    font-size: 14px;
    padding-top: 16px;
    line-height: 17px;
  }
  .main__button-wrap {
    margin-top: 64px;
    gap: 0 15px;
  }
  .main.main--center .main__inner {
    padding: 258px 24px;
  }
  .learning-system__inner {
    width: inherit;
    padding: 80px 24px;
  }
  .learning-system__title {
    text-align: left;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
  }
  .learning-system__list {
    margin-top: 24px;
    gap: 24px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .learning-system__item {
    width: 100%;
    padding: 24px;
    height: inherit;
  }
  .learning-system__text p {
    font-size: 18px;
    line-height: 28px;
    padding-top: 12px;
  }
  .learning-system__text span {
    padding-top: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .learning-course__inner {
    width: inherit;
    padding: 80px 24px;
  }
  .learning-course__title {
    text-align: left;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
  }
  .learning-course__list {
    margin-top: 24px;
    grid-template-columns: 1fr;
  }
  .learning-course__item {
    padding: 32px 24px;
    height: inherit;
  }
  .learning-course__item img {
    width: 100%;
    margin-top: 24px;
  }
  .learning-course__text p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
  }
  .learning-course__text span {
    margin-top: 8px;
  }
  .banner__inner {
    padding: 160px 24px;
    width: inherit;
  }
  .banner__text span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
  .banner__text p {
    margin-top: 16px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
  }
  .banner__btn {
    margin-top: 40px;
    padding: 10px 24px;
  }
  .partner-company__inner {
    max-width: 360px;
    margin: 0 auto;
    padding: 120px 0px;
  }
  .partner-company__title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
  }
  .partner-company__list {
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    gap: 40px 0;
  }
  .partner-company__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.3333333333%;
    -ms-flex: 0 1 33.3333333333%;
    flex: 0 1 33.3333333333%;
    text-align: center;
    word-break: keep-all;
  }
  .partner-company__item:nth-child(1), .partner-company__item:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.3333333333%;
    -ms-flex: 0 1 33.3333333333%;
    flex: 0 1 33.3333333333%;
  }
  .partner-company__item:nth-child(1) {
    text-align: center;
  }
  .partner-company__item:nth-child(2) {
    text-align: center;
  }
  .inquiry__inner {
    padding: 80px 24px;
  }
  .inquiry__type {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #A6A6A6;
  }
  .inquiry__description {
    margin-top: 4px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 800;
  }
  .inquiry__sub-description {
    display: inline-block;
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #DDDDDD;
  }
  .inquiry__form {
    width: initial;
    margin-top: 48px;
  }
  .inquiry__form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px 24px;
  }
  .inquiry__input {
    width: 100%;
  }
  .inquiry__input label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }
  .inquiry__btn {
    margin-top: 32px;
  }
  .education__inner {
    padding: 0 24px;
    margin: 0;
    width: inherit;
    max-width: 100%;
  }
  .education__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px;
    padding-top: 20px;
  }
  .education__menu-item {
    padding: 5px 0px;
    font-size: 20px;
    line-height: 30px;
  }
  .education__contents {
    padding-bottom: 60px;
  }
  .education__item {
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 16px 0;
  }
  .education__item:first-child {
    margin-top: 60px;
  }
  .education__text {
    width: 100%;
  }
  .education__type {
    font-size: 14px;
    line-height: 20px;
  }
  .education__title {
    font-size: 18px;
    line-height: 28px;
  }
  .education__description {
    margin-top: 4px;
    color: #1C1C1C;
  }
  .education__img {
    width: 100%;
    min-width: 100%;
  }
}
.details-wrap {
  position: relative;
  width: 100%;
}
.details-wrap__container {
  min-width: 1200px;
  max-width: 100%;
}
.details-wrap__header {
  position: fixed;
  top: 17px;
  left: 30px;
  z-index: 5;
  width: 40px;
  height: 40px;
}
.details-wrap__open-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.289);
  border-radius: 100%;
}
.details-wrap__open-btn i {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 20px;
  height: auto;
}
.details-wrap__open-btn i img {
  width: 100%;
  height: 100%;
}

.details-drawer {
  padding-right: 20px;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 5;
  -webkit-transform: translateX(-340px);
  -ms-transform: translateX(-340px);
  transform: translateX(-340px);
  -webkit-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
.details-drawer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 320px;
  height: 100%;
  overflow-y: hidden;
  background-color: #fff;
  box-shadow: 0px 9px 11px 3px rgba(0, 0, 0, 0.2);
}
.details-drawer__top {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  padding: 32px 24px 24px;
  background-color: #6077ed;
  color: #fff;
}
.details-drawer__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.875rem;
}
.details-drawer__step {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5rem;
}
.details-drawer__study {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.0rem;
  color: #eee;	
}
.details-drawer__close-btn {
  position: absolute;
  right: 0px;
  top: 27px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fff url("../images/icon/arrow-left.png") no-repeat center;
  background-size: 6px 11px;
  background-color: #fff;
  border-radius: 100%;
}
.details-drawer.open {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.chapter-accordion {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  overflow-y: auto;
  background-color: #fff;
}
.chapter-accordion::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: transparent;
}
.chapter-accordion::-webkit-scrollbar {
  display: block;
  width: 5px;
  height: 6px;
}
.chapter-accordion::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #ddd;
  border-right: none;
  border-left: none;
}
.chapter-accordion::-webkit-scrollbar-track-piece:end {
  background: transparent;
  margin-bottom: 10px;
}
.chapter-accordion::-webkit-scrollbar-track-piece:start {
  background: transparent;
  margin-top: 10px;
}
.chapter-accordion__parent {
  padding: 14px 20px 14px 24px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0;
}
.chapter-accordion__parent span {
  -webkit-box-flex: 2;
  -webkit-flex: 2 1 100px;
  -ms-flex: 2 1 100px;
  flex: 2 1 100px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.chapter-accordion__parent:after {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icon/arrow-up.png") no-repeat center;
  background-size: 12px auto;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  content: "";
}
.chapter-accordion__parent.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.chapter-accordion__children {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  will-change: transform;
}
.chapter-accordion__children li {
  position: relative;
  padding: 0px 20px 0 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  cursor: pointer;
}
.chapter-accordion__children li a {
  padding-left: 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  background: url("../images/icon/list.png") no-repeat left center;
  background-size: 14px 14px;
}
.chapter-accordion__children li:before {
  content: "";
  margin-right: 16px;
  margin-left: -2px;
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #cacaca;
  border: 2px solid #fff;
  padding-left:3px;

}
.chapter-accordion__children li::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 30px;
  width: 1px;
  background-color: #cacaca;
  z-index: 2;
}
.chapter-accordion__children li:first-of-type:after {
  top: 16px;
}
.chapter-accordion__children li:last-of-type:after {
  bottom: 16px;
}


.chapter-accordion__children li.study-complete a {
  color: #1737d3;
  background-image: url("../images/icon/list_active.png");
}
.chapter-accordion__children li.study-complete:before {
  content: '✓';
  color: white;
  font-size: 11px;
  background-color: #6077ed;
}
.chapter-accordion__children li.study-complete:after {
  content: '✓';
  color: white;
  font-size: 11px;
  background-color: #6077ed;
}

.chapter-accordion__children li.study-ing a {
  color: #1737d3;
  background-image: url("../images/icon/list_active.png");
}
.chapter-accordion__children li.study-ing:before {
  content: '';
  color: white;
  font-size: 11px;
  background-color: #6077ed;
}
.chapter-accordion__children li.study-ing:after {
  content: '';
  color: white;
  background-color: #6077ed;
}

.chapter-accordion__children li.study-ready a {
  color: #1737d3;
  background-image: url("../images/icon/list_active.png");
}
.chapter-accordion__children li.study-ready:before {
  content: '';
  color: white;
  font-size: 11px;
  background-color: #cacaca;
}
.chapter-accordion__children li.study-ready:after {
  content: '';
  color: white;
  background-color: #cacaca;
}

.chapter-accordion__children li.study-locked a {
  background-image: url("../images/icon/list.png");
}
.chapter-accordion__children li.study-locked:before {
  content: '🔒';
  color: white;
  font-size: 12px;
  background-color: #fff;
  padding-left:0px;
}
.chapter-accordion__children li.locked:after {
  content: '🔒';
  color: white;
  font-size: 12px;
  background-color: #fff;
  padding-left:0px;
}



.chapter-accordion__children li.quiz-complete a {
  color: #1737d3;
  background-image: url("../images/icon/quiz_active.png");
}
.chapter-accordion__children li.quiz-complete:before {
  content: '✓';
  color: white;
  font-size: 11px;
  background-color: #6077ed;
}
.chapter-accordion__children li.quiz-complete:after {
  content: '✓';
  color: white;
  font-size: 11px;
  background-color: #6077ed;
}

.chapter-accordion__children li.quiz-ing a {
  color: #1737d3;
  background-image: url("../images/icon/quiz2_active.png");
}
.chapter-accordion__children li.quiz-ing:before {
  content: '';
  color: white;
  font-size: 11px;
  background-color: #6077ed;
}
.chapter-accordion__children li.quiz-ing:after {
  content: '';
  color: white;
  background-color: #6077ed;
}

.chapter-accordion__children li.quiz-ready a {
  color: #1737d3;
  background-image: url("../images/icon/quiz2_active.png");
}
.chapter-accordion__children li.quiz-ready:before {
  content: '';
  color: white;
  font-size: 11px;
  background-color: #cacaca;
}
.chapter-accordion__children li.quiz-ready:after {
  content: '';
  color: white;
  background-color: #cacaca;
}

.chapter-accordion__children li.quiz-locked a {
  background-image: url("../images/icon/quiz2.png");
}
.chapter-accordion__children li.quiz-locked:before {
  content: '🔒';
  color: white;
  font-size: 12px;
  background-color: #fff;
  padding-left:0px;
}
.chapter-accordion__children li.locked:after {
  content: '🔒';
  color: white;
  font-size: 12px;
  background-color: #fff;
  padding-left:0px;
}



.chapter-accordion__children.show {
  height: auto;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.home-btn {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  padding: 16px 24px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  box-shadow: 0px -2px 12px 0 rgba(0, 0, 0, 0.064);
  background-color: #bcdbfa;
}
.home-btn:before {
  content: "";
  margin-right: 16px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icon/home.png") no-repeat left center;
  background-size: 16px auto;
}

.introduction {
  margin: 0 auto;
  padding: 80px 0 200px;
  width: 744px;
  text-align: center;
  color: #1c1c1c;
}
.introduction__visual {
  width: 100%;
  height: auto;
}
.introduction__title {
  margin-top: 56px;
  font-size: 36px;
  line-height: 3.375rem;
  font-weight: 800;
  color: #000;
}
.introduction__subtitle {
  font-size: 24px;
  line-height: 2.25rem;
  font-weight: 700;
  text-align: left;
  color: #0a0a0a;
}
.introduction__subtitle:not(:first-of-type) {
  margin-top: 48px;
}
.introduction__contents {
  margin-top: 12px;
  font-size: 18px;
  line-height: 2rem;
  font-weight: 500;
  text-align: left;
}
.introduction .chip {
  margin-top: 24px;
}
.introduction hr {
  margin: 60px 0 40px;
}

.point-box {
  position: relative;
  padding: 24px;
  margin-top: 64px;
  background-color: #f6f6f6;
  text-align: left;
  font-size: 18px;
  line-height: 2rem;
  font-weight: 500;
}
.point-box:before {
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 16px;
  background-color: #c2f0ff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  content: "";
}
.point-box__label {
  margin-bottom: 16px;
  display: inline-block;
  font-size: 20px;
  line-height: normal;
  color: #17a4d3;
}
.point-box__list {
  padding-left: 24px;
}
.point-box__list li {
  list-style: disc;
}

.guide-box {
  position: relative;
  padding: 24px;
  margin-top: 64px;
  background-color: #f6f6f6;
  text-align: left;
  font-size: 18px;
  line-height: 2rem;
  font-weight: 500;
}
.guide-box:before {
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 16px;
  background-color: #80ffaa;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  content: "";
}
.guide-box__label {
  margin-bottom: 16px;
  display: inline-block;
  font-size: 20px;
  line-height: normal;
  color: #009933;
}

.hint-box {
  position: relative;
  padding: 24px;
  margin-top: 64px;
  background-color: #f6f6f6;
  text-align: left;
  font-size: 18px;
  line-height: 2rem;
  font-weight: 500;
}
.hint-box:before {
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 16px;
  background-color: #ffd699;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  content: "";
}
.hint-box__label {
  margin-bottom: 16px;
  display: inline-block;
  font-size: 20px;
  line-height: normal;
  color: #ff9900;
}

.navi-box {
  margin-top: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
  height: 292px;
  background-color: #edf0fd;
  border-radius: 12px;
  text-align: center;
}
.navi-box__title {
  font-size: 24px;
  line-height: 2.25rem;
  font-weight: 700;
}
.navi-box p {
  margin-top: 16px;
  font-size: 18px;
  line-height: 2rem;
  font-weight: 500;
  color: #3f3f3f;
}
.navi-box__buttons {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.navi-box__buttons button {
  padding: 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 104px;
  height: 48px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
}
.navi-box__buttons button.navi-box__prev-btn {
  background-color: #fff;
  border: 1px solid #858585;
  color: #3f3f3f;
}
.navi-box__buttons button.navi-box__start-btn {
  background-color: #7517d3;
  color: #fff;
}

@media screen and (max-width: 767px) {
  body {
    min-height: 100vh;
  }
  body .details-wrap {
    position: relative;
    min-height: inherit;
  }
  body .details-wrap__container {
    min-width: 100%;
    padding: 0 16px;
  }
  body .details-wrap__header {
    padding: 0 16px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body .details-drawer {
    padding-right: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  body .details-drawer__inner {
    width: 100%;
    box-shadow: initial;
  }
  body .details-drawer__top {
    padding: 24px;
  }
  body .details-drawer__step {
    font-size: 14px;
    line-height: 1.25rem;
  }
  body .details-drawer__title {
    font-size: 18px;
    line-height: 1.5rem;
  }
  body .details-drawer__buttons {
    display: none;
  }
  body .details-drawer__close-btn {
    top: 24px;
    right: 10px;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url("../images/icon/close.png");
    background-size: 14px 14px;
  }
  body .details-drawer.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  body .introduction {
    padding: 140px 0 120px;
    margin: 0;
    width: 100%;
  }
  body .introduction__visual {
    max-width: 500px;
  }
  body .introduction__title {
    margin-top: 24px;
    font-size: 24px;
    line-height: 2.25rem;
  }
  body .introduction__subtitle {
    font-size: 18px;
    line-height: 1.75rem;
  }
  body .introduction__subtitle:not(:first-of-type) {
    margin-top: 40px;
  }
  body .introduction__contents {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.75rem;
  }
  body .introduction .chip {
    margin-top: 12px;
  }
  body .introduction hr {
    margin: 24px 0 40px;
  }
  body .point-box__label {
    font-size: 18px;
    line-height: 1.75rem;
  }
  body .guide-box__label {
    font-size: 18px;
    line-height: 1.75rem;
  }
  body .hint-box__label {
    font-size: 18px;
    line-height: 1.75rem;
  }
  body .navi-box {
    margin-top: 40px;
    height: 252px;
  }
  body .navi-box__buttons {
    margin-top: 48px;
  }
}
/*# sourceMappingURL=../maps/pages.css.map */
