@charset "UTF-8";
/*color 컬러*/
/*layout*/
/*color 컬러*/
body {
  background: #f8f9fc !important;
}

/*헤더*/
.nav-top {
  width: 100%;
  background-image: linear-gradient(to right, #4481eb 0%, #04befe 100%);
  height: 50px;
  position: fixed;
  font-size: 12px;
  z-index: 10;
}

.nav-top .nav-top-wrap h1 {
  width: 180px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  float: left;
  padding-left: 20px;
  padding-top: 8px;
}

.nav-top .nav-top-wrap h1 a {
  color: #fff;
}

.nav-top .nav-top-wrap div {
  width: 98%;
  min-width: 900px;
  padding-top: 15px;
}

.nav-top .nav-top-wrap ul li {
  display: inline-block;
  padding-right: 15px;
}

.nav-top .nav-top-wrap ul li:last-child {
  padding-right: 0;
}

.nav-top .nav-top-wrap ul li a {
  color: #fff;
}

/*왼쪽 메뉴*/
.nav-left {
  width: 180px;
  height: 100%;
  position: fixed;
  border-right: 1px solid #e3e5ed;
  overflow: hidden;
  margin-top: 50px;
  background: #fff;
  z-index: 8;
}

.nav-left div {
  width: 210px;
  height: 100%;
  overflow-y: scroll;
}

.nav-left div .major li {
  font-weight: bold;
}

.nav-left div .major li:last-child {
  margin-bottom: 15px;
}

.nav-left div .major li .carrot-active {
  background: #e0ecff;
}

.nav-left div .major li a {
  display: block;
  color: #656565;
  font-size: 14px;
  padding: 8px 10px;
}

.nav-left div .major li a:hover {
  background: #e0ecff;
}

.nav-left div .subject li {
  font-weight: normal;
}

.nav-left div .subject li .carrot-active {
  background: none;
  color: #4481eb;
  font-weight: bold;
}

.nav-left div .subject li a {
  font-size: 12px;
  padding-left: 20px;
}

.nav-left div .subject li a:hover {
  background: none;
  color: #4481eb;
}

/*본문*/
.wrap {
  margin-left: 180px;
  padding: 70px 30px 30px 20px;
  width: 1050px;
}

.wrap .con-top h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}

.wrap .con-top h2 span {
  font-size: 18px;
  font-weight: normal;
  color: #9e9e9e;
  vertical-align: text-bottom;
}

.wrap .con-top h2 .vip {
  color: #dd1f1f;
  font-weight: bold;
  background: #ffdbdb;
  padding: 2px 8px;
  font-size: 11px;
  border-radius: 50px;
}

.wrap .con-top h3 {
  font-size: 14px;
  margin-bottom: 20px;
}

.wrap .con-top .bar {
  width: 100%;
  border-bottom: 1px solid #e3e5ed;
}

/* modal base */
.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*tab*/
.tab-blue {
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid #4481eb;
}

.tab-blue li {
  margin-bottom: -1px;
  cursor: pointer;
}

.tab-blue li a {
  display: block;
  padding: 8px 15px;
  color: #afb7be;
  border: 1px solid #dee2e6;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.tab-blue li a:hover {
  border-color: #4481eb #4481eb #f8f9fc;
  color: #4481eb;
  font-weight: bold;
  text-decoration: none;
}

.tab-blue li .carrot-active {
  color: #4481eb;
  border-color: #4481eb #4481eb #f8f9fc;
  font-weight: bold;
  font-size: 13px;
  background: #e0ecff;
}

/*테이블 table*/
/*컬러*/
.tbl-light .back-default {
  background: #f0f3f8;
}

.tbl-light .back-gray {
  background: #f4f4f4;
}

.tbl-light .back-gray-important {
  background: #e3e3e3 !important;
}

.tbl-light .back-red {
  background: #ffe0e0 !important;
}

.tbl-light .back-yellow {
  background: #fffedb !important;
}

.tbl-light .back-blue {
  background: #e0f2ff !important;
}

.tbl-light .back-green {
  background: #e0ffef !important;
}

.tbl-light .tbl-light-view {
  width: 100%;
  font-size: 12px;
}

.tbl-light .tbl-light-view thead tr th {
  background: #f0f3f8;
  padding: 6px 10px;
  font-weight: bold;
  border: 1px solid #e3e5ed;
  vertical-align: middle;
}

.tbl-light .tbl-light-view thead tr th .file-support-info {
  color: red;
}

.tbl-light .tbl-light-view thead tr th.tb_block {
  background-color: #9cd5f0;
}

.tbl-light .tbl-light-view thead tr td {
  background: #fff;
  border-top: 1px solid #e3e5ed;
  border-right: 1px solid #e3e5ed;
  border-bottom: 1px solid #e3e5ed;
  padding: 6px 10px 6px 10px;
  vertical-align: middle;
  word-break: break-word;
}

.tbl-light .tbl-light-view thead tr td a {
  line-height: 20px;
}

.tbl-light .tbl-light-view thead tr td .overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 800px;
}

.tbl-light .tbl-light-view thead tr .back-gray {
  background: #bebebe;
}

.tbl-light .tbl-light-view thead tr .back-red {
  background: #ffe0e0;
}

.tbl-light .tbl-light-view thead tr .back-yellow {
  background: #fffedb;
}

.tbl-light .tbl-light-list {
  width: 100%;
  font-size: 12px;
}

.tbl-light .tbl-light-list thead tr th {
  background: #f0f3f8;
  padding: 6px 5px;
  font-weight: bold;
  border-top: 1px solid #e3e5ed;
  vertical-align: middle;
}

.tbl-light .tbl-light-list tbody tr {
  background: #fff;
}

.tbl-light .tbl-light-list tbody tr:hover {
  background: #f7f9fc !important;
}

.tbl-light .tbl-light-list tbody tr.active td {
  background: #daf5ff;
}

.tbl-light .tbl-light-list tbody tr.back-darkgray {
  background: #bbb;
}

.tbl-light .tbl-light-list tbody tr.back-darkgray:hover {
  background: #bebebe;
}

.tbl-light .tbl-light-list tbody tr td {
  border-top: 1px solid #e3e5ed;
  border-bottom: 1px solid #e3e5ed;
  padding: 6px 5px;
  vertical-align: middle;
  word-break: break-word;
}

.tbl-light .tbl-light-list tbody tr td a {
  line-height: 23px;
}

.tbl-light .tbl-light-list tbody tr td .sent {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}

.tbl-light .tbl-light-list tbody tr td .write {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}

.tbl-light .tbl-light-list tbody tr td.border-l {
  border-left: 1px solid #e3e5ed;
}

.tbl-light .tbl-light-list tbody tr .overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tbl-light .tbl-light-list tbody tr .overflow2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 18px;
  word-wrap: break-word;
}

.tbl-light .tbl-light-list tbody tr .border-right {
  border-right: 1px solid #e3e5ed;
}

.tbl-light .tbl-light-list tbody .notice {
  background: #daf5ff;
}

.tbl-light .tbl-light-list tbody .read {
  background: #FDDFC7;
}

.tbl-light .tbl-light-list-line {
  width: 100%;
  font-size: 12px;
  border-top: 1px solid #e3e5ed;
}

.tbl-light .tbl-light-list-line thead tr th {
  background: #f0f3f8;
  padding: 6px 5px;
  font-weight: bold;
  border-bottom: 1px solid #e3e5ed;
  border-right: 1px solid #e3e5ed;
  border-left: 1px solid #e3e5ed;
  vertical-align: middle;
}

.tbl-light .tbl-light-list-line thead tr .back-white {
  background: #fff;
}

.tbl-light .tbl-light-list-line tbody tr {
  background: #fff;
}

.tbl-light .tbl-light-list-line tbody tr td {
  border-bottom: 1px solid #e3e5ed;
  border-right: 1px solid #e3e5ed;
  border-left: 1px solid #e3e5ed;
  padding: 6px 5px;
  vertical-align: middle;
  word-break: break-word;
}

.tbl-light .tbl-light-list-line tbody tr td a {
  line-height: 23px;
}

.tbl-light .tbl-light-list-line tbody tr .back-danger {
  background: #ffbaba;
}

.tbl-light .tbl-light-month {
  width: 100%;
  font-size: 12px;
  border-top: 1px solid #e3e5ed;
}

.tbl-light .tbl-light-month thead tr th {
  background: #f0f3f8;
  padding: 6px 5px;
  font-weight: bold;
  border-bottom: 1px solid #e3e5ed;
  border-right: 1px solid #e3e5ed;
  border-left: 1px solid #e3e5ed;
  width: 14.2%;
}

.tbl-light .tbl-light-month tbody tr {
  background: #fff;
}

.tbl-light .tbl-light-month tbody tr td {
  border-bottom: 1px solid #e3e5ed;
  border-right: 1px solid #e3e5ed;
  border-left: 1px solid #e3e5ed;
  padding: 6px 5px;
  vertical-align: middle;
}

.tbl-light .tbl-light-month tbody tr td div {
  min-height: 100px;
}

.tbl-light .tbl-light-month tbody tr td div span {
  color: #bbbbbb;
  font-weight: bold;
}

.tbl-light .tbl-light-month tbody tr td div ul li {
  margin-bottom: 5px;
  text-align: left;
  word-break: break-all;
  background: #fff8db;
}

.tbl-light .tbl-light-month tbody tr td div ul li:last-child {
  margin-bottom: 0;
}

.tbl-light .tbl-light-month tbody tr td div ul li span {
  color: #656565;
}

.tbl-light .tbl-light-month tbody tr .bg {
  background: #fff8db;
}

.tbl-light .tbl-light-month tbody tr .bg-hold {
  background: #bbbbbb;
}

.tbl-light .paging {
  text-align: center;
  font-size: 13px;
}

.tbl-light .paging ul li {
  margin: 0 10px;
  display: inline-block;
}

.tbl-light .paging ul li a {
  color: #656565;
}

.tbl-light .paging ul li a:hover {
  color: #5d9cec;
  font-weight: bold;
}

.tbl-light .paging ul li .carrot-active {
  color: #5d9cec;
  font-weight: bold;
}

.tbl-light .comment li {
  width: 100%;
  border-top: 1px solid #e3e5ed;
  padding: 10px;
  background: #fff;
}

.tbl-light .comment li:last-child {
  border-bottom: 1px solid #e3e5ed;
}

/*컬러*/
.tbl-white .tbl-white-view {
  width: 100%;
}

.tbl-white .tbl-white-view thead tr:hover {
  background: #e0ecff;
}

.tbl-white .tbl-white-view thead tr th {
  background: #fff;
  padding: 10px 0;
  border-top: 1px solid #e3e5ed;
  border-bottom: 1px solid #e3e5ed;
  font-weight: bold;
  vertical-align: middle;
}

.tbl-white .tbl-white-view thead tr td {
  border-top: 1px solid #e3e5ed;
  border-bottom: 1px solid #e3e5ed;
  border-right: 1px solid #e3e5ed;
  padding: 10px 0 10px 10px;
  vertical-align: middle;
}

.tbl-white .tbl-white-view thead tr td:last-child {
  border-right: none;
}

.tbl-white .paging {
  text-align: center;
  font-size: 13px;
}

.tbl-white .paging ul li {
  margin: 0 10px;
  display: inline-block;
}

.tbl-white .paging ul li a {
  color: #656565;
}

.tbl-white .paging ul li a:hover {
  color: #5d9cec;
  font-weight: bold;
}

.tbl-white .paging ul li .carrot-active {
  color: #5d9cec;
  font-weight: bold;
}

/*color 컬러*/
.tbl-brief table {
  border: 1px solid #e3e5ed;
  background: #fff;
}

.tbl-brief table thead tr th {
  background: #f0f3f8;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
}

.tbl-brief table tbody tr {
  cursor: pointer;
}

.tbl-brief table tbody tr:hover {
  background: #e0ecff !important;
}

.tbl-brief table tbody tr td {
  vertical-align: middle;
  padding: 5px;
}

.tbl-brief table tbody tr td:first-child {
  width: 350px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

.tbl-brief table tbody .carrot-active {
  background: #e0ecff;
}

/*버튼*/
/*버튼 button*/
/*공통*/
.btn {
  font-size: 12px;
  color: #656565;
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: -1px;
}

/*default*/
.btn-line-default {
  border: 1px solid #c3c6d1;
  background: #fff;
}

.btn-line-default:hover {
  background-color: #f0f3f8;
  font-weight: bold;
}

/* 201229css수정  */
.btn-line-default-right {
  float: right;
  border: 1px solid #c3c6d1;
  background: #fff;
  margin-left: 10px;
}

.btn-line-default-right:hover {
  background-color: #f0f3f8;
  font-weight: bold;
}

.btn-line-default-small {
  font-size: 10px !important;
  line-height: 13px;
  border: 1px solid #d1dce1;
  background: #fff;
  padding: 1px 2px !important;
}

.btn-line-default-small:hover {
  background-color: #f5f5f5;
  font-weight: bold;
}

.btn-line-default-big {
  border: 1px solid #e3e5ed;
  background: #fff;
  padding: 11px 10px !important;
}

.btn-line-default-big:hover {
  background-color: #f0f3f8;
  font-weight: bold;
}

/*gray*/
.btn-line-gray {
  border: 1px solid #c5c5c5;
  background: #fff;
  color: #c5c5c5;
}

.btn-line-gray:hover {
  background-color: #ebebeb;
  font-weight: bold;
}

/*blue*/
.btn-line-blue {
  border: 1px solid #4481eb;
  background: #fff;
  color: #4481eb !important;
}

.btn-line-blue:hover {
  background-color: #e2edff;
}

.btn-line-blue-small {
  font-size: 10px !important;
  line-height: 13px;
  border: 1px solid #4481eb;
  background: #fff;
  color: #4481eb !important;
  padding: 1px 2px !important;
}

.btn-line-blue-small:hover {
  background-color: #4481eb;
  color: #fff !important;
}

.btn-full-blue {
  border: none;
  background: #4481eb;
  color: #fff !important;
}

.btn-full-blue:hover {
  background-color: #1159d5;
  font-weight: bold;
}

.btn-full-blue-small {
  font-size: 11px !important;
  line-height: 13px;
  border: none;
  background: #4481eb;
  padding: 1px 2px !important;
  color: #fff !important;
}

.btn-full-blue-small:hover {
  background-color: #1159d5;
}

.btn-full-blue-search {
  border: none;
  background: #4481eb;
  color: #fff !important;
  padding: 18px 17px;
  margin-left: -4px;
  margin-top: 1px;
  border-radius: 0 4px 4px 0px;
}

.btn-full-blue-search:hover {
  background-color: #1159d5;
  font-weight: bold;
}

/*레드 red*/
.btn-line-red {
  border: 1px solid #ee3d3d;
  background: #fff;
  color: #ee3d3d !important;
}

.btn-line-red:hover {
  background-color: #ffe4e4;
  font-weight: bold;
}

.btn-full-red-small {
  font-size: 11px !important;
  line-height: 13px;
  border: none;
  background: #ee3d3d;
  padding: 1px 2px !important;
  color: #fff !important;
}

.btn-full-red-small:hover {
  background-color: #ce2828;
}

.btn-line-red-small {
  font-size: 10px !important;
  line-height: 13px;
  border: 1px solid #ce2828;
  background: #fff;
  padding: 1px 2px !important;
  color: #ce2828;
}

.btn-line-red-small:hover {
  background-color: #ffe4e4;
  font-weight: bold;
}

/*그린 green*/
.btn-line-green-small {
  font-size: 10px !important;
  line-height: 13px;
  border: 1px solid #0acf97;
  background: #fff;
  padding: 1px 2px !important;
  color: #0acf97;
}

.btn-line-green-small:hover {
  background-color: #d2fff2;
  font-weight: bold;
}

.btn-full-green-small {
  font-size: 11px !important;
  line-height: 13px;
  border: none;
  background: #0acf97;
  padding: 1px 2px !important;
  color: #fff !important;
}

.btn-full-green-small:hover {
  background-color: #0bb182;
}

/*보라 퍼플 purple*/
.btn-full-purple {
  border: none;
  background: #8444eb;
  color: #fff !important;
}

.btn-full-purple:hover {
  background-color: #6433b3;
  font-weight: bold;
}

.btn-full-purple-small {
  font-size: 11px !important;
  line-height: 13px;
  border: none;
  background: #8444eb;
  padding: 1px 2px !important;
  color: #fff !important;
}

.btn-full-purple-small:hover {
  background-color: #6433b3;
}

/*로더 loader*/
.loader-layer {
  position: relative;
  width: 100%;
  min-height: 600px;
}

.loader {
  position: absolute;
  left: 45%;
  top: 20%;
  z-index: 1;
  /* width: 150px; */
  /* height: 150px; */
  /* margin: -75px 0 0 -75px; */
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #4282f3;
  width: 50px;
  height: 50px;
  margin: 0 0 0 0;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*주소 api 관련*/
/* 주소 검색 api  */
.addr-wrap {
  display: none;
  border: 1px solid #e4eaec;
  width: 400px;
  height: 0px;
  margin: 5px 0;
  position: relative;
  transition: all .4s;
  overflow: hidden;
}

/* 주소 검색 api 닫기 버튼 */
.btn-addr-hide {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: -1px;
  z-index: 1;
}

/*레드 red*/
.btn_n {
  font-size: 11px !important;
  line-height: 11px;
  border: none;
  padding: 1px 2px !important;
  color: #ee3d3d !important;
  font-weight: 700;
  background-color: transparent;
}

.btn_n:hover {
  background-color: transparent;
}

.notice_text {
  color: #ee3d3d;
  font-size: 13px;
}

table {
  table-layout: fixed !important;
}

.table-label-wrap label {
  width: 160px;
}

.table-label-wrap label:last-child {
  border-right: none;
}

.timedate_hover:hover {
  color: #4481eb;
  text-decoration: underline;
}

.nav-left .major li .top_menu {
  background-color: #ffe0e0;
  border-bottom: 1px solid #fdc2c2;
  color: #000000;
}

.nav-left .major li .top_menu:hover {
  background-color: #ffab8a;
}

.nav-left .major li .subject .new_li {
  display: flex;
  align-items: center;
}

.nav-top .nav-top-wrap h2 {
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;
  padding: 11px 0 0 0;
  float: left;
}

.nav-top .nav-top-wrap h2 a {
  color: #fff;
}

.nav-top .nav-top-wrap h2 a span {
  background-color: #ffdada;
  text-decoration: none;
  display: inline-block;
  color: #ee3d3d;
  border-radius: 15px;
  padding: 0px 6px 2px;
  font-weight: bold;
}

.tbl-light .tbl-light-view .item_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tbl-light .tbl-light-view .item {
  background-color: #e3e7ed;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 10px auto 10px;
  text-align: center;
}

.tbl-light .tbl-light-view .item.item_01 {
  margin-top: 0;
}

.tbl-light .tbl-light-view .lh {
  line-height: 0;
}

.tbl-light .tbl-light-view .item_txt {
  display: inline-block;
  text-align: center;
}

.btn-full-blue-small_02 {
  font-size: 12px !important;
  line-height: 13px;
  border: none;
  background: #4481eb;
  padding: 4px 2px !important;
  color: #fff !important;
  font-weight: bold;
  width: 120px;
}

.btn-full-red-small_02 {
  font-size: 12px !important;
  line-height: 18px;
  border: none;
  background: #afafaf;
  padding: 4px 2px !important;
  color: #fff !important;
  font-weight: bold;
}

.btn-full-red-small_02:hover {
  background-color: #858585;
}

/*렉쳐*/
.lecture {
  font-size: 12px;
}

.lecture p {
  line-height: 20px;
}

.lecture .lecture-list {
  border: 1px solid #e3e5ed;
  height: 473px;
  overflow-y: scroll;
}

.lecture .lecture-list ul li {
  border-bottom: 1px solid #e3e5ed;
  background: #fff;
}

.lecture .lecture-list ul li:last-child {
  border-bottom: none;
}

.lecture .lecture-list ul li:hover {
  background: #e0ecff;
}

.lecture .lecture-list ul .carrot-active {
  background: #e0ecff;
}

.lecture .lecture-info {
  background: #fff;
  padding: 20px;
  border: 1px solid #dee2e6;
}

.lecture .title {
  font-weight: bold;
  font-size: 16px;
}

.lecture .btn-hqmemo {
  border: 1px solid #e3e5ed;
  border-radius: 4px;
  background: #fff;
  height: 100px;
  width: 8%;
}

.lecture .btn-hqmemo:hover {
  background-color: #f5f5f5;
  font-weight: bold;
}

.lecture .memo-list {
  width: 60%;
  float: left;
  border: 1px solid #e3e5ed;
  position: relative;
  background: #fff;
}

.lecture .memo-list .top {
  width: 100%;
  border-bottom: 1px solid #e3e5ed;
  position: absolute;
  top: 0;
  font-weight: bold;
  background: #f0f3f8;
}

.lecture .memo-list .top li {
  display: inline-block;
  padding: 6px 5px;
  background: #f0f3f8;
  border-right: 1px solid #e3e5ed;
  text-align: center;
  margin-left: -4px;
}

.lecture .memo-list .top li:nth-child(1) {
  margin-left: 0px;
}

.lecture .memo-list .top li:last-child {
  border-right: none;
  width: 85px !important;
}

.lecture .memo-list .con {
  height: 300px;
  overflow: auto;
  padding-top: 30px;
}

.lecture .memo-list .con li {
  text-align: center;
  border-bottom: 1px solid #e3e5ed;
  cursor: pointer;
}

.lecture .memo-list .con li:hover {
  background: #e0ecff !important;
}

.lecture .memo-list .con li:nth-child(2n) {
  background: #f8f9fc;
}

.lecture .memo-list .con li:last-child {
  border-bottom: none;
}

.lecture .memo-list .con li div {
  display: inline-block;
  padding: 6px 4px;
  vertical-align: middle;
}

.lecture .memo-list .con li div:first-child {
  white-space: normal;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.lecture .memo-list .con li div:last-child {
  width: 17.8%;
}

.lecture .memo-list .con .carrot-active {
  background: #e0ecff;
}

.lecture .memo-list .con_group {
  height: 150px;
  overflow: auto;
  padding-top: 30px;
}

.lecture .memo-list .con_group li {
  text-align: center;
  border-bottom: 1px solid #e3e5ed;
  cursor: pointer;
}

.lecture .memo-list .con_group li:hover {
  background: #e0ecff !important;
}

.lecture .memo-list .con_group li:nth-child(2n) {
  background: #f8f9fc;
}

.lecture .memo-list .con_group li:last-child {
  border-bottom: none;
}

.lecture .memo-list .con_group li div {
  display: inline-block;
  padding: 6px 4px;
  vertical-align: middle;
}

.lecture .memo-list .con_group li div:first-child {
  white-space: normal;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.lecture .memo-list .con_group li div:last-child {
  width: 17.8%;
}

.lecture .memo-list .con_group .carrot-active {
  background: #e0ecff;
}

.lecture .memo-view {
  width: 38%;
  float: right;
  border: 1px solid #e3e5ed;
  vertical-align: top;
  background: #fff;
}

.lecture .memo-view .title {
  font-weight: bold;
  text-align: center;
  background: #f0f3f8;
  padding: 5px 0;
  font-size: 12px;
}

.lecture audio {
  background: none;
}

.lecture .sortation {
  color: #fff;
  font-weight: bold;
  background: #4481eb;
  padding: 2px 8px;
  font-size: 11px;
  border-radius: 50px;
}

.bar {
  width: 100%;
  border-bottom: 1px solid #e3e5ed;
}

.lecture-style {
  height: 100px;
  overflow: hidden;
}

.lecture-style-full {
  height: 500px;
  overflow: hidden;
}

.style-view {
  cursor: pointer;
}

.text-bg {
  background: #4481eb;
  color: #fff;
  padding: 0 2px;
  font-size: 11px;
  border-radius: 3px;
}

.level-point {
  color: #dd315d;
}

.level-default {
  color: #656565;
}

/*레이어 팝업*/
.carrot-layer-bg {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
}

.carrot-layer {
  min-width: 500px;
  margin: 0 auto;
  margin-top: 100px;
  background-color: #fff;
  z-index: 9999;
  display: block;
  padding: 20px;
  white-space: nowrap;
  max-height: calc(100% - 200px);
  overflow: hidden;
  overflow-y: auto;
  /*영수증*/
  /*공강*/
}

.carrot-layer .title {
  font-size: 22px;
  font-weight: bold;
}

.carrot-layer .return {
  padding-bottom: 11px;
  padding-left: 3px;
}

.carrot-layer input[type="text"] {
  width: 100%;
}

.carrot-layer .txtarea_sms {
  width: 100%;
  height: 200px;
}

.carrot-layer .sms_sample {
  white-space: pre-line;
  text-align: left;
}

.carrot-layer .cur_link {
  cursor: pointer;
}

.carrot-layer .layer_btn {
  font-size: 12px;
  color: #656565;
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: -1px;
}

.carrot-layer .receipt {
  border: 1px solid #e3e5ed;
  padding: 20px;
}

.carrot-layer .receipt .con {
  position: relative;
}

.carrot-layer .receipt .con .logo {
  position: absolute;
  top: 0px;
  right: 0;
}

.carrot-layer .tbl-absence span {
  padding: 5px;
  border-radius: 3px;
}

.carrot-layer .tbl-absence .not {
  background: #c2c2c2;
}

.carrot-layer .tbl-absence .reserved {
  background: #4481eb;
  color: #fff !important;
}

.carrot-layer .tbl-absence .available {
  border: 1px solid #d1dce1;
  background: #fff;
}

.carrot-layer .tbl-absence .tbl-absence-view {
  border-top: 1px solid #e3e5ed;
}

.carrot-layer .tbl-absence .tbl-absence-view thead tr th {
  font-weight: bold;
  padding: 2px 20px;
  border-bottom: 1px solid #e3e5ed;
  border-right: 1px solid #e3e5ed;
  border-left: 1px solid #e3e5ed;
}

.carrot-layer .tbl-absence .tbl-absence-view thead tr td {
  padding: 2px 20px;
  border-bottom: 1px solid #e3e5ed;
  border-right: 1px solid #e3e5ed;
  border-left: 1px solid #e3e5ed;
}

.carrot-layer .tbl-absence .tbl-absence-view thead tr .reserved {
  background: #4481eb;
  color: #fff;
}

.carrot-layer .tbl-absence .tbl-absence-view thead tr .not {
  background: #c2c2c2;
}

.notice-pop {
  position: relative;
  margin-bottom: 30px;
}

.notice-pop .notice-num {
  position: absolute;
  top: 0;
  right: 50px;
  background: #ffc639;
  width: 50px;
  height: 50px;
  border-radius: 500px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 50px;
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}

.notice-pop .notice-num a {
  color: #000;
}

@-webkit-keyframes blink {
  0% {
    background: #f2923b;
  }
  100% {
    background: #ffc639;
  }
}

@-moz-keyframes blink {
  0% {
    background: #f2923b;
  }
  100% {
    background: #ffc639;
  }
}

@keyframes blink {
  0% {
    background: #f2923b;
  }
  100% {
    background: #ffc639;
  }
}

.over-hidden {
  overflow: hidden;
}

.message-pop {
  position: relative;
  margin-bottom: 30px;
}

.message-pop a {
  display: block;
  width: 100%;
  height: 100%;
}

.message-pop a img {
  display: block;
  width: 100%;
}

.message-pop .dp-inblock {
  margin-right: 50px;
}

.message-pop .notice-num {
  position: absolute;
  top: -20px;
  right: 60px;
  background: #ffc639;
  width: 50px;
  height: 50px;
  border-radius: 500px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 50px;
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}

.message-pop .notice-num a {
  color: #000;
}

@-webkit-keyframes blink {
  0% {
    background: #f2923b;
  }
  100% {
    background: #ffc639;
  }
}

@-moz-keyframes blink {
  0% {
    background: #f2923b;
  }
  100% {
    background: #ffc639;
  }
}

@keyframes blink {
  0% {
    background: #f2923b;
  }
  100% {
    background: #ffc639;
  }
}

/*레이어 팝업*/
.layer {
  /*영수증*/
  /*공강*/
  /*레벨테스트 평가표*/
  /*레벨테스트 평가표*/
  /* 나에게 맞는 과정을 추천해드립니다. */
  /* 이벤트 배너 */
  /*-------- progress --------*/
  /* 인포 그래픽 */
  /* .chart p.title{text-align: center; margin-top: 27px; opacity:0.2;} */
  /* .chart-content img{position: relative; top: -130px;}	 */
  /* 레벨테스트_레벨시스템 */
}

.layer .receipt {
  border: 1px solid #e3e5ed;
  padding: 20px;
}

.layer .receipt .con {
  position: relative;
}

.layer .receipt .con .logo {
  position: absolute;
  top: 0px;
  right: 0;
}

.layer .tbl-absence span {
  padding: 5px;
  border-radius: 3px;
}

.layer .tbl-absence .not {
  background: #c2c2c2;
}

.layer .tbl-absence .reserved {
  background: #4481eb;
  color: #fff !important;
}

.layer .tbl-absence .available {
  border: 1px solid #d1dce1;
  background: #fff;
}

.layer .tbl-absence .tbl-absence-view {
  border-top: 1px solid #e3e5ed;
}

.layer .tbl-absence .tbl-absence-view thead tr th {
  font-weight: bold;
  padding: 2px 20px;
  border-bottom: 1px solid #e3e5ed;
  border-right: 1px solid #e3e5ed;
  border-left: 1px solid #e3e5ed;
}

.layer .tbl-absence .tbl-absence-view thead tr td {
  padding: 2px 20px;
  border-bottom: 1px solid #e3e5ed;
  border-right: 1px solid #e3e5ed;
  border-left: 1px solid #e3e5ed;
}

.layer .tbl-absence .tbl-absence-view thead tr .reserved {
  background: #4481eb;
  color: #fff;
}

.layer .tbl-absence .tbl-absence-view thead tr .not {
  background: #c2c2c2;
}

.layer .lv-result {
  width: 100%;
  margin: 0 auto;
  height: 700px;
  overflow: scroll-y;
  font-size: 15px;
  /* progress bar 시작*/
  /* 추천과정소개 */
}

.layer .lv-result .topHeader {
  padding: 0 5%;
  width: 100%;
  height: 210px;
  background: url(../img/top_img.jpg) no-repeat;
  color: #fff;
  margin-bottom: 30px;
}

.layer .lv-result .topHeader .testDate {
  padding-top: 25px;
}

.layer .lv-result .topHeader .testDate h1 {
  float: left;
  font-size: 18px;
  width: 50%;
}

.layer .lv-result .topHeader .testDate p {
  float: right;
  font-size: 18px;
  width: 50%;
  text-align: right;
}

.layer .lv-result .topHeader .name {
  width: 100%;
  margin-top: 50px;
}

.layer .lv-result .topHeader .name h1 {
  font-size: 50px;
}

.layer .lv-result .topHeader .name p {
  font-size: 20px;
}

.layer .lv-result .scene {
  width: 600px;
  margin: 0 auto;
}

.layer .lv-result .overall {
  padding-top: 30px;
}

.layer .lv-result .overall .cTitle {
  width: 100%;
  margin: 0 auto;
}

.layer .lv-result .overall .cTitle h3 {
  border-bottom: 2px solid #999;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
}

.layer .lv-result .average > .cTitle {
  height: 40px;
  border-bottom: 2px solid #999;
  margin-bottom: 30px;
  margin: 0 auto;
  width: 100%;
}

.layer .lv-result .average > .cTitle h3 {
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 18px;
}

.layer .lv-result .lvTestScore .cTitle {
  border-bottom: 2px solid #999;
  margin: 0 auto;
}

.layer .lv-result .lvTestScore .cTitle h3 {
  font-size: 20px;
  padding-bottom: 5px;
  font-weight: bold;
  display: inline-block;
}

.layer .lv-result .lvTestScore .cTitle h3 span {
  color: #fd5003;
}

.layer .lv-result .lvTestScore .cTitle h3 span img {
  margin-top: -3px;
}

.layer .lv-result .lvTestScore .cTitle p {
  display: inline-block;
  float: right;
}

.layer .lv-result .lvTestScore .cTitle a {
  padding: 5px 15px 7px 15px;
  border-radius: 50px;
  color: #fff;
  background: #b11f84;
  /* Old browsers */
  background: -moz-linear-gradient(left, #b11f84 0%, #dd4e40 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #b11f84 0%, #dd4e40 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b11f84 0%, #dd4e40 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b11f84', endColorstr='#dd4e40',GradientType=1 );
  /* IE6-9 */
}

.layer .lv-result .content {
  width: 90%;
  background: #fff;
  margin: 0 auto;
}

.layer .lv-result .content .myResult {
  width: 45%;
  background: #fff;
  padding: 30px 0 0 0;
  float: left;
  height: 350px;
}

.layer .lv-result .content .myResult .title h3 {
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  padding-bottom: 20px;
}

.layer .lv-result .content .myResult span {
  font-size: 32px;
  font-weight: bold;
  width: 100%;
}

.layer .lv-result .lvGraph {
  padding-top: 20px;
}

.layer .lv-result .progressBar {
  height: 7px;
  background: #e3e3e3;
  border-radius: 0;
  box-shadow: none;
  margin: 100px 0 80px;
  overflow: visible;
  position: relative;
  left: 30px;
}

.layer .lv-result .progressBar .progress-title {
  margin: 0;
  border-radius: 5px 0 0 5px;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  font-size: 15px;
  top: -36px;
  left: -25px;
  z-index: 1;
}

.layer .lv-result .progressBar .progress-bar {
  box-shadow: none;
  border-radius: 0;
  position: relative;
  -webkit-animation: animate-positive 2s;
  animation: animate-positive 2s;
  background: linear-gradient(to right, #dc2e5f 0%, #dd4e40 100%);
  background: -moz-linear-gradient(left, #dc2e5f 0%, #f38034d3 100%);
}

.layer .lv-result .progressBar .progress-value {
  width: 45px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: -17px;
}

.layer .lv-result .progressBar .progress-title:after {
  content: "";
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  position: absolute;
  top: 0;
  right: -17px;
}

.layer .lv-result .progressBar .progress-bar:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #dd315d;
  position: absolute;
  right: -5px;
  top: -6px;
}

.layer .lv-result .progressBar .progress-value:after {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  bottom: -7px;
  left: 35%;
}

.layer .lv-result .lv1_7 > ul {
  position: relative;
  left: 10px;
}

.layer .lv-result .lv1_7 > ul li {
  float: left;
  padding: 20px 37px 0 0;
  font-size: 15px;
  font-weight: bold;
}

.layer .lv-result .lv1_7 > ul li :nth-child(5) {
  float: left;
  padding-right: 0px;
}

.layer .lv-result .progressBar.green .progress-bar:after {
  border: 5px solid #dd315d;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.layer .lv-result li {
  list-style: none;
}

.layer .lv-result .content .myLevel {
  background: #fff;
  padding: 30px 5% 0 0;
  float: left;
  height: 350px;
}

.layer .lv-result .content .myLevel .title h3 {
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  padding-bottom: 20px;
}

.layer .lv-result .content .myLevel .title .point {
  font-size: 50px;
  font-weight: bold;
  width: 100%;
  color: #dd315d;
  padding-left: 50px;
}

.layer .lv-result .arerageWrap {
  margin-top: 320px;
}

.layer .lv-result .arerageWrap .average01 {
  width: 100%;
}

.layer .lv-result .arerageWrap .average01 ul li {
  float: left;
}

.layer .lv-result .arerageWrap .average01 ul li:nth-child(1) {
  width: 30%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 5px 5px 10px 5px;
  background: #fd5003;
  color: #fff;
  border-radius: 50px;
}

.layer .lv-result .arerageWrap .average01 ul li:nth-child(2) {
  width: 53%;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-left: 10px;
}

.layer .lv-result .arerageWrap .average01 ul li:nth-child(3) {
  width: 13%;
  font-size: 15x;
  text-align: center;
}

.layer .lv-result .arerageWrap .average01 ul li:nth-child(3) strong {
  font-size: 25px;
  color: #fd5003;
}

.layer .lv-result .arerageWrap .average01 .txt {
  width: 95%;
  padding: 70px 3% 0 3%;
}

.layer .lv-result .arerageWrap .average01 .txt li {
  list-style: none;
}

.layer .lv-result .average02 {
  width: 100%;
}

.layer .lv-result .average02 ul li {
  float: left;
  margin-top: 70px;
}

.layer .lv-result .average02 ul li:nth-child(1) {
  width: 50%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 5px 5px 10px 5px;
  background: #ff9304;
  color: #fff;
  border-radius: 50px;
}

.layer .lv-result .average02 ul li:nth-child(2) {
  width: 33%;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-left: 10px;
}

.layer .lv-result .average02 ul li:nth-child(3) {
  width: 13%;
  font-size: 15x;
  text-align: center;
}

.layer .lv-result .average02 ul li:nth-child(3) strong {
  font-size: 25px;
  color: #ff9304;
}

.layer .lv-result .average02 .txt {
  width: 95%;
  padding: 135px 3% 0 3%;
  vertical-align: top;
}

.layer .lv-result .average03 {
  width: 100%;
}

.layer .lv-result .average03 ul li {
  float: left;
  margin-top: 70px;
}

.layer .lv-result .average03 ul li:nth-child(1) {
  width: 41%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 5px 5px 10px 5px;
  background: #27b29d;
  color: #fff;
  border-radius: 50px;
}

.layer .lv-result .average03 ul li:nth-child(2) {
  width: 42%;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-left: 10px;
}

.layer .lv-result .average03 ul li:nth-child(3) {
  width: 13%;
  font-size: 15px;
  text-align: center;
}

.layer .lv-result .average03 ul li:nth-child(3) strong {
  font-size: 25px;
  color: #27b29d;
}

.layer .lv-result .average03 .txt {
  width: 95%;
  padding: 135px 3% 0 3%;
  vertical-align: top;
}

.layer .lv-result .average04 {
  width: 100%;
}

.layer .lv-result .average04 .my-tongue {
  margin-top: 10px;
}

.layer .lv-result .average04 .my-tongue button {
  vertical-align: initial;
  background: #fff;
  padding: 0;
  font-weight: bold;
  border-radius: 50px;
  font-size: 16px;
  border: none;
  color: #7bab01;
  padding-top: 10px;
}

.layer .lv-result .average04 ul li {
  float: left;
  margin-top: 70px;
}

.layer .lv-result .average04 ul li:nth-child(1) {
  width: 52%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 5px 5px 10px 5px;
  background: #7bab01;
  color: #fff;
  border-radius: 50px;
}

.layer .lv-result .average04 ul li:nth-child(2) {
  width: 31%;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-left: 10px;
}

.layer .lv-result .average04 ul li:nth-child(3) {
  width: 13%;
  font-size: 15px;
  text-align: center;
}

.layer .lv-result .average04 ul li:nth-child(3) strong {
  font-size: 25px;
  color: #7bab01;
}

.layer .lv-result .average04 .txt {
  width: 95%;
  padding: 135px 3% 0 3%;
  vertical-align: top;
}

.layer .lv-result .teacherComent {
  width: 90%;
  padding: 40px 5%;
}

.layer .lv-result .recommend {
  width: 100%;
}

.layer .lv-result .recommend ul:nth-child(1) {
  border: 2px solid #ddd;
  border-radius: 10px;
  margin: 50px auto;
  background: #f8f8f8;
  min-height: 250px;
  width: 100%;
  padding: 20px;
}

.layer .lv-result .recommend li {
  float: left;
}

.layer .lv-result .recommend h1 {
  font-size: 25px;
  font-weight: bold;
}

.layer .lv-result .recommend p {
  padding-top: 15px;
}

.layer .lv-result .recommend > ul > li:nth-child(1) {
  float: left;
  vertical-align: top;
  width: 34%;
  text-align: center;
}

.layer .lv-result .recommend > ul > li:nth-child(2) {
  float: left;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 61%;
  padding: 40px 0 0 22px;
}

.layer .lv-result .book_info {
  border: 2px solid #ddd;
  border-radius: 10px;
  margin: 50px auto;
  background: #f8f8f8;
  width: 100%;
  padding: 30px 0;
  height: 250px;
}

.layer .lv-result .plus {
  width: 20%;
  padding-left: 48%;
}

.layer .lv-result .btn {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}

.layer .lv-result .btn a {
  font-size: 25px;
  font-weight: bold;
  padding: 10px 20px 15px 20px;
  border-radius: 100rem;
  color: #dd4e40;
  border: 2px solid transparent;
  border-image: linear-gradient(to right, #dc2e5f 0%, #f37f34 100%);
  border-image-slice: 1;
  background: #fff;
  text-decoration: none;
}

.layer .lv-result-ch {
  width: 100%;
  margin: 0 auto;
  height: 700px;
  overflow: scroll-y;
  font-size: 15px;
  /* progress bar 시작*/
  /* 추천과정소개 */
}

.layer .lv-result-ch .topHeader {
  padding: 0 5%;
  width: 100%;
  height: 210px;
  background: url(../img/ch_top_img.png) no-repeat;
  color: #fff;
  margin-bottom: 30px;
}

.layer .lv-result-ch .topHeader .testDate {
  padding-top: 25px;
}

.layer .lv-result-ch .topHeader .testDate h1 {
  float: left;
  font-size: 18px;
  width: 50%;
}

.layer .lv-result-ch .topHeader .testDate p {
  float: right;
  font-size: 18px;
  width: 50%;
  text-align: right;
}

.layer .lv-result-ch .topHeader .name {
  width: 100%;
  margin-top: 50px;
}

.layer .lv-result-ch .topHeader .name h1 {
  font-size: 50px;
}

.layer .lv-result-ch .topHeader .name p {
  font-size: 20px;
}

.layer .lv-result-ch .scene {
  width: 600px;
  margin: 0 auto;
}

.layer .lv-result-ch .overall {
  padding-top: 30px;
}

.layer .lv-result-ch .overall .cTitle {
  width: 100%;
  margin: 0 auto;
}

.layer .lv-result-ch .overall .cTitle h3 {
  border-bottom: 2px solid #999;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
}

.layer .lv-result-ch .average > .cTitle {
  height: 40px;
  border-bottom: 2px solid #999;
  margin-bottom: 30px;
  margin: 0 auto;
  width: 100%;
}

.layer .lv-result-ch .average > .cTitle h3 {
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 18px;
}

.layer .lv-result-ch .lvTestScore .cTitle {
  border-bottom: 2px solid #999;
  margin: 0 auto;
}

.layer .lv-result-ch .lvTestScore .cTitle h3 {
  font-size: 20px;
  padding-bottom: 5px;
  font-weight: bold;
  display: inline-block;
}

.layer .lv-result-ch .lvTestScore .cTitle h3 span {
  color: #fd5003;
}

.layer .lv-result-ch .lvTestScore .cTitle h3 span img {
  margin-top: -3px;
}

.layer .lv-result-ch .lvTestScore .cTitle p {
  display: inline-block;
  float: right;
}

.layer .lv-result-ch .lvTestScore .cTitle a {
  padding: 5px 15px 7px 15px;
  border-radius: 50px;
  color: #fff;
  background: #ff3378;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff3378 0%, #7b53eb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff3378 0%, #7b53eb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff3378 0%, #7b53eb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF3378', endColorstr='#7B53EB',GradientType=1 );
  /* IE6-9 */
}

.layer .lv-result-ch .content {
  width: 90%;
  background: #fff;
  margin: 0 auto;
}

.layer .lv-result-ch .content .myResult {
  width: 45%;
  background: #fff;
  padding: 30px 0 0 0;
  float: left;
  height: 350px;
}

.layer .lv-result-ch .content .myResult .title h3 {
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  padding-bottom: 20px;
}

.layer .lv-result-ch .content .myResult span {
  font-size: 32px;
  font-weight: bold;
  width: 100%;
}

.layer .lv-result-ch .lvGraph {
  padding-top: 20px;
}

.layer .lv-result-ch .progressBar {
  height: 7px;
  background: #e3e3e3;
  border-radius: 0;
  box-shadow: none;
  margin: 100px 0 80px;
  overflow: visible;
  position: relative;
  left: 30px;
}

.layer .lv-result-ch .progressBar .progress-title {
  margin: 0;
  border-radius: 5px 0 0 5px;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  font-size: 15px;
  top: -36px;
  left: -25px;
  z-index: 1;
}

.layer .lv-result-ch .progressBar .progress-bar {
  box-shadow: none;
  border-radius: 0;
  position: relative;
  -webkit-animation: animate-positive 2s;
  animation: animate-positive 2s;
  background: linear-gradient(to right, #dc2e5f 0%, #dd4e40 100%);
  background: -moz-linear-gradient(left, #dc2e5f 0%, #f38034d3 100%);
}

.layer .lv-result-ch .progressBar .progress-value {
  width: 45px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: -17px;
}

.layer .lv-result-ch .progressBar .progress-title:after {
  content: "";
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  position: absolute;
  top: 0;
  right: -17px;
}

.layer .lv-result-ch .progressBar .progress-bar:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #7b53eb;
  position: absolute;
  right: -5px;
  top: -6px;
}

.layer .lv-result-ch .progressBar .progress-value:after {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  bottom: -7px;
  left: 35%;
}

.layer .lv-result-ch .lv1_7 > ul {
  position: relative;
  left: 10px;
}

.layer .lv-result-ch .lv1_7 > ul li {
  float: left;
  padding: 20px 27px 0 0;
  font-size: 15px;
  font-weight: bold;
}

.layer .lv-result-ch .lv1_7 > ul li :nth-child(5) {
  float: left;
  padding-right: 0px;
}

.layer .lv-result-ch .progressBar.green .progress-bar:after {
  border: 5px solid #7b53eb;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.layer .lv-result-ch li {
  list-style: none;
}

.layer .lv-result-ch .content .myLevel {
  background: #fff;
  padding: 30px 5% 0 0;
  float: left;
  height: 350px;
}

.layer .lv-result-ch .content .myLevel .title h3 {
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  padding-bottom: 20px;
}

.layer .lv-result-ch .content .myLevel .title .point {
  font-size: 50px;
  font-weight: bold;
  width: 100%;
  color: #7b53eb;
  padding-left: 50px;
}

.layer .lv-result-ch .arerageWrap {
  margin-top: 320px;
}

.layer .lv-result-ch .arerageWrap .average01 {
  width: 100%;
}

.layer .lv-result-ch .arerageWrap .average01 ul li {
  float: left;
}

.layer .lv-result-ch .arerageWrap .average01 ul li:nth-child(1) {
  width: 30%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 5px 5px 10px 5px;
  background: #7b53eb;
  color: #fff;
  border-radius: 50px;
}

.layer .lv-result-ch .arerageWrap .average01 ul li:nth-child(2) {
  width: 53%;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-left: 10px;
}

.layer .lv-result-ch .arerageWrap .average01 ul li:nth-child(3) {
  width: 13%;
  font-size: 15x;
  text-align: center;
}

.layer .lv-result-ch .arerageWrap .average01 ul li:nth-child(3) strong {
  font-size: 25px;
  color: #7b53eb;
}

.layer .lv-result-ch .arerageWrap .average01 .txt {
  width: 95%;
  padding: 70px 3% 0 3%;
}

.layer .lv-result-ch .arerageWrap .average01 .txt li {
  list-style: none;
}

.layer .lv-result-ch .average02 {
  width: 100%;
}

.layer .lv-result-ch .average02 ul li {
  float: left;
  margin-top: 70px;
}

.layer .lv-result-ch .average02 ul li:nth-child(1) {
  width: 50%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 5px 5px 10px 5px;
  background: #ff9304;
  color: #fff;
  border-radius: 50px;
}

.layer .lv-result-ch .average02 ul li:nth-child(2) {
  width: 33%;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-left: 10px;
}

.layer .lv-result-ch .average02 ul li:nth-child(3) {
  width: 13%;
  font-size: 15x;
  text-align: center;
}

.layer .lv-result-ch .average02 ul li:nth-child(3) strong {
  font-size: 25px;
  color: #ff9304;
}

.layer .lv-result-ch .average02 .txt {
  width: 95%;
  padding: 135px 3% 0 3%;
  vertical-align: top;
}

.layer .lv-result-ch .average03 {
  width: 100%;
}

.layer .lv-result-ch .average03 ul li {
  float: left;
  margin-top: 70px;
}

.layer .lv-result-ch .average03 ul li:nth-child(1) {
  width: 41%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 5px 5px 10px 5px;
  background: #27b29d;
  color: #fff;
  border-radius: 50px;
}

.layer .lv-result-ch .average03 ul li:nth-child(2) {
  width: 42%;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-left: 10px;
}

.layer .lv-result-ch .average03 ul li:nth-child(3) {
  width: 13%;
  font-size: 15px;
  text-align: center;
}

.layer .lv-result-ch .average03 ul li:nth-child(3) strong {
  font-size: 25px;
  color: #27b29d;
}

.layer .lv-result-ch .average03 .txt {
  width: 95%;
  padding: 135px 3% 0 3%;
  vertical-align: top;
}

.layer .lv-result-ch .average04 {
  width: 100%;
}

.layer .lv-result-ch .average04 > ul > li {
  float: left;
  margin-top: 70px;
}

.layer .lv-result-ch .average04 > ul > li:nth-child(1) {
  width: 41%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 5px 5px 10px 5px;
  background: #7bab01;
  color: #fff;
  border-radius: 50px;
}

.layer .lv-result-ch .average04 > ul > li:nth-child(2) {
  width: 42%;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-left: 10px;
}

.layer .lv-result-ch .average04 > ul > li:nth-child(3) {
  width: 13%;
  font-size: 15px;
  text-align: center;
}

.layer .lv-result-ch .average04 > ul > li:nth-child(3) > strong {
  font-size: 25px;
  color: #7bab01;
}

.layer .lv-result-ch .average04 > .txt {
  width: 95%;
  padding: 150px 3% 0 3%;
}

.layer .lv-result-ch .average05 {
  width: 100%;
}

.layer .lv-result-ch .average05 .my-tongue {
  margin-top: 10px;
}

.layer .lv-result-ch .average05 .my-tongue button {
  vertical-align: initial;
  background: #fff;
  padding: 0;
  font-weight: bold;
  border-radius: 50px;
  font-size: 16px;
  border: none;
  color: #5c91fc;
  padding-top: 10px;
}

.layer .lv-result-ch .average05 ul li {
  float: left;
  margin-top: 70px;
}

.layer .lv-result-ch .average05 ul li:nth-child(1) {
  width: 52%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 5px 5px 10px 5px;
  background: #5c91fc;
  color: #fff;
  border-radius: 50px;
}

.layer .lv-result-ch .average05 ul li:nth-child(2) {
  width: 31%;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-left: 10px;
}

.layer .lv-result-ch .average05 ul li:nth-child(3) {
  width: 13%;
  font-size: 15px;
  text-align: center;
}

.layer .lv-result-ch .average05 ul li:nth-child(3) strong {
  font-size: 25px;
  color: #5c91fc;
}

.layer .lv-result-ch .average05 .txt {
  width: 95%;
  padding: 150px 3% 0 3%;
}

.layer .lv-result-ch .teacherComent {
  width: 90%;
  padding: 40px 5%;
}

.layer .lv-result-ch .recommend {
  width: 100%;
}

.layer .lv-result-ch .recommend ul:nth-child(1) {
  border: 2px solid #ddd;
  border-radius: 10px;
  margin: 50px auto;
  background: #f8f8f8;
  min-height: 250px;
  width: 100%;
  padding: 20px;
}

.layer .lv-result-ch .recommend li {
  float: left;
}

.layer .lv-result-ch .recommend h1 {
  font-size: 25px;
  font-weight: bold;
}

.layer .lv-result-ch .recommend p {
  padding-top: 15px;
}

.layer .lv-result-ch .recommend > ul > li:nth-child(1) {
  float: left;
  vertical-align: top;
  width: 34%;
  text-align: center;
}

.layer .lv-result-ch .recommend > ul > li:nth-child(2) {
  float: left;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 61%;
  padding: 40px 0 0 22px;
}

.layer .lv-result-ch .book_info {
  border: 2px solid #ddd;
  border-radius: 10px;
  margin: 50px auto;
  background: #f8f8f8;
  width: 100%;
  padding: 30px 0;
  height: 250px;
}

.layer .lv-result-ch .plus {
  width: 20%;
  padding-left: 48%;
}

.layer .lv-result-ch .btn {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}

.layer .lv-result-ch .btn a {
  font-size: 25px;
  font-weight: bold;
  padding: 10px 20px 15px 20px;
  border-radius: 100rem;
  color: #dd4e40;
  border: 2px solid transparent;
  border-image: linear-gradient(to right, #dc2e5f 0%, #f37f34 100%);
  border-image-slice: 1;
  background: #fff;
  text-decoration: none;
}

.layer .ask {
  margin-top: 60px;
  background: #dc2e5f;
  background: -moz-linear-gradient(left, #dc2e5f 0%, #f38034d3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #dc2e5f 0%, #f37f34 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #dc2e5f 0%, #f37f34 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc2e5f', endColorstr='#f37f34',GradientType=1 );
  /* IE6-9 */
  text-align: center;
  padding: 30px;
  color: #fff;
}

.layer .ask h3 {
  padding-top: 10px;
}

.layer .ask a {
  color: #fff;
  text-decoration: underline;
  font-size: 20px;
}

.layer .banner {
  padding: 50px 0;
}

.layer .charts {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  /* overflow:hidden;  */
}

.layer .chart {
  float: left;
  position: relative;
  margin: 20px 25px;
  width: 100px;
  height: auto;
}

.layer .chart-ch {
  float: left;
  position: relative;
  margin: 20px 10px;
  width: 100px;
  height: auto;
}

.layer .chart .icon {
  height: 70px;
  text-align: center;
  position: relative;
  top: 27px;
  z-index: 10;
}

.layer .chart .icon img {
  height: 46px;
}

.layer .circle-mask-outer,
.layer .circle-mask-inner {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 100px;
}

.layer .circle-mask-outer.left {
  left: 0;
  top: 0;
}

.layer .circle-mask-outer.right {
  right: 0;
  top: 0;
}

.layer .circle-mask-outer.left .circle-mask-inner {
  left: 100%;
  -o-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.layer .circle-mask-outer.right .circle-mask-inner {
  right: 100%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.layer .circle-body {
  border-radius: 50%;
  position: absolute;
  width: 100px;
  height: 100px;
}

.layer .circle-mask-outer.left .circle-body {
  right: 0;
}

.layer .circle-mask-outer.right .circle-body {
  left: 0;
}

.layer .chart-content {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 25px 0;
  text-align: center;
  background: #fff;
  position: relative;
  left: 10px;
  top: 10px;
  box-shadow: 0 0 10px rgba(1, 1, 1, 0.5);
}

.layer .chart-content .txt {
  left: 6px;
  line-height: 1.5;
  position: relative;
  color: #707070;
  bottom: -63px;
}

.layer .chart-content .percent-number {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  top: -80px;
}

.layer .chart-content .percent-symbol {
  font-size: 15px;
  position: relative;
  top: -89px;
  left: -3px;
}

.layer .no-borderradius .circle-mask-outer,
.layer .no-csstransforms .circle-mask-outer {
  display: none;
}

.layer .no-borderradius .chart-content,
.layer .no-csstransforms .chart-content {
  top: -67px;
  left: 0;
  width: 100px;
  height: 100px;
  padding-top: -60px;
  background: url(../img/skill-bg.png) no-repeat -1px 0;
}

.layer .no-borderradius #sunshine .chart-content,
.layer .no-csstransforms #sunshine .chart-content {
  background-position: -102px 0;
}

.layer .no-borderradius #birds .chart-content,
.layer .no-csstransforms #birds .chart-content {
  background-position: -203px 0;
}

.layer .no-borderradius #woods .chart-content,
.layer .no-csstransforms #woods .chart-content {
  background-position: -304px 0;
}

.layer .no-borderradius #illust .chart-content,
.layer .no-csstransforms #illust .chart-content {
  background-position: -405px 0;
}

.layer .no-borderradius #cad .chart-content,
.layer .no-csstransforms #cad .chart-content {
  background-position: -506px 0;
}

.layer .level-system {
  /*텍스트 컬러 text color*/
  /*보더 컬러 border color*/
}

.layer .level-system .tb1-level-system {
  width: 100%;
  font-size: 12px;
}

.layer .level-system .tb1-level-system thead tr th {
  background: #fff;
  padding: 6px 5px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.layer .level-system .tb1-level-system tbody tr {
  background: #fff;
}

.layer .level-system .tb1-level-system tbody tr th {
  font-weight: bold;
  border-bottom: 1px solid #e3e5ed;
  border-right: 1px solid #e3e5ed;
  border-left: 1px solid #e3e5ed;
  padding: 6px 5px;
  vertical-align: middle;
}

.layer .level-system .tb1-level-system tbody tr td {
  border-bottom: 1px solid #e3e5ed;
  border-right: 1px solid #e3e5ed;
  border-left: 1px solid #e3e5ed;
  padding: 6px 5px;
  vertical-align: middle;
}

.layer .level-system .txt-lv01 {
  color: #fc3649 !important;
}

.layer .level-system .txt-lv02 {
  color: #ff81a8 !important;
}

.layer .level-system .txt-lv03 {
  color: #bf8a6e !important;
}

.layer .level-system .txt-lv04 {
  color: #3f9821 !important;
}

.layer .level-system .txt-lv05 {
  color: #0875c7 !important;
}

.layer .level-system .txt-lv06 {
  color: #16bfdd !important;
}

.layer .level-system .txt-lv07 {
  color: #ff9900 !important;
}

.layer .level-system .bo-lv01 {
  border-bottom: 5px solid #fc3649 !important;
}

.layer .level-system .bo-lv02 {
  border-bottom: 5px solid #ff81a8 !important;
}

.layer .level-system .bo-lv03 {
  border-bottom: 5px solid #bf8a6e !important;
}

.layer .level-system .bo-lv04 {
  border-bottom: 5px solid #3f9821 !important;
}

.layer .level-system .bo-lv05 {
  border-bottom: 5px solid #0875c7 !important;
}

.layer .level-system .bo-lv06 {
  border-bottom: 5px solid #16bfdd !important;
}

.layer .level-system .bo-lv07 {
  border-bottom: 5px solid #ff9900 !important;
}

.layer .level-system2 .tbl-level-list-line {
  width: 100%;
  font-size: 13px;
  border-top: 1px solid #e3e5ed;
}

.layer .level-system2 .tbl-level-list-line thead tr th {
  background: #f0f3f8;
  padding: 6px 5px;
  font-weight: bold;
  border-bottom: 1px solid #e3e5ed;
  border-right: 1px solid #e3e5ed;
  border-left: 1px solid #e3e5ed;
  text-align: middle;
}

.layer .level-system2 .tbl-level-list-line tbody th {
  vertical-align: middle;
  font-weight: bold;
}

.layer .level-system2 .tbl-level-list-line tbody tr th,
.layer .level-system2 .tbl-level-list-line tbody tr td {
  border-bottom: 1px solid #e3e5ed;
  border-right: 1px solid #e3e5ed;
  border-left: 1px solid #e3e5ed;
  padding: 6px 5px;
  vertical-align: middle;
}

/* 발음교정 피드백 */
.s-pronunciation p {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
}

.s-pronunciation .pronunciation-wrap {
  width: 79%;
  display: inline-block;
}

.s-pronunciation .pronunciation-wrap .consonant ul li {
  padding: 6px;
  display: inline-block;
  border-radius: 3px;
  margin: 0 5px 7px 5px;
  background: #ffe8d3;
  cursor: pointer;
}

.s-pronunciation .pronunciation-wrap .consonant ul li:hover {
  background: #ffbf94;
}

.s-pronunciation .pronunciation-wrap .consonant ul li.active {
  background: #ffbf94;
  font-weight: bold;
}

.s-pronunciation .pronunciation-wrap .vowels {
  margin-top: 10px;
}

.s-pronunciation .pronunciation-wrap .vowels ul li {
  padding: 5px;
  display: inline-block;
  border-radius: 3px;
  margin: 0 5px 7px 5px;
  background: #c7ffdc;
  cursor: pointer;
}

.s-pronunciation .pronunciation-wrap .vowels ul li:hover {
  background: #9ae9a7;
}

.s-pronunciation .pronunciation-wrap .vowels ul li.active {
  background: #9ae9a7;
  font-weight: bold;
}

/*수업등록*/
.class-day button:hover {
  color: #fff !important;
  background: #4481eb !important;
}

.class-day .carrot-active {
  color: #fff !important;
  background: #4481eb !important;
}

.search-tutor {
  padding: 20px;
  background: #fff;
  border: 1px solid #e3e5ed;
}

.search-tutor .tutor-img {
  width: 100px;
  position: relative;
  height: 100px;
  background: url(../img/tutor.png) no-repeat;
}

.search-tutor .tutor-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

.search-tutor .tutor-profile {
  padding: 20px;
}

.search-tutor .time-tutor ul li {
  width: 30%;
  display: inline-block;
  border: 1px solid #e3e5ed;
  margin-right: 15px;
  margin-bottom: 15px;
}

.search-tutor .time-tutor ul li:nth-child(3n) {
  margin-right: 0;
}

.search-tutor .time-tutor ul li .top div {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}

.search-tutor .time-tutor ul li .top .no {
  background: #4481eb;
  color: #fff;
  width: 20%;
}

.search-tutor .time-tutor ul li .top .date {
  background: #f0f3f8;
  width: 80%;
  margin-left: -5px;
}

.search-tutor .time-tutor ul li .top .red {
  background: #ee3d3d !important;
  color: #fff;
}

/*강사상세*/
.profile .photo {
  background: #4481eb url(../img/profile.jpg) no-repeat center center;
  background-size: 150px;
  border: 1px solid #e3e5ed;
}

.profile .tutor-app {
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 10px 5px;
  border: 1px solid #e3e5ed;
}

.profile .tutor-app .ename {
  font-size: 14px;
  font-weight: bold;
}

.profile .tutor-app .ename .app-on {
  border-radius: 100px;
  width: 5px;
  height: 5px;
  background: #4481eb;
  display: inline-block;
  margin-top: 3px;
  vertical-align: text-top;
}

.profile .tutor-app .ename .app-off {
  border-radius: 100px;
  width: 5px;
  height: 5px;
  background: #9c9c9c;
  display: inline-block;
  margin-top: 3px;
  vertical-align: text-top;
}

.profile .tutor-app .app-icon {
  margin: 3px 0;
}

.profile .tutor-app .app-icon.file_choice {
  width: 130px;
  margin-top: 14px;
}

.profile .tutor-app .app-icon.file_choice input {
  width: 130px;
}

.profile .tutor-app .app-icon.file_choice span {
  font-size: 11px;
  margin-top: 7px;
  color: #fff !important;
  padding: 4px 6px !important;
  line-height: 1.2;
  background-color: #afafaf;
  border-radius: 7px;
}

.profile .tutor-app .app-icon.file_choice span.view {
  background-color: #467fff;
}

.profile .tutor-app .app-icon span {
  display: inline-block;
  font-size: 11px;
  background: #ffc30d;
  border-radius: 50px;
  padding: 2px 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.profile .tutor-app .state-wrap {
  text-align: left;
  border-top: 1px dotted #e3e5ed;
  padding: 0 5px;
  padding-top: 10px;
  margin-top: 10px;
}

.profile .tutor-app .state-wrap div {
  padding: 0 0 5px 0;
}

.profile .tutor-app .state-wrap div:last-child {
  padding-bottom: 0;
}

.profile .tutor-app .state-wrap div .title {
  width: 60px;
  display: inline-block;
  font-weight: bold;
}

/*강사 today*/
.tutor-min span {
  font-size: 11px;
  padding: 0 3px;
  border-radius: 5px;
}

.tutor-min span:nth-child(1) {
  border: 1px solid #ffbaba;
  background: #ffdbdb;
  color: #dd1f1f;
}

.tutor-min span:nth-child(2) {
  border: 1px solid #bad0ff;
  background: #dbf1ff;
  color: #221fdd;
}

.tutor-min span:nth-child(3) {
  border: 1px solid #ffdbba;
  background: #fffedb;
  color: #dd7b1f;
}

.tutor-min span:nth-child(4) {
  border: 1px solid #8de1a2;
  background: #dcffdb;
  color: #13b636;
}

.tutor-min-new span {
  font-size: 11px;
  padding: 0 3px;
  border-radius: 5px;
}

.tutor-min-new span:nth-child(1) {
  border: 1px solid #424242;
  background: #e4e4e4;
  color: #424242;
}

.tutor-min-new span:nth-child(2) {
  border: 1px solid #707070;
  background: #fcfcfc;
  color: #707070;
}

.tutor-min-new span:nth-child(3) {
  border: 1px solid #ffbaba;
  background: #ffdbdb;
  color: #dd1f1f;
}

.tutor-min-new span:nth-child(4) {
  border: 1px solid #bad0ff;
  background: #dbf1ff;
  color: #221fdd;
}

.tutor-min-new span:nth-child(5) {
  border: 1px solid #927aff;
  background: #f2eeff;
  color: #927aff;
}

.tutor-min-new span:nth-child(6) {
  border: 1px solid #ffdbba;
  background: #fffedb;
  color: #dd7b1f;
}

.tutor-min-new span:nth-child(7) {
  border: 1px solid #8de1a2;
  background: #dcffdb;
  color: #13b636;
}

.pick-my-list .title {
  margin-top: 50px;
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 50px;
}

.pick-my-list .title h4 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 28%;
}

.pick-my-list .title h5 {
  font-size: 16px;
  float: right;
  font-weight: bold;
}

.pick-my-list .title h5 span {
  display: inline-block;
  padding-top: 5px;
  font-weight: normal;
  margin-left: 5px;
  cursor: pointer;
  font-size: 14px;
}

.pick-my-list .today-list {
  width: 100%;
  margin-top: 50px;
}

.pick-my-list .today-list h3 {
  text-align: center;
  font-size: 16px;
}

.pick-my-list .today-list h3 span {
  font-weight: bold;
  font-size: 22px;
}

.pick-my-list .today-list .list-box {
  border: 0.5px solid #dcdcdc;
  background: #fff;
  padding: 30px 50px;
  margin-top: 20px;
}

.pick-my-list .today-list .list-box .min-list {
  margin-bottom: 10px;
  position: relative;
  left: 23px;
}

.pick-my-list .today-list .list-box .min-list ul li {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding-right: 111px;
}

.pick-my-list .today-list .list-box .min-list ul li:first-child {
  padding-right: 15px;
  text-align: center;
  vertical-align: middle;
}

.pick-my-list .today-list .list-box .min-list ul li:last-child {
  padding-right: 0;
}

.pick-my-list .today-list .list-box table {
  width: 100%;
}

.pick-my-list .today-list .list-box table tbody tr th {
  padding: 18px 0;
  font-size: 15px;
  font-weight: bold;
  height: 76px;
  vertical-align: middle;
}

.pick-my-list .today-list .list-box table tbody tr th.txt_col {
  color: #dd1f1f;
}

.pick-my-list .today-list .list-box table tbody tr td {
  padding: 18px 0 0 0;
  border: 1px dotted #d8d8d8;
  height: 76px;
}

.pick-my-list .today-list .list-box table tbody tr td.bg_col {
  background-color: #ffeeee;
  border: 1px dotted #fdc2c2;
}

.pick-my-list .today-list .list-box table tbody tr td.clock_line {
  border-bottom: 1px solid #afafaf;
}

.pick-my-list .today-list .list-box table tbody tr td p {
  font-size: 12px;
  border-radius: 500px;
  vertical-align: middle;
  position: relative;
  margin-bottom: 20px;
}

.pick-my-list .today-list .list-box table tbody tr td p.blank {
  display: inline-block;
  margin-top: 50px;
}

.pick-my-list .today-list .list-box table tbody tr td p.m-5 {
  width: 66px;
  text-align: center;
}

.pick-my-list .today-list .list-box table tbody tr td p.m-10 {
  width: 133px;
}

.pick-my-list .today-list .list-box table tbody tr td p.m-15 {
  width: 199px;
}

.pick-my-list .today-list .list-box table tbody tr td p.m-20 {
  width: 265px;
}

.pick-my-list .today-list .list-box table tbody tr td p.m-25 {
  width: 331px;
}

.pick-my-list .today-list .list-box table tbody tr td p.m-30 {
  width: 397px;
}

.pick-my-list .today-list .list-box table tbody tr td p.m-35 {
  width: 463px;
}

.pick-my-list .today-list .list-box table tbody tr td p.pick-5 {
  border: 1px solid #424242;
  background: #e4e4e4;
  color: #424242;
  cursor: pointer;
}

.pick-my-list .today-list .list-box table tbody tr td p.pick-5 span {
  border: 1px solid #e4e4e4;
  background: #424242;
  color: #fff;
}

.pick-my-list .today-list .list-box table tbody tr td p.pick-10 {
  background: #fcfcfc;
  color: #707070;
  border: 2px solid #e4e4e4;
  cursor: pointer;
}

.pick-my-list .today-list .list-box table tbody tr td p.pick-10 span {
  border: 1px solid #e4e4e4;
  background: #707070;
  color: #fff;
}

.pick-my-list .today-list .list-box table tbody tr td p.pick-15 {
  background: #ffdbdb;
  color: #dd1f1f;
  border: 2px solid #ffbaba;
  cursor: pointer;
}

.pick-my-list .today-list .list-box table tbody tr td p.pick-15 span {
  border: 1px solid #ffbaba;
  background: #dd1f1f;
  color: #fff;
}

.pick-my-list .today-list .list-box table tbody tr td p.pick-20 {
  background: #fcfcfc;
  color: #3b38e5;
  border: 2px solid #bad0ff;
  cursor: pointer;
}

.pick-my-list .today-list .list-box table tbody tr td p.pick-20 span {
  border: 1px solid #fcfcfc;
  background: #3b38e5;
  color: #fcfcfc;
}

.pick-my-list .today-list .list-box table tbody tr td p.pick-25 {
  border: 1px solid #927aff;
  background: #f2eeff;
  color: #927aff;
  cursor: pointer;
}

.pick-my-list .today-list .list-box table tbody tr td p.pick-25 span {
  border: 1px solid #f2eeff;
  background: #927aff;
  color: #f2eeff;
}

.pick-my-list .today-list .list-box table tbody tr td p.pick-30 {
  background: #fffedb;
  color: #f58b28;
  border: 2px solid #ffdbba;
  cursor: pointer;
}

.pick-my-list .today-list .list-box table tbody tr td p.pick-30 span {
  border: 1px solid #ffdbba;
  background: #f58b28;
  color: #fff;
}

.pick-my-list .today-list .list-box table tbody tr td p.pick-35 {
  background: #dcffdb;
  color: #13b636;
  border: 2px solid #8de1a2;
  cursor: pointer;
}

.pick-my-list .today-list .list-box table tbody tr td p.pick-35 span {
  border: 1px solid #8de1a2;
  background: #13b636;
  color: #fff;
}

.pick-my-list .today-list .list-box table tbody tr td p span {
  border-radius: 500px;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  width: 35px;
  height: 35px;
  display: inline-block;
}

.pick-my-list .today-list .list-box table tbody tr td p span.num {
  background: #464646;
  height: 17px;
  width: 17px;
  line-height: 17px;
  font-size: 11px;
  border: none;
  float: right;
  margin-top: 7px;
  margin-right: 6px;
  text-align: center;
}

.pick-my-list .weekly-list {
  width: 100%;
  margin-top: 50px;
}

.pick-my-list .weekly-list h3 {
  text-align: center;
  font-size: 16px;
}

.pick-my-list .weekly-list h3 span {
  font-weight: bold;
  font-size: 22px;
}

.pick-my-list .weekly-list table {
  width: 100%;
  background: #fff;
  margin-top: 20px;
}

.pick-my-list .weekly-list table thead {
  border: 1px solid #e3e5ed;
}

.pick-my-list .weekly-list table thead tr:first-child th:first-child {
  border-right: 1px solid #ababab;
}

.pick-my-list .weekly-list table thead tr th {
  font-weight: bold;
  padding: 15px;
  border-top: 1px solid #e3e5ed;
  text-align: center;
  border-right: 1px solid #e3e5ed;
  border-bottom: 1px solid #ababab;
}

.pick-my-list .weekly-list table tbody {
  border: 1px solid #e3e5ed;
}

.pick-my-list .weekly-list table tbody tr {
  border-top: 1px solid #e3e5ed;
}

.pick-my-list .weekly-list table tbody tr.time-change {
  border-top: 1px solid #1159d5;
}

.pick-my-list .weekly-list table tbody tr td {
  text-align: center;
  border-right: 1px solid #e3e5ed;
  height: 46px;
}

.pick-my-list .weekly-list table tbody tr td.txt-center {
  border-right: 1px solid #ababab;
}

.pick-my-list .weekly-list table tbody tr td p {
  padding: 8px 0px;
  margin: 5px;
  border-radius: 50px;
  border-top: 1px solid #e3e5ed;
}

.pick-my-list .weekly-list table tbody tr td p:nth-child(1) {
  border-top: none;
}

.pick-my-list .weekly-list table tbody tr td p.pick-5 {
  background: #e4e4e4;
  color: #424242;
  cursor: pointer;
  border: 1px solid #424242;
}

.pick-my-list .weekly-list table tbody tr td p.pick-10 {
  background: #fcfcfc;
  color: #707070;
  cursor: pointer;
  border: 1px solid #707070;
}

.pick-my-list .weekly-list table tbody tr td p.pick-15 {
  background: #ffdbdb;
  color: #dd1f1f;
  cursor: pointer;
  border: 1px solid #dd1f1f;
}

.pick-my-list .weekly-list table tbody tr td p.pick-20 {
  background: #dbf1ff;
  color: #3b38e5;
  cursor: pointer;
  border: 1px solid #3b38e5;
}

.pick-my-list .weekly-list table tbody tr td p.pick-25 {
  background: #f2eeff;
  color: #927aff;
  cursor: pointer;
  border: 1px solid #927aff;
}

.pick-my-list .weekly-list table tbody tr td p.pick-30 {
  background: #fffedb;
  color: #f58b28;
  cursor: pointer;
  border: 1px solid #f58b28;
}

.pick-my-list .weekly-list table tbody tr td p.pick-35 {
  background: #dcffdb;
  color: #13b636;
  cursor: pointer;
  border: 1px solid #13b636;
}

.pick-my-list .weekly-list table tbody tr td p span.num {
  background: #464646;
  height: 16px;
  width: 16px;
  line-height: 16px;
  font-size: 10px;
  border: none;
  margin-left: 5px;
  display: inline-block;
  text-align: center;
  border-radius: 500px;
  color: #fff;
}

.tutor-ev {
  color: #fff;
  font-size: 11px;
  border-radius: 5px;
  margin-top: 5px;
}

.tutor-ev span {
  padding: 3px 6px;
}

.tutor-ev .yellow {
  background: #ffee00;
  color: #dd7b1f;
}

.tutor-ev .red {
  background: #dd1f1f;
}

.tutor-ev .gray {
  background: #727272;
}

.tbl-pay table {
  width: 100%;
  border-bottom: 1px solid #e3e5ed;
}

.tbl-pay table thead tr th {
  font-weight: bold;
  background: #fffedb;
  padding: 8px 10px;
  border-top: 1px solid #e3e5ed;
}

.tbl-pay table tbody tr td {
  background: #fff;
  padding: 5px 10px;
  border-top: 1px solid #e3e5ed;
  border-right: 1px solid #e3e5ed;
}

.tbl-pay table tbody tr td:last-child {
  border-right: none;
}

.tbl-pay table tbody tr .back {
  background: #f0f3f8;
}

.tbl-pay table tbody tr .back-y {
  background: #fffedb;
}

.tutor-list {
  border: 1px solid #e3e5ed;
}

.tutor-list div {
  background: #f0f3f8;
  text-align: center;
  font-weight: bold;
  padding: 5px;
}

.tutor-list ul {
  max-height: 250px;
  overflow: auto;
}

.tutor-list ul li {
  border-bottom: 1px solid #e3e5ed;
}

.tutor-list ul li:last-child {
  border-bottom: none;
}

.tutor-list ul li a {
  padding: 5px 10px;
  display: block;
}

.tutor-list ul li a:hover {
  background: #f8f9fc;
}

.tutor-list ul li .carrot-active {
  background: #e0ecff;
}

/*로이터*/
.reuter ul li {
  float: left;
  width: 20%;
  margin: 0 0 30px 0;
}

.reuter ul li a {
  display: block;
  width: 95%;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 1px 1px 8px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 8px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 8px -3px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

.reuter ul li a .thum img {
  width: 100%;
}

.reuter ul li a .info {
  width: 85%;
  margin: 0 auto;
  padding: 15px 0;
  min-height: 120px;
}

.reuter ul li a .info span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #f9908e;
  padding: 0 0 5px 0;
}

.reuter ul li a .info span.code {
  font-size: 13px;
  font-weight: normal;
  color: #a7a7a7;
  padding: 7px 0 5px 0;
}

.reuter ul li a .info p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 20px;
  word-break: keep-all;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*강사단*/
/*schedule info*/
/*Talk*/
.btn-talk {
  position: fixed;
  bottom: 10px;
  right: 15px;
  display: block;
  width: 75px;
  height: 75px;
  line-height: 53px;
  padding: 0 0 0 14px;
  font-size: 15px;
  color: #ffffff;
  z-index: 1001;
}

.btn-talk .talk-close {
  position: fixed;
  bottom: 20px;
  right: 15px;
  display: block;
  width: 90px;
  height: 90px;
  line-height: 53px;
  padding: 0 0 0 14px;
  font-size: 15px;
  color: #ffffff;
  z-index: 1001;
}

.btn-talk img {
  max-width: 100%;
}

.btn-talk .talk-wrap {
  position: relative;
}

.btn-talk .talk-wrap .btn-teacher {
  position: absolute;
  top: -85px;
  right: 0px;
  font-size: 15px;
  text-align: center;
  z-index: 1001;
  width: 75px;
  height: 75px;
  background: #ffffff;
  border-radius: 300px;
  line-height: 75px;
  color: #2b2b2b;
  font-weight: bold;
}

.btn-talk .talk-wrap .btn-manager {
  position: absolute;
  top: -167px;
  right: 0px;
  font-size: 15px;
  text-align: center;
  z-index: 1001;
  width: 75px;
  height: 75px;
  background: #ffffff;
  border-radius: 300px;
  line-height: 75px;
  color: #2b2b2b;
  font-weight: bold;
}

.btn-talk .talk-wrap .btn-manager a,
.btn-talk .talk-wrap .btn-teacher a {
  display: block;
}

.pop-talk {
  top: 3%;
  left: 50%;
  margin: 0 0 0 -250px;
  position: absolute;
  width: 500px;
  z-index: 9999;
}

.pop-talk .pop-talk-cont {
  padding: 0 0 15px 0;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 8px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 8px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 8px -3px rgba(0, 0, 0, 0.2);
}

.pop-talk .pop-talk-cont .pop-talk-title {
  width: 100%;
  background: #ffffff;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
  padding: 18px 0 0 0;
}

.pop-talk .pop-talk-cont .pop-talk-title h2 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 22px;
  padding: 0 0 10px 0;
  width: 90%;
  margin: 0 auto;
}

.pop-talk .pop-talk-cont .pop-talk-type {
  width: 90%;
  margin: 0px auto 0 auto;
}

.pop-talk .pop-talk-cont .pop-talk-type li {
  width: 100%;
  background: #d3d3d3;
  float: left;
}

.pop-talk .pop-talk-cont .pop-talk-type li:first-child a {
  display: block;
}

.pop-talk .pop-talk-cont .pop-talk-type li a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 15px 0;
}

.pop-talk .pop-talk-cont .pop-talk-type li a.on {
  background: #f9908e;
}

.pop-talk .pop-talk-cont .talk-comment {
  overflow: hidden;
  clear: both;
  background: #f6f6f6;
  width: 90%;
  margin: 0 auto;
}

.pop-talk .pop-talk-cont .talk-comment li {
  line-height: 20px;
  overflow-x: hidden;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #efefef;
}

.pop-talk .pop-talk-cont .talk-body {
  height: 280px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: url("../img/bg_talk.png") repeat;
  width: 90%;
  margin: 0 auto;
}

.pop-talk .pop-talk-cont .talk-body .talk-none {
  text-align: center;
  padding: 30px 0 0 0;
}

.pop-talk .pop-talk-cont .talk-body .left-area {
  float: left;
  width: 271px;
  margin: 0 0 20px 0;
}

.pop-talk .pop-talk-cont .talk-body .left-area .talk-date {
  display: block;
  margin: 0 0 8px 24px;
  font-size: 12px;
  color: #888;
}

.pop-talk .pop-talk-cont .talk-body .left-area .bubble {
  background: url("../img/bubble1_top.png") no-repeat left top;
}

.pop-talk .pop-talk-cont .talk-body .left-area .bubble .bubble-txt {
  min-height: 25px;
  padding: 14px 12px 0 32px;
  word-wrap: break-word;
  font-size: 13px;
  color: #666;
  font-family: "돋움", "Dotum";
  line-height: 22px;
  white-space: pre-wrap;
}

.pop-talk .pop-talk-cont .talk-body .left-area .bubble .bubble-bot {
  height: 10px;
  background: url("../img/bubble1_bot.png") no-repeat left top;
}

.pop-talk .pop-talk-cont .talk-body .right-area {
  float: right;
  width: 271px;
  margin: 0 0 20px 0;
}

.pop-talk .pop-talk-cont .talk-body .right-area .talk-date {
  display: block;
  margin: 0 24px 8px 0;
  font-size: 12px;
  color: #888;
  text-align: right;
}

.pop-talk .pop-talk-cont .talk-body .right-area .bubble {
  background: url("../img/bubble2_top.png") no-repeat left top;
}

.pop-talk .pop-talk-cont .talk-body .right-area .bubble .bubble-txt {
  min-height: 25px;
  padding: 14px 32px 0 12px;
  word-wrap: break-word;
  font-size: 13px;
  color: #666;
  font-family: "돋움", "Dotum";
  line-height: 22px;
  white-space: pre-wrap;
}

.pop-talk .pop-talk-cont .talk-body .right-area .bubble .bubble-bot {
  height: 10px;
  background: url("../img/bubble2_bot.png") no-repeat left top;
}

.pop-talk .pop-talk-cont .talk-input {
  overflow: hidden;
  padding: 0 0 20px 0;
  background: #f6f6f6;
  width: 90%;
  margin: 0 auto;
}

.pop-talk .pop-talk-cont .talk-input select {
  width: 90%;
  border: 1px solid #efefef;
  padding: 4px;
  margin: 0 auto 5px auto;
  display: block;
}

.pop-talk .pop-talk-cont .talk-input .talk-mgs-wrap {
  margin: 0 auto;
  width: 90%;
}

.pop-talk .pop-talk-cont .talk-input .talk-mgs-wrap .mgs-textarea {
  float: left;
  width: 305px;
}

.pop-talk .pop-talk-cont .talk-input .talk-mgs-wrap .mgs-textarea textarea {
  width: 100%;
  height: 80px;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-right: none;
  border-top: none;
  padding: 0;
}

.pop-talk .pop-talk-cont .talk-input .talk-mgs-wrap .mgs-btn {
  float: left;
  display: block;
  width: 100px;
  height: 80px;
  background: #f9908e;
  color: #fff;
  text-align: center;
  line-height: 80px;
}

.pop-talk .pop-talk-cont .talk-input .talk-mgs-wrap .mgs-btn a {
  color: #fff;
}

.pop-talk .pop-talk-cont .pop-close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 32px;
}

.pop-talk .pop-talk-cont .pop-close img {
  width: 100%;
}

.pop-talk #focus {
  border: none;
  opacity: 0;
}

.deemed {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  display: none;
}

.schedule-info .sortation {
  color: #fff;
  font-weight: bold;
  background: #4481eb;
  padding: 2px 8px;
  font-size: 11px;
  border-radius: 50px;
}

.schedule-info .HQ {
  background: #dd1f1f;
  color: #fff;
  padding: 4px;
  font-size: 11px;
  border-radius: 3px;
}

.schedule-info .tutor {
  background: #0aac4d;
  color: #fff;
  padding: 4px;
  font-size: 11px;
  border-radius: 3px;
}

.schedule-info .student {
  background: #4481eb;
  color: #fff;
  padding: 4px;
  font-size: 11px;
  border-radius: 3px;
}

.schedule-info table {
  border: 1px solid #e3e5ed;
  width: 100%;
  background: #fff;
}

.schedule-info table thead tr td {
  border-bottom: 1px solid #e3e5ed;
  padding: 6px 0;
}

.schedule-info table thead tr td:first-child {
  padding: 6px 0 6px 10px;
}

.tutor-lv table {
  width: 100%;
  background: #fff;
}

.tutor-lv table table tr td {
  text-align: left;
  border: none;
}

.tutor-lv table table tr td:first-child {
  border-left: none;
}

.tutor-lv table tr th {
  font-weight: bold;
  background: #f0f3f8;
  border-bottom: 1px solid #e3e5ed;
  border-top: 1px solid #e3e5ed;
  border-right: 1px solid #e3e5ed;
  vertical-align: middle;
  padding: 5px 10px;
}

.tutor-lv table tr th:first-child {
  border-left: 1px solid #e3e5ed;
}

.tutor-lv table tr .back {
  background: #d4dce8;
}

.tutor-lv table tr .back-b {
  background: #fffedb;
}

.tutor-lv table tr .back-i {
  background: #dcffdb;
}

.tutor-lv table tr .back-a {
  background: #dbf1ff;
}

.tutor-lv table tr td {
  vertical-align: middle;
  border-bottom: 1px solid #e3e5ed;
  border-right: 1px solid #e3e5ed;
  padding: 5px 10px;
}

.tutor-lv table tr td:first-child {
  border-left: 1px solid #e3e5ed;
}

.tutor-lv table tr td label {
  display: block;
}

.tutor-pay {
  background: #d4dce8;
  padding: 10px 20px;
  border-top: 1px solid #e3e5ed;
}

/* 미디어교재 템플릿 관리자 */
.detail_title {
  width: 100%;
  display: block;
}

.detail_title ul {
  padding: 20px 0 0px 20px;
}

.detail_title ul li {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.detail_title ul :nth-child(1) {
  border: none;
  font-weight: bold;
  cursor: auto;
}

.temp_view {
  float: left;
}

.temp_view img {
  height: 180px;
  margin-top: 15px;
}

.temp_view span {
  text-align: left;
  width: 78px;
  float: left;
  margin-top: 15px;
}

.temp_view .temp_view_txt {
  display: flex !important;
  margin-top: 10px;
  font-weight: bold;
}

.schedule-holding {
  display: block;
  min-height: auto !important;
}

.schedule-holding .hold-item {
  position: relative;
  background-color: #bbbbbb;
  color: #ffffff;
  text-align: left;
  margin-bottom: 5px;
  min-height: auto !important;
  cursor: pointer;
}

.schedule-holding .hold-item span {
  color: #ffffff !important;
}

.schedule-holding .hold-item .hold-desc {
  position: absolute;
  left: -9px;
  bottom: 24px;
  display: none;
  width: 150px;
  min-height: auto !important;
  background-color: #999999;
  padding: 6px 10px;
  border-radius: 4px;
}

.schedule-holding .hold-item .hold-desc .bubble-tip {
  position: absolute;
  width: 10px;
  color: #999999;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
  text-align: center;
}

.schedule-holding .hold-item:hover .hold-desc {
  display: block;
}

.holding {
  font-weight: bold;
  background: #4481eb;
  color: #fff;
  font-size: 9px;
  padding: 2px;
  border-radius: 2px;
  margin-right: 3px;
}

.holding.hq {
  background: #dd1f1f;
}

.holding.tutor {
  background: #0aac4d;
}

/* pop consult reservation */
.pop-info {
  position: fixed;
  background-color: #fff;
  bottom: 102px;
  right: 10px;
  text-align: center;
  width: 350px;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 5px;
  display: none;
}

.pop-info.active {
  display: inherit;
}

.pop-info .pop-info-button {
  background: none;
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid #d15858;
  padding: 10px 30px;
  font-size: 14px;
  color: #fff;
  background-color: #d15858;
}

.pop-info .pop-info-icon {
  font-size: 80px;
}

.pop-info .pop-close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 35px;
  cursor: pointer;
}

.pop-info .pop-info-content {
  margin: 20px 0;
  font-size: 25px;
}

.pop-info .pop-info-detail {
  font-size: 15px;
  margin: 20px 0;
}

.calendar-week {
  width: 100%;
  position: relative;
  background: #ffffff;
}

.calendar-week .calendar-week-top {
  position: relative;
}

.calendar-week .calendar-week-top table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-top: 1px solid #e3e5ed;
  text-align: center;
}

.calendar-week .calendar-week-top table td {
  font-weight: bold;
  background: #f0f3f8;
  padding: 6px 5px;
  font-weight: bold;
  border-bottom: 1px solid #e3e5ed;
  border-right: 1px solid #e3e5ed;
  width: 134px;
}

.calendar-week .calendar-week-top table td:first-child {
  border-left: 1px solid #e3e5ed;
  width: 61px;
}

.calendar-week .calendar-week-wrap {
  height: 540px;
  overflow: hidden;
  overflow-y: scroll;
  width: 1020px;
}

.calendar-week .calendar-week-wrap .calendar-week-time {
  width: 61px;
  overflow: hidden;
  float: left;
  margin-right: 0;
  text-align: right;
}

.calendar-week .calendar-week-wrap .calendar-week-time ul {
  height: 4320px;
}

.calendar-week .calendar-week-wrap .calendar-week-time ul li {
  height: 30px;
  border-bottom: 1px solid #e3e5ed;
  border-right: 0;
  border-left: 1px solid #e3e5ed;
  border-top: 0;
  line-height: 28px;
}

.calendar-week .calendar-week-wrap .calendar-week-time ul li span {
  padding-right: 5px;
}

.calendar-week .calendar-week-wrap .calendar-week-schedule {
  width: 1000px;
  position: relative;
  display: block;
  overflow: visible;
  border-bottom: 1px solid #e3e5ed;
}

.calendar-week .calendar-week-wrap .calendar-week-schedule table {
  position: relative;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

.calendar-week .calendar-week-wrap .calendar-week-schedule table td {
  position: relative;
  border-top: 0;
  border-left: 0;
  border-right: 1px solid #e3e5ed;
  border-bottom: 0;
  width: 134px;
  height: 4320px;
  vertical-align: top;
}

.calendar-week .calendar-week-wrap .calendar-week-schedule table td:first-child {
  width: 61px;
}

.calendar-week .calendar-week-wrap .calendar-week-schedule table td.holiday {
  background: #4481eb;
}

.calendar-week .calendar-week-wrap .calendar-week-schedule table td.holiday .holiday-box {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  padding: 5px 0 0 6px;
  color: #fff;
  background-color: transparent;
}

.calendar-week .calendar-week-wrap .calendar-week-schedule table td.today {
  background: #fffeda;
}

.calendar-week .calendar-week-wrap .calendar-week-schedule table td .grid-wrap .grid-time {
  height: 30px;
  border-bottom: 1px solid #f1f1f1;
}

.calendar-week .calendar-week-wrap .calendar-week-schedule table td .avtime-box {
  position: absolute;
  background-color: rgba(248, 212, 207, 0.5);
  overflow: hidden;
  border-left: 1px solid #f1f1f1;
}

.calendar-week .calendar-week-wrap .calendar-week-schedule table td .schedule-box {
  position: absolute;
  text-align: center;
  z-index: 1;
  background: #e0ecff;
  overflow: hidden;
  cursor: pointer;
  border-left: 1px solid #f1f1f1;
}

.calendar-week .calendar-week-wrap .calendar-week-schedule table td .schedule-box.first {
  border-left: 0;
}

.calendar-week .calendar-week-wrap .calendar-week-schedule table td .schedule-box.reserved {
  background: #96989b;
  color: #ffffff;
}

.calendar-week .calendar-week-wrap .calendar-week-schedule table td .schedule-box.reserved .schedule-con p {
  color: #ffffff;
}

.calendar-week .calendar-week-wrap .calendar-week-schedule table td .schedule-box.reserved a {
  text-decoration: none;
}

.calendar-week .calendar-week-wrap .calendar-week-schedule table td .schedule-box.reserved-tutor {
  background: #cab5fc;
  color: #ffffff;
}

.calendar-week .calendar-week-wrap .calendar-week-schedule table td .schedule-box.reserved-tutor .schedule-con p {
  color: #ffffff;
}

.calendar-week .calendar-week-wrap .calendar-week-schedule table td .schedule-box.reserved-tutor a {
  text-decoration: none;
}

.calendar-week .calendar-week-wrap .calendar-week-schedule table td .schedule-box .schedule-con {
  padding: 5px;
  height: 100%;
  word-break: break-all;
  position: relative;
}

.calendar-week .calendar-week-wrap .calendar-week-schedule .schedule-hover-wrap {
  z-index: 2;
  text-align: center;
  display: none;
  min-width: 133px;
}

.calendar-week .calendar-week-wrap .calendar-week-schedule .schedule-hover-wrap .schedule-hover {
  background: #414141;
  padding: 5px;
  color: #ffffff;
  border-radius: 6px;
}

.calendar-week .calendar-week-wrap .calendar-week-schedule .schedule-hover-wrap .tri {
  width: 0px;
  height: 0px;
  border-bottom: none;
  border-top: 8px solid #414141;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  margin: 0 auto;
}

.schedule-calendar .s_day {
  position: absolute;
  width: 133px;
  height: 30px;
  z-index: 1;
  background-color: #e0ecff;
  color: #656565;
  overflow: hidden;
  border-bottom: 1px solid #e3e5ed;
}

.schedule-calendar .s_day:hover {
  height: auto;
  overflow: inherit;
  z-index: 9;
  outline: 1px solid #4481cb;
}

.schedule-calendar .s_day a {
  color: #656565;
}

.schedule-calendar .schedule-holding .hold-item {
  background-color: #96989b;
  word-break: break-all;
  z-index: 1;
}

.schedule-calendar.weeks td {
  width: 134px;
  padding: 3px 5px !important;
}

.schedule-calendar.weeks td.holding {
  background: #96989b;
  color: #ffffff;
}

.schedule-calendar.weeks td.holding .schedule-box {
  display: none;
}

.schedule-calendar.weeks td.holding .holding-box {
  display: block;
}

.schedule-calendar.weeks td .schedule-box {
  min-height: 24px;
  height: 24px;
  line-height: 12px;
}

.schedule-calendar.weeks td .holding-box {
  display: none;
}

.schedule-calendar.weeks .today {
  background-color: #fffeda;
}

.schedule-calendar.weeks .holiday {
  background-color: #4481eb;
}

.schedule-calendar.weeks .holiday .schedule-holding .hold-item {
  width: 40px;
}

.schedule-calendar.weeks .holiday .schedule-holding ~ .s_day {
  width: 88px;
  margin-left: 42px;
}

.schedule-calendar.month .today {
  background-color: #ffd04a;
}

.schedule-calendar.month .holiday {
  background-color: #4481eb;
  z-index: 1;
}

.schedule-calendar.month .holiday .schedule-box span {
  color: #fff;
}

.schedule-calendar.month .holding-box {
  background: #96989b;
  color: #ffffff;
  margin-bottom: 5px !important;
}

.pop-webrtc {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}

.pop-webrtc .actionCon {
  margin: 40px auto;
  text-align: center;
}

.pop-webrtc .actionCon img {
  width: 40px;
  vertical-align: middle;
}

.pop-webrtc .actionType5_2 > div {
  display: inline-block;
  width: 8px;
  height: 20px;
  background-color: #5d9cec;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  animation: lodingCircle2 ease-in-out 2.5s infinite;
  -webkit-animation: lodingCircle2 ease-in-out 2.5s infinite;
  -moz-animation: lodingCircle2 ease-in-out 2.5s infinite;
}

.pop-webrtc .actionType5_2 .loding1 {
  animation-delay: -1.4s;
  -webkit-animation-delay: -1.4s;
  -moz-animation-delay: -1.4s;
}

.pop-webrtc .actionType5_2 .loding2 {
  animation-delay: -1.2s;
  -webkit-animation-delay: -1.2s;
  -moz-animation-delay: -1.2s;
}

.pop-webrtc .actionType5_2 .loding3 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
}

.pop-webrtc .actionType5_2 .loding4 {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
}

.pop-webrtc .actionType5_2 .loding5 {
  animation-delay: -0.6s;
  -webkit-animation-delay: -0.6s;
  -moz-animation-delay: -0.6s;
}

.pop-webrtc .actionType5_2 .loding6 {
  animation-delay: -0.3s;
  -webkit-animation-delay: -0.3s;
  -moz-animation-delay: -0.3s;
}

.pop-webrtc .actionType5_2 .loding7 {
  animation-delay: -0.1s;
  -webkit-animation-delay: -0.1s;
  -moz-animation-delay: -0.1s;
}

@keyframes lodingCircle2 {
  0%,
  60%,
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
  }
  10% {
    transform: scale(1, 2.3);
    -webkit-transform: scale(1, 2.3);
    -moz-transform: scale(1, 2.3);
  }
}

@-webkit-keyframes lodingCircle2 {
  0%,
  60%,
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
  }
  10% {
    transform: scale(1, 2.3);
    -webkit-transform: scale(1, 2.3);
    -moz-transform: scale(1, 2.3);
  }
}

.pop-webrtc .btn-re {
  width: 100%;
  cursor: pointer;
  text-align: center;
  border-radius: 30px;
  padding: 10px 0;
  background: #1ba780;
  color: #ffffff;
  font-weight: bold;
}

.pop-webrtc .btn-phone {
  width: 100%;
  cursor: pointer;
  text-align: center;
  border-radius: 30px;
  padding: 10px 0;
  background: #4481eb;
  color: #ffffff;
  font-weight: bold;
}

.pop-webrtc .btn-end {
  width: 100%;
  cursor: pointer;
  text-align: center;
  border-radius: 30px;
  padding: 10px 0;
  background: #414141;
  color: #ffffff;
  font-weight: bold;
}

.pop-webrtc .btn-call-end {
  width: 100%;
  cursor: pointer;
  text-align: center;
  border-radius: 30px;
  padding: 10px 0;
  background: #de3636;
  color: #ffffff;
  font-weight: bold;
}

.member_info_popup {
  position: absolute;
  width: 250px;
  height: 175px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px #999999;
  left: 70px;
}

.member_info_popup div {
  position: relative;
  padding-top: 25px;
}

.member_info_popup div span {
  position: absolute;
  right: 5px;
  top: 5px;
}

.member_info_popup div span .fa-times {
  font-size: 14px;
  cursor: pointer;
}

.member_info_popup div p {
  text-align: center;
}

.curation-notice {
  background: #ddd;
  padding: 20px;
}

.curation-notice h2 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}

.curation-notice h3 {
  font-size: 14px;
  line-height: 20px;
}

.tbl_right_border {
  border-right: 2px solid #e3e5ed !important;
}

.layer_info_popup {
  position: absolute;
  width: 500px;
  height: 300px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px #999999;
  z-index: 99;
  left: 500px;
}

.layer_info_popup div {
  position: relative;
  padding-top: 25px;
}

.layer_info_popup div span {
  position: absolute;
  right: 5px;
  top: 5px;
}

.layer_info_popup div span .fa-times {
  font-size: 14px;
  cursor: pointer;
}

.layer_info_popup div p {
  text-align: center;
}

.drb-popup {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.drb-popup .inner {
  width: 400px;
  padding: 20px;
  background-color: #fff;
  z-index: 10000;
}

.drb-popup .inner .close {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.drb-popup .inner .close img {
  width: 22px;
  cursor: pointer;
}

.drb-popup .inner ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.drb-popup .inner ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0 26px 32px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
}

.drb-popup .inner ul li .icon-text {
  display: flex;
  align-items: center;
  gap: 22px;
}

.drb-popup .inner ul li .icon-text img {
  width: 62px;
}

.drb-popup .inner ul li .icon-text p {
  font-size: 16px;
  color: #000;
}

.drb-popup .inner ul li .icon-text p span {
  font-weight: 700;
}

.drb-popup .inner ul li .count {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  padding-block: 14px;
  background-color: #3b89ed;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.drb-popup .inner ul li .count p {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.drb-popup .inner .go-board {
  padding-block: 14px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #3b89ed;
  border-radius: 100px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
