@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css");
* {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  box-sizing: border-box;
  font-family: 'NanumSquare', sans-serif; }

body {
  background: #161a1dff;
  color: #ffffffff; }

[yellow] {
  color: #ffbf00; }

div[home] header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 1em;
  margin-bottom: 1em;
  background: none;
  z-index: 1004;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  div[home] header[translucent] {
    background: #161a1dff; }
  div[home] header div[title] {
    color: red;
    font-size: 1.2em; }
    div[home] header div[title] div[logo] {
      display: inline-block;
      margin: 0.7em 0 0.7em 2em; }
      div[home] header div[title] div[logo] div[svg-box] svg {
        height: 20px; }
      div[home] header div[title] div[logo] div[en] {
        font-size: 1.5em;
        font-weight: 800; }
      div[home] header div[title] div[logo] div[svg-box], div[home] header div[title] div[logo] div[en] {
        display: inline-block; }
div[home] div[cover] {
  position: relative;
  height: 70vh;
  background-image: url("/img/cover/room.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }
  div[home] div[cover] div[wrapper] {
    position: absolute;
    top: 28%;
    left: 3em; }
    div[home] div[cover] div[wrapper] h1[ko] {
      font-size: 3em;
      text-align: center; }
      div[home] div[cover] div[wrapper] h1[ko] > div {
        line-height: 1.3em; }
      div[home] div[cover] div[wrapper] h1[ko] div[locale] {
        font-weight: 400;
        font-size: 0.9em; }
      div[home] div[cover] div[wrapper] h1[ko] div[title] {
        font-weight: 600;
        font-size: 1em; }
    div[home] div[cover] div[wrapper] div[description] {
      margin-top: 0.5em;
      font-size: 1.1em;
      max-width: 320px; }
    div[home] div[cover] div[wrapper] div[resolvation], div[home] div[cover] div[wrapper] div[go-to-map] {
      margin-top: 1.5em;
      display: inline-block; }
    div[home] div[cover] div[wrapper] div[resolvation] a[tel] {
      display: block;
      padding: 0.5em 1.5em;
      background: #ffffffff;
      text-decoration: none;
      color: #0b090aff;
      font-size: 1em;
      font-weight: 600;
      border-radius: 0.3em; }
      div[home] div[cover] div[wrapper] div[resolvation] a[tel]:hover {
        background: rgba(255, 255, 255, 0.8); }
    div[home] div[cover] div[wrapper] div[go-to-map] {
      padding: 0.5em 1.5em;
      background: rgba(255, 255, 255, 0.4);
      color: #ffffffff;
      font-size: 1em;
      font-weight: 600;
      border-radius: 0.3em;
      margin-left: 0.5em;
      cursor: pointer; }
      div[home] div[cover] div[wrapper] div[go-to-map]:hover {
        background: rgba(255, 255, 255, 0.2); }
  div[home] div[cover] div[gradient] {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #161a1dff, rgba(0, 0, 0, 0));
    pointer-events: none; }
div[home] div[container] {
  position: absolute;
  top: 58vh;
  left: 0;
  width: 100%; }
  div[home] div[container] main {
    padding: 1em 3em; }
  div[home] div[container] section {
    margin-bottom: 3em; }
    div[home] div[container] section h2 {
      display: inline-block;
      font-weight: 400;
      font-size: 1.2em; }
      div[home] div[container] section h2 span[notice] {
        font-size: 0.7em;
        color: red; }
    div[home] div[container] section > div[wrapper], div[home] div[container] section > div[price] > div[wrapper] {
      margin-top: 0.5em;
      display: grid;
      grid-template-columns: var(--columns);
      grid-gap: 4px; }
      div[home] div[container] section > div[wrapper] div[item], div[home] div[container] section > div[price] > div[wrapper] div[item] {
        background: rgba(0, 0, 0, 0.5);
        border-radius: 0.3em;
        padding: 1em; }
        div[home] div[container] section > div[wrapper] div[item] h3, div[home] div[container] section > div[price] > div[wrapper] div[item] h3 {
          font-size: 1em;
          font-weight: 400;
          margin-bottom: 0.5em; }
        div[home] div[container] section > div[wrapper] div[item] p, div[home] div[container] section > div[price] > div[wrapper] div[item] p {
          font-size: 0.9em;
          font-weight: 300; }
        div[home] div[container] section > div[wrapper] div[item] > article p, div[home] div[container] section > div[price] > div[wrapper] div[item] > article p {
          text-indent: 1em; }
        div[home] div[container] section > div[wrapper] div[item] h4, div[home] div[container] section > div[price] > div[wrapper] div[item] h4 {
          margin-bottom: 0.5em; }
      div[home] div[container] section > div[wrapper] > div[address], div[home] div[container] section > div[price] > div[wrapper] > div[address] {
        font-size: 0.9em;
        font-weight: 400; }
    div[home] div[container] section > div[price] {
      margin-top: 0.5em; }
      div[home] div[container] section > div[price] h3 {
        font-size: 1.1em;
        font-weight: 400; }
      div[home] div[container] section > div[price] div[wrapper] div[item] div[wrapper] > p {
        color: #b1a7a6ff;
        margin: 0.25em 0; }
        div[home] div[container] section > div[price] div[wrapper] div[item] div[wrapper] > p span {
          display: inline-block; }
          div[home] div[container] section > div[price] div[wrapper] div[item] div[wrapper] > p span:first-child {
            background: #660708ff;
            padding: 0 0.25em;
            border-radius: 0.3em;
            font-size: 0.8em;
            font-weight: 600; }
  div[home] div[container] section[about] article {
    margin-top: 0.5em; }
    div[home] div[container] section[about] article p {
      text-indent: 1em;
      font-weight: 300;
      font-size: 0.9em;
      margin-bottom: 0.5em; }
      div[home] div[container] section[about] article p:last-child {
        margin-bottom: 0; }
  div[home] div[container] section[interior] div[wrapper] img {
    display: inline-block;
    width: 100%;
    border-radius: 0.3em; }

footer {
  margin-top: 4em;
  margin-left: 12em;
  margin-right: 12em;
  margin-bottom: 1em;
  padding: 1em 3em;
  color: #b1a7a6ff;
  font-size: 0.8em; }
  footer div[copyright] {
    margin-top: 1em; }
  footer * {
    pointer-events: none; }

@media (max-width: 768px) {
  div[home] header div[title] div[logo] {
    margin-left: 0.5em; }

  div[home] div[cover] div[wrapper] {
    left: 1.5em; }
    div[home] div[cover] div[wrapper] h1[ko] {
      font-size: 1.9em; }
    div[home] div[cover] div[wrapper] div[description] {
      font-size: 0.9em;
      max-width: 202px; }
    div[home] div[cover] div[wrapper] div[resolvation], div[home] div[cover] div[wrapper] div[go-to-map] {
      font-size: 0.8em; }

  div[home] div[container] main {
    padding: 1em; }
    div[home] div[container] main section > div[wrapper], div[home] div[container] main section > div[price] > div[wrapper] {
      grid-template-columns: var(--media); }

  footer {
    margin-left: 1em;
    margin-right: 1em;
    padding: 1em; } }

/*# sourceMappingURL=master.css.map */
