/*********************************
    css/common.css
*********************************/

* {
	margin			: 0;
	padding			: 0;
	font-family		: 'Nanum Gothic', sans-serif;
	border			: 0;
}

ul, img{
	font-size		: 0;
}

li {
	list-style		: none;
}

a {
	text-decoration	: none;
	color			: #000;
}

html,
body {
	width			: 100vw;
	font-size		: 14px;
	overflow-x		: hidden;
}


#bodyWrap{
	font-size		: 14px;
}

/***********************
	fullImg 
************************/
.fullImg {
	width			: 100%;
	min-height		: 100%;
} 

/***********************
	각페이지 topSlogan
************************/
.topSlogan {
	width				: 100%;
	left				: 0;
	top					: 0;
}

/**********************
	헤더
********************* */
.headerWrap{
	position		: fixed;
	top				: 0;
	left			: 0;
	width			: 100%;
	height			: 50px;
	z-index			: 2000;
}

/***********************
	logWrap 
************************/
#logWrap{
	position: fixed;
	top: 1vh;
	left: 2vw;
	width: 150px;
	z-index: 9999999;
}

#ham{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 1vw;
	top: 2vh;
	z-index: 99999;
}

#ham > img{
	width	: 100%;
	cursor	: pointer;
}

/***********************
	mainMenuWrap 
************************/
#mainMenuWrap{
/*	position			: absolute;*/
/*	top					: 0;*/
/*	left				: 0;*/
/*	width				: 100vw;*/
/*	height				: 100vh;*/
/*/*	background-color	: rgba(0, 0, 0, 0.7);*/*/
}

#mainMenu{
	width: 100vw;
	height: 100vh;
	position: absolute;
	right: -130%;
	z-index: 9999;
}

#mainMenu > li{
	width: 12.5%;
	float: left;
    height: 100%;
    text-align: center;
    font-size: 1vw;
    color: white;
    text-transform: uppercase;
    padding-top: 30vh;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 4px;
    background-image: url(/main/images/common/menu_bgB.png);
    cursor: Default;
}

#mainMenu > li:hover{
	background-image	: url(/main/images/common/menu_bgB_h.png);
}

#mainMenu > li > a{
	color				: #fff;
}
#mainMenu > li > ul {
	margin-top: 3vh;
	width: 100%;
}

#mainMenu > li > ul > li {
	font-size: 0.8vw;
    padding: 0.8vh 0;
    cursor: pointer;
    /* letter-spacing: -2px; */
    letter-spacing: -1.5px;
}

#mainMenu > li ul li a{
	color				: #fff;
}
#mainMenu > li ul li:hover a{
	text-decoration		: underline;
}

#reservation{

	position: fixed;
	top: 91.4vh;
	left: 2.5vw;
	cursor: pointer;
	/* width: 7vw; */
	width: 150px;
	z-index: 99999;
}

/*
 pull page 스크롤 스타일 A 타입
*/

.verticalSliderTypeA #main_menu {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 1vw;
	z-index: 99;
}

.verticalSliderTypeA #main_menu > li {
	width: 16px;
	height: 16px;
	background-image: url('/main/images/common/icon/sidenav_white.png');
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 1vh;
	transition: all 0.3s;
}

.verticalSliderTypeA #main_menu > li.active {
   background-image: url('/main/images/common/icon/sidenav_red.png'); 
}

.verticalSliderTypeA #main_menu > li > a {
display: block;
width: 100%;
height: 100%;
}

/*
 pull page 스크롤 스타일 B 타입
*/

.verticalSliderTypeB #main_menu {
	width: 110px;
	height: auto;
	position: fixed;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	left: 2vw;
}

.verticalSliderTypeB #main_menu > li {
	width: 110px;
	height: 14px;
	margin: 1vw 0;
	background-image: url('/main/images/common/slide/B/sidenav_0.png');
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.2s;
}

.verticalSliderTypeB #main_menu > li:nth-child(1).active {
	background-image: url('/main/images/common/slide/B/sidenav_1.png'); 
}
.verticalSliderTypeB #main_menu > li:nth-child(2).active {
	background-image: url('/main/images/common/slide/B/sidenav_2.png'); 
}
.verticalSliderTypeB #main_menu > li:nth-child(3).active {
	background-image: url('/main/images/common/slide/B/sidenav_3.png'); 
}
.verticalSliderTypeB #main_menu > li:nth-child(4).active {
	background-image: url('/main/images/common/slide/B/sidenav_4.png'); 
}
.verticalSliderTypeB #main_menu > li:nth-child(5).active {
	background-image: url('/main/images/common/slide/B/sidenav_5.png'); 
}




.verticalSliderTypeB #main_menu > li > a {
	display: block;
	width: 110px;
	height: 14px;
}



/*
	전화면 다 채우는 레이어
*/
.infoPlusInfo{
	z-index				: 50;
	position			: absolute;
	top					: 50%;
	left				: 5%;
	transform			: translateY(-50%);
	cursor				: pointer;
}

.infoMinusInfo{
	z-index				: 1050;
	position			: absolute;
	top					: 50%;
	right				: 5%;
	transform			: translateY(-50%);
	cursor				: pointer;
}

.infoWrap{
	z-index				: 1000;
	position			: absolute;
	left				: -100%;
	width				: 100%;
	height				: 100%;
	background-color	: rgba(255, 255,255, 0.9);
}

.infoContentsWrap{
	z-index				: 1050;
	position			: absolute;
	top					: 50%;
	left				: 50%;
	transform			: translate(-50%, -50%);
}

.infoTitleWrap{
	font-size			: 30px;
	color				: #4b4b4b;
	font-weight			: 700;
	text-align			: center;
	margin-bottom		: 50px;
}

.infoImgWrap{
	z-index				: 1050;
	width				: 18vw;
	height				: 18vw;
	min-width			: 12vh;
	min-height			: 12vh;
	border-radius		: 50%;
	background-position	: center;
	background-size		: cover;
	margin				: auto;
}

.infoContentWrap{
	width				: 50vw;
	height				: 25vh;
	overflow-y			: auto;
	margin-top			: 50px;
}



/**********************
	이미지 슬라이드 좌우 화살표 A 타입
********************* */
.horizontalSliderTypeA .fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    height: 59px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.horizontalSliderTypeA .fp-controlArrow.fp-prev {
	left				: 15px;
    width				: 260px;
	background-image	:url(/main/images/common/icon/arrow_prev.png);
}
.horizontalSliderTypeA .fp-controlArrow.fp-next {
	right				: 90px;
    width				: 235px;
	background-image	:url(/main/images/common/icon/arrow_next.png);
}

/**********************
	이미지 슬라이드 좌우 화살표 B 타입
********************* */
.horizontalSliderTypeB .fp-controlArrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	position: absolute;
	z-index: 4;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 0;
	height: 0;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.horizontalSliderTypeB .fp-controlArrow.fp-prev {
	position: absolute;
	right: calc(3vw + 49px);
	top: 85vh;
	width: 50px;
	height: 100px;
	background-image: url('/main/images/common/slide/B/vtc_prev.png');
	background-repeat: no-repeat;
	background-position: center;
}
.horizontalSliderTypeB .fp-controlArrow.fp-next {
	position: absolute;
	right: 3vw;
	/* top: 85vh; */
	top: calc(85vh + 1px);
	width: 50px;
	height: 100px;
	background-image: url('/main/images/common/slide/B/vtc_next.png');
	background-repeat: no-repeat;
	background-position: center;
}
.horizontalSliderTypeB .fp-slidesNav {
	display			: none;
}



/* 메인페이지 슬로건 */
.mainSlogan {
	position			: absolute;
	bottom				: 10vh;
	left				: 50%;
	transform			: translateX(-50%);
	z-index				: 3;
}

/* scroll */
#scroll {
	position			: fixed;
	bottom				: 1vh;
	left				: 50%;
	transform			: translateX(-50%);
	z-index				: 5;
}


.footerTypeB footer{
	background-color			: #191919;
}

.footerTypeB #footerTop{
	width: 100vw;
	height: 20vh;
	border-top: 1px solid #6d6d6d;
}

.footerTypeB #footerTop_wrap {
	width: 36vw;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.footerTypeB .footerTop_wrapBox {
	width: 12vw;
	height: 100%;
}
.footerTypeB .footerTop_wrapBox>img {
	display: block;
	height: 20%;
	margin: 30% auto 0;
}
.footerTypeB .footerTop_wrapBox>p {
	text-align: center;
	font-size: 0.8vw;
	padding-top: 1.5vh;
	color: #eeeeee;
	font-weight: normal;
}

.footerTypeB #footerBottom {
	width: 100vw;
	height: 21vh;
	border-top: 1px solid #393939;
}

.footerTypeB #footerBottom_wrap {
	width: 72vw;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.footerTypeB #footerBottom_wrapLeft {
	width: 28vw;
	height: 100%;
}
.footerTypeB #footerBottom_wrapLeftBox {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.footerTypeB #footerBottom_wrapLeftBox>p {
	text-align: right;
	font-size: 0.8vw;
	padding-right: 1vh;
	color: #eeeeee;
}
.footerTypeB #footerBottom_wrapLeftBox>p:last-child {
	font-size: 0.7vw;
	color: #cfcfcf;
	padding-top: 2vh;
}
.footerTypeB #footerBottom_wrapLeftBox>p:nth-child(2) {
	padding-bottom: 2vh;
}
.footerTypeB #footerBottom_wrapCenter {
	width: 18vw;
    height: 100%;
}
.footerTypeB #footerBottom_wrapCenter>img {
	height: 40%;
	margin: 0 auto;
	display: block;
	position: relative;
	top: 20%;
}
.footerTypeB #footerBottom_wrapRight {
	width: 28vw;
    height: 100%;
}
.footerTypeB #footerBottom_wrapRightBox {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.footerTypeB #footerBottom_wrapRightBox>p:first-child {
	text-align: left;
	font-size: 0.8vw;
	color: #eeeeee;
	padding: 0 0 2vh 1vh;
}
.footerTypeB #footerBottom_wrapRightBox>p:last-child {
	padding-left: 1vh;
}
.footerTypeB #footerBottom_wrapRightBox>p:last-child>img {
    margin-right: 1vh;
    width: 1.8vw;
    cursor: pointer;
}
.footerTypeB #admin {
    position: absolute;
    bottom: 23px;
    right: 60px;
    z-index: 999;
}
.footerTypeB #admin a {
    color: gray;
    font-size: 14px;
}



/* iframe 안에 실시간예약하기버튼 */
#reservationGo {
	position			: absolute;
	right				: 20px;
	top					: 100px;
	width				: 115px;
	height				: 40px;
}

#reservationGo > a {
	display				: block;
	width				: 100%;
	height				: 100%;
	text-align			: center;
	line-height			: 40px;
	color				: #fff;
	background-color	: #4b787c;
	transition			: all 0.3s;
}

#reservationGo:hover a {
	background-color	: #2c4749;
}