.buttonSend{
    background-color: aquamarine !important ;
    color: blueviolet !important ;
}

.buttonTake{
    background-color: blueviolet !important;
    color: olivedrab !important ;
}


/* reset css */
html, body { width: 100%; height: 100%; }
body { margin: 0; text-size-adjust: none; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; }
ul, li, ol, dl { list-style:none; margin: 0px; }
h1, h2, h3, h4, p { margin: 0; }
.blind, legend, hr, caption { display:block; position:absolute; left:1000em; top:0; overflow:hidden; }
i, em, address {font-style:normal; font-weight:normal;}
body, h1,h2,h3,h4,h5,h6, p,ul,ol,dl,dt,dd,li,table,th,td, form,address,pre,caption,cite,code,dfn,var { font-style: normal; margin: 0; padding: 0; text-decoration: none; }
select::-ms-expand { display: none; }
select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input, select, textarea, button { font: inherit; color: inherit; }
article, aside, details, figcaption, figire, footer, header, hgroup, menu, nav, section { display:block; }
table { border-collapse: collapse; border-spacing: 0; }
input, select { vertical-align: middle; }
label { cursor: pointer; vertical-align: middle; }
img, video { vertical-align: top; width: 100%; }
a { text-decoration: none !important; }
a:hover { text-decoration: none!important; }
a:focus { text-decoration: none!important; }
input, textarea { outline: none; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #f6f8f9 inset !important; }
button { background:  none; outline: none; border: none; cursor: pointer; background-color: transparent; border-radius: 0px; }

/* common css */
div, nav, section, footer { position: relative; height: auto; overflow: hidden; }
* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
body {
    color: #333;
    font-size: 100%;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Maven Pro', 'Noto Sans KR', 'Sans-serif';
}
p {
    font-size: 16px;
}
/* 
input::-webkit-input-placeholder { color: #727272; font-size: 16px; }
input::-moz-placeholder { color: #727272; font-size: 16px; }
input::-ms-input-placeholder { color: #727272; font-size: 16px; 
 */


 #react-root {
    height: 100%;
    overflow: auto;
    /* background: url(https://wallet.hycon.io/main_bg.jpg) no-repeat center center fixed;
    background-size: cover; */
    background-color: #f0f0f0;
}

 /* header */
 header {
     background-color: #264375;
 }
.header_inner {
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}
.header_logo {
    width: 120px;
    margin-top: 13px;
    margin-bottom: 13px;
}

/* login */
.login_input_wrap {
    max-width: 440px;
    margin: 70px auto;
    padding: 0 40px;
    background-color: #fff;
}
.login_input_wrap input {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 15px;
    color: #343434;
    font-size: 15px;
    border: 1px solid #e8e8e8;
}
.login_button {
    width: 100%;
    height: 55px;
    background-color: #31949e;
    border: none;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
.findPw {
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #727272;
    cursor: pointer;
}

/* container */
.top_h1 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 18px;
}

/* generate wallet */
.section_wrap {
    max-width: 530px;
    margin: 70px auto;
    padding: 0 40px;
    background-color: #fff;
}
.section_wrap {
    clear: both;
}
.section_wrap select, .lang_select {
    float: right;
    width: 180px;
    height: 50px;
    margin-top: 40px;
    padding: 0 15px;
    border-radius: 0px;
    border: none;
    background-color: #e8e9ec;
    background-image: url(https://wallet.hycon.io/select_arrow.png);
    background-repeat: no-repeat;
    background-position: 93.5% center;
    background-size: 13px;
    color: #868c9b;
}
.wallet_btn {
    display: block;
    width: 220px;
    height: 60px;
    margin: 40px auto 50px;
    background-color: #264375;
    box-shadow: 0 2px 6px #919eb5;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
}
.gWallet_Wrap h2, .gWallet_address h2 {
    display: block;
    margin-bottom: 30px;
    padding-left: 13px;
    border-left: 4px solid #333;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
}
.gWallet_Wrap p, .gWallet_address  p {
    padding-left: 20px;
    margin-bottom: 50px;
    text-align: left;
    color: #919eb5;
}

.save_button {
    display: block;
    width: 110px;
    height: 45px;
    margin: 50px auto 65px;
    background-color: #ffcd54;
    color: #532919;
    font-weight: 600;
    border-radius: 6px;
}
/*# sourceMappingURL=styles.css.map*/

/* mypage */
.section_box {
    max-width: 740px;
    margin: 70px auto;
    padding: 0 40px;
    background-color: #fff;
}
.section_head h1 {
    font-size: 21px;
    margin-top: 60px;
    margin-bottom: 40px;
}
.mypage_wrap {
    margin-bottom: 60px;
}
p.my_email {
    margin-bottom: 40px;
    color: #919eb5;
}
.my_hycon {
    margin-bottom: 20px;
}
.my_h {
    display: block;
    margin-bottom: 5px;
    color: #31949e;
    font-weight: 500;
}
.hycon_view {
    color: #919eb5;
    word-break: break-all;
}

/* modal */
.ReactModal__Content {
    top: 50% !important;
    left: 50% !important;
    width: 540px;
    height: auto;
    bottom: auto !important;
    margin-left: -270px;
    transform: translateY(-50%);
    padding: 40px 40px !important;

}
.ReactModal__Content h2 {
    margin-bottom: 15px;
    color: #31949e;
    font-size: 18px;
    font-weight: 500;
}
.ReactModal__Content input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 2px solid #919eb5;
    color: #919eb5;
}
.modal_btn_wrap {
    margin-top: 30px;
}
.modal_btn_wrap button {
    width: 48%;
    height: 50px;
}
.modal_cancel {
    background-color: #f0f0f0;
    color: #919eb5;
}
.modal_submit {
    float: right;
    background-color: #31949e;
    color: #fff;
    font-size: 15px;
}

.modal_lost {
    margin-top: 26px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    cursor: pointer;
    color: #919eb5;
    font-weight: 500;
    text-align: center;
}
.modal_lost:hover {
    color: #264375;
}
.modal_lost_info {
    margin-top: 20px;
    color: #b2bbca;
}