@font-face {
	font-family: 'Cormorant';
	unicode-range:U+0041-005A, U+0061-007A;
}

body{font-family:'Cormorant', 'Noto Serif KR', sans-serif;}
h2{font-family: 'Cormorant','Noto Serif KR', sans-serif;}
h3{font-family: 'Cormorant','Noto Serif KR', sans-serif;}
p{font-family: 'Cormorant','Noto Serif KR', sans-serif;}
button{font-family: 'Cormorant','Noto Serif KR', sans-serif;}
a{font-family: 'Cormorant','Noto Serif KR', sans-serif;}


	/* 위로 가는 애니메이션 */
	.waypoints-up {opacity:0;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;transition:all 1s ease-in-out;-webkit-transform:translate3d(0,30px,0);-moz-transform:translate3d(0,30px,0);-o-transform:translate3d(0,30px,0);-ms-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}
	.w-active .waypoints-up {opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
	.waypoints-ups {opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translate3d(0,30px,0);-moz-transform:translate3d(0,30px,0);-o-transform:translate3d(0,30px,0);-ms-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}
	.w-active .waypoints-ups {opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}

	/* 아래로 가는 애니메이션 */
	.waypoints-down {opacity:0;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;transition:all 1s ease-in-out;-webkit-transform:translate3d(0,-30px,0);-moz-transform:translate3d(0,-30px,0);-o-transform:translate3d(0,-30px,0);-ms-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}
	.w-active .waypoints-down {opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
	.active .waypoints-down {opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
	
	/* 오른쪽으로 가는 애니메이션 */
	.waypoints-right {opacity:0;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;transition:all 1s ease-in-out;-webkit-transform:translate3d(-30px,0,0);-moz-transform:translate3d(-30px,0,0);-o-transform:translate3d(-30px,0,0);-ms-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0)}
	.w-active .waypoints-right {opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
	.active .waypoints-right {opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
	
	/* 왼쪽으로 가는 애니메이션 */
	.waypoints-left {opacity:0;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;transition:all 1s ease-in-out;-webkit-transform:translate3d(30px,0,0);-moz-transform:translate3d(30px,0,0);-o-transform:translate3d(30px,0,0);-ms-transform:translate3d(30px,0,0);transform:translate3d(30px,0,0)}
	.w-active .waypoints-left {opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
	.active .waypoints-left {opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
	
	/* 가운데 출력 애니메이션 */
	.waypoints-center {opacity:0;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;transition:all 1s ease-in-out}
	.w-active .waypoints-center {opacity:1}
	.active .waypoints-center {opacity:1}
	
	/* 딜레이 */
	.delay-05 {-webkit-transition-delay:.5s;-moz-transition-delay:.5s;-o-transition-delay:.5s;-ms-transition-delay:.5s;transition-delay:.5s}
	.delay-075 {-webkit-transition-delay:.75s;-moz-transition-delay:.75s;-o-transition-delay:.75s;-ms-transition-delay:.5s;transition-delay:.75s}
	.delay-10 {-webkit-transition-delay:1s;-moz-transition-delay:1s;-o-transition-delay:1s;-ms-transition-delay:1s;transition-delay:1s}
	.delay-15 {-webkit-transition-delay:1.5s;-moz-transition-delay:1.5s;-o-transition-delay:1.5s;-ms-transition-delay:1.5s;transition-delay:1.5s}
	.delay-20 {-webkit-transition-delay:2s;-moz-transition-delay:2s;-o-transition-delay:2s;-ms-transition-delay:2s;transition-delay:2s}
	.delay-25 {-webkit-transition-delay:2.5s;-moz-transition-delay:2.5s;-o-transition-delay:2.5s;-ms-transition-delay:2.5s;transition-delay:2.5s}
	.delay-30 {-webkit-transition-delay:3s;-moz-transition-delay:3s;-o-transition-delay:3s;-ms-transition-delay:3s;transition-delay:3s}

#cont_area{
	width:1240px;
	margin:0 auto;
}

#cont_areas{
	width:1240px;
	margin:0 auto;
}


#header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:110px;
	box-sizing:border-box;
	padding:0px 100px;
	padding-bottom:10px;
	display:flex;
	align-content: flex-end;
    flex-direction: row;
	flex-wrap:wrap;
    justify-content: space-between;
    align-items: flex-end;
  -webkit-transition-duration:0.4s;
  -webkit-transition-timing-function:ease;
  transition-duration:0.4s;
  transition-timing-function:ease;
  z-index:99;
}

#header .top_logo{
	text-align:left;
	transition: all 2s;
}

#header .top_logo a{
	display:block;
}

#header .top_logo .logo{
	display:block;
}

#header .top_logo .hover_logo{
	display:none;
}

#header.down .top_logo .logo{
	display:none !important;
}

#header.down .top_logo .hover_logo{
	display:block !important;
}



#header .gnb{
	text-align:center;
}

#header .gnb #cont_area{
	width:530px;
}

	#header .gnb .gnb_area{
		display:flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}

	#header .gnb .gnb_area .gnb_1{
		flex:1;
		-webkit-box-sizing: border-box;
		  box-sizing: border-box;
		  -webkit-transition: all 0.35s ease;
		  transition: all 0.35s ease;
		  position:relative;
		  margin-right:15px;
	}

	#header .gnb .gnb_area .gnb_1:nth-child(3){
		margin-right:0;
	}


	#header .gnb .gnb_area .gnb_1 a{
		font-size:17px;
		color:#fff;
		letter-spacing:-.2px;
		display:block;
		position: relative;
		text-decoration: none;
		line-height:45px;
		font-weight:500;
		transition:.35s all;
	}

	body:not(.fp-viewing-0,.sub_page) #header .gnb .gnb_area .gnb_1 a{
		color:#444444;
	}

	body.sub_page #header .gnb .gnb_area .gnb_1 a{
		color:#fff;
	}

	body.sub_page #header.down .gnb .gnb_area .gnb_1 a{
		color:#444444;
	}

	#header .gnb .gnb_area .gnb_1 a.tit_menu{
		opacity:.6;
	}

	body:not(.fp-viewing-0,.sub_page) #header .gnb .gnb_area .gnb_1 a.tit_menu{
		opacity:.8;
	}

/*
	.fp-viewing-1 #header .gnb .gnb_area .gnb_1 a:after {
		background-color: #444444;
	}

	.fp-viewing-3 #header .gnb .gnb_area .gnb_1 a:after {
		background-color: #444444;
	}
	.fp-viewing-4 #header .gnb .gnb_area .gnb_1 a:after {
		background-color: #444444;
	}
*/
	/*#header .gnb .gnb_area .gnb_1 a:before {
	  top: 0;
	  right: 0;
	}*/


	#header .gnb .gnb_area .gnb_1.on_menu a.tit_menu{
		opacity:1;
	}

	#header .gnb .gnb_area .gnb_1 a.tit_menu span{
		position:relative;
	}

	#header .gnb .gnb_area .gnb_1.on_menu a.tit_menu span::before{
		position:absolute;
		top:-10px;
		left:0;
		width:4px;
		height:4px;
		background:#fff;
		display:block;
		border-radius:100%;
		content:"";
	}

	body:not(.fp-viewing-0,.sub_page) #header .gnb .gnb_area .gnb_1.on_menu a.tit_menu span::before{
		background:#444;
	}

	body.sub_page #header .gnb .gnb_area .gnb_1.on_menu a.tit_menu span::before{
		background:#fff;
	}

	body.sub_page #header.down .gnb .gnb_area .gnb_1.on_menu a.tit_menu span::before{
		background:#444;
	}

	#header.down .gnb .gnb_area .gnb_1 a:hover{
	  color:#444;
	}
/*
	.fp-viewing-1 #header .gnb .gnb_area .gnb_1 a:hover{
	  color: #444444;
	}

	.fp-viewing-3 #header .gnb .gnb_area .gnb_1 a:hover{
	  color: #444444;
	}
	.fp-viewing-4 #header .gnb .gnb_area .gnb_1 a:hover{
	  color: #444444;
	}*/

	/*#header .gnb .gnb_area .gnb_1 a:hover:before,*/
	#header .gnb .gnb_area .gnb_1 a:hover:after{
	  width: 100%;
	}

	#fp-nav ul li, .fp-slidesNav ul li{
		width:30px !important;
		height:30px !important;
	}

	#fp-nav ul li a.active, .fp-slidesNav ul li a.active{border:0 !important;}

	#fp-nav ul li a.active{
		border-radius:100%;
		background:rgba(81,73,66,0.4);
	}

	#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span{
		width:12px !important;
		height:12px !important;
		border:3px solid rgba(86,79,73,0.7);
	}

	body:not(.fp-viewing-0,.sub_page) #fp-nav ul li a.active{
		background:rgba(237,201,124,0.5);
	}

	body:not(.fp-viewing-0,.sub_page) #fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span{
		border:3px solid rgba(220,177,84,0.7);
	}

	body:not(.fp-viewing-0,.sub_page) #fp-nav ul li a span, .fp-slidesNav ul li a span{
		background:#b7925f;
	}

	body:not(.fp-viewing-0,.sub_page) #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{
		background:#fff;
	}


#header .gnb .gnb_area .gnb_1 .gnb_2{
	position:absolute;
	top:44px;
	width:100%;
	height:0;
	overflow:hidden;
	background:#fff;
	border-radius:0 0 30px 0;
	-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;transition:all .25s ease-in-out;
}

#header .gnb .gnb_area .gnb_1.on_menu .gnb_2{
	/*background:#f7f7f7;*/
}


#header .gnb .gnb_area .gnb_1 .gnb_2 .gnb_2_area a{
	line-height:40px;
	color:#666666;
	font-size:15px;
	font-weight:500;
}

#header .gnb .gnb_area .gnb_1 .gnb_2 .gnb_2_area a::after{
	display:none;
}


#header .gnb .gnb_area .gnb_1 .gnb_2 .gnb_2_area a.gnb_3{
	font-weight:400;
	color:#999999;
	font-size:15px;
	letter-spacing:-.2px;
	line-height:30px;
	opacity:0;
	transition:1s all;
}

#header .gnb .gnb_area .gnb_2_area:hover a.gnb_3{
	opacity:1 !important;
}


#header .head_info{
	font-size:17px;
	color:#fff;
	position:relative;
	margin-bottom:8px;
}

	#header .head_info .language_area{
		color:#fff;
		float:right;
	}

	#header.down .head_info .language_area{
		color:#444444;
	}

	#header .head_info .language_area .on_lang{
		display:block;
		margin-right:20px;
		width:85px;
		text-align:center;
		line-height:35px;
		background:rgba(255,255,255,0.2);
		border-radius:30px;
		position:relative;
	}

	body:not(.fp-viewing-0,.sub_page) #header .head_info .language_area .on_lang{
		background: rgba(255,255,255,0.2);
	}

	#header .head_info .language_area .lang_list{
		display:none;
		position:absolute;
		top:35px;
		width:100%;
		text-align:left;
		padding-top:15px;
	}

	#header .head_info .language_area .lang_list li{
		background: rgba(205,180,150,0.2);
		padding:5px 15px;
	}

	#header.down .head_info .language_area .lang_list li{
		background:#fff;
	}

	#header.down .head_info .language_area .lang_list li a
		color:#444;
	}

	#header .head_info .language_area .lang_list li:first-child{
		border-radius:15px 15px 0 0;
	}

	#header .head_info .language_area .lang_list li:last-child{
		border-radius:0 0 15px 15px;
	}

	#header .head_info .language_area .lang_list li a{
		color:#444;
		display:block;
	}

	#header .head_info .language_area .on_lang:hover .lang_list{
		display:block;
		
	}

	#header .head_info .language_area .none_lang{
		display:inline-block;
		margin-right:20px;
	}

	#header .head_info .language_area .none_lang a{
		color:#cccccc;
		font-size:16px;
	}


	#header .head_info .language_area .on_lang a{
		color:#fff;
		font-size:16px;
		display:block;
	}

	body:not(.fp-viewing-0,.sub_page) #header .head_info .language_area .on_lang a{
		color:#555555;
	}

	body.sub_page #header .head_info .language_area .on_lang a{
		color:#fff;
	}

	body.sub_page #header.down .head_info .language_area .on_lang a{
		color:#555555;
	}

	#header .head_info .language_area .on_lang img{
		margin-left:5px;
		padding-bottom:3px;
	}

	#header.down .head_info .language_area .on_lang a{
		color:#444444;
	}
/*
	.fp-viewing-1 #header .head_info .language_area .on_lang a{
		color:#444444;
	}

	.fp-viewing-3 #header .head_info .language_area .on_lang a{
		color:#444444;
	}
	.fp-viewing-4 #header .head_info .language_area .on_lang a{
		color:#444444;
	}
*/
#header .mobile_menu{
	cursor: pointer;
	display:none;
}

.mobile_gnb{
	display:none;
	position:absolute;
	top:90px;
	left:0;
	width:100%;
	z-index:9999;
}

.mobile_gnb .gnb_area{
	background:#fff;
	border-bottom:1px solid #f5f5f5;
	transition:.1s all;
	height:0;
	overflow:hidden;
	opacity:0;
}

.mobile_gnb .gnb_area .mg_1{
}

.mobile_gnb .gnb_area .mg_1 .mg_title{
	font-size:14px;
	font-weight:bold;
	letter-spacing:-.2px;
	background:#f7f7f7;
	display:block;
	padding:15px 35px;
}

.mobile_gnb .gnb_area .mg_1 .mg_2{
	display:none;
	padding:10px 35px;
}
.mobile_gnb .gnb_area .mg_1 .mg_2 .mg_2_area{
	margin:8px 0;
}

.mobile_gnb .gnb_area .mg_1 .mg_2 .mg_2_area a{
	font-size:13px;
}
.mobile_gnb .gnb_area .mg_1 .mg_2{
	display:none;
	padding:10px 35px;
}
.mobile_gnb .gnb_area .mg_1 .mg_2 .mg_2_area{
	padding:8px 0;
}

.mobile_gnb .gnb_area .mg_1 .mg_2 .mg_2_area a{
	font-size:13px;
}


.mobile_gnb .gnb_area .mg_1 .mg_2 .mg_2_area a.mg_3{
	font-weight:400;
	color:#999999;
	font-size:12px;
	letter-spacing:-.2px;
	line-height:30px;
	display:block;
}


	.mobile_gnb .gnb_area .language_area{
		color:#444444;
			padding:15px 35px;
			text-align:right;
	}

	.mobile_gnb .gnb_area .language_area .on_lang{
		display:inline-block;
		border-bottom:1px solid #444444;
		margin-right:20px;
	}

	.mobile_gnb .gnb_area .language_area .none_lang{
		display:inline-block;
		margin-right:20px;
	}

	.mobile_gnb .gnb_area .language_area .none_lang a{
		color:#cccccc;
		font-size:16px;
	}


	.mobile_gnb .gnb_area .language_area .on_lang a{
		color:#444444;
		font-size:16px;
	}

	.mobile_gnb .gnb_area .language_area .on_lang img{
		margin-left:5px;
		padding-bottom:3px;
	}

	#header .mobile_menu svg {
	  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
	}

	body:not(.fp-viewing-0,.sub_page) #header .mobile_menu svg path{
		stroke:#444444;
	}
/*
	.fp-viewing-1 #header .mobile_menu svg path{
		stroke:#444444;
	}

	.fp-viewing-3 #header .mobile_menu svg path{
		stroke:#444444;
	}
	.fp-viewing-4 #header .mobile_menu svg path{
		stroke:#444444;
	}
*/
	#header.down .mobile_menu svg path{
		stroke:#444444;
	}

	#header .mobile_menu.active svg {
	  transform: rotate(90deg);
	}
	#header .mobile_menu path {
	  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
		stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
		stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
	}
	#header .mobile_menu path:nth-child(1) {
	  transform-origin: 36% 40%;
	}
	#header .mobile_menu path:nth-child(2) {
	  stroke-dasharray: 29 299;
	}
	#header .mobile_menu path:nth-child(3) {
	  transform-origin: 35% 63%;
	}
	#header .mobile_menu path:nth-child(4) {
	  stroke-dasharray: 29 299;
	}
	#header .mobile_menu path:nth-child(5) {
	  transform-origin: 61% 52%;
	}
	#header .mobile_menu path:nth-child(6) {
	  transform-origin: 62% 52%;
	}
	#header .mobile_menu.active path:nth-child(1) {
	  transform: translateX(9px) translateY(1px) rotate(45deg);
	}
	#header .mobile_menu.active path:nth-child(2) {
	  stroke-dasharray: 225 299;
	  stroke-dashoffset: -72px;
	}
	#header .mobile_menu.active path:nth-child(3) {
	  transform: translateX(9px) translateY(1px) rotate(-45deg);
	}
	#header .mobile_menu.active path:nth-child(4) {
	  stroke-dasharray: 225 299;
	  stroke-dashoffset: -72px;
	}
	#header .mobile_menu.active path:nth-child(5) {
	  transform: translateX(9px) translateY(1px) rotate(-45deg);
	}
	#header .mobile_menu.active path:nth-child(6) {
	  transform: translateX(9px) translateY(1px) rotate(45deg);
	}



#header.down{
	background:#fff;
	padding-bottom:0;
	height:90px;
	flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

#header.down .head_info{
	margin-bottom:0;
}

body:not(.fp-viewing-0,.sub_page) #header{
	background:#fff;
	padding-bottom:0;
	height:90px;
	flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

body:not(.fp-viewing-0) #header .head_info{
	margin-bottom:0;
}



#gnb2_back{
	width:100%;
	display:block;
	height:0px;
	background:#fff;
	border-bottom:1px solid #f9f9f9;
	position:fixed;
	top:100px;
	z-index:95;
	-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;transition:all .25s ease-in-out;
}


#content{
	width:100%;
	min-width:1280px;
	overflow:hidden;
}
/*
.fp-viewing-1 #fp-nav ul li a.active, .fp-viewing-1 .fp-slidesNav ul li a.active,
.fp-viewing-3 #fp-nav ul li a.active, .fp-viewing-3 .fp-slidesNav ul li a.active,
.fp-viewing-4 #fp-nav ul li a.active, .fp-viewing-4 .fp-slidesNav ul li a.active{
	border: 1px solid #2b2b2b;
    border-radius: 100%;
}

.fp-viewing-1 #fp-nav ul li a.active span, .fp-viewing-1 #fp-nav ul li:hover a.active span, .fp-viewing-1 .fp-slidesNav ul li a.active span, .fp-viewing-1 .fp-slidesNav ul li:hover a.active span,
.fp-viewing-3 #fp-nav ul li a.active span, .fp-viewing-3 #fp-nav ul li:hover a.active span, .fp-viewing-3 .fp-slidesNav ul li a.active span, .fp-viewing-3 .fp-slidesNav ul li:hover a.active span,
.fp-viewing-4 #fp-nav ul li a.active span, .fp-viewing-4 #fp-nav ul li:hover a.active span, .fp-viewing-4 .fp-slidesNav ul li a.active span, .fp-viewing-4 .fp-slidesNav ul li:hover a.active span
{
	background: #2b2b2b;
}
*/
/*#fp-nav ul::before{
	content:"01";
	display:block;
	position:absolute;
	color:#fff;
	font-weight:400;
	letter-spacing:-.2px;
	font-size:14px;
	top:-22px;
	width:100%;
	text-align:center;
}

#fp-nav ul::after{
	content:"05";
	display:block;
	position:absolute;
	color:#fff;
	font-weight:400;
	letter-spacing:-.2px;
	font-size:14px;
	bottom:-22px;
	width:100%;
	text-align:center;
}*/
/*
.fp-viewing-1 #fp-nav ul:before,
.fp-viewing-3 #fp-nav ul:before,
.fp-viewing-4 #fp-nav ul:before{
	color:#2b2b2b;
}

.fp-viewing-1 #fp-nav ul:after,
.fp-viewing-3 #fp-nav ul:after,
.fp-viewing-4 #fp-nav ul:after{
	color:#2b2b2b;
}
*/
#fp-nav.right{
	right:70px;
}

#fp-nav ul li .fp-tooltip.right{
	opacity:0;
	color:#fff;
	font-weight:bold;
	transition:all .25s ease-in-out;
}

#fp-nav ul li:nth-child(2) .fp-tooltip.right{
	color:#2b2b2b;
}

#fp-nav ul li:nth-child(4) .fp-tooltip.right{
	color:#2b2b2b;
}

#fp-nav ul li:nth-child(5) .fp-tooltip.right{
	color:#2b2b2b;
}

.arrow_area{
	margin:0 auto;
	position:absolute;
	bottom:23%;
	width:100%;
}

.arrow_area #cont_area{
	width:100%;
}

 .arrow_area ul{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
 }

 .arrow_area ul li{
	display:inline-block;
	cursor:pointer;
	font-size:15px;
	color:#fff;
	letter-spacing:-.2px;
	line-height:20px;
	width:80px;
	text-align:center;
}

.arrow_area ul li.slick-disabled{
	opacity:.5;
}

.arrow_area .prev{
	border-right:1px solid rgba(255,255,255,0.5);
}
.arrow_area .next{
}



#main_slider .slick-dots{
	position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 16%;
}

#main_slider .slick-dots li{
	background:none;
	width:45px;
	height:45px;
	text-align:center;
	display:inline-block;
}

#main_slider .slick-dots li button{
	background: inherit ; border:none; box-shadow:none; border-radius:0; padding:0; overflow:visible; cursor:pointer;
	color:#aaaaaa;
	font-size:17px;
	letter-spacing:-.2px;
	line-height:43px;
	margin:0 auto;
	width:100%;
	font-weight:bold;
	text-shadow:0px 1px 2px rgb(34,34,34,0.4);
}

#main_slider .slick-dots li.slick-active button{
	color:#b6091b;
}



.section_01{
	width:100%;
	height:100vh;
	background:#000;
}

.section_01 .main_banner .slide_area .text{
	text-align:center;
}

.section_01 .main_banner .slide_area .text span{
	font-size:18px;
	color:#fff;
	text-shadow:0px 1px 2px rgb(34,34,34,0.4);
	font-weight:600;
	letter-spacing:5px;
}

.section_01 .main_banner .slide_area .text p.top_text{
	color:#fff;
	opacity:0.6;
	font-size:22px;
	letter-spacing:-.2px;
	font-weight:400;
	margin-top:30px;
	text-shadow:0px 1px 2px rgb(34,34,34,0.4);
}

.section_01 .main_banner .slide_area .text p.top_text b{
	font-weight:500;
}


.section_01 .main_banner .slide_area .text h2{
	color:#fff;
	font-size:65px;
	letter-spacing:-.2px;
	font-weight:500;
	padding-top: 25px;
	text-shadow:0px 3px 2px rgb(34 34 34 / 40%);
}

.section_01 .main_banner.rus_banner .slide_area .text h2{
	color:#fff;
	font-size:55px;
	letter-spacing:-.25px;
	font-weight:700;
	padding-top: 25px;
	text-shadow:0px 3px 2px rgb(34 34 34 / 40%);
}

.section_01 .main_banner .slide_area .text h2 b{
	color:#b6091b;
}

.section_01 .main_banner .slide_area #cont_area{
	position: relative;
	display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
	width:100%;
}

.section_01 .main_banner .slide_area{
	width:100%;
	height:100vh;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex !important;
    align-content: center;
    align-items: center;
    flex-direction: row;
}

.section_01 .main_banner .banner_1{
	background-image: url("../img/main/main_banner1.jpg");
}
.section_01 .main_banner .banner_2{
	background-image: url("../img/main/main_banner1.jpg");
}
.section_01 .main_banner .banner_3{
	background-image: url("../img/main/main_banner1.jpg");
}
.section_01 .main_banner .banner_4{
	background-image: url("../img/main/main_banner4.jpg");
}
.section_01 .main_banner .banner_5{
	background-image: url("../img/main/main_banner5.jpg");
}
.section_01 .main_banner .banner_6{
	background-image: url("../img/main/main_banner6.jpg");
}


.section_01 .main_banner .banner_1 #icon_area{
	position: absolute;
    right: 15%;
    top: 20%;
}

.section_01 .main_banner .banner_1 #line_acting{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

.section_01 .main_banner .banner_1 #line_acting .line.on span{
	position:absolute;
    background:0 0;
    width:0;
    height:0;
    animation-duration:.4s;
    animation-iteration-count:1;
    animation-timing-function:ease-in-out;
    animation-fill-mode:forwards
}

.section_01 .main_banner .banner_1 #line_acting .line.on .line1{
	width:0px;
	height:17px;
	animation-name:line_acting1;
    animation-delay:.4s;
	left:0;
	bottom:30vh;
}

.section_01 .main_banner .banner_1 #line_acting .line.on .line2{
	width:53px;
	height:auto;
	animation-name:line_acting2;
	animation-delay:1s;
	left:9.3%;
	bottom:26vh;
}



.section_01 .main_banner .banner_1 #line_acting .line.on .line3{
	width:17px;
	height:0px;
	animation-name:line_acting3;
    animation-delay:.8s;
	left:11.2%;
	bottom:10vh;
}

.section_01 .main_banner .banner_1 #line_acting .line.on .line4{
	width:0px;
	height:17px;
	border-left:0;
	animation-name:line_acting4;
    animation-delay:1.2s;
	left:12%;
	bottom:10vh;
}

.section_01 .main_banner .banner_1 #line_acting .line.on .line5{
	width:17px;
	height:0px;
	animation-name:line_acting5;
    animation-delay:1.6s;
	left:68.5%;
    bottom: 11vh;
}

.line2{
	opacity:0;
}

.line6{
	opacity:0;
}

.section_01 .main_banner .banner_1 #line_acting .line.on .line6{
	width:2.8vw;
	height:auto;
	animation-name:line_acting6;
    animation-delay:2s;
	right:28.8%;
    top:16vh;
	z-index:8;
}

.section_01 .main_banner .banner_1 #line_acting .line.on .line7{
	width:0px;
	height:17px;
	animation-name:line_acting7;
    animation-delay:2s;
	right:0;
    top:16vh;
}


@keyframes line_acting1{
    0%{
        width:0;
        background:#57585a
    }
    100%{
        width:8.8%;
        background:#57585a
    }
}

@keyframes line_acting2{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}

@keyframes line_acting3{
    0%{
        height:0;
        background:#57585a;
		border-radius:0;
    }
    100%{
        height:148px;
        background:#57585a;
		border-radius: 0 0 0px 10px;
    }
}

@keyframes line_acting4{
    0%{
        width:0;
        background:#57585a
    }
    100%{
        width:57.35%;
        background:#57585a;
		border-radius: 0 0 10px 0;
    }
}

@keyframes line_acting5{
    0%{
        height:0;
        background:#57585a
    }
    100%{
        height:66vh;
        background:#57585a
    }
}

@keyframes line_acting6{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}

@keyframes line_acting7{
    0%{
        width:0;
        background:#57585a
    }
    100%{
        width:28%;
        background:#57585a
    }
}

.section_01 .scroll_down{
	display:block;
	opacity:0.8;
	position:absolute;
	bottom:70px;
	width:100%;
	animation: bounce .5s infinite alternate;
    -webkit-animation: bounce .5s infinite alternate;
	text-align:center;
	cursor:pointer;
}

.section_01 .scroll_down span{
	color:#ffffff;
	font-size:12px;
	font-weight:400;
	letter-spacing:-.2px;
}

.section_01 .scroll_down img{
	display:block;
	margin:6px auto;
	text-align:center;
}

.section_01 .scroll_down_line{
	position:absolute;
	bottom:0;
	left:0;
	width:50%;
	border-right:1px solid rgba(255,255,255,0.3);
	text-align:right;
	height:60px;
	vertical-align:top;
	color:#fff;
}

.section_01 .scroll_down_line span{
	position:absolute;
	top:0;
	right:-1.5px;
	font-size:12px;
	background:#fff;
	animation: scrolling 2s infinite;
    -webkit-animation: scrolling 2s infinite;
}

@keyframes bounce {
  from {
     transform: translateY(0px);
  }
  to {
     transform: translateY(-7.5px);
  }
}
@-webkit-keyframes bounce {
  from {
     transform: translateY(0px);
  }
  to {
     transform: translateY(-7.5px);
  }
}

@keyframes scrolling {
  0%{
     transform: translateY(0px);
  }
  100%{
     transform: translateY(45px);
  }
}
@-webkit-keyframes scrolling {
  0%{
     transform: translateY(00px);
  }
  100%{
     transform: translateY(45px);
  }
}

.section_01 .main_banner .dot_area{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.section_01 .main_banner .banner_2 .dot_area{
	justify-content: flex-end;
}

.section_01 .main_banner .banner_1 .dot_area .dot_cont{
	width:1280px;
	height:50vh;
	position:relative;
}

.section_01 .main_banner .banner_2 .dot_area .dot_cont{
	width:40%;
	height:100vh;
	position:relative;
}


.section_01 .main_banner .dot_area .dot_cont .dot_point{
	position:absolute;
	z-index:55;
}

.section_01 .main_banner .dot_area .dot_cont .dot_point:before{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    z-index: -1;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #bcb3b2;
    content: '';
    opacity: 0.6;
	-webkit-animation: ping 1s .3s infinite;
    animation: ping 1s .3s infinite;
}

.section_01 .main_banner .dot_area .dot_cont .dot_point:after{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    z-index: -1;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #fff;
    content: '';
    opacity: 0.6;
	-webkit-animation: ping 2s .4s infinite;
    animation: ping 2s .4s infinite;
	    box-shadow: 0 0 6px 3px white;
}

@-webkit-keyframes ping {
    0% {
    opacity: 0.6;
    -webkit-transform: translate(-50%,  -50%) scale(1);
    transform: translate(-50%,  -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%,  -50%) scale(3);
		transform: translate(-50%,  -50%) scale(3);
	}
}@keyframes button {
	0% {
		opacity: 0.6;
		-webkit-transform: translate(-50%,  -50%) scale(1);
		transform: translate(-50%,  -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%,  -50%) scale(3);
		transform: translate(-50%,  -50%) scale(3);
	}
}


.section_01 .main_banner .banner_1 .dot_area .dot_cont .dot_point.dot_1{
	bottom: 225px;
    left: 330px;
}

.section_01 .main_banner .banner_1 .dot_area .dot_cont .dot_point.dot_2{
	bottom: 235px;
    right: 430px;
}

.section_01 .main_banner .banner_1 .dot_area .dot_cont .dot_point.dot_3{
    right: 260px;
    top: 50px;
}

.section_01 .main_banner .banner_1 .dot_area .dot_cont .dot_point.dot_4{
    bottom: 335px;
    right: 185px;
}

.section_01 .main_banner .banner_1 .dot_area .dot_cont .dot_point.dot_5{
	bottom: 275px;
    right: 45px;
}



.section_01 .main_banner .banner_2 .dot_area .dot_cont .dot_point.dot_1{
	top: 145px;
    left: 210px;
}

.section_01 .main_banner .banner_2 .dot_area .dot_cont .dot_point.dot_2{
	bottom: 300px;
    left:130px;
}

.section_01 .main_banner .banner_2 .dot_area .dot_cont .dot_point.dot_3{
    bottom: 410px;
    right: 445px;
}

.section_01 .main_banner .banner_2 .dot_area .dot_cont .dot_point.dot_4{
	bottom: 255px;
    right: 230px;
}




.pro_btn {
  display: block;
  padding: 0 2.1rem;
  height:0;
  line-height:37px;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .2px;
  transition: all .5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
 }
 .pro_btn:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #9d815c;
    border-radius: 10rem;
    z-index: -2;
 }
 .pro_btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #78654d;
    transition: all .5s;
    border-radius: 10rem;
    z-index: -1;
  }
 .pro_btn:hover {
    color: #fff;
}
.pro_btn:hover::before {
      width: 100%;
    }



.section_02{
	width:100%;
	height:100vh;
	background-image: url("../img/main/section_02_background.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position:relative;
}

.section_02 #cont_area .title_area{
	width:100%;
	text-align:center;
	margin-bottom:50px;
}

.section_02 #cont_area .title_area h2{
	color:#444444;
	font-weight:bold;
	letter-spacing:20px;
	font-size:50px;
}

.section_02 #cont_area .box_area{
	width:100%;
	background-image: url("../img/main/section_02_inner_background.png");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	transition:.5s all;
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.section_02 #cont_area .box_area.box_1{
	background-image: url("../img/main/section_02_inner_background1.png");
}
.section_02 #cont_area .box_area.box_2{
	background-image: url("../img/main/section_02_inner_background2.png");
}
.section_02 #cont_area .box_area.box_3{
	background-image: url("../img/main/section_02_inner_background3.png");
}
.section_02 #cont_area .box_area.box_4{
	background-image: url("../img/main/section_02_inner_background4.png");
}
.section_02 #cont_area .box_area.box_5{
	background-image: url("../img/main/section_02_inner_background5.png");
}
.section_02 #cont_area .box_area.box_6{
	background-image: url("../img/main/section_02_inner_background6.png");
}
.section_02 #cont_area .box_area.box_7{
	background-image: url("../img/main/section_02_inner_background7.png");
}

.section_02 #cont_area .box_area .box_cont{
	width:25%;
	height:250px;
	border-right:1px solid rgba(192,158,112,0.3);
	border-bottom:1px solid rgba(192,158,112,0.3);
	text-align:center;
	transition: all .5s;
	cursor:pointer;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.section_02 #cont_area .box_area .box_cont:nth-child(4),
.section_02 #cont_area .box_area .box_cont:nth-child(8){
	border-right:0;
}

.section_02 #cont_area .box_area .box_cont:nth-child(8){
	cursor:auto;
}

.section_02 #cont_area .box_area .box_cont:nth-child(n+5):nth-child(-n+8){
	border-bottom:0;
}

.section_02 #cont_area .box_area .box_cont span{
	font-size:16px;
	color:#c5b49d;
	font-weight:500;
	letter-spacing:-.2px;
	font-family:'Noto Serif KR';
}

.section_02 #cont_area .box_area .box_cont h2{
	font-weight:500;
	color:#8e7554;
	font-size:24px;
	letter-spacing:-.2px;
	line-height:40px;
	margin-top:10px;
}

.section_02 #cont_area .box_area .box_cont:hover .pro_btn{
	height:35px;
	margin-top:15px;
}

.section_02 #cont_area .box_area .box_cont:hover{
	background-image: url("../img/main/section_02_hover.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section_02 #cont_area .box_area .box_cont:nth-child(8):hover{
	background:none;
}

.section_02 #cont_area .box_area .box_cont:hover span{
	color:#fff;
	opacity:0.6;
}

.section_02 #cont_area .box_area .box_cont:hover h2{
	color:#fff;
}



.section_03{
	width:100%;
	height:100vh;
	background-image: url("../img/main/section_03_background.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.section_03 #cont_area{
	position:relative;
	z-index:10;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.section_03 #cont_area .text_box{
	width:50%;
}

.section_03 #cont_area .img_box{
	width:50%;
	overflow:hidden;
}

.section_03 #cont_area .img_box img{
	width:100%;
	height:auto;
}

.section_03 #cont_area .title_area{
	width:100%;
	text-align:left;
	margin-bottom:25px;
}

.section_03 #cont_area .title_area h2{
	color:#444444;
	font-weight:bold;
	letter-spacing:20px;
	font-size:50px;
	line-height:40px;
}

.section_03 #cont_area .text_area h2{
	color:#666666;
	font-weight:400;
	letter-spacing:-.2px;
	font-size:30px;
	line-height:42px;
	text-align:left;
}

.section_03 #cont_area .text_area p{
	font-size:16px;
	color:#888888;
	font-weight:400;
	text-align:left;
	letter-spacing:-.2px;
	line-height:30px;
	margin-top:30px;
}

.section_03 #cont_area .text_area a.pro_btn{
	height:auto;
	line-height:75px;
	width:245px;
	color:#666666;
	text-align:center;
	margin-top:55px;
}

.section_03 #cont_area .text_area a.pro_btn::before{
	background:#9d815c;
}

.section_03 #cont_area .text_area a.pro_btn::after{
	background:#e9e4dc;
}

.section_03 #cont_area .text_area a.pro_btn:hover{
	color:#fff;
}



.section_04{
	width:100%;
	height:100vh;
	background-image: url("../img/main/section_04_background.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.section_04 #cont_area .title_area{
	width:100%;
	text-align:center;
	margin-bottom:50px;
}

.section_04 #cont_area .title_area h2{
	color:#444444;
	font-weight:bold;
	letter-spacing:20px;
	font-size:50px;
}




.section_04 #cont_area .notice_section{
	position:relative;
	transition:.5s all;
	cursor:pointer;
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.section_04 #cont_area .notice_section .notice_latest{
	padding:35px 40px;
	max-height:240px;
	min-height:240px;
	position:relative;
	min-width: 398px;
    max-width: 398px;
	border:2px solid #eeeeee;
}

.section_04 #cont_area .notice_section .notice_latest h2{
	color:#333333;
	font-size:20px;
	font-weight:500;
	letter-spacing:-.2px;
	margin-bottom:25px;
}

.section_04 #cont_area .notice_section .notice_latest p{
	color:#666666;
	font-size:15px;
	font-weight:400;
	letter-spacing:-.2px;
}

.section_04 #cont_area .notice_section .notice_latest span.datetime{
	color:#cccccc;
	font-size:13px;
	font-family:'Noto Serif KR';
	font-weight:400;
	letter-spacing:-.2px;
	position:absolute;
	bottom:35px;
	left:40px;
}


.section_04 #cont_area .notice_section .notice_latest:hover{
	border:2px solid #cba879;
}


.section_04 #cont_area a.pro_btn{
	height:auto;
	line-height:75px;
	width:245px;
	color:#666666;
	text-align:center;
	margin:55px auto;
	margin-bottom:0;
}

.section_04 #cont_area a.pro_btn::before{
	background:#9d815c;
}

.section_04 #cont_area a.pro_btn::after{
	background:#f9f9f9;
}

.section_04 #cont_area a.pro_btn:hover{
	color:#fff;
}





.section_04 .notice_right .notice_section{
	min-width:400px;
	min-height:240px;
	max-height:240px;
	position:relative;
	position:relative;
	overflow:hidden;
}

.section_04 .notice_right .notice_section .notice_background{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	transition:1s all;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	width:100%;
	height:100%;
}

.section_04 .notice_right .notice_section:hover .notice_background{
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15); /* IE 9 */
	transform: scale(1.15);
}


.section_04 .notice_right .right1 .notice_background{
	background-image: url("../img/main/notice_1.png");
}

.section_04 .notice_right .right2 .notice_background{
	background-image: url("../img/main/notice_2.png");
}

.section_04 .notice_right .notice_section .title_area{
	padding-left:35px;
	padding-top:35px;
	position:relative;
	z-index:2;
}

.section_04 .notice_right .notice_section .title_area h2{
	color:#fff;
	font-size:26px;
	font-weight:bold;
	letter-spacing:-.2px;
	margin-bottom:15px;
}

.section_04 .notice_right .notice_section .title_area span{
	color:#dddddd;
	font-size:15px;
	letter-spacing:-.2px;
	font-weight:400;
}

.section_04 .notice_right .notice_section .go_icon{
	width:60px;
	height:60px;
	line-height:55px;
	text-align:center;
	border:1px solid #fff;
	border-radius:100%;
	position:absolute;
	bottom:35px;
	right:35px;
	z-index:2;
}

.section_04 .notice_right .notice_section .go_icon a{
	display:block;
}

.section_04 .notice_right .notice_section .go_icon img{
	transition:.5s all;
}

.section_04 .notice_right .notice_section:hover .go_icon img{
	animation: go_icon .5s infinite alternate;
    -webkit-animation: go_icon .5s infinite alternate;
}


@keyframes go_icon {
  from {
     transform: translateX(-1px);
  }
  to {
     transform: translateX(3.5px);
  }
}
@-webkit-keyframes go_icon {
  from {
     transform: translateX(-1px);
  }
  to {
     transform: translateX(3.5px);
  }
}


.section_05{
	width:100%;
	height:100vh;
}

.section_05 .section_05_content{
	position:relative;
	height:83vh;
	background-image: url("../img/main/section_5_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



.section_05 #cont_area{

}

.section_05 #cont_area .cont_box{
	width:45%;
}

.section_05 #cont_area .cont_box .title{
	color:#444444;
	font-size:28px;
	display:flex;
	justify-content: space-between;
    align-items: center;
	letter-spacing:-.2px;
}

.section_05 #cont_area .cont_box .title span{
	cursor:pointer;
}

.section_05 #cont_area .cont_box .box{
	background:#fff;
	border-radius:15px;
	padding:40px;
	height:415px;
	margin-top:25px;
}

.section_05 #cont_area .cont_box .box .img_box h2{
	color:#444444;
	font-size:17px;
	letter-spacing:-.2px;
	padding:22px 0;
	border-bottom:1px solid #d0d5d8;
}

.section_05 #cont_area .cont_box .box .other_area .text_area{
	border-bottom:1px solid #d0d5d8;
	padding:15px 0;
}

.section_05 #cont_area .cont_box .box .other_area .text_area a{
	font-size:15px;
	font-weight:400;
	color:#444444;
	letter-spacing:-.2px;
}

/* 마우스 스크롤 다운 띄용 
animation: bounce .5s infinite alternate;
    -webkit-animation: bounce .5s infinite alternate;


@keyframes bounce {
  from {
     transform: translateY(0px);
  }
  to {
     transform: translateY(-7.5px);
  }
}
@-webkit-keyframes bounce {
  from {
     transform: translateY(0px);
  }
  to {
     transform: translateY(-7.5px);
  }
}
*/

/*버튼 물방울 번짐 */

.button_area{
	margin-top:90px;
}

.button {
  -webkit-font-smoothing: antialiased;
  background-color: #444444;
  box-sizing: border-box;
  border: none;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: 1px;
  color: white;
  height:52px;
	line-height:52px;
	text-align:center;
  text-transform: uppercase;
  transition: all 0.1s ease-out;
}
.button:hover {
  background-color: #444444;
  color: #fff;
}
.button:active {
  transform: scale(0.95);
}
.button--bubble {
  position: relative;
  z-index: 2;
  color: white;
  background: none;
  letter-spacing:3px;
  font-weight:400;
}
.button--bubble:hover {
  background: none;
}
.button--bubble:hover + .button--bubble__effect-container .circle {
  background: #444444;
}
.button--bubble:hover + .button--bubble__effect-container .button {
  background: #444444;
}
.button--bubble:active + .button--bubble__effect-container {
  transform: scale(0.95);
}
.button--bubble__container {
  position: relative;
  display: block;
}
.button--bubble__container .effect-button {
  position: absolute;
  width: 50%;
  height: 25%;
  top: 50%;
  left: 25%;
  z-index: 1;
  transform: translateY(-50%);
  background: #444444;
  transition: background 0.1s ease-out;
}

.button--bubble__effect-container {
  position: absolute;
  display: block;
  width: 200%;
  height: 400%;
  top: -150%;
  left: -50%;
  filter: url(&quot;#goo&quot;);
  transition: all 0.1s ease-out;
  pointer-events: none;
}
.button--bubble__effect-container .circle {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background: #444444;
  transition: background 0.1s ease-out;
}
.button--bubble__effect-container .circle.top-left {
  top: 40%;
  left: 27%;
}
.button--bubble__effect-container .circle.bottom-right {
  bottom: 40%;
  right: 27%;
}


.button--bubble__container {
  top: 50%;
}

@-webkit-keyframes hue-rotate {
  from {
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@keyframes hue-rotate {
  from {
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}




#footer{
	width:100%;
	background:#95846e;
}

#footer .foot_ul_area{
	padding:20px 0;
	display:flex;
	flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

#footer .foot_content{
	padding:50px 0;
}

#footer .foot_logo{
	padding-bottom:15px;
}

#footer .foot_ul_area .foot_ul .foot_li{
	display:inline-block;
}

#footer .foot_ul_area .foot_ul .foot_li::after{
	display:inline-block;
	content:"";
	width:2px;
	height:14px;
	background:#bdbebf;
	margin:0 21px;
	    vertical-align: text-top;
}

#footer .foot_ul_area .foot_ul .foot_li:last-child::after{
	display:none;
}

#footer .foot_ul_area .foot_ul .foot_li.foot_1{
	border:1px solid #99ca3c;
}

#footer .foot_ul_area .foot_ul .foot_li a{
	color:#4e4e4e;
	font-size:14px;
	letter-spacing:-.2px;
	display:inline-block;
}

#footer .foot_ul_area .foot_ul .foot_li.foot_1 a{
	color:#99ca3c;
}

#footer .foot_content{

}

#cont_areas2{
	width:1520px;
	margin:0 auto;
}

#footer .foot_content #cont_area .text_area{
	padding-top:25px;
	line-height:25px;
}

#footer .foot_content #cont_area .text_area span{
	color:#fff;
	font-size:16px;
	letter-spacing:-.2px;
}

#footer .foot_content #cont_area .text_area span b{
	margin-right:10px;
	color:#ffffff;
	font-weight:500;
	opacity:1;
}

#footer .foot_content #cont_area .text_area span.text1{
	line-height:20px;
	font-family: "Noto Serif KR";
	color:#eee;
}

#footer .foot_content #cont_area .text_area span.text2{
	margin-right:0;
	float:right;
	font-size:14px;
}

#footer .foot_content p{
	color:#cccdcd;
	font-size:13px;
	letter-spacing:-.2px;
	line-height:26px;
	padding-top:25px;
}

#footer .foot_content span{
	color:#c0c0c0;
	font-size:13px;
	letter-spacing:-.2px;
}


#fp-nav ul li:nth-child(5){
	display:none !important;
}

#top_go{
	width:80px;
	height:80px;
	position:absolute;
	bottom:65px;
	right:100px;
	background:#444444;
	border:0;
	color:#fff;
	border-radius:100%;
	box-shadow:1px 1px 2px rgb(34,34,34,0.4);
}