@charset "UTF-8";
.student-now-practice {
  display: block;
  padding: 15px 9px;
  background-color: #e7f5f5;
  font-size: 0;
}

.student-now-practice .arrow-right {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 10px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #00b0b5;
  border-right: 2px solid #00b0b5;
  transform: translateY(-50%) rotate(45deg);
}

.student-now-practice .now {
  display: inline-block;
  width: 50px;
  height: 20px;
  margin-right: 10px;
  line-height: 20px;
  border-radius: 10px;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  background-color: #00b0b5;
  color: #fff;
  vertical-align: middle;
}

.student-now-practice .calendar {
  display: inline-block;
  width: 30px;
  height: 18px;
  margin-right: 9px;
  background: url(../../imgs/19/icon_calendar.svg) no-repeat center/18px 18px;
  vertical-align: middle;
}

.student-now-practice .info-wrap {
  display: inline-block;
  width: calc(100% - 65px);
  padding-left: 10px;
  vertical-align: middle;
}

.student-now-practice .info-wrap .subject {
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

.student-now-practice .info-wrap .category {
  font-size: 12px;
  color: #7f7f7f;
}

.practice-list {
  margin: 0 10px 20px;
  padding: 0 28px 24px;
  border: 1px solid #eee;
  border-radius: 5px;
  font-weight: 700;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.practice-list .title-wrap {
  display: block;
  padding: 19px 0 18px;
  border-bottom: 1px solid #dee2e6;
  font-size: 0;
}

.practice-list .title-wrap .title {
  display: inline-block;
  width: calc(100% - 42px);
  padding-right: 10px;
  font-size: 17px;
  vertical-align: middle;
  color: #1a1a1a;
}

.practice-list .status-write-wrap {
  padding-top: 19px;
  font-size: 0;
}

.practice-list .status-write-wrap .btn-sm {
  margin-top: 2px;
}

.practice-list .status-wrap {
  display: inline-block;
  vertical-align: middle;
  min-width: 120px;
}

.practice-list .status {
  margin-bottom: 5px;
  font-size: 12px;
  color: #7f7f7f;
}

.practice-list .num {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  color: #111;
}

.practice-list .num:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 18px;
  height: 18px;
  transform: translateY(3px);
  background: url(../../imgs/common/icon_arrow_status.png) no-repeat center/18px 18px;
}

.list-tab {
  font-size: 0;
  border-top: 1px solid #e0e0e0;
}

.list-tab .tab {
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  display: inline-block;
  padding: 17px 0 16px;
  width: 25%;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

.list-tab .tab.active {
  border-color: #00b0b5;
  box-shadow: inset 0 -1px 0px #00b0b5;
}

.list-tab .tab:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #e0e0e0;
}

.list-tab .tab:last-child:after {
  content: none;
}

.list-box {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}

.page-content-wrap.temp .list-box:nth-of-type(1) {
  border-top: 1px solid #e0e0e0;
}

.list-box .list-content-wrap {
  display: block;
  min-height: 115px;
  margin-left: 28px;
  padding: 28px 10px 25px 0;
}

.list-box .content {
  float: left;
  width: calc(100% - 45px);
}

.list-box .writer-info {
  margin-bottom: 9px;
  font-size: 12px;
  color: #000;
}

.list-box .date {
  float: right;
  font-size: 12px;
  font-weight: 700;
  color: #808080;
}

.list-box .title {
  max-height: 46px;
  line-height: 1.3;
  font-size: 17px;
  font-weight: 700;
  color: #222;
}

.list-box.temp * {
  color: #989898;
}

.list-box.temp .content {
  width: calc(100% - 50px);
}

.list-box.wait:before, .list-box.return:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 52px;
  right: 31px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #00b0b5;
}

.list-box.return:before {
  background-color: #ef4c84;
}

.list-box.new:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 52px;
  right: 20px;
  width: 31px;
  height: 14px;
  background: url(../../imgs/16/icon_new.png) no-repeat center/contain;
}

.list-box .list-checkbox {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  min-width: 38px;
  min-height: 100%;
  cursor: pointer;
}

.list-box .list-checkbox .checkbox-input {
  display: none;
}

.list-box .list-checkbox .checkbox-input[type=checkbox]:checked ~ .custom-checked {
  position: absolute;
  top: 51px;
  left: 11px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../../imgs/common/icon_listbox_checked.png) no-repeat center/11px 8px;
}

.list-box .list-checkbox:before {
  position: absolute;
  top: 51px;
  left: 10px;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #dcdcdc;
}

.list-box.system {
  background-color: #e7f5f5;
}

.spinner-wrap {
  position: relative;
  margin: 15px auto 0;
  width: 20px;
  height: 20px;
}

.spinner-wrap .spinner {
  background: #b9b9b9;
  height: 2px;
  width: 5px;
}

.spinner-wrap .spinner.spinner {
  left: 50%;
  opacity: .3;
  position: absolute;
  top: 50%;
  transform-origin: -100% 0;
}

.spinner-wrap .spinner.spinner-1 {
  animation: spinner-animation 0.53333s 0.06667s infinite;
  transform: translate(100%, 0) rotate(45deg);
}

.spinner-wrap .spinner.spinner-2 {
  animation: spinner-animation 0.53333s 0.13333s infinite;
  transform: translate(100%, 0) rotate(90deg);
}

.spinner-wrap .spinner.spinner-3 {
  animation: spinner-animation 0.53333s 0.2s infinite;
  transform: translate(100%, 0) rotate(135deg);
}

.spinner-wrap .spinner.spinner-4 {
  animation: spinner-animation 0.53333s 0.26667s infinite;
  transform: translate(100%, 0) rotate(180deg);
}

.spinner-wrap .spinner.spinner-5 {
  animation: spinner-animation 0.53333s 0.33333s infinite;
  transform: translate(100%, 0) rotate(225deg);
}

.spinner-wrap .spinner.spinner-6 {
  animation: spinner-animation 0.53333s 0.4s infinite;
  transform: translate(100%, 0) rotate(270deg);
}

.spinner-wrap .spinner.spinner-7 {
  animation: spinner-animation 0.53333s 0.46667s infinite;
  transform: translate(100%, 0) rotate(315deg);
}

.spinner-wrap .spinner.spinner-8 {
  animation: spinner-animation 0.53333s 0.53333s infinite;
  transform: translate(100%, 0) rotate(360deg);
}

@keyframes spinner-animation {
  0% {
    opacity: .3;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: .3;
  }
}

.info-box {
  margin-top: 20px;
  padding: 20px 10px;
  border-top: 3px solid #00afb4;
  border-radius: 5px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.info-box .attachment-wrap {
  padding: 0;
  border-bottom: 0;
}

.info-box .attachment-wrap .attachment {
  position: relative;
  border-top: 1px solid #eee;
  margin-bottom: 0;
  padding: 15px 0 11px;
}

.info-box .attachment-wrap .attachment:before {
  top: 50%;
  transform: translateY(-50%);
}

.info-box .attachment-wrap .attachment.close:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background: url(../../imgs/common/icon_attach_close.png) no-repeat center/19px 19px;
}

.info-box .attachment-wrap .attachment .text {
  width: 100%;
  padding-right: 35px;
}

.info-box .textarea {
  width: 100%;
  min-height: 120px;
  padding: 10px;
  border: 1px solid #dee2e6;
  line-height: 1.75;
  font-size: 14px;
  resize: none;
  outline: none;
  overflow: hidden;
}

.info-box .textarea::placeholder {
  color: #adadad;
}

.info-box .textarea:readonly {
  color: #adadad;
}

.info-box .practice-btn-wrap {
  display: flex;
  min-height: 62px;
  margin-bottom: 20px;
}

.info-box .practice-btn-wrap .list {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0 4px;
  border: 1px solid #00b0b5;
  border-radius: 5px;
  text-align: center;
  line-height: 1.2;
  font-size: 15px;
  color: #222;
}

.info-box .practice-btn-wrap .list .text {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.info-box .practice-btn-wrap .list:nth-of-type(1) {
  margin-left: 0;
}

.info-box .practice-btn-wrap .list:nth-last-of-type(1) {
  margin-right: 0;
}

.list-wrap {
  font-size: 0;
}

.info-title {
  margin-bottom: 22px;
  font-size: 17px;
  font-weight: 700;
  color: #222;
}

.info-title:before {
  content: "";
  display: inline-block;
  margin-right: 9px;
  width: 2px;
  height: 17px;
  background-color: #00b0b5;
  vertical-align: middle;
}

.info-title .title-desc {
  font-size: 14px;
}

.info-desc {
  margin-bottom: 18px;
  line-height: 1.41;
  font-size: 12px;
  color: #adadad;
}

.info-subtitle {
  margin-bottom: 10px;
  line-height: 1.25;
  font-size: 13px;
  font-weight: 700;
  color: #00b0b5;
}

.info-list {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 19px;
  font-size: 0;
}

.info-list:last-child {
  margin-bottom: 0;
}

.info-content {
  position: relative;
  font-size: 15px;
}

.info-content .text {
  padding-left: 10px;
  min-height: 40px;
  line-height: 40px;
}

.info-content.time {
  background-image: url(../../imgs/common/icon_clock.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center right 10px;
}

.info-content.time.readonly,
.page-content-wrap.temp .info-content.time {
  background-image: url(../../imgs/common/icon_clock_gray.png);
}

.info-tab-wrap {
  padding: 0 8px;
  font-size: 0;
}

.info-tab-list {
  position: relative;
  display: inline-block;
  margin: 5px;
  width: calc(50% - 10px);
  height: 40px;
}

.info-tab-list .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 5px;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #222;
  text-align: center;
}

html[lang="ko"] .info-tab-list .text {
  word-break: keep-all;
}

.info-tab-list.etc + .info-list {
  display: none;
}

.info-tab-list.etc.active + .info-list {
  display: block;
}

input[type="radio"]:checked + .text {
  color: #009498;
}

.info-tab {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #fff;
}

.tab-custom-checked {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

input[type="radio"]:checked ~ .tab-custom-checked, .info-tab-list.active .tab-custom-checked {
  border-color: #009498;
  background-color: #e7f5f5;
}

.score-check {
  position: relative;
  width: 100%;
  line-height: 1.53;
  font-size: 13px;
  table-layout: fixed;
  border: 1px solid #dee2e6;
  border-bottom: 0;
}

.score-check:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00b0b5;
}

.score-check:last-child:after, .score-check.after-none:after {
  display: none;
}

.score-check tr {
  text-align: center;
}

.score-check td {
  height: 50px;
  vertical-align: middle;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  cursor: pointer;
}

.score-check td:last-child {
  border-right: 0;
}

.keyword {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  padding: 9px 49px 9px 13px;
  margin-right: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  word-break: keep-all;
  font-size: 15px;
}

.keyword i {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 40px;
  height: 100%;
  border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
}

.keyword i.close {
  cursor: pointer;
  background-image: url(../../imgs/common/icon_keyword_close.png);
}

.keyword .text {
  padding-right: 40px;
}

.keyword:last-child {
  margin-right: 0;
}

.target-warp .target-area {
  display: inline-block;
  margin-right: 4px;
}

.target-warp .target-area .keyword {
  position: relative;
  min-width: 122px;
  width: calc(100% - 50px);
  margin-left: 50px;
}

.target-warp .target-area .keyword .img {
  position: absolute;
  top: 0;
  left: -50px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}

.target-warp .target-area .keyword .text {
  padding-right: 0;
}

/*================================
          키워드 태그 컬러
=================================*/
.keyword.bg-point {
  background-color: #e7f5f5 !important;
  color: #222;
}

.keyword.bg-point i {
  background-color: #00b0b5;
}

.keyword.bg-blue {
  background-color: #dfebf9 !important;
  color: #2264bb;
}

.keyword.bg-blue i {
  background-color: #2264bb !important;
}

.keyword.bg-orange {
  background-color: #ffece9 !important;
  color: #ff7862 !important;
}

.keyword.bg-orange i {
  background-color: #ff7862 !important;
}

.keyword.bg-green {
  background-color: #e1fbf7 !important;
  color: #2da490 !important;
}

.keyword.bg-green i {
  background-color: #2da490 !important;
}

.keyword.bg-gray {
  background-color: #f0f1f3 !important;
  color: #7a797d !important;
}

.keyword.bg-gray i {
  background-color: #555 !important;
}

.keyword-write {
  position: relative;
}

.keyword-write input[type="text"] {
  padding-right: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.keyword-write .btn-plus {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
}

.submit-area {
  padding: 0 22px;
}

.submit-box {
  padding-top: 30px;
  padding-bottom: 30px;
}

.submit-box .list-box:nth-of-type(1) {
  border-top: 1px solid #e0e0e0;
}

.submit-desc {
  margin-bottom: 20px;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 1.53;
  color: #2d2d2d;
  background-color: #dfebf9;
}

.submit-professor-msg,
.info-aco-wrap.professor .title-divider {
  width: 100%;
  padding: 10px 0;
  line-height: 1.3;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #ef5350;
}

@media screen and (min-width: 350px) {
  .submit-professor-msg,
  .info-aco-wrap.professor .title-divider {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.submit-student-info {
  padding: 0 30px;
}

.submit-student-info .list {
  margin-bottom: 5px;
}

.submit-student-info .title {
  float: left;
  width: 65px;
  font-size: 13px;
  font-weight: 500;
  color: #00b0b5;
}

.submit-student-info .desc {
  float: right;
  width: calc(100% - 70px);
  font-size: 14px;
  color: #222;
}

.submit-student-info .img-wrap {
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

.student-img {
  display: inline-block;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.submit-summary {
  padding: 0 30px;
  color: #2d2d2d;
}

.submit-summary .summary-title {
  margin: 40px 0 15px;
  font-size: 20px;
  font-weight: 700;
}

.submit-summary .summary-title .cate:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 1px;
  height: 13px;
  background-color: #525252;
}

.submit-summary .list {
  padding: 10px 0 6px;
  border-bottom: 1px solid #e0e0e0;
}

.submit-summary .list .title {
  float: left;
  width: calc(100% - 40px);
  font-size: 15px;
}

.submit-summary .list .desc {
  float: right;
  width: 30px;
  font-size: 14px;
}

.score-tab-wrap {
  font-size: 0;
  text-align: center;
  color: #00b0b5;
}

.score-tab-wrap input[type="radio"]:checked + .text {
  color: #009498;
}

.score-tab-wrap input[type="radio"]:checked ~ .tab-custom-checked {
  border-color: #009498;
  background-color: #f0f4ff;
}

.score-tab-wrap input[type="radio"]:checked ~ .tab-custom-checked:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #00b0b5;
}

.score-tab-list {
  position: relative;
  display: inline-block;
  width: 20%;
  height: 50px;
}

.score-tab-list:last-child .tab-custom-checked {
  border-right: 1px solid #dee2e6;
}

.score-tab {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #fff;
}

.score-tab .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  color: #00b0b5;
}

.score-tab .tab-custom-checked {
  border-right: 0;
}

.depth-select {
  border-top: 2px solid #009498;
}

.depth-select .select-category {
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
}

.depth-select .select-category .list {
  position: relative;
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
}

.depth-select .select-category .list:first-child:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #ccc;
}

.depth-select .list-wrap {
  font-size: 0;
  margin-bottom: -1px;
}

.depth-select .list {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
}

.depth-select .select-content {
  font-size: 0;
  display: flex;
  height: 100%;
}

.depth-select .select-content .list {
  width: 100%;
}

.depth-select .select-content .list-wrap {
  flex: 1;
}

.depth-select .select-content .list-wrap:first-child {
  border-right: 1px solid #dcdcdc;
}

.depth-select .depth-custom-checked {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #dcdcdc;
}

.depth-select input[type="radio"]:checked ~ .depth-custom-checked {
  background-color: #e7f5f5;
}

.depth-select .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  color: #737373;
  text-align: center;
}

.personal-menu-wrap {
  margin-bottom: 40px;
}

.personal-menu-wrap .title {
  padding: 7px 18px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  font-weight: 700;
  color: #00b0b5;
  background-color: #e7f5f5;
}

.personal-menu-wrap .menu-list-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.personal-menu-wrap .menu-list-wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}

.personal-menu-wrap .menu-list {
  display: flex;
  align-items: center;
  width: 50%;
  min-height: 65px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 13px;
  color: #222;
  overflow: hidden;
}

.personal-menu-wrap .menu-list:nth-child(odd) {
  border-right: 1px solid #e6e6e6;
}

.personal-menu-wrap .menu-list .text {
  display: block;
  padding: 17px 28px 17px 18px;
  width: 100%;
  line-height: 1.2;
  background: url(../../imgs/common/icon_arrow_menu.png) no-repeat right 15px center/8px 14px;
}

html[lang="ko"] .personal-menu-wrap .menu-list .text {
  word-break: keep-all;
}

.personal-menu-sub .title {
  padding: 6px 18px 5px;
  border-top: none;
  background-color: #f7f7f7;
  font-size: 13px;
  font-weight: 400;
  color: #00b0b5;
}

.pagination {
  margin: 30px auto 0;
}

.pagination .pagination-inner {
  overflow: hidden;
  display: flex;
  max-width: 414px;
  margin: 0 auto;
}

.pagination button {
  float: left;
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background-color: #fff;
  background-size: auto 8px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 414px) {
  .pagination button {
    width: 44px;
    height: 44px;
  }
}

.pagination button.start {
  border-right: 0;
}

.pagination button.end {
  border-left: 0;
}

.pagination .paginate-list {
  display: flex;
  justify-content: center;
  margin: 0 7px;
  width: calc(100% - 150px);
}

@media screen and (min-width: 414px) {
  .pagination .paginate-list {
    width: calc(100% - 190px);
  }
}

.pagination .paginate-list .page-num {
  float: left;
  width: 34px;
  height: 34px;
  text-align: center;
}

@media screen and (min-width: 414px) {
  .pagination .paginate-list .page-num {
    width: 44px;
    height: 44px;
  }
}

.pagination .paginate-list .page-num.active {
  background-color: #00b0b5;
  color: #fff;
}

.pagination .paginate-list .page-num a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 34px;
  font-size: 15px;
  font-weight: 300;
}

@media screen and (min-width: 414px) {
  .pagination .paginate-list .page-num a {
    line-height: 44px;
  }
}

.date-pagination {
  width: 275px;
  margin: 0 0 20px auto;
}

.date-pagination::after {
  content: "";
  display: block;
  clear: both;
}

.date-pagination .date {
  margin: 0 10px;
  line-height: 44px;
  float: left;
  font-size: 13px;
  font-weight: 900;
  color: #000;
}

.board-view .title-wrap {
  padding: 30px 20px 10px;
  font-weight: 700;
}

.board-view .title-wrap .title {
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 17px;
  color: #222;
}

.board-view .title-wrap .subtitle {
  margin-bottom: 5px;
  font-size: 15px;
  color: #adadad;
}

.board-view .title-wrap .category {
  margin-top: 20px;
  font-size: 13px;
  color: #00b0b5;
}

.board-view .title-wrap .category:before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  width: 2px;
  heighT: 12px;
  background-color: #00b0b5;
  vertical-align: middle;
}

.board-view .info {
  margin-bottom: 25px;
}

.board-view .info .text {
  width: 50%;
  font-size: 12px;
  color: #adadad;
}

.board-view .content-wrap {
  padding: 10px 20px 40px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.board-view .desc {
  line-height: 1.42;
  font-size: 14px;
  color: #222;
}

.attachment-wrap {
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.attachment {
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.attachment .text {
  display: inline-block;
  padding-left: 20px;
  line-height: 1.42;
  font-size: 14px;
  font-weight: 300;
  color: #222;
}

.attachment:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 13px;
  height: 15px;
  background: url(../../imgs/common/icon_attachment.png) no-repeat center/13px 15px;
  vertical-align: middle;
}

.fr-box.fr-basic.fr-top .fr-wrapper {
  border: 0;
  box-shadow: none;
}

.fr-box.fr-basic .fr-element {
  padding: 0;
  color: #222;
}

.fr-box .fr-counter {
  display: none;
}

.info-aco-wrap {
  margin-bottom: 28px;
}

.info-aco-wrap .aco-title {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #7f7f7f;
}

.accordion-box .aco-title-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 18px 35px 18px 20px;
  cursor: pointer;
}

.accordion-box .aco-title-wrap:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
  width: 16px;
  height: 16px;
  background: url(../../imgs/19/icon_accord_arrow.svg) no-repeat center/15px 9px;
}

.accordion-box .aco-title-wrap .category {
  flex-direction: column;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 700;
}

.accordion-box .aco-title-wrap .title {
  display: flex;
  flex: 1;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 900;
  color: #00b0b5;
}

.accordion-box .aco-title-wrap .subtitle {
  flex-direction: column;
  margin-bottom: 5px;
  font-size: 13px;
  color: #808080;
}

.accordion-box .aco-title-wrap .num {
  display: flex;
  align-items: center;
  padding-right: 17px;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
}

.accordion-box .aco-list {
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  color: #222;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.accordion-box .aco-list.open .aco-content {
  display: block;
}

.accordion-box .aco-list.open .aco-title-wrap:after {
  transform: translateY(-50%) rotate(0deg);
}

.accordion-box .aco-content {
  display: none;
}

.accordion-box .aco-content .inner-wrap {
  position: relative;
  padding: 23px 20px;
}

.accordion-box .aco-content .inner-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #e0e0e0;
}

.accordion-box .aco-content .list-wrap {
  padding: 20px 12px 0;
  border-top: 1px solid #e0e0e0;
}

.accordion-box .aco-content .list-wrap:first-child {
  padding-top: 0;
  border-top: 0;
}

.accordion-box .aco-content .list {
  position: relative;
  padding-bottom: 43px;
}

.accordion-box .aco-content .list:before {
  content: "";
  position: absolute;
  left: 45px;
  top: 5px;
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #00b0b5;
}

.accordion-box .aco-content .list:last-child {
  padding-bottom: 0;
}

.accordion-box .aco-content .list:last-child:before {
  content: none;
}

.accordion-box .aco-content .week {
  float: left;
  position: relative;
  width: 47px;
  font-size: 15px;
  font-weight: 900;
  color: #00b0b5;
}

.accordion-box .aco-content .week:after {
  content: "";
  position: absolute;
  left: 42px;
  top: 5px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid #00b0b5;
  border-radius: 50%;
  background-color: #fff;
}

.accordion-box .content-list {
  position: relative;
  font-size: 0;
  color: #2d2d2d;
}

.accordion-box .content-list .title {
  display: inline-block;
  font-size: 15px;
}

.accordion-box .content-list .num {
  display: inline-block;
  font-size: 14px;
}

.accordion-box .content-list .desc {
  padding-left: 15px;
  margin-top: 9px;
  font-size: 13px;
  color: #808080;
}

.accordion-box .info-wrap {
  float: left;
  width: calc(100% - 47px);
  padding-left: 27px;
}

.accordion-box .info-category {
  font-size: 15px;
  font-weight: 700;
}

.accordion-box .info-date {
  margin: 7px 0 10px;
  font-size: 12px;
  color: #808080;
}

.accordion-box .info-professor:before, .accordion-box .info-place:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.accordion-box .info-professor, .accordion-box .info-place {
  position: relative;
  padding-left: 24px;
  line-height: 1.42;
  font-size: 12px;
  color: #4c4c4c;
}

.accordion-box .info-professor:before {
  background-image: url(../../imgs/19/icon_professor.svg);
  background-size: 16px 14px;
}

.accordion-box .info-place {
  margin-bottom: 5px;
}

.accordion-box .info-place:before {
  background-image: url(../../imgs/19/icon_place.svg);
  background-size: 12px 16px;
}

.schedule-notice {
  margin-top: 20px;
  padding: 0 25px;
  line-height: 1.41;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  word-break: keep-all;
  color: #ef5350;
}

.aco-check {
  display: block;
  font-size: 15px;
  pointer-events: none;
}

.aco-check input {
  display: none;
  height: auto;
  border: none;
}

.aco-check .custom-checked {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%);
}

.aco-check .custom-checked:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  left: 50%;
  width: 8px;
  height: 4.5px;
  border-top: 2px solid #b2b2b2;
  border-right: 2px solid #b2b2b2;
  transform: translate(-50%, -50%) rotate(135deg);
}

.aco-check .text {
  display: block;
  max-height: 35px;
  padding-right: 30px;
  color: #b2b2b2;
}

.aco-check input[type="checkbox"]:checked + .text {
  color: #222;
}

.aco-check input[type="checkbox"]:checked ~ .custom-checked {
  left: auto;
  right: 0;
  width: 20px;
  height: 20px;
  border: none;
  background-color: #00b0b5;
}

.aco-check input[type="checkbox"]:checked ~ .custom-checked:after {
  content: "";
  border-color: #fff;
}

.profile-img-wrap {
  text-align: center;
  margin-bottom: 35px;
}

.profile-img-wrap .student-img {
  display: block;
  margin-bottom: 20px;
}

.profile-img-wrap .info-desc {
  display: block;
  margin: 0 auto;
  max-width: 295px;
}

.resolution-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #00b0b5;
}

.info-box.talk {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 70px;
}

.info-box.talk .info-title {
  padding-left: 10px;
}

.talk-content {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 30px 12px 5px;
  background-color: #e7f5f5;
}

.talk-wrap {
  margin-bottom: 20px;
}

.talk-wrap .inner {
  display: flex;
  align-items: center;
  padding: 30px 20px;
  border-right: 8px solid red;
  border-radius: 5px;
  background-color: #fff;
}

.talk-wrap .img-wrap {
  margin-right: 33px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.talk-wrap .content-wrap {
  flex: 1;
}

.talk-wrap .subject, .talk-wrap .writer {
  line-height: 1.53;
  font-size: 13px;
  color: #808080;
  word-break: keep-all;
}

.talk-wrap .desc {
  margin: 14px 0;
  line-height: 1.48;
  font-size: 14px;
  color: #222;
}

.talk-wrap.major .inner {
  border-color: #2da490;
}

.talk-wrap.student {
  text-align: right;
}

.talk-wrap.student .inner {
  flex-flow: row-reverse nowrap;
  border-right: 0;
  border-left: 8px solid #9fc5f8;
}

.talk-wrap.student .inner .img-wrap {
  margin-right: 0;
  margin-left: 33px;
}

.talk-wrap.prof .inner {
  border-color: #2b78e4;
}

.write-wrap {
  margin-bottom: 20px;
  text-align: center;
}

.write-wrap .inner {
  display: flex;
  margin-bottom: 20px;
  padding: 25px 20px 15px;
  border-left: 8px solid #999;
  border-radius: 5px;
  font-size: 14px;
  color: #222;
  background-color: #fff;
}

.write-wrap textarea {
  width: 100%;
  border: 0;
  padding: 0px 10px 5px;
  border-bottom: 1px solid #e0e0e0;
  resize: none;
  outline: none;
}

.info-aco-wrap.read-only .evaluation-wrap {
  pointer-events: none;
}

.aco-list-group:not(:last-child) {
  margin-bottom: 20px;
}

.aco-list-group-title {
  padding: 16px 22px;
  background-color: #808080;
  font-size: 15px;
  color: #fff;
}

.aco-list-wrap {
  border-bottom: 1px solid #eee;
}

.info-aco-list {
  border-top: 1px solid #eee;
}

.info-aco-list textarea, .info-aco-list .textarea {
  width: 100%;
  min-height: 120px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  line-height: 1.75;
  font-size: 14px;
  resize: none;
  outline: none;
  overflow: hidden;
}

.info-aco-textbox {
  display: none;
  border-top: 1px solid #e5e5e5;
  padding: 15px 10px;
}

.info-aco-title.open ~ .info-aco-textbox {
  display: block;
}

.info-aco-title {
  position: relative;
  line-height: 1.4;
  padding: 20px 55px 20px 22px;
  font-size: 17px;
  font-weight: 700;
  color: #222;
}

html[lang=ko] .info-aco-title {
  word-break: keep-all;
}

.info-aco-title:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00b0b5;
  border-right: 2px solid #00b0b5;
  transform: translateY(-50%) rotate(135deg);
}

.info-aco-title.open {
  border-bottom: 1px solid #eee;
}

.info-aco-title.open:after {
  transform: translateY(-50%) rotate(-45deg);
}

.info-aco-title .subtitle {
  display: block;
  font-size: 13px;
  margin-top: 3px;
  font-weight: 400;
}

.info-aco-content {
  display: none;
  background-color: #f2fafa;
}

.info-aco-content .info-box:first-child {
  margin-top: 0;
}

.info-aco-title.open + .info-aco-content {
  display: block;
}

.evaluation-wrap {
  display: flex;
  flex-wrap: wrap;
  min-height: 115px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
  background-color: #fff;
  color: #222;
}

.evaluation-wrap.h-70 {
  min-height: 70px;
}

.evaluation-wrap .title {
  display: flex;
  align-items: center;
  width: 115px;
  padding: 10px;
  background-color: #eee;
  word-break: keep-all;
}

.evaluation-wrap .desc {
  display: flex;
  flex: 1;
  align-items: center;
  padding: 10px;
  line-height: 1.38;
  background-color: #fff;
}

html[lang=ko] .evaluation-wrap .desc {
  word-break: keep-all;
}

.evaluation-wrap:last-child {
  border-bottom: 0;
}

.evaluation-wrap.current .desc {
  color: #fff;
  background-color: #009498;
}

.evaluation-wrap.current.default .desc {
  color: #fff;
  background-color: #009498c4;
}

.convert-num-wrap {
  display: flex;
  text-align: center;
  margin: 75px 0 20px;
}

.convert-num-wrap .list {
  position: relative;
  width: 25%;
}

.convert-num-wrap .list:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #009498;
}

.convert-num-wrap .list:after {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #009498;
}

.convert-num-wrap .list:last-child:after {
  content: none;
}

.convert-num-wrap .list.current .title:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 28px;
  background: url(../../imgs/common/icon_point.png) no-repeat center/18px 28px;
}

.convert-num-wrap .title {
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

.convert-num-wrap .num {
  margin-top: 6px;
  font-size: 13px;
  color: #808080;
}

.convert-result-wrap {
  display: flex;
  flex-wrap: wrap;
  min-height: 60px;
  margin-bottom: 5px;
}

.convert-result-wrap .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  padding: 10px;
  width: 95px;
  border: 1px solid #eee;
  font-size: 15px;
  color: #fff;
  background-color: #00b0b5;
}

.convert-result-wrap .desc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 10px;
  border: 1px solid #eee;
  font-size: 17px;
  font-weight: 700;
  color: #222;
}

.convert-result-wrap:nth-last-of-type(1) {
  margin-bottom: 20px;
}

.practice-card {
  margin-bottom: 11px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding-top: 20px;
}

.practice-card:last-child {
  margin-bottom: 0;
}

.practice-card .act-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.practice-card .tag {
  border: 1px solid #00b0b5;
  border-radius: 10px;
  margin-left: 12px;
  padding: 4px 7px;
  font-size: 12px;
  color: #00b0b5;
}

.practice-card .date {
  display: block;
  flex: 0 0 auto;
  margin: 0 9px;
  font-size: 12px;
  color: #adadad;
}

.practice-card .title {
  display: flex;
  align-items: center;
  padding: 17px 20px;
  margin-top: 10px;
  line-height: 1.25;
  font-size: 17px;
  font-weight: 700;
  color: #222;
  background-color: #e7f5f5;
}

.practice-card .title .text {
  word-break: keep-all;
}

.practice-card .result-info {
  margin: 20px 12px;
  font-size: 12px;
  color: #222;
}

.practice-card .state:after, .practice-card .person:after {
  content: "|";
  display: inline-block;
  margin-left: 4px;
}


.case-observation .writer-info{
	border-bottom:1px solid #e0e0e0;
	padding-bottom:5px;
	margin-bottom:12px !important
}
.case-observation .practice_date{
	font-size:12px;
	font-weight:700;
	color:#808080
}


