/* float clearfix */
.clearfix {*zoom:1}
.clearfix:after {content:"";display:block;clear:both}

.redtx{color: #d22020 !important;}

@media ( max-width: 575px ) {

}

@media ( max-width: 767px ) {

}


/* foot */
#footer {width: 100%; padding: 70px 0 0; background: #ffffff;}
#footer .inner {width: 90%; margin: 0 auto; }
#footer .info {padding: 0 0 1%; border-bottom: #000 1px solid;}
#footer .info li {font-size: 1.6vw; font-weight: bold; text-transform: uppercase;}
#footer .info li span {font-family: 'Noto Serif KR', serif; font-weight: normal; margin: 0 0 0 15px;}
#footer .copy {padding: 1% 0 5%;}
#footer .copy li {}
#footer .copy li:first-child {float: left; font-size: 0.8vw; line-height: 200%; letter-spacing: 0.05em;}
#footer .copy li:last-child {float: right; font-size: 0.7vw; line-height: 180%; text-align: right;}
#footer .copy li:last-child a {display: inline-block; margin:0 10px;}
#footer .copy li:last-child .made {line-height: 200%; padding: 0 0 0 25px; border: 1px solid #5b5b5b; margin: 5px 0 0;}
#footer .copy li:last-child .made span {display: inline-block; background: #5b5b5b; color: #fff; padding: 0 25px; margin: 0 0 0 25px;}

@media ( max-width: 1000px ) {
	#footer .info li {float: none; font-size: 3.2vw; text-align: center;}
	#footer .copy {font-size: 15px; line-height: 30px; padding: 15px 0 50px; text-align: center;}
	#footer .copy li {text-align: center !important;}
	#footer .copy li span {display: block;}
	#footer .copy li:first-child br {display: none;}
	#footer .copy li:first-child {float: none; font-size: 1.6vw; margin: 0 0 2%;}
	#footer .copy li:last-child {float: none; font-size: 1.4vw;}
}

@media ( max-width: 767px ) {
	#footer .info {padding: 0 0 3%;}
	#footer .info li {font-size: 4.8vw;}
	#footer .info li span {display: block; margin: 2% 0 0;}
	#footer .copy li:first-child {font-size: 2.5vw; margin: 0 0 5%;}
	#footer .copy li:last-child {font-size: 2.3vw;}
}

#back-top {display: block; position: fixed; right: 40px; bottom: 50px; z-index: 999; width: 60px; height: 60px; cursor: pointer;}
#back-top span.t_bt {display: block; width: 60px; height: 60px; background:url('../img/common/fbt_top.png') no-repeat center center; opacity: 0.5;}
#back-top span:hover {opacity: 0.7;}

@media ( max-width: 1000px ){
    #back-top {right: 30px; bottom: 30px;}
}



/* mvisual */
#vwrapper {
position: relative; top: 0; left: 0; z-index: -999; width: 100%; height: 100%; overflow: hidden; pointer-events: none;}
#vwrapper iframe {
    position: absolute; top: 50%; left: 50%;
    width: 100vw;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    transform: translate(-50%, -50%);
}

@media ( max-width: 767px ) {
	#vwrapper iframe {
		position: static; top: 0; left: 0; 
		min-width: auto; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
		height: inherit; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
		min-height: unset;
		transform: none;
	}
}

#msliders {position: relative; width: 100%; height: 100%;}

#mtit {position: absolute; top: 43%; z-index: 10; width: 100%; text-align: center; color: #fff; pointer-events: none;}
#mtit h2 {font-size: 20px; font-weight: normal; text-transform: capitalize; letter-spacing: 0.1em; opacity: 0.6;}
#mtit h1 {font-size: 50px; font-weight: normal; line-height: 100%; text-transform: uppercase;}

/* play stop */
.vp_bt_box {position: absolute; top: 58%; left: 52%; z-index: 999; min-width: 60px; text-align: center; margin:0 0 0 -30px;}
.vp_bt_stop,
.vp_bt_play {width: 60px; height: 60px; cursor: pointer;}
.vp_bt_play {display: none;}
.vp_bt_box div img {display: block;}


.mscroll {display: block; position: absolute; bottom: 20%; left: 0; z-index: 20; width: 100%; font-size: 17px; text-align: center; color: #fff; padding: 0 8px; margin: 0; transform: translate(0,-50%); pointer-events: none;}
.mscroll:before,
.mscroll:after {content: ""; display: block; position: absolute; left: 49.5%; width: 50px; height: 50px; border-bottom:1px solid #fff; border-right:1px solid #fff; animation: buble 0.5s linear infinite alternate;}
.mscroll:before {top: -50px;}
.mscroll:after {top: -60px;}

@keyframes buble {
    from{transform:rotate(45deg) translate(-50%,0) scale(.8,.8)}
    to{transform:rotate(45deg) translate(-50%,0) scale(1,1)}
}

@media ( max-width: 767px ) {
    /*#msliders {height: 65vh !important; transition: all 0.3s;}*/
    #mtit {top: 40%;}
    #mtit h2 {font-size: 13px;}
    #mtit h1 {font-size: 24px;}
    .vp_bt_box {top: 55%; min-width: 40px; margin: 0 0 0 -20px;}
    .vp_bt_stop,
	.vp_bt_play {width: 40px; height: 40px; cursor: pointer;}
    .vp_bt_stop img,
	.vp_bt_play img {width: 40px; height: 40px; cursor: pointer;}
    .mscroll {bottom: 10%; font-size: 15px;}
	.mscroll:before,
	.mscroll:after {width: 30px; height: 30px;}
	.mscroll:before {top: -35px;}
	.mscroll:after {top: -45px;}
}

/* main tit _ rv, ab, sp, travel */
.mtit {font-family: 'Noto Serif KR', serif; }
.mtit1 {text-align: center; pointer-events: none;}
.mtit1 h1 {font-family: 'Nanum Myeongjo', serif; font-size: 60px; font-weight: bold; margin: 0 0 2vh;}
.mtit1 h2 {font-size: 17px; font-weight: lighter; line-height: 180%; color: #707070;}
.mtit2 {text-align: right; pointer-events: none;}
.mtit2 h1 {font-family: 'Nanum Myeongjo', serif; font-size: 30px; font-weight: normal; line-height: 150%; letter-spacing: -0.045em;}

@media ( max-width: 1000px ) {
    .mtit1 h1 {font-size: 40px;}
    .mtit1 h2 {font-size: 15px;}
    .mtit2 h1 {font-size: 20px;}
}

@media ( max-width: 767px ) {
    .mtit1 h1 {font-size: 30px;}
    .mtit1 h2 {font-size: 13px;}
    .mtit2 h1 {font-size: 15px;}
}



/* mabout */
#mab {width: 100%; height: 750px; background: url("../img/main/ab.jpg") no-repeat center; background-size:cover;}
#mab > .mtit {font-family: 'Noto Serif KR', serif; text-align:right; color: #ffffff; padding:  5% 4% 0 0; float:right; font-size: 36px; }
#mab > .mtit h1 {font-weight: normal;}
#mab a {color: #ffffff; font-size: 15px; margin-top: 30px; margin-right: 0px; display: block; transition: margin-right 0.3s;}
#mab a:hover {margin-right: -15px;}

@media ( max-width: 1000px ) {
    #mab {height: 400px;}
    #mab > .mtit h1 {font-size: 27px;}
    #mab a {margin-top:10px;}
}

@media (max-width:767px) {
    #mab {height: 250px;}
    #mab > .mtit h1 {font-weight: normal; font-size: 20px;}
}

/* mspecail */
#mspecial {position: relative; padding: 0 0 20vh;}
#mspecial .mtit1 {padding: 15vh 0 5vh;}

@media (max-width:767px){
	#mspecial {padding: 0 0 10vh;}
}


/* mroom preview */
#mrv {padding: 0 0 10vh; height:100%;}
#mrv .mtit1 {padding: 15vh 0 5vh;}
.rarticle {width: 100%; height:100%; margin: 0 4%; }
.rv {float:left; width: 23%;}
.rv img {width: 100%; height: auto; transform: scale(1.0); transition: all 0.3s;}
.rv:hover img {transform: scale(0.95); opacity: 0.9; transition: all 0.3s;}
.rv h1 {text-align:left; float:left; height:22px; width:90%; font-size: 22px; font-weight: normal; margin:1vh;}
.rv h2 {float:left; font-size: 15px; font-weight: lighter; line-height: 170%; color: #595959; margin: 1vh;}
.rv a {}
.rvz {margin: 0 2vh; float:right;  font-size: 13px;letter-spacing: -0.045em;transition: all 0.3s;}

@media ( max-width: 767px ) {
	.rarticle{margin:0}
	.rv {margin: 0px;width: 50%;}
	.rvz {padding: 0 2vw; width:40px;}
}



/* mfreser */
#mreser {text-align: center; background:url("../img/main/freser_bg.jpg") center no-repeat; background-size: cover; color: #fff; padding: 20vh 0;}
#mreser h1 {font-family: 'Noto Serif KR', serif; font-size: 30px; font-weight: normal; text-transform: uppercase; letter-spacing: 0.1em; margin: 0 0 3vh;}
#mreser h2 {font-size: 14px; font-weight: normal; letter-spacing: 0.2em; margin: 0 0 5vh;}
#mreser a {display: inline-block; font-size: 14px; line-height: 220%; font-weight: normal; letter-spacing: 0.15em; text-transform: uppercase; background: rgba(0, 0, 0, 0.7); color: #fff; padding: 0 35px; transition: all 0.3s;}
#mreser a:hover {background: rgba(0, 0, 0, 0.9); transition: all 0.3s;}

@media screen and (max-width:1000px){
    #mreser {padding: 10vh 0;}
}

@media (max-width:767px){
    #mreser h1 {font-size: 18px;}
    #mreser h2 {font-size: 12px; }
    #mreser a {font-size: 11px;}
}


/* prologue */
#eximg {width: 80%; padding: 10vh 0; margin: 0 auto;}
#eximg img {width: 100%; margin: 0 0 5vh; pointer-events: none;}

@media ( max-width: 767px ) {
	#eximg {width: 95%;}
	#eximg img {margin: 0 0 2vh;}
}


/* tcont */
.timg_t {position: relative; width: 100%; height: 100vh; overflow: hidden; transition: height 0.3s;}
#scene {top: -5%; left: -5%; width: 115%; height: 120vh; overflow: hidden; padding: 0; margin: 0; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);}
.layer {width: 110%; height: 120vh; overflow: hidden;}
.layer1 {position: absolute; top: -5%; left: -5%; width: 100%; height: 100%; background-position: center; background-size: cover;}
.layer1.traffic_bg{background-image: url(../img/sub/timg_traffic.jpg);}
.layer1.tour_bg{background-image: url(../img/tour/timg_tour.jpg);}
.layer1.reser_bg{background-image: url(../img/sub/timg_reser.jpg);}
.layer1.talk_bg{background-image: url(../img/sub/timg_talk.jpg);}
.layer1.special_bg{background-image: url(../img/sp/timg_special.jpg);}
.timg_txt {position: absolute; top: 50%; left: 50%; z-index: 30; width: 100%; text-align: center; color: #fff; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); pointer-events: none;}
.timg_txt h2 {font-size: 20px; font-weight: normal; text-transform: capitalize; letter-spacing: 0.1em; opacity: 0.6;}
.timg_txt h1 {font-size: 50px; font-weight: normal; text-transform: uppercase;}

@media (max-width:1000px) {
	.timg_t {height: 60vh;}
	#scene {height: 65vh;}
    .layer1 {width: 100%; height: 115%; top: -1%; left: -5%; background-position: center; background-size: cover;}
}

@media (max-width:767px) {
    .timg_t {height: 45vh;}
	#scene {height: 50vh;}
    .layer1 {top: -1%; left: -5%; width: 100%; height: 115%; background-position: center left; background-size: cover;}
    .timg_txt {top: 40%;}
    .timg_txt h2 {font-size: 13px;}
    .timg_txt h1 {font-size: 24px; }
}

#tcont * {
    transition: all .1s;
    -webkit-transition: all .1s;
}
#tcont {width: 90%; min-height:200px; margin: 150px auto; }
#tcont .tit {font-size: 18px; position: relative; margin-bottom: 20px; line-height: 30px; padding-top: 10px;}
#tcont .titt {font-size: 15px; color: #4d4d4e;line-height: 180%;}
#tcont .titt > div {margin-bottom: 7px;}
#tcont .titt > div > li {float: left;}
#tcont .titt > div > li:first-child {width: 11px;}
#tcont .titt > div > li:last-child {width: 95%; }
#tcont .tit:after {content: ""; position: absolute; top: 0; left: 0; width: 13px; height: 3px; background: #707070;}
#tcont_sp{width: 100%;}

.tabsy {margin-top: 30px; }
.tab_con {display: block; text-align: center; padding: 0; margin: 30px auto 0;}

.tabsy>button {width:100%;font-size:100%;margin:0;outline:0;border:0;vertical-align:baseline;-webkit-box-sizing:border-box;box-sizing:border-box;background:transparent}
.tabsy>.tabButton {display: block; font-size: 15px; font-weight: bold; text-align: center; background: #ededed; color: #000; padding: 15px 20px; margin-top: 1px; -webkit-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out;}
.tabsy>.tabButton2{width: 100%;}
.tabsy>input{display: none;}
.tab {width: 100%; text-align: left;}
.tabsy>input:checked+label+.tab{display:block;clear: both !important; float: none !important;}
.tabsy>input:checked+label+.tab>.content{-webkit-animation:showTab 250ms ease-in-out;animation:showTab 250ms ease-in-out; width: 100% !important; padding: 30px 0;}
.tabsy>.tab{display:none;}

@-webkit-keyframes showTab {
    from{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}
    to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
}

@keyframes showTab {
    from{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}
    to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
}

@media screen and (min-width: 768px) {
    .tab_con {width: 100%;}
}

@media screen and (min-width: 767px){
    .tabsy{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
    .tabsy>.tabButton{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;cursor:pointer; }
    .tabsy>input:checked+label{background:#3b4146;color:#FFF}
    .tabsy>.tab{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}
    .tabsy>.tabButton2{width: 20% !important;}
}

@media screen and (max-width: 767px) {
    #tcont {margin: 80px auto;}
	#tcont .tit {font-size: 15px; line-height: 150%; margin-bottom: 10px;}
	#tcont .titt > div > li {font-size: 11px; line-height: 150%;}
    .tabsy > .tab {display: block;}
	.tabsy > .tab > .content {padding: 10px 0 30px;} 
	.tabsy > input:checked + label + .tab > .content {padding: 10px 0 30px;}
	#tcont_sp{margin-top:3%}
}

#ptable {border-bottom:#d9d9d9 1px solid; border-right:#d9d9d9 1px solid; width:100%; margin-left:auto; margin-right:auto;}
#ptable td {padding: 12px 0 ; border-top:#d9d9d9 1px solid; border-left:#d9d9d9 1px solid; font-size:13px; text-align: center; line-height: 120%;}
#ptable th {border-top:#d9d9d9 1px solid; border-left:#d9d9d9 1px solid; background: #ededed; font-weight: 300;color:#323232; text-align: center;}


/* room pv */
#rooms {position: relative; width: 100%; height: 100%; overflow: hidden;}
#rooms .rstit {position: absolute; top: 25%; z-index: 10; width: 100%; text-align: center; color: #fff; text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); pointer-events: none;}
#rooms .rstit h1 {font-family: 'Noto Serif KR', serif; font-size: 2.1vw; font-weight: normal; text-transform: uppercase; letter-spacing: 0.025em; margin: 0 0 1vh;}
#rooms .rstit h2 {font-size: 0.95vw; font-weight: normal; line-height: 160%;}
#rooms img {display: block; width: 100%;}

@media ( max-width: 1000px ) {
	#rooms {height: 70vh;}
	#rooms .rstit {top: 15%;}
	#rooms .rstit h1 {font-size: 3.1vw;}
	#rooms .rstit h2 {font-size: 1.5vw;}
	#rooms img {width: 150%; margin: -10% 0 0 -30%;}
}

@media ( max-width: 767px ) {
	#rooms {height: 50vh;}
	#rooms .rstit {top: auto; right: 10%; bottom: 10%; text-align: right;}
	#rooms .rstit h1 {font-size: 24px;}
	#rooms .rstit h2 {font-size: 13px;}
	#rooms img {width: 180%; margin: -10% 0 0 -45%;}
}

/* room */
#rinfo {width: 80%; margin: 150px auto;}
#rinfo > div {float: left;}
#rinfo .rname {width: 35%; margin-right: 5%; }
#rinfo .rprice {width: 60%;}
#rinfo .rname h1 {font-family: 'Nanum Myeongjo', serif; font-size: 45px; text-transform: uppercase; letter-spacing: -2pt; padding: 0 0 10px;transition: font-size .25s linear;}
#rinfo .rname h2 {font-size: 16px; font-weight: normal; line-height: 180%; color: #707070; margin-bottom: 30px;}
#rinfo .rname h3 {font-size: 15px; font-weight: normal; line-height: 180%; color: #b1b1b1; margin-bottom: 15px;}
#rinfo .rname a {display: inline-block; position: relative; font-size: 15px; line-height: 35px; text-transform: uppercase; background:url("../img/common/arr02.png") right center no-repeat; padding: 0 70px 0 0; transition: all 0.3s;}
#rinfo .rname a:hover {margin: 0 0 0 10px;}

@media screen and (max-width:1000px){
    #rinfo {width: 90%; margin: 80px auto;}
    #rinfo > div {float: none;}
    #rinfo .rname {width:100%; text-align: center; transition: all 0.3s;}
    #rinfo .rprice {width: 100%;  transition: all 0.3s; margin-top: 30px;}
}

@media ( max-width: 767px ) {
	#rinfo .rname {}
    #rinfo .rname h1{font-size: 40px; }
    #rinfo .rname h2{font-size: 15px;}
}

#rinfo2 {background: #282e32; padding: 130px 0;}
#firstacc {width: 80%; margin: 0 auto;}
#firstacc > div {font-size: 17px; line-height: 30px; color: #fff; padding: 30px 15px;}
#firstacc > h3 {font-size: 22px; line-height: 100px; font-weight: normal; text-decoration: none; color: #fff; border-bottom: 1px solid #fff; cursor: pointer;}
.rlAccordion > h3 > span {float: right; padding-right: 5px;}
.rlAccordion > h3 + div {/*display: none;*/ display: block; padding: 0;}

@media screen and (max-width:1000px){
    #rinfo2 {padding: 50px 0 !important;}
}

@media ( max-width: 767px ) {
    #firstacc {width: 90%;}
    #firstacc > h3 {font-size: 15px;  line-height: 60px; transition: font-size 0.3s;}
    #firstacc > div {font-size: 13px; padding: 15px; transition: font-size 0.3s;}
}

#rimg {width: 80%; padding: 10vh 0; margin: 0 auto;}
#rimg img {width: 100%; margin: 0 0 5vh; pointer-events: none;}

@media ( max-width: 767px ) {
	#rimg {width: 95%;}
	#rimg img {margin: 0 0 2vh;}
}

/* special */
.timg_spm {position: absolute; width: 60%; border-bottom: #fff 1px solid; text-align: center; top: 30%; left: 50%; margin-left: -30%;}
.timg_spm a {display: inline-block; font-size: 1vw; margin: 0 1vw; color: #fff; font-weight: 300; letter-spacing: -0.8pt; line-height: 3vw;}

@media screen and (max-width:1000px){
    .timg_spm {top: 20%; width: 80%; margin-left: -40%}
    .timg_spm a {font-size: 1.7vw; line-height: 6vw; margin: 0 0.5vw;}
}

@media ( max-width: 575px ) {
    .timg_spm {top: 15%; width: 90%; margin-left: -45%}
    .timg_spm a {font-size: 2.7vw; line-height: 6vw; margin: 0 1vw;}
}

.sp_cont {border-bottom: #eeefef 1px solid;}
.sp_cont > div {float: left;}
.sp_cont2 > div {float: right !important;}
.sp_cont .sp_slide {width: 40%;}
.sp_cont .sp_txt {width: 60%;  display: table;  height: 50vh !important;}
.sp_cont .sp_txt .inner {display: table-cell; vertical-align: middle; box-sizing: border-box; padding:100px 130px 100px;}
.sp_cont .sp_txt h1 {font-size: 39px; font-weight: normal; letter-spacing: -0.8pt;}
.sp_cont .sp_txt h2 {font-size: 13px; font-weight: normal; margin: 10px 0 30px;}
.sp_cont .sp_txt h3 {font-size: 14px; color: #707070; font-weight: normal; line-height: 25px;}

@media screen and (max-width:1000px){
    .sp_cont > div{float:none; }
    .sp_cont .sp_slide{width: 100%; }
    .sp_cont .sp_txt{width: 100%;}
    .sp_cont .sp_txt .inner{text-align: center; padding: 100px 0 100px;}
}

@media ( max-width: 767px ) {
	.sp_cont .sp_txt {height: 40vh !important;}
	.sp_cont .sp_txt h1 {font-size: 30px; font-weight: normal; letter-spacing: -0.8pt;}
	.sp_cont .sp_txt .inner {padding: 60px 0 60px;}
}

/* tour*/
.tour_cont {text-align: center; margin-bottom: 100px;}
.tour_box {display: inline-block; position: relative; width: 32%; vertical-align: top; margin: 0 0.2% 2%;
    /*@include -webkit-transition(1s);*/
    /*-webkit-transition: width 0.1s;*/
    /*-webkit-transition: height 0.1s;*/
    /*-webkit-transition: display 0.1s;*/
    /*-webkit-transition: margin 0.1s;*/
}
.tour_box .imgorg {display: block; font-size: 11px; text-decoration: underline; color: #bbb; padding: 1% 0 0;}
.tour_box h1{font-size: 2vw; font-weight: normal; letter-spacing: -0.8pt; margin-top:40px;}
.tour_box h2{font-size: 17px; font-weight: normal; margin: 8px 0 20px;}
.tour_box h3 {width: 95%; font-size: 14px; color: #707070; font-weight: normal; line-height: 25px; margin: 0 auto;}
.tour_box img{display: block; width: 100%; height: auto;}

@media (max-width: 1000px) {
    .tour_box {width: 49%;}
    .tour_box h1 {font-size: 25px;}
}

@media (max-width: 767px) {
    .tour_box {display: block; width: 100%; height: auto; margin: 0 auto 40px;}
    .tour_box h1 {font-size: 25px;}
    .tour_cont {margin-bottom: 0;}
}