@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고도화
---------------------------------------------------------------------------------- */
/*접근성 포커스 스타일*/
/*접근성 radio,checkbox 포커스 스타일*/
.focus-form input[type=checkbox]:focus + span,
.focus-form input[type=radio]:focus + span {
  outline: 1px dotted #707070;
  outline-offset: 2px;
}

.input-wrap3 .focus-form {
  margin-left: 0.8rem;
}

.va-top th,
.va-top td {
  vertical-align: top !important;
}
.va-top th .focus-form,
.va-top td .focus-form {
  margin-top: -0.5rem;
}
.va-top th button.btn-sub1,
.va-top td button.btn-sub1 {
  margin-top: 0 !important;
}

#container[data-colormode*=gray] {
  background: linear-gradient(#f8f8f8, #f8f8f8) no-repeat 0 8rem;
  background-size: 100% calc(100% - 8rem - 12rem);
  padding-bottom: 0;
}
#container[data-mode*=pb0] {
  padding-bottom: 0;
}

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

.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_prepare2_2.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_prepare1.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.auth-bank-step li:first-child > :first-child::after {
  background: url(../../img/nbi/content/img_step1.png) no-repeat 0 0;
}
.info-cer-step > ol.auth-bank-step li:nth-child(2) > :first-child::after {
  background: url(../../img/nbi/content/img_step9.png) no-repeat 0 0;
}
.info-cer-step > ol.auth-bank-step li:nth-child(3) > :first-child::after {
  background: url(../../img/nbi/content/img_step1.png) no-repeat 0 0;
}
.info-cer-step > ol.auth-bank-step li:nth-child(4) > :first-child::after {
  background: url(../../img/nbi/content/img_step2.png) no-repeat 0 0;
}
.info-cer-step > ol.auth-bank-step li:nth-child(5) > :first-child::after {
  background: url(../../img/nbi/content/img_step10.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 {
  content: "0" counter(num) ".";
  color: #121517;
  margin-bottom: 0;
  max-height: 6.6rem;
}
.info-cer-step > ol > li > :first-child::after {
  top: 4rem !important;
  left: 3.2rem;
}
.info-cer-step + .info-auth-bank {
  margin-top: 5.6rem;
}

.flex-col {
  display: flex !important;
  flex-direction: row;
  align-items: center;
}
.flex-col.data-t1 label {
  flex: 1 1 100%;
  height: 12.6rem;
}
.flex-col.data-t1 label input + span {
  position: relative;
  padding: 2.4rem 1.2rem 2.4rem 1.6rem;
  display: flex;
  flex-direction: column;
  height: 12.6rem;
  justify-content: space-between;
}
.flex-col.data-t1 label input + span::before {
  display: none;
}
.flex-col.data-t1 label input + span .txt-c1 {
  color: #121517 !important;
  font-weight: 700;
  font-size: 1.6rem;
}
.flex-col.data-t1 label input + span .txt-del {
  color: #707070 !important;
}
.flex-col.data-t1 label input + span strong {
  position: relative;
  color: #2864da;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: right;
}
.flex-col.data-t1 label input + span br {
  display: none;
}
.flex-col.data-t1 label input:checked + span {
  border-width: 1.5px;
  box-shadow: 0.4rem 0.8rem 2.4rem 0 rgba(17, 59, 168, 0.2392156863);
}
.flex-col.data-t1 label + label {
  margin-left: 0.8rem !important;
  margin-top: 0 !important;
}
.flex-col.data-t1 label.cer-type input + span {
  padding-left: 6.8rem;
  font-size: 1.8rem;
}
.flex-col.data-t1 label.cer-type input + span::before {
  display: block;
  top: 3.2rem;
  left: 3.4rem;
}

.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.doc-list li {
  font-weight: 600;
}
.tbl-con1.doc-list li + li {
  margin-top: 0.8rem;
}
.tbl-con1.doc-list li p {
  font-size: 1.3rem;
  font-weight: 500;
  color: #707070;
}
.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;
}

.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: 3.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 .name_wrap {
  margin: 0 0 7.5rem;
}
.wrap-slider3.cer-slider .slide-area .slide .item_info .name_wrap .item_name {
  font-size: 2rem;
  font-weight: 700;
}
.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;
}

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

.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;
}
.txt-bul1.with-btn button {
  vertical-align: top;
  position: relative;
  top: -0.4rem;
  margin-left: 1.2rem;
}

.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 .item_name {
  margin-top: 0.8rem;
  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 .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;
}

.list-con-cer > ul > li[class*=ic] {
  position: relative;
  padding: 2.55rem 0;
}
.list-con-cer > ul > li[class*=ic] + li {
  margin-top: 4.8rem;
}
.list-con-cer > ul > li[class*=ic]::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 30.4rem;
  height: 15.5rem;
  background-size: 30.4rem 15.5rem;
  background-image: url(../../img/nbi/content/ic_info_right01.png);
}
.list-con-cer > ul > li[class*=ic].ic2::after {
  background-image: url(../../img/nbi/content/ic_info_right02.png);
}
.list-con-cer > ul > li[class*=ic].ic3::after {
  background-image: url(../../img/nbi/content/ic_info_right03.png);
}
.list-con-cer > ul > li[class*=ic] .tit-box {
  margin-bottom: 2.4rem;
}
.list-con-cer > ul > li[class*=ic] .tit-box strong {
  font-size: 1.8rem;
  display: block;
}
.list-con-cer > ul > li[class*=ic] .tit-box strong + strong {
  font-size: 2.4rem;
  color: #121517;
  margin-top: 0.8rem;
}
.list-con-cer > ul > li[class*=ic] dl dt {
  color: #121517;
  margin-bottom: 0.4rem;
}
.list-con-cer > ul > li[class*=ic] dl dd ul li {
  font-size: 1.4rem;
}
.list-con-cer > ul > li[class*=ic] dl dd ul li + li {
  margin-top: 0.4rem;
}

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

.box-t2.no-line {
  padding: 1.6rem 2.4rem;
  margin: 0.8rem 0;
}
.box-t2.no-line .data-t2 > label {
  padding: 0.4rem 0;
}
.box-t2.no-line .data-t2 > label input + span {
  font-size: 1.4rem;
}
.box-t2.no-line .data-t2 > label ~ label {
  border-top: none;
  margin-top: 1rem;
}
.box-t2.no-line .data-t2 > label + .el-select1 {
  min-width: 35.6rem;
  margin-top: 1rem;
}

.cer-text-box .info-con4 {
  padding: 3.2rem 0 !important;
  margin-bottom: 2.4rem !important;
}
.cer-text-box .info-con4 P {
  font-size: 2rem !important;
}
.cer-text-box .sub-area1 {
  margin: 0 !important;
}
.cer-text-box .sub-area1 ul li {
  font-size: 1.4rem;
}
.cer-text-box .sub-area1 ul li strong {
  color: #151c22;
}
.cer-text-box .sub-area1 > p {
  margin-top: 2.4rem;
  text-align: center;
  color: #121517;
}
.cer-text-box .sub-area1 strong.color-gray1 {
  display: block;
  color: #121517;
  margin: 1.2rem 0;
}

.info-section1.mgb24 {
  margin-bottom: 2.4rem;
}

.box-t2.scroll-box[data-area=scroll] {
  height: 380px;
  overflow-y: auto;
}

.info-auth-all {
  flex-wrap: wrap;
}
.info-auth-all div {
  position: relative;
  padding: 0;
  flex: 1 1 calc(50% - 1.2rem);
  margin-bottom: 1.2rem !important;
  height: 19.6rem;
}
.info-auth-all div + div {
  margin-left: 0;
}
.info-auth-all div:nth-child(2n) {
  margin-left: 1.2rem;
}
.info-auth-all div a {
  display: block;
  padding: 4rem;
}
.info-auth-all div a strong {
  position: relative;
  font-size: 2rem;
  color: #121417;
  padding-right: 2.8rem;
}
.info-auth-all div a strong::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: top;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0 0 0.4rem;
  background-image: url(../../img/nbi/com/img_icon1.png?20230222);
  background-repeat: no-repeat;
  background-size: 240px 240px;
  background-position: 0 -120px;
}
.info-auth-all div a ul {
  margin-top: 1.2rem;
}
.info-auth-all div a ul li {
  font-size: 1.4rem;
}
.info-auth-all div:after {
  content: "";
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.2rem;
  height: 7.2rem;
}
.info-auth-all div:nth-child(1):after {
  background: url(../../img/nbi/content/img_info01.png) no-repeat 0 0 !important;
  background-size: 7.2rem 7.2rem !important;
}
.info-auth-all div:nth-child(2):after {
  background: url(../../img/nbi/content/img_info02.png) no-repeat 0 0 !important;
  background-size: 7.2rem 7.2rem !important;
}
.info-auth-all div:nth-child(3):after {
  background: url(../../img/nbi/content/img_info03.png) no-repeat 0 0 !important;
  background-size: 7.2rem 7.2rem !important;
}
.info-auth-all div:nth-child(4):after {
  background: url(../../img/nbi/content/img_info04.png) no-repeat 0 0 !important;
  background-size: 7.2rem 7.2rem !important;
}
.info-auth-all.info-img > div {
  height: 100%;
}
.info-auth-all.info-img > div a {
  height: 16.2rem;
}
.info-auth-all.info-img > div::after {
  content: none;
}
.info-auth-all.info-img > div dl::after {
  content: "";
  display: block;
  position: absolute;
  width: 6.4rem;
  height: 6.4rem;
  right: 4rem;
  top: 4rem;
  transform: translateY(0);
}
.info-auth-all.info-img > div dl.img01::after {
  background: url(../../../img/nbi/content/ico_auth_img01.svg) no-repeat center center/contain;
}
.info-auth-all.info-img > div dl.img02::after {
  background: url(../../../img/nbi/content/ico_auth_img02.svg) no-repeat center center/contain;
}
.info-auth-all.info-img > div dl.img03::after {
  background: url(../../../img/nbi/content/ico_auth_img03.svg) no-repeat center center/contain;
}
.info-auth-all.info-img > div dl.img04::after {
  background: url(../../../img/nbi/content/ico_auth_img04.svg) no-repeat center center/contain;
}
.info-auth-all.info-img > div dl.img05::after {
  background: url(../../../img/nbi/content/ico_auth_img05.svg) no-repeat center center/contain;
}
.info-auth-all.info-img > div dl.img06::after {
  background: url(../../../img/nbi/content/ico_auth_img06.svg) no-repeat center center/contain;
}
.info-auth-all.info-img > div dl dt > strong::after {
  top: 0.2rem;
}
.info-auth-all.info-woori > div {
  height: 100%;
}
.info-auth-all.info-woori > div a {
  height: 14.4rem;
}
.info-auth-all.info-woori > div::after {
  content: none;
}
.info-auth-all.info-woori > div dl::after {
  content: "";
  display: block;
  position: absolute;
  width: 6.4rem;
  height: 6.4rem;
  right: 4rem;
  top: 4rem;
  transform: translateY(0);
}
.info-auth-all.info-woori > div dl.img01::after {
  background: url(../../../img/nbi/content/ico_woori_img01.svg) no-repeat center center/contain;
}
.info-auth-all.info-woori > div dl.img02::after {
  background: url(../../../img/nbi/content/ico_woori_img02.svg) no-repeat center center/contain;
}
.info-auth-all.info-woori > div dl.img03::after {
  background: url(../../../img/nbi/content/ico_woori_img03.svg) no-repeat center center/contain;
}
.info-auth-all.info-woori > div dl.img04::after {
  background: url(../../../img/nbi/content/ico_woori_img04.svg) no-repeat center center/contain;
}
.info-auth-all.info-woori > div dl dt > strong::after {
  top: 0.2rem;
}

.cer-caution-img,
.cer-update-img {
  width: 56rem;
}
.cer-caution-img img,
.cer-update-img img {
  width: 100%;
}

.auth-all-link1 {
  border: none;
  background: #f0f5ff;
}
.auth-all-link1 > div {
  padding: 3.6rem 4rem;
}
.auth-all-link1 > div a {
  font-size: 1.8rem;
  width: 100%;
  line-height: 2.4rem;
}
.auth-all-link1 > div a::after {
  width: 2.4rem !important;
  height: 2.4rem !important;
  background-size: 240px 240px !important;
  background-position: 0 -12rem !important;
}
.auth-all-link1 > div + div::before {
  height: 3.2rem;
  top: 3.6rem;
}

.auth-all-link2 ul {
  display: flex;
}
.auth-all-link2 ul li {
  position: relative;
  flex: 1;
  padding: 3.2rem;
  border: 1px solid #dee2e6;
  border-radius: 1.6rem;
}
.auth-all-link2 ul li strong {
  font-size: 1.6rem;
  color: #121517;
}
.auth-all-link2 ul li p {
  font-size: 1.3rem;
  min-height: 5.4rem;
}
.auth-all-link2 ul li .link-t2 {
  margin-top: 2.5rem;
}
.auth-all-link2 ul li .link-t2::after {
  background-position: -9.5rem -8rem;
}
.auth-all-link2 ul li + li {
  margin-left: 1.2rem;
}
.auth-all-link2 ul li::after {
  content: "";
  position: absolute;
  top: 3.2rem;
  right: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
}
.auth-all-link2 ul li:nth-child(1):after {
  background: url(../../img/nbi/content/img_menu01.png) no-repeat 0 0 !important;
  background-size: 3.2rem 3.2rem !important;
}
.auth-all-link2 ul li:nth-child(2):after {
  background: url(../../img/nbi/content/img_menu02.png) no-repeat 0 0 !important;
  background-size: 3.2rem 3.2rem !important;
}
.auth-all-link2 ul li:nth-child(3):after {
  background: url(../../img/nbi/content/img_menu03.png) no-repeat 0 0 !important;
  background-size: 3.2rem 3.2rem !important;
}
.auth-all-link2 ul li:nth-child(4):after {
  background: url(../../img/nbi/content/img_menu04.png) no-repeat 0 0 !important;
  background-size: 3.2rem 3.2rem !important;
}

.auth-all-link3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #dee2e6;
  border-radius: 1.2rem;
  padding: 2.4rem 4rem;
}
.auth-all-link3 > div {
  color: #121517;
}
.auth-all-link3 > div strong {
  font-size: 1.6rem;
}
.auth-all-link3 > div.area-btn1 {
  margin-top: 0;
}
.auth-all-link3 > div.area-btn1 button + button {
  margin-left: 1.2rem;
}

.certification-menu {
  display: flex;
}
.certification-menu > li {
  position: relative;
  flex: 1;
}
.certification-menu > li + li:after {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: 0;
  width: 1px;
  height: 6.5rem;
  background-color: #f0f0f0;
}
.certification-menu label {
  position: relative;
  display: block;
  width: 100%;
  height: 8.9rem;
}
.certification-menu label input[type=radio] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  opacity: 0;
}
.certification-menu label input[type=radio]:checked + span {
  border: 1px solid #2864da;
  color: #121517;
}
.certification-menu label input[type=radio]:focus-visible + span {
  outline: 1px dotted #707070;
  outline-offset: 2px;
}
.certification-menu label span {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 5.6rem;
  border-radius: 0.8rem;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center 1.6rem;
}
.certification-menu label.harddisk span {
  background-image: url(../../img/nbi/content/ic_certification_harddisk.svg);
}
.certification-menu label.movedisk span {
  background-image: url(../../img/nbi/content/ic_certification_removabledisk.svg);
}
.certification-menu label.savetoken span {
  background-image: url(../../img/nbi/content/ic_certification_savetoken.svg);
}
.certification-menu label.safetoken span {
  background-image: url(../../img/nbi/content/ic_certification_safetoken.svg);
}
.certification-menu label.phone span {
  background-image: url(../../img/nbi/content/ic_certification_phone.svg);
}

.v-mid {
  vertical-align: middle;
}

.dot-list > ul {
  margin-top: 0.4rem;
}

[class*=tbl-con].borderless th {
  border: none;
}
[class*=tbl-con].borderless td {
  border-right: none;
  border-top: 1px solid #e1e1e1;
}
[class*=tbl-con].borderless th + th,
[class*=tbl-con].borderless td + td {
  border-left: none;
  border-top: 1px solid #e1e1e1;
}
[class*=tbl-con] i.woori-logo {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background-color: #007bc7;
  vertical-align: bottom;
  margin-right: 0.4rem;
}
[class*=tbl-con] i.woori-logo::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../../../img/nbi/com/logo.png) no-repeat center center/1.3rem 1.3rem;
  border: 0.1rem solid #fff;
  border-radius: 100%;
}

.cert-list:first-child {
  margin-top: 5.6rem !important;
}
.cert-list .list-title li {
  font-size: 1.8rem;
  line-height: 1.3;
}
.cert-list .list-title li .txt-bul1 {
  margin-top: 2.4rem;
}
.cert-list .list-title li .txt-bul1 li {
  font-size: 1.6rem;
  font-weight: 500;
}
.cert-list .list-title li .txt-bul1 li + li {
  margin-top: 0.8rem;
}
.cert-list .list-title li .txt-bul1 li .txt-bul2 li {
  font-size: 1.3rem;
}
.cert-list + .cert-list {
  margin-top: 4rem;
}

.certinfo-wrap .info-list {
  margin-top: 4rem;
}
.certinfo-wrap .info-list .info-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
}
.certinfo-wrap .info-list .info-txt {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #707070;
}
.certinfo-wrap .info-list .info-txt.sub {
  font-size: 1.6rem;
  font-weight: 600;
  color: #121517;
}
.certinfo-wrap .info-list .info-txt.sub li {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #707070;
}

.cer-guide {
  display: flex;
  gap: 2.4rem;
  margin-top: 3.2rem;
  flex-wrap: wrap;
}
.cer-guide .image-box {
  border-radius: 1.2rem;
  width: calc(50% - 1.2rem);
}
.cer-guide .image-box img {
  width: 100%;
  height: auto;
}
.cer-guide .box-t2 {
  margin: 0;
  flex-shrink: 0;
  width: 35.2rem;
}

.cer-guide-list {
  counter-reset: item;
}
.cer-guide-list li {
  position: relative;
  counter-increment: item;
  padding-left: 3.2rem;
}
.cer-guide-list li + li {
  padding-top: 2.5rem;
  margin-top: 2.4rem;
  border-top: 1px dashed #cfcfcf;
}
.cer-guide-list li + li::before {
  top: 2.5rem;
}
.cer-guide-list li::before {
  content: counter(item);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  background-color: #3a89ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 600;
}
.cer-guide-list li h5 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #121517;
}
.cer-guide-list li p {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: #707070;
}

.list-con4.custom > ul > li {
  width: calc(25% - 1.2rem);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #dee2e6;
}
.list-con4.custom > ul > li .icon-txt3.c3 {
  background: linear-gradient(to top, #e3f0fb 50%, transparent 50%);
  color: #2864da;
}
.list-con4.custom > ul > li .icon-txt3.c3 .ico-right {
  background-image: url(/img/nbi/content/ic_pagemove_right_blue.svg);
}
.list-con4.custom > ul > li .icon-txt3.c4 {
  background: linear-gradient(to top, #d9ece6 50%, transparent 50%);
  color: #01875f;
}
.list-con4.custom > ul > li .icon-txt3.c4 .ico-right {
  background-image: url(/img/nbi/content/ic_pagemove_right_green.svg);
}
.list-con4.custom > ul > li .icon-txt3 .ico-right {
  display: inline-block;
  vertical-align: middle;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.4rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.list-con4.custom > ul > li .tit img {
  width: 7.9rem;
  height: 7.9rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.info-auth-bank div {
  position: relative;
  padding: 4rem;
}
.info-auth-bank div strong {
  position: relative;
  font-size: 2rem;
  color: #121417;
  padding-right: 2.8rem;
}
.info-auth-bank div ul {
  margin-top: 1.6rem;
}
.info-auth-bank div ul li {
  font-size: 1.4rem;
}
.info-auth-bank div ul li + li {
  margin-top: 0.4rem;
}
.info-auth-bank div:after {
  content: "";
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.2rem;
  height: 7.2rem;
}
.info-auth-bank div:nth-child(1):after {
  background: url(../../img/nbi/content/img_info05.png) no-repeat 0 0 !important;
  background-size: 7.2rem 7.2rem !important;
}
.info-auth-bank div:nth-child(2):after, .info-auth-bank div:only-child:after {
  background: url(../../img/nbi/content/img_info06.png) no-repeat 0 0 !important;
  background-size: 7.2rem 7.2rem !important;
}
.info-auth-bank.add-new div {
  border: 1px solid #121517;
}
.info-auth-bank.add-new div:nth-child(1):after {
  background: url(../../img/nbi/content/img_info05_new.png) no-repeat 0 0 !important;
  background-size: 7.2rem 7.2rem !important;
}

.info-woori-bank {
  margin-bottom: 4.8rem;
}
.info-woori-bank div {
  position: relative;
  padding: 3.2rem 4rem;
  border-color: #121517;
}
.info-woori-bank div strong {
  position: relative;
  font-size: 2.2rem;
  color: #121417;
  padding-right: 2.8rem;
}
.info-woori-bank div ul {
  margin-top: 1.6rem;
}
.info-woori-bank div ul li {
  font-size: 1.4rem;
}
.info-woori-bank div ul li + li {
  margin-top: 0.4rem;
}

.securityCard {
  display: flex;
  justify-content: space-between;
}
.securityCard .input-num1 [class*=el-text].el-text2 {
  width: 3.2rem;
}
.securityCard .input-num1 [aria-hidden=true] + [class*=el-text] {
  margin-left: 0.8rem !important;
}
.securityCard .input-num1 span {
  margin: 1.1rem 0 0 0.8rem !important;
}
.securityCard .input-num1 span:first-child {
  margin-left: 0;
}
.securityCard .input-num1.data-t1 #uiCardNum1 {
  margin: 0 0.8rem 0 0;
}
.securityCard .input-num1 #uiCardNum1 {
  color: #121517;
}
.securityCard-left {
  width: 53.4rem;
}
.securityCard-left .tbl-con1 {
  border-bottom: none;
}
.securityCard-left .tbl-con1:last-child {
  border-bottom: 1px solid #b0b0b0;
}
.securityCard-left .tbl-con1 .side {
  float: right;
}
.securityCard-right {
  width: 50.4rem;
  margin-top: 16.8rem;
}
.securityCard-right .img {
  position: relative;
}

.auth-bank-step2 li strong {
  min-height: 2.2rem !important;
}
.auth-bank-step2 li strong::before {
  display: none !important;
}
.auth-bank-step2 li:first-child > :first-child::after {
  background: url(../../img/nbi/content/img_step6.png) no-repeat 0 0 !important;
  background-size: 3.2rem 3.2rem !important;
}
.auth-bank-step2 li:nth-child(2) > :first-child::after {
  background: url(../../img/nbi/content/img_step7.png) no-repeat 0 0 !important;
  background-size: 3.2rem 3.2rem !important;
}
.auth-bank-step2 li:nth-child(3) > :first-child::after {
  background: url(../../img/nbi/content/img_step1.png) no-repeat 0 0 !important;
  background-size: 3.2rem 3.2rem !important;
}
.auth-bank-step2 li:nth-child(4) > :first-child::after {
  background: url(../../img/nbi/content/img_step8.png) no-repeat 0 0 !important;
  background-size: 3.2rem 3.2rem !important;
}
.auth-bank-step2.ver2 li > :first-child:not(:only-child) {
  margin: 0 0 1.2rem;
}
.auth-bank-step2.ver2 li:first-child > :first-child::after {
  background: url(../../img/nbi/content/img_step1.png) no-repeat 0 0 !important;
  background-size: 3.2rem 3.2rem !important;
}
.auth-bank-step2.ver2 li:nth-child(2) > :first-child::after,
.auth-bank-step2.ver2 li:nth-child(4) > :first-child::after {
  background: url(../../img/nbi/content/img_step11.png) no-repeat 0 0 !important;
  background-size: 3.2rem 3.2rem !important;
}
.auth-bank-step2.ver2 li:nth-child(3) > :first-child::after {
  background: url(../../img/nbi/content/img_step12.png) no-repeat 0 0 !important;
  background-size: 3.2rem 3.2rem !important;
}
.auth-bank-step2.ver2 li:nth-child(5) > :first-child::after {
  background: url(../../img/nbi/content/img_step8.png) no-repeat 0 0 !important;
  background-size: 3.2rem 3.2rem !important;
}

.mes-result2.cert-guide {
  background-color: #fff;
  font-weight: 400;
  padding: 3.2rem 5.6rem;
  border: 0.1rem solid #121517;
  border-radius: 1.6rem;
  margin-bottom: 2.4rem;
  height: 12.4rem;
}

.mes-result2.cert-guide p {
  color: #121517;
}

.mes-result2.cert-guide p.tit {
  font-size: 2rem;
}

.mes-result2.cert-guide p.sub-tit {
  font-size: 1.4rem;
  font-weight: 500;
  color: #707070;
}

.cert-options {
  display: flex;
  width: 100%;
  position: relative;
}

.cert-options:has(button:only-child)::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 18.8rem;
  top: 0;
  background: url(../../img/nbi/content/img_certkey1.png) no-repeat 0 0/cover;
}

.cert-options button:only-child {
  flex: 1;
  margin-top: 18.8rem;
  font-size: 2rem;
  line-height: 1.3;
}

.cert-options button:only-child span {
  font-size: 1.4rem;
}

.cert-options button.cert-option {
  font-family: "Pretendard";
  height: 19.7rem;
  width: 32rem;
  background-color: #e9f1fe;
  color: #121517;
  border: 0.1rem solid #dee2e6;
  border-radius: 2.4rem;
  font-size: 1.8rem;
  font-weight: 600;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
}

.cert-options button.cert-option:hover,
.cert-options button.cert-option:active {
  border: 2px solid #2864da;
  box-shadow: 0 0.8rem 1.6rem 0 rgba(27, 82, 224, 0.16);
}

.cert-options button.cert-option > span {
  margin-top: 0.8rem;
  color: #707070;
  font-size: 1.4rem;
}

.cert-options button:not(:first-child) {
  width: calc(100% - 33.2rem);
  margin-left: 1.2rem;
  background-color: #f1f3f5;
}

.cert-options button.icon-biz::before {
  content: "";
  display: block;
  margin: 0 auto 2rem auto;
  width: 4.8rem;
  height: 4.8rem;
  background: url(../../img/nbi/content/img_biz_cert.png) no-repeat 0 0/cover;
}

.cert-options button.icon-personal::before {
  content: "";
  display: block;
  margin: 0 auto 2rem auto;
  width: 4.8rem;
  height: 4.8rem;
  background: url(../../img/nbi/content/img_personal_cert.png) no-repeat 0 0/cover;
}

.mes-t1.cert-login p {
  font-weight: 500;
  color: #707070;
  line-height: 1.4;
  text-align: center;
}

.mes-t1.cert-login p a {
  color: #121517;
}

.info-section1.receipt > :first-child {
  flex: 1 0 auto;
}
.info-section1.receipt .txt-bul1-tit {
  padding-left: 0;
  font-weight: 600;
  font-size: 1.4rem;
  color: #121517;
  margin-top: 0;
  margin-bottom: 0.6rem;
}
.info-section1.receipt .txt-bul1-tit::after, .info-section1.receipt .txt-bul1-tit::before {
  display: none;
}
.info-section1.receipt + .receipt {
  margin-top: 1.6rem;
}

.area-con1.stamp {
  margin-top: -1.6rem;
}
.area-con1.stamp .img {
  position: relative;
  display: inline-block;
  width: 20.4rem;
  height: 8.8rem;
}
.area-con1.stamp .img img {
  width: 20.4rem;
  height: 8.8rem;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.area-con1.stamp .img .date {
  position: absolute;
  width: 7.2rem;
  font-size: 1.3rem;
  color: #093378;
  right: 0.9rem;
  top: 3.5rem;
  font-weight: 600;
}

.cer-cover.image-box img {
  width: 100%;
}
.cer-cover-list li + li {
  margin-top: 0.8rem;
}
.cer-cover-list .info-section1 {
  padding: 4rem 3.2rem;
  margin-top: 1.6rem;
}
.cer-cover-list .info-section1 img {
  width: 100%;
}

.txt-bul1.cer > li .txt-bul2 > li {
  font-size: 1.3rem;
}

sup[class=exp] {
  vertical-align: super;
  font-size: 1rem;
}

td[class=align1] em.txt-under {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}

tr[class=empty-cell] td {
  height: 18.5rem;
}

.label-chk3.ml {
  margin-left: 1.6rem;
}

.agree-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1.6rem;
}
.agree-title-wrap .btn-sub1 {
  border: 0.1rem solid #cfcfcf;
  background-color: #f8f8f8;
  color: #121517;
}

.woori-cer-signature .btn-t1 {
  padding: 2.4rem 1.2rem;
}
.woori-cer-signature .btn-t1::before {
  background-position: -32rem 0;
}

.cer-main-slider-wrap {
  height: 100vh !important;
  overflow: hidden !important;
}
.cer-main-slider-wrap .slide-area {
  flex-direction: column;
}
.cer-main-slider-wrap li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100% !important;
}
.cer-main-slider-wrap .section-1 {
  overflow: hidden;
  width: 108rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.cer-main-slider-wrap .section-1 .bottom {
  display: flex;
  gap: 1.2rem;
}
.cer-main-slider-wrap .section-1 .bottom > div {
  flex: 1;
}
.cer-main-slider-wrap .section-1 .box1 {
  height: 36rem;
  background-color: blue;
}
.cer-main-slider-wrap .section-1 .box2 {
  height: 16rem;
  background-color: red;
}
.cer-main-slider-wrap .section-1 .box3 {
  height: 16rem;
  background-color: green;
}

.cer-main-content {
  margin-top: -3.5rem;
}

.cer-main-content .inner {
  position: relative;
  width: 108rem;
  margin: 0 auto;
  height: 100%;
}

.cer-main-wrap .slide-area .slide {
  height: 59.3rem;
}
.cer-main-wrap .section-1 {
  position: relative;
  height: 100%;
  background: linear-gradient(294deg, #171f64 3.94%, #2e49d8 95.19%);
}
.cer-main-wrap .section-1 .visual {
  position: absolute;
  top: -9rem;
  left: 22rem;
  width: 100%;
  height: 100%;
  background-image: url(../../img/nbi/content/ic_cermain_visual_all.svg);
  background-repeat: no-repeat;
}
.cer-main-wrap .section-1 h2.title {
  padding-top: 12rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.cer-main-wrap .section-1 h2.title span {
  font-size: 2rem;
}
.cer-main-wrap .section-1 h2.title strong {
  font-size: 3.6rem;
  font-family: "wooridaum";
  position: relative;
}
.cer-main-wrap .section-1 h2.title .split-char {
  display: inline-block;
  will-change: transform;
}
.cer-main-wrap .section-1 .btn-cer-view {
  height: 4rem;
  border-radius: 5rem;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  color: #093378;
  margin-top: 4rem;
  padding: 0 3.4rem;
}
.cer-main-wrap .section-1 .issue-base {
  position: absolute;
  top: 6.4rem;
  right: 0;
  width: 23.2rem;
}
.cer-main-wrap .section-1 .issue-base .title {
  height: 5.6rem;
  align-self: stretch;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(93deg, #4d89ff -41.87%, #2864da 104.59%);
  box-shadow: 0.4rem 0.8rem 2rem 0 rgba(5, 40, 131, 0.2);
}
.cer-main-wrap .section-1 .issue-base .title a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cer-main-wrap .section-1 .issue-base .btn-area {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  background-color: #fff;
  margin-top: 1.2rem;
  border-radius: 1.2rem;
  padding: 4rem 3.2rem;
}
.cer-main-wrap .section-1 .issue-base .btn-area > div {
  display: flex;
  justify-content: space-between;
}
.cer-main-wrap .section-1 .issue-base .btn-area a {
  display: block;
  width: 7.2rem;
  height: 6rem;
  text-align: center;
  font-size: 1.4rem;
  color: #151c22;
  padding-top: 4rem;
  position: relative;
  background-size: 3.2rem 3.2rem;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.cer-main-wrap .section-1 .issue-base .btn-area a.btn1 {
  background-image: url(../../img/nbi/content/ic_cermain_issuebase_1.svg);
}
.cer-main-wrap .section-1 .issue-base .btn-area a.btn2 {
  background-image: url(../../img/nbi/content/ic_cermain_issuebase_2.svg);
}
.cer-main-wrap .section-1 .issue-base .btn-area a.btn3 {
  background-image: url(../../img/nbi/content/ic_cermain_issuebase_3.svg);
}
.cer-main-wrap .section-1 .issue-base .btn-area a.btn4 {
  background-image: url(../../img/nbi/content/ic_cermain_issuebase_4.svg);
}
.cer-main-wrap .section-1 .cer-guides {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16.4rem;
  background: rgba(18, 21, 23, 0.2);
}
.cer-main-wrap .section-1 .cer-guides .guide {
  display: flex;
  gap: 8.1rem;
  padding: 4.8rem 0;
}
.cer-main-wrap .section-1 .cer-guides .guide li {
  flex: 1;
  position: relative;
  background-size: 6.4rem 6.4rem;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.cer-main-wrap .section-1 .cer-guides .guide li.list1 {
  background-image: url(../../img/nbi/content/ic_cermain_cerguide_list1.svg);
}
.cer-main-wrap .section-1 .cer-guides .guide li.list2 {
  background-image: url(../../img/nbi/content/ic_cermain_cerguide_list2.svg);
}
.cer-main-wrap .section-1 .cer-guides .guide li.list3 {
  background-image: url(../../img/nbi/content/ic_cermain_cerguide_list3.svg);
}
.cer-main-wrap .section-1 .cer-guides .guide li + li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -4rem;
  height: 4rem;
  width: 1px;
  background-color: #fff;
  transform: translateY(-50%);
  opacity: 0.2;
}
.cer-main-wrap .section-1 .cer-guides .guide h3,
.cer-main-wrap .section-1 .cer-guides .guide p {
  color: #fff;
}
.cer-main-wrap .section-1 .cer-guides .guide h3 {
  font-size: 1.8rem;
  font-weight: 700;
}
.cer-main-wrap .section-1 .cer-guides .guide p {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.cer-content-wrap {
  padding: 5.6rem 0 8rem;
  background-color: #f8fafd;
}
.cer-content-wrap .inner {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
.cer-content-wrap .top,
.cer-content-wrap .btm {
  display: flex;
  gap: 1.6rem;
}
.cer-content-wrap .top .box {
  flex: 1;
  height: 23.9rem;
  background-size: 7.2rem 7.2rem;
  background-position: calc(100% - 4.8rem) calc(100% - 4rem);
}
.cer-content-wrap .top .box:first-child {
  background-image: url(../../img/nbi/content/ic_cermain_joint.svg);
}
.cer-content-wrap .top .box:last-child {
  background-image: url(../../img/nbi/content/ic_cermain_finance.svg);
}
.cer-content-wrap .btm .box {
  height: 19.9rem;
}
.cer-content-wrap .btm .box:first-child {
  flex: 2;
}
.cer-content-wrap .btm .box:last-child {
  flex: 1;
  background-color: #e4ebf6;
  background-size: 9.6rem 6.4rem;
  background-position: calc(100% - 3.2rem) calc(100% - 3.2rem);
  background-image: url(../../img/nbi/content/ic_cermain_ex.svg);
}
.cer-content-wrap .box {
  position: relative;
  padding: 4rem 4.8rem;
  border-radius: 1.6rem;
  border: 1px solid #dee4ed;
  background-color: #fff;
  background-repeat: no-repeat;
}
.cer-content-wrap .box h3 {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "wooridaum";
  color: #121517;
}
.cer-content-wrap .box .description {
  margin-top: 1.6rem;
  font-size: 1.4rem;
}
.cer-content-wrap .box .txt-bul1 {
  margin-top: 2.4rem;
}
.cer-content-wrap .box .txt-bul1 li {
  font-size: 1.5rem;
  font-weight: 600;
}
.cer-content-wrap .box .txt-bul1 li + li {
  margin-top: 0.9rem;
}
.cer-content-wrap .box .link-t2 {
  position: absolute;
  top: 4rem;
  right: 4.8rem;
}
.cer-content-wrap .box .tax-receipt-list {
  margin-top: 3.2rem;
  display: flex;
  justify-content: space-between;
}
.cer-content-wrap .box .tax-receipt-list li {
  position: relative;
}
.cer-content-wrap .box .tax-receipt-list li a {
  position: relative;
  display: block;
  padding: 0.6rem 0 0.6rem 7.2rem;
}
.cer-content-wrap .box .tax-receipt-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5.6rem;
  height: 5.6rem;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
  background-position: 50% 50%;
  background-size: 3.2rem 3.2rem;
  border-radius: 100%;
}
.cer-content-wrap .box .tax-receipt-list li h4 {
  font-size: 1.4rem;
  color: #121517;
  font-weight: 600;
}
.cer-content-wrap .box .tax-receipt-list li p {
  margin-top: 0.4rem;
  font-size: 1.4rem;
}
.cer-content-wrap .box .tax-receipt-list li:first-child a:before {
  background-image: url(../../img/nbi/content/ic_cermain_taxreceipt_1.svg);
}
.cer-content-wrap .box .tax-receipt-list li:last-child a:before {
  background-image: url(../../img/nbi/content/ic_cermain_taxreceipt_2.svg);
}
.cer-content-wrap .box .btn-sub2 {
  margin-top: 1.2rem;
  font-size: 1.3rem;
  padding: 0 1.6rem;
}

.cer-sub-main-content .inner {
  width: 108rem;
  margin: 0 auto;
}
.cer-sub-main-content .visual {
  position: relative;
}
.cer-sub-main-content .visual::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 36rem;
  background: linear-gradient(294deg, #171f64 3.94%, #2e49d8 95.19%);
}
.cer-sub-main-content .visual .bg-area {
  z-index: 10;
  position: relative;
  padding-top: 5.6rem;
  text-align: center;
}
.cer-sub-main-content .visual .bg-area .title {
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "wooridaum";
  color: #fff;
}
.cer-sub-main-content .visual .bg-area .desc {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}
.cer-sub-main-content .visual .bg-area .desc strong {
  font-weight: 600;
}
.cer-sub-main-content .visual .object-wrap {
  margin-top: 1.4rem;
}
.cer-sub-main-content .visual .object-wrap .object {
  display: flex;
  justify-content: center;
}
.cer-sub-main-content .visual .object-wrap .object .login-before {
  padding-top: 27.2rem;
  width: 60.6rem;
  background: url(../../img/nbi/content/ic_wonmain_login_before.svg) no-repeat 50% 0;
  background-size: 100% auto;
}
.cer-sub-main-content .visual .object-wrap .object .login-before .area-action {
  margin-top: 0 !important;
}
.cer-sub-main-content .visual .object-wrap .object .login-after {
  text-align: left;
  margin-top: 1.2rem;
}
.cer-sub-main-content .visual .object-wrap .object .login-after .area-action {
  margin-top: 2.4rem !important;
}
.cer-sub-main-content .sub-content {
  margin-top: 4.8rem;
  background-color: #fff;
}
.cer-sub-main-content .banner-area .banner-t1 {
  margin: 0;
}
.cer-sub-main-content .sub-section1 {
  padding-bottom: 6.4rem;
}
.cer-sub-main-content .sub-section1 .lists {
  display: flex;
  gap: 7.2rem;
}
.cer-sub-main-content .sub-section1 .lists > li {
  position: relative;
  flex: 1;
  padding-top: 16.8rem;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 13.6rem 13.6rem;
}
.cer-sub-main-content .sub-section1 .lists > li:nth-of-type(1) {
  background-image: url(../../img/nbi/content/ic_wonmain_subcont_list3.svg);
}
.cer-sub-main-content .sub-section1 .lists > li:nth-of-type(2) {
  background-image: url(../../img/nbi/content/ic_wonmain_subcont_list2.svg);
}
.cer-sub-main-content .sub-section1 .lists > li:nth-of-type(3) {
  background-image: url(../../img/nbi/content/ic_wonmain_subcont_list1.svg);
}
.cer-sub-main-content .sub-section1 .lists .sub-title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2864da;
}
.cer-sub-main-content .sub-section1 .lists .title {
  text-align: center;
  margin-top: 0.8rem;
  font-size: 2.2rem;
  color: #121517;
  font-weight: 700;
}
.cer-sub-main-content .sub-section1 .lists .txt-bul1 {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cer-sub-main-content .sub-section1 .lists .txt-bul1 > li {
  font-size: 1.4rem;
  display: inline-block;
}
.cer-sub-main-content .sub-section1 .lists .txt-bul1 > li + li {
  margin-top: 0.4rem;
}
.cer-sub-main-content .sub-section2 {
  padding: 6.4rem 0;
  background-color: #f8f8f8;
}
.cer-sub-main-content .sub-section2 .title {
  text-align: center;
  font-size: 2.8rem;
  font-family: "wooridaum";
  color: #121517;
}
.cer-sub-main-content .sub-section2 .ex-center {
  margin-top: 3.2rem;
  height: 8rem;
  border-radius: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4.8rem 0 13.6rem;
  background: #e4ebf6 url(../../img/nbi/content/ic_wonmain_ex_center.svg) no-repeat 4rem 50%;
}
.cer-sub-main-content .sub-section2 .ex-center .text {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #121517;
}
.cer-sub-main-content .sub-section2 .ex-center .text span {
  position: relative;
  font-size: 1.4rem;
  color: #676c70;
  padding-left: 1.7rem;
  margin-left: 1.6rem;
}
.cer-sub-main-content .sub-section2 .ex-center .text span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.6rem;
  background-color: #cfcfcf;
}
.cer-sub-main-content .sub-section2 .ex-center .btn-sub2 {
  height: 3.2rem;
  padding: 0 1.7rem;
  border-radius: 2rem;
  line-height: 3.1rem;
}
.cer-sub-main-content .sub-section3 {
  padding: 6.4rem 0;
  background-color: #fff;
}
.cer-sub-main-content .sub-section3 .layout-area {
  padding-left: 54rem;
  background: url(../../img/nbi/content/ic_wonmain_partnership.png) no-repeat 9.2rem bottom;
  background-size: auto 32rem;
}
.cer-sub-main-content .sub-section3 .text-area {
  padding-top: 6rem;
}
.cer-sub-main-content .sub-section3 .text-area .title {
  font-size: 2.8rem;
  font-family: "wooridaum";
  color: #121517;
}
.cer-sub-main-content .sub-section3 .text-area .title strong {
  color: #093378;
  font-weight: 400;
}
.cer-sub-main-content .sub-section3 .text-area .desc {
  margin-top: 2.4rem;
}
.cer-sub-main-content .sub-section3 .text-area .area-action {
  text-align: left;
  margin-top: 4rem !important;
}
.cer-sub-main-content .sub-section4 {
  padding: 6.4rem 0;
  background-color: #f8f8f8;
}
.cer-sub-main-content .sub-section4 .tit-sub1 {
  margin-top: 0;
}
.cer-sub-main-content .sub-section4 .info-t2 > dl {
  background-color: #fff;
}

.pop-toast1.won-main-toast {
  z-index: 100 !important;
  bottom: 2.4rem;
  justify-content: center;
}
.pop-toast1.won-main-toast.open {
  display: flex;
}
.pop-toast1.won-main-toast .mes {
  width: 108rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.1rem 3.2rem;
}
.pop-toast1.won-main-toast .mes .desc {
  display: block;
  padding-left: 4rem;
  position: relative;
}
.pop-toast1.won-main-toast .mes .desc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
  background: url(../../img/nbi/content/ic_wonmain_banner_bell.svg) no-repeat;
}
.pop-toast1.won-main-toast .mes .info {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.pop-toast1.won-main-toast .mes .info button {
  margin: 0;
  padding: 0 1.1rem;
  font-size: 1.4rem;
  border-radius: 1.8rem;
  border: 1px solid transparent;
}

.won-cer-slider-center {
  display: flex;
  justify-content: center;
}
.won-cer-slider-center + .cer-manage {
  margin-top: 4rem;
}
.won-cer-slider-center .swiper-button-prev,
.won-cer-slider-center .swiper-button-next {
  filter: grayscale(100%) brightness(0.5);
  -webkit-filter: grayscale(100%) brightness(0.5);
  opacity: 0.8;
}

.won-cer-slider {
  position: relative;
}
.won-cer-slider.alone .swiper-button-prev,
.won-cer-slider.alone .swiper-button-next {
  display: none;
}
.won-cer-slider .wrap-slider {
  width: 38rem;
  height: 23rem;
}
.won-cer-slider .swiper-button-prev,
.won-cer-slider .swiper-button-next {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  width: 9.6rem;
  height: 9.6rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}
.won-cer-slider .swiper-button-prev.disabled,
.won-cer-slider .swiper-button-next.disabled {
  display: none;
}
.won-cer-slider .swiper-button-prev {
  left: -11.2rem;
  background-image: url(../../img/nbi/content/ic_wonmain_arrow_left.svg);
}
.won-cer-slider .swiper-button-next {
  right: -11.2rem;
  background-image: url(../../img/nbi/content/ic_wonmain_arrow_right.svg);
}

.won-cer-pop-title {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 400;
  font-family: "wooridaum";
  color: #121517;
}
.won-cer-pop-title strong {
  color: #2864da;
}

.won-cer-pop-slider {
  position: relative;
  margin: 0 -4rem;
}
.won-cer-pop-slider.alone .swiper-button-prev,
.won-cer-pop-slider.alone .swiper-button-next {
  display: none;
}
.won-cer-pop-slider .slide {
  position: relative;
  width: auto !important;
}
.won-cer-pop-slider .slide::after {
  content: "";
  transition: opacity 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
}
.won-cer-pop-slider .slide:not(.swiper-slide-active)::after {
  opacity: 0.7;
}
.won-cer-pop-slider .pagination-wrap {
  margin-top: 4rem;
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: center;
}
.won-cer-pop-slider .pagination-wrap .inside {
  position: relative;
  width: 10.4rem;
  padding: 0 2.8rem;
}
.won-cer-pop-slider .pagination-wrap .pagination {
  width: 4.8rem;
  height: 2.4rem;
  border-radius: 1.4rem;
  background-color: #fff;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.06);
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  color: #707070;
  font-weight: 500;
}
.won-cer-pop-slider .pagination-wrap .pagination .current {
  color: #121517;
  font-weight: 600;
}
.won-cer-pop-slider .pagination-wrap .swiper-button-prev,
.won-cer-pop-slider .pagination-wrap .swiper-button-next {
  position: absolute;
  top: 0;
}
.won-cer-pop-slider .pagination-wrap .swiper-button-prev.disabled,
.won-cer-pop-slider .pagination-wrap .swiper-button-next.disabled {
  display: none;
}
.won-cer-pop-slider .pagination-wrap .swiper-button-prev {
  margin-right: 0.4rem;
  left: 0;
}
.won-cer-pop-slider .pagination-wrap .swiper-button-next {
  margin-left: 0.4rem;
  right: 0;
}

.certificate-card {
  position: relative;
  padding: 2rem;
  width: 38rem;
  height: 23rem;
  border-radius: 1.6rem;
  border: 2px solid transparent;
  background: linear-gradient(50deg, #f0f6ff 6.84%, #cde0ff 97.82%) padding-box, linear-gradient(58deg, #f4f9ff 6.82%, #d8e4ff 116.97%) padding-box, linear-gradient(170deg, #658ee7, #b5daff, #e8f4ff, #b5daff, #658ee7) border-box;
}
.certificate-card::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 9.2rem;
  height: 9.2rem;
  background: url(../../img/nbi/content/ic_wonmain_combine.svg) no-repeat;
  background-size: 100% auto;
}
.certificate-card .cer-tit .icon-txt1 {
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.certificate-card .cer-tit .title-wrap {
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.certificate-card .cer-tit .title-wrap strong {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  font-size: 2.4rem;
  color: #093378;
}
.certificate-card .cer-tit .btn-edit {
  margin-left: 0.2rem;
  width: 2.4rem;
  height: 2.4rem;
  color: transparent;
  background: url(../../img/nbi/content/ic_cersubmain_edit.svg);
}
.certificate-card .cer-info {
  margin-top: 0.8rem;
}
.certificate-card .cer-info .cer-date {
  display: flex;
}
.certificate-card .cer-info .cer-date span {
  font-size: 1.6rem;
  font-weight: 500;
}
.certificate-card .cer-info .cer-date span em {
  font-size: 1.6rem;
  font-weight: 700;
  color: #175fec;
}
.certificate-card .cer-info .cer-date span .dday {
  position: relative;
  padding-left: 0.5rem;
  margin-left: 0.2rem;
  color: #F03D3E;
}
.certificate-card .cer-info .cer-date span .dday:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 1px;
  height: 1.2rem;
  background-color: #175FEC;
  margin-top: -0.6rem;
  opacity: 0.2;
}
.certificate-card .cer-info .cer-state {
  position: absolute;
  bottom: 2rem;
  left: 0;
  padding: 0 2rem;
  width: 100%;
}
.certificate-card .cer-info .cer-state .state-tit {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  padding-left: 2.6rem;
  background: url(../../img/nbi/content/ic_cersubmain_cermark.svg) no-repeat 0 50%;
  background-size: 2rem 2rem;
}
.certificate-card .cer-info .cer-state .state-set .btn-manage {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #6d747a;
  padding-left: 2.2rem;
  background: url(../../img/nbi/content/ic_cersubmain_manage.svg) no-repeat 0 50%;
  background-size: 2rem 2rem;
}
.certificate-card.error {
  background: #f8f9fa;
  border: 2px solid #e1e1e1;
}
.certificate-card.error:after {
  content: none;
}
.certificate-card.error .cer-tit .icon-txt1 {
  background-color: #eef3fc;
}
.certificate-card.error .cer-tit .title-wrap strong {
  color: #c8c8c8;
}
.certificate-card.error .cer-info .warning {
  position: relative;
  padding-left: 2rem;
  margin-top: 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #f03d3e;
}
.certificate-card.error .cer-info .warning:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100%;
  background: url(../../img/nbi/content/ic_emphasis.png) no-repeat;
  background-size: 100% auto;
}

.content-white-wrap {
  padding-top: 5.6rem;
  background-color: #fff;
}

.info-t2.link-type > dl {
  padding: 0;
}
.info-t2.link-type > dl a {
  position: relative;
  display: block;
  padding: 3.2rem;
}
.info-t2.link-type > dl a:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #121417;
  border-radius: 1.6rem;
}
.info-t2.link-type dt {
  justify-content: initial;
  align-items: center;
}
.info-t2.link-type dt .icon-com1:before {
  margin-left: 0;
}
.info-t2.link-type dd {
  margin-top: 1.4rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.cer-main-info-list {
  display: flex;
  gap: 1.2rem;
  margin-top: 3.2rem;
  width: 108rem;
}
.cer-main-info-list > li {
  flex: 1;
  position: relative;
  padding: 10.4rem 2.4rem 7.6rem;
  border-radius: 2.4rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 6.4rem 6.4rem;
  background-position: 50% 2.4rem;
}
.cer-main-info-list.cer > li {
  padding-bottom: 2.4rem;
}
.cer-main-info-list.cer > li:nth-of-type(1) {
  background-image: url(../../img/nbi/content/ic_wonmain_info_list1.svg);
}
.cer-main-info-list.cer > li:nth-of-type(2) {
  background-image: url(../../img/nbi/content/ic_wonmain_info_list2.svg);
}
.cer-main-info-list.cer > li:nth-of-type(3) {
  background-image: url(../../img/nbi/content/ic_wonmain_info_list3.svg);
}
.cer-main-info-list.cer > li:nth-of-type(4) {
  background-image: url(../../img/nbi/content/ic_wonmain_info_list4.svg);
}
.cer-main-info-list.joint > li:nth-of-type(1) {
  background-image: url(../../img/nbi/content/ic_cersubmain_info_list1.svg);
}
.cer-main-info-list.joint > li:nth-of-type(2) {
  background-image: url(../../img/nbi/content/ic_cersubmain_info_list2.svg);
}
.cer-main-info-list.joint > li:nth-of-type(3) {
  background-image: url(../../img/nbi/content/ic_cersubmain_info_list3.svg);
}
.cer-main-info-list.joint > li:nth-of-type(4) {
  background-image: url(../../img/nbi/content/ic_cersubmain_info_list4.svg);
}
.cer-main-info-list.finance > li:nth-of-type(1) {
  background-image: url(../../img/nbi/content/ic_cersubmain_info_list5.svg);
}
.cer-main-info-list.finance > li:nth-of-type(2) {
  background-image: url(../../img/nbi/content/ic_cersubmain_info_list6.svg);
}
.cer-main-info-list.finance > li:nth-of-type(3) {
  background-image: url(../../img/nbi/content/ic_cersubmain_info_list7.svg);
}
.cer-main-info-list.finance > li:nth-of-type(4) {
  background-image: url(../../img/nbi/content/ic_cersubmain_info_list8.svg);
}
.cer-main-info-list h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #121517;
  margin-bottom: 1.2rem;
  text-align: center;
}
.cer-main-info-list .desc {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.cer-main-info-list .txt-bul1 li {
  font-size: 1.3rem;
  font-weight: 500;
}
.cer-main-info-list .txt-bul1 li + li {
  margin-top: 0.4rem;
}
.cer-main-info-list .btn-t2 {
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
}

.cer-manage {
  color: #707070;
}

.cer-manage .tit {
  font-size: 1.6rem;
  color: #121517;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.info-certifi {
  flex-wrap: wrap;
}
.info-certifi div {
  position: relative;
  padding: 0;
  flex: 1 1 calc(50% - 1.2rem);
  margin-top: 1.2rem !important;
}
.info-certifi div + div {
  margin-left: 0;
}
.info-certifi div:nth-child(2n) {
  margin-left: 1.2rem;
}
.info-certifi div a {
  display: block;
  padding: 4rem;
}
.info-certifi div a strong {
  position: relative;
  font-size: 2rem;
  color: #121417;
  padding-right: 2.8rem;
}
.info-certifi div a strong::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  right: 0;
  display: inline-block;
  vertical-align: top;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0 0 0.4rem;
  background-image: url(../../img/nbi/com/img_icon1.png?20230222);
  background-repeat: no-repeat;
  background-size: 240px 240px;
  background-position: 0 -120px;
}
.info-certifi.info-img > div {
  height: 100%;
}
.info-certifi.info-img > div a {
  height: 16.6rem;
}
.info-certifi.info-img > div::after {
  content: none;
}
.info-certifi.info-img > div dl::after {
  content: "";
  display: block;
  position: absolute;
  width: 6.4rem;
  height: 6.4rem;
  right: 4rem;
  top: 4rem;
  transform: translateY(0);
}
.info-certifi.info-img > div dl.img01::after {
  background: url(../../../img/nbi/content/ico_cer_img07.png) no-repeat center center/contain;
}
.info-certifi.info-img > div dl.img02::after {
  background: url(../../../img/nbi/content/ico_cer_img08.png) no-repeat center center/contain;
}
.info-certifi.info-img > div dl.img03::after {
  background: url(../../../img/nbi/content/ico_cer_img09.png) no-repeat center center/contain;
}
.info-certifi.info-img > div dl.img04::after {
  background: url(../../../img/nbi/content/ico_cer_img10.png) no-repeat center center/contain;
}
.info-certifi.info-img > div dl.img05::after {
  background: url(../../../img/nbi/content/ico_cer_img11.png) no-repeat center center/contain;
}
.info-certifi.info-img > div dl.img06::after {
  background: url(../../../img/nbi/content/ico_cer_img12.png) no-repeat center center/contain;
}
.info-certifi.info-img > div dl.img07::after {
  background: url(../../../img/nbi/content/ico_cer_img13.png) no-repeat center center/contain;
}
.info-certifi.info-img > div dl.img08::after {
  background: url(../../../img/nbi/content/ico_cer_img14.png) no-repeat center center/contain;
}

.info-t6-cer {
  margin-top: 4rem;
  padding: 2.4rem 4rem;
  border-radius: 1.2rem;
}
.info-t6-cer dt {
  margin-bottom: 1.2rem !important;
}
.info-t6-cer dt > strong {
  font-size: 1.6rem;
}
.info-t6-cer dd {
  font-size: 1.3rem;
}