/* style css */
body, html {
	overflow-x:hidden;
	min-width:1280px
}

img {
	-webkit-user-drag: none;
}

::selection {
   background: #0e0924;
   color: #fff
}

::-moz-selection {
   background: #0e0924;
   color: #fff
}

::-webkit-selection {
    background: #0e0924;
   color: #fff
}

body {
	-webkit-font-smoothing: antialiased;
	color:#333;
}

.row {
	padding: 0 20px;
	margin: auto
}

/* ��� */
.header {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align:center;
	z-index: 9999;
	transition:all 300ms ease-in-out;
	min-width:1280px;
	height: 100px;
	border-bottom: 1px solid rgba(217, 217, 217, 0);
	background-color: #0e0924;
}

.header.w {
	background-color: #0e0924;
}
.header.ww {
	/*background-color: #333;*/
	background-color: #0e0924;
}
.header.ww.w {
	background-color: #0e0924;
}

.header .row {
	position:relative;
	display:flex;
	align-items:center;
	justify-content: space-between;
	height: 100%;
	padding: 0 0 0 50px;
}


.header .nav {
	display:flex;
	/*position:absolute;*/
	/*left: 50%;*/
	/*transform:translate(-50%, -50%);*/
}

.header .right_box {
	display:flex;
	align-items:center;
	height: 100%;
}
.nav_wrap {
	position: absolute;
	top: 50%;
	left: calc(50% + 50px);
	transform: translate(-50%, -50%);
}
.header .nav li {
	width: 160px;
	text-align:center;
	height: 100%;
	line-height:100px;
	position: relative;
}

.header .nav li.on::after, .header .nav li:hover::after {
	content: '';
	display: inline-flex;
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 6px;
	background-color: #c69a55;
}

.header .nav li a {
	color: #c69a55;
	font-size: 18px;
	transition: .2s;
	font-family:'Pretendard-Regular';
	position: relative;
	letter-spacing: 1px;
}
/*.header .nav li.on a,
.header .nav li a:hover {
	color: #c39d82;
}*/



.header .drop_menu {
	display:none; 
	position:absolute;
	background-color: rgba(0, 0, 0, 0.35);
	width: 100%;
	top: 100px;
	left: 0;
	padding: 30px 0;
	/*height: 290px;*/
	height: 260px;
}

.header .drop_menu .drop {
	position: absolute;
	z-index: 998;
	left: calc(50% + 50px);
	transform: translateX(-50%);
	font-size: 18px;
	display: flex;
}

.header .drop_menu .drop > li {
	width: 160px;
	text-align:center;
}

.header .drop_menu .drop > li a {
	color:#fff;
	transition: .2s;
	letter-spacing: 1px;
	font-family:'Pretendard-Regular';
}

.header .drop_menu .drop > li a:hover {
	color:#c39d82;
}

.header .drop_menu .sub_menu > li {
	margin-bottom: 15px;
}

.header .tel {
	margin: 0 70px;
}

.header .menu_box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
	cursor: pointer;
	width: 180px;
	height: 100%;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.header .menu_box > span {
	font-family:'Poppins-Medium';
	font-size: 16px;
	color: #fff;
}
.header .menu_box > div {
	display: flex;
	/*justify-content: center;*/
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	gap: 3px;
	transition: .2s;
	width: 35px;
	height: 23px;
}
.header .menu_box:hover > div {
	gap: 6px;
}
.header .menu_box > div > div {
	width: 100%;
	height: 3px;
	background-color: #fff;
	transition: .2s;
}








/* =========================
   PC SIDE MENU - 2번 이미지 형태
========================= */

.side-menu-wrap {
	position: relative;
	z-index: 999999;
}

.side-menu-dim {
	position: fixed;
	inset: 0;
	background: rgba(4, 14, 42, 0.42);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 1100;
}
.side-menu-dim.open {
	opacity: 1;
	visibility: visible;
}

.side-menu-panel {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 595px;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	transform: translateX(100%);
	transition: transform 0.45s ease;
	box-sizing: border-box;
	padding: 0;
	overflow: hidden;
	z-index: 1200;
}
.side-menu-panel.open {
	transform: translateX(0);
}



.menu-close-btn {
	position: absolute;
	top: 38px;
	right: 70px;
	display: block;
	width: 35px;
	height: 23px;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	z-index: 99;
}


.menu-close-btn > div {
	display: flex;
	/*justify-content: center;*/
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	gap: 3px;
	transition: .2s;
	width: 35px;
	height: 23px;
}
.menu-close-btn:hover > div {
	gap: 6px;
}
.menu-close-btn > div > div {
	width: 100%;
	height: 3px;
	background-color: #fff;
	transition: .2s;
}

.side-menu-nav {
	position: relative;
	z-index: 2;
	height: 100%;
	box-sizing: border-box;
}

.side-menu-nav > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
	display: flex;
	flex-direction: column;
}

/* 각 메뉴는 동일한 리스트 */
.menu-item {
	position: relative;
	padding: 0 0 0 0;
	margin: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	transition: background-color 0.25s ease;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* active/hover된 항목만 파란 블록 */
.menu-item.active,
.menu-item.hovered {
	background: #0e0924;
}

/* 내부 정렬 */
.menu-main,
.menu-sub {
	padding-left: 60px;
	padding-right: 32px;
	box-sizing: border-box;
}

/* 대메뉴 줄 */
.menu-main {
	position: relative;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.menu-main .title {
	display: inline-block;
	font-family: 'Pretendard-Bold';
	font-size: 24px;
	line-height: 1;
	color: rgb(255, 255, 255);
	transition: color 0.2s ease, opacity 0.2s ease;
}

.menu-item.active .menu-main .title,
.menu-item.hovered .menu-main .title {
	color: #c39d82;
}

.menu-item.active .menu-main::after,
.menu-item.hovered .menu-main::after {
	content: "";
	position: absolute;
	left: calc(100%);
	top: calc(50% - 14px);
	width: 171px;
	height: 27px;
	transform: translateY(-50%);
	background-image: url("../img/menu_title_after.png");
}

/* 서브메뉴 */
.menu-sub {
	display: none;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0;
	margin: 25px 0 0 0;
	padding-top: 0;
	padding-bottom: 0;
	list-style: none;
	position: absolute;
	top: 50%;
	left: 0;
}

/* active / hover 시만 서브메뉴 표시 */
.menu-item.active .menu-sub,
.menu-item.hovered .menu-sub {
	display: flex;
}

.menu-sub li {
	position: relative;
	padding: 0 12px;
}

.menu-sub li:first-child {
	padding-left: 0;
}


.menu-sub li a {
	font-size: 15px;
	line-height: 1;
	font-family: 'Pretendard-SemiBold';
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease;
}
.menu-sub li a.active {
	color: #c39d82;
}
.menu-sub li a.active:hover {
	color: #c39d82;
}
.menu-sub li a:hover {
	color: #c39d82;
}

body.menu-open {
	overflow: hidden;
}

/* hover 중이면 원래 active는 일반 메뉴처럼 흐리게 */
.side-menu-nav.is-hovering .menu-item.active:not(.hovered) {
	background: transparent;
}

.side-menu-nav.is-hovering .menu-item.active:not(.hovered) .menu-main .title {
	color: rgba(255, 255, 255, 0.26);
}

.side-menu-nav.is-hovering .menu-item.active:not(.hovered) .menu-main::after {
	display: none;
}

.side-menu-nav.is-hovering .menu-item.active:not(.hovered) .menu-sub {
	display: none;
}















.header .right_wingbanner {
	position: fixed;
    top: 0;
    right: 0;
	width: 100px;
	z-index: 999999;
}

.header .right_wingbanner a {
	display: block;
	width: 100%;
	height: 100%;
}

.header .right_wingbanner .popup {
	background-color: #0e0924;
	background-image: url("../img/popup_btn.png");
	background-position: center;
	height: 100px;
	font-size: 0;
}

.header .right_wingbanner .regi {
	background-color: #244677;
	background-image: url("../img/regi_btn.png");
	background-position: center;
	height: 130px;
	font-size: 0;
}

.header .right_wingbanner .open {
	background-color: #2a3d49;
	background-image: url("../img/open_btn.png");
	background-position: center;
	width: 100px;
	height: 320px;
	font-size: 0;
}

.header .right_wingbanner .loca {
	background-color: #008890;
	background-image: url("../img/loca_btn.png");
	background-position: center;
	height: 130px;
	font-size: 0;
}

.header .right_wingbanner .top {
	background-color: #616161;
	background-image: url("../img/top_btn.png");
	background-position: center;
	height: 100px;
	font-size: 0;
	cursor: pointer;
}

.top_regi_btn {
	margin-left: 30px;
	margin-right: 50px;
	position: relative;
}
.top_regi_btn::after {
	content: '|';
	display: inline-block;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	color: #0e0924;
	font-size: 20px;
}

.footer {
	padding: 60px 0;
	text-align:center;
	background-color:#0e0924;
	font-size: 15px;
	font-family:'Pretendard-SemiBold';
	color:#ffffff;
}

.footer .phara {
	margin-bottom: 20px;
}
.footer .phara_2 {
	font-size: 15px;
	margin-bottom: 20px;
	margin-top: 30px;
	color: rgba(255, 255, 255, 0.4);
}
.footer .phara_2 em {
	color:#ffffff;
}
.footer .phara_3 {
	font-size: 13px;
	margin-bottom: 20px;
	margin-top: 30px;
	color: rgba(255, 255, 255, 0.11);
	font-weight: lighter;
}
.footer .c_info {
	margin-bottom: 20px;
	font-family:'Pretendard-Regular';
	color: rgba(255, 255, 255, 0.4);
}





.floating {
	position: absolute;
	top: calc(50% + 40px);
	transform: translateY(-50%);
	right: 0;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.floating > a {
	width: 100px;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #0e0924;
	border: 1px solid #fff;
	font-family:'NanumSquareB.woff';
}
.floating > a.floating_a01 {
	background-color: #0e0924;
	height: 100px;
}
.floating > a > em {
	display: inline-block;
	line-height: 1.3;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	font-family: 'NotoSansKR-Regular';
}

.floating img {
	filter: brightness(0) invert(1);
}









.video-container {
    position: relative;
    padding-bottom: 53.5%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1800px) {
	.header .right_box > a {
		margin: 0;
		transform: scale(0.75);
	}

}
@media screen and (max-width:1700px) {
	.header .row {
		padding: 0 20px;
	}
	.header .row .logo {
		transform: scale(0.75);
	}
	.header .nav li, .header .drop_menu .drop > li {
		width: 110px;
	}
}
@media screen and (max-width: 1400px) {
	.header .row .logo {
		transform-origin: left;
	}
	.header .nav li, .header .drop_menu .drop > li {
		width: 100px;
	}
	.header .right_box > a {
		transform: scale(0.55);
	}
	.top_regi_btn {
		left: 20px;
	}
	.tel {
		transform-origin: left;
	}
}

@media(min-width:992px) {
	.pc {
		display:block !important
	}

	.mobile {
		display:none !important
	}
}

@media(max-width:991px) {
	.pc {
		display:none !important
	}

	.mobile {
		display:block !important
	}
}
