/* style css */
body, html {
	overflow-x:hidden;
	min-width:1440px;
}

::selection {
   background: #586d8c;
   color: #fff
}

::-moz-selection {
   background: #586d8c;
   color: #fff
}


::-webkit-selection {
    background: #586d8c;
   color: #fff
}


.flex {
	display: -webkit-flex;
	display: flex
}

.flex-v {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; 
	align-items: center
}

body, html {
	
}

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;
	height: 100px;
	min-width:1440px;
	border-bottom:1px solid rgba(255, 255, 255, .5);
}

.header.b {
	background-color:rgba(0,0,0,.7);
}

.header.w,
.header.ww {
	background-color:#fff;
}

.header .row {
	max-width:1830px;
}

.header #player {
	display:none;
}

.header .row > .F-left {
	width: 30%;
	padding-top: 30px;
}

.header .row > .F-right {
	width: 70%;
	padding-top: 35px;
}

.header .logo {
	display:inline-block;
	width: 173px;
	height: 39px;
	background-image:url('../img_n/logo_img.png');
	background-size:100%;
}

.header.ww .logo,
.header.w .logo {
	background-image:url('../img_n/logo_img_b.png');
}

.header .radio-wrap {
	width: 20%;
	text-align:right;
}

.header  .radio-btn {
	display:inline-block;
	width: 112px;
	height: 27px;
	background-image:url('../img_n/radio_off_btn.png');
	background-size:100%;
	margin-right: 50px;
	cursor:pointer;
}

.header.ww .radio-btn,
.header.w  .radio-btn {
	background-image:url('../img_n/radio_off_btn_b.png');
}

.header  .radio-btn.play {
	background-image:url('../img_n/radio_on_btn.png');
}

.header.ww .radio-btn.play,
.header.w  .radio-btn.play	 {
	background-image:url('../img_n/radio_on_btn_b.png');
}

.header .menu-wrap {
	position:relative;
	width:calc(((100vw - (50vw + 545px) - ((100vw - 1790px) / 2)) / 2 ) * 0.7);
	text-align:center;
}

.header .menu-btn {
	position:relative;
	display:inline-block;
	width: 32px;
	height: 24px;
	background-image:url('../img_n/menu_btn.png');
	background-size:100%;
	cursor:pointer;
}



.header.ww .menu-btn,
.header.w .menu-btn {
	background-image:url('../img_n/menu_btn_b.png');
}

.header .menu-wrap::before {
	display:inline-block;
	content:'';
	position:absolute;
	width: 1px;
	height: 100px;
	top: -35px;
	left: 0;
	background-color:rgba(255, 255, 255, .5);
}

.header .menu-wrap::after {
	display:inline-block;
	content:'';
	position:absolute;
	width: 1px;
	height: 100px;
	top: -35px;
	right: 0;
	background-color:rgba(255, 255, 255, .5);
}

.header.ww .menu-wrap::before,
.header.ww .menu-wrap::after,
.header.w .menu-wrap::before,
.header.w .menu-wrap::after {
	background-color:#dfe3e9;
}



.header .menu-btn.open {
	width: 32px;
	height: 32px;
	background-image:url('../img_n/close_btn.png');
}

.header.ww .menu-btn.open,
.header.w .menu-btn.open {
	width: 32px;
	height: 32px;
	background-image:url('../img_n/close_btn_b.png');
}

.header .tel-wrap {
	text-align:right;
	width:calc(((100vw - (50vw + 545px) - ((100vw - 1790px) / 2)) / 2 ) * 1.3);
}


.header .tel {
	display:inline-block;
	width: 194px;
	height: 27px;
	background-image:url('../img_n/tel_img.png');
	background-size:100%;
}

.header.ww .tel,
.header.w .tel {
	background-image:url('../img_n/tel_img_b.png');
}

.nav-menu {
	display:none;
	background-color:rgba(17, 28, 61, .9);
	height: calc(100vh - 100px);
	position:fixed;
	top: 100px;
	right: 0;
	z-index: 9999;
	overflow-y:auto;
	border-top:1px solid #fff;
	letter-spacing:-1px;
	
}

.nav-menu.new {
	width: 35vw;
	background-color:rgba(8, 18, 34, 0.9);
	min-width:600px;
	display:none;
}

.nav-menu.new.open {
	display:block;
}

.nav-menu .inner {
	width: 100%;
	height: 100%;
}

.nav-menu.new .inner {
	display:flex;
	align-items:center;
}

.nav-menu .logo-box {
	position:absolute;
	left: 0;
	right: 0;
	width: 100%;
	text-align:center;
	bottom: 70px;
	/* border-bottom:1px solid #cfd3de; */
	/* margin-bottom: 40px; */
}

.nav-menu.new .logo-box {
	left: auto;
	position:absolute;
	right: 70px;
	text-align:right;
	bottom: 70px;
}

.nav-menu .menu > li {
	padding: 15px;
	padding-left: 35px;
}

.nav-menu.new .menu > li {
	position:relative;
	padding: 20px 25px;
	padding-right: 0;
	padding-left: 0;
	
}

.nav-menu .menu > li:hover,
.nav-menu .menu > li.active {
	/* background-color:#89715c; */
	cursor:pointer;
}

.nav-menu.new .menu > li:hover,
.nav-menu.new .menu > li.active {
	cursor:default;
}

.nav-menu .menu > li.active > a,
.nav-menu .menu > li:hover > a {
	position:relative;
	color:#fff;
	font-weight:bold;
}

.nav-menu.new .menu > li > a {
	padding-left: 80px;
	!padding-right: 60px;
	font-size:30px;
	cursor:pointer;
	font-family:'NotoSansKR-Light';
	color:#fffefe;
	letter-spacing:-2px;
}

.nav-menu .menu > li.active > a::before,
.nav-menu .menu > li:hover > a::before {
	content:'';
	display:block;
	position:absolute;
	left: -35px;
	!width: calc(100% + 35px);
	background-color:#64697e;
	height: 2px;
	bottom: -10px;
}	

.nav-menu.new .menu > li.active > a::before,
.nav-menu.new .menu > li > a:hover::before,
.nav-menu.new .menu > li > a.on::before {
	left: 0;
	width: 100%;
	font-family:'NotoSansKR-Bold';
}



.nav-menu .menu > li > a span {
	letter-spacing:2px;
	color:#fff;
	display:inline-block;
	margin: 0 10px;
	font-size:17px;
}

.nav-menu .menu > li > a {
	color:#fff;
	font-size:20px;
	!padding-right: 60px;
}

.nav-menu .drop-menu {
	display:none;
	padding-top: 30px;
	padding-left: 60px;
}

.nav-menu.new .drop-menu {
	position:absolute;
	top: 0;
}

.nav-menu .drop-menu li {
	padding: 8px;
	color:#a6a6a6
}

.nav-menu .drop-menu li a {
	color:#a0a1a9;
}

.nav-menu.new .drop-menu li a {
	font-size:20px;
	font-family:'NotoSansKR-Light';
}

.nav-menu .drop-menu li:hover {
	background-color:transparent;
	
}

.nav-menu .drop-menu li:hover a {
	color:#fff;

}



.footer {
	background-color:#324461;
	padding: 60px 20px;
	text-align:center;
}


.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%;
}

.footer {
	background-color:#fff;
	padding: 40px 20px;
}

@media(max-width:1830px) {
	.header .menu-wrap {
		width:calc(((100vw - (50vw + 415px)) / 2 ) * 0.5);
	}
	
	.header .tel-wrap {
		width:calc(((100vw - (50vw + 415px)) / 2 ) * 1.5);
	}
}

@media(max-width:1600px) {

	.nav-menu .logo-box {
		bottom: 30px;
	}
}

@media(max-width:1440px) {
	.header .menu-wrap {
		width: 100px;
	}
	
	.header .tel-wrap {
		width: 250px;
	}
}



@media(min-width:1024px) {
	.pc {
		display:block
	}

	.mobile {
		display:none
	}
}

@media(max-width:1024px) {

	.pc {
		display:none
	}

	.mobile {
		display:block
	}

	

}

@media(max-width:575px) {

	


}