

/*===========배경 색===========*/

.mainS {
    width: 100%;
    height: 300px; background: -webkit-linear-gradient(left,#00a4e4, #6ec231);
	 /*
	 height: 300px; background: -webkit-linear-gradient(left,#00a4e4, #5db408);
	 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){
.mainS {
    width: 100%;
    height:240px;
    background-position: top left;
    background-repeat: no-repeat;
}

}

.home_bg {
    width: 100%;
   /* height: 420px;  background: -webkit-linear-gradient(left,#00a4e4, #172bff);*/
height:100%; background: -webkit-linear-gradient(left,#00a4e4, #1f32fc);
   
   /*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:100%;
    background-position: top left;
    background-repeat: no-repeat;
}
}



.tab_bg {
    width: 100%;
   height: 420px;  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){


.tab_bg {
    width: 100%;
    height:360px;
    background-position: top left;
    background-repeat: no-repeat;
}


}



/*===========================
상단배너 공통
=========================
.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: #e1f8e0; 
	-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: #fff; border-left:3px solid #000;   border-radius:6px;  padding:18px 22px 17px 22px ; 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;   }

/*.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: #e1f8e0; 
	-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 a span i { 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;	}	


@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%;}	
	
	
}




/* --------------------------------------------------------------------------
/* ---박스1
/* ----------------------------------------------------------------------------- */


/* 광고 박스 */
.box_style_tban { 
 background-color: #fff;
  display: block;
  padding: 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
  -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-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);
  color: #999; 
 border: 1px solid rgba(0, 0, 0, 0.1);
}

.box_style_tban2 { 
 /* border:1px solid rgba(0, 0, 0, 0.5);*/
 display: inline-block;/*요소사이 공간없이 가로로 딱 맞게 배치*/
  max-height:40px;

}

.b-box{ 
padding: 0px;border: 1px solid #1babb8;
}

.w-box{ 
padding: 0px;border: 1px solid #c3d3ef;
}



/* 상단 광고2*/
.main-box {/* 클라이언트 */
    padding:20px;
	border-radius:6px;	
	box-shadow: 0 5px 5px 0 rgba(255,255,255,0.1);
	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;

	margin-bottom:10px;
}


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

.main-detail{
	display:flex;
	align-items: center;
	margin-bottom:10px;
}
.main-detail .client-img{ background-color:#fff;
	width:100px;
	height:auto;
	border-radius:80px;
	overflow: hidden;
	min-width:100px;
	margin-right: 20px; margin-top:10px;
	box-shadow: 8px -4px 20px 0 rgba(221,231,255,0.2);
}	


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

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

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

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


@media only screen and (max-width: 767px){
.main-box {/* 클라이언트 */margin-bottom: 25px;

}
	

}

	

/* Testimonial */
.adtop-detail{
	display:flex;
	align-items: center;
	margin-bottom:0px;
}
.adtop-detail .client-img{ background-color: #f3f6fb;
	width: 25px;
	height: 20px;
	border-radius:20px;
	overflow: hidden;
	min-width:25px;
	margin-right: 10px; 
	box-shadow: 8px -4px 20px 0 rgba(221,231,255,0.2);
}	


.adtop-box {/* 클라이언트 */
    
	max-height:36px;min-height:36px;
	padding:4px 6px;
	border-radius:6px;	
	box-shadow: 0 10px 10px 0 rgba(255,255,255,0.2);
	
	border:0px 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;
}


.adtop-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);*/
}

.adtop-info {font-size:1.5rem; font-weight:500; color:#fff;
text-overflow:ellipsis; white-space:nowrap;  overflow:hidden !important;}/*글자수 제한 표시- 공지사항*?

.noti i{/*상우하좌*/margin:0px 10px 0px 0px;  }

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

}

}



/*-------- box-shadow color 들--------*/
.blue_box {padding:20px;background-color: #6762fd;border-radius:26px;	padding:15px 20px;font-size:1.5rem; font-weight:500; color:#fff;}

.blue_box:hover {

}


/* Listing */
.listing-bx{
	position: relative;
	border-radius: 6px;
	overflow: hidden;
    box-shadow: 0 5px 15px 0 rgba(32,0,90,0.05);
}
.listing-bx .listing-media img{
	width: 100%;
	height: 100%;
}
.listing-bx.overlap .listing-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 30px 15px 30px;
	z-index: 99;
}
.listing-bx.overlap .listing-info{
	background-color:rgba(0,0,0,0);
	color:#fff;
}
.listing-bx.overlap .listing-info .place-info{
	border-top: 1px solid rgba(255,255,255,0.1);
}
.listing-bx.overlap .listing-info .title a{
	color:#fff;
}



/* --------------------------------------------------------------------------
/* ---박스 쉐도우 컬러추가
/* ----------------------------------------------------------------------------- */


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



/*-------- 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(--purple);
}

/*-------- 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 --------*/
.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 --------*/
.grey-bs {box-shadow: 0px -4px var(--secondary-blue);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
border: 1px solid var(--border-color);
}

/* --------------------------------------------------------------------------
/* ---콘텐츠 타이틀
/* ----------------------------------------------------------------------------- */








/* 주요메뉴 서비스에 활용 */

a.box_cat_home {
  background-color: #fff;
  display: block;
  padding: 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
  -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-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);
  color: #999; 
  
 border: 1px solid rgba(0, 0, 0, 0.1);
}


a.box_cat_home figure img {
 max-width:100%;overflow: hidden;
}

a.box_cat_home figure  {max-height:160px;-webkit-border-radius: 6px 6px 0px 6px;
  -moz-border-radius:6px 6px 0px 6px;
  -ms-border-radius:6px 6px 0px 6px;
  border-radius: 6px 6px 0px 6px;
  position: relative;
  overflow: hidden;
  
}






a.box_cat_home i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #0054a6;
  opacity: 0;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}



a.box_cat_home h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 10px;
}
a.box_cat_home: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);
}
a.box_cat_home:hover i {
  opacity: 1;
}
a.box_cat_home ul {
  margin: 20px -15px -15px -15px;
  padding: 10px;
  border-top: 1px solid #ededed;
  text-align: center;
}
a.box_cat_home ul li {
  display: inline-block;
}
a.box_cat_home ul li strong {
  margin-right: 5px;
  font-weight: 700;
  color: #777;
}



/* 퀵메뉴에 활용Category bx */
.category-bx{

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.category-bx .category{
	height:80px;
	color:var( --thm-black);
	width: 120px;
	text-align: center;
	margin-right: 15px;margin-bottom: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: 2px;
	
	/*background: rgba(0,0,0,0.8) ;*/
   background:var(--bg-whiite);

	border:1px solid rgba(0,0,0,0.2);
}

.category-bx .category p {
    margin: 4px 0 0 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}
.category-bx .category:hover{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
background:var(--yel);
	color:var(---text-white);


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



@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%;
	}

}





/** 테두리 컬러*/
.border-white{border: 1px solid #fff;}
.col2{padding:5px;}
.col5{padding:0px 5px;}
.col0{padding:0px;}

/* 서비스 메인메뉴에 활용 */
.category-list{	display:flex;    flex-wrap: wrap;	}
.category-bx.style1{
    background-color: #f3f6fb;
    text-align: center;
    display: block;
    padding: 20px 15px;
    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);
}
.category-bx.style1 .icon-bx{
    margin-bottom:0px;
}
.category-bx.style1 .icon-bx .icon-cell{
   font-size: 30px;
    display: inline-block;
    height: 90px; width: 90px;
    color: #000;
    background: #fff;
    border-radius: 90px;
    line-height: 90px;
    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{
-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}


.category-bx.style1 .title{ text-align: center;margin-top:10px;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height:18px;
}

@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: 576px){

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


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

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

}











/*-----------------------------------------------------------------*/
/* 전페이지우측 고정배너
-----------------------------------------------------------------*/
.si-sticky { 
	position: fixed;
	top:30%;
	left: 5px;
	width: 100px;
}

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

/*-----------------------------------------------------------------*/
/* 고정 위치 사용
-----------------------------------------------------------------*/
.sticky-r {
  position: absolute;
  display: block;
  top:20px;
  right:20px;
}


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


}



/*-------- 리본 스몰 박스  --------*/



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

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

.rent_open {
  color: #6762fd;
  border: 1px solid #6762fd;margin-right: 5px;background-color:#f3f4fc; 
}
.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 {
  color: #eb5c65;
  border: 1px solid #eb5c65;margin:0 5px 0px 10px;
}
.loc_cstel {
  color:  #6762fd;
  border: 1px solid  #6762fd;margin:0 5px 0px 10px;
}

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



}



.info_tag {display:inline-block; padding:2px 8px;  border:1px solid #594fea; color:#594fea; font-size:12px; vertical-align:top;margin-top:-3px; border-radius: 3px;}
.mem_tag {display:inline-block; padding:2px 8px;  border:1px solid #bcbec0; color:#bcbec0; font-size:12px; vertical-align:top;margin-top:-3px; margin-right: 3px; border-radius: 3px;}
/* 스티키 상태일 때 컬러만 조정*/
.toolbox.sticky .info_tag {color:#9cc2ee; border:1px solid #9cc2ee;}


.tag {display:inline-block; padding:4px 10px; margin-right:7px; border:1px solid #ba7830; color:#ba7830; font-size:15px; vertical-align:top;}
.tag2 {display:inline-block; padding:4px 10px; margin-right:7px; border:1px solid #ba9e30; color:#ba9e30; font-size:15px; vertical-align:top;}
.tag3 {display:inline-block; padding:3px 8px; border:1px solid #ddd; color:#fafafa; font-size:14px; vertical-align:top;}
.tag4 {display:inline-block; padding:4px 10px; margin-right: 3px; border:1px solid #d42748; color:#d42748; font-size:15px; vertical-align:top;}


.tag5 {display:inline-block; padding:2px 8px; margin-right:14px; border:1px solid #ba7830; color:#ba7830; font-size:12px; vertical-align:middle;}
.tag6 {display:inline-block; padding:2px 8px; margin-right:14px; border:1px solid #db3832; color:#db3832; font-size:12px; vertical-align:middle;}

.tag_news {display:inline-block; padding:4px 10px; margin-right:8px; border:1px solid #d42748; color:#d42748; font-size:15px; }



 figcaption {
  background-color: #598bfd;
  text-align: center;
  position: absolute;
  right:0;
  bottom: 0;
  display: inline-block;
  color: #fff;
  width: 60px;
  height: 60px;
  padding:15px;
  line-height: 1;
}
figcaption strong {
  font-weight:600;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}
.ribbon {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  left: 10px;
  line-height: 1;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  padding: 7px 10px;
  font-weight: 600;
  min-width: 45px;
  z-index: 1;
}
.ribbon:before {
  border-style: solid solid solid none;
  border-width: 9px 9px 9px 0;
  bottom: -15px;
  content: "";
  left: 0;
  position: absolute;
  width: 9px;
}
.ribbon.new {
  background-color: #9933cc;
}
.ribbon.new:before {
  border-color: #9933cc transparent transparent;
}
.ribbon.hot {
  background-color: #0C0;
}
.ribbon.hot:before {
  border-color: #0C0 transparent transparent;
}
.ribbon.off {
  background-color: #F33;
}
.ribbon.off:before {
  border-color: #F33 transparent transparent;
}

.ribbon.blue {
  background-color: #598bfd;
}
.ribbon.blue:before {
  border-color: #598bfd transparent transparent;
}

.ribbon.green {
  background-color: var(--green);
}
.ribbon.green:before {
  border-color:var(--green) transparent transparent;
}

.ribbon.yel {
  background-color: var(--yel);
}
.ribbon.yel:before {
  border-color:var(--yel) transparent transparent;
}






/*추가 매물 상세 하트 아이콘 위치*/

.view {
  color: var(--b_grey);
  display: inline-block;
 font-size: 15px;
  font-size: 0.9375rem;
  right:50px;
  line-height: 1;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top:12px;
  padding:10px;
  font-weight: 500;
 
}

.btop_yel{border-top: 2px solid var(--yel);}

.btop_red{border-top: 2px solid var(--primary-red);background-color:#b8c8dc ;}
.btop_blue{border-top: 2px solid var(--primary-blue);}
.btop_black{border-top: 2px solid var(--bg-light-dark-color);}
.btop_grey{border-top: 2px solid #6a93bf;}






/*
.card-header h6 span a:hover {
color: var( --primary-blue);
}
.card-header h6 span a:hover i {
  color: var(--red-2);
}


.card-header h6 span a.wish_bt {
  padding-top: 0px;
  color: var(--thm-black2);
 
}
.card-header h6 span a.wish_bt:hover, .card-header h6 span a.wish_bt.liked {
  color: var(--red-2);
}


/*-------- Accordion  매뮬 뷰테이블에 사용------
.accordion_2 .card {
  border: 0;
  margin-bottom:10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);border: 1px solid var(--border-color);
}
.accordion_2 .card .card-header {
background-color: var(--grey-sub-color);
  border-bottom: 1px solid var(--border-color);
  padding: 20px;font-size: 14px;
  font-size: 0.875rem;
}
.accordion_2 .card-body {
  padding-bottom: 10px;
}


@media (max-width: 767px) {
.accordion_2 .card-body {
  padding: 0px;
}



}


.accordion_2 .card-header h6 a {
  border: 0;
  display: block;
  color:var(--thm-black3);

}

.accordion_2 .card-body p {
 margin: 0px;  line-height:20px;
}



.accordion_2 .card-header h6 a i.indicator {
 font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  float: right;
 -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;
}


.card {
  border-radius: 0;
  border: 0;
  margin-bottom: 5px;
}
*/

.score strong {
  background-color: #f0f0f0;
  line-height: 1;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  -ms-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
  padding: 10px 10px 8px 10px;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
}
.score span {
  display: inline-block;
  position: relative;
  top: 7px;
  margin-right: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
  line-height: 1.1;
  font-weight: 500;
}
.score span em {
  display: block;
  font-weight: normal;
  font-size: 11px;
  font-size: 0.6875rem;
}

/* 다른형태의 탭 로그인*/

.nav-tabs.nav-justified li .nav-link:hover, .nav-tabs.nav-justified li .nav-link:focus {
	border-bottom: 1px solid  #0f4fb9;;border-top:1px solid #ffffff;
}
.nav-tabs.nav-justified li .nav-link {
	border-bottom:1px solid #0f4fb9;;background: #dadada;
	border-radius: 0;

	margin-right: 0;
}
.nav-tabs.nav-justified li .nav-link.active {
	border-bottom: 1px solid #FFF;border-top:1px solid #0f4fb9;
}

.nav-tabs.nav-justified li .nav-link.active, .nav-tabs.nav-justified li .nav-link.active:hover, .nav-tabs.nav-justified li .nav-link.active:focus {
	background: #FFF;
	border-left-color: #0f4fb9;
	border-right-color:#0f4fb9;
	border-top-width: 3px;
}

.nav-tabs.nav-justified li .nav-link.active, .nav-tabs.nav-justified li .nav-link.active:hover, .nav-tabs.nav-justified li .nav-link.active:focus {
	border-top-width: 3px;
}


.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 i {
  position: absolute;
  right: 30px;
  bottom: 0;
  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;
  }

}




/* tabs 
.nav-link {
  display: block;
  padding: 0 20px;
  height: 30px;
  font-size: 16px;
  font-size: 1rem;
  font-weight:500;color: #F7F9FB;;
}

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

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

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

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


.nav-link.disabled {
   color: #000000;
}
.nav-tabs .nav-link.disabled {
  color: #000000;
  background-color: transparent;
  border-color: transparent;
}
*/
/*
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-bottom: 4px solid #ffffff;
  color: #ffffff;font-weight: 700;
  background-color: transparent;
}

.nav-tabs .nav-link hover 
 {
  
 color: var(--bg-black-color);
}

.tab-content {
	border-radius: 0 0px 8px 8px;
	background-color: none;
	border:5px solid #FFFFFF;
	-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);
	border-top: 0;
	padding:25px;
}

*/




.box_general {
  border: 1px solid #dddddd;
  padding: 15px 15px 5px 15px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.box_general h2{
  color: #ff5252;font-size: 16px;
  font-size:  1rem;
}


.box_general ul li {
  font-weight: 500;font-size: 14px;
  font-size:  0.875rem;
}

@media (max-width: 767px) {

.box_general {
 
  padding: 15px 5px 15px 5px;
  

}
}


.box_general.summary {
  background-color: #fff;
  padding-bottom: 20px;
}
.box_general.summary h2{
  color: #ff5252;
}

.box_general.summary table{
  margin:0px;padding:0px;
}

.box_general.summary ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.box_general.summary ul li {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 8px;
  padding-bottom: 6px;
  font-weight: 500;
}
.box_general.summary ul li:last-child { font-weight: 500;
  border-bottom: none;
  color: red;
}
.box_general.summary label.container_check {
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 4px;
}




/* ----------------------------------------------------------------------------- */
/* --- 8. ANIMATIONS
/* -------------------------------------------------------------------------- */

.banner-animation {
	position: relative;
	overflow: hidden;
}
.banner-animation::before {
    background: rgba(255,255,255,.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
	right: 50%;
	pointer-events: none;
    top: 0;
    opacity: 1;
	width: 0;
	-webkit-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    transition: all 900ms linear;
}
.banner-animation::after {
    background: rgba(255,255,255,.3);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
	right: 0;
	pointer-events: none;
    top: 50%;
    opacity: 1;
	width: 0;
	-webkit-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    transition: all 900ms linear;
}
.banner-animation:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
	width: auto;
	-webkit-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    transition: all 900ms linear;
}
.banner-animation:hover::after {
    top: 0;
    bottom: 0;
    opacity: 0;
    width: auto;
    -webkit-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    transition: all 900ms linear;
}



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

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



.rotate90 {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    display: inline-block;
}

.page-title-mem {
 padding:50px 0 90px 0 ; border-bottom:1px solid #ffffff;
}

.page-title-mem h1 {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 40px;
  margin-top: 0px;
  margin-bottom: 0;
}

.page-title-area {
 padding:80px 0 140px 0 ; border-bottom:1px solid #ffffff;
}

.page-title-area h1 {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 40px;
  margin-top: 0px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
 .page-title-mem {
 padding:40px 0 80px 0 ; border-bottom:1px solid #ffffff;
}
.page-title-mem h1 {
   display: block;
  font-weight: 500;
  text-transform: uppercase;
  font-size:24px;
  margin-top: 0px;
  margin-bottom: 0;
}
.page-title-area {
 padding:40px 0 80px 0 ; border-bottom:1px solid #ffffff;
}

.page-title-area h1 {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  font-size:24px;
  margin-top: 0px;
  margin-bottom: 0;
}

}


/* listing-details-nav */
.listing-details-nav{
	background-color: #4611a7;
}
.listing-nav li{
	display: inline-block;
}
.listing-nav li a i {
    margin-right: 5px;
    font-size: 16px;
    opacity: 0.3;
}
.listing-nav li a.active{
	color: #000;
    background: #fff;
	border-top-color: #eee;
}
.listing-nav li a {
	border-top: 2px solid transparent;
    padding: 12px 36px;
    display: block;
    color: #fff;
    font-size: 16px;
    
    /* text-transform: uppercase;  */ 
    font-weight: 500;
	display: flex;
    align-items: center;
}
.listing-details-content{
	padding: 40px 0 70px;
}

/* ----------------------------------
    탭과 기타- 서브페이지 
 ------------------------------------*/
.pricing-style-one {
  margin-bottom: 30px;
}

.pricing-style-one .item {
  border: 2px solid #bad3ff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 50px;
}

.pricing-style-one .item .pricing-header {
  margin-bottom: 30px;
}

.pricing-style-one .item .pricing-header p {
  margin: 0;
}

.pricing-style-one .item .pricing-header h4 {
  text-transform: capitalize;
  font-weight: 500;
}

.pricing-style-one .item .pricing-header h2 {
  font-size: 60px;
  font-weight: 500;
}

.pricing-style-one .item .pricing-header h2 sub {
  font-size: 20px;
  font-weight: 400;
  margin-left: -15px;
}

.pricing-style-one .item .pricing-header h2 sup {
  font-size: 30px;
  top: -22px;
}

.pricing-style-one .item li {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pricing-style-one .item li i {
  font-size: 18px;
  margin-right: 10px;
  color: #104cba;
  position: relative;
  top: 6px;
}

.pricing-style-one .item li:last-child {
  margin-bottom: 0;
}

.pricing-style-one .item.active {
  background: #ffffff;
}

.pricing-style-one .btn {
  margin-top: 20px;
}

.pricing-tab .nav-tabs {
  border: none;
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px 0;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.pricing-tab .nav-tabs .nav-link {
  display: inline-block;
  margin: 0;
  border: none;
  border-radius: 30px;
  padding: 5px 25px;
  color: #232323;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-size: 18px;
  font-weight: 500;
}

.pricing-tab .nav-tabs .nav-link.active {
  background: #104cba;
  color: #ffffff;
}

.pricing-tab .nav-tabs::after {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  height: 100%;
  width: 2px;
  background: #E7EDF8;
  z-index: -1;
  margin-left: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-tab {
    margin-top: -30px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-tab {
    margin-bottom: 30px;
  }
}

.pricing-style-two {
  text-align: center;
}

.pricing-style-two .item {
  background: #ffffff;
  border: 2px solid #ffffff;
}

.pricing-style-two .item .btn {
  margin-top: 30px;
}

.pricing-style-two .item img {
  height: 150px;
  margin-bottom: 30px;
}

.pricing-style-two .item ul {
  display: inline-block;
}

.pricing-style-two .item .pricing-header {
  margin-bottom: 20px;
}

.pricing-style-two .item .pricing-header h2 sub {
  font-size: 16px;
  color: #777777;
}

.pricing-style-two:nth-child(2) .item {
  border-color: #104cba;
}






/* ----------------------------------
    탭2 서브prozim-submit.css



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



/*-------- 2.7 탭 css다른 것 사용-submit.css ------
.margin_tabs {
  margin-top: -76px;
}
@media (max-width: 991px) {
  .margin_tabs {
    margin-top: -70px;
  }
}
@media (max-width: 767px) {
  .margin_tabs {
    margin-top: -50px;
  }
}

.tabs {
  position: relative;
  width: 100%;
  overflow: visible;
  padding-bottom: 35px;
  z-index: 5; 
} 
         
.tabs nav {
  text-align: center;
  overflow: hidden;
}
.tabs nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.tabs nav ul li {
  margin: 0 -4px 0 0;
  display: block;
  display: inline-block;
  background-color: #fafafa;
  border-top:0px solid  #004dda; transition: 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
   
  width: 33%;
  text-align: left;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .tabs nav ul li {
    text-align: center;
  }
}
.tabs nav ul li a {
  padding: 15px 25px 15px 70px;
  color: #555;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  white-space: nowrap;
  position: relative;
  font-weight: 500;
}
@media (max-width: 991px) {
  .tabs nav ul li a {
    padding: 15px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.tabs nav ul li a i {
  position: absolute;
  left: 35px;
  top: 25px;
  font-size: 38px;
  font-size: 2.375rem;
}
@media (max-width: 991px) {
  .tabs nav ul li a i {
    display: none;
  }
}
.tabs nav ul li a em {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 767px) {
  .tabs nav ul li a em {
    display: none;
  }
}
.tabs nav ul li:first-child {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  -ms-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
  border-right: 2px solid #ddd;
}

.tabs nav ul li:nth-child(2) {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  -ms-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
  border-left: 2px solid #ddd;
}

.tabs nav ul li:last-child {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  -ms-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
  border-left: 2px solid #ddd;
}

/* 선택 탭
.tabs nav ul li.tab-current {
  background-color: #004dda;
  z-index: 100;
}
.tabs nav ul li.tab-current:after {
  right: auto;
  left: 100%;
  width: 4000px;
}
.tabs nav ul li.tab-current a {
  color:#fff;
}
.tabs nav ul li.tab-current a i {
  color: #FF3A65;
}

/* Content */
.content section {
  padding: 30px 0 0 0;
  display: none;
  max-width: 1230px;
  margin: 0 auto;
}
.content section:before, .content section:after {
  content: '';
  display: table;
}
.content section.content-current {
  display: block;
}

.content section:after {
  clear: both;
}

.no-js .content section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid #e2e2e2;
}

.box_pricing {
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #d2d8dd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
@media (max-width: 767px) {
  .box_pricing {
    padding: 15px;
  }
}
.box_pricing hr {
  margin: 25px -30px;
  border-color: #d2d8dd;
}
@media (max-width: 767px) {
  .box_pricing hr {
    margin: 25px -15px;
  }
}
.box_pricing ul {
  list-style: disc;
  padding: 0 0 0 20px;
  margin: 0 0 30px 0;
}
.box_pricing a {
  background-color: #FF3A65;
  display: block;
  color: #fff;
  padding: 10px;
  font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.box_pricing a:hover {
  background-color: #1f2f6a;
}
.box_pricing .price {
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 20px;
  color: #FF3A65;
}
.box_pricing .price sup {
  font-size: 16px;
  font-size: 1rem;
}
.box_pricing .price em {
  font-size: 16px;
  font-size: 1rem;
  color: #444;
  font-weight: 400;
}

.ribbon_tabs {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon_tabs span {
  font-size: 10px;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  position: absolute;
  top: 19px;
  right: -21px;
}
.ribbon_tabs span.top_selling {
  background: #00dfaa;
}
.ribbon_tabs span.top_selling::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #008a69;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #008a69;
}
.ribbon_tabs span.top_selling::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #008a69;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #008a69;
}

/* */
.table-basic, .table-left, .table-left-bg {  
    width: 100%;
    border:1px solid var(--border-color);
    font-size: 14px;
}


.table-basic, .table-left, .table-left-bg p {
   margin:0px;line-height:18px;
}
.table-basic, .table-left, .table-left-bg{
    margin-bottom: 10px;
}




/* 측면 게시판 배경 */
.table-left-bg th {font-size: 14px; width:20%;   text-align: center;  font-weight:500;    
background-color: var(--grey-sub-color);   border: 1px solid var( --border-color);
}


.table-left-bg td {
    border-bottom: 1px solid var( --border-color);
    border-right: none; 
    padding: 10px;
}

.table-left-bg td textarea {
    border: 1px solid #DDD;
    width: 100%;
    min-height: 400px;
}

.table-left-bg td strong{ font-weight: 600; color:var(--primary-red);margin:0 4px 0px 4px;
}
.table-left-bg td span{  margin-right:4px;}

/* before는 앞에 after는 뒤에 아이콘 표기 
.table-left-bg td strong:after{
  font-style: normal;
  font-weight: normal;
  font-family: "fontello";
  color: #999;
  text-align: center;
}

.table-left-bg td strong:after {
  content: "\ed72";
}
시*/

/* before는 앞에 after는 뒤에 일반 기호 표시 시*/
.table-left-bg td strong:after,td span:after {
 font-weight:500; color:var(  --border-color);
  text-align: center;
}

.table-left-bg td strong:after,td span:after {
  content:' |';
}

/* 마지막 인자에는 노출 안되게*/
.table-left-bg td strong:last-child:after,td span:last-child:after
{  content: '';}






@media (max-width: 767px) {
.table-basic, .table-left, .table-left-bg { border-left: none;  border-right: none;}
.table-left-bg th {font-size:12px; width: 65px;   text-align:left;padding-left:6px; border-left: none; } 
.table-left-bg td{font-size: 12px; padding:7px ;;}
.table-left-bg td strong{ font-size: 12px;}

}




/* ----------------------------------------------------
w좌측메뉴 추가
---------------------------------------------------- */
.ltn__menu-widget > ul {  padding: 0;  margin: 0; }
.ltn__menu-widget > ul li {list-style: none;    margin-top: 10px;    display: block;    font-size: 14px;    font-weight: 600; }
.ltn__menu-widget > ul li a {  display: block;      font-size: 14px;      font-weight: 600; background-color: var(--grey);   padding: 15px 10px 15px 30px; } 
.ltn__menu-widget > ul li a span   { float: right;  background-color: var(--bg-whiite);  color:  var(--grey);  
position: relative;      top: -3px;      width:35px;      height:35px;      line-height:35px;      text-align: center;      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;     transition: all 0.3s ease 0s; }

.ltn__menu-widget ul li.active a, .ltn__menu-widget ul li:hover > a {    background-color: var(--primary-blue);    color: var(--text-white);  }
.ltn__menu-widget ul li.active a span, .ltn__menu-widget ul li:hover > a span { background-color:var(--text-white);  color:var(--primary-blue); }
.ltn__menu-widget > ul > li:first-child {    margin-top: 0; }



/*
hr {
  margin-top:20;
  margin-bottom: 10;
  border: 0;
  border-top: 1px solid #444;
}
*/
.bottom__wrapper {
  height: 50px;
  padding-top: 20px;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  width: 100%;
  border-top: 1px solid #ededed;
}

.bottom__right {
  height: 50px;
  padding-top: 20px;
  margin-bottom: 25px;
  position: relative;
  text-align: right;
  width: 100%;
  border-top: 1px solid #ededed;
}



/*  추가 */

.btn_s { display: inline-block; min-width:40px; height: 40px; padding: 0 10px; font-size:12px; font-weight:400; color: #fff; border-radius: 5px; opacity: 0.9; line-height: 40px; text-align: center; }
.btn_s i{ font-size:16px; font-weight:500;  }
.btn_s:hover { opacity: 1;  color: #fff;}
.btn_box_c { margin: 10px 0; text-align: center; }
.btn_box_r { margin: 10px 0; text-align: right; }
.btn { display: inline-block; min-width: 75px; height: 40px; padding: 0 10px; font-size: 14px; font-weight: 500; color: #fff; border-radius: 5px; opacity: 0.9; line-height: 40px; text-align: center; }
.btn:hover { opacity: 1;color: #fff; }
.bg_gray { background-color: #999; }
.bg_blue { background-color: #0DBECB; }

.bg_black { background-color: #333; }
.outline { border: 1px solid #333; color: #333; }

@media (max-width: 767px) {
.btn_s { display: inline-block; min-width:30px; height:30px; padding:5px; font-size:12px; font-weight:400; color: #fff; border-radius:2px; opacity: 0.9; line-height: 20px; text-align: center; }	
.btn_s i{ font-size:12px; font-weight:500;  }
}


/*  스크롤*/
#terms dl { background-color: #fafafa; border:1px solid #ddd; padding:15px; box-sizing:border-box; overflow-y:scroll; height:225px;color: #7a8391;font-size:14px;}
#online dl { background-color: #fafafa; border:1px solid #ddd; padding:10px; box-sizing:border-box; overflow-y:scroll; height:400px;color: #7a8391;font-size:14px;}
#re_dialog dl { background-color: #fafafa; border:1px solid #ddd; padding:10px; box-sizing:border-box; overflow-y:scroll; height:400px;color: #7a8391;font-size:14px;}




/* Timeline 2 */
.timeline {
	width: 100%;
	margin: 50px 0 0;
	position: relative;
	float: left;
	padding-bottom: 120px;
}

.timeline:before {
	background: #505050;
	background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	margin-left: -2px;
	position: absolute;
	top: -60px;
	width: 3px;
	z-index: 0;
	filter: alpha(opacity=35);
	opacity: 0.35;
}

.timeline .timeline-body {
	position: relative;
	z-index: 1 !important;
}

.timeline .timeline-date {
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	position: relative;
	display: block;
	clear: both;
	width: 200px;
	height: 45px;
	padding: 5px;
	border: 1px solid #E5E5E5;
	margin: 0 auto 10px;
	text-shadow: 0 1px 1px #fff;
	border-radius: 4px;
	background:#fff;
	z-index: 1;
}

.timeline .timeline-date h3 {
	display: block;
	text-align: center;
	color: #0163d2;
	font-size: 1.125rem;
	line-height: 32px;font-weight: 600;
}

.timeline .timeline-title {
	background: #f7f7f7;
	padding: 12px;
}

.timeline .timeline-title h4 {
	padding: 0;
	margin: 0;
	color: #151719;
	font-size: 1.4em;
}

.timeline .timeline-title a {
	color: #151719;
}

.timeline .timeline-title .timeline-title-tags {
	color: #B1B1B1;
	font-size: 0.9em;
}

.timeline .timeline-title .timeline-title-tags a {
	color: #B1B1B1;
	font-size: 0.9em;
}

.timeline .timeline-box {
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	margin: 20px 10px 10px 10px;
	padding: 10px;
	width: 45.7%;
	float: left;
	z-index: 1;
	margin-bottom: 30px;
	/*background:var( --primary-blue);*/background: var( --primary-blue);
}

.timeline .timeline-box.left {
	clear: both;
}

.timeline .timeline-box.left:before {
	background: none repeat scroll 0 0 #0163d2;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #0163d2;
	content: "";
	display: block;
	height: 7px;
	margin-right: -5px;
	position: absolute;
	left: 50%;
	margin-top: 22px;
	width: 8px;
	transform: translate3d(-50%, 0, 0);
	z-index: 1;
}

.timeline .timeline-box.left .timeline-box-arrow {
	transform: rotate(45deg);
	content: '';
	display: block;
	background:var( --primary-blue);
	border-right: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	float: right;
	height: 14px;
	margin-top: 17px;
	margin-right: -18px;
	width: 14px;
	z-index: 0;
}

.timeline .timeline-box.right {
	clear: right;
	float: right;
	right: -1px;
	margin-top:80px;
}

.timeline .timeline-box.right:before {
	background: none repeat scroll 0 0 #0163d2;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #0163d2;
	content: "";
	display: block;
	height: 7px;
	position: absolute;
	left: 50%;
	margin-top: 32px;
	width: 8px;
	transform: translate3d(-50%, 0, 0);
	z-index: 1;
}

.timeline .timeline-box.right .timeline-box-arrow {
	transform: rotate(45deg);
	content: '';
	display: block;
	background:var( --primary-blue);
	border-left: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	float: left;
	height: 14px;
	margin-top: 28px;
	margin-left: -18px;
	width: 14px;
	z-index: 0;
}

.timeline .timeline-box .owl-carousel {
	border-radius: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
}

@media (max-width: 991px) {
	.timeline .timeline-box {
		float: none;
		clear: both;
		right: auto;
		left: auto;
		margin: 25px auto;
		max-width: 70%;
		width: auto;
	}

	.timeline .timeline-box.right {
		float: none;
		clear: both;
		right: auto;
		left: auto;
		margin: 25px auto;
		max-width: 70%;
		width: auto;
	}

	.timeline .timeline-box.left:after, .timeline .timeline-box.right:after, .timeline .timeline-box.left:before, .timeline .timeline-box.right:before {
		display: none;
	}
}

@media (max-width: 767px) {
	.timeline {
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 575px) {
	.timeline {
		width: auto;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	.timeline .timeline-box {
		margin: 15px auto;
		max-width: 90%;
	}

	.timeline .timeline-box.right {
		margin: 15px auto;
		max-width: 90%;
	}

	
}





.timeline .timeline-box .post-content h2 {

font-size:18px; color: var(--secondary-blue);
}


/* Pricing Tables 광고단가표 */
.pricing-table {
	display: flex;
	flex-wrap: wrap;
}

.pricing-table .plan {
	background: #FFF;
	border-radius: 0;
	margin-top: 15px;
	margin-bottom: 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: 'Fontello';
 font-size:14px; color:#777;
 content: "\e83b";
}





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




/* content-box */

.modal-backdrop{
	z-index: 999999;
}
.modal{
	z-index: 9999999;
}
.content-box{
    background-color: #fff;
	margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0px 0px 25px 0 rgba(0,0,0,0.05);
	border-radius: 6px;
}
.content-header{
	padding: 20px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6{
	
}
.content-body{
	padding: 20px 20px;
}
.content-body p{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.content-body .widget_gallery,
.content-body .widget_video{
	margin-bottom: 0;
}
.content-body .widget_gallery ul,
.content-body .widget_video ul{
	margin-bottom: 2px;
	display: flex;
}
.content-footer,
.content-footer.content-btn a{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    border-top: 1px solid rgba(0,0,0,0.15);
    padding: 15px 20px;
    display: block;
    color: #000;
}
.content-footer.content-btn a i{
	font-size:15px;
}
.content-footer.content-btn a.black{
	color:#666;
}
.content-footer.content-btn{
	padding: 0;
	border: 0;
}
.content-header .title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
	text-transform: capitalize;
	display: flex;
    align-items: center;
}
.content-header .title i{
    font-size: 24px;
    line-height: 18px;
    color: #4611a7;
    opacity: 0.8;
    margin-right: 5px;
    margin-top: -2px;
}
.content-header .title i.tooltip-bx{
font-size: 17px;
    color: #000;
    opacity: 0.4;
    margin-left: 5px;
}
.content-header .title i.tooltip-bx:hover{
	opacity:1;
}
.content-box .content-body .widget{
	background-color: transparent;
	border: 0;
	padding: 0;
	margin-bottom: 5px;
}
/* add-reviews */
.add-reviews {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.add-reviews .title{
	color: #252c41;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	
}

.site-button,
.site-button-secondry {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
	border-radius: 3px;
	font-weight: 500;
	text-align:center;
}
.site-button {
    background: -webkit-linear-gradient(left,#00a4e4, #5db408);
}
.site-button:active,
.site-button:hover,
.site-button:focus,
.active > .site-button { background-color: #0163d2;
    color: #fff;
}
.site-button-secondry {
    background-color: #282A3C;
}
.site-button-secondry:active,
.site-button-secondry:hover,
.site-button-secondry:focus,
.active > .site-button-secondry {
    background-color: #3c3e4e;
    color: #fff;
}




/* ============================================================== 
     # Services


	 .services-area.half-bg {
  position: relative;
  z-index: 1;
}

.services-area.half-bg::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: #002147 none repeat scroll 0 0;
}

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


.services-area.inc-thumb .item .info {letter-spacing:-0.02em;
  padding:20px;
  min-height:280px;
  background: #ffffff;font-weight:700;color:#444;
}

.services-area.inc-thumb .item {
  -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  
  background: #ffffff;border:1px solid #dfdcdc; border-bottom: 3px solid #368b08;
}

.services-area.inc-thumb.half-bg .item {
  border: none;
}

.services-area.inc-thumb .item .info h4 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20px;
}

.services-area.inc-thumb .item .info .icon {
  display: block;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.services-area.inc-thumb .item .info i {
  display: inline-block;
  font-size: 50px;
  color: #368b08;
  padding: 0 10px;
  background: #ffffff;
}

.services-area.inc-thumb .item .thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0;
}

.services-area.inc-thumb .item .thumb img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.services-area.inc-thumb .item:hover .thumb img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity:1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
  background-position: top;
  -webkit-filter: grayscale(0) blur(0px);
  filter: grayscale(0) blur(0px);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
}

.services-area.inc-thumb .item .thumb .overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
}

.services-area.inc-thumb .item .thumb .overlay a {
  display: inline-block;
  padding: 10px 35px;
  background: #368b08;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.services-area.inc-thumb .item:hover .thumb .overlay a {
  opacity: 1;
}

.services-area.inc-thumb .item .info p:last-child {
  margin: 0;
}

/*
.services-area.inc-thumb .services-carousel .owl-nav {
  margin: 0;
}

.services-area.inc-thumb .services-carousel .owl-nav .owl-prev, 
.services-area.inc-thumb .services-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.services-area.inc-thumb .services-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

.services-area.inc-thumb .services-carousel .owl-dots {
  margin-top: 20px;
  margin-bottom: 8px;
}

.services-area.inc-thumb .services-carousel .owl-dots .owl-dot span {
  height: 8px;
  background: #ffffff;
  width: 25px;
  margin: 0 5px;
  opacity: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.services-area.inc-thumb.banner-less .services-carousel .owl-dots .owl-dot span {
  background: #5b6576;
}

.services-area.inc-thumb .services-carousel .owl-dots .owl-dot.active span {
  background: #368b08;
  width: 40px;
}
*/
.services-area.inc-thumb .item .info ul li {
  position: relative;
  z-index: 1;
  display: block;
  padding-left: 21px;
  text-align: left;
  margin-bottom: 10px;font-weight:500;font-size:18px;
}


@media only screen and (max-width: 767px) {
.services-area.inc-thumb .item .info ul li {
font-size:16px;
}


}


.services-area.inc-thumb .item .info ul li::after {
  position: absolute;
  left: 0;
  top: 0;
 
  font-weight: 700;
  font-size: 12px;colOR:#368b08 ;
 font-family: 'themify';
 content: "\e649";
}

.services-area.inc-thumb .item .info ul {
  display: inline-block;
}

.services-area.inc-thumb .item .info ul li:last-child {
  margin-bottom: 0;
}


/* 좌측 서비스 */
.left-detail{
	display:flex;
	align-items: center;
	margin-bottom:10px;
}
	
.left-box {/* 클라이언트 */
    padding:25px;
	border-radius:6px;	
	box-shadow: 0 10px 10px 0 rgba(255,255,255,0.2);
	min-height:160px;
	border: 1px solid #ddd;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
margin-bottom:10px;

}


.left-box:hover{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
  /*-webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);*/
}

.left-info {  font-size: 14px;
  margin-top:10px;line-height:12px;
}

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

.left-info .left-name h6{  
	
    font-weight:500;
    margin:10px; 0px 0px 0px;
}

.left-info p{   font-weight: 500;		margin: 0;overflow: hidden;}

.left-info p :last-child {  margin-top:20px;}


@media only screen and (max-width: 767px){
.left-box {/* 클라이언트 */margin-bottom: 25px;
}
	

}


.single__widget {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 992px) {
  .single__widget {
    margin-bottom: 4rem;
  }
}
.single__widget:last-child {
  margin-bottom: 0;
}
.single__widget.widget__bg {
  padding: 1.5rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.1);border: 1px solid #ddd;
}

.widget__title {
  font-weight: 600;font-size: 14px;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
  .widget__title {font-size: 16px;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}


/* 하단 광고 박스 */

.client-box_bg {/* 클라이언트 */ position: relative;
    padding:10px 30px;
	 -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
 /* background:#e54750;color:#fff; 
	  background: -webkit-linear-gradient(left,#00a4e4, #5db408);
	배경에 이미지 넣을 때
  width: 100%;
    height:150px;
   
    background-image: url(//2424st.co.kr/common/img/ban/info_5.jpg);
    background-size: auto 150px;
    background-position: center;
    background-repeat: no-repeat;*/

  max-height:150px;
	min-height:120px; width:100%;
	border:1px solid #ddd; 
}


.client-box_bg:hover{ 
background-color: #FFF;
	color:#121212;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;  	

}




.ban-detail{
	display:flex;
	align-items: center;
	margin-bottom:0px;
}
.ban-detail .client-img{ background-color: #f3f6fb;border: 1px solid #ddd;
	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);
}	





.ban-detail .kindimg{ background-color: #f3f6fb;border: 1px solid #ddd;
	width:60px;
	height:60px;
	border-radius: 60px;
	overflow: hidden;
	min-width: 60px;
	margin-right: 20px; margin-top:0px;
	
}	






.ban-info { 
  margin-top:20px;
}
.ban-info h5 { 
 font-weight: 700;
	font-size: 16px;
  font-size: 1rem; 
}
.ban-info h6 { 
 font-weight: 500;
	
	font-size: 14px;
  font-size: 0.875rem; 
}




.client-box2 {/* 클라이언트 */
    padding:10px;
	 -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
	
  background-color: #fff;
  max-height:150px;
	min-height:120px; width:100%;
	border:1px solid #ddd;
	
	
}


.client-box2:hover{ 
	
  background-color: #e2fbf3;
 
	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-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;
}




a.box_main2 {border:1px solid #69c5d7;
  background-color: #fff;
  display: block;
  padding: 20px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
  -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;
  margin-top:10px;
    color: #333;
}
a.box_main2 img{height:100px; width:auto;
 
}


a.box_main2 p {
  font-size: 14px;
  margin-top: 10px;color:#666;line-height:12px;margin-bottom:10px;}
a.box_main2 h4 {
  font-size: 20px;
  margin-top: 5px;
  
}

a.box_main2:hover {
 
  
}
a.box_main2 ul {font-size: 18px; 
background-color: #0ab8dd;color:#fff;
  font-size: 1.125rem;
  margin: 20px -10px -20px -10px;
  padding: 10px;
  border-top:0px solid #69c5d7;
  text-align: center;
}
a.box_main2 ul li {
  display: inline-block;
}
a.box_main2 ul li strong {
  margin-right: 5px;
  font-weight: 400;
  color: #333;
}

@media (max-width: 767px) {
a.box_main2 {
  padding: 7px 10px;
 
}
a.box_main2 h4 {
  font-size: 14px;
  margin-top: 5px;
}
a.box_main2 p {
  font-size: 11px;
  margin-top: 0px;
}

a.box_main2 img{height:45px; width:auto;
 
}
a.box_main2 ul {font-size: 14px; 
  margin: 0px -10px -7px -10px;
  padding: 6px 0px 6px 0px;
 
  text-align: center;
}
 

}







/*
    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
}


/* 서비스 메인메뉴에 활용 */
.category-list{	display:flex;    flex-wrap: wrap;	}
.category-bx.style1{
    background-color: #ffffff;
    text-align: center;
    display: block;
    padding: 20px 27px;
    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: 90px; width: 90px;
    color: #000;
    
    border-radius: 90px;
    line-height: 90px;
	/*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.style3{
    background-color: #ffffff;
    text-align: center;
    display: block;
    padding: 20px 27px;
    position: relative;
    flex: 0 0 calc(25% - 5px);
	max-width: calc(250% - 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:20px;
}
.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 .icon-bx .icon-cell{
   font-size: 30px;
    display: inline-block;
    height:80px; width: 80px;
    color: #000;
    border-radius:80px;
    line-height: 50px;
	
}


.category-bx.style3 .icon-bx .icon-cell img,.category-bx.style1 .icon-bx .icon-cell img{
width:80px;
	height:80px;
	border-radius: 80px;
	overflow: hidden;
}
.category-bx.style1 .icon-bx .icon-cell img{
-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;width:80px;
	
}

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






.category-bx.style1 .title,.category-bx.style3 .title{ text-align: center;margin-top:10px;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height:18px;
}

@media only screen and (max-width: 991px){
	
	.category-bx.style1,.category-bx.style3{
		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,.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.style1 .icon-bx .icon-cell,
.category-bx.style3 .icon-bx .icon-cell{
font-size: 24px;
    width: 50px;
    display: inline-block;
    height: 50px;
    color: #000;
    background: #fff;
    border-radius: 50px;
    line-height: 50px;
    box-shadow: none;
}

.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: 5
 0px; 
}


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



}



