@media print {
  .location_wrap {
    display: none;
  }
}

@font-face {
  font-family: 'NanumSquareRound';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.container {
  position: relative;
  width: 100%;
  border-top: 1px solid #ececec;
}

.content {
  position: relative;
  display: table;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.search_list {
  position: relative;
  display: table-cell;
  min-width: 320px !important;
  width: 320px !important;
  height: 100%;
  height: 100vh;
  background: #f6f6f6;
  vertical-align: top;
}

.content_list {
  position: relative;
  display: table-cell;
  min-width: 940px !important;
}

.component-service-list {
  padding-left: 20px;
}

.component-filter-large.collapsed ~ .component-service-list {
  margin-top: 0;
  transition: all 0.2s ease-in;
}

.component-filter-large ~ .component-service-list {
  margin-top: 420px;
  transition: all 0.2s ease-in;
}

.component-filter-large {
  /*display: flex;*/
  /*flex-direction: column;*/
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: steelblue;
  -webkit-box-shadow: 0 10px 10px -10px gray;
  -moz-box-shadow: 0 10px 10px -10px gray;
  box-shadow: 0 10px 10px -10px gray;
  transition: all 0.2s ease-in;
}

.component-filter-large:hover {
  -webkit-box-shadow: 0 10px 10px -5px gray;
  -moz-box-shadow: 0 10px 10px -5px gray;
  box-shadow: 0 10px 10px -5px gray;
  transition: all 0.2s ease-in;
}

.component-filter-large.collapsed {
  position: absolute;
  top: 12px;
  right: 190px;
  width: 140px;
  border-radius: 30px;
}

.component-filter-large.collapsed .filter-large-header {
  height: auto;
}

.component-filter-large.collapsed .filter-large-body {
  max-height: 0;
}

.component-filter-large.collapsed.shadow {
  -webkit-box-shadow: 0 10px 10px -10px gray;
  -moz-box-shadow: 0 10px 10px -10px gray;
  box-shadow: 0 10px 10px -10px gray;
}

.component-filter-large.shadow {
  -webkit-box-shadow: 0 10px 10px -10px gray;
  -moz-box-shadow: 0 10px 10px -10px gray;
  box-shadow: 0 10px 10px -10px gray;
}

.filter-large-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 20px;
  overflow: hidden;
  height: 72px;
}

.filter-large-header .title {
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
  font-size: 18px;
  color: white;
}

.filter-large-body {
  padding: 0 20px;
  height: auto;
  overflow: hidden;
  transition: max-height 0.1s ease-in;
  max-height: 500px;
  background-color: white;
}

.search_input_box {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  width: 100%;
  height: calc(100vh - 135px);
  padding: 0.5em 1.2em 1.5em 1.2em;
  overflow-y: auto;
  scrollbar-width: 6px;
  scrollbar-color: #ddd transparent;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.search_popup_layout {
  position: fixed;
  top: 22%;
  left: 9%;
}

.search_popup_layout a {
  cursor: pointer;
  position: relative;
  display: block;
  background: #014da2;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  text-align: center;
  padding: 0.5em;
  box-shadow: 3px 5px 5px rgba(11, 11, 11, .2);
}

.search_popup_layout a:focus{border:2px solid #000;}

.search_popup_layout a img {
  width: 21px;
  padding-top: 2px;
  display: block;
  margin: 0 auto;
}

.popup_button {
  background: #289DDC !important;
}

.search_input_box::-webkit-scrollbar {
  width: 6px;
}

.search_input_box::-webkit-scrollbar-track {
  background-color: transparent;
}

.search_input_box::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ddd;
}

.search_input_box::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.search_input input[type="text"] {
  border-radius: 5px !important;
  box-shadow: 0 1px 3px rgba(11, 11, 11, .2);
  padding: 0.8em;
  height: auto;
  line-height: 1;
  border: none !important;
  position: relative;
  margin: 0 0 0.5em 0;
}

.search_input_text {
  position: relative;
  padding: 0.5em 0 0.5em 0.8em;
  font-size: 18px;
  display: block;
  width: 100%;
  color: #212121;
}

.search_input_text:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 6px;
  height: 11px;
  background: url('/cloud_ver3/html_web/images/search-input-arrow.png') no-repeat center center;
}

.search_input button {
  position: absolute;
  top: 14px;
  right: 0;
  vertical-align: top;
  color: #4c2c92;
  padding: 0;
  outline: none;
}

.search_input button img {
  margin-right: 5px;
  vertical-align: sub;
}

.search_input_btn {
  position: absolute;
  top: 64px;
  right: 28px;
  width: 17px;
}
.search_input_btn label {margin: 0 ; }

.sel_box {
  background: #fff;
  height: 40px !important;
  margin-right: 0 !important;
}

.sel_box .jq_sel ul {
  top: 38px !important;
  border: 1px solid #dbdbdb !important;
}

.sel_box .jq_sel span {
  text-indent: 15px !important;
  font-size: 14px !important;
}

@media screen and (max-width: 1880px) {
  .search_popup_layout {
    position: fixed;
    top: 22%;
    left: 8%;
  }
}

@media screen and (max-width: 1795px) {
  .search_popup_layout {
    left: 6%;
  }
}

@media screen and (max-width: 1700px) {
  .search_popup_layout {
    left: 4%;
  }
}

@media screen and (max-width: 1660px) {
  .search_popup_layout {
    left: 4%;
  }
}

@media screen and (max-width: 1610px) {
  .search_popup_layout {
    position: relative;
    top: 10px;
    left: 0;
    text-align: right;
  }

  .search_popup_layout a {
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-align: right;
    background: #014da2;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    width: auto;
    height: auto;
    padding: 3px;
    box-shadow: none;
  }

  /*.search_input_btn {
    top: 100px;
  }*/
}

/*@media screen and (max-width: 1065px) {*/
/*.search_input_box {*/
/*width:275px;*/
/*}*/
/*}*/

/* 리스트 나열 */

.search_service_list,
.search_service_list01,
.search_service_list02 {
  position: relative;
  width: 100%;
}

.search_service_list dl {
  padding-bottom: 0.8em;
}

.search_service_list01 dl {
  max-width: 280px;
}

.search_service_list dl:last-child {
  padding-bottom: 0;
}

.search_service_list dl dt a,
.service_section_input dd a,
.service_section_input_02 dd a{
  font-size: 15px;
  color: #212121;
  cursor: pointer;
  /*kim*/
  display: inline-block;
}

.search_service_list dl dt:hover {
  /*Kim*/
  text-decoration: none;
}

.search_service_list01 dl dt,
.search_service_list02 dl dt {
  font-size: 16px;
  color: #212121;
  padding: 0.5em 0;
}

.search_service_list01 dl dd {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.search_service_list dl dd a {
  font-size: 14px;
  color: #757575;
  /*kim*/
  /*padding: 3px 0 3px 5px;*/
  /*display: block;*/
  display: inline-block;
  padding: 3px 0;
  margin-left: 5px;
}

.search_service_list .hoverActive {
  color: black;
  position: relative;
  z-index: 11;
  border-bottom:2px dotted #141414;
}

.search_service_list .hoverActive:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 38%;
  background: rgba(191, 255, 200, 1);
  z-index: -1;
}

.search_service_list01 dl dd a {
  font-size: 14px;
  color: #384e85;
  padding: 0.3em 0 0.3em 1em;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
}

.search_service_list dl dd a:hover,
.search_service_list01 dl dd a:hover {
  /*Kim*/
  text-decoration: none;
}

.search_service_list01 dl dd a:hover {
  text-overflow: clip;
  white-space: normal;
  overflow: unset;
  word-wrap: break-word;
  word-break: keep-all;
}

.return_back {
  position: relative;
  display: block;
}

.return_back img {
  margin-right: 7px;
  vertical-align: top;
  margin-top: 7px;
}

.return_back a {
  color: #4c2c92;
}

.service_section_a {
  position: relative;
  margin-bottom: 1em;
  background: #fff;
  padding: 0.7em 1em;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(11, 11, 11, .2);
}

.service_section {
  position: relative;
  margin-bottom: 1em;
  background: #fff;
  padding: 0.7em 1em;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(11, 11, 11, .2);
}

.service_section_02 {
  cursor: pointer;
  position: relative;
  margin-bottom: 1em;
  background: #fff;
  padding: 0.7em 1em;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(11, 11, 11, .2);
}

.service_section ul li {
  position: relative;
}

.service_section ul li span,
.service_section ul li .filter-group-name {
  font-size: 15px;
  color: #212121;
  display: flex;
  align-items: center;
}

.service_section ul li .filter-group-name .name {
  font-weight:500;
  flex: 1;
}

.service_section ul li .filter-group-name .count {
  display: block;
  flex-basis: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #384e85;
  text-align: center;
  color: white;
}

.service_section ul li .filter-group-name img {
  flex-basis: 15px;
  margin-left: 10px;
  height: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.a_rotated {
  transform: rotate(180deg) !important;
  transition: all 0.2s ease-in-out;
}

.service_section_input {
  cursor: initial;
  position: Relative;
  border-top: 1px solid #ececec;
  margin-top: 0.7em;
  padding-top: 0.5em;
  display: block;
}

.service_section_input_02 {
  cursor: initial;
  position: Relative;
  display: block;
}

.search_input_box div:nth-of-type(2) .service_section_input {
  display: block;
}

.service_section_input dd {
  padding: 0.3em 0;
}

.service_section_input dd input,
.service_section_input_02 dd input,
.name_product input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.service_section_input dd label span,
.service_section_input_02 dd label span{
  z-index: 11;
  position: relative;
  font-size: 15px;
  color: #212121;
}

.service_section_input dd input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.service_section_input_02 dd input[type="checkbox"] + label {
  position: relative;
}

.service_section_input dd input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.service_section_input dd input[type="checkbox"]:checked + label:after,
.service_section_input_02 dd input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 38%;
  background: rgba(191, 255, 200, 1);
  z-index: 9;
}

.service_section_input dd input[type="radio"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.service_section_input dd input[type="radio"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.service_section_input dd input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 38%;
  background: rgba(191, 255, 200, 1);
  z-index: 9;
}


.service_section_input dd.grade > dl {
  display: flex;
  padding-bottom: 0;
}

.service_section_input dd.grade > dl > dd {
  width: calc(100% / 3);
}


/*컨텐츠*/

.content_list_title {
  position: Relative;
  display: inline-block;
  font-size: 30px;
  color: #212121;
  vertical-align: baseline;
  padding-right: 10px;
}

.content_list_choice {
  vertical-align: bottom;
  display: inline-block;
  font-size: 14px;
  padding: 1em 0 1em 0;
  width: 100%;
}

.content_list_choice .service_list_header {
  display: flex;
  align-items: center;
}

.service_list_header .content_list_title {
}

.service_list_header .filter_text {
  flex: 1;
    font-size: 15px;
    font-weight: 500;
    color: #014da2;
}

.service_list_header .filter_text span {
    color: #626262;
}

.service_list_header .filter_save {
}

.search_list_product .order_select {
  display: flex;
  justify-content: flex-end;
  margin: 1em 0 0 0;
}

.search_list_product .order_select select{
  width:140px;
  height:40px;
  border:1px solid #e8e8e8;
  font-size:15px;
  padding:0 40px 0 12px;
  margin-right: 0.5em;
  border-radius:5px;
  letter-spacing:-0.8px;
  appearance:none;
  background:url(/cloud_ver3/html_web/images/btn_arrow.png) no-repeat 50%;
  background-position-x:calc(100% - 12px);
}

.filter_save button {
  position: relative;
  display: inline-block;
  border: 2px solid #3e599c;
  font-size: 15px;
  border-radius: 2px;
  padding: 5px 1em;
  margin-left: 0.5em;
  height: 36px;
  background-color: #3e599c;
  color: white;
}

.filter_save button.start {
  padding: 5px 1em;
  background-color: #3e599c;
  color: white;
}

.filter_save button.end {
  padding: 5px 1em;
  background-color: #f3fbff;
  color: #3e599c;
}

.filter_save button:disabled {
  border: 2px solid gainsboro;
  background-color: gainsboro;
  color: #7D7D7D;
  cursor: not-allowed;
}

.search_list_product {
  position: relative;
}

.f_r {
  position: absolute !important;
  float: none !important;
  text-align: right;
  top: -3.5em;
  right: 0;
}

.view_list {
  margin-top: 0 !important;
  border-top: 1px dashed #ececec !important;
}

.view_list li {
  padding: 25px 0 !important;
  border-bottom: 1px dashed #ececec !important;
}

.name_product {
  width: 85%;
}

.view_list li .name_product span,
.view_list li .name_product a {
  font-size: 19px !important;
  font-weight: 600;
  vertical-align: middle;
  cursor: pointer;
  color: #212121;
}

.view_list li .name_company {
  line-height: 30px !important;
  color: #777;
}

.view_list li .name_company span {
  color: #777 !important;
  margin: 0 !important;
  font-size: 14px;
}

.service_pull_btn {
  position: absolute;
  cursor: pointer;
  width: 31px;
  height: 31px;
  top: 26px;
  right: 0;
  font-size: 16px;
  color: #777;
  text-indent: 20px;
  background: url('/cloud_ver3/html_web/images/common/heart_none.png') no-repeat center center;
  /*padding: 3px 0px 7px 16px;*/
}

.service_pull_btn_out {
  /*content: 'Wish 삭제';*/
  color: #004098 !important;
  font-weight: 500;
  background: url('/cloud_ver3/html_web/images/common/heart_click.png') no-repeat center center !important;
  /*padding: 3px 0px 7px 16px;*/
}

.wish {
  font-weight: 500;
  color: #f5567a;
  padding-left: 6px;
}

.detail_cart {
  font-weight: 500;
  color: #3289a8;
  padding-left: 6px;
}

.service_pull_chk {
  box-shadow: inset 0 0px 0 white, inset 0 -10px 0 rgba(255, 235, 142, 1);
}

.view_list li .name_product span:hover {
  color: #384e85 !important;
}

/*서비스비교*/

.location_wrap {
  position: fixed;
  bottom: 45%;
  right: -320px;
  z-index: 99;
  height: 145px;
}

.compare_wrap, .compare_wrap01 {
  position: relative;
  z-index: 999;
  height: 0
}

.compare_wrap dt, .compare_wrap dd,
.compare_wrap01 dt, .compare_wrap01 dd {
  position: relative;
  display: inline-block;
  vertical-align: top;
  box-shadow: -10px 0 8px rgba(11, 11, 11, .1);
}

.compare_wrap dt,
.compare_wrap01 dt {
  padding: 2.5em 3em 2.5em 2.2em;
  text-align: Center;
  border-radius: 10px 0 0 10px;
  background: #384e85;
  z-index: 99;
  cursor: pointer;
  margin-right: -5px;
}

.compare_wrap01 dt {
  background: #eeeeee !important;
}

.compare_wrap dt img,
.compare_wrap01 dt img {
  max-width: 100px;
}

.btn_compare em {
  font-size: 13px;
  color: #fff;
  background: #F66262;
  border-radius: 25px;
  display: block;
  position: absolute;
  top: 19px;
  right: 32px;
  padding: 3px 2px 0 0;
  text-align: center;
  width: 24px;
  height: 24px;
}

.compare_wrap dd {
  visibility:hidden;
  width: 320px;
  background: #384e85;
  padding: 2em;
  border-radius: 0 0 0 10px;
}

.compare_wrap01 dd {
  visibility:hidden;
  width: 320px;
  background: #eeeeee;
  padding: 2em;
  border-radius: 0 0 0 10px;
}

.location_wrap.active .compare_wrap dd,
.location_wrap.active .compare_wrap01 dd{visibility:visible;}


.compare_wrap01 dd ul li img {
  width: 200px;
  margin: 0 auto;
  display: block;
  padding-top: 8em;
}

/*.compare_wrap.search {*/
/*width: 1190px;*/
/*margin-left: -595px;*/
/*}*/

/*.compare_wrap .tit {*/
/*margin: 0;*/
/*color: #fff;*/
/*font-weight: bold;*/
/*font-size: 15px;*/
/*background-color: #a3b1bf;*/
/*line-height: 34px;*/
/*height: 34px;*/
/*padding-left: 20px;*/
/*}*/

/*.compare_wrap.search .img_select {*/
/*width: 1020px;*/
/*}*/

/*.compare_wrap .img_select {*/
/*float: left;*/
/*padding: 12px;*/
/*width: 822px;*/
/*height: 195px;*/
/*overflow-x: auto;*/
/*}*/

.paging {
  margin-top:20px !important;
}

.scrollarea {
  min-height: 240px;
  max-height: 300px;
}

.scrollarea ul li .none_list {
  text-align: center;
  line-height: 240px;
}

.compare_wrap .img_select ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  display: table;
  width: 100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.compare_wrap .img_select ul li:last-child {
  border-bottom: 0;
}

.compare_wrap .img_select ul li span {
  display: table-cell;
  vertical-align: middle;
}

/*.compare_wrap .img_select ul li span:first-of-type {
  width: 300px;
}*/

.compare_wrap .img_select ul li span label span {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
}

.compare_wrap .img_select ul li > div{display:flex; width:100%; margin-right:10px;}
.cart-btn__del{width:15px; height:15px; background: url('/cloud_ver3/html_web/images/common/btn_delete.png') no-repeat;}
.compare_wrap input[type="checkbox"]{background-color:#ffeb8e !important; border:none !important; margin-top:4px;}
.compare_wrap input[type="checkbox"] + label{width:calc(100% - 28px); font-size:16px; color:#fff; font-weight:500; letter-spacing:0; margin:0 0 0 8px;}
.compare_wrap input[type="checkbox"]:checked{background-image:url('/cloud_ver3/html_web/images/common/software_input_check.png') !important;}
/*.compare_wrap input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.compare_wrap input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.compare_wrap input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  text-align: center;
  background: #ffeb8e;
  border: 1px solid #ffeb8e;
  border-radius: 5px;
}

.compare_wrap input[type="checkbox"]:checked + label:before {
  background: #ffeb8e;
  border-color: #ffeb8e;
}

.compare_wrap input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 1px;
  top: 4px;
  width: 18px;
  height: 18px;
  background: url('/cloud_ver3/html_web/images/common/software_input_check.png') no-repeat center center;
  border-radius: 5px;
}

.compare_wrap .img_select ul li span.btn_delete a {
  display: inline-block;
  clear: both;
  background: url('/cloud_ver3/html_web/images/common/btn_delete.png') no-repeat;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
}
*/

.compare_wrap .btn_select,
.compare_wrap01 .btn_select {
  position: relative;
  display: block;
}

.compare_wrap .btn_select li,
.compare_wrap01 .btn_select li {
  border-bottom: 0 !important;
  padding: 0 !important;
}

.compare_wrap .btn_select li a,
.compare_wrap01 .btn_select li a {
  display: flex;
  align-items:center;
  justify-content:center;
  width: 100%;
  color: #384e85;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 0.8em;
  background-color: #ffeb8e;
  margin-top: 0.7em;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(11, 11, 11, .2);
}


/* 서브페이지 */

.digital_service_title {
  position: relative;
  width: 100%;
  padding: 2em 0 0 0;
}

.digital_service_title .title_info {
  display: flex;
  justify-content: space-between;
}

.digital_service_title .title_btn_group {
  display: flex;
  justify-content: space-between;
  margin: 2em 0;
}

.pro_txt {
  flex: 0.75;
  position: relative;
  vertical-align: top;
}

.pro_offer {
  flex: 0.25;
  border: 1px solid #ececec;
}

.pro_btn {
  display: block;
}

.pro_btn_2 {
  display: block;
}

.pro_txt dt, .pro_txt dd {
  display: inline-block;
  vertical-align: top;
}

.pro_txt dt .service-image-box {
  display: block;
  flex-basis: 190px;
  width: 190px;
  height: 190px;
  position: relative;
  overflow: hidden;
  border: 1px #bebebe solid;
}

.pro_txt dt .service-image-box img {
  overflow: hidden;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 5px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pro_txt dd {
  margin-left: 1em;
  position: relative;
  min-height: 190px;
  width: 70%;
}

.pro_txt dd ul li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.pro_txt dd ul li:nth-child(2) {
  margin: 10px 0;
  font-weight: 300;
}

.pro_txt dd ul li:last-child {
  position: absolute;
  bottom: 0;
  font-size: 24px;
  color: #212121;
}

.pro_txt_title,
.pro_txt_title h2{
  font-size: 24px !important;
  font-weight: 500 !important;
  color: #212121;
}
.pro_txt_title h2{display:inline;}

.pro_txt_title span.edu_btn {
  background: #1e8a0b;
  color: #fff;
  padding: 4px 7px;
  border-radius: 5px;
  font-weight: 500;
  margin-left: 8px;
}

.digital_service_price {
  background: #f6f6f6;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 8px;
  font-size: 16px;
  font-weight: 500;
  color: #384e85;
  border: 1px solid #384e85;
  transition: all 0.3s;
}

.digital_service_price:hover {
  background-color: #384e85;
  color: #f6f6f6;
  border: 1px solid #384e85;
  transition: all 0.3s;
}

.digital_service_title_count {
  background: #949494;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 8px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  border: 1px solid #adadad;
}

.digital_service_title_count em {
  padding-right: 5px;
}

.pro_offer span {
  padding: 0.5em;
  background: #f6f6f6;
  border-bottom: 1px solid #ececec;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  color: #212121;
}

.pro_offer span a {
  position: absolute;
  top: 0.75em;
  right: 0.7em;
  display: inline-block;
  background: #384e85;
  color: #fff;
  border-radius: 5px;
  padding: 3px 8px;
  text-align: center;
  font-size: 12px;
}

.pro_offer dl dt, .pro_offer dl dd {
  float: left;
  padding: 0.3em 0.5em;
  text-align: left;
  border-bottom: 1px solid #ececec;
}

.pro_offer dl dt {
  border-right: 1px solid #ececec;
  width: 25%;
  color: #212121;
}

.pro_offer dl dd {
  width: 75%;
}

.pro_offer dl:last-child dt, .pro_offer dl:last-child dd {
  border-bottom: 0;
}

.pro_price {
  font-size: 24px !important;
  font-weight: 400 !important;
  color: #212121;
}

.pro_num {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1em;
  background: #f0f0f0;
  color: #384e85;
  padding: 0.2em 0.7em;
  font-size: 15px;
  font-weight: 500 !important;
  border-radius: 5px;
}

.pro_num strong {
  font-size: 15px;
  color: #384e85;
  padding-left: 3px;
  font-weight: 500 !important;
}

.pro_sns {
  position: Relative;
  float: right;
  text-align: right;
}

.pro_sns .service_pull_btn {
  position: Relative;
  float: right;
  right: 262px;
  text-align: right;
  top: 8px;
}

.pro_sns .service_pull_btn:active {
  color: #004098;
  background: url('/cloud_ver3/html_web/images/common/wish_check_on.png') no-repeat 0 0px;
}


.pro_sns dt, .pro_sns dd {
  position: Relative;
  display: inline-block;
}

.pro_sns dt img {
  margin-right: 6px;
  margin-top: -4px;
}

.pro_sns dt span {
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.5px;
}

.sns_area li a {
  font-size: 0;
}

.pro_sns .icn {
  margin-right: 0 !important;
}

.hope_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 2em;
}

.screen_img_area {
  position: relative;
  width: 100% !important;
  padding: 1em 0;
  margin-left: 0 !important;
}

.screen_img_area ul li {
  display: inline-block;
  border: 1px solid #ececec;
}

.screen_img_area ul li img {
  display: block;
  width: 100%;
  cursor: pointer;
}

.screen_img_area .bx-wrapper {
  margin: 0 !important;
}

.screen_img_area .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  position: absolute;
  top: 43%;
  left: -3%;
  width: 25px;
  height: 25px;
  font-size: 0;
  background: url('/cloud_ver3/html_web/images/common/sub_prev.png') no-repeat center center;
}

.screen_img_area .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  position: absolute;
  top: 43%;
  right: -3%;
  width: 25px;
  height: 25px;
  font-size: 0;
  background: url('/cloud_ver3/html_web/images/common/sub_next.png') no-repeat center center;
}

.screen_img_area .bx-wrapper .bx-clone {
  display: none;
}

.digital_service_detail_area h4 a {
  font-size: 16px;
  font-weight: 500;
  color: #384e85;
  position: absolute;
  top: 16px;
  right: 1em;
  display: block;
}

.digital_service_detail_area h4 img {
  vertical-align: bottom;
  padding-left: 5px;
}

.download_table_link {
  font-size: 14px;
  color: #212121;
  padding: 3px 2.2em 3px 0;
  word-break: keep-all;
  display: inline-block;
  background: url('/cloud_ver3/html_web/images/common/icn_txt_downLoad.png') no-repeat 99% 0;
}

.digital_service_detail_area.spread .detail_area01 {
  width: 90%;
  margin: 0 auto 50px;
}

.digital_service_detail_area.spread .detail_area > dl:first-of-type {
  border-top: 1px solid #b1b4b6;
}

.digital_service_detail_area.spread .detail_area > dl {
  width: initial;
  flex-direction: row;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #b1b4b6;
}

.digital_service_detail_area.spread dl dt {
  width: initial;
  flex: 0.3;
  color: black;
  font-weight: initial;
}

.digital_service_detail_area.spread dl dd {
  width: initial;
  flex: 0.75;
  flex-direction: column;
}

.digital_service_detail_area.spread .download_table_link {
  width: initial;
  padding: 1px 2.2em 3px 0;
}

.digital_service_detail_area.spread .download_table_link:hover {
  text-decoration: underline #384e85;
}

.download_table_link:hover {
  color: #384e85;
  background: url("/cloud_ver3/html_web/images/common/icn_txt_downLoad_hover.png") no-repeat 99% 0;
}

.digital_service_print {
  position: relative;
  width: 100%;
  text-align: right;
  margin-bottom: 1em;
}

.digital_service_print a {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 16px;
  color: #fff;
  background: #707070;
  border-radius: 5px;
}

.digital_service_print a img {
  margin-right: 8px;
  width: 25px;
}

.digital_service_detail_area {
  position: relative;
  width: 100%;
  margin: 3em 0;
}

.digital_service_detail_area p {
  line-height: 180%;
  font-size: 17px;
  margin-bottom: 30px;
}

.digital_service_detail_area_list {
  position: relative;
  width: 100%;
  margin: 3em 0;
  text-align: center;
}

.digital_service_detail_area.spread {
  margin-bottom: 50px;
}

.digital_service_detail_area h4:before {
  position: absolute;
  top: 45%;
  left: 1%;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  vertical-align: top;
  background: #384e85;
}

.digital_service_detail_area h4 {
  display: block;
  margin: 1em 0;
  padding: 0.5em 0.5em 0.5em 1.2em;
  font-size: 22px;
  color: #212121;
  position: relative;
  background: #f6f6f6
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .1s;
}

.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */
{
  opacity: 0;
}

.service_detail_wrap {
  position: relative;
}

.service_detail_wrap .inpage_nav {
  display: flex;
  position: fixed;
  left:0;
  bottom: 180px;
  width: 100%;
  /*z-index:9;*/
}

.service_detail_wrap .inpage_nav .dummy_fluid,
.service_detail_wrap .inpage_nav .real_space {
  flex: 1;
}

.service_detail_wrap .inpage_nav .dummy_fixed {
  flex: 0 0 1200px;
}

.service_detail_wrap .inpage_nav ul li {
  line-height: 200%;
}

.service_detail_wrap .inpage_nav ul li a {
  font-size: 18px;
  font-weight: normal;
}

.service_detail_wrap .inpage_nav ul li.current {
  background-color: #384e85;
  max-width: 200px;
}

.service_detail_wrap .inpage_nav ul li.current a {
  color: white;
  font-weight: bold;
}

.service_detail_wrap .inpage_nav ul li:not(.current) a:hover {
  color: #384e85;
  font-weight: bold;
}

.digital_service_detail_area.spread > h3 {
  display: inline-block;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 26px;
  color: #212121;
  position: relative;
  box-shadow: inset 0 0px 0 white, inset 0 -12px 0 #b2c6ff;
}

.digital_service_detail_area.spread > h3:before {
  display: none;
}

.digital_service_detail_area.spread h4 {
  display: inline-block;
  background: none;
  font-size: 22px;
  padding: 0;
  margin: 0 0 10px 63px;
}

.digital_service_detail_area.spread h4:before {
  display: none;
}

.digital_service_detail_area.spread h5 {
  margin-bottom: 20px;
  color: black;
  font-size: 20px;
  font-weight: bold;
}

.digital_service_detail_area textarea {
  width: 98%;
  border: none !important;
  min-height: 400px !important;
  padding: 1em;
  overflow-y: auto;
}

.digital_service_detail_btn01 {
  position: relative;
  width: 100%;
  text-align: right;
  margin-top: 1em;
}

.digital_service_detail_table_style dl {
  position: relative;
  display: table;
  width: 100%;
  margin: -1px auto 0 auto;
  border: 1px solid #ececec;
}

.digital_service_detail_table_style dl dt {
  display: table-cell;
  width: 20%;
  padding: 1em;
  font-size: 16px;
  color: #212121;
  border-right: 1px solid #ececec;
  vertical-align: middle;
}

.digital_service_detail_table_style dl dd {
  display: table-cell;
  width: 80%;
  padding: 1em;
  font-size: 14px;
  color: #515151;
  vertical-align: middle;
}

.digital_service_detail_table_style01 dl {
  position: relative;
  display: table;
  width: 100%;
  margin: -1px auto 0 auto;
  border: 1px solid #ececec;
}

.digital_service_detail_table_style01 dl dt {
  display: table-cell;
  width: 20%;
  padding: 0.7em;
  font-size: 14px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #616161;
  border-right: 1px solid #7d7d7d;
}

.digital_service_detail_table_style01 dl dt:nth-child(3) {
  width: 40% !important;
}

.digital_service_detail_table_style01 dl dd {
  display: table-cell;
  width: 20%;
  padding: 0.7em;
  font-size: 14px;
  text-align: center;
  color: #515151;
  vertical-align: middle;
  border-right: 1px solid #ececec;
}

.digital_service_detail_table_style01 dl dd:nth-child(3) {
  width: 40% !important;
}

.digital_service_detail_table_style01 dl dd:nth-child(3) a {
  font-weight: 500;
  color: #384e85;
}

.digital_service_detail_table_style01 dl dd:nth-child(3) a:hover {
  color: #de284a;
}


.digital_service_detail_table_style02 dl {
  position: relative;
  display: table;
  width: 100%;
  margin: -1px auto 0 auto;
  border: 1px solid #ececec;
}

.digital_service_detail_table_style02 dl dt {
  display: table-cell;
  width: 10%;
  padding: 0.7em;
  font-size: 14px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #616161;
  border-right: 1px solid #7d7d7d;
}

.digital_service_detail_table_style02 dl dt:nth-child(2) {
  width: 50% !important;
}

.digital_service_detail_table_style02 dl dd {
  display: table-cell;
  width: 10%;
  padding: 0.7em;
  font-size: 14px;
  text-align: center;
  color: #515151;
  vertical-align: middle;
  border-right: 1px solid #ececec;
}

.digital_service_detail_table_style02 dl dd:nth-child(2) {
  width: 50% !important;
}

.digital_service_detail_table_style02 dl dd:nth-child(2) a {
  font-weight: 500;
  color: #384e85;
}

.digital_service_detail_table_style02 dl dd:nth-child(2) a:hover {
  color: #de284a;
}

.digital_service_detail_service {
  position: relative;
  width: 100%;
  height: 580px;
  overflow-y: auto;
  margin: 0 auto;
}

.digital_service_detail_service li {
  position: relative;
  display: inline-block;
  width: 18%;
  max-width: 240px;
  margin: 0.5em;
  vertical-align: top;
  border: 1px solid #ececec;
}

.digital_service_detail_service li a {
  display: block;
}

.digital_service_detail_service li a:hover {
  border: 1px solid #384e85;
}

.digital_service_detail_service li:nth-of-type(5n) {
  margin-right: 0;
}

.digital_service_detail_service li img {
  width: 100%;
}

.digital_service_detail_service li span {
  display: block;
  padding: 0.5em;
  text-align: center;
}

.detail_area01 {
  position: relative;
  width: 100%;
}

.detail_area01 dl {
  position: relative;
  display: block;
  padding: 1em 0 1em 4em;
}

.detail_area01 dl dt, .detail_area01 dl dd {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.detail_area01 dl dt {
  width: 20%;
  font-size: 18px;
  color: #384e85;
  font-weight: 500;
  word-break: keep-all;
}

.detail_area01 dl dd,
.detail_area01 dl dd a,
.detail_area01 dl dd span {
  width: 78%;
  font-size: 16px;
  color: #515151;
}

/* 혁신제품 버튼 수정_20250313 */

.detail_area01 dl dd > div.assign {
  display: flex;
  align-items: center;
}

.detail_area01 dl dd > div.assign > p.txt {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
}
.detail_area01 dl dd > div.assign > p.txt > span {
  width: 16px;
  margin-right: 5px;
}

.detail_area01 dl dd > div.assign > .line {
  width: 1px;
  height: 1rem;
  background: #515151;
  margin: 0 1rem;
}

.detail_area01 dl dd a.newWindow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 10rem;
  height: 2.1rem;
  padding: 0 0.8rem;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.05em;
  border-radius: 5px;
  border: 2px solid #515151;
  box-sizing: border-box;
  transition: all 0.4s;
}

.detail_area01 dl dd a.newWindow > span {
  margin-top: 2px;
  margin-left: 5px;
  font-size: 17px;
  width: 15%;
}

.detail_area01 dl dd a.newWindow:hover {
  background: #384e85;
  color: #fff;
  border-color: #384e85;
}

.detail_area01 dl dd a.newWindow:hover span {
  color: #fff;
}

/*.detail_area01 dl dd a.newWindow{
  width: auto;
  word-break: keep-all;
  padding: 3px 2.2em 3px 0;
  color: #212121;
  display: inline-block;
  background: url('/cloud_ver3/html_web/images/common/icon_emport.png')no-repeat 100% 46%;
}

.detail_area01 dl dd a.newWindow:hover{
  text-decoration: underline;
  padding: 3px 2.2em 3px 0;
  color: #384e85;
  display: inline-block;
  background: url('/cloud_ver3/html_web/images/common/icon_emport_hover.png')no-repeat 99% 55%;
}*/

.detail_area01 dl dd dl {
  padding: 0 0 1em 0 !important;
}

.detail_area01 dl dd dl dt, .detail_area01 dl dd dl dd {
  width: 100%;
  display: block;
  color: #515151;
  padding-left: 12px;
}

.detail_area01 dl dd dl dt {
  font-size: 18px !important;
  color: #212121 !important;
}

.detail_area01 dl dd ul li {
  font-size: 16px;
  color: #515151;
}

.detail_area01 dl dd ul li ul li {
  list-style: none !important;
  margin-left: 0.5em;
  font-size: 15px;
  color: #7b7b7b;
}

dd:empty:after {
  content: '-';
}

.screen_img_area_pop {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(11, 11, 11, .8);
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: Center;
  padding: 14em 0 0 0;
  display: none;
}

.list_back {
  position: relative;
  width: 100%;
  text-align: right;
  padding: 2em 0 2em 2em;
  display: block;
}

.list_back a.btns {
  margin: 0;
}

/* The container must be positioned relative: */
.ds-select {
  position: relative;
}

.ds-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* 서비스 로딩중 */
.ceart_service_list .loading_box {
  text-align: center;
  padding: 15rem 0;
}

.ceart_service_list .loading {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  border: 0.3rem solid rgba(11,77,162,.3);
  border-radius: 50%;
  border-top-color: #0b4da2;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}

.service_empty {
  padding: 10rem 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
}

.detail_area01 .se-contents ul li span {
  font-size: 16px;
  width: auto;
}

.digital_service_detail_area .se-contents p {
  line-height: 150%;
  margin-bottom: 0;
}

.hr_dot {
  content: "";
  width: 100%;
  margin: 20px 0 10px 0;
  height: 5px;
  border-bottom: 1px dashed #aaa;
}

.hr_dot_02 {
  content: "";
  width: 100%;
  margin: 20px 0;
  height: 5px;
  border-bottom: 1px dashed #aaa;
}



/*-- 22.04.14 디지털서비스찾기 > 판매중지서비스 추가 --*/
/* view */
.sale-stop{display:inline-block; margin-left:8px;}
.sale-stop i{display:inline-block;}
.sale-stop__state{display:inline-flex; align-items:center; height:35px; line-height:33px; background: #c00000; border-radius:5px; padding:0 10px 0 8px; font-size:16px; font-weight:500; color:#fff;}
.ico_sale_stop{width:16px; height:16px; background:url(../images/ico_stop.svg) no-repeat 50%; margin-right:5px;}
.ico_sale_notice{width:18px; height:18px; background:url(../images/ico_des.svg) no-repeat 50%; margin-left:5px; cursor:pointer;}

/* list */
.name_product label{display:flex; align-items: center; }

/* 학교 교육 전용_btn */
.name_product label .edu_btn {
  display: inline-flex;
  align-items: center;
  height: 35px;
  line-height: 33px;
  background: #1e8a0b;
  border-radius: 5px;
  padding: 0 10px 0 8px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-left: 8px;
}

/* 품질 개선 권고_btn */
.name_product label .quality_btn {
  display: inline-flex;
  align-items: center;
  height: 35px;
  line-height: 33px;
  background: #c06c00;
  border-radius: 5px;
  padding: 0 10px 0 8px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-left: 8px;
}

.name_product .ico_sale_stop{width:15px; height:15px; margin-right:3px;}


/* 품질 개선 권고 tooltip*/
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip .tooltip-text {
  visibility: hidden;
  width: 320px;
  background: #fff;
  font-weight: 500 !important;
  color: #c06c00 !important;
  text-align: center;
  border: 1px solid #c06c00;
  padding: 5px;
  line-height: 20px !important;
  border-radius: 6px;

  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
  box-shadow: 0 3px 8px rgba(165, 165, 165, 0.5);
}

.tooltip .tooltip-text::after {
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-color: #c06c00 transparent transparent transparent;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  color : #333;
  font-size: 14px !important;
  font-weight: 500;
}

.tooltip:hover .tooltip-text:hover {
  color : #c06c00 !important;
}



/* focus */
.search_input input[type="text"]:focus{outline:2px solid #000;}



/* serch_word */
.search_word_btn {display: flex; flex-direction: row; justify-content: flex-end; align-items: center; margin: 0.8em 0; }
.search_word_btn .wordBtn { background: #014da2; font-size: 14px; border-radius: 5px; padding: 5px 0.7em; height: 30px; color: #fff; }
.search_word_more {display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 0 0 0.8em 0;}
.search_word_more h3 {font-size: 15px; }
.search_word_more .moreBtn {display: flex; }
.search_word_more .moreBtn button {display: flex; justify-content:center; width: 1.2em; height: 1.2em; background: #fff; align-items: center; margin-left: 0.3em; border: 1px solid #5d5d5d; }
.search_word_more .moreBtn button:hover {background: #5d5d5d; color: #fff; }
.search_word_box input[type="text"] {border-radius: 5px !important; box-shadow: 0 1px 3px rgba(11, 11, 11, .2); padding: 0.8em; height: auto; line-height: 1; border: none !important; margin: 0 0 0.5em 0; }
.search_word_text {font-size: 13.5px; color: #8c8c8c; }
.search_word_text strong {font-weight: 500; font-size: 13.5px; color: #4e4e4e }
.search_word_btn2 {display: flex; flex-direction: row; justify-content: center; align-items: center; margin: 0.8em 0; }
.search_word_btn2 .wordBtn2 { background: #014da2; font-size: 14px; border-radius: 5px; padding: 5px 1.2em; height: 30px; color: #fff; }

/* vue css */
.search_word_box .searchWordDivDisplay, .search_word_input_box .innerKeyInput3Display {display: none;}
.search_word_more .plusStyle, .search_word_more .minStyle {
   background-color: #dcdcdc !important; border: none !important;
}



/*AIDT 교육자료_2025_02_05*/
.guideResFee table {
  width: 100%;
  border-top: solid 2px #22272f;
}
.guideResFee table th,
.guideResFee table td {
  border-bottom: solid 1px #e0e0e0;
  border-left: solid 1px #e0e0e0;
  text-align: center;
  vertical-align: middle;
}
.guideResFee table th {
  font-weight: 400;
}
.guideResFee table td small,
.guideResFee table td i,
.guideResFee table th > span,
.guideResFee table td > span {
  display: block;
}
.guideResFee table tbody th,
.guideResFee table thead th:first-child {
  border-left: 0;
}
.guideResFee table thead th {
  background: #f8f9fa;
}
.guideResFee table td i {
  margin-top: 10px;
}
.guideResFee[data-type="student"] table th,
.guideResFee[data-type="student"] table td {
  /*height: 40px;*/
  padding: 10px 0;
}
/*.guideResFee[data-type="student"] table tbody th {
  padding-left: 20px;
}
.guideResFee[data-type="student"] table thead th {
  height: 45px;
  padding: 5px 0;
}
.guideResFee[data-type="student"] table thead th[data-type="price"],
.guideResFee[data-type="student"] table thead th[data-type="left"] {
  font-size: 14px;
}*/
.guideResFee[data-type="course"] mark,
.guideResFee[data-type="student"] mark {
  color: #0253cb;
  font-weight: 400;
}
.guideResFee[data-type="student"] table {
  table-layout: fixed;
}
.guideResFee[data-type="student"] table thead th[data-type="left"] {
  border-left: solid 1px #e0e0e0;
}
/*.guideResFee[data-type="student"] table tbody th {
  text-align: left;
}*/
.guideResFee[data-type="student"] table tbody td mark {
  font-size: 0;
  margin: 0 auto;
  display: block;
  width: 12px;
  height: 6px;
  border: 3px solid #959aa1;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  background: none;
}
.guideResFee[data-type="student"] table tbody td mark.blue {
  border-color: #0253cb;
}



