@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: #46464a;
  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;
}

.section .title2 {
  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: .8rem;
  height: .8rem;
  border-radius: .6rem;
  background-color: #555555;
  font-size: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.slick-dots .slick-active button {
  background-color: #2c59ad;
  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: #444444;
  -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: #444444;
  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 .visual_slide .slick-arrow {
  bottom: -4.2rem;
}

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

.section01 .visual_slide .slick-next {
  right: 4.5rem;
}
.section01 .visual_slide .slick-counter {
  right: 7.4rem;
  bottom: -3.8rem;
}

.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: 4.4rem 0.25rem 0.2rem 0.2rem;
}
.section01 .notice_slide .slick-list:focus {
  outline: 2px solid #333;
}

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

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

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

.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;
  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.7rem;
  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: #333;
  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;
}

.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: #f2f3f7;
  min-height: 7.2rem;
  width: calc(100% - 3px);
  border: 1px solid #ddd;
  padding-left: 1rem;
}

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

.section03 .biz_tab .tabs a {
  font-size: 2.2rem;
  color: #5e5e63;
  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 a .title2 {
  display: block;
  color: inherit;
  position: relative;
  padding-bottom: 2.3rem;
}

.section03 .biz_tab .tabs .active a {
  color: #1F3FAA;
  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: #1F3FAA;
}
.section03 .biz_tab .tabs .active a .title2::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #1F3FAA;
}
.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: #476ccd;
  color: #fff;
  padding: 1rem;
  margin-top: 1.4rem;
}

.section03 .tab_cont .filter > li .inst_list_layer .inst_confirm_btn:focus {
  outline-offset: 2px;
}

.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 #ddd;
  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 #ddd;
  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.sorgnDiv .icon::before {
  content: "\e93e";
  display: block;
  color: #757575;
  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 .inst_list.sorgnDiv .icon .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.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: 6rem;
  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: #757575;
}

.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 #d5d5d5;
  -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: #f2f3f7;
  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: #57575e;
  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: #0f0f1e;
  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 li h4 {
  font-size: 2.2rem;
  color: #0e0e1e;
  font-weight: 700;
  padding: 1rem 0;
}
.section05 .tabs li h4 {
  position: relative;
  font-size: 2.2rem;
  color: #0e0e1e;
  font-weight: 700;
  padding: 1rem 0;
}
.section05 .tabs li h4::after {
  position: absolute;
  bottom: 0;
  left : 0;
  height: 0.3rem;
  background-color: #476ccd;
  content:"";
  width: 120px;
  /* transform: translateY(1px); */
  /* display: block; */
  /* transition: 0.2s; */
  /* opacity: 1; */
  visibility: visible;
}
.section05 .tabs li .faq::after {
  position: absolute;
  bottom: 0;
  left : 0;
  height: 0.3rem;
  background-color: #476ccd;
  content:"";
  width: 42px;
  /* transform: translateY(1px); */
  /* display: block; */
  /* transition: 0.2s; */
  /* opacity: 1; */
  visibility: visible;
}

.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: 1530px) {
  .section05 .tabs li h4::after {
    width: 110px;
  }
}

@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;
  }
}

@media (max-width: 768px) {
  .section05 .tabs li h4::after {
    width: 100px;
  }
  .section05 .tabs li .faq::after {
    width: 36px;
  }
}

/*# sourceMappingURL=main.css.map */


/* 메인화면 바로가기 시작 */
.goto_page {
  display: flex;
  padding: 13rem 16rem;
  width: 100%;
  height: 100vh;
  background: url(/resources/imgs/main/goto_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
}
.goto_page h1 {
  font-size: 0;
  line-height: 0;
}
.goto_page .goto_list {
    width: 100%;
}
.goto_page .goto_list ul {
  display : flex;
  justify-content: center;
}
.goto_page .goto_list ul li {
  position: relative;
  width: 100%;
  height:35rem;
  margin-right:10rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.goto_page .goto_list ul li::after {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  width: 94%;
  height: 32rem;
  border-radius: 2.5rem;
  border: 5px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
  content: "";
}
.goto_page .goto_list ul li::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 47.5rem;
  height: 101%;
  max-height: 100%;
  background: url(/resources/imgs/main/list_bg.png) bottom center / contain no-repeat;
  pointer-events: none;
  transform: translateX(-50%);
  content: "";
}
.goto_page .goto_list ul li:last-child {
  margin-right:0;
}
.goto_page .goto_list ul .list01 {
  background: linear-gradient(120deg, #6b7f9e, #bcd0ef);
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  border-radius: 2.5rem;
}

.goto_page .goto_list ul .list02 {
  background: linear-gradient(120deg, #588be3 , #bcd0ef  );
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  border-radius: 2.5rem;
}


.goto_page .goto_list ul .list03 {
  background: linear-gradient(120deg, #3e55a1 , #94a4d9 );
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  border-radius: 2.5rem;
}

.goto_page .goto_list ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 35rem;
  justify-content: center;
}
.goto_page .goto_list ul li:last-child {
  padding-bottom: 2rem;
}
.goto_page .goto_list ul li a strong {
  display: flex;
  font-size: 4rem;
  line-height: 4rem;
  color: #ffffff;
  text-align: center;
  flex-direction: column;
}
.goto_page .goto_list ul li a .parentheses {
  font-size: 3rem;
  color: #ffffff;
  text-align: center;
}

.goto_page .goto_list ul li a .goto_btn {
  margin-top: 3.5rem;
  width: 26rem;
  height: 7rem;
  background: #ffffff;
  border-radius: 4rem;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  border: 3px solid #ffffff;
  z-index: 1;
}
.goto_page .goto_list ul li:last-child a .goto_btn {
  margin-top: 2.5rem;
}
.goto_page .goto_list ul li a .goto_btn span {
  font-weight: 500;
  font-size: 2.5rem;
  color: #516c91;
}
.goto_page .goto_list ul li:hover,
.goto_page .goto_list ul li:hover a .goto_btn,
.goto_page .goto_list ul li:hover a .goto_btn span {
  background: #2d4874;
  color: #ffffff;
}
.goto_page .goto_list ul li.active::after {
  border: 5px solid #ffffff;
}
.goto_page .goto_list ul li a .page_move {
  display: flex;
  margin-top: 3rem;
  color: #ffffff;
  z-index: 1;
  align-items: center;
}
.goto_page .goto_list ul li a .page_move i {
  font-size: 1.8rem;
}
.goto_page .goto_list ul li a .page_move span {
  margin-left: 1rem;
  font-size: 2.3rem;
  font-weight: 500;
}
.goto_page .goto_list ul li a .page_move span br {
  display: none;
}
.goto_page .goto_notice {
  position: relative;
  margin: 10rem auto 0;
  width: 100%;
  height: 20rem; 
  background-color: rgba(255 255 255/ 80%);
  border-radius: 2.5rem;
}

.goto_page .goto_notice .goto_notice_slide h2 {
  position:relative;
  font-size: 3rem;
  color: #0e0e1e;
  padding: 2rem 0 0 3rem;
}
.goto_page .goto_notice .goto_notice_slide h2::after {
  position: absolute;
  top: 6rem;
  left: 3rem;
  width: 11rem;
  height: 0.5rem;
  background-color: #476ccd;
  border-radius: 0.25rem;
  visibility: visible;
  content: "";
}
.goto_page .goto_notice .goto_notice_slide h2::before {
  position: absolute;
  top: 6.2rem;
  left: 3rem;
  width: 96%;
  height: 0.1rem;
  background-color: #cccccc;
  visibility: visible;
  content: "";
}
.goto_page .goto_notice .goto_notice_slide .slider {
  padding: 3rem;
}
.goto_page .goto_notice .goto_notice_slide .slider .slick-list {
  overflow: hidden;
  position: relative;
}
.goto_page .goto_notice .goto_notice_slide .slider .slick-list .slick-track {
  display: flex;
  transition: transform 0.5s ease;
}
.goto_page .goto_notice .goto_notice_slide .slider .slick-list .slick-track .item {
  display: flex;
}
.goto_page .goto_notice .goto_notice_slide .slider .slick-list .slick-track .item span {
  font-size: 2.3rem;
  width: 153.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.goto_page .goto_notice .goto_notice_slide .slider .slick-list .slick-track .item span:hover {
  font-weight: 500;
  color: #476ccd;
}
.goto_page .goto_notice .control_total {
  position: absolute;
  right: 3rem;
  top: 1.5rem;
  display: flex;
  width: 16rem;
  height: 4rem;
  border: 2px solid #476ccd;
  border-radius: 2rem;
  background-color: rgba(255 255 255 / 90%);
  box-shadow: 0px 1px 11px rgb(0 0 0 / 10%);
  justify-content: center;
  align-items: center;
}

.goto_page .goto_notice .control_total .control_prev,
.goto_page .goto_notice .control_total .control_next {
    padding-top: 0.5rem;
}
.goto_page .goto_notice .control_total .control_counter {
  margin: 0 0.8rem;
  font-size: 1.8rem;
}
.goto_page .goto_notice .control_total .control_counter .current {
  color: #3a3a4a;
  font-weight: 700;
}

.goto_page .goto_notice .control_total .control_counter .total {
  color:#667;
}
.goto_page .goto_notice .control_total .control .control_pause .xi-pause {
  font-size: 1.8rem;
  padding: 1rem 0.5rem 1rem 0;
}
.goto_page .goto_notice .control_total .control .control_play {
  dispaly: none;
}

.goto_page .goto_notice .control_total .control .control_play .xi-play {
  font-size: 1.8rem;
  padding: 1rem 0 1rem 0.5rem;
}
.goto_page .goto_notice .control_total .control .control_play .xi-play:hover,
.goto_page .goto_notice .control_total .control .control_pause .xi-pause:hover {
  color:#476ccd;
}

/*바로가기 반응형 시작 */
@media (max-width: 1919px) {
  .goto_page .goto_list ul li::after {
    width: 93%;
  }
}
@media (max-width: 1700px) {
  .goto_page .goto_notice .control_total {
    right: 3.5rem;
  }
  .goto_page .goto_notice .goto_notice_slide h2::before {
    width: 95%;
  }
}
@media (max-width: 1600px) {
  .goto_page .goto_list ul li {
    margin-right: 6rem;
  }
  .goto_page .goto_list ul li::after {
    width: 92%;
  }
}
@media (max-width: 1300px) {
  .goto_page {
    padding: 15rem 6rem;
  }
  .goto_page .goto_list ul li {
    margin-right: 4rem;
    width: 100%;
  }
  .goto_page .goto_list ul li::after {
    border: 4px solid rgba(255, 255, 255, 0.5);
  }
  .goto_page .goto_list ul li a {
    width: 100%;
  }
  .goto_page .goto_list ul li a strong {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  .goto_page .goto_list ul li a .parentheses {
    font-size: 2.5rem;
  }
  .goto_page .goto_list ul li a .goto_btn {
    width: 23rem;
    height: 6rem;
  }
  .goto_page .goto_list ul li a .page_move span {
    margin-left: .8rem;
    font-size: 2rem;
  }
}
@media (max-width: 1169px) {
  .goto_page .goto_notice .goto_notice_slide h2::before {
    width: 94%;
  }
}
@media (max-width: 1100px) {
  .goto_page {
    padding: 12rem 4rem;
  }
  .goto_page .goto_list ul li {
    margin-right: 2rem;
    height: 30rem;
  }
  .goto_page .goto_list ul li a {
    height: 27rem;
  }
  .goto_page .goto_list ul li a strong {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
  .goto_page .goto_list ul li a .parentheses {
    font-size: 2rem;
  }
  .goto_page .goto_list ul li a .goto_btn {
    width: 18rem;
    height: 5rem;
  }
  .goto_page .goto_list ul li a .goto_btn span {
    font-size: 2rem;
  }
  .goto_page .goto_list ul li::after {
    height: 27rem;
  }
  .goto_page .goto_notice {
    margin: 7rem auto;
  }
}
@media (max-width: 999px) {
  .goto_page .goto_list ul li::after {
    width: 94%;
    height: 28rem;
  }
  .goto_page .goto_notice {
   margin-top: 5rem;
  }
  .goto_page .goto_notice .control_total {
    right: 4rem;
  }
  .goto_page .goto_notice .goto_notice_slide h2::before {
    width: 93%;
  }
}
@media (max-width: 988px) {
  .goto_page .goto_list ul li a .page_move span {
    font-size: 1.8rem;
    text-align: center;
  }
  .goto_page .goto_list ul li a .page_move i {
    font-size: 1.5rem;
  }
  .goto_page .goto_list ul li::after {
    width: 92%;
    height: 28rem;
    left: 1rem;
    top: 1rem;
  }
}
@media (max-width: 871px) {
  .goto_page .goto_list ul li a .page_move {
    width: 50%; 
  }
  .goto_page .goto_list ul li a .goto_btn {
    margin-top: 2rem;
  }
  .goto_page .goto_list ul li a .page_move {
    margin-top: 2rem;
    width: 58%;
  }
  .goto_page .goto_list ul li:last-child a .goto_btn {
    margin-top: 1rem;
  }
  .goto_page .goto_notice {
    margin-top: 4rem;
  }
  .goto_page .goto_notice .control_total {
    right: 3rem;
  }
}

@media (max-width: 671px) {
  .goto_page {
    padding: 4rem 2rem 4rem;
    width: auto;
  }
  .goto_page .goto_list {
    padding-top: 0;
    margin-left: 0;
  }    
  .goto_page .goto_list ul {
    display : block;
  }

  .goto_page .goto_list ul li {
    width:auto;
    height:21.2rem;
    margin-right:0;
    margin-bottom: 2rem;
  }
  .goto_page .goto_list ul li:last-child {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .goto_page .goto_list ul li:last-child a .goto_btn {
    margin-top: 1rem;
  }
  .goto_page .goto_list ul li::after {
    left: 50%;
    top: 50%;
    width: 96%;
    height: 18.2rem;
    border: 3px solid rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%);
  }
  .goto_page .goto_list ul li::before {
    width: 90rem;
  }
  .goto_page .goto_list ul li a {
    width: 100%;
    height: 15.2rem;
  }
  .goto_page .goto_list ul li a strong {
    font-size: 3rem;
    line-height: 3rem;
  }
  .goto_page .goto_list ul li a .parentheses {
    font-size: 2.1rem;
  }
  .goto_page .goto_list ul li a .goto_btn {
    margin-top: 2rem;
    width: 27rem;
    height: 4.5rem;
    border: 2px solid #ffffff;
  }
  .goto_page .goto_list ul li a .goto_btn span {
    font-size: 2rem;
  }
  .goto_page .goto_list ul li a .page_move {
    margin-top: 1.5rem; 
    width: auto;
  }
  .goto_page .goto_list ul li a .page_move i {
    font-size: 2rem;
  }
  .goto_page .goto_list ul li a .page_move span {
    margin-left: 1rem;
    font-size: 2rem;
  }
  .goto_page .goto_notice {
    margin-top: 3rem;
    width: 100%;
    height: 16rem;
    margin-left: 0;
  }
  .goto_page .goto_notice .goto_notice_slide h2 {
    font-size: 2.5rem;
    padding: 2rem 0 0 2rem;
  }
  .goto_page .goto_notice .goto_notice_slide .slider {
    padding: 2rem;
  }
  .goto_page .goto_notice .goto_notice_slide h2::before {
    top: 6.2rem;
    left: 2rem;
    width: 94%;
    height: 0.1rem;
    background-color: #cccccc;
  }
  .goto_page .goto_notice .goto_notice_slide h2::after {
    left: 2rem;
    width: 9rem;
    height: 0.5rem;
  }
  .goto_page .goto_notice .goto_notice_slide .slider .slick-list .slick-track .item span {
    font-size: 1.8rem;
    width: auto;
  }
  .goto_page .goto_notice .goto_notice_slide .slider {
    padding: 2.5rem 2rem 2rem;
  }
  .goto_page .goto_notice .control_total {
    right: 2rem;
  }
}

@media (max-width: 400px) {
  .goto_page .goto_list ul li {
    height: 17.2rem;
  }
  .goto_page .goto_list ul li::after {
     width: 94%;
  }
  .goto_page .goto_list ul li::after {
    height: 15.2rem;
  }
  .goto_page .goto_list ul li::before {
    width: 100%;
  }
  .goto_page .goto_list ul li a {
    width: 100%;
    height: 15.2rem;
  }
  .goto_page .goto_list ul li a strong { 
    font-size: 2.5rem;
  }
  .goto_page .goto_list ul li a .goto_btn {
    margin-top: 1.5rem;
    width: 17rem;
    height: 3.5rem;
  }
  .goto_page .goto_list ul li a .goto_btn span {
    font-size: 1.5rem;
  }
  .goto_page .goto_list ul li a .page_move {
    margin-top: 1.5rem;
  }
  .goto_page .goto_list ul li a .page_move i {
    font-size: 1.5rem;
  }
  .goto_page .goto_list ul li a .page_move span {
    margin-left: .5rem;
    font-size: 1.5rem;
  }
  .goto_page .goto_list ul li a .parentheses {
    font-size: 2rem;
  }
}

@media (max-width: 360px) {
  .goto_page .goto_list ul li::before {
    bottom: 0;
  }
}
/*바로가기 반응형 끝 */

/* 바로가기- 로그인 팝업 영역 */
.popup_open {
  position: relative;
  display: none;
}
.popup_open .popup_bg{
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 7;
  content: "";
}
.popup_open .login_popup {
  display: block;
  position: fixed;
  top:50%; 
  left:50%; 
  transform: translate(-50%, -46%);
  z-index: 10;
}

.popup_open .login_popup .member_login .total_box {
  position: relative;
  padding: 7rem;
  background-color: #f6f8fa;
  text-align: center;
}

.popup_open .login_popup .member_login .total_box {
  position: relative;
  padding: 77px 102px;
  margin-bottom: 7rem;
}

.popup_open .login_popup .member_login .total_box .inner_box {
  text-align: left;
  background-color: #fff;
  padding: 2rem 12rem 5rem 12rem;
}

.popup_open .login_popup .member_login .total_box {
  padding: 0;
}

.popup_open .login_popup .member_login .total_box .box_top {
  display: flex;
  width: 100%;
  height: 4rem;
  background: linear-gradient(90deg, #435cd4, #6760dc);
  color: #ffffff;
  align-items: center;
  justify-content: space-between;
}
.popup_open .login_popup .member_login .total_box .box_top h1 {
  padding-left: 1.5rem;
  font-size: 1.7rem;
  font-weight: 400;
}
.popup_open .login_popup .member_login .total_box .box_top .close_btn {
  float: right;
  line-height: 4rem;
  padding-right: 1.5rem;
}
.popup_open .login_popup .member_login .total_box .box_top .close_btn .xi-close {
   font-size: 1.7rem;
}

.popup_open .login_popup .member_login .total_box .box_title {
  padding: 4rem 0;
  font-size: 18px;
}

.popup_open .login_popup .member_login .total_box .box_title h2 {
  font-size: 3.3rem;
  color: #333;
  margin-bottom: 1rem;
}

.popup_open .login_popup .member_login .total_box .box_title h2 i {
  font-size: 2.8rem;
  margin-right: 1rem;
}

.popup_open .login_popup .member_login .total_box .box_title h2 span {
  font-weight: 500;
}

.popup_open .login_popup .member_login .total_box .box_title .desc_txt {
  font-size: 1.5rem;
  color: #646473;
  margin-bottom: 0;
}

/* 로그인 */
.popup_open .login_popup .member_login .total_box .inner_box .login_form {
  width: 44rem;
  margin: 30px auto;
  text-align: center;
}

.popup_open .login_popup .member_login .total_box .inner_box .login_form .placeholder {
  text-align: left;
  padding: 1.4rem;
  color: #666;
  font-size: 1.6rem;
}

.popup_open .login_popup .member_login .total_box .inner_box .login_form .input_id {
  display: block;
  width: 100%;
  padding: 1.4rem;
  margin-bottom: 1.5rem;
  margin-top: 3.4rem;
}

.popup_open .login_popup .member_login .total_box .inner_box .login_form .input_pw {
  display: block;
  width: 100%;
  padding: 1.4rem;
  margin-bottom: 3rem;
}

.popup_open .login_popup .member_login .total_box .inner_box .login_form .btn_login {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  background-color: #3057b9;
  color: #fff;
  padding: 2rem;
  font-size: 1.9rem;
  -webkit-transition: .25s;
  transition: .25s;
}

.popup_open .login_popup .member_login .total_box .inner_box .login_form .btn_login:focus {
  outline-offset: 3px;
}

.popup_open .login_popup .member_login .total_box .inner_box .login_form .btn_login:hover {
  background-color: #142351;
}

.popup_open .login_popup .member_login .total_box .inner_box .etc_check {
  text-align: left;
  margin-bottom: 3rem;  
}
.popup_open .login_popup .member_login .total_box .inner_box .etc_check input[type="checkbox"] {
  pointer-events: auto;
}
.popup_open .login_popup .member_login .total_box .inner_box .login_form .btn_login {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  background-color: #3057b9;
  color: #fff;
  padding: 2rem;
  font-size: 1.9rem;
  -webkit-transition: .25s;
  transition: .25s;
}

.popup_open .login_popup .member_login .total_box .inner_box .login_form .btn_login:focus {
  outline-offset: 3px;
}

.popup_open .login_popup .member_login .total_box .inner_box .login_form .btn_login:hover {
  background-color: #142351;
}

.popup_open .login_popup .member_login .total_box .inner_box .login_form .member_btns li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.popup_open .login_popup .member_login .total_box .inner_box .login_form .member_btns li a {
  font-size: 1.6rem;
  color: #727272;
}

.popup_open .login_popup .member_login .total_box .inner_box .login_form .member_btns li ~ li {
  padding-left: 2rem;
  margin-left: 2rem;
}

.popup_open .login_popup .member_login .total_box .inner_box .login_form .member_btns li ~ li::before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #e3e3e6;
  position: absolute;
  left: 0;
  top: 10px;
}

/* 로그인 전문기관 선택 팝업 */
.login_popup {
  position: relative;
}

.submit_attach_bg {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 11;
  content: "";	
}

.submit_attach {
  display: block;
  height: 43rem;
  width: 92rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  border: 1px solid #707070;
  background-color: #fff;
  box-shadow: 0 1.2rem 1.6rem rgba(0, 0, 0, 0.16);
}
.submit_attach .cont_area {
  padding: 0.5rem 1.5rem 2.5rem;
}
.submit_attach .cont_area .table {
  margin: 0;
}
.submit_attach .popup_title {
  padding: 2.5rem 2.8rem 0;
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #fff;
  color: #222222;
}
.submit_attach .table {
  margin: 2rem 0;
}
.submit_attach .table table {
  text-align: center;
  table-layout: fixed;
  width: 100%;
  border-top: 2px solid #444;
}
.submit_attach .table table thead th {
  background: #f5f7fd;
  color: #333;
  padding: 1.5rem 0;
  border: 1px solid #e8e8e8;
  border-bottom-color: #d3d8dd;
  border-top-color: #777;
}
.submit_attach .table table td, .table table th {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-top: 0;
  padding: 1.5rem .5rem;
  word-break: break-word;
  word-wrap: break-word;
}

.submit_attach .btns {
  display: flex;
  margin: 3rem 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.submit_attach .btns .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 1rem;
  min-width: 12rem;
}
.btn.type1, .btn_area .btn_submit {
  background: #476ccd;
  color: #fff;
  border-color: #476ccd;
}
.btn.type1, .btn_area .btn_submit:focus {
  outline-offset: 3px;
}
.btn {
  padding: .5rem 1.5rem;
  border: 1px solid #d4d6d8;
}

@media (max-width: 899px) {
  .submit_attach  {
    width: 84%;
  }
}

@media (max-width: 549px) {
  .submit_attach  {
    width: 94%;
  }
}

@media (max-width: 340px) {
  .submit_attach  {
    width: 96%;
  }
}

/*로그인 팝업창 반응형 시작 */
@media (max-width: 1025px) {
  .popup_open .login_popup {
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 600px) {
  .popup_open .login_popup .member_login .total_box .inner_box {
    padding: 2rem 6rem 2rem 6rem;
  }
}

@media (max-width: 480px) {
  .popup_open .login_popup .member_login .total_box .box_title {
    padding: 2rem 9rem;
  }
  .popup_open .login_popup .member_login .total_box .inner_box {
    padding: 1rem 4rem 1rem 4rem;
  }
  .popup_open .login_popup .member_login .total_box .inner_box .login_form {
    width: 31rem;
    margin: 20px auto;
  }
    .popup_open .login_popup .member_login .total_box .box_title h2 {
    font-size: 2.3rem;
  }
  .popup_open .login_popup .member_login .total_box .box_title .desc_txt {
    font-size: 1.3rem;
  }
}
/*로그인 팝업창 반응형 끝 */

/* 지원포털 국가연구자번호 모달 배너 */
.searchModal { 
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.searchModal .search-modal-content { 
  position: relative;
  display: flex;
  background-color: #c1d9f2;
  margin: 17% 26%;
  padding: 3rem 8rem 2rem 2rem;
  border: 1px solid #888;
  width: 48%;
  height: 28%;
  align-items: center;
  justify-content: space-between;
}
.searchModal .search-modal-content .researcher img {
  padding: 0 9rem 0 2rem;
  width: 100%;
  height: 22rem;
}
.searchModal .search-modal-content .content_tit {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.searchModal .search-modal-content .content_tit strong {
  font-size: 3.2rem;
  font-weight: 600;
  color: #2b4bb5;
}
.searchModal .search-modal-content .content_tit span {
  font-size: 5rem;
  font-weight: 600;
  color: #46464a;
}
.searchModal .search-modal-content .content_tit .txt_color {
  color: #ef4b81;
}
.searchModal .search-modal-content .content_tit .sub_txt {
  margin-top: 0.8rem;
  font-size: 2.1rem;
  font-weight: 400;
}
.searchModal .search-modal-content .content_tit .item {
  margin-top: 1.5rem;
}
.searchModal .search-modal-content .content_tit .item a strong {
  color: #46464a;
  font-size: 2.1rem;
  font-weight: 500;
}
.searchModal .search-modal-content .content_tit .item a strong:hover {
  color: #2b4bb5;
  font-weight: 600;
}
.searchModal .search-modal-content .content_tit .item a strong i {
  padding-left: 1rem;
  font-size: 1.9rem;
  font-weight: 600;
}
.searchModal .search-modal-content button i {
  position: absolute;
  right: 2.5rem;
  top: 2rem;
  color: #46464a;
  font-size: 2.5rem;
  font-weight: 600;
}

/* 지원포털 국가연구자번호 모달 영역 반응형 시작*/
@media (max-width: 1919px) {
  .searchModal .search-modal-content {
    width: 52%;
    height: auto;
    margin: 16% 25%;
  }
}
@media (max-width: 1729px) {
  .searchModal .search-modal-content {
    width: 60%;margin: 16% 23%;
  }
}
@media (max-width: 1520px) {
  .searchModal .search-modal-content {
    margin: 21% 20%;
  }
}
@media (max-width: 1349px) {
  .searchModal .search-modal-content {
    width: 66%; margin: 20% 17%;
  }
}
@media (max-width: 1241px) {
  .searchModal .search-modal-content {
    width: 71%;
    margin: 26% 15%;
  }
  .searchModal .search-modal-content .content_tit strong {
    font-size: 2.8rem;
  }
  .searchModal .search-modal-content .content_tit span {
    font-size: 4.3rem;
  }
}
@media (max-width: 1099px) {
  .searchModal .search-modal-content {
    margin: 31% 15%;
    width: 71%;
  }
    .searchModal .search-modal-content .researcher img {
    padding: 0 5rem 0 2rem;
  }
  .searchModal .search-modal-content button i {
    font-size: 2.3rem;
  }
}
@media (max-width: 1050px) {
  .searchModal .search-modal-content {
    margin: 31% 12%;
    width: 77%;
  }
  .searchModal .search-modal-content .researcher img {
        padding: 0 6rem 0 2rem;
  }

}
@media (max-width: 977px) {
  .searchModal .search-modal-content {
    margin: 31% 3%;
    width: 94%;
    padding: 3rem 8rem 2rem 2rem;
  }
}
@media (max-width: 810px) {
  .searchModal .search-modal-content {
    padding: 2rem 6rem 2rem 2rem;
  }
  .searchModal .search-modal-content .researcher img {
    padding: 0 4.5rem 0 0;
  }
  .searchModal .search-modal-content .content_tit .sub_txt {
    font-size: 1.8rem;
  }
  .searchModal .search-modal-content .content_tit .item a strong {
    font-size: 1.8rem;
  }
  .searchModal .search-modal-content .content_tit .item a strong i {
    font-size: 1.5rem;
  }
}
@media (max-width: 640px) {
  .searchModal .search-modal-content {
    padding: 2rem 4rem 2rem 2rem;
  }
  .searchModal .search-modal-content .researcher img {
    padding: 0 4.5rem 0 0;
  }
  .searchModal .search-modal-content .content_tit span {
    font-size: 3.8rem;
  }
  .searchModal .search-modal-content .content_tit strong {
    font-size: 2.6rem;
  }
}
@media (max-width: 599px) {
  .searchModal .search-modal-content {
    justify-content: center;
    padding: 3rem 2rem;
  }
  .searchModal .search-modal-content .content_tit {
    align-items: center;
  }
  .searchModal .search-modal-content .researcher img {
    display: none;
  }
  .searchModal .search-modal-content .content_tit span {
    font-size: 4.8rem;
  }
  .searchModal .search-modal-content .content_tit .sub_txt {
    font-size: 2.1rem;
    margin-top: 1.2rem;
  }
  .searchModal .search-modal-content .content_tit .item a strong {
    font-size: 2.1rem;
  }
  .searchModal .search-modal-content .content_tit .item a strong i {
    font-size: 1.8rem;
  }
}

@media (max-width: 420px) {
    .searchModal .search-modal-content .content_tit span {
    font-size: 3.8rem;
  }
    .searchModal .search-modal-content .content_tit strong {
    font-size: 2.2rem;
  }
    .searchModal .search-modal-content .content_tit .sub_txt {
    font-size: 1.8rem;
  }
  .searchModal .search-modal-content .content_tit .item a strong {
    font-size: 1.8rem;
  }
  .searchModal .search-modal-content .content_tit .item a strong i {
    font-size: 1.5rem;
  }
}

