@font-face{
  font-family: Noto Sans CJK KR;
  src: url(../fonts/NotoSansCJKkr-Bold.otf);
  src: url(../fonts/NotoSansCJKkr-Light.otf);
 
}


html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body, html {
 text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-family: 'Montserrat', sans-serif;
  width: 100% !important;
  height: auto;
  margin: 0 0 0 0;
  overflow-x: hidden;
}


/* 스크롤바 */
body::-webkit-scrollbar { width: 10px; }
body::-webkit-scrollbar-thumb{ height: 17%; background-color: #d9a76a; border-radius: 2px; }
body::-webkit-scrollbar-track{ background-color: #fff; }


h1{
  font-size: 42px;
  color: white;
  text-transform: uppercase;
 font-weight: 500;
  text-align: center;
  font-weight:800;
}

h2 {
 font-size: 16px;
 color: white;
  text-transform: uppercase;
  text-align: center;
  font-family: Noto Sans CJK KR;
  font-weight: 100;

}

a {
  color: white;
  font-size: 14px;
  text-decoration: none;
}
#popup1 a.btn-close, #popup1 a.o_oneday { color:#444 !important }

a:hover, a:focus {
 text-decoration: none;
 color: #D9A76A;
}

ul, ol {
 list-style: none;
}

hr{
  border: 1px solid #666666;
  margin-bottom: 50px;
  width: 90%;
}
/* .fa{
  margin-right: 10px;
} */

.space{
margin-top: 45px;
}

/* img{
  max-width:100%;
max-height:100%;
} */

.video-btn i{
  margin-right: 10px;
}
.reservation i{
  margin-right: 10px;
  overflow: hidden;
}
#top{
  width: 100%;
  /*height: 100%;*/
 padding: 0;
 /*background-color: #e5e5e5;*/
 background: url(../img/background.jpg) no-repeat center center /cover;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  /* background-size: auto auto; */
  position: relative;
}

/* header */
#header {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: default;
  height: 110px;
  position: fixed;
  width: 100%;
  z-index: 10001;
  text-align: center;
  display: flex;
  justify-content:space-between;
}
#header.scr {
  height: 70px;
  background-color: #333;
}
/* #header nav {
  position: absolute;
  top: 0;
  height: inherit;
  line-height: inherit;
} */

#header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#header div.logo a img { height:40px; }

#header nav.left {
  width: 40%; 
  left: 2em;
}

#header nav.right {
  right: 2em;
  margin-right:50px;
  padding-top:0;
  padding-bottom:10px;
}

#header.scr nav.right {
  padding-top:15px;
}

#header nav.right:hover .droupdown {
  display: block;
}

.droupdown{
  display: none;
  left: 0;
  width: 100%;
  z-index: 1;
  top: 1%;
  height: 1080px;
  position: absolute;
}

#header nav.right .reservation{
  border: 1px solid white;
  padding: 13px 20px;
  margin-left: 0;
  margin-right: 25px;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: transparent;
  position: relative; 
  top: 0;
  float: left; 
    vertical-align: middle;
    box-sizing: border-box;
}

#moreserveicon{
    display: none;
}


.navericon{ position: relative; top: 0; padding-left: 2vw; float: left;margin-left:-20px; margin-right: 5px;}
.navericon:hover #navericon{ background-color: #d9a76a; }
.instaicon{ position: relative; position: relative; right: 20px; }
.instaicon:hover #instaicon{ background-color: #d9a76a; }

#header nav.right .reservation:hover {
    border: 1px solid #d9a76a;
   background-color: #d9a76a;
}

@media screen and (max-width: 749px) {
    #header .logo {left: 15px; transform: translateY(-50%);}
    #moreserveicon{
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
    }

    #header nav.right {
      display: flex;
    }
    
    #header nav.right .reservation{
        width: 40px; height: 40px;
        padding: 0;
        margin-right: 48px;
        border: none;
        top: 1px;
    }
    #header nav.right .moinstaicon {box-sizing: border-box; border: 1px solid #d9a76a; width: 40px !important; height: 40px !important; text-align: center; line-height: 40px; color: #d9a76a;}
    #header nav.right .moinstaicon i {font-size: 20px;}
    /* .moinstaicon img {width: auto; height: 100%; object-fit: cover;} */
    #header.scr nav.right {padding: 0 !important;}
}
#header nav.right .reservation i { height:14px; font-size:16px; }

/* banner */
#banner {
  display: flex;
  flex-direction:column;
}
#banner .intro-text{
    width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#banner .intro-text2{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#banner .mainlogo{
  display: inline;
    padding-bottom: 50px;
}



#banner .video-btn{
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
  border: 1px solid white;
  color:#fff;
  letter-spacing: 0.1em;
}

#banner .video-btn:hover{
  border: 1px solid #d9a76a;
    background-color: #d9a76a;
}

.blackbg{ 
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 990;
    display: none;
}

.watchvideo{
    width: 100%;
    max-width: 800px;
    height: 100%;
    position: absolute;
    top: 50%;
    /* bottom: 0; */
    left: 50%;
    /* right: 0; */
    /* margin: auto; */
    z-index: 991;
    display: none;
    transform: translate(-50%, -50%);
    padding:0 5px;
    box-sizing:border-box;
}

.watchvideo .videoview{
    /* position: absolute; */
    position: relative;
    top: 0;
    left: 0;
    /* height: 0; */
    /* padding: 56.6666%; */
    z-index: 992;
    width: 100%;
}

.videoview #ivideohover{
    /* position : absolute; */
    display: block;
    width : 100%;
    aspect-ratio: 16/9;
    top: 60px;
    left: 0;
    /* max-height: 700px; */
    z-index: 993;
}

.videoview button{
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: none;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: -60px;
    right: -20px;
    display: block;
    z-index: 994;
    cursor: pointer;
}

.videoview button:hover{ color: #d9a76a; }

.blackbg.active, .watchvideo.active{display: flex;align-items: center;}



/*메인하단*/
#banner2 {
  display: flex;
  flex-direction:column;
}
#banner2 .intro-text{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#banner2 .intro-text2{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#banner2 .mainlogo{
  display: inline;
    padding-bottom: 50px;
}

#banner2 .space{
  margin: 47px;
  text-align: center;
}

#banner2 .video-btn{
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
  border: 1px solid white;
  color:#fff;
  letter-spacing: 0.1em;
}

#banner2 .video-btn:hover{
  border: 1px solid #d9a76a;
    background-color: #d9a76a;
}

/* bottom */
#bottom {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: default;
  height: 9em;
  right: 0;
  line-height: 6em;
  /* position: fixed; */
  width: 100%;
  z-index: 10001;
  text-align: center;
  margin: 10px 0 0 0;
}

#bottom nav {
  position: absolute;
  height: inherit;
  line-height: inherit;
  bottom: 10px;
  right: 3em;

}


#content1 {
  /* width: 100%;
  height: 100%; */
  padding: 0;
  background: url(../img/content1.png) no-repeat center center;
  padding-top: 56.25%;
  background-color: #e5e5e5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: relative;
}

#content1 .text{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
/* #content1 img{
  object-fit: cover;
  

} */

.play3 {
  position: absolute;
  top:88%;
  left: 63%;
}
.play2 {
  position: absolute;
  top: 86.5%;
  left: 67%;
}
.play {
  position: absolute;
  /*top:88%;*/
  bottom:48px;
  left: 91%;
}


/* #bottom2 {
  padding: 13em 0 1em 0;
}

#bottom2 .right2 {
float: right;
}

#bottom2 .right2 .play{
  position: relative;
  right: 40px;
}

#bottom2 .right2 .play2{
  position: relative;
  right: 158px;
  bottom: 20px;
}

#bottom2 .right2 .play3{
  position: absolute;
right: 140px;
} */


/* content2 */
#content2{
	background-color: #fbf6f0;
  width: 100%;
  display: flex;
}

#content2 .left.box{
  height: 100%;
  flex: 25%;
}

#content2 .right.box{
  display: flex;
  position: relative;
flex:75%;
}

#content2 .right.box .image{
object-position: 150% 150%;
}

#content2 .right.box .play{
top: 50%;
left: 50%;
}


#content2 .aboutus{
  display: flex;
  position: absolute;
  border: 15px solid white;
  margin: 90px 0 0 260px;
}

#content2 .aboutus ul{
  border: 5px solid #d9a76a;
  padding: 100px 35px 100px 35px;
  background-color: white;
  text-align: center;
}

#content2 .aboutus .hotel{
  color: white;
  margin-left: 10px;
  margin-bottom: 15px;
}

#content2 .aboutus .hotel i.fa{
  color: #f2cdac;
 font-size: 30px;
}

#content2 .aboutus h1{
  color: #333333;
  font-size: 26px;
  font-weight: 600;
}

#content2 .aboutus h2{
  color: #666666;
  font-size: 15px;
}

#content2 .aboutus h3{
  color: #CCCCCC;
  font-size: 12px;
  font-weight: 400;
  font-stretch: extra-expanded;
}
#content2 .aboutus .space{
  margin-top: 45px;
}
#content2 .aboutus .view-btn{
  border: 1px solid #D9A76A;
  width: 200px;
  padding: 15px 40px 15px 40px;
  color: #D9A76A;
}

#content2 .aboutus .more_view{
  padding-right: 10px;
}

/* content3 */
#content3{
	background-color: #fbf6f0;
  width: 100%;
  display: flex;
}

#content3 .right.box{
flex: 25%;
}

#content3 .left.box{
  display: flex;
  position: relative;
  flex: 75%;
}

#content3 .left.box .image{
object-position: 150% 150%;
}

#content3 .left.box .play{
top: 50%;
left: 50%;
}

#content3 .aboutus{
  display: flex;
  position: absolute;
  border: 15px solid white;
  margin: 90px 0 0 0;
  right: 250px;
}

#content3 .aboutus ul{
  border: 5px solid #d9a76a;
  padding: 100px 35px 100px 35px;
  background-color: white;
  text-align: center;
}

#content3 .aboutus .hotel{
  color: white;
  margin-left: 10px;
  margin-bottom: 15px;
}

#content3 .aboutus .hotel i.fa{
  color: #f2cdac;
 font-size: 30px;
}

#content3 .aboutus h1{
  color: #333333;
  font-size: 26px;
  font-weight: 600;
}

#content3 .aboutus h2{
  color: #666666;
  font-size: 15px;
}

#content3.aboutus h3{
  color: #CCCCCC;
  font-size: 12px;
  font-weight: 400;
  font-stretch: extra-expanded;
}
#content3 .aboutus .space{
  margin-top: 45px;
}
#content3 .aboutus .view-btn{
  border: 1px solid #D9A76A;
  width: 200px;
  padding: 15px 40px 15px 40px;
  color: #D9A76A;
}

#content3 .aboutus .more_view{
  padding-right: 10px;
}
/* content4 */
#content4{
	background-color: #fbf6f0;
  width: 100%;
  display: flex;
}

#content4 .left.box{
  height: 100%;
  flex: 25%;
}

#content4 .right.box{
  display: flex;
  position: relative;
flex:75%;
}

#content4 .right.box .image{
object-position: 150% 150%;
}

#content4 .right.box .play{
top: 50%;
left: 50%;
}

#content4 .aboutus{
  display: flex;
  position: absolute;
  border: 15px solid white;
  margin: 90px 0 0 260px;
}

#content4 .aboutus ul{
  border: 5px solid #d9a76a;
  padding: 100px 35px 100px 35px;
  background-color: white;
  text-align: center;
}

#content4 .aboutus .hotel{
  color: white;
  margin-left: 10px;
  margin-bottom: 15px;
}

#content4 .aboutus .hotel i.fa{
  color: #f2cdac;
 font-size: 30px;
}

#content4 .aboutus h1{
  color: #333333;
  font-size: 26px;
  font-weight: 600;
}

#content4 .aboutus h2{
  color: #666666;
  font-size: 15px;
}

#content4 .aboutus h3{
  color: #CCCCCC;
  font-size: 12px;
  font-weight: 400;
  font-stretch: extra-expanded;
}
#content4 .aboutus .space{
  margin-top: 45px;
}
#content4 .aboutus .view-btn{
  border: 1px solid #D9A76A;
  width: 200px;
  padding: 15px 40px 15px 40px;
  color: #D9A76A;
}

#content4 .aboutus .more_view{
  padding-right: 10px;
}

/* content5 */
#content5 {
  padding: 0 0 120px 0;
}

#content5 .flexbox{
  display: flex;
  margin: -57px 270px;
  }

#content5 .rooms{
  display: table;
  width: 100%;
  height: 100%;
	padding: 0;
	background: url(../img/roomstyle/content5.png) no-repeat center center;
	background-color: #e5e5e5;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

}
#content5 .rooms .roomstyle{
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

/* thumb */
#content5 .thumb{
  display: flex;
  padding: 50px 200px 0 200px;
}

#content5 .thumb .left{
  position: relative;
  flex:10%;
  margin-right: 90px;
}

#content5 .thumb .left img{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

#content5 .thumb .right{
position: relative;
flex:10%;
margin-left: 90px;
}

#content5 .thumb .right img{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

#content5 .thumb .first{
  width: 100%;
  height: 260px;
  margin: 10px 10px 10px 10px;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
  -o-background-size: cover;
}

#content5 .thumb .first h1{
font-size: 20px;
margin-top: 110px;
text-transform: none;
font-weight: 600;
}

#content5 .thumb .second{
  width: 100%;
  height: 260px;
  margin: 10px 10px 10px 10px;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
  -o-background-size: cover;
}

#content5 .thumb .second h1{
font-size: 20px;
margin-top: 110px;
text-transform: none;
font-weight: 600;
}

#content5 .scroll{
  text-align: center;
  margin-top: 20px;
}
#content5 .aboutus{
  display: flex;
  position: relative;
  margin: 15px;
  overflow: hidden;
}

#content5 .aboutus ul{
  border: 10px solid white;
  
}

#content5 .aboutus li{
  border: 5px solid #d9a76a;
  padding: 40px 100px 40px 100px;
  background-color: white;
  text-align: center;
  max-height: 120px;

}
    
#content5 .aboutus h1{
  margin-top: 0 !important;
  margin-bottom: 20px;

  color: #333333;
  font-size: 22px;
  font-weight: 600;
}

#content5 .aboutus h2{
  color: #666666;
  font-size: 14px;
}

#content5 .aboutus h3{
  color: #CCCCCC;
  font-size: 12px;
  font-weight: 400;
  font-stretch: extra-expanded;
}

#content5 .thumb2{
  display: flex;
  padding: 0 200px 0 200px;
}

#content5 .thumb2 .first{
  width: 100%;
  height: 260px;
  margin: 10px 10px 10px 10px;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
  -o-background-size: cover;
}

#content5 .thumb2 .first h1{
font-size: 20px;
margin-top: 110px;
text-transform: none;
font-weight: 600;
}

#content5 .thumb2 .second{
  width: 100%;
  height: 260px;
  margin: 10px 10px 10px 10px;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
  -o-background-size: cover;
}

#content5 .thumb2 .second h1{
font-size: 20px;
margin-top: 110px;
text-transform: none;
font-weight: 600;
}
/* ===== */

.inner {
  margin: 0 60px 0 60px;
  /* max-width: 100px; */
}
.image.fit {
  margin: 0 0 22px 0;
  width: 100%;  
}


/* Box */

.box {
  overflow: hidden;
}
  .box .image.fit {
    margin: 0 0 22px 0;
  }

  

  #content6 {
    padding: 0 0 120px 0;
  }
  
  #content6 .travel{
    display: table;
    width: 100%;
    height: 100%;
    padding: 0;
    background: url(../img/travel.png) no-repeat center center;
    background-color: #e5e5e5;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
  #content6 .travel .traveling{
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
  }
  #content6 .travel .view-btn{
    border: 1px solid white;
    width: 200px;
    padding: 15px 40px 15px 40px;
    color: white;
  }
  #content6 .travel .view-btn img{
    padding-right: 15px;
  }


#content7 .special{
  text-align: center;
  overflow:hidden;
}
#content7 .special h1{
  color: #333333;
} 
#content7 .special h2{
  color: #666666;
}

#content7 .special img{
  margin: 30px 0;
}
#content7 .special .map{
  margin: 60px 0 0;
}
#content7 figure{
    width: 100%; height: 340px;
	background: #fff;
    overflow: hidden;
}
#content7 figure img, #content7 figure h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
#content7 figure img{
    height: 100%; object-fit: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#content7 figure h3, #content7 figure p, #content7 figure h2{
    width: 100%;
	position: absolute;
	bottom: 0;
    text-align: center;
}
#content7 figure h2{ 
    font-family: Montserrat; 
    font-size: 20px; 
    font-weight: 600; 
    transition: 0.3s; 
    text-align: center; 
    bottom: 30px; 
    text-transform: capitalize; }
#content7 figure h3{
    font-family: Montserrat;
    font-weight: 600;
    text-transform: none;
	font-size: 22px;
    color: #333;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
    bottom: 35px;
}
#content7 figure p {
    font-family: NotoSansCJKkr;
	text-transform: none;
	font-size: 15px;
    color: #666;
    bottom: 15px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

#content7 figure:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

#content7 figure:hover h2 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
    opacity: 0;
}
#content7 figure:hover p, #content7 figure:hover h3 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}





#content7 .thumb{
  display: flex;
}

#content7 .thumb .first{
  width: 100%;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
  -o-background-size: cover;
}

#content7 .thumb .first h1{
font-size: 20px;
margin-top: 290px;
margin-bottom: 20px;
text-transform: none;
font-weight: 600;
}

#content7 .thumb .second{
  width: 100%;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
  -o-background-size: cover;
}

#content7 .thumb .second h1{
font-size: 20px;
margin-top: 290px;
margin-bottom: 20px;
text-transform: none;
font-weight: 600;
}

#content7 .thumb .second .box2{
  background-color: white;
  margin-top: 240px;
  height: 100px;
display: flex;
text-align: center !important;
flex-direction: column;
}

#content7 .thumb .second .box2 h1{
  color: #333333;
  font-size: 22px;
  margin: 0 0 0 0;
  font-weight: 600;
  margin-top: 25px;
}

#content7 .thumb .second .box2 h2{
  color: #666666;
  font-size: 15px;
}

#content7 .how .howfont{
font-size: 12px;
margin-top: 12px;
}



/* content8 */
#content8{
  height: 1700px;
}

#content8 .instagram{
  background-color: #D9A76A;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 150px;
}


#content8 .instagram h1{
  font-size: 42px;
  font-weight: 800;
 }

#content8 .instagram h3{
 color: white;
 font-size: 18px;
 font-weight: 500;
}

#content8 .instagram img{
  margin-top: 30px;
margin-bottom: 25px;
}

#content8 .thumb{
  display: flex;
  padding: 0 200px 0 200px;

}

#content8 .thumb .first{
  width: 100%;
  height: 380px;
  margin: -90px 10px 10px 10px;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
  -o-background-size: cover;
}

#content8 .thumb .third{
  width: 100%;
  height: 540px;
  margin: -90px 10px 10px 10px;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
  -o-background-size: cover;
}

#content8 .thumb .fourth{
  width: 100%;
  height: 540px;
  margin: -150px 10px 10px 10px;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
  -o-background-size: cover;
}

#content8 .thumb .first .feed{
  margin-top: 160px;
  text-align: center;
}

#content8 .thumb .second{
  width: 100%;
  height: 380px;
  margin: 10px 10px 10px 10px;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
  -o-background-size: cover;
}

#content9 {
  padding: 0 0 120px 0;
}

#content9 .flexbox{
  display: flex;
  margin: -57px 270px;
  }

#content9 .rooms{
  display: table;
  width: 100%;
  height: 100%;
	padding: 0;
	background: url(../img/travel.png) no-repeat center center;
	background-color: #e5e5e5;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

}
#content9 .rooms .roomstyle{
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

/* thumb */
#content9 .thumb{
  display: flex;
  padding: 50px 200px 0 200px;
}

#content9 .thumb .left{
  position: relative;
  flex:10%;
  margin-right: 90px;
}

#content9 .thumb .left img{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

#content9 .thumb .right{
position: relative;
flex:10%;
margin-left: 90px;
}

#content9 .thumb .right img{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

#content9 .thumb .first{
  width: 100%;
  height: 260px;
  margin: 10px 10px 10px 10px;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
  -o-background-size: cover;
}

#content9 .thumb .first h1{
font-size: 20px;
margin-top: 110px;
text-transform: none;
font-weight: 600;
}

#content9 .thumb .second{
  width: 100%;
  height: 260px;
  margin: 10px 10px 10px 10px;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
  -o-background-size: cover;
}

#content9 .thumb .second h1{
font-size: 20px;
margin-top: 110px;
text-transform: none;
font-weight: 600;
}

#content9 .scroll{
  text-align: center;
  margin-top: 20px;
}
#content9 .aboutus{
  display: flex;
  position: relative;
  margin: 15px;
  overflow: hidden;
}

#content9 .aboutus ul{
  border: 10px solid white;
  
}

#content9 .aboutus li{
  border: 5px solid #d9a76a;
  padding: 40px 100px 40px 100px;
  background-color: white;
  text-align: center;
  max-height: 120px;

}
    
#content9 .aboutus h1{
  margin-top: 0 !important;
  margin-bottom: 20px;

  color: #333333;
  font-size: 22px;
  font-weight: 600;
}

#content9 .aboutus h2{
  color: #666666;
  font-size: 14px;
}

#content9 .aboutus h3{
  color: #CCCCCC;
  font-size: 12px;
  font-weight: 400;
  font-stretch: extra-expanded;
}

#content9 .thumb2{
  display: flex;
  padding: 0 200px 0 200px;
}

#content9 .thumb2 .first{
  width: 100%;
  height: 260px;
  margin: 10px 10px 10px 10px;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
  -o-background-size: cover;
}

#content9 .thumb2 .first h1{
font-size: 20px;
margin-top: 110px;
text-transform: none;
font-weight: 600;
}

#content9 .thumb2 .second{
  width: 100%;
  height: 260px;
  margin: 10px 10px 10px 10px;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
  -o-background-size: cover;
}

#content9 .thumb2 .second h1{
font-size: 20px;
margin-top: 110px;
text-transform: none;
font-weight: 600;
}

#content10 {
  background: url(../img/special/13.png); 
  display: flex;
  justify-content: center;
  background-size: cover;

}

#content10 .special{
  text-align: center;
  margin-bottom: 55px;
}
#content10 .special h1{
  color: #333333;
} 
#content10 .special h2{
  color: #666666;
}

#content10 .special img{
  margin-top: 30px;
margin-bottom: 25px;
}


#content10 .thumb{
  display: flex;
}

#content10 .thumb .first{
  width: 100%;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
  -o-background-size: cover;
}

#content10 .thumb .first h1{
font-size: 20px;
margin-top: 290px;
margin-bottom: 20px;
text-transform: none;
font-weight: 600;
}

#content10 .thumb .second{
  width: 100%;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
  -o-background-size: cover;
}

#content10 .thumb .second h1{
font-size: 20px;
margin-top: 290px;
margin-bottom: 20px;
text-transform: none;
font-weight: 600;
}

#content10 .thumb .second .box2{
  background-color: white;
  margin-top: 240px;
  height: 100px;
display: flex;
text-align: center !important;
flex-direction: column;
}

#content10 .thumb .second .box2 h1{
  color: #333333;
  font-size: 22px;
  margin: 0 0 0 0;
  font-weight: 600;
  margin-top: 25px;
}

#content10 .thumb .second .box2 h2{
  color: #666666;
  font-size: 15px;
}

#content10 .how .howfont{
font-size: 12px;
margin-top: 12px;
}

#content11 {
  background: url(../img/travel/11.png); 
  display: flex;
  justify-content: center;
  background-size: cover;

}

#content11 .special{
  text-align: center;
  margin-bottom: 55px;
}
#content11 .special h1{
  color: #333333;
} 
#content11 .special h2{
  color: #666666;
}

#content11 .special img{
  margin-top: 30px;
margin-bottom: 25px;
}


#content11 .thumb{
  display: flex;
}

#content11 .thumb .first{
  width: 100%;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
  -o-background-size: cover;
}

#content11 .thumb .first h1{
font-size: 20px;
margin-top: 290px;
margin-bottom: 20px;
text-transform: none;
font-weight: 600;
}

#content11 .thumb .second{
  width: 100%;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
  -o-background-size: cover;
}

#content11 .thumb .second h1{
font-size: 20px;
margin-top: 290px;
margin-bottom: 20px;
text-transform: none;
font-weight: 600;
}

#content11 .thumb .second .box2{
  background-color: white;
  margin-top: 240px;
  height: 100px;
display: flex;
text-align: center !important;
flex-direction: column;
}

#content11 .thumb .second .box2 h1{
  color: #333333;
  font-size: 22px;
  margin: 0 0 0 0;
  font-weight: 600;
  margin-top: 25px;
}

#content11 .thumb .second .box2 h2{
  color: #666666;
  font-size: 15px;
}

#content11 .how .howfont{
font-size: 12px;
margin-top: 12px;
}

.footerimg{
  width: 100%;
  height: 100%;
  background-size: cover;
  text-align: center;
  padding: 0;
  position: relative;
  margin-top: 30px;
}
.footerimg img{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.footertop{
  display: flex;
  background-color: #D9A76A;
  text-align: center;
  font-size: 14px;
  height: 40px;
}

.footertop p{
  color: white;
font-weight: 600;
padding-top: 10px; 
letter-spacing: 10px; 
margin-right: 25px;
font-weight: 300;
}

.footertop h4{
  color: white;
font-weight: 600;
letter-spacing: 10px;
margin: 10px 0 0 0;
margin-left: 25px;
font-weight: 300;
}

  /* footer */
  .footer{
    width: 100%;
   padding: 0;
   background-color: #e5e5e5;
   background: url(../img/footer_bg.png) no-repeat center center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    text-align: center;
  }

  .footer ul{
    list-style: none;
    padding: 0;
padding-top: 30px;  }

  .footer li{
    display: inline-block;
    vertical-align: top;
    padding: 30px 20px;
    font-size: 13px;
    color: #CCCCCC;
    text-align: left;
    line-height: 21px;
    font-family: Noto Sans CJK KR;

  }
  
  .footer .logo{
    padding-right: 30px;
  }

.footer .logo a{
  font-size: 16px;
  color: white;
  padding-bottom: 15px;
}

.footer .logo .fa{
  color: #D9A76A;
  margin-right: 10px;
}

/* 찾아줘 */
.footer p a:hover{
  color: #d9a76a;
}

  .footer .footermenu{
    display: block;
    padding-bottom: 30px;
    font-size: 16px;
    color: white;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;

  }

  .footer a{
    display: block;
    color: inherit;
    text-decoration: none;
    padding-bottom: 10px;
  }

  .info{
        list-style: none;
    padding: 0;
  }

  .info .first{
    color: #CCCCCC;
    font-size: 14px;
  }

  .info .second{
    display: flex;

  }

  .info .second a{
    margin-right: 25px;
    text-align: center;

  }

  .footer .info .second .enter1{
    display: flex;
  }
  
  .footer .info .second .enter2{
    display: flex;
  }
/* ---------------------------------------------------------------------------- */
  /* about html */
  .aboutsec {
    background: url(../img/about/7.png) no-repeat center center;
    width: 100%;
    padding: 0;
    -webkit-background-size: cover;
   -moz-background-size: cover;
   background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
  }


.aboutsec .thumb{  
    display: flex;
    padding: 120px 100px 0 100px;
  }

.aboutsec .thumb .first{  
flex: 50%;
    width: 100%;
      }

.aboutsec .thumb .second{  
flex: 50%;
      width: 100%;     
}
.aboutsec .thumb .second .secondpic{  
    margin: 260px 0 0 0;
  }
  .aboutsec .thumb .second .secondpic img{  
position: absolute;
margin-left: 7%;    }

.aboutsec .thumb .second .secondpic .set{
  margin-top: -15px;
  margin-left: 23.5%;
}
  
.aboutsec .thumb .third{  
      flex: 50%;
            width: 100%;
    }
    .aboutsec .thumb .third .thirdpic{  
            margin: 30px 0 120px 160px;
    }

    .aboutsec .thumb .fourth{ 
      flex: 50%;
      width: 100%;
      text-align: left;
      margin-left: 80px;
    }

    .aboutsec .thumb .fourth h3{ 
      font-size: 26px;
color: #666666;
margin-bottom: 10px;
margin-top: 70px;
font-weight: 800;
    }

    .aboutsec .thumb .fourth h1{ 
      font-size: 42px;
color: #D9A76A;
text-align: left;
font-weight: 800;
margin-bottom: 10px;

    }

    .aboutsec .thumb .fourth h2{ 
      font-size: 16px;
color: #666666;
text-align: left;
margin-bottom: 2px;
    }


.middle{
  width: 100%;
  height: 600px;
}

.traffic {
  margin: 100px 260px 100px 260px;
}

.how{
  margin: 0px 260px 115px 260px;
  display: flex;
}

.how .fa{
color: #D9A76A;
font-size: 20px;
display: flex;
margin-bottom: 19px;
}

.how .bycar{
  flex: 50%;
}

.how .bycar h1{
color: #333333;
text-align: left;
font-size: 26px;
font-weight: 600;
margin-left: 10px;
margin-right: 10px;
}

.how .bycar h2{
  color: #666666;
  text-align: left;
  font-size: 15px;
  }

.how .public{
  flex: 50%;
}

.how .public h1{
  color: #333333;
  text-align: left;
  font-size: 26px;
  font-weight: 600;
  margin-left: 10px;
  margin-right: 10px;
  }
  
  .how .public h2{
    color: #666666;
    text-align: left;
    font-size: 15px;
    }


    /*------------------------- roomdetail------------------------- */

  #information {
    margin: 110px 0 120px 0;
    width: 100%;
  }

  #information h1{
  color: #333333;
  margin-bottom: 20px;
}

#information .info-lay{
  text-align: center;
  /*margin: 0 250px;*/
  margin: 0 100px;
}

#information .info-lay .reservation{
    display: block;
    position: relative;
    left: 0; right: 0;
    margin: 0 auto;
    box-sizing: border-box;
    width: 30%;
    border: 1px solid #D9A76A;
    padding: 15px 40px 15px 40px;
}

#information .info-lay a {
  color: #D9A76A;
}

#information .info-lay .info-text{
  margin-top: 20px;
  /*background-color: #CCCCCC;*/
  background-color: #fafafa;
  padding: 30px 0 50px 0;
  font-family: Noto Sans CJK KR;
  font-size: 13px;
  color: #333333;
  margin-bottom: 120px;
}

#information .info-lay .info-text2{
  margin-top: 20px;
  /*background-color: #CCCCCC;*/
  background-color: #fafafa;
  padding: 30px 0 50px 0;
  font-family: Noto Sans CJK KR;
  font-size: 13px;
  color: #333333;
  margin-bottom: 120px;
  margin-left:15px;
  margin-right:15px;
}

#information .info2{
  /*margin-left: 40px;*/
  /*width: 100%;*/
  padding:0 5%;
  width: 90%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

#information .info2 .info2-item1{
  margin-bottom: 45px;
}

#information .info2 .info2-item2{
  font-size: 30px; width: 140px;
}

#information .info2 .info2-item3{
  font-size: 27px;
}
#information .info2 .info2-item4{
  color: #666666; font-size: 27px; width: 170px;
}
#information .info2 .info2-item5{
  color: #C59A57; font-size: 23px;
}
#information .info2 .info2-item6{
  margin-top: 10px; font-size: 27px;
}

#information .info2 .info2-item7{
  width:500px;
}

#information .info2 .info2-item8{
  width: 450px; font-size: 27px;
}

#information .info2 .info2-item9{
  color: #666666; width: 170px;
}
#information .info2 .info2-item10{
  margin-top: 10px; font-size: 27px; margin-bottom: 20px;
  padding-bottom: 20px;
}
#information .info2 .info2-item11{
  width: 250px;
}
#information .info2 dl{
  margin-bottom: 40px;
}

#information .info2 dd{
  display: table;
}

#information .info2 dd span{
  display: table-cell;
    width: 100px;
}
  #roomdetail  {
position: relative;
  }

  #roomdetail2{
    margin: 340px 50px 200px 50px;
    position: relative;
background-color: #fcf7f0;
 }
 #roomdetail2 .images h1{
   font-size: 16px;
   font-weight: 600;
   color: #D9A76A;
 }

#roomdetail2 .images{
  opacity: none;
}

#roomdetail3 {
  margin-top: 100px;
}

.thumb .first .set h2{
  color: #D9A76A;
  font-size: 15px;
}

.thumb .first .set h1{
  color:#333333;
  font-size: 20px;
}

.thumb .second .set h2{
  color: #D9A76A;
  font-size: 15px;
}

.thumb .second .set h1{
  color:#333333;
  font-size: 20px;
}

.vl {
  border-left: 2px solid #666666;
  height: 80px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 53%;
}

#content7 .how .make-enter{
  display: flex;
}

#information .info-lay .info-text .reservation {

  padding: 15px 80px 15px 80px;

}


/* nav-bar */
@media screen and (max-height: 750px) {
  .nav-bar {overflow-y: auto;}
  .nav-bar a {font-size: 20px}
  .nav-bar .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.nav-bar {
  /* height: 100%;
    width: 100%;
  background-color: #333333;
  color:#fff;
  padding: 60px 0; */
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: scroll;
  transition: 0.5s;
}


.nav-bar::-webkit-scrollbar { display: none; }

.nav-bar .title{
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
  transition: 0.3s;
  top: 5%;
  position: relative;
  color: white;
}
.nav-bar h3{
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 7px;
}
.nav-bar .sub{
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.nav-bar .sub-wrap{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.nav-bar p{
  font-size: 14px;
  margin-right: 7px;
  margin-left: 7px;
}
.nav-bar .mr{
  font-size: 12px;
  margin-right: 21px;
}
.nav-bar .ml{
  font-size: 12px;
  margin-left: 24px;
}

.nav-bar .sub p:hover{
  color: #d9a76a;
}
.nav-bar .mobilesub p:hover{
  color: #d9a76a;
}
.sub:hover + h3{
  color: #d9a76a;
} 

/* 다같이 생칠 됨 */
/* .nav-bar .title:hover{
  color: #d9a76a;
}

.nav-bar .title{
  pointer-events: none;
}

.nav-bar .sub p{
  pointer-events: auto;
} */

.nav-bar .yellow{
  color: #d9a76a;
}


.nav-bar .hr{
  display: none;
}

.mobile-nav-contents {
  display: none;
}
.closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  font-weight: 100;
  z-index:1001;
}

.closebtn2 {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  font-weight: 100;
  display: none;
}
/* media */
@media only screen and (min-width: 749px) {
  .play4, .white-back, .white-back2, #content5 .thumb .mobile, #content6 .travel .traveling .mobile2, #content6 .travel .traveling p, #content7 .thumb .second h2, #content7 .thumb .second .mobile3, .aboutsec .thumb .fourth p, #information .info-lay .info-text2, #roomdetail3 #content7 .special p, .thumb3, #content10 .special p, #content9 .rooms .roomstyle .mobile2, #content9 .rooms .roomstyle p, #content11 .special p, .nav-bar hr, .mobilesub {
    display: none;
  }
}
#header div.logo a img { height:40px; margin-top:0; }
/* S:햄버거 버튼 Action */
.menu-icon {
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
  float: right;
  margin-top: 10px;

}
.menu-icon__line {
  height: 2px;
  width: 30px;
  display: block;
  background-color: #fff;
  margin-bottom: 7px;
  cursor: pointer;
  -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, background-color .5s ease;
  transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
  width: 16.5px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.menu-icon__line-right {
  width: 16.5px;
  float: right;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
  width: 30px;
}

body.nav-active .menu-icon__line {
  background-color: #fff;
  -webkit-transform: translate(0px, 0px) rotate(-45deg);
  transform: translate(0px, 0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
  width: 15px;
  -webkit-transform: translate(2px, 4px) rotate(45deg);
  transform: translate(2px, 4px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
  width: 15px;
  float: right;
  -webkit-transform: translate(-3px, -3.5px) rotate(45deg);
  transform: translate(-3px, -3.5px) rotate(45deg);
}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
  width: 15px;
}
/* E:햄버거 버튼 Action */


/* #Cursor
================================================== */

.cursor,
.cursor2,
.cursor3{
  position: fixed;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  left: -100px;
  top: 50%
}
.cursor{
  background-color: #fff;
  height: 0;
  width: 0;
  z-index: 99999;
}
.cursor2,.cursor3{
  height: 36px;
  width: 36px;
  z-index:99998;
  -webkit-transition:all 0.3s ease-out;
  transition:all 0.3s ease-out
}
.cursor2.hover,
.cursor3.hover{
  -webkit-transform:scale(2) translateX(-25%) translateY(-25%);
  transform:scale(2) translateX(-25%) translateY(-25%);
  border:none
}
.cursor2{
  border: 2px solid #fff;
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}
.cursor2.hover{
  background: rgba(255,255,255,.1);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}
.scale-up .cursor2,
.scale-up .cursor3{
  opacity: 0;
}

.cursor-dark .cursor2,
.cursor-dark .cursor3{
  border: 2px solid #4b4d64;
  box-shadow: 0 0 14px rgba(75, 77, 100, 0.3);
}
.cursor-dark .cursor2.hover,
.cursor-dark .cursor3.hover{
  background: rgba(75, 77, 100, 0.3);
  border: none;
  box-shadow: 0 0 14px rgba(75, 77, 100, 0.2);
}


.video-cursor .cursor2.hover,
.video-cursor .cursor3.hover{
  opacity: 0;
}
/* #Cursor END
================================================== */

@media screen and (max-width: 1200px){
  .cursor,.cursor2,.cursor3{
    display: none
  }
}

/* #Cursor START
================================================== */
a {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
/* #Cursor END
================================================== */
