@import "/reset.css";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
body {
  font-family: "Noto Sans KR", sans-serif;
  color: #333;
}

::-webkit-scrollbar {
  display: none;
}

h1 {
  text-align: center;
  font-weight: normal;
  padding: 100px;
}

.lottehotelbg {
  width: 100%;
  height: 700px;
  background-image: url(./img/lottehotelbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  width: 1410px;
  margin: auto;
}
.container .explanation {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  padding: 50px 0;
}
.container .place {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 60px;
}
.container .place .place_list {
  display: flex;
  padding-bottom: 10px;
}
.container .place .place_list p {
  width: 100px;
  font-weight: bold;
}
.container .place .place_list ul {
  display: flex;
}
.container .place .place_list ul li {
  margin: 0px 20px;
}

.main_desc {
  width: 1410px;
  margin: auto;
  padding: 50px 0;
}
.main_desc h1 {
  padding-bottom: 50px;
}
.main_desc p {
  text-align: center;
  font-size: 18px;
}

.sub_contents {
  width: 1410px;
  margin: auto;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.sub_contents .thum {
  flex: 1;
}
.sub_contents .thum h2 img {
  width: 450px;
}
.sub_contents .thum h3 {
  padding: 10px 0;
}
.sub_contents .thum p {
  width: 450px;
  color: #888;
  letter-spacing: -1px;
}/*# sourceMappingURL=lottehotel.css.map */