@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
*{font-family: 'Noto Sans KR', sans-serif ;}
body {
  background-color: white;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  font-size: 32px;
  line-height: 36px;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  color: #232323;
  font-size: 12px;
  line-height: 1.9em;
}
a {
  width: 100%;
  color: #333;
  text-decoration: none;
}

ul {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
}

label.error {
  font-size:12px;
  color: red;
}

.inline{
  display:inline !important;
}

.require {
  color: #e94d1c;
}

.splash {
  position:relative;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
}

.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.navbar {
  position: fixed;
  z-index: 5;
  height: 60px;
  padding-top: 8px;
  background-color: white;
}
.mobile-wrapper {
  position: relative;
  width: 342px;
  height: 608px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  box-shadow: none;
}
.navbar-button {
  position: relative;
  width: 45px;
  height: 45px;
  padding: 0px;
  color: #ccc;
  line-height: 49px;
  text-align: center;
}
.navbar-button.left {
  float: left;
}
.navbar-button.left.w--open {
  background-color: transparent;
}
.navbar-button.right {
  float: right;
}
.navbar-button.right:active {
  color: #333;
}
.navbar-button.right.bigger {
  font-size: 16px;
}
.icon.ion-ios-more.bigger {
  font-size: 21px;
}
.navbar-button-icon {
  width: 45px;
  height: 45px;
  font-size: 40px;
}
.navbar-button-icon.home-icon {
  display: inline-block;
  width: 27px;
  height: auto;
  margin-top: 15px;
  margin-left: 5px;
}
.navbar-button-icon.smaller {
  font-size: 28px;
}
.navbar-title {
  position: absolute;
  display: block;
  width: 100%;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  font-size: 15px;
  line-height: 45px;
  text-align: center;
}
.body {
  padding-top: 60px;
  padding-bottom:60px;
}
.hero-slider {
  height: 250px;
}
.hero-slider.bigger {
  height: 300px;
}
.slider-bullets {
  font-size: 8px;
}
.arrow-icon {
  font-size: 20px;
}
.slide {
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: url('../images/photo-1428976365951-b70e0fa5c551.jpg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-position: center; 
}
.slide.bg2 {
  background-image: url('../images/photo-1421757295538-9c80958e75b0.jpg');
}
.slide.bg3 {
  background-image: url('../images/photo-1429032021766-c6a53949594f (1).jpg');
}
.list {
  padding-left: 0px;
  background-color: white;
  list-style-type: none;
}
.list.list-messages {
  border-top: 1px solid #e7e7e9;
}
.list.list-chats {
  padding-top: 24px;
  padding-bottom: 65px;
  border-top: 1px solid #e7e7e9;
}
.list-item {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 60px;
  border-bottom: 1px solid #e7e7e9;
  border-left: 3px solid transparent;
  background-color: white;
}
.list-item:active {
  background-color: #f7f7f7;
}
.list-item.grey {
  border-left: 3px solid transparent;
  background-color: #f7f7f7;
}
.list-item.highlighted {
  border-left: 3px solid #4fd2c2;
}
.icon-list {
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  color: #ddd;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
}
.icon-list.highlighted {
  color: #4fd2c2;
}
.title-list {
  display: inline-block;
  float: left;
  font-size: 14px;
  line-height: 60px;
}
.highlighted {
  color: #c2c2c2;
}
.nav-menu {
  position: absolute;
  width: 85%;
  /*padding-right: 22px;*/
  /*padding-left: 22px;*/
  background-color: white;
}
.nav-menu-header {
  /*height: 137px;*/
  /*padding-top: 5px;*/
  margin-top:5px;
}
.nav-menu-link {
  display: block;
  height: 50px;
  padding: 0px;
  border-bottom: 1px solid #eee;
  font-size: 13px;
  text-decoration: none;
}
.nav-menu-link:active {
  color: #4fd2c2;
}
.nav-menu-link.last {
  border-bottom-style: none;
  border-bottom-width: 0px;
}
.nav-menu-titles {
  display: inline-block;
  float: left;
  line-height: 48px;
  text-align: left;
}
.icon-list-menu {
  display: inline-block;
  width: 45px;
  height: 50px;
  float: left;
  color: #dbdbdb;
  font-size: 25px;
  line-height: 48px;
  text-align: left;
}
.nav-menu-text-right {
  display: inline-block;
  float: right;
  color: #c2c2c2;
  line-height: 48px;
}

/*메뉴 스타일 추가*/
.w-nav-menu h4{
	padding-top:10px;
	margin-bottom:20px 0px 15px 0px;
}
.w-nav-menu h4 a{
	color:#333;
}
.w-menu-top{
	border:1px solid #3333335c;
	padding:10px;
}
.w-menu-top .icon{
	font-size:35px;
	color:#333 !important;
}
.w-menu-top:first-child{
	border-left:0px;
	border-right:0px;
}
.w-menu-top:last-child{
	border-left:0px;
	border-right:0px;
}
.w-menu-top a{
	font-size:14px;
	color:#333;
}
.w-nav-menu .icon{
	color:#333 !important;
}
.w-menu-content{
	padding:20px;
}
.nav-menu .menu_tel{
	position:absolute;
	bottom:20px;
	left:20px;
}
.w-nav-overlay{
	position:fixed;
	bottom:0px;
}
.wrapper-mask{
	margin-top:-10px !important;
}
/*메뉴 스타일 추가*/

.logo {
  padding-bottom: 8px;
  font-size: 30px;
  text-align: left;
}
.slogan {
  color: #c2c2c2;
  font-size: 11px;
  text-align: left;
}
.wrapper-mask {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  margin-top: -15px;
  background-color: black;
  opacity: 0;
}
.hero-image {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 173px;
  background-color: black;
}
.hero-image-img {
  height: 100%;
  opacity: 0.62;
}
.hero-image-title {
  position: absolute;
  left: 50px;
  bottom: 30px;
  z-index: 1;
  color: white;
}
.logo-login {
  margin-top:50px;
  height: 100px;
  background-position: 50% 50%;
  background-size: 204px;
  background-repeat: no-repeat;
}
.logo-login.smaller {
  height: 97px;
  background-size: 100px;
}
.logo-login.bigger {
  height: 304px;
}
.bottom-section {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 5px;
}
.padding {
  padding-right: 18px;
  padding-left: 18px;
  background-color: white;
  opacity: 1;
}
.padding.smaller {
  padding-right: 16px;
  padding-left: 16px;
}
.padding.smaller.search-fixed {
  position: fixed;
  z-index: 3;
  height: 130px;
  -webkit-transform: translate(0px, -69px);
  -ms-transform: translate(0px, -69px);
  transform: translate(0px, -69px);
}
.link-upper {
  display: inline-block;
  color: #bababa;
  font-size: 9px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}
.b-link {
  color: #222;
  font-weight: 700;
}
.b-link:active {
  color: #4fd2c2;
}
.action-button {
  display: inline-block;
  width: 100%;
  height: 51px;
  padding: 12px;
  border-radius: 2px;
  background-color: #4fd2c2;
  color: white;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}
.action-button:active {
  background-color: #3ab5a7;
}
.action-button.grey {
  background-color: #333;
}
.separator-button {
  height: 21px;
}
.label-form {
  margin-bottom: 0px;
  color: #ccc;
  font-size: 9px;
  line-height: 11px;
  letter-spacing: 1px;
}
.label-form.middle {
  display: inline-block;
  float: left;
  line-height: 36px;
}
.input-form {
  display: inline-block;
  width: 100%;
  height: 38px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-radius: 0px;
  background-color: transparent;
  color: #222;
  font-size: 12px;
}
.input-form:focus {
  border-bottom-color: #4fd2c2;
}
.input-form.left {
  width: 100%;
}
.input-form.one-line {
  height: 55px;
  margin-bottom: 3px;
}
.input-form.last {
  border-bottom-style: none;
  border-bottom-width: 0px;
}
.input-form.in-grey {
  height: 42px;
  padding-bottom: 12px;
}
.input-form.in-grey-last {
  margin-bottom: 15px;
  border-bottom-style: none;
  border-bottom-width: 0px;
}
.input-form.search-input {
  height: 38px;
  margin-bottom: 15px;
  padding-right: 35px;
  padding-left: 10px;
  background-color: white;
}
.separator-button-input {
  height: 30px;
}
.separator-fields {
  height: 8px;
}
.right-input-link {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 40%;
  height: 37px;
  background-color: white;
  color: #ccc;
  font-size: 11px;
  line-height: 37px;
  text-align: right;
  text-decoration: none;
}
.right-input-link:active {
  color: #333;
}
.block-input-combined {
  position: relative;
}
.sub-title-small {
  padding-top: 6px;
  color: #333;
  font-size: 11px;
}
.w50 {
  width: 50%;
  float: left;
}
.w50.left {
  padding-right: 20px;
}
.radio-button {
  position: relative;
  display: inline-block;
  margin-left: 31px;
  float: right;
}
.radios-container {
  padding-top: 9px;
  line-height: 21px;
}
.radio-bullet {
  margin-left: -23px;
  opacity: 0;
}
.radio-bullet-replacement {
  position: absolute;
  left: -4px;
  top: 4px;
  width: 13px;
  height: 13px;
  border: 1px solid #c2c2c2;
  border-radius: 15px;
}
.radio-bullet-replacement.checked {
  border-color: #4fd2c2;
  background-color: #4fd2c2;
}
.checkbox-field {
  position: relative;
  float: right;
}
.checkbox-label {
  display: inline-block;
  width: 35px;
  height: 15px;
  min-width: 30px;
  margin-top: 3px;
  border-radius: 15px;
  background-color: #ededed;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.checkbox-label.checked {
  background-color: #b6e3de;
}
.checkbox-handle {
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 20px;
  background-color: #d6d6d6;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.checkbox-handle.checked {
  background-color: #4fd2c2;
  -webkit-transform: translate(16px, 0px);
  -ms-transform: translate(16px, 0px);
  transform: translate(16px, 0px);
}
.checkbox-input {
  display: none;
}
.background-grey {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 79px;
  margin-top: -16px;
  margin-left: -28px;
  background-color: #f7f7f7;
}
.background-grey.last {
  height: 71px;
}
.background-grey.search {
  height: 69px;
  margin-left: -16px;
}
.row-input-list {
  position: relative;
}
.row-input-list.search {
  margin-top: 0px;
}
.right-input-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 37px;
  height: 37px;
  color: #dbdbdb;
  font-size: 18px;
  line-height: 36px;
  text-align: right;
}
.right-input-icon.color {
  margin-right: 0px;
  color: #4fd2c2;
  text-align: center;
}
.right-input-icon.search {
  margin-right: 0px;
  padding-top: 2px;
  padding-right: 3px;
  text-align: center;
}
.page-content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.page-content.loading-mask {
  position: fixed;
  z-index: 50;
  display: none;
  background-color: white;
  opacity: 0.6;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
  text-align: center;
}
.page-content.loading-mask.stop-loading{
  opacity:0;
}
.loading-icon {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 50%;
  display: block;
  width: 44px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  font-size: 40px;
}
.text-centered {
  text-align: center;
}
.version-text {
  padding-bottom: 40px;
  color: #a1a1a1;
  font-size: 11px;
}
.separator-bottom {
  height: 15px;
}
.splash-logo {
  height: 305px;
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}
.separator-big {
  height: 95px;
}
.toolbar-top-button {
  display: block;
  float: left;
  width: 50%;
  padding-top: 22px;
  padding-bottom: 9px;
  border-bottom: 3px solid white;
  background-color: white;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
}
.toolbar-top-button.w--current {
  border-bottom-color: #4fd2c2;
  background-color: white;
}
.tabs-content {
  background-color: whitesmoke;
  clear: both;
}
.group-block {
  width: 50%;
  padding-top: 10px;
  padding-right: 4px;
  float: left;
}
.group-block.last {
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 6px;
}
.group-image {
  height: 164px;
  background-image: url('../images/Y51aFguqRcGTgsYRYBXV_20140104_085932.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.group-image.bg1 {
  background-image: url('../images/3wBPUcDrR9KaduD3PvkY_DSC_0915.jpg');
}
.group-image.bg2 {
  background-image: url('../images/photo-1413977886085-3bbbf9a7cf6e.jpg');
}
.group-image.bg3 {
  background-image: url('../images/photo-1421757295538-9c80958e75b0.jpg');
}
.group-image.bg4 {
  background-image: url('../images/photo-1429032021766-c6a53949594f (1).jpg');
  background-position: 100% 50%;
}
.group-image.bg5 {
  background-image: url('../images/nomad.jpg');
}
.group-title {
  height: 68px;
  background-color: white;
  text-align: center;
}
.title-text {
  line-height: 68px;
}
.tab-pane {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.list-news {
  width:100%;
  display: inline-block;
  padding-left: 0px;
  list-style-type: none;
}
.list-item-new {
  margin-bottom: 25px;
  box-shadow: #e3e3e3 0px 0px 6px 0px;
}
.image-new {
  position: relative;
  height: 200px;
  background-image: url('../images/photo-1421757295538-9c80958e75b0.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.image-new.bg1 {
  background-image: url('../images/photo-1413977886085-3bbbf9a7cf6e.jpg');
}
.image-new.bg2 {
  background-image: url('../images/Y51aFguqRcGTgsYRYBXV_20140104_085932.jpg');
}
.text-new {
  padding: 10px;
  border: 1px solid #e6e6e6;
  background-color: white;
}
.text-new.no-borders {
  border-style: none;
  border-width: 0px;
}
.title-new {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}
.description-new {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 11px;
}
.news-container {
  position: relative;
  display: inline-block;
  /*margin-top: 60px;*/
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom:60px;
  background-color: white;
  width:100%;
}
.news-container.item-new {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.category-link {
  display: inline-block;
  width: auto;
  height: 20px;
  margin-top: 10px;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 15px;
  background-color: #ededed;
  color: #878787;
  font-size: 8px;
  text-decoration: none;
}
.news-mask {
  position: fixed;
  z-index: 2;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.61);
  opacity: 0;
}
.options-new {
  padding: 18px 20px 16px;
  background-color: #fafafa;
}
.small-button {
  width: auto;
  margin-right: 12px;
  padding: 7px 16px;
  border-radius: 2px;
  background-color: #4fd2c2;
  color: white;
  font-size: 10px;
  text-decoration: none;
}
.small-button.icon-only {
  padding-right: 7px;
  padding-left: 7px;
  text-align: center;
}
.small-button.icon-only.grey {
  background-color: #e8e8e8;
  color: #878787;
}
.small-button.icon-only.grey.right {
  margin-right: 0px;
  margin-left: 16px;
  float: right;
}
.small-button.grey {
  background-color: #e8e8e8;
  color: #878787;
}
.icon-button {
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 20px;
  height: 15px;
  padding-bottom: 20px;
  float: left;
  font-size: 13px;
}
.icon-button.bigger {
  font-size: 20px;
}
.text-button {
  display: inline-block;
  padding-top: 1px;
  float: left;
  line-height: 19px;
}
.grey-header {
  padding: 10px 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fafafa;
}
.grey-heading-title {
  font-size: 16px;
}
.square-map {
  height: 300px;
}
.hero-map {
  height: 280px;
}
.image-message {
  position: relative;
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 130px;
  height: 120px;
  background-position: center center !important;
  background-size: cover !important;
}
.column-left {
  position: relative;
  display: block;
  width: 130px;
  height: 100px;
  float: left;
  text-align: center;
}
/** height와 overflow를 줘서 제목이 낮은 해상도의 폰에서 밀고 내려가지 않도록 수정했다. ***/
.message-title {
  /*display: inline-block;*/
  /*padding-top: 3px;*/
  /*padding-bottom: 5px;*/
  font-size: 12px;
  /*height:28px;*/
  overflow:hidden;
}
/** height를 주면 낮은 해상도에서 다른 칸으로 밀고 내려가 버려서 이상하게 보인다. **/
.list-message {
  border-bottom: 1px solid #e7e7e9;
}
.list-message:active {
  background-color: #f7f7f7;
}
.column-right {
  width:100%;
  padding:12px 5px 12px 142px;
  height: 120px;
}
@media (max-width: 320px) {
  .column-right {
    padding:12px 0px 12px 142px !important;
  }
  .meta_cell.rounded{
    margin-right: 1px !important;
  }
}

.column-right:after {
  clear:both;
  /** padding-right: 20px; **/
}
.column-right.chat {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-right: 50px;
}
.column-right.chat.right {
  position: relative;
  margin-right: 10px;
  margin-left: 100px;
  padding-left: 20px;
}
.message-text {
  /*padding-bottom: 3px;*/
  margin-bottom: 5px;
  color: #a3a3a3;
  text-decoration: none;
}

.message-text div {
  display:inline;
}

.list-chat {
  margin-bottom: 8px;
}
.chat-text {
  display: inline-block;
  margin-top: 7px;
  padding: 12px 15px;
  float: left;
  border-radius: 0px 12px 12px;
  background-color: #f0f0f0;
  color: #333;
  font-size: 12px;
  line-height: 17px;
}
.chat-text.right {
  float: right;
  border-top-left-radius: 12px;
  border-top-right-radius: 0px;
  background-color: #4fd2c2;
  color: white;
}
.arrow-globe {
  position: absolute;
  width: 0px;
  height: 0px;
  margin-top: 7px;
  margin-left: -12px;
  border-right: 12px solid #f0f0f0;
  border-bottom: 6px solid transparent;
}
.arrow-globe.right {
  top: 0px;
  right: 9px;
  border-right: 0px none transparent;
  border-left: 12px solid #4fd2c2;
}
.chat-time {
  display: block;
  padding-left: 12px;
  float: left;
  clear: left;
  color: #cfcfcf;
  font-size: 9px;
  line-height: 19px;
}
.chat-time.right {
  padding-right: 15px;
  float: right;
  clear: both;
}
.input-chat-block {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid #ebebeb;
  background-color: #f2f2f2;
}
.input-chat {
  width: 82%;
  height: 39px;
  float: left;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: black black #e3e3e3;
  border-radius: 0px;
  font-size: 11px;
}
.input-chat:focus {
  border-bottom-color: #4fd2c2;
}
.chat-button {
  width: 18%;
  padding: 9px 0px 9px 7px;
  float: right;
  background-color: transparent;
  color: #4fd2c2;
  font-size: 12px;
}
.slider-element-test {
  padding-top: 72px;
  color: black;
  font-size: 27px;
  line-height: 1.6em;
  text-align: center;
}
.social-block {
  display: inline-block;
  float: left;
}
.bar-home-icon {
  width: 100%;
  height: 1px;
  margin-bottom: 7px;
  background-color: #ccc;
}
.shadow-layer {
  position: fixed;
  z-index: 0;
  display: inline-block;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.34) 0px 0px 15px -2px;
}
html.w-mod-js *[data-ix="menu-mask"] {
  opacity: 0;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {
  .mobile-wrapper {
    width: 100%;
  }
}

.navbar{
    width:inherit;
}
.radio-bullet-replacement, .checkbox-handle, .loading-mask, .shadow-layer{
    pointer-events:none;
}
input[type=text], textarea {
    outline: none;
}
input[type=text]:focus, textarea:focus {
    outline: none;
}
*{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
*:not(input):not(textarea){
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.loading-icon {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2500ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2500ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 2500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
.loading-mask{
    display:block !important;
}
.navbar, .page-content, .news-mask, .search-fixed, .input-chat-block, .loading-mask, .shadow-layer{
    width:inherit;
}
.nav-menu{
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}


/** 검색영역 정의 **/
.search-wrapper h3 {
  color: #394041;
  cursor: text;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size:14px;
  font-weight:bold;
}

.search-wrapper {
  border-top: 1px solid #e5e5e5;
  background-color:#FEFEFE;
  padding: 12px 10px 6px 10px;
  list-style-type: none;
  margin: 0 0 10px 0;
}

#search_tab input, #search_tab select {
  width: 100%;
  font-size: 11px;
  line-height: 15px;
  height: 28px;
}

#search_tab {  margin: 0 0 10px 0; }

#search_tab .nav { overflow: hidden; margin: 0 0 10px 0; border-bottom:1px solid #cacaca;}
#search_tab .nav li { float: left; margin: 0 0 0 0; }
#search_tab .nav li.last { margin-right: 0; }
#search_tab .nav li a { display: block; padding: 5px 10px 5px 10px; background: #959290; color: white; font-size: 12px; text-align: center; border: 0; }
#search_tab .nav li a:hover { background-color: #111; }

#search_tab ul { list-style: none; }
#search_tab ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; border-top-left-radius:5px;border-top-right-radius:5px;}
#search_tab ul li a:hover { background: #fe4902; color: white; }
#search_tab ul li:last-child a { border: none; }

#search_tab ul li.nav-one a.current, #search_tab ul.featured li a:hover { background-color: #0575f4; color: white; }
#search_tab ul li.nav-two a.current, #search_tab ul.core li a:hover { background-color: #d30000; color: white; }
#search_tab ul li.nav-three a.current, #search_tab ul.jquerytuts li a:hover { background-color: #8d01b0; color: white; }
#search_tab ul li.nav-four a.current, #search_tab ul.classics li a:hover { background-color: #FE4902; color: white; }

.search-wrapper .input-append input {width:60%;}
.search-wrapper .btn-group {margin-bottom:5px;}

.search-wrapper .price_range {
  padding:0px 15px 0 15px;
  display:none;
}
.search-wrapper .price_label {
  float:left;
}
.search-wrapper .price_show {
  text-align: center;
  float: right;
  font-weight: bold;
}
.search-wrapper .price_range{
  padding:0px 10px 0 10px;
  display:none;
}
.search-wrapper .price_slider{
  margin: 10px 8px;
}

.info_image {
  overflow:hidden;
  width:65px;
  float:left;
}

.info_image img {
  width:60px;
  height:40px;
  margin:2px;
}

.relist img{
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,0.15);
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -webkit-transition: border 0.3s ease,box-shadow 0.3s ease;
  transition: border 0.3s ease,box-shadow 0.3s ease;
}

.info_desc {
  width:85px;
  letter-spacing:-1px;
  font-size:12px;
  line-height:2em;
  padding:0px 0px 4px 4px;
  float:left;
}

.img-responsive {
  height:80%;
  vertical-align:top;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-info {
  color:#31708f;
  background-color:#d9edf7;
  border-color:#bce8f1;
}

.alert-success {
  color:#3c763d;
  background-color:#dff0d8;
  border-color:#d6e9c6;
}

.alert-warning {
  color:#8a6d3b;
  background-color:#fcf8e3;
  border-color:#faebcc;
}

.alert {
    padding: 15px;
    margin-bottom: 10px !important;
    border: 1px solid transparent;
    border-radius: 4px;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

/*----------------------
  로그인 창
------------------------*/

#lean_overlay {
    position: fixed;
    z-index:9999;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#signin {
  width: 360px;
  padding-bottom: 2px;
  display: none;
    background: #FFF;
    border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

#signin-header {
  background-color: #E1E1E1;
  padding: 18px 18px 14px 18px;
  border-bottom: 1px solid #CCC;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

#signin-header  h2 {
  color: #444;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 3px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

#signin .txt-fld { 
  position: relative; 
  padding: 14px 20px;
  border-bottom: 1px solid #EEE;
  text-align: right;
}

#signin .btn-fld {
  padding: 12px 20px;
}

#signin .txt-fld label {
  display: block;
  float: left;
  padding-top: 8px;
  padding-right: 10px;
  color: #222;
  font-weight: bold;
  font-size: 1.3em;
  text-align: left;
}

#signin .txt-fld input {
  width: 235px;
  padding: 8px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 1.2em; color: #222;
  background: #F7F7F7;
  outline: none;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #E7E6E6;
  border-bottom: 1px solid #E7E6E6; 
}

#signin .txt-fld input.error_input {
  background: #FDE0E0; 
}

#simple-member,
#limit-member,
#permit-area {
  width: 360px;
  height: 150px;
  padding-bottom: 2px;
  display: none;
  background: #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

#simple-member .txt-fld,
#limit-member .txt-fld,
#permit-area .txt-fld { 
  position: relative; 
  padding-top: 55px;
  padding-left: 40px;
  height: 100%;
  border-bottom: 1px solid #EEE;
  text-align: center;
}

#simple-member .txt-fld label,
#limit-member .txt-fld label,
#permit-area .txt-fld label {
  display: block;
  float: left;
  padding-top: 8px;
  padding-right: 10px;
  color: #222;
  font-weight: bold;
  font-size: 1.3em;
  text-align: left;
}

.modal_close_button {
  position: absolute;
  position: relative;
  top: 12px;
  right: 12px;
}

.modal_close_button img{
  width: 18px;
  height: 18px;
}

#login_error_msg div{
  width: 320px;
  margin-left: 20px;
  margin-top: 10px;
}

.leanModal {
  cursor:pointer;
}

/*----------------------
  로그인 창
------------------------*/

.service-box .service-cell {
  margin-bottom: 10px;
  padding: 0px 10px;
  background-color: rgba(253, 253, 253, 0.9);
  border: 1px solid #efefef;
}
.service-box .service-cell a {
  text-decoration: none;
}

/* 매물 등록, 수정 시 보여지는 지도 요소 */
#gmap {
    width:100%;
    height:200px;
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,0.15);
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -webkit-transition: border 0.3s ease,box-shadow 0.3s ease;
    transition: border 0.3s ease,box-shadow 0.3s ease;
}

/* 지도 표시 전에 안내 멘트 표시되는 요소 */
#gmap_info {
    height:200px;
    text-align:center;
    border:1px solid #cacaca;
    padding-top:50px;
    background-color:#efefef;
}

.nav-menu-titles, .menu_tel a{
  color: #333;
}
.menu_tel a{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  box-sizing: border-box;
  color: #333;
  cursor: auto;
  display: inline;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: bold;
  height: auto;
  line-height: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  outline-color: rgb(51, 51, 51);
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: center;
  width: auto;
}

.is_print { display: none; }

.property_content_inner,
.property_content_inner p{
	line-height:initial;	
}

/*모달창 중앙 정렬 시키기*/
#address_modal,
#contact_form,
#number_search{
  text-align: center;
}

#address_modal:before,
#contact_form:before,
#number_search:before{
	display: inline-block;
	vertical-align: middle;
	content: " ";
	height: 80%;
}

#address_modal > .modal-dialog,
#contact_form > .modal-dialog,
#number_search > .modal-dialog{
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
/*모달창 중앙 정렬 시키기*/

.no_count{position:fixed; z-index: 3; width:220px; left:50%; margin-top:100px; margin-left: -110px; text-align: center; color:#fff; background: #000; opacity: 0.9; border-radius:4px; padding: 10px; display: none;}
.item_panel{position:fixed; z-index: 10; width:100%; bottom:0px; height: 0px;  background: #fff;   transition: all 1s; overflow-y: auto;  }
.pointer{cursor: pointer}
.map_search_title{
  position:absolute; 
  /*padding: 7px 15px;*/
  padding-left:10px;
  text-align: left; 
  /*z-index: 3; */
  /*width: 190px; */
  width: 100%; 
  /*background: rgba(255,255,255,0.9); */
  background: #fff;
  /*border-radius:20px; */
  /*border: 2px solid #dcdcdc; */
  border-bottom: 1px solid #dcdcdc; 
  /*left:50%; */
  margin-left:0px; 
  /*margin-top:25px;*/
  cursor: pointer;
  z-index: 9;
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}

.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 25px;
}

/* The ribbons */


.ribbon {
   font-size: 10px;
   color: #fff; 
   text-transform: uppercase; 
   text-align: center;
   font-weight: bold; line-height: 20px;
   transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg); /* Needed for Safari */
   width: 100px; display: block;
   background: #79A70A;
   background: linear-gradient(#9BC90D 0%, #79A70A 100%);
   box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
   position: absolute;
   top: 10px; right: -70px;
}

.ribbon_red{   
  background: #ce0000 !important;
  background: linear-gradient(#e44848 0%, #ce0000 100%);
}
.ribbon_green{   
  background: #79A70A !important;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
}
.ribbon_yellow{ 
  background: #f6d000 !important;
  background: linear-gradient(#ffe552 0%, #f6d000 100%);
}
.ribbon_blue{   
  background: #007aeb !important;
  background: linear-gradient(#41a3ff 0%, #007aeb 100%);
}
.ribbon_purple{   
  background: #b400ff !important;
  background: linear-gradient(#ce58ff 0%, #b400ff 100%);
}
.ribbon_white{   
  background: #fafafa !important;
  background: linear-gradient(#f7f7f7 0%, #fafafa 100%);
}
.ribbon_black{   
  background: #2a2a2a !important;
  background: linear-gradient(#7c7c7c 0%, #2a2a2a 100%);
}
.ribbon_orange{   
  background: #ffae13 !important;
  background: linear-gradient(#ffcd6b 0%, #ffae13 100%);
}
.ribbon_gold{   
  background: #e0ce05 !important;
  background: linear-gradient(#f2e877 0%, #e0ce05 100%);
}

.ribbon_box{ padding: 2px 5px; font-size:11px; border-radius: 4px; margin-top: 10px; margin-left: 10px;  }

.eps {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded{
  border-radius: 20px;
  padding: 2px 4px;
  margin-right: 5px;
}
.label-black{background: #000;color:#fff;}

.mobile_box_select{
	width: 47% !important;
}

.mobile_box{
	/*background:#efeff7 !important;*/
	/*border-radius:0px !important;*/
	text-align: left !important;
	/*width:25% !important;*/
	/*padding:10px 5px !important;*/
}
.mobile_box.line3{
	/*width:33.3% !important;*/
	/*font-size:12px !important;*/
}

.mobile_box.line3.map{
	background-color:#fff !important;
	font-weight:bold;
}

.mobile_box.line2{
	width:50% !important;
	/font-size:12px !important;
}
.mobile_box.active{
	/*background:#fff !important;*/
	color:#fff !important;
	box-shadow:none !important;
	text-shadow: 0 0 1px rgba(1, 1, 1, 1);
	/*background-image: url('/assets/common/img/check.png') !important;*/
	/*background-repeat:no-repeat !important;*/
	/*background-position: 90% 12px !important;*/
}
.mobile_box.line3.active{
	background-position: 100% 10px !important;
}
.mobile_box.line3.map.active{
	background-image: none !important;
	background-color:#337ab7 !important;
	color:#fff !important;
}
.mobile_box.line2.active{
	background-position: 96% 12px !important;
}
.mobile_box.line3, .mobile_box.line2{
	/*margin-left:-1px !important; margin-top:-1px !important;*/
	margin:0px 7px 10px 0px;
}
.m-l{margin-left: 5px;}
.m-l{margin-right: 5px;}
.m-t-xs{margin-top:5px;}
.price_show{width: 100%}

.btn-facebook {
  color: #fff !important;
  background-color: #335397;
  border-color: #335397;
  background-image:url('/assets/common/img/icons/facebook_bg.png') !important;
  background-repeat: no-repeat !important;
  background-position: 10px !important;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #fff !important;
  background-color: #2d4984;
  border-color: #294279;
  background-image:url('/assets/common/img/icons/facebook_bg.png') !important;
  background-repeat: no-repeat !important;
  background-position: 10px !important;
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook.disabled:hover,
.btn-facebook.disabled:focus,
.btn-facebook.disabled:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled],
.btn-facebook[disabled]:hover,
.btn-facebook[disabled]:focus,
.btn-facebook[disabled]:active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook,
fieldset[disabled] .btn-facebook:hover,
fieldset[disabled] .btn-facebook:focus,
fieldset[disabled] .btn-facebook:active,
fieldset[disabled] .btn-facebook.active {
  background-color: #335397;
  border-color: #335397;
}
.btn-naver {
  color: #fff !important;
  background-color: #2db400;
  border-color: #2db400;
  background-image:url('/assets/common/img/icons/naver_bg.png') !important;
  background-repeat: no-repeat !important;
  background-position: 10px !important;
}
.btn-naver:hover,
.btn-naver:focus,
.btn-naver:active,
.btn-naver.active,
.open .dropdown-toggle.btn-naver {
  color: #fff !important;
  background-color: #28a100;
  border-color: #2bac00;
  background-image:url('/assets/common/img/icons/naver_bg.png') !important;
  background-repeat: no-repeat !important;
  background-position: 10px !important;
}
.btn-naver:active,
.btn-naver.active,
.open .dropdown-toggle.btn-naver {
  background-image: none;
}
.btn-naver.disabled,
.btn-naver.disabled:hover,
.btn-naver.disabled:focus,
.btn-naver.disabled:active,
.btn-naver.disabled.active
.btn-naver[disabled],
.btn-naver[disabled]:hover,
.btn-naver[disabled]:focus,
.btn-naver[disabled]:active,
.btn-naver[disabled].active,
fieldset[disabled] .btn-naver,
fieldset[disabled] .btn-naver:hover,
fieldset[disabled] .btn-naver:focus,
fieldset[disabled] .btn-naver:active,
fieldset[disabled] .btn-naver.active {
  background-color: #2db400;
  border-color: #2db400;
}
strike{color:#bfbfbf !important;}

.right_search_real_area{display:none;}

.tooltip-inner {
	max-width: 250px !important;
	text-align: left;
}
i.secret_tooltip{
	color:#F3565D !important;
}

/*하단바로가기*/
.home_bottom_btn_section {
  position:fixed;
  bottom:0px;
  height:60px;
  width:100%;
  padding: 5px;
  background: url(/assets/mobile/images/black_half_bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index:100;
}

.home_bottom_btn_section .home_bottom_btn {
  font-size:15px;
  font-weight:700;
  text-align:center;
  margin:10px auto;
  padding:10px 30px 10px 30px;
  border-radius:20px;
  width:140px;
  background-color:#fff;
  color:#2a2a2a;
}

.col-half-offset{
	padding:0px !important;
    margin-left:2.5%;
}

.price_wrap {
  font-size:16px;
}
/*하단바로가기*/