@charset "UTF-8";
.edudetail_top {
  margin-top: 50px;
}
@media (max-width: 1000px) {
  .edudetail_top {
    margin-top: 30px;
  }
}
@media (max-width: 400px) {
  .edudetail_top {
    margin-top: 15px;
  }
}
.edudetail_top .lecture_title span {
  width: 75px;
  display: inline-block;
  text-align: center;
  padding: 3px;
  border: 1px solid #ccc;
  font-size: 13px;
  margin-right: 5px;
}
.edudetail_top .lecture_title span.pc {
  color: #ef0000;
}
.edudetail_top .lecture_title span.mobile {
  color: #9050a4;
}
.edudetail_top .lecture_title span.refund {
  color: #3e77da;
}
.edudetail_top .lecture_title strong {
  display: block;
  font-size: 30px;
  line-height: 60px;
}
@media (max-width: 1000px) {
  .edudetail_top .lecture_title strong {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .edudetail_top .lecture_title strong {
    font-size: 22px;
    line-height: 38px;
  }
}
@media (max-width: 400px) {
  .edudetail_top .lecture_title strong {
    font-size: 18px;
    line-height: 35px;
  }
}
.edudetail_top .flex_box {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
@media (max-width: 700px) {
  .edudetail_top .flex_box {
    display: block;
  }
}
.edudetail_top .flex_box .left {
  width: 400px;
}
@media (max-width: 700px) {
  .edudetail_top .flex_box .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.edudetail_top .flex_box .left .lecture_img {
  width: 400px;
  height: 223px;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 700px) {
  .edudetail_top .flex_box .left .lecture_img {
    width: 100%;
    height: auto;
  }
}
.edudetail_top .flex_box .left .lecture_img img {
  width: 100%;
}
.edudetail_top .flex_box .right .lecture_detail {
  height: 223px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #ccc;
}
@media (max-width: 1000px) {
  .edudetail_top .flex_box .right .lecture_detail {
    height: auto;
    padding: 13px;
  }
}
.edudetail_top .flex_box .right .lecture_detail p {
  position: relative;
  margin-bottom: 15px;
  padding-left: 100px;
}
@media (max-width: 1000px) {
  .edudetail_top .flex_box .right .lecture_detail p {
    padding-left: 0px;
    padding-top: 20px;
  }
}
.edudetail_top .flex_box .right .lecture_detail p span {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.edudetail_top .flex_box .right .button_wrap {
  display: flex;
  gap: 10px;
}
.edudetail_top button {
  width: 100%;
  margin-top: 20px;
  padding: 15px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  font-weight: 500;
}
.edudetail_top button.apply {
  background-color: #2c5db4;
  color: #fff;
}

.edudetail_bottom {
  margin: 50px 0;
  border-top: 1px solid;
}
.edudetail_bottom > div {
  position: relative;
  padding: 25px 0;
  padding-left: 100px;
  border-top: 1px solid #ccc;
}
@media (max-width: 1000px) {
  .edudetail_bottom > div {
    padding: 10px 0;
    padding-left: 0;
    padding-top: 56px;
  }
}
.edudetail_bottom > div .title {
  position: absolute;
  top: 31px;
  left: 0;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .edudetail_bottom > div .content img {
    width: 100%;
  }
}
.edudetail_bottom > div .content p {
  margin-bottom: 10px;
}
.edudetail_bottom > div .content table {
  width: 100%;
  margin: 10px 0;
  border-top: 1px solid;
  table-layout: fixed;
}
.edudetail_bottom > div .content table tr {
  border-bottom: 1px solid #ccc;
}
.edudetail_bottom > div .content table tr td,
.edudetail_bottom > div .content table tr th {
  padding: 10px 0;
  text-align: center;
  border-right: 1px solid #ccc;
}
.edudetail_bottom > div .content table tr td:last-of-type,
.edudetail_bottom > div .content table tr th:last-of-type {
  border-right: none;
}
.edudetail_bottom > div .content table tr td.br,
.edudetail_bottom > div .content table tr th.br {
  border-right: 1px solid #ccc;
}
.edudetail_bottom > div .content table thead th {
  font-weight: bold;
  padding: 10px 0;
  background-color: #d5e2ec;
}
.edudetail_bottom > div .content table tbody th {
  background-color: whitesmoke;
}

/*학습신청 팝업*/
#modal02 .submit_btn {
  text-align: center;
  margin-top: 40px;
}
#modal02 .submit_btn button {
  width: 180px;
  padding: 15px 0;
  background-color: #2d2d2d;
  color: #fff;
  font-weight: 500;
}
/*간편문의 팝업*/
#modal01 .input_wrap {
  display: flex;
}
#modal01 .input_wrap .title {
  font-size: 17px;
  padding: 10px;
  width: 136px;
}
#modal01 .input_wrap .input_box.captcha_box {
  flex-direction: row;
}
#modal01 .input_wrap .input_box.captcha_box .captcha {
  width: 100px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
#modal01 .input_wrap .input_box.captcha_box .captcha img {
  width: 100%;
}
#modal01 .input_wrap .input_box {
  display: flex;
  flex-direction: column;
  width: 510px;
}
#modal01 .input_wrap .input_box select,
#modal01 .input_wrap .input_box input,
#modal01 .input_wrap .input_box textarea {
  border: 1px solid #777;
  padding: 10px;
  border-radius: 8px;
  margin: 5px 0;
  position: relative;
}
#modal01 .input_wrap .input_box select {
  background: url("../img/common/caret-down-fill.png") no-repeat 97% 50%;
}
#modal01 .input_wrap .input_box select option {
  padding: 2px 5px;
}
#modal01 .input_wrap .input_box select option:hover {
  background-color: aliceblue;
}
#modal01 .input_wrap .input_box input#DatePicker {
  background: url(../img/common/calendar-blank.png) no-repeat 3% 50%;
  padding-left: 50px;
}
#modal01 .input_wrap .input_box .input-date {
  width: 49%;
  margin-right: 1%;
}
#modal01 .input_wrap .input_box .input-time {
  width: 49%;
}
#modal01 .input_wrap .input_box .input-hp {
  width: 49%;
  margin-right: 1%;
  background-color: #f6f6f6;
}
#modal01 .input_wrap .input_box .btn-modify {
  width: 100px;
}
#modal01 .input_wrap .input_box .input-content {
  height: 150px;
}
#modal01 .input_wrap .input_box button {
  width: 147px;
  padding: 10px 0;
  background-color: #2d2d2d;
  color: #fff;
  border-radius: 6px;
}
#modal01 .input_wrap .input_box span {
  font-size: 14px;
  color: #999;
  margin-top: 13px;
}
#modal01 .notice_box {
  display: flex;
  margin-top: 20px;
  background-color: whitesmoke;
  padding: 20px;
}
#modal01 .notice_box .title {
  font-size: 17px;
  width: 116px;
  line-height: 26px;
  padding: 10px;
}
#modal01 .notice_box ul {
  margin-bottom: 20px;
}
#modal01 .notice_box ul li {
  display: inline;
}
#modal01 .notice_box ul .bar {
  margin: 0 30px;
}
#modal01 .notice_box p {
  font-size: 14px;
}
#modal01 .agree_wrap {
  display: flex;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid;
  align-items: center;
}
#modal01 .agree_wrap input {
  margin-right: 10px;
}
#modal01 .agree_wrap label {
  margin-bottom: 2px;
}
#modal01 .agree_wrap button {
  font-size: 13px;
  padding: 2px 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-left: 10px;
}
#modal01 .submit_btn {
  text-align: center;
  margin-top: 40px;
}
#modal01 .submit_btn button {
  width: 300px;
  padding: 10px 0;
  background-color: #2d2d2d;
  color: #fff;
  font-weight: 500;
}/*# sourceMappingURL=edudetail.css.map */