@charset "uft-8";

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



html, body {
    overflow-x: hidden;
    touch-action: manipulation;
}

input:-webkit-autofill {
    color: black;
}
input:autofill {
    color: black;
}

a { text-decoration: none; }


.main_banner {
    height: 200px;
    background-image: url(../img/light_buildings.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-top: 51px;
    z-index: -1;
}
.main_banner .blur {
    position: absolute;
    width: 100%;
    height: 200px;
    background-color: rgba(0,0,0,0.7);
    opacity: 50%;
    z-index: -1;
}
.main_banner h1 {
    position: static;
    width: 100%;
    padding-top: 55px;
    color: #fff;
    font-size: 63px;
    text-align: center;
}
.main_banner h1 span {
    font-size: 70px;
    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: 50px 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_history {
    width: 100vw;
    margin: 0 auto;
}
.section_history .search {
    padding: 150px 0;
    width: 90%;
    margin: 0 auto;
}
.section_history .search .search_box {
    width: 100%;
    height: 84px;
    border: 2px solid #000;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section_history .search .search_box input {
    width: calc(100% - 30px - 100px);
    padding: 10px;
    margin: 20px;
    border: none;
    font-size: 16px;
}
.section_history .search .search_box .search_button {
    margin-right: 20px;
    cursor: pointer;
}

/* 배너 */


.section_02 {background: linear-gradient(96.31deg, #A0BDEA 0%, #6F99DA 56.21%); height: 440px;
}
.section_02 .app_banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: 440px;
    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: 60px;}
.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: 830px;
    position: absolute;
    bottom: 0px;
    right: 20vw;
}

.section_02 .now-beta-testing {
    display: none;
    padding: 0px 0px 20px 0px;
}

.section_02 .app_banner img.comming-soon-logo {
    width: 120px;
    position: static;
}
.comming-soon {
    margin-top: 11px;
    display: inline-block;
    vertical-align: top;
}


/* hot매물 */


.section_03 .hotProduct {
    width: 1380px;
    margin: 0 auto;
    padding: 0;
}
.section_03 .hotProduct .section_tit_box {
    position: relative;
    text-align: center;
    width: 1080px;
    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 {
    text-align: left;
    padding: 0px 0px 0px 104px;
}
.section_03 .hotProduct .section_tit_box span {
    position: static;
    color: #909090;
    font-weight: 500;
    font-family: 'NanumSquare';
    margin-top: 12px;
}
.section_03 .hotProduct .section_tit_box .section_title {
    display: inline-block;
    margin-bottom: 50px;
}
.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;
    margin-bottom: 60px;
    align-items: center;
}
.section_03 .hotProduct .hotProduct_content .hotProduct_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info_box {
    background-color: #fff;
    border: 1px solid #595959;
    box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.2);
    width: 310px;
    height: 341px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto auto;
    position: relative;
}
.section_03 .hotProduct .hotProduct_content .hotProduct_list .info_box:nth-child(2) {
    width: 380px;
    height: 400px;
    margin: 0 30px;
}

.info_box .info_text {
    cursor: pointer;
}

 .info_box .info_text strong {
    font-size: 20px;
    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;}
.price_txt .hope_tit {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 13px;
}
.price_txt .hope_tit .hope { margin-left: 6px;}
.info_box .price_txt .deal_tit {
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
    color: #FA4B3F;
}
.price_txt .deal_tit .deal { margin-left: 6px;}
.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;
}
.info_box .info_button span {
    width: calc(50% - 5px);
    height: 44px;
    text-align: center;
    line-height: 44px;
    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;
}

.sold-out {
    display: none;
}
.trading-active .sold-out,
.sold-out-active {
    display: block;
}


.info_box.sold-out-active .info_button .buy-disabled {
    color: #fff;
    background-color: #cccccc;
    cursor: not-allowed;
}
.info_box.my-trading-active .info_button .buy-disabled,
.info_box.trading-active .info_button .buy-disabled {
    color: #fff;
    background-color: #cccccc;
    cursor: not-allowed;
}

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

.section_03 #slider [type=radio] {
  display: none;
}
.section_03 .left_bt,
.section_03 .right_bt{
    width: 20%;
}
.section_03 .left_bt {
    text-align: right;
}
.section_03 .right_bt {
    text-align: left;
}
.section_03 #slider {
    width: 60%;
    margin-top: 84px;
    height: 440px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.section_03 #slider label {
  margin: auto;
  width: 310px;
  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(-90%,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(-45%,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(45%,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(90%,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 .newProduct {
    width: 1380px;
    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: 330px;
    background-color: #fff;
    border: 1px solid #595959;
    padding: 40px;
    box-shadow: none;
    position: relative;
}

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

.section_04 .my-trading-active .sold-out,
.section_04 .trading-active .sold-out {
    position: absolute;
    right: 21px;
    top: 69px;
    background-image: url(/img/trading.png);
    background-size: contain;
    /* background-color: rgba(0,0,0,0.2); */
    width: 100px;
    height: 69px;
    background-repeat: no-repeat;
    background-position: center 27%;
}

.section_04 .newProduct .newProduct_content .newProduct_list .info_box .price_txt .deal_tit { color: #000; margin-top: 30px;}
.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;
}

.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%);
}

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

.new-realestate-item-wrapper #new-realestate-content {
    display: grid;
    grid-gap: 16px;
    grid-auto-flow: dense;
    margin: auto;
    box-sizing: border-box;
    grid-template-rows: repeat(2, 341px);
    grid-template-columns: repeat(4, 1fr);
}

/* 유투브 */


.section_05 { padding-top: 150px;}
.section_05 .section_tit_box .section_title {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.section_05 .section_tit_box .section_title::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -76px;
    bottom: 3px;
    z-index: -1;
    width: 150px;
    height: 12px;
    background-color: #FA4B3F;
}

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

.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 .youtube .youtube-title::before {
    content: '[ ';
}
.section_05 .youtube .youtube-title::after {
    content: ' ]';
}
.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: 1380px;
    padding: 60px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.section_06 .service h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
}
.section_06 .service p { font-size: 17px; }
.section_06 .center, .section_06 .notice, .section_06 .coin {
    display: flex;
    flex-direction: column;
    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;
    cursor: pointer;
}
.section_06 .center_bt a {
    color: #fff;
}
.section_06 .notice .notice_ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 120px;
}
.section_06 .notice .notice_ul li a {
    font-size: 17px;
    display: block;
    color: #fff;
}
.section_06 .coin a {
    display: inline-block;
    width: 177px;
    height: 50px;
    background-color: #fff;
    padding: 10px 10px 20px;
    border-radius: 30px;
    text-align: center;
}
.section_06 .coin a img {width: 80%;}


/* 푸터 */

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





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

.go-p2p-items-button {
    background-color: #2f80ed;
    border: 1px solid #2f80ed;
    padding: 46px 34px;
    cursor: pointer;
}

.section-p2p .section_title {
    font-size: 32px;
    color: #fff;
}

.section-p2p .section_title:visited {
    color: #222;
}

.section-p2p .more-symbol {
    margin-right: 20px;
}

.my-display-none {
    display: none;
}

.my-button-01 {
    display: inline-block;
    width: 200px;
    background-color: #2f80ed;
    color: #ffffff;
    border: 1px solid #2f80ed;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 18px;
}

.prev-next-button-mobile {
    display: none;
    border: unset;
    background: rgba(0,0,0,0.01);
    padding: 20px 80px;
    width: 100%;
}
.prev-next-button-mobile.prev-next-button-mobile-invisible,
#prev.prev-next-invisible,
#next.prev-next-invisible {
    visibility: hidden;
}