@charset "utf-8";
/* Tarasoft 2021-08-12 PIS Tarasoft 2021-08-12 SJW Tarasoft 2021-08-12 IGJ */
/* * {
    font-size:62.5%;
} */

/* html {
  font-size:62.5%;
} */

:root {
  /* color */
  --main: #473aca;
  --black: #0a0b20;
  --white: #fff;
  --red: #f00;
  --red9: #900;
  --orange: #f80;
  --yellow: #ff0;
  --green: #0f0;
  --green9: #090;
  --blue: #00f;
  --blue9: #009;
  --blue8: #0e6f9c;
  --purple: #90f;
  --pink: #f0f;
  --graye: #eee;
  --grayd: #ddd;
  --grayc: #ccc;
  --grayb: #bbb;
  --graya: #aaa;
  --gray9: #999;
  --gray8: #888;
  --gray7: #777;
  --gray6: #666;
  --gray5: #555;
  --gray4: #444;
  --gray3: #333;
}
p {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.regist_html * {
  font-size: 14px;
}
/* body {
    font-size:62.5%;
} */

/* wrap안에 배경색 넣을시 100vh를 세로값으로 설정해야함 */
/* 현재 페이지 body안에 배경색 넣은 상태 */
#wrap {
  width: 100%;
  height: 100%;
}

/* 배경색  */
.bg_darkblue {
  background-color: #141629;
}
.bg_purple {
  background-color: #473aca;
}
.bg_bluecolor {
  background-color: #282c4a;
}

/* 색상 */

.red_color {
  color: #ff0000;
}
.green_color {
  color: #5fc88f;
}
.gray_color {
  color: #9395a4;
}
.gray_color2 {
  color: #747792;
}
.purple_color {
  color: #767dff;
}

/* 글자색 */
.font_wihte {
  color: white;
}

/*  */
.float_l {
  float: left;
}
.float_r {
  float: right;
}

/* 간격*/

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}

/* 21.09.02 간격 추가: NJH */
.mb30 {
  margin-bottom: 30px;
}
.mt40 {
  margin-top: 40px;
}
.pt12 {
  padding-top: 12px;
}
.pb10 {
  padding-bottom: 10px;
}

/* 21.09.02 간격 추가 : pyo */
.mt30 {
  margin-top: 30px;
}
.mt4 {
  margin-top: 4px;
}
.mt7 {
  margin-top: 7px;
}
.mt14 {
  margin-top: 14px;
}
.mr20 {
  margin-right: 20px;
}
.mt100 {
  margin-top: 100px;
}
.ml20 {
  margin-left: 20px;
}

/* 21.09.02 간격 추가 : pyo */
.pl20 {
  padding-left: 20px;
}
.pr20 {
  padding-right: 20px;
}

/* 글자크기 */
.font28 {
  font-size: 2.8rem;
}
.font24 {
  font-size: 2.4rem;
}
.font22 {
  font-size: 2.2rem;
}
.font20 {
  font-size: 2rem;
}
.font18 {
  font-size: 1.8rem;
}
.font16 {
  font-size: 1.6rem;
}
.font14 {
  font-size: 1.4rem;
}
.font13 {
  font-size: 1.3rem;
}
.font12 {
  font-size: 1.2rem;
}

.line_14 {
  line-height: 1.4rem;
}

/* 로그인 text 글자 */

.title32 {
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
}

.title22 {
  font-size: 2.2rem;
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
}

.txt_left {
  text-align: left;
}
.txt_center {
  text-align: center;
}

/* change_pw.html */
/* lable 과 input 수직 가운데 정렬 */
.flex_txt_center {
  align-items: center;
}

/* color: white */
.subtit20_white {
  font-size: 2rem;
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
}
.subtit16_white {
  font-size: 1.6rem;
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}
.subtit14_white {
  font-size: 1.4rem;
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}
/* 21.09.02 common text css 추가 : NJH */
.subtit12_white {
  font-size: 1.2rem;
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}

/* color: gray */
.subtxt14_gray {
  font-size: 1.4rem;
  color: #9395a4;
  line-height: 2.4rem;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}

.subtxt16_gray {
  font-size: 1.6rem;
  color: #9395a4;
  line-height: 2.4rem;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
}

.subtxt14_gray_ver2 {
  font-size: 1.4rem;
  color: #646464;
  /*color:#9395a4;*/
  line-height: 2.4rem;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}

.subtxt12_gray {
  font-size: 1.2rem;
  color: #9395a4;
  line-height: 2.2rem;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}

/* color: purple */
.subtxt12_purple {
  font-size: 1.2rem;
  color: #767dff;
  line-height: 2.4rem;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}

/* mypage */
.subtxt14_purple {
  font-size: 1.4rem;
  color: #767dff;
  line-height: 2.4rem;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}
.subtxt16_500 {
  font-size: 1.6rem;
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
}

/* Popins font text */
/* white */
.subtxt14_popins_white {
  font-size: 1.4rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.subtxt16_popins_white {
  font-size: 1.6rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.subtxt16_popwhite_500 {
  font-size: 1.6rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.subtxt20_popgray_500 {
  font-size: 1.6rem;
  color: #9395a4;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

/* registration_agree.html, exception_agree.html */
.subtit18_black_700 {
  font-size: 1.8rem;
  color: #222;
  line-height: 2.4rem;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
}
.subtit16_black_700 {
  font-size: 1.6rem;
  color: #222;
  line-height: 2.4rem;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
}

.com_center_txt {
  text-align: center;
  margin: 200px 0;
}

.over_100 {
  overflow: hidden;
  width: 100%;
}
.d_none {
  display: none;
}
.d_block {
  display: block;
}

/* 정렬 */
/* 정중앙정렬 */
.center_position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 정중앙하단정렬 */
.bottom_position {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
}

/* 메인 타이틀 */
/*
.center_tit {
  margin-top: 118px;
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
} */

.pin_tit {
  margin-top: 60px;
  margin-bottom: 14px;
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
}

.pin_tit_22 {
  margin-top: 60px;
  margin-bottom: 14px;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
}

/* infor tit */

.infor_tit {
  font-size: 2.5rem;
  color: #fff;
}

.infor_tit_mg {
  margin: 26px 0;
}

.infor_shb {
  display: block;
  /* width:48%; */
  width: 163px;
  margin: 0 auto;
  font-size: 1.6rem;
}

/* 랜딩페이지 */

.randing_tit {
  width: auto;
  min-width: 170px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 28px;
}

.randing_sub {
  width: auto;
  min-width: 130px;
  color: white;
  font-size: 10px;
}

.randing_sub_box {
  padding-bottom: 40px;
  width: auto;
  min-width: 132px;
}

.randing_sub_point {
  color: #fd7422;
  font-size: 14px;
}

.wbox {
  width: 100%;
  max-width: 767px;
  padding: 0 24px;
  margin: 0 auto;
  /* background-color: blueviolet; */
}

/*모바일기기 하단 버튼위치값*/

/* .new_button {
    position:absolute;
    bottom:0px;
    left:0;
    right:0;
    margin:auto;
    width:100%;
    max-width:1200px;
    height:56px;
    border-radius: 40px;
    background-color:rgba(118,125,255,0.2);
    outline: none;
    border:none;
}

.new_button button {
    width:100%;
    border:none;
    outline: none;
    background-color:transparent;
    font-size:1.6rem;
    text-align: center;
    line-height:56px;
    cursor: pointer;
    color:#767DFF;
} */

/* popup */
/* #popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(39, 39, 57, 0.6);
} */

.pop_wrap {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 85%;
  max-width: 767px;
  height: 350px;
  background-color: #282c4a;
  border-radius: 25px;
  z-index: 200;
}

.dark_button {
  width: 100%;
  height: 56px;
  border: none;
  outline: none;
  font-size: 1.6rem;
  text-align: center;
  line-height: 56px;
  /* cursor: pointer; */
  color: #767dff;
  border-radius: 40px;
  background-color: rgba(118, 125, 255, 0.2);
}

.popup_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(39, 39, 57, 0.6);
  backdrop-filter: blur(8px);
}
/*
.dark_button button {
    width:100%;
    border:none;
    outline: none;
    background-color:transparent;
    font-size:1.6rem;
    text-align: center;
    line-height:56px;
    cursor: pointer;
    color:#767DFF;
} */

.blue_button_pop {
  width: 145px;
  height: 55px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  line-height: 55px;
  cursor: pointer;
  border-radius: 40px;
  background-color: #6c6aeb;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
}

.blue_button {
  width: 130px;
  height: 56px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  line-height: 56px;
  cursor: pointer;
  border-radius: 40px;
  background-color: #6c6aeb;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
}

.blue_button:disabled {
  width: 130px;
  height: 56px;
  border: none;
  outline: none;
  font-size: 1.6rem;
  color: #ff0000;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 40px;
  background-color: rgba(118, 125, 255, 0.2);
}

.fail_button {
  width: 130px;
  height: 56px;
  border: none;
  outline: none;
  font-size: 1.6rem;
  color: #ff0000;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 40px;
  background-color: rgba(118, 125, 255, 0.2);
}

.phone_info {
  text-align: center;
  margin-bottom: 94px;
}

.h2_design {
  margin-top: 56px;
  font-size: 2.5rem;
  color: #fff;
}

.p_design {
  font-size: 1.6rem;
  color: #9395a4;
}

/*
.pop_margin {margin-top: 34px;}
 .aways {margin-right: 14px;}
 */

.center {
  margin: 0 auto;
}

.icon_step {
  width: 30px;
  height: 30px;
  /* margin-left:5px; */
  border-radius: 25px;
  line-height: 30px;
  text-align: center;
  color: #9395a4;
  font-size: 1.3rem;
  background-color: #282c4a;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
} /* 비활성 원 */

.active_step {
  width: 84px;
  height: 30px;
  border-radius: 18px;
  text-align: center;
  line-height: 30px;
  font-size: 1.3rem;
  background-color: #6c6aeb;
  color: #fff;
  font-weight: 500;
  font-family: "Noto Sans KR", sans-serif;
} /* 활성 원 */

.wblue_button {
  width: 100%;
  height: 54px;
  border: none;
  outline: none;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  line-height: 56px;
  cursor: pointer;
  border-radius: 40px;
  background-color: #6c6aeb;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 600;
}

/* 버튼 활성화 */
.wblue_button:disabled {
  width: 100%;
  height: 56px;
  border: none;
  outline: none;
  font-size: 1.6rem;
  text-align: center;
  line-height: 56px;
  /* cursor: pointer; */
  color: #767dff;
  border-radius: 40px;
  background-color: rgba(118, 125, 255, 0.2);
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
}

/* 21.08.18 핀로그인 관련 이슬*/
.new_pin_set_box {
  width: 100%;
  height: 100%;
}

.number_cont {
  /* margin: 10vh auto; */
  width: 100%;
  /* height: 20vh; */
}

.number_cont > p {
  white-space: nowrap;
  font-size: 2.5vh;
  text-align: center;
  font-weight: bold;
}

.number_wrap {
  width: 100%;
  margin-top: 30px;
}
.number_wrap > p {
  text-align: center;
  font-weight: bold;
}
.number_wrap > p > span {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #9395a4;
}
.number_box {
  display: flex;
  justify-content: center;
  /* margin-top: 8px; */
  margin-top: 60px;
}

.number_box input {
  border-radius: 40px;
  border: 0px;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
  background-color: #282c4a;
  /* background-color: #6C6AEB; */
  color: transparent;
  outline: none;
}

.calc_con {
  /* height: 50%; */
  height: auto;
  width: 90%;
  margin: 0 auto;
  /* background-color: red; */
}

.calc_wrap {
  display: flex;
  height: 20%;
  align-items: center;
  font-size: 28px;
}

.pin_active {
  background-color: #6c6aeb !important;
}

.calc_wrap button {
  border: 0px;
  display: inline-block;
  width: 33.3333%;
  font-size: 28px;
  /* font-weight: bold; */
  text-align: center;
  padding: 13px;
  color: #fff;
  background-color: #141629;
}

.pad_backspace_span {
  display: block;
}

.pad_backspace_span img {
  width: 24px !important;
  height: 24px !important;
  margin-top: 6px;
}

/* .footer {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 10px;
  padding: 0 10px;
} */

.pin_btn_text {
  font-size: 1.3rem;
}

.purple_font {
  font-size: 22px !important;
  color: #6c6aeb !important;
}

.purple_font_32 {
  font-size: 32px !important;
  color: #6c6aeb !important;
}

/* .step_box {
  max-width: 1200px;
  text-align: right;
  margin: 0 auto;
  padding-right: 24px;
} */

.pass_icon {
  top: 9px !important;
  right: 13px !important;
}

/* tap 메뉴 관련 css */

/*tap 메뉴 관련 부분  */
.tap_menu {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 767px;
  height: 90px;
  border-radius: 45px 45px 0 0;
  background-color: #282c4a;
  padding: 0 22px 0 22px;
}
.tap_menu_box {
  overflow: hidden;
}
.tap_menu_list {
  width: 20%;
  float: left; /* padding:7% 0; */
  padding: 24px 0 12px 0;
  cursor: pointer;
}
.tap_icon {
  display: block;
  margin: 0 auto;
  width: 25px;
}
.tap_txt {
  margin-top: 10px;
  text-align: center;
  display: block;
  color: #747792;
}
/* .tap_active {color:#fff;} */
/*  21.09.13 하단 tab 버튼 bar 수정 :NJH  */
.tap_img {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tap_menu_list.active .tap_txt {
  color: #fff;
}
.tap_menu_list:nth-child(1) .tap_img {
  background-image: url(../images/main/icon_home.svg);
}
.tap_menu_list:nth-child(2) .tap_img {
  background-image: url(../images/main/icon_mycoin.svg);
}
.tap_menu_list:nth-child(3) .tap_img {
  background-image: url(../images/main/icon_send.svg);
}
.tap_menu_list:nth-child(4) .tap_img {
  background-image: url(../images/main/icon_swap.svg);
}
.tap_menu_list:nth-child(5) .tap_img {
  background-image: url(../images/main/icon_walletaddress.svg);
}
.tap_menu_list:nth-child(1).active .tap_img {
  background-image: url(../images/main/icon_home_active.svg);
}
.tap_menu_list:nth-child(2).active .tap_img {
  background-image: url(../images/main/icon_mycoin_active.svg);
}
.tap_menu_list:nth-child(3).active .tap_img {
  background-image: url(../images/main/icon_send_active.svg);
}
.tap_menu_list:nth-child(4).active .tap_img {
  background-image: url(../images/main/icon_swap_active.svg);
}
.tap_menu_list:nth-child(5).active .tap_img {
  background-image: url(../images/main/icon_walletaddress_active.svg);
}

/* header */
.header_list {
  display: flex;
  justify-content: space-between;
  color: var(--white);
  font-weight: 700;
  font-size: 18px;
}

.header_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
}

.header_list a img {
  width: 100%;
}

/* input */
input.design {
  padding: 12px 25px;
  box-shadow: var(--input-shadow);
  border: var(--input-border);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans KR", sans-serif;
}

/* 모바일용 버튼 미디어쿼리 */
@media (min-width: 0) and (max-width: 767px) {
  /* .agree_but2 {
        position: fixed;
        bottom: 40px;
        width:calc(100% - 50px);
    }

        .agree_but {
        position: fixed;
        bottom: 40px;
        width:calc(100% - 70px);
    } */
}

.cursor {
  cursor: pointer;
}

/* 폰트사이즈 조절 */
@media (min-width: 0) and (max-width: 350px) {
  html {
    font-size: 51.5%;
  }
}
