* {
	outline:none !important;
}

body, html {
	overflow-x:hidden;
	min-width:1280px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-overflow-style: none;
	scrollbar-width: none;
	user-select:none;
	color:#333;
	text-rendering: optimizeLegibility;
}

img {
	-webkit-user-drag: none;
}

::selection {
   background: #ff6e27;
   color: #fff
}

::-moz-selection {
   background: #ff6e27;
   color: #fff
}

::-webkit-selection {
    background: #ff6e27;
   color: #fff
}







@media (max-width: 1024px) {
	.nav {
		display: none;
	}
}

.social-container {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.social-icon {
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border: 1px solid #e0e0e0;
	transition: background-color 0.3s;
}
.social-icon:hover {
	background-color: #f5f5f5;
}
.social-icon i {
	color: #212121;
	font-size: 0.875rem;
}
.hamburger {
	display: none;
	margin-left: 0.5rem;
	background: none;
	border: none;
	cursor: pointer;
}
.hamburger svg {
	width: 1.5rem;
	height: 1.5rem;
	color: #212121;
}
h1 {
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.25;
}
@media (max-width: 1024px) {
	.logo img {
		width: 160px;
	}
	.nav {
		display: none;
	}
	.hamburger {
		display: block;
	}
}
















.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 999999;
	transition-duration: 400ms;
	min-width: 1280px;
	height: 190px;
	display: flex;
	flex-direction: column;
}

.header > div {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid rgba(166, 166, 166, 0.3);
}
.header > div:nth-child(1) {
	height: 105px;
	justify-content: space-between;
	padding: 0 176px;
}
.header > div:nth-child(2) {
	height: 85px;
}

.head_dday {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 50px;
	width: 110px;
	height: 40px;
	line-height: 1;
}
.head_sns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.head_sns > a {
	transition: .2s;
}
.head_sns > a:hover {
	transform: translateY(-5px);
}


.header .nav {
	display:flex;
	height: 100%;
}
.header .nav li {
	width: fit-content;
	text-align:center;
	line-height: 85px;
	padding: 35px;
}
.header .nav li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	letter-spacing: -1px;
	font-size: 18px;
	color:#fff;
	transition: .2s;
}
.header .nav li.on a,
.header .nav li a:hover {
	color: #ff6e27;
}




.header .drop_menu {
	display: none;
	position: absolute;
	background-color: #f1f0f6;
	width: 100%;
	top: 190px;
	left: 0;
	padding: 30px 0;
	height: 250px;
	border-bottom: 1px solid #c0c0b4;
}
.header .drop_menu .drop {
	z-index: 998;
	font-size: 18px;
	display: flex;
}

.header .drop_menu .drop > li {
	text-align:center;
	width: 128.23px;
}
.header .drop_menu .drop > li:nth-child(1) {
	width: 227.84px;
}
.header .drop_menu .drop > li:nth-child(3) {
	width: 146.83px;
}

.header .drop_menu .drop > li a {
	color: #07090f;
	transition: .3s;
	font-weight: 700;
}

.header .drop_menu .drop > li a:hover {
	font-weight: bold;
	color: #ff6e27;
}
.header .drop_menu .sub_menu {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.header .drop_menu .sub_menu > li.long_li {
	letter-spacing: -1.5px;
}





.footer {
	background-color: #080a10;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.5;
}
.footer_top {
	width: 100%;
	border-bottom: 1px solid #303136;
	display: flex;
	justify-content: center;
}
.footer_top > .wrap {
	width: 1436px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.footer_top > .wrap > div:nth-child(1) {
	display: flex;
	gap: 25px;
}
.footer_top > .wrap > div:nth-child(1) > span {
	cursor: pointer;
}
.footer_top > .wrap > div:nth-child(1) > span:nth-child(1) {
	position: relative;
}
.footer_top > .wrap > div:nth-child(1) > span:nth-child(1)::after {
	position: absolute;
	content: '|';
	display: inline-block;
	right: -16px;
	color: #393b40;
	top: 50%;
	transform: translateY(-50%);
}


.footer-container {
	width: 1436px;
	margin: 0 auto;
	padding: 60px 0;
}
.footer-main-inner {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.footer-info {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 8px;
}



.top_btn {
	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%;
}

/* top */
.top-btn {
	position: fixed;
	bottom: 60px;
	right: 60px;
	width: 100px;
	height: 100px;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	z-index: 999999;
}

.top-btn img {
	width: 70%;
	height: 72%;
	display: block;
}

.msns-btn {
	display: none;
}


.sns-btn {
	position: fixed;
	bottom: 30px;
	right: 200px;
	width: 250px;
	height: 100px;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	z-index: 999999;
}



@media screen and (max-width: 1600px) {
	.header .row {
		padding: 0 50px;
	}

	.header .logo {
		background-size: contain;
		width: 380px;
		height: 25px;
	}

	.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) {
	/*.header > div:nth-child(1) {
		padding: 0 20px;
	}*/
	.pc {
		display:block !important
	}

	.mobile {
		display:none !important
	}
}

@media(max-width:991px) {
	.pc {
		display:none !important
	}

	.mobile {
		display:block !important
	}
}