@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@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');
body {
    min-width: 390px; 
    margin:0 auto;
}

body, div, span,
h1, h2, h3, p, a,
img, strong,
ol, ul, li{
	margin: 0;
	padding: 0;
	outline:none;
	color:#333;
	list-style:none;
	text-decoration:none;	
}

img{
	border:0;
	outline:0;
}

#whatpage{display:none}

.hide{
	position:absolute;
	left:-9999px;
}
body{
	font-family:'Noto Sans KR', 'Roboto', Arial, sans-serif;
	position:relative;
  }	

header {
 	position:relative;
 	width:100%;
 	height:65px;
 	margin:0 auto;
 	padding:0;
 	border:0px solid red;
 	overflow:hidden;
 	}  	
header h1 { 
	position:absolute; 
	top:23px;
	left:10px; 
	}
header h1 a {
	display:block; 
	overflow:hidden; 
	width:120px; 
	height:24px; 
	text-indent:-999px; 
	background:url('../img/common/ubalogo.png') no-repeat; 
	background-size: contain;
	}	

header .header_inner { 
	position:relative; 
	z-index:2; 
	width:100%; 
  min-width:390px; 
	margin:0 auto;
	height:100px; 
	left:0%; 
	border:0px solid red;
	}

header .header_inner .top_util { position:absolute; top:20px; right:70px; } 
#header .header_inner .top_util:after { content:''; display:block; clear:both; }	

header .header_inner .top_util li { 
	position:relative; 
	float:left; 
	width:19px;
	height:22px;
	border:0px solid red;
	
	}
#header .header_inner .top_util li:first-child { 
	margin-right:20px;
	}	

header .header_inner .top_util li a {
	display:block;
	color:#2e2a2a; 
	font-size:0px; 
	text-decoration:none;
	cursor:pointer;
	}
header .header_inner .top_util li a.tel{
	
	}

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:13px;
	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:13px;
	}




/*navi*/
.trigger { z-index:999; cursor: pointer;
    position:fixed; top:10px; right:33px;
    width:17px; height:44px;
    background-color:transparent; border:0;
}
.trigger span {
    position:absolute; top:calc(50% - 1px); left:calc(50% - 12px);
    width:24px; height:2px; background:#222; transition:0.3s;
}
.trigger span:before, .trigger span:after {
    display:block; position: absolute; content:'';
    width:24px; height:2px; background:#222; transition:0.3s;
}
.trigger span:before {top:-6px;}
.trigger span:after {top:6px;}

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


.side_menu {
    display: block;
    position: fixed;
    top:0; right:-390px;
    background: #222;
    width:390px;
    height:100%; 
    z-index:998;    
}
.side_wrap {
    width: 100%;
    height: 100%;
    text-align: left;
    padding:0 30px;
    margin-top:30px;
}
.log_bar {padding-top:30px;}
.log_bar a {font-size:20px; margin-right:30px; }
.log_bar .ticket {font-weight:700;}

ul.navbar {
	position:relative;
	width:100%;
	height:auto;
	margin-top:00px; 	
	border:0px solid red;

	}
ul.navbar > li {
  position:relative;
  float:left;
	width:45%;
	border:0px solid red;
	margin-top:10px;
	}
ul.navbar > li:first-child,
ul.navbar > li:nth-child(2),
ul.navbar > li:nth-child(3),
ul.navbar > li:nth-child(4){
	left:0;
	}

ul.navbar > li > a {
    display:block; 
    width:100%;
    font-size:14px;
    line-height:1; 
    color:#bbbdbd;
    padding-top:5px;
    padding-bottom:5px;
    text-decoration:none;
    letter-spacing:-0.05em;
}
ul.navbar > li > a.blank{height:14px;}
ul.navbar > li > a.dep1{
	 font-size:20px;
	 font-weight:700;
	 color:#fff;
	 margin-bottom:5px;
	}

/*navi*/







div.mainvs{
	width:390px;
  height:514px;
  overflow:hidden;
  margin:0 auto
	}

div.mainvs .swiper {
  width: 390px;
  height:514px;
  overflow:hidden;
}
div.mainvs .swiper-slide {
	position:relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size:0;

}
div.mainvs .swiper-slide img {
	position:absolute;
	left:0;
	top:0;
  display: block;
 	width: 390px;
  height:514px;
  object-fit: cover;
}	

div.mainvs .swiper-slide span.bar{
	position:absolute;
	left:800px;
	top:60px;
	font-size:70px;
	font-family:Open Sans;
	font-weight:700;
	color:#000;
	line-height:1;
	height:70px;
	border:0px solid red;
	letter-spacing:-0.05em;
	}	
div.mainvs .swiper-slide span.t1{
	position:absolute;
	left:800px;
	top:160px;
	font-size:25px;
	font-weight:500;
	color:#424242;
	line-height:1;
	height:25px;
	border:0px solid red;
	letter-spacing:-0.05em;
	}	
div.mainvs .swiper-slide span.t2{
	position:absolute;
	left:800px;
	top:225px;
	font-size:20px;
	font-weight:400;
	color:#424242;
	line-height:1.3;
	border:0px solid red;
	letter-spacing:-0.05em;
	}		
			

div.mainvs .swiper-button-next,
div.mainvs .swiper-button-prev{
	display: none;
	}


div.mainvs .swiper-pagination .swiper-pagination-bullet {width:15px; height:15px; margin:0 3px; background:#fff; opacity:1;}
div.mainvs .swiper-pagination .swiper-pagination-bullet-active {background: #997950;}



section {
	position:relative;
	width:390px;
	margin:0 auto;
 	padding:0;
 	overflow:hidden;
	}




/*YOUTUBE*/
section.msct01{
	width:390px;
	height:340px;
	border:0px solid red;
	margin-top:50px;
	}	
section.msct01 h3{
	width:100%;
	height:30px;
	font-size:30px;
	font-weight:700;
	line-height:1;
	text-align:left;
	letter-spacing:-0.05em;
	text-indent:20px;
	color:#000;
	margin-bottom:30px;
	}		

section.msct01 a.more{
	position:absolute;
	display:block;
	right:20px;
	top:0px;
	width:88px;
	height:36px;
	border:0px solid red;
	font-size:17px;
	font-weight:400;
	font-family:Open Sans;
	text-align:right;
	line-height:2;
	letter-spacing:-0.05em;
	color:#333;
	background:url(../img/main/more.png) 0 0 no-repeat;
	}
section.msct01 iframe{
	display:block;
	margin:0 auto;
	}


	
/*���Ļ���*/		
section.msct02{
	height:430px;
	border:0px solid red;
	background:#f6f6f6;
	}
section.msct02 h3{
	height:30px;
	font-size:30px;
	font-weight:700;
	line-height:1;
	text-align:center;
	letter-spacing:-0.05em;
	color:#000;
	margin-top:70px;
	}			
section.msct02 div.wrap{
	position:relative;
	width:360px;
	height:115px;
	border:0px solid red;
	margin:50px auto;
	}	
section.msct02 p.comment{
	font-size:15px;
	color:#424242;
	text-align:center;
	line-height:1.5;
	letter-spacing:-0.05em;
	margin-top:10px;
	}
section.msct02 a.more{
	position:relative;
	display:block;
	width:88px;
	height:36px;
	border:0px solid red;
	font-size:17px;
	font-weight:400;
	font-family:Open Sans;
	text-align:right;
	line-height:2;
	letter-spacing:-0.05em;
	color:#333;
	background:url(../img/main/more.png) 0 0 no-repeat;
	margin:0 auto;
	}	
section.msct02 div.wrap .swiper {
  width: 360px;
  height:115px;
  border:0px solid red;
}

section.msct02 div.wrap .swiper-slide {
	position:relative;
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

section.msct02 div.wrap .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}	
section.msct02 div.wrap .swiper-slide a.lock{
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:180px;
	height:115px;
	background:url(../img/main/photo_lock.png) no-repeat 50% 50% rgba(0,0,0,0.7);
	}	
	
		
section.msct03{
	height:580px;
	border:0px solid red;
	}	
section.msct03 div.wrap{
	position:relative;
	width:344px;
	height:580px;
	border:0px solid red;
	margin:50px auto;
	padding:0;
	overflow:hidden;
	}	

section.msct03 div.wrap .swiper {
  width:344px;
  height:580px;
}
section.msct03 div.wrap .swiper-slide {
	position:relative;
  /* Center slide text vertically 
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;*/
}
section.msct03 div.wrap .swiper-slide img {	
  display: block;
  width:344px;
  height:317px;
  margin:0 0 10px 0;
  top:0;
  border:0px solid red;
  padding:0;
}	
section.msct03 div.wrap .swiper-slide a.more{
	position:absolute;	
	right:0;
	top:325px;
	width:88px;
	height:36px;
	border:0px solid red;
	margin:0 auto;
	font-size:17px;
	font-weight:400;
	font-family:Open Sans;
	text-align:right;
	line-height:2;
	letter-spacing:-0.05em;
	color:#333;
	background:url(../img/main/more.png) 0 0 no-repeat;
	}
section.msct03 div.wrap .swiper-slide span{
	width:100%;
	border:0px solid red;
	display: block;
	}
section.msct03 div.wrap .swiper-slide span.t1{
	font-size:30px;
	font-family:Open Sans;
	font-weight:700;
	color:#000;
	line-height:1;
	height:30px;
	letter-spacing:-0.05em;
	margin-bottom:10px;
	}	
section.msct03 div.wrap .swiper-slide span.t2{
	font-size:20px;
	font-weight:500;
	color:#424242;
	line-height:1;
	height:25px;
	border:0px solid red;
	letter-spacing:-0.05em;
	margin-bottom:10px;
	}	
section.msct03 div.wrap .swiper-slide span.t3{
	font-size:15px;
	font-weight:400;
	color:#424242;
	line-height:1.3;
	border:0px solid red;
	letter-spacing:-0.05em;
	}		
			
section.msct03 div.wrap .swiper-pagination{
	display:none;
	font-weight:400;
	width:60px;
	border:0px solid red;
	float:right;
	bottom:65px;
	font-size:25px;
	}
section.msct03 div.wrap .swiper-button-next,
section.msct03 div.wrap .swiper-button-prev{
	border:0px solid red;
	top:600px;
	width:13px;
	height:22px;
	color:#000;	
	background-repeat:no-repeat;
	}
section.msct03 div.wrap .swiper-button-next{
	background-image:url(../img/main/part_button_2.png);	
	right:70px;
	}	
section.msct03 div.wrap .swiper-button-prev{
	background-image:url(../img/main/part_button_1.png);
	left:1270px;
	}		
section.msct03 div.wrap .swiper-button-next::after,/*ȭ��ǥ �ٲܶ�*/
section.msct03 div.wrap .swiper-button-prev::after {
  display: none;
}


section.msct04{
	height:514px;
	border:0px solid red;
	background:url(../img/main/main_sec4_bg.jpg) center center no-repeat;
	}	
section.msct04 p.title{
	height:70px;
	text-align:center;
	font-size:35px;
	font-weight:700;
	color:#fff;
	line-height:1.2;
	letter-spacing:-0.05em;
	border:0px solid red;
	margin-top:300px;
	}		
section.msct04 p.comment{
	height:50px;
	text-align:center;
	font-size:13px;
	font-weight:400;
	color:#e3e3e3;
	line-height:1.5;
	letter-spacing:-0.05em;
	border:0px solid red;
	margin-top:30px;
	}	
section.msct04 a{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	border:0px solid red;
	font-size:0;
	}	
	
			
section.msct05{
	height:630px;
	border:0px solid red;
	}	
section.msct05 #event_wrap{
	position:relative;
	width:360px;
	height:490px;
	margin:70px auto;
	border:0px solid red;
	/*overflow:hidden;*/
	}
section.msct05 #event_wrap h3{
	top:0;
	left:0px;
	height:30px;
	text-align:left;
	font-size:30px;
	font-weight:700;
	color:#000;
	line-height:1;
	letter-spacing:-0.05em;
	border:0px solid red;
	}		

section.msct05 #event_wrap a.more{
	position:absolute;
	display:block;
	right:0;
	top:0px;
	width:88px;
	height:36px;
	border:0px solid red;
	font-size:17px;
	font-weight:400;
	font-family:Open Sans;
	text-align:right;
	line-height:2;
	letter-spacing:-0.05em;
	color:#333;
	background:url(../img/main/more.png) 0 0 no-repeat;
	}
section.msct05 #event_wrap .swiper {
	position:relative;
  width:100%;
  height: 100%;
  margin-top:0px;
}
section.msct05 #event_wrap .swiper-wrapper{
	position:relative;
	/*width:700px;*/
	width:340px;
	height:495px;
	margin:30px auto 0 15px;
	border:0px solid red;
	}
section.msct05 #event_wrap .swiper-slide {
	position:relative;
	width:340px;
	height:410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
 border:0px solid red;
 margin:0;
  padding:0;

}
section.msct05 #event_wrap .swiper-slide img {
  width:340px;
  margin:0;
  padding:0;
}
section.msct05 #event_wrap .swiper-slide .txt_box {position:absolute;}

section.msct05 #event_wrap .swiper-slide .txt_box span.t1{
	display:block;
	text-align:center;
	font-size:30px;
	line-height:1;
	color:#fff;
	font-weight:700;
	margin-top:250px;
	} 
section.msct05 #event_wrap .swiper-slide .txt_box span.t2{
	display:block;
	text-align:center;
	font-size:18px;
	line-height:1;
	color:#e3e3e3;
	font-weight:500;
	margin-top:20px;
	} 	


/*
#main_laser {position:relative; z-index:900; height:900px; }
#main_laser .inwrap {text-align:center;border:1px solid red}
#main_laser .title {font-size:45px; color:#54565a; font-weight:500;}
#main_laser_swiper {position:relative; height:570px; margin-top:47px; margin-left:160px;}
#main_laser_swiper .swiper-container {width:2310px; height:555px;}
#main_laser_swiper .swiper-wrapper {}
#main_laser_swiper .swiper-slide {padding-top:30px; transition:all .4s ease; -webkit-transition:all .4s ease;}
#main_laser_swiper .inbox {position:relative;}
#main_laser_swiper .img_wrap {overflow:hidden; position:relative; padding-bottom:100%;}
#main_laser_swiper .img_wrap img {position:absolute; top:0; left:0; width:100%; min-height:100%;}
#main_laser_swiper .img_wrap:before {position:absolute; top:0; left:0; z-index:2; width:100%; height:100%; background:rgba(84,86,90,0.6); content:''; transition:all .4s ease; -webkit-transition:all .4s ease;}
#main_laser_swiper .img_wrap span {position:absolute; bottom:36px; left:0; z-index:3; width:100%; text-align:center; font-size:28px; color:#ffffff; opacity:1; transition:all .4s ease; -webkit-transition:all .4s ease;}
#main_laser_swiper .swiper-slide {width:360px; padding-top:30px;}
#main_laser_swiper .swiper-slide .txt_box {opacity:0; transition:all .4s ease; -webkit-transition:all .4s ease;}
#main_laser_swiper .swiper-slide.on {padding-top:0;}
#main_laser_swiper .swiper-slide.on .img_wrap:before {opacity:0;}
#main_laser_swiper .swiper-slide.on .img_wrap span {opacity:0;}
#main_laser_swiper .swiper-slide.on .txt_box {opacity:1;}
#main_laser_swiper .swiper-slide:hover {padding-top:0;}
#main_laser_swiper .swiper-slide:hover .img_wrap:before {opacity:0;}
#main_laser_swiper .swiper-slide:hover .img_wrap span {opacity:0;}
#main_laser_swiper .swiper-slide:hover .txt_box {opacity:1;}
#main_laser_swiper .swiper-pagination {bottom:120px; left: 0; width: 100%;}
#main_laser_swiper .swiper-pagination-bullet {width:15px; height:15px; margin:0 7px; background:#bbbbbd; opacity:1;}
#main_laser_swiper .swiper-pagination-bullet-active {border:2px solid #54565a; background:none;}
#main_laser_swiper .t01 {margin-top:25px; font-size:28px; color:#54565a;}
#main_laser_swiper .t02 {margin-top:10px; font-size:17px; color:#7f8186; font-weight:300;}
#main_laser_swiper .btn_more {display:inline-block; margin-top:25px;}
#main_laser_swiper .swiper-pagination {bottom:0;}
#main_laser_swiper .swiper-button-prev {top:auto; bottom:0; left:50%; right:auto; width:40px; height:40px; border:1px solid #bfbfbf;  margin:0; margin-left:-40px; background:url('/images/main/btn_laser_prev.png') no-repeat center; background-size:12px 19px;}
#main_laser_swiper .swiper-button-next {top:auto; bottom:0; right:50%; left:auto; width:40px; height:40px; border:1px solid #bfbfbf;  margin:0; margin-right:-39px; background:url('/images/main/btn_laser_next.png') no-repeat center; background-size:12px 19px;}
#main_laser_swiper .swiper-pagination-fraction  {font-size:22px;}

*/



section.msct05 #event_wrap .swiper-button-next,
section.msct05 #event_wrap .swiper-button-prev{
	border:0px solid red;
	top:665px;
	width:13px;
	height:22px;
	color:#fff;	
	background-repeat:no-repeat;
	}
section.msct05 #event_wrap .swiper-button-next{
	background-image:url(../img/main/part_button_2.png);	
	right:25px;
	}	
section.msct05 #event_wrap .swiper-button-prev{
	background-image:url(../img/main/part_button_1.png);
	left:1325px;
	}		
section.msct05 #event_wrap .swiper-button-next::after,
section.msct05 #event_wrap .swiper-button-prev::after {
  display: none;
}	
section.msct05 #event_wrap .swiper-pagination{
	bottom:0;
	left:1350px;
	width:60px;
	border:0px solid red;
	text-align:center;
	font-size:25px;
	}





	
	
section.msct06{
	height:514px;
	border:0px solid red;
	background:url(../img/main/main_sec6_bg.jpg) center center no-repeat;
	text-align:center;
	}	
section.msct06 p.title{
	height:70px;
	text-align:center;
	font-size:35px;
	font-weight:700;
	color:#fff;
	line-height:1;
	letter-spacing:-0.05em;
	border:0px solid red;
	margin-top:300px;
	}	
section.msct06 p.title img{
	display:block;
	width:67px;
	border:0px solid red;
	margin:10px auto 0 auto

	}		
section.msct06 p.comment{
	height:50px;
	text-align:center;
	font-size:13px;
	font-weight:400;
	color:#e3e3e3;
	line-height:1.5;
	letter-spacing:-0.05em;
	border:0px solid red;
	margin-top:20px;
	}	
section.msct06 a{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	border:0px solid red;
	font-size:0;
	}		
	
section.msct07{
	height:450px;
	border:0px solid red;
	background:#f6f6f6;
	}	
section.msct07 h3{
	width:100%;
	height:30px;
	font-size:30px;
	font-weight:700;
	line-height:1;
	text-align:center;
	letter-spacing:-0.05em;
	color:#000;
	margin-top:50px;
	}		
section.msct07 p.comment{
	height:50px;
	text-align:center;
	font-size:16px;
	font-weight:400;
	color:#424242;
	line-height:1.5;
	letter-spacing:-0.05em;
	border:0px solid red;
	margin-top:20px;
	}	
	
section.msct07 .swiper {
	position:relative;
  width:330px;
  height: 100%;
  margin:30px auto 0 auto;
}
section.msct07 .swiper-wrapper{
	position:relative;
	/*width:700px;*/
	height:219px;
	margin:0 auto;
	border:0px solid red;
	}
section.msct07 .swiper-slide {
	position:relative;
	width:330px;
	height:219px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
 border:0px solid red;
 margin:0;
  padding:0;
}

section.msct07 .swiper-slide img {
  width: 330px;
  height:275px;
  margin:0;
  padding:0;
}	
section.msct07 .swiper-button-next,
section.msct07 .swiper-button-prev{
	display:none;
	border:0px solid red;
	top:25%;
	width:70px;
	height:134px;
	color:#fff;	
	background-repeat:no-repeat;
	}
section.msct07 .swiper-button-next{
	background-image:url(../img/main/global_button_2.png);	
	right:20%;
	}	
section.msct07 .swiper-button-prev{
	background-image:url(../img/main/global_button_1.png);
	left:20%;
	}		
section.msct07 .swiper-button-next::after,/*ȭ��ǥ �ٲܶ�*/
section.msct07 .swiper-button-prev::after {
  display: none;
}	
	
	
	
	
section.msct08{
	height:600px;
	border:0px solid red;
	}	
section.msct08 div.mapwrap{
	position:relative;
	width:360px;
	height:520px;
	border:0px solid red;
	margin:30px auto 0 auto;
	}	
section.msct08 div.mapwrap p.title{
	font-family:Open Sans;
	font-weight:700;
	font-size:30px;
	letter-spacing:-0.05em;
	line-height:1;
	color:#000;
	text-align:left;
	text-indent:20px;
	}	
section.msct08 div.mapwrap p.add{
	padding-top:20px;
	padding-left:20px;
	font-weight:400;
	font-size:18px;
	letter-spacing:-0.05em;
	line-height:1.2;
	color:#9a7a4f;
	text-align:left;
	}	
section.msct08 div.mapwrap ul{
	display:block;
	width:330px;
	height:auto;
	margin-left:20px;
	margin-top:20px;
	}
section.msct08 div.mapwrap ul li{
	position:relative;
	float:left;
	height:18px;
	margin-bottom:10px;
	text-align:left;
	color:#424242;
	letter-spacing:-0.05em;
	line-height:1;
	font-size:15px;
	}	
section.msct08 div.mapwrap ul li:first-child,
section.msct08 div.mapwrap ul li:nth-child(3){
	width:95px;
	border:0px solid red;
	font-family:Open Sans;
	font-weight:500;
	font-size:12px;
	}
section.msct08 div.mapwrap ul li:last-child,
section.msct08 div.mapwrap ul li:nth-child(2){
	width:200px;
	border:0px solid blue;
	}
section.msct08 div.mapwrap ul li:last-child {
	height:80px;
	line-height:1.2;
	letter-spacing:-0.03em;
	}
section.msct08 div.mapwrap ul li:last-child span{
	color:#858585;
	}
	
	
	
	
	
/*Footer*/	
footer{
	position:relative;
	width:100%;
	height:350px;
	background:#212121;
	overflow:hidden;
	}	
footer div{
	position:relative;
	width:95%;
	height:255px;
	margin:50px auto 0 auto;
	border:0px solid red;
	overflow:hidden;
	}	
footer div ul.dep1{
	clear:both;
	display:block;
	position:relative;
	width:100%;
	height:25px;
	border:0px solid #fff;
	margin:0 auto 30px auto;
	}
footer div ul.dep1 span{
	position:absolute;
	display:inline-block;
	width:120px;
	height:24px;
	left:0;
	top:0;
	border:0px solid red;
	background:url(../img/common/footer_logo.png) no-repeat;
	font-size:0;
	}	
footer div ul.dep1 li{
	position:absolute;
	top:0;
	width:35px;
	height:24px;
	border:0px solid red;
	}	
footer div ul.dep1 li img{
	height:24px;
	}	
footer div ul.dep1 li.kakao{
	right:120px;
	}	
footer div ul.dep1 li.insta{
	right:80px
	}	
footer div ul.dep1 li.blog{
	right:40px
	}	
footer div ul.dep1 li.cafe{
	right:0
	}				
footer div ul.menu{
	clear:both;
	display:block;
	position:relative;
	width:100%;
	height:30px;
	border:0px solid #fff;
	margin:0 auto;
	text-align:center;
	}	
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:12px;
	line-height:1;
	letter-spacing:-0.04em;
	color:#c0c0c0;
	text-decoration:none;
	}	
footer div ul.menu li:first-child{
	padding-left:0;
	}	
footer div ul.menu li:first-child a{
	color:#9a7a4f;
	}			
footer div ul.menu li:last-child{
	border-right:0px solid #c0c0c0;
	}	
footer div address{
	display:block;
	position:relative;
	width:100%;
	height:auto;
	font-size:15px;
	font-style:normal;
	text-align:left;
	line-height:1.5;
	letter-spacing:-0.03em;
	color:#c0c0c0;
	margin:0 auto;
	border:0px solid red;
	}	
footer div address span{
	font-size:12px;
	color:#c0c0c0;
	letter-spacing:-0.03em;
	}	
footer div img.circle{
	position:absolute;
	right:0;
	bottom:0;
	animation:rotate_image 10s linear infinite;
  transform-origin: 50% 50%;
  width:55px;
	}	
@keyframes rotate_image {
  100% {
    transform: rotate(360deg);
  }
}	

