@charset "uft-8";
@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&Roboto:wght@100;300;400;500;700;900&display=swap');
* {
    margin: 0; padding: 0; box-sizing: border-box; list-style: none;
    font-family: 'Roboto', 'Noto Sans KR', sans-serif;
}



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

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

a { text-decoration: none; }


.main_banner {
    height: 750px;
    background-image: url(../img/light_buildings.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: -1;
}
.main_banner .blur {
    position: absolute;
    width: 100%;
    height: 750px;
    background-color: rgba(0,0,0,0.7);
    opacity: 50%;
    z-index: -1;
}
.main_banner h1 {
    position: static;
    width: 100%;
    padding-top: 20vh;
    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: 150px 0;
    width: 90%;
    margin: 0 auto;
}
.section_title {
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 37px;
}
.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: 355px;
    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: 6px;
}
.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;
}

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


.section-theme {
    background-color: #F2F4F6;
}

.section-theme .newProduct {
    width: 100%;
    max-width: 777px;
    margin: 0 auto;
    padding: 80px 0;
}
.section-theme .newProduct .section_tit_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}
.section-theme .newProduct .newProduct_content .newProduct_list {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin: 0 auto;
}
.section-theme .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-theme .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-theme .my-trading-active .sold-out,
.section-theme .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-theme .newProduct .newProduct_content .newProduct_list .info_box .price_txt .deal_tit { color: #000; margin-top: 30px;}
.section-theme .newProduct_content .newlist_button {
    margin-top: 50px;
    text-align: center;
}
.section-theme .newProduct_content .newlist_button span {
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    border-radius: 50px;
    margin: 0 2px;
    display: inline-block;
}
.section-theme .newProduct_content .newlist_button span:nth-child(1) {
    background-color: #000;
}
/* 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: 0px;
}
.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;
}
.theme-realestate-item-wrapper #theme-prev,
.theme-realestate-item-wrapper #theme-next,
.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;
}
.theme-realestate-item-wrapper #theme-prev,
.new-realestate-item-wrapper #prev {
  top: 50%;
  left: -100px;
  transform: translate(50%, -50%);
}

.theme-realestate-item-wrapper #theme-next,
.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: column;
  margin: auto;
  box-sizing: border-box;
}

/* 유투브 */


.section_05 {
    padding-top: 0px;
    position: relative;
}
.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: 100vw;
    height: 75vh;
    margin: 0 auto;
    display: block;
}
.section_05 .youtube iframe.youtube-player {
    width: 100%;
    height: 100%;
    max-height: 90vh;
}

.section_05 .blur{
    position: absolute;
    width: 100vw;
    height: 75vh;
    background-color: rgba(0,0,0,0.15);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 37px;
}

.section_05 .blur .trading-btn {
    opacity: 0.9;
    display: flex;
    justify-content: space-between;
    background-color: #2f80ed;
    color: #fff;
    align-items: center;
    border-radius: 15px;
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px rgba(255,255,255,0.3);
}

.section_05 .blur .trading-btn .mark {
    border-radius: 15px 0px 0px 15px;
    background-color: #70aeff;
    padding: 10px;
}

.section_05 .blur .trading-btn .content{
    padding-left: 15px;
    padding-right: 15px;
}

// 임시
.section_05 .blur .more {
    border-radius: 20px;
    padding: 5px;
    background-color: rgba(47,128,237,0.7);
    color: rgba(255,255,255,0.9);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px rgba(255,255,255,0.3);
    font-size: 15px;
    text-align: center;


}

.section_05 .blue .more .move-trading-btn {
    width: 100%;
    width: 100%;
    background-color: #fff;
    border: 1px solid black;
}
//임시 끝

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

.theme-prev-next-button-mobile.prev-next-button-mobile-invisible,
#theme-prev.prev-next-invisible,
#theme-next.prev-next-invisible,
.prev-next-button-mobile.prev-next-button-mobile-invisible,
#prev.prev-next-invisible,
#next.prev-next-invisible {
    visibility: hidden;
}

.theme-prev-next-button-mobile.prev-next-button-mobile-invisible,
.prev-next-button-mobile.prev-next-button-mobile-invisible {
    display: none;
}

/** 하단 부동산 핫이슈 시작 */
select { appearance: none; -webkit-appearance: none;}
select::-ms-expand { display:none; }

.ten_align_left {
    text-align: left;
}

.ten_align_center {
    text-align: center;
}

.ten_align_right {
    text-align: right;
}

body {
    overflow-x: hidden;
}

button {
    cursor: pointer;
}

div.ten_mobile_menu_button {
    display: none;
    float: right;
    padding-top: 15px;
}

div.ten_mobile_menu_button > div {
    width: 35px;
    height: 1px;
    background-color: #ffffff;
    margin:0;
    margin-bottom: 8px;
}

.floating_social_media_link_icon_wrapper {
    position: fixed;
    left: 20px;
    bottom: 50px;
    padding: 0px;
    text-align: right;
    display: inline;
    display: none;
    line-height: 58px;
}

.floating_social_media_link_icon {
    display: block;
    width: 60px;
    height: 60px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-filter: grayscale(0) brightness(100%);
    filter: grayscale(0) brightness(100%);
    cursor: pointer;
    margin-top: 20px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.47);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.47);

}

.ten_header_02 div.ten_mobile_menu_button > div {
    background-color: #222;
}


ul {
    padding:0px;
    margin: 0px;
}

.unit_atc::after {
    content: ' ATC';
}
.unit_atp::after {
    content: ' ATP';
}
.unit_btc::after {
    content: ' BTC';
}
.unit_usd::after {
    content: ' USD';
}

.area_label {
    font-size: 18px;
    color: #2f80ed;
}
.area_label::before {
    content: '';
}

header li {
    list-style: none;
}

.mobile____ {
    padding: 10px;
    width: 100%;
    max-width: 414px;
    background-color: #f7f7f7;
}

.mobile____ label {
    display: inline-block;
    width: 120px;
    font-size: 12px;
}

.mobile____ .unsigned label {
    display: inline-block;
    width: 90px;
}


.pc {
    padding: 0px;
    width: 100%;
}


.ten_menu {
    position: absolute;
    right: 50px;
    top: 10px;
}


#signin_siginout_standalone {
    position: absolute;
    cursor: pointer;
}

.ten_menu_ul {
}

.ten_menu_ul > li {
    display: inline-block;
    width: auto;
    padding: 0px 10px;
    cursor: pointer;
    clear: both;
    text-align: center;
    vertical-align: top;
	line-height: 55px;
}

.ten_menu_ul > li > .under_line {
    clear: both;
    width: 0px;
    height: 1px;
    border-bottom: 1px solid #ffffff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 0%;
    height: 1px;
    margin: 0px auto;
}



.ten_header_02 .ten_menu_ul > li > .under_line {
    border-bottom: 1px solid #222;
}

.ten_menu_ul > li:hover > .under_line {
    width: 100%;
}

.ten_menu_ul > li .ten_menu_ul_submenu_wrapper {
    padding-top: 10px;
}
.ten_menu_ul > li .ten_menu_ul_submenu {
    position: absolute;
    display: none;
    clear: both;
    width: 0px;
    height: 1px;
    border-bottom: 1px solid #ffffff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 150px;
    height: 0px;
    margin: 0px auto;
    left: 41px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0px;
    font-size: 0px;
}

.ten_menu_ul > li .ten_menu_ul_submenu.ten_menu_ul_submenu_deposit_withdraw {
    left: 41px;
}

.ten_menu_ul > li .ten_menu_ul_submenu.ten_menu_ul_submenu_my_page {
    left: 128px;
}


.ten_menu_ul > li:hover .ten_menu_ul_submenu {
    display: block;
    height: auto;
}

.ten_header_02 .ten_menu_ul > li:hover .ten_menu_ul_submenu {
    background: rgba(255,255,255, 0.9);
}

.ten_menu_ul > li .ten_menu_ul_submenu > li {
    list-style-type: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 40px;
}
.ten_menu_ul > li:hover .ten_menu_ul_submenu > li > .under_line{
    clear: both;
    width: 0px;
    height: 1px;
    border-bottom: 1px solid #ffffff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 0%;
    height: 1px;
    margin: 0px auto;
}

.ten_header_02 .ten_menu_ul > li:hover .ten_menu_ul_submenu > li > .under_line {
    border-bottom: 1px solid #222;
}

.ten_menu_ul > li:hover .ten_menu_ul_submenu > li:hover > .under_line {
    width: 100%;
}


#ten_footer_01 {
    padding: 20px;
    background: #f0f0f0;
    color: #333;
}


.ten_body {
    position: relative;
    width: 100vw;
    padding-bottom: 50px;
    overflow-x: hidden;
}

.ten_header {
    position: fixed;
    z-index: 10;
    top:0px;
    left: 0px;
    width: 100%;
    background: linear-gradient(45deg, #2f80ed, #e2291c);
    color: #ffffff;
    font-weight: 200;
    height: 83px;
    padding: 6px;
    padding-right: 15px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.39);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.39);
    background: transparent;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;

    background: linear-gradient(180deg, #2f80ed, rgba(230,32,39, 0.860529));
}

.ten_header.ten_header_02 {
    color: #222;
    background: rgba(255,255,255, 0.9);
}

.ten_header_below_wrapper {
    width: 100vw;
    padding-bottom: 0px;
}

.ten_header_below_padding {
    display: inline-block;
    height: 0px;
}


.ten_header_title {
    line-height: 63px;
    margin-left: 14px;
    padding: 12px 50px;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/icons/asterlogo_white_for_inkscape.png');
}

.ten_header_backable {
    background-image: url('../img/icons/back_button.png?v=00001');
}

.ten_header_title.ten_header_backable {
    padding-left: 20px;
}

#ten_header_goto_main {
    cursor: pointer;
}

.ten_table_01 {
    color: #2f80ed;
    width: 100%;
    border-collapse: collapse;
    border-bottom: 2px solid #495249;
}

.ten_table_01 tr {
    border-bottom: 1px solid #a7a7a7;
}


.ten_table_01 th, .ten_table_01 td {
    border: 0px solid #c9c9c9;
    padding: 7px 10px;
    text-align: left;
}

.ten_table_01 caption {
    border: 0px solid #2f80ed;
    border-top-width: 2px;
    border-bottom-width: 1px;
    font-weight: 500;
    background: #ffffff;
    color: #333;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
}

.ten_table_01 td {
    color: #292929;
    font-size:12px;
}

.ten_table_01 thead th {
    padding-top: 14px;
}

.ten_table_01 tfoot tr {
    border-bottom: 0px solid #f4f4f4;
}

.ten_table_01 tfoot th {
    color: #777777;
    font-size:12px;
    padding: 7px 0px;
    text-align: center;
    transition: color 1s;
    -webkit-transition: color 1s;
}

.ten_title_01 {
    color: #2f80ed;
    font-size: 28px;
    text-align: center;
}

.ten_title_02 {
    color: #2f80ed;
    font-size: 16px;
    text-align: center;
}

.ten_ul_01 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.ten_ul_01_item {
    margin-top: 3px;
}

.ten_two_buttons_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0px 20px;
}

.ten_two_buttons_wrapper .ten_two_button_wrapper{
    width: 46%;
}

.ten_two_buttons_wrapper .ten_two_button_padder {
    width: 8%;
}

.ten_button_01 {
    width: 100%;
    background-color: #2f80ed;
    color:#ffffff;
    border: 1px solid #e0e0e0;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.ten_button_01:hover {
    background-color: #333333;
}

.ten_button_02 {
    width: 100%;
    background-color: #ffffff;
    color:#2f80ed;
    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;
}

.ten_button_02:hover {
    background-color: #f0f0f0;
}


.ten_button_03 {
    width: 100%;
    background-color: #2f80ed;
    color:#ffffff;
    border: 1px solid #e0e0e0;
    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;
    line-height: 55px;
}

.ten_button_03:hover {
    background-color: #333333;
}



.ten_button_04 {
    width: 100%;
    background-color: #ffffff;
    columns: #444444;
    border: 1px solid #999999;
    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;
    line-height: 55px;
}

.ten_button_04:hover {
    background-color: #f4f4f4;
}

.ten_button_05 {
    width: 100%;
    background-color: #ffffff;
    color:#2f80ed;
    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;
    line-height: 55px;
}

.ten_button_05:hover {
    background-color: #f4f4f4;
}

.ten_button_inline_01 {
    display: inline;
    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: 12px;
}

.ten_button_inline_01:hover {
    background-color: #333333;
}

.ten_button_inline_02 {
    display: inline;
    background-color: #ffffff;
    color:#2f80ed;
    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: 12px;
}

.ten_button_inline_02:hover {
    background-color: #f1f1f1;
}

.ten_button_inline_03 {
    display: inline;
    background-color: #ffffff;
    color: #777;;
    border: 1px solid #aaaaaa;
    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: 12px;
}

.ten_button_inline_03:hover {
    color:#2f80ed;
    font-size: 16px;
}


.ten_border_noti_01 {
    padding: 20px;
    text-align: center;
    margin-top: 50px;
}
.ten_border_noti_01_content {
    border: 1px solid #2f80ed;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #2f80ed;
    line-height: 1.8em;
    padding: 50px 0px;
    margin-bottom: 100px;
}

.ten_footer_style_01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ten_footer_style_01 .my_left {
    width: 80%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.ten_footer_style_01 .my_right {
    width: 30%;
}

.ten_footer_style_01 .my_left .footer_domain {
    width: 50%;
    text-align: center;;
    font-size: 26px;
    color: #3335bb;
}

.ten_footer_style_01 .my_left .footer_domain a {
    text-decoration: none;
}

.ten_footer_style_01 .my_left .footer_domain .ten_input_item_01 {
    padding-top: 16px;
}

.ten_footer_style_01 .my_left .footer_addr {
    padding-top: 33px;
    width: 65%;
    text-align: center;
}

.ten_footer_style_01 .my_left .footer_addr .footer_addr_item {
    font-size: 16px;
    margin: 5px auto;
}

.ten_footer_style_01 .footer_copyright {
    line-height: 120px;
    text-align: right;
    padding-right: 40px;
}


.ten_input_item_01 {
    display: block;
    width: 100%;
    margin-bottom: 16px;
}
.ten_input_item_02 {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
    height: 100%;
}
.ten_input_item_03 {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    height: 100%;
}
.ten_input_item_03 label {
    font-size: 28px;
    line-height: 58px;
}
.ten_input_item_03 .ten_input_01 {
    font-size: 18px;
    line-height: 55px;
}
.ten_input_item_03 .ten_input_right_side_button_01 {
    font-size: 18px;
    line-height: 55px;
}

.ten_input_item_05 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-bottom: 16px;
    height: 100%;
}
.ten_input_item_05 label {
    font-size: 28px;
    line-height: 70px;
    width: 24%;
}
.ten_input_item_05 .ten_input_with_button_to_right_side_01 {
    width: 76%;
}

.ten_input_item_05 .ten_left_input_wrapper {
    width: 75%;
}

.ten_input_item_05 .ten_left_input_wrapper input {
    font-size: 18px;
    line-height: 55px;
}

.ten_input_item_05 .ten_right_button_wrapper {
    width: 25%;
}

.ten_input_item_05 .ten_right_button_wrapper button {
    font-size: 18px;
    line-height: 55px;
}
.ten_input_item_05 .right_div {
    width: 76%;
}

.ten_select, .ten_input_01 {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #999999;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ten_input_item_06 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-bottom: 16px;
}
.ten_input_item_06 label {
    display: inline-block;
    width: 22%;
    vertical-align: middle;
    line-height: 40px;

}
.ten_input_item_06 input {
    display: inline-block;
    width: 78%;
}

.disabled {
    background-color: #f4f4f4;
    color: #444;
}

.ten_input_01.disabled {
    background-color: #f4f4f4;
    color: #444;
}

.ten_select_01 {
	margin-top: 8px;
    background-image: url('../images/icons/badge_triangle_white_button.png');
    background-position: right 5% center;
    background-repeat: no-repeat;
    background-size: 13px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border-color: white;
    color: white;
}
.ten_select_02 {
    background-image: url('../images/icons/badge_triangle_button.png');
    background-position: right 5% center;
    background-repeat: no-repeat;
    background-size: 13px;
    cursor: pointer;
}

.ten_input_with_button_to_right_side_01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ten_input_wrapper_01 {
    width: 100%;
    padding: 5px 0px;
}

.ten_left_input_wrapper {
    width: 70%;
}

.ten_left_input_wrapper .ten_input_01 {
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}

.ten_left_select_wrapper_01 {
    width: 30%;
}

.ten_left_select_wrapper_01 > select {
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    border-right-width: 0px;
    height: 100%;
}


.ten_right_input_wrapper_02 {
    width: 70%;
    height: 100%;
}

.ten_right_input_wrapper_02 .ten_input_01 {
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}


.ten_right_button_wrapper {
    width: 30%;
}

.ten_right_wrapper {
    display: inline-block;
    width: 30%;
}

.ten_right_wrapper > .ten_right_wrapper_item {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid #999999;
    border-left-width:  0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
    line-height: 27px;
    text-align: left;
    font-size: 12px;
}

.ten_input_right_side_button_01 {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #2f80ed;
    color:#ffffff;
    border: 0px solid #ffffff;
    padding: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 12px;
}

.ten_input_right_side_button_02 {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color:#2f80ed;
    border: 1px solid #2f80ed;
    padding: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 12px;
}


.ten_description_small_01 {
    text-align: center;
    color: #2f80ed;
    font-size: 12px;
}

.ten_description_small_02 {
    text-align: justify;
    color: #444;
    font-size: 12px;
    line-height: 1.8em;
}

.ten_info_icon_01 {
    display: inline-block;
    width: 24px;
    height: 28px;
    background-image: url(../img/icons/info.png);
    background-position: center 42%;
    background-repeat: no-repeat;
    background-size: 20px;
    vertical-align: middle;
}

.ten_under_line_01 {
    text-decoration: underline;
}

.ten_popup_01 {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.5);
}

.ten_popup_01_close_button {
    float: right;
    position: relative;
    width: 17px;
    height: 17px;
    border: 0 none;
    background: url(../img/icons/btn_layer_close.png) no-repeat 50% 50%;
}

.ten_popup_01_content {
    background-color: #ffffff;
    padding: 10px;
    margin-top: 80px;
    display: inline-block;
    width: 300px;
}

.ten_popup_01_content_title_01 {
    font-size: 20px;
    color: #555;
    margin-bottom: 30px;
    text-align: center;
}

.ten_popup_01_content_body_01 {
    padding: 20px;
}

.ten_bg_img_center_01 {
    background-position: center;
    background-repeat: no-repeat;
}

.ten_flex_01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ten_flex_01_two_button_type {
    width: 46%;
}

.ten_flex_01_two_button_type_padder {
    width: 8%;
}

.ten_label_01 {
    color: #2f80ed;
}

.ten_label_02 {
    color: #2f80ed;
    text-align: left;
    width: 100%;
    display: block;
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: 600;
}

.ten_board {
    width: 100%;
    border-collapse: collapse;
}
.ten_board caption {
    text-align: left;
}
.ten_board tr th {
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #dddddd;
    padding: 5px 0px;
    line-height: 35px;
    background: #fafafa;
}

.ten_board tr td {
    border-bottom: 0px solid #dddddd;
    padding: 5px 0px;
    line-height: 35px;
    background: #ffffff;
    font-size: 14px;
    color: #555555;
    text-align: center;
}

.ten_board .referal_record_active {
    cursor: pointer;
}
.ten_board .referal_record_active:hover td {
    color:#2f80ed;
}



.ten_checkbox_01[type=checkbox] + label {
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
    font-size: 16px;
    font-weight: 100;
}

.ten_checkbox_01[type=checkbox] {
    display: none;
}

.ten_checkbox_01[type=checkbox] + label::after {
    content: "\2714";
    border: 0.1em solid #2f80ed;
    border-radius: 0.2em;
    display: inline-block;
    width: 17px;
    height: 17px;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-left: 0.2em;
    vertical-align: text-bottom;
    color: transparent;
    transition: .2s;
    font-size: 14px;
    line-height: 10px;
}

.ten_checkbox_01[type=checkbox] + label:active::after {
    transform: scale(0);
}

.ten_checkbox_01[type=checkbox]:checked + label::after {
    background-color: transparent;
    border-color: #2f80ed;
    color: #2f80ed;
}

.ten_checkbox_01[type=checkbox]:disabled + label::after {
    transform: scale(1);
    border-color: #aaa;
}

.ten_checkbox_01[type=checkbox]:checked:disabled + label::after {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}


.ten_checkbox_big_01[type=checkbox] + label {
    margin: 10px;
    cursor: pointer;
    padding: 10px;
    font-size: 28px;
    font-weight: 400;
}

.ten_checkbox_big_01[type=checkbox] {
    display: none;
}

.ten_checkbox_big_01[type=checkbox] + label::after {
    content: "\2714";
    border: 0.1em solid #2f80ed;
    border-radius: 0.2em;
    display: inline-block;
    width: 28px;
    height: 28px;
    padding-left: 0.2em;
    padding-bottom: 1px;
    margin-left: 0.2em;
    vertical-align: text-bottom;
    color: transparent;
    transition: .2s;
    font-size: 28px;
    line-height: 8px;
    font-weight: 100;
    margin-bottom: 5px;
}

.ten_checkbox_big_01[type=checkbox] + label:active::after {
    transform: scale(0);
    font-size:20px;
}

.ten_checkbox_big_01[type=checkbox]:checked + label::after {
    background-color: transparent;
    border-color: #2f80ed;
    color: #2f80ed;
}

.ten_checkbox_01[type=checkbox]:disabled + label::after {
    transform: scale(1);
    border-color: #aaa;
}

.ten_checkbox_big_01[type=checkbox]:checked:disabled + label::after {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

.ten_checkbox_02[type=checkbox] + label {
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
    font-size: 16px;
    font-weight: 100;
}

.ten_checkbox_02[type=checkbox] {
    display: none;
}

.ten_checkbox_02[type=checkbox] + label::after {
    content: "\2714";
    border: 0.1em solid #999999;
    border-radius: 0.2em;
    display: inline-block;
    width: 17px;
    height: 17px;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-left: 0.2em;
    vertical-align: text-bottom;
    color: transparent;
    transition: .2s;
    font-size: 14px;
    line-height: 10px;
}

.ten_checkbox_02[type=checkbox] + label:active::after {
    transform: scale(0);
}

.ten_checkbox_02[type=checkbox]:checked + label::after {
    background-color: transparent;
    border-color: #999999;
    color: #444444;
}

.ten_checkbox_02[type=checkbox]:disabled + label::after {
    transform: scale(1);
    border-color: #aaa;
}

.ten_checkbox_02[type=checkbox]:checked:disabled + label::after {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}


.ten_note {
    margin-top: 10px;
    margin-bottom: 70px;
    padding: 5px 20px;
    padding-bottom: 30px;
    background: #fdfdfd;

}

.ten_note_list_title {
    color: #2f80ed;
}

.ten_note_list {
    padding-left: 14px;
}

.ten_note_list > li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
}
.ten_note_bottom_description {
    color: #2f80ed;
    line-height: 1.5em;
}

.top_area {
    width: 100vw;
    height: auto;
    background: linear-gradient(180deg, #2f80ed, #ff3612);
    color: #ffffff;
    font-weight: 200;
}

.top_area.top_area_02 {
    background: transparent;
    color: #333;
}

.top_area_title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding: 50px 0px;

}

.shake_effect {
    border-width : 2px;
    border-color : red;
    border-style : solid;
}

@-webkit-keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes speedlight_effect {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(255,255,255,0.765);
    }
    100% {
        background-color: transparent;
    }
}

@keyframes speedlight_effect {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(255,255,255,0.765);
    }
    100% {
        background-color: transparent;
    }
}


.user_id {
    vertical-align: top;
}

#headerMenuDiv {
	height : 30px;
	float : right;
}

#headerMenuDiv > #headerMenuImg {
	width : 27px;
	height : 27px;
	float : right;
	cursor : pointer;
}

#sideMenuDiv {
	display : none;
	position : absolute;
	top : 0;
	width : 100%;
	height : 100%;
	background-color : rgba(30, 30, 30, 0.7);
	z-index :  300002;
}

#sideMenuDiv > #sideMenuBody {
	position : absolute;
    width : 40%;
    max-width: 200px;
	height : auto;
	right : 0;
	background-color : #1d2637;
}

#sideMenuDiv > #sideMenuBody > #sideMenuTitleDiv {
	width : 100%;
	height :  40px;
	border-bottom : 1px solid rgb(30, 30, 30);
	padding : 10px;
    background-color : #2f80ed;
    padding-right: 14px;
}

#sideMenuDiv > #sideMenuBody > #sideMenuTitleDiv > #sideMenuTitleImg {
    width: 15px;
    height: 15px;
    float: right;
    cursor: pointer;
    margin-top: 2px;
}

#sideMenuDiv > #sideMenuBody > .sideMenuTitleDiv {
	color : black;
	font-size : 13px;
	width : 100%;
	height : auto;
	padding : 10px 12px;
	background-color : white;
	text-align : left;
	cursor : pointer;
}

#sideMenuDiv > #sideMenuBody > .sideMenuTitleDiv:last-child {
	color : #2f80ed;
	padding-top : 7px;
    padding-bottom : 6px;
    padding-left: 30px;
    text-align : left;
    border-top:1px solid #2f80ed;
    background-image: url('../img/icons/exit_door.png?v=00002');
    background-position: 14px center;
    background-repeat: no-repeat;
    background-size: 11px;

}

.ten_display_loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0px;
    top: 0px;
    text-align: center;
    z-index:2;
    background-color: rgba(63, 71, 63, 0.2);
}

.ten_display_loading_label {
    color: #008946;
    margin: 0px;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin-top: 40vh;
  }
  .lds-ripple div {
    position: absolute;
    border: 4px solid #008946;
    opacity: 1;
    border-radius: 50%;
    -moz-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    -moz-animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
  }

  @-moz-keyframes lds-ripple {
    0% {
      top: 28px;
      left: 28px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: -1px;
      left: -1px;
      width: 58px;
      height: 58px;
      opacity: 0;
    }
  }


  @-webkit-keyframes lds-ripple {
    0% {
      top: 28px;
      left: 28px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: -1px;
      left: -1px;
      width: 58px;
      height: 58px;
      opacity: 0;
    }
  }

  @keyframes lds-ripple {
    0% {
      top: 28px;
      left: 28px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: -1px;
      left: -1px;
      width: 58px;
      height: 58px;
      opacity: 0;
    }
  }


#header_session_gate {
    color: rgb(201, 201, 201);
    padding-right: 15px;
    cursor: pointer;
}

#header_session_gate:hover {
    color: #8dc0a8;
}

#paging {
    text-align: center;
}

@media screen and (min-width:415px) {

    .floating_social_media_link_icon:hover {
        width: 80px;
        height: 80px;
    }

    .mobile {
        display: none;
    }

    .for_mobile {
        display: none !important;
    }

    #signin_siginout_standalone {
        top: 26px;
    }

    #signin_siginout_standalone::before {
        content: '[';
    }

    #signin_siginout_standalone::after {
        content: ']';
    }

    .ten_content {
        width: 100%;
        max-width: 1303px;
        margin: 0px auto;
    }

    .ten_header_below_wrapper.ten_header_below_wrapper_02 {
        width: 100%;
        top: 100px;
    }

    .ten_header_02 .ten_menu_ul > li:hover .ten_menu_ul_submenu {
        border: 1px solid #222;
    }

    .ten_menu_ul > li:hover .ten_menu_ul_submenu {
        border: 1px solid #ffffff;
        padding: 20px;
        font-size: 16px;
        width: 168px;
    }

    .ten_menu_ul > li:hover .ten_menu_ul_submenu {
        background: linear-gradient(180deg, rgba(230,32,39, 0.960529), rgba(230,32,39, 0.960529));
    }

}

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

    .active .ten_menu_ul > li {
        float: right;
        width: 280px;
        font-size: 20px;
    }

    .floating_social_media_link_icon_wrapper {
        left: unset;
        right: 8px;
    }
    .floating_social_media_link_icon {
        width: 40px;
        height: 40px;
    }

    .for_pc {
        display:none !important;
    }


    div.ten_mobile_menu_button {
        display:block;
    }

    #signin_siginout_standalone {
        top: 23px;
    }

    .ten_menu {
        position: absolute;
        right: 20px;
        top: 10px;
    }
    .ten_menu {
        position: absolute;
        right: 20px;
        top: 10px;
    }
    .ten_menu_ul {
        display: none;
    }

    .ten_header {
        background: linear-gradient(180deg, #2f80ed, rgba(224,41,54, 0.8431372549));
        height: 65px;
    }
    .active .ten_menu_ul {
        display: block;
        height: auto;
        background: linear-gradient(180deg, rgba(230,37,51, 0.8431372549), #ff3612);
        position: fixed;
        width: 100vw;
        height: 100vh;
        right: 0px;
        top: 65px;
        padding-top: 0px;
    }

    .ten_header_02 .active .ten_menu_ul {
        background: rgba(255,255,255, 0.9);
    }

    .ten_menu_ul > li {
        height: auto;
        display: block;
        padding: 3px 18px;
        border-bottom: 1px solid #cccccc;
        text-align: left;
        width: 157px;
        float: left;
        transition: all 1s;
        -webkit-transition: all 1s;
        font-size: 0px;
    }

    #ten_menu_ul_language{
    	border-bottom: 0px;
    }

    #ten_menu_ul_language > .ten_input_item_01 > .ten_select{
    	margin-top: 8px;
    	background-color: rgba(0,0,0,0);
	    border-color: white;
	    color: white;
    }

    .ten_checkbox_big_01[type=checkbox] + label {
        font-size: 20px;
    }
    .ten_checkbox_big_01[type=checkbox] + label::after {
        width: 24px;
        height: 24px;
        margin-bottom: 2px;
        border: 2px solid #2f80ed;
        padding-left: 0px;
        padding-bottom: 0px;
    }

    .top_area {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100vw;
        height: 400px;
        background: linear-gradient(180deg, #2f80ed, #ff3612);
        color: #ffffff;
        font-weight: 200;
    }

    .ten_header_below_wrapper {
        top: 400px;
    }

    .top_area_02 {
        height: 162px;
    }

    .ten_footer_style_01 {
        display: block;
    }

    .ten_footer_style_01 .my_left {
        width: 100%;
        display: block;
        text-align: center;
    }
    .ten_footer_style_01 .my_left .footer_domain {
        width: 100%;
        font-size: 16px;
        line-height: 50px;
    }
    .ten_footer_style_01 .my_left .footer_addr {
        width: 100%;
        font-size: 12px;
        padding-top: 0px;
    }
    .ten_footer_style_01 .my_left .footer_addr .footer_addr_item {
        font-size: 10px;
        margin: 4px auto;
    }

    .ten_footer_style_01 .my_right {
        width: 100%;
    }
    .ten_footer_style_01 .footer_copyright {
        width: 100%;
        line-height: unset;
        text-align: center;
        padding: 0px;
        font-size: 12px;
    }

    .ten_header_below_wrapper_02 {
        top: 160px;
        margin-top: 160px;
    }


    .top_area_title {
        font-size: 1.3rem;
        font-weight: 600;
        text-align: center;
        padding-top: 100px;

    }

    .ten_header_title {
        line-height: 58px;
        padding: 3px 43px;
    }

    .ten_content {
        width: 100%;
        max-width: 320px;
        margin: 0px auto;
    }

    .ten_input_item_05 label {
        font-size: 16px;
        line-height: 38px;
        width: 44%;
    }

    .ten_input_item_05 .ten_left_input_wrapper input,
    .ten_input_item_05 .ten_right_button_wrapper button {
        font-size: 18px;
        line-height: 25px;
    }

    .ten_button_03 {
        font-size: 18px;
        line-height: 29px;
    }

    .ten_input_item_03 label,
    .ten_input_item_03 .ten_input_01 {
        font-size: 16px;
        line-height: 30px;
    }

    .ten_button_04, .ten_button_05 {
        font-size: 16px;
        line-height: 30px;
    }

    .ten_menu_ul > li:hover .ten_menu_ul_submenu {
        border-width: 0px;
        padding: 0px;
    }
    .ten_menu_ul > li .ten_menu_ul_submenu_wrapper {
        padding-top: 0px;
    }
    .ten_menu_ul > li.active .ten_menu_ul_submenu > li {
        text-align: right;
    }
    .ten_menu_ul > li.active .ten_menu_ul_submenu > li::after {
        content:'';
        padding-left: 0px;
    }

    .ten_menu_ul > li.active .ten_menu_ul_submenu > li:active {
        _color: rgba(200, 200, 200, 0.5);
        font-weight: 500;
    }
    .ten_menu_ul > li .foldable::after {
        content: '+';
        float: right;
    }

    .ten_menu_ul > li.active .foldable::after {
        content: '-';
    }


    .ten_menu_ul > li .ten_menu_ul_submenu.ten_menu_ul_submenu_deposit_withdraw {
        left: 41px;
    }
    .ten_menu_ul > li .ten_menu_ul_submenu {
        position: static;
        display: none;
        clear: both;
        width: 0px;
        height: 1px;
        border-bottom: 0px solid #ffffff;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        width: auto;
        height: auto;
        margin: 0px auto;
        left: 41px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 0px;
        padding-right: 0px;
        font-size: 18px;
    }

    .ten_menu_ul > li.active .ten_menu_ul_submenu {
        display: block;
    }

    .ten_menu_ul > li .ten_menu_ul_submenu .under_line {
        display: none;
    }

}
/** 하단 부동산 핫이슈 종료 */