@charset "UTF-8";
.fcskyblue {
  color: #86bae2;
}

#wrap {
  max-width: 1360px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1000px) {
  #wrap {
    padding: 0 10px;
  }
}

/*학습지원센터 헤더*/
.top_header {
  background-color: whitesmoke;
  font-size: 14px;
}
.top_header #wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 55px;
}
@media (max-width: 1000px) {
  .top_header #wrap .btn {
    display: none;
  }
}
.top_header #wrap .btn a {
  display: inline-block;
  margin-left: 15px;
  padding: 10px 0;
}
.top_header #wrap .logo {
  width: 80px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  cursor: pointer;
}
.top_header #wrap .logo img {
  width: 100%;
}

/*학습지원센터 헤더*/
@media (max-width: 1000px) {
  .middle_header {
    height: 35px;
  }
}
.middle_header #wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
@media (max-width: 1000px) {
  .middle_header #wrap {
    display: block;
    padding: 10px;
  }
}
.middle_header #wrap .left {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .middle_header #wrap .left {
    justify-content: space-between;
  }
}
.middle_header #wrap .left .logo {
  width: 250px;
  margin-right: 30px;
  cursor: pointer;
}
.middle_header #wrap .left .logo img {
  width: 100%;
}
.middle_header #wrap .left .menuicon {
  display: none;
}
@media (max-width: 1000px) {
  .middle_header #wrap .left .menuicon {
    display: block;
    margin-right: 10px;
  }
  .middle_header #wrap .left .menuicon i {
    font-size: 20px;
  }
}
.middle_header #wrap .left h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
}
@media (max-width: 1000px) {
  .middle_header #wrap .left h1 {
    font-size: 20px;
  }
}
.middle_header #wrap .right {
  font-weight: 400;
}
@media (max-width: 1000px) {
  .middle_header #wrap .right {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-weight: 500;
    width: 100%;
    z-index: 100;
    top: 99px;
    right: -100%;
    position: fixed;
    opacity: 0;
    background-color: #fff;
  }
}
.middle_header #wrap .right a {
  padding: 0 15px;
}
@media (max-width: 1000px) {
  .middle_header #wrap .right a {
    font-size: 14px;
    padding: 10px 0px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 45px;
  }
}
.middle_header #wrap .right a:hover,
.middle_header #wrap .right a.on {
  color: #3a87ef;
}
@media (max-width: 1000px) {
  .middle_header #wrap .right a:hover,
  .middle_header #wrap .right a.on {
    background-color: aliceblue;
    font-weight: bold;
  }
}
.middle_header #wrap .right .point {
  color: #fff;
  background-color: #3252a3;
  padding: 5px 14px;
  border-radius: 20px;
}
.middle_header #wrap .right i {
  margin-right: 9px;
}

.top_section {
  background-color: whitesmoke;
  padding: 90px 0 60px 0;
}
@media (max-width: 1000px) {
  .top_section {
    display: none;
  }
}
.top_section #wrap {
  position: relative;
}
.top_section #wrap .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.top_section #wrap .inner h2 {
  font-size: 30px;
}
.top_section #wrap .inner .search_box {
  padding-left: 40px;
}
.top_section #wrap .inner .search_box input {
  background-color: #fff;
  width: 100%;
  border-bottom: none;
  border-radius: 25px;
  padding-left: 20px;
}
.top_section #wrap .inner .search_box span {
  right: 20px;
}
.top_section #wrap .navi {
  position: absolute;
  top: -70px;
  right: 30px;
  font-size: 14px;
  color: #767676;
}

.category {
  border-bottom: 1px solid #707070;
  font-size: 17px;
  font-weight: 500;
  color: #9c9c9c;
}
@media (max-width: 1000px) {
  .category {
    margin-top: 27px;
    margin-bottom: -10px;
    font-weight: 400;
  }
  .category #wrap {
    padding: 0;
  }
}
.category ul {
  display: flex;
}
@media (max-width: 1000px) {
  .category ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.category ul li {
  padding: 20px;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .category ul li {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 0;
    text-align: center;
    border-bottom: 1px solid;
    position: relative;
    bottom: -1px;
  }
}
.category ul li.on {
  color: #333;
  border-bottom: 3px solid #333;
}

.support_content {
  padding: 70px 0;
}
@media (max-width: 1000px) {
  .support_content {
    padding: 40px 0;
  }
}
.support_content #wrap {
  position: relative;
}
.support_content #wrap .count {
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 1000px) {
  .support_content #wrap .count {
    font-size: 16px;
    font-weight: 500;
  }
}
.support_content #wrap .count span {
  color: #fa9726;
}
.support_content #wrap > button {
  position: absolute;
  top: -14px;
  right: 20px;
  padding: 7px 12px;
  line-height: 23px;
  background-color: #2d2d2d;
  color: #fff;
  border-radius: 5px;
}
@media (max-width: 1000px) {
  .support_content #wrap > button {
    top: -4px;
    right: 13px;
    padding: 3px 7px;
    line-height: 21px;
    font-size: 13px;
  }
}
.support_content #wrap > button i {
  margin-right: 5px;
}
.support_content #wrap .button_wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}
.support_content #wrap .button_wrap button {
  background-color: #ebebeb;
  padding: 13px 0;
  text-align: center;
  width: 100px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.support_content #wrap .button_wrap button:hover {
  font-weight: bold;
}
.support_content #wrap ul {
  margin: 15px 0;
  border-top: 2px solid #2d2d2d;
  font-size: 16px;
}
@media (max-width: 1000px) {
  .support_content #wrap ul {
    font-size: 14px;
  }
}
.support_content #wrap ul #ContentView {
  padding: 20px 5px;
  border-bottom: 1px solid #2d2d2d;
  cursor: pointer;
  position: relative;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .support_content #wrap ul #ContentView {
    padding-right: 50px;
  }
}
.support_content #wrap ul #ContentView .date {
  position: absolute;
  right: 50px;
}
.support_content #wrap ul #ContentView i {
  position: absolute;
  right: 11px;
  top: 20px;
  font-size: 22px;
}
@media (max-width: 1000px) {
  .support_content #wrap ul #ContentView i {
    font-size: 17px;
  }
}
.support_content #wrap ul #ContentElement {
  padding: 20px;
  background-color: #f1f6f9;
  border-bottom: 1px solid #2d2d2d;
  line-height: 30px;
}
.support_content #wrap ul #ContentView.q {
  padding-left: 70px;
  position: relative;
}
.support_content #wrap ul #ContentView.q::after {
  position: absolute;
  left: 18px;
  top: 19px;
  content: "Q";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #2d2d2d;
  color: #fff;
  font-family: initial;
  text-align: center;
  line-height: 24px;
}
.support_content #wrap ul #ContentElement.a {
  padding-left: 70px;
  position: relative;
}
.support_content #wrap ul #ContentElement.a::after {
  position: absolute;
  left: 18px;
  top: 19px;
  content: "A";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #3a87ef;
  color: #fff;
  font-family: initial;
  text-align: center;
  line-height: 24px;
}
.support_content #wrap .pagination {
  padding: 20px 0;
}
.support_content #wrap .pagination ol {
  display: flex;
  justify-content: center;
}
.support_content #wrap .pagination ol li {
  margin: 6px;
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: pointer;
}
.support_content #wrap .pagination ol li.on {
  color: #fff;
  background-color: #2d2d2d;
  border-radius: 50%;
}

/*1:1문의 팝업*/
#modal01 {
  padding: 50px;
}
@media (max-width: 1000px) {
  #modal01 {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}
#modal01 .close-btn {
  top: 50px;
  right: 50px;
}
@media (max-width: 1000px) {
  #modal01 .close-btn {
    top: 30px;
    right: 25px;
  }
  #modal01 .close-btn i {
    font-size: 30px;
  }
}
#modal01 h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
}
@media (max-width: 1000px) {
  #modal01 h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
#modal01 .input_wrap {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 1000px) {
  #modal01 .input_wrap {
    display: block;
    margin-top: 20px !important;
  }
}
#modal01 .input_wrap .title {
  font-size: 17px;
  padding: 10px;
  width: 136px;
}
@media (max-width: 1000px) {
  #modal01 .input_wrap .title {
    font-size: 15px;
    padding: 10px 0;
  }
}
#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: 650px;
}
@media (max-width: 1000px) {
  #modal01 .input_wrap .input_box {
    width: 100%;
  }
}
#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("/common/img/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 .input-file {
  border: none;
}
#modal01 .input_wrap .input_box .input-file::file-selector-button {
  width: 147px;
  padding: 10px 0;
  background-color: #2d2d2d;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
#modal01 .input_wrap .input_box #output-file {
  display: block;
  white-space: pre-wrap;
}
#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;
}
#modal01 .notice_box {
  display: flex;
  margin-top: 50px;
  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 .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;
}

#modal02 {
  padding: 40px 100px;
  border-radius: 37px;
}
#modal02 .close-btn {
  top: 30px;
  right: 30px;
}
#modal02 .complete_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#modal02 .complete_inner i {
  font-size: 80px;
  color: #2c5db4;
}
#modal02 .complete_inner strong {
  font-size: 30px;
  margin: 20px 0;
}
#modal02 .complete_inner p {
  line-height: 30px;
}
#modal02 .btn {
  text-align: center;
  margin: 35px 0;
}
#modal02 .btn a {
  text-align: center;
  background-color: #2d2d2d;
  color: #fff;
  padding: 13px;
  font-weight: 500;
  width: 100%;
  display: inline-block;
}

/*원격지원*/
.remote_wrap {
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1000px) {
  .remote_wrap {
    padding: 20px 0;
    display: block;
  }
}
.remote_wrap .left strong {
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .remote_wrap .left strong {
    font-size: 27px;
  }
}
@media (max-width: 700px) {
  .remote_wrap .left strong {
    font-size: 20px;
  }
}
.remote_wrap .left span {
  font-size: 20px;
  line-height: 40px;
  margin-top: 20px;
  display: block;
}
@media (max-width: 700px) {
  .remote_wrap .left span {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
.remote_wrap .left button {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #3a87ef;
  font-weight: 500;
  margin-top: 20px;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.remote_wrap .left button:hover {
  background-color: #2c5db4;
}

/*공지사항,학습자료실 게시판*/
.tableTypeA_top .title {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .tableTypeA_top .title {
    font-size: 18px;
    line-height: 22px;
  }
}
.tableTypeA_top .title span {
  margin-right: 10px;
}
.tableTypeA_top .detail {
  overflow: hidden;
  margin: 20px 0;
}
@media (max-width: 1000px) {
  .tableTypeA_top .detail {
    margin: 15px 0;
  }
}
.tableTypeA_top .detail > div {
  float: left;
  font-size: 13px;
}
.tableTypeA_top .detail > div span {
  margin-right: 10px;
  font-weight: 500;
}
.tableTypeA_top .detail .date,
.tableTypeA_top .detail .left {
  margin-right: 30px;
}
.tableTypeA_top .detail .view,
.tableTypeA_top .detail .right {
  margin-left: 30px;
}

.tableTypeA {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .tableTypeA {
    margin-top: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .tableTypeA .mh {
    display: none;
    visibility: hidden;
    width: 0%;
  }
  .tableTypeA .al {
    padding: 15px 5px;
  }
}
.tableTypeA table {
  width: 100%;
  border-top: 2px solid #555;
  border-bottom: 1px solid #555;
}
.tableTypeA table tr {
  border-top: 1px solid #555;
}
.tableTypeA table th,
.tableTypeA table td {
  padding: 20px 0;
  text-align: center;
}
@media (max-width: 1000px) {
  .tableTypeA table th {
    display: none;
  }
  .tableTypeA table td img {
    width: 100%;
  }
}
.tableTypeA table th {
  background-color: whitesmoke;
}
.tableTypeA table th i {
  color: #b5cff0;
  font-size: 22px;
  margin-left: 3px;
}
.tableTypeA table td a {
  display: block;
  margin-bottom: 5px;
}
.tableTypeA table tr.file th, .tableTypeA table tr.file td {
  font-size: 13px;
}
.tableTypeA table tr.file td {
  padding: 15px 0 12px 20px;
  text-align: left;
}
.tableTypeA table img.download {
  width: 26px;
}
.tableTypeA table img.download_view {
  margin-right: 10px;
  margin-top: -1px;
  width: 16px;
}
.tableTypeA table .content {
  padding: 20px 0;
  text-align: left;
}
@media (max-width: 600px) {
  .tableTypeA table .content {
    font-size: 14px !important;
  }
}

.comment {
  position: relative;
  border-bottom: 1px solid #555;
  padding-bottom: 40px;
}
.comment .left {
  position: absolute;
  left: 0;
}
.comment .left i {
  width: 17px;
  height: 17px;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  display: inline-block;
}
.comment .left span {
  font-size: 14px;
  font-weight: bold;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background-color: #90c0ef;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  margin-left: 10px;
}
.comment .right {
  padding-left: 94px;
}
.comment .right b {
  color: #90c0ef;
  font-weight: bold;
  display: block;
}
.comment .right span {
  font-size: 12px;
  color: #999;
}
.comment .right p {
  margin-top: 10px;
}

.tableTypeA.comment-file {
  margin-top: 0px;
}
@media (max-width: 1000px) {
  .tableTypeA.comment-file {
    margin-top: 0px;
  }
}
.tableTypeA.comment-file table {
  border-top: 0px solid #555;
}
.tableTypeA.comment-file table tr {
  border-top: 0px solid #555;
}

/*페이지 넘버*/
.pagination {
  padding: 20px 0;
}
.pagination ol {
  display: flex;
  justify-content: center;
}
.pagination ol li {
  margin: 6px;
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: pointer;
}
.pagination ol li.on {
  color: #fff;
  background-color: #2d2d2d;
  border-radius: 50%;
}

/*전화번호 input*/
.phonenumber_input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.phonenumber_input input {
  width: 30%;
}

/*이벤트*/
.event_con {
  padding-bottom: 150px;
}
.event_con h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 1000px) {
  .event_con h1 {
    font-size: 20px;
    margin-top: 37px;
    margin-bottom: 30px;
  }
}
.event_con .content1 .table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .event_con .content1 .table {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .event_con .content1 .table {
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .event_con .content1 .table {
    grid-template-columns: 1fr;
  }
}
.event_con .content1 .table > div {
  position: relative;
}
.event_con .content1 .table > div .img {
  width: 290px;
  height: 190px;
  overflow: hidden;
  margin: 0 auto;
}
.event_con .content1 .table > div .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.event_con .content1 .table > div .txt {
  margin: 20px 0;
}
.event_con .content1 .table > div .txt .date {
  font-size: 15px;
  color: #999;
}
.event_con .content1 .table > div .txt .title {
  display: block;
  line-height: 30px;
}
.event_con .content1 .table > div .txt .detail {
  font-size: 15px;
  color: #999;
}
.event_con .content1 .table > div::after {
  position: absolute;
  right: -10px;
  top: 0px;
  content: "";
  width: 1px;
  height: 300px;
  background-color: #ccc;
}
.event_con .content2 ul {
  margin: 15px 0;
  border-top: 2px solid #2d2d2d;
  font-size: 16px;
}
.event_con .content2 ul #ContentView {
  padding: 20px 5px;
  border-bottom: 1px solid #2d2d2d;
  cursor: pointer;
  position: relative;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .event_con .content2 ul #ContentView {
    padding: 15px 5px;
  }
}
.event_con .content2 ul #ContentView .date {
  position: absolute;
  right: 50px;
}
.event_con .content2 ul #ContentView i {
  position: absolute;
  right: 11px;
  top: 20px;
  font-size: 22px;
}
@media (max-width: 1000px) {
  .event_con .content2 ul #ContentView i {
    font-size: 17px;
  }
}
.event_con .content2 ul #ContentElement {
  padding: 20px;
  background-color: #f1f6f9;
  border-bottom: 1px solid #2d2d2d;
  line-height: 30px;
}
.event_con .content2 ul #ContentView.q {
  padding-left: 70px;
  position: relative;
}
@media (max-width: 1000px) {
  .event_con .content2 ul #ContentView.q {
    padding-left: 55px;
    padding-right: 42px;
    font-size: 14px;
  }
}
.event_con .content2 ul #ContentView.q::after {
  position: absolute;
  left: 18px;
  top: 19px;
  content: "Q";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #2d2d2d;
  color: #fff;
  font-family: initial;
  text-align: center;
  line-height: 24px;
}
.event_con .content2 ul #ContentElement.a {
  padding-left: 70px;
  position: relative;
}
@media (max-width: 1000px) {
  .event_con .content2 ul #ContentElement.a {
    font-size: 14px;
    line-height: 20px;
  }
}
.event_con .content2 ul #ContentElement.a::after {
  position: absolute;
  left: 18px;
  top: 19px;
  content: "A";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #3a87ef;
  color: #fff;
  font-family: initial;
  text-align: center;
  line-height: 24px;
}
.event_con .event_view .title {
  border-top: 1px solid;
  padding: 25px 0;
}
.event_con .event_view .title strong {
  display: block;
  font-size: 24px;
  margin-bottom: 14px;
}
.event_con .event_view .title span {
  font-size: 14px;
  margin-right: 7px;
}
.event_con .event_view .content {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 40px 20px;
  line-height: 25px;
}

/*학습자료실*/
.edudata_content {
  padding: 70px 0;
}
@media (max-width: 1000px) {
  .edudata_content {
    padding: 40px 0;
  }
}
.edudata_content .button_wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}
.edudata_content .button_wrap button {
  background-color: #ebebeb;
  padding: 13px 0;
  text-align: center;
  width: 187px;
  border-radius: 10px;
}
.edudata_content .button_wrap button.save {
  background-color: #357af2;
  color: #fff;
}

.edudata_top {
  position: relative;
}
@media (max-width: 1000px) {
  .edudata_top {
    display: none;
  }
}
.edudata_top .search_box {
  padding-left: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 550px;
}
.edudata_top .search_box input {
  background-color: #f5f5f5;
  width: 100%;
  border-bottom: none;
  border-radius: 25px;
  padding-left: 20px;
}
.edudata_top .search_box input::-moz-placeholder {
  color: #9c9c9c;
}
.edudata_top .search_box input::placeholder {
  color: #9c9c9c;
}
.edudata_top .search_box span {
  right: 20px;
}
.edudata_top .count {
  font-weight: 600;
  font-size: 20px;
}
.edudata_top .count span {
  color: #fa9726;
}

.complete_popup {
  padding: 40px 100px;
  border-radius: 37px;
}
.complete_popup .close-btn {
  top: 30px;
  right: 30px;
}
.complete_popup .complete_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 400px;
}
@media (max-width: 1000px) {
  .complete_popup .complete_inner {
    width: auto;
  }
}
.complete_popup .complete_inner i {
  font-size: 80px;
  color: #2c5db4;
}
.complete_popup .complete_inner strong {
  font-size: 30px;
  margin: 20px 0;
}
.complete_popup .complete_inner p {
  line-height: 30px;
}
.complete_popup .btn {
  text-align: center;
  margin: 35px 0 10px 0;
  width: 100%;
}
.complete_popup .btn a {
  text-align: center;
  background-color: #2d2d2d;
  color: #fff;
  padding: 13px;
  font-weight: 500;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}/*# sourceMappingURL=support.css.map */