@font-face {
  font-family: "SamsungIF Rg";
  src: url('/assets/font/SamsungIF_Rg.eot');
  src: url('/assets/font/SamsungIF_Rg.eot?#iefix') format("embedded-opentype"), url('/assets/font/SamsungIF_Rg.woff') format("woff"), url('/assets/font/SamsungIF_Rg.ttf') format("truetype"), url('/assets/font/SamsungIF_Rg.svg') format("svg");
  font-style: normal;
  font-weight: normal;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'SamsungIF Rg';
  font-size: 19px;
  margin: 0;
  background-color: #eeeded;
}
p {
  margin: 0;
  padding: 0 26px;
  text-align: left;
}
img {
  height: auto;
}
img.header {
  width: 100%;
}
#header-wrapper {
  position: relative;
}
#header-wrapper .logo {
  position: absolute;
}
#portrait {
  display: none;
}
#portrait .logo {
  width: 80%;
  left: 26px;
  top: 21%;
}
#landscape {
  display: block;
}
#landscape .logo {
  width: 45%;
  left: 26px;
  top: 22%;
}
#content-wrapper {
  position: absolute;
  margin-top: 40px;
  width: 100%;
  text-align: left;
}
#content {
  display: inline-block;
  color: #000000;
  text-align: center;
  font-size: 16px;
  width: 100%;
}
#next-button {
  width: 120px;
  height: 40px;
  margin-top: 80px;
  padding: 1% 0;
  background-color: white;
  border: #0689D8 solid 1px;
  box-shadow: 0 0 0.2em lightgray;
  text-decoration: none;
  font-size: 18px;
  color: #0689D8;
}
#next-button:hover {
  background-color: white;
  box-shadow: 0 0 0.2em gray;
  outline: 0;
}
#next-button:disabled {
  background-color: lightgray;
  border: gray solid 1px;
  color: gray;
  box-shadow: 0 0 0;
}
#footer-wrapper {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: left;
}
#footer {
  display: inline-block;
  color: gray;
  font-size: 14px;
}
@media (orientation: portrait) and (max-device-width: 500px) {
  #portrait {
    display: block;
  }
  #landscape {
    display: none;
  }
  #next-button {
    margin-top: 50px;
  }
}
@media (orientation: landscape) and (max-device-width: 800px) {
  #next-button {
    margin-top: 10px;
  }
  #content-wrapper {
    margin-top: 10px;
  }
  #footer-wrapper {
    position: absolute;
    bottom: 10px;
  }
}
