
.cpage.room1 .TRAN {
  opacity: 1;
  transition: none;
}

.room1_wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 120px auto 0;
  text-align: right;
  display: flex;
  justify-content: space-between;
}

.room1_wrap .left {
  width: 580px;
  background: #f5f5f5;
}

/* .room1_wrap .top */
.room1_wrap .top {
  height: 320px;
}

/* .room1_wrap .bottom */
.room1_wrap .bottom {
  background: #f5f5f5;
  text-align: left;
  height: calc(100% - 360px);
  padding-top: 26px;
  padding-left: 19px;
  letter-spacing: -0.4px;
}
.room1_wrap .bottom .txt {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-bottom: 10px;
}
.room1_wrap .bottom .txt4 {
  color: #883030;
}
.room1_wrap .bottom .txt4 div {
  margin-bottom: 9px;
}
.room1_wrap .bottom .txt:last-child {
  margin-bottom: 0;
}

.room1_wrap .lImg {
  /* position: absolute; */
  top: 0;
  right: 920px;
  left: 0;
  margin: auto;
  width: auto;
}

.room1_wrap .leftCon {
  position: absolute;
  top: 0;
  right: 920px;
  left: 0;
  margin: auto;
  width: auto;
}
.room1_wrap .leftCon .loader {
  height: 600px;
}
.room1_wrap .leftCon .btn_commR {
  display: inline-block;
  width: 480px;
  height: 80px;
  margin-top: 20px;
  font-family: "Ubuntu";
  font-size: 40px;
  font-weight: bold;
  color: #292f40;
  line-height: 78px;
  border: 1px solid #292f40;
  text-transform: uppercase;
  text-align: center;
  transition: color 0.3s, background-color 0.3s;
}
.room1_wrap .leftCon .btn_commR:hover {
  color: #f2c36b;
  background-color: #292f40;
}

.room1_wrap .roomInfo {
  display: inline-block;
  width: 600px;
  height: 640px;
  text-align: left;
  vertical-align: top;
  padding-left: 9px;
}
.room1_wrap .roomInfo .title {
  position: relative;
  height: 93px;
  margin-bottom: 61px;
  margin-top: 12px;
}
/* .room1_wrap .roomInfo .title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 93px;
	background-color: #f2c36b;
} */
.room1_wrap .roomInfo .title .sttl {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 300;
  color: #666666;
}
.room1_wrap .roomInfo .title .eng {
  font-family: "Cormorant", serif;
  padding-top: 4px;
  font-size: 50px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  text-transform: capitalize;
  margin-left: -1px;
  position: relative;
  top: 0;
  left: 0;
  letter-spacing: -1.4px;
}
.room1_wrap .roomInfo .title .eng::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1px;
  right: 0;
  height: 1px;
  background: #333;
  width: 581px;
}
.room1_wrap .roomInfo .title .name {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 400;
  color: #666;
  letter-spacing: -0.3px;
}
.room1_wrap .roomInfo dl {
  margin-bottom: 15px;
}
.room1_wrap .roomInfo dl:nth-of-type(2) {
  margin-bottom: 17px;
}
.room1_wrap .roomInfo dl dt {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 500;
  color: #883030;
  letter-spacing: -0.6px;
}
.room1_wrap .roomInfo dl dd {
  display: table;
  color: #666666;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.4;
  word-break: keep-all;
  letter-spacing: -0.5px;
}
.room1_wrap .roomInfo dl dd span {
  display: table-cell;
  color: #666;
  padding-right: 3px;
}
.room1_wrap .roomInfo dl dd span.infoB {
  font-size: 16px;
  font-weight: bold;
  color: #222;
}
.room1_wrap .roomInfo dl dd span.infoB ~ p {
  display: none;
}
.room1_wrap .roomInfo dl dd span.infoB ~ br {
  display: none;
}

/* table */
.room1_wrap .roomInfo table {
  font-size: 14px;
  color: #333;
  border-collapse: collapse;
  text-align: center;
  font-weight: 500;
  margin-bottom: 25px;
}

.room1_wrap .roomInfo table thead td {
  font-size: 15px;
}
.room1_wrap .roomInfo table tbody tr:nth-of-type(1) {
  font-size: 13px;
}
.room1_wrap .roomInfo table td {
  border: 1px solid #a7a7a7;
  padding: 0.5em;
  color: #676767;
}
.room1_wrap .roomInfo table td span {
  padding-left: 19%;
}
.room1_wrap .roomInfo table tbody tr:first-child td span {
  padding-left: 16%;
}
.room1_wrap .roomInfo table tbody tr:first-child td span.span1 {
  padding-left: 30%;
}
.room1_wrap .roomInfo table td:first-child {
  border-left: none;
  width: 88px;
}
.room1_wrap .roomInfo table td:nth-of-type(2) {
  width: 163px;
}
.room1_wrap .roomInfo table td:nth-of-type(3) {
  width: 169px;
}
.room1_wrap .roomInfo table td:last-child {
  border-right: none;
  width: 170px;
}

/* more-person */
.room1_wrap .more-person {
  font-size: 15px;
  color: #666;  letter-spacing: -0.4px;    line-height: 19px;
}
.room1_wrap .more-person p:nth-of-type(3) {
  margin-bottom: 16px;
}

.room1_wrap .info_point {
  font-size: 12px;
  color: #c59a57;
}
.room1_wrap .roomInfo .btn_commR {
  display: none;
}

/* btn */
.btn_comm {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.025em;
  /* border: 1px solid #c59a57; */
  background: #fff;
  text-transform: capitalize;
  text-align: center;
  transition: background-color 0.3s;
  color: #666;
}
.btn_comm i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 1px;
  left: -1px;
}

.room1_wrap .btn_comm {
  position: absolute;
  top: 562px;
  right: 390px;
  width: 200px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #883030;
  color: #fff;
}

.room1_wrap .btn_comm:hover {
  background: #d6b298;
}

.room1_wrap .btn_comm span {
  padding-left: 8px;
}
/* .room1_wrap .btn_comm:hover {
  color: #fff;
  background: #c59a57;
} */
/* .room1_wrap .btn_comm:hover i {
  transform: translateX(50%);
} */
/* .room1_wrap .btn_comm i {
  font-size: 12px;
  position: relative;
  left: 0;
  top: -1px;
  padding-left: 5px;
  transition: 0.3s ease-in-out;
} */
