@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo:400,700,800');

/* @font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
 }

@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
 } */



body, div, span,
h1, h2, h3, p,
a,
img, strong,
ol, ul, li
{
	font-family: 'Noto Sans KR', sans-serif;
	margin: 0;
	padding: 0;
	line-height:1.3;
	outline:none;
	color:#353534;
  text-decoration: none;
}
textarea, input{font-family: 'Noto Sans KR', sans-serif;}

body {
	position:relative;
	font-size:13px;
}
ol, ul {
	list-style: none;
}
img{
	display:block;
	outline:none;
	border-width:0;
	margin:0;
	padding:0;
}


/* header */
#header{
  width: 100%;
  height: 900px;
  background: url(../scar_img/main/main_bg.jpg) 0 0 no-repeat;
  margin:0;
  border:0px solid red;
  overflow:hidden;
}

#navbar{
	z-index: 9999;
  width: 100%;
  height: 140px;
  background:#12150c;
  border:0px solid red;
  margin:0;
  position:relative;
}

#navbar .logo{
	position:absolute;
	top:50px;
  left:50px;
  float: left;
  width: 332px;
}
.nav{
	position:absolute;
	width:1000px;
  top:50px;
  right:50px;
}
.nav ul{
	width:1000px;
  margin: 0;
  padding: 0;
}
.nav ul li{
	float:left;
  margin: 0;
  padding: 0;
}
.nav ul li a{
  display: block;
  font-size: 18px;
  font-weight: normal;
  color:#fff;
  text-transform: uppercase;
  padding: 33px 20px;
}

.nav ul li a:hover{
  /* background: #184771;
  color:#fff; */
}

.nav ul li ul{
  display: block;
  background:rgba(0,0,0,0.5);
  width: 190px;
  position: absolute;
  margin-top: 1px;
  opacity: 0;
  visibility: hidden;
}

.nav ul li:hover ul{
  opacity: 1;
  visibility: visible;
}
.nav ul li ul li{
	display: block;
	width:190px;
	height:40px;
	overflow:hidden;
	}
.nav ul li ul li a{
	display: block;
	width:100%;
	height:100%;
	font-size: 16px;
	color:#fff;
	line-height:2.3;
	padding-top:0;
	padding-left:15px;
	padding-bottom:0;
	padding-right:15px;
}

.nav ul li ul li a:hover{
  background: #ffb413;
  color:#fff;
}
/* nav end */


/* content_01 */
.content_01{
  width: 100%;
  height: 780px;
  background: url(../scar_img/main/main_bg02.jpg) center center no-repeat;
  background-size: cover;
}

/* container2 */
.container2{
  width: 1200px;
  margin: 0 auto;
	position: relative;
}

.container2 .con_tit1{
  font-family: 'Nanum Myeongjo';
  font-size: 38px;
  color: #fff;
  padding-top: 307px;
  text-align: center;
  letter-spacing: -0.5;
}

.container2 .con_tit1 span{
  font-family: 'Nanum Myeongjo';
  font-size: 55px;
  color: #fff;
  line-height: 1.5;
}

.container2 .btn2{
  margin-top: 25px;
  /* background-color: #fff; */
  width: 100%;
  overflow: hidden;
}

.container2 .btn2 li{
  float: left;
}


.container2 .btn2 .btn2_01{
  width: 282px;
  height: 260px;
  margin-right: 24px;
  background: url(../scar_img/main/btn_02.png) 0 0 no-repeat;
}

.container2 .btn2 .btn2_02{
  width: 282px;
  height: 260px;
  margin-right: 23px;
  background: url(../scar_img/main/btn_02.png) -282px 0 no-repeat;
}

.container2 .btn2 .btn2_03{
  width: 282px;
  height: 260px;
  margin-right: 24px;
  background: url(../scar_img/main/btn_02.png) -564px 0 no-repeat;
}

.container2 .btn2 .btn2_04{
  width: 282px;
  height: 260px;
  background: url(../scar_img/main/btn_02.png) -846px 0 no-repeat;
}

.container2 .btn2 li a{
  display: block;
  width: 282px;
  height: 260px;
}


/* content_01 end */

/* content_02 */
.content_02{
  width: 100%;
  height: 730px;
  background: url(../scar_img/common/common_bg.jpg) center center no-repeat;
  background-size: cover;
}

.container2 .con_tit2{
  font-family: 'Nanum Myeongjo';
  font-size: 43px;
  color: #387a41;
  padding-top: 70px;
  text-align: center;
  letter-spacing: -0.5;
}

.container2 .con_tit2 span{
  font-size: 43px;
  color: #515152;
  font-weight:300;
}

.container2 .con_tit2 span i{
  font-weight:500;
}

.map{
  width: 100%;
  height: 490px;
  background: url(../scar_img/common/time_01.jpg) center center no-repeat;
  background-size: cover;
  /* overflow: hidden; */
}


#map{
	position:Relative;
	width:100%;
	height:490px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	}
#map div {
	position:relative;
	display:inline-block;
	width:50%;
	height:490px;
	float:left;
	border:0px solid #31342b;
	overflow:hidden;
	}
#map div.l{
	background:url(/scar_img/common/footer_map.jpg) center 0 no-repeat;
	}	
#map div.r{
	background:#24271e;
	}
#map div.r ul.timetxt{
	position:relative;
	display:block;
	float:left;
	margin-top:80px;
	margin-left:80px;
	margin-bottom:30px;
	border:0px solid #31342b;
	width:540px;
	text-align:left;
	}	
	
#map div.r ul.tel{
	position:relative;
	display:block;
	float:left;
	margin-top:00px;
	margin-left:80px;
	border:0px solid #31342b;
	width:540px;
	height:40px;
	text-align:left;
	}	
	
		
#map div.r ul.timetxt p,
#map div.r ul.tel p{
	position:absolute;
	left:0;
	top:0;
	width:220px;
	text-align:left;
	font-size:40px;
	font-weight:700;
	color:#fff;
	line-height:1;
	letter-spacing:-0.05em;
	}	
#map div.r ul.timetxt li{
	float:right;
	width:320px;
	height:25px;
	margin-bottom:10px;
	color:#fff;
	text-align:left;
	font-size:18px;
	font-weight:300;
	letter-spacing:-0.01em;
	line-height:1;
	}	
#map div.r ul.timetxt li span{
	display:inline-block;
	width:90px;
	color:#fff;
	font-size:18px;
	font-weight:500;
	}	
#map div.r ul.tel li{
	float:right;
	width:320px;
	height:40px;
	color:#f4d836;
	text-align:left;
	font-size:40px;
	font-weight:700;
	letter-spacing:-0.01em;
	line-height:1;
	}



/* map end */

/* footer */
.footer{
  width: 100%;
  height: 180px;
  background-color: #181818;
}

.footer p{
  color:#fff;
  font-size: 16px;
  text-align: center;
  padding-top: 60px;
  line-height: 1.8;
}



/* ½½¶óÀÌ½º */


.erk-cycle-v02{
	position:relative;
	margin-left: -610px;
	width:1300px;
	height:484px;
	border:0px solid red;
	margin:150px auto 0 auto;
}
.erk-cycle-v02 .con{
	z-index:10;
	width:1200px;
	height:100%;
	height:484px;
	margin:0 auto;
	overflow:Hidden;
}
.erk-cycle-v02 .con a{
	display: block;
	height:100%;
	height:484px;
}
.erk-cycle-v02 .con .item{
	width:100%;
	height:100%;
	color:#fff;
	font-size:30px;
}
.erk-cycle-v02 .ctr-dir{
	z-index:10;
	position:absolute;
	left:0;
	bottom:10px;
	width:100%;
	text-align:center;
}
.erk-cycle-v02 .ctr-dir a{
	display:inline-block;
	*display:inline;
	zoom:1;
	width:50px;
	height:50px;
	margin-right:5px;
	background:#fff;
	text-decoration:none;
	text-indent:-9999px;
	*text-indent: 0;
	*font-size: 0;
	*line-height: 0;
}
.erk-cycle-v02 .ctr-dir a.activeSlide,
.erk-cycle-v02 .ctr-dir a:hover{
	background:#333;
}
.erk-cycle-v02 .ctr-pn{
}
.erk-cycle-v02 .ctr-pn .prev,
.erk-cycle-v02 .ctr-pn .next{
	z-index:20;
	position:absolute;top:0;
	display:block;
	width:100px;
	height:100%;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:0 50%;
	text-indent:-9999px;
	*text-indent: 0;
	*font-size: 0;
	*line-height: 0;
}
.erk-cycle-v02 .ctr-pn .prev{
	left:0;
	margin-left: -110px;
	background-image:url(../scar_img/main/prev.png);
}
.erk-cycle-v02 .ctr-pn .next{
	right:0;
	margin-right: -135px;
	background-image:url(../scar_img/main/next.png);
}
/* .erk-cycle-v02 .ctr-pn .prev:hover,
.erk-cycle-v02 .ctr-pn .next:hover{
	background-position:-100px 50%;
} */
.ctr-dir-indi{
	z-index:10;
	position:absolute;
	left:0;
	bottom:-20px;
	width:100%;
	text-align:center;
}
.ctr-dir-indi p{
	display:inline-block;
	*display:inline;
	zoom:1;
	width:150px;
	height:100px;
	margin-right:20px;
	margin-bottom: -140px;
	text-decoration:none;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	/* background:#8c8e9b;
	color:#fff;
	font-weight:900;
	line-height:6.0; */
}
.ctr-dir-indi p.now,
.ctr-dir-indi p:hover{
	z-index: 9999;
	background-position:0 -100px;
	background-repeat:no-repeat;
}

.con{}


/*  */
