.top_section {
  margin: 60px 0 80px 0;
}
@media (max-width: 1000px) {
  .top_section {
    margin: -40px 0 -20px 0;
  }
}
.top_section .title_section {
  margin: 20px 0;
  border-bottom: 2px solid;
}
@media (max-width: 1000px) {
  .top_section .title_section {
    margin: 0px;
  }
}
@media (max-width: 1000px) {
  .top_section .title_section .tag {
    margin-bottom: 10px;
  }
}
.top_section .title_section .tag span {
  background-color: whitesmoke;
  padding: 3px 7px;
  margin-right: 10px;
  color: #777;
}
.top_section .title_section h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  padding-bottom: 10px;
}
@media (max-width: 400px) {
  .top_section .title_section h2 {
    font-size: 18px;
    line-height: 33px;
  }
}
.top_section .detail_wrap {
  display: flex;
  margin: 30px 0 80px 0;
}
@media (max-width: 1000px) {
  .top_section .detail_wrap {
    display: block;
    margin: 30px 0 50px 0;
  }
}
@media (max-width: 1000px) {
  .top_section .detail_wrap .left {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 24px;
  }
}
@media (max-width: 600px) {
  .top_section .detail_wrap .left {
    grid-template-columns: 1fr;
  }
}
.top_section .detail_wrap .left .lecture_image {
  width: 440px;
  height: 255px;
  border-radius: 20px;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 1000px) {
  .top_section .detail_wrap .left .lecture_image {
    width: 100%;
  }
}
.top_section .detail_wrap .left .lecture_detail {
  background-color: whitesmoke;
  padding: 15px;
  margin: 20px 0;
  height: 165px;
  position: relative;
}
@media (max-width: 1000px) {
  .top_section .detail_wrap .left .lecture_detail {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .top_section .detail_wrap .left .lecture_detail {
    height: 105px;
    margin-bottom: 0;
  }
}
.top_section .detail_wrap .left .lecture_detail ul li {
  position: relative;
  padding-left: 80px;
  margin-bottom: 5px;
}
.top_section .detail_wrap .left .lecture_detail ul li span {
  position: absolute;
  left: 0;
}
.top_section .detail_wrap .left .star {
  position: absolute;
  bottom: 15px;
  color: #b1b1b1;
}
.top_section .detail_wrap .left .review {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.top_section .detail_wrap .left .review a {
  border-bottom: 1px solid;
  position: relative;
  margin: 0 15px;
}
.top_section .detail_wrap .left .review a i {
  position: absolute;
  top: 6px;
}
.top_section .detail_wrap .left button.preview {
  width: 100%;
  padding: 15px 0px;
  background-color: white;
  border: 1px solid #777;
}
@media (max-width: 600px) {
  .top_section .detail_wrap .left button.preview {
    display: none;
  }
}
.top_section .detail_wrap .right {
  margin-left: 30px;
}
@media (max-width: 1000px) {
  .top_section .detail_wrap .right {
    margin-left: 0px;
  }
}
.top_section .detail_wrap .right .select_detail {
  border: 1px solid #999;
  border-radius: 20px;
  padding: 15px 20px;
  height: 440px;
}
@media (max-width: 600px) {
  .top_section .detail_wrap .right .select_detail {
    height: auto;
  }
}
@media (max-width: 400px) {
  .top_section .detail_wrap .right .select_detail {
    padding: 15px;
  }
}
@media (max-width: 600px) {
  .top_section .detail_wrap .right .select_detail table tr {
    display: flex;
    width: 88vw;
    flex-direction: column;
  }
}
.top_section .detail_wrap .right .select_detail table tr th {
  text-align: left;
  vertical-align: top;
  line-height: 43px;
}
@media (max-width: 600px) {
  .top_section .detail_wrap .right .select_detail table tr th {
    font-weight: bold;
  }
}
.top_section .detail_wrap .right .select_detail table tr th button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  background-color: #d2d2d2;
  line-height: 16px;
}
.top_section .detail_wrap .right .select_detail table tr td {
  padding: 9px 0;
}
@media (max-width: 600px) {
  .top_section .detail_wrap .right .select_detail table tr td {
    padding: 0;
  }
}
.top_section .detail_wrap .right .select_detail table tr td select {
  width: 290px;
}
@media (max-width: 300px) {
  .top_section .detail_wrap .right .select_detail table tr td select {
    width: 95%;
  }
}
.top_section .detail_wrap .right .select_detail table tr.NCS_code .bar {
  margin: 0 10px;
}
.top_section .detail_wrap .right .select_detail table tr.period td strong {
  padding-left: 20px;
}
.top_section .detail_wrap .right .select_detail table tr.period td span {
  font-size: 12px;
  color: #777;
  display: block;
}
.top_section .detail_wrap .right .select_detail table tr.complete td button {
  background-color: transparent;
  text-decoration: underline;
  padding-left: 10px;
  margin-top: -3px;
}
.top_section .detail_wrap .right .select_detail table tr.complete td span {
  font-size: 12px;
  color: #777;
  display: block;
}
.top_section .detail_wrap .right .select_detail table tr.actual_price td strong {
  font-size: 24px;
}
.top_section .detail_wrap .right .button_wrap {
  margin: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.top_section .detail_wrap .right .button_wrap button {
  text-align: center;
  padding: 15px 0;
  border: 1px solid #777;
}
.top_section .detail_wrap .right .button_wrap .course_save_btn {
  background-color: #fff;
}
.top_section .detail_wrap .right .button_wrap .course_save_btn img {
  width: 20px;
  margin-right: 10px;
  margin-top: -2px;
}
.top_section .detail_wrap .right .button_wrap .enrolment_btn {
  background-color: #2c5db4;
  color: #fff;
}
.top_section .detail_wrap .right .button_wrap .enrolment_link_btn {
  background-color: #2d2d2d;
  color: #fff;
}

.bottom_section .tab_btn_box {
  display: flex;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid;
  position: sticky;
  top: 0;
  z-index: 100;
}
.bottom_section .tab_btn_box .tab_btn {
  width: 33.3%;
  position: relative;
}
.bottom_section .tab_btn_box .tab_btn a {
  padding: 20px 0;
  width: 100%;
  display: inline-block;
  background-color: whitesmoke;
}
.bottom_section .tab_btn_box .tab_btn.on a {
  background-color: #2d2d2d;
  color: #fff;
  font-weight: 500;
}
.bottom_section .tab_btn_box .tab_btn::after {
  position: absolute;
  left: -1px;
  width: 1px;
  height: 30px;
  top: 50%;
  background-color: #777;
  content: "";
  margin-top: -15px;
}
.bottom_section .tab_btn_box .tab_btn:first-of-type::after {
  width: 0px;
}
.bottom_section .content_wrap {
  margin: 10px 0 100px 0;
}
.bottom_section .content_wrap .content {
  padding: 30px 0;
  position: relative;
  padding-left: 100px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 600px) {
  .bottom_section .content_wrap .content {
    padding-left: 0;
    padding-top: 62px;
  }
}
.bottom_section .content_wrap .content .title {
  position: absolute;
  top: 32px;
  left: 0;
  font-weight: bold;
  color: #797979;
}
@media (max-width: 600px) {
  .bottom_section .content_wrap .content .title {
    color: #222;
  }
}
.bottom_section .content_wrap .content p {
  line-height: 30px;
  color: #767676;
}
@media (max-width: 600px) {
  .bottom_section .content_wrap .content p {
    line-height: 25px;
  }
}
.bottom_section .content_wrap .content p b {
  color: #2d2d2d;
}
.bottom_section .content_wrap .content p span {
  position: absolute;
  left: 100px;
}
@media (max-width: 600px) {
  .bottom_section .content_wrap .content p span {
    left: 4px;
  }
}
.bottom_section .content_wrap .content table {
  width: 100%;
  text-align: center;
  border-top: 2px solid #777;
}
.bottom_section .content_wrap .content table th {
  padding: 10px 0;
  background-color: whitesmoke;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.bottom_section .content_wrap .content table td {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.bottom_section .content_wrap .content table th:first-child,
.bottom_section .content_wrap .content table td:first-child {
  border-left: none;
}
.bottom_section .content_wrap .content .professor {
  display: flex;
}
.bottom_section .content_wrap .content .professor img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bottom_section .content_wrap .content .professor .txt p {
  padding-left: 100px;
  padding-bottom: 8px;
}
.bottom_section .content_wrap .content .professor .txt p span {
  left: 280px;
}
.bottom_section .content_wrap .content_review {
  margin-top: 30px;
  border-top: 2px solid;
}
.bottom_section .content_wrap .content_review .title {
  padding: 10px 0;
  border-bottom: 1px solid;
  font-weight: 500;
}
.bottom_section .content_wrap .content_review .title span {
  margin-left: 10px;
}
.bottom_section .content_wrap .content_review .title span i {
  margin-top: -2px;
}
.bottom_section .content_wrap .content_review ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.bottom_section .content_wrap .content_review ul li span {
  margin-right: 10px;
}

.modal-wrap table {
  width: 100%;
  text-align: center;
  border-top: 2px solid #777;
}
.modal-wrap table th {
  padding: 10px 0;
  background-color: whitesmoke;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.modal-wrap table tbody th {
  padding: 30px 0;
  background-color: #fff;
}
.modal-wrap table tbody td {
  padding: 30px 20px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: left;
  line-height: 20px;
}
.modal-wrap table tbody td a {
  display: block;
  margin-top: 20px;
  border-bottom: 1px solid;
  width: 141px;
  line-height: 24px;
}
.modal-wrap table th:first-child,
.modal-wrap table td:first-child {
  border-left: none;
}

.modal-wrap#modal03 .img {
  text-align: center;
  margin: 20px 0;
}
.modal-wrap#modal03 .img img {
  width: 100px;
}
.modal-wrap#modal03 p {
  font-weight: 600;
  text-align: center;
  line-height: 30px;
}
.modal-wrap#modal03 .button_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 10px;
}
.modal-wrap#modal03 .button_wrap button {
  background-color: #222;
  color: #fff;
  padding: 13px 0;
  text-align: center;
  width: 187px;
}/*# sourceMappingURL=edudetail.css.map */