@charset "utf-8";
@import url("font_k.css");

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: #fafbfd;
  height: 100%;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
  vertical-align: middle;
}

a:focus,
a:active {
  color: inherit;
}

*:focus {
  outline: none;
}

.container {
  margin-top: 1px !important;
  padding-bottom: 20px;
}

/*COLOR*/
.font_blue {
  color: #006df3 !important;
}

.blue {
  background: #006df3;
}

.font_bblue {
  color: #4556ff !important;
}

.b_blue {
  background: #4556ff !important;
}

.font_red {
  color: #ed2424 !important;
}

.b_red {
  background: #f36672 !important;
}

.font_green {
  color: #2bb34b !important;
}

.b_green {
  background: #1fc5be !important;
}

.font_orange {
  color: #ff9b22 !important;
}

.font_pink {
  color: #fd8def !important;
}

.font_purple {
  color: #a172c8 !important;
}

.font_sky {
  color: #07b5e5 !important;
}

.font_gray {
  color: #838282 !important;
}

.font_deepblue {
  color: #054dd5 !important;
}

.b_deepblue {
  background: #054dd5 !important;
}

.font_dodgerblue {
  color: dodgerblue !important;
}

.b_dodgerblue {
  background: dodgerblue !important;
}

.font_white {
  color: #fff !important;
}

.b_white {
  background: white !important;
  color: black !important;
}

.font_cadetblue {
  color: green !important;
}

.font_weight {
  font-weight: bold;
}

.font_skyblue {
  color: #3b86ff !important;
  font-weight: bold !important;
}

.b_cadetblue {
  background: cadetblue !important;
}

.b_lightslategrey {
  background: lightslategrey !important;
}

.b_indianred {
  background: indianred !important;
}

.b_navy {
  background: #113a56 !important;
}

.b_transparent {
  background: transparent !important;
}

.b_ghostwhite {
  background: ghostwhite !important;
}

.b_steelblue {
  background: steelblue !important;
}

.b_darkblue {
  background: #29386b !important;
  color: #fff !important;
}

.b_skyblue {
  background: #3b86ff !important;
  color: #fff !important;
}

.b_blue_bottom {
  margin: 0 auto;
  height: 1px;
  background: #fff;
  opacity: 0.2;
}

.b_radius {
  border-radius: 50px !important;
}

.b_radius_5 {
  border-radius: 5px;
}

.b_radius_10 {
  border-radius: 10px !important;
}

.Package1.active {
  box-shadow: 0 0 0 3px #ed2424;
}

.Package2.active {
  box-shadow: 0 0 0 3px #ff9b22;
}

.Package3.active {
  box-shadow: 0 0 0 3px green;
}

.Package4.active {
  box-shadow: 0 0 0 3px darkturquoise;
}

.Package1 .pack_maker {
  background: #ed2424 !important;
  color: white !important;
}

.Package2 .pack_maker {
  background: #ff9b22 !important;
  color: white !important;
}

.Package3 .pack_maker {
  background: green !important;
  color: white !important;
}

.Package4 .pack_maker {
  background: darkturquoise !important;
  color: white !important;
}

.pack_1 {
  width: 12.5%;
  background: red;
}

.pack_2 {
  width: 25%;
  background: orange;
}

.pack_3 {
  width: 37.5%;
  background: green;
}

.pack_4 {
  width: 50%;
  background: darkturquoise;
}

.pack_5 {
  width: 62.5%;
  background: royalblue;
}

.pack_6 {
  width: 75%;
  background: navy;
}

.pack_7 {
  width: 87.5%;
  background: violet;
}

.pack_8 {
  width: 100%;
  background: black;
}

/* 배경 + 폰트컬러  */
.white {
  background: white;
  color: black;
}

/* 버튼 */
.btn,
a.btn {
  width: auto;
  border-radius: 3px;
  margin: 10px auto;
  font-size: 14px !important;
  letter-spacing: 0.5px;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  background-color: #e6ecf3;
  color: #000;
}

.btn:not(.btn_secondary):hover {
  background: #d7e2f1;
}

.btn_default {
  background: #fff;
  color: black;
  border-radius: 30px !important;
}

.btn_default span {
  color: #0062cc;
}

.default_btn {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px !important;
}

.default_btn:hover {
  background: rgba(0, 0, 0, 0.25);
}

.btn-primary {
  background: #0062cc;
  color: #fff;
}

.btn_primary {
  background: transparent;
  border: 1px solid white;
  color: white;
  font-weight: 600;
  border-radius: 30px;
}

.btn_secondary {
  background: #2a2c3c;
  color: WHITE;
  border-radius: 30px;
}

.btn_wd {
  width: 100%;
  padding: 15px;
  display: block;
}

.btn.wide {
  min-width: 160px;
  border-radius: 3px;
}

.btn.wd {
  width: 100%;
  padding: 13px 15px;
}

.btn.main_btn {
  border-radius: 8px;
  background: transparent;
  font-size: 15px !important;
  font-weight: bold;
}

.btn.inline {
  margin: 0;
  max-height: 44px;
  margin-left: 5px;
  vertical-align: baseline;
  background: transparent;
}

.btn.blue {
  background: #054dd5;
  color: white;
}

.btn.blue:hover {
  background: #043a9e;
}

.btn.black {
  background: rgba(0, 0, 0, 0.6);
  color: white;
}

.btn.black:hover {
  background: rgba(0, 0, 0, 0.8);
}

.dark .btn.black:hover {
  background: rgba(0, 0, 0, 0.1);
}

.btn.yellow {
  background: #ffcd20;
  color: black;
}

.btn.white {
  background: #f5f5f5;
  border: 1px solid white;
  color: black;
}

.btn.white:hover {
  background: #fff;
  border: 1px solid crimson;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.btn_double {
  width: 49%;
  float: left;
  line-height: 30px;
}

.btn_double + .btn_double {
  margin-left: 1.5%;
}

.btn_round {
  border: 0;
  border-radius: 25px;
  min-width: 72px;
  background: #3e3e3e;
  color: white;
  font-size: 10px;
}

.c_btn {
  opacity: 0.9;
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
}

.c_btn:hover {
  transition: all 0.2s;
  opacity: 1;
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.8);
}

.b_darkblue_round:hover {
  background: #fff !important;
  color: #29386b !important;
}

.b_skyblue_round:hover {
  background: #fff !important;
  color: #3b86ff !important;
}

/*모달*/
#purchaseModal .modal-body {
  _background: url("/img/check_basics.png") center center 80% no-repeat;
  min-height: 200px;
  text-align: center;
}

.modal .modal-body .chkimg {
  display: block;
  width: 100%;
}

.modal .modal-body img {
  width: 120px;
  margin-bottom: 20px;
}

.modal .modal-body .transimg {
  background: url("/theme/seven/_images/exchange_arrow.gif") center center
    no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 20px;
  margin: 10px 0;
}

#dialogModal .modal-dialog {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  margin: 0;
}

#dialogModal .modal-body {
  text-align: center;
}

#dialogModal .modal-body img {
  width: 60px;
  margin-bottom: 20px;
}

#dialogModal .modal-footer .btn-secondary.cancle {
  width: 50%;
  height: 38px;
}

#dialogModal .modal-footer .btn-primary.confirm {
  width: 50%;
  height: 38px;
}

/*UTIL*/
.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.inline {
  display: inline-block !important;
}

.grid {
  display: inline-grid !important;
}

.clear_fix:after {
  content: "";
  display: block;
  clear: both;
}

.clear_fix > li {
  float: left;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.input_addr {
  font-size: 10px;
}

::-webkit-input-placeholder {
  font-size: 14px;
}

::-moz-placeholder {
  font-size: 14px;
}

:-ms-input-placeholder {
  font-size: 14px;
}

::-ms-input-placeholder {
  font-size: 14px;
}

::placeholder {
  font-size: 14px;
}

.row + .row {
  margin-top: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 10px;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

h1 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
}

h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
}

h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0px;
}

h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

h5 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

h6 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
}

.bold {
  font-weight: 600;
}

.f_small {
  font-size: 12px;
}

.t_shadow_white {
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

.t_shadow_black {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}

hr {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.hr_w {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.hr_dash {
  border: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1) !important;
}

.dark .hr_dash {
  border-color: #ccc !important;
}

.col-40 {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 10px;
}

.col-20 {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
}

.no_data {
  width: 100%;
  font-size: 14px;
  height: 150px;
  text-align: center;
  line-height: 150px;
}

.box_on {
  background: white;
  padding: 20px 10px 20px 10px !important;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.025);
  position: relative;
  height: auto;
  border-radius: 8px;
}

/*최소크기*/
h1 {
  min-width: 100px;
}

#hd {
  min-width: 100px;
}

#gnb {
  min-width: 100px;
}

#wrapper {
  min-width: 100px;
}

.local_sch {
  min-width: 100px;
}

.local_ov {
  min-width: 100px;
}

main {
  min-height: 50vh;
  padding-bottom: 80px;
  height: 100%;
}

/*커스텀*/
.demical {
  font-size: 0.7em;
  font-weight: 300;
  margin-right: 5px;
}

/* 소수점표시*/
i {
  font-style: italic;
  vertical-align: middle;
}

/*아이콘*/
.round {
  border-radius: 8px;
}

.btn.round {
  border-radius: 30px;
}

.bullet {
  font-size: 24px;
  vertical-align: sub;
  margin-right: 10px;
  font-weight: 300;
}

.badge {
  background: #29386b;
  border-radius: 1rem;
  padding: 5px 8px;
  font-size: 80%;
  margin-left: 5px;
  color: white;
}

.caret {
  font-size: 24px;
  vertical-align: top;
}

.caret i {
  vertical-align: inherit;
  color: rgba(0, 0, 0, 0.6);
}

.desc {
  font-size: 13px;
  letter-spacing: -1px;
  margin: 0 10px;
  color: #565656;
  float: right;
}

button.caret {
  background: transparent;
  border: 0;
  margin-right: 10px;
  width: 40px;
}

button.caret:hover {
  background: rgba(0, 0, 0, 0.2);
}

.admin_btn {
  float: right;
  position: absolute;
  right: 15px;
  width: 80px;
}

.small {
  width: 32px !important;
  height: 32px !important;
}

.currency-right {
  position: absolute;
  float: right;
  right: 28px;
}

input[type="text"] + .currency-right {
  position: absolute;
  margin-top: 12px;
  color: #666;
  font-size: 14px;
  font-weight: bold;
}

.read_only {
  background: rgba(0, 0, 0, 0.3) !important;
  color: white !important;
  box-shadow: 0 0 0 2px #1f5c86;
}

.custom-select {
  background: none;
  border-radius: 1.25rem;
  border: 1px solid #000;
  height: 4vh;
  font-size: 14px;
  padding: 0px 10px 0px 10px;
  margin: 8px 0 8px;
}

/* input 기본 */
input {
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
}

input[type="button"] {
  text-align: center;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"] {
  border: 0;
  border-radius: 5px;
  background: transparent;
  padding: 12px 10px;
  margin-bottom: 15px;
  font-size: 14px;
  box-shadow: 0px 1px 2px rgba(49, 104, 116, 0.05);
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
select {
  background: white;
}

input.p15 {
  padding: 15px;
}

#ui-datepicker-div select {
  padding: 5px 10px !important;
}

#enroll_wrap input[type="text"] {
  border: 0;
  border-radius: 5px;
  background: transparent;
  padding: 8px;
  margin-bottom: 15px;
}

/* 회원가입 */
.bf-login input[type="button"] {
  background: #7e7e7f;
  color: white;
}

/*기본 레이아웃 공통*/
#wrapper {
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  background: #f8fbff;
  color: #333;
}

#wrapper.dark {
  background: #222436;
  color: white;
}

.v_center {
  width: 100%;
  height: 100%;
  padding: 1rem;
}

.v_center1 {
  width: 100%;
  margin: 0 auto;
}

.history_box {
  background: #fff;
  padding: 20px 0;
  padding-bottom: 40px !important;
  text-align: left;
  overflow: hidden;
  width: 100%;
  padding-bottom: 85px !important;
  position: relative;
}

.content-box {
  border-radius: 8px;
  background: #ffffff;
  color: #000000;
  width: 100%;
  min-height: 40px;
  font-size: 0.9rem;
  padding: 15px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.02);
}

.content-box .innerBox {
  background: white;
  color: black;
  padding: 20px 0;
  display: block;
  min-height: 60px;
  width: 100%;
  line-height: 20px;
}

.content-box .title {
  margin: 20px 0 10px;
}

.content-box .sub_title {
  font-size: 13px;
  font-weight: 300;
  opacity: 0.8;
  margin: 5px 0;
}

.content-box input {
  color: black;
}

.content-box li {
  list-style: none;
}

.content-box + .content-box {
  margin-top: 10px;
}

.content-box.primary {
  background: #113a56;
  color: white;
}

.content-box.secondary {
  background: #113a56;
  color: white;
}

.content-box.third {
  background: steelblue;
  color: white;
}

.content-box1_1 {
  background: white;
  margin-left: -15px !important;
  margin-right: -15px !important;
  padding: 10px;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.content-box2 {
  background: #eff3f9 !important;
  padding: 10px !important;
  box-shadow: 1px -4px 5px 0 rgba(0, 0, 0, 0.1) !important;
  font-size: 0.9em !important;
  position: relative !important;
}

.content-box2 .title {
  margin: 20px 0 0px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
  color: #29386b;
}

.content-box2 .sub_title {
  font-size: 11px;
  font-weight: bold;
  margin: 5px 0;
  color: #29386b;
}

.content-box2 input {
  color: black;
}

.content-box2 li {
  list-style: none;
}

.content-box2 + .content2-box {
  margin-top: 30px;
}

.content-box3 {
  background: white;
  border-radius: 5px !important;
  border-top-right-radius: 25px !important;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.22) !important;
}

.content-box4 {
  background: white;
  padding: 10px 20px 10px 20px !important;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.05) !important;
  font-size: 0.9em !important;
  border-radius: 10px !important;
}

.content-box4 .title {
  margin: 20px 0 0px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
  color: #29386b;
}

.content-box4 .sub_title {
  font-size: 11px;
  font-weight: bold;
  margin: 5px 0;
  color: #29386b;
}

.content-box4 input {
  color: black;
  font-size: 14px;
}

.content-box4 li {
  list-style: none;
}

.content-box4 + .content4-box {
  margin-top: 30px;
}

.content-box5 {
  background: white;
  padding: 20px;
  _box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
  position: relative;
}

.content-box6 {
  background: white;
  padding: 20px 10px 20px 10px;
  position: relative;
  height: 100vh;
}

/* breadcrumb */
.breadcrumb {
  background: transparent;
  font-size: 12px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 1;
}

/*상단 헤더 회원정보*/
.user-info {
  background: white;
  width: 100%;
  padding: 0 20px;
  box-shadow: 0px 6px 8px rgba(49, 104, 116, 0.03);
}

main {
  position: relative;
  z-index: 0;
}

.notice_open {
  padding: 3px 10px;
}

/* TIMER */
/*타임*/
#timer {
  width: 200px;
  display: inline-block;
  height: auto;
  position: absolute;
  right: 15px;
  margin-top: -5px;
}

.counter_tx {
  width: 154px;
  display: block;
  background: black;
  color: white;
  text-align: center;
  font-size: 11px;
}

.counters {
  font-family: Dosis, sans-serif;
  color: #fff;
  text-align: right;
}

.counter {
  display: inline-block;
  border-radius: 3px;
  text-align: right;
}

.counter > p {
  text-transform: uppercase;
  background: #0069ff;
  padding: 0;
  font-size: 8px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.counters .num {
  display: block;
  font-size: 13px;
}

.counters .counter.tx {
  width: 60px;
  line-height: 14px;
}

.counters .exchange_tx {
  word-break: break-all;
  display: block;
  padding: 3px 0;
  color: #000;
}

.counters .time_left_tx {
  background: #eceef3;
}

#timer.black {
  background: #113a56;
  border-radius: 3px;
  width: 200px;
  padding: 5px;
  margin-top: -8px;
}

#timer.black .counters .counter {
  background: white;
  color: #113a56;
}

#timer.black .counters .counter .num {
  font-weight: 600;
}

#timer.black .counters .counter > p {
  background: skyblue;
  font-weight: 600;
}

#timer.black .counters .counter.tx {
  background: transparent;
  color: white;
}

#timer.black .counters .exchange_tx {
  color: white;
}

#timer.black .counters .counter .time_left_tx {
  background: white;
  color: crimson;
  font-weight: 900;
  font-size: 9px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#timer.white .counters {
  background: none;
  color: #000;
}

#timer.white .counters .num {
  color: #000;
}

#timer.white .counters .counter.tx {
  width: 100%;
  line-height: 14px;
}

#timer.white .counters .exchange_tx {
  font-size: 10px;
  display: inline;
}

#timer.white .counters .time_left_tx {
  display: inline-block;
  margin-left: 5px;
  padding: 3px 7px 3px 7px;
  margin-bottom: 5px;
  color: #4578bc;
  font-weight: bold;
}

/* login (pw_login)  */
.login_wrap {
  width: 85%;
  margin: 0 auto;
  padding-top: 5vh;
  text-align: center;
}

.login_wrap .logo_login_div img {
  max-width: 220px;
}

.login_wrap label {
  margin-bottom: 10px;
  display: block;
  text-align: left;
  font-size: 14px;
  color: #fff;
}

.login_wrap input {
  color: black;
}

.login_wrap .login_btn_bottom {
  margin-top: 2vh;
}

.login_wrap a.btn_basic_block {
  padding: 0px;
  margin: 30px 0px 10px;
}

a.desc {
  font-size: 13px;
  text-decoration: underline;
  color: #565656;
}

.adm_title {
  background: #ffca22;
  color: white;
  padding: 2px 30px;
  font-size: 1em;
  border-radius: 25px;
  margin-top: 20px;
  display: block;
}

.helpmail {
  background: white;
  width: 100%;
  margin-top: 30px;
  display: none;
}

/* 회원가입 enroll */
.enroll_wrap {
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: -0.3px;
  padding-bottom: 50px;
}

.enroll_wrap .enroll_title {
  padding: 20px 0;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  color: #0079d3;
}

.pw_ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pw_ul > li {
  width: 49%;
  min-height: 244px;
  box-sizing: border-box;
  background: #ecf3fb;
  padding: 15px;
  border-radius: 10px;
}

.dark .pw_ul > li {
  background: #212429;
}

.dark .info_text {
  color: #fff;
}

.dark .main_title {
  color: #fff;
}

.dark .member_leave label {
  color: #fff;
}

.dark .member_leave input {
  color: #000;
}

.member_leave .btn_wrap a {
  background: #000;
  color: #fff;
}

.dark .member_leave .btn_wrap a {
  background: #fff;
  color: #000;
}

.enroll_wrap .pw_ul ul li {
  padding-left: 20px;
}

.enroll_wrap .o_li {
  background: url(../../_images/okay_icon.gif) no-repeat center left;
  background-size: 13px;
}

.enroll_wrap .x_li {
  background: url(../../_images/x_icon.gif) no-repeat center left;
  background-size: 13px;
}

.enroll_wrap .check_appear_title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.enroll_wrap .agreement_btn {
  text-align: center;
}

.enroll_wrap #nation_number {
  height: 48px;
  width: 100%;
  padding-left: 10px;
  font-size: 0.9em;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.enroll_wrap .in_btn_ly {
  position: relative;
  float: right;
  margin-top: -38px;
  margin-right: 10px;
  margin-top: -52px;
}

.check {
  /* width:80px; */
  height: 28px;
  display: inline-block;
  line-height: 28px;
}

.enroll_wrap .in_btn_ly2 {
  position: relative;
  float: right;
  margin-top: -36px;
  margin-right: 10px;
}

.enroll_wrap .agreement_ly {
  background: #fff;
  padding: 15px;
  margin: 25px 0;
  letter-spacing: -1px;
  font-size: 12px;
  border-radius: 10px;
}

.enroll_wrap .referzone {
  background: #fff;
  margin: 10px 0;
  border-radius: 5px;
}

.enroll_wrap .referzone input[type="text"] {
  color: black;
  border-bottom: none;
  background: transparent;
  margin-bottom: 0;
  border-radius: 0;
  margin-top: 0px;
}

.enroll_wrap .referzone input::-webkit-input-placeholder {
  color: #666;
}

.enroll_wrap .referzone input::-moz-placeholder {
  color: #666;
}

.enroll_wrap .referzone input:-ms-input-placeholder {
  color: #666;
}

.enroll_wrap .referzone input::-ms-input-placeholder {
  color: #666;
}

.enroll_wrap .referzone input::placeholder {
  color: #666;
}

.enroll_wrap .referzone.blue {
  background: #204f83;
  color: white;
}

.enroll_wrap .btn_input_wrap {
  padding: 0px;
}

.enroll_wrap #personal {
  position: relative;
}

.enroll_wrap .prev_icon {
  position: relative;
  left: 8px;
  top: -50px;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  padding-right: 6px;
}

.enroll_wrap .prev_icon > i {
  font-size: 20px;
  vertical-align: sub;
}

/* dashboard */
.innerBox + .innerBox {
  margin-top: 20px;
}

.innerBox dt,
.innerBox dd {
  float: left;
}

.innerBox dt {
  text-align: left;
}

.innerBox dd {
  text-align: right;
}

a.more {
  font-size: 14px;
  font-weight: 500;
}

a.more i {
  font-size: 17px;
  font-weight: 500;
  color: #555;
  vertical-align: sub;
  margin-left: 3px;
}

.card_title {
  font-weight: bold;
  font-size: 16px;
  color: #29386b;
}

/* breadcrumb*/
.user-content {
  text-align: left;
  height: 70px;
  padding: 10px;
}

.user-content .userid + h4 {
  display: inline-block;
  color: #29386b;
  vertical-align: text-top;
}

.user-content .mygrade {
  display: inline-block;
  vertical-align: text-top;
  margin: 0 10px;
}

.user-content .userid {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  background: #f5f5f5;
  border-radius: 20px;
  margin-right: 10px;
  font-size: 24px;
  text-align: center;
}

.user-content .user_level {
  background: #fff;
}

.user-content .icon_user {
  color: black;
  font-size: 28px;
}

.user-content .level_txt {
  font-size: 14px;
  font-weight: 900;
  color: black;
  background: gold;
  padding: 2px;
  border-radius: 5px;
  position: absolute;
  margin-left: -13px;
  margin-top: 23px;
  display: none;
}

.user-content .user_wrap button {
  font-size: 12px !important;
  height: 22px;
  line-height: 10px;
}

.user-content .notice_button button {
  font-size: 12px !important;
  height: 22px;
  line-height: 10px;
  float: right;
  margin-top: 10px;
}

.total_view_wrap li {
  text-align: center;
  font-weight: bold;
  padding: 15px 0 0px;
}

.total_view_wrap li .title {
  color: #29386b;
  font-size: 12px;
  line-height: 20px;
}

.total_view_wrap li .value {
  color: #3b86ff;
  font-size: 15px;
  line-height: 24px;
}

.collapse .row {
  border-top: 1px solid #f3f7ff;
}

.my_btn_wrap {
  margin: 35px 0;
}

.my_btn_wrap button {
  padding: 15px;
}

.fold_wrap {
  cursor: pointer;
  width: 100%;
  height: 40px;
  text-align: center;
  position: relative;
}

.fold_wrap .collap {
  font-weight: bold;
  color: #3b86ff;
  font-size: 14px;
  position: relative;
  height: 38px;
}

.fold_wrap .fold_img_wrap {
  background: #3b86ff;
  text-align: center;
  width: 34px;
  height: 34px;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 34px;
  margin-top: -10px;
}

.fold_wrap .fold_img_wrap img {
  width: 14px;
  height: 14px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-baseline-middle: middle;
  margin-top: -5px;
}

.r_pakage_wrap {
  padding-top: 20px;
}

.r_pakage_wrap .r_plan .refresh_wrap {
  cursor: pointer;
  margin-top: 20px;
}

.r_pakage_wrap .r_plan .refresh_wrap li {
  float: left;
}

.r_pakage_wrap .r_plan .refresh_wrap li h3 {
  font-weight: bold;
}

.r_pakage_wrap .r_plan .refresh_wrap li i {
  font-size: 22px;
  margin-left: 10px;
  vertical-align: baseline;
  font-weight: bold;
}

.r_card_wrap .r_card_box {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.r_card_wrap p.title {
  margin-top: 0px;
}

.r_card_wrap p.title .more_arrow {
  line-height: 38px;
}

.r_card_wrap .r_card {
  background: #b55dccd9;
  padding: 10px 15px 20px 13px;
  border: 2px solid transparent;
  border-radius: 8px;
  border-top-right-radius: 25px;
  margin: 10px 0;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.r_card_wrap .r_card:hover {
  transition: all 0.2s;
  border: 2px solid white;
  outline: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}

.color0,
.r_card_0 {
  background: #555;
}

.color1,
.r_card_1 {
  background: #b55dccd9 !important;
}

.color2,
.r_card_2 {
  background: #516feb !important;
}

.color3,
.r_card_3 {
  background: #09c3fd !important;
}

.color4,
.r_card_4 {
  background: #5ed2dc !important;
}

.color5,
.r_card_5 {
  background: #373cbc !important;
}

.color6,
.r_card_6 {
  background: #2b3a6d !important;
}

.color9,
.r_card_7 {
  background: #6214ab !important;
}

.pack_f_0 {
  color: #b55dccd9;
}

.pack_f_1 {
  color: #b55dccd9;
}

.pack_f_2 {
  color: #516feb;
}

.pack_f_3 {
  color: #09c3fd;
}

.pack_f_4 {
  color: #5ed2dc;
}

.pack_f_5 {
  color: #373cbc;
}

.pack_f_6 {
  color: #2b3a6d;
}

.r_card .title {
  font-size: 20px;
  color: white;
  padding-bottom: 7px;
}

.r_card_wrap .r_card .text_wrap {
  color: white;
  font-size: 12px;
  margin-top: 15px;
  text-align: right;
}

.it_price {
  margin-top: 3px;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 36px;
}

.origin_price {
  color: rgba(255, 255, 255, 0.8);
}

.notice_wrap {
  position: fixed;
  bottom: 0;
  width: calc(100% - 300px);
  cursor: pointer;
  z-index: 1;
  left: 300px;
}

.notice_box {
  margin: 0 15px;
  background: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.04);
}

.notice_wrap p span {
  font-weight: normal;
  color: #3b86ff;
  border: 1px solid #3b86ff;
  border-radius: 10px;
  padding: 0px 7px 0px 7px;
  margin-right: 3px;
  vertical-align: bottom;
}

.notice_wrap p {
  text-align: center;
  font-size: 0.75em;
  font-weight: bold;
}

.notice_wrap ul {
  width: 100%;
  margin: 0 auto;
}

.notice_wrap ul li {
  text-align: center;
  font-size: 0.75em;
  font-weight: bold;
  padding: 20px;
}

.notice_wrap ul li span {
  font-weight: normal;
  color: #3b86ff;
  border: 1px solid #3b86ff;
  border-radius: 10px;
  padding: 0px 7px 0px 7px;
  margin-right: 3px;
  vertical-align: bottom;
}

.grade_0 {
  background: url("/img/0star.png") left top;
  background-size: contain;
}

.grade_1 {
  background: url("/img/1star.png") left top;
  background-size: contain;
}

.grade_2 {
  background: url("/img/2star.png") left top;
  background-size: contain;
}

.grade_3 {
  background: url("/img/3star.png") left top;
  background-size: contain;
}

.grade_4 {
  background: url("/img/4star.png") left top;
  background-size: contain;
}

.grade_5 {
  background: url("/img/5star.png") left top;
  background-size: contain;
}

.grade_6 {
  background: url("/img/6star.png") left top;
  background-size: contain;
}

.incard {
  width: 100%;
  height: 48px;
  border-radius: 3px;
  text-align: center;
  border-radius: 5px;
  color: #000;
}

.incard + .incard {
  margin-top: 8px;
}

.incard dd,
.incard dt {
  min-height: 3em;
  line-height: 3em;
  display: inline-block;
  border-radius: 5px;
}

.incard dt {
  float: left;
  clear: both;
  font-weight: 400;
  width: 60%;
  letter-spacing: -0.5px;
  background: #f1f1f1;
  background: rgba(255, 255, 255, 0.6);
}

.incard dd {
  width: 38%;
  font-weight: 800;
  background: #fff;
  margin-left: 2%;
  _border-left: 3px solid transparent;
}

@media only screen and (max-width: 768px) {
  .r_card_wrap .r_card .text_wrap {
    font-size: 12px;
  }

  .r_card_wrap .r_card .text_wrap .value1 {
    font-size: 12px;
  }

  .r_card_wrap .r_card .text_wrap .value2 {
    font-size: 12px;
  }

  .fold_wrap .fold_img_wrap {
    box-shadow: 0px 5px 1px rgba(0, 0, 0, 0.08);
    background: #3b86ff;
    text-align: center;
    width: 34px;
    height: 34px;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 34px;
    margin-top: -10px;
  }
}

/*보너스박스*/
.bonus_state_bg {
  width: 100%;
  height: 14px;
  margin-top: 7px;
  display: block;
  background: #eee;
  border-radius: 8px;
  box-shadow: inset 0px 1px 2px rgba(49, 104, 116, 0.05);
}

.bonus_state_bar {
  float: left;
  position: relative;
  height: 14px;
  display: block;
  transition: all 0.1s;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: inset 0px 1px 2px rgba(49, 104, 116, 0.05);
}

.bonus_state_bar {
  _background: linear-gradient(90deg, #23a6d5, #23d5ab, #e73c7e);
  background: linear-gradient(90deg, #e73c7e, #e73c7e);
  background-size: 300% 300%;
}

.bonus_state_bar.active {
  border: 3px solid white;
  box-shadow: 0px 0px 5px 2px steelblue;
}

.bonus_per.active {
  color: white;
  font-size: 20px;
  transition: ALL 0.5s;
}

.exp_per {
  position: absolute;
  z-index: 10;
  margin-top: -3px;
  width: 100%;
  font-weight: 300;
  color: #999;
}

.exp_per p {
  display: inline;
  font-size: 10px;
}

.exp_per .start {
  float: left;
}

.exp_per .end {
  float: right;
}

.deg25 {
  background: linear-gradient(90deg, #e73c7e, #f8a731) !important;
}

.deg50 {
  background: linear-gradient(90deg, #f8a731, #23d5ab) !important;
}

.deg75 {
  background: linear-gradient(90deg, #23d5ab, #23a6d5) !important;
}

.deg100 {
  background: linear-gradient(90deg, #23a6d5, #23a6d5) !important;
  border-radius: 8px;
}

/* profile */
.profile .content-box5 {
  box-shadow: none;
  margin-bottom: 20px;
}

/*프로필 유저*/
.profile .person_info .userid {
  width: 45px;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
}

.profile .person_info .userid .user_icon {
  font-size: 20px;
}

.profile .person_info .userid .user_icon i {
  vertical-align: baseline;
}

.profile .person_info .myid {
  margin-left: 10px;
  vertical-align: top;
}

.profile .person_info .myid span {
  line-height: normal;
  display: block;
}

.profile .person_info .myid .name {
  font-size: 18px;
  color: #333;
}

.profile .person_info .myid .id {
  font-size: 14px;
}

.profile .person_info .mygrade {
  vertical-align: sub;
}

.profile-box {
  margin-bottom: 50px;
}

.profile-box ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  font-weight: 500;
  padding-bottom: 5px;
  color: #7e8fad;
}

.profile-box ul:last-child li {
  border-bottom: 0;
}

.profile-box ul li label {
  font-weight: 120;
  color: #3b86ff;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
  font-size: 12px;
  position: relative;
  margin: 2px 0 5px;
}

.certificate ul li p {
  padding-left: 20px !important;
}

.profile-box ul li p {
  padding: 5px 0;
  font-size: 14px;
  color: #1a1a1a;
}

.profile-box ul li span {
  font-size: 14px;
}

.profile-box .user_box {
  padding: 10px 15px;
}

.profile-box .btn {
  font-size: 12px !important;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  border-radius: 5px;
  color: #333;
  font-weight: normal;
  margin-top: 20px;
}

.b_line {
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 20px;
  margin-top: 10px !important;
}

.b_line2 {
  width: 100%;
  position: absolute;
  height: 1px;
  left: 0;
  border-top: 1px solid #dadee6;
}

.b_line3 {
  height: 1px;
  margin-left: -15px;
  margin-right: -15px;
  background: #f1f4fb;
  margin-top: 10px;
  margin-bottom: 10px;
}

.b_line4 {
  height: 1px;
  background: #fff;
  opacity: 0.2;
  margin-top: 10px;
  margin-bottom: 10px;
}

.b_line5 {
  width: 100%;
  position: absolute;
  height: 1px;
  left: 0;
  border-top: 1px dashed #dadee6;
}

.b_line6 {
  width: 100%;
  position: absolute;
  height: 1px;
  left: 0;
  border-top: 4px solid #dadee6;
  margin: 10px 0;
}

.h_line {
  height: 20px;
  width: 1px;
  background: #f1f4fb;
  margin: 30px 10px;
  position: absolute;
  left: 49%;
}

.profile-box .title {
  font-size: 16px;
  font-weight: bold;
  color: #29386b;
  border-bottom: 2px solid #f1f4fb;
}

.profile-box .title i {
  vertical-align: sub;
}

.profile-box .title img {
  width: 20px;
}

.profile-box .title .p2 img {
  width: 16px;
}

.profile-box .title .kyc_icon {
  font-size: 23px;
  font-weight: 300;
  vertical-align: sub;
}

.profile-box .ch_pw_open,
.profile-box .ch_tpw_open,
.profile-box .ch_wallet_open {
  font-size: 28px;
  cursor: pointer;
}

.profile-box ul li label.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  top: 0;
  left: 0;
  vertical-align: middle;
  margin: 0;
  height: inherit;
}

.switch_box {
  top: -5px;
  display: contents;
}

.switch_box p {
  line-height: 30px;
  font-weight: bold;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  height: 30px;
}

.slider.round:before {
  border-radius: 50%;
}

/*Mywallet*/
.mywallet .wallet_title {
  margin: 5px 0 20px;
  color: #29386b;
  font-weight: bold;
  text-align: left;
  display: inline-block;
}

.mywallet .qrBox {
  margin-bottom: 10px;
}

.mywallet .qrBox .qr_img {
  width: 150px;
  margin: 0 auto;
}

.mywallet .qrBox .qr_img img {
  width: 100%;
  border: 14px solid #fff;
}

/* 은행계좌정보 */
.mywallet .bank_info {
  font-size: 15px;
  font-weight: 600;
  background: #f5f5f5;
  /* background: aliceblue; */
  padding: 20px 10px;
  margin: 10px 0;
}

.mywallet .bank_account {
  background: transparent;
  border: 0;
  box-shadow: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  color: #3b86ff;
  text-align: center;
  font-size: 16px;
}

.mywallet .sel_price {
  font-size: 16px;
  background: white;
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
}

/* .mywallet .sel_price .price{color:#29386b;text-align:center;} */

.mywallet .qrBox_right .wallet_addr {
  display: inline-block;
  word-break: break-all;
  width: 100%;
  text-align: left;
  border: none !important;
  outline: 0;
  font-size: 13px;
  color: #3b86ff;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.mywallet .btn_ly {
  display: block;
  width: 100%;
  text-align: center;
}

.mywallet .btn_ly .pre_price {
  background: white;
  color: #333;
  padding: 10px;
}

.mywallet .btn_ly .pre_price .deposit_price {
  display: block;
  margin-top: -5px;
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #ccc;
}

.mywallet .history_box {
  color: #000;
  margin-top: 40px;
}

.mywallet .loadable {
  display: none;
}

.mywallet .loadable.active {
  display: block;
  animation: slidein 0.5s ease-out;
  -webkit-animation: slidein 0.5s ease-out;
}

.mywallet .line_btn {
  border-radius: 30px;
}

.mywallet .line_btn:hover {
  background: ghostwhite;
  box-shadow: 0 0 0 2px royalblue;
}

.mywallet .btn span {
  color: #29386b;
  font-weight: bold;
}

/* .history_box{
	padding: 1em 1em;
	text-align: left;
	overflow: hidden;
	margin-left:-15px;
	margin-right:-15px;
} */

.hist_con {
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  color: #29386b;
  margin-top: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  width: 100%;
}

.hist_sub_price {
  font-size: 12px;
  color: black;
  width: 40%;
  text-align: right;
  line-height: 24px;
}

.hist_con_row1 {
  overflow: hidden;
  padding: 15px 30px;
  background: ghostwhite;
}

.hist_con_row1 + .hist_con_row1 {
  border-top: 1px solid #dadee6;
}

.hist_con_row1:hover {
  background: azure;
}

.hist_con_row1 .row + .hist_con_row1 .row {
  margin-top: 10px;
}

.row1_left {
  float: left;
  width: 40%;
  padding: 10px 0;
}

.row1_right {
  width: 60%;
  float: right;
  padding: 10px 0;
  margin-top: 40px;
}

.hist_name {
  width: 50%;
  font-size: 12px;
  color: #29386b;
  display: inline;
  line-height: 24px;
}

.pack_name {
  width: 60%;
  font-size: 16px;
}

.hist_bank {
  width: 100%;
  font-size: 12px;
  color: #29386b;
  display: inline;
  line-height: 24px;
}

.hist_date {
  width: 50%;
  font-size: 12px;
  line-height: 30px;
  color: #29386b;
  margin-top: -5px;
}

.hist_value {
  width: 50%;
  display: block;
  text-align: right;
  line-height: 24px;
  font-weight: bold;
  color: #3b86ff;
  font-size: 16px;
}

.hist_withval {
  width: 50%;
  line-height: 24px;
  display: inline;
  color: #29386b;
  text-align: left;
}

.hist_value.status {
  width: 50%;
  font-size: 14px;
}

.hist_th {
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
}

.hist_td {
  display: block;
  text-align: left;
  font-size: 14px;
  margin-top: -5px;
  color: #29386b;
}

.row2_left {
  width: 30%;
  float: left;
  border-right: 1px solid #eee;
}

.row2_right {
  width: 70%;
  float: right;
  padding-left: 10px;
}

#pin_open {
  background: #3b86ff;
  color: white;
  font-weight: bold;
  border-radius: 6px;
}

#Withdrawal_btn {
  background: #29386b;
  color: white;
  font-weight: bold;
  border-radius: 6px;
}

#withdraw .sub_title {
  color: #256ad8;
}

/* #withdrawal-address {box-shadow: 1px 2px 5px 0 rgba(0,0,0,.05);border-top: 1px solid rgba(0,0,0,.03);border-bottom: none;} */
#sendCoin {
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: none;
}

.send-button-container .col-5 {
  padding-right: 0px;
}

.send-button-container .col-7 {
  padding-left: 5px;
}

@media only screen and (max-width: 414px) {
  .hist_td {
    font-size: 12px;
  }

  .hist_value.eth {
    font-size: 10px;
  }
}

#withdraw .title {
  float: left;
}

#withdraw .coin_select_wrap {
  float: right;
}

#withdraw .input_shift_value {
  margin-top: 10px;
}

#withdraw .input_shift_value .sub_title {
  height: 28px;
}

#deposit input.confirm_hash {
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  -webkit-border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: none;
}

#deposit .deposit_request {
  background: #3b86ff;
  border-radius: 5px;
}

#deposit .deposit_request:hover {
  background: #2b64c0;
}

#deposit .deposit_request span {
  color: white;
}

#deposit .row1_right {
  margin-top: 0px;
  font-size: 10px;
  width: 100%;
}

#deposit .hist_value {
  display: inline;
}

#deposit .hist_value.eth {
  float: right;
  font-size: 14px;
}

#usdt .pre_price {
  border: 3px solid #4556ff;
}

#eth .pre_price {
  border: 3px solid dodgerblue;
}

#usdt .d_price {
  color: #4556ff;
}

#eth .d_price {
  color: dodgerblue;
}

.fee {
  display: none;
  margin-top: -10px;
  font-size: 11px;
  color: #555;
  height: 30px;
  text-align: right;
  width: 100%;
}

.dark .fee {
  color: #fff;
}

#fee_val {
  margin-left: 5px;
}

/* .badge.fee{_background:rgba(0,0,0,0.3);color:white;float: right;font-weight: 400;margin-top:-10px; display:none;}
.badge.fee .i{font-size:12px;line-height:14px;} */

@-webkit-keyframes slidein {
  from {
    margin-top: 50px;
    opacity: 0.7;
  }

  to {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes slidein {
  from {
    margin-top: 50px;
    opacity: 0.7;
  }

  to {
    margin-top: 0;
    opacity: 1;
  }
}

@media only screen and (max-width: 414px) {
  .mywallet .wallet_title {
    font-size: 14px;
  }

  .mywallet .qrBox_right .wallet_addr {
    font-size: 10px;
  }
}

/*package*/
.pakage_list {
  border-left: 5px solid royalblue;
}

.pakage_list .col-4:nth-of-type(3n) {
  padding-left: 0;
  padding-right: 15px;
}

.pakage_list .col-4:nth-of-type(3n-1) {
  padding-left: 0;
}

.pakage_list .col-4:nth-of-type(3n-2) {
  padding-left: 10px;
}

.pakage_sale li.col-8 {
  color: #29386b;
}

.pakage_sale .row input {
  box-shadow: none;
}

/* .pakage_sale .active .shift_dollor{box-shadow:0 0 0px 4px #3b86ff;} */

.pakage_list .pack_btn {
  margin: 5px;
  text-align: center;
  cursor: pointer;
}

.pakage_list .pack_btn i {
  text-decoration: none;
  vertical-align: inherit;
}

.pakage_list .pack_btn p:nth-child(2) {
  margin: 10px 0px 10px 0px;
}

.pakage_list .pack_30,
.pack_60,
.pack_50 {
  background: #113a56 !important;
}

.pakage_list .pack_10.active {
  box-shadow: 0 0 0 3px #10a4a7;
}

.pakage_list .pack_10 .pack_maker {
  background: #10a4a7 !important;
  color: white !important;
}

.pakage_list .pack_30.active {
  box-shadow: 0 0 0 3px green;
}

.pakage_list .pack_30 .pack_maker {
  background: green !important;
  color: white !important;
}

.pakage_list .pack_20.active {
  box-shadow: 0 0 0 3px #ff9b22;
}

.pakage_list .pack_20 .pack_maker {
  background: #ff9b22 !important;
  color: white !important;
}

.pakage_list .pack_40.active {
  box-shadow: 0 0 0 3px #0071a7;
}

.pakage_list .pack_40 .pack_maker {
  background: #0071a7 !important;
  color: white !important;
}

.pakage_list .pack_50.active {
  box-shadow: 0 0 0 3px #6db60e;
}

.pakage_list .pack_50 .pack_maker {
  background: #6db60e !important;
  color: white !important;
}

.pakage_list .pack_60.active {
  box-shadow: 0 0 0 3px crimson;
}

.pakage_list .pack_60 .pack_maker {
  background: crimson !important;
  color: white !important;
}

.pack_1 {
  width: 12.5%;
  background: red;
}

.pack_2 {
  width: 25%;
  background: orange;
}

.pack_3 {
  width: 37.5%;
  background: green;
}

.pack_4 {
  width: 50%;
  background: darkturquoise;
}

.pack_5 {
  width: 62.5%;
  background: royalblue;
}

.pack_6 {
  width: 75%;
  background: navy;
}

.pack_7 {
  width: 87.5%;
  background: violet;
}

.pack_8 {
  width: 100%;
  background: black;
}

/* 패키지상품구매 */
#trade_total {
  font-weight: 900;
  border-radius: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: right;
}

#trade_total + .currency-right {
  font-size: 14px;
  font-weight: 900;
  position: absolute;
}

#total_coin_val {
  padding-right: 25px;
  text-align: left;
}

#shift_dollor {
  font-size: 16px;
  font-weight: 600;
  padding-right: 25px;
  text-align: left;
}

#shift_won {
  margin-top: -10px;
  text-align: right;
  margin-right: 10px;
  font-size: 12px;
  color: #555;
  min-height: 17px;
}

input.input_price {
  font-size: 16px;
  text-align: right;
  color: black;
}

.input_price.blue {
  color: #3b86ff;
}

.input_price.red {
  color: #ff0000;
}

.current_currency {
  font-size: 20px;
  letter-spacing: -0.5px;
  color: #3b86ff;
  padding-right: 0;
  font-weight: bold;
  padding-left: 15px;
}

.shift_usd {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  text-align: center;
}

.exchange {
  font-size: 28px;
  z-index: 100;
  color: #3b86ff;
}

.ex_dollor i {
  font-size: 24px;
  color: #3b86ff;
  background: #f2f6fd;
  border-radius: 15px;
}

.select_box .trade_money {
  font-size: 16px;
}

.pakage_sale .active .trade_money {
  box-shadow: 0 0 0px 4px #3b86ff;
}

.radio_btn {
  position: fixed;
  left: -1000px;
}

.select_box .col-4 .currency-right {
  color: #ff0000;
}

.select_box input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #3b86ff;
  border-radius: 0px;
}

.select_box .my_cash_wrap div:nth-child(1) {
  color: #3b86ff;
  font-size: 14px;
  font-weight: bold;
}

.select_box .my_cash_wrap div:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
}

/* upstairs */
.total_view_wrap .total_view_wrap_top {
  padding: 0px 10px 30px 10px;
}

.total_view_wrap .total_view_wrap_top .recent_product_wrap span {
  display: block;
  font-size: 10px;
  color: #a1a5b3;
}

.total_view_wrap .title {
  color: #3b86ff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.total_view_wrap .value {
  color: #29386b;
  font-size: 12px;
  font-weight: bold;
}

.total_view_wrap .total_view_wrap_bottom {
  padding: 30px 10px 30px 10px;
  border-top: 2px solid #f1f4fb;
}

.upstairs_buy_wrap .title {
  margin: 20px 0 0px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
}

.upstairs_buy_wrap .package_wrap .box-header {
  margin-bottom: 20px;
}

.upstairs_buy_wrap .package_wrap .box-body button.slick-prev {
  display: none !important;
}

.upstairs_buy_wrap .package_wrap .box-body button.slick-next {
  display: none !important;
}

.upstairs_buy_wrap .package_wrap .box-body .pack_price {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: white;
  color: white;
  text-align: center;
  margin-left: 15px;
  margin-top: 31px;
}

.upstairs_buy_wrap .package_wrap .box-body .pack_cate {
  font-size: 12px;
  text-align: center;
  line-height: 15px;
}

.upstairs_buy_wrap .package_wrap .box-body .pack_maker {
  margin: 0 auto;
  padding: 1px 0px 2px 0px;
  color: white;
  border-radius: 20px;
  text-align: center;
  margin-top: 3px;
}

.product_buy_wrap {
  padding: 10px 20px 15px 20px;
  background: #516feb;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.22);
  margin-bottom: 10px;
}

.product_buy_wrap li:nth-child(2) {
  margin-top: 5px;
}

.product_buy_wrap .title {
  font-size: 20px;
  color: white;
  margin: 0px;
}

.product_buy_wrap .num {
  font-size: 16px;
  color: white;
  font-weight: normal;
  text-align: right;
  line-height: 30px;
  padding-right: 25px;
}

.product_buy_wrap .value {
  font-size: 12px;
  color: white;
  line-height: 35px;
}

.product_buy_wrap .date {
  margin-top: -17px;
}

.product_buy_wrap .upgrade {
  text-align: right;
}

.product_buy_wrap .upgrade input {
  background: white;
  border: none;
  border-radius: 10px;
  max-width: 120px;
  padding-top: 6px;
  padding-bottom: 8px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: bold;
}

.product_buy_wrap .pack_btn {
  cursor: pointer;
  height: 12vh;
}

/* .product_buy_wrap .pack_btn1 {background: #b55dccd9;}
.product_buy_wrap .pack_btn1 .pack_price {background: #516feb;}
.product_buy_wrap .pack_btn2 .pack_price {background: #09c3fd;}
.product_buy_wrap .pack_btn3 .pack_price {background: #5ed2dc;}
.product_buy_wrap .pack_btn4 .pack_price {background: #373cbc;}
.product_buy_wrap .pack_btn5 .pack_price {background: #2b3a6d;}
.product_buy_wrap .pack_btn6 .pack_price {background: #6214ab;} */

.product_buy_wrap .pack_btn .right_section {
  padding-top: 30px;
  padding-right: 30px;
}

/* 
.upstairs_buy_wrap .package_wrap .box-body .product_buy_wrap_1 .pack_price {background: white;}
.upstairs_buy_wrap .package_wrap .box-body .product_buy_wrap_1 .pack_maker {background: #637eed;}
.upstairs_buy_wrap .package_wrap .box-body .product_buy_wrap_2 .pack_price,.upstairs .package_wrap .box-body .product_buy_wrap_2 .pack_maker {background: #5ed2dc;}
.upstairs_buy_wrap .package_wrap .box-body .product_buy_wrap_3 .pack_price,.upstairs .package_wrap .box-body .product_buy_wrap_3 .pack_maker {background: #09c3fd;}
.upstairs_buy_wrap .package_wrap .box-body .product_buy_wrap_4 .pack_price,.upstairs .package_wrap .box-body .product_buy_wrap_4 .pack_maker {background: #2b3a6d;}
.upstairs_buy_wrap .package_wrap .box-body .product_buy_wrap_5 .pack_price,.upstairs .package_wrap .box-body .product_buy_wrap_5 .pack_maker {background: #373cbc;}
.upstairs_buy_wrap .package_wrap .box-body .product_buy_wrap_6 .pack_price,.upstairs .package_wrap .box-body .product_buy_wrap_6 .pack_maker {background: #3b86ff;}

 .product_buy_wrap_1 .pack_cate {color: white;font-weight: bold;}
 .product_buy_wrap_2 .pack_cate {color: #5ed2dc;font-weight: bold;}
 .product_buy_wrap_3 .pack_cate {color: #09c3fd;font-weight: bold;}
 .product_buy_wrap_4 .pack_cate {color: #2b3a6d;font-weight: bold;}
 .product_buy_wrap_5 .pack_cate {color: #373cbc;font-weight: bold;}
 .product_buy_wrap_6 .pack_cate {color: #3b86ff;font-weight: bold;} */

/* 페이징 */
.pg_wrap {
  clear: both;
  margin: 0 0 20px;
  padding: 20px 0 0;
  text-align: center;
}

.pg_page,
.pg_current {
  display: inline-block;
  padding: 0 8px;
  height: 25px;
  color: #000;
  letter-spacing: 0;
  line-height: 2.2em;
  vertical-align: middle;
}

.pg a:focus,
.pg a:hover {
  text-decoration: none;
}

.pg_page {
  background: #e4eaec;
  text-decoration: none;
}

.pg_start,
.pg_prev {
  /* 이전 */
}

.pg_end,
.pg_next {
  /* 다음 */
}

.pg_current {
  display: inline-block;
  margin: 0 4px 0 0;
  background: #3b86ff;
  color: #fff;
  font-weight: normal;
}

.pg_page,
.pg_current {
  height: inherit;
}

.asset_board dt {
  color: #aaa !important;
}

.asset_board dd {
  color: #fff !important;
}

.product_pagination {
  cursor: pointer;
  border-radius: 15px;
  border: 1px solid #ccc;
  background: none;
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 445px) {
  .asset_board dt {
    position: relative;
    width: 100%;
    margin-top: -15px;
    font-size: 11px;
    z-index: 10;
  }

  .asset_board dd {
    margin-top: 5px;
    padding: 0;
    text-align: right;
  }
}

.slick-slide {
  margin-right: 10px !important;
}

.slick-dots {
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-active {
  background: white;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .upstairs_buy_wrap .package_wrap .box-body .pack_maker {
    height: 20px;
  }

  .slick-active {
    width: 10vw;
  }

  .slick-current {
    width: 85vw !important;
    position: relative;
  }

  .slick-dots .slick-active {
    width: auto;
  }

  .slick-list {
    height: 110px;
  }
}

#go_wallet_btn {
  margin-top: 0px;
}

/* 패키지구매 */
.pakage_sale .tit {
  font-size: 14px;
  color: #29386b;
  font-weight: bold;
}

.pakage_sale select {
  border: none;
  background: #eff3f9;
}

.history_box .pack_maker {
  font-size: 14px;
  color: #29386b;
  font-weight: bold;
}

/* bonus history */
.bonus_history .total_view_wrap .total_view_top p {
  color: #3b86ff;
}

.bonus_history .total_view_wrap .total_view_top span {
  color: #29386b;
}

.total_view_top .row.top {
  padding-bottom: 15px;
}

#search-container li {
  padding-left: 0;
  list-style: none;
  margin-top: 15px;
}

#search-container li:first-child {
  padding-right: 5px;
}

#search-container li:nth-child(2) {
  padding-right: 5px;
}

#search-container li:nth-child(3) {
  padding-right: 0px;
}

#search-container .date_picker {
  margin-bottom: 0;
  padding: 10px;
  font-size: 12px;
}

#search-container button {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 100%;
}

.box-header {
  display: flex;
  vertical-align: top;
  line-height: 40px;
  font-size: 1rem;
  min-height: 40px;
}

.box-header .d_sum {
  font-size: 90%;
  vertical-align: top;
}

.box-body {
  margin: 5px 0;
}

.history_detail .inblock {
  background: transparent;
  line-height: 34px;
  cursor: pointer;
}

.history_detail .inblock:last-child {
  margin-bottom: -10px;
}

.history_detail .inblock:hover {
  background: #e1e1e1;
}

.history_detail .inblock dt {
  width: 38%;
  text-align: left;
  padding-left: 15px;
  font-size: 14px;
}

.history_detail .inblock dd {
  width: 60%;
  margin-left: 2%;
  text-align: right;
  padding-right: 5px;
}

.history_detail .inblock dd span {
  font-size: 14px;
}

.history_detail .block {
  padding: 10px 0;
  min-height: 30px;
}

.history_detail .block div {
  font-size: 14px;
}

.history_detail .block div span {
  font-size: 14px;
}

.b_hist_exp {
  font-size: 11px;
}

.content-box .caret {
  margin-right: 5px;
}

#daily.content-box {
  border-left: 3px solid cornflowerblue;
}

#grade.content-box {
  border-left: 3px solid sienna;
}

#matching.content-box {
  border-left: 3px solid teal;
}

#rollup.content-box {
  border-left: 3px solid slateblue;
}

#level.content-box {
  border-left: 3px solid slategray;
}

#booster.content-box {
  border-left: 3px solid teal;
}

#sponsor.content-box {
  border-left: 3px solid steelblue;
}

@media only screen and (max-width: 450px) {
  .filter_btn {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}

/*Page hist*/
.usd_value {
  font-weight: bold;
  font-size: 16px;
}

/* structure */
.structure_wrap {
  padding-bottom: 20px;
  color: #29386b;
}

.structure_wrap > p {
  text-align: center;
  color: black;
  font-weight: 600;
  margin-bottom: 30px;
}

.btn_input_wrap {
  margin: auto;
  padding: 10px;
}

.tree-container {
  background: transparent;
  box-shadow: none;
}

.legbox {
  background: rgba(255, 255, 255, 0.7);
}

.legbox .mbId {
  font-size: 15px;
  padding: 5px 15px;
}

.legbox .mbId:hover {
  border-radius: 20px;
}

.search_btn_wrap {
  padding-left: 0px;
}

.search_btn_wrap button {
  margin-top: 6px;
}

.btn_input_wrap input {
  margin-top: 12px;
}

.btn_input_wrap button {
  color: white;
}

.bin_top {
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  padding: 0 5px;
  color: #29386b;
}

.accordion_wrap dl {
  box-sizing: border-box;
}

.dl_2depth {
  margin-left: 6%;
}

.dl_3depth {
  margin-left: 12%;
}

.dl_4depth {
  margin-left: 18%;
}

.dl_5depth {
  margin-left: 24%;
}

.dl_6depth {
  margin-left: 30%;
}

.dl_7depth {
  margin-left: 36%;
}

.dl_8depth {
  margin-left: 42%;
}

.dl_9depth {
  margin-left: 48%;
}

.accordion_wrap dt:after {
  content: "";
  display: block;
  clear: both;
}

.accordion_wrap dt p {
  display: inline-block;
  font-weight: 400;
}

.lvl-container {
  margin-bottom: 10px;
}

.lvl-icon {
  width: 34px;
  height: 34px;
  margin-right: 5px;
  display: inline-block;
}

.lvl-icon img {
  width: 100%;
  height: 100%;
}

.lvl-username {
  font-weight: 400;
  vertical-align: top;
  line-height: 40px;
  display: inline-block;
}

.accordion_wrap dt {
  color: #29386b;
  _background: #f6f9fe;
  background: white;
  border: none;
  margin-bottom: 5px;
  padding: 6px 10px 6px 10px;
  cursor: pointer;
}

.accordion_wrap dt div {
  float: right;
  font-size: 0.9em;
  letter-spacing: -0.2px;
}

.accordion_wrap dt b {
  font-weight: 500;
}

.accordion_wrap dd {
  border: 1px solid #ff0000;
  margin-bottom: 5px;
  padding: 10px 5%;
  position: relative;
}

.accordion_wrap dd:after {
  content: "";
  display: block;
  clear: both;
}

.accordion_wrap dd > div {
  float: left;
  width: 50%;
}

.accordion_wrap dd span {
  color: #7b7b7b;
}

.accordion_wrap dd strong {
  font-weight: 500;
  color: #0079d3;
}

.accordion_wrap dd .st {
  font-weight: 500;
  color: #0079d3;
}

.accordion_wrap dd a {
  position: absolute;
  right: 3%;
  top: 10px;
  font-weight: 600;
  color: #0098ff;
}

/* .lvl-container ._lvl .lv{width:40px;height:40px;background:url('/img/0star.png') left top;background-size:contain;margin-right:5px;}

.lvl-container.gr_0 ._lvl .lv{background:url('/img/0star.png') left top;background-size:contain}
.lvl-container.gr_1 ._lvl .lv{background:url('/img/1star.png') left top;background-size:contain}
.lvl-container.gr_2 ._lvl .lv{background:url('/img/2star.png') left top;background-size:contain}
.lvl-container.gr_3 ._lvl .lv{background:url('/img/3star.png') left top;background-size:contain}
.lvl-container.gr_4 ._lvl .lv{background:url('/img/4star.png') left top;background-size:contain}
.lvl-container.gr_5 ._lvl .lv{background:url('/img/5star.png') left top;background-size:contain}
.lvl-container.gr_6 ._lvl .lv{background:url('/img/6star.png') left top;background-size:contain} */

.lvl-container ._lvl .lv {
  width: 40px;
  height: 40px;
  background: url("/img/user_icon.png") left top;
  background-size: contain;
  margin-right: 5px;
}

.lvl-container.gr_0 ._lvl .lv {
  background: url("/img/user_icon.png") left top;
  background-size: contain;
}

.lvl-container.gr_1 ._lvl .lv {
  background: url("/img/user_icon.png") left top;
  background-size: contain;
}

.lvl-container.gr_2 ._lvl .lv {
  background: url("/img/user_icon.png") left top;
  background-size: contain;
}

.lvl-container.gr_3 ._lvl .lv {
  background: url("/img/user_icon.png") left top;
  background-size: contain;
}

.lvl-container.gr_4 ._lvl .lv {
  background: url("/img/user_icon.png") left top;
  background-size: contain;
}

.lvl-container.gr_5 ._lvl .lv {
  background: url("/img/user_icon.png") left top;
  background-size: contain;
}

.lvl-container.gr_6 ._lvl .lv {
  background: url("/img/user_icon.png") left top;
  background-size: contain;
}

/* .lvl-container .level{    font-size: 10px;vertical-align: top; margin-top: 13px;} */
.accordion_wrap dd .font_red {
  color: #ff0000;
}

/* referral_link */
.refer_link_wrap {
  color: #808080;
}

.refer_link_wrap img {
  display: block;
  margin: 0px auto;
}

.dark .refer_link_wrap img {
  border: 25px solid #fff;
  box-sizing: content-box;
}

.refer_link_wrap .btn_basic_block {
  line-height: 40px;
}

.refer_link_wrap .title {
  color: #000;
  font-weight: bold;
}

.refer_link_wrap .url {
  color: #29386b;
}

/* transation */
.con90_wrap {
  margin-bottom: 20px;
}

.con90_wrap .color_block {
  width: 90%;
  margin: auto;
}

.trans_history {
  margin: 20px 0px;
}

.trans_history li {
  margin: 0px auto 10px;
  border-bottom: 2px solid #ddd;
}

.trans_history li > div {
  width: 90%;
  margin: 0px auto 8px;
}

.trans_history li > div:after {
  content: "";
  display: block;
  clear: both;
}

/* send_chk */
.send_chk_wrap {
  padding-bottom: 80px;
}

.send_chk_wrap .send_con li {
  border-bottom-color: transparent;
}

.send_chk_wrap .send_con li:last-child {
  border-bottom: 1px solid #ddd;
}

.send_chk_wrap .send_title {
  color: #838282;
}

.send_chk_wrap > div {
  width: 90%;
  margin: 20px auto;
  text-align: center;
  color: #ed2424;
  box-sizing: border-box;
  padding: 20px;
  background: #f5f7f9;
  padding-bottom: 50px;
}

.send_chk_wrap > div > p {
  font-size: 1.05em;
}

.send_chk_wrap > div > strong {
  font-size: 1.65em;
  display: block;
  margin: 20px 0px;
}

.send_chk_wrap > div > b {
  font-size: 1.18em;
  display: block;
  font-weight: 500;
}

.send_chk_wrap > .btn_block_btm_wrap {
  width: 100%;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  background: #fff;
}

.send_chk_wrap > .btn_block_btm_wrap input {
  margin-left: 0;
}

/* deposit */
.deposit_wrap > div {
  width: 90%;
  margin: 0 auto;
}

.deposit_wrap .money_chage {
  margin-top: 40px;
}

.deposit_wrap .money_chage p {
  margin-bottom: 10px;
  font-size: 1.08em;
  font-weight: 600;
}

.deposit_wrap .money_chage li:nth-child(2) {
  padding-top: 42px;
}

/*
.mc_bit input[type=text],.mc_bit input[type=number]{border-color:#ff9b22;}
.mc_eth input[type=text]{border-color:#3edc89;}
.mc_rock input[type=text]{border-color:#a172c8;}
.mc_look input[type=text]{border-color:#fd8def;}
.mc_v7 input[type=text]{border-color:#07b5e5;} */

.tabs {
  display: block;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 20px 0;
  background: ghostwhite;
  width: 100%;
  float: left;
}

.tabs li {
  display: inline-block;
  width: 21%;
  text-align: center;
  cursor: pointer;
  float: left;
  font-size: 0.8em;
}

.tabs li.all {
  width: 15%;
}

.tabs li.exchange {
  width: 21%;
}

.tabs li p {
  height: 40px;
  margin: 0;
  padding: 0;
  line-height: 40px;
}

.tabs li {
  border-right: 1px solid #ccc;
}

.tabs li:last-child {
  border: none;
}

.tabs .active {
  background: black;
  color: white;
}

.tabs.four li {
  width: 24.5%;
}

.tabs.five li {
  width: 19.5%;
}

/* receive */
.qr_wrap {
  width: 90%;
  margin: 30px auto;
  text-align: center;
  box-sizing: border-box;
}

.qr_wrap img {
  max-width: 300px;
  width: 50%;
}

.qr_wrap p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.05em;
  word-break: break-all;
}

.qr_wrap input[type="text"] {
  max-width: 500px;
  background: #fff;
}

/* ==================== SUPPORT CENTER ===================== */
.support_center .chat {
  height: auto;
  overflow-x: auto;
}

.chat-box {
  height: 0;
  overflow: hidden;
  padding: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
  border: 0;
  background: #fff;
}

.chat-box.active {
  height: auto;
  padding: 15px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-top: -1px;
  box-shadow: 0 1px 1px rgb(49 104 116 / 20%);
}

.chat-box .writer i {
  margin-right: 5px;
  vertical-align: baseline;
}

.upload-name1,
.upload-name2 {
  display: inline-block;
  width: 100%;
  height: 38px;
  padding: 0 10px 0 120px;
  vertical-align: middle;
  border: 1px solid #dfe4ec;
  font-weight: 100;
  font-size: 0.8rem;
  text-overflow: ellipsis;
  padding-right: 15px;
  border-radius: 5px;
}

.upload-name1::-webkit-input-placeholder,
.upload-name2::-webkit-input-placeholder {
  font-size: 14px;
  color: #c7ccd5;
}

.upload-name1::-moz-placeholder,
.upload-name2::-moz-placeholder {
  font-size: 14px;
  color: #c7ccd5;
}

.upload-name1:-ms-input-placeholder,
.upload-name2:-ms-input-placeholder {
  font-size: 14px;
  color: #c7ccd5;
}

.upload-name1::-ms-input-placeholder,
.upload-name2::-ms-input-placeholder {
  font-size: 14px;
  color: #c7ccd5;
}

.upload-name1::placeholder,
.upload-name2::placeholder {
  font-size: 14px;
  color: #c7ccd5;
}

.dark .upload-name1,
.dark .upload-name2 {
  background: none;
  color: #fff;
  border-color: #939393;
}

.file_label,
.file_label2 {
  position: absolute;
  top: 18%;
  width: 100px;
  text-align: center;
  left: 0;
  padding: 4px 20px;
  color: #fff !important;
  vertical-align: middle;
  height: 25px;
  margin-left: 10px;
  cursor: pointer;
  font-size: 0.7rem;
  border-radius: 3px;
  background-color: #c7ccd5;
}

.file_label:hover,
.file_label2:hover {
  background-color: #a9a9a9;
}

.dark .file_label,
.dark .file_label2 {
  background: #2c2f34;
}

/* 새 티켓 열기 */
#open-new-ticket {
  margin: 30px 15px 15px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 3px 0 rgba(49, 104, 116, 0.03);
}

.dark #open-new-ticket {
  background: #212429;
}

#open-new-ticket .custom-select {
  border: none;
  background: url(../../img/angle-down-solid_gray.svg) no-repeat right 10px
    center / 15px;
}

.dark #open-new-ticket .custom-select {
  color: #fff;
  background-color: #212429;
}

#open-new-ticket input,
#open-new-ticket textarea {
  line-height: normal;
}

.dark #open-new-ticket input,
.dark #open-new-ticket textarea {
  color: #fff;
}

.support-panels .input-group {
  border: 1px solid #dfe4ec;
  border-radius: 5px;
}

.dark .support-panels .input-group {
  border-color: #939393;
  overflow: hidden;
}

.dark .support-panels .input-group.noborder {
  border: none;
}

.support-panels .input-group-text {
  background-color: #f8fbff;
  border: none;
  font-size: 0.9rem;
  text-align: left;
  flex-basis: 120px;
}

.dark .support-container .input-group-prepend,
.dark .support-container .input-group-text {
  background-color: #2c2f34;
  color: #fff;
}

.support-panels .btn.send,
.support-panels .btn_send {
  background-color: #007bff;
  border: none;
  border-radius: 3px;
  font-size: 14px !important;
  color: #fff;
}

.dark .support-panels .btn.send,
.dark .support-panels .btn_send {
  background-color: #ffd965;
  color: #000;
}

.support-panels input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  font-size: 0;
}

.support-panels .btn_del {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0;
  font-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: none;
}

.support-panels .btn_del:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.support-panels .guide_text {
  font-size: 0.9rem;
  margin: 10px 0;
  display: block;
}

.main-container {
  display: absolute;
  height: 100%;
  z-index: 0;
}

.member-message,
.support-message {
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 20px;
  position: relative;
  display: table;
  width: 100%;
}

.member-message {
  background-color: #f8fbff;
}

.support-message {
  background-color: #f3f7ff;
}

.dark .support-message {
  background: #474a4f;
  color: #fff;
}

.support-message a {
  color: #ccc;
}

.member-message p,
.support-message p {
  margin-bottom: 0;
  margin-top: 10px;
}

.member-message p {
  text-align: right;
}

.select-label {
  display: inline-block;
  width: 15%;
}

.submit-button {
  margin-top: 20px;
  text-align: right;
}

.support-container .input-group-prepend,
.support-container .input-group-text {
  width: 120px;
}

.support-container .input-group .custom-select {
  border-radius: 0 5px 5px 0;
  margin-top: 0px;
  padding: 9px;
  height: 40px;
}

.support-panels .panel {
  display: none;
  padding: 0 15px;
}

.support-panels .panel.active {
  display: block;
}

.support-panels .form-control {
  border: none;
  color: #333;
  font-size: 0.9rem;
  line-height: 38px;
  background: #fff;
}

.dark .support-panels .form-control {
  background: none;
}

.support-panels .form-control::-webkit-input-placeholder {
  color: #c7ccd5;
  font-size: 14px;
}

.support-panels .form-control::-moz-placeholder {
  color: #c7ccd5;
  font-size: 14px;
}

.support-panels .form-control:-ms-input-placeholder {
  color: #c7ccd5;
  font-size: 14px;
}

.support-panels .form-control::-ms-input-placeholder {
  color: #c7ccd5;
  font-size: 14px;
}

.support-panels .form-control::placeholder {
  color: #c7ccd5;
  font-size: 14px;
}

.support-panels .input-group {
  border: 1px solid #dfe4ec;
  border-radius: 5px;
}

.support-panels #content {
  height: 100px;
}

.support-tabs {
  margin-bottom: 40px;
  padding-left: 0;
  text-align: center;
  box-shadow: 0px 6px 8px rgba(49, 104, 116, 0.03);
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.support-tabs li {
  border-bottom: 2px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin-left: 50px;
  margin-right: 50px;
  transition: all 0.2s linear;
  color: #333;
  padding-bottom: 5px;
  flex: 0 0 auto;
}

.support-tabs li.active {
  border-color: #3b86ff;
  font-weight: bold;
  color: #3b86ff;
}

.ticket-header {
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 15px;
  padding: 15px 20px;
  width: 100%;
  display: table;
  color: #333;
  box-shadow: 0 1px 3px rgba(49, 104, 116, 0.2);
}

.ticket-header .topic {
  flex: 0 0 auto;
}

.dark .ticket-header .topic {
  color: #fff;
}

.ticket-header .ticket-title {
  color: #333;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin: 0 0 5px 5px;
}

.ticket-header .dp-flex {
  display: flex;
}

.ticket-header.active,
.ticket-header:hover {
  background-color: #3b86ff;
  color: white;
}

.ticket-header.active {
  border-radius: 4px 4px 0 0;
}

#closed-tickets .ticket-header.active,
#closed-tickets .ticket-header:hover {
  background-color: #adadad;
}

.ticket-header.active .ticket-title,
.ticket-header:hover .ticket-title {
  color: #fff;
}

.ticket-header span {
  font-size: 16px;
  margin-bottom: 0;
}

.ticket-header span.ticket-time {
  float: right;
  font-weight: bold;
  margin-top: 8px;
}

.support-container {
  margin: 0 auto;
}

.support-container .name {
  font-size: 0.9em;
}

.support-container .writer {
  font-size: 0.7em;
  background: none;
  width: 100%;
  margin: 8px 0 0;
  padding: 0;
  text-align: right;
  border-radius: 3px;
  display: inline-block;
  float: right;
  color: #333;
}

.email {
  color: white;
  font-size: 14px;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
}

.chat-input .btn {
  margin: 0;
}

.file_addon {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  display: inline-block;
  border-radius: 15px;
  padding: 10px;
  text-align: left;
  margin: 15px 0 10px;
  font-size: 0.8rem;
}

.dark .file_addon {
  background: rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 814px) {
  .support-tabs {
    flex-direction: column;
  }

  .support-tabs li {
    display: block;
    margin: 0 auto 15px;
    text-align: center;
    width: 100px;
  }
}

@media only screen and (max-width: 450px) {
  .ticket-title {
    width: 82%;
  }
}

@media only screen and (max-width: 414px) {
  .ticket-header span {
    font-size: 14px;
  }

  .ticket-header strong {
    font-size: 14px;
  }

  .support-message .content {
    font-size: 14px;
  }

  .support-container .input-group-prepend,
  .support-container .input-group-text {
    font-size: 0.9em;
  }
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, -50px, 0);
  transition: transform 0.5s ease-out;
}

.pace.pace-active {
  transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 10px;
  background: #29d;
  pointer-events: none;
}

.ticket-header.closed,
.ticket-header.closed:hover {
  background-color: #ccc;
}

/* ==================== NEWS ===================== */
.news + .news {
  margin-top: 20px;
}

/*
.faq-container{background-color:#fff;border-radius:4px;margin-bottom:75px;position:relative;width:90%;margin:0 auto}
.faq-panels ul li{border-bottom:1px solid #fff;color:#7c7c7c;cursor:pointer;display:inline-block;font-size:25px;list-style-type:none;margin-left:45px;margin-right:45px;transition:all .2s linear}
.faq-panels ul li.active{border-bottom:1px solid #0079d3;color:#0079d3}
.faq-panels .faq-panel{display:none;padding:25px}
.faq-panels .faq-panel.active{display:block}
.faq-tabs{padding-left:0;text-align:center} */
/* .qa-container .title > .date{width:20%;text-align:center;padding-left:3%;}
.qa-container .title > .views{width:20%}
.qa-container .title > .inner_title{width:55%;text-align:center;}
.qa-container .title:hover{background-color:#7c7c7c;color:#fff} */

.news:hover .mid_wrap {
  text-decoration: underline;
}

.question.qa-open .right_wrap {
  transform: rotate(180deg);
  height: 20px;
}

.question {
  cursor: pointer;
  font-weight: 200;
  padding: 5px;
  transition: all 0.2s linear;
  height: auto;
  font-size: 12px;
}

.answer {
  font-size: 13px;
  overflow: hidden;
  transition: all 0.3s ease;
  text-align: left;
  height: 0;
}

.qa-container {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.qa-container .answer .answer-list li {
  border: none;
  color: #000;
  cursor: text;
  display: block;
  font-size: 18px;
  margin-left: 0;
}

.qa-container .title {
  width: 100%;
  background: #0062cc;
  color: #fff;
  padding: 5px 0;
  transition: all 0.2s linear;
  margin-bottom: 20px;
}

.qa-container .inner_title {
  min-width: 100px;
  width: 65%;
  text-align: left;
}

.news_wrap {
  padding: 20px 30px 0;
}

.news_wrap .title {
  font-weight: bold;
}

.news_wrap .sub_title {
  margin: 15px 0 30px 0;
  font-size: 14px;
}

.news_wrap .news {
  padding: 18px 20px;
  min-height: 80px;
  border-bottom: 1px solid #eef2f8;
  margin: 0 -30px;
  max-width: none;
  width: calc(100% + 60px);
}

.news_wrap .news:first-of-type {
  border-top: 1px solid #eef2f8;
}

.dark .news_wrap .news {
  border-color: #909090;
}

.dark .news_wrap .news:first-of-type {
  border-color: #909090;
}

.dark .news_wrap .news .left_wrap .tit {
  color: #ffd965;
  border-color: #ffd965;
}

.dark .news_wrap .news .answer .writing {
  background: #212429;
}

.dark .news_wrap .news .answer p:not(.writing) {
  color: #fff !important;
}

.news_wrap .news .question {
  padding: 0 25px;
  font-size: 14px;
}

.news_wrap .news .left_wrap {
  padding-left: 0px;
  width: 80px;
}

.news_wrap .news .left_wrap .tit {
  color: #3b86ff;
  font-weight: bold;
  border: 1px solid #3b86ff;
  border-radius: 10px;
  text-align: center;
  padding-left: 9px;
  padding-right: 9px;
  width: 65px;
}

.news_wrap .news .left_wrap .date {
  color: #999;
  margin-top: 3px;
  font-size: 12px;
}

.news_wrap .news .answer .writing {
  margin-top: 15px;
  background-color: aliceblue;
  border-radius: 8px;
  padding: 5px 10px;
}

.news_wrap .news .answer p:not(.writing) {
  margin: 10px 0;
  color: #333 !important;
}

.news_wrap .news .mid_wrap {
  font-weight: bold;
  padding-left: 0px;
}

.news_wrap .news .right_wrap i {
  font-size: 20px;
}

.btn_basic:hover {
  background: #0079d3;
  cursor: pointer;
}

/*
@media only screen and (min-width: 400px) {
	.qa-container .date,.qa-container .inner_title,.qa-container .views {font-size:16px}
	.qa-container .title > .date{width:20%;text-align:center;padding-left:3%;}
	.qa-container .title > .views{width:20%}
	.qa-container .title > .inner_title{width:55%;text-align:center;}
} */

/*추천인/후원인 등록 팝업*/
.user {
  border: 1px solid rgb(242, 242, 242);
  cursor: pointer;
  margin-bottom: 5px;
  padding: 10px;
}

.user:not(.selected):hover {
  border-color: rgb(0, 121, 211);
}

.user.selected {
  background: aliceblue;
}

.non_user {
  border: 1px solid rgb(242, 242, 242);
  cursor: pointer;
  margin-bottom: 5px;
  padding: 10px;
}

/* 공통 팝업  */
.dim {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  display: none;
  z-index: 2;
}

.loader p {
  text-align: center;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  position: fixed;
}

.loader .comment {
  text-align: center;
  top: calc(50% + 80px);
  width: 100%;
  position: fixed;
  color: #fff;
}

/*AJAX 로더*/
.wrap-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(253, 254, 251, 0.8);
  text-align: center;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.display-none {
  display: none;
}

.loading_img {
  display: inline-block;
  position: relative;
  left: -65px;
  border-radius: 5px;
  color: #3b86ff;
  width: 8px;
  height: 30px;
  -webkit-animation: loading 0.7s linear infinite;
  animation: loading 0.7s linear infinite;
}

.dark .wrap-loading {
  background: rgba(0, 0, 0, 0.8);
}

.dark .loading_img {
  color: #ffd965;
  -webkit-animation-name: loading-dark;
  animation-name: loading-dark;
}

.dim p {
  color: #fff;
  width: 100%;
  position: absolute;
  text-align: center;
  top: 40%;
}

.pop_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: none;
  z-index: 1001;
  border-radius: 8px;
  padding: 15px;
  max-height: 90%;
  overflow-y: auto;
}

.pop_wrap input {
  border: 1px solid #dfe4ec;
  border-radius: 5px;
  box-shadow: none;
}

.pop_wrap input[type="password"] {
  font-size: 14px;
}

.pop_title {
  font-size: 1.15em;
  font-weight: 600;
}

.pop_title + div {
  background: white;
  padding: 20px 0;
}

.pop_title .pop_close {
  float: right;
  width: 13px;
  margin: 0;
  cursor: pointer;
}

.pop_close_wrap {
  border-top: 1px solid #e9ecef;
  padding-top: 15px;
}

.pop_close_wrap:after {
  content: "";
  display: block;
  clear: both;
}

.current {
  background: transparent !important;
  height: 40px;
  padding-left: 10px;
}

.input_pop_css label {
  display: block;
  font-weight: 120;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: -0.5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 0.8em;
}

/*전화번호변경*/
.num_pop_div {
  margin-bottom: 15px;
}

.num_pop_div input {
  float: left;
}

.num_pop_div input:first-child {
  width: 30%;
}

.num_pop_div input:last-child {
  width: calc(70% - 15px);
  margin-left: 15px;
}

/* ////////////////////////  하단 확인*/

input.not_btn_style {
  display: inline-block;
  width: auto;
  border: none;
  background: transparent;
  color: #008ffe;
}

a.gray_close {
  background: #6c757d;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  border-radius: 5px;
}

.notice_img_pop > p {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 8px;
}

.notice_img_pop > div {
  text-align: center;
}

.notice_img_pop img {
  max-width: 120px;
  margin: 15px auto;
  display: block;
  width: 20%;
}

.email_pop_wrap div {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.email_pop_wrap div + a {
  float: right;
}

.input_pop_css form {
  position: relative;
}

.input_pop_css .btn2_btm_wrap {
  margin-bottom: 0px;
  display: flex;
}

.input_pop_css .btn2_btm_wrap button {
  float: none;
}

.cancle + .save {
  margin-top: 20px;
}

.input_pop_css form div {
  position: relative;
}

.code_btn {
  text-align: right;
  right: 0;
  top: 0;
  color: #006df3;
  cursor: pointer;
  bottom: 3px;
  height: 30px;
}

.code_btn img {
  width: 20px;
  vertical-align: middle;
}

.send_tran_pop div p {
  margin-bottom: 15px;
}

.send_tran_pop .not_btn_style {
  margin-left: 20px;
}

.exc_pop_wrap {
  width: 64%;
  left: 18%;
  padding: 20px 5px;
}

.exc_pop_wrap .pop_title {
  margin-bottom: 10px;
  font-size: 16px;
  padding-left: 20px;
}

.exc_pop_wrap li {
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  padding: 10px 15px;
}

.exc_pop_wrap img {
  width: 30px;
  vertical-align: middle;
}

.exc_pop_wrap .pop_close_wrap {
  margin-top: -5px;
}

.exc_pop_wrap .pop_close {
  margin-right: 15px;
}

.pay_pop_wrap .pop_title {
  margin-bottom: 15px;
}

.pay_pop_wrap div {
  line-height: 30px;
}

.div46 input {
  width: 35%;
}

.div46 input:last-child {
  float: right;
  width: 63%;
}

/* .btn_input_wrap input{width:calc(100% - 70px);} */
.btn_input_wrap .search_result_btn {
  border: 1px solid #0000ff;
  background: #00aeef;
  color: #fff;
  line-height: 35px;
  display: inline-block;
  width: 110px;
  text-align: center;
  border-radius: 5px;
  float: right;
}

.checkbox_wrap {
  position: relative;
  display: inline-block;
  width: 21px;
}

.checkbox_wrap input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.checkbox_wrap input[type="checkbox"] + label:before {
  /* 가짜 체크박스 */
  content: " ";
  display: inline-block;
  width: 15px;
  /* 체크박스의 너비를 지정 */
  height: 15px;
  /* 체크박스의 높이를 지정 */
  line-height: 15px;
  /* 세로정렬을 위해 높이값과 일치 */
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
  background: #fafafa;
  border: 1px solid #000;
}

.checkbox_wrap input[type="checkbox"]:checked + label:before {
  content: "\2714";
  color: #000;
}

.enroll_wrap .btn_basic {
  line-height: 15px;
}

/* exchange */
.exchange_wrap {
  margin-top: 20px;
}

.exchange_wrap .v7_block {
  margin-bottom: 10px;
}

.exchange_wrap .bit_block {
  margin-bottom: 40px;
}

.exchange_wrap > img {
  width: 20px;
  display: block;
  margin: 10px auto;
}

.exchange_wrap .money_chage p {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.exchange_wrap .send_con li {
  padding: 15px 0px;
}

.exchange_wrap .send_con li:last-child {
  border: none;
}

.exchange_wrap .money_chage li:nth-child(2) {
  padding-top: 42px;
}

/* mining */
#mining .bonus_total_wrap .head_wrap ul {
  font-size: 1.1em;
}

#mining .bonus_total_wrap .head_wrap ul li {
  text-align: center;
}

#mining .bonus_total_wrap .bonus_wrap .now_bonus_wrap {
  margin-top: 10px;
}

#mining .bonus_total_wrap .bonus_wrap .now_bonus_wrap p {
  font-size: 1.6em;
}

#mining .bonus_total_wrap .bonus_wrap .now_bonus_wrap span {
  font-size: 1.6em;
  text-align: right;
}

#mining .bonus_total_wrap .bonus_wrap .deposit_possible_wrap {
  margin-top: 10px;
}

#mining .bonus_total_wrap .bonus_wrap .deposit_possible_wrap p {
  font-size: 1.6em;
}

#mining .bonus_total_wrap .bonus_wrap .deposit_possible_wrap span {
  font-size: 1.6em;
  text-align: right;
}

#mining .m_wrap .head_wrap ul {
  font-size: 1.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
}

#mining .m_wrap .head_wrap ul li {
  text-align: left;
}

#mining .m_wrap .head_wrap ul li:last-child {
  text-align: right;
}

#mining .m_wrap .head_wrap ul li .primary_num {
  margin-left: 10px;
  font-size: 12px;
}

#mining .m_wrap .view_wrap {
  padding: 20px 10px 20px 10px;
}

#mining .m_wrap .view_wrap .title {
  font-size: 30px !important;
  margin: 0px;
}

#mining .m_wrap .view_wrap .date_wrap {
  margin-top: 5px;
}

#mining .m_wrap .view_wrap .date_wrap .form-group {
  text-align: center;
}

#mining .m_wrap .view_wrap .date_wrap .form-group span {
  padding-top: 4px;
}

#mining .m_wrap .view_wrap .date_wrap .form-group i {
  font-size: 30px;
}

#mining .history_box h3.hist_tit.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px;
  padding-left: 0;
}

.mining .history_box .hist_date {
  font-size: 12px;
}

.mining .history_box .hist_td span {
  vertical-align: sub;
  font-size: 12px;
  line-height: 30px;
}

.mining .history_box .hist_value {
  font-size: 14px;
}

.mining h3.title {
  margin: 20px 0 0px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
  color: #29386b;
  padding-left: 10px;
  display: inline-block;
}

.mining .history_box .row {
  background: #fafbfd;
  padding: 10px;
  margin: 10px;
}

.mining .all_view {
  float: right;
}

/* member_term */
.member_term .white {
  width: 100%;
  height: 200px;
  padding: 10px;
  overflow-y: scroll;
  -webkit-overflow-y: scroll;
  -webkit-height: 200px;
  -webkit-padding: 10px;
  -webkit-width: 100%;
}

input#file-upload-button {
  border-color: red;
}

@media all and (max-width: 767px) {
  .notice_wrap {
    width: 100%;
    left: 0;
  }
}

/* 모바일 */
@media screen and (max-width: 414px) {
  .pack_btn {
    line-height: 18px;
    height: 66px;
  }

  .pakage_list .col-4:nth-of-type(3n-2) {
    padding-left: 0px;
  }

  .pack_btn i {
    display: block;
  }

  .m_br {
    display: block;
  }

  .kyc_pop,
  .kyc_eng_pop {
    font-size: 0.95em;
  }

  .opt_cancel_wrap {
    font-size: 14px;
  }

  #u_name {
    margin-bottom: 5px;
  }

  .logo_login_div {
    margin-bottom: 0px;
    width: 100%;
    margin: auto;
    margin: 2vh 0 !important;
  }

  .login_wrap .logo_login_div img {
    max-width: 170px;
  }

  .login_wrap a.btn_basic_block {
    margin-top: 20px;
  }

  .login_btn_bottom {
    margin-top: 2vh;
  }

  .enroll_wrap {
    font-size: 14px;
  }

  input[type="password"] {
    font-size: 12px;
  }

  .pw_ul ul li {
    font-size: 12px;
    font-weight: 500;
  }

  .pw_ul strong {
    font-size: 13px;
  }

  .id_file_wrap span {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 15px;
  }

  .filebox {
    width: 100%;
  }

  .filebox .upload-name {
    width: calc(100% - 105px);
  }

  .filebox label {
    max-width: 100px;
    padding-left: 31px;
  }

  .bottom_menu img {
    height: 20px;
  }

  .dash_price div {
    font-size: 13px;
  }

  .dash_business div {
    font-size: 11px;
  }

  .wallet_wrap {
    font-size: 13px;
  }

  .trans_history li {
    font-size: 12px;
  }

  .send_con {
    padding-bottom: 15px;
  }

  .send_chk_wrap .send_con {
    font-size: 13px;
    padding-bottom: 20px;
  }

  .send_chk_wrap > div {
    padding-bottom: 50px;
  }

  .refer_link_wrap {
    font-size: 13px;
  }

  .profile_wrap .id_file_wrap {
    font-size: 13px;
  }

  .bin_wrap {
    margin: 20px 0px;
  }

  .bin_wrap table {
    font-size: 10px;
  }

  .bin_wrap img {
    width: 10px;
    vertical-align: bottom;
  }

  .bin_wrap select {
    letter-spacing: -1px;
  }

  .ui-accordion .ui-accordion-header {
    padding: 0.5em 0em;
  }

  .news_wrap {
    font-size: 13px;
  }

  .span1 {
    width: 22%;
  }

  .span3 {
    width: 18%;
  }

  .dash_contents .support_wrap > div {
    padding: 15px 10px;
  }

  .support_wrap {
    font-size: 13px;
  }

  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0px;
  }

  .round_div label {
    width: 60px;
    height: 30px;
  }

  .ticket_ul {
    margin-bottom: 30px;
  }

  .qa_title {
    padding: 10px;
    padding-bottom: 20px;
  }

  .qa_title > span {
    position: static;
    float: right;
  }

  .qa_answer {
    padding: 10px;
  }

  .qa_ques {
    padding: 10px;
  }

  #tabs-2 .round_div input[type="text"] {
    width: calc(100% - 90px);
    padding: 6px 8px;
  }

  #tabs-2 .round_div input[type="button"] {
    width: 45px;
    height: 30px;
    height: 33px;
    padding: 0;
  }

  .accordion_wrap dt div {
    font-size: 11px;
    float: none;
  }

  .accordion_wrap dd > div {
    font-size: 13px;
    float: none;
  }

  .purchase_wrap th {
    font-size: 13px;
  }

  .purchase_wrap > div > p {
    font-size: 13px;
  }

  .pay_coin li {
    font-size: 14px;
  }

  .avatar_wrap {
    font-size: 14px;
  }

  .ava_title {
    margin-bottom: 16px;
  }

  .ava_title img {
    width: 22px;
  }

  .ava_title {
    font-size: 1.1em;
  }

  .exc_pop_wrap {
    padding: 13px 5px;
    width: 68%;
    left: 16%;
  }

  .exc_pop_wrap .pop_title {
    padding-left: 0px;
  }

  .purchase_1wrap {
    font-size: 15px;
  }

  .p1_ul strong {
    font-size: 1.5em;
  }

  .pay_coin_ul li {
    float: none;
    width: 100%;
    padding-bottom: 10px;
  }

  /* input[type="text"]+.currency-right {font-size: 10px;margin-top: -58px;}
	.select_box .shift_dollor {font-size: 12px;}
	.select_box .trade_money {font-size: 12px;} */
  #mining .m_wrap .view_wrap .date_wrap .form-group input {
    font-size: 9px;
    padding-left: 8px;
  }

  #mining .m_wrap .view_wrap .date_wrap .form-group span {
    padding-left: 8px;
  }

  .current_currency {
    font-size: 16px;
  }
}

/* 안드 아이폰5 */
@media screen and (max-width: 360px) {
  .login_wrap {
    padding-top: 2vh;
  }

  /*.login_btn_bottom{bottom:10px;}*/
  .login_wrap a.btn_basic_block {
    margin-bottom: 0;
  }

  .support_a {
    margin-top: 0;
  }

  .pay_coin li:nth-child(2) {
    width: 95%;
  }

  .pay_coin li:last-child {
    float: none;
    position: relative;
    width: 100%;
  }

  .pay_coin li:last-child input {
    width: 110px;
    margin-left: calc(100% - 110px);
  }

  .support-panels .guide_text {
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 320px) {
  .pop_wrap {
    font-size: 13px;
  }

  .opt_cancel_wrap {
    font-size: 12px;
  }

  .news_wrap {
    font-size: 10px;
  }

  .support_wrap {
    font-size: 12px;
  }

  .purchase_1wrap {
    font-size: 15px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

/*  아이폰 x  */
@media screen and (min-height: 810px) {
  .login_wrap {
    padding-top: 10vh;
  }

  .logo_login_div img {
    margin-bottom: 3vh;
  }

  .fp_img {
    margin-top: 4vh;
  }

  .login_wrap input.btn_basic_block {
    margin-top: 4vh;
  }
}

/* 아이폰 플러스 세로 */
@media screen and (max-width: 736px) {
  .binary_wrap {
    font-size: 12px;
  }

  .mywallet .bank_account {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .pop_wrap {
    width: calc(80% - 250px);
  }
}

@media all and (max-width: 500px) {
  .refer_link_wrap .google-auth-top-qr {
    padding: 20px;
  }

  .refer_link_wrap .qr_wrap img {
    width: 70%;
  }
}

.company {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0px;
}

.copyright {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.75);
  line-height: 22px;
}

.copyright.text-shadow {
  color: white;
  text-shadow: 1px 2px rgba(0, 0, 0, 0.5);
}

.gnb-footer .copyright {
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
}

.footer {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.footer .copyright {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

/* animation */
@-webkit-keyframes loading {
  0% {
    box-shadow: #c0d6f9 25px -10px, 50px 10px, 75px 0px, 100px 10px;
  }

  25% {
    box-shadow: 25px 0px, #c0d6f9 50px 0px, 75px 10px, 100px 0px;
  }

  50% {
    box-shadow: 25px 10px, 50px -10px, #c0d6f9 75px 0px, 100px -10px;
  }

  75% {
    box-shadow: 25px 0px, 50px 0px, 75px -10px, #c0d6f9 100px 0px;
  }

  100% {
    box-shadow: #c0d6f9 25px -10px, 50px 10px, 75px 0px, 100px 10px;
  }
}

@keyframes loading {
  0% {
    box-shadow: #c0d6f9 25px -10px, 50px 10px, 75px 0px, 100px 10px;
  }

  25% {
    box-shadow: 25px 0px, #c0d6f9 50px 0px, 75px 10px, 100px 0px;
  }

  50% {
    box-shadow: 25px 10px, 50px -10px, #c0d6f9 75px 0px, 100px -10px;
  }

  75% {
    box-shadow: 25px 0px, 50px 0px, 75px -10px, #c0d6f9 100px 0px;
  }

  100% {
    box-shadow: #c0d6f9 25px -10px, 50px 10px, 75px 0px, 100px 10px;
  }
}

@-webkit-keyframes loading-dark {
  0% {
    box-shadow: #fece00 25px -10px, 50px 10px, 75px 0px, 100px 10px;
  }

  25% {
    box-shadow: 25px 0px, #fece00 50px 0px, 75px 10px, 100px 0px;
  }

  50% {
    box-shadow: 25px 10px, 50px -10px, #fece00 75px 0px, 100px -10px;
  }

  75% {
    box-shadow: 25px 0px, 50px 0px, 75px -10px, #fece00 100px 0px;
  }

  100% {
    box-shadow: #fece00 25px -10px, 50px 10px, 75px 0px, 100px 10px;
  }
}

@keyframes loading-dark {
  0% {
    box-shadow: #fece00 25px -10px, 50px 10px, 75px 0px, 100px 10px;
  }

  25% {
    box-shadow: 25px 0px, #fece00 50px 0px, 75px 10px, 100px 0px;
  }

  50% {
    box-shadow: 25px 10px, 50px -10px, #fece00 75px 0px, 100px -10px;
  }

  75% {
    box-shadow: 25px 0px, 50px 0px, 75px -10px, #fece00 100px 0px;
  }

  100% {
    box-shadow: #fece00 25px -10px, 50px 10px, 75px 0px, 100px 10px;
  }
}

.member_leave {
  padding: 10px 30px 60px;
}

.member_leave .main_title {
  font-size: 20px;
  margin-bottom: 20px;
}

.member_leave .info_text {
  font-size: 15px;
}

@media (min-width: 320px) and (max-width: 757px) {
  .member_leave .info_text {
    font-size: 14px;
  }
}

.member_leave .info_text br:not(.block) {
  display: none;
}

@media (min-width: 320px) and (max-width: 757px) {
  .member_leave .info_text br:not(.block) {
    display: block;
  }
}

@media all and (max-width: 580px) {
  .member_leave .info_text br:not(.block) {
    display: none;
  }
}

.member_leave .info_text.red {
  color: #ff4646;
  margin-top: 15px;
}

.member_leave .leave_info_wrap {
  margin-top: 40px;
}

@media (min-width: 320px) and (max-width: 757px) {
  .member_leave .leave_info_wrap {
    margin-top: 30px;
  }
}

.member_leave .leave_info_wrap label {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}

.member_leave .leave_info_wrap input {
  margin-top: 15px;
  width: 100%;
  max-width: 100%;
  font-weight: normal;
}

.member_leave .leave_info_wrap input::-webkit-input-placeholder {
  font-weight: normal;
  color: #babfc7;
}

.member_leave .leave_info_wrap input::-moz-placeholder {
  font-weight: normal;
  color: #babfc7;
}

.member_leave .leave_info_wrap input:-ms-input-placeholder {
  font-weight: normal;
  color: #babfc7;
}

.member_leave .leave_info_wrap input::-ms-input-placeholder {
  font-weight: normal;
  color: #babfc7;
}

.member_leave .leave_info_wrap input::placeholder {
  font-weight: normal;
  color: #babfc7;
}

.member_leave .btn_wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 320px) and (max-width: 757px) {
  .member_leave .btn_wrap {
    margin-top: 30px;
  }
}

.member_leave .btn_wrap .btn_cancel,
.member_leave .btn_wrap .btn_leave {
  border: none;
  outline: none;
  width: 49%;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 45px;
}

@media (min-width: 320px) and (max-width: 757px) {
  .member_leave .btn_wrap .btn_cancel,
  .member_leave .btn_wrap .btn_leave {
    font-size: 14px;
  }
}
