html, body {
	font-size:15px;
	background: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #37404d;
}

p {
    color: #535353;
}

a:hover {
    text-decoration: none;
}


/*******************************
 * 레이아웃
 *******************************/

/* 테마, 지역 등에서 한칸에 5개 넣기 위해서 만든 거. by DJ */
.col-lg-five {
	flex: 0 0 auto !important;
    width: 20% !important;
}


/** MAIN HEADER START **/
.main-header{
    z-index: 999;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.12);
}

.main-header .logo img {
	margin-right:50px;
}

.main-header .btn-md{
    margin-top: 20px;
}

.main-header .logo img {
    max-height: 45px;
	max-width:200px;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #636060;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    border-top: solid 5px
    transparent;color: #515151;
    outline: none;
    cursor: pointer;
    padding: 26px 17px 31px 7px;
    font-size: 15px;
	letter-spacing:-0.5px;
	font-weight:bold;
}

.main-header .navbar-expand-lg .navbar-nav .active{
    border-top: solid 5px;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover{
    border-top: solid 5px
}

.main-header .navbar {
    padding: 0;
}

.main-header .form-inline .submit {
    padding: 7px 22px;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 15px;
    font-weight: 500;
}

.main-header .dropdown-menu {
    min-width: 13rem;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #212529;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.main-header .dropdown-menu .dropdown-submenu .dropdown-menu{
    margin: -1px;
}

.main-header .navbar-nav .nav-link.dropdown-toggle:before {
    color: #515151;
}

.main-header .dropdown-toggle::after {
    display: inline;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.main-header .dropdown-item::after{
    right: 22px;
    display: inline;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.main-header .dropdown-menu a {
    padding: 12.5px 20px;
    color: #535353;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    background: #fff;
    border-left: solid 5px transparent;
}

.main-header .dropdown-menu a:hover {
    background: #fff;
}

/*******************************
 * 전화버튼 작업
 *******************************/
.btn-tel {
	display: inline-block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-transform: capitalize;
	transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    color: #95C41F;
	margin-top:10px;
}

.btn-tel span {
	animation: color-change 3s infinite;
}

@keyframes color-change {
  0% { color: #95C41F; }
  50% { color: #8e44ad; }
  100% { color: #c0392b; }
}

.main-header .submit-property-button {
    padding: 20px 0px 20px 7px;
    float: right;
    margin-left: auto;
}

/*******************************
 * 메인페이지
 *******************************/

#home section {
	padding:30px 0px;
}


.main-title h1 {
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 27px;
}

.main-title {
    text-align: center;
    margin-bottom: 40px;
}

.main-title h1 {
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 27px;
}

.main-title p {
    margin-bottom: 0;
}

/* 메인 제목 모바일에서 적용되는 스타일 */
@media (max-width: 768px) {
    .main-title {
        margin-bottom: 30px;
    }

    .main-title h1 {
        font-size: 24px;
    }
}

/*******************************
 * 탑바
 *******************************/

header.top-header .container .row ul li a .fa-envelope {
  background: url("/assets/img/ic_email.png") no-repeat center/cover;
  width: 17px;
  height: 14px;
  vertical-align: middle; }
  header.top-header .container .row ul li a .fa-envelope:before {
	content: ''; }
header.top-header .container .float-end li .fa-user-check {
  background: url("/assets/img/ic_login.png") no-repeat center/cover;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 4px;
  top: -2px; }
  header.top-header .container .float-end li .fa-user-check:before {
	content: ''; }
header.top-header .container .float-end li .fa-user-plus {
  background: url("/assets/img/ic_join.png")  center/cover;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  top: -1px; }
  header.top-header .container .float-end li .fa-user-plus:before {
	content: ''; }

/*******************************
 * 메인 탑배너
 *******************************/
 
.banner .banner-content {
    align-self: center !important;
}

.banner .banner-content h1 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner .banner-content p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.tabbing {
	margin-top:40px;
}

/*******************************
 * 테마
 *******************************/

.img-box {
    overflow: hidden;
    position: relative; 
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.img-box img {
    width: 100%;
    max-width: 100%;
    transform: scale(1);
    width: 100%;
    max-width: 100%; }

.swiper-wrapper {
	margin-bottom:0px;
}

.top-box {
	color:#333;
}

article.list-theme2 .list-wrap .item-box {
  display: block;
  border: 1px solid #ddd; }
    article.list-theme2 .list-wrap .item-box .img-box .label-box {
      position: absolute;
      left: 15px;
      top: 15px;
      z-index: 10; }
      article.list-theme2 .list-wrap .item-box .img-box .label-box .label-item {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 7px;
        height: 25px;
        border-radius: 3px;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: -0.025em; }
        article.list-theme2 .list-wrap .item-box .img-box .label-box .label-item.type-1 {
          background-color: #0076ee; }
        article.list-theme2 .list-wrap .item-box .img-box .label-box .label-item.type-2 {
          background-color: #4a338c; }
  article.list-theme2 .list-wrap .item-box .info-box {
    padding: 25px 30px; }
    @media (max-width: 1024px) {
      article.list-theme2 .list-wrap .item-box .info-box {
        padding: 12px 10px; } }
    article.list-theme2 .list-wrap .item-box .info-box .top-box {
      color: #000;
      font-size: 20px;
      line-height: 24px;
      font-weight: 500;
      letter-spacing: -0.025em; text-align:center;}
      @media (max-width: 1024px) {
        article.list-theme2 .list-wrap .item-box .info-box .top-box {
          font-size: 14px;
          line-height: 18px; } }
    article.list-theme2 .list-wrap .item-box .info-box .mid-box {
      padding-top: 8px;
      color: #666666;
      font-size: 16px;
      letter-spacing: -0.025em; 
	  height:50px;
	  text-align:center;}
      @media (max-width: 1024px) {
        article.list-theme2 .list-wrap .item-box .info-box .mid-box {
          font-size: 12px;
          padding-top: 6px; } }
    article.list-theme2 .list-wrap .item-box .info-box .bottom-box {
      font-size: 17px;
      font-weight: 500;
      padding-top: 10px; }
      @media (max-width: 1024px) {
        article.list-theme2 .list-wrap .item-box .info-box .bottom-box {
          padding-top: 6px;
          font-size: 12px; } }



/*******************************
 * 최신 매물
 *******************************/
#property-last {
    padding: 0;
    margin: 0 0 30px 0;
    text-align: center;
}

#property-last li a {
	cursor:pointer;
    padding: 5px 25px 4px;
    margin: 0;
    border: 2px solid #fff;
    background: #fff;
    color: #535353;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 500;
}

#property-last li {
	display: inline-block;
	height: 33px;
    margin-bottom: 10px;
}
#property-last li a:hover {
    color: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background: #95C41F;
    border: solid 2px #95C41F;
}

#property-last a.active {
    color: #fff;
    box-shadow: none;
}

#property-last a.active {
    color: #fff;
    background: #95C41F;
    border: solid 2px #95C41F;
}

/*******************************
 * 리뷰 2
 *******************************/
article.list-review2 .list-wrap {
  padding-bottom: 80px; }
  @media (max-width: 1024px) {
    article.list-review2 .list-wrap {
      padding-bottom: 40px; } }
  article.list-review2 .list-wrap .item-box {
    background-color: #fff;
    display: block;
    padding: 35px;
    border-radius: 16px;
    overflow: hidden; 
	box-shadow:0 0 5px 1px rgba(0,0,0,.1);
	margin:2px;
	border-top:2px solid  #95C41F;
	}
    @media (max-width: 1024px) {
      article.list-review2 .list-wrap .item-box {
        padding: 20px; } }
    article.list-review2 .list-wrap .item-box .profile-box {
      display: flex;
      align-items: center; }
      article.list-review2 .list-wrap .item-box .profile-box .img-box {
			width: 75px;
			height: 75px;
			overflow: hidden;
			border-radius: 50%;
			position: absolute;
			left: 27px;
			top: 40px;
		}
        @media (max-width: 1024px) {
          article.list-review2 .list-wrap .item-box .profile-box .img-box {
            width: 50px;
            height: 50px; } }
      article.list-review2 .list-wrap .item-box .profile-box .info-box {
        padding-left: 75px; }
        @media (max-width: 1024px) {
          article.list-review2 .list-wrap .item-box .profile-box .info-box {
            padding-left: 20px; } }
        article.list-review2 .list-wrap .item-box .profile-box .info-box .main-box {
          font-size: 20px;
          line-height: 25px;
          letter-spacing: -0.025em;
          font-weight: 700;
          color: #000; }
          @media (max-width: 1024px) {
            article.list-review2 .list-wrap .item-box .profile-box .info-box .main-box {
              font-size: 16px;
              line-height: 20px; } }
        article.list-review2 .list-wrap .item-box .profile-box .info-box .sub-box {
          padding-top: 8px;
          color: #000000;
          font-size: 15px;
          letter-spacing: -.025em; }
          @media (max-width: 1024px) {
            article.list-review2 .list-wrap .item-box .profile-box .info-box .sub-box {
              font-size: 13px; } }
    article.list-review2 .list-wrap .item-box .des-box {
      padding: 20px 0; }
      @media (max-width: 1024px) {
        article.list-review2 .list-wrap .item-box .des-box {
          padding: 10px 0; } }
      article.list-review2 .list-wrap .item-box .des-box .txt-box {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        line-height: 25px;
        height: 100px;
        max-width: 100%;
        font-size: 15px;
        height: 100px;
        color: #666666;
        letter-spacing: -0.025em; }
        @media (max-width: 1024px) {
          article.list-review2 .list-wrap .item-box .des-box .txt-box {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            word-wrap: break-word;
            line-height: 20px;
            height: 80px;
            max-width: 100%;
            font-size: 13px;
            height: 80px; } }
    article.list-review2 .list-wrap .item-box .rate-box {
      font-size: 0; }
      article.list-review2 .list-wrap .item-box .rate-box .ic {
        width: 16px;
        height: 15px;
        display: inline-flex; }
        article.list-review2 .list-wrap .item-box .rate-box .ic + .ic {
          margin-left: 4px; }
        article.list-review2 .list-wrap .item-box .rate-box .ic.ic-rate-on {
          background: url("/assets/img/ic_rate_on.png") no-repeat center/cover; }
        article.list-review2 .list-wrap .item-box .rate-box .ic.ic-rate-off {
          background: url("/assets/img/ic_rate_off.png") no-repeat center/cover; }


/*******************************
 * 뉴스 2
 *******************************/
.swiper-container {padding-right:1px;} /* 끝줄이 안보임. 그래서 추가함. */
article.list-news2 .list-wrap .item-box {
  display: block;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
    border-radius: 0;
	margin:3px;}
    article.list-news2 .list-wrap .item-box .img-box .label-box {
      position: absolute;
      left: 15px;
      top: 15px;
      z-index: 10; }
      article.list-news2 .list-wrap .item-box .img-box .label-box .label-item {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 7px;
        height: 25px;
        border-radius: 3px;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: -0.025em; }
        article.list-news2 .list-wrap .item-box .img-box .label-box .label-item.type-1 {
          background-color: #0076ee; }
        article.list-news2 .list-wrap .item-box .img-box .label-box .label-item.type-2 {
          background-color: #4a338c; }
  article.list-news2 .list-wrap .item-box .info-box {
    padding: 25px 30px; }
    @media (max-width: 1024px) {
      article.list-news2 .list-wrap .item-box .info-box {
        padding: 12px 10px; } }
    article.list-news2 .list-wrap .item-box .info-box .top-box {
      color: #000;
      font-size: 17px;
      line-height: 24px;
      font-weight: 500;
      letter-spacing: -0.025em; 
	  display:block;
	  white-space:nowrap;
	  overflow:hidden;
	  text-overflow:ellipsis;
	  }
      @media (max-width: 1024px) {
        article.list-news2 .list-wrap .item-box .info-box .top-box {
          font-size: 16px;
          line-height: 20px; } }
    article.list-news2 .list-wrap .item-box .info-box .mid-box {
      margin-top: 8px;
      color: #666666;
      font-size: 16px;
      letter-spacing: -0.025em;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      word-wrap: break-word;
      line-height: 22px;
      height: 44px;
      max-width: 100%;
      height: 44px; }
      @media (max-width: 1024px) {
        article.list-news2 .list-wrap .item-box .info-box .mid-box {
          font-size: 14px;
          line-height: 18px;
          height: 36px;
          max-height: 36px; } }
    article.list-news2 .list-wrap .item-box .info-box .bottom-box {
      font-size: 17px;
      font-weight: 500;
      padding-top: 10px; }
    article.list-news2 .list-wrap .item-box .info-box .option-list {
      padding-top: 15px;
      display: flex;
      align-items: center;
      justify-content: space-between; }

      article.list-news2 .list-wrap .item-box .info-box .option-list .option-box {
        display: inline-flex;
        align-items: center; }

        article.list-news2 .list-wrap .item-box .info-box .option-list .option-box .ic {
          display: inline-flex; }
          article.list-news2 .list-wrap .item-box .info-box .option-list .option-box .ic.ic-option1 {
            background: url("/assets/img/ic_option1.png") no-repeat center/cover;
            width: 15px;
            height: 15px; }
          article.list-news2 .list-wrap .item-box .info-box .option-list .option-box .ic.ic-option2 {
            background: url("/assets/img/ic_option2.png") no-repeat center/cover;
            width: 13px;
            height: 15px; }
          article.list-news2 .list-wrap .item-box .info-box .option-list .option-box .ic.ic-option3 {
            background: url("/assets/img/ic_option3.png") no-repeat center/cover;
            width: 15px;
            height: 14px; }
        article.list-news2 .list-wrap .item-box .info-box .option-list .option-box .txt {
          margin-left: 5px;
          color: #666666;
          font-size: 15px;
          line-height: 25px;
          letter-spacing: -0.025em; }
          @media (max-width: 1024px) {
            article.list-news2 .list-wrap .item-box .info-box .option-list .option-box .txt {
              font-size: 11px;
              line-height: 15px; } }

  article.list-news2 .list-wrap .item-box .detail-box .detail-btn {
    border-top: 1px solid #ddd;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    height: 60px;
    color: #666666;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -.0 .025em; }
    @media (max-width: 1024px) {
      article.list-news2 .list-wrap .item-box .detail-box .detail-btn {
        height: 35px;
        font-size: 14px; } }

/*******************************
 * 상세 페이지
 *******************************/
section.detail {
  padding: 30px 0 75px;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  width: 100%; }

  .tit-box {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.02em;
    padding-bottom: 20px; }

  section.detail .detail-info {
    width: 725px; }

  section.detail .detail-aside {
    flex: 1;
    width: 100%;
    margin-left: 25px; }


article.detail-connect {
  margin: 20px 0 30px;
  padding: 40px 25px;
  background-color: #fff; }




  article.detail-connect .con-box {
    font-size: 0; }
    article.detail-connect .con-box .item-box + .item-box {
      margin-top: 10px; }
    article.detail-connect .con-box .item-box textarea {
      box-sizing: border-box;
      background-color: #fff;
      width: 100%;
      border: 1px solid #dddddd;
      border-radius: 2px;
      font-size: 15px;
      padding: 10px 20px;
      outline: none;
      resize: none;
      height: 120px; }
      @media (max-width: 1024px) {
        article.detail-connect .con-box .item-box textarea {
          padding: 10px 10px;
          height: 90px;
          font-size: 13px; } }
    article.detail-connect .con-box .item-box input {
      outline: none;
      height: 45px;
      box-sizing: border-box;
      background-color: #fff;
      width: 100%;
      border: 1px solid #dddddd;
      border-radius: 2px;
      font-size: 15px;
      padding: 0 20px; }
      @media (max-width: 1024px) {
        article.detail-connect .con-box .item-box input {
          padding: 0 10px;
          height: 35px;
          font-size: 13px; } }
  article.detail-connect .foot-box {
    padding-top: 20px; }
    article.detail-connect .foot-box .connect-btn {
      background-color: #0076ee;
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 50px;
      color: #fff;
      font-weight: 500;
      font-size: 18px;
      letter-spacing: 0.02em; 
	  width:100%;border:0px;}
      @media (max-width: 1024px) {
        article.detail-connect .foot-box .connect-btn {
          height: 40px;
          font-size: 16px; } }


article.detail-info {
  padding: 35px 30px 55px;
  background-color: #fff; }
  @media (max-width: 1024px) {
    article.detail-info {
      margin-top: 15px;
      padding: 20px 15px 25px; } }
  article.detail-info .tabs-group {
    padding-bottom:40px; }
    @media (max-width: 1024px) {
      article.detail-info .tabs-group {
        padding-bottom: 20px; } 
	}

  article.detail-info .tabs-group img {
	max-width:100%;
  }

  article.detail-info .complex-group .contents-box2 {
    margin: 40px 0 20px; }
  article.detail-info .complex-group .contents-box4 {
    margin: 40px 0 0; }

  article.detail-info #map_detail {
    width:100%;height:350px; border:1px solid #ddd;border-radius:5px;}

article.detail-info #road_detail {
    width:100%;height:350px; border:1px solid #ddd;border-radius:5px;}


article.detail-info-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 40px; }
  @media (max-width: 1024px) {
    article.detail-info-head {
      position: relative;
      flex-direction: column;
      padding-bottom: 20px; } }
  article.detail-info-head .main-box .label-box {
    display: flex;
    align-items: center; }
    article.detail-info-head .main-box .label-box .label-txt {
      display: inline-flex;
      align-items: center;
      border-radius: 2px;
      color: #fff;
      height: 20px;
      padding: 0 10px;
      font-size: 13px;
      letter-spacing: -.02em;
      font-weight: 500; }
      @media (max-width: 1024px) {
        article.detail-info-head .main-box .label-box .label-txt {
          font-size: 11px;
          padding: 0 7px;
          height: 18px; } }
      article.detail-info-head .main-box .label-box .label-txt + .label-txt {
        margin-left: 5px; }

      article.detail-info-head .main-box .label-box .label-txt.type-sell {
        background-color: #e74c3c; }
      article.detail-info-head .main-box .label-box .label-txt.type-full {
        background-color: #27ae60; }
	  article.detail-info-head .main-box .label-box .label-txt.type-rent {
        background-color: #3498db; }
	  article.detail-info-head .main-box .label-box .label-txt.type-installation {
        background-color: #8e44ad; }

  article.detail-info-head .main-box .txt-box {
    padding-top: 20px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.02em; }
    @media (max-width: 1024px) {
      article.detail-info-head .main-box .txt-box {
        font-size: 14px;
        padding-top: 10px; } }
  article.detail-info-head .sub-box {
    padding-left: 20px;
    text-align: right; }
    @media (max-width: 1024px) {
      article.detail-info-head .sub-box {
        padding-left: 0;
        padding-top: 10px;
        text-align: left; } }

article.detail-tabs-list .list-wrap ul {
  display: flex; }
  article.detail-tabs-list .list-wrap ul li {
    width: 100%;
    margin-left: -1px; }
    article.detail-tabs-list .list-wrap ul li .tabs-btn {
      position: relative;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #dddddd;
      height: 50px;
      color: #666666; }
      @media (max-width: 1024px) {
        article.detail-tabs-list .list-wrap ul li .tabs-btn {
          height: 35px;
          font-size: 13px; } }
      article.detail-tabs-list .list-wrap ul li .tabs-btn.on {
        color: #0072fe;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: -.02em; }
        @media (max-width: 1024px) {
          article.detail-tabs-list .list-wrap ul li .tabs-btn.on {
            font-size: 13px; } }
        article.detail-tabs-list .list-wrap ul li .tabs-btn.on:after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          border: 1px solid #0072fe; }

iframe.youtube {
	height:400px;
	border:1px solid #ddd;border-radius:5px;
}

@media (max-width: 1024px) {
	iframe.youtube {
		height:200px;
	}
}

#chart_sell {border:1px solid #ddd;margin-bottom:20px;padding:10px;}
#chart_rent {border:1px solid #ddd;margin-bottom:20px;padding:10px;}



.option_flex{
	display: flex;
	flex-wrap: wrap;
}
.option_img_box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

	.option_img_back{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 85px;
		height: 85px;
		margin-bottom: 4px;
		background-color: #d7d9db36;

	}
	.option_img{
		width: 40px;
		height: 40px;
	}


/*******************************
 * 직원소개
 *******************************/
.agent-1 {
    padding: 30px 20px 30px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
    border-radius: 0;
	margin-top:2px;
}

.agent-1:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.agent-1:before, .agent-1:after {
    content: "";
    position: absolute;
    z-index: -1;
}

.agent-1:before {
    text-align: left;
}

.agent-1 .member-name {
    font-size: 20px;
    font-weight: 600;
    margin:0 0 7px;
}

.agent-1 .member-thumb {
    width: 170px;
    height: 170px;
    margin: 0 auto 30px;
    border-radius: 50%;
    overflow: hidden;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.agent-1:hover .team-hover-content {
    visibility: visible;
    opacity: 1;
}

.agent-1 .team-hover-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: .8s;
    opacity: 0;
    visibility: hidden;
}

.agent-1 .team-hover-content .member-thumb {
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin-bottom: 0;
}

.agent-1 .team-hover-content .member-name-designation{
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    padding: 30px 20px;
    background: linear-gradient(0,#95C41F,rgb(255 171 74 / 0%));
    margin-bottom: 0;
    padding-bottom: 70px;
}

.agent-1:hover h4 a{
    color: #fff;
}

.agent-1 .team-hover-content .member-name {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin:0 0 7px;
    transform: translateY(50px);
    transition: all .4s cubic-bezier(.76,.21,.32,.85);
    transition-delay: .3s;
    opacity: 0;
}

.agent-1 .team-hover-content .member-designation {
    transform: translateY(50px);
    transition: all .4s cubic-bezier(.76,.21,.32,.85);
    transition-delay: .2s;
    transform: translateY(50px);
    opacity: 0;
    color: #fff;
}

.agent-1:hover .team-hover-content .member-name {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .1s;
}

.agent-1:hover .team-hover-content .member-designation {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s;
}

.agent-1 .team-hover-content .social-list {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    transform: translateY(50px);
    transition: all .4s cubic-bezier(.76,.21,.32,.85);
    transition-delay: .1s;
}

.agent-1:hover .social-list {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
}

.agent-section .social-list {
      padding-top: 15px;
      font-size: 0; }

      .agent-section .social-list .social-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 29px;
        height: 29px; }

        .agent-section .social-list .social-btn + .social-btn {
          margin-left: 14px; }
          @media (max-width: 1024px) {
            .agent-section .social-list .social-btn + .social-btn {
              margin-left: 8px; } }
        .agent-section .social-list .social-btn.type-facebook {
          background: url("/assets/img/ic_social_facebook.png") no-repeat center/cover; }
        .agent-section .social-list .social-btn.type-instagram {
          background: url("/assets/img/ic_social_instagram.png") no-repeat center/cover; }
        .agent-section .social-list .social-btn.type-blog {
          background: url("/assets/img/ic_social_blog.png") no-repeat center/cover; }
        .agent-section .social-list .social-btn.type-youtube {
          background: url("/assets/img/ic_social_youtube.png") no-repeat center/cover; }

.agent-2 {
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
    border:1px solid #ccc;
    border-radius: 0;
    margin-top: 2px;
	margin-bottom:10px;
	height:135px;
}

.agent-2:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.agent-2 .member-name {
    font-size: 20px;
    font-weight: 600;
    margin:0 0 7px;
}

.agent-2 .member-designation {
	color:#999;
	margin-bottom:5px;
}

.agent-2 .member-thumb {
	position:absolute;
	width:120px;
	height:100%;
	left:0px;
	top:0px;
	bottom:0px;
    overflow: hidden;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.agent-2 .member-content-wrap {
	padding-left:120px;
}

.agent-2 .member-name-designation {
	padding:15px;
	height:88.5px;
}

.agent-2 .social-list {
	background-color:#95C41F;
	padding:10px;
	text-align:center;
	opacity:0.8;
	height:45px;
}

.agent-2 .social-list .social-btn {
	width:25px;
	height:25px;
}


/*******************************
 * 푸터
 *******************************/
footer {
    z-index: 0;
    color: #FFFFFF;;
    position: relative;
}

footer>* {
    display: inline-block;
    width: 100%;
    float: left;
}

footer a {color:#FFFFFF;;}
footer a:hover {color:#FFFFFF;;}

footer .footer-logo {
	display:inline-block;
	margin-bottom:10px;
}

footer .footer-logo img {
	max-width:200px;
}

footer .footer-header {
	background:#AAAAAA;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

	footer .footer-header ul.footer-menu {
		display: inline-block;
		height: 40px;
		float: left;
		margin-bottom:0px;
	}

	footer .footer-header ul.footer-menu li {
	    display: inline-block;
		color: #FFFFFF;;
		float: left;
		position: relative;
	}

	footer .footer-header ul.footer-menu li a {
		color: #ffffff;
	}

	footer .footer-header ul.footer-menu li:not(:last-child):after {
		content: '｜';
		height: 40px;
		padding: 0 10px;
		line-height: 40px;
		color: rgba(255,255,255,.8);
	}

	footer ul.footer-menu li a {
		display: inline-block;
		height: 40px;
		line-height: 40px;
		float: left;
	}

footer .footer-body {
    padding: 20px 0 20px;
	background:#AAAAAA;;
}

footer .footer-call > *{
	display: inline-block;
    width: 100%;
    color: #FFFFFF;;
    float: left;
}

footer .footer-call {
	display: inline-block;
    width: 100%;
    color: #FFFFFF;
    float: left;
    padding-left: 30px;
}

footer .footer-call .title {
	font-size: 18px;
}

footer .footer-call .title span {
	margin-left: 6px;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
}

footer .footer-call .number {
	margin-bottom: 5px;
    font-weight: bold;
    font-size: 30px;
    cursor: pointer;
	white-space:nowrap;
}

footer .footer-call a {
	color:#FFFFFF;
}

footer .footer-call .email {
	font-size:13px;
}

footer .company-info {
	margin-bottom:10px;
}

footer .company-info li {
	display:inline-block;
	float:left;
	color:#FFFFFF;
}

footer .company-info li:not(:last-child):after {
    content: '｜';
    color: #FFFFFF;
}
footer .social-list {margin-bottom:0px;}
footer .social-list li{
	display:inline-block;
      height: 40px;
	  padding-top:4px;
}
footer .social-list li a {
	display:inline-block;
      width: auto;
	  height:40px;
      font-size: 0; }
    footer  .social-list i {
      background: url("/assets/img/ic_footer_setting.png") no-repeat center/cover;
      width: 32px;
      height: 32px; }
      footer  .social-list i.fa-facebook-square {
        background: url("/assets/img/ic_footer_social_facebook.png") no-repeat center/cover; }
      footer  .social-list i.fa-blogger-b {
        background: url("/assets/img/ic_footer_social_blog.png") no-repeat center/cover; }
      footer  .social-list i.fa-instagram {
        background: url("/assets/img/ic_footer_social_instagram.png") no-repeat center/cover; }
      footer  .social-list i.fa-youtube {
        background: url("/assets/img/ic_footer_social_youtube.png") no-repeat center/cover; }
      footer  .social-list i:before {
        content: '';
        display: none !important; }
    footer  .social-list a {
      margin-left: 5px;
      vertical-align: middle; }
      footer .social-list a i {
        background: url("/assets/img/ic_footer_setting.png") no-repeat center/cover;
		}
        footer  a i:before {
          content: '';
          display: none !important; }
      footer  a:hover {
        color: #fff; }
    footer .social-list p {
      color: rgba(255, 255, 255, 0.5);
      font-size: 16px;
      line-height: 30px;
      letter-spacing: -.025em; }


.modal-dialog {
    margin: 140px auto 30px;
}

canvas {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

ul {
    padding: 0;
    margin: 0;
	padding:0px !important;
    text-decoration: none;
    list-style: none;
    color: #535353 !important;
}

.btn.active, .btn:active {
    box-shadow: none;
}

.bootstrap-select .btn-default.focus,
.bootstrap-select .btn-default:focus {
    color: #999 !important;
}

.breadcrumb > li + li:before {
    font-family: "Font Awesome 5 Free";
    padding: 1px 5px;
    color: #cccccc !important;
    content: "\f105" !important;
    font-weight: 600;
}

.margin-t-10 {
    margin-top: 10px;
}

.checkbox {
    padding-left: 20px;
    margin: 15px 0;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    color: #535353;
    font-size: 13px;
    line-height: 22px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 2px solid #cccccc;
    border-radius: 10%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.sidebar-widget .checkbox label {
    font-size: 16px;
    font-weight: 500;
}

.form-content-box .checkbox label::before {
    border: none;
}

.checkbox-theme input[type="checkbox"]:checked + label::before {
    background-color: #fff;
}

.btn-check:active+.btn-light:focus, .btn-check:checked+.btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-light:hover {
    color: #717171;
    background-color: #fff;
    border-color: #fff;
}

/* Solid Buttons Structure**/
.button-sm {
    cursor: pointer;
    padding: 10px 25px;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    color: #555;
    background: transparent;
    transition: .5s;
    border-radius: 2px;
    border: none;
}

.button-sm:hover {
    color: #333;
}

.button-md {
    cursor: pointer;
    padding: 11px 25px 11px 25px;
    color: #555;
    background: transparent;
    transition: .5s;
    border-radius: 2px;
    border: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.button-md:hover {
    color: #333;
}

.button-lg {
    cursor: pointer;
    padding: 18px 30px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
    color: #555;
    background: #DDD;
    transition: .5s;
    border-radius: 2px;
    border: none;
}

.button-lg:hover {
    color: #333;
}

/** Solid Buttons Colors **/
.button-theme {
    color: #FFF;
}

.button-theme:hover,
.button-theme:focus {
    color: #fff !important;
    outline: none;
}

.out-line-btn:hover,
.out-line-btn:focus {
    outline: none;
}

.button-section a {
    margin: 0 5px 5px 0;
}

/** BTN 1 **/
.btn-1 {
    padding: 0 47px 0 25px;
    line-height: 46px;
    position: relative;
    display: inline-block;
    background: none;
    border-radius: 3px;
}

.btn-1 span {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.btn-1 .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
}

.btn-1 .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: transparent;
    -moz-transition: ease all 0.9s;
    -o-transition: ease all 0.9s;
    -webkit-transition: ease all 0.9s;
    transition: ease all 0.9s;
    width: 0;
    height: 100%;
}

.btn-1:hover {
    color: #ffffff!important;
}

.btn-1:hover:before {
    width: 100%;
    color: #fff!important;
}

/** BTN 2 **/
.btn-2 {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    position: relative;
    z-index: 5;
    transition: .9s ease;
    font-weight: 600;
    padding: 0 47px 0 25px;
    line-height: 46px;
    border-radius: 3px;
}

.btn-2 span {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.btn-2 .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
}

.btn-2 .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-2:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .9s ease;
    z-index: -1;
}

.btn-2:hover {
    background: transparent!important;
}

.btn-2:hover:before {
    width: 0;
    opacity: 1;
    visibility: visible;
}

.btn-2:hover:after {
    width: 0;
    opacity: 1;
    visibility: visible;
}

.btn-2.btn-white{
    background: #fff;
    border: 2px solid #fff;
}

.btn-2.btn-white:hover {
    color: #fff;
    border: 2px solid #fff;
}

.btn-2.btn-white:before {
    background: #fff;
}

/** BTN 3 **/
.btn-3 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
}

.btn-3:hover {
    color: #ffffff;
}

.btn-3:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.9s linear, transform 0.4s linear;
}

.btn-3:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.9s linear, transform 0.4s linear;
    z-index: -1;
}

.carousel-caption {
    right: 0;
    left: 0;
    padding: 0 20px 0;
}

/** SEARCH AREA **/
.search-area .form-group {
    margin-bottom: 15px;
}

.search-area .btn{
    padding: 12px 15px;
}

.search-area .dropdown-toggle::after {
    right: 12px;
}

.search-area .bootstrap-select .dropdown-menu {
    margin: -1px 0!important;
    border: none;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -2px;
    vertical-align: middle;
}

.search-area .search-button{
    font-weight: 600;
    font-family: "Noto Sans KR", Helvetica, sans-serif;
}

.search-fields {
    min-height: 47px;
    padding: 0;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    background: #fff;
    font-size: 15px;
    line-height: 47px!important;
    border-radius: 3px;
}

.search-fields button {
    border-radius: 1px;
    box-shadow: none;
    border: none;
    background: #fff;
}

.search-button {
    cursor: pointer;
    padding: 14px 20px;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-weight: 600;
    color: #FFF;
    transition: .5s;
    border-radius: 3px;
    border: none;
    width: 100%;
}

.search-button:hover,
.search-button:focus {
    outline: none;
    color: #fff;
}

/** BOOTSTRAP SELECT START **/
.bootstrap-select {
    width: 100% !important;
}

.bootstrap-select button {
    color: #717171;
    border-radius: 2px;
    outline: none;
}

.btn-check:focus+.btn-light, .btn-light:focus{
    color: #717171;
}

.bootstrap-select .dropdown-menu li {
    padding: 0;
}

.bootstrap-select .dropdown-menu {
    padding: 0 !important;
    margin: 0 0 !important;
    border: 1px solid #e0e0e0;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    margin-top: 12px;
}

.bootstrap-select .dropdown-menu li a {
    padding: 0 15px;
    font-weight: 400;
    font-size: 15px;
    outline: none;
    border: 0 !important;
    color: #535353;
}

.bootstrap-select .dropdown-menu li a:hover {
    border: none;
    font-size: 15px;
    font-weight: 400;
}

.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #eee;
    border-color: transparent !important;
    box-shadow: none !important;
}

.bootstrap-select .btn-default:hover {
    background: transparent !important;
    color: #717171!important;
    box-shadow: none !important;
}

.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select .open > .dropdown-toggle.btn-default {
    color: #717171!important;
    background-color: transparent;
!important;
    border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    color: #717171!important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-color: #adadad;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    background: transparent !important;
}

.bootstrap-select .dropdown-menu > .active > a,
.bootstrap-select .dropdown-menu > .active > a:focus,
.bootstrap-select .dropdown-menu > .active > a:hover {
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}

.bootstrap-select .bs-actionsbox, .bootstrap-select .bs-donebutton, .bs-searchbox {
    padding: 4px 8px;
    background: #EEE;
    border-bottom: 1px solid #d5d5d5;
}

.bootstrap-select .bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
    height: 36px;
    border: 1px solid #ddd;
    box-shadow: none;
}

.dropdown-menu > li > a:hover {
    text-decoration: none;
    background-color: #fff;
}

.list-group {
	border-radius:0 !important;
}
.list-group-item a {
	color:#333;
}
.list-group-item a:hover {
	color:#666;
}
.list-group-item.active {
	background-color: #95C41F !important;
	border-color: #95C41F !important;
}

/** MAIN TITLE AREA START **/
.main-title-2 {
    margin-bottom: 20px;
}

.main-title-2 h1 {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 600;
}

.main-title-2 h1 a {
    color: #212121;
}

.main-title-2 h1 span {
    font-weight: 600;
}

.main-title-3 h1{
    color: #fff;
}

.main-title-3 p{
    color: #fff;
}

/** FP2 STARTED**/
.fp2 {
    -webkit-transition: .5s;
    transition: .5s;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.fp2:hover .featured{
    transform: rotateY(360deg
    );
}

.fp2:hover .sale{
    transform: rotateY(360deg
    );
}

/** NAV TABS START **/
.nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 30px;
    text-align: center;
}

/** What are you looking for? AREA START **/
.our-service {
    text-align: center;
}

.our-service-inner {
    background: rgba(0, 0, 0, 0.80);
    padding: 70px 0;
}

.our-service-two .content {
    padding: 0;
    background: transparent;
}

.our-service-two .content:hover {
    padding: 0;
    background: transparent;
}

.content-area {
    padding: 30px 0 30px;
	min-height:400px;
}

.page {
	min-height:500px;
}

.theme img {
    margin-bottom: 30px;
}

/** PARTNERS AREA START **/
.partners {
    text-align: center;
    padding: 40px 0 30px;
}

.partners .custom-box {
    max-width:180px;
	border:1px solid #dddddd;
	height:72px;
}

.partners h4 {
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 20px;
}

.partners img{
	max-width:100%;
	max-height:100%;
    margin: 0 auto;
}

.partners .custom-slider {
    width: 100%;
    margin: auto;
}

.partners .slick-slider{
    user-select: none;
}

.partners .slick-next{
    right: 0;
    display: none!important;
}

.partners .slick-prev{
    left: 0;
    display: none!important;
}

/** Comon Slick start **/
.comon-slick .slick .item .property-box-3{
    background-position:center;
    background-size:cover;
    transition:.3s;
    margin:0;
    opacity:1;
    -webkit-transform: scale3d(0.9, 0.9, 9);
    transform: scale3d(0.9, 0.9, 9);
    transition: all 0.3s ease-in-out;
}

.comon-slick .slick .item .property-box{
    background-position:center;
    background-size:cover;
    transition:.3s;
    margin:0;
    opacity:1;
    -webkit-transform: scale3d(0.9, 0.9, 9);
    transform: scale3d(0.9, 0.9, 9);
    transition: all 0.3s ease-in-out;
}


.comon-slick .slick .slick-list {
    padding: 0!important;
}

.comon-slick .slick .slick-center .property-box-3 {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.comon-slick .slick .slick-center .property-box {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.comon-slick .slick-slide {
    outline: none
}

.comon-slick .slick-prev,
.slick-next {
    position:absolute;
    top:50%;
    z-index: 1;
}

.comon-slick .slick-prev i{
    display: none;
}

.comon-slick .slick-next i{
    display: none;
}

.comon-slick .slick-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 45%;
    border-radius: 100px;
    z-index: 999;
    left: -5px;
    text-align: center;
    background: #fff;
    border: none;
    opacity: 1;
    font-size: 20px;
    display: initial;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.comon-slick .slick-prev::before {
    content: "←";
}

.comon-slick .slick-next::before {
    content: "→";
}

.comon-slick .slick-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 45%;
    z-index: 999;
    right: -5px;
    text-align: center;
    background: #fff;
    opacity: 1;
    font-size: 20px;
    display: initial;
    border: none;
    border-radius: 100px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.comon-slick .comon-slick-inner .slick-next{
    display: none!important;
}

.comon-slick .comon-slick-inner .slick-prev{
    display: none!important;
}

.slide-box {
    padding: 0 15px;
}

/** CATEGORY AREA START **/
.filtr-item{
    padding: 0 15px;
}

/** Popular places box start **/
.popular-places-box {
    position: relative;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    width: 100%!important;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.popular-places-box .popular-places-overflow {
    overflow: hidden;
    border-radius: 3px;
}

.popular-places-box .popular-places-photo {
    position: relative;
    transform: scale(1);
    transition: 1s;
    border-radius: 3px;
	background-size:cover;
	background-position:center center;
}

.popular-places-box .popular-places-photo img{
    border-radius: 3px;
    height: 250px;
    width: 100%;
}

@media (max-width: 600px) {
	.popular-places-box .popular-places-photo img{
		height: 250px;
	}
}

.popular-places-box .popular-places-photo .big {
    height: 575px;
}

.popular-places-box:hover .popular-places-photo {
    transform: scale(1.2);
    border-radius: 3px;
}

.popular-places-box:hover .popular-places-photo img{
    border-radius: 3px;
}

.popular-places-box .popular-places-photo:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
opacity: .3;
    background-color: #000;
    border-radius: 3px;
    opacity: 0.4;
}

.popular-places-box:hover .popular-places-photo:before{
    opacity: 0.6;
}

.popular-places-box h3 {
    -webkit-transition: .4s;
    transition: .4s;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.popular-places-box p{
    margin-bottom: 0;
    color: #fff;
	font-size:14px;
}

.popular-places-box .ling-section {
    position: absolute;
	letter-spacing:-1px;
	width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
}

.popular-places-box h3 a{
    color: #fff;
}

.popular-places-box h3 a:hover{
    color: #fff;
    opacity: 0.9;
}

.popular-places .col-pad {
    padding: 0 10px;
}

/** POPULAR PLACES 2 start **/
.popular-places-box-2 {
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    width: 100%!important;
    border-radius: 5px;
}

.popular-places-box-2:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(to top,#95C41F 0%,rgba(0,0,0,0) 60%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

.popular-places-box-2 h3 {
    -webkit-transition: .4s;
    transition: .4s;
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 12px;
    color: #fff;
}

.popular-places-box-2 .ling-section {
    position: absolute;
    bottom: 25px;
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
}

.popular-places-box-2 .member-socials {
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 5px;
    color: #fff;
}

.popular-places-box-2:hover h3 {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.popular-places-box-2:hover .member-socials {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.comon-slick .slick .slick-center .popular-places-box-2 {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.comon-slick .slick .item .popular-places-box-2 {
    background-position: center;
    background-size: cover;
    transition: .3s;
    margin: 0;
    opacity: 1;
    -webkit-transform: scale3d(0.9, 0.9, 9);
    transform: scale3d(0.9, 0.9, 9);
    transition: all 0.3s ease-in-out;
}

.comon-slick .slick .slick-center .popular-places-box-2 {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.section-4 {
    padding-top: 145px;
}

/** TESTIMONIAL AREA START **/
.item-inner {
    max-width: 650px;
    margin: 0 auto;
}

.pad {
    padding-top: 0;
}

/** Faq start **/
.faq-accordion .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.faq-accordion .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
    font-size: 18px;
	font-weight:600;
    color: #535353;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
	border-radius:5px;
	margin-bottom:15px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/down.png);
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../img/up.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.faq-accordion .accordion-body {
    padding: 10px;
}

.text-color {
    color: #fff !important;
}

.t-slider-r {
    width: 30px;
    height: 30px;
    line-height: 25px;
    position: absolute;
    top: 100%;
    z-index: 5;
    display: inline-block;
    right: 0;
    border: solid 1px #fff;
    background: #fff;
    text-align: center;
    border-radius: 0;
    opacity: 1;
}

.t-slider-r i {
    font-size: 15px;
    line-height: 27px;
    color: #535353;
    border-radius: 0;
}

.pojison {
    top: 47%;
}

/** SOCIAL MEDIA BIG AREA START **/
.social-media li {
    list-style: none;
    float: left;
    margin: 0 5px 5px 0;
}

.social-media ul li a {
    font-size: 18px;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    text-align: center;
    line-height: 45px;
    background: #f3f3f3;
}

.social-media ul li a:hover {
    color: #999;
}

.img-responsive {
    width: 100%;
}

.properties-details-page .social-list {
	padding:0px;
}

.address-list {
    margin: 0 0 15px;
    padding: 0;
}

.address-list li {
    line-height: 32px;
}

.address-list li span {
    margin-right: 10px;
    font-weight: 600;
    float: left;
}

/** TESTIMONIALS AREA START **/
.testimonials-1 {
    width: 100%;
    padding: 100px 0;
    height: auto;
    background: #fff;
    text-align: center;
}

.testimonials-1 .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: solid 2px #333;
    border-radius: 0;
}

.testimonials-1 .carousel-control-prev{
    display: none;
}

.testimonials-1 .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #333;
    background-clip: padding-box;
    border: 0;
    opacity: 1;
    transition: opacity .6s ease;
}

.testimonials-1 .carousel-indicators {
    bottom: -15px;
}

.testimonials-1 .testimonials-inner{
    max-width: 700px;
    margin: 0 auto;
}

.testimonials-1 .testimonials-inner .job {
    margin-bottom: 25px;
}

.testimonials-1 .testimonials-inner .avatar {
    max-width: 95px;
    margin: 0 auto 30px;
    border-radius: 100px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 10%), 0 3px 3px 0 rgb(0 0 0 / 10%);
}

.testimonials-1 .testimonials-inner .avatar img {
    width: 100%;
    border-radius: 100px;
    height: 85px;
}

.testimonials-1 .testimonials-inner h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px;
}

.testimonials-1 .testimonials-inner p {
    margin-bottom: 30px;
}

/** TESTIMONIALS 2 AREA START **/
.testimonials-2 {
    position: relative;
    padding: 100px 0;
    display: inline-block;
    width: 100%;
    float: left;
    background: #fff;
}

.testimonials-2 h2{
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 27px;
}

.testimonials-2 p{
    font-weight: 400;
    margin-bottom: 0;
}

.testimonials-2 .testimonials-box{
    padding: 40px;
    background: #fafafa;
    -webkit-transition: all 0.5s;
    transition: all 0.9s;
    position: relative;
    text-align: left;
    z-index: 1;
}

.testimonials-2 .testimonials-box:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.testimonials-2 .testimonials-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.9s;
    z-index: -1;
}

.testimonials-2 .testimonials-box:hover::before {
    height: 100%;
}

.testimonials-2 .testimonials-box:hover p {
    color: #fff!important;
}

.testimonials-2 .testimonials-box .user-info p{
    color: #fff;
}

.testimonials-2 .testimonials-box p {
    margin-bottom: 20px;
}

.testimonials-2 .testimonials-box h5 {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 3px;
}

.testimonials-2 .testimonials-box .user-info p {
    margin-bottom: 0;
    line-height: normal;
}

.testimonials-2 .testimonials-box:hover h5 a {
    color: #fff;
}

.testimonials-2 .testimonials-box .user-info img {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, .4);
    display: inline-block;
    transition: all 0.5s;
}

.testimonials-2 .testimonials-box:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/** TESTIMONIALS 3 **/
.testimonials-3 {
    background: url(../img/img-5.png);
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.testimonials-3:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #95C41F;
    content: "";
    z-index: -1;
    opacity: 0.3;
}

.testimonials-3 .testimonials-inner {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.testimonials-3 .testimonials-inner .user {
    background-color: #DDDDDD;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    left: 0;
    position: absolute;
    top: 30px;
    transition: background-color .15s linear;
    display: block;
    z-index: 999!important;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}


.testimonials-3 .testimonials-inner:hover .user {
    transform: rotateY(360deg);
    color: #fff;
}

.testimonials-3 .testimonials-inner .img-wrapper {
    border-radius: 50%;
	overflow:hidden;
    box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 40%);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
    height: 120px;
    width: 120px;
    position: absolute;
    top: 0px;
}

.testimonials-3 .testimonials-inner a img {
    bottom: 2px;
    display: block;
}

.testimonials-3 .testimonials-inner .testimonial-info {
    margin: 0 0 0 60px;
    padding: 40px 30px 40px 90px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 5px;
	min-height:310px;
}

.testimonials-3 .testimonials-inner .testimonial-info p{
    margin-bottom: 10px;
}

.testimonials-3 .testimonials-inner h3 {
    font-size: 20px;
    margin:0 0 5px;
    font-weight: 600;
}

.pr-0{
    padding-right: 0;
}

/** SLICK BTN AREA START **/
.slick-btn {
    max-width: 80px!important;
    margin: 0 auto;
    position: relative;
    top: 30px;
}

.slick-btn .slick-prev {
    left: 0;
}

.slick-btn .sab-4 {
    border-radius: 3px;
}

.slick-btn .slick-next {
    right: 0;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: 0;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-left: 0;
}

.slick-btn-section{
    width: 100%;
    display: inline-block;
}

.services-2 .slick-btn{
    max-width: 40px!important;
    margin: 0 auto;
    position: relative;
    top: 0;
}

/** Sidebar nav start **/
.sidebar-logo{
    padding: 20px 30px;
    border-bottom: solid 1px #00000024;
}

.sidebar-logo img{
    width: 120px;
}

.nav-sidebar {
    width: 350px;
    position: fixed;
    top: 0;
    left: -350px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.nav-sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: transparent;
    position: absolute;
    top: 23px;
    font-size: 20px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
}

.search-area  .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#sidebar .overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

#sidebar .overlay.active {
    display: block;
    opacity: 1;
}

.sidebar-nav {
    display: block;
    z-index: 11;
    overflow: hidden;
    width: 100%;
}

.sidebar-nav-list{
    padding: 0px;
    margin: 0px;
}

.sidebar-nav-list .nav-header {
    margin-bottom: 0;
    color: #eee;
    font-weight: 500;
    font-size: 12px;
    padding: 15px 10px;
}

.sidebar-nav-list li {
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.sidebar-nav-list li a{
    color: #fff !important;
    font-size: 14px;
    padding-left: 30px;
}

.sidebar-nav-list .badge{
    display: inline-block;
    float: right;
    background: #0aa587;
    color: #fff;
}

/** Sidebar nav end **/
.sidebar-navigation {
    height: auto;
    margin: 0 auto;
    padding: 30px 20px 20px;
    border-bottom: solid 1px #00000024;
}

.sidebar-navigation ul {
    margin: 0;
    padding: 0;
}
.sidebar-navigation ul li {
    display: block;
}

.sidebar-navigation ul li a {
    position: relative;
    display: block;
    font-weight: 500;
    padding: 10px 10px;
    text-decoration: none;
    color: #060606;
    letter-spacing: normal;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidebar-navigation .pt0{
    padding-top: 0;
}

.sidebar-navigation .menu-list li a .badge {
    float: right;
    padding: 3px 10px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 600;
}

.sidebar-navigation .menu-list li a .badge {
    float: right;
    padding: 3px 10px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
}

/* 로고 대신 텍스트를 썼을 때 */
.sidebar-inner h1{
    margin: 10px 0px;
    padding: 0px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.sidebar-inner h3{
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.sidebar-navigation .menu-list li a .badge {
    float: right;
    padding: 3px 10px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
}

.sidebar-navigation ul li a em {
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    padding: 4.5px 5px 5.5px;
    border-radius: 5px;
    font-weight: 100;
    color: #777;
}
.sidebar-navigation ul li:hover > a, .sidebar-navigation ul li.selected > a {
    background-color: transparent;
    color: #060606;
    border-color: rgba(255, 255, 255, 0.1);
}

.sidebar-navigation ul li ul {
    display: none;
    background-color: transparent;
}
.sidebar-navigation ul li ul.open {
    display: block;
}

.sidebar-navigation ul li ul li a {
    color: #060606;
    border-color: rgba(255, 255, 255, 0.1);
    font-size: 16px;
    font-weight: 500;
    padding:8px;
}

.sidebar-navigation ul li ul li:hover > a, .sidebar-navigation ul li ul li.selected > a {
    background-color: transparent;
}
.sidebar-navigation ul li ul li:hover > a:before, .sidebar-navigation ul li ul li.selected > a:before {
    margin-right: 10px;
}
.sidebar-navigation ul li ul li.selected.selected--last > a {
    background-color: #94aab0;
    color: #fff;
}
.sidebar-navigation ul li ul li.selected.selected--last > a:before {
    background-color: transparent;
}

/** MOBILE SEARCH SIDEBAR **/
.search-sidebar {
    width: 350px;
    position: fixed;
    top: 0;
    right: -350px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.search-sidebar.active {
    right: 0;
}

#searchbar .overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

#searchbar .overlay.active {
    display: block;
    opacity: 1;
}

/** Get social start **/
.get-social {
    height: auto;
    margin: 0 auto;
    padding: 30px 30px;
    border-bottom: solid 1px #00000024;
}

.get-social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 2px;
    border-radius: 5%;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.get-social a:hover{
    color: #999;
}

.get-social .linkedin-bg {
    background: #1675b9;
}

.get-social h3 {
    padding: 0;
}
/** Get social end **/

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ccc !important;
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

/** PORTFOLIO ITEM **/
.portfolio-item {
    margin-bottom: 30px;
}

.properties-gallery .pad {
    padding: 0;
}

.properties-gallery .portfolio-item {
    margin-bottom: 30px;
}

.properties-gallery .portfolio-item .blog-image {
	max-height:250px;
	overflow:hidden;
	background-size:cover;
	background-position:center center;
	border:1px solid #ddd;
}

.pg .portfolio-item {
    margin-bottom: 0;
}

/** PORTFOLIO AREA START **/
.portfolio-item, .portfolio-item:focus {
    outline: none;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.portfolio-item img, .portfolio-item img:focus {
    outline: none;
    width: 100%;
    height: 100%;
}

.portfolio-content {
    display: none;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    color: #1c1c1c;
    height: 100%;
    position: absolute;
    right: 0;
}

.portfolio-content-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.portfolio-content * {
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    object-fit: 1;
    z-index: 999;
}

.latest-offest .col-pad {
    padding: 0 8px;
}

/** ADVANCE SEARCH **/
.show-more-options {
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

/** PAGINATION BOX **/
.pagination-box {
    margin-bottom: 25px;
}

.pagination {
    padding-left: 0;
    border-radius: 4px;
    display: inline-block;
}

.pagination li {
    display: inline-block;
}

.pagination > li > a {
    color: #353535;
    background: #fff;
    font-weight: 500;
}

.pagination > li > a:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.pagination > li > a, .pagination > li > span {
    border-radius: 0;
    margin: 0 2px 5px;
    padding: 7px 18px;
    text-align: center;
    border: none;
}

.pagination > li > a:hover {
    color: #fff;
}

.pagination > li > .active {
    color: #fff;
}

.page-item .page-link {
	border-radius:0px !important;
}

.page-link:focus {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}



/** LOGIN SECTION AREA START **/
.login-section {
    position: relative;
    min-height: 100vh;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.login-section .form-section {
    max-width: 550px;
    margin: 0 auto;
    padding: 70px 50px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.login-section .form-section p{
    color: #616161;
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
}

.login-section .form-section a {
    text-decoration: none;
}

.login-section .form-section p a{
    color: #616161;
    font-weight: 500;
}

.login-section .form-section .extra-login {
    float: left;
    width: 100%;
    margin: 25px 0 25px;
    text-align: center;
    position: relative;
}

.login-section .form-section .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #d8dcdc;
    content: "";
}

.login-section .form-section .extra-login > span {
    width: auto;
    float: none;
    display: inline-block;
    background: #fff;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-size: 15px;
    color: #616161;
    text-transform: capitalize;
}

.login-section .form-section ul{
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-section .logo-2 img{
    margin-bottom: 20px;
    max-height: 50px;
}

.login-section .form-section .social-list li {
    display: inline-block!important;
    margin-bottom: 5px;
}

.login-section .form-section .social-list li a {
    font-size: 14px;
    font-weight: 400;
    width: 130px;
    margin: 2px 0 3px 0;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-family: "Noto Sans KR", Helvetica, sans-serif;
}

.login-section .form-section .social-list li a i{
    height: 40px;
    width: 40px;
    line-height: 40px;
    float: left;
    color: #fff;
    border-radius: 20px;
}

.login-section .form-section .social-list li a span{
    margin-right: 7px;
}

.login-section .form-section h3 {
    margin: 0 0 30px;
    font-size: 23px;
    font-weight: 500;
}

.login-section .form-section .form-control {
    width: 100%;
    padding: 12px 20px 12px 20px;
}

.login-section .form-section .form-control {
    outline: none;
    color: #616161;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.login-section .checkbox label::before {
    display: none;
}

.login-section input[type=checkbox]:checked + label:before {
    display: none;
}

.login-section .form-check-input:focus {
    box-shadow: none;
}

.login-section .form-section button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-section .none-2{
    display: none;
}

.login-section .logo{
    top: 40px;
    position: absolute;
    left: 65px;
}

.login-section .form-section .terms{
    margin-left: 3px;
}

.login-section .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background-color: #fff;
    margin-left: -22px;
}

.login-section .form-section .checkbox {
    margin-bottom: 20px;
    font-size: 14px;
}

.login-section .form-control:focus {
    color: #212529;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}

.login-section .form-section .form-check a {
    color: #37404d;
    float: right;
}

.login-section .form-section .form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 16px;
    color: #37404d;
}

.login-section .form-section a.forgot-password {
    font-size: 16px;
    color: #616161;
    float: right;
}

/** Social media **/
.login-section .facebook-i {
    background: #4867aa;
    color: #fff;
}

.login-section .twitter-i {
    background: #33CCFF;
    color: #fff;
}

.login-section .google-i {
    background: #db4437;
    color: #fff;
}

.login-section .facebook-color{
    color: #4867aa;
}

.login-section .twitter-color {
    color: #33CCFF;
}

.login-section .google-color {
    color: #db4437;
}
/** login section end **/

/** ERROR PAGE AREA START **/
.error-page {
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 15px;
    background: #1B1B1B;
}

.error-page .error404 {
    line-height: .8;
    margin:0;
    font-weight: 800;
    font-size: 240px;
    opacity: 2;
    color: #3F3F3F;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 40%);
    font-family: "Noto Sans KR", Helvetica, sans-serif;
}

.error-page h1 {
    font-size: 30px;
    font-weight: 500;
    margin:0 0 20px;
    color: #dedede;
}

.error-page .nobottomborder{
    margin-left: 50px;
}

.error-page p {
    margin-bottom: 25px;
    color: #dedede;
}
/** BLOG AREA START **/
.blog-box {
    margin-bottom: 30px;
    border-radius: 0;
    padding: 0;
    border: none;
    position: relative;
    background: transparent;
}

a:hover {
    text-decoration: none;
    color: #4a4747;
}

.blog-box h3 {
    margin: 0 0 15px;
    font-size: 23px;
    font-weight: 600;
}

.blog-box .detail {
    padding: 30px;
    background: #fff;
}

.read-more {
    font-weight: 400;
}

.blog-box .date-box {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    letter-spacing: 1px;
    padding: 12px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.blog-box .date-box h5 {
    color: #fff;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}

.blog-box .detail .title a:hover {
    color: #7a7677;
}

.blog-box .detail .post-meta {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
}

.blog-box .detail .post-meta span {
    margin-right: 15px;
	color:#999;
}

.blog-box .detail .post-meta span a i {
    margin-right: 5px;
}

.blog-box .detail p {
    margin-bottom: 20px;
}

.blog-creative .blog-box .detail {
    padding: 20px !important;
}

/** BLOG 1 AREA START **/
.blog-1 {
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 2;
    background: #fff;
}

.blog-1:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.blog-1 .blog-photo {
    position: relative;
    transform: scale(1);
    transition: 1s;
}

.blog-1 .blog-inner:hover .blog-photo {
    transform: scale(1.1);
}

.blog-1 .blog-overflow {
    overflow: hidden;
    position: relative;
}

.blog-1 .blog-inner:hover .blog-photo:before {
    width: 100%;
}

.blog-1 .blog-photo:before {
    position: absolute;
    content: '';
    background: linear-gradient(0,#1f52c4e0,rgb(255 171 74 / 0%));
    right: 0;
    width: 0%;
    height: 100%;
    transition: 1s;
}

.blog-1 .detail {
    padding: 30px 25px;
    display: inline-block;
    width: 100%;
}

.blog-1 h3 {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 600;
}

.blog-1 p{
    margin-bottom: 0;
}

.blog-1 .post-meta {
    margin: 0 0 15px;
    width: 100%;
}

.blog-1 .post-meta li {
    font-size: 15px;
    margin: 0;
    float: left;
    margin-right: 20px;
}

.blog-1 .post-meta li:last-child {
    margin-right: 0;
}

/** Blog 2 start **/
.blog-2{
    position: relative;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px;
    z-index: 2;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.blog-2 img{
    width: 100%;
}

.blog-2:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.blog-2:hover .date-box {
    transform: rotateY(360deg);
}

.blog-2 .date-box {
    position: absolute;
    right: 20px;
    display: block;
    background: #fff;
    padding: 2px;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
    top: 20px;
    z-index: 999;
    width: 100px;
    height: 100px;
    text-align: center;
    padding-top: 30px;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
    border-radius: 5px 5px 0 0;
}


.blog-2:hover .date-box{
    color: #fff;
}

.blog-2:hover .date-box span {
    color: #fff;
}

.blog-2 .date-box span{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    line-height: 22px;
}

.blog-2:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    border-radius: 10px;
    background: linear-gradient(to top,rgb(35 35 37 / 91%) 0%,rgb(35 35 37 / 45%) 35%,rgb(255 255 255 / 0%) 60%,rgb(255 255 255 / 0%) 100%);
    opacity: 1;
}

.blog-2:hover:before {
    background: linear-gradient(0,#010b75bd,rgb(255 255 255 / 0%));
}

.blog-2 p{
    color: #fff;
    margin-bottom: 0;
}

.blog-2 h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.blog-2 h3 a{
    color: #fff;
}

.blog-2 .blog-info{
    position: absolute;
    bottom: 30px;
    left: 25px;
    right: 25px;
    z-index: 999;
}

/** BLOG 3 AREA START **/
.blog-3 {
    margin-bottom: 20px;
    border-radius: 0;
    border: none;
    background: #fff;
    position: relative;
    -webkit-transition: .5s;
    transition: .9s;
    overflow: hidden;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
	min-height:500px;
	color:#333;
	border:1px solid #eee;
}

.blog-3 .post-meta {
    position: absolute;
    bottom: -20px;
    border-radius: 5px;
    width: 90%;
    margin: 0 5%;
    padding: 7px 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}

.blog-3 .post-meta span {
    margin: 0 7px;
    display: inline-block;
    font-weight: 500;
    line-height: 26px;
}

.blog-3:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.blog-3 .blog-image {
    position: relative;
}

.blog-3 .date-box {
    position: absolute;
    top: 20px;
    padding: 6px 15px 4px;
    text-align: center;
    right: 20px;
    background: #fff;
    border-radius: 3px;
    display: block;
    z-index: 999!important;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.blog-3:hover .date-box {
    transform: rotateY(360deg);
    color: #fff;
}

.blog-3 .detail {
    padding: 50px 25px 30px;
}

.blog-3 h4{
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 600;
}

.blog-3:hover .post-meta {
    color: #fff!important;
}

.blog-3:hover .post-meta span{
    color: #fff!important;
}

.blog-3:hover .post-meta a {
    color: #fff;
}

.blog-3:hover .post-meta {
    bottom: 10px;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.blog-3:hover .detail {
    padding: 35px 25px 35px;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.blog-3 .read-more {
	position:absolute;
	bottom:20px;
	left:20px;
}

/** SIDEBAR WIDGET AREA START **/
.sidebar-widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 25px;
}

.sidebar .contact-1 .contact-form form textarea {
    height: 100px !important;
}

.contact-1 label {
    font-weight: 600;
}

.single-block {
    margin-bottom: 30px;
}

.form-search {
    position: relative;
}

.form-search .form-control {
    padding: 10px 17px;
    outline: none;
    color: #6c6c6c;
    border-radius: 3px;
    min-height: 50px;
    font-weight: 400;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.form-search .btn {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 12px 13px 13px;
}

.form-search .btn:active,
.form-search .btn:focus {
    box-shadow: none;
    outline: none;
}

.form-search .btn i {
    color: #4a4747;
}

.form-search .form-group, .form-search .form-control {
    width: 100%;
}

.form-search .form-group{
    margin-bottom: 0;
}

.range-slider {
    margin-top: 15px;
    margin-bottom: 30px;
}

.range-slider .ui-slider {
    position: relative;
    text-align: left;
}

.range-slider label {
    color: #4a4747;
    font-weight: 600;
    margin-bottom: 12px;
}

.range-slider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #66676b;
    cursor: w-resize;
    outline: none;
    top: -5px;
    margin-left: -8px;
    box-shadow: none !important;
}

.range-slider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0;
}

.range-slider .ui-slider .ui-slider-handle {
}

.range-slider .ui-widget-content {
    background-color: #ccc;
}

.range-slider .ui-widget-header {
}

.range-slider .ui-slider.ui-state-disabled .ui-slider-handle, .range-slider .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.range-slider .ui-slider-horizontal {
    height: 4px;
    border-radius: 10px;
    width: calc(100% - 16px);
    margin-left: 8px;
}

.range-slider .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.range-slider .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.range-slider .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

/** CATEGORY AREA START **/
.category-posts ul {
    margin: 0;
    padding: 0;
}

.category-posts ul li {
    padding: 10px 0;
    border-bottom: dashed 1px #ededed;
}

.category-posts ul li span {
    float: right;
}

.category-posts ul li:last-child {
    border-bottom: none;
    padding: 10px 0 0;
}

.category-posts ul li a{
    color: #535353;
}

/** TAGS BOX AREA START **/
.tags-box ul li {
    display: inline-block;
}

.tags-box ul li a {
    float: left;
    margin: 0 4px 0 0;
    padding: 6px 12px;
    font-weight: 400;
    color: #61666d;
    border: solid 1px #f3f3f3;
    background: #f3f3f3;
    border-radius: 2px;
}

.tags-box ul li a:hover {
    color: #fff;
}

.blog-box .tags-box ul li a{
    margin: 0 2px 0 0;
    padding: 8px 12px;
}

/** POPULAR POSTS AREA START **/
.popular-posts-box {
    color: #4a4747;
}

.popular-posts-box img {
    width: 100px;
	border-radius:5px;
	border:1px solid #ddd;
}

.popular-posts-box h4 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 600;
}

.popular-posts-box .listing-post-meta {
    font-weight: 500;
}

/** BLOG SHARE START **/
.blog-share {
    float: right;
    text-align: right;
}

.blog-share ul li {
    margin: 0 0 5px 3px;
}

.blog-share ul li a {
    list-style: none;
    float: left;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.t-s {
    margin-top: 40px;
}

.t-s h2 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 20px;
    color: #212121;
}

/** CONTACT 1 AREA START **/
.contact-form form .form-control {
    width: 100%;
    padding: 10px 17px;
    outline: none;
    color: #6c6c6c;
    border-radius: 3px;
    min-height: 50px;
    font-weight: 400;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.contact-1 .detail{
    margin: 5px 0 0 20px;
}

.contact-1 .contact-details{
    background: #fff;
    padding: 50px;
    background: rgba(0, 0, 0, 0.04) url(../img/img-4.png) top left repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.contact-1 .contact-details:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #191fcb;
    content: "";
    z-index: -1;
    opacity: 0.7;
}

.contact-1 .contact-pad{
    padding: 50px;
}

.contact-1 .contact-form .form-group {
    margin-bottom: 20px;
}

.contact-1 h3 {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 22px;
}

.contact-1 .social-list li {
    display: inline-block;
}

.contact-1 .social-list li a {
    margin-bottom: 2px;
    color: #000;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    border-radius: 3px;
    background: #fff;
    text-align: center;
}

.contact-1 .social-list li a:hover{
    color: #fff;
}

.contact-1 .contact-details h3{
    color: #fff;
}


/** CONTACT 2 AREA START **/
.contact-2 .contact-info{
    background: #fff;
    text-align: center;
    padding: 55px 10px 20px;
    position: relative;
    margin: 35px 0 30px;
}

.contact-2 .contact-info .icon {
    position: absolute;
    left: 0;
    top: -35px;
    width: 100%;
}

.contact-2 .contact-form form .form-control {
    width: 100%;
    padding: 10px 17px;
    outline: none;
    color: #6c6c6c;
    border-radius: 3px;
    min-height: 50px;
    font-weight: 400;
    border: 1px solid #fafafa;
    background: #fafafa;
    box-shadow: none;
}

.contact-2 .contact-form{
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.contact-2 .form-group{
    margin-bottom: 20px;
}

.contact-2 .contact-form form textarea {
    min-height: 195px !important;
}

.contact-2 .contact-info i{
    width: 70px;
    line-height: 70px;
    font-size: 30px;
    height: 70px;
    margin: 0 auto;
    border-radius: 100%;
    color: #fff;
    margin-bottom: 20px;
}

.contact-2 .opening-hours {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
}

.contact-2 h3 {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 22px;
}

.contact-2 .opening-hours .list-style-none {
    margin: 0 0 20px;
    padding: 0;
}

.contact-2 .opening-hours .list-style-none li {
    list-style: none;
    line-height: 35px;
}

.contact-2 .opening-hours strong {
    width: 100px;
    display: inline-block;
    font-weight: 400;
}

.contact-2 .contact-info .p2 {
    margin: 0 0 5px;
    font-weight: 600;
}

.contact-2 .contact-info p{
    margin-bottom: 0;
}

.contact-2 .contact-info p a{
    color: #535353;
}

.contact-2 .social-list li {
    display: inline-block;
}

.contact-2 .social-list li a {
    margin-bottom: 2px;
    color: #535353;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    border-radius: 3px;
    border: solid 1px #fafafa;
    background: #fafafa;
    text-align: center;
}

.contact-2 .social-list li a:hover{
    color: #fff;
}

/**  Product slider box start **/
.product-slider-box .product-img-slide {
    display: inline-block;
    width: 100%;
}

.product-slider-box .slider-for2 {
    width: 80%;
    float: left;
    padding: 0;
    background: transparent;
    border: 1px transparent;
    overflow: hidden;
    border-radius: 0;
}

.product-slider-box .slider-nav2 {
    width: 20%;
    float: left;
    padding-left: 13px;
    margin-bottom: 0;
}

.product-slider-box .slider-for2 img{
    border-radius: 3px;
}

.product-slider-box .thumb-slide {
    padding: 0;
    margin-bottom: 5px;
    background: #fff;
    overflow: hidden;
    width: 100%!important;
    border-radius: 3px;
}

.product-slider-box .slick-current {
    border-color: transparent;
}

.product-slider-box .slider-nav2 .slick-current img {
	border: 2px solid #007eff;
}

.product-slider-box .slick-arrow {
    display: none!important;
}

.product-slider-box .slick-next {
    top: auto;
    bottom: 0;
    transform: translateX(-50%) rotate(-90deg);
}

.product-slider-box .slick-slide img {
    margin: 0 auto;
    width: 100%;
    cursor: pointer;
}

.product-slider-box .gallery {
	background-size:cover;background-position:center center;border-radius:5px;border:1px solid #ddd;
	position:relative;
}

.product-slider-box .thumb-slide {
	background-size:cover;background-position:center center;border-radius:5px;border:1px solid #ddd;
}

/** Slide box btn start **/
.slide-box-btn .slick-prev{
    display: none!important;
}

.slide-box-btn .slick-next{
    display: none!important;
}

/** SUB BANNER AREA START **/
.sub-banner {
	background-color:#f6f6f6;
    background-size: cover;
    padding: 50px 10px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
    text-align: center;
}

.sub-banner h1 {
    margin: 0px;
    font-weight: 700;
    font-size: 1.7em;
}

.breadcrumbs li {
    display: inline-block;
    font-weight: 400;
    color: #333;
	padding:0 15px;
	position:relative;
}

.breadcrumbs li a {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #333 !important;
}

.breadcrumbs li:before{
    content: "";
    position: absolute;
	right: -5px;
    top: 6px;
    width: 6px;
    height: 10px;
    background: url(/assets/img/ic_sub_nav_arr.png) no-repeat 0 0;
}

.breadcrumbs li:last-of-type:before {
    background: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
}

.services-2 .read-more {
    font-weight: 600;
}

.bg-theme {
	background-color:#95C41F;
	color:#fff;
}

/** MRG BTM  BIG AREA START **/
.mb-100 {
    margin-bottom: 100px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px!important;
}

.mb-30 {
    margin-bottom: 30px!important;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-15 {
    margin-bottom: 15px;
}

.pb-0{
    padding-bottom: 0;
}

.contact-details .mb-0 {
    margin-bottom: 0 !important;
}

.headline {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 30px 0;
}

.icon-lists .heading {
    margin: 0 0 10px 0;
    font-size: 24px;
}

.list-3 li:first-child, .list-2 li:first-child, .list-1 li:first-child {
    margin-top: 0;
}

.list-3 li, .list-2 li, .list-1 li {
    list-style: none;
    margin: 14px 0;
    line-height: 27px;
    margin-left: 27px;
    position: relative;
    color: #4a4747;
}

.list-3, .list-2, .list-1 {
    padding: 5px 0 0 0;
}

.list-2 li:before {
    content: "\f00c";
    font-size: 14px;
}

.list-1 li:before {
    content: "\f0c8";
    font-size: 8px;
}

.list-3 li:before, .list-2 li:before, .list-1 li:before {
    font-family: "FontAwesome";
    margin: 0;
    position: relative;
    color: #66676b;
    float: left;
    margin-left: -27px;
    display: block;
}

.list-3 li:before {
    content: "\f058";
    font-size: 15px;
    top: 1px;
}

.demo h1, .demo h2, .demo h3, .demo h4, .demo h5, .demo h6 {
    line-height: 40px;
}

/** Tabbing box start **/
.tabbing-box .tab-pane {
    padding-top: 30px;
}

.tabbing-box .nav-tabs li {
    background: #fff;
    font-weight: 500;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
    padding: 10px 20px 10px;
	color:#333;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    border-radius: 0;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    border-radius: 0;
    color: #fff;
}

.tabbing-box .nav-tabs .nav-link {
    border: none;
    color: #4a4747;
}

.tabbing-box .accordion-item {
    background-color: transparent;
    border-bottom: 0;
}

.tabbing-box .accordion-item .accordion-button {
    border: 1px solid #efefef !important;
	border-radius:5px;
}

/** PANEL BOX **/
.yes {
    color: #3c763d !important;
    margin-left: 5px;
    font-weight: 600 !important;
    font-size: 12px;
}

.no {
    color: #a94442 !important;
    margin-left: 7px;
    font-weight: 600 !important;
    font-size: 12px;
}

.nav > li {
    position: relative;
    display: block;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 30px;
}

.nav-tabs > li > a {
    line-height: 1.42857143;
    border: none;
}

.nav-tabs > li > a:hover {
    background: transparent;
    border-radius: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    border: none;
    border-radius: 0;
    border-bottom-color: transparent;
}


.select2 {width:100% !important;}

.title-area select {
	border:1px solid #ccc;
	padding:0px 30px 0px 10px;
	display:inline;
	width:auto;
	font-size:14px;
}

.summarySeparator {
    font-weight: 400;
    font-size: inherit;
    line-height: .875rem;
    padding: 0 7px;
}

.mCSB_container {
	min-height:500px;
}

/****************************
 * COMMON
 ****************************/
label.error {
	display:block;
	text-align:left;
	color:#eb4d4b;
	font-size:13px;
}

.table-responsive td, .table-responsive th {
 white-space:nowrap;
}

.tx-12 {
	font-size:13px;
}

.tx-13 {
	font-size:13px;
}

.mfp-title p {
	color:#fff;
}

.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s
}

.delay-15s {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s
}

.delay-17s {
    animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s
}

.delay-20s {
    animation-delay: 2.0s;
    -webkit-animation-delay: 2.0s
}


/*****************************
 *
 *****************************/

.table-sell tr.more{
	display:none;
}

.table-rent tr.more{
	display:none;
}

.table-sell.active tr.more{
	display:table-row;
}

.table-rent.active tr.more{
	display:table-row;
}

/********************************
 * 상세페이지
 ********************************/
article.detail-share {
  padding: 40px 25px;
  background-color: #fff; }
  @media (max-width: 1024px) {
    article.detail-share {
      padding: 20px 15px; } }
  article.detail-share .tit-box {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.02em;
    padding-bottom: 20px; }
    @media (max-width: 1024px) {
      article.detail-share .tit-box {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 10px; } }
  article.detail-share .con-box .social-list .social-btn {
    display: inline-flex;
    width: 44px;
    height: 44px; }
    @media (max-width: 1024px) {
      article.detail-share .con-box .social-list .social-btn {
        width: 33px;
        height: 33px; } }
    article.detail-share .con-box .social-list .social-btn + .social-btn {
      margin-left: 10px; }
      @media (max-width: 1024px) {
        article.detail-share .con-box .social-list .social-btn + .social-btn {
          margin-left: 10px; } }
    article.detail-share .con-box .social-list .social-btn.type-naver {
      background: url("/assets/img/img_social_naver.png") no-repeat center/cover; }
    article.detail-share .con-box .social-list .social-btn.type-twitter {
      background: url("/assets/img/img_social_twitter.png") no-repeat center/cover; }
    article.detail-share .con-box .social-list .social-btn.type-facebook {
      background: url("/assets/img/img_social_facebook.png") no-repeat center/cover; }
    article.detail-share .con-box .social-list .social-btn.type-kakao {
      background: url("/assets/img/img_social_kakao.png") no-repeat center/cover; }
    article.detail-share .con-box .social-list .social-btn.type-link {
      background: url("/assets/img/img_social_link.png") no-repeat center/cover; }
    article.detail-share .con-box .social-list .social-btn.type-band {
      background: url("/assets/img/img_social_band.png") no-repeat center/cover; }


#danziad h3 {
	font-size:20px;
}

#danziad .btn-xs {
	padding:10px;
}


/*******************************
 * 배너
 *******************************/

#page {
	position:relative;
	overflow:hidden;
}

.sidewing {
	position:absolute;
	top:0;
	min-height:600px;
	width:210px;
}

.sidewing a {color:#333;}
.sidewing a:hover {color:#666;}

.sidewing.left {
	right:50%;
	margin: 40px 575px 0 0;
}

.sidewing.right {
	left:50%;
	margin: 40px 0 0 575px;
}

.sidewing.inline {
	position:relative !important;
	width: 100%;
    margin-top: 20px;
}

.card-sidewing {
	border:1px solid #ccc !important;
	box-shadow:none;
	border-radius:0px !important;
}

.card-sidewing hr {border-top:1px solid #aaa;margin:5px 0px;}

.card-sidewing .card-header {
	background-color:#95C41F;
	color:#fff;
	height: 40px;
	text-align: center;
	line-height: 24px;
    font-size: 16px;
    font-weight: 500;
	border-radius:0px !important;
}

.card-sidewing .card-body h4 {
    font-weight: bold;
    font-size: 16px;
    color: #95C41F;
}

.card-sidewing .card-body h4 span {
	margin-left: 4px;
    color: #999;
    font-size: 14px;
    font-weight: normal;
}

.card-sidewing .card-body {padding:10px 20px; position:relative}
.card-sidewing .card-body h2 {
    margin: 5px 0 10px;
    font-weight: bold;
    color: #95C41F;
    cursor: pointer;
	letter-spacing:-1px;
	font-size: 24px;
}

.card-sidewing .card-body p {
    color: #999;
	letter-spacing:-1px;
	font-size: 14px;
	margin:0px;
}

.card-sidewing .card-body ul {margin:0px;}
.card-sidewing .card-body ul li {
	padding: 7px 12px;
    cursor: pointer;
    transition: all .2s;
    font-size: 14px;
}

.card-sidewing .card-body ul li:hover {
	background-color:#eee;
}

.card-sidewing .card-body ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.card-sidewing  .icon {
    margin: 0;
    border: none;
    position: absolute;
    top: 35px;
    right: 10px;
    line-height: 30px;
    transform: translateY(-50%);
}

.card-sidewing  .icon i {
	display: inline-block;
    width: 50px;
    height: 50px;
    background: #95C41F;
    border-radius: 50px;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    float: left;
}

.card-sidewing .column {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  margin-bottom:1px;;
  padding:3px 5px;
  width:100%;
  display:block;
  background: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size:14px;
}

.sidewing img {max-width:100%;}


/*******************************
 * fmenu
 *******************************/
.btn-fmenu-wrapper {
	position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    width: 58px;
	opacity:0.5;
	/* animation: balloon 1.5s ease-in-out infinite; */
	transition: opacity ease 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.btn-fmenu-wrapper:hover {
	opacity:1;
}

.btn-fmenu-wrapper a{
	display:block;
	margin:5px 0px;
	cursor:pointer;
}

.btn-fmenu-wrapper img {
	max-width:100%;
}


/*****************************************************
 * hire-banner
 *****************************************************/

.hire-banner {
	background-image: url(https://dmmj3ljielax6.cloudfront.net/upload/service/7b740282-632f-4fdf-9758-3a360e61c308.png?webp=1);
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding: 6.75rem 0 9.75rem;
    margin-bottom: 0;
}

.hire-banner div.overlay {
    position: relative;
    width: 60.625rem;
    margin: 0 auto;
    z-index: 2;
}

.hire-banner div.overlay h1 {
	color:#fff;
	text-align:left;
}

.hire-banner .dimmed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
}

#hire-panel .card-body {
	padding:2.4375rem;
}
#hire-panel li{
    border: 0.0625rem solid #f2f2f2;
	padding:10px 20px;
	font-size: 17px;
    font-weight: 500;
    color: #323232;
}

#hire-panel li .text-muted {
	display:block;
	font-weight:normal;
	padding-left:25px;
	font-size: 15px;
}

#hire-panel li:not(:first-child) {
    border-top: none;
}

#hire-panel li label{
    margin-left:10px;
}

#hire-panel button {
	width: 7.5rem;
	border-radius:5px !important;
}

/*****************************************************
 * directlink
 *****************************************************/

.directlink .card {
	border-radius:10px;
	padding:35px;
	height:220px;
}

.directlink .card:hover {
    border-color: #95C41F;
}

.directlink h3 {
	font-size:19px;
	font-weight:bold;
	margin-bottom:20px;
}

.directlink .text-muted {

}

.directlink .dlink {
	text-decoration:underline;
	color:#555;
	font-weight:bold;
	margin-top:40px;
}

.directlink .img-wrapper {
	background-color:#95C41F;
	position:absolute;
	bottom:35px;
	right:35px;
}

.directlink .card:hover .img-wrapper {
    -moz-animation: 3s ease 0s normal none infinite swing;
    -moz-transform-origin: center top;
    -webkit-animation:swing 6s infinite ease-in-out;
    -webkit-transform-origin:top;
}

.directlink img {
	max-width:100px;
	max-height:100px;
}


@-moz-keyframes swing{
    0%{-moz-transform:rotate(-1deg)}
    50%{-moz-transform:rotate(1deg)}
    100%{-moz-transform:rotate(-1deg)}
}
@-webkit-keyframes swing{
    0%{-webkit-transform:rotate(-1deg)}
    50%{-webkit-transform:rotate(1deg)}
    100%{-webkit-transform:rotate(-1deg)}
}


.no-wrap {
  white-space: nowrap;
}


/* home youtube */
.youtube-1{
    margin-bottom: 20px;
    border-radius: 0;
    border: none;
    background: #fff;
    position: relative;
    -webkit-transition: .5s;
    transition: .9s;
    overflow: hidden;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
    min-height: 300px;
    color: #333;
    border: 1px solid #eee;
}
.youtube-1 .youtube-image{
    position: relative;
    height: 200px;

}
.youtube-1 .detail{
    padding : 50px 25px 30px;
}


.youtube-1:hover .post-meta {
    background: #26539F;
}
.youtube-1:hover .post-meta {
    bottom: 10px;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.youtube-1:hover .post-meta {
    color: #fff !important;
}
.youtube-1 .post-meta {
    position: absolute;
    bottom: -20px;
    border-radius: 5px;
    width: 90%;
    margin: 0 5%;
    padding: 7px 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}

.text-right{
    text-align: right;
}