@charset "utf-8";

.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 {
    width: 64%;
}
#ca_right {
    width: 33%;
}
#ca_side {
    position: -webkit-sticky;
    position:         sticky;
    top: 30px;

    max-height: 100vh;
    margin-top: 36px;

    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*/
.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;
    padding: 30px 12px;

    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.link_wrap.mob {
    display: none;
    padding: 30px 0;
}
.link_wrap.mob.asil {
    padding: 0 0 30px 0;
}

.link_wrap > div {
    position: relative;
    display: flex;
    width: 23%;
    padding: 8px 0;
    margin-right: 2.5%;
    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_wrap > div:hover {
    background-color: #fafafa;
}
.link_wrap > div:nth-child(4n) {
    margin-right: 0;
}
.link_wrap > div:nth-child(n+5) {
    margin-top: 16px;
}
.link_wrap > div > img {
    height: 20px;
    margin-top: 2px;
    margin-bottom: 4px;
}
.link_wrap > div.disabled {
    opacity: 0.2;
}
#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: #f8f8f8;
    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_common {
    /*padding: 0 16px;*/
}
.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_img {
    width: 100%;
    margin-bottom: 4px;

    border-radius: 8px;
    box-shadow: 0 0 1px 1px #eee;
}
.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: #f8f8f8;
    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: 25px;
    left: auto;

    width: auto;
    padding: 2px 16px;

    font-size: 14px;

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

    display: none;
    width: 50px;
    height: 50px;

    background-image: url(../images/icon/more_arrow_right_gray.svg);
    background-size: 16px 27px;
}
.ca_img_prev {
    left: 0;

    display: none;
    width: 50px;
    height: 50px;

    background-image: url(../images/icon/more_arrow_left_gray.svg);
    background-size: 16px 27px;
}
.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_special {
    padding: 12px 0;
    flex-direction: initial;

    flex-wrap: wrap;
    justify-content: center;
    /*border-bottom: 1px solid #e5e5e5;*/
}
.common_special > span {
    margin: 4px 8px;

    font-size: 16px;
    font-weight: 600;
}
.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: #f05a28;
}
.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: flex;

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

    align-items: center;
    justify-content: center;
}
.molit_date::before {
    position: absolute;
    left: -12px;

    display: block;

    font-size: 28px;
    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: #f8f8f8;
    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;
}

/*상세 내비*/
#ca_nav {
    position: -webkit-sticky;
    position:         sticky;
    top: 0;
    z-index: 9;

    margin-top: 20px;
    margin-bottom: 48px;

    transition: all .2s;

    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
.ca_nav_container {
    height: 45px;
    box-sizing: border-box;
}
.ca_nav_wrapper {
    position: relative;

    display: flex;
    box-sizing: border-box;

    align-items: center;
}
.ca_nav_slide {
    height: 100%;

    text-align: center;
}
.ca_nav_slide > span {
    position: relative;

    display: inline-flex;
    height: 100%;

    font-size: 16px;

    cursor: pointer;
    /*transition: all .2s;*/

    color: #acacac;

    align-items: center;
}
.ca_nav_slide > span::before {
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 0;
    height: 2px;

    content: "";
    /*transition: all .2s;*/
    transform: scale(0) translateX(-100%);

    background-color: #1d1d1d;
}
.ca_nav_slide > span.on::before {
    width: calc(100% + 24px);

    transform: scale(1) translateX(-50%);
}
.ca_nav_slide > span.on {
    font-weight: 900;

    color: #364653;
}

/*컨텐츠*/
.main_wrap {
    position: relative;

    padding-bottom: 36px;
}
.main_title_wrap {
    position: relative;

    display: flex;
    padding-bottom: 28px;

    justify-content: space-between;
}
.main_title {
    position: relative;

    margin-right: 12px;

    font-size: 30px;
    font-weight: 500;
    line-height: .8;

    white-space: nowrap;
}
.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;
    padding-top: 24px;
    padding-bottom: 16px;

    align-items: flex-end;
    justify-content: space-between;
}
.sub_title_wrap.pt0 {
    padding-top: 0;
}
.sub_title {
    position: relative;

    display: flex;
    padding-left: 16px;

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

    white-space: nowrap;

    align-items: center;
    white-space: nowrap;
}
.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: #f05a28;
}
.sub_title.none::before {
    display: none;
}
.sub_title_side_text {
    font-size: 12px;
    font-weight: 400;
}
.sub_title_btn_wrap > button {
    position: relative;

    display: inline-flex;
    margin-left: 8px;

    color: #777;
    border: none;
    background: none;

    align-items: center;
    justify-content: center;
}
.sub_title_btn_wrap > button > img {
    width: 13px;
    height: 16px;
    margin-right: 4px;
}
.sub_cont_wrap {
    padding-bottom: 28px;

    border-bottom: 1px solid #ddd;
}
.sub_cont_wrap.pb0 {
    padding-bottom: 0;
}
.sub_cont_wrap p {
    font-size: 14px;

    color: #333;
}
.cont_more_btn {
    position: relative;

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

    font-size: 12px;

    cursor: pointer;
    transition: all .2s;

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

    align-items: center;
    justify-content: center;
}
.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: #f8f8f8;
}
.small_tenant_wrap {
    padding: 18px 12px;
    margin-top: 24px;

    border-radius: 4px;
    background-color: #f8f8f8;
}
.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;
}
.sub_cont_inner span {
    font-size: 14px;
}
.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;
}
.share_icon {
    display: inline-block;
    margin-right: 8px;

    font-size: 12px;

    color: #f05a28;
}
.note_title_wrap {
    position: relative;

    display: flex;
    padding: 35px 0;
    flex-direction: column;

    align-items: center;
}
.note_title_new {
    width: 100%;
    padding-left: 55%;

    font-size: 8px;
    font-weight: 500;
    line-height: 0;

    color: #ea6946;
}
.note_title {
    font-size: 24px;
    font-weight: 500;

    color: #364653;
}
.note_info {
    margin-top: 10px;

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

    color: #364653;
}
.note_wrap {
    display: flex;
    width: 100%;
    flex-direction: row;
    cursor: pointer;

    /*border: 1px solid red;*/
}
.note_img_wrap {
    position: relative;

    width: 45%;
    height: 230px;

    /*border: 1px solid blue;*/
}
.note_img_false {
    width: 45%;
    height: 100%;
    margin-left: auto;
    /*border: 1px solid green;*/

    border-radius: 8px;
}
.note_img_false > img {
    width: 100%;
    height: 100%;
}
.note_section_name_wrap {
    display: flex;
    height: 100%;
    padding-left: 12px;
    margin: auto 0;
    flex-direction: column;

    /*border: 1px solid yellow;*/
}
.note_section_name {
    margin: 5px;

    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: center;
}
.bid_date_cont > div.blue {
    color: #3281f9;
}
.bid_date_cont > div.orange {
    color: #f05a28;
}
.bid_date_cont > div.line span.price {
    text-decoration: line-through;

    color: #777;
}
.bid_date_cont > div.blue span.price {
    color: #3281f9;
}
.bid_date_cont span.sold_price {
    margin-left: 8px;
}
.bid_date_cont span.state {
    margin-left: 8px;
}
.bid_date_cont > div.cancel span.state {
    text-decoration: line-through;
}
.bid_date_cont > div > div {
    display: flex;

    align-items: center;
}
.bid_date_cont > div > div.date_wrap {
    flex-basis: 34%;
}
.bid_date_cont > div > div.price_wrap {
    flex-wrap: wrap;
    justify-content: flex-end;
}
.bid_circle {
    position: relative;

    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 16px;

    border-radius: 50%;
    background-color: #777;
}
.bid_date_cont > div:last-child > .date_wrap > .bid_circle::before {
    display: none;
}
.bid_circle::before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;

    display: block;
    width: 1px;
    height: calc(100% + 34px);

    content: "";

    background-color: #ddd;
}
.bid_date_cont > div.orange .bid_circle {
    background-color: #f05a28;
}
.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: #f8f8f8;
}
.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: 4px 0 24px;
    flex-direction: column;

    flex-wrap: wrap;
}
.agent_inner {
    position: relative;

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

    border-bottom: 1px solid #e5e5e5;

    align-items: center;
    justify-content: space-between;
}
.agent_inner:first-child {
    padding-top: 0;
}
.agent_inner:last-child {
    padding-bottom: 0;

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

@media screen and (max-width: 1280px) {
    .alimtalk_float_banner {
        bottom: -135px;
    }
    .alimtalk_float_title {
        font-size: 14px;
    }
    .alimtalk_float_desc {
        font-size: 12px;
    }
    .apply_alimtalk_btn {
        font-size: 14px;
    }
}
@media screen and (max-width: 1279px) {
    .link_wrap.mob {
        display: flex;
    }
}
@media screen and (max-width: 1200px) {
    .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;
    }
    .note_img_wrap {
        max-height: 300px;
    }
    .link_wrap.mob {
        display: flex;
    }
    .map_wrap.mob {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    #ca_right {
        padding-right: 16px;
        padding-left: 0;
    }
    .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 {
        border-top: 1px solid #ddd;
    }
    .note_title_wrap.asil {
        border-top: none;
        padding-top: 0;   
    }
    .map_wrap.court {
        padding: 0;
        padding-top: 16px;
        padding-bottom: 8px;
    }
    .link_wrap {
        padding: 30px 0;

        border-bottom: 1px solid #ddd;
    }
    .common_eval_low_molit > div.common_molit_data > div > span {
        font-size: 10px;

        color: rgba(124,124,124,.8);
    }
    #ca_nav.fixed {
        box-shadow: 0 1px 16px 3px rgba(0,0,0,.12);
    }
    .table_desc {
        font-size: 10px;
    }
    .bid_circle::before {
        left: 49%;
    }
    .side_addr {
        font-size: 16px;
        font-weight: 500;
    }
    .note_img_wrap {
        max-height: 250px;
    }
}

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


.contbox {
    padding-top: 60px;
    height: auto;
}
.ca_top {
    width: 100%;
    margin-bottom: 21px;
}
.seller_name_wrap > span {
    font-size: 20px;
    color: #f05a28;
}
.item_name_wrap > .item_name {
    font-size: 26px;
    font-weight: 600;
    color: #707070;
    word-break: keep-all;
}
.seller_info_wrap {
    margin-bottom: 10px;
}
.item_price_wrap {
    margin-bottom: 44px;
}
.counseling_way_wrap {
    margin-bottom: 20px;
}
.review_wrap {
    padding-bottom: 16px;
}
.notice_wrap {
    margin-bottom: 4px;
}
.main_title_wrap {
    padding-bottom: 24px;
}
.main_title {
    color: #777;
    font-size: 24px;
    font-weight: 600;
    line-height: inherit;
}
.main_title_line {
    height: 18px;
    border-bottom: solid 2px #acacac;
}
.main_cont_wrap {
    border-bottom: none;
}
.main_cont_wrap > .text_wrap img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.wrap_tit {
    color: #333;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
}
.main_cont_wrap .text_wrap > p {
    color: #333;
    font-size: 18px;
    white-space: pre-line;
}
.main_cont_wrap .introduce_wrap > p {
    margin-bottom: 35px;
}
.main_cont_wrap > .text_wrap > p {
    font-size: 16px;
    white-space: pre-line;
}
.seller_info_wrap .main_cont_wrap {
    justify-content: space-between;
    align-items: flex-start;
}
.seller_info_wrap .main_cont_wrap.fold {
    max-height: 200px;
    overflow-y: hidden;
}
.seller_info_wrap .main_cont_wrap.fold::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 85px;
    bottom: 0px;
    background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0.5) 43%, rgba(255, 255, 255, 0.2) 84%, rgba(255, 255, 255, 0));
}
.seller_img_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}
.seller_img_wrap > img {
    width: 100%;
}
.seller_info_wrap .more_toggle {
    width: 25%;
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
}
.seller_info_wrap .more_toggle > img {
    width: 30px;
    height: 15px;
}
.item_price_wrap .main_cont_wrap {
    background-color: #f9faff;
    border-radius: 10px;
    justify-content: space-around;
    padding: 48px 0;
}
.original_price_wrap,
.selling_price_wrap {
    width: 45%;
}
.item_price_wrap .original_price_wrap > p {
    color: #acacac;
}
.item_price_wrap .selling_price_wrap > p {
    color: #1c4d97;
}
.item_price_wrap .original_price_wrap > .price_text {
    text-decoration: line-through;
}
.right_arrow_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_cont_wrap > .right_arrow_wrap > img {
    width: 9px;
}
.item_price_wrap .price_title {
    font-size: 22px;
    text-align: center;
}
.item_price_wrap .price_text {
    font-size: 28px;
    font-weight: 600;
    text-align: center; 
}
.counseling_method_wrap .swiper-slide > img {
    width: 100%;
}
.e_odream_introduce_wrap .introduce_logo_wrap {
    width: 100%;
    padding: 73px 0 66px 0;
    text-align: center;
    background-color: #1c4d97;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom: 10px;
    z-index: 2;
}
.e_odream_introduce_wrap .introduce_logo_wrap > h3 {
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}
.e_odream_introduce_wrap .introduce_logo_wrap > h3 > strong {
    color: #ffd983;
}
.introduce_logo_icon_wrap {
    position: absolute;
    display: inline-block;
    top: -14px;
    right: -32px;
}
.introduce_logo_icon_wrap > img {
    width: 35px;
}
.e_odream_introduce_wrap .introduce_logo_wrap > p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}
.e_odream_introduce_wrap .horizontal_line {
    border-bottom: solid 2px #fff;
    margin: 5.5px 134px 8.5px 134px;
}
.e_odream_introduce_wrap .swiper-container {
    width: 100%;
}
.e_odream_introduce_wrap .introduce_card {
    width: 100%;
    height: 215px;
    padding: 30px 0 0 20px;
    border: solid 1px #efefef;
    border-radius: 10px;
    /*cursor: context-menu;*/
    /*cursor: grab;*/
}
.e_odream_introduce_wrap .introduce_icon_wrap {
    margin-bottom: 12px;
}
.e_odream_introduce_wrap .introduce_icon_wrap > img {
    width: 43px;
    height: 43px;
}
.e_odream_introduce_wrap .introduce_card p {
    font-size: 18px;
    font-weight: 600;
    color: #777;
}
.seller_info_text_wrap {
    width: calc(100% - 190px);
}
.review_summary_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 73px 0;
    background-color: #f9faff;
    border-radius: 10px;
}
.review_count {
    margin-right: 78px;
}
.review_count > span {
    font-size: 22px;
    font-weight: 500;
    color: #707070;
}
.review_count > span > strong {
    color: #3281f9;
}
.review_score {
    display: flex;
    align-items: center;
}
.review_score > span {
    font-size: 22px;
    font-weight: 600;
    color: #777;
}
.review_score > span > strong {
    color:  #3281f9;
}
.wrap_star {
    margin-right: 8px;
}
.star_rating {
    width: 142px;
}
.star_rating,
.star_rating > span {
    display: inline-block;
    height: 24px;
    overflow: hidden;
    background: url(/re_public/images/e_odream/five_stars.svg) no-repeat;
    background-size: 142px;
}
.star_rating > span {
    background-position: left bottom;
    line-height: 0;
    vertical-align: top;
}
.rv_content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 27px;
}
.rv_content.fold {
    max-height: 370px;
    overflow-y: hidden;
}
.rv_row {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
}
.rv_row:first-child {
    border-top: 1px solid #ddd;
}
.rv_name {
    display: inline-block;
    padding-bottom: 4px;
}
.rv_info {
    display: flex;
}
.rv_row .star_rating {
    width: 89px;
}
.rv_row .star_rating,
.rv_row .star_rating > span {
    height: 16.5px;
    background: url(/re_public/images/e_odream/five_stars_no_padding.svg)no-repeat;
    background-size: 89px;
}
.rv_row .star_rating > span {
    background-position: left bottom;
}
.rv_star,
.wrap_star {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rv_star > img {
    width: 16px;
}
.rv_date {
    color: #999;
}
.rv_text {
    width: 100%;
    margin-top: 16px;
}
.rv_text > p{
    color: #707070;
}
.rv_empty {
    padding: 48px 0;
}
.rv_empty > span {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #999;
}
.more_toggle_button_wrap {
    margin-top: 10px;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-radius: 4px;
    background-color: #fcfcfc;
    cursor: pointer;
}
.more_toggle_button_wrap > span {
    color: #707070;
}
.notice_wrap .main_cont_wrap {
    width: 100%;
    padding: 20px 30px;
    background-color: #fcfcfc;
    border: solid 1px #efefef;
    border-radius: 10px;
}
.notice_row {
    width: 100%;
    margin-bottom: 10px;
}
.notice_row:first-of-type {
    margin-bottom: 20px;
}
.notice_row > h4,
.notice_row > p {
    font-size: 16px;
    color: #777;
}
.notice_row > h4 {
    font-weight: 500;
}
.notice_row a {
    font-size: 16px;
    font-weight: 500;
    color: #acacac;
}
#ca_side {
    margin-top: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.cont_wrap {
    border: none;
    padding: 20px 16px;
}
.btn_wrap {
    padding: 0;
}
.side_bg_wrap {
    flex-direction: column;
    background-color: #fff;
    border:  solid 1px #efefef;
    border-radius: 10px;
    padding: 0 20px;
    margin-bottom: 22px;
}
.side_bg_wrap > div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    width: 100%;
    padding: 20px 20px;
    cursor: auto;
}
.side_bg_wrap > div:first-of-type {
    border-bottom: 1px solid #efefef;
}
.side_bg_wrap > div > p.counseling_method,
 .side_bg_wrap > div > p.counseling_time{
    font-size: 18px;
    font-weight: 600;

}
.side_bg_wrap > div > p.counseling_method_desc,
.side_bg_wrap > div > p.counseling_time_desc {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    margin-top: 4px;
}
.side_bg_wrap > hr {
    width: 100%;
}
.cont_wrap > div.bottom_question > span {
    white-space: nowrap;
}
.cont_wrap > div.bottom_buy {
    width: 100%;
    color: #fff;
    font-weight: 500;
    padding: 18px 0;
    border-radius: 4px;
    background-color: #3573d1;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.cont_wrap > div.bottom_buy.disabled {
    background-color: #ccc;
}
.cont_wrap > div.bottom_buy {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
#ca_nav {
    display: none;
}
.detail_fixed_wrap {
    display: none;
}
.btn_wrap.mob {
    display: none;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    height: auto;
    padding: 12px 16px;
    background-color: #fff;
    z-index: 9;
}
.mulgun-list .mul-list-img-box {
    height: 194px;
}
.mulgun-list img {
    width: 276px;
    height: 100%;
}
.event_coupon_button_wrap {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 8px;
}
.event_coupon_button {
    width: 100%;
    background-color: #333;
    border-radius: 6px;
    padding: 18px 0;
    text-align: center;
    cursor: pointer;
}
.event_coupon_button > span{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.mid_btns_wrap {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 12px;
}
.mid_btns_wrap > div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    text-align: center;
    padding: 14px 0;
    border-radius: 4px;
    background-color: #eff4fa;
    cursor: pointer;
}
.mid_btns_wrap > div:hover {
    background-color: rgb(176,196,222);
}
.e_odream_share > img {
    width: 20px;
}
.mid_btns_wrap > div > img {
    position: relative;
    top: 1px;
    margin-right: 8px;
}
.mid_btns_wrap > div > span {
    font-size: 16px;
}
/*.mid_btns_wrap > div > span:hover {
    background-color: #efefef;
}*/
.button_tooltip {
    position: relative;
    color: #fff;
    font-size: 13px;
    background-color: #fc3049;
    white-space: nowrap;
    border-radius: 4px;
    padding: 8px 12px;
    box-shadow: 1px 5px 6px rgba(0,0,0,0.16);
    margin-bottom: 12px;
}
.button_tooltip::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid #fc3049;
    border-bottom: 6px solid none;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.swiper-button-prev,
.swiper-button-next {
    background-size: 15px;
    background-repeat: no-repeat;
}
.e_odream_introduce_wrap .swiper-button-prev,
.e_odream_introduce_wrap .swiper-button-next {
    top: 70%;
}
.other_item_arrow.swiper-button-prev,
.other_item_arrow.swiper-button-next {
    transform: translateY(-50%);
}
.other_item_arrow.swiper-button-prev {
    left: -30px;
}
.other_item_arrow.swiper-button-next {
    right: -30px;
}
.swiper-button-next {
    background-image: url(../images/icon/right_arrow_gray.svg);
}
.swiper-button-prev {
    background-image: url(../images/icon/left_arrow_gray.svg);
}
.swiper-container.left_gradient::before {
    content: "";
    position: absolute;
    width: 85px;
    height: 100%;
    left: 0;
    bottom: 0px;
    background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.5) 43%, rgba(255, 255, 255, 0.2) 84%, rgba(255, 255, 255, 0));
    z-index: 2;
}
.swiper-container.right_gradient::after {
    content: "";
    position: absolute;
    width: 85px;
    height: 100%;
    right: 0;
    bottom: 0px;
    background-image: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0.5) 43%, rgba(255, 255, 255, 0.2) 84%, rgba(255, 255, 255, 0));
    z-index: 1;
}

@media screen and (max-width: 1024px) {
    .detail_fixed_wrap {
        display: block;
        margin-bottom: 30px;
    }
    .item_detail_wrap .text_wrap {
        width: 100%;
    }
    .item_detail_wrap img {
        display: block;
        margin: 0 auto;
    }
    .btn_wrap.mob {
        display: flex;
    }
    .cont_wrap > div.bottom_buy {
        padding: 20px 0;
    }
    .cont_wrap > div.bottom_buy {
        font-size: 24px;
    }
    .other_item_arrow {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .contbox {
        padding-top: 20px;
    }
    .side_bg_wrap {
        margin-bottom: 10px;
    }
    .item_name_wrap {
        padding-bottom: 16px;
        border-bottom: 1px solid #333;
    }
    .item_name_wrap > .item_name {
        font-size: 22px;
    }
    .main_title_wrap {
        padding-bottom: 10px;
    }
    .main_title {
        font-size: 20px;
    }
    .main_cont_wrap .text_wrap > p {
        font-size: 14px;
    }
    .seller_info_wrap .main_cont_wrap.fold {
        max-height: 250px;
    }
    .seller_img_wrap {
        width: 100px;
        height: 100px;
        margin-bottom: 12px;
    }
    .seller_info_text_wrap {
        width: 100%;
    }
    .wrap_tit {
        font-size: 16px;
    }
    .item_price_wrap .main_cont_wrap {
        padding: 25px 0;
    }
    .item_price_wrap .price_title {
        font-size: 14px;
    }
    .item_price_wrap .price_text {
        font-size: 18px;
    }
    .counseling_method_wrap {
        padding-bottom: 14px;
    }
    .e_odream_introduce_wrap .main_cont_wrap,
    .other_item .main_cont_wrap {
        padding-bottom: 4px;
    }
    .e_odream_introduce_wrap .introduce_logo_wrap {
        padding: 30px 0;
    }
    .e_odream_introduce_wrap .introduce_logo_wrap > h3 {
        font-size: 16px;
    }
    .introduce_logo_icon_wrap {
        right: -20px;
        width: 21px;
    }
    .introduce_logo_icon_wrap > img {
        width: 22px
    }
    .e_odream_introduce_wrap .horizontal_line {
        margin: 4px 62px;
    }
    .e_odream_introduce_wrap .introduce_logo_wrap > p {
        font-size: 12px;
    }
    .e_odream_introduce_wrap .introduce_icon_wrap > img {
        height: 33px;
    }
    .e_odream_introduce_wrap .introduce_card {
        height: 161px;
        padding: 23px 0 0 15px;
    }
    .e_odream_introduce_wrap .introduce_card p {
        font-size: 14px;
    }
    .item_price_wrap,
    .seller_info_wrap {
        margin-bottom: 4px;
    }
    .review_summary_wrap {
        padding: 30px 0;
    }
    .review_count {
        margin-right: 28px;
    }
    .review_count > span,
    .review_score > span {
        font-size: 18px;
    }
    .star_rating,
    .star_rating > span {
        height: 20px;
        background-size: 116px;
    }
    .star_rating {
        width: 116px;
    }
    .rv_content {
        margin-top: 10px;
    }
    .rv_row {
        padding: 10px 0;
        border-bottom: none;
    }
    .rv_row:first-child {
        border-top: none;
    }
    .rv_text {
        margin-top: 10px;
    }
    .rv_name {
        font-size: 16px;
    }
    .rv_date,
    .rv_text > p {
        font-size: 14px;
    }
    .notice_wrap .main_cont_wrap {
        padding: 20px;
    }
    .notice_row > h4,
    .notice_row > p,
    .notice_row > a {
        font-size: 12px;
    }
    .mid_btns_wrap > div {
        padding: 14px;
    }
    .cont_wrap > div.bottom_buy {
        padding: 15px 0;
        font-size: 22px;
    }
}

@media screen and (max-width: 320px) {
    .button_tooltip {
        white-space: normal;
    }
}