@charset "UTF-8";
@import url('./style.css');

/* ========================================== */
/* === custom common ==== */
/* base */
body{ touch-action: pan-x pan-y;}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="number"]{ -moz-appearance: textfield; }

/* swal */
.swal-overlay{backdrop-filter: blur(2px);}
.swal-modal{ max-width: 400px; border-radius: 8px; overflow: hidden; }
.swal-text{
    width: 100%; margin: 0 !important; padding: 60px 0;
    text-align: center; word-break: keep-all;
    font-size: 18px; color: #474747; line-height: 30px;
}
.swal-footer{ display: flex; padding: 0; margin: 0;}
.swal-button-container{
    flex: 1; display: inline-flex; align-items: center; justify-content: center;
    height: 52px; margin: 0; border-top: 1px solid #D9D9D9;
}
.swal-button-container:hover{ background: rgb(228, 228, 228,.2);}

.swal-button{
    width: 100%; height: 100%; background: #70AD47 !important; border-radius: 0;
    letter-spacing: 0.04em; font-weight: 350; font-size: 16px;
}
.swal-button:hover{ filter: brightness(95%);}
.swal-button--cancel{ background: none !important; border-right: 1px solid #D9D9D9; color: #70AD47; }

.swal-button:focus{ box-shadow: none;}
.swal-button__loader{ display: none;}

/* btn */
#btn_apply{
    margin-top: 2em;
    background : #000; border-radius: 2px; border: 1px solid #000;
    line-height: 80px; text-align: center; font-size: 1.75em; color: #fff; font-weight: 600;
    transition: 0.25s ease-in;
}
#btn_apply:hover{ background:#2eca6a; color: #000;}

.btn_default{ width: 150px; height: 48px; background : #000; color: #fff; }

/* group */
.group-formbtn{ display: flex; flex-flow: row wrap; align-items: flex-end;}
.group-formbtn .form-group{ width: calc(100% - 160px); margin-right: auto;}

/* 개인정보 수집 및 이용동의 */
.layerpop_header .layerpop_tit { position: absolute; top: 7px; left: 20px;}
.layerpop_header .layerpop_tit strong { font-size: 14px; color: #fff; }
.layerpop_header {
    position: relative; height: 37px; background: #484b48; border-bottom: 2px solid #cc071e;
}
.table_type01 table { width: 100%; }
.table_type01 {
    border-top: 2px solid #4d504d; border-bottom: 1px solid #c7c7c7;
}
.table_type01 table tbody th {
    border-top: 1px solid #e6e6e6; background: #fcfcfc;
    font-weight: normal; color: #222;
}
.table_type01 table tbody td {
    padding: 6px 7px;
    border-left: 1px solid #f4f4f4; border-top: 1px solid #e6e6e6;
    color: #555555;
}

.table_type01  tr label{ cursor: pointer;}
/* ========================================== */
/* === page_main === */
/* #page_main .intro-carousel .swiper-slide{ filter: brightness(80%);} */
/* #page_main .intro-carousel .intro-title *{ text-shadow: 0 0 5px rgba(0,0,0,0.6);} */

/* section-services */
#page_main .section-services .col{
    flex: none; display: flex; flex-flow: column nowrap; align-items: center; justify-content: space-evenly;
    height: 380px; padding-top: 30px;
    border: 1px solid #ddd;
    text-align: center;
}

#page_main .section-services .col img{ width: 60%; }
#page_main .section-services .col p{ padding: 0 30px;}

/* section-contact */
#page_main .section-contact .bx_info > div{ display: inline-flex; align-items: center; height: 42px; }
#page_main .section-contact .bx_info > div h3{ margin-bottom: 0; }

/* section-property */
#page_main .section-property .carousel-item-b  *{ transition: 0.3s ease-in;}
#page_main .section-property .carousel-item-b .img-box-a{ height: 418px;}
#page_main .section-property .carousel-item-b .img-box-a img{ width: 100%; height: 100%; object-fit: cover;}

#page_main .section-property .card-box-a .price-a{ padding: 1rem;}

/* ========================================== */
/* === page_property_grid === */
/* bx_filter */
#page_property_grid .bx_filter{ display: flex; flex-flow: row wrap; justify-content: flex-end; width: 100%; margin-bottom: 20px;}
#page_property_grid .bx_filter > div{ display: inline-flex;  align-items: center; }
#page_property_grid .bx_filter > div:before{ content: attr(title); margin-right: 10px;}
#page_property_grid .bx_filter > div *:not(img){ height: 36px;}
#page_property_grid .bx_filter input{ padding: 0 10px; border: 1px solid #666;}
#page_property_grid .bx_filter button{ background: #2eca6a; border: none; padding: 0 1em;}

#page_property_grid .card-box-a .price-a { padding: 1rem; }

#page_property_grid .card-box-a *{ transition: 0.3s ease-in;}
#page_property_grid .card-box-a .img-box-a{ height: 418px;}
#page_property_grid .card-box-a .img-box-a img{ width: 100%; height: 100%; object-fit: cover;}

/* ========================================== */
/* === page_property_single === */
/* swiper slide */
#page_property_single #property-single-carousel2{ margin-bottom: 10px; border: 1px solid #ddd;}
#page_property_single #property-single-carousel2 .swiper-slide{ display: flex; align-items: center;}
#page_property_single #property-single-carousel2 img{ width: 100%; height: 100%; object-fit: contain; cursor: zoom-in;}

#page_property_single .property-single-carousel-pagination{
    position: absolute; top: 0; left: auto; right: 100px;
    width: auto; height: 50px; padding: 0 12px; margin: 0;
    background: rgba(46, 202, 106, .7);
    line-height: 50px; color: #fff; font-size: 1.25em; text-align: right;
}

#page_property_single .property-single-carousel-naviation{
    top: 0; left: auto; right: 0;
    width: 50px; height: 50px; margin: 0; background: #2eca6a;
    opacity: 0.7; transition: opacity 0.15s ease-in;
}
#page_property_single .property-single-carousel-naviation:after{ color: #fff; font-size: 14px;}
#page_property_single .property-single .swiper-button-prev{ margin-right: 50px; }

#page_property_single .property-single-carousel-naviation:hover{ opacity: 1;}

#page_property_single #property-thumb{ height: 120px; margin-bottom: 3em; }
#page_property_single #property-thumb .swiper-slide{ border: 4px solid transparent; }
#page_property_single #property-thumb .swiper-slide-thumb-active{ border: 4px solid #2eca6a; }
#page_property_single #property-thumb img{ width: 100%; height: 100%; object-fit: cover; cursor: pointer;}

/* property-summary */
#page_property_single .property-summary ul{ border-top: 1px solid #f1f1f1; }
#page_property_single .property-summary li{ padding: 4px 0; border-bottom: 1px solid #f1f1f1; }
#page_property_single .property-summary strong{width: 120px; }
#page_property_single .property-summary span{ flex: 1; text-align: right;}

/* ========================================== */
/* === page_buying === */

/* === page_sale === */
/* bx_float */
#page_sale .bx_float{
    padding: 24px; background: #2eca6a; border-radius: 12px; text-align: center;
}
#page_sale .bx_float > *{ display: inline-block; }
#page_sale .bx_float p{ width: 100%; margin-bottom: 0; }
#page_sale .bx_float #t_fees{ animation: colorChg 3s infinite ease-in; }

@keyframes colorChg {
    0%, 100%{ color: red;}
    20%{ color: coral;}
    40%{ color: yellow ;}
    60%{ color: SpringGreen;}
    80%{ color: DeepSkyBlue;}
}

/* bx_saleExpect */
#page_sale .bx_saleExpect{ display: flex; flex-flow: row wrap;}
#page_sale .bx_saleExpect .bx_input{
    display: flex; width: 100%;
    border: 1px solid #ced4da;
}
#page_sale .bx_saleExpect .bx_input input{ width: calc(100% - 68px); border: none;}
#page_sale .bx_saleExpect .bx_input .img_del{ width: 18px; margin-left: 20px; cursor: pointer; }

#page_sale .bx_saleExpect > button{ height: 50px;margin: 4px 4px 0 0; background: none; border: 1px solid #ced4da; border-radius: 0.5rem }

/* bx_propImg */
#page_sale .bx_propImg{ position: relative; width: 100%; background: #FFF;  }
#page_sale .bx_propImg .bx_thumb{
    display: block; width: 100%; margin: 10px auto 20px;
    background: url('../img/sub/ico_photo.svg') no-repeat center;
    background-color: #FAFAFA; border: 1px solid #ddd;
}

#page_sale .bx_draggable{ position: relative; min-height: 140px; }

#page_sale .bx_propImg ul{ display: flex; flex-flow: row wrap; width: 100%; padding: 0 !important;}
#page_sale .bx_propImg ul:before{ height: 120px; content: ''; background-color: pink; }
#page_sale .bx_propImg li{
    position: relative; height: 120px;
    border: 5px solid transparent; cursor: pointer;
    list-style: none;
}
#page_sale .bx_propImg li.selected{ border: 5px solid #70AD47;}
#page_sale .bx_propImg li.active:before{
    position: absolute; top: 0; left: 0; z-index: 5;
    padding: 2px 8px 2px 4px;
    background: #70AD47; content: '대표 이미지'; font-size: 10px; color: #FFF; line-height: 16px;
}

#page_sale .bx_propImg .lb_file{
    position: absolute; top: 0; left: 0;
    display: flex; align-items: center; justify-content: center;
    height: 120px; border: 5px solid #fff;
    background: #646464; cursor: pointer;
}
#page_sale .bx_propImg .lb_file img{ width: 20px; height: 20px; transform: rotate(45deg);}


#page_sale .bx_propImg .thumb{
    width: 100%; height: 100%; filter: brightness(65%) grayscale(20%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#page_sale .bx_propImg p{
    position: absolute; bottom: 0; right: 0; z-index: 5;
    display: -webkit-box;
    width: 100%; max-height: calc(100% - 20px); padding: 12px 8px;
    color: #FFF; font-size: 12px; line-height: 17px; text-align: left;
    overflow: hidden; text-overflow: ellipsis;
    -webkit-line-clamp: 3; -webkit-box-orient: vertical;
}
#page_sale .bx_propImg li .img_del{ position: absolute; top: 0; right: 0; z-index: 5; margin: 6px 6px 0 0;}


/* ========================================== */
/* =============================== responsive */
@media screen and (min-width: 1200px){
    /* === page_main === */
    /* section-services */
    #page_main .section-services .col{ width: 25%;  border-right: none; }
    #page_main .section-services .col:last-of-type{ border-right: 1px solid #ddd;}
    #page_main .section-services .col img{ max-width: 120px; }
}
@media screen and (min-width: 992px){
    .pc{ display: inline-block;}
    .mobile{ display: none !important;}

    /* === page_main === */
    /* section-property */
    #page_main .card-header-a .card-title-a{ font-size: 1.75rem; line-height: 150%;}
    #page_main .section-contact .bx_info > div h3{ margin-right: 10px;}

    /* === page_property_grid === */
    /* bx_filter */
    #page_property_grid .bx_filter input{ max-width: 150px;}

    /* === page_property_single === */
    #page_property_single #property-single-carousel2 .swiper-slide{ height: 540px;}

    /* === page_sale === */
    /* bx_float */
    #page_sale { overflow: visible;}
    #page_sale .bx_float{ position: sticky; top: 150px;  }

    #page_sale .bx_propImg .bx_thumb{ height: 428px; }
    #page_sale .bx_propImg ul:before,
    #page_sale .bx_propImg *:is(.lb_file, li){width: 16.66%;}

    /* bx_saleExpect */
    #page_sale .bx_saleExpect > button{ width: calc(25% - 4px);  max-width: 150px; }

}
@media screen and (max-width: 1199px){
    /* === page_main === */
    /* section-services */
    #page_main .section-services .col{ width: 50%;}
    #page_main .section-services .col:nth-of-type(n+3){ border-top: none;}
    #page_main .section-services .col:nth-of-type(2n){ border-left: none;}
    #page_main .section-services .col img{ max-width: 150px; }

    /* === page_sale === */
    #page_sale .bx_propImg ul:before,
    #page_sale .bx_propImg *:is(.lb_file, li){width: 20%;}
}
@media screen and (max-width: 991px){
    .mobile{ display: inline-block;}
    .pc{ display: none !important;}

    /* === page_main === */
    #page_main .section-contact .bx_info{ width: 100%; padding: 0; margin: 0; }
    #page_main .section-contact .bx_info > div{ display: block; width: 100%; height: auto; margin-bottom: 30px; font-size: 24px !important; text-align: left;}
    #page_main .section-contact .bx_info h3{ display: block; width: 100%;  font-size: 18px !important;}

    /* === page_property_grid === */
    /* bx_filter */
    #page_property_grid .bx_filter > div{ width: 100%;}
    #page_property_grid .bx_filter > div:nth-of-type(1){ margin-bottom: 10px;}

    #page_property_grid .bx_filter > div:nth-of-type(1) input{ width: calc(50% - 74px);}
    #page_property_grid .bx_filter > div:nth-of-type(2) input{ width: calc(100% - 108px);}

    /* === page_property_single === */
    #page_property_single .property-single .row > *:is(.col-md-5, .col-md-7){ width: 100% !important;}
    #page_property_single .property-price{ justify-content: flex-start !important; margin: 0 auto 0 0;}
    #page_property_single .property-price .card-header-c{width: 100% !important; }

    #page_property_single #property-single-carousel2 .swiper-slide{ min-height: 340px; height: 20vh;}

    /* === page_sale === */
    /* bx_float */
    #page_sale .bx_float{ position: fixed; bottom: 68px; right: 20px; width: 200px; opacity: 0.8; }
    #page_sale .bx_float *{ cursor: default; transition: 0.15s ease-in;}


    /* bx_propImg */
    #page_sale .bx_propImg .bx_thumb{height: 328px; }

    /* bx_saleExpect */
    #page_sale .bx_saleExpect > button{ width: calc(50% - 4px); }
}
@media screen and (max-width: 767px){
    /* === page_buying === */
    #page_buying .group-formbtn .form-group{ width: 100%; margin-right: auto; }
    #page_buying .btn_default{ margin-left: auto; margin-top: 6px; }

    /* === page_sale === */
    /* bx_propImg */
    #page_sale .bx_propImg ul:before,
    #page_sale .bx_propImg *:is(.lb_file, li){width: 25%;}
}
@media screen and (max-width: 576px){
    /* === page_main === */
    /* section-services */
    #page_main .section-services .col{ width: 100%; margin-bottom: 5px;}

    #page_main .intro .intro-subtitle.intro-price{ font-size: 14px;}

    /* === page_sale === */
    /* bx_propImg */
    #page_sale .bx_propImg ul:before,
    #page_sale .bx_propImg *:is(.lb_file, li){width: 33.33%;}

}
@media screen and (max-width: 360px){
    /* === page_main === */
    #page_main .intro .intro-subtitle.intro-price{ font-size: 12px;}

    /* === page_sale === */
    /* bx_propImg */
    #page_sale .bx_propImg .lb_file{ position: static; width: 100%; height: 60px;}
    #page_sale .bx_propImg ul{ display: block; width: 100%; }
    #page_sale .bx_propImg li{ display: inline-block; }

    #page_sale .bx_propImg ul:before,
    #page_sale .bx_propImg li{width: 50% !important;}
}
