.roomsTitle {
  margin: 90px 0 110px;
}
.rooms {
  clear: both;
  position: relative;
  overflow: visible;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 0;
  overflow: hidden;
}
.rooms .cpage {
  max-width: 1400px;
  margin: 100px auto 70px;
}
.rooms .dongName {
  margin-bottom: 20px;
  font-family: "Gilda Display";
  font-size: 30px;
  color: #c1649c;
  letter-spacing: -0.025em;
  text-transform: capitalize;
}
.rooms .list_wrap .list {
  position: relative;
  display: inline-block;
  /* width: calc(33.3% - 17px); */
  width: calc(33.3% - 21px);
  margin-bottom: 26px;
  vertical-align: top;
  margin-bottom: 80px;
}
.rooms .list_wrap .list::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 1px;
  background-color: #dbdbdb;
}
.rooms .list_wrap .list:nth-child(3n-1) {
  width: calc(33.4% - 18px);
  margin: 0 26px;
}
.rooms .list_wrap .list a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.rooms .list_wrap .list a .thumbnails {
  position: relative;
  padding-top: 56.25%;
}
.rooms .list_wrap .list a .thumbnails::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: transparent;
  transition: background-color 0.3s linear;
}
.rooms .list_wrap .list a:hover .thumbnails::after {
  background-color: rgba(0, 0, 0, 0.4);
}
.rooms .list_wrap .list a .thumbnails .btn_detail {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  font-family: "Lato";
  font-size: 14px;
  color: #266198;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: opacity 0.3s, visibility 0.3s;
}
.rooms .list_wrap .list a .thumbnails .btn_detail i {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 19px;
}
.rooms .list_wrap .list a:hover .thumbnails .btn_detail {
  opacity: 1;
  visibility: visible;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.64px;
  color: #fff;
}
.rooms .list_wrap .list .info {
  position: relative;
  padding-top: 30px;
}
.rooms .list_wrap .list:hover .info .eng,
.rooms .list_wrap .list:hover .info .name {
  color: #3e8a96;
}
.rooms .list_wrap .list .info .eng {
  font-family: Lora;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rooms .list_wrap .list .info .name {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
}
.rooms .list_wrap .list .info .info_txt {
  display: inline-block;
  margin-top: 29px;
  line-height: 1;
  font-size: 14px;
  color: #888;
}
.rooms .list_wrap .list .info .man {
  position: relative;
  display: inline-block;
  /* margin-left: 10px;
	padding-left: 10px; */
  margin-left: 6px;
  padding-left: 8px;
  color: #888;
}
.rooms .list_wrap .list .info .man::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 16px;
  background-color: #888;
}
.rooms .list_wrap .list .btn_reserve {
  position: absolute;
  bottom: 30px;
  right: 10px;
  width: 46px;
  height: 46px;
  font-size: 14px;
  color: #fff;
  line-height: 46px;
  background-color: #6c83b9;
  border-radius: 100%;
  text-align: center;
  transition: background-color 0.3s;
}
.rooms .list_wrap .list .btn_reserve:hover {
  background-color: #c074a1;
}

@media (max-width: 1420px) {
  .rooms .cpage {
    max-width: calc(100% - 30px);
  }
}

@media (max-width: 1024px) {
  .roomsTitle {
    margin: 35px 0 40px;
  }
  .rooms .cpage {
		margin: 50px auto 45px;
  }
  .rooms .dongName {
    margin-bottom: 14px;
    font-size: 21px;
  }
  .rooms .list_wrap .list {
    width: 100%;
    margin-bottom: 0;
  }
  .rooms .list_wrap .list::after {
    display: none;
  }
  .rooms .list_wrap .list:last-child::after {
    /* display: block; */
  }
  .rooms .list_wrap .list:nth-child(3n-1) {
    width: 100%;
    margin: 0;
  }
  .rooms .list_wrap .list a .thumbnails {
    height: 45vw;
		max-height: 240px;
		min-height: 194px;
    padding-top: 0;
  }
  .rooms .list_wrap .list a .thumbnails .btn_detail {
    display: none;
  }
  .rooms .list_wrap .list .info {
    position: relative;
		padding: 20px 0 50px;
		text-align: center;
  }
  .rooms .list_wrap .list .info .eng {
    font-size: 25px;
  }
  .rooms .list_wrap .list .info .name {
    font-size: 16px;
  }
  .rooms .list_wrap .list .info .info_txt {
    margin-top: 25px;
    line-height: 16px;
    font-size: 12px;
  }
  .rooms .list_wrap .list .info .man {
    margin-left: 3px;
    padding-left: 5px;
  }
  .rooms .list_wrap .list .info .man::before {
    top: 2px;
    height: 8px;
  }
  .rooms .list_wrap .list .btn_reserve {
    bottom: 60px;
    right: 0;
    font-size: 13px;
  }
}
