@import url(../css/reset.css);

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');

/* ################ 활성화/비활성화 class ################ */
/* 1. [.on] 버튼 활성화 시 */
.on {
  background-color: #467DD9 !important;
  color: #fff !important;
}

.on:active {
  background-color: #3b6bbe !important;
}

/*220920 추가*/
h1.title{
  text-align: center;
}
img.logo-bridge{
  width: 30%;
  display: block;
  margin: 0 auto 20px;
}
div.container{
  padding: 110px 0 155px;
}
/* 2-1. check 마크 활성화 div.check에 active */


/* 2-2. [.error] 입력 에러 class .input-group에 활성화해야 합니다*/
.error>input {
  border: 2px solid #DF4852;
}

.error::after {
  content: attr(data-content);
  display: block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #df4852;
  padding: 8px 15px 11px;
  border-radius: 5px;
  position: absolute;
  top: -40px;
  right: 0px;
}

.error::before {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-top: 4px solid #df4852;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: -7px;
  right: 24px;
}

.error.input-group-1::after {
  right: 210px;
}

.error.input-group-1::before {
  right: 231px;
}

.error::after,
.error::before {
  animation: tooltip 3s 1 linear forwards;
}

@keyframes tooltip {

  0%,
  100% {
    opacity: 0;
  }

  30%,
  80% {
    opacity: 1;
  }
}

/* 3. [.time-on] 인증번호 시간 활성화 class .time에 활성화해야 합니다 */
.time-on {
  display: block !important;
}


/* 4. [.form-hide] 의료인 인증 - 인증 방법 선택에 따른 hide class */
.form-hide {
  display: none !important;
}

/* 5. 전문보기 button 클릭시 modal 활성화 class */
/* 5-1. [.modal-bg-on] modal-wrapper에 class 부여 */
.modal-bg-on {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, .3);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

/* 5-2. [.modal-on] 개별 모달에 class 부여 */
.modal-on {
  display: block !important;
}

/* 6. [.auto-on] 자동 입력 추천 검색어 창 .auto-cpt에 활성화 */
.auto-on {
  display: block !important;
}

/*7 alrat*/
.cfm-alert {
  width: 350px;
  padding: 30px 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #1e1e32ee;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  display: none;
}

.cfm-alert-bg-on {
  content: '';
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .3);
  position: fixed;
  left: 0;
  top: 0;
}

.cfm-alert-on {
  display: block !important;
}

.cfm-alert .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.cfm-alert .content {
  margin-bottom: 30px;
}

.cfm-alert .alert-btn-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.cfm-alert .alert-btn-wrapper .btn {
  width: 40%;
  height: 40px;
  font-size: 1.6rem;
  border-radius: 6px;
  color: #fff;
}

.cfm-alert .alert-btn-wrapper .btn-cfm {
  background-color: #467DD9;
}

.cfm-alert .alert-btn-wrapper .btn-cfm:active {
  background-color: #3b6bbe;
}


.cfm-alert .alert-btn-wrapper .btn-cxl {
  background-color: #666666aa;
  color: #bbb;
  margin-right: 10px;
}

.cfm-alert .alert-btn-wrapper .btn-cxl:active {
  background-color: #777777aa;
  color: #ccc;
}

@media screen and (max-width: 500px) {
  .cfm-alert .title {
    font-size: 1.8rem;
  }

  .cfm-alert .content {
    font-size: 1.4rem;
  }
}

/* ################################################ */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  color: #fff;
  position: relative;
}

.gradient {
  min-height: 100%;
  background-image: linear-gradient(to bottom, #000 20%, #1e1e32 80%, #000 100%);
}

.gradient_sub {
  background-image: linear-gradient(to top, #000 0%, #1e1e32 70%, #000 100%);
  position: relative;
  min-height: 100%;
}

.container {
  width: 820px;
  height: auto;
  padding: 145px 0 155px;
  margin: 0 auto;
}

h1 {
  font-size: 3.2rem;
  font-weight: 700;
}

#change-pw h1 {
  margin-bottom: 15px;
}

#change-pw h1+p {
  color: #ccc;
}

#change-pw h1+p em {
  font-style: normal;
  font-weight: 500;
  color: #fff;
}

/* ################ progress-bar ################ */
.progress-bar {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 100px 0 70px;
}

.progress-bar li,
.progress-bar li span {
  position: relative;
  display: block;
}

.progress-bar .waiting {
  color: #808080;
}

.progress-bar .now {
  color: #fff;
  font-weight: 500;
}

.progress-bar .complete {
  color: #ccc;
}

/* ----- line ----- */
.progress-bar li::before {
  content: '';
  display: block;
  position: absolute;
  right: 50%;
  top: -23px;
  width: 266px;
  height: 1px;
}
.progress-bar li:last-child:before{
  width: 232px;
} 

#password .progress-bar,
#staff .progress-bar {
  width: 483px;
  margin: 70px auto;
}

.progress-bar .waiting::before {
  background: url(https://br-idge.s3.ap-northeast-2.amazonaws.com/bridge/login-join-pw/dashed.svg);
}

.progress-bar .now:not(:first-child):before,
.progress-bar .complete:not(:first-child):before {
  background: none;
  background-color: #467DD9;
}

/* ----- circle ----- */
.progress-bar li::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: -29px;
  width: 13px;
  height: 13px;
  background-color: #666666;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.progress-bar .now::after {
  background-color: #467DD9;
}

.progress-bar .now span::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: -35px;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  background-color: #1E1E32;
  border: 2px solid #467DD9;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.progress-bar .complete::after {
  background-color: #467DD9;
}

#password .progress-bar li::before {
  width: 374px;
}

#staff .progress-bar-2 li::before {
  width: 416px;
}

/* ################ /progress-bar ################ */


/* ################ form START ################ */
form {
  height: auto;
  position: relative;
}

.required {
  color: #DF4852;
  position: absolute;
  top: 2px;
  right: 0;
}

.input-form2 .required {
  top: 125px;
}

label {
  cursor: pointer;
}

/* ========== checkbox-form ========== */
.checkbox-form .checkbox-wrapper-group {
  display: flex;
  gap: 35px;
  flex-direction: column;
  margin-bottom: 140px;
}

.checkbox-form .checkbox-wrapper {
  height: auto;
  display: flex;
  justify-content: space-between;
}

.checkbox-form .checkbox-wrapper:first-child {
  margin-bottom: 20px;
  font-weight: 700;
}

.checkbox-form .checkbox-wrapper:first-child label {
  font-size: 2rem;
  position: relative;
}

.checkbox-form .checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.checkbox-form .label-inner {
  display: inline-block;
  line-height: 30px;
  position: relative;
  margin-inline-start: 15px;
}

.checkbox-form label .required-mark {
  color: #DF4852;
  font-style: normal;
}

.checkbox-form input[type="checkbox"] {
  position: relative;
  height: 0;
  width: 0;
  top: -1px;
  -webkit-appearance:initial;  /*for firefox*/
  -moz-appearance:initial;  /*for firefox*/
  appearance: initial; /*for safari*/
}

.checkbox-form input[type="checkbox"]::before{
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 21px;
  height: 21px;
  background: center / 100% url(https://br-idge.s3.ap-northeast-2.amazonaws.com/bridge/icon-check-off.svg);
  border-radius: 2px;
  cursor: pointer;
}

.checkbox-form input[type="checkbox"]:checked::before {
  background: center / 100% url(https://br-idge.s3.ap-northeast-2.amazonaws.com/bridge/icon-check-on.svg);
}

.checkbox-form .btn-view {
  display: block;
  width: 100px;
  height: 30px;
  font-size: 1.4rem;
  line-height: 30px;
  letter-spacing: -0.13px;
  text-align: center;
  background-color: #666666aa;
  color: #bbb;
  border-radius: 6px;
}

.checkbox-form .btn-view:active {
  background-color: #777777aa;
  color: #ccc;
}

/* ========== /checkbox-form ========== */

/* ========== modal ========== */
.modal {
  width: 820px;
  height: auto;
  padding: 0 20px 20px;
  color: #fff;
  background-color: #1e1e32;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}


.modal h2 {
  font-size: 3rem;
  padding: 50px 0 40px 20px;
}

.modal .btn-close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 30px;
  top: 60px;
  background-color: rgba(0, 0, 0, 0);
}

.modal .btn-close:active {
  opacity: 0.8;
}

.modal .text-box {
  width: 100%;
  height: 500px;
  padding: 20px;
  color: rgb(242, 242, 242);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.modal .text-box p {
  margin-bottom: 20px;
  word-break: break-all;
}


.modal table {
  font-size: 1.4rem;
  word-break: keep-all;
  margin-bottom: 50px;
}

.modal table caption {
  display: none;
}

.modal thead {
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.1);
}

table,
tr,
th,
td {
  border-color: #666666aa;
}

th,
td {
  padding: 8px;
}

.t2 thead th:nth-child(1) {
  min-width: 39px;
}

.t2 thead th:nth-child(3) {
  min-width: 68px;
}

/* ========== /modal ========== */

/* ========== input-form ========== */
#change-pw .input-form {
  margin-top: 70px;
}

.input-form .input-wrapper-group {
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 45px;
  position: relative;
  margin-bottom: 140px;
  margin-top: 70px;
  transition: margin-top 0.3s ease-in-out;
}

.input-form .input-wrapper-group.clear {
  margin-top: 0;
}

.input-form .input-wrapper {
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.info-text{
  color: #df4852;
}

/* ----- 의료인 인증 - 인증방법 선택 ----- */
.input-form input[type="radio"] {
  width: 0;
  height: 0;
  position: relative;
  -webkit-appearance:initial;  /*for firefox*/
  -moz-appearance:initial;  /*for firefox*/
  appearance: initial; /*for safari*/
}

.input-form input[type="radio"]::before,
.input-form input[type="radio"]:checked::after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
}

.input-form input[type="radio"]::before {
  top: -10px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  background-color: #ffffff00;
}

.input-form input[type="radio"]:checked::after {
  top: -4px;
  left: 6px;
  width: 8px;
  height: 8px;
  background-color: #467DD9;
}

.input-form .input-radio-group {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.input-form .input-radio-group label {
  padding-left: 28px;
  margin-right: 40px;
}

/* ----- /의료인 인증 - 인증방법 선택 ----- */


.input-form .input-group {
  display: flex;
  gap: 20px;
  position: relative;
}

.input-form .required-mark {
  color: #DF4852;
  margin-left: 4px;
  font-style: normal;
}

.input-form input {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  font-size: 1.6rem;
  text-indent: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  position: relative;
}

.input-form input:disabled {
  background-color: rgba(255, 255, 255, 0.35);
}

.input-form input::placeholder {
  color: #acacac;
}

.input-form button {
  flex-shrink: 0;
  width: 190px;
  height: 50px;
  font-size: 1.6rem;
  text-indent: 0px;
  background-color: #666666aa;
  color: #bbb;
  border-radius: 6px;
}

.input-form button:active {
  background-color: #777777aa;
  color: #ccc;
}

.input-form button.check-btn, .input-form button.code-check-btn {
  background-color: #666666aa;
  color: #bbb;
  margin: 45px auto 0;
}

.input-form button.check-btn:active, .input-form button.code-check-btn:active {
  background-color: #777777aa;
  color: #ccc;
}

.input-form .way-1-wrapper,
.input-form .way-2-wrapper,
.input-form .way-3-wrapper .wrapper{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.time {
  display: none;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 225px;
}

/* check mark */
.check {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #467dd9;
  position: absolute;
  right: 15px;
  top: 10px;
}

.check::after{
  content: '\2713';
  display: block;
  font-size: 2rem;
  text-align: center;
}

.input-group-1 .check{
  right: 225px;
}
.check_m {
  position: absolute;
}

.check_m::before {
  content: '인증 완료';
  width: 64px;
  position: absolute;
  display: block;
  right: 40px;
  top: 3px;
}

.check.active {
  display: block;
}

/* ----- 면허증 등록 custom-----*/
.upload-btn {
  flex-shrink: 0;
  display: block;
  width: 190px;
  line-height: 50px;
  text-align: center;
  background-color: #666666aa;
  color: #bbb;
  border-radius: 6px;
  cursor: pointer;
}

.upload-btn:active {
  background-color: #777777aa;
  color: #ccc;
}

input[type="file"] {
  display: none;
}

/* ----- /면허증 등록 custom----- */


/* ----- 자동 입력 부분----- */
.auto-cpt {
  width: 100%;
  max-height: 230px;
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 10;
  background-color: #2a2d3f;
  border-radius: 10px;
}

.auto-office-name,
.auto-office-addr,
.auto-major {
  display: none;
}

.auto-cpt li {
  width: 100%;
  color: #ccc;
  display: block;
  height: 50px;
  line-height: 50px;
  text-indent: 15px;
  opacity: 0.8;
  letter-spacing: -0.13px;
}

.auto-cpt li:hover {
  background-color: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.input-group-1 .auto-cpt {
  width: calc(100% - 20px - 190px);
}

/* ----- /자동 입력 부분  ----- */


/* ################ 가입완료 complete-wrapper ################ */
.complete-wrapper {
  width: 400px;
  height: auto;
  text-align: center;
  margin: 0 auto;
}

.logo-hide {
  font-size: 0px;
  text-indent: -9999px;
}

.complete-wrapper h2 {
  height: 90px;
  margin-top: 20px;
  background: center / contain no-repeat url(https://br-idge.s3.ap-northeast-2.amazonaws.com/bridge/login-join-pw/logo-bridge.png);
}

.complete-wrapper h3 {
  padding: 25px 0;
  font-size: 3.2rem;
  word-break: keep-all;
}

.complete-wrapper .btn-login-wrapper {
  margin-top: 84px;
}

.complete-wrapper .btn-login-wrapper p:not(:last-child) {
  margin-bottom: 10px;
}

.complete-wrapper .btn-login-wrapper p img {
  position: relative;
  top: 2px;
}

.complete-wrapper .btn-login {
  width: 100%;
  height: 50px;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 6px;
}

.complete-wrapper .btn-login-bridge {
  margin-bottom: 10px;
  background-color: #467DD9;
  color: #fff;
}

.complete-wrapper .btn-login-kakao {
  background-color: #FEE500;
  color: #191919;
  margin: 20px 0 10px;
}

.complete-wrapper .btn-login-kakao img {
  width: 20px;
  height: 19px;
  margin-right: 6px;
  position: relative;
  top: 4px;
}

/* ################ /가입완료 complete-wrapper ################ */

/* ################ page-btn ################ */
.page-btn-wrapper {
  /* margin-bottom: 155px; */
  display: flex;
  justify-content: space-between;
}

.precautionsTxt {
  display: flex;
  justify-content: center;
  color: #fff;
  margin-top: 40px;
  font-size: 13px;
}

.page-btn {
  width: 190px;
  height: 50px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #666666aa;
  color: #bbb;
  border-radius: 6px;
}

.mobile-wrapper .btn-mobile.off {
  background-color: #666666aa;
  color: #bbb;
}




.page-btn:active {
  background-color: #777777aa;
  color: #ccc;
}

.prev-btn img {
  margin-right: 13px;
}

.next-btn img {
  margin-left: 13px;
}

/* ################ /page-btn ################ */



/* 본인 인증 버튼 관련*/
.mobile-wrapper {
  margin-bottom: 20px;
  text-align: center;
}
.mobile-wrapper .btn-mobile {
  width: 270px;
  height: 60px;
  margin: 0 0 20px;
  background-color: #467DD9;
  color: #ffffff;
  font-size: 2rem;
}

.mobile-wrapper .btn-mobile:active {
  background-color: #3b6bbe;
  color: #ffffff;
}

.mobile-wrapper .btn-mobile.clear {
  background-color: rgba(255, 255, 255, 0.35);
  color: #bbb;
  cursor: none;
}

.input-form .name-input-wrapper {
  display: none;
}
.input-form .birth-input-wrapper {
  display: none;
}
.input-form .tel-input-wrapper {
  display: none;
}
.input-form .id-input-wrapper {
  display: none;
}
.input-form .pw-input-wrapper {
   display: none;
 }
.input-form .pwChk-input-wrapper {
    display: none;
  }
.input-form .eml-input-wrapper {
     display: none;
   }
.input-form .license-input-wrapper {
  display: none;
}
.required.slide{
  display: none;
}




@media screen and (max-width: 1100px) {
  .container {
    width: 750px;
  }


  .progress-bar li::before {
    width: 243px;
  }

  .progress-bar li:last-child:before{
    width: 210px;
  } 

  .checkbox-form input[type="checkbox"] {
    top: 0;
  }

  .input-form button,
  .page-btn,
  .upload-btn {
    width: 150px;
  }

  .input-form button.check-btn {
    width: 190px;
  }

  .input-group-1 .auto-cpt {
    width: calc(100% - 20px - 150px);
  }

  .modal {
    width: 750px;
  }

  .time {
    right: 185px;
  }

  .input-group-1 .check {
    right: calc(15px + 20px + 150px);
  }

  .error.input-group-1::after {
    right: 170px;
  }

  .error.input-group-1::before {
    right: 194px;
  }

}



@media screen and (max-width: 800px) {
  .container {
    width: 490px;
  }

  .progress-bar li::before {
    width: 155px;
  }
  .progress-bar li:last-child:before{
    width: 122px;
  } 

  #password .progress-bar,
  #staff .progress-bar {
    width: 370px;
  }

  #password .progress-bar li::before {
    width: 260px;
  }

  #staff .progress-bar-2 li::before {
    width: 305px;
  }


  .input-form button,
  .page-btn,
  .upload-btn {
    width: 120px;
  }

  .input-group-1 .auto-cpt {
    width: calc(100% - 20px - 120px);
  }

  .modal {
    width: 490px;
  }

  .modal table {
    word-break: break-all;
  }

  .time {
    right: 155px;
  }

  .input-group-1 .check {
    right: calc(15px + 20px + 120px);
  }

  .error.input-group-1::after {
    right: 140px;
  }

  .error.input-group-1::before {
    right: 164px;
  }

}


@media screen and (max-width: 500px) {
  .container {
    width: 80%;
  }

  h1 {
    font-size: 2.8rem;
  }

  .progress-bar {
    width: 100%;
    margin: 80px 0 60px;
    font-size: 1.4rem;
    position: relative;
    left: 50%;
    justify-content: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    gap: 15px;
    word-break: keep-all;
    text-align: center;
  }

  .progress-bar li::before {
    width: 85px;
  }
  .progress-bar li:last-child:before{
    width: 54px;
  } 

  .progress-bar li:nth-child(2):before {
    width: 100%;
  }

  #password .progress-bar {
    width: 250px;
    font-size: 1.2rem;
    margin: 80px auto 60px;
    justify-content: space-between;
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  #password .progress-bar li::before {
    width: 166px;
  }

  #staff .progress-bar {
    width: 250px;
    font-size: 1.2rem;
    margin: 80px auto 60px;
    justify-content: space-between;
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  #staff .progress-bar li::before {
    width: 205px;
  }

  .required {
    top: 5px;
  }

  .input-form2 .required {
    top: 140px;
  }

  .checkbox-form input[type="checkbox"]::before {
    width: 18px;
    height: 18px;
    top: 8px;
  }

  .checkbox-form .checkbox-wrapper {
    gap: 10px;
  }

  .checkbox-form .checkbox-wrapper:first-child label {
    font-size: 1.8rem;
  }

  .checkbox-form .checkbox-wrapper:first-child label {
    font-size: 1.6rem;
  }

  .checkbox-form .checkbox-group {
    gap: 12px;
  }

  .checkbox-form .label-inner {
    font-size: 1.5rem;
  }

  .checkbox-form .btn-view {
    flex-shrink: 0;
    width: 65px;
    font-size: 1.2rem;
  }

  .input-form .input-group {
    gap: 10px;
    flex-direction: column;
  }

  .input-form input::placeholder {
    font-size: 1.4rem;
  }

  .input-form button,
  .upload-btn {
    width: 100%;
  }

  .input-group-1 .auto-cpt {
    width: 100%;
  }

  .input-form .input-radio-group label {
    padding-left: 24px;
    margin-right: 19px;
  }

  .page-btn {
    font-size: 1.5rem;
  }

  .page-btn img {
    position: relative;
    top: 2px;
  }

  .complete-wrapper {
    width: 90%;
  }

  .complete-wrapper h2 {
    height: 80px;
  }

  .complete-wrapper h3 {
    font-size: 2.8rem;
    word-break: keep-all;
  }

  .complete-wrapper p {
    font-size: 1.4rem;
  }

  .modal {
    width: 100%;
  }

  .modal h2 {
    width: 80%;
    font-size: 2.2rem;
  }

  .modal .btn-close {
    width: 20px;
    height: 20px;
    top: 58px;
  }

  .modal .text-box p {
    font-size: 1.4rem;
  }

  .modal table {
    font-size: 1rem;
  }

  .auto-cpt li {
    font-size: 1.4rem;
  }

  .error.input-group-1::after {
    right: 0px;
  }

  .error.input-group-1::before {
    right: 24px;
  }

  .time {
    bottom: 75px;
    right: 15px;
  }

  .input-group-1 .check {
    right: 15px;
  }

}