@import "notosans.css";
/* basic */
@font-face {
  font-family: 'BMJUA';
  src: url('font/BMJUA.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
  min-width: 360px;
  max-width: 100%;
  font-size: 14px;
}
@media (max-width: 375px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 376px) and (max-width: 480px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 481px) {
  html {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 14px;
  }
}
body {
  font-family: "Noto Sans KR", "Malgun Gothic", "apple sd gothic neo", sans-serif;
  font-family: "Noto Sans KR";
  letter-spacing: -0.75px;
  font-size: 0;
  text-align: center;
}
ul,
p,
h1,
h2,
h3,
dl {
  margin: 0;
  padding: 0;
}
i[class*="fas"] span {
  font-size: 0;
}
.container {
  position: relative;
}
section.intro {
  display: inline-block;
  margin: 130px 0 0;
  width: 530px;
  min-height: 860px;
  text-align: left;
}
@media (max-width: 1199px) {
  section.intro {
    display: none;
  }
}
section.intro h1 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin: 130px 0 30px 20px;
}
section.intro h1 strong {
  display: block;
  font-size: 0;
  width: 234px;
  height: 57px;
  margin: 10px 0 0;
  background: url(../images/pc_logo.png) no-repeat center / 100% auto;
}
section.intro div.search fieldset {
  width: 400px;
  line-height: 55px;
  padding: 0 30px;
  border: 2px solid #3B539F;
  background: #fff;
  border-radius: 55px;
  height: 55px;
  overflow: hidden;
}
section.intro div.search fieldset input {
  width: 280px;
  height: 50px;
  font-size: 16px;
  color: #8F8F90;
  border: 0;
}
section.intro div.search fieldset button {
  width: 50px;
  height: 50px;
  vertical-align: top;
  background: url(../images/serch.png) no-repeat center / 26px auto;
  border: 0;
}
section.intro div.search div.tag {
  font-size: 0;
  margin: 20px 0 0;
  text-align: center;
  width: 400px;
}
section.intro div.search div.tag span {
  display: inline-block;
  font-size: 12px;
  margin: 0 3px;
  padding: 0 15px;
  color: #555;
  font-weight: 200;
  background: transparent;
  border: 1px solid #DDDDDD;
  line-height: 30px;
  border-radius: 32px;
}
section.intro div.download {
  width: 400px;
  margin: 180px 0 0;
  font-size: 0;
}
section.intro div.download h2 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 18px;
}
section.intro div.download h2 small {
  display: block;
  font-size: 15px;
  color: #555555;
  margin: 4px 0 0;
  font-weight: 200;
}
section.intro div.download a {
  display: inline-block;
  width: 148px;
  height: 47px;
  margin-right: 4px;
}
section.intro div.download a.google {
  background: url(../images/google.png) no-repeat center / 100% auto;
}
section.intro div.download a.ios {
  background: url(../images/apple.png) no-repeat center / 100% auto;
}
section.app {
  width: 100%;
}
@media (min-width: 1200px) {
  section.app {
    display: inline-block;
    vertical-align: top;
    height: 100vh;
    width: 470px;
  }
}
section.app iframe {
  width: 100%;
  height: 100vh;
  border: 1px solid #ccc;
}
