/* Scss Document */
body {
  color: #5E5E5E;
}

a {
  transition: all 0.4s;
}
a:hover {
  opacity: 0.7;
}

.center {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.text {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.bc_wrap {
  margin-left: 33px;
  font-size: 10px;
}
.bc_wrap .breadcrumbs ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #5E5E5E;
  font-weight: 400;
}

#dvUserBox .login .inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 90px 0 0;
}
#dvUserBox .login .top_title {
  letter-spacing: 0.05em;
  font-size: 30px;
  color: #000;
  line-height: 1;
  margin-bottom: 1.3em;
  font-weight: 500;
  padding: 0;
}
#dvUserBox .login .login_contents ul li span {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  display: inline-block;
}
#dvUserBox .login .login_contents ul li input[type="email"],#dvUserBox .login .login_contents ul li input[type="password"] {
  border: solid 1px #e3e3e3;
  background: #f9f9f9;
  vertical-align: middle;
}
input.loginIdInMailAddr, input.loginPass {
  width: 100%;
  padding: 1em;
}
#dvUserBox .login .login_contents ul li label {
  color: #5E5E5E;
  font-size: 14px;
  font-weight: 400;
  padding-left: 0.25em;
}
#dvUserBox .login .login_contents ul li + li {
  margin-top: 20px;
}
#dvUserBox .login .login_contents .login_btn_wrap {
  margin-top: 30px;
}
#dvUserBox .login .login_contents .login_btn_wrap a {
  position: relative;
  display: inline-block;
  background: #002638;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  width: 330px;
  padding: 1.5em;
}
#dvUserBox .login .login_contents .login_btn_wrap a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 6px;
  background: url(../../Contents/ImagesPkg/arrow_white.svg) no-repeat center center/contain;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotate(-90deg);
}
#dvUserBox .login .login_contents .reminder {
  margin-top: 20px;
}
#dvUserBox .login .login_contents .reminder a {
  text-decoration: underline;
  font-size: 14px;
}
#dvUserBox .login .login_contents + div {
  margin-top: 50px;
}
#dvUserBox .login .regist h2 {
  margin-bottom: 1em;
  border: none;
}
#dvUserBox .login .regist .text {
  padding: 0;
}
#dvUserBox .login .regist .text.top {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#dvUserBox .login .regist .regist_btn_wrap {
  margin-top: 30px;
}
#dvUserBox .login .regist .regist_btn_wrap a {
  position: relative;
  display: inline-block;
  background: #AD002D;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  width: 330px;
  padding: 1.5em;
}
#dvUserBox .login .regist .regist_btn_wrap a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 6px;
  background: url(../../Contents/ImagesPkg/arrow_white.svg) no-repeat center center/contain;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotate(-90deg);
}/*# sourceMappingURL=login.css.map */