#top-nav {
  width: 100%;
  height: 72px;
  background-color: white;
  position: sticky;
  top: 0px;
  line-height: 36px;
  z-index: 9000;
}
#top-nav .container {
  display: flex;
}
#top-nav .container a {
  justify-content: center;
  display: flex;
}
#top-nav .container img {
  width: 150px;
}
#top-nav .main-menu {
  display: flex;
  gap: 10px;
  margin: 0 auto;
  font-size: 2rem;
}
#top-nav .main-menu div {
  text-align: center;
  width: 150px;
  font-size: 2.8rem;
}
#top-nav .main {
  display: flex;
  align-items: center;
}
#top-nav .main-menu div a {
  color: #2349AF;
  display: block;
  font-weight: 600;
  text-align: left;
}
#top-nav .main-menu div a:hover {
  color: #000;
  font-weight: bold;
  cursor: pointer;
}
#top-nav .login-menu {
  display: flex;
  width: 110px;
  height: auto;
  color: #333333;
  align-items: center;
  font-size: 1.5rem;
}
#top-nav .login-menu :not(:first-child)::before {
  content: "";
  width: 1px;
  height: 1.5rem;
  background: #ccc;
  position: absolute;
  left: 0;
  margin-top: 1rem;
}
#top-nav .login-menu > div {
  padding: 10px;
}
#top-nav .login-menu > div:last-child {
  padding-right: 0;
}
#top-nav .login-menu a {
  color: #000;
  font-weight: 500;
  white-space: nowrap;
}
#top-nav .hidden-menu {
  display: none;
  position: absolute;
  width: 100%;
  height: 228px;
  top: 72px;
  background-color: #f2f2f2;
}
#top-nav .hidden-menu .detail div {
  font-size: 1.5rem;
}
#top-nav .hidden-menu .detail div a {
  margin-top: 0;
  display: block;
  color: #000;
  font-weight: 400;
}
#top-nav .hidden-menu .detail div a:hover {
  animation-duration: 1s;
  color: #0e3baa;
  text-decoration: underline;
  font-weight: bold;
}
#top-nav .contents {
  height: 1500px;
}
.login {
  width: 800px;
  height: 521px;
  text-align: center;
  margin:10px auto;
  line-height: normal;
}
.login .id-pw {
  text-align: center;
  margin:0 auto;
  line-height: normal;
}

.login img {
  width: 150px;
  margin-top: 40px;
}
.login .id-pw div a {
  color: #707070;
}
.info-login {
  margin: 30px;
  font-size: 2rem;
  color: #333333;
}
.info-login p {
  margin: 5px;
}
.box-login {
  display: flex;
  margin: 0 4rem;
  border-top: thin solid #797979;
  padding-bottom: 10px;
}
.left-div-box-login {
  width: 200px;
  background: #f2f2f2;
  color: #1d46b5;
  font-size: 1.5rem;
  font-weight: bold;
}
.left-div-box-login div {
  height: 76px;
  margin: auto;
  line-height: 76px;
  border-bottom: thin solid #dfdfdf;
}
.right-div-box-login {
  width: 440px;
}
.right-div-box-login div {
  border-bottom: thin solid #dfdfdf;
}
.input-phone-number{
  display: flex;
  width: 100%;
  height: 76px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
}
.input-phone-number hr {
  width: 1.5rem;
  background-color: #000;
}
.input-phone-number div {
  height: 48px;
  border: 0;
}
.input-phone-number select {
  width: 100px;
  height: 100%;
  border: 0;
  padding-left: 2rem;
}
.input-phone-number input {
  width: 120px;
  height: 100%;
  border: thin solid #dfdfdf;
}
.input-password {
  display: flex;
  height: 76px;
  align-items: center;
  justify-content: center;
}
.input-password input {
  width: 412px;
  height: 48px;
  border: thin solid #dfdfdf;
}
.send-type {
  display: flex;
  text-align: center;
  justify-content: center;
}
.send-type label {
  margin: 10px;
  font-size: 2rem;
}
.send-type input {
  margin-right: 5px;
}
.btn-login {
  display: flex;
  justify-content: center;
  margin: 2rem;
  font-size: 1.5rem;
}
.link-sign-in {
  margin-bottom: 6rem;
  font-weight: bold;
}

.modal .login .find-pass {
  text-align: center;
  margin:0 auto;
  line-height: normal;
  color: #1D46B5;
}
.find-pass p {
  font-size: 1.8rem;
  margin: 20px;
  color: #1D46B5;
}
.intro-find-password {
  margin: 20px;
}
.intro-find-password img{
  width: 94px;
  height: 132px;
  margin-top: 30px;
}
.intro-find-password strong {
  font-size: 3rem;
  color: #333333;
  font-weight: 800;
}
.find-password-btn-container {
  display: flex;
  justify-content: center;
  margin: 2rem;
}
.btn-modal-find-password-close {
  background: url("../../img/baseline-clear-24px.svg");
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  border: 0;
  cursor: pointer;
}
.text-smsComplete {
  color: #2349af;
  font-size: 2rem;
}
.text-smsComplete > div {
  margin: 10px;
}