@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

header {
  padding: 10px 0;
  background: #00aeff;
  border-radius: 10px;
}

header img {
  padding-left: 15px;
  width: 40px;
  float: left;
}

header span {
  padding-left: 10px;
  line-height: 40px;
  float: left;
  font-size: 20px;
  font-weight: bold;
  font-family: "나눔스퀘어";
  color: #fff;
}

header:after {
  display: block;
  content: "";
  clear: both;
}

.main_info {
  margin-top: 30px;
}

.main_info img {
  width: 90%;
}

.btn {
  margin-top: 15px;
  padding-left: 10px;
}

.btn div {
  width: 350px;
  line-height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  background-color: #12569e;
  border: 2px solid #12569e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
/*# sourceMappingURL=alarm_talk1.css.map */