@charset "UTF-8";
main {
  font-size: 1.5rem;
}

.popup_layer {
  border: 1px solid #707070;
  background-color: #fff;
  position: absolute;
  text-align: left;
  z-index: 2;
  display: block;
  -webkit-box-shadow: 0 1.2rem 1.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 1.2rem 1.6rem rgba(0, 0, 0, 0.16);
}

.popup_layer .popup_cont .link {
  display: block;
}

.popup_layer .popup_cont .default {
  height: 100%;
}

.popup_layer .popup_cont .default .title {
  background-color: #121A4C;
  color: #fff;
  display: block;
  font-size: 2.4rem;
  padding: 2rem 3rem;
}

.popup_layer .popup_cont .default .cont {
  color: #222;
  font-size: 1.5rem;
  padding: 2.5rem 3rem;
  word-break: keep-all;
}

.popup_layer .popup_close {
  border-top: 1px solid #707070;
  font-weight: 500;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup_layer .popup_close .custom-input {
  padding: 1.3rem 1.6rem;
  text-align: center;
  width: calc(100% - 16rem);
}

.popup_layer .popup_close .custom-input input[type="checkbox"] + label::before {
  display: inline-block;
  font-family: xeicon;
  content: "";
  font-size: 2rem;
  border: 0;
  color: #AAAAAA;
  top: -.5rem;
}

.popup_layer .popup_close .custom-input input[type="checkbox"]:focus + label {
  border: 1px dotted #666;
}

.popup_layer .popup_close .popup_close_btn {
  width: 16rem;
  border-left: 1px solid #707070;
  padding: 1.3rem 1.6rem;
}

.popup_layer .popup_close .popup_close_btn span {
  display: inline-block;
  vertical-align: middle;
}

.popup_layer .popup_close .popup_close_btn i {
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: middle;
}

.section {
  margin-bottom: 4rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  max-height: inherit;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
}

.section.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.section h4 {
  font-size: 2rem;
  color: #0e0e1e;
  font-weight: 700;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5rem;
}

.slick-dots li button {
  display: block;
  width: 2rem;
  height: .8rem;
  border-radius: .6rem;
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.slick-dots .slick-active button {
  background-color: #407AE6;
  width: 3.2rem;
}

/* tab */
.tab_wrap .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-counter {
  position: absolute;
  font-size: 1.7rem;
  color: #667;
}

.slick-counter .current {
  color: #3a3a4a;
  font-weight: 700;
}

.slick-arrow {
  position: absolute;
  width: 2.2rem;
  height: 2.5rem;
  overflow: hidden;
  color: transparent;
  z-index: 1;
}

.slick-arrow::before {
  font-family: xeicon;
  font-size: 2.3rem;
  display: block;
  line-height: 1;
  color: #44475c;
  -webkit-transition: .2s;
  transition: .2s;
}

.slick-prev::before {
  content: "\e93c";
}

.slick-next::before {
  content: "\e93f";
}

.slick-slide img {
  width: 100%;
  height: 100%;
}

.section01 {
  padding: 4.4rem 0 12rem;
  width: 100%;
  position: relative;
}

.section01::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #cbdef3), color-stop(50%, #E8F0F9));
  background: linear-gradient(to right, #cbdef3 50%, #E8F0F9 50%);
}

.section01 .control {
  position: absolute;
  width: 2.2rem;
  height: 2.5rem;
}

.section01 .control button {
  display: none;
  position: absolute;
  color: #44475c;
  font-size: 2rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.section01 .control button:hover {
  color: #000;
}

.section01 .control .active {
  display: block;
}

.section01 .visual_slide {
  position: relative;
  height: 100%;
}

.section01 .visual_slide .slick-list {
  -webkit-box-shadow: 0px 3rem 3rem rgba(30, 82, 136, 0.15);
          box-shadow: 0px 3rem 3rem rgba(30, 82, 136, 0.15);
}

.section01 .visual_slide .slick-dots {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: -3.8rem;
}

.section01 .visual_slide .control {
  bottom: -4.2rem;
  right: 0;
}

.section01 .notice_slide {
  height: 100%;
  padding: 3.6rem 2.5rem 3.6rem .9rem;
  position: relative;
}

.section01 .notice_slide .slick-slider {
  margin-top: -4rem;
}

.section01 .notice_slide .slick-list {
  padding-top: 4rem;
}

.section01 .notice_slide .slick-counter {
  right: 7.4rem;
  bottom: -3.8rem;
}

.section01 .notice_slide .control {
  right: 1.5rem;
  bottom: -4.2rem;
}

.section01 .notice_slide .slick-arrow {
  bottom: -4.2rem;
}

.section01 .notice_slide .slick-prev {
  right: 11rem;
}

.section01 .notice_slide .slick-next {
  right: 4.5rem;
}

.section01 .notice_slide h4 {
  font-size: 1.7rem;
  color: #4e35c1;
  background-color: #E8F0F9;
  margin-bottom: 2rem;
  font-weight: 500;
  position: relative;
  z-index: 2;
  display: inline-block;
}

.section01 .notice_slide .item {
  display: block;
  width: 100%;
}

.section01 .notice_slide .title_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.section01 .notice_slide .title_area .title {
  font-size: 2rem;
  font-weight: 500;
  color: #1d1e23;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  max-height: 5.7rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  word-break: keep-all;
}

.section01 .notice_slide .title_area .date {
  color: #666;
  position: absolute;
  right: .5rem;
  top: -3.8rem;
  font-size: 1.4rem;
}

.section01 .notice_slide .desc {
  font-size: 1.4rem;
  color: #646464;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  max-height: 6rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  word-break: keep-all;
  line-height: 1.5;
}

.section02 {
  margin-top: -9.8rem;
  margin-bottom: 0;
}

.section02 .container {
  background-color: #fff;
  border-radius: .4rem;
  padding: 3.6rem 0;
}

.section02 .quick_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /*&::after{content: '';display: block;width: 1px;height: 7.6rem;background-color: #ddd;position: absolute;right: 0;top: 50%; transform:translateY(-50%)}*/
}

.section02 .quick_link h4 {
  display: inline-block;
  width: 13rem;
  height: 5rem;
  margin: 1.5rem 0 0 0;
  text-align: center;
}

.section02 .quick_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section02 .quick_link li {
  margin: 0 1rem;
  text-align: center;
}

.section02 .quick_link li a {
  display: block;
}

.section02 .quick_link .picto {
  width: 7.6rem;
  height: 7.6rem;
  line-height: 7.6rem;
  margin: 0 auto 1rem;
  display: block;
  border-radius: 50%;
  background-color: #f2f3f7;
  text-align: center;
  -webkit-transition: .2s;
  transition: .2s;
}

.section02 .quick_link .icon {
  background: url("/resources/imgs/main/s2_quick_link_icon2.png") 0 0/auto 9rem no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 4.5rem;
  height: 4.5rem;
  -webkit-transition: background-position .2s;
  transition: background-position .2s;
}

.section02 .quick_link .icon_q1 {
  background-position: 0rem 0;
}

.section02 .quick_link .icon_q2 {
  background-position: -4.5rem 0;
}

.section02 .quick_link .icon_q3 {
  background-position: -9rem 0;
}

.section02 .quick_link .icon_q4 {
  background-position: -13.5rem 0;
}

.section02 .quick_link .icon_q5 {
  background-position: -18rem 0;
}

.section02 .quick_link .icon_q6 {
  background-position: -22.5rem 0;
}

.section02 .quick_link .icon_q7 {
  background-position: -27rem 0;
}

.section02 .quick_link a:hover .picto {
  background-color: #627ef0;
}

.section02 .quick_link a:hover .icon_q1 {
  background-position: 0rem -4.5rem;
}

.section02 .quick_link a:hover .icon_q2 {
  background-position: -4.5rem -4.5rem;
}

.section02 .quick_link a:hover .icon_q3 {
  background-position: -9rem -4.5rem;
}

.section02 .quick_link a:hover .icon_q4 {
  background-position: -13.5rem -4.5rem;
}

.section02 .quick_link a:hover .icon_q5 {
  background-position: -18rem -4.5rem;
}

.section02 .quick_link a:hover .icon_q6 {
  background-position: -22.5rem -4.5rem;
}

.section02 .quick_link a:hover .icon_q7 {
  background-position: -27rem -4.5rem;
}

.section02 .quick_link .title {
  color: #424251;
  font-size: 1.5rem;
  line-height: 1.5;
}

.section02 .customer_center {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 2.2rem;
  /*
    .bg{position: absolute; right: 3.6rem;top: -.25rem;width:13.4rem;height:auto;}
    .title{display: block;color: #0f0f1e;font-size: 1.8rem;font-weight: 500;margin-bottom: .5rem;
      strong{color: #1b48e4;font-weight: 700;margin-left: 1rem;}
    }
    .time{display: block;color: #535362; font-size: 1.3rem;margin-bottom: 1.1rem;
      .xi-time-o{vertical-align: middle;color: #868695;font-size: 1.6rem;margin-right: 0.5rem;}
    }
    .btn{display: inline-block;color: #627EF0;font-size: 1.4rem;font-weight: 500;
      i{margin-left: 1rem;}
    }
    */
}

.section02 .customer_center .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
  max-width: 33%;
  border-radius: 1.4rem;
  position: relative;
  text-align: center;
  border: 1px solid #ddd;
  background: #F2F3F7;
}

.section02 .customer_center .item a::before {
  content: "";
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background: 0 0/contain no-repeat;
  margin: 0 auto 1rem;
}

.section02 .customer_center .item strong {
  font-size: 1.5rem;
  color: #333;
}

.section02 .customer_center .item i {
  color: #B7B7B7;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.section02 .customer_center .item ~ .item {
  margin-left: 1.2rem;
}

.section02 .customer_center a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5rem 2rem 2rem;
}

.section02 .customer_center .rnd {
  background: #476CCD;
  border-color: #476CCD;
}

.section02 .customer_center .rnd strong {
  color: #fff;
}

.section02 .customer_center .rnd i {
  color: #fff;
  opacity: .5;
}

.section02 .customer_center .rnd a::before {
  background-image: url("/resources/imgs/main/icon_rnd_portal.svg");
}

.section02 .customer_center .number a::before {
  background-image: url("/resources/imgs/main/icon_person_search.svg");
}

.section02 .customer_center .system a::before {
  background-image: url("/resources/imgs/main/icon_biotech.svg");
}





.section03 {
  position: relative;
  z-index: 1;
}

.section03 .biz_tab .tabs {
  background-color: #f3f3fa;
  min-height: 7.2rem;
  width: 100%;
  /*border-bottom: 1px solid #ddd;*/
  padding-left: 1rem;
}

.section03 .biz_tab .tabs li.active {
  position: relative;
}

.section03 .biz_tab .tabs a {
  font-size: 2.2rem;
  color: #868695;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  padding: 2.3rem 1.8rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section03 .biz_tab .tabs a h4 {
  display: block;
  color: inherit;
  position: relative;
  padding-bottom: 2.3rem;
}

.section03 .biz_tab .tabs .active a {
  color: #0f0f1e;
  font-weight: 700;
}

.section03 .biz_tab .tabs .active a h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0F0F1E;
}

.section03 .tab_cont {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
}

.section03 .tab_cont.active {
  opacity: 1;
  visibility: visible;
  max-height: 100rem;
  overflow: visible;
}

.section03 .tab_cont .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  /*z-index: 2;*/
  padding: 1.8rem 2rem;
}

.section03 .tab_cont .filter > li > button {
  padding: .85rem;
}

.section03 .tab_cont .filter > li .inst_list_layer {
  display: none;
  width: 56rem;
  background-color: #fff;
  border: 1px solid #44465C;
  padding: 1rem 0;
  position: absolute;
  right: -4rem;
  z-index: 8;
  font-size: 1.3rem;
  margin-top: .7rem;
  padding: 2.8rem;
}

.section03 .tab_cont .filter > li .inst_list_layer .title {
  font-size: 2rem;
  margin-bottom: 1.2rem;
  display: block;
}

.section03 .tab_cont .filter > li .inst_list_layer .inst_confirm_btn {
  display: block;
  width: 100%;
  background-color: #1F3FAA;
  color: #fff;
  padding: 1rem;
  margin-top: 1.4rem;
}

.section03 .tab_cont .filter > li .inst_list_layer .btn_close {
  position: absolute;
  right: 3rem;
  top: 3rem;
  font-size: 2rem;
}

.section03 .tab_cont .filter > li.active > button {
  font-weight: 700;
  color: #1F3FAA;
}

.section03 .tab_cont .filter > li.active > button span {
  border-bottom: 1px solid #1F3FAA;
}

.section03 .tab_cont .filter .inst {
  margin-left: 2rem;
  position: relative;
}

.section03 .tab_cont .filter .form-select {
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  width: 18rem;
  text-align: left;
}

.section03 .tab_cont .filter .form-select::after {
  content: "\e941";
}

.section03 .tab_cont .filter .month {
  position: relative;
}

.section03 .tab_cont .filter .month .form-select {
  width: 11rem;
}

.section03 .tab_cont .filter .month + .inst {
  margin-left: 0.4rem;
}

.section03 .tab_cont .filter .month .month_list {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-top: -1px;
  border: 1px solid #C2C6D1;
  background-color: #fff;
  width: 100%;
  padding: 0;
  position: absolute;
  z-index: 3;
}

.section03 .tab_cont .filter .month .month_list button {
  width: 100%;
  text-align: left;
  padding: .5rem 1rem;
}

.section03 .tab_cont .filter .month.active .month_list {
  opacity: 1;
  visibility: visible;
  max-height: 100rem;
  padding: 1rem 0;
}

.section03 .tab_cont .filter .refresh {
  margin-left: 0.4rem;
}

.section03 .tab_cont .filter .refresh > button {
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 2rem;
  padding: .45rem .7rem;
}

.section03 .tab_cont .filter .inst_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 체크박스 */
}

.section03 .tab_cont .filter .inst_list_wrap .inst_list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  border: 1px solid #ddd;
  padding: 1rem 1rem 1rem 1.6rem;
  position: relative;
}

.section03 .tab_cont .filter .inst_list_wrap .inst_list .inst_title {
  font-size: 1.6rem;
  color: #0F0F1E;
  display: block;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
  font-weight: 500;
}

.section03 .tab_cont .filter .inst_list_wrap .inst_list ul {
  height: 29rem;
  overflow: auto;
  font-size: 1.4rem;
}

.section03 .tab_cont .filter .inst_list_wrap .inst_list ul::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 1rem;
}

.section03 .tab_cont .filter .inst_list_wrap .inst_list ul::-webkit-scrollbar {
  width: 0.6rem;
}

.section03 .tab_cont .filter .inst_list_wrap .inst_list ul::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}

.section03 .tab_cont .filter .inst_list_wrap .inst_list ul li ~ li {
  margin-top: 1rem;
}

.section03 .tab_cont .filter .inst_list_wrap .inst_list ~ .inst_list {
  margin-left: 2.4rem;
}

.section03 .tab_cont .filter .inst_list_wrap .inst_list ~ .inst_list::before {
  content: "\e93e";
  display: block;
  color: #aaa;
  font-size: 1.6rem;
  font-family: "xeicon";
  position: absolute;
  -webkit-transform: translate(-130%, -50%);
          transform: translate(-130%, -50%);
  left: 0;
  top: 50%;
}

.section03 .tab_cont .filter .inst_list_wrap .custom-input input + label::before,
.section03 .tab_cont .filter .inst_list_wrap .custom-input input + label::after {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 2px;
}

.section03 .tab_cont .filter .inst_list_wrap .custom-input input[type="checkbox"] + label::after {
  background-color: #1F3FAA;
  border: 1px solid #1F3FAA;
}

.section03 .tab_cont .filter .inst_list_wrap .custom-input input:checked + label::after {
  border-color: #1F3FAA;
}

.section03 .tab_cont .slick-slider {
  position: relative;
}

.section03 .tab_cont .slider_group {
  margin-left: 1px;
  padding-top: 1px;
}

.section03 .tab_cont .slick-list {
  height: 41.8rem;
  margin-bottom: 2rem;
  background-color: #F3F3FA;
  position: relative;
}

.section03 .tab_cont .slick-list::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.section03 .tab_cont .item {
  background-color: #fff;
  min-height: 13.9rem;
}

.section03 .tab_cont .item a, .section03 .tab_cont .item .column {
  display: block;
  padding: 2.8rem 2.3rem 2.3rem;
  border: 1px solid #ddd;
  margin: -1px;
  position: relative;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  -webkit-transition: .2s;
  transition: .2s;
}

.section03 .tab_cont .item a:hover {
  border: 1px solid #44465C;
  -webkit-box-shadow: 0 1rem 1.6rem rgba(60, 70, 92, 0.2);
          box-shadow: 0 1rem 1.6rem rgba(60, 70, 92, 0.2);
  z-index: 2;
}

.section03 .tab_cont .item.nodata {
  padding: 4rem 3rem 0;
  border: 1px solid #ddd;
  position: relative;
  text-align: center;
  background: #fff url("/resources/imgs/main/biz_logo_bg.png") 50% 40% no-repeat;
  height: 41.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -1px 0 0 -1px;
}

.section03 .tab_cont .item .column {
  background: url("/resources/imgs/main/biz_logo_bg.png") 50% 50% no-repeat;
}

.section03 .tab_cont .item .depart {
  font-size: 1.5rem;
}

.section03 .tab_cont .item .depart strong {
  font-weight: 400;
  color: #0f0f1e;
  margin-right: 1rem;
}

.section03 .tab_cont .item .depart em {
  color: #757575;
}

.section03 .tab_cont .item .title {
  display: block;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: .6rem 0 1.4rem;
  font-size: 2rem;
  color: #0f0f1e;
  font-weight: 500;
}

.section03 .tab_cont .item .type {
  display: block;
}

.section03 .tab_cont .item .type.ing .state {
  color: #476ccd;
  border-color: #476ccd;
}

.section03 .tab_cont .item .type.ready .state {
  color: #727272;
  border-color: #727272;
}

.section03 .tab_cont .item .type.end .state {
  color: #fff;
  background-color: #D63368;
  border-color: #D63368;
}

.section03 .tab_cont .item .type .state {
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
  width: 8rem;
  min-width: 6rem;
  padding: .3rem .5rem;
  font-size: 1.4rem;
  word-break: keep-all;
  border-width: 1px;
  border-style: solid;
}

.section03 .tab_cont .item .type em {
  display: inline-block;
  font-size: 1.5rem;
  color: #777;
}

.section03 .tab_cont .slick-counter {
  position: relative;
  text-align: center;
  font-size: 2rem;
  margin: 2.3rem 0 0;
  color: #838390;
}

.section03 .tab_cont .slick-counter .current {
  color: #407ae6;
}

.section03 .tab_cont .slick-arrow {
  bottom: 0;
  left: 50%;
  width: 7rem;
  text-align: center;
  border: 1px solid #44465C;
  -webkit-transition: .2s;
  transition: .2s;
}

.section03 .tab_cont .slick-arrow:hover {
  background-color: #44465C;
}

.section03 .tab_cont .slick-arrow:hover::before {
  color: #fff;
}

.section03 .tab_cont .slick-prev {
  -webkit-transform: translateX(-160%);
          transform: translateX(-160%);
}

.section03 .tab_cont .slick-next {
  -webkit-transform: translateX(60%);
          transform: translateX(60%);
}

.section03 .tab_cont .btn_more {
  display: none;
}

.section03 .biz_notice_slider .item_foot {
  display: block;
  margin-top: 1rem;
}

.section03 .biz_notice_slider .item_foot .d_day {
  font-size: 1.5rem;
  color: #407AE6;
  margin-left: 0.5rem;
}

.section04 .col-md-4, .section04 .col-md-8 {
  padding: 0 1.1rem;
  margin-bottom: 2.2rem;
}

.section04 .row {
  margin-left: -1.1rem;
  margin-right: -1.1rem;
}

.section04 {
  background-color: #EEEEF1;
  margin-bottom: 0;
  padding: 4rem 0 1.8rem;
}

.section04 h4 {
  margin-bottom: 3rem;
}

.section04 .item {
  height: 100%;
  padding: 2.5rem 2.8rem;
  background: #fff;
  position: relative;
}

.section04 .rnd_info::before {
  content: "";
  display: block;
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  right: 10%;
  top: 40%;
  background: url(/resources/imgs/main/s4_rnd_info_bg.png) 0 0/contain no-repeat;
}

.section04 .rnd_info li ~ li {
  margin-top: 2rem;
}

.section04 .rnd_info a {
  display: block;
}

.section04 .rnd_info .title {
  display: block;
  margin-top: 0.5rem;
}

.section04 .rnd_stats::before {
  content: "";
  display: block;
  width: 12.1rem;
  height: 10.4rem;
  position: absolute;
  right: 10%;
  top: 40%;
  background: url(/resources/imgs/main/s4_rnd_stats_bg.png) 0 0/contain no-repeat;
}

.section04 .rnd_stats .list > li {
  position: relative;
  margin: .5rem 0;
}

.section04 .rnd_stats .list > li ~ li {
  margin-top: 1.1rem;
}

.section04 .rnd_stats .list > li a {
  color: #57575e;
  display: block;
  position: relative;
  padding: 0 0 0 1.5rem;
}

.section04 .rnd_stats .list > li a::before {
  display: inline-block;
  font-family: xeicon;
  content: "";
  font-size: 1.5rem;
  color: #aaa;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  top: 50%;
}

.section04 .manual .title, .section04 .eval_app .title {
  display: block;
  font-size: 2rem;
  color: #0f0f1e;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section04 .manual .title span, .section04 .eval_app .title span {
  display: inline-block;
  vertical-align: middle;
}

.section04 .manual .title i, .section04 .eval_app .title i {
  color: #c3c7d5;
  margin-left: 1rem;
  font-size: 2.8rem;
  vertical-align: middle;
}

.section04 .manual .desc, .section04 .eval_app .desc {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #57575e;
}

.section04 .manual .online_manual {
  background: #fff;
  margin-bottom: 2.2rem;
  position: relative;
}

.section04 .manual .online_manual::before {
  content: "";
  display: block;
  width: 11.5rem;
  height: 9.6rem;
  position: absolute;
  right: 3%;
  top: 12%;
  background: url(/resources/imgs/main/s4_manual_bg1.png) 0 0/contain no-repeat;
}

.section04 .manual .simul_manual {
  background: #fff;
  position: relative;
}

.section04 .manual .simul_manual::before {
  content: "";
  display: block;
  width: 10.1rem;
  height: 10.1rem;
  position: absolute;
  right: 3%;
  top: 12%;
  background: url(/resources/imgs/main/s4_manual_bg2.png) 0 0/contain no-repeat;
}

.section04 .manual a {
  position: relative;
  display: block;
  padding: 2.3rem 15rem 2.3rem 3rem;
}

.section04 .manual a .icon2 {
  background-position: -4rem 0;
}

.section04 .manual a .icon3 {
  background-position: -8rem 0;
}

.section04 .iris_info {
  background-color: #fff;
  padding: 4.2rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section04 .iris_info .cont {
  margin-left: 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 47%;
          flex: 1 1 47%;
  margin-right: 2rem;
}

.section04 .iris_info .desc {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #5f6c87;
  font-weight: 500;
  word-break: keep-all;
}

.section04 .iris_info .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section04 .iris_info .list li ~ li {
  margin-left: 2rem;
}

.section04 .iris_info .list a {
  font-weight: 500;
  color: #1d2c5c;
  text-align: center;
  display: block;
}

.section04 .iris_info .list .icon {
  display: block;
  background: url(/resources/imgs/main/iris_info_icon.png) 0 0/auto 3.3rem no-repeat;
  width: 3rem;
  height: 3.3rem;
  margin: .5rem auto;
}

.section04 .iris_info .list .icon2 {
  background-position: -3rem 0;
}

.section04 .iris_info .list .icon3 {
  background-position: -6rem 0;
}

.section04 .eval_app {
  background: #d9f2fb;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.section04 .eval_app::before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background: url(/resources/imgs/main/s6_eval_edge.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.section04 .eval_app .bg {
  width: 100%;
  height: 100%;
  padding: 3.3rem 20rem 3.3rem 3rem;
  position: relative;
  z-index: 1;
}

.section04 .eval_app .bg::after {
  content: "";
  display: block;
  width: 17.9rem;
  height: 13.8rem;
  background: url(/resources/imgs/main/s6_eval_app_bg.png) 0 0/contain no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}

.section04 .eval_app .bg a {
  display: block;
}

.section05 {
  padding-top: 6rem;
}

.section05 .tab_wrap {
  height: 100%;
  position: relative;
}

.section05 .tab_cont {
  display: none;
}

.section05 .tab_cont:first-of-type {
  display: block;
}

.section05 .tabs {
  border-bottom: 1px solid #d9d9dd;
}

.section05 .tabs a {
  display: block;
}

.section05 .tabs a::after {
  content: '';
  display: block;
  height: 0.3rem;
  background-color: #476ccd;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.section05 .tabs .active a h4 {
  font-size: 2.2rem;
  color: #0e0e1e;
  font-weight: 700;
}

.section05 .tabs .active a::after {
  opacity: 1;
  visibility: visible;
}

.section05 .tabs h4 {
  color: #757584;
  font-weight: 400;
  line-height: 2.2rem;
  padding: 1rem 0;
}

.section05 .tabs li ~ li {
  margin-left: 3rem;
  position: relative;
}

.section05 .more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 3.2rem;
  color: #313140;
}

.section05 .relate_law_tab {
  margin-right: 2rem;
}

.section05 .relate_law_tab .tabs {
  margin-bottom: 1.5rem;
}

.section05 .relate_law_tab .tab_cont .list > li {
  position: relative;
  line-height: 1.3;
}

.section05 .relate_law_tab .tab_cont .list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .7rem 0;
  font-size: 1.5rem;
}

.section05 .relate_law_tab .tab_cont .list > li .txt {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.section05 .relate_law_tab .tab_cont .list > li .xi-new {
  font-size: 2rem;
  color: #ef4b81;
}

.section05 .relate_law_tab .tab_cont .list > li .type {
  color: #475EBF;
  font-weight: 500;
  margin-right: 2rem;
  min-width: 14rem;
}

.section05 .faq_tab {
  margin-left: 2rem;
}

.section05 .faq_tab .tab_cont .list li ~ li {
  border-top: 1px solid #e6e6e6;
}

.section05 .faq_tab .tab_cont .list a {
  display: block;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 2.3rem 1rem;
}

.section05 .faq_tab .tab_cont .list .icon_question {
  margin-right: 2rem;
  display: inline-block;
  vertical-align: middle;
  width: 1.6rem;
  height: 1.7rem;
  background: url(/resources/imgs/main/icon_q.png) 0 0/cover no-repeat;
}

@media (max-width: 1023.98px) {
  .noscroll {
    height: 100vh;
    overflow: hidden;
  }
  .popup_layer {
    left: 1rem !important;
    width: calc(100% - 2rem) !important;
    text-align: center;
  }
  .popup_cont {
    margin: 0 auto;
    width: auto !important;
    height: auto !important;
  }
  .section {
    margin-bottom: 0;
  }
  .section01 {
    padding: 0;
    background: #D8E6F6;
  }
  .section01 .container {
    padding: 0;
  }
  .section01 .row {
    margin: 0;
  }
  .section01 .col-md-4 {
    padding: 0;
  }
  .section01 .visual_slide .slick-prev {
    left: 2rem;
    bottom: 1rem;
  }
  .section01 .visual_slide .slick-next {
    left: 6.8rem;
    bottom: 1rem;
  }
  .section01 .visual_slide .slick-counter {
    left: 10rem;
    bottom: 1.4rem;
  }
  .section01 .slick-dots li button {
    width: 3.2rem;
  }
  .section01 .col-md-8 {
    padding: 0 0 5rem;
  }
  .section01 .visual_slide .control {
    right: 1rem;
  }
  .section01 .notice_slide {
    padding: 1rem 0 4.5rem;
  }
  .section01 .notice_slide h4 {
    margin: 3rem 0 0 3.4rem;
    background-color: #fff;
  }
  .section01 .notice_slide .item {
    background-color: #fff;
    border-radius: 1.2rem;
    padding: 6rem 2.4rem 2.6rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .section01 .notice_slide .slick-list {
    padding-top: 0;
  }
  .section01 .notice_slide .control {
    display: none;
  }
  .section01 .notice_slide .slick-arrow {
    bottom: .6rem;
  }
  .section01 .notice_slide .slick-prev {
    right: calc(50% + 3rem);
  }
  .section01 .notice_slide .slick-next {
    right: calc(50% - 5rem);
  }
  .section01 .notice_slide .slick-counter {
    left: 50%;
    right: inherit;
    bottom: 1rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .section02 {
    margin-top: 0;
  }
  .section02 .container {
    padding: 0 2rem;
  }
  .section02 .customer_center {
    margin: 2rem 0 0 0;
    padding-bottom: 2rem;
    /*  padding: 0;margin-top: 2rem;background-size:auto 5rem;display:flex;align-items:center;justify-content:  center;flex-wrap:wrap;height:auto;    
     
      .btn{display: block;width: 100%;padding: 1rem;border: 1px solid $color3;text-align: center;margin: 1rem 0;}
      .bg{position: static;}
      .center_info{margin:0 2rem;}
      .time{margin: 0;}
      */
  }
  .section02 .quick_link {
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section02 .quick_link h4 {
    display: block;
    width: 100%;
    padding: 1rem;
    text-align: center;
    margin: 2rem 0 1rem;
  }
  .section02 .quick_link h4 img ~ img {
    margin-left: 1rem;
  }
  .section02 .quick_link::after {
    display: none;
  }
  .section02 .quick_link ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .section02 .quick_link ul li {
    margin: 0;
    width: 50%;
  }
  .section02 .quick_link ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -1px 0 0 -1px;
    padding: .5rem 0;
    border: 1px solid #E5E5E5;
  }
  .section02 .quick_link ul a:hover .picto {
    background-color: transparent;
  }
  .section02 .quick_link ul a:hover .icon_q1 {
    background-position: 0rem 0;
  }
  .section02 .quick_link ul a:hover .icon_q2 {
    background-position: -4.5rem 0;
  }
  .section02 .quick_link ul a:hover .icon_q3 {
    background-position: -9rem 0;
  }
  .section02 .quick_link ul a:hover .icon_q4 {
    background-position: -13.5rem 0;
  }
  .section02 .quick_link ul a:hover .icon_q5 {
    background-position: -18rem 0;
  }
  .section02 .quick_link ul a:hover .icon_q6 {
    background-position: -22.5rem 0;
  }
  .section02 .quick_link ul a:hover .icon_q7 {
    background-position: -27rem 0;
  }
  .section02 .quick_link ul .picto {
    width: 40%;
    height: auto;
    line-height: inherit;
    display: inline-block;
    background-color: transparent;
    margin-bottom: 0;
  }
  .section02 .quick_link ul .title {
    width: 60%;
    display: block;
    text-align: left;
  }

  .section03 .tab_cont .btn_more, .section05 .more {
    border: 1px solid #E6E6EA;
    background-color: #F6F6F6;
    text-align: center;
    padding: 1rem;
    width: 100%;
    margin-top: -1px;
    display: none;
  }
  .section03.active {
    -webkit-transform: none;
            transform: none;
  }
  .section03 .container {
    margin-bottom: 2rem;
  }
  .section03 .biz_tab .tabs {
    padding-left: 0;
    background-color: #fff;
  }
  .section03 .biz_tab .tabs li {
    width: 50%;
    text-align: center;
  }
  .section03 .biz_tab .tabs a {
    padding-left: 0;
    padding-right: 0;
  }
  .section03 .biz_tab .tabs a h4 {
    width: 100%;
  }
  .section03 .biz_tab .tabs a h4::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #CFCFD6;
  }
  .section03 .tab_cont.active {
    max-height: inherit;
  }
  .section03 .tab_cont .filter {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .section03 .tab_cont .filter > li {
    width: 25%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .section03 .tab_cont .filter > li .inst_list_layer {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 2rem 2rem 0 0;
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px -1rem 1rem rgba(30, 82, 136, 0.1);
            box-shadow: 0px -1rem 1rem rgba(30, 82, 136, 0.1);
  }
  .section03 .tab_cont .filter > li .inst_list_layer .inst_list_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section03 .tab_cont .filter > li .inst_list_layer .inst_list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    text-align: left;
    padding: 0;
  }
  .section03 .tab_cont .filter > li .inst_list_layer .inst_list ~ .inst_list {
    margin-left: 0;
    margin-top: 1rem;
  }
  .section03 .tab_cont .filter > li .inst_list_layer .inst_list ~ .inst_list::before {
    display: none;
  }
  .section03 .tab_cont .filter > li .inst_list_layer .inst_list .inst_title {
    border: 0;
    margin-bottom: 0;
    padding: 1.5rem;
  }
  .section03 .tab_cont .filter > li .inst_list_layer .inst_list .inst_title::after {
    content: '\e941';
    color: #333;
    position: absolute;
    right: 1rem;
    top: 1.5rem;
    font-family: 'xeicon';
  }
  .section03 .tab_cont .filter > li .inst_list_layer .inst_list ul {
    display: none;
    padding: 1.5rem;
    border-top: 1px solid #ddd;
  }
  .section03 .tab_cont .filter > li:not(.inst):not(.refresh):not(.month) button {
    padding-left: 0;
    padding-right: 0;
  }
  .section03 .tab_cont .filter .form-select {
    width: 100%;
  }
  .section03 .tab_cont .filter .form-select ~ .form-select {
    margin-left: -1px;
  }
  .section03 .tab_cont .filter .inst {
    width: calc(100% - 3.6rem);
    margin-left: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section03 .tab_cont .filter .inst.active::before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  .section03 .tab_cont .filter .refresh {
    width: auto;
    margin-left: -1px;
  }
  .section03 .tab_cont .filter .refresh > button {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }
  .section03 .tab_cont.active {
    padding-top: 2rem;
  }
  .section03 .tab_cont .slick-list {
    height: auto;
    background-color: #fff;
  }
  .section03 .tab_cont .slick-list::after {
    display: none;
  }
  .section03 .tab_cont .slider_group {
    margin-left: 0;
    padding-top: 0;
  }
  .section03 .tab_cont .slider_group .item .column,
  .section03 .tab_cont .slider_group .item.nodata,
  .section03 .tab_cont .slider_group .item a {
    border: 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
    height: inherit;
    min-height: 13.9rem;
    padding-left: 0;
    padding-right: 0;
  }
  .section03 .tab_cont .slider_group .item {
    display: none;
  }
  .section03 .tab_cont .slider_group .item:nth-child(-n+6) {
    display: block;
  }
  .section03 .tab_cont .item.nodata {
    padding-top: 2rem;
  }
  .section03 .tab_cont .btn_more {
    display: block;
  }
  .section03 .tab_cont.biz_notice .filter > li.month {
    width: auto;
    position: relative;
  }
  .section04 {
    padding-top: 2rem;
    padding-bottom: 0;
  }
  .section04 h4 {
    margin-bottom: 2rem;
  }
  .section04 .rnd_info::before,
  .section04 .rnd_stats::before {
    top: 1.5rem;
    right: 2.5rem;
    width: 5rem;
    height: 5rem;
  }
  .section04 .rnd_info .list {
    display: block;
  }
  .section04 .rnd_info li ~ li {
    margin-top: 1rem;
  }
  .section04 .rnd_info a {
    border: 1px solid #E6E6EA;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section04 .rnd_info .img {
    width: 12rem;
    text-align: center;
  }
  .section04 .rnd_info .title {
    display: inline-block;
    width: calc(100% - 12rem);
  }
  .section04 .rnd_stats .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section04 .rnd_stats .list > li {
    margin-top: .5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .section04 .rnd_stats .list > li ~ li {
    margin-top: .5rem;
  }
  .section04 .rnd_stats .list > li a {
    border: 1px solid #E6E6EA;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 2.5rem;
  }
  .section04 .rnd_stats .list > li a::before {
    left: 0.7rem;
  }
  .section04 .rnd_stats .list > li:nth-child(even) a {
    margin-left: 1rem;
  }
  .section04 .iris_info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3rem;
  }
  .section04 .iris_info img {
    height: 5rem;
  }
  .section04 .iris_info .list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-left: 10%;
  }
  .section04 .iris_info .cont {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 2rem 0 0;
  }
  .section04 .row ~ .row .col-md-4 {
    margin-bottom: 0;
  }
  .section04 .eval_app {
    background-color: transparent;
  }
  .section04 .eval_app::before {
    display: none;
  }
  .section05 {
    padding-top: 3rem;
    margin-bottom: 4rem;
  }
  .section05 .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section05 .tabs li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .section05 .tabs li a h4 {
    text-align: center;
  }
  .section05 .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: static;
    font-size: inherit;
    margin: 0 0 2rem;
  }
  .section05 .more i {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .section05 .more .sr_only {
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section05 .more .sr_only strong {
    display: none;
  }
  .section05 .tab_wrap {
    height: auto;
    margin: 0;
  }
  .section05 .relate_law_tab .tab_cont .list > li ~ li {
    border-top: 1px solid #e6e6e6;
  }
  .section05 .relate_law_tab .tab_cont .list > li a {
    padding: 1.5rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section05 .relate_law_tab .tab_cont .list > li .type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: .6rem;
  }
  .section05 .relate_law_tab .tab_cont .list > li .txt {
    width: 94%;
  }
  .section05 .faq_tab {
    margin-top: 1rem;
  }
}
/*# sourceMappingURL=main.css.map */