/*=================================================
	0 - Common
=================================================*/
*{
	font-family: 'Nanum Gothic','dotum','e??i?¢æ','Helvetica Neue','Helvetica','Arial','sans-serif';
	color: #030303;
}

header,
section{
	position: relative;
	
	text-align: center;
}

.section.height-auto,
.section.height-auto .fp-tableCell{
	height: auto !important;
}

body,
.ui_modal{
	padding: 0 !important;
}

/*****#####===== i?¢¬i¡¦? =====#####*****/
/***** i?¢¬i¡¦? i?¨ùe¡Æ? *****/
section{
	padding: 90px 0 70px;
}

section.bg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	
	color: #FFFFFF;
}

section.grey{
	background-color: #F4F4F4;
}

section.dark-grey{
	background-color: #333333;
	color: #FFFFFF;
}

section.band{
	padding: 40px 0;
}

/***** i?¢¬i¡¦? i?¢æi?ùéi?¢æ *****/
.section-title-wrap{
	margin-bottom: 30x;
	
	text-align: center;
}

.section-title{
	margin: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	
	font-family: "Nanum Gothic";
	font-weight: bold;
	font-size: 28px;
	color: #000000;
	text-align: center;
	text-transform: uppercase;	
}

.section-title span{
	display: inline-block;
}

.section-title span:after{
	display: block;
	content: "";
	width: 80%;
	margin: 5px auto 0;
	
	border-bottom: 1px solid red; 
}

.section-subtitle{
	margin: 0;
	
	font-size: 16px;
	color: #676767;
	line-height: 2;
}

.bg .section-title,
.bg .section-subtitle{
	color: #FFFFFF;
}

/*****#####===== e?¢¬e¡±¡±i?ùé i¢¯¨ùe|¡þ =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** xs *****/
@media (max-width: 767px){
	/***** i?¢¬i¡¦? i?¢æi?ùéi?¢æ *****/
	.section-title-wrap{
		margin:-60px 0 0 0px;
	}

	.section-title{
		margin-bottom: 20px;
		font-size: 20px;
	}
}
/*=================================================
	1 - i?¢´e?¡±
=================================================*/
header{	
	height: 700px;
	
	background-image:url("../img/main.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/*****#####===== e?¢¬e¡±¡±i?ùé i¢¯¨ùe|¡þ =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** xs *****/
@media (max-width: 767px){
	header{	
		height: 300px;
	}
}

/*=================================================
	2 - e¨Ï¡±e¢¶ùé
=================================================*/
/***** place-order *****/
.place-order{
	position: absolute;
	
	top: -100px;
	left: 50%;
	margin-left: -462.5px;
	
	background-color: #563926;
	opacity:0.92;
}

.place-order .order-table{
	width: 100%;
	height: 100%;
}

.place-order .order-table .desc{
	width: 26%;
	
	padding: 36px 0 36px 46px;
	
	background-color: #C58C5A;
	
	font-size: 20px;
	font-family: 'Jeju Myeongjo';
	
	color: #ffffff;
	text-align: left;
}

.place-order .order-table .desc span{
	color: #000000;
}

.place-order .order-table .time{
	position: relative;
	
	color: #FFFFFF;

	font-size: 20px;


	text-align:left;
	
	padding-left: 35px;
}

.place-order .order-table .time .table-wrap{
	border-right: 1px solid #999999;
	padding:20px 51px 16px 16px;
	
}

.place-order .order-table .time .table-wrap p{
	margin:25px 0 10px;	
}

.place-order .order-table .time td,
.place-order .order-table .table-wrap > p{
	color:#ffffff;
	font-family: 'Jeju Myeongjo';
}

.place-order .order-table .time td:first-child{
	padding:0 20px 0 0;
	word-spacing:3px;
	letter-spacing:1px;
	vertical-align:top;
}

.place-order .order-table .time td > span{
	font-size:13px
}

.place-order .order-table .call{
	position: relative;
	min-width: 300px;
	color:#ffffff;
	font-family: 'Jeju Myeongjo';
}

.place-order .order-table .call h5{
	font-size:17px;
	text-align:left;
	padding:5px 5px 2px 50px;
}

.place-order .order-table .call h5+h5{
	font-size:26px;
}

/***** e¨Ï¡±e¢¶ùé *****/
#menu{
	padding-top: 160px;
	
	background-color: #FFFFFF;
	background-size: cover;
	background-position: center;
	
	color: #888888;
}

#menu .section-title{
	color: #000000;
}

#menu .menu-wrap table{
	margin-bottom:40px;
}

#menu .menu-wrap tr{
	border:1px #EAE9EE solid;
}

#menu .menu-wrap td:first-child{
	border:1px #EAE9EE solid;
	width:58%;	
	padding:0px;
}

#menu .menu-item td h4{
	color:#4B443E;
	font-size:20px;
	padding-bottom:10px;
	font-weight:bold;
}

#menu .menu-item td p{
	color:#000009;
}

/*****#####===== e?¢¬e¡±¡±i?ùé i¢¯¨ùe|¡þ =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** xs *****/
@media (max-width: 767px){
	/*i??i?©«(e©ö¥ì)*/
	.menu-table,
	.menu-table tbody,
	.menu-table tr,
	.menu-table td{
		display: block;
		position: relative;
		overflow: hidden;
		width: 100% !important;
	}
	
	/***** e¨Ï¡±e¢¶ùé *****/
	#menu h2{
		margin-top:0px;
	}
	
	#menu{
		padding-top:100px;
	}

	#menu .menu-wrap table{
		margin-bottom:20px;
	}
	
	#menu .menu-item td h4{
		font-size:15px;
		padding-bottom:0px;
	}

	#menu .menu-item td p{
		font-size:12px;
	}
	
	/***** place-order *****/
	.place-order{
		position: relative;
		width: 100%;
		height: 100%;
		top: -100;
		left: 0;
		margin-left: 0;
		margin-bottom: 0px;
	}
	
	.order-table, 
	.order-table tbody,
	.order-table tr{
		position: relative;
		display: block;
		width: 100%;
	}
	
	.place-order .order-table .call{
		position: relative;
		display: block;
		min-width: 0;
		width: 100%;
		
		padding:0px;
	}
	
	.place-order .order-table .call:after{
		display: none;
	}
	
	.place-order .order-table .order {
		position: relative;
		display: block;
		width: 100%;
		
		padding:0px;
	}
	
	.place-order .order-table .time .table-wrap {
	  border-right: none;
	}

	.place-order .order-table .time td:first-child{
		padding:0px;
	}
	
	.place-order .order-table .time p{
		padding:0px;
	}

	/*.place-order .order-table .time p > span{
		padding-left:73px;
	}*/
}
/*=================================================
	3 - quote1
=================================================*/
#quote{
	position: static;
	
	background-image: url("../img/quote1.jpg");
	background-attachment: fixed;	
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#quote #quate-slider{
	height: 130px;
}

#quote .anim-slider .quotation{
	width: 100%;
	
	font-family:"Raleway", "Nanum Gothic";     
	font-size: 35px;
	color: #373530;
	text-align: center;
	word-spacing:1px;
	
	margin: 35px 0;
	
}

#quote .anim-dots{
	display: none;
}

/*****#####===== e?¢¬e¡±¡±i?ùé i¢¯¨ùe|¡þ =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** xs *****/
@media (max-width: 767px){
	#quote{
		padding:90px 0 60px;
	}
	
	#quote #quate-slider{
		height:30px;
	}

	#quote .anim-slider .quotation{   
		font-size: 22px;
		padding-top:-40px;
		margin:-2px;
	}
}
/*=================================================
	4 - i?¨«i??i¢Ó¨«e¡Æ©«
=================================================*/
#menu-intro .rollover i{
	color:#FFFFFF;
	background-color: rgba(185,122,87,0.7);
}

#menu-intro .rollover h3{
	font-size:15px;
	padding-top:90px;
	color:#FFFFFF;	
	font-style: normal;
}

/*****#####===== e?¢¬e¡±¡±i?ùé i¢¯¨ùe|¡þ =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** xs *****/
@media (max-width: 767px){
	#menu-intro h2{
		  margin-top: 35px;
	}
	
	#menu-intro .rollover h3{
		font-size:12px;
		padding-top:35px;
	}
}
/*=================================================
	5 - quote2
=================================================*/
#quote2{
	background-image: url("/img/main/quote2.jpg");
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#quote2 #quate-slider2{
	height: 130px;
}

#quote2 .quotation{
	width: 100%;
	
	font-family: 'Raleway', "Nanum Gothic";
	font-size: 30px;
	color: #000000;
	text-align: center;
	margin-top:-5px;
	padding-bottom:48px;
}

#quote2 .single{
	font-size:18px;
	padding-top:90px;
	word-spacing:4px;
}

#quote2 .anim-dots{
	display: none;
}
/*****#####===== e?¢¬e¡±¡±i?ùé i¢¯¨ùe|¡þ =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** xs *****/
@media (max-width: 767px){	
	#quote2{
		padding:50px 0 50px;
	}
	
	#quote2 #quate-slider2{
		height: 100px;
	}

	#quote2 .quotation{
		font-size: 25px;
		margin-top:-2px;
		padding-top:-10px;
		padding-bottom:15px;
	}

	#quote2 .quotation+p{
		font-size:13px;
		word-spacing:4px;
	}
	
	#quote2 .single{
	padding-top:45px;
}

}
/*=================================================
	6 - e©ø¥ìe¡Æ?i¢Ó¨«e¡Æ©«
=================================================*/
#gallery .section-title-wrap{
	padding-bottom:10px;
}

#gallery .gallery-item{
	margin-bottom:30px;
}

#gallery .col-md-4:hover{
	cursor:pointer;
}

#gallery .lists-wrap{
	position: relative;
	overflow: hidden;
}

/*****#####===== e?¢¬e¡±¡±i?ùé i¢¯¨ùe|¡þ =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** xs *****/
@media (max-width: 767px){
	#gallery h2{
		 margin-top: 35px;
	}
}


/*=================================================
	7 - e¨£¡¦eùé¢æi¢Ó¨«e¡Æ©«
=================================================*/
#mg-intro .subtitle{
	padding-bottom:40px;
}	

#mg-intro .subtitle{
	font-size:18px;
	color:#815A45;
	word-spacing:2px;
	letter-spacing:-1px;
	line-height:32px;
	font-weight:bold;
}

#mg-intro .row .logo-img-wrap{
	padding-bottom:50px;
}

#mg-intro .p-wrap{
	padding:10px 85px;	
}

#mg-intro .col-md-4{
	font-size:15px;
	line-height:24px;
	word-spacing:2px;
	letter-spacing:-1px;
}

#mg-intro .row .logo2-img-wrap{
	padding-top:50px;
	padding-bottom:50px;
}

#mg-intro .col-md-3{
	font-size:15px;
	line-height:25px;
}

#mg-intro .col-md-3-wrap{
	padding-bottom:10px;	
	padding:0 -10px;
}

#mg-intro .col-md-3 h3{
	font-size:17px;
	font-weight:600;
	color:#815A45;
}

#mg-intro .col-md-3 p{
	color:#000000;

}

/*****#####===== e?¢¬e¡±¡±i?ùé i¢¯¨ùe|¡þ =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** xs *****/
@media (max-width: 767px){
	#mg-intro h2{
		 margin-top: 35px;
	}
	
	#mg-intro .subtitle{
		padding-bottom:40px;
	}	
	
	#mg-intro .subtitle{
		font-size:14px;
		color:#815A45;
		word-spacing:2px;
		letter-spacing:-1px;
		line-height:28px;
		font-weight:bold;
	}
	
	#mg-intro .row .logo-img-wrap{
		padding-bottom:30px;
	}
	
	#mg-intro .p-wrap{
		padding:0px;
		font-size:13px;
	}
	
	#mg-intro .col-md-4{
		font-size:15px;
		line-height:24px;
		word-spacing:2px;
		letter-spacing:-1px;
	}
	
	#mg-intro .row .logo2-img-wrap{
		padding-bottom:30px;
	}
	
	#mg-intro .col-md-3{
		font-size:15px;
		line-height:25px;
	}
	
	#mg-intro .col-md-3-wrap{
		padding-bottom:10px;	
		padding:0 -10px;
	}
	
	#mg-intro .col-md-3 h3{
		font-size:17px;
		font-weight:600;
		color:#815A45;
	}
	
	#mg-intro .col-md-3 p{
		color:#000000;
	
	}
}
/*=================================================
	5 - quote3
=================================================*/
#quote3{
	background-color: #EBE7E7;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding:0;
}

#quote3 .quotation{
	width: 100%;
	
	font-family: 'Raleway', "Nanum Gothic";
	font-size: 17px;
	color: #000000;
	text-align: center;
	margin-top:-5px;
	padding:50px;
	font-weight:500;
}

/*****#####===== e?¢¬e¡±¡±i?ùé i¢¯¨ùe|¡þ =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** xs *****/
@media (max-width: 767px){
	#quote3 .quotation{
		font-size: 14px;
		margin-top:-5px;
		padding:10px 0;
	}
}
/*=================================================
	5 - Map
=================================================*/
#contact{
	padding:0;
}

#map-canvas{
	height: 400px;
}

/*****#####===== e?¢¬e¡±¡±i?ùé i¢¯¨ùe|¡þ =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** xs *****/
@media (max-width: 767px){
	#map-canvas{
		height: 200px;
	}
}




 .youtubevideowrapperdiv1-1 {
position: relative;
padding-bottom: 50%; /* ¿µ»óºñÀ²¿¡ µû¸¥ ¼öÄ¡ */
padding-top: 25px;
height: 0;
}
  
  .youtubevideowrapperdiv4-3 {
position: relative;
padding-bottom: 75%; /* ¿µ»óºñÀ²¿¡ µû¸¥ ¼öÄ¡ */
padding-top: 25px;
height: 0;
}

  
  .youtubevideowrapperdiv16-9blind {
position: relative;
padding-bottom: 83%; /* ¿µ»óºñÀ²¿¡ µû¸¥ ¼öÄ¡ */
padding-top: 0%;
height: 0;    
}

  .youtubevideowrapperdiv16-9 {
position: relative;
padding-bottom: 56.25%; /* ¿µ»óºñÀ²¿¡ µû¸¥ ¼öÄ¡ */
padding-top: 3%;
height: 0;
}
  
.youtubevideowrapperdiv17-9 {
position: relative;
padding-bottom: 52.94%; /* ¿µ»óºñÀ²¿¡ µû¸¥ ¼öÄ¡ */
padding-top: 25px;
height: 0;
}

.youtubevideowrapperdiv18-9 {
position: relative;
padding-bottom: 50%; /* ¿µ»óºñÀ²¿¡ µû¸¥ ¼öÄ¡ */
padding-top: 25px;
height: 0;
}


.youtubevideowrapperdiv19-9 {
position: relative;
padding-bottom: 47.37%; /* ¿µ»óºñÀ²¿¡ µû¸¥ ¼öÄ¡ */
padding-top: 25px;
height: 0;  
}


.youtubevideowrapperdiv20-9 {
position: relative;
padding-bottom: 45%; /* ¿µ»óºñÀ²¿¡ µû¸¥ ¼öÄ¡ */
padding-top: 25px;
height: 0;
}

.youtubevideowrapperdiv iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.youtubevideowrapper 
{max-width: 900px;
  margin:auto;
  }
