@charset "UTF-8";
[data-dialog-fake-close] {
  overflow: hidden;
  display: block;
  width: 1px;
  height: 1px;
  opacity: 1;
}

:root {
  --select-start-pos: -10px;
  --sc-width: 17px;
}

@keyframes scale-in {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes dialog-in {
  from {
    transform: translateY(200px);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes dialog-out {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes dialog-sidein {
  from {
    transform: translateX(350px);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes dialog-sideout {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(350px);
    opacity: 0;
  }
}
@keyframes dialog-fixed-close {
  from {
    transform: scale(0) rotate(-270deg);
    opacity: 0;
  }
  to {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes select-open {
  from {
    transform: translateY(var(--select-start-pos));
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes select-close {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(var(--select-start-pos));
    opacity: 0;
  }
}
@keyframes folemenu-open {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes dropdown-open {
  from {
    opacity: 0;
    padding: 3.4rem 0 1.6rem;
  }
  to {
    opacity: 1;
    padding: 7.6rem 0 1.6rem;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes gnb-open {
  0% {
    transform: scale(1, 0.85);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes gnb-sub {
  0% {
    opacity: 0;
    transform: scale(1), translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: scale(1), translateY(0px);
  }
}
@keyframes shake-frame {
  0% {
    transform: translate(-50%, -50%);
  }
  25% {
    transform: translate(-51%, -50%);
  }
  50% {
    transform: translate(-50%, -50%);
  }
  75% {
    transform: translate(-50.5%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
/* --------------------------------------------------------------------------------
	사업자 인증서비스 및 우리WON고도화
---------------------------------------------------------------------------------- */
/*접근성 포커스 스타일*/
*:focus {
  outline: 1px dashed #C8C8C8 !important;
  outline-offset: 0.1rem !important;
}

.txt-del {
  text-decoration: line-through;
}

.wrap-grid::before {
  background: transparent !important;
}
.wrap-grid .area-grid {
  z-index: 0 !important;
}

.info-cer dl {
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
}
.info-cer dl dt {
  font-size: 1.4rem;
}
.info-cer dl:first-child:after {
  background: url(../../img/nbi/content/img_prepare1.png) no-repeat 0 0 !important;
  background-size: 7.2rem 7.2rem !important;
}
.info-cer dl:nth-child(2):after {
  background: url(../../img/nbi/content/img_prepare2.png) no-repeat 0 0 !important;
  background-size: 7.2rem 7.2rem !important;
}
.info-cer dl:nth-child(3):after {
  background: url(../../img/nbi/content/img_prepare3.png) no-repeat 0 0 !important;
  background-size: 7.2rem 7.2rem !important;
}
.info-cer.offline dl:first-child:after {
  background: url(../../img/nbi/content/img_prepare1_2.png) no-repeat 0 0 !important;
  background-size: 7.2rem 7.2rem !important;
}
.info-cer.offline dl:nth-child(2):after {
  background: url(../../img/nbi/content/img_prepare1.png) no-repeat 0 0 !important;
  background-size: 7.2rem 7.2rem !important;
}
.info-cer.offline dl:nth-child(3):after {
  background: url(../../img/nbi/content/img_prepare3.png) no-repeat 0 0 !important;
  background-size: 7.2rem 7.2rem !important;
}
.info-cer-step.info-guide1.t2 > ol ~ p:nth-of-type(1) {
  width: calc(20% - 0.2rem);
}
.info-cer-step.info-guide1.t2 > ol ~ p:nth-of-type(2) {
  right: 0;
  width: calc(80% - 0.2rem);
  border-color: #093378;
}
.info-cer-step.info-guide1.t2 > ol ~ p:nth-of-type(2)::before, .info-cer-step.info-guide1.t2 > ol ~ p:nth-of-type(2)::after {
  border-color: #093378;
}
.info-cer-step.info-guide1.t2 > ol ~ p:nth-of-type(2) span {
  box-shadow: 0 0 0 0.1rem #093378 inset;
  color: #093378;
}
.info-cer-step > ol li > :first-child::after {
  background-size: 3.2rem 3.2rem !important;
  opacity: 1 !important;
}
.info-cer-step > ol.online-step li:first-child > :first-child::after {
  background: url(../../img/nbi/content/img_step1.png) no-repeat 0 0;
}
.info-cer-step > ol.online-step li:nth-child(2) > :first-child::after {
  background: url(../../img/nbi/content/img_step2.png) no-repeat 0 0;
}
.info-cer-step > ol.online-step li:nth-child(3) > :first-child::after {
  background: url(../../img/nbi/content/img_step3.png) no-repeat 0 0;
}
.info-cer-step > ol.online-step li:nth-child(4) > :first-child::after {
  background: url(../../img/nbi/content/img_step4.png) no-repeat 0 0;
}
.info-cer-step > ol.online-step li:nth-child(5) > :first-child::after {
  background: url(../../img/nbi/content/img_step5.png) no-repeat 0 0;
}
.info-cer-step > ol.offline-step li:first-child > :first-child::after {
  background: url(../../img/nbi/content/img_step1_2.png) no-repeat 0 0;
}
.info-cer-step > ol.offline-step li:nth-child(2) > :first-child::after {
  background: url(../../img/nbi/content/img_step1.png) no-repeat 0 0;
}
.info-cer-step > ol.offline-step li:nth-child(3) > :first-child::after {
  background: url(../../img/nbi/content/img_step2.png) no-repeat 0 0;
}
.info-cer-step > ol.offline-step li:nth-child(4) > :first-child::after {
  background: url(../../img/nbi/content/img_step4.png) no-repeat 0 0;
}
.info-cer-step > ol.offline-step li:nth-child(5) > :first-child::after {
  background: url(../../img/nbi/content/img_step5.png) no-repeat 0 0;
}
.info-cer-step > ol > li {
  padding-top: 9.6rem;
}
.info-cer-step > ol > li > :first-child {
  min-height: 6.6rem;
}
.info-cer-step > ol > li > :first-child::before {
  color: #121517;
  margin-bottom: 0;
  max-height: 6.6rem;
}
.info-cer-step > ol > li > :first-child::after {
  top: 4rem !important;
  left: 3.2rem;
}

.flex-col {
  display: flex !important;
  flex-direction: row;
  align-items: center;
}
.flex-col.data-t1 label {
  flex: 1 1 100%;
}
.flex-col.data-t1 label input + span {
  position: relative;
  padding: 3.2rem 2.4rem 3.2rem 5.6rem;
}
.flex-col.data-t1 label input + span::before {
  top: 3.2rem;
}
.flex-col.data-t1 label input + span .txt-c1 {
  color: #121517 !important;
  font-weight: 600;
  font-size: 1.8rem;
}
.flex-col.data-t1 label input + span .txt-del {
  color: #707070 !important;
}
.flex-col.data-t1 label input + span strong {
  position: absolute;
  right: 2.4rem;
  top: 4.2rem;
  color: #2864da;
  font-size: 2.2rem;
  font-weight: 700;
}
.flex-col.data-t1 label + label {
  margin-left: 0.8rem !important;
  margin-top: 0 !important;
}

.info-con2.banner01 {
  padding: 4.6rem 5.6rem;
  border: none;
  border-radius: 1.2rem;
  background: #EEF7ff url(../../img/nbi/content/img_auth_gov.png) no-repeat right 5.6rem bottom 0/12.2rem;
}
.info-con2.banner01 p {
  font-size: 2rem;
  color: #121517;
}

.link-t5 {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-left: 2.4rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #707070;
}
.link-t5::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.4rem;
  background-image: url(../../img/nbi/com/img_icon1.png?20230222);
  background-repeat: no-repeat;
  background-size: 240px 240px;
  background-position: -220px -52px;
}

.tbl-con1.list table td {
  padding: 2rem;
}
.tbl-con1 .no-date {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.8rem;
  text-align: center;
  padding: 3.1rem 0;
}

.info-data1.no-line {
  border: none;
  padding: 0;
  margin: 0;
}
.info-data1.no-line .area1 .con-tit .item-acc1 strong {
  font-size: 1.6rem;
  font-weight: 600;
}
.info-data1.no-line .area1 .con-tit .item-acc1 strong + span {
  margin-top: 0.8rem;
}
.info-data1.no-line .area1 .con-txt {
  vertical-align: top;
}
.info-data1.no-line .area1 .con-txt .item-t1 strong {
  font-size: 1.6rem;
}

.toggle-box {
  display: flex;
  justify-content: space-between;
  margin: 1.2rem 0;
}
.toggle-box .tit {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.area-agree1 dl.area > dd.no-line {
  border-top: none;
}

.ml-14 {
  margin-left: 14.8rem;
}

.wrap-slider3.cer-slider {
  margin: 1.3rem -4rem 0 14rem;
  overflow: hidden !important;
  padding: 0 4rem 0 0;
}
.wrap-slider3.cer-slider .slide-area {
  display: flex;
}
.wrap-slider3.cer-slider .slide-area .slide {
  position: relative;
  margin: 0 0.6rem;
  padding: 2rem 2.4rem 2.4rem;
  border-radius: 1.6rem;
  box-shadow: var(--shadow3);
}
.wrap-slider3.cer-slider .slide-area .slide.blue-bg {
  background: linear-gradient(90deg, #2864da 16.73%, #093378 99.19%);
}
.wrap-slider3.cer-slider .slide-area .slide.green-bg {
  background: linear-gradient(90deg, #1098ad 16.73%, #0d9441 99.19%);
}
.wrap-slider3.cer-slider .slide-area .slide .trustSign {
  position: absolute;
  right: 0;
  top: 0;
  width: 9.6rem;
  height: 9.6rem;
  background: url(../../img/nbi/content/img_trustSign_black.png) no-repeat;
  background-size: 100% auto;
  font-size: 0;
  mix-blend-mode: multiply;
}
.wrap-slider3.cer-slider .slide-area .slide .item_info {
  color: #ffffff;
}
.wrap-slider3.cer-slider .slide-area .slide .item_info .icon-txt1 {
  margin-bottom: 1.2rem;
}
.wrap-slider3.cer-slider .slide-area .slide .item_info .icon-txt1 + .item_name {
  margin: 0 0 4.8rem;
}
.wrap-slider3.cer-slider .slide-area .slide .item_info .item_name {
  font-size: 2rem;
  font-weight: 700;
  margin: 1.2rem 0 7.5rem;
}
.wrap-slider3.cer-slider .slide-area .slide .item_date {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.wrap-slider3.cer-slider .slide-area .slide .item_state {
  font-size: 1.3rem;
  font-weight: 500;
  opacity: 0.6;
}
.wrap-slider3.cer-slider .pagination {
  position: relative;
  margin: 4rem auto 0;
  text-align: center;
  bottom: auto;
  right: auto;
}

.password-wrap {
  position: relative;
}
.password-wrap > p {
  font-size: 2.2rem;
  color: #121517;
  text-align: center;
}
.password-wrap .pw-input-wrap {
  margin: 3.2rem auto 0;
  font-size: 0;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: 2rem;
}
.password-wrap .pw-input-area {
  text-align: center;
}
.password-wrap .pw-input-area .pw-dot {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: #DEE2E6;
  border-radius: 50%;
  box-sizing: border-box;
  margin-left: 1.6rem;
}
.password-wrap .pw-input-area .pw-dot:first-child {
  margin-left: 0;
}
.password-wrap .pw-input-area .pw-dot.active {
  background: #2864da;
}
.password-wrap + .area-btn1 {
  margin-top: 16.8rem;
}
.password-wrap + .area-btn1 .link-t1 {
  color: #707070;
  font-size: 1.4rem;
}
.password-wrap + .area-btn1 .link-t1::before {
  background: #707070;
}
.password-wrap + .area-btn1 + .keypad-area {
  margin-top: 4rem;
}

.keypad-area {
  margin-top: 15rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.keypad-area button {
  flex: 1 1 33.3%;
  padding: 1.3rem 0;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 400;
}
.keypad-area button:not(.number) {
  font-size: 1.8rem;
}

.checkbox-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkbox-wrap .checkbox-btn-wrap {
  margin-left: 0.8rem;
  white-space: nowrap;
}
.checkbox-wrap .el-text1.alias-input {
  width: calc(100% - 9.7rem);
  border-color: #121517;
}
.checkbox-wrap .label-chk2 label input[type=checkbox] + span {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.7rem;
  color: #707070;
}
.checkbox-wrap .label-chk2 label input[type=checkbox] + span b {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.checkbox-wrap .label-chk2 label input[type=checkbox] + span strong {
  font-size: 1.3rem;
  line-height: 1.7rem;
  color: #2864da;
}

.txt-bul1.link-bul {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.mes-result1.nodata.link {
  padding: 2rem 5.6rem;
  background: transparent;
  margin: 0;
}
.mes-result1.nodata.link p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #707070;
  line-height: 2rem;
  padding: 0;
}

.cer-card-list {
  position: relative;
  margin: 5.6rem auto 4rem;
  padding: 2rem 2.4rem 2.4rem;
  width: 36rem;
  border-radius: 1.6rem;
  box-shadow: var(--shadow3);
  background: linear-gradient(90deg, #2864da 16.73%, #093378 99.19%);
}
.cer-card-list .trustSign {
  position: absolute;
  right: 0;
  top: 0;
  width: 9.6rem;
  height: 9.6rem;
  background: url(../../img/nbi/content/img_trustSign_black.png) no-repeat;
  background-size: 100% auto;
  font-size: 0;
  mix-blend-mode: multiply;
}
.cer-card-list .item_info {
  color: #ffffff;
}
.cer-card-list .item_info .name_wrap {
  margin: 0 0 4.7rem;
}
.cer-card-list .item_info .name_wrap > div {
  height: 4rem;
}
.cer-card-list .item_info .name_wrap .item_name {
  height: 4rem;
  margin-top: 0.4rem;
  font-size: 2rem;
  font-weight: 700;
}
.cer-card-list .item_info .name_wrap .item_name .btn-modify {
  position: relative;
  font-size: 0;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  margin-left: 0.4rem;
  filter: brightness(100%) invert(100%);
  background-image: url(../../img/nbi/content/img_write.png);
  background-size: 100% auto;
  vertical-align: middle;
}
.cer-card-list .item_info .modify {
  margin-top: 0.4rem;
}
.cer-card-list .item_info .modify .el-text1 {
  border-radius: 0.4rem;
  width: 100%;
}
.cer-card-list .item_info .modify .el-text1 .btn-group6 {
  height: calc(100% - 0.2rem);
  position: absolute;
  right: 0;
  top: 0.1rem;
  background: #f8f8f8;
  margin: 0;
  border-radius: 0 0.4rem 0.4rem 0;
  line-height: 3.8rem;
}
.cer-card-list .item_info .modify .el-text1 .btn-group6 > div {
  margin: 0 0.8rem;
}
.cer-card-list .item_info .modify .el-text1 .btn-group6 > div button {
  vertical-align: middle;
}
.cer-card-list .item_info .modify .el-text1 .btn-group6 > div:first-child button::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../../img/nbi/com/img_icon1.png);
  background-repeat: no-repeat;
  background-size: 240px 240px;
  background-position: -72px 0;
  filter: grayscale(1);
  opacity: 0.6;
}
.cer-card-list .item_info .modify .el-text1 .btn-group6 > div + div::after {
  left: -0.8rem;
  height: 1.6rem;
}
.cer-card-list .item_info .modify .el-text1 .btn-group6 > div + div button::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../../img/nbi/com/img_form1.png) no-repeat 0 0;
  background-size: 240px 240px;
  background-position: -200px -24px;
}
.cer-card-list .item_info .date_wrap .btn-sub1[class*=" ic"].ic7::before,
.cer-card-list .item_info .date_wrap .btn-sub2[class*=" ic"].ic7::before {
  background-position: -5.4rem -3.6rem;
}
.cer-card-list .item_info .date_wrap .btn-set {
  position: absolute;
  width: 6.8rem;
  height: 3.2rem;
  border-radius: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.4rem;
  color: #ffffff;
  box-sizing: content-box;
  line-height: 3rem;
  right: 2.4rem;
  bottom: 2.4rem;
}
.cer-card-list .item_info .date_wrap .btn-set::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0.7rem 0.8rem 0 0;
  background-image: url(../../img/nbi/com/img_icon1.png);
  background-repeat: no-repeat;
  background-size: 160px 160px;
  background-position: -64px -16px;
  filter: brightness(100%) invert(100%);
  vertical-align: top;
}
.cer-card-list .item_date {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.cer-card-list .item_state {
  font-size: 1.3rem;
  font-weight: 500;
  opacity: 0.6;
}
.cer-card-list [data-menu=con] {
  position: absolute;
  right: -6rem;
  bottom: 6rem;
}
.cer-card-list [data-menu=con].expanded {
  z-index: 4;
}
.cer-card-list [data-menu=con] [data-menu-close] {
  overflow: hidden;
  opacity: 0;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 1px;
  height: 1px;
}
.cer-card-list [data-menu=con] [data-menu-close]:focus {
  opacity: 1;
  width: 2.4rem;
  height: 2.4rem;
}
.cer-card-list [data-menu=con] > div {
  width: 15.4rem;
  margin: 0.5rem 0 0 -7.7rem;
  padding: 0.8rem 2rem;
  white-space: nowrap;
  border: 1px solid #121517;
  border-radius: 0.8rem;
  background: #fff;
  box-shadow: 0 0.2rem 1.6rem rgba(18, 21, 23, 0.16);
}
.cer-card-list [data-menu=con] > div ul > li {
  padding: 1.6rem 0;
}
.cer-card-list [data-menu=con] > div ul > li + li {
  border-top: 1px solid #f0f0f0;
}
.cer-card-list [data-menu=con] > div ul a,
.cer-card-list [data-menu=con] > div ul button {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  margin: -1.6rem 0;
  font-size: 1.2rem;
  line-height: 4.8rem;
  height: 4.8rem;
  color: #121517;
  font-weight: 600;
}
.cer-card-list [data-menu=con] > div ul a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin: -0.8rem 0 0;
  background-image: url(../../img/nbi/com/img_icon1.png?20230222);
  background-repeat: no-repeat;
  background-size: 160px 160px;
  background-position: 0 -8rem;
}

/*인증서 안내 슬라이드*/
.banner-sub {
  position: relative;
  margin: 8rem auto 5.6rem;
  padding-top: 3.6rem;
  overflow: hidden;
}
.banner-sub .slide-area {
  height: auto;
  z-index: 0;
}
.banner-sub .slide-area > li {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.banner-sub .slide-area > li .slide-text {
  display: flex;
  flex-direction: column;
  width: 40rem;
}
.banner-sub .slide-area > li .slide-text .slide-tit {
  color: #121517;
  margin-bottom: 8rem;
}
.banner-sub .slide-area > li .slide-text .slide-tit strong {
  font-size: 2.4rem;
  font-weight: 700;
}
.banner-sub .slide-area > li .slide-text .slide-tit p {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #707070;
  min-height: 4.2rem;
}
.banner-sub .slide-area > li .slide-text .slide-txt {
  padding-top: 2.4rem;
  margin-top: 2.4rem;
  border-top: 1px dashed #DEE2E6;
}
.banner-sub .slide-area > li .slide-text .slide-txt p {
  font-size: 1.4rem;
  font-weight: 600;
  color: #121517;
  margin-bottom: 0.8rem;
}
.banner-sub .slide-area > li .slide-text .slide-txt .txt-bul1 li {
  font-size: 1.4rem;
}
.banner-sub .slide-area > li .slide-text .slide-txt .txt-bul1 li span {
  color: #2864da;
}
.banner-sub .slide-area > li .slide-img {
  width: 54.2rem;
  height: 27.6rem;
}
.banner-sub .slide-area > li .slide-img img {
  width: 100%;
  height: 100%;
}
.banner-sub .pagination-wrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-sub .pagination-wrap .pagination .bullet,
.banner-sub .pagination-wrap .pagination > button,
.banner-sub .pagination-wrap .pagination-play .bullet,
.banner-sub .pagination-wrap .pagination-play > button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  font-size: 1px;
  color: transparent;
  width: 1.4rem;
  height: 1.4rem;
  cursor: pointer;
}
.banner-sub .pagination-wrap .pagination .bullet:before, .banner-sub .pagination-wrap .pagination .bullet:after,
.banner-sub .pagination-wrap .pagination > button:before,
.banner-sub .pagination-wrap .pagination > button:after,
.banner-sub .pagination-wrap .pagination-play .bullet:before,
.banner-sub .pagination-wrap .pagination-play .bullet:after,
.banner-sub .pagination-wrap .pagination-play > button:before,
.banner-sub .pagination-wrap .pagination-play > button:after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
}
.banner-sub .pagination-wrap .pagination.hidden {
  opacity: 0;
}
.banner-sub .pagination-wrap .pagination .bullet, .banner-sub .pagination-wrap .pagination .bullet:before {
  transition: all 0.2s ease-in-out;
}
.banner-sub .pagination-wrap .pagination .bullet:only-child {
  display: none;
}
.banner-sub .pagination-wrap .pagination .bullet:before {
  left: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  transform: translateX(-50%);
  background: #CFCFCF;
  border-radius: 0.3rem;
}
.banner-sub .pagination-wrap .pagination .bullet.active {
  width: 2.4rem;
}
.banner-sub .pagination-wrap .pagination .bullet.active:before {
  width: 1.6rem;
  background: #2864da;
}
.banner-sub .pagination-wrap .pagination-play {
  margin-right: 0.4rem;
}
.banner-sub .pagination-wrap .pagination-play .ui-start::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 1rem solid #CFCFCF;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}
.banner-sub .pagination-wrap .pagination-play .ui-stop::before, .banner-sub .pagination-wrap .pagination-play .ui-stop::after {
  top: 50%;
  width: 0.3rem;
  height: 1rem;
  border-radius: 0.2rem;
  background: #CFCFCF;
  transform: translateY(-50%);
}
.banner-sub .pagination-wrap .pagination-play .ui-stop::before {
  left: 50%;
  margin: 0 0 0 0.1rem;
}
.banner-sub .pagination-wrap .pagination-play .ui-stop::after {
  right: 50%;
  margin: 0 0.1rem 0 0;
}
.banner-sub[data-slider-auto=true] .pagination-play .ui-start {
  display: none;
}
.banner-sub[data-slider-auto=false] .pagination-play .ui-stop {
  display: none;
}

.area-btn1.certi-mg {
  margin-bottom: 4.8rem;
  margin-top: -2.4rem;
}

.cer-section {
  display: flex;
}
.cer-section > .area {
  border: 1px solid #dee2e6;
  border-radius: 2.4rem;
}
.cer-section > .area:nth-child(1) {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6.4rem 0 0;
}
.cer-section > .area:nth-child(1) .headline {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
  color: #121517;
}
.cer-section > .area:nth-child(1) .cer-card-list {
  margin: 0 auto 5.8rem;
}
.cer-section > .area:nth-child(1) .area-bottom {
  padding: 1.5rem 0;
  background: #f1f3f5;
  border-radius: 0 0 2.4rem 2.4rem;
  text-align: center;
}
.cer-section > .area:nth-child(1) .area-bottom strong {
  position: relative;
  padding-left: 2.4rem;
  color: #121517;
}
.cer-section > .area:nth-child(1) .area-bottom strong em {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}
.cer-section > .area:nth-child(1) .area-bottom strong::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  border-radius: 50%;
  vertical-align: top;
  background: url(../../img/nbi/com/ic_info1.svg) no-repeat 0 0;
  background-size: 100% 100%;
}
.cer-section > .area:nth-child(2) {
  width: 35.2rem;
  margin: 0 0 0 1.2rem;
  padding: 4.8rem 6rem 4.8rem 6.4rem;
  background: #f8f8f8;
}
.cer-section > .area:nth-child(2) > .link-t4 {
  margin: -1.4rem 0;
}
.cer-section > .area:nth-child(2) a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #121517;
  padding: 1.4rem 2.4rem 1.4rem 0;
}
.cer-section > .area:nth-child(2) a + a {
  margin-top: 1.2rem;
}

.input-date1.cert .el-text2.data-t1 > input[type=text]:focus-within {
  outline: auto 1px -webkit-focus-ring-color;
}

.area.label-chk2.term-item button[type=button] span b {
  color: #f03d3e;
}