@charset "utf-8";

:root{
    --main-color:#18a3a0;
}

#exchange_news{width: 100%; margin-top: 50px; padding: 70px 0 100px;}
#exchange_news h4{ color:#fff;  padding: 25px 0 10px;  }
#exchange_news > p{color:#fff; text-align: center; font-size: 1.2em; margin:0 auto 20px;}

#exchange_news table.en_table{width: 100%; color:#fff; font-size: 16px;}
#exchange_news table.en_table tbody tr{border:1px solid #fff; cursor: pointer;}
#exchange_news table.en_table tbody tr td.en_date{text-align: right; }

#exchange_news table.en_table tbody tr td{padding:10px;}
#exchange_news table.en_table tbody tr td.en_date input{background: none; color:#fff; text-align: right;}


#exchange_news .en_table_title{
    display: flex; flex-direction: row; align-items: center;    width: 100%;   background: #fff; justify-content: space-between; padding:5px 15px; box-sizing: border-box;}
#exchange_news .en_table_title > div{display: flex;  color:#000; align-items: center;}
#exchange_news .en_table_title > div.ett_l > label{font-size: 1.2em; margin-bottom: 0px;}
#exchange_news .en_table_title > div.ett_l > input{width: 130px; height: 48px; padding:0 15px; margin:0 10px; font-size: 1em;}
#exchange_news .en_table_title > div.ett_l > input:last-child{margin-right: 0px;}
#exchange_news .en_table_title > div input{border:1px solid #000; }
#exchange_news .en_table_title > div.ett_r > input{margin:0 10px;}
#exchange_news .en_table_title > div select{width: 20%; min-width: 100px ; background:url('../images/conn_stick2_b.png') no-repeat 90% 50%/15px auto;}
#exchange_news .en_table_title > div button{background: #18a3a0; color:#fff; width: 5%; min-width: 50px; height: 48px;}


  .page { margin:30px auto;  
    color:#fff;   width: 100%; display: flex; justify-content: center;}
  .page a:hover, .page a.act2 {
    background-color: #fff;
    color: #000;
  }
  
  .page a {
    height: 30px;
    padding: 4px 8px 4px 8px;
    border: 1px solid #aaa;
    color: #fff;
    text-decoration: none;
  }
  .blind {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow:hidden;
  } 
  .first::before {
    content: '';
    margin-right: 3px;
    background-position: 0 -15px;
  }
  .previous::before {
    content: '';
    margin-right: 3px;
    background-position: -15px -15px;
  }
  .next::after {
    content: '';
    margin-left: 3px;
    background-position: 0 0;
  }
  .last::after {
    content: '';
    margin-left: 3px;
    background-position: -15px 0;
  }

#exchange_news .en_table_detail{background: #fff; color:#000; width: 100%;}
#exchange_news .en_table_detail tr td{border:1px solid #000; padding: 10px;}
#exchange_news .en_table_detail tr td:first-child{background: rgb(214, 213, 213); color: #000;;}
#exchange_news .en_table_detail tr td.bg_f{background: #fff;}
#exchange_news .en_table_detail tr td textarea{border:none; resize: none; height: 360px; overflow-y: scroll; background: #fff; }
#exchange_news .en_table_detail tr td > div{display: flex; justify-content: space-between;}

#exchange_news .end_link{display: flex; justify-content: flex-end; }
#exchange_news .end_link a{background: gray; color:#fff; padding: 5px 10px; display: block; width: 100px; text-align: center; margin-top: 20px;}


/*side nav*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    margin-left: 50px;
  }
  
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
  @media screen and (max-width: 450px) {
    #mySidenav{display: none;}
    #sidenav_icon{display: none;}
    .sidenav {display: none;}
    .sidenav a {display: none;}
    .sidenav a:hover {display: none; }
    .sidenav .closebtn {display: none; }
    .sidenav_login{display: block !important;}

    #exchange_news{margin-top: 0px;}
}

.sidenav_login{display: flex; align-items: center; justify-content: flex-start; position: relative;}
#sidenav_icon{float:right; position: absolute; right:15px;} 

#mySidenav .mn_top{color:#fff; display: flex; justify-content: flex-end; flex-direction: column; width: 100%; padding:0 10px; align-items: flex-end; font-size: 1.2em;}
#mySidenav .mn_top ul{display: flex; flex-direction: column; width: 100%;}
#mySidenav .mn_top ul li{display: flex; justify-content: space-between; width: 100%; }
#mySidenav .mn_top .mn_btns {width: 100%; display: flex; justify-content: space-between;}
#mySidenav .mn_top .mn_btns button{background: var(--main-color); color:#fff; padding:5px 10px; width: 48%;}

#mySidenav .mn_bottom{display: flex; flex-direction: column; margin-top: 20px; padding:0 10px;} 

#mySidenav .mn_bottom li{display: flex; align-items: center;}
#mySidenav .mn_bottom a{padding:5px; font-size: 1.2em; color:#fff;}
#mySidenav .mn_bottom a img{width: 20px; margin-right: 10px;}
/*side nav 끝*/


.ea_cont .tab {    overflow: hidden;    background-color: gray;    display: flex;    width: 100%;}
.ea_cont .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 50%;
    color:#fff;
}
.ea_cont .tab button:hover {    background-color: var(--main-color);    color: #fff;    opacity: .5;}
.ea_cont .tab button.active {    background-color: var(--main-color);    color:#fff;    border:none;}
.ea_cont .tabcontent { display: none; border-top: none;}

#ea_tab01 table {width: 100%; font-size: 1.1em; box-sizing: border-box;}
#ea_tab01 table tr{border-spacing: 0px;}
#ea_tab01 table tr td{color:#fff; border:1px solid #fff;  border-spacing: 0px; padding:10px; }
#ea_tab01 table.ea_tab01_1 tr td:nth-child(2n){text-align: right;}
#ea_tab01 .ea_tab01_2_wrap { height: 390px; overflow-y: scroll; margin-top: 20px; }

#ea_tab01 table.ea_tab01_2 tr:first-child{background: var(--main-color);   position: sticky;   top:-1px; }
#ea_tab01 table.ea_tab01_2 tr td{ text-align: center;  }


#ea_tab02 table tr td{color:#fff; border:1px solid #fff;  border-spacing: 0px; padding:10px; }
#ea_tab02 .ea_tab02_1 {display: flex; flex-direction: row; color: #fff; width: 100%; margin-top: 20px; height: 45px;}
#ea_tab02 .ea_tab02_1 div{color: #fff; display: flex; flex-direction: row; width: 50%; align-items: center; }
#ea_tab02 .ea_tab02_1 div span{margin-right: 10px;font-size: 1.2em; width: 7%;}
#ea_tab02 .ea_tab02_1 div ul{display: flex; flex-direction: row; align-items: center; margin-bottom: 0px; width: 93%;}
#ea_tab02 .ea_tab02_1 div ul li a,
#ea_tab02 .ea_tab02_1 div ul li input{color:#fff; border:1px solid #fff; line-height: 45px; background: none; height: 45px; box-sizing: border-box; display: block; padding:0 15px;}

#ea_tab02 .ea_tab02_1 div ul li a:hover,
#ea_tab02 .ea_tab02_1 div ul li input:hover,
#ea_tab02 .ea_tab02_1 div ul li.active a{
    border:1px solid var(--main-color);
    color: var(--main-color); z-index: 10000; box-sizing: border-box;
}

#ea_tab02 .ea_tab02_2_wrap { height: 390px; overflow-y: scroll; margin-top: 20px; }
#ea_tab02 table.ea_tab02_2{width: 100%;}
#ea_tab02 table.ea_tab02_2 tr:first-child{background: var(--main-color);   position: sticky;   top:-1px; }
#ea_tab02 table.ea_tab02_2 tr td{ text-align: center;  }



/*입출금*/
#dw_cont{display: flex; flex-direction: row; justify-content: space-between; width: 100%;}
#dw_cont .dw_cont_l {width: 59%; display: flex; flex-direction: column;padding:10px; border:1px solid #fff;}
#dw_cont .dw_cont_l h4{font-size: 1.2em; padding: 0 0 10px;}
#dw_cont .dw_cont_l .search_cont{display: flex; height: 45px; flex-direction: row; align-items: center; width: 100%;}
#dw_cont .dw_cont_l .search_cont > input{width: 80%;  background: url('../images/icon/ic_search_w.png') no-repeat 97%;    background-size: 20px; color:#fff; }
#dw_cont .dw_cont_l .search_cont div label{margin-bottom: 0px; padding-left: 25px;}


#dw_cont .dw_cont_l .dw_cont_table01{width: 100%;  color:#fff; font-size: 1em;  box-sizing: border-box;}
#dw_cont .dw_cont_l .dw_cont_table01 tbody {width: 100%;}
#dw_cont .dw_cont_l .dw_cont_table01 tbody tr:first-child td{background: var(--main-color); cursor:default;   position: sticky; }


#dw_cont .dw_cont_l .dw_cont_table01 tbody tr{cursor: pointer;}
#dw_cont .dw_cont_l .dw_cont_table01 tbody tr.ttr:hover,
#dw_cont .dw_cont_l .dw_cont_table01 tbody tr.ttr2{background: #fff; color:#000; }

#dw_cont .dw_cont_l .dw_cont_table01 tbody tr.ttr:hover td,
#dw_cont .dw_cont_l .dw_cont_table01 tbody tr.ttr2 td{border:none; }

#dw_cont .dw_cont_l .dw_cont_table01 tbody tr td{padding:10px; border:1px solid #b9b9b9;}
#dw_cont .dw_cont_l .dw_cont_table01 tbody tr td img{width: 25px;margin-right: 10px;}

.dw_cont_table01_wrap{ width: 100%; height: 500px; overflow-y: scroll; margin-top: 20px; }
#dw_cont .dw_cont_l .dw_cont_table01 tbody tr:first-child{
background: var(--main-color); position: sticky;  top: -1px; border:1px solid var(--main-color)}

.dw_cont_table01_wrap {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.dw_cont_table01_wrap::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}


#dw_cont .dw_cont_r{width: 39%; padding:10px; border:1px solid #fff;  color:#fff; display: flex; flex-direction: column; }
#dw_cont .dw_cont_r .dw_cont_r_top{color: #fff;}
#dw_cont .dw_cont_r .dw_cont_r_top h4{font-size: 1.2em; padding: 0 0 20px;}
#dw_cont .dw_cont_r .dw_cont_r_top div{display: flex; flex-direction:  column; background: #474747; padding:3px 10px 3px 3px; color:#fff;}
#dw_cont .dw_cont_r .dw_cont_r_top div > div{display: flex; justify-content: flex-start; flex-direction: row;}
#dw_cont .dw_cont_r .dw_cont_r_top div p{margin: 0px;}
#dw_cont .dw_cont_r .dw_cont_r_top div p:first-child{margin-right: 10px;}
#dw_cont .dw_cont_r .dw_cont_r_bottom{margin-top: 20px;}
#dw_cont .dw_cont_r .dw_cont_r_bottom p{text-align: center; padding-top:50%; color:#fff; }

#dw_cont #dcr2{display: none;}

#dw_cont .dw_cont_r #dcrb p{padding-top:0%;}

.dw_cont_r_bottom .tab {
    overflow: hidden;
    background-color: #f1f1f1;
}
.dw_cont_r_bottom .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 1.2em;
    width: 33.3%;
  }
  .dw_cont_r_bottom .tab button:last-child{width: 33.4%;}  
.dw_cont_r_bottom .tab button:hover {
    background-color: #ddd;
  }
.dw_cont_r_bottom .tab button.active {
    background-color: var(--main-color);
    color:#fff;
  }
 .dw_cont_r_bottom .tabcontent2 {
    display: none;
    padding:10px 0;
    border-top: none;
  }
 .dw_cont_r_bottom .topright {
    float: right;
    cursor: pointer;
    font-size: 28px;
  }
 .dw_cont_r_bottom .topright:hover {color: red;}

#dcrb #dcrb01 div{display: flex; flex-direction: row; align-items: center; justify-content: space-between; margin-top: 20px;}
#dcrb #dcrb01 div > img{width: 20px; cursor: pointer;}
#dcrb #dcrb01 > img{width: 200px; margin:0 auto; display: block; }
#dcrb #dcrb01 div > label{color:#fff; margin-bottom: 0px; font-size: 1.1em;}
#dcrb #dcrb01 div >input{border:1px solid #ffff; color:#fff; width: 80%; padding:0 10px; }

#dcrb #dcrb01 ol{color:#fff; margin-top: 20px; }

#dcrb02 ul li label{color:#fff;}
#dcrb02 ul li {margin-bottom: 10px;}
#dcrb02 ul li.dcrb02_ex{display: flex; justify-content: space-between; align-items: flex-start; margin-top: 10px; }
#dcrb02 ul li.dcrb02_ex p{margin: 0px; font-size: 1em; color:red;}
#dcrb02 ul li.dcrb02_ex button{background: var(--main-color); color:#fff; padding:5px 10px;} 

#dcrb02 ul li.dcrb02_ex2{display: flex; flex-direction: row; justify-content: space-between;}
#dcrb02 ul li.dcrb02_ex2 p{margin: 0px;}

#edw_send{background: var(--main-color); color:#fff; width: 100%; padding:10px 0px; margin-top: 10px; }

#dcrb03 .dcrb03_tit{display: flex; flex-direction: row; width: 100%; color:#fff; align-items: center;}
#dcrb03 .dcrb03_tit select{width: 70px; color: #fff; background:url('../images/conn_stick2.png') no-repeat 90% 50%/15px auto; height: 30px; margin:0 10px;}
#dcrb03 .dcrb03_tit input{width: 80px; height: 30px; margin:0 10px;}
#dcrb03 .dcrb03_tit label{margin-bottom: 0px;}
#dcrb03 .dcrb03_tit select option{color:#000;}
#dcrb03 .dcrb03_tit button{background: var(--main-color); color: #fff; padding:5px;}

.dcrb03_table_wrap{ width: 100%; height: 500px; overflow-y: scroll; margin-top: 20px; }
.dcrb03_table tbody tr:first-child{
background: var(--main-color); position: sticky;  top: -1px;}
.dcrb03_table{width: 100%;  color:#fff; font-size: 1em; border-bottom: 1px solid #fff; box-sizing: border-box;}
.dcrb03_table tbody {width: 100%;}
.dcrb03_table tbody tr:first-child td{background: var(--main-color); cursor:default;}

.dcrb03_table tbody tr{cursor: pointer;}
.dcrb03_table tbody tr td{padding:5px; border:1px solid #fff;}
.dcrb03_table tbody tr td img{width: 25px;margin-right: 10px;}

.dcrb03_table_wrap{ width: 100%; height: 500px; overflow-y: scroll; margin-top: 20px; }
.dcrb03_table tbody tr:first-child{
background: var(--main-color); position: sticky;  top: -1px;}

.dcrb03_table tbody tr td input{  width: 160px;}

/*account*/
.account_cont_tit ul{border-top:2px solid var(--main-color); background: rgb(68, 68, 68); display: flex; width: 100%;}
.account_cont_tit ul li{width: 50%; padding:10px; text-align: center;}
.account_cont_tit ul li:first-child{border-right:1px solid #5d5d5d;}
.account_cont_tit ul li a{font-size: 1.5em; line-height: 1.5em; color:#fff;}
.account_cont_tit ul li a em{margin-right: 10px;}

.account_cont_table {width: 100%; color:#fff; margin-top: 20px; }
.account_cont_table table{width: 100%; color:#fff; background: rgb(68, 68, 68); padding:5px 10px;}
.account_cont_table table tr td{color:#fff; border:1px solid #fff; padding:10px;}
.account_cont_table table tr td:nth-child(3n){border:none;}
.account_cont_table table tr td:first-child{text-align: center;}
.account_cont_table table tr td label{margin-bottom: 0px;}
.account_cont_table table tr td input[type="text"]{color: #fff; width: 200px; margin-right: 10px;}
.account_cont_table table tr td input[type="checkbox"]{margin:0px; width: 0;}
.account_cont_table table tr td input[type="checkbox"] + label{
  margin-right: 20px;padding-left: 25px;
}
.account_cont_table table tr td p{margin: 0px !important; color:#fff;}
.account_cont_table table tr td a{color:var(--main-color);}
.account_cont_p{text-align: left!important;  margin:10px 0 !important; display: block;}
.account_cont_p a{color:var(--main-color); text-decoration: underline !important;}
.account_cont_btn{background: var(--main-color); color:#fff; line-height: 48px; height: 48px; width: 100%; max-width: 400px; margin:0 auto; display: block; border-radius: 4px; font-size: 1.2em;}

#sss{display: none;}


/*security_grading*/
.security_grading_cont{background: var(--main-color); text-align:center; padding: 10px 0; color:#fff;
}
.security_grading_cont .sgc_tit{color: #fff; font-size: 1.3em;}
.sgc_table{width: 100%;}
.sgc_table tr td{border:1px solid #fff; color:#fff; padding: 10px;}
.sgc_table tr.tr2 td{padding:12px 10px;}
.sgc_table tr td div{color:#fff; display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
.sgc_table tr td div input{color:#fff; width: 200px; border:none;}
.sgc_table tr td div > p{padding-left: 15px;}
.sgc_table tr td div button{background: var(--main-color); color:#fff; height: 30px; line-height: 30px; padding:0 20px; border-radius: 4px; margin-right: 10px;}

.sgc_txt {margin:10px 0 0 0 !important; text-align: left !important;}


/*이메일 인증*/
.email_cont > p{border: 1px solid #fff; padding: 10px; text-align: center; color:#fff; font-size: 1.2em;}

.email_cont_form{display: flex; justify-content: center; flex-direction: row; width: 100%; color:#fff; align-items: center; margin-top: 20px; background: rgb(68, 68, 68); padding:20px;} 
.email_cont_form label{font-size: 1.2em; margin-right: 20px;}
.email_cont_form input,
.email_cont_form select{width: 200px; color:#fff; font-size: 1.2em;}
.email_cont_form input{margin-right: 10px;}
.email_cont_form select{ 
  margin:0 10px;
  background:url('../images/conn_stick2.png') no-repeat 90% 50%/15px auto;}
.email_cont_form select option{color:#000;}
.email_cont_form button{background: var(--main-color); color:#fff; height: 48px; line-height: 48px; width: 130px; border-radius: 4px;}


/*거래 비밀번호*/
.pwd_cont{ background: rgb(68, 68, 68); padding:20px; width: 100%; display: flex; flex-direction: column; align-items: center; }
.pwd_cont .pwd_cont_top,
.pwd_cont .pwd_cont_bottom{display: flex; flex-direction: row; color:#fff; justify-content:center; align-items: center; margin-bottom: 20px; width: 600px;}

.pwd_cont .pwd_cont_top label,
.pwd_cont .pwd_cont_bottom label{width: 100px; display: block;  font-size: 1.2em; margin-bottom: 0px;}

.pwd_cont .pwd_cont_top input,
.pwd_cont .pwd_cont_bottom input{
  width: 200px; margin-right: 0; color: #fff;
}

.pwd_cont .pwd_cont_btn{display: flex; width: 100%; justify-content: center;}
.pwd_cont .pwd_cont_btn button{width: 300px; border-radius: 4px; color:#fff; background: var(--main-color); height: 40px; line-height: 40px;}


/*휴대폰 인증*/
.exchange2 > p{border: 1px solid #fff; padding: 10px; text-align: center; color:#fff; font-size: 1.2em;}
.exchange2_form{display: flex; justify-content: center; flex-direction: row; width: 100%; color:#fff; align-items: center; margin-top: 20px; padding:20px;} 
.exchange2_form button{background: var(--main-color); color:#fff; height: 48px; line-height: 48px; width: 130px; border-radius: 4px; width: 300px;}

/*kyc*/
.kyc_form_cont{width: 100%;}
.kyc_form_cont .radio_alive{display: flex; justify-content: space-between;}
.kyc_form_cont .form_radio_btn {  width: 50%;  height : 45px;}
.kyc_form_cont .form_radio_btn input[type=radio] {
  display: none;}
.kyc_form_cont .form_radio_btn label {
  display: block;     margin: 0 auto;    text-align: center;    height: -webkit-fill-available;
    line-height: 45px;}
.kyc_form_cont .form_radio_btn input[type=radio]:checked + label {  background: var(--main-color);  color: #fff;}
.kyc_form_cont .form_radio_btn input[type=radio] + label {  background: #F9FAFC;  color: #000;  font-weight: bold;}

.kyc_form_cont .form_address {display: flex; flex-direction: column; width: 100%;} 
.kyc_form_cont .form_address > div{display: flex; flex-direction: row; margin-bottom: 5px;}
.kyc_form_cont .form_address input{color:#fff;}
.kyc_form_cont .form_address > div .fa_btn{background: var(--main-color); color:#fff; margin-left: 10px;}

/*EEDD*/
.eedd_form_cont{width: 100%;}
.filebox .upload-name {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  vertical-align: middle;
  border: 1px solid #dddddd;
  width: 78%;
  color: #999999;
}
.filebox label {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  vertical-align: middle;
  background-color: var(--main-color);
  cursor: pointer;
  height: 40px;
  width: 200px;
  text-align: center;
  font-size: 1em;
 
}
.filebox input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.eedd_case_tit {color:#fff; margin-top: 30px; margin-bottom: 0px;}
.eedd_case_tit em{font-size: .8em; color:#969696; margin-left:5px;}

.eedd_chk_ok_wrap{margin: 20px auto; text-align: center;}
.eedd_chk_ok_wrap label{margin-bottom: 0px; padding-left: 30px;}

/********이미지 업로드*******/
.box {
  display: block;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

.upload-options {
  position: relative;
  height: 45px;
  background-color: cadetblue;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  transition: background-color ease-in-out 150ms;
}

.upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload-options label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 0px;
  line-height: 0;
}
.upload-options label::after {
  content: "+ upload";
  position: absolute;
  font-size: 1.2em;
  color: #e6e6e6;
  top: calc(50%);
  left: 50%;
  transform: translate(-50%);
  z-index: 0;
}
.upload-options label span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.upload-options label span:hover i.material-icons {
  color: lightgray;
}

.js--image-preview {
  height: 225px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("../images/test02.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.js--image-preview::after {
  content: "";
  position: relative;
  font-size: 4.5em;
  color: #e6e6e6;
  top: calc(50% - 3rem);
  left: calc(50% - 2.25rem);
  z-index: 0;
}
.js--image-preview.js--no-default::after {
  display: none;
}
.js--image-preview:nth-child(2) {
  background-image: url("http://bastianandre.at/giphy.gif");
}

i.material-icons {
  transition: color 100ms ease-in-out;
  font-size: 2.25em;
  line-height: 55px;
  color: white;
  display: block;
}

.drop {
  display: block;
  position: absolute;
  background: rgba(95, 158, 160, 0.2);
  border-radius: 100%;
  transform: scale(0);
}


.kyc_images_upload_txt{display: none; flex-direction: row; align-items: center; background: rgb(68, 68, 68); padding:0 10px; margin-bottom: 20px; }
.kyc_images_upload_txt input{width: 150px; color:#fff; border:none;}
.kyc_images_upload_txt input:first-child{width: 100%;}
.kyc_images_upload_txt input[type="date"]{background: none; font-size: 1.2em;}
.kyc_images_upload_txt img{width: 20px; cursor: pointer;}

.kyc_save_btn{background: var(--main-color); height: 40px; margin:0 auto; width: 100%; display: block; line-height: 40px; width: 300px; color:#fff; border-radius: 4px;}


/*fee 거래수수료*/
.exchange_fee_table{width: 100%; color:#fff;text-align: center; margin-top: 20px; }
.exchange_fee_table tr:first-child td{background: rgb(68, 68, 68); border-top:3px solid var(--main-color); border-left:1px solid rgb(68, 68, 68) ; border-right: 1px solid rgb(68, 68, 68) ;}
.exchange_fee_table tr:first-child td:first-child{border-right:1px solid #fff;}
.exchange_fee_table tr td{border:1px solid #9e9e9e; padding:10px; font-size: 1.2em;}
.ef_txt{text-align: left !important; margin: 20px 0 0 !important;}

/*clear 이용해지*/
.ex_clear_cont1{background: rgb(68, 68, 68); padding:20px; color:#fff; font-size: 1.1em;}
.ex_clear_cont2{margin: 20px 0px 0px 0 !important; text-align: left !important; }
.ex_clear_cont22{color:#fff; }
.ex_clear_cont3{background: var(--main-color); color:#fff; width: 100%; border-radius: 4px; height: 40px; line-height: 40px; font-size: 1.2em; margin:20px auto; display: block; }

/*notice*/
.en_tit img{width: 20px; margin-right: 10px;}

/*cs*/
.exchange_cs_cont{width: 100%; display: flex; flex-direction: column; }
.exchange_cs_cont .cs_cont_top{display: flex;  justify-content: space-between;flex-direction: row; width: 100%;}
.exchange_cs_cont .cs_cont_top_l,
.exchange_cs_cont .cs_cont_top_r{background: rgb(68, 68, 68); border:2px solid rgb(68, 68, 68); color:#fff; width: 49.5%; text-align: center; padding: 30px; cursor: pointer;}
.exchange_cs_cont .cs_cont_top_l:hover,
.exchange_cs_cont .cs_cont_top_r:hover{border: 2px solid var(--main-color); background: var(--main-color);}
.exchange_cs_cont .cs_cont_top_l a,
.exchange_cs_cont .cs_cont_top_r a{color:#fff; font-size: 1.3em;}
.exchange_cs_cont .cs_cont_top_l a:hover,
.exchange_cs_cont .cs_cont_top_r a:hover{
  color:#fff !important;
}
.exchange_cs_cont .cs_cont_top_l a i,
.exchange_cs_cont .cs_cont_top_r a i{  margin-left: 5px;}

.exchange_cs_cont .cs_cont_top_l i,
.exchange_cs_cont .cs_cont_top_r i{font-size: 1em; margin-right: 10px;}

.exchange_cs_cont .cs_cont_top_r p,
.exchange_cs_cont .cs_cont_top_l p{font-size: 1.2em;}
.exchange_cs_cont .cs_cont_top_r h4,
.exchange_cs_cont .cs_cont_top_l h4{display: flex; align-items: center; flex-direction: row; justify-content: center; font-size: 2em; padding:0 !important; margin-bottom: 20px;}

.exchange_cs_cont .cs_cont_bottom{background: rgb(68, 68, 68); border:2px solid rgb(68, 68, 68); margin-top: 10px; padding:30px;}


.exchange_cs_cont .cs_cont_bottom ul{display: flex; flex-direction: row; align-items: center; color:#fff; justify-content: space-evenly; margin-bottom: 0px;}

.exchange_cs_cont .cs_cont_bottom ul li{font-size: 1.5em;}
.exchange_cs_cont .cs_cont_bottom ul li i{ margin-right: 5px;}


/*faq*/
.exchange_faq_cont .tab {
  overflow: hidden;

  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  width: 100%;
}
.exchange_faq_cont .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  background-color: rgb(45, 45, 45);
  width: 33.3%;
  color:#fff;
  border:1px solid rgb(118, 118, 118)
}


.exchange_faq_cont .tab button.active2 {
  background-color: var(--main-color);
  border:1px solid var(--main-color);
  color:#fff;
}
.exchange_faq_cont .tab button.active2:after {
  background-color: var(--main-color);
  content: '';
}
.exchange_faq_cont .tabcontent {
  display: none;
  padding: 6px 0;
  color:#fff;
  margin-top: 20px;
}


.exchange_faq_cont .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.exchange_faq_cont .accordion img{width:20px; margin-right: 5px;}
.exchange_faq_cont .active, .exchange_faq_cont .accordion:hover {
  background-color: #ccc;
}

.exchange_faq_cont .accordion:after {
  content: '\23F7';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.exchange_faq_cont .active:after {
  content: "\23F6";
}

.exchange_faq_cont #efc_tab01 .panel,
.exchange_faq_cont #efc_tab02 .panel,
.exchange_faq_cont #efc_tab03 .panel,
.exchange_faq_cont #efc_tab04 .panel,
.exchange_faq_cont #efc_tab05 .panel {
  padding:0 20px;
  border-radius:0px;
  background-color: white;
  max-height: 0;
  overflow-y:scroll;
  transition: max-height 0.2s ease-out;
  margin-bottom: 10px;

}
.exchange_faq_cont #efc_tab01 .panel p,
.exchange_faq_cont #efc_tab02 .panel p,
.exchange_faq_cont #efc_tab03 .panel p,
.exchange_faq_cont #efc_tab04 .panel p,
.exchange_faq_cont #efc_tab05 .panel p{ padding:20px; font-size: 1.2em;}


/*document 필요 서류*/
.exchange_document_cont{width: 100%;}
.exchange_document_cont ul li h4{font-size: 1.2em;}
.exchange_document_cont ul li > div{background: rgb(68, 68, 68); color:#fff; padding:20px; font-size: 1.2em;}
.exchange_document_cont ul li > div.ed_cont_lits3{display: flex; flex-direction: column;}
.exchange_document_cont ul li > div.ed_cont_list3 > p{font-size: .9em;}
.exchange_document_cont ul li > div.ed_cont_list3 > ul{display: flex; justify-content: space-between; flex-direction: row; width: 100%;}
.exchange_document_cont ul li > div.ed_cont_list3 > ul li{width: 49%; text-align: center; display: block; margin-bottom: 20px;}
.exchange_document_cont ul li > div.ed_cont_list3 > ul li > p{margin-bottom: 10px;}

.ed_cont_list4 img{margin-bottom: 20px;}
.ed_cont_list4 img:first-child{width: 600px; margin:0 auto 20px; display: block;}
.ed_cont_list4 p{margin-bottom: 10px;}

/*login*/
#exchage_login{width: 100%; margin-top: 50px;  padding: 70px 0 100px; color:#fff;  } 

.exchage_login{margin-top: 50px; background: rgb(68, 68, 68); padding:20px 250px;  display:flex; flex-direction: column; align-items: center;}
.exchage_login p{font-size: 1.2em; color:#fff; margin-bottom: 20px; width: 100%; text-align: center; padding:10px; border-radius: 4px;}
.exchage_login p i{margin-right: 5px;}
.el_http{background: rgb(118, 118, 118); }

.exchage_login_form{width: 100%;}
.exchage_login_form label{color:#fff; font-size: 1.2em;}
.exchage_login_form input{background: #000; border:none; border-radius: 4px; margin-bottom: 20px; color:#fff;}

.exchage_login button{background: var(--main-color); border-radius: 4px; width: 100%;
height: 48px; color:#fff; font-size: 1.2em;}
.exchage_login_link{color:#fff !important; margin-top: 10px; display: flex; align-items: center; flex-direction: row;}
.exchage_login_link a{color:#fff !important; margin:0 10px;}
.exchage_login_link a:hover{color: #18a3a0 !important;}

.el2_txt{border:1px solid var(--main-color); color:#fff; width: 100%; border-radius: 0px !important;}
#elf_id2_label > em{display: block; font-size: .8em; font-weight: normal;}

.exchage_login_chk{width: 100%;}
.exchage_login_chk h4{font-size: 1.2em; color:#fff;}
.exchage_login_chk .elc_11{margin-top: 10px;border:1px solid #fff;color:#fff; height: 200px; overflow-y: scroll; padding:20px; }
.exchage_login_chk label{padding-left: 25px; margin: 20px auto ;}

/*modal*/
#kycModal1 .modal-dialog{max-width: 500px; margin:10% auto 0; }
#kycModal1 .modal-header{border-bottom: none; padding: 15px 15px 0;}
#kycModal1 .modal-header h5{font-size: 1.2em;}
#kycModal1 .modal-body{padding:0px 15px 25px !important;}
#kycModal1 .modal-body .kycModal1_chk_cont{display: flex; flex-direction: row; justify-content: center; margin-top: 20px;}
#kycModal1 .modal-body .kycModal1_chk_cont input[type="checkbox"]{margin: 0px; width: 0; }
#kycModal1 .modal-body .kycModal1_chk_cont input[type="checkbox"] + label{padding-left: 25px; color:#000; font-weight: bold;}
#kycModal1 .modal-footer .btn{width: 100%; background: var(--main-color); color:#fff;}

#kycModal2 .modal-dialog{max-width: 300px; margin:15% auto 0; }
#kycModal2.modal.fade.in{background: rgba(0, 0, 0, .5); margin-top: -20px;}
#kycModal2 .modal-body{padding:0px 15px 25px !important;}
#kycModal2 .modal-body p{text-align: center; padding:20px 0 0 ; font-weight: bold;}

#kycModal2 .modal-footer .btn{width: 100%; background: var(--main-color); color:#fff;}




/*etc 스크롤바*/
body {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}


.dcrb03_table tbody tr td input[type="datetime-local"]::-webkit-inner-spin-button,
.dcrb03_table tbody tr td input[type="datetime-local"]::-webkit-calendar-picker-indicator{display: block;}

input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input:disabled{border:none;}

.guide_wrap2{width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;}





/*240307*/
*{font-size:14px;}
@media screen and (max-width: 768px) {
  .exchage_login{padding:20px 100px;}
}
@media screen and (max-width: 480px) {
  .exchage_login{padding:20px 50px;}
}

@media screen and (max-width: 360px) {
  .exchage_login{padding:20px 20px;}
  .exchage_login_link a{margin:0 5px;}
}

/*transaction_support_policy_cont*/
#transaction_support_policy_cont{width: 100%; margin-top: 50px; padding: 70px 0 100px;}
#transaction_support_policy_cont > h4.xbctit{ color:#fff;  padding: 25px 0 10px;   }


.tspc__cont{width: 100%; position: relative; display: flex; flex-direction: column; background: #fff;}
.tspc__cont .tspc__title{background: var(--main-color); width: 100%; padding:50px;}
.tspc__cont .tspc__title > h4{ color:#fff;  padding: 0 0 25px; font-size: 2em;  }
.tspc__cont .tspc__title p{color:#fff; font-size:1.2em ;}


.tspc__list {width: 100%;}
.tspc__list ul{width: 100%; margin: 0; padding: 60px 50px; display: flex; flex-direction: column; list-style: none;}

.tspc__list ul li{width: 100%;}
.tspc__list ul li h4{color:var(--main-color); font-size: 1.5em; margin-bottom: 20px; }

.tspc__list ul li p.bg_text{background: #EFF7F7; padding:25px 20px; font-size: 1em; margin-bottom: 20px; text-align: center;}

.tspc__list01__how{width: 100%; margin-bottom: 30px;}
.tspc__list01__how p.gray__txt{font-size: 1em; color:#ADABAB; }
.tspc__list02 p > a, .tspc__list01__how p > a{color:var(--main-color); font-weight: bold;}

.tspc_sub_tit{position: relative; width: 100%; padding-left: 20px; font-size: 1.2em; font-weight: bold; color:#000; margin-bottom: 10px;}
.tspc_sub_tit::after{position: absolute; content: ''; left:0px; background: url(../images/icon/ic_diamond.png)no-repeat; background-size: 100%; width: 12px; height: 12px; top:5px;}

.tspc_ol_list li{padding-left: 20px; margin-bottom: 20px; font-weight: normal;}
.tspc_ol_list li.tol{font-weight: bold; font-size: 1.1em;}

.tspc_ol_list li.tol > ol li{margin-bottom: 0px;}

.tspc__list ul.tscp_transaction_basis{display: flex; width: 100%; flex-direction: row; flex-wrap: wrap; padding: 0px; }
.tspc__list ul.tscp_transaction_basis li{display: flex; width: 45%; margin-right: 10%; flex-direction: row; align-items: center; justify-content: space-between; margin-bottom: 45px;}
.tspc__list ul.tscp_transaction_basis li:nth-child(2n){margin-right: 0%;}
.tspc__list ul.tscp_transaction_basis li img{width: 80px; height: 80px; margin-right: 15px;}
.tspc__list ul.tscp_transaction_basis li > div span:first-child{font-weight: bold; margin-bottom: 10px; font-size: 1.2em; color:#000; display: block;}


.tspc__table {width: 100%; margin-bottom: 70px;}
.tspc__table tbody tr td{border-top:1px solid var(--main-color); border-bottom:1px solid var(--main-color); padding:10px 0 30px 25px; font-size: 1.1em;}

.tspc__table tbody tr td:last-child{padding:10px 25px 30px 25px;}
.tspc__table tbody tr:last-child td:first-child{border-bottom: 2px solid var(--main-color);}
.tspc__table tbody tr td:first-child{border-top:2px solid var(--main-color);}
.tspc__table tbody tr td.tspc__table_tit{font-weight: bold;}


.tspc__table2 {width: 100%; margin-bottom: 30px;}
.tspc__table2 tbody tr td:nth-child(2){ padding:15px 20px; font-size: 1.1em;}

.tspc__table2 tbody tr:nth-child(2n-1){ background: #EFF7F7;}
.tspc__table2 tbody tr td.tspc__table_tit{font-weight: bold; padding:15px 0px 15px 20px;}


@media screen and (max-width: 480px) {
  .tspc__cont .tspc__title{padding:50px 25px;}
  .tspc__list ul{padding:60px 25px;}

  .tspc__list ul.tscp_transaction_basis{flex-direction: column;}
  .tspc__list ul.tscp_transaction_basis li{width: 100%; margin-right: 0px;}
 
}
@media screen and (max-width: 300px) {
  .tspc__cont .tspc__title{padding:50px 15px;}
  .tspc__list ul{padding:60px 15px;}
}

@media screen and (min-width: 451px) and (max-width:767px) {
  .navbar-toggle{display: none;}
}
@media screen and (min-width: 768px) and (max-width:858px) {
  .navbar-default .navbar-nav{margin:0px;}
  .navbar-default .navbar-nav > li > a{padding:0 5px !important;}
}

#mySidenav .mn_bottom a.active{color:var(--main-color);}



/*240307--2 추가수정*/
#transaction_support_policy_cont{
  padding:0 0 100px;
  margin-top: 0px;
}
.tspc__list ul li p.bg_text{color:#000;}

.tspc__list01__how ol, .tspc__list01__how p{color:#000;}

.tscp_transaction_basis span{color:#000;}

.tspc__list ul.tscp_transaction_basis li{justify-content: flex-start;}

.tspc__table, .tspc__table2 {color:#000;}


/*240307--3 추가수정*/
@media screen and (max-width:829px) {
  .tspc__table2 tbody tr td.tspc__table_tit{width: 10%;}
}
@media screen and (min-width:360px) and (max-width:500px) {
  .tspc__table2 tbody tr td.tspc__table_tit{width: 15%;}
}
@media screen and (max-width:360px) {
  .tspc__table2 tbody tr td.tspc__table_tit{width: 15%;}
}

