.cpage.room1 .TRAN {
  opacity: 1;
  transition: none;
}

.room1_wrap {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 120px auto 0;
  text-align: right;
}

.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: 820px;
  min-height: 680px;
  text-align: left;
  vertical-align: top;
}
.room1_wrap .roomInfo .title {
  position: relative;
  height: 93px;
  margin-bottom: 60px;
}
/* .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-family: "Poppins", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 300;
  color: #666666;
}
.room1_wrap .roomInfo .title .eng {
  padding-top: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  text-transform: capitalize;
  margin-left: -1px;
}
.room1_wrap .roomInfo .title .name {
  font-family: "NanumBarunGothic";
  margin-top: 14px;
  font-size: 18px;
  font-weight: 400;
  transition-delay: 0.3s;
  color: #666;
}
.room1_wrap .roomInfo dl {
  margin-bottom: 40px;
}
.room1_wrap .roomInfo dl dt {
  font-family: "NanumBarunGothic";
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.room1_wrap .roomInfo dl dd {
  display: table;
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.4;
  word-break: keep-all;
}
.room1_wrap .roomInfo dl dd span {
  font-family: "NanumBarunGothic";
  display: table-cell;
  width: 130px;
  color: #666;
}
.room1_wrap .roomInfo dl dd span.infoB {
  font-family: "NanumBarunGothic";
  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;
}
.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;
}

.room1_wrap .btn_comm {
  position: absolute;
  top: 30px;
  right: 0;
  margin: auto;
  width: 240px;
  height: 50px;
  line-height: 47px;
  font-weight: 300;
  font-size: 16px;
}
.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;
}

@media (max-width: 1400px) {
  .room1 {
    padding: 0 2rem;
  }
}

@media (max-width: 1024px) {
  .room1 {
    padding: 0;
  }
  .room1_wrap {
    max-width: calc(100% - 30px);
    margin: 70px auto 0;
    text-align: left;
  }
  .room1_wrap .leftCon {
    display: none;
  }

  .room1_wrap .roomInfo {
    width: 100%;
    min-height: auto;
    margin: auto;
  }
  .room1_wrap .roomInfo .title {
    height: 59px;
    margin-bottom: 40px;
    /* padding-left: 10px; */
  }
  .room1_wrap .roomInfo .title::before {
    width: 3px;
    height: 59px;
  }
  .room1_wrap .roomInfo .title .eng {
    padding-top: 0;
    font-size: 26px;
  }
  .room1_wrap .roomInfo .title .name {
    margin-top: 8px;
    font-size: 17px;
  }
  .room1_wrap .roomInfo dl dt {
    margin-bottom: 18px;
    font-size: 15px;
  }
  .room1_wrap .roomInfo dl dd {
    padding-left: 3px;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .room1_wrap .roomInfo dl dd span.infoB {
    font-size: 15px;
  }
  .room1_wrap .roomInfo .btn_commR {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 48px;
    background: #c59a57;
    /* border: 1px solid #292f40; */
    text-transform: capitalize;
    text-align: center;
    transition: color 0.3s, background-color 0.3s;
  }
  .room1_wrap .roomInfo .btn_commR i {
    font-size: 13px;
    position: relative;
    left: 0;
    top: -1px;
    transition: transform 0.3s ease-in-out;
  }
  .room1_wrap .roomInfo .btn_commR:hover {
    color: #c59a57;
    background: #fff;
    border: 1px solid #c59a57;
    /* color: #f2c36b;
    background-color: #292f40; */
  }
  .room1_wrap .roomInfo .btn_commR:hover i {
    transform: translateX(50%);
  }

  /* left img */
  .room1_wrap .lImg {
    display: none;
  }

  /* btn */
  .room1_wrap .btn_comm {
    display: none;
  }

  .firstSliderWrap .owl-dots {
    bottom: -33px;
}
}

@media (max-width: 750px) {
  .room1_wrap .roomInfo .title .sttl {
    font-size: 10px;
    margin-bottom: 14px;
  }
  .room1_wrap .roomInfo .title .eng {
    font-size: 35px;
  }
  .room1_wrap .roomInfo .title .name {
    margin-top: 24.5px;
    font-size: 16px;
    padding-bottom: 39px;
  }
  .room1_wrap .roomInfo dl:nth-of-type(1) {
    padding-top: 39px;
  }
  .room1_wrap .roomInfo dl dd span {
    width: 95px;
  }
  .room1_wrap .info_point2 {
    padding-left: 95px !important;
  }
}

@media (max-width: 618px) {
  .firstSliderWrap .owl-dots {
    bottom: -31px;
  }
  .firstSliderWrap1 .owl-dots {
    bottom: -47px;
  }
}

@media (max-width: 575px) {
  .firstSliderWrap .owl-dots {
    bottom: -47px;
  }

  .firstSliderWrap3 .owl-dots ,
  .firstSliderWrap4 .owl-dots ,
  .firstSliderWrap5 .owl-dots ,
  .firstSliderWrap6 .owl-dots {
    bottom: -30px;
  }
}

@media (max-width: 553px) {
 

  .firstSliderWrap3 .owl-dots {
    bottom: -48px;
  }
}

@media (max-width: 375px) {
  .firstSliderWrap4 .owl-dots ,
  .firstSliderWrap5 .owl-dots ,
  .firstSliderWrap6 .owl-dots {
    bottom: -47px;
  }
}