/*body {*/
/*	cursor: none; !* 기본 마우스 커서 숨기기 *!*/
/*}*/
/*.cursor {*/
/*	width: 25px;*/
/*	height: 25px;*/
/*	border: 1px solid #7d98ac;*/
/*	border-radius: 50%;*/
/*	position: fixed;*/
/*	z-index: 99999999;*/
/*	transform: translate(-50%, -50%);*/
/*	background-color: #7d98ac;*/
/*	pointer-events: none;*/
/*	transition: width 0.3s cubic-bezier(0.25, 1, 0.5, 1),*/
/*	height 0.3s cubic-bezier(0.25, 1, 0.5, 1),*/
/*	background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),*/
/*	border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);*/
/*}*/





/* style css */
body, html {
	overflow-x:hidden;
	min-width:1280px
}

body {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	user-select:none;
	-webkit-font-smoothing: antialiased;
	color:#333;
}

img {
	-webkit-user-drag: none;
}

::selection {
   background: #8b7e6e;
   color: #fff
}

::-moz-selection {
   background: #8b7e6e;
   color: #fff
}

::-webkit-selection {
   background: #8b7e6e;
   color: #fff
}



body, html {
	
}

.row {
	padding: 0 20px;
	margin: auto
}

/* ��� */
.header {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 9999999;
	transition: all 300ms ease-in-out;
	min-width: 1280px;
	background-color: transparent;
	border-bottom: 1px solid #e0d4cc;
	height: 100px;
}
a.logo {
	width: 300px;
}
.header.w {
	background-color: #fff;
	border-bottom: 1px solid #d9d9d9;
}

.header .row {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 100px;
}

@media (min-width: 1025px) {
	.header:hover {
		background-color: #fff;
	}
}

.header .nav_wrap {
	height: 100%;
}

.header .nav {
	display: flex;
	height: 100%;
	margin-right: 200px;
}

.header .right_box {
	display:flex;
	align-items:center;
	height: 100%;
}

.header .nav li {
	width: 110px;
	text-align: center;
	line-height: 100px;
	padding: 0 10px;
}

.header .nav li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	/*font-family:'NotoSansKR-Medium';*/
	font-family: 'Montserrat', sans-serif;
	letter-spacing:-1px;
	color: #151515;
	font-size: 16px;
}


.header .nav li.on a,
.header .nav li a:hover {
	color: #000000;
}

.header .nav li.on a::after,
.header .nav li a:hover::after {
	width: 100%;
	backface-visibility: visible;
    opacity: 1;
}

.h {
	position: relative;
	margin-right: 30px;
}

.header .drop_menu {
	display:none;
	position:absolute;
	background-color: #fff;
	width: 100%;
	top: 100px;
	left: 0;
	padding: 30px 0;
	height: 230px;
	border-top: 1px solid #d9d9d9;
}

.header.w .drop_menu {
	border-top: 1px solid transparent;
}

.header .drop_menu .drop {
	position: absolute;
	z-index: 998;
	right: 649px;
	font-size: 16px;
	display: flex;
}

.header .drop_menu .drop > li {
	width: 110px;
	text-align:center;
}

.header .drop_menu .drop > li a {
	color:#151515;
}

.header .drop_menu .drop > li a:hover {
	/*font-weight: bold;*/
	color: #8C2B3A;
	text-decoration: underline;
	text-decoration-color: #8C2B3A;
}


.header .drop_menu .sub_menu > li {
	margin-bottom: 15px;
	letter-spacing:-1px
}

.footer {
	padding: 60px 200px;
	background-color:#211d1d;
}

.footer .row {
	width: 100%;
	max-width: 1520px;
	margin: auto;
}

.footer_gray {
	color: #868484;
	font-size: 14px;
}

.footer .top {
	padding-bottom: 30px;
	/*border-bottom: 1px solid #232323;*/
}

.footer .top .fx__ {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .top .fx__ .lt {
	display: flex;
	align-items: center;
}

.footer .top .fx__ .text {
	margin-left: 20px;
	font-family:'NotoSansKR-Medium';
	color: #6e6d6d;
	font-size: 14px;
	letter-spacing: -0.7px;
	line-height: 32px;
}

.footer .top .fx__ .text span {
	font-family:'NotoSansKR-Light';
	color: #dedede;
}

.footer .top .fx__  .text .mr {
	margin-right: 20px;
}
.footer .top .fx__  .text .ms {
	font-size: 20px;
}
.footer .top .fx__  .text .mr_big {
	font-size: 17px;
	font-weight: bold;
}
.footer .top .fx__  .text .mr_sm {
	font-size: 14px;
}

.rt {
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: #fff;
	font-size: 15px;
}

.rt_tel {
	font-size: 27px;
	color: #fff;
	text-align: right;
	font-weight: bold;
}

.footer .bt {
	display: flex;
	justify-content: space-between;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #a9a8a8;
	padding-bottom: 50px;
	letter-spacing: -0.7px;
	margin-left: 20px;
}

.footer .bt span {
	margin-left: 16px;
}

.video-container {
    position: relative;
    padding-bottom: 56.3%;
    /*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:1700px) {
	.header .nav {
		margin-right: 0;
	}
	.header .drop_menu .drop {
		right: 449px;
	}
}
@media(max-width:1500px) {
	.footer {
		padding: 60px 80px;
	}
	.header .row {
		padding: 0 20px;
	}
	.header .drop_menu .drop {
		right: 369px;
	}

}
@media(max-width:1350px) {
	.header .drop_menu .drop {
		right: 315px;
	}

}


@media(min-width:1202px) {
	.pc {
		display:block !important
	}
	.pc_flex {
		display: flex !important;
	}

	.mobile {
		display:none !important
	}
	.mobile_side {
		display: none;
	}
	.mobile_flex {
		display: none !important;
	}

	.header:hover {
		/*background-color: #fff;*/
	}
	.__b-popup1__ {
		/*display: none !important;*/
	}
}

@media(max-width:1201px) {
	.pc {
		display:none !important
	}
	.pc_flex {
		display: none !important;
	}
	.mobile {
		display:block !important
	}
	.mobile_flex {
		display: flex !important;
	}
	.mobile_side {
		display: unset;
	}
}

@media screen and (max-width: 1200px) {
	/* mobile css */
	body,html {
		min-width:320px;
	}

	.row {
		width: 100%;
		padding: 0 20px;
	}

	.header {
		min-width:100%;
		transition: none;
		height: 110px;
	}

	.header .row {
		padding: 0 35px;
	}

	.side-menu {
		display:none;
		position:fixed;
		height: var(--vh);
		width: 100%;
		left: 0;
		top: 0;
		background-color: #fff;
		z-index: 9999999;
		text-align:center;
	}

	.side-menu .inner {
		width: 100%;
		height: 100%;
		padding-top: 110px;
	}

	.side-menu .head {
		margin-bottom: 80px;
	}

	.side-menu .head .m_close_btn {
		position:absolute;
		top: 35px;
		right: 35px;
	}

	.side-menu .title {
		margin-bottom:60px;
	}

	.side-menu .side-menu-in {
		width: 100%;
		margin: auto;
	}

	.side-menu .side-menu-in > li {
		position:relative;
		padding: 25px 0;
		text-align:center;
		border-top: 1px solid #dfe2e6;
	}

	.side-menu .side-menu-in > li:last-child {
		border-bottom: 1px solid #dfe2e6;
	}

	.side-menu .side-menu-in > li a {
		display: block;
		color:#8b7e6e;
		font-size: 35px;
		font-family:'NotoSansKR-Regular';
		letter-spacing: -0.5px;
	}

	.side-menu .side-menu-in > li.active a {
		font-family:'NotoSansKR-Medium';
	}

	.side-menu .side-menu-in > li .arrow {
		position:absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 70px;
		height: 18px;
		width: 34px;
		background-image: url("../img/m/m_menu_arrow.png");
		background-position: center;
		transition:all 300ms;
	}

	.side-menu .side-menu-in > li.active .arrow {
		transform:rotate(180deg);
		margin-top: -5px;
	}

	.side-menu .sub-menu {
		display:none;
		background-color:#fff;
	}

	.side-menu .sub-menu > li {
		font-size: 30px;
		padding: 20px 0;
		text-align:center;
		border-bottom: 1px solid #394b63;
		background-color: #8b7e6e;
	}

	.side-menu .sub-menu > li:last-child {
		border-bottom: none;
	}

	.side-menu .sub-menu > li a {
		color:#fff;
		display: block;
		font-size: 30px;
		font-family:'NotoSansKR-Regular';
		letter-spacing: -0.5px;
	}



	.footer {
		padding: 0 20px;
	}

	.footer .top {
		padding-bottom: 20px;
	}

	.footer .top .fx__ {
		display: block;
	}

	.footer .top .fx__ .lt {
		justify-content: space-between;
	}

	.footer .top .fx__ .text {
		margin-left: 0;
		margin-top: 35px;
		text-align: center;
	}

	.footer .bt {
		display: block;
		padding-top: 25px;
		font-size: 16px;
	}

	.footer .bt .lt {
		margin-top: 30px;
	}

	.footer .bt span {
		margin-left: 17px;
	}
	.rt_tel {
		text-align: center;
	}
	.rt {
		align-items: center;
		gap: normal;
	}
	.banner {
		display: none !important;
		transform: scale(0.9);
		position: fixed;
		right: 30px;
		bottom: 30px;
		z-index: 999999;
		border-radius: 50%;
		width: 150px;
		height: 150px;
		background-color: #0e468a;
		background-image:url('../img/m/m_fixed_tel.png');
		background-position:center;
		font-size: 0;
	}

	.banner a {
		display: block;
		width: 100%;
		height: 100%;
	}



	/* Layer Popup */
	.layerPopup { position: absolute; left: 50% !important; top: 150px !important; transform:translateX(-50%) !important; width:90%; min-width:650px; max-width:650px;}
	.layerPopup .layerBox a { display: block}
	.layerPopup .layerBox img { width: 100%}
	.modal-today { display: flex; align-items: center; padding: 10px 20px; background: transparent}
	.modal-today .checkboxSet { display: flex; align-items: center}
	.modal-today .checkboxSet input[type=checkbox] { width: 25px; height: 25px; margin-top: 2px}
	.modal-today .checkboxSet label { display: block; font-size: 25px; color: #fff; margin-left: 5px; cursor: pointer}
	.modal-today .modalClose { font-size: 25px; color: #fff; margin-left: auto}

	.m_fixed_wrap {
		transform: scale(0.9);
	}

	.m_fixed {
		position: fixed;
		right: 0;
		bottom: 50px;
		z-index: 999999;
	}

	.m_fixed li {
		border-radius: 50%;
		width: 150px;
		height: 150px;
		background-color: #8b7e6e;
		background-image:url('../img/m/m_fixed_regi.png');
		background-position:center;
		font-size: 0;
	}

	.m_fixed li.tel__ {
		margin-top: 15px;
		background-color: #0e468a;
		background-image:url('../img/m/m_fixed_tel.png');
	}

	.m_fixed li a {
		display: block;
		width: 100%;
		height: 100%;
	}


}

















