/* 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: #322e20;
   color: #fff
}

::-moz-selection {
   background: #322e20;
   color: #fff
}

::-webkit-selection {
   background: #322e20;
   color: #fff
}

body, html {
	
}

.row {
	padding: 0 20px;
	margin: auto
}

/* ��� */
.header {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 999999;
	transition: all 300ms ease-in-out;
	min-width: 1280px;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	height: 100px;
}

.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 170px 0 100px;
}

.header .tel {
	background-image: url("../img_n/tel_img_n.png");
	width: 204px;
	height: 33px;
}
.header.w .tel, .header:hover .tel {
	background-image: url("../img_n/tel_img_w_n.png");
	width: 204px;
	height: 33px;
}

.header .nav_wrap {
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
} 

.header .nav {
	display: flex;
	height: 100%;
}

.header .right_box {
	display:flex;
	align-items:center;
	height: 100%;
}

.header .nav li {
	width: 120px;
	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';
	letter-spacing:-1px;
	color: #ffffff;
	font-size: 18px;
}
.header.w .nav li a {
	color: #322e20;
}
.header .nav li a::after {
	content: "";
	position: absolute;
    width: 0;
    height: 2px;
    background: #322e20;
    top: 98px;
    left: 50%;
    transform: translateX(-50%);
	backface-visibility: hidden;
    opacity: 0;
	transition: all 200ms ease-in-out;
}

.header .nav li.on a, .header .nav li a:hover, .header:hover .nav li a {
	color:#322e20;
}

.header .nav li.on a::after,
.header .nav li a:hover::after {
	width: 100%;
	backface-visibility: visible;
    opacity: 1;
}

.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;
	border-bottom: 1px solid #d9d9d9;
}

.header.w .drop_menu {
	border-top: 1px solid transparent;
}

.header .drop_menu .drop {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 998;
	font-size: 16px;
	display: flex;
}

.header .drop_menu .drop > li {
	width: 120px;
	text-align:center;
}

.header .drop_menu .drop > li a {
	color:#151515;
}

.header .drop_menu .drop > li a:hover {
	font-weight: bold;
}

.header .drop_menu .sub_menu > li {
	margin-bottom: 15px;
	letter-spacing:-1px
}


.floating {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999999;
}

.footer {
	padding: 60px 200px;
	background-color:#ffffff;
	border-top: 1px solid #dddddd;
}

.footer .row {
	width: 100%;
	max-width: 1520px;
	margin: auto;
}

.footer .top {
}

.footer .top .fx__ {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .top .fx__ .lt {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.footer .logo__ {
	margin-bottom: 40px;
}
.footer .top .fx__ .text {
	font-family:'NotoSansKR-Medium';
	color: #595959;
	font-size: 13px;
	letter-spacing: -0.7px;
	line-height: 32px;
	text-align: center;
}

.footer .top .fx__ .text span {
	font-family:'NotoSansKR-Light';
	color: #dedede;
}

.footer .top .fx__  .text .mr {
	color: #303030;
	font-size: 15px;
	font-weight: bold;
}

.footer .bt {
	display: flex;
	justify-content: space-between;
	font-family: 'NotoSansKR-Light';
	font-size: 15px;
	color: #3c3c3c;
	padding-top: 10px;
	letter-spacing: -0.7px;
	text-align: center;
	justify-content: center;
	width: 100%;
}

.footer .bt span {
	margin-left: 16px;
}

.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:1600px) {
	.footer {
		padding: 60px 80px;
	}
}

@media(max-width:1450px) {
	.header .row {
		padding: 0 150px 0 50px;
	}
	.header .tel, .header.w .tel, .header:hover .tel {
		background-image: url("../img_n/m/m_tel_img.png");
		width: 55px;
		height: 55px;
		border: 10px solid #FFFFFF;
		background-size: contain;
		background-color: #FFFFFF;
		background-position: center;
		border-radius: 50%;
	}
}
@media(max-width:1250px) {
	.header .row {
		padding: 0 210px 0 50px;
	}

}

@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;
		background-color: #ffffff;
	}

	.header .row {
		padding: 0 35px;
	}

	.side-menu {
		/*display:none;*/
		transform: translateX(-100%);
		position: fixed;
		height: var(--vh);
		width: 50%;
		left: 0;
		top: 0;
		background-color: #dfd9cf;
		z-index: 9999999;
		text-align: center;
		transition: .3s;
	}
	.side-menu.on {
		transform: translateX(0%);
	}

	.side-menu .inner {
		width: 100%;
		height: 100%;
		padding-top: 110px;
	}

	.side-menu .head {
	}

	.side-menu .head .m_close_btn {
		position:absolute;
		top: 35px;
		left: 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 40px;
		text-align:start;
		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:#322e20;
		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: 50px;
		height: 18px;
		width: 34px;
		background-image: url("../img_n/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: 28px;
		padding: 20px 60px;
		text-align:start;
		background-color: #ffffff;
	}


	.side-menu .sub-menu > li:last-child {
		border-bottom: none;
	}

	.side-menu .sub-menu > li a {
		color:#000;
		display: block;
		font-size: 28px;
		font-family:'NotoSansKR-Regular';
		letter-spacing: -0.5px;
	}



	.footer {
		padding: 60px 20px 140px 20px;
	}

	.footer .top {
		padding-bottom: 20px;
	}

	.footer .top .fx__ {
		display: block;
	}

	.footer .top .fx__ .lt {
		justify-content: space-between;
	}
	.footer .logo__ {
		margin-bottom: 10px;
	}
	.footer .top .fx__ .text {
		margin-left: 0;
		margin-top: 35px;
		font-size: 19px;
	}
	.footer .top .fx__ .text .mr {
		font-size: 23px;
	}
	.footer .bt {
		display: block;
		padding-top: 25px;
		font-size: 18px;
		text-align: start;
	}

	.footer .bt .lt {
		margin-top: 20px;
	}

	.footer .bt span {
		margin-left: 17px;
	}

	.banner {
		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_n/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 {
		position: fixed;
		right: 0;
		bottom: 0px;
		z-index: 999999;
		width: 100vw;
		display: flex;
		align-items: flex-end;
		background-color: #322e20;
	}

	.m_fixed li {
		width: 50%;
		height: 90px;
		background-color: #322e20;
		font-size: 0;
	}

	.m_fixed li:nth-child(2) {
		background-color: #c2a07b;
	}

	.m_fixed li a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}

	.m_fixed li:nth-child(1) a {
		font-size: 35px;
		font-family:'NotoSansKR-Regular';
		color: #ffffff;
	}
	.m_fixed li:nth-child(1) a span {
		font-family:'NotoSansKR-Bold';
		font-size: 40px;
	}
	.m_fixed li:nth-child(2) a {
		font-size: 33px;
		font-family:'NotoSansKR-Regular';
		color: #1d1a10;
	}

}