/* 초기 로딩 깜빡임 방지 */
body {
	visibility: hidden;
	opacity: 0;
}

body.is-loaded {
	visibility: visible;
	opacity: 1;
}

/* style css */
body, html {
	overflow-x:hidden;
	min-width:1280px
}
.no-drag,
img {
	user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	pointer-events: none;
}


::selection {
   background: #ea6e15;
   color: #fff
}

::-moz-selection {
   background: #ea6e15;
   color: #fff
}

::-webkit-selection {
    background: #ea6e15;
   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);
}

.header.w, .header.www {
	background-color: #fff;
}
.header.w_sec02 {
	background-color: #fff !important;
}
.header.ww {
	/*background-color: #333;*/
	/*background-color: #0e0924;*/
}
.header.ww.w {
	/*background-color: #0e0924;*/
}


.header.w, .header.www {
	background-color: rgba(255, 255, 255, 0);
}
.header::after {
	background-color: rgba(255, 255, 255, 0);
	width: 100vw;
	height: 160px;
	top: 0px;
	left: 0;
	content: '';
	display: inline-block;
	position: absolute;
	transition: all 300ms ease-in-out;
}
.header.w::after, .header.www::after, .header.w_sec02::after {
	background-color: #FFFFFF;
}
.header.w_sec02.w_sec03::after {
	background-color: rgba(255, 255, 255, 0);
	display: none;
}


.header .row {
	position:relative;
	display:flex;
	align-items:center;
	justify-content: space-between;
	height: 100%;
	padding: 0 0 0 50px;
	z-index: 99;
}


.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% + 220px);*/

	left: calc(50% + 0px);
	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: 65%;
	height: 6px;
	background-color: #e86303;
}

.header .nav li a {
	color: #fff;
	font-size: 18px;
	transition: .2s;
	font-family:'Pretendard-Regular';
	position: relative;
	letter-spacing: 1px;
}
.header.w .nav li a, .header.www .nav li a {
	color: #000;
}
.header.w_sec02 .nav li a {
	color: #000 !important;
}
.header .nav li.on a,
.header .nav li a:hover {
	color: #e86303;
}



.header .drop_menu {
	display:none; 
	position:absolute;
	background-color: #fff;
	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% + 0px);
	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:#000;
	transition: .2s;
	letter-spacing: 1px;
	font-family:'Pretendard-Regular';
}

.header .drop_menu .drop > li a:hover {
	color:#e86303;
}

.header .drop_menu .sub_menu > li {
	margin-bottom: 15px;
}

.header .tel {
	margin: 0 70px;
	background-image: url("../img/tel_img_n.png");
	width: 240px;
	height: 46px;
	background-size: cover;
	cursor: default !important;
}
.header.w .tel, .header.www .tel {
	background-image: url("../img/tel_img_w_n.png");
}
.header.w_sec02 .tel {
	background-image: url("../img/tel_img_w_n.png") !important;
}

.header .logo {
	background-image: url("../img/logo_img.png");
	width: 227px;
	height: 32px;
	background-size: cover;
}
.header.w .logo, .header.www .logo {
	background-image: url("../img/logo_img_w.png");
}
.header.w_sec02 .logo {
	background-image: url("../img/logo_img_w.png") !important;
}



.open_box {
	position: absolute;
	bottom: -30px;
	right: 70px;
	z-index: 99;
}






.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
========================= */

.footer {
	position: relative;
	padding: 52px 0 44px;
	background: #1c1c1c;
	text-align: center;
	overflow: hidden;
}

.footer-inner {
	position: relative;
	width: min(1200px, 90vw);
	margin: 0 auto;
}

.footer-logo img {
	height: 34px;
	width: auto;
}

.footer-info {
	margin-top: 30px;
	font-family:'Pretendard-Bold';
	font-size: 15px;
	line-height: 1.6;
	color: #fff;
	letter-spacing: -0.2px;
}

.footer-info span {
	display: inline-block;
	margin: 0 10px;
	color: rgba(255,255,255,0.28);
}

.footer-copy {
	font-family:'Pretendard-Bold';
	font-size: 15px;
	letter-spacing: 0.2px;
	color: #fff;
}

.footer-notice {
	margin-top: 24px;
}

.footer-notice p {
	margin: 0;
	font-family:'Pretendard-Light';
	font-size: 15px;
	line-height: 1.72;
	letter-spacing: -0.2px;
	color: rgba(255, 255, 255, 0.58);
}

.footer-agency {
	margin-top: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-family:'Pretendard-Regular';
	color: rgba(255, 255, 255, 0.58);
	font-size: 13px;
}


.footer-top-btn {
	position: absolute;
	top: 30px;
	right: 100px;
	width: 86px;
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	cursor: pointer;
}

.footer-top-btn img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	pointer-events: none;
}

/* hover */

.footer-top-btn {
	transition: transform .45s cubic-bezier(.22,1,.36,1);
}

.footer-top-btn:hover {
	transform: translateY(-6px);
}





.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 .nav li a {
		font-size: 16px;
	}
	.header .nav li {
		width: 130px;
	}
}
@media screen and (max-width:1700px) {

	.header .row .logo {
		transform: scale(0.75);
	}
	.nav_wrap {
		left: 50%;
	}


}
@media screen and (max-width: 1400px) {
	.header .row .logo {
		transform-origin: left;
	}
	.header .nav li, .header .drop_menu .drop > li {
		width: 100px;
	}

	.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
	}
}
