@charset "euc-kr";
/*Pretendard*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;600;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@300;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap'); /*¿µ¹® ÇÊ±âÃ¼*/

@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');  /*aboutºÎºÐ*/

/*Wanted Sans*/
@import url("https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/static/complete/WantedSans.min.css");

@font-face {
  font-family: "S-CoreDream-7ExtraBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GmarketSansB';
  src: url(./GmarketSansTTFBold.woff) format('woff');
}
@font-face {
  font-family: 'GmarketSansM';
  src: url(./GmarketSansTTFMedium.woff) format('woff');
}
@font-face {
  font-family: 'GmarketSansL';
  src: url(./GmarketSansTTFLight.woff) format('woff');
}
html {font-size:10px}
body, div, span, iframe,
h1, h2, h3, p,
a,
img, strong,
ol, ul, li,
form, label, legend, table,
textarea, input {
    margin: 0;
    padding: 0;
    outline: none;
    color: #333;
    list-style: none;
    text-decoration: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
*:focus {
  outline: none;
}

img {
    border: 0;
    outline: 0;
}

#whatpage {
    display: none
}

.hide {
    position: absolute;
    left: -9999px;
}

body {
    min-width: 1600px;
    font-family: 'Pretendard', 'Roboto', Arial, sans-serif;
    position: relative;    
}


div.layer_popup{
	position:absolute;  
	z-index:14; 
	display:none; 
	visibility: visible; 
	overflow:hidden;
	margin:0;
	padding:0;
	}
div.layer_popup img{
	display:block;
	margin:0;
	padding:0;
	}
div.layer_popup p{
	width:100%;
	height:30px;
	background:#595a6a;
	text-align:right;
	color:#fff;
	font-size:1.3rem;
	line-height:1.5;
	}
div.layer_popup p input[type=checkbox]{
	width:18px;
	height:18px;
	border:1px solid #fff;
	margin-right:5px;	
	vertical-align:-3px;
	}
div.layer_popup p a{
	display:inline-block;
	height:100%;
	margin-left:8px;
	margin-right:10px;
	text-decoration:none;
	font-weight:700;
	color:#fff;
	font-size:1.3rem;
	}




header {
    position: fixed;
    left:0;
    top:0;
    width: 200px;
    height:100%;
    margin: 0 auto;
    padding: 0;
    border-right:0px solid #83c5be;
    z-index:999;
    background:rgba(131,197,190,0.8);
}

header h1{
	position:relative;
	width:130px;
	height:80px;
	margin:30px auto 0 auto;
	z-index:99999;
	}



/*----------------------------------------navi renew-------------------------------------*/
.header_inner {
    position: fixed;
    z-index: 22222;
    width:200px;
    margin:0;
    height: 100%;
    left:0px;
    top:0;
    border: 0px solid red;
}



header.open {
	width:200px;
   height: 100%;
}

header.open:after {
    background: #fff;
    border:0px solid red;
}

header.open .header_inner {
}



header.open li + li:before {
    background: #292929
}



#gnb {
		position:relative;
    width:100%;
    height:100%;
    text-align: center;
    font-weight: 400;
    border: 0px solid red;
    margin:0px auto 0 auto;
	background: linear-gradient(#cdc0a8 1%, #eee8d3 50%, #b1b1a0);
}

#gnb > ul {
    display: inline-block;
    width:100%;
    height:100%;
    top:200px;
}
#gnb > ul:first-child{
	margin-top:150px;
	}
#gnb > ul > li {
    position: relative;
    width:100%;
    border: 0px solid red;
}

#gnb > ul > li > a {
	position: relative;
    display: block;
    color: #533e29;
    width:100%;
    height:50px;
   text-align:left;
   text-indent:20px;
}

#gnb > ul > li > a b {
    position: relative;
    font-size:1.8rem;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height:3;
}
#gnb > ul > li > a b:hover{
	color: #533e29;
	}
#gnb > ul > li > a b:after {
    position: absolute;
    left: 50%;
    width: 0;
    bottom:-10px;
    height: 2px;
    background: #533e29;
    content: '';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#gnb > ul > li:hover > a {
    color: #533e29;
}

#gnb > ul > li:hover > a b:after {
    left: 0;
    width: 100%;
	height: 2px;
}

.open #gnb > ul > li > a {
    color: #533e29;
}

#gnb > ul > li.on > a {
    color: #533e29;
}


#gnb .sub {
    display: none;
    position:fixed;
    top:0;
    left:200px;
    width: 200px;
    height:100%;
	background:rgba(252,248,236,0.5);
    border:0px solid red;
    overflow:hidden;
}



#gnb .sub > ul {
		position:relative;
		height:100%;
    margin-left: 0px; /*margin-left:-258px;*/
    margin-top:150px;
}

#gnb .sub > ul > li {
    display:block;
    border: 0px solid red;
    text-align:left;
}


#gnb .sub > ul > li > a {
    display: block;
    width:100%;
    padding: 0 15px;
    font-size:1.8rem;
    color: #533e29;
    font-weight: 400;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    text-decoration: none;
    letter-spacing: -0.05em;
    line-height:3;
}

#gnb .sub > ul > li:hover > a {
    color: #533e29;
    text-decoration: none;
}



#gnb .sub > ul > li:hover > a:hover {
    color: #533e29;
    text-decoration: underline;
	text-underline-offset: 9px;
    text-underline-position: under;
	
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

#gnb .sub .before_link {
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    margin-left: -600px;
    font-weight: 400;
}




.common {
	position:fixed;
	height:50px;
	width:95%;
	margin:0 auto;
	top:20px;
	left:2.5%;
	border:0px solid red;
	z-index:9999;
	text-align:right;
	}
	
.common a{
	position:Relative;
	display:inline-block;
	height:35px;
	padding-right:20px;
	font-size:1.8rem;
	text-decoration:none;
	line-height:2;
	letter-spacing:-0.05em;
	font-weight:500;
	color:#533e29;
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:40px;
	border:0px solid red;
	}
.common a.lang{
	width:45px;
	background-image:url(../img/lang_jp.png);
	border:0px solid #f9f9f9;
	font-size:0;
	vertical-align:20px;
	padding-right:15px;
	}	
.common a.lang2{
	width:45px;
	background-image:url(../img/lang_kor.png);
	border:0px solid #f9f9f9;
	font-size:0;
	vertical-align:20px;
	padding-right:15px;
	}
.common a.lang3{
	width:45px;
	background-image:url(../img/lang_cn.png);
	border:0px solid #f9f9f9;
	font-size:0;
	vertical-align:20px;
	padding-right:10px;
	}		
.common a.map{
	background-image:url(../img/global_icon1_1.png);
	border:0px solid #533e29;
	line-height: 1.6;
	}
.common a.coun{
	background-image:url(../img/global_icon2_1.png);
	line-height: 1.6;
	}	
.common a.rev{
	background-image:url(../img/global_icon3_1.png);
	line-height: 1.6;
	}	
.common a.mem1{
	background-image:url(../img/mem_icon1.png);
	text-indent:34px;
	line-height: 1.6;
	}	
.common a.mem2{
	background-image:url(../img/mem_icon2.png);
	text-indent:34px;
	line-height: 1.6;
	}
.common a.mem3{
	background-image:url(../img/mem_icon3.png);
	text-indent:34px;
	line-height: 1.6;
	}	
.common a.mem4{
	background-image:url(../img/mem_icon4.png);
	text-indent:34px;
	line-height: 1.6;
	}		
	
/*----------------------------------------navi renew-------------------------------------*/




    

section {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
section.con0{
	position:relative;
	width:100%;
    height:900px;
    border:0px solid red;
    margin:0 auto;
    background:#000;
    overflow:hidden;
}

section.con0 div{
	position:absolute;
	width:100%;
	height:100%;
	background:url(/img/main_fillup.jpg) center center no-repeat #000;
	background-size:cover;
	opacity:0.7;
	overflow:Hidden;
	left:0;
	top:0;
	}

section.con0 p{
	position:relative;
	width:50%;
	height:auto;
	margin:19% auto 0 auto;
	border:0px solid red;
	color:#fff;
	font-family:'Oooh Baby';
  font-weight:400;
  font-size:6.4rem;
  font-style: normal;
  text-align:center;
  letter-spacing:0.03em;
	}

section.con1{
	position:relative;
	width:100%;
    height:1000px;
    border:0px solid red;
    margin:0 auto;
    background:url(/img/main_doc.png) center center no-repeat #fff;
}




section.con2{
	position:relative;
	width:100%;
  height:auto;
  border:0px solid red;
  background:#fcf8ec;
  margin:0 auto;
  overflow:hidden;
  padding-top:100px;
  padding-bottom:100px;
}
section.con2 div{
	position:relative;
	width:1300px;
  height:1350px;
  border:0px solid red;
  margin:0 auto 120px auto;
  overflow:hidden;
	}

section.con2 div a{
	position:relative;
	display:block;
	width:40%;
	height:auto;
	overflow:Hidden;
	margin:0 auto;
	text-decoration:none;
	border:0px solid red;
	}	
section.con2 div a h2{
	display:block;
	font-size:5rem;
	font-weight:300;
	line-height:1.5;
	letter-spacing:-0.05em;
	color:#533e29;
	font-family: 'Pretendard';
	}
section.con2 div a span{
	display:block;
	font-size:1.8rem;
	font-weight:400;
	line-height:1.5;
	letter-spacing:-0.05em;
	color:#533e29;
	font-family: 'Pretendard';
	}	
section.con2 div a.btn1{
	margin:100px auto 0 auto;
	}	
section.con2 div a.btn2{
	text-align:right;
	margin:400px auto 0 auto;
	}	
section.con2 div a.btn3{	
	margin:300px auto 0 auto;
	}			
section.con2 div img.thum1{
	position:absolute;
	float:left;
	left:0;
	top:0;
	}
section.con2 div img.thum2{
	position:absolute;
	float:right;
	right:0;
	top:380px;
	margin:0;
	padding:0
	}
section.con2 div img.thum3{
	position:absolute;
	float:left;
	left:0;
	top:820px;
	}	






section.about{
	position:relative;
	width:100%;
  height:550px;
  border:0px solid red;
  /*background:#e8d6d6;*/
  background-image: url("../img/about_img.jpg");
  background-repeat: repeat no-repeat;
  margin:0 auto;
  overflow:hidden;
  padding-top: 100px;

}
section.about div{
	position:relative;
	width:1000px;
  height:250px;
  border:0px solid red;
  margin:0 auto;
	}	
section.about div h2{
	display:block;
	width:80%;
  height:250px;
  border:0px solid red;
	font-size:15rem;
  font-family:Prata;
  font-weight:400;
  letter-spacing:-0.05em;
  line-height:1.5;
  margin:0;
  background: linear-gradient(to right bottom, #946d63, #855a50);
  color: transparent;
    -webkit-background-clip: text;
	}	
section.about div h2 span{
	display:block;
	width: 80%;
    height: 250px;
	font-size:8rem;
  font-family:Prata;
  font-weight:400;
  letter-spacing:-0.05em;
  line-height:0.1;
  text-indent:107px;
  background: linear-gradient(to right bottom, #8a6157, #82554b);
  color: transparent;
    -webkit-background-clip: text;
  
	}	
section.about div a.aboutbtn{
	/*
	position:absolute;
	left:135px;
	top:350px;
	width:300px;
	height:50px;
	border:2px solid #9a736b;
	border-radius:80px;
	
	
	border-style: solid;
	border-width: 2px;
	border-image: linear-gradient(#9a736b, #977068);
	border-image-slice: 1;
	
	
	text-align:center;
	text-decoration:none;
	font-size:2rem;
	font-weight:500;
	line-height:2.5;
	letter-spacing:-0.05em;
	color:#9a736b;
	*/
	position: absolute;
    width: 300px;
    height: 50px;
	top:350px;
	left:135px;
    margin:10px;
    border:2px solid #9a736b;
    border-radius:80px;
    /*
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0.7) 80%),
	linear-gradient(#9a736b, #977068);
	*/
	background-color : rgba(255,255,255,0.8);
    background-origin: border-box;
    background-clip: content-box, border-box;
	text-align:center;
	text-decoration:none;
	font-size:2rem;
	font-weight:500;
	line-height:2.5;
	letter-spacing:-0.05em;
	color:#9a736b;
	}


section.media {
	position:relative;
	width:100%;
  height:450px;
  border:0px solid red;
  background: linear-gradient(to right, #e5e4ce 20%, #e4e3cf 40% 60%, #eee8d3 80%);
  margin:0 auto;
  overflow:hidden;
  padding-top:100px;
  padding-bottom:100px;
}
section.media div {
	position:relative;
	left:490px;
	width:650px;
  height:350px;
  border:0px solid red;
  float:left;
	}	
section.media div h2{
	display:block;
	width:80%;
  height:250px;
  border:0px solid red;
	font-size:8rem;
  font-family:Prata;
  font-weight:400;
  letter-spacing:-0.05em;
  line-height:1.5;
  margin:0;
  background: linear-gradient(to right bottom, #946d63, #855a50);
  color: transparent;
    -webkit-background-clip: text;
	}	
section.media div h2 span{
	display:block;
	width: 80%;
    height: 250px;
	font-size:15rem;
  font-family:Prata;
  font-weight:400;
  letter-spacing:-0.05em;
  line-height:1;
  text-indent:4px;
  background: linear-gradient(to right bottom, #8a6157, #82554b);
  color: transparent;
    -webkit-background-clip: text;
  
	}	
section.media div a.mediabtn{
	/*
	position:absolute;
	left:135px;
	top:350px;
	width:300px;
	height:50px;
	border:2px solid #9a736b;
	border-radius:80px;
	
	
	border-style: solid;
	border-width: 2px;
	border-image: linear-gradient(#9a736b, #977068);
	border-image-slice: 1;
	
	
	text-align:center;
	text-decoration:none;
	font-size:2rem;
	font-weight:500;
	line-height:2.5;
	letter-spacing:-0.05em;
	color:#9a736b;
	*/
	position: absolute;
    width: 300px;
    height: 50px;
	top:340px;
	left:0;
    margin:10px;
    border:2px solid #9a736b;
    border-radius:80px;
    /*background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0.7) 80%),
	linear-gradient(#9a736b, #977068);
	*/
	background-color : rgba(255,255,255,0.8);
    background-origin: border-box;
    background-clip: content-box, border-box;
	text-align:center;
	text-decoration:none;
	font-size:2rem;
	font-weight:500;
	line-height:2.5;
	letter-spacing:-0.05em;
	color:#9a736b;
	}	

section.media div.media_right{
	display:block;
	float:left;
	width:650px;
  height:450px;
  border:0px solid red;
  margin:0 auto;
  overflow:hidden;
}

section.media div.media_right .youtube{
	position: absolute;
    left: 0;
    width: 100%;

}

section.media div.media_right ul {
	position: absolute;
    width: 600px;
    height: auto;
    left: 5px;
    top: 310px;
}

section.media div.media_right ul li {
    float: left;
    position: relative;
    width: 80px;
    height: 120px;
    margin-right: 55px;
    color: #533e29;
    letter-spacing: -0.05em;
    line-height: 1;
    font-size:2.0rem;
}

section.media div.media_right ul li:last-child{
    margin-right: 0;
}

section.media div.media_right ul li a{
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.05em;
    color: #533e29;
	text-align: center;
    font-family: 'Pretendard';
}
	
/*	
section.media{
    height:650px;
    border:0px solid red;
    background: linear-gradient(to right, #e5e4ce 20%, #e4e3cf 40% 60%, #eee8d3 80%);
}
section.media h2{
	display:block;
	width:60%;
  height:150px;
  border:0px solid red;
	font-size:15rem;
  font-family:Wanted Sans;
  font-weight:700;
  letter-spacing:-0.05em;
  line-height:1;
  color:#fff;
  margin:20px auto 0 50px;
}

section.media a.youtubelink{
	position:absolute;
	right:5%;
	top:70px;
	width:350px;
	height:45px;
	border:5px solid #fff;
	border-radius:80px;;
	text-align:center;
	text-decoration:none;
	font-size:2rem;
	font-weight:400;
	line-height:2;
	letter-spacing:-0.05em;
	color:#fff;
	}


section.media div.swiper_wrap{
	position:relative;
	width:80%;
	height:350px;
	border:0px solid red;
	margin:50px auto 0 auto;
	}

section.media div.swiper_wrap .swiper{
	position:relative;
	width:90%;
	height:300px;
	border:0px solid red;
	margin:0 auto;
	}


section.media div.swiper_wrap .swiper-wrapper{
	position:relative;
	width:100%;
	height:100%;
	margin:0 auto;
	border:0px solid red;
	}
section.media div.swiper_wrap .swiper-slide {
      text-align: center;
      background:;
      display: flex;
      width:340px;
      border:0px solid red;
      justify-content: center;
      align-items: center;
    }
section.media div.swiper_wrap .swiper-slide a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	text-align:center;
	font-size:1.6rem;
	color:#fff;
	
	}
section.media div.swiper_wrap .swiper-slide a img {
      display: block;
      width: 100%;
      object-fit: cover;
      margin-bottom:15px;
    }
  
section.media div.swiper_wrap .swiper-button-next,
section.media div.swiper_wrap .swiper-button-prev {
    border:0px solid red;
    width: 25px;
    height: 50px;
    background-position:0;
    background-repeat: no-repeat;
}
section.media div.swiper_wrap .swiper-button-next {
    background-image:url(/img/swiper_ar2.png);
    right:0px;
}
section.media div.swiper_wrap .swiper-button-prev {
    background-image:url(/img/swiper_ar1.png);
    left:0px;
}
section.media div.swiper_wrap .swiper-button-next::after,
section.media div.swiper_wrap .swiper-button-prev::after {
    display: none;
}
*/


section.view{
    height: 850px;
    border:0px solid red;
    background-color:none;
}

section.view a{
	display:block;
	width:400px;
	margin:400px auto;
	padding:25px 0;
	text-align:center;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-size:3.5rem;
	font-weight:500;
	color:#fff;
  letter-spacing: -0.05em;
  line-height: 1;
  border:6px solid #fff;
  border-radius:50px;
  background:rgba(0,0,0,0.3)
	}

section.footer_map{
    height: 850px;
    border:0px solid red;
    background:#fcf8ec;
}

section.footer_map div.mapwrap {
    position: relative;
    width: 1600px;
    height: 520px;
    border: 0px solid red;
    margin: 170px auto 0 auto;
}

section.footer_map div.mapwrap p.title {
    position: absolute;
    left: 240px;
    top: 65px;
    font-family:Prata;
	font-weight:400;
    font-size:7.0rem;
    letter-spacing: -0.05em;
    line-height: 1;
    color: #533e29;
    text-align: left;
}

section.footer_map div.mapwrap p.add {
    position: absolute;
    left: 240px;
    top: 160px;
    font-weight: 400;
    font-size:3.0rem;
    letter-spacing: -0.05em;
    line-height: 1.2;
    color: #a79584;
    text-align: left;
}

section.footer_map div.mapwrap ul {
    position: absolute;
    width: 370px;
    height: auto;
    left: 240px;
    top: 320px;
}

section.footer_map div.mapwrap ul li {
    float: left;
    position: relative;
    height: 22px;
    margin-bottom: 30px;
    text-align: left;
    color: #533e29;
    letter-spacing: -0.05em;
    line-height: 1;
    font-size:2.0rem;
}

section.footer_map div.mapwrap ul li:first-child,
section.footer_map div.mapwrap ul li:nth-child(3) {
    width: 160px;
    border: 0px solid red;
    font-family:Wanted Sans;
    font-weight: 500;
}

section.footer_map div.mapwrap ul li:last-child,
section.footer_map div.mapwrap ul li:nth-child(2) {
    width: 200px;
    border: 0px solid blue;
}

section.footer_map div.mapwrap ul li:last-child {
    height: 80px;
    line-height: 1.4;
    letter-spacing: -0.03em;
}

section.footer_map div.mapwrap ul li:last-child span {
    color: #533e29;
}



footer {
    position: relative;
    width: 100%;
    height:auto;
    background: #fcf8ec;
    overflow: hidden;
}

footer p.caution{
	position:relative;
	width:100%;
	height:30px;
	background:#9e8a77;
	text-align:center;
	font-size:1.3rem;
	line-height:2.3;
	letter-spacing:-0.05em;
	color: #fcf8ec;
	overflow:hidden;	
	}



footer div {
    position: relative;
    width: 1600px;
    height: 255px;
    margin: 95px auto 0 auto;
    border: 0px solid red;
}

footer div ul.menu {
    position: absolute;
    left:400px;
    top: 20px;
    border: 0px solid #fff;
}

footer div ul.menu li {
    float: left;
   
    padding-right: 20px;
    text-align: center;
    border-right: 1px solid #fff;
}

footer div ul.menu li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size:1.6rem;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #533e29;
    text-decoration: none;
}

footer div ul.menu li:first-child {
    padding-left: 0;
}

footer div ul.menu li:first-child a {
    color: #533e29;
}

footer div ul.menu li:last-child {
    border-right: 0px solid #c0c0c0;
}

footer div address {
    position: absolute;
    height: auto;
    left: 400px;
    top: 60px;
    font-size:1.6rem;
    font-style: normal;
    text-align: left;
    line-height: 1.8;
    letter-spacing: -0.03em;
    color: #533e29;
}

footer div address span {
    font-size:1.3rem;
    color: #533e29;
    letter-spacing: -0.03em;
}
footer div a.rotate{
	position: absolute;
	display:block;
	width:160px;
	height:160px;
  right: 0;
  top: 0;
  border:0px solid red;
  background:url(../img/footer_fillup_1.png) center center no-repeat;
  opacity:0.7;
  
	}
footer div a.rotate img.circle {
    position: absolute;
    right: 0;
    top: 0;
    animation: rotate_image 12s linear infinite;
    transform-origin: 50% 50%;
}

@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}

footer div ul.sns {
    position: absolute;
    right: 220px;
    top: 60px;
    border: 0px solid red;
    height: 33px;
}

footer div ul.sns li {
    float: left;
    width: 35px;
    height: 33px;
    margin-left: 30px;
}

.pic-100{
	width:100px;
	height:100px;
}
.pic-200{
	width:200px;
	height:100px;
}