@charset "utf-8";


@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); 
@import url('https://fonts.googleapis.com/css?family=Nothing+You+Could+Do');
@import url('https://fonts.googleapis.com/css?family=KoHo:500&display=swap');
/* 초기화 */
html {overflow-y:scroll;font-weight:500;}
body {margin:0;padding:0;min-width:1300px;font-size:0.8em;position: relative;width:100%; height: 100%;-webkit-font-smoothing: antialiased;
font-family: 'Noto Sans KR','맑은 고딕','Malgun Gothic','나눔 고딕','Nanum Gothic','dotum', sans-serif;background:#fff;  font-weight: 400;}

html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Noto Sans KR', sans-serif; 'dotum', '돋움', 'sans-serif';}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Noto Sans KR', 'dotum', '돋움', 'sans-serif';font-size:1em}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}
em{font-style:normal}
textarea, select {font-family:'Noto Sans KR', 'dotum', '돋움', 'sans-serif';font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none;outline:none}
span{display:inline-block}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline:none;
}

input[type=text],input[type=password], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
}
 
input[type=text]:focus,input[type=password]:focus,  textarea:focus,select:focus {
-webkit-box-shadow:  0 0 5px #9ed4ff;
-moz-box-shadow:  0 0 5px #9ed4ff;
box-shadow: 0 0 5px #9ed4ff;
border: 1px solid #558ab7 !important;
}
.placeholdersjs { color: #aaa !important; }
.hidden{display:none;}
.mb100{margin-bottom:100px;}
.mt10{margin-top:10%;}
.tc{text-align:center}
.tr{text-align:right}
.clear{clear:both;}
.p5{padding:5%}


html {
      height: 100%;
    }

    
    .wrapper {
    	height: 100% !important;
    	height: 100%;
    	margin: 0 auto; 
    	overflow: hidden;
    }
    
    a {
      text-decoration: none;
    }
    
    .pointer {
      color: #9b59b6;
      font-family: 'Raleway', sans-serif;
      font-size: 30px;
      margin-top: 15px;
    }
    code {
      margin: 20px 1%;
      float: left;
      width: 48%;
      height: 105px;
      background: rgba(0,0,0,0.1);
      border: rgba(0,0,0,0.05) 5px solid;
      border-radius: 5px;
      padding:5px;
      color: white;
      text-align: center;
      font-size: 15px;
      margin-top: 25px;
      display: block;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
    }
    code.html {
      color: #7EC9E6;
    }
    code.js {
      color: #FFAD00;
    }


    
    .main h1 {
      padding:150px 50px;
      float: left;
      width: 100%;
      font-size: 45px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      color: white;
      margin: 0;
    }
   
    .main h1.demo1 {
      background: #1ABC9C;
    }
    
    .reload.bell {
      font-size: 12px;
      padding: 20px;
      width: 45px;
      text-align: center;
      height: 47px;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
    }
    
    .reload.bell #notification {
      font-size: 25px;
      line-height: 140%;
    }
    
    .reload, .btn{
      display: inline-block;
      border: 4px solid #A2261E;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      background: #CC3126;
      display: inline-block;
      line-height: 100%;
      padding: 0.7em;
      text-decoration: none;
      color: #fff;
      width: 100px;
      line-height: 140%;
      font-size: 17px;
      font-family: open sans;
      font-weight: bold;
    }
    .reload:hover{
      background: #444;
    }
    .btn {
      width: 200px;
      color: rgb(255, 255, 255);
      border: 4px solid rgb(0, 0, 0);
      background: rgba(3, 3, 3, 0.75);
    }
    
    .btn:hover, .btn:hover {
      background: #444;
    }
    .btns {
      width: 410px;
      margin: 50px auto;
    }
    .credit {
      text-align: center;
      color: rgba(0,0,0,0.5);
      padding: 10px;
      width: 410px;
      clear: both;
    }
    .credit a {
      color: rgba(0,0,0,0.85);
      text-decoration: none;
      font-weight: bold;
      text-align: center;
    }
    
    .back {
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      display: block;
      padding: 7px;
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      background: rgba(255, 255, 255, 0.25);
      font-weight: bold;
      font-size: 13px;
      color: #fff;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
    }
    .back:hover {
      color: black;
      background: rgba(255, 255, 255, 0.5);
    }
    
    header {
      position: relative;
      z-index: 10;
    }
	

	.padd5{box-sizing:border-box;overflow:hidden;width:80%;margin:0 auto; margin-bottom: 100px;}
	
	.t_wrap{max-width:1000px;width:80%;}
	
	.logoleft{z-index:50;cursor:pointer;position:fixed;top:0;left:0;}
	.logoleft:hover{-webkit-animation-name: ani-ud; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration:2s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-name:ani-ud;
  animation-duration: 2s;
  animation-iteration-count: infinite;}
  @-webkit-keyframes ani-ud{
    0% {margin-top:00px;}
	50% {margin-top:10px;}
	100% {margin-top:0px;}
}

/* Standard syntax */
@keyframes ani-ud{
   0% {margin-top:00px;}
	50% {margin-top:10px;}
	100% {margin-top:0px;}
}
/*새로운 메뉴*/
	#nav {position: absolute; z-index: 999;margin: 0; padding: 0; width: 100%; top:0; }
	#nav .top_nav {width: 100%; margin: 0 auto;padding: 0; background: #fff; position: fixed; transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s; margin-left: -20px;}
	#nav ul.menu { width:68%; margin:0 auto; padding:0; text-align: center; position: relative;}
	#nav ul.menu li{ position:relative; float:left; width:17%; list-style-type:none; font-size:14px;text-align: center;}
    /* #nav ul.menu li:nth-child(5) {width:18%;} */
	#nav ul.menu li a{ display:block; width:100%; height:100%; line-height:70px;color:#292929;text-decoration:none;  }
	#nav ul.menu li a:hover{ background:rgba(225,225,225,0.2); }
	#nav ul.menu li .sub {width: 100%; position: absolute; top:70px ; left: 0; background: #fff}
	#nav ul.menu li .sub li {width: 100%; float: none;overflow: hidden;}
	#nav ul.menu li .sub a{ position:relative; float:left; display:block; width:100%; z-index:999999;color:#000 ;line-height: 50px;border-bottom:1px solid red}
	#nav ul.menu li .sub:last-child a {border-bottom: 0}
	#nav ul.menu li .sub a:hover{ background:#7989a8; color:#fff; }
	#nav ul.menu li .sub .title {line-height: 50px; border-bottom: 1px solid #dddddd; font-weight: 600;}
	#nav ul.menu li .sub .title span {font-size: 0.3em;}
    #nav {display: none;}

.mobile-menu {float: right; width: 70px; height: 70px; background: #7989a8;  }
.menu-trigger {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: relative;
	width: 35px;
	height: 32px;
	left:20px;
	top:15px;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	border-radius: 2px;
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger span:nth-child(3) {width: 70%}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 15px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}


/* 전체 메뉴를  엑스버튼 만들기 */

.menu-trigger.active-1 span:nth-of-type(1) {
    -webkit-animation : active-menu-bar11-01 0s 0s forwards;
    animation : active-menu-bar11-01 0s 0s forwards;
}
@-webkit-keyframes active-menu-bar11-01 {
    0% {
        -webkit-transform : translateY(0) rotate(0deg);
    }
    100% {
        -webkit-transform : translateY(20px) rotate(-45deg);
    }
}
@keyframes active-menu-bar11-01 {
    0% {
        transform : translateY(0) rotate(0deg);
    }
    100% {
        transform : translateY(20px) rotate(-45deg);
    }
}
.menu-trigger.active-1 span:nth-of-type(2) {
    -webkit-animation : active-menu-bar11-02 0s 0s forwards;
    animation : active-menu-bar11-02 0s 0s forwards;
}
@-webkit-keyframes active-menu-bar11-02 {
    0% {
        opacity : 1;
    }
    100%  {
        opacity : 0;
    }
}
@keyframes active-menu-bar11-02 {
    0% {
        opacity : 1;
    }
    100% {
        opacity : 0;
    }
}
.menu-trigger.active-1 span:nth-of-type(3) {
    -webkit-animation : active-menu-bar11-03 0s 0s forwards;
    animation : active-menu-bar11-03 0s 0s forwards;
    width: 100%
}
@-webkit-keyframes active-menu-bar11-03 {
    0% {
        -webkit-transform : translateY(0) rotate(0deg);
    }
    100% {
        -webkit-transform : translateY(-20px) rotate(45deg);
    }
}
@keyframes active-menu-bar11-03 {
    0% {
        transform : translateY(0) rotate(0deg);
    }
    100% {
        transform : translateY(-11px) rotate(45deg);
    }
}
#header {position: fixed; top: 0; right: 0; z-index: 1000;}
.top_menubar {position: absolute; z-index: 9999; top:0; right: 0}
.top_menubar .logo {float: left ;background: #fff; height: 70px; padding: 13px 20px;}
.top_menubar .logo a img {width: 160px}
.top_menubar .mobile-menu {float: left}


	/*topmenu 수정*/

	.pcmenu{position:fixed;z-index:20;top:0;left:0;width:100%;}
	.topreser_btn{height:45px;display:inline-block;position:absolute;right:0;top:0;bottom:0;font-size:1.2em;letter-spacing: 2.5px;
    line-height: 35px;background:#043052;transition:opacity 1s}
	.topreser_btn span{padding:5px 10px;color:#fff;background:#05ca9e;}
	.topreser_btn i{padding:5px 10px;color:#fff;} 
	.topreser_btn:hover{opacity:0.8}
	.pcmenu .pcmenu_ul{width:100%;padding:5px 0;position:relative;color:#fff;clear:both;background:rgba(0,0,0,0.6);display: block; height: 45px;}
	.pcmenu .pcmenu_ul > li{cursor:pointer;letter-spacing:2.5px;line-height:35px;float:left;width:10%;text-align:center;}
	.pcmenu .pcmenu_ul .pcmn_a{color:#fff;}
	.pcmenu .pcmenu_ul > li:hover .pcmnhover{display:block;}


	.pcmenu .pcmenu_ul> li:nth-child(2) .pcmn_a:after, .pcmenu .pcmenu_ul> li:nth-child(2):hover .pcmn_a:after{content:"소개하기"}
	.pcmenu .pcmenu_ul> li:nth-child(3) .pcmn_a:after, .pcmenu .pcmenu_ul> li:nth-child(3):hover .pcmn_a:after{content:"객실보기"}
	.pcmenu .pcmenu_ul> li:nth-child(4) .pcmn_a:after, .pcmenu .pcmenu_ul> li:nth-child(4):hover .pcmn_a:after{content:"스페셜"}
	.pcmenu .pcmenu_ul> li:nth-child(5) .pcmn_a:after, .pcmenu .pcmenu_ul> li:nth-child(5):hover .pcmn_a:after{content:"서비스"}
	.pcmenu .pcmenu_ul> li:nth-child(6) .pcmn_a:after, .pcmenu .pcmenu_ul> li:nth-child(6):hover .pcmn_a:after{content:"트래블"}
	.pcmenu .pcmenu_ul> li:nth-child(7) .pcmn_a:after, .pcmenu .pcmenu_ul> li:nth-child(7):hover .pcmn_a:after{content:"예약하기"}
	.pcmenu .pcmenu_ul> li:nth-child(8).pcmn_a:after, .pcmenu .pcmenu_ul> li:nth-child(8):hover .pcmn_a:after{content:"커뮤니티"}

	.pcmenu img{height:35px}

	.pcmnhover{display:none;padding: 29px;
    margin-top: -15px;}
	.pcmn ul li{overflow:hidden;display:inline-block;margin-right:15px;letter-spacing:0px;line-height:1em;}
	.pcmn ul li a{overflow:Hidden;color:#000;}
	.pcmn ul li a:hover{opacity:0.7;}
	.pcmn{width:100vw;bottom:-35px;left:0;position:absolute;text-align:left;background:rgba(255,255,255,0.9);}

	.submenu1.pcmn ul{margin-left:10%;}
	.submenu2.pcmn ul{margin-left:20%;}
	.submenu3.pcmn ul{margin-left:30%;}
	.submenu5.pcmn ul{margin-left:40%;}
	.submenu6.pcmn ul{margin-left:60%;}

    /* 실시간예약 버튼 */
    .pc-reserve {float: left; width: 70px; height: 70px; font-size: 30px; padding: 15px; line-height: 30px; text-align: center; background-color: #ded4be;}
    .pc-reserve i {color: #222222;}





	/*TOPMENU*/

	.topmenu{display:none;font-size:1.5em;z-index:1100;bottom:0;box-sizing:border-box;transition:display 2s;position:fixed;top:0%;width:100%;overflow:hidden;left:0%;height:100%;background:#fff}
	
	
	.topmenu .tm_mn1{width:20%;height:100vh;position:relative;display:inline-block;float:left;vertical-align:bottom;padding: 5% ;}
	.topmenu .tm_mn1 > div {position:absolute;bottom:5%;left:5%}
	.topmenu .tm_img{width:25%;height:100vh;display:inline-block;float:left;position:relative;transition:background-image 2s;background-size:cover;background-image:url('../img/reser_1.jpg');background-position:center center;}
	.topmenu .tm_mn2{width:55%;height:100vh;display:inline-block;float:left;padding: 10% 5% 5% 5%;}
	.topmenu .tm_mn1 a{display:block;padding:5px 0 6px 0;position:relative;}
	.topmenu .tm_mn1 a:after{content:" ";height:1px;background:#7d7d7d;width:0%;position:absolute;bottom:0;left:0;display:block;transition:width 2s;}
	.topmenu .tm_mn1 a:hover:after{width:100%}
		
	.topmenu .tm_mn2 a{display:block;}
	.topmenu .tm_mn2 a span{display:inline-block;margin-right:20px;padding:5px 0 6px 0;position:relative;transition:color 2s;color:#929da6}
	.topmenu .tm_mn2 a:hover span{color:#000}
	.topmenu .tm_mn2 a span:after{content:" ";height:1px;background:#929da6;width:0%;position:absolute;bottom:0;left:0;display:block;transition:width 2s;}
	.topmenu .tm_mn2 a:hover span:after{width:100%;background:#000;}
	.topmenu .pcmn1,.topmenu .pcmn2{display:inline-block;float:left;height:16em;width:50%;}
	.topmenu .topmn_title{font-weight:600;}

	.topmenu .tm_mn2 > p{margin-bottom:20px;}
	.topmenu .tm_mn2 > p a {display:inline-block;margin-right:20px;padding:5px 0 6px 0;position:relative;transition:color 2s;color:#929da6}
	.topmenu .tm_mn2 > p a:hover{color:#000}
	.topmenu .tm_mn2 > p a:after{content:" ";height:1px;background:#929da6;width:0%;position:absolute;bottom:0;left:0;display:block;transition:width 2s;}
	.topmenu .tm_mn2 > p a:hover:after{width:100%;background:#000;}

	.closebtn{cursor:pointer;position:absolute;top:3%;right:5%;display: inline-block;}
	.topmenu .now{padding: 6px 12px;margin-left: 10px;font-weight: bold;border-radius: 50%;transition:background,color 1.5s;}
	.closebtn:hover .now{background:#000;color:#fff}
	
	
	
	/*.topmenu .logo{height:50px;margin-left:5px}
	.topmenu a{display:inline-block;width:50%;box-sizing:border-box;padding:5px;float:left;}
	.topmenu a:hover{opacity:0.8}
	.topmenu a:even{clear:both;}
	.topmenu a span {font-weight:700;display:inline-block;width:100%;line-height:50px;border:2px solid #fff;text-align:center;}
	.topmenu .now{cursor:pointer;position:absolute;top:-20px;right:0;padding:15px 10px 5px;width:22%;text-decoration: none; color: white; font-weight: bold; display: inline-block; border-left:50px solid transparent; border-bottom:50px solid #333; height: 0; line-height:50px;}
	.topmenu .now img{height:30px;margin-right:5px;}
	*/
	.main-bottomm{display:block;position:relative;background:rgba(225,225,225,0.7);z-index:10}
	.main-bottomm1{margin-top:5%;display:block;position:relative;background:#fff;z-index:10}
	.main-sd{overflow:hidden;top:0;left:0;width:100%;z-index:1;}
   
	
	.top_navi{}
	.top_naviwrap{max-width:1000px;width:80%;line-height:38px;margin:0 auto;}	
	.top_naviwrap span{width:50%;float:left;display:inline-block;line-height:42px;box-sizing:border-box;border-right:1px solid #fff;text-align:center;}
	.top_naviwrap span:first-child{border-left:1px solid #fff;}
	.top_naviwrap span a{color:#fff;}
	.topnaviright{position:fixed;z-index:10;top:25px;right:25px;}
	.topnaviright a{padding:15px;color:#fff;font-size:2em;}
	
	/*sub 공통*/
	.subtitle{position:absolute;bottom:20%;left:5%;width:50%;font-size:1.5em;color:#fff;line-height:2em;z-index:6;}
.subtitle p:first-child{font-size:2em; font-family: 'Noto Sans KR', sans-serif;}

	.h_line{display:block;text-align:center;width:100%;height:100px}
	.h_line span{width:1px;transition:padding-bottom 1s;background:#000;display:inline-block}
	.h_line.on span{padding-bottom:100px;}
	.sublogo{width:180px}
	.subwrap{width:100%;height:60%;position:relative;overflow:hidden;z-index:5;box-shadow:2px 0 2px rgba(100,100,100,0.5)}
	.subbg{background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:fixed;width:100%;height:100%;}
	
	.sub_naviwrap{position:absolute;z-index:5;width:100%;left:0;text-align:center;background:#eee;}
	.sub_naviwrap a{font-size:1.3em;transition:background-color,color,border 1.5s;padding:15px;width:140px;display:inline-block;}
	.sub_naviwrap a .em_fs{color:#818181;font-size:0.7em}
	.sub_naviwrap a:hover,.sub_naviwrap a.on{color:#000;background-color:#fff;}
	.sub_naviwrap.rw{top:74%;}
	
	/*오시는길*/

	.loca_wrap{width:80%;margin:5% auto;overflow:hidden;padding:5% 0;border-bottom:1px dashed #414141;}
	.loca_wrap:after{content:" ";width:100%;height:1px;margin-bottom:10%;clear:both;}
	.loca_wrap > div:first-child {width:30%;font-size:1.5em;display:inline-block;float:left;vertical-align:middle}
	.loca_wrap > div:last-child {width:70%;display:inline-block;float:left;}
	.loca_wrap > div:first-child em{color: #7989a8;font-size:1.2em;font-weight: 700;font-family: 'Raleway', sans-serif;}
	.locationbottom{font-size:1.2em;margin-top:20px;text-align:center;}
	
	/* 이용안내 */
	.guide_wrap {font-size:1.2em}
	.guide_wrap > div h2 {font-size:1.15em;font-weight: 500;font-family: "Noto Sans KR";}
	.guide_wrap > div h3 {background: #000; color: #fff; display: inline-block; padding:2px 1em; margin: 2em 0 1em ;border-radius: 3px;font-family: "Noto Sans KR";}
	.guide_wrap > div h2 i{font-style: normal;padding:5px 10px;background: #000; color:#fff;margin-right: 10px}
	.guide_table {line-height: 1.9em}
	
	.guide_table h4, .guide_table h5 {color:#ba815e; font-size:1.05em;}
	.guide_table .guide_txt {margin-bottom: 1em}
	.guide_table .guide_top_txt {margin-bottom: 1em}
	.guide_table .guide_top_txt strong {color:red}
	.guide_table .guide_point {color:red}
	.guide_table table {border:1px solid #ddd;width: 100%;text-align: center;}
	.guide_table table tr th {border-bottom:1px solid #ddd; border-right:1px solid #ddd ; background: #e7e7e7; font-weight: 400; padding: 0.5em ;color:#000}
	.guide_table table tr td {padding: 0.5em;border-right: 1px solid #ddd;border-bottom:1px solid #ddd}
	.guide_table ul li {list-style:square; margin-left: 2em; font-size: 1.1em;}
	.guide_table .time {font-size:1.2em;font-weight: 500; color: #7989a8;}
	.guide_table .time2 {font-size:1.2em;font-weight: 500;padding-bottom:1em;margin-bottom:1em; color: #7989a8; border-bottom: 2px dashed #ddd;}
	.guide_table .text_ss {font-size:1.1em; font-weight: 500;padding-bottom: 10px}

	.preview_title{z-index:1;position:absolute;top:35%;width:100%;text-align:center}
	.preview_title h3{color:#fff;font-size:4em;line-height:1.4em;    text-shadow: 1px 2px 2px rgba(0,0,0,0.3)}
	.preview_title p{color:#fff;line-height:1.2em;font-size:3em;    text-shadow: 1px 2px 2px rgba(0,0,0,0.3)}

	
	/*애니메이션*/
	.op1{opacity:0;
	-webkit-animation: event_ani1 1s; /* Chrome, Safari, Opera */ 
	-webkit-animation-timing-function: ease-in-out; 
	animation: event_ani1 1s;
	animation-timing-function: ease-in-out; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards;}
	.op2{opacity:0;
	-webkit-animation: event_ani1 1s; /* Chrome, Safari, Opera */ 
	-webkit-animation-timing-function: ease-in-out;-webkit-animation-delay:1s; 
	animation: event_ani1 1s;
	animation-timing-function: ease-in-out;animation-delay:1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards;}
	.op3{opacity:0; 
	-webkit-animation: event_ani1 1s; /* Chrome, Safari, Opera */ 
	-webkit-animation-timing-function: ease-in-out;-webkit-animation-delay:2s; 
	animation: event_ani1 1s;
	animation-timing-function: ease-in-out;animation-delay:2s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards;}



	@-webkit-keyframes event_ani1{
	from{}
	to{opacity:1}
	}
	/* Standard syntax */
	@keyframes event_ani1{
	from{}
	to{opacity:1}
	}

/*
	.main section .page_container.main1{
      position: relative;
      top: 38%;
	  text-align:center;
	  color:#fff;
      margin: 0 auto 0;
      max-width: 950px;
      z-index: 3;
	  width:40%;font-size:2.2em;

    }
    
    
    
	.main section .page_container.main1{
      position: relative;
      top: 38%;
	  text-align:center;
	  color:#fff;
      margin: 0 auto 0;
      max-width: 950px;
      z-index: 3;
	  width:40%;font-size:2.2em;

    }

	.main section .page_container ,.special section .page_container,.roomwrap section .page_container{
      position: relative;
      top: 25%;
      margin: 0 auto 0;
      max-width: 950px;
      z-index: 3;
    }
    .main section, .special section, .roomwrap section  {
      overflow: hidden;
    }
    
    .main section > img, .special section > img, .roomwrap section > img {
      position: absolute;
      max-width: 100%;
      z-index: 1;
    }
    
    .main section.page1 {
      background:url("../img/fs-005.jpg")center center no-repeat;
    }
    .main section.page1 h1 {
      text-align: left;
      padding: 0;
      margin-bottom: 15px;
      font-size: 70px;
      color: black;
    }
    .main section.page1 h2 {
      color: rgba(0,0,0,0.85);
      text-align: center;
      width: 435px;
      line-height: 160%;
    }
    .main section .page_container .btns {
      clear: both;
      float: left;
      text-align: center;
      width: 435px;
    }
    .main section .page_container .btns a{
      text-align: center;
    }
    .main section.page2 {
      background: url("../img/fs-003.jpg")center center no-repeat;
    }
    .main section.page2 > img {
      position: absolute;
      top: -300px;
      left: 50%;
      margin-left: -1095px;
    }
    .main section.page2 .page_container {
      margin-top: 240px;
      overflow: hidden;
    }
    .main section.page2 h1 {
      text-align: center;
      padding: 0;
      margin-bottom: 15px;
      font-size: 50px;
      letter-spacing: -1px;
      color: white;
    }
    .main section.page2 h2 {
      color: rgba(255,255,255,0.85);
      text-align: center;
      line-height: 160%;
      font-weight: 100;
    }
    .viewing-page-2 .back{
      background: rgba(0, 0, 0, 0.25);
      color: #FFF;
      }
    .main section.page3 {
      background:url("../img/fs-004.jpg")center center no-repeat;
    }
    .main section.page3 .page_container {
      overflow: hidden;
      width: 500px;
      right: -285px;
    }
    .main section.page3 h1 {
      text-align: left;
      padding: 0;
      margin-bottom: 0;
      font-size: 70px;
      letter-spacing: -1px;
      color: black;
    }
    .main section.page3 h2 {
      color: rgba(0,0,0,0.85);
      text-align: left;
      line-height: 160%;
      font-weight: 100;
      font-size: 21px;
    }



	.main section.page4 {
      background:url("../img/fs-006.jpg")center center no-repeat;
    }


	.main section.page5 {
      background:url("../img/main-10.jpg")center center no-repeat;
    }

	.main section.page6 {
      background:url("../img/main-11.jpg")center center no-repeat;
    }
	.main section.page7 {
      background:url("../img/main-12.jpg")center center no-repeat;
    }

	
	.main section.page8 {
      background:url("../img/fs-002.jpg")center center no-repeat;
    }

	.main section.page8 .main8{
	opacity:0;
	transition:opacity 8s;
	transition:top 4s;
	top:18% !important;
    max-width:100% !important;
	text-align:center;
	}
	.main section.page8.active .main8{opacity:1;top:10% !important;}
	.main section.page8 .main8 p{color:#fff;}
	.main section.page8 .main8 .img_1{width:30%;}
	.main section.page8 .main8 ul{display:block;max-width:1200px;margin:0 auto;}
	.main section.page8 .main8 ul li{width:33.3%;font-size:1.5em;text-align:center;display:inline-block;float:left;padding:2%;box-sizing:border-box;}
	.main section.page8 .main8 ul li img{width:100%;transition:width 1s;margin-bottom:12px;}
	.main section.page8 .main8 ul li:hover img{width:102%;box-shadow:2px 2px 2px rgba(0,0,0,0.7);}
	.main section.page8 .main8 ul li a{color:#fff}
	
	
	.main section.pagepre ul{width:100%;height:100%;display:block;}
	.main section.pagepre ul li{
      width:33.3%;float:left;height:100vh;display:inline-block;position:relative;background-size:cover !important;
    }
	.main section.pagepre ul li:hover .black{background:rgba(0,0,0,0);}

	.main section.pagepre ul li:first-child{
	      background:url("../img/room1-003.jpg")bottom right no-repeat;
	    }
	.main section.pagepre ul li:nth-child(2){
	      background:url("../img/main-10.jpg")bottom center no-repeat;
	    }
	.main section.pagepre ul li:last-child{
	      background:url("../img/room3-009.jpg")bottom center no-repeat;
	    }
	.main section.pagepre ul li .pretitle{position:absolute;left:0;top:42%;z-index:3;width:100%;text-align:center;font-size:4em;color:#fff;text-shadow:0 0 3px rgba(0,0,0,0.8);clear:both;}
	.main section.pagepre ul li .pretitlebtn{position:absolute;left:47%;top:98%;cursor:pointer;z-index:3;background:rgba(50,50,50,0.8);transition:background 2s;font-size:22px;padding:8px 15px;display:inline-block;text-align:center;color:#fff;text-shadow:0 0 3px rgba(0,0,0,0.8);}
	.main section.pagepre ul li .pretitlebtn:hover{z-index:3;background:rgba(255,255,255,0.8);}
	*/

	/*main  2019*/



/* 비디오 */

#videobcg {
	 top : 0;
	 left : 0;
	 width : 100%;
	 height : auto;
	 z-index : -1;
     min-height: 100%;
     object-fit: cover;
}	

	.videowrap {width: 100%; max-width:1100px;text-align: center; margin: 0 auto; padding-top:8%}


.page1 {background:#fff;}
.page1 > div {background:url('../img/main/9.jpg')center center no-repeat;width:100%;height:100%;}
.page1 > .video_btn {position:absolute;font-family: 'Raleway', sans-serif;top:35%;width:50%;left:25%;font-size:3.5em;letter-spacing:0.8em;color:#fff;text-align:center;z-index:2;}
.page1 > .video_btn img{margin-top:-50px;}
/* 비디오 */



	.one > div {background:url('../img/mainimg_1.jpg')center center no-repeat;width:100%;height:100%;}
.one > span{position:absolute;font-family: 'Raleway', sans-serif; top:30%;width:50%;left:25%;font-size:3.5em;letter-spacing:0.8em;color:#fff;text-align:center;z-index:2;}
.one > span img{margin-top:-15px}
.main2 > div {background:url('../img/mainimg_2.jpg')center center no-repeat;width:100%;height:100%;}
.main2 > span, .main4 > span, .main6 > span,.main15 > span{position:absolute;bottom:10%;right:5%;font-size:1.5em;font-weight:200;color:#fff;text-align:right;z-index:2;}
.main2 img, .main4 img,.main6 img,.main15 img{width:180px}
.main3 > div {background:url('../img/mainimg_3.jpg')center center no-repeat;width:100%;height:100%;}
.main4 > div {background:url('../img/mainimg_4.jpg')center center no-repeat;width:100%;height:100%;}
.main5 > div {background:url('../img/mainimg_5.jpg')center center no-repeat;width:100%;height:100%;}
.main6 > div {background:url('../img/mainimg_6.jpg')center center no-repeat;width:100%;height:100%;}
.main7 > div {background:url('../img/mainimg_7.jpg')center center no-repeat;width:100%;height:100%;}
.main8 > div {background:url('../img/mainimg_8.jpg')center center no-repeat;width:100%;height:100%;}
.main8 > span{position:absolute;top:35%;width:50%;left:25%;font-size:1.5em;font-weight:200;text-align:center;z-index:2;}
.main8 img{width:180px}
.main9{background:#fff;}
.main9 > div {background:url('../img/mainimg_9.jpg')center center no-repeat;width:100%;height:100%;}

/*.main9 > div:first-child {background:url('../img/mainimg_9-2.jpg')center center no-repeat;width:30%;height:100%;}
.main9 > div:last-child {background:url('../img/mainimg_9-1.jpg')center center no-repeat;width:69.5%;margin-left:0.5%;height:100%;}*/

.main10{background:#fff;}
.main10 > div {background:url('../img/mainimg_10.jpg')center center no-repeat;width:100%;height:100%;}

/*.main10 > div{position:absolute;}
.main10 > div:first-child {top:0;left:0;background:url('../img/mainimg_10-2.jpg')center center no-repeat;width:49.6%;height:49.6%;display:inline-block}
.main10 > div:nth-child(2) {top:0;right:0;background:url('../img/mainimg_10-3.jpg')center center no-repeat;width:49.6%;height:49.6%;display:inline-block}
.main10 > div:nth-child(3) {bottom:0;left:0;background:url('../img/mainimg_10-1.jpg')center center no-repeat;width:49.6%;height:49.6%;display:inline-block}
.main10 > div:last-child {bottom:0;right:0;background:url('../img/mainimg_10-4.jpg')center center no-repeat;width:49.6%;height:49.6%;display:inline-block} */

.main11{background:#fff;}
.main11 > div {background:url('../img/mainimg_11.jpg')center center no-repeat;width:100%;height:100%;}
.main11 > span{position:absolute;bottom:10%;left:15%;font-size:1.5em;font-weight:200;text-align:center;z-index:2;}

/*.main11 > div:first-child {position:absolute;top:0;left:0;background:url('../img/mainimg_11-1.jpg')center center no-repeat;background-size: cover;width:69.6%;height:100%;display:inline-block}
.main11 > div:nth-child(2) {position:absolute;top:0;right:0;background:url('../img/mainimg_11-3.jpg')center center no-repeat;width:30%;height:55%;display:inline-block}
.main11 > div:nth-child(3) {position:absolute;bottom:0;right:0;background:url('../img/mainimg_11-2.jpg')center center no-repeat;width:30%;height:44.5%;display:inline-block}*/

.main12 > div {background:url('../img/mainimg_12.jpg')center center no-repeat;width:100%;height:100%;}

.main13 > div {background:url('../img/mainimg_13.jpg')center center no-repeat;width:100%;height:100%;}
.main13 > span{position:absolute;top:35%;width:80%;left:10%;font-size:2.5em;font-weight:200;letter-spacing:1em;color:#fff;text-align:center;z-index:2;}*/

.main14{background:#fff;}
.main14 > div {background:url('../img/mainimg_14.jpg')center center no-repeat;width:100%;height:100%;}

/*.main14 > div:first-child {background:url('../img/mainimg_14-2.jpg')center center no-repeat;width:30%;height:100%;}
.main14 > div:last-child {background:url('../img/mainimg_14-1.jpg')center center no-repeat;width:69.5%;margin-left:0.5%;height:100%;}*/

.main15{background:url('../img/main_bb_5.jpg')center center no-repeat}
.main15bt{background:url('../img/main_bb_5.jpg')center center no-repeat;transition:background 2s;width:100%;height:100%;z-index:0;position:relative;}
.main15bt a{display:inline-block;position:absolute;z-index:3}

.main_a1{width:7%;height: 15%;top: 57%;left:45%;
    transform: skew(41deg, -13deg);}
.main_a2{width: 7%;height: 3%;top: 52.5%;left: 41%;transform: skew(41deg, -13deg);}
.main_a3{width: 5%;height:22%;top: 41%;left:50%;transform: skew(43deg, -19deg);}
.main_a4{width: 18%; height: 10%; top: 23%;left: 41%; transform: skew(16deg, -9deg);}
.main_a5{width: 12%; height:6%;
    top: 43%;
    left:24%;
    transform: skew(24deg, -13deg);
}
.main_a6{width:12%;
    height:8%;
    top: 49%;
    left:26%;
    transform: skew(24deg, -13deg);}
.main_a7{width:13%;
    height:21%;
    top: 57%;
    left: 29.5%;
    transform: skew(24deg, -13deg);}
.main_a8{width: 15%;
    height:10%;
    top: 31%;
    left:22%;
    transform: skew(18deg, -10deg);}
.main_a9{width:13%;
    height:4%;
    top:31%;
    left:52%;
    transform: skew(53deg, -9deg);}
.main_a10{width:13%;
    height:5%;
    top:35.5%;
    left:55%;
    transform: skew(53deg, -9deg);}
.main_a11{width:12%;
    height:20%;
    top:41%;
    left: 61%;
    transform: skew(35deg, -8deg);}


section.active .updown{-webkit-animation-name: ani-updown; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 20s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-name: ani-updown;
  animation-duration: 30s;
  animation-iteration-count: infinite;}

section.active .up{-webkit-animation-name: ani-up; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration:4s; /* Safari 4.0 - 8.0 */
  animation-name: ani-up;
  animation-duration: 4s;}
section.active .down{-webkit-animation-name: ani-down; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration:4s; /* Safari 4.0 - 8.0 */
  animation-name: ani-down;
  animation-duration: 4s;}
 section.active .left{-webkit-animation-name: ani-left; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration:4s; /* Safari 4.0 - 8.0 */
  animation-name: ani-left;
  animation-duration: 4s;}
section.active .right{-webkit-animation-name: ani-right; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration:4s; /* Safari 4.0 - 8.0 */
  animation-name: ani-right;
  animation-duration: 4s;}
section.active .ab_up{-webkit-animation-name: ani-aup; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration:4s; /* Safari 4.0 - 8.0 */
  animation-name: ani-aup;
  animation-duration: 4s;}
section.active .ab_down{-webkit-animation-name: ani-adown; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration:4s; /* Safari 4.0 - 8.0 */
  animation-name: ani-adown;
  animation-duration: 4s;}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes ani-updown {
   0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Standard syntax */
@keyframes ani-updown {
   0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes ani-up{
   0% {margin-top:10%;}
   100% {margin-top:0%;}
}

/* Standard syntax */
@keyframes ani-up{
   0% {margin-top:20%;}
   100% {margin-top:0%;}
}


@-webkit-keyframes ani-down{
   0% {margin-bottom:20%;}
   100% {margin-bottom:0%;}
}

/* Standard syntax */
@keyframes ani-down{
   0% {margin-bottom:10%;}
   100% {margin-bottom:0%;}
}

@-webkit-keyframes ani-left{
   0% {margin-left:-20%;}
   100% {margin-left:0%;}
}

/* Standard syntax */
@keyframes ani-left{
   0% {margin-left:-20%;}
   100% {margin-left:0%;}
}
@-webkit-keyframes ani-right{
   0% {margin-right:-20%;}
   100% {margin-right:0%;}
}

/* Standard syntax */
@keyframes ani-right{
   0% {margin-right:-20%;}
   100% {margin-right:0%;}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes ani-aup{
   0% {margin-bottom:-20%;}
   100% {margin-bottom:0%;}
}

/* Standard syntax */
@keyframes ani-aup{
   0% {margin-bottom:-20%;}
   100% {margin-bottom:0%;}
}


@-webkit-keyframes ani-adown{
   0% {margin-top:-20%;}
   100% {margin-top:0%;}
}

/* Standard syntax */
@keyframes ani-adown{
  0% {margin-top:-20%;}
   100% {margin-top:0%;}
}


.mainbottom{position:fixed;z-index:-1;top:0;left:0;right:0;bottom:0;background-image:url('../img/mainbottom.jpg');display:block;
background-repeat:no-repeat;background-attachment: fixed;width:100%;height:100%;}

	/*roomprevview*/
	.roomwrap{width:100%;height:80%;overflow:hidden;z-index:5;}
	.roomwrap.rt_wrap{width:100%;height:50%;overflow:hidden;z-index:5;position:relative;}
	.roomwrap .slick-initialized .slick-slide,.roomlist .slick-slide{height:100vh;}
	.roomlist .slick-slide{position:relative;transition:width 2s;}
	
	.roomwhite{position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(255,255,255,0.9);}

	.roomlistgobtn{left:60%;font-size:0.7em;}
	
	
	.speciallist .slick-slide a:hover:after{display:inline-block;}
	.previ{padding:3%;position:relative;}
	.previ_icon{position:absolute;bottom:6.5%;color:#fff;font-size:1.5em;right:6%;z-index: 5;}
	
	
	.room-list{width:100%;padding:3% 6% 0% ;overflow-x:hidden;}
	.room-list .slick-slide{padding:30px;box-sizing:border-box;}
	.room-list .speciallistspan em{font-size:1.2em;}
	.room-list .slick-slide a{position:relative;display:inline-block;transition: 1.5s;}
	.room-list .slick-slide a:hover{ transform: scale(1.05);}
	

	


	.speciallist{width:100%;padding:3% 6% 0% ;overflow-x:hidden;}
	.speciallist .slick-slide{padding:30px;box-sizing:border-box;}
	.speciallist .speciallistspan em{font-size:1.2em;}
	
	.spe_a1 img{margin-top:-20px;}
	.spe_a2 img{margin-top:15px;}
	.spe_a3 img{margin-top:-25px;}
	.spe_a4 img{margin-top:30px;}
	.spe_a5 img{margin-top:0px;}
	.spe_a6 img{margin-top:-30px;}
	.spe_a7 img{margin-top:-15px;}
	.spe_a8 img{margin-top:9px;}
	.speciallist .slick-slide a{position:relative;display:inline-block;}
	.speciallist .slick-slide a:after{display:none;transition:display 2s;content: "+";
    position: absolute;
        top: 37%;
    left:40%;
    padding: 6px 25px 10px;
    border-radius: 50%;
    background: rgba(4,48,82,0.8);
    font-weight: bold;
    color: #fff;
    font-size: 3em;}
	.speciallist .slick-slide a:hover:after{display:inline-block;}
	.previ{padding:3%;position:relative;}
	.previ_icon{position:absolute;bottom:6.5%;color:#fff;font-size:1.5em;right:6%;z-index: 5;}
	
	/*about*/
	.aboutwrap{width:80%;overflow:hidden;margin:0 auto 2%;}
	.aboutwrap:after{content:"";clear:both;height:10%;width:100%;}
	.aboutwrap > div {width:50%;float:left;}
	.aboutwrap > div:first-child{padding-top:10%;}
	.aboutwrap .about_icon{width:40%;margin:0 auto}
	.aboutwrap > div:last-child .tr{margin:4% 0;font-size:1.2em;margin-top:10%;}
	.aboutwrap > div:last-child .tr h2{font-family: 'Raleway', sans-serif;font-weight:200}
	.ab_icon{position:fixed;top:0;margin-top:-40%;transition:margin-top 3s;}
	.ab_icon.on{margin-top:0%;}
	.ab_title1{font-size:3em;width:80%;font-family: 'Raleway', sans-serif;line-height:0.7em;display:block;padding-bottom:20px;border-bottom:1px dashed #eee;margin-bottom:8px;}
	.ab_detail1{width:80%;}
	.ab_detail1 li{float:left;display:inlilne-block;padding:10px;width:50%;}
	.ab_detail1 li img{width:100%}


	.about1 > div {background:url('../img/about/1.jpg')center center no-repeat;width:100%;height:100%;background-size: 100%}
	.about_text {position:absolute;top: 29%;right:10%; font-size:1.3em;font-weight:400; text-align: right; z-index:2;color: #fff; text-shadow: 1px 1px 5px #515151;} /*text-shadow:1px 2px 1px rgba(0,0,0,0.6);color:#fff;*/
    .about_text > h2 {font-size: 1.3em; margin-bottom: 10px;}
    .about_text > p {font-size: 0.9em; font-weight: 300; margin-top: 30px;}
	/* 기존 펜션전경 .about1 > span {position:absolute;top: 18%;left:12%; font-size:1.5em;font-weight:400;z-index:2;} /*text-shadow:1px 2px 1px rgba(0,0,0,0.6);color:#fff;
    .about1 > span > h2 {font-size: 1.3em; margin-bottom: 10px;}
    .about1 > span > p {font-size: 0.9em; font-weight: 300;} */
    .about2 > div {background:url('../img/about/2.jpg')center center no-repeat;width:100%;height:100%;}	
	.about3 > div {background:url('../img/about/3.jpg')center center no-repeat;width:100%;height:100%;}
	.about4 > div {background:url('../img/about/4.jpg')center center no-repeat;width:100%;height:100%;}
	.about5 > div {background:url('../img/about/5.jpg')center center no-repeat;width:100%;height:100%;}
	.about6 > div {background:url('../img/about/6.jpg')center center no-repeat;width:100%;height:100%;}	
	.about7 > div {background:url('../img/about/7.jpg')center center no-repeat;width:100%;height:100%;}
	.about8 > div {background:url('../img/about/8.jpg')center center no-repeat;width:100%;height:100%; background-size: cover;}
	.about9 > div {background:url('../img/about/9.jpg')center center no-repeat;width:100%;height:100%;}
	.about10 > div {background:url('../img/about/10.jpg')center center no-repeat;width:100%;height:100%;}
	.about11 > div {background:url('../img/about/11.jpg')center center no-repeat;width:100%;height:100%;}
	.about12 > div {background:url('../img/about/12.jpg')center center no-repeat;width:100%;height:100%;}
	.about13 > div {background:url('../img/about/13.jpg')center center no-repeat;width:100%;height:100%;}
	.about14 > div {background:url('../img/about/14.jpg')center center no-repeat;width:100%;height:100%;}
	.about15 > div {background:url('../img/about/15.jpg')center center no-repeat;width:100%;height:100%;}
	.about16 > div {background:url('../img/about/16.jpg')center center no-repeat;width:100%;height:100%;}
	.about17 > div {background:url('../img/about/17.jpg')center center no-repeat;width:100%;height:100%;}
	
	





	/* 여행안내  


.t_wrap .travel_wrap {width: 100%;margin-bottom:15% ; padding:0 ; overflow: hidden;text-align: center;font-family: "Noto Sans KR";   }
.t_wrap .travel_wrap .travel_img_box {width: 100%;margin: 0; padding: 0; overflow: hidden;text-align: center;}
.t_wrap .travel_wrap .travel_img_box > div img {width: 100%}
.t_wrap .travel_wrap .travel_img_box  .tr_left_img {width:49%; float: left; text-align: center;border:1px solid #ddd; margin-right: 5px}
.t_wrap .travel_wrap .travel_img_box  .tr_right_img {width:49%; float: left; text-align: center;border:1px solid #ddd; }
.t_wrap .travel_wrap .travel_name {text-align: center;margin-top:5%;font-size:2.258em;}
.t_wrap .travel_wrap .travel_time {font-size:1.2em;color:#4d9b00;text-align: center;margin-bottom:2%  }
.t_wrap .travel_wrap .detail_text {font-size:1.3em; width: 94%;margin:  0 auto; text-align: center;}
.t_wrap .travel_wrap .tr_tail {width:100%; font-weight: 500;text-align: center;margin-top: 2%;font-size:1.2em}
*/	
.travelbtnwrap{width: 100%;
    overflow: hidden;
	margin:  0 auto;}
.travelbtnwrap .travelbtn{cursor:pointer;padding:10px;position:relative;}
.travelbtnwrap .travelbtn:hover,.travelbtnwrap .travelbtn.on{font-weight:800}
.travelbtnwrap .travelbtn.on:before{content: "▲"; position: absolute; left: 50%; bottom: -5px; font-size: 0.3em;}
.travelbtnwrap .travelbtn:hover:before{content: "▲";color:rgba(0,0,0,0.3); position: absolute; left: 50%; bottom: -5px; font-size: 0.3em;}
.travelbtnwrap .travelbtn:after{content:".";position:absolute;right:0;}

.travelbtnwrap .slick-prev,.travelbtnwrap .slick-next ,.travelbtnwrap .slick-prev:focus,.travelbtnwrap .slick-next:focus{width:30px;height:30px;transition:background 2s;background:#363636;}
.travelbtnwrap .slick-prev:hover,.travelbtnwrap .slick-next:hover {width:30px;height:30px;background:#5a5a5a;}

.travelbtnwrap .slick-prev:before,.travelbtnwrap .slick-next:before
{color: white;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.travelbtnwrap .slick-prev{    left: -30px; top: 9px;}
.travelbtnwrap .slick-prev:before{font-family: 'Cambay', sans-serif;content: ' ';background: url("../img/prev.png") center no-repeat;background-size:cover}
.travelbtnwrap .slick-next{    right: -30px;top: 9px;}
.travelbtnwrap .slick-next:before{font-family: 'Cambay', sans-serif;content: ' ';background: url("../img/next.png") center no-repeat;background-size:cover}
.travelwrap{    margin: 0 auto;
    margin-bottom: 200px;
    overflow: hidden;
    width: 80%;}
.travelwrap > div{display:inline-block;float:left;width:47%;padding-right:7%}
.travelwrap > div:nth-child(2){width:52%;text-align:right;padding-right:0%}
.travelwrap > div:nth-child(1) h2{font-size:3.5em;font-family: 'Raleway', sans-serif; line-height:1em;margin-top:15%;margin-bottom:20px;}
.travelwrap > div:nth-child(1) span{color:#5a5a5a;padding-right:50px;font-size:1.5em;padding-bottom:10px;border-bottom:2px solid #363636;margin-bottom:10px; font-weight: 300;}
.travelwrap > div:nth-child(1) h3{font-size:1.7em; line-height: 1.3em; margin-bottom:20px;margin-top: 30px}
.travelwrap > div:nth-child(1) div{line-height:1.8em;font-size: 1.1em;}
.travelwrap .travel_img{position:relative; margin-top: 10vh}
.travelwrap .travel_img .slick-list{box-shadow:2px 2px 3px rgba(0,0,0,0.2);}
.travelwrap .travel_bg{width:100%;height:30vh;background:#eee;display:inline-block;position:absolute;    z-index: -1;
    right: -30px;
    bottom: -3px;}
.travelwrap .time {font-size:0.6em;font-weight: normal;color:#7989a8;}
	/* 예약 */

	.resev_l, .resev_r{width:80%;margin:5% auto;}
			.resev_l:after,.resev_r:after{content:" ";width:100%;height:1px;margin-bottom:10%;clear:both;}
			.resev_l > div,.resev_r > div{display:inline-block;float:left}
			.resev_l > div:first-child{width:30%;}
			.resev_l > div:last-child, .resev_r > div:first-child{width:70%;}
			.resev_1{background:url('../img/reser_1.jpg')center center no-repeat;background-size:cover;height:1100px;}
			.resev_2{background:url('../img/reser_2.jpg')right center no-repeat;background-size:cover;height:900px;width:28%;margin-left:2%;}


			.des{display:none !important;}
			#reserveframe{width:100%;padding-left:20px;height:1800px;}
			#reserveframe1{width:100%;height:900px;}
			@media (max-width:720px){
			.t_wrap{width:500px !important;}
			#reserveframe{width:500px;height:1500px;}
			#reserveframe1{width:500px;height:900px;}
			} 
	
	/* 오시는 길 */
	.root_daum_roughmap .wrap_controllers {display: none}
	.maptitle{width:100%;overflow-x:hidden;position:fixed;z-index:1;top:0;left:0;background:url('../img/aboutbg.jpg')center center no-repeat;background-position:center top;background-size:cover;}
	.maptitle p{width:100%;color:#fff;text-align:center;}
	.maptitle p span{font-size:1.5em;}
	.map_taxt_wrap {width:100%;box-sizing:border-box;padding:5% 3% 8%; display:block; }
	.map_taxt {width:100%;margin:0 auto;line-height: 2em;font-size:1.2em;float: left;font-weight: 500}

	
	/*스페셜2019*/
	/*.speciallist{width:100%;height:100%;position:relative;overflow:hidden;z-index:5;}
	.subbg{background-size:cover;transition:background-image 2s;background-position:center center;background-repeat:no-repeat;background-attachment:fixed;width:100%;height:100%;}
	.speciallist .black{display:none;background:rgba(0,0,0,0.6);trasition:display 2s;position:absolute;top:0;left:0;bottom:0;right:0;z-index:2;}
	
	.speciallist .op1{position:absolute;z-index:3;top:15%;left:15%;width:70%;font-family: 'Baloo Bhai', cursive;text-align:center;font-size:4em;letter-spacing:1em;color:#fff;}
	.speciallist .op1 img{width:150px;margin-bottom:5px;}
	.speciallist .op2{position:absolute;z-index:3;top:32%;left:15%;width:70%;color:#fff;}
	.speciallist .op2 .loca_wrap{margin:0% auto;overflow:hidden;padding:2% 0;cursor:pointer;color:#fff;}
	*/
	.rspewrap{height:100%;}
	.rssubtitle{bottom:20%;left:5%;width:90%;}
	.rssubtitle p:first-child{font-size:2em;font-family: 'Raleway', sans-serif; font-style:normal}
	.rssubtitle p:first-child em{font-size:0.5em;font-family:  'KoHo','Noto Sans KR','Roboto','맑은 고딕','Malgun Gothic','나눔 고딕','Nanum Gothic','dotum', sans-serif;}
	.rssubtitle p:last-child {font-size:0.7em;}
	.rssubtitle div{overflow:hidden;padding:5px 0;text-align:center;border-top:1px solid #fff;border-bottom:1px solid #fff;margin-top:25px;}
	.rssubtitle div a{font-size:0.9em;position:relative;display:inline-block;color:#fff;float:left;width:16.6%;transition:color 1.5s;}
	.rssubtitle div a:hover{color:#000}
	.rssubtitle div a:after{content:".";position:absolute;right:0;top:-3px;color:#fff}
	.rssubtitle div a:last-child:after{content:" ";font-size:0;}

	.overtxt_Lbox {width: 60%; float: left; padding-right: 2em; font-size: 0.725em;color:#000;font-weight: normal;}
	.overtxt_Lbox ul li {list-style: disc; margin-left: 1.2em} 
	.overtxt_Rbox {width: 40%; float: left;font-size: 0.725em; color:#000;font-weight: normal;}
	.overtxt_Rbox h4 {font-size:1.225em; margin-bottom: 2em}
	.overtxt_Rbox p {line-height: 2em}
	.overtxt_Rbox p.point {color:#b18467}
	
	/*서비스*/
	.rspewrap.serwrap .subtitle{z-index:8}
	.servicewrap{width:100%;height:100vh;}
	.roomwrap.serwrap .slick-initialized .slick-slide{height:100vh;position:relative;}
	.roomwrap.serwrap .rssubtitle p:last-child {line-height:1.2em;}
	@font-face { font-family: 'Binggrae-Bold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Binggrae-Bold.woff') format('woff'); font-weight: normal; font-style: normal; }
	.sub_title_font {font-size:1.5em !important}
	/*룸*/
	.roomdwrap{width:100%;position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;overflow:hidden;z-index:5;}
	.roomdwrap .slick-initialized .slick-slide{height:100vh;}
	.detailbtn{}
	.roomdwrap .subtitle, .subtitle.roomd{bottom:10%;top:auto;transform: translateX(-50%); left:50%;text-align:center;}

	.dt_btn2{cursor:pointer;padding:2px 20px;transition:background,color,border 1s;background:rgba(0,0,0,0.8);color:#fff;border:1px solid rgba(0,0,0,0.8);font-size:15px}
	.dt_btn1{cursor:pointer;padding:2px 20px;transition:background,color,border 1s;margin-right:20px;background:rgba(255,255,255,0.8);color:#000;border:1px solid rgba(255,255,255,0.8);font-size:15px}
	.dt_btn2:hover,.dt_btn1:hover{background:rgba(180,180,180,0.8);color:#000;border:1px solid rgba(180,180,180,0.8)}
	
	/*
	.scroll_bottom{display:inline-block;text-align:center;margin-left:-20px;margin-top:40px;}
	.scroll_bottom span:last-child{width:1px;display:inline-block;position:relative;margin:15px auto;background:#fff;height:30px;
	-webkit-animation-name: ani-hlong; /* Safari 4.0 - 8.0 */
  /*-webkit-animation-duration: 5s; /* Safari 4.0 - 8.0 */
 /* -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
 /* animation-name: ani-hlong;
  animation-duration: 5s;
  animation-iteration-count: infinite;}
	.scroll_bottom span:last-child:after{content:" ";display:inline-block;position:absolute;width: 11px;height: 11px;bottom: 0px;
    border-right:1px solid #fff;transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);left: -5px;}
	.scroll_bottom span:first-child{font-size:0.7em;overflow:hidden;color:#fff;transform: rotate(90deg);-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);display: inline-block;letter-spacing:8px;}
	*/
	
	
	.rddetailclosebtn{cursor:pointer;position:absolute;top:3%;right:5%;display: inline-block;}
	.rddetailclosebtn .now{cursor:pointer;padding: 4px 12px;margin-left: 10px;font-weight: bold;border-radius: 50%;transition:background,color 1.5s;}
	.rddetailclosebtn:hover .now{background:#000;color:#fff}
	
	.rd_title {font-size:1.5em;}
	.rd_title h2{font-size:2em;}
	.rd_btn{border-top:1px solid #eee;border-bottom:1px solid #eee;overflow:hidden;display:inline-block;margin:20px auto;padding:5px 0 4px;}
	.rd_btn a{padding:3px 10px 8px;display:inline-block;position:relative; font-size: 15px;}
	.rd_btn a span{position:relative;padding:5px 0;}
	.rd_btn a span:before{content:" ";transition:width 1.5s;height:1px;background:#000;width:0;position:absolute;bottom:0;left:0;}
	.rd_btn a:hover span:before,.rd_btn a span.on:before{width:100%;font-weight:500}
	.rd_btn a:after{position:absolute;content:".";right:0;}
	.rd_btn a:last-child:after{content:""}

	.rd_bar{width:50%;float:left;overflow:hidden;}
	.rd_bar > span{width:50%;height:50vh;float:left;background-repeat:no-repeat;background-size:cover;}
	.rd_bar .rd_rebtn{float:right}
	.rd_rebtn{padding:5px 10%;border:1px solid #000;transition:background,color 2s;}
	.rd_rebtn:hover{color:#fff;background:#000}

	.rddetail{padding:3% 5%;display:none;font-size:1.7em;background:#ececec;z-index:5555;position:absolute;top:8%;left:5%;width:90%;right:0}
	.rddetail h2{color:#000;font-size:2em;}
	.rddetail p{color:#000; font-weight: 300;}
	.rddetail .rd_1,.rddetail .rd_2{width:50%;display:inline-block;float:left;}

	.rd_small{font-size:0.65em; font-weight:700 !important;}

	.rddetail1{display:block;margin-bottom:30px;}
	.rddetail1 span{vertical-align:top;font-size:0.6em;display:inline-block;padding-right:30px;}
	.rddetail1 h3{font-weight:600;font-size:1.1em;margin-bottom:10px;}
	.rddetail2 {padding: 10px 0;width:100%}
	.rddetail2 h3{font-weight:500;font-size:0.75em;margin-bottom:10px;}
.rddetail h4 {font-size: 0.6em; font-weight: 300;}
	.rddetail2 p{font-size:0.6em;margin-bottom:2px;}
	.rddetail3{width:100%;margin:5% auto 5%;}
	.rddetail3 span{font-size:1em;font-family: 'Raleway', sans-serif;line-height:1.225em;}
	.rddetail3 li{width:33.33333%;float:left;height:25vh;min-height:250px;background-repeat:no-repeat;background-position:center center;background-size:cover;}


	/* Safari 4.0 - 8.0 */
@-webkit-keyframes ani-hlong {
   0% {height:30px;}
    50% {height:80px;}
    100% {height:30px;}
}

/* Standard syntax */
@keyframes ani-hlong {
     0% {height:30px;}
    50% {height:80px;}
    100% {height:30px;}
}


	/*special
	.black{z-index:2;background:rgba(0,0,0,0.6);position:absolute;top:0;left:0;right:0;bottom:0;transition:background 2s}
	.special section:hover .black{background:rgba(0,0,0,0);}
	.special section.page1 {
      background:url("../img/bbq-002.jpg")center center no-repeat;
    }
	.special section.page2 {
      background:url("../img/spa-004.jpg")center center no-repeat;
    }
	.special section.page3 {
      background:url("../img/pool-003.jpg")center center no-repeat;
    }
	.special section.page4 {
      background:url("../img/service-1.jpg")center center no-repeat;
    }
	.special section.page5 {
      background:url("../img/service-2.jpg")center center no-repeat;
    }
	.special section.page6 {
      background:url("../img/service-3.jpg")center center no-repeat;
    }
	.special .page_container{overflow: hidden;margin-top:50%;text-align:center;}
	.special .page_container h2{font-size:4em;text-shadow:0 0 3px rgba(0,0,0,0.8);clear:both;display:block;color:rgba(255,255,255,1);}
	.special .page_container p:before{content:" ";display: inline-block;width:30px;position:absolute;top:10px;left:48%;height:3px;background:#fff;box-shadow:0 0 2px rgba(0,0,0,0.8);}
	.special .page_container p{overflow:hidden;color:#fff;padding-top:60px;position:relative;border:1px solid transparent;clear:both;}
	.special .page_container .specialbtn{padding:10px;color:#fff;margin:30px auto auto;display:inline-block;transition:background 2s}
	.special .page_container .specialbtn:hover{background:rgba(255,255,255,0.8);}
	
	.red{color:#b31212}
	.roomtitle{font-size:4em;display:inline-block;box-sizing:border-box;position:absolute;color:#fff;text-shadow:0 0 2px rgba(0,0,0,0.7);z-index:2;bottom:12%;right:3%;}
	.specialinfo{cursor:pointer;font-size:2em;background:rgba(255,255,255,0.9);line-height:2.4em;display:inline-block;box-sizing:border-box;position:absolute;z-index:2;bottom:5%;right:3%;}
	.specialinfo span:first-child{padding:0 20px;display:inline-block;float:left}
	.specialinfo span:last-child{padding:0 20px;background:#b31212;color:#fff;display:inline-block;float:left}
    
	.specialdis{display:none;max-width:40%;font-size:1.5em;border-top:4px solid #b31212;padding:2%;background:rgba(255,255,255,0.9);box-sizing:border-box;position:absolute;z-index:2;bottom:4%;right:2%;}
	.roomdis1{padding:0 !important;width:600px;max-width:60% !important;font-size:1.2em !important;}
	.roomdis1 ul{width:100%;margin-bottom:5px;display:block;border-bottom:1px solid #c0c0c0;overflow:hidden;}
	.roomdis1 li{display:inline-block;box-sizing:border-box;float:left;padding:12px 0 6px;text-align:center;line-height:15px;}
	.roomdis1 li:first-child{width:50%;border-right:1px solid #c0c0c0;}
	.roomdis1 li:last-child{width:50%;}
	.roomdis1 p{padding:2px 15px;box-sizing:border-box;}
	.lititle{border:1px solid #b31212;background:#b31212;border-radius:20px;padding:3px 10px;margin-bottom:5px;color:#fff;font-size:1em;clear:both;}
	.tc{text-align:center;}
	.btn_333{padding:7px 10px;border:1px solid #333;background:#333;color:#fff;}
	.btn_white{padding:7px 10px;border:1px solid #333;color:#333;}
	.textoverline{text-decoration:overline}

	.roomdetail1{display:table;width:100%;}
	.roomdetail1 li{display:table-cell;}
	.roomdetail1 li p{display:block;margin-bottom:5px}
	.roomdetail1 > li:first-child{width:60%;padding:4%;text-align:right;}
	.roomdetail1 > li:first-child h3{font-size:2em;letter-spacing:1.2em;}
	.roomdetail1 > li:last-child{width:40%;padding:3.5% 20px;}
	.roomdetail1 .roomde1{background:url('../img/room1-020.jpg')center center no-repeat;transition:filter 1s;background-size:cover;-webkit-filter: grayscale(100%);filter: gray;}
	.roomdetail1 .roomde2{background:url('../img/room2-019.jpg')center center no-repeat;transition:filter 1s;background-size:cover;-webkit-filter: grayscale(100%);filter: gray;}
	.roomdetail1 .roomde3{background:url('../img/main-10.jpg')center center no-repeat;transition:filter 1s;background-size:cover;-webkit-filter: grayscale(100%);filter: gray;}

	.roomdetail1 .roomde1-1{background:url('../img/room1-018.jpg')center center no-repeat;background-size:cover;-webkit-filter: grayscale(100%);filter: gray;}
	
	.roomdetail1:hover .roomde1{-webkit-filter: grayscale(0);filter: none;}


    body.disabled-onepage-scroll .onepage-wrapper  section {
      min-height: 100%;
      height: auto;
    }
    
    body.disabled-onepage-scroll .main section .page_container, body.disabled-onepage-scroll .main section.page3 .page_container  {
      padding: 20px;
      margin-top: 150px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    body.disabled-onepage-scroll  section .page_container h1{
      text-align: center;
      font-size: 50px;
    }
    body.disabled-onepage-scroll section .page_container h2, body.disabled-onepage-scroll section .page_container .credit, body.disabled-onepage-scroll section .page_container .btns{
      text-align: center;
      width: 100%;
    }
    
    body.disabled-onepage-scroll .main section.page1 > img {
      position: absolute;
      width: 80%;
      left: 10%;
    }
    
    body.disabled-onepage-scroll .main section > img {
      position: relative;
      max-width: 80%;
      bottom: 0;
    }
    body.disabled-onepage-scroll code {
      width: 95%;
      margin: 0 auto 25px;
      float: none;
      overflow: hidden;
    }
    
    body.disabled-onepage-scroll .main section.page3 .page_container {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      right: 0;
    }

	*/



.loading{background:#7989a8;position:fixed;top:0;bottom:0;left:0;width:100%;z-index:99999999999999999999;box-sizing:border-box;padding-top:16vw;text-align:center;}
.loading .ld-bg{display:inline-block;width:10px;height:250px;background:url("../img/loading_bg.png")left center no-repeat;-webkit-animation-name:loading-bar; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration:2s; /* Safari 4.0 - 8.0 */
  animation-name:loading-bar;
  animation-duration: 2s;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}

@-webkit-keyframes loading-bar{
   0% {width:0}
   70% {width:300px}
   100% {width:300px}
}

@keyframes loading-bar{
   0% {width:0}
   70% {width:300px}
   100% {width:300px}
}


.footer{position:absolute;bottom:0;left:0;}
.footer span{position:fixed;
    bottom: 0;
    padding: 0px 10px 0px 20px;
    font-size: 1.2em;
    border-right: 24px solid transparent;
    border-bottom: 40px solid rgba(255,255,255,0.8);
    height: 30px;z-index: 6;
    line-height: 38px;}
.footer span:after{margin-left: 7px;
    content: "+";
    color: #fff;
    background: url(../img/beebee-page.png)center center no-repeat;
    padding: 3px 8px;
    background-size: cover;}


.footerwrap{font-size:0.8em;position:fixed;bottom:0;width:100%;overflow:hidden;padding:5px 8px;box-sizing:border-box;text-align:left;background:rgba(255,255,255,0.6);
    z-index: 1001;
    color: #4e4e4e;}
.footerwrap > div{float:right;margin-top:-15px}


.footer img{width:60px;opacity:0.7;margin-bottom:5px;}
.footer:hover .footerwrap{display:inline-block;}
.footer:hover span{display:none;}

.footerwrap1{overflow:hidden;width:100%;height:50%;min-height:300px;background:url(../img/mainbottom.jpg)center bottom;background-repeat:no-repeat;background-attachment: fixed;position:relative;background-size: 100%; }
.footerwrap1 .dimmed{position: absolute;display: block;height:0;top:0;left:0;width:100%;z-index:1;background:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0));transition:height 4s;}
.footerwrap1 .index_bottomlogo{z-index:2;font-size:1.5em;text-align:center;top:12%;position:absolute;left:0;width:100%;}
.footerwrap1 .index_bottomlogo .Pacifico {color:#fff;}
.footerwrap1.on .index_bottomlogo{font-size:1.5em;}
.footerwrap1.on .dimmed{height:130%;}

.ft_btn{padding:10px 5%;border:1px solid #fff;transition:color 0.8s;position:relative;color:#fff;}
.ft_btn:after{content:"";background:#fff;transition:width 0.8s;position:absolute;width:0;top:0;left:0;bottom:0;    z-index: -1;}
.ft_btn:hover{color:#000}
.ft_btn:hover:after{width:100%;}


.subfooter{position:relative;box-shadow: 0px -2px 5px rgba(240,240,240, 0.5);}

.footerwrap2{display: block;padding:40px;font-size:0.8em;color:#000000;position: relative;box-sizing: border-box;overflow: hidden;}
.footerwrap2 li{display:inline-block;float:left;width:25%;}
.footerwrap2 li:nth-child(2){width:50%;}
.bottommn{width:60px;background:#7989a8;color:#fff;position:relative;display:inline-block;padding:5px;text-align:center;font-size:1.5em;font-weight:bold;margin-bottom:35px;}
.bottommn:before { content: ""; position: absolute; top: -20px; left: 0; width: 0; height: 0;
      border-left:30px solid transparent; border-right:30px solid transparent; border-bottom: 20px solid #7989a8; }
.bottommn:after { content: ""; position: absolute; bottom: -20px; left: 0; width: 0; height: 0;
      border-left:30px solid transparent; border-right:30px solid transparent; border-top: 20px solid #7989a8; }

.bottom_mn{margin-top: -54px;padding: 0px 0 42px 146px;}
.bottom_mn a{font-size: 1.5em;margin-right: 3em;color:#7989a8;}
.address_wrap span{display:inline-block;padding:0 3em 0 10px;float:left; font-size: 1.1em;}
.tel_wrap{position:absolute;bottom:15px;right:15px;}
.tel_wrap i{color:#7989a8}

.scroll_span{display:inline-block;transition:opacity 1s;position:fixed;bottom:60px;z-index:99;left:40px;;text-align:center;cursor:pointer;}
	.scroll_span.active{opacity:0;}
	.scroll_span.on{position: absolute;bottom: 110%;}
	.scroll_span span:first-child{width:1px;display:inline-block;position:relative;margin:3px auto 15px;background:#000;height:30px;transition:height 0.8s;}
	.scroll_span:hover span:first-child{height:50px;}
	.scroll_span span:first-child:after{content:" ";display:inline-block;position:absolute;width: 11px;height: 11px;top: 0px;
    border-right:1px solid #000;border-top:1px solid #000;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);left: -5px;}
	.scroll_span span:last-child{overflow:hidden;color:#000;transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);display: inline-block;letter-spacing:8px;}
	
	.mnfr{float:right;font-size:20px;padding:17px 25px !important;}


/* 팝업레이어 */
#hd_pop {z-index:99999;position:relative;margin:0 auto;width:1200px;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}

/* 상단 레이아웃 */
#hd {min-width:1000px;border-top:2px solid #253dbe}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#hd_wrapper {position:relative;margin:0 auto;padding:10px 0;height:115px;width:1200px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left;padding:30px 0 0}

.hd_sch_wr{position:absolute;top:25px;left:50%;width:430px;margin-left:-215px;}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch{;border:2px solid #556ada;background:#fff;border-radius:5px;overflow:hidden}
#hd_sch #sch_stx {padding-left:10px;height:40px;width:376px;border:0;;border-right:0;float:left;font-size:1.25em}
#hd_sch #sch_submit {height:40px;border:0;background:#fff;color:#253dbe;width:50px;float:left;cursor:pointer;font-size:18px}

#sbn_side{position:absolute;top:20px;right:0}

#tnb {border-bottom:1px solid #ddd;background:#fff}
#tnb h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#tnb ul {margin:0 auto;width:1200px;zoom:1}
#tnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li {float:right;border-left:1px solid #ddd;margin-bottom:-1px;font-size:0.92em}
#tnb a {display:inline-block;padding:0 10px;color:#646464;line-height:35px}
#tnb a:focus, #tnb a:hover {color:#253dbe;background:#fafafa}
#tnb .tnb_admin a{color:#ff0000;}
#tnb .tnb_left{float:left}
#tnb .tnb_left a{;padding:0 14px}
#tnb .tnb_cart{border-right:1px solid #ddd;}
#tnb .tnb_community{border-right:1px solid #ddd}
#tnb .tnb_community i{font-size:15px}
#tnb .tnb_community{background:#e7e7e7;font-weight:bold;}
#tnb .tnb_community:focus, #tnb .tnb_community:hover {color:#333;border-bottom:0}
#tnb .tnb_community a{color:#253dbe;border-bottom:1px solid #e7e7e7}

#hd_qnb{float:right;margin-top:20px}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li{float:left;font-size:1.083em;line-height:15px;position:relative;text-align:center;margin:0 10px}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a{display:block}
#hd_qnb li i{display:inline-block;width:40px;line-height:40px;border-radius:25px;background:#fff;text-align:center;margin:0;color:#fff}
#hd_qnb .visit .visit-num{display:inline-block;line-height:18px;padding:0 5px;border-radius:10px;background:#f04e00;color:#fff;font-size:10px;position:absolute;top:0;right:0}
#hd_qnb li .fa-question{background:#e83a5f;font-size:20px}
#hd_qnb li .fa-question:hover{background:#e41b45}
#hd_qnb li .fa-comments{background:#82c13f;font-size:16px}
#hd_qnb li .fa-comments:hover{background:#5aa708}
#hd_qnb li .fa-users{background:#f0ba00;font-size:15px}
#hd_qnb li .fa-users:hover{background:#f06f00}
#hd_qnb li .fa-history{background:#8522c4;font-size:15px}
#hd_qnb li .fa-history:hover{background:#6700a9}

/* 메인메뉴 */


$npages: 7 /* This is the number of pages added in "pageTitle" in the HTML editor */
$bg: #2B2B38
$bg-odd: #F5004F
/* The basic stuff to make it work */
.contenedor
	width: 100vw
	height: 100vh
	background: deeppink

	position: relative
	display: flex
	align-items: center

	form
		box-sizing: border-box
		text-align: center
		padding: 22px
		display: inline-flex
		flex-direction: column
		position: fixed
		height: 100vh
		justify-content: center
		
		input
			height: 0
			margin: 12px 0
			z-index: 1
			&:checked
				outline: 0
				border: 0
			&:before
				content: ""
				position: absolute
				display: inline-block
				width: 8px
				height: 8px
				border: 1px solid rgba(255, 255, 255, 0.81)
				border-radius: 11px
				cursor: pointer
				transition: all .25s linear
			&:checked:before 
				background-color: white			
			&:after
				content: ""attr(titulo)""
				position: relative
				left: 30px
				opacity: 0
				color: white
				font-size: 9px
				display: block
				min-width: 80px
				transition: all .25s linear
			&:checked:after
				opacity: 1
				left: 20px
			&:hover:after:not(label)
				opacity: 1		
			@for $i from 1 through $npages	
				&:nth-of-type(#{$i}):checked ~ .labels label
					transform: translateY(-#{($i - 1) * 100%})

		.labels 
			position: absolute
			top: 0
			left: 0
			width: 100vw
			height: 100vh
			display: flex
			flex-direction: column

			label
				min-width: 100vw
				min-height: 100vh
				display: flex
				flex-direction: column
				justify-content: center
				align-items: center
				background-color: $bg
				z-index: 0
				transition: all .75s cubic-bezier(0.75, 0.25, 0, 1.05)
				&:nth-child(odd)
					background-color: $bg-odd
					color: white !important


/* Fancy style */
body
	font:
		family: 'Open sans', sans-serif
		size: 16px
		weight: 100
	color: white

.content 
	width: 100%
	box-sizing: border-box
	padding: 0 110px
	
	.block 
		width: inherit
		font:
			size: 11px
			weight: 400
		line-height: 1.5
		margin: 42px 0
		display: flex
		justify-content: center

	
		span
			margin: 0 42px
	
			i
				margin-bottom: 22px
				@extend span
				&:before
					font-size: 30px

.Slide:nth-child(even) .content .block
	color: #717171



.icon 
	position: absolute
	bottom: 30px
	left: 0
	right: 0
	font-size: 11px
	text-align: center
	line-height: 1.5
	display: flex
	flex-direction: column

#Slide5 .content .block
	flex-direction: column
	i
		margin: 0 12px
		vertical-align: middle

strong
	font-weight: 400

h1
	text-transform: uppercase

ol
	text-align: left
	list-style-type: decimal

a
	text-decoration: none
	color: inherit
	transition: all .25s linear
	&:hover
		color: rebeccapurple


/*메인애니메이션*/







#gnb{position:relative}
#gnb h2{position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap{margin:0 auto;width:1200px;position:relative}
#gnb #gnb_1dul {font-size:1.083em;padding: 0;background:#253dbe;zoom:1;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
-moz-box-shadow:  0 1px 3px rgba(0,0,0,0.3);
box-shadow: 0 1px 3px rgba(0,0,0,0.3)}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli{float:left;line-height:50px;padding:0 15px;position:relative;}
#gnb .gnb_1dli:hover{background:#1a30a7;
-webkit-transition: background-color 2s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;}

.gnb_1dli .bg{display:inline-block;width:10px;height:10px;overflow:hidden;background:url(../img/gnb_bg2.gif) no-repeat 50% 50%;text-indent:-999px}
.gnb_1da {display:inline-block;font-weight:bold;color:#fff;text-decoration:none;}
.gnb_2dli{border-top:1px solid #253dbe}
.gnb_2dli:first-child{border:0}
.gnb_2dul {display:none;position:absolute;top:50px;min-width:140px;background:#1a30a7;padding: 0;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
-moz-box-shadow:  0 1px 5px rgba(0,0,0,0.1);
box-shadow: 0 1px 5px rgba(0,0,0,0.1);}
.gnb_2da {display:block;padding:0 10px;line-height:40px;color:#c3cbf7;text-align:left;text-decoration:none}
a.gnb_2da:hover{background:#0e2080;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {color:#fff}
.gnb_1dli_over .gnb_2dul {display:block;left:0}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0;background:#fff}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2em;color:#fff}
.gnb_wrap .gnb_empty a{color:#fff;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a{color:#555}

#gnb .gnb_menu_btn{background:#4158d1;color:#fff;width:50px;height:50px;border:0;vertical-align:top;font-size:18px}
#gnb .gnb_close_btn{background:#4158d1;color:#fff;width:50px;height:50px;border:0;vertical-align:top;font-size:18px;position:absolute;top:-50px;left:0}
#gnb .gnb_mnal{padding:0}

#gnb_all{display:none;position:absolute;width:100%;z-index:99;}
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_ul{background:#fff;border:1px solid #4158d1;padding:20px;
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
-moz-box-shadow:  0 2px 5px rgba(0,0,0,0.2);
box-shadow: 0 2px 5px rgba(0,0,0,0.2);}
#gnb_all .gnb_al_li{background:#fff;float:left;min-width:20%;padding:5px }
#gnb_all .gnb_al_li .gnb_al_a{font-size:1.083em;padding:10px;display:block;position:relative;margin-bottom:10px;background: #eff1f9;border-bottom: 1px solid #dee2f1;font-weight: bold;color:#243071}
#gnb_all .gnb_al_li li {padding-left:10px;line-height:2em}
#gnb_all .gnb_al_li li i{color:#9ca6cc}
#gnb_all .gnb_al_li li a{color:#555}

/* 중간 레이아웃 */
#wrapper{}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {z-index:5;margin:0 auto;width:1200px;height:100%;;zoom:1}
#aside {float:right;width:305px;padding:0;background: #e7ebf3;height: 100%;border: 1px solid #adbfd2;;margin:20px 0 20px 20px}

#container {z-index:4;position:relative;float:left;min-height:500px;height:auto !important;margin:20px  0;height:500px;font-size:1em;width:875px;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;max-width:1200px;margin:0 auto;font-weight:bold;}
#container_title span{margin:0 auto 10px;display:block;line-height:30px;}
/*.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}*/
.lt_wr{width:49%}
.lt_wr:nth-child(2n+1){clear:both}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
/* 하단 레이아웃 */
#ft {border-top:1px solid #d5d5d5;background:#fff;padding-bottom:30px;margin:0 auto;text-align:center}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {width:1200px;margin:0 auto;position:relative;}
#ft_link{padding:15px 0;border-bottom:1px solid #eee}
#ft_link a{;display:inline-block;padding:0 8px;line-height:1.083em;font-weight:bold}
#ft_catch{margin:20px 0 10px}
#ft_copy{color:#555;font-size:0.92em}
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover{border-color:#3059c7;background:#3059c7;color:#fff}

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove  .win_desc {text-align:center;display:block}
#copymove  .tbl_wrap{margin:20px }
#copymove  .win_btn{padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {;height:40px;border:1px solid #898989;;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ;  vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul{display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol{display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li{display: list-item;}

/* 버튼 */
a.btn,.btn{line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle;}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#253dbe;color:#fff;;cursor:pointer;border:0}
.btn_submit:hover {background:#0025eb}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle;}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa;
}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:40px;border:0;background:#3c3c3c;border-radius:5px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#4c4f6f;color:#fff;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#54598c}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle;}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;background:#d13f4a;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {background:#ff3746}


/*컬러*/
.color_1 {background:#169dd6}
.color_2 {background:#14d53d}
.color_3 {background:#3814ff}
.color_4 {background:#7520c5}
.reser_1wrap{position:fixed;bottom:0;left:0}
/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing: 0 5px;border:1px solid #ccc;} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:10px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ddd;background:#fafafa;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;background:#fff;;padding:10px 5px;border-top:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td{background:#fafafa;}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px;}

.full_input{width:100%}
.half_input{width:49.5%}
.tbl_frm01 textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 li{border:1px solid #dbdbdb;background:#fff;border-radius:3px;margin:3px 0;padding:10px 15px;list-style:none;position:relative;}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover{background:#f9f9f9}
.list_01 li.empty_li{text-align:center;padding:20px 0;color:#666}
/*폼 리스트*/
.form_01 h2{margin:0 0 10px;font-size:1.167em}
.form_01 li{margin:10px 0}
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 li .right_input{float:right}
.form_01 textarea{height:100px;width:100%}
.form_01 .frm_label{display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative;}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.25em;height:50px;line-height:30px;padding:10px 20px;background:#333;color:#fff;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {border-right:1px solid #dfe6e7;}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li{float:left;background:#fff;width:33.333%;text-align:center;border:1px solid #ccc;margin-left:-1px}
.new_win .win_ul li a{display:block;padding:10px 0}
.new_win .win_ul .selected{background:#fff;border-color:#253dbe;position:relative;z-index:5}
.new_win .win_ul .selected a{color:#253dbe;font-weight:bold}
.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#3598db;}
.new_win .frm_info{font-size:0.92em;color:#3598db}
.new_win .win_total{text-align:right;margin:10px 0}
.new_win .win_total span{display:inline-block;line-height:30px;font-size:0.92em;color:#4e546f;background:#d4d4d4;padding:0 10px;border-radius:5px;}
.new_win .new_win_con{margin:20px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn{text-align:right}
.new_win .btn_close {position:absolute;top:0;right:0;height:50px;width:50px;background:url(../img/close_btn.gif) no-repeat 50% 50%;border:0;text-indent:-999px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:40px;font-weight:bold;font-size:1.083em;float:right}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0  10px;line-height:30px;width:100px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0 ;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#f3f3f3;border:1px solid #bbbcc3}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#555;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px;}
.pg_page:hover{background:#ddd}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover{background-color:#fafafa}

.pg_current {display:inline-block;background:#4c4f6f;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px;
-webkit-box-shadow: inset 1px 1px 2px #222542;
-moz-box-shadow:  inset 1px 1px 2px #222542;
box-shadow: inset 1px 1px 2px #222542;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}




/* Slider */
.slick-slider{
position: relative;
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list{ position: relative;
display:block;
height:90%;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-slide
{
display: none;
float: left;
min-height: 1px;
}
.slick-slide img
{
z-index:3 !important;
display: block;
width:100%
}
.slick-slide .divimg
{
display:block;
height:90%;
width:100%
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;z-index:5 !important;
}

.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
/* Arrows */
.slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
z-index:28;
position: absolute;
top: 45%;
display: block;
width: 80px;
height: 80px;
padding: 0;
cursor: pointer;
outline: none;
border:1px solid transparent;
color: transparent;
background: transparent;

}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'Noto Sans KR';
padding:50%;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -5px;
background: url("../img/prev.png") center no-repeat;
}
[dir='rtl'] .slick-prev
{
right: -5px;
left: auto;
}
.slick-prev:before
{
font-family: 'Cambay', sans-serif;
content: ' ';
background: url("../img/prev.png") center no-repeat;

}
[dir='rtl'] .slick-prev:before
{
font-family: 'Cambay', sans-serif;
content: ' ';


}
.slick-next
{
right: -5px;
background: url("../img/next.png") center no-repeat;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -5px;

}
.slick-next:before
{
font-family: 'Cambay', sans-serif;
content: ' ';
background: url("../img/next.png") center no-repeat;
}
[dir='rtl'] .slick-next:before
{
font-family: 'Cambay', sans-serif;
content: '＜';
}
/* Dots */
.slick-slider{}
.slick-dots{z-index:30;display: inline-block;bottom:0;text-align:center;right:-50px;padding: 0; list-style: none;text-align: center;}
.slick-dots li button
{background: transparent;padding:15px 15px 18px;display:inline-block;border:0px solid  transparent;outline: none;}
.slick-dots li.slick-active button
{color:#000;display: inline-block;background: url(../img/beebee-page.png)center center no-repeat;color:#fff}
.slick-dots li{display:inline-block;}


/* 수정된 preview 등 one_page */

	.wrapper_bg {background: #000}
	.sub_main section .page_container {
      position: absolute;
        transform: translate(-50%, -50%);
      top: 45%;
      left:50%;
      margin: 0 auto;
      z-index: 3;
    }
    .sub_main section {
      overflow: hidden;
    }
    
    .sub_main section > img {
      position: absolute;
      max-width: 100%;
      z-index: 1;
    }
    
    .scroll_top { display:inline-block; transition: opacity 1s;position: fixed; bottom: 10%; z-index: 99; left: 48%; text-align: center; cursor: pointer;color:#fff;transition:height 0.8s;}
    .scroll_top > div {margin-top: 10px}
    
    /* preview background image */
 	.sub_main section.page2 {background: url("../img/room/4/13.jpg") center center no-repeat;}
 	.sub_main section.page4 { background:url("../img/special/3/2.jpg")center center no-repeat;}
	.sub_main section.page5 { background:url("../img/room/1/12.jpg")center center no-repeat;}
	.sub_main section.page6 { background:url("../img/room/2/7.jpg")center center no-repeat;}
	.sub_main section.page7 { background:url("../img/room/2/3.jpg")center center no-repeat;}
 	


    .sub_main section.page3 {
      background:url("../img/room03.jpg")center center no-repeat;
    }
    .sub_main section.page3 .page_container {
      overflow: hidden;
      width: 500px;
      right: -285px;
    }

/*   preview 새로수정*/

.sub_main section.pagepre ul{width:100%;height:100%;display:block;}
.sub_main section.pagepre ul li{width:50%;float:left;height:100vh;display:inline-block;position:relative;background-size:cover !important;}
.sub_main section.pagepre ul li:hover .black{background:rgba(0,0,0,0);}

.sub_main section.preview01 ul li:first-child{background:url("../img/room/1/1.jpg")bottom center no-repeat; width: 100%;}
.sub_main section.preview02 ul li:first-child{background:url("../img/room/2/1.jpg")bottom center no-repeat; width: 100%;}
.sub_main section.preview03 ul li:first-child{background:url("../img/room/3/1.jpg")bottom center no-repeat; width: 100%}
.sub_main section.preview04 ul li:first-child{background:url("../img/room/4/1.jpg")bottom center no-repeat; width: 100%;}
.sub_main section.preview05 ul li:first-child{background:url("../img/room/5/1.jpg")bottom center no-repeat; width: 100%;}
.sub_main section.preview06 ul li:first-child{background:url("../img/room/6/1.jpg")bottom center no-repeat; width: 100%}
.sub_main section.preview07 ul li:first-child{background:url("../img/room/7/1.jpg")bottom center no-repeat; width: 100%}


.sub_main section.pagepre ul li .pretitle{position:absolute;left:0;top:35%;z-index:3;width:100%;text-align:center;font-size:2em;color:#fff;clear:both; text-shadow: 0.5px 0.5px 0.5px #414141}
.sub_main section.pagepre ul li .pretitle h3 {line-height: 2em;font-weight: normal;}
.sub_main section.pagepre ul li .pretitle p {border-top:1px solid #fff; display: inline-block;font-weight: normal;font-size:0.825em}
.sub_main section.pagepre ul li .pretitle div.room_inner {font-size:0.875em}
.sub_main section.pagepre ul li .pretitle div.room_inner em {font-size:0.6em}
.sub_main section.pagepre ul li .pretitle p:after {clear: both;}
.sub_main section.pagepre ul li .pretitle div.btn_box {margin-top: 10px;}
.sub_main section.pagepre ul li .pretitlebtn{cursor:pointer;z-index:3;transition:background 0.8s;color:#fff; border:1px solid #fff; background: transparent; font-size:0.5em; font-weight: normal;text-transform: uppercase; padding: 0.7em 4em;}
.sub_main section.pagepre ul li .pretitlebtn:hover{z-index:3;background:rgba(255,255,255,1); color:#7989a8;}

.sub_main .black{z-index:2;background:rgba(0,0,0,0.4);position:absolute;top:0;left:0;right:0;bottom:0;transition:background 2s}
.sub_main section.pagepre2 ul{width:100%;height:100%;display:block;}
.sub_main section.pagepre2 ul li{width:50%;float:left;height:100vh;display:inline-block;position:relative;background-size:cover !important;}
.sub_main section.pagepre2 ul li:hover .black{background:rgba(0,0,0,0);}

.sub_main section.pagepre2 ul li .pretitle{position:absolute;left:0;top:40%;z-index:3;width:100%;text-align:center;font-size:2em;color:#fff;clear:both; text-shadow: 0.5px 0.5px 0.5px #414141}
.sub_main section.pagepre2 ul li .pretitle h3 {line-height: 2em; font-weight: normal;}
.sub_main section.pagepre2 ul li .pretitle p {border-top:1px solid #fff; display: inline-block;font-weight: normal;font-size:0.825em}
.sub_main section.pagepre2 ul li .pretitle p:after {clear: both;}
.sub_main section.pagepre2 ul li .pretitle div.btn_box {margin-top: 10px;}
.sub_main section.pagepre2 ul li .pretitlebtn{cursor:pointer;z-index:3;transition:background 0.8s;color:#fff; border:1px solid #fff; background: transparent; font-size:0.5em; font-weight: normal;text-transform: uppercase; padding: 0.7em 4em;}
.sub_main section.pagepre2 ul li .pretitlebtn:hover{z-index:3;background:rgba(255,255,255,1); color:#7989a8;}



.sub_main section.service01 ul li:first-child{background:url("../img/service/1/1.jpg")bottom center no-repeat; width: 50%;}
.sub_main section.service01 ul li:nth-child(2){background:url("../img/service/2/1.jpg")bottom center no-repeat; width: 50%;}

.sub_main section.service02 ul li:first-child{background:url("../img/service/3/1.jpg")bottom center no-repeat; width: 50%;}
.sub_main section.service02 ul li:nth-child(2){background:url("../img/service/4/1.jpg") no-repeat; background-position: 32%; width: 50%;}

.sub_main section.service03 ul li:first-child {background:url("../img/service/5/1.jpg")bottom left no-repeat; width: 50%;}
.sub_main section.service03 ul li:nth-child(2) {background:url("../img/service/6/1.jpg")bottom left no-repeat; width: 50%;}





.sub_main section.special01 ul li:first-child{background:url("../img/special/1/1.jpg")bottom center no-repeat; width: 50%;}
.sub_main section.special01 ul li:nth-child(2){background:url("../img/special/2/1.jpg")bottom left no-repeat; width: 50%;}

.sub_main section.special02 ul li:first-child{background:url("../img/special/3/1.jpg")bottom center no-repeat; width: 50%;}
.sub_main section.special02 ul li:nth-child(2){background:url("../img/special/4/1.jpg")bottom center no-repeat; width: 50%;}

.sub_main section.special03 ul li:first-child {background:url("../img/special/5/1.jpg")bottom center no-repeat; width: 50%;}
.sub_main section.special03 ul li:nth-child(2){background:url("../img/special/6/1.jpg")bottom center no-repeat; width: 50%;}

.sub_main section.special04 ul li:first-child {background:url("../img/special/7/1.jpg")bottom center no-repeat; width: 50%;}
.sub_main section.special04 ul li:nth-child(2){background:url("../img/special/8/1.jpg")bottom center no-repeat; width: 50%;}

.sub_main section.special05 ul li:first-child {background:url("../img/special/9/1.jpg")bottom center no-repeat; width: 50%;}
.sub_main section.special05 ul li:nth-child(2){background:url("../img/special/10/1.jpg")bottom center no-repeat; width: 50%;}
