
body {
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

bodye::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

/* common */
.b-30 {
    bottom: 60px !important;
}

.header {
    display: block;
    width: 100%;
}

.header .title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.header .back {
    width: 25px;
    background: url(../images/back_icon.png)no-repeat 0 0;
    background-size: auto 16px;
    text-indent: -9999px;
    overflow: hidden;
}

.header.dp-none {
    display: block;
}

.close-btn a {
    display: none;
}

.btn-wrap.bottom {
    position: absolute;
    bottom: 0;
    width: calc(100% - 60px);
}

.btn-wrap.bottom.sticky {
    position: sticky;
    bottom: 0px;
}

/* pin-number */
.pin-number .keypad-wrap {
    height: calc(100vh - 215px);
}

.pin-number .number-keypad {
    bottom: 76px;
}
    
/* map-search */
.header-serch.header-search-width {
    width: calc(100% - 60px);
}

.map-search {
    width: calc(100% - 60px);
}


/* toast-box */
.toast-box {
    bottom: 106px;
    width: calc(100% - 110px);
    padding: 25px 25px 20px 25px;
}

/* gnb */
.map {
    position: relative;
    width: 100%;
    height: 100vh;
}
.gnb-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top:auto;
    left: 0;
    bottom: 0;
    transform: translate(0);
    width: calc(100% - 50px);
    height: auto;
    padding: 0 25px 0 25px;
    border-radius: 0;
    box-shadow: 0 0 30px rgba(000,000,000,.08);
}

.gnb-wrap .gnb-btn a {
    position: relative;
    padding: 16px 0 13px 0;
}

.gnb-wrap .gnb-btn a:after {
    padding: 0 10px;
}

.gnb-wrap .gnb-btn a.on:after {
    position: absolute;
    top: auto;
    bottom: 0;
    left: -10px;
    width: 100%;
    height: 4px;
}

.gnb-wrap .gnb-btn.nft-market a.on:after, .gnb-wrap .gnb-btn.my-nft a.on:after {
    left: -8px;
}

.gnb-wrap .gnb-btn ~ .gnb-btn a {
    margin: 0;
}

/* nft-list-s */
.nft-list-s {
    display: flex;
    margin: 30px 0 0 0;
    padding: 0 30px 0 0;
}

.nft-list-s.margin {
    padding: 0 30px;
}

.landing .nft-list-s {
    width: 100%;
    margin: 30px 0 0 0;
}

.nft-list-s .nft ~ .nft {
    margin: 0 0 0 10px;
}

.nft-list-s.block {
    width: calc(100% - 60px);
    margin: 20px 0 0 30px;
    padding: 0;
    overflow-x: hidden;
}

.nft-list-s.block .nft ~ .nft {
    margin: 0 0 20px 0;
}

/* nft-list-m */
.nft-list-m {
    margin: 30px 0 0 0;
}

.nft-list .nft-list-m {
    margin: 0 0 30px 0;
}

.nft-list-m .nft > a {
    width: calc(100% - 82px);
    margin: 0 0 0 21px;
}

.nft-market .nft-list-m .nft > a {
    width: calc(100% - 40px);
    margin: 0 0 0 21px;
}

.nft-list-m .nft.info:before {
    width: calc(100% - 40px);
    margin: 15px 0 15px 21px;
}

/* popup */
.popup-wrap .popup {
    width: calc(100% - 120px);
}

/* alert*/
.alert-wrap .alert {
    width: calc(100% - 120px);
}

/* splash */
.main-logo .logo {
    width: 160px;
}

/* login */
.login .position-center {
    width: calc(100% - 60px);
    top: 60%;
    transform: translate(-50%,-60%);
}

.login .header {
    display: block;
}

.login .logo-wrap {
    width: 100%;
    margin: 0 0 50px 0;
}
.login .logo-wrap img {
    width: 200px;
}

.login .form-wrap {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
}

.login .form-wrap .email .btn {
    width: calc(100% / 4 * 1);
}

.login .btn-wrap {
    margin: 60px 0 0 0;
}

.login .btn-wrap p:before {
    width: 24%;
}

.login .btn-wrap p:after {
    width: 24%;
}

/* join */
.join .position-center {
    width: calc(100% - 60px);
    height: calc(100vh - 135px);
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    padding: 0;
    border: none;
}

.join.compt .position-center {
    width: calc(100% - 60px);
    height: calc(100vh - 30px);
    margin: 0 auto;
    padding: 0;
    border: none;
}

.join.compt .box-wrap {
    position: absolute;
    bottom: 80px;
}

.join.compt .text-wrap {
    top: 38%;
}

.join .header {
    display: block;
}

.join .position-center .header {
    display: none;
}

.join .header .back {
    top: 38px;
}

.join .paging {
    position: absolute;
    top: 36px;
    right: 30px;
    display: flex;
    align-items: center;
}

.join .paging .pg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    border-radius: 20px;
    color: #aaa;
    font-size: 12px;
    font-weight: 500;
}

.join .paging .pg.on {
    border: 1px solid #FF952C;
    color: #FF952C;
}

.join .paging .line {
    width: 10px;
    height: 1px;
    background: #aaa;
}

.join .form-wrap {
    margin: 0;
    padding: 0;
    border: none;
}

.join  .form-wrap .email input {
    width: calc(100% / 4 * 3 - 40px);
}

.join  .form-wrap .email .btn {
    width: calc(100% / 4 * 1);
}

.join .btn-wrap {
    position: absolute;
    width: 100%;
}

/* join-terms-use */
.join-terms-use .terms-wrap {
    margin: 0;
    padding: 0 0 30px 0;
    border: none;
}

.join-terms-use .content {
    height: 100px;
}

/* compt */
.certified-wallet.compt .position-center {
    width: 100%;
    padding: 0;
    border: none;
}

.certified-member.compt .position-center {
    width: calc(100% - 60px);
    height: calc(100vh - 30px);
    margin: 0;
    padding: 0;
    border: none;
}

.compt .compt-wrap {
    margin: 0;
    padding: 0;
    border: none;
}

.compt .text-wrap {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-45%);
    width: 100%;
    margin: 0;
    padding: 0;
}

.compt .btn-wrap.bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* certified-wallet*/
.certified .position-center {
    width: 100%;
    height: calc(100vh - 135px);
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
}

.certified .certified-wrap {
    padding: 0 30px;
    border: none;
}

.certified .certified-wrap .box-wrap {
    position: absolute;
    bottom: 106px;
    width: calc(100% - 100px);
}

.certified .certified-wrap > .title {
    display: none;
}

.certified .certified-wrap > a {
    margin: 0;
}

.my-info .btn-wrap {
    position: absolute;
    bottom: 76px !important;
}

/* mnimonic */
.mnimonic {
    position: relative;
    top: 0;
    width: 100%;
    height: 100vh;
}

.mnimonic .mnimonic-wrap {
    padding: 0 30px;
    border: none;
}

.mnimonic .mnimonic-wrap .mnimonic-code .code {
    flex-basis: calc(50% - 10px);
}

.mnimonic .mnimonic-wrap .mnimonic-code .code input {
    width: calc(100% - 55px);
    padding: 10px 15px 10px 40px;
}

.mnimonic .mnimonic-wrap .mnimonic-code .code span {
    position: absolute;
    left: 15px;
    top: 40%;
    transform: translateY(-45%);
    width: 20px;
    text-align: center;
}

.mnimonic .mnimonic-wrap .text-wrap .text:last-of-type {
    margin: 20px 0 40px 0;
}

.mnimonic .mnimonic-wrap .btn-wrap.bottom {
    width: calc(100% - 60px);
}

/* certified-store */
.certified-input .position-center {
    width: 100%;
    height: calc(100vh - 135px);
    position: relative;
    left: 0;
    transform: translate(0);
    padding: 0;
    border: none;
}

.certified-input .form-wrap {
    margin: 0;
    padding: 0;
}

.certified-input .form-wrap .address input {
    width: calc(100% / 4 * 3 - 40px);
}

.certified-input .form-wrap .address .btn {
    width: calc(100% / 4 * 1);
}

.certified-input .form-wrap .email input {
    width: calc(100% / 4 * 3 - 40px);
}

.certified-input .form-wrap .email .btn {
    width: calc(100% / 4 * 1);
}

.certified-input .images .images-wrap label {
    flex-basis: 48%;
}

.certified-input .btn-wrap.bottom {
    position: static;
}

.certified-influencer .form-wrap {
    height: auto;
    padding: 0 30px;
}

.certified-influencer .btn-wrap.bottom {
    width: calc(100% - 60px);
    position: sticky;
    left: 30px;
    bottom: 0;
}

/* main-page home */
.main-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
}

.main-page {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(0);
    width: 100%;
    height: calc(100vh - 76px) !important;
    padding: 0 0 76px 0;
    background-color: rgba(255,255,255,1);
    border-radius: 0;
    overflow: auto;
}

.main-page .wallet {
    width: calc(100% - 100px);
    margin: 20px auto 0;
}

.home .wallet .wallet-add {
    padding: 0;
}

.main-page .my-nft {
    width: calc(100% - 60px);
    padding: 0 30px 0 30px;
}

.main-page .hot-deal {
    width: calc(100% - 30px);
    padding: 0 0 0 30px;
}

.main-page .hot-deal .text-wrap {
    width: 100%;
}

.main-page .hot-deal .text-wrap .title {
    width: calc(100% - 30px);
}

.main-page .subscribe-list {
    width: calc(100% - 60px);
    margin: 30px auto 0;
    padding: 0 30px 0 30px;
}

.main-page .subscribe-list .text-wrap {
    width: 100%;
}

/* .main-page .subscribe-list .text-wrap .title {
    width: calc(100% - 30px);
} */

.main-wrap.nft-market {
    width: 100%;
}

.main-wrap.nft-market .main-page {
    height: 100vh;
    overflow-y: scroll;
}

.main-wrap.nft-market .main-page .nft-history {
    margin: 0 0 100px 0;
}

.main-wrap.nft-market .main-page .nft-history .nft-list-s {
    width: calc(100% - 60px);
    margin: 20px 0 0 30px;
    padding: 0;
    overflow-x: hidden;
}

.main-wrap.nft-list .main-page {
    padding: 0;
}

.store-thumb {
    border-radius: 0 0 40px 40px;
    overflow: hidden;
}

.list-map-btn {
    display: block;
}

.list-map-btn > div {
    z-index: 8;
}

.list-map-btn > div.on {
    z-index: 9;
}

.list-map-btn .map-btn a {
    display: block;
    width: 40px;
    height: 160px;
    background: url(../images/map_btn.png)no-repeat 0 0;
    background-size: 40px 160px;
    text-indent: -9999px;
    overflow: hidden;
}

.list-map-btn .list-btn a {
    display: block;
    width: 40px;
    height: 160px;
    background: url(../images/list_btn.png)no-repeat 0 0;
    background-size: 40px 160px;
    text-indent: -9999px;
    overflow: hidden;
}

.list-map-btn .map-btn.on a {
    background: url(../images/map_btn_on.png)no-repeat 0 0;
    background-size: 40px 160px;
}

.list-map-btn .list-btn.on a {
    background: url(../images/list_btn_on.png)no-repeat 0 0;
    background-size: 40px 160px;
}

.list-map-btn .map-btn {
    position: absolute;
    top: 144px;
}

.list-map-btn .list-btn {
    position: absolute;
    top: 274px;
}

.main-wrap.map .main-page {
    display: block;
    background: none;
}

/* pin-box */
.pin-box {
    width: calc(100% - 100px);
    bottom: 106px;
}

.pin-box .info .box {
    padding: 0 15px;
}

/* nft-info */
.nft-info .header {
    margin: 0;
}

.nft-info .header .title {
    top: 30px;
    padding: 0;
}

/* wallet */
.wallet .wallet:after {
    display: none;
}

.wallet .wallet-history .btn-wrap {
    bottom: 30px;
}

.wallet .wallet-add {
    padding: 0 0 10px 0;
}

.wallet .wallet-add input {
    margin: 15px 0 0 0;
}

/* wallet-send */
.wallet-send .gnb-wrap {
    display: none;
}

.wallet-send .main-page {
    height: 100vh;
    padding: 0;
}

.wallet-send .wallet-history {
    margin: 0 0 30px 0;
}

.wallet-send .btn-wrap {
    position: absolute;
    bottom: 30px;
}

.nft.compt {
    width: 100%;
    height: 100vh;
}

.nft.compt .position-center {
    position: absolute;
    top: 50%;
    height: auto;
}

.nft.compt .position-center > .btn-wrap {
    position: static;
}

.nft.compt .compt-wrap .btn-wrap {
    position: static;
}

.nft.compt .compt-wrap .text-wrap {
    position: static;
    transform: translate(0);
    margin: 0 0 50px 0;
}

.nft.compt .btn-wrap {
    width: calc(100% - 60px);
    bottom: 76px !important;
}

.wallet-send .number .number-keypad li a {
    padding: 18px 0;
}

/* map-location */
.map-location .save {
    margin-bottom: 50px;
}

.map-location .btn-wrap.bottom {
    width: calc(100% - 60px);
    left: 30px;
    bottom: 0;
}

/* my-nft */
/*
.my-nft .create {
    position: absolute;
    bottom: 101px;
    left: auto;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #FF952C;
    background-image: url(../images/create_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    border-radius: 50px;
}
*/

/* landing-page */
.landing .recommend-list {
    margin: 0 30px 30px;
}

.coming-soon {
    display: none;
}

/* subscribe-list */
.subscribe-list .nft-list-m {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px 0;
}

.subscribe-list .nft-list-m .nft > a {
    margin: 0 0 0 30px;
}

.subscribe-list .nft-list-m .nft.info:before {
    width: calc(100% - 60px);
    margin: 0 auto 15px;
}

.home .nft-list-m .nft > a {
    width: 100%;
}

.home .subscribe-list .nft-list-m .nft a {
    margin: 0;
    padding: 0;
}

.home .subscribe-list .nft-list-m .text-wrap {
    width: calc(100% - 85px);
}

.home .subscribe-list .nft-list-m .nft.info:before {
    width: 100%;
}

.home .nft-list-m .nft.info .nft-info {
    width: 100%;
}

/* keystore */
.keystore .compt-wrap .box-wrap {
    bottom: 175px;
}

/* nft-input */
.nft-input .form-wrap .location input {
    width: calc(60% - 5px);
}

.nft-input .form-wrap .location .btn {
    width: calc(30% - 5px);
}

.nft-input .form-wrap .date input {
    width: calc(100% - 210px);
}

.certified-member.nft.compt .compt-wrap {
    top: 0;
    transform: translateY(0);
}

/* notice */
.notice .price-wrap .btn-wrap {
    position: static;
    width: 100%;
}

.contact-us > .btn-wrap {
    bottom: 76px !important;
}

.main-page .btn-wrap.bt-76 {
    bottom: 76px !important;
}

.main-page .btn-wrap.bt-0 {
    bottom: 0 !important;
}

/*
.nft.compt > .btn-wrap {
    bottom: 0 !important;
}
*/

.wallet-send .number {
    bottom: 156px;
}

/* qr */
.main-page.qr {
    background: rgba(000,000,000,.75);
    position: absolute;
    top: 0vh;
}

/* banner-wrap */
.banner-wrap {
    top: 0;
    left: 0;
    transform: translate(0);
    width: 100%;
    height: 100vh;
    border-radius: 0;
}

.banner-wrap .banner {
    bottom: 89px;
}

.banner-wrap .banner .img img {
    width: 100%;
    max-width: inherit;
}

.banner-wrap .btn-wrap {
    max-width: inherit;
    padding: 20px 30px;
}

/* toast-popup-wrap */
.toast-popup-wrap {
    left: 0;
    bottom: 76px;
    max-width: inherit;
    border-radius: 20px 20px 0 0;
}