@import url("https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/variable/woff2/SUIT-Variable.css");
.noticeRenewWpps {
  min-width: 450px;
  height: 550px;
  font-family: "SUIT Variable", sans-serif;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform : translate(-50%, -50%)
}
.noticeRenewWpps__body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.noticeRenewWpps__body::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.noticeRenewWpps * {
  line-height: 1.3;
}
.noticeRenewWpps__header {
  height: 40px;
  background: #2f367a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}
.noticeRenewWpps__title {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}
.noticeRenewWpps__close {
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M1 1L13 13M13 1L1 13' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  padding: 0;
}
.noticeRenewWpps__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 20px 30px;
  background: url("../images/bg-wppsRenew.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  overflow-y: auto;
}
.noticeRenewWpps__mainTitle {
  margin: 0 0 18px;
  line-height: 1.5;
}
.noticeRenewWpps__mainTitle span {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #333;
}
.noticeRenewWpps__mainTitle strong {
  display: block;
  font-size: 20px;
  color: #2f367a;
  font-weight: 800;
}
.noticeRenewWpps__desc {
  margin: 0 0 22px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 1.7;
}
.noticeRenewWpps__desc span {
  display: block;
}
.noticeRenewWpps__desc strong {
  color: #2836c1;
  font-weight: 800;
}
.noticeRenewWpps__period {
  border-radius: 0px;
  padding: 10px 0px;
  width: 90%;
  margin: 0px auto 18px;
  border-top: 2px solid #2f367a;
  border-bottom: 2px solid #2f367a;
}
.noticeRenewWpps__periodLabel {
  display: inline-block;
  background: #2f367a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.noticeRenewWpps__periodDate {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: #000;
}
.noticeRenewWpps__periodDate span {
  display: inline;
}
.noticeRenewWpps__notice {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 1.7;
}
.noticeRenewWpps__notice span {
  display: block;
}
.noticeRenewWpps__thanks {
  margin: 18px 0;
  font-size: 14px;
  color: #333;
  font-weight: 700;
}
.noticeRenewWpps__link {
  background: #2f367a;
  color: #fff;
  text-decoration: none;
  padding: 9px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 190px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.noticeRenewWpps__link:hover {
  background: #3d4590;
}
.noticeRenewWpps__link:link {
  color: #fff !important;
}

a.noticeRenewWpps__link:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color : #fff;  
}

a.noticeRenewWpps__link:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color : #fff; 
}


.noticeRenewWpps__footer {
  height: 35px;
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}
.noticeRenewWpps__todayClose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  cursor: pointer;
  margin-bottom: 0;
}
.noticeRenewWpps__todayClose span {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
.noticeRenewWpps__checkbox {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.noticeRenewWpps__closeBtn {
  background: none;
  border: none;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  padding: 0;
}
.noticeRenewWpps__closeBtn:hover {
  color: #333;
}