@charset "utf-8";
html {width:100%; height:auto; margin:0; padding:0; border:0; outline:0; background:transparent; color:#1c1e1f; font-size:14px; font-family:'NotoSansKR'; vertical-align:baseline; letter-spacing:-0.5px;-webkit-text-size-adjust:100%; -webkit-overflow-scrolling:touch; -ms-text-size-adjust:100%;}
body {width:100%; height:100%; margin:0; padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {display:block;}
audio,canvas,progress,video {display:inline-block; vertical-align:baseline;}
audio, canvas, video {display:inline-block; display:inline; *zoom:1;}
audio:not([controls]) {display:none; height:0;}
[hidden],template {display:none;}
a {display:block; margin:0; padding:0; background:transparent; color:inherit; font-size:100%; text-decoration:none; vertical-align:baseline; cursor:pointer; -webkit-tap-highlight-color:rgba(255, 255, 255, 0);}
b,strong {font-weight:700;}
dfn {font-style:italic;}
mark {background:#ff0; color:#000;}
small {font-size:0.8em;}
sub,sup {position:relative; font-size:0.75em; vertical-align:baseline;}
sup {top:-0.5em;}
sub {bottom:-0.25em;}
img {border:0; -ms-interpolation-mode:bicubic;}
svg:not(:root) {overflow:hidden;}
hr {height:0; box-sizing:content-box;-moz-box-sizing:content-box;}
pre {overflow:auto; white-space:pre; white-space:pre-wrap; word-wrap:break-word;}
code,kbd,pre,samp {font-size:1em; font-family:monospace, monospace;}
q {quotes:none;}
q:before, q:after {content:''; content:none;}
dl, menu, ol, ul {margin:0; padding:0;}
ol,ul,li {list-style:none;}
nav ul, nav ol {list-style:none; list-style-image:none;}
button, input, select, textarea {margin:0; font-size:1em; font-family:'NotoSansKR'; vertical-align:middle; appearance:none;-webkit-appearance:none; -webkit-tap-highlight-color:rgba(255, 255, 255, 0); -o-appearance:none; -moz-appearance:none; -ms-appearance:none;}
input::-ms-clear {display:none;}
select::-ms-expand {display:none;}
button {overflow:visible; -webkit-tap-highlight-color:rgba(255, 255, 255, 0); border:none; outline:none; padding:0; background:transparent;}
button,select {text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {overflow:visible; vertical-align:middle; cursor:pointer; *-webkit-appearance:button;}
button[disabled],html input[disabled] {cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner {padding:0; border:0;}
input {line-height:normal;}
input[type="search"] {box-sizing:content-box;-webkit-appearance:textfield; -webkit-box-sizing:content-box; -moz-box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height:auto;}
input[type="checkbox"]::-ms-check {border:none; outline:none;}
fieldset {margin:0; padding:0; border:none; outline:none;}
legend {margin:0; padding:0; border:0;}
textarea {overflow:auto; vertical-align:baseline;}
optgroup {font-weight:700;}
table {border-collapse:collapse; border-spacing:0;}
td,th {padding:0;}
* {margin:0; padding:0; -webkit-tap-highlight-color:rgba(255, 255, 255, 0);}
textarea:focus::placeholder {color:transparent;}
textarea:focus::-webkit-input-placeholder {color:transparent;}
textarea:focus::-moz-placeholder {color:transparent;}
input:focus::placeholder {color:transparent;}
input:focus::-webkit-input-placeholder {color:transparent;}
input:focus::-moz-placeholder {color:transparent;}

/*
 ** 폰트 **
          */
.font_t {font-weight:300; font-family:"NotoSansKR";}
.font_r {font-weight:400; font-family:"NotoSansKR";}
.font_b {font-weight:700; }

/*
 ** 컬러 **
          */
.bg_blue {background-color:#0ca2ed; border-bottom:1px solid #0882c4; box-sizing:border-box;}
      /* 메인 블루 배경(선 있음) */
.bg_blue_none {background-color:#0ca2ed;}
      /* 메인 블루 배경(선 없음) */
.bg_gray {background-color:#d9dddd;}
      /* 메인 그레이 배경 */
.bg_white {background-color:#fff;}
       /* 메인 화이트 배경 */
.ft_blue {color:#0b7fd0;}
      /* 블루 텍스트 */
.ft_navy {color:#004c80;}
      /* 네이비 텍스트 */
/*
 ** 뱃지 **
          */
.month_badge {display:inline-block; width:40px; height:15px; background-color:#33a381; color:#fff; font-size:12px; text-align:center; line-height:16px; vertical-align:top;}
.rent_badge {display:inline-block; width:40px; height:15px; background-color:#92992a; color:#fff; font-size:12px; text-align:center; line-height:16px; vertical-align:top;}
.sell_badge {display:inline-block; width:40px; height:15px; background-color:#257ba1; color:#fff; font-size:12px; text-align:center; line-height:16px; vertical-align:top;}
.buy_badge {display:inline-block; width:62px; height:15px; background-color:#70369d; color:#fff; font-size:12px; text-align:center; line-height:16px; vertical-align:top;}
.short-term_badge {display:inline-block; width:45px; height:15px; background-color:#d77327; color:#fff; font-size:12px; text-align:center; line-height:16px; vertical-align:top;}

/*
 ** 체크박스**
             */
/* 기본 체크박스(회색배경 > 파란배경 하얀체크) */
.chk_wrap {position:relative;}
.chk_wrap .chk_input {display:block; position:absolute; z-index:1; top:0; left:0; width:100%; height:100%; opacity:0; cursor:pointer;}
.chk_wrap .chk_lb {display:inline-block; position:relative; width:auto; height:22px; padding-left:30px; background:url(https://image.bbjang.com/imgs/bbjang/img01/btn_chk_off.png) no-repeat left center; background-size:22px 22px; line-height:23px; vertical-align:middle;}
.chk_wrap .chk_input:checked ~ .chk_lb {background:url(https://image.bbjang.com/imgs/bbjang/img01/btn_chk_on.png) no-repeat left center; background-size:22px 22px;}

/* 기본 체크박스(하얀배경 > 파란배경 하얀체크) */
.chk_wrap02 {position:relative;}
.chk_wrap02 .chk_input02 {display:block; position:absolute; z-index:1; top:0; left:0; width:100%; height:100%; opacity:0; cursor:pointer;}
.chk_wrap02 .chk_lb02 {display:block; position:relative; width:auto; height:14px; padding-left:20px; background:url(https://image.bbjang.com/imgs/bbjang/img01/btn_chk02_off.png) no-repeat left center; background-size:14px 14px; line-height:15px; vertical-align:middle;}
.chk_wrap02 .chk_input02:checked ~ .chk_lb02 {background:url(https://image.bbjang.com/imgs/bbjang/img01/btn_chk02_on.png) no-repeat left center; background-size:14px 14px;}

/* 기본 라디오버튼(회색배경 > 흰배경 파란원) */
.rdo_wrap {position:relative;}
.rdo_wrap .rdo_input {display:block; position:absolute; z-index:1; top:0; left:0; width:100%; height:100%; opacity:0; cursor:pointer;}
.rdo_wrap .rdo_lb {display:inline-block; position:relative; width:auto; height:23px; padding-left:30px; background:url(https://image.bbjang.com/imgs/bbjang/img01/btn_rdo_off.png) no-repeat left center; background-size:23px 23px; line-height:24px; vertical-align:middle;}
.rdo_wrap .rdo_input:checked ~ .rdo_lb {background:url(https://image.bbjang.com/imgs/bbjang/img01/btn_rdo_on.png) no-repeat left center; background-size:23px 23px;}

/*
 ** 방부장 기본 css **
          */
#wrap {position:relative; top:0; left:0; right:0; width:100%; height:100%; overflow-y:auto;}
.pd_50 {padding-bottom:50px;}
.pd_25 {padding-bottom:25px;}
.full_page {width:100%;}

#header {display:block; z-index:1400; top:0; left:0; width:100%;}
.header_r {position:relative;}
.header_f {position:fixed;}
.ht_50 {height:50px;}
.ht_45 {height:45px;}
#header .btn_back {position:absolute; z-index:1; top:0; left:0; width:40px; height:100%;}
#header .btn_back a {display:block; width:100%; height:100%; background:url(https://image.bbjang.com/imgs/bbjang/img01/btn_back.png) no-repeat center center; background-size:17px 14px; text-indent:-9999px;}
#header .btn_back a:active {background:rgba(0,0,0,0.05) url(https://image.bbjang.com/imgs/bbjang/img01/btn_back.png) no-repeat center center; background-size:17px 14px;}
#header .header_txt {position:relative; width:100%; height:100%; padding-left:45px; color:#fff; font-size:19px; line-height:45px; box-sizing:border-box;}

#container {position:relative; z-index:800; top:0; left:0; right:0; width:100%; height:auto;}
.hidden {display:none!important;}
.blind {position:absolute; width:1px; height:1px; margin:-1px; overflow:hidden; clip:rect(0 0 0 0);}
.a_active {background:rgba(0,0,0,0.05);}
.ui-select span {display:none;}

.clear {zoom:1;}
.clear:after {content:""; display:block; clear: both;}

/* 관리 버튼 */
.list_card .list_intro .admin {position:absolute; right:5px; bottom:5px; width:auto; height:auto;}
.list_card .list_intro .admin:after {display:block; clear:both; content:"";}
.list_card .list_intro .admin a {float:left; width:auto; height:100%; padding:0 3px; font-size:13px;}

/* 내글 버튼 */
.list_card .my_line {width:100%; height:auto; border-top:1px solid #dfdfdf;}
.list_card .my_line:after {display:block; clear:both; content:"";}
.list_card .my_line div {float:left; width:33.3333%; height:30px; border-right:1px solid #dfdfdf; background-color:#fcfcfc; line-height:30px; box-sizing:border-box;}
.list_card .my_line div:last-of-type {border-right:none;}
.list_card .my_line div a {display:block; width:100%; height:100%; color:#636363; font-size:12px; text-align:center;}
.list_card .my_line div a:active {background:rgba(0,0,0,0.05);}
.list_card .my_line div:first-of-type a{background-color:#fffed4; color:#7e004a;}
.list_card .my_line div:first-of-type a:active{background-color:#fffeb3;}

/* 로딩 */
.load_wrap {display:none; position:relative; width:100%; height:40px; line-height:40px; padding-top:20px; text-align:center; -webkit-transform:translateZ(0);}
.load_wrap img {vertical-align:middle;}
.load_wrap .load_span {display:inline-block; width:auto; height:40px; line-height:40px; vertical-align:middle; margin-left:10px; font-size:17px; color:#596063;}

/* 광고영역 */
#ad_zone {display:block; position:fixed; z-index:1000; left:0; right:0; bottom:0; width:100%; height:50px; background-color:#989898; line-height:50px;}

/*--------------------------------------------------- 매물종류선택 ---------------------------------------------------*/
.pop_slct_type {position:relative; width:100%; height:auto; overflow:auto;}

.type_contents {position:relative; width:100%; height:auto; padding-bottom:20px; background:#f7f7f7;}
.type_contents .type_tit {position:relative; padding:16px 0 10px 10px; border-bottom:1px solid #d8d8d8; color:#373b3d; font-size:15px; font-weight:700;}

ul.type_list {position:relative; overflow:auto; background:#fff;}
ul.type_list li.type_1 {float:left; width:50%; border-bottom:1px solid #d8d8d8; color:#4d5356; font-size:15px; text-align:center; line-height:15px; box-sizing:border-box;}
ul.type_list li.type_1 a {padding:12px 0;}
ul.type_list li.type_1 a:active {display:block; background:#0ca2ed; color:#fff; font-weight:700;}
ul.type_list li.type_1 a_active {background:#0ca2ed; color:#fff; font-weight:700;}
ul.type_list li.type_none {height:40px;}
ul.type_list li.type_100 {width:100%; border-right:none;}
ul.type_list li:nth-child(odd) {border-right:1px solid #d8d8d8;}
/*--------------------------------------------------- 매물종류선택 ---------------------------------------------------*/
/*--------------------------------------------------- 사진업로드 로딩중 ---------------------------------------------------*/
.dimmed {display:inline-block; position:absolute; z-index:9999; width:100%; height:100%; background:rgba(0,0,0,.39);}
.dimmed .loader {position:absolute; left:50%; top:50%; font-size:10px; width:12px; height:12px; border-radius:50%; text-indent:-9999em; -webkit-animation:load5 0.6s infinite ease; animation:load5 0.6s infinite ease; -webkit-transform:translateZ(0); -ms-transform:translateZ(0); transform:translateZ(0);}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0px -27px 0px 0px #ffffff, 19px -19px 0 0px rgba(255,255,255, 0.2), 27px 0px 0 0px rgba(255,255,255, 0.2), 19px 19px 0 0px rgba(255,255,255, 0.2), 0px 27px 0 0px rgba(255,255,255, 0.2), -19px 19px 0 0px rgba(255,255,255, 0.2), -27px 0px 0 0px rgba(255,255,255, 0.5), -19px -19px 0 0px rgba(255,255,255, 0.7);
  }
  12.5% {
    box-shadow: 0px -27px 0px 0px rgba(255,255,255, 0.7), 19px -19px 0 0px #ffffff, 27px 0px 0 0px rgba(255,255,255, 0.2), 19px 19px 0 0px rgba(255,255,255, 0.2), 0px 27px 0 0px rgba(255,255,255, 0.2), -19px 19px 0 0px rgba(255,255,255, 0.2), -27px 0px 0 0px rgba(255,255,255, 0.2), -19px -19px 0 0px rgba(255,255,255, 0.5);
  }
  25% {
    box-shadow: 0px -27px 0px 0px rgba(255,255,255, 0.5), 19px -19px 0 0px rgba(255,255,255, 0.7), 27px 0px 0 0px #ffffff, 19px 19px 0 0px rgba(255,255,255, 0.2), 0px 27px 0 0px rgba(255,255,255, 0.2), -19px 19px 0 0px rgba(255,255,255, 0.2), -27px 0px 0 0px rgba(255,255,255, 0.2), -19px -19px 0 0px rgba(255,255,255, 0.2);
  }
  37.5% {
    box-shadow: 0px -27px 0px 0px rgba(255,255,255, 0.2), 19px -19px 0 0px rgba(255,255,255, 0.5), 27px 0px 0 0px rgba(255,255,255, 0.7), 19px 19px 0 0px #ffffff, 0px 27px 0 0px rgba(255,255,255, 0.2), -19px 19px 0 0px rgba(255,255,255, 0.2), -27px 0px 0 0px rgba(255,255,255, 0.2), -19px -19px 0 0px rgba(255,255,255, 0.2);
  }
  50% {
    box-shadow: 0px -27px 0px 0px rgba(255,255,255, 0.2), 19px -19px 0 0px rgba(255,255,255, 0.2), 27px 0px 0 0px rgba(255,255,255, 0.5), 19px 19px 0 0px rgba(255,255,255, 0.7), 0px 27px 0 0px #ffffff, -19px 19px 0 0px rgba(255,255,255, 0.2), -27px 0px 0 0px rgba(255,255,255, 0.2), -19px -19px 0 0px rgba(255,255,255, 0.2);
  }
  62.5% {
    box-shadow: 0px -27px 0px 0px rgba(255,255,255, 0.2), 19px -19px 0 0px rgba(255,255,255, 0.2), 27px 0px 0 0px rgba(255,255,255, 0.2), 19px 19px 0 0px rgba(255,255,255, 0.5), 0px 27px 0 0px rgba(255,255,255, 0.7), -19px 19px 0 0px #ffffff, -27px 0px 0 0px rgba(255,255,255, 0.2), -19px -19px 0 0px rgba(255,255,255, 0.2);
  }
  75% {
    box-shadow: 0px -27px 0px 0px rgba(255,255,255, 0.2), 19px -19px 0 0px rgba(255,255,255, 0.2), 27px 0px 0 0px rgba(255,255,255, 0.2), 19px 19px 0 0px rgba(255,255,255, 0.2), 0px 27px 0 0px rgba(255,255,255, 0.5), -19px 19px 0 0px rgba(255,255,255, 0.7), -27px 0px 0 0px #ffffff, -19px -19px 0 0px rgba(255,255,255, 0.2);
  }
  87.5% {
    box-shadow: 0px -27px 0px 0px rgba(255,255,255, 0.2), 19px -19px 0 0px rgba(255,255,255, 0.2), 27px 0px 0 0px rgba(255,255,255, 0.2), 19px 19px 0 0px rgba(255,255,255, 0.2), 0px 27px 0 0px rgba(255,255,255, 0.2), -19px 19px 0 0px rgba(255,255,255, 0.5), -27px 0px 0 0px rgba(255,255,255, 0.7), -19px -19px 0 0px #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0px -27px 0px 0px #ffffff, 19px -19px 0 0px rgba(255,255,255, 0.2), 27px 0px 0 0px rgba(255,255,255, 0.2), 19px 19px 0 0px rgba(255,255,255, 0.2), 0px 27px 0 0px rgba(255,255,255, 0.2), -19px 19px 0 0px rgba(255,255,255, 0.2), -27px 0px 0 0px rgba(255,255,255, 0.5), -19px -19px 0 0px rgba(255,255,255, 0.7);
  }
  12.5% {
    box-shadow: 0px -27px 0px 0px rgba(255,255,255, 0.7), 19px -19px 0 0px #ffffff, 27px 0px 0 0px rgba(255,255,255, 0.2), 19px 19px 0 0px rgba(255,255,255, 0.2), 0px 27px 0 0px rgba(255,255,255, 0.2), -19px 19px 0 0px rgba(255,255,255, 0.2), -27px 0px 0 0px rgba(255,255,255, 0.2), -19px -19px 0 0px rgba(255,255,255, 0.5);
  }
  25% {
    box-shadow: 0px -27px 0px 0px rgba(255,255,255, 0.5), 19px -19px 0 0px rgba(255,255,255, 0.7), 27px 0px 0 0px #ffffff, 19px 19px 0 0px rgba(255,255,255, 0.2), 0px 27px 0 0px rgba(255,255,255, 0.2), -19px 19px 0 0px rgba(255,255,255, 0.2), -27px 0px 0 0px rgba(255,255,255, 0.2), -19px -19px 0 0px rgba(255,255,255, 0.2);
  }
  37.5% {
    box-shadow: 0px -27px 0px 0px rgba(255,255,255, 0.2), 19px -19px 0 0px rgba(255,255,255, 0.5), 27px 0px 0 0px rgba(255,255,255, 0.7), 19px 19px 0 0px #ffffff, 0px 27px 0 0px rgba(255,255,255, 0.2), -19px 19px 0 0px rgba(255,255,255, 0.2), -27px 0px 0 0px rgba(255,255,255, 0.2), -19px -19px 0 0px rgba(255,255,255, 0.2);
  }
  50% {
    box-shadow: 0px -27px 0px 0px rgba(255,255,255, 0.2), 19px -19px 0 0px rgba(255,255,255, 0.2), 27px 0px 0 0px rgba(255,255,255, 0.5), 19px 19px 0 0px rgba(255,255,255, 0.7), 0px 27px 0 0px #ffffff, -19px 19px 0 0px rgba(255,255,255, 0.2), -27px 0px 0 0px rgba(255,255,255, 0.2), -19px -19px 0 0px rgba(255,255,255, 0.2);
  }
  62.5% {
    box-shadow: 0px -27px 0px 0px rgba(255,255,255, 0.2), 19px -19px 0 0px rgba(255,255,255, 0.2), 27px 0px 0 0px rgba(255,255,255, 0.2), 19px 19px 0 0px rgba(255,255,255, 0.5), 0px 27px 0 0px rgba(255,255,255, 0.7), -19px 19px 0 0px #ffffff, -27px 0px 0 0px rgba(255,255,255, 0.2), -19px -19px 0 0px rgba(255,255,255, 0.2);
  }
  75% {
    box-shadow: 0px -27px 0px 0px rgba(255,255,255, 0.2), 19px -19px 0 0px rgba(255,255,255, 0.2), 27px 0px 0 0px rgba(255,255,255, 0.2), 19px 19px 0 0px rgba(255,255,255, 0.2), 0px 27px 0 0px rgba(255,255,255, 0.5), -19px 19px 0 0px rgba(255,255,255, 0.7), -27px 0px 0 0px #ffffff, -19px -19px 0 0px rgba(255,255,255, 0.2);
  }
  87.5% {
    box-shadow: 0px -27px 0px 0px rgba(255,255,255, 0.2), 19px -19px 0 0px rgba(255,255,255, 0.2), 27px 0px 0 0px rgba(255,255,255, 0.2), 19px 19px 0 0px rgba(255,255,255, 0.2), 0px 27px 0 0px rgba(255,255,255, 0.2), -19px 19px 0 0px rgba(255,255,255, 0.5), -27px 0px 0 0px rgba(255,255,255, 0.7), -19px -19px 0 0px #ffffff;
  }
}
/*--------------------------------------------------- 사진업로드 로딩중 ---------------------------------------------------*/
/****************************** 170327 김다미 ******************************/
/* 찾을 수 없는 페이지 */
.nopg_logo{position:relative; width:100%; height:100%; background:url(https://image.bbjang.com/imgs/bbjang/img01/img_srch_logo02.png) no-repeat center center; background-size:86px 30px; text-indent:-9999px; }
.nopg_wrap{position:relative; width:315px; height:auto; margin:100px auto 0 auto;}
.nopg_txt{position:relative; width:100%; height:auto;}
.nopg_txt .nopg_title{width:100%; height:18px; line-height:18px; font-size:18px; padding-top:100px; text-align:center; color:#373b3d; background:#fff url(https://image.bbjang.com/imgs/bbjang/img_my/my_list_empty_sign1.png) no-repeat center top; background-size:75px 82px; letter-spacing:-0.5px;}
.nopg_txt .nopg_notice{width:100%; height:auto; line-height:24px; padding:22px 0 25px 0; font-size:15px; text-align:center; color:#53595c; letter-spacing:-1px; border-bottom:1px solid #d1d8e0;}
.nopg_btn{position:relative; width:265px; height:auto; padding-top:25px; margin:0 auto;}
.nopg_btn:after{content:""; display:block; clear:both;}
.nopg_btn .nopg_back, .nopg_btn .nopg_home{width:125px; height:40px; line-height:40px; color:#fff; font-size:16px;}
.nopg_btn .nopg_back{float:left; background-color:#bcc7d4;}
.nopg_btn .nopg_home{float:right; background-color:#0081d4;}
.nopg_btn .nopg_back a, .nopg_btn .nopg_home a{display:block; width:100%; height:100%; text-align:center;}
.nopg_btn .nopg_back a:active, .nopg_btn .nopg_home a:active{background:rgba(0,0,0,0.05);}
.updt_btn{position:relative; width:125px; height:auto; padding-top:25px; margin:0 auto;}
.updt_btn .updt_go{ width:100%; height:40px; line-height:40px; color:#fff; font-size:16px; background-color:#0ca2ed;}
.updt_btn a{display:block; width:100%; height:100%; text-align:center;}
.updt_btn a:active{background:rgba(0,0,0,0.05);}
.ta_justify{text-align:justify!important;}
.fc_red{color:#ff1e00; font-weight:700;}
.fc_yel{color:#ffbb37; font-weight:700;}

/****************************** 170331 김다미 ******************************/
/*
/* 어드민 영역 */
.card_admin{position:relative; width:100%; height:auto;}
.card_admin:after{content:""; display:block; clear:both;}
.card_admin .admin_right{float:right; padding-bottom:3px;}
.card_admin .admin_right a{display: inline-block; margin-right:7px; font-size:13px;}

/* 배너 */
.promote_banner{width:100%; height:66px; margin-top:3px;}
.promote_banner a{display:block; width:100%; height:100%;}

/************************** 170802 김다미 ******************************/
/* 스크롤 이벤트 */
.transi_0{transform:translateY(0px); -webkit-transform:translateY(0px); transition:transform 0.3s; -webkit-transition:-webkit-transform 0.3s;}
.transi_45{transform:translateY(-45px); -webkit-transform:translateY(-45px); transition:transform 0.3s; -webkit-transition:-webkit-transform 0.3s;}

/**************************20170803 정우아************************/
/* 버튼 묶음 div */
#header .btn_package{position:absolute; top:7px; right:0; width:auto; height:auto;}
#header .btn_package div{margin-right:5px;}

/* 홈버튼 */
#header .btn_gohome{float:left; width:38px; height:31px; border-radius:3px; line-height:31px; box-shadow:0 2px 1px #1191d0; background:linear-gradient(to bottom, #ffffff 0%,#eee 100%);}
#header .btn_gohome a{display:block; width:100%; height:100%; text-align:center;}
#header .btn_gohome a:active{background:rgba(0,0,0,0.05);}
#header .btn_gohome a img{position:absolute; top:4px; right:15px; width:18px; height:21px;}

#jobApp #header .btn_package {top:9px;}
#jobApp #header .btn_package div{margin-right:8px;}
#jobApp #header .btn_gohome {box-shadow: 0px 2px 1px 0px #007b20; height:32px;}
#jobApp #header .btn_gohome a img {right:18px;}

/*상세정보채팅상담페이지 홈버튼*/
#msg_wrap .btn_gohome{box-shadow:0 1px 3px #52597e;}

/************************************20170808 정우아*********************************/
/* 거래완료뱃지가 있을 경우 top_line에 클래스 추가 */
/*170807 수정*/
.list_card .list_intro .mid_line {width:100%; height:auto;}
.list_card .list_intro .mid_line .intro_title {width:100%; height:23px; overflow:hidden; color:#373b3d; font-size:15px; text-overflow:ellipsis; line-height:23px; white-space:nowrap; margin-top:4px;}
.list_card .list_intro .mid_line .intro_price {font-size:14px; height:auto; vertical-align:top; text-overflow:ellipsis; word-wrap:break-word; -webkit-box-orient:vertical; -webkit-line-clamp:1; width:100%; overflow:hidden; white-space:nowrap; display:block; font-weight:700; margin-top:3px;} /* 추가_170320 */ /*수정 170807*/
.list_card .list_intro .mid_line .intro_txt {display:-webkit-box; width:100%; height:auto; overflow:hidden!important; font-size:13px; color:#53595c; text-overflow:ellipsis; word-wrap:break-word; -webkit-box-orient:vertical; -webkit-line-clamp:1; margin-top:3px;}/*170807 줄 수정*/
.list_card .list_intro .mid_line2 {width:100%; height:39px;}
.list_card .list_intro .mid_line2 .intro_title {width:82%; height:23px; overflow:hidden; color:#53595c; font-size:15px; text-overflow:ellipsis; line-height:23px; white-space:nowrap;}
@media all and (min-width:412px) {
.list_card .list_intro .mid_line2 .intro_title {width:85%;}
}
@media all and (min-width:540px) {
.list_card .list_intro .mid_line2 .intro_title {width:88%;}
}
@media all and (min-width:768px) {
.list_card .list_intro .mid_line2 .intro_title {width:92%;}
}
@media all and (min-width:1024px) {
.list_card .list_intro .mid_line2 .intro_title {width:94%;}
}
.list_card .list_intro .mid_line2 .intro_price {margin-left:8px; font-size:15px; line-height:16px; vertical-align:top;} /* 추가_170320 */
.list_card .list_intro .mid_line2 .intro_txt {display:-webkit-box; width:100%; height:32px; line-height:30px; overflow:hidden!important; font-size:14px; color:#737373; text-overflow:ellipsis; word-wrap:break-word; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.list_card .list_intro .photo_pl {padding-left:100px; box-sizing:border-box;} /*170807수정*/

/* 사진이 있을 경우 top_line과 mid_line에 클래스 추가 */
/*170807 정우아 수정*/
.list_card .list_intro .bot_line {width:100%; height:auto; white-space:nowrap;}
.list_card .list_intro .bot_line:after {display:block; clear:both; content:"";}
.list_card .list_intro .bot_line .intro_option {position:relative; clear:both; width:100%; height:15px; padding-top:8px;}/*20170807 정우아*/
.list_card .list_intro .bot_line .option_list {display:inline-block; width:auto; height:15px; overflow: hidden;}
.list_card .list_intro .bot_line .pr_15{width:100%; padding-right:15px; box-sizing:border-box;}
.list_card .list_intro .bot_line .option_badge {display:inline-block; width:auto; height:15px; padding:0 5px; margin-right:3px; border-radius:1px; background-color:#8abbd3; color:#fff; font-size:12px; text-align:center; line-height:16px; vertical-align:top; float:left;}
.list_card .list_intro .bot_line .option_dot{position:absolute; top:0; right:0; width:15px; height:100%; background:url(https://image.bbjang.com/imgs/bbjang/img01/ico_ellipsis.png) no-repeat 5px center; background-size:10px 2px;}
.list_card .list_intro .bot_line .intro_time {float:left; width:60px; height:27px; color:#3d4348; font-size:13px; text-align:center; line-height:27px;}
.list_card .list_intro .bot_line .intro_roca {float:left; width:auto; height:21px; padding-left:20px; background:url(https://image.bbjang.com/imgs/bbjang/img01/ico_rocation.png) no-repeat 5px 6px; background-size:9px 11px; color:#3d4348; font-size:13px; line-height:26px;}

/* 메인 사진갯수뱃지추가 */
/* 20170807 정우아 뱃지 경로,위치 수정 */
.photo_num{position:absolute; top:-3px; right:-5px; width:24px; height:24px; line-height:24px; color:#fff; font-size:12px; text-align:center; background: linear-gradient(to bottom, rgb(65,187,248) 1%,rgb(14,142,252) 100%); border-radius:50px; font-family:"NotoSansKR"; font-weight: 700; *background-color:#0ca2ed; _background-color:#0ca2ed;}

/* 내글 버튼 영역 */
.card_my_btn{position:relative; width:100%; height:27px; line-height:27px; border-bottom:1px solid #cad1d4;}/*170808추가*/
.card_my_btn:after{content:""; display:block; clear:both;}
.card_my_btn .my_btn_sky{width:33.33333%; height:100%; float:left; border-top:1px solid #d1e2ea; box-sizing:border-box; background-color:#f5fcff; color:#646b6e; font-size:12px; font-weight:700; font-family:"NotoSansKR"; text-align:center;}
.card_my_btn .my_btn_sky:first-of-type{border-right:1px solid #d1e2ea;}
.card_my_btn .my_btn_sky a{display:block; width:100%; height:100%;}
.card_my_btn .my_btn_sky a:active{background:rgba(0,0,0,0.05);}
.card_my_btn .my_btn_blue{width:33.33333%; height:100%; float:left; background-color:#0ca2ed; color:#fff; font-size:12px; font-weight:400; font-family:"NotoSansKR"; text-align:center;}
.card_my_btn .my_btn_blue a{display:block; width:100%; height:100%;}
.card_my_btn .my_btn_blue a:active{background:rgba(0,0,0,0.05);}
.my_btn_sb_sky{height:100%; -webkit-box-shadow:0 1px 0 #c9d0d3; box-shadow:0 1px 0 #c9d0d3; border-top:1px solid #d1e2ea; box-sizing:border-box; background-color:#f5fcff; color:#646b6e; font-size:12px; font-weight:700; font-family:"NotoSansKR"; text-align:center;}

/* 나의 매물 관리> 열람현황수치 추가 */
.list_card .list_intro .clicks-in {padding:5px 0; border-top:1px dotted #6ca4c0; margin-top:8px;}/*170808 추가*/
.list_card .list_intro .clicks-in .clicks {font-size:13px; color:#3191c5; text-align:center;}
.list_card .list_intro .clicks-in .clicks .c2 {color:#086fa6;}
.list_card .list_intro .clicks-in .clicks .mg1 {margin:0 4px 0 0;}
.list_card .list_intro .clicks-in .clicks .mg2 {margin:0 0 0 1px;}
.list_card .list_intro .clicks-in .clicks .between {margin:0 6px; font-size:9px; color:#adc7d2; vertical-align:middle;}
@media all and (max-width:359px){
.list_card .list_intro .clicks-in .clicks {letter-spacing:-1px;}
.list_card .list_intro .clicks-in .clicks .mg1 {margin:0 3px 0 0;}
.list_card .list_intro .clicks-in .clicks .between {margin:0 5px;}
}

/* 관심매물,최근본매물> 미터제곱 및 지역위치 표기 추가 ------ 170809 이규호 ------ */
.list_card .list_intro .mid_line .m2-scale {height:15px; margin-left:0; font-size:12px; color:#1c1e1f; line-height:12px;}
.list_card .list_intro .mid_line .m2-scale .vtline {font-size:11px; margin:0 6px;}
.list_card .list_intro .mid_line .intro_txt_local {display:-webkit-box; width:100%; height:auto; overflow:hidden!important; font-size:13px; color:#935837; text-overflow:ellipsis; word-wrap:break-word; -webkit-box-orient:vertical; -webkit-line-clamp:1; margin-top:3px;}

/**************170810 정우아************/
/*매물구분선 추가*/
.line_bg{padding:0 46px; box-sizing:border-box;}
.line_bg .gray_line{width:100%; background-color:#c7d1d8; height:1px; margin-bottom:1px;}/*170810 수정*/

/*** 방부장 공통 리스트***/ /*.list_card 그림자 삭제*/
.content_list {position:relative; width:100%; height:auto; padding:0 3px; box-sizing:border-box;}
.list_card {position:relative; width:100%; height:auto; margin:0 auto;}
.list_card:last-child{padding-bottom:1px;}/*201708010수정*/

/*--------------------- 170817 메인리스트 광고여백 조정 ---------------------*/
.card_ad_next{padding-top:0;}
.card_ad_next .card_photo{top:1px;}

/*20170818 정우아 수정*/
/*날짜구분선 추가*/
.dayline{position:relative; height:3px; margin:14px 0 8px 0; background-color:#98c2da; font-size:13px; text-align:center; line-height:15px; font-weight:700;}
.dayline .day_division{position:relative; top:-6px; padding:0 6px; box-sizing:border-box; background-color:#fff;}

/*--------------------------------- 170904 스피너이미지(김다미) ---------------------------------*/
.bbj_loading{position:absolute; z-index:3000; top:50%; width:100%; margin-top:-16px; text-align:center;}
.bbj_loader {transform:scale(0.6); width: 16px; height: 16px; border-radius: 50%; position: relative; animation: loader-circles 0.6s linear infinite; margin: -8px auto 0 auto;}
@keyframes loader-circles {
	0%,
  100% {
    box-shadow: 0px -27px 0px 0px #0ca2ed, 19px -19px 0 0px #9edaf8, 27px 0px 0 0px #9edaf8, 19px 19px 0 0px #9edaf8, 0px 27px 0 0px #9edaf8, -19px 19px 0 0px #9edaf8, -27px 0px 0 0px #6dc7f4, -19px -19px 0 0px #3db5f1;
  }
  12.5% {
    box-shadow: 0px -27px 0px 0px #3db5f1, 19px -19px 0 0px #0ca2ed, 27px 0px 0 0px #9edaf8, 19px 19px 0 0px #9edaf8, 0px 27px 0 0px #9edaf8, -19px 19px 0 0px #9edaf8, -27px 0px 0 0px #9edaf8, -19px -19px 0 0px #6dc7f4;
  }
  25% {
    box-shadow: 0px -27px 0px 0px #6dc7f4, 19px -19px 0 0px #3db5f1, 27px 0px 0 0px #0ca2ed, 19px 19px 0 0px #9edaf8, 0px 27px 0 0px #9edaf8, -19px 19px 0 0px #9edaf8, -27px 0px 0 0px #9edaf8, -19px -19px 0 0px #9edaf8;
  }
  37.5% {
    box-shadow: 0px -27px 0px 0px #9edaf8, 19px -19px 0 0px #6dc7f4, 27px 0px 0 0px #3db5f1, 19px 19px 0 0px #0ca2ed, 0px 27px 0 0px #9edaf8, -19px 19px 0 0px #9edaf8, -27px 0px 0 0px #9edaf8, -19px -19px 0 0px #9edaf8;
  }
  50% {
    box-shadow: 0px -27px 0px 0px #9edaf8, 19px -19px 0 0px #9edaf8, 27px 0px 0 0px #6dc7f4, 19px 19px 0 0px #3db5f1, 0px 27px 0 0px #0ca2ed, -19px 19px 0 0px #9edaf8, -27px 0px 0 0px #9edaf8, -19px -19px 0 0px #9edaf8;
  }
  62.5% {
    box-shadow: 0px -27px 0px 0px #9edaf8, 19px -19px 0 0px #9edaf8, 27px 0px 0 0px #9edaf8, 19px 19px 0 0px #6dc7f4, 0px 27px 0 0px #3db5f1, -19px 19px 0 0px #0ca2ed, -27px 0px 0 0px #9edaf8, -19px -19px 0 0px #9edaf8;
  }
  75% {
    box-shadow: 0px -27px 0px 0px #9edaf8, 19px -19px 0 0px #9edaf8, 27px 0px 0 0px #9edaf8, 19px 19px 0 0px #9edaf8, 0px 27px 0 0px #6dc7f4, -19px 19px 0 0px #3db5f1, -27px 0px 0 0px #0ca2ed, -19px -19px 0 0px #9edaf8;
  }
  87.5% {
    box-shadow: 0px -27px 0px 0px #9edaf8, 19px -19px 0 0px #9edaf8, 27px 0px 0 0px #9edaf8, 19px 19px 0 0px #9edaf8, 0px 27px 0 0px #9edaf8, -19px 19px 0 0px #6dc7f4, -27px 0px 0 0px #3db5f1, -19px -19px 0 0px #0ca2ed;
  }
}

/**************************20170905 김다미******************************/

/* 메인 글작성날짜 뱃지추가
.card_content .wt_day, .card_content .wt_nday{float:right; font-size:12px; font-weight:700; text-align:center; width:44px; height:16px; line-height:16px; border-top-left-radius:100%; border-top-right-radius:50%; border-bottom-right-radius:100%; border-bottom-left-radius:50%;} */
.card_content .wt_day, .card_content .wt_nday{float:right; font-size:13px; font-weight:700; text-align:center; width:35px; height:14px; line-height:15px; border-top-left-radius:100%; border-top-right-radius:50%; border-bottom-right-radius:100%; border-bottom-left-radius:50%; transform:rotate(-4deg);}
.card_content .txt_rot{display:block; width:100%; height:100%; transform:rotate(4deg);}
.card_content .wt_day{background-color:#c57387; color:#fff;}
.card_content .wt_nday{background-color:#7d7375; color:#fff;}

/*------------------------ 170905 리스트 해외뱃지추가(김다솜) --------------------------*/
.badge_fg{position:absolute; width:32px; height:22px; top:0; left:0; background:#4e38f9; border-radius:0 0 5px 0; font-size:12px; font-weight:700; color:#fff; line-height:22px; text-align:center;}

/*--------------------- 170919 페이크모달 추가 및 위치 클래스 추가 ---------------------*/
.bb_main-slogan_box {display:inline-block; position:absolute; z-index:899; overflow:hidden; top:0; width:100%; height:53px; background-color:#092040; font-size:16px; color:#fff; text-align:center; letter-spacing:-1px; line-height:30px;}
.bb_main-slogan_box .copywrite_1 {overflow:hidden; z-index:30; height:auto; margin:5px 12px 0 12px; font-size:14px; line-height:16px; white-space:nowrap;}
.bb_main-slogan_box .copywrite_1 .color2 {color:#fff2aa;}
.bb_main-slogan_box .copywrite_1 .mg1 {margin-right:6px;}
.bb_main-slogan_box .copywrite_1 .mg2 {margin-left:8px;}
.bb_main-slogan_box .copywrite_1 .mg3 {margin-right:4px;}
.bb_main-slogan_box .copywrite_1 .mg4 {margin-left:4px;}
.bb_main-slogan_box .line {position:absolute; bottom:16px; left:0; width:100%; height:1px; background-color:#53637a;}
.bb_main-slogan_box .copywrite_2 {position:absolute;overflow:hidden; z-index:20; bottom:5px; left:50%; width:330px; height:28px; margin-left:-165px; background-color:#092040; line-height:28px;}
.bb_main-slogan_box .copywrite_2 .left {display:inline-block; position:absolute; top:0; left:0; width:194px; height:28px; text-align:left;}
.bb_main-slogan_box .copywrite_2 .left  .txt {display:inline-block; position:absolute; top:2px; height:28px; line-height:28px; margin-left:11px;}
.bb_main-slogan_box .copywrite_2 .right {display:inline-block; position:absolute; top:0; left:192px; width:140px; height:28px; text-align:left;}
.bb_main-slogan_box .copywrite_2 .right .oval-in {display:inline-block; position:relative; top:0; width:28px; height:52px;}
.bb_main-slogan_box .copywrite_2 .right .oval-in .txt {display:inline-block; position:absolute; z-index:20; left:0; top:1px; width:30px; height:52px; color:#fcffa5; text-align:center; line-height:30px;}
.bb_main-slogan_box .copywrite_2 .right .oval-in .oval_1 {display:inline-block; position:absolute; left:0; top:3px; width:30px; height:24px; -webkit-border-radius:100%; -moz-border-radius:100%; -ms-border-radius:100%; -o-border-radius:100%; border-radius:100%; background-color:#4c71b6; -webkit-transform:rotate(-30deg); -moz-transform:rotate(-30deg); -ms-transform:rotate(-30deg); -o-transform:rotate(-30deg); transform:rotate(-30deg);}
.bb_main-slogan_box .copywrite_2 .right .oval-in .oval_2 {display:inline-block; position:absolute; left:0; top:3px; width:30px; height:24px; -webkit-border-radius:100%; -moz-border-radius:100%; -ms-border-radius:100%; -o-border-radius:100%; border-radius:100%; background-color:#5360af; -webkit-transform:rotate(-30deg); -moz-transform:rotate(-30deg); -ms-transform:rotate(-30deg); -o-transform:rotate(-30deg); transform:rotate(-30deg);}
.bb_main-slogan_box .copywrite_2 .right .txt2 {display:inline-block; position:absolute; top:1px; margin-left:2px; color:#accaf3;}
@media all and (max-width:359px){
.bb_main-slogan_box p.copywrite_1 {margin:6px 6px 0 6px; font-size:13px;}
}
.txtimg1_bb_main-slogan {display:inline-block; position:absolute; top:17px; left:50%; width:200px; height:11px; margin-left:-98px; background:url('https://image.bbjang.com/imgs/bbjang/img01/txtimg_bb_main-slogan.png') no-repeat 0 0; background-size:200px 11px;}

	/*--- 190104 slogan box 무료등록 내용삭제후 ---*/
	.bb_main-slogan_box_2 {display:inline-block; position:absolute; z-index:899; overflow:hidden; top:0; width:100%; height:53px; background-color:#092040; font-size:16px; color:#fff; text-align:center; letter-spacing:-1px; line-height:30px;}
	.bb_main-slogan_box_2 .copywrite_1 {z-index:30; height:auto; margin-top:4px; font-size:14px; line-height:22px; white-space:nowrap;}
	.bb_main-slogan_box_2 .copywrite_1 .color2 {padding-left:3px; color:#fff2aa;}
	.bb_main-slogan_box_2 .copywrite_1 .mg1 {margin-right:6px;}
	.bb_main-slogan_box_2 .copywrite_1 .mg2 {margin-left:8px;}
	.bb_main-slogan_box_2 .copywrite_1 .mg3 {margin-right:4px;}
	.bb_main-slogan_box_2 .copywrite_1 .mg4 {margin-left:4px;}
	.bb_main-slogan_box_2 .line {position:absolute; bottom:17px; left:0; width:100%; height:1px; background-color:#53637a;}
	@media all and (max-width:359px){
	.bb_main-slogan_box_2 .line {display:none;}
}
	.bb_main-slogan_box_2 .copywrite_2 {position:absolute;overflow:hidden; z-index:20; bottom:3px; left:50%; width:314px; height:28px; margin-left:-157px; background-color:#092040; line-height:28px;}
	.bb_main-slogan_box_2 .copywrite_2 .txt {letter-spacing:-0.3px;}
	.bb_main-slogan_box_2 .copywrite_2 .color2 {color:#fff2aa;}
	@media all and (max-width:359px){
	.bb_main-slogan_box_2 p.copywrite_1 {margin-top:4px; font-size:12.5px;}
}
#jobApp .bb_main-slogan_box_2 .copywrite_1 {font-size:15px; line-height:41px;}
	/*---------------------------------------------*/

.fix_bottom{position:fixed!important; top:100%!important; margin-top:-53px;} /* 페이지 하단 고정 */
.fix_top{position:fixed!important; margin-top:45px;} /* 헤더 하단 고정 */
.auto_top{margin-top:45px;} /* 헤더 하단 */

/*171030 이규호 수정*/
/* 사진터치 구분 영역 */
.list_card .list_photo_wrap {position:absolute; top:8px; left:8px; z-index:10; width:90px; height:74px;}/*20170808 수정*/
.list_card .list_photo_wrap a {display:block; position:relative; width:100%; height:100%; overflow:hidden;}
.list_card .list_photo_wrap .sold_out {background:url(https://image.bbjang.com/imgs/bbjang/img01/list_sold_out_2-stamp.png) no-repeat center center; background-size:cover;}
.list_card .list_photo_wrap .i_got {background:url(https://image.bbjang.com/imgs/bbjang/img01/list_i_got_2-stamp.png) no-repeat center center; background-size:cover;}
.list_card .list_photo_wrap .expira{background:url(https://image.bbjang.com/imgs/bbjang/img01/list_expira_2-stamp.png) no-repeat center center; background-size:cover;}
.list_card .list_photo_wrap .saved{background:url(https://image.bbjang.com/imgs/bbjang/img01/list_saved_2-stamp.png) no-repeat center center; background-size:cover;}
.list_card .list_photo_wrap img {position:relative; z-index:-1; width:100%; height:100%; object-fit: cover;}

/*--------------------171103 정우아-------------------*/

/** 방부장 리스트 변경*/
.card_div{background-color:#e1e7ea; position:relative;}
.card_u{position:relative; width:100%; height:auto; background-color:#e1e7ea; transform:translateZ(0px); -webkit-transform:translateZ(0px);}
.card_l{position:relative; width:100%; height:auto; margin-top:2px;}/*171103변경*/

/* 사진 영역 */
.card_photo{position:absolute; top:50%; left:0; z-index:10;  width:110px; height:90px; transform:translateY(-50%);}/*20171103수정*/
.card_photo a{position:relative; display:block; width:100%; height:100%;}
.card_photo .sold_out02{background:url(https://image.bbjang.com/imgs/bbjang/img01/list_sold_out02.png) no-repeat center center; background-size:cover;}
.card_photo .expira02{background:url(https://image.bbjang.com/imgs/bbjang/img01/list_expira02.png) no-repeat center center; background-size:cover;}
.card_photo a img{position:relative; z-index:-1; width:100%; height:100%; object-fit:  cover;}

/*메인, 상세정보페이지 리스트 뱃지 스타일 분리*/
/*.card_l .main_badge_month, .card_l .main_badge_rent, .card_l .main_badge_sale, .card_l .main_badge_short, .card_l .main_badge_buy{display:inline;}*/

/* 내용 영역 */
/*20170726 정우아 매물 면적 위치변경*/
/*20170807 리스트 뱃지 경로 수정(공통)*/
.card_content{position:relative; width:100%; height:auto; padding:4px 10px 4px 120px; box-sizing:border-box; border-top:1px solid #cad1d4; border-bottom:1px solid #cad1d4; background-color:#fff; min-height:92px;}/*171103수정*/
.card_content:active{background-color:#f3f3f3;}
.card_content a{display:block; width:100%; height:auto;}/*171103수정*/

.card_title{width:100%; height:auto; line-height:17px; font-size:15px; color:#000; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; }
.main_badge_month, .main_badge_rent, .main_badge_sale, .main_badge_short, .main_badge_buy{display:inline-block;width:auto; padding:0 5px; height:16px; line-height:17px; border-radius:2px; font-weight:700; font-size:12px; color:#fff; text-align:center; vertical-align:top; margin-right:2px;}
.main_badge_month{background-color:#33a381;}
.main_badge_rent{background-color:#92982a;}
.main_badge_sale{background-color:#267ba2;}
.main_badge_short{background-color:#d77327;}
.main_badge_buy{background-color:#70369d;}
.card_title .area_span{padding-left:12px; background:url(https://image.bbjang.com/imgs/bbjang/img01/bg_bar05.png) no-repeat 5px 2px; background-size:1px 10px;}
/*.card_title .main_badge_short{display:inline-block; width:51px; height:16px; text-indent:-9999px; vertical-align:top; margin-right:3px;}
.card_title .main_badge_month{background:url(https://image.bbjang.com/imgs/bbjang/img01/main_badge_month.png) no-repeat center center; background-size:31px 16px;}
.card_title .main_badge_rent{background:url(https://image.bbjang.com/imgs/bbjang/img01/main_badge_rent.png) no-repeat center center; background-size:31px 16px;}
.card_title .main_badge_sale{background:url(https://image.bbjang.com/imgs/bbjang/img01/main_badge_sale.png) no-repeat center center; background-size:31px 16px;}
.card_title .main_badge_short{background:url(https://image.bbjang.com/imgs/bbjang/img01/main_badge_short.png) no-repeat center center; background-size:51px 16px;}*/

/*20170726수정*/
.card_info{display:inline; font-size:12px; color:#1c1e1f; overflow:hidden;}
.card_info_buy{width:100%; height:15px; line-height:16px; font-size:12px; color:#1c1e1f; padding-top:1px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

.card_price{display:inline; font-size:15px; color:#004c80; font-weight: 700; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; position:relative;}/*171103수정*/

.card_txt, .local_txt{line-height:16px; font-size:13px; overflow:hidden; text-overflow:ellipsis; word-wrap:break-word; -webkit-box-orient:vertical;  position:relative; white-space:nowrap;}/*20171103 수정*/
.local_txt{color:#935837;}/*20171103 수정*/

/* 171102 광고등록버튼추가(김다솜) */
.btn_set_ad2{position:fixed; width:66px; height:66px; z-index:900;}
.set_loca_detail{bottom:65px; right:20px;} /* 매물상세페이지 버튼위치 */
.set_loca_map{top:90px; right:50px;} /* 지도페이지 버튼위치 */
.set_loca_mlst{bottom:20px; right:20px;} /* 지도매물리스트페이지 버튼위치 */
.set_loca_slst{bottom:70px; right:20px;} /* 최근본매물페이지 버튼위치 */
.btn_set_ad2 a{display:block; width:100%; height:100%; padding:15px 0; box-sizing:border-box; border-radius:50%; background:#f15a5a; font-size:15px; font-weight:700; color:#fff; letter-spacing:-1px; line-height:18px; text-align:center; box-shadow:1px 1px 7px rgba(0, 0, 0, 0.66);}

/*메인리스트 사진영역, 글 통합 div*/
.card_l .main_content{position:relative;}

/*171107 리스트 거래완료 뱃지 수정(정우아)*/
/* 리스트 정보 */
.list_card .list_intro {position:relative; width:100%; height:auto;}
.list_card .list_intro a {display:block; position:relative; width:100%; height:auto; padding:8px 8px 0 8px; box-sizing:border-box;} /*170808 수정*/
.list_card .list_intro a:active {background:rgba(0,0,0,0.05);}
.list_card .list_intro .top_line {width:100%; height:auto; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}/*170807 수정*/
.list_card .list_intro .top_line .intro_title {width:100%; height:auto; overflow:hidden; color:#373b3d; font-size:15px; text-overflow:ellipsis; white-space:nowrap; margin-top:3px;} /* 추가_170320 */ /*수정,추가 170807*/
.list_card .list_intro .top_line .intro_price {margin-left:8px; font-size:15px;}
.list_card .list_intro .top_line .comple_badge {display:inline-block; position:absolute; top:62px; right:-3px; width:60px; height:20px; padding-left:8px; border-bottom:1px solid #66abcd; -webkit-box-shadow:-3px 0 3px rgba(255,255,255,0.7); -moz-box-shadow:-3px 0 3px rgba(255,255,255,0.7); -ms-box-shadow:-3px 0 3px rgba(255,255,255,0.7); -o-box-shadow:-3px 0 3px rgba(255,255,255,0.7); box-shadow:-3px 0 3px rgba(255,255,255,0.7); -webkit-border-radius:25px 0 0 25px; -moz-border-radius:25px 0 0 25px; -ms-border-radius:25px 0 0 25px; -o-border-radius:25px 0 0 25px; border-radius:25px 0 0 25px; background-color:#6cb5d9; color:#fff; font-size:12px; line-height:20px; box-sizing:border-box;}/*box-shadow 수정*/
.list_card .list_intro .comple_pr {padding-right:50px; box-sizing:border-box;}

/* 171110 플로팅관련 모달 통합 */
.full_bg_modal{display:none; position:fixed; top:0; bottom:0; left:0; right:0; z-index:1500; background:rgba(0,0,0,0.6); cursor:pointer;}

/*--------------------------------- 1701116 회원접속끊기 추가(김다미) ---------------------------------*/
.warning_connect{position:fixed; left:0; right:0; bottom:0; z-index:1500; width:100%; height:54px; padding:4px 0; box-sizing:border-box; background:#ffc800;}
.warning_connect p{width:100%; height:20px; line-height:22px; text-align:center; font-weight:700;}
.warning_connect .disconnect{width:300px; height:26px; line-height:28px; margin:0 auto; border-radius:2px; background-color:#4e5254; color:#fff; text-align:center; font-size:14px; font-weight:700; cursor:pointer;}

/*--------------------------------- 180205 클릭방지 투명모달(김다미) ---------------------------------*/
.full_block_modal{position:fixed; top:0; bottom:0; right:0; left:0; z-index:9999; width:100%; height:100%; background-color:transparent;}

/* 180226 main 리스트 여백 , 순서 변겨에 따른 수정 분  (주철만) */
.main_card_photo{position:absolute; top:6px; left:4px; z-index:10;  width:110px; height:106px;}/*20171103수정*/
.main_card_photo a{position:relative; display:block; width:100%; height:100%;}
.main_card_photo .sold_out02{background:url(https://image.bbjang.com/imgs/bbjang/img01/list_sold_out02.png) no-repeat center center; background-size:cover;}
.main_card_photo .expira02{background:url(https://image.bbjang.com/imgs/bbjang/img01/list_expira02.png) no-repeat center center; background-size:cover;}
.main_card_photo a img{position:relative; z-index:-1; width:100%; height:100%; object-fit:  cover;}

.main_card_content{position:relative; width:100%; height:auto; padding:8px 10px 6px 122px; box-sizing:border-box; border-top:1px solid #cad1d4; border-bottom:1px solid #cad1d4; background-color:#fff; min-height:118px;}/*171103수정*/
.main_card_content:active{background-color:#f3f3f3;}
.main_card_content a{display:block; width:100%; height:auto;}/*171103수정*/
.main_card_content .wt_day {float:right; font-size:12px; font-weight:500; text-align:center; width:35px; height:14px; line-height:14px; border-top-left-radius:100%; border-top-right-radius:50%; border-bottom-right-radius:100%; border-bottom-left-radius:50%; transform:rotate(-4deg);}
.main_card_content .card_content {float:right; font-size:13px; font-weight:700; text-align:center; width:35px; height:14px; line-height:15px; border-top-left-radius:100%; border-top-right-radius:50%; border-bottom-right-radius:100%; border-bottom-left-radius:50%; transform:rotate(-4deg);}
.main_card_content .wt_nday{float:right; font-size:12px; font-weight:500; text-align:center; width:35px; height:14px; line-height:14px; border-top-left-radius:100%; border-top-right-radius:50%; border-bottom-right-radius:100%; border-bottom-left-radius:50%; transform:rotate(-4deg);}
.main_card_content .txt_rot{display:block; width:100%; height:100%; transform:rotate(4deg);}
.main_card_content .wt_day{background-color:#c57387; color:#fff;}
.main_card_content .wt_nday{background-color:#7d7375; color:#fff;}

.main_bot_txt{line-height:21px; font-size:13px; font-weight:400; color:#935837; overflow:hidden; text-overflow:ellipsis; word-wrap:break-word; -webkit-box-orient:vertical;  position:relative; white-space:nowrap;}
.main_bot_txt .apt_name{padding-right:3px; font-weight:700; color:#cc5a70;}
.main_card_content .card_txt{font-size:13px; line-height:21px; overflow:hidden; padding-top:0px; text-overflow:ellipsis; word-wrap:break-word; -webkit-box-orient:vertical;  position:relative; white-space:nowrap;}

.main_bdg_month, .main_bdg_rent, .main_bdg_sale, .main_bdg_short, .main_bdg_temp{display:inline-block;width:auto; padding:0 5px; height:16px; line-height:16px; border-radius:2px; font-weight:700; font-size:12px; color:#fff; text-align:center; margin-right:2px; overflow:hidden; vertical-align: top;}
.main_bdg_month{background-color:#70ac9c;}
.main_bdg_rent{background-color:#abad75;}
.main_bdg_sale{background-color:#6ca6bb;}
.main_bdg_short{background-color:#bea488;}
.main_bdg_temp{background-color:#959595;}

.main_title_txt {line-height:21px; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; -webkit-box-orient: vertical; position: relative; white-space: nowrap; font-weight:700; }
.main_card_title{width:100%; height:16px;}

/* 서브리스트 ui 수정 _180316  (주철만) */
.sub_list_card {position:relative; width:100%; height:auto; margin:9px auto 0;}
.sub_list_card_2 {position:relative; width:100%; height:auto; margin:5px auto 0;}
.sub_list_card:last-child{padding-bottom:1px;}/*201708010수정*/

.sub_card_photo{position:absolute; top:0; left:10px; z-index:10;  width:110px; height:106px; }/*20171103수정*/
.sub_card_check { width:100%; height:100%; background-color:rgba(0,0,0,.4); position:absolute; z-index:10; }
.sub_card_photo a{position:relative; display:block; width:100%; height:100%;}
.sub_card_photo .sold_out02{background:url(https://image.bbjang.com/imgs/bbjang/img01/list_sold_out02.png) no-repeat center center; background-size:cover;}
.sub_card_photo .expira02{background:url(https://image.bbjang.com/imgs/bbjang/img01/list_expira02.png) no-repeat center center; background-size:cover;}
.sub_card_photo a img{position:relative; z-index:-1; width:100%; height:100%; object-fit:  cover;}

.sub_card_content{position:relative; width:100%; height:106px; padding:0px 10px 0px 130px; box-sizing:border-box;  min-height:92px;}/*171103수정*/
.sub_card_content:active{background-color:#f3f3f3;}
.sub_card_content a{display:block; width:100%; height:auto;}/*171103수정*/
.sub_card_content .wt_day {float:right; font-size:13px; font-weight:700; text-align:center; width:35px; height:14px; line-height:15px; border-top-left-radius:100%; border-top-right-radius:50%; border-bottom-right-radius:100%; border-bottom-left-radius:50%; transform:rotate(-4deg);}
.sub_card_content .card_content {float:right; font-size:13px; font-weight:700; text-align:center; width:35px; height:14px; line-height:15px; border-top-left-radius:100%; border-top-right-radius:50%; border-bottom-right-radius:100%; border-bottom-left-radius:50%; transform:rotate(-4deg);}
.sub_card_content .wt_nday{float:right; font-size:13px; font-weight:700; text-align:center; width:35px; height:14px; line-height:15px; border-top-left-radius:100%; border-top-right-radius:50%; border-bottom-right-radius:100%; border-bottom-left-radius:50%; transform:rotate(-4deg);}
.sub_card_content .txt_rot{display:block; width:100%; height:100%; transform:rotate(4deg);}
.sub_card_content .wt_day{background-color:#c57387; color:#fff;}
.sub_card_content .wt_nday{background-color:#7d7375; color:#fff;}
.sub_card_content .new_badge{position:absolute; top:40px; right:10px; width:19px; height:19px; line-height:19px; border-radius:100%; background-color:#f33b2a; color:#fff; text-align:center; font-size:13px; font-weight:bold;}


.sub_bot_txt{font-size:13px; font-weight:400; color:#935837; overflow:hidden; text-overflow:ellipsis; word-wrap:break-word; -webkit-box-orient:vertical;  position:relative; white-space:nowrap;}
.sub_bot_txt .apt_name{padding-right:3px; font-weight:700; color:#cc5a70;}
.sub_card_content .card_txt{line-height:21px; font-size:13px; overflow:hidden; text-overflow:ellipsis; word-wrap:break-word; -webkit-box-orient:vertical;  position:relative; white-space:nowrap;}

/*.sub_bdg_month, .sub_bdg_rent, .sub_bdg_sale, .sub_bdg_short, .sub_bdg_buy{display:inline-block;width:auto; padding:0 5px; height:16px; line-height:17px; border-radius:2px; font-weight: 600; font-size:12px; color:#fff; text-align:center; vertical-align:top; margin-right:2px;}
.sub_bdg_month{background-color:#33a381; position:absolute;}
.sub_bdg_rent{background-color:#92982a; position:absolute;}
.sub_bdg_sale{background-color:#267ba2; position:absolute;}
.sub_bdg_short{background-color:#d77327; position:absolute;}
.sub_bdg_buy{background-color:#70369d; position:absolute;}*/

.sub_title_txt {line-height:21px; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; -webkit-box-orient: vertical; position: relative; white-space: nowrap; font-weight:700; }
.sub_card_title{width:100%; height:16px; line-height:17px; color:#000; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis;}

.photo_badge_position { top:3px; left:3px; }
.sub_line_bg {margin:10px 0; padding:0 46px; box-sizing:border-box; }
.sub_line_bg .gray_line{width:100%; background-color:#c7d1d8; height:1px; margin-bottom:1px;}
.sub_content { position:relative; }

/* 기본 체크박스(하얀배경 > 파란배경 하얀체크) */
.chk_wrap_list_photo {}
.chk_wrap_list_photo .chk_input_photo_list {display:block; position:absolute; z-index:1; top:0; left:0; width:100%; height:100%; opacity:0; cursor:pointer;}
.chk_wrap_list_photo .chk_lb_photo_list {display:block; position:relative; width:75px; height:106px; padding-left:35px; background:url(https://image.bbjang.com/imgs/bbjang/img01/sub_list_chk_off.png) no-repeat 3px 3px; background-size:30px 30px; line-height:15px; vertical-align:middle;}
.chk_wrap_list_photo .chk_input_photo_list:checked ~ .chk_lb_photo_list { width:75px; height:106px; background:url(https://image.bbjang.com/imgs/bbjang/img01/sub_list_chk_on.png) no-repeat 3px 3px; background-size:30px 30px;}
.chk_in_photo_list {display:inline-block; position:absolute; top:0px; left:0px; z-index:20;}

/* 기본 체크박스(하얀배경 > 파란배경 하얀체크) */
.chk_wrap_list_photo .chk_result {display:block; position:absolute; z-index:1; top:0; left:0; width:100%; height:100%; opacity:0; cursor:pointer;}
.chk_wrap_list_photo .chk_lb_result {display:block; position:relative; width:auto; height:22px; line-height:22px; padding-left:22px; background:url(https://image.bbjang.com/imgs/bbjang/img01/btn_sub_chk_off.png) no-repeat left center; background-size:22px 22px; vertical-align:middle;}
.chk_wrap_list_photo .chk_result:checked ~ .chk_lb_result {background:url(https://image.bbjang.com/imgs/bbjang/img01/btn_sub_chk_on.png) no-repeat left center; background-size:22px 22px;}

/* 매물상태뱃지 */
.sub_soldout {background:url("https://image.bbjang.com/imgs/bbjang/img01/badge_lst_soldout.png") no-repeat center center; background-size:cover;}
.sub_expira{background:rgba(255,255,255,0.5) url("https://image.bbjang.com/imgs/bbjang/img01/badge_lst_expira.png") no-repeat center center; background-size:cover;}
.sub_saved{background:url("https://image.bbjang.com/imgs/bbjang/img01/badge_lst_saved.png") no-repeat center center; background-size:cover;}
.sub_temp{background:url("https://image.bbjang.com/imgs/bbjang/img01/badge_lst_temp.png") no-repeat center center; background-size:cover;}
.sub_expira_badge {display:inline-block; position:absolute; right:0px; bottom:-12px; width:63px; height:20px; padding-left:8px; border-bottom:1px solid #999;  -webkit-border-radius:25px 0 0 25px; -moz-border-radius:25px 0 0 25px; -ms-border-radius:25px 0 0 25px; -o-border-radius:25px 0 0 25px; border-radius:25px 0 0 25px; background-color:#a6a6a6; color:#fff; font-size:12px; line-height:20px; box-sizing:border-box;}
.sub_comple_badge {display:inline-block; position:absolute; right:0px; bottom:-12px; width:63px; height:20px; padding-left:8px; border-bottom:1px solid #12a839; -webkit-border-radius:25px 0 0 25px; -moz-border-radius:25px 0 0 25px; -ms-border-radius:25px 0 0 25px; -o-border-radius:25px 0 0 25px; border-radius:25px 0 0 25px; background-color:#00b62f; color:#fff; font-size:12px; line-height:20px; box-sizing:border-box;}/*box-shadow 수정*/
.sub_saved_badge {display:inline-block; position:absolute; right:0px; bottom:-12px;  width:63px; height:20px; padding-left:8px; border-bottom:1px solid #8bb536;  -webkit-border-radius:25px 0 0 25px; -moz-border-radius:25px 0 0 25px; -ms-border-radius:25px 0 0 25px; -o-border-radius:25px 0 0 25px; border-radius:25px 0 0 25px; background-color:#93bf39; color:#fff; font-size:12px; line-height:20px; box-sizing:border-box;}
.sub_expira_badge_02 {display:inline-block; position:absolute; right:0px; bottom:-12px; width:62px; height:20px; padding-left:8px; border-bottom:1px solid #999; -webkit-box-shadow:-6px 0 3px #fff; -moz-box-shadow:-6px 0 3px #fff; -ms-box-shadow:-6px 0 3px #fff; -o-box-shadow:-6px 0 3px #fff; box-shadow:-6px 0 3px #fff; -webkit-border-radius:25px 0 0 25px; -moz-border-radius:25px 0 0 25px; -ms-border-radius:25px 0 0 25px; -o-border-radius:25px 0 0 25px; border-radius:25px 0 0 25px; background-color:#a6a6a6; color:#fff; font-size:12px; line-height:20px; box-sizing:border-box;}

.sub_dayline{position:relative; height:3px; margin:14px 0 12px 0; background-color:#98c2da; font-size:13px; text-align:center; line-height:15px; font-weight:700;}
.sub_dayline .day_division{position:relative; top:-6px; padding:0 6px; box-sizing:border-box; background-color:#fff;}

.btn_check_swap { display:inline-block; }
.btn_check_swap a { width:80px; height:40px; position:relative; }
.btn_check_swap a img { width:22px; height:22px; position:absolute; top:9px; left:10px; }
.btn_disable { background:#d3d6d8; }
.btn_on_active { background:#4e5254; }

.my_mt_85{margin-top:85px;}
.my_pt_80 {padding-top:80px;}
.sub_list_badge{position:absolute; top:19px; right:10px; width:18px; height:18px; line-height:18px; border-radius:100%; background-color:#f33b2a; color:#fff; text-align:center; font-size:12px; }


/* 사진이 있을 경우 top_line과 mid_line에 클래스 추가 */
/*170807 정우아 수정*/
.list_intro_sub { position:relative; width:100%; height:auto; margin-top:12px;}
.list_intro_sub .sub_bot_line {width:100%; height:auto; white-space:nowrap;}
.list_intro_sub .sub_bot_line:after {display:block; clear:both; content:"";}

/* 나의 매물 관리> 열람현황수치 추가 */
.list_intro_sub .clicks-in { margin:0 auto; width:93%; padding:5px 0; border-top:1px dotted #6ca4c0;}/*170808 추가*/
.list_intro_sub .clicks-in .clicks {font-size:13px; color:#3191c5; text-align:center;}
.list_intro_sub .clicks-in .clicks .c2 {color:#086fa6;}
.list_intro_sub .clicks-in .clicks .mg1 {margin:0 4px 0 0;}
.list_intro_sub .clicks-in .clicks .mg2 {margin:0 0 0 1px;}
.list_intro_sub .clicks-in .clicks .between {margin:0 6px; font-size:9px; color:#adc7d2; vertical-align:middle;}
@media all and (max-width:359px){
.list_intro_sub .clicks-in .clicks {letter-spacing:-1px;}
.list_intro_sub .clicks-in .clicks .mg1 {margin:0 3px 0 0;}
.list_intro_sub .clicks-in .clicks .between {margin:0 5px;}
}
/*-------- 일감 1652번 버튼 수정  --------*/
.sub_singo_area {display:block; position:absolute; right:5px; top:76px; width:76px; height:32px;}
.sub_singo_area .num-in {display:inline-block; position:absolute; right:6px; top:6px; width:64px; height:20px; border:1px solid #a7a7a7; -webkit-border-radius:2px; border-radius:2px; background-color:#fff; font-size:12px; color:#3b3b3b; text-align:center; line-height:21px;}
.sub_singo_area .num-in .zero {color:#3b3b3b;}
.sub_singo_area .num-in .not-zero {color:#0061e6;}
.sub_singo_area .num-in:active {background-color:#e0e0e0;}

/* 상세뷰 추천매물/지도지역매물 리스트수정 _ 180316  (주철만) */
.view_card_photo{position:absolute; top:4px; left:0; z-index:10;  width:89px; height:89px;}/*180321 사진크기 수정(정우아)*/
.view_card_photo a{position:relative; display:block; width:100%; height:100%;}
.view_card_photo .sold_out02{background:url(https://image.bbjang.com/imgs/bbjang/img01/list_sold_out02.png) no-repeat center center; background-size:cover;}
.view_card_photo .expira02{background:url(https://image.bbjang.com/imgs/bbjang/img01/list_expira02.png) no-repeat center center; background-size:cover;}
.view_card_photo a img{position:relative; z-index:-1; width:100%; height:100%; object-fit:  cover;}

.view_card_content{position:relative; width:100%; height:auto; padding:6px 10px 6px 97px; box-sizing:border-box; border-top:1px solid #cad1d4; border-bottom:1px solid #cad1d4; background-color:#fff; min-height:97px;}/*180321 패딩수정(정우아)*/
.view_card_content:active{background-color:#f3f3f3;}
.view_card_content a{display:block; width:100%; height:auto;}/*171103수정*/
.view_card_content .wt_day {float:right; font-size:13px; font-weight:700; text-align:center; width:35px; height:14px; line-height:15px; border-top-left-radius:100%; border-top-right-radius:50%; border-bottom-right-radius:100%; border-bottom-left-radius:50%; transform:rotate(-4deg);}
.view_card_content .card_content {float:right; font-size:13px; font-weight:700; text-align:center; width:35px; height:14px; line-height:15px; border-top-left-radius:100%; border-top-right-radius:50%; border-bottom-right-radius:100%; border-bottom-left-radius:50%; transform:rotate(-4deg);}
.view_card_content .wt_nday{float:right; font-size:13px; font-weight:700; text-align:center; width:35px; height:14px; line-height:15px; border-top-left-radius:100%; border-top-right-radius:50%; border-bottom-right-radius:100%; border-bottom-left-radius:50%; transform:rotate(-4deg);}
.view_card_content .txt_rot{display:block; width:100%; height:100%; transform:rotate(4deg);}
.view_card_content .wt_day{background-color:#c57387; color:#fff;}
.view_card_content .wt_nday{background-color:#7d7375; color:#fff;}
/* 메인지도 부분리스트 4줄 -> 5줄 변경 */
.view_content.map_index .view_card_photo {width:108px; height:108px;}
.view_content.map_index .view_card_content {padding:6px 10px 7px 113px;}

.view_bot_txt{line-height:21px; font-size:13px; font-weight:400; color:#935837; overflow:hidden; text-overflow:ellipsis; word-wrap:break-word; -webkit-box-orient:vertical;  position:relative; white-space:nowrap;}
.view_bot_txt .apt_name{padding-right:3px; font-weight:700; color:#cc5a70;}
.view_local_txt{line-height:21px; font-size:13px; overflow:hidden; text-overflow:ellipsis; word-wrap:break-word; -webkit-box-orient:vertical;  position:relative; white-space:nowrap;}

/*.view_bdg_month, .view_bdg_rent, .view_bdg_sale, .view_bdg_short, .view_bdg_buy{display:inline-block;width:auto; padding:0 5px; height:16px; line-height:17px; border-radius:2px; font-weight: 600; font-size:12px; color:#fff; text-align:center; vertical-align:top; margin-right:2px;}
.view_bdg_month{background-color:#33a381; position:absolute;}
.view_bdg_rent{background-color:#92982a; position:absolute;}
.view_bdg_sale{background-color:#267ba2; position:absolute;}
.view_bdg_short{background-color:#d77327; position:absolute;}
.view_bdg_buy{background-color:#70369d; position:absolute;}*/

.view_title_txt { line-height:21px; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; -webkit-box-orient: vertical; position: relative; white-space: nowrap; font-weight:700; }
.view_card_title{width:100%; height:16px; line-height:16px; font-size:15px; color:#000; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; margin-bottom:2px;}

.yscrape{position:absolute; width:36px; height:100%; overflow:hidden; white-space:nowrap; background:url(https://image.bbjang.com/imgs/bbjang/img_button/ico_star.png) no-repeat center center; background-size:26px 25px; cursor:pointer; top:0; right:5px;}
.yscrape_active{background:url(https://image.bbjang.com/imgs/bbjang/img_button/ico_star_active.png) no-repeat center center; background-size:26px 25px;}

/* 터치 컬러변경 */
.list_touch_col { background:#ececec !important; background-color:#ececec !important; }
.btn_txt_del {line-height:18px; font-size:16px; position:absolute; top:10px; left:42px; font-weight:500; color:#999 }

/* 메인, 지도, 뷰페이지 매물리스트 사진 위 뱃지 길이가 길 경우 폰트사이즈 축소(180321 정우아) */
.main_long_bdg{font-size:11px;}
.view_long_bdg{font-size:10px; padding:0 2px;}

/*--------------------- 180330 관리자대행등록 수정 ---------------------*/
.admin_write{display:inline-block; vertical-align:top; margin-top:3px; width:10px; height:10px; border-radius:100%; position:absolute; z-index:10; background-color:rgba(255,0,0,0.75);}
.admin_sect {position:absolute; width:40px; height:18px; top:3px; right:3px; line-height:18px; text-align:center; border-radius:2px; z-index:100; background:#5abff1; color:#fff; font-size:13px;}

/*--------------------- 180412 PC뱃지추가 ---------------------*/
.main_pc_bag{position: relative; float:right; z-index:100; display:inline-block; vertical-align:top; width:auto; height:16px; line-height:17px; padding:0 5px; border-radius:2px; background-color:#ff9d3d; color:#fff; font-size:12px; text-align:center; font-weight:700;}

/*---------- 180426 URL복사 영역 (정우아)----------*/
.intro_sp{font-size:14px; font-weight:700;}
.sp_num_wrap{font-weight:400; padding-left:3px;}
.intro_sp .sp_num{color:#1c91e3; font-weight:700;}
.url_intro_wrap{position:relative; width:100%; height:auto; padding:12px; box-sizing:border-box; background-color:#eff6fa; border-bottom:1px solid #c8d3d9; color:#1c1e1f;}
.url_copy{position:absolute; top:0; right:0; width:50px; height:28px; text-align:center; border:1px solid #1f9edd; background-color:#22abef; color:#fff; box-sizing:border-box;}
.url_copy a:active{background-color:#22a0df; cursor:pointer;}
.address_wrap{position:relative; width:100%; height:auto; line-height:28px; box-sizing:border-box; font-size:13px; margin-top:6px; border-radius:4px;}
.address_url{width:100%; height:28px; background-color:#eaeaea; box-sizing:border-box; border:1px solid #bababa; border-right:0; color:#303030; font-size:15px;}
.address_wrap a{display:block; width:100%; height:100%; line-height:26px;}
.address_url a{padding:0 7px; box-sizing:border-box; display:inline-block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
/*공인중개사*/
.estate_url_wrap{position:relative; width:100%; height:auto; padding:12px; box-sizing:border-box; background-color:#6c4e7a; border-bottom:1px solid #5d4568;}
.estate_h{color:#fff;}
.estate_url_wrap .et_ad_wrap .url_copy_estate{position:absolute; top:0; right:0; width:70px; height:28px; text-align:center; background-color:#483054; color:#fff; box-sizing:border-box;}
.estate_url_wrap .et_ad_wrap .url_copy_estate a:active{background-color:#3f2a49; cursor:pointer;}
.et_ad_wrap{position:relative; width:100%; height:auto; line-height:28px; padding-right:70px; box-sizing:border-box; font-size:13px; margin-top:6px;}
.et_ad_wrap .et_ad_url{width:100%; height:28px; background-color:#ebebeb; box-sizing:border-box; border:1px solid #ebebeb; border-right:0; color:#303030; font-weight:700; font-size:15px;}
.et_ad_wrap a{display:block; width:100%; height:100%;}
.et_ad_wrap .et_ad_url a{padding:0 7px; box-sizing:border-box; display:inline-block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
/*건설회사*/
.ct_wrap{background-color:#4c6ba5!important;}
.estate_url_wrap .et_ad_wrap .url_copy_ct{position:absolute; top:0; right:0; width:70px; height:28px; text-align:center; background-color:#2c4677; color:#fff; box-sizing:border-box;}
.estate_url_wrap .et_ad_wrap .url_copy_ct a:active{background-color:#273d68; cursor:pointer;}
/*뷰페이지*/
.view_intro_wrap{padding:10px!important;}
.view_url_wrap{position:relative; width:100%; height:auto; padding-left:60px; box-sizing:border-box;}
.view_url_wrap .intro_sp{position:absolute; top:4px; left:0;}
.view_ad_wrap{margin-top:0!important;}

/*----- 180426 URL로 연결시 홈으로가기 헤더 (정우아)-----*/
.pt_97{padding-top:97px;}
.url_bbj_header{position:fixed; background:#2590e2 url(https://image.bbjang.com/imgs/bbjang/url_img/home_img.png) no-repeat center bottom; background-size:286px 50px; width:100%; height:110px; box-sizing:border-box; z-index:900; text-align:center; padding:10px; border-bottom:1px solid #1f79be;}
.url_bbj_header .url_home_txt{color:#fff; font-size:14.5px; padding-bottom:3px;}
.url_bbj_header .url_home_txt .home_free{color:#ffea01; font-weight:700;}
.home_url_btn{margin:3px auto; width:205px; height:35px; line-height:35px;}
.home_url_btn a{display:block; width:100%; height:100%; background-color:#fff; border-radius:20px; box-shadow:0px 1px 3px #3b4a56; box-sizing:border-box;}
.home_url_btn a:active{background-color:#f6f6f6;}
.home_url_btn a .url_home_icon{background:url(https://image.bbjang.com/imgs/bbjang/url_img/home_icon.png) no-repeat 0 -1px; background-size:14px 17px; padding-left:20px; font-size:16px; color:#313131; font-weight:700;}

/*----- 180426 URL접속 후 리스트없을때 (정우아) -----*/
.list_none{text-align:center; width:100%; height:auto; position:relative;}
.list_none .list_none_img{padding:80px 0 20px 0;}
.list_none .no_list_txt{font-size:14px; color:#a1a3a6; padding-bottom:4px;}
.pt90{padding-top:90px}

/*Index page 배너 dot 관련*/
.banner_page {position: absolute; bottom: 7px; width: 100%; text-align: center}
.banner_page .dot {width: 8px; height: 8px; border-radius: 50%; background: #fff; border: none; margin: 0 6px; font-size: 0px; line-height: 0; text-indent: -9999px; outline: none; box-shadow: 1px 1px 1px rgba(0,0,0,0.3) }
.banner_page .dot.on {background: #ffa32d; border: none;}

/*----- 아이폰 전용 뒤로가기 버튼 -----*/
/*하단 바가 없는 페이지들 내(메인, 매물등록 및 관리)*/
.go_behind{position:fixed; z-index:800; left:10px; bottom:10px; width:47px; height:40px; background:url(https://image.bbjang.com/imgs/bbjang/img01/iphone_behind.png) no-repeat center center; background-size:47px 40px;}
.go_behind a{position:relative; display:block; width:100%; height:100%; text-indent:-9999px;}
/*하단 바가 있는 페이지들 내(부동산꿀팁 네이버블로그, 매물상세) */
.detail_bh{bottom:55px!important;}

/*------ 일감2193 매물등록수표시-관리자에게만 보이기(정우아) ------*/
.admin_rgm{padding-left:5px; font-weight:700; color:#3652aa; font-size:13px;}

/* #2148 관리 시 평면도 유무 표시 */
.plan_badge { position: absolute; bottom: 0; left: 0; z-index: 100; display: inline-block; vertical-align: top; width: auto; height: 16px; line-height: 17px; padding: 0 3px; background-color: #bb00ff; color: #fff; font-size: 12px; text-align: center; font-weight:700;}

/*------ #2306 비공개메모 수정-매물관리에 비공개메모 표시 ------*/
.sub_hide_memo_wrap {position:relative; top:-1px; background-color:#fff;}
.sub_hide_memo {height: 30px; margin:0 10px; line-height: 30px;}
.hide_memo_txt {font-size:13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-left: 35px; border-top:1px solid #d9d9d9; box-sizing: border-box; position: relative;}
.badge_hide_memo {position: absolute; left: 3px; top:7px; background-color:#fd7124; border-radius: 2px; width:28px; text-align: center; height:16px; line-height: 16px; font-size:12px; color:#fff; font-weight:700;}

/*------ 일감2337 유저용 아래로 내리기 버튼 -----*/
.btn_down_user{position:fixed; z-index:800; right:70px; bottom:10px; width:40px; height:40px;}
.btn_down_user a{display:block; width:100%; height:100%; background:url(https://image.bbjang.com/imgs/bbjang/img02/btn_go_down.png) no-repeat center center; background-size:40px 40px; text-indent:-9999px;}

/*------ 일감2362 관리자접속 스크롤 -----*/
.pd_connect{padding-bottom:50px; box-sizing:border-box;}

/*------ 일감2475 신고건수 뱃지 추가 -----*/
.btn_report_badge{position:absolute; z-index:100; width:auto; height:auto; bottom:22px; right:3px; background-color:transparent; border:none;}
.btn_report_badge .report_badge{display:inline-block; vertical-align:top; width:25px; height:16px; line-height:18px; border-radius:2px; background-color:#ffd863; color:#000; font-size:12px; font-weight:700; text-align:center;}

/*----- #2502 리스트배너추가 -----*/
.wrap_bnr{height:85px; background:#d7dee5;}
.wrap_bnr img{display:block; width:auto; height:100%; margin:0 auto;}

/* 건설회사(분양.대행) 뱃지 */
/*.badge_constcom {display:inline-block; position:absolute; z-index:10; top:-1px; left:-1px; width:42px; height:33px; background:url('https://image.bbjang.com/imgs/bbjang/img01/badge_constcom.png') no-repeat; background-size:cover; font-size:0;}*/

/* 관리버튼 추가 */
.btn_admin {position:absolute; left:10px; top:2px; width:40px; height: 25px; line-height: 25px; text-align: center; border:1px solid #ff1e00; border-radius: 5px; background:#fcffa5; font-weight:700;}

/* 분양권 뱃지 */
.badge_sale {display:inline-block; position:absolute; z-index:10; bottom:0; right:0; width:38px; height:17px; font-size:0; background:url('https://image.bbjang.com/imgs/bbjang/img01/badge_sale.png') no-repeat; background-size:cover;}
/* 위로올리기 이력횟수 뱃지 */
.badge_up_num{display:inline-block; position:absolute; z-index:9; bottom:42px; left:2px; width:auto; height:16px; background-color:#ed4524; color:#fff; font-size:11px; font-weight:700; line-height:17px; padding:0 8px; border-top-left-radius:100%; border-top-right-radius:50%; border-bottom-right-radius:100%; border-bottom-left-radius:50%;}

/* 개인이 등록중인 매물 페이지> 상단 개인정보 */
.myinfo_on_top {height:92px; background:#c3e6ff url('https://image.bbjang.com/imgs/bbjang/img01/img_city.png') no-repeat right bottom; background-size:126px 61px;}
.myinfo_on_top .photo {position:absolute; margin:9px 0 0 14px; width:73px; height:73px; -webkit-border-radius:37px; border-radius:37px; object-fit:cover;}
.myinfo_on_top .name_n_call {position:absolute; top:21px; left:101px; font-size:19.5px; color:#08425e; line-height:27px;}
.myinfo_on_top .name_n_call .t2 {font-size:21px; font-weight:800;}
.myinfo_on_top .modify {position:absolute; top:9px; right:9px; width:auto; height:auto; padding:2px 7px; border:1px solid #0ca2ed; -webkit-border-radius:12px; border-radius:12px; background-color:#fff; font-size:15px; color:#0ca2ed; text-align:center; line-height:baseline;}
.myinfo_on_top.style2 {position:fixed; top:45px; width:100%; height:92px; z-index:900; -webkit-transform: translateZ(0); -webkit-backface-visibility: hidden;}
.myinfo_on_top.style2_2 {position:fixed; top:110px; width:100%; height:92px; z-index:900; -webkit-transform: translateZ(0); -webkit-backface-visibility: hidden;}

/* 개인이 등록중인 매물 페이지> 모든매물 n건 표시 */
.my_total {display:inline-block; position:relative; padding:13px 11px 0 11px;font-size:15.5px; font-weight:700; color:#737373;}
.my_total .num {margin:0 2px 0 6px; color:#043852;}

/* 공인중개사무소 리스트 */
.bnr_realtor{display:block; position:relative; width:100%; height:112px; margin-top:2px; background-color:#f4f9ff; border-top:1px solid #d0d5e0; border-bottom:1px solid #d0d5e0;}
.bnr_realtor .realtor_photo{position:absolute; top:9px; left:12px; width:94px; height:94px; border-radius:50%; overflow:hidden;}
.bnr_realtor .realtor_photo img{display:block; width:100%; height:100%; object-fit:cover;}
.bnr_realtor .realtor_content{display:table; position:relative; width:100%; height:100%; padding:0 10px 0 122px; box-sizing:border-box; table-layout: fixed;}
.bnr_realtor .realtor_content .realtor_center{display:table-cell; vertical-align:middle; width:100%;}
.bnr_realtor .realtor_content .realtor_tit{line-height:18px; margin-bottom:3px; font-size:14px; color:#000; font-weight:700; word-break:keep-all;}
.bnr_realtor .realtor_content .realtor_tit .realtor_ceo{color:#303030; font-weight:normal;}
.bnr_realtor .realtor_content .realtor_local{line-height:18px; font-size:14px; color:#303030;}
.bnr_realtor .realtor_content .realtor_deal{line-height:18px; font-size:14px; color:#4976c8;}
.bnr_realtor .realtor_content .realtor_deal .deal_more{display:inline-block; vertical-align:top; width:80px; height:18px; margin-left:3px; border-radius:2px; background-color:#5a8fef; color:#fff; font-size:13px; text-align:center;}
.bnr_realtor .realtor_content .realtor_txt{width:100%; height:16px; line-height:16px; margin-top:3px; color:#303030; font-size:13px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
@media(max-width:330px){
    .bnr_realtor .realtor_content{padding:0 0 0 122px;}
    .bnr_realtor .realtor_content .realtor_deal .deal_more{width:70px; font-size:12px;}
}

/* #2661 리스트 프로필사진추가 */
.idphoto_area{z-index:10;position:absolute;width:34px;height:34px;-webkit-border-radius:34px;border-radius:34px;-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,.5);box-shadow: 0 0 2px 0 rgba(0,0,0,.5);background-color:#fff;bottom:-3px;left:-3px;}
.idphoto_in {display:inline-block;position:absolute;top:1px;left: 1px;width:32px;height:32px;-webkit-border-radius:32px;border-radius:32px;background-color:#fff;}
.idphoto_in img {display:block; width:100%;height:100%;-webkit-border-radius:32px;border-radius: 32px;object-fit:cover;}
.view_card_photo .idphoto_area{bottom:0; left:0;}

/* flex */
.flex_container {display: -webkit-box; display: -ms-flexbox; display: flex;}

/* VR사진- 360 마크 */
.vr360_mark,
.vr360_mark_ssize {display:inline-block; position:absolute; top:50%; left:50%; background:url('https://image.bbjang.com/imgs/bbjang/img01/vr360_mark.png') no-repeat; background-size:cover; font-weight:700; color:rgba(255,255,255,0); text-align:center; cursor:pointer;}
.vr360_mark {z-index:10; width:72px; height:72px; margin:-36px 0 0 -36px; font-size:20px; line-height:72px;}
.vr360_mark_ssize {width:46px; height:46px; margin:-23px 0 0 -23px; font-size:14px; line-height:46px;}

/* 사업제휴하기 */
.offer_wrap{width:100%; position:relative; margin-top:45px; overflow-x: hidden; overflow-y: auto; background-color:#fff; }
.offer_bnr{width:100%; height:0; padding-top:50%; position: relative; background:url("https://image.bbjang.com/imgs/bbjang/etc/bg_partnership02.png") no-repeat left top; background-size:100% auto;}
.offer_wrap .offer_h2{width:100%; font-size:17px; line-height: 40px; background: #fff; color:#0ca2ed; padding:0px 0 0px 10px; box-sizing: border-box;border-top:1px solid #ccc;}
.offer_wrap .grd_h2{display:block; width:100%; height:2px; background: #0ca2ed;}
.offer_box{display:block; position:relative; width:100%; height:auto; overflow:hidden; padding:10px 14px; box-sizing:border-box; background-color:#fff;}
.offer_box .offer_div{display:block; position:relative; width:100%; height:auto; margin-bottom:10px;}
.offer_box .offer_div:after{display:block; content:""; clear:both;}
.offer_box .li_tit{position:absolute; top:0; left:0; line-height:36px; font-size:14px; font-weight:700; color:#383b3d;}
.offer_box .radi_wrap{float:left; width:100%; height:auto; padding-top:3px; padding-left:86px; box-sizing:border-box; line-height:36px;}
.offer_box .radi_wrap .of_radio{position:relative; float:left; width:33%; height:auto; padding:5px 0;}
.offer_box .radi_wrap input[type="radio"]{position:absolute; top:0; left:0; z-index:10; display:block; width:100%; height:100%; opacity:0; cursor:pointer;}
.offer_box .radi_wrap input[type="radio"]:checked ~ label{background:url("https://image.bbjang.com/imgs/bbjang/img01/radio_partner_on.png")no-repeat left center; background-size:22px 22px;}
.offer_box .radi_wrap label{display:block; width:100%; height:22px; line-height:21px; padding-left:28px; box-sizing:border-box; background:url("https://image.bbjang.com/imgs/bbjang/img01/radio_partner_off.png")no-repeat left center; background-size:22px 22px; font-size:14px;}
.offer_box .offer_li{display:block; position:relative; width:100%; height:auto; margin-bottom:10px;}
.offer_box .mg_6{margin-bottom:6px;}
.offer_box .selct_box{position:relative; width:100%; height:auto; padding-left:86px; box-sizing:border-box;}
.offer_box .selct_box .selct_box_in{position:relative; width:100%; height:auto; padding:0 8px; line-height:36px; font-size:14px; background:#fff; border:1px solid #dcdcdc; border-radius:3px; box-sizing:border-box;}
.offer_box .selct_box .selct_box_in .slct_st{position:relative; width:100%; height:36px; background:url(https://image.bbjang.com/imgs/bbjang/img02/offer_drop.png)no-repeat 100% center; background-size:14px 9px;}
.offer_box .selct_box .selct_box_in select{display:block; border:none; outline:none; cursor:pointer; appearance: none; -webkit-appearance:none;}
.offer_box .offer_li .txt_input{position:relative; width:100%; height:auto; padding-left:86px; box-sizing:border-box;}
.offer_box .offer_li .txt_input input{position:relative; width:100%; height:auto; padding:0 8px; line-height:36px; font-size:14px; background:#fff; border:1px solid #dcdcdc; border-radius:3px; box-sizing:border-box; box-shadow:none; outline:none; appearance: none; -webkit-appearance: none;}
.offer_box .offer_li .txt_input .txt_input_p{font-size:13px; margin-top:2px; color: #686868;}
.offer_box .offer_li .txt_area{display:block; width:100%; height:130px; padding-top:36px;}
.offer_box .offer_li textarea{display:block; width:100%; height:100%; border:none; outline:none; cursor:pointer; border:1px solid #dcdcdc; background:#fff; border-radius:3px; font-size:14px; padding:8px 12px; box-sizing:border-box; box-shadow:none; outline:none; appearance:none; -webkit-appearance:none; resize: none;}
.offer_box .offer_li .file_box{display:block; width:100%; height:auto; padding-top:36px;}
.offer_box .offer_li .file_box .input_file{display:block; width:76%; height:36px; line-height:36px; border:1px solid #dcdcdc; border-radius:3px; padding-left:8px; font-size:14px; color:#828482; box-sizing:border-box;}
.offer_box .offer_li .file_box .btn_file{position:absolute; top:36px; right:0; width:22%; height:36px; line-height:36px; background:#7c8082; border-radius:3px; color:#fff; text-align:center; font-size:14px;}
.offer_box .offer_li .file_box .btn_file a{display:block; width:100%; height:100%;}
.offer_box .offer_li .file_box .btn_file a:active{background:rgba(0,0,0,0.05);}
.offer_box .offer_li .file_box .file_type{position:absolute; top:36px; width:100%; height:36px; opacity:0;}
.offer_box .offer_li .file_box .input_ft_st{color:#000; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.offer_box .offer_li .file_box .file_txt{font-size:13px; letter-spacing:-0.5px; color:#686868; margin-top:4px; line-height:19px;}
.offer_box .bot_txt{font-size:13px; letter-spacing:-0.5px; color:#8c8c8c; margin-top:20px; font-weight:300; line-height:20px;}
.offer_box .bot_btn_wrap{display:block; position:relative; width:260px; height:auto; margin:20px auto;}
.offer_box .bot_btn_wrap:after{display:block; content:""; clear:both;}
.offer_box .bot_btn_wrap .btn_cancel{float:left; width:120px; height:40px; background-color:#a9a9a9; color:#fff; border-radius:3px; text-align:center; line-height:40px;}
.offer_box .bot_btn_wrap .btn_cancel a{display:block; width:100%; height:100%;}
.offer_box .bot_btn_wrap .btn_offer{float:right; width:120px; height:40px; background-color:#0ca2ed; color:#fff; border-radius:3px; text-align:center; line-height:40px;}
.offer_box .bot_btn_wrap .btn_offer a{display:block; width:100%; height:100%;} .offer_box .personal_info_box{position:relative; width:100%; height:auto; margin-top:26px;}
.offer_box .personal_info_box{position:relative; width:100%; height:auto; margin:10px 0 2px 0;}
.offer_box .personal_info_box:after{content:""; display:block; clear:both;}
.offer_box .personal_info_box .consent_box{position:relative; float:left; height:20px;}
.offer_box .personal_info_box .consent_box .consent_chk{display:block; position:absolute; top:0; right:0; bottom:0; left:0; z-index:10; width:100%; height:100%; opacity:0;}
.offer_box .personal_info_box .consent_box .consent_lb{display:block; position: relative; height:100%; line-height:20px; padding-left:25px; background:url("https://image.bbjang.com/imgs/bbjang/img01/btn_chk02_off2.png") no-repeat left center; background-size:18px 18px; color:#686868; font-size:13px; letter-spacing:-0.5px;}
.offer_box .personal_info_box .consent_box .consent_chk:checked + .consent_lb{background:url("https://image.bbjang.com/imgs/bbjang/img01/btn_chk02_on2.png") no-repeat left center; background-size:18px 18px;}
.offer_box .personal_info_box .personal_info_btn{display:block; position:relative; float:left; height:20px; line-height:20px; margin-left:5px; color:#383838; font-size:13px; font-weight:700; letter-spacing:-0.5px; background:transparent; box-shadow:none; border:none; outline:none;}

.personal_info_layer{display:none; position:absolute; left:50%; top:-245px; z-index:1000; width:300px; height:auto; margin-left:-150px; border:1px solid #ccc; box-sizing:border-box; background-color:#fff; border-radius:10px; box-shadow:0px 0px 6px rgba(0, 0, 0, 0.5); text-align:left;}
.personal_info_layer.low_top{top:-220px;}
.personal_info_layer .personal_info{position:relative; }
.personal_info_layer .info_header{font-size:16px; font-weight:600; height:42px; line-height:45px; border-bottom:3px solid #39a0f1; color:#39a0f1; padding-left:14px;}
.personal_info_layer .info_close{position:absolute; top:0; right:0; width:45px; height:42px; text-indent:-9999px;}
.personal_info_layer .info_close a{display:block; width:100%; height:100%; background:url(https://image.bbjang.com/imgs/bbjang/search_detail/slct_close.png) no-repeat center 14px; background-size:15px 15px;}
.personal_info_layer .info{width:100%; height:auto; padding:12px 15px 6px 15px; box-sizing:border-box;}
.personal_info_layer .info p{line-height:20px; font-size:14px; margin-bottom:15px;}

@media all and (max-width:359px){
  .offer_box .offer_li .file_box .file_txt{font-size:12px;}
}

/* 리스트정렬필터 */
.result_wrap{position:relative; width:100%; z-index:850; min-height:30px; border-bottom:1px solid #c9c9c9; background-color:#f5f5f5}
.result_wrap.z_700 {z-index:700;}
.result_wrap.z_900 {z-index:900;}
.result_wrap .flex_container {position:relative; max-width:420px; padding:0px 12px; z-index:3; background-color:#f5f5f5}
.result_wrap .align_wrap{position:relative; float:left; width:auto; min-width:90px; height:22px; margin:3px 0 3px 5px; background-color:#fff; border-radius:3px; border:1px solid #9a9fa1; overflow:hidden;}
.result_wrap .flex_container .align_wrap {float:none; flex:1;}
.result_wrap .align_wrap:nth-child(3) {margin-right:5px;}
.result_wrap .align_wrap select{position:relative; display:block; width:100%; height:22px; padding-left:5px; padding-right:20px; border-radius:3px; box-sizing:border-box; font-size:14px; color:#4d5356; border:none; outline:none; background:#fff url(https://image.bbjang.com/imgs/bbjang/img01/ico_slct_drop02.png) no-repeat 95% center; background-size:10px 6px;}
.result_wrap .fltr_box {position:relative; width:auto; min-width:90px; flex:1; height:30px; line-height: 28px; margin:3px 0px 3px 5px; background-color:#fff; border:1px solid #ddd; border-bottom:1px solid #ddd; overflow:hidden;}
.result_wrap .fltr_box.w_auto {flex:unset; flex-grow:0;}
.result_wrap .flex_container .fltr_box:first-of-type {margin-left:0px;}
.result_wrap .btn_fltr {display:flex; padding:0px 20px 0px 4px; width:100%; height:100%; box-sizing:border-box; background: url(https://image.bbjang.com/imgs/bbjang/img01/ico_slct_drop02.png) no-repeat 95% center; background-size:10px 6px;}
.result_wrap .btn_fltr.up {background: url(https://image.bbjang.com/imgs/bbjang/img01/ico_slct_drop02_up.png) no-repeat 95% center; background-size:10px 6px;}
.result_wrap .fltr_box.on {border-bottom:1px solid #0ca2ed;}
.result_wrap .fltr_box.on .btn_fltr {color:#0ca2ed;}
.result_wrap .btn_fltr .slct_txt {display:block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.result_wrap .btn_fltr .slct_num {flex:0;}

.ly_fltr_wrap {width:70%; max-height:80%; transform:translate(-50%,-50%); overflow:hidden; display: flex; flex-direction: column;}
.ly_fltr_wrap .deal_slct_list {background:#fff; box-sizing:border-box; max-height:376px; width:auto; overflow-x: hidden; overflow-y: auto;}
.ly_fltr_wrap .deal_slct_item {position: relative; width:100%;}

.ly_fltr_wrap .slct_ly_header {position: relative; flex:none; width:100%; height: 40px; line-height: 40px; text-align: center; color:#fff; background-color:#0ca2ed; font-size:15px; font-weight: 700;}
.ly_fltr_wrap .slct_ly_cls {position:absolute; width:40px; height:40px; right:0; top:0; background:url(https://image.bbjang.com/imgs/bbjang/img01/ico_clse.png) no-repeat center; background-size:18px 18px;}
.ly_fltr_wrap .deal_slct_item .slct_deal_num {position: absolute; top: 17px; right: 12px; display:block; font-size:13px; text-align: center;background-color: #8e9094; font-weight:500; color: #fff; border-top-left-radius: 100%; border-top-right-radius: 50%; border-bottom-right-radius: 100%; border-bottom-left-radius: 50%; transform: rotate(-4deg) translateY(-50%);}
.ly_fltr_wrap .deal_slct_item .txt_rot {transform: rotate(4deg); display:block;}
.ly_fltr_wrap .deal_slct_item .bdm_size_1{width:28px; height:13px; line-height:12px;}
.ly_fltr_wrap .deal_slct_item .bdm_size_2{width:28px; height:14px; line-height:14px;}
.ly_fltr_wrap .deal_slct_item .bdm_size_3{width:34px; height:16px; line-height:16px;}
.ly_fltr_wrap .deal_slct_item .bdm_size_4{width:40px; height:19px; line-height:18px;}
.ly_fltr_wrap .deal_slct_item .bdm_size_5{width:52px; height:20px; line-height:20px;}
.deal_slct_item .chk_input {display:block; position: absolute; top:0; left:0; width:100%; height: 100%; outline: none; border:none; appearance: none; background:transparent;}
.deal_slct_item .chk_lb {display:block; position:relative; box-sizing: border-box; width:100%; height:100%; padding:4px 60px 4px 24px; line-height: 28px; color:#495459; white-space:normal; background:url(https://image.bbjang.com/imgs/bbjang/img_map/ico_chk_off3_2.png) no-repeat 5px 10px; background-size:16px 16px;}
.deal_slct_item .chk_input:checked ~ .chk_lb {background:#bfd6ff url(https://image.bbjang.com/imgs/bbjang/img_map/ico_chk_on3_2.png) no-repeat 5px 10px; background-size:16px 16px; color:#1f42a8;}
.ly_fltr_wrap .deal_slct_item .chk_lb {padding:4px 60px 4px 32px; background:url(https://image.bbjang.com/imgs/bbjang/img_map/ico_chk_off3_2.png) no-repeat 12px 10px; background-size:16px 16px;}
.ly_fltr_wrap .deal_slct_item :checked ~ .chk_lb {background:#bfd6ff url(https://image.bbjang.com/imgs/bbjang/img_map/ico_chk_on3_2.png) no-repeat 12px 10px; background-size:16px 16px;}
.ly_fltr_wrap .btn_slct_complete {position: relative; flex:none; width:100%; height: 40px; line-height: 40px; background-color:#0ca2ed; color:#fff; font-size:15px; font-weight:700; text-align: center;}

/*--------------------- 분양정보 추가 ---------------------*/
/* 필터 */
.distri_filter{padding-right:100px!important;}
.distri_filter > ul .main_select:nth-of-type(1){width:26%;}
.distri_filter > ul .main_select:nth-of-type(2){width:37%;}
.distri_filter > ul .main_select:nth-of-type(3){width:37%;}
.distri_filter > ul .main_select span{background-position-x:97%!important;}
.btn_distri_search{position:absolute; top:3px; right:5px; width:90px; height:29px; line-height:27px; border-radius:3px; border:1px solid #292d30; box-sizing:border-box; background-color:#629bff; color:#fff; text-align:center; font-size:13px; font-weight:700; cursor:pointer;}
.btn_distri_search img{vertical-align:top; margin:7px 4px 0 -1px;}

/* 리스트 */
.distri_title{height:18px; line-height:19px; font-weight:700; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.distri_title .plan_step_badge, .distri_title .apply_step_badge, .distri_title .distri_step_badge, .distri_title .unsold_step_badge{display:inline-block; width:auto; height:16px; line-height:17px; padding:0 5px; margin-right:3px; border-radius:2px; font-weight:700; font-size:12px; color:#fff; text-align:center; vertical-align:top; overflow:hidden;}
.plan_step_badge{background:#14b793;}
.apply_step_badge{background:#29a6e5;}
.distri_step_badge{background:#ff5b82;}
.unsold_step_badge{background:#8c60e7;}
.distri_price{width:100%; height:18px; line-height:19px; margin:3px 0; font-size:15px; color:#004c80; font-weight:700; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; position:relative;}
.distri_local_txt{height:16px; line-height:17px; font-size:13px; white-space:nowrap; overflow:hidden; text-overflow:clip;}
.distri_date_txt{height:16px; line-height:17px; margin-top:1px; font-size:13px; white-space:nowrap; overflow:hidden; text-overflow:clip;}
.distri_date_txt .date_tit{color:#707070; margin-right:5px;}
.distri_date_txt .date_bar{display:inline-block; vertical-align:top; width:1px; height:10px; margin:3px 7px; background:#b5b5b5;}
.distri_type{width:100%; height:auto; margin-top:5px; overflow:hidden;}
.distri_type .type_badge{display:inline-block; width:auto; height:16px; line-height:17px; padding:0 5px; margin-right:4px; border:1px solid #d0d0d0; border-radius:2px; background:#f3f3f3; font-size:12px; color:#505050; text-align:center; vertical-align:top; overflow:hidden;}


/*------------- 서비스선택화면 -------------*/
.wrap_index{position:absolute; width:100%; height:100%; overflow:hidden; background:#2dade4 url("https://image.bbjang.com/imgs/bbjang/index/index_bg_pattern.png") repeat top center; background-size:365px 69px;}
.wrap_index .logo{display:block; position:relative; width:80px; height:auto; padding-top:50px; margin:0 auto; box-sizing:border-box;}
.wrap_index .index_txt{display:block; position:relative; padding:27px 0; margin:0 auto; font-size:17px; line-height:24px; color:#fff; text-align:center; box-sizing:border-box;}
.wrap_index .txt_4line{padding:15px 0;}
.wrap_index .index_txt .ft_bd{font-weight:700;}
.wrap_index .index_txt .yellow{font-weight:700; color:#f9ec0c;}
.wrap_index .slct_menu{display:block; position:relative; text-align:center;}
.wrap_index .slct_menu .menu{position: relative; display:inline-block; width:44%; height:auto; overflow: hidden;}
.wrap_index .slct_menu .menu:first-of-type{margin-right:10px;}
.wrap_index .slct_menu .menu a{display:block; width:100%; height:auto;}
.wrap_index .slct_menu .menu a img{display:block; width:100%;  height:auto;}
.wrap_index .ft_logo{position:absolute; width:100%; bottom:20px; font-size:15px; color:#fff; text-align:center;}

@media(max-width:320px){
	.wrap_index .slct_menu .menu{width:42%;}
}

@media(min-width:414px){
	.wrap_index .slct_menu .menu{width:180px;}
}

@media(max-height:568px){
	.wrap_index .logo{padding-top:40px;}
	.wrap_index .index_txt{font-size:15px; line-height:24px;}
}

@media (min-height:569px) and (max-height:640px){
	.wrap_index .index_txt{padding:30px 0;}
	.wrap_index .txt_4line{padding:18px 0;}
}

@media (min-height:641px) and  (max-height:667px){
	.wrap_index .index_txt{padding:32px 0;}
	.wrap_index .txt_4line{padding:20px 0;}
}

@media (min-height:668px) and  (max-height:736px){
	.wrap_index .index_txt{padding:36px 0;}
	.wrap_index .txt_4line{padding:24px 0;}
}

/* iphoneX */
@media(width:375px) and (height:812px){
	.wrap_index .logo{padding-top:120px;}
	.wrap_index .index_txt{padding:32px 0;}
	.wrap_index .txt_4line{padding:20px 0;}
	.wrap_index .ft_logo{bottom:50px;}
}

@media(min-height:850px){
	.wrap_index .logo{width:100px; padding-top:100px;}
	.wrap_index .index_txt{padding:60px 0; font-size:20px; line-height:30px;}
	.wrap_index .txt_4line{padding:45px 0;}
	.wrap_index .slct_menu .menu{width:200px;}
	.wrap_index .slct_menu .menu:first-of-type{margin-right:20px;}
	.wrap_index .ft_logo{bottom:50px; font-size:20px;}
}

@media(min-height:1366px){
	.wrap_index .logo{width:140px; padding-top:140px;}
	.wrap_index .index_txt{padding:80px 0; font-size:26px; line-height:38px;}
	.wrap_index .txt_4line{padding:61px 0;}
	.wrap_index .slct_menu .menu{width:280px;}
	.wrap_index .slct_menu .menu:first-of-type{margin-right:30px;}
	.wrap_index .ft_logo{bottom:80px; font-size:26px;}
}



/* 구인구직메시지창 */
/* 신규 메시지 알림 팝업 */
.ms_header {position:relative; width:100%; height:auto;}
.ms_header h2 {width:100%; height:35px; margin:0; padding:0 40px; border-radius:10px 10px 0 0; background:url('https://image.bbjang.com/imgs/bbjang/job/ihy_pop/ico_ms02.png') no-repeat 15px 10px; background-size:18px 14px; color:#fff; font-size:15px; font-weight:700; line-height:35px; box-sizing:border-box;}
.ms_content {position:relative; width:100%; height:auto; padding:0 5px; box-sizing:border-box;}
.ms_content h2 {position:relative; width:100%; height:25px; margin-top:3px; padding:0 50px 0 5px; overflow:hidden; border-radius:3px; background-color:#46526c; color:#fff; font-size:13px; font-weight:400; text-align:left; text-overflow:ellipsis; line-height:25px; white-space:nowrap; box-sizing:border-box;letter-spacing:-0.5px;}
.ms_content h2 .ms_title {color:#fffa80;}
.ms_content h2 .ms_date {position:absolute; right:5px; color:#d8deea; font-size:11px; font-weight:400; letter-spacing:-0.5px;}
.ms_content h3 {position:relative; width:100%; height:30px; padding:0 5px; color:#46526c; font-size:14px; font-weight:700; text-align:left; line-height:30px; box-sizing:border-box;}
.ms_content h3 .btn_report {position:absolute; top:4px; right:5px; width:45px; height:20px;}
.ms_content h3 .btn_report a {display:block; width:100%; height:100%; border:1px solid #d8deea; border-radius:15px; background:#fff url('https://image.bbjang.com/imgs/bbjang/job/ihy_pop/ico_report.png') no-repeat center center; background-size:35px 12px; text-indent:-9999px;}
@keyframes push02 {
50% {transform:scale(0.9);}
100% {transform:scale(1);}
}
@-webkit-keyframes push02 {
50% {-webkit-transform:scale(0.9);}
100% {-webkit-transform:scale(1);}
}
@-ms-keyframes push02 {
50% {-ms-transform:scale(0.9);}
100% {-ms-transform:scale(1);}
}
@-moz-keyframes push02 {
50% {-moz-transform:scale(0.9);}
100% {-moz-transform:scale(1);}
}
@-o-keyframes push02 {
50% {-o-transform:scale(0.9);}
100% {-o-transform:scale(1);}
}
.ms_content h3 .btn_report a:active {animation:push02 0.2s ease-in-out 1;-webkit-animation:push02 0.2s ease-in-out 1; -o-animation:push02 0.2s ease-in-out 1; -moz-animation:push02 0.2s ease-in-out 1; -ms-animation:push02 0.2s ease-in-out 1;}
.ms_content .ms_info {font-size:12px; font-weight:400; letter-spacing:-0.5px;}
.ms_box {position:relative; width:100%; height:auto; padding:0 5px; box-sizing:border-box;}
.ms_photo {position:absolute; top:0; left:5px; width:65px; height:70px; padding:6px 0; box-sizing:border-box;}
.ms_photo .photo_clip {width:58px; height:58px; border:1px solid #d8deea; border-radius:10px; background:#f2f5fa url('https://image.bbjang.com/imgs/bbjang/job/ihy_pop/ico_photo_plus.png') no-repeat center center; background-size:18px 18px; box-sizing:border-box;}
.ms_photo .photo_clip a {display:block; width:100%; height:100%; overflow:hidden; border-radius:10px;}
.ms_photo .photo_clip a img {width:100%; height:100%;}
.ms_txt {position:relative; width:100%; height:70px; padding-left:65px; box-sizing:border-box;}
.ms_txt textarea {display:block; width:100%; height:auto!important; padding:4px 10px; border:1px solid #d8deea; border-radius:3px; outline:none; background-color:#fff; font-size:13px; font-family:'NotoSansKR'; line-height:20px; box-sizing:border-box;resize:none!important;}
.ms_txt .ms_txt_box {display: block; width: 100%; height: 70px; padding:4px 10px; line-height: 20px; box-sizing: border-box; border:1px solid #d8deea; border-radius: 3px; background:#fff; font-size: 13px; overflow-y:auto; font-weight: 400;}
.ms_txt .ms_count {position:absolute; top:-20px; right:3px; width:auto; height:12px; color:#909dad; font-size:12px; font-weight:700; line-height:12px;}
.ms_full_txt {position:relative; width:100%; height:70px; padding:0 5px; box-sizing:border-box;}
.ms_full_txt textarea {display:block; width:100%; height:auto!important; padding:4px 10px; border:1px solid #d8deea; border-radius:3px; outline:none; background-color:#fff; font-size:13px; font-family:'NotoSansKR'; line-height:20px; box-sizing:border-box;resize:none!important;}
/* 버튼 2개 일때 */
.ms_dn {width:100%; height:auto; padding:10px 15% 15px 15%; box-sizing:border-box;}
.ms_dn:after {display:block; clear:both; content:"";}
.ms_dn li {display:table; float:left; width:50%; height:40px;}
.ms_dn li a {display:table-cell; padding:0 5px; vertical-align:middle;}
.ms_dn li a span {width:100%; padding:11px 0; color:#46526c; font-size:16px; line-height:15px;}
.ms_dn li a span.btn_blue02{background:#2b91dc;}

/*----- 신고팝업 -----*/
.pop_report {display:block; width:100%; height:100%; padding-left:28px; background:url('https://image.bbjang.com/imgs/bbjang/job/ihy_pop/ico_report02.png') no-repeat left center; background-size:23px 24px; font-size:16px; box-sizing:border-box;letter-spacing:-1px;}
.report_slct {position:relative; width:100%; height:auto;}
.report_reason{height:275px; overflow-y:scroll;}
.report_write{height:97px; box-shadow:0px 1px 17px 1px #afafaf;}
/* 사유선택 */
.report_slct li {position:relative; width:100%; height:35px; border-bottom:1px solid #d8deea; box-sizing:border-box;}
.report_slct li input[type=radio] {display:block; position:absolute; z-index:10; top:0px; right:0px; width:100%; height:100%; opacity:0; cursor:pointer;}
.report_slct li .report_lb{display:block; position:relative; width:100%; height:100%; padding:0 10px; box-sizing:border-box; background:url("https://image.bbjang.com/imgs/bbjang/job/ihy_view/report_chk_off.png") no-repeat 97% center; background-size:22px 22px; font-size:15px; font-weight:700; line-height:35px; color:#46526c; cursor:pointer;}
.report_slct li input:checked ~ label{ background:url("https://image.bbjang.com/imgs/bbjang/job/ihy_view/report_chk_on.png") no-repeat 97% center; background-size:22px 22px;}
/* 신고사유 */
.report_slct .rp_reason{padding:0 20px; height:90px; padding-top:1px;}
.report_slct .rp_reason label{display:block; color:#3878c5; font-size:15px; font-weight:700; line-height:28px; margin-top:2px;}
.report_slct .rp_reason textarea{width:100%; height:50px; top:0; padding:7px 10px; border:1px solid #d8deea; background-color:#f8fafe; box-sizing:border-box; resize:none!important; font-family:'NotoSansKR'; font-size:14px; color:#303030; line-height:19px; }
.report_slct .rp_reason textarea::-webkit-input-placeholder{font-weight:normal; color:#61708e;}
/* 하단버튼 */
.pop_report_dn {position:relative; width:100%; height:auto;}
.pop_report_dn ul {position:relative; width:100%; height:auto; background-color:#f2f5fa;}
.pop_report_dn ul:after{display:block; clear:both; content:"";}
.pop_report_dn ul li{float:left; width:50%; height:50px;}
.pop_report_dn ul li a{display:block; width:100%; height:100%; font-size:15px; font-weight:700; line-height:50px; color:#46526c; text-align:center;}
.pop_report_dn ul li a:active {background:rgba(0,0,0,0.03);}
.pop_report_dn ul li a.btn_rp{color:#f04a37;}
/*--------------------*/
/* 흰색버튼 */
.btn_grd_white {border:1px solid #d8deea; border-radius:25px; background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f7f5fe), color-stop(0.25, #ffffff)); background:-moz-linear-gradient(top, #f7f5fe 5%, #ffffff 25%); background:-webkit-linear-gradient(top, #f7f5fe 5%, #ffffff 25%); background:-o-linear-gradient(top, #f7f5fe 5%, #ffffff 25%); background:-ms-linear-gradient(top, #f7f5fe 5%, #ffffff 25%); background:linear-gradient(to bottom, #f7f5fe 5%, #ffffff 25%); background-color:#f7f5fe; box-shadow:0px 3px 10px -4px #b3d0f1; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f5fe', endColorstr='#ffffff',GradientType=0); -webkit-box-shadow:0px 3px 10px -4px #b3d0f1; -webkit-border-radius:25px; -moz-box-shadow:0px 3px 10px -4px #b3d0f1; -moz-border-radius:25px;}
.btn_white {display:inline-block; position:relative; width:60px; height:14px; padding:2px 0 2px; color:#46526c; font-size:14px; font-weight:700; text-decoration:none; text-align:center; line-height:20px; -webkit-tap-highlight-color:rgba(255,255,255,0);}
/* 흰색버튼 액티브 */
.btn_grd_white:active {position:relative; top:1px; box-shadow:0px 0px 5px 2px rgba(129,187,255,.3); -webkit-box-shadow:0px 0px 5px 2px rgba(129,187,255,.3); -moz-box-shadow:0px 0px 5px 2px rgba(129,187,255,.3);}
.btn_grd_white_active {position:relative; top:1px; box-shadow:0px 0px 5px 2px rgba(129,187,255,.3); -webkit-box-shadow:0px 0px 5px 2px rgba(129,187,255,.3); -moz-box-shadow:0px 0px 5px 2px rgba(129,187,255,.3);}
/* 푸른색버튼 */
.btn_grd_blue {border-radius:25px; background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #23a2ec), color-stop(1, #3878c5)); background:-moz-linear-gradient(left, #23a2ec 5%, #3878c5 100%); background:-webkit-linear-gradient(left, #23a2ec 5%, #3878c5 100%); background:-o-linear-gradient(left, #23a2ec 5%, #3878c5 100%); background:-ms-linear-gradient(left, #23a2ec 5%, #3878c5 100%); background:linear-gradient(to right, #23a2ec 5%, #3878c5 100%); background-color:#23a2ec; box-shadow:0px 3px 10px -2px #b3d0f1; filter:progid:DXImageTransforlm.Microsoft.gradient(startColorstr='#23a2ec', endColorstr='#3878c5',GradientType=0); -webkit-box-shadow:0px 3px 10px -2px #b3d0f1; -webkit-border-radius:25px; -moz-box-shadow:0px 3px 10px -2px #b3d0f1; -moz-border-radius:25px;}
.btn_blue {display:inline-block; position:relative; width:62px; height:14px; padding:7px 0; color:#fff!important; font-size:14px; font-weight:700; text-decoration:none; text-align:center; line-height:14px; -webkit-tap-highlight-color:rgba(255,255,255,0);}
/* 팝업 그라디언트 */
.grd_pop {background:rgb(35,162,236); background:-moz-linear-gradient(left, rgba(35,162,236,1) 0%, rgba(56,120,197,1) 100%); background:-webkit-linear-gradient(left, rgba(35,162,236,1) 0%,rgba(56,120,197,1) 100%); background:linear-gradient(to right, rgba(35,162,236,1) 0%,rgba(56,120,197,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a2ec', endColorstr='#3878c5',GradientType=1 );}

/* 페이지통합 구인구직헤더 */
.wrap_job_prf #header{height:50px; background:#00b372; border:none;}
.wrap_job_prf #header .btn_back{width:50px;}
.wrap_job_prf #header .btn_back a {top:0;left:0;background:url('https://image.bbjang.com/imgs/bbjang/job/ihy_default/ico_back.png') no-repeat center center;background-size:14px 22px;}
.wrap_job_prf #header .header_txt{padding-left:50px; line-height:50px;}
.wrap_job_prf .auto_top{margin-top:50px;}
.wrap_job_prf #settings_my_wrap{margin-top:107px;}

#jobApp #header{height:50px; background:#00b372; border:none;}
#jobApp #header .btn_back{width:50px;}
#jobApp #header .btn_back a {top:0;left:0;background:url('https://image.bbjang.com/imgs/bbjang/job/ihy_default/ico_back.png') no-repeat center center;background-size:14px 22px;}
#jobApp #header .header_txt{padding-left:50px; line-height:50px;}
#jobApp .auto_top{margin-top:50px;}
#jobApp #settings_my_wrap{margin-top:107px;}
/* 페이지통합 구인구직 상단슬로건 */
.wrap_job_prf .bb_main-slogan_box_2{background:#215345;}

/*-------------리스트 카드 사진 내 동영상 재생버튼---------------*/
.photo_video_ico{width:32px!important; height:32px!important; position:absolute!important; top:50%!important; left:50%!important; transform:translate(-50%,-50%); z-index:9!important;}