@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 100;
  src: url(/fonts/NotoSansKR-Thin-Hestia.eot), url(/fonts/NotoSansKR-Thin-Hestia.eot?#iefix) format("embedded-opentype"), url(/fonts/NotoSansKR-Thin-Hestia.woff) format("woff"), url(/fonts/NotoSansKR-Thin-Hestia.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/NotoSansKR-Light-Hestia.eot), url(/fonts/NotoSansKR-Light-Hestia.eot?#iefix) format("embedded-opentype"), url(/fonts/NotoSansKR-Light-Hestia.woff) format("woff"), url(/fonts/NotoSansKR-Light-Hestia.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 350;
  src: url(/fonts/NotoSansKR-DemiLight-Hestia.eot), url(/fonts/NotoSansKR-DemiLight-Hestia.eot?#iefix) format("embedded-opentype"), url(/fonts/NotoSansKR-DemiLight-Hestia.woff) format("woff"), url(/fonts/NotoSansKR-DemiLight-Hestia.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/NotoSansKR-Regular-Hestia.eot), url(/fonts/NotoSansKR-Regular-Hestia.eot?#iefix) format("embedded-opentype"), url(/fonts/NotoSansKR-Regular-Hestia.woff) format("woff"), url(/fonts/NotoSansKR-Regular-Hestia.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/NotoSansKR-Medium-Hestia.eot), url(/fonts/NotoSansKR-Medium-Hestia.eot?#iefix) format("embedded-opentype"), url(/fonts/NotoSansKR-Medium-Hestia.woff) format("woff"), url(/fonts/NotoSansKR-Medium-Hestia.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/NotoSansKR-Bold-Hestia.eot), url(/fonts/NotoSansKR-Bold-Hestia.eot?#iefix) format("embedded-opentype"), url(/fonts/NotoSansKR-Bold-Hestia.woff) format("woff"), url(/fonts/NotoSansKR-Bold-Hestia.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 900;
  src: url(/fonts/NotoSansKR-Black-Hestia.eot), url(/fonts/NotoSansKR-Black-Hestia.eot?#iefix) format("embedded-opentype"), url(/fonts/NotoSansKR-Black-Hestia.woff) format("woff"), url(/fonts/NotoSansKR-Black-Hestia.otf) format("opentype"); }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html,
body,
button,
input,
textarea,
select {
  font-family: 'Noto Sans Korean', 'malgun gothic', sans-serif;
  font-size: 14px; }

button {
  cursor: pointer; }

input::placeholder {
  color: #cecece !important; }

input:-ms-input-placeholder {
  color: #cecece !important; }

#root_login {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden; }
  #root_login .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.login-box {
  position: relative;
  display: inline-block;
  text-align: center;
  align-items: center; }
  .login-box .title-image {
    background: url(/images/login-title.png);
    width: 380px;
    height: 60px;
    margin-bottom: 10px; }
  .login-box .title {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    text-align: center;
    color: #1089A3;
    font-size: 48px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
  .login-box .sub-title {
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
    text-align: center;
    color: darkgray;
    font-size: 28px; }
  .login-box .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/images/logo-leafy.png) no-repeat center center/contain;
    width: 100%;
    height: 100px;
    margin-bottom: 50px; }
  .login-box input {
    width: 296px;
    height: 42px;
    margin: 0 0 6px 0;
    text-align: center;
    border: 1px solid #EDEDED;
    border-radius: 3px;
    padding-bottom: 2px;
    color: gray;
    font-size: 14px; }
  .login-box :focus {
    outline: 1px solid #1089A3;
    border-radius: 3; }
  .login-box .btn-login {
    width: 296px;
    margin: 4px 0 0 0;
    height: 42px;
    background: #1089A3;
    border: 1px solid #1089A3;
    border-radius: 2px;
    color: #fff;
    padding-bottom: 2px;
    font-size: 15px; }

/**/

