.floating {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999999;

}

.mfloating {
	display: none;
}

.sub_mfloating {
	display: none;
}

.section_01 {
	position: relative;
}


/* style css */
body, html {
	overflow-x:hidden;
	min-width:1280px
}

img {
	-webkit-user-drag: none;
}

::selection {
   background: #0A4E72;
   color: #fff
}

::-moz-selection {
   background: #0A4E72;
   color: #fff
}


::-webkit-selection {
    background: #0A4E72;
   color: #fff
}


body, html {

}

body {
	-webkit-font-smoothing: antialiased;
	color:#333;
}

.row {
	padding: 0 20px;
	margin: auto;
	/*font-family: 'pretendard', sans-serif !important;*/
}

/* ��� */
.header {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align:center;
	z-index: 999999;
	transition:all 300ms ease-in-out;
	background-color: transparent;
	transition: background-color 0.3s ease;
	min-width:1280px;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	height: 100px;
}

.header .row {
	position:relative;
	display:flex;
	align-items:center;
	justify-content: space-between;
	height: 110%;
	/*border-bottom: 2px solid  rgba(46, 46, 46, 0.1);*/
}

.header.w {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}


.header .nav {
	display: flex;
	position: absolute;
	left: 50%;
	gap: 30px;
	transform: translate(-50%, -50%);
}

.header .right_box {
	display:flex;
	align-items:center;
	height: 100%;
}

.header .tel {
	display: inline-block;
	height: 31px;
	width: 221px;
	/*text-indent: -9999px;*/
	position: initial;
	margin-right: 180px;
}

.header .nav li {
	width: 120px;
	text-align:center;
	height: 100%;
	line-height:100px;
	font-size: 17px;
	font-weight: 100;
}


.header .nav li a {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400; /* 레귤러 */

	letter-spacing:-1px;
}

.header .nav li.on a,
.header .nav li a:hover {
	color: #000;
}
a.logo {
	margin-left: 70px;
}
a.tel {
	position: relative;
	right: 155px;
}

.header .drop_menu {
	display:none;
	position:absolute;
	background-color:rgba(255, 255, 255, .9);
	width: 100%;
	top: 100px;
	left: 0;
	padding: 30px 0;
	height: 315px;
}

.header .drop_menu .drop {
	position:absolute;
	z-index: 998;
	left: 50%;
	transform:translate(-50%, 0);
	font-size: 16px;
	display: flex;
	gap: 30px;
}

.header .drop_menu .drop > li {
	width: 120px;
	text-align:center;
}

.header .drop_menu .drop > li a {
	color:#000;
}

.header .drop_menu .drop > li a:hover {
	font-weight: bold;
}

.header .drop_menu .sub_menu > li {
	margin-bottom: 15px;
	letter-spacing:-1px
}

.footer {
	font-family: 'Noto Sans KR', sans-serif !important;
	padding: 60px 0;
	text-align:center;
	background-color:#F5F5F5;
}



.cp_info {
	padding: 30px;
	gap: 6px;
	display: flex;
	flex-direction: column;
	color: #2e2e2e;
	font-size: 15px;
}

.cp_info_plus {
	color: #8c8b8b;
	font-size: 15px;
	text-align: left;
	/*white-space: normal;*/
	/*word-wrap: break-word;*/
	/*max-width: 820px;*/
	/*position: relative;*/
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
	display: flex;
	justify-content: center;
}

em {
	font-size: 14px;
	position: relative;
	bottom: 2px;
	color: rgba(89, 87, 87, 0.7);
}

.footer .cp_info p em {
	font-size: 14px;
	position: relative;
	bottom: 2px;
	color: rgba(89, 87, 87, 0.7);
}

.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%;
}


.main_floating_regi {
	position: fixed;
	top: 50%;
	right: 0;
	background-color: #0d2144;
	width: 70px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	transform: translateY(-50%) translateX(100%);
	transition: .4s;
	animation: main_floating_regi ease-in-out .8s 1.8s forwards;
}
@keyframes main_floating_regi {
	from {
		transform: translateY(-50%) translateX(100%);
	}
	to {
		transform: translateY(-50%) translateX(0);
	}
}

.main_floating_regi_img {
	width: fit-content;
	position: relative;
	overflow: hidden;
}
/*.main_floating_regi:hover .main_floating_regi_img {
	filter: invert(29%) sepia(92%) saturate(3670%) hue-rotate(184deg) brightness(103%) contrast(101%);
 }*/
.main_floating_regi_arrow {
	position: absolute;
	bottom: 3px;
	left: calc(50% - 2px);
	transform: translateX(-50%);
}
.main_floating_regi:hover .main_floating_regi_arrow {
	animation: main_floating_regi_arrow ease-in-out 1.3s infinite;
}
@keyframes main_floating_regi_arrow {
	0% {
		transform: translateX(calc(-50% - 2px));
	}
	30% {
		transform: translateX(calc(-50% + 25px));
	}
	31% {
		transform: translateX(calc(-50% - 25px));
	}
	60% {
		transform: translateX(calc(-50% - 2px));
	}
	100% {
		transform: translateX(calc(-50% - 2px));
	}
}



@media screen and (max-width: 1600px) {
	.header .row {
		padding: 0 50px;
	}
	.header .nav {
		display: flex;
		height: 100%;
		position: static;
		left: auto;
		gap: normal;
		transform: none;
	}

	.header .logo {
		background-size: contain;
		width: 380px;
		height: 25px;
	}

	.header .logo img {
		max-width: unset;
	}

	.header .tel {
		background-size: contain;
		width: 180px;
		height: 25px;
	}

	.header .drop_menu .drop {
		right: 255px;
	}

	.footer {
		padding: 80px 130px 80px 50px;
	}

	.footer .logo {
		width: 400px;
	}

	.footer .rt_area {
		width: 650px;
	}
}















@media(min-width:992px) {
	.pc {
		display:block !important
	}

	.mobile {
		display:none !important
	}
}

@media(max-width:991px) {

	.pc {
		display:none !important
	}

	.mobile {
		display:block !important
	}



}

@media(max-width:575px) {




}