@import url(http://fonts.googleapis.com/css?family=Noto+Sans);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* Base Styles */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
}

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

a {
  color: #BD5248;
  text-decoration: none;
  outline: 0;
}

a:hover, a:focus {
  color: #d89993;
}

::-moz-selection {
  background: #ffc04c;
  color: #fff;
}

::selection {
  background: #ffc04c;
  color: #fff;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

body {
  -webkit-tap-highlight-color: #ffc04c;
}

body {
  background: #f9e19f url(../img/bg-body2.png) repeat-x left top;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Noto Sans", "Verdana", "Geneva", sans-serif;
  color: #fa8f0d;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
}

ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul, ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

th, td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}

th:first-child, td:first-child {
  padding-left: 0;
}

th:last-child, td:last-child {
  padding-right: 0;
}

.border-help {
  background-color: #f6c;
  border: 1px dashed #f00;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.max-full-width {
  box-sizing: border-box;
  max-width: 100%;
}

.container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 980px;
  min-width: 320px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

#wrapper {
  margin: 0 auto;
}

nav .menu-toggle {
  display: none;
}

nav .menu-toggle a {
  background-color: #000;
  color: #fff;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  width: 100%;
}

nav .menu-toggle a:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

nav .menu-toggle a span {
  font-family: "Noto Sans", "Verdana", "Geneva", sans-serif;
}

nav .navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

nav .navi li {
  list-style: none;
}

nav .navi li a {
  background-color: #000;
  border: 1px solid black;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 8px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  border-radius: 0;
}

nav .navi li a:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

@media (max-width: 767px) {
  nav {
    margin: 0 auto;
    max-width: 265px;
    position: relative;
  }
  nav .menu-toggle {
    display: block;
  }
  nav .navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 265px;
        -ms-flex-preferred-size: 265px;
            flex-basis: 265px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 265px;
    opacity: 0;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
  }
  nav .navi.is-open {
    opacity: 1;
  }
  nav .navi li {
    margin: 0;
  }
  nav .navi li a {
    text-align: center;
    width: 100%;
  }
}

.hero-unit {
  background: rgba(248, 146, 23, 0.75);
  background-size: 40px 30px;
  border-radius: 6px;
  min-height: auto;
  margin-bottom: 30px;
  max-width: 980px;
  padding: 1em;
  position: relative;
  width: 100%;
}

.hero-unit ::-moz-selection {
  background: #ff6103;
  color: #fff;
}

.hero-unit ::selection {
  background: #ff6103;
  color: #fff;
}

.hero-unit .main::after {
  clear: both;
  content: "";
  display: table;
}

.hero-unit .main .hero-img {
  float: right;
  margin: 20px 5px;
  height: 216px;
  width: 280px;
}

.hero-unit .main .hero-img .img-seoul {
  border-radius: 5px;
  height: 100%;
  width: 100%;
}

.hero-unit .main .bg-img {
  display: block;
  margin: -14px -10px 20px 0px;
  padding: 0;
  -webkit-transform: translateX(-70px);
  transform: translateX(-70px);
}

.hero-unit .main h1 {
  color: #fff;
}

.hero-unit .main p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

@media (max-width: 949px) {
  .hero-unit .main .hero-img {
    float: none;
    margin: 20px 5px;
    height: auto;
    width: auto;
  }
  .hero-unit .main .hero-img .img-seoul {
    border-radius: 5px;
  }
  .hero-unit .main .bg-img {
    display: none;
  }
  .hero-unit .main h1 {
    clear: both;
  }
}

@media (max-width: 767px) {
  .hero-unit {
    margin-top: -165px;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
  }
  .hero-unit.is-open {
    margin-top: 0;
  }
  .hero-unit .main .img-seoul {
    border-radius: 5px;
    float: none;
    margin: 1em auto;
  }
}

#About {
  background: rgba(252, 245, 227, 0.6);
  border-radius: 6px;
  margin-bottom: 30px;
  max-width: 980px;
  padding: 1em;
  width: 100%;
}

#About h2 {
  color: #fa8f0d;
  font-size: 63px;
  margin-top: -5px;
  text-align: center;
}

#About img {
  float: right;
  margin-left: 5px;
  max-height: 354px;
  max-width: 236px;
}

@media (max-width: 767px) {
  #About img {
    float: right;
    margin-left: 10px;
  }
}

@media (max-width: 455px) {
  #About img {
    display: block;
    float: none;
    margin: 35px auto 10px;
  }
}

@media (max-width: 420px) {
  #About img {
    float: none;
  }
}

#About .no-bullets li {
  list-style: none;
}

#Menu {
  background: #fcf5df;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  padding: 0 1em;
  text-align: center;
  width: 100%;
}

#Menu h1 {
  text-align: center;
}

@media (max-width: 767px) {
  #Menu .img-container {
    height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    position: relative;
    width: 100%;
  }
  #Menu .img-container img {
    max-height: 100%;
    max-width: 100%;
  }
}

#Contact {
  background-color: rgba(248, 146, 23, 0.75);
  border-radius: 5px;
  color: #fff;
  margin-bottom: 30px;
  max-width: 980px;
  padding: 1em;
  height: auto;
  width: 90vw;
  width: 100%;
  text-align: center;
}

#Contact ::-moz-selection {
  background: #ff6103;
  color: #fff;
}

#Contact ::selection {
  background: #ff6103;
  color: #fff;
}

#Contact legend {
  color: #fff;
}

.foot {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(252, 245, 227, 0.6);
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 1em;
  max-width: 980px;
  min-height: 5vh;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.foot p {
  display: inline-block;
  margin-top: 5px;
}

.foot img {
  display: inline-block;
  margin: auto 12px;
  padding: 0px;
  height: 40px;
  width: 40px;
}

.foot .face {
  height: 34px;
  width: 34px;
}

@media (max-width: 767px) {
  .foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

.back-to-top {
  background-color: #ff6600;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  font-size: 32px;
  opacity: 0.25;
  position: fixed;
  right: 20px;
  bottom: 5px;
  height: 55px;
  width: 55px;
  text-align: center;
}

.back-to-top:hover {
  opacity: 1;
}

.back-to-top span {
  color: #fff;
  opacity: 1;
  margin: auto;
}

@media (max-width: 767px) {
  .back-to-top {
    font-size: 18px;
    height: 30px;
    width: 30px;
  }
}
