/* --------------------------------------------------------------------------
/* ---¹Ú½º ½¦µµ¿ì ÄÃ·¯Ãß°¡
/* ----------------------------------------------------------------------------- */
/*-------- 2.4 Detail page  --------*/
#breadcrumb {
  background-color: #3f4079;
  padding:20px 0;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767px) {
  #breadcrumb {
    /* For less than 767px */
    padding: 15px 0;
  }
}
#breadcrumb ul {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
#breadcrumb ul li {
  display: inline-block;
  padding-right: 8px;
  margin-right: 3px;
  position: relative;
}
#breadcrumb ul li a {
  color: #fff;
}
#breadcrumb ul li a:hover {
  color: #6762fd;
}
#breadcrumb ul li:after {
  content: "\e9ee";
  font-family: "fontello";
  position: absolute;
  right: 0;
  top: 0;
}
#breadcrumb ul li:last-child {
  opacity: 0.7;
}
#breadcrumb ul li:last-child:after {
  content: '';
  margin-right: 0;
}



/*-------- ÆË¾÷ ³» ¸ð´ÞÀ» ±¸ºÐÇÒ ¶§¤Ä -------*/
/*¹Ú½º ÄÃ·¯ Á¶Àý
.sky-left { border-left:3px solid var(--light_blue);}
.red-left { border-left:3px solid var(--primary-red);}
.blue-left { border-left:3px solid var(--primary-blue);}*/


.bk-bs-left {/*ÁÂÃø¿¡ »ý±â´Â °Í*/
box-shadow: -4px 0px var(--bg-light-dark-color);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
border: 1px solid var(--border-color);}



/*-------- box-shadow color --------*/
.sky_bs {box-shadow: 0px  -4px var(--light_blue);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
border: 1px solid var(--border-color);

}

/*-------- box-shadow color --------*/
.blue-bs {box-shadow: 0px -4px var(--primary-blue);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
border: 1px solid var(--border-color);

}

/*-------- box-shadow color --------*/
.purple_bs {box-shadow: 0px  -4px var(--purple);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
 border: 1px solid var(--borderdark-color);
}

/*-------- box-shadow color --------*/
.green-bs {box-shadow: 0px -4px var(--green);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
border: 1px solid var(--borderdark-color);

}

/*-------- box-shadow color --------*/
.yel-bs {box-shadow: 0px -4px var(--yel);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
border: 1px solid var(--border-color);

}

/*-------- box-shadow color --------*/
.red-bs {box-shadow: 0px -4px var(--primary-red);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
border: 1px solid var(--primary-red);

}

/*-------- box-shadow color --------*/
.bk-bs {box-shadow: 0px -4px var(--bg-light-dark-color);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
border: 1px solid var(--border-color);
}



/*-------- box-shadow color --------*/
.grey-bs {box-shadow: 0px -4px var(--b_grey);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
border: 1px solid var(--border-color);
}



/*-----------------------------------------------------------------*/
/*¿ìÃø Å£
-----------------------------------------------------------------*/
.q-sticky { 
	position: fixed;
	top:52%;
	left:0px;
	width: 100px;
}

/* 
-----------------------------------------------------------------*/

.q-sticky.si-sticky-right {
	left: auto;
	right:10px;
}


/* Category bx  ¿ìÃø Äü*/
.category-bx{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.category-bx .category{
	height: 80px;
	color: #121212;
	width: 80px;
	text-align: center;
	margin:5px;
	padding:10px;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	border-radius:6px;
	background:rgba(255,255,255,1) ;
	
	border:1px solid rgba(0,0,0,0.2);
}

.category-bx .category:hover{background: rgba(255,255,255,1) ;/**/
	transform:scale(1.2);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	color:#ff3d3d;

}

.category-bx .category p {
    margin: 4px 0 0 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size:16px;
}

.category-bx .category i {
    font-size: 24px;
    line-height: 30px;
}


/* Äü¸Þ´º¿¡ È°¿ëCategory bx */

.category-bx .category img {
    max-width:60px;
}

@media only screen and (max-width: 1200px){
.category-bx .category {
		padding: 20px 0;
		margin-right: 10px;
		height: 100px;
		width: 100px;
	}

}


@media only screen and (max-width: 767px){
	.category-bx .category {
		margin-bottom: 10px;
		max-width: 31.33%;
		flex: 0 0 31.33%;
		margin-right: 2%;
	}

}


/* ¼­ºñ½º ¸ÞÀÎ¸Þ´º¿¡ È°¿ë */
.category-list{	display:flex;    flex-wrap: wrap;	}
.category-bx.style1{
    background-color: #ffffff;
    text-align: center;
    display: block;
    padding:10px 17px;
    position: relative;
    flex: 0 0 calc(12.50% - 10px);
    max-width: calc(12.50% - 10px);
    border-radius: 8px;
    margin-right: 10px;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.category-bx.style1:hover{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);

  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}


@media only screen and (max-width: 767px){

.category-bx.style1:hover{/*È£¹ö½Ã ¸ð¹ÙÀÏ¿¡¼­´Â Á¦¿Ü**/
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

}



.category-bx.style1 .icon-bx{
    margin-bottom:0px;
}
.category-bx.style1 .icon-bx .icon-cell{
   font-size: 30px;
    display: inline-block;
    height:100px; width:100x;
    color: #000;
    
    border-radius:100px;
    line-height:100px;
	/*background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.05);padding:5px;*/
}


/*
.category-bx.style1 .icon-bx .icon-cell:hover {
  background-color: var( --secondary-blue);
}
*/
.category-bx.style1 .icon-bx .icon-cell img{
width:100px;
	height:100px;
	border-radius: 100px;
	overflow: hidden;
}


.category-bx.style3{
    background-color: #ffffff;
    text-align: center;
    display: block;
    padding:20px 22px;
    position: relative;
    flex: 0 0 calc(12.50% - 5px);
    max-width: calc(12.50% - 5px);
    border-radius: 8px;
    margin-right: 4px;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;margin-bottom:30px;
}
.category-bx.style3:hover{
background-color: #fafafa;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}


.category-bx.style3 .icon-bx{
    margin-bottom:0px;
}







.category-bx.style3 h5{ text-align: center;
    font-size:14px;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height:14px;color:#121212;
}

.category-bx.style1 .title,.category-bx.style3 .title{ text-align: center;margin-top:20px;color:#888;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom:5px;
    line-height:18px; font-weight: 600;
}


@media only screen and (max-width: 767px){
.category-bx.style1,.category-bx.style3{

 display: block;
    padding: 10px 17px;
		flex: 0 0 calc(33.33% - 5px);
		max-width: calc(33.33% - 5px);
		margin-bottom:15px;
		margin-right:5px;
	}

.category-bx.style3 .icon-bx .icon-cell img{
width:100px;
	height:100px;
	border-radius: 100px;
	overflow: hidden;
}

.category-bx.style3 .icon-bx .icon-cell i,.category-bx.style1 .icon-bx .icon-cell i{
 color: var(--primary-color);    font-weight:600;    font-size: 50px; 
}


.category-bx.style1 .title,.category-bx.style3 .title {
font-size:12px;line-height: 14px;
	}
.category-bx.style1 p,.category-bx.style3 p {line-height: 16px;
		font-size: 12px;
	}


.listing-info {
    padding: 10px;
   
}

.listing-bx .listing-info  {
 
    min-height:90px;
   max-height:100px;
}
.listing-info .title {
    font-size: 16px;
   
}
.listing-bx .listing-info p {
    font-size: 14px;
    
}

}





/* Pricing Tables ±¤°í´Ü°¡Ç¥ */
.pricing-table {
	display: flex;
	flex-wrap: wrap;
}

.pricing-table .plan {
	background: #FFF;
	border-radius: 0;
	margin-top: 15px;
	margin-bottom: 15px; border:  1px solid var(--border-color);padding: 15px;
}

.pricing-table .plan .plan-price,
.pricing-table .plan .plan-features,
.pricing-table .plan .plan-footer {
	border: 0px solid #ededed;
}

.pricing-table .plan .plan-header {
	/*background:var( --primary-blue);*/
	padding: 15.2px 16px;
	padding: 0.95rem 1rem;
}

.pricing-table .plan .plan-header h3 {
	color: #FFF;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}

.pricing-table .plan .plan-price {
	display: flex;
	flex-direction: column;
	background: none;
	border-top: 0;
	border-bottom: 0;
	padding: 32px 12.8px;
	padding: 2rem 0.8rem;
	text-align: center;
}

.pricing-table .plan .plan-price .price {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 1;
	color: #212529;
}

.pricing-table .plan .plan-price .price .price-unit {
	font-size: 50%;
	line-height: 1.4;
}

.pricing-table .plan .plan-price .price-label {
	text-transform: uppercase;
	color: var(--light_blue);
	font-size: 11.2px;
	font-size: 0.7rem;
	line-height: 1;
	 margin-left:20px;  
}

.pricing-table .plan .plan-features {
	border-top:  1px solid var(--border-color-2);
	border-bottom: 0;
	padding: 12.8px;
	padding: 0.8rem;
	text-align: center; margin-top:-20px; 
}

.pricing-table .plan .plan-features ul {
	padding: 0 4px 0 4px;
	padding: 0 0.25rem 0 0.25rem;
	margin-bottom: 20px;
}


.pricing-table .plan .plan-features ul li {
  position: relative;
  z-index: 1;
  display: block;
  padding-left: 21px;
  text-align:left;
 
}

.pricing-table .plan .plan-features ul li::after {
  position: absolute;
  left: 0;
  top:3px;
  font-weight: 700;
 colOR:var(--primary-color);
 font-family: 'themify';
 font-size:12px; color:#777;
 content: "\e62f";
}





.pricing-table .plan .plan-features ul li:last-child {
	border-bottom: 0;
}

.pricing-table .plan .plan-footer {
	border-top: 0;
	/*padding: 1.5rem 0.8rem 2.5rem;*/
	text-align: center;
}

.pricing-table .plan.plan-featured {
	position: relative;
	box-shadow: 0px 0px 40px rgba(200, 200, 200, 0.3);
	transform: scale(1.15);
	z-index: 1;
}

.pricing-table .plan.plan-featured .plan-header h3,
.pricing-table .plan.plan-featured .plan-features ul li {
	font-size: 12.8px;
	font-size: 0.8rem;
}

@media (max-width: 767px) {
.pricing-table .plan .plan-features ul li {
	font-size:14px;;
}

.pricing-table .plan .plan-features {
	min-height:120PX;
}
	.pricing-table .plan.plan-featured {
		transform: scale(1);
	}

	.pricing-table .plan.plan-featured .plan-header h3,
		.pricing-table .plan.plan-featured .plan-features ul li {
		font-size: 0.9rem;
	}
}

.promo {
 /* background: #e54750 url(../../common/img/bg/star.png) center center repeat;*/
   
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 0px;
  padding: 20px 25px;
color: #fff;
  position: relative;
}
.promo h3 {
 color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  font-size: 1.5rem;
}
.promo.mb_30 {
  margin-bottom: 30px;
}
.promo p {
  margin: 0;
}
.promo p span{
 color: #fff;
}
.promo i ,.promo img{
  position: absolute;
  right: 30px;
  bottom:10px;;
  font-size: 62px;
  font-size: 3.875rem;
  height: 52px; 
}

@media (max-width: 767px) {

.promo {
  padding:20px 0px;
 
}
  .promo h3 {
    font-size: 14px;
  font-size:0.875rem;
  }
 .promo i {
    display: none;
  }

}


/*-----------------------------------------------------------------*/
/* °íÁ¤ À§Ä¡ »ç¿ë
-----------------------------------------------------------------*/
.sticky-r {
  position: absolute;
  display: block;
  top:20px;
  right:20px;
}

.sticky-mr {
  position: absolute;
  display: block;
  top:10px;
  right:10px;
}
.sticky-left {
  position: absolute;
  display: block;
  top:20px;
  left:20px;
}


.sticky_bottom_left {
  position: absolute;
  display: block;
  bottom:10px;
  left:10px;
}

@media (max-width: 767px) {
.sticky-r {
  right:5px;
}

.sticky-left {
  left:10px;
}


}
/* 
-----------------------------------------------------------------*/
/* °øÅë */

.view {
  color: #fff;
  display: inline-block;
 font-size:20px;
  font-size: 1.25rem;
  line-height: 1;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  /*top:20px;;left:20px;*/
  top:15%;left:30%;

  padding:15px 20px;
  font-weight: 500;background-color:#FF4045;
  z-index:999;
 border: 1px solid #fafafa; -webkit-border-radius: 6px;
  -moz-border-radius:6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

@media (max-width: 767px) {
 .view { left:33%;padding:20px 30px;
 
}


}




/* ---------------------------------
    Ãß°¡
 ------------------------------------*/


/* ¸ÞÀÎ°íÁ¤ÇÏ´Ü*/
/* ÀüÆäÀÌÁö¿ìÃø °íÁ¤¹è³Ê
-----------------------------------------------------------------*/
/* »ó´Ü ÀüÈ­¹øÈ£
-----------------------------------------------------------------*/
.si-sticky { 
	position: fixed; z-index:99;
	top:45px;
	left: 5px;
	width: 280px;
}

.si-sticky.si-sticky-right {
	left: auto;
	right:0px;
}






/* 
-----------------------------------------------------------------*/
.award {
  z-index: 1;
 background:#fffff;
  
/* 
----- position: absolute;width: 340px;
  right: 0px;
  bottom: 0px;margin-right: -50px;left: -50px;background-size: 220% 150%; 
  background: -webkit-gradient(linear, left top, right top, from(#02218f), color-stop(#0e72e3), to(#02218f));
  background: linear-gradient(to right, #02218f, #0e72e3, #02218f);
  
  pulse5 2s infinite;
  ----*/

  padding: 12px 30px 0px 30px;;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.award i {
  display: inline-block;
  color: #051749;
  font-size: 40px;
  margin-right: 20px;
  font-weight: 400;animation: 
}
.award img {
 width:40px;margin-right: 10px;
}

.award h4 {
  font-weight: 500;
   color: #121212;font-size:14px;
}

.award p {
  color: #111111;
  margin-top:-10px;font-size:17px;font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .award {
    left: 0;
    bottom: 0;
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .award {
    left: 0;
    bottom: 0;
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .award {
    left: 0;
    bottom: 0;
    display: none;
  }
}


.box_style_main {
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .box_style_main {
   display: block !important;
  }
}

ul#m_nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#m_nav li { font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #ccc; 
}


ul#m_nav li img {float: left;
	 position: relative;
 margin: -5px 10px 5px 10px;
    
	display: block;
	width: 34px;
	height: 34px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
}

ul#m_nav li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
ul#m_nav li a { font-size: 16px;  font-size: 1rem;
  color: #555;
  position: relative;
  display: block;
  padding: 16px 10px 15px 10px;
}
ul#m_nav li a:after {
  font-family: "fontello";
  content: "\e89b";
  position: absolute;
  right: 15px;
  top: 15px;
}
ul#m_nav li a span {
  font-size: 12px;  font-size: 0.75rem;
  color: #777;
}
ul#m_nav li a:hover { 
  background: #313842; color: #fff;
}




/*===========»ç¹«½ÇÀÌ»ç ´º ===========*/

/*header.header_in {
    border-bottom: 1px solid #06b0f3;
}*/
.main_off {
    width: 100%;
    height: 540px;
	background-color:#2ec2fc;
    background-image: url(../../estate/img/bg/ser_bg.png);
    background-size: 1920px 540px;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width:767px){
.main_off {
    width: 100%;
    height:360px;
/*background-image: url(../../common/img_24/bg/office_bgm2.jpg);*/
    background-size: 767px 360px;
    /*background-position: top left;*/
     background-position: center;
    background-repeat: no-repeat;
}

}



.main_off2 {
    width: 100%;
    height:540px;
	background-color:#222368;
     /*background-image: url(https://24st.co.kr/service/img/bg/service_main.jpg);
   background-size: 1920px 540px;ÀÌ°É »©¸é ¹ÝÀÀÇüÀ¸·Î°íÁ¤ÇÏ¸é »çÀÌÁî¿¡ ¸Â°Ô*/
	background-size: 1920px auto;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width:767px){
.main_off2 {
    width: 100%;
    height:300px;
/*background-image: url(../../common/img_24/bg/office_bgm2.jpg);*/
    background-size: 767px auto;
    /*background-position: top left;*/
     background-position: center;
    background-repeat: no-repeat;
}

}


.home_bg {
    width: 100%;
   height: 440px;  background: -webkit-linear-gradient(left,#ddd, #ddd);}
    /*height: 440px;  background: -webkit-linear-gradient(left,#00a4e4, #6ec231);
  background: -webkit-linear-gradient(bottom,#e7f4f9, #cfe7f0);  border-bottom:1px solid #dee2e6;
	 background-color:#063e4f;
     background-image: url(../../common/img/bg/_back.jpg); 
	background-image: url(../../common/img/bg/slide11.jpg);
   background-size: 1920px 520px;--*/
     background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width:767px){
.home_bg  {
    width: 100%;
    height:230px;
    background-position: top left;
    background-repeat: no-repeat;
}
}





.custom-search-input-2 {
  background-color: #ffff;
  
}



.custom-search-input-2 input[type='submit'] {
background-color: #1bb9f7;
  margin-top:0px;border:2px solid #fff;
 
}

.custom-search-input-2 input[type='submit']:hover {
  background-color: #1b63f7;
  color: #fff;
}








/* .scroll-button .button-style1 {
z-index:99;
	position: absolute;
    left:20%;
    top:30px;
    transform: translateX(-48%);
    box-shadow: none;
}
.scroll-button img {width:100%}

@media only screen and (max-width: 767px) {

.scroll-button img {width:80%;}

}

BOUNCE
.arrow-animation{animation: fade-arrow-animation 2.7s linear infinite;}
@keyframes fade-arrow-animation {
	0% {
		opacity: 0.6;
		transform: translateY(-20px);
	}
	50% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0.6;
		transform: translateY(-20px);
	}
}


.rotate-x {
  animation-duration: .5s;
  animation-name: rotate-x;
}

@keyframes rotate-x {
  from {
    transform: rotateY(0deg);

  }
  to {
    transform: rotateY(360deg);
  }
}




 */

/* »ó¼¼ ÆäÀÌÁö*/

.shadow { -webkit-box-shadow: inherit !important; box-shadow: inherit !important;}

.shadow.dark {
  position: relative;
  z-index: 1;
}

.shadow.dark:after {
  background: #091d3e none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}


/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/
/*-------- 2.1 Home/front page--------*/
/* Home video carousel on top */
#carousel-home,
#carousel-home-2 {
  position: relative;
}
#carousel-home .static,
#carousel-home-2 .static {
  position: static;
}
#carousel-home .cover,
#carousel-home-2 .cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  opacity: 1 !important;
}
#carousel-home .owl-carousel .owl-slide,
#carousel-home-2 .owl-carousel .owl-slide {
  height: 660px;
  position: relative;
}



@media (max-width: 767px) {
  #carousel-home .owl-carousel .owl-slide,
  #carousel-home-2 .owl-carousel .owl-slide {
    height: 480px;
  }
}
#carousel-home .owl-carousel .owl-slide-animated,
#carousel-home-2 .owl-carousel .owl-slide-animated {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.05s ease;
  -o-transition: all 0.05s ease;
  -webkit-transition: all 0.05s ease;
  -ms-transition: all 0.05s ease;
  transition: all 0.05s ease;
}
#carousel-home .owl-carousel .owl-slide-animated.is-transitioned,
#carousel-home-2 .owl-carousel .owl-slide-animated.is-transitioned {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#carousel-home .owl-carousel .owl-slide-title.is-transitioned,
#carousel-home-2 .owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
#carousel-home .owl-carousel .owl-slide-subtitle.is-transitioned,
#carousel-home-2 .owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
}
#carousel-home .owl-carousel .owl-slide-cta.is-transitioned,
#carousel-home-2 .owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
#carousel-home .owl-carousel .owl-dots,
#carousel-home-2 .owl-carousel .owl-dots {
  bottom: 15px;
  width: 100%;
  position: absolute;
}

.slide-text {
  padding-top:90px;
  font-size:20px;
  font-size:1.25rem;
}
.slide-text h2,
.slide-text h3 {
  font-size:32px;
  font-size:2rem;
  font-weight:500;
  text-transform: uppercase;
  line-height: 1;margin-bottom:20px;
}

.slide-text p {
 font-size:20px;
  font-size:1.25rem;
}
@media (max-width: 767px) {
 .slide-text {
  padding-top:60px;

}
  
  .slide-text h2,
  .slide-text h3 {
   font-size: 24px;
  font-size: 1.5rem;
  }

.slide-text p {
  font-size:16px;
  font-size:1rem;
}

}
.slide-text strong {
  font-weight:600;
  font-size: 28px;
  font-size: 1.75rem;
}


.slide-text.white {
  color: #fff;
}
.slide-text.white h2,
.slide-text.white h3 {
  color: #fff;
}

/*½½¶óÀÌµå ¼¼·Î Å©±â º¯°æ*/
#carousel-home-2 .owl-carousel .owl-slide {
  height:500px;
}
@media (max-width: 767px) {
  #carousel-home-2 .owl-carousel .owl-slide {
    height:300px;
  }
}
#carousel-home-2 .owl-carousel .owl-slide .static {
  position: static;
  flex-direction: column;
  height: 100%;
}

#carousel-home-2 .owl-item.active.center {
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
}
@media (max-width: 767px) {
  #carousel-home-2 .owl-item.active.center {
    border: 0;
  }
}

#icon_drag_mobile {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: url(../img/drag_icon.svg) 0 0 no-repeat;
  width: 50px;
  height: 30px;
  opacity: 0.6;
  z-index: 99;
  display: none;
}
@media (max-width: 767px) {
  #icon_drag_mobile {
    display: block;
  }
}

ul#banners_grid {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
ul#banners_grid li {
  position: relative;
  width: 33.33%;
  float: left;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
}
ul#banners_grid li:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  ul#banners_grid li {
    width: 100%;
    float: none;
    border-right: none;
  }
}
ul#banners_grid li a.img_container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: block;
  width: 100%;
  height: 250px;
}
@media (max-width: 767px) {
  ul#banners_grid li a.img_container {
    width: 100%;
    float: none;
    height: 150px;
  }
}
ul#banners_grid li a.img_container img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 1199px) {
  ul#banners_grid li a.img_container img {
    height: 100%;
    width: auto;
    max-width: inherit;
  }
}
@media (max-width: 767px) {
  ul#banners_grid li a.img_container img {
    width: 100%;
    height: auto;
  }
}
ul#banners_grid li a.img_container:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.02);
  -moz-transform: translate(-50%, -50%) scale(1.02);
  -ms-transform: translate(-50%, -50%) scale(1.02);
  -o-transform: translate(-50%, -50%) scale(1.02);
  transform: translate(-50%, -50%) scale(1.02);
}
ul#banners_grid li a.img_container .short_info {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  padding: 0 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}
ul#banners_grid li a.img_container .short_info h3 {
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 900;
}
ul#banners_grid li a.img_container .short_info p {
  
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0;
}


/*===========°ßÀû¼­ ===========*/

.office_categories {
  position: relative;
  margin-top: 80px;
  margin-bottom: 25px;
 
  /*==z-index: 99;===*/
}
.office_categories ul {
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 25px 0 0  0;line-height: 16px;
  width: 100%;
  margin: auto;
}

.office_categories ul li {
  display: inline-block;
  width: 25%;
  float: left;
  border-right: 1px solid #d2d8dd;
}

.office_categories ul li:last-child {  background: #1672f7;  margin-top: 20px;
 width: 100%;padding:15px; 
  border-right: none;
}
.office_categories ul li:nth-child(4) { 
  border-right: none;
}


.office_categories ul li a {
  display: block;
}
.office_categories ul li a h3 {	margin-top:5px;  font-size: 14px; }
.office_categories ul li a h4 { font-size: 16px; color: #ff6600;margin-top:-5px;}
.office_categories ul li a i { font-size: 18px;  display: inline-block;
}
.office_categories ul li a img {width: auto; height: 50px;}
.office_categories ul li:first-child a img {width: auto; height: 50px;}
.office_categories ul li:last-child a h3{ color: #fff;font-size: 18px; font-weight: 500;letter-spacing:-0.02em;}





@media (max-width: 767px) {

  .office_categories {  margin-top:30px;}
  .office_categories ul {  padding: 25px 0 0  0;    width: 100%;  }
 .banner p {font-size:14px;	margin-bottom:10px;	padding: 0;} 

.office_categories ul li a img {width: auto; height:40px;}
.office_categories ul li:first-child a img {width: auto; height:40px;}

.office_categories ul li:last-child {  padding:12px; }
.office_categories ul li a h3 { font-size: 12px; margin:0px;   /*=== display: none;==*/  }
.office_categories ul li:last-child a h3{font-size: 16px;}
.office_categories ul li a h4 {  font-size: 14px;  margin:0px}
.office_categories ul li a i {  font-size: 16px;}


}


.office-titlew { margin-top:-30px;font-family: 'Pretendard';
  margin-bottom: 0px;}


.office-titlew h4 {
  position: relative;
  font-size:42px;
  /*color:#011135;*/
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.1em;
  display: inline-block;font-weight:700;opacity:1;
}
.office-titlew h4:before { 
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 4px;
  height: 2px;
  /*content: "";
  background: var(--primary-blue);*/
}
.office-titlew h2 { 
 /*text-shadow: 1px 2px 1px rgba(255,255,255,0.8);color:#f27507;text-shadow: 1px 1px 1px rgba(255,255,255,0.8); */ 
  font-weight: 500; 
  font-size: 34px;
 color:#FFFFFF;
  text-transform: capitalize;
  line-height: 24px;
  margin-top: 15px;margin-bottom:20px;
}
.office-titlew p{ }



@media screen and (max-width:767px){
.office-titlew img {max-height:100px;}
.office-titlew {
  margin-bottom: 10px;
  margin-top: -10px;
}

.office-titlew h4 {
    font-size: 24px;  letter-spacing:-0.01em;margin-bottom:0px;
}

.office-titlew h2 { font-size:18px; margin-top:0px;margin-bottom:10px;
}


}


/*-------- ¸®º» ½º¸ô ¹Ú½º  --------*/



.loc_open, .loc_closed , .r_boxO , .r_boxG,.left_open,.loc_white,.left_top,.right_top{
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 2px 8px;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.loc_open {
  color: #32a067;
  border: 1px solid #32a067;margin-right: 5px;background-color:#eafaec;
}

.left_open {
  color: #4496b7;
  border: 1px solid #6aa5c6;margin-right: 5px;background-color:#eef5f8;
}

.left_top {
  color: #4496b7;
  border: 1px solid #6aa5c6;background-color:#eef5f8; 
}


.right_top {
  color: #eb5c65;
  border: 1px solid #eb5c65;background-color:#fcf1f0; 
}

.loc_closed {background-color: #bc2135;
  color: #fff;
  border: 1px solid #bc2135;
}

.loc_white {
  color: background-color: var(--text-white);	
  border: 1px solid var(--text-white);
}


.r_boxO {
  color: #e5893e;
  border: 1px solid #e5893e;margin:0 5px 0px 10px;
}
.r_boxG {
  color: #83807e;
  border: 1px solid #83807e;margin:0 5px 0px 10px;
}



@media (max-width: 767px) {

.loc_open, .loc_closed , .r_boxO , .r_boxG,.left_open,.loc_white,.left_top{
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  padding: 2px 6px;
  line-height: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}



}


.tag1, .tag2 , .tag3 , .tag4, .tagb,.tagw,.tagbl {
  font-size:11px;  vertical-align:top;
 padding:2px 8px; display:inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}



.tag1 { margin-right:7px; border: 1px solid #e9a466;color: #1846af;}
.tag2 { margin-right:7px; border:1px solid #9cc2ee; color:#bbd8f9;}
.tag3 { margin-right:7px; border:1px solid #9e2328; color:#fff;background-color:#ac4a4e;opacity:1;}
.tag4 { margin-right:0px; border:1px solid #4740da; color:#fff;background-color:#4740da;opacity:1;}
.tagb { margin-left:5px; border:1px solid #cfcfd0; color:#000;background-color:#fff;opacity:1;}
.tagw { margin-left:5px; border:1px solid #004dda; color:#fff;background-color:#cfcfd0;opacity:1;}
.tagbl { margin-right:7px; border:1px solid #004dda; color:#fff;background-color:#2f8fd8;opacity:1;}

@media screen and (max-width:767px){
.tag1, .tag2 , .tag3 , .tag4, .tagb,.tagw,.tagbl{
 padding:2px 7px; 
}


}


.ser_off {
    width: 100%;
    height: 100%;
	min-height:640px;
	background-color:#fafafa;
    background-image: url(../../estate/img/bg/ser_bg.png);
    background-size: 1920px 100%;
    background-position : center;
    background-repeat: no-repeat;
}
@media screen and (max-width:767px){
.ser_off {
    width: 100%;
    height:100%;min-height:440px;
/*background-image: url(../../common/img_24/bg/office_bgm2.jpg);*/
    background-size: 767px 100%;
    /*background-position2 : top left;*/
     background-position : center;
    background-repeat: no-repeat;
}

}

.ser--padding {
  padding-top:160px;
  padding-bottom:10px;
}

@media only screen and (max-width: 767px) {
.ser--padding {
    padding-top:70px;
    padding-bottom:10px;
  }
}

#footer { position : relative; margin-top:0px;}

#position2  ul li a,#position2  ul li  {
	color: #121212;
	opacity: 0.7;
}


/* position2   breadcrumbs */
#position2  {font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	
	background-color: #fff;
	padding:16px 0;
	font-size:16px;border-bottom:4px solid #ddd; 
	
	
}

#position2  ul li:first-child {
	padding-left: 0px;opacity: 1;
}

#position2  ul li:first-child:before {
	/*content: "\eaf4";
	font-style: normal;
	font-weight: normal;
	font-family: "fontello";
	position : absolute;
	left: 0;
	top: 1px;
	color: #121212;*/
}

#position2  ul {
	margin: 0;
	padding: 0;
	margin-left:-10px; font-weight:600;
}



#position2  ul li a:hover {
	color: #121212;
	opacity: 1;
}

#position2  ul li {
	display: inline-block;
	padding-right:10px;
	margin-right: 0px 5px 0px 5px;;
	position : relative;
}

#position2  ul li:after {
	content: "\e89b";
	font-style: normal;
	font-weight: normal;
	font-family: "fontello";
	position : absolute;
	right: 0;
	top: 2px;
}

/*#position2  ul li:last-child {
position : absolute;
	right:30px;
	top:30px;
	color: #999;	
}
*/
#position2  ul li:last-child:after {
	content: '';
}
@media (max-width: 767px) {
  #position2  {padding:8px 0;
    /* ==display: none !important;== */
  }
}



/*-------- ¸ÞÀÎ¸¸ -------*/

.banner label {

line-height:24px;
  box-shadow: 0px -4px var(--primary-color);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  display: block;
  background-color: #fff;
  padding: 0px 0px 0px 0px;
  text-align: center;
  margin-bottom: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
    border: 1px solid var(--border-color-2);
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  cursor: pointer;margin-bottom:0;
}


 .banner label h4{
    font-size: 14px;
  font-size: 0.875rem;
  color: #444;margin:0px;
    
}

.banner label h5{
    font-size: 14px;
  font-size: 0.875rem;
  color: #777;
    
}
.banner label h5 span{
  color: #df0d0d;margin:0px;font-weight:500;
    
}
.banner label i{ color: #b2b8b5;
  margin-right:5px;
    
}
.banner label strong {margin-top:10px;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
}

.banner label span {font-weight:400;
  margin-top:20px;
  
  color: #fff;
}
.banner span img { width: auto;
    height: 60px;
}
.banner label:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}


.banner label img {
  display: block;
  margin: 0 auto ; 
  max-height: 160px;
  
  -webkit-border-radius:8px 8px 0px 0px;
  -moz-border-radius:8px 8px 0px 0px;
  -ms-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
}





@media (max-width: 991px) {
	
 .banner label {font-size: 12px;
  font-size: 0.75rem;
     padding: 7px 0px 7px 0px;
  }
  	
.banner label h4{
   font-size: 12px;
  font-size: 0.75rem;
 
    
}

.banner label h5{
    font-size: 12px;
  font-size: 0.75rem;
}


.banner label span { margin-top:0px;
  font-size: 14px;
  font-size:  0.875rem;
  color: #fff;
} 
 .banner label img {
     width: auto;
    height: 70px;
  }
  
  
  
}


@media (max-width: 767px) {
	
.banner label {
     padding: 15px 0px 10px 0px;
  }

.banner label h4{
   font-size: 14px;
  font-size:0.875rem;
 color: #777;margin-bottom:2px;
    
}

.banner label h5{
   font-size: 14px;
  font-size: 0.875rem; color: #777;font-weight:500;letter-spacing:-0.03em;
}

.banner label strong {
  font-size: 16px;
  font-size:1rem;
  color: #333; margin-bottom:5px
}



.banner label img {
     width: auto;
    height: 90px;
  }	
 

.banner label span { margin-top:0px;
   font-size: 14px;
  font-size:  0.875rem;
  color: #fff;
} 
   
}


@media (max-width: 575px) {

}

.banner input[type=radio]:not(old) {
  visibility: hidden;
}
.banner input[type=radio]:not(old):checked + label,
.banner input[type=radio]:not(old):checked + span + label {
  display: block;
  border: 1px solid #ff4a51;
}  
.banner input[type=radio]:not(old):checked + label:before,
.banner input[type=radio]:not(old):checked + span + label:before {
 font-family: "fontello"; 
 content: "\e81a";
 position: absolute;
 right: 10%;
 top: 10%;
 font-size: 36px;
 font-size: 2rem;
 color: #ff4a51;
}



/*-------- °øÅë¸ð´Þ end -------*/




.item label {

line-height:24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background-color: #fff;
  padding: 20px 0px 10px 0px;
  text-align: center;
  margin-bottom: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
    border: 1px solid #e74c3c;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  cursor: pointer;margin-bottom:0;
}


 .item label h4{
    font-size: 14px;
  font-size: 0.875rem;
  color: #777;margin-bottom:0;
    
}

.item label h5{
    font-size: 14px;
  font-size: 0.875rem;
  color: #777;
    
}
.item label h5 span{
  color: #df0d0d;margin:0px;
    
}


/*==#background_2 .item label, #background_3 .item label {
  border: 4px solid transparent;
}---*/
.item label strong {padding:5px;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
}

.item label span {font-weight:400;
  margin-top:20px;
  
  color: #fff;
}
.item span img { width: auto;
    height: 60px;
}
.item label:hover {  /*==
  -webkit-box-shadow: 0 2px 40px #e0e5f0;
  -moz-box-shadow: 0 2px 40px #e0e5f0;

=box-shadow: 0 2px 40px #e0e5f0;---*/
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);

/*==#background_2 .item label:hover, #background_3 .item label:hover {
  -webkit-box-shadow: 0 2px 40px #392779;
  -moz-box-shadow: 0 2px 40px #392779;
  box-shadow: 0 2px 40px #392779;
}---*/}


.item label img {
  display: block;
  margin: 0 auto ; 
  MAX-height: 120px;
}





@media (max-width: 991px) {
	
 .item label {font-size: 12px;
  font-size: 0.75rem;
     padding: 7px 0px 7px 0px;
  }
  	
.item label h4{
   font-size: 12px;
  font-size: 0.75rem;
 
    
}

.item label h5{
    font-size: 12px;
  font-size: 0.75rem;
}

	
	
	
.item label img {
     width: auto;
    height: 50px;
  }
 
  .item label strong {

}

.item label span { margin-top:0px;
  
  font-size: 14px;
  font-size:  0.875rem;
  color: #fff;
} 
.item span img { width: auto;
    height: 40px;
}  
 .item label img {
     width: auto;
    height: 70px;
  }
   
  
  
}


@media (max-width: 767px) {
.item label {font-size: 12px;
  font-size: 0.75rem;
     padding: 5px 0px 5px 0px;border: 1px solid #333;
  }
  	
.item label h4{
   font-size: 12px;
  font-size: 0.75rem;
 
    
}

.item label h5{
    font-size: 12px;
  font-size: 0.75rem;
}

	
	
 
 

.item label span { margin-top:0px;
  
  font-size: 14px;
  font-size:  0.875rem;
  color: #fff;
} 
.item span img { width: auto;
    height: 40px;
}  
   
}


@media (max-width: 575px) {
  .item label strong {
  font-size: 16px;
  font-size:1rem;
  color: #333;
}
}

.item label .item_price {
  background-color: #ffffff; 
  /*===padding: 5px 10px 5px 10px;
  margin-bottom:10px;  padding: 2px; display: inline-block;
  ---*/
  font-size: 14px;
  font-size:  0.875rem;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  color: #333;
  font-weight: 400;padding:0px;margin:0px;
 
}
.item input[type=checkbox]:not(old),
.item input[type=radio]:not(old) {
  visibility: hidden;
}
.item input[type=checkbox]:not(old):checked + label,
.item input[type=radio]:not(old):checked + label,
.item input[type=checkbox]:not(old):checked + span + label,
.item input[type=radio]:not(old):checked + span + label {
  display: block;
  border: 1px solid #ff4a51;
  /*=== -webkit-box-shadow: 0 2px 40px #e0e5f0;
  -moz-box-shadow: 0 2px 40px #e0e5f0;
 box-shadow: 0 2px 40px #e0e5f0;---*/
}
/*===#background_2 .item input[type=checkbox]:not(old):checked + label, #background_3 .item input[type=checkbox]:not(old):checked + label, #background_2
.item input[type=radio]:not(old):checked + label, #background_3
.item input[type=radio]:not(old):checked + label, #background_2
.item input[type=checkbox]:not(old):checked + span + label, #background_3
.item input[type=checkbox]:not(old):checked + span + label, #background_2
.item input[type=radio]:not(old):checked + span + label, #background_3
.item input[type=radio]:not(old):checked + span + label {
  border: 1px solid #00a0e9;
  -webkit-box-shadow: 0 2px 40px #392779;
  -moz-box-shadow: 0 2px 40px #392779;
   box-shadow: 0 2px 40px #392779;
}---*/
.item input[type=checkbox]:not(old):checked + label:before,
.item input[type=radio]:not(old):checked + label:before,
.item input[type=checkbox]:not(old):checked + span + label:before,
.item input[type=radio]:not(old):checked + span + label:before {
  font-family: "fontello";
  /*---content: "\e81b";---*/
  content: "\e81a";

 position: absolute;
  right: 10%;
  top: 10%;
  font-size: 36px;
  font-size: 2rem;
  color: #ff4a51;
}




.item_tel label {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background-color:#fafafa;
  padding:15px;
  text-align: center;
  
 /*
 margin-bottom:20px;
 -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);*/
  position: relative;
  border:1px solid #bbb;
  font-size:18px;
  font-size: 1.125rem; font-weight:600;
  color: #787878;
  cursor: pointer;
}


.item_tel label i {
  font-size:20px;
 font-size: 1.25rem;
  display: block;
  color: #999;
}
.item_tel label:hover {border:1px solid  #ff3d3d;color:#ff3d3d;
  /*-webkit-box-shadow: 0 2px 40px #e0e5f0;
  -moz-box-shadow: 0 2px 40px #e0e5f0;
  box-shadow: 0 2px 40px #e0e5f0;*/
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.item_tel label img { position: absolute; 
  left:10px;
  top: 25%;
  font-size:20px;
 font-size: 1.25rem;
  /*display: block;*/height:30px;
  margin: 0 auto 0px;
}
@media (max-width: 767px) {

.item_tel label { padding:12px;  font-size:14px;  font-size: 0.875rem;}
.item_tel label img {display: none !important;  }




}


.item_tel input[type=checkbox]:not(old),
.item_tel input[type=radio]:not(old) {
  visibility: hidden;
}
.item_tel input[type=checkbox]:not(old):checked + label,
.item_tel input[type=radio]:not(old):checked + label,
.item_tel input[type=checkbox]:not(old):checked + span + label,
.item_tel input[type=radio]:not(old):checked + span + label {
  display: block;
  border:2px solid #f91706;;background: #fbf2f1;color: #f91706;
  /*-webkit-box-shadow: 0 2px 40px #e0e5f0;
  -moz-box-shadow: 0 2px 40px #e0e5f0;
  box-shadow: 0 2px 40px #e0e5f0;*/font-weight:700;



}
.checkbox_questions {
  position: relative;
}
.checkbox_questions span.error {
  left: -5px;
  top: -35px;
}

.checkbox_questions .icheckbox_square-grey {
  margin-right: 10px;
}




/*-------- 3.4 Sing In Modal --------*/
#sign-in-dialog, #hw-in-dialog,#info-dialog,#join-dialog{
  background: #fff;
  padding: 30px;
  padding-top: 0;
  text-align: left;
  max-width:600px;
  margin:40px auto;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}


/*-------- 3.4 Sing In Modal --------*/
#online-dialog,#re_dialog{
  background: #fff;
  padding: 30px;
  padding-top: 0;
  text-align: left;
  max-width:800px;
  margin:10px auto;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}




/* Popup close button*/
#sign-in-dialog .mfp-close,#hw-in-dialog .mfp-close ,#online-dialog .mfp-close,#re_dialog .mfp-close,#info-dialog .mfp-close,#join-dialog .mfp-close{
  color: #666;
  background-color: #e4e4e4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 12px;
  right: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

#sign-in-dialog .mfp-close:hover, #hw-in-dialog .mfp-close:hover, #online-dialog .mfp-close:hover, #re_dialog .mfp-close:hover,#info-dialog .mfp-close:hover,#join-dialog .mfp-close:hover{
  color: #fff;
  background-color: #66676b;
}

#sign-in-dialog .mfp-close:before, #hw-in-dialog .mfp-close:before, #online-dialog .mfp-close:before,#re_dialog .mfp-close:before,#info-dialog .mfp-close:before,#join-dialog .mfp-close:before {
  font-size: 16px;
  font-family: 'themify';
  content: "\e646";
}


#sign-in-dialog {
  background: #52bbb6;
  padding:20px 0px 0px 0px;
  padding-top: 0px;
  text-align: left;
  max-width:600px;
  margin: 10px auto; margin-top: 30px;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}


#sign-in-dialog .mfp-close,
#lang-dialog .mfp-close {
  color: #0f499d;
 background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top:20px;
  right:10px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

#sign-in-dialog .mfp-close:hover,
#lang-dialog .mfp-close:hover {
  color: #fff;
  background-color: #333;
}

.ss_style_box {
	padding:2px;border:0px solid #bb9f51;
	position: relative;background:none ;
	/* 
--------------------------------------------------------
	background:#fa4748 url(../img/bg/main_ban.png) center left no-repeat;---------*/
	margin-bottom: 0px;
	color: #333;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
}


.modal_header {
  
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
  top: 0;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -ms-border-radius: 4px 4px;
  border-radius: 4px 4px;
  display: inline-block;
  background-color: #f6f6f6;
  padding: 18px 20px 15px 20px;
  margin-bottom: 30px;
}
.modal_header h3 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}


/* ÀüÆäÀÌÁö¿ìÃø °íÁ¤¹è³Ê ºÎºÐ¼öÁ¤
-----------------------------------------------------------------*/


/* 
----------------------------------------------------------

.si-sticky.si-sticky-right {
	left: auto;
	right: 8px;
}
-------*/
/* Popup close button*/

/*-------- 3.7 Sing In Modal --------*/


.ctam1 { padding:5px ;}
.c1 { margin:45px 5px 5px 5px ;border: 0px solid #cfd2d1;}
.c2 { margin:5px ;border:0
px solid #cfd2d1;}

.c3 { margin:5px ;border: 0px solid #cfd2d1;}
.c4 { margin:5px 5px -20px 5px  ;border: 0px solid #cfd2d1;}



.small-dialog-header {
  font-size: 18px;
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
  top: 0;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -ms-border-radius: 4px 4px;
  border-radius: 4px 4px;
  display: inline-block;
  background-color: #f6f6f6;
  padding: 18px 20px 15px 20px;
  margin-bottom: 30px;
}
.small-dialog-header h3 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

/*#hw-in-dialog .form-group {
  position: relative;
}

#hw-in-dialog .form-group input.form-control {
  padding-left: 40px;
}

#hw-in-dialog .form-group i {
  font-size: 21px;
  font-size: 1.3125rem;
  position: absolute;
  left: 12px;
  top: 34px;
  color: #ccc;
  width: 25px;
  height: 25px;
  display: block;
  font-weight: 400 !important;
}

#hw-in-dialog .form-group i.icon_lock_alt {
  top: 36px;
}

*/
.ss_style_box {
	padding:2px;border:0px solid #bb9f51;
	position: relative;background:none ;
	/* 
--------------------------------------------------------
	background:#fa4748 url(../img/bg/main_ban.png) center left no-repeat;---------*/
	margin-bottom: 0px;
	color: #333;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
}





/*---°ü·Ã css---*/

.dropdown-access .dropdown-menu { 
 border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  width:320px;
  top:-130px;
  margin-left: -100px;
  font-weight: normal;
  text-shadow: none;
  text-transform: none !important;
   border:5px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;


}

.dropdown-menu{color:#333; font-size:12px; }
.dropdown-menu p{color:#777; font-size:12px;margin:0; } 
.dropdown-menu h4{color:#000; font-size:14px; }
.tag {display:inline-block; padding:2px 8px; margin-right:14px; border:1px solid #ba7830; color:#ba7830; font-size:12px; vertical-align:middle;}
.tag2 {display:inline-block; padding:2px 8px; margin-right:14px; border:1px solid #db3832; color:#db3832; font-size:12px; vertical-align:middle;}


/*-------- ¸ÞÀÎ¼­ºñ½º ------*/
.box_hw{border:1px solid #d2d3d4;letter-spacing:-0.04em;
  background-color: #fff;
  display: block;
  min-height:90px;  color: #333;
  text-align: center;
  margin:20px 0px; padding:10px;
  position: relative;
 
}

.box_hw img { border-bottom:0px solid ;max-height:120px;margin-bottom:0px;}
.box_hw img{ }
.main_title_4 span {  background-color: #ba7830;}

@media (max-width: 767px) {
.box_hw img {height:auto; max-width:100%;}

}


a.btn_hw,
.btn_hw {
background: #ba7830;border: 1px solid #ba7830;
 width:100%;
  color: #fff;
   outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding:13px 20px;
  margin-top:10px;
  color: #fff;
  font-weight:500;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
a.btn_hw:hover,
.btn_hw:hover {
  background: #484646;border: 1px solid #484646;
  color: #fff;
}



a.btn_ser,
.btn_ser {
background: #121212;border:1px solid #121212;
 width:100%;
  color: #fff;
   outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 12px 20px;
  margin-top:10px;
  color: #fff;
  font-weight:500;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*-webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  -ms-border-radius: 0px 0px 6px 6px;
  border-radius:  0px 0px 6px 6px;*/
}
a.btn_ser:hover,
.btn_ser:hover {
  background: #333;border:1px solid #5d6573;
  color: #fff;
}





.box_style_hw { width:160px;
	height: 150px;
	padding: 0px;border:1px solid #083d40;
	position: relative;
	background:#ffffff url(../../24st/img/hw_160_q.png) top left no-repeat;
	margin-bottom: 5px;
	color: #333;
	
	
}

.box_style_hw h4 {color: #fff;letter-spacing:-0.03em;margin-bottom: 0px;text-align: left; margin-top:120px;
font-size: 16px; padding:5px 15px 5px 15px;;background:#083d40;
}

.box_style_hw img {
  width: 160px;
  overflow: hidden;
 
}



.r_boxO {  color: #e5893e;  border: 1px solid #827e7c; border-radius:6px;}
.r_boxO img { border-radius:6px;max-height:300px;}
@media (max-width: 767px) {.r_boxO img { border-radius:6px;max-height:180px;}}



/* Testimonial */
.client-detail{
	display:flex;
	align-items: center;
	margin-bottom:10px;
}
.client-detail .client-img{ background-color: #f3f6fb;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	overflow: hidden;
	min-width: 80px;
	margin-right: 20px; margin-top:10px;
	box-shadow: 8px -4px 20px 0 rgba(221,231,255,0.2);
}	
.client-box {/* Å¬¶óÀÌ¾ðÆ® */
    padding:15px 20px 20px 20px;
	border-radius:6px;	
	box-shadow: 0 10px 10px 0 rgba(255,255,255,0.2);
	max-height:160px;min-height:160px;
	border: 1px solid #eee;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}


.client-box:hover{
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  /*-webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);*/
}

.client-info {  
  margin-top:10px;
}

.client-info .client-name h5{  
	font-size: 14px;
    font-weight:600;
    margin-top:20px;
}

.client-info .client-name h6{  
	 font-size:12px;
    font-weight:500;
    margin-top:10px;
}

.client-info p{  
	font-size:12px;
	margin-bottom: 0;overflow: hidden;
}


@media only screen and (max-width: 767px){
.client-box {/* Å¬¶óÀÌ¾ðÆ® */margin-bottom: 25px;

}
	

}



/* Section padding2 */
 .banner--padding  {
  padding-top:40px;
  padding-bottom: 10px;
}







/*===========================
»ó´Ü¹è³Ê °øÅë
=========================
.sidebar-social .title {border-bottom: 2px solid #fff;  position: relative; }
.sidebar-social .title::before { position: absolute;    content: '';    left: 0;    top: 100%;    width: 0;    height: 0;    border-top: 10px solid #fff;    border-right: 10px solid transparent; }
.sidebar-social .title .binduz-er-title {
    display: inline-block;
    background: #fff;
    margin-bottom: 0;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    color: #F63A3A; }

==*/
.sidebar-social .social-list { margin-top: 0px; }
.sidebar-social .social-list a { display: flex;justify-content: space-between; background: #fff;    border-radius: 6px;  padding:13px 22px 11px 22px ; align-items: center; margin-bottom:8px; }
.sidebar-social .social-list a span {font-size: 16px;  color: #000; }


.sidebar-social .social-list a:hover{background: #f7dddd; 
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  /*-webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);*/
}

.sidebar-social .social-list a span i { color: #0bc30b; }


.sidebar-social .main-list { margin-top: 0px; }
.sidebar-social .main-list a { display: flex;justify-content: space-between;background: #121212; color: #fff; border-left:3px solid #000;   border-radius:6px;  padding:19px 10px 18px 15px ; align-items: center; margin-bottom:8px; }
.sidebar-social .main-list a span {font-size: 16px;    font-weight:500;}
.sidebar-social .main-list a span b {font-weight:600; color: #ff3d3d;  }

/*.sidebar-social .main-list a span:first-child 
{display:block !important; font-size:12px;color:var(--thm-black2);}*/


.sidebar-social .main-list a:hover{background: #fff; color: #000;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.sidebar-social .main-list span i { color: #fff; }
.sidebar-social .main-list a:hover span i,.sidebar-social .main-list a:hover span{ color: #000; }
.img-box {/* Å¬¶óÀÌ¾ðÆ® */
    padding:0px;
	border-radius:6px;	
	max-height:330px;
    border: none;	}

.img-box img{overflow: hidden;border-radius:6px;max-height:330px; border:2px solid #000; 	}	


@media (max-width: 767px) {

.img-box {/* Å¬¶óÀÌ¾ðÆ® */
    padding:0px;
	border-radius:6px;	
	max-height:100%;
	border: none;}

.img-box img{overflow: hidden;border-radius:6px;max-height:100%;}	
	
	
}



/* ¼­ºñ½º ¸ÞÀÎ¸Þ´º¿¡ È°¿ë */

.category-list{	display:flex;    flex-wrap: wrap;	}

.category-bx.style1{
    background-color:var(--thm-gray3);
    text-align: center;
    display: block;
    padding: 20px 25px;
    position: relative;
    flex: 0 0 calc(12.50% - 10px);
    max-width: calc(12.50% - 10px);
    border-radius: 8px;
    margin-right: 10px;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.category-bx.style1:hover{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.category-bx.style1 .icon-bx{
    margin-bottom: 10px;
}
.category-bx.style1 .icon-bx .icon-cell{
font-size: 30px;
    width:80px;
    display: inline-block;
    height:80px;
    color: #000;
    background: #fff;
    border-radius:80px;
    line-height:80px;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.07);
}

.category-bx.style1 .icon-bx .icon-cell img{
width:60px;
}


.category-bx.style1 .icon-bx .icon-cell img{
-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}





.category-bx.style1 .title{
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 28px;
}

@media only screen and (max-width: 991px){
	
	.category-bx.style1{
		flex: 0 0 calc(25% - 5px);
		max-width: calc(250% - 5px);
		margin-bottom:5px;
		margin-right:5px;
	}
}


@media only screen and (max-width: 767px){
.category-bx.style1{
   
    padding: 20px 15px;
    
}
.category-bx.style1 .title {
		font-size:14px;line-height: 14px;
	}
.category-bx.style1 p {line-height: 14px;
		font-size: 14px;
	}
.listing-info {
    padding: 10px;
   
}

.listing-bx .listing-info  {
    
    min-height:100px;
   max-height:100px;
}
.listing-info .title {
    font-size: 16px;
   
}
.listing-bx .listing-info p {
    font-size: 14px;
    
}

.category-bx.style1{
		flex: 0 0 calc(33.33% - 5px);
		max-width: calc(33.33% - 5px);
		margin-bottom:5px;
		margin-right:5px;
	}

}



/*- 0817 Ä¿ÇÇÆË¾÷--------ÀÎÁõ »ç¿ë½Ã------*/
 
    .p_num select { width:58px !important; margin-right:1px; border: 1px solid #c5c5c7; min-width:inherit; margin-left:5px; padding:0}
    .p_num input { width:57px !important; border: 1px solid #c5c5c7; min-width:inherit; margin-left:5px; padding:0; margin-left:0 !important; }
    .p_cert { background:#fff; width:60px; height:25px; border:3px solid #ed1c24; box-sizing:border-box; display:block; float:right;  line-height:19px; margin-left:5px; color:#ed1c24; font-weight:bold }
    /*.cal td a{ width:40px !important; line-height:40px !important}*/
    /*.cal { width:286px !important}*/
    .xx{ border: 1px solid #fff;  height: 26px;line-height: 24px; color: #fff; cursor: pointer; position:absolute; top:10px; right:10px;  display:block; width:20px; font-size:16px}


/* ==========================================================================
   ¸ÞÀÎ¸ñ·Ï
========================================================================== */

.strip {
  background-color: #fff;
  display: block;
  position: relative;
  margin-bottom:20px;
 border: 1px solid #d2d8dd;-webkit-border-radius:6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px
}
.strip a.wish_bt {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 9px 10px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.strip a.wish_bt:after {
  font-family: 'ElegantIcons';
  content: "\e012";
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.strip a.wish_bt.liked:after {
  content: "\e078";
  color: #FFC107;
}
.strip a.wish_bt:hover.liked:after {
  color: #FFC107;
}
.strip a.wish_bt:hover:after {
  content: "\e078";
  color: #fff;
}
/* ==========================================================================
  À§½Ã¸®½ºÆ®»èÁ¦¹öÆ°
========================================================================== */

.strip a.del_bt {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 9px 10px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.strip a.del_bt:after {
  font-family: 'ElegantIcons';
  content: "\e019";
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.strip a.del_bt.liked:after {
  content: "\e019";
  color: #FFC107;
}
.strip a.del_bt:hover.liked:after {
  color: #FFC107;
}
.strip a.del_bt:hover:after {
  content: "\e019";
  color: #FFC107;
}
/* ==========================================================================
  ========================================================================== */
  
.strip figure { 
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  height: 155px; -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -ms-border-radius: 6px 6px 0px 0px;
  border-radius:6px 6px 0px 0px;
  
}
.strip figure small {
  position: absolute;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  left: 20px;
  top: 22px;
  text-transform: uppercase;
  color: #fff;
  font-weight:500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px 4px 10px;
  line-height: 1;
}
.strip figure .read_more {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 2;
}
.strip figure .read_more span {
  background-color: #fcfcfc;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  color: #222;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 10px;
}
.strip figure:hover .read_more {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.strip figure a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.strip figure a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.strip .wrapper {text-align:center;
  padding: 10px 15px 10px 15px;
}





.strip .wrapper h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;color:#121212;
}
.strip .wrapper small {
  font-weight:500;
  margin-top: 2px; margin-bottom: 3px;
  display: inline-block;
  font-size: 14px;
  font-size:0.875rem;
}
@media (max-width: 767px) {
  .strip .wrapper {
  padding: 15px 15px 5px 15px;
}
.strip .wrapper h3 {
  font-size: 18px;
  font-size: 1.125rem;
  
}

 .strip figure {
 height: 220px;
  
}
.strip .wrapper small {
  
  font-size: 12px;
  font-size: 0.75rem
}
}


.strip .wrapper p {font-size:16px;
  font-size: 1rem;color:#666;
  margin-bottom: 0px; line-height: 1.2;
}

.strip ul {background-color: #fbfbfb;
  padding: 6px 0px 6px 0px;
  border-top: 1px solid #dddddd;float:center; text-align:center;
}
/* ========¼ö

.strip ul li { font-size: 16px;margin-top: 0px;
  font-size:1rem;
  display: inline-block;
  margin-right: 15px;
}
.strip ul li .score {
  margin-top: -10px;
}
.strip ul li:first-child {
 
  
}
.strip ul li:first-child i {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  top: 4px;
}
.strip ul li:last-child {
  margin-right: 0px;
  float:right;
}

==================================================================
  ========================================================================== */


.strip ul li {  font-size: 20px;
  font-size: 1.25rem;margin-top: 0px;
  color:#000;font-weight: 500;
  display: inline-block;
  margin-right:5px; letter-spacing:-0.04em;
}


@media (max-width: 767px) {
.strip ul li {
  margin-right:10px; letter-spacing:-0.02em;
}
}



.strip ul li .score {
  margin-top: -10px;
}
.strip ul li:first-child {
 
  
}
.strip ul li:first-child i {
 
  position: relative;
  top: 4px;
}
.strip ul li:last-child {
  margin-right: 0px;

}



/*¿ìÃø °íÁ¤ °ßÀû---*/
/*-------- 2.3 Order pages --------*/
.box_booking {
  border: 2px solid #ba7830;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius: 6px;
  border-radius:6px;
  margin-bottom: 25px;
  background-color:#fafafa;
}


.box_booking .head {
  text-align: center;
  padding:15px 10px 0px 10px;
  background-color:none;
  border-bottom: 2px solid #d2d8dd;
}

@media (max-width: 767px) {
.box_booking .head {
  padding:0px 5px 0px 5px;
  
}
}
.box_booking .head h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
}
.box_booking .head small {
  display: block;
}
.box_booking .head .offer {
  color: #e74747;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
.box_booking .main {
  padding:0px;
}
.box_booking .main ul {
  list-style: none;
  padding: 0;
}
.box_booking .main ul li {
  margin-bottom: 8px;
}
.box_booking .main ul li.total {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #e74747;
  text-transform: uppercase;
}
.box_booking .main ul li a {
  padding-left: 30px;
  color: #444;
  display: inline-block;
  position: relative;
}
.box_booking .main ul li a:before {
  font-family: "ElegantIcons";
  content: "\4f";
  font-size: 21px;
  font-size: 1.3125rem;
  position: absolute;
  left: 0;
  top: -2px;
  line-height: 1;
}
.box_booking .main ul li a:hover {
  color: #e74747;
}
.box_booking .main ul li span {
  float: right;
  font-weight: 500;
}
.box_booking .form-group {
  margin: 0 0 10px 0;
}
.box_booking textarea {
  height: 130px;
}

.opt_order {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  padding: 15px 0 5px 0;
}


.ribbon {
  color: #000;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 10px 8px 10px 8px;
  font-weight: 600;
  min-width: 40px; height:30px;
  z-index: 9;
  text-align: center;
  text-transform: uppercase;

}
.ribbon.off {
  background-color: #fff;
}
.ribbon.new {
  background-color: #9933cc;
}
.ribbon.hot {
  background-color: #0C0;
}




.box_feat {
  background-color: #fff;
  padding: 165px 25px 20px 25px;
  text-align: center;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px; min-height:360px; max-height:360px;border:1px solid #d2d8dd;
}
.box_feat h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-top:50px;
  color: #3651e0;
}
.box_feat#icon_1 {
  background: #fff url(../img/banner/process_1.png) no-repeat center 35px;
}
.box_feat#icon_2 {
  background: #fff url(../img/banner/process_2.png) no-repeat center 35px;
}
.box_feat#icon_3 {
  background: #fff url(../img/banner/process_3.png) no-repeat center 35px;
}

/*Ä¿Æ°*/
.box_feat#icon_4 {
  background: #fff url(../img/banner/process_4.png) no-repeat center 35px;
}
.box_feat#icon_5 {
  background: #fff url(../img/banner/process_5.png) no-repeat center 35px;
}
.box_feat#icon_6 {
  background: #fff url(../img/banner/process_6.png) no-repeat center 35px;
}

.box_feat span {
  position: absolute;
  top: 50%;
  right: -48px;
  margin: -42px 0 0 0;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ededed;
  background: #fff url(../img/arrow-gray-1.svg) no-repeat center center;
  display: block;
  z-index: 9;
}
@media (max-width: 991px) {



.box_feat span {
 right: -28px;
  margin: -22px 0 0 0;
  width:40px;
  height:40px;
  
}

.box_feat {
  min-height:360px; max-height:360px;
}

.box_feat h3 {
  font-size: 16px;
  font-size: 1rem;
 font-weight:500;
  color: #3651e0;
}
.box_feat p {
 font-size: 12px;
  font-size: 0.75rem;
}
/* For less than 991px */

 /*.box_feat span { 
   
    top: 100%;
    left: 50%;
    margin: -20px 0 0 -35px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }*/
}


.tabs_menu {
  margin-top: 15px;
}
.tabs_menu .nav-tabs {
  border: none;
  border-bottom: 2px solid #ededed;
  display: flex;
  justify-content: center;
}
/*@media (max-width: 767px) {
  .tabs_menu .nav-tabs {
   display: none;
  }
}*/
.tabs_menu .nav-tabs .nav-item {
  text-transform: uppercase;
  font-weight: 500;
}
.tabs_menu .tab-content .card {
  border: none;
  background-color: #f9f9f9;
  padding: 0 45px;
}
@media (max-width: 991px) {
  .tabs_menu .tab-content .card {
    padding: 0;
  }
}
.tabs_menu .tab-content .card .card-header {
  padding: 0;
  background-color: transparent;
  border: 0;
  background-color: #f8f8f8;
}
.tabs_menu .tab-content .card .card-header a {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px;
  color: #222;
}
.tabs_menu .tab-content .card .card-body {
  padding: 45px 0 20px 0;
}
@media (max-width: 991px) {
  .tabs_menu .tab-content .card .card-body {
    padding: 25px 15px 5px 15px;
  }
}
@media (max-width: 991px) {
  .tabs_menu .tab-content .card .card-body.reviews .add_bottom_45 {
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .tabs_menu .tab-content .card {
    border: none;
  }
  .tabs_menu .tab-content .card .card-header {
    display: none;
  }
  .tabs_menu .tab-content .card .collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .tabs_menu .tab-content {
    margin-bottom: 25px;
  }
  .tabs_menu .tab-content .card-header a:after {
    font-family: 'ElegantIcons';
    width: 20px;
    display: block;
    float: right;
  }
  .tabs_menu .tab-content .card-header a.collapsed:after {
    content: "\50";
  }
  .tabs_menu .tab-content .card-header a:after {
    content: "\4f";
  }
  .tabs_menu .tab-content .fade:not(.show) {
    opacity: 1;
  }
  .tabs_menu .tab-content .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

.tabs_menu.homepage .tab-content .card {
  background-color: #fff;
}
.tabs_menu.homepage .tab-content .card .card-body .menu_item .menu_title h3,
.tabs_menu.homepage .tab-content .card .card-body .menu_item .menu_title em {
  background-color: #fff;
}
.tabs_menu.homepage .tab-content .card .card-header {
  background-color: #fff;
}

/* tabs */
.nav-link {
  display: block;
  padding: 0 15px;
  height: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #444;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
  color: #887043;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border: none;
  border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -2px;
}

.nav-tabs .nav-link {
  border: none;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-bottom: 4px solid #887043;
  color: #887043;
  background-color: transparent;
}




/*--ÀÔÁ¡»ç---*/
.author {
  display: flex;
  align-items: center;
}
.author .author_thumb {
  position: relative;
}
.author .author_thumb figure {
  margin: 0 10px 0 0;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: var(--border-radius-small);
  position: relative;  
}
.author .author_thumb figure img {
  max-width: 30px;
  height: auto;
}
.author .author_thumb.veryfied i {
    font-size: 12px;
  font-size: 0.75rem;
  width: 14px;
  height: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  background-color: var(--primary-blue);
  position: absolute;
  right: 5px;
  bottom: -5px;
  z-index: 3;
}
.author .author_thumb.veryfied i::before {
  vertical-align: 16.875em;
}
.author h6 {
   font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  color: var(--body-text-color);
 line-height:14px;
}


/*
    categories shop card css
*/
.categories__shop {
margin-top: 0px;
}

@media (max-width: 767px) {
.categories__shop {
margin-top: 20px;
}

}

.categories__shop--inner {
  display: flex;
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  flex-wrap: wrap;
}
.categories__shop--card {
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  transition: var(--transition);
  /* 3°³width: 33.33%;*/
/*4°³ width: 25%*/
width: 12.5%;/*8°³*/
}


.categories__shop--card .categories__content {
  padding:10px;
 /* margin-bottom: 0.2rem;*/
}

.categories__thumbnail  {
 padding-top:20px;
}


.categories__thumbnail i {
  font-size:46px;margin-bottom:10px;color:#121212;
}


.categories__thumbnail--img {
  height:90px;width:auto;margin-bottom:5px;
}

.categories__thumbnail i {
  font-size:46px;margin-bottom:10px;
}

@media (max-width: 767px) {
   .categories__shop--card {
  /* 2°³ width: 50%;*/width: 33.33%;
  }
.categories__thumbnail--img {
  height:70px;width:auto;margin-bottom:5px;
}

.categories__thumbnail i {
  font-size:36px;
}

.categories__shop--card .categories__content {
  padding:5px;
 /* margin-bottom: 0.2rem;*/
}


}



.categories__shop--card:hover {
  background: var(--grey-sub-color);
}



.categories__shop--card__link {
   text-align: center;
}
.categories__shop--card .categories__content--title {
  font-size: 0.875rem;
 /* margin-bottom: 0.2rem;*/
}

.categories__shop--card .categories__content--subtitle {
  color:var(--secondary-blue);0.875rem
}



/*¼­ºê Ä«µ¥°í¸® Ãß°¡*/
/*
    categories shop card css
*/
.categories__kind {
margin-top: 0px;
}


@media (max-width: 767px) {
.categories__kind {
margin-top: 20px;
}


}

.categories__kind--inner {
  display: flex;
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  flex-wrap: wrap;
}
.categories__kind--card {
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  transition: var(--transition);
  /* 3°³width: 33.33%;border-top: 1px solid #e2eaf3;*/
/*5°³ width: 20%*/
width: 25%;/*4°³*/ background:#fff;
}



.categories__thumbnail_sub--img {
  height:90px;width:auto;margin-bottom:5px;
}

.categories__thumbnail_sub  {
 padding-top:19px;
}


.categories__kind--card .categories__content {
  padding:6px 10px;
 /* margin-bottom: 0.2rem;*/
}

.categories__thumbnail_sub i {
  font-size:46px;margin-bottom:10px;color:#121212;
}

@media (max-width: 767px) {
   .categories__kind--card {
  /* 2°³ width: 50%;*/width: 33.33%;
  }
.categories__thumbnail_sub--img {
  height:70px;width:auto;margin-bottom:5px;
}

.categories__thumbnail_sub i {
  font-size:36px;
}

.categories__kind--card .categories__content {
  padding:5px;
 /* margin-bottom: 0.2rem;*/
}


}



.categories__kind--card:hover {
  background: var(--grey-sub-color);
}



.categories__kind--card__link {
  padding:0px;
  text-align: center;
}

.categories__kind--card .categories__content--title {
  font-size: 0.875rem;color:#333;
 /* margin-bottom: 0.2rem;*/
}

.categories__kind--card .categories__content--subtitle {
  color:var(--secondary-blue);0.875rem
}
.mbox-main {
   display: block;
  width: 100%;
  text-align: left;
 font-size: 16px;
  font-size:  1rem; margin-bottom:-10px; 
  padding:8px 20px 15px 20px; border-radius:6px;
 /*background: -webkit-linear-gradient(left,#22b14c, #34bfa3);*/
 color: #FFF !important;
}

.mbox-main small {
  position: absolute;
  /*background-color: black;*/
  right: 15px;
  top:5px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 8px 4px 8px;
  line-height: 1;
  font-size:14px;
  font-size: 0.875rem;
}



@media (max-width: 767px) {

a.btn_1.medium,
.btn_1.medium ,a.btn_2.medium,
.btn_2.medium {
  font-size:16px;
  font-size: 1rem;
  padding:12px 20px;
}

}