.tabArea {
  display: flex;
}
.tabArea .tabBtn {
  width: 33.33%;
  border-radius: 20px 20px 0 0;
  text-align: center;
  border: solid 1px #DADADA;
  cursor: pointer;
  font-weight: 500;
}
.tabArea .tabBtn.on {
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .tabArea .tabBtn {
    line-height: 130%;
    font-size: 14px;
    padding: 8px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .tabArea .tabBtn {
    font-size: clamp(14px, 1.41vw, 18px);
    padding: 8px 0;
  }
}
.infoArea {
  border: solid 1px #DADADA;
  border-radius: 0 0 20px 20px;
  border-top: none;
}
.infoArea .infoBox {
  display: none;
}
.infoArea .infoBox.on {
  display: block;
}
.infoArea .infoBox .infoList .listTitle {
  font-weight: bold;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: left 8px;
  padding-left: 16px;
}
.infoArea .infoBox .infoList .listCaption {
  font-weight: bold;
  color: #004097;
}
.infoArea .infoBox .infoList .listDetail {
  font-weight: 500;
  line-height: 160%;
}
.infoArea .infoBox .infoList .schedule {
  margin: 0 auto;
}
.infoArea .infoBox .infoList .schedule .time {
  display: flex;
  border: solid 1px #DADADA;
  border-radius: 20px;
  overflow: hidden;
  font-weight: 500;
}
.infoArea .infoBox .infoList .schedule .time .timeTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #004097;
  color: #ffffff;
}
.infoArea .infoBox .infoList .schedule .time .timeInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}
.infoArea .infoBox .infoList .schedule .time .timeInfo .infoRow {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.infoArea .infoBox .infoList .schedule .note {
  font-weight: 500;
  color: #969696;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .infoArea {
    padding: 24px 16px 0 16px;
  }
  .infoArea .infoBox .infoList {
    padding: 0 0 32px 0;
  }
  .infoArea .infoBox .infoList .listTitle {
    font-size: clamp(14px, 4.1vw, 16px);
    margin-bottom: 12px;
    background-position: left 7px;
  }
  .infoArea .infoBox .infoList .listCaption {
    font-size: clamp(14px, 4.1vw, 16px);
    margin-bottom: 8px;
  }
  .infoArea .infoBox .infoList .listDetail {
    font-size: 14px;
  }
  .infoArea .infoBox .infoList .listDetail .schedule {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .infoArea .infoBox .infoList .listDetail .schedule .tableImg {
    width: 100%;
    order: 1;
  }
  .infoArea .infoBox .infoList .listDetail .schedule .time {
    width: min(100%, 365px);
    order: 3;
  }
  .infoArea .infoBox .infoList .listDetail .schedule .time .timeTitle {
    width: 34%;
  }
  .infoArea .infoBox .infoList .listDetail .schedule .time .timeInfo {
    width: 66%;
    padding: 30px 4%;
    row-gap: 6px;
  }
  .infoArea .infoBox .infoList .listDetail .schedule .time .timeInfo .infoRow {
    font-size: clamp(10px, 3.59vw, 14px);
  }
  .infoArea .infoBox .infoList .listDetail .schedule .note {
    order: 2;
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .infoArea {
    padding: 40px 3.33%;
  }
  .infoArea .infoBox .infoList {
    padding: 0 0 32px 0;
  }
  .infoArea .infoBox .infoList .listTitle {
    font-size: clamp(14px, 1.41vw, 18px);
    margin-bottom: 12px;
  }
  .infoArea .infoBox .infoList .listCaption {
    font-size: clamp(14px, 1.41vw, 18px);
    margin-bottom: 8px;
  }
  .infoArea .infoBox .infoList .listDetail {
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .infoArea .infoBox .infoList .listDetail .schedule {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: min(100%, 910px);
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 10px;
  }
  .infoArea .infoBox .infoList .listDetail .schedule .tableImg {
    width: min(56%, 500px);
  }
  .infoArea .infoBox .infoList .listDetail .schedule .time {
    width: min(42%, 365px);
  }
  .infoArea .infoBox .infoList .listDetail .schedule .time .timeTitle {
    width: 34%;
  }
  .infoArea .infoBox .infoList .listDetail .schedule .time .timeInfo {
    width: 66%;
    padding: 30px 8%;
    row-gap: 8px;
  }
  .infoArea .infoBox .infoList .listDetail .schedule .note {
    width: 100%;
    font-size: 13px;
  }
}
.backBtnArea {
  width: 216px;
  margin: 0 auto;
}
.backBtnArea .backBtn {
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  background: #D90000;
  border-radius: 50px;
}
.backBtnArea .backBtn .text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.backBtnArea .backBtn .icon {
  background: url(../../shared/images/arrow_circle_white.svg) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 767px) {
  .backBtnArea {
    padding: 56px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .backBtnArea {
    padding: 80px 0 0 0;
  }
}/*# sourceMappingURL=common_course.css.map */