@charset "uft-8";

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

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

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


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

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

    .section_01 {
        width: 100vw;
        margin: 0 auto;
    }
    .section_01 .search {
        padding: 150px 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: 84px;
        border: 2px solid #000;
        margin-top: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .section_01 .search .search_box input {
        width: calc(100% - 30px - 100px);
        padding: 10px;
        margin: 20px;
        border: none;
        font-size: 16px;
    }
    .section_01 .search .search_box .search_button {
        margin-right: 20px;
        cursor: pointer;
    }


    /* 배너 */


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

    .section_02 .app_banner .banner_text {

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


    /* hot매물 */
    .section_03 .hotProduct {
        width: 880px;
        margin: 0 auto;
        padding: 0px 0;
    }
    .section_03 .hotProduct .section_tit_box {
        position: relative;
        text-align: center;
        width: 880px;
        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 150px;
    }
    .section_03 .hotProduct .section_tit_box span {
        font-size: 14px;
        color: #909090;
        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: 0;
        width: 24px;
        height: 24px;
        margin-top: 4px;
    }
    .section_03 .hotProduct .section_tit_box .more img { width: 100%; height: 100%;}
    .section_03 .hotProduct .hotProduct_content {
        display: flex;
        justify-content: space-between;
        margin-top: 60px;
        align-items: center;
    }
    .section_03 .hotProduct .hotProduct_content .hotProduct_list {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .section_03 .info_box {
        background-color: #fff;
        border: 1px solid #595959;
        box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.2);
        width: 300px;
        height: 307px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .section_03 .hotProduct .hotProduct_content .hotProduct_list .info_box:nth-child(2) {
        width: 281px;
        height: 341px;
        margin: 0 20px;
    }

    .info_box .info_text {
        cursor: pointer;
    }

     .info_box .info_text strong {
        font-size: 16px;
        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;
    }
    .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: 12px;
    }
    .price_txt .hope_tit {
        font-size: 18px;
        font-weight: 800;
        margin-bottom: 6px;
    }
    .price_txt .hope_tit .hope { margin-left: 6px;}
    .info_box .price_txt .deal_tit {
        font-size: 20px;
        font-weight: 800;
        line-height: 24px;
        color: #FA4B3F;
    }
    .price_txt .deal_tit .deal {
        margin-left: 0px;
        margin-top: 8px;
        display: block;
        font-size: 18px;
    }
    .hotProduct .hotProduct_content .hotProduct_list .info_box:nth-child(2) strong {
        font-size: 24px;
    }
    .hotProduct .hotProduct_content .hotProduct_list .info_box:nth-child(2) .info_text p {
        font-size: 17px;
        line-height: 22px;
    }
    .hotProduct .hotProduct_content .hotProduct_list .info_box:nth-child(2) .price_txt .hope_tit {
        font-size: 20px;
    }
    .hotProduct .hotProduct_content .hotProduct_list .info_box:nth-child(2) .price_txt .deal_tit {
        font-size: 26px;
    }
    .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: 50px;
        line-height: 50px;
    }
    .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 .left_bt, .section_03 .right_bt {
        width: 20%;
    }
    .section_03 #slider {
        width: 60%
        margin-top: 84px;
      height: 400px;
      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: 280px;
    }
    .section_04 .newProduct {
        width: 880px;
        margin: 0 auto;
        padding: 80px 0;
    }
    .section_04 .newProduct .section_tit_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 20px;
    }
    .section_04 .newProduct .newProduct_content .newProduct_list {
        display: flex;
        justify-content: space-between;
        margin-top: 60px;
        margin: 0 auto;
    }
    .section_04 .newProduct .newProduct_content .newProduct_list .info_box {
        width: calc(100%/4 - 10px);
        height: 268px;
        background-color: #fff;
        border: 1px solid #595959;
        padding: 20px;
        box-shadow: none;
    }
    .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_05 { padding-top: 0px;}
    .section_05 .youtube {
        position: relative;
        width: 100vw;
        height: 75vh;
        margin: 0 auto;
        display: block;
    }
    .section_05 .youtube iframe.youtube-player {
        width: 100%;
        height: 100%;
        max-height: 90vh;
    }

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

    .section_05 .company {
        width: 100vw;
        margin: 60px auto;
        text-align: center;
    }
    .section_05 .company img {
        height: 50px;
        margin: 0 15px;
    }


    /* 고객센터 */


    .section_06 { background-color: #222; color: #fff;}
    .section_06 .service {
        width: 880px;
        padding: 60px 0;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .section_06 .service h3 {
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 12px;
    }
    .section_06 .service p {
        font-size: 14px;
    }
    .section_06 .center, .section_06 .notice, .section_06 .coin {
        display: inline-block;
        justify-content: space-between;
        height: 160px;
    }
    .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: 5px 0px;
     }
    .section_06 .notice .notice_ul li a {
        font-size: 14px;
        display: block;
        color: #fff;
    }
    .section_06 .coin a {
        display: inline-block;
        width: 229px;
        height: 60px;
        background-color: #fff;
        padding: 10px 10px 20px;
        border-radius: 30px;
        margin-top: 30px;
        text-align: center;
    }
    .section_06 .coin a img {width: 80%;}


    /* 푸터 */

    .section_06 .footer {
        width: 880px;
        margin: 0 auto;
        padding: 60px 0;
        border-top: 1px solid #909090;
        line-height: 26px;
        font-size: 14px;
    }
    .section_06 .footer strong { font-size: 18px;}



}