@charset "UTF-8";
.sub-article-cont.board-st2 {
  padding-top: 33px;
  border-top: 1px solid #929292;
}

.has-tab-menu .sub-article-cont.board-st2 {
  padding-top: 0;
  border-top: none;
}

.sub-article-cont.board-st2 .board-cont-wrap {
  float: left;
  width: calc(100% - 342px);
}

.sub-article-cont.board-st2 .board-cont-wrap.center {
  float: none;
  margin: 0 auto;
}

.sub-article-cont.board-st2 .board-info-panel {
  float: right;
  width: 303px;
}

.sub-article-cont.board-st2 .board-info-panel .board-info-btn-wrap {
  margin-bottom: 15px;
}

.sub-article-cont.board-st2 .board-info-panel .board-info-btn-wrap:first-child {
  margin-bottom: 33px;
}

.sub-article-cont.board-st2 .board-info-panel .board-info-btn-wrap .row {
  margin-top: 3px;
  margin-right: -5px;
  margin-left: -5px;
}

.sub-article-cont.board-st2 .board-info-panel .board-info-btn-wrap .col, .sub-article-cont.board-st2 .board-info-panel .board-info-btn-wrap [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.common-sub-title-wrap {
  position: relative;
  min-height: 133px;
  margin-bottom: 30px;
  padding: 25px 32px;
  border-radius: 2px;
  background-color: #f0f1f3;
}

.common-sub-title-wrap .title {
  width: calc(100% - 255px);
  font-size: 22px;
  font-weight: 800;
}

.common-sub-title-wrap .sub-title {
  width: calc(100% - 255px);
  margin-top: 9px;
  font-size: 14px;
}

.common-sub-title-wrap .week-data {
  width: calc(100% - 255px);
  margin-top: 15px;
}

.common-sub-title-wrap .week-data li {
  position: relative;
  float: left;
  padding-right: 15px;
  margin-right: 14px;
  margin-bottom: 5px;
  font-size: 12px;
}

.common-sub-title-wrap .week-data li.current {
  color: #ff7862;
}

.common-sub-title-wrap .week-data li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 8px;
  background-color: #c1c2c5;
  transform: translateY(-50%);
}

.common-sub-title-wrap .week-data li:last-child:after {
  display: none;
}

.common-sub-title-wrap .link-box-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 247px;
  height: 100%;
  border-radius: 2px;
  background-color: #2264bb;
  color: #fff;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
}

.common-sub-title-wrap .link-box-wrap .link-box-text-wrap {
  position: absolute;
  right: 25px;
  bottom: 30px;
  text-align: right;
}

.common-sub-title-wrap .link-box-wrap .link-box-title {
  font-size: 22px;
}

.common-sub-title-wrap .link-box-wrap .link-box-subtitle {
  margin-top: 8px;
  font-size: 18px;
}

.board-wrap > .title-wrap {
  font-size: 19px;
  font-weight: 700;
}

.board-wrap > .title-wrap .title {
  margin-bottom: 15px;
}

.board-wrap > .title-wrap.has-search-wrap .title {
  padding-top: 12px;
}

.board-wrap > .title-wrap.has-search-wrap > .f-l:first-child {
  margin-right: 20px;
  margin-bottom: 20px;
}

.board-wrap .border-list {
  border-top: 2px solid #2264bb;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
}

.board-wrap .border-list * {
  word-break: break-all;
}

.board-wrap .border-list .keep-all,
.board-wrap .border-list .keep-all > * {
  word-break: keep-all;
}

.board-wrap .border-list tr.bg-red {
  background-color: #fff7f6;
}

.board-wrap .border-list tr .date {
  padding-left: 0;
  padding-right: 0;
}

.board-wrap .border-list tr .date img {
  vertical-align: bottom;
}

.board-wrap .border-list tr.break-word th {
  white-space: normal;
  text-overflow: initial;
}

.board-wrap .border-list tr.font-sm th {
  line-height: 1.2;
  font-size: 11px;
  letter-spacing: -0.01em;
}

.board-wrap .border-list tr.pd-sm th {
  padding: 0 14px 0 4px;
}

.board-wrap .border-list thead {
  position: relative;
}

.board-wrap .border-list thead:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dee2e6;
}

.board-wrap .border-list thead tr:first-child th:first-child {
  border-left: none;
}

.board-wrap .border-list tbody .text {
  display: inline-block;
  line-height: 1.5;
  max-height: 50px;
}

.board-wrap .border-list tbody .title {
  position: relative;
  text-align: left;
  padding: 0 14px;
}

.board-wrap .border-list tbody .title.not-submit {
  color: #2264bb;
}

.board-wrap .border-list tbody .title .reply {
  display: inline-block;
  position: absolute;
  top: 17px;
  right: 15px;
  width: 34px;
  padding-left: 20px;
  font-size: 11px;
  font-weight: 700;
}

.board-wrap .border-list tbody .title .reply:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url(../../imgs/6/3/icon_boder_speech.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  transform: translateY(-50%);
}

.board-wrap .border-list tbody .has-reply .title .text {
  margin-right: 40px;
}

.board-wrap .border-list tbody .state.approval {
  color: #2da490;
}

.board-wrap .border-list tbody .state.return {
  color: #ff7862;
}

.board-wrap .border-list tbody .icon-check {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../../imgs/common/icon_custom_checkbox_blue.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  text-indent: -9999px;
}

.board-wrap .border-list tbody tr.disabled {
  pointer-events: none;
  background-color: #f7f7f7;
}

.board-wrap .border-list tbody tr:hover {
  background-color: #f6faff;
}

.board-wrap .border-list tbody tr:first-child td, .board-wrap .border-list tbody tr:first-child td {
  border-top: 1px solid #dee2e6;
}

.board-wrap .border-list tbody tr td:first-child, .board-wrap .border-list tbody tr td:first-child {
  border-left: none;
}

.board-wrap .border-list th,
.board-wrap .border-list td {
  height: 50px;
  max-height: 50px;
  padding: 0 5px;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.board-wrap .border-list th.border-left-dashed,
.board-wrap .border-list td.border-left-dashed {
  border-left-style: dashed;
  border-left-color: #ebebeb;
}

.board-wrap .border-list th.division-line,
.board-wrap .border-list td.division-line {
  border-right: 1px solid #dee2e6;
}

.board-wrap .border-list th.bg-gray,
.board-wrap .border-list td.bg-gray {
  background-color: #f7f7f7 !important;
}

.board-wrap .border-list th {
  position: relative;
  padding: 18px 10px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.board-wrap .border-list th:before {
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  width: 0;
  height: 100%;
}

.board-wrap .border-list th.sorting-asc .down {
  opacity: .3;
}

.board-wrap .border-list th.sorting-desc .up {
  opacity: .3;
}

.board-wrap .border-list th .up,
.board-wrap .border-list th .down {
  position: absolute;
  right: 7px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 1200px) {
  .board-wrap .border-list th .up,
  .board-wrap .border-list th .down {
    right: 3px;
  }
}

@media screen and (min-width: 1280px) {
  .board-wrap .border-list th .up,
  .board-wrap .border-list th .down {
    right: 5px;
  }
}

.board-wrap .border-list th .up {
  margin-top: -5px;
  border-color: transparent transparent #000 transparent;
}

.board-wrap .border-list th .down {
  margin-top: 5px;
  border-color: #000 transparent transparent transparent;
}

.board-wrap .border-list th .th-position-fix {
  position: relative;
}

.board-wrap .border-list th .th-position-fix .up, .board-wrap .border-list th .th-position-fix .down {
  right: -8px;
}

@media screen and (min-width: 1200px) {
  .board-wrap .border-list th .th-position-fix .up, .board-wrap .border-list th .th-position-fix .down {
    right: -5px;
  }
}

.board-wrap .border-list td {
  line-height: 1.5;
}

.board-wrap .border-list.border-type2 thead th {
  font-size: 14px;
  cursor: default;
}

.board-wrap .border-list.border-type2 tbody td, .board-wrap .border-list.border-type2 tbody td {
  font-size: 13px;
}

.board-wrap .border-list.border-type2 tbody .state.approval {
  color: #2264bb;
}

.board-wrap .border-list.font-size-up thead th {
  font-size: 13.5epx;
}

.board-wrap .border-list.font-size-up tbody th, .board-wrap .border-list.font-size-up tbody td {
  font-size: 13px;
}

.board-list-calendar {
  width: 100%;
  border-top: 2px solid #2264bb;
}

.board-list-calendar th, .board-list-calendar td {
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  text-align: center;
  vertical-align: middle;
}

.board-list-calendar th:last-child, .board-list-calendar td:last-child {
  border-right: 0;
}

.board-list-calendar thead {
  border-bottom: 2px solid #dee2e6;
}

.board-list-calendar thead th {
  height: 40px;
  font-size: 13px;
  font-weight: 700;
}

.board-list-calendar tbody th {
  height: 81px;
  font-size: 18px;
}

.board-list-calendar tbody th .date {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  color: #7a797d;
}

.board-list-calendar tbody td {
  height: 81px;
  font-size: 12px;
  color: #7a797d;
}

.board-list-calendar tbody td.check {
  background-color: #eef6ff;
}

.board-list-calendar tbody td.submit {
  background-color: #fafafa;
}

.board-list-calendar tbody td.write a {
  display: block;
  padding: 25px 0;
}

.board-list-calendar tbody td .date {
  display: block;
  margin-top: 3px;
  font-size: 12px;
}

.board-list-calendar tbody td a {
  display: block;
  height: 100%;
  padding: 17px 0;
}

.board-wrap.row {
  margin-right: -20px;
  margin-left: -20px;
}

.board-wrap .col-6 {
  padding-right: 20px;
  padding-left: 20px;
}

.board-list-weeks {
  width: 100%;
  border-top: 2px solid #2264bb;
}

.board-list-weeks th, .board-list-weeks td {
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  text-align: center;
  vertical-align: middle;
}

.board-list-weeks th:last-child, .board-list-weeks td:last-child {
  border-right: 0;
}

.board-list-weeks tbody tr.check {
  background-color: #eef6ff;
}

.board-list-weeks tbody tr.submit {
  background-color: #fafafa;
}

.board-list-weeks tbody tr.last-week {
  pointer-events: none;
  cursor: default;
}

.board-list-weeks tbody tr.last-week .title {
  font-size: 14px;
  color: #919191;
}

.board-list-weeks tbody td {
  height: 81px;
  cursor: pointer;
}

.board-list-weeks tbody td.num {
  font-size: 18px;
  color: #919191;
  background-color: #fff;
}

.board-list-weeks tbody td.title {
  position: relative;
  font-size: 18px;
}

.board-list-weeks tbody td.title .date {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  color: #7a797d;
}

.board-list-weeks tbody td.title .reply {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  padding-left: 20px;
  font-size: 11px;
  font-weight: 700;
  vertical-align: middle;
}

.board-list-weeks tbody td.title .reply:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url(../../imgs/6/3/icon_boder_speech.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1200px) {
  .board-list-weeks tbody td.title .reply {
    position: absolute;
    top: 24px;
    margin-left: 12px;
  }
}

.board-list-weeks tbody td.state {
  font-size: 13px;
}

.board-list-weeks tbody td.state .date {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #7a797d;
}

.board-list-weeks tbody td .img {
  display: block;
  margin: 3px 0;
  font-size: 12px;
}

.plan-list-wrap {
  box-shadow: none;
  border: none;
  border-radius: 0;
}

.plan-list-wrap.read-only .plan-list-wrap {
  padding-top: 0;
}

.plan-list-wrap.read-only .plan-list-box {
  width: 100%;
}

.plan-list {
  position: relative;
  width: calc(100% - 36px);
  margin-bottom: 10px;
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid #dee2e6;
}

.read-only .plan-list {
  width: 100%;
}

.plan-list:last-child {
  margin-bottom: 0;
}

.plan-list.write .plan-list-box .plan-title {
  color: #2264bb;
}

.plan-list > .plan-btn {
  right: -36px;
}

.plan-list-box {
  position: relative;
  display: table;
  width: 100%;
  min-height: 51px;
  padding: 5px 0;
  letter-spacing: -0.01em;
}

.plan-list-box:nth-child(2) {
  border-top: 1px solid #dee2e6;
}

.plan-list-box .plan-title {
  display: table-cell;
  width: 56px;
  padding-right: 10px;
  border-right: 1px solid #dee2e6;
  font-size: 14px;
  font-weight: 700;
  color: #555;
  text-align: center;
  vertical-align: middle;
}

.plan-list-box .plan-text {
  display: table-cell;
  width: calc(100% - 51px);
  line-height: 1.66;
  padding-left: 14px;
  font-size: 12px;
  color: #7a797d;
  vertical-align: middle;
  table-layout: fixed;
}

.plan-list-box .plan-text .text-area {
  width: 100%;
  line-height: 1.66;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  border: none;
  resize: none;
  outline: none;
  overflow: hidden;
}

.plan-btn {
  position: absolute;
  top: 50%;
  right: -48px;
  width: 25px;
  transform: translateY(-50%);
}

.plan-btn [class*="btn-"] {
  width: 25px;
  height: 25px;
  margin: 10px 0;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  text-indent: -9999px;
  cursor: pointer;
}

.plan-btn .btn-delete {
  background-image: url(../../imgs/3/1/icon_btn_delete.png);
}

.plan-btn .btn-disabled {
  background-image: url(../../imgs/3/1/icon_btn_delete_disabled.png);
  cursor: default;
}

.img-list-wrap.row {
  margin-right: -7px;
  margin-left: -7px;
}

.img-list-wrap li {
  width: 25%;
}

.img-list-wrap li:nth-last-child(n + 5) {
  margin-bottom: 14px;
}

.img-list-wrap li.col {
  padding-right: 7px;
  padding-left: 7px;
}

.img-list-wrap li .inner {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  cursor: pointer;
}

.img-list-wrap li .img {
  width: 100%;
  padding-top: 61.321%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
}

.img-list-wrap li .text-wrap {
  padding: 26px 24px 26px;
}

.img-list-wrap li .text-wrap .title-wrap {
  margin-bottom: 16px;
}

.img-list-wrap li .text-wrap .title-wrap .title {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
}

.img-list-wrap li .text-wrap .title-wrap .date {
  font-size: 12px;
  color: #7a797d;
}

.img-list-wrap li .text-wrap .desc {
  max-height: 48px;
  font-size: 14px;
  color: #7a797d;
}

.img-list-wrap li.temp {
  color: #949494;
}

.img-list-wrap li.temp .img {
  opacity: 0.7;
}

.desc-note-wrap {
  line-height: 1.4;
  margin-bottom: 25px;
  padding: 25px 20px 20px;
  background-color: #f0f1f3;
  font-size: 14px;
  color: #000;
}

.desc-note-wrap .text {
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px;
}

.desc-note-wrap .text::before {
  content: "-";
  position: absolute;
  top: 2px;
  left: 0;
}

.desc-note-wrap .text:last-child {
  margin-bottom: 0;
}

.desc-note-wrap .text .underline {
  text-decoration: underline;
}

.video-list-wrap.row {
  margin-right: -7px;
  margin-left: -7px;
}

.video-list-wrap .slick-list * {
  outline: none !important;
}

.video-list-wrap li {
  width: 25%;
}

.video-list-wrap li:nth-last-child(n + 5) {
  margin-bottom: 23px;
}

.video-list-wrap li.col {
  padding-right: 7px;
  padding-left: 7px;
}

.video-list-wrap li .inner {
  cursor: pointer;
}

.video-list-wrap li .img {
  position: relative;
  width: 100%;
  padding-top: 52.98%;
  overflow: hidden;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
}

.video-list-wrap li .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .3;
}

.video-list-wrap li .img:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px;
  border-color: transparent transparent transparent #fff;
  transform: translate(-20%, -50%);
}

.video-list-wrap li .title-wrap {
  padding: 13px 3px;
}

.video-list-wrap li .title-wrap .title {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
}

.video-list-wrap li .title-wrap .title span {
  display: inline-block;
  position: relative;
  margin-right: 9px;
  padding-right: 10px;
  vertical-align: middle;
}

.video-list-wrap li .title-wrap .title span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 12px;
  background-color: #a2a2a2;
  transform: translateY(-50%);
}

.video-list-wrap li .title-wrap .title span:last-child:after {
  display: none;
}

.video-list-wrap li .title-wrap .dept {
  margin-right: 10px;
}

.video-list-wrap li .title-wrap .dept,
.video-list-wrap li .title-wrap .date {
  float: left;
  font-size: 12px;
  color: #7a797d;
}

.video-list-wrap li .desc {
  max-height: 48px;
  font-size: 14px;
  color: #7a797d;
}

.video-list-wrap li.temp {
  color: #7a797d;
}

.video-list-wrap li.temp .img:before {
  opacity: .72;
}

.video-list-wrap li.temp .img:after {
  opacity: .12;
}

.video-list-wrap li.temp .title-wrap .title span {
  margin: 0;
  padding: 0;
}

.video-list-wrap li.temp .title-wrap .title span:after {
  display: none;
}

.video-list-wrap .slick-arrow {
  position: absolute;
  top: 70px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  text-indent: -9999px;
  cursor: pointer;
}

.video-list-wrap .slick-arrow.slick-prev {
  left: -25px;
  background-image: url(../../imgs/7/2/icon_btn_arrow_prev.png);
}

.video-list-wrap .slick-arrow.slick-next {
  right: -25px;
  background-image: url(../../imgs/7/2/icon_btn_arrow_next.png);
}

.list-change-wrap {
  margin-left: 20px;
  line-height: 29.5px;
}

.list-change-wrap * {
  display: inline-block;
  vertical-align: bottom;
}

.board-st2 .board-view-title-wrap {
  text-align: center;
  margin-bottom: 30px;
}

.board-st2 .board-view-title-wrap .sub-title {
  font-size: 16px;
  color: #7a797d;
}

.board-st2 .board-view-title-wrap .sub-title .bar {
  display: inline-block;
  vertical-align: sub;
  width: 1px;
  height: 10px;
  margin: 0 3px;
  background-color: #c1c2c5;
  text-indent: -9999px;
}

.board-st2 .board-view-title-wrap .sub-title .subtitle-title {
  margin-right: 10px;
  font-weight: 700;
  color: #000;
}

.board-st2 .board-view-title-wrap .title {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  color: #000;
}

.board-st2 .board-view-title-wrap .author-wrap {
  display: inline-block;
}

.board-st2 .board-view-title-wrap .author-wrap .img {
  float: left;
  width: 49px;
  height: 49px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
}

.board-st2 .board-view-title-wrap .author-wrap .text-wrap {
  margin-top: 4px;
  margin-left: 60px;
  color: #000;
  text-align: left;
}

.board-st2 .board-view-title-wrap .author-wrap .text-wrap .info {
  font-size: 17px;
  margin-bottom: 2px;
}

.board-st2 .board-view-title-wrap .author-wrap .text-wrap .name {
  font-size: 19px;
  font-weight: 600;
}

.board-st2 .board-view-title-wrap.type2 .sub-title {
  margin-bottom: 10px;
}

.board-st2 .board-view-title-wrap.type2 .title {
  margin-top: 0;
}

.board-st2 .board-view-title-wrap.type2 .img {
  width: 80px;
  height: 80px;
  float: none;
  margin: 0 auto;
}

.board-st2 .board-view-title-wrap.type2 .author-wrap .text-wrap {
  margin-left: 0;
  text-align: center;
}

.board-st2 .view > .box-content {
  border-top-width: 3px;
}

.board-st2 .view .box-content {
  padding: 0 0 30px;
  box-shadow: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #e1e5e9;
  border-radius: 0;
}

.board-st2 .view .box-content .box-content {
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
}

.board-st2 .view .top-info-wrap {
  text-align: right;
  margin: 7px 0 5px;
}

.board-st2 .view .top-info-list {
  margin: 5px 0 5px 30px;
  display: inline-block;
  text-align: right;
}

.board-st2 .view .top-info-list:first-child {
  margin-left: 0;
}

.board-st2 .view .top-info-list > * {
  display: inline-block;
  font-size: 13px;
}

.board-st2 .view .top-info-list > *.top-info-title {
  color: #000;
  margin-right: 3px;
}

.board-st2 .view .top-info-list > *.date {
  color: #7a797d;
}

.board-st2 .view .top-info-list.f-l {
  margin-bottom: 20px;
}

.board-st2 .view .content-wrap {
  line-height: 24px;
  padding-top: 25px;
  font-size: 13px;
  word-break: break-all;
}

.board-st2 .video-el {
  width: 100%;
  margin-bottom: 35px;
  border-radius: 3px;
}

.pagination {
  margin: 25px auto 0;
}

.pagination button {
  float: left;
  margin-left: 5px;
  border-radius: 2px;
  background-color: #fff;
}

.pagination .paginate-list {
  margin: 0 28px;
}

.pagination .paginate-list .page-num {
  float: left;
  width: 33px;
  height: 33px;
  margin: 0 5px;
  border-radius: 2px;
  text-align: center;
}

.pagination .paginate-list .page-num.active {
  background-color: #2264bb;
  color: #fff;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
}

.pagination .paginate-list .page-num a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 33px;
  font-size: 14px;
}

.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: 33px;
  float: left;
  font-size: 13px;
  font-weight: 900;
  color: #000;
}

.box-wrap {
  margin-bottom: 25px;
  font-size: 12px;
}

.box-wrap.view {
  margin-bottom: 15px;
}

.box-wrap.pratice-info-wrap {
  width: 63%;
}

.box-wrap.pratice-info-wrap.wide {
  width: 72%;
}

.box-wrap.pratice-info-wrap.full {
  width: 100%;
}

.box-wrap.basic-info-wrap {
  width: 27%;
}

.box-wrap.basic-info-wrap.wide {
  width: 36%;
}

.box-wrap.advice-info-wrap {
  width: 100%;
}

.box-wrap.write select, .box-wrap.write input {
  border-bottom: 0;
}

.box-wrap .title-parent {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
}

.box-wrap .box-wrap-title {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 700;
  color: #2264bb;
}

.box-wrap .box-tab-wrap {
  display: flex;
}

.box-wrap .box-tab-wrap .tab-menu {
  flex: 0 1 auto;
  position: relative;
  bottom: -4px;
  width: 256px;
  margin-right: 6px;
  padding: 0 20px 2px;
  height: 45px;
  border-radius: 4px;
  background-color: #2264bb;
  font-size: 15px;
  color: #fff;
  text-align: center;
  opacity: .4;
  cursor: pointer;
}

.box-wrap .box-tab-wrap .tab-menu:last-of-type {
  margin-right: 0;
}

.box-wrap .box-tab-wrap .tab-menu.active {
  opacity: 1;
}

.box-wrap .box-content {
  margin-bottom: 23px;
  padding: 18px 15px;
  border: 1px solid #dee2e6;
  border-top: 2px solid #2264bb;
  border-bottom-width: 2px;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.2);
}

.box-wrap .box-content:last-child {
  margin-bottom: 0;
}

.box-wrap .box-content.blue-border {
  border-top: #2264bb 2px solid;
}

.box-wrap .box-content.green-border {
  border-top: 2px solid #2da490;
}

.box-wrap .box-content .inner {
  border-bottom: 1px solid #dee2e6;
}

.box-wrap .box-content .inner .title {
  padding-left: 7px;
}

.box-wrap .box-content .list.border-none .inner {
  border-bottom: none;
}

.box-wrap .box-content .list.time-input .inner {
  border-bottom: none;
}

.box-wrap .box-content .list.time-input .time {
  display: inline-block;
  margin: 0 5px;
  padding-left: 0;
  width: calc((100% - 64px) / 4);
  border-bottom: 1px solid #dee2e6;
  text-align: center;
}

.box-wrap .box-content .list.time-input .time:first-child {
  margin-left: 0;
}

.box-wrap .box-content .list.time-input .time:last-child {
  margin-right: 0;
}

.box-wrap .box-content .list.clinical-type .inner {
  border-bottom: none;
}

.box-wrap .box-content .list.clinical-type .checkbox {
  margin: 7px 15px 0 0;
  padding: 0;
}

.box-wrap .box-content .title {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #2264bb;
}

.box-wrap .box-content .title.strong {
  font-size: 13px;
  font-weight: 700;
}

.box-wrap .box-content .desc {
  font-size: 12px;
  line-height: 32px;
  height: 32px;
  letter-spacing: 0.02em;
}

.box-wrap .box-content .desc > * {
  padding-left: 7px;
}

.box-wrap .box-content .text-box,
.box-wrap .box-content .text-box-hidden {
  width: 100%;
  padding: 8px 8px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid #dee2e6;
  line-height: 1.6;
  font-size: 12px;
  letter-spacing: -0.018em;
  resize: none;
  outline: none;
  overflow: hidden;
  color: #7a797d;
}

.box-wrap .box-content .text-box:last-child,
.box-wrap .box-content .text-box-hidden:last-child {
  margin-bottom: 0;
}

.box-wrap .box-content .text-box-hidden {
  visibility: hidden;
  position: absolute;
}

.box-wrap .box-content .author-wrap {
  margin: 30px auto 20px;
}

.box-wrap .box-content .author-wrap .img {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
}

.box-wrap .box-content .author-wrap .text-wrap {
  text-align: center;
}

.box-wrap .box-content .author-wrap .text-wrap .name {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.box-wrap .box-content .author-wrap .text-wrap .name:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 12px;
  background-color: #dee2e6;
  transform: translateY(-50%);
}

.box-wrap .box-content .author-wrap .text-wrap .info {
  display: inline-block;
  font-size: 14px;
}

.box-wrap .box-content .default-wrap {
  padding: 215px 0 130px;
  background-image: url(../../imgs/6/5/icon_file.png);
  background-repeat: no-repeat;
  background-position: top 44% center;
  background-size: auto;
  font-size: 14px;
  color: #c1c5ca;
  text-align: center;
}

.box-wrap .box-tab-wrap + .box-content,
.box-wrap .box-tab-wrap + .box-content-st2 {
  position: relative;
  z-index: 1;
}

.title-subhead {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #2264bb;
}

.title-subhead:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 2px;
  height: 12px;
  background-color: #2264bb;
  vertical-align: middle;
}

.title-subhead.font-green:before {
  content: "";
  background-color: #2da490;
}

.title-subhead.small {
  font-size: 14px;
}

.title-subhead.small:before {
  display: none;
}

.title-subhead-wrap {
  position: relative;
}

.title-subhead-wrap.has-btn-group {
  height: 47px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.title-subhead-wrap.has-btn-group .title-subhead {
  margin-bottom: 0;
}

.title-subhead-wrap.has-right-area {
  padding-top: 22px;
  padding-bottom: 18px;
}

.title-subhead-wrap.has-right-area::after {
  content: "";
  display: block;
  clear: both;
}

.title-subhead-wrap.has-right-area .title-subhead {
  float: left;
  margin-bottom: 0;
}

.title-subhead-wrap.has-right-area .right-area {
  float: right;
}

.title-subhead-wrap.has-right-area .right-area .info-text {
  line-height: 1.2;
  font-size: 12px;
}

.box-wrap.style-reset .box-content {
  padding: 0;
  border: none;
  box-shadow: none;
}

.box-wrap-st2 {
  padding: 25px 30px 23px 30px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 3px;
  margin-bottom: 15px;
}

.box-wrap-st2:last-child {
  margin-bottom: 0;
}

.box-wrap-st2 .box-content {
  margin-bottom: 20px;
}

.box-wrap-st2 .box-content:last-child {
  margin-bottom: 0;
}

.box-wrap-st2 .box-content.basic-info .list {
  display: table;
  height: 35px;
  line-height: 34px;
  margin-bottom: 2px;
  font-size: 13px;
}

.box-wrap-st2 .box-content.basic-info .list:last-child {
  margin-bottom: 0;
}

.box-wrap-st2 .box-content.basic-info .list .title {
  position: relative;
  display: table-cell;
  width: 55px;
  white-space: nowrap;
  color: #2264bb;
}

.box-wrap-st2 .box-content.basic-info .list .desc {
  padding-left: 5px;
  display: table-cell;
}

.box-wrap-st2 .box-content.basic-info .list .desc .select2 {
  width: 189px;
}

.box-wrap-st2 .box-content.basic-info .list .desc .icon-time {
  vertical-align: sub;
}

.box-wrap-st2 .box-content.keywords-choose-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  min-height: auto;
  line-height: 32px;
}

.box-wrap-st2 .box-content.keywords-wrap {
  font-size: 12px;
}

.box-wrap-st2 .box-content.keywords-wrap .keyword {
  margin-top: 0;
  margin-bottom: 7px;
}

.box-wrap-st2 .box-content.keywords-wrap .keyword:last-child {
  margin-bottom: 0;
}

.box-wrap-st2 .box-content .box-st2-title {
  margin-bottom: 13px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d1d7dc;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.box-content-st2 {
  background-color: #fff;
  margin-bottom: 35px;
}

.box-content-st2:last-child {
  margin-top: 0;
}

.box-content-st2 .attachment {
  margin-top: 8px;
}

.box-content-st2.has-line {
  border-top: #2264bb 2px solid;
  padding-top: 18px;
}

.box-content-st2-title {
  padding: 0 3px 14px;
  font-size: 14px;
  font-weight: 700;
  color: #2264bb;
}

.box-content-st2-text {
  line-height: 1.5;
  padding: 10px 14px;
  border-radius: 0;
  border: 1px solid #dee2e6;
  font-size: 13px;
}

.icon-watch {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: -3px;
  margin-left: 3px;
  background: url(../../imgs/common/icon_watch.png) no-repeat;
  vertical-align: middle;
  text-indent: -9999px;
  text-align: start;
}

.icon-new {
  display: inline-block;
  width: 31px;
  height: 18px;
  margin-right: 10px;
  background: url(../../imgs/common/icon_new.png) no-repeat;
  vertical-align: middle;
  text-indent: -9999px;
}

.my-profile-img-wrap {
  text-align: center;
}

.my-profile-img-wrap img, .my-profile-img-wrap button {
  display: block;
  margin: 0 auto;
}

.title-subhead-desc {
  line-height: 1.75;
  font-size: 12px;
  font-weight: 400;
  color: #aaa;
  word-break: keep-all;
}

.my-profile-info-wrap input {
  border-bottom: 0;
}

.my-profile-info-wrap .list.view .inner {
  border-bottom-color: #2264bb;
}

.textarea-count-wrap {
  margin-top: 5px;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #dee2e6;
  line-height: 1.75;
  font-size: 12px;
  color: #aaa;
}

.textarea-count-wrap textarea {
  width: 100%;
  border: none;
  resize: none;
  outline: none;
  overflow: hidden;
}

.btn-pw-change:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 2px;
  width: 9px;
  height: 6px;
  background-image: url(../../imgs/2/6/icon_select_down.png);
  background-size: cover;
}

.btn-pw-change + .pw-change-content {
  display: none;
}

.btn-pw-change.open:after {
  background-image: url(../../imgs/2/6/icon_select_up.png);
}

.btn-pw-change.open + .pw-change-content {
  display: block;
}

.pw-wrap {
  overflow: inherit;
  position: relative;
}

.pw-wrap input {
  border-bottom: 1px solid #dee2e6;
  font-family:  "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif ;
}

.pw-wrap .pw-status-icon {
  background-image: url(../../imgs/2/6/icon_pw_correct.png);
}

.pw-wrap .pw-status-icon.show {
  background-image: url(../../imgs/2/6/icon_pw_incorrect.png);
}

.pw-wrap.correct .pw-status-desc {
  color: #2264bb;
}

.pw-wrap.correct .pw-status-desc:after {
  background-image: url(../../imgs/2/6/icon_status_correct.png);
}

.pw-wrap.correct .pw-status-desc.incorrect {
  display: none;
}

.pw-wrap.correct .pw-status-desc.correct {
  display: block;
}

.pw-wrap.incorrect input {
  border-color: #ff7862;
}

.pw-wrap.incorrect .pw-status-desc {
  color: #ff7862;
}

.pw-wrap.incorrect .pw-status-desc:after {
  background-image: url(../../imgs/2/6/icon_status_incorrect.png);
}

.pw-wrap.incorrect .pw-status-desc.correct {
  display: none;
}

.pw-wrap.incorrect .pw-status-desc.incorrect {
  display: block;
}

.pw-status-icon {
  position: absolute;
  right: 5px;
  top: 50%;
  width: 17px;
  height: 10px;
  transform: translateY(-50%);
  background-position: center;
  background-size: inherit;
  background-repeat: no-repeat;
  cursor: pointer;
}

.pw-status-desc {
  padding-top: 5px;
  line-height: 1.6;
  text-align: right;
  white-space: normal;
}

.pw-status-desc:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.box-wrap .box-content.tab-menu-content {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 30px;
}

.box-wrap .box-content.tab-menu-content .tab-menu-wrap {
  margin-top: 0;
  margin-bottom: 20px;
}

.tab-menu-wrap {
  display: flex;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 50px;
}

.tab-menu-wrap .tab-menu {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 55px;
  border-bottom: 1px solid #dee2e6;
  text-align: center;
}

.tab-menu-wrap .tab-menu > * {
  flex: 1 1 auto;
  display: block;
  font-size: 15px;
  padding: 18px 10px;
  color: #919191;
  text-align: center;
  word-break: keep-all;
}

.tab-menu-wrap .tab-menu.w-14 {
  width: 14.28%;
}

.tab-menu-wrap .tab-menu.w-33 {
  width: 33.33%;
}

.tab-menu-wrap .tab-menu.active {
  border-bottom: 2px solid #2264bb;
}

.tab-menu-wrap .tab-menu.active > * {
  font-weight: 700;
  color: #2264bb;
}

.tab-menu-wrap .tab-menu-btn {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.tab-content-wrap {
  position: relative;
  width: 100%;
  height: auto;
}

.tab-content-wrap .tab-content {
  display: none;
  width: 100%;
  padding: 0 15px;
}

.tab-content-wrap .tab-content.active {
  display: block;
}

.card-row-title {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #2264bb;
}

.card-row-desc {
  line-height: 1.6;
  margin-top: 10px;
}

.card-select-num {
  padding: 20px 0;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #2264bb;
  text-align: right;
}

.card-row-list-wrap .card-row-list-title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #dee2e6;
}

.card-row-list-wrap .card-row-list-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 4.5px;
  height: 6.8px;
  margin-top: -2.75px;
  background-image: url(../../imgs/common/icon_card_row_arrow.png);
}

.card-row-list-wrap .card-row-lists {
  margin-left: -5px;
  margin-right: -5px;
}

.card-row-list-wrap .card-row-lists .list {
  padding: 0 5px;
  margin-bottom: 10px;
}

.card-row-list-wrap .card-row-lists .list .inner {
  position: relative;
  min-height: 60px;
  padding: 10px;
  border-radius: 4px;
  vertical-align: middle;
}

.card-row-list-wrap .card-row-lists .list .inner .img {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  vertical-align: middle;
}

.card-row-list-wrap .card-row-lists .list .inner .img + .title {
  left: 55px;
  width: calc(100% - 105px);
}

.card-row-list-wrap .card-row-lists .list .inner .title {
  position: absolute;
  top: 50%;
  left: 10px;
  max-height: 35px;
  width: calc(100% - 60px);
  font-size: 13px;
  font-weight: 700;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  word-wrap: keep-all;
}

.card-row-list-wrap .card-row-lists .list .inner .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
}

.card-row-list-wrap .card-row-lists .list .inner .icon.plus {
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  background-image: url(../../imgs/common/icon_card_row_plus.png);
}

.card-row-list-wrap .card-row-lists .list.blue .inner {
  background-color: #2264bb;
}

.card-row-list-wrap .card-row-lists .list.blue .inner .title {
  color: #fff;
  font-weight: 400;
}

.card-row-list-wrap .card-row-lists .list.blue .inner .text {
  color: #fff;
  font-weight: 400;
}

.card-row-list-wrap .card-row-lists .list.blue .inner .icon {
  color: #2264bb;
}

.card-row-list-wrap .card-row-lists .list.gray .inner {
  background-color: #eaeaea;
}

.card-row-list-wrap .card-row-lists .list.gray .inner .title {
  color: #000;
}

.card-row-list-wrap .card-row-lists .list.white .inner {
  background-color: #fff;
  border: 1px solid #e6e9ec;
}

.card-row-list-wrap .card-row-lists .list.white .inner .title {
  color: #222;
}

.card-row-list-wrap .card-row-check-lists {
  margin-left: -5px;
  margin-right: -5px;
}

.card-row-list-wrap .card-row-check-lists .list {
  padding: 0 5px;
  margin-bottom: 10px;
}

.card-row-list-wrap .card-row-check-lists .list .inner {
  position: relative;
  min-height: 62px;
  padding: 20px 10px 12px;
  border-radius: 4px;
  border: 1px solid #e6e9ec;
  vertical-align: middle;
}

.card-row-list-wrap .card-row-check-lists .list .title-wrap {
  position: relative;
  height: 36px;
  padding: 0 13px;
}

@media screen and (min-width: 1200px) {
  .card-row-list-wrap .card-row-check-lists .list .title-wrap {
    padding: 0 20px;
  }
}

.card-row-list-wrap .card-row-check-lists .list .title-wrap .icon {
  display: block;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-image: url(../../imgs/common/icon_card_row_check_01.png);
}

.card-row-list-wrap .card-row-check-lists .list .title-wrap .title {
  position: absolute;
  top: 50%;
  right: 15px;
  width: calc(100% - 75px);
  line-height: 1.46;
  max-height: 38px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  font-weight: 700;
  color: #222;
  transform: translateY(-50%);
}

@media screen and (min-width: 1200px) {
  .card-row-list-wrap .card-row-check-lists .list .title-wrap .title {
    right: 20px;
    width: calc(100% - 95px);
  }
}

.card-row-list-wrap .card-row-check-lists .list .state-wrap {
  margin-top: 15px;
  padding-top: 12px;
  border-top: 1px solid #e6e9ec;
}

.card-row-list-wrap .card-row-check-lists .list .state-wrap::after {
  content: "";
  display: block;
  clear: both;
}

.card-row-list-wrap .card-row-check-lists .list .state-wrap .state {
  float: left;
  width: 50%;
  line-height: 1.6;
  text-align: center;
  font-weight: 600;
  color: #999;
  color: #7f7f7f;
}

.card-row-list-wrap .card-row-check-lists .list .state-wrap .state:nth-child(odd) {
  padding-right: 10px;
  border-right: 1px solid #e6e9ec;
}

.card-row-list-wrap .card-row-check-lists .list .state-wrap .state:nth-child(even) {
  padding-left: 10px;
}

.card-row-list-wrap .card-row-check-lists .list .state-wrap .state .strong {
  color: #222;
  font-weight: 800;
}

.card-row-list-wrap .card-row-check-lists .list.blue .inner {
  background-color: #2264bb;
  border-color: #2264bb;
  box-shadow: 4px 4px 9px -3px rgba(0, 0, 0, 0.3);
}

.card-row-list-wrap .card-row-check-lists .list.blue .inner .title-wrap .title {
  color: #fff;
  font-weight: 400;
}

.card-row-list-wrap .card-row-check-lists .list.blue .inner .title-wrap .icon {
  background-image: url(../../imgs/common/icon_card_row_check_02.png);
}

.card-row-list-wrap .card-row-check-lists .list.blue .inner .state-wrap {
  border-top-color: #568bd1;
}

.card-row-list-wrap .card-row-check-lists .list.blue .inner .state-wrap .state {
  border-right-color: #568bd1;
  font-weight: 400;
  color: #fff;
}

.card-row-list-wrap .card-row-check-lists .list.blue .inner .state-wrap .state .strong {
  color: #fff;
}

.patient-type-write .checkbox .etc {
  width: 200px;
  border-bottom: 1px solid #dee2e6;
}

.patient-type-write .checkbox + .row {
  margin-top: 20px;
}

.patient-type-write .list.col {
  width: 22.8%;
}

.patient-type-write .list.col.small {
  width: 15.7%;
}

.patient-type-write .list.age .desc {
  position: relative;
}

.patient-type-write .list.age .desc span {
  position: absolute;
  top: 0;
  right: 7px;
}

.patient-type-write .list.age input[type="number"]::-webkit-outer-spin-button,
.patient-type-write .list.age input[type="number"]::-webkit-inner-spin-button {
  margin-right: 25px;
}

.patient-type-write .list.col-left {
  width: 28%;
}

.keyword-img {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  vertical-align: middle;
}

.keyword {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  padding: 7px 37px 7px 9px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  word-break: keep-all;
}

.keyword i {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 28px;
  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/6/3/icon_keyword_close.png);
}

.keyword:last-child {
  margin-right: 0;
}

.target-area {
  display: inline-block;
  margin-right: 10px;
}

/*================================
          키워드 태그 컬러
=================================*/
.keyword.bg-blue {
  background-color: #dfebf9 !important;
}

.keyword.bg-blue i {
  background-color: #2264bb !important;
}

.keyword.bg-orange {
  background-color: #ffece9 !important;
}

.keyword.bg-orange i {
  background-color: #ff7862 !important;
}

.keyword.bg-green {
  background-color: #e1fbf7 !important;
}

.keyword.bg-green i {
  background-color: #2da490 !important;
}

.keyword.bg-gray {
  background-color: #f0f1f3 !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: 3px;
  right: 1px;
  width: 25px;
  height: 25px;
  background-image: url(../../imgs/common/icon_plus_blue.png);
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-indent: -9999px;
}

.board-st2 .board-write-title-wrap {
  margin-top: 18px;
  margin-bottom: 12px;
}

.board-st2 .board-write-title-wrap * {
  font-size: 16px;
}

.board-st2 .board-write-title-wrap .list .select2,
.board-st2 .board-write-title-wrap .list .read-only,
.board-st2 .board-write-title-wrap .list input,
.board-st2 .board-write-title-wrap .list .date-title,
.board-st2 .board-write-title-wrap .list .title-wrap {
  margin-bottom: 20px;
  line-height: 39px;
  height: 38px;
  padding-left: 7px;
  border-bottom: 1px solid #dee2e6;
}

.board-st2 .board-write-title-wrap .list .read-only {
  border-color: #2264bb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.board-st2 .board-write-title-wrap .title {
  font-weight: 700;
  color: #000;
  margin-right: 3px;
}

.board-st2 .board-write-title-wrap .date-title {
  color: #7a797d;
}

.board-st2 .board-write-title-wrap .timerange-warp {
  display: inline-block;
  width: calc(100% - 85px);
}

.board-st2 .board-write-title-wrap .checkbox-wrap {
  margin-bottom: 20px;
  line-height: 39px;
  height: 38px;
}

.board-st2 .board-write-title-wrap .checkbox-square.checkbox-img .text {
  font-size: 16px;
}

.froala-wrap.box-content {
  padding: 0;
}

.froala-wrap #froala_editor {
  padding-top: 1px;
  border-radius: 4px;
}

.froala-wrap #froala_editor .fr-view em {
  font-style: italic;
}

.froala-wrap #froala_editor .fr-view ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-top: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  padding-left: 40px;
}

.froala-wrap #froala_editor .fr-view ol li {
  padding-bottom: 3px;
}

.froala-wrap #froala_editor .fr-view ul {
  display: block;
  list-style-image: url(../../imgs/common/icon_disc_black.png);
  margin-block-start: 1em;
  margin-top: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  padding-left: 40px;
}

.froala-wrap #froala_editor .fr-view ul li {
  position: relative;
  padding-bottom: 3px;
}

.froala-wrap #froala_editor .fr-toolbar {
  border-top: none;
  box-shadow: none;
}

.froala-wrap #froala_editor .fr-toolbar.fr-top {
  padding: 0;
  margin: -1px;
  border: 1px solid #dee2e5;
}

.froala-wrap #froala_editor .fr-toolbar.fr-sticky-on {
  margin: 0 -1px;
}

.froala-wrap #froala_editor.fr-box.fr-basic .fr-wrapper {
  box-shadow: none;
}

.froala-wrap #froala_editor.fr-box.fr-basic .fr-wrapper .fr-element {
  min-height: 445px !important;
}

.froala-wrap #froala_editor.froala-read-only {
  line-height: 1.6;
  font-size: 13px;
  word-break: break-all;
}

.froala-wrap #froala_editor.froala-read-only.froala-padding-0 {
  padding: 0;
}

.froala-wrap #froala_editor.froala-read-only.fr-box.fr-basic .fr-element {
  padding: 0;
}

.froala-wrap #froala_editor.froala-read-only .fr-counter {
  display: none;
}

.box-content-st2-text #froala_editor.froala-read-only {
  padding: 0;
}

.froala-wrap #froala_editor.froala-read-only.fr-box.fr-basic .fr-wrapper .fr-element {
  min-height: auto !important;
}

.floala-title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 13px;
  color: #2264bb;
}

.floala-article-wrap {
  padding: 10px;
}

.floala-article-wrap.border {
  border: 1px solid #dee2e6;
}

.floala-article-wrap.radius {
  border-radius: 4px;
}

.box-wrap.file-attachment-wrap .title {
  display: inline-block;
  width: calc(100% - 170px);
  line-height: 41px;
  margin-bottom: 13px;
  font-size: 17px;
  font-weight: 700;
  border-bottom: 1px solid #dee2e6;
}

.box-wrap.file-attachment-wrap .title .font-blue {
  font-size: 13px;
}

.attachment.icon-file:before, .attachment.icon-img:before, .attachment.icon-video:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
}

.box-content .attachment {
  margin: 5px 30px 5px 0;
}

.attachment {
  position: relative;
  display: inline-block;
  min-height: 18px;
  margin: 8px 30px 5px 0;
  font-size: 13px;
  vertical-align: middle;
  word-break: break-all;
}

.attachment span {
  display: inline-block;
}

.attachment span.text {
  padding-top: 2px;
  padding-left: 22px;
  padding-right: 20px;
  word-break: break-all;
}

.attachment.icon-img .text {
  padding-left: 24px;
}

.attachment .file-remove {
  position: absolute;
  top: 50%;
  right: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #b6bcc1;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  vertical-align: middle;
}

.attachment.icon-file:before {
  background: url(../../imgs/common/icon_document.png) no-repeat left/contain;
  vertical-align: middle;
}

.attachment.icon-img:before {
  background: url(../../imgs/common/icon_img.png) no-repeat left/contain;
  vertical-align: middle;
}

.attachment.icon-video:before {
  background: url(../../imgs/common/icon_video.png) no-repeat left/contain;
  vertical-align: middle;
}

.video-attach .box-content {
  padding: 45px 35px;
}

.video-attach .box-content .attach-list {
  margin-bottom: 35px;
}

.video-attach .box-content .attach-list:last-child {
  margin-bottom: 0;
}

.video-attach .box-content .attach-list .checkbox {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.video-attach .box-content .attach-list .desc {
  height: auto;
  line-height: normal;
  padding-left: 25px;
}

.talk-wrap {
  padding: 30px;
  background-color: #dfebf9;
}

.talk-box {
  position: relative;
  display: table;
  width: 72.4%;
  height: 110px;
  margin-top: 30px;
  padding: 24px 25px;
  border-radius: 4px;
  background-color: #fff;
}

.talk-box:first-child {
  margin-top: 0;
}

.talk-box.prof {
  float: left;
  border-right: 8px solid #2264bb;
}

.talk-box.student {
  float: right;
  border-left: 8px solid #b1cbec;
}

.talk-box.student .talk-profile {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.talk-box.student .talk-info {
  float: left;
  width: calc(100% - 85px);
  padding-left: 0;
  text-align: left;
}

.talk-box.student .talk-info .talk-info .subject span {
  margin-left: 8px;
}

.talk-box.major {
  float: left;
  border-color: #2da490;
}

.talk-box.has-btn {
  padding-top: 48px;
}

.talk-box.has-btn .btn-likeit {
  position: absolute;
  top: 0;
  left: 25px;
  width: 25px;
  height: 40px;
  background-image: url(../../imgs/2/5/icon_like.png);
  text-indent: -9999px;
  cursor: pointer;
}

.talk-box.has-btn .btn-likeit.active {
  background-image: url(../../imgs/2/5/icon_like_active.png);
}

.talk-box.has-btn.student .btn-likeit {
  left: calc(100% - 50px);
}

.talk-profile {
  display: table-cell;
  width: 49px;
  vertical-align: middle;
}

.talk-profile .img {
  overflow: hidden;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-color: #dee2e6;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.has-arrow .talk-info .subject span {
  display: inline-block;
  margin-left: 0;
  padding-right: 20px;
}

.has-arrow .talk-info .subject span:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 100%;
  background-color: transparent;
  background-image: url(../../imgs/common/icon_location_arrow.png);
  background-repeat: no-repeat;
  background-position: 50% 40%;
}

.has-arrow .talk-info .subject span:nth-last-child(2) {
  display: inline-block;
  padding-right: 14px;
}

.has-arrow .talk-info .subject span:nth-last-child(2):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 8px;
  background-color: #c1c2c5;
  background-image: none;
  transform: translateY(-50%);
}

.talk-info {
  display: table-cell;
  padding-left: 30px;
  margin-right: 8px;
  vertical-align: top;
}

.talk-info .subject {
  font-size: 13px;
  color: #7a797d;
}

.talk-info .subject span {
  position: relative;
  padding-right: 14px;
}

.talk-info .subject span:before {
  content: "";
  position: absolute;
  right: 4px;
  bottom: -1px;
  width: 1px;
  height: 8px;
  background-color: #c1c2c5;
  transform: translateY(-50%);
}

.talk-info .subject span:last-child {
  margin-right: 0;
  padding-right: 0;
}

.talk-info .subject span:last-child:before {
  display: none;
}

.talk-info .text {
  margin-top: 7px;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  word-break: break-all;
}

.talk-info .user {
  margin-top: 14px;
  color: #a2a2a2;
}

.write-wrap.student {
  padding: 0 30px 30px;
  background-color: #dfebf9;
}

.write-wrap.student .write-box {
  float: right;
  width: 72.4%;
  padding: 25px 44px 25px 38px;
  border-left: 8px solid #dbdbdd;
  background-color: #fff;
}

.write-wrap.student .write-box .table {
  width: 100%;
}

.write-wrap.student .write-box .text-wrap {
  display: table-cell;
  vertical-align: bottom;
}

.write-wrap.student .write-box .btn-wrap {
  display: table-cell;
  width: 1px;
  padding-left: 15px;
  white-space: nowrap;
  vertical-align: bottom;
}

.write-wrap .text-box-st2 {
  width: 100%;
  line-height: 1.75;
  padding: 5px 5px 8px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #dee2e6;
  font-size: 12px;
  color: #000;
  resize: none;
  outline: none;
  overflow: hidden;
  vertical-align: top;
}

.write-wrap .text-box-st2::placeholder {
  color: #7a797d;
  white-space: nowrap;
}

.write-wrap.prof {
  background-color: #dfebf9;
}

.write-wrap.prof .text-box-st2 {
  padding-bottom: 12px;
}

.write-wrap.prof .write-box {
  float: right;
  width: 100%;
  padding: 20px 30px;
  background-color: #fff;
}

.write-wrap.prof .write-box .table {
  width: 100%;
}

.write-wrap.prof .write-box .text-wrap {
  display: table-cell;
  vertical-align: bottom;
}

.write-wrap.prof .write-box .btn-wrap {
  display: table-cell;
  width: 1px;
  padding-left: 15px;
  white-space: nowrap;
  vertical-align: bottom;
}

.box-wrap.card .box-content {
  padding: 0;
}

.box-wrap.card .card-title {
  padding: 18px 30px 16px;
  font-size: 17px;
  font-weight: 600;
  color: #2264bb;
}

.box-wrap.padding-wide .card-title {
  padding: 23px 30px 0;
}

.box-wrap.padding-wide .write-wrap.prof .write-box {
  padding: 15px 30px;
}

.box-wrap.feedback-write .box-content {
  position: relative;
  padding: 23px 15px;
}

@media screen and (min-width: 1200px) {
  .box-wrap.feedback-write .box-content {
    padding: 23px 30px;
  }
}

.box-wrap.feedback-write .card-title {
  padding: 0;
  margin-bottom: 22px;
}

.box-wrap.feedback-write .btn-zoom {
  top: 18px;
  right: 29px;
  position: absolute;
}

.box-wrap.feedback-write .text-box {
  margin-bottom: 16px;
  padding: 5px 11px 12px;
}

.box-wrap.feedback-write .text-box.border-bottom {
  border: none;
  border-bottom: 1px solid #dee2e6;
}

.box-wrap.feedback-write .write-wrap {
  margin-bottom: 18px;
}

.box-wrap.feedback-write .write-wrap:last-child {
  margin-bottom: 0;
}

.box-wrap.feedback-write .write-wrap .write-title {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
}

.box-wrap.feedback-write .write-wrap .feedback-open-area {
  height: 0;
  overflow: hidden;
}

.box-wrap.feedback-write .write-wrap .feedback-open-area.open {
  height: 100%;
  min-height: 75px;
}

.box-wrap.feedback-write .write-wrap .feedback-open-area.open .text-box {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.box-wrap.feedback-write .write-wrap .btn-feedback-open {
  display: block;
  width: 100%;
  line-height: 30px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  background-color: #f7f7f7;
  font-size: 12px;
  font-weight: 700;
  color: #2264bb;
  text-align: center;
  cursor: pointer;
}

.box-wrap.feedback-write .write-wrap .btn-feedback-open .icon-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  margin-bottom: -6px;
  border-style: solid;
  border-width: 6px 4px;
  border-color: #2264bb transparent transparent transparent;
}

.box-wrap.feedback-write .write-wrap .btn-feedback-open.open {
  margin-bottom: 0;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.box-wrap.feedback-write .write-wrap .btn-feedback-open.open .icon-arrow {
  margin-bottom: 1px;
  border-color: transparent transparent #2264bb transparent;
}

.box-wrap.feedback-write .btn-wrap {
  margin-top: 18px;
}

.box-wrap.green .box-content {
  position: relative;
  padding: 23px 15px;
  border-top: 2px solid #2da490;
}

@media screen and (min-width: 1200px) {
  .box-wrap.green .box-content {
    padding: 23px 30px;
  }
}

.box-wrap.green .box-tab-wrap .tab-menu {
  background-color: #2da490;
}

.box-wrap.green .card-title {
  padding: 0;
  margin-bottom: 22px;
  color: #2da490;
}

.box-wrap.green .title-subhead {
  color: #2da490;
}

.box-wrap.green .title-subhead:before {
  background-color: #2da490;
}

.box-wrap.green .btn-zoom {
  top: 18px;
  right: 29px;
  position: absolute;
}

.box-wrap.green .text-box {
  margin-bottom: 16px;
  padding: 5px 11px 12px;
}

.box-wrap.green .text-box.border-bottom {
  border: none;
  border-bottom: 1px solid #dee2e6;
}

.box-wrap.green .write-wrap {
  margin-bottom: 18px;
}

.box-wrap.green .write-wrap:last-child {
  margin-bottom: 0;
}

.box-wrap.green .write-wrap .write-title {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
}

.box-wrap.green .write-wrap .feedback-open-area {
  height: 0;
  overflow: hidden;
}

.box-wrap.green .write-wrap .feedback-open-area.open {
  height: 100%;
  min-height: 75px;
}

.box-wrap.green .write-wrap .feedback-open-area.open .text-box {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.box-wrap.green .write-wrap .btn-feedback-open {
  display: block;
  width: 100%;
  line-height: 30px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  background-color: #f7f7f7;
  font-size: 12px;
  font-weight: 700;
  color: #2264bb;
  text-align: center;
  cursor: pointer;
}

.box-wrap.green .write-wrap .btn-feedback-open .icon-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  margin-bottom: -6px;
  border-style: solid;
  border-width: 6px 4px;
  border-color: #2264bb transparent transparent transparent;
}

.box-wrap.green .write-wrap .btn-feedback-open.open {
  margin-bottom: 0;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.box-wrap.green .write-wrap .btn-feedback-open.open .icon-arrow {
  margin-bottom: 1px;
  border-color: transparent transparent #2264bb transparent;
}

.box-wrap.green .btn-wrap {
  margin-top: 18px;
}

.box-wrap.green-thme .box-content {
  border-top: 2px solid #2da490;
}

.box-wrap.green-thme .card-title {
  color: #2da490;
}

.box-wrap.read-only .box-content .write-wrap .text-box {
  color: #7a797d;
}

.confirm-num-wrap {
  margin-bottom: 30px;
}

.confirm-num-wrap::after {
  content: "";
  display: block;
  clear: both;
}

.confirm-num-wrap .confirm-num-title {
  float: left;
  line-height: 32px;
  margin-right: 20px;
  font-size: 13px;
  font-weight: 600;
}

.profile-img {
  width: 63px;
  height: 63px;
  overflow: hidden;
  margin: 13px auto;
  border-radius: 50%;
  background-color: #dee2e6;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.profile-info {
  text-align: center;
  margin-bottom: 25px;
  font-size: 0;
  color: #000;
}

.profile-info > * {
  display: inline-block;
}

.profile-info .name {
  font-size: 14px;
  font-weight: 700;
}

.profile-info .year {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
}

.profile-info .year:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 10px;
  width: 1px;
  background-color: #c1c2c5;
  transform: translateY(-50%);
}



.box-wrap .box-content.tab-menu-content {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 30px;
}

.box-wrap .box-content.tab-menu-content .tab-menu-wrap {
  margin-top: 0;
  margin-bottom: 20px;
}

.tab-menu-wrap {
  display: table;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 50px;
}

.tab-menu-wrap .tab-menu {
  display: table-cell;
  height: 55px;
  padding: 0 10px;
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
  text-align: center;
}

.tab-menu-wrap .tab-menu.w-14 {
  width: 14.28%;
}

.tab-menu-wrap .tab-menu.w-33 {
  width: 33.33%;
}

.tab-menu-wrap .tab-menu.active {
  border-bottom: 2px solid #2264bb;
}

.tab-menu-wrap .tab-menu.active > * {
  font-weight: 700;
  color: #2264bb;
}

.tab-menu-wrap .tab-menu > * {
  display: block;
  font-size: 15px;
  color: #919191;
  text-align: center;
  word-break: keep-all;
}

.tab-menu-wrap .tab-menu-btn {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.tab-content-wrap {
  position: relative;
  width: 100%;
  height: auto;
}

.tab-content-wrap .tab-content {
  display: none;
  width: 100%;
  padding: 0 15px;
}

.tab-content-wrap .tab-content.active {
  display: block;
}

.flex-wrap {
  display: flex !important;
  flex-wrap: wrap;
}

.justify-between {
  justify-content: space-between !important;
}

/*======================================
        exel-collaps-wrap
======================================*/
.exel-collaps-wrap {
  margin-top: 15px;
  margin-bottom: 0;
}

.exel-collaps-wrap .box-content .attach-list {
  width: 100%;
}

.exel-collaps-wrap .box-content .desc {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
}

.exel-collaps-wrap .box-content .desc .title {
  flex: 1 1 auto;
  margin-right: 10px;
  font-size: 13px;
  color: #7a797d;
}

.exel-collaps-wrap .box-content .desc button {
  flex: 0 0 auto;
  margin-bottom: 6px;
}

.exel-collaps-wrap .box-content .checkbox .text {
  font-size: 13px;
  font-weight: 700;
}

/* 모달 스크롤 */

/* 스크롤바 전체 스타일 */
.modal_box_scroll::-webkit-scrollbar {
  width: 8px; /* 세로 스크롤 너비 */
  height: 8px; /* 가로 스크롤 높이 */
}

/* 스크롤바 트랙 스타일 */
.modal_box_scroll::-webkit-scrollbar-track {
  background: #f1f1f1; /* 트랙 배경색 */
  border-radius: 4px; /* 둥근 모서리 */
}

/* 스크롤바 막대(thumb) 스타일 */
.modal_box_scroll::-webkit-scrollbar-thumb {
  background: #888; /* 스크롤바 색상 */
  border-radius: 4px; /* 둥근 모서리 */
}

/* 스크롤바 막대(thumb) Hover 스타일 */
.modal_box_scroll::-webkit-scrollbar-thumb:hover {
  background: #555; /* Hover 시 색상 */
}