#nav_open{display: none;}
.gnb_mobile_inner{display: none;}

@media screen and (max-width: 1430px) {    
    #nav_open .logo {float: left; margin: 20px;}
    
	.nav_menu.mobile_bg {
		background: #eee;
	}
	.nav_menu.nav_fix {
		background: rgba(36,40,50,0.9);
	}
	.nav_fix .header {
		height: 60px;
	}
	.nav_fix .gnb_menu {
		display: none;
	}

	.header_wrap .logo, .nav_fix .header_wrap .logo {
		position: relative;
		display:table;
		top: 0; right: inherit; bottom: 0; left: 5px;
	    margin: inherit; /*	가운데정렬margin: auto;*/
		width: 70px; height: 100%; 
	}
	.nav_fix .header_wrap .logo, .nav_fix .header_wrap .logo {
		width: 40px;
		transition: width 0.3s; 
	}
	.header_wrap .logo a {
		display: table-cell; 
		height: 100%;
	}
	.header_wrap .logo img#pc_logo {
		display: none;
	}
	.header_wrap .logo #mobile_logo {
		display: block;
		position: relative;
		top: auto; left: auto;
		width: 100%;
		max-width: 100%; 
		height: 48px;
		background-image: url(../img/etc/logo.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: height 0.3s, background-image 0.3s;
	}
	.nav_fix .header_wrap .logo #mobile_logo {
        width: 60px;
		height: 40px;
		background-image: url(../img/etc/logo.png);
		background-size: 100% 100%;
	}

	.header, .header:hover {
		height: 60px;
		background: transparent;
	}
	.nav_fix .header, .nav_fix .header:hover {
		height: 50px;
	}




	#nav_open {
		position:fixed;
		display:block;
		top:0; right:0;
		width:50px; height:110px;
		text-align:center;
		transition: height 0.3s;
        width: 100%;
        background: #fff;
        z-index: 99999999;
	}
	.nav_fix #nav_open {
		height: 50px;
	}
    
    
    
    
	#nav_open .menu_mobile_icon {
		position:absolute;
		top:0px; right:20px; bottom:0; 
		margin:auto;
	}
    
    
    .mobile_sub_menu {background: #fff; padding: 0 20px; z-index: 99999999;}
    
    .mobile_sub_menu .en2 {  text-transform: uppercase; font-size: 28px; letter-spacing: 1px; font-weight: 600; color: #000; display: block; padding-bottom: 20px;}
   
    .mobile_sub_menu .box { border-top: 1px solid #f2f2f2; padding: 30px 0;}
    .mobile_sub_menu ul {overflow: hidden;}
    .mobile_sub_menu ul li {float: left; width: 33.33%; padding: 0  10px 0 0;}
    
    @media screen and (max-width: 480px) { 
		.mobile_sub_menu .en2 {  font-size: 18px; padding-bottom: 10px; }
		.mobile_sub_menu .box { padding: 20px 0;}
        .mobile_sub_menu ul li {width: 50%;}
        #nav_open .logo {width: 70%;}
		#nav_open .menu_mobile_icon {	width: 50px;}
    
    }
    
/*라인움직임  2022-07-05
	#nav_open .menu_mobile_icon {
		position:absolute;
		top:0; right:20px; bottom:0; 
		margin:auto;
		width:22px; height:22px;border: 1px solid red;
	}

	#nav_open .line {
		width:22px; height:2px;
		background: #fff;
		display:block;
		margin:4px auto;
		-webkit-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}
	.nav_fix #nav_open .line {
		background: #fff;
	}
	#nav_open.is-active .line:nth-child(1) {
		-webkit-transform: translateY(6px) rotate(45deg);
			-ms-transform: translateY(6px) rotate(45deg);
			 -o-transform: translateY(6px) rotate(45deg);
				transform: translateY(6px) rotate(45deg);
	}
	#nav_open.is-active .line:nth-child(2) {
		opacity: 0;
	}
	#nav_open.is-active .line:nth-child(3) {
		-webkit-transform: translateY(-6px) rotate(-45deg);
			-ms-transform: translateY(-6px) rotate(-45deg);
			 -o-transform: translateY(-6px) rotate(-45deg);
				transform: translateY(-6px) rotate(-45deg);
	}
*/

	.gnb_menu {
		display:none;
	}

	.gnb_mobile_inner {
		display: block;
		position: fixed;
		top: 110px; right: 0;
		width: 100%;
		height: 100%;
        z-index: 999999999;
		overflow:hidden;
		-webkit-transform: translateX(100%);
		   -moz-transform: translateX(100%);
			-ms-transform: translateX(100%);
			 -o-transform: translateX(100%);
				transform: translateX(100%);

		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
			 -ms-transform: all 0.3s;
			  -o-transform: all 0.3s;
				transition: all 0.3s;
	}
	.nav_fix .gnb_mobile_inner {
		top: 50px;
	}
	.gnb_mobile_inner.OPEN {
		-webkit-transform: translateX(0);
		   -moz-transform: translateX(0);
			-ms-transform: translateX(0);
			 -o-transform: translateX(0);
				transform: translateX(0);
	}

	
	.mobile_sub_menu {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 100%;
		margin-top: -1px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		background: #fff;
		padding: 0 15px 150px 15px;
		vertical-align: top;
	}
	.mobile_sub_menu > li {
		position:relative;
		display: block;
		text-align: left;
		width: 100%;
	}
	.mobile_sub_menu > li > a {
		position: relative;
		display: inline-block;
		width: 100%; height: 55px;
		line-height: 55px;
		font-family: 'Roboto';
		font-size: 20px;
		text-transform: uppercase;
	}

	.mobile_sub_menu > li > ul {
		position: relative;
		display:none;
		width: 100%;
		height: auto;
		padding: 20px 0;
	}
	.mobile_sub_menu > li > ul::before {
		content: '';
		position: absolute;
		right: 0; top: 0; left: 0;
		margin: auto;
		height: 1px;
		background: #999;
	}
	.mobile_sub_menu > li > ul li {
		display: inline-block;
		width: 50%; height: 30px;
		vertical-align: top;
	}
	.mobile_sub_menu > li > ul li a {
		display:inline-block;
		width: 100%;
		font-size: 15px;
		padding: 0 9px;
		line-height: 30px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		transition: color 0.2s;
		text-transform: capitalize;
		transform: color 0.3s;
	}
	.mobile_sub_menu > li > ul li a:hover {
		color: #fff;
        text-decoration: underline;
	}


    
	/* 메뉴오픈시 상단바 */
	.nav_menu.mobile_bg {
		background: rgba(36,40,50,0.9);
	}
	.nav_menu.mobile_bg .header_wrap .logo #mobile_logo {
		background-image: url(../img/etc/logo.png);
	}
	.nav_menu.mobile_bg #nav_open .line {
		background: #fff;
	}
}






































/*************************************** 
pc 메뉴
****************************************/

#navbar {
  overflow: hidden;
  background-color: #fff;
    margin: 0 auto;
}

#navbar a {
  display: block;
 
  text-decoration: none;

}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 260px;
}

    
.navbar .logo {float: left; margin: 20px;}


.navbar {
  overflow: hidden;
  background-color: #333;   z-index: 90000;    
}


.navbar a {
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.subnav {
  float: right;
  overflow: hidden;
  margin-top: 30px;
   
}

.subnav .subnavbtn {
  
  text-transform:uppercase;  

}
.subnavbtn a {float: left; width: 130px;  font-weight: 600;  font-size: 16px; letter-spacing: 1px;  padding:20px 0;}



.navbar a:hover, .subnav:hover .subnavbtn { }

.subnav-content {
    display: none;
    position:fixed;
    left: 0; float: right;
    width: 100%; 
    z-index: 90000;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 0;  
    border-top: 2px solid #2155cd;
    margin-top: 20px;
}

.subnav-content a {
    display: block; 
    font-size: 14px;
    
}

.subnav-content a:hover {
  color: #2155cd;
}

.navbar:hover .subnav-content {
  display: block;
}

.reserve_btn {float: right; background:#2155cd; width: 100px; height: 110px;  margin-left: 20px;}

.reserve_btn img{margin-top: 30px;}
.reserve_x {width: 100px; height: 100px; float: right; margin-left: 20px;}

.subnav-content .box{
    float: right;   
}
.subnav-content ul{ float: left; width: 130px; }

@media (max-width: 1430px) {
    .navbar {display:none;}
}




