@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

/*Common*/
*{margin:0;padding:0}
html,body{width:100%;height:100%}
html{overflow-y:scroll}
body{background-color:#fff;*word-break:break-all;-ms-word-break:break-all;
-webkit-text-size-adjust: 100% !important;-moz-text-size-adjust: 100% !important;-ms-text-size-adjust: 100% !important;}
body,h1,h2,h3,h4,h5,h6,th,td,li,dt,dd,a,p,input,textarea,select,option,button{
	color:#555;
	font-family:"Wix Madefor Display","Noto Sans KR","돋움",dotum,sans-serif;
	font-size:10px;font-weight:normal;
}
img,fieldset,iframe{border:0 none}
ul,ol,li{list-style:none}
em,address{font-style:normal}
img,input,select,textarea{vertical-align:middle}
a{color:#7d7d7d;text-decoration:none;cursor:pointer}
a:hover{color:#333;text-decoration:none}
button,label{cursor:pointer;_cursor /**/:hand}
button *{position:relative}
textarea{overflow:auto}
option{padding-right:6px}
.input_text, textarea{*margin:-1px 0;padding-right:1px}
.input_check, .input_radio{width:13px;height:13px}
.blind, legend, caption{text-indent:-9999px;font-size:0;line-height:0;overflow:hidden}
hr{display:none}
legend{*width:0}
:root legend{margin-top:-1px;font-size:0;line-height:0}
caption{*line-height:0}
img{max-width:100%;}
#bgblack,
#bgblack1,
#bgblack2{
	display:none;
	position:fixed;left:0;top:0;z-index:4000;
	width:100%;height:100%;
	background:rgba(0,0,0,0.7);
}
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

:root{
	--font1: "Noto Sans KR";
	--font2: "Wix Madefor Display";
	--font3: "Nunito Sans";
	--fonts: "Wix Madefor Display","Noto Sans KR";
	--trs50: "translate(-50%, -50%)";
}
/**/
/* header */
#header{position:fixed;left:0;top:0;width:100%;z-index:3100;transition:all 0.4s;}
#header.nav-up{transform:translateY(-100px);transition:transform 0.6s;}
#header.nav-down{transform:translateY(0);transition:transform 0.6s;}
/* #header:after{
	display:block;content:"";
	width:100%;height:100px;
	background:#f9f7f4;
	position:absolute;left:0;top:100%;
	transform-origin:top;transform:scaleY(0);
	transition:all 0.4s;
}
#header.on:after{transform:scaleY(1);}

#header.act:after{transform:scaleY(0);}
#header.on.act:after{transform:scaleY(1);} */
.head{position:relative;height:100px;}
.head h1{position:absolute;left:3.125vw;top:21px;z-index:10000;}
.head h1.dn{display: none;}
.head h1 a{
	display:block;
	width:85px;height:58px;
	background:url(/images/common/logo1.png) no-repeat center;
	background-size:contain;
	text-indent:-9999px;
	transition:all 0.3s;	
}
.head .pcNav{}
.head .pcNav>ul{display:flex;justify-content:center;}
.head .pcNav>ul>li{position:relative;margin:0 2vw}
.head .pcNav>ul>li>a{
	display:block;
	font-size:18px;color:#fff;line-height:100px;
}


.head .gnb{display:flex;align-items:center;position:absolute;right:3.125vw;top:19px;
gap:0 6px;}
.head .gnb .link{
	display:flex;align-items:center;justify-content:center;
	width:54px;height:54px;
	background:0;border:1px solid #fff;border-radius:50%;
}
.head .gnb .linkedin>.link>i{
display: block;width: 17px;height: 17px;
background: url(/images/common/gnb_linkedin.png)no-repeat center / contain;
}
.head .gnb .youtube>.link>i{
display: block;width: 28px;height: 22px;
background: url(/images/common/gnb_youtube.png)no-repeat center / contain;
}
.head .gnb .search{}
.head .gnb .search .search_btn{
	display:flex;align-items:center;justify-content:center;
	width:54px;height:54px;
	background:0;border:1px solid #fff;border-radius:50%;
}
.head .gnb .search .search_btn i{	
	display: block;width:24px;height:24px;
background: url(/images/common/header_search_icon.png)no-repeat center / contain;
}
.head .gnb .language{
position: relative;
}
.head .gnb .language>a{
	display:flex;align-items:center;justify-content:center;
	width:54px;height:54px;
	background:0;border:1px solid #fff;border-radius:50%;
	font-size:12px;color:#fff;
}
.head .gnb .language>ul{
position: absolute;
top:calc(100% + 5px);
left:0;
z-index:100;
display: none;
}
.head .gnb .language>ul>li{
width:54px;height:54px;
border-radius:50%;
background: #8bb928;
}
.head .gnb .language>ul>li>a{
	display:flex;align-items:center;width:100%;height:100%;box-sizing:border-box;
	text-align: center;justify-content:center;
	font-size:12px;color:#fff;font-weight: 500;
	
}
.head .gnb .language>a i{
	display:inline-block;
	width:4px;height:4px;
	margin-left:5px;
	border-right:1px solid #fff;border-bottom:1px solid #fff;
	transform:rotate(45deg);
}
.head .gnb .btnMenu{
	position:relative;z-index:5000;
	box-sizing:border-box;
	width:54px;height:54px;background:0;border:1px solid #fff;border-radius:50%;
	cursor:pointer;
	transition: all 0.3s;
	display: flex;align-items:center;flex-direction:column;justify-content:center;
	gap:5px;
}
.head .gnb .btnMenu>div{
	width:22px;height:3px;
	background:#fff;
	transition: all 0.3s;
}

.head .gnb .btnMenu.openmenu{border:1px solid #000;}
.head .gnb .btnMenu.openmenu>div:nth-child(1){background: #000;transform:rotate(45deg) translate(5px,6px);}
.head .gnb .btnMenu.openmenu>div:nth-child(2){background: #000;opacity:0;}
.head .gnb .btnMenu.openmenu>div:nth-child(3){background: #000;transform:rotate(-45deg) translate(5px,-6px);}

.on .head, .act .head{background: #f2efe9;}
.on .head .pcNav>ul>li>a,
.act .head .pcNav>ul>li>a{color:#111;font-weight: 600;}
.on .head .pcNav>ul>li>a:hover,
.act .head .pcNav>ul>li>a:hover{text-decoration:underline;text-decoration-thickness: 2px;text-underline-offset:3px;}
.bk .head .gnb .link,
.on .head .gnb .link,
.act .head .gnb .link{border:1px solid rgba(0,0,0,0.4);}
.on .head .gnb .search .search_btn,
.on .head .gnb .language>a,
.on .head .gnb .btnMenu{border:1px solid rgba(0,0,0,0.4);}
.act .head .gnb .search .search_btn,
.act .head .gnb .language>a,
.act .head .gnb .btnMenu{border:1px solid rgba(0,0,0,0.4);}
.on .head .gnb .search .search_btn i,
.act .head .gnb .search .search_btn i{
	background: url(/images/common/header_search_icon_bk.png)no-repeat center / contain;
}
.bk .head .gnb .linkedin>.link>i,
.on .head .gnb .linkedin>.link>i,
.act .head .gnb .linkedin>.link>i{
background: url(/images/common/gnb_linkedin_bk.png)no-repeat center / contain;
}
.bk .head .gnb .youtube>.link>i,
.on .head .gnb .youtube>.link>i,
.act .head .gnb .youtube>.link>i{
background: url(/images/common/gnb_youtube_bk.png)no-repeat center / contain;
}
.on .head .gnb .language>a,
.act .head .gnb .language>a{color:#000;font-weight: 600;}
.on .head .gnb .language>a i,
.act .head .gnb .language>a i{border-right:1px solid #000;border-bottom:1px solid #000;}
.on .head .gnb .btnMenu>div,
.act .head .gnb .btnMenu>div{background: #000;}

.head .search_bar_wrap{
width:100%;max-width:100vw;background: #fff;padding-top: 100px;height:180px;
position:fixed;top:0;left:0;z-index:9999;
top:-180px;transition:all 0.6s ease;visibility:hidden;
}
.head .search_bar_wrap.show{
top:0;transition:all 0.6s ease;visibility:visible;
}
.nav-up .search_bar_wrap{transform:translateY(-100%);}
.head .search_bar_wrap .searchwrap{margin:0 auto;display: flex;align-items:center;justify-content:center;
max-width:750px;width:94%;border-bottom: 2px solid #000;;padding-bottom: 14px;
}
.head .search_bar_wrap .searchwrap input{width:calc(100% - 26px);display: block;
font-size:24px;color:#000;font-weight: 400;font-family: var(--font1);border:0;outline:none;height:25px;
}
.head .search_bar_wrap .searchwrap input::placeholder{font-size:24px;color:#666;font-weight: 400;font-family: var(--font1);}
.head .search_bar_wrap .searchwrap .submit{
outline:none;background: 0;border:0;width:26px;
}
.head .search_bar_wrap .close{
position: absolute;top:38px;right:3.125vw;
outline:none;background: 0;border:0;
}

@media screen and (max-width:1599px){
.head .pcNav>ul{transform:translateX(-100px);}
.head .pcNav>ul>li{margin:0 1.5vw;}
}
@media screen and (max-width:1024px){
	.head .search_bar_wrap .searchwrap input{font-size:20px;}
	.head .search_bar_wrap .close{max-width:20px;}
}
@media screen and (max-width:813px){
	.head{height:85px;}
	.head h1{top:12px;}
	.head h1 a{width:70px;height:58px;}
	.head .search_bar_wrap .searchwrap input{font-size:16px;}
	.head .search_bar_wrap .close{max-width:16px;}
	.head .search_bar_wrap .searchwrap .submit{width:20px;}
	.head .search_bar_wrap .searchwrap{padding-bottom: 10px;}
	.head .search_bar_wrap .searchwrap input{width:calc(100% - 20px);}
	
	.head .gnb .link,
	.head .gnb .search .search_btn,
	.head .gnb .language>a,
	.head .gnb .btnMenu{width:44px;height:44px;}
	.head .gnb .language>a{font-size:10px;}
	.head .gnb .linkedin>.link>i{width: 12px;height: 12px;}
	.head .gnb .youtube>.link>i{width:20px;height:14px;}
	.head .gnb .search .search_btn i{width:14px;height:14px;}
	.head .gnb .btnMenu>div{width:18px;height:2px;}
	.head .gnb .btnMenu.openmenu>div:nth-child(1){transform:rotate(45deg) translate(4px,5px);}
	.head .gnb .language>ul>li{width:44px;height:44px;}
	.head .gnb .language>ul>li>a{font-size:10px;}
}

@media screen and (max-width:380px){
.head{height:75px;}
.head h1{top:6px;}
.head h1 a{width:60px;}
.head .gnb .link, .head .gnb .search .search_btn, .head .gnb .language>a, .head .gnb .btnMenu{width: 36px;height: 36px;}
}


/*subnav*/
/* sub nav */
.sub_nav{
display:none;
	box-sizing:border-box;
	position:absolute;left:0;top:90px;
	width:100%;
	padding:30px 7.5%;
	background:#f9f7f4;
	/* box-shadow:0 1px 0 #ddd inset; */
}
.sub_nav .menuwrap{display:none;}
.sub_nav .menuwrap>div{display:flex;align-items:center;width:auto;}


.sub_nav .menuwrap>div ul{
	display:flex;flex-wrap:nowrap;
	align-items:center;
	box-sizing:border-box;
	
	position: relative;
}

.sub_nav .menuwrap:nth-child(1)>div ul{left:250px;}
.sub_nav .menuwrap:nth-child(2)>div ul{left:400px;}
.sub_nav .menuwrap:nth-child(3)>div ul{left:500px;}
.sub_nav .menuwrap:nth-child(4)>div ul{left:650px;}
.sub_nav .menuwrap:nth-child(5)>div ul{left:850px;}
.sub_nav .menuwrap:nth-child(6)>div ul{left:1000px;}

.sub_nav .menuwrap>div ul li{/* opacity:0; */width:auto;margin:0px 2vw 0px 0;position: relative;}
/* .sub_nav .menuwrap>div ul li:before{position: absolute;content:"";width: 1px;height: 12px;background: rgba(0, 0, 0, 0.3);
top:50%;right:0;transform:translate(0,-50%);} */
.sub_nav .menuwrap>div ul li:last-child{margin-right:0;}
.sub_nav .menuwrap>div ul li:last-child:before{width:0;}
.sub_nav .menuwrap>div ul li a{
text-align: center;
	position:relative;
	display:block;
	width:100%;
	padding:0px 0;	
	white-space:nowrap;
	font-size:16px;color:#666;font-weight:400;
	font-family: "Noto Sans KR";
}
.sub_nav .menuwrap>div ul li:hover a{
	color:#000;font-weight:400;
}

@media screen and (max-width:1599px){
	.head .pcNav>ul>li>a{font-size:17px;}
	.sub_nav .menuwrap>div ul li a{font-size:17px;}
	.sub_nav .menuwrap:nth-child(1)>div ul{left:10%;}
	.sub_nav .menuwrap:nth-child(2)>div ul{left:20%;}
	.sub_nav .menuwrap:nth-child(3)>div ul{left:30%;}
	.sub_nav .menuwrap:nth-child(4)>div ul{left:35%;}
	.sub_nav .menuwrap:nth-child(5)>div ul{left:50%;}
	.sub_nav .menuwrap:nth-child(6)>div ul{left:65%;;}
}
@media screen and (max-width:1279px){
	.head .pcNav{display: none !important;}
}

/*allmenu*/
.allmenuBg {
	display: block;
	width: 46px;
	height: 46px;
	background: #efefef;
	border-radius: 50%;
	position: absolute;
	left: calc(97% - 23px);
	top: 46px;
	z-index: 1000;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.8s ease-in-out;
}
.allmenuBg.open{
	transform: translate(-50%, -50%) scale(100);
}
.allmenu{
	position:fixed;right:0;top:0;z-index:2000;
	width:100%;height:100vh;
	background:#ede9e2; transform: scaleX(0);
}
.allmenu.open{
	transform: scaleX(1);  transition: all 0s 0s; 
}
.allmenu .allmenuwrap{
	max-width:100%;
	width:100%;height:100%;
	padding:0 3.125vw;
	margin:0 auto;
	box-sizing:border-box;
	position:relative;
	display:flex;
	align-items:center;
}
.allmenu .allmenuwrap>ul{display:flex;flex-wrap:wrap;width:100%;gap:80px 0;}
.allmenu .allmenuwrap>ul>li{
	position:relative;
	box-sizing:border-box;
	width: 25%;
	padding-left: 5.15vw;
	opacity: 0;
	transform: translateY(40px);
	transition: all 0.9s 0.1s;
}
.allmenu.open .allmenuwrap>ul>li{
	opacity: 1;
	transform: translate(0);
}
.allmenu .allmenuwrap>ul>li.Img{
	padding-left: 0;
	border-radius:20px;overflow:hidden;height:50vh;max-height:340px;
}
.allmenu .allmenuwrap>ul>li.Img>img{width:100%;height:100%;object-fit:cover;}
.allmenu .allmenuwrap>ul>li.address{
	position: relative;background: url(/images/common/allmenu_address_bg.jpg)no-repeat center / cover;
	display: flex;align-items:end;justify-content:center;
	padding:2.083vw;box-sizing:border-box;
}
.allmenu .allmenuwrap>ul>li.address>div{width:100%;}
.allmenu .allmenuwrap>ul>li.address address .title{padding-bottom: 20px;border-bottom: 1px solid rgba(255,255,255,0.1);
font-size:2vw;color:#fff;font-weight: bold;
background: url(/images/common/allmenu_add.png)no-repeat right center;
}
.allmenu .allmenuwrap>ul>li.address address .contact{
margin-top: 20px;
}
.allmenu .allmenuwrap>ul>li.address address .contact>dl{display: flex;align-items:center;}
.allmenu .allmenuwrap>ul>li.address address .contact>dl>dt{position: relative;font-size:1.2vw;color:#fff;font-weight: 600;
margin-right: 0.5vw;padding-right: 0.5vw;}
.allmenu .allmenuwrap>ul>li.address address .contact>dl>dt:before{
position: absolute;content:'';
width:1px;background: rgba(255,255,255,0.1);
height:1.2vw;
top:50%;
transform:translateY(-50%);
right:0;
}
.allmenu .allmenuwrap>ul>li.address address .contact>dl>dd>a{
vertical-align:middle;
font-size:1.2vw;color:#fff;font-weight: 400;font-family: "Noto Sans KR";}

.allmenu .allmenuwrap>ul>li:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #ccc;
}
.allmenu .allmenuwrap>ul>li:nth-child(4):before{
	content: "";
	position: absolute;
	right:0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #ccc;
}
.allmenu .allmenuwrap>ul>li:nth-child(2):after{display: none;}
.allmenu .allmenuwrap>ul>li.Img:after{
	display: none;
}
.allmenu .allmenuwrap>ul>li>a{font-size:30px;font-family: "Wix Madefor Display";color:#000; font-weight: 600;}
.allmenu .allmenuwrap>ul>li>a.on{color: #1575bb;}
.allmenu .allmenuwrap>ul>li>ul{display:block; margin-top: 20px;}
.allmenu .allmenuwrap>ul>li>ul>li{margin-bottom:6px;}
.allmenu .allmenuwrap>ul>li>ul>li>a{font-size:22px;color:#666666;font-weight: 400;font-family: "Noto Sans KR";}
.allmenu .allmenuwrap>ul>li>ul>li>a:hover{color:#1575bb;}
.allmenu .allmenuwrap>ul>li>ul>li>ul{padding:10px 0 0 10px;}
.allmenu .allmenuwrap>ul>li>ul>li>ul>li{
	position:relative;
	padding-left:10px;
}
.allmenu .allmenuwrap>ul>li>ul>li>ul>li:before{
	display:block;content:"";
	width:4px;height:1px;
	background:#555;
	position:absolute;left:0;top:12px;
}
.allmenu .allmenuwrap>ul>li>ul>li>ul>li>a{font-size:16px;color:rgba(0,0,0,0.5);}

@media screen and (max-width: 1199px){
	.allmenu .allmenuwrap>ul>li:nth-child(1).Img{display: none !important;}
	.allmenu .allmenuwrap>ul>li.address{width:48%;}
	.allmenu .allmenuwrap>ul>li{padding-left: 3.25vw;}
	.allmenu .allmenuwrap>ul>li:nth-child(2):after{display: block;}
	.allmenu .allmenuwrap>ul>li:nth-child(7):before{
		content: "";
		position: absolute;
	   right:0;
		top: 0;
		width: 1px;
		height: 100%;
		background: #ccc;
		display: none;
		}
		.allmenu .allmenuwrap>ul>li>a{font-size:clamp(20px,3.25vw,28px);}
		.allmenu .allmenuwrap>ul>li>ul>li>a{font-size:clamp(14px,2.5vw,18px);}
}
@media screen and (max-width: 812px){
	.allmenu .allmenuwrap>ul>li>a{font-size:clamp(18px,5vw,24px);}
	.allmenu .allmenuwrap>ul>li:after,
	.allmenu .allmenuwrap>ul>li:nth-child(2):after,
	.allmenu .allmenuwrap>ul>li:nth-child(7):before,
	.allmenu .allmenuwrap>ul>li:nth-child(4):before{display: none;}
	.allmenu .allmenuwrap>ul{gap:0;}
	.allmenu .allmenuwrap>ul>li:nth-child(2){border-top: 1px solid #ccc;;}
	.allmenu .allmenuwrap>ul>li{width:100%;padding:2.2vh 4vw;border-bottom: 1px solid #ccc;;}
	.allmenu .allmenuwrap>ul>li>ul{display: none;}
	.allmenu .allmenuwrap>ul>li>ul>li>a{font-size:clamp(12px,3vw,15px);}
	.allmenu .allmenuwrap>ul>li>a{display: block;position: relative;width:100%;}
	.allmenu .allmenuwrap>ul>li>a:before{
	display: block;
	position: absolute;content:'';
	background: url(/images/common/allmenu_mo_btn.png)no-repeat;
	background-size:contain;
	width:12px;height:8px;
	left:auto;
	top:50%;right:0vw;transform:translateY(-50%);
	}
	.allmenu .allmenuwrap>ul>li.act>a:before{transform:translateY(-50%) rotate(180deg);}
	.allmenu .allmenuwrap>ul>li.address{padding:4vw;width:100%;height:auto;margin-top: 3vh;}
	.allmenu .allmenuwrap>ul>li.address address .title{font-size:4vw;padding-bottom: 1.5vh;}
	.allmenu .allmenuwrap>ul>li.address address .contact{margin-top: 1.5vh;}
	.allmenu .allmenuwrap>ul>li.address address .contact>dl>dt, .allmenu .allmenuwrap>ul>li.address address .contact>dl>dd>a{font-size:2.7vw;}
}


/*footer*/
.foot{
	width:100%;box-sizing:border-box;position: relative;
	padding:0 3.125vw 90px;background: #d7d1c6;
}
.foot .logo{
	margin-bottom: 35px;width:85px;max-width:100%;
}
.foot .info>ul{display: flex;align-items:center;flex-wrap:wrap;}
.foot .info>ul>li{
	box-sizing:border-box;padding:0 12px;
	font-family: "Noto Sans KR";font-size:20px;color:#666666;margin-top: 4px;
	position: relative;
}
.foot .info>ul>li:before{
	position: absolute;content:'';
	top:8px;right:0;background: #817d77;width:1px;height:14px;
}
.foot .info>ul>li:first-child{padding-left: 0;}
.foot .info>ul>li:last-child{padding-right: 0;}
.foot .info>ul>li:last-child:before{display: none;}
.foot .copy{
	margin-top: 24px;font-size:18px;color:#777777;font-weight: 400;font-family: "Noto Sans KR";letter-spacing:-0.02em;
}



@media screen and (max-width:1280px){
	.foot .info>ul>li{font-size:17px;}
	.foot .copy{font-size:15px;margin-top: 16px;}
}
@media screen and (max-width:768px){
	.foot .info>ul>li{font-size:15px;}
	.foot .copy{font-size:13px;margin-top: 10px;}
	.foot .info>ul>li:before{top:5px;}
	.foot .logo{width:65px;}
	.foot{padding-top: 45px;}
}

.top-btn{
	background: 0;border:0;outline:none;
	position:fixed;bottom:40px;right:3.125vw;
	box-sizing:border-box;
	width:50px;height:50px;
	border:1px solid #817d77;
	border-radius:50%;
	display: flex;align-items:center;justify-content:center;
	z-index: 1000;
	opacity:0;
		transition:opacity 0.3s ease;
}
.top-btn.visible{opacity:1;transition:opacity 0.3s ease;}
@media screen and (max-width:768px){
	 .top-btn{width:40px;height: 40px;}
}


/* popup */
.pop_today_close{padding:1px 7px 3px 7px;color:#ffffff;background:#303030;vertical-align:middle;border:0px;}
.pop_close{padding:1px 7px 3px 7px;color:#ffffff;background:#303030;vertical-align:middle;border:0px;}

@media(max-width:767px){
	/* 메인 레이어 팝업 */
	.main_layer_popup{width:96%!important;left:50%!important;top:50px!important;transform:translateX(-50%)}
	.main_layer_popup .popupContent{height:100%!important}
	.main_layer_popup img{width:100%}
}