/* style css */
* {
	outline:none !important;
}
body {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
body::-webkit-scrollbar {
	display: none;
}
body, html {
	overflow-x:hidden;
	min-width:1280px;
}


body {
	/*-webkit-user-select:none;*/
  /*-moz-user-select:none;*/
  /*-ms-user-select:none;*/
  /*user-select:none;*/
}

img {
	-webkit-user-drag: none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

::selection {
   background: #8d5b3e;
   color: #fff
}

::-moz-selection {
   background: #8d5b3e;
   color: #fff
}

::-webkit-selection {
    background: #8d5b3e;
   color: #fff
}

body {
	color:#333;
}

.row {
	padding: 0 20px;
	margin: auto
}

/* 헤더 */
.header {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align:center;
	z-index: 999999;
	transition-duration: 400ms;
	min-width:1280px;
	height: 120px;
	background-color: unset;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.nav_wrap {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999999;
}
.header:hover,
.header.w {
	background-color:#fff;
	border-bottom: 1px solid #cbcdd1;
}
.header:hover .nav li a, .header.w .nav li a {
	color: #000;
	transition: .2s;
}
.header .logo {
	background-image: url("../img/logo_img.png");
	width: 96px;
	height: 41px;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}

.header:hover .logo, .header.w .logo {
	background-image: url("../img/logo_img_w.png");
}

.header .menu {
	background-image: url("../img/menu.png");
	width: 30px;
	height: 24px;
	background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
}

.header:hover .menu,
.header.w .menu {
	background-image: url("../img/menu_w.png");
}


.header .search {
	background-image: url("../img/search.png");
	width: 22px;
	height: 21px;
	background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
}

.header:hover .search,
.header.w .search {
	background-image: url("../img/search_w.png");
}


.header .market {
	background-image: url("../img/market.png");
	width: 27px;
	height: 22px;
	background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
	margin-left: 30px;
}

.header:hover .market,
.header.w .market {
	background-image: url("../img/market_w.png");
}

.header .row {
	position:relative;
	display:flex;
	align-items:center;
	justify-content: space-between;
	height: 100%;
	padding:0 65px 0 100px
}



.header .nav {
	display:flex;
	/*position:absolute;
	left: 50%;
	transform:translate(-50%, 0);*/
}

.header .right_box {
	display:flex;
	align-items:center;
	height: 100%;
}

.header .nav li {
	width: 120px;
	text-align:center;
	height: 100%;
	line-height:120px;
	font-size:17px;
	letter-spacing: -0.5px;
	position: relative;
}

.header .nav li a {
	font-family:'NotoSansKR-Medium';
	color:#fff;
	position: relative;
}
.header .nav li a::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #bec2c8;
	top: 52%;
	transform: translateY(-50%);
	right: -22px;
}
.header .nav li:nth-child(4) a::after {
	right: -25px;
}
.header .nav li:last-child a::after {
	content: none;
}

.header .nav li.on a,
.header .nav li a:hover {
	color:#8d5b3e;
}
.header .nav li.on::before {
	position: absolute;
	display: inline-block;
	content: '';
	background-image: url("../img/check06.png");
	width: 28px;
	height: 29px;
	bottom: -13px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
}

.header .header_right {
	display: flex;
	margin: 0 25px;
	padding-left: 335px;
	align-items: center;
}
.header .header_right > a {
	font-family:'NotoSansKR-Medium';
	font-size:17px;
	color:#fff;
	padding-left: 30px;
	position: relative;
}
.header:hover .header_right > a, .header.w .header_right > a {
	color: #000;
}
.header .header_right > a:nth-child(1)::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #bec2c8;
	top: 52%;
	transform: translateY(-50%);
	right: -17px;
}
.header_right > div {
	margin-left: 25px;
	display: inline-block;
}
.header_right > div:nth-child(5) {
	margin-left: 40px;
}

.header .drop_menu {
	display:none;
	position:absolute;
	background-color:#fff;
	width: 100%;
	top: 120px;
	left: 0;
	padding: 30px 0;
	height: 200px;
	border-bottom: 1px solid #cbcdd1;
}

.header .drop_menu .drop {
	position: absolute;
	z-index: 998;
	font-size: 15px;
	display: flex;
	top: calc(50% + 10px);
	left: 50%;
	transform: translate(-50%, -50%);
}

.header .drop_menu .drop > li {
	width: fit-content;
	text-align: center;
	display: none;
}

.header .drop_menu .drop > li.on {
	display: flex !important;
}
.header .drop_menu .drop > li .sub_menu {
	display: flex;
}
.header .drop_menu .drop > li .sub_menu > li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-right: 80px;
}
.header .drop_menu .drop > li a {
	color: #000;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	transition: .2s;
}
.header .drop_menu .drop > li p {
	color: #000;
	font-size: 15px;
	line-height: 1.7;
	cursor: default;
	font-weight: normal;
	transition: .2s;
}

.header .drop_menu .drop > li a:hover {
	color: #8d5b3e;
}
.header .drop_menu .drop > li a:hover p {
	cursor: pointer;
	color: #8d5b3e;
}

.header .drop_menu .sub_menu > li {
	margin-bottom: 15px;
	letter-spacing:-1px
}





.aside {
	position:fixed;
	/* left: 0; */
	top: 0;
	bottom: 0;
	width: 100%;
	height: calc(var(--vh));
	background-color: rgba(141, 91, 62, 0.95);
	z-index: 9999999;
	transition-duration: 600ms;
	right: -100%;
}

.aside.open {
	right: 0;
}

.aside .head {
	position:relative;
	height: 120px;
	display:flex;
	align-items: center;
	justify-content: center;
}
.aside .head > h1 {
	margin-top: 115px;
}
.aside .head .close_btn {
	position:absolute;
	right: 90px;
	top: 50%;
	transform:translateY(-50%);
	cursor: pointer;
}

.aside .body {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
	margin-top: 100px;
	height: fit-content;
}

.aside .aside_inner {
	width: 75%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.aside .aside_inner > li {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-items: flex-start;
}
.aside .mCustomScrollBox {
	width: 100%;
}


.aside .aside_inner > li a {
	font-size: 32px;
	color:#fff;
}
.aside .aside_inner > li > div > a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.56);
	padding-bottom: 15px;
	cursor: default;
}
.aside .aside_inner .sub_menu {
	display:flex;
	flex-direction: column;
	margin-top: 10px;
}

.aside .aside_inner .sub_menu:last-of-type {
	border:none;
	margin-bottom: 0;
}

.aside .aside_inner .sub_menu li {
}

.aside .aside_inner .sub_menu li:nth-child(3n) {
	margin-right: 0;
}


.aside .aside_inner .sub_menu li a {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	height: fit-content;
	line-height: 2.5;
	font-size: 19px;
	padding-left: 10px;
	margin-top: 20px;
	cursor: pointer;
	transition: .3s;
	flex-direction: column;
	align-items: flex-start;
}
.aside .aside_inner .sub_menu li a span {
	transition: .3s;
}
.aside .aside_inner .sub_menu li a:hover span {
	transform: translateY(-3px);
	text-shadow: 2px 2px 2px #2a2a2a;
}
.aside .aside_inner .sub_menu li a:hover p {
	cursor: pointer;
}
.aside .aside_inner .sub_menu li p {
	font-size: 17px;
	position: relative;
	font-family:'NotoSansKR-Light';
	padding-left: 15px;
	color: #fff;
	cursor: default;
}











.right_wingbanner {
	position:fixed;
	z-index: 9999999;
	background-color:#9d8671;
	width: 100px;
	top: 0;
	bottom: 0;
	right: 0;
	height: calc(var(--vh));
}

.right_wingbanner li {
	font-size:0px;
	background-position:center;
}

.right_wingbanner li.open {
	height: 30vh;
	background-color:#928162;
	background-image:url('../img/right_wingbanner_open.png?new');

}

.right_wingbanner li.regi {
	height: 30vh;
	background-image:url('../img/right_wingbanner_regi.png?new');
	
}

.right_wingbanner li.regi a {
	display:block;
	width: 100%;
	height: 100%;
}

.right_wingbanner li.top_btn {
	width: 100%;
	height: 100px;
	background-color:#9d8671;
	position:absolute;
	bottom: 0;
	right: 0;
	background-image:url('../img/top_btn_img.png?new');
	cursor:pointer;
}

.right_wingbanner li.scroll_motion {
    position: absolute;
    width: 60px;
    height: 150px;
    bottom: 150px;
    right: 0;
    text-align: center;
}

.right_wingbanner li.scroll_motion span {
    width: 1px;
    height: 75px;
    background-color: #415a73;
    position: absolute;
    left: 10px;
    bottom: 0;
}

.right_wingbanner li.scroll_motion span::before {
    width: 10px;
    height: 10px;
    background-color: #8d5b3e;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    animation: scrollMagic 1.35s linear 0s infinite;
}

@keyframes scrollMagic {
	0%{opacity:0;  transform:translate(-50%, -30px) scale(1);}
	10%{opacity:1; transform:translate(-50%, -30px) scale( 1 );}
	50%{transform:translate(-50%, 15px) scale( 1 );}
	55%{opacity:1; transform:translate(-50%, 15px) scale(1);}
	60%{opacity:.4;}
	80%{opacity:0;transform:translate(-50%, 15px) scale(5);}
	100%{opacity:0;transform:translate(-50%, 15px) scale(5);}
}


.footer {
	background-color:#fff;
	border-top: 1px solid #e5e5e5;
	position: relative;
}
.footer::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 65px;
	left: 0;
	width: 100vw;
	height: 1px;
	background-color: #e5e5e5;
}
.footer .row {
	position: relative;
	display: flex;
	width: 100vw;
	justify-content: space-between;
	align-items: center;
	max-width: 1320px;
	padding: 40px 0;
}
.terms_box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 1320px;
	margin: 0 auto;
	padding: 20px 0;
}

.terms_box > a {
	margin-right: 20px;
	position: relative;
	font-family:'NotoSansKR-Bold';
	color: #000;
	font-size: 17px;
}
.terms_box > a::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 73px;
	transform: translateY(-50%);
	width: 1px;
	height: 13px;
	background-color: #6b6a6a;
}
.terms_box > a:last-child::after {
	content: none;
}

.footer_left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.footer_left p {
	font-size: 15px;
	font-family:'NotoSansKR-Medium';
	color: #7c7c7c;
}
.footer_left span {
	font-family: 'Montserrat-Bold', 'NotoSansKR-Bold';
	font-size: 17px;
	color: #000;
	margin-top: 20px;
}
.footer_right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}
.footer_right > a:nth-child(1) {
	font-size: 19px;
	font-family:'NotoSansKR-Bold';
	color: #000;
	position: relative;
	margin-bottom: 10px;
}
.footer_right > a:nth-child(1)::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 77px;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #6b6a6a;
}
.footer_right > p:nth-child(3) {
	font-family: 'Montserrat-Bold', 'NotoSansKR-Bold';
	font-size: 17px;
	color: #000;
	margin-bottom: 15px;
}
.footer_right > p:nth-child(3) b {
	font-family: 'Montserrat-Bold', 'NotoSansKR-Bold';
	font-size: 17px;
	color: #000;
	font-weight: bold;
}
.footer_right > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_right > div > a {
	margin-left: 7px;
	margin-right: 7px;
}

.footer .cp_info .logo {
	margin-bottom: 15px;
}

.footer .cp_info li {
	font-size:14px;
	letter-spacing:-1px;
}

.footer .cp_info .copy {
	margin-bottom: 5px;
	font-family:'Montserrat-Bold', 'NotoSansKR-Bold';
}

.video-container {
    position: relative;
    padding-bottom: 53%;
    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%;
}


.pc_block {
	display: block !important;
}
.pc_flex {
	display: flex !important;
}
.mo_block {
	display: none !important;
}
.mo_flex {
	display: none !important;
}


@media screen and (max-width: 1280px) {
	.pc_block {
		display: none !important;
	}
	.pc_flex {
		display: none !important;
	}
	.mo_block {
		display: block !important;
	}
	.mo_flex {
		display: flex !important;
	}


	/* mobile css */
	body,html {
		min-width:320px;
		overflow-x:hidden;
	}

	.row {
		width: 100%;
		padding: 0 20px;
	}

	.header {
		min-width:100%;
		transition:0s;
		z-index: 9999998;
		height: 120px;
	}


	.header.w {
		background-color:#fff;
		border-bottom: 1px solid #ccc;
	}

	.header .row {
		padding: 0 45px;
	}

	.header .m_main_logo, .header.w .m_main_logo_w, .header .m_main_tel, .header.w .m_main_tel_w {
		display: block;
	}

	.header.w .m_main_logo, .header .m_main_logo_w, .header.w .m_main_tel, .header .m_main_tel_w {
		display: none;
	}

	.m_header_right {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.m_tel {
		margin-right: 60px;
	}

	.header .m_menu_btn {
		display:inline-block;
		width: 50px;
		height: 34px;
		background-image: url('../img/m/m_menu_btn.png?new');
	}

	.header.w .m_menu_btn {
		background-image: url('../img/m/m_menu_btn_w.png?new');

	}

	.aside {
		position:fixed;
		/* left: 0; */
		top: 0;
		bottom: 0;
		width: 100%;
		height: calc(var(--vh));
		background-color: rgba(141, 91, 62, 0.95);
		z-index: 9999999;
		transition-duration: 400ms;
		right: -100%;
	}

	.aside.open {
		right: 0;
	}

	.aside .head {
		position:relative;
		height: 120px;
		display:flex;
		align-items: center;
		justify-content: center;

	}

	.aside .head > h1 {
		margin-top: 100px;
	}

	.aside .head .close_btn {
		position:absolute;
		right: 45px;
		top: 50%;
		transform:translateY(-50%);
	}

	.aside .body {
		display:flex;
		width: 100%;
		align-items:center;
		justify-content: center;
		height: calc(var(--vh) - 120px);
		padding: 0;
	}

	.aside .aside_inner {
		width: 60%;
		margin: auto;
		flex-direction: column;
		align-items: center;
	}

	.aside .mCustomScrollBox {
		width: 100%;
	}

	.aside .aside_inner > li {
		width: 100%;
	}
	.aside .aside_inner > li a {
		font-size: 34px;
		line-height: 2.5;
		color: #fff;
		border-top: 1px solid #af8d78;
		border-bottom: 1px solid #af8d78;
		width: 100%;
		text-align: center;
	}

	.aside .aside_inner > .sub_menu {
		display:flex;
		padding: 0 0 20px 0;
		border-bottom:1px solid #33506d;
		margin-bottom: 20px;
		flex-wrap: wrap;
	}

	.aside .aside_inner > .sub_menu:last-of-type {
		border:none;
		margin-bottom: 0;
	}

	.aside .aside_inner > .sub_menu li {
	}

	.aside .aside_inner > .sub_menu li:nth-child(3n) {
		margin-right: 0;
	}


	.aside .aside_inner > .sub_menu li > div {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		font-size: 25px;
	}

	.aside .m_login_menu_box {
		width: 60%;
		margin: auto;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin-top: 80px;
	}
	.aside .m_login_menu_box > div:nth-child(1) {
		display: flex;
		color: #fff;
		font-size: 32px;
	}
	.aside .m_login_menu_box > div:nth-child(1) > a {
		font-size: 32px;
		color: #fff;
	}
	.aside .m_login_menu_box > div:nth-child(1) > a:nth-child(1) {
	}


	.side-menu .sub-menu {
		display: none;
		width: 100%;
		padding: 30px;
	}
	.side-menu .sub-menu > li {
		margin-bottom: 15px;
	}
	.side-menu .sub-menu > li:last-child {
		margin-bottom: 0;
	}
	.side-menu .sub-menu > li > a {
		color: #fff;
		font-size: 30px;
		line-height: 2.2;
	}
	.side-menu .sub-menu > li > div > p {
		color: #fff;
		font-size: 28px;
		line-height: 1.8;
	}


	.footer::after {
		top: 110px;
	}
	.footer .row {
		flex-direction: column-reverse;
		padding: 90px 0;
	}

	.footer_right {
		align-items: center;
	}
	.footer .cp_info li {
		font-size:22px;
	}

	.footer_right > a:nth-child(1) {
		font-size: 27px;
	}
	.footer_right > a:nth-child(3), .footer_right > a:nth-child(3) b {
		font-size: 24px;
	}

	.footer .cp_info .copy {
		font-size:20px;
	}

	.footer .ss_info {
		margin-top: 40px;
	}
	.terms_box {
		width: 100vw;
		justify-content: center;
		padding: 35px 0;
	}
	.terms_box > a {
		font-size: 24px;
		margin-right: 30px;
	}
	.terms_box > a::after {
		top: calc(50% + 2px);
		left: 104px;
		height: 20px;
	}
	.footer_right > div {
		margin-bottom: 60px;
	}

	.footer_left {
		justify-content: center;
		align-items: center;
	}
	.footer_left p {
		font-size: 21px;
	}
	.footer_left span {
		font-size: 24px;
	}

	.video-container {
		padding-top: 18px;
	}



	/*@media (max-aspect-ratio: 17/10) {*/
	/*	.section_02 .swiper-container {*/
	/*		top: 40%;*/
	/*	}*/
	/*}*/

	@media(max-width:610px) {

	}
}





.wrap_slt {
    display: inline-block;
    margin-right: 10px;
}