@charset "UTF-8";
/* globalzone */
.globalzone .top_tab {
  width: calc(100% / 4);
  height: 67px;
  padding-top: 10px;
  cursor: pointer;
  text-align: center;
  line-height: 150%;
  color: #535353;
  font-size: 14px;
  border-bottom: 1px solid #f2f2f2;
  font-weight: normal;
}

.globalzone .tab_active {
  color: #37bc9b;
  border-bottom: 2px solid #37bc9b;
}

.globalzone .temp {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #9f9f9f;
  line-height: 80px;
  padding: 10px 20px;
  min-height: 80px;
  border: 1px solid #efefef;
  margin: 8px 0 10px 0;
  font-weight: normal;
}

.globalzone .template_text {
  border: 1px solid #efefef;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
}

.globalzone .template_text .point-color {
  color: #37bc9b;
}

.globalzone .btn_copy {
  font-size: 14px;
  padding: 5px 20px;
  background-color: #45524f;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  margin: 10px auto 19px auto;
  color: #fff;
  display: inline-block;
  font-weight: normal;
}

.globalzone .btn_email {
  font-size: 14px;
  padding: 5px 20px;
  background-color: #37bc9b;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  margin: 10px auto 19px auto;
  color: #fff;
  display: inline-block;
  font-weight: normal;
}

.globalzone .txt_date {
  font-size: 14px;
  color: #5d5d5d;
  margin-bottom: 6px;
  font-weight: normal;
}

.globalzone .txt_tit {
  font-size: 22px;
  font-weight: bold;
  color: #535353;
}

.globalzone .mid_bg {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 20px;
  line-height: 25px;
  padding-bottom: 30px;
}

.globalzone .mid_txt {
  font-size: 14px;
  color: #5d5d5d;
  padding: 0 10px 5px 10px;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
}

.globalzone .wi {
  width: 30%;
}

.globalzone .txt_tabs {
  color: #37bc9b;
  border-bottom: 1px solid #37bc9b;
}

.globalzone .bot_bg {
  width: 100%;
  padding: 20px;
}

.globalzone .btn_play {
  width: 34px;
  height: 34px;
  border-radius: 17px;
  background-color: transparent;
  background-image: url("../img/btn_play.gif");
  background-position: center;
  background-size: cover;
  margin-right: 15px;
}

.globalzone .txt_btn_fr {
  float: right;
  width: calc(100% - 50px);
}

.globalzone .txt_today {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 3px;
  color: #3d3d3d;
}

.globalzone .txt_today_tra {
  font-size: 14px;
  color: #858585;
  font-weight: normal;
}

.globalzone .tod_box {
  width: 100%;
  padding: 15px 0 14px 0;
  border-bottom: 1px solid #dedede;
}

.globalzone .box_title {
  font-size: 16px;
  color: #3d3d3d;
  font-weight: bold;
  margin-bottom: 7px;
}

.globalzone .box_txt {
  font-size: 14px;
  color: #858585;
  line-height: 25px;
  white-space: pre-wrap;
  width: 100%;
  font-family: 'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;
  font-weight: normal;
}

.globalzone .btn_main {
  background-image: url("../img/bull_home.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left;
  background-color: transparent;
  margin: 5px 0 30px 0;
  line-height: 27px;
  font-size: 14px;
  padding-left: 20px;
  padding-top: 5px;
  font-weight: normal;
}

.globalzone .mail_bg {
  width: 100%;
  padding: 20px;
}

.globalzone .mail_tit {
  font-size: 22px;
  font-weight: bold;
  color: #535353;
}

.globalzone .mail_subtit {
  font-size: 14px;
  color: #5d5d5d;
  padding-top: 10px;
  margin-bottom: 26px;
  font-weight: normal;
}

.globalzone .select_icon {
  width: 70%;
  height: 32px;
  border: 1px solid #efefef;
  font-size: 12px;
  padding: 0 0px 0 0px !important;
  line-height: 32px;
  color: #858585;
  background-position: 96px center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  margin: 0 20px 10px 0px;
  font-weight: normal;
}

.globalzone .select_icon:focus {
  border: 1px solid #dd7520;
}

.globalzone .wid {
  width: 75%;
}

/* global style start */
/* h1, h2, h3, h4 ... */
h2,
.h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 0;
  padding-top: 10px;
}

h2 .h2-sub,
.h2 .h2-sub {
  font-size: 26px;
  font-weight: normal;
}

h3,
.h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 0;
  padding-top: 10px;
}

h3 .h3-sub,
.h3 .h3-sub {
  font-size: 17px;
  font-weight: normal;
}

h4,
.h4 {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0;
}

h6,
.h6 {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 0;
}

/* Component */
.input {
  height: 27px;
  min-width: 100px;
  padding: 0 10px;
  font-size: 12px;
  border: 1px solid #e4eaec;
}

.input_search {
  height: 27px;
  min-width: 100px;
  padding: 0 10px;
  font-size: 12px;
  border-width: 0;
  border-bottom: 1px solid #e4eaec;
  vertical-align: bottom;
}

.input_file {
  line-height: 22px;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 11px;
}

.select {
  height: 27px;
  color: #656565;
  font-size: 12px;
  border: 1px solid #e4eaec;
  padding: 0 3px;
  vertical-align: bottom;
}

.textarea {
  min-height: 60px;
  line-height: 160%;
  color: #656565;
  font-size: 12px;
  resize: auto;
  border: 1px solid #e4eaec;
}

.textarea.resize {
  resize: vertical;
}

.vdp-datepicker {
  display: inline-block;
  vertical-align: middle;
  height: 27px;
}

.vdp-datepicker input[type=text] {
  height: 27px;
  width: 100%;
  text-align: center;
  border-width: 1px;
  vertical-align: text-bottom;
}

.location-text {
  height: 27px;
  padding: 8px;
}

/* Button */
.btn_under {
  border: 0;
  height: 27px;
  line-height: 27px;
  padding: 3px 5px;
  background: transparent;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  color: #656565;
}

.btn_under:hover {
  color: #00ae4a;
  text-decoration: underline;
}

.btn_under:focus {
  box-shadow: none;
  outline: none;
}

.btn_under.red {
  color: #fd0d1c;
}

.btn_under.blue {
  color: blue;
}

.btn_under.purple {
  color: #5858FA;
}

.no-send {
  border: 1px solid #ccc;
  height: 27px;
  padding: 0 5px;
  background-color: #ccc;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  line-height: 25px;
  color: #777;
  cursor: default;
}

.btn_base {
  border: 1px solid #cfd4d5;
  height: 27px;
  padding: 0 5px;
  background-color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  line-height: 25px;
  cursor: pointer;
  color: #656565;
}

.btn_base:hover {
  color: #00ae4a;
  text-decoration: none;
}

.btn_base:focus {
  box-shadow: none;
  outline: none;
}

.btn_base.red {
  color: #fd0d1c;
  border: 1px solid #fd0d1c;
}

.btn_base.blue {
  color: blue;
  border: 1px solid blue;
}

.btn_base.purple {
  color: #5858FA;
  border: 1px solid #5858FA;
}

.btn_base.gray {
  cursor: not-allowed;
  color: #adadad;
  border: 1px solid #adadad;
}

.btn_base.gray:hover {
  color: #adadad;
  border: 1px solid #adadad;
  text-decoration: none;
}

.btn_box {
  border: 1px solid #cfd4d5;
  height: 27px;
  padding: 0 5px;
  background-color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  line-height: 25px;
  cursor: pointer;
  color: #656565;
}

.btn_box:hover {
  color: #00ae4a;
}

.btn_box:focus {
  box-shadow: none;
  outline: none;
}

.btn_box.green {
  background-color: rgba(55, 188, 155, 0.3);
  border-color: transparent;
  padding: 0px 15px;
  text-decoration: underline !important;
}

.btn_box.green:hover {
  color: #00ae4a !important;
}

.btn_box.gray {
  background-color: #e4eaec;
  border-color: transparent;
  padding: 0px 15px;
  text-decoration: underline !important;
}

.btn_box.gray:hover {
  color: #00ae4a !important;
}

.btn-search {
  height: 27px;
  display: inline-block;
  vertical-align: bottom;
  outline: none;
  padding: 0 10px;
  background-color: transparent;
  color: #999999;
  font-size: 12px;
  border-width: 0;
  border-bottom: 1px solid #e4eaec;
}

.btn-search.hover, .btn-search:hover {
  color: #656565;
}

.btn-search.focus, .btn-search:focus {
  box-shadow: none;
  outline: none;
}

.btn-search.btn-search-icon {
  min-width: auto;
}

.btn_action {
  border: 1px solid #58ceb1;
  height: 32px;
  padding: 0 15px;
  background-color: #37bc9b;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  line-height: 32px;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
}

.btn_action:hover {
  color: #ffffff;
  text-decoration: none;
}

.btn_action:focus {
  box-shadow: none;
  outline: none;
}

.btn-blank {
  height: 27px;
  display: inline-block;
  vertical-align: bottom;
  outline: none;
  padding: 0 10px;
  background-color: transparent;
  color: #999999;
  font-size: 16px;
  border-width: 0;
}

.btn-blank.hover, .btn-blank:hover {
  color: #656565;
}

.btn-blank.focus, .btn-blank:focus {
  box-shadow: none;
  outline: none;
}

.btn-blank.btn-search-icon {
  min-width: auto;
}

.btn-main-linker {
  position: absolute;
  right: 0px;
  bottom: 40px;
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 48px;
  font-size: 16px;
  color: #ff6600;
  border: 1px solid #ff6600;
  border-radius: 25px;
  text-align: center;
}

.btn-main-linker:hover {
  color: #ff6600;
  text-decoration: none;
}

.icon-red {
  font-size: 16px;
  color: #fd0d1c;
}

/* header css */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background-color: #37bc9b;
  background-image: linear-gradient(to right, #37bc9b 0%, #58ceb1 100%);
  box-shadow: 0px 0px 10px #909fa7;
  z-index: 99;
}

.header a {
  color: #ffffff;
}

.header .logo a {
  font-size: 21px;
}

.header .nav {
  line-height: 55px;
}

.head-desc {
  position: relative;
  font-size: 12px;
  padding: 10px 0;
  line-height: 140%;
  color: #7e7e7e;
}

.head-desc .btn-group {
  float: right;
  margin-top: -10px;
}

/* footer css */
.footer {
  padding-left: 220px;
  color: #c8c8c8;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
}

/* left menu css */
.aside {
  position: fixed;
  top: 55px;
  left: 0;
  bottom: 0;
  width: 210px;
  border-right: 1px solid #e4eaec;
  background-color: #ffffff;
  box-shadow: 0 0 10px #909fa7;
  z-index: 98;
}

.aside .sidebar {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to top, #ffffff, #37bc9b);
}

.aside .sidebar .nav {
  display: block;
  margin-left: 4px;
  padding: 20px 0px 100px 20px;
  background-color: #ffffff;
}

.aside .sidebar .nav li {
  display: block;
}

.aside .sidebar .nav li a {
  padding-top: 14px;
  padding-bottom: 12px;
  display: block;
  width: 100%;
}

.aside .sidebar .nav li a:hover {
  background-color: #efefef;
  background-image: linear-gradient(to right, #ffffff, #efefef);
}

.aside .sidebar .nav ul {
  padding-left: 20px;
  overflow: hidden;
  height: 0;
  transition: all 400ms;
}

.aside .sidebar .nav ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.aside .sidebar .nav ul .on a {
  color: #37bc9b;
}

.aside .sidebar .nav .fa {
  width: 14px;
}

/* contents */
.content_wrap {
  margin-left: 200px;
  padding-top: 75px;
  padding-left: 25px;
  padding-right: 20px;
  padding-bottom: 200px;
  min-width: 955px;
}

.class-writing {
  padding-bottom: 10px;
}

/* search-box */
.search-box {
  padding: 10px 0;
}

.search-box .text {
  line-height: 27px;
}

/* tab css */
.tab-list .tab-item {
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
}

.tab-list .tab-item:first-child {
  padding-left: 0px;
}

.tab-list .tab-item.on {
  color: #37bc9b;
}

.tab-list .tab-bar {
  font-size: 16px;
  padding: 0 10px;
}

.tab-list-md .tab-item {
  color: #999999;
  font-size: 15px;
  padding: 0 10px;
}

.tab-list-md .tab-item:first-child {
  padding-left: 0px;
}

.tab-list-md .tab-item.on {
  color: #00ae4a;
  font-weight: bold;
}

.tab-list-md .tab-bar {
  color: #999999;
  font-size: 12px;
  padding: 0 10px;
}

/* Table css */
.tbl_view {
  width: 100%;
  padding: 0;
  margin: 0;
  border-spacing: 0;
  border: 0;
  border-top: 2px solid #e4eaec;
}

.tbl_view th {
  text-align: center;
  background-color: #f7f7f7;
  border-color: #e4eaec;
  border-style: dotted;
  border-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  line-height: 140%;
}

.tbl_view th .icon-require {
  color: #fd0d1c;
}

.tbl_view th.block {
  background-color: #eaeaea;
  color: #bdbdbd;
}

.tbl_view th.block .icon-require {
  color: #949494;
}

.tbl_view th.warning {
  background-color: rgba(253, 13, 28, 0.05);
  color: #fd0d1c;
}

.tbl_view th:last-child {
  border-right-width: 0px;
}

.tbl_view td {
  height: 31px;
  padding: 8px 7px;
  border-color: #e4eaec;
  border-style: dotted;
  border-width: 0;
  border-bottom-width: 1px;
  line-height: 140%;
}

.tbl_view td .text {
  word-break: break-all;
  line-height: 27px;
}

.tbl_view td .comment {
  line-height: 27px;
  font-size: 11px;
}

.tbl_view td .link {
  text-decoration: underline;
  cursor: pointer;
}

.tbl_view td .link:hover {
  color: #00ae4a;
}

.tbl_view td.block {
  background-color: #fafafa;
  color: #dddddd;
}

.tbl_view td img {
  max-width: 100%;
}

.tbl_view td #untact_url {
  width: 330px;
  border: 0px;
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
}

.tbl_view tr.warning {
  background-color: rgba(253, 13, 28, 0.05);
}

.tbl_view .text-err {
  line-height: 140%;
  font-size: 11px;
  color: #fd0d1c;
}

.tbl_view .selected {
  background-color: #e4eaec;
}

.tbl_list {
  width: 100%;
  min-width: 1280px;
  padding: 0;
  margin: 0;
  border-spacing: 0;
  border-top: 2px solid #e4eaec;
}

.tbl_list th {
  padding: 5px 0;
  font-size: 11px;
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #e4eaec;
  border-top-width: 0;
  line-height: 120%;
}

.tbl_list th:first-child {
  border-left-width: 0;
}

.tbl_list th:last-child {
  border-right-width: 0;
}

.tbl_list td {
  padding: 8px 5px;
  text-align: center;
  border: 1px dotted #e4eaec;
  border-top-width: 0;
  line-height: 140%;
}

.tbl_list td:first-child {
  border-left-width: 0;
}

.tbl_list td:last-child {
  border-right-width: 0;
}

.tbl_list td.block {
  background-color: #f6f6f6;
  color: #dddddd;
}

.tbl_list tr:nth-child(even) {
  background-color: #fafafa;
}

.tbl_list tr:hover {
  background-color: #efefef;
}

.tbl_list tr.default {
  background-color: #ffffff;
}

.tbl_list tr.warning {
  background-color: rgba(253, 13, 28, 0.05);
}

.tbl_list tr.yellow {
  background-color: rgba(255, 255, 204, 0.5);
}

.tbl_list tr.green {
  background-color: rgba(204, 255, 240, 0.5);
}

.tbl_list .chkbox {
  padding: 0;
}

.tbl_list .sort {
  color: #00ae4a;
  font-size: 11px;
  cursor: pointer;
}

.tbl_list .link {
  text-decoration: none;
  cursor: pointer;
}

.tbl_list .link:hover {
  color: #00ae4a;
}

.tbl_list .link:hover * {
  color: #00ae4a;
}

.tbl_list .memo {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
}

.tbl_list .sm-text {
  font-size: 11px;
}

.tbl_pay {
  width: 100%;
  padding: 0;
  margin: 0 0 15px;
  border-spacing: 0;
  border: 0;
  border-top: 2px solid #e4eaec;
  line-height: 140%;
}

.tbl_pay tr {
  background-color: #fceeea;
}

.tbl_pay tr.white {
  background-color: transparent;
}

.tbl_pay tr.yellow {
  background-color: #ffffcc;
}

.tbl_pay th {
  padding: 7px 10px;
  text-align: center;
  background-color: #f7f7f7;
  border-color: #e4eaec;
  border-style: dotted;
  border-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  font-size: 11px;
}

.tbl_pay th:first-child {
  border-left-width: 0;
}

.tbl_pay th:last-child {
  border-right-width: 0;
}

.tbl_pay th.tutor {
  background-color: #e4eaec;
  text-align: left;
}

.tbl_pay th .tutorname {
  color: #408213;
  font-size: 12px;
}

.tbl_pay th .normal {
  font-weight: normal;
}

.tbl_pay th .bar {
  color: #ffffff;
}

.tbl_pay td {
  padding: 12px 5px;
  text-align: center;
  border-color: #e4eaec;
  border-style: dotted;
  border-width: 1px;
  border-top-width: 0;
}

.tbl_pay td:first-child {
  border-left-width: 0;
}

.tbl_pay td:last-child {
  border-right-width: 0;
}

.tbl_pay td .link {
  text-decoration: underline;
}

.tbl_pay td .link:hover {
  color: #00ae4a;
}

.tbl_calendar {
  width: 100%;
  padding: 0;
  margin: 0 0 15px;
  border-spacing: 0;
  border: 0;
  border-top: 2px solid #e4eaec;
  line-height: 140%;
}

.tbl_calendar th {
  padding: 7px 10px;
  text-align: center;
  background-color: #f7f7f7;
  border-color: #e4eaec;
  border-style: dotted;
  border-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  font-size: 11px;
}

.tbl_calendar th:first-child {
  border-left-width: 0;
}

.tbl_calendar th:last-child {
  border-right-width: 0;
}

.tbl_calendar td {
  padding: 5px 5px 12px;
  text-align: center;
  border-color: #e4eaec;
  border-style: dotted;
  border-width: 1px;
  border-top-width: 0;
  vertical-align: top;
}

.tbl_calendar td:first-child {
  border-left-width: 0;
}

.tbl_calendar td:last-child {
  border-right-width: 0;
}

.tbl_calendar td .date {
  float: right;
}

.tbl_calendar td .memo {
  min-height: 50px;
  margin-top: 20px;
}

.tbl_calendar td .link {
  text-decoration: none;
  cursor: pointer;
}

.tbl_calendar td .link:hover {
  color: #00ae4a;
}

.tbl_calendar td .link.availclass {
  color: #00ae4a;
}

.tbl_calendar td .link.outclass {
  color: #ff6c00;
}

.tbl_calendar td .link.inclass {
  color: #0267e5;
}

.dot-box {
  padding: 8px 7px;
  border: 1px dotted #e4eaec;
  border-top-width: 0;
  border-left-width: 0;
}

.dot-box.end {
  border-right-width: 0;
}

/* pagination css */
.pagination .page-item .page-link {
  color: #999999;
  outline: none;
  box-shadow: none;
  border-color: #e4eaec;
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #37bc9b;
  border-color: #e4eaec;
  outline: none;
  box-shadow: none;
}

.package-add {
  padding: 10px;
  border: 4px solid #e4eaec;
  line-height: 20px;
}

.package-add .title {
  font-size: 15px;
  font-weight: bold;
  vertical-align: middle;
}

.package-add .file {
  border: none;
  font-size: 11px;
}

.package-add .down {
  text-decoration: underline;
  font-size: 11px;
}

.package-add .desc {
  color: #fd0d1c;
  font-size: 11px;
}

/* --> global style end */
/* search address style - daum address Open API  */
.addr-wrap {
  display: none;
  border: 1px solid #e4eaec;
  width: 400px;
  height: 0px;
  margin: 5px 0;
  position: relative;
  transition: all .4s;
  overflow: hidden;
}

.btn-addr-hide {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: -1px;
  z-index: 1;
}

.company-list {
  display: none;
  border: 1px solid #e4eaec;
  width: 400px;
  height: 0px;
  margin: 5px 0;
  position: relative;
  transition: all .4s;
  overflow: hidden;
  overflow-y: auto;
}

.company-list .company-item {
  border-bottom: 1px solid #e4eaec;
  line-height: 28px;
  padding: 0 10px;
}

.company-list .company-item:hover {
  background-color: #efefef;
}

.company-list .company-item:last-item {
  border-bottom-width: 0;
}

/* login css */
.login-container {
  background-color: #f5f7fa;
}

.login-layer {
  margin: 0 auto;
  width: 330px;
}

.login-layer .login_header {
  border: 1px solid #3a3f51;
  background: #3a3f51;
  text-align: center;
  padding: 18px 0px;
  margin-top: 30px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.login-layer .login_cont {
  background-color: #ffffff;
  border: 1px solid #e4eaec;
  padding: 30px 25px 30px 25px;
}

.login-layer .login_cont .login_email {
  margin-bottom: 15px;
}

.login-layer .login_cont .login_input {
  width: 100%;
  height: 34px;
  border: 1px solid #e4eaec;
  border-radius: 2px;
  margin: 3px 0;
  padding: 3px 8px;
}

.login-layer .login_cont .login_input_error {
  border: 1px solid #fd0d1c;
  height: 25px;
  width: 90%;
  border-radius: 2px;
  margin: 3px 0;
  padding: 3px 8px;
}

.login-layer .login_cont .btn_login {
  width: 100%;
  border: none;
  background: #37bc9b;
  color: #ffffff;
  border-radius: 2px;
  padding: 12px 10px;
  cursor: pointer;
  margin-top: 20px;
}

.login-layer .login_title {
  color: #909fa7;
  height: 20px;
}

.login-layer .login_remember {
  color: #909fa7;
  height: 30px;
  padding-top: 10px;
  padding-left: 5px;
}

.login-layer .login_footer {
  font-size: 11px;
  text-align: center;
  color: #909fa7;
  padding-top: 20px;
}

/* student insert & edit css */
.student-info .comment-layer {
  padding-top: 60px;
}

.student-info .comment-layer .memo-box {
  width: 100%;
  height: 60px;
  resize: none;
}

/* class css */
.class-list .tbl_list {
  min-width: 1310px;
}

.class-list .btn-attend-help {
  height: 16px;
  width: 16px;
  vertical-align: text-top;
  margin-left: 2px;
  cursor: pointer;
}

.class-community .smile-grade {
  padding: 20px 0 10px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
}

.class-community .smile-grade .point {
  font-size: 16px;
  font-weight: normal;
}

.class-community .smile-grade .smile-help {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  cursor: pointer;
}

.btn-tutor-status-info {
  position: absolute;
  top: 10px;
  right: 0px;
}

.tutor-list .kname {
  width: 120px;
  margin: 0 -10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
  display: inline-block;
}

.tutor-list .addr {
  width: 230px;
  margin: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}

.tutor .btn-tutor-info {
  border-radius: 30px;
  padding: 2px 10px;
  font-size: 11px;
  text-decoration: none;
  background: #daefea;
  color: #1ca080;
}

.tutor .position-relative .info-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f7f7f7;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  overflow: hidden;
}

.tutor .tbl_list.tutor-apply tr:hover {
  background-color: #f0fbf9;
}

.tutor .tbl_list.tutor-apply tr.active {
  color: #fff;
  background-color: #54ab96;
}

.tutor .tbl_list.tutor-apply tr.active:hover {
  background-color: #52a591;
}

.tutor .tbl_list.tutor-apply tr.active .link, .tutor .tbl_list.tutor-apply tr.active .btn_base {
  color: #fff;
}

.tutor .tbl_list.tutor-apply .ext-info {
  clear: both;
  background-color: #f7f7f7;
}

.tutor .tbl_list.tutor-apply .ext-info .ext-info-item {
  clear: both;
  min-height: 40px;
  line-height: 20px;
  border-bottom: 1px dotted #e4eaec;
}

.tutor .tbl_list.tutor-apply .ext-info .ext-info-item .first {
  width: 140px;
  font-weight: bold;
  text-align: left;
  padding: 10px 0px 10px 20px;
  background-color: #efefef;
}

.tutor .tbl_list.tutor-apply .ext-info .ext-info-item .second {
  padding: 10px 0px 10px 10px;
  text-align: left;
}

.tutor .tbl_list.tutor-apply .ext-info:last-child {
  border-bottom: 0px;
}

.photo-layer {
  position: relative;
  height: 0px;
}

.photo-layer .photo-box {
  position: absolute;
  top: -32px;
  right: 0px;
  width: 148px;
  height: 148px;
  padding: 10px;
  background-color: #ffffff;
}

.photo-layer .photo-box .photo-img {
  position: absolute;
  width: 128px;
  height: 128px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-page-move {
  height: 32px;
  font-size: 32px;
  text-decoration: none;
  cursor: pointer;
}

.page-move-text {
  font-size: 24px;
  line-height: 32px;
}

.err_box .msg_err {
  color: #ff0000;
  margin-top: 5px;
}

.err_box .msg_confirm {
  color: #0000ff;
  margin-top: 5px;
}

.click {
  cursor: pointer;
}

.err_cel {
  background-color: #fde3a956;
}

/* start -> pop page */
.pop_untact_wrap {
  position: relative;
  min-width: 400px;
  padding: 20px;
}

.pop_untact_wrap table td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  width: 300px;
}

.pop_untact_wrap table td div input {
  margin-left: 15px;
}

.pop_untact_wrap table th {
  color: black;
  width: 80px;
}

.pop_untact_schedule_wrap {
  position: relative;
  min-width: 400px;
  padding: 20px;
}

.pop_untact_schedule_wrap table td {
  border: 1px solid gray;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  width: 300px;
}

.pop_untact_schedule_wrap table td div input {
  margin-left: 15px;
}

.pop_untact_schedule_wrap table th {
  border: 1px solid gray;
  color: white;
  background: #656565;
}

.pop_daily_feedback {
  position: relative;
  min-width: 400px;
  padding: 20px;
}

.pop_content_wrap {
  position: relative;
  min-width: 550px;
  padding: 20px;
}

.pop_content_wrap .positive {
  color: #2857f2;
  background-color: #f5fdff;
  font-weight: bold;
}

.pop_content_wrap .negative {
  color: #CC3300;
  background-color: #fff8f8;
  font-weight: bold;
}

.pop_content_wrap .sel-layer {
  margin: 20px 0;
  padding: 10px;
  border: 10px solid #efefef;
  background-color: #fefefe;
}

.pop_content_wrap .sel-layer .sel-list .sel-item {
  float: left;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  margin-right: 10px;
}

.pop_content_wrap .sel-layer .sel-list .sel-item .name {
  display: inline-block;
}

.pop_content_wrap .sel-layer .sel-list .btn-del {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 14px;
  border: 1px solid #dcdcdc;
  text-align: center;
  cursor: pointer;
}

.pop_content_wrap .sel-layer .sel-list .btn-del:hover {
  color: #00ae4a;
  border-color: #00ae4a;
}

.pop_content_wrap .sel-layer .btn-select-done {
  float: right;
  font-size: 12px;
  cursor: pointer;
}

.pop_content_wrap .sel-layer .btn-select-done:hover {
  color: #00ae4a;
  border-color: #00ae4a;
}

.pop_content_wrap .pop-ev-write-wrap .write-title {
  background-color: transparent;
  padding: 24px 0 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

.pop_content_wrap .pop-ev-write-wrap .write-title .ico-r {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #fff;
  background-color: #41c2a2;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
}

.pop_content_wrap .pop-ev-write-wrap div.info-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
}

.pop_content_wrap .pop-ev-write-wrap .write-content {
  padding-top: 24px;
  font-size: 16px;
  line-height: 160%;
  word-break: break-all;
}

.pop_content_wrap .pop-ev-write-wrap .write-content .tbl-ev-competency {
  width: 100%;
  padding: 0;
  margin: 0;
  border-spacing: 0;
  border: 0;
  border-top: 1px solid #bdbdbd;
  color: #656565;
}

.pop_content_wrap .pop-ev-write-wrap .write-content .tbl-ev-competency * {
  color: #656565;
}

.pop_content_wrap .pop-ev-write-wrap .write-content .tbl-ev-competency th {
  height: 44px;
  background-color: rgba(76, 194, 165, 0.2);
  border-right: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  text-align: center;
  line-height: 140%;
  font-size: 14px;
}

.pop_content_wrap .pop-ev-write-wrap .write-content .tbl-ev-competency td {
  border-right: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  line-height: 140%;
  font-size: 14px;
}

.pop_content_wrap .pop-ev-write-wrap .write-content .tbl-ev-competency td .ev-radio {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  cursor: pointer;
  border: 1px solid #4cc2a5;
  border-radius: 100%;
  vertical-align: middle;
  background-color: #ffffff;
  overflow: hidden;
}

.pop_content_wrap .pop-ev-write-wrap .write-content .tbl-ev-competency td .ev-radio > input[type=radio] {
  position: absolute;
  top: -10px;
  left: -10px;
  display: none;
  width: 0px;
  height: 0px;
  opacity: 0.1;
}

.pop_content_wrap .pop-ev-write-wrap .write-content .tbl-ev-competency td .ev-radio > span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.pop_content_wrap .pop-ev-write-wrap .write-content .tbl-ev-competency td .ev-radio > input:checked + span {
  background-color: #4cc2a5;
}

.pop_content_wrap .pop-ev-write-wrap .write-content .cb .info-content {
  padding-top: 20px;
  font-size: 16px;
  line-height: 160%;
  word-break: break-all;
}

.pop_content_wrap .pop-ev-write-wrap .write-content:after {
  content: "";
  display: block;
  clear: both;
}

.pop_content_wrap .pop_evcomplete {
  text-align: center;
}

.pop_content_wrap .pop_evcomplete span {
  border: 1px solid #cfd4d5;
  height: 27px;
  padding: 0 5px;
  background-color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  line-height: 25px;
  cursor: pointer;
  color: #656565;
}

.pop_content_wrap .pop_twoupload {
  text-align: center;
}

.pop_content_wrap .pop_twoupload .write-title {
  background-color: transparent;
  padding: 0px 0 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-align: left;
}

.pop_content_wrap .pop_twoupload h3 {
  text-align: left;
}

.pop_content_wrap .pop_twoupload h3 p {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
}

.pop_content_wrap .pop_twoupload .input_file {
  height: 27px;
  line-height: 22px;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 11px;
}

.pop_content_wrap .pop_twoupload span {
  border: 1px solid #cfd4d5;
  height: 27px;
  padding: 0 5px;
  background-color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  line-height: 25px;
  cursor: pointer;
  color: #656565;
}

.pop-ev-view-new {
  padding: 20px;
}

.pop_btn_close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.pop-title {
  padding: 6px 0 4px;
  font-size: 26px;
}

.pop-title-sub {
  padding: 6px 0 4px;
  font-size: 16px;
}

.pop-plan-timeline {
  background-image: url("/resource/itmtutor/img/plan_line.gif");
  background-size: 100% 30px;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  margin-top: 10px;
}

.pop-plan-timeblock {
  width: 100px;
  text-align: center;
  margin: 0 auto;
  line-height: 28px;
  background-color: #fff;
}

.pop-plan-text {
  line-height: 140%;
}

.pop-sms-layer .message {
  width: 140px;
  height: 120px;
  line-height: 140%;
  font-size: 12px;
  color: #ffffff;
  background-color: #81C855;
  border: none;
  margin: 120px 38px 0;
  padding: 5;
  overflow: hidden;
  overflow-y: auto;
  resize: none;
}

.pop-sms-layer .newrecvcell {
  width: 136px;
  height: 24px;
  margin-top: 70px;
}

.pop-sms-layer .recv-list {
  width: 136px;
  height: 118px;
  padding: 5px;
  margin-top: 30px;
  background-color: #ffffff;
  border: 1px solid #e4eaec;
  overflow: hidden;
  overflow-y: auto;
}

.pop-sms-layer .recv-list .recv-item {
  margin-bottom: 5px;
  cursor: pointer;
}

.pop-sms-layer .recv-list .recv-item:hover {
  background-color: #efefef;
}

/* pop page <- end */
/* pop marker daum map */
.tutor-gomap {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.tutor-gomap > div > div > div > div {
  box-sizing: content-box;
  -moz-box-sizing: unset;
  -webkit-box-sizing: content-box;
}

.tutor-gomap .pop_tutor_map_info {
  background: #ffffff;
  width: 280px;
  padding: 20px;
}

.tutor-gomap .pop_tutor_map_info:after {
  clear: both;
  display: block;
  content: "";
}

.tutor-gomap .pop_tutor_map_info * {
  line-height: 140%;
}

.tutor-gomap .pop_tutor_map_info .tutor_map_img {
  width: 55px;
  height: 70px;
  margin: 0 15px 0 0;
  float: left;
}

.tutor-gomap .pop_tutor_map_info .tutor_map_img img {
  width: 55px;
  height: 70px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tutor-gomap .pop_tutor_map_info .tutor_map_info {
  float: left;
  width: 170px;
}

.tutor-gomap .pop_tutor_map_info .tutor_map_info li {
  margin: 0 0 8px 0;
}

.tutor-gomap .pop_tutor_map_info .tutor_map_info li span {
  font-weight: bold;
}

.tutor-gomap .pop_tutor_map_info .tutor_map_info_sub {
  float: left;
  width: 240px;
}

.tutor-gomap .pop_tutor_map_info .tutor_map_info_sub li {
  margin: 0 0 8px 0;
}

.tutor-gomap .pop_tutor_map_info .tutor_map_info_sub li span {
  font-weight: bold;
}

.tutor-gomap .pop_tutor_map_info .tutor_map_info2 {
  float: left;
  width: 240px;
  margin: 6px 0 0 0;
}

.tutor-gomap .pop_tutor_map_info .tutor_map_info2 li {
  margin: 0 0 8px 0;
}

.tutor-gomap .pop_tutor_map_info .tutor_map_info2 li span {
  font-weight: bold;
}

.tutor-gomap .pop_tutor_map_info .link {
  color: #00ae4a;
}

/*dashboard*/
.dash-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

/*scheduleedit*/
.pull-right {
  display: inline-block;
}

.hover-tutor {
  position: relative;
  cursor: pointer;
}

.hover-tutor-pop {
  width: 200px;
  padding: 15px;
  border: 1px solid #d6d6d6;
  position: absolute;
  right: 0;
  left: 300px;
  background: #fff;
  z-index: 100;
}

.hover-tutor-pop .hover-tutor-r {
  background: #fff url(../img/hover-tutor-bg.png) no-repeat;
  background-size: 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

.hover-tutor-pop .hover-tutor-l {
  line-height: 22px;
  vertical-align: top;
  text-align: center;
}

.hover-tutor-pop .hover-tutor-l .name {
  font-size: 18px;
  font-weight: bold;
}

/*수업 세부 내용 동의서*/
.act-wrap {
  padding: 50px 0;
  margin: 0 auto;
  width: 90%;
  max-width: 650px;
  font-size: 15px;
  line-height: 22px;
}

.act-wrap .mail-bar {
  width: 100%;
}

.act-wrap .act-con-wrap {
  background: #fff;
  margin-top: -4px;
  width: 100%;
}

.act-wrap .act-con-wrap .act-con {
  padding: 60px 40px;
}

.act-wrap .act-con-wrap .act-con h1 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}

.act-wrap .act-con-wrap .act-con .text {
  font-size: 15px;
  line-height: 22px;
}

.act-wrap .act-con-wrap .act-con .act-info {
  margin-top: 30px;
}

.act-wrap .act-con-wrap .act-con .act-info .act-info-top h2 {
  font-weight: bold;
  font-size: 18px;
  color: #ff9500;
  display: inline-block;
  margin-top: 10px;
}

.act-wrap .act-con-wrap .act-con .act-info .act-info-top a {
  font-size: 13px;
  border: 1px solid #ff9500;
  color: #ff9500;
  float: right;
  padding: 10px 20px;
  text-decoration: none;
}

.act-wrap .act-con-wrap .act-con .act-info .act-info-tbl {
  clear: both;
}

.act-wrap .act-con-wrap .act-con .act-info .act-info-tbl table {
  width: 100%;
  border-top: 1px solid #dcdcdc;
  margin: 20px 0;
}

.act-wrap .act-con-wrap .act-con .act-info .act-info-tbl table tr:nth-child(2n) {
  background: #f5f5f5;
}

.act-wrap .act-con-wrap .act-con .act-info .act-info-tbl table th {
  font-weight: bold;
  padding: 7px 10px;
  border-bottom: 1px solid #dcdcdc;
  word-break: break-all;
  border-right: 1px solid #dcdcdc;
}

.act-wrap .act-con-wrap .act-con .act-info .act-info-tbl table td {
  padding: 7px 10px;
  word-break: break-all;
  border-bottom: 1px solid #dcdcdc;
}

.act-wrap .act-con-wrap .act-con .act-info .act-info-tbl label {
  font-size: 15px;
  font-weight: bold;
}

.act-wrap .act-con-wrap .act-con .act-info .act-info-tutor {
  text-align: center;
  font-size: 20px;
  margin-top: 50px;
  line-height: 30px;
}

.act-wrap .act-con-wrap .act-con .act-info .act-info-tutor span {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

.act-wrap .act-con-wrap .act-con .act-info .act-info-tutor a {
  background: #ff9500;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
}

/*문의하기*/
.inquiry-wrap {
  width: 90%;
  margin: 30px auto;
}

.inquiry-wrap h1 {
  font-size: 25px;
  font-weight: bold;
}

.inquiry-wrap table {
  margin-top: 20px;
  width: 100%;
  border-top: 1px solid #dcdcdc;
}

.inquiry-wrap table th {
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  width: 150px;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  background: #f5f5f5;
}

.inquiry-wrap table td {
  padding: 10px;
  font-size: 15px;
  border-bottom: 1px solid #dcdcdc;
}

.inquiry-wrap table td select {
  height: 25px;
}

.inquiry-wrap table td input {
  width: 100%;
  padding: 5px 10px;
}

.inquiry-wrap table td textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
}

.inquiry-wrap a {
  border: 1px solid #dcdcdc;
  padding: 10px;
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  color: #37bc9b;
}

.recommend {
  color: black;
  position: relative;
  padding-bottom: 10px;
  width: 21cm;
  min-height: 29.7cm;
  margin: 0 auto;
  margin: 0;
  border: initial;
  width: initial;
  min-height: initial;
  box-shadow: initial;
  background: initial;
  page-break-after: always;
}

.recommend .top-border {
  width: 100%;
  height: 20px;
  position: relative;
  background-color: #e96e23;
}

.recommend .top-border div {
  width: 170px;
  height: 100%;
  background-color: #727272;
  position: absolute;
  right: 30px;
  top: 0;
}

.recommend .recommend-wrap {
  padding: 20px 20px 20px 20px;
}

.recommend .top h1 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  color: #000000;
  float: left;
  font-family: 'Noto Sans KR', sans-serif;
}

.recommend .top img {
  float: right;
  width: 18%;
  margin-right: 10px;
}

.recommend .title {
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.4;
  letter-spacing: normal;
  text-align: left;
  color: #333132;
  font-family: Calibri, "PT Sans", "Trebuchet MS", 'Helvetica Neue', Arial;
}

.recommend .info {
  margin-top: 40px;
  font-size: 16px;
}

.recommend .info .info-wrap .top-table {
  margin-top: 12px;
  width: 100%;
  border-top: 2px solid black;
}

.recommend .info .info-wrap .top-table tr th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: left;
  color: #333132;
  background-color: #f2f2f2;
  padding-left: 10px;
  width: 155px;
  font-family: 'Noto Sans KR', sans-serif;
}

.recommend .info .info-wrap .top-table tr td {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 16px;
  color: #333132;
  font-family: 'Noto Sans KR', sans-serif;
}

.recommend .info .info-wrap .top-table tr td span {
  color: #333132;
  font-size: 16px;
}

.recommend .info .info-wrap .top-table tr td.name {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  color: #333132;
}

.recommend .info .info-wrap .top-table tr:nth-child(2) {
  border-top: 2px solid black;
  border-bottom: 1px solid #cecece;
}

.recommend .info .info-wrap .top-table tr:nth-child(3) {
  border-bottom: 1px solid #cecece;
}

.recommend .info .info-wrap .top-table tr:nth-child(4) {
  border-bottom: 1px solid #cecece;
}

.recommend .info .info-wrap .top-table tr:last-child {
  border-bottom: 1px solid #cecece;
}

.recommend .info .info-wrap .top-table tr:first-child {
  border-top: 2px solid black;
}

.recommend .info .info-wrap .top-table .tr-photo {
  padding: 0;
}

.recommend .info .info-wrap .top-table .tr-photo td {
  padding: 0;
  vertical-align: top;
  width: 120px;
  padding-left: 0;
  padding-right: 25px;
}

.recommend .info .info-wrap .top-table .tr-photo td .photo {
  width: 140px;
  height: 173px;
  overflow: hidden;
  float: left;
}

.recommend .info .center-table {
  width: 100%;
  margin-top: 14px;
}

.recommend .info .center-table tr {
  border-bottom: 1px solid #cecece;
}

.recommend .info .center-table tr th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: left;
  color: #333132;
  background-color: #f2f2f2;
  padding-left: 10px;
  padding-right: 10px;
  width: 125px;
  font-family: 'Noto Sans KR', sans-serif;
}

.recommend .info .center-table tr th span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: normal;
  color: #a7a9ac;
}

.recommend .info .center-table tr:first-child {
  border-top: 1px solid #cecece;
}

.recommend .info .center-table tr .level {
  width: 135px;
  border-right: 1px solid #cecece;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: center;
  color: #333132;
  padding-left: 11px;
  font-family: 'Noto Sans KR', sans-serif;
}

.recommend .info .center-table tr .level_text p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: rgba(128, 130, 133, 0.6);
  padding-left: 11px;
  font-family: 'Noto Sans KR', sans-serif;
}

.recommend .info .center-table tr .diploma {
  padding-left: 10px;
}

.recommend .info .center-table tr .diploma p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: left;
  color: #333132;
  font-family: 'Noto Sans KR', sans-serif;
}

.recommend .info .career-table {
  width: 100%;
}

.recommend .info .career-table tr {
  border-bottom: 1px solid #cecece;
}

.recommend .info .career-table tr th {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.85;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f2f2f2;
  border-right: 1px solid #cecece;
  font-family: 'Noto Sans KR', sans-serif;
}

.recommend .info .career-table tr th:last-child {
  border-right: 0;
}

.recommend .info .career-table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.85;
  letter-spacing: normal;
  text-align: center;
  border-right: 1px solid #cecece;
  font-family: 'Noto Sans KR', sans-serif;
  color: #000000;
}

.recommend .info .career-table tr td:last-child {
  border-right: 0;
}

.recommend .info .career-table tr td.program {
  text-align: left;
  padding-left: 11px;
}

.recommend .info .career-table tr:first-child {
  border-top: 2px solid black;
}

.recommend .info .recommend-table {
  width: 100%;
}

.recommend .info .recommend-table tr {
  border-bottom: 1px solid #cecece;
}

.recommend .info .recommend-table tr th {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Noto Sans KR', sans-serif;
  width: 100px;
  background-color: #f2f2f2;
}

.recommend .info .recommend-table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: left;
  color: #333132;
  word-break: keep-all;
  padding-left: 10px;
  font-family: 'Noto Sans KR', sans-serif;
}

.recommend .info .recommend-table tr td span {
  font-size: 16px;
  font-family: Calibri, "PT Sans", "Trebuchet MS", 'Helvetica Neue', Arial;
}

.recommend .info .recommend-table tr td ul li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: left;
  color: #333132;
  word-break: keep-all;
}

.recommend .info .recommend-table tr:first-child {
  border-top: 2px solid black;
}

.recommend .info .confirmed {
  text-align: right;
  padding-top: 19px;
}

.recommend .info .confirmed img {
  width: 45%;
}

.recommend .info .level {
  text-align: center;
  padding-top: 0;
}

.recommend .info .level div {
  background: #e5e5e5;
  padding: 10px 0;
  margin-top: 2px;
}

.recommend .info .level div span {
  font-weight: bold;
}

.recommend .career {
  margin-top: 40px;
  font-size: 12px;
}

.recommend .career table {
  width: 100%;
  border-top: 2px solid #ec7e3c;
  text-align: center;
}

.recommend .career table tr {
  min-height: 57px;
}

.recommend .career table th {
  min-height: 57px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 10px;
  line-height: 18px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
}

.recommend .career table th span {
  font-size: 12px;
  font-weight: normal;
}

.recommend .career table th:last-child {
  border-right: none;
}

.recommend .career table td {
  min-height: 57px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 10px;
  line-height: 18px;
  font-family: 'Noto Sans KR', sans-serif;
}

.recommend .career table td:last-child {
  border-right: none;
}

.recommend .details {
  margin-top: 40px;
  font-size: 12px;
}

.recommend .details table {
  width: 100%;
  border-top: 2px solid #ec7e3c;
  text-align: center;
}

.recommend .details table th {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 10px;
  line-height: 18px;
  font-size: 14px;
}

.recommend .details table th span {
  font-size: 12px;
  font-weight: normal;
}

.recommend .details table th:last-child {
  border-right: none;
}

.recommend .details table td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 10px;
  line-height: 18px;
  font-family: 'Noto Sans KR', sans-serif;
  vertical-align: middle;
}

.recommend .details table td:last-child {
  border-right: none;
}

.recommend .details table td p {
  font-weight: bold;
  font-size: 18px;
}

.recommend .details table td img {
  max-width: 100px;
  border-bottom: 1px solid #000000;
  padding-top: 10px;
}

.recommend .details table td div {
  margin-top: 20px;
  text-align: left;
}

.recommend .details table td div span {
  font-weight: bold;
}

.recommend .pre-wrap {
  white-space: pre-wrap;
}

.recommend .bottom {
  background: #858585;
  margin-top: 40px;
  padding: 10px 30px;
  vertical-align: middle;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.recommend .bottom p {
  color: #ffffff;
  font-size: 14px;
}

.recommend .bottom img {
  width: 120px;
  vertical-align: middle;
}

.tutor-recomment-wrap {
  max-width: 700px;
}

.tutor-recomment-wrap .top {
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
}

.tutor-recomment-wrap table tr th span {
  font-weight: normal;
}

.tutor-recomment-wrap table tr td .photo {
  margin: 10px;
  width: 130px;
  height: 175px;
}

.tutor-recomment-wrap table tr .level {
  text-align: center;
}

@page {
  size: A4;
  margin: 0;
  /*size: landscape;*/
}

.carrot-laver-bg {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  overflow: auto;
}

.carrot-laver-bg .tutoremail-layer {
  min-width: 500px;
  max-width: 900px;
  margin: 0 auto 50px auto;
  margin-top: 30px;
  background-color: #FFF;
  z-index: 9999;
  display: block;
  white-space: nowrap;
  position: relative;
  padding-top: 20px;
  padding-bottom: 50px;
}

.carrot-laver-bg .tutoremail-layer table {
  max-width: 850px;
  width: 100%;
}

.carrot-laver-bg .tutoremail-layer table th {
  vertical-align: top;
}

.carrot-laver-bg .tutoremail-layer table td {
  white-space: initial;
}

.carrot-laver-bg .tutoremail-layer table td textarea {
  width: 100%;
  height: 530px;
  color: gray;
  line-height: 1.5;
}

.carrot-laver-bg .tutoremail-layer table td div {
  border: 1px solid #dddddd;
  padding: 10px 5px;
}

.carrot-laver-bg .tutoremail-layer table td div p {
  line-height: 1.3;
}

.carrot-laver-bg .tutoremail-layer table td div p span {
  font-weight: bold;
}

.untactQna p {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

.untactQna p span {
  font-size: 12px;
  color: red;
}

.untactQna .tbl-point {
  font-weight: normal;
  font-size: 12px;
  color: red;
  margin-top: 5px;
}

.untactQna textarea {
  resize: none;
  width: 100%;
}

.untactQna .memo-table textarea {
  resize: none;
  width: 80%;
  float: left;
}

.untactQna .memo-table button {
  float: left;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
}

.untactQna .memo-list .item {
  margin-top: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px;
}

.untactQna .memo-list .item div p {
  font-weight: normal;
  font-size: 14px;
}

.untactQna .memo-list .item div p span {
  color: #656565;
  font-weight: bold;
  font-size: 16px;
  margin-right: 10px;
}

.untactQna .memo-list .item div p.delete {
  color: red;
  font-weight: bold;
  cursor: pointer;
}

.layer_pop {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.layer_pop .layer_wrap {
  margin: 0 auto;
  padding: 20px;
  font-size: 18px;
  width: 400px;
  margin-top: 150px;
  word-break: break-word;
  background: white;
  box-shadow: 5px 5px 5px #dbdbdb;
}

.layer_pop .layer_wrap .layer_close {
  text-align: right;
}

.layer_pop .layer_wrap .layer_close img {
  width: 20px;
  cursor: pointer;
}

.layer_pop .layer_wrap .layer_content {
  margin-top: 30px;
}

.layer_pop .layer_wrap .layer_content p {
  font-size: 14px;
}
