@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Racing+Sans+One&display=swap');
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 90;
}

.header-snsDiv {
  border-bottom: 1px solid #dee2e6;
}

.header-sns {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 0;
}
.header-sns li a {
  font-size: 13px;
  color: #727272;
}
.header-sns li a:hover {
  color: #005197;
}
.header-sns .dot {
  width: 2px;
  height: 2px;
  border-radius: 50px;
  background-color: #727272;
  margin: 0 5px;
}

.header-total {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}

.header-total > div:nth-child(1),
.header-total > div:nth-child(3) {
  width: 30%;
}

.header-total-menu {
  width: 40%;
}
.header-total-menu ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.header-total-menu li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #161616;
  margin-right: 70px;
}
.header-total-menu li:last-child {
  margin-right: 0;
}
.header-total-menu li a:hover {
  color: #005197;
}

.header-total-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-total-info .infobadge {
  height: 20px;
  line-height: 1.8;
  padding: 0 10px;
  border-radius: 50px;
  background-color: #005197;
  color: #fff;
  font-size: 12px;
}
.header-total-info a {
  font-size: 15px;
  color: #585858 !important;
  margin-left: 4px;
}
.header-total-info a:hover {
  color: #005197 !important;
}
.header-total-info a span {
  font-weight: 700;
  font-size: 16px;
}
.header-total-info .logoutbut {
  position: relative;
  font-size: 15px;
  font-weight: 300;
  color: #585858;
  margin-left: 20px;
  margin-bottom: -1px;
}

.logoutbut:after {
  content: '';
  display: block;
  position: absolute;
  left: -8px;
  top: 2px;
  width: 1px;
  height: 10px;
  background-color: #e3e3e3;
}

.dateDiv {
  display: flex;
  align-items: center;
}
.dateDiv p {
  font-size: 30px;
  font-weight: 500;
  margin: 0 20px;
}
.dateDiv button {
  width: 26px;
  height: 26px;
  border-radius: 3px;
  background-color: #393939;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dateDiv .arrowicon {
  font-size: 18px;
  color: #fff;
}

.commentDiv {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f4fafd;
  padding: 8px;
  padding: 34px 90px;
  padding-left: 160px;
  padding-top: 50px;
  margin-top: 40px;
}
.commentDiv .comment-imgbox {
  position: absolute;
  top: -13px;
  left: -4px;
}
.commentDiv .comment-badge {
  position: absolute;
  top: 0px;
  left: 116px;
  background-color: #005197;
  border-radius: 4px;
  padding: 4px 10px;
  color: #fff;
  font-size: 20px;
  font-family: 'Racing Sans One', sans-serif !important;
}
.commentDiv .comment-p {
  font-size: 15px;
  word-break: keep-all;
  line-height: 22px;
}

.contentWrapper {
  padding-top: 130px;
}

.myContentDiv {
  margin-top: 120px;
}
.myContentDiv .alarm-listbox {
  margin-top: 34px !important;
}

.myContentDiv:nth-child(1) {
  margin-top: 0;
}

.overscroll {
  max-height: 460px;
  overflow-y: scroll;
}

/* Webkit 브라우저용 스크롤바 */
.overscroll::-webkit-scrollbar {
  width: 5px; /* 스크롤바 너비 */
  height: 5px;
}

.overscroll::-webkit-scrollbar-track {
  background: #f1f1f1; /* 스크롤바 트랙 배경 */
  border-radius: 5px;
}

.overscroll::-webkit-scrollbar-thumb {
  background: #c0c0c0; /* 스크롤바 핸들 */
  border-radius: 5px;
}

.myVideoDiv {
  display: flex;
  justify-content: space-between;
}
.myVideoDiv h2 {
  font-size: 30px;
  font-weight: 700;
}
.myVideoDiv .videolink {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.myVideoDiv .videolink:hover span {
  color: #005197;
}
.myVideoDiv .videolink span {
  font-weight: 600;
  display: inline-block;
  margin-right: 8px;
  margin-top: -2px;
}
.myVideoDiv .videolink .morearrow {
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #005197;
  border-radius: 50px;
  color: #fff;
  margin-top: -2px;
}

.swiper-video-box {
  position: relative;
  max-width: 1100px;
}
.swiper-video-box .swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  left: -22px;
  top: 170px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/images/mainbannerSwiper-left.png');
}
.swiper-video-box .swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  right: -22px;
  top: 170px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/images/mainbannerSwiper-right.png');
}
.swiper-video-box .swiper-button-prev:after,
.swiper-video-box .swiper-button-next:after {
  content: '';
}

.swiper-video {
  position: relative;
  max-width: 1100px;
  overflow: hidden;
}

.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.paging li {
  margin: 0 20px;
}
.paging li a {
  display: block;
  font-size: 20px;
  color: #171717;
  font-weight: 500;
}
.paging li a:hover {
  color: #005197;
}
.paging li a.active {
  width: 36px;
  height: 36px;
  font-size: 18px;
  background-color: #181818;
  border-radius: 50px;
  text-align: center;
  line-height: 36px;
  color: #fff;
}

.mainbannerHiddenDiv {
  width: 100%;
  overflow-x: hidden;
  margin-top: 10px;
}

.swiperbox {
  max-width: 1440px;
  margin: 0 auto;
}

.mainbannerSwiper {
  overflow: visible;
}
.mainbannerSwiper .swiper-button-prev {
  width: 49px !important;
  height: 49px !important;
  left: -22px;
  background-image: url('/images/mainbannerSwiper-left.png');
}
.mainbannerSwiper .swiper-button-next {
  width: 49px !important;
  height: 49px !important;
  right: -22px;
  background-image: url('/images/mainbannerSwiper-right.png');
}
.mainbannerSwiper .swiper-button-prev:after,
.mainbannerSwiper .swiper-button-next:after {
  content: '';
}

.mainbannerSwiper .swiper-slide img {
  border-radius: 60px;
}

.main-iconmenu {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 70px;
}

.main-iconmenu-ul {
  display: flex;
  justify-content: center;
  justify-content: space-around;
}
.main-iconmenu-ul li a {
  display: block;
  text-align: center;
}
.main-iconmenu-ul li a img {
  transition: all 0.3s;
}
.main-iconmenu-ul li a:hover img {
  transform: translateY(-8px);
}
.main-iconmenu-ul li a p {
  margin-top: 10px;
}

.myDateContent {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 120px;
}

.dataTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dataTitle h2 {
  font-size: 30px;
  font-weight: 700;
}
.dataTitle button {
  display: flex;
  align-items: center;
}
.dataTitle button:hover span {
  color: #005197;
}
.dataTitle button span {
  font-weight: 600;
  display: inline-block;
  margin-right: 8px;
  margin-top: -2px;
}
.dataTitle .morearrow {
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #005197;
  border-radius: 50px;
  color: #fff;
  margin-top: -2px;
}

.serve1440 {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 10px;
}

.serveBanner {
  position: relative;
  width: 100%;
  height: 327px;
  border-radius: 30px;
}
.serveBanner .serveBanner-title {
  position: absolute;
  left: 60px;
  bottom: 40px;
}
.serveBanner h2 {
  font-size: 24px;
  color: #fff;
}
.serveBanner p {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 48px;
  margin-top: 10px;
}

.serveTabClass {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 18px;
  margin-top: 70px;
}
.serveTabClass a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #1e1e1e;
  border-radius: 50px;
  border: 1px solid #d9d9d9;
  padding: 10px 20px;
  margin-right: 10px;
}
.serveTabClass a.active,
.serveTabClass a:hover {
  border-color: #131415;
  background-color: #131415;
  color: #fff;
}

.main-serve-info .stepContainer {
  padding-top: 100px;
}
.main-serve-info .form-field-id {
  padding-bottom: 40px;
  border-bottom: 1px solid #d6d6d6;
  margin-top: 0 !important;
}
.main-serve-info .form-field .form-group {
  font-weight: 400;
  color: #4e4e4e;
}
.main-serve-info .stepContainer-infobox .form-field,
.main-serve-info .form-field-parents {
  margin-top: 40px;
}
.main-serve-info .form-field .form-label {
  font-weight: 700;
}
.main-serve-info .form-field-subAndclass span {
  display: inline-block;
  margin-right: 40px;
}
.main-serve-info .userout {
  width: 128px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #bebebe;
  color: #292929;
  text-align: center;
  line-height: 40px;
}
.main-serve-info .buttonbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.main-serve-info .buttonbox .main-btn {
  margin-top: 0;
}

.main-serve-info-edit .stepContainer {
  padding-top: 100px;
}
.main-serve-info-edit .form-field-id {
  padding-bottom: 40px;
  border-bottom: 1px solid #d6d6d6;
  margin-top: 0 !important;
}
.main-serve-info-edit .userout {
  width: 128px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #bebebe;
  color: #292929;
  text-align: center;
  line-height: 40px;
}
.main-serve-info-edit .buttonbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.main-serve-info-edit .buttonbox .main-btn,
.main-serve-info-edit .buttonbox .border-btn {
  margin-top: 0;
}
.main-serve-info-edit .form-control[readonly] {
  background-color: #f5f8fd;
}

.main-serve-userout .step-explain {
  width: 100%;
}
.main-serve-userout .findform {
  padding-top: 100px;
}

.main-serve-passwordedit .findpassword-formbox-last {
  margin-top: 30px;
}

.passchangebtn {
  margin-top: 0 !important;
}

.main-serve-alarm .serveBanner {
  background-image: url('/images/serve/serveBanner-alarm.png');
}
.main-serve-alarm .alarmsearchDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 78px;
  margin-bottom: 60px;
}
.main-serve-alarm .alarmsearchDiv .form-select {
  width: 184px;
  height: 52px;
  border-radius: 50px;
  border: none;
  box-shadow: 0px 4px 18px 7px rgba(0, 0, 0, 0.06);
  font-size: 16px;
  color: #323232;
  padding: 0 20px;
  margin-right: 14px;
}
.main-serve-alarm .alarmsearchDiv .input-group {
  position: relative;
  width: 420px;
  border: none;
  border-radius: 50px;
  height: 52px;
  box-shadow: 0px 4px 18px 7px rgba(0, 0, 0, 0.06);
  padding: 0 20px;
}
.main-serve-alarm .alarmsearchDiv .input-group input {
  width: 90%;
  font-size: 16px;
  color: #323232;
  border: none !important;
}
.main-serve-alarm .alarmsearchDiv .input-group .alarm-search-but {
  position: absolute;
  right: 26px;
  top: 15px;
}
.main-serve-alarm .alarmsearchDiv .input-group .alarm-search-but .alarm-search {
  font-size: 20px;
}

.alarm-listbox {
  width: 100%;
  border-top: 2px solid #000;
}
.alarm-listbox .alarm-listbox-header {
  padding: 15px 20px;
  border-bottom: 1px solid #000;
}
.alarm-listbox .alarm-listbox-header ul {
  display: flex;
  align-items: center;
}
.alarm-listbox .alarm-listbox-header ul li {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.alarm-listbox .alarm-listbox-header .alarm-listbox-num {
  width: 10%;
}
.alarm-listbox .alarm-listbox-header .alarm-listbox-title {
  width: 60%;
}
.alarm-listbox .alarm-listbox-header .alarm-listbox-day,
.alarm-listbox .alarm-listbox-header .alarm-listbox-writer {
  width: 15%;
}
.alarm-listbox .alarm-listbox-body ul {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}
.alarm-listbox .alarm-listbox-body ul:last-child {
  border-bottom: 2px solid #000;
}
.alarm-listbox .alarm-listbox-body ul li {
  font-size: 18px;
  text-align: center;
}
.alarm-listbox .alarm-listbox-body ul li a:hover {
  color: #005197;
}
.alarm-listbox .alarm-listbox-body .alarm-listbox-num {
  width: 10%;
  font-weight: 500;
}
.alarm-listbox .alarm-listbox-body .alarm-listbox-title {
  width: 60%;
  text-align: left;
}
.alarm-listbox .alarm-listbox-body .alarm-listbox-day,
.alarm-listbox .alarm-listbox-body .alarm-listbox-writer {
  width: 15%;
}
.alarm-listbox .alarm-listbox-body .importantnum {
  width: 60px;
  margin: 0 auto;
  border-radius: 50px;
  height: 24px;
  background-color: #2e8bf9;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}
.alarm-listbox .alarm-listbox-body .importanttitle a {
  font-weight: 600;
}

.alarm-detailbox-title {
  margin-top: 70px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 40px;
}
.alarm-detailbox-title .alarm-detailbox-title-kind {
  font-size: 18px;
  color: #2e8bf9;
  font-weight: 500;
}
.alarm-detailbox-title h2 {
  font-size: 34px;
  font-weight: 700;
  color: #1c1c1c;
  margin-top: 15px;
}
.alarm-detailbox-title .alarm-detailbox-title-day {
  font-size: 16px;
  font-weight: 600;
  color: #999999;
  margin-top: 30px;
}

.alarm-detailbox-content {
  padding: 60px 0;
  text-align: center;
}
.alarm-detailbox-content .downloaddiv {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
}
.alarm-detailbox-content .downloaddiv ul {
  display: flex;
}
.alarm-detailbox-content .downloaddiv ul li {
  margin-right: 10px;
}
.alarm-detailbox-content .downloaddiv ul li .download {
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 8px 12px;
}
.alarm-detailbox-content .downloaddiv ul li .download span {
  display: inline-block;
  margin-right: 5px;
}
.alarm-detailbox-content .downloaddiv ul li .download:hover {
  color: #0f79e4;
}
.alarm-detailbox-content h4 {
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 600;
  margin-bottom: 30px;
}

.alarm-attachments-section .downloaddiv {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
}
.alarm-attachments-section .downloaddiv ul {
  display: flex;
}
.alarm-attachments-section .downloaddiv ul li {
  margin-right: 10px;
}
.alarm-attachments-section .downloaddiv ul li .download {
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 8px 12px;
}
.alarm-attachments-section .downloaddiv ul li .download span {
  display: inline-block;
  margin-right: 5px;
}
.alarm-attachments-section .downloaddiv ul li .download:hover {
  color: #0f79e4;
}
.alarm-attachments-section h4 {
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 600;
  margin-bottom: 30px;
}

.alarm-detailbox-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.alarm-detailbox-bottom .movebut {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.alarm-detailbox-bottom .movebut span {
  font-size: 18px;
  font-weight: 700;
}
.alarm-detailbox-bottom .movebut .movebuticon {
  font-size: 20px;
  margin-top: -1px;
}
.alarm-detailbox-bottom .movebut:hover {
  color: #005197;
}
.alarm-detailbox-bottom .movebut-left span {
  margin-left: 3px;
}
.alarm-detailbox-bottom .movebut-right {
  justify-content: end;
}
.alarm-detailbox-bottom .movebut-right span {
  margin-right: 3px;
}

.main-serve-video .serveBanner {
  background-image: url('/images/serve/serveBanner-video.png');
}

.videoContent-list {
  margin-top: 20px;
}
.videoContent-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.videoContent-list ul li {
  width: calc(25% - 24px);
  margin-top: 20px;
}

.video-class {
  display: inline-block;
  font-size: 12px;
  line-height: 1.1;
  height: 26px;
  color: #6d6d6d;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid #bcbcbc;
}

.video-title {
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
  max-width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-youtube {
  margin-top: 15px;
}

.main-serve-timetable .serveBanner {
  background-image: url('/images/serve/serveBanner-timetable.png');
}

.timetableContent-list {
  margin-top: 40px;
}
.timetableContent-list h2 {
  font-size: 24px;
  color: #fff;
  background-color: #005197;
  padding: 15px 0;
  text-align: center;
}

.timetable-table {
  width: 100%;
}
.timetable-table th,
.timetable-table td {
  border: 1px solid #d6d6d6;
}
.timetable-table td {
  height: 38px;
}
.timetable-table th {
  font-size: 16px;
  background-color: #f8f8f8;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
}
.timetable-table tr th:nth-child(1),
.timetable-table tr td:nth-child(1) {
  background-color: transparent;
  border: none;
  color: #7e7e7e;
  font-size: 15px;
  vertical-align: middle;
}
.timetable-table tr th:nth-child(2),
.timetable-table tr td:nth-child(2) {
  border-left: none;
}
.timetable-table tr th:last-child,
.timetable-table tr td:last-child {
  border-right: none;
}
.timetable-table .exbg01 {
  background-color: #fae8f1;
}
.timetable-table .exbg01 .table-class-title {
  color: #272727;
}
.timetable-table .table-infoDiv {
  padding: 18px 15px;
}
.timetable-table .table-time {
  color: #545454;
  font-size: 13px;
}
.timetable-table .table-class-title {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: #131415;
  margin-top: 6px;
  word-break: keep-all;
}
.timetable-table .table-class-spot {
  font-size: 12px;
  margin-top: 6px;
}

.main-serve-clinic .serveBanner {
  background-image: url('/images/serve/serveBanner-clinic.png');
}

.clinicContent .chart_div {
  width: 100%;
  height: 560px;
}
.clinicContent .dateDiv {
  justify-content: center;
  margin-top: 50px;
}
.clinicContent .clinic-graphbox-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #070707;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.clinicContent .clinic-graphbox-title > div {
  display: flex;
}
.clinicContent .clinic-graphbox-title .graph-notice {
  display: flex;
  align-items: center;
}
.clinicContent .clinic-graphbox-title .graph-notice:nth-child(1) {
  margin-right: 30px;
}
.clinicContent .clinic-graphbox-title .graph-student,
.clinicContent .clinic-graphbox-title .graph-average {
  width: 90px;
  height: 30px;
  margin-right: 6px;
  border-radius: 4px;
}
.clinicContent .clinic-graphbox-title .graph-student {
  background-color: #17c2c8;
}
.clinicContent .clinic-graphbox-title .graph-average {
  background-color: #5b77ff;
}
.clinicContent .clinic-graphbox {
  margin: 70px 0;
  padding-bottom: 70px;
  border-bottom: 1px solid #d9d9d9;
}
.clinicContent .clinic-graphbox h2 {
  font-size: 24px;
  font-weight: 600;
  color: #1e1e1e;
}
.clinicContent .clinic-graphbox:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.clinicContent .clinic-graphbox:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.noclinicDiv {
  margin-top: 70px;
}

.noclinicDiv-01 > div {
  text-align: center;
}
.noclinicDiv-01 > div p {
  font-size: 20px;
}
.noclinicDiv-01 > div h2 {
  font-size: 34px;
  font-weight: 600;
  margin-top: 5px;
}
.noclinicDiv-01 > div h2 span {
  color: #4e7ffc;
}
.noclinicDiv-01 > ul {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}
.noclinicDiv-01 > ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 160px;
  border-radius: 20px;
  background: linear-gradient(208.66deg, #becdff 10.46%, #87a3ff 101.4%);
}
.noclinicDiv-01 > ul li p {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 38px;
}

.noclinicDiv-02 {
  width: 100%;
  height: 395px;
  padding-top: 60px;
  margin-top: 70px;
  background-image: url('/images/serve/noclinicDiv-02.png');
}
.noclinicDiv-02 > div {
  display: flex;
  justify-content: center;
}
.noclinicDiv-02 .noclinicDiv-01-div {
  margin-right: 80px;
  padding-top: 20px;
}
.noclinicDiv-02 .noclinicDiv-01-div button {
  background-color: #fff;
  border-radius: 50px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  margin-top: 30px;
}
.noclinicDiv-02 .noclinicDiv-01-div button p {
  font-weight: 500;
  margin-right: 8px;
}
.noclinicDiv-02 .noclinicDiv-02-p {
  font-weight: 300;
  font-size: 20px;
  color: #fff;
}
.noclinicDiv-02 .noclinicDiv-02-h2 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 600;
  margin-top: 20px;
  color: #fff;
}
.noclinicDiv-02 .noclinicDiv-02-div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.noclinicDiv-02 .noclinicDiv-02-div img {
  border-radius: 10px;
}
.noclinicDiv-02 .noclinicDiv-02-div > div:nth-child(1) {
  margin-right: 15px;
}
.noclinicDiv-02 .noclinicDiv-02-div .noclinicDiv-02-p {
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

.main-serve-homework .serveBanner {
  background-image: url('/images/serve/serveBanner-homework.png');
}
.main-serve-homework .homeworkCalender {
  margin-top: 34px;
}
.main-serve-homework .homeworkCalender .homeworkCalender-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d6d6d6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 15px 45px;
}
.main-serve-homework .homeworkCalender .homeworkCalender-top .dateDiv p {
  font-size: 22px;
  margin: 0 15px;
}
.main-serve-homework .homeworkCalender .homeworkCalender-top .dateDiv button {
  width: 24px;
  height: 24px;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-top
  .dateDiv
  .arrowicon {
  font-size: 14px;
}
.main-serve-homework .homeworkCalender .homeworkCalender-top .percentbox {
  display: flex;
  align-items: center;
}
.main-serve-homework .homeworkCalender .homeworkCalender-top .percentbox > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  padding: 0 18px;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-top
  .percentbox
  > div:nth-child(1) {
  background-color: #ebebeb;
  color: #535353;
  margin-right: 10px;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-top
  .percentbox
  > div:nth-child(2) {
  background-color: #eaf3fc;
  color: #2d90ec;
}
.main-serve-homework .homeworkCalender .homeworkCalender-table {
  width: 100%;
}
.main-serve-homework .homeworkCalender .homeworkCalender-table thead tr {
  border: 1px solid #d6d6d6;
  border-top: none;
}
.main-serve-homework .homeworkCalender .homeworkCalender-table thead tr th {
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 400;
}
.main-serve-homework .homeworkCalender .homeworkCalender-table tbody tr td {
  border: 1px solid #d6d6d6;
  padding: 14px;
  padding-bottom: 40px;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-table
  tbody
  tr
  td
  .redspan {
  color: #ff4b4b;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-table
  tbody
  tr
  td
  .bluepan {
  color: #3ca1ff;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-table
  tbody
  tr
  td
  .homeworkbutDiv-box {
  margin-top: 30px;
  text-align: center;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-table
  tbody
  tr
  td
  .homeworkbutDiv-box
  .faceicon {
  margin-left: 4px;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-table
  tbody
  tr
  td
  .homeworkbutDiv-box
  p {
  font-size: 16px;
  font-weight: 600;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-table
  tbody
  tr
  td
  .homeworkbutDiv-box
  button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92%;
  margin: 0 auto;
  height: 36px;
  border-radius: 4px;
  margin-top: 5px;
  transition: all 0.3s;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-table
  tbody
  tr
  td
  .homeworkbutDiv-box
  .homeworkbut-retry {
  background-color: #fff;
  color: #ff1313;
  border: 1px solid #ff1313;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-table
  tbody
  tr
  td
  .homeworkbutDiv-box
  .homeworkbut-retry:hover {
  background-color: #ff1313;
  color: #fff;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-table
  tbody
  tr
  td
  .homeworkbutDiv-box
  .homeworkbut-try {
  background-color: #fff;
  color: #005197;
  border: 1px solid #005197;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-table
  tbody
  tr
  td
  .homeworkbutDiv-box
  .homeworkbut-try:hover {
  background-color: #005197;
  color: #fff;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-table
  tbody
  tr
  td
  .homeworkbutDiv-box
  .homeworkbut-orange {
  background-color: #f95e2e;
  color: #fff;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-table
  tbody
  tr
  td
  .homeworkbutDiv-box
  .homeworkbut-orange:hover {
  background-color: #d44a1f;
  color: #fff;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-table
  tbody
  tr
  td
  .homeworkbutDiv-box
  .homeworkbut-black {
  background-color: #2c291f;
  color: #fff;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-table
  tbody
  tr
  td
  .homeworkbutDiv-box
  .homeworkbut-black:hover {
  background-color: #3a3a3a;
  color: #fff;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-table
  tbody
  tr
  td
  .homeworkbutDiv-box
  .homeworkbut-green {
  background-color: #12a39a;
  color: #fff;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-table
  tbody
  tr
  td
  .homeworkbutDiv-box
  .homeworkbut-green:hover {
  background-color: #147a74;
  color: #fff;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-table
  tbody
  tr
  td
  .homeworkbutDiv-box
  .homeworkbut-blue {
  background-color: #2e8bf9;
  color: #fff;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-table
  tbody
  tr
  td
  .homeworkbutDiv-box
  .homeworkbut-blue:hover {
  background-color: #1c68c5;
  color: #fff;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-table
  tbody
  tr
  td
  .homeworkbutDiv-box
  .homeworkbut-complete {
  background-color: #005197;
  color: #fff;
}
.main-serve-homework .homeworkCalender .homeworkCalender-table .allpercent-td {
  background-color: #3c3c3c;
  padding: 24px !important;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-table
  .allpercent-td
  .allpercent {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-table
  .allpercent-td
  .allpercent
  p {
  color: #fff;
  text-align: center;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-table
  .allpercent-td
  .allpercent
  > div
  p:nth-child(1) {
  font-weight: 200;
  font-size: 16px;
}
.main-serve-homework
  .homeworkCalender
  .homeworkCalender-table
  .allpercent-td
  .allpercent
  > div
  p:nth-child(2) {
  font-size: 30px;
  font-weight: 600;
  margin-top: 5px;
} /*# sourceMappingURL=main.css.map */
