@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:9px}
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: 390px;
    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: 100%;
    height: 100px;
    margin: 0 auto;
    padding: 0;
    border: 0px solid red;
    /*background:#83c5be;*/
	background: linear-gradient(to right, #cdc0a8 1%, #eee8d3 50%, #b1b1a0);
    z-index:999;
    overflow: hidden;
}

header h1{
	position:relative;
	width:50%;
	margin:35px 0 0 10px;
	}
header h1 img{
	width:100%;
	}
header a.lang{
	position:fixed;
	display:block;
	top:35px; right:70px;
	width:45px;
	height:30px;
	background-image:url(../img/lang_jp.png);
	z-index:999;
	}
header a.lang2{
	position:fixed;
	display:block;
	top:35px; right:110px;
	width:45px;
	height:30px;
	background-image:url(/mo_jp/img/lang_kor.png);
	z-index:999;
	}	
header a.lang3{
	position:fixed;
	display:block;
	top:35px; right:150px;
	width:45px;
	height:30px;
	background-image:url(/mo_jp/img/lang_cn.png);
	z-index:999;
	}		
	
/*navi*/
	.trigger { 
		display: inline;
		z-index:9999; cursor: pointer;
	    position:fixed; top:1%; right:30px;
	    width:40px; height:80px;
	    background-color:transparent; border:0;
	}
	.trigger span {
	    position:absolute; top:calc(50% - 1px); left:calc(50% - 12px);
	    width:40px; height:5px; background:#533e29; transition:0.3s;
	}
	.trigger span:before, .trigger span:after {
	    display:block; position: absolute; content:'';
	    width:40px; height:5px; background:#533e29; transition:0.3s;
	}
	.trigger span:before {top:-15px;}
	.trigger span:after {top:15px;}

	.trigger.open {display:block; z-index:9999;}
	.trigger.open span {background:transparent; top:34px}
	.trigger.open span:before { top:0; transform:rotate(45deg); background:#533e29; }
	.trigger.open span:after { top:0;transform:rotate(-45deg); background:#533e29; }


.side_menu {
	    display: block;
	    position: fixed;
	    top:0; left:-100%;
	    background:none;
	    width:100%;
	    height:100%; 
	    z-index:9998;  
	    overflow-y:scroll; 
	}
.side_menu::-webkit-scrollbar{display: none;}	
	



/*----------------------------------------navi renew-------------------------------------*/
.header_inner {    
    z-index: 9999;
    width:180px;
    margin:0;
    height: 100%;
    right:0px;
    top:0;
    border: 0px solid red;
}



header_inner.open {
	width:180px;
   height: 100%;
}

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

header.open .header_inner {
}



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



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

#gnb > ul {
    display: inline-block;
    width:100%;
    height:100%;
    top:80px;
}
#gnb > ul:first-child{
	margin-top:50px;
	}
#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;
   	cursor:pointer;
   	border:0px solid red;
   	overflow:hidden;
}

#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 ul.m_join{
	padding:10px;
	width:480px;
	height:70px;
	margin-top: 16px;
}
#gnb ul.m_join li{
	float:left;
	display:block;
	width:70px;
	height:50px;
	 
}
#gnb ul.m_join>li>a{
	display:block;
	width:70px;
	height:100%;
	background:#332f38;
	color:#fff;
	text-decoration:none;
	text-align:center;
	line-height:3.3;
	font-size:15px;/*°ø°£ÀÌ Á¼À¸¹Ç·Î ÆùÆ®»çÀÌÁî¸¦ ÀÛ°Ô*/
	letter-spacing: -1.2px;
	text-indent: 0px;
	/*ÅØ½ºÆ®°¡ °ø°£ ³Ñ¾î°¥¶§ ´ëºñ*/
	/*text-overflow:ellipsis;*/
	white-space:nowrap;
	word-wrap:normal
}



#gnb .sub {
    display: none;
    position:fixed;
    top:0;
    left:180px;
    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:80px;
}

#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-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;
}







/*----------------------------------------navi renew-------------------------------------*/

	/*navi*/






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(/mobile/img/main_fillup_m.jpg) center center no-repeat #000;
	background-size:cover;
	opacity:0.7;
	overflow:Hidden;
	left:0;
	top:0;
	}

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



section.con1{
	position:relative;
	width:100%;
    height:800px;
    border:0px solid red;
    margin:100px auto 0 auto;
    background:url(/img/main_doc.png) 0 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:80px;
  padding-bottom:80px;
}
section.con2 div{
	position:relative;
	width:95%;
  height:1030px;
  border:0px solid red;
  margin:0 auto 0 auto;
  overflow:hidden;
	}

section.con2 div a{
	position:relative;
	display:block;
	width:40%;
	height:auto;
	overflow:Hidden;
	text-decoration:none;
	border:0px solid red;
	}	
section.con2 div a h2{
	display:block;
	font-size:5rem;
	font-weight:300;
	line-height:1.2;
	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{
	float:right;
	margin:100px 0 0 0;
	}	
section.con2 div a.btn2{
	float:left;
	margin:400px auto 0 auto;
	}	
section.con2 div a.btn3{	
	float:right;
	margin:500px auto 0 auto;
	}			
section.con2 div img.thum1{
	position:absolute;
	width:60%;
	float:left;
	left:0;
	top:0;
	}
section.con2 div img.thum2{
	position:absolute;
	width:60%;
	float:right;
	right:0;
	top:320px;
	margin:0;
	padding:0
	}
section.con2 div img.thum3{
	position:absolute;
	width:60%;
	float:left;
	left:0;
	top:650px;
	}	






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

}
section.about div{
	position:relative;
	width:90%;
	height:200px;
	border:0px solid red;
	margin:0 auto;
	padding-top: 50px;
	}	
section.about div h2{
	display:block;
	width:100%;
  height:200px;
  border:0px solid red;
	font-size:9rem;
  font-family:Prata;
  font-weight:400;
  letter-spacing:-0.05em;
  line-height:1.2;
  margin:0;
  background: linear-gradient(to right bottom, #946d63, #855a50);
  color: transparent;
    -webkit-background-clip: text;
	}	
section.about div h2 span{
	display:block;
	width: 90%;
    height: 200px;
	font-size:5rem;
  font-family:Prata;
  font-weight:400;
  letter-spacing:-0.05em;
  line-height:0.5;
  text-indent:65px;
  background: linear-gradient(to right bottom, #8a6157, #82554b);
  color: transparent;
    -webkit-background-clip: text;
	}	
section.about div a.aboutbtn{
	/*
	position:absolute;
	right:0;
	top:140px;
	width:250px;
	height:45px;
	border:5px solid #83c4be;
	border-radius:80px;;
	text-align:center;
	text-decoration:none;
	font-size:2rem;
	font-weight:400;
	line-height:2;
	letter-spacing:-0.05em;
	color:#83c4be;
	*/
	position: absolute;
    width: 250px;
    height: 45px;
	top:195px;
	right:0;
    margin:10px;
    border:2px solid #9a736b;
    border-radius:80px;
	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:550px;
  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 h2{
  display:block;
	width:322px;
  height:150px;
  border:0px solid red;
	font-size:6rem;
  font-family:Prata;
  font-weight:400;
  letter-spacing:-0.04em;
  line-height:1.2;
  margin:0 auto;
  background: linear-gradient(to right bottom, #946d63, #855a50);
  color: transparent;
    -webkit-background-clip: text;
}

section.media div h2 span{
	display:block;
	width: 100%;
    height: auto;
	font-size:9rem;
  font-family:Prata;
  font-weight:400;
  letter-spacing:-0.05em;
  line-height:1.2;
  text-indent:65px;
  background: linear-gradient(to right bottom, #8a6157, #82554b);
  color: transparent;
    -webkit-background-clip: text;
  margin:0 auto;
	}	
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: 250px;
    height: 45px;
	top:260px;
	right:0;
    margin:10px;
    border:2px solid #9a736b;
    border-radius:80px;
	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;
	width:400px;
  height:330px;
  border:0px solid red;
  margin:0 auto;
  overflow:hidden;
  margin-top:100px;
}

section.media div.media_right .youtube{
	position: absolute;

}

section.media div.media_right ul {
	position: absolute;
	top:240px;
	left:25px;
    width: 360px;
    height: auto;

	
}

section.media div.media_right ul li {
    float: left;
    position: relative;
    width: 60px;
    height: 100px;
    margin-right: 38px;
    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 a.youtubelink{
	position:absolute;
	right:10%;
	top:180px;
	width:300px;
	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:280px;
	border:0px solid red;
	margin:100px auto 0 auto;
	}

section.media div.swiper_wrap .swiper{
	position:relative;
	width:90%;
	height:280px;
	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:300px;
	margin:400px auto;
	padding:25px 0;
	text-align:center;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-size:3rem;
	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:#fff;
}

section.footer_map div.mapwrap {
    position: relative;
    width: 100%;
    height:1500px;
    border: 0px solid red;
    margin:0 auto;
}

section.footer_map div.mapwrap p.title {
    position: relative;
    margin:50px auto 0 20px;
    font-family:Prata;
    font-weight: 400;
    font-size:6.0rem;
    letter-spacing: -0.05em;
    line-height: 1;
    color: #533e29;
    text-align: left;
}

section.footer_map div.mapwrap p.add {
   position: relative;    
    margin:20px auto 0 20px;
    font-weight: 400;
    font-size:2.5rem;
    letter-spacing: -0.05em;
    line-height: 1.2;
    color: #a79584;
    text-align: left;
    height:auto;
    overflow:hidden;
}

section.footer_map div.mapwrap ul {
   display:block;
   position:relative;
    width: 370px;
    height: auto;
    margin:20px auto 0 20px;
}

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%;
	padding-top:8px;
	padding-bottom:8px;
	background:#9e8a77;
	text-align:center;
	font-size:1.3rem;
	line-height:1.2;
	letter-spacing:-0.05em;
	color: #fcf8ec;
	overflow:hidden;	
	}



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

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

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

footer div ul.menu li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size:1.4rem;
    line-height: 1;
    letter-spacing: -0.05em;
    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:10px;
    top: 40px;
    font-size:1.4rem;
    font-style: normal;
    text-align: left;
    line-height: 1.8;
    letter-spacing: -0.03em;
    color: #533e29;
}

footer div address span {
    font-size:1.2rem;
    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;
	}
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;
}