﻿
* { margin: 0; padding: 0; list-style: none;}
a { text-decoration: none; color:inherit;	 }
 *:focus { outline:none; }

@font-face {
font-family:"Cafe24Shiningstar";
src:url("/theme/basic/font/Cafe24Shiningstar.ttf") format('truetype'),
	url("/theme/basic/font/Cafe24Shiningstar.eot") format('embedded-opentype');

}

/*
##Device = Desktops
*/

body, html { word-break:keep-all;  }

.gnb_all_wrap { position: absolute; }

.header { text-align: center; height: 433px; }
/*  SUB LAYOUT :: 비주얼 */
#visual{width:100%; height:387px; position:relative; position:absolute; overflow:hidden;}
.sub-visual-bg {background-size:cover !important; position:absolute; width:100%; height:100%; left:0; top:0; -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1); 
    -moz-transform: scale(1.1,1.1); 
    -webkit-transform: scale(1.1,1.1); 
     transform: scale(1.1,1.1);
	-webkit-transition:transform 3000ms  ease-in-out ;
	-moz-transition:transform 3000ms ease-in-out ;
	-o-transition:transform 3000ms ease-in-out ;
	-ms-transition:transform 3000ms ease-in-out ;
    transition:transform 3000ms ease-in-out ;}

#visual.active .sub-visual-bg {-ms-transform: scale(1.0,1.0) rotate(0.01deg);
    -o-transform: scale(1.0,1.0) rotate(0.01deg);
    -moz-transform: scale(1.0,1.0) rotate(0.01deg);
    -webkit-transform: scale(1.0,1.0) rotate(0.01deg);
     transform: scale(1.0,1.0) rotate(0.01deg);}



/* main top */
.header {width:100%; max-width:100%;height:387px; z-index:99992;  margin:auto; }
.main_menu { width:100%; height:116px; margin:auto;	padding-top:10px; position:fixed; left:0; right:0; top:0; z-index:99999; display: flex; justify-content: space-between; align-items: center; }
.gnb { width: 100%;	 height:61px; color:#fff; font-weight:500; font-size:20px;  margin:21px auto 0; text-align:center;}
#logo1 { width:231px;  margin:0px 0 0 50px; position: relative; z-index: 9999999;}
#logo2 { width:231px;  position:absolute;  left:50px; top:50px; z-index: 999999999999; display: none;}
.i_call { display: none;z-index: 999999999999; }
.gnb_menu_btn { width:38px ; height:38px; background: url(/theme/basic/img/toggle1.jpg) center center no-repeat; float:right;  cursor:pointer; border:0; position: absolute; right: 87px; top:55px; z-index: 99999999999999;} 
/* .gnb_menu_btn2 { width:38px ; height:38px; background: url(/theme/basic/img/toggle1.jpg) center center no-repeat; float:right;  cursor:pointer; border:0; position: absolute; right: 87px; top:55px; z	 } */
.gnb_close_btn { width:38px ; height:38px; background:url(/theme/basic/img/toggle_x.png) 0 0 no-repeat; float:right; margin:-70px 40px 0 0;  cursor:pointer; border:0; }

/*Main menu*/
.gnb > li { display:inline-block;position:relative; padding-bottom:23px; font-size: 17px; 	}
.gnb > li > a {line-height:45px;text-transform:uppercase;position:relative;display:block;padding:10px 10px; color: #fff; opacity: 1; font-weight: 400;}
.gnb>li>a:hover { color:#fff; opacity:1;}
.gnb li ul a::before, .gnb li ul a::before {content:'';}
.gnb > li > a::before {position:absolute;top:50px;left:10px;content:'';height:2px;width:0px;margin-left:10px;transition:all .3s cubic-bezier(0.175, 0.885, 0.32, 1.8) 0s; 
 -moz-transition:all .3s cubic-bezier(0.175, 0.885, 0.32, 1.8) 0s;-ms-transition:all .3s cubic-bezier(0.175, 0.885, 0.32, 1.8) 0s;-o-transition:all .3s cubic-bezier(0.175, 0.885, 0.32, 1.8) 0s;-webkit-transition:all .3s cubic-bezier(0.175, 0.885, 0.32, 1.8) 0s;}
.gnb li a:hover::before,.gnb li:hover a::before {width:20px; }
/*.gnb li a:hover > i,.gnb li.active > i {color:#8d84e4;}*/
.gnb li ul a, .gnb li ul p {transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;-webkit-transition:all .3s;}
/*----- Multi Level Menu -----*/
.gnb li.multi-level-menu .sub-menu {position:absolute;left:30px;top:66px;	margin-top:23px; visibility:hidden;opacity:0; border:1px solid #ada6a0; border-top:none;	 z-index:1;}
.gnb li.multi-level-menu .sub-menu li a {margin-left:10px\9;} 
.gnb li.multi-level-menu .sub-menu {width:220px;  margin-left:-40px;}
/* Side menu */
.gnb li.multi-level-menu .sub-menu{opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
.gnb li.multi-level-menu:hover .sub-menu{opacity:1;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.gnb li.multi-level-menu .sub-menu li {list-style:none;border-bottom:1px solid #f0f0f0;padding:0 0px;position:relative;width:100%;text-align:left; background-color:#FFF; }
.gnb li.multi-level-menu .sub-menu li:last-child {border-bottom:none;}
.gnb li.multi-level-menu .sub-menu li a {display:inline-block;padding:10px 0 10px 10px;position:relative;min-height:44px;line-height:22px; width:100%;}
.gnb li.multi-level-menu .sub-menu li a:before {position:absolute;top:44px;left:0;content:'';height:1px;width:0;}
.gnb li.multi-level-menu .sub-menu li a:hover:before {width:100%;transition:all .3s cubic-bezier(0.175, 0.885, 0.32, 1.8) 0s; 
 -moz-transition:all .3s cubic-bezier(0.175, 0.885, 0.32, 1.8) 0s;-ms-transition:all .3s cubic-bezier(0.175, 0.885, 0.32, 1.8) 0s;-o-transition:all .3s cubic-bezier(0.175, 0.885, 0.32, 1.8) 0s;-webkit-transition:all .3s cubic-bezier(0.175, 0.885, 0.32, 1.8) 0s;} 



/* 토글 햄버거 버튼 */

.menu-trigger-mobile {
	display: none;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
	width:31px ; height:31px;
	float:right;  cursor:pointer; border:0; 
	right: 50px; margin-top: 30px;
	z-index: 999999;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {top: 0;}
.menu-trigger span:nth-of-type(2) {top: 13px; opacity: 1;}
.menu-trigger span:nth-of-type(3) {bottom: 3px;}



/* 토글 닫기 버튼 */
.menu-trigger2 {
    margin-right: 30px;
    margin-bottom: 50px;
}
.menu-trigger2,
.menu-trigger2 span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger2 {
    position: relative;
	width:40px ; height:40px;
	float:right;  cursor:pointer; border:0; 
	position: absolute; right: 17px; top: 46px;
	z-index: 99999999999999;
}

.menu-trigger2 span {	
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
}

.menu-trigger2 span:nth-of-type(1) {
  -webkit-transform: translateY (13px) rotate (-45deg);
    transform: translateY(13px) rotate(-45deg);
}
.menu-trigger2 span:nth-of-type(2) {
 -webkit-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}




/* 서브페이지 서브메뉴 */
#header_sub_wrap { max-width: 100%; height: 60px; border-bottom: 1px solid #e5e5e5; margin:-1.5em auto 0;}
#header_sub { width: 1200px; margin: auto; text-align: center; line-height: 60px; }
#header_sub li { display: inline-block; font-size: 18px; margin-left: 10px; font-weight: 400;	}
#header_sub li:first-child { margin-left: 0; }
#header_sub li:hover { color:#49b8ff; }
.sub_li_color { color: #cccccc; font-weight: 100; }

/* 서브 배경 레이아웃*/
.main_move { width:1200px; margin:180px auto 0; 	position:relative; z-index:1; letter-spacing: -1px;}
.sub_tit_move { color:#fff; width:1200px; text-align:center;  }
.sub_tit_move h1 { font-size:36px; }
.sub_tit_move h2 { font-size:14px; margin-top:10px;  font-weight:500; color: #fff; }


/* gnb 메뉴 */

.sub_main_tit {width: 100%;  position: relative; border-bottom: 1px solid #e5e5e5; display: none;	 font-size: 0;}
.sub_main_tit>div { display: inline-block; vertical-align: top; margin-top: -1px; }

.family {  width:220px; position:relative; float:center;  display: none;  }
.family button{width:100%; height:60px;text-align:center; text-indent:10px;font-size:14px; color:#000; background-color: #fff; border: 1px solid #e5e5e5; border-bottom: none; }
.family .s_up_btn{width:100%;height: 60px; text-align: center;  text-indent: 10px; font-size: 14px;color: #000}
.family ul{  padding:; width:99%; display:none; position:absolute; top:50px; left:0px; z-index:10; border: 1px solid #e5e5e5;}
/* .family ul li{margin-top:-2px;	} */
.family ul a {display:block; color:#ffffff; padding:10px 0px 10px 0px; font-size:14px; text-align:center; font-weight:400;background:#49b8ff; border-bottom: 1px solid #e5e5e5;}

.family2{ padding:; width:220px; position:relative; float:center; margin-top:1px; display: none; }
.family2 button{width:100%; height:60px;text-align:center; text-indent:10px;font-size:14px; color:#000; background-color: #fff; border: 1px solid #e5e5e5; border-bottom: none; 	}
.family2 .s_up_btn{width:100%;height: 60px; text-align: center;  text-indent: 10px; font-size: 14px;color:#000; background-color: #fff;	}
.family2 ul{  padding:; width:99%; display:none; position:absolute; top:51px; left:1px; z-index:10; }
.family2 ul a {display:block; color:#ffffff; padding:12px 0px 10px 0px; font-size:14px; text-align:center; background:#49b8ff; margin-top:; border-bottom: 1px solid #e5e5e5;}

.snb_gnb { background-color: #49b8ff; }

.content { width: 100%; margin: auto; }
/* 콘텐츠 타이틀*/
.main_move2 { width: 100%; margin:50px auto 0; 	position:relative; z-index:1; letter-spacing: -1px;}
.sub_tit_move2 { color:#000; width: 100%; text-align:center;  }
.sub_tit_move2 h1 { 
font-size:41px; 
font-weight: 600;
border-bottom: 4px solid #2a639d;	
padding-bottom: 2px;
display: inline;

}
.sub_tit_move2 h2 { font-size:14px; margin-top:10px; color:#8d8d8d; font-weight:100;}





/* 인덱스  */

.content { width: 100%; overflow: hidden;}

/* 커뮤니티 바로가기 버튼 */
#community_btn { position:fixed;	 left:0; right:0; bottom:30px; margin:auto; z-index:9;	text-align:center; }
#community_btn a { color:#fff; font-weight:100; letter-spacing:3px; font-size:11px;}
#community_btn a p { margin-top:10px; }

/* 메인 우측 메뉴*/
#fp-menu { position: absolute; left:-160px;top: 50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);
transition:all .5s .6s ease-in-out;-webkit-transition:all .5s .6s ease-in-out; z-index:9999;
}
#fp-menu.on {left: 87px; width:200px; letter-spacing: 0; }
#fp-menu li { text-align:left;position: relative;margin-bottom: 10px;}
#fp-menu li:last-child {margin-bottom: 0;}
#fp-menu li.on a{opacity: 1;}
#fp-menu li a {opacity:0.5;display: block;font-size: 15px;line-height: 31px;position: relative;color: #fff; }
#fp-menu li a span {position: absolute;width: 9px;height: 9px;background-color: #49b8ff; border: 2px solid #49b8ff; border-radius: 100%;left: -26px;top: 50%;margin-top: -2px;
box-sizing:border-box;transform:scale(0);-webkit-transform:scale(0);transition:all .2s ease-in-out; -webkit-transition:all .2s ease-in-out}
#fp-menu li.on a span {transform:scale(1);-webkit-transform:scale(1);}
#fp-menu li a:before  {content:'';position: absolute;width: 9px;height: 9px;background-color: transparent; border: 2px solid #fff; border-radius: 100%;left: -26px;top: 50%;margin-top: -2px;}
#fp-menu li:last-child{margin-bottom: 0;}

#container.load .scrollDown{bottom: 50px;opacity: 1;}
.fp_item {overflow: hidden;}
#fp-nav ul { display: none; }

/* 메인 bg*/
#container { width:100%; margin-top:0px; }
.fpWrap .fp_item { width:100%; position: relative;background-repeat: no-repeat; background-position: center center;-webkit-background-size: cover; background-size: cover;}
.fpWrap .fp_item:before {display: none;content:'';position: absolute;width: 1px;height: 100%;background-color: rgba(255,255,255,.5);transition:all .5s .6s ease-in-out;-webkit-transition:all .5s .6s ease-in-out;left: -1px;}
#container.load .fp_item:before {left: 99px;} 
.fpWrap .fp_item1 {background-image: url('/theme/basic/img/main_bg1.jpg');} 
.fpWrap .fp_item2 {background-image: url('/theme/basic/img/main_bg2.jpg'); } 
.fpWrap .fp_item3 {background-image: url('/theme/basic/img/main_bg3.jpg');} 
.fpWrap .fp_item4 {background-image: url('/theme/basic/img/main_bg4.jpg');} 
.fpWrap .fp_item5 {background-image: url('/theme/basic/img/main_bg5.jpg');} 
.fpWrap .fp_item6 {background-image: url('/theme/basic/img/main_bg6.jpg');} 


.fpWrap .main_text { color: #fff;  width: 50rem; height:600px;  position: absolute; left: 360px; top: 10%; bottom: 0 ; margin: auto;  letter-spacing: -1px;}
.fpWrap .main_text h1 { font-size: 4.5em;line-height: 1.2em;}
.fpWrap .main_text h2 { font-size: 1.5em;line-height: 1.4em; margin-top: 50px;}
.fpWrap .main_text button { width:185px; height: 40px; font-size: 1.2em; border-radius: 100px ; background-color: transparent; border: 1px solid #fff; color: #fff; font-family: 'Noto Sans KR', sans-serif; position: absolute; bottom: 100px;	}

.main_tab1 { width: 100%; }
.main_tab1 li { display: inline-block; margin: 45px 15px 0 0; opacity: 0.7; cursor: pointer;}
.main_tab1 li:hover {  border-bottom: 1px solid #fff; padding-bottom: 5px; opacity: 1;}
.main_tab1 li:nth-child(1) { border-bottom: 1px solid #fff; padding-bottom: 5px; opacity: 1;}

.main_tab1_slide>div { display: none; }
.main_tab1_slide .tab1_1 { display: block; }

#scroll_btn_wrap { width: 28px; height: 38px; position: absolute; background-color: transparent; border: 3px solid #fff; left: 0; right: 0; bottom: 50px; margin: auto; z-index: 9999; -webkit-border-radius: 100px;-moz-border-radius:100px ;border-radius:100px ;}
#scroll_btn_wrap .scroll_btn { width:4px ; height: 9px; background-color: #fff; -webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius:100px ;	position: absolute;	left: 0;right: 0; top: 5px; margin: auto;  }


/**/
	.section.community { width: 100% ; position: relative; background-color: #526470; font-family:"Noto Sans KR", sans-serif;}
		.footer_inner { width: 1200px; margin: auto;  padding: 12rem 0;}
		.footer_inner h1 { font-family:"Cafe24Shiningstar"; color: #fff; font-size: 49px; text-align: center; font-weight: 100; margin-bottom: 1em; }
		.ft_left { width: 47%; float: left;	font-size: 16px; }
		.ft_left .ft_map { width: 550px; height: auto; background-color: #fff;}
		.ft_left .ft_map img { width: 100%; }
		.ft_left p { margin-top: 30px; color: #000; color: #e2e6e7; 	}
		.ft_left .ft_map_btn { margin-top: 42px; }
		.ft_left .ft_map_btn div { width: 126px; height: 58px; display: inline-block; line-height: 58px; text-align: center; background-color: #65727b; color: #fff; ;}
	/* 	.ft_left .ft_map_btn div span { opacity: 0.6 } */
		.ft_left .ft_map_btn div:first-child span { opacity: 1; }

		.ft_right { width: 47%; float: right; font-size: 16px; color: #fff;}
		.ft_right .ft_right_icon { font-size: 18px;  line-height: 60px; float: left;margin-right: 50px; }
		.ft_right .ft_right_icon h3 { height: 60px; }
		.ft_right .ft_right_text .ft_right_call { font-size: 30px; line-height:  60px;height: 60px;	 }
		.ft_right .ft_right_text .ft_right_color { margin-top: 22px; color: #13e3e3;	 }
		.ft_right .ft_right_text p:last-child { margin-top: 20px; }
		.ft_right .ft_reservation { float: left;  height: 60px; margin-top: 40px;}
		.ft_right .ft_reservation div { width: 271px; height: 58px; float: left; font-size: 18px; }
		.ft_right .ft_reservation .online { background-color: #65727b; margin-right: 3px;}
		.ft_right .ft_reservation .kakao { background-color: #ffcf00; color: #3c1d1b; }
		.ft_right .ft_reservation .naver { width: 545px; height: 58px; background-color: #35b44b; margin-top:16px ;}
		.ft_right .ft_reservation div h3 { text-align: center; line-height: 58px;  }

		.m_reservation {
		display: none;
		}

/* 푸터 */
.footer {  width: 100%; border-top: 1px solid #e5e5e5; margin:50px auto;	overflow: hidden; float: left;}
.footer ul { width: 1200px; margin: auto; }
.footer ul li { display: inline-block; vertical-align: middle; line-height: 5px;}

.footer_top { }
.footer_top li { padding: 30px 20px 18px; font-size: 14px; font-weight: 500; color: #585858; }
.footer_top li:first-child { padding-left: 0; }
.footer_top .ft_color { color: #000; }

.footer_bottom { font-size: 12px; color: #757575; padding: 3px 0; font-weight: 100; }
.footer_bottom li { margin: 0 8.5px; } 
.footer_bottom li:first-child { margin-left: 0; }
.ft_slash { font-size: 12px; }

.footer p { width: 1200px;  margin: auto;  font-size: 12px; color: #757575; line-height: 22px; font-weight: 100;	}
.footer p span { font-size: 13px; }

.login_btn { padding-top: 3px;}  


/* 서브헤드 */
.visual_js {
max-width: 1920px;
margin: auto;
position: relative;
}
.visual_left {
position: absolute;
left: -500px;
top: 50px;
z-index: -1;
display: none;
}

.visual_right {
width: 500px;
height: 300px;
overflow: hidden;
position: relative;
position: absolute;
right: 135px;
top: 447px;
z-index: -1;
}
.parallelogram1,
.parallelogram2,
.parallelogram3 {
width: 25px;
height: 300px;
transform: skew(-34deg);
position: absolute;
right:0 ;
top: 0;
}
.parallelogram1 {
background-color: #f2f2f2;	
top: -173px;
right: 123px;
}
.parallelogram2 {
background-color: #e5e5e5;	
top:-132px;
right: 101px;
}
.parallelogram3 {
background-color: #b2b2b2;	
top:-225px;
right: -11px;
}




/* 미디어쿼리 */



@media all and (max-width:1680px){
.fpWrap .main_text {
left: 320px;
}
.fpWrap .main_text h1{
font-size: 4em;
}

} /*1680 닫음*/ 


@media all and (max-width:1550px){
#logo1 {
margin: 0px 0 0 30px;	
}
#fp-menu.on {
left: 67px;
}
}


@media all and (max-width:1387px){
.gnb > li { font-size: 16px; }
#logo1 {
width: 200px;
margin: 0 0 0 30px;
}

.gnb > li > a {
padding: 10px 5px;
}
.menu-trigger {
margin-top: 30px;
width: 28px;
height: 28px;
}
.menu-trigger2{
right: 0;
}
#fp-menu.on {
left: 60px;
}
.fpWrap .main_text {
left: 287px;
}
}/*1387 닫음*/




@media all and (max-width:1280px){

.visual_js {
max-width: 1280px;
}



#logo1 {
margin: 24px 0 0 25px;
}
.menu-trigger{
right: 25px;
}
#fp-menu.on {
left: 80px;
}
.fpWrap .main_text {
left: 250px;
}
.fpWrap .main_text h1 {
font-size: 3.5em;
}
.fpWrap .main_text h2 {
 font-size: 1.3em;
}
.i_call { color: #fff; }


.footer_inner {
width: 1000px;
}

.footer_inner h1 {
margin-top: 27px;
margin-bottom: 85px;
}

.ft_left .ft_map {
width: 480px;
height: 276px;
}
.root_daum_roughmap {
width: 500px;
}

.ft_right {
width: 45%;
}

.ft_right .ft_reservation div {
width: 220px;
}
.ft_right .ft_reservation .naver {
width: 443px;
}

.footer p,
.footer ul {
width: 80%;
margin: auto;
}





}/*1280 닫음*/





/*
##Device = Laptops, Desktops,Tablets
*/
@media all and (max-width: 1024px) {
.header { height: 331px; }
#visual{height:347px;}
.visual_right {
top: 425px;
right: 0;
}
.visual_left {
width: 40%;
}
.visual_left img {
width: 100%;
}

.menu-trigger { right: 55px; top: 53px; position: absolute; margin-top: 0; }
.menu-trigger span:nth-of-type(1) { top: 3px; }
.menu-trigger span:nth-of-type(2) { top: 14px; }
.menu-trigger span:nth-of-type(3) { bottom: 4px; }
.menu-trigger2 { right: 12px; top: 46px;  width: 35px; height: 35px;}

.gnb { display: none; }
#logo1 { float:none; position: absolute; left: 0; right: 0; top: 41px; margin:0 auto;}
#logo2 { float:none; position: absolute; left: 0; right: 0; top: 41px; margin:0 auto;}
.gnb_menu_btn { margin: 31px 50px 0 0; }
.i_call { display: block; font-size: 21px; transform: rotate( 14deg ); color: #fff; position: absolute; left: 55px; top: 49px; }
.i_home { width: 60px; height: 60px; text-align: center; line-height: 60px; font-size: 18px; color: #fff; background-color: #49b8ff;  }
#header_sub_wrap { display: none; }
.main_move { width: 100%; margin: 160px auto 0;}
.sub_tit_move { width: 100%; }
.sub_main_tit { display: block; }
.family { display: block; }
.family2 { display: block; }
.content { width: 100%;  margin: auto; }
.gnb_all_head { height: 140px; line-height: 235px; top: 10px;}
#gnb_all { top:80px; }
#gnb_all .gnb_al_ul { margin:50px auto 0; }
#gnb_all .gnb_al_li .gnb_al_a { font-size: 1.4em; }
#gnb_all .gnb_al_li li { font-size: 1em; line-height: 2em; }

#fp-menu {display: none;}
.fpWrap .main_text {
left: 0;  
top: 0;
}

.fpWrap .main_text h2 {
display: none;
}

.fpWrap .main_text {
text-align: center;
width: 100%;
}

.fpWrap .main_text button{
left: 0;
right: 0;
margin: auto;
top: 0;
}
.main_tab1  {
 margin-top: 0px;
}
#scroll_btn_wrap {
bottom: 25px;
}
.footer { width: 100%; 
margin: 100px auto;
font-size: ;
}
.footer ul {width: 87%;  }
.footer ul:first-child {
margin-top: 50px;
}
.footer p {width: 87%; }

.footer_inner {
width: 90%;
margin: auto;
padding: 0;
}
.ft_right {
width: 47%;
float: right;
}
.ft_left{
width: 47%;
overflow: hidden;
}
.ft_left .ft_map{
width: 100%;
}
.ft_left p{
font-size: 14px;
line-height: 1.5em;
}
.ft_left .ft_map_btn{
display: none;
}
#daumRoughmapContainer1594863427684 {
width: 100%;
}
.ft_right .ft_reservation{
width: 100%;
}
.ft_right .ft_reservation div{
width: 33%;
font-size: 14px;
}
.ft_right .ft_reservation .online {
margin-right: 0;
}
.ft_right .ft_reservation .naver {
width: 33%;
margin-top: 0;
}

.ft_right .ft_right_icon,
.ft_right .ft_right_text .ft_right_call{
display: none;
}
.ft_right .ft_right_text .ft_right_color{
font-size: 1.3em;
line-height: 1.3em;
}
.footer_inner h1 {
margin-top: 5rem;
margin-bottom: 5rem;
line-height: 1em;
font-size: 4rem;
}

.footer ul li {
line-height: 0;
font-size: 14px;
}
.login_btn {
padding-top: 7px;
}

.ft_right .ft_right_text p:last-child {
	line-height: 2.5rem;
}


} /*1024 닫음*/ 

@media all and (max-width: 768px) {

.footer_inner h1 {
	font-size: 3rem;
	margin-top: 11rem;
}
.ft_right .ft_right_text p:last-child {
	line-height: 2rem;
}
.footer {
	margin: 50px auto;
}
.maincontentsarea .section-1 .slide-book li {
	width: 19rem !important;
	height: 30rem;
	margin: 0 2%;
}
.maincontentsarea .section-1 .tab1 .slide-book li .pic{
	height: 24rem;
}
.maincontentsarea .section-1 .innerbox > .contentsbox {
	height: 28rem !important;
}
.maincontentsarea .section-1 dl.title {
	height: 28rem !important;
}

}

/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
*/
@media all and (max-width: 767px) {

.header { height: 280px; }
#visual{height:297px;}
#logo1 { width: 200px; height: auto; top: 38px; }
#logo2 { width: 200px; height: auto; top: 38px;}
.menu-trigger { right: 20px; top: auto; }
.gnb_menu_btn { margin: 31px 30px 0 0; }
.i_call { left: 20px; font-size: 20px; top: auto; color: #fff;}
.i_home { width: 16%; height: 50px;font-size: 13px; line-height: 50px; }
.main_move { width: 100%; margin: 135px auto 0;}
.sub_tit_move {width: 100%; }
.family, 
.family2 {width:42%; }
.family button { height: 50px;  }
.family2 button { height: 50px;  }
.menu-trigger span:nth-of-type(2) { top: 22px; }
.menu-trigger span:nth-of-type(3) {top: 12px;}
.menu-trigger2 { right: -10px;  width: 35px; height: 35px;}
#gnb_all { height: 3000px; }
#gnb_all h1 { font-size: 35px; line-height: 45px; }
#gnb_all .gnb_al_ul { position: absolute; left: 0; top: 170px; }
#gnb_all .gnb_al_li { width: 120px; padding: 20px; }

.family button,
.family .s_up_btn,
.family2 button,
.family2 .s_up_btn{
height: 50px;
}

.visual_right,
.visual_left{
display: none !important;
}

.footer { width: 100%; text-align: center;}
.footer ul {width: 87%;  }
.footer p {
width: 87%; 
line-height: 18px;
}
.footer_top li { 
padding: 23px 5px 11px;
}
.footer_bottom li {
margin: 0 4.5px;
}
.ft_left p {
display: none;
}
.ft_left,
.ft_right{
width: 100%;
}
.ft_left .ft_map {
height: 150px;
}

.ft_right .ft_right_text .ft_right_color {
font-size: 1.2em;
text-align: center;
}
.ft_right .ft_right_text p:last-child {
font-size: 13px;
line-height: 1.6em;
margin-top: 15px;
display: none;
}

.footer  {
margin: 30px auto 0;
padding: 2rem;
}
.footer_inner h1 {
margin-bottom: 23px;
margin-top: 3rem;
}
.ft_right .ft_reservation {
display: none;
}

.footer .footer_top li {
 font-size: 13px;
}
.footer p,
.footer p span{
font-size: 11px;
}
.footer_top li {
padding: 15px 5px 3px;
}

.footer .footer_bottom{
line-height: 1.5em;
margin-top: 3px;
}
.footer .footer_bottom li {
font-size: 10px;
padding: 0;
}

  
.m_reservation {
display: block;
width: 100%;
text-align: center;
margin: 20px auto;	
}
.m_reservation div {
width: 50px;
height: 50px;
border-radius:100px ;
display: inline-block;		
vertical-align: middle;
line-height: 50px;
margin: 0 3px;
}
.m_online {
background-color: #65727b;
font-size: 1.5em;
}
.m_kakao {
background-color: #ffcf00;
color: #3b1e1e;
font-size: 1.8em;
}
.m_naver {
background-color: #35b44b;
font-weight: 900;
font-size: 2em;
}

.footer ul:first-child {
	margin-top: 10px;
}

.maincontentsarea .section-3 .innerbox,
.maincontentsarea .section-4 .innerbox,
.maincontentsarea .section-5 .innerbox {
	margin-top: -13rem;
}




}/*767 닫음*/

/*
##Device = Most of the Smartphones Mobiles (Portrait)
*/
@media all and (max-width: 480px) {
.gnb_menu_btn { position: absolute; right: 0;	}
.i_call {
	left: 20px;
	font-size: 17px;
	top: 45px;
}
.main_move2 {
	margin: 30px auto 0;	
}
.sub_tit_move2 h1 {
	font-size: 35px;
}
.menu-trigger {
	right: 20px;
	top: 50px;
	width: 27px;
}

.menu-trigger2 {
	right: 0;
	width: 29px;
	height: 29px;
	top: 45px;
}

.main_menu  {

}
.fpWrap .main_text{
top: 40%;
}
#gnb_all h1 {
margin-top:95px;
}
.main_tab1 {
margin-top: -20px;
font-size: 0.9em;
}
.fpWrap .main_text h1 {
font-size: 2.5em;
}
.fpWrap .main_text button {
display: none;
}

#scroll_btn_wrap {
width: 25px;
height: 35px;
border: 3px solid #fff;
}

.main_move { width: 100%; margin: 140px auto 0; text-align: center;}
.sub_tit_move  {width: 100%;  }


.footer { width: 100%;  margin: 10px auto 0;}
.footer_inner {
padding: 3em 0;
}
.footer ul {width: 100%;   }
.footer ul li { line-height: 10px; }
.footer p {width: 100%;  font-size: 10px; }
.footer_top li {  font-size: 10.5px;  }
.footer_bottom { font-size: 10px; }
.footer_bottom li { margin: 0; }
.ft_slash { font-size: 10px; }
.footer p span { font-size: 11px; }

.maincontentsarea .section-1 dl.title {
	height: 22rem !important ;
}
.maincontentsarea .section-1 .innerbox > .contentsbox {
	height: 38rem !important;
}
.footer ul:first-child {
	margin-top: 0;
}
.footer_inner h1 {
	margin-top: 6rem;
}




} /* 480 닫음*/