.m_txt{color:#fff;}

ul.board_menu{list-style:none; width:572px; padding-bottom:20px; margin:0 auto;}
ul.board_menu li{float:left; color:#fff; padding:10px 0; margin-right:10px;}

.leisure_bn  {position:absolute; z-index:999999; top:15px; right:180px;}
@media screen and (max-width: 1280px) {
	.leisure_bn {
    position:absolute; z-index:999999; top:90px; right:5px;
	}
}
@media screen and (max-width: 1060px) {
.leisure_bn  {position:absolute; z-index:999999; top:15px; right:180px;}
}

#online_room {position:fixed; top:0%; left:0%; width:100%; height:100%; display:none; background:rgba(0,0,0,0.7); z-index:999999; display:none;}
#online_room .btn_close {position:absolute; top:10%; left:50%; margin-top:-38px; margin-left:380px; }
.btn_close button {width:33px; height:33px; text-indent:-9999px; background:url('http://santaraon.gp114.net/html/img/btn_close.png') no-repeat; border:0;}
#online_room .layer_con {position:absolute; top:10%; left:50%; margin-left:-436px; width:850px; height:80%; padding:25px 0 25px 0; background:#fff;}

.room_info2 ul{}
ul.room_info2 li{ margin-top:4px;}


.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel {
  position: relative;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("../css/left-arrow.svg");
}


.carousel-control-next-icon {
  background-image: url("../css/right-arrow.svg");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 120px;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 14%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 2 auto;
      flex: 0 2 auto;
  width: 20px;
  height: 10px;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.1);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 20px;
  height: 10px;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}



/* ==========================================================================
	$specials
========================================================================== */

#specials {
  margin:0 auto;
  text-align:center;
  
}

  #specials p {
    color: #fff;
    font-size: 14px;
    color: #3c3c3c;
    font-weight: 300;
    margin-top: 12px; 
    line-height:32px;
    }
  #specials .title_line{
     height:1px;
     border-bottom:2px solid #ffb031;
     width:80px;
     margin:0 auto;
    }
  #specials .port_more_box{
     width:100%;
     margin:0 auto;
     padding:32px;
     background:#fff;
  }
    
  #specials .port_more{
     width:335px;
     height:73px;
     border:2px solid #ffb031;
     margin:0 auto;
  }
  #specials .port_more a:hover {
    color: #ffb031;
  }
    
  #specials .port_more h2{
    text-align:center;
    font-size:20px;
    text-indent:-40px;
    display:inline-block;
  }
  
  #specials .port_more .more_bn{    
    margin:20px 0 0 8px;
    padding:0;
    position:absolute;
    

    display:inline-block;
    
  }
  
.point{
  width: 100%;
  display: inline-block;
  margin:0;
  padding:0;
  overflow: hidden;
  position: relative;
}
  .point .overlay {
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    -webkit-transition: opacity, 0.3s;
    transition: opacity, 0.3s; }
  .point .overlay-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top:-90px;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(0%); }
  .point h5, .point p, .point img {
    -moz-transition: all, 0.9s;
    -o-transition: all, 0.9s;
    -webkit-transition: all, 0.9s;
    transition: all, 0.9s; }
  .point h5, .point p {
    color: #fff;
    margin: 0;
    opacity: 1; }
  .point h5 {
    color: #fff;
    font-size:2.7em;
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate3d(0, 0%, 0);
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }
  .point span{
    font-size:12px;
    color:#fff;
  }
  .point p {
      line-height:200%;
      }
.point img {
}
.point .special-box:hover img {
  opacity: 1;
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  transform: scale(1.0); }

.point .special-box:hover .overlay {
  opacity: 1; }
  
  
/* ==========================================================================
	$specials
========================================================================== */

#specials {
  margin:0 auto;
  text-align:center;
  
}

  #specials p {
    color: #fff;
    font-size: 14px;
    color: #3c3c3c;
    font-weight: 300;
    margin-top: 12px; 
    line-height:32px;
    }
  #specials .title_line{
     height:1px;
     border-bottom:2px solid #ffb031;
     width:80px;
     margin:0 auto;
    }
  #specials .port_more_box{
     width:100%;
     margin:0 auto;
     padding:32px;
     background:#fff;
  }
    
  #specials .port_more{
     width:335px;
     height:73px;
     border:2px solid #ffb031;
     margin:0 auto;
  }
  #specials .port_more a:hover {
    color: #ffb031;
  }
    
  #specials .port_more h2{
    text-align:center;
    font-size:20px;
    text-indent:-40px;
    display:inline-block;
  }
  
  #specials .port_more .more_bn{    
    margin:20px 0 0 8px;
    padding:0;
    position:absolute;
    

    display:inline-block;
    
  }
  
.special{
  width: 33%;
  display: inline-block;
  float: left;
  height: 50%;
  overflow: hidden;
  position: relative;
}
  .special .overlay {
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    -webkit-transition: opacity, 0.3s;
    transition: opacity, 0.3s; }
  .special .overlay-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    margin-top:-50px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(0%); }
  .special h5, .special p, .special img {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s; }
  .special h5, .special p {
    color: #fff;
    margin: 0;
    opacity: 1; }
  .special h5 {
    color: #fff;
    font-size:24px;
    margin-bottom: 5px;
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate3d(0, 0%, 0);
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }
  .special span{
    font-size:12px;
    color:#fff;
  }
  .special p {
    -moz-transform: translate3d(0, 60%, 0);
    -ms-transform: translate3d(0, 60%, 0);
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0); }
.btn-white{ font-family:sans-serif; padding:4px 10px; opacity:1; font-size:13px;}
.special img {
}

@media screen and (max-width: 1000em) {
	.special-box img {

	}
}

.special-box img{
  opacity: 0.5;
  width:100%;
  height:100%;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.special-box:hover img {
  opacity: 1;
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4); }
.special-box:hover .overlay {
  opacity: 0; }
  .special-box:hover .overlay h5, .special-box:hover .overlay p {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }


/* ==========================================================================
	$Utilities
========================================================================== */
.special:nth-child(1) {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }
.special:nth-child(2) {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.special:nth-child(3) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.special:nth-child(4) {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
.special:nth-child(5) {
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }
.special:nth-child(6) {
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }
.special:nth-child(7) {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }
.special:nth-child(8) {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.animated {
  visibility: visible; }

.no-padding {
  padding: 0; }

.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0; }
  
/* ¸ÞÀÎ ¹Ì¸®º¸±â ÄÁÅÙÃ÷ */

.m_accordion {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0;
}
.m_accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.m_accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 50%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}
.m_accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}
.m_accordion ul li div a {
  display: block;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  transition: all 200ms ease;
  
}
.m_accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  height:100vh;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  
}
.m_accordion ul li div a h2 {
  text-overflow: clip;
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 56px;
  color:#fff;
  top: 50%;
  text-align:center;
  width:100%;
}
.m_accordion ul li div a p {
  text-overflow: clip;
  font-size: 16px;
  text-transform: uppercase;
  color:#fff;
  bottom: 50%;
  text-align:center;
  width:100%;

}
.basic_txt{
  position:absolute;
  text-overflow: clip;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 50%;
  text-align:center;
  width:100%;
}
.basic_txt h2{
  font-family: 'Montserrat Alternates', sans-serif;
  color:#fff;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
}

.basic_txt p{
  color:#fff;
}

.m_accordion ul li:nth-child(1) {
  background-image: url("../img/m_rview.jpg");
}
.m_accordion ul li:nth-child(2) {
  background-image: url("../img/m_exview.jpg");
}

.m_accordion ul:hover li {
  width: 8%;
}
.m_accordion ul:hover li:hover {
  width: 10%;
}
.m_accordion ul:hover li:hover a {
  background: rgba(0, 0, 0, 0.6);
}
.m_accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.m_accordion ul:hover li:hover .basic_txt{
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}




.page{
  width: 100%;
  height: 100%;
  position: relative;
  top:0;
}



.map_container{width:100%; position:absolute; z-index:3; right:0; top:0; max-width:1200px; height:100%; float:right; top:0; right:0; background-color:#fff; }

.map_intro{position:absolute; left:24px; bottom:400px; margin:0 auto; height:0; display:block;}
.map_intro p{color:#fff;}
.map_intro p.tel{font-weight:bold; margin-top:14px; width:150px; margin-bottom:36px; text-align:center; border-top:1px solid #fff; border-bottom:1px solid #fff; padding:8px 0;}

.map_intro ul{margin-top:20px;}
.map_intro ul li{background:#000; font-size:14px; text-align:center; margin-bottom:4px; width:110px; display:block; clear:both; color:#fff;}
.map_intro ul li a{color:#fff; display:block; padding:8px;}
.map_intro ul li:hover a{background:#44658b;}

.map_title {font-family: 'Josefin Sans', sans-serif; color:#fff; font-weight:400; text-shadow: 1px 1px 0px black; font-size: 36px; line-height:1.4em ; letter-spacing:-0.5px; text-align:left; text-transform:uppercase; margin-bottom:20px;}
.map_title h3{font-size:72px;color:#fff;}
.map_text { font-size:18px; margin-top:10px; margin-bottom:10px; display:block;}
.map_text2 { font-size:16px; color:#fff; display:block;}

h3.sub_title{padding:10px 0; font-size:20px; font-weight:bold; color:#000;}

.map_box{position:relative; top:0px;}
.map_lay{position:absolute; top:10px; left:0px; z-index:3; background:#fff; padding:10px;}
.map_lay p{font-size:14px;}
.map_info{margin:30px;}
.map_info .bus{margin-top:26px;}

.map_info ul{padding:0; list-style:none; margin-bottom:20px;}
.map_info ul li{background-color:#484848; display:inline-block; color:#fff;}
.map_info ul li a{color:#fff; display:block; padding:10px;}
.map_info ul li:hover a{background:#44658b;}

.map_info p{font-size:14px; line-height:140%;}
.map_info span.point{font-weight:bold; color:#1f4c91;}


/* °´½Ç¹Ì¸®º¸±â start */
.flex-container {
  position: absolute;
  height: 100vh;
  width: 100%;
  left:0;
  top:0;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  overflow: hidden;
}

.flex-title {
  color: #f1f1f1;
  position: relative;
  font-size: 5vw;
  margin: auto;
  text-align: center;
  transform: rotate(90deg);
  top: 45%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.flex-about-home p, .flex-about-home a{
  text-align: center;
  color:#fff;
}

.flex-about-home img{
  width:200px;
  height:130px;
}

@media (max-width: 1600px) {
.flex-about-home img{
  width:120px;
  height:85px;
}
}

.flex-about-home ul{
  text-align:center;
  list-style:none;
}

.flex-about-home ul li{
  text-align:left;
  display:inline-block;
  margin:8px 0;
}


.flex-about {
  opacity: 0;
  position: relative;
  width: 70%;
  font-size: 4vw;
  padding: 5%;
  top: 20%;
  margin: auto;
  transform: rotate(0deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.flex-slide {
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.flex-slide:hover {
  -webkit-flex-grow: 3;
  flex-grow: 3;
  
}

.room1 {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/preview/1type_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}


.room2 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/preview/2type_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.room3 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/preview/5type_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.room4 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/preview/3type_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.room5 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/preview/4type_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}




/* ¹Ì¸®º¸±â end */



figure.snip1212 {
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  color: #000000;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #000000 70%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #000000 70%);
}

figure.snip1212 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
  
figure.snip1212 figcaption {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

figure.snip1212 h2,
figure.snip1212 p {
  margin: 0;
  width: 100%;
  padding: 10px 10px;
}

figure.snip1212 h2 {
  color: #ffffff;
  font-size: 1.2em;
  position: absolute;
  bottom: 100%;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
}

figure.snip1212 p {
  color:#000;
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  bottom: 0;
  font-size: 0.8em;
  font-weight: 500;
}

figure.snip1212 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1212:hover img,
figure.snip1212.hover img {
  opacity: 0.4;
}

figure.snip1212:hover figcaption,
figure.snip1212.hover figcaption {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Demo purposes only */


/* °´½ÇÁ¤º¸ */

// °´½ÇÁ¤º¸ //
#slides_background {
  transition: all 0.3s 0.3s;
}
#slides,
#slides_wrapper {
  transition: all 0.3s ease-out;
}
#slides {
  -webkit-transform: translateX(0%) translateY(-40%);
       -moz-transform: translateX(0%) translateY(-40%);
        -ms-transform: translateX(0%) translateY(-40%);
            transform: translateX(0%) translateY(-40%);
            
}
.popup_visible #slides {
  -webkit-transform: translateX(0%) translateY(0%);
       -moz-transform: translateX(0%) translateY(0%);
        -ms-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
            
}

.initialism{
  display:inline-block;
}
.initialism a{list-style: none; color:#fff;}
.initialism:hover{

}

.slides_close_bn{position:absolute; right:0; z-index:333;}

.slides_close_bn2{ width:1000px;margin:0 auto; z-index:333; }

.slides_close{
  text-algin:center;
  position:relative;
  top:0px;
  margin:0 auto;
  text-align:center;
  color:#000;
  cursor:pointer;
  
  
}

.slides_close{text-align:center;}
.slides_close2 a{color:#000; }

.slides_close:hover, .slides_close:focus, .slides_close2:hover, .slides_close2:focus{color:#13b1cd;}

.r_info_box{border-bottom:1px dashed #ddd;}
.r_info h3{font-size:14px; margin-bottom:6px;}

.well{background:#fff; height:100%; min-height:100hv; left:131px; width:600px;}
.bottom_well{background:#fff;  padding:30px 0; left:0px; bottom:0; width:100%; osition:relative; z-index:9999; }

.room_info_box{max-width:1100px; width:100%; margin:0 auto;}

ul.ex_btn{list-style:none;}
ul.ex_btn li{display:inline-block; }


#products h4{font-size:2.5em;}

/* ¿ä±ÝÇ¥ Å×ÀÌºí */
#contents .room_spec2 {width:100%; min-width:100%; border-top:1px solid #d4cec3; border-collapse: separate; border-spacing: 0;}
#contents .room_spec2 th, #contents .room_spec2 td {border-bottom:1px solid  #d4cec3; text-align:center; border-right:1px solid #d4cec3; }
#contents .room_spec2 th {background:#f3f0ea; color:#383838; padding:10px 2px 8px;}
#contents .room_spec2 td {font-size:0.9em; height:88px; vertical-align:middle;}
#contents .room_spec2 .headcol {width:143px; left: auto; position: absolute; background:#f3f0ea; color:#383838; padding:10px 2px 8px;}
#contents .room_spec2 .headcol2 {width:143px; left: auto; position: absolute; background:#ffffff; border-bottom:1px solid  #d4cec3; text-align:center; border-right:1px solid #d4cec3; }
#contents .room_spec2 .long {width:143px; background:#f3f0ea; color:#383838; padding:10px 2px 8px;}

@media (max-width: 42.9em) {
#contents .room_spec2 {width:100%; min-width:100%; border-top:1px solid #d4cec3; border-collapse: separate; border-spacing: 0;}
#contents .room_spec2 .headcol {width:80px; left: auto; position: absolute; background:#f3f0ea; color:#383838; padding:10px 2px 8px;}
#contents .room_spec2 .headcol2 {width:80px; font-size:12px; left: auto; position: absolute; background:#ffffff; border-bottom:1px solid  #d4cec3; text-align:center; border-right:1px solid #d4cec3; }
#contents .room_spec2 .long {width:80px; font-size:11px; background:#f3f0ea; color:#383838; padding:10px 2px 8px;}
}
.room_spec {width:100%; border:1px solid #d4cec3; font-size:0.9em; }
.room_spec th, #contents .room_spec td {border-bottom:1px solid  #d4cec3; text-align:center; border-right:1px solid #d4cec3; }
.room_spec th:last-child, #contents .room_spec td:last-child {border-right:none;}
.room_spec th {background:#f3f0ea; color:#383838; padding:10px 2px 8px;}
.room_spec td.start{}
.room_spec td {font-size:0.9em; border:1px solid #d4cec3; text-align:center; padding:10px 2px;}
#reser_date a{cursor:pointer}

.pc_view {}
.mobile_view { display: none;}

@media (max-width:800px){
.pc_view {display: none;}
.mobile_view {display: block;}
    }