@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap');

.quickconsult_new {
  width: 100%;
  background: #fff;
}

.quickconsult_new .quickconsult_new_inner {
  padding-top: 90px;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_left_container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 33px;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_left_container .quickconsult_new_title {
  text-align: left;
  display: flex;
  gap: 17px;
  align-items: flex-start;
  position: relative;
  padding: 0 25px 20px;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_left_container .quickconsult_new_title h2 {
  color: #000;
  font-family: "Noto Sans KR";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_left_container .quickconsult_new_title h2 span {
  color: #004E9B;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_left_container .quickconsult_new_title p {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_left_container .quickconsult_new_title .title_line {
  position: absolute;
  width: 1560px;
  height: 1px;
  background: #ccc;
  bottom: 0;
  left: 0;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_left_container .quickconsult_new_title .title_line::after {
  position: absolute;
  content: '';
  top: -2.5px;
  left: -2.5px;
  width: 5px;
  height: 5px;
  background: #ccc;
  transform: rotate(45deg);
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_left_container .quickconsult_new_content .quickconsult_new_content_title h2 {
  color: #1B1B1B;
  font-family: Inter;
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 67px;
  letter-spacing: -4px;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_left_container .quickconsult_new_content {
  text-align: left;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  position: relative;
  padding: 0 25px 110px;
  flex-direction: column;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_left_container .quickconsult_new_content .quickconsult_new_content_title h2 span {
  color: #0081FF;
  font-weight: 700;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_left_container .quickconsult_new_content .quickconsult_new_content_info {
  display: flex;
  flex-direction: column;
  background: #E3EFFF;
  padding: 15px 20px;
  border-radius: 10px;
  gap: 14px;
  min-width: 436px;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_left_container .quickconsult_new_content .quickconsult_new_content_info h2 {
  display: flex;
  gap: 3px;
  color: #1E1E1E;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  align-items: center;
  padding-bottom: 7px;
  border-bottom: 1px solid #649FEC;
  width: 100%;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_left_container .quickconsult_new_content .quickconsult_new_content_info .tel_campus_box {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_left_container .quickconsult_new_content .quickconsult_new_content_info .tel_campus_box p {
  color: #333;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_left_container .quickconsult_new_content .quickconsult_new_content_info .tel_campus_box span {
  color: #333;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container {
  background: url('https://img.megastudyacademy.co.kr/campus/iws_html_img/SmartPhone_consult.png');
  width: 425px;
  position: absolute;
  bottom: 0;
  right: -20px;
  padding: 85px 84px 35px 64px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap .info_top {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 260px;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap .info_top .campus_box {
  display: flex;
  gap: 10px;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap .info_top .campus_box .campus_title {
  min-width: 65px;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap .info_top .campus_box .campus_inp {
  display: flex;
  justify-content: center;
  align-items: center;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap .info_top .campus_box .campus_inp label {
  margin-right: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

input[type='radio'] {
  width: 18px;
  height: 18px;
  margin: 0 0 2px 0;
  background: #fff;
  border: solid 1px #e1e0df;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-appearance: none;
  padding: 0 !important;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap .info_top .campus_box .campus_inp input[type='radio']:checked:after {
  content: "";
  display: block;
  clear: both;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0081FF;
  position: relative;
  top: 3px;
  left: 3px;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap .info_top .campus_box h2 {
  color: #999;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap .info_top .evt_lec_box {
  display: flex;
  gap: 10px;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap .info_top .evt_lec_box .evt_lec_title {
  min-width: 65px;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap .info_top .evt_lec_box h2 {
  color: #999;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap .info_top .evt_lec_box p {
  color: #333;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap .info_mid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 260px;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap .info_mid>div {
  width: 260px;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap .info_mid input ::-webkit-input-placeholder {
  color: #999;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap .info_mid input :-moz-placeholder {
  color: #999;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap .info_mid input ::-moz-placeholder {
  color: #999;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap .info_mid input :-ms-input-placeholder {
  color: #999;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap .info_mid input {
  color: #333;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 0 15px;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap .info_bottom {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  align-items: center;
}

#accordian_private {
  padding-top: 0 !important;
}

#accordian_private li>h1 {
  line-height: 21px !important;
  color: #333;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  gap: 8px !important;
}

#accordian_private li>h1 span {
  padding-bottom: 4px;
  display: block;
}

#accordian_private li>h1 span.rote {
  transform: rotate(180deg);
}

#accordian_private p {
  font-size: 12px !important;
  padding: 5px 15px !important;
  margin: 5px 0 !important;
  max-height: 80px !important;
  white-space: pre-line !important;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap .info_bottom .agree_chk>label {
  color: #999;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 0;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap .info_bottom .agree_chk input[type='checkbox'] {
  width: 14px;
  height: 14px;
  border: 1px solid #E4E4E4;
  margin: 0;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap .info_bottom .agree_chk input[type='checkbox']:checked:after {
  width: 12px;
  height: 12px;
}

.quickconsult_new .quickconsult_new_inner .quickconsult_new_right_container .info_wrap .info_bottom button {
  border-radius: 5px;
  background: #0081FF;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  border: 0;
  outline: 0;
  width: 260px !important;
  height: 50px;
  margin: 13px auto 0 auto !important;
}