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

body {
  background: #000;
  color: #fff; }

a[tel] {
  display: block;
  width: 100%;
  background: linear-gradient(125deg, #ffd54e, #ff0000);
  background-size: 110%;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  a[tel]:hover {
    background-position: 100% 100%; }

[yellow] {
  color: #ffd54e; }

header {
  position: relative;
  width: 100vw;
  height: 100vh; }
  header video {
    position: absolute;
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  header div[wrapper] {
    text-align: center;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); }
    header div[wrapper] div[contents] {
      position: relative;
      margin: 1em;
      padding: 1.5em 1em;
      width: 100%;
      max-width: 600px;
      text-align: center;
      border: 1px solid #ffd54e;
      border-radius: 1em;
      -webkit-backdrop-filter: blur(1px);
      backdrop-filter: blur(1px);
      background: rgba(32, 33, 36, 0.5); }
      header div[wrapper] div[contents] div[svg-box] {
        text-align: center;
        position: absolute;
        top: -1.5em;
        left: 0;
        width: 100%; }
        header div[wrapper] div[contents] div[svg-box] svg {
          width: 30px; }
      header div[wrapper] div[contents] div[title] {
        display: inline-block;
        margin-bottom: 1em; }
        header div[wrapper] div[contents] div[title] h1[ko] {
          font-size: 1.8em;
          font-weight: 600;
          background: linear-gradient(125deg, #ffd54e, #ff0000);
          color: transparent;
          -webkit-background-clip: text; }
        header div[wrapper] div[contents] div[title] p[en] {
          font-weight: 800;
          font-size: 1.3em;
          background: linear-gradient(125deg, #ffd54e, #ff0000);
          color: transparent;
          -webkit-background-clip: text; }
      header div[wrapper] div[contents] div[information] {
        padding: 1em;
        text-align: left; }
        header div[wrapper] div[contents] div[information] ul {
          margin-left: 1em;
          margin-bottom: 1em;
          font-weight: 300; }
          header div[wrapper] div[contents] div[information] ul h2 {
            font-size: 1.2em;
            color: #787878;
            margin-bottom: 0.25em; }
      header div[wrapper] div[contents] div[notice] {
        font-size: 0.9em;
        font-weight: 300;
        color: #787878;
        margin-bottom: 1em; }

main section {
  position: relative;
  padding: 3em 1em;
  text-align: center; }
  main section h2, main section h3, main section h4, main section h5, main section h6 {
    font-size: 1.3em; }
  main section h2 {
    display: inline-block;
    border-bottom: 1px solid #ff0000;
    margin: 2em 0;
    background: linear-gradient(125deg, #ffd54e, #ff0000);
    color: transparent;
    -webkit-background-clip: text; }
  main section p[notice] {
    font-size: 0.9em;
    color: #787878; }
  main section div[wrapper] {
    width: 100%;
    max-width: 800px;
    margin: 2em auto;
    padding: 1em;
    border-radius: 1em;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background: rgba(32, 33, 36, 0.5);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); }
    main section div[wrapper] ul {
      text-align: left;
      font-weight: 300;
      margin-left: 1.5em;
      margin-bottom: 1em; }
      main section div[wrapper] ul h3 {
        margin-bottom: 0.25em;
        font-size: 1.2em;
        color: #787878; }
main section[times] {
  background-image: url("../img/section-bg/times.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  main section[times] div[wrapper] {
    max-width: 500px; }
main section[pickup] video {
  position: absolute;
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
main section[price] {
  background-image: url("../img/section-bg/times.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  main section[price] div[service] div[wrapper] {
    max-width: 400px; }
  main section[price] div[personnel] div[wrapper] {
    max-width: 950px; }
  main section[price] div[wrapper] > ul ul {
    display: inline-block;
    margin-right: 0.5em; }
    main section[price] div[wrapper] > ul ul h4 {
      font-weight: 300;
      font-size: 1.1em; }
main section[interior] div[img-box] {
  margin: 2em 0;
  text-align: center; }
  main section[interior] div[img-box] img {
    display: inline-block;
    width: 100%;
    max-width: 300px; }
main section[reservation] {
  text-align: center; }
  main section[reservation] a[tel] {
    margin: 1em 0;
    display: inline-block;
    width: auto; }

footer {
  padding: 3em 1em;
  text-align: center;
  color: #787878;
  background: #2a2a2a; }
