#wrapper {
	position:relative;
	min-width: 1047px;
	margin-left: auto;
	margin-right:auto	
}

.page_container{
	position: relative;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;	
}

/*@media only screen and (max-device-width: 767px) {*/
@media only screen and (max-width: 767px) {
	#wrapper {
		width:100%;
		min-width: 320px;
		max-width:767px
	}

	.page_container{
		max-width: 767px;
	}
}

/******************************************************************
	Header
******************************************************************/
#header .header_container{
	-webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #fffc;
    box-shadow: 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
    display: block;
    position: relative;
    z-index: 100;
}

#header .top{
	background-color:#F8F8F8;
}

#header .top .page_container{
	display:flex;
	justify-content: space-between;
	padding:6px 0;
}

#header .top .menu_list{
	display:flex;
}

#header .top .menu_list li{
	height:32px;
	display:flex;
	flex-direction: column;
	justify-content: center;
}

#header .top .menu_list li:not(:first-child){
	padding-left:32px;
}

#header .top .menu_list a{
	position:relative;
	display:flex;
	flex-direction: column;
	justify-content: center;
}

#header .top .menu_list li:not(:first-child) a::before{
	content:'';
	display:inline-block;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:-16px;
	width:1px;
	height:14px;
	background-color:#EEE;
}

#header .top .menu_list .text{
	display:inline-block;
	color: #555;
	font-size: .75rem;
	line-height: 18px;
}

#header .facia{
	height:70px;
	padding-top:12px;
}

#header .facia .page_container{
	display:flex;
	align-items: center;
	justify-content: space-between;	
}

#header .facia .logo{
	flex-grow: 0;
	flex-shrink: 0;
}

#header .facia .logo a{
	display:flex;
	justify-content:space-between;
	width:340px;
}

#header .facia .logo .bi{
	width:273px;
}

#header .facia .logo .bi_local{
	width:56px;
}

#header .facia .search{
	flex-grow: 1;
	flex-shrink: 1;
}

#header .facia .quick{
	flex-grow: 0;
	flex-shrink: 0;
}

#header .facia .quick .menu_list{
	display:flex;
	gap:12px;
}

#header .facia .quick .menu_list a{
	display:flex;
	flex-direction: column;
	align-items:center;
	gap:0.125rem;
}

#header .facia .quick .menu_list .icon{
	width:36px;
	height:36px;
	background-size: contain;
}

#header .facia .quick .menu_list .text{
    color: #555;
    font-size: .875rem;
    line-height: 20px;
}

#header .facia .toggle{
	display:none;
}

#header .gnb .page_container{
	align-items: center;
	display:flex;
	justify-content: space-between;
}

#header .gnb .general{
	position:relative;
	display:flex;
	align-items: center;
	gap: 1rem 2.25rem;
	justify-content: flex-start;
}

#header .gnb .general .gnb_all_menu{
	display: block;
	font-size: 0;
	height: 40px;
	width: 40px;
	background: url(/assets/icon/menu.svg) 50% no-repeat;
	background-color: #fff;
	background-size: 28px 100%;
	border: 1px solid #ddd;
	border-radius: .5rem;
	color: transparent;
	cursor:pointer;
}

#header .gnb .gnb_wrap{
	display:flex;
	align-items: center;
	min-height:76px;
}

#header .gnb .gnb_1depth{
	display:flex;
	align-items: center;
}

#header .gnb .gnb_1depth .menu_list{
	display: flex;
	gap: 16px 32px;
}

.gnb_1depth-link{
	align-items: center;
	cursor: pointer;
	display: flex;
}

.gnb_1depth_link .text {
	color: #1c1c1c;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 28px;
}

#header .inb{
	display:none;
}

/*@media only screen and (max-device-width: 767px) {*/
@media only screen and (max-width: 767px) {
	#header .top{
		display:none;
	}	

	#header .facia{
		height:56px;
		padding-top:0px;
	}

	#header .facia .logo{
		flex-grow: 1;
		flex-shrink: 1;
		padding-left:16px;
	}

	#header .facia .logo a{
		display:flex;
		width:170px;
	}

	#header .facia .logo .bi{
		width:136px;
	}

	#header .facia .logo .bi_local{
		width:28px;
	}
	
	#header .facia .search,
	#header .facia .quick{
		display:none;
	}

	#header .facia .toggle{
		display:block;
	}

	#header .facia .toggle #header_all_menu{
		width:58px;
		height:56px;
		background: url(/assets/icon/menu.svg) 50% no-repeat;
		background-size: 28px 100%;		
	}

	#header .inb{
		display:block;
		padding-left:16px;
		padding-right:16px;
		padding-bottom:16px;
	}

	#header .inb .menu_list{
		display:grid;
		grid-template-columns: repeat(5, 1fr);
	}

	#header .inb .menu_list li{
		text-align:center;
	}

	#header .inb .menu_list button{
		display:inline-flex;
		flex-direction: column;
		justify-content: center;
		text-align:center
	}

	#header .inb .menu_list .icon:not(.charter){
		width:48px;
		height:48px;
		background-repeat:no-repeat;
		background-size:80%;
		background-position: center center;
	}
	
	#header .inb .menu_list .icon.charter{
		width:100%;
		height:48px;
		background-repeat:no-repeat;
		background-size:80%;
		background-position: center center;
	}

	#header .inb .menu_list .thepack{
		background-image: url(/assets/icon/thepack.svg);
	}

	#header .inb .menu_list .package{
		background-image: url(/assets/icon/package.svg);
	}

	#header .inb .menu_list .charter{
		background-image: url(/assets/icon/flight.svg);		
	}

	#header .inb .menu_list .airtel{
		background-image: url(/assets/icon/airtel.svg);
	}

	#header .inb .menu_list .exhibition{
		background-image: url(/assets/icon/giftbox.svg);
	}
	
	#header .inb .menu_list .label{
		font-size:0.8125rem;
	}

	#header .gnb{
		display:none;
	}
}

/******************************************************************
	Main
******************************************************************/
#main{
	min-height:600px;
}


/******************************************************************
	Footer
******************************************************************/
#footer .footer_container{
	padding-bottom:112px;
}

#footer .footer_gnb{
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

#footer .footer_gnb_container{
	position: relative;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

#footer .footer_gnb_list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px;
}

#footer .footer_gnb_list a{
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 18.5px 4px;
}

.footer_gnb_text{
	color: #1c1c1c;
	font-size: 1rem;
	font-weight: 400;
	line-height: 24px;
}

.footer_content{
	padding:32px 0;
}

#footer .footer_content_container{
	position: relative;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

#footer .footer_content_container .overview{
	color:#757575;
}

#footer .footer_content_container .overview .head{
	display:none;
}

#footer .footer_content_container .overview .infom_list{
	display:flex;
}

#footer .footer_content_container .overview .infom_list > li:not(:first-child):before{
	content:'|';
	opacity:0.8;
	padding-left:12px;
	padding-right:12px;
}

#footer .footer_content_container .overview .infom_list .label:after{
	content:':';
	padding-left:4px;
	padding-right:4px;
}

#footer .footer_content_container .announce{
	color:#757575;
	font-weight:700;
	line-height:180%;
	margin-top:8px;
}

#footer .copyright {
	color: #8F8F8F;
	font-size: .875rem;
	line-height: 20px;
	margin-top: 24px;
}


/*@media only screen and (max-device-width: 767px) {*/
@media only screen and (max-width: 767px) {
	/*	Mobile	*/
	#footer .footer_container{
		padding-bottom:84px;
	}


	#footer .footer_gnb_container,
	#footer .footer_content_container{
		max-width: 767px;
		padding: 0 16px;
	}

	#footer .footer_gnb_list{
		display: flex;
		flex-wrap: wrap;
		row-gap:6px;
		column-gap: 12px;
		align-items: center;
		padding:12px 0;
	}

	#footer .footer_gnb_list a{
		font-weight: 400;
		padding: 0;
	}

	#footer .footer_content_container .overview .head{
		display:flex;
		padding-bottom:12px;
	}

	#footer .footer_content_container .overview #toggle_footer_overview{
		display:flex;
		align-items: center;
		height:24px;
	}

	#footer .footer_content_container .overview #toggle_footer_overview .label{
		font-size:1rem;
		height:24px;
		line-height:24px;
		font-weight:700;
	}

	#footer .footer_content_container .overview #toggle_footer_overview .icon{
		height:24px;
		line-height:0px;
	}

	#footer .footer_content_container .overview #toggle_footer_overview .material-icons{
		line-height:24px;
	}

	#footer .footer_content_container .overview .infom_list{
		display:none;
	}

	#footer .footer_content_container .announce{
		line-height:140%;
		margin-top:8px;
	}
}

/******************************************************************
	Mobile Bottom Bar
******************************************************************/
#mobile_bottom_bar{
	display:none;
}

/*@media only screen and (max-device-width: 767px) {*/
@media only screen and (max-width: 767px) {
	/*	Mobile	*/
	#mobile_bottom_bar{
		position:fixed;
		left:0;
		bottom:0;
		display:block;
		width:100%;
		background-color: #FFF;
    box-shadow: 0 -2px 5px #0000001d;
		padding:6px 16px;
		z-index:10;
	}

	#mobile_bottom_bar .menu_list{
		display:grid;
		grid-template-columns: repeat(5, 1fr);
	}

	#mobile_bottom_bar .menu_list li{
		text-align:center;
	}

	#mobile_bottom_bar .menu_list button{
		display:inline-flex;
		flex-direction: column;
		justify-content: center;
		text-align:center
	}

	#mobile_bottom_bar .menu_list .label{
		font-size:0.8125rem;
	}

	#mobile_bottom_bar .menu_list .icon{
		width:48px;
		height:48px;
		background-repeat:no-repeat;
		background-size:80%;
		background-position: center center;
	}

	#mobile_bottom_bar .menu_list .all_menu{
		background-image: url(/assets/icon/menu.svg);
	}

	#mobile_bottom_bar .menu_list .search{
		background-image: url(/assets/icon/search.svg);
	}

	#mobile_bottom_bar .menu_list .check_booking{
		background-image: url(/assets/icon/check.svg);
	}

	#mobile_bottom_bar .menu_list .mypage{
		background-image: url(/assets/icon/person.svg);
	}

	#mobile_bottom_bar .menu_list .favorite{
		background-image: url(/assets/icon/favorit.svg);
	}				
}