
header{
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	display: block;
	z-index: 99999;
    border-bottom: 1px solid rgba( 255 255 255 / 10%);
}

header.on,
header.sub{
	background: #fff;
	box-shadow: 1px 1px 10px rgba( 0 0 0 / 5%);
    transition: 1s;
}


header .logo {
    display: block;
    width: 135px;
    height: 46px;
	background: url("../images/common/logo.png") no-repeat;
    position: absolute;
	top: 12px;
	left: 5%;
}


header .inner{
	margin: 0 auto;
	width: 1400px;
}


/*모바일메뉴*/

.m-nav-wrap {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 60px;
	right: 0;
    width: 100%;
    height: 100vh;
	padding: 20px;
	/* background: linear-gradient(to right, #b541ff, #6464e5);
	 */
	background-color: #111;
	background: url(../images/main/visual-img.png) no-repeat center / cover;
	box-shadow: 1px 1px 10px rgba( 0 0 0 / 10%);
}

.m-nav-wrap>.inner {
    padding: 50px;
}

.m-nav-wrap h4 {
    font-weight: 600;
    line-height: 1.6em;
}

.m-nav-wrap .row {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.m-nav-wrap .row:last-child {
    border-bottom: 0;
}

.m-nav-wrap ul li {
    margin-bottom: 0px;
}



#mobile-nav li a {
	position: relative;
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 93% center;
    transform: none;
	border-bottom: 1px solid rgba( 255 255 255 / 20%);
}

#mobile-nav li a.active {
	padding: 15px;
    color: #fff;
    background-position: 93% center;
}

#mobile-nav li a.active::after {
    position: absolute;
    top: 11px;
    left: 6px;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
}

#mobile-nav li ul {
    display: none;
}


#mobile-nav li ul li a {
    padding: 15px;
    background: #fff;
    box-shadow: 2px 1px 3px rgb(0 0 0 / 15%);
    color: #333;
    font-weight: 400;
}

#mobile-nav > li{
    font-weight: 800;
}

.m-nav-wrap .reserv-btn{
	display: none;
}

.reserv-btn{
	display: flex;
	position: fixed;
	top: 10px;
	right: 20px;
	border-radius: 50px;
	overflow: hidden;
	background: linear-gradient(-45deg, #b541ff, #6464e5);
    background-size: 400% 400%;
    animation: AnimationName 15s ease infinite;
}

.reserv-btn li a{
	position: relative;
	padding: 13px 20px 13px 50px;
}

.reserv-btn li:first-child a{
	background: url("../images/common/icon-reserv.png") 20px center / 20px no-repeat;
}

.reserv-btn li:first-child a::before{
	display: block;
	content: "";
	width: 1px;
	height: 20px;
	background-color: rgba(255 255 255 / 15%);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.reserv-btn li:last-child a{
	background: url("../images/common/icon-reserv2.png") 20px center / 20px no-repeat;
}

.reserv-btn a{
	display: block;
	text-align: center;
	color: #fff;
}



.gnb-box {
	display: table;
	margin: 0 auto;
}
.gnb-box>li {
	float: left;
	position: relative;
	width: 150px;
	text-align: center;
}
.gnb-box>li>a {
	display:block;
	position:relative;
    color: #fff;
	height:70px;
	line-height:70px;
	-webkit-transition:color .3s linear;
	transition:color .3s linear;
}

header.on .gnb-box>li>a,
header.sub .gnb-box>li>a {
	color: #333;
}

.gnb-box>li .child_button {
	display:none
}
.gnb-box>li>a:after {
	position: absolute;
	top: 52px;
	left: 50%;
	transform: translateX(-50%);
	content:"";
	display:block;
	width:5px;
	height:5px;
	border-radius: 5px;
	background: #bdb4dc;
	visibility:hidden;
	opacity:0;
}



.gnb-box>li.active>a:before {
	visibility:visible;
	opacity: 1
}

.gnb-btn {
	z-index: 999999;
	position: absolute;
	right: 15px;
	top: 10px;
}

.gnb-btn button{
    display: none;
	position: relative;
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
}

.gnb-btn button span{
	position: absolute;
	display: block;
	height: 2px;
	width: 22px;
	background: #333;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: -11px;
	transition: all 0.5s;
}


.gnb-btn button span:before{
	position: absolute;
	content:'';
	display: block;
	height: 100%;
	width: 100%;
	background: #333;
	top: -7px;
	transform: rotate(0deg);
	transition: all 0.5s;
}

.gnb-btn button span:after{
	content:'';
	display: block;
	height: 100%;
	width: 100%;
	background: #333;
	position: absolute;
	top: 7px;
	transform: rotate(0deg);
	transition: all 0.5s;
}

.gnb-btn.gnb-btn-active button span{
	background: transparent;
}

.gnb-btn.gnb-btn-active button span:before{
	transform: rotate(135deg);
	top: 0;
}

.gnb-btn.gnb-btn-active button span:after{
	transform: rotate(-135deg);top: 0;
}

.gnb-btn.mobile{display: none;}


.slg{
    background: url("../images/common/slg-bg.png") center / cover no-repeat ;
}

.slg .inner{
    padding: 100px 0;
    width: 1200px;
}

.slg .tbox{
    color: #fff;
    float: left;
    margin-top: 15%;
}

.slg .vdo-wrap{
    position: relative;
    float: right;
    border-radius: 20px 0 20px 0;
    overflow: hidden;
}

.slg button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-color: #ff4655;
    background-position: center;
    background-repeat: no-repeat;
}

.slg button.play{
    background-image: url("../images/common/play.png");
    background-position: 52% center;
    background-size: 18px;
}


footer{
	background: #060606;
	padding: 50px 0;
	color: #fff;
}

footer .logo{
	float: left;
	color: #fff;
}

footer .info.n-1{
	float: left;
	margin-left: 40px;
}

footer .info.n-1 li{
	margin-bottom: 5px;
	font-weight: 300;
	color: rgba(255 255 255 / 50%);
}

footer .info.n-2{
	float: right;
}

footer .info.n-2 li{
	color: rgba(255 255 255 / 50%);
}


.tab-menu{
	width: 800px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 100px auto;
	box-shadow: 1px 1px 10px rgba( 0 0 0 / 10%);
	border-radius: 50px;
	overflow: hidden;
	background: #fff;
}

.tab-menu li{
	flex:1;
}

.tab-menu li a{
	cursor: pointer;
	padding: 20px;
	text-align: center;
}

.tab-menu li.on{
	border-radius: 50px;
	background: linear-gradient(to right, #6464e5, #b541ff);
}

.tab-menu li.on a{
	color: #fff;
	font-weight: 600;
}


#sub .inner{
    width: 1200px;
}

@media screen and (max-width: 1440px){


}



@media screen and (max-width: 1280px) {

	.inner {
		width: 100%;
		padding: 0 20px;
	}

	header .gnb-box{
		display: none;
	}

	header {
		position: fixed;
		width: 100%;
		height: auto;
		background: #fff;
		box-shadow: 1px 1px 10px rgba( 0 0 0 / 5%);
	}

	header .inner {
		position: relative;
		width: 100%;
		margin: 0 auto;
		background: #fff;
		height: 60px;
	}

	header .logo {
		top: 8px;
		background-size: cover;
		width: 130px;
		height: 44px;
	}

    .gnb-btn button{
        display: block;
    }

	#sub .inner{
		width: 100%;
	}


	.slg .inner{
		padding: 50px 20px;
	}

	.slg .tbox {
		float: none;
		margin: 0 0 20px 0;
	}

	.slg .vdo-wrap {
		float: none;
		width: 100%;
	}

	.slg .vdo-wrap img{
		width: 100%;
	}

}
/*E:1280*/

@media screen and (max-width: 1024px) {

	footer > .inner {
		width: 100%;
		padding: 0 20px;
	}


	footer .gnb-mn{
		display: none;
	}

	footer .logo {
		float: none;
		color: #fff;
	}

	footer .info.n-1 {
		float: none;
		margin-left: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	footer .info.n-2 {
		float: none;
		border-top: 1px solid rgba(255 255 255 / 10%);
		margin-top: 10px;
		padding-top: 10px;
	}

	footer .info.n-2 h1{
		font-size: 20px;
	}

	.reserv-btn{
		display: none;
	}

	.m-nav-wrap .reserv-btn {
		display: flex;
		position: initial;
		margin-top: 20px;
	}

	.m-nav-wrap ul li{
		flex:1;
	}

	.m-nav-wrap .reserv-btn li:first-child a{
		margin-right: 10px;
	}

	.m-nav-wrap .reserv-btn li a {
		height: auto;
		line-height: initial;
		padding: 10px 0;
		border-radius: 0;
		padding: 15px 0 15px 30px;
		text-align: center;
	}

	.m-nav-wrap .reserv-btn a {
		display: block;
		width: auto;
		height: 60px;
		line-height: 60px;
		border-radius: 60px;
		background-position: 20px center !important;
	}

	.m-nav-wrap .reserv-btn li:first-child a {
		background-position:30px center !important;
	}

	.m-nav-wrap .reserv-btn li:last-child a {
		background-position:40px center !important;
	}




}
/*E:1024*/

@media screen and (max-width: 768px) {
	.tab-menu {
		width: 100%;
		flex-wrap: wrap;
		border-radius: 0;
		margin-bottom: 50px;
	}
	
	.tab-menu li {
		flex: auto;
		width: 50%;
		border-bottom: 1px solid #eaeaea;
	}

	.tab-menu li:nth-child(2n){
		border-left: 1px solid #eaeaea;
	}

	
	.tab-menu li.on {
		border-radius: 0;
	}

	.tab-menu li a{
		padding: 15px;
	}

	.slg .vdo-wrap{
		height: 420px;
	}

	
    .slg .inner {
        width: 100%;
		padding: 50px 20px 100px 20px;
    }

    .slg .tbox {
        color: #fff;
        float: none;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .slg .vdo-wrap {
        position: relative;
        float: none;
        width: 100%;
		height: auto;
    }

    .slg .vdo-wrap img{
        width: 100%;
    }
	.slg button{
		width: 60px;
		height: 60px;
		border-radius: 60px;
	}
}




