/* style css */
body, html {
	overflow-x:hidden;
	min-width:1280px
}

body, html {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

body::-webkit-scrollbar, html::-webkit-scrollbar {
	display: none;
}

img {
	-webkit-user-drag: none;
}

::selection {
   background: #009dac;
   color: #fff
}

::-moz-selection {
   background: #009dac;
   color: #fff
}

::-webkit-selection {
    background: #009dac;
   color: #fff
}

body, html {
	
}

body {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	user-select:none;
	-webkit-font-smoothing: antialiased;
	color:#333;
}

.row {
	padding: 0 20px;
	margin: auto
}

.header {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align:center;
	transition:all 300ms ease-in-out;
	min-width:1280px;
	height: 100px;
	z-index: 99999;
	border-bottom: 1px solid #e0e0e0;
	background-color: #fff;
}

.header .row {
	position:relative;
	display:flex;
	align-items:center;
	justify-content: space-between;
	height: 100%;
	padding: 0 140px 0 80px;
}

.header .nav {
	display:flex;
	position:absolute;
	left: 50%;
	transform:translate(-50%, -50%);
}

.header .right_box {
	display:flex;
	align-items:center;
	height: 100%;
}

.header .nav li {
	width: 120px;
	text-align:center;
	height: 100%;
	line-height:100px;
}

.header .nav li a {
	font-family:'Noto Sans CJK KR';
	letter-spacing:-1px;
	font-size: 18px;
	color: #4b4b4b; 
	font-weight: 400;
}

.header .nav li.on a,
.header .nav li a:hover {
	color:#009dac;
	font-weight: 500;
}

.header .drop_menu {
	display:none; 
	position:absolute;
	background-color:rgba(255, 255, 255, .9);
	width: 100%;
	top: 100px;
	left: 0;
	padding: 30px 0;
	height: 170px;
	border-bottom: 1px solid #e0e0e0;
}

.header .drop_menu .drop {
	position:absolute;
	z-index: 998;
	left: 50%;
	transform:translate(-50%, 0);
	font-size:15px;
	display: flex;
}

.header .drop_menu .drop > li {
	width: 120px;
	text-align:center;
}

.header .drop_menu .drop > li a {
	color:#4b4b4b;
	font-family:'Noto Sans CJK KR';
	font-weight: 400;
	font-size: 16px;
	letter-spacing:-1px;
}

.header .drop_menu .drop > li a:hover {
	font-weight: 500;
}

.header .drop_menu .sub_menu > li {
	margin-bottom: 15px;
	letter-spacing:-1px
}

.footer {
	padding: 45px 0;
	background-color:#1d1d1d;
	text-align: center;
	font-family: 'Noto Sans CJK KR';
	font-weight: 300;
	letter-spacing: -0.5px;
}

.footer .logo_zone {
	display: flex;
	margin: 0 auto 15px;
	width: 250px;
	justify-content: space-between;
	color: #dfdfdf;
	font-size: 17px;
}

.footer p {
	color: #787878;
	font-size: 15px;
	margin-top: 15px;
}

.footer span {
	display: block;
	color: #dfdfdf;
	margin-top: 5px;
}

.right_banner {
	position: fixed;
	z-index: 999999;
	background-color:#efefef;
	width: 100px;
	top: 0;
	bottom: 0;
	right: 0;
	height: calc(var(--vh));
}

.right_banner li {
	background-position:center;
	font-size: 0px;
	height: 120px;
	position: relative;
}

.right_banner li a {
	display:block;
	width: 100%;
	height: 100%;
	background-position:center;
}

.right_banner li::after {
	width: 75px;
    height: 1px;
    background-color: #cccbcb;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
	transform: translateX(-50%);
    bottom: 0;
	z-index: 99;
}

.right_banner li.open {
	height: 100px;
	background-color:#009dac;
	background-image:url('../img/open_banner_01_new.png?new');
}

.right_banner li.open::after, .right_banner li.regi::after, .right_banner li.back-top::after {
	display: none;
}

.right_banner li.regi {
	height: 150px;
	background-color:#004148;
	background-image:url('../img/regi_banner.png?new');
}

.right_banner li.regi {
	height: 150px;
	background-color:#004148;
	background-image:url('../img/regi_banner.png?new');
}

.right_banner li.apt {
	height: 140px;
}

.right_banner li.posi a {
	background-image:url('../img/busi_banner.png?new');
}

.right_banner li.floor a {
	background-image:url('../img/floor_banner.png?new');
}

.right_banner li.pre a {
	background-image:url('../img/pre_banner_new.png?new');
}

.right_banner li.loca a {
	background-image:url('../img/loca_banner.png?new');
}

.right_banner li.apt a {
	background-image:url('../img/apt_banner.png?new');
}

.right_banner li.back-top {
	background-image:url('../img/top_banner.png?new');
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 33px;
	height: 36px;
	cursor: pointer;
}

.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(max-width:1400px) {
	.header .row { 
		padding: 0px 120px 0px 40px;
	}
}

@media(min-width:992px) {
	.pc {
		display:block !important
	}

	.mobile {
		display:none !important
	}
}

@media(max-width:991px) {
	.pc {
		display:none !important
	}

	.mobile {
		display:block !important
	}
}