@font-face {
  font-family: "NanumSquare Neo";
  src: url("../fonts/NanumSquareNeoTTF-dEb.woff2") format("woff2"),
    url("../fonts/NanumSquareNeoTTF-dEb.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NanumSquare Neo";
  src: url("../fonts/NanumSquareNeoTTF-cBd.woff2") format("woff2"),
    url("../fonts/NanumSquareNeoTTF-cBd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NanumSquare Neo";
  src: url("../fonts/NanumSquareNeoTTF-bRg.woff2") format("woff2"),
    url("../fonts/NanumSquareNeoTTF-bRg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NanumSquare Neo";
  src: url("../fonts/NanumSquareNeoTTF-eHv.woff2") format("woff2"),
    url("../fonts/NanumSquareNeoTTF-eHv.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NanumSquare Neo";
  src: url("../fonts/NanumSquareNeoTTF-aLt.woff2") format("woff2"),
    url("../fonts/NanumSquareNeoTTF-aLt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Asimov Print';
  src: url('../fonts/AsimovPrintB.woff2') format('woff2'),
    url('../fonts/AsimovPrintB.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "NanumSquare Neo";
}

a.active,
a:focus,
button:focus,
button.active {
  outline: none;
}

a {
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  outline: 0;
  box-shadow: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*  */
.navbar-brand h2 {
  font-size: 30px;
  letter-spacing: -1px;
  color: #d444af;
  text-align: center;
  font-family: 'Asimov Print';
}

.navbar-brand h2 span {
  color: #52c5de;
}

.btn-success {
  font-size: 16px;
  letter-spacing: -1px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 44px;
  font-weight: 700;
  border-radius: 22px;
  grid-gap: 8px;
  line-height: 18px;
  background-color: #3c731e;
}

.btn-success span {
  text-align: center;
  display: block;
}

.right-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  border-top: 8px solid transparent;
  grid-gap: 70px;
}

.navbar-nav {
  flex: 1;
  justify-content: center;
  grid-gap: 30px;
}

.navbar-nav .nav-item .nav-link {
  font-size: 16px;
  letter-spacing: -1px;
  color: #454545;
  padding: 23px 16px !important;
  border-top: 8px solid transparent;
}

.navbar-nav .nav-item .nav-link.active {
  border-top: 8px solid #3c731e;
  color: #3c731e;
  font-weight: 800;
}

.navbar-nav .nav-item .nav-link:hover {
  border-top: 8px solid #3c731e;
  color: #3c731e;
}

.navbar-brand {
  padding: 0px;
  margin: 0;
}

.navbar {
  padding: 0px;
}

.right-nav-link a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #3c731e;
}

.navbar-brand {
  display: flex;
  align-items: center;
  grid-gap: 24px;
}



.login-sec .text-box {
  text-align: center;
  max-width: 355px;
  margin: 0 auto;
}

.text-box h2 {
  font-size: 35px;
  letter-spacing: -1px;
  color: #3c731e;
  text-align: center;
  font-weight: bold;
}

.top-list {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 20px;
  margin: 70px 0px 14px;
}

.btn-wallet {
  font-size: 15px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 800;
  width: 135px;
  height: 40px;
  border-radius: 20px;
  background-color: #3c731e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.form .form-control {
  font-size: 14px;
  letter-spacing: 0px;
  color: #a8a8a8;
  height: 48px;
  border-radius: 5px;
  border: 1px solid #b1b1b1;
  padding-left: 20px;
  width: 100%;
}

.form .form-control::placeholder {
  color: #a8a8a8;
}

.form .form-control.wallet-input {
  height: 31px;
  margin-bottom: 32px;
  margin-top: 17px;
}

.form .form-group {
  margin-bottom: 13px;
}

.error-msg p,
.succes-msg p {
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ec2a2a;
  margin-top: 10px;
}

.error-msg {
  text-align: start;
}

.btn-list {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  margin: 23px 0px 0px;
}

.btn-list li {
  width: 50%;
}

.btn-login {
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 59px;
  border-radius: 5px;
  background-color: #3c731e;
}

.btn-password {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 66px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 59px;
  border-radius: 5px;
  background-color: #b1b1b1;
}

.login-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 23px;
}

.login-footer h6 {
  font-size: 14px;
  letter-spacing: 0px;
  color: #474747;
}

.btn-link {
  font-size: 14px;
  letter-spacing: 0px;
  color: #3c731e;
  text-align: right;
  text-decoration: none;
  font-weight: 800;
}

.login-sec {
  min-height: calc(100vh - 78px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0px;
}

.my-page .login-sec .text-box {
  max-width: 1147px;
}

.my-page .login-sec .form .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
  justify-content: center;
  position: relative;
  grid-gap: 20px;
}

.my-page .login-sec .form .form-group .form-label {
  min-width: 178px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 0px;
  color: #3c731e;
  font-weight: 800;
}

.my-page .login-sec .form .form-group .form-control {
  max-width: 381px;
}

.top-form {
  padding: 50px 0px;
  margin: 50px 0px;
  border-top: 6px solid #3c731e;
  border-bottom: 6px solid #3c731e;
}

.my-page .login-sec .error-msg,
.succes-msg {
  margin-left: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.my-page .login-sec .error-msg p {
  margin-top: 0px;
}

.form-check-label {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 32px;
  color: #3c731e;
}

.form-check-input {
  width: 15px;
  height: 15px;
  margin-left: 0px !important;
}

.form-check-input:checked {
  background-color: #3c731e;
  border-color: #3c731e;
}

.form-check-input:checked[type="radio"] {
  background-image: url(../images/check.svg);
  background-size: 9px;
}

.form-check {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  min-height: 1.5rem;
  padding-left: 0px;
  margin-bottom: 0px;
}

.form-checks-input {
  max-width: 376px;
  margin: 0 auto;
}

.w-fit {
  width: fit-content;
  padding: 0px 30px;
}

.forget-page .login-sec .text-box {
  max-width: 455px;
}

.forget-page .form .form-group {
  margin: 40px 0px 100px;
}

.forget-page .form {
  max-width: 355px;
  margin: 0 auto;
}

.input-group {
  position: relative;
  max-width: 381px;
}

.input-group .img-holder {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px;
}

.succes-msg p {
  color: #3c731e;
}

.form-group-right {
  max-width: 600px;
  width: 100%;
  position: relative;
}

.right-26 {
  right: -26px !important;
}

.code-box {
  display: flex;
  align-items: center;
  grid-gap: 16px;
}

.code-box .btn {
  font-size: 16px;
  width: 115px;
  height: 44px;
}

.code-box .btn-list {
  margin: 0px;
}

.code-box .error-msg {
  right: -200px !important;
}

.login-detail ul {
  display: flex;
  align-items: center;
  grid-gap: 45px;
  justify-content: space-between;
  max-width: fit-content;
  margin: 55px auto;
}

.login-detail ul li h6 {
  font-size: 18px;
  letter-spacing: 0px;
  color: #3c731e;
  text-align: center;
  font-weight: 700;
  min-width: 140px;
}

.login-detail ul li p {
  font-size: 18px;
  letter-spacing: 0px;
  color: #4e4e4e;
  text-align: center;
  min-width: 220px;
  width: 100%;
}

.register-page .login-sec .text-box {
  max-width: 700px;
}

.register-page .btn-list {
  margin: 23px auto 0px;
  max-width: 400px;
}

.navbar-toggler img {
  width: 20px;
}

.menu-btns {
  display: none;
}

.modal-content {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.modal-header {
  border: none;
  background-color: #3c731e;
  height: 30px;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}

.modal-body {
  text-align: center;
}

.modal-body h4 {
  color: #3c731e;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  max-width: 400px;
  margin: 10px auto 0;
}

.modal-body p {
  font-size: 18px;
  text-align: center;
  margin: 10px 0px;
  color: #a8a8a8;
  font-weight: 700;
}

.modal-body .btn-success {
  font-size: 18px;
  width: 150px;
  height: 40px;
  margin: 0 auto;
}

.btn-login:hover,
.btn-wallet:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-password:hover {
  background: #a8a8a8;
  color: #fff;
}