@charset "utf-8";

.case_contbox {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jq_tooltip:hover {
    color: #3281f9 !important;
}

#top {
    position: relative;

    border-bottom: 1px solid #ddd;
}

.ca_img_wrap.mob {
    display: none;
}

#ca_wrap {
    position: relative;
}

#ca_left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 74%;
    z-index: 0;
}

#ca_right {
    position: relative;
    width: 24%;
}

#ca_side {
    position: -webkit-sticky;
    position: sticky;
    top: 65px;

    max-height: 100vh;
    margin-top: 70px;
    padding: 28px 20px 16px;

    border: 1px solid #ececec;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
}

.hide_txt {
    display: block;
    width: 100%;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

/*ca_side*/
.case_side_title_wrap {
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
}

.case_side_title {
    font-size: 18px;
    font-weight: 600;
}

.case_side_button_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.case_side_button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49%;
    min-height: 1px;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: #f5f6fa;
    white-space: nowrap;
}

.case_side_button:hover {
    background-color: #efefef;
}

.case_side_button>img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.case_side_bottom {
    padding-top: 16px;
}

.case_side_bottom>p {
    justify-content: center;
    width: 100%;
    font-size: 10px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}

.case_side_bottom>p>i {
    font-size: 12px;
    margin-left: 4px;
}

.case_view_count_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 12px;
    border-top: 1px solid #eee;
}

.case_view_count_inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /*padding: 10px 0;*/
    /*border: 1px solid #eee;*/
    /*border-radius: 6px;*/
}

.case_view_count_inner>span {
    font-size: 10px;
    color: #fc3049;
    border: 1px solid #fc3049;
    padding: 0 4px;
    margin-right: 4px;
}

.case_view_count_inner>p {
    font-size: 12px;
    color: #25262e;
}

.casenum_wrap {
    display: flex;
    padding: 6px 12px;
    margin: 0 10px;

    font-size: 16px;
    font-weight: 500;

    transform: translateY(-16px);

    color: #fff;
    border-radius: 4px;
    background-color: #333;

    align-items: center;
    justify-content: space-between;
}

.casenum_wrap>img {
    width: 21px;
    height: 21px;
    cursor: pointer;
}

h2.casenum {
    font-size: 16px;
    font-weight: 400;

    color: #fff;
}

.casenum_wrap.mob {
    display: none;
}

.casenum_inner {
    display: flex;
    flex-direction: column;
}

.casenum_inner>span.court_name {
    font-size: 12px;
    font-weight: 400;
    color: #ececec;
}

.side_addr_wrap {
    display: flex;
    width: 100%;
    margin-bottom: 12px;

    align-items: flex-end;
    justify-content: flex-start;
}

.side_addr {
    font-size: 14px;
}

.cp_addr {
    display: flex;
    margin-left: 12px;

    font-size: 12px;

    cursor: pointer;
    white-space: nowrap;

    color: #acacac;

    align-items: center;
    justify-content: center;
}

.cp_addr>img {
    width: 12px;
    height: 12px;
    margin-right: 2px;
}

.map_wrap.court {
    padding: 0;
    padding-top: 16px;
    padding-bottom: 8px;

    border-bottom: 1px solid #ddd;
}

.map_wrap.mob {
    display: none;
}

.map_wrap {
    position: relative;

    padding: 0 12px;
}

.map_inner {
    padding-top: 24px;

    border-top: 1px solid #ddd;
}

.map_inner>span.side_addr {
    display: inline-block;
    padding-bottom: 4px;

    font-size: 12px;

    color: #364653;
}

.map_wrap>span.side_addr {
    display: inline-block;
    padding-bottom: 4px;

    font-size: 16px;
    font-weight: 500;

    color: #364653;
}

.court_map,
.thumbnail_map {
    width: 100%;
    height: 142px;

    border: 1px solid #d5d5d5;
}

.thumbnail_map_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;

    display: flex;
    padding: 6px 10px;

    font-size: 14px;

    cursor: pointer;
    transition: all .2s;

    color: #364653;
    border: 1px solid #364653;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16);

    align-items: center;
    justify-content: center;
}

.thumbnail_map_btn:hover {
    background-color: #eee;
}

.thumbnail_map_btn>img {
    height: 12px;
    margin-left: 8px;
}

.map_wrap_title {
    display: block;
    padding-top: 16px;
    padding-bottom: 8px;

    font-size: 22px;

    color: #acacac;
}

.map_btn_wrap {
    display: flex;
    padding: 16px 0;

    align-items: center;
    justify-content: space-between;
}

.map_btn_wrap>div {
    display: flex;
    width: 49%;
    padding: 8px 0;

    cursor: pointer;
    transition: all .2s;

    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16);

    align-items: center;
    flex-basis: 49%;
    justify-content: center;
}

.map_btn_wrap>div:hover {
    background-color: #fafafa;
}

.map_btn_wrap>div>img {
    height: 12px;
    margin-right: 8px;
}

.map_btn_wrap>div>span {
    font-size: 12px;

    color: #364653;
}

.map_btn_wrap>div>img.nav_arrow {
    height: 9px;
    margin-left: 8px;
}

.link_wrap {
    display: flex;
    width: 100%;
    padding-bottom: 30px;

    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.link_wrap.mob {
    display: none;
    padding: 30px 0;
}

.link_wrap.mob.asil {
    padding: 0 0 30px 0;
}

.link_inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    width: 23%;
}

.link_inner:nth-child(n+5) {
    margin-top: 16px;
}

.link_inner.disabled {
    opacity: 0.2;
}

.link_btn {
    position: relative;
    display: flex;
    width: 54px;
    height: 54px;
    padding: 8px 0;
    flex-direction: column;

    font-size: 12px;

    cursor: pointer;
    transition: all .2s;

    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16);

    align-items: center;
    justify-content: center;
}

.link_btn:hover {
    background-color: #fafafa;
}

.link_btn>i {
    font-size: 25px;
}

.link_inner>span {
    display: block;
    font-size: 12px;
    color: #3a3a3a;
    margin-top: 4px;
}

.link_btn>img {
    width: 26px;
    height: 26px;
    transform: translateZ(0);
}

#ca_bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 999;

    display: none;
    width: 100%;
    height: 72px;

    background-color: #fff;
    box-shadow: 0 -1px 16px -3px rgba(0, 0, 0, .12);

    align-items: center;
    justify-content: center;
}

.cont_wrap {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 10px 16px;

    border-top: 1px solid #ddd;

    align-items: center;
    justify-content: center;
}

.cont_wrap>div {
    display: flex;
    width: 25%;

    font-size: 16px;
    font-weight: 500;

    cursor: pointer;
    transition: all .2s;

    align-items: center;
    justify-content: center;
}

.cont_wrap>div.bottom_save {
    position: relative;
    padding: 16px 0;
    background-color: #f5f6fa;
    border-radius: 4px;
}

.cont_wrap>div.bottom_save>img {
    width: 16px;
    height: 16px;
}

.cont_wrap>div.bottom_save:not(.on):hover {
    background-color: #eee;
}

.cont_wrap>div.link_e_odream {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
    background-color: #328af9;
    border-radius: 4px;
    padding: 12px 0;
    margin-left: 12px;
}

html[user-browser=ie] .cont_wrap>div.bottom_save {
    padding: 15px 0;
}

html[user-browser=ie] .cont_wrap>div.bottom_save>img {
    width: 20px;
    height: 17px;
}


/*ca_common*/
.ca_img_container {
    position: relative;

    display: flex;
    width: 100%;
    height: 470px;
    overflow: hidden;

    align-items: center;
    justify-content: space-between;
}

.ca_img_sub {
    display: flex;
    width: 33%;
    height: 100%;
    flex-direction: column;

    align-items: center;
    justify-content: space-between;
}

.ca_img_sub>.ca_img_wrap {
    width: 100%;
    height: 49%;
}

.ca_img_wrap {
    position: relative;

    display: flex;
    overflow: hidden;

    cursor: pointer;

    align-items: center;
    justify-content: center;
}

.ca_img_wrap>.swiper-wrapper {
    align-items: center;
}

.ca_img {
    width: 100%;
    height: 100%;
}

.ca_img.main:not(:first-child) {
    display: none;
}

.apt_info_container {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.apt_img_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30%;
    width: 30%;
    height: 151px;
    border-radius: 4px;
    margin-right: 16px;
    overflow: hidden;
}

.apt_img {
    width: 100%;
    transition: all .2s;
}

.apt_img_wrap:hover {
    overflow: visible;
    z-index: 9;
}

.apt_img_wrap:hover .apt_img {
    position: absolute;
    left: 0;
    width: 400px;
    height: auto;
    justify-content: flex-start;
    /*transform: scale(2);*/
    transform-origin: left;
}

/*.apt_img_wrap:hover {
    position: absolute;
    left: 0;
    width: 250px;
    height: auto;
    overflow: visible;
    justify-content: flex-start;
    transform: scale(2);
    transform-origin: left;
    z-index: 9;
}*/
.apt_info_table {
    min-width: 65%;
}

.ca_img.main {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.ca_img.sub_top {
    border-top-right-radius: 8px;
}

.ca_img.sub_bottom {
    border-bottom-right-radius: 8px;
}

.ca_img_cnt_btn {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 1;

    padding: 6px 10px;

    font-size: 14px;

    cursor: pointer;
    white-space: nowrap;

    color: #364653;
    border: 1px solid #364653;
    border-radius: 4px;
    background-color: #f5f6fa;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16);
}

.ca_img_cnt_btn:hover {
    background-color: #eee;
}

.ca_img_cnt_btn.mob {
    display: none;
}

.ca_img_cnt {
    position: absolute;
    bottom: 0px;
    left: auto;

    width: auto;
    padding: 2px 8px;

    font-size: 14px;

    color: #fff;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, .5);
}

.common_use_area_addr,
.common_eval_low_molit,
.common_court,
.common_special {
    display: flex;
    padding: 24px 0;
    flex-direction: column;

    border-bottom: 1px solid #e5e5e5;
}

.common_use_area_addr {
    padding: 12px 0 18px;
}

.common_use_area {
    display: flex;
}

.common_use_area>div {
    display: flex;

    font-size: 12px;

    color: #777;

    align-items: center;
    justify-content: center;
}

.common_use_area>div>img {
    height: 14px;
    margin-right: 4px;
}

.common_addr {
    font-size: 20px;
    font-weight: 600;
}

.common_addr_top {
    display: flex;
    width: 100%;

    align-items: center;
    justify-content: flex-start;
}

.common_addr_top>span {
    font-size: 14px;

    color: #acacac;
}

.common_addr_top>span:first-child::after {
    display: inline-block;
    padding: 0 8px;

    font-size: 14px;
    font-weight: 600;
    line-height: 1;

    content: "·";
}

.common_eval_low_molit>div {
    display: flex;
    margin-bottom: 16px;

    align-items: flex-end;
    justify-content: space-between;
}

.common_eval_low_molit>div:last-child {
    margin-bottom: 0;
}

.common_eval_low_molit>div>div.common_tit {
    display: inline-flex;

    align-items: center;
    justify-content: center;
}

.common_eval_low_molit>div>div.common_tit>img {
    width: 18px;
    height: 18px;
    margin-right: 12px;
}

.common_eval_low_molit>div>div.common_tit>span.tit {
    font-size: 18px;
    font-weight: 500;
}

.common_eval_low_molit>div>span.price,
.common_eval_low_molit>div>div.price {
    padding-left: 10px;

    font-size: 18px;
    font-weight: 500;
}

.common_low>span.price {
    font-weight: 600;

    color: #ba252b;
}

.common_low>span.price>.eval_price_per {
    font-size: 12px;
    font-weight: 400;
}

.common_molit>div.price {
    position: relative;

    display: flex;
    flex-direction: column;

    color: #3281f9;

    align-items: flex-end;
    justify-content: flex-end;
}

.common_molit>div.price.sell {
    margin-right: 24px;
    margin-left: auto;
}

.common_molit>div.price.rent {
    color: #acacac;
}

.molit_date {
    position: relative;

    display: inline-flex;

    font-size: 10px;
    font-weight: 400;
    line-height: 1;

    align-items: center;
    justify-content: center;
}

.molit_date::before {
    position: absolute;
    left: -8px;

    display: block;

    font-size: 24px;
    line-height: 1;

    content: "·";
}

html[user-browser="ie"] .molit_date {
    position: relative;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
}

html[user-browser="ie"] .molit_date::before {
    position: absolute;
    top: 3px;
    left: -12px;

    display: block;

    font-size: 28px !important;
    line-height: 0;

    content: "·";
}

.molit_s_type {
    margin-right: 4px;

    font-size: 10px;
}

.common_molit>div.price .molit_true {
    cursor: pointer;
}

.common_eval_low_molit>div.common_molit_data {
    position: relative;

    display: flex;
    width: 100%;
    padding: 5px 12px;
    margin-bottom: 12px;

    border-radius: 4px;
    background-color: #f5f6fa;

    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.common_eval_low_molit>div.common_molit_data>div {
    position: relative;

    display: flex;
    padding: 5px 0;

    align-items: center;
    flex-basis: 45%;
    justify-content: space-between;
}

.common_eval_low_molit>div.common_molit_data>div:nth-child(even) {
    margin-left: 10%;
}

.common_eval_low_molit>div.common_molit_data>div>span {
    font-size: 12px;

    color: rgba(124, 124, 124, .8);
}

.common_eval_low_molit>div.common_molit_data>div:first-child>span {
    color: #3281f9;
}

.no_molit {
    display: block;
    width: 100%;
    padding: 6px 0;

    font-size: 12px;

    text-align: center;

    color: #a1a1a1;
}

.molit_more_btn {
    position: relative;

    display: flex;
    padding: 12px 0;

    font-size: 12px;

    color: #777;
    border: none;
    border-radius: 4px;
    background: none;
    background-color: #f5f6fa;
    box-shadow: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16);

    align-items: center;
    justify-content: center;
}

.molit_more_btn>img,
.small_tenant_btn>img {
    width: 8px;
    margin-left: 4px;

    transform: rotate(-90deg);
}

.common_court>div {
    display: flex;
    width: 100%;
    margin-bottom: 12px;
    flex-direction: row;

    font-size: 14px;

    align-items: center;
    justify-content: flex-start;
}

.common_court>div:last-child {
    margin-bottom: 0;
}

.common_court>div>img {
    width: 15px;
    height: 15px;
    margin-right: 8px;
}

.common_area_p {
    margin-left: 2px;
}

.common_state_wrap {
    display: flex;
    width: 100%;
    padding: 16px 0;

    border-bottom: 1px solid #ddd;

    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.common_state_wrap>div {
    display: flex;
    width: 50%;
    padding: 8px 0;
    flex-direction: column;

    align-items: center;
    justify-content: center;
}

.common_state_title {
    font-size: 12px;

    color: #acacac;
}

.common_state_text {
    font-size: 16px;
    font-weight: 500;
}

/*컨텐츠*/
.main_wrap {
    position: relative;
    width: 100%;
    padding-bottom: 36px;
}

.main_title_wrap {
    position: relative;

    display: flex;
    padding-bottom: 28px;

    justify-content: space-between;
}

.main_title_line {
    display: inline-flex;
    width: 100%;

    border-bottom: 1px solid #5b5b5b;
}

.main_cont_wrap {
    position: relative;

    display: flex;
    padding-bottom: 24px;

    border-bottom: 1px solid #ddd;

    align-items: center;
    flex-wrap: wrap;
}

.main_cont_wrap.tenant_top {
    padding-bottom: 0;
}

.main_cont_inner {
    position: relative;

    display: flex;
    width: 100%;
    margin-bottom: 12px;

    align-items: flex-start;
    justify-content: space-between;
}

.main_cont_inner.land_top {
    margin-bottom: 8px;
}

.main_cont_wrap>div:last-child {
    margin-bottom: 0;
}

.main_cont_title {
    display: flex;

    font-size: 16px;
    font-weight: 500;

    text-align: left;
    white-space: nowrap;

    color: #333;

    align-items: center;
    flex-basis: 40%;
}

.main_cont_title.restrict_title {
    align-items: flex-end;
}

.main_cont_text {
    position: relative;

    display: flex;
    width: 100%;

    font-size: 16px;
    font-weight: 500;

    text-align: right;
    word-break: break-all;

    color: #364653;

    align-items: flex-end;
    flex-basis: 80%;
    justify-content: flex-end;
}

.main_cont_text.land_addr {
    text-align: center;

    justify-content: center;
}

.sub_title_wrap {
    display: flex;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 16px;

    align-items: flex-end;
    justify-content: space-between;
}

.sub_title_wrap.pt0 {
    padding-top: 0;
}

.sub_title.img_title {
    padding-left: 0;
}

.sub_title:not(.img_title)::before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;
    width: 7px;
    height: 7px;

    content: "";
    transform: translateY(-50%);

    border-radius: 50%;
    background-color: #3281f9;
}

.sub_title.img_title>img {
    height: 21px;
    /*margin-top: 2px;*/
    margin-right: 12px;
}

.sub_title.orange_circle::before {
    background-color: #ba252b;
}

.sub_title.none::before {
    display: none;
}

.sub_title_side_text {
    font-size: 12px;
    font-weight: 400;
}

.sub_cont_wrap {
    padding-bottom: 28px;

    border-bottom: 1px solid #ddd;
}

.sub_cont_wrap.pb24 {
    padding-bottom: 24px;
}

.sub_cont_wrap.pb16 {
    padding-bottom: 16px;
}

.pb16 {
    padding-bottom: 16px;
}

.sub_cont_wrap.pb0 {
    padding-bottom: 0;
}

.sub_cont_wrap p {
    font-size: 13px;

    color: #333;
}

#case_m_note_wrap {
    white-space: pre-line;
    margin-bottom: 0;
}

.case_m_note_wrap_btn {
    margin-top: 16px !important;
}

.floor_div_toggle {
    position: relative;
    display: flex;
    width: 100%;
    padding: 12px 0;
    /*font-size: 12px;*/
    cursor: pointer;
    transition: all .2s;
    border: none;
    border-radius: 4px;
    background-color: #f5f6fa;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 16%);
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.floor_div_toggle>span {
    color: #777;
    font-size: 12px;
}

.floor_div_toggle>img {
    /*width: 15px;
    height: 9px;*/
    margin-left: 4px;
}

.cont_more_btn {
    position: relative;

    display: flex;
    width: 100%;
    padding: 12px 0;
    /* margin-top: auto; */

    font-size: 12px;

    cursor: pointer;
    transition: all .2s;

    color: #777;
    border: none;
    border-radius: 4px;
    background: none;
    background-color: #f5f6fa;
    box-shadow: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16);

    align-items: center;
    justify-content: center;
}

.link_more_btn {
    padding: 8px 0;
    margin-top: 16px;
}

.cont_more_btn:disabled {
    opacity: 0;
    transition: none;
    cursor: default;
}

.cont_more_btn:disabled:hover {
    background-color: #f5f6fa;
}

.cont_more_btn.blue {
    background-color: #f5f6fa;
}

.cont_more_btn:hover {
    background-color: #eee;
}

.cont_more_btn>img {
    margin-left: 4px;
}

.sub_cont_inner {
    position: relative;

    display: flex;
    width: 100%;

    align-items: center;
    flex-wrap: wrap;
}

.bg_inner {
    padding: 20px 12px;

    border-radius: 4px;
    background-color: #f5f6fa;
}

.small_tenant_wrap {
    padding: 18px 12px;
    margin-top: 24px;

    border-radius: 4px;
    background-color: #f5f6fa;
}

.small_tenant_wrap>div:last-child {
    margin-bottom: 0;
}

.sub_cont_inner>div {
    position: relative;

    display: flex;
    width: 100%;
    padding-bottom: 12px;

    align-items: center;
    justify-content: space-between;
}

.sub_cont_inner>div:last-child {
    padding-bottom: 0;
    margin-bottom: 16px;
}

.font12 {
    font-size: 12px;
}

.acacac {
    color: rgba(124, 124, 124, .8);
}

.black {
    color: #364653;
}

.hide {
    display: none;
}

.flexbox {
    display: flex !important;
}

.border_bottom_none {
    border-bottom: none;
}

.border_bottom {
    border-bottom: 1px solid #ddd;
}

.pt0 {
    padding-top: 0;
}

.main_wrap.pb0 {
    padding-bottom: 0;
}

.case_common_content_text .share_icon {
    margin-right: 0;
}

.share_icon {
    display: inline-block;
    margin-right: 8px;

    font-size: 12px;

    color: #ba252b;
}

.notes_container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.notes_container.mobile {
    display: none;
}

.note_img_wrap {
    position: relative;
    height: 280px;
}

.note_img_wrap>img {
    height: 100%;
}

.note_section_name_wrap {
    display: flex;
    height: 100%;
    padding-left: 48px;
    flex-direction: column;
}

.note_title_wrap {
    position: relative;
    padding-bottom: 24px;
    flex-direction: column;
}

.note_title {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;

    color: #364653;
}

.note_title::before {
    content: 'FREE';
    display: block;
    position: absolute;
    top: -8px;
    right: -16px;
    font-size: 10px;
    font-weight: 500;
    color: #ba252b;
}

.note_info {
    margin-top: 8px;

    font-size: 16px;
    font-weight: 500;

    color: #364653;
}

.note_section_name {
    margin: 5px;
    margin-left: 0;
    font-size: 14px;
    font-weight: 500;

    color: #acacac;
}

.name_on {
    color: #364653;
}

.note_icon_box {
    padding: 1px 6px;

    font-size: 10px;

    color: #f5f6fa;
    border-radius: 10px;
    background-color: #c8c8c8;
}

.box_on {
    background-color: #419bf9;
}

.new_note_btn {
    width: 100%;
    margin-top: 35px;

    color: #364653;
    border-radius: 4px;
    background-color: #f5f6fa;
    box-shadow: 1px 1px 1px 0 rgba(125, 125, 125, .16);
}

.bid_date_cont>div {
    display: flex;

    color: #777;

    align-items: flex-start;
}

.bid_date_cont>div:first-child {
    color: #364653;
    font-weight: 600;
}

.bid_date_cont>div:first-child>.date_wrap>.bid_circle {
    background-color: #364653;
}

.bid_date_cont>div.blue {
    color: #3281f9;
}

.bid_date_cont>div.orange {
    color: #ba252b;
}

.bid_date_cont>div.line span.price {
    text-decoration: line-through;

    color: #777;
    margin-left: auto;
}

.bid_date_cont>div.cancel span.price {
    text-decoration: line-through;
    margin-left: auto;
}

.bid_date_cont>div.blue span.price {
    color: #3281f9;
}

.bid_date_cont span.state {
    margin-left: 4px;
    white-space: nowrap;
}

.bid_date_cont>div>div {
    display: block;
}

.bid_date_cont>div>div.date_wrap {
    flex-basis: 34%;
}

.bid_date_cont>div>div.price_wrap {
    flex-basis: 50%;
    text-align: right;
}

.bid_date_cont>div.orange .bid_circle {
    background-color: #ba252b;
}

.more_circle {
    display: flex;
    width: 100%;
    padding-bottom: 4px;

    line-height: 1;

    text-align: center;

    color: #777;

    align-items: center;
    justify-content: center;
}

.bid_date_cont>div.more_circle {
    padding-bottom: 4px;
}

.table_desc {
    font-size: 12px;

    color: #c8c8c8;
}

.full {
    width: 100%;
}

.small_tenant_title {
    padding-bottom: 18px;

    font-size: 18px;
    font-weight: 500;
}

.question_inner,
.news_inner {
    padding-bottom: 16px;
    margin-bottom: 16px;

    border-bottom: 1px solid #eee;
}

.news_inner {
    cursor: pointer;
}

.question_inner:last-child,
.news_inner:last-child {
    padding-bottom: 0;
    margin-bottom: 0;

    border-bottom: none;
}

.question_wrap .question {
    position: relative;

    display: flex;

    font-size: 16px;
    font-weight: 500;

    cursor: pointer;

    color: #1d1d1d;

    align-items: center;
    justify-content: space-between;
}

.news_wrap .news_title {
    position: relative;

    display: flex;
    width: 100%;
    overflow: hidden;

    font-size: 16px;
    font-weight: 500;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #1d1d1d;

    align-items: center;
}

.news_wrap .news_title span.news_title_span {
    display: inline-block;
    max-width: 80%;
    overflow: hidden;

    font-weight: 500;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_wrap .news_title span.news_title_span b {
    font-weight: 500;
}

.news_wrap .news_title .pub_day {
    margin-left: 10px;

    font-size: 12px;

    color: rgba(124, 124, 124, .8);
}

.question_wrap .answer_wrap {
    padding: 20px 12px;
    margin: 6px 0;

    border-radius: 4px;
    background-color: #f5f6fa;
}

.news_wrap .news_desc_wrap {
    margin-top: 6px;
}

.sub_cont_wrap p.answer {
    color: #333;
}

.sub_cont_wrap p.news_desc {
    color: rgba(124, 124, 124, .8);

    -webkit-line-clamp: 2;
}

.sub_cont_wrap p.news_desc b {
    font-weight: 400;
}

.answer_link_span {
    display: inline-block;
    margin-top: 12px;

    font-size: 14px;

    cursor: pointer;
    text-decoration: underline;
}

.near_case_sub_title {
    display: block;
    padding-top: 16px;

    font-size: 20px;

    color: #1d1d1d;
}

#near_case .main-list-container {
    margin-top: 16px;
}

.agent_wrap {
    position: relative;

    display: flex;
    width: 100%;
    padding: 0;

    flex-wrap: wrap;
    margin-bottom: 24px;
}

.agent_inner {
    position: relative;

    display: flex;
    width: 50%;
    padding: 16px 0;

    border-bottom: 1px solid #e5e5e5;

    align-items: center;
    justify-content: space-between;
}

.agent_inner:nth-child(1),
.agent_inner:nth-child(2) {
    padding-top: 8px;
}

.agent_inner:nth-child(n+3) {
    border-bottom: none;
}

.agent_cont_wrap {
    position: relative;

    display: flex;
    flex-direction: column;

    align-items: flex-start;
    justify-content: flex-start;
}

.agent_title {
    font-size: 18px;
    font-weight: 500;

    color: #364653;
}

.agent_tel {
    font-size: 12px;

    color: #364653;
}

.agent_addr {
    font-size: 12px;

    color: rgba(124, 124, 124, .8);
}

.agent_inner>a {
    display: none;
}

.agent_tel_img {
    width: 42px;
    height: 42px;
    padding: 6px;

    border: 1px solid #acacac;
    border-radius: 50%;
}

.cont_half_wrap {
    position: relative;

    display: flex;
    width: 100%;
    padding-bottom: 16px;

    border-bottom: 1px solid #ddd;

    align-items: center;
    justify-content: space-between;
}

.cont_half_wrap>div {
    flex-basis: 50%;
}

.cont_half_wrap>div:first-child {
    border-right: 1px solid #ececec;
}

.cont_half_wrap>div span {
    display: flex;

    text-align: center;

    align-items: center;
    justify-content: center;
}

.half_title {
    font-size: 12px;

    color: #acacac;
}

.half_text {
    font-size: 16px;
    font-weight: 500;
}

#notice_wrap,
#eval_notice_wrap {
    white-space: pre-line;
}

.full_column {
    padding-bottom: 28px;
    margin-bottom: 12px;
    flex-direction: column;

    border-bottom: 1px solid #ddd;

    align-items: center;
}

.tenant_img_wrap {
    flex-wrap: wrap;
    justify-content: center;
}

.tenant_img_wrap img {
    margin-right: 2px;
}

#scroll_top {
    position: fixed;
    right: 16px;
    bottom: 90px;
    z-index: 99;

    display: none;
    width: 45px;
    height: 45px;

    cursor: pointer;

    border: 1px solid #acacac;
    border-radius: 50%;
    background-color: #fff;
}

.scroll_top_img_wrap {
    position: relative;

    display: flex;
    width: 100%;
    height: 100%;

    align-items: center;
    justify-content: center;
}

.scroll_top_img_wrap>img {
    width: 50%;
    height: 50%;
}

.case_qna::before {
    position: absolute;
    top: -1px;
    left: 0;

    display: block;
    width: 100%;
    height: 6px;

    content: "";

    background-color: #ddd;
}

.dday {
    margin-left: 4px;
}

/*테이블*/
.ca-full {
    position: relative;

    width: 100%;
}

.fix_table {
    table-layout: fixed;
}

.item_floor_table~.cont_more_btn,
.item_list_table~.cont_more_btn,
.regist_table~.cont_more_btn,
.tenant_table~.cont_more_btn {
    margin-top: 16px;
}

table {
    border-collapse: collapse;

    word-break: break-all;

    border: 1px solid #eee;
}

tr {
    position: relative;

    border: 1px solid #eee;
}

.ca-bg-point {
    background-color: #f1f7fa;
}

.ca-bg-point-blue {
    background-color: #fbf7f2;
}

.ca-bg-point-red {
    background-color: #f9e7e6;
}

.ca-bg-tit {
    background-color: #f8f9fb;
    background-clip: padding-box;
}

td {
    position: relative;

    font-size: 13px;

    border-right: 1px solid #eee;
}

.ca-txt-center-txt {
    padding: 8px 4px;

    font-size: 13px;

    text-align: center;
    word-break: break-all;
}

.ca-main-txt2 {
    padding: 8px;

    text-align: right;
    word-break: keep-all;
}

th {
    position: relative;

    padding: 8px 4px;

    font-size: 13px;
    font-weight: 400;

    text-align: center;

    border: 1px solid #eee;
}

.tal {
    text-align: left;
}

.udline {
    cursor: pointer;
    text-decoration: underline;
}

.navy {
    color: #3281f9;
}

.ca-notice {
    padding: 24px 0 24px 0;

    color: #999;
}

#occupy_note_wrap {
    font-size: 13px;
    margin-bottom: 16px;
}

.right_banner {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    width: 100%;
    min-height: 60px;
    cursor: pointer;
}

.right_banner_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.right_banner_wrap>img {
    width: 100%;
}

.alimtalk_float_banner {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -160px;
    width: 100%;
    min-height: 60px;
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
}

.alimtalk_float_banner.mob {
    display: none;
}

.alimtalk_float_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.alimtalk_float_img_wrap {
    margin-left: auto;
}

.alimtalk_float_img_wrap>img {
    height: 50px;
}

.alimtalk_float_title {
    font-weight: 500;
    font-size: 16px;
}

.alimtalk_float_desc {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    margin-top: 4px;
}

.apply_alimtalk_btn {
    display: inline-block;
    font-size: 16px;
    margin-top: 4px;
    text-decoration: underline;
    cursor: pointer;
}

.regist_renew_info {
    padding-top: 16px;
}

.regist_renew_info>span {
    font-size: 12px;
    font-weight: 400;
    color: #999;
}

.case_real_estate_common {
    width: 100%;
    padding-bottom: 16px;
}

.case_real_estate_common_inner {
    position: relative;

    display: flex;
    width: 100%;
    padding: 16px 0;

    border: 1px solid #eee;

    align-items: center;
    justify-content: space-between;
}

.case_real_estate_common_wrap {
    position: relative;

    display: flex;
    width: 50%;
    padding: 0 8px;
    flex-direction: column;

    border-right: 1px solid #eee;

    align-items: center;
    justify-content: center;
}

.case_real_estate_common_wrap:last-child {
    border-right: none;
}

.case_real_estate_common_title {
    padding-bottom: 4px;

    font-size: 14px;

    color: #3a3a3a;
}

.case_real_estate_common_text {
    font-size: 16px;
    font-weight: 500;

    text-align: center;
}

.sub_cont_wrap p.payment_due_to_date_desc {
    font-size: 12px;
    color: #999;
    margin-top: 8px;
}

.ca-pos-box:not(:first-child) {
    margin-top: 10px;
}

#floor_div .cont_more_btn {
    margin-top: 0;
    border: 1px solid #eee;
    border-radius: 0;
    border-top: none;
    box-shadow: none;
}

.sub_cont_wrap .land_use_plan_title {
    font-size: 22px;
    margin-top: 24px;
}

.sub_cont_wrap .land_use_plan_subtitle {
    font-size: 16px;
    margin: 10px 0 5px 0;
}

.land_use_plan_values_wrap {
    display: flex;
    flex-wrap: wrap;
}

.land_use_plan_value {
    padding: 4px 8px;
    background-color: #f8f9fb;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    color: #333;
    font-weight: 400;
    border: 1px solid #eee;
}

.pc_view {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    padding: 8px 24px;
    background-color: #364653;
}

.case_side_button>.favorite_tooltip {
    display: none;
}

/*html[viewport=pc] #ca_bottom {
    height: 18vw;
    padding: 0 1vw;
}
html[viewport=pc] .cont_wrap {
    height: auto;
    padding: 10px 0;
}
html[viewport=pc] #ca_bottom .case_side_button {
    width: 36%;
    min-width: 36%;
    height: 13vw;
    font-size: 4.5vw;
}
html[viewport=pc] #ca_bottom .cont_wrap > div.bottom_link_btn,
html[viewport=pc] #ca_bottom .cont_wrap > div.link_e_odream {
    width: 36%;
    min-width: 36%;
    height: 13vw;
    font-size: 4.5vw;
    transition: none;
}
html[viewport=pc] #ca_bottom .case_side_button.favorite {
    margin-right: 1vw;
}
html[viewport=pc] #ca_bottom .case_side_button > img {
    width: 5vw;
    height: 5vw;
    margin-right: 2vw;
}
html[viewport=pc] .toggle_pc_switch {
    font-size: 5.5vw;
}
html[viewport=pc] .cont_wrap > div.toggle_pc_mobile_btn {
    margin-right: 2vw;
}*/
.cont_wrap>div.toggle_pc_mobile_btn {
    width: 100%;
}

.toggle_pc_mobile_btn {
    align-self: stretch;
    width: 100%;
    margin-right: 12px;
}

#bsh- {
    display: flex;
    width: 100%;
    height: 100%;
}

.button-group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.button-default {
    background-color: #efefef;
}

.button-on {
    /*background-color: #181D95;*/
    /*background-color: #4C42DC;*/
    /*background-color: #3433C3;*/
    background-color: #3f3fff;
}

.button-on:hover {
    /*background-color: #181D95;*/
    /*background-color: #4C42DC;*/
    /*background-color: #3433C3;*/
    background-color: #3f3fff;
}

.button-off {
    /*background-color: #181D95;*/
    /*background-color: #4C42DC;*/
    /*background-color: #3433C3;*/
    background-color: #3f3fff;
}

.button-off:hover {
    /*background-color: #181D95;*/
    /*background-color: #4C42DC;*/
    /*background-color: #3433C3;*/
    background-color: #3f3fff;
}

.toggle_pc_switch {
    font-size: 20px;
}

.rebuild_content_wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.rebuild_content_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 16px;
}

.rebuild_content_inner.hide {
    display: none;
}

.rebuild_content_inner>span {
    display: block;
}

.rebuild_content_title {
    font-size: 15px;
    color: #acacac;
    padding-bottom: 4px;
}

.rebuild_content_text {
    font-size: 16px;
    font-weight: 500;
}

@media screen and (max-width: 1279px) {}

@media screen and (max-width: 1200px) {
    #ca_left {
        width: 100%;
    }

    #ca_right {
        display: none;
    }

    .case_side_button {
        padding: 12px;
    }

    .case_side_button.favorite {
        margin-right: 8px;
    }

    .alimtalk_float_banner {
        bottom: -135px;
    }

    .alimtalk_float_title {
        font-size: 14px;
    }

    .alimtalk_float_desc {
        font-size: 12px;
    }

    .apply_alimtalk_btn {
        font-size: 14px;
    }

    .agent_inner>a {
        display: block;
    }

    .link_wrap.mob {
        display: flex;
    }

    .near_case-button-next,
    .near_case-button-prev {
        display: none;
    }

    .ca_img.main {
        border-radius: 0;
    }

    .ca_img.sub_top {
        border-radius: 0;
    }

    .ca_img.sub_bottom {
        border-radius: 0;
    }

    .apt_img {
        border-radius: 0;
    }

    .link_wrap.mob {
        display: flex;
    }

    .map_wrap.mob {
        display: block;
    }

    .case_view_count_inner {
        padding: 10px 0;
        border: 1px solid #eee;
        border-radius: 6px;
    }
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 1024px) {
    #ca_right {
        padding-right: 16px;
        padding-left: 0;
    }

    .case_side_button_wrap {
        padding: 0 16px;
    }

    .case_side_button {
        font-size: 16px;
        font-weight: 500;
        border: 1px solid #efefef;
    }

    .case_side_button>img {
        width: 20px;
        height: 20px;
    }

    .ca_img_cnt_btn.mob {
        display: flex;
    }

    .alimtalk_float_banner.mob {
        position: relative;
        display: flex;
        bottom: auto;
        border: none;
        border-radius: none;
        background-color: #ececec;
    }

    .alimtalk_float_title {
        font-size: 16px;
    }

    .alimtalk_float_desc {
        font-size: 14px;
    }

    .apply_alimtalk_btn {
        font-size: 16px;
    }

    .ca_img_wrap {
        margin: 0;
        overflow: visible;

        justify-content: initial;
    }

    .ca_img.main:not(:first-child) {
        display: block;
    }

    .ca_img {
        height: 100%;
    }

    .ca_img_cnt {
        bottom: 10px;
    }

    .ca_img_next,
    .ca_img_prev {
        display: block;
    }

    #ca_left {
        width: 100%;
    }

    #ca_right {
        display: none;
    }

    .casenum_wrap.mob {
        display: flex;
        width: 100%;
        padding: 8px 16px;
        margin: 0;

        transform: none;

        border-radius: 0;
    }

    .ca_img_sub {
        display: none;
    }

    .map_wrap {
        padding: 0 16px;
    }

    .note_title_wrap.asil {
        border-top: none;
        padding-top: 0;
    }

    .map_wrap.court {
        padding: 0;
        padding-top: 16px;
        padding-bottom: 8px;
    }

    .common_eval_low_molit>div.common_molit_data>div>span {
        font-size: 10px;

        color: rgba(124, 124, 124, .8);
    }

    .table_desc {
        font-size: 10px;
    }

    .bid_circle::before {
        left: 49%;
    }

    .side_addr {
        font-size: 16px;
        font-weight: 500;
    }
}

@media screen and (max-width: 888px) {
    .agent_inner {
        width: 100%;
        padding: 12px 0;
    }

    .agent_inner:nth-child(n+3) {
        border-bottom: 1px solid #e5e5e5;
    }

    .agent_inner:last-child {
        border-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .cont_more_btn:disabled {
        display: none;
    }

    .land_restrict_tbl_content_divide {
        flex-direction: column;
    }

    .land_restrict_tbl_value {
        padding: 8px 13px;
    }
}

@media screen and (max-width: 600px) {
    .ca_img_container {
        height: 285px;
        max-height: 285px;
    }

    .ca_img_wrap {
        height: 285px;
        max-height: 285px;
    }

    .img-button-next,
    .img-button-prev {
        display: none;
    }

    .common_molit>div.price.sell {
        margin-right: 0;
    }

    .note_title_new {
        padding-left: 60%;
    }

    .note_img_false {
        width: 80%;
    }

    .notes_container.pc {
        display: none;
    }

    .notes_container.mobile {
        display: flex;
    }

    .notes_container {
        flex-wrap: wrap;
    }

    .notes_container>div {
        border-bottom: none;
    }

    .note_title_wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 24px;
    }

    .notes_container>.main_cont_wrap {
        padding-bottom: 0;
    }

    .note_wrap {
        position: relative;
        display: flex;
        width: 100%;
        justify-content: space-around;
        align-items: center;
    }

    .note_img_wrap {
        height: 250px;
    }

    .note_section_name_wrap {
        padding-left: 24px;
    }

    .apt_info_container {
        flex-wrap: wrap;
    }

    .apt_img_wrap {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .apt_img_wrap:hover .apt_img {
        position: static;
        width: 100vw;
        left: -16px;
    }

    .case_real_estate_common {
        padding-bottom: 12px;
    }

    .case_real_estate_common_title {
        font-size: 13px;
        color: #3a3a3a;
        padding-bottom: 4px;
    }

    .case_real_estate_common_text {
        font-size: 14px;
        font-weight: 500;
    }

    .favorite_memo_tooltip_input_wrap {
        width: 85vw;
    }

    .ca_nav_slide>span {
        font-size: 14px;
        white-space: nowrap;
    }
}