.sp-br {
  display: block;
}
@media screen and (min-width: 992px) {
  .sp-br {
    display: none;
  }
}

.pc-br {
  display: none;
}
@media screen and (min-width: 992px) {
  .pc-br {
    display: block;
  }
}

.group {
  line-height: 1.5;
}
.group .course-container {
  width: 100%;
}
.group .course-fv {
  position: relative;
}
.group .course-fv-title {
  padding: 10px 16px;
  background-color: #07a8c0;
}
@media screen and (min-width: 768px) {
  .group .course-fv-title {
    padding: 30px 0;
    text-align: center;
  }
}
.group .course-fv-title h2 {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .group .course-fv-title h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .group .course-fv-img {
    max-width: 706px;
    margin: 0 auto;
  }
}
.group .course-navigation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px 0;
  padding: 16px 0;
  background-color: #07a8c0;
}
@media screen and (min-width: 768px) {
  .group .course-navigation-container {
    flex-direction: row;
    gap: 0 28px;
    padding: 32px 0;
  }
}
.group .course-navigation-text {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .group .course-navigation-text {
    font-size: 18px;
  }
}
.group .course-navigation-button {
  width: 280px;
  height: 60px;
  border-radius: 60px;
  background-color: #ffdb34;
  transition: background-color ease 0.3s;
}
@media (hover: hover) {
  .group .course-navigation-button:hover {
    background-color: #ffe467;
  }
}
.group .course-navigation-button a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.group .course-navigation-button a span {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1rem;
  color: #c01f07;
}
.group .course-navigation-button a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 30px;
  border-right: 2px solid #c01f07;
  border-bottom: 2px solid #c01f07;
  transform: translateY(-50%) rotate(-45deg);
}
.group .course-merit {
  padding: 35px 16px 50px;
}
@media screen and (min-width: 768px) {
  .group .course-merit {
    padding: 50px 0 20px;
  }
}
.group .course-merit-title {
  position: relative;
  text-align: center;
  max-width: 706px;
  margin: 0 auto;
  padding: 16px 0 8px;
}
.group .course-merit-title::before {
  content: "";
  display: block;
  width: 26px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #07a8c0;
  border-left: 3px solid #07a8c0;
  border-bottom: 3px solid #07a8c0;
}
@media screen and (min-width: 768px) {
  .group .course-merit-title::before {
    width: 36px;
    padding: 20px 0 12px;
    border-top: 4px solid #07a8c0;
    border-left: 4px solid #07a8c0;
    border-bottom: 4px solid #07a8c0;
  }
}
.group .course-merit-title::after {
  content: "";
  display: block;
  width: 26px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 3px solid #07a8c0;
  border-right: 3px solid #07a8c0;
  border-bottom: 3px solid #07a8c0;
}
@media screen and (min-width: 768px) {
  .group .course-merit-title::after {
    width: 36px;
    padding: 20px 0 12px;
    border-top: 4px solid #07a8c0;
    border-right: 4px solid #07a8c0;
    border-bottom: 4px solid #07a8c0;
  }
}
.group .course-merit-title-main {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .group .course-merit-title-main {
    font-size: 30px;
    letter-spacing: 0.3rem;
  }
}
.group .course-merit-title-main span {
  font-size: 30px;
  color: #07a8c0;
  margin-right: 2px;
}
@media screen and (min-width: 768px) {
  .group .course-merit-title-main span {
    font-size: 38px;
  }
}
.group .course-merit-title-sub h4 {
  line-height: 1.5;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 768px) {
  .group .course-merit-title-sub h4 {
    line-height: 1.8;
    font-size: 23px;
  }
}
.group .course-merit-container {
  max-width: 706px;
  padding-top: 48px;
  margin: 0 auto;
  display: flex;
  gap: 20px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .group .course-merit-container {
    padding: 50px 0;
    gap: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.group .course-merit-item {
  width: 100%;
  height: 126px;
  background-color: #07a8c0;
  position: relative;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .group .course-merit-item {
    width: calc(33.3333333333% - 20px);
    height: auto;
    padding: 0px 10px 10px;
  }
}
.group .course-merit-item-index {
  width: 34px;
  height: 26px;
  position: absolute;
  top: -12px;
  left: -10px;
}
@media screen and (min-width: 992px) {
  .group .course-merit-item-index {
    width: 48px;
    height: 36px;
    position: absolute;
    top: -10px;
    left: -10px;
  }
}
.group .course-merit-item-index img {
  width: 100%;
  height: auto;
}
.group .course-merit-item-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 6px;
}
@media screen and (min-width: 768px) {
  .group .course-merit-item-flex {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px 0;
  }
}
.group .course-merit-item-img {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .group .course-merit-item-img {
    width: 100%;
    height: 120px;
  }
}
.group .course-merit-item-img img {
  height: auto;
}
.group .course-merit-item:nth-child(1) .course-merit-item-img img {
  width: 100px;
}
.group .course-merit-item:nth-child(2) .course-merit-item-img img {
  width: 73px;
}
.group .course-merit-item:nth-child(3) .course-merit-item-img img {
  width: 75px;
}
.group .course-merit-item-text {
  width: calc(100% - 120px - 6px);
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .group .course-merit-item-text {
    width: 100%;
    text-align: center;
  }
}
.group .course-merit-detail {
  padding: 0 16px 40px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .group .course-merit-detail {
    padding: 0;
    max-width: 706px;
    margin: 50px auto 0;
  }
  .group .course-merit-detail.last {
    margin-bottom: 70px;
  }
}
.group .course-merit-detail.first {
  margin-top: 0;
}
.group .course-merit-detail-container {
  border: 3px solid #07a8c0;
}
.group .course-merit-detail-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
  padding: 12px 8px;
  background-color: #07a8c0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .group .course-merit-detail-header {
    padding: 20px;
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .group .course-merit-detail-header {
    padding: 20px 30px;
  }
}
.group .course-merit-detail-header h3 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .group .course-merit-detail-header h3 {
    font-size: 36px;
  }
}
.group .course-merit-detail-index {
  color: #fff;
  opacity: 0.6;
  font-size: 42px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .group .course-merit-detail-index {
    font-size: 66px;
  }
}
.group .course-merit-detail-body {
  padding: 16px 12px;
}
@media screen and (min-width: 768px) {
  .group .course-merit-detail-body {
    padding: 20px;
  }
}
@media screen and (min-width: 992px) {
  .group .course-merit-detail-body {
    padding: 30px;
  }
}
.group .course-merit-detail-body h4 {
  position: relative;
  padding: 4px 0 4px 16px;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .group .course-merit-detail-body h4 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.group .course-merit-detail-body h4::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #07a8c0;
}
.group .course-merit-detail-body img.mb,
.group .course-merit-detail-body p.mb {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .group .course-merit-detail-body img {
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.group .course-contact-navigation {
  padding: 10px 0 40px;
  background-color: #07a8c0;
}
@media screen and (min-width: 768px) {
  .group .course-contact-navigation {
    padding: 30px 0 50px;
    position: relative;
  }
  .group .course-contact-navigation::before {
    content: "";
    display: block;
    width: 100%;
    height: 49px;
    background-color: #07a8c0;
    position: absolute;
    top: -49px;
    left: 0;
  }
}
.group .course-contact-navigation-img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.group .course-contact-navigation-img img {
  width: 100%;
  height: auto;
}
.group .course-contact-navigation-button {
  width: 280px;
  height: 60px;
  margin: 0 auto;
  border-radius: 60px;
  background-color: #ffdb34;
  transition: background-color ease 0.3s;
}
@media (hover: hover) {
  .group .course-contact-navigation-button:hover {
    background-color: #ffe467;
  }
}
.group .course-contact-navigation-button a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.group .course-contact-navigation-button a span {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1rem;
  color: #c01f07;
}
.group .course-contact-navigation-button a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 30px;
  border-right: 2px solid #c01f07;
  border-bottom: 2px solid #c01f07;
  transform: translateY(-50%) rotate(-45deg);
}
.group .course-leader {
  padding: 30px 16px;
  background-color: #1a3556;
}
@media screen and (min-width: 768px) {
  .group .course-leader {
    padding: 50px 0;
  }
}
.group .course-leader-container {
  background-color: #fff;
  max-width: 706px;
  margin: 0 auto;
  padding: 30px 10px;
}
@media screen and (min-width: 768px) {
  .group .course-leader-container {
    padding: 40px 30px;
  }
}
.group .course-leader-title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .group .course-leader-title {
    font-size: 30px;
    margin-bottom: 28px;
  }
}
.group .course-leader-top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 16px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .group .course-leader-top {
    gap: 0 30px;
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
.group .course-leader-top-face {
  width: 38%;
}
@media screen and (min-width: 768px) {
  .group .course-leader-top-face {
    width: 40%;
  }
}
.group .course-leader-top-message {
  width: calc(62% - 16px);
}
@media screen and (min-width: 768px) {
  .group .course-leader-top-message {
    width: 30%;
  }
}
.group .course-leader-bottom {
  padding: 12px;
  background-color: #f2f2f2;
  box-shadow: 3px 3px 0 #c7c7c7;
}
.group .course-result {
  padding: 40px 16px;
  background-image: url("../img/course-group/result_bg.png");
}
@media screen and (min-width: 768px) {
  .group .course-result-container {
    max-width: 706px;
    margin: 0 auto;
  }
}
.group .course-result-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  padding: 12px 16px;
  margin-bottom: 18px;
  background-color: rgba(255, 255, 255, 0.6);
}
.group .course-result-title {
  color: #c01f07;
  font-weight: bold;
  font-size: 18px;
}
.group .course-result-label {
  width: 32px;
  height: 84px;
}
.group .course-result-label img {
  width: 100%;
  height: auto;
}
.group .course-result-example {
  font-size: 12px;
  font-weight: bold;
}
.group .course-result-img img {
  width: 100%;
  height: auto;
}
.group .course-result-body-top {
  margin-bottom: 6px;
}
.group .course-result-body-bottom {
  display: flex;
  gap: 0 6px;
  justify-content: space-between;
}
.group .course-schedule {
  line-height: 1;
  padding: 30px 16px;
}
@media screen and (min-width: 768px) {
  .group .course-schedule-container {
    max-width: 706px;
    margin: 0 auto;
  }
}
.group .course-schedule-title {
  text-align: center;
  color: #07a8c0;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
}
.group .course-schedule-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 10px;
}
.group .course-schedule-text span {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #111;
}
.group .course-point {
  background-color: #07a8c0;
}
@media screen and (min-width: 768px) {
  .group .course-point {
    padding-bottom: 50px;
  }
}
.group .course-point-container {
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .group .course-point-container {
    padding: 0;
    max-width: 706px;
    margin: 0 auto;
  }
}
.group .course-point-container-title {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .group .course-point-container-title {
    padding-top: 50px;
  }
}
.group .course-point-item {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .group .course-point-item {
    margin-bottom: 50px;
  }
}
.group .course-point-item.last {
  margin-bottom: 0;
}
.group .course-point-item-index {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 24px;
  padding: 10px 10px 10px 19%;
  width: 100%;
  background-color: #ffdb34;
  border-radius: 60px;
  color: #07a8c0;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .group .course-point-item-index {
    padding: 18px 0;
    justify-content: center;
    margin-bottom: 16px;
  }
}
.group .course-point-item-index img {
  width: 40px;
}
.group .course-point-item-index p {
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
}
.group .course-point-item-index.long {
  justify-content: center;
  gap: 0 10px;
  padding: 10px;
}
.group .course-point-item-index.long p {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .group .course-point-item-index.long {
    padding: 18px 0;
    gap: 0 24px;
  }
  .group .course-point-item-index.long p {
    font-size: 24px;
  }
}
.group .course-point-item-title {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .group .course-point-item-title {
    font-size: 20px;
  }
}
.group .course-point-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .group .course-point-item-img {
    margin-bottom: 14px;
  }
}
.group .course-point-item-img img {
  width: 50%;
  height: auto;
}
.group .course-point-item-text {
  color: #fff;
}
.group .course-voice {
  background-color: #07a8c0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .group .course-voice {
    background-color: transparent;
  }
}
.group .course-voice-img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .group .course-voice-img {
    max-width: 706px;
    margin: 0 auto;
  }
}
.group .course-free {
  background-color: #07a8c0;
  padding: 20px 16px 60px;
}
.group .course-free img {
  width: 100%;
  height: auto;
}
.group .course-free-keyword {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
.group .course-free-title {
  text-align: center;
  margin-bottom: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 12px;
}
.group .course-free-text {
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
}
.group .course-free-button {
  position: relative;
  width: 280px;
  height: 60px;
  margin: 0 auto 20px;
  border-radius: 60px;
  background-color: #ffdb34;
  transition: background-color ease 0.3s;
}
@media (hover: hover) {
  .group .course-free-button:hover {
    background-color: #ffe467;
  }
}
.group .course-free-button-icon {
  position: absolute;
  right: -15px;
  bottom: -11px;
  width: 30px;
  height: 38px;
}
.group .course-free-button a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.group .course-free-button a span {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1rem;
  color: #c01f07;
}
.group .course-free-button a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 30px;
  border-right: 2px solid #c01f07;
  border-bottom: 2px solid #c01f07;
  transform: translateY(-50%) rotate(-45deg);
}
.group .course-free-img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.group .course-exam {
  background-color: #e50111;
}
@media screen and (min-width: 768px) {
  .group .course-exam-container {
    max-width: 706px;
    margin: 0 auto;
  }
}
.group .course-exam img {
  width: 100%;
  height: auto;
}
.group .course-exam-arrow {
  display: block;
  width: 100%;
  height: 30px;
  position: relative;
  background-color: #07a8c0;
}
.group .course-exam-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 30px solid #e50111;
  border-bottom: 0;
}
.group .course-exam-container {
  padding: 0 16px 30px;
}
.group .course-exam-title, .group .course-exam-title-2 {
  margin-bottom: 16px;
  width: 100%;
}
.group .course-exam-result {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 30px;
}
.group .course-exam-students {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  align-items: flex-start;
  justify-content: center;
}

.personal {
  line-height: 1.5;
}
.personal .course-container {
  width: 100%;
}
.personal .course-fv {
  position: relative;
}
.personal .course-fv-title {
  padding: 10px 16px;
  background-color: #63b231;
}
@media screen and (min-width: 768px) {
  .personal .course-fv-title {
    padding: 30px 0;
    text-align: center;
  }
}
.personal .course-fv-title h2 {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .personal .course-fv-title h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .personal .course-fv-img {
    max-width: 706px;
    margin: 0 auto;
  }
}
.personal .course-navigation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px 0;
  padding: 16px 0;
  background-color: #63b231;
}
@media screen and (min-width: 768px) {
  .personal .course-navigation-container {
    flex-direction: row;
    gap: 0 28px;
    padding: 32px 0;
  }
}
.personal .course-navigation-text {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .personal .course-navigation-text {
    font-size: 18px;
  }
}
.personal .course-navigation-button {
  width: 280px;
  height: 60px;
  border-radius: 60px;
  background-color: #ffdb34;
  transition: background-color ease 0.3s;
}
@media (hover: hover) {
  .personal .course-navigation-button:hover {
    background-color: #ffe467;
  }
}
.personal .course-navigation-button a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.personal .course-navigation-button a span {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1rem;
  color: #c01f07;
}
.personal .course-navigation-button a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 30px;
  border-right: 2px solid #c01f07;
  border-bottom: 2px solid #c01f07;
  transform: translateY(-50%) rotate(-45deg);
}
.personal .course-merit {
  padding: 35px 16px 50px;
}
@media screen and (min-width: 768px) {
  .personal .course-merit {
    padding: 50px 0 20px;
  }
}
.personal .course-merit-title-img {
  max-width: 500px;
  margin: 0 auto;
}
.personal .course-merit-title-img img {
  width: 100%;
  height: auto;
}
.personal .course-merit-title-main {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .personal .course-merit-title-main {
    font-size: 30px;
    letter-spacing: 0.3rem;
  }
}
.personal .course-merit-title-main span {
  font-size: 30px;
  color: #63b231;
  margin-right: 2px;
}
@media screen and (min-width: 768px) {
  .personal .course-merit-title-main span {
    font-size: 38px;
  }
}
.personal .course-merit-title-sub h4 {
  line-height: 1.5;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 768px) {
  .personal .course-merit-title-sub h4 {
    line-height: 1.8;
    font-size: 23px;
  }
}
.personal .course-merit-container {
  max-width: 706px;
  padding-top: 20px;
  margin: 0 auto;
  display: flex;
  gap: 20px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .personal .course-merit-container {
    padding: 50px 0;
    gap: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.personal .course-merit-item {
  width: 100%;
  height: 126px;
  background-color: #63b231;
  position: relative;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .personal .course-merit-item {
    width: calc(33.3333333333% - 20px);
    height: auto;
    padding: 0px 10px 10px;
  }
}
.personal .course-merit-item-index {
  width: 34px;
  height: 26px;
  position: absolute;
  top: -12px;
  left: -10px;
}
@media screen and (min-width: 992px) {
  .personal .course-merit-item-index {
    width: 48px;
    height: 36px;
    position: absolute;
    top: -10px;
    left: -10px;
  }
}
.personal .course-merit-item-index img {
  width: 100%;
  height: auto;
}
.personal .course-merit-item-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 6px;
}
@media screen and (min-width: 768px) {
  .personal .course-merit-item-flex {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px 0;
  }
}
.personal .course-merit-item-img {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .personal .course-merit-item-img {
    width: 100%;
    height: 120px;
  }
}
.personal .course-merit-item-img img {
  width: 70px;
  height: auto;
}
.personal .course-merit-item-text {
  width: calc(100% - 120px - 6px);
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .personal .course-merit-item-text {
    width: 100%;
    text-align: center;
  }
}
.personal .course-merit-detail {
  padding: 0 16px 40px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .personal .course-merit-detail {
    padding: 0;
    max-width: 706px;
    margin: 50px auto 0;
  }
  .personal .course-merit-detail.last {
    margin-bottom: 70px;
  }
}
.personal .course-merit-detail.first {
  margin-top: 0;
}
.personal .course-merit-detail-container {
  border: 3px solid #63b231;
}
.personal .course-merit-detail-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
  padding: 12px 8px;
  background-color: #63b231;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .personal .course-merit-detail-header {
    padding: 20px;
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .personal .course-merit-detail-header {
    padding: 20px 30px;
  }
}
.personal .course-merit-detail-header h3 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .personal .course-merit-detail-header h3 {
    font-size: 36px;
  }
}
.personal .course-merit-detail-header img {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 70px;
  height: auto;
}
@media screen and (min-width: 992px) {
  .personal .course-merit-detail-header img {
    display: none;
  }
}
.personal .course-merit-detail-index {
  color: #fff;
  opacity: 0.6;
  font-size: 42px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .personal .course-merit-detail-index {
    font-size: 66px;
  }
}
.personal .course-merit-detail-body {
  padding: 16px 12px;
}
@media screen and (min-width: 768px) {
  .personal .course-merit-detail-body {
    padding: 20px;
  }
}
@media screen and (min-width: 992px) {
  .personal .course-merit-detail-body {
    padding: 30px;
  }
}
.personal .course-merit-detail-body h4 {
  position: relative;
  padding: 4px 0 4px 16px;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .personal .course-merit-detail-body h4 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.personal .course-merit-detail-body h4::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #63b231;
}
.personal .course-merit-detail-body img.mb,
.personal .course-merit-detail-body p.mb {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .personal .course-merit-detail-body img {
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.personal .course-contact-navigation {
  padding: 30px 0 40px;
  background-color: #63b231;
}
@media screen and (min-width: 768px) {
  .personal .course-contact-navigation {
    padding: 20px 0 50px;
    position: relative;
  }
  .personal .course-contact-navigation::before {
    content: "";
    display: block;
    width: 100%;
    height: 49px;
    background-color: #63b231;
    position: absolute;
    top: -49px;
    left: 0;
  }
}
.personal .course-contact-navigation-img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 10px;
}
.personal .course-contact-navigation-img img {
  width: 100%;
  height: auto;
}
.personal .course-contact-navigation-button {
  width: 280px;
  height: 60px;
  margin: 0 auto;
  border-radius: 60px;
  background-color: #ffdb34;
  transition: background-color ease 0.3s;
}
@media (hover: hover) {
  .personal .course-contact-navigation-button:hover {
    background-color: #ffe467;
  }
}
.personal .course-contact-navigation-button a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.personal .course-contact-navigation-button a span {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1rem;
  color: #c01f07;
}
.personal .course-contact-navigation-button a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 30px;
  border-right: 2px solid #c01f07;
  border-bottom: 2px solid #c01f07;
  transform: translateY(-50%) rotate(-45deg);
}
.personal .course-leader {
  padding: 30px 16px;
  background-color: #1a3556;
}
@media screen and (min-width: 768px) {
  .personal .course-leader {
    padding: 50px 0;
  }
}
.personal .course-leader-container {
  background-color: #fff;
  max-width: 706px;
  margin: 0 auto;
  padding: 30px 10px;
}
@media screen and (min-width: 768px) {
  .personal .course-leader-container {
    padding: 40px 30px;
  }
}
.personal .course-leader-title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .personal .course-leader-title {
    font-size: 30px;
    margin-bottom: 28px;
  }
}
.personal .course-leader-top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 16px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .personal .course-leader-top {
    gap: 0 30px;
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
.personal .course-leader-top-face {
  width: 38%;
}
@media screen and (min-width: 768px) {
  .personal .course-leader-top-face {
    width: 40%;
  }
}
.personal .course-leader-top-message {
  width: calc(62% - 16px);
}
@media screen and (min-width: 768px) {
  .personal .course-leader-top-message {
    width: 30%;
  }
}
.personal .course-leader-bottom {
  padding: 12px;
  background-color: #f2f2f2;
  box-shadow: 3px 3px 0 #c7c7c7;
}
.personal .course-result {
  padding: 40px 16px;
  background-image: url("../img/course-group/result_bg.png");
}
@media screen and (min-width: 768px) {
  .personal .course-result-container {
    max-width: 706px;
    margin: 0 auto;
  }
}
.personal .course-result-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  padding: 12px 16px;
  margin-bottom: 18px;
  background-color: rgba(255, 255, 255, 0.6);
}
.personal .course-result-title {
  color: #c01f07;
  font-weight: bold;
  font-size: 18px;
}
.personal .course-result-label {
  width: 32px;
  height: 84px;
}
.personal .course-result-label img {
  width: 100%;
  height: auto;
}
.personal .course-result-example {
  font-size: 12px;
  font-weight: bold;
}
.personal .course-result-img img {
  width: 100%;
  height: auto;
}
.personal .course-result-body-top {
  margin-bottom: 6px;
}
.personal .course-result-body-bottom {
  display: flex;
  gap: 0 6px;
  justify-content: space-between;
}
.personal .course-schedule {
  line-height: 1;
  padding: 30px 16px;
}
@media screen and (min-width: 768px) {
  .personal .course-schedule-container {
    max-width: 706px;
    margin: 0 auto;
  }
}
.personal .course-schedule-title {
  text-align: center;
  color: #63b231;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
}
.personal .course-schedule-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 10px;
}
.personal .course-schedule-text span {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #111;
}
.personal .course-point {
  background-color: #63b231;
}
@media screen and (min-width: 768px) {
  .personal .course-point {
    padding-bottom: 50px;
  }
}
.personal .course-point-container {
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .personal .course-point-container {
    padding: 0;
    max-width: 706px;
    margin: 0 auto;
  }
}
.personal .course-point-container-title {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .personal .course-point-container-title {
    padding-top: 50px;
  }
}
.personal .course-point-item {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .personal .course-point-item {
    margin-bottom: 50px;
  }
}
.personal .course-point-item.last {
  margin-bottom: 0;
}
.personal .course-point-item-index {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 24px;
  padding: 10px 10px 10px 19%;
  width: 100%;
  background-color: #ffdb34;
  border-radius: 60px;
  color: #63b231;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .personal .course-point-item-index {
    padding: 18px 0;
    justify-content: center;
    margin-bottom: 16px;
  }
}
.personal .course-point-item-index img {
  width: 40px;
}
.personal .course-point-item-index p {
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
}
.personal .course-point-item-index.long {
  justify-content: center;
  gap: 0 10px;
  padding: 10px;
}
.personal .course-point-item-index.long p {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .personal .course-point-item-index.long {
    padding: 18px 0;
    gap: 0 24px;
  }
  .personal .course-point-item-index.long p {
    font-size: 24px;
  }
}
.personal .course-point-item-title {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .personal .course-point-item-title {
    font-size: 20px;
  }
}
.personal .course-point-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .personal .course-point-item-img {
    margin-bottom: 14px;
  }
}
.personal .course-point-item-img img {
  width: 50%;
  height: auto;
}
.personal .course-point-item-text {
  color: #fff;
}
.personal .course-voice {
  background-color: #63b231;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .personal .course-voice {
    background-color: transparent;
  }
}
.personal .course-voice-img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .personal .course-voice-img {
    max-width: 706px;
    margin: 0 auto;
  }
}
.personal .course-free {
  background-color: #63b231;
  padding: 20px 16px 60px;
}
.personal .course-free img {
  width: 100%;
  height: auto;
}
.personal .course-free-keyword {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
.personal .course-free-title {
  text-align: center;
  margin-bottom: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 12px;
}
.personal .course-free-text {
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
}
.personal .course-free-button {
  position: relative;
  width: 280px;
  height: 60px;
  margin: 0 auto 20px;
  border-radius: 60px;
  background-color: #ffdb34;
  transition: background-color ease 0.3s;
}
@media (hover: hover) {
  .personal .course-free-button:hover {
    background-color: #ffe467;
  }
}
.personal .course-free-button-icon {
  position: absolute;
  right: -15px;
  bottom: -11px;
  width: 30px;
  height: 38px;
}
.personal .course-free-button a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.personal .course-free-button a span {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1rem;
  color: #c01f07;
}
.personal .course-free-button a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 30px;
  border-right: 2px solid #c01f07;
  border-bottom: 2px solid #c01f07;
  transform: translateY(-50%) rotate(-45deg);
}
.personal .course-free-img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.personal .course-exam {
  background-color: #e50111;
}
@media screen and (min-width: 768px) {
  .personal .course-exam-container {
    max-width: 706px;
    margin: 0 auto;
  }
}
.personal .course-exam img {
  width: 100%;
  height: auto;
}
.personal .course-exam-arrow {
  display: block;
  width: 100%;
  height: 30px;
  position: relative;
  background-color: #63b231;
}
.personal .course-exam-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 30px solid #e50111;
  border-bottom: 0;
}
.personal .course-exam-container {
  padding: 0 16px 30px;
}
.personal .course-exam-title, .personal .course-exam-title-2 {
  margin-bottom: 16px;
  width: 100%;
}
.personal .course-exam-result {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 30px;
}
.personal .course-exam-students {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  align-items: flex-start;
  justify-content: center;
}/*# sourceMappingURL=course.css.map */