@charset "uft-8";

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

    * {
        margin: 0; padding: 0; box-sizing: border-box;  list-style: none;
    }

    html, body {
        overflow-x: hidden;
    }
    a { text-decoration: none; }


    .main_banner {
        height: 100vh;
    }
    .main_banner .blur {
        position: absolute;
        width: 100%;
        height: 100vh;
        background-color: rgba(0,0,0,0.7);
        opacity: 50%;
    }
    .main_banner h1 {
        padding-top: 30vh;
        font-size: 29px;
        text-align: center;
        display: inline-block;
    }
    .main_banner h1 span {
        font-size: 40px;
        letter-spacing: 0.03em;
    }
    .main_banner .top-beta-testing {
        position: static;
        width: 100%;
        padding-top: 40px;
        color: #fff;
        font-size: 20px;
        text-align: center;
    }

    /* 내가 찾고 있는 랜드마크 */

    .section_01 {
        width: 100vw;
        margin: 0 auto;
    }
    .section_01 .search {
        padding: 8vh 0;
        width: 90%;
        margin: 0 auto;
    }
    .section_title {
        font-weight: 800;
        font-size: 24px;
        line-height: 36px;
    }
    .section_01 .search .search_box {
        width: 100%;
        height: 65px;
        border: 2px solid #000;
        margin-top: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 1;
    }
    .section_01 .search .search_box input {
        width: 85%;
        padding: 20px;
        margin: 0px;
        border: none;
        font-size: 14px;
    }
    .section_01 .search .search_box .search_button {
        margin-right: 0px;
        cursor: pointer;
        height: 100%;
        background-image: url(../img/search.png);
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: center;
        width: 8vw;
        padding: 0 20px;
        display: inline-block;
        _background-color: red;
    }
    .section_01 .search .search_box .search_button img {
        display: none;
    }


    /* 배너 */


    .section_02 {
        background: linear-gradient(96.31deg, #A0BDEA 0%, #6F99DA 56.21%);
        height: 324px;
    }
    .section_02 .app_banner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        margin-left: 0vw;
        position: relative;
    }

    .section_02 .app_banner .banner_text {
        z-index: 1;
        padding: 5vh 7vw;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,0.7);
    }

    .section_02 .app_banner .banner_text p {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .section_02 .app_banner .banner_text h2 {
        font-size: 36px;
        font-weight: 900;
        margin-bottom: 26px;
    }
    .section_02 .app_banner .appdown {
        font-size: 13px;
    }
    .section_02 .app_banner .appdown span {
        display: inline-block;
        padding: 10px 18px;
        border: 1px solid #000;
        border-radius: 50px;
        margin-right: 8px;
        cursor: pointer;
    }
    .section_02 .app_banner img {
        width: 72%;
        position: absolute;
        bottom: 0px;
        right: 0vw;
    }


    /* hot매물 */
    .section_03 .hotProduct {
        width: 100vw;
        margin: 0 auto;
        padding: 8vh 0;
    }
    .section_03 .hotProduct .section_tit_box {
        position: relative;
        text-align: center;
        width: 100vw;
        margin: 0 auto;
    }
    .section_03 .hotProduct .section_tit_box .section_title { position: relative;}
    .section_03 .hotProduct .section_tit_box .section_title::before {
        content: '';
        display: inline-block;
        position: absolute;
        left: 50%;
        margin-left: -52px;
        bottom: 3px;
        z-index: -1;
        width: 102px;
        height: 12px;
        background-color: #FA4B3F;
    }
    .section_03 .hotProduct .section_tit_box .hot-sale-note {
         padding: 0px 0px 0px 7vw;
    }
    .section_03 .hotProduct .section_tit_box span {
        position: static;
        left: 7vw;
        top: 53px;
        font-size: 17px;
        color: #555;
        font-weight: 500;
        font-family: 'NanumSquare';
        margin-top: 12px;
    }
    .section_03 .hotProduct .section_tit_box .section_title { display: inline-block;}
    .section_03 .hotProduct .section_tit_box .more {
        position: absolute;
        right: 7vw;
        width: auto;
        height: 24px;
        margin-top: 10px;
    }
    .section_03 .hotProduct .section_tit_box .more::before {
         content: '더보기';
         font-size: 18px;
         font-weight: 700;
         line-height: 22px;
         padding-right: 3px;
         vertical-align: top;
         color: #333;
     }

    .section_03 .hotProduct .section_tit_box .more img {
        width: 20px;
        height: 20px;
    }

    .section_03 .hotProduct .hotProduct_content {
        display: flex;
        justify-content: space-between;
        margin-top: 60px;
        align-items: center;
    }
    .section_03 .hotProduct .hotProduct_content .left_bt,
    .section_03 .hotProduct .hotProduct_content .right_bt {
        display: none;
    }

    .section_03 .hotProduct .hotProduct_content .hotProduct_list {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 7vw;
    }

    .section_03 .sold-out-active .sold-out {
        position: absolute;
        right: 21px;
        top: 65px;
        background-image: url(/img/soldout.png);
        background-size: contain;
        /* background-color: rgba(0,0,0,0.2); */
        width: 86px;
        height: 59px;
        background-repeat: no-repeat;
        background-position: center 27%;
    }


    .info_box {
        background-color: #fff;
        border: 1px solid #595959;
        box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.2);
        width: 100%;
        height: 250px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .section_03 .hotProduct .hotProduct_content .hotProduct_list .info_box:nth-child(2) {
        width: 100%;
        height: 310px;
        margin: 3vh auto;
    }

    .info_box .info_text {
        cursor: pointer;
    }

     .info_box .info_text strong {
        font-size: 24px;
        font-weight: 800;
    }
    .info_box .info_text p {
        font-size: 15px;
        line-height: 16px;
        font-family: 'NanumSquare';
    }
    .info_box .info_text .ster_tit {
        display: flex;
        align-items: center;
        margin-top: 4px;
        font-size: 16px;
    }
    .info_box .info_text .ster_tit .ster { margin-left: 4px;}
    .info_box .info_text .ster_tit .info_icon {
        margin-left: 6px;
    }
    .info_box .info_text .adress {
        margin-top: 8px;
        font-size: 14px;
    }
    .price_txt .hope_tit {
        font-size: 14px;
        font-weight: 800;
        margin-bottom: 6px;
    }
    .price_txt .hope_tit .hope { margin-left: 6px;}
    .info_box .price_txt .deal_tit {
        font-size: 14px;
        font-weight: 800;
        line-height: 24px;
        color: #FA4B3F;
    }
    .price_txt .deal_tit .deal {
        margin-left: 0px;
        margin-top: 0px;
        display: block;
        font-size: 18px;
    }
    .hotProduct .hotProduct_content .hotProduct_list .info_box:nth-child(2) strong {
        font-size: 20Cpx;
    }
    .hotProduct .hotProduct_content .hotProduct_list .info_box:nth-child(2) .info_text p {
        font-size: 14px;
        line-height: 22px;
    }
    .hotProduct .hotProduct_content .hotProduct_list .info_box:nth-child(2) .price_txt .hope_tit {
        font-size: 14px;
    }
    .hotProduct .hotProduct_content .hotProduct_list .info_box:nth-child(2) .price_txt .deal_tit {
        font-size: 14px;
    }
    .info_box .info_button {
        display: flex;
        justify-content: space-between;
        font-size: 12px;
    }
    .info_box .info_button span {
        width: calc(50% - 5px);
        height: auto;
        text-align: center;
        line-height: 30px;
        font-weight: 500;
        font-family: 'NanumSquare';
        cursor: pointer;
    }
    .hotProduct .hotProduct_content .hotProduct_list .info_box:nth-child(2) .info_button span {
        height: auto;
        line-height: 40px;
    }
    .info_box .info_button .inquiry {
        border: 1px solid #DFE1E5;
        color: #000000;
    }

    .info_box .info_button .inquiry a {
        color: #000000;
    }

    .info_box .info_button .buy {
        color: #fff;
        background-color: #2f80ed;
    }


    .section_03 #slider [type=radio] {
      display: none;
    }

    .section_03 #slider {
        width: 100%;
        margin-top: 50px;
        height: 291px;
        position: relative;
        perspective: 1000px;
        transform-style: preserve-3d;
    }


    .section_03 #slider label {
      margin: auto;
      width: 300px;
      height: auto;
      border-radius: 4px;
      position: absolute;
      left: 0; right: 0;
      cursor: pointer;
      transition: transform 0.4s ease;
    }

    .section_03 #s1:checked ~ #slide4, .section_03 #s2:checked ~ #slide5,
    .section_03 #s3:checked ~ #slide1, .section_03 #s4:checked ~ #slide2,
    .section_03 #s5:checked ~ #slide3 {
      box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
      transform: translate3d(-40%,0,-200px);
    }

    .section_03 #s1:checked ~ #slide5, .section_03 #s2:checked ~ #slide1,
    .section_03 #s3:checked ~ #slide2, .section_03 #s4:checked ~ #slide3,
    .section_03 #s5:checked ~ #slide4 {
      box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,.2);
      transform: translate3d(-20%,0,-100px);
    }

    .section_03 #s1:checked ~ #slide1, .section_03 #s2:checked ~ #slide2,
    .section_03 #s3:checked ~ #slide3, .section_03 #s4:checked ~ #slide4,
    .section_03 #s5:checked ~ #slide5 {
      box-shadow: 0 13px 25px 0 rgba(0,0,0,.3), 0 11px 7px 0 rgba(0,0,0,.19);
      transform: translate3d(0,0,0);
    }

    .section_03 #s1:checked ~ #slide2, .section_03 #s2:checked ~ #slide3,
    .section_03 #s3:checked ~ #slide4, .section_03 #s4:checked ~ #slide5,
    .section_03 #s5:checked ~ #slide1 {
      box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,.2);
      transform: translate3d(20%,0,-100px);
    }

    .section_03 #s1:checked ~ #slide3, .section_03 #s2:checked ~ #slide4,
    .section_03 #s3:checked ~ #slide5, .section_03 #s4:checked ~ #slide1,
    .section_03 #s5:checked ~ #slide2 {
      box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
      transform: translate3d(40%,0,-200px);
    }

    .section_03 #slide1 { background: #00BCD4; background: rgba(0,0,0,0.1); }
    .section_03 #slide2 { background: #4CAF50; background: rgba(0,0,0,0.1); }
    .section_03 #slide3 { background: #CDDC39; background: rgba(0,0,0,0.1); }
    .section_03 #slide4 { background: #FFC107; background: rgba(0,0,0,0.1); }
    .section_03 #slide5 { background: #FF5722; background: rgba(0,0,0,0.1); }

    /* new매물 */



    .section_04 {
        background-color: #F2F4F6;
    }
    .section_04 .info_box {
        width: 100%;
    }
    .section_04 .newProduct {
        width: 100vw;
        margin: 0 auto;
        padding: 80px 0;
    }
    .section_04 .newProduct .section_tit_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 20px;
        padding: 0vh 7vw;
    }
    .section_04 .newProduct .newProduct_content .newProduct_list {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 60px;
        margin: 0 auto;
        padding: 7vw;
    }
    .section_04 .newProduct .newProduct_content .newProduct_list .info_box {
        width: 100%;
        height: 268px;
        background-color: #fff;
        border: 1px solid #595959;
        padding: 20px;
        box-shadow: none;
        margin: 1vh 0vw;
    }
    .section_04 .newProduct .newProduct_content .newProduct_list .info_box .price_txt .deal_tit {
        color: #000;
        margin-top: 20px;
        font-size: 18px;
     }
    .section_04 .newProduct_content .newlist_button {
        margin-top: 50px;
        text-align: center;
    }
    .section_04 .newProduct_content .newlist_button span {
        width: 12px;
        height: 12px;
        border: 1px solid #000;
        border-radius: 50px;
        margin: 0 2px;
        display: inline-block;
    }
    .section_04 .newProduct_content .newlist_button span:nth-child(1) {
        background-color: #000;
    }

    .section_04 .info_box {
        margin-bottom: 20px;
    }

    .new-realestate-item-wrapper {
      margin: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }

    .new-realestate-item-wrapper #wrapper {
      width: 100%;
      max-width: 1288px;
      position: relative;
    }

    .new-realestate-item-wrapper #carousel {
      overflow: auto;
      scroll-behavior: smooth;
      scrollbar-width: none;
    }

    .new-realestate-item-wrapper #carousel::-webkit-scrollbar {
      height: 0;
    }

    .new-realestate-item-wrapper #prev,
    .new-realestate-item-wrapper #next {
      display: flex;
      justify-content: center;
      align-content: center;
      background: white;
      border: none;
      padding: 8px;
      border-radius: 50%;
      outline: 0;
      cursor: pointer;
      position: absolute;
    }

    .new-realestate-item-wrapper #prev {
      top: 50%;
      left: -100px;
      transform: translate(50%, -50%);
      display: none;
    }

    .new-realestate-item-wrapper #next {
      top: 50%;
      right: -100px;
      transform: translate(-50%, -50%);
    }

    .new-realestate-item-wrapper #new-realestate-content {
      display: block;
      grid-gap: 16px;
      grid-auto-flow: column;
      margin: auto;
      box-sizing: border-box;
      padding: 5vh 7vw;
    }

    /* 유투브 */


    .section_05 { padding-top: 0px; }

    .section_05 .youtube {
        position: relative;
        width: 100vw;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    .section_05 .youtube iframe.youtube-player {
        width: 100%;
        height: 400px;
        max-height: 90vh;
    }

    .section_05 .blur {
        height: auto;
        padding: 0;
        top: 87%;
        background-color: rgba(0,0,0,0);
    }

    .section_05 .blur .more {
        position: absolute;
        top: 85%
    }


    .section_05 .youtube iframe.youtube-player.youtube-second {
    }

    .section_05 .youtube .youtube-title {
        text-align: center;
        font-size: 18px;
        padding-top: 18px;
        padding-bottom: 50px;
        color: #555;
        font-weight: 700;
    }
    .section_05 .company {
        width: 100vw;
        margin: 60px auto;
        text-align: center;
    }
    .section_05 .company img {
        height: auto;
        width: 25vw;
        margin: 0 2vw;
    }


    /* 고객센터 */


    .section_06 { background-color: #222; color: #fff;}
    .section_06 .service {
        width: 100vw;
        padding: 20px 20px;
        padding-top: 50px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .section_06 .service h3 {
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 12px;
    }
    .section_06 .service p {
        font-size: 14px;
        font-weight: 600;
    }
    .section_06 .center, .section_06 .notice, .section_06 .coin {
        display: inline-block;
        justify-content: space-between;
        height: auto;
        margin-bottom: 40px;
    }
    .section_06 .center_bt {
        display: inline-block;
        text-align: center;
        width: 130px;
        height: 50px;
        line-height: 50px;
        color: #fff;
        background-color: #2f80ed;
        margin-top: 30px;
        cursor: pointer;
    }
    .section_06 .center_bt a {
        color: #fff;
    }
    .section_06 .notice .notice_ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;C
        height: auto;
    }
     .section_06 .notice .notice_ul li {
        padding: 2px 0px;
     }
    .section_06 .notice .notice_ul li a {
        font-size: 12px;
        display: block;
        color: #fff;
    }
    .section_06 .coin a {
        display: inline-block;
        width: 200px;
        height: 51px;
        background-color: #fff;
        padding: 9px 22px;
        border-radius: 30px;
        margin-top: 28px;
        text-align: center;
    }
    .section_06 .coin a img {width: 100%;}


    /* 푸터 */

    .section_06 .footer {
        width: 100vw;
        margin: 0 auto;
        padding: 10px 20px;
        padding-bottom: 50px;
        border-top: 1px solid #909090;
        line-height: 26px;
        font-size: 14px;
    }


    .section_06 .footer * {
      color: inherit !important;
      text-decoration: none !important;
    }

    .section_06 .footer strong {
        font-size: 18px;
        line-height: 56px;
    }


    .section-p2p .section_title {
        font-size: 20px;
    }

    .section-p2p {
        text-align: center;
        margin: 80px auto;
    }

    .go-p2p-items-button {
        padding: 22px 23px;
    }

    .prev-next-button-mobile {
        display: inline-block;
    }
    .mobile-display-none {
        display: none;
    }
}