@charset "utf-8";
/* Tarasoft 2021-08-12 PIS Tarasoft 2021-08-12 SJW Tarasoft 2021-08-12 IGJ */

/* --------------- 로그인 ------------------*/
.login_color {
  padding-left: 20px;
  color: #767dff;
}

/* 21.08.22 padding값 변경 : 이슬 */
.login_wrap {
  width: 100%;
  max-width: 1920px;
  /* padding-bottom:8vh; */
  padding-top: 14vh;
  margin: 0 auto;
}

/* 로그인 text 글자 */

.login_box {
  width: 100%;
  margin-top: 50px;
  border-radius: 18px;
  background-color: #282c4a;
  overflow: hidden;
}
/*overflow로 높이값 자동설정*/
/* 21.09.08 input 아이디값에 css 주면 안됩니다. class로 변경 : pyo  */
#user_id {
  width: 100%;
  height: 60px;
  padding-left: 68px;
  border: none;
  border-bottom: 1px solid #535770;
  font-size: 1.5rem;
  color: #fff;
  outline: none;
  background-color: transparent;
}

.user_id {
  width: 100%;
  height: 60px;
  padding-left: 68px;
  border: none;
  border-bottom: 1px solid #535770;
  font-size: 1.5rem;
  color: #fff;
  outline: none;
  background-color: #282c4a;
}

#user_password {
  width: 100%;
  height: 60px;
  padding-left: 68px;
  box-sizing: border-box;
  background-color: transparent;
  border-bottom: 1px solid #535770;
  font-size: 1.5rem;
  color: #fff;
  outline: none;
  border: none;
}

.user_password {
  width: 100%;
  height: 60px;
  padding-left: 68px;
  box-sizing: border-box;
  background-color: transparent;
  border-bottom: 1px solid #535770;
  font-size: 1.5rem;
  color: #fff;
  outline: none;
  border: none;
}
/* 아이디 input창 */
.user_box,
.password_box {
  position: relative;
}

/* input svg img 위치값으로 인해 기준점 생성 */

.user_svg {
  position: absolute;
  top: 14px;
  left: 20px;
}
/* id input창 이미지 */
.pass_svg {
  position: absolute;
  top: 14px;
  left: 20px;
}
/*password input창 이미지 */

.eye_svg {
  position: absolute;
  right: 20px;
  top: 16px;
}

/* 간편로그인 CSS */
.easy_box {
  width: 98%;
  margin: 0 auto;
  margin-top: 16px;
  overflow: hidden;
}

.easy_login {
  float: left;
  font-size: 1.4rem;
}
/* 간편로그인 사용*/

/* 비밀번호 찾기 */
.find_passowrd {
  float: right;
}

.find_passowrd a {
  font-size: 1.4rem;
  float: right;
}

/* //비밀번호 찾기 */
.easy_box input[type="checkbox"] + label {
  display: inline-block;
  padding-left: 24px;
  font-size: 1.4rem;
  background: url("../images/common/check.svg") no-repeat 0 1px / contain;
  cursor: pointer;
}

.easy_box input[type="checkbox"]:checked + label {
  background: url("../images/common/all_chk.svg") no-repeat 0 1px / contain;
  cursor: pointer;
}

.easy_box input[type="checkbox"] {
  display: none;
}

.login_b {
  margin-top: 30px;
}

/* //간편로그인 CSS */

/* 또는 CSS */
.line {
  position: relative;
  height: 1px;
  margin-top: 70px;
  border: 1px solid #5a608b;
}

.line_i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
  color: #b7b7ff;
  background-color: #141629;
  text-align: center;
}

.new_user {
  margin-top: 28px;
}

/* // 또는 CSS */

/* //--------------- 로그인 ------------------*/

/* ---------------회원 가입 ------------------*/

.agree_in {
  margin-bottom: 28px;
}

/*상단 약관동의 바*/
.agree_in ul {
  text-align: right;
}
.agree_in ul li {
  display: inline-block;
}

/* //상단 약관동의 바 */

/* .tara_integration {
    margin-top:28px;
} */

.check01 {
  float: left;
}

.chk_wrap * {
  color: #fff;
}

.spa {
  margin-left: 24px;
  margin-top: 10px;
  padding-bottom: 26px;
  font-size: 1.2rem;
  line-height: 22px;
  color: #9395a4;
  cursor: pointer;
}

.all_agree {
  margin-top: 30px;
  border-bottom: 1px solid #5a608b;
}

/* 전체동의 이미지 변환*/
.all_agree input[type="checkbox"] + label {
  width: 100%;
  overflow: hidden;
  font-size: 1.4rem;
  padding-left: 24px;
  background: url("../images/common/check.svg") no-repeat 0 1px / contain;
  cursor: pointer;
}

.all_agree input[type="checkbox"]:checked + label {
  background: url("../images/common/all_chk.svg") no-repeat 0 1px / contain;
  cursor: pointer;
}

.all_agree input[type="checkbox"] {
  display: none;
}

.individual_chk input[type="checkbox"] + label {
  display: inline-block;
  font-size: 1.4rem;
  padding-left: 24px;
  background: url("../images/common/check.svg") no-repeat 0 1px / 18px;
  cursor: pointer;
}

.individual_chk input[type="checkbox"]:checked + label {
  background: url("../images/common/all_chk.svg") no-repeat 0 1px / 18px;
  cursor: pointer;
}

.individual_chk input[type="checkbox"] {
  display: none;
}

.chk01_box {
  position: relative;
}

.clause {
  position: absolute;
  right: 0;
  top: 2px;
  content: url(../images/common/arrow_right.svg);
}

.agree_but {
  margin-top: 220px;
}

/*통합 약관*/

.agreement {
  /* display: none; */
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  transition: all 0.6s;
}

.tw_page {
  width: 100%;
  overflow: hidden;
}

/* //통합 약관 */

/* 개인정보 처리방침 */

.privacy_text {
  margin-top: 50px;
}

.privacy_text p {
  margin-bottom: 20px;
  color: #222;
  font-size: 1.8rem;
}

.privacy_text span {
  font-size: 1.4rem;
  color: #646464;
  line-height: 22px;
}

.pri_line {
  height: 2px;
  margin-top: 54px;
  margin-bottom: 50px;
  border: 1px solid #707070;
}

/* //개인정보 처리방침 */

/* 이메일 인증 */

.tara_integration {
  margin-top: 28px;
  margin-bottom: 36px;
}

.email_b {
  margin-bottom: 32px;
}

.cer_w {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.certi_user_wrap {
  margin-bottom: 10px;
}
.certi_input {
  width: 100%;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 48px;
  font-size: 1.6rem;
  background-color: transparent;
  overflow: hidden;
  border: 1px solid #9395a4;
  border-radius: 20px;
  outline: none;
  color: #fff;
}

/*인증번호 받기 버튼 */
/* .certi_b {margin-bottom:10px;} */

/*// 인증번호 받기 버튼 */

/* 인증 번호 입력장 */
.necessarily_code {
  position: relative;
  width: 100%;
  height: 56px;
  margin-top: 62px;
  color: #fff;
  /* background-color:#0F1122; */
}

.necessarily_code input {
  width: 100%;
  height: 56px;
  border: none;
  font-size: 1.4rem;
  color: #fff;
  outline: none;
  border-radius: 48px;
  text-indent: 20px;
  background-color: #0f1122;
}

.necessarily_code input::placeholder {
  color: #fff;
}
/* //인증 번호 입력장 */

/* 인증요청 버튼 */
.nec_but {
  position: absolute;
  top: 0;
  right: 0;
}
/* //인증요청 버튼 */

.necessarily_code_text {
  width: 100%;
  overflow: hidden;
}

.cer_w form {
  overflow: hidden;
}

/* 다음 버튼 */
.next_b {
  margin-top: 62px;
}
.agree_but2 {
  margin-top: 62px;
}

/* //다음 버튼*/

/* 회원가입 */
.sign_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

/* 21.08.22  위치속성 추가  : 이슬 */
.sign_inbox input {
  /* position: absolute; */
  right: 0;
  width: 62%;
  height: 40px;
  padding-top: 2px;
  border: 1px solid #9395a4;
  border-radius: 20px;
  font-size: 1.6rem;
  color: #fff;
  text-indent: 20px;
  outline: none;
  background-color: transparent;
}

.creti_select {
  width: 62%;
}
.creti_select select {
  width: 100%;
  right: 0;
  height: 40px;
  padding-top: 2px;
  border: 1px solid #9395a4;
  border-radius: 20px;
  font-size: 1.6rem;
  color: #fff;
  text-indent: 20px;
  outline: none;
  background-color: transparent;
}

.sign_inbox input::placeholder {
  color: #fff;
}

.sign_inbox small {
  display: block;
  margin-bottom: 8px;
  font-size: 1.4rem;
  color: #9395a4;
}

.certified2 {
  /* margin-top:194px; */
  margin-top: 104px;
}
/* // 회원가입 */
.welcome {
  text-align: center;
  margin-bottom: 50px;
}

/* 회원가입 완료 */
.welcome h2 {
  margin-bottom: 14px;
}
.information_b {
  /* margin-top:162px; */
  margin-top: 10vh;
}

/* //회원가입 완료 */

/* 통합 회원가입 */

.pri_te {
  font-size: 1.6rem;
  color: #9395a4;
  margin-bottom: 15px;
}

.pri_te2 {
  margin-top: 10px;
  line-height: 24px;
}

.ex_line {
  position: relative;
  height: 1px;
  margin-top: 15px;
  border: 1px solid #5a608b;
}

.certified_button3 {
  margin-top: 120px;
}

/*달력*/
/* ::-webkit-calendar-picker-indicator {filter: invert(1);} */

/* //통합 회원가입 */

/*비밀번호 유의사항 tit */

/* 마이페이지 */
.page_box {
  width: 100%;
  height: 52px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #1c203a;
}

/* 마이페이지 */
.page_box72 {
  width: 100%;
  height: 72px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #1c203a;
}

.page_box103 {
  width: 100%;
  height: 103px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #1c203a;
}

.page_in {
  height: 52px;
  line-height: 52px;
}

/* txt가 밖으로 넘어갈시 ...으로 표기 */
.text_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.arrow {
  position: relative;
}
.arrow::after {
  content: url("../images/content/user/arrow_right.svg");
  position: absolute;
  top: 10%;
  right: 0;
}

.flex_box {
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
}

.flex_box72 {
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
}

/* .page_stext {padding-right:20px;} */

.o_icon {
  position: relative;
  top: -3px;
  left: 0;
  width: 6px;
  height: 6px;
  color: #ff6464;
  border-radius: 50%;
}

.page_box_m {
  margin-top: 10px;
  margin-bottom: 10px;
}

.page_box_s {
  margin-top: 28px;
}

.page_box_border {
  border-bottom: 1px solid #141629;
  height: 52px;
}

/* 21.09.05 레이아웃 변경으로 인한 추가 : pyo  */
.page_box_border72 {
  border-bottom: 1px solid #141629;
  height: 72px;
}

.table_box {
  display: table;
}
.table_box72 {
  display: table;
  height: 72px;
}
/* .table_cell_middle {display: table-cell; vertical-align: middle; height: 72px;} */
.table_cell_middle {
  display: table-cell;
  vertical-align: middle;
}
.table_cell_middle72 {
  display: table-cell;
  vertical-align: middle;
  height: 72px;
}

.copy {
  margin-top: 28px;
  margin-bottom: 28px;
  font-size: 1rem;
  text-align: center;
}

/* 프로필 txt */

/* 중복으로 인한 주석처리 : pyo  */
/* .profile_email {
    font-size:1.4rem;
    color:#fff;
} */

.profile_emailtop {
  margin-top: 14px;
  font-size: 1.4rem;
  color: #fff;
}

.security_top_txt {
  margin-top: 10px;
  font-size: 1.8rem;
  color: #fff;
}

/* 중복으로 인한 주석처리 : pyo */
/* .profile_name {
    font-size:1.7rem;
    color:#9395a4;
} */

.profile_nametop {
  margin-top: 10px;
  font-size: 1.7rem;
  color: #9395a4;
}
/* //마이페이지 작업 */

/* 이름변경 */
.line2 {
  margin-top: 14px;
  margin-bottom: 14px;
  border: 1px solid #9395a4;
}

/* //이름변경 */

/* 휴대폰 번호 변경 */
.phone_choice {
  width: 100%;
  height: 44px;
  margin-top: 40px;
  border: 1px solid #9395a4;
  border-radius: 24px;
}

.phone_choice_select {
  width: 30%;
  height: 100%;
  max-width: 130px;
}

.phone_choice_select select {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  color: #fff;
  text-indent: 20px;
  border: none;
  outline: none;
}

.phone_in_input {
  width: 88%;
  height: 100%;
}

.phone_in_input input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  color: #fff;
  font-size: 1.6rem;
  text-indent: 14px;
  background-color: transparent;
}

.list_i li {
  list-style: "*";
  font-size: 1.4rem;
  padding-left: 6px;
  position: relative;
  top: 10px;
}
/* //휴대폰 번호 변경 */

/* 내코인 */

/* 전체코인 탭 active*/
.coin_list {
  width: 49%;
  height: 48px;
  border-radius: 40px;
  line-height: 48px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
}

/* // 전체코인 탭 active*/

.wallet_list {
  width: 100%;
  height: 70px;
}

.mycoin_wrap {
  position: relative;
  width: 100%;
  height: 70px;
  overflow: hidden;
}

.coin_ani {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #141629;
  transition: all 0.6s;
  cursor: pointer;
}

.coin_text {
  padding-top: 10px;
}

.coin_img {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;

  /* 2021.09.09 edit GJ */
  /* border: 1px solid #D4D4D4; */ /* p2p 화이트 버전에서 사용 */
  /* overflow: hidden; */
}

/* 21.09.05 내코인 목록에서 사용안함 내코인상세보기에서 사용 : pyo */
.coin_imgbox {
  position: relative;
  top: 10px;
  width: 52px;
  height: 52px;
  float: left;
  /* margin-right:18px; */
}

.coinimg_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*----- main coin top5 -----*/
.topCoin_bullet {
  position: absolute;
  right: 0;
  top: -6px;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #6c6aeb;
  border-radius: 50%;
}
/* ------------------ */

.tara_bg {
  background-color: #fff;
}

.flex_coin {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mycoin_select {
  float: right;
}

/* 코인 전송, 교환 상세보기 CSS 및 아이콘 관련CSS */
.sendcoin_list {
  width: 100%;
  height: 100%;
  line-height: 70px;
  text-align: right;
}

.coin_detail {
  width: 38px;
  height: 38px;
  line-height: 38px;
  outline: none;
  border: none;
  border-radius: 24px;
  background-color: #282c4a;
  cursor: pointer;
}
.coin_detail img {
  vertical-align: middle;
}

.move_t {
  transform: translateX(-55%);
  transition: all 0.3s;
}

.bitcoin_bg {
  background-color: #f79325;
}
.ethereum_bg {
  background-color: #d6d6d6;
}
.sgcoin_bg {
  background-color: #fff;
}
.nem_bg {
  background-color: #fff;
}
.coin_none {
  display: none;
}

.send_active {
  transform: translateX(-55%);
  transition: all 0.3s;
}

.active_a {
  background-color: #282c4a;
  color: #fff;
}

.img_coinb {
  cursor: pointer;
}

.coin_selet_box {
  background-color: #0f1122;
  border-radius: 30px;
}

/* 코인 전송, 교환 상세보기 CSS 및 아이콘 관련CSS */

/* //내코인 */

/* 내코인상세보기 */
.coin_wrap {
  width: 100%;
  height: 136px;
  text-align: center;
}

.details_coin {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  width: 100%;
  text-align: center;
}

.mycoin_kind {
  position: relative;
  width: 56px;
  height: 56px;
  margin: 0 auto;
  background-color: #282c4a;
  border-radius: 50%;
  text-align: center;
}

.coindetail_wrap {
  margin-right: 40px;
}
.coindetail_wrap:last-child {
  margin-right: 0;
}

.average_infomaton::after {
  content: url(../images/common/arrow_right.svg);
  position: relative;
  top: 3.6px;
}

.average_wrap {
  width: 100%;
  height: 130px;
  padding: 20px;
  margin-top: 30px;
  background-color: #282c4a;
  border-radius: 20px;
}

.averg {
  width: 100%;
  margin-top: 24px;
  text-align: center;
}

.aver_img {
  position: relative;
  top: -6px;
}

.market_price {
  width: 48%;
  height: 200px;
  padding: 20px;
  background-color: #282c4a;
  border-radius: 20px;
}

.recent_transation {
  margin-top: 40px;
  margin-bottom: 40px;
}

.orangered_color {
  color: #ff6464;
}
.avge_bottom {
  border-bottom: 1px solid #5a608b;
}

/* //내코인상세보기 */

/* 지갑으로 보내기 */
.send_coinwrap {
  width: 100%;
  height: 44px;
  padding-left: 20px;
  outline: none;
  border: 1px solid #9395a4;
}

.send_coincount {
  background-color: transparent;
  border: 1px solid #9395a4;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.user_in {
  border: 1px solid #9395a4;
}

.send_from {
  width: 88%;
  background-color: transparent;
  border: none;
  outline: none;
  height: 44px;
}

.send_fromwrap {
  position: relative;
  width: 100%;
  /* height:44px; */
}

.search_list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #141629;
  border: 1px solid #9395a4;
}

.sear_button {
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.wallet_textbox {
  background-color: #1c203a;
  border-radius: 18px;
  padding: 20px;
  margin: 20px;
}

.w40 {
  width: 40%;
}

.hash_box {
  width: 60%;
  text-align: right;
  overflow: hidden;
  word-wrap: break-word;
}

.from_box {
  width: 100%;
  height: 44px;
  border-bottom: 1px solid rgba(20, 22, 41, 0.5);
}

.coin_line {
  border: 1px solid #9395a4;
}

.send_adress {
  background-color: #141629 !important;
  background: transparent;
  border: none;
  outline: none;
  text-align: left;
  border-radius: 10px;
}
/* //지갑으로 보내기 */

/* 코인 보내기 */
.send_walletwrap {
  width: 100%;
  background-color: rgba(37, 39, 57, 0.6);
  border-radius: 24px;
  padding: 30px 24px;
}

.wallet_imgbox {
  position: relative;
  width: 120px;
  height: 120px;
  background-color: #282c4a;
  border-radius: 24px;
}

/* //코인 보내기 */

/* 기본정보 */
/*
.inubox {
    width:66%;
    height:40px;
    border-radius: 24px;
}
.in_boxi {
    width:76%;
    height:100%;
    padding-left:20px;
    background-color: transparent;
    outline: none;
    border:none;
    border-bottom:1px solid #282C4A;
}
.chan_button {
    width:16%;
    height:100%;
    background-color: transparent;
    border:none;
    outline: none;
}
.gender_select {height:100%;}
*/
/* 21.09.03 기본정보 페이지 화면 양쪽 간격 조정 : NJH */
.inubox_basic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 66%;
  height: 40px;
  border-radius: 24px;
}

.in_boxi_basic {
  width: 80%;
  height: 100%;
  padding-left: 20px;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #282c4a;
}
.in_boxi_basic::placeholder {
  font-size: 1.4rem;
}

.chan_button_basic {
  width: 15%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
}

.sear_button span {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.gender_select_basic {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 100%;
  height: 100%;
}

/* //기본정보 */

.date_year[readonly] {
  color: #9395a4;
}

/*지갑으로 보내기 확인*/
.img_move {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.img_move img {
  margin-top: 30px;
  margin-bottom: 30px;
  transform: rotate(90deg);
}

.count_time {
  top: 21px;
  right: 141px;
  position: absolute;
  /* background-color: red; */
  font-size: 13px;
}

/* 코인 이용내역 */
/* .list_icon {
    float:left;
    width:20%;
    overflow: hidden;
} */

.list_img {
  position: relative;
  top: -2px;
}

.date_list {
  margin-bottom: 32px;
}

/* .list_txt {
    padding:20px;
    width:80%;
    height:168px;
    border-radius:20px;
    overflow: hidden;
}

.list_txtline {border:2px solid #282C4A;} */
.tabClick {
  transform: rotate(180deg) !important;
}

/* //코인 이용내역 */

/* qr */

.qr {
  margin-top: 130px;
}
.qr_imgbox {
  margin-bottom: 34px;
  text-align: center;
}

.clip {
  width: 100%;
  line-height: 90px;
  text-align: center;
}
/*//qr*/

/* 이용약관 */
.article_box {
  margin-top: 40px;
}

/* 21.09.03 이용약관 들여쓰기 : NJH */
/*registration_agree, exception_agree */
.article_box ul.deci {
  padding-left: 20px;
}

.deci li {
  list-style-type: decimal;
  margin-bottom: 6px;
}

.enl {
  padding-left: 16px;
  margin-top: 4px;
}

.enl li {
  list-style-type: upper-alpha;
  margin-bottom: 6px;
}

.desc {
  margin-top: 10px;
  padding-left: 20px;
}

.desc li {
  list-style-type: disc;
  margin-bottom: 6px;
}

.privacy_table {
  width: 100%;
  border-top: 2px solid #000;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.privacy_table tr {
  border-bottom: 1px solid #ccc;
}

.privacy_table th {
  width: 48%;
  padding: 10px;
}

.privacy_table td {
  width: 48%;
}

.recipient_box {
  padding-bottom: 14px;
}

.recipient_box input[type="radio"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url(../images/content/coin/check.svg) no-repeat 0 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}

.chk_text {
  position: relative;
  top: 2px;
}

.ta_label {
  margin-right: 80px;
}

.recipient_box input[type="radio"]:checked {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url(../images/content/coin/check_active.svg) no-repeat 0 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}

/* //이용약관 */
/* 지갑으로 보내기 라디오 추가 */
/* //지갑으로 보내기 라디오 추가 */
/* QR로 받기 인증코드 */
.authenti_code {
  border: 1px solid #9395a4;
  border-radius: 22px;
  height: 44px;
  line-height: 44px;
}

.next_button {
  width: 100%;
  height: 56px;
  border: none;
  outline: none;
  font-size: 1.6rem;
  text-align: center;
  line-height: 56px;
  /* cursor: pointer; */
  color: #000;
  border-radius: 40px;
  background-color: #fff;
}

/* max-width값으로 조정 화면을 꽉 차게 해야하는 경우 레이아웃 깨질수 있음  */
.camara {
  width: 100%;
  height: 100vh !important;
  background-image: url(../images/content/coin/qr_background_txt.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 500px;
}

/* 21.09.02 비밀번호 보안인증 : pyo*/
.step_cont_input.step_pw_box {
  position: relative;
}

.step_input_caption {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.box_type_input {
  display: block;
  width: 100%;
  height: 35px !important;
  border: 1px solid #707070;
  padding-left: 10px;
}

.pw_check_messege {
  margin-top: 8px;
}

.pw_input_value {
  font-weight: bold;
  position: absolute;
  right: 6%;
  font-size: 1.3rem;
}

.security_pw {
  position: absolute;
  width: 100%;
  top: 40px;
  padding: 7px 10px;
  /* margin-top: 5px; */
  border: 1px dashed #d3d3d3;
  background-color: #fff;
  font-size: 1.2rem;
}

.security_pw_cap {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.security_pw_cap i {
  position: relative;
  padding-left: 5px;
}

.security_pw_cap i::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  left: 0;
  top: 3px;
  background-color: #707070;
}

.warning_unaccept_color,
.unaccept_value {
  color: #c82333;
}
.warning_low_color,
.low_value {
  color: #ee7b03;
}
.warning_enough_color,
.enough_value {
  color: #379947;
}
.warning_high_color,
.high_value {
  color: #378ef0;
}
.security_pw_txt {
  color: #b0b6ba;
}

/* 비밀번호 보안등급 글자 색상 */
.pass_red {
  color: #ff0000 !important;
}
.pass_orange {
  color: #ee7b03 !important;
}
.pass_green {
  color: #379947 !important;
}
.pass_blue {
  color: #378ef0 !important;
}

/* .pw_input_value, .security_pw, .pw_input_value{
  display: none;
} */

/* //QR로 받기 인증코드 */

/* 21.09.03 landing page - notice urgent page  */
/* #notice_urgent_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86.6666666667%;
  text-align: center;
}
#notice_urgent_box span {
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
#notice_urgent_box span:nth-child(2) {
  color: #fff;
}
#notice_urgent_box span > p {
  display: inline;
}
.notice_tit {
  font-size: 2.5rem;
  color: #fff;
}
.notice_txt {
  padding: 30px 0;
}

.complete_button {
  margin-top: 30px;
  text-align: center;
}
.complete_button .blue_button_pop {
  position: static;
  transform: translate(0, 0);
} */

/* 21.09.04 이용제한 해제방법 */
.suspicious_use_box {
  margin: 0 auto;
}
.suspicious_use_box header {
  padding: 40px 0 25px;
  background-color: #131528;
  text-align: center;
}
.suspicious_use_box .sub_tit_box {
  padding: 30px 24px 20px;
  border-bottom: 1px solid #9395a4;
  background-color: #1c203a;
}
.suspicious_use_cont {
  padding: 30px 24px 40px;
  background-color: #1c203a;
  text-align: center;
}
.suspicious_use_txt {
  padding: 0 16px;
}
.suspicious_use_txt p {
  padding-bottom: 25px;
  text-align: justify;
}
.suspicious_use_txt p:last-child {
  padding-bottom: 0;
}
.suspicious_use_txt p span {
  display: inline;
}
.suspicious_use_cont .pop_link {
  margin: 180px auto 135px;
}
/* // 이용제한 해제방법 */

/* 이용제한 해제요청 */
.suspicious_use_cont form {
  padding: 25px 0 70px;
}
.suspicious_use_cont form > div {
  text-align: left;
}
.suspicious_use_cont form > div > span {
  display: block;
  width: 92%;
  margin: 0 auto;
}
/* //이용제한 해제요청 */

/* 21.09.05 인증센터 보안등급 한도 : NJH*/
.security_level_table {
  width: 100%;
  max-width: 767px;
  border-top: 1px solid #272b54;
  border-bottom: 1px solid #272b54;
  text-align: center;
}
.security_level_table thead tr:first-child > td:last-child {
  font-size: 1.4rem;
  color: #767dff;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}
.security_level_table thead tr > td > span {
  font-size: 1.2rem;
  color: #747792;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.security_level_table thead td {
  height: 30px;
  line-height: 1.2;
  border: 1px solid #272b54;
}
.security_level_table .blank {
  width: 15.5%;
}
.security_level_table tbody tr td {
  height: 40px;
  line-height: 1.2;
  border: 1px solid #272b54;
}
.security_level_table tbody tr:first-child td {
  padding-right: 10px;
  text-align: right;
}
.security_level_table tbody tr:first-child td:first-child {
  padding-right: 0;
  text-align: center;
}
.security_level_table tbody tr td:first-child,
.security_level_table thead tr td:first-child {
  border-left: none;
}
.security_level_table tbody tr:first-child td:first-child > span {
  font-family: "Poppins", sans-serif;
}
.security_level_table tbody tr td:last-child,
.security_level_table thead tr td:last-child {
  border-right: none;
}
.security_level_table .combined {
  background-color: #272b54;
}
.withdrawal tbody tr td:nth-child(n + 2) {
  padding-right: 10px;
  text-align: right;
}
.security_btn_box {
  margin-top: 100px;
  margin-bottom: 40px;
}
/* //인증센터 보안등급 한도*/

/*21.09.05 인증센터 KYC 인증 사진 업로드 - kyc_certified_photo : NJH*/
.id_card_box {
  padding-bottom: 25px;
}
.upload_box {
  position: relative;
  width: 100%;
  height: 213px;
  margin: 10px auto;
  border: 2px dashed #282c4a;
  border-radius: 10px;
}
.upload_box > p {
  width: 100%;
  height: 213px;
  position: relative;
  border: 2px dashed #282c4a;
  border-radius: 10px;
}
.upload_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.kyc_btn_box {
  margin: 30px auto 40px;
}
/* //KYC 인증 사진 업로드*/

/*21.09.05 coin_send_comp.html - 보내기 완료 : NJH*/
.send_comp_txt {
  margin: 80px auto 40px;
  text-align: center;
}
.send_comp_txt h2 {
  padding-bottom: 10px;
  color: #fff;
  font-size: 2.4rem;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
}

/*21.09.06 coin_send_comp.html - 보내기 완료 : NJH*/
.change_select {
  /* 21.09.13 padding 추가 (탭부분 여백)*/
  padding: 5px;
  margin-top: 15px;
  background-color: #0f1122;
  border-radius: 30px;
}

/*21.09.06 registration_sing_up.html - 추천인 : NJH*/
.recommended_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recommended_box input {
  width: 20px;
}
.recommended_box span {
  padding-right: 10px;
}
.recommended_check {
  display: flex;
  align-items: center;
}

.recommended_check input[type="checkbox"] + label {
  display: inline-block;
  font-size: 1.4rem;
  padding-left: 24px;
  background: url("../images/common/check.svg") no-repeat 0 1px / contain;
  cursor: pointer;
}

.recommended_check input[type="checkbox"]:checked + label {
  background: url("../images/common/all_chk.svg") no-repeat 0 1px / contain;
  cursor: pointer;
}

.recommended_check input[type="checkbox"] {
  display: none;
}

/* 21.09.06 mypage.html pin번호 입력 부분 수정 : NJH */
.pin_num_con {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #1c203a;
}
.pin_num_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
}
.pin_num_box input {
  width: calc(100% / 6);
  margin: 0 2px;
  padding-bottom: 5px;
  text-align: center;
  background-image: none;
  background-color: transparent;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  outline: none;
  border: 0px;
  border-bottom: 1px solid #9395a4;
}
.pin_num_box input.password_mark {
  background-image: url(../images/content/user/icon_star.svg);
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
}
.pin_cre_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pin_cre_btn p span {
  padding-right: 20px;
  cursor: pointer;
}
.eye_icon {
  top: 9px !important;
  right: 13px !important;
  cursor: pointer;
}

.pin_num_con .arrow::after {
  top: 50%;
  transform: translateY(-40%);
}

/* 21.09.06 change_select.html pin번호 입력 부분 수정 : NJH */
.change_select {
  margin-top: 15px;
  background-color: #0f1122;
  border-radius: 30px;
}
.change_select p {
  font-size: 1.4rem;
  color: #9395a4;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
/* 교환 선택 버튼을 클릭한 경우 - 버튼 txt 색상: NJH */
.change_select p.active_a .orange {
  color: #ff8300;
}
.change_select p.active_a .green {
  color: #62fd7b;
}
.sec_cont {
  margin: 50px auto 30px;
  text-align: center;
}
.tab_right_txt,
.tab_left_txt {
  display: none;
}
.tab_right_txt.active,
.tab_left_txt.active {
  display: block;
}
.change_select_cont {
  display: flex;
  flex-direction: column;
  padding: 30px 0 20px;
  text-align: left;
}
.change_select_cont li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #282c4a;
  border-radius: 20px;
}
/* TSK -> TARA Coin 버튼 클릭시 swap 순서 바뀜: NJH */
.change_select_cont.swap .tara_coin {
  order: 3;
}
.change_select_cont.swap .change_arrow {
  order: 2;
}
.change_select_cont.swap .tara_tsk {
  order: 1;
}

.change_select_txt h4 {
  font-size: 1.6rem;
  color: #ced0de;
  line-height: 2.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.change_select_txt h4 span {
  padding-right: 5px;
  font-size: 1.8rem;
  color: #ff8300;
  line-height: 2.4rem;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
}
.coin_icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.coin_icon img {
  width: 100%;
  height: 100%;
}
.coin_icon.tsk {
  background-color: transparent;
}
.coin_icon.tsk img {
  left: 45%;
}
.change_select_cont .change_arrow {
  display: block;
  padding: 10px 0;
  background-color: transparent;
  text-align: center;
}
.change_select_txt .tara_tsk_txt {
  color: #62fd7b;
}
.change_select_txt h4 b {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
/* 교환 요청 페이지 change_step1.html: NJH*/
.change_request_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.change_request_cont li:first-child,
.change_request_cont li:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 45%;
  padding: 15px;
  background-color: #282c4a;
  border-radius: 20px;
}
.in_boxi_basic::placeholder {
  font-size: 1.2rem;
}

.tara_coin.active,
.tara_tsk.active {
  border: 2px solid #6c6aeb;
  transition: border 300ms ease-in-out;
}
.change_request_cont .change_arrow {
  width: 5%;
  text-align: center;
}
.change_request_cont h4 span {
  font-size: 1.4rem;
}
.change_request_cont p {
  font-size: 1rem;
}
.change_request_btn {
  padding: 25px 0;
}

/* 21.09.06 coin_send.html 코인 보내기 : NJH */
.coin_send_warp {
  width: 50%;
  max-width: 162px;
}
.coin_send_warp .details_coin {
  margin: 14px auto 0;
}
.coin_send {
  width: 50%;
}

/* 21.09.07 change_comp.html 교환 완료 페이지: NJH */
.change_comp_tit {
  font-size: 1.8rem;
  color: #767dff;
  line-height: 2.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.comp_phrase {
  margin: 80px auto 40px;
  text-align: center;
}

.sec_cont label {
  text-align: left;
}
.sec_cont .inubox_basic {
  width: 60%;
}
.sec_cont .in_boxi_basic {
  width: 100%;
  text-align: right;
  padding-left: 0;
}

.sec_cont.comp {
  padding: 30px;
  margin-bottom: 0;
  background-color: #1c203a;
  border-radius: 20px;
}
.sec_cont.comp .in_boxi_basic {
  border: none;
  height: auto;
}
.sec_cont.comp .inubox_basic {
  height: auto;
}
.change_comp_tit span {
  font-size: 1.8rem;
  color: #767dff;
  line-height: 2.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.comp_box {
  padding: 20px 10px;
  border-top: 1px solid rgba(20, 22, 41, 0.49);
}
.comp_box li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comp_input_tit {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  text-align: left;
}
.comp_box.tara_coin .comp_input_tit {
  color: #ff8300;
}
.comp_box.tsk .comp_input_tit {
  color: #62fd7b;
}
.inubox_basic.comp input {
  font-size: 1.2rem;
  color: #fff;
  line-height: 2.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.currency {
  display: block;
  padding-right: 10px;
  font-size: 1.2rem;
  color: #9395a4;
  line-height: 2.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: right;
}

/*21.09.07 my_coin_step3.html 이용내역 수정 : NJH*/
.date_list > li > p > span {
  font-family: "Poppins", sans-serif;
}
.history_cont {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.list_txt {
  padding: 20px;
  width: 80%;
  border-radius: 20px;
}
.date_choice {
  cursor: pointer;
}
.history_detail {
  word-break: break-all;
  margin-top: 20px;
}
.send_to {
  margin-top: 20px;
}

/* 21.09.07 change_comp.html 교환 완료 페이지 */
.change_comp_tit {
  font-size: 1.8rem;
  color: #767dff;
  line-height: 2.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.comp_phrase {
  margin: 80px auto 40px;
  text-align: center;
}

.sec_cont.comp {
  padding: 30px;
  margin-bottom: 0;
  background-color: #1c203a;
  border-radius: 20px;
}
.sec_cont.comp .in_boxi_basic {
  border: none;
  height: auto;
}
.sec_cont.comp .inubox_basic {
  height: auto;
}
.change_comp_tit span {
  font-size: 1.8rem;
  color: #767dff;
  line-height: 2.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.comp_box {
  padding: 20px 10px;
  border-top: 1px solid rgba(20, 22, 41, 0.49);
}
.comp_box li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comp_input_tit {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  text-align: left;
}
.comp_box.tara_coin .comp_input_tit {
  color: #ff8300;
}
.comp_box.tsk .comp_input_tit {
  color: #62fd7b;
}
.inubox_basic.comp input {
  font-size: 1.2rem;
  color: #fff;
  line-height: 2.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.currency {
  display: block;
  padding-right: 10px;
  font-size: 1.2rem;
  color: #9395a4;
  line-height: 2.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: right;
}

/*21.09.07 my_coin_step3.html 이용내역 수정 : NJH*/
.date_list > li > p > span {
  font-family: "Poppins", sans-serif;
}
.send_history .list_txt .flex_coin > p:first-child {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #ff6464;
}
.receive_history .list_txt .flex_coin > p:first-child {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #5fc88f;
}
.history_cont {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.list_txt {
  padding: 20px;
  width: 80%;
  border-radius: 20px;
}
.bd_line {
  border: 2px solid #282c4a;
}
.date_choice {
  cursor: pointer;
}
.history_detail {
  word-break: break-all;
  margin-top: 20px;
}
.receiver {
  margin-top: 20px;
}
.history_detail p {
  font-size: 1.4rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.history_detail span {
  font-size: 1.2rem;
  color: #9395a4;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.history_detail.not_yet p,
.history_detail.not_yet span {
  color: #9395a4;
}

/*21.09.07 change_history.html 교환 이용 내역 : NJH*/
.change_history {
}
.change_history .history_cont {
  display: block;
}
.change_history .list_txt {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  margin-bottom: 20px;
}
.change_tara {
  font-size: 1.6rem;
  color: #ff8300;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.change_tsk {
  font-size: 1.6rem;
  color: #62fd7b;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.left_coin,
.right_coin {
  width: 50%;
}
.left_coin p:first-child {
  padding-bottom: 10px;
}
.left_coin .time_from {
  font-size: 1.2rem;
}
.right_coin p {
  text-align: right;
}
.right_coin.not_yet p:last-child {
  color: #9395a4;
  text-align: right;
}

/* 21.09.08 mypage.html 마이페이지 PIN번호 변경 부분 가운데 정렬 : NJH */
.flex_box.mypage {
  justify-content: center;
}

/* 21.09.08 tara_staking.html : NJH */
.page_tit {
  font-size: 2rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.profit_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profit_rate_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
}
.profit_rate_item {
  padding: 15px 8%;
  background-color: #282c4a;
  border-radius: 20px;
  text-align: center;
}
.profit_rate {
  font-size: 1.8rem;
  color: #6c6aeb;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.item_details_list {
  padding-top: 20px;
}
.item_details_list li {
  padding: 10px 0;
}
.item_details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #282c4a;
}
.staking_btn_box {
  padding-top: 20px;
}

/* 21.09.08 my_coin_step1.html 내 코인 목록 null일 경우 QR코드 보이기 */
.qr.mycoin {
  margin-top: 50px;
}
.qr_tit {
  padding-bottom: 35px;
  text-align: center;
}

/* 21.09.08 unregister_step2.html : NJH */
.coin_detail_box {
  padding-bottom: 30px;
}
.detail_txt {
  padding-bottom: 30px;
}
.detail_txt > p {
  font-size: 1.6rem;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #767dff;
}
.kinds_num {
  font-family: "Poppins", sans-serif;
}
.detail_txt,
.detail_item_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.detail_item {
  padding: 10px 0;
  border-top: 1px solid rgba(20, 22, 41, 0.5);
}
.detail_item p {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.detail_item .coin_item {
  color: #9395a4;
}
.detail_item .coin_amount {
  color: #fff;
}
.red_highlight {
  font-size: 1.4rem;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #ff0000;
}

/* 21.09.09 고객센터 메인 페이지 cs_main.html: NJH */
.cs_top {
  padding: 0 24px 30px;
}
.flex_coin.inquiry li {
  padding: 34px;
  width: 48%;
  background-color: #1c203a;
  border-radius: 20px;
  text-align: center;
}

.flex_coin.cs_tel {
  margin-top: 20px;
  padding: 20px;
  background-color: #7cb3ff;
  border-radius: 20px;
}
.flex_coin.cs_tel li a {
  display: block;
}
.tel_num,
.tel_time {
  display: flex;
  align-items: center;
}
.tel_num {
  padding-bottom: 10px;
}
.tel_num h4 {
  padding-right: 15px;
}
.tel_num p {
  font-size: 2.2rem;
  color: #131528;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.tel_time p {
  font-size: 1.1rem;
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}
.wbox.notice {
  padding: 0;
}

/* 21.09.09 CS 1:1문의 등록 페이지 cs_register.html: NJH */
.inquiry_tit {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.recipient_box textarea {
  width: 100%;
  padding: 10px 20px 0 20px;
  background-color: transparent;
  border-color: #9395a4;
  color: #fff;
}
.recipient_box textarea::placeholder {
  font-size: 1.4rem;
  color: #9395a4;
  line-height: 2.4rem;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}

.attach_txt {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.attach_txt p {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

/* 첨부파일 부분 */
.attach_wrap li {
  margin-bottom: 20px;
}
.attach_wrap li label,
.attached_box {
  width: 100%;
  border-radius: 30px;
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}
.attach_wrap label {
  display: inline-block;
  padding: 17.5px 0;
  color: #767dff;
  background-color: rgba(118, 125, 255, 0.2);
  text-align: center;
  cursor: pointer;
}
.hidden_input1,
.hidden_input2 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.attach_wrap .attached_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15.5px 30px;
  background: none;
  border: 1px solid #9395a4;
  color: #fff;
  cursor: default;
}
.attached_file {
  width: 90%;
  background: none;
  outline: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.add_btn.inactive,
.attached_box.inactive {
  display: none;
}
.delete_btn {
  width: 10%;
  padding-top: 2px;
  cursor: pointer;
}

/* 21.09.09 공지사항 메인 페이지 notice_main.html : NJH */
.wbox.notice_main {
  padding: 20px 0 0 0;
  background-color: #1c203a;
}

/* 21.09.09 공지사항 상세 페이지 notice_detail.html : NJH */
.notice_sbj {
  padding: 10px 24px;
  border-bottom: 1px solid #9395a4;
}
.notice_detail_box {
  width: 100%;
  padding: 0 24px 100px;
  padding-left: 24px;
  padding-right: 24px;
}
.notice_contxt {
  padding: 30px 15px;
}

.notice_contxt p {
  padding-bottom: 25px;
  text-align: justify;
}

/* 21.09.09 뉴스 페이지 news_tara.html/news_coin.html/news_백서 : NJH */
.news_tab_wrap {
  padding: 20px 24px;
  border-bottom: 1px solid #141629;
}
.news_tab_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  background-color: #0f1122;
  border-radius: 30px;
}
.news_tab_box li {
  width: 48%;
  padding: 15px 0;
  background-color: transparent;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
}
.news_tab_box li.active {
  background-color: #282c4a;
  text-align: center;
}
.more_btn_box {
  padding: 15px 24px 100px;
  border-bottom: 1px solid #141629;
}

/* 21.09.10 tap으로 수정 : pyo */
/* .news_tab_box li a {
  font-size: 1.4rem;
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
} */

.news_tab_box li {
  font-size: 1.4rem;
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}

/* 21.09.09 뉴스 상세 페이지 news_tara_detail.html ~ 백서 : NJH  */

.notice_detail_box.tara span {
  display: block;
}
.news_img {
  width: 80%;
  height: auto;
  padding: 10px 0 50px;
  margin: 0 auto;
  text-align: center;
}
.news_img img {
  width: 100%;
}

/* 21.09.10 padding값 수정 : pyo */
/* 21.09.13 padding값, margin값 수정 : pyo */
.news_item {
  display: flex;
  align-items: center;
  padding: 15.5px 0px;
  margin: 0 24px;
  border-bottom: 1px solid #141629;
}
.news_item li:first-child {
  width: 45px;
  margin-right: 20px;
  text-align: center;
}

/* 21.09.09 뉴스 상세 페이지 news_coin_detail.html : NJH  */
.notice_detail_box.coin span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

/* 공식 웹페이지 버튼 */
.bottom_btn {
  padding: 0 24px 100px;
  text-align: right;
}
.bottom_btn span {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #6c6aeb;
  color: #6c6aeb;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  cursor: pointer;
}

/* 21.09.10 링크 설정 없을시엔 a태그와 함께 제거 가능 :NJH */
.bottom_btn a {
  display: inline-block;
}

/* 21.09.13 my_coin_step2.html 코인 리스트 부분 flex 이용한 수평 정렬 수정 :NJH */
.wallet_history {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #5a608b;
}

.flex_coin.my_coin {
  width: 88%;
}

/* 21.09.13 mypage - 비밀번호 변경 파일 추가 버튼 : NJH */

.attach_wrap.name_change .add_btn {
  color: #fff;
  font-weight: 500;
  background-color: #6c6aeb;
}

/* 미디어 쿼리 */
/* 내코인 목록 부분 iphone5에서 높이값이 달라서 지정 */

@media screen and (max-width: 767px) {
  .qr_receive {
    margin-top: 52px;
  }
}
/* 21.09.07 코인 교환 페이지 코인 아이콘 반응형 사이즈 : NJH */
@media screen and (max-width: 389px) {
  .coin_icon {
    width: 35px;
    height: 35px;
  }
  .coin_icon.tsk {
    width: 45px;
  }
  .change_request_cont li:first-child,
  .change_request_cont li:last-child {
    width: 46%;
  }
}

@media screen and (max-width: 320px) {
  .market_price {
    height: 180px;
  }

  .qr_receive {
    margin-top: 0 !important;
  }
  .qr {
    margin-top: 100px;
  }

  .send_walletwrap {
    padding: 30px 6px;
  }
  .coin_icon.tsk {
    width: 40px;
  }
}

/* 뉴스 */
.news_box {
  overflow: hidden;
  width: 98%;
  height: 206px;
}
.news_list {
  width: 100%;
  height: 26px;
  margin-top: 12px;
  margin-bottom: 12px;
}

/* 2021.09.09 edit GJ : text-align:center; 삭제, line-height: 2.4rem; -> line-height: 25px; 수정 : li 크기가 25px */
.news_con li {
  float: left;
  font-size: 1.4rem;
  line-height: 25px;
}

/* 2021.09.09 edit GJ : text-align:center; 추가 */
.news_category {
  width: 50px;
  height: 25px;
  line-height: 25px;
  border-radius: 25px;
  text-align: center;
}

/* 카테고리별로 색다름 , 공지,이벤트 긴급 */
.news_notice {
  background-color: #00b552;
}
.news_event {
  background-color: #674bff;
}
.news_emergency {
  background-color: #ff4b4b;
}

/* 보안인증 */

.confirm_icon_box {
  float: right;
  text-align: center;
  margin-top: 26px;
}
.confirm_txt_box {
  width: 100%;
  overflow: hidden;
}

.confirm_complete {
  width: 50px;
  height: 25px;
  border-radius: 25px;
  font-size: 1rem;
  color: #fff;
  background-color: #9395a4;
  padding: 1px 8px;
}

/* 21.09.07 공지사항 팝업 내용 수정 : pyo */

.notice_popup {
  margin-top: 70px;
  overflow: hidden;
  width: 100%;
  vertical-align: bottom;
}

/* 21.09.10 뉴스 코인소식 :pyo */
.coin_size {
  width: 42px;
}
.notice_txt {
  width: 100%;
}

/* tree */

/* tree */
/*tree*/
.seearch_img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.search_inputbox {
  position: relative;
}
.container_tree {
  position: relative;
  overflow: auto;
}
.tree1 ul {
  padding-top: 15px;
  position: relative;
  display: flex;
}
.tree1 li {
  text-align: center;
  position: relative;
  padding: 18px 5px 0 5px;
}
.tree_wrap {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 0 10px;
  overflow: auto;
}
.user_infom {
  word-break: break-all;
  border: 2px solid var(--grayc);
  display: inline-block;
  width: 120px;
  border-radius: 6px;
}
.tree_idbox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 4px 4px 0 0;
  color: var(--black);
  background-color: var(--grayc);
  min-height: 30px;
  font-weight: 600;
  height: auto;
  font-size: 12px;
}
.set1 {
  width: 100%;
  height: 1px;
  margin: 0 auto;
}
.tree_imgbox img {
  width: 30px;
  margin: 0 auto;
  display: block;
}
.tree_imgbox,
.tree_datebox {
  padding: 12px 0;
  font-size: 12px;
  font-weight: 400;
  color: var(--white);
}
.tree_namebox {
  font-size: 12px;
  font-weight: 600;
  padding-top: 4px;
  word-break: break-all;
  color: var(--white);
}
.tree_search {
  padding: 0 20px;
}
.tree_imgbox {
  border-bottom: 1px solid var(--grayd);
}
.container_tree {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.container_tree::-webkit-scrollbar {
  display: none;
}

.tree1 ul li a:hover .tree_imgbox {
  border-color: var(--main);
}

.tree_grade_wrap {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

.tree_grade {
  display: flex;
  gap: 4px;
  align-items: center;
}

.tree_grade .circle {
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.tree_grade .circle.green {
  background-color: #1f893b;
}
.tree_grade .circle.red {
  background-color: #b50308;
}

.tree_grade p {
  font-size: 14px;
  font-weight: 500;
}

/*li 단독속성 (ul의 지정요소가 그 부모의 유일한 자식요소인 경우) */
.tree1 li:only-child {
  padding-top: 0;
  margin: auto;
}
/* after, before 이벤트 */
.tree1 li::before,
.tree1 li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 2px solid var(--grayc);
  width: 50%;
  height: 18px;
}
.tree1 li::after {
  right: auto;
  left: 50%;
  border-left: 2px solid var(--grayc);
}
.tree1 li:only-child::after,
.tree1 li:only-child::before {
  display: none;
}
.tree1 li:first-child::before,
.tree1 li:last-child::after {
  border: none;
}
.tree1 li:last-child::before {
  border-right: 2px solid var(--grayc);
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}
.tree1 li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}
.tree1 ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 2px solid var(--grayc);
  width: 0;
  height: 15px;
}

.tree1 li a:hover + ul li::after,
.tree1 li a:hover + ul li::before,
.tree1 li a:hover + ul::before,
.tree1 li a:hover + ul ul::before {
  border-color: var(--main);
}
.tree1 li a div:hover,
.tree1 li a:hover + ul li a div {
  border: 2px solid var(--main);
  cursor: pointer;
}
.tree1 li a div:hover > p:nth-child(1) {
  background: linear-gradient(165deg, var(--main) 0%, var(--main) 100%);
}
.tree1 li a:hover + ul li a div p:nth-child(1) {
  background: linear-gradient(165deg, var(--main) 0%, var(--main) 100%);
}
.tree1 li a:hover + ul li a div p:nth-child(2) {
  border-bottom: 1px solid var(--main);
}

.tree1 li a:hover + ul li a div:nth-child(1) {
  border-color: var(--main);
}

.sandmain_box form {
  display: flex;
  gap: 8px;
  justify-content: center;
  color: var(--white);
  font-weight: 600;
  font-size: 16px;
  margin-top: 40px;
}

.sandmain_box form button {
  width: auto;
  height: 50px;
  padding: 0 16px;
  font-size: 16px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}
