@charset "utf-8";
input { -webkit-appearance: none; -webkit-border-radius: 0; }
button, html [type="button"] {
  -webkit-appearance: none;   
}
.game_box {width: 100% !important; height: 100vh !important; -webkit-tap-highlight-color:transparent;}

.game_box #header .header_ .back_btn {width: 20px; height: 20px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(45deg);}

.wallet_container {width: 100%; height: calc(100% - 0rem); padding-top: 10rem; overflow-x: hidden; overflow-y: auto;}
.wallet_container.bottomOn {padding-bottom: 50px;}
.wallet_container .coin_info_box {width: 100%; overflow: auto; padding: 16px;}
.wallet_container .coin_info_box .coin_info {background: linear-gradient(to right, #384751, #2a363e ); border: 2px solid #fc539e; border-radius: 10px; overflow: hidden;}
.wallet_container .coin_info_box .coin_info h2 {text-align: center; font-size: 20px; color: #fc539e; padding: 20px 0 10px;}
.wallet_container .coin_info_box .coin_info ul {font-size: 14px; color: #fff; padding: 10px;}
.wallet_container .coin_info_box .coin_info ul li {padding: 10px 0; overflow: hidden;}
.wallet_container .coin_info_box .coin_info ul li .left_box {float: left;}
.wallet_container .coin_info_box .coin_info ul li .right_box {float: right;}
.wallet_container .coin_info_box .coin_info ul li .right_box b {color: #fc539e;}
.wallet_container .coin_info_box .coin_info .menu_box {width: 100%; height: 40px;}
.wallet_container .coin_info_box .coin_info .menu_box a {width: 33.33333%; height: 100%; text-align: center; line-height: 40px; color: #fff; background: #fc539e; display: inline-block; float: left; position: relative;}
.wallet_container .coin_info_box .coin_info .menu_box a:first-child:before {content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); height: 20px; border-right: 1px solid #fff;}
.wallet_container .coin_info_box .coin_info .menu_box a:nth-child(2):before {content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); height: 20px; border-right: 1px solid #fff;}
.wallet_container .coin_info_box .coin_info .my_address_name {color: #fff; padding: 20px 10px; word-break: break-all; font-size: 1.4em;}


.wallet_container .transaction_history {padding: 16px;}
.wallet_container .transaction_history > h2 {font-size: 16px; color: #fc539e;}


.wallet_container .send_box {padding: 16px; padding-bottom: 0;}
.wallet_container .send_box .send_sub_box {margin-bottom: 20px;position: relative;}
.wallet_container .send_box .send_sub_box label {display: block; color: #fff; margin-bottom: 10px; font-size: 16px; font-weight: bolder;}
.wallet_container .send_box .send_sub_box input {width: 100%; height: 30px; padding: 0 10px; border-radius: 6px; border: 0;}
.wallet_container .send_box .send_sub_box input:focus {outline: none;}
.wallet_container .send_box .send_sub_box .amount_input_box {position: relative;}
.wallet_container .send_box .send_sub_box .amount_input_box input {padding-right: 40px;}
.wallet_container .send_box .send_sub_box .amount_input_box #all_coin_btn {width: 46px; height: 20px; line-height: 20px; border-radius: 6px; background-color: #EEEEEE; font-size: 1.2rem; color: #707070; letter-spacing: -0.045em; border: 0; position: absolute; right: 5px; top: 50%; transform: translateY(-50%);}
.wallet_container .send_box .send_sub_box .scan_icon {position: absolute; background: url(../../img/scan.png); width: 24px; height: 24px; right: 0; top: 0; background-position: center; background-size: cover; filter: invert(1);}
.wallet_container .send_bottom {position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; height: 50px; line-height: 50px; text-align: center; max-width: 72rem;}
.wallet_container .send_bottom a {cursor: pointer;width: 100%; height: 100%; display: block; font-size: 16px; font-weight: bolder; color: #fff; background: #fc539e;}


.trade_inquiry_body {height: 100%; padding-top: 10rem;}
.ct1{
    width: 100%;
    padding: 0rem 2rem 0 2rem;
	height: 17rem;
}

.ct1 .coin_info{
    width: 100%;
    padding: 4rem;
    border-radius: 20px;
    background: linear-gradient(to right, #384751, #2a363e );
    box-shadow: 0.2rem 0.6rem 1rem rgba(0,0,0,0.16);

}

.coin_title_flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
}

.more_dot{
    width: 0.3rem;
    height: 1.5rem;
    background-image: url('/img/app/trade_inquiry/more_dot.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.coin_title_flex p{
    font-size: 2.4rem;
    font-weight: 300;
    letter-spacing: -0.045em;
    color: #fff;
}

.coin_title_flex p span{
    font-size: 3.6rem;
    font-weight: 500;
}

.coin_amount p{
    font-size: 2.6rem;
    letter-spacing: -0.045em;
    color: #fff;
    text-align: right;
}

.coin_amount p span{
    font-size: 3rem;
    font-weight: 700;
    font-family: 'NanumSquare', sans-serif;
}
.sch_list_flex{
    position: absolute;
	right: 1.5rem;
	top: 50%; transform: translateY(-50%);
}

.sch_list{
    display: flex;
}

.ct2 {position: relative; height: 10rem;}

.sch_list p{
    font-size: 2.4rem;
    letter-spacing: -0.045em;
    color: #fff;
	line-height: 21px;
}
.sch_check_icon{
    cursor: pointer;
    width: 4rem;
    height: 4rem;
    background-image: url('/img/sch_type.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	filter: invert(1);
}
.sch_list_dot{
    padding: 0 1rem;
}
#inquiry_sch_type{
    padding-right: 2rem;
}

#pop_content{
    display:none;
    min-height: 100vh; 
    position:absolute;  
    top: 0;
    background-color: #fff;
    width: 100%;
}

.info_content{
    width: 100%;
}

.month_title{
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: -0.045em;
    color: #fff;
    padding: 3.5rem 2rem;
    border-bottom: 1px solid #E2E2E2;
}

.ct3 {
    padding: 0 16px; height: calc(100% - 17rem - 10rem); overflow: auto;
}

.ct3_date{
    font-size: 3rem;
    letter-spacing: -0.045em;
    color: #fff;
}
.ct3_type{
    font-size: 3rem;
    letter-spacing: -0.045em;
    color: #fff;
}
.ct3_subject{
    font-size: 2.6rem;
    letter-spacing: -0.045em;
    color: #fff;
    width: 30rem;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ct3_price{
    font-size: 3rem;
    letter-spacing: -0.045em;
}

.c_green{
    color: #5BA100;
}

.c_blue{
    color: #4D59C9;
}
.ct3_remain{
    font-size: 2.8rem;
    letter-spacing: -0.045em;
    color: #202020;
}

.ct3_list_line{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ct3_list_line2{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ct3_list{
    border-bottom: 1px solid #E2E2E2;
    padding: 4rem 0 2rem;
}

.ct3_list h2 {font-size: 14px; font-weight: bolder; color: #fff; text-align: center;}

.ct3_list:nth-last-child(1){
    border-bottom: none;
}

.ct3_list_line_second{
    padding: 2.5rem 0 1.5rem 0;
}
.trade_inquiry_ct4{
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 3rem;
}
.trade_inquiry_more_btn{
    font-size: 1.2rem;
    letter-spacing: -0.045em;
    color: #505050;
    border-radius: 10px;
    background: #ECECEC;
    width: 14rem;
    height: 3.2rem;
}


/* ---------------------- */
/* ajax_trade_inquiry.php */
.sch_date_flex{
    display: flex;
    align-items: center;
}

.sch_date_flex p{
    font-size: 1.1rem;
    letter-spacing: -0.045em;
    color: #707070;
    font-weight: 400;
    padding: 0 0.1rem;
}
.input_date_sch{
    height: 4.4rem;
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    font-size: 1.4rem;
    letter-spacing: -0.045em;
    color: #404040;
    font-family: 'Noto Sans KR', sans-serif;
    text-align: center;
    width: 100%;
    background-image: url('/img/app/trade_inquiry/calendar.png');
    background-repeat: no-repeat;
    background-position: 92% 50%;
    background-size: 2.4rem 2.1rem;
}


.input_date_sch::-webkit-inner-spin-button {
    display: none;
}

.input_date_sch::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.ajax_trade_body{
    padding-top:10.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

input[type=radio]{
	width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}

/*input[type=radio] + label{
  margin: 0;
  width: 8em;
  height: 3em;  
  position: relative;
  display: inline-block;
  border-radius: 8px;
  background-color: #ECECEC;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color .15s ease-out,  color .25s ease-out,  background-color .15s ease-out, box-shadow .15s ease-out;
  cursor: pointer;
  font-size: 0.6em;
  font-family: 'Noto Sans KR', sans-serif;
  letter-spacing: -0.045em;
  line-height: 3em;
  color:#000000;
}

input[type=radio]:checked + label{
	background-color: #4D59C9;
  color: #FFF;
  z-index: 1;  
}*/
.typebox .ajax_sch_title{
    padding-bottom: 2rem; 
}
.ajax_sch_title{
    font-size: 1.6rem;
    font-weight: 500;
    color: #202020;
    letter-spacing: -0.045em;  
    
}

.sch_radio_flex{
    display: flex;
    justify-content: space-between;
}

.ajax_sub_title{
    font-size: 1.2rem;
    color: #707070;
}
.datebox{
    padding-bottom: 5rem;
}
.datebox .title_flex{
    padding-top: 3rem;
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem; 
    align-items: center;
}

.datebox .sch_radio_flex{
    padding-bottom: 1rem;
}

.ajax_but_flex{
    display: flex;
    justify-content: space-between;
}

.ajax_but_flex .btn_close{
    width: 10.5rem;
    height: 4.2rem;
    background-color: #8B8B8B;
    border-radius: 22px;
    font-size: 1.6rem;
    letter-spacing: -0.045em;
    color: #FFFFFF;
    font-family: 'Noto Sans KR', sans-serif;
}

.ajax_but_flex .btn_submit{
    width: 20rem;
    height: 4.2rem;
    background-color: #4D59C9;
    border-radius: 22px;
    font-size: 1.6rem;
    letter-spacing: -0.045em;
    color: #FFFFFF;
    font-family: 'Noto Sans KR', sans-serif;
}


.layer_popup {width:100%; height:100%; background-color: rgba(53,53,53,0.2);position:fixed; top:50%; left:50%; transform: translate(-50%,-50%);  z-index:500;}
.layer_popup .layer_box {position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); text-align: center; background: #fff; width: calc(100% - 40px); min-width: 320px; max-width: 600px; box-sizing: border-box; border-radius: 6px; overflow: hidden; border: 1px solid #e1e1e1;}
.layer_popup .layer_box > .layer_header {background: #fff; display: block; width: 100%; height: 60px; line-height: 60px; font-size: 16px; font-weight: 700; color: #000; border-bottom: 1px solid #e1e1e1; position: relative;}
.layer_popup .layer_box > .layer_header .layer_sub_btn {position: absolute; right: 10px; top: 50%; transform: translateY(-50%); padding: 5px 10px; border: 1px solid #fc539e; display: inline-block; line-height: initial; color: #fc539e; font-size: 14px;}
.layer_popup .layer_box > .layer_body {padding: 20px 15px 20px;}
.layer_popup .layer_box > .layer_body span {margin-bottom:10px; font-size : 16px; font-weight: bolder; color: #414141;}
.layer_popup .layer_box > .layer_body span > textarea {width: 100%; height: 400px; border: none; resize: none;}
.layer_popup .layer_box > .layer_body span > textarea:focus {outline : none;}
.layer_popup .layer_box > .layer_body #fixing_text_modify {width: 70%; resize: none; border: 1px solid #ddd; padding: 10px; height: 100px;}
#requests_box .layer_body .desing_bg_box textarea {border: 1px solid #fc539e;}
.layer_popup .layer_box > .layer_body input {margin-bottom: 20px; border: 1px solid #fc539e; width: 70%; height: 30px; line-height: 30px;     margin-top: 9px; border-radius: 10px; padding-left: 10px;}
.layer_popup .layer_box > .layer_footer {padding: 0; height: 50px; line-height: 34px; width: 100%; border-top: 1px solid #e1e1e1;}
.layer_popup .layer_box > .layer_footer button {background: #fff; border: 0; display: inline-block; width: 50%; height: 100%; color: #fc539e; float: left; font-size: 16px;}
.layer_popup .layer_box > .layer_footer button:first-child {border-right: 1px solid #e1e1e1;}
.layer_popup .layer_box > .layer_footer > .one_btn {width: 100%;}


#list_setting_from {display: none; position:fixed; width: 100%; height: calc(100% - 0px); z-index:1200; left: 0; top: 0px; background: #fff;padding: 20px; text-align: left;}
#list_setting_from .list_head {padding: 0 0 20px; position: relative;}
#list_setting_from .list_head h2 {font-size: 4rem; text-align: center;}
#list_setting_from .list_head .back_btn {position: absolute; left: 0; top: 24%;  width: 20px; height: 20px; border-left: 2px solid #000; border-bottom: 2px solid #000; transform: translateY(-50%) rotate(45deg);}
#list_setting_from .trans_type_box {margin-bottom: 24px;}
#list_setting_from .trans_type_box p {font-size: 14px; margin-bottom: 12px;}
#list_setting_from .trans_type_box .type_box {display: flex; justify-content: space-between;     height: 31px;}
#list_setting_from .trans_type_box .type_box_style1 li {flex: 0 0 calc(33% - 5px); height: 30px; line-height: 30px;}
#list_setting_from .trans_type_box .type_box_style2 li {flex: 0 0 calc(33.3333% - 5px); height: 30px; line-height: 30px;}
#list_setting_from .trans_type_box .type_box_style3 li {flex: 0 0 calc(25% - 5px); height: 30px; line-height: 30px;}
#list_setting_from .trans_type_box .select_date {margin-top: 10px;}
#list_setting_from .trans_type_box .select_date input {width: calc(50% - 9px); height: 30px; border: 1px solid #e1e1e1; background: #fff;}
#list_setting_from .trans_type_box .type_box li label {width: 100%; height: 30px; line-height: 30px; text-align: center; border: 1px solid #e1e1e1; border-radius: 2px; font-size: 12px; display: inline-block; color: #414141;}
#list_setting_from .trans_type_box .type_box li input {position: absolute; opacity: 0;}
#list_setting_from .trans_type_box .type_box li input:checked + label {border: 1px solid #fc539e; background: #ffeefb;}
#list_setting_from .trans_type_box .date_box {display: flex; justify-content: space-between; margin-bottom: 10px; height: 31px;}
#list_setting_from .trans_type_box .date_box li {flex: 0 0 calc(25% - 5px); height: 30px; line-height: 30px;}
#list_setting_from .trans_type_box .date_box li label {width: 100%; height: 30px; line-height: 30px; text-align: center; border: 1px solid #e1e1e1; border-radius: 2px; font-size: 12px; display: inline-block; color: #414141;}
#list_setting_from .trans_type_box .date_box li input {position: absolute; opacity: 0;}
#list_setting_from .trans_type_box .date_box li input:checked + label {border: 1px solid #fc539e; background: #ffeefb;}
#list_setting_from .trans_type_box .detail_date {}
#list_setting_from .trans_type_box .detail_date li {float: left; height: 31px; line-height: 30px;}
#list_setting_from .trans_type_box .detail_date li:nth-child(1) {width: calc(50% - 14px);}
#list_setting_from .trans_type_box .detail_date li:nth-child(2) {width: 28px;}
#list_setting_from .trans_type_box .detail_date li:nth-child(3) {width: calc(50% - 14px);}
#list_setting_from .trans_type_box .detail_date li span {display: block; text-align: center; height: 30px; line-height: 36px; color: #414141; font-size: 12px;}
#list_setting_from .trans_type_box .detail_date li input {width: 100%; height: 30px; line-height: 30px; border: 1px solid #e1e1e1; color: #414141; font-size: 12px; font-weight: 300; text-align: center; background: #fff;}
#list_setting_from .bottom_btn {position: fixed; bottom: 0px; left: 0; width: 100%; height: 50px;}
#list_setting_from .bottom_btn input {width: 100%; height: 100%; line-height: 50px; color: #fff; background: #fc539e; border: 0; font-size: 3rem;}


.wallet_wrap .receive {padding: 0 20px; padding-top: 20rem;}
.wallet_wrap .receive > div:nth-child(1) {background: #fff; padding: 0 20px; box-shadow: 3px 3px 4px #707070; border-radius: 6px; text-align: center;}
.wallet_wrap .receive > div:nth-child(1) #qrcode {margin-top: 40px;}
.wallet_wrap .receive > div:nth-child(1) > div:nth-child(2) {margin-top: 40px; padding: 10px 15px; box-sizing: border-box; text-align: left; background: #F2F2F2; border-radius: 6px; overflow: hidden;}
.wallet_wrap .receive > div:nth-child(1) > div:nth-child(2) > span {color: #707070; font-size: 12px; margin-bottom: 6px; display: block;}
.wallet_wrap .receive > div:nth-child(1) > div:nth-child(2) > p {font-size : 14px;}
.wallet_wrap .receive > div:nth-child(1) > div:nth-child(3) {padding: 40px 0;}
.wallet_wrap .receive > div:nth-child(1) > div:nth-child(3) > a {font-size: 12px;}
.wallet_wrap .receive > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) {margin-right: 40px;}
.wallet_wrap .receive > div:nth-child(1) > div:nth-child(3) > a > img {margin-right: 4px; width: 20px;}
.wallet_wrap .receive > .pocket {margin-top: 100px;width: 100%; height: 20px; background: url("/wallet/img/receive_img3.png"); background-position: center; background-repeat: no-repeat;}

#nft-div{margin-top:10px; border: 2px solid #fc539e; border-radius:10px; padding:10px;}
#nft-div > h2{text-align: center; font-size: 20px; color: #fc539e; padding: 20px 0 10px;}
#nft-div > ul{margin: 0 auto; height: auto; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
#nft-div > ul > li{width: 45%; float: left; text-align: center; display: inline-block;}
.nft-img-div{margin-top:10px;}
#nft-div .nft-token-id{color:#ffffff; font-size:1.5em;}
.btn_plus{color: #ffffff; background: #2375eb; display: inline-block; padding: 10px; text-align: center; font-size: 1.2em; width: 100%; border-radius: 10px;}

@media (max-width: 400px) {
	.game_box #header .header_ .back_btn {width: 15px;height: 15px;}
}

@media (max-width: 260px) {
	.gcupon_qr_new p {width: 21em;}
}
